# FIXME what I actually want is not to have a relative change from one to the other. I want the memory utilization to be uniformly distributed or rather normally with the peak at the max utilization.
# FIXME what I actually want is not to have a relative change from one to the other. I want the memory utilization to be uniformly distributed or rather normally with the peak at the max utilization.
print("Utilization [with reordering] is ",utilization_reordered," %.")
# print(
print("Unbalance factor [with reordering] is ",unbalance_factor_reordered," %.")
# "Utilization [with reordering] is ",
# utilization_reordered,
# " %.",
# )
# print(
# "Unbalance factor [with reordering] is ",
# unbalance_factor_reordered,
# " %.",
# )
# print("Total score [with reordering] is ", balance_order_score, "." )
# print("Total score [with reordering] is ", balance_order_score, "." )
print("All available nodes can be included for candidates of index [with reordering]: ",index_of_scaling_candidates_that_allow_to_include_P_max_reordered)