Skip to content
Snippets Groups Projects
Commit 785fdb19 authored by Patrick Lavoisier Wapet's avatar Patrick Lavoisier Wapet
Browse files

continuing experiments on samsung galaxy s8 without free frequency level,...

continuing experiments on samsung galaxy s8 without free frequency level, starting implementation of kernel ridge estimation on all possible configuration. The last implementation is to see the best configuration
parent 67b4b92a
No related branches found
No related tags found
No related merge requests found
Showing
with 8786 additions and 37763 deletions
...@@ -353,9 +353,22 @@ def substract_already_tested_configurations (number_of_combinaison = 40, ...@@ -353,9 +353,22 @@ def substract_already_tested_configurations (number_of_combinaison = 40,
else : else :
print (" --- We are not in the presence of a special case, we add configuration :", i) print (" --- We are not in the presence of a special case, we add configuration :", i)
configurations_candidates_as_triplet.append(i) configurations_candidates_as_triplet.append(i)
else : else:
print("--- Four is NOT in configuration : ", i) print("--- Four is NOT in configuration : ", i)
print("--- array format : ", convert_from_triplet_to_configuration(i)) print("--- array format : ", convert_from_triplet_to_configuration(i))
if (array_in_list_of_array (i, special_cases_as_triplets) !=-1 ): # in this configuration the little socket has all cores off 0, it can be [M, 0, N]
# if it representant, the configuration [0,0, N] as triplet is not tested as triplet is not tested or considered as candidate we add it
if ( array_in_list_of_array( [0, 0, i[2]], configurations_already_tested_as_triplet) == -1 \
and array_in_list_of_array( [0, 0, i[2]], configurations_candidates_as_triplet) == -1 ):
configurations_candidates_as_triplet.append([0, 0, i[2]])
print("--- Considering a new special case configuration: ", [i[0], 0, i[2]])
print("--- Adding the representant: ", [0, 0, i[2]])
else:
print("--- Considering a new special case configuration: ", [i[0], 0, i[2]])
print("--- The representant already tested or added in candidates: ", [0, 0, i[2]])
else :
print (" --- We are not in the presence of a special case, we add configuration :", i)
configurations_candidates_as_triplet.append(i)
else: else:
print (" --- Configuration already tested:", i) print (" --- Configuration already tested:", i)
......
...@@ -414,10 +414,10 @@ def substract_already_tested_configurations (number_of_combinaison = 40, ...@@ -414,10 +414,10 @@ def substract_already_tested_configurations (number_of_combinaison = 40,
print("--- Outpuf file = ", output_file_path) print("--- Outpuf file = ", output_file_path)
number_of_combinaison = # NOTE After testing theses configuration, we should add the possibility to have 4 as frequency level, meaning that the governon is the one by default number_of_combinaison = 70
substract_already_tested_configurations (number_of_combinaison, substract_already_tested_configurations (number_of_combinaison,
configuration_tested_summaries_folder= "/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/samsung_galaxy_summary_files_only", configuration_tested_summaries_folder= "/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_before_considering_free_freq",
output_file_path="/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/input_configurations_file.csv") output_file_path="/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/input_configurations_file.csv")
#output_file_path="/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/input_configurations_file.csv") #output_file_path="/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/input_configurations_file.csv")
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
configurations,google pixel format configurations,samsung galaxy format
100001-2-2,[1- 0- 0- 0- 0- 1- 2- 2] 3330-1111,[3- 3- 3- 0- 1- 1- 1- 1]
100001-2-2,[1- 0- 0- 0- 0- 1- 2- 2] 0333-2222,[0- 3- 3- 3- 2- 2- 2- 2]
100001-2-2,[1- 0- 0- 0- 0- 1- 2- 2] 0020-3033,[0- 0- 2- 0- 3- 0- 3- 3]
100010-2-2,[1- 0- 0- 0- 1- 0- 2- 2] 3333-2002,[3- 3- 3- 3- 2- 0- 0- 2]
100010-2-2,[1- 0- 0- 0- 1- 0- 2- 2] 3333-3003,[3- 3- 3- 3- 3- 0- 0- 3]
100010-2-2,[1- 0- 0- 0- 1- 0- 2- 2] 0330-0111,[0- 3- 3- 0- 0- 1- 1- 1]
100100-2-2,[1- 0- 0- 1- 0- 0- 2- 2] 0101-0202,[0- 1- 0- 1- 0- 2- 0- 2]
100100-2-2,[1- 0- 0- 1- 0- 0- 2- 2] 0000-1010,[0- 0- 0- 0- 1- 0- 1- 0]
100100-2-2,[1- 0- 0- 1- 0- 0- 2- 2] 2000-3033,[2- 0- 0- 0- 3- 0- 3- 3]
101000-2-2,[1- 0- 1- 0- 0- 0- 2- 2] 0001-1100,[0- 0- 0- 1- 1- 1- 0- 0]
101000-2-2,[1- 0- 1- 0- 0- 0- 2- 2] 0002-0020,[0- 0- 0- 2- 0- 0- 2- 0]
101000-2-2,[1- 0- 1- 0- 0- 0- 2- 2] 2022-2220,[2- 0- 2- 2- 2- 2- 2- 0]
110000-2-2,[1- 1- 0- 0- 0- 0- 2- 2] 1000-0030,[1- 0- 0- 0- 0- 0- 3- 0]
110000-2-2,[1- 1- 0- 0- 0- 0- 2- 2] 0010-2000,[0- 0- 1- 0- 2- 0- 0- 0]
110000-2-2,[1- 1- 0- 0- 0- 0- 2- 2] 2222-0303,[2- 2- 2- 2- 0- 3- 0- 3]
200002-2-2,[2- 0- 0- 0- 0- 2- 2- 2] 0110-0002,[0- 1- 1- 0- 0- 0- 0- 2]
200002-2-2,[2- 0- 0- 0- 0- 2- 2- 2] 1010-0333,[1- 0- 1- 0- 0- 3- 3- 3]
200002-2-2,[2- 0- 0- 0- 0- 2- 2- 2] 3030-1000,[3- 0- 3- 0- 1- 0- 0- 0]
200020-2-2,[2- 0- 0- 0- 2- 0- 2- 2] 0222-3330,[0- 2- 2- 2- 3- 3- 3- 0]
200020-2-2,[2- 0- 0- 0- 2- 0- 2- 2] 3330-0030,[3- 3- 3- 0- 0- 0- 3- 0]
200020-2-2,[2- 0- 0- 0- 2- 0- 2- 2] 2222-0001,[2- 2- 2- 2- 0- 0- 0- 1]
200200-2-2,[2- 0- 0- 2- 0- 0- 2- 2] 3300-2202,[3- 3- 0- 0- 2- 2- 0- 2]
200200-2-2,[2- 0- 0- 2- 0- 0- 2- 2] 3330-0111,[3- 3- 3- 0- 0- 1- 1- 1]
200200-2-2,[2- 0- 0- 2- 0- 0- 2- 2] 2202-1110,[2- 2- 0- 2- 1- 1- 1- 0]
202000-2-2,[2- 0- 2- 0- 0- 0- 2- 2] 1011-0110,[1- 0- 1- 1- 0- 1- 1- 0]
202000-2-2,[2- 0- 2- 0- 0- 0- 2- 2] 3003-3000,[3- 0- 0- 3- 3- 0- 0- 0]
202000-2-2,[2- 0- 2- 0- 0- 0- 2- 2] 0000-1001,[0- 0- 0- 0- 1- 0- 0- 1]
220000-2-2,[2- 2- 0- 0- 0- 0- 2- 2] 0300-1101,[0- 3- 0- 0- 1- 1- 0- 1]
220000-2-2,[2- 2- 0- 0- 0- 0- 2- 2] 1111-2202,[1- 1- 1- 1- 2- 2- 0- 2]
220000-2-2,[2- 2- 0- 0- 0- 0- 2- 2] 1101-0202,[1- 1- 0- 1- 0- 2- 0- 2]
300003-2-2,[3- 0- 0- 0- 0- 3- 2- 2] 0030-3330,[0- 0- 3- 0- 3- 3- 3- 0]
300003-2-2,[3- 0- 0- 0- 0- 3- 2- 2] 3030-3333,[3- 0- 3- 0- 3- 3- 3- 3]
300003-2-2,[3- 0- 0- 0- 0- 3- 2- 2] 1100-0001,[1- 1- 0- 0- 0- 0- 0- 1]
300030-2-2,[3- 0- 0- 0- 3- 0- 2- 2] 2002-3330,[2- 0- 0- 2- 3- 3- 3- 0]
300030-2-2,[3- 0- 0- 0- 3- 0- 2- 2] 0200-0200,[0- 2- 0- 0- 0- 2- 0- 0]
300030-2-2,[3- 0- 0- 0- 3- 0- 2- 2] 0300-3003,[0- 3- 0- 0- 3- 0- 0- 3]
300300-2-2,[3- 0- 0- 3- 0- 0- 2- 2] 0200-2220,[0- 2- 0- 0- 2- 2- 2- 0]
300300-2-2,[3- 0- 0- 3- 0- 0- 2- 2] 0200-2022,[0- 2- 0- 0- 2- 0- 2- 2]
300300-2-2,[3- 0- 0- 3- 0- 0- 2- 2] 3030-0000,[3- 0- 3- 0- 0- 0- 0- 0]
303000-2-2,[3- 0- 3- 0- 0- 0- 2- 2] 3303-2202,[3- 3- 0- 3- 2- 2- 0- 2]
303000-2-2,[3- 0- 3- 0- 0- 0- 2- 2] 2002-3303,[2- 0- 0- 2- 3- 3- 0- 3]
303000-2-2,[3- 0- 3- 0- 0- 0- 2- 2] 2222-3003,[2- 2- 2- 2- 3- 0- 0- 3]
330000-2-2,[3- 3- 0- 0- 0- 0- 2- 2] 3033-2200,[3- 0- 3- 3- 2- 2- 0- 0]
330000-2-2,[3- 3- 0- 0- 0- 0- 2- 2] 1100-3303,[1- 1- 0- 0- 3- 3- 0- 3]
330000-2-2,[3- 3- 0- 0- 0- 0- 2- 2] 3033-1110,[3- 0- 3- 3- 1- 1- 1- 0]
400004-2-2,[4- 0- 0- 0- 0- 4- 2- 2] 0330-2020,[0- 3- 3- 0- 2- 0- 2- 0]
400004-2-2,[4- 0- 0- 0- 0- 4- 2- 2] 0033-2222,[0- 0- 3- 3- 2- 2- 2- 2]
400004-2-2,[4- 0- 0- 0- 0- 4- 2- 2] 0101-0300,[0- 1- 0- 1- 0- 3- 0- 0]
400040-2-2,[4- 0- 0- 0- 4- 0- 2- 2] 2202-2002,[2- 2- 0- 2- 2- 0- 0- 2]
400040-2-2,[4- 0- 0- 0- 4- 0- 2- 2] 0011-3300,[0- 0- 1- 1- 3- 3- 0- 0]
400040-2-2,[4- 0- 0- 0- 4- 0- 2- 2] 0000-2002,[0- 0- 0- 0- 2- 0- 0- 2]
400400-2-2,[4- 0- 0- 4- 0- 0- 2- 2] 2020-0333,[2- 0- 2- 0- 0- 3- 3- 3]
400400-2-2,[4- 0- 0- 4- 0- 0- 2- 2] 1000-0330,[1- 0- 0- 0- 0- 3- 3- 0]
400400-2-2,[4- 0- 0- 4- 0- 0- 2- 2] 2022-3303,[2- 0- 2- 2- 3- 3- 0- 3]
404000-2-2,[4- 0- 4- 0- 0- 0- 2- 2] 1010-0303,[1- 0- 1- 0- 0- 3- 0- 3]
404000-2-2,[4- 0- 4- 0- 0- 0- 2- 2] 2002-0300,[2- 0- 0- 2- 0- 3- 0- 0]
404000-2-2,[4- 0- 4- 0- 0- 0- 2- 2] 1000-0111,[1- 0- 0- 0- 0- 1- 1- 1]
440000-2-2,[4- 4- 0- 0- 0- 0- 2- 2] 0333-0202,[0- 3- 3- 3- 0- 2- 0- 2]
440000-2-2,[4- 4- 0- 0- 0- 0- 2- 2] 0001-1010,[0- 0- 0- 1- 1- 0- 1- 0]
440000-2-2,[4- 4- 0- 0- 0- 0- 2- 2] 1111-2200,[1- 1- 1- 1- 2- 2- 0- 0]
2222-1010,[2- 2- 2- 2- 1- 0- 1- 0]
2200-2202,[2- 2- 0- 0- 2- 2- 0- 2]
0003-1110,[0- 0- 0- 3- 1- 1- 1- 0]
3003-0222,[3- 0- 0- 3- 0- 2- 2- 2]
3033-0333,[3- 0- 3- 3- 0- 3- 3- 3]
0022-2002,[0- 0- 2- 2- 2- 0- 0- 2]
0303-0303,[0- 3- 0- 3- 0- 3- 0- 3]
1111-1100,[1- 1- 1- 1- 1- 1- 0- 0]
0303-3003,[0- 3- 0- 3- 3- 0- 0- 3]
0333-0003,[0- 3- 3- 3- 0- 0- 0- 3]
configurations,generic format,exact frequency,google pixel format,exact frequencies
100001-2-2,[1- 0- 0- 0- 0- 1- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 0- 0- 0- 576000- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 0- 0- 0- 0- 1- 2- 2], [576000- 0- 0- 0- 0- 576000- 1478400- 1766400]
100001-2-2,[1- 0- 0- 0- 0- 1- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 0- 0- 0- 576000- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 0- 0- 0- 0- 1- 2- 2], [576000- 0- 0- 0- 0- 576000- 1478400- 1766400]
100001-2-2,[1- 0- 0- 0- 0- 1- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 0- 0- 0- 576000- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 0- 0- 0- 0- 1- 2- 2], [576000- 0- 0- 0- 0- 576000- 1478400- 1766400]
100010-2-2,[1- 0- 0- 0- 1- 0- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 0- 0- 576000- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 0- 0- 0- 1- 0- 2- 2], [576000- 0- 0- 0- 576000- 0- 1478400- 1766400]
100010-2-2,[1- 0- 0- 0- 1- 0- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 0- 0- 576000- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 0- 0- 0- 1- 0- 2- 2], [576000- 0- 0- 0- 576000- 0- 1478400- 1766400]
100010-2-2,[1- 0- 0- 0- 1- 0- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 0- 0- 576000- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 0- 0- 0- 1- 0- 2- 2], [576000- 0- 0- 0- 576000- 0- 1478400- 1766400]
100100-2-2,[1- 0- 0- 1- 0- 0- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 0- 576000- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 0- 0- 1- 0- 0- 2- 2], [576000- 0- 0- 576000- 0- 0- 1478400- 1766400]
100100-2-2,[1- 0- 0- 1- 0- 0- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 0- 576000- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 0- 0- 1- 0- 0- 2- 2], [576000- 0- 0- 576000- 0- 0- 1478400- 1766400]
100100-2-2,[1- 0- 0- 1- 0- 0- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 0- 576000- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 0- 0- 1- 0- 0- 2- 2], [576000- 0- 0- 576000- 0- 0- 1478400- 1766400]
101000-2-2,[1- 0- 1- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 576000- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 0- 1- 0- 0- 0- 2- 2], [576000- 0- 576000- 0- 0- 0- 1478400- 1766400]
101000-2-2,[1- 0- 1- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 576000- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 0- 1- 0- 0- 0- 2- 2], [576000- 0- 576000- 0- 0- 0- 1478400- 1766400]
101000-2-2,[1- 0- 1- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 576000- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 0- 1- 0- 0- 0- 2- 2], [576000- 0- 576000- 0- 0- 0- 1478400- 1766400]
110000-2-2,[1- 1- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[576000- 576000- 0- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 1- 0- 0- 0- 0- 2- 2], [576000- 576000- 0- 0- 0- 0- 1478400- 1766400]
110000-2-2,[1- 1- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[576000- 576000- 0- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 1- 0- 0- 0- 0- 2- 2], [576000- 576000- 0- 0- 0- 0- 1478400- 1766400]
110000-2-2,[1- 1- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[576000- 576000- 0- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 1- 0- 0- 0- 0- 2- 2], [576000- 576000- 0- 0- 0- 0- 1478400- 1766400]
200002-2-2,[2- 0- 0- 0- 0- 2- 2- 0- 0- 2- 0- 0- 0],[1363200- 0- 0- 0- 0- 1363200- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 0- 0- 0- 0- 2- 2- 2], [1363200- 0- 0- 0- 0- 1363200- 1478400- 1766400]
200002-2-2,[2- 0- 0- 0- 0- 2- 2- 0- 0- 2- 0- 0- 0],[1363200- 0- 0- 0- 0- 1363200- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 0- 0- 0- 0- 2- 2- 2], [1363200- 0- 0- 0- 0- 1363200- 1478400- 1766400]
200002-2-2,[2- 0- 0- 0- 0- 2- 2- 0- 0- 2- 0- 0- 0],[1363200- 0- 0- 0- 0- 1363200- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 0- 0- 0- 0- 2- 2- 2], [1363200- 0- 0- 0- 0- 1363200- 1478400- 1766400]
200020-2-2,[2- 0- 0- 0- 2- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 0- 0- 0- 1363200- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 0- 0- 0- 2- 0- 2- 2], [1363200- 0- 0- 0- 1363200- 0- 1478400- 1766400]
200020-2-2,[2- 0- 0- 0- 2- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 0- 0- 0- 1363200- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 0- 0- 0- 2- 0- 2- 2], [1363200- 0- 0- 0- 1363200- 0- 1478400- 1766400]
200020-2-2,[2- 0- 0- 0- 2- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 0- 0- 0- 1363200- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 0- 0- 0- 2- 0- 2- 2], [1363200- 0- 0- 0- 1363200- 0- 1478400- 1766400]
200200-2-2,[2- 0- 0- 2- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 0- 0- 1363200- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 0- 0- 2- 0- 0- 2- 2], [1363200- 0- 0- 1363200- 0- 0- 1478400- 1766400]
200200-2-2,[2- 0- 0- 2- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 0- 0- 1363200- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 0- 0- 2- 0- 0- 2- 2], [1363200- 0- 0- 1363200- 0- 0- 1478400- 1766400]
200200-2-2,[2- 0- 0- 2- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 0- 0- 1363200- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 0- 0- 2- 0- 0- 2- 2], [1363200- 0- 0- 1363200- 0- 0- 1478400- 1766400]
202000-2-2,[2- 0- 2- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 0- 1363200- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 0- 2- 0- 0- 0- 2- 2], [1363200- 0- 1363200- 0- 0- 0- 1478400- 1766400]
202000-2-2,[2- 0- 2- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 0- 1363200- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 0- 2- 0- 0- 0- 2- 2], [1363200- 0- 1363200- 0- 0- 0- 1478400- 1766400]
202000-2-2,[2- 0- 2- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 0- 1363200- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 0- 2- 0- 0- 0- 2- 2], [1363200- 0- 1363200- 0- 0- 0- 1478400- 1766400]
220000-2-2,[2- 2- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 0- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 2- 0- 0- 0- 0- 2- 2], [1363200- 1363200- 0- 0- 0- 0- 1478400- 1766400]
220000-2-2,[2- 2- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 0- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 2- 0- 0- 0- 0- 2- 2], [1363200- 1363200- 0- 0- 0- 0- 1478400- 1766400]
220000-2-2,[2- 2- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 0- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 2- 0- 0- 0- 0- 2- 2], [1363200- 1363200- 0- 0- 0- 0- 1478400- 1766400]
300003-2-2,[3- 0- 0- 0- 0- 3- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 0- 0- 0- 1804800- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 0- 0- 0- 0- 3- 2- 2], [1804800- 0- 0- 0- 0- 1804800- 1478400- 1766400]
300003-2-2,[3- 0- 0- 0- 0- 3- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 0- 0- 0- 1804800- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 0- 0- 0- 0- 3- 2- 2], [1804800- 0- 0- 0- 0- 1804800- 1478400- 1766400]
300003-2-2,[3- 0- 0- 0- 0- 3- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 0- 0- 0- 1804800- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 0- 0- 0- 0- 3- 2- 2], [1804800- 0- 0- 0- 0- 1804800- 1478400- 1766400]
300030-2-2,[3- 0- 0- 0- 3- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 0- 0- 1804800- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 0- 0- 0- 3- 0- 2- 2], [1804800- 0- 0- 0- 1804800- 0- 1478400- 1766400]
300030-2-2,[3- 0- 0- 0- 3- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 0- 0- 1804800- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 0- 0- 0- 3- 0- 2- 2], [1804800- 0- 0- 0- 1804800- 0- 1478400- 1766400]
300030-2-2,[3- 0- 0- 0- 3- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 0- 0- 1804800- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 0- 0- 0- 3- 0- 2- 2], [1804800- 0- 0- 0- 1804800- 0- 1478400- 1766400]
300300-2-2,[3- 0- 0- 3- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 0- 1804800- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 0- 0- 3- 0- 0- 2- 2], [1804800- 0- 0- 1804800- 0- 0- 1478400- 1766400]
300300-2-2,[3- 0- 0- 3- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 0- 1804800- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 0- 0- 3- 0- 0- 2- 2], [1804800- 0- 0- 1804800- 0- 0- 1478400- 1766400]
300300-2-2,[3- 0- 0- 3- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 0- 1804800- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 0- 0- 3- 0- 0- 2- 2], [1804800- 0- 0- 1804800- 0- 0- 1478400- 1766400]
303000-2-2,[3- 0- 3- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 1804800- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 0- 3- 0- 0- 0- 2- 2], [1804800- 0- 1804800- 0- 0- 0- 1478400- 1766400]
303000-2-2,[3- 0- 3- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 1804800- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 0- 3- 0- 0- 0- 2- 2], [1804800- 0- 1804800- 0- 0- 0- 1478400- 1766400]
303000-2-2,[3- 0- 3- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 1804800- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 0- 3- 0- 0- 0- 2- 2], [1804800- 0- 1804800- 0- 0- 0- 1478400- 1766400]
330000-2-2,[3- 3- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 0- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 3- 0- 0- 0- 0- 2- 2], [1804800- 1804800- 0- 0- 0- 0- 1478400- 1766400]
330000-2-2,[3- 3- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 0- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 3- 0- 0- 0- 0- 2- 2], [1804800- 1804800- 0- 0- 0- 0- 1478400- 1766400]
330000-2-2,[3- 3- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 0- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 3- 0- 0- 0- 0- 2- 2], [1804800- 1804800- 0- 0- 0- 0- 1478400- 1766400]
400004-2-2,[4- 0- 0- 0- 0- 4- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 0- 0- 0- 1804801- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 0- 0- 0- 4- 2- 2], [1804801- 0- 0- 0- 0- 1804801- 1478400- 1766400]
400004-2-2,[4- 0- 0- 0- 0- 4- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 0- 0- 0- 1804801- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 0- 0- 0- 4- 2- 2], [1804801- 0- 0- 0- 0- 1804801- 1478400- 1766400]
400004-2-2,[4- 0- 0- 0- 0- 4- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 0- 0- 0- 1804801- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 0- 0- 0- 4- 2- 2], [1804801- 0- 0- 0- 0- 1804801- 1478400- 1766400]
400040-2-2,[4- 0- 0- 0- 4- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 0- 0- 1804801- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 0- 0- 4- 0- 2- 2], [1804801- 0- 0- 0- 1804801- 0- 1478400- 1766400]
400040-2-2,[4- 0- 0- 0- 4- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 0- 0- 1804801- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 0- 0- 4- 0- 2- 2], [1804801- 0- 0- 0- 1804801- 0- 1478400- 1766400]
400040-2-2,[4- 0- 0- 0- 4- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 0- 0- 1804801- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 0- 0- 4- 0- 2- 2], [1804801- 0- 0- 0- 1804801- 0- 1478400- 1766400]
400400-2-2,[4- 0- 0- 4- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 0- 1804801- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 0- 4- 0- 0- 2- 2], [1804801- 0- 0- 1804801- 0- 0- 1478400- 1766400]
400400-2-2,[4- 0- 0- 4- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 0- 1804801- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 0- 4- 0- 0- 2- 2], [1804801- 0- 0- 1804801- 0- 0- 1478400- 1766400]
400400-2-2,[4- 0- 0- 4- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 0- 1804801- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 0- 4- 0- 0- 2- 2], [1804801- 0- 0- 1804801- 0- 0- 1478400- 1766400]
404000-2-2,[4- 0- 4- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 1804801- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 4- 0- 0- 0- 2- 2], [1804801- 0- 1804801- 0- 0- 0- 1478400- 1766400]
404000-2-2,[4- 0- 4- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 1804801- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 4- 0- 0- 0- 2- 2], [1804801- 0- 1804801- 0- 0- 0- 1478400- 1766400]
404000-2-2,[4- 0- 4- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 1804801- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 4- 0- 0- 0- 2- 2], [1804801- 0- 1804801- 0- 0- 0- 1478400- 1766400]
440000-2-2,[4- 4- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 1804801- 0- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 4- 0- 0- 0- 0- 2- 2], [1804801- 1804801- 0- 0- 0- 0- 1478400- 1766400]
440000-2-2,[4- 4- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 1804801- 0- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 4- 0- 0- 0- 0- 2- 2], [1804801- 1804801- 0- 0- 0- 0- 1478400- 1766400]
440000-2-2,[4- 4- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 1804801- 0- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 4- 0- 0- 0- 0- 2- 2], [1804801- 1804801- 0- 0- 0- 0- 1478400- 1766400]
configurations,generic format,exact frequency,google pixel format,exact frequencies,phone energy,phone power,workload,energy by workload,starting cc_info,ending cc_info
100001-0-0,[1- 0- 0- 0- 0- 1- 0- 0- 0- 0- 0- 0- 0],[576000- 0- 0- 0- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 0- 0- 0- 0- 1- 0- 0],[576000- 0- 0- 0- 0- 576000- 0- 0],23.92680302847992,726.3511644901749,9.39183e+10,2.54762e-10,0,0
100001-0-0,[1- 0- 0- 0- 0- 1- 0- 0- 0- 0- 0- 0- 0],[576000- 0- 0- 0- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 0- 0- 0- 0- 1- 0- 0],[576000- 0- 0- 0- 0- 576000- 0- 0],24.008138624748163,726.6547674245342,9.39365e+10,2.55578e-10,0,0
100001-0-0,[1- 0- 0- 0- 0- 1- 0- 0- 0- 0- 0- 0- 0],[576000- 0- 0- 0- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 0- 0- 0- 0- 1- 0- 0],[576000- 0- 0- 0- 0- 576000- 0- 0],24.04973010017626,725.0266611494385,9.40412e+10,2.55736e-10,0,0
100010-0-0,[1- 0- 0- 0- 1- 0- 0- 0- 0- 0- 0- 0- 0],[576000- 0- 0- 0- 576000- 0- 0- 0- 0- 0- 0- 0- 0],[1- 0- 0- 0- 1- 0- 0- 0],[576000- 0- 0- 0- 576000- 0- 0- 0],23.768609723161067,721.9359233930851,9.38028e+10,2.53389e-10,0,0
100010-0-0,[1- 0- 0- 0- 1- 0- 0- 0- 0- 0- 0- 0- 0],[576000- 0- 0- 0- 576000- 0- 0- 0- 0- 0- 0- 0- 0],[1- 0- 0- 0- 1- 0- 0- 0],[576000- 0- 0- 0- 576000- 0- 0- 0],23.907751006381503,719.5124735980693,9.4169e+10,2.53881e-10,0,0
100010-0-0,[1- 0- 0- 0- 1- 0- 0- 0- 0- 0- 0- 0- 0],[576000- 0- 0- 0- 576000- 0- 0- 0- 0- 0- 0- 0- 0],[1- 0- 0- 0- 1- 0- 0- 0],[576000- 0- 0- 0- 576000- 0- 0- 0],23.647042756264316,717.3536897466823,9.38666e+10,2.51922e-10,0,0
100100-0-0,[1- 0- 0- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0],[576000- 0- 0- 576000- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 0- 0- 1- 0- 0- 0- 0],[576000- 0- 0- 576000- 0- 0- 0- 0],24.34321151135318,731.1453068380349,9.52989e+10,2.55441e-10,0,0
100100-0-0,[1- 0- 0- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0],[576000- 0- 0- 576000- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 0- 0- 1- 0- 0- 0- 0],[576000- 0- 0- 576000- 0- 0- 0- 0],23.66236144271759,723.4942902904883,9.41097e+10,2.51434e-10,0,0
100100-0-0,[1- 0- 0- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0],[576000- 0- 0- 576000- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 0- 0- 1- 0- 0- 0- 0],[576000- 0- 0- 576000- 0- 0- 0- 0],24.282936366326563,728.7494068467691,9.36904e+10,2.59183e-10,0,0
101000-0-0,[1- 0- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 0- 0- 0- 0- 0],[576000- 0- 576000- 0- 0- 0- 0- 0],23.827633134312034,723.5133808912915,9.36934e+10,2.54315e-10,0,0
101000-0-0,[1- 0- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 0- 0- 0- 0- 0],[576000- 0- 576000- 0- 0- 0- 0- 0],23.826661712544205,723.732867677299,9.39683e+10,2.53561e-10,0,0
101000-0-0,[1- 0- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 0- 0- 0- 0- 0],[576000- 0- 576000- 0- 0- 0- 0- 0],24.05507728451459,730.1044749181781,9.42226e+10,2.55301e-10,0,0
110000-0-0,[1- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[576000- 576000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 1- 0- 0- 0- 0- 0- 0],[576000- 576000- 0- 0- 0- 0- 0- 0],24.42419267600996,729.2341965500051,9.32932e+10,2.618e-10,0,0
110000-0-0,[1- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[576000- 576000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 1- 0- 0- 0- 0- 0- 0],[576000- 576000- 0- 0- 0- 0- 0- 0],23.99322866107899,733.4804599940842,9.32632e+10,2.57264e-10,0,0
110000-0-0,[1- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[576000- 576000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 1- 0- 0- 0- 0- 0- 0],[576000- 576000- 0- 0- 0- 0- 0- 0],24.207459297994163,733.4058099502962,9.33509e+10,2.59317e-10,0,0
200002-0-0,[2- 0- 0- 0- 0- 2- 0- 0- 0- 0- 0- 0- 0],[1363200- 0- 0- 0- 0- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 0- 0- 0- 0- 2- 0- 0],[1363200- 0- 0- 0- 0- 1363200- 0- 0],28.77615884915817,864.5467841074815,2.29888e+11,1.25175e-10,0,0
200002-0-0,[2- 0- 0- 0- 0- 2- 0- 0- 0- 0- 0- 0- 0],[1363200- 0- 0- 0- 0- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 0- 0- 0- 0- 2- 0- 0],[1363200- 0- 0- 0- 0- 1363200- 0- 0],28.68325147336931,867.97589459951,2.29682e+11,1.24882e-10,0,0
200002-0-0,[2- 0- 0- 0- 0- 2- 0- 0- 0- 0- 0- 0- 0],[1363200- 0- 0- 0- 0- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 0- 0- 0- 0- 2- 0- 0],[1363200- 0- 0- 0- 0- 1363200- 0- 0],28.155953672150755,859.9466955837246,2.29866e+11,1.22489e-10,0,0
200020-0-0,[2- 0- 0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 0],[1363200- 0- 0- 0- 1363200- 0- 0- 0- 0- 0- 0- 0- 0],[2- 0- 0- 0- 2- 0- 0- 0],[1363200- 0- 0- 0- 1363200- 0- 0- 0],24.03237046200954,731.917838387565,9.40429e+10,2.55547e-10,0,0
200020-0-0,[2- 0- 0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 0],[1363200- 0- 0- 0- 1363200- 0- 0- 0- 0- 0- 0- 0- 0],[2- 0- 0- 0- 2- 0- 0- 0],[1363200- 0- 0- 0- 1363200- 0- 0- 0],24.734270276684956,744.9448049456295,9.38012e+10,2.63688e-10,0,0
200020-0-0,[2- 0- 0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 0],[1363200- 0- 0- 0- 1363200- 0- 0- 0- 0- 0- 0- 0- 0],[2- 0- 0- 0- 2- 0- 0- 0],[1363200- 0- 0- 0- 1363200- 0- 0- 0],23.743288058460422,717.9204299633639,9.38168e+10,2.53081e-10,0,0
200200-0-0,[2- 0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1363200- 0- 0- 1363200- 0- 0- 0- 0- 0- 0- 0- 0- 0],[2- 0- 0- 2- 0- 0- 0- 0],[1363200- 0- 0- 1363200- 0- 0- 0- 0],23.750591714866186,720.3754498598336,9.37602e+10,2.53312e-10,0,0
200200-0-0,[2- 0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1363200- 0- 0- 1363200- 0- 0- 0- 0- 0- 0- 0- 0- 0],[2- 0- 0- 2- 0- 0- 0- 0],[1363200- 0- 0- 1363200- 0- 0- 0- 0],23.505960200642747,720.5358246997052,9.35508e+10,2.51264e-10,0,0
200200-0-0,[2- 0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1363200- 0- 0- 1363200- 0- 0- 0- 0- 0- 0- 0- 0- 0],[2- 0- 0- 2- 0- 0- 0- 0],[1363200- 0- 0- 1363200- 0- 0- 0- 0],23.42848921387117,715.786262487798,9.53721e+10,2.45653e-10,0,0
202000-0-0,[2- 0- 2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1363200- 0- 1363200- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[2- 0- 2- 0- 0- 0- 0- 0],[1363200- 0- 1363200- 0- 0- 0- 0- 0],24.092534379540634,727.6323355556636,9.46278e+10,2.54603e-10,0,0
202000-0-0,[2- 0- 2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1363200- 0- 1363200- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[2- 0- 2- 0- 0- 0- 0- 0],[1363200- 0- 1363200- 0- 0- 0- 0- 0],24.21312283502527,727.6231161055088,9.36479e+10,2.58555e-10,0,0
202000-0-0,[2- 0- 2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1363200- 0- 1363200- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[2- 0- 2- 0- 0- 0- 0- 0],[1363200- 0- 1363200- 0- 0- 0- 0- 0],24.183210213672954,724.8966738025193,9.33887e+10,2.58952e-10,0,0
220000-0-0,[2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[2- 2- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 0- 0- 0- 0- 0- 0],23.877164417300968,723.8593883501256,9.31481e+10,2.56335e-10,0,0
220000-0-0,[2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[2- 2- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 0- 0- 0- 0- 0- 0],24.264174107781162,729.5652161595167,9.33644e+10,2.59887e-10,0,0
220000-0-0,[2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[2- 2- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 0- 0- 0- 0- 0- 0],24.344031085422476,730.7086812082333,9.32224e+10,2.61139e-10,0,0
300003-0-0,[3- 0- 0- 0- 0- 3- 0- 0- 0- 0- 0- 0- 0],[1804800- 0- 0- 0- 0- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 0- 0- 0- 0- 3- 0- 0],[1804800- 0- 0- 0- 0- 1804800- 0- 0],35.32232791967017,1062.5906794670752,3.08338e+11,1.14557e-10,0,0
300003-0-0,[3- 0- 0- 0- 0- 3- 0- 0- 0- 0- 0- 0- 0],[1804800- 0- 0- 0- 0- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 0- 0- 0- 0- 3- 0- 0],[1804800- 0- 0- 0- 0- 1804800- 0- 0],35.53991612451346,1054.6014541487316,3.07609e+11,1.15536e-10,0,0
300003-0-0,[3- 0- 0- 0- 0- 3- 0- 0- 0- 0- 0- 0- 0],[1804800- 0- 0- 0- 0- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 0- 0- 0- 0- 3- 0- 0],[1804800- 0- 0- 0- 0- 1804800- 0- 0],35.71754166492727,1067.4886839615626,3.08096e+11,1.1593e-10,0,0
300030-0-0,[3- 0- 0- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0],[1804800- 0- 0- 0- 1804800- 0- 0- 0- 0- 0- 0- 0- 0],[3- 0- 0- 0- 3- 0- 0- 0],[1804800- 0- 0- 0- 1804800- 0- 0- 0],23.716971835375215,716.9613184199904,9.36904e+10,2.53142e-10,0,0
300030-0-0,[3- 0- 0- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0],[1804800- 0- 0- 0- 1804800- 0- 0- 0- 0- 0- 0- 0- 0],[3- 0- 0- 0- 3- 0- 0- 0],[1804800- 0- 0- 0- 1804800- 0- 0- 0],23.953804227268574,725.4706873172738,9.41463e+10,2.54432e-10,0,0
300030-0-0,[3- 0- 0- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0],[1804800- 0- 0- 0- 1804800- 0- 0- 0- 0- 0- 0- 0- 0],[3- 0- 0- 0- 3- 0- 0- 0],[1804800- 0- 0- 0- 1804800- 0- 0- 0],23.66038518521068,716.9842985354938,9.37224e+10,2.52452e-10,0,0
300300-0-0,[3- 0- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1804800- 0- 0- 1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 0- 0- 3- 0- 0- 0- 0],[1804800- 0- 0- 1804800- 0- 0- 0- 0],24.1559718861257,724.3399358849308,9.36752e+10,2.57869e-10,0,0
300300-0-0,[3- 0- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1804800- 0- 0- 1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 0- 0- 3- 0- 0- 0- 0],[1804800- 0- 0- 1804800- 0- 0- 0- 0],24.32865158873136,727.0622958983141,9.37709e+10,2.59448e-10,0,0
300300-0-0,[3- 0- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1804800- 0- 0- 1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 0- 0- 3- 0- 0- 0- 0],[1804800- 0- 0- 1804800- 0- 0- 0- 0],23.538369217832788,719.868752090157,9.37981e+10,2.50947e-10,0,0
303000-0-0,[3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 0- 3- 0- 0- 0- 0- 0],[1804800- 0- 1804800- 0- 0- 0- 0- 0],23.867682919071562,721.217272312583,9.36983e+10,2.54729e-10,0,0
303000-0-0,[3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 0- 3- 0- 0- 0- 0- 0],[1804800- 0- 1804800- 0- 0- 0- 0- 0],23.84547723870087,715.5813654301581,9.39638e+10,2.53773e-10,0,0
303000-0-0,[3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 0- 3- 0- 0- 0- 0- 0],[1804800- 0- 1804800- 0- 0- 0- 0- 0],24.080718397086365,729.1129229668635,9.34993e+10,2.5755e-10,0,0
330000-0-0,[3- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 3- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 0- 0- 0- 0- 0- 0],24.08059502443054,735.9135240776465,9.35164e+10,2.57501e-10,0,0
330000-0-0,[3- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 3- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 0- 0- 0- 0- 0- 0],24.637735624906814,745.9699120502246,9.2968e+10,2.65013e-10,0,0
330000-0-0,[3- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 3- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 0- 0- 0- 0- 0- 0],24.641747385770024,743.5584038893306,9.31343e+10,2.64583e-10,0,0
400004-0-0,[4- 0- 0- 0- 0- 4- 0- 0- 0- 0- 0- 0- 0],[1804801- 0- 0- 0- 0- 1804801- 0- 0- 0- 0- 0- 0- 0],[4- 0- 0- 0- 0- 4- 0- 0],[1804801- 0- 0- 0- 0- 1804801- 0- 0],35.68737472207005,1066.2012562271907,3.07857e+11,1.15922e-10,0,0
400004-0-0,[4- 0- 0- 0- 0- 4- 0- 0- 0- 0- 0- 0- 0],[1804801- 0- 0- 0- 0- 1804801- 0- 0- 0- 0- 0- 0- 0],[4- 0- 0- 0- 0- 4- 0- 0],[1804801- 0- 0- 0- 0- 1804801- 0- 0],36.26627936290422,1083.1078081043274,3.07816e+11,1.17818e-10,0,0
400004-0-0,[4- 0- 0- 0- 0- 4- 0- 0- 0- 0- 0- 0- 0],[1804801- 0- 0- 0- 0- 1804801- 0- 0- 0- 0- 0- 0- 0],[4- 0- 0- 0- 0- 4- 0- 0],[1804801- 0- 0- 0- 0- 1804801- 0- 0],35.74753244365377,1065.0050069453305,3.08344e+11,1.15934e-10,0,0
400040-0-0,[4- 0- 0- 0- 4- 0- 0- 0- 0- 0- 0- 0- 0],[1804801- 0- 0- 0- 1804801- 0- 0- 0- 0- 0- 0- 0- 0],[4- 0- 0- 0- 4- 0- 0- 0],[1804801- 0- 0- 0- 1804801- 0- 0- 0],24.208364980550822,726.6868306972233,9.38028e+10,2.58077e-10,0,0
400040-0-0,[4- 0- 0- 0- 4- 0- 0- 0- 0- 0- 0- 0- 0],[1804801- 0- 0- 0- 1804801- 0- 0- 0- 0- 0- 0- 0- 0],[4- 0- 0- 0- 4- 0- 0- 0],[1804801- 0- 0- 0- 1804801- 0- 0- 0],24.545508459651504,744.9521003748002,9.33706e+10,2.62883e-10,0,0
400040-0-0,[4- 0- 0- 0- 4- 0- 0- 0- 0- 0- 0- 0- 0],[1804801- 0- 0- 0- 1804801- 0- 0- 0- 0- 0- 0- 0- 0],[4- 0- 0- 0- 4- 0- 0- 0],[1804801- 0- 0- 0- 1804801- 0- 0- 0],23.955644418717593,720.1107195961464,9.37345e+10,2.55569e-10,0,0
400400-0-0,[4- 0- 0- 4- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1804801- 0- 0- 1804801- 0- 0- 0- 0- 0- 0- 0- 0- 0],[4- 0- 0- 4- 0- 0- 0- 0],[1804801- 0- 0- 1804801- 0- 0- 0- 0],20.892728190680728,614.4824082169501,9.39793e+10,2.22312e-10,0,0
400400-0-0,[4- 0- 0- 4- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1804801- 0- 0- 1804801- 0- 0- 0- 0- 0- 0- 0- 0- 0],[4- 0- 0- 4- 0- 0- 0- 0],[1804801- 0- 0- 1804801- 0- 0- 0- 0],23.056442545915072,714.8303589060488,9.38391e+10,2.45702e-10,0,0
400400-0-0,[4- 0- 0- 4- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1804801- 0- 0- 1804801- 0- 0- 0- 0- 0- 0- 0- 0- 0],[4- 0- 0- 4- 0- 0- 0- 0],[1804801- 0- 0- 1804801- 0- 0- 0- 0],23.859797472163574,722.632215692879,9.36145e+10,2.54873e-10,0,0
404000-0-0,[4- 0- 4- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1804801- 0- 1804801- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[4- 0- 4- 0- 0- 0- 0- 0],[1804801- 0- 1804801- 0- 0- 0- 0- 0],23.929599517536357,721.3687521773078,9.36221e+10,2.55598e-10,0,0
404000-0-0,[4- 0- 4- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1804801- 0- 1804801- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[4- 0- 4- 0- 0- 0- 0- 0],[1804801- 0- 1804801- 0- 0- 0- 0- 0],23.98063541047566,721.8407875668076,9.38907e+10,2.5541e-10,0,0
404000-0-0,[4- 0- 4- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1804801- 0- 1804801- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[4- 0- 4- 0- 0- 0- 0- 0],[1804801- 0- 1804801- 0- 0- 0- 0- 0],24.285864392102688,735.3564781139453,9.3745e+10,2.59063e-10,0,0
440000-0-0,[4- 4- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1804801- 1804801- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[4- 4- 0- 0- 0- 0- 0- 0],[1804801- 1804801- 0- 0- 0- 0- 0- 0],24.084653436720817,726.7345518189771,9.31466e+10,2.58567e-10,0,0
440000-0-0,[4- 4- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1804801- 1804801- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[4- 4- 0- 0- 0- 0- 0- 0],[1804801- 1804801- 0- 0- 0- 0- 0- 0],24.652112755988767,731.5033821974694,9.31935e+10,2.64526e-10,0,0
440000-0-0,[4- 4- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1804801- 1804801- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[4- 4- 0- 0- 0- 0- 0- 0],[1804801- 1804801- 0- 0- 0- 0- 0- 0],23.764456566046302,722.8338437003015,9.29545e+10,2.55657e-10,0,0
configurations,generic format,exact frequency,google pixel format,exact frequencies,phone energy,phone power,workload,energy by workload,starting cc_info,ending cc_info
100001-2-2,[1- 0- 0- 0- 0- 1- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 0- 0- 0- 576000- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 0- 0- 0- 0- 1- 2- 2],[576000- 0- 0- 0- 0- 576000- 1478400- 1766400],69.52409009723863,2010.5306198084834,1.16486e+12,5.96845e-11,0,0
100001-2-2,[1- 0- 0- 0- 0- 1- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 0- 0- 0- 576000- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 0- 0- 0- 0- 1- 2- 2],[576000- 0- 0- 0- 0- 576000- 1478400- 1766400],71.0813570024315,2044.1753729837076,1.16597e+12,6.09633e-11,0,0
100001-2-2,[1- 0- 0- 0- 0- 1- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 0- 0- 0- 576000- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 0- 0- 0- 0- 1- 2- 2],[576000- 0- 0- 0- 0- 576000- 1478400- 1766400],70.47748663452633,2047.1024914329862,1.1634e+12,6.05789e-11,0,0
100010-2-2,[1- 0- 0- 0- 1- 0- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 0- 0- 576000- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 0- 0- 0- 1- 0- 2- 2],[576000- 0- 0- 0- 576000- 0- 1478400- 1766400],70.09045877144594,2025.8535423935475,1.16616e+12,6.01036e-11,0,0
100010-2-2,[1- 0- 0- 0- 1- 0- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 0- 0- 576000- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 0- 0- 0- 1- 0- 2- 2],[576000- 0- 0- 0- 576000- 0- 1478400- 1766400],70.58915136388794,2044.639552517949,1.16179e+12,6.0759e-11,0,0
100010-2-2,[1- 0- 0- 0- 1- 0- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 0- 0- 576000- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 0- 0- 0- 1- 0- 2- 2],[576000- 0- 0- 0- 576000- 0- 1478400- 1766400],71.30789275413113,2066.2232265127523,1.16209e+12,6.13618e-11,0,0
100100-2-2,[1- 0- 0- 1- 0- 0- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 0- 576000- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 0- 0- 1- 0- 0- 2- 2],[576000- 0- 0- 576000- 0- 0- 1478400- 1766400],70.742778041012,2045.810308683365,1.16092e+12,6.09368e-11,0,0
100100-2-2,[1- 0- 0- 1- 0- 0- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 0- 576000- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 0- 0- 1- 0- 0- 2- 2],[576000- 0- 0- 576000- 0- 0- 1478400- 1766400],70.57358750924872,2039.2028466702188,1.16676e+12,6.04868e-11,0,0
100100-2-2,[1- 0- 0- 1- 0- 0- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 0- 576000- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 0- 0- 1- 0- 0- 2- 2],[576000- 0- 0- 576000- 0- 0- 1478400- 1766400],70.90841487980666,2058.390853686644,1.16526e+12,6.0852e-11,0,0
101000-2-2,[1- 0- 1- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 576000- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 0- 1- 0- 0- 0- 2- 2],[576000- 0- 576000- 0- 0- 0- 1478400- 1766400],70.73694231384944,2045.2993817629833,1.1597e+12,6.09959e-11,0,0
101000-2-2,[1- 0- 1- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 576000- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 0- 1- 0- 0- 0- 2- 2],[576000- 0- 576000- 0- 0- 0- 1478400- 1766400],70.87019823828456,2048.0676987469533,1.16559e+12,6.0802e-11,0,0
101000-2-2,[1- 0- 1- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 576000- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 0- 1- 0- 0- 0- 2- 2],[576000- 0- 576000- 0- 0- 0- 1478400- 1766400],70.66304539864001,2036.9589181838337,1.15984e+12,6.09248e-11,0,0
110000-2-2,[1- 1- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[576000- 576000- 0- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 1- 0- 0- 0- 0- 2- 2],[576000- 576000- 0- 0- 0- 0- 1478400- 1766400],70.11291945420209,2039.9408493051626,1.16528e+12,6.01683e-11,0,0
110000-2-2,[1- 1- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[576000- 576000- 0- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 1- 0- 0- 0- 0- 2- 2],[576000- 576000- 0- 0- 0- 0- 1478400- 1766400],70.4747458234224,2042.5764384831075,1.16484e+12,6.05017e-11,0,0
110000-2-2,[1- 1- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[576000- 576000- 0- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[1- 1- 0- 0- 0- 0- 2- 2],[576000- 576000- 0- 0- 0- 0- 1478400- 1766400],70.35766711410953,2044.605286313954,1.16654e+12,6.03131e-11,0,0
200002-2-2,[2- 0- 0- 0- 0- 2- 2- 0- 0- 2- 0- 0- 0],[1363200- 0- 0- 0- 0- 1363200- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 0- 0- 0- 0- 2- 2- 2],[1363200- 0- 0- 0- 0- 1363200- 1478400- 1766400],77.96541094759694,2241.7006169502456,1.30714e+12,5.96458e-11,0,0
200002-2-2,[2- 0- 0- 0- 0- 2- 2- 0- 0- 2- 0- 0- 0],[1363200- 0- 0- 0- 0- 1363200- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 0- 0- 0- 0- 2- 2- 2],[1363200- 0- 0- 0- 0- 1363200- 1478400- 1766400],76.2023086156267,2205.8238875067054,1.3037e+12,5.84508e-11,0,0
200002-2-2,[2- 0- 0- 0- 0- 2- 2- 0- 0- 2- 0- 0- 0],[1363200- 0- 0- 0- 0- 1363200- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 0- 0- 0- 0- 2- 2- 2],[1363200- 0- 0- 0- 0- 1363200- 1478400- 1766400],76.33647794504182,2209.8674964349125,1.30028e+12,5.87077e-11,0,0
200020-2-2,[2- 0- 0- 0- 2- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 0- 0- 0- 1363200- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 0- 0- 0- 2- 0- 2- 2],[1363200- 0- 0- 0- 1363200- 0- 1478400- 1766400],71.64787072655308,2068.1208423500893,1.1655e+12,6.14739e-11,0,0
200020-2-2,[2- 0- 0- 0- 2- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 0- 0- 0- 1363200- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 0- 0- 0- 2- 0- 2- 2],[1363200- 0- 0- 0- 1363200- 0- 1478400- 1766400],70.59299246340379,2045.8237679247684,1.16159e+12,6.07727e-11,0,0
200020-2-2,[2- 0- 0- 0- 2- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 0- 0- 0- 1363200- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 0- 0- 0- 2- 0- 2- 2],[1363200- 0- 0- 0- 1363200- 0- 1478400- 1766400],70.62997330800367,2049.0452915045375,1.1623e+12,6.07674e-11,0,0
200200-2-2,[2- 0- 0- 2- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 0- 0- 1363200- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 0- 0- 2- 0- 0- 2- 2],[1363200- 0- 0- 1363200- 0- 0- 1478400- 1766400],71.59418143367965,2072.612065766956,1.1596e+12,6.17404e-11,0,0
200200-2-2,[2- 0- 0- 2- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 0- 0- 1363200- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 0- 0- 2- 0- 0- 2- 2],[1363200- 0- 0- 1363200- 0- 0- 1478400- 1766400],70.63924455966055,2044.390496935238,1.16729e+12,6.05156e-11,0,0
200200-2-2,[2- 0- 0- 2- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 0- 0- 1363200- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 0- 0- 2- 0- 0- 2- 2],[1363200- 0- 0- 1363200- 0- 0- 1478400- 1766400],70.53403938823975,2036.4875102013627,1.16602e+12,6.04913e-11,0,0
202000-2-2,[2- 0- 2- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 0- 1363200- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 0- 2- 0- 0- 0- 2- 2],[1363200- 0- 1363200- 0- 0- 0- 1478400- 1766400],71.49423895337264,2067.3332738680415,1.16766e+12,6.12286e-11,0,0
202000-2-2,[2- 0- 2- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 0- 1363200- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 0- 2- 0- 0- 0- 2- 2],[1363200- 0- 1363200- 0- 0- 0- 1478400- 1766400],70.60359391424801,2039.7950003512576,1.16196e+12,6.07625e-11,0,0
202000-2-2,[2- 0- 2- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 0- 1363200- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 0- 2- 0- 0- 0- 2- 2],[1363200- 0- 1363200- 0- 0- 0- 1478400- 1766400],70.52715331333978,2041.9087895449654,1.16666e+12,6.04522e-11,0,0
220000-2-2,[2- 2- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 0- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 2- 0- 0- 0- 0- 2- 2],[1363200- 1363200- 0- 0- 0- 0- 1478400- 1766400],71.18060224267974,2055.878949962645,1.1649e+12,6.11045e-11,0,0
220000-2-2,[2- 2- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 0- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 2- 0- 0- 0- 0- 2- 2],[1363200- 1363200- 0- 0- 0- 0- 1478400- 1766400],70.32392311813075,2043.2558518515564,1.1648e+12,6.03742e-11,0,0
220000-2-2,[2- 2- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 0- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[2- 2- 0- 0- 0- 0- 2- 2],[1363200- 1363200- 0- 0- 0- 0- 1478400- 1766400],70.05135389771442,2041.985457529188,1.16536e+12,6.01113e-11,0,0
300003-2-2,[3- 0- 0- 0- 0- 3- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 0- 0- 0- 1804800- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 0- 0- 0- 0- 3- 2- 2],[1804800- 0- 0- 0- 0- 1804800- 1478400- 1766400],86.59637719434818,2465.3920553203334,1.37849e+12,6.28197e-11,0,0
300003-2-2,[3- 0- 0- 0- 0- 3- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 0- 0- 0- 1804800- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 0- 0- 0- 0- 3- 2- 2],[1804800- 0- 0- 0- 0- 1804800- 1478400- 1766400],87.6265526980771,2488.241950885876,1.38083e+12,6.34593e-11,0,0
300003-2-2,[3- 0- 0- 0- 0- 3- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 0- 0- 0- 1804800- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 0- 0- 0- 0- 3- 2- 2],[1804800- 0- 0- 0- 0- 1804800- 1478400- 1766400],87.08870790047656,2482.78103690326,1.38693e+12,6.27924e-11,0,0
300030-2-2,[3- 0- 0- 0- 3- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 0- 0- 1804800- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 0- 0- 0- 3- 0- 2- 2],[1804800- 0- 0- 0- 1804800- 0- 1478400- 1766400],70.45738299722346,2048.4362673134306,1.16052e+12,6.07119e-11,0,0
300030-2-2,[3- 0- 0- 0- 3- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 0- 0- 1804800- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 0- 0- 0- 3- 0- 2- 2],[1804800- 0- 0- 0- 1804800- 0- 1478400- 1766400],71.52806365064377,2067.1708190595846,1.16605e+12,6.13422e-11,0,0
300030-2-2,[3- 0- 0- 0- 3- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 0- 0- 1804800- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 0- 0- 0- 3- 0- 2- 2],[1804800- 0- 0- 0- 1804800- 0- 1478400- 1766400],70.36461641518005,2034.3834686908758,1.15538e+12,6.09017e-11,0,0
300300-2-2,[3- 0- 0- 3- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 0- 1804800- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 0- 0- 3- 0- 0- 2- 2],[1804800- 0- 0- 1804800- 0- 0- 1478400- 1766400],70.54538704058632,2043.532655655454,1.16631e+12,6.0486e-11,0,0
300300-2-2,[3- 0- 0- 3- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 0- 1804800- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 0- 0- 3- 0- 0- 2- 2],[1804800- 0- 0- 1804800- 0- 0- 1478400- 1766400],71.57822660827733,2065.543430131354,1.16213e+12,6.15923e-11,0,0
300300-2-2,[3- 0- 0- 3- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 0- 1804800- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 0- 0- 3- 0- 0- 2- 2],[1804800- 0- 0- 1804800- 0- 0- 1478400- 1766400],70.7170408596214,2041.7395112120066,1.1624e+12,6.08371e-11,0,0
303000-2-2,[3- 0- 3- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 1804800- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 0- 3- 0- 0- 0- 2- 2],[1804800- 0- 1804800- 0- 0- 0- 1478400- 1766400],70.12091351608217,2035.687582112515,1.15985e+12,6.04569e-11,0,0
303000-2-2,[3- 0- 3- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 1804800- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 0- 3- 0- 0- 0- 2- 2],[1804800- 0- 1804800- 0- 0- 0- 1478400- 1766400],69.80058323418798,2026.1095988610796,1.16617e+12,5.98546e-11,0,0
303000-2-2,[3- 0- 3- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 1804800- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 0- 3- 0- 0- 0- 2- 2],[1804800- 0- 1804800- 0- 0- 0- 1478400- 1766400],70.54568641754493,2046.3684465840151,1.16557e+12,6.05246e-11,0,0
330000-2-2,[3- 3- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 0- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 3- 0- 0- 0- 0- 2- 2],[1804800- 1804800- 0- 0- 0- 0- 1478400- 1766400],70.33175275813268,2037.9039312812663,1.16495e+12,6.03732e-11,0,0
330000-2-2,[3- 3- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 0- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 3- 0- 0- 0- 0- 2- 2],[1804800- 1804800- 0- 0- 0- 0- 1478400- 1766400],70.08575253785934,2033.4880545000324,1.16477e+12,6.01713e-11,0,0
330000-2-2,[3- 3- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 0- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[3- 3- 0- 0- 0- 0- 2- 2],[1804800- 1804800- 0- 0- 0- 0- 1478400- 1766400],69.76401393868103,2031.2454594455432,1.16414e+12,5.99275e-11,0,0
400004-2-2,[4- 0- 0- 0- 0- 4- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 0- 0- 0- 1804801- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 0- 0- 0- 4- 2- 2],[1804801- 0- 0- 0- 0- 1804801- 1478400- 1766400],86.25868546652029,2462.1389961649397,1.3864e+12,6.22177e-11,0,0
400004-2-2,[4- 0- 0- 0- 0- 4- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 0- 0- 0- 1804801- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 0- 0- 0- 4- 2- 2],[1804801- 0- 0- 0- 0- 1804801- 1478400- 1766400],86.36279724758774,2476.1397976969893,1.38406e+12,6.23982e-11,0,0
400004-2-2,[4- 0- 0- 0- 0- 4- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 0- 0- 0- 1804801- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 0- 0- 0- 4- 2- 2],[1804801- 0- 0- 0- 0- 1804801- 1478400- 1766400],87.80479279136466,2499.208880026985,1.38557e+12,6.33709e-11,0,0
400040-2-2,[4- 0- 0- 0- 4- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 0- 0- 1804801- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 0- 0- 4- 0- 2- 2],[1804801- 0- 0- 0- 1804801- 0- 1478400- 1766400],70.19794533916524,2047.4429470934535,1.1589e+12,6.05729e-11,0,0
400040-2-2,[4- 0- 0- 0- 4- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 0- 0- 1804801- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 0- 0- 4- 0- 2- 2],[1804801- 0- 0- 0- 1804801- 0- 1478400- 1766400],70.4697908210477,2041.7807257688014,1.16049e+12,6.07242e-11,0,0
400040-2-2,[4- 0- 0- 0- 4- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 0- 0- 1804801- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 0- 0- 4- 0- 2- 2],[1804801- 0- 0- 0- 1804801- 0- 1478400- 1766400],71.17628500575493,2063.139183197156,1.16604e+12,6.1041e-11,0,0
400400-2-2,[4- 0- 0- 4- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 0- 1804801- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 0- 4- 0- 0- 2- 2],[1804801- 0- 0- 1804801- 0- 0- 1478400- 1766400],70.49037916333526,2046.384180555702,1.16542e+12,6.0485e-11,0,0
400400-2-2,[4- 0- 0- 4- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 0- 1804801- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 0- 4- 0- 0- 2- 2],[1804801- 0- 0- 1804801- 0- 0- 1478400- 1766400],69.9851801502394,2021.8984860743753,1.16164e+12,6.02469e-11,0,0
400400-2-2,[4- 0- 0- 4- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 0- 1804801- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 0- 4- 0- 0- 2- 2],[1804801- 0- 0- 1804801- 0- 0- 1478400- 1766400],71.47653617449954,2064.2426598360594,1.16684e+12,6.12565e-11,0,0
404000-2-2,[4- 0- 4- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 1804801- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 4- 0- 0- 0- 2- 2],[1804801- 0- 1804801- 0- 0- 0- 1478400- 1766400],70.21932151401353,2027.7301611933613,1.16384e+12,6.03342e-11,0,0
404000-2-2,[4- 0- 4- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 1804801- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 4- 0- 0- 0- 2- 2],[1804801- 0- 1804801- 0- 0- 0- 1478400- 1766400],70.47809119531738,2041.2885979375426,1.16844e+12,6.03181e-11,0,0
404000-2-2,[4- 0- 4- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 1804801- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 4- 0- 0- 0- 2- 2],[1804801- 0- 1804801- 0- 0- 0- 1478400- 1766400],70.39942218336223,2043.40051894525,1.16631e+12,6.03608e-11,0,0
440000-2-2,[4- 4- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 1804801- 0- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 4- 0- 0- 0- 0- 2- 2],[1804801- 1804801- 0- 0- 0- 0- 1478400- 1766400],70.67041858464086,2052.5285537658833,1.16675e+12,6.05703e-11,0,0
440000-2-2,[4- 4- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 1804801- 0- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 4- 0- 0- 0- 0- 2- 2],[1804801- 1804801- 0- 0- 0- 0- 1478400- 1766400],69.63985178549414,2029.0009301595778,1.1652e+12,5.97664e-11,0,0
440000-2-2,[4- 4- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 1804801- 0- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 4- 0- 0- 0- 0- 2- 2],[1804801- 1804801- 0- 0- 0- 0- 1478400- 1766400],70.57015429696514,2041.307626748669,1.16472e+12,6.05898e-11,0,0
configurations,generic format,exact frequency,google pixel format,exact frequencies,phone energy,phone power,workload,energy by workload,starting cc_info,ending cc_info
110110-4-0,[1- 1- 0- 1- 1- 0- 4- 0- 0- 0- 0- 0- 0],[576000- 576000- 0- 576000- 576000- 0- 2208001- 0- 0- 0- 0- 0- 0],[1- 1- 0- 1- 1- 0- 4- 0],[576000- 576000- 0- 576000- 576000- 0- 2208001- 0],61.88359773653035,1812.5243500102122,8.47844e+11,7.29894e-11,0,0
444044-3-0,[4- 4- 4- 0- 4- 4- 3- 0- 0- 0- 0- 0- 0],[1804801- 1804801- 1804801- 0- 1804801- 1804801- 2208000- 0- 0- 0- 0- 0- 0],[4- 4- 4- 0- 4- 4- 3- 0],[1804801- 1804801- 1804801- 0- 1804801- 1804801- 2208000- 0],99.67983073458934,2798.860385741382,1.4615e+12,6.82038e-11,0,0
330000-4-0,[3- 3- 0- 0- 0- 0- 4- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 0- 0- 0- 0- 2208001- 0- 0- 0- 0- 0- 0],[3- 3- 0- 0- 0- 0- 4- 0],[1804800- 1804800- 0- 0- 0- 0- 2208001- 0],66.42319279306729,1945.4132955097318,8.2098e+11,8.09072e-11,0,0
033030-1-4,[0- 3- 3- 0- 3- 0- 1- 0- 0- 4- 0- 0- 0],[0- 1804800- 1804800- 0- 1804800- 0- 652800- 0- 0- 2400001- 0- 0- 0],[0- 3- 3- 0- 3- 0- 1- 4],[0- 1804800- 1804800- 0- 1804800- 0- 652800- 2400001],96.74264779051256,2724.6520883091343,1.12114e+12,8.62895e-11,0,0
440404-0-4,[4- 4- 0- 4- 0- 4- 0- 0- 0- 4- 0- 0- 0],[1804801- 1804801- 0- 1804801- 0- 1804801- 0- 0- 0- 2400001- 0- 0- 0],[4- 4- 0- 4- 0- 4- 0- 4],[1804801- 1804801- 0- 1804801- 0- 1804801- 0- 2400001],100.4817106232009,2828.4216221728043,1.34916e+12,7.44772e-11,0,0
003030-4-4,[0- 0- 3- 0- 3- 0- 4- 0- 0- 4- 0- 0- 0],[0- 0- 1804800- 0- 1804800- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 0- 3- 0- 3- 0- 4- 4],[0- 0- 1804800- 0- 1804800- 0- 2208001- 2400001],81.68844594620161,2337.5600879655476,1.1729e+12,6.96466e-11,0,0
202222-2-4,[2- 0- 2- 2- 2- 2- 2- 0- 0- 4- 0- 0- 0],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 1478400- 0- 0- 2400001- 0- 0- 0],[2- 0- 2- 2- 2- 2- 2- 4],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 1478400- 2400001],110.18089561403477,3066.6145769998243,1.80375e+12,6.10843e-11,0,0
111101-4-2,[1- 1- 1- 1- 0- 1- 4- 0- 0- 2- 0- 0- 0],[576000- 576000- 576000- 576000- 0- 576000- 2208001- 0- 0- 1766400- 0- 0- 0],[1- 1- 1- 1- 0- 1- 4- 2],[576000- 576000- 576000- 576000- 0- 576000- 2208001- 1766400],89.97048834955939,2554.9149228562096,1.45376e+12,6.18881e-11,0,0
000444-0-0,[0- 0- 0- 4- 4- 4- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 1804801- 1804801- 1804801- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 4- 4- 4- 0- 0],[0- 0- 0- 1804801- 1804801- 1804801- 0- 0],43.392490232697675,1298.1164127734603,4.70039e+11,9.23168e-11,0,0
100111-4-4,[1- 0- 0- 1- 1- 1- 4- 0- 0- 4- 0- 0- 0],[576000- 0- 0- 576000- 576000- 576000- 2208001- 0- 0- 2400001- 0- 0- 0],[1- 0- 0- 1- 1- 1- 4- 4],[576000- 0- 0- 576000- 576000- 576000- 2208001- 2400001],99.57461406837227,2800.379278311061,1.42602e+12,6.98269e-11,0,0
040440-2-0,[0- 4- 0- 4- 4- 0- 2- 0- 0- 0- 0- 0- 0],[0- 1804801- 0- 1804801- 1804801- 0- 1478400- 0- 0- 0- 0- 0- 0],[0- 4- 0- 4- 4- 0- 2- 0],[0- 1804801- 0- 1804801- 1804801- 0- 1478400- 0],43.623879488061164,1298.8860201757382,6.26951e+11,6.9581e-11,0,0
044400-4-1,[0- 4- 4- 4- 0- 0- 4- 0- 0- 1- 0- 0- 0],[0- 1804801- 1804801- 1804801- 0- 0- 2208001- 0- 0- 806400- 0- 0- 0],[0- 4- 4- 4- 0- 0- 4- 1],[0- 1804801- 1804801- 1804801- 0- 0- 2208001- 806400],86.57762111110576,2464.559815936057,1.11819e+12,7.74266e-11,0,0
111110-3-0,[1- 1- 1- 1- 1- 0- 3- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 0- 2208000- 0- 0- 0- 0- 0- 0],[1- 1- 1- 1- 1- 0- 3- 0],[576000- 576000- 576000- 576000- 576000- 0- 2208000- 0],75.37214344324491,2173.5603676807245,9.9557e+11,7.57075e-11,0,0
222020-4-2,[2- 2- 2- 0- 2- 0- 4- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 0- 2208001- 0- 0- 1766400- 0- 0- 0],[2- 2- 2- 0- 2- 0- 4- 2],[1363200- 1363200- 1363200- 0- 1363200- 0- 2208001- 1766400],105.3568428206345,2947.1803165993197,1.44799e+12,7.27608e-11,0,0
222022-4-2,[2- 2- 2- 0- 2- 2- 4- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 2208001- 0- 0- 1766400- 0- 0- 0],[2- 2- 2- 0- 2- 2- 4- 2],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 2208001- 1766400],105.89278953923896,2952.6263245424134,1.80196e+12,5.87653e-11,0,0
220220-4-1,[2- 2- 0- 2- 2- 0- 4- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 0- 1363200- 1363200- 0- 2208001- 0- 0- 806400- 0- 0- 0],[2- 2- 0- 2- 2- 0- 4- 1],[1363200- 1363200- 0- 1363200- 1363200- 0- 2208001- 806400],81.10127608686985,2332.872412078048,1.13273e+12,7.15981e-11,0,0
044040-3-0,[0- 4- 4- 0- 4- 0- 3- 0- 0- 0- 0- 0- 0],[0- 1804801- 1804801- 0- 1804801- 0- 2208000- 0- 0- 0- 0- 0- 0],[0- 4- 4- 0- 4- 0- 3- 0],[0- 1804801- 1804801- 0- 1804801- 0- 2208000- 0],73.49862943822033,2122.1891141912743,8.82432e+11,8.3291e-11,0,0
022022-4-3,[0- 2- 2- 0- 2- 2- 4- 0- 0- 3- 0- 0- 0],[0- 1363200- 1363200- 0- 1363200- 1363200- 2208001- 0- 0- 2400000- 0- 0- 0],[0- 2- 2- 0- 2- 2- 4- 3],[0- 1363200- 1363200- 0- 1363200- 1363200- 2208001- 2400000],97.89344674038233,2764.737192227927,1.60116e+12,6.11391e-11,0,0
004044-2-2,[0- 0- 4- 0- 4- 4- 2- 0- 0- 2- 0- 0- 0],[0- 0- 1804801- 0- 1804801- 1804801- 1478400- 0- 0- 1766400- 0- 0- 0],[0- 0- 4- 0- 4- 4- 2- 2],[0- 0- 1804801- 0- 1804801- 1804801- 1478400- 1766400],97.00233364947863,2741.5282950997803,1.55834e+12,6.22472e-11,0,0
400404-2-4,[4- 0- 0- 4- 0- 4- 2- 0- 0- 4- 0- 0- 0],[1804801- 0- 0- 1804801- 0- 1804801- 1478400- 0- 0- 2400001- 0- 0- 0],[4- 0- 0- 4- 0- 4- 2- 4],[1804801- 0- 0- 1804801- 0- 1804801- 1478400- 2400001],117.90067345218998,3268.2077874266165,1.65156e+12,7.13875e-11,0,0
022220-2-4,[0- 2- 2- 2- 2- 0- 2- 0- 0- 4- 0- 0- 0],[0- 1363200- 1363200- 1363200- 1363200- 0- 1478400- 0- 0- 2400001- 0- 0- 0],[0- 2- 2- 2- 2- 0- 2- 4],[0- 1363200- 1363200- 1363200- 1363200- 0- 1478400- 2400001],94.71674140866959,2674.9160169066226,1.37673e+12,6.87983e-11,0,0
044040-1-4,[0- 4- 4- 0- 4- 0- 1- 0- 0- 4- 0- 0- 0],[0- 1804801- 1804801- 0- 1804801- 0- 652800- 0- 0- 2400001- 0- 0- 0],[0- 4- 4- 0- 4- 0- 1- 4],[0- 1804801- 1804801- 0- 1804801- 0- 652800- 2400001],97.34304342498652,2749.765371998,1.143e+12,8.51645e-11,0,0
200200-4-4,[2- 0- 0- 2- 0- 0- 4- 0- 0- 4- 0- 0- 0],[1363200- 0- 0- 1363200- 0- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[2- 0- 0- 2- 0- 0- 4- 4],[1363200- 0- 0- 1363200- 0- 0- 2208001- 2400001],90.63771677551036,2571.3950749370442,1.20754e+12,7.50598e-11,0,0
220220-0-0,[2- 2- 0- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 0- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0- 0],[2- 2- 0- 2- 2- 0- 0- 0],[1363200- 1363200- 0- 1363200- 1363200- 0- 0- 0],26.86534601164973,811.2772262159867,1.98395e+11,1.35413e-10,0,0
202022-4-4,[2- 0- 2- 0- 2- 2- 4- 0- 0- 4- 0- 0- 0],[1363200- 0- 1363200- 0- 1363200- 1363200- 2208001- 0- 0- 2400001- 0- 0- 0],[2- 0- 2- 0- 2- 2- 4- 4],[1363200- 0- 1363200- 0- 1363200- 1363200- 2208001- 2400001],108.56197127363599,3030.468282624832,1.73872e+12,6.24379e-11,0,0
000444-3-0,[0- 0- 0- 4- 4- 4- 3- 0- 0- 0- 0- 0- 0],[0- 0- 0- 1804801- 1804801- 1804801- 2208000- 0- 0- 0- 0- 0- 0],[0- 0- 0- 4- 4- 4- 3- 0],[0- 0- 0- 1804801- 1804801- 1804801- 2208000- 0],83.00787934088825,2396.7480370336916,1.14239e+12,7.26616e-11,0,0
110100-4-4,[1- 1- 0- 1- 0- 0- 4- 0- 0- 4- 0- 0- 0],[576000- 576000- 0- 576000- 0- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[1- 1- 0- 1- 0- 0- 4- 4],[576000- 576000- 0- 576000- 0- 0- 2208001- 2400001],97.3917076233857,2752.917875726368,1.33249e+12,7.309e-11,0,0
444400-3-3,[4- 4- 4- 4- 0- 0- 3- 0- 0- 3- 0- 0- 0],[1804801- 1804801- 1804801- 1804801- 0- 0- 2208000- 0- 0- 2400000- 0- 0- 0],[4- 4- 4- 4- 0- 0- 3- 3],[1804801- 1804801- 1804801- 1804801- 0- 0- 2208000- 2400000],93.55111156958067,2659.8147218924014,1.40951e+12,6.63714e-11,0,0
440404-1-1,[4- 4- 0- 4- 0- 4- 1- 0- 0- 1- 0- 0- 0],[1804801- 1804801- 0- 1804801- 0- 1804801- 652800- 0- 0- 806400- 0- 0- 0],[4- 4- 0- 4- 0- 4- 1- 1],[1804801- 1804801- 0- 1804801- 0- 1804801- 652800- 806400],64.62048628261826,1879.039941944173,1.11867e+12,5.77655e-11,0,0
222202-3-4,[2- 2- 2- 2- 0- 2- 3- 0- 0- 4- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 2208000- 0- 0- 2400001- 0- 0- 0],[2- 2- 2- 2- 0- 2- 3- 4],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 2208000- 2400001],100.85213219405618,2836.99143938833,1.71491e+12,5.8809e-11,0,0
020220-4-4,[0- 2- 0- 2- 2- 0- 4- 0- 0- 4- 0- 0- 0],[0- 1363200- 0- 1363200- 1363200- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 2- 0- 2- 2- 0- 4- 4],[0- 1363200- 0- 1363200- 1363200- 0- 2208001- 2400001],95.93810679198388,2709.9450291750527,1.35287e+12,7.09145e-11,0,0
011011-0-0,[0- 1- 1- 0- 1- 1- 0- 0- 0- 0- 0- 0- 0],[0- 576000- 576000- 0- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[0- 1- 1- 0- 1- 1- 0- 0],[0- 576000- 576000- 0- 576000- 576000- 0- 0],27.47231096533966,817.4432458677276,1.98273e+11,1.38558e-10,0,0
002020-3-0,[0- 0- 2- 0- 2- 0- 3- 0- 0- 0- 0- 0- 0],[0- 0- 1363200- 0- 1363200- 0- 2208000- 0- 0- 0- 0- 0- 0],[0- 0- 2- 0- 2- 0- 3- 0],[0- 0- 1363200- 0- 1363200- 0- 2208000- 0],69.59950065910685,2034.0247999257213,8.15041e+11,8.53939e-11,0,0
044440-4-1,[0- 4- 4- 4- 4- 0- 4- 0- 0- 1- 0- 0- 0],[0- 1804801- 1804801- 1804801- 1804801- 0- 2208001- 0- 0- 806400- 0- 0- 0],[0- 4- 4- 4- 4- 0- 4- 1],[0- 1804801- 1804801- 1804801- 1804801- 0- 2208001- 806400],90.96550249297474,2583.6322323136947,1.18888e+12,7.65136e-11,0,0
440400-1-1,[4- 4- 0- 4- 0- 0- 1- 0- 0- 1- 0- 0- 0],[1804801- 1804801- 0- 1804801- 0- 0- 652800- 0- 0- 806400- 0- 0- 0],[4- 4- 0- 4- 0- 0- 1- 1],[1804801- 1804801- 0- 1804801- 0- 0- 652800- 806400],38.243271131355044,1133.5813184404403,6.01419e+11,6.35884e-11,0,0
110111-4-3,[1- 1- 0- 1- 1- 1- 4- 0- 0- 3- 0- 0- 0],[576000- 576000- 0- 576000- 576000- 576000- 2208001- 0- 0- 2400000- 0- 0- 0],[1- 1- 0- 1- 1- 1- 4- 3],[576000- 576000- 0- 576000- 576000- 576000- 2208001- 2400000],115.93599973234834,3215.1335212099048,1.59829e+12,7.25375e-11,0,0
110001-0-4,[1- 1- 0- 0- 0- 1- 0- 0- 0- 4- 0- 0- 0],[576000- 576000- 0- 0- 0- 576000- 0- 0- 0- 2400001- 0- 0- 0],[1- 1- 0- 0- 0- 1- 0- 4],[576000- 576000- 0- 0- 0- 576000- 0- 2400001],84.38682635108863,2409.9350894698846,9.43995e+11,8.93933e-11,0,0
044044-2-0,[0- 4- 4- 0- 4- 4- 2- 0- 0- 0- 0- 0- 0],[0- 1804801- 1804801- 0- 1804801- 1804801- 1478400- 0- 0- 0- 0- 0- 0],[0- 4- 4- 0- 4- 4- 2- 0],[0- 1804801- 1804801- 0- 1804801- 1804801- 1478400- 0],70.28356895207254,2029.740227158679,1.12966e+12,6.22166e-11,0,0
330033-2-4,[3- 3- 0- 0- 3- 3- 2- 0- 0- 4- 0- 0- 0],[1804800- 1804800- 0- 0- 1804800- 1804800- 1478400- 0- 0- 2400001- 0- 0- 0],[3- 3- 0- 0- 3- 3- 2- 4],[1804800- 1804800- 0- 0- 1804800- 1804800- 1478400- 2400001],123.53651302515182,3402.2027311050906,1.79693e+12,6.87487e-11,0,0
400044-3-3,[4- 0- 0- 0- 4- 4- 3- 0- 0- 3- 0- 0- 0],[1804801- 0- 0- 0- 1804801- 1804801- 2208000- 0- 0- 2400000- 0- 0- 0],[4- 0- 0- 0- 4- 4- 3- 3],[1804801- 0- 0- 0- 1804801- 1804801- 2208000- 2400000],104.11589193399742,2902.4905259446405,1.53074e+12,6.80167e-11,0,0
000400-2-4,[0- 0- 0- 4- 0- 0- 2- 0- 0- 4- 0- 0- 0],[0- 0- 0- 1804801- 0- 0- 1478400- 0- 0- 2400001- 0- 0- 0],[0- 0- 0- 4- 0- 0- 2- 4],[0- 0- 0- 1804801- 0- 0- 1478400- 2400001],96.94748479312463,2757.674107329941,1.23032e+12,7.87986e-11,0,0
111110-4-2,[1- 1- 1- 1- 1- 0- 4- 0- 0- 2- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 0- 2208001- 0- 0- 1766400- 0- 0- 0],[1- 1- 1- 1- 1- 0- 4- 2],[576000- 576000- 576000- 576000- 576000- 0- 2208001- 1766400],101.90504635485168,2855.772312417411,1.48423e+12,6.86585e-11,0,0
020000-3-4,[0- 2- 0- 0- 0- 0- 3- 0- 0- 4- 0- 0- 0],[0- 1363200- 0- 0- 0- 0- 2208000- 0- 0- 2400001- 0- 0- 0],[0- 2- 0- 0- 0- 0- 3- 4],[0- 1363200- 0- 0- 0- 0- 2208000- 2400001],97.84755755173292,2758.7786477828117,1.25417e+12,7.80178e-11,0,0
044444-3-4,[0- 4- 4- 4- 4- 4- 3- 0- 0- 4- 0- 0- 0],[0- 1804801- 1804801- 1804801- 1804801- 1804801- 2208000- 0- 0- 2400001- 0- 0- 0],[0- 4- 4- 4- 4- 4- 3- 4],[0- 1804801- 1804801- 1804801- 1804801- 1804801- 2208000- 2400001],113.0495273877957,3151.121257280233,1.93375e+12,5.84613e-11,0,0
004400-1-1,[0- 0- 4- 4- 0- 0- 1- 0- 0- 1- 0- 0- 0],[0- 0- 1804801- 1804801- 0- 0- 652800- 0- 0- 806400- 0- 0- 0],[0- 0- 4- 4- 0- 0- 1- 1],[0- 0- 1804801- 1804801- 0- 0- 652800- 806400],37.721355634326656,1120.8713523921022,5.54029e+11,6.80855e-11,0,0
004444-4-4,[0- 0- 4- 4- 4- 4- 4- 0- 0- 4- 0- 0- 0],[0- 0- 1804801- 1804801- 1804801- 1804801- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 0- 4- 4- 4- 4- 4- 4],[0- 0- 1804801- 1804801- 1804801- 1804801- 2208001- 2400001],120.47517675509943,3327.4774001970204,1.86132e+12,6.47257e-11,0,0
022220-0-4,[0- 2- 2- 2- 2- 0- 0- 0- 0- 4- 0- 0- 0],[0- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 2400001- 0- 0- 0],[0- 2- 2- 2- 2- 0- 0- 4],[0- 1363200- 1363200- 1363200- 1363200- 0- 0- 2400001],84.72919467386171,2410.8274409570045,9.97162e+11,8.49703e-11,0,0
004000-4-3,[0- 0- 4- 0- 0- 0- 4- 0- 0- 3- 0- 0- 0],[0- 0- 1804801- 0- 0- 0- 2208001- 0- 0- 2400000- 0- 0- 0],[0- 0- 4- 0- 0- 0- 4- 3],[0- 0- 1804801- 0- 0- 0- 2208001- 2400000],107.03033076498535,2990.5858726080623,1.31798e+12,8.12079e-11,0,0
303303-1-4,[3- 0- 3- 3- 0- 3- 1- 0- 0- 4- 0- 0- 0],[1804800- 0- 1804800- 1804800- 0- 1804800- 652800- 0- 0- 2400001- 0- 0- 0],[3- 0- 3- 3- 0- 3- 1- 4],[1804800- 0- 1804800- 1804800- 0- 1804800- 652800- 2400001],114.57161860544262,3181.795341725016,1.56056e+12,7.3417e-11,0,0
044440-2-2,[0- 4- 4- 4- 4- 0- 2- 0- 0- 2- 0- 0- 0],[0- 1804801- 1804801- 1804801- 1804801- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[0- 4- 4- 4- 4- 0- 2- 2],[0- 1804801- 1804801- 1804801- 1804801- 0- 1478400- 1766400],75.24178931147883,2166.0668020500007,1.28832e+12,5.8403e-11,0,0
440004-0-0,[4- 4- 0- 0- 0- 4- 0- 0- 0- 0- 0- 0- 0],[1804801- 1804801- 0- 0- 0- 1804801- 0- 0- 0- 0- 0- 0- 0],[4- 4- 0- 0- 0- 4- 0- 0],[1804801- 1804801- 0- 0- 0- 1804801- 0- 0],43.3486982207381,1290.716372811334,4.69279e+11,9.2373e-11,0,0
000000-4-4,[0- 0- 0- 0- 0- 0- 4- 0- 0- 4- 0- 0- 0],[0- 0- 0- 0- 0- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 0- 0- 0- 0- 0- 4- 4],[0- 0- 0- 0- 0- 0- 2208001- 2400001],116.20182719860864,3235.9846559635475,1.33015e+12,8.73599e-11,0,0
004440-2-4,[0- 0- 4- 4- 4- 0- 2- 0- 0- 4- 0- 0- 0],[0- 0- 1804801- 1804801- 1804801- 0- 1478400- 0- 0- 2400001- 0- 0- 0],[0- 0- 4- 4- 4- 0- 2- 4],[0- 0- 1804801- 1804801- 1804801- 0- 1478400- 2400001],103.15068940844692,2893.9602895713497,1.37189e+12,7.51887e-11,0,0
000011-4-0,[0- 0- 0- 0- 1- 1- 4- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 576000- 576000- 2208001- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 1- 1- 4- 0],[0- 0- 0- 0- 576000- 576000- 2208001- 0],70.1372378504151,2037.985128783244,8.12449e+11,8.63282e-11,0,0
101101-3-0,[1- 0- 1- 1- 0- 1- 3- 0- 0- 0- 0- 0- 0],[576000- 0- 576000- 576000- 0- 576000- 2208000- 0- 0- 0- 0- 0- 0],[1- 0- 1- 1- 0- 1- 3- 0],[576000- 0- 576000- 576000- 0- 576000- 2208000- 0],74.4071218618664,2139.5051084368215,9.42958e+11,7.89082e-11,0,0
220002-1-0,[2- 2- 0- 0- 0- 2- 1- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 0- 0- 0- 1363200- 652800- 0- 0- 0- 0- 0- 0],[2- 2- 0- 0- 0- 2- 1- 0],[1363200- 1363200- 0- 0- 0- 1363200- 652800- 0],37.883381637227174,1131.338716152048,5.63155e+11,6.72699e-11,0,0
044440-3-3,[0- 4- 4- 4- 4- 0- 3- 0- 0- 3- 0- 0- 0],[0- 1804801- 1804801- 1804801- 1804801- 0- 2208000- 0- 0- 2400000- 0- 0- 0],[0- 4- 4- 4- 4- 0- 3- 3],[0- 1804801- 1804801- 1804801- 1804801- 0- 2208000- 2400000],118.69587024213885,3278.9130874733833,1.57828e+12,7.52058e-11,0,0
444400-4-1,[4- 4- 4- 4- 0- 0- 4- 0- 0- 1- 0- 0- 0],[1804801- 1804801- 1804801- 1804801- 0- 0- 2208001- 0- 0- 806400- 0- 0- 0],[4- 4- 4- 4- 0- 0- 4- 1],[1804801- 1804801- 1804801- 1804801- 0- 0- 2208001- 806400],86.23877635473619,2469.849752068038,1.16735e+12,7.38757e-11,0,0
333033-4-3,[3- 3- 3- 0- 3- 3- 4- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 2208001- 0- 0- 2400000- 0- 0- 0],[3- 3- 3- 0- 3- 3- 4- 3],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 2208001- 2400000],123.1254033292115,3386.761902786689,1.92609e+12,6.39251e-11,0,0
200000-4-1,[2- 0- 0- 0- 0- 0- 4- 0- 0- 1- 0- 0- 0],[1363200- 0- 0- 0- 0- 0- 2208001- 0- 0- 806400- 0- 0- 0],[2- 0- 0- 0- 0- 0- 4- 1],[1363200- 0- 0- 0- 0- 0- 2208001- 806400],82.68574133033444,2365.9173328856778,9.78704e+11,8.44849e-11,0,0
404040-4-2,[4- 0- 4- 0- 4- 0- 4- 0- 0- 2- 0- 0- 0],[1804801- 0- 1804801- 0- 1804801- 0- 2208001- 0- 0- 1766400- 0- 0- 0],[4- 0- 4- 0- 4- 0- 4- 2],[1804801- 0- 1804801- 0- 1804801- 0- 2208001- 1766400],99.69548745601412,2812.6309734527867,1.3895e+12,7.17492e-11,0,0
030330-4-0,[0- 3- 0- 3- 3- 0- 4- 0- 0- 0- 0- 0- 0],[0- 1804800- 0- 1804800- 1804800- 0- 2208001- 0- 0- 0- 0- 0- 0],[0- 3- 0- 3- 3- 0- 4- 0],[0- 1804800- 0- 1804800- 1804800- 0- 2208001- 0],72.93588287306403,2107.603742465608,8.82878e+11,8.26115e-11,0,0
111100-4-0,[1- 1- 1- 1- 0- 0- 4- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 576000- 0- 0- 2208001- 0- 0- 0- 0- 0- 0],[1- 1- 1- 1- 0- 0- 4- 0],[576000- 576000- 576000- 576000- 0- 0- 2208001- 0],72.32807235707138,2085.6399626774605,9.35207e+11,7.73391e-11,0,0
440000-3-3,[4- 4- 0- 0- 0- 0- 3- 0- 0- 3- 0- 0- 0],[1804801- 1804801- 0- 0- 0- 0- 2208000- 0- 0- 2400000- 0- 0- 0],[4- 4- 0- 0- 0- 0- 3- 3],[1804801- 1804801- 0- 0- 0- 0- 2208000- 2400000],114.74900117302899,3182.3800286762353,1.40508e+12,8.16672e-11,0,0
004044-2-0,[0- 0- 4- 0- 4- 4- 2- 0- 0- 0- 0- 0- 0],[0- 0- 1804801- 0- 1804801- 1804801- 1478400- 0- 0- 0- 0- 0- 0],[0- 0- 4- 0- 4- 4- 2- 0],[0- 0- 1804801- 0- 1804801- 1804801- 1478400- 0],64.13632465590335,1854.4956976939545,9.60418e+11,6.67796e-11,0,0
040400-2-0,[0- 4- 0- 4- 0- 0- 2- 0- 0- 0- 0- 0- 0],[0- 1804801- 0- 1804801- 0- 0- 1478400- 0- 0- 0- 0- 0- 0],[0- 4- 0- 4- 0- 0- 2- 0],[0- 1804801- 0- 1804801- 0- 0- 1478400- 0],41.57339012051183,1239.4606461967312,5.74842e+11,7.23214e-11,0,0
111001-2-4,[1- 1- 1- 0- 0- 1- 2- 0- 0- 4- 0- 0- 0],[576000- 576000- 576000- 0- 0- 576000- 1478400- 0- 0- 2400001- 0- 0- 0],[1- 1- 1- 0- 0- 1- 2- 4],[576000- 576000- 576000- 0- 0- 576000- 1478400- 2400001],121.82236767199798,3353.142488144275,1.48566e+12,8.19988e-11,0,0
440044-1-1,[4- 4- 0- 0- 4- 4- 1- 0- 0- 1- 0- 0- 0],[1804801- 1804801- 0- 0- 1804801- 1804801- 652800- 0- 0- 806400- 0- 0- 0],[4- 4- 0- 0- 4- 4- 1- 1],[1804801- 1804801- 0- 0- 1804801- 1804801- 652800- 806400],66.07160039846065,1927.3357175117874,1.11513e+12,5.92501e-11,0,0
400444-1-0,[4- 0- 0- 4- 4- 4- 1- 0- 0- 0- 0- 0- 0],[1804801- 0- 0- 1804801- 1804801- 1804801- 652800- 0- 0- 0- 0- 0- 0],[4- 0- 0- 4- 4- 4- 1- 0],[1804801- 0- 0- 1804801- 1804801- 1804801- 652800- 0],56.00993848074423,1642.9231336897165,8.49651e+11,6.59211e-11,0,0
444040-4-0,[4- 4- 4- 0- 4- 0- 4- 0- 0- 0- 0- 0- 0],[1804801- 1804801- 1804801- 0- 1804801- 0- 2208001- 0- 0- 0- 0- 0- 0],[4- 4- 4- 0- 4- 0- 4- 0],[1804801- 1804801- 1804801- 0- 1804801- 0- 2208001- 0],71.58281496503496,2076.5169824738077,9.39326e+11,7.62066e-11,0,0
configurations,generic format,exact frequency,google pixel format,exact frequencies,phone energy,phone power,workload,energy by workload,starting cc_info,ending cc_info
440440-4-4,[4- 4- 0- 4- 4- 0- 4- 0- 0- 4- 0- 0- 0],[1804801- 1804801- 0- 1804801- 1804801- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[4- 4- 0- 4- 4- 0- 4- 4],[1804801- 1804801- 0- 1804801- 1804801- 0- 2208001- 2400001],114.6935468132183,3185.1089508970795,1.58548e+12,7.234e-11,0,0
040044-4-0,[0- 4- 0- 0- 4- 4- 4- 0- 0- 0- 0- 0- 0],[0- 1804801- 0- 0- 1804801- 1804801- 2208001- 0- 0- 0- 0- 0- 0],[0- 4- 0- 0- 4- 4- 4- 0],[0- 1804801- 0- 0- 1804801- 1804801- 2208001- 0],87.89080109112612,2518.123318664995,1.16109e+12,7.56968e-11,0,0
003300-4-0,[0- 0- 3- 3- 0- 0- 4- 0- 0- 0- 0- 0- 0],[0- 0- 1804800- 1804800- 0- 0- 2208001- 0- 0- 0- 0- 0- 0],[0- 0- 3- 3- 0- 0- 4- 0],[0- 0- 1804800- 1804800- 0- 0- 2208001- 0],70.96573987203865,2056.0784007284196,8.21072e+11,8.64306e-11,0,0
220202-4-2,[2- 2- 0- 2- 0- 2- 4- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 0- 1363200- 0- 1363200- 2208001- 0- 0- 1766400- 0- 0- 0],[2- 2- 0- 2- 0- 2- 4- 2],[1363200- 1363200- 0- 1363200- 0- 1363200- 2208001- 1766400],109.84207830944368,3068.1941048130716,1.72004e+12,6.38602e-11,0,0
001000-1-0,[0- 0- 1- 0- 0- 0- 1- 0- 0- 0- 0- 0- 0],[0- 0- 576000- 0- 0- 0- 652800- 0- 0- 0- 0- 0- 0],[0- 0- 1- 0- 0- 0- 1- 0],[0- 0- 576000- 0- 0- 0- 652800- 0],28.521980805898718,861.0891616244757,2.47149e+11,1.15404e-10,0,0
004400-3-4,[0- 0- 4- 4- 0- 0- 3- 0- 0- 4- 0- 0- 0],[0- 0- 1804801- 1804801- 0- 0- 2208000- 0- 0- 2400001- 0- 0- 0],[0- 0- 4- 4- 0- 0- 3- 4],[0- 0- 1804801- 1804801- 0- 0- 2208000- 2400001],112.79317962403871,3140.0028662925583,1.44085e+12,7.82824e-11,0,0
440400-2-2,[4- 4- 0- 4- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 1804801- 0- 1804801- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 4- 0- 4- 0- 0- 2- 2],[1804801- 1804801- 0- 1804801- 0- 0- 1478400- 1766400],72.93743154691909,2100.187151261801,1.22756e+12,5.94166e-11,0,0
100111-4-1,[1- 0- 0- 1- 1- 1- 4- 0- 0- 1- 0- 0- 0],[576000- 0- 0- 576000- 576000- 576000- 2208001- 0- 0- 806400- 0- 0- 0],[1- 0- 0- 1- 1- 1- 4- 1],[576000- 0- 0- 576000- 576000- 576000- 2208001- 806400],89.78423335630394,2548.4278801188466,1.18314e+12,7.58864e-11,0,0
004444-2-2,[0- 0- 4- 4- 4- 4- 2- 0- 0- 2- 0- 0- 0],[0- 0- 1804801- 1804801- 1804801- 1804801- 1478400- 0- 0- 1766400- 0- 0- 0],[0- 0- 4- 4- 4- 4- 2- 2],[0- 0- 1804801- 1804801- 1804801- 1804801- 1478400- 1766400],107.95731058802045,3018.462822695147,1.72758e+12,6.24905e-11,0,0
444444-0-4,[4- 4- 4- 4- 4- 4- 0- 0- 0- 4- 0- 0- 0],[1804801- 1804801- 1804801- 1804801- 1804801- 1804801- 0- 0- 0- 2400001- 0- 0- 0],[4- 4- 4- 4- 4- 4- 0- 4],[1804801- 1804801- 1804801- 1804801- 1804801- 1804801- 0- 2400001],117.51298807398992,3257.723659719381,1.68928e+12,6.95639e-11,0,0
004000-3-4,[0- 0- 4- 0- 0- 0- 3- 0- 0- 4- 0- 0- 0],[0- 0- 1804801- 0- 0- 0- 2208000- 0- 0- 2400001- 0- 0- 0],[0- 0- 4- 0- 0- 0- 3- 4],[0- 0- 1804801- 0- 0- 0- 2208000- 2400001],99.0241156555671,2796.839781113369,1.25304e+12,7.90271e-11,0,0
444400-4-3,[4- 4- 4- 4- 0- 0- 4- 0- 0- 3- 0- 0- 0],[1804801- 1804801- 1804801- 1804801- 0- 0- 2208001- 0- 0- 2400000- 0- 0- 0],[4- 4- 4- 4- 0- 0- 4- 3],[1804801- 1804801- 1804801- 1804801- 0- 0- 2208001- 2400000],104.9240084849225,2947.7964441902727,1.45662e+12,7.20325e-11,0,0
444440-0-0,[4- 4- 4- 4- 4- 0- 0- 0- 0- 0- 0- 0- 0],[1804801- 1804801- 1804801- 1804801- 1804801- 0- 0- 0- 0- 0- 0- 0- 0],[4- 4- 4- 4- 4- 0- 0- 0],[1804801- 1804801- 1804801- 1804801- 1804801- 0- 0- 0],28.522653514919774,853.0887916012548,2.50305e+11,1.13952e-10,0,0
222222-1-0,[2- 2- 2- 2- 2- 2- 1- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 652800- 0- 0- 0- 0- 0- 0],[2- 2- 2- 2- 2- 2- 1- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 652800- 0],47.558370352274096,1413.859960693968,9.33997e+11,5.09192e-11,0,0
000444-2-4,[0- 0- 0- 4- 4- 4- 2- 0- 0- 4- 0- 0- 0],[0- 0- 0- 1804801- 1804801- 1804801- 1478400- 0- 0- 2400001- 0- 0- 0],[0- 0- 0- 4- 4- 4- 2- 4],[0- 0- 0- 1804801- 1804801- 1804801- 1478400- 2400001],118.1753513089018,3274.6714165797694,1.72512e+12,6.85027e-11,0,0
300000-3-4,[3- 0- 0- 0- 0- 0- 3- 0- 0- 4- 0- 0- 0],[1804800- 0- 0- 0- 0- 0- 2208000- 0- 0- 2400001- 0- 0- 0],[3- 0- 0- 0- 0- 0- 3- 4],[1804800- 0- 0- 0- 0- 0- 2208000- 2400001],115.56576240691201,3205.3007193544076,1.40444e+12,8.2286e-11,0,0
222222-4-0,[2- 2- 2- 2- 2- 2- 4- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 2208001- 0- 0- 0- 0- 0- 0],[2- 2- 2- 2- 2- 2- 4- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 2208001- 0],85.36640397840472,2448.5941991646973,1.42393e+12,5.99513e-11,0,0
044000-4-4,[0- 4- 4- 0- 0- 0- 4- 0- 0- 4- 0- 0- 0],[0- 1804801- 1804801- 0- 0- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 4- 4- 0- 0- 0- 4- 4],[0- 1804801- 1804801- 0- 0- 0- 2208001- 2400001],117.58621214928276,3252.632391774622,1.44062e+12,8.16219e-11,0,0
444000-3-0,[4- 4- 4- 0- 0- 0- 3- 0- 0- 0- 0- 0- 0],[1804801- 1804801- 1804801- 0- 0- 0- 2208000- 0- 0- 0- 0- 0- 0],[4- 4- 4- 0- 0- 0- 3- 0],[1804801- 1804801- 1804801- 0- 0- 0- 2208000- 0],72.06402296456214,2091.8131531974072,8.82876e+11,8.16242e-11,0,0
000333-4-4,[0- 0- 0- 3- 3- 3- 4- 0- 0- 4- 0- 0- 0],[0- 0- 0- 1804800- 1804800- 1804800- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 0- 0- 3- 3- 3- 4- 4],[0- 0- 0- 1804800- 1804800- 1804800- 2208001- 2400001],101.61694938598582,2857.9191642902606,1.54901e+12,6.56012e-11,0,0
040044-1-0,[0- 4- 0- 0- 4- 4- 1- 0- 0- 0- 0- 0- 0],[0- 1804801- 0- 0- 1804801- 1804801- 652800- 0- 0- 0- 0- 0- 0],[0- 4- 0- 0- 4- 4- 1- 0],[0- 1804801- 0- 0- 1804801- 1804801- 652800- 0],50.31330592523063,1482.5698690987451,6.82959e+11,7.36696e-11,0,0
400000-1-1,[4- 0- 0- 0- 0- 0- 1- 0- 0- 1- 0- 0- 0],[1804801- 0- 0- 0- 0- 0- 652800- 0- 0- 806400- 0- 0- 0],[4- 0- 0- 0- 0- 0- 1- 1],[1804801- 0- 0- 0- 0- 0- 652800- 806400],35.51829744675775,1064.3124154357229,4.93418e+11,7.19842e-11,0,0
202222-1-4,[2- 0- 2- 2- 2- 2- 1- 0- 0- 4- 0- 0- 0],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 652800- 0- 0- 2400001- 0- 0- 0],[2- 0- 2- 2- 2- 2- 1- 4],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 652800- 2400001],120.63515922835121,3329.267967487379,1.61284e+12,7.47967e-11,0,0
101110-4-2,[1- 0- 1- 1- 1- 0- 4- 0- 0- 2- 0- 0- 0],[576000- 0- 576000- 576000- 576000- 0- 2208001- 0- 0- 1766400- 0- 0- 0],[1- 0- 1- 1- 1- 0- 4- 2],[576000- 0- 576000- 576000- 576000- 0- 2208001- 1766400],106.40333463381161,2981.1524057510082,1.46791e+12,7.24863e-11,0,0
010000-4-4,[0- 1- 0- 0- 0- 0- 4- 0- 0- 4- 0- 0- 0],[0- 576000- 0- 0- 0- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 1- 0- 0- 0- 0- 4- 4],[0- 576000- 0- 0- 0- 0- 2208001- 2400001],118.00588668418075,3259.9004306567817,1.38837e+12,8.4996e-11,0,0
444444-4-3,[4- 4- 4- 4- 4- 4- 4- 0- 0- 3- 0- 0- 0],[1804801- 1804801- 1804801- 1804801- 1804801- 1804801- 2208001- 0- 0- 2400000- 0- 0- 0],[4- 4- 4- 4- 4- 4- 4- 3],[1804801- 1804801- 1804801- 1804801- 1804801- 1804801- 2208001- 2400000],118.09657731218545,3273.515942807663,2.10831e+12,5.60148e-11,0,0
022002-4-4,[0- 2- 2- 0- 0- 2- 4- 0- 0- 4- 0- 0- 0],[0- 1363200- 1363200- 0- 0- 1363200- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 2- 2- 0- 0- 2- 4- 4],[0- 1363200- 1363200- 0- 0- 1363200- 2208001- 2400001],106.85919709232277,2993.6620557260585,1.64724e+12,6.48717e-11,0,0
202202-2-4,[2- 0- 2- 2- 0- 2- 2- 0- 0- 4- 0- 0- 0],[1363200- 0- 1363200- 1363200- 0- 1363200- 1478400- 0- 0- 2400001- 0- 0- 0],[2- 0- 2- 2- 0- 2- 2- 4],[1363200- 0- 1363200- 1363200- 0- 1363200- 1478400- 2400001],110.89377922845492,3097.751656056427,1.68991e+12,6.56211e-11,0,0
000440-4-4,[0- 0- 0- 4- 4- 0- 4- 0- 0- 4- 0- 0- 0],[0- 0- 0- 1804801- 1804801- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 0- 0- 4- 4- 0- 4- 4],[0- 0- 0- 1804801- 1804801- 0- 2208001- 2400001],106.12470694767444,2967.020447257052,1.34972e+12,7.86272e-11,0,0
004000-1-0,[0- 0- 4- 0- 0- 0- 1- 0- 0- 0- 0- 0- 0],[0- 0- 1804801- 0- 0- 0- 652800- 0- 0- 0- 0- 0- 0],[0- 0- 4- 0- 0- 0- 1- 0],[0- 0- 1804801- 0- 0- 0- 652800- 0],28.457797409167426,851.9045829855932,2.45712e+11,1.15818e-10,0,0
303030-4-3,[3- 0- 3- 0- 3- 0- 4- 0- 0- 3- 0- 0- 0],[1804800- 0- 1804800- 0- 1804800- 0- 2208001- 0- 0- 2400000- 0- 0- 0],[3- 0- 3- 0- 3- 0- 4- 3],[1804800- 0- 1804800- 0- 1804800- 0- 2208001- 2400000],125.43746311281208,3445.620712007481,1.60437e+12,7.81849e-11,0,0
000333-4-2,[0- 0- 0- 3- 3- 3- 4- 0- 0- 2- 0- 0- 0],[0- 0- 0- 1804800- 1804800- 1804800- 2208001- 0- 0- 1766400- 0- 0- 0],[0- 0- 0- 3- 3- 3- 4- 2],[0- 0- 0- 1804800- 1804800- 1804800- 2208001- 1766400],116.39276109512471,3223.941952395652,1.687e+12,6.89939e-11,0,0
202000-0-0,[2- 0- 2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1363200- 0- 1363200- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[2- 0- 2- 0- 0- 0- 0- 0],[1363200- 0- 1363200- 0- 0- 0- 0- 0],24.650370312183195,735.283903332058,9.39743e+10,2.6231e-10,0,0
222020-4-0,[2- 2- 2- 0- 2- 0- 4- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 0- 2208001- 0- 0- 0- 0- 0- 0],[2- 2- 2- 0- 2- 0- 4- 0],[1363200- 1363200- 1363200- 0- 1363200- 0- 2208001- 0],72.09144732358149,2091.2904361372835,9.41004e+11,7.66112e-11,0,0
333330-3-4,[3- 3- 3- 3- 3- 0- 3- 0- 0- 4- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 2208000- 0- 0- 2400001- 0- 0- 0],[3- 3- 3- 3- 3- 0- 3- 4],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 2208000- 2400001],126.12698144817958,3463.2206794541607,1.70963e+12,7.37744e-11,0,0
303333-4-1,[3- 0- 3- 3- 3- 3- 4- 0- 0- 1- 0- 0- 0],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 2208001- 0- 0- 806400- 0- 0- 0],[3- 0- 3- 3- 3- 3- 4- 1],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 2208001- 806400],116.99772151355465,3242.843883686483,1.71254e+12,6.83182e-11,0,0
010110-0-0,[0- 1- 0- 1- 1- 0- 0- 0- 0- 0- 0- 0- 0],[0- 576000- 0- 576000- 576000- 0- 0- 0- 0- 0- 0- 0- 0],[0- 1- 0- 1- 1- 0- 0- 0],[0- 576000- 0- 576000- 576000- 0- 0- 0],25.459198344784376,767.8657622992512,1.46368e+11,1.7394e-10,0,0
001111-4-4,[0- 0- 1- 1- 1- 1- 4- 0- 0- 4- 0- 0- 0],[0- 0- 576000- 576000- 576000- 576000- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 0- 1- 1- 1- 1- 4- 4],[0- 0- 576000- 576000- 576000- 576000- 2208001- 2400001],126.03852553183927,3460.424702066225,1.65805e+12,7.60161e-11,0,0
440004-1-4,[4- 4- 0- 0- 0- 4- 1- 0- 0- 4- 0- 0- 0],[1804801- 1804801- 0- 0- 0- 1804801- 652800- 0- 0- 2400001- 0- 0- 0],[4- 4- 0- 0- 0- 4- 1- 4],[1804801- 1804801- 0- 0- 0- 1804801- 652800- 2400001],116.54959730717728,3237.826263361979,1.4499e+12,8.03846e-11,0,0
020200-4-0,[0- 2- 0- 2- 0- 0- 4- 0- 0- 0- 0- 0- 0],[0- 1363200- 0- 1363200- 0- 0- 2208001- 0- 0- 0- 0- 0- 0],[0- 2- 0- 2- 0- 0- 4- 0],[0- 1363200- 0- 1363200- 0- 0- 2208001- 0],68.83506632600874,1995.2089080343324,8.18786e+11,8.40697e-11,0,0
440444-2-0,[4- 4- 0- 4- 4- 4- 2- 0- 0- 0- 0- 0- 0],[1804801- 1804801- 0- 1804801- 1804801- 1804801- 1478400- 0- 0- 0- 0- 0- 0],[4- 4- 0- 4- 4- 4- 2- 0],[1804801- 1804801- 0- 1804801- 1804801- 1804801- 1478400- 0],76.98803266965584,2217.530926520463,1.29096e+12,5.96363e-11,0,0
000044-3-4,[0- 0- 0- 0- 4- 4- 3- 0- 0- 4- 0- 0- 0],[0- 0- 0- 0- 1804801- 1804801- 2208000- 0- 0- 2400001- 0- 0- 0],[0- 0- 0- 0- 4- 4- 3- 4],[0- 0- 0- 0- 1804801- 1804801- 2208000- 2400001],111.51738848068157,3109.3845648805236,1.62386e+12,6.86743e-11,0,0
022220-4-3,[0- 2- 2- 2- 2- 0- 4- 0- 0- 3- 0- 0- 0],[0- 1363200- 1363200- 1363200- 1363200- 0- 2208001- 0- 0- 2400000- 0- 0- 0],[0- 2- 2- 2- 2- 0- 4- 3],[0- 1363200- 1363200- 1363200- 1363200- 0- 2208001- 2400000],117.86708219869948,3263.7314687577887,1.55491e+12,7.58032e-11,0,0
404444-4-4,[4- 0- 4- 4- 4- 4- 4- 0- 0- 4- 0- 0- 0],[1804801- 0- 1804801- 1804801- 1804801- 1804801- 2208001- 0- 0- 2400001- 0- 0- 0],[4- 0- 4- 4- 4- 4- 4- 4],[1804801- 0- 1804801- 1804801- 1804801- 1804801- 2208001- 2400001],120.80507605770418,3337.5990702370614,2.07037e+12,5.83495e-11,0,0
022200-1-4,[0- 2- 2- 2- 0- 0- 1- 0- 0- 4- 0- 0- 0],[0- 1363200- 1363200- 1363200- 0- 0- 652800- 0- 0- 2400001- 0- 0- 0],[0- 2- 2- 2- 0- 0- 1- 4],[0- 1363200- 1363200- 1363200- 0- 0- 652800- 2400001],101.31184365837414,2850.22797453575,1.15591e+12,8.76468e-11,0,0
444000-4-1,[4- 4- 4- 0- 0- 0- 4- 0- 0- 1- 0- 0- 0],[1804801- 1804801- 1804801- 0- 0- 0- 2208001- 0- 0- 806400- 0- 0- 0],[4- 4- 4- 0- 0- 0- 4- 1],[1804801- 1804801- 1804801- 0- 0- 0- 2208001- 806400],93.88380291608297,2655.3116495664917,1.14467e+12,8.20182e-11,0,0
222020-2-0,[2- 2- 2- 0- 2- 0- 2- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 0- 1478400- 0- 0- 0- 0- 0- 0],[2- 2- 2- 0- 2- 0- 2- 0],[1363200- 1363200- 1363200- 0- 1363200- 0- 1478400- 0],43.28274280444057,1286.705183896368,6.89128e+11,6.2808e-11,0,0
110001-4-3,[1- 1- 0- 0- 0- 1- 4- 0- 0- 3- 0- 0- 0],[576000- 576000- 0- 0- 0- 576000- 2208001- 0- 0- 2400000- 0- 0- 0],[1- 1- 0- 0- 0- 1- 4- 3],[576000- 576000- 0- 0- 0- 576000- 2208001- 2400000],125.37535887421154,3448.3807954524486,1.60776e+12,7.79814e-11,0,0
222220-4-1,[2- 2- 2- 2- 2- 0- 4- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 2208001- 0- 0- 806400- 0- 0- 0],[2- 2- 2- 2- 2- 0- 4- 1],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 2208001- 806400],91.3974112845804,2604.157304191661,1.24089e+12,7.36547e-11,0,0
000111-3-0,[0- 0- 0- 1- 1- 1- 3- 0- 0- 0- 0- 0- 0],[0- 0- 0- 576000- 576000- 576000- 2208000- 0- 0- 0- 0- 0- 0],[0- 0- 0- 1- 1- 1- 3- 0],[0- 0- 0- 576000- 576000- 576000- 2208000- 0],72.3920272081447,2091.0637664932397,8.73812e+11,8.28462e-11,0,0
110010-4-4,[1- 1- 0- 0- 1- 0- 4- 0- 0- 4- 0- 0- 0],[576000- 576000- 0- 0- 576000- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[1- 1- 0- 0- 1- 0- 4- 4],[576000- 576000- 0- 0- 576000- 0- 2208001- 2400001],124.64684103178668,3431.9567669439525,1.55804e+12,8.00023e-11,0,0
404400-3-3,[4- 0- 4- 4- 0- 0- 3- 0- 0- 3- 0- 0- 0],[1804801- 0- 1804801- 1804801- 0- 0- 2208000- 0- 0- 2400000- 0- 0- 0],[4- 0- 4- 4- 0- 0- 3- 3],[1804801- 0- 1804801- 1804801- 0- 0- 2208000- 2400000],118.8316309675252,3292.163575541298,1.51319e+12,7.85305e-11,0,0
100001-1-4,[1- 0- 0- 0- 0- 1- 1- 0- 0- 4- 0- 0- 0],[576000- 0- 0- 0- 0- 576000- 652800- 0- 0- 2400001- 0- 0- 0],[1- 0- 0- 0- 0- 1- 1- 4],[576000- 0- 0- 0- 0- 576000- 652800- 2400001],99.30289681935623,2802.0261162577804,1.08645e+12,9.14013e-11,0,0
040000-1-4,[0- 4- 0- 0- 0- 0- 1- 0- 0- 4- 0- 0- 0],[0- 1804801- 0- 0- 0- 0- 652800- 0- 0- 2400001- 0- 0- 0],[0- 4- 0- 0- 0- 0- 1- 4],[0- 1804801- 0- 0- 0- 0- 652800- 2400001],98.681772056198,2791.5373520175854,1.03972e+12,9.49119e-11,0,0
444040-2-4,[4- 4- 4- 0- 4- 0- 2- 0- 0- 4- 0- 0- 0],[1804801- 1804801- 1804801- 0- 1804801- 0- 1478400- 0- 0- 2400001- 0- 0- 0],[4- 4- 4- 0- 4- 0- 2- 4],[1804801- 1804801- 1804801- 0- 1804801- 0- 1478400- 2400001],121.71524346028171,3358.822032513415,1.4533e+12,8.37509e-11,0,0
004444-1-0,[0- 0- 4- 4- 4- 4- 1- 0- 0- 0- 0- 0- 0],[0- 0- 1804801- 1804801- 1804801- 1804801- 652800- 0- 0- 0- 0- 0- 0],[0- 0- 4- 4- 4- 4- 1- 0],[0- 0- 1804801- 1804801- 1804801- 1804801- 652800- 0],56.125268447594415,1657.6033432560043,8.48269e+11,6.61645e-11,0,0
200022-2-4,[2- 0- 0- 0- 2- 2- 2- 0- 0- 4- 0- 0- 0],[1363200- 0- 0- 0- 1363200- 1363200- 1478400- 0- 0- 2400001- 0- 0- 0],[2- 0- 0- 0- 2- 2- 2- 4],[1363200- 0- 0- 0- 1363200- 1363200- 1478400- 2400001],126.65243068927447,3476.764540464477,1.63646e+12,7.73941e-11,0,0
100001-4-4,[1- 0- 0- 0- 0- 1- 4- 0- 0- 4- 0- 0- 0],[576000- 0- 0- 0- 0- 576000- 2208001- 0- 0- 2400001- 0- 0- 0],[1- 0- 0- 0- 0- 1- 4- 4],[576000- 0- 0- 0- 0- 576000- 2208001- 2400001],118.40714923613604,3267.918825579369,1.43463e+12,8.2535e-11,0,0
404044-1-1,[4- 0- 4- 0- 4- 4- 1- 0- 0- 1- 0- 0- 0],[1804801- 0- 1804801- 0- 1804801- 1804801- 652800- 0- 0- 806400- 0- 0- 0],[4- 0- 4- 0- 4- 4- 1- 1],[1804801- 0- 1804801- 0- 1804801- 1804801- 652800- 806400],65.4481203692248,1907.1593475853924,1.11527e+12,5.86837e-11,0,0
400000-4-1,[4- 0- 0- 0- 0- 0- 4- 0- 0- 1- 0- 0- 0],[1804801- 0- 0- 0- 0- 0- 2208001- 0- 0- 806400- 0- 0- 0],[4- 0- 0- 0- 0- 0- 4- 1],[1804801- 0- 0- 0- 0- 0- 2208001- 806400],91.08743325012024,2589.728562330619,1.03369e+12,8.81187e-11,0,0
440004-1-0,[4- 4- 0- 0- 0- 4- 1- 0- 0- 0- 0- 0- 0],[1804801- 1804801- 0- 0- 0- 1804801- 652800- 0- 0- 0- 0- 0- 0],[4- 4- 0- 0- 0- 4- 1- 0],[1804801- 1804801- 0- 0- 0- 1804801- 652800- 0],48.97960575391014,1453.1510335466826,6.80722e+11,7.19524e-11,0,0
101111-0-4,[1- 0- 1- 1- 1- 1- 0- 0- 0- 4- 0- 0- 0],[576000- 0- 576000- 576000- 576000- 576000- 0- 0- 0- 2400001- 0- 0- 0],[1- 0- 1- 1- 1- 1- 0- 4],[576000- 0- 576000- 576000- 576000- 576000- 0- 2400001],88.18657512983265,2513.985368008374,1.06195e+12,8.30421e-11,0,0
033033-1-4,[0- 3- 3- 0- 3- 3- 1- 0- 0- 4- 0- 0- 0],[0- 1804800- 1804800- 0- 1804800- 1804800- 652800- 0- 0- 2400001- 0- 0- 0],[0- 3- 3- 0- 3- 3- 1- 4],[0- 1804800- 1804800- 0- 1804800- 1804800- 652800- 2400001],123.33705007778387,3399.5107660332515,1.63666e+12,7.5359e-11,0,0
022022-3-4,[0- 2- 2- 0- 2- 2- 3- 0- 0- 4- 0- 0- 0],[0- 1363200- 1363200- 0- 1363200- 1363200- 2208000- 0- 0- 2400001- 0- 0- 0],[0- 2- 2- 0- 2- 2- 3- 4],[0- 1363200- 1363200- 0- 1363200- 1363200- 2208000- 2400001],103.41477810487457,2907.551794408168,1.68254e+12,6.14635e-11,0,0
004400-2-2,[0- 0- 4- 4- 0- 0- 2- 0- 0- 2- 0- 0- 0],[0- 0- 1804801- 1804801- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[0- 0- 4- 4- 0- 0- 2- 2],[0- 0- 1804801- 1804801- 0- 0- 1478400- 1766400],70.8346086249504,2053.5933730378288,1.16462e+12,6.08221e-11,0,0
020222-4-2,[0- 2- 0- 2- 2- 2- 4- 0- 0- 2- 0- 0- 0],[0- 1363200- 0- 1363200- 1363200- 1363200- 2208001- 0- 0- 1766400- 0- 0- 0],[0- 2- 0- 2- 2- 2- 4- 2],[0- 1363200- 0- 1363200- 1363200- 1363200- 2208001- 1766400],117.40780339850124,3251.114431045188,1.75166e+12,6.70266e-11,0,0
222202-4-1,[2- 2- 2- 2- 0- 2- 4- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 2208001- 0- 0- 806400- 0- 0- 0],[2- 2- 2- 2- 0- 2- 4- 1],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 2208001- 806400],98.04968367436727,2759.955662704263,1.55096e+12,6.32187e-11,0,0
022220-3-4,[0- 2- 2- 2- 2- 0- 3- 0- 0- 4- 0- 0- 0],[0- 1363200- 1363200- 1363200- 1363200- 0- 2208000- 0- 0- 2400001- 0- 0- 0],[0- 2- 2- 2- 2- 0- 3- 4],[0- 1363200- 1363200- 1363200- 1363200- 0- 2208000- 2400001],116.95538208571668,3237.1391901198294,1.5466e+12,7.5621e-11,0,0
222222-3-4,[2- 2- 2- 2- 2- 2- 3- 0- 0- 4- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 2208000- 0- 0- 2400001- 0- 0- 0],[2- 2- 2- 2- 2- 2- 3- 4],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 2208000- 2400001],110.81522493489757,3091.311673370012,1.92031e+12,5.77069e-11,0,0
444004-4-0,[4- 4- 4- 0- 0- 4- 4- 0- 0- 0- 0- 0- 0],[1804801- 1804801- 1804801- 0- 0- 1804801- 2208001- 0- 0- 0- 0- 0- 0],[4- 4- 4- 0- 0- 4- 4- 0],[1804801- 1804801- 1804801- 0- 0- 1804801- 2208001- 0],83.51290253442116,2382.9511121622,1.3244e+12,6.30572e-11,0,0
configurations,generic format,exact frequency,google pixel format,exact frequencies,phone energy,phone power,workload,energy by workload,starting cc_info,ending cc_info
033000-2-0,[0- 3- 3- 0- 0- 0- 2- 0- 0- 0- 0- 0- 0],[0- 1804800- 1804800- 0- 0- 0- 1478400- 0- 0- 0- 0- 0- 0],[0- 3- 3- 0- 0- 0- 2- 0],[0- 1804800- 1804800- 0- 0- 0- 1478400- 0],41.41287321698848,1234.3140008266078,5.75651e+11,7.19409e-11,0,0
330330-0-0,[3- 3- 0- 3- 3- 0- 0- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0- 0],[3- 3- 0- 3- 3- 0- 0- 0],[1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0],12.583600566409077,384.07865103252027,1.98191e+11,6.34923e-11,0,0
003333-4-1,[0- 0- 3- 3- 3- 3- 4- 0- 0- 1- 0- 0- 0],[0- 0- 1804800- 1804800- 1804800- 1804800- 2208001- 0- 0- 806400- 0- 0- 0],[0- 0- 3- 3- 3- 3- 4- 1],[0- 0- 1804800- 1804800- 1804800- 1804800- 2208001- 806400],113.19347342150677,3148.825010899096,1.5746e+12,7.18871e-11,0,0
101110-2-4,[1- 0- 1- 1- 1- 0- 2- 0- 0- 4- 0- 0- 0],[576000- 0- 576000- 576000- 576000- 0- 1478400- 0- 0- 2400001- 0- 0- 0],[1- 0- 1- 1- 1- 0- 2- 4],[576000- 0- 576000- 576000- 576000- 0- 1478400- 2400001],97.15912322762277,2744.4122700165453,1.39609e+12,6.95937e-11,0,0
440004-3-3,[4- 4- 0- 0- 0- 4- 3- 0- 0- 3- 0- 0- 0],[1804801- 1804801- 0- 0- 0- 1804801- 2208000- 0- 0- 2400000- 0- 0- 0],[4- 4- 0- 0- 0- 4- 3- 3],[1804801- 1804801- 0- 0- 0- 1804801- 2208000- 2400000],102.71253562255525,2880.4988359887648,1.49873e+12,6.8533e-11,0,0
444044-4-3,[4- 4- 4- 0- 4- 4- 4- 0- 0- 3- 0- 0- 0],[1804801- 1804801- 1804801- 0- 1804801- 1804801- 2208001- 0- 0- 2400000- 0- 0- 0],[4- 4- 4- 0- 4- 4- 4- 3],[1804801- 1804801- 1804801- 0- 1804801- 1804801- 2208001- 2400000],98.0752869015373,2768.9323623425144,1.81379e+12,5.4072e-11,0,0
440040-2-2,[4- 4- 0- 0- 4- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 1804801- 0- 0- 1804801- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 4- 0- 0- 4- 0- 2- 2],[1804801- 1804801- 0- 0- 1804801- 0- 1478400- 1766400],73.27245979562605,2119.2536570247016,1.22724e+12,5.97051e-11,0,0
010100-2-4,[0- 1- 0- 1- 0- 0- 2- 0- 0- 4- 0- 0- 0],[0- 576000- 0- 576000- 0- 0- 1478400- 0- 0- 2400001- 0- 0- 0],[0- 1- 0- 1- 0- 0- 2- 4],[0- 576000- 0- 576000- 0- 0- 1478400- 2400001],95.75787291983124,2702.1039352404628,1.27573e+12,7.50612e-11,0,0
444004-1-1,[4- 4- 4- 0- 0- 4- 1- 0- 0- 1- 0- 0- 0],[1804801- 1804801- 1804801- 0- 0- 1804801- 652800- 0- 0- 806400- 0- 0- 0],[4- 4- 4- 0- 0- 4- 1- 1],[1804801- 1804801- 1804801- 0- 0- 1804801- 652800- 806400],66.95004185239024,1953.5920755503791,1.11905e+12,5.98276e-11,0,0
100010-4-0,[1- 0- 0- 0- 1- 0- 4- 0- 0- 0- 0- 0- 0],[576000- 0- 0- 0- 576000- 0- 2208001- 0- 0- 0- 0- 0- 0],[1- 0- 0- 0- 1- 0- 4- 0],[576000- 0- 0- 0- 576000- 0- 2208001- 0],70.43292529840153,2050.7640666647944,8.23525e+11,8.55262e-11,0,0
404004-4-4,[4- 0- 4- 0- 0- 4- 4- 0- 0- 4- 0- 0- 0],[1804801- 0- 1804801- 0- 0- 1804801- 2208001- 0- 0- 2400001- 0- 0- 0],[4- 0- 4- 0- 0- 4- 4- 4],[1804801- 0- 1804801- 0- 0- 1804801- 2208001- 2400001],103.49202054855878,2900.8156012084246,1.52594e+12,6.78218e-11,0,0
222020-2-4,[2- 2- 2- 0- 2- 0- 2- 0- 0- 4- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 0- 1478400- 0- 0- 2400001- 0- 0- 0],[2- 2- 2- 0- 2- 0- 2- 4],[1363200- 1363200- 1363200- 0- 1363200- 0- 1478400- 2400001],95.5789679621388,2702.3755152405606,1.38652e+12,6.89344e-11,0,0
040044-4-4,[0- 4- 0- 0- 4- 4- 4- 0- 0- 4- 0- 0- 0],[0- 1804801- 0- 0- 1804801- 1804801- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 4- 0- 0- 4- 4- 4- 4],[0- 1804801- 0- 0- 1804801- 1804801- 2208001- 2400001],102.77907975860452,2886.358741969141,1.50197e+12,6.84295e-11,0,0
044444-4-0,[0- 4- 4- 4- 4- 4- 4- 0- 0- 0- 0- 0- 0],[0- 1804801- 1804801- 1804801- 1804801- 1804801- 2208001- 0- 0- 0- 0- 0- 0],[0- 4- 4- 4- 4- 4- 4- 0],[0- 1804801- 1804801- 1804801- 1804801- 1804801- 2208001- 0],93.90981488891718,2661.9589036615116,1.40569e+12,6.68069e-11,0,0
001100-3-4,[0- 0- 1- 1- 0- 0- 3- 0- 0- 4- 0- 0- 0],[0- 0- 576000- 576000- 0- 0- 2208000- 0- 0- 2400001- 0- 0- 0],[0- 0- 1- 1- 0- 0- 3- 4],[0- 0- 576000- 576000- 0- 0- 2208000- 2400001],85.37424314004865,2437.62677781194,1.19302e+12,7.15615e-11,0,0
004444-3-3,[0- 0- 4- 4- 4- 4- 3- 0- 0- 3- 0- 0- 0],[0- 0- 1804801- 1804801- 1804801- 1804801- 2208000- 0- 0- 2400000- 0- 0- 0],[0- 0- 4- 4- 4- 4- 3- 3],[0- 0- 1804801- 1804801- 1804801- 1804801- 2208000- 2400000],109.71381919703923,3053.9771303464895,1.74405e+12,6.29075e-11,0,0
404400-0-4,[4- 0- 4- 4- 0- 0- 0- 0- 0- 4- 0- 0- 0],[1804801- 0- 1804801- 1804801- 0- 0- 0- 0- 0- 2400001- 0- 0- 0],[4- 0- 4- 4- 0- 0- 0- 4],[1804801- 0- 1804801- 1804801- 0- 0- 0- 2400001],82.55501626692555,2359.0942559263017,9.24164e+11,8.93294e-11,0,0
100010-1-0,[1- 0- 0- 0- 1- 0- 1- 0- 0- 0- 0- 0- 0],[576000- 0- 0- 0- 576000- 0- 652800- 0- 0- 0- 0- 0- 0],[1- 0- 0- 0- 1- 0- 1- 0],[576000- 0- 0- 0- 576000- 0- 652800- 0],28.1296571138428,857.5911488457323,3.00687e+11,9.35513e-11,0,0
404400-0-0,[4- 0- 4- 4- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1804801- 0- 1804801- 1804801- 0- 0- 0- 0- 0- 0- 0- 0- 0],[4- 0- 4- 4- 0- 0- 0- 0],[1804801- 0- 1804801- 1804801- 0- 0- 0- 0],25.799074527842865,782.6152945980723,1.45933e+11,1.76787e-10,0,0
011110-1-4,[0- 1- 1- 1- 1- 0- 1- 0- 0- 4- 0- 0- 0],[0- 576000- 576000- 576000- 576000- 0- 652800- 0- 0- 2400001- 0- 0- 0],[0- 1- 1- 1- 1- 0- 1- 4],[0- 576000- 576000- 576000- 576000- 0- 652800- 2400001],103.46835897724063,2905.613063119315,1.22104e+12,8.47379e-11,0,0
010110-1-0,[0- 1- 0- 1- 1- 0- 1- 0- 0- 0- 0- 0- 0],[0- 576000- 0- 576000- 576000- 0- 652800- 0- 0- 0- 0- 0- 0],[0- 1- 0- 1- 1- 0- 1- 0],[0- 576000- 0- 576000- 576000- 0- 652800- 0],32.272701343994086,966.6450897046134,3.50053e+11,9.21938e-11,0,0
400444-2-2,[4- 0- 0- 4- 4- 4- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 0- 1804801- 1804801- 1804801- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 0- 4- 4- 4- 2- 2],[1804801- 0- 0- 1804801- 1804801- 1804801- 1478400- 1766400],106.11100280850033,2974.6239267865667,1.73035e+12,6.13234e-11,0,0
300300-4-1,[3- 0- 0- 3- 0- 0- 4- 0- 0- 1- 0- 0- 0],[1804800- 0- 0- 1804800- 0- 0- 2208001- 0- 0- 806400- 0- 0- 0],[3- 0- 0- 3- 0- 0- 4- 1],[1804800- 0- 0- 1804800- 0- 0- 2208001- 806400],80.55241917191834,2316.947446366147,1.03003e+12,7.8204e-11,0,0
440404-3-3,[4- 4- 0- 4- 0- 4- 3- 0- 0- 3- 0- 0- 0],[1804801- 1804801- 0- 1804801- 0- 1804801- 2208000- 0- 0- 2400000- 0- 0- 0],[4- 4- 0- 4- 0- 4- 3- 3],[1804801- 1804801- 0- 1804801- 0- 1804801- 2208000- 2400000],113.70137074881993,3164.4377353443087,1.74079e+12,6.5316e-11,0,0
033333-2-4,[0- 3- 3- 3- 3- 3- 2- 0- 0- 4- 0- 0- 0],[0- 1804800- 1804800- 1804800- 1804800- 1804800- 1478400- 0- 0- 2400001- 0- 0- 0],[0- 3- 3- 3- 3- 3- 2- 4],[0- 1804800- 1804800- 1804800- 1804800- 1804800- 1478400- 2400001],113.63143464633244,3160.7941999019763,1.84724e+12,6.15142e-11,0,0
011001-3-4,[0- 1- 1- 0- 0- 1- 3- 0- 0- 4- 0- 0- 0],[0- 576000- 576000- 0- 0- 576000- 2208000- 0- 0- 2400001- 0- 0- 0],[0- 1- 1- 0- 0- 1- 3- 4],[0- 576000- 576000- 0- 0- 576000- 2208000- 2400001],98.74318956727181,2777.325598057377,1.37458e+12,7.18352e-11,0,0
444000-2-0,[4- 4- 4- 0- 0- 0- 2- 0- 0- 0- 0- 0- 0],[1804801- 1804801- 1804801- 0- 0- 0- 1478400- 0- 0- 0- 0- 0- 0],[4- 4- 4- 0- 0- 0- 2- 0],[1804801- 1804801- 1804801- 0- 0- 0- 1478400- 0],36.97304526786555,1105.2935831652528,6.30674e+11,5.86247e-11,0,0
404440-4-4,[4- 0- 4- 4- 4- 0- 4- 0- 0- 4- 0- 0- 0],[1804801- 0- 1804801- 1804801- 1804801- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[4- 0- 4- 4- 4- 0- 4- 4],[1804801- 0- 1804801- 1804801- 1804801- 0- 2208001- 2400001],110.41698664440644,3080.9477786305374,1.48825e+12,7.41925e-11,0,0
003333-1-0,[0- 0- 3- 3- 3- 3- 1- 0- 0- 0- 0- 0- 0],[0- 0- 1804800- 1804800- 1804800- 1804800- 652800- 0- 0- 0- 0- 0- 0],[0- 0- 3- 3- 3- 3- 1- 0],[0- 0- 1804800- 1804800- 1804800- 1804800- 652800- 0],57.61850561555019,1689.4193563336491,8.48897e+11,6.78746e-11,0,0
404404-4-2,[4- 0- 4- 4- 0- 4- 4- 0- 0- 2- 0- 0- 0],[1804801- 0- 1804801- 1804801- 0- 1804801- 2208001- 0- 0- 1766400- 0- 0- 0],[4- 0- 4- 4- 0- 4- 4- 2],[1804801- 0- 1804801- 1804801- 0- 1804801- 2208001- 1766400],121.63948938293582,3359.8635326406084,1.86774e+12,6.51266e-11,0,0
330303-3-4,[3- 3- 0- 3- 0- 3- 3- 0- 0- 4- 0- 0- 0],[1804800- 1804800- 0- 1804800- 0- 1804800- 2208000- 0- 0- 2400001- 0- 0- 0],[3- 3- 0- 3- 0- 3- 3- 4],[1804800- 1804800- 0- 1804800- 0- 1804800- 2208000- 2400001],115.16702269142763,3200.1134677514656,1.81707e+12,6.33806e-11,0,0
200222-4-3,[2- 0- 0- 2- 2- 2- 4- 0- 0- 3- 0- 0- 0],[1363200- 0- 0- 1363200- 1363200- 1363200- 2208001- 0- 0- 2400000- 0- 0- 0],[2- 0- 0- 2- 2- 2- 4- 3],[1363200- 0- 0- 1363200- 1363200- 1363200- 2208001- 2400000],104.68790784779544,2930.5112453191123,1.69563e+12,6.17398e-11,0,0
400400-1-4,[4- 0- 0- 4- 0- 0- 1- 0- 0- 4- 0- 0- 0],[1804801- 0- 0- 1804801- 0- 0- 652800- 0- 0- 2400001- 0- 0- 0],[4- 0- 0- 4- 0- 0- 1- 4],[1804801- 0- 0- 1804801- 0- 0- 652800- 2400001],96.62715191948864,2731.8051659312105,1.08272e+12,8.92448e-11,0,0
030333-2-4,[0- 3- 0- 3- 3- 3- 2- 0- 0- 4- 0- 0- 0],[0- 1804800- 0- 1804800- 1804800- 1804800- 1478400- 0- 0- 2400001- 0- 0- 0],[0- 3- 0- 3- 3- 3- 2- 4],[0- 1804800- 0- 1804800- 1804800- 1804800- 1478400- 2400001],121.49028393105132,3350.021157503109,1.82366e+12,6.66189e-11,0,0
330303-4-1,[3- 3- 0- 3- 0- 3- 4- 0- 0- 1- 0- 0- 0],[1804800- 1804800- 0- 1804800- 0- 1804800- 2208001- 0- 0- 806400- 0- 0- 0],[3- 3- 0- 3- 0- 3- 4- 1],[1804800- 1804800- 0- 1804800- 0- 1804800- 2208001- 806400],111.08534007261188,3093.218551877344,1.55089e+12,7.16268e-11,0,0
222220-4-3,[2- 2- 2- 2- 2- 0- 4- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 2208001- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 2- 2- 0- 4- 3],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 2208001- 2400000],106.10253095005918,2966.668154184215,1.49975e+12,7.07468e-11,0,0
400000-0-4,[4- 0- 0- 0- 0- 0- 0- 0- 0- 4- 0- 0- 0],[1804801- 0- 0- 0- 0- 0- 0- 0- 0- 2400001- 0- 0- 0],[4- 0- 0- 0- 0- 0- 0- 4],[1804801- 0- 0- 0- 0- 0- 0- 2400001],81.67640223488537,2337.229972378114,8.20414e+11,9.95551e-11,0,0
404400-2-2,[4- 0- 4- 4- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 1804801- 1804801- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 4- 4- 0- 0- 2- 2],[1804801- 0- 1804801- 1804801- 0- 0- 1478400- 1766400],72.56651039612763,2097.931120678372,1.22919e+12,5.9036e-11,0,0
110000-4-0,[1- 1- 0- 0- 0- 0- 4- 0- 0- 0- 0- 0- 0],[576000- 576000- 0- 0- 0- 0- 2208001- 0- 0- 0- 0- 0- 0],[1- 1- 0- 0- 0- 0- 4- 0],[576000- 576000- 0- 0- 0- 0- 2208001- 0],69.95200954584983,2031.3677458818715,8.14639e+11,8.58687e-11,0,0
220022-2-4,[2- 2- 0- 0- 2- 2- 2- 0- 0- 4- 0- 0- 0],[1363200- 1363200- 0- 0- 1363200- 1363200- 1478400- 0- 0- 2400001- 0- 0- 0],[2- 2- 0- 0- 2- 2- 2- 4],[1363200- 1363200- 0- 0- 1363200- 1363200- 1478400- 2400001],120.35725405571321,3330.9414459536456,1.73312e+12,6.94454e-11,0,0
003000-4-3,[0- 0- 3- 0- 0- 0- 4- 0- 0- 3- 0- 0- 0],[0- 0- 1804800- 0- 0- 0- 2208001- 0- 0- 2400000- 0- 0- 0],[0- 0- 3- 0- 0- 0- 4- 3],[0- 0- 1804800- 0- 0- 0- 2208001- 2400000],116.25259072590242,3225.5753881412147,1.39199e+12,8.35154e-11,0,0
444444-4-4,[4- 4- 4- 4- 4- 4- 4- 0- 0- 4- 0- 0- 0],[1804801- 1804801- 1804801- 1804801- 1804801- 1804801- 2208001- 0- 0- 2400001- 0- 0- 0],[4- 4- 4- 4- 4- 4- 4- 4],[1804801- 1804801- 1804801- 1804801- 1804801- 1804801- 2208001- 2400001],119.52811850913486,3302.9659819386557,2.12307e+12,5.62997e-11,0,0
444444-0-0,[4- 4- 4- 4- 4- 4- 0- 0- 0- 0- 0- 0- 0],[1804801- 1804801- 1804801- 1804801- 1804801- 1804801- 0- 0- 0- 0- 0- 0- 0],[4- 4- 4- 4- 4- 4- 0- 0],[1804801- 1804801- 1804801- 1804801- 1804801- 1804801- 0- 0],65.00360920761207,1899.142970501589,9.64134e+11,6.74218e-11,0,0
040440-2-2,[0- 4- 0- 4- 4- 0- 2- 0- 0- 2- 0- 0- 0],[0- 1804801- 0- 1804801- 1804801- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[0- 4- 0- 4- 4- 0- 2- 2],[0- 1804801- 0- 1804801- 1804801- 0- 1478400- 1766400],68.48385008392258,1995.2258187421303,1.22706e+12,5.58113e-11,0,0
022222-2-4,[0- 2- 2- 2- 2- 2- 2- 0- 0- 4- 0- 0- 0],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 1478400- 0- 0- 2400001- 0- 0- 0],[0- 2- 2- 2- 2- 2- 2- 4],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 1478400- 2400001],117.1992727065863,3251.8081831109466,1.86475e+12,6.28499e-11,0,0
404404-2-0,[4- 0- 4- 4- 0- 4- 2- 0- 0- 0- 0- 0- 0],[1804801- 0- 1804801- 1804801- 0- 1804801- 1478400- 0- 0- 0- 0- 0- 0],[4- 0- 4- 4- 0- 4- 2- 0],[1804801- 0- 1804801- 1804801- 0- 1804801- 1478400- 0],69.86196844817034,2022.4761977865967,1.13025e+12,6.18111e-11,0,0
111111-1-4,[1- 1- 1- 1- 1- 1- 1- 0- 0- 4- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 576000- 652800- 0- 0- 2400001- 0- 0- 0],[1- 1- 1- 1- 1- 1- 1- 4],[576000- 576000- 576000- 576000- 576000- 576000- 652800- 2400001],105.74265087694691,2970.9981696210066,1.30438e+12,8.10674e-11,0,0
100110-0-4,[1- 0- 0- 1- 1- 0- 0- 0- 0- 4- 0- 0- 0],[576000- 0- 0- 576000- 576000- 0- 0- 0- 0- 2400001- 0- 0- 0],[1- 0- 0- 1- 1- 0- 0- 4],[576000- 0- 0- 576000- 576000- 0- 0- 2400001],87.6807066950221,2500.969176052483,9.48536e+11,9.24379e-11,0,0
333033-4-0,[3- 3- 3- 0- 3- 3- 4- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 2208001- 0- 0- 0- 0- 0- 0],[3- 3- 3- 0- 3- 3- 4- 0],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 2208001- 0],103.99426016839176,2919.8888753063343,1.4979e+12,6.94267e-11,0,0
002220-1-0,[0- 0- 2- 2- 2- 0- 1- 0- 0- 0- 0- 0- 0],[0- 0- 1363200- 1363200- 1363200- 0- 652800- 0- 0- 0- 0- 0- 0],[0- 0- 2- 2- 2- 0- 1- 0],[0- 0- 1363200- 1363200- 1363200- 0- 652800- 0],32.0826568464097,965.3225063529761,3.55359e+11,9.02824e-11,0,0
030030-4-0,[0- 3- 0- 0- 3- 0- 4- 0- 0- 0- 0- 0- 0],[0- 1804800- 0- 0- 1804800- 0- 2208001- 0- 0- 0- 0- 0- 0],[0- 3- 0- 0- 3- 0- 4- 0],[0- 1804800- 0- 0- 1804800- 0- 2208001- 0],68.24008806488891,1984.5123644056741,8.20822e+11,8.31363e-11,0,0
303000-4-4,[3- 0- 3- 0- 0- 0- 4- 0- 0- 4- 0- 0- 0],[1804800- 0- 1804800- 0- 0- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[3- 0- 3- 0- 0- 0- 4- 4],[1804800- 0- 1804800- 0- 0- 0- 2208001- 2400001],127.53829929057102,3495.0732618441843,1.5414e+12,8.27419e-11,0,0
002002-4-0,[0- 0- 2- 0- 0- 2- 4- 0- 0- 0- 0- 0- 0],[0- 0- 1363200- 0- 0- 1363200- 2208001- 0- 0- 0- 0- 0- 0],[0- 0- 2- 0- 0- 2- 4- 0],[0- 0- 1363200- 0- 0- 1363200- 2208001- 0],76.31007099502332,2193.7762740982466,9.5979e+11,7.9507e-11,0,0
202222-4-4,[2- 0- 2- 2- 2- 2- 4- 0- 0- 4- 0- 0- 0],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 2208001- 0- 0- 2400001- 0- 0- 0],[2- 0- 2- 2- 2- 2- 4- 4],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 2208001- 2400001],110.14540552242705,3073.7909372325857,1.88517e+12,5.84273e-11,0,0
303333-0-0,[3- 0- 3- 3- 3- 3- 0- 0- 0- 0- 0- 0- 0],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 0- 3- 3- 3- 3- 0- 0],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 0- 0],57.95810363380836,1708.0268938281415,8.01106e+11,7.23476e-11,0,0
444404-3-0,[4- 4- 4- 4- 0- 4- 3- 0- 0- 0- 0- 0- 0],[1804801- 1804801- 1804801- 1804801- 0- 1804801- 2208000- 0- 0- 0- 0- 0- 0],[4- 4- 4- 4- 0- 4- 3- 0],[1804801- 1804801- 1804801- 1804801- 0- 1804801- 2208000- 0],110.78984303651337,3083.505258990543,1.53557e+12,7.2149e-11,0,0
330030-4-4,[3- 3- 0- 0- 3- 0- 4- 0- 0- 4- 0- 0- 0],[1804800- 1804800- 0- 0- 1804800- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[3- 3- 0- 0- 3- 0- 4- 4],[1804800- 1804800- 0- 0- 1804800- 0- 2208001- 2400001],124.23575794000442,3411.8476074256264,1.54664e+12,8.03262e-11,0,0
000400-4-0,[0- 0- 0- 4- 0- 0- 4- 0- 0- 0- 0- 0- 0],[0- 0- 0- 1804801- 0- 0- 2208001- 0- 0- 0- 0- 0- 0],[0- 0- 0- 4- 0- 0- 4- 0],[0- 0- 0- 1804801- 0- 0- 2208001- 0],68.38123684907244,1979.0640548606411,7.55781e+11,9.04776e-11,0,0
004404-3-4,[0- 0- 4- 4- 0- 4- 3- 0- 0- 4- 0- 0- 0],[0- 0- 1804801- 1804801- 0- 1804801- 2208000- 0- 0- 2400001- 0- 0- 0],[0- 0- 4- 4- 0- 4- 3- 4],[0- 0- 1804801- 1804801- 0- 1804801- 2208000- 2400001],114.44980950411392,3185.4498760135702,1.71813e+12,6.6613e-11,0,0
300000-1-4,[3- 0- 0- 0- 0- 0- 1- 0- 0- 4- 0- 0- 0],[1804800- 0- 0- 0- 0- 0- 652800- 0- 0- 2400001- 0- 0- 0],[3- 0- 0- 0- 0- 0- 1- 4],[1804800- 0- 0- 0- 0- 0- 652800- 2400001],98.84516804439683,2782.3708740677816,1.03028e+12,9.59401e-11,0,0
040444-4-0,[0- 4- 0- 4- 4- 4- 4- 0- 0- 0- 0- 0- 0],[0- 1804801- 0- 1804801- 1804801- 1804801- 2208001- 0- 0- 0- 0- 0- 0],[0- 4- 0- 4- 4- 4- 4- 0],[0- 1804801- 0- 1804801- 1804801- 1804801- 2208001- 0],65.50120190420756,1909.955691807081,1.37696e+12,4.75694e-11,0,0
400404-4-4,[4- 0- 0- 4- 0- 4- 4- 0- 0- 4- 0- 0- 0],[1804801- 0- 0- 1804801- 0- 1804801- 2208001- 0- 0- 2400001- 0- 0- 0],[4- 0- 0- 4- 0- 4- 4- 4],[1804801- 0- 0- 1804801- 0- 1804801- 2208001- 2400001],110.52592003652889,3082.4732380840687,1.69663e+12,6.51444e-11,0,0
101100-1-4,[1- 0- 1- 1- 0- 0- 1- 0- 0- 4- 0- 0- 0],[576000- 0- 576000- 576000- 0- 0- 652800- 0- 0- 2400001- 0- 0- 0],[1- 0- 1- 1- 0- 0- 1- 4],[576000- 0- 576000- 576000- 0- 0- 652800- 2400001],101.32515423170389,2851.21654855275,1.1621e+12,8.71914e-11,0,0
110010-4-3,[1- 1- 0- 0- 1- 0- 4- 0- 0- 3- 0- 0- 0],[576000- 576000- 0- 0- 576000- 0- 2208001- 0- 0- 2400000- 0- 0- 0],[1- 1- 0- 0- 1- 0- 4- 3],[576000- 576000- 0- 0- 576000- 0- 2208001- 2400000],121.5997375388736,3352.7139823338493,1.53865e+12,7.90301e-11,0,0
440444-2-4,[4- 4- 0- 4- 4- 4- 2- 0- 0- 4- 0- 0- 0],[1804801- 1804801- 0- 1804801- 1804801- 1804801- 1478400- 0- 0- 2400001- 0- 0- 0],[4- 4- 0- 4- 4- 4- 2- 4],[1804801- 1804801- 0- 1804801- 1804801- 1804801- 1478400- 2400001],122.50969941165674,3377.752750968008,1.92986e+12,6.34811e-11,0,0
011011-4-0,[0- 1- 1- 0- 1- 1- 4- 0- 0- 0- 0- 0- 0],[0- 576000- 576000- 0- 576000- 576000- 2208001- 0- 0- 0- 0- 0- 0],[0- 1- 1- 0- 1- 1- 4- 0],[0- 576000- 576000- 0- 576000- 576000- 2208001- 0],73.8855555787271,2139.106418850224,9.41943e+11,7.84395e-11,0,0
300000-4-2,[3- 0- 0- 0- 0- 0- 4- 0- 0- 2- 0- 0- 0],[1804800- 0- 0- 0- 0- 0- 2208001- 0- 0- 1766400- 0- 0- 0],[3- 0- 0- 0- 0- 0- 4- 2],[1804800- 0- 0- 0- 0- 0- 2208001- 1766400],105.84561700696646,2957.3496373649327,1.28008e+12,8.26867e-11,0,0
011110-4-2,[0- 1- 1- 1- 1- 0- 4- 0- 0- 2- 0- 0- 0],[0- 576000- 576000- 576000- 576000- 0- 2208001- 0- 0- 1766400- 0- 0- 0],[0- 1- 1- 1- 1- 0- 4- 2],[0- 576000- 576000- 576000- 576000- 0- 2208001- 1766400],104.00506182362079,2917.7661133827964,1.45685e+12,7.13904e-11,0,0
000020-0-0,[0- 0- 0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 1363200- 0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 2- 0- 0- 0],[0- 0- 0- 0- 1363200- 0- 0- 0],23.437966514815923,712.2742085071663,4.54682e+10,5.1548e-10,0,0
202002-3-0,[2- 0- 2- 0- 0- 2- 3- 0- 0- 0- 0- 0- 0],[1363200- 0- 1363200- 0- 0- 1363200- 2208000- 0- 0- 0- 0- 0- 0],[2- 0- 2- 0- 0- 2- 3- 0],[1363200- 0- 1363200- 0- 0- 1363200- 2208000- 0],80.01617565245148,2297.3196891424404,1.08228e+12,7.3933e-11,0,0
configurations,generic format,exact frequency,google pixel format,exact frequencies,phone energy,phone power,workload,energy by workload,starting cc_info,ending cc_info
200202-3-0,[2- 0- 0- 2- 0- 2- 3- 0- 0- 0- 0- 0- 0],[1363200- 0- 0- 1363200- 0- 1363200- 2208000- 0- 0- 0- 0- 0- 0],[2- 0- 0- 2- 0- 2- 3- 0],[1363200- 0- 0- 1363200- 0- 1363200- 2208000- 0],18.175420465258995,549.4352676866957,2.28594e+11,7.95096e-11,0,0
404000-2-4,[4- 0- 4- 0- 0- 0- 2- 0- 0- 4- 0- 0- 0],[1804801- 0- 1804801- 0- 0- 0- 1478400- 0- 0- 2400001- 0- 0- 0],[4- 0- 4- 0- 0- 0- 2- 4],[1804801- 0- 1804801- 0- 0- 0- 1478400- 2400001],13.59681692877305,420.54245693720213,9.29728e+10,1.46245e-10,0,0
011100-4-2,[0- 1- 1- 1- 0- 0- 4- 0- 0- 2- 0- 0- 0],[0- 576000- 576000- 576000- 0- 0- 2208001- 0- 0- 1766400- 0- 0- 0],[0- 1- 1- 1- 0- 0- 4- 2],[0- 576000- 576000- 576000- 0- 0- 2208001- 1766400],11.905408412069283,364.2024786454988,9.2274e+10,1.29022e-10,0,0
001101-4-4,[0- 0- 1- 1- 0- 1- 4- 0- 0- 4- 0- 0- 0],[0- 0- 576000- 576000- 0- 576000- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 0- 1- 1- 0- 1- 4- 4],[0- 0- 576000- 576000- 0- 576000- 2208001- 2400001],12.84253693001523,395.42708708087923,9.17966e+10,1.39902e-10,0,0
330003-4-0,[3- 3- 0- 0- 0- 3- 4- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 0- 0- 0- 1804800- 2208001- 0- 0- 0- 0- 0- 0],[3- 3- 0- 0- 0- 3- 4- 0],[1804800- 1804800- 0- 0- 0- 1804800- 2208001- 0],23.512423700857244,708.2048471936977,3.06594e+11,7.66891e-11,0,0
003303-4-2,[0- 0- 3- 3- 0- 3- 4- 0- 0- 2- 0- 0- 0],[0- 0- 1804800- 1804800- 0- 1804800- 2208001- 0- 0- 1766400- 0- 0- 0],[0- 0- 3- 3- 0- 3- 4- 2],[0- 0- 1804800- 1804800- 0- 1804800- 2208001- 1766400],23.3723520102568,713.9434174950775,3.07098e+11,7.61071e-11,0,0
004444-4-2,[0- 0- 4- 4- 4- 4- 4- 0- 0- 2- 0- 0- 0],[0- 0- 1804801- 1804801- 1804801- 1804801- 2208001- 0- 0- 1766400- 0- 0- 0],[0- 0- 4- 4- 4- 4- 4- 2],[0- 0- 1804801- 1804801- 1804801- 1804801- 2208001- 1766400],24.245498718425523,734.7144382864251,3.05661e+11,7.93215e-11,0,0
111101-4-4,[1- 1- 1- 1- 0- 1- 4- 0- 0- 4- 0- 0- 0],[576000- 576000- 576000- 576000- 0- 576000- 2208001- 0- 0- 2400001- 0- 0- 0],[1- 1- 1- 1- 0- 1- 4- 4],[576000- 576000- 576000- 576000- 0- 576000- 2208001- 2400001],12.13243262292193,376.52992089915733,9.20725e+10,1.3177e-10,0,0
333030-3-4,[3- 3- 3- 0- 3- 0- 3- 0- 0- 4- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 0- 2208000- 0- 0- 2400001- 0- 0- 0],[3- 3- 3- 0- 3- 0- 3- 4],[1804800- 1804800- 1804800- 0- 1804800- 0- 2208000- 2400001],12.484162649381691,388.34977128921616,9.19907e+10,1.35711e-10,0,0
222200-1-4,[2- 2- 2- 2- 0- 0- 1- 0- 0- 4- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 0- 0- 652800- 0- 0- 2400001- 0- 0- 0],[2- 2- 2- 2- 0- 0- 1- 4],[1363200- 1363200- 1363200- 1363200- 0- 0- 652800- 2400001],12.074492267816856,365.2443742083875,9.19305e+10,1.31344e-10,0,0
202220-3-0,[2- 0- 2- 2- 2- 0- 3- 0- 0- 0- 0- 0- 0],[1363200- 0- 1363200- 1363200- 1363200- 0- 2208000- 0- 0- 0- 0- 0- 0],[2- 0- 2- 2- 2- 0- 3- 0],[1363200- 0- 1363200- 1363200- 1363200- 0- 2208000- 0],12.189235634040074,376.37660020166174,9.19671e+10,1.32539e-10,0,0
044040-1-1,[0- 4- 4- 0- 4- 0- 1- 0- 0- 1- 0- 0- 0],[0- 1804801- 1804801- 0- 1804801- 0- 652800- 0- 0- 806400- 0- 0- 0],[0- 4- 4- 0- 4- 0- 1- 1],[0- 1804801- 1804801- 0- 1804801- 0- 652800- 806400],12.148960135233832,370.20745560081696,9.19925e+10,1.32065e-10,0,0
303330-3-0,[3- 0- 3- 3- 3- 0- 3- 0- 0- 0- 0- 0- 0],[1804800- 0- 1804800- 1804800- 1804800- 0- 2208000- 0- 0- 0- 0- 0- 0],[3- 0- 3- 3- 3- 0- 3- 0],[1804800- 0- 1804800- 1804800- 1804800- 0- 2208000- 0],12.116767168909341,373.0828789576011,9.19745e+10,1.31741e-10,0,0
040404-4-1,[0- 4- 0- 4- 0- 4- 4- 0- 0- 1- 0- 0- 0],[0- 1804801- 0- 1804801- 0- 1804801- 2208001- 0- 0- 806400- 0- 0- 0],[0- 4- 0- 4- 0- 4- 4- 1],[0- 1804801- 0- 1804801- 0- 1804801- 2208001- 806400],23.706995372983478,714.6408035849929,3.06448e+11,7.73606e-11,0,0
440000-1-4,[4- 4- 0- 0- 0- 0- 1- 0- 0- 4- 0- 0- 0],[1804801- 1804801- 0- 0- 0- 0- 652800- 0- 0- 2400001- 0- 0- 0],[4- 4- 0- 0- 0- 0- 1- 4],[1804801- 1804801- 0- 0- 0- 0- 652800- 2400001],12.355900117399088,380.213357836156,9.25717e+10,1.33474e-10,0,0
040440-0-0,[0- 4- 0- 4- 4- 0- 0- 0- 0- 0- 0- 0- 0],[0- 1804801- 0- 1804801- 1804801- 0- 0- 0- 0- 0- 0- 0- 0],[0- 4- 0- 4- 4- 0- 0- 0],[0- 1804801- 0- 1804801- 1804801- 0- 0- 0],12.413636282969374,377.1409902728655,9.24805e+10,1.3423e-10,0,0
004444-4-3,[0- 0- 4- 4- 4- 4- 4- 0- 0- 3- 0- 0- 0],[0- 0- 1804801- 1804801- 1804801- 1804801- 2208001- 0- 0- 2400000- 0- 0- 0],[0- 0- 4- 4- 4- 4- 4- 3],[0- 0- 1804801- 1804801- 1804801- 1804801- 2208001- 2400000],23.872133272783355,725.9344581733227,3.05282e+11,7.8197e-11,0,0
222202-4-0,[2- 2- 2- 2- 0- 2- 4- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 2208001- 0- 0- 0- 0- 0- 0],[2- 2- 2- 2- 0- 2- 4- 0],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 2208001- 0],16.35901402443281,498.525799912895,2.28474e+11,7.16012e-11,0,0
333030-4-4,[3- 3- 3- 0- 3- 0- 4- 0- 0- 4- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[3- 3- 3- 0- 3- 0- 4- 4],[1804800- 1804800- 1804800- 0- 1804800- 0- 2208001- 2400001],12.31039944836786,374.70803314133724,9.18286e+10,1.34058e-10,0,0
000440-3-4,[0- 0- 0- 4- 4- 0- 3- 0- 0- 4- 0- 0- 0],[0- 0- 0- 1804801- 1804801- 0- 2208000- 0- 0- 2400001- 0- 0- 0],[0- 0- 0- 4- 4- 0- 3- 4],[0- 0- 0- 1804801- 1804801- 0- 2208000- 2400001],13.947066953646596,418.51365641155377,9.2121e+10,1.51399e-10,0,0
000440-4-3,[0- 0- 0- 4- 4- 0- 4- 0- 0- 3- 0- 0- 0],[0- 0- 0- 1804801- 1804801- 0- 2208001- 0- 0- 2400000- 0- 0- 0],[0- 0- 0- 4- 4- 0- 4- 3],[0- 0- 0- 1804801- 1804801- 0- 2208001- 2400000],11.70725178666587,357.8757693688863,9.15947e+10,1.27816e-10,0,0
101101-1-0,[1- 0- 1- 1- 0- 1- 1- 0- 0- 0- 0- 0- 0],[576000- 0- 576000- 576000- 0- 576000- 652800- 0- 0- 0- 0- 0- 0],[1- 0- 1- 1- 0- 1- 1- 0],[576000- 0- 576000- 576000- 0- 576000- 652800- 0],11.781857365688166,360.82943648580823,9.16654e+10,1.28531e-10,0,0
020002-4-2,[0- 2- 0- 0- 0- 2- 4- 0- 0- 2- 0- 0- 0],[0- 1363200- 0- 0- 0- 1363200- 2208001- 0- 0- 1766400- 0- 0- 0],[0- 2- 0- 0- 0- 2- 4- 2],[0- 1363200- 0- 0- 0- 1363200- 2208001- 1766400],16.613780632793155,508.22701169878627,2.28044e+11,7.28534e-11,0,0
022202-4-2,[0- 2- 2- 2- 0- 2- 4- 0- 0- 2- 0- 0- 0],[0- 1363200- 1363200- 1363200- 0- 1363200- 2208001- 0- 0- 1766400- 0- 0- 0],[0- 2- 2- 2- 0- 2- 4- 2],[0- 1363200- 1363200- 1363200- 0- 1363200- 2208001- 1766400],16.84203559028942,506.536570841468,2.28474e+11,7.37153e-11,0,0
001110-4-2,[0- 0- 1- 1- 1- 0- 4- 0- 0- 2- 0- 0- 0],[0- 0- 576000- 576000- 576000- 0- 2208001- 0- 0- 1766400- 0- 0- 0],[0- 0- 1- 1- 1- 0- 4- 2],[0- 0- 576000- 576000- 576000- 0- 2208001- 1766400],12.17348051112028,372.36800972622285,9.16997e+10,1.32754e-10,0,0
110101-1-0,[1- 1- 0- 1- 0- 1- 1- 0- 0- 0- 0- 0- 0],[576000- 576000- 0- 576000- 0- 576000- 652800- 0- 0- 0- 0- 0- 0],[1- 1- 0- 1- 0- 1- 1- 0],[576000- 576000- 0- 576000- 0- 576000- 652800- 0],11.691763768272722,356.9087398298291,9.16696e+10,1.27542e-10,0,0
111011-2-0,[1- 1- 1- 0- 1- 1- 2- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 0- 576000- 576000- 1478400- 0- 0- 0- 0- 0- 0],[1- 1- 1- 0- 1- 1- 2- 0],[576000- 576000- 576000- 0- 576000- 576000- 1478400- 0],11.82944774895796,362.80924787358566,9.14927e+10,1.29294e-10,0,0
330330-3-0,[3- 3- 0- 3- 3- 0- 3- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 0- 1804800- 1804800- 0- 2208000- 0- 0- 0- 0- 0- 0],[3- 3- 0- 3- 3- 0- 3- 0],[1804800- 1804800- 0- 1804800- 1804800- 0- 2208000- 0],13.50089537542142,399.38169630332493,9.28431e+10,1.45416e-10,0,0
000011-1-4,[0- 0- 0- 0- 1- 1- 1- 0- 0- 4- 0- 0- 0],[0- 0- 0- 0- 576000- 576000- 652800- 0- 0- 2400001- 0- 0- 0],[0- 0- 0- 0- 1- 1- 1- 4],[0- 0- 0- 0- 576000- 576000- 652800- 2400001],12.572765842814148,377.850860920076,9.23666e+10,1.36118e-10,0,0
200020-1-0,[2- 0- 0- 0- 2- 0- 1- 0- 0- 0- 0- 0- 0],[1363200- 0- 0- 0- 1363200- 0- 652800- 0- 0- 0- 0- 0- 0],[2- 0- 0- 0- 2- 0- 1- 0],[1363200- 0- 0- 0- 1363200- 0- 652800- 0],12.619561822475616,392.27118479555327,9.24149e+10,1.36553e-10,0,0
333030-4-3,[3- 3- 3- 0- 3- 0- 4- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 0- 2208001- 0- 0- 2400000- 0- 0- 0],[3- 3- 3- 0- 3- 0- 4- 3],[1804800- 1804800- 1804800- 0- 1804800- 0- 2208001- 2400000],12.14194038839842,361.5596851240386,9.15571e+10,1.32616e-10,0,0
444400-0-4,[4- 4- 4- 4- 0- 0- 0- 0- 0- 4- 0- 0- 0],[1804801- 1804801- 1804801- 1804801- 0- 0- 0- 0- 0- 2400001- 0- 0- 0],[4- 4- 4- 4- 0- 0- 0- 4],[1804801- 1804801- 1804801- 1804801- 0- 0- 0- 2400001],11.979896679810844,361.10031015278247,9.16718e+10,1.30682e-10,0,0
440400-1-4,[4- 4- 0- 4- 0- 0- 1- 0- 0- 4- 0- 0- 0],[1804801- 1804801- 0- 1804801- 0- 0- 652800- 0- 0- 2400001- 0- 0- 0],[4- 4- 0- 4- 0- 0- 1- 4],[1804801- 1804801- 0- 1804801- 0- 0- 652800- 2400001],12.695983752057312,389.26893987763566,9.17994e+10,1.38301e-10,0,0
222220-4-4,[2- 2- 2- 2- 2- 0- 4- 0- 0- 4- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[2- 2- 2- 2- 2- 0- 4- 4],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 2208001- 2400001],11.521846502047206,354.6009912760146,9.15413e+10,1.25865e-10,0,0
400000-2-2,[4- 0- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 0- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 0- 0- 0- 0- 2- 2],[1804801- 0- 0- 0- 0- 0- 1478400- 1766400],12.607052914611202,387.58730538521354,9.23939e+10,1.36449e-10,0,0
001011-2-0,[0- 0- 1- 0- 1- 1- 2- 0- 0- 0- 0- 0- 0],[0- 0- 576000- 0- 576000- 576000- 1478400- 0- 0- 0- 0- 0- 0],[0- 0- 1- 0- 1- 1- 2- 0],[0- 0- 576000- 0- 576000- 576000- 1478400- 0],12.212000519352346,377.1991313484699,9.11865e+10,1.33923e-10,0,0
003003-4-4,[0- 0- 3- 0- 0- 3- 4- 0- 0- 4- 0- 0- 0],[0- 0- 1804800- 0- 0- 1804800- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 0- 3- 0- 0- 3- 4- 4],[0- 0- 1804800- 0- 0- 1804800- 2208001- 2400001],22.614428888267064,692.1561030540146,3.06485e+11,7.37864e-11,0,0
222202-4-2,[2- 2- 2- 2- 0- 2- 4- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 2208001- 0- 0- 1766400- 0- 0- 0],[2- 2- 2- 2- 0- 2- 4- 2],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 2208001- 1766400],16.126222754666898,493.06346554199865,2.2862e+11,7.05372e-11,0,0
222022-4-0,[2- 2- 2- 0- 2- 2- 4- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 2208001- 0- 0- 0- 0- 0- 0],[2- 2- 2- 0- 2- 2- 4- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 2208001- 0],16.41980390620861,508.02862599167935,2.27763e+11,7.20916e-11,0,0
404440-4-0,[4- 0- 4- 4- 4- 0- 4- 0- 0- 0- 0- 0- 0],[1804801- 0- 1804801- 1804801- 1804801- 0- 2208001- 0- 0- 0- 0- 0- 0],[4- 0- 4- 4- 4- 0- 4- 0],[1804801- 0- 1804801- 1804801- 1804801- 0- 2208001- 0],12.034169564396462,364.4803072759382,9.16823e+10,1.31259e-10,0,0
333033-2-0,[3- 3- 3- 0- 3- 3- 2- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 1478400- 0- 0- 0- 0- 0- 0],[3- 3- 3- 0- 3- 3- 2- 0],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 1478400- 0],22.652081006138793,689.5473667398479,3.06496e+11,7.39066e-11,0,0
101010-4-4,[1- 0- 1- 0- 1- 0- 4- 0- 0- 4- 0- 0- 0],[576000- 0- 576000- 0- 576000- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[1- 0- 1- 0- 1- 0- 4- 4],[576000- 0- 576000- 0- 576000- 0- 2208001- 2400001],11.926448646666431,366.4828955420262,9.19077e+10,1.29766e-10,0,0
033033-4-4,[0- 3- 3- 0- 3- 3- 4- 0- 0- 4- 0- 0- 0],[0- 1804800- 1804800- 0- 1804800- 1804800- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 3- 3- 0- 3- 3- 4- 4],[0- 1804800- 1804800- 0- 1804800- 1804800- 2208001- 2400001],23.475580143273703,714.800309042637,3.06287e+11,7.66457e-11,0,0
004444-1-1,[0- 0- 4- 4- 4- 4- 1- 0- 0- 1- 0- 0- 0],[0- 0- 1804801- 1804801- 1804801- 1804801- 652800- 0- 0- 806400- 0- 0- 0],[0- 0- 4- 4- 4- 4- 1- 1],[0- 0- 1804801- 1804801- 1804801- 1804801- 652800- 806400],22.757954579221217,698.343391450131,3.06134e+11,7.43398e-11,0,0
300333-1-4,[3- 0- 0- 3- 3- 3- 1- 0- 0- 4- 0- 0- 0],[1804800- 0- 0- 1804800- 1804800- 1804800- 652800- 0- 0- 2400001- 0- 0- 0],[3- 0- 0- 3- 3- 3- 1- 4],[1804800- 0- 0- 1804800- 1804800- 1804800- 652800- 2400001],23.288795730139903,708.6113205989109,3.06419e+11,7.60031e-11,0,0
444440-3-3,[4- 4- 4- 4- 4- 0- 3- 0- 0- 3- 0- 0- 0],[1804801- 1804801- 1804801- 1804801- 1804801- 0- 2208000- 0- 0- 2400000- 0- 0- 0],[4- 4- 4- 4- 4- 0- 3- 3],[1804801- 1804801- 1804801- 1804801- 1804801- 0- 2208000- 2400000],12.65548391530548,385.8131871519587,9.1381e+10,1.38491e-10,0,0
400044-2-2,[4- 0- 0- 0- 4- 4- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 0- 0- 1804801- 1804801- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 0- 0- 4- 4- 2- 2],[1804801- 0- 0- 0- 1804801- 1804801- 1478400- 1766400],22.632309438901036,693.087374309443,3.06712e+11,7.37901e-11,0,0
440044-4-4,[4- 4- 0- 0- 4- 4- 4- 0- 0- 4- 0- 0- 0],[1804801- 1804801- 0- 0- 1804801- 1804801- 2208001- 0- 0- 2400001- 0- 0- 0],[4- 4- 0- 0- 4- 4- 4- 4],[1804801- 1804801- 0- 0- 1804801- 1804801- 2208001- 2400001],22.666934131739957,689.9165328222559,3.06013e+11,7.40718e-11,0,0
000033-2-0,[0- 0- 0- 0- 3- 3- 2- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 1804800- 1804800- 1478400- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 3- 3- 2- 0],[0- 0- 0- 0- 1804800- 1804800- 1478400- 0],24.77311401612388,749.1639120909648,3.07241e+11,8.06309e-11,0,0
220220-3-4,[2- 2- 0- 2- 2- 0- 3- 0- 0- 4- 0- 0- 0],[1363200- 1363200- 0- 1363200- 1363200- 0- 2208000- 0- 0- 2400001- 0- 0- 0],[2- 2- 0- 2- 2- 0- 3- 4],[1363200- 1363200- 0- 1363200- 1363200- 0- 2208000- 2400001],12.064961860895863,369.0508135904998,9.14232e+10,1.31968e-10,0,0
002020-4-2,[0- 0- 2- 0- 2- 0- 4- 0- 0- 2- 0- 0- 0],[0- 0- 1363200- 0- 1363200- 0- 2208001- 0- 0- 1766400- 0- 0- 0],[0- 0- 2- 0- 2- 0- 4- 2],[0- 0- 1363200- 0- 1363200- 0- 2208001- 1766400],12.42160120283351,381.3750213878416,9.19203e+10,1.35134e-10,0,0
303333-2-4,[3- 0- 3- 3- 3- 3- 2- 0- 0- 4- 0- 0- 0],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 1478400- 0- 0- 2400001- 0- 0- 0],[3- 0- 3- 3- 3- 3- 2- 4],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 1478400- 2400001],23.59841025791203,720.2007539007906,3.06204e+11,7.70676e-11,0,0
002220-4-4,[0- 0- 2- 2- 2- 0- 4- 0- 0- 4- 0- 0- 0],[0- 0- 1363200- 1363200- 1363200- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 0- 2- 2- 2- 0- 4- 4],[0- 0- 1363200- 1363200- 1363200- 0- 2208001- 2400001],11.737484479145545,355.1168200248295,9.17824e+10,1.27884e-10,0,0
022200-4-0,[0- 2- 2- 2- 0- 0- 4- 0- 0- 0- 0- 0- 0],[0- 1363200- 1363200- 1363200- 0- 0- 2208001- 0- 0- 0- 0- 0- 0],[0- 2- 2- 2- 0- 0- 4- 0],[0- 1363200- 1363200- 1363200- 0- 0- 2208001- 0],12.3467606789322,371.6932402935569,9.24156e+10,1.336e-10,0,0
404004-2-4,[4- 0- 4- 0- 0- 4- 2- 0- 0- 4- 0- 0- 0],[1804801- 0- 1804801- 0- 0- 1804801- 1478400- 0- 0- 2400001- 0- 0- 0],[4- 0- 4- 0- 0- 4- 2- 4],[1804801- 0- 1804801- 0- 0- 1804801- 1478400- 2400001],23.988142916153645,726.8683738678942,3.06154e+11,7.83532e-11,0,0
202022-4-3,[2- 0- 2- 0- 2- 2- 4- 0- 0- 3- 0- 0- 0],[1363200- 0- 1363200- 0- 1363200- 1363200- 2208001- 0- 0- 2400000- 0- 0- 0],[2- 0- 2- 0- 2- 2- 4- 3],[1363200- 0- 1363200- 0- 1363200- 1363200- 2208001- 2400000],16.471358246301836,510.0635936673217,2.28493e+11,7.20869e-11,0,0
404040-4-3,[4- 0- 4- 0- 4- 0- 4- 0- 0- 3- 0- 0- 0],[1804801- 0- 1804801- 0- 1804801- 0- 2208001- 0- 0- 2400000- 0- 0- 0],[4- 0- 4- 0- 4- 0- 4- 3],[1804801- 0- 1804801- 0- 1804801- 0- 2208001- 2400000],12.309640369561276,379.60331579048864,9.16439e+10,1.3432e-10,0,0
003303-1-0,[0- 0- 3- 3- 0- 3- 1- 0- 0- 0- 0- 0- 0],[0- 0- 1804800- 1804800- 0- 1804800- 652800- 0- 0- 0- 0- 0- 0],[0- 0- 3- 3- 0- 3- 1- 0],[0- 0- 1804800- 1804800- 0- 1804800- 652800- 0],23.81260931400215,713.8536088447767,3.06501e+11,7.76918e-11,0,0
444004-0-4,[4- 4- 4- 0- 0- 4- 0- 0- 0- 4- 0- 0- 0],[1804801- 1804801- 1804801- 0- 0- 1804801- 0- 0- 0- 2400001- 0- 0- 0],[4- 4- 4- 0- 0- 4- 0- 4],[1804801- 1804801- 1804801- 0- 0- 1804801- 0- 2400001],23.003892301485976,701.4514675658953,3.06508e+11,7.50515e-11,0,0
040404-1-4,[0- 4- 0- 4- 0- 4- 1- 0- 0- 4- 0- 0- 0],[0- 1804801- 0- 1804801- 0- 1804801- 652800- 0- 0- 2400001- 0- 0- 0],[0- 4- 0- 4- 0- 4- 1- 4],[0- 1804801- 0- 1804801- 0- 1804801- 652800- 2400001],23.016846823445704,694.6093631165113,3.06659e+11,7.50568e-11,0,0
303333-4-3,[3- 0- 3- 3- 3- 3- 4- 0- 0- 3- 0- 0- 0],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 2208001- 0- 0- 2400000- 0- 0- 0],[3- 0- 3- 3- 3- 3- 4- 3],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 2208001- 2400000],22.95094214371649,703.1230488314521,3.06675e+11,7.4838e-11,0,0
300030-2-0,[3- 0- 0- 0- 3- 0- 2- 0- 0- 0- 0- 0- 0],[1804800- 0- 0- 0- 1804800- 0- 1478400- 0- 0- 0- 0- 0- 0],[3- 0- 0- 0- 3- 0- 2- 0],[1804800- 0- 0- 0- 1804800- 0- 1478400- 0],13.23955736353208,396.2001036380411,9.2277e+10,1.43476e-10,0,0
000010-4-4,[0- 0- 0- 0- 1- 0- 4- 0- 0- 4- 0- 0- 0],[0- 0- 0- 0- 576000- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 0- 0- 0- 1- 0- 4- 4],[0- 0- 0- 0- 576000- 0- 2208001- 2400001],12.71743115515865,377.85355950227677,9.17965e+10,1.38539e-10,0,0
011111-1-0,[0- 1- 1- 1- 1- 1- 1- 0- 0- 0- 0- 0- 0],[0- 576000- 576000- 576000- 576000- 576000- 652800- 0- 0- 0- 0- 0- 0],[0- 1- 1- 1- 1- 1- 1- 0],[0- 576000- 576000- 576000- 576000- 576000- 652800- 0],11.98291825337223,366.3694433884615,9.15432e+10,1.30899e-10,0,0
101101-4-1,[1- 0- 1- 1- 0- 1- 4- 0- 0- 1- 0- 0- 0],[576000- 0- 576000- 576000- 0- 576000- 2208001- 0- 0- 806400- 0- 0- 0],[1- 0- 1- 1- 0- 1- 4- 1],[576000- 0- 576000- 576000- 0- 576000- 2208001- 806400],12.691863454604572,379.8161123058186,9.13895e+10,1.38877e-10,0,0
033000-4-4,[0- 3- 3- 0- 0- 0- 4- 0- 0- 4- 0- 0- 0],[0- 1804800- 1804800- 0- 0- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 3- 3- 0- 0- 0- 4- 4],[0- 1804800- 1804800- 0- 0- 0- 2208001- 2400001],11.641152213735369,351.90085513372634,9.14601e+10,1.27281e-10,0,0
101001-4-0,[1- 0- 1- 0- 0- 1- 4- 0- 0- 0- 0- 0- 0],[576000- 0- 576000- 0- 0- 576000- 2208001- 0- 0- 0- 0- 0- 0],[1- 0- 1- 0- 0- 1- 4- 0],[576000- 0- 576000- 0- 0- 576000- 2208001- 0],11.95452854312606,358.8891910026876,9.16808e+10,1.30393e-10,0,0
330303-4-3,[3- 3- 0- 3- 0- 3- 4- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 0- 1804800- 0- 1804800- 2208001- 0- 0- 2400000- 0- 0- 0],[3- 3- 0- 3- 0- 3- 4- 3],[1804800- 1804800- 0- 1804800- 0- 1804800- 2208001- 2400000],23.918088136909827,721.5890987269386,3.05715e+11,7.82366e-11,0,0
000011-4-4,[0- 0- 0- 0- 1- 1- 4- 0- 0- 4- 0- 0- 0],[0- 0- 0- 0- 576000- 576000- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 0- 0- 0- 1- 1- 4- 4],[0- 0- 0- 0- 576000- 576000- 2208001- 2400001],11.882768136357832,362.80190572658455,9.17322e+10,1.29538e-10,0,0
044044-2-2,[0- 4- 4- 0- 4- 4- 2- 0- 0- 2- 0- 0- 0],[0- 1804801- 1804801- 0- 1804801- 1804801- 1478400- 0- 0- 1766400- 0- 0- 0],[0- 4- 4- 0- 4- 4- 2- 2],[0- 1804801- 1804801- 0- 1804801- 1804801- 1478400- 1766400],23.46885040432667,706.24857145461,3.06084e+11,7.66745e-11,0,0
configurations,generic format,exact frequency,google pixel format,exact frequencies,phone energy,phone power,workload,energy by workload,starting cc_info,ending cc_info
200202-3-0,[2- 0- 0- 2- 0- 2- 3- 0- 0- 0- 0- 0- 0],[1363200- 0- 0- 1363200- 0- 1363200- 2208000- 0- 0- 0- 0- 0- 0],[2- 0- 0- 2- 0- 2- 3- 0],[1363200- 0- 0- 1363200- 0- 1363200- 2208000- 0],77.83680780492928,2234.884956226356,1.0901e+12,7.14034e-11,0,0
404000-2-4,[4- 0- 4- 0- 0- 0- 2- 0- 0- 4- 0- 0- 0],[1804801- 0- 1804801- 0- 0- 0- 1478400- 0- 0- 2400001- 0- 0- 0],[4- 0- 4- 0- 0- 0- 2- 4],[1804801- 0- 1804801- 0- 0- 0- 1478400- 2400001],122.50666096291806,3380.261018868437,1.37804e+12,8.88992e-11,0,0
011100-4-2,[0- 1- 1- 1- 0- 0- 4- 0- 0- 2- 0- 0- 0],[0- 576000- 576000- 576000- 0- 0- 2208001- 0- 0- 1766400- 0- 0- 0],[0- 1- 1- 1- 0- 0- 4- 2],[0- 576000- 576000- 576000- 0- 0- 2208001- 1766400],103.96618350778546,2929.1288799916665,1.39771e+12,7.43832e-11,0,0
001101-4-4,[0- 0- 1- 1- 0- 1- 4- 0- 0- 4- 0- 0- 0],[0- 0- 576000- 576000- 0- 576000- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 0- 1- 1- 0- 1- 4- 4],[0- 0- 576000- 576000- 0- 576000- 2208001- 2400001],92.1880282209293,2624.8646026124443,1.28954e+12,7.14891e-11,0,0
330003-4-0,[3- 3- 0- 0- 0- 3- 4- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 0- 0- 0- 1804800- 2208001- 0- 0- 0- 0- 0- 0],[3- 3- 0- 0- 0- 3- 4- 0],[1804800- 1804800- 0- 0- 0- 1804800- 2208001- 0],92.92711420242277,2636.5906005764136,1.21088e+12,7.67435e-11,0,0
003303-4-2,[0- 0- 3- 3- 0- 3- 4- 0- 0- 2- 0- 0- 0],[0- 0- 1804800- 1804800- 0- 1804800- 2208001- 0- 0- 1766400- 0- 0- 0],[0- 0- 3- 3- 0- 3- 4- 2],[0- 0- 1804800- 1804800- 0- 1804800- 2208001- 1766400],125.04155848675596,3436.846449957145,1.73286e+12,7.21591e-11,0,0
004444-4-2,[0- 0- 4- 4- 4- 4- 4- 0- 0- 2- 0- 0- 0],[0- 0- 1804801- 1804801- 1804801- 1804801- 2208001- 0- 0- 1766400- 0- 0- 0],[0- 0- 4- 4- 4- 4- 4- 2],[0- 0- 1804801- 1804801- 1804801- 1804801- 2208001- 1766400],119.82629157294801,3315.319693200112,1.8655e+12,6.42328e-11,0,0
111101-4-4,[1- 1- 1- 1- 0- 1- 4- 0- 0- 4- 0- 0- 0],[576000- 576000- 576000- 576000- 0- 576000- 2208001- 0- 0- 2400001- 0- 0- 0],[1- 1- 1- 1- 0- 1- 4- 4],[576000- 576000- 576000- 576000- 0- 576000- 2208001- 2400001],114.28505133157255,3184.013848480214,1.54587e+12,7.39293e-11,0,0
333030-3-4,[3- 3- 3- 0- 3- 0- 3- 0- 0- 4- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 0- 2208000- 0- 0- 2400001- 0- 0- 0],[3- 3- 3- 0- 3- 0- 3- 4],[1804800- 1804800- 1804800- 0- 1804800- 0- 2208000- 2400001],120.1917833742663,3321.194635091129,1.52917e+12,7.85994e-11,0,0
222200-1-4,[2- 2- 2- 2- 0- 0- 1- 0- 0- 4- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 0- 0- 652800- 0- 0- 2400001- 0- 0- 0],[2- 2- 2- 2- 0- 0- 1- 4],[1363200- 1363200- 1363200- 1363200- 0- 0- 652800- 2400001],100.64612093820476,2839.5161952302633,1.20984e+12,8.31896e-11,0,0
202220-3-0,[2- 0- 2- 2- 2- 0- 3- 0- 0- 0- 0- 0- 0],[1363200- 0- 1363200- 1363200- 1363200- 0- 2208000- 0- 0- 0- 0- 0- 0],[2- 0- 2- 2- 2- 0- 3- 0],[1363200- 0- 1363200- 1363200- 1363200- 0- 2208000- 0],71.50202170558403,2081.0069423420105,9.4314e+11,7.58127e-11,0,0
044040-1-1,[0- 4- 4- 0- 4- 0- 1- 0- 0- 1- 0- 0- 0],[0- 1804801- 1804801- 0- 1804801- 0- 652800- 0- 0- 806400- 0- 0- 0],[0- 4- 4- 0- 4- 0- 1- 1],[0- 1804801- 1804801- 0- 1804801- 0- 652800- 806400],38.72687444407932,1149.4224316733046,6.06377e+11,6.3866e-11,0,0
303330-3-0,[3- 0- 3- 3- 3- 0- 3- 0- 0- 0- 0- 0- 0],[1804800- 0- 1804800- 1804800- 1804800- 0- 2208000- 0- 0- 0- 0- 0- 0],[3- 0- 3- 3- 3- 0- 3- 0],[1804800- 0- 1804800- 1804800- 1804800- 0- 2208000- 0],71.99283612240207,2080.8905712283677,9.41855e+11,7.64373e-11,0,0
040404-4-1,[0- 4- 0- 4- 0- 4- 4- 0- 0- 1- 0- 0- 0],[0- 1804801- 0- 1804801- 0- 1804801- 2208001- 0- 0- 806400- 0- 0- 0],[0- 4- 0- 4- 0- 4- 4- 1],[0- 1804801- 0- 1804801- 0- 1804801- 2208001- 806400],117.91515534845138,3277.5099800137823,1.46482e+12,8.04981e-11,0,0
440000-1-4,[4- 4- 0- 0- 0- 0- 1- 0- 0- 4- 0- 0- 0],[1804801- 1804801- 0- 0- 0- 0- 652800- 0- 0- 2400001- 0- 0- 0],[4- 4- 0- 0- 0- 0- 1- 4],[1804801- 1804801- 0- 0- 0- 0- 652800- 2400001],102.49336678108808,2890.9975101894456,1.10441e+12,9.28037e-11,0,0
040440-0-0,[0- 4- 0- 4- 4- 0- 0- 0- 0- 0- 0- 0- 0],[0- 1804801- 0- 1804801- 1804801- 0- 0- 0- 0- 0- 0- 0- 0],[0- 4- 0- 4- 4- 0- 0- 0],[0- 1804801- 0- 1804801- 1804801- 0- 0- 0],25.063778450041234,761.7887252977298,1.449e+11,1.72973e-10,0,0
004444-4-3,[0- 0- 4- 4- 4- 4- 4- 0- 0- 3- 0- 0- 0],[0- 0- 1804801- 1804801- 1804801- 1804801- 2208001- 0- 0- 2400000- 0- 0- 0],[0- 0- 4- 4- 4- 4- 4- 3],[0- 0- 1804801- 1804801- 1804801- 1804801- 2208001- 2400000],122.7615979520539,3392.6711967001725,1.98813e+12,6.17473e-11,0,0
222202-4-0,[2- 2- 2- 2- 0- 2- 4- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 2208001- 0- 0- 0- 0- 0- 0],[2- 2- 2- 2- 0- 2- 4- 0],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 2208001- 0],86.72066182233588,2487.098562067552,1.34657e+12,6.44012e-11,0,0
333030-4-4,[3- 3- 3- 0- 3- 0- 4- 0- 0- 4- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[3- 3- 3- 0- 3- 0- 4- 4],[1804800- 1804800- 1804800- 0- 1804800- 0- 2208001- 2400001],129.14538752407458,3537.9219590751027,1.61917e+12,7.97602e-11,0,0
000440-3-4,[0- 0- 0- 4- 4- 0- 3- 0- 0- 4- 0- 0- 0],[0- 0- 0- 1804801- 1804801- 0- 2208000- 0- 0- 2400001- 0- 0- 0],[0- 0- 0- 4- 4- 0- 3- 4],[0- 0- 0- 1804801- 1804801- 0- 2208000- 2400001],124.75660451654159,3440.1685057440395,1.48724e+12,8.38846e-11,0,0
000440-4-3,[0- 0- 0- 4- 4- 0- 4- 0- 0- 3- 0- 0- 0],[0- 0- 0- 1804801- 1804801- 0- 2208001- 0- 0- 2400000- 0- 0- 0],[0- 0- 0- 4- 4- 0- 4- 3],[0- 0- 0- 1804801- 1804801- 0- 2208001- 2400000],119.21741632710322,3300.1704594513812,1.43844e+12,8.28797e-11,0,0
101101-1-0,[1- 0- 1- 1- 0- 1- 1- 0- 0- 0- 0- 0- 0],[576000- 0- 576000- 576000- 0- 576000- 652800- 0- 0- 0- 0- 0- 0],[1- 0- 1- 1- 0- 1- 1- 0],[576000- 0- 576000- 576000- 0- 576000- 652800- 0],31.91052928775713,954.3854996969138,4.0888e+11,7.80438e-11,0,0
020002-4-2,[0- 2- 0- 0- 0- 2- 4- 0- 0- 2- 0- 0- 0],[0- 1363200- 0- 0- 0- 1363200- 2208001- 0- 0- 1766400- 0- 0- 0],[0- 2- 0- 0- 0- 2- 4- 2],[0- 1363200- 0- 0- 0- 1363200- 2208001- 1766400],128.65770635318245,3535.793257818406,1.54304e+12,8.33794e-11,0,0
022202-4-2,[0- 2- 2- 2- 0- 2- 4- 0- 0- 2- 0- 0- 0],[0- 1363200- 1363200- 1363200- 0- 1363200- 2208001- 0- 0- 1766400- 0- 0- 0],[0- 2- 2- 2- 0- 2- 4- 2],[0- 1363200- 1363200- 1363200- 0- 1363200- 2208001- 1766400],116.05042370712209,3232.1500210794143,1.73971e+12,6.67068e-11,0,0
001110-4-2,[0- 0- 1- 1- 1- 0- 4- 0- 0- 2- 0- 0- 0],[0- 0- 576000- 576000- 576000- 0- 2208001- 0- 0- 1766400- 0- 0- 0],[0- 0- 1- 1- 1- 0- 4- 2],[0- 0- 576000- 576000- 576000- 0- 2208001- 1766400],101.6211792172444,2864.8624726291514,1.39967e+12,7.26037e-11,0,0
110101-1-0,[1- 1- 0- 1- 0- 1- 1- 0- 0- 0- 0- 0- 0],[576000- 576000- 0- 576000- 0- 576000- 652800- 0- 0- 0- 0- 0- 0],[1- 1- 0- 1- 0- 1- 1- 0],[576000- 576000- 0- 576000- 0- 576000- 652800- 0],32.33203666928246,967.7922332239835,4.08973e+11,7.90567e-11,0,0
111011-2-0,[1- 1- 1- 0- 1- 1- 2- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 0- 576000- 576000- 1478400- 0- 0- 0- 0- 0- 0],[1- 1- 1- 0- 1- 1- 2- 0],[576000- 576000- 576000- 0- 576000- 576000- 1478400- 0],44.24260424290316,1320.3123384918233,7.44182e+11,5.94513e-11,0,0
330330-3-0,[3- 3- 0- 3- 3- 0- 3- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 0- 1804800- 1804800- 0- 2208000- 0- 0- 0- 0- 0- 0],[3- 3- 0- 3- 3- 0- 3- 0],[1804800- 1804800- 0- 1804800- 1804800- 0- 2208000- 0],70.32976331809341,2044.8244236094995,9.42401e+11,7.46283e-11,0,0
000011-1-4,[0- 0- 0- 0- 1- 1- 1- 0- 0- 4- 0- 0- 0],[0- 0- 0- 0- 576000- 576000- 652800- 0- 0- 2400001- 0- 0- 0],[0- 0- 0- 0- 1- 1- 1- 4],[0- 0- 0- 0- 576000- 576000- 652800- 2400001],99.28931538832563,2802.1677511543903,1.10228e+12,9.00763e-11,0,0
200020-1-0,[2- 0- 0- 0- 2- 0- 1- 0- 0- 0- 0- 0- 0],[1363200- 0- 0- 0- 1363200- 0- 652800- 0- 0- 0- 0- 0- 0],[2- 0- 0- 0- 2- 0- 1- 0],[1363200- 0- 0- 0- 1363200- 0- 652800- 0],29.66089734140764,897.0832561463121,3.0087e+11,9.85838e-11,0,0
333030-4-3,[3- 3- 3- 0- 3- 0- 4- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 0- 2208001- 0- 0- 2400000- 0- 0- 0],[3- 3- 3- 0- 3- 0- 4- 3],[1804800- 1804800- 1804800- 0- 1804800- 0- 2208001- 2400000],129.54287677100947,3555.132983580584,1.69689e+12,7.63414e-11,0,0
444400-0-4,[4- 4- 4- 4- 0- 0- 0- 0- 0- 4- 0- 0- 0],[1804801- 1804801- 1804801- 1804801- 0- 0- 0- 0- 0- 2400001- 0- 0- 0],[4- 4- 4- 4- 0- 0- 0- 4],[1804801- 1804801- 1804801- 1804801- 0- 0- 0- 2400001],84.74100285782204,2420.1871097996896,1.00863e+12,8.40159e-11,0,0
440400-1-4,[4- 4- 0- 4- 0- 0- 1- 0- 0- 4- 0- 0- 0],[1804801- 1804801- 0- 1804801- 0- 0- 652800- 0- 0- 2400001- 0- 0- 0],[4- 4- 0- 4- 0- 0- 1- 4],[1804801- 1804801- 0- 1804801- 0- 0- 652800- 2400001],102.19309899951081,2886.427257640713,1.16697e+12,8.75713e-11,0,0
222220-4-4,[2- 2- 2- 2- 2- 0- 4- 0- 0- 4- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[2- 2- 2- 2- 2- 0- 4- 4],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 2208001- 2400001],130.87813809992477,3587.2728192185186,1.70037e+12,7.69704e-11,0,0
400000-2-2,[4- 0- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 0- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 0- 0- 0- 0- 2- 2],[1804801- 0- 0- 0- 0- 0- 1478400- 1766400],69.49036563133058,2018.0766122054733,1.09723e+12,6.33325e-11,0,0
001011-2-0,[0- 0- 1- 0- 1- 1- 2- 0- 0- 0- 0- 0- 0],[0- 0- 576000- 0- 576000- 576000- 1478400- 0- 0- 0- 0- 0- 0],[0- 0- 1- 0- 1- 1- 2- 0],[0- 0- 576000- 0- 576000- 576000- 1478400- 0],43.66913916510714,1296.4927927917279,6.31919e+11,6.91056e-11,0,0
003003-4-4,[0- 0- 3- 0- 0- 3- 4- 0- 0- 4- 0- 0- 0],[0- 0- 1804800- 0- 0- 1804800- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 0- 3- 0- 0- 3- 4- 4],[0- 0- 1804800- 0- 0- 1804800- 2208001- 2400001],122.55547459488704,3387.2965568051245,1.72846e+12,7.09044e-11,0,0
222202-4-2,[2- 2- 2- 2- 0- 2- 4- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 2208001- 0- 0- 1766400- 0- 0- 0],[2- 2- 2- 2- 0- 2- 4- 2],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 2208001- 1766400],121.970158259986,3364.8057318602846,1.87848e+12,6.49302e-11,0,0
222022-4-0,[2- 2- 2- 0- 2- 2- 4- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 2208001- 0- 0- 0- 0- 0- 0],[2- 2- 2- 0- 2- 2- 4- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 2208001- 0],88.67419445838925,2526.8700958020895,1.3378e+12,6.62836e-11,0,0
404440-4-0,[4- 0- 4- 4- 4- 0- 4- 0- 0- 0- 0- 0- 0],[1804801- 0- 1804801- 1804801- 1804801- 0- 2208001- 0- 0- 0- 0- 0- 0],[4- 0- 4- 4- 4- 0- 4- 0],[1804801- 0- 1804801- 1804801- 1804801- 0- 2208001- 0],72.44815238223472,2091.0674136009416,9.42624e+11,7.6858e-11,0,0
333033-2-0,[3- 3- 3- 0- 3- 3- 2- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 1478400- 0- 0- 0- 0- 0- 0],[3- 3- 3- 0- 3- 3- 2- 0],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 1478400- 0],76.14242489064866,2192.105869409495,1.29726e+12,5.86948e-11,0,0
101010-4-4,[1- 0- 1- 0- 1- 0- 4- 0- 0- 4- 0- 0- 0],[576000- 0- 576000- 0- 576000- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[1- 0- 1- 0- 1- 0- 4- 4],[576000- 0- 576000- 0- 576000- 0- 2208001- 2400001],129.30085989347026,3552.8501565014953,1.59942e+12,8.08423e-11,0,0
033033-4-4,[0- 3- 3- 0- 3- 3- 4- 0- 0- 4- 0- 0- 0],[0- 1804800- 1804800- 0- 1804800- 1804800- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 3- 3- 0- 3- 3- 4- 4],[0- 1804800- 1804800- 0- 1804800- 1804800- 2208001- 2400001],116.55569801996106,3236.1336112308263,1.80988e+12,6.43997e-11,0,0
004444-1-1,[0- 0- 4- 4- 4- 4- 1- 0- 0- 1- 0- 0- 0],[0- 0- 1804801- 1804801- 1804801- 1804801- 652800- 0- 0- 806400- 0- 0- 0],[0- 0- 4- 4- 4- 4- 1- 1],[0- 0- 1804801- 1804801- 1804801- 1804801- 652800- 806400],64.46624073166619,1881.6128810017933,1.11231e+12,5.79571e-11,0,0
300333-1-4,[3- 0- 0- 3- 3- 3- 1- 0- 0- 4- 0- 0- 0],[1804800- 0- 0- 1804800- 1804800- 1804800- 652800- 0- 0- 2400001- 0- 0- 0],[3- 0- 0- 3- 3- 3- 1- 4],[1804800- 0- 0- 1804800- 1804800- 1804800- 652800- 2400001],130.55303728988653,3576.88406837303,1.64943e+12,7.91504e-11,0,0
444440-3-3,[4- 4- 4- 4- 4- 0- 3- 0- 0- 3- 0- 0- 0],[1804801- 1804801- 1804801- 1804801- 1804801- 0- 2208000- 0- 0- 2400000- 0- 0- 0],[4- 4- 4- 4- 4- 0- 3- 3],[1804801- 1804801- 1804801- 1804801- 1804801- 0- 2208000- 2400000],123.56360108408052,3412.5169161150666,1.63002e+12,7.5805e-11,0,0
400044-2-2,[4- 0- 0- 0- 4- 4- 2- 0- 0- 2- 0- 0- 0],[1804801- 0- 0- 0- 1804801- 1804801- 1478400- 0- 0- 1766400- 0- 0- 0],[4- 0- 0- 0- 4- 4- 2- 2],[1804801- 0- 0- 0- 1804801- 1804801- 1478400- 1766400],95.00293379629643,2695.6897713236303,1.55866e+12,6.09517e-11,0,0
440044-4-4,[4- 4- 0- 0- 4- 4- 4- 0- 0- 4- 0- 0- 0],[1804801- 1804801- 0- 0- 1804801- 1804801- 2208001- 0- 0- 2400001- 0- 0- 0],[4- 4- 0- 0- 4- 4- 4- 4],[1804801- 1804801- 0- 0- 1804801- 1804801- 2208001- 2400001],116.55942741231047,3237.230145663417,1.81504e+12,6.42187e-11,0,0
000033-2-0,[0- 0- 0- 0- 3- 3- 2- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 1804800- 1804800- 1478400- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 3- 3- 2- 0],[0- 0- 0- 0- 1804800- 1804800- 1478400- 0],54.104840890897435,1599.9250613299319,7.88397e+11,6.86264e-11,0,0
220220-3-4,[2- 2- 0- 2- 2- 0- 3- 0- 0- 4- 0- 0- 0],[1363200- 1363200- 0- 1363200- 1363200- 0- 2208000- 0- 0- 2400001- 0- 0- 0],[2- 2- 0- 2- 2- 0- 3- 4],[1363200- 1363200- 0- 1363200- 1363200- 0- 2208000- 2400001],129.58812663928526,3556.9680384212033,1.65799e+12,7.81598e-11,0,0
002020-4-2,[0- 0- 2- 0- 2- 0- 4- 0- 0- 2- 0- 0- 0],[0- 0- 1363200- 0- 1363200- 0- 2208001- 0- 0- 1766400- 0- 0- 0],[0- 0- 2- 0- 2- 0- 4- 2],[0- 0- 1363200- 0- 1363200- 0- 2208001- 1766400],103.07348924994666,2898.770324511818,1.34828e+12,7.64481e-11,0,0
303333-2-4,[3- 0- 3- 3- 3- 3- 2- 0- 0- 4- 0- 0- 0],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 1478400- 0- 0- 2400001- 0- 0- 0],[3- 0- 3- 3- 3- 3- 2- 4],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 1478400- 2400001],126.25817571996127,3485.799110022988,1.98467e+12,6.36167e-11,0,0
002220-4-4,[0- 0- 2- 2- 2- 0- 4- 0- 0- 4- 0- 0- 0],[0- 0- 1363200- 1363200- 1363200- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 0- 2- 2- 2- 0- 4- 4],[0- 0- 1363200- 1363200- 1363200- 0- 2208001- 2400001],129.94310477762588,3562.3844066829265,1.58113e+12,8.21837e-11,0,0
022200-4-0,[0- 2- 2- 2- 0- 0- 4- 0- 0- 0- 0- 0- 0],[0- 1363200- 1363200- 1363200- 0- 0- 2208001- 0- 0- 0- 0- 0- 0],[0- 2- 2- 2- 0- 0- 4- 0],[0- 1363200- 1363200- 1363200- 0- 0- 2208001- 0],72.2049608159738,2079.732935280328,8.82117e+11,8.18542e-11,0,0
404004-2-4,[4- 0- 4- 0- 0- 4- 2- 0- 0- 4- 0- 0- 0],[1804801- 0- 1804801- 0- 0- 1804801- 1478400- 0- 0- 2400001- 0- 0- 0],[4- 0- 4- 0- 0- 4- 2- 4],[1804801- 0- 1804801- 0- 0- 1804801- 1478400- 2400001],120.95279431054139,3350.0398451903675,1.66495e+12,7.26465e-11,0,0
202022-4-3,[2- 0- 2- 0- 2- 2- 4- 0- 0- 3- 0- 0- 0],[1363200- 0- 1363200- 0- 1363200- 1363200- 2208001- 0- 0- 2400000- 0- 0- 0],[2- 0- 2- 0- 2- 2- 4- 3],[1363200- 0- 1363200- 0- 1363200- 1363200- 2208001- 2400000],119.44218790148284,3312.7018938820406,1.81745e+12,6.57197e-11,0,0
404040-4-3,[4- 0- 4- 0- 4- 0- 4- 0- 0- 3- 0- 0- 0],[1804801- 0- 1804801- 0- 1804801- 0- 2208001- 0- 0- 2400000- 0- 0- 0],[4- 0- 4- 0- 4- 0- 4- 3],[1804801- 0- 1804801- 0- 1804801- 0- 2208001- 2400000],127.04557181432335,3505.3754237871926,1.59658e+12,7.95736e-11,0,0
003303-1-0,[0- 0- 3- 3- 0- 3- 1- 0- 0- 0- 0- 0- 0],[0- 0- 1804800- 1804800- 0- 1804800- 652800- 0- 0- 0- 0- 0- 0],[0- 0- 3- 3- 0- 3- 1- 0],[0- 0- 1804800- 1804800- 0- 1804800- 652800- 0],49.980549763118695,1472.3523000249127,6.83081e+11,7.31693e-11,0,0
444004-0-4,[4- 4- 4- 0- 0- 4- 0- 0- 0- 4- 0- 0- 0],[1804801- 1804801- 1804801- 0- 0- 1804801- 0- 0- 0- 2400001- 0- 0- 0],[4- 4- 4- 0- 0- 4- 0- 4],[1804801- 1804801- 1804801- 0- 0- 1804801- 0- 2400001],117.8648030406168,3270.2431387318493,1.44859e+12,8.13652e-11,0,0
040404-1-4,[0- 4- 0- 4- 0- 4- 1- 0- 0- 4- 0- 0- 0],[0- 1804801- 0- 1804801- 0- 1804801- 652800- 0- 0- 2400001- 0- 0- 0],[0- 4- 0- 4- 0- 4- 1- 4],[0- 1804801- 0- 1804801- 0- 1804801- 652800- 2400001],125.15775603461633,3444.4802183093198,1.47227e+12,8.50101e-11,0,0
303333-4-3,[3- 0- 3- 3- 3- 3- 4- 0- 0- 3- 0- 0- 0],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 2208001- 0- 0- 2400000- 0- 0- 0],[3- 0- 3- 3- 3- 3- 4- 3],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 2208001- 2400000],123.22410203566457,3404.093723122925,1.965e+12,6.27095e-11,0,0
300030-2-0,[3- 0- 0- 0- 3- 0- 2- 0- 0- 0- 0- 0- 0],[1804800- 0- 0- 0- 1804800- 0- 1478400- 0- 0- 0- 0- 0- 0],[3- 0- 0- 0- 3- 0- 2- 0],[1804800- 0- 0- 0- 1804800- 0- 1478400- 0],40.943974221201245,1221.8811875493238,5.75531e+11,7.11412e-11,0,0
000010-4-4,[0- 0- 0- 0- 1- 0- 4- 0- 0- 4- 0- 0- 0],[0- 0- 0- 0- 576000- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 0- 0- 0- 1- 0- 4- 4],[0- 0- 0- 0- 576000- 0- 2208001- 2400001],124.49782353771671,3431.6977528379366,1.49756e+12,8.31338e-11,0,0
011111-1-0,[0- 1- 1- 1- 1- 1- 1- 0- 0- 0- 0- 0- 0],[0- 576000- 576000- 576000- 576000- 576000- 652800- 0- 0- 0- 0- 0- 0],[0- 1- 1- 1- 1- 1- 1- 0],[0- 576000- 576000- 576000- 576000- 576000- 652800- 0],33.512872368931006,1001.5650893185502,4.60083e+11,7.28409e-11,0,0
101101-4-1,[1- 0- 1- 1- 0- 1- 4- 0- 0- 1- 0- 0- 0],[576000- 0- 576000- 576000- 0- 576000- 2208001- 0- 0- 806400- 0- 0- 0],[1- 0- 1- 1- 0- 1- 4- 1],[576000- 0- 576000- 576000- 0- 576000- 2208001- 806400],94.75502718847952,2685.3589856511508,1.21935e+12,7.77095e-11,0,0
033000-4-4,[0- 3- 3- 0- 0- 0- 4- 0- 0- 4- 0- 0- 0],[0- 1804800- 1804800- 0- 0- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 3- 3- 0- 0- 0- 4- 4],[0- 1804800- 1804800- 0- 0- 0- 2208001- 2400001],124.9545418787139,3451.8981559056037,1.53579e+12,8.13617e-11,0,0
101001-4-0,[1- 0- 1- 0- 0- 1- 4- 0- 0- 0- 0- 0- 0],[576000- 0- 576000- 0- 0- 576000- 2208001- 0- 0- 0- 0- 0- 0],[1- 0- 1- 0- 0- 1- 4- 0],[576000- 0- 576000- 0- 0- 576000- 2208001- 0],70.61774785032962,2053.3443155191017,8.82944e+11,7.99799e-11,0,0
330303-4-3,[3- 3- 0- 3- 0- 3- 4- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 0- 1804800- 0- 1804800- 2208001- 0- 0- 2400000- 0- 0- 0],[3- 3- 0- 3- 0- 3- 4- 3],[1804800- 1804800- 0- 1804800- 0- 1804800- 2208001- 2400000],113.23647937398181,3161.5149228290675,1.82152e+12,6.21659e-11,0,0
000011-4-4,[0- 0- 0- 0- 1- 1- 4- 0- 0- 4- 0- 0- 0],[0- 0- 0- 0- 576000- 576000- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 0- 0- 0- 1- 1- 4- 4],[0- 0- 0- 0- 576000- 576000- 2208001- 2400001],123.94181535184126,3423.1111701147433,1.50239e+12,8.24964e-11,0,0
044044-2-2,[0- 4- 4- 0- 4- 4- 2- 0- 0- 2- 0- 0- 0],[0- 1804801- 1804801- 0- 1804801- 1804801- 1478400- 0- 0- 1766400- 0- 0- 0],[0- 4- 4- 0- 4- 4- 2- 2],[0- 1804801- 1804801- 0- 1804801- 1804801- 1478400- 1766400],105.465025423966,2963.1042104076882,1.73062e+12,6.09406e-11,0,0
configurations,generic format,exact frequency,google pixel format,exact frequencies,phone energy,phone power,workload,energy by workload,starting cc_info,ending cc_info
400004-3-3,[4- 0- 0- 0- 0- 4- 3- 0- 0- 3- 0- 0- 0],[1804801- 0- 0- 0- 0- 1804801- 2208000- 0- 0- 2400000- 0- 0- 0],[4- 0- 0- 0- 0- 4- 3- 3],[1804801- 0- 0- 0- 0- 1804801- 2208000- 2400000],119.34585957827149,3303.972496947969,1.82287e+12,6.54714e-11,0,0
010100-1-0,[0- 1- 0- 1- 0- 0- 1- 0- 0- 0- 0- 0- 0],[0- 576000- 0- 576000- 0- 0- 652800- 0- 0- 0- 0- 0- 0],[0- 1- 0- 1- 0- 0- 1- 0],[0- 576000- 0- 576000- 0- 0- 652800- 0],29.333266968338066,875.1475517737947,3.00353e+11,9.76626e-11,0,0
040444-3-4,[0- 4- 0- 4- 4- 4- 3- 0- 0- 4- 0- 0- 0],[0- 1804801- 0- 1804801- 1804801- 1804801- 2208000- 0- 0- 2400001- 0- 0- 0],[0- 4- 0- 4- 4- 4- 3- 4],[0- 1804801- 0- 1804801- 1804801- 1804801- 2208000- 2400001],116.35762591700818,3230.0603908088983,2.00908e+12,5.79159e-11,0,0
022222-1-4,[0- 2- 2- 2- 2- 2- 1- 0- 0- 4- 0- 0- 0],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 652800- 0- 0- 2400001- 0- 0- 0],[0- 2- 2- 2- 2- 2- 1- 4],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 652800- 2400001],122.50338669214179,3384.066099646713,1.62626e+12,7.53283e-11,0,0
030033-0-0,[0- 3- 0- 0- 3- 3- 0- 0- 0- 0- 0- 0- 0],[0- 1804800- 0- 0- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[0- 3- 0- 0- 3- 3- 0- 0],[0- 1804800- 0- 0- 1804800- 1804800- 0- 0],43.54520762934676,1287.4843916099676,4.71273e+11,9.23991e-11,0,0
030330-3-0,[0- 3- 0- 3- 3- 0- 3- 0- 0- 0- 0- 0- 0],[0- 1804800- 0- 1804800- 1804800- 0- 2208000- 0- 0- 0- 0- 0- 0],[0- 3- 0- 3- 3- 0- 3- 0],[0- 1804800- 0- 1804800- 1804800- 0- 2208000- 0],71.91694166089496,2082.8408780961536,8.81748e+11,8.15618e-11,0,0
303300-4-3,[3- 0- 3- 3- 0- 0- 4- 0- 0- 3- 0- 0- 0],[1804800- 0- 1804800- 1804800- 0- 0- 2208001- 0- 0- 2400000- 0- 0- 0],[3- 0- 3- 3- 0- 0- 4- 3],[1804800- 0- 1804800- 1804800- 0- 0- 2208001- 2400000],124.19427655586752,3415.3284879255525,1.62978e+12,7.62031e-11,0,0
011111-4-3,[0- 1- 1- 1- 1- 1- 4- 0- 0- 3- 0- 0- 0],[0- 576000- 576000- 576000- 576000- 576000- 2208001- 0- 0- 2400000- 0- 0- 0],[0- 1- 1- 1- 1- 1- 4- 3],[0- 576000- 576000- 576000- 576000- 576000- 2208001- 2400000],126.30338954445449,3465.129144697557,1.70958e+12,7.38798e-11,0,0
000000-2-0,[0- 0- 0- 0- 0- 0- 2- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 1478400- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 2- 0],[0- 0- 0- 0- 0- 0- 1478400- 0],39.478775306365286,1174.4294069584626,4.51334e+11,8.74713e-11,0,0
404400-3-4,[4- 0- 4- 4- 0- 0- 3- 0- 0- 4- 0- 0- 0],[1804801- 0- 1804801- 1804801- 0- 0- 2208000- 0- 0- 2400001- 0- 0- 0],[4- 0- 4- 4- 0- 0- 3- 4],[1804801- 0- 1804801- 1804801- 0- 0- 2208000- 2400001],124.51183305344212,3426.9259910291603,1.63104e+12,7.63389e-11,0,0
040044-4-2,[0- 4- 0- 0- 4- 4- 4- 0- 0- 2- 0- 0- 0],[0- 1804801- 0- 0- 1804801- 1804801- 2208001- 0- 0- 1766400- 0- 0- 0],[0- 4- 0- 0- 4- 4- 4- 2],[0- 1804801- 0- 0- 1804801- 1804801- 2208001- 1766400],123.33245871749034,3403.614309030971,1.74591e+12,7.06408e-11,0,0
000022-4-2,[0- 0- 0- 0- 2- 2- 4- 0- 0- 2- 0- 0- 0],[0- 0- 0- 0- 1363200- 1363200- 2208001- 0- 0- 1766400- 0- 0- 0],[0- 0- 0- 0- 2- 2- 4- 2],[0- 0- 0- 0- 1363200- 1363200- 2208001- 1766400],108.34083834244399,3032.335089284591,1.48379e+12,7.30163e-11,0,0
101011-1-4,[1- 0- 1- 0- 1- 1- 1- 0- 0- 4- 0- 0- 0],[576000- 0- 576000- 0- 576000- 576000- 652800- 0- 0- 2400001- 0- 0- 0],[1- 0- 1- 0- 1- 1- 1- 4],[576000- 0- 576000- 0- 576000- 576000- 652800- 2400001],102.88066448309247,2908.5660002060094,1.22409e+12,8.40467e-11,0,0
002022-3-4,[0- 0- 2- 0- 2- 2- 3- 0- 0- 4- 0- 0- 0],[0- 0- 1363200- 0- 1363200- 1363200- 2208000- 0- 0- 2400001- 0- 0- 0],[0- 0- 2- 0- 2- 2- 3- 4],[0- 0- 1363200- 0- 1363200- 1363200- 2208000- 2400001],114.15113103274744,3176.7849504761666,1.74346e+12,6.54739e-11,0,0
333303-0-0,[3- 3- 3- 3- 0- 3- 0- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 3- 0- 3- 0- 0],[1804800- 1804800- 1804800- 1804800- 0- 1804800- 0- 0],56.13882999842775,1642.8682165818245,8.01226e+11,7.00662e-11,0,0
044444-4-1,[0- 4- 4- 4- 4- 4- 4- 0- 0- 1- 0- 0- 0],[0- 1804801- 1804801- 1804801- 1804801- 1804801- 2208001- 0- 0- 806400- 0- 0- 0],[0- 4- 4- 4- 4- 4- 4- 1],[0- 1804801- 1804801- 1804801- 1804801- 1804801- 2208001- 806400],120.51289726337349,3330.605525280565,1.78152e+12,6.76461e-11,0,0
444444-2-0,[4- 4- 4- 4- 4- 4- 2- 0- 0- 0- 0- 0- 0],[1804801- 1804801- 1804801- 1804801- 1804801- 1804801- 1478400- 0- 0- 0- 0- 0- 0],[4- 4- 4- 4- 4- 4- 2- 0],[1804801- 1804801- 1804801- 1804801- 1804801- 1804801- 1478400- 0],84.01077732432012,2411.6694156324215,1.46476e+12,5.73546e-11,0,0
333330-3-0,[3- 3- 3- 3- 3- 0- 3- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 2208000- 0- 0- 0- 0- 0- 0],[3- 3- 3- 3- 3- 0- 3- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 2208000- 0],73.9788339713058,2134.2954651773557,9.97684e+11,7.41506e-11,0,0
330333-0-0,[3- 3- 0- 3- 3- 3- 0- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 0- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 3- 0- 3- 3- 3- 0- 0],[1804800- 1804800- 0- 1804800- 1804800- 1804800- 0- 0],56.12264261785375,1645.1557737741268,8.01194e+11,7.00488e-11,0,0
404000-1-4,[4- 0- 4- 0- 0- 0- 1- 0- 0- 4- 0- 0- 0],[1804801- 0- 1804801- 0- 0- 0- 652800- 0- 0- 2400001- 0- 0- 0],[4- 0- 4- 0- 0- 0- 1- 4],[1804801- 0- 1804801- 0- 0- 0- 652800- 2400001],98.87678983112122,2795.436262952959,1.10371e+12,8.95858e-11,0,0
040000-1-1,[0- 4- 0- 0- 0- 0- 1- 0- 0- 1- 0- 0- 0],[0- 1804801- 0- 0- 0- 0- 652800- 0- 0- 806400- 0- 0- 0],[0- 4- 0- 0- 0- 0- 1- 1],[0- 1804801- 0- 0- 0- 0- 652800- 806400],36.033655599018125,1082.0051467189248,4.97393e+11,7.2445e-11,0,0
202000-4-4,[2- 0- 2- 0- 0- 0- 4- 0- 0- 4- 0- 0- 0],[1363200- 0- 1363200- 0- 0- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[2- 0- 2- 0- 0- 0- 4- 4],[1363200- 0- 1363200- 0- 0- 0- 2208001- 2400001],121.3261707493522,3347.22807112222,1.58258e+12,7.66635e-11,0,0
440000-4-3,[4- 4- 0- 0- 0- 0- 4- 0- 0- 3- 0- 0- 0],[1804801- 1804801- 0- 0- 0- 0- 2208001- 0- 0- 2400000- 0- 0- 0],[4- 4- 0- 0- 0- 0- 4- 3],[1804801- 1804801- 0- 0- 0- 0- 2208001- 2400000],123.76643306931336,3411.6370065652713,1.54753e+12,7.99768e-11,0,0
044000-2-4,[0- 4- 4- 0- 0- 0- 2- 0- 0- 4- 0- 0- 0],[0- 1804801- 1804801- 0- 0- 0- 1478400- 0- 0- 2400001- 0- 0- 0],[0- 4- 4- 0- 0- 0- 2- 4],[0- 1804801- 1804801- 0- 0- 0- 1478400- 2400001],119.74647034119525,3314.4536463689888,1.35633e+12,8.82871e-11,0,0
044000-1-1,[0- 4- 4- 0- 0- 0- 1- 0- 0- 1- 0- 0- 0],[0- 1804801- 1804801- 0- 0- 0- 652800- 0- 0- 806400- 0- 0- 0],[0- 4- 4- 0- 0- 0- 1- 1],[0- 1804801- 1804801- 0- 0- 0- 652800- 806400],37.62933358062305,1124.9950582416197,5.60047e+11,6.71896e-11,0,0
222000-4-1,[2- 2- 2- 0- 0- 0- 4- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 1363200- 0- 0- 0- 2208001- 0- 0- 806400- 0- 0- 0],[2- 2- 2- 0- 0- 0- 4- 1],[1363200- 1363200- 1363200- 0- 0- 0- 2208001- 806400],91.92921607978309,2610.553903231426,1.14773e+12,8.00966e-11,0,0
111010-4-1,[1- 1- 1- 0- 1- 0- 4- 0- 0- 1- 0- 0- 0],[576000- 576000- 576000- 0- 576000- 0- 2208001- 0- 0- 806400- 0- 0- 0],[1- 1- 1- 0- 1- 0- 4- 1],[576000- 576000- 576000- 0- 576000- 0- 2208001- 806400],94.6911262455677,2682.0050051674357,1.21475e+12,7.79511e-11,0,0
000000-1-1,[0- 0- 0- 0- 0- 0- 1- 0- 0- 1- 0- 0- 0],[0- 0- 0- 0- 0- 0- 652800- 0- 0- 806400- 0- 0- 0],[0- 0- 0- 0- 0- 0- 1- 1],[0- 0- 0- 0- 0- 0- 652800- 806400],35.22852242582477,1056.7082246950774,4.46808e+11,7.88449e-11,0,0
004044-3-0,[0- 0- 4- 0- 4- 4- 3- 0- 0- 0- 0- 0- 0],[0- 0- 1804801- 0- 1804801- 1804801- 2208000- 0- 0- 0- 0- 0- 0],[0- 0- 4- 0- 4- 4- 3- 0],[0- 0- 1804801- 0- 1804801- 1804801- 2208000- 0],92.13412396487708,2615.830818373261,1.21078e+12,7.60949e-11,0,0
010110-0-4,[0- 1- 0- 1- 1- 0- 0- 0- 0- 4- 0- 0- 0],[0- 576000- 0- 576000- 576000- 0- 0- 0- 0- 2400001- 0- 0- 0],[0- 1- 0- 1- 1- 0- 0- 4],[0- 576000- 0- 576000- 576000- 0- 0- 2400001],84.29610672291535,2401.428856137876,9.49868e+11,8.87451e-11,0,0
011010-4-4,[0- 1- 1- 0- 1- 0- 4- 0- 0- 4- 0- 0- 0],[0- 576000- 576000- 0- 576000- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 1- 1- 0- 1- 0- 4- 4],[0- 576000- 576000- 0- 576000- 0- 2208001- 2400001],121.75019868110246,3359.360706124302,1.61928e+12,7.51879e-11,0,0
002200-3-4,[0- 0- 2- 2- 0- 0- 3- 0- 0- 4- 0- 0- 0],[0- 0- 1363200- 1363200- 0- 0- 2208000- 0- 0- 2400001- 0- 0- 0],[0- 0- 2- 2- 0- 0- 3- 4],[0- 0- 1363200- 1363200- 0- 0- 2208000- 2400001],124.70713800360187,3424.9092017415082,1.5396e+12,8.09997e-11,0,0
220000-4-3,[2- 2- 0- 0- 0- 0- 4- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 0- 0- 0- 0- 2208001- 0- 0- 2400000- 0- 0- 0],[2- 2- 0- 0- 0- 0- 4- 3],[1363200- 1363200- 0- 0- 0- 0- 2208001- 2400000],123.76298645550506,3411.973682969723,1.52034e+12,8.14048e-11,0,0
010011-1-0,[0- 1- 0- 0- 1- 1- 1- 0- 0- 0- 0- 0- 0],[0- 576000- 0- 0- 576000- 576000- 652800- 0- 0- 0- 0- 0- 0],[0- 1- 0- 0- 1- 1- 1- 0],[0- 576000- 0- 0- 576000- 576000- 652800- 0],31.21116548902756,936.1266698526085,3.56064e+11,8.76561e-11,0,0
110111-0-0,[1- 1- 0- 1- 1- 1- 0- 0- 0- 0- 0- 0- 0],[576000- 576000- 0- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 1- 0- 1- 1- 1- 0- 0],[576000- 576000- 0- 576000- 576000- 576000- 0- 0],27.505362716821367,828.179805876756,2.49512e+11,1.10237e-10,0,0
400444-4-1,[4- 0- 0- 4- 4- 4- 4- 0- 0- 1- 0- 0- 0],[1804801- 0- 0- 1804801- 1804801- 1804801- 2208001- 0- 0- 806400- 0- 0- 0],[4- 0- 0- 4- 4- 4- 4- 1],[1804801- 0- 0- 1804801- 1804801- 1804801- 2208001- 806400],126.61923119465733,3475.219262278411,1.651e+12,7.66924e-11,0,0
003330-3-4,[0- 0- 3- 3- 3- 0- 3- 0- 0- 4- 0- 0- 0],[0- 0- 1804800- 1804800- 1804800- 0- 2208000- 0- 0- 2400001- 0- 0- 0],[0- 0- 3- 3- 3- 0- 3- 4],[0- 0- 1804800- 1804800- 1804800- 0- 2208000- 2400001],123.52710002608386,3404.287638892944,1.61321e+12,7.65722e-11,0,0
440000-3-4,[4- 4- 0- 0- 0- 0- 3- 0- 0- 4- 0- 0- 0],[1804801- 1804801- 0- 0- 0- 0- 2208000- 0- 0- 2400001- 0- 0- 0],[4- 4- 0- 0- 0- 0- 3- 4],[1804801- 1804801- 0- 0- 0- 0- 2208000- 2400001],125.91612341912182,3456.9062331604746,1.52148e+12,8.2759e-11,0,0
222022-4-1,[2- 2- 2- 0- 2- 2- 4- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 2208001- 0- 0- 806400- 0- 0- 0],[2- 2- 2- 0- 2- 2- 4- 1],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 2208001- 806400],110.60744592261999,3092.825182305252,1.60533e+12,6.89001e-11,0,0
111000-4-0,[1- 1- 1- 0- 0- 0- 4- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 0- 0- 0- 2208001- 0- 0- 0- 0- 0- 0],[1- 1- 1- 0- 0- 0- 4- 0],[576000- 576000- 576000- 0- 0- 0- 2208001- 0],70.74909507869594,2055.1988408884035,8.80965e+11,8.03086e-11,0,0
000200-4-4,[0- 0- 0- 2- 0- 0- 4- 0- 0- 4- 0- 0- 0],[0- 0- 0- 1363200- 0- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 0- 0- 2- 0- 0- 4- 4],[0- 0- 0- 1363200- 0- 0- 2208001- 2400001],123.47585714240162,3401.699747546032,1.49131e+12,8.27969e-11,0,0
020200-4-4,[0- 2- 0- 2- 0- 0- 4- 0- 0- 4- 0- 0- 0],[0- 1363200- 0- 1363200- 0- 0- 2208001- 0- 0- 2400001- 0- 0- 0],[0- 2- 0- 2- 0- 0- 4- 4],[0- 1363200- 0- 1363200- 0- 0- 2208001- 2400001],124.28261425985075,3421.7508705062573,1.52246e+12,8.16328e-11,0,0
000440-3-3,[0- 0- 0- 4- 4- 0- 3- 0- 0- 3- 0- 0- 0],[0- 0- 0- 1804801- 1804801- 0- 2208000- 0- 0- 2400000- 0- 0- 0],[0- 0- 0- 4- 4- 0- 3- 3],[0- 0- 0- 1804801- 1804801- 0- 2208000- 2400000],124.81755387120096,3434.252583575421,1.54157e+12,8.09678e-11,0,0
000044-4-3,[0- 0- 0- 0- 4- 4- 4- 0- 0- 3- 0- 0- 0],[0- 0- 0- 0- 1804801- 1804801- 2208001- 0- 0- 2400000- 0- 0- 0],[0- 0- 0- 0- 4- 4- 4- 3],[0- 0- 0- 0- 1804801- 1804801- 2208001- 2400000],111.13966408827291,3100.99937512128,1.61544e+12,6.87984e-11,0,0
030333-4-1,[0- 3- 0- 3- 3- 3- 4- 0- 0- 1- 0- 0- 0],[0- 1804800- 0- 1804800- 1804800- 1804800- 2208001- 0- 0- 806400- 0- 0- 0],[0- 3- 0- 3- 3- 3- 4- 1],[0- 1804800- 0- 1804800- 1804800- 1804800- 2208001- 806400],115.26028194854791,3196.0721354604266,1.59421e+12,7.22993e-11,0,0
011010-1-4,[0- 1- 1- 0- 1- 0- 1- 0- 0- 4- 0- 0- 0],[0- 576000- 576000- 0- 576000- 0- 652800- 0- 0- 2400001- 0- 0- 0],[0- 1- 1- 0- 1- 0- 1- 4],[0- 576000- 576000- 0- 576000- 0- 652800- 2400001],100.32430829656778,2823.7750430680057,1.14131e+12,8.79028e-11,0,0
222022-2-0,[2- 2- 2- 0- 2- 2- 2- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 1478400- 0- 0- 0- 0- 0- 0],[2- 2- 2- 0- 2- 2- 2- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 1478400- 0],57.43697507918397,1675.4557702165607,1.09221e+12,5.25878e-11,0,0
040444-4-1,[0- 4- 0- 4- 4- 4- 4- 0- 0- 1- 0- 0- 0],[0- 1804801- 0- 1804801- 1804801- 1804801- 2208001- 0- 0- 806400- 0- 0- 0],[0- 4- 0- 4- 4- 4- 4- 1],[0- 1804801- 0- 1804801- 1804801- 1804801- 2208001- 806400],121.35756750651369,3347.723558374686,1.63746e+12,7.41133e-11,0,0
100101-4-1,[1- 0- 0- 1- 0- 1- 4- 0- 0- 1- 0- 0- 0],[576000- 0- 0- 576000- 0- 576000- 2208001- 0- 0- 806400- 0- 0- 0],[1- 0- 0- 1- 0- 1- 4- 1],[576000- 0- 0- 576000- 0- 576000- 2208001- 806400],92.22801679556146,2627.0248424609267,1.15842e+12,7.96154e-11,0,0
303330-0-0,[3- 0- 3- 3- 3- 0- 0- 0- 0- 0- 0- 0- 0],[1804800- 0- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0- 0],[3- 0- 3- 3- 3- 0- 0- 0],[1804800- 0- 1804800- 1804800- 1804800- 0- 0- 0],26.96544838392937,811.8472630161231,1.9772e+11,1.36382e-10,0,0
011110-2-4,[0- 1- 1- 1- 1- 0- 2- 0- 0- 4- 0- 0- 0],[0- 576000- 576000- 576000- 576000- 0- 1478400- 0- 0- 2400001- 0- 0- 0],[0- 1- 1- 1- 1- 0- 2- 4],[0- 576000- 576000- 576000- 576000- 0- 1478400- 2400001],126.91635378164342,3487.422901399123,1.49232e+12,8.50463e-11,0,0
010010-1-0,[0- 1- 0- 0- 1- 0- 1- 0- 0- 0- 0- 0- 0],[0- 576000- 0- 0- 576000- 0- 652800- 0- 0- 0- 0- 0- 0],[0- 1- 0- 0- 1- 0- 1- 0],[0- 576000- 0- 0- 576000- 0- 652800- 0],29.302609961404496,885.0548170843787,3.0073e+11,9.74383e-11,0,0
440000-1-1,[4- 4- 0- 0- 0- 0- 1- 0- 0- 1- 0- 0- 0],[1804801- 1804801- 0- 0- 0- 0- 652800- 0- 0- 806400- 0- 0- 0],[4- 4- 0- 0- 0- 0- 1- 1],[1804801- 1804801- 0- 0- 0- 0- 652800- 806400],36.900814035886306,1099.543547621793,5.57232e+11,6.62216e-11,0,0
300300-4-2,[3- 0- 0- 3- 0- 0- 4- 0- 0- 2- 0- 0- 0],[1804800- 0- 0- 1804800- 0- 0- 2208001- 0- 0- 1766400- 0- 0- 0],[3- 0- 0- 3- 0- 0- 4- 2],[1804800- 0- 0- 1804800- 0- 0- 2208001- 1766400],122.40550579523048,3376.8869185631847,1.41086e+12,8.67595e-11,0,0
000100-4-2,[0- 0- 0- 1- 0- 0- 4- 0- 0- 2- 0- 0- 0],[0- 0- 0- 576000- 0- 0- 2208001- 0- 0- 1766400- 0- 0- 0],[0- 0- 0- 1- 0- 0- 4- 2],[0- 0- 0- 576000- 0- 0- 2208001- 1766400],122.49843853021618,3374.7759144212678,1.35024e+12,9.07235e-11,0,0
030300-2-0,[0- 3- 0- 3- 0- 0- 2- 0- 0- 0- 0- 0- 0],[0- 1804800- 0- 1804800- 0- 0- 1478400- 0- 0- 0- 0- 0- 0],[0- 3- 0- 3- 0- 0- 2- 0],[0- 1804800- 0- 1804800- 0- 0- 1478400- 0],41.40578571466455,1233.5674878406967,5.75918e+11,7.18953e-11,0,0
000000-3-0,[0- 0- 0- 0- 0- 0- 3- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 2208000- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 3- 0],[0- 0- 0- 0- 0- 0- 2208000- 0],64.92735169556931,1889.9430513240357,6.85713e+11,9.46859e-11,0,0
100011-0-0,[1- 0- 0- 0- 1- 1- 0- 0- 0- 0- 0- 0- 0],[576000- 0- 0- 0- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 0- 0- 0- 1- 1- 0- 0],[576000- 0- 0- 0- 576000- 576000- 0- 0],25.119454799109704,762.438877271726,1.46547e+11,1.71409e-10,0,0
110011-4-2,[1- 1- 0- 0- 1- 1- 4- 0- 0- 2- 0- 0- 0],[576000- 576000- 0- 0- 576000- 576000- 2208001- 0- 0- 1766400- 0- 0- 0],[1- 1- 0- 0- 1- 1- 4- 2],[576000- 576000- 0- 0- 576000- 576000- 2208001- 1766400],125.96580715484728,3456.773557030797,1.53975e+12,8.18093e-11,0,0
444004-4-1,[4- 4- 4- 0- 0- 4- 4- 0- 0- 1- 0- 0- 0],[1804801- 1804801- 1804801- 0- 0- 1804801- 2208001- 0- 0- 806400- 0- 0- 0],[4- 4- 4- 0- 0- 4- 4- 1],[1804801- 1804801- 1804801- 0- 0- 1804801- 2208001- 806400],120.89745331007481,3342.8722629234067,1.63131e+12,7.41107e-11,0,0
100101-2-4,[1- 0- 0- 1- 0- 1- 2- 0- 0- 4- 0- 0- 0],[576000- 0- 0- 576000- 0- 576000- 1478400- 0- 0- 2400001- 0- 0- 0],[1- 0- 0- 1- 0- 1- 2- 4],[576000- 0- 0- 576000- 0- 576000- 1478400- 2400001],119.77070167747377,3314.6235597748964,1.39608e+12,8.57907e-11,0,0
400444-4-2,[4- 0- 0- 4- 4- 4- 4- 0- 0- 2- 0- 0- 0],[1804801- 0- 0- 1804801- 1804801- 1804801- 2208001- 0- 0- 1766400- 0- 0- 0],[4- 0- 0- 4- 4- 4- 4- 2],[1804801- 0- 0- 1804801- 1804801- 1804801- 2208001- 1766400],121.9724744731008,3370.5182913598082,1.90041e+12,6.41822e-11,0,0
404444-0-0,[4- 0- 4- 4- 4- 4- 0- 0- 0- 0- 0- 0- 0],[1804801- 0- 1804801- 1804801- 1804801- 1804801- 0- 0- 0- 0- 0- 0- 0],[4- 0- 4- 4- 4- 4- 0- 0],[1804801- 0- 1804801- 1804801- 1804801- 1804801- 0- 0],57.03609188920886,1672.4455435250297,7.99584e+11,7.13322e-11,0,0
010000-1-0,[0- 1- 0- 0- 0- 0- 1- 0- 0- 0- 0- 0- 0],[0- 576000- 0- 0- 0- 0- 652800- 0- 0- 0- 0- 0- 0],[0- 1- 0- 0- 0- 0- 1- 0],[0- 576000- 0- 0- 0- 0- 652800- 0],28.44545035196286,849.9716865598772,2.44997e+11,1.16105e-10,0,0
004040-4-1,[0- 0- 4- 0- 4- 0- 4- 0- 0- 1- 0- 0- 0],[0- 0- 1804801- 0- 1804801- 0- 2208001- 0- 0- 806400- 0- 0- 0],[0- 0- 4- 0- 4- 0- 4- 1],[0- 0- 1804801- 0- 1804801- 0- 2208001- 806400],89.83494186903447,2559.3146454587963,1.08924e+12,8.24749e-11,0,0
040000-2-2,[0- 4- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[0- 1804801- 0- 0- 0- 0- 1478400- 0- 0- 1766400- 0- 0- 0],[0- 4- 0- 0- 0- 0- 2- 2],[0- 1804801- 0- 0- 0- 0- 1478400- 1766400],68.1209681471965,1980.1601705048,1.10313e+12,6.17524e-11,0,0
110111-2-0,[1- 1- 0- 1- 1- 1- 2- 0- 0- 0- 0- 0- 0],[576000- 576000- 0- 576000- 576000- 576000- 1478400- 0- 0- 0- 0- 0- 0],[1- 1- 0- 1- 1- 1- 2- 0],[576000- 576000- 0- 576000- 576000- 576000- 1478400- 0],45.38116392249349,1337.2850478292821,7.41426e+11,6.12079e-11,0,0
444004-4-4,[4- 4- 4- 0- 0- 4- 4- 0- 0- 4- 0- 0- 0],[1804801- 1804801- 1804801- 0- 0- 1804801- 2208001- 0- 0- 2400001- 0- 0- 0],[4- 4- 4- 0- 0- 4- 4- 4],[1804801- 1804801- 1804801- 0- 0- 1804801- 2208001- 2400001],117.78535860894817,3264.4306445831553,2.01628e+12,5.84172e-11,0,0
400000-4-0,[4- 0- 0- 0- 0- 0- 4- 0- 0- 0- 0- 0- 0],[1804801- 0- 0- 0- 0- 0- 2208001- 0- 0- 0- 0- 0- 0],[4- 0- 0- 0- 0- 0- 4- 0],[1804801- 0- 0- 0- 0- 0- 2208001- 0],65.75187062230799,1924.0308139898107,7.57727e+11,8.67751e-11,0,0
440404-1-4,[4- 4- 0- 4- 0- 4- 1- 0- 0- 4- 0- 0- 0],[1804801- 1804801- 0- 1804801- 0- 1804801- 652800- 0- 0- 2400001- 0- 0- 0],[4- 4- 0- 4- 0- 4- 1- 4],[1804801- 1804801- 0- 1804801- 0- 1804801- 652800- 2400001],124.08754754765253,3413.4848322202406,1.65355e+12,7.50431e-11,0,0
...@@ -72,19 +72,16 @@ if search_ridge_coeff == False: ...@@ -72,19 +72,16 @@ if search_ridge_coeff == False:
search_strategy = "----" search_strategy = "----"
do_gaussian_process = True # ADDED before integrating experiment automatization do_gaussian_process = True # ADDED before integrating experiment automatization
generate_plots = True # MODIFIED before integrating experiment automatization generate_plots = True # MODIFIED before integrating experiment automatization
generate_best_configuration_file = True
compute_marginal_effect = True # MODIFIED before integrating experiment automatization compute_marginal_effect = True # MODIFIED before integrating experiment automatization
workstep = "reviewing_mariginal_interaction_plots" # "reviewing_mariginal_interaction_plots" #"looking_strange_cases" workstep = "testing_best_configuration_estimation" #"reviewing_mariginal_interaction_plots" # "reviewing_mariginal_interaction_plots" #"looking_strange_cases"
acceptable_marginal_mean_value = 0 # if not 0, the horizontal bar at the level of this value will appear in marginal graph (on the samsung). acceptable_marginal_mean_value = 0 # if not 0, the horizontal bar at the level of this value will appear in marginal graph (on the samsung).
# this can help decision maker to chose acceptable situation, before scheduling at thread on core # this can help decision maker to chose acceptable situation, before scheduling at thread on core
# or increasing socket frequency, associated with a parameter of the model. # or increasing socket frequency, associated with a parameter of the model.
import time import time
if search_ridge_coeff == False and X_format_in_model == "base_Y_N_on_socket" and phone_name == "google_pixel_4a_5g":
alpha = 0.02000000098
number_of_neighbour = 20
time.sleep(5)
automatization_summaries_folder = "/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89"
elif workstep == "looking_strange_cases" :
if workstep == "looking_strange_cases" :
print(" --- looking at strange cases") print(" --- looking at strange cases")
X_format_in_model = "base_Y" X_format_in_model = "base_Y"
automatization_summaries_folder = "/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/looking_at_strange_cases" automatization_summaries_folder = "/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/looking_at_strange_cases"
...@@ -93,16 +90,27 @@ elif workstep == "looking_strange_cases" : ...@@ -93,16 +90,27 @@ elif workstep == "looking_strange_cases" :
do_gaussian_process = True # do_gaussian_process = True #
generate_plots = True # generate_plots = True #
compute_marginal_effect = False # compute_marginal_effect = False #
elif search_ridge_coeff == False and phone_name == "google_pixel_4a_5g":
elif search_ridge_coeff == False and X_format_in_model == "base_Y" and phone_name == "google_pixel_4a_5g":
print(" --- reviewing marginal plot on google pixel")
alpha = 0.01000000099
energy_gap = 10
number_of_neighbour = 10
automatization_summaries_folder = "/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89" automatization_summaries_folder = "/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89"
if X_format_in_model == "base_Y"
print(" --- reviewing marginal plot on google pixel")
alpha = 0.01000000099
energy_gap = 10
number_of_neighbour = 10
if workstep == "testing_best_configuration_estimation":
do_gaussian_process = True #
generate_plots = True #
compute_marginal_effect = False #
elif X_format_in_model == "base_Y_N_on_socket":
alpha = 0.02000000098
number_of_neighbour = 20
time.sleep(5)
automatization_summaries_folder = "/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/GOOGLE_PIXEL_RESULTS/summary_files_only_0.89"
elif search_ridge_coeff == False and X_format_in_model == "base_Y" and phone_name == "samsung_galaxy_s8": elif search_ridge_coeff == False and X_format_in_model == "base_Y" and phone_name == "samsung_galaxy_s8":
print(" --- New tests on samsung galaxy s8") print(" --- New tests on samsung galaxy s8")
...@@ -114,6 +122,18 @@ elif search_ridge_coeff == False and X_format_in_model == "base_Y" and phone_nam ...@@ -114,6 +122,18 @@ elif search_ridge_coeff == False and X_format_in_model == "base_Y" and phone_nam
number_of_neighbour = 10 number_of_neighbour = 10
acceptable_marginal_mean_value = -2.6e+9 acceptable_marginal_mean_value = -2.6e+9
elif search_ridge_coeff == False and X_format_in_model == "base_Y_F" and phone_name == "google_pixel_4a_5g": elif search_ridge_coeff == False and X_format_in_model == "base_Y_F" and phone_name == "google_pixel_4a_5g":
print(" --- Tests on google pixel including the ones with the frequency and the governor not modified") print(" --- Tests on google pixel including the ones with the frequency and the governor not modified")
...@@ -337,6 +357,11 @@ if (generate_plots): ...@@ -337,6 +357,11 @@ if (generate_plots):
utils.write_result_in_csv_file(result_summary_csv_file_name, experiments_preprocessing_parameters) utils.write_result_in_csv_file(result_summary_csv_file_name, experiments_preprocessing_parameters)
if generate_best_configuration_file:
utils_functions_for_estimation.write_sorted_estimations_of_configurations(number_of_combinaison, gauss_process, input_format, X_format_in_model, exact_values_of_frequency,
output_file_path="/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/kernel_ridge_model/energy_efficiency_estimations.csv")
#output_file_path="/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/input_configurations_file.csv")
if compute_marginal_effect: if compute_marginal_effect:
# computing marginal effect based on formulas (7) and (8) of the paper Kernel-Based Regularized Least Squares in R (KRLS) and Stata (krls). # computing marginal effect based on formulas (7) and (8) of the paper Kernel-Based Regularized Least Squares in R (KRLS) and Stata (krls).
......
# this file is for estimation or the best configuration by the kernel ridge model
# it first generate all possible configuration with the same strategy as the file can_be_reused/generate_really_tested_configurations_for_[...].py
# secondly, based on the kernel ridge model parameter computed, it estimate the efficiency of each configurations and
# sort it
# write it in the output file.
# In the first use case of this script, we do not considere the level 4 frequency level (where the governor is not touched),
# because we whant to analyse very first experiments results.
import random
from itertools import product
import utils_functions as utils
# NOTE: to integretate the situation where the governor of the socket is not touched, frequency level can take tbe value of 4
# in this case put this variable (consider_free_frequency) to 1 before continue
consider_free_frequency = 0
# To generate only configurations where there is at least one socket with default governor
only_with_frequency_free = False
if consider_free_frequency == 1:
max_frequency_level = 4
else:
max_frequency_level = 3
# TODO In some comment this value is 3 because we used 3 frequency levels at the beginning of the project (need to modify it later!!!)
#
def convert_in_base(decimal_value, base, length = 8):
# convert a number in base 10 to its corresponding value in base Y"
#For exemple the configuration 0, 3, 3, 3, 0, 0, 0, 2
#will have the base notation 2 0 1 1 1 0 0 0 2
# return the result as a numpy array
print (" --- converting " + str(decimal_value) + " in base " + str(base))
# first
list_of_rest=[]
if (decimal_value < base):
list_of_rest.append(decimal_value)
for index in range(len(list_of_rest), length):
list_of_rest.append(0)
print (" --- result ", list(reversed(list_of_rest)))
return list(reversed(list_of_rest))
last_result = decimal_value
while last_result >= base:
print (" --- appending " + str(int(last_result) % int(base)) + " to result")
list_of_rest.append(int(last_result) % int(base))
last_result = last_result/base
print (" --- appending " + str(int(last_result)) + " to result")
list_of_rest.append(int(last_result))
for index in range(len(list_of_rest), length):
list_of_rest.append(0)
print (" --- result ", list(reversed(list_of_rest)))
return list(reversed(list_of_rest))
def convert_from_triplet_to_base_Y(triplet_of_decimal_value):
# convert a triplet of decimal numbers from decimal base to base 3, 2 and 4 respectively "
# return a list of concatenated arrays, each array is the representation of decimal number in the bases listed above
# For exemple the triplet (3, 4, 3)
# the input array will have the base notation (( 3 in base max_frequency_level on one bits), (4 in base 2 on six bits )(3 in base max_frequency_level+1 on tow bits))
# this function will just return an array
print (" --- converting " + repr(triplet_of_decimal_value) + " to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits)")
result_1 = convert_in_base(triplet_of_decimal_value[0], max_frequency_level, 1)
result_2 = convert_in_base(triplet_of_decimal_value[1], 2, 6)
result_3 = convert_in_base(triplet_of_decimal_value[2], max_frequency_level+1, 2)
result = result_1 + result_2 + result_3
print (" --- Result = ", result)
return result
def convert_from_base_Y_to_configuration_notation(array_in_base_Y):
# convert a base Y notation to the configuration notation
# this code will check the value of the first element of the array and apply the corresponding frequency level on next sixth element of the array given as parameter
print (" --- Converting base Y number " + repr(array_in_base_Y) + " to configuration notation" )
frequency_level = array_in_base_Y[0] + 1
result = []
for index in range(1, 7):
if array_in_base_Y[index] == 1:
result.append(frequency_level)
else:
result.append(0)
for index in range(7, len(array_in_base_Y)):
result.append(array_in_base_Y[index])
print (" --- Result = ", result)
return result
def convert_from_configuration_to_base_Y(configuration):
# convert a configuration to base Y
# return the result as a numpy array
# getting the frequency level (the first not nul value in the six first numbers of configurations)
# (other not nul values in the six first numbers of the configuration should be the same)
print (" --- Converting " + repr(configuration) + " in base Y array notation" )
result = []
result.append(0)
frequency_level = 0
for index in range(0, 6):
if configuration[index] != 0 :
frequency_level = configuration[index]
result.append(1)
else:
result.append(0)
if frequency_level == 0:
result[0] = 0
else :
result[0] = frequency_level - 1
for index in range(6, len(configuration)):
result.append(configuration[index])
print (" --- Result = ", result)
return result
def convert_array_from_base(array_of_values, base):
# convert a number in base "base" to its corresponding value in base 10
# return the result as a numpy array
print (" --- Converting array " + repr(array_of_values) + " from base " + str(base) + " to decimal" )
result = 0
for index in range(0, len(array_of_values)):
j = len(array_of_values) - 1 - index
result = result + array_of_values[j] * ( base ** index )
print (" --- result ", result)
return result
def convert_from_base_Y_to_triplet(array_in_base_Y):
# convert a base Y notation ( base 3, 2 and 4 respectively) to triplet triplet of decimal numbers "
# the input value is a list of concatenated arrays, each array is the representation of decimal number in the bases listed above
# it will have the base notation (( 3 in base 3 on one bits), (4 in base 2 on six bits )(3 in base 4 on tow bits))
# will return the triplet (3, 4, 3)
# this function will just return an array
print (" --- Converting array " + repr(array_in_base_Y) + " from base Y to triplet" )
result_1 = convert_array_from_base([array_in_base_Y[0]], max_frequency_level)
result_2 = convert_array_from_base(array_in_base_Y[1:6], 2)
result_3 = convert_array_from_base(array_in_base_Y[7:8], max_frequency_level+1)
result = [result_1, result_2, result_3 ]
print (" --- Result " + repr(result) )
return result
def convert_from_configuration_to_tripet(configuration):
return convert_from_base_Y_to_triplet(convert_from_configuration_to_base_Y(configuration))
def convert_from_triplet_to_configuration(triplet):
return convert_from_base_Y_to_configuration_notation(convert_from_triplet_to_base_Y(triplet))
def substract_already_tested_configuration (configurations_input_file, configuration_to_subtract, configuration_output_file):
## This function substract some configurations from a list of configurations.
# The configurations passed as input are the one generated by function above
# The configuration to substract are the one already tested
# They are readed by these function in a summary file generated by the automatization script
# As a result we should have a list of configuration with the same format as the list passed as input.
print("--- Raeding the configuration to subtract file ")
list_of_configuration_to_substract=[]
file_to_subtract = open(configuration_to_subtract, 'r')
header=1
while True:
line = file_to_subtract.readline()
if not line:
break
datas_in_line = line.split(",")
configuration_as_string=datas_in_line[0]
if(header == 0):
print("--- Reading next configuration to substract", configuration_as_string)
list_of_configuration_to_substract.append(configuration_as_string)
if (header == 1):
header=0
file_to_subtract.close()
print("--- Writing the configuration output file ")
with open(configuration_output_file,'w') as file:
file.write("configurations,google pixel format\n")
input_file = open(configurations_input_file, 'r')
header=1
while True:
line = input_file.readline()
if not line:
break
if(header == 1):
header=0
continue
datas_in_line = line.split(",")
current_configuration_as_string=datas_in_line[0]
print ("--- Testing this configuration ", current_configuration_as_string)
if (current_configuration_as_string in list_of_configuration_to_substract ):
print("--- We don't add this configuration ",current_configuration_as_string)
else:
print ("--- We add this configuration")
file.write(line)
input_file.close()
def get_configurations_from_summary_file(summary_file_path):
print (" --- Getting data from file ", summary_file_path)
result = []
summary_file = open(summary_file_path, 'r')
header=1
while True:
line = summary_file.readline()
if not line:
break
if(header == 1):
header=0
continue
print("--- Reading the line :", line)
line_data = line.split(",")
current_configuration = line_data[3]
current_configuration = (current_configuration[1:-1]).replace(" ", "").split("-")
print ("arrays of value as string : ", current_configuration)
X_line = [int(numeric_string) for numeric_string in current_configuration]
print("resulted X configuration : ", X_line)
result.append(X_line)
return result
import os
def get_configurations_from_summary_folder( summary_folder_path ):
total_result_list = []
list_of_files = {}
print (" --- Getting data from folder ", summary_folder_path)
for (dirpath, dirnames, filenames) in os.walk(summary_folder_path):
for filename in filenames:
#if filename.endswith('.html'):
#list_of_files[filename] = os.sep.join([dirpath, filename])
current_result_list = get_configurations_from_summary_file(os.sep.join([dirpath, filename]))
total_result_list = total_result_list + current_result_list
return total_result_list
import itertools
import numpy as np
def array_in_list_of_array(val, list_of_array):
place = 0
for curr in list_of_array:
if (np.array_equal(curr, val)):
return place
place = place + 1
return -1
def four_is_in_configuration(i):
configuration_as_array = convert_from_triplet_to_configuration(i)
for i in configuration_as_array:
if i == 4:
return True
return False
def convert_configuration_to_suitable_format_for_estimation(configuration, input_format, X_format_in_model, exact_values_of_frequency):
result = []
if (input_format == "google_pixel_4a_5g_format"): # or can be"samsung_galaxy_s8_format", or "generic"
if (not exact_values_of_frequency):
if(X_format_in_model == "base_Y"):
# In the case where we cannot longer set different values of frequencies to core on the same socket;
# variables are no longer independant,
# So we introduce another notation factorizing the not nul frequency level to the first newly introduced position
result = utils.convert_from_configuration_to_base_Y(configuration)
continue
elif (X_format_in_model == "base_Y_N_on_socket"):
result = utils.convert_from_configuration_to_base_Y_N_on_socket(configuration)
continue
elif(X_format_in_model == "base_Y_F"):
# More than Base_Y, foreach socket another variable has been introduced concerning the fact that the frequency of the socket is modify or no
result = utils.convert_from_configuration_to_base_Y_F(configuration)
continue
elif(X_format_in_model == "base_Y_F_N_on_socket"):
# More than Base_Y, foreach socket another variable has been introduced concerning the fact that the frequency of the socket is modify or no
result = utils.convert_from_configuration_to_base_Y_F_N_on_socket(configuration)
elif (input_format == "samsung_galaxy_s8_format"):
if (not exact_values_of_frequency):
if(X_format_in_model == "base_Y"):
# In the case where we cannot longer set different values of frequencies to core on the same socket;
# variables are no longer independant,
# So we introduce another notation factorizing the not nul frequency level to the first newly introduced position
result = utils.convert_from_configuration_to_base_Y(configuration, configuration_format)
#print("--- Special case : resulted X configuration in base Y format: ", X_line)
elif (X_format_in_model == "base_Y_N_on_socket"):
result = utils.convert_from_configuration_to_base_Y_N_on_socket(configuration, configuration_format)
return result
def write_sorted_estimations_of_configurations(number_of_combinaison, gauss_process, input_format, X_format_in_model, exact_values_of_frequency
output_file_path, number_of_combinaison = 40):
# This function does what this file is suppose to do, please refer to the first lines of this file.
special_cases_as_triplets = list(product( range(0, max_frequency_level), [0], range(0, (max_frequency_level + 1)**2) )) # See Notation SPACIAL CASE in the introduction comment of the file
all_combinaisons_as_triplets = list(product( range(0, max_frequency_level), range(0, 2**6), range(0, (max_frequency_level + 1)**2) ))
configurations_candidates_as_triplet = []
print("--- Number of possible combinations ", len(all_combinaisons_as_triplets))
for i in all_combinaisons_as_triplets:
if (only_with_frequency_free and four_is_in_configuration(i)):
print("--- Four is in configuration : ", i)
print("--- array format : ", convert_from_triplet_to_configuration(i))
if (array_in_list_of_array (i, special_cases_as_triplets) !=-1 ): # in this configuration the little socket has all cores off 0, it can be [M, 0, N]
# if it representant, the configuration [0,0, N] as triplet is not tested as triplet is not tested or considered as candidate we add it
if ( array_in_list_of_array( [0, 0, i[2]], configurations_already_tested_as_triplet) == -1 \
and array_in_list_of_array( [0, 0, i[2]], configurations_candidates_as_triplet) == -1 ):
configurations_candidates_as_triplet.append([0, 0, i[2]])
print("--- Considering a new special case configuration: ", [i[0], 0, i[2]])
print("--- Adding the representant: ", [0, 0, i[2]])
else:
print("--- Considering a new special case configuration: ", [i[0], 0, i[2]])
print("--- The representant already tested or added in candidates: ", [0, 0, i[2]])
else :
print (" --- We are not in the presence of a special case, we add configuration :", i)
configurations_candidates_as_triplet.append(i)
else :
print("--- Four is NOT in configuration : ", i)
print("--- array format : ", convert_from_triplet_to_configuration(i))
if (array_in_list_of_array (i, special_cases_as_triplets) !=-1 ): # in this configuration the little socket has all cores off 0, it can be [M, 0, N]
# if it representant, the configuration [0,0, N] as triplet is not tested as triplet is not tested or considered as candidate we add it
if ( array_in_list_of_array( [0, 0, i[2]], configurations_already_tested_as_triplet) == -1 \
and array_in_list_of_array( [0, 0, i[2]], configurations_candidates_as_triplet) == -1 ):
configurations_candidates_as_triplet.append([0, 0, i[2]])
print("--- Considering a new special case configuration: ", [i[0], 0, i[2]])
print("--- Adding the representant: ", [0, 0, i[2]])
else:
print("--- Considering a new special case configuration: ", [i[0], 0, i[2]])
print("--- The representant already tested or added in candidates: ", [0, 0, i[2]])
else :
print (" --- We are not in the presence of a special case, we add configuration :", i)
configurations_candidates_as_triplet.append(i)
print("--- Number of configuration candidates ", len(configurations_candidates_as_triplet))
#configurations_candidates_as_triplet_retained = random.sample(configurations_candidates_as_triplet,)
configuration__google_pixel_format__model_format__efficiency=[]
for decimal_triplet_retained in configurations_candidates_as_triplet:
combination = convert_from_triplet_to_configuration(decimal_triplet_retained)
list_of_retained_configurations.append(combination)
combination_for_estimation = convert_configuration_to_suitable_format_for_estimation(combination, input_format, X_format_in_model, exact_values_of_frequency )
predicted_y_as_array = gauss_process.predict(np.asarray([combination_for_estimation]))
configuration_google_pixel_format__model_format__efficiency.append([combination, combination_for_estimation, predicted_y_as_array[0])
sorted_configuration_google_pixel_format__model_format__efficiency = sorted(position_energy_array, key=lambda kv: kv[2], reverse=True) # with original indexes like [ (12, dist_1), (0, dist_2), (4, dist_3).. ]
number_of_configuration_written = 0
with open(output_file_path,'w') as file:
file.write("configurations,google pixel format, model format, energy_efficiency estimated\n")
for raw_result in sorted_configuration_google_pixel_format__model_format__efficiency:
retained_combination = raw_result[0]
print ("--- Retained value to add in file: " + str(retained_combination) + ", indice : ", decimal_triplet_retained)
user_friendly=str(retained_combination)[1:-1].replace(" ", "")
user_friendly = user_friendly[:11] + '-' + user_friendly[11+1:]
user_friendly = user_friendly[:13] + '-' + user_friendly[13+1:]
user_friendly = str(user_friendly).replace(",", "")
string_to_write= user_friendly + "," + str(raw_result[0]).replace(",", "-") + ","
+ str(raw_result[1]).replace(",", "-") + "," str(raw_result[2])
file.write(string_to_write)
file.write('\n')
number_of_configuration_written = number_of_configuration_written +1
if number_of_configuration_written > number_of_combinaison:
break
print("--- Number of configurations written = ", number_of_combinaison)
print("--- Outpuf file = ", output_file_path)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment