diff --git a/connect_to_Mr_Tu b/connect_to_Mr_Tu index 6b75df9e176cc16da9ea8a82a4ad39b7cac57783..d676f5725b54b3e73bf414a479c904b831f85e2e 100755 --- a/connect_to_Mr_Tu +++ b/connect_to_Mr_Tu @@ -964,25 +964,19 @@ Serge, Mirelle et Audrey RGONNAUD, Je prévois lancer les expés lundi, je ne pouvais pas le faire aujourd'hui car je ne suis pas allé au labo. Je prévois aussi continuer avec la prise en compte des résultats des expés dans le modèle. - 0 - finir le script --- - 1- décharger le téléphone --- - 2- implementer la prise en compte de la config dans le modèle - 3- classer les anciens resultat (summary_only*2 + dossier resultats) - 4- en copier pour la correction des summary files. - 5 -enlever les summary_file only inutiles, et lancer les tests - + J'ai du enlever l'éteignage automatique de l'écran en installant l'application "no_screen_off" -Quick experiment (cc_info value is constant 6308000) +Quick experiment (cc_info value is constant 6308000 and 6308000) idle time inst current samples consumed Energy avg power avg current avg voltage Exp Batt Life 600.75 60.36 3003768 11132.24 339.72 66.71 5.10 14.99 - +cc_ 1-0 604.03 170.04 3020169 29802.83 889.55 177.62 5.01 5.63 @@ -1005,3 +999,80 @@ hmark_thread_: Real workload: 1.1810035755377695E11 - Integer reached: 144080 - 08-29 19:46:29.859 29029 29227 V Benchmark_thread_: Cc_info at the beginning: 6308000 mAh 08-29 19:46:29.859 29029 29227 V Benchmark_thread_: Cc_info at the end: 6308000 mAh 08-29 19:46:29.859 29029 29227 V Benchmark_thread_: Cc_info variation: 0.0 mAh + + + + +Salut Vlad, comme compte rendu d'aujourd'hui, +1- J'ai implémenté la prise en compte dans le modèle du format des configuration du samsung galaxy s8 +2- Concernant les expés, + En voulant décharger le téléphone pour qu'il atteigne 50, je me suis rendu compte que le hv_charger_set mis à 0 + faisait en sorte que le fichier cc_info n'augmente jamais et donc que les application utilisent prioritairement l'alimentation. + Finalement, lorsque la battérie du téléphone est à 100, je set ce fichier hv_charger_set à 0 et je lance les expés. + + Mais je considère toujours le cc_info dans le calcul de l'énergie, + ce calcul me semble beaucoup plus fiable et conforme aux résultats avec le google pixel, car j'ai refait quelque test pour m'en assurer [1]. + + J'ai aussi du enlever l'éteignage automatique de l'écran en installant l'application "no_screen_off" +3- j'ai donc démarré les expés sur 40 configurations pour cette nuit. + +Je prévois dans la suite re-exécuter les configurations que nous avions fait manuellement avec le samsung. +je dois générer manuellement le fichier input des configurations. + +Bonne soirée Vlad. + + +[1] energie consommée durant les test refaits avec les configurations "idle", 0-1 et 1-0 sur le samsung https://gitlab.liris.cnrs.fr/plwapet/power_tool_results/-/blob/main/samsung_galaxy_s8/Samsung_Gal_S8_energy_consumed_according_to_cpu_with_cc_info_variations.png + + + + 0 - finir le script --- + 1- décharger le téléphone --- + 2- implementer la prise en compte de la config dans le modèle + 3- classer les anciens resultat (summary_only*2 + dossier resultats) + 4- en copier pour la correction des summary files. + 5 -enlever les summary_file only inutiles, et lancer les tests + + + + Salut Vlad comme compte rendu d'aujourd'hui, + 1- Avant la réunion je continuais d'investiguer sur les erreurs liées à la mesure de l'énergie et à l'automatisation du script en général + 2- Après la réunions j'ai essayé de formaliser le calcul présenté en réunion, + c'est à dire que + Energie_du_powermeter_avec_cc_info_static = Energie_du_powermeter_avec_cc_info_variable - k * delta_cc_info + => k = (Energie_du_powermeter_avec_cc_info_variable-Energie_du_powermeter_avec_cc_info_static)/delta_cc_info + + En se basant sur les résultats issus des configurations idles, 1-0 et 0-1, + je me suis rendu compte que la valeur de k n'est pas constant + + Déjà que dans un des cas, on a à la fois + Energie_du_powermeter_avec_cc_info_variable > Energie_du_powermeter_avec_cc_info_static + mais delta_cc_info négatif (cc_info a diminiué) ce qui paraît bizarre, + + Je prévois faire les expés et ne pas considérer dans le modèle les expés où le cc_info a varié. + + + 3- J'ai aussi corrigé le bug qui bloquait l'exécution des expés lorsque la batterie était à 99% + 4- J'ai démarré les test de 40 expés pour demain. + + + + Salut Vlad comme compte rendu d'aujourd'hui. + 1- les expés que j'ai démarré hier se sont dans l'ensemble bien déroulés. + 2- Dans le code d'automatisation + -C'est juste l'énergie du powermeter qui est considéré + - la colonne du cc_info a été rajoutée, pour que le modèle puisse la prendre en compte. + 3- En générant les configurations à tester + - si la configuration a été expérimentée et que le cc_info a varier, il est possible qu'elle soit retestée + 4- Le code du modèle ne considère pas le cc_info dont l'input a varié + 5 - Enfin j'ai corrigé l'erreur des configurations au format générique + qui était contenue dans les summary files du google pixel + et j'ai rajouté la colonne cc_info pour l'uniformisation des datas. + +J'ai démarré 50 expés pour cette nuit, +et demain je prévois faire les expés clés du samsung +et commencer avec la recherche de la bonne valeur de R + +Bonne soirée Vlad + + \ No newline at end of file diff --git a/experiment_automatization/can_be_reused/generate_really_tested_configurations_for_samsung.py b/experiment_automatization/can_be_reused/generate_really_tested_configurations_for_samsung.py index 83698a1c01f313f3927d656ca970bbbda0415c36..b4c1e234556eae9f74a140cd840fb4e65983ac06 100755 --- a/experiment_automatization/can_be_reused/generate_really_tested_configurations_for_samsung.py +++ b/experiment_automatization/can_be_reused/generate_really_tested_configurations_for_samsung.py @@ -293,6 +293,13 @@ def get_configurations_from_summary_file(summary_file_path): continue print("--- Reading the line :", line) line_data = line.split(",") + if len(line_data) >= 11: + # when the cc_info varied during experiments we give another chance to the configuration to be tested, we don't consider it + # we only consider configurations where cc_info_did not varied + starting_cc_info = int(line_data[9]) + ending_cc_info = int(line_data[10]) + if (ending_cc_info - starting_cc_info != 0): + continue current_configuration = line_data[3] current_configuration = (current_configuration[1:-1]).replace(" ", "").split("-") print ("arrays of value as string : ", current_configuration) @@ -407,7 +414,7 @@ def substract_already_tested_configurations (number_of_combinaison = 40, print("--- Outpuf file = ", output_file_path) -number_of_combinaison = 70 +number_of_combinaison = 50 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", diff --git a/experiment_automatization/can_be_reused/generator_log_file.txt b/experiment_automatization/can_be_reused/generator_log_file.txt index f089682e1b948fccd79b3be6755608f3752d323a..892282011eaed0c1efd44f9c389c3e38abda61a3 100755 --- a/experiment_automatization/can_be_reused/generator_log_file.txt +++ b/experiment_automatization/can_be_reused/generator_log_file.txt @@ -1,14057 +1,3264 @@ python call is find - --- Getting data from folder /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/summary_files_only - --- Getting data from file /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/summary_files_only/summary_fifth_experiments_02Aug22_05_37_44_with_configuration_really_tested.csv ---- Reading the line : 101111-1-0,[1- 0- 1- 1- 1- 1- 1- 0- 0- 0- 0- 0- 0],[576000- 0- 576000- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 1- 1- 1- 1- 0],[576000- 0- 576000- 576000- 576000- 576000- 652800- 0],35.536402216432755,1070.0763736815293,3.84859e+11,9.23362e-11 - -arrays of value as string : ['1', '0', '1', '1', '1', '1', '1', '0'] -resulted X configuration : [1, 0, 1, 1, 1, 1, 1, 0] ---- Reading the line : 011001-0-3,[0- 1- 1- 0- 0- 1- 0- 0- 0- 3- 0- 0- 0],[0- 576000- 576000- 0- 0- 576000- 0- 0- 0- 2400000- 0- 0- 0],[0- 1- 1- 0- 0- 1- 0- 3],[0- 576000- 576000- 0- 0- 576000- 0- 2400000],64.71129799002061,1877.8566195542908,7.29387e+11,8.87201e-11 - -arrays of value as string : ['0', '1', '1', '0', '0', '1', '0', '3'] -resulted X configuration : [0, 1, 1, 0, 0, 1, 0, 3] ---- Reading the line : 110111-0-1,[1- 1- 0- 1- 1- 1- 0- 0- 0- 1- 0- 0- 0],[576000- 576000- 0- 576000- 576000- 576000- 0- 0- 0- 806400- 0- 0- 0],[1- 1- 0- 1- 1- 1- 0- 1],[576000- 576000- 0- 576000- 576000- 576000- 0- 806400],36.734913097035495,1114.1655793359157,4.34762e+11,8.44943e-11 - -arrays of value as string : ['1', '1', '0', '1', '1', '1', '0', '1'] -resulted X configuration : [1, 1, 0, 1, 1, 1, 0, 1] ---- Reading the line : 101110-1-0,[1- 0- 1- 1- 1- 0- 1- 0- 0- 0- 0- 0- 0],[576000- 0- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 1- 1- 0- 1- 0],[576000- 0- 576000- 576000- 576000- 0- 652800- 0],30.700472577378978,933.3315457765137,3.41257e+11,8.99629e-11 - -arrays of value as string : ['1', '0', '1', '1', '1', '0', '1', '0'] -resulted X configuration : [1, 0, 1, 1, 1, 0, 1, 0] ---- Reading the line : 111101-0-0,[1- 1- 1- 1- 0- 1- 0- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 1- 1- 1- 0- 1- 0- 0],[576000- 576000- 576000- 576000- 0- 576000- 0- 0],26.767238609212782,810.8801810656187,2.07301e+11,1.29123e-10 - -arrays of value as string : ['1', '1', '1', '1', '0', '1', '0', '0'] -resulted X configuration : [1, 1, 1, 1, 0, 1, 0, 0] ---- Reading the line : 111110-1-2,[1- 1- 1- 1- 1- 0- 1- 0- 0- 2- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 0- 0- 0- 0- 1766400- 0- 0- 0],[1- 1- 1- 1- 1- 0- 1- 2],[576000- 576000- 576000- 576000- 576000- 0- 652800- 1766400],63.44082042960884,1850.6296824437156,8.89103e+11,7.13537e-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '0', '1', '2'] -resulted X configuration : [1, 1, 1, 1, 1, 0, 1, 2] ---- Reading the line : 303303-0-1,[3- 0- 3- 3- 0- 3- 0- 0- 0- 1- 0- 0- 0],[1804800- 0- 1804800- 1804800- 0- 1804800- 0- 0- 0- 806400- 0- 0- 0],[3- 0- 3- 3- 0- 3- 0- 1],[1804800- 0- 1804800- 1804800- 0- 1804800- 0- 806400],58.54108121624596,1726.6063277270882,7.51419e+11,7.79074e-11 - -arrays of value as string : ['3', '0', '3', '3', '0', '3', '0', '1'] -resulted X configuration : [3, 0, 3, 3, 0, 3, 0, 1] ---- Reading the line : 222222-3-3,[2- 2- 2- 2- 2- 2- 3- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 2- 2- 2- 3- 3],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 2208000- 2400000],97.28797445994333,2734.713777209826,1.46637e+12,6.63461e-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '3', '3'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 3, 3] ---- Reading the line : 333333-3-2,[3- 3- 3- 3- 3- 3- 3- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 3- 3- 3- 3- 3- 2],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 2208000- 1766400],85.51534231485796,2442.94627330463,1.35642e+12,6.30449e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '3', '2'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 3, 2] ---- Reading the line : 202222-3-3,[2- 0- 2- 2- 2- 2- 3- 0- 0- 3- 0- 0- 0],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 0- 2- 2- 2- 2- 3- 3],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 2208000- 2400000],84.49044180099274,2410.3510734465012,1.27609e+12,6.62104e-11 - -arrays of value as string : ['2', '0', '2', '2', '2', '2', '3', '3'] -resulted X configuration : [2, 0, 2, 2, 2, 2, 3, 3] ---- Reading the line : 101101-2-2,[1- 0- 1- 1- 0- 1- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 576000- 576000- 0- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 0- 1- 1- 0- 1- 2- 2],[576000- 0- 576000- 576000- 0- 576000- 1478400- 1766400],75.19043109374802,2166.3009414858093,1.06719e+12,7.04565e-11 - -arrays of value as string : ['1', '0', '1', '1', '0', '1', '2', '2'] -resulted X configuration : [1, 0, 1, 1, 0, 1, 2, 2] ---- Reading the line : 003330-3-2,[0- 0- 3- 3- 3- 0- 3- 0- 0- 2- 0- 0- 0],[0- 0- 1804800- 1804800- 1804800- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 0- 3- 3- 3- 0- 3- 2],[0- 0- 1804800- 1804800- 1804800- 0- 2208000- 1766400],75.87039020058079,2180.995022492055,1.03976e+12,7.29691e-11 - -arrays of value as string : ['0', '0', '3', '3', '3', '0', '3', '2'] -resulted X configuration : [0, 0, 3, 3, 3, 0, 3, 2] ---- Reading the line : 220202-3-2,[2- 2- 0- 2- 0- 2- 3- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 0- 1363200- 0- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 0- 2- 0- 2- 3- 2],[1363200- 1363200- 0- 1363200- 0- 1363200- 2208000- 1766400],88.45960297015073,2519.9607643853983,1.32176e+12,6.69256e-11 - -arrays of value as string : ['2', '2', '0', '2', '0', '2', '3', '2'] -resulted X configuration : [2, 2, 0, 2, 0, 2, 3, 2] ---- Reading the line : 202220-2-3,[2- 0- 2- 2- 2- 0- 2- 0- 0- 3- 0- 0- 0],[1363200- 0- 1363200- 1363200- 1363200- 0- 0- 0- 0- 2400000- 0- 0- 0],[2- 0- 2- 2- 2- 0- 2- 3],[1363200- 0- 1363200- 1363200- 1363200- 0- 1478400- 2400000],77.17119209715501,2198.557581807831,1.07301e+12,7.19203e-11 - -arrays of value as string : ['2', '0', '2', '2', '2', '0', '2', '3'] -resulted X configuration : [2, 0, 2, 2, 2, 0, 2, 3] ---- Reading the line : 333030-0-2,[3- 3- 3- 0- 3- 0- 0- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 0- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 3- 0- 3- 0- 0- 2],[1804800- 1804800- 1804800- 0- 1804800- 0- 0- 1766400],55.19798222953497,1613.7206259144855,6.601e+11,8.36206e-11 - -arrays of value as string : ['3', '3', '3', '0', '3', '0', '0', '2'] -resulted X configuration : [3, 3, 3, 0, 3, 0, 0, 2] ---- Reading the line : 303330-3-0,[3- 0- 3- 3- 3- 0- 3- 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- 3- 0],[1804800- 0- 1804800- 1804800- 1804800- 0- 2208000- 0],52.15820338037457,1515.5614069534859,6.47919e+11,8.05011e-11 - -arrays of value as string : ['3', '0', '3', '3', '3', '0', '3', '0'] -resulted X configuration : [3, 0, 3, 3, 3, 0, 3, 0] ---- Reading the line : 202222-0-3,[2- 0- 2- 2- 2- 2- 0- 0- 0- 3- 0- 0- 0],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 0- 2- 2- 2- 2- 0- 3],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 0- 2400000],78.94530881409207,2244.84750483422,1.04559e+12,7.55031e-11 - -arrays of value as string : ['2', '0', '2', '2', '2', '2', '0', '3'] -resulted X configuration : [2, 0, 2, 2, 2, 2, 0, 3] ---- Reading the line : 030333-2-3,[0- 3- 0- 3- 3- 3- 2- 0- 0- 3- 0- 0- 0],[0- 1804800- 0- 1804800- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[0- 3- 0- 3- 3- 3- 2- 3],[0- 1804800- 0- 1804800- 1804800- 1804800- 1478400- 2400000],91.76824551852016,2612.3863086741226,1.33053e+12,6.89712e-11 - -arrays of value as string : ['0', '3', '0', '3', '3', '3', '2', '3'] -resulted X configuration : [0, 3, 0, 3, 3, 3, 2, 3] ---- Reading the line : 022202-2-0,[0- 2- 2- 2- 0- 2- 2- 0- 0- 0- 0- 0- 0],[0- 1363200- 1363200- 1363200- 0- 1363200- 0- 0- 0- 0- 0- 0- 0],[0- 2- 2- 2- 0- 2- 2- 0],[0- 1363200- 1363200- 1363200- 0- 1363200- 1478400- 0],54.087718626572986,1592.5859626096321,8.04762e+11,6.72096e-11 - -arrays of value as string : ['0', '2', '2', '2', '0', '2', '2', '0'] -resulted X configuration : [0, 2, 2, 2, 0, 2, 2, 0] ---- Reading the line : 111010-2-0,[1- 1- 1- 0- 1- 0- 2- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0- 0],[1- 1- 1- 0- 1- 0- 2- 0],[576000- 576000- 576000- 0- 576000- 0- 1478400- 0],43.78047104305274,1286.731089756999,5.77217e+11,7.58475e-11 - -arrays of value as string : ['1', '1', '1', '0', '1', '0', '2', '0'] -resulted X configuration : [1, 1, 1, 0, 1, 0, 2, 0] ---- Reading the line : 333333-1-2,[3- 3- 3- 3- 3- 3- 1- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 3- 3- 3- 3- 1- 2],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 652800- 1766400],91.83877298181203,2607.9797996590523,1.33311e+12,6.88906e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '1', '2'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 1, 2] ---- Reading the line : 111111-2-1,[1- 1- 1- 1- 1- 1- 2- 0- 0- 1- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 806400- 0- 0- 0],[1- 1- 1- 1- 1- 1- 2- 1],[576000- 576000- 576000- 576000- 576000- 576000- 1478400- 806400],58.45814541687684,1716.200052442355,8.85553e+11,6.60132e-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '1', '2', '1'] -resulted X configuration : [1, 1, 1, 1, 1, 1, 2, 1] ---- Reading the line : 222220-0-3,[2- 2- 2- 2- 2- 0- 0- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 2- 2- 0- 0- 3],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 2400000],67.53882894703122,1944.561437889761,7.80986e+11,8.64789e-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '0', '0', '3'] -resulted X configuration : [2, 2, 2, 2, 2, 0, 0, 3] ---- Reading the line : 000300-0-0,[0- 0- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 3- 0- 0- 0- 0],[0- 0- 0- 1804800- 0- 0- 0- 0],22.60411372898465,679.1110430942529,3.66153e+10,6.17341e-10 - -arrays of value as string : ['0', '0', '0', '3', '0', '0', '0', '0'] -resulted X configuration : [0, 0, 0, 3, 0, 0, 0, 0] ---- Reading the line : 222222-3-2,[2- 2- 2- 2- 2- 2- 3- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 2- 2- 2- 2- 3- 2],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 2208000- 1766400],102.00341241380069,2864.9448602637785,1.55326e+12,6.56705e-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '3', '2'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 3, 2] ---- Reading the line : 333300-3-0,[3- 3- 3- 3- 0- 0- 3- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 3- 0- 0- 3- 0],[1804800- 1804800- 1804800- 1804800- 0- 0- 2208000- 0],51.080839551389985,1510.2040605161847,6.49449e+11,7.86526e-11 - -arrays of value as string : ['3', '3', '3', '3', '0', '0', '3', '0'] -resulted X configuration : [3, 3, 3, 3, 0, 0, 3, 0] ---- Reading the line : 110011-3-2,[1- 1- 0- 0- 1- 1- 3- 0- 0- 2- 0- 0- 0],[576000- 576000- 0- 0- 576000- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 1- 0- 0- 1- 1- 3- 2],[576000- 576000- 0- 0- 576000- 576000- 2208000- 1766400],81.77773921998886,2343.464400739667,1.12138e+12,7.2926e-11 - -arrays of value as string : ['1', '1', '0', '0', '1', '1', '3', '2'] -resulted X configuration : [1, 1, 0, 0, 1, 1, 3, 2] ---- Reading the line : 111011-2-1,[1- 1- 1- 0- 1- 1- 2- 0- 0- 1- 0- 0- 0],[576000- 576000- 576000- 0- 576000- 576000- 0- 0- 0- 806400- 0- 0- 0],[1- 1- 1- 0- 1- 1- 2- 1],[576000- 576000- 576000- 0- 576000- 576000- 1478400- 806400],58.70580259207987,1708.2089190120182,8.33883e+11,7.04005e-11 - -arrays of value as string : ['1', '1', '1', '0', '1', '1', '2', '1'] -resulted X configuration : [1, 1, 1, 0, 1, 1, 2, 1] ---- Reading the line : 202202-2-3,[2- 0- 2- 2- 0- 2- 2- 0- 0- 3- 0- 0- 0],[1363200- 0- 1363200- 1363200- 0- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 0- 2- 2- 0- 2- 2- 3],[1363200- 0- 1363200- 1363200- 0- 1363200- 1478400- 2400000],93.11184671772176,2639.767634968368,1.33045e+12,6.99852e-11 - -arrays of value as string : ['2', '0', '2', '2', '0', '2', '2', '3'] -resulted X configuration : [2, 0, 2, 2, 0, 2, 2, 3] ---- Reading the line : 333303-1-2,[3- 3- 3- 3- 0- 3- 1- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 0- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 3- 3- 0- 3- 1- 2],[1804800- 1804800- 1804800- 1804800- 0- 1804800- 652800- 1766400],83.8645825370609,2396.0510313955438,1.20728e+12,6.94657e-11 - -arrays of value as string : ['3', '3', '3', '3', '0', '3', '1', '2'] -resulted X configuration : [3, 3, 3, 3, 0, 3, 1, 2] ---- Reading the line : 202222-2-3,[2- 0- 2- 2- 2- 2- 2- 0- 0- 3- 0- 0- 0],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 0- 2- 2- 2- 2- 2- 3],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 1478400- 2400000],92.69644842655524,2633.1224287238365,1.39364e+12,6.65139e-11 - -arrays of value as string : ['2', '0', '2', '2', '2', '2', '2', '3'] -resulted X configuration : [2, 0, 2, 2, 2, 2, 2, 3] ---- Reading the line : 300033-3-2,[3- 0- 0- 0- 3- 3- 3- 0- 0- 2- 0- 0- 0],[1804800- 0- 0- 0- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 0- 0- 0- 3- 3- 3- 2],[1804800- 0- 0- 0- 1804800- 1804800- 2208000- 1766400],85.35681971478988,2429.1003986209003,1.21017e+12,7.05329e-11 - -arrays of value as string : ['3', '0', '0', '0', '3', '3', '3', '2'] -resulted X configuration : [3, 0, 0, 0, 3, 3, 3, 2] ---- Reading the line : 330333-2-2,[3- 3- 0- 3- 3- 3- 2- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 0- 1804800- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 0- 3- 3- 3- 2- 2],[1804800- 1804800- 0- 1804800- 1804800- 1804800- 1478400- 1766400],89.99138924115384,2564.869575943028,1.37492e+12,6.54521e-11 - -arrays of value as string : ['3', '3', '0', '3', '3', '3', '2', '2'] -resulted X configuration : [3, 3, 0, 3, 3, 3, 2, 2] ---- Reading the line : 220222-0-1,[2- 2- 0- 2- 2- 2- 0- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 0- 1363200- 1363200- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 2- 0- 2- 2- 2- 0- 1],[1363200- 1363200- 0- 1363200- 1363200- 1363200- 0- 806400],48.32825169162293,1425.7327363475645,7.18865e+11,6.72286e-11 - -arrays of value as string : ['2', '2', '0', '2', '2', '2', '0', '1'] -resulted X configuration : [2, 2, 0, 2, 2, 2, 0, 1] ---- Reading the line : 033333-0-3,[0- 3- 3- 3- 3- 3- 0- 0- 0- 3- 0- 0- 0],[0- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[0- 3- 3- 3- 3- 3- 0- 3],[0- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 2400000],80.89218696331669,2321.083925425535,1.07427e+12,7.52997e-11 - -arrays of value as string : ['0', '3', '3', '3', '3', '3', '0', '3'] -resulted X configuration : [0, 3, 3, 3, 3, 3, 0, 3] ---- Reading the line : 110110-0-3,[1- 1- 0- 1- 1- 0- 0- 0- 0- 3- 0- 0- 0],[576000- 576000- 0- 576000- 576000- 0- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 0- 1- 1- 0- 0- 3],[576000- 576000- 0- 576000- 576000- 0- 0- 2400000],64.13091227501518,1872.7830454111913,7.25232e+11,8.84281e-11 - -arrays of value as string : ['1', '1', '0', '1', '1', '0', '0', '3'] -resulted X configuration : [1, 1, 0, 1, 1, 0, 0, 3] ---- Reading the line : 110001-0-2,[1- 1- 0- 0- 0- 1- 0- 0- 0- 2- 0- 0- 0],[576000- 576000- 0- 0- 0- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 1- 0- 0- 0- 1- 0- 2],[576000- 576000- 0- 0- 0- 576000- 0- 1766400],52.516287756608044,1543.2806854554312,6.05687e+11,8.67053e-11 - -arrays of value as string : ['1', '1', '0', '0', '0', '1', '0', '2'] -resulted X configuration : [1, 1, 0, 0, 0, 1, 0, 2] ---- Reading the line : 222022-2-3,[2- 2- 2- 0- 2- 2- 2- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 0- 2- 2- 2- 3],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 1478400- 2400000],98.33180383203538,2767.1224126942016,1.44111e+12,6.82334e-11 - -arrays of value as string : ['2', '2', '2', '0', '2', '2', '2', '3'] -resulted X configuration : [2, 2, 2, 0, 2, 2, 2, 3] ---- Reading the line : 111101-1-1,[1- 1- 1- 1- 0- 1- 1- 0- 0- 1- 0- 0- 0],[576000- 576000- 576000- 576000- 0- 576000- 0- 0- 0- 806400- 0- 0- 0],[1- 1- 1- 1- 0- 1- 1- 1],[576000- 576000- 576000- 576000- 0- 576000- 652800- 806400],41.43583708148781,1233.2895962035154,6.14221e+11,6.74608e-11 - -arrays of value as string : ['1', '1', '1', '1', '0', '1', '1', '1'] -resulted X configuration : [1, 1, 1, 1, 0, 1, 1, 1] ---- Reading the line : 022022-1-3,[0- 2- 2- 0- 2- 2- 1- 0- 0- 3- 0- 0- 0],[0- 1363200- 1363200- 0- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[0- 2- 2- 0- 2- 2- 1- 3],[0- 1363200- 1363200- 0- 1363200- 1363200- 652800- 2400000],86.69594291794053,2469.5466978893223,1.12509e+12,7.70569e-11 - -arrays of value as string : ['0', '2', '2', '0', '2', '2', '1', '3'] -resulted X configuration : [0, 2, 2, 0, 2, 2, 1, 3] - --- Getting data from file /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/summary_files_only/summary_first_results_with_configuration_really_tested.csv ---- Reading the line : 000011-1-1,[0- 0- 0- 0- 1- 1- 1- 0- 0- 1- 0- 0- 0],[0- 0- 0- 0- 576000- 576000- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 0- 0- 1- 1- 1- 1],[0- 0- 0- 0- 576000- 576000- 652800- 806400],41.81970183069355,1239.9389943573765,4.62846e+11,9.03534e-11 - -arrays of value as string : ['0', '0', '0', '0', '1', '1', '1', '1'] -resulted X configuration : [0, 0, 0, 0, 1, 1, 1, 1] ---- Reading the line : 111011-3-0,[1- 1- 1- 0- 1- 1- 3- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 0- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 1- 1- 0- 1- 1- 3- 0],[576000- 576000- 576000- 0- 576000- 576000- 2208000- 0],56.29375828423512,1651.5213691007534,7.01994e+11,8.01912e-11 - -arrays of value as string : ['1', '1', '1', '0', '1', '1', '3', '0'] -resulted X configuration : [1, 1, 1, 0, 1, 1, 3, 0] ---- Reading the line : 220020-1-2,[2- 2- 0- 0- 2- 0- 1- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 0- 0- 1363200- 0- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 0- 0- 2- 0- 1- 2],[1363200- 1363200- 0- 0- 1363200- 0- 652800- 1766400],62.38781956977318,1823.7797751046123,7.89711e+11,7.90008e-11 - -arrays of value as string : ['2', '2', '0', '0', '2', '0', '1', '2'] -resulted X configuration : [2, 2, 0, 0, 2, 0, 1, 2] ---- Reading the line : 333033-0-2,[3- 3- 3- 0- 3- 3- 0- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 3- 0- 3- 3- 0- 2],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 0- 1766400],72.52828772049172,2089.4963122697923,1.00842e+12,7.19227e-11 - -arrays of value as string : ['3', '3', '3', '0', '3', '3', '0', '2'] -resulted X configuration : [3, 3, 3, 0, 3, 3, 0, 2] ---- Reading the line : 222220-3-3,[2- 2- 2- 2- 2- 0- 3- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 2- 2- 0- 3- 3],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 2208000- 2400000],72.03533813993924,2081.099771461929,1.04248e+12,6.91e-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '0', '3', '3'] -resulted X configuration : [2, 2, 2, 2, 2, 0, 3, 3] ---- Reading the line : 030300-2-0,[0- 3- 0- 3- 0- 0- 2- 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- 2- 0],[0- 1804800- 0- 1804800- 0- 0- 1478400- 0],41.251803480253244,1221.9269532495439,4.81297e+11,8.57097e-11 - -arrays of value as string : ['0', '3', '0', '3', '0', '0', '2', '0'] -resulted X configuration : [0, 3, 0, 3, 0, 0, 2, 0] ---- Reading the line : 220220-3-2,[2- 2- 0- 2- 2- 0- 3- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 0- 1363200- 1363200- 0- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 0- 2- 2- 0- 3- 2],[1363200- 1363200- 0- 1363200- 1363200- 0- 2208000- 1766400],77.28586489330746,2240.268416691897,1.08914e+12,7.09605e-11 - -arrays of value as string : ['2', '2', '0', '2', '2', '0', '3', '2'] -resulted X configuration : [2, 2, 0, 2, 2, 0, 3, 2] ---- Reading the line : 101110-2-3,[1- 0- 1- 1- 1- 0- 2- 0- 0- 3- 0- 0- 0],[576000- 0- 576000- 576000- 576000- 0- 0- 0- 0- 2400000- 0- 0- 0],[1- 0- 1- 1- 1- 0- 2- 3],[576000- 0- 576000- 576000- 576000- 0- 1478400- 2400000],71.25193400283615,2069.992292330539,1.00936e+12,7.05912e-11 - -arrays of value as string : ['1', '0', '1', '1', '1', '0', '2', '3'] -resulted X configuration : [1, 0, 1, 1, 1, 0, 2, 3] ---- Reading the line : 111011-2-3,[1- 1- 1- 0- 1- 1- 2- 0- 0- 3- 0- 0- 0],[576000- 576000- 576000- 0- 576000- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 1- 0- 1- 1- 2- 3],[576000- 576000- 576000- 0- 576000- 576000- 1478400- 2400000],71.21791539618593,2060.9614987008795,1.02084e+12,6.9764e-11 - -arrays of value as string : ['1', '1', '1', '0', '1', '1', '2', '3'] -resulted X configuration : [1, 1, 1, 0, 1, 1, 2, 3] ---- Reading the line : 303300-0-1,[3- 0- 3- 3- 0- 0- 0- 0- 0- 1- 0- 0- 0],[1804800- 0- 1804800- 1804800- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[3- 0- 3- 3- 0- 0- 0- 1],[1804800- 0- 1804800- 1804800- 0- 0- 0- 806400],33.55309393673303,1004.8662797496542,3.42218e+11,9.8046e-11 - -arrays of value as string : ['3', '0', '3', '3', '0', '0', '0', '1'] -resulted X configuration : [3, 0, 3, 3, 0, 0, 0, 1] ---- Reading the line : 222220-2-1,[2- 2- 2- 2- 2- 0- 2- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 806400- 0- 0- 0],[2- 2- 2- 2- 2- 0- 2- 1],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 1478400- 806400],58.70456587016728,1718.3249396203544,8.54971e+11,6.86626e-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '0', '2', '1'] -resulted X configuration : [2, 2, 2, 2, 2, 0, 2, 1] ---- Reading the line : 200222-2-3,[2- 0- 0- 2- 2- 2- 2- 0- 0- 3- 0- 0- 0],[1363200- 0- 0- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 0- 0- 2- 2- 2- 2- 3],[1363200- 0- 0- 1363200- 1363200- 1363200- 1478400- 2400000],80.17631322756387,2286.4452409649807,1.17012e+12,6.85197e-11 - -arrays of value as string : ['2', '0', '0', '2', '2', '2', '2', '3'] -resulted X configuration : [2, 0, 0, 2, 2, 2, 2, 3] ---- Reading the line : 220222-2-0,[2- 2- 0- 2- 2- 2- 2- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 0- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 2- 0- 2- 2- 2- 2- 0],[1363200- 1363200- 0- 1363200- 1363200- 1363200- 1478400- 0],58.67863075260059,1725.1057996792151,9.06046e+11,6.47634e-11 - -arrays of value as string : ['2', '2', '0', '2', '2', '2', '2', '0'] -resulted X configuration : [2, 2, 0, 2, 2, 2, 2, 0] ---- Reading the line : 333333-3-3,[3- 3- 3- 3- 3- 3- 3- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 3- 3- 3- 3- 3- 3],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 2208000- 2400000],77.67467453614748,2242.11521678855,1.2419e+12,6.2545e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '3', '3'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 3, 3] ---- Reading the line : 110101-1-0,[1- 1- 0- 1- 0- 1- 1- 0- 0- 0- 0- 0- 0],[576000- 576000- 0- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 1- 0- 1- 0- 1- 1- 0],[576000- 576000- 0- 576000- 0- 576000- 652800- 0],32.51905730105663,973.5791658188721,3.41432e+11,9.52431e-11 - -arrays of value as string : ['1', '1', '0', '1', '0', '1', '1', '0'] -resulted X configuration : [1, 1, 0, 1, 0, 1, 1, 0] ---- Reading the line : 011010-1-3,[0- 1- 1- 0- 1- 0- 1- 0- 0- 3- 0- 0- 0],[0- 576000- 576000- 0- 576000- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 1- 1- 0- 1- 0- 1- 3],[0- 576000- 576000- 0- 576000- 0- 652800- 2400000],68.32437278660214,2000.4801722245438,8.23818e+11,8.29362e-11 - -arrays of value as string : ['0', '1', '1', '0', '1', '0', '1', '3'] -resulted X configuration : [0, 1, 1, 0, 1, 0, 1, 3] ---- Reading the line : 303330-1-2,[3- 0- 3- 3- 3- 0- 1- 0- 0- 2- 0- 0- 0],[1804800- 0- 1804800- 1804800- 1804800- 0- 0- 0- 0- 1766400- 0- 0- 0],[3- 0- 3- 3- 3- 0- 1- 2],[1804800- 0- 1804800- 1804800- 1804800- 0- 652800- 1766400],64.30775539783755,1879.227929721527,8.37673e+11,7.67695e-11 - -arrays of value as string : ['3', '0', '3', '3', '3', '0', '1', '2'] -resulted X configuration : [3, 0, 3, 3, 3, 0, 1, 2] ---- Reading the line : 033033-2-0,[0- 3- 3- 0- 3- 3- 2- 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- 2- 0],[0- 1804800- 1804800- 0- 1804800- 1804800- 1478400- 0],57.4797738276827,1690.0416105829963,8.32017e+11,6.90849e-11 - -arrays of value as string : ['0', '3', '3', '0', '3', '3', '2', '0'] -resulted X configuration : [0, 3, 3, 0, 3, 3, 2, 0] ---- Reading the line : 333300-0-1,[3- 3- 3- 3- 0- 0- 0- 0- 0- 1- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[3- 3- 3- 3- 0- 0- 0- 1],[1804800- 1804800- 1804800- 1804800- 0- 0- 0- 806400],35.64181472293627,1052.3106189097434,3.88168e+11,9.18206e-11 - -arrays of value as string : ['3', '3', '3', '3', '0', '0', '0', '1'] -resulted X configuration : [3, 3, 3, 3, 0, 0, 0, 1] ---- Reading the line : 111111-3-1,[1- 1- 1- 1- 1- 1- 3- 0- 0- 1- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 806400- 0- 0- 0],[1- 1- 1- 1- 1- 1- 3- 1],[576000- 576000- 576000- 576000- 576000- 576000- 2208000- 806400],67.49357382359369,1952.561427024718,9.30688e+11,7.25201e-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '1', '3', '1'] -resulted X configuration : [1, 1, 1, 1, 1, 1, 3, 1] ---- Reading the line : 110101-0-0,[1- 1- 0- 1- 0- 1- 0- 0- 0- 0- 0- 0- 0],[576000- 576000- 0- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 1- 0- 1- 0- 1- 0- 0],[576000- 576000- 0- 576000- 0- 576000- 0- 0],26.332761918292903,801.3493268960704,1.63431e+11,1.61125e-10 - -arrays of value as string : ['1', '1', '0', '1', '0', '1', '0', '0'] -resulted X configuration : [1, 1, 0, 1, 0, 1, 0, 0] ---- Reading the line : 003333-1-2,[0- 0- 3- 3- 3- 3- 1- 0- 0- 2- 0- 0- 0],[0- 0- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[0- 0- 3- 3- 3- 3- 1- 2],[0- 0- 1804800- 1804800- 1804800- 1804800- 652800- 1766400],81.48911064839487,2348.0020070618016,1.12072e+12,7.27114e-11 - -arrays of value as string : ['0', '0', '3', '3', '3', '3', '1', '2'] -resulted X configuration : [0, 0, 3, 3, 3, 3, 1, 2] ---- Reading the line : 333333-2-1,[3- 3- 3- 3- 3- 3- 2- 0- 0- 1- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[3- 3- 3- 3- 3- 3- 2- 1],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 1478400- 806400],77.59635035177494,2238.7256277335914,1.23606e+12,6.27772e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '2', '1'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 2, 1] ---- Reading the line : 333300-1-0,[3- 3- 3- 3- 0- 0- 1- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 3- 0- 0- 1- 0],[1804800- 1804800- 1804800- 1804800- 0- 0- 652800- 0],32.97385398783962,984.620933661414,3.41169e+11,9.66496e-11 - -arrays of value as string : ['3', '3', '3', '3', '0', '0', '1', '0'] -resulted X configuration : [3, 3, 3, 3, 0, 0, 1, 0] ---- Reading the line : 220020-0-1,[2- 2- 0- 0- 2- 0- 0- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 0- 0- 1363200- 0- 0- 0- 0- 806400- 0- 0- 0],[2- 2- 0- 0- 2- 0- 0- 1],[1363200- 1363200- 0- 0- 1363200- 0- 0- 806400],33.23255472087933,1003.3164311926583,3.42698e+11,9.69733e-11 - -arrays of value as string : ['2', '2', '0', '0', '2', '0', '0', '1'] -resulted X configuration : [2, 2, 0, 0, 2, 0, 0, 1] ---- Reading the line : 111111-1-2,[1- 1- 1- 1- 1- 1- 1- 0- 0- 2- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 1- 1- 1- 1- 1- 1- 2],[576000- 576000- 576000- 576000- 576000- 576000- 652800- 1766400],65.20383205963783,1890.6967217663155,9.19225e+11,7.09335e-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '1', '1', '2'] -resulted X configuration : [1, 1, 1, 1, 1, 1, 1, 2] ---- Reading the line : 101101-0-2,[1- 0- 1- 1- 0- 1- 0- 0- 0- 2- 0- 0- 0],[576000- 0- 576000- 576000- 0- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 0- 1- 1- 0- 1- 0- 2],[576000- 0- 576000- 576000- 0- 576000- 0- 1766400],55.14950525765903,1629.1382629613652,6.60101e+11,8.35471e-11 - -arrays of value as string : ['1', '0', '1', '1', '0', '1', '0', '2'] -resulted X configuration : [1, 0, 1, 1, 0, 1, 0, 2] ---- Reading the line : 330330-2-3,[3- 3- 0- 3- 3- 0- 2- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 0- 3- 3- 0- 2- 3],[1804800- 1804800- 0- 1804800- 1804800- 0- 1478400- 2400000],78.20736118066493,2268.5163756661814,1.07802e+12,7.25472e-11 - -arrays of value as string : ['3', '3', '0', '3', '3', '0', '2', '3'] -resulted X configuration : [3, 3, 0, 3, 3, 0, 2, 3] ---- Reading the line : 333333-3-1,[3- 3- 3- 3- 3- 3- 3- 0- 0- 1- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[3- 3- 3- 3- 3- 3- 3- 1],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 2208000- 806400],75.13916289414331,2159.6383945729076,1.18755e+12,6.32724e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '3', '1'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 3, 1] ---- Reading the line : 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.274511449565598,800.2663162715285,1.63388e+11,1.60811e-10 - -arrays of value as string : ['2', '2', '0', '2', '2', '0', '0', '0'] -resulted X configuration : [2, 2, 0, 2, 2, 0, 0, 0] ---- Reading the line : 110011-0-0,[1- 1- 0- 0- 1- 1- 0- 0- 0- 0- 0- 0- 0],[576000- 576000- 0- 0- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 1- 0- 0- 1- 1- 0- 0],[576000- 576000- 0- 0- 576000- 576000- 0- 0],27.241716653761866,811.7705678133253,1.63547e+11,1.66568e-10 - -arrays of value as string : ['1', '1', '0', '0', '1', '1', '0', '0'] -resulted X configuration : [1, 1, 0, 0, 1, 1, 0, 0] ---- Reading the line : 011111-3-2,[0- 1- 1- 1- 1- 1- 3- 0- 0- 2- 0- 0- 0],[0- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 1766400- 0- 0- 0],[0- 1- 1- 1- 1- 1- 3- 2],[0- 576000- 576000- 576000- 576000- 576000- 2208000- 1766400],82.98598382291387,2382.1206077546303,1.1744e+12,7.06625e-11 - -arrays of value as string : ['0', '1', '1', '1', '1', '1', '3', '2'] -resulted X configuration : [0, 1, 1, 1, 1, 1, 3, 2] ---- Reading the line : 303333-3-1,[3- 0- 3- 3- 3- 3- 3- 0- 0- 1- 0- 0- 0],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[3- 0- 3- 3- 3- 3- 3- 1],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 2208000- 806400],75.96541207639095,2188.7486154642215,1.16463e+12,6.52271e-11 - -arrays of value as string : ['3', '0', '3', '3', '3', '3', '3', '1'] -resulted X configuration : [3, 0, 3, 3, 3, 3, 3, 1] ---- Reading the line : 101111-3-0,[1- 0- 1- 1- 1- 1- 3- 0- 0- 0- 0- 0- 0],[576000- 0- 576000- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 1- 1- 1- 3- 0],[576000- 0- 576000- 576000- 576000- 576000- 2208000- 0],53.93709917505446,1598.4194512271781,6.92323e+11,7.79074e-11 - -arrays of value as string : ['1', '0', '1', '1', '1', '1', '3', '0'] -resulted X configuration : [1, 0, 1, 1, 1, 1, 3, 0] ---- Reading the line : 222222-2-3,[2- 2- 2- 2- 2- 2- 2- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 2- 2- 2- 2- 3],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 1478400- 2400000],83.79533601234984,2404.795000345817,1.33007e+12,6.30007e-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '2', '3'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 2, 3] ---- Reading the line : 022222-0-3,[0- 2- 2- 2- 2- 2- 0- 0- 0- 3- 0- 0- 0],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[0- 2- 2- 2- 2- 2- 0- 3],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 2400000],70.58820126566067,2047.107519267197,9.9497e+11,7.09451e-11 - -arrays of value as string : ['0', '2', '2', '2', '2', '2', '0', '3'] -resulted X configuration : [0, 2, 2, 2, 2, 2, 0, 3] ---- Reading the line : 303033-3-3,[3- 0- 3- 0- 3- 3- 3- 0- 0- 3- 0- 0- 0],[1804800- 0- 1804800- 0- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 0- 3- 0- 3- 3- 3- 3],[1804800- 0- 1804800- 0- 1804800- 1804800- 2208000- 2400000],75.15771108741323,2175.570690091719,1.12179e+12,6.6998e-11 - -arrays of value as string : ['3', '0', '3', '0', '3', '3', '3', '3'] -resulted X configuration : [3, 0, 3, 0, 3, 3, 3, 3] ---- Reading the line : 333033-0-2,[3- 3- 3- 0- 3- 3- 0- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 3- 0- 3- 3- 0- 2],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 0- 1766400],70.47402905804368,2036.1749655439983,9.89833e+11,7.11979e-11 - -arrays of value as string : ['3', '3', '3', '0', '3', '3', '0', '2'] -resulted X configuration : [3, 3, 3, 0, 3, 3, 0, 2] ---- Reading the line : 022222-0-0,[0- 2- 2- 2- 2- 2- 0- 0- 0- 0- 0- 0- 0],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[0- 2- 2- 2- 2- 2- 0- 0],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0],39.76219318534942,1176.4591604921586,4.89762e+11,8.11868e-11 - -arrays of value as string : ['0', '2', '2', '2', '2', '2', '0', '0'] -resulted X configuration : [0, 2, 2, 2, 2, 2, 0, 0] ---- Reading the line : 100101-1-3,[1- 0- 0- 1- 0- 1- 1- 0- 0- 3- 0- 0- 0],[576000- 0- 0- 576000- 0- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 0- 0- 1- 0- 1- 1- 3],[576000- 0- 0- 576000- 0- 576000- 652800- 2400000],69.54756184550816,2013.874264556927,8.21895e+11,8.46185e-11 - -arrays of value as string : ['1', '0', '0', '1', '0', '1', '1', '3'] -resulted X configuration : [1, 0, 0, 1, 0, 1, 1, 3] - --- Getting data from file /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/summary_files_only/summary_fourth_experiments__31Jul22_22_49_44_with_configuration_really_tested.csv ---- Reading the line : 110111-1-2,[1- 1- 0- 1- 1- 1- 1- 0- 0- 2- 0- 0- 0],[576000- 576000- 0- 576000- 576000- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 1- 0- 1- 1- 1- 1- 2],[576000- 576000- 0- 576000- 576000- 576000- 652800- 1766400],64.195799103128,1870.27221337168,887774000000,7.2311E-11 - -arrays of value as string : ['1', '1', '0', '1', '1', '1', '1', '2'] -resulted X configuration : [1, 1, 0, 1, 1, 1, 1, 2] ---- Reading the line : 222222-1-0,[2- 2- 2- 2- 2- 2- 1- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 2- 2- 2- 1- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 652800- 0],48.4114598927455,1442.18368563072,768047000000,6.30319E-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '1', '0'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 1, 0] ---- Reading the line : 101111-3-3,[1- 0- 1- 1- 1- 1- 3- 0- 0- 3- 0- 0- 0],[576000- 0- 576000- 576000- 576000- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 0- 1- 1- 1- 1- 3- 3],[576000- 0- 576000- 576000- 576000- 576000- 2208000- 2400000],82.9156109905908,2370.44595570604,1124420000000,7.37408E-11 - -arrays of value as string : ['1', '0', '1', '1', '1', '1', '3', '3'] -resulted X configuration : [1, 0, 1, 1, 1, 1, 3, 3] ---- Reading the line : 111111-3-3,[1- 1- 1- 1- 1- 1- 3- 0- 0- 3- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 1- 1- 1- 1- 3- 3],[576000- 576000- 576000- 576000- 576000- 576000- 2208000- 2400000],100.207122447555,2815.56321728583,1264290000000,7.92596E-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '1', '3', '3'] -resulted X configuration : [1, 1, 1, 1, 1, 1, 3, 3] ---- Reading the line : 003333-3-1,[0- 0- 3- 3- 3- 3- 3- 0- 0- 1- 0- 0- 0],[0- 0- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 3- 3- 3- 3- 3- 1],[0- 0- 1804800- 1804800- 1804800- 1804800- 2208000- 806400],82.9689480595376,2387.89201304909,1137720000000,7.29256E-11 - -arrays of value as string : ['0', '0', '3', '3', '3', '3', '3', '1'] -resulted X configuration : [0, 0, 3, 3, 3, 3, 3, 1] ---- Reading the line : 011111-1-2,[0- 1- 1- 1- 1- 1- 1- 0- 0- 2- 0- 0- 0],[0- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 1766400- 0- 0- 0],[0- 1- 1- 1- 1- 1- 1- 2],[0- 576000- 576000- 576000- 576000- 576000- 652800- 1766400],64.6497062836685,1880.86289806615,888481000000,7.27643E-11 - -arrays of value as string : ['0', '1', '1', '1', '1', '1', '1', '2'] -resulted X configuration : [0, 1, 1, 1, 1, 1, 1, 2] ---- Reading the line : 202022-1-2,[2- 0- 2- 0- 2- 2- 1- 0- 0- 2- 0- 0- 0],[1363200- 0- 1363200- 0- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 0- 2- 0- 2- 2- 1- 2],[1363200- 0- 1363200- 0- 1363200- 1363200- 652800- 1766400],73.9118250482876,2126.96235327462,1063630000000,6.94902E-11 - -arrays of value as string : ['2', '0', '2', '0', '2', '2', '1', '2'] -resulted X configuration : [2, 0, 2, 0, 2, 2, 1, 2] ---- Reading the line : 330030-2-2,[3- 3- 0- 0- 3- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 0- 0- 1804800- 0- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 0- 0- 3- 0- 2- 2],[1804800- 1804800- 0- 0- 1804800- 0- 1478400- 1766400],72.9096660218277,2103.12260612319,1027130000000,7.09839E-11 - -arrays of value as string : ['3', '3', '0', '0', '3', '0', '2', '2'] -resulted X configuration : [3, 3, 0, 0, 3, 0, 2, 2] ---- Reading the line : 333330-3-0,[3- 3- 3- 3- 3- 0- 3- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 3- 3- 0- 3- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 2208000- 0],58.2884375590111,1697.69138927978,727308000000,8.01427E-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '0', '3', '0'] -resulted X configuration : [3, 3, 3, 3, 3, 0, 3, 0] ---- Reading the line : 111110-1-0,[1- 1- 1- 1- 1- 0- 1- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0- 0],[1- 1- 1- 1- 1- 0- 1- 0],[576000- 576000- 576000- 576000- 576000- 0- 652800- 0],32.3869731002721,983.335465202881,385836000000,8.39397E-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '0', '1', '0'] -resulted X configuration : [1, 1, 1, 1, 1, 0, 1, 0] ---- Reading the line : 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],26.7121133566337,809.085756656435,207423000000,1.28781E-10 - -arrays of value as string : ['1', '1', '0', '1', '1', '1', '0', '0'] -resulted X configuration : [1, 1, 0, 1, 1, 1, 0, 0] ---- Reading the line : 202222-0-2,[2- 0- 2- 2- 2- 2- 0- 0- 0- 2- 0- 0- 0],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 0- 2- 2- 2- 2- 0- 2],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 0- 1766400],65.8277383833758,1937.36044398195,988207000000,6.66133E-11 - -arrays of value as string : ['2', '0', '2', '2', '2', '2', '0', '2'] -resulted X configuration : [2, 0, 2, 2, 2, 2, 0, 2] ---- Reading the line : 333333-1-1,[3- 3- 3- 3- 3- 3- 1- 0- 0- 1- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[3- 3- 3- 3- 3- 3- 1- 1],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 652800- 806400],79.3851939063441,2275.0068767092,1194980000000,6.64322E-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '1', '1'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 1, 1] ---- Reading the line : 111010-3-1,[1- 1- 1- 0- 1- 0- 3- 0- 0- 1- 0- 0- 0],[576000- 576000- 576000- 0- 576000- 0- 0- 0- 0- 806400- 0- 0- 0],[1- 1- 1- 0- 1- 0- 3- 1],[576000- 576000- 576000- 0- 576000- 0- 2208000- 806400],70.2667978545078,2027.02256037143,898390000000,7.82141E-11 - -arrays of value as string : ['1', '1', '1', '0', '1', '0', '3', '1'] -resulted X configuration : [1, 1, 1, 0, 1, 0, 3, 1] ---- Reading the line : 111011-1-3,[1- 1- 1- 0- 1- 1- 1- 0- 0- 3- 0- 0- 0],[576000- 576000- 576000- 0- 576000- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 1- 0- 1- 1- 1- 3],[576000- 576000- 576000- 0- 576000- 576000- 652800- 2400000],81.3667303591789,2322.68084468145,968465000000,8.40162E-11 - -arrays of value as string : ['1', '1', '1', '0', '1', '1', '1', '3'] -resulted X configuration : [1, 1, 1, 0, 1, 1, 1, 3] ---- Reading the line : 303333-0-3,[3- 0- 3- 3- 3- 3- 0- 0- 0- 3- 0- 0- 0],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 0- 3- 3- 3- 3- 0- 3],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 0- 2400000],83.5550372075793,2400.84690966198,1092070000000,7.65107E-11 - -arrays of value as string : ['3', '0', '3', '3', '3', '3', '0', '3'] -resulted X configuration : [3, 0, 3, 3, 3, 3, 0, 3] ---- Reading the line : 033033-1-1,[0- 3- 3- 0- 3- 3- 1- 0- 0- 1- 0- 0- 0],[0- 1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[0- 3- 3- 0- 3- 3- 1- 1],[0- 1804800- 1804800- 0- 1804800- 1804800- 652800- 806400],65.4051401275013,1917.99172614488,930263000000,7.03082E-11 - -arrays of value as string : ['0', '3', '3', '0', '3', '3', '1', '1'] -resulted X configuration : [0, 3, 3, 0, 3, 3, 1, 1] ---- Reading the line : 111111-3-1,[1- 1- 1- 1- 1- 1- 3- 0- 0- 1- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 806400- 0- 0- 0],[1- 1- 1- 1- 1- 1- 3- 1],[576000- 576000- 576000- 576000- 576000- 576000- 2208000- 806400],71.6230294037093,2102.50506161077,979622000000,7.31129E-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '1', '3', '1'] -resulted X configuration : [1, 1, 1, 1, 1, 1, 3, 1] ---- Reading the line : 222222-2-3,[2- 2- 2- 2- 2- 2- 2- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 2- 2- 2- 2- 3],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 1478400- 2400000],102.719273058889,2883.50279639025,1520280000000,6.7566E-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '2', '3'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 2, 3] ---- Reading the line : 333333-1-3,[3- 3- 3- 3- 3- 3- 1- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 3- 3- 3- 3- 1- 3],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 652800- 2400000],91.8755525545871,2608.88945358657,1334240000000,6.88598E-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '1', '3'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 1, 3] ---- Reading the line : 011010-2-1,[0- 1- 1- 0- 1- 0- 2- 0- 0- 1- 0- 0- 0],[0- 576000- 576000- 0- 576000- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 1- 1- 0- 1- 0- 2- 1],[0- 576000- 576000- 0- 576000- 0- 1478400- 806400],54.7592147928153,1604.63609091677,743914000000,7.36096E-11 - -arrays of value as string : ['0', '1', '1', '0', '1', '0', '2', '1'] -resulted X configuration : [0, 1, 1, 0, 1, 0, 2, 1] ---- Reading the line : 333333-3-3,[3- 3- 3- 3- 3- 3- 3- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 3- 3- 3- 3- 3- 3],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 2208000- 2400000],103.605542776513,2902.91249278236,1585470000000,6.53469E-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '3', '3'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 3, 3] ---- Reading the line : 330030-0-1,[3- 3- 0- 0- 3- 0- 0- 0- 0- 1- 0- 0- 0],[1804800- 1804800- 0- 0- 1804800- 0- 0- 0- 0- 806400- 0- 0- 0],[3- 3- 0- 0- 3- 0- 0- 1],[1804800- 1804800- 0- 0- 1804800- 0- 0- 806400],34.2448289317877,1015.17835728213,340358000000,1.00614E-10 - -arrays of value as string : ['3', '3', '0', '0', '3', '0', '0', '1'] -resulted X configuration : [3, 3, 0, 0, 3, 0, 0, 1] ---- Reading the line : 111111-2-3,[1- 1- 1- 1- 1- 1- 2- 0- 0- 3- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 1- 1- 1- 1- 2- 3],[576000- 576000- 576000- 576000- 576000- 576000- 1478400- 2400000],96.2036865454932,2724.73766457732,1219380000000,7.88956E-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '1', '2', '3'] -resulted X configuration : [1, 1, 1, 1, 1, 1, 2, 3] ---- Reading the line : 111111-2-2,[1- 1- 1- 1- 1- 1- 2- 0- 0- 2- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 1- 1- 1- 1- 1- 2- 2],[576000- 576000- 576000- 576000- 576000- 576000- 1478400- 1766400],72.979973067832,2101.56054771559,1156550000000,6.31014E-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '1', '2', '2'] -resulted X configuration : [1, 1, 1, 1, 1, 1, 2, 2] ---- Reading the line : 033333-0-2,[0- 3- 3- 3- 3- 3- 0- 0- 0- 2- 0- 0- 0],[0- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[0- 3- 3- 3- 3- 3- 0- 2],[0- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 1766400],86.2801902841026,2479.16965493647,1160190000000,7.43673E-11 - -arrays of value as string : ['0', '3', '3', '3', '3', '3', '0', '2'] -resulted X configuration : [0, 3, 3, 3, 3, 3, 0, 2] ---- Reading the line : 011110-1-1,[0- 1- 1- 1- 1- 0- 1- 0- 0- 1- 0- 0- 0],[0- 576000- 576000- 576000- 576000- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 1- 1- 1- 1- 0- 1- 1],[0- 576000- 576000- 576000- 576000- 0- 652800- 806400],39.2183051603058,1161.33586277289,564900000000,6.94252E-11 - -arrays of value as string : ['0', '1', '1', '1', '1', '0', '1', '1'] -resulted X configuration : [0, 1, 1, 1, 1, 0, 1, 1] ---- Reading the line : 333033-0-0,[3- 3- 3- 0- 3- 3- 0- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 0- 3- 3- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 0- 0],55.6549041743458,1645.80870241519,658846000000,8.44733E-11 - -arrays of value as string : ['3', '3', '3', '0', '3', '3', '0', '0'] -resulted X configuration : [3, 3, 3, 0, 3, 3, 0, 0] ---- Reading the line : 002200-2-2,[0- 0- 2- 2- 0- 0- 2- 0- 0- 2- 0- 0- 0],[0- 0- 1363200- 1363200- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 0- 2- 2- 0- 0- 2- 2],[0- 0- 1363200- 1363200- 0- 0- 1478400- 1766400],70.0078582686629,2024.0442334743,972109000000,7.20165E-11 - -arrays of value as string : ['0', '0', '2', '2', '0', '0', '2', '2'] -resulted X configuration : [0, 0, 2, 2, 0, 0, 2, 2] ---- Reading the line : 011110-3-1,[0- 1- 1- 1- 1- 0- 3- 0- 0- 1- 0- 0- 0],[0- 576000- 576000- 576000- 576000- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 1- 1- 1- 1- 0- 3- 1],[0- 576000- 576000- 576000- 576000- 0- 2208000- 806400],79.1921814190437,2285.78262097144,940710000000,8.41834E-11 - -arrays of value as string : ['0', '1', '1', '1', '1', '0', '3', '1'] -resulted X configuration : [0, 1, 1, 1, 1, 0, 3, 1] ---- Reading the line : 200202-3-0,[2- 0- 0- 2- 0- 2- 3- 0- 0- 0- 0- 0- 0],[1363200- 0- 0- 1363200- 0- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 0- 0- 2- 0- 2- 3- 0],[1363200- 0- 0- 1363200- 0- 1363200- 2208000- 0],65.7590425822352,1919.52303565257,813702000000,8.08147E-11 - -arrays of value as string : ['2', '0', '0', '2', '0', '2', '3', '0'] -resulted X configuration : [2, 0, 0, 2, 0, 2, 3, 0] ---- Reading the line : 111111-0-2,[1- 1- 1- 1- 1- 1- 0- 0- 0- 2- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 1- 1- 1- 1- 1- 0- 2],[576000- 576000- 576000- 576000- 576000- 576000- 0- 1766400],56.046315848522,1640.68698477595,752107000000,7.45191E-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '1', '0', '2'] -resulted X configuration : [1, 1, 1, 1, 1, 1, 0, 2] ---- Reading the line : 330033-3-0,[3- 3- 0- 0- 3- 3- 3- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 0- 0- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 3- 0- 0- 3- 3- 3- 0],[1804800- 1804800- 0- 0- 1804800- 1804800- 2208000- 0],83.5387640803202,2402.35158644902,1051920000000,7.94155E-11 - -arrays of value as string : ['3', '3', '0', '0', '3', '3', '3', '0'] -resulted X configuration : [3, 3, 0, 0, 3, 3, 3, 0] ---- Reading the line : 222202-2-1,[2- 2- 2- 2- 0- 2- 2- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 2- 2- 2- 0- 2- 2- 1],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 1478400- 806400],70.0487654332769,2030.08258217072,1135860000000,6.16702E-11 - -arrays of value as string : ['2', '2', '2', '2', '0', '2', '2', '1'] -resulted X configuration : [2, 2, 2, 2, 0, 2, 2, 1] ---- Reading the line : 030033-0-1,[0- 3- 0- 0- 3- 3- 0- 0- 0- 1- 0- 0- 0],[0- 1804800- 0- 0- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[0- 3- 0- 0- 3- 3- 0- 1],[0- 1804800- 0- 0- 1804800- 1804800- 0- 806400],52.6346324100534,1553.81893903511,610977000000,8.61483E-11 - -arrays of value as string : ['0', '3', '0', '0', '3', '3', '0', '1'] -resulted X configuration : [0, 3, 0, 0, 3, 3, 0, 1] ---- Reading the line : 022222-2-0,[0- 2- 2- 2- 2- 2- 2- 0- 0- 0- 0- 0- 0],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[0- 2- 2- 2- 2- 2- 2- 0],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 1478400- 0],57.2873551037916,1681.14102018075,901273000000,6.35627E-11 - -arrays of value as string : ['0', '2', '2', '2', '2', '2', '2', '0'] -resulted X configuration : [0, 2, 2, 2, 2, 2, 2, 0] ---- Reading the line : 202222-3-1,[2- 0- 2- 2- 2- 2- 3- 0- 0- 1- 0- 0- 0],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 0- 2- 2- 2- 2- 3- 1],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 2208000- 806400],87.1615988005907,2488.12104456201,1230950000000,7.08084E-11 - -arrays of value as string : ['2', '0', '2', '2', '2', '2', '3', '1'] -resulted X configuration : [2, 0, 2, 2, 2, 2, 3, 1] ---- Reading the line : 333333-2-2,[3- 3- 3- 3- 3- 3- 2- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 3- 3- 3- 3- 2- 2],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 1478400- 1766400],102.945501098208,2894.90136313869,1567090000000,6.56921E-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '2', '2'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 2, 2] ---- Reading the line : 111111-2-1,[1- 1- 1- 1- 1- 1- 2- 0- 0- 1- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 806400- 0- 0- 0],[1- 1- 1- 1- 1- 1- 2- 1],[576000- 576000- 576000- 576000- 576000- 576000- 1478400- 806400],58.6922029582491,1711.06751069328,880803000000,6.66349E-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '1', '2', '1'] -resulted X configuration : [1, 1, 1, 1, 1, 1, 2, 1] ---- Reading the line : 101111-2-1,[1- 0- 1- 1- 1- 1- 2- 0- 0- 1- 0- 0- 0],[576000- 0- 576000- 576000- 576000- 576000- 0- 0- 0- 806400- 0- 0- 0],[1- 0- 1- 1- 1- 1- 2- 1],[576000- 0- 576000- 576000- 576000- 576000- 1478400- 806400],57.3205072294823,1685.70755018442,847131000000,6.76643E-11 - -arrays of value as string : ['1', '0', '1', '1', '1', '1', '2', '1'] -resulted X configuration : [1, 0, 1, 1, 1, 1, 2, 1] ---- Reading the line : 100110-0-2,[1- 0- 0- 1- 1- 0- 0- 0- 0- 2- 0- 0- 0],[576000- 0- 0- 576000- 576000- 0- 0- 0- 0- 1766400- 0- 0- 0],[1- 0- 0- 1- 1- 0- 0- 2],[576000- 0- 0- 576000- 576000- 0- 0- 1766400],51.630790443296,1528.04381309481,603622000000,8.5535E-11 - -arrays of value as string : ['1', '0', '0', '1', '1', '0', '0', '2'] -resulted X configuration : [1, 0, 0, 1, 1, 0, 0, 2] ---- Reading the line : 333300-1-2,[3- 3- 3- 3- 0- 0- 1- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 3- 3- 0- 0- 1- 2],[1804800- 1804800- 1804800- 1804800- 0- 0- 652800- 1766400],62.9526389384084,1833.10211178646,841124000000,7.48435E-11 - -arrays of value as string : ['3', '3', '3', '3', '0', '0', '1', '2'] -resulted X configuration : [3, 3, 3, 3, 0, 0, 1, 2] ---- Reading the line : 000300-2-3,[0- 0- 0- 3- 0- 0- 2- 0- 0- 3- 0- 0- 0],[0- 0- 0- 1804800- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 0- 3- 0- 0- 2- 3],[0- 0- 0- 1804800- 0- 0- 1478400- 2400000],90.2662722413003,2565.13281505654,998659000000,9.03875E-11 - -arrays of value as string : ['0', '0', '0', '3', '0', '0', '2', '3'] -resulted X configuration : [0, 0, 0, 3, 0, 0, 2, 3] ---- Reading the line : 010110-0-2,[0- 1- 0- 1- 1- 0- 0- 0- 0- 2- 0- 0- 0],[0- 576000- 0- 576000- 576000- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 1- 0- 1- 1- 0- 0- 2],[0- 576000- 0- 576000- 576000- 0- 0- 1766400],52.6902862777189,1546.22117763269,611588000000,8.61532E-11 - -arrays of value as string : ['0', '1', '0', '1', '1', '0', '0', '2'] -resulted X configuration : [0, 1, 0, 1, 1, 0, 0, 2] ---- Reading the line : 222220-1-2,[2- 2- 2- 2- 2- 0- 1- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 2- 2- 2- 0- 1- 2],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 652800- 1766400],64.6001284096528,1877.82946371119,889727000000,7.26067E-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '0', '1', '2'] -resulted X configuration : [2, 2, 2, 2, 2, 0, 1, 2] ---- Reading the line : 222222-0-1,[2- 2- 2- 2- 2- 2- 0- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 2- 2- 2- 2- 2- 0- 1],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 806400],52.1245882760953,1531.43386542136,816621000000,6.38296E-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '0', '1'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 0, 1] ---- Reading the line : 330333-0-1,[3- 3- 0- 3- 3- 3- 0- 0- 0- 1- 0- 0- 0],[1804800- 1804800- 0- 1804800- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[3- 3- 0- 3- 3- 3- 0- 1],[1804800- 1804800- 0- 1804800- 1804800- 1804800- 0- 806400],65.8461101285994,1928.85601521739,885729000000,7.43411E-11 - -arrays of value as string : ['3', '3', '0', '3', '3', '3', '0', '1'] -resulted X configuration : [3, 3, 0, 3, 3, 3, 0, 1] ---- Reading the line : 033030-0-3,[0- 3- 3- 0- 3- 0- 0- 0- 0- 3- 0- 0- 0],[0- 1804800- 1804800- 0- 1804800- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 3- 3- 0- 3- 0- 0- 3],[0- 1804800- 1804800- 0- 1804800- 0- 0- 2400000],67.1483257685157,1943.78292174215,698028000000,9.61972E-11 - -arrays of value as string : ['0', '3', '3', '0', '3', '0', '0', '3'] -resulted X configuration : [0, 3, 3, 0, 3, 0, 0, 3] ---- Reading the line : 033330-0-0,[0- 3- 3- 3- 3- 0- 0- 0- 0- 0- 0- 0- 0],[0- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0- 0],[0- 3- 3- 3- 3- 0- 0- 0],[0- 1804800- 1804800- 1804800- 1804800- 0- 0- 0],26.7184846004408,800.836388138237,163295000000,1.63621E-10 - -arrays of value as string : ['0', '3', '3', '3', '3', '0', '0', '0'] -resulted X configuration : [0, 3, 3, 3, 3, 0, 0, 0] ---- Reading the line : 303033-2-2,[3- 0- 3- 0- 3- 3- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 1804800- 0- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 0- 3- 0- 3- 3- 2- 2],[1804800- 0- 1804800- 0- 1804800- 1804800- 1478400- 1766400],99.1199512733933,2791.58802523125,1392390000000,7.11869E-11 - -arrays of value as string : ['3', '0', '3', '0', '3', '3', '2', '2'] -resulted X configuration : [3, 0, 3, 0, 3, 3, 2, 2] ---- Reading the line : 202222-2-1,[2- 0- 2- 2- 2- 2- 2- 0- 0- 1- 0- 0- 0],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 0- 2- 2- 2- 2- 2- 1],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 1478400- 806400],71.5812859564726,2061.58217530693,1122870000000,6.37485E-11 - -arrays of value as string : ['2', '0', '2', '2', '2', '2', '2', '1'] -resulted X configuration : [2, 0, 2, 2, 2, 2, 2, 1] ---- Reading the line : 111111-1-2,[1- 1- 1- 1- 1- 1- 1- 0- 0- 2- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 1- 1- 1- 1- 1- 1- 2],[576000- 576000- 576000- 576000- 576000- 576000- 652800- 1766400],66.3842172994299,1910.09080494196,918121000000,7.23044E-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '1', '1', '2'] -resulted X configuration : [1, 1, 1, 1, 1, 1, 1, 2] ---- Reading the line : 202022-3-3,[2- 0- 2- 0- 2- 2- 3- 0- 0- 3- 0- 0- 0],[1363200- 0- 1363200- 0- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 0- 2- 0- 2- 2- 3- 3],[1363200- 0- 1363200- 0- 1363200- 1363200- 2208000- 2400000],90.7376428641244,2577.66725877269,1277590000000,7.10225E-11 - -arrays of value as string : ['2', '0', '2', '0', '2', '2', '3', '3'] -resulted X configuration : [2, 0, 2, 0, 2, 2, 3, 3] ---- Reading the line : 303300-3-3,[3- 0- 3- 3- 0- 0- 3- 0- 0- 3- 0- 0- 0],[1804800- 0- 1804800- 1804800- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[3- 0- 3- 3- 0- 0- 3- 3],[1804800- 0- 1804800- 1804800- 0- 0- 2208000- 2400000],75.3849371705881,2175.34856199377,928850000000,8.11594E-11 - -arrays of value as string : ['3', '0', '3', '3', '0', '0', '3', '3'] -resulted X configuration : [3, 0, 3, 3, 0, 0, 3, 3] ---- Reading the line : 330333-3-0,[3- 3- 0- 3- 3- 3- 3- 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- 3- 0],[1804800- 1804800- 0- 1804800- 1804800- 1804800- 2208000- 0],69.1154876227722,2003.34695779363,1002220000000,6.89624E-11 - -arrays of value as string : ['3', '3', '0', '3', '3', '3', '3', '0'] -resulted X configuration : [3, 3, 0, 3, 3, 3, 3, 0] ---- Reading the line : 333033-2-1,[3- 3- 3- 0- 3- 3- 2- 0- 0- 1- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[3- 3- 3- 0- 3- 3- 2- 1],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 1478400- 806400],79.5378105979585,2284.63404237756,1198670000000,6.63551E-11 - -arrays of value as string : ['3', '3', '3', '0', '3', '3', '2', '1'] -resulted X configuration : [3, 3, 3, 0, 3, 3, 2, 1] ---- Reading the line : 222020-1-0,[2- 2- 2- 0- 2- 0- 1- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 0- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 0- 2- 0- 1- 0],[1363200- 1363200- 1363200- 0- 1363200- 0- 652800- 0],32.3911267160719,972.157094387194,340610000000,9.50974E-11 - -arrays of value as string : ['2', '2', '2', '0', '2', '0', '1', '0'] -resulted X configuration : [2, 2, 2, 0, 2, 0, 1, 0] ---- Reading the line : 303333-0-3,[3- 0- 3- 3- 3- 3- 0- 0- 0- 3- 0- 0- 0],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 0- 3- 3- 3- 3- 0- 3],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 0- 2400000],86.4225033041374,2480.74125598788,1109700000000,7.78792E-11 - -arrays of value as string : ['3', '0', '3', '3', '3', '3', '0', '3'] -resulted X configuration : [3, 0, 3, 3, 3, 3, 0, 3] ---- Reading the line : 222202-3-1,[2- 2- 2- 2- 0- 2- 3- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 2- 2- 2- 0- 2- 3- 1],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 2208000- 806400],77.6142915980758,2223.75481515976,1173790000000,6.61228E-11 - -arrays of value as string : ['2', '2', '2', '2', '0', '2', '3', '1'] -resulted X configuration : [2, 2, 2, 2, 0, 2, 3, 1] ---- Reading the line : 111111-2-3,[1- 1- 1- 1- 1- 1- 2- 0- 0- 3- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 1- 1- 1- 1- 2- 3],[576000- 576000- 576000- 576000- 576000- 576000- 1478400- 2400000],80.579674343825,2304.09668122715,1148220000000,7.01779E-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '1', '2', '3'] -resulted X configuration : [1, 1, 1, 1, 1, 1, 2, 3] ---- Reading the line : 111111-1-3,[1- 1- 1- 1- 1- 1- 1- 0- 0- 3- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 1- 1- 1- 1- 1- 3],[576000- 576000- 576000- 576000- 576000- 576000- 652800- 2400000],71.2294033945321,2051.42727541455,942341000000,7.55877E-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '1', '1', '3'] -resulted X configuration : [1, 1, 1, 1, 1, 1, 1, 3] ---- Reading the line : 111110-1-0,[1- 1- 1- 1- 1- 0- 1- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0- 0],[1- 1- 1- 1- 1- 0- 1- 0],[576000- 576000- 576000- 576000- 576000- 0- 652800- 0],33.5555977111976,1008.27016173545,384524000000,8.72653E-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '0', '1', '0'] -resulted X configuration : [1, 1, 1, 1, 1, 0, 1, 0] ---- Reading the line : 222022-0-3,[2- 2- 2- 0- 2- 2- 0- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 0- 2- 2- 0- 3],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 0- 2400000],78.8740772526803,2267.8568071095,1050630000000,7.50731E-11 - -arrays of value as string : ['2', '2', '2', '0', '2', '2', '0', '3'] -resulted X configuration : [2, 2, 2, 0, 2, 2, 0, 3] ---- Reading the line : 220020-0-3,[2- 2- 0- 0- 2- 0- 0- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 0- 0- 1363200- 0- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 0- 0- 2- 0- 0- 3],[1363200- 1363200- 0- 0- 1363200- 0- 0- 2400000],63.3690752564047,1829.75861327323,677060000000,9.35945E-11 - -arrays of value as string : ['2', '2', '0', '0', '2', '0', '0', '3'] -resulted X configuration : [2, 2, 0, 0, 2, 0, 0, 3] ---- Reading the line : 033330-3-2,[0- 3- 3- 3- 3- 0- 3- 0- 0- 2- 0- 0- 0],[0- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 3- 3- 3- 3- 0- 3- 2],[0- 1804800- 1804800- 1804800- 1804800- 0- 2208000- 1766400],79.7127969833484,2290.15074169285,1097340000000,7.26418E-11 - -arrays of value as string : ['0', '3', '3', '3', '3', '0', '3', '2'] -resulted X configuration : [0, 3, 3, 3, 3, 0, 3, 2] ---- Reading the line : 111111-2-0,[1- 1- 1- 1- 1- 1- 2- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 1- 1- 1- 1- 1- 2- 0],[576000- 576000- 576000- 576000- 576000- 576000- 1478400- 0],46.3133982052407,1387.10443358709,669726000000,6.91528E-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '1', '2', '0'] -resulted X configuration : [1, 1, 1, 1, 1, 1, 2, 0] ---- Reading the line : 111101-1-1,[1- 1- 1- 1- 0- 1- 1- 0- 0- 1- 0- 0- 0],[576000- 576000- 576000- 576000- 0- 576000- 0- 0- 0- 806400- 0- 0- 0],[1- 1- 1- 1- 0- 1- 1- 1],[576000- 576000- 576000- 576000- 0- 576000- 652800- 806400],41.1716606409971,1226.37855642177,602738000000,6.83077E-11 - -arrays of value as string : ['1', '1', '1', '1', '0', '1', '1', '1'] -resulted X configuration : [1, 1, 1, 1, 0, 1, 1, 1] ---- Reading the line : 111111-2-3,[1- 1- 1- 1- 1- 1- 2- 0- 0- 3- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 1- 1- 1- 1- 2- 3],[576000- 576000- 576000- 576000- 576000- 576000- 1478400- 2400000],84.3646166621502,2404.68667801514,1166140000000,7.23452E-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '1', '2', '3'] -resulted X configuration : [1, 1, 1, 1, 1, 1, 2, 3] ---- Reading the line : 333300-1-0,[3- 3- 3- 3- 0- 0- 1- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 3- 0- 0- 1- 0],[1804800- 1804800- 1804800- 1804800- 0- 0- 652800- 0],32.1859127423429,970.219892749496,340653000000,9.4483E-11 - -arrays of value as string : ['3', '3', '3', '3', '0', '0', '1', '0'] -resulted X configuration : [3, 3, 3, 3, 0, 0, 1, 0] ---- Reading the line : 111011-0-0,[1- 1- 1- 0- 1- 1- 0- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 0- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 1- 1- 0- 1- 1- 0- 0],[576000- 576000- 576000- 0- 576000- 576000- 0- 0],28.6387646642511,860.523725575247,206752000000,1.38517E-10 - -arrays of value as string : ['1', '1', '1', '0', '1', '1', '0', '0'] -resulted X configuration : [1, 1, 1, 0, 1, 1, 0, 0] ---- Reading the line : 220202-1-1,[2- 2- 0- 2- 0- 2- 1- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 0- 1363200- 0- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 2- 0- 2- 0- 2- 1- 1],[1363200- 1363200- 0- 1363200- 0- 1363200- 652800- 806400],50.3428670012474,1487.9371518763,788934000000,6.38113E-11 - -arrays of value as string : ['2', '2', '0', '2', '0', '2', '1', '1'] -resulted X configuration : [2, 2, 0, 2, 0, 2, 1, 1] ---- Reading the line : 033033-3-2,[0- 3- 3- 0- 3- 3- 3- 0- 0- 2- 0- 0- 0],[0- 1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[0- 3- 3- 0- 3- 3- 3- 2],[0- 1804800- 1804800- 0- 1804800- 1804800- 2208000- 1766400],92.8249833568298,2613.63629230786,1309170000000,7.09037E-11 - -arrays of value as string : ['0', '3', '3', '0', '3', '3', '3', '2'] -resulted X configuration : [0, 3, 3, 0, 3, 3, 3, 2] ---- Reading the line : 022202-0-0,[0- 2- 2- 2- 0- 2- 0- 0- 0- 0- 0- 0- 0],[0- 1363200- 1363200- 1363200- 0- 1363200- 0- 0- 0- 0- 0- 0- 0],[0- 2- 2- 2- 0- 2- 0- 0],[0- 1363200- 1363200- 1363200- 0- 1363200- 0- 0],35.8868812091206,1079.99658847123,390812000000,9.18265E-11 - -arrays of value as string : ['0', '2', '2', '2', '0', '2', '0', '0'] -resulted X configuration : [0, 2, 2, 2, 0, 2, 0, 0] ---- Reading the line : 033033-1-0,[0- 3- 3- 0- 3- 3- 1- 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- 1- 0],[0- 1804800- 1804800- 0- 1804800- 1804800- 652800- 0],57.5281823764323,1702.41208551111,703011000000,8.18311E-11 - -arrays of value as string : ['0', '3', '3', '0', '3', '3', '1', '0'] -resulted X configuration : [0, 3, 3, 0, 3, 3, 1, 0] ---- Reading the line : 003333-2-3,[0- 0- 3- 3- 3- 3- 2- 0- 0- 3- 0- 0- 0],[0- 0- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 3- 3- 3- 3- 2- 3],[0- 0- 1804800- 1804800- 1804800- 1804800- 1478400- 2400000],84.9404936835098,2431.03853475106,1227070000000,6.92222E-11 - -arrays of value as string : ['0', '0', '3', '3', '3', '3', '2', '3'] -resulted X configuration : [0, 0, 3, 3, 3, 3, 2, 3] ---- Reading the line : 222022-1-0,[2- 2- 2- 0- 2- 2- 1- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 0- 2- 2- 1- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 652800- 0],45.2436589650941,1346.10417223597,668619000000,6.76673E-11 - -arrays of value as string : ['2', '2', '2', '0', '2', '2', '1', '0'] -resulted X configuration : [2, 2, 2, 0, 2, 2, 1, 0] ---- Reading the line : 033333-1-2,[0- 3- 3- 3- 3- 3- 1- 0- 0- 2- 0- 0- 0],[0- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[0- 3- 3- 3- 3- 3- 1- 2],[0- 1804800- 1804800- 1804800- 1804800- 1804800- 652800- 1766400],82.6335756822963,2360.75601055871,1182760000000,6.9865E-11 - -arrays of value as string : ['0', '3', '3', '3', '3', '3', '1', '2'] -resulted X configuration : [0, 3, 3, 3, 3, 3, 1, 2] ---- Reading the line : 100000-0-2,[1- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 0- 0],[576000- 0- 0- 0- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[1- 0- 0- 0- 0- 0- 0- 2],[576000- 0- 0- 0- 0- 0- 0- 1766400],50.7096930689716,1489.93256104484,510917000000,9.92523E-11 - -arrays of value as string : ['1', '0', '0', '0', '0', '0', '0', '2'] -resulted X configuration : [1, 0, 0, 0, 0, 0, 0, 2] ---- Reading the line : 222222-2-3,[2- 2- 2- 2- 2- 2- 2- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 2- 2- 2- 2- 3],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 1478400- 2400000],81.9077463484616,2344.15495135048,1296140000000,6.31936E-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '2', '3'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 2, 3] ---- Reading the line : 202222-0-2,[2- 0- 2- 2- 2- 2- 0- 0- 0- 2- 0- 0- 0],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 0- 2- 2- 2- 2- 0- 2],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 0- 1766400],69.5925937545452,2025.437864081,983338000000,7.07718E-11 - -arrays of value as string : ['2', '0', '2', '2', '2', '2', '0', '2'] -resulted X configuration : [2, 0, 2, 2, 2, 2, 0, 2] ---- Reading the line : 333303-2-1,[3- 3- 3- 3- 0- 3- 2- 0- 0- 1- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 0- 1804800- 0- 0- 0- 806400- 0- 0- 0],[3- 3- 3- 3- 0- 3- 2- 1],[1804800- 1804800- 1804800- 1804800- 0- 1804800- 1478400- 806400],74.9625159265616,2166.24340849203,1135690000000,6.60061E-11 - -arrays of value as string : ['3', '3', '3', '3', '0', '3', '2', '1'] -resulted X configuration : [3, 3, 3, 3, 0, 3, 2, 1] ---- Reading the line : 303333-2-0,[3- 0- 3- 3- 3- 3- 2- 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- 2- 0],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 1478400- 0],59.6329403677947,1732.10454448323,904021000000,6.59641E-11 - -arrays of value as string : ['3', '0', '3', '3', '3', '3', '2', '0'] -resulted X configuration : [3, 0, 3, 3, 3, 3, 2, 0] ---- Reading the line : 220220-1-2,[2- 2- 0- 2- 2- 0- 1- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 0- 1363200- 1363200- 0- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 0- 2- 2- 0- 1- 2],[1363200- 1363200- 0- 1363200- 1363200- 0- 652800- 1766400],64.768131410946,1886.11244657427,840461000000,7.70626E-11 - -arrays of value as string : ['2', '2', '0', '2', '2', '0', '1', '2'] -resulted X configuration : [2, 2, 0, 2, 2, 0, 1, 2] ---- Reading the line : 222220-2-3,[2- 2- 2- 2- 2- 0- 2- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 2- 2- 0- 2- 3],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 1478400- 2400000],79.5738884766809,2279.01909909133,1118250000000,7.11593E-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '0', '2', '3'] -resulted X configuration : [2, 2, 2, 2, 2, 0, 2, 3] ---- Reading the line : 111011-3-3,[1- 1- 1- 0- 1- 1- 3- 0- 0- 3- 0- 0- 0],[576000- 576000- 576000- 0- 576000- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 1- 0- 1- 1- 3- 3],[576000- 576000- 576000- 0- 576000- 576000- 2208000- 2400000],77.6473695933206,2229.09359288995,1111960000000,6.98293E-11 - -arrays of value as string : ['1', '1', '1', '0', '1', '1', '3', '3'] -resulted X configuration : [1, 1, 1, 0, 1, 1, 3, 3] ---- Reading the line : 220202-1-2,[2- 2- 0- 2- 0- 2- 1- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 0- 1363200- 0- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 0- 2- 0- 2- 1- 2],[1363200- 1363200- 0- 1363200- 0- 1363200- 652800- 1766400],75.6785562491319,2184.85849450219,1068880000000,7.08017E-11 - -arrays of value as string : ['2', '2', '0', '2', '0', '2', '1', '2'] -resulted X configuration : [2, 2, 0, 2, 0, 2, 1, 2] ---- Reading the line : 222220-0-1,[2- 2- 2- 2- 2- 0- 0- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 806400- 0- 0- 0],[2- 2- 2- 2- 2- 0- 0- 1],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 806400],36.9581904467489,1104.71471486871,433988000000,8.51595E-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '0', '0', '1'] -resulted X configuration : [2, 2, 2, 2, 2, 0, 0, 1] ---- Reading the line : 111111-1-0,[1- 1- 1- 1- 1- 1- 1- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 1- 1- 1- 1- 1- 1- 0],[576000- 576000- 576000- 576000- 576000- 576000- 652800- 0],34.5550819751672,1050.42967499237,429951000000,8.03698E-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '1', '1', '0'] -resulted X configuration : [1, 1, 1, 1, 1, 1, 1, 0] ---- Reading the line : 033300-2-1,[0- 3- 3- 3- 0- 0- 2- 0- 0- 1- 0- 0- 0],[0- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 3- 3- 3- 0- 0- 2- 1],[0- 1804800- 1804800- 1804800- 0- 0- 1478400- 806400],55.1474477747145,1626.33930390567,755228000000,7.30209E-11 - -arrays of value as string : ['0', '3', '3', '3', '0', '0', '2', '1'] -resulted X configuration : [0, 3, 3, 3, 0, 0, 2, 1] ---- Reading the line : 222222-0-2,[2- 2- 2- 2- 2- 2- 0- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 2- 2- 2- 2- 0- 2],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 1766400],72.3253528074643,2088.15508296704,1092930000000,6.61756E-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '0', '2'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 0, 2] ---- Reading the line : 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],57.5070787061249,1691.37314035169,659131000000,8.72468E-11 - -arrays of value as string : ['3', '3', '0', '3', '3', '3', '0', '0'] -resulted X configuration : [3, 3, 0, 3, 3, 3, 0, 0] ---- Reading the line : 330330-3-0,[3- 3- 0- 3- 3- 0- 3- 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- 3- 0],[1804800- 1804800- 0- 1804800- 1804800- 0- 2208000- 0],51.7596710203295,1536.76814563853,647698000000,7.99133E-11 - -arrays of value as string : ['3', '3', '0', '3', '3', '0', '3', '0'] -resulted X configuration : [3, 3, 0, 3, 3, 0, 3, 0] ---- Reading the line : 101110-1-0,[1- 0- 1- 1- 1- 0- 1- 0- 0- 0- 0- 0- 0],[576000- 0- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 1- 1- 0- 1- 0],[576000- 0- 576000- 576000- 576000- 0- 652800- 0],31.3934447994613,958.812485398494,341309000000,9.19795E-11 - -arrays of value as string : ['1', '0', '1', '1', '1', '0', '1', '0'] -resulted X configuration : [1, 0, 1, 1, 1, 0, 1, 0] ---- Reading the line : 002202-3-1,[0- 0- 2- 2- 0- 2- 3- 0- 0- 1- 0- 0- 0],[0- 0- 1363200- 1363200- 0- 1363200- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 2- 2- 0- 2- 3- 1],[0- 0- 1363200- 1363200- 0- 1363200- 2208000- 806400],76.0798450282377,2213.36217229475,1015320000000,7.49319E-11 - -arrays of value as string : ['0', '0', '2', '2', '0', '2', '3', '1'] -resulted X configuration : [0, 0, 2, 2, 0, 2, 3, 1] ---- Reading the line : 220022-2-1,[2- 2- 0- 0- 2- 2- 2- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 0- 0- 1363200- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 2- 0- 0- 2- 2- 2- 1],[1363200- 1363200- 0- 0- 1363200- 1363200- 1478400- 806400],67.2323504939425,1961.74043516125,1025160000000,6.55823E-11 - -arrays of value as string : ['2', '2', '0', '0', '2', '2', '2', '1'] -resulted X configuration : [2, 2, 0, 0, 2, 2, 2, 1] ---- Reading the line : 202220-0-2,[2- 0- 2- 2- 2- 0- 0- 0- 0- 2- 0- 0- 0],[1363200- 0- 1363200- 1363200- 1363200- 0- 0- 0- 0- 1766400- 0- 0- 0],[2- 0- 2- 2- 2- 0- 0- 2],[1363200- 0- 1363200- 1363200- 1363200- 0- 0- 1766400],54.4639625494408,1595.56845470602,659458000000,8.2589E-11 - -arrays of value as string : ['2', '0', '2', '2', '2', '0', '0', '2'] -resulted X configuration : [2, 0, 2, 2, 2, 0, 0, 2] ---- Reading the line : 222220-2-3,[2- 2- 2- 2- 2- 0- 2- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 2- 2- 0- 2- 3],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 1478400- 2400000],83.7034659994173,2395.2012575701,1150120000000,7.2778E-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '0', '2', '3'] -resulted X configuration : [2, 2, 2, 2, 2, 0, 2, 3] ---- Reading the line : 222002-0-2,[2- 2- 2- 0- 0- 2- 0- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 1363200- 0- 0- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 2- 0- 0- 2- 0- 2],[1363200- 1363200- 1363200- 0- 0- 1363200- 0- 1766400],65.1406964237598,1890.11845638514,887229000000,7.34204E-11 - -arrays of value as string : ['2', '2', '2', '0', '0', '2', '0', '2'] -resulted X configuration : [2, 2, 2, 0, 0, 2, 0, 2] ---- Reading the line : 030330-3-0,[0- 3- 0- 3- 3- 0- 3- 0- 0- 0- 0- 0- 0],[0- 1804800- 0- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0- 0],[0- 3- 0- 3- 3- 0- 3- 0],[0- 1804800- 0- 1804800- 1804800- 0- 2208000- 0],50.8317348445158,1493.90192542791,596880000000,8.51624E-11 - -arrays of value as string : ['0', '3', '0', '3', '3', '0', '3', '0'] -resulted X configuration : [0, 3, 0, 3, 3, 0, 3, 0] ---- Reading the line : 222022-3-3,[2- 2- 2- 0- 2- 2- 3- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 0- 2- 2- 3- 3],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 2208000- 2400000],95.6220428328611,2705.469220067,1401550000000,6.82259E-11 - -arrays of value as string : ['2', '2', '2', '0', '2', '2', '3', '3'] -resulted X configuration : [2, 2, 2, 0, 2, 2, 3, 3] ---- Reading the line : 333333-0-1,[3- 3- 3- 3- 3- 3- 0- 0- 0- 1- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[3- 3- 3- 3- 3- 3- 0- 1],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 806400],62.5618690617415,1824.05256420031,907657000000,6.89268E-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '0', '1'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 0, 1] ---- Reading the line : 202222-2-2,[2- 0- 2- 2- 2- 2- 2- 0- 0- 2- 0- 0- 0],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 0- 2- 2- 2- 2- 2- 2],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 1478400- 1766400],91.4259968153942,2597.60556727538,1406680000000,6.49942E-11 - -arrays of value as string : ['2', '0', '2', '2', '2', '2', '2', '2'] -resulted X configuration : [2, 0, 2, 2, 2, 2, 2, 2] ---- Reading the line : 030330-3-3,[0- 3- 0- 3- 3- 0- 3- 0- 0- 3- 0- 0- 0],[0- 1804800- 0- 1804800- 1804800- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 3- 0- 3- 3- 0- 3- 3],[0- 1804800- 0- 1804800- 1804800- 0- 2208000- 2400000],75.2120882234259,2174.51505890649,979660000000,7.67737E-11 - -arrays of value as string : ['0', '3', '0', '3', '3', '0', '3', '3'] -resulted X configuration : [0, 3, 0, 3, 3, 0, 3, 3] ---- Reading the line : 222022-0-0,[2- 2- 2- 0- 2- 2- 0- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 0- 2- 2- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 0- 0],39.9085203282099,1189.67688769923,490700000000,8.13298E-11 - -arrays of value as string : ['2', '2', '2', '0', '2', '2', '0', '0'] -resulted X configuration : [2, 2, 2, 0, 2, 2, 0, 0] ---- Reading the line : 222000-1-1,[2- 2- 2- 0- 0- 0- 1- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[2- 2- 2- 0- 0- 0- 1- 1],[1363200- 1363200- 1363200- 0- 0- 0- 652800- 806400],37.8409560260374,1143.71525504781,513470000000,7.36965E-11 - -arrays of value as string : ['2', '2', '2', '0', '0', '0', '1', '1'] -resulted X configuration : [2, 2, 2, 0, 0, 0, 1, 1] ---- Reading the line : 333333-1-3,[3- 3- 3- 3- 3- 3- 1- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 3- 3- 3- 3- 1- 3],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 652800- 2400000],97.3671383278909,2744.37057995681,1365030000000,7.13297E-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '1', '3'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 1, 3] ---- Reading the line : 101011-3-1,[1- 0- 1- 0- 1- 1- 3- 0- 0- 1- 0- 0- 0],[576000- 0- 576000- 0- 576000- 576000- 0- 0- 0- 806400- 0- 0- 0],[1- 0- 1- 0- 1- 1- 3- 1],[576000- 0- 576000- 0- 576000- 576000- 2208000- 806400],67.8209046191028,1972.82179667341,875436000000,7.7471E-11 - -arrays of value as string : ['1', '0', '1', '0', '1', '1', '3', '1'] -resulted X configuration : [1, 0, 1, 0, 1, 1, 3, 1] ---- Reading the line : 033033-2-2,[0- 3- 3- 0- 3- 3- 2- 0- 0- 2- 0- 0- 0],[0- 1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[0- 3- 3- 0- 3- 3- 2- 2],[0- 1804800- 1804800- 0- 1804800- 1804800- 1478400- 1766400],94.0135655715655,2669.4366634626,1350220000000,6.96283E-11 - -arrays of value as string : ['0', '3', '3', '0', '3', '3', '2', '2'] -resulted X configuration : [0, 3, 3, 0, 3, 3, 2, 2] ---- Reading the line : 330303-3-1,[3- 3- 0- 3- 0- 3- 3- 0- 0- 1- 0- 0- 0],[1804800- 1804800- 0- 1804800- 0- 1804800- 0- 0- 0- 806400- 0- 0- 0],[3- 3- 0- 3- 0- 3- 3- 1],[1804800- 1804800- 0- 1804800- 0- 1804800- 2208000- 806400],74.9403190398345,2164.65930622075,1087320000000,6.8922E-11 - -arrays of value as string : ['3', '3', '0', '3', '0', '3', '3', '1'] -resulted X configuration : [3, 3, 0, 3, 0, 3, 3, 1] ---- Reading the line : 333033-0-2,[3- 3- 3- 0- 3- 3- 0- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 3- 0- 3- 3- 0- 2],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 0- 1766400],79.8767027494463,2271.85489367355,1075840000000,7.42459E-11 - -arrays of value as string : ['3', '3', '3', '0', '3', '3', '0', '2'] -resulted X configuration : [3, 3, 3, 0, 3, 3, 0, 2] ---- Reading the line : 030033-2-3,[0- 3- 0- 0- 3- 3- 2- 0- 0- 3- 0- 0- 0],[0- 1804800- 0- 0- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[0- 3- 0- 0- 3- 3- 2- 3],[0- 1804800- 0- 0- 1804800- 1804800- 1478400- 2400000],89.776899533513,2560.24579498843,1243600000000,7.21911E-11 - -arrays of value as string : ['0', '3', '0', '0', '3', '3', '2', '3'] -resulted X configuration : [0, 3, 0, 0, 3, 3, 2, 3] ---- Reading the line : 333333-3-3,[3- 3- 3- 3- 3- 3- 3- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 3- 3- 3- 3- 3- 3],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 2208000- 2400000],99.8453916327805,2809.63237033538,1531480000000,6.51954E-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '3', '3'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 3, 3] ---- Reading the line : 333333-1-0,[3- 3- 3- 3- 3- 3- 1- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 3- 3- 3- 1- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 652800- 0],71.0356581632197,2054.13542328703,975387000000,7.28282E-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '1', '0'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 1, 0] ---- Reading the line : 101011-3-0,[1- 0- 1- 0- 1- 1- 3- 0- 0- 0- 0- 0- 0],[576000- 0- 576000- 0- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 0- 1- 1- 3- 0],[576000- 0- 576000- 0- 576000- 576000- 2208000- 0],57.5176175818552,1676.45729857417,677999000000,8.48344E-11 - -arrays of value as string : ['1', '0', '1', '0', '1', '1', '3', '0'] -resulted X configuration : [1, 0, 1, 0, 1, 1, 3, 0] ---- Reading the line : 333033-1-1,[3- 3- 3- 0- 3- 3- 1- 0- 0- 1- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[3- 3- 3- 0- 3- 3- 1- 1],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 652800- 806400],72.6506326213233,2104.20806449202,1069900000000,6.79041E-11 - -arrays of value as string : ['3', '3', '3', '0', '3', '3', '1', '1'] -resulted X configuration : [3, 3, 3, 0, 3, 3, 1, 1] ---- Reading the line : 222202-1-2,[2- 2- 2- 2- 0- 2- 1- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 2- 2- 0- 2- 1- 2],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 652800- 1766400],78.5356318543746,2257.44999428932,1172800000000,6.69642E-11 - -arrays of value as string : ['2', '2', '2', '2', '0', '2', '1', '2'] -resulted X configuration : [2, 2, 2, 2, 0, 2, 1, 2] ---- Reading the line : 222020-2-1,[2- 2- 2- 0- 2- 0- 2- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 0- 0- 0- 0- 806400- 0- 0- 0],[2- 2- 2- 0- 2- 0- 2- 1],[1363200- 1363200- 1363200- 0- 1363200- 0- 1478400- 806400],56.5693073110482,1671.00786549145,806364000000,7.01536E-11 - -arrays of value as string : ['2', '2', '2', '0', '2', '0', '2', '1'] -resulted X configuration : [2, 2, 2, 0, 2, 0, 2, 1] ---- Reading the line : 001101-2-2,[0- 0- 1- 1- 0- 1- 2- 0- 0- 2- 0- 0- 0],[0- 0- 576000- 576000- 0- 576000- 0- 0- 0- 1766400- 0- 0- 0],[0- 0- 1- 1- 0- 1- 2- 2],[0- 0- 576000- 576000- 0- 576000- 1478400- 1766400],73.251940060295,2114.06166031722,1024450000000,7.15037E-11 - -arrays of value as string : ['0', '0', '1', '1', '0', '1', '2', '2'] -resulted X configuration : [0, 0, 1, 1, 0, 1, 2, 2] ---- Reading the line : 111111-2-1,[1- 1- 1- 1- 1- 1- 2- 0- 0- 1- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 806400- 0- 0- 0],[1- 1- 1- 1- 1- 1- 2- 1],[576000- 576000- 576000- 576000- 576000- 576000- 1478400- 806400],58.7321270588738,1698.79681728492,887255000000,6.61953E-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '1', '2', '1'] -resulted X configuration : [1, 1, 1, 1, 1, 1, 2, 1] ---- Reading the line : 222222-1-1,[2- 2- 2- 2- 2- 2- 1- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 2- 2- 2- 2- 2- 1- 1],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 652800- 806400],55.7442277111113,1628.13950567142,982802000000,5.67197E-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '1', '1'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 1, 1] ---- Reading the line : 101110-0-3,[1- 0- 1- 1- 1- 0- 0- 0- 0- 3- 0- 0- 0],[576000- 0- 576000- 576000- 576000- 0- 0- 0- 0- 2400000- 0- 0- 0],[1- 0- 1- 1- 1- 0- 0- 3],[576000- 0- 576000- 576000- 576000- 0- 0- 2400000],73.6624240556838,2147.3759794993,778591000000,9.46099E-11 - -arrays of value as string : ['1', '0', '1', '1', '1', '0', '0', '3'] -resulted X configuration : [1, 0, 1, 1, 1, 0, 0, 3] ---- Reading the line : 300033-2-1,[3- 0- 0- 0- 3- 3- 2- 0- 0- 1- 0- 0- 0],[1804800- 0- 0- 0- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[3- 0- 0- 0- 3- 3- 2- 1],[1804800- 0- 0- 0- 1804800- 1804800- 1478400- 806400],75.6622282738419,2187.16362546056,1020690000000,7.41285E-11 - -arrays of value as string : ['3', '0', '0', '0', '3', '3', '2', '1'] -resulted X configuration : [3, 0, 0, 0, 3, 3, 2, 1] ---- Reading the line : 111101-2-3,[1- 1- 1- 1- 0- 1- 2- 0- 0- 3- 0- 0- 0],[576000- 576000- 576000- 576000- 0- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 1- 1- 0- 1- 2- 3],[576000- 576000- 576000- 576000- 0- 576000- 1478400- 2400000],93.4131245697236,2644.5999677679,1190120000000,7.84905E-11 - -arrays of value as string : ['1', '1', '1', '1', '0', '1', '2', '3'] -resulted X configuration : [1, 1, 1, 1, 0, 1, 2, 3] ---- Reading the line : 303333-3-1,[3- 0- 3- 3- 3- 3- 3- 0- 0- 1- 0- 0- 0],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[3- 0- 3- 3- 3- 3- 3- 1],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 2208000- 806400],86.641218027865,2474.78413671184,1231560000000,7.03508E-11 - -arrays of value as string : ['3', '0', '3', '3', '3', '3', '3', '1'] -resulted X configuration : [3, 0, 3, 3, 3, 3, 3, 1] ---- Reading the line : 110110-3-1,[1- 1- 0- 1- 1- 0- 3- 0- 0- 1- 0- 0- 0],[576000- 576000- 0- 576000- 576000- 0- 0- 0- 0- 806400- 0- 0- 0],[1- 1- 0- 1- 1- 0- 3- 1],[576000- 576000- 0- 576000- 576000- 0- 2208000- 806400],69.8226407220911,2034.82765363686,879587000000,7.93812E-11 - -arrays of value as string : ['1', '1', '0', '1', '1', '0', '3', '1'] -resulted X configuration : [1, 1, 0, 1, 1, 0, 3, 1] ---- Reading the line : 222220-3-1,[2- 2- 2- 2- 2- 0- 3- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 806400- 0- 0- 0],[2- 2- 2- 2- 2- 0- 3- 1],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 2208000- 806400],72.5120663430038,2108.67013761083,946532000000,7.66082E-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '0', '3', '1'] -resulted X configuration : [2, 2, 2, 2, 2, 0, 3, 1] ---- Reading the line : 110110-2-0,[1- 1- 0- 1- 1- 0- 2- 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- 2- 0],[576000- 576000- 0- 576000- 576000- 0- 1478400- 0],42.6214864172658,1285.32355317926,576130000000,7.39789E-11 - -arrays of value as string : ['1', '1', '0', '1', '1', '0', '2', '0'] -resulted X configuration : [1, 1, 0, 1, 1, 0, 2, 0] ---- Reading the line : 000022-2-2,[0- 0- 0- 0- 2- 2- 2- 0- 0- 2- 0- 0- 0],[0- 0- 0- 0- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[0- 0- 0- 0- 2- 2- 2- 2],[0- 0- 0- 0- 1363200- 1363200- 1478400- 1766400],76.4971891147909,2215.38655995498,1092470000000,7.00222E-11 - -arrays of value as string : ['0', '0', '0', '0', '2', '2', '2', '2'] -resulted X configuration : [0, 0, 0, 0, 2, 2, 2, 2] ---- Reading the line : 111011-1-0,[1- 1- 1- 0- 1- 1- 1- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 0- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 1- 1- 0- 1- 1- 1- 0],[576000- 576000- 576000- 0- 576000- 576000- 652800- 0],33.4260041380091,1005.8580069447,385489000000,8.67107E-11 - -arrays of value as string : ['1', '1', '1', '0', '1', '1', '1', '0'] -resulted X configuration : [1, 1, 1, 0, 1, 1, 1, 0] ---- Reading the line : 222220-1-0,[2- 2- 2- 2- 2- 0- 1- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 2- 2- 0- 1- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 652800- 0],32.0011057465816,963.491545911804,385750000000,8.29581E-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '0', '1', '0'] -resulted X configuration : [2, 2, 2, 2, 2, 0, 1, 0] ---- Reading the line : 033333-1-0,[0- 3- 3- 3- 3- 3- 1- 0- 0- 0- 0- 0- 0],[0- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[0- 3- 3- 3- 3- 3- 1- 0],[0- 1804800- 1804800- 1804800- 1804800- 1804800- 652800- 0],62.5543914533039,1833.75082428562,839388000000,7.45238E-11 - -arrays of value as string : ['0', '3', '3', '3', '3', '3', '1', '0'] -resulted X configuration : [0, 3, 3, 3, 3, 3, 1, 0] ---- Reading the line : 202222-1-0,[2- 0- 2- 2- 2- 2- 1- 0- 0- 0- 0- 0- 0],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 0- 2- 2- 2- 2- 1- 0],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 652800- 0],44.0672441700072,1321.8612944609,668521000000,6.59175E-11 - -arrays of value as string : ['2', '0', '2', '2', '2', '2', '1', '0'] -resulted X configuration : [2, 0, 2, 2, 2, 2, 1, 0] ---- Reading the line : 011111-2-1,[0- 1- 1- 1- 1- 1- 2- 0- 0- 1- 0- 0- 0],[0- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 806400- 0- 0- 0],[0- 1- 1- 1- 1- 1- 2- 1],[0- 576000- 576000- 576000- 576000- 576000- 1478400- 806400],54.9134481539672,1617.61572019261,819865000000,6.69786E-11 - -arrays of value as string : ['0', '1', '1', '1', '1', '1', '2', '1'] -resulted X configuration : [0, 1, 1, 1, 1, 1, 2, 1] ---- Reading the line : 110111-2-0,[1- 1- 0- 1- 1- 1- 2- 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- 2- 0],[576000- 576000- 0- 576000- 576000- 576000- 1478400- 0],44.3851855395692,1323.94006135988,621300000000,7.14392E-11 - -arrays of value as string : ['1', '1', '0', '1', '1', '1', '2', '0'] -resulted X configuration : [1, 1, 0, 1, 1, 1, 2, 0] ---- Reading the line : 333333-3-2,[3- 3- 3- 3- 3- 3- 3- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 3- 3- 3- 3- 3- 2],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 2208000- 1766400],112.252246650916,3114.47717676695,1644520000000,6.82584E-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '3', '2'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 3, 2] ---- Reading the line : 333333-0-3,[3- 3- 3- 3- 3- 3- 0- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 3- 3- 3- 3- 0- 3],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 2400000],89.0597439439495,2528.0126146004,1209910000000,7.36086E-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '0', '3'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 0, 3] ---- Reading the line : 110100-1-3,[1- 1- 0- 1- 0- 0- 1- 0- 0- 3- 0- 0- 0],[576000- 576000- 0- 576000- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 0- 1- 0- 0- 1- 3],[576000- 576000- 0- 576000- 0- 0- 652800- 2400000],77.6226342959476,2245.57120948842,870626000000,8.91573E-11 - -arrays of value as string : ['1', '1', '0', '1', '0', '0', '1', '3'] -resulted X configuration : [1, 1, 0, 1, 0, 0, 1, 3] ---- Reading the line : 110111-2-0,[1- 1- 0- 1- 1- 1- 2- 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- 2- 0],[576000- 576000- 0- 576000- 576000- 576000- 1478400- 0],45.342545639677,1346.25144155264,622642000000,7.28228E-11 - -arrays of value as string : ['1', '1', '0', '1', '1', '1', '2', '0'] -resulted X configuration : [1, 1, 0, 1, 1, 1, 2, 0] ---- Reading the line : 011011-1-0,[0- 1- 1- 0- 1- 1- 1- 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- 1- 0],[0- 576000- 576000- 0- 576000- 576000- 652800- 0],31.3418994560934,936.950973087085,341243000000,9.18463E-11 - -arrays of value as string : ['0', '1', '1', '0', '1', '1', '1', '0'] -resulted X configuration : [0, 1, 1, 0, 1, 1, 1, 0] ---- Reading the line : 100111-3-1,[1- 0- 0- 1- 1- 1- 3- 0- 0- 1- 0- 0- 0],[576000- 0- 0- 576000- 576000- 576000- 0- 0- 0- 806400- 0- 0- 0],[1- 0- 0- 1- 1- 1- 3- 1],[576000- 0- 0- 576000- 576000- 576000- 2208000- 806400],80.0526614822044,2308.23710094083,929019000000,8.6169E-11 - -arrays of value as string : ['1', '0', '0', '1', '1', '1', '3', '1'] -resulted X configuration : [1, 0, 0, 1, 1, 1, 3, 1] ---- Reading the line : 010100-0-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],23.5175293800191,721.862597545539,77422300000,3.03757E-10 - -arrays of value as string : ['0', '1', '0', '1', '0', '0', '0', '0'] -resulted X configuration : [0, 1, 0, 1, 0, 0, 0, 0] ---- Reading the line : 222202-3-0,[2- 2- 2- 2- 0- 2- 3- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 2- 0- 2- 3- 0],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 2208000- 0],76.6951102201836,2208.61867204852,1047870000000,7.31914E-11 - -arrays of value as string : ['2', '2', '2', '2', '0', '2', '3', '0'] -resulted X configuration : [2, 2, 2, 2, 0, 2, 3, 0] ---- Reading the line : 222222-3-0,[2- 2- 2- 2- 2- 2- 3- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 2- 2- 2- 3- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 2208000- 0],71.5079965571832,2086.15882477151,1103560000000,6.47976E-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '3', '0'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 3, 0] ---- Reading the line : 330033-2-1,[3- 3- 0- 0- 3- 3- 2- 0- 0- 1- 0- 0- 0],[1804800- 1804800- 0- 0- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[3- 3- 0- 0- 3- 3- 2- 1],[1804800- 1804800- 0- 0- 1804800- 1804800- 1478400- 806400],84.777250997072,2431.20599679527,1167130000000,7.26374E-11 - -arrays of value as string : ['3', '3', '0', '0', '3', '3', '2', '1'] -resulted X configuration : [3, 3, 0, 0, 3, 3, 2, 1] ---- Reading the line : 303300-2-2,[3- 0- 3- 3- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 1804800- 1804800- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[3- 0- 3- 3- 0- 0- 2- 2],[1804800- 0- 1804800- 1804800- 0- 0- 1478400- 1766400],72.5489714103032,2093.64289518736,1013330000000,7.15946E-11 - -arrays of value as string : ['3', '0', '3', '3', '0', '0', '2', '2'] -resulted X configuration : [3, 0, 3, 3, 0, 0, 2, 2] ---- Reading the line : 222022-2-0,[2- 2- 2- 0- 2- 2- 2- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 0- 2- 2- 2- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 1478400- 0],58.262720853322,1699.8367445321,904706000000,6.43996E-11 - -arrays of value as string : ['2', '2', '2', '0', '2', '2', '2', '0'] -resulted X configuration : [2, 2, 2, 0, 2, 2, 2, 0] ---- Reading the line : 220222-3-2,[2- 2- 0- 2- 2- 2- 3- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 0- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 0- 2- 2- 2- 3- 2],[1363200- 1363200- 0- 1363200- 1363200- 1363200- 2208000- 1766400],98.0625210176743,2763.71855167368,1450630000000,6.76E-11 - -arrays of value as string : ['2', '2', '0', '2', '2', '2', '3', '2'] -resulted X configuration : [2, 2, 0, 2, 2, 2, 3, 2] ---- Reading the line : 000111-3-0,[0- 0- 0- 1- 1- 1- 3- 0- 0- 0- 0- 0- 0],[0- 0- 0- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 1- 1- 1- 3- 0],[0- 0- 0- 576000- 576000- 576000- 2208000- 0],49.4404352153497,1461.27237567664,595040000000,8.30876E-11 - -arrays of value as string : ['0', '0', '0', '1', '1', '1', '3', '0'] -resulted X configuration : [0, 0, 0, 1, 1, 1, 3, 0] ---- Reading the line : 111001-2-2,[1- 1- 1- 0- 0- 1- 2- 0- 0- 2- 0- 0- 0],[576000- 576000- 576000- 0- 0- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 1- 1- 0- 0- 1- 2- 2],[576000- 576000- 576000- 0- 0- 576000- 1478400- 1766400],74.8645087621987,2151.39161574162,1075050000000,6.96382E-11 - -arrays of value as string : ['1', '1', '1', '0', '0', '1', '2', '2'] -resulted X configuration : [1, 1, 1, 0, 0, 1, 2, 2] ---- Reading the line : 020220-2-1,[0- 2- 0- 2- 2- 0- 2- 0- 0- 1- 0- 0- 0],[0- 1363200- 0- 1363200- 1363200- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 2- 0- 2- 2- 0- 2- 1],[0- 1363200- 0- 1363200- 1363200- 0- 1478400- 806400],55.3938120911074,1629.50810378061,747522000000,7.41033E-11 - -arrays of value as string : ['0', '2', '0', '2', '2', '0', '2', '1'] -resulted X configuration : [0, 2, 0, 2, 2, 0, 2, 1] ---- Reading the line : 222222-0-0,[2- 2- 2- 2- 2- 2- 0- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 2- 2- 2- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0],41.4528641815209,1242.26425895776,591275000000,7.01076E-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '0', '0'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 0, 0] ---- Reading the line : 300333-3-2,[3- 0- 0- 3- 3- 3- 3- 0- 0- 2- 0- 0- 0],[1804800- 0- 0- 1804800- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 0- 0- 3- 3- 3- 3- 2],[1804800- 0- 0- 1804800- 1804800- 1804800- 2208000- 1766400],100.311184339352,2831.19713307578,1386980000000,7.23235E-11 - -arrays of value as string : ['3', '0', '0', '3', '3', '3', '3', '2'] -resulted X configuration : [3, 0, 0, 3, 3, 3, 3, 2] ---- Reading the line : 222222-0-3,[2- 2- 2- 2- 2- 2- 0- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 2- 2- 2- 0- 3],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 2400000],77.6487009668172,2228.22857493385,1127120000000,6.88912E-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '0', '3'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 0, 3] ---- Reading the line : 000200-2-1,[0- 0- 0- 2- 0- 0- 2- 0- 0- 1- 0- 0- 0],[0- 0- 0- 1363200- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 0- 2- 0- 0- 2- 1],[0- 0- 0- 1363200- 0- 0- 1478400- 806400],53.677951058628,1581.42701475316,645068000000,8.32129E-11 - -arrays of value as string : ['0', '0', '0', '2', '0', '0', '2', '1'] -resulted X configuration : [0, 0, 0, 2, 0, 0, 2, 1] ---- Reading the line : 333300-1-1,[3- 3- 3- 3- 0- 0- 1- 0- 0- 1- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[3- 3- 3- 3- 0- 0- 1- 1],[1804800- 1804800- 1804800- 1804800- 0- 0- 652800- 806400],39.9195324609141,1191.49828374389,562703000000,7.09425E-11 - -arrays of value as string : ['3', '3', '3', '3', '0', '0', '1', '1'] -resulted X configuration : [3, 3, 3, 3, 0, 0, 1, 1] ---- Reading the line : 330030-0-1,[3- 3- 0- 0- 3- 0- 0- 0- 0- 1- 0- 0- 0],[1804800- 1804800- 0- 0- 1804800- 0- 0- 0- 0- 806400- 0- 0- 0],[3- 3- 0- 0- 3- 0- 0- 1],[1804800- 1804800- 0- 0- 1804800- 0- 0- 806400],33.4145827544387,999.81415357544,341795000000,9.77621E-11 - -arrays of value as string : ['3', '3', '0', '0', '3', '0', '0', '1'] -resulted X configuration : [3, 3, 0, 0, 3, 0, 0, 1] ---- Reading the line : 333333-2-0,[3- 3- 3- 3- 3- 3- 2- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 3- 3- 3- 2- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 1478400- 0],83.103378159748,2393.38185596364,1195420000000,6.95181E-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '2', '0'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 2, 0] ---- Reading the line : 110010-0-3,[1- 1- 0- 0- 1- 0- 0- 0- 0- 3- 0- 0- 0],[576000- 576000- 0- 0- 576000- 0- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 0- 0- 1- 0- 0- 3],[576000- 576000- 0- 0- 576000- 0- 0- 2400000],62.4324044343125,1825.30556607721,676237000000,9.23233E-11 - -arrays of value as string : ['1', '1', '0', '0', '1', '0', '0', '3'] -resulted X configuration : [1, 1, 0, 0, 1, 0, 0, 3] ---- Reading the line : 330030-1-2,[3- 3- 0- 0- 3- 0- 1- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 0- 0- 1804800- 0- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 0- 0- 3- 0- 1- 2],[1804800- 1804800- 0- 0- 1804800- 0- 652800- 1766400],62.4755025899128,1812.43557287185,792459000000,7.88375E-11 - -arrays of value as string : ['3', '3', '0', '0', '3', '0', '1', '2'] -resulted X configuration : [3, 3, 0, 0, 3, 0, 1, 2] ---- Reading the line : 222222-3-0,[2- 2- 2- 2- 2- 2- 3- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 2- 2- 2- 3- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 2208000- 0],68.8022036229322,2008.42150009888,1089440000000,6.31537E-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '3', '0'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 3, 0] ---- Reading the line : 222222-3-2,[2- 2- 2- 2- 2- 2- 3- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 2- 2- 2- 2- 3- 2],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 2208000- 1766400],95.9288937521245,2702.35223678427,1496100000000,6.41193E-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '3', '2'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 3, 2] ---- Reading the line : 220202-0-1,[2- 2- 0- 2- 0- 2- 0- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 0- 1363200- 0- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 2- 0- 2- 0- 2- 0- 1],[1363200- 1363200- 0- 1363200- 0- 1363200- 0- 806400],43.9976841972795,1326.19698498,616183000000,7.14036E-11 - -arrays of value as string : ['2', '2', '0', '2', '0', '2', '0', '1'] -resulted X configuration : [2, 2, 0, 2, 0, 2, 0, 1] ---- Reading the line : 333030-3-2,[3- 3- 3- 0- 3- 0- 3- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 0- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 3- 0- 3- 0- 3- 2],[1804800- 1804800- 1804800- 0- 1804800- 0- 2208000- 1766400],82.3838251863148,2357.57116283977,1115930000000,7.38253E-11 - -arrays of value as string : ['3', '3', '3', '0', '3', '0', '3', '2'] -resulted X configuration : [3, 3, 3, 0, 3, 0, 3, 2] ---- Reading the line : 111011-1-1,[1- 1- 1- 0- 1- 1- 1- 0- 0- 1- 0- 0- 0],[576000- 576000- 576000- 0- 576000- 576000- 0- 0- 0- 806400- 0- 0- 0],[1- 1- 1- 0- 1- 1- 1- 1],[576000- 576000- 576000- 0- 576000- 576000- 652800- 806400],41.794008855435,1238.95092696265,609225000000,6.86019E-11 - -arrays of value as string : ['1', '1', '1', '0', '1', '1', '1', '1'] -resulted X configuration : [1, 1, 1, 0, 1, 1, 1, 1] ---- Reading the line : 202220-3-0,[2- 0- 2- 2- 2- 0- 3- 0- 0- 0- 0- 0- 0],[1363200- 0- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0- 0],[2- 0- 2- 2- 2- 0- 3- 0],[1363200- 0- 1363200- 1363200- 1363200- 0- 2208000- 0],55.1955872410731,1609.20385279534,666775000000,8.27799E-11 - -arrays of value as string : ['2', '0', '2', '2', '2', '0', '3', '0'] -resulted X configuration : [2, 0, 2, 2, 2, 0, 3, 0] ---- Reading the line : 220220-1-2,[2- 2- 0- 2- 2- 0- 1- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 0- 1363200- 1363200- 0- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 0- 2- 2- 0- 1- 2],[1363200- 1363200- 0- 1363200- 1363200- 0- 652800- 1766400],63.3971718133292,1848.82938487331,841747000000,7.53162E-11 - -arrays of value as string : ['2', '2', '0', '2', '2', '0', '1', '2'] -resulted X configuration : [2, 2, 0, 2, 2, 0, 1, 2] ---- Reading the line : 110111-1-2,[1- 1- 0- 1- 1- 1- 1- 0- 0- 2- 0- 0- 0],[576000- 576000- 0- 576000- 576000- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 1- 0- 1- 1- 1- 1- 2],[576000- 576000- 0- 576000- 576000- 576000- 652800- 1766400],65.5557580165811,1906.30074367027,890469000000,7.36194E-11 - -arrays of value as string : ['1', '1', '0', '1', '1', '1', '1', '2'] -resulted X configuration : [1, 1, 0, 1, 1, 1, 1, 2] ---- Reading the line : 111111-1-3,[1- 1- 1- 1- 1- 1- 1- 0- 0- 3- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 1- 1- 1- 1- 1- 3],[576000- 576000- 576000- 576000- 576000- 576000- 652800- 2400000],70.9803740450458,2036.14664936197,938774000000,7.56097E-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '1', '1', '3'] -resulted X configuration : [1, 1, 1, 1, 1, 1, 1, 3] ---- Reading the line : 222020-2-0,[2- 2- 2- 0- 2- 0- 2- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 0- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 0- 2- 0- 2- 0],[1363200- 1363200- 1363200- 0- 1363200- 0- 1478400- 0],45.3072604814401,1331.87814430662,575478000000,7.87298E-11 - -arrays of value as string : ['2', '2', '2', '0', '2', '0', '2', '0'] -resulted X configuration : [2, 2, 2, 0, 2, 0, 2, 0] ---- Reading the line : 333303-0-2,[3- 3- 3- 3- 0- 3- 0- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 0- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 3- 3- 0- 3- 0- 2],[1804800- 1804800- 1804800- 1804800- 0- 1804800- 0- 1766400],75.8036384393518,2191.79500900324,1038170000000,7.30166E-11 - -arrays of value as string : ['3', '3', '3', '3', '0', '3', '0', '2'] -resulted X configuration : [3, 3, 3, 3, 0, 3, 0, 2] ---- Reading the line : 100010-0-1,[1- 0- 0- 0- 1- 0- 0- 0- 0- 1- 0- 0- 0],[576000- 0- 0- 0- 576000- 0- 0- 0- 0- 806400- 0- 0- 0],[1- 0- 0- 0- 1- 0- 0- 1],[576000- 0- 0- 0- 576000- 0- 0- 806400],32.1912867561494,975.724684697627,296221000000,1.08673E-10 - -arrays of value as string : ['1', '0', '0', '0', '1', '0', '0', '1'] -resulted X configuration : [1, 0, 0, 0, 1, 0, 0, 1] ---- Reading the line : 222222-3-1,[2- 2- 2- 2- 2- 2- 3- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 2- 2- 2- 2- 2- 3- 1],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 2208000- 806400],79.3720923830505,2267.3604267642,1253340000000,6.33285E-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '3', '1'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 3, 1] ---- Reading the line : 222202-1-2,[2- 2- 2- 2- 0- 2- 1- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 2- 2- 0- 2- 1- 2],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 652800- 1766400],75.2161891555095,2161.20447880785,1098030000000,6.8501E-11 - -arrays of value as string : ['2', '2', '2', '2', '0', '2', '1', '2'] -resulted X configuration : [2, 2, 2, 2, 0, 2, 1, 2] ---- Reading the line : 101111-0-3,[1- 0- 1- 1- 1- 1- 0- 0- 0- 3- 0- 0- 0],[576000- 0- 576000- 576000- 576000- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 0- 1- 1- 1- 1- 0- 3],[576000- 0- 576000- 576000- 576000- 576000- 0- 2400000],58.0655432702143,1703.88744116384,702004000000,8.2714E-11 - -arrays of value as string : ['1', '0', '1', '1', '1', '1', '0', '3'] -resulted X configuration : [1, 0, 1, 1, 1, 1, 0, 3] ---- Reading the line : 110011-0-2,[1- 1- 0- 0- 1- 1- 0- 0- 0- 2- 0- 0- 0],[576000- 576000- 0- 0- 576000- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 1- 0- 0- 1- 1- 0- 2],[576000- 576000- 0- 0- 576000- 576000- 0- 1766400],56.004272107212,1630.6115263799,659934000000,8.48634E-11 - -arrays of value as string : ['1', '1', '0', '0', '1', '1', '0', '2'] -resulted X configuration : [1, 1, 0, 0, 1, 1, 0, 2] ---- Reading the line : 101011-1-2,[1- 0- 1- 0- 1- 1- 1- 0- 0- 2- 0- 0- 0],[576000- 0- 576000- 0- 576000- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 0- 1- 0- 1- 1- 1- 2],[576000- 0- 576000- 0- 576000- 576000- 652800- 1766400],64.7867353921133,1887.8542751839,836960000000,7.74072E-11 - -arrays of value as string : ['1', '0', '1', '0', '1', '1', '1', '2'] -resulted X configuration : [1, 0, 1, 0, 1, 1, 1, 2] ---- Reading the line : 001011-2-2,[0- 0- 1- 0- 1- 1- 2- 0- 0- 2- 0- 0- 0],[0- 0- 576000- 0- 576000- 576000- 0- 0- 0- 1766400- 0- 0- 0],[0- 0- 1- 0- 1- 1- 2- 2],[0- 0- 576000- 0- 576000- 576000- 1478400- 1766400],73.393325791739,2108.3343497435,995211000000,7.37465E-11 - -arrays of value as string : ['0', '0', '1', '0', '1', '1', '2', '2'] -resulted X configuration : [0, 0, 1, 0, 1, 1, 2, 2] ---- Reading the line : 011110-2-1,[0- 1- 1- 1- 1- 0- 2- 0- 0- 1- 0- 0- 0],[0- 576000- 576000- 576000- 576000- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 1- 1- 1- 1- 0- 2- 1],[0- 576000- 576000- 576000- 576000- 0- 1478400- 806400],57.8940253640561,1708.0342621472,795670000000,7.27614E-11 - -arrays of value as string : ['0', '1', '1', '1', '1', '0', '2', '1'] -resulted X configuration : [0, 1, 1, 1, 1, 0, 2, 1] ---- Reading the line : 333033-2-2,[3- 3- 3- 0- 3- 3- 2- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 3- 0- 3- 3- 2- 2],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 1478400- 1766400],75.3926735584727,2160.59171856054,1154450000000,6.53061E-11 - -arrays of value as string : ['3', '3', '3', '0', '3', '3', '2', '2'] -resulted X configuration : [3, 3, 3, 0, 3, 3, 2, 2] ---- Reading the line : 330303-0-0,[3- 3- 0- 3- 0- 3- 0- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 0- 1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 3- 0- 3- 0- 3- 0- 0],[1804800- 1804800- 0- 1804800- 0- 1804800- 0- 0],38.6438793260726,1149.5860113844,410896000000,9.40478E-11 - -arrays of value as string : ['3', '3', '0', '3', '0', '3', '0', '0'] -resulted X configuration : [3, 3, 0, 3, 0, 3, 0, 0] ---- Reading the line : 033030-3-2,[0- 3- 3- 0- 3- 0- 3- 0- 0- 2- 0- 0- 0],[0- 1804800- 1804800- 0- 1804800- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 3- 3- 0- 3- 0- 3- 2],[0- 1804800- 1804800- 0- 1804800- 0- 2208000- 1766400],16.3307947163033,503.625203352677,116019000000,1.4076E-10 - -arrays of value as string : ['0', '3', '3', '0', '3', '0', '3', '2'] -resulted X configuration : [0, 3, 3, 0, 3, 0, 3, 2] ---- Reading the line : 333330-1-0,[3- 3- 3- 3- 3- 0- 1- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 3- 3- 0- 1- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 652800- 0],13.4893048354332,413.744361149908,75662100000,1.78284E-10 - -arrays of value as string : ['3', '3', '3', '3', '3', '0', '1', '0'] -resulted X configuration : [3, 3, 3, 3, 3, 0, 1, 0] ---- Reading the line : 222202-0-1,[2- 2- 2- 2- 0- 2- 0- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 2- 2- 2- 0- 2- 0- 1],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 0- 806400],18.3191369059882,558.347775598573,188126000000,9.7377E-11 - -arrays of value as string : ['2', '2', '2', '2', '0', '2', '0', '1'] -resulted X configuration : [2, 2, 2, 2, 0, 2, 0, 1] ---- Reading the line : 110111-3-3,[1- 1- 0- 1- 1- 1- 3- 0- 0- 3- 0- 0- 0],[576000- 576000- 0- 576000- 576000- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 0- 1- 1- 1- 3- 3],[576000- 576000- 0- 576000- 576000- 576000- 2208000- 2400000],14.0838858431668,434.231525898343,75472200000,1.8661E-10 - -arrays of value as string : ['1', '1', '0', '1', '1', '1', '3', '3'] -resulted X configuration : [1, 1, 0, 1, 1, 1, 3, 3] ---- Reading the line : 333330-2-3,[3- 3- 3- 3- 3- 0- 2- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 3- 3- 3- 0- 2- 3],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 1478400- 2400000],13.9697963651223,419.523224360775,75619700000,1.84738E-10 - -arrays of value as string : ['3', '3', '3', '3', '3', '0', '2', '3'] -resulted X configuration : [3, 3, 3, 3, 3, 0, 2, 3] ---- Reading the line : 111111-2-0,[1- 1- 1- 1- 1- 1- 2- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 1- 1- 1- 1- 1- 2- 0],[576000- 576000- 576000- 576000- 576000- 576000- 1478400- 0],13.7189335182749,408.285878833296,75791800000,1.81008E-10 - -arrays of value as string : ['1', '1', '1', '1', '1', '1', '2', '0'] -resulted X configuration : [1, 1, 1, 1, 1, 1, 2, 0] ---- Reading the line : 101010-2-3,[1- 0- 1- 0- 1- 0- 2- 0- 0- 3- 0- 0- 0],[576000- 0- 576000- 0- 576000- 0- 0- 0- 0- 2400000- 0- 0- 0],[1- 0- 1- 0- 1- 0- 2- 3],[576000- 0- 576000- 0- 576000- 0- 1478400- 2400000],12.9248547023353,396.064970804333,76037200000,1.69981E-10 - -arrays of value as string : ['1', '0', '1', '0', '1', '0', '2', '3'] -resulted X configuration : [1, 0, 1, 0, 1, 0, 2, 3] ---- Reading the line : 333333-2-2,[3- 3- 3- 3- 3- 3- 2- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 3- 3- 3- 3- 2- 2],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 1478400- 1766400],25.3623210355619,760.418445407865,250600000000,1.01206E-10 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '2', '2'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 2, 2] ---- Reading the line : 222002-2-3,[2- 2- 2- 0- 0- 2- 2- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 0- 0- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 0- 0- 2- 2- 3],[1363200- 1363200- 1363200- 0- 0- 1363200- 1478400- 2400000],18.1188341516786,550.856369056302,188485000000,9.61288E-11 - -arrays of value as string : ['2', '2', '2', '0', '0', '2', '2', '3'] -resulted X configuration : [2, 2, 2, 0, 0, 2, 2, 3] ---- Reading the line : 222022-1-3,[2- 2- 2- 0- 2- 2- 1- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 0- 2- 2- 1- 3],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 652800- 2400000],17.9776183946517,547.335510357609,188372000000,9.54368E-11 - -arrays of value as string : ['2', '2', '2', '0', '2', '2', '1', '3'] -resulted X configuration : [2, 2, 2, 0, 2, 2, 1, 3] ---- Reading the line : 033033-1-2,[0- 3- 3- 0- 3- 3- 1- 0- 0- 2- 0- 0- 0],[0- 1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[0- 3- 3- 0- 3- 3- 1- 2],[0- 1804800- 1804800- 0- 1804800- 1804800- 652800- 1766400],24.5924899083227,745.507520977074,252710000000,9.73151E-11 - -arrays of value as string : ['0', '3', '3', '0', '3', '3', '1', '2'] -resulted X configuration : [0, 3, 3, 0, 3, 3, 1, 2] ---- Reading the line : 010111-3-2,[0- 1- 0- 1- 1- 1- 3- 0- 0- 2- 0- 0- 0],[0- 576000- 0- 576000- 576000- 576000- 0- 0- 0- 1766400- 0- 0- 0],[0- 1- 0- 1- 1- 1- 3- 2],[0- 576000- 0- 576000- 576000- 576000- 2208000- 1766400],13.6504873016518,422.496232212593,75350800000,1.81159E-10 - -arrays of value as string : ['0', '1', '0', '1', '1', '1', '3', '2'] -resulted X configuration : [0, 1, 0, 1, 1, 1, 3, 2] ---- Reading the line : 222202-3-2,[2- 2- 2- 2- 0- 2- 3- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 2- 2- 0- 2- 3- 2],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 2208000- 1766400],17.984386490349,539.530074808529,188258000000,9.55305E-11 - -arrays of value as string : ['2', '2', '2', '2', '0', '2', '3', '2'] -resulted X configuration : [2, 2, 2, 2, 0, 2, 3, 2] ---- Reading the line : 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],13.8323700917135,411.984218836576,76579500000,1.80628E-10 - -arrays of value as string : ['3', '3', '0', '3', '3', '0', '0', '0'] -resulted X configuration : [3, 3, 0, 3, 3, 0, 0, 0] ---- Reading the line : 222222-1-2,[2- 2- 2- 2- 2- 2- 1- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 2- 2- 2- 2- 1- 2],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 652800- 1766400],17.8171709875973,544.461115773839,187451000000,9.50498E-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '1', '2'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 1, 2] ---- Reading the line : 022222-1-1,[0- 2- 2- 2- 2- 2- 1- 0- 0- 1- 0- 0- 0],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 806400- 0- 0- 0],[0- 2- 2- 2- 2- 2- 1- 1],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 652800- 806400],17.8136328789872,547.225988212559,188320000000,9.45924E-11 - -arrays of value as string : ['0', '2', '2', '2', '2', '2', '1', '1'] -resulted X configuration : [0, 2, 2, 2, 2, 2, 1, 1] ---- Reading the line : 101001-3-0,[1- 0- 1- 0- 0- 1- 3- 0- 0- 0- 0- 0- 0],[576000- 0- 576000- 0- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 0- 0- 1- 3- 0],[576000- 0- 576000- 0- 0- 576000- 2208000- 0],14.4399767950293,438.976034527161,76577300000,1.88567E-10 - -arrays of value as string : ['1', '0', '1', '0', '0', '1', '3', '0'] -resulted X configuration : [1, 0, 1, 0, 0, 1, 3, 0] ---- Reading the line : 033333-0-0,[0- 3- 3- 3- 3- 3- 0- 0- 0- 0- 0- 0- 0],[0- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[0- 3- 3- 3- 3- 3- 0- 0],[0- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0],24.0280687781385,730.411225048072,252880000000,9.50177E-11 - -arrays of value as string : ['0', '3', '3', '3', '3', '3', '0', '0'] -resulted X configuration : [0, 3, 3, 3, 3, 3, 0, 0] - --- Getting data from file /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/summary_files_only/summary_google_pixel_varying_frequency_with_configuration_really_tested.csv ---- Reading the line : 000000-0-0,[0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0],11.04773,336.07,90000000000.0,1.2275255555555554e-10 - -arrays of value as string : ['0', '0', '0', '0', '0', '0', '0', '0'] -resulted X configuration : [0, 0, 0, 0, 0, 0, 0, 0] ---- Reading the line : 100000-0-0,[1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[576000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 0- 0- 0- 0- 0- 0- 0],[576000- 0- 0- 0- 0- 0- 0- 0],22.55499,679.99,62060000000.00001,3.6343844666451816e-10 - -arrays of value as string : ['1', '0', '0', '0', '0', '0', '0', '0'] -resulted X configuration : [1, 0, 0, 0, 0, 0, 0, 0] ---- Reading the line : 200000-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- 0- 0- 0- 0],24.78502,746.01,126699999999.99998,1.9561973164956593e-10 - -arrays of value as string : ['2', '0', '0', '0', '0', '0', '0', '0'] -resulted X configuration : [2, 0, 0, 0, 0, 0, 0, 0] ---- Reading the line : 300000-0-0,[3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 0- 0- 0- 0- 0- 0- 0],[1804800- 0- 0- 0- 0- 0- 0- 0],29.19724,876.8,160362534000.0,1.8207020849396157e-10 - -arrays of value as string : ['3', '0', '0', '0', '0', '0', '0', '0'] -resulted X configuration : [3, 0, 0, 0, 0, 0, 0, 0] ---- Reading the line : 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.2773,729.67,141737000000.0,1.7128413893337662e-10 - -arrays of value as string : ['1', '1', '0', '0', '0', '0', '0', '0'] -resulted X configuration : [1, 1, 0, 0, 0, 0, 0, 0] ---- Reading the line : 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],28.50231,854.14,261014000000.0,1.0919839548836461e-10 - -arrays of value as string : ['2', '2', '0', '0', '0', '0', '0', '0'] -resulted X configuration : [2, 2, 0, 0, 0, 0, 0, 0] ---- Reading the line : 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],38.59814,1066.77,336804200000.0,1.1460112433277258e-10 - -arrays of value as string : ['3', '3', '0', '0', '0', '0', '0', '0'] -resulted X configuration : [3, 3, 0, 0, 0, 0, 0, 0] ---- Reading the line : 111000-0-0,[1- 1- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 1- 1- 0- 0- 0- 0- 0],[576000- 576000- 576000- 0- 0- 0- 0- 0],26.06077,783.2,229160700000.0,1.1372268456153259e-10 - -arrays of value as string : ['1', '1', '1', '0', '0', '0', '0', '0'] -resulted X configuration : [1, 1, 1, 0, 0, 0, 0, 0] ---- Reading the line : 222000-0-0,[2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 0- 0- 0- 0- 0],32.11143,960.98,407984000000.0,7.870757186556335e-11 - -arrays of value as string : ['2', '2', '2', '0', '0', '0', '0', '0'] -resulted X configuration : [2, 2, 2, 0, 0, 0, 0, 0] ---- Reading the line : 333000-0-0,[3- 3- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 0- 0- 0- 0- 0],46.07778,1272.45,495630000000.0,9.296810120452757e-11 - -arrays of value as string : ['3', '3', '3', '0', '0', '0', '0', '0'] -resulted X configuration : [3, 3, 3, 0, 0, 0, 0, 0] ---- Reading the line : 300000-1-0,[3- 0- 0- 0- 0- 0- 1- 0- 0- 0- 0- 0- 0],[1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 0- 0- 0- 0- 0- 1- 0],[1804800- 0- 0- 0- 0- 0- 652800- 0],35.08751,1045.8,381053900000.0,9.208017553422233e-11 - -arrays of value as string : ['3', '0', '0', '0', '0', '0', '1', '0'] -resulted X configuration : [3, 0, 0, 0, 0, 0, 1, 0] ---- Reading the line : 300000-2-0,[3- 0- 0- 0- 0- 0- 2- 0- 0- 0- 0- 0- 0],[1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 0- 0- 0- 0- 0- 2- 0],[1804800- 0- 0- 0- 0- 0- 1478400- 0],47.10283999999999,1389.07,624912800000.0,7.537506032841701e-11 - -arrays of value as string : ['3', '0', '0', '0', '0', '0', '2', '0'] -resulted X configuration : [3, 0, 0, 0, 0, 0, 2, 0] ---- Reading the line : 100000-1-0,[1- 0- 0- 0- 0- 0- 1- 0- 0- 0- 0- 0- 0],[576000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 0- 0- 0- 0- 0- 1- 0],[576000- 0- 0- 0- 0- 0- 652800- 0],28.15818,845.63,279024200000.0,1.0091662300259261e-10 - -arrays of value as string : ['1', '0', '0', '0', '0', '0', '1', '0'] -resulted X configuration : [1, 0, 0, 0, 0, 0, 1, 0] ---- Reading the line : 200000-2-0,[2- 0- 0- 0- 0- 0- 2- 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- 2- 0],[1363200- 0- 0- 0- 0- 0- 1478400- 0],42.7422,1265.01,612180000000.0,6.981966088405371e-11 - -arrays of value as string : ['2', '0', '0', '0', '0', '0', '2', '0'] -resulted X configuration : [2, 0, 0, 0, 0, 0, 2, 0] ---- Reading the line : 300000-3-0,[3- 0- 0- 0- 0- 0- 3- 0- 0- 0- 0- 0- 0],[1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 0- 0- 0- 0- 0- 3- 0],[1804800- 0- 0- 0- 0- 0- 2208000- 0],73.04875,2106.08,847040000000.0,8.624002408386853e-11 - -arrays of value as string : ['3', '0', '0', '0', '0', '0', '3', '0'] -resulted X configuration : [3, 0, 0, 0, 0, 0, 3, 0] ---- Reading the line : 000000-1-0,[0- 0- 0- 0- 0- 0- 1- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 1- 0],[0- 0- 0- 0- 0- 0- 652800- 0],30.05234,899.02,255406809999.99997,1.176645994678059e-10 - -arrays of value as string : ['0', '0', '0', '0', '0', '0', '1', '0'] -resulted X configuration : [0, 0, 0, 0, 0, 0, 1, 0] ---- Reading the line : 000000-2-0,[0- 0- 0- 0- 0- 0- 2- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 2- 0],[0- 0- 0- 0- 0- 0- 1478400- 0],47.13362,1390.6,553843000000.0,8.510285405791894e-11 - -arrays of value as string : ['0', '0', '0', '0', '0', '0', '2', '0'] -resulted X configuration : [0, 0, 0, 0, 0, 0, 2, 0] ---- Reading the line : 000000-3-0,[0- 0- 0- 0- 0- 0- 3- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 3- 0],[0- 0- 0- 0- 0- 0- 2208000- 0],66.8775,1938.45,674420000000.0,9.916298449037691e-11 - -arrays of value as string : ['0', '0', '0', '0', '0', '0', '3', '0'] -resulted X configuration : [0, 0, 0, 0, 0, 0, 3, 0] ---- Reading the line : 000000-0-3,[0- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 3],[0- 0- 0- 0- 0- 0- 0- 2400000],77.6323,2214.51,764552224000.0,1.0153956467988771e-10 - -arrays of value as string : ['0', '0', '0', '0', '0', '0', '0', '3'] -resulted X configuration : [0, 0, 0, 0, 0, 0, 0, 3] ---- Reading the line : 000000-1-1,[0- 0- 0- 0- 0- 0- 1- 0- 0- 1- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 0- 0- 0- 0- 1- 1],[0- 0- 0- 0- 0- 0- 652800- 806400],35.6832,1062.76,456680000000.0,7.81361128142244e-11 - -arrays of value as string : ['0', '0', '0', '0', '0', '0', '1', '1'] -resulted X configuration : [0, 0, 0, 0, 0, 0, 1, 1] ---- Reading the line : 000000-2-2,[0- 0- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 0- 0- 0- 0- 0- 2- 2],[0- 0- 0- 0- 0- 0- 1478400- 1766400],67.64763,1958.13,1031700000000.0,6.556908985170109e-11 - -arrays of value as string : ['0', '0', '0', '0', '0', '0', '2', '2'] -resulted X configuration : [0, 0, 0, 0, 0, 0, 2, 2] ---- Reading the line : 000000-3-1,[0- 0- 0- 0- 0- 0- 3- 0- 0- 1- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 0- 0- 0- 0- 3- 1],[0- 0- 0- 0- 0- 0- 2208000- 806400],80.6761,2298.82,939240200000.0,8.589506709785208e-11 - -arrays of value as string : ['0', '0', '0', '0', '0', '0', '3', '1'] -resulted X configuration : [0, 0, 0, 0, 0, 0, 3, 1] ---- Reading the line : 000000-3-2,[0- 0- 0- 0- 0- 0- 3- 0- 0- 2- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 0- 0- 0- 0- 0- 3- 2],[0- 0- 0- 0- 0- 0- 2208000- 1766400],98.66502,2758.98,1228063800000.0,8.034193337512269e-11 - -arrays of value as string : ['0', '0', '0', '0', '0', '0', '3', '2'] -resulted X configuration : [0, 0, 0, 0, 0, 0, 3, 2] ---- Reading the line : 000000-3-3,[0- 0- 0- 0- 0- 0- 3- 0- 0- 3- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 0- 0- 0- 0- 3- 3],[0- 0- 0- 0- 0- 0- 2208000- 2400000],115.13669,3179.93,1321045181000.0,8.715575489465413e-11 - -arrays of value as string : ['0', '0', '0', '0', '0', '0', '3', '3'] -resulted X configuration : [0, 0, 0, 0, 0, 0, 3, 3] - --- Getting data from file /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/summary_files_only/summary_google_pixel_varying_number_of_threads_with_configuration_really_tested.csv ---- Reading the line : 000000-0-0,[0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0],11.04773,336.07,90000000000.0,1.2275255555555554e-10 - -arrays of value as string : ['0', '0', '0', '0', '0', '0', '0', '0'] -resulted X configuration : [0, 0, 0, 0, 0, 0, 0, 0] ---- Reading the line : 300000-0-0,[3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 0- 0- 0- 0- 0- 0- 0],[1804800- 0- 0- 0- 0- 0- 0- 0],29.19724,879.245,160362000000.0,1.8207081478155673e-10 - -arrays of value as string : ['3', '0', '0', '0', '0', '0', '0', '0'] -resulted X configuration : [3, 0, 0, 0, 0, 0, 0, 0] ---- Reading the line : 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],38.59814,1146.12,336800000000.0,1.1460255344418052e-10 - -arrays of value as string : ['3', '3', '0', '0', '0', '0', '0', '0'] -resulted X configuration : [3, 3, 0, 0, 0, 0, 0, 0] ---- Reading the line : 333000-0-0,[3- 3- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 0- 0- 0- 0- 0],46.07778,1357.74,495630000000.0,9.296810120452757e-11 - -arrays of value as string : ['3', '3', '3', '0', '0', '0', '0', '0'] -resulted X configuration : [3, 3, 3, 0, 0, 0, 0, 0] ---- Reading the line : 333300-0-0,[3- 3- 3- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 3- 0- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0],53.62951,1572.76,690600000000.0,7.76564002316826e-11 - -arrays of value as string : ['3', '3', '3', '3', '0', '0', '0', '0'] -resulted X configuration : [3, 3, 3, 3, 0, 0, 0, 0] ---- Reading the line : 333330-0-0,[3- 3- 3- 3- 3- 0- 0- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 3- 3- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0],56.82057,1661.97,922319899999.9999,6.160614120979067e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '0', '0', '0'] -resulted X configuration : [3, 3, 3, 3, 3, 0, 0, 0] ---- Reading the line : 333333-0-0,[3- 3- 3- 3- 3- 3- 0- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 3- 3- 3- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0],64.35313,1871.11,1111780000000.0,5.7882971451186377e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '0', '0'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 0, 0] ---- Reading the line : 333333-3-0,[3- 3- 3- 3- 3- 3- 3- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 3- 3- 3- 3- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 2208000- 0],106.21078,2970.56,1708829000000.0,6.215413010898106e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '3', '0'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 3, 0] ---- Reading the line : 333333-3-3,[3- 3- 3- 3- 3- 3- 3- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 3- 3- 3- 3- 3- 3],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 2208000- 2400000],123.82321,3397.9,2138468100000.0,5.790276226238774e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '3', '3'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 3, 3] ---- Reading the line : 000000-3-0,[0- 0- 0- 0- 0- 0- 3- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 3- 0],[0- 0- 0- 0- 0- 0- 2208000- 0],66.8775,1938.45,674420000000.0,9.916298449037691e-11 - -arrays of value as string : ['0', '0', '0', '0', '0', '0', '3', '0'] -resulted X configuration : [0, 0, 0, 0, 0, 0, 3, 0] ---- Reading the line : 000000-3-0,[0- 0- 0- 0- 0- 0- 3- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 3- 0],[0- 0- 0- 0- 0- 0- 2208000- 0],77.6323,2214.51,764552224000.0,1.0153956467988771e-10 - -arrays of value as string : ['0', '0', '0', '0', '0', '0', '3', '0'] -resulted X configuration : [0, 0, 0, 0, 0, 0, 3, 0] ---- Reading the line : 000000-3-3,[0- 0- 0- 0- 0- 0- 3- 0- 0- 3- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 0- 0- 0- 0- 3- 3],[0- 0- 0- 0- 0- 0- 2208000- 2400000],115.13669,3179.93,1321045192200.0,8.715575415573584e-11 - -arrays of value as string : ['0', '0', '0', '0', '0', '0', '3', '3'] -resulted X configuration : [0, 0, 0, 0, 0, 0, 3, 3] ---- Reading the line : 300000-3-0,[3- 0- 0- 0- 0- 0- 3- 0- 0- 0- 0- 0- 0],[1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 0- 0- 0- 0- 0- 3- 0],[1804800- 0- 0- 0- 0- 0- 2208000- 0],73.04875,2106.08,847040000000.0,8.624002408386853e-11 - -arrays of value as string : ['3', '0', '0', '0', '0', '0', '3', '0'] -resulted X configuration : [3, 0, 0, 0, 0, 0, 3, 0] ---- Reading the line : 330000-3-0,[3- 3- 0- 0- 0- 0- 3- 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- 3- 0],[1804800- 1804800- 0- 0- 0- 0- 2208000- 0],79.00024,2267.14,1030320000000.0,7.667544063980123e-11 - -arrays of value as string : ['3', '3', '0', '0', '0', '0', '3', '0'] -resulted X configuration : [3, 3, 0, 0, 0, 0, 3, 0] ---- Reading the line : 333000-3-0,[3- 3- 3- 0- 0- 0- 3- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 0- 0- 0- 3- 0],[1804800- 1804800- 1804800- 0- 0- 0- 2208000- 0],92.14393,2614.01,1238267000000.0,7.441362000279423e-11 - -arrays of value as string : ['3', '3', '3', '0', '0', '0', '3', '0'] -resulted X configuration : [3, 3, 3, 0, 0, 0, 3, 0] ---- Reading the line : 300000-3-3,[3- 0- 0- 0- 0- 0- 3- 0- 0- 3- 0- 0- 0],[1804800- 0- 0- 0- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[3- 0- 0- 0- 0- 0- 3- 3],[1804800- 0- 0- 0- 0- 0- 2208000- 2400000],96.57158,2717.37,1272335000000.0,7.590106379216165e-11 - -arrays of value as string : ['3', '0', '0', '0', '0', '0', '3', '3'] -resulted X configuration : [3, 0, 0, 0, 0, 0, 3, 3] - --- Getting data from file /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/summary_files_only/summary_second_results_with_configuration_really_tested.csv ---- Reading the line : 330303-1-1,[3- 3- 0- 3- 0- 3- 1- 0- 0- 1- 0- 0- 0],[1804800- 1804800- 0- 1804800- 0- 1804800- 0- 0- 0- 806400- 0- 0- 0],[3- 3- 0- 3- 0- 3- 1- 1],[1804800- 1804800- 0- 1804800- 0- 1804800- 652800- 806400],66.12237864852598,1936.4728136678461,9.27239e+11,7.1311e-11 - -arrays of value as string : ['3', '3', '0', '3', '0', '3', '1', '1'] -resulted X configuration : [3, 3, 0, 3, 0, 3, 1, 1] ---- Reading the line : 333333-3-0,[3- 3- 3- 3- 3- 3- 3- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 3- 3- 3- 3- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 2208000- 0],83.8569021514259,2400.2180658143675,1.18317e+12,7.08748e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '3', '0'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 3, 0] ---- Reading the line : 022202-2-2,[0- 2- 2- 2- 0- 2- 2- 0- 0- 2- 0- 0- 0],[0- 1363200- 1363200- 1363200- 0- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[0- 2- 2- 2- 0- 2- 2- 2],[0- 1363200- 1363200- 1363200- 0- 1363200- 1478400- 1766400],86.55908372523825,2477.3210999376884,1.30426e+12,6.63664e-11 - -arrays of value as string : ['0', '2', '2', '2', '0', '2', '2', '2'] -resulted X configuration : [0, 2, 2, 2, 0, 2, 2, 2] ---- Reading the line : 100111-1-0,[1- 0- 0- 1- 1- 1- 1- 0- 0- 0- 0- 0- 0],[576000- 0- 0- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 0- 0- 1- 1- 1- 1- 0],[576000- 0- 0- 576000- 576000- 576000- 652800- 0],31.96295936672102,963.8682638195704,3.40806e+11,9.37864e-11 - -arrays of value as string : ['1', '0', '0', '1', '1', '1', '1', '0'] -resulted X configuration : [1, 0, 0, 1, 1, 1, 1, 0] ---- Reading the line : 303033-3-1,[3- 0- 3- 0- 3- 3- 3- 0- 0- 1- 0- 0- 0],[1804800- 0- 1804800- 0- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[3- 0- 3- 0- 3- 3- 3- 1],[1804800- 0- 1804800- 0- 1804800- 1804800- 2208000- 806400],87.10137841468074,2490.657949317467,1.16536e+12,7.4742e-11 - -arrays of value as string : ['3', '0', '3', '0', '3', '3', '3', '1'] -resulted X configuration : [3, 0, 3, 0, 3, 3, 3, 1] ---- Reading the line : 101111-1-3,[1- 0- 1- 1- 1- 1- 1- 0- 0- 3- 0- 0- 0],[576000- 0- 576000- 576000- 576000- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 0- 1- 1- 1- 1- 1- 3],[576000- 0- 576000- 576000- 576000- 576000- 652800- 2400000],77.79688045119694,2261.4860473937442,9.56304e+11,8.13516e-11 - -arrays of value as string : ['1', '0', '1', '1', '1', '1', '1', '3'] -resulted X configuration : [1, 0, 1, 1, 1, 1, 1, 3] ---- Reading the line : 002220-1-1,[0- 0- 2- 2- 2- 0- 1- 0- 0- 1- 0- 0- 0],[0- 0- 1363200- 1363200- 1363200- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 2- 2- 2- 0- 1- 1],[0- 0- 1363200- 1363200- 1363200- 0- 652800- 806400],37.62672702026895,1146.400761965295,5.04359e+11,7.46031e-11 - -arrays of value as string : ['0', '0', '2', '2', '2', '0', '1', '1'] -resulted X configuration : [0, 0, 2, 2, 2, 0, 1, 1] ---- Reading the line : 111110-1-1,[1- 1- 1- 1- 1- 0- 1- 0- 0- 1- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 0- 0- 0- 0- 806400- 0- 0- 0],[1- 1- 1- 1- 1- 0- 1- 1],[576000- 576000- 576000- 576000- 576000- 0- 652800- 806400],40.707805921643576,1227.2388147240413,6.07029e+11,6.70607e-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '0', '1', '1'] -resulted X configuration : [1, 1, 1, 1, 1, 0, 1, 1] ---- Reading the line : 220222-3-3,[2- 2- 0- 2- 2- 2- 3- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 0- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 0- 2- 2- 2- 3- 3],[1363200- 1363200- 0- 1363200- 1363200- 1363200- 2208000- 2400000],99.56004804973213,2811.9589146347744,1.41905e+12,7.01596e-11 - -arrays of value as string : ['2', '2', '0', '2', '2', '2', '3', '3'] -resulted X configuration : [2, 2, 0, 2, 2, 2, 3, 3] ---- Reading the line : 022202-2-3,[0- 2- 2- 2- 0- 2- 2- 0- 0- 3- 0- 0- 0],[0- 1363200- 1363200- 1363200- 0- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[0- 2- 2- 2- 0- 2- 2- 3],[0- 1363200- 1363200- 1363200- 0- 1363200- 1478400- 2400000],91.64266045689709,2603.2322654271584,1.32222e+12,6.93097e-11 - -arrays of value as string : ['0', '2', '2', '2', '0', '2', '2', '3'] -resulted X configuration : [0, 2, 2, 2, 0, 2, 2, 3] ---- Reading the line : 000100-0-2,[0- 0- 0- 1- 0- 0- 0- 0- 0- 2- 0- 0- 0],[0- 0- 0- 576000- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 0- 0- 1- 0- 0- 0- 2],[0- 0- 0- 576000- 0- 0- 0- 1766400],49.6365268588524,1468.345612579537,5.11186e+11,9.71007e-11 - -arrays of value as string : ['0', '0', '0', '1', '0', '0', '0', '2'] -resulted X configuration : [0, 0, 0, 1, 0, 0, 0, 2] ---- Reading the line : 011001-2-1,[0- 1- 1- 0- 0- 1- 2- 0- 0- 1- 0- 0- 0],[0- 576000- 576000- 0- 0- 576000- 0- 0- 0- 806400- 0- 0- 0],[0- 1- 1- 0- 0- 1- 2- 1],[0- 576000- 576000- 0- 0- 576000- 1478400- 806400],55.62139896793428,1646.7846067539651,7.53627e+11,7.38049e-11 - -arrays of value as string : ['0', '1', '1', '0', '0', '1', '2', '1'] -resulted X configuration : [0, 1, 1, 0, 0, 1, 2, 1] ---- Reading the line : 222222-3-2,[2- 2- 2- 2- 2- 2- 3- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 2- 2- 2- 2- 3- 2],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 2208000- 1766400],100.44256053548322,2824.6459751833872,1.54548e+12,6.49912e-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '3', '2'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 3, 2] ---- Reading the line : 220202-2-3,[2- 2- 0- 2- 0- 2- 2- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 0- 1363200- 0- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 0- 2- 0- 2- 2- 3],[1363200- 1363200- 0- 1363200- 0- 1363200- 1478400- 2400000],91.04108716316011,2595.5909447325685,1.32631e+12,6.86424e-11 - -arrays of value as string : ['2', '2', '0', '2', '0', '2', '2', '3'] -resulted X configuration : [2, 2, 0, 2, 0, 2, 2, 3] ---- Reading the line : 222222-1-3,[2- 2- 2- 2- 2- 2- 1- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 2- 2- 2- 1- 3],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 652800- 2400000],85.86709418709174,2448.7041116925584,1.28652e+12,6.67437e-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '1', '3'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 1, 3] ---- Reading the line : 011111-3-1,[0- 1- 1- 1- 1- 1- 3- 0- 0- 1- 0- 0- 0],[0- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 806400- 0- 0- 0],[0- 1- 1- 1- 1- 1- 3- 1],[0- 576000- 576000- 576000- 576000- 576000- 2208000- 806400],68.27709347003412,1990.7323666351917,9.17298e+11,7.44328e-11 - -arrays of value as string : ['0', '1', '1', '1', '1', '1', '3', '1'] -resulted X configuration : [0, 1, 1, 1, 1, 1, 3, 1] ---- Reading the line : 333300-2-2,[3- 3- 3- 3- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 3- 3- 0- 0- 2- 2],[1804800- 1804800- 1804800- 1804800- 0- 0- 1478400- 1766400],73.5143630448687,2137.3925877191286,1.07541e+12,6.83594e-11 - -arrays of value as string : ['3', '3', '3', '3', '0', '0', '2', '2'] -resulted X configuration : [3, 3, 3, 3, 0, 0, 2, 2] ---- Reading the line : 333030-0-1,[3- 3- 3- 0- 3- 0- 0- 0- 0- 1- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 0- 0- 0- 0- 806400- 0- 0- 0],[3- 3- 3- 0- 3- 0- 0- 1],[1804800- 1804800- 1804800- 0- 1804800- 0- 0- 806400],34.531211142434685,1035.0072728988853,3.86527e+11,8.93371e-11 - -arrays of value as string : ['3', '3', '3', '0', '3', '0', '0', '1'] -resulted X configuration : [3, 3, 3, 0, 3, 0, 0, 1] ---- Reading the line : 030333-2-2,[0- 3- 0- 3- 3- 3- 2- 0- 0- 2- 0- 0- 0],[0- 1804800- 0- 1804800- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[0- 3- 0- 3- 3- 3- 2- 2],[0- 1804800- 0- 1804800- 1804800- 1804800- 1478400- 1766400],98.08558334376599,2777.26130195998,1.39222e+12,7.04526e-11 - -arrays of value as string : ['0', '3', '0', '3', '3', '3', '2', '2'] -resulted X configuration : [0, 3, 0, 3, 3, 3, 2, 2] ---- Reading the line : 001011-1-0,[0- 0- 1- 0- 1- 1- 1- 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- 1- 0],[0- 0- 576000- 0- 576000- 576000- 652800- 0],30.734807722364668,925.9066087568908,2.96054e+11,1.03815e-10 - -arrays of value as string : ['0', '0', '1', '0', '1', '1', '1', '0'] -resulted X configuration : [0, 0, 1, 0, 1, 1, 1, 0] ---- Reading the line : 033333-0-2,[0- 3- 3- 3- 3- 3- 0- 0- 0- 2- 0- 0- 0],[0- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[0- 3- 3- 3- 3- 3- 0- 2],[0- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 1766400],89.67295919976871,2554.1940998458344,1.15772e+12,7.74565e-11 - -arrays of value as string : ['0', '3', '3', '3', '3', '3', '0', '2'] -resulted X configuration : [0, 3, 3, 3, 3, 3, 0, 2] ---- Reading the line : 220002-1-0,[2- 2- 0- 0- 0- 2- 1- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 0- 0- 0- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 2- 0- 0- 0- 2- 1- 0],[1363200- 1363200- 0- 0- 0- 1363200- 652800- 0],37.3545557848716,1113.3548735260715,4.65769e+11,8.01997e-11 - -arrays of value as string : ['2', '2', '0', '0', '0', '2', '1', '0'] -resulted X configuration : [2, 2, 0, 0, 0, 2, 1, 0] ---- Reading the line : 330333-0-3,[3- 3- 0- 3- 3- 3- 0- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 0- 1804800- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 0- 3- 3- 3- 0- 3],[1804800- 1804800- 0- 1804800- 1804800- 1804800- 0- 2400000],92.82346734847745,2648.308503570544,1.14752e+12,8.08905e-11 - -arrays of value as string : ['3', '3', '0', '3', '3', '3', '0', '3'] -resulted X configuration : [3, 3, 0, 3, 3, 3, 0, 3] ---- Reading the line : 111111-1-1,[1- 1- 1- 1- 1- 1- 1- 0- 0- 1- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 806400- 0- 0- 0],[1- 1- 1- 1- 1- 1- 1- 1],[576000- 576000- 576000- 576000- 576000- 576000- 652800- 806400],40.36593190681932,1236.8665392188684,6.48988e+11,6.21983e-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '1', '1', '1'] -resulted X configuration : [1, 1, 1, 1, 1, 1, 1, 1] ---- Reading the line : 222222-3-3,[2- 2- 2- 2- 2- 2- 3- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 2- 2- 2- 3- 3],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 2208000- 2400000],98.71806225531626,2792.584289226704,1.44149e+12,6.84833e-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '3', '3'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 3, 3] ---- Reading the line : 220022-3-2,[2- 2- 0- 0- 2- 2- 3- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 0- 0- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 0- 0- 2- 2- 3- 2],[1363200- 1363200- 0- 0- 1363200- 1363200- 2208000- 1766400],91.26660104513866,2593.4317595527373,1.33816e+12,6.82031e-11 - -arrays of value as string : ['2', '2', '0', '0', '2', '2', '3', '2'] -resulted X configuration : [2, 2, 0, 0, 2, 2, 3, 2] ---- Reading the line : 303303-1-3,[3- 0- 3- 3- 0- 3- 1- 0- 0- 3- 0- 0- 0],[1804800- 0- 1804800- 1804800- 0- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 0- 3- 3- 0- 3- 1- 3],[1804800- 0- 1804800- 1804800- 0- 1804800- 652800- 2400000],83.98672527663341,2417.161966726316,1.12866e+12,7.44128e-11 - -arrays of value as string : ['3', '0', '3', '3', '0', '3', '1', '3'] -resulted X configuration : [3, 0, 3, 3, 0, 3, 1, 3] ---- Reading the line : 011111-2-0,[0- 1- 1- 1- 1- 1- 2- 0- 0- 0- 0- 0- 0],[0- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[0- 1- 1- 1- 1- 1- 2- 0],[0- 576000- 576000- 576000- 576000- 576000- 1478400- 0],45.25936522348479,1354.771301563128,6.20979e+11,7.28839e-11 - -arrays of value as string : ['0', '1', '1', '1', '1', '1', '2', '0'] -resulted X configuration : [0, 1, 1, 1, 1, 1, 2, 0] ---- Reading the line : 011101-0-2,[0- 1- 1- 1- 0- 1- 0- 0- 0- 2- 0- 0- 0],[0- 576000- 576000- 576000- 0- 576000- 0- 0- 0- 1766400- 0- 0- 0],[0- 1- 1- 1- 0- 1- 0- 2],[0- 576000- 576000- 576000- 0- 576000- 0- 1766400],53.13375305902614,1564.6151014125253,6.60057e+11,8.04987e-11 - -arrays of value as string : ['0', '1', '1', '1', '0', '1', '0', '2'] -resulted X configuration : [0, 1, 1, 1, 0, 1, 0, 2] ---- Reading the line : 111110-2-0,[1- 1- 1- 1- 1- 0- 2- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0- 0],[1- 1- 1- 1- 1- 0- 2- 0],[576000- 576000- 576000- 576000- 576000- 0- 1478400- 0],45.07023497595242,1344.5970593853383,6.21352e+11,7.25358e-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '0', '2', '0'] -resulted X configuration : [1, 1, 1, 1, 1, 0, 2, 0] ---- Reading the line : 333330-0-2,[3- 3- 3- 3- 3- 0- 0- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 3- 3- 3- 0- 0- 2],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 1766400],54.89737027002233,1619.29627200473,7.05708e+11,7.77905e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '0', '0', '2'] -resulted X configuration : [3, 3, 3, 3, 3, 0, 0, 2] ---- Reading the line : 333333-2-0,[3- 3- 3- 3- 3- 3- 2- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 3- 3- 3- 2- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 1478400- 0],84.41510028409691,2424.585600294527,1.21551e+12,6.94483e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '2', '0'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 2, 0] - --- Getting data from file /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/summary_files_only/summary_third_result_cleaned_with_configuration_really_tested.csv ---- Reading the line : 300300-3-0,[3- 0- 0- 3- 0- 0- 3- 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- 3- 0],[1804800- 0- 0- 1804800- 0- 0- 2208000- 0],53.6505919747787,1602.37507542098,583752000000,9.19065E-11 - -arrays of value as string : ['3', '0', '0', '3', '0', '0', '3', '0'] -resulted X configuration : [3, 0, 0, 3, 0, 0, 3, 0] ---- Reading the line : 033033-1-2,[0- 3- 3- 0- 3- 3- 1- 0- 0- 2- 0- 0- 0],[0- 1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[0- 3- 3- 0- 3- 3- 1- 2],[0- 1804800- 1804800- 0- 1804800- 1804800- 652800- 1766400],83.3035486563878,2391.97272142777,1109910000000,7.50543E-11 - -arrays of value as string : ['0', '3', '3', '0', '3', '3', '1', '2'] -resulted X configuration : [0, 3, 3, 0, 3, 3, 1, 2] ---- Reading the line : 222220-0-3,[2- 2- 2- 2- 2- 0- 0- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 2- 2- 0- 0- 3],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 2400000],61.61278385319,1804.25807853385,728951000000,8.45225E-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '0', '0', '3'] -resulted X configuration : [2, 2, 2, 2, 2, 0, 0, 3] ---- Reading the line : 111110-2-1,[1- 1- 1- 1- 1- 0- 2- 0- 0- 1- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 0- 0- 0- 0- 806400- 0- 0- 0],[1- 1- 1- 1- 1- 0- 2- 1],[576000- 576000- 576000- 576000- 576000- 0- 1478400- 806400],59.8357473888033,1758.45965441688,854837000000,6.99967E-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '0', '2', '1'] -resulted X configuration : [1, 1, 1, 1, 1, 0, 2, 1] ---- Reading the line : 330033-1-3,[3- 3- 0- 0- 3- 3- 1- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 0- 0- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 0- 0- 3- 3- 1- 3],[1804800- 1804800- 0- 0- 1804800- 1804800- 652800- 2400000],80.9473075242288,2328.87060822583,1093320000000,7.40381E-11 - -arrays of value as string : ['3', '3', '0', '0', '3', '3', '1', '3'] -resulted X configuration : [3, 3, 0, 0, 3, 3, 1, 3] ---- Reading the line : 333033-2-3,[3- 3- 3- 0- 3- 3- 2- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 3- 0- 3- 3- 2- 3],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 1478400- 2400000],80.1899268231783,2305.7607121622,1204290000000,6.65869E-11 - -arrays of value as string : ['3', '3', '3', '0', '3', '3', '2', '3'] -resulted X configuration : [3, 3, 3, 0, 3, 3, 2, 3] ---- Reading the line : 022222-1-0,[0- 2- 2- 2- 2- 2- 1- 0- 0- 0- 0- 0- 0],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[0- 2- 2- 2- 2- 2- 1- 0],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 652800- 0],45.8860959823931,1368.30344572148,669302000000,6.85581E-11 - -arrays of value as string : ['0', '2', '2', '2', '2', '2', '1', '0'] -resulted X configuration : [0, 2, 2, 2, 2, 2, 1, 0] ---- Reading the line : 222022-2-3,[2- 2- 2- 0- 2- 2- 2- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 0- 2- 2- 2- 3],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 1478400- 2400000],87.9883366652468,2518.52551400038,1344000000000,6.54675E-11 - -arrays of value as string : ['2', '2', '2', '0', '2', '2', '2', '3'] -resulted X configuration : [2, 2, 2, 0, 2, 2, 2, 3] ---- Reading the line : 202222-1-0,[2- 0- 2- 2- 2- 2- 1- 0- 0- 0- 0- 0- 0],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 0- 2- 2- 2- 2- 1- 0],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 652800- 0],45.1609465048481,1349.58249540216,669373000000,6.74675E-11 - -arrays of value as string : ['2', '0', '2', '2', '2', '2', '1', '0'] -resulted X configuration : [2, 0, 2, 2, 2, 2, 1, 0] ---- Reading the line : 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],24.1374403681183,745.080930738542,120518000000,2.00281E-10 - -arrays of value as string : ['1', '0', '0', '0', '1', '1', '0', '0'] -resulted X configuration : [1, 0, 0, 0, 1, 1, 0, 0] ---- Reading the line : 333333-2-0,[3- 3- 3- 3- 3- 3- 2- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 3- 3- 3- 2- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 1478400- 0],75.0574196537613,2180.56239126417,1129550000000,6.6449E-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '2', '0'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 2, 0] ---- Reading the line : 010101-3-0,[0- 1- 0- 1- 0- 1- 3- 0- 0- 0- 0- 0- 0],[0- 576000- 0- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[0- 1- 0- 1- 0- 1- 3- 0],[0- 576000- 0- 576000- 0- 576000- 2208000- 0],48.5955323771484,1456.73030099959,597734000000,8.12996E-11 - -arrays of value as string : ['0', '1', '0', '1', '0', '1', '3', '0'] -resulted X configuration : [0, 1, 0, 1, 0, 1, 3, 0] ---- Reading the line : 011111-2-2,[0- 1- 1- 1- 1- 1- 2- 0- 0- 2- 0- 0- 0],[0- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 1766400- 0- 0- 0],[0- 1- 1- 1- 1- 1- 2- 2],[0- 576000- 576000- 576000- 576000- 576000- 1478400- 1766400],75.3366281487845,2180.10367628783,1122660000000,6.71055E-11 - -arrays of value as string : ['0', '1', '1', '1', '1', '1', '2', '2'] -resulted X configuration : [0, 1, 1, 1, 1, 1, 2, 2] ---- Reading the line : 222222-1-0,[2- 2- 2- 2- 2- 2- 1- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 2- 2- 2- 1- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 652800- 0],47.6246847339546,1429.02617412369,773406000000,6.15779E-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '1', '0'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 1, 0] ---- Reading the line : 000033-1-1,[0- 0- 0- 0- 3- 3- 1- 0- 0- 1- 0- 0- 0],[0- 0- 0- 0- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 0- 0- 3- 3- 1- 1],[0- 0- 0- 0- 1804800- 1804800- 652800- 806400],51.3326168675035,1523.16706043889,651365000000,7.88078E-11 - -arrays of value as string : ['0', '0', '0', '0', '3', '3', '1', '1'] -resulted X configuration : [0, 0, 0, 0, 3, 3, 1, 1] ---- Reading the line : 033030-1-2,[0- 3- 3- 0- 3- 0- 1- 0- 0- 2- 0- 0- 0],[0- 1804800- 1804800- 0- 1804800- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 3- 3- 0- 3- 0- 1- 2],[0- 1804800- 1804800- 0- 1804800- 0- 652800- 1766400],62.0291609855632,1810.02232911874,793397000000,7.81817E-11 - -arrays of value as string : ['0', '3', '3', '0', '3', '0', '1', '2'] -resulted X configuration : [0, 3, 3, 0, 3, 0, 1, 2] ---- Reading the line : 111111-3-0,[1- 1- 1- 1- 1- 1- 3- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 1- 1- 1- 1- 1- 3- 0],[576000- 576000- 576000- 576000- 576000- 576000- 2208000- 0],52.1586628956498,1556.41346505214,741781000000,7.03154E-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '1', '3', '0'] -resulted X configuration : [1, 1, 1, 1, 1, 1, 3, 0] ---- Reading the line : 220202-3-1,[2- 2- 0- 2- 0- 2- 3- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 0- 1363200- 0- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 2- 0- 2- 0- 2- 3- 1],[1363200- 1363200- 0- 1363200- 0- 1363200- 2208000- 806400],75.0091801682557,2184.09142099723,1080270000000,6.94356E-11 - -arrays of value as string : ['2', '2', '0', '2', '0', '2', '3', '1'] -resulted X configuration : [2, 2, 0, 2, 0, 2, 3, 1] ---- Reading the line : 101101-2-0,[1- 0- 1- 1- 0- 1- 2- 0- 0- 0- 0- 0- 0],[576000- 0- 576000- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 1- 0- 1- 2- 0],[576000- 0- 576000- 576000- 0- 576000- 1478400- 0],45.0099417425521,1345.48032339653,576491000000,7.80757E-11 - -arrays of value as string : ['1', '0', '1', '1', '0', '1', '2', '0'] -resulted X configuration : [1, 0, 1, 1, 0, 1, 2, 0] ---- Reading the line : 222222-0-2,[2- 2- 2- 2- 2- 2- 0- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 2- 2- 2- 2- 0- 2],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 1766400],71.7851022973991,2077.82039369334,1091390000000,6.5774E-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '0', '2'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 0, 2] ---- Reading the line : 303333-1-1,[3- 0- 3- 3- 3- 3- 1- 0- 0- 1- 0- 0- 0],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[3- 0- 3- 3- 3- 3- 1- 1],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 652800- 806400],67.5804517710351,1967.97742576658,1020310000000,6.62352E-11 - -arrays of value as string : ['3', '0', '3', '3', '3', '3', '1', '1'] -resulted X configuration : [3, 0, 3, 3, 3, 3, 1, 1] ---- Reading the line : 000222-0-2,[0- 0- 0- 2- 2- 2- 0- 0- 0- 2- 0- 0- 0],[0- 0- 0- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[0- 0- 0- 2- 2- 2- 0- 2],[0- 0- 0- 1363200- 1363200- 1363200- 0- 1766400],60.6815823315127,1756.75851378544,782461000000,7.75522E-11 - -arrays of value as string : ['0', '0', '0', '2', '2', '2', '0', '2'] -resulted X configuration : [0, 0, 0, 2, 2, 2, 0, 2] ---- Reading the line : 022220-0-1,[0- 2- 2- 2- 2- 0- 0- 0- 0- 1- 0- 0- 0],[0- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 2- 2- 2- 2- 0- 0- 1],[0- 1363200- 1363200- 1363200- 1363200- 0- 0- 806400],33.8887834603504,1031.09225057531,389008000000,8.71159E-11 - -arrays of value as string : ['0', '2', '2', '2', '2', '0', '0', '1'] -resulted X configuration : [0, 2, 2, 2, 2, 0, 0, 1] ---- Reading the line : 222200-1-3,[2- 2- 2- 2- 0- 0- 1- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 2- 0- 0- 1- 3],[1363200- 1363200- 1363200- 1363200- 0- 0- 652800- 2400000],80.2428888615872,2314.57848104556,922514000000,8.69828E-11 - -arrays of value as string : ['2', '2', '2', '2', '0', '0', '1', '3'] -resulted X configuration : [2, 2, 2, 2, 0, 0, 1, 3] ---- Reading the line : 022220-2-2,[0- 2- 2- 2- 2- 0- 2- 0- 0- 2- 0- 0- 0],[0- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 2- 2- 2- 2- 0- 2- 2],[0- 1363200- 1363200- 1363200- 1363200- 0- 1478400- 1766400],74.4883903754354,2155.49066102403,1069490000000,6.96485E-11 - -arrays of value as string : ['0', '2', '2', '2', '2', '0', '2', '2'] -resulted X configuration : [0, 2, 2, 2, 2, 0, 2, 2] ---- Reading the line : 333033-2-2,[3- 3- 3- 0- 3- 3- 2- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 3- 0- 3- 3- 2- 2],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 1478400- 1766400],102.002963990619,2877.29812118363,1495690000000,6.81979E-11 - -arrays of value as string : ['3', '3', '3', '0', '3', '3', '2', '2'] -resulted X configuration : [3, 3, 3, 0, 3, 3, 2, 2] ---- Reading the line : 222200-1-2,[2- 2- 2- 2- 0- 0- 1- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 2- 2- 0- 0- 1- 2],[1363200- 1363200- 1363200- 1363200- 0- 0- 652800- 1766400],63.2881080327642,1850.97705693232,833125000000,7.59647E-11 - -arrays of value as string : ['2', '2', '2', '2', '0', '0', '1', '2'] -resulted X configuration : [2, 2, 2, 2, 0, 0, 1, 2] ---- Reading the line : 300333-0-0,[3- 0- 0- 3- 3- 3- 0- 0- 0- 0- 0- 0- 0],[1804800- 0- 0- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 0- 0- 3- 3- 3- 0- 0],[1804800- 0- 0- 1804800- 1804800- 1804800- 0- 0],49.5215662037853,1459.79339270973,522093000000,9.4852E-11 - -arrays of value as string : ['3', '0', '0', '3', '3', '3', '0', '0'] -resulted X configuration : [3, 0, 0, 3, 3, 3, 0, 0] ---- Reading the line : 111101-0-3,[1- 1- 1- 1- 0- 1- 0- 0- 0- 3- 0- 0- 0],[576000- 576000- 576000- 576000- 0- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 1- 1- 0- 1- 0- 3],[576000- 576000- 576000- 576000- 0- 576000- 0- 2400000],67.4694443841449,1980.87325649216,785724000000,8.58691E-11 - -arrays of value as string : ['1', '1', '1', '1', '0', '1', '0', '3'] -resulted X configuration : [1, 1, 1, 1, 0, 1, 0, 3] ---- Reading the line : 220022-3-0,[2- 2- 0- 0- 2- 2- 3- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 0- 0- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 2- 0- 0- 2- 2- 3- 0],[1363200- 1363200- 0- 0- 1363200- 1363200- 2208000- 0],61.0078855819444,1785.56450345476,876778000000,6.95819E-11 - -arrays of value as string : ['2', '2', '0', '0', '2', '2', '3', '0'] -resulted X configuration : [2, 2, 0, 0, 2, 2, 3, 0] ---- Reading the line : 000333-2-0,[0- 0- 0- 3- 3- 3- 2- 0- 0- 0- 0- 0- 0],[0- 0- 0- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 3- 3- 3- 2- 0],[0- 0- 0- 1804800- 1804800- 1804800- 1478400- 0],62.2597560074204,1825.31727814142,798892000000,7.79326E-11 - -arrays of value as string : ['0', '0', '0', '3', '3', '3', '2', '0'] -resulted X configuration : [0, 0, 0, 3, 3, 3, 2, 0] ---- Reading the line : 111001-3-0,[1- 1- 1- 0- 0- 1- 3- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 0- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 1- 1- 0- 0- 1- 3- 0],[576000- 576000- 576000- 0- 0- 576000- 2208000- 0],53.0720402291821,1562.20079907851,662577000000,8.00994E-11 - -arrays of value as string : ['1', '1', '1', '0', '0', '1', '3', '0'] -resulted X configuration : [1, 1, 1, 0, 0, 1, 3, 0] ---- Reading the line : 330333-2-2,[3- 3- 0- 3- 3- 3- 2- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 0- 1804800- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 0- 3- 3- 3- 2- 2],[1804800- 1804800- 0- 1804800- 1804800- 1804800- 1478400- 1766400],97.0033907151468,2746.96469231047,1464730000000,6.62261E-11 - -arrays of value as string : ['3', '3', '0', '3', '3', '3', '2', '2'] -resulted X configuration : [3, 3, 0, 3, 3, 3, 2, 2] ---- Reading the line : 110111-3-1,[1- 1- 0- 1- 1- 1- 3- 0- 0- 1- 0- 0- 0],[576000- 576000- 0- 576000- 576000- 576000- 0- 0- 0- 806400- 0- 0- 0],[1- 1- 0- 1- 1- 1- 3- 1],[576000- 576000- 0- 576000- 576000- 576000- 2208000- 806400],73.0759138749433,2118.24453369991,949126000000,7.69928E-11 - -arrays of value as string : ['1', '1', '0', '1', '1', '1', '3', '1'] -resulted X configuration : [1, 1, 0, 1, 1, 1, 3, 1] ---- Reading the line : 222022-3-1,[2- 2- 2- 0- 2- 2- 3- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 2- 2- 0- 2- 2- 3- 1],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 2208000- 806400],80.9276948124698,2333.22262683205,1195150000000,6.77134E-11 - -arrays of value as string : ['2', '2', '2', '0', '2', '2', '3', '1'] -resulted X configuration : [2, 2, 2, 0, 2, 2, 3, 1] ---- Reading the line : 333333-0-0,[3- 3- 3- 3- 3- 3- 0- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 3- 3- 3- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0],63.8914148004144,1865.21160829257,793652000000,8.05031E-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '0', '0'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 0, 0] ---- Reading the line : 220002-3-0,[2- 2- 0- 0- 0- 2- 3- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 0- 0- 0- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 2- 0- 0- 0- 2- 3- 0],[1363200- 1363200- 0- 0- 0- 1363200- 2208000- 0],56.7479002567857,1670.26162395495,769953000000,7.37031E-11 - -arrays of value as string : ['2', '2', '0', '0', '0', '2', '3', '0'] -resulted X configuration : [2, 2, 0, 0, 0, 2, 3, 0] ---- Reading the line : 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],55.9889928704492,1652.31759707938,657684000000,8.51305E-11 - -arrays of value as string : ['3', '0', '3', '3', '3', '3', '0', '0'] -resulted X configuration : [3, 0, 3, 3, 3, 3, 0, 0] ---- Reading the line : 222022-0-0,[2- 2- 2- 0- 2- 2- 0- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 0- 2- 2- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 0- 0],40.0698805124967,1168.80524184699,489284000000,8.18949E-11 - -arrays of value as string : ['2', '2', '2', '0', '2', '2', '0', '0'] -resulted X configuration : [2, 2, 2, 0, 2, 2, 0, 0] ---- Reading the line : 033033-3-1,[0- 3- 3- 0- 3- 3- 3- 0- 0- 1- 0- 0- 0],[0- 1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[0- 3- 3- 0- 3- 3- 3- 1],[0- 1804800- 1804800- 0- 1804800- 1804800- 2208000- 806400],89.2614987149264,2557.32576701653,1186490000000,7.52316E-11 - -arrays of value as string : ['0', '3', '3', '0', '3', '3', '3', '1'] -resulted X configuration : [0, 3, 3, 0, 3, 3, 3, 1] ---- Reading the line : 200222-2-1,[2- 0- 0- 2- 2- 2- 2- 0- 0- 1- 0- 0- 0],[1363200- 0- 0- 1363200- 1363200- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 0- 0- 2- 2- 2- 2- 1],[1363200- 0- 0- 1363200- 1363200- 1363200- 1478400- 806400],66.2043614748613,1936.24317008388,1029010000000,6.43379E-11 - -arrays of value as string : ['2', '0', '0', '2', '2', '2', '2', '1'] -resulted X configuration : [2, 0, 0, 2, 2, 2, 2, 1] ---- Reading the line : 111000-2-0,[1- 1- 1- 0- 0- 0- 2- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 1- 1- 0- 0- 0- 2- 0],[576000- 576000- 576000- 0- 0- 0- 1478400- 0],42.6850354508384,1262.57841756369,528177000000,8.08158E-11 - -arrays of value as string : ['1', '1', '1', '0', '0', '0', '2', '0'] -resulted X configuration : [1, 1, 1, 0, 0, 0, 2, 0] ---- Reading the line : 001111-3-3,[0- 0- 1- 1- 1- 1- 3- 0- 0- 3- 0- 0- 0],[0- 0- 576000- 576000- 576000- 576000- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 1- 1- 1- 1- 3- 3],[0- 0- 576000- 576000- 576000- 576000- 2208000- 2400000],87.6643983443653,2491.83602408107,1075310000000,8.15248E-11 - -arrays of value as string : ['0', '0', '1', '1', '1', '1', '3', '3'] -resulted X configuration : [0, 0, 1, 1, 1, 1, 3, 3] ---- Reading the line : 033333-3-3,[0- 3- 3- 3- 3- 3- 3- 0- 0- 3- 0- 0- 0],[0- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[0- 3- 3- 3- 3- 3- 3- 3],[0- 1804800- 1804800- 1804800- 1804800- 1804800- 2208000- 2400000],96.9268799133665,2740.26063969904,1465640000000,6.61328E-11 - -arrays of value as string : ['0', '3', '3', '3', '3', '3', '3', '3'] -resulted X configuration : [0, 3, 3, 3, 3, 3, 3, 3] ---- Reading the line : 222202-1-3,[2- 2- 2- 2- 0- 2- 1- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 2- 0- 2- 1- 3],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 652800- 2400000],82.7028685460665,2380.06478792066,1187190000000,6.96627E-11 - -arrays of value as string : ['2', '2', '2', '2', '0', '2', '1', '3'] -resulted X configuration : [2, 2, 2, 2, 0, 2, 1, 3] ---- Reading the line : 222222-2-0,[2- 2- 2- 2- 2- 2- 2- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 2- 2- 2- 2- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 1478400- 0],20.2730896056071,601.322801773606,1011640000000,2.00398E-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '2', '0'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 2, 0] ---- Reading the line : 222202-2-1,[2- 2- 2- 2- 0- 2- 2- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 2- 2- 2- 0- 2- 2- 1],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 1478400- 806400],69.9632088197462,2029.97684816709,1139340000000,6.14068E-11 - -arrays of value as string : ['2', '2', '2', '2', '0', '2', '2', '1'] -resulted X configuration : [2, 2, 2, 2, 0, 2, 2, 1] ---- Reading the line : 100101-2-0,[1- 0- 0- 1- 0- 1- 2- 0- 0- 0- 0- 0- 0],[576000- 0- 0- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 0- 0- 1- 0- 1- 2- 0],[576000- 0- 0- 576000- 0- 576000- 1478400- 0],41.7732349755354,1249.48044302316,528400000000,7.90561E-11 - -arrays of value as string : ['1', '0', '0', '1', '0', '1', '2', '0'] -resulted X configuration : [1, 0, 0, 1, 0, 1, 2, 0] ---- Reading the line : 033030-3-1,[0- 3- 3- 0- 3- 0- 3- 0- 0- 1- 0- 0- 0],[0- 1804800- 1804800- 0- 1804800- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 3- 3- 0- 3- 0- 3- 1],[0- 1804800- 1804800- 0- 1804800- 0- 2208000- 806400],69.6438226916913,2017.75109197163,853051000000,8.16409E-11 - -arrays of value as string : ['0', '3', '3', '0', '3', '0', '3', '1'] -resulted X configuration : [0, 3, 3, 0, 3, 0, 3, 1] ---- Reading the line : 220222-2-3,[2- 2- 0- 2- 2- 2- 2- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 0- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 0- 2- 2- 2- 2- 3],[1363200- 1363200- 0- 1363200- 1363200- 1363200- 1478400- 2400000],109.874202798205,3084.07987353755,1473510000000,7.45663E-11 - -arrays of value as string : ['2', '2', '0', '2', '2', '2', '2', '3'] -resulted X configuration : [2, 2, 0, 2, 2, 2, 2, 3] ---- Reading the line : 222220-2-0,[2- 2- 2- 2- 2- 0- 2- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 2- 2- 0- 2- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 1478400- 0],44.8724765340684,1342.90218386759,622002000000,7.2142E-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '0', '2', '0'] -resulted X configuration : [2, 2, 2, 2, 2, 0, 2, 0] ---- Reading the line : 330033-0-2,[3- 3- 0- 0- 3- 3- 0- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 0- 0- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 0- 0- 3- 3- 0- 2],[1804800- 1804800- 0- 0- 1804800- 1804800- 0- 1766400],80.8971097844968,2318.75750795264,1020890000000,7.92417E-11 - -arrays of value as string : ['3', '3', '0', '0', '3', '3', '0', '2'] -resulted X configuration : [3, 3, 0, 0, 3, 3, 0, 2] ---- Reading the line : 300333-1-2,[3- 0- 0- 3- 3- 3- 1- 0- 0- 2- 0- 0- 0],[1804800- 0- 0- 1804800- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 0- 0- 3- 3- 3- 1- 2],[1804800- 0- 0- 1804800- 1804800- 1804800- 652800- 1766400],82.7944265603379,2372.71628198661,1123940000000,7.36645E-11 - -arrays of value as string : ['3', '0', '0', '3', '3', '3', '1', '2'] -resulted X configuration : [3, 0, 0, 3, 3, 3, 1, 2] ---- Reading the line : 010100-2-1,[0- 1- 0- 1- 0- 0- 2- 0- 0- 1- 0- 0- 0],[0- 576000- 0- 576000- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 1- 0- 1- 0- 0- 2- 1],[0- 576000- 0- 576000- 0- 0- 1478400- 806400],52.3623981374209,1537.94186641902,708617000000,7.38938E-11 - -arrays of value as string : ['0', '1', '0', '1', '0', '0', '2', '1'] -resulted X configuration : [0, 1, 0, 1, 0, 0, 2, 1] ---- Reading the line : 111011-2-0,[1- 1- 1- 0- 1- 1- 2- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 0- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 1- 1- 0- 1- 1- 2- 0],[576000- 576000- 576000- 0- 576000- 576000- 1478400- 0],14.9822385679116,464.194728566341,114044000000,1.31372E-10 - -arrays of value as string : ['1', '1', '1', '0', '1', '1', '2', '0'] -resulted X configuration : [1, 1, 1, 0, 1, 1, 2, 0] ---- Reading the line : 101101-1-3,[1- 0- 1- 1- 0- 1- 1- 0- 0- 3- 0- 0- 0],[576000- 0- 576000- 576000- 0- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 0- 1- 1- 0- 1- 1- 3],[576000- 0- 576000- 576000- 0- 576000- 652800- 2400000],13.362479905568,406.172912386178,75397700000,1.77227E-10 - -arrays of value as string : ['1', '0', '1', '1', '0', '1', '1', '3'] -resulted X configuration : [1, 0, 1, 1, 0, 1, 1, 3] ---- Reading the line : 202222-1-3,[2- 0- 2- 2- 2- 2- 1- 0- 0- 3- 0- 0- 0],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 0- 2- 2- 2- 2- 1- 3],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 652800- 2400000],17.65816139009,542.851935040888,188238000000,9.38076E-11 - -arrays of value as string : ['2', '0', '2', '2', '2', '2', '1', '3'] -resulted X configuration : [2, 0, 2, 2, 2, 2, 1, 3] - --- Getting data from file /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/summary_files_only/summary_to_verify_strange_results.csv ---- Reading the line : 303333-2-3,[3- 0- 3- 3- 3- 3- 2- 0- 0- 3- 0- 0- 0],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 0- 3- 3- 3- 3- 2- 3],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 1478400- 2400000],105.00109687320945,2946.9263335292753,8.99168e+11,1.16776e-10 - -arrays of value as string : ['3', '0', '3', '3', '3', '3', '2', '3'] -resulted X configuration : [3, 0, 3, 3, 3, 3, 2, 3] ---- Reading the line : 000000-1-2,[0- 0- 0- 0- 0- 0- 1- 0- 0- 2- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 0- 0- 0- 0- 0- 1- 2],[0- 0- 0- 0- 0- 0- 652800- 1766400],39.92204534168386,1185.8102662455944,6.42325e+11,6.21524e-11 - -arrays of value as string : ['0', '0', '0', '0', '0', '0', '1', '2'] -resulted X configuration : [0, 0, 0, 0, 0, 0, 1, 2] ---- Reading the line : 101111-3-2,[1- 0- 1- 1- 1- 1- 3- 0- 0- 2- 0- 0- 0],[576000- 0- 576000- 576000- 576000- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 0- 1- 1- 1- 1- 3- 2],[576000- 0- 576000- 576000- 576000- 576000- 2208000- 1766400],64.82001619850253,1879.891661731186,1.1482e+12,5.64536e-11 - -arrays of value as string : ['1', '0', '1', '1', '1', '1', '3', '2'] -resulted X configuration : [1, 0, 1, 1, 1, 1, 3, 2] ---- Reading the line : 022002-2-3,[0- 2- 2- 0- 0- 2- 2- 0- 0- 3- 0- 0- 0],[0- 1363200- 1363200- 0- 0- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[0- 2- 2- 0- 0- 2- 2- 3],[0- 1363200- 1363200- 0- 0- 1363200- 1478400- 2400000],93.70148281455602,2661.30978975871,1.23176e+12,7.60712e-11 - -arrays of value as string : ['0', '2', '2', '0', '0', '2', '2', '3'] -resulted X configuration : [0, 2, 2, 0, 0, 2, 2, 3] - --- Getting data from file /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/summary_files_only/summary_twelfth_before_meeting.csv ---- Reading the line : 002220-3-3,[0- 0- 2- 2- 2- 0- 3- 0- 0- 3- 0- 0- 0],[0- 0- 1363200- 1363200- 1363200- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 2- 2- 2- 0- 3- 3],[0- 0- 1363200- 1363200- 1363200- 0- 2208000- 2400000],95.64698110453958,2706.4019047892057,1.09204e+12,8.75856e-11 - -arrays of value as string : ['0', '0', '2', '2', '2', '0', '3', '3'] -resulted X configuration : [0, 0, 2, 2, 2, 0, 3, 3] ---- Reading the line : 300333-3-2,[3- 0- 0- 3- 3- 3- 3- 0- 0- 2- 0- 0- 0],[1804800- 0- 0- 1804800- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 0- 0- 3- 3- 3- 3- 2],[1804800- 0- 0- 1804800- 1804800- 1804800- 2208000- 1766400],97.0043167849163,2751.3754824434573,1.35809e+12,7.1427e-11 - -arrays of value as string : ['3', '0', '0', '3', '3', '3', '3', '2'] -resulted X configuration : [3, 0, 0, 3, 3, 3, 3, 2] ---- Reading the line : 303000-1-3,[3- 0- 3- 0- 0- 0- 1- 0- 0- 3- 0- 0- 0],[1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[3- 0- 3- 0- 0- 0- 1- 3],[1804800- 0- 1804800- 0- 0- 0- 652800- 2400000],74.4831318809973,2147.912797444487,8.02787e+11,9.27807e-11 - -arrays of value as string : ['3', '0', '3', '0', '0', '0', '1', '3'] -resulted X configuration : [3, 0, 3, 0, 0, 0, 1, 3] ---- Reading the line : 100011-3-2,[1- 0- 0- 0- 1- 1- 3- 0- 0- 2- 0- 0- 0],[576000- 0- 0- 0- 576000- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 0- 0- 0- 1- 1- 3- 2],[576000- 0- 0- 0- 576000- 576000- 2208000- 1766400],80.21675217727041,2298.0200835729647,1.05292e+12,7.6185e-11 - -arrays of value as string : ['1', '0', '0', '0', '1', '1', '3', '2'] -resulted X configuration : [1, 0, 0, 0, 1, 1, 3, 2] ---- Reading the line : 110101-2-1,[1- 1- 0- 1- 0- 1- 2- 0- 0- 1- 0- 0- 0],[576000- 576000- 0- 576000- 0- 576000- 0- 0- 0- 806400- 0- 0- 0],[1- 1- 0- 1- 0- 1- 2- 1],[576000- 576000- 0- 576000- 0- 576000- 1478400- 806400],58.449843734673564,1711.7548279672205,8.01312e+11,7.29427e-11 - -arrays of value as string : ['1', '1', '0', '1', '0', '1', '2', '1'] -resulted X configuration : [1, 1, 0, 1, 0, 1, 2, 1] ---- Reading the line : 101101-3-2,[1- 0- 1- 1- 0- 1- 3- 0- 0- 2- 0- 0- 0],[576000- 0- 576000- 576000- 0- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 0- 1- 1- 0- 1- 3- 2],[576000- 0- 576000- 576000- 0- 576000- 2208000- 1766400],83.02798102049613,2393.583786406191,1.10765e+12,7.49587e-11 - -arrays of value as string : ['1', '0', '1', '1', '0', '1', '3', '2'] -resulted X configuration : [1, 0, 1, 1, 0, 1, 3, 2] ---- Reading the line : 111110-1-0,[1- 1- 1- 1- 1- 0- 1- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0- 0],[1- 1- 1- 1- 1- 0- 1- 0],[576000- 576000- 576000- 576000- 576000- 0- 652800- 0],34.4916252352497,1042.8223371380293,3.86346e+11,8.92765e-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '0', '1', '0'] -resulted X configuration : [1, 1, 1, 1, 1, 0, 1, 0] ---- Reading the line : 002020-2-0,[0- 0- 2- 0- 2- 0- 2- 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- 2- 0],[0- 0- 1363200- 0- 1363200- 0- 1478400- 0],41.82246108428108,1255.5636011586769,4.81907e+11,8.67853e-11 - -arrays of value as string : ['0', '0', '2', '0', '2', '0', '2', '0'] -resulted X configuration : [0, 0, 2, 0, 2, 0, 2, 0] ---- Reading the line : 330000-3-3,[3- 3- 0- 0- 0- 0- 3- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 0- 0- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 0- 0- 0- 0- 3- 3],[1804800- 1804800- 0- 0- 0- 0- 2208000- 2400000],83.68676450959153,2393.554342358599,9.19146e+11,9.10484e-11 - -arrays of value as string : ['3', '3', '0', '0', '0', '0', '3', '3'] -resulted X configuration : [3, 3, 0, 0, 0, 0, 3, 3] ---- Reading the line : 003003-3-3,[0- 0- 3- 0- 0- 3- 3- 0- 0- 3- 0- 0- 0],[0- 0- 1804800- 0- 0- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 3- 0- 0- 3- 3- 3],[0- 0- 1804800- 0- 0- 1804800- 2208000- 2400000],86.43365459642617,2465.57947998712,1.08916e+12,7.93581e-11 - -arrays of value as string : ['0', '0', '3', '0', '0', '3', '3', '3'] -resulted X configuration : [0, 0, 3, 0, 0, 3, 3, 3] ---- Reading the line : 000022-3-3,[0- 0- 0- 0- 2- 2- 3- 0- 0- 3- 0- 0- 0],[0- 0- 0- 0- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 0- 0- 2- 2- 3- 3],[0- 0- 0- 0- 1363200- 1363200- 2208000- 2400000],79.5806220896002,2296.1904732382263,9.75425e+11,8.15856e-11 - -arrays of value as string : ['0', '0', '0', '0', '2', '2', '3', '3'] -resulted X configuration : [0, 0, 0, 0, 2, 2, 3, 3] ---- Reading the line : 033000-2-0,[0- 3- 3- 0- 0- 0- 2- 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- 2- 0],[0- 1804800- 1804800- 0- 0- 0- 1478400- 0],43.85899784030102,1297.5809689898235,4.83016e+11,9.08024e-11 - -arrays of value as string : ['0', '3', '3', '0', '0', '0', '2', '0'] -resulted X configuration : [0, 3, 3, 0, 0, 0, 2, 0] ---- Reading the line : 011100-1-1,[0- 1- 1- 1- 0- 0- 1- 0- 0- 1- 0- 0- 0],[0- 576000- 576000- 576000- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 1- 1- 1- 0- 0- 1- 1],[0- 576000- 576000- 576000- 0- 0- 652800- 806400],40.3948990870666,1185.0449633999585,5.11717e+11,7.89399e-11 - -arrays of value as string : ['0', '1', '1', '1', '0', '0', '1', '1'] -resulted X configuration : [0, 1, 1, 1, 0, 0, 1, 1] ---- Reading the line : 033303-0-0,[0- 3- 3- 3- 0- 3- 0- 0- 0- 0- 0- 0- 0],[0- 1804800- 1804800- 1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 0],[0- 3- 3- 3- 0- 3- 0- 0],[0- 1804800- 1804800- 1804800- 0- 1804800- 0- 0],51.680919654150905,1513.5534215192326,5.2381e+11,9.86635e-11 - -arrays of value as string : ['0', '3', '3', '3', '0', '3', '0', '0'] -resulted X configuration : [0, 3, 3, 3, 0, 3, 0, 0] ---- Reading the line : 010100-3-0,[0- 1- 0- 1- 0- 0- 3- 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- 3- 0],[0- 576000- 0- 576000- 0- 0- 2208000- 0],57.70074631354511,1696.270675984435,6.02868e+11,9.57104e-11 - -arrays of value as string : ['0', '1', '0', '1', '0', '0', '3', '0'] -resulted X configuration : [0, 1, 0, 1, 0, 0, 3, 0] ---- Reading the line : 110000-2-0,[1- 1- 0- 0- 0- 0- 2- 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- 2- 0],[576000- 576000- 0- 0- 0- 0- 1478400- 0],42.47266528928453,1261.0505022629595,4.8216e+11,8.80883e-11 - -arrays of value as string : ['1', '1', '0', '0', '0', '0', '2', '0'] -resulted X configuration : [1, 1, 0, 0, 0, 0, 2, 0] ---- Reading the line : 101110-1-0,[1- 0- 1- 1- 1- 0- 1- 0- 0- 0- 0- 0- 0],[576000- 0- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 1- 1- 0- 1- 0],[576000- 0- 576000- 576000- 576000- 0- 652800- 0],33.06575864579996,992.2081863088819,3.39783e+11,9.73143e-11 - -arrays of value as string : ['1', '0', '1', '1', '1', '0', '1', '0'] -resulted X configuration : [1, 0, 1, 1, 1, 0, 1, 0] ---- Reading the line : 100100-1-1,[1- 0- 0- 1- 0- 0- 1- 0- 0- 1- 0- 0- 0],[576000- 0- 0- 576000- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[1- 0- 0- 1- 0- 0- 1- 1],[576000- 0- 0- 576000- 0- 0- 652800- 806400],38.48271275814499,1148.6603433157295,4.6891e+11,8.20684e-11 - -arrays of value as string : ['1', '0', '0', '1', '0', '0', '1', '1'] -resulted X configuration : [1, 0, 0, 1, 0, 0, 1, 1] ---- Reading the line : 222220-2-2,[2- 2- 2- 2- 2- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 2- 2- 2- 0- 2- 2],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 1478400- 1766400],76.06186087808521,2183.777478154782,1.12225e+12,6.77762e-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '0', '2', '2'] -resulted X configuration : [2, 2, 2, 2, 2, 0, 2, 2] ---- Reading the line : 002022-3-0,[0- 0- 2- 0- 2- 2- 3- 0- 0- 0- 0- 0- 0],[0- 0- 1363200- 0- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[0- 0- 2- 0- 2- 2- 3- 0],[0- 0- 1363200- 0- 1363200- 1363200- 2208000- 0],61.59240778326698,1807.2321551237203,7.915e+11,7.78173e-11 - -arrays of value as string : ['0', '0', '2', '0', '2', '2', '3', '0'] -resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 0] ---- Reading the line : 003030-1-1,[0- 0- 3- 0- 3- 0- 1- 0- 0- 1- 0- 0- 0],[0- 0- 1804800- 0- 1804800- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 3- 0- 3- 0- 1- 1],[0- 0- 1804800- 0- 1804800- 0- 652800- 806400],38.31727344984162,1149.5816092123982,4.57591e+11,8.37369e-11 - -arrays of value as string : ['0', '0', '3', '0', '3', '0', '1', '1'] -resulted X configuration : [0, 0, 3, 0, 3, 0, 1, 1] ---- Reading the line : 033003-2-0,[0- 3- 3- 0- 0- 3- 2- 0- 0- 0- 0- 0- 0],[0- 1804800- 1804800- 0- 0- 1804800- 0- 0- 0- 0- 0- 0- 0],[0- 3- 3- 0- 0- 3- 2- 0],[0- 1804800- 1804800- 0- 0- 1804800- 1478400- 0],62.72069654525214,1821.9945510211376,7.97305e+11,7.86659e-11 - -arrays of value as string : ['0', '3', '3', '0', '0', '3', '2', '0'] -resulted X configuration : [0, 3, 3, 0, 0, 3, 2, 0] ---- Reading the line : 010111-1-1,[0- 1- 0- 1- 1- 1- 1- 0- 0- 1- 0- 0- 0],[0- 576000- 0- 576000- 576000- 576000- 0- 0- 0- 806400- 0- 0- 0],[0- 1- 0- 1- 1- 1- 1- 1],[0- 576000- 0- 576000- 576000- 576000- 652800- 806400],42.04621333129826,1237.5327713472516,5.61414e+11,7.48934e-11 - -arrays of value as string : ['0', '1', '0', '1', '1', '1', '1', '1'] -resulted X configuration : [0, 1, 0, 1, 1, 1, 1, 1] ---- Reading the line : 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],27.414270971275005,836.0637237714592,1.6421e+11,1.66946e-10 - -arrays of value as string : ['3', '0', '3', '3', '3', '0', '0', '0'] -resulted X configuration : [3, 0, 3, 3, 3, 0, 0, 0] ---- Reading the line : 010010-1-1,[0- 1- 0- 0- 1- 0- 1- 0- 0- 1- 0- 0- 0],[0- 576000- 0- 0- 576000- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 1- 0- 0- 1- 0- 1- 1],[0- 576000- 0- 0- 576000- 0- 652800- 806400],38.33628258038769,1146.4253506390737,4.65592e+11,8.23388e-11 - -arrays of value as string : ['0', '1', '0', '0', '1', '0', '1', '1'] -resulted X configuration : [0, 1, 0, 0, 1, 0, 1, 1] ---- Reading the line : 030300-2-2,[0- 3- 0- 3- 0- 0- 2- 0- 0- 2- 0- 0- 0],[0- 1804800- 0- 1804800- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 3- 0- 3- 0- 0- 2- 2],[0- 1804800- 0- 1804800- 0- 0- 1478400- 1766400],72.31426635370143,2087.3593400073655,9.73974e+11,7.42466e-11 - -arrays of value as string : ['0', '3', '0', '3', '0', '0', '2', '2'] -resulted X configuration : [0, 3, 0, 3, 0, 0, 2, 2] ---- Reading the line : 033000-1-0,[0- 3- 3- 0- 0- 0- 1- 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- 1- 0],[0- 1804800- 1804800- 0- 0- 0- 652800- 0],30.84463223263372,919.0088923999328,2.48947e+11,1.239e-10 - -arrays of value as string : ['0', '3', '3', '0', '0', '0', '1', '0'] -resulted X configuration : [0, 3, 3, 0, 0, 0, 1, 0] ---- Reading the line : 000110-3-1,[0- 0- 0- 1- 1- 0- 3- 0- 0- 1- 0- 0- 0],[0- 0- 0- 576000- 576000- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 0- 1- 1- 0- 3- 1],[0- 0- 0- 576000- 576000- 0- 2208000- 806400],74.34214040531062,2137.5958184001565,8.16637e+11,9.10345e-11 - -arrays of value as string : ['0', '0', '0', '1', '1', '0', '3', '1'] -resulted X configuration : [0, 0, 0, 1, 1, 0, 3, 1] ---- Reading the line : 033330-2-3,[0- 3- 3- 3- 3- 0- 2- 0- 0- 3- 0- 0- 0],[0- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 3- 3- 3- 3- 0- 2- 3],[0- 1804800- 1804800- 1804800- 1804800- 0- 1478400- 2400000],89.40162859050163,2539.4755461209497,1.11539e+12,8.01528e-11 - -arrays of value as string : ['0', '3', '3', '3', '3', '0', '2', '3'] -resulted X configuration : [0, 3, 3, 3, 3, 0, 2, 3] ---- Reading the line : 011011-3-2,[0- 1- 1- 0- 1- 1- 3- 0- 0- 2- 0- 0- 0],[0- 576000- 576000- 0- 576000- 576000- 0- 0- 0- 1766400- 0- 0- 0],[0- 1- 1- 0- 1- 1- 3- 2],[0- 576000- 576000- 0- 576000- 576000- 2208000- 1766400],82.79771486146721,2374.3250150968497,1.118e+12,7.40588e-11 - -arrays of value as string : ['0', '1', '1', '0', '1', '1', '3', '2'] -resulted X configuration : [0, 1, 1, 0, 1, 1, 3, 2] ---- Reading the line : 020202-2-0,[0- 2- 0- 2- 0- 2- 2- 0- 0- 0- 0- 0- 0],[0- 1363200- 0- 1363200- 0- 1363200- 0- 0- 0- 0- 0- 0- 0],[0- 2- 0- 2- 0- 2- 2- 0],[0- 1363200- 0- 1363200- 0- 1363200- 1478400- 0],51.82043413295036,1531.0354096718565,6.99019e+11,7.41331e-11 - -arrays of value as string : ['0', '2', '0', '2', '0', '2', '2', '0'] -resulted X configuration : [0, 2, 0, 2, 0, 2, 2, 0] ---- Reading the line : 101011-1-0,[1- 0- 1- 0- 1- 1- 1- 0- 0- 0- 0- 0- 0],[576000- 0- 576000- 0- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 0- 1- 1- 1- 0],[576000- 0- 576000- 0- 576000- 576000- 652800- 0],33.39150595873643,1012.8652746754652,3.41562e+11,9.77612e-11 - -arrays of value as string : ['1', '0', '1', '0', '1', '1', '1', '0'] -resulted X configuration : [1, 0, 1, 0, 1, 1, 1, 0] ---- Reading the line : 303330-2-3,[3- 0- 3- 3- 3- 0- 2- 0- 0- 3- 0- 0- 0],[1804800- 0- 1804800- 1804800- 1804800- 0- 0- 0- 0- 2400000- 0- 0- 0],[3- 0- 3- 3- 3- 0- 2- 3],[1804800- 0- 1804800- 1804800- 1804800- 0- 1478400- 2400000],94.73104953565642,2682.671145870327,1.13658e+12,8.33475e-11 - -arrays of value as string : ['3', '0', '3', '3', '3', '0', '2', '3'] -resulted X configuration : [3, 0, 3, 3, 3, 0, 2, 3] ---- Reading the line : 022220-2-2,[0- 2- 2- 2- 2- 0- 2- 0- 0- 2- 0- 0- 0],[0- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 2- 2- 2- 2- 0- 2- 2],[0- 1363200- 1363200- 1363200- 1363200- 0- 1478400- 1766400],76.30755632960373,2208.9824879556236,1.06722e+12,7.15012e-11 - -arrays of value as string : ['0', '2', '2', '2', '2', '0', '2', '2'] -resulted X configuration : [0, 2, 2, 2, 2, 0, 2, 2] ---- Reading the line : 200022-1-0,[2- 0- 0- 0- 2- 2- 1- 0- 0- 0- 0- 0- 0],[1363200- 0- 0- 0- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 0- 0- 0- 2- 2- 1- 0],[1363200- 0- 0- 0- 1363200- 1363200- 652800- 0],39.46922201479768,1184.616609216828,4.67309e+11,8.44607e-11 - -arrays of value as string : ['2', '0', '0', '0', '2', '2', '1', '0'] -resulted X configuration : [2, 0, 0, 0, 2, 2, 1, 0] ---- Reading the line : 011000-2-0,[0- 1- 1- 0- 0- 0- 2- 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- 2- 0],[0- 576000- 576000- 0- 0- 0- 1478400- 0],41.92258529337472,1256.2281606407057,4.77863e+11,8.77293e-11 - -arrays of value as string : ['0', '1', '1', '0', '0', '0', '2', '0'] -resulted X configuration : [0, 1, 1, 0, 0, 0, 2, 0] ---- Reading the line : 020200-2-2,[0- 2- 0- 2- 0- 0- 2- 0- 0- 2- 0- 0- 0],[0- 1363200- 0- 1363200- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 2- 0- 2- 0- 0- 2- 2],[0- 1363200- 0- 1363200- 0- 0- 1478400- 1766400],72.91082650802181,2111.137774341237,9.7869e+11,7.44984e-11 - -arrays of value as string : ['0', '2', '0', '2', '0', '0', '2', '2'] -resulted X configuration : [0, 2, 0, 2, 0, 0, 2, 2] ---- Reading the line : 001011-2-0,[0- 0- 1- 0- 1- 1- 2- 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- 2- 0],[0- 0- 576000- 0- 576000- 576000- 1478400- 0],44.48907436947681,1325.0303242417276,5.29344e+11,8.40457e-11 - -arrays of value as string : ['0', '0', '1', '0', '1', '1', '2', '0'] -resulted X configuration : [0, 0, 1, 0, 1, 1, 2, 0] ---- Reading the line : 202000-1-2,[2- 0- 2- 0- 0- 0- 1- 0- 0- 2- 0- 0- 0],[1363200- 0- 1363200- 0- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[2- 0- 2- 0- 0- 0- 1- 2],[1363200- 0- 1363200- 0- 0- 0- 652800- 1766400],61.77677173928621,1809.0407330850458,7.44002e+11,8.30331e-11 - -arrays of value as string : ['2', '0', '2', '0', '0', '0', '1', '2'] -resulted X configuration : [2, 0, 2, 0, 0, 0, 1, 2] ---- Reading the line : 200000-1-1,[2- 0- 0- 0- 0- 0- 1- 0- 0- 1- 0- 0- 0],[1363200- 0- 0- 0- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[2- 0- 0- 0- 0- 0- 1- 1],[1363200- 0- 0- 0- 0- 0- 652800- 806400],37.46453250408571,1117.4175634484577,4.17293e+11,8.97799e-11 - -arrays of value as string : ['2', '0', '0', '0', '0', '0', '1', '1'] -resulted X configuration : [2, 0, 0, 0, 0, 0, 1, 1] ---- Reading the line : 111010-2-0,[1- 1- 1- 0- 1- 0- 2- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0- 0],[1- 1- 1- 0- 1- 0- 2- 0],[576000- 576000- 576000- 0- 576000- 0- 1478400- 0],44.62557467187459,1324.8022417573466,5.76433e+11,7.74168e-11 - -arrays of value as string : ['1', '1', '1', '0', '1', '0', '2', '0'] -resulted X configuration : [1, 1, 1, 0, 1, 0, 2, 0] ---- Reading the line : 020000-3-2,[0- 2- 0- 0- 0- 0- 3- 0- 0- 2- 0- 0- 0],[0- 1363200- 0- 0- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 2- 0- 0- 0- 0- 3- 2],[0- 1363200- 0- 0- 0- 0- 2208000- 1766400],85.8782938267127,2459.834024577101,1.0172e+12,8.44262e-11 - -arrays of value as string : ['0', '2', '0', '0', '0', '0', '3', '2'] -resulted X configuration : [0, 2, 0, 0, 0, 0, 3, 2] ---- Reading the line : 022222-1-2,[0- 2- 2- 2- 2- 2- 1- 0- 0- 2- 0- 0- 0],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[0- 2- 2- 2- 2- 2- 1- 2],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 652800- 1766400],79.9871211726851,2302.0084451410116,1.17601e+12,6.80157e-11 - -arrays of value as string : ['0', '2', '2', '2', '2', '2', '1', '2'] -resulted X configuration : [0, 2, 2, 2, 2, 2, 1, 2] ---- Reading the line : 333330-1-2,[3- 3- 3- 3- 3- 0- 1- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 3- 3- 3- 0- 1- 2],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 652800- 1766400],66.54311678610547,1938.0362457270655,8.84567e+11,7.52268e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '0', '1', '2'] -resulted X configuration : [3, 3, 3, 3, 3, 0, 1, 2] ---- Reading the line : 101111-1-1,[1- 0- 1- 1- 1- 1- 1- 0- 0- 1- 0- 0- 0],[576000- 0- 576000- 576000- 576000- 576000- 0- 0- 0- 806400- 0- 0- 0],[1- 0- 1- 1- 1- 1- 1- 1],[576000- 0- 576000- 576000- 576000- 576000- 652800- 806400],42.54593968589113,1267.2164081536612,6.10004e+11,6.9747e-11 - -arrays of value as string : ['1', '0', '1', '1', '1', '1', '1', '1'] -resulted X configuration : [1, 0, 1, 1, 1, 1, 1, 1] ---- Reading the line : 300033-0-0,[3- 0- 0- 0- 3- 3- 0- 0- 0- 0- 0- 0- 0],[1804800- 0- 0- 0- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 0- 0- 0- 3- 3- 0- 0],[1804800- 0- 0- 0- 1804800- 1804800- 0- 0],43.98581744362714,1311.7029726912265,3.87933e+11,1.13385e-10 - -arrays of value as string : ['3', '0', '0', '0', '3', '3', '0', '0'] -resulted X configuration : [3, 0, 0, 0, 3, 3, 0, 0] ---- Reading the line : 303330-1-1,[3- 0- 3- 3- 3- 0- 1- 0- 0- 1- 0- 0- 0],[1804800- 0- 1804800- 1804800- 1804800- 0- 0- 0- 0- 806400- 0- 0- 0],[3- 0- 3- 3- 3- 0- 1- 1],[1804800- 0- 1804800- 1804800- 1804800- 0- 652800- 806400],41.2112771905204,1225.3639049078472,5.54757e+11,7.42871e-11 - -arrays of value as string : ['3', '0', '3', '3', '3', '0', '1', '1'] -resulted X configuration : [3, 0, 3, 3, 3, 0, 1, 1] ---- Reading the line : 220022-3-3,[2- 2- 0- 0- 2- 2- 3- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 0- 0- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 0- 0- 2- 2- 3- 3],[1363200- 1363200- 0- 0- 1363200- 1363200- 2208000- 2400000],95.35824625251036,2700.5142701900163,1.25894e+12,7.57449e-11 - -arrays of value as string : ['2', '2', '0', '0', '2', '2', '3', '3'] -resulted X configuration : [2, 2, 0, 0, 2, 2, 3, 3] ---- Reading the line : 003033-1-1,[0- 0- 3- 0- 3- 3- 1- 0- 0- 1- 0- 0- 0],[0- 0- 1804800- 0- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 3- 0- 3- 3- 1- 1],[0- 0- 1804800- 0- 1804800- 1804800- 652800- 806400],58.999551683518746,1738.8805591889036,7.85495e+11,7.51113e-11 - -arrays of value as string : ['0', '0', '3', '0', '3', '3', '1', '1'] -resulted X configuration : [0, 0, 3, 0, 3, 3, 1, 1] ---- Reading the line : 110101-3-0,[1- 1- 0- 1- 0- 1- 3- 0- 0- 0- 0- 0- 0],[576000- 576000- 0- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 1- 0- 1- 0- 1- 3- 0],[576000- 576000- 0- 576000- 0- 576000- 2208000- 0],58.12337398418788,1714.5903764365826,6.83706e+11,8.50122e-11 - -arrays of value as string : ['1', '1', '0', '1', '0', '1', '3', '0'] -resulted X configuration : [1, 1, 0, 1, 0, 1, 3, 0] ---- Reading the line : 011111-3-3,[0- 1- 1- 1- 1- 1- 3- 0- 0- 3- 0- 0- 0],[0- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 2400000- 0- 0- 0],[0- 1- 1- 1- 1- 1- 3- 3],[0- 576000- 576000- 576000- 576000- 576000- 2208000- 2400000],85.29350021391399,2441.214792039662,1.08089e+12,7.89104e-11 - -arrays of value as string : ['0', '1', '1', '1', '1', '1', '3', '3'] -resulted X configuration : [0, 1, 1, 1, 1, 1, 3, 3] ---- Reading the line : 110001-3-1,[1- 1- 0- 0- 0- 1- 3- 0- 0- 1- 0- 0- 0],[576000- 576000- 0- 0- 0- 576000- 0- 0- 0- 806400- 0- 0- 0],[1- 1- 0- 0- 0- 1- 3- 1],[576000- 576000- 0- 0- 0- 576000- 2208000- 806400],68.11268258859181,1964.404443059374,8.26039e+11,8.2457e-11 - -arrays of value as string : ['1', '1', '0', '0', '0', '1', '3', '1'] -resulted X configuration : [1, 1, 0, 0, 0, 1, 3, 1] ---- Reading the line : 002200-1-3,[0- 0- 2- 2- 0- 0- 1- 0- 0- 3- 0- 0- 0],[0- 0- 1363200- 1363200- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 2- 2- 0- 0- 1- 3],[0- 0- 1363200- 1363200- 0- 0- 652800- 2400000],76.69149413315175,2207.4198477017826,8.16784e+11,9.38945e-11 - -arrays of value as string : ['0', '0', '2', '2', '0', '0', '1', '3'] -resulted X configuration : [0, 0, 2, 2, 0, 0, 1, 3] ---- Reading the line : 010110-1-0,[0- 1- 0- 1- 1- 0- 1- 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- 1- 0],[0- 576000- 0- 576000- 576000- 0- 652800- 0],32.02904675461461,969.9009626221573,2.96355e+11,1.08077e-10 - -arrays of value as string : ['0', '1', '0', '1', '1', '0', '1', '0'] -resulted X configuration : [0, 1, 0, 1, 1, 0, 1, 0] ---- Reading the line : 330333-2-0,[3- 3- 0- 3- 3- 3- 2- 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- 2- 0],[1804800- 1804800- 0- 1804800- 1804800- 1804800- 1478400- 0],77.38792641178887,2226.940382750933,1.07667e+12,7.18771e-11 - -arrays of value as string : ['3', '3', '0', '3', '3', '3', '2', '0'] -resulted X configuration : [3, 3, 0, 3, 3, 3, 2, 0] ---- Reading the line : 202220-3-0,[2- 0- 2- 2- 2- 0- 3- 0- 0- 0- 0- 0- 0],[1363200- 0- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0- 0],[2- 0- 2- 2- 2- 0- 3- 0],[1363200- 0- 1363200- 1363200- 1363200- 0- 2208000- 0],56.72728338180733,1657.9055359650044,6.66511e+11,8.51108e-11 - -arrays of value as string : ['2', '0', '2', '2', '2', '0', '3', '0'] -resulted X configuration : [2, 0, 2, 2, 2, 0, 3, 0] ---- Reading the line : 003300-3-1,[0- 0- 3- 3- 0- 0- 3- 0- 0- 1- 0- 0- 0],[0- 0- 1804800- 1804800- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 3- 3- 0- 0- 3- 1],[0- 0- 1804800- 1804800- 0- 0- 2208000- 806400],68.68847048358467,1991.1523779082806,7.90155e+11,8.69304e-11 - -arrays of value as string : ['0', '0', '3', '3', '0', '0', '3', '1'] -resulted X configuration : [0, 0, 3, 3, 0, 0, 3, 1] ---- Reading the line : 200222-1-3,[2- 0- 0- 2- 2- 2- 1- 0- 0- 3- 0- 0- 0],[1363200- 0- 0- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 0- 0- 2- 2- 2- 1- 3],[1363200- 0- 0- 1363200- 1363200- 1363200- 652800- 2400000],85.45268353263162,2438.2016691944923,1.10804e+12,7.71206e-11 - -arrays of value as string : ['2', '0', '0', '2', '2', '2', '1', '3'] -resulted X configuration : [2, 0, 0, 2, 2, 2, 1, 3] ---- Reading the line : 330030-3-2,[3- 3- 0- 0- 3- 0- 3- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 0- 0- 1804800- 0- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 0- 0- 3- 0- 3- 2],[1804800- 1804800- 0- 0- 1804800- 0- 2208000- 1766400],79.44879111187178,2292.738991976701,1.05878e+12,7.50381e-11 - -arrays of value as string : ['3', '3', '0', '0', '3', '0', '3', '2'] -resulted X configuration : [3, 3, 0, 0, 3, 0, 3, 2] ---- Reading the line : 111010-3-0,[1- 1- 1- 0- 1- 0- 3- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0- 0],[1- 1- 1- 0- 1- 0- 3- 0],[576000- 576000- 576000- 0- 576000- 0- 2208000- 0],53.41244164848047,1585.307201660291,6.49427e+11,8.22455e-11 - -arrays of value as string : ['1', '1', '1', '0', '1', '0', '3', '0'] -resulted X configuration : [1, 1, 1, 0, 1, 0, 3, 0] - --- Getting data from file /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/summary_files_only/summary___03Aug22_05_34_39_with_configuration_really_tested.csv ---- Reading the line : 220222-3-2,[2- 2- 0- 2- 2- 2- 3- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 0- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 0- 2- 2- 2- 3- 2],[1363200- 1363200- 0- 1363200- 1363200- 1363200- 2208000- 1766400],98.66003637723567,2787.850367875882,1.45742e+12,6.7695e-11 - -arrays of value as string : ['2', '2', '0', '2', '2', '2', '3', '2'] -resulted X configuration : [2, 2, 0, 2, 2, 2, 3, 2] ---- Reading the line : 303000-2-1,[3- 0- 3- 0- 0- 0- 2- 0- 0- 1- 0- 0- 0],[1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[3- 0- 3- 0- 0- 0- 2- 1],[1804800- 0- 1804800- 0- 0- 0- 1478400- 806400],50.17401859858811,1487.04325047162,6.96696e+11,7.20171e-11 - -arrays of value as string : ['3', '0', '3', '0', '0', '0', '2', '1'] -resulted X configuration : [3, 0, 3, 0, 0, 0, 2, 1] ---- Reading the line : 222222-2-1,[2- 2- 2- 2- 2- 2- 2- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 2- 2- 2- 2- 2- 2- 1],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 1478400- 806400],76.22620686685552,2183.435366401719,1.22181e+12,6.23879e-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '2', '1'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 2, 1] ---- Reading the line : 330330-2-1,[3- 3- 0- 3- 3- 0- 2- 0- 0- 1- 0- 0- 0],[1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 0- 806400- 0- 0- 0],[3- 3- 0- 3- 3- 0- 2- 1],[1804800- 1804800- 0- 1804800- 1804800- 0- 1478400- 806400],56.36587794320171,1655.3759811987045,7.86845e+11,7.16353e-11 - -arrays of value as string : ['3', '3', '0', '3', '3', '0', '2', '1'] -resulted X configuration : [3, 3, 0, 3, 3, 0, 2, 1] ---- Reading the line : 222222-1-3,[2- 2- 2- 2- 2- 2- 1- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 2- 2- 2- 1- 3],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 652800- 2400000],85.92125075504671,2446.3624625464895,1.28144e+12,6.70505e-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '1', '3'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 1, 3] ---- Reading the line : 333333-3-0,[3- 3- 3- 3- 3- 3- 3- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 3- 3- 3- 3- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 2208000- 0],64.94187940590403,1893.9710606316096,1.0361e+12,6.26792e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '3', '0'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 3, 0] ---- Reading the line : 000001-3-0,[0- 0- 0- 0- 0- 1- 3- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 1- 3- 0],[0- 0- 0- 0- 0- 576000- 2208000- 0],47.261265478697936,1387.2331496471695,4.99362e+11,9.46433e-11 - -arrays of value as string : ['0', '0', '0', '0', '0', '1', '3', '0'] -resulted X configuration : [0, 0, 0, 0, 0, 1, 3, 0] ---- Reading the line : 222022-2-0,[2- 2- 2- 0- 2- 2- 2- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 0- 2- 2- 2- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 1478400- 0],57.21047710637256,1691.7977827214806,9.07319e+11,6.30544e-11 - -arrays of value as string : ['2', '2', '2', '0', '2', '2', '2', '0'] -resulted X configuration : [2, 2, 2, 0, 2, 2, 2, 0] ---- Reading the line : 111010-3-3,[1- 1- 1- 0- 1- 0- 3- 0- 0- 3- 0- 0- 0],[576000- 576000- 576000- 0- 576000- 0- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 1- 0- 1- 0- 3- 3],[576000- 576000- 576000- 0- 576000- 0- 2208000- 2400000],78.8194837737248,2256.8050978533465,1.02613e+12,7.68124e-11 - -arrays of value as string : ['1', '1', '1', '0', '1', '0', '3', '3'] -resulted X configuration : [1, 1, 1, 0, 1, 0, 3, 3] ---- Reading the line : 100101-3-0,[1- 0- 0- 1- 0- 1- 3- 0- 0- 0- 0- 0- 0],[576000- 0- 0- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 0- 0- 1- 0- 1- 3- 0],[576000- 0- 0- 576000- 0- 576000- 2208000- 0],49.41931284357229,1478.5657068095513,5.94388e+11,8.31432e-11 - -arrays of value as string : ['1', '0', '0', '1', '0', '1', '3', '0'] -resulted X configuration : [1, 0, 0, 1, 0, 1, 3, 0] ---- Reading the line : 333330-1-3,[3- 3- 3- 3- 3- 0- 1- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 3- 3- 3- 0- 1- 3],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 652800- 2400000],74.43416393210141,2139.0096588696842,9.34178e+11,7.96788e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '0', '1', '3'] -resulted X configuration : [3, 3, 3, 3, 3, 0, 1, 3] ---- Reading the line : 220222-0-3,[2- 2- 0- 2- 2- 2- 0- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 0- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 0- 2- 2- 2- 0- 3],[1363200- 1363200- 0- 1363200- 1363200- 1363200- 0- 2400000],73.62693555372604,2129.7133533464685,1.018e+12,7.23251e-11 - -arrays of value as string : ['2', '2', '0', '2', '2', '2', '0', '3'] -resulted X configuration : [2, 2, 0, 2, 2, 2, 0, 3] ---- Reading the line : 333333-0-2,[3- 3- 3- 3- 3- 3- 0- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 3- 3- 3- 3- 0- 2],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 1766400],76.85298501974917,2213.881642015374,1.13369e+12,6.77901e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '0', '2'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 0, 2] ---- Reading the line : 111101-3-2,[1- 1- 1- 1- 0- 1- 3- 0- 0- 2- 0- 0- 0],[576000- 576000- 576000- 576000- 0- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 1- 1- 1- 0- 1- 3- 2],[576000- 576000- 576000- 576000- 0- 576000- 2208000- 1766400],78.98892594686254,2270.857627031937,1.13716e+12,6.94616e-11 - -arrays of value as string : ['1', '1', '1', '1', '0', '1', '3', '2'] -resulted X configuration : [1, 1, 1, 1, 0, 1, 3, 2] ---- Reading the line : 333003-3-1,[3- 3- 3- 0- 0- 3- 3- 0- 0- 1- 0- 0- 0],[1804800- 1804800- 1804800- 0- 0- 1804800- 0- 0- 0- 806400- 0- 0- 0],[3- 3- 3- 0- 0- 3- 3- 1],[1804800- 1804800- 1804800- 0- 0- 1804800- 2208000- 806400],71.45892509072699,2082.514481355215,1.0539e+12,6.78043e-11 - -arrays of value as string : ['3', '3', '3', '0', '0', '3', '3', '1'] -resulted X configuration : [3, 3, 3, 0, 0, 3, 3, 1] ---- Reading the line : 111011-2-3,[1- 1- 1- 0- 1- 1- 2- 0- 0- 3- 0- 0- 0],[576000- 576000- 576000- 0- 576000- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 1- 0- 1- 1- 2- 3],[576000- 576000- 576000- 0- 576000- 576000- 1478400- 2400000],79.66681688807911,2300.4906041598515,1.1342e+12,7.02405e-11 - -arrays of value as string : ['1', '1', '1', '0', '1', '1', '2', '3'] -resulted X configuration : [1, 1, 1, 0, 1, 1, 2, 3] ---- Reading the line : 333333-1-3,[3- 3- 3- 3- 3- 3- 1- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 3- 3- 3- 3- 1- 3],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 652800- 2400000],86.40713429401492,2462.04893036855,1.28895e+12,6.70368e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '1', '3'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 1, 3] ---- Reading the line : 333330-2-3,[3- 3- 3- 3- 3- 0- 2- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 3- 3- 3- 0- 2- 3],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 1478400- 2400000],78.84746341771039,2262.2985777514086,1.1231e+12,7.02052e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '0', '2', '3'] -resulted X configuration : [3, 3, 3, 3, 3, 0, 2, 3] ---- Reading the line : 222222-0-1,[2- 2- 2- 2- 2- 2- 0- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 2- 2- 2- 2- 2- 0- 1],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 806400],52.24843908649111,1537.6927008765404,8.18911e+11,6.38023e-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '0', '1'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 0, 1] ---- Reading the line : 111111-1-1,[1- 1- 1- 1- 1- 1- 1- 0- 0- 1- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 806400- 0- 0- 0],[1- 1- 1- 1- 1- 1- 1- 1],[576000- 576000- 576000- 576000- 576000- 576000- 652800- 806400],40.838573735993684,1240.0445858863009,6.50531e+11,6.27773e-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '1', '1', '1'] -resulted X configuration : [1, 1, 1, 1, 1, 1, 1, 1] ---- Reading the line : 033033-1-3,[0- 3- 3- 0- 3- 3- 1- 0- 0- 3- 0- 0- 0],[0- 1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[0- 3- 3- 0- 3- 3- 1- 3],[0- 1804800- 1804800- 0- 1804800- 1804800- 652800- 2400000],87.73797792788814,2515.6311910320933,1.14797e+12,7.64288e-11 - -arrays of value as string : ['0', '3', '3', '0', '3', '3', '1', '3'] -resulted X configuration : [0, 3, 3, 0, 3, 3, 1, 3] ---- Reading the line : 303333-1-0,[3- 0- 3- 3- 3- 3- 1- 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- 1- 0],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 652800- 0],64.25089221017343,1886.5908962422202,8.37972e+11,7.66743e-11 - -arrays of value as string : ['3', '0', '3', '3', '3', '3', '1', '0'] -resulted X configuration : [3, 0, 3, 3, 3, 3, 1, 0] ---- Reading the line : 200222-1-1,[2- 0- 0- 2- 2- 2- 1- 0- 0- 1- 0- 0- 0],[1363200- 0- 0- 1363200- 1363200- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 0- 0- 2- 2- 2- 1- 1],[1363200- 0- 0- 1363200- 1363200- 1363200- 652800- 806400],49.814270279446845,1478.9925054822234,7.92233e+11,6.28783e-11 - -arrays of value as string : ['2', '0', '0', '2', '2', '2', '1', '1'] -resulted X configuration : [2, 0, 0, 2, 2, 2, 1, 1] ---- Reading the line : 222222-1-3,[2- 2- 2- 2- 2- 2- 1- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 2- 2- 2- 1- 3],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 652800- 2400000],89.21276593255729,2532.5929157762052,1.29558e+12,6.88593e-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '1', '3'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 1, 3] ---- Reading the line : 333333-1-1,[3- 3- 3- 3- 3- 3- 1- 0- 0- 1- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[3- 3- 3- 3- 3- 3- 1- 1],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 652800- 806400],63.73792434520371,1878.3889875869074,1.06414e+12,5.98962e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '1', '1'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 1, 1] ---- Reading the line : 222022-2-2,[2- 2- 2- 0- 2- 2- 2- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 2- 0- 2- 2- 2- 2],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 1478400- 1766400],91.10203171728844,2593.654842672242,1.41014e+12,6.4605e-11 - -arrays of value as string : ['2', '2', '2', '0', '2', '2', '2', '2'] -resulted X configuration : [2, 2, 2, 0, 2, 2, 2, 2] ---- Reading the line : 033333-1-3,[0- 3- 3- 3- 3- 3- 1- 0- 0- 3- 0- 0- 0],[0- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[0- 3- 3- 3- 3- 3- 1- 3],[0- 1804800- 1804800- 1804800- 1804800- 1804800- 652800- 2400000],82.92589585237724,2386.456438152684,1.19939e+12,6.91401e-11 - -arrays of value as string : ['0', '3', '3', '3', '3', '3', '1', '3'] -resulted X configuration : [0, 3, 3, 3, 3, 3, 1, 3] ---- Reading the line : 333033-1-3,[3- 3- 3- 0- 3- 3- 1- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 3- 0- 3- 3- 1- 3],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 652800- 2400000],83.48198615501106,2396.6353794599895,1.20194e+12,6.9456e-11 - -arrays of value as string : ['3', '3', '3', '0', '3', '3', '1', '3'] -resulted X configuration : [3, 3, 3, 0, 3, 3, 1, 3] ---- Reading the line : 200222-3-2,[2- 0- 0- 2- 2- 2- 3- 0- 0- 2- 0- 0- 0],[1363200- 0- 0- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 0- 0- 2- 2- 2- 3- 2],[1363200- 0- 0- 1363200- 1363200- 1363200- 2208000- 1766400],89.22173143973053,2548.8343694924056,1.31788e+12,6.7701e-11 - -arrays of value as string : ['2', '0', '0', '2', '2', '2', '3', '2'] -resulted X configuration : [2, 0, 0, 2, 2, 2, 3, 2] ---- Reading the line : 111110-2-0,[1- 1- 1- 1- 1- 0- 2- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0- 0],[1- 1- 1- 1- 1- 0- 2- 0],[576000- 576000- 576000- 576000- 576000- 0- 1478400- 0],45.93145920255071,1355.446887672499,6.21287e+11,7.39295e-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '0', '2', '0'] -resulted X configuration : [1, 1, 1, 1, 1, 0, 2, 0] ---- Reading the line : 000011-3-0,[0- 0- 0- 0- 1- 1- 3- 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- 3- 0],[0- 0- 0- 0- 576000- 576000- 2208000- 0],53.28388273452391,1572.723721793731,5.79951e+11,9.18765e-11 - -arrays of value as string : ['0', '0', '0', '0', '1', '1', '3', '0'] -resulted X configuration : [0, 0, 0, 0, 1, 1, 3, 0] ---- Reading the line : 111001-1-2,[1- 1- 1- 0- 0- 1- 1- 0- 0- 2- 0- 0- 0],[576000- 576000- 576000- 0- 0- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 1- 1- 0- 0- 1- 1- 2],[576000- 576000- 576000- 0- 0- 576000- 652800- 1766400],63.39311214039606,1851.6701916655518,8.39092e+11,7.55497e-11 - -arrays of value as string : ['1', '1', '1', '0', '0', '1', '1', '2'] -resulted X configuration : [1, 1, 1, 0, 0, 1, 1, 2] ---- Reading the line : 333333-3-2,[3- 3- 3- 3- 3- 3- 3- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 3- 3- 3- 3- 3- 2],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 2208000- 1766400],101.44390963131458,2859.5424266919995,1.56029e+12,6.50161e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '3', '2'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 3, 2] ---- Reading the line : 022022-3-3,[0- 2- 2- 0- 2- 2- 3- 0- 0- 3- 0- 0- 0],[0- 1363200- 1363200- 0- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[0- 2- 2- 0- 2- 2- 3- 3],[0- 1363200- 1363200- 0- 1363200- 1363200- 2208000- 2400000],88.0748025631995,2511.1853246800406,1.28161e+12,6.8722e-11 - -arrays of value as string : ['0', '2', '2', '0', '2', '2', '3', '3'] -resulted X configuration : [0, 2, 2, 0, 2, 2, 3, 3] ---- Reading the line : 022222-0-2,[0- 2- 2- 2- 2- 2- 0- 0- 0- 2- 0- 0- 0],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[0- 2- 2- 2- 2- 2- 0- 2],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 1766400],69.37565973641902,2011.1968782229953,9.8833e+11,7.01948e-11 - -arrays of value as string : ['0', '2', '2', '2', '2', '2', '0', '2'] -resulted X configuration : [0, 2, 2, 2, 2, 2, 0, 2] ---- Reading the line : 030303-1-2,[0- 3- 0- 3- 0- 3- 1- 0- 0- 2- 0- 0- 0],[0- 1804800- 0- 1804800- 0- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[0- 3- 0- 3- 0- 3- 1- 2],[0- 1804800- 0- 1804800- 0- 1804800- 652800- 1766400],76.53052030248016,2207.7705666142892,1.00414e+12,7.6215e-11 - -arrays of value as string : ['0', '3', '0', '3', '0', '3', '1', '2'] -resulted X configuration : [0, 3, 0, 3, 0, 3, 1, 2] ---- Reading the line : 022222-2-3,[0- 2- 2- 2- 2- 2- 2- 0- 0- 3- 0- 0- 0],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[0- 2- 2- 2- 2- 2- 2- 3],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 1478400- 2400000],95.11984019839312,2688.204329270738,1.42093e+12,6.6942e-11 - -arrays of value as string : ['0', '2', '2', '2', '2', '2', '2', '3'] -resulted X configuration : [0, 2, 2, 2, 2, 2, 2, 3] ---- Reading the line : 101101-3-0,[1- 0- 1- 1- 0- 1- 3- 0- 0- 0- 0- 0- 0],[576000- 0- 576000- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 1- 0- 1- 3- 0],[576000- 0- 576000- 576000- 0- 576000- 2208000- 0],51.17451467754853,1498.8832859532831,6.47651e+11,7.90156e-11 - -arrays of value as string : ['1', '0', '1', '1', '0', '1', '3', '0'] -resulted X configuration : [1, 0, 1, 1, 0, 1, 3, 0] ---- Reading the line : 000202-2-0,[0- 0- 0- 2- 0- 2- 2- 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- 2- 0],[0- 0- 0- 1363200- 0- 1363200- 1478400- 0],45.81348523547173,1369.599934375317,5.95795e+11,7.68947e-11 - -arrays of value as string : ['0', '0', '0', '2', '0', '2', '2', '0'] -resulted X configuration : [0, 0, 0, 2, 0, 2, 2, 0] ---- Reading the line : 111011-0-3,[1- 1- 1- 0- 1- 1- 0- 0- 0- 3- 0- 0- 0],[576000- 576000- 576000- 0- 576000- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 1- 0- 1- 1- 0- 3],[576000- 576000- 576000- 0- 576000- 576000- 0- 2400000],69.72901800554702,2037.4306630339502,7.94369e+11,8.77791e-11 - -arrays of value as string : ['1', '1', '1', '0', '1', '1', '0', '3'] -resulted X configuration : [1, 1, 1, 0, 1, 1, 0, 3] - --- Getting data from file /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/summary_files_only/summary___09Aug22_08_43_01.csv ---- Reading the line : 220200-2-2,[2- 2- 0- 2- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 0- 1363200- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 0- 2- 0- 0- 2- 2],[1363200- 1363200- 0- 1363200- 0- 0- 1478400- 1766400],73.91177263939154,2133.5028212513107,1.02527e+12,7.20901e-11 - -arrays of value as string : ['2', '2', '0', '2', '0', '0', '2', '2'] -resulted X configuration : [2, 2, 0, 2, 0, 0, 2, 2] ---- Reading the line : 333000-3-0,[3- 3- 3- 0- 0- 0- 3- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 0- 0- 0- 3- 0],[1804800- 1804800- 1804800- 0- 0- 0- 2208000- 0],50.4557052793426,1502.997060481683,5.99027e+11,8.42294e-11 - -arrays of value as string : ['3', '3', '3', '0', '0', '0', '3', '0'] -resulted X configuration : [3, 3, 3, 0, 0, 0, 3, 0] ---- Reading the line : 010000-1-0,[0- 1- 0- 0- 0- 0- 1- 0- 0- 0- 0- 0- 0],[0- 576000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[0- 1- 0- 0- 0- 0- 1- 0],[0- 576000- 0- 0- 0- 0- 652800- 0],27.86299512820046,838.7678337648958,2.06843e+11,1.34706e-10 - -arrays of value as string : ['0', '1', '0', '0', '0', '0', '1', '0'] -resulted X configuration : [0, 1, 0, 0, 0, 0, 1, 0] ---- Reading the line : 330303-1-2,[3- 3- 0- 3- 0- 3- 1- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 0- 1804800- 0- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 0- 3- 0- 3- 1- 2],[1804800- 1804800- 0- 1804800- 0- 1804800- 652800- 1766400],82.00779235048205,2359.251015144438,1.12e+12,7.32212e-11 - -arrays of value as string : ['3', '3', '0', '3', '0', '3', '1', '2'] -resulted X configuration : [3, 3, 0, 3, 0, 3, 1, 2] ---- Reading the line : 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.98412276526465,722.4509608186198,7.7034e+10,3.11345e-10 - -arrays of value as string : ['1', '1', '0', '0', '0', '0', '0', '0'] -resulted X configuration : [1, 1, 0, 0, 0, 0, 0, 0] ---- Reading the line : 022202-2-2,[0- 2- 2- 2- 0- 2- 2- 0- 0- 2- 0- 0- 0],[0- 1363200- 1363200- 1363200- 0- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[0- 2- 2- 2- 0- 2- 2- 2],[0- 1363200- 1363200- 1363200- 0- 1363200- 1478400- 1766400],87.20829086123818,2498.0365031303863,1.30679e+12,6.67347e-11 - -arrays of value as string : ['0', '2', '2', '2', '0', '2', '2', '2'] -resulted X configuration : [0, 2, 2, 2, 0, 2, 2, 2] ---- Reading the line : 202002-3-0,[2- 0- 2- 0- 0- 2- 3- 0- 0- 0- 0- 0- 0],[1363200- 0- 1363200- 0- 0- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 0- 2- 0- 0- 2- 3- 0],[1363200- 0- 1363200- 0- 0- 1363200- 2208000- 0],56.33322721184273,1659.3733454443393,7.70891e+11,7.30755e-11 - -arrays of value as string : ['2', '0', '2', '0', '0', '2', '3', '0'] -resulted X configuration : [2, 0, 2, 0, 0, 2, 3, 0] ---- Reading the line : 303303-2-1,[3- 0- 3- 3- 0- 3- 2- 0- 0- 1- 0- 0- 0],[1804800- 0- 1804800- 1804800- 0- 1804800- 0- 0- 0- 806400- 0- 0- 0],[3- 0- 3- 3- 0- 3- 2- 1],[1804800- 0- 1804800- 1804800- 0- 1804800- 1478400- 806400],71.90443674396933,2090.9121184596584,1.06342e+12,6.76162e-11 - -arrays of value as string : ['3', '0', '3', '3', '0', '3', '2', '1'] -resulted X configuration : [3, 0, 3, 3, 0, 3, 2, 1] ---- Reading the line : 200022-2-3,[2- 0- 0- 0- 2- 2- 2- 0- 0- 3- 0- 0- 0],[1363200- 0- 0- 0- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 0- 0- 0- 2- 2- 2- 3],[1363200- 0- 0- 0- 1363200- 1363200- 1478400- 2400000],84.52879791585856,2423.0759751850333,1.20772e+12,6.99904e-11 - -arrays of value as string : ['2', '0', '0', '0', '2', '2', '2', '3'] -resulted X configuration : [2, 0, 0, 0, 2, 2, 2, 3] ---- Reading the line : 030300-2-3,[0- 3- 0- 3- 0- 0- 2- 0- 0- 3- 0- 0- 0],[0- 1804800- 0- 1804800- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 3- 0- 3- 0- 0- 2- 3],[0- 1804800- 0- 1804800- 0- 0- 1478400- 2400000],73.31275563806082,2141.074254925495,9.81425e+11,7.47003e-11 - -arrays of value as string : ['0', '3', '0', '3', '0', '0', '2', '3'] -resulted X configuration : [0, 3, 0, 3, 0, 0, 2, 3] ---- Reading the line : 030003-0-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],35.8863088610274,1073.0557300178195,2.53195e+11,1.41734e-10 - -arrays of value as string : ['0', '3', '0', '0', '0', '3', '0', '0'] -resulted X configuration : [0, 3, 0, 0, 0, 3, 0, 0] ---- Reading the line : 000000-2-0,[0- 0- 0- 0- 0- 0- 2- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 2- 0],[0- 0- 0- 0- 0- 0- 1478400- 0],38.269990495696405,1135.7387643261616,3.81971e+11,1.00191e-10 - -arrays of value as string : ['0', '0', '0', '0', '0', '0', '2', '0'] -resulted X configuration : [0, 0, 0, 0, 0, 0, 2, 0] ---- Reading the line : 202220-2-1,[2- 0- 2- 2- 2- 0- 2- 0- 0- 1- 0- 0- 0],[1363200- 0- 1363200- 1363200- 1363200- 0- 0- 0- 0- 806400- 0- 0- 0],[2- 0- 2- 2- 2- 0- 2- 1],[1363200- 0- 1363200- 1363200- 1363200- 0- 1478400- 806400],56.254266540548315,1671.7398403121347,8.00182e+11,7.03018e-11 - -arrays of value as string : ['2', '0', '2', '2', '2', '0', '2', '1'] -resulted X configuration : [2, 0, 2, 2, 2, 0, 2, 1] ---- Reading the line : 001010-1-0,[0- 0- 1- 0- 1- 0- 1- 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- 1- 0],[0- 0- 576000- 0- 576000- 0- 652800- 0],29.660392939079458,883.2693282113894,2.51081e+11,1.18131e-10 - -arrays of value as string : ['0', '0', '1', '0', '1', '0', '1', '0'] -resulted X configuration : [0, 0, 1, 0, 1, 0, 1, 0] ---- Reading the line : 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],22.44356480668999,683.3295951815655,7.73109e+10,2.90303e-10 - -arrays of value as string : ['2', '0', '2', '0', '0', '0', '0', '0'] -resulted X configuration : [2, 0, 2, 0, 0, 0, 0, 0] ---- Reading the line : 100000-3-0,[1- 0- 0- 0- 0- 0- 3- 0- 0- 0- 0- 0- 0],[576000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 0- 0- 0- 0- 0- 3- 0],[576000- 0- 0- 0- 0- 0- 2208000- 0],55.34744693526562,1619.2771928460813,5.57589e+11,9.92621e-11 - -arrays of value as string : ['1', '0', '0', '0', '0', '0', '3', '0'] -resulted X configuration : [1, 0, 0, 0, 0, 0, 3, 0] ---- Reading the line : 011000-1-0,[0- 1- 1- 0- 0- 0- 1- 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- 1- 0],[0- 576000- 576000- 0- 0- 0- 652800- 0],29.34546622830315,884.1905075621804,2.49834e+11,1.1746e-10 - -arrays of value as string : ['0', '1', '1', '0', '0', '0', '1', '0'] -resulted X configuration : [0, 1, 1, 0, 0, 0, 1, 0] ---- Reading the line : 022222-1-2,[0- 2- 2- 2- 2- 2- 1- 0- 0- 2- 0- 0- 0],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[0- 2- 2- 2- 2- 2- 1- 2],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 652800- 1766400],77.62624080393333,2241.5523038831293,1.17281e+12,6.61882e-11 - -arrays of value as string : ['0', '2', '2', '2', '2', '2', '1', '2'] -resulted X configuration : [0, 2, 2, 2, 2, 2, 1, 2] ---- Reading the line : 333300-1-0,[3- 3- 3- 3- 0- 0- 1- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 3- 0- 0- 1- 0],[1804800- 1804800- 1804800- 1804800- 0- 0- 652800- 0],31.06062061477282,940.3769375511525,3.41424e+11,9.09737e-11 - -arrays of value as string : ['3', '3', '3', '3', '0', '0', '1', '0'] -resulted X configuration : [3, 3, 3, 3, 0, 0, 1, 0] ---- Reading the line : 222222-1-2,[2- 2- 2- 2- 2- 2- 1- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 2- 2- 2- 2- 1- 2],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 652800- 1766400],81.35830423904434,2321.2523445511633,1.25718e+12,6.47149e-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '1', '2'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 1, 2] ---- Reading the line : 003303-1-1,[0- 0- 3- 3- 0- 3- 1- 0- 0- 1- 0- 0- 0],[0- 0- 1804800- 1804800- 0- 1804800- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 3- 3- 0- 3- 1- 1],[0- 0- 1804800- 1804800- 0- 1804800- 652800- 806400],58.76194644449752,1719.4851384917495,7.91599e+11,7.4232e-11 - -arrays of value as string : ['0', '0', '3', '3', '0', '3', '1', '1'] -resulted X configuration : [0, 0, 3, 3, 0, 3, 1, 1] ---- Reading the line : 000000-3-1,[0- 0- 0- 0- 0- 0- 3- 0- 0- 1- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 0- 0- 0- 0- 3- 1],[0- 0- 0- 0- 0- 0- 2208000- 806400],60.484653752985835,1776.1284832445551,6.70249e+11,9.02421e-11 - -arrays of value as string : ['0', '0', '0', '0', '0', '0', '3', '1'] -resulted X configuration : [0, 0, 0, 0, 0, 0, 3, 1] ---- Reading the line : 000110-1-1,[0- 0- 0- 1- 1- 0- 1- 0- 0- 1- 0- 0- 0],[0- 0- 0- 576000- 576000- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 0- 1- 1- 0- 1- 1],[0- 0- 0- 576000- 576000- 0- 652800- 806400],36.48721262882221,1105.547783947985,4.69198e+11,7.77651e-11 - -arrays of value as string : ['0', '0', '0', '1', '1', '0', '1', '1'] -resulted X configuration : [0, 0, 0, 1, 1, 0, 1, 1] ---- Reading the line : 220000-3-0,[2- 2- 0- 0- 0- 0- 3- 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- 3- 0],[1363200- 1363200- 0- 0- 0- 0- 2208000- 0],53.29091998643152,1571.6949406548463,5.78176e+11,9.21708e-11 - -arrays of value as string : ['2', '2', '0', '0', '0', '0', '3', '0'] -resulted X configuration : [2, 2, 0, 0, 0, 0, 3, 0] ---- Reading the line : 022022-1-3,[0- 2- 2- 0- 2- 2- 1- 0- 0- 3- 0- 0- 0],[0- 1363200- 1363200- 0- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[0- 2- 2- 0- 2- 2- 1- 3],[0- 1363200- 1363200- 0- 1363200- 1363200- 652800- 2400000],81.63493485553877,2358.56534305287,1.11099e+12,7.34795e-11 - -arrays of value as string : ['0', '2', '2', '0', '2', '2', '1', '3'] -resulted X configuration : [0, 2, 2, 0, 2, 2, 1, 3] ---- Reading the line : 000022-3-2,[0- 0- 0- 0- 2- 2- 3- 0- 0- 2- 0- 0- 0],[0- 0- 0- 0- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[0- 0- 0- 0- 2- 2- 3- 2],[0- 0- 0- 0- 1363200- 1363200- 2208000- 1766400],80.16963008427506,2307.846186539781,1.11232e+12,7.20743e-11 - -arrays of value as string : ['0', '0', '0', '0', '2', '2', '3', '2'] -resulted X configuration : [0, 0, 0, 0, 2, 2, 3, 2] ---- Reading the line : 001010-1-0,[0- 0- 1- 0- 1- 0- 1- 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- 1- 0],[0- 0- 576000- 0- 576000- 0- 652800- 0],29.331584322088812,890.8110122061737,2.51046e+11,1.16837e-10 - -arrays of value as string : ['0', '0', '1', '0', '1', '0', '1', '0'] -resulted X configuration : [0, 0, 1, 0, 1, 0, 1, 0] ---- Reading the line : 000333-2-0,[0- 0- 0- 3- 3- 3- 2- 0- 0- 0- 0- 0- 0],[0- 0- 0- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 3- 3- 3- 2- 0],[0- 0- 0- 1804800- 1804800- 1804800- 1478400- 0],62.669563544461724,1829.6583812389401,7.9775e+11,7.85579e-11 - -arrays of value as string : ['0', '0', '0', '3', '3', '3', '2', '0'] -resulted X configuration : [0, 0, 0, 3, 3, 3, 2, 0] ---- Reading the line : 020200-1-1,[0- 2- 0- 2- 0- 0- 1- 0- 0- 1- 0- 0- 0],[0- 1363200- 0- 1363200- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 2- 0- 2- 0- 0- 1- 1],[0- 1363200- 0- 1363200- 0- 0- 652800- 806400],35.941505988108695,1084.1373434110455,4.53273e+11,7.92933e-11 - -arrays of value as string : ['0', '2', '0', '2', '0', '0', '1', '1'] -resulted X configuration : [0, 2, 0, 2, 0, 0, 1, 1] ---- Reading the line : 011010-2-3,[0- 1- 1- 0- 1- 0- 2- 0- 0- 3- 0- 0- 0],[0- 576000- 576000- 0- 576000- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 1- 1- 0- 1- 0- 2- 3],[0- 576000- 576000- 0- 576000- 0- 1478400- 2400000],85.2562842548241,2445.4976791558997,1.06609e+12,7.9971e-11 - -arrays of value as string : ['0', '1', '1', '0', '1', '0', '2', '3'] -resulted X configuration : [0, 1, 1, 0, 1, 0, 2, 3] ---- Reading the line : 101101-2-1,[1- 0- 1- 1- 0- 1- 2- 0- 0- 1- 0- 0- 0],[576000- 0- 576000- 576000- 0- 576000- 0- 0- 0- 806400- 0- 0- 0],[1- 0- 1- 1- 0- 1- 2- 1],[576000- 0- 576000- 576000- 0- 576000- 1478400- 806400],56.83939361137568,1679.3511982665327,8.02566e+11,7.08221e-11 - -arrays of value as string : ['1', '0', '1', '1', '0', '1', '2', '1'] -resulted X configuration : [1, 0, 1, 1, 0, 1, 2, 1] ---- Reading the line : 330330-3-3,[3- 3- 0- 3- 3- 0- 3- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 0- 3- 3- 0- 3- 3],[1804800- 1804800- 0- 1804800- 1804800- 0- 2208000- 2400000],76.18345987594073,2201.879552058907,9.47963e+11,8.03654e-11 - -arrays of value as string : ['3', '3', '0', '3', '3', '0', '3', '3'] -resulted X configuration : [3, 3, 0, 3, 3, 0, 3, 3] ---- Reading the line : 022222-3-1,[0- 2- 2- 2- 2- 2- 3- 0- 0- 1- 0- 0- 0],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 806400- 0- 0- 0],[0- 2- 2- 2- 2- 2- 3- 1],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 2208000- 806400],75.06196238428772,2163.90640295813,1.15094e+12,6.5218e-11 - -arrays of value as string : ['0', '2', '2', '2', '2', '2', '3', '1'] -resulted X configuration : [0, 2, 2, 2, 2, 2, 3, 1] ---- Reading the line : 202022-3-1,[2- 0- 2- 0- 2- 2- 3- 0- 0- 1- 0- 0- 0],[1363200- 0- 1363200- 0- 1363200- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 0- 2- 0- 2- 2- 3- 1],[1363200- 0- 1363200- 0- 1363200- 1363200- 2208000- 806400],72.31670560917817,2103.812883311716,1.0655e+12,6.78711e-11 - -arrays of value as string : ['2', '0', '2', '0', '2', '2', '3', '1'] -resulted X configuration : [2, 0, 2, 0, 2, 2, 3, 1] ---- Reading the line : 011010-3-2,[0- 1- 1- 0- 1- 0- 3- 0- 0- 2- 0- 0- 0],[0- 576000- 576000- 0- 576000- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 1- 1- 0- 1- 0- 3- 2],[0- 576000- 576000- 0- 576000- 0- 2208000- 1766400],77.7920837079026,2233.303565448767,1.05493e+12,7.37415e-11 - -arrays of value as string : ['0', '1', '1', '0', '1', '0', '3', '2'] -resulted X configuration : [0, 1, 1, 0, 1, 0, 3, 2] ---- Reading the line : 110011-2-2,[1- 1- 0- 0- 1- 1- 2- 0- 0- 2- 0- 0- 0],[576000- 576000- 0- 0- 576000- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 1- 0- 0- 1- 1- 2- 2],[576000- 576000- 0- 0- 576000- 576000- 1478400- 1766400],74.74536356458539,2157.847282780517,1.07701e+12,6.94008e-11 - -arrays of value as string : ['1', '1', '0', '0', '1', '1', '2', '2'] -resulted X configuration : [1, 1, 0, 0, 1, 1, 2, 2] ---- Reading the line : 033030-2-0,[0- 3- 3- 0- 3- 0- 2- 0- 0- 0- 0- 0- 0],[0- 1804800- 1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 0- 0],[0- 3- 3- 0- 3- 0- 2- 0],[0- 1804800- 1804800- 0- 1804800- 0- 1478400- 0],42.00513493266639,1254.6092580575853,5.28706e+11,7.94489e-11 - -arrays of value as string : ['0', '3', '3', '0', '3', '0', '2', '0'] -resulted X configuration : [0, 3, 3, 0, 3, 0, 2, 0] ---- Reading the line : 220222-2-3,[2- 2- 0- 2- 2- 2- 2- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 0- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 0- 2- 2- 2- 2- 3],[1363200- 1363200- 0- 1363200- 1363200- 1363200- 1478400- 2400000],97.4477993087831,2752.4166228868653,1.43766e+12,6.77822e-11 - -arrays of value as string : ['2', '2', '0', '2', '2', '2', '2', '3'] -resulted X configuration : [2, 2, 0, 2, 2, 2, 2, 3] ---- Reading the line : 101011-3-2,[1- 0- 1- 0- 1- 1- 3- 0- 0- 2- 0- 0- 0],[576000- 0- 576000- 0- 576000- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 0- 1- 0- 1- 1- 3- 2],[576000- 0- 576000- 0- 576000- 576000- 2208000- 1766400],77.57621667528683,2241.243851668701,1.08533e+12,7.14771e-11 - -arrays of value as string : ['1', '0', '1', '0', '1', '1', '3', '2'] -resulted X configuration : [1, 0, 1, 0, 1, 1, 3, 2] ---- Reading the line : 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.880158834189615,1674.8947732758384,6.59151e+11,8.62931e-11 - -arrays of value as string : ['3', '3', '3', '3', '0', '3', '0', '0'] -resulted X configuration : [3, 3, 3, 3, 0, 3, 0, 0] ---- Reading the line : 011001-3-1,[0- 1- 1- 0- 0- 1- 3- 0- 0- 1- 0- 0- 0],[0- 576000- 576000- 0- 0- 576000- 0- 0- 0- 806400- 0- 0- 0],[0- 1- 1- 0- 0- 1- 3- 1],[0- 576000- 576000- 0- 0- 576000- 2208000- 806400],64.71265249480714,1897.1358698378924,8.28186e+11,7.81378e-11 - -arrays of value as string : ['0', '1', '1', '0', '0', '1', '3', '1'] -resulted X configuration : [0, 1, 1, 0, 0, 1, 3, 1] ---- Reading the line : 000110-3-3,[0- 0- 0- 1- 1- 0- 3- 0- 0- 3- 0- 0- 0],[0- 0- 0- 576000- 576000- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 0- 1- 1- 0- 3- 3],[0- 0- 0- 576000- 576000- 0- 2208000- 2400000],74.8050514094236,2156.4629142526246,8.42285e+11,8.8812e-11 - -arrays of value as string : ['0', '0', '0', '1', '1', '0', '3', '3'] -resulted X configuration : [0, 0, 0, 1, 1, 0, 3, 3] ---- Reading the line : 002220-2-3,[0- 0- 2- 2- 2- 0- 2- 0- 0- 3- 0- 0- 0],[0- 0- 1363200- 1363200- 1363200- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 2- 2- 2- 0- 2- 3],[0- 0- 1363200- 1363200- 1363200- 0- 1478400- 2400000],79.03690304614342,2271.626180157451,1.04298e+12,7.57799e-11 - -arrays of value as string : ['0', '0', '2', '2', '2', '0', '2', '3'] -resulted X configuration : [0, 0, 2, 2, 2, 0, 2, 3] ---- Reading the line : 222222-2-2,[2- 2- 2- 2- 2- 2- 2- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 2- 2- 2- 2- 2- 2],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 1478400- 1766400],93.5530302681106,2648.3626559152935,1.50346e+12,6.22252e-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '2', '2'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 2, 2] ---- Reading the line : 300000-3-1,[3- 0- 0- 0- 0- 0- 3- 0- 0- 1- 0- 0- 0],[1804800- 0- 0- 0- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[3- 0- 0- 0- 0- 0- 3- 1],[1804800- 0- 0- 0- 0- 0- 2208000- 806400],61.70736633784887,1806.1116933648566,7.11499e+11,8.67287e-11 - -arrays of value as string : ['3', '0', '0', '0', '0', '0', '3', '1'] -resulted X configuration : [3, 0, 0, 0, 0, 0, 3, 1] ---- Reading the line : 222002-1-0,[2- 2- 2- 0- 0- 2- 1- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 0- 0- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 0- 0- 2- 1- 0],[1363200- 1363200- 1363200- 0- 0- 1363200- 652800- 0],41.48623715392385,1238.7136339101087,5.69101e+11,7.28978e-11 - -arrays of value as string : ['2', '2', '2', '0', '0', '2', '1', '0'] -resulted X configuration : [2, 2, 2, 0, 0, 2, 1, 0] ---- Reading the line : 033030-0-0,[0- 3- 3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0],[0- 1804800- 1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 0- 0],[0- 3- 3- 0- 3- 0- 0- 0],[0- 1804800- 1804800- 0- 1804800- 0- 0- 0],23.84502806404063,726.8419396196849,1.20523e+11,1.97846e-10 - -arrays of value as string : ['0', '3', '3', '0', '3', '0', '0', '0'] -resulted X configuration : [0, 3, 3, 0, 3, 0, 0, 0] ---- Reading the line : 110000-1-2,[1- 1- 0- 0- 0- 0- 1- 0- 0- 2- 0- 0- 0],[576000- 576000- 0- 0- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[1- 1- 0- 0- 0- 0- 1- 2],[576000- 576000- 0- 0- 0- 0- 652800- 1766400],59.318332001781286,1738.3485904436689,7.42453e+11,7.98951e-11 - -arrays of value as string : ['1', '1', '0', '0', '0', '0', '1', '2'] -resulted X configuration : [1, 1, 0, 0, 0, 0, 1, 2] ---- Reading the line : 001101-1-1,[0- 0- 1- 1- 0- 1- 1- 0- 0- 1- 0- 0- 0],[0- 0- 576000- 576000- 0- 576000- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 1- 1- 0- 1- 1- 1],[0- 0- 576000- 576000- 0- 576000- 652800- 806400],37.45828346692664,1129.6791244058386,5.12558e+11,7.30811e-11 - -arrays of value as string : ['0', '0', '1', '1', '0', '1', '1', '1'] -resulted X configuration : [0, 0, 1, 1, 0, 1, 1, 1] ---- Reading the line : 002202-3-0,[0- 0- 2- 2- 0- 2- 3- 0- 0- 0- 0- 0- 0],[0- 0- 1363200- 1363200- 0- 1363200- 0- 0- 0- 0- 0- 0- 0],[0- 0- 2- 2- 0- 2- 3- 0],[0- 0- 1363200- 1363200- 0- 1363200- 2208000- 0],62.95852732602467,1832.020731440319,8.0305e+11,7.83993e-11 - -arrays of value as string : ['0', '0', '2', '2', '0', '2', '3', '0'] -resulted X configuration : [0, 0, 2, 2, 0, 2, 3, 0] ---- Reading the line : 101101-3-0,[1- 0- 1- 1- 0- 1- 3- 0- 0- 0- 0- 0- 0],[576000- 0- 576000- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 1- 0- 1- 3- 0],[576000- 0- 576000- 576000- 0- 576000- 2208000- 0],56.78135936837892,1657.441360987329,6.85957e+11,8.27768e-11 - -arrays of value as string : ['1', '0', '1', '1', '0', '1', '3', '0'] -resulted X configuration : [1, 0, 1, 1, 0, 1, 3, 0] ---- Reading the line : 101110-2-2,[1- 0- 1- 1- 1- 0- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 576000- 576000- 576000- 0- 0- 0- 0- 1766400- 0- 0- 0],[1- 0- 1- 1- 1- 0- 2- 2],[576000- 0- 576000- 576000- 576000- 0- 1478400- 1766400],73.08276501890562,2122.434062624123,1.07702e+12,6.78565e-11 - -arrays of value as string : ['1', '0', '1', '1', '1', '0', '2', '2'] -resulted X configuration : [1, 0, 1, 1, 1, 0, 2, 2] ---- Reading the line : 020202-1-3,[0- 2- 0- 2- 0- 2- 1- 0- 0- 3- 0- 0- 0],[0- 1363200- 0- 1363200- 0- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[0- 2- 0- 2- 0- 2- 1- 3],[0- 1363200- 0- 1363200- 0- 1363200- 652800- 2400000],78.24767797732055,2258.7308543812205,1.00144e+12,7.81352e-11 - -arrays of value as string : ['0', '2', '0', '2', '0', '2', '1', '3'] -resulted X configuration : [0, 2, 0, 2, 0, 2, 1, 3] ---- Reading the line : 030300-3-0,[0- 3- 0- 3- 0- 0- 3- 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- 3- 0],[0- 1804800- 0- 1804800- 0- 0- 2208000- 0],47.58862500100224,1416.0084562341226,5.53257e+11,8.60154e-11 - -arrays of value as string : ['0', '3', '0', '3', '0', '0', '3', '0'] -resulted X configuration : [0, 3, 0, 3, 0, 0, 3, 0] ---- Reading the line : 020200-2-3,[0- 2- 0- 2- 0- 0- 2- 0- 0- 3- 0- 0- 0],[0- 1363200- 0- 1363200- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 2- 0- 2- 0- 0- 2- 3],[0- 1363200- 0- 1363200- 0- 0- 1478400- 2400000],82.47916412519714,2372.4209311935647,1.01916e+12,8.09286e-11 - -arrays of value as string : ['0', '2', '0', '2', '0', '0', '2', '3'] -resulted X configuration : [0, 2, 0, 2, 0, 0, 2, 3] ---- Reading the line : 222220-2-0,[2- 2- 2- 2- 2- 0- 2- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 2- 2- 0- 2- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 1478400- 0],44.42888788986695,1336.3853991871592,6.16824e+11,7.20285e-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '0', '2', '0'] -resulted X configuration : [2, 2, 2, 2, 2, 0, 2, 0] ---- Reading the line : 101001-3-0,[1- 0- 1- 0- 0- 1- 3- 0- 0- 0- 0- 0- 0],[576000- 0- 576000- 0- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 0- 0- 1- 3- 0],[576000- 0- 576000- 0- 0- 576000- 2208000- 0],54.89700632647969,1610.3508056882997,6.2982e+11,8.7163e-11 - -arrays of value as string : ['1', '0', '1', '0', '0', '1', '3', '0'] -resulted X configuration : [1, 0, 1, 0, 0, 1, 3, 0] ---- Reading the line : 002022-3-1,[0- 0- 2- 0- 2- 2- 3- 0- 0- 1- 0- 0- 0],[0- 0- 1363200- 0- 1363200- 1363200- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 2- 0- 2- 2- 3- 1],[0- 0- 1363200- 0- 1363200- 1363200- 2208000- 806400],75.26763933992237,2182.7523405625,1.00817e+12,7.46577e-11 - -arrays of value as string : ['0', '0', '2', '0', '2', '2', '3', '1'] -resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] - --- Getting data from file /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/summary_files_only/summary___10Aug22_12_36_17.csv ---- Reading the line : 002020-3-0,[0- 0- 2- 0- 2- 0- 3- 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- 3- 0],[0- 0- 1363200- 0- 1363200- 0- 2208000- 0],52.90383875415112,1560.7796937029514,5.7779e+11,9.15624e-11 - -arrays of value as string : ['0', '0', '2', '0', '2', '0', '3', '0'] -resulted X configuration : [0, 0, 2, 0, 2, 0, 3, 0] ---- Reading the line : 202000-3-3,[2- 0- 2- 0- 0- 0- 3- 0- 0- 3- 0- 0- 0],[1363200- 0- 1363200- 0- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[2- 0- 2- 0- 0- 0- 3- 3],[1363200- 0- 1363200- 0- 0- 0- 2208000- 2400000],76.35579765249746,2211.1397819709296,9.35898e+11,8.15856e-11 - -arrays of value as string : ['2', '0', '2', '0', '0', '0', '3', '3'] -resulted X configuration : [2, 0, 2, 0, 0, 0, 3, 3] ---- Reading the line : 220000-3-3,[2- 2- 0- 0- 0- 0- 3- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 0- 0- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 0- 0- 0- 0- 3- 3],[1363200- 1363200- 0- 0- 0- 0- 2208000- 2400000],73.69017863100204,2123.4260314085905,9.73425e+11,7.5702e-11 - -arrays of value as string : ['2', '2', '0', '0', '0', '0', '3', '3'] -resulted X configuration : [2, 2, 0, 0, 0, 0, 3, 3] ---- Reading the line : 003333-1-0,[0- 0- 3- 3- 3- 3- 1- 0- 0- 0- 0- 0- 0],[0- 0- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[0- 0- 3- 3- 3- 3- 1- 0],[0- 0- 1804800- 1804800- 1804800- 1804800- 652800- 0],57.33723345336789,1687.3212433824947,7.01607e+11,8.17227e-11 - -arrays of value as string : ['0', '0', '3', '3', '3', '3', '1', '0'] -resulted X configuration : [0, 0, 3, 3, 3, 3, 1, 0] ---- Reading the line : 000111-0-0,[0- 0- 0- 1- 1- 1- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 1- 1- 1- 0- 0],[0- 0- 0- 576000- 576000- 576000- 0- 0],25.382226466175275,763.0234258194865,1.19754e+11,2.11953e-10 - -arrays of value as string : ['0', '0', '0', '1', '1', '1', '0', '0'] -resulted X configuration : [0, 0, 0, 1, 1, 1, 0, 0] ---- Reading the line : 333033-2-0,[3- 3- 3- 0- 3- 3- 2- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 0- 3- 3- 2- 0],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 1478400- 0],70.98779227993477,2048.2738370953357,1.02537e+12,6.92314e-11 - -arrays of value as string : ['3', '3', '3', '0', '3', '3', '2', '0'] -resulted X configuration : [3, 3, 3, 0, 3, 3, 2, 0] ---- Reading the line : 020200-2-0,[0- 2- 0- 2- 0- 0- 2- 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- 2- 0],[0- 1363200- 0- 1363200- 0- 0- 1478400- 0],40.672301388671954,1219.3669808735406,4.82055e+11,8.43727e-11 - -arrays of value as string : ['0', '2', '0', '2', '0', '0', '2', '0'] -resulted X configuration : [0, 2, 0, 2, 0, 0, 2, 0] ---- Reading the line : 020000-1-3,[0- 2- 0- 0- 0- 0- 1- 0- 0- 3- 0- 0- 0],[0- 1363200- 0- 0- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 2- 0- 0- 0- 0- 1- 3],[0- 1363200- 0- 0- 0- 0- 652800- 2400000],71.00913070664843,2053.9994057935787,7.60584e+11,9.33613e-11 - -arrays of value as string : ['0', '2', '0', '0', '0', '0', '1', '3'] -resulted X configuration : [0, 2, 0, 0, 0, 0, 1, 3] ---- Reading the line : 330303-2-0,[3- 3- 0- 3- 0- 3- 2- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 0- 1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 3- 0- 3- 0- 3- 2- 0],[1804800- 1804800- 0- 1804800- 0- 1804800- 1478400- 0],62.03120341832688,1812.7186999488836,8.79941e+11,7.04947e-11 - -arrays of value as string : ['3', '3', '0', '3', '0', '3', '2', '0'] -resulted X configuration : [3, 3, 0, 3, 0, 3, 2, 0] ---- Reading the line : 110101-3-3,[1- 1- 0- 1- 0- 1- 3- 0- 0- 3- 0- 0- 0],[576000- 576000- 0- 576000- 0- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 0- 1- 0- 1- 3- 3],[576000- 576000- 0- 576000- 0- 576000- 2208000- 2400000],75.57724470504559,2180.068431942519,1.00282e+12,7.53647e-11 - -arrays of value as string : ['1', '1', '0', '1', '0', '1', '3', '3'] -resulted X configuration : [1, 1, 0, 1, 0, 1, 3, 3] ---- Reading the line : 200000-1-3,[2- 0- 0- 0- 0- 0- 1- 0- 0- 3- 0- 0- 0],[1363200- 0- 0- 0- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[2- 0- 0- 0- 0- 0- 1- 3],[1363200- 0- 0- 0- 0- 0- 652800- 2400000],64.33997409241996,1880.012954540209,7.19617e+11,8.94086e-11 - -arrays of value as string : ['2', '0', '0', '0', '0', '0', '1', '3'] -resulted X configuration : [2, 0, 0, 0, 0, 0, 1, 3] ---- Reading the line : 110001-2-3,[1- 1- 0- 0- 0- 1- 2- 0- 0- 3- 0- 0- 0],[576000- 576000- 0- 0- 0- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 0- 0- 0- 1- 2- 3],[576000- 576000- 0- 0- 0- 576000- 1478400- 2400000],76.98065980311152,2215.861050376887,1.03804e+12,7.41596e-11 - -arrays of value as string : ['1', '1', '0', '0', '0', '1', '2', '3'] -resulted X configuration : [1, 1, 0, 0, 0, 1, 2, 3] ---- Reading the line : 220202-1-1,[2- 2- 0- 2- 0- 2- 1- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 0- 1363200- 0- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 2- 0- 2- 0- 2- 1- 1],[1363200- 1363200- 0- 1363200- 0- 1363200- 652800- 806400],50.470000516399516,1487.7932513412713,7.85194e+11,6.42771e-11 - -arrays of value as string : ['2', '2', '0', '2', '0', '2', '1', '1'] -resulted X configuration : [2, 2, 0, 2, 0, 2, 1, 1] ---- Reading the line : 003033-1-1,[0- 0- 3- 0- 3- 3- 1- 0- 0- 1- 0- 0- 0],[0- 0- 1804800- 0- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 3- 0- 3- 3- 1- 1],[0- 0- 1804800- 0- 1804800- 1804800- 652800- 806400],58.6370944765814,1723.212719368403,7.88742e+11,7.43426e-11 - -arrays of value as string : ['0', '0', '3', '0', '3', '3', '1', '1'] -resulted X configuration : [0, 0, 3, 0, 3, 3, 1, 1] ---- Reading the line : 202222-2-0,[2- 0- 2- 2- 2- 2- 2- 0- 0- 0- 0- 0- 0],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 0- 2- 2- 2- 2- 2- 0],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 1478400- 0],59.2169275668937,1731.3330144582537,9.04992e+11,6.54336e-11 - -arrays of value as string : ['2', '0', '2', '2', '2', '2', '2', '0'] -resulted X configuration : [2, 0, 2, 2, 2, 2, 2, 0] ---- Reading the line : 330300-2-0,[3- 3- 0- 3- 0- 0- 2- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 3- 0- 3- 0- 0- 2- 0],[1804800- 1804800- 0- 1804800- 0- 0- 1478400- 0],42.494897108957154,1264.8005871419646,5.23833e+11,8.1123e-11 - -arrays of value as string : ['3', '3', '0', '3', '0', '0', '2', '0'] -resulted X configuration : [3, 3, 0, 3, 0, 0, 2, 0] ---- Reading the line : 010011-1-0,[0- 1- 0- 0- 1- 1- 1- 0- 0- 0- 0- 0- 0],[0- 576000- 0- 0- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[0- 1- 0- 0- 1- 1- 1- 0],[0- 576000- 0- 0- 576000- 576000- 652800- 0],30.276377856940353,916.797299162248,2.962e+11,1.02216e-10 - -arrays of value as string : ['0', '1', '0', '0', '1', '1', '1', '0'] -resulted X configuration : [0, 1, 0, 0, 1, 1, 1, 0] ---- Reading the line : 030000-3-3,[0- 3- 0- 0- 0- 0- 3- 0- 0- 3- 0- 0- 0],[0- 1804800- 0- 0- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 3- 0- 0- 0- 0- 3- 3],[0- 1804800- 0- 0- 0- 0- 2208000- 2400000],80.04278396859557,2291.9709345815686,8.99123e+11,8.90232e-11 - -arrays of value as string : ['0', '3', '0', '0', '0', '0', '3', '3'] -resulted X configuration : [0, 3, 0, 0, 0, 0, 3, 3] ---- Reading the line : 222002-0-0,[2- 2- 2- 0- 0- 2- 0- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 0- 0- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 0- 0- 2- 0- 0],[1363200- 1363200- 1363200- 0- 0- 1363200- 0- 0],35.22248964071155,1060.2020987498659,3.89856e+11,9.03474e-11 - -arrays of value as string : ['2', '2', '2', '0', '0', '2', '0', '0'] -resulted X configuration : [2, 2, 2, 0, 0, 2, 0, 0] ---- Reading the line : 330033-1-1,[3- 3- 0- 0- 3- 3- 1- 0- 0- 1- 0- 0- 0],[1804800- 1804800- 0- 0- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[3- 3- 0- 0- 3- 3- 1- 1],[1804800- 1804800- 0- 0- 1804800- 1804800- 652800- 806400],65.34824041069513,1916.024885376568,9.24722e+11,7.0668e-11 - -arrays of value as string : ['3', '3', '0', '0', '3', '3', '1', '1'] -resulted X configuration : [3, 3, 0, 0, 3, 3, 1, 1] ---- Reading the line : 330330-1-3,[3- 3- 0- 3- 3- 0- 1- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 0- 3- 3- 0- 1- 3],[1804800- 1804800- 0- 1804800- 1804800- 0- 652800- 2400000],73.18295677224415,2113.5830311784266,8.83368e+11,8.28454e-11 - -arrays of value as string : ['3', '3', '0', '3', '3', '0', '1', '3'] -resulted X configuration : [3, 3, 0, 3, 3, 0, 1, 3] ---- Reading the line : 303033-0-0,[3- 0- 3- 0- 3- 3- 0- 0- 0- 0- 0- 0- 0],[1804800- 0- 1804800- 0- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 0- 3- 0- 3- 3- 0- 0],[1804800- 0- 1804800- 0- 1804800- 1804800- 0- 0],50.121642670795254,1480.3802869986264,5.23058e+11,9.58243e-11 - -arrays of value as string : ['3', '0', '3', '0', '3', '3', '0', '0'] -resulted X configuration : [3, 0, 3, 0, 3, 3, 0, 0] ---- Reading the line : 003333-2-0,[0- 0- 3- 3- 3- 3- 2- 0- 0- 0- 0- 0- 0],[0- 0- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[0- 0- 3- 3- 3- 3- 2- 0],[0- 0- 1804800- 1804800- 1804800- 1804800- 1478400- 0],70.52682283226056,2049.3423283946368,9.36985e+11,7.527e-11 - -arrays of value as string : ['0', '0', '3', '3', '3', '3', '2', '0'] -resulted X configuration : [0, 0, 3, 3, 3, 3, 2, 0] ---- Reading the line : 020222-2-2,[0- 2- 0- 2- 2- 2- 2- 0- 0- 2- 0- 0- 0],[0- 1363200- 0- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[0- 2- 0- 2- 2- 2- 2- 2],[0- 1363200- 0- 1363200- 1363200- 1363200- 1478400- 1766400],87.53002178089183,2488.525046063732,1.30458e+12,6.70944e-11 - -arrays of value as string : ['0', '2', '0', '2', '2', '2', '2', '2'] -resulted X configuration : [0, 2, 0, 2, 2, 2, 2, 2] ---- Reading the line : 033030-3-1,[0- 3- 3- 0- 3- 0- 3- 0- 0- 1- 0- 0- 0],[0- 1804800- 1804800- 0- 1804800- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 3- 3- 0- 3- 0- 3- 1],[0- 1804800- 1804800- 0- 1804800- 0- 2208000- 806400],65.40226173805877,1905.6295156473543,8.19516e+11,7.9806e-11 - -arrays of value as string : ['0', '3', '3', '0', '3', '0', '3', '1'] -resulted X configuration : [0, 3, 3, 0, 3, 0, 3, 1] ---- Reading the line : 333033-3-3,[3- 3- 3- 0- 3- 3- 3- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 3- 0- 3- 3- 3- 3],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 2208000- 2400000],92.65928549142409,2630.007298764036,1.37927e+12,6.71799e-11 - -arrays of value as string : ['3', '3', '3', '0', '3', '3', '3', '3'] -resulted X configuration : [3, 3, 3, 0, 3, 3, 3, 3] ---- Reading the line : 110101-2-0,[1- 1- 0- 1- 0- 1- 2- 0- 0- 0- 0- 0- 0],[576000- 576000- 0- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 1- 0- 1- 0- 1- 2- 0],[576000- 576000- 0- 576000- 0- 576000- 1478400- 0],44.94678636770851,1337.0998410380332,5.75746e+11,7.8067e-11 - -arrays of value as string : ['1', '1', '0', '1', '0', '1', '2', '0'] -resulted X configuration : [1, 1, 0, 1, 0, 1, 2, 0] ---- Reading the line : 001000-3-0,[0- 0- 1- 0- 0- 0- 3- 0- 0- 0- 0- 0- 0],[0- 0- 576000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 1- 0- 0- 0- 3- 0],[0- 0- 576000- 0- 0- 0- 2208000- 0],49.31922940865544,1457.1464545905162,5.19853e+11,9.48715e-11 - -arrays of value as string : ['0', '0', '1', '0', '0', '0', '3', '0'] -resulted X configuration : [0, 0, 1, 0, 0, 0, 3, 0] ---- Reading the line : 300000-2-0,[3- 0- 0- 0- 0- 0- 2- 0- 0- 0- 0- 0- 0],[1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 0- 0- 0- 0- 0- 2- 0],[1804800- 0- 0- 0- 0- 0- 1478400- 0],39.54493033100684,1178.496636827544,4.31889e+11,9.15627e-11 - -arrays of value as string : ['3', '0', '0', '0', '0', '0', '2', '0'] -resulted X configuration : [3, 0, 0, 0, 0, 0, 2, 0] ---- Reading the line : 003303-1-2,[0- 0- 3- 3- 0- 3- 1- 0- 0- 2- 0- 0- 0],[0- 0- 1804800- 1804800- 0- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[0- 0- 3- 3- 0- 3- 1- 2],[0- 0- 1804800- 1804800- 0- 1804800- 652800- 1766400],80.94736701096696,2331.7227610846985,1.04588e+12,7.73964e-11 - -arrays of value as string : ['0', '0', '3', '3', '0', '3', '1', '2'] -resulted X configuration : [0, 0, 3, 3, 0, 3, 1, 2] ---- Reading the line : 300030-2-0,[3- 0- 0- 0- 3- 0- 2- 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- 2- 0],[1804800- 0- 0- 0- 1804800- 0- 1478400- 0],41.215784795617516,1221.8973988884368,4.80105e+11,8.58474e-11 - -arrays of value as string : ['3', '0', '0', '0', '3', '0', '2', '0'] -resulted X configuration : [3, 0, 0, 0, 3, 0, 2, 0] ---- Reading the line : 002200-3-2,[0- 0- 2- 2- 0- 0- 3- 0- 0- 2- 0- 0- 0],[0- 0- 1363200- 1363200- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 0- 2- 2- 0- 0- 3- 2],[0- 0- 1363200- 1363200- 0- 0- 2208000- 1766400],81.66872704524802,2338.21789820199,1.04638e+12,7.80488e-11 - -arrays of value as string : ['0', '0', '2', '2', '0', '0', '3', '2'] -resulted X configuration : [0, 0, 2, 2, 0, 0, 3, 2] ---- Reading the line : 333330-2-0,[3- 3- 3- 3- 3- 0- 2- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 3- 3- 0- 2- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 1478400- 0],45.36592371702859,1360.4888624432954,6.21177e+11,7.30322e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '0', '2', '0'] -resulted X configuration : [3, 3, 3, 3, 3, 0, 2, 0] ---- Reading the line : 020222-3-0,[0- 2- 0- 2- 2- 2- 3- 0- 0- 0- 0- 0- 0],[0- 1363200- 0- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[0- 2- 0- 2- 2- 2- 3- 0],[0- 1363200- 0- 1363200- 1363200- 1363200- 2208000- 0],62.53995293576916,1839.3687092855896,8.90407e+11,7.02375e-11 - -arrays of value as string : ['0', '2', '0', '2', '2', '2', '3', '0'] -resulted X configuration : [0, 2, 0, 2, 2, 2, 3, 0] ---- Reading the line : 030033-3-0,[0- 3- 0- 0- 3- 3- 3- 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- 3- 0],[0- 1804800- 0- 0- 1804800- 1804800- 2208000- 0],70.02713675655465,2036.8820480839438,8.76491e+11,7.98949e-11 - -arrays of value as string : ['0', '3', '0', '0', '3', '3', '3', '0'] -resulted X configuration : [0, 3, 0, 0, 3, 3, 3, 0] ---- Reading the line : 330003-3-1,[3- 3- 0- 0- 0- 3- 3- 0- 0- 1- 0- 0- 0],[1804800- 1804800- 0- 0- 0- 1804800- 0- 0- 0- 806400- 0- 0- 0],[3- 3- 0- 0- 0- 3- 3- 1],[1804800- 1804800- 0- 0- 0- 1804800- 2208000- 806400],73.38859474562628,2130.016594580153,9.93187e+11,7.3892e-11 - -arrays of value as string : ['3', '3', '0', '0', '0', '3', '3', '1'] -resulted X configuration : [3, 3, 0, 0, 0, 3, 3, 1] ---- Reading the line : 303000-3-1,[3- 0- 3- 0- 0- 0- 3- 0- 0- 1- 0- 0- 0],[1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[3- 0- 3- 0- 0- 0- 3- 1],[1804800- 0- 1804800- 0- 0- 0- 2208000- 806400],64.34512219904238,1878.1621201680678,7.80586e+11,8.24318e-11 - -arrays of value as string : ['3', '0', '3', '0', '0', '0', '3', '1'] -resulted X configuration : [3, 0, 3, 0, 0, 0, 3, 1] ---- Reading the line : 020002-2-3,[0- 2- 0- 0- 0- 2- 2- 0- 0- 3- 0- 0- 0],[0- 1363200- 0- 0- 0- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[0- 2- 0- 0- 0- 2- 2- 3],[0- 1363200- 0- 0- 0- 1363200- 1478400- 2400000],83.10239746504709,2384.2784290201116,1.10701e+12,7.50692e-11 - -arrays of value as string : ['0', '2', '0', '0', '0', '2', '2', '3'] -resulted X configuration : [0, 2, 0, 0, 0, 2, 2, 3] ---- Reading the line : 303330-3-0,[3- 0- 3- 3- 3- 0- 3- 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- 3- 0],[1804800- 0- 1804800- 1804800- 1804800- 0- 2208000- 0],50.56673738427292,1512.324049118067,6.49547e+11,7.78492e-11 - -arrays of value as string : ['3', '0', '3', '3', '3', '0', '3', '0'] -resulted X configuration : [3, 0, 3, 3, 3, 0, 3, 0] ---- Reading the line : 110101-1-0,[1- 1- 0- 1- 0- 1- 1- 0- 0- 0- 0- 0- 0],[576000- 576000- 0- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 1- 0- 1- 0- 1- 1- 0],[576000- 576000- 0- 576000- 0- 576000- 652800- 0],31.249086970467445,947.2950293925682,3.3887e+11,9.22156e-11 - -arrays of value as string : ['1', '1', '0', '1', '0', '1', '1', '0'] -resulted X configuration : [1, 1, 0, 1, 0, 1, 1, 0] ---- Reading the line : 333033-1-3,[3- 3- 3- 0- 3- 3- 1- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 3- 0- 3- 3- 1- 3],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 652800- 2400000],94.29930793987965,2676.8970432494566,1.27369e+12,7.40363e-11 - -arrays of value as string : ['3', '3', '3', '0', '3', '3', '1', '3'] -resulted X configuration : [3, 3, 3, 0, 3, 3, 1, 3] ---- Reading the line : 001111-1-0,[0- 0- 1- 1- 1- 1- 1- 0- 0- 0- 0- 0- 0],[0- 0- 576000- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[0- 0- 1- 1- 1- 1- 1- 0],[0- 0- 576000- 576000- 576000- 576000- 652800- 0],33.008552866909774,976.7117899398605,3.39983e+11,9.70888e-11 - -arrays of value as string : ['0', '0', '1', '1', '1', '1', '1', '0'] -resulted X configuration : [0, 0, 1, 1, 1, 1, 1, 0] ---- Reading the line : 010111-1-2,[0- 1- 0- 1- 1- 1- 1- 0- 0- 2- 0- 0- 0],[0- 576000- 0- 576000- 576000- 576000- 0- 0- 0- 1766400- 0- 0- 0],[0- 1- 0- 1- 1- 1- 1- 2],[0- 576000- 0- 576000- 576000- 576000- 652800- 1766400],63.33291473508287,1842.1114713497977,8.41382e+11,7.52725e-11 - -arrays of value as string : ['0', '1', '0', '1', '1', '1', '1', '2'] -resulted X configuration : [0, 1, 0, 1, 1, 1, 1, 2] ---- Reading the line : 100100-3-3,[1- 0- 0- 1- 0- 0- 3- 0- 0- 3- 0- 0- 0],[576000- 0- 0- 576000- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[1- 0- 0- 1- 0- 0- 3- 3],[576000- 0- 0- 576000- 0- 0- 2208000- 2400000],77.70891264945926,2245.0601066877944,8.90553e+11,8.72592e-11 - -arrays of value as string : ['1', '0', '0', '1', '0', '0', '3', '3'] -resulted X configuration : [1, 0, 0, 1, 0, 0, 3, 3] ---- Reading the line : 000100-2-1,[0- 0- 0- 1- 0- 0- 2- 0- 0- 1- 0- 0- 0],[0- 0- 0- 576000- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 0- 1- 0- 0- 2- 1],[0- 0- 0- 576000- 0- 0- 1478400- 806400],52.305660553812594,1542.101486869496,6.45273e+11,8.10597e-11 - -arrays of value as string : ['0', '0', '0', '1', '0', '0', '2', '1'] -resulted X configuration : [0, 0, 0, 1, 0, 0, 2, 1] ---- Reading the line : 303333-1-0,[3- 0- 3- 3- 3- 3- 1- 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- 1- 0],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 652800- 0],64.35007047679922,1874.176105537936,8.38771e+11,7.67195e-11 - -arrays of value as string : ['3', '0', '3', '3', '3', '3', '1', '0'] -resulted X configuration : [3, 0, 3, 3, 3, 3, 1, 0] ---- Reading the line : 220020-1-2,[2- 2- 0- 0- 2- 0- 1- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 0- 0- 1363200- 0- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 0- 0- 2- 0- 1- 2],[1363200- 1363200- 0- 0- 1363200- 0- 652800- 1766400],62.229672314345905,1810.948301294594,7.88463e+11,7.89253e-11 - -arrays of value as string : ['2', '2', '0', '0', '2', '0', '1', '2'] -resulted X configuration : [2, 2, 0, 0, 2, 0, 1, 2] ---- Reading the line : 100111-1-0,[1- 0- 0- 1- 1- 1- 1- 0- 0- 0- 0- 0- 0],[576000- 0- 0- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 0- 0- 1- 1- 1- 1- 0],[576000- 0- 0- 576000- 576000- 576000- 652800- 0],32.55567293709175,962.2051715790076,3.41225e+11,9.54082e-11 - -arrays of value as string : ['1', '0', '0', '1', '1', '1', '1', '0'] -resulted X configuration : [1, 0, 0, 1, 1, 1, 1, 0] ---- Reading the line : 200000-1-0,[2- 0- 0- 0- 0- 0- 1- 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- 1- 0],[1363200- 0- 0- 0- 0- 0- 652800- 0],27.54961888696046,832.5883210232147,2.06522e+11,1.33398e-10 - -arrays of value as string : ['2', '0', '0', '0', '0', '0', '1', '0'] -resulted X configuration : [2, 0, 0, 0, 0, 0, 1, 0] ---- Reading the line : 003300-3-0,[0- 0- 3- 3- 0- 0- 3- 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- 3- 0],[0- 0- 1804800- 1804800- 0- 0- 2208000- 0],57.61668750338357,1701.9504565670509,6.15318e+11,9.36373e-11 - -arrays of value as string : ['0', '0', '3', '3', '0', '0', '3', '0'] -resulted X configuration : [0, 0, 3, 3, 0, 0, 3, 0] ---- Reading the line : 330330-3-0,[3- 3- 0- 3- 3- 0- 3- 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- 3- 0],[1804800- 1804800- 0- 1804800- 1804800- 0- 2208000- 0],57.869084231929165,1710.9393735808046,6.90232e+11,8.384e-11 - -arrays of value as string : ['3', '3', '0', '3', '3', '0', '3', '0'] -resulted X configuration : [3, 3, 0, 3, 3, 0, 3, 0] ---- Reading the line : 002000-2-1,[0- 0- 2- 0- 0- 0- 2- 0- 0- 1- 0- 0- 0],[0- 0- 1363200- 0- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 2- 0- 0- 0- 2- 1],[0- 0- 1363200- 0- 0- 0- 1478400- 806400],52.141300619742324,1535.4002036126737,6.49355e+11,8.02971e-11 - -arrays of value as string : ['0', '0', '2', '0', '0', '0', '2', '1'] -resulted X configuration : [0, 0, 2, 0, 0, 0, 2, 1] ---- Reading the line : 100000-2-1,[1- 0- 0- 0- 0- 0- 2- 0- 0- 1- 0- 0- 0],[576000- 0- 0- 0- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[1- 0- 0- 0- 0- 0- 2- 1],[576000- 0- 0- 0- 0- 0- 1478400- 806400],51.604696137494564,1525.867536682678,6.53332e+11,7.89869e-11 - -arrays of value as string : ['1', '0', '0', '0', '0', '0', '2', '1'] -resulted X configuration : [1, 0, 0, 0, 0, 0, 2, 1] ---- Reading the line : 000010-3-1,[0- 0- 0- 0- 1- 0- 3- 0- 0- 1- 0- 0- 0],[0- 0- 0- 0- 576000- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 0- 0- 1- 0- 3- 1],[0- 0- 0- 0- 576000- 0- 2208000- 806400],65.58873751640105,1904.22073214856,7.36596e+11,8.9043e-11 - -arrays of value as string : ['0', '0', '0', '0', '1', '0', '3', '1'] -resulted X configuration : [0, 0, 0, 0, 1, 0, 3, 1] ---- Reading the line : 110110-3-1,[1- 1- 0- 1- 1- 0- 3- 0- 0- 1- 0- 0- 0],[576000- 576000- 0- 576000- 576000- 0- 0- 0- 0- 806400- 0- 0- 0],[1- 1- 0- 1- 1- 0- 3- 1],[576000- 576000- 0- 576000- 576000- 0- 2208000- 806400],67.57287611693334,1977.1671997608523,8.74419e+11,7.72775e-11 - -arrays of value as string : ['1', '1', '0', '1', '1', '0', '3', '1'] -resulted X configuration : [1, 1, 0, 1, 1, 0, 3, 1] ---- Reading the line : 033333-2-1,[0- 3- 3- 3- 3- 3- 2- 0- 0- 1- 0- 0- 0],[0- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[0- 3- 3- 3- 3- 3- 2- 1],[0- 1804800- 1804800- 1804800- 1804800- 1804800- 1478400- 806400],79.64660959429389,2287.5638349300307,1.2008e+12,6.6328e-11 - -arrays of value as string : ['0', '3', '3', '3', '3', '3', '2', '1'] -resulted X configuration : [0, 3, 3, 3, 3, 3, 2, 1] ---- Reading the line : 000222-2-3,[0- 0- 0- 2- 2- 2- 2- 0- 0- 3- 0- 0- 0],[0- 0- 0- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 0- 2- 2- 2- 2- 3],[0- 0- 0- 1363200- 1363200- 1363200- 1478400- 2400000],85.57933287675009,2442.3342305093083,1.1897e+12,7.19335e-11 - -arrays of value as string : ['0', '0', '0', '2', '2', '2', '2', '3'] -resulted X configuration : [0, 0, 0, 2, 2, 2, 2, 3] ---- Reading the line : 330300-1-2,[3- 3- 0- 3- 0- 0- 1- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 0- 1804800- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 0- 3- 0- 0- 1- 2],[1804800- 1804800- 0- 1804800- 0- 0- 652800- 1766400],61.958674038002826,1818.127388977506,7.92941e+11,7.81378e-11 - -arrays of value as string : ['3', '3', '0', '3', '0', '0', '1', '2'] -resulted X configuration : [3, 3, 0, 3, 0, 0, 1, 2] ---- Reading the line : 300303-0-0,[3- 0- 0- 3- 0- 3- 0- 0- 0- 0- 0- 0- 0],[1804800- 0- 0- 1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 0- 0- 3- 0- 3- 0- 0],[1804800- 0- 0- 1804800- 0- 1804800- 0- 0],41.90141554208418,1253.9379654720083,3.88241e+11,1.07926e-10 - -arrays of value as string : ['3', '0', '0', '3', '0', '3', '0', '0'] -resulted X configuration : [3, 0, 0, 3, 0, 3, 0, 0] ---- Reading the line : 111000-1-0,[1- 1- 1- 0- 0- 0- 1- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 1- 1- 0- 0- 0- 1- 0],[576000- 576000- 576000- 0- 0- 0- 652800- 0],30.617996362116138,923.6761273267246,2.96022e+11,1.03431e-10 - -arrays of value as string : ['1', '1', '1', '0', '0', '0', '1', '0'] -resulted X configuration : [1, 1, 1, 0, 0, 0, 1, 0] ---- Reading the line : 002220-1-0,[0- 0- 2- 2- 2- 0- 1- 0- 0- 0- 0- 0- 0],[0- 0- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 2- 2- 2- 0- 1- 0],[0- 0- 1363200- 1363200- 1363200- 0- 652800- 0],30.98063125088282,927.4108601649531,2.96427e+11,1.04514e-10 - -arrays of value as string : ['0', '0', '2', '2', '2', '0', '1', '0'] -resulted X configuration : [0, 0, 2, 2, 2, 0, 1, 0] ---- Reading the line : 020022-1-0,[0- 2- 0- 0- 2- 2- 1- 0- 0- 0- 0- 0- 0],[0- 1363200- 0- 0- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[0- 2- 0- 0- 2- 2- 1- 0],[0- 1363200- 0- 0- 1363200- 1363200- 652800- 0],36.88800733705025,1105.1813788647646,4.67051e+11,7.89807e-11 - -arrays of value as string : ['0', '2', '0', '0', '2', '2', '1', '0'] -resulted X configuration : [0, 2, 0, 0, 2, 2, 1, 0] ---- Reading the line : 020220-2-1,[0- 2- 0- 2- 2- 0- 2- 0- 0- 1- 0- 0- 0],[0- 1363200- 0- 1363200- 1363200- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 2- 0- 2- 2- 0- 2- 1],[0- 1363200- 0- 1363200- 1363200- 0- 1478400- 806400],53.671785048668475,1591.0759366118114,7.48193e+11,7.17352e-11 - -arrays of value as string : ['0', '2', '0', '2', '2', '0', '2', '1'] -resulted X configuration : [0, 2, 0, 2, 2, 0, 2, 1] ---- Reading the line : 101101-3-0,[1- 0- 1- 1- 0- 1- 3- 0- 0- 0- 0- 0- 0],[576000- 0- 576000- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 1- 0- 1- 3- 0],[576000- 0- 576000- 576000- 0- 576000- 2208000- 0],58.81039857197384,1743.6992508605433,6.94511e+11,8.46789e-11 - -arrays of value as string : ['1', '0', '1', '1', '0', '1', '3', '0'] -resulted X configuration : [1, 0, 1, 1, 0, 1, 3, 0] ---- Reading the line : 011000-2-2,[0- 1- 1- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[0- 576000- 576000- 0- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 1- 1- 0- 0- 0- 2- 2],[0- 576000- 576000- 0- 0- 0- 1478400- 1766400],71.4589837097857,2063.7340061938808,9.75713e+11,7.32377e-11 - -arrays of value as string : ['0', '1', '1', '0', '0', '0', '2', '2'] -resulted X configuration : [0, 1, 1, 0, 0, 0, 2, 2] ---- Reading the line : 010010-1-0,[0- 1- 0- 0- 1- 0- 1- 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- 1- 0],[0- 576000- 0- 0- 576000- 0- 652800- 0],29.01647467870326,866.7906395733754,2.51789e+11,1.15241e-10 - -arrays of value as string : ['0', '1', '0', '0', '1', '0', '1', '0'] -resulted X configuration : [0, 1, 0, 0, 1, 0, 1, 0] ---- Reading the line : 330003-3-2,[3- 3- 0- 0- 0- 3- 3- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 0- 0- 0- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 0- 0- 0- 3- 3- 2],[1804800- 1804800- 0- 0- 0- 1804800- 2208000- 1766400],94.49408464421893,2687.493994451964,1.2742e+12,7.41595e-11 - -arrays of value as string : ['3', '3', '0', '0', '0', '3', '3', '2'] -resulted X configuration : [3, 3, 0, 0, 0, 3, 3, 2] ---- Reading the line : 022222-3-3,[0- 2- 2- 2- 2- 2- 3- 0- 0- 3- 0- 0- 0],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[0- 2- 2- 2- 2- 2- 3- 3],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 2208000- 2400000],92.57130206150522,2616.635418385763,1.36664e+12,6.77364e-11 - -arrays of value as string : ['0', '2', '2', '2', '2', '2', '3', '3'] -resulted X configuration : [0, 2, 2, 2, 2, 2, 3, 3] ---- Reading the line : 202200-3-2,[2- 0- 2- 2- 0- 0- 3- 0- 0- 2- 0- 0- 0],[1363200- 0- 1363200- 1363200- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[2- 0- 2- 2- 0- 0- 3- 2],[1363200- 0- 1363200- 1363200- 0- 0- 2208000- 1766400],75.38525435820448,2186.581153806228,1.03789e+12,7.26332e-11 - -arrays of value as string : ['2', '0', '2', '2', '0', '0', '3', '2'] -resulted X configuration : [2, 0, 2, 2, 0, 0, 3, 2] ---- Reading the line : 003303-2-2,[0- 0- 3- 3- 0- 3- 2- 0- 0- 2- 0- 0- 0],[0- 0- 1804800- 1804800- 0- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[0- 0- 3- 3- 0- 3- 2- 2],[0- 0- 1804800- 1804800- 0- 1804800- 1478400- 1766400],85.77330898403667,2448.3687025417635,1.2147e+12,7.06128e-11 - -arrays of value as string : ['0', '0', '3', '3', '0', '3', '2', '2'] -resulted X configuration : [0, 0, 3, 3, 0, 3, 2, 2] - --- Getting data from file /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/summary_files_only/summary___12Aug22_11_07_50.csv ---- Reading the line : 330033-3-3,[3- 3- 0- 0- 3- 3- 3- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 0- 0- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 0- 0- 3- 3- 3- 3],[1804800- 1804800- 0- 0- 1804800- 1804800- 2208000- 2400000],96.1514888870947,2715.3725721583787,1.37859e+12,6.97463e-11 - -arrays of value as string : ['3', '3', '0', '0', '3', '3', '3', '3'] -resulted X configuration : [3, 3, 0, 0, 3, 3, 3, 3] ---- Reading the line : 222022-1-3,[2- 2- 2- 0- 2- 2- 1- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 0- 2- 2- 1- 3],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 652800- 2400000],81.50438397997827,2344.4719488711617,1.19162e+12,6.8398e-11 - -arrays of value as string : ['2', '2', '2', '0', '2', '2', '1', '3'] -resulted X configuration : [2, 2, 2, 0, 2, 2, 1, 3] ---- Reading the line : 222220-0-0,[2- 2- 2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 2- 2- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0],28.31277417055063,853.6935883733323,2.07254e+11,1.36609e-10 - -arrays of value as string : ['2', '2', '2', '2', '2', '0', '0', '0'] -resulted X configuration : [2, 2, 2, 2, 2, 0, 0, 0] ---- Reading the line : 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.957077100488743,816.9346082779293,1.63119e+11,1.6526e-10 - -arrays of value as string : ['2', '2', '0', '2', '2', '0', '0', '0'] -resulted X configuration : [2, 2, 0, 2, 2, 0, 0, 0] ---- Reading the line : 100001-1-1,[1- 0- 0- 0- 0- 1- 1- 0- 0- 1- 0- 0- 0],[576000- 0- 0- 0- 0- 576000- 0- 0- 0- 806400- 0- 0- 0],[1- 0- 0- 0- 0- 1- 1- 1],[576000- 0- 0- 0- 0- 576000- 652800- 806400],37.245499593655026,1115.8202042129137,4.63028e+11,8.0439e-11 - -arrays of value as string : ['1', '0', '0', '0', '0', '1', '1', '1'] -resulted X configuration : [1, 0, 0, 0, 0, 1, 1, 1] ---- Reading the line : 202202-1-0,[2- 0- 2- 2- 0- 2- 1- 0- 0- 0- 0- 0- 0],[1363200- 0- 1363200- 1363200- 0- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 0- 2- 2- 0- 2- 1- 0],[1363200- 0- 1363200- 1363200- 0- 1363200- 652800- 0],41.393349766173586,1235.2499058829762,5.69985e+11,7.26218e-11 - -arrays of value as string : ['2', '0', '2', '2', '0', '2', '1', '0'] -resulted X configuration : [2, 0, 2, 2, 0, 2, 1, 0] ---- Reading the line : 100010-3-0,[1- 0- 0- 0- 1- 0- 3- 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- 3- 0],[576000- 0- 0- 0- 576000- 0- 2208000- 0],49.79470947563472,1489.4480005085722,5.62427e+11,8.85354e-11 - -arrays of value as string : ['1', '0', '0', '0', '1', '0', '3', '0'] -resulted X configuration : [1, 0, 0, 0, 1, 0, 3, 0] ---- Reading the line : 202020-2-3,[2- 0- 2- 0- 2- 0- 2- 0- 0- 3- 0- 0- 0],[1363200- 0- 1363200- 0- 1363200- 0- 0- 0- 0- 2400000- 0- 0- 0],[2- 0- 2- 0- 2- 0- 2- 3],[1363200- 0- 1363200- 0- 1363200- 0- 1478400- 2400000],78.5836408674881,2255.836200792139,1.03342e+12,7.60423e-11 - -arrays of value as string : ['2', '0', '2', '0', '2', '0', '2', '3'] -resulted X configuration : [2, 0, 2, 0, 2, 0, 2, 3] ---- Reading the line : 001100-3-3,[0- 0- 1- 1- 0- 0- 3- 0- 0- 3- 0- 0- 0],[0- 0- 576000- 576000- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 1- 1- 0- 0- 3- 3],[0- 0- 576000- 576000- 0- 0- 2208000- 2400000],72.82903936158382,2108.885027973224,9.38032e+11,7.76403e-11 - -arrays of value as string : ['0', '0', '1', '1', '0', '0', '3', '3'] -resulted X configuration : [0, 0, 1, 1, 0, 0, 3, 3] ---- Reading the line : 022002-3-1,[0- 2- 2- 0- 0- 2- 3- 0- 0- 1- 0- 0- 0],[0- 1363200- 1363200- 0- 0- 1363200- 0- 0- 0- 806400- 0- 0- 0],[0- 2- 2- 0- 0- 2- 3- 1],[0- 1363200- 1363200- 0- 0- 1363200- 2208000- 806400],64.65330182509297,1893.8672742273088,9.20166e+11,7.02627e-11 - -arrays of value as string : ['0', '2', '2', '0', '0', '2', '3', '1'] -resulted X configuration : [0, 2, 2, 0, 0, 2, 3, 1] ---- Reading the line : 202222-1-2,[2- 0- 2- 2- 2- 2- 1- 0- 0- 2- 0- 0- 0],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 0- 2- 2- 2- 2- 1- 2],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 652800- 1766400],75.01155662770421,2167.2226937953874,1.08343e+12,6.92353e-11 - -arrays of value as string : ['2', '0', '2', '2', '2', '2', '1', '2'] -resulted X configuration : [2, 0, 2, 2, 2, 2, 1, 2] ---- Reading the line : 101101-0-0,[1- 0- 1- 1- 0- 1- 0- 0- 0- 0- 0- 0- 0],[576000- 0- 576000- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 1- 0- 1- 0- 0],[576000- 0- 576000- 576000- 0- 576000- 0- 0],26.21709253261557,806.6235261281875,1.63432e+11,1.60416e-10 - -arrays of value as string : ['1', '0', '1', '1', '0', '1', '0', '0'] -resulted X configuration : [1, 0, 1, 1, 0, 1, 0, 0] ---- Reading the line : 030300-3-0,[0- 3- 0- 3- 0- 0- 3- 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- 3- 0],[0- 1804800- 0- 1804800- 0- 0- 2208000- 0],47.396418468531486,1412.2980809354676,5.53063e+11,8.5698e-11 - -arrays of value as string : ['0', '3', '0', '3', '0', '0', '3', '0'] -resulted X configuration : [0, 3, 0, 3, 0, 0, 3, 0] ---- Reading the line : 330333-2-3,[3- 3- 0- 3- 3- 3- 2- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 0- 1804800- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 0- 3- 3- 3- 2- 3],[1804800- 1804800- 0- 1804800- 1804800- 1804800- 1478400- 2400000],87.19607015727797,2486.9231957409916,1.29799e+12,6.71778e-11 - -arrays of value as string : ['3', '3', '0', '3', '3', '3', '2', '3'] -resulted X configuration : [3, 3, 0, 3, 3, 3, 2, 3] ---- Reading the line : 100111-1-2,[1- 0- 0- 1- 1- 1- 1- 0- 0- 2- 0- 0- 0],[576000- 0- 0- 576000- 576000- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 0- 0- 1- 1- 1- 1- 2],[576000- 0- 0- 576000- 576000- 576000- 652800- 1766400],65.36175990721286,1907.6402453163846,8.26707e+11,7.90628e-11 - -arrays of value as string : ['1', '0', '0', '1', '1', '1', '1', '2'] -resulted X configuration : [1, 0, 0, 1, 1, 1, 1, 2] ---- Reading the line : 033030-3-0,[0- 3- 3- 0- 3- 0- 3- 0- 0- 0- 0- 0- 0],[0- 1804800- 1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 0- 0],[0- 3- 3- 0- 3- 0- 3- 0],[0- 1804800- 1804800- 0- 1804800- 0- 2208000- 0],49.23349758478151,1448.7250829056704,5.97374e+11,8.24165e-11 - -arrays of value as string : ['0', '3', '3', '0', '3', '0', '3', '0'] -resulted X configuration : [0, 3, 3, 0, 3, 0, 3, 0] ---- Reading the line : 001101-3-0,[0- 0- 1- 1- 0- 1- 3- 0- 0- 0- 0- 0- 0],[0- 0- 576000- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[0- 0- 1- 1- 0- 1- 3- 0],[0- 0- 576000- 576000- 0- 576000- 2208000- 0],50.131704402498926,1484.6622114937884,5.99739e+11,8.35892e-11 - -arrays of value as string : ['0', '0', '1', '1', '0', '1', '3', '0'] -resulted X configuration : [0, 0, 1, 1, 0, 1, 3, 0] ---- Reading the line : 003333-3-3,[0- 0- 3- 3- 3- 3- 3- 0- 0- 3- 0- 0- 0],[0- 0- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 3- 3- 3- 3- 3- 3],[0- 0- 1804800- 1804800- 1804800- 1804800- 2208000- 2400000],85.34158691455114,2444.2452950045235,1.21739e+12,7.01021e-11 - -arrays of value as string : ['0', '0', '3', '3', '3', '3', '3', '3'] -resulted X configuration : [0, 0, 3, 3, 3, 3, 3, 3] ---- Reading the line : 202022-3-0,[2- 0- 2- 0- 2- 2- 3- 0- 0- 0- 0- 0- 0],[1363200- 0- 1363200- 0- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 0- 2- 0- 2- 2- 3- 0],[1363200- 0- 1363200- 0- 1363200- 1363200- 2208000- 0],55.92467118019403,1649.2736062970002,8.15217e+11,6.8601e-11 - -arrays of value as string : ['2', '0', '2', '0', '2', '2', '3', '0'] -resulted X configuration : [2, 0, 2, 0, 2, 2, 3, 0] ---- Reading the line : 003000-3-3,[0- 0- 3- 0- 0- 0- 3- 0- 0- 3- 0- 0- 0],[0- 0- 1804800- 0- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 3- 0- 0- 0- 3- 3],[0- 0- 1804800- 0- 0- 0- 2208000- 2400000],71.49261933404156,2069.5918236400444,8.78239e+11,8.14045e-11 - -arrays of value as string : ['0', '0', '3', '0', '0', '0', '3', '3'] -resulted X configuration : [0, 0, 3, 0, 0, 0, 3, 3] ---- Reading the line : 000333-2-3,[0- 0- 0- 3- 3- 3- 2- 0- 0- 3- 0- 0- 0],[0- 0- 0- 1804800- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 0- 3- 3- 3- 2- 3],[0- 0- 0- 1804800- 1804800- 1804800- 1478400- 2400000],78.13433738304217,2252.7343140619278,1.1062e+12,7.06331e-11 - -arrays of value as string : ['0', '0', '0', '3', '3', '3', '2', '3'] -resulted X configuration : [0, 0, 0, 3, 3, 3, 2, 3] ---- Reading the line : 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.271814457222327,710.2410053630106,3.65027e+10,6.37537e-10 - -arrays of value as string : ['0', '0', '0', '0', '2', '0', '0', '0'] -resulted X configuration : [0, 0, 0, 0, 2, 0, 0, 0] ---- Reading the line : 222020-1-0,[2- 2- 2- 0- 2- 0- 1- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 0- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 0- 2- 0- 1- 0],[1363200- 1363200- 1363200- 0- 1363200- 0- 652800- 0],31.721882777468608,950.3735047317178,3.40761e+11,9.30913e-11 - -arrays of value as string : ['2', '2', '2', '0', '2', '0', '1', '0'] -resulted X configuration : [2, 2, 2, 0, 2, 0, 1, 0] ---- Reading the line : 011100-2-3,[0- 1- 1- 1- 0- 0- 2- 0- 0- 3- 0- 0- 0],[0- 576000- 576000- 576000- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 1- 1- 1- 0- 0- 2- 3],[0- 576000- 576000- 576000- 0- 0- 1478400- 2400000],82.64292151495445,2365.7507477139256,1.06348e+12,7.77099e-11 - -arrays of value as string : ['0', '1', '1', '1', '0', '0', '2', '3'] -resulted X configuration : [0, 1, 1, 1, 0, 0, 2, 3] ---- Reading the line : 333330-1-2,[3- 3- 3- 3- 3- 0- 1- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 3- 3- 3- 0- 1- 2],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 652800- 1766400],64.90106538269521,1895.2119861616397,8.81865e+11,7.35952e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '0', '1', '2'] -resulted X configuration : [3, 3, 3, 3, 3, 0, 1, 2] ---- Reading the line : 222002-1-2,[2- 2- 2- 0- 0- 2- 1- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 1363200- 0- 0- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 2- 0- 0- 2- 1- 2],[1363200- 1363200- 1363200- 0- 0- 1363200- 652800- 1766400],76.4325894344246,2210.849593082953,1.06795e+12,7.15694e-11 - -arrays of value as string : ['2', '2', '2', '0', '0', '2', '1', '2'] -resulted X configuration : [2, 2, 2, 0, 0, 2, 1, 2] ---- Reading the line : 030333-2-2,[0- 3- 0- 3- 3- 3- 2- 0- 0- 2- 0- 0- 0],[0- 1804800- 0- 1804800- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[0- 3- 0- 3- 3- 3- 2- 2],[0- 1804800- 0- 1804800- 1804800- 1804800- 1478400- 1766400],77.43016666098337,2241.6782371010254,1.14958e+12,6.73552e-11 - -arrays of value as string : ['0', '3', '0', '3', '3', '3', '2', '2'] -resulted X configuration : [0, 3, 0, 3, 3, 3, 2, 2] ---- Reading the line : 010000-3-2,[0- 1- 0- 0- 0- 0- 3- 0- 0- 2- 0- 0- 0],[0- 576000- 0- 0- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 1- 0- 0- 0- 0- 3- 2],[0- 576000- 0- 0- 0- 0- 2208000- 1766400],72.53963798699066,2097.9416374191223,9.32881e+11,7.77587e-11 - -arrays of value as string : ['0', '1', '0', '0', '0', '0', '3', '2'] -resulted X configuration : [0, 1, 0, 0, 0, 0, 3, 2] ---- Reading the line : 300300-1-0,[3- 0- 0- 3- 0- 0- 1- 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- 1- 0],[1804800- 0- 0- 1804800- 0- 0- 652800- 0],29.659992682257588,896.3806991609546,2.51413e+11,1.17973e-10 - -arrays of value as string : ['3', '0', '0', '3', '0', '0', '1', '0'] -resulted X configuration : [3, 0, 0, 3, 0, 0, 1, 0] ---- Reading the line : 001100-0-0,[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],23.657962241570964,721.5105500126351,7.77052e+10,3.04458e-10 - -arrays of value as string : ['0', '0', '1', '1', '0', '0', '0', '0'] -resulted X configuration : [0, 0, 1, 1, 0, 0, 0, 0] ---- Reading the line : 020222-3-0,[0- 2- 0- 2- 2- 2- 3- 0- 0- 0- 0- 0- 0],[0- 1363200- 0- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[0- 2- 0- 2- 2- 2- 3- 0],[0- 1363200- 0- 1363200- 1363200- 1363200- 2208000- 0],63.503699854423054,1852.1111874329686,8.94807e+11,7.09692e-11 - -arrays of value as string : ['0', '2', '0', '2', '2', '2', '3', '0'] -resulted X configuration : [0, 2, 0, 2, 2, 2, 3, 0] ---- Reading the line : 110000-2-0,[1- 1- 0- 0- 0- 0- 2- 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- 2- 0],[576000- 576000- 0- 0- 0- 0- 1478400- 0],42.151077227704505,1245.978738320958,4.78628e+11,8.80665e-11 - -arrays of value as string : ['1', '1', '0', '0', '0', '0', '2', '0'] -resulted X configuration : [1, 1, 0, 0, 0, 0, 2, 0] ---- Reading the line : 100100-2-1,[1- 0- 0- 1- 0- 0- 2- 0- 0- 1- 0- 0- 0],[576000- 0- 0- 576000- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[1- 0- 0- 1- 0- 0- 2- 1],[576000- 0- 0- 576000- 0- 0- 1478400- 806400],54.9760816945145,1612.2700592813121,7.04739e+11,7.80091e-11 - -arrays of value as string : ['1', '0', '0', '1', '0', '0', '2', '1'] -resulted X configuration : [1, 0, 0, 1, 0, 0, 2, 1] ---- Reading the line : 011011-2-2,[0- 1- 1- 0- 1- 1- 2- 0- 0- 2- 0- 0- 0],[0- 576000- 576000- 0- 576000- 576000- 0- 0- 0- 1766400- 0- 0- 0],[0- 1- 1- 0- 1- 1- 2- 2],[0- 576000- 576000- 0- 576000- 576000- 1478400- 1766400],74.73239429974956,2169.8620676482647,1.07156e+12,6.97417e-11 - -arrays of value as string : ['0', '1', '1', '0', '1', '1', '2', '2'] -resulted X configuration : [0, 1, 1, 0, 1, 1, 2, 2] ---- Reading the line : 200020-1-0,[2- 0- 0- 0- 2- 0- 1- 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- 1- 0],[1363200- 0- 0- 0- 1363200- 0- 652800- 0],28.854441560215296,868.6571004181046,2.51645e+11,1.14663e-10 - -arrays of value as string : ['2', '0', '0', '0', '2', '0', '1', '0'] -resulted X configuration : [2, 0, 0, 0, 2, 0, 1, 0] ---- Reading the line : 303330-1-1,[3- 0- 3- 3- 3- 0- 1- 0- 0- 1- 0- 0- 0],[1804800- 0- 1804800- 1804800- 1804800- 0- 0- 0- 0- 806400- 0- 0- 0],[3- 0- 3- 3- 3- 0- 1- 1],[1804800- 0- 1804800- 1804800- 1804800- 0- 652800- 806400],40.077884631026805,1184.44911174046,5.56705e+11,7.19912e-11 - -arrays of value as string : ['3', '0', '3', '3', '3', '0', '1', '1'] -resulted X configuration : [3, 0, 3, 3, 3, 0, 1, 1] ---- Reading the line : 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.536240775049926,845.0718076978042,2.07456e+11,1.32733e-10 - -arrays of value as string : ['1', '1', '0', '1', '1', '1', '0', '0'] -resulted X configuration : [1, 1, 0, 1, 1, 1, 0, 0] ---- Reading the line : 002022-2-1,[0- 0- 2- 0- 2- 2- 2- 0- 0- 1- 0- 0- 0],[0- 0- 1363200- 0- 1363200- 1363200- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 2- 0- 2- 2- 2- 1],[0- 0- 1363200- 0- 1363200- 1363200- 1478400- 806400],63.03819652563211,1838.8961016989895,9.22819e+11,6.83105e-11 - -arrays of value as string : ['0', '0', '2', '0', '2', '2', '2', '1'] -resulted X configuration : [0, 0, 2, 0, 2, 2, 2, 1] ---- Reading the line : 003330-1-3,[0- 0- 3- 3- 3- 0- 1- 0- 0- 3- 0- 0- 0],[0- 0- 1804800- 1804800- 1804800- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 3- 3- 3- 0- 1- 3],[0- 0- 1804800- 1804800- 1804800- 0- 652800- 2400000],75.53040676188047,2166.6500834766466,8.56638e+11,8.81707e-11 - -arrays of value as string : ['0', '0', '3', '3', '3', '0', '1', '3'] -resulted X configuration : [0, 0, 3, 3, 3, 0, 1, 3] ---- Reading the line : 110001-1-2,[1- 1- 0- 0- 0- 1- 1- 0- 0- 2- 0- 0- 0],[576000- 576000- 0- 0- 0- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 1- 0- 0- 0- 1- 1- 2],[576000- 576000- 0- 0- 0- 576000- 652800- 1766400],62.61500040774629,1826.734127829031,7.92529e+11,7.90066e-11 - -arrays of value as string : ['1', '1', '0', '0', '0', '1', '1', '2'] -resulted X configuration : [1, 1, 0, 0, 0, 1, 1, 2] ---- Reading the line : 100010-1-0,[1- 0- 0- 0- 1- 0- 1- 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- 1- 0],[576000- 0- 0- 0- 576000- 0- 652800- 0],29.649894317218024,883.1560441162055,2.51048e+11,1.18104e-10 - -arrays of value as string : ['1', '0', '0', '0', '1', '0', '1', '0'] -resulted X configuration : [1, 0, 0, 0, 1, 0, 1, 0] ---- Reading the line : 220220-3-1,[2- 2- 0- 2- 2- 0- 3- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 0- 1363200- 1363200- 0- 0- 0- 0- 806400- 0- 0- 0],[2- 2- 0- 2- 2- 0- 3- 1],[1363200- 1363200- 0- 1363200- 1363200- 0- 2208000- 806400],68.45824901392889,1999.9175460042254,8.86763e+11,7.72002e-11 - -arrays of value as string : ['2', '2', '0', '2', '2', '0', '3', '1'] -resulted X configuration : [2, 2, 0, 2, 2, 0, 3, 1] ---- Reading the line : 010111-0-0,[0- 1- 0- 1- 1- 1- 0- 0- 0- 0- 0- 0- 0],[0- 576000- 0- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[0- 1- 0- 1- 1- 1- 0- 0],[0- 576000- 0- 576000- 576000- 576000- 0- 0],26.08548752567013,789.3869250792326,1.63223e+11,1.59815e-10 - -arrays of value as string : ['0', '1', '0', '1', '1', '1', '0', '0'] -resulted X configuration : [0, 1, 0, 1, 1, 1, 0, 0] ---- Reading the line : 300000-2-2,[3- 0- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 0- 0- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[3- 0- 0- 0- 0- 0- 2- 2],[1804800- 0- 0- 0- 0- 0- 1478400- 1766400],70.39204293589904,2036.7197655394539,9.25262e+11,7.6078e-11 - -arrays of value as string : ['3', '0', '0', '0', '0', '0', '2', '2'] -resulted X configuration : [3, 0, 0, 0, 0, 0, 2, 2] ---- Reading the line : 010100-1-0,[0- 1- 0- 1- 0- 0- 1- 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- 1- 0],[0- 576000- 0- 576000- 0- 0- 652800- 0],29.1448725037754,882.0640164944253,2.50933e+11,1.16146e-10 - -arrays of value as string : ['0', '1', '0', '1', '0', '0', '1', '0'] -resulted X configuration : [0, 1, 0, 1, 0, 0, 1, 0] ---- Reading the line : 033003-2-0,[0- 3- 3- 0- 0- 3- 2- 0- 0- 0- 0- 0- 0],[0- 1804800- 1804800- 0- 0- 1804800- 0- 0- 0- 0- 0- 0- 0],[0- 3- 3- 0- 0- 3- 2- 0],[0- 1804800- 1804800- 0- 0- 1804800- 1478400- 0],61.75656078333707,1811.5734882357972,7.98681e+11,7.73232e-11 - -arrays of value as string : ['0', '3', '3', '0', '0', '3', '2', '0'] -resulted X configuration : [0, 3, 3, 0, 0, 3, 2, 0] ---- Reading the line : 022000-2-0,[0- 2- 2- 0- 0- 0- 2- 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- 2- 0],[0- 1363200- 1363200- 0- 0- 0- 1478400- 0],41.488651501874486,1237.0863595619567,4.78244e+11,8.67521e-11 - -arrays of value as string : ['0', '2', '2', '0', '0', '0', '2', '0'] -resulted X configuration : [0, 2, 2, 0, 0, 0, 2, 0] ---- Reading the line : 300003-3-3,[3- 0- 0- 0- 0- 3- 3- 0- 0- 3- 0- 0- 0],[1804800- 0- 0- 0- 0- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 0- 0- 0- 0- 3- 3- 3],[1804800- 0- 0- 0- 0- 1804800- 2208000- 2400000],88.86270165652928,2534.666515714176,1.13721e+12,7.8141e-11 - -arrays of value as string : ['3', '0', '0', '0', '0', '3', '3', '3'] -resulted X configuration : [3, 0, 0, 0, 0, 3, 3, 3] ---- Reading the line : 000222-2-2,[0- 0- 0- 2- 2- 2- 2- 0- 0- 2- 0- 0- 0],[0- 0- 0- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[0- 0- 0- 2- 2- 2- 2- 2],[0- 0- 0- 1363200- 1363200- 1363200- 1478400- 1766400],82.81499880951421,2368.736082828197,1.19499e+12,6.93018e-11 - -arrays of value as string : ['0', '0', '0', '2', '2', '2', '2', '2'] -resulted X configuration : [0, 0, 0, 2, 2, 2, 2, 2] ---- Reading the line : 022202-3-1,[0- 2- 2- 2- 0- 2- 3- 0- 0- 1- 0- 0- 0],[0- 1363200- 1363200- 1363200- 0- 1363200- 0- 0- 0- 806400- 0- 0- 0],[0- 2- 2- 2- 0- 2- 3- 1],[0- 1363200- 1363200- 1363200- 0- 1363200- 2208000- 806400],72.83305131515111,2113.644124959101,1.05425e+12,6.90852e-11 - -arrays of value as string : ['0', '2', '2', '2', '0', '2', '3', '1'] -resulted X configuration : [0, 2, 2, 2, 0, 2, 3, 1] ---- Reading the line : 022200-2-0,[0- 2- 2- 2- 0- 0- 2- 0- 0- 0- 0- 0- 0],[0- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0- 0- 0],[0- 2- 2- 2- 0- 0- 2- 0],[0- 1363200- 1363200- 1363200- 0- 0- 1478400- 0],42.174782341496964,1267.016001915408,5.28208e+11,7.9845e-11 - -arrays of value as string : ['0', '2', '2', '2', '0', '0', '2', '0'] -resulted X configuration : [0, 2, 2, 2, 0, 0, 2, 0] ---- Reading the line : 010000-2-1,[0- 1- 0- 0- 0- 0- 2- 0- 0- 1- 0- 0- 0],[0- 576000- 0- 0- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 1- 0- 0- 0- 0- 2- 1],[0- 576000- 0- 0- 0- 0- 1478400- 806400],52.60822658489953,1546.1601189635542,6.56504e+11,8.01339e-11 - -arrays of value as string : ['0', '1', '0', '0', '0', '0', '2', '1'] -resulted X configuration : [0, 1, 0, 0, 0, 0, 2, 1] ---- Reading the line : 001110-2-1,[0- 0- 1- 1- 1- 0- 2- 0- 0- 1- 0- 0- 0],[0- 0- 576000- 576000- 576000- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 1- 1- 1- 0- 2- 1],[0- 0- 576000- 576000- 576000- 0- 1478400- 806400],54.82947618628158,1616.4013585528442,7.42786e+11,7.3816e-11 - -arrays of value as string : ['0', '0', '1', '1', '1', '0', '2', '1'] -resulted X configuration : [0, 0, 1, 1, 1, 0, 2, 1] ---- Reading the line : 033030-3-3,[0- 3- 3- 0- 3- 0- 3- 0- 0- 3- 0- 0- 0],[0- 1804800- 1804800- 0- 1804800- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 3- 3- 0- 3- 0- 3- 3],[0- 1804800- 1804800- 0- 1804800- 0- 2208000- 2400000],76.02625566802186,2191.0755545366815,9.07528e+11,8.37729e-11 - -arrays of value as string : ['0', '3', '3', '0', '3', '0', '3', '3'] -resulted X configuration : [0, 3, 3, 0, 3, 0, 3, 3] ---- Reading the line : 110100-2-2,[1- 1- 0- 1- 0- 0- 2- 0- 0- 2- 0- 0- 0],[576000- 576000- 0- 576000- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[1- 1- 0- 1- 0- 0- 2- 2],[576000- 576000- 0- 576000- 0- 0- 1478400- 1766400],73.46366427282355,2121.0601685549877,1.02735e+12,7.15079e-11 - -arrays of value as string : ['1', '1', '0', '1', '0', '0', '2', '2'] -resulted X configuration : [1, 1, 0, 1, 0, 0, 2, 2] ---- Reading the line : 333003-2-3,[3- 3- 3- 0- 0- 3- 2- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 1804800- 0- 0- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 3- 0- 0- 3- 2- 3],[1804800- 1804800- 1804800- 0- 0- 1804800- 1478400- 2400000],90.43710623240364,2585.490448280976,1.31712e+12,6.86628e-11 - -arrays of value as string : ['3', '3', '3', '0', '0', '3', '2', '3'] -resulted X configuration : [3, 3, 3, 0, 0, 3, 2, 3] ---- Reading the line : 333030-2-3,[3- 3- 3- 0- 3- 0- 2- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 0- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 3- 0- 3- 0- 2- 3],[1804800- 1804800- 1804800- 0- 1804800- 0- 1478400- 2400000],78.42035817300528,2254.242653828082,1.0766e+12,7.28408e-11 - -arrays of value as string : ['3', '3', '3', '0', '3', '0', '2', '3'] -resulted X configuration : [3, 3, 3, 0, 3, 0, 2, 3] ---- Reading the line : 010011-1-0,[0- 1- 0- 0- 1- 1- 1- 0- 0- 0- 0- 0- 0],[0- 576000- 0- 0- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[0- 1- 0- 0- 1- 1- 1- 0],[0- 576000- 0- 0- 576000- 576000- 652800- 0],31.27446828861957,949.1834424459626,2.94678e+11,1.06131e-10 - -arrays of value as string : ['0', '1', '0', '0', '1', '1', '1', '0'] -resulted X configuration : [0, 1, 0, 0, 1, 1, 1, 0] ---- Reading the line : 200000-1-2,[2- 0- 0- 0- 0- 0- 1- 0- 0- 2- 0- 0- 0],[1363200- 0- 0- 0- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[2- 0- 0- 0- 0- 0- 1- 2],[1363200- 0- 0- 0- 0- 0- 652800- 1766400],59.21002058329076,1733.147596905399,6.95332e+11,8.51536e-11 - -arrays of value as string : ['2', '0', '0', '0', '0', '0', '1', '2'] -resulted X configuration : [2, 0, 0, 0, 0, 0, 1, 2] ---- Reading the line : 003000-1-2,[0- 0- 3- 0- 0- 0- 1- 0- 0- 2- 0- 0- 0],[0- 0- 1804800- 0- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 0- 3- 0- 0- 0- 1- 2],[0- 0- 1804800- 0- 0- 0- 652800- 1766400],59.40661316486577,1742.2709655896451,6.97039e+11,8.52271e-11 - -arrays of value as string : ['0', '0', '3', '0', '0', '0', '1', '2'] -resulted X configuration : [0, 0, 3, 0, 0, 0, 1, 2] ---- Reading the line : 033000-1-1,[0- 3- 3- 0- 0- 0- 1- 0- 0- 1- 0- 0- 0],[0- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 3- 3- 0- 0- 0- 1- 1],[0- 1804800- 1804800- 0- 0- 0- 652800- 806400],36.77983717149928,1108.9900512556187,4.52665e+11,8.12518e-11 - -arrays of value as string : ['0', '3', '3', '0', '0', '0', '1', '1'] -resulted X configuration : [0, 3, 3, 0, 0, 0, 1, 1] ---- Reading the line : 220002-0-0,[2- 2- 0- 0- 0- 2- 0- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 0- 0- 0- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 2- 0- 0- 0- 2- 0- 0],[1363200- 1363200- 0- 0- 0- 1363200- 0- 0],32.30311403168223,969.6681941585814,2.88115e+11,1.12119e-10 - -arrays of value as string : ['2', '2', '0', '0', '0', '2', '0', '0'] -resulted X configuration : [2, 2, 0, 0, 0, 2, 0, 0] ---- Reading the line : 002002-1-0,[0- 0- 2- 0- 0- 2- 1- 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- 1- 0],[0- 0- 1363200- 0- 0- 1363200- 652800- 0],33.42552978625363,1007.4793202946993,3.65016e+11,9.15728e-11 - -arrays of value as string : ['0', '0', '2', '0', '0', '2', '1', '0'] -resulted X configuration : [0, 0, 2, 0, 0, 2, 1, 0] ---- Reading the line : 100101-1-0,[1- 0- 0- 1- 0- 1- 1- 0- 0- 0- 0- 0- 0],[576000- 0- 0- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 0- 0- 1- 0- 1- 1- 0],[576000- 0- 0- 576000- 0- 576000- 652800- 0],30.72781519894828,913.3422806670512,2.9692e+11,1.03489e-10 - -arrays of value as string : ['1', '0', '0', '1', '0', '1', '1', '0'] -resulted X configuration : [1, 0, 0, 1, 0, 1, 1, 0] ---- Reading the line : 111001-1-0,[1- 1- 1- 0- 0- 1- 1- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 0- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 1- 1- 0- 0- 1- 1- 0],[576000- 576000- 576000- 0- 0- 576000- 652800- 0],31.78714877872434,950.7980319792453,3.40789e+11,9.32752e-11 - -arrays of value as string : ['1', '1', '1', '0', '0', '1', '1', '0'] -resulted X configuration : [1, 1, 1, 0, 0, 1, 1, 0] ---- Reading the line : 011111-1-0,[0- 1- 1- 1- 1- 1- 1- 0- 0- 0- 0- 0- 0],[0- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[0- 1- 1- 1- 1- 1- 1- 0],[0- 576000- 576000- 576000- 576000- 576000- 652800- 0],32.64170010691823,991.6163317777178,3.83695e+11,8.5072e-11 - -arrays of value as string : ['0', '1', '1', '1', '1', '1', '1', '0'] -resulted X configuration : [0, 1, 1, 1, 1, 1, 1, 0] ---- Reading the line : 202020-3-3,[2- 0- 2- 0- 2- 0- 3- 0- 0- 3- 0- 0- 0],[1363200- 0- 1363200- 0- 1363200- 0- 0- 0- 0- 2400000- 0- 0- 0],[2- 0- 2- 0- 2- 0- 3- 3],[1363200- 0- 1363200- 0- 1363200- 0- 2208000- 2400000],83.50940706004823,2392.609350496944,9.80366e+11,8.51819e-11 - -arrays of value as string : ['2', '0', '2', '0', '2', '0', '3', '3'] -resulted X configuration : [2, 0, 2, 0, 2, 0, 3, 3] ---- Reading the line : 111111-1-3,[1- 1- 1- 1- 1- 1- 1- 0- 0- 3- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 1- 1- 1- 1- 1- 3],[576000- 576000- 576000- 576000- 576000- 576000- 652800- 2400000],74.45417223065692,2142.0763457224084,9.68531e+11,7.68733e-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '1', '1', '3'] -resulted X configuration : [1, 1, 1, 1, 1, 1, 1, 3] ---- Reading the line : 111100-3-0,[1- 1- 1- 1- 0- 0- 3- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 1- 1- 1- 0- 0- 3- 0],[576000- 576000- 576000- 576000- 0- 0- 2208000- 0],51.769595901132256,1537.26076929036,6.47859e+11,7.99087e-11 - -arrays of value as string : ['1', '1', '1', '1', '0', '0', '3', '0'] -resulted X configuration : [1, 1, 1, 1, 0, 0, 3, 0] ---- Reading the line : 303003-3-0,[3- 0- 3- 0- 0- 3- 3- 0- 0- 0- 0- 0- 0],[1804800- 0- 1804800- 0- 0- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 0- 3- 0- 0- 3- 3- 0],[1804800- 0- 1804800- 0- 0- 1804800- 2208000- 0],68.5685659400938,2000.1036965307453,8.7309e+11,7.85355e-11 - -arrays of value as string : ['3', '0', '3', '0', '0', '3', '3', '0'] -resulted X configuration : [3, 0, 3, 0, 0, 3, 3, 0] - --- Getting data from file /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/summary_files_only/summary___17Aug22_13_08_20.csv ---- Reading the line : 030333-1-1,[0- 3- 0- 3- 3- 3- 1- 0- 0- 1- 0- 0- 0],[0- 1804800- 0- 1804800- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[0- 3- 0- 3- 3- 3- 1- 1],[0- 1804800- 0- 1804800- 1804800- 1804800- 652800- 806400],66.87351339419763,1945.8952098808634,9.27365e+11,7.21113e-11 - -arrays of value as string : ['0', '3', '0', '3', '3', '3', '1', '1'] -resulted X configuration : [0, 3, 0, 3, 3, 3, 1, 1] ---- Reading the line : 101000-1-2,[1- 0- 1- 0- 0- 0- 1- 0- 0- 2- 0- 0- 0],[576000- 0- 576000- 0- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[1- 0- 1- 0- 0- 0- 1- 2],[576000- 0- 576000- 0- 0- 0- 652800- 1766400],62.71395189420631,1832.2707077562334,7.45522e+11,8.41209e-11 - -arrays of value as string : ['1', '0', '1', '0', '0', '0', '1', '2'] -resulted X configuration : [1, 0, 1, 0, 0, 0, 1, 2] ---- Reading the line : 200002-2-0,[2- 0- 0- 0- 0- 2- 2- 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- 2- 0],[1363200- 0- 0- 0- 0- 1363200- 1478400- 0],47.86510196998857,1424.3707409358103,5.96832e+11,8.01986e-11 - -arrays of value as string : ['2', '0', '0', '0', '0', '2', '2', '0'] -resulted X configuration : [2, 0, 0, 0, 0, 2, 2, 0] ---- Reading the line : 300300-1-1,[3- 0- 0- 3- 0- 0- 1- 0- 0- 1- 0- 0- 0],[1804800- 0- 0- 1804800- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[3- 0- 0- 3- 0- 0- 1- 1],[1804800- 0- 0- 1804800- 0- 0- 652800- 806400],39.019265274982374,1159.5139921752466,4.64963e+11,8.39191e-11 - -arrays of value as string : ['3', '0', '0', '3', '0', '0', '1', '1'] -resulted X configuration : [3, 0, 0, 3, 0, 0, 1, 1] ---- Reading the line : 202002-2-3,[2- 0- 2- 0- 0- 2- 2- 0- 0- 3- 0- 0- 0],[1363200- 0- 1363200- 0- 0- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 0- 2- 0- 0- 2- 2- 3],[1363200- 0- 1363200- 0- 0- 1363200- 1478400- 2400000],97.24138614826803,2757.663960507682,1.23633e+12,7.86533e-11 - -arrays of value as string : ['2', '0', '2', '0', '0', '2', '2', '3'] -resulted X configuration : [2, 0, 2, 0, 0, 2, 2, 3] ---- Reading the line : 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],59.358545626680076,1734.4904810284445,6.5994e+11,8.99454e-11 - -arrays of value as string : ['3', '3', '3', '3', '0', '3', '0', '0'] -resulted X configuration : [3, 3, 3, 3, 0, 3, 0, 0] ---- Reading the line : 333303-2-2,[3- 3- 3- 3- 0- 3- 2- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 0- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 3- 3- 0- 3- 2- 2],[1804800- 1804800- 1804800- 1804800- 0- 1804800- 1478400- 1766400],99.6674290491051,2819.899831069941,1.46159e+12,6.81911e-11 - -arrays of value as string : ['3', '3', '3', '3', '0', '3', '2', '2'] -resulted X configuration : [3, 3, 3, 3, 0, 3, 2, 2] ---- Reading the line : 010110-2-0,[0- 1- 0- 1- 1- 0- 2- 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- 2- 0],[0- 576000- 0- 576000- 576000- 0- 1478400- 0],44.887978162079634,1342.2362265334214,5.2908e+11,8.48416e-11 - -arrays of value as string : ['0', '1', '0', '1', '1', '0', '2', '0'] -resulted X configuration : [0, 1, 0, 1, 1, 0, 2, 0] ---- Reading the line : 333300-3-2,[3- 3- 3- 3- 0- 0- 3- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 3- 3- 0- 0- 3- 2],[1804800- 1804800- 1804800- 1804800- 0- 0- 2208000- 1766400],88.00551228316039,2503.5164197505355,1.14209e+12,7.70565e-11 - -arrays of value as string : ['3', '3', '3', '3', '0', '0', '3', '2'] -resulted X configuration : [3, 3, 3, 3, 0, 0, 3, 2] ---- Reading the line : 202000-2-1,[2- 0- 2- 0- 0- 0- 2- 0- 0- 1- 0- 0- 0],[1363200- 0- 1363200- 0- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[2- 0- 2- 0- 0- 0- 2- 1],[1363200- 0- 1363200- 0- 0- 0- 1478400- 806400],55.880391426208845,1639.7922023436565,6.98582e+11,7.99912e-11 - -arrays of value as string : ['2', '0', '2', '0', '0', '0', '2', '1'] -resulted X configuration : [2, 0, 2, 0, 0, 0, 2, 1] ---- Reading the line : 030033-1-2,[0- 3- 0- 0- 3- 3- 1- 0- 0- 2- 0- 0- 0],[0- 1804800- 0- 0- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[0- 3- 0- 0- 3- 3- 1- 2],[0- 1804800- 0- 0- 1804800- 1804800- 652800- 1766400],85.62206665875647,2468.4106535896512,1.06545e+12,8.03624e-11 - -arrays of value as string : ['0', '3', '0', '0', '3', '3', '1', '2'] -resulted X configuration : [0, 3, 0, 0, 3, 3, 1, 2] ---- Reading the line : 003300-2-0,[0- 0- 3- 3- 0- 0- 2- 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- 2- 0],[0- 0- 1804800- 1804800- 0- 0- 1478400- 0],43.401448789067906,1296.796868565133,4.82013e+11,9.00421e-11 - -arrays of value as string : ['0', '0', '3', '3', '0', '0', '2', '0'] -resulted X configuration : [0, 0, 3, 3, 0, 0, 2, 0] ---- Reading the line : 111010-1-1,[1- 1- 1- 0- 1- 0- 1- 0- 0- 1- 0- 0- 0],[576000- 576000- 576000- 0- 576000- 0- 0- 0- 0- 806400- 0- 0- 0],[1- 1- 1- 0- 1- 0- 1- 1],[576000- 576000- 576000- 0- 576000- 0- 652800- 806400],40.784636165372405,1226.3248286639973,5.57603e+11,7.31428e-11 - -arrays of value as string : ['1', '1', '1', '0', '1', '0', '1', '1'] -resulted X configuration : [1, 1, 1, 0, 1, 0, 1, 1] ---- Reading the line : 033333-3-3,[0- 3- 3- 3- 3- 3- 3- 0- 0- 3- 0- 0- 0],[0- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[0- 3- 3- 3- 3- 3- 3- 3],[0- 1804800- 1804800- 1804800- 1804800- 1804800- 2208000- 2400000],105.2672237780514,2952.276764036976,1.53793e+12,6.84473e-11 - -arrays of value as string : ['0', '3', '3', '3', '3', '3', '3', '3'] -resulted X configuration : [0, 3, 3, 3, 3, 3, 3, 3] ---- Reading the line : 200200-2-1,[2- 0- 0- 2- 0- 0- 2- 0- 0- 1- 0- 0- 0],[1363200- 0- 0- 1363200- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[2- 0- 0- 2- 0- 0- 2- 1],[1363200- 0- 0- 1363200- 0- 0- 1478400- 806400],55.917443124663876,1634.2135446700656,7.0699e+11,7.90923e-11 - -arrays of value as string : ['2', '0', '0', '2', '0', '0', '2', '1'] -resulted X configuration : [2, 0, 0, 2, 0, 0, 2, 1] ---- Reading the line : 222020-0-0,[2- 2- 2- 0- 2- 0- 0- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 0- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 0- 2- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 0- 0- 0],28.13171207069184,852.3438780643921,1.62224e+11,1.73413e-10 - -arrays of value as string : ['2', '2', '2', '0', '2', '0', '0', '0'] -resulted X configuration : [2, 2, 2, 0, 2, 0, 0, 0] ---- Reading the line : 300000-1-2,[3- 0- 0- 0- 0- 0- 1- 0- 0- 2- 0- 0- 0],[1804800- 0- 0- 0- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[3- 0- 0- 0- 0- 0- 1- 2],[1804800- 0- 0- 0- 0- 0- 652800- 1766400],59.58014174819067,1745.0542396759154,6.97242e+11,8.54512e-11 - -arrays of value as string : ['3', '0', '0', '0', '0', '0', '1', '2'] -resulted X configuration : [3, 0, 0, 0, 0, 0, 1, 2] ---- Reading the line : 010111-2-1,[0- 1- 0- 1- 1- 1- 2- 0- 0- 1- 0- 0- 0],[0- 576000- 0- 576000- 576000- 576000- 0- 0- 0- 806400- 0- 0- 0],[0- 1- 0- 1- 1- 1- 2- 1],[0- 576000- 0- 576000- 576000- 576000- 1478400- 806400],57.13542391806448,1692.6604608922394,8.03087e+11,7.11448e-11 - -arrays of value as string : ['0', '1', '0', '1', '1', '1', '2', '1'] -resulted X configuration : [0, 1, 0, 1, 1, 1, 2, 1] ---- Reading the line : 333330-3-1,[3- 3- 3- 3- 3- 0- 3- 0- 0- 1- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 806400- 0- 0- 0],[3- 3- 3- 3- 3- 0- 3- 1],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 2208000- 806400],77.91783871145545,2245.066565703873,9.64415e+11,8.07929e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '0', '3', '1'] -resulted X configuration : [3, 3, 3, 3, 3, 0, 3, 1] ---- Reading the line : 030330-3-1,[0- 3- 0- 3- 3- 0- 3- 0- 0- 1- 0- 0- 0],[0- 1804800- 0- 1804800- 1804800- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 3- 0- 3- 3- 0- 3- 1],[0- 1804800- 0- 1804800- 1804800- 0- 2208000- 806400],72.65400201940935,2091.5949892115163,8.55547e+11,8.49211e-11 - -arrays of value as string : ['0', '3', '0', '3', '3', '0', '3', '1'] -resulted X configuration : [0, 3, 0, 3, 3, 0, 3, 1] ---- Reading the line : 300000-2-2,[3- 0- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 0- 0- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[3- 0- 0- 0- 0- 0- 2- 2],[1804800- 0- 0- 0- 0- 0- 1478400- 1766400],71.63108945590916,2066.7631224692514,9.26605e+11,7.73049e-11 - -arrays of value as string : ['3', '0', '0', '0', '0', '0', '2', '2'] -resulted X configuration : [3, 0, 0, 0, 0, 0, 2, 2] ---- Reading the line : 030030-1-0,[0- 3- 0- 0- 3- 0- 1- 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- 1- 0],[0- 1804800- 0- 0- 1804800- 0- 652800- 0],30.213348273400626,916.3452023946162,2.51355e+11,1.20202e-10 - -arrays of value as string : ['0', '3', '0', '0', '3', '0', '1', '0'] -resulted X configuration : [0, 3, 0, 0, 3, 0, 1, 0] ---- Reading the line : 033003-3-1,[0- 3- 3- 0- 0- 3- 3- 0- 0- 1- 0- 0- 0],[0- 1804800- 1804800- 0- 0- 1804800- 0- 0- 0- 806400- 0- 0- 0],[0- 3- 3- 0- 0- 3- 3- 1],[0- 1804800- 1804800- 0- 0- 1804800- 2208000- 806400],96.92513711752248,2745.2316832167608,1.13501e+12,8.53958e-11 - -arrays of value as string : ['0', '3', '3', '0', '0', '3', '3', '1'] -resulted X configuration : [0, 3, 3, 0, 0, 3, 3, 1] ---- Reading the line : 222002-2-0,[2- 2- 2- 0- 0- 2- 2- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 0- 0- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 0- 0- 2- 2- 0],[1363200- 1363200- 1363200- 0- 0- 1363200- 1478400- 0],54.8681089022372,1621.0386904012012,8.05558e+11,6.81119e-11 - -arrays of value as string : ['2', '2', '2', '0', '0', '2', '2', '0'] -resulted X configuration : [2, 2, 2, 0, 0, 2, 2, 0] ---- Reading the line : 303000-2-1,[3- 0- 3- 0- 0- 0- 2- 0- 0- 1- 0- 0- 0],[1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[3- 0- 3- 0- 0- 0- 2- 1],[1804800- 0- 1804800- 0- 0- 0- 1478400- 806400],54.90126391795327,1609.3750774914258,6.98385e+11,7.86117e-11 - -arrays of value as string : ['3', '0', '3', '0', '0', '0', '2', '1'] -resulted X configuration : [3, 0, 3, 0, 0, 0, 2, 1] ---- Reading the line : 030303-0-0,[0- 3- 0- 3- 0- 3- 0- 0- 0- 0- 0- 0- 0],[0- 1804800- 0- 1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 0],[0- 3- 0- 3- 0- 3- 0- 0],[0- 1804800- 0- 1804800- 0- 1804800- 0- 0],43.68880457674721,1290.54488172391,3.87977e+11,1.12607e-10 - -arrays of value as string : ['0', '3', '0', '3', '0', '3', '0', '0'] -resulted X configuration : [0, 3, 0, 3, 0, 3, 0, 0] ---- Reading the line : 030000-3-2,[0- 3- 0- 0- 0- 0- 3- 0- 0- 2- 0- 0- 0],[0- 1804800- 0- 0- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 3- 0- 0- 0- 0- 3- 2],[0- 1804800- 0- 0- 0- 0- 2208000- 1766400],92.80579213921902,2633.0755609770554,1.03756e+12,8.94462e-11 - -arrays of value as string : ['0', '3', '0', '0', '0', '0', '3', '2'] -resulted X configuration : [0, 3, 0, 0, 0, 0, 3, 2] ---- Reading the line : 003333-1-0,[0- 0- 3- 3- 3- 3- 1- 0- 0- 0- 0- 0- 0],[0- 0- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[0- 0- 3- 3- 3- 3- 1- 0],[0- 0- 1804800- 1804800- 1804800- 1804800- 652800- 0],25.752705265432734,781.6162809873573,2.71359e+11,9.49027e-11 - -arrays of value as string : ['0', '0', '3', '3', '3', '3', '1', '0'] -resulted X configuration : [0, 0, 3, 3, 3, 3, 1, 0] ---- Reading the line : 011101-1-0,[0- 1- 1- 1- 0- 1- 1- 0- 0- 0- 0- 0- 0],[0- 576000- 576000- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[0- 1- 1- 1- 0- 1- 1- 0],[0- 576000- 576000- 576000- 0- 576000- 652800- 0],12.82440487818982,389.3188942866847,7.60037e+10,1.68734e-10 - -arrays of value as string : ['0', '1', '1', '1', '0', '1', '1', '0'] -resulted X configuration : [0, 1, 1, 1, 0, 1, 1, 0] ---- Reading the line : 000033-2-0,[0- 0- 0- 0- 3- 3- 2- 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- 2- 0],[0- 0- 0- 0- 1804800- 1804800- 1478400- 0],25.378870651700414,760.9679911924699,2.53562e+11,1.00089e-10 - -arrays of value as string : ['0', '0', '0', '0', '3', '3', '2', '0'] -resulted X configuration : [0, 0, 0, 0, 3, 3, 2, 0] ---- Reading the line : 002220-2-0,[0- 0- 2- 2- 2- 0- 2- 0- 0- 0- 0- 0- 0],[0- 0- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 2- 2- 2- 0- 2- 0],[0- 0- 1363200- 1363200- 1363200- 0- 1478400- 0],13.05030508081098,400.2242205506147,7.57525e+10,1.72276e-10 - -arrays of value as string : ['0', '0', '2', '2', '2', '0', '2', '0'] -resulted X configuration : [0, 0, 2, 2, 2, 0, 2, 0] ---- Reading the line : 020222-2-0,[0- 2- 0- 2- 2- 2- 2- 0- 0- 0- 0- 0- 0],[0- 1363200- 0- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[0- 2- 0- 2- 2- 2- 2- 0],[0- 1363200- 0- 1363200- 1363200- 1363200- 1478400- 0],16.962130007740114,513.9363479768916,1.88408e+11,9.00287e-11 - -arrays of value as string : ['0', '2', '0', '2', '2', '2', '2', '0'] -resulted X configuration : [0, 2, 0, 2, 2, 2, 2, 0] ---- Reading the line : 300303-1-3,[3- 0- 0- 3- 0- 3- 1- 0- 0- 3- 0- 0- 0],[1804800- 0- 0- 1804800- 0- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 0- 0- 3- 0- 3- 1- 3],[1804800- 0- 0- 1804800- 0- 1804800- 652800- 2400000],23.671865117505998,715.6678117927132,2.52815e+11,9.36332e-11 - -arrays of value as string : ['3', '0', '0', '3', '0', '3', '1', '3'] -resulted X configuration : [3, 0, 0, 3, 0, 3, 1, 3] ---- Reading the line : 000300-1-0,[0- 0- 0- 3- 0- 0- 1- 0- 0- 0- 0- 0- 0],[0- 0- 0- 1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 3- 0- 0- 1- 0],[0- 0- 0- 1804800- 0- 0- 652800- 0],12.605191807912393,381.1218851884769,7.58448e+10,1.66197e-10 - -arrays of value as string : ['0', '0', '0', '3', '0', '0', '1', '0'] -resulted X configuration : [0, 0, 0, 3, 0, 0, 1, 0] ---- Reading the line : 020220-2-0,[0- 2- 0- 2- 2- 0- 2- 0- 0- 0- 0- 0- 0],[0- 1363200- 0- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0- 0],[0- 2- 0- 2- 2- 0- 2- 0],[0- 1363200- 0- 1363200- 1363200- 0- 1478400- 0],12.724500572380222,385.49430387346604,7.57799e+10,1.67914e-10 - -arrays of value as string : ['0', '2', '0', '2', '2', '0', '2', '0'] -resulted X configuration : [0, 2, 0, 2, 2, 0, 2, 0] ---- Reading the line : 111110-3-0,[1- 1- 1- 1- 1- 0- 3- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0- 0],[1- 1- 1- 1- 1- 0- 3- 0],[576000- 576000- 576000- 576000- 576000- 0- 2208000- 0],12.568567782753549,391.4869094745193,7.58002e+10,1.65812e-10 - -arrays of value as string : ['1', '1', '1', '1', '1', '0', '3', '0'] -resulted X configuration : [1, 1, 1, 1, 1, 0, 3, 0] ---- Reading the line : 222020-2-2,[2- 2- 2- 0- 2- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 0- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 2- 0- 2- 0- 2- 2],[1363200- 1363200- 1363200- 0- 1363200- 0- 1478400- 1766400],13.02862273430083,388.43958157133227,7.57866e+10,1.71912e-10 - -arrays of value as string : ['2', '2', '2', '0', '2', '0', '2', '2'] -resulted X configuration : [2, 2, 2, 0, 2, 0, 2, 2] ---- Reading the line : 303330-2-1,[3- 0- 3- 3- 3- 0- 2- 0- 0- 1- 0- 0- 0],[1804800- 0- 1804800- 1804800- 1804800- 0- 0- 0- 0- 806400- 0- 0- 0],[3- 0- 3- 3- 3- 0- 2- 1],[1804800- 0- 1804800- 1804800- 1804800- 0- 1478400- 806400],13.100460968293364,396.72643668306296,7.52793e+10,1.74025e-10 - -arrays of value as string : ['3', '0', '3', '3', '3', '0', '2', '1'] -resulted X configuration : [3, 0, 3, 3, 3, 0, 2, 1] ---- Reading the line : 101100-1-3,[1- 0- 1- 1- 0- 0- 1- 0- 0- 3- 0- 0- 0],[576000- 0- 576000- 576000- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[1- 0- 1- 1- 0- 0- 1- 3],[576000- 0- 576000- 576000- 0- 0- 652800- 2400000],13.162529333531099,411.40588966614627,7.62493e+10,1.72625e-10 - -arrays of value as string : ['1', '0', '1', '1', '0', '0', '1', '3'] -resulted X configuration : [1, 0, 1, 1, 0, 0, 1, 3] ---- Reading the line : 003303-1-0,[0- 0- 3- 3- 0- 3- 1- 0- 0- 0- 0- 0- 0],[0- 0- 1804800- 1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 0],[0- 0- 3- 3- 0- 3- 1- 0],[0- 0- 1804800- 1804800- 0- 1804800- 652800- 0],23.48970283086431,709.0149192107749,2.52353e+11,9.30827e-11 - -arrays of value as string : ['0', '0', '3', '3', '0', '3', '1', '0'] -resulted X configuration : [0, 0, 3, 3, 0, 3, 1, 0] ---- Reading the line : 303030-3-2,[3- 0- 3- 0- 3- 0- 3- 0- 0- 2- 0- 0- 0],[1804800- 0- 1804800- 0- 1804800- 0- 0- 0- 0- 1766400- 0- 0- 0],[3- 0- 3- 0- 3- 0- 3- 2],[1804800- 0- 1804800- 0- 1804800- 0- 2208000- 1766400],12.57695300211794,399.69889117243406,7.55594e+10,1.66451e-10 - -arrays of value as string : ['3', '0', '3', '0', '3', '0', '3', '2'] -resulted X configuration : [3, 0, 3, 0, 3, 0, 3, 2] ---- Reading the line : 002000-2-2,[0- 0- 2- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[0- 0- 1363200- 0- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 0- 2- 0- 0- 0- 2- 2],[0- 0- 1363200- 0- 0- 0- 1478400- 1766400],13.395917496938448,413.8690621812658,7.61186e+10,1.75987e-10 - -arrays of value as string : ['0', '0', '2', '0', '0', '0', '2', '2'] -resulted X configuration : [0, 0, 2, 0, 0, 0, 2, 2] ---- Reading the line : 222002-3-0,[2- 2- 2- 0- 0- 2- 3- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 0- 0- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 0- 0- 2- 3- 0],[1363200- 1363200- 1363200- 0- 0- 1363200- 2208000- 0],16.982170959553237,524.7127765508814,1.88489e+11,9.00964e-11 - -arrays of value as string : ['2', '2', '2', '0', '0', '2', '3', '0'] -resulted X configuration : [2, 2, 2, 0, 0, 2, 3, 0] ---- Reading the line : 000030-2-0,[0- 0- 0- 0- 3- 0- 2- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 1804800- 0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 3- 0- 2- 0],[0- 0- 0- 0- 1804800- 0- 1478400- 0],12.26762907254409,372.24951074045373,7.62878e+10,1.60807e-10 - -arrays of value as string : ['0', '0', '0', '0', '3', '0', '2', '0'] -resulted X configuration : [0, 0, 0, 0, 3, 0, 2, 0] ---- Reading the line : 101010-3-0,[1- 0- 1- 0- 1- 0- 3- 0- 0- 0- 0- 0- 0],[576000- 0- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 0- 1- 0- 3- 0],[576000- 0- 576000- 0- 576000- 0- 2208000- 0],13.04299789746687,396.380277490375,7.4556e+10,1.74942e-10 - -arrays of value as string : ['1', '0', '1', '0', '1', '0', '3', '0'] -resulted X configuration : [1, 0, 1, 0, 1, 0, 3, 0] ---- Reading the line : 022200-1-1,[0- 2- 2- 2- 0- 0- 1- 0- 0- 1- 0- 0- 0],[0- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 2- 2- 2- 0- 0- 1- 1],[0- 1363200- 1363200- 1363200- 0- 0- 652800- 806400],12.369555647233597,374.80261401166973,7.58835e+10,1.63007e-10 - -arrays of value as string : ['0', '2', '2', '2', '0', '0', '1', '1'] -resulted X configuration : [0, 2, 2, 2, 0, 0, 1, 1] ---- Reading the line : 001101-3-0,[0- 0- 1- 1- 0- 1- 3- 0- 0- 0- 0- 0- 0],[0- 0- 576000- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[0- 0- 1- 1- 0- 1- 3- 0],[0- 0- 576000- 576000- 0- 576000- 2208000- 0],12.801274922165252,395.3181793407209,7.59535e+10,1.68541e-10 - -arrays of value as string : ['0', '0', '1', '1', '0', '1', '3', '0'] -resulted X configuration : [0, 0, 1, 1, 0, 1, 3, 0] ---- Reading the line : 002020-2-3,[0- 0- 2- 0- 2- 0- 2- 0- 0- 3- 0- 0- 0],[0- 0- 1363200- 0- 1363200- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 2- 0- 2- 0- 2- 3],[0- 0- 1363200- 0- 1363200- 0- 1478400- 2400000],12.615399718681916,385.25389434633666,7.58465e+10,1.66328e-10 - -arrays of value as string : ['0', '0', '2', '0', '2', '0', '2', '3'] -resulted X configuration : [0, 0, 2, 0, 2, 0, 2, 3] ---- Reading the line : 110011-2-3,[1- 1- 0- 0- 1- 1- 2- 0- 0- 3- 0- 0- 0],[576000- 576000- 0- 0- 576000- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 0- 0- 1- 1- 2- 3],[576000- 576000- 0- 0- 576000- 576000- 1478400- 2400000],12.909260168513825,398.74452585793523,7.56912e+10,1.70552e-10 - -arrays of value as string : ['1', '1', '0', '0', '1', '1', '2', '3'] -resulted X configuration : [1, 1, 0, 0, 1, 1, 2, 3] ---- Reading the line : 000000-3-3,[0- 0- 0- 0- 0- 0- 3- 0- 0- 3- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 0- 0- 0- 0- 3- 3],[0- 0- 0- 0- 0- 0- 2208000- 2400000],12.654544813790569,387.80355698003996,7.62942e+10,1.65865e-10 - -arrays of value as string : ['0', '0', '0', '0', '0', '0', '3', '3'] -resulted X configuration : [0, 0, 0, 0, 0, 0, 3, 3] ---- Reading the line : 000022-2-1,[0- 0- 0- 0- 2- 2- 2- 0- 0- 1- 0- 0- 0],[0- 0- 0- 0- 1363200- 1363200- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 0- 0- 2- 2- 2- 1],[0- 0- 0- 0- 1363200- 1363200- 1478400- 806400],17.236925200640222,517.7017054642065,1.88115e+11,9.16297e-11 - -arrays of value as string : ['0', '0', '0', '0', '2', '2', '2', '1'] -resulted X configuration : [0, 0, 0, 0, 2, 2, 2, 1] ---- Reading the line : 100000-1-1,[1- 0- 0- 0- 0- 0- 1- 0- 0- 1- 0- 0- 0],[576000- 0- 0- 0- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[1- 0- 0- 0- 0- 0- 1- 1],[576000- 0- 0- 0- 0- 0- 652800- 806400],13.49249894433128,409.15100432362425,7.53955e+10,1.78956e-10 - -arrays of value as string : ['1', '0', '0', '0', '0', '0', '1', '1'] -resulted X configuration : [1, 0, 0, 0, 0, 0, 1, 1] ---- Reading the line : 011011-3-2,[0- 1- 1- 0- 1- 1- 3- 0- 0- 2- 0- 0- 0],[0- 576000- 576000- 0- 576000- 576000- 0- 0- 0- 1766400- 0- 0- 0],[0- 1- 1- 0- 1- 1- 3- 2],[0- 576000- 576000- 0- 576000- 576000- 2208000- 1766400],12.473598223784801,384.41859524434415,7.58274e+10,1.645e-10 - -arrays of value as string : ['0', '1', '1', '0', '1', '1', '3', '2'] -resulted X configuration : [0, 1, 1, 0, 1, 1, 3, 2] ---- Reading the line : 300300-2-1,[3- 0- 0- 3- 0- 0- 2- 0- 0- 1- 0- 0- 0],[1804800- 0- 0- 1804800- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[3- 0- 0- 3- 0- 0- 2- 1],[1804800- 0- 0- 1804800- 0- 0- 1478400- 806400],12.58462594133227,380.90331970748963,7.58447e+10,1.65926e-10 - -arrays of value as string : ['3', '0', '0', '3', '0', '0', '2', '1'] -resulted X configuration : [3, 0, 0, 3, 0, 0, 2, 1] ---- Reading the line : 111110-2-1,[1- 1- 1- 1- 1- 0- 2- 0- 0- 1- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 0- 0- 0- 0- 806400- 0- 0- 0],[1- 1- 1- 1- 1- 0- 2- 1],[576000- 576000- 576000- 576000- 576000- 0- 1478400- 806400],12.504158981784528,380.11229963093655,7.57223e+10,1.65132e-10 - -arrays of value as string : ['1', '1', '1', '1', '1', '0', '2', '1'] -resulted X configuration : [1, 1, 1, 1, 1, 0, 2, 1] ---- Reading the line : 330030-3-0,[3- 3- 0- 0- 3- 0- 3- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 0- 0- 1804800- 0- 0- 0- 0- 0- 0- 0- 0],[3- 3- 0- 0- 3- 0- 3- 0],[1804800- 1804800- 0- 0- 1804800- 0- 2208000- 0],13.028609429521124,403.14072010013797,7.57029e+10,1.72102e-10 - -arrays of value as string : ['3', '3', '0', '0', '3', '0', '3', '0'] -resulted X configuration : [3, 3, 0, 0, 3, 0, 3, 0] ---- Reading the line : 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],12.105878961419078,371.5044904684575,7.58595e+10,1.59583e-10 - -arrays of value as string : ['0', '1', '1', '0', '1', '1', '0', '0'] -resulted X configuration : [0, 1, 1, 0, 1, 1, 0, 0] ---- Reading the line : 303333-1-3,[3- 0- 3- 3- 3- 3- 1- 0- 0- 3- 0- 0- 0],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 0- 3- 3- 3- 3- 1- 3],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 652800- 2400000],23.863863929112192,720.6592847637041,2.52442e+11,9.45321e-11 - -arrays of value as string : ['3', '0', '3', '3', '3', '3', '1', '3'] -resulted X configuration : [3, 0, 3, 3, 3, 3, 1, 3] ---- Reading the line : 010111-0-0,[0- 1- 0- 1- 1- 1- 0- 0- 0- 0- 0- 0- 0],[0- 576000- 0- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[0- 1- 0- 1- 1- 1- 0- 0],[0- 576000- 0- 576000- 576000- 576000- 0- 0],12.756494833976223,387.0873586519141,7.54105e+10,1.69161e-10 - -arrays of value as string : ['0', '1', '0', '1', '1', '1', '0', '0'] -resulted X configuration : [0, 1, 0, 1, 1, 1, 0, 0] ---- Reading the line : 200202-3-2,[2- 0- 0- 2- 0- 2- 3- 0- 0- 2- 0- 0- 0],[1363200- 0- 0- 1363200- 0- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 0- 0- 2- 0- 2- 3- 2],[1363200- 0- 0- 1363200- 0- 1363200- 2208000- 1766400],17.76713091857071,531.6204651645602,1.88409e+11,9.43009e-11 - -arrays of value as string : ['2', '0', '0', '2', '0', '2', '3', '2'] -resulted X configuration : [2, 0, 0, 2, 0, 2, 3, 2] ---- Reading the line : 001000-1-0,[0- 0- 1- 0- 0- 0- 1- 0- 0- 0- 0- 0- 0],[0- 0- 576000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 1- 0- 0- 0- 1- 0],[0- 0- 576000- 0- 0- 0- 652800- 0],11.76973873612909,367.220782107281,7.63202e+10,1.54215e-10 - -arrays of value as string : ['0', '0', '1', '0', '0', '0', '1', '0'] -resulted X configuration : [0, 0, 1, 0, 0, 0, 1, 0] ---- Reading the line : 101111-3-3,[1- 0- 1- 1- 1- 1- 3- 0- 0- 3- 0- 0- 0],[576000- 0- 576000- 576000- 576000- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 0- 1- 1- 1- 1- 3- 3],[576000- 0- 576000- 576000- 576000- 576000- 2208000- 2400000],12.941299579331238,393.3462005727971,7.57393e+10,1.70866e-10 - -arrays of value as string : ['1', '0', '1', '1', '1', '1', '3', '3'] -resulted X configuration : [1, 0, 1, 1, 1, 1, 3, 3] ---- Reading the line : 330333-1-0,[3- 3- 0- 3- 3- 3- 1- 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- 1- 0],[1804800- 1804800- 0- 1804800- 1804800- 1804800- 652800- 0],24.401835984242894,741.2765353718615,2.51682e+11,9.6955e-11 - -arrays of value as string : ['3', '3', '0', '3', '3', '3', '1', '0'] -resulted X configuration : [3, 3, 0, 3, 3, 3, 1, 0] ---- Reading the line : 202002-1-1,[2- 0- 2- 0- 0- 2- 1- 0- 0- 1- 0- 0- 0],[1363200- 0- 1363200- 0- 0- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 0- 2- 0- 0- 2- 1- 1],[1363200- 0- 1363200- 0- 0- 1363200- 652800- 806400],16.598746445608374,507.34626532098946,1.88461e+11,8.80752e-11 - -arrays of value as string : ['2', '0', '2', '0', '0', '2', '1', '1'] -resulted X configuration : [2, 0, 2, 0, 0, 2, 1, 1] ---- Reading the line : 100101-2-2,[1- 0- 0- 1- 0- 1- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 0- 576000- 0- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 0- 0- 1- 0- 1- 2- 2],[576000- 0- 0- 576000- 0- 576000- 1478400- 1766400],12.88737035992497,389.9240938633626,7.59786e+10,1.69618e-10 - -arrays of value as string : ['1', '0', '0', '1', '0', '1', '2', '2'] -resulted X configuration : [1, 0, 0, 1, 0, 1, 2, 2] ---- Reading the line : 330003-1-0,[3- 3- 0- 0- 0- 3- 1- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 0- 0- 0- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 3- 0- 0- 0- 3- 1- 0],[1804800- 1804800- 0- 0- 0- 1804800- 652800- 0],24.722444893035714,749.9530859999904,2.54189e+11,9.72601e-11 - -arrays of value as string : ['3', '3', '0', '0', '0', '3', '1', '0'] -resulted X configuration : [3, 3, 0, 0, 0, 3, 1, 0] ---- Reading the line : 101101-1-0,[1- 0- 1- 1- 0- 1- 1- 0- 0- 0- 0- 0- 0],[576000- 0- 576000- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 1- 0- 1- 1- 0],[576000- 0- 576000- 576000- 0- 576000- 652800- 0],12.77057489674986,388.403018758086,7.58707e+10,1.6832e-10 - -arrays of value as string : ['1', '0', '1', '1', '0', '1', '1', '0'] -resulted X configuration : [1, 0, 1, 1, 0, 1, 1, 0] ---- Reading the line : 110010-3-3,[1- 1- 0- 0- 1- 0- 3- 0- 0- 3- 0- 0- 0],[576000- 576000- 0- 0- 576000- 0- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 0- 0- 1- 0- 3- 3],[576000- 576000- 0- 0- 576000- 0- 2208000- 2400000],12.939562727214717,400.8705974707766,7.59364e+10,1.704e-10 - -arrays of value as string : ['1', '1', '0', '0', '1', '0', '3', '3'] -resulted X configuration : [1, 1, 0, 0, 1, 0, 3, 3] ---- Reading the line : 022220-3-3,[0- 2- 2- 2- 2- 0- 3- 0- 0- 3- 0- 0- 0],[0- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 2- 2- 2- 2- 0- 3- 3],[0- 1363200- 1363200- 1363200- 1363200- 0- 2208000- 2400000],12.583421405685236,382.54145482497694,7.57703e+10,1.66073e-10 - -arrays of value as string : ['0', '2', '2', '2', '2', '0', '3', '3'] -resulted X configuration : [0, 2, 2, 2, 2, 0, 3, 3] ---- Reading the line : 020020-1-0,[0- 2- 0- 0- 2- 0- 1- 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- 1- 0],[0- 1363200- 0- 0- 1363200- 0- 652800- 0],13.574697742750608,412.70141525953386,7.5711e+10,1.79296e-10 - -arrays of value as string : ['0', '2', '0', '0', '2', '0', '1', '0'] -resulted X configuration : [0, 2, 0, 0, 2, 0, 1, 0] - --- Getting data from file /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/summary_files_only/summary___18Aug22_12_51_44.csv ---- Reading the line : 010100-1-2,[0- 1- 0- 1- 0- 0- 1- 0- 0- 2- 0- 0- 0],[0- 576000- 0- 576000- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 1- 0- 1- 0- 0- 1- 2],[0- 576000- 0- 576000- 0- 0- 652800- 1766400],60.39674595755161,1766.440564278894,7.45094e+11,8.10592e-11 - -arrays of value as string : ['0', '1', '0', '1', '0', '0', '1', '2'] -resulted X configuration : [0, 1, 0, 1, 0, 0, 1, 2] ---- Reading the line : 020000-3-3,[0- 2- 0- 0- 0- 0- 3- 0- 0- 3- 0- 0- 0],[0- 1363200- 0- 0- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 2- 0- 0- 0- 0- 3- 3],[0- 1363200- 0- 0- 0- 0- 2208000- 2400000],92.5187428147867,2632.331013259751,9.69062e+11,9.54725e-11 - -arrays of value as string : ['0', '2', '0', '0', '0', '0', '3', '3'] -resulted X configuration : [0, 2, 0, 0, 0, 0, 3, 3] ---- Reading the line : 011010-1-2,[0- 1- 1- 0- 1- 0- 1- 0- 0- 2- 0- 0- 0],[0- 576000- 576000- 0- 576000- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 1- 1- 0- 1- 0- 1- 2],[0- 576000- 576000- 0- 576000- 0- 652800- 1766400],63.14011139323913,1840.186395157697,7.94923e+11,7.94292e-11 - -arrays of value as string : ['0', '1', '1', '0', '1', '0', '1', '2'] -resulted X configuration : [0, 1, 1, 0, 1, 0, 1, 2] ---- Reading the line : 110100-1-0,[1- 1- 0- 1- 0- 0- 1- 0- 0- 0- 0- 0- 0],[576000- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 1- 0- 1- 0- 0- 1- 0],[576000- 576000- 0- 576000- 0- 0- 652800- 0],31.6535304671504,951.2104621406959,2.96574e+11,1.06731e-10 - -arrays of value as string : ['1', '1', '0', '1', '0', '0', '1', '0'] -resulted X configuration : [1, 1, 0, 1, 0, 0, 1, 0] ---- Reading the line : 333330-1-0,[3- 3- 3- 3- 3- 0- 1- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 3- 3- 0- 1- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 652800- 0],34.3170094377544,1030.3925617442906,3.85529e+11,8.90128e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '0', '1', '0'] -resulted X configuration : [3, 3, 3, 3, 3, 0, 1, 0] ---- Reading the line : 330030-1-2,[3- 3- 0- 0- 3- 0- 1- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 0- 0- 1804800- 0- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 0- 0- 3- 0- 1- 2],[1804800- 1804800- 0- 0- 1804800- 0- 652800- 1766400],62.146581873435736,1816.6501639097455,7.95227e+11,7.81495e-11 - -arrays of value as string : ['3', '3', '0', '0', '3', '0', '1', '2'] -resulted X configuration : [3, 3, 0, 0, 3, 0, 1, 2] ---- Reading the line : 100111-2-3,[1- 0- 0- 1- 1- 1- 2- 0- 0- 3- 0- 0- 0],[576000- 0- 0- 576000- 576000- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 0- 0- 1- 1- 1- 2- 3],[576000- 0- 0- 576000- 576000- 576000- 1478400- 2400000],98.58735690101382,2793.1378373519324,1.16001e+12,8.49884e-11 - -arrays of value as string : ['1', '0', '0', '1', '1', '1', '2', '3'] -resulted X configuration : [1, 0, 0, 1, 1, 1, 2, 3] ---- Reading the line : 000110-3-0,[0- 0- 0- 1- 1- 0- 3- 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- 3- 0],[0- 0- 0- 576000- 576000- 0- 2208000- 0],58.13670322607429,1701.5297028574528,5.98408e+11,9.71523e-11 - -arrays of value as string : ['0', '0', '0', '1', '1', '0', '3', '0'] -resulted X configuration : [0, 0, 0, 1, 1, 0, 3, 0] ---- Reading the line : 220222-2-0,[2- 2- 0- 2- 2- 2- 2- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 0- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 2- 0- 2- 2- 2- 2- 0],[1363200- 1363200- 0- 1363200- 1363200- 1363200- 1478400- 0],59.33255250984742,1740.0706423157312,9.06817e+11,6.54295e-11 - -arrays of value as string : ['2', '2', '0', '2', '2', '2', '2', '0'] -resulted X configuration : [2, 2, 0, 2, 2, 2, 2, 0] ---- Reading the line : 110101-3-2,[1- 1- 0- 1- 0- 1- 3- 0- 0- 2- 0- 0- 0],[576000- 576000- 0- 576000- 0- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 1- 0- 1- 0- 1- 3- 2],[576000- 576000- 0- 576000- 0- 576000- 2208000- 1766400],88.87678585445265,2547.2283415289394,1.16403e+12,7.63527e-11 - -arrays of value as string : ['1', '1', '0', '1', '0', '1', '3', '2'] -resulted X configuration : [1, 1, 0, 1, 0, 1, 3, 2] ---- Reading the line : 222200-0-0,[2- 2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 2- 0- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0],27.452394939032484,825.5387036661398,1.63454e+11,1.67952e-10 - -arrays of value as string : ['2', '2', '2', '2', '0', '0', '0', '0'] -resulted X configuration : [2, 2, 2, 2, 0, 0, 0, 0] ---- Reading the line : 001100-1-1,[0- 0- 1- 1- 0- 0- 1- 0- 0- 1- 0- 0- 0],[0- 0- 576000- 576000- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 1- 1- 0- 0- 1- 1],[0- 0- 576000- 576000- 0- 0- 652800- 806400],38.39436626974257,1153.2105516042159,4.58019e+11,8.3827e-11 - -arrays of value as string : ['0', '0', '1', '1', '0', '0', '1', '1'] -resulted X configuration : [0, 0, 1, 1, 0, 0, 1, 1] ---- Reading the line : 030000-2-0,[0- 3- 0- 0- 0- 0- 2- 0- 0- 0- 0- 0- 0],[0- 1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[0- 3- 0- 0- 0- 0- 2- 0],[0- 1804800- 0- 0- 0- 0- 1478400- 0],41.33391369217902,1218.7686424260135,4.31954e+11,9.56905e-11 - -arrays of value as string : ['0', '3', '0', '0', '0', '0', '2', '0'] -resulted X configuration : [0, 3, 0, 0, 0, 0, 2, 0] ---- Reading the line : 003303-2-1,[0- 0- 3- 3- 0- 3- 2- 0- 0- 1- 0- 0- 0],[0- 0- 1804800- 1804800- 0- 1804800- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 3- 3- 0- 3- 2- 1],[0- 0- 1804800- 1804800- 0- 1804800- 1478400- 806400],76.50257609219229,2221.816983577496,1.03014e+12,7.42643e-11 - -arrays of value as string : ['0', '0', '3', '3', '0', '3', '2', '1'] -resulted X configuration : [0, 0, 3, 3, 0, 3, 2, 1] ---- Reading the line : 110011-2-2,[1- 1- 0- 0- 1- 1- 2- 0- 0- 2- 0- 0- 0],[576000- 576000- 0- 0- 576000- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 1- 0- 0- 1- 1- 2- 2],[576000- 576000- 0- 0- 576000- 576000- 1478400- 1766400],75.63424106198705,2187.9546342922486,1.07645e+12,7.02627e-11 - -arrays of value as string : ['1', '1', '0', '0', '1', '1', '2', '2'] -resulted X configuration : [1, 1, 0, 0, 1, 1, 2, 2] ---- Reading the line : 300330-2-0,[3- 0- 0- 3- 3- 0- 2- 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- 2- 0],[1804800- 0- 0- 1804800- 1804800- 0- 1478400- 0],44.8770086069213,1340.3987667132524,5.27094e+11,8.51404e-11 - -arrays of value as string : ['3', '0', '0', '3', '3', '0', '2', '0'] -resulted X configuration : [3, 0, 0, 3, 3, 0, 2, 0] ---- Reading the line : 001010-1-0,[0- 0- 1- 0- 1- 0- 1- 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- 1- 0],[0- 0- 576000- 0- 576000- 0- 652800- 0],30.181569041290437,906.5937689168736,2.49016e+11,1.21203e-10 - -arrays of value as string : ['0', '0', '1', '0', '1', '0', '1', '0'] -resulted X configuration : [0, 0, 1, 0, 1, 0, 1, 0] ---- Reading the line : 303000-3-0,[3- 0- 3- 0- 0- 0- 3- 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- 3- 0],[1804800- 0- 1804800- 0- 0- 0- 2208000- 0],64.02660501203388,1856.662832098615,6.45425e+11,9.92007e-11 - -arrays of value as string : ['3', '0', '3', '0', '0', '0', '3', '0'] -resulted X configuration : [3, 0, 3, 0, 0, 0, 3, 0] ---- Reading the line : 003300-2-0,[0- 0- 3- 3- 0- 0- 2- 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- 2- 0],[0- 0- 1804800- 1804800- 0- 0- 1478400- 0],42.15291437149597,1255.7125550081792,4.81368e+11,8.7569e-11 - -arrays of value as string : ['0', '0', '3', '3', '0', '0', '2', '0'] -resulted X configuration : [0, 0, 3, 3, 0, 0, 2, 0] ---- Reading the line : 110100-2-3,[1- 1- 0- 1- 0- 0- 2- 0- 0- 3- 0- 0- 0],[576000- 576000- 0- 576000- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 0- 1- 0- 0- 2- 3],[576000- 576000- 0- 576000- 0- 0- 1478400- 2400000],99.29453491475276,2807.8922039464683,1.11084e+12,8.93869e-11 - -arrays of value as string : ['1', '1', '0', '1', '0', '0', '2', '3'] -resulted X configuration : [1, 1, 0, 1, 0, 0, 2, 3] ---- Reading the line : 202222-2-1,[2- 0- 2- 2- 2- 2- 2- 0- 0- 1- 0- 0- 0],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 0- 2- 2- 2- 2- 2- 1],[1363200- 0- 1363200- 1363200- 1363200- 1363200- 1478400- 806400],72.31244072505879,2093.093534306586,1.12812e+12,6.41e-11 - -arrays of value as string : ['2', '0', '2', '2', '2', '2', '2', '1'] -resulted X configuration : [2, 0, 2, 2, 2, 2, 2, 1] ---- Reading the line : 002200-0-0,[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],24.81362207049033,748.3735474712686,7.75854e+10,3.19823e-10 - -arrays of value as string : ['0', '0', '2', '2', '0', '0', '0', '0'] -resulted X configuration : [0, 0, 2, 2, 0, 0, 0, 0] ---- Reading the line : 202202-2-0,[2- 0- 2- 2- 0- 2- 2- 0- 0- 0- 0- 0- 0],[1363200- 0- 1363200- 1363200- 0- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 0- 2- 2- 0- 2- 2- 0],[1363200- 0- 1363200- 1363200- 0- 1363200- 1478400- 0],55.36763265527441,1635.9589725580508,8.05052e+11,6.87752e-11 - -arrays of value as string : ['2', '0', '2', '2', '0', '2', '2', '0'] -resulted X configuration : [2, 0, 2, 2, 0, 2, 2, 0] ---- Reading the line : 202002-1-0,[2- 0- 2- 0- 0- 2- 1- 0- 0- 0- 0- 0- 0],[1363200- 0- 1363200- 0- 0- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 0- 2- 0- 0- 2- 1- 0],[1363200- 0- 1363200- 0- 0- 1363200- 652800- 0],38.115083943709216,1150.292100279948,4.67777e+11,8.14813e-11 - -arrays of value as string : ['2', '0', '2', '0', '0', '2', '1', '0'] -resulted X configuration : [2, 0, 2, 0, 0, 2, 1, 0] ---- Reading the line : 303003-2-3,[3- 0- 3- 0- 0- 3- 2- 0- 0- 3- 0- 0- 0],[1804800- 0- 1804800- 0- 0- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 0- 3- 0- 0- 3- 2- 3],[1804800- 0- 1804800- 0- 0- 1804800- 1478400- 2400000],105.91046987215707,2975.1004224267845,1.32652e+12,7.98408e-11 - -arrays of value as string : ['3', '0', '3', '0', '0', '3', '2', '3'] -resulted X configuration : [3, 0, 3, 0, 0, 3, 2, 3] ---- Reading the line : 101011-2-1,[1- 0- 1- 0- 1- 1- 2- 0- 0- 1- 0- 0- 0],[576000- 0- 576000- 0- 576000- 576000- 0- 0- 0- 806400- 0- 0- 0],[1- 0- 1- 0- 1- 1- 2- 1],[576000- 0- 576000- 0- 576000- 576000- 1478400- 806400],57.11513813934128,1692.7808009379069,7.98637e+11,7.15158e-11 - -arrays of value as string : ['1', '0', '1', '0', '1', '1', '2', '1'] -resulted X configuration : [1, 0, 1, 0, 1, 1, 2, 1] ---- Reading the line : 100001-1-0,[1- 0- 0- 0- 0- 1- 1- 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- 1- 0],[576000- 0- 0- 0- 0- 576000- 652800- 0],31.02585216561529,943.8644741020497,2.52274e+11,1.22985e-10 - -arrays of value as string : ['1', '0', '0', '0', '0', '1', '1', '0'] -resulted X configuration : [1, 0, 0, 0, 0, 1, 1, 0] ---- Reading the line : 000303-1-3,[0- 0- 0- 3- 0- 3- 1- 0- 0- 3- 0- 0- 0],[0- 0- 0- 1804800- 0- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 0- 3- 0- 3- 1- 3],[0- 0- 0- 1804800- 0- 1804800- 652800- 2400000],99.5235230486487,2801.00594896338,1.02901e+12,9.67177e-11 - -arrays of value as string : ['0', '0', '0', '3', '0', '3', '1', '3'] -resulted X configuration : [0, 0, 0, 3, 0, 3, 1, 3] ---- Reading the line : 300333-3-3,[3- 0- 0- 3- 3- 3- 3- 0- 0- 3- 0- 0- 0],[1804800- 0- 0- 1804800- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 0- 0- 3- 3- 3- 3- 3],[1804800- 0- 0- 1804800- 1804800- 1804800- 2208000- 2400000],98.2711116753419,2775.1605747194512,1.36439e+12,7.20257e-11 - -arrays of value as string : ['3', '0', '0', '3', '3', '3', '3', '3'] -resulted X configuration : [3, 0, 0, 3, 3, 3, 3, 3] ---- Reading the line : 033030-0-0,[0- 3- 3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0],[0- 1804800- 1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 0- 0],[0- 3- 3- 0- 3- 0- 0- 0],[0- 1804800- 1804800- 0- 1804800- 0- 0- 0],26.21114705309724,794.9671571472894,1.20847e+11,2.16895e-10 - -arrays of value as string : ['0', '3', '3', '0', '3', '0', '0', '0'] -resulted X configuration : [0, 3, 3, 0, 3, 0, 0, 0] ---- Reading the line : 000333-3-0,[0- 0- 0- 3- 3- 3- 3- 0- 0- 0- 0- 0- 0],[0- 0- 0- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 3- 3- 3- 3- 0],[0- 0- 0- 1804800- 1804800- 1804800- 2208000- 0],79.9516893306596,2301.320156006765,9.17973e+11,8.70959e-11 - -arrays of value as string : ['0', '0', '0', '3', '3', '3', '3', '0'] -resulted X configuration : [0, 0, 0, 3, 3, 3, 3, 0] ---- Reading the line : 110000-2-3,[1- 1- 0- 0- 0- 0- 2- 0- 0- 3- 0- 0- 0],[576000- 576000- 0- 0- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 0- 0- 0- 0- 2- 3],[576000- 576000- 0- 0- 0- 0- 1478400- 2400000],92.90344680080212,2627.3511433880353,1.04876e+12,8.85841e-11 - -arrays of value as string : ['1', '1', '0', '0', '0', '0', '2', '3'] -resulted X configuration : [1, 1, 0, 0, 0, 0, 2, 3] ---- Reading the line : 003003-2-0,[0- 0- 3- 0- 0- 3- 2- 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- 2- 0],[0- 0- 1804800- 0- 0- 1804800- 1478400- 0],56.159156152727334,1648.8975810990646,6.6243e+11,8.47775e-11 - -arrays of value as string : ['0', '0', '3', '0', '0', '3', '2', '0'] -resulted X configuration : [0, 0, 3, 0, 0, 3, 2, 0] ---- Reading the line : 220202-3-0,[2- 2- 0- 2- 0- 2- 3- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 0- 1363200- 0- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 2- 0- 2- 0- 2- 3- 0],[1363200- 1363200- 0- 1363200- 0- 1363200- 2208000- 0],69.73276105016329,2032.4817978268482,9.17041e+11,7.60411e-11 - -arrays of value as string : ['2', '2', '0', '2', '0', '2', '3', '0'] -resulted X configuration : [2, 2, 0, 2, 0, 2, 3, 0] ---- Reading the line : 003303-2-0,[0- 0- 3- 3- 0- 3- 2- 0- 0- 0- 0- 0- 0],[0- 0- 1804800- 1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 0],[0- 0- 3- 3- 0- 3- 2- 0],[0- 0- 1804800- 1804800- 0- 1804800- 1478400- 0],63.566735386784956,1857.2701473580769,7.9741e+11,7.97165e-11 - -arrays of value as string : ['0', '0', '3', '3', '0', '3', '2', '0'] -resulted X configuration : [0, 0, 3, 3, 0, 3, 2, 0] ---- Reading the line : 100011-3-0,[1- 0- 0- 0- 1- 1- 3- 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- 3- 0],[576000- 0- 0- 0- 576000- 576000- 2208000- 0],59.744833526360225,1768.9210135283518,6.49498e+11,9.19862e-11 - -arrays of value as string : ['1', '0', '0', '0', '1', '1', '3', '0'] -resulted X configuration : [1, 0, 0, 0, 1, 1, 3, 0] ---- Reading the line : 000020-1-0,[0- 0- 0- 0- 2- 0- 1- 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- 1- 0],[0- 0- 0- 0- 1363200- 0- 652800- 0],29.21656254628378,883.0694499871198,2.06709e+11,1.41342e-10 - -arrays of value as string : ['0', '0', '0', '0', '2', '0', '1', '0'] -resulted X configuration : [0, 0, 0, 0, 2, 0, 1, 0] ---- Reading the line : 100001-1-0,[1- 0- 0- 0- 0- 1- 1- 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- 1- 0],[576000- 0- 0- 0- 0- 576000- 652800- 0],30.510462032650462,917.2686463812776,2.51601e+11,1.21265e-10 - -arrays of value as string : ['1', '0', '0', '0', '0', '1', '1', '0'] -resulted X configuration : [1, 0, 0, 0, 0, 1, 1, 0] ---- Reading the line : 100000-3-3,[1- 0- 0- 0- 0- 0- 3- 0- 0- 3- 0- 0- 0],[576000- 0- 0- 0- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[1- 0- 0- 0- 0- 0- 3- 3],[576000- 0- 0- 0- 0- 0- 2208000- 2400000],101.48855830391972,2861.9281561790585,1.07568e+12,9.43483e-11 - -arrays of value as string : ['1', '0', '0', '0', '0', '0', '3', '3'] -resulted X configuration : [1, 0, 0, 0, 0, 0, 3, 3] ---- Reading the line : 000101-3-0,[0- 0- 0- 1- 0- 1- 3- 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- 3- 0],[0- 0- 0- 576000- 0- 576000- 2208000- 0],57.04545949807347,1689.442277095543,5.99074e+11,9.52227e-11 - -arrays of value as string : ['0', '0', '0', '1', '0', '1', '3', '0'] -resulted X configuration : [0, 0, 0, 1, 0, 1, 3, 0] ---- Reading the line : 000011-3-2,[0- 0- 0- 0- 1- 1- 3- 0- 0- 2- 0- 0- 0],[0- 0- 0- 0- 576000- 576000- 0- 0- 0- 1766400- 0- 0- 0],[0- 0- 0- 0- 1- 1- 3- 2],[0- 0- 0- 0- 576000- 576000- 2208000- 1766400],88.16240471947529,2515.1579975124705,1.06973e+12,8.24156e-11 - -arrays of value as string : ['0', '0', '0', '0', '1', '1', '3', '2'] -resulted X configuration : [0, 0, 0, 0, 1, 1, 3, 2] ---- Reading the line : 003330-1-0,[0- 0- 3- 3- 3- 0- 1- 0- 0- 0- 0- 0- 0],[0- 0- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 3- 3- 3- 0- 1- 0],[0- 0- 1804800- 1804800- 1804800- 0- 652800- 0],32.00346538528643,966.666580347755,2.96313e+11,1.08006e-10 - -arrays of value as string : ['0', '0', '3', '3', '3', '0', '1', '0'] -resulted X configuration : [0, 0, 3, 3, 3, 0, 1, 0] ---- Reading the line : 222000-3-3,[2- 2- 2- 0- 0- 0- 3- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 0- 0- 0- 3- 3],[1363200- 1363200- 1363200- 0- 0- 0- 2208000- 2400000],89.55610234126937,2556.971710666612,1.01085e+12,8.85948e-11 - -arrays of value as string : ['2', '2', '2', '0', '0', '0', '3', '3'] -resulted X configuration : [2, 2, 2, 0, 0, 0, 3, 3] ---- Reading the line : 200020-1-0,[2- 0- 0- 0- 2- 0- 1- 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- 1- 0],[1363200- 0- 0- 0- 1363200- 0- 652800- 0],30.16401344951732,922.4661378069155,2.51172e+11,1.20093e-10 - -arrays of value as string : ['2', '0', '0', '0', '2', '0', '1', '0'] -resulted X configuration : [2, 0, 0, 0, 2, 0, 1, 0] ---- Reading the line : 002222-3-3,[0- 0- 2- 2- 2- 2- 3- 0- 0- 3- 0- 0- 0],[0- 0- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 2- 2- 2- 2- 3- 3],[0- 0- 1363200- 1363200- 1363200- 1363200- 2208000- 2400000],99.12657047524998,2800.0599542647797,1.25762e+12,7.88208e-11 - -arrays of value as string : ['0', '0', '2', '2', '2', '2', '3', '3'] -resulted X configuration : [0, 0, 2, 2, 2, 2, 3, 3] ---- Reading the line : 110110-2-0,[1- 1- 0- 1- 1- 0- 2- 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- 2- 0],[576000- 576000- 0- 576000- 576000- 0- 1478400- 0],44.34876881892995,1333.0125288375168,5.76652e+11,7.69073e-11 - -arrays of value as string : ['1', '1', '0', '1', '1', '0', '2', '0'] -resulted X configuration : [1, 1, 0, 1, 1, 0, 2, 0] ---- Reading the line : 000200-1-2,[0- 0- 0- 2- 0- 0- 1- 0- 0- 2- 0- 0- 0],[0- 0- 0- 1363200- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 0- 0- 2- 0- 0- 1- 2],[0- 0- 0- 1363200- 0- 0- 652800- 1766400],59.958552621697116,1755.8754618302667,6.95191e+11,8.62476e-11 - -arrays of value as string : ['0', '0', '0', '2', '0', '0', '1', '2'] -resulted X configuration : [0, 0, 0, 2, 0, 0, 1, 2] ---- Reading the line : 000033-3-0,[0- 0- 0- 0- 3- 3- 3- 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- 3- 0],[0- 0- 0- 0- 1804800- 1804800- 2208000- 0],73.8366540935892,2125.2467799896576,7.92092e+11,9.32173e-11 - -arrays of value as string : ['0', '0', '0', '0', '3', '3', '3', '0'] -resulted X configuration : [0, 0, 0, 0, 3, 3, 3, 0] ---- Reading the line : 110110-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- 0],27.54375860782338,844.0925556014498,1.63482e+11,1.68482e-10 - -arrays of value as string : ['1', '1', '0', '1', '1', '0', '0', '0'] -resulted X configuration : [1, 1, 0, 1, 1, 0, 0, 0] ---- Reading the line : 033303-0-0,[0- 3- 3- 3- 0- 3- 0- 0- 0- 0- 0- 0- 0],[0- 1804800- 1804800- 1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 0],[0- 3- 3- 3- 0- 3- 0- 0],[0- 1804800- 1804800- 1804800- 0- 1804800- 0- 0],50.15358784344697,1485.6244514465407,5.23899e+11,9.57314e-11 - -arrays of value as string : ['0', '3', '3', '3', '0', '3', '0', '0'] -resulted X configuration : [0, 3, 3, 3, 0, 3, 0, 0] ---- Reading the line : 002202-3-0,[0- 0- 2- 2- 0- 2- 3- 0- 0- 0- 0- 0- 0],[0- 0- 1363200- 1363200- 0- 1363200- 0- 0- 0- 0- 0- 0- 0],[0- 0- 2- 2- 0- 2- 3- 0],[0- 0- 1363200- 1363200- 0- 1363200- 2208000- 0],70.37502710188865,2044.3455760488216,8.44912e+11,8.32927e-11 - -arrays of value as string : ['0', '0', '2', '2', '0', '2', '3', '0'] -resulted X configuration : [0, 0, 2, 2, 0, 2, 3, 0] ---- Reading the line : 001100-3-1,[0- 0- 1- 1- 0- 0- 3- 0- 0- 1- 0- 0- 0],[0- 0- 576000- 576000- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 1- 1- 0- 0- 3- 1],[0- 0- 576000- 576000- 0- 0- 2208000- 806400],76.55920788265074,2199.8442905543075,8.31163e+11,9.21109e-11 - -arrays of value as string : ['0', '0', '1', '1', '0', '0', '3', '1'] -resulted X configuration : [0, 0, 1, 1, 0, 0, 3, 1] ---- Reading the line : 000022-1-1,[0- 0- 0- 0- 2- 2- 1- 0- 0- 1- 0- 0- 0],[0- 0- 0- 0- 1363200- 1363200- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 0- 0- 2- 2- 1- 1],[0- 0- 0- 0- 1363200- 1363200- 652800- 806400],44.56002470024009,1322.7869498830387,5.84137e+11,7.62835e-11 - -arrays of value as string : ['0', '0', '0', '0', '2', '2', '1', '1'] -resulted X configuration : [0, 0, 0, 0, 2, 2, 1, 1] ---- Reading the line : 222000-1-0,[2- 2- 2- 0- 0- 0- 1- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 0- 0- 0- 1- 0],[1363200- 1363200- 1363200- 0- 0- 0- 652800- 0],31.50141437398277,942.6157200286306,2.94353e+11,1.07019e-10 - -arrays of value as string : ['2', '2', '2', '0', '0', '0', '1', '0'] -resulted X configuration : [2, 2, 2, 0, 0, 0, 1, 0] ---- Reading the line : 300000-2-1,[3- 0- 0- 0- 0- 0- 2- 0- 0- 1- 0- 0- 0],[1804800- 0- 0- 0- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[3- 0- 0- 0- 0- 0- 2- 1],[1804800- 0- 0- 0- 0- 0- 1478400- 806400],52.84464250085965,1550.7469106644671,6.56117e+11,8.05415e-11 - -arrays of value as string : ['3', '0', '0', '0', '0', '0', '2', '1'] -resulted X configuration : [3, 0, 0, 0, 0, 0, 2, 1] ---- Reading the line : 003300-0-0,[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],25.281203344075973,763.6115686252681,7.79367e+10,3.24381e-10 - -arrays of value as string : ['0', '0', '3', '3', '0', '0', '0', '0'] -resulted X configuration : [0, 0, 3, 3, 0, 0, 0, 0] ---- Reading the line : 220202-1-3,[2- 2- 0- 2- 0- 2- 1- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 0- 1363200- 0- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 0- 2- 0- 2- 1- 3],[1363200- 1363200- 0- 1363200- 0- 1363200- 652800- 2400000],100.8576352511705,2849.89154477068,1.18587e+12,8.50495e-11 - -arrays of value as string : ['2', '2', '0', '2', '0', '2', '1', '3'] -resulted X configuration : [2, 2, 0, 2, 0, 2, 1, 3] ---- Reading the line : 300303-1-3,[3- 0- 0- 3- 0- 3- 1- 0- 0- 3- 0- 0- 0],[1804800- 0- 0- 1804800- 0- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 0- 0- 3- 0- 3- 1- 3],[1804800- 0- 0- 1804800- 0- 1804800- 652800- 2400000],95.44218659468393,2716.6494278196724,1.10625e+12,8.62754e-11 - -arrays of value as string : ['3', '0', '0', '3', '0', '3', '1', '3'] -resulted X configuration : [3, 0, 0, 3, 0, 3, 1, 3] ---- Reading the line : 000000-1-1,[0- 0- 0- 0- 0- 0- 1- 0- 0- 1- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 0- 0- 0- 0- 1- 1],[0- 0- 0- 0- 0- 0- 652800- 806400],35.95510399576207,1078.6013873899747,3.66196e+11,9.81854e-11 - -arrays of value as string : ['0', '0', '0', '0', '0', '0', '1', '1'] -resulted X configuration : [0, 0, 0, 0, 0, 0, 1, 1] ---- Reading the line : 300000-2-0,[3- 0- 0- 0- 0- 0- 2- 0- 0- 0- 0- 0- 0],[1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 0- 0- 0- 0- 0- 2- 0],[1804800- 0- 0- 0- 0- 0- 1478400- 0],41.68359712100241,1237.8911981931867,4.32935e+11,9.62814e-11 - -arrays of value as string : ['3', '0', '0', '0', '0', '0', '2', '0'] -resulted X configuration : [3, 0, 0, 0, 0, 0, 2, 0] ---- Reading the line : 030000-3-0,[0- 3- 0- 0- 0- 0- 3- 0- 0- 0- 0- 0- 0],[0- 1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[0- 3- 0- 0- 0- 0- 3- 0],[0- 1804800- 0- 0- 0- 0- 2208000- 0],61.64541293019178,1802.9610784392542,5.86868e+11,1.05041e-10 - -arrays of value as string : ['0', '3', '0', '0', '0', '0', '3', '0'] -resulted X configuration : [0, 3, 0, 0, 0, 0, 3, 0] ---- Reading the line : 110011-3-3,[1- 1- 0- 0- 1- 1- 3- 0- 0- 3- 0- 0- 0],[576000- 576000- 0- 0- 576000- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 0- 0- 1- 1- 3- 3],[576000- 576000- 0- 0- 576000- 576000- 2208000- 2400000],92.85514377507003,2635.794990692063,1.11267e+12,8.34525e-11 - -arrays of value as string : ['1', '1', '0', '0', '1', '1', '3', '3'] -resulted X configuration : [1, 1, 0, 0, 1, 1, 3, 3] ---- Reading the line : 002022-3-2,[0- 0- 2- 0- 2- 2- 3- 0- 0- 2- 0- 0- 0],[0- 0- 1363200- 0- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[0- 0- 2- 0- 2- 2- 3- 2],[0- 0- 1363200- 0- 1363200- 1363200- 2208000- 1766400],92.57486827566281,2636.135777684477,1.26383e+12,7.32495e-11 - -arrays of value as string : ['0', '0', '2', '0', '2', '2', '3', '2'] -resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 2] ---- Reading the line : 001011-2-0,[0- 0- 1- 0- 1- 1- 2- 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- 2- 0],[0- 0- 576000- 0- 576000- 576000- 1478400- 0],44.67229703610225,1327.147100695332,5.2831e+11,8.4557e-11 - -arrays of value as string : ['0', '0', '1', '0', '1', '1', '2', '0'] -resulted X configuration : [0, 0, 1, 0, 1, 1, 2, 0] ---- Reading the line : 110110-2-3,[1- 1- 0- 1- 1- 0- 2- 0- 0- 3- 0- 0- 0],[576000- 576000- 0- 576000- 576000- 0- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 0- 1- 1- 0- 2- 3],[576000- 576000- 0- 576000- 576000- 0- 1478400- 2400000],97.37556932585815,2756.2841447586306,1.14818e+12,8.48086e-11 - -arrays of value as string : ['1', '1', '0', '1', '1', '0', '2', '3'] -resulted X configuration : [1, 1, 0, 1, 1, 0, 2, 3] ---- Reading the line : 220220-1-3,[2- 2- 0- 2- 2- 0- 1- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 0- 1363200- 1363200- 0- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 0- 2- 2- 0- 1- 3],[1363200- 1363200- 0- 1363200- 1363200- 0- 652800- 2400000],80.00303656400652,2304.175003713463,9.14879e+11,8.74466e-11 - -arrays of value as string : ['2', '2', '0', '2', '2', '0', '1', '3'] -resulted X configuration : [2, 2, 0, 2, 2, 0, 1, 3] ---- Reading the line : 300303-1-0,[3- 0- 0- 3- 0- 3- 1- 0- 0- 0- 0- 0- 0],[1804800- 0- 0- 1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 0- 0- 3- 0- 3- 1- 0],[1804800- 0- 0- 1804800- 0- 1804800- 652800- 0],50.969338004511165,1509.4504108274762,5.66887e+11,8.99109e-11 - -arrays of value as string : ['3', '0', '0', '3', '0', '3', '1', '0'] -resulted X configuration : [3, 0, 0, 3, 0, 3, 1, 0] ---- Reading the line : 300333-2-1,[3- 0- 0- 3- 3- 3- 2- 0- 0- 1- 0- 0- 0],[1804800- 0- 0- 1804800- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[3- 0- 0- 3- 3- 3- 2- 1],[1804800- 0- 0- 1804800- 1804800- 1804800- 1478400- 806400],86.67412113432403,2467.6808186584194,1.16876e+12,7.4159e-11 - -arrays of value as string : ['3', '0', '0', '3', '3', '3', '2', '1'] -resulted X configuration : [3, 0, 0, 3, 3, 3, 2, 1] ---- Reading the line : 101010-1-2,[1- 0- 1- 0- 1- 0- 1- 0- 0- 2- 0- 0- 0],[576000- 0- 576000- 0- 576000- 0- 0- 0- 0- 1766400- 0- 0- 0],[1- 0- 1- 0- 1- 0- 1- 2],[576000- 0- 576000- 0- 576000- 0- 652800- 1766400],63.490970767969905,1853.5993291616153,7.9505e+11,7.98578e-11 - -arrays of value as string : ['1', '0', '1', '0', '1', '0', '1', '2'] -resulted X configuration : [1, 0, 1, 0, 1, 0, 1, 2] ---- Reading the line : 020000-2-0,[0- 2- 0- 0- 0- 0- 2- 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- 2- 0],[0- 1363200- 0- 0- 0- 0- 1478400- 0],40.873058073067654,1216.1303702553787,4.32729e+11,9.44542e-11 - -arrays of value as string : ['0', '2', '0', '0', '0', '0', '2', '0'] -resulted X configuration : [0, 2, 0, 0, 0, 0, 2, 0] - --- Getting data from file /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/summary_files_only/summary___19Aug22_11_29_47.csv ---- Reading the line : 100011-2-0,[1- 0- 0- 0- 1- 1- 2- 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- 2- 0],[576000- 0- 0- 0- 576000- 576000- 1478400- 0],44.143719581958365,1303.6548457700549,5.30849e+11,8.31568e-11 - -arrays of value as string : ['1', '0', '0', '0', '1', '1', '2', '0'] -resulted X configuration : [1, 0, 0, 0, 1, 1, 2, 0] ---- Reading the line : 011101-2-0,[0- 1- 1- 1- 0- 1- 2- 0- 0- 0- 0- 0- 0],[0- 576000- 576000- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[0- 1- 1- 1- 0- 1- 2- 0],[0- 576000- 576000- 576000- 0- 576000- 1478400- 0],44.193315010864254,1329.3949525199444,5.73685e+11,7.70341e-11 - -arrays of value as string : ['0', '1', '1', '1', '0', '1', '2', '0'] -resulted X configuration : [0, 1, 1, 1, 0, 1, 2, 0] ---- Reading the line : 000303-2-0,[0- 0- 0- 3- 0- 3- 2- 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- 2- 0],[0- 0- 0- 1804800- 0- 1804800- 1478400- 0],56.61733733194737,1661.2709631175587,6.62316e+11,8.54839e-11 - -arrays of value as string : ['0', '0', '0', '3', '0', '3', '2', '0'] -resulted X configuration : [0, 0, 0, 3, 0, 3, 2, 0] ---- Reading the line : 303300-1-0,[3- 0- 3- 3- 0- 0- 1- 0- 0- 0- 0- 0- 0],[1804800- 0- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 0- 3- 3- 0- 0- 1- 0],[1804800- 0- 1804800- 1804800- 0- 0- 652800- 0],31.076261870843442,943.3746249618375,2.96958e+11,1.04649e-10 - -arrays of value as string : ['3', '0', '3', '3', '0', '0', '1', '0'] -resulted X configuration : [3, 0, 3, 3, 0, 0, 1, 0] ---- Reading the line : 200202-2-1,[2- 0- 0- 2- 0- 2- 2- 0- 0- 1- 0- 0- 0],[1363200- 0- 0- 1363200- 0- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 0- 0- 2- 0- 2- 2- 1],[1363200- 0- 0- 1363200- 0- 1363200- 1478400- 806400],64.08803173266075,1865.7694089310849,9.26678e+11,6.91589e-11 - -arrays of value as string : ['2', '0', '0', '2', '0', '2', '2', '1'] -resulted X configuration : [2, 0, 0, 2, 0, 2, 2, 1] ---- Reading the line : 030300-1-0,[0- 3- 0- 3- 0- 0- 1- 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- 1- 0],[0- 1804800- 0- 1804800- 0- 0- 652800- 0],30.262959468084457,914.5335373924903,2.51515e+11,1.20323e-10 - -arrays of value as string : ['0', '3', '0', '3', '0', '0', '1', '0'] -resulted X configuration : [0, 3, 0, 3, 0, 0, 1, 0] ---- Reading the line : 003033-3-1,[0- 0- 3- 0- 3- 3- 3- 0- 0- 1- 0- 0- 0],[0- 0- 1804800- 0- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 3- 0- 3- 3- 3- 1],[0- 0- 1804800- 0- 1804800- 1804800- 2208000- 806400],98.89841530597062,2791.553204559419,1.14397e+12,8.64519e-11 - -arrays of value as string : ['0', '0', '3', '0', '3', '3', '3', '1'] -resulted X configuration : [0, 0, 3, 0, 3, 3, 3, 1] ---- Reading the line : 202200-2-0,[2- 0- 2- 2- 0- 0- 2- 0- 0- 0- 0- 0- 0],[1363200- 0- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0- 0- 0],[2- 0- 2- 2- 0- 0- 2- 0],[1363200- 0- 1363200- 1363200- 0- 0- 1478400- 0],43.7457276563532,1312.5790530547679,5.28739e+11,8.2736e-11 - -arrays of value as string : ['2', '0', '2', '2', '0', '0', '2', '0'] -resulted X configuration : [2, 0, 2, 2, 0, 0, 2, 0] ---- Reading the line : 000220-2-0,[0- 0- 0- 2- 2- 0- 2- 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- 2- 0],[0- 0- 0- 1363200- 1363200- 0- 1478400- 0],42.2174501218314,1274.5830517462823,4.81811e+11,8.76224e-11 - -arrays of value as string : ['0', '0', '0', '2', '2', '0', '2', '0'] -resulted X configuration : [0, 0, 0, 2, 2, 0, 2, 0] ---- Reading the line : 200000-1-0,[2- 0- 0- 0- 0- 0- 1- 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- 1- 0],[1363200- 0- 0- 0- 0- 0- 652800- 0],28.99085695199864,871.4213189013175,2.06904e+11,1.40117e-10 - -arrays of value as string : ['2', '0', '0', '0', '0', '0', '1', '0'] -resulted X configuration : [2, 0, 0, 0, 0, 0, 1, 0] ---- Reading the line : 020222-2-2,[0- 2- 0- 2- 2- 2- 2- 0- 0- 2- 0- 0- 0],[0- 1363200- 0- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[0- 2- 0- 2- 2- 2- 2- 2],[0- 1363200- 0- 1363200- 1363200- 1363200- 1478400- 1766400],86.5390817247793,2466.866471812187,1.3071e+12,6.62069e-11 - -arrays of value as string : ['0', '2', '0', '2', '2', '2', '2', '2'] -resulted X configuration : [0, 2, 0, 2, 2, 2, 2, 2] ---- Reading the line : 003333-2-1,[0- 0- 3- 3- 3- 3- 2- 0- 0- 1- 0- 0- 0],[0- 0- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 3- 3- 3- 3- 2- 1],[0- 0- 1804800- 1804800- 1804800- 1804800- 1478400- 806400],85.20820580944705,2443.848499251901,1.15609e+12,7.37038e-11 - -arrays of value as string : ['0', '0', '3', '3', '3', '3', '2', '1'] -resulted X configuration : [0, 0, 3, 3, 3, 3, 2, 1] ---- Reading the line : 222222-3-0,[2- 2- 2- 2- 2- 2- 3- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 2- 2- 2- 3- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 2208000- 0],72.84938594762265,2102.6295166365608,1.10405e+12,6.59838e-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '3', '0'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 3, 0] ---- Reading the line : 030003-3-3,[0- 3- 0- 0- 0- 3- 3- 0- 0- 3- 0- 0- 0],[0- 1804800- 0- 0- 0- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[0- 3- 0- 0- 0- 3- 3- 3],[0- 1804800- 0- 0- 0- 1804800- 2208000- 2400000],92.37357480908723,2624.406833047717,1.02148e+12,9.04311e-11 - -arrays of value as string : ['0', '3', '0', '0', '0', '3', '3', '3'] -resulted X configuration : [0, 3, 0, 0, 0, 3, 3, 3] ---- Reading the line : 100001-1-3,[1- 0- 0- 0- 0- 1- 1- 0- 0- 3- 0- 0- 0],[576000- 0- 0- 0- 0- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 0- 0- 0- 0- 1- 1- 3],[576000- 0- 0- 0- 0- 576000- 652800- 2400000],77.69781164438514,2232.328839778562,8.16806e+11,9.51239e-11 - -arrays of value as string : ['1', '0', '0', '0', '0', '1', '1', '3'] -resulted X configuration : [1, 0, 0, 0, 0, 1, 1, 3] ---- Reading the line : 003030-2-0,[0- 0- 3- 0- 3- 0- 2- 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- 2- 0],[0- 0- 1804800- 0- 1804800- 0- 1478400- 0],43.030775767559064,1277.0739330131998,4.82036e+11,8.92688e-11 - -arrays of value as string : ['0', '0', '3', '0', '3', '0', '2', '0'] -resulted X configuration : [0, 0, 3, 0, 3, 0, 2, 0] ---- Reading the line : 000000-1-0,[0- 0- 0- 0- 0- 0- 1- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 1- 0],[0- 0- 0- 0- 0- 0- 652800- 0],27.582143253397177,838.6099145024627,1.62803e+11,1.6942e-10 - -arrays of value as string : ['0', '0', '0', '0', '0', '0', '1', '0'] -resulted X configuration : [0, 0, 0, 0, 0, 0, 1, 0] ---- Reading the line : 303333-3-3,[3- 0- 3- 3- 3- 3- 3- 0- 0- 3- 0- 0- 0],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 0- 3- 3- 3- 3- 3- 3],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 2208000- 2400000],109.10187118031861,3049.312327721447,1.57706e+12,6.91805e-11 - -arrays of value as string : ['3', '0', '3', '3', '3', '3', '3', '3'] -resulted X configuration : [3, 0, 3, 3, 3, 3, 3, 3] ---- Reading the line : 022000-1-3,[0- 2- 2- 0- 0- 0- 1- 0- 0- 3- 0- 0- 0],[0- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 2- 2- 0- 0- 0- 1- 3],[0- 1363200- 1363200- 0- 0- 0- 652800- 2400000],77.44475534546744,2232.2402182284204,8.22673e+11,9.4138e-11 - -arrays of value as string : ['0', '2', '2', '0', '0', '0', '1', '3'] -resulted X configuration : [0, 2, 2, 0, 0, 0, 1, 3] ---- Reading the line : 000220-2-0,[0- 0- 0- 2- 2- 0- 2- 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- 2- 0],[0- 0- 0- 1363200- 1363200- 0- 1478400- 0],44.00437632656581,1300.767287687879,4.81056e+11,9.14745e-11 - -arrays of value as string : ['0', '0', '0', '2', '2', '0', '2', '0'] -resulted X configuration : [0, 0, 0, 2, 2, 0, 2, 0] ---- Reading the line : 303000-2-2,[3- 0- 3- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[3- 0- 3- 0- 0- 0- 2- 2],[1804800- 0- 1804800- 0- 0- 0- 1478400- 1766400],72.11525681312612,2091.4675395659247,9.7823e+11,7.37201e-11 - -arrays of value as string : ['3', '0', '3', '0', '0', '0', '2', '2'] -resulted X configuration : [3, 0, 3, 0, 0, 0, 2, 2] ---- Reading the line : 200000-2-2,[2- 0- 0- 0- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 0- 0- 0- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[2- 0- 0- 0- 0- 0- 2- 2],[1363200- 0- 0- 0- 0- 0- 1478400- 1766400],70.74796786561328,2058.210775945702,9.23446e+11,7.6613e-11 - -arrays of value as string : ['2', '0', '0', '0', '0', '0', '2', '2'] -resulted X configuration : [2, 0, 0, 0, 0, 0, 2, 2] ---- Reading the line : 003000-3-1,[0- 0- 3- 0- 0- 0- 3- 0- 0- 1- 0- 0- 0],[0- 0- 1804800- 0- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 3- 0- 0- 0- 3- 1],[0- 0- 1804800- 0- 0- 0- 2208000- 806400],73.78185053874205,2132.745717410461,7.7572e+11,9.5114e-11 - -arrays of value as string : ['0', '0', '3', '0', '0', '0', '3', '1'] -resulted X configuration : [0, 0, 3, 0, 0, 0, 3, 1] ---- Reading the line : 011000-1-2,[0- 1- 1- 0- 0- 0- 1- 0- 0- 2- 0- 0- 0],[0- 576000- 576000- 0- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 1- 1- 0- 0- 0- 1- 2],[0- 576000- 576000- 0- 0- 0- 652800- 1766400],62.30450046803677,1818.0703260875896,7.39428e+11,8.42604e-11 - -arrays of value as string : ['0', '1', '1', '0', '0', '0', '1', '2'] -resulted X configuration : [0, 1, 1, 0, 0, 0, 1, 2] ---- Reading the line : 220022-2-0,[2- 2- 0- 0- 2- 2- 2- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 0- 0- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 2- 0- 0- 2- 2- 2- 0],[1363200- 1363200- 0- 0- 1363200- 1363200- 1478400- 0],54.18406038615154,1600.0791397981307,8.05817e+11,6.72411e-11 - -arrays of value as string : ['2', '2', '0', '0', '2', '2', '2', '0'] -resulted X configuration : [2, 2, 0, 0, 2, 2, 2, 0] ---- Reading the line : 222002-3-3,[2- 2- 2- 0- 0- 2- 3- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 0- 0- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 0- 0- 2- 3- 3],[1363200- 1363200- 1363200- 0- 0- 1363200- 2208000- 2400000],97.94831781368502,2759.679668781728,1.28145e+12,7.64355e-11 - -arrays of value as string : ['2', '2', '2', '0', '0', '2', '3', '3'] -resulted X configuration : [2, 2, 2, 0, 0, 2, 3, 3] ---- Reading the line : 222202-3-3,[2- 2- 2- 2- 0- 2- 3- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 2- 0- 2- 3- 3],[1363200- 1363200- 1363200- 1363200- 0- 1363200- 2208000- 2400000],93.60167748806641,2658.2535536857117,1.2999e+12,7.20068e-11 - -arrays of value as string : ['2', '2', '2', '2', '0', '2', '3', '3'] -resulted X configuration : [2, 2, 2, 2, 0, 2, 3, 3] ---- Reading the line : 010100-3-2,[0- 1- 0- 1- 0- 0- 3- 0- 0- 2- 0- 0- 0],[0- 576000- 0- 576000- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 1- 0- 1- 0- 0- 3- 2],[0- 576000- 0- 576000- 0- 0- 2208000- 1766400],84.23742585432308,2410.4103500371016,1.05553e+12,7.98058e-11 - -arrays of value as string : ['0', '1', '0', '1', '0', '0', '3', '2'] -resulted X configuration : [0, 1, 0, 1, 0, 0, 3, 2] ---- Reading the line : 010001-2-1,[0- 1- 0- 0- 0- 1- 2- 0- 0- 1- 0- 0- 0],[0- 576000- 0- 0- 0- 576000- 0- 0- 0- 806400- 0- 0- 0],[0- 1- 0- 0- 0- 1- 2- 1],[0- 576000- 0- 0- 0- 576000- 1478400- 806400],55.33565726501188,1624.3088436533774,6.99479e+11,7.91098e-11 - -arrays of value as string : ['0', '1', '0', '0', '0', '1', '2', '1'] -resulted X configuration : [0, 1, 0, 0, 0, 1, 2, 1] ---- Reading the line : 330300-3-1,[3- 3- 0- 3- 0- 0- 3- 0- 0- 1- 0- 0- 0],[1804800- 1804800- 0- 1804800- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[3- 3- 0- 3- 0- 0- 3- 1],[1804800- 1804800- 0- 1804800- 0- 0- 2208000- 806400],75.6157173351694,2194.5948926251554,8.75034e+11,8.64146e-11 - -arrays of value as string : ['3', '3', '0', '3', '0', '0', '3', '1'] -resulted X configuration : [3, 3, 0, 3, 0, 0, 3, 1] ---- Reading the line : 003030-1-3,[0- 0- 3- 0- 3- 0- 1- 0- 0- 3- 0- 0- 0],[0- 0- 1804800- 0- 1804800- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 3- 0- 3- 0- 1- 3],[0- 0- 1804800- 0- 1804800- 0- 652800- 2400000],80.79696218385486,2310.87771986498,8.35106e+11,9.67505e-11 - -arrays of value as string : ['0', '0', '3', '0', '3', '0', '1', '3'] -resulted X configuration : [0, 0, 3, 0, 3, 0, 1, 3] ---- Reading the line : 022002-2-2,[0- 2- 2- 0- 0- 2- 2- 0- 0- 2- 0- 0- 0],[0- 1363200- 1363200- 0- 0- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[0- 2- 2- 0- 0- 2- 2- 2],[0- 1363200- 1363200- 0- 0- 1363200- 1478400- 1766400],84.24564414293741,2413.381226666084,1.20221e+12,7.00756e-11 - -arrays of value as string : ['0', '2', '2', '0', '0', '2', '2', '2'] -resulted X configuration : [0, 2, 2, 0, 0, 2, 2, 2] ---- Reading the line : 303003-3-2,[3- 0- 3- 0- 0- 3- 3- 0- 0- 2- 0- 0- 0],[1804800- 0- 1804800- 0- 0- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 0- 3- 0- 0- 3- 3- 2],[1804800- 0- 1804800- 0- 0- 1804800- 2208000- 1766400],98.20267158259082,2772.990502612604,1.28847e+12,7.62165e-11 - -arrays of value as string : ['3', '0', '3', '0', '0', '3', '3', '2'] -resulted X configuration : [3, 0, 3, 0, 0, 3, 3, 2] ---- Reading the line : 200022-3-0,[2- 0- 0- 0- 2- 2- 3- 0- 0- 0- 0- 0- 0],[1363200- 0- 0- 0- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 0- 0- 0- 2- 2- 3- 0],[1363200- 0- 0- 0- 1363200- 1363200- 2208000- 0],64.33302442947047,1886.0316032631672,7.97938e+11,8.06241e-11 - -arrays of value as string : ['2', '0', '0', '0', '2', '2', '3', '0'] -resulted X configuration : [2, 0, 0, 0, 2, 2, 3, 0] ---- Reading the line : 000033-3-0,[0- 0- 0- 0- 3- 3- 3- 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- 3- 0],[0- 0- 0- 0- 1804800- 1804800- 2208000- 0],71.47714649086498,2083.992006292365,7.71103e+11,9.26947e-11 - -arrays of value as string : ['0', '0', '0', '0', '3', '3', '3', '0'] -resulted X configuration : [0, 0, 0, 0, 3, 3, 3, 0] ---- Reading the line : 011010-1-0,[0- 1- 1- 0- 1- 0- 1- 0- 0- 0- 0- 0- 0],[0- 576000- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0- 0],[0- 1- 1- 0- 1- 0- 1- 0],[0- 576000- 576000- 0- 576000- 0- 652800- 0],32.2031349988278,961.216457491102,2.9512e+11,1.09119e-10 - -arrays of value as string : ['0', '1', '1', '0', '1', '0', '1', '0'] -resulted X configuration : [0, 1, 1, 0, 1, 0, 1, 0] ---- Reading the line : 010110-3-1,[0- 1- 0- 1- 1- 0- 3- 0- 0- 1- 0- 0- 0],[0- 576000- 0- 576000- 576000- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 1- 0- 1- 1- 0- 3- 1],[0- 576000- 0- 576000- 576000- 0- 2208000- 806400],80.76101558643393,2338.020518126023,9.02422e+11,8.94936e-11 - -arrays of value as string : ['0', '1', '0', '1', '1', '0', '3', '1'] -resulted X configuration : [0, 1, 0, 1, 1, 0, 3, 1] ---- Reading the line : 110100-3-1,[1- 1- 0- 1- 0- 0- 3- 0- 0- 1- 0- 0- 0],[576000- 576000- 0- 576000- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[1- 1- 0- 1- 0- 0- 3- 1],[576000- 576000- 0- 576000- 0- 0- 2208000- 806400],79.1052141914054,2256.6922239881405,8.84107e+11,8.94747e-11 - -arrays of value as string : ['1', '1', '0', '1', '0', '0', '3', '1'] -resulted X configuration : [1, 1, 0, 1, 0, 0, 3, 1] ---- Reading the line : 000110-1-3,[0- 0- 0- 1- 1- 0- 1- 0- 0- 3- 0- 0- 0],[0- 0- 0- 576000- 576000- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 0- 1- 1- 0- 1- 3],[0- 0- 0- 576000- 576000- 0- 652800- 2400000],82.23395073993242,2357.5696150316758,8.4033e+11,9.78591e-11 - -arrays of value as string : ['0', '0', '0', '1', '1', '0', '1', '3'] -resulted X configuration : [0, 0, 0, 1, 1, 0, 1, 3] ---- Reading the line : 030030-2-3,[0- 3- 0- 0- 3- 0- 2- 0- 0- 3- 0- 0- 0],[0- 1804800- 0- 0- 1804800- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 3- 0- 0- 3- 0- 2- 3],[0- 1804800- 0- 0- 1804800- 0- 1478400- 2400000],94.60510559629566,2678.071403414792,1.05387e+12,8.97692e-11 - -arrays of value as string : ['0', '3', '0', '0', '3', '0', '2', '3'] -resulted X configuration : [0, 3, 0, 0, 3, 0, 2, 3] ---- Reading the line : 000101-3-3,[0- 0- 0- 1- 0- 1- 3- 0- 0- 3- 0- 0- 0],[0- 0- 0- 576000- 0- 576000- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 0- 1- 0- 1- 3- 3],[0- 0- 0- 576000- 0- 576000- 2208000- 2400000],84.92554005210637,2430.9330929289677,9.7063e+11,8.74953e-11 - -arrays of value as string : ['0', '0', '0', '1', '0', '1', '3', '3'] -resulted X configuration : [0, 0, 0, 1, 0, 1, 3, 3] ---- Reading the line : 303030-1-0,[3- 0- 3- 0- 3- 0- 1- 0- 0- 0- 0- 0- 0],[1804800- 0- 1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 0- 0],[3- 0- 3- 0- 3- 0- 1- 0],[1804800- 0- 1804800- 0- 1804800- 0- 652800- 0],32.63422888509215,976.2255498630059,2.965e+11,1.10065e-10 - -arrays of value as string : ['3', '0', '3', '0', '3', '0', '1', '0'] -resulted X configuration : [3, 0, 3, 0, 3, 0, 1, 0] ---- Reading the line : 200022-2-0,[2- 0- 0- 0- 2- 2- 2- 0- 0- 0- 0- 0- 0],[1363200- 0- 0- 0- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 0- 0- 0- 2- 2- 2- 0],[1363200- 0- 0- 0- 1363200- 1363200- 1478400- 0],51.68580509594272,1532.1952588349995,7.00909e+11,7.37411e-11 - -arrays of value as string : ['2', '0', '0', '0', '2', '2', '2', '0'] -resulted X configuration : [2, 0, 0, 0, 2, 2, 2, 0] ---- Reading the line : 020202-3-1,[0- 2- 0- 2- 0- 2- 3- 0- 0- 1- 0- 0- 0],[0- 1363200- 0- 1363200- 0- 1363200- 0- 0- 0- 806400- 0- 0- 0],[0- 2- 0- 2- 0- 2- 3- 1],[0- 1363200- 0- 1363200- 0- 1363200- 2208000- 806400],86.85177912102822,2475.0257791313034,1.04881e+12,8.28098e-11 - -arrays of value as string : ['0', '2', '0', '2', '0', '2', '3', '1'] -resulted X configuration : [0, 2, 0, 2, 0, 2, 3, 1] ---- Reading the line : 300333-1-1,[3- 0- 0- 3- 3- 3- 1- 0- 0- 1- 0- 0- 0],[1804800- 0- 0- 1804800- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[3- 0- 0- 3- 3- 3- 1- 1],[1804800- 0- 0- 1804800- 1804800- 1804800- 652800- 806400],66.23083096744834,1924.2323685709912,9.27108e+11,7.14381e-11 - -arrays of value as string : ['3', '0', '0', '3', '3', '3', '1', '1'] -resulted X configuration : [3, 0, 0, 3, 3, 3, 1, 1] ---- Reading the line : 011110-3-0,[0- 1- 1- 1- 1- 0- 3- 0- 0- 0- 0- 0- 0],[0- 576000- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0- 0],[0- 1- 1- 1- 1- 0- 3- 0],[0- 576000- 576000- 576000- 576000- 0- 2208000- 0],62.503704973565384,1827.0592895533744,7.09725e+11,8.80675e-11 - -arrays of value as string : ['0', '1', '1', '1', '1', '0', '3', '0'] -resulted X configuration : [0, 1, 1, 1, 1, 0, 3, 0] ---- Reading the line : 110101-3-2,[1- 1- 0- 1- 0- 1- 3- 0- 0- 2- 0- 0- 0],[576000- 576000- 0- 576000- 0- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 1- 0- 1- 0- 1- 3- 2],[576000- 576000- 0- 576000- 0- 576000- 2208000- 1766400],90.81820424511663,2584.4378267678603,1.16546e+12,7.79248e-11 - -arrays of value as string : ['1', '1', '0', '1', '0', '1', '3', '2'] -resulted X configuration : [1, 1, 0, 1, 0, 1, 3, 2] ---- Reading the line : 333300-0-0,[3- 3- 3- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 3- 0- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0],27.16271152711171,827.9539168635279,1.63609e+11,1.66022e-10 - -arrays of value as string : ['3', '3', '3', '3', '0', '0', '0', '0'] -resulted X configuration : [3, 3, 3, 3, 0, 0, 0, 0] ---- Reading the line : 033333-1-1,[0- 3- 3- 3- 3- 3- 1- 0- 0- 1- 0- 0- 0],[0- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[0- 3- 3- 3- 3- 3- 1- 1],[0- 1804800- 1804800- 1804800- 1804800- 1804800- 652800- 806400],73.5927703416869,2133.59888573309,1.07105e+12,6.87109e-11 - -arrays of value as string : ['0', '3', '3', '3', '3', '3', '1', '1'] -resulted X configuration : [0, 3, 3, 3, 3, 3, 1, 1] ---- Reading the line : 330033-1-0,[3- 3- 0- 0- 3- 3- 1- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 0- 0- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 3- 0- 0- 3- 3- 1- 0],[1804800- 1804800- 0- 0- 1804800- 1804800- 652800- 0],57.30726673193205,1678.7103935208145,7.03744e+11,8.1432e-11 - -arrays of value as string : ['3', '3', '0', '0', '3', '3', '1', '0'] -resulted X configuration : [3, 3, 0, 0, 3, 3, 1, 0] ---- Reading the line : 111001-2-2,[1- 1- 1- 0- 0- 1- 2- 0- 0- 2- 0- 0- 0],[576000- 576000- 576000- 0- 0- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 1- 1- 0- 0- 1- 2- 2],[576000- 576000- 576000- 0- 0- 576000- 1478400- 1766400],74.43468514123016,2166.3111905452356,1.07998e+12,6.89223e-11 - -arrays of value as string : ['1', '1', '1', '0', '0', '1', '2', '2'] -resulted X configuration : [1, 1, 1, 0, 0, 1, 2, 2] ---- Reading the line : 110011-1-0,[1- 1- 0- 0- 1- 1- 1- 0- 0- 0- 0- 0- 0],[576000- 576000- 0- 0- 576000- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 1- 0- 0- 1- 1- 1- 0],[576000- 576000- 0- 0- 576000- 576000- 652800- 0],32.50055771142106,973.26411729368,3.41277e+11,9.52322e-11 - -arrays of value as string : ['1', '1', '0', '0', '1', '1', '1', '0'] -resulted X configuration : [1, 1, 0, 0, 1, 1, 1, 0] ---- Reading the line : 001100-2-1,[0- 0- 1- 1- 0- 0- 2- 0- 0- 1- 0- 0- 0],[0- 0- 576000- 576000- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 1- 1- 0- 0- 2- 1],[0- 0- 576000- 576000- 0- 0- 1478400- 806400],54.69829866642393,1611.040985826898,7.08818e+11,7.71683e-11 - -arrays of value as string : ['0', '0', '1', '1', '0', '0', '2', '1'] -resulted X configuration : [0, 0, 1, 1, 0, 0, 2, 1] ---- Reading the line : 002000-1-2,[0- 0- 2- 0- 0- 0- 1- 0- 0- 2- 0- 0- 0],[0- 0- 1363200- 0- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 0- 2- 0- 0- 0- 1- 2],[0- 0- 1363200- 0- 0- 0- 652800- 1766400],60.10358672094168,1758.161313961997,6.96316e+11,8.63165e-11 - -arrays of value as string : ['0', '0', '2', '0', '0', '0', '1', '2'] -resulted X configuration : [0, 0, 2, 0, 0, 0, 1, 2] ---- Reading the line : 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.293032334403396,705.7959851539943,3.72852e+10,6.24726e-10 - -arrays of value as string : ['0', '0', '0', '0', '2', '0', '0', '0'] -resulted X configuration : [0, 0, 0, 0, 2, 0, 0, 0] ---- Reading the line : 200000-1-1,[2- 0- 0- 0- 0- 0- 1- 0- 0- 1- 0- 0- 0],[1363200- 0- 0- 0- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[2- 0- 0- 0- 0- 0- 1- 1],[1363200- 0- 0- 0- 0- 0- 652800- 806400],36.69828841271669,1095.8174125732228,4.21872e+11,8.69892e-11 - -arrays of value as string : ['2', '0', '0', '0', '0', '0', '1', '1'] -resulted X configuration : [2, 0, 0, 0, 0, 0, 1, 1] ---- Reading the line : 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],26.637324456023038,806.4178927358697,1.20836e+11,2.20442e-10 - -arrays of value as string : ['0', '1', '0', '1', '1', '0', '0', '0'] -resulted X configuration : [0, 1, 0, 1, 1, 0, 0, 0] ---- Reading the line : 330030-1-0,[3- 3- 0- 0- 3- 0- 1- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 0- 0- 1804800- 0- 0- 0- 0- 0- 0- 0- 0],[3- 3- 0- 0- 3- 0- 1- 0],[1804800- 1804800- 0- 0- 1804800- 0- 652800- 0],31.599363093106078,937.4766501247435,2.95936e+11,1.06778e-10 - -arrays of value as string : ['3', '3', '0', '0', '3', '0', '1', '0'] -resulted X configuration : [3, 3, 0, 0, 3, 0, 1, 0] ---- Reading the line : 000100-1-2,[0- 0- 0- 1- 0- 0- 1- 0- 0- 2- 0- 0- 0],[0- 0- 0- 576000- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 0- 0- 1- 0- 0- 1- 2],[0- 0- 0- 576000- 0- 0- 652800- 1766400],58.86831616692965,1729.7934655063225,6.92714e+11,8.49821e-11 - -arrays of value as string : ['0', '0', '0', '1', '0', '0', '1', '2'] -resulted X configuration : [0, 0, 0, 1, 0, 0, 1, 2] ---- Reading the line : 333030-1-0,[3- 3- 3- 0- 3- 0- 1- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 0- 3- 0- 1- 0],[1804800- 1804800- 1804800- 0- 1804800- 0- 652800- 0],32.42481487173756,977.4891573561773,3.40981e+11,9.50927e-11 - -arrays of value as string : ['3', '3', '3', '0', '3', '0', '1', '0'] -resulted X configuration : [3, 3, 3, 0, 3, 0, 1, 0] ---- Reading the line : 100000-1-3,[1- 0- 0- 0- 0- 0- 1- 0- 0- 3- 0- 0- 0],[576000- 0- 0- 0- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[1- 0- 0- 0- 0- 0- 1- 3],[576000- 0- 0- 0- 0- 0- 652800- 2400000],95.16428595362142,2693.4627146128737,8.54081e+11,1.11423e-10 - -arrays of value as string : ['1', '0', '0', '0', '0', '0', '1', '3'] -resulted X configuration : [1, 0, 0, 0, 0, 0, 1, 3] ---- Reading the line : 333303-1-0,[3- 3- 3- 3- 0- 3- 1- 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- 1- 0],[1804800- 1804800- 1804800- 1804800- 0- 1804800- 652800- 0],63.92627083840361,1872.2691270253774,8.38691e+11,7.62215e-11 - -arrays of value as string : ['3', '3', '3', '3', '0', '3', '1', '0'] -resulted X configuration : [3, 3, 3, 3, 0, 3, 1, 0] ---- Reading the line : 222020-3-3,[2- 2- 2- 0- 2- 0- 3- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 0- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 0- 2- 0- 3- 3],[1363200- 1363200- 1363200- 0- 1363200- 0- 2208000- 2400000],88.94366448063793,2549.040678228674,1.04429e+12,8.51714e-11 - -arrays of value as string : ['2', '2', '2', '0', '2', '0', '3', '3'] -resulted X configuration : [2, 2, 2, 0, 2, 0, 3, 3] ---- Reading the line : 300330-3-1,[3- 0- 0- 3- 3- 0- 3- 0- 0- 1- 0- 0- 0],[1804800- 0- 0- 1804800- 1804800- 0- 0- 0- 0- 806400- 0- 0- 0],[3- 0- 0- 3- 3- 0- 3- 1],[1804800- 0- 0- 1804800- 1804800- 0- 2208000- 806400],75.6591750317513,2193.5363678637127,8.57944e+11,8.81866e-11 - -arrays of value as string : ['3', '0', '0', '3', '3', '0', '3', '1'] -resulted X configuration : [3, 0, 0, 3, 3, 0, 3, 1] ---- Reading the line : 000101-1-3,[0- 0- 0- 1- 0- 1- 1- 0- 0- 3- 0- 0- 0],[0- 0- 0- 576000- 0- 576000- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 0- 1- 0- 1- 1- 3],[0- 0- 0- 576000- 0- 576000- 652800- 2400000],81.43161250837427,2348.1923878910743,8.4042e+11,9.68939e-11 - -arrays of value as string : ['0', '0', '0', '1', '0', '1', '1', '3'] -resulted X configuration : [0, 0, 0, 1, 0, 1, 1, 3] ---- Reading the line : 100000-2-3,[1- 0- 0- 0- 0- 0- 2- 0- 0- 3- 0- 0- 0],[576000- 0- 0- 0- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[1- 0- 0- 0- 0- 0- 2- 3],[576000- 0- 0- 0- 0- 0- 1478400- 2400000],92.18793002834745,2625.717014744554,1.00907e+12,9.13593e-11 - -arrays of value as string : ['1', '0', '0', '0', '0', '0', '2', '3'] -resulted X configuration : [1, 0, 0, 0, 0, 0, 2, 3] ---- Reading the line : 003330-1-2,[0- 0- 3- 3- 3- 0- 1- 0- 0- 2- 0- 0- 0],[0- 0- 1804800- 1804800- 1804800- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 0- 3- 3- 3- 0- 1- 2],[0- 0- 1804800- 1804800- 1804800- 0- 652800- 1766400],63.61881222038466,1853.2962329584195,7.91649e+11,8.03624e-11 - -arrays of value as string : ['0', '0', '3', '3', '3', '0', '1', '2'] -resulted X configuration : [0, 0, 3, 3, 3, 0, 1, 2] ---- Reading the line : 200022-2-2,[2- 0- 0- 0- 2- 2- 2- 0- 0- 2- 0- 0- 0],[1363200- 0- 0- 0- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 0- 0- 0- 2- 2- 2- 2],[1363200- 0- 0- 0- 1363200- 1363200- 1478400- 1766400],82.86729991234954,2380.8819161938873,1.20016e+12,6.90469e-11 - -arrays of value as string : ['2', '0', '0', '0', '2', '2', '2', '2'] -resulted X configuration : [2, 0, 0, 0, 2, 2, 2, 2] ---- Reading the line : 000022-2-0,[0- 0- 0- 0- 2- 2- 2- 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- 2- 0],[0- 0- 0- 0- 1363200- 1363200- 1478400- 0],47.481808105014466,1411.1487310361492,5.95075e+11,7.97913e-11 - -arrays of value as string : ['0', '0', '0', '0', '2', '2', '2', '0'] -resulted X configuration : [0, 0, 0, 0, 2, 2, 2, 0] ---- Reading the line : 033003-2-3,[0- 3- 3- 0- 0- 3- 2- 0- 0- 3- 0- 0- 0],[0- 1804800- 1804800- 0- 0- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[0- 3- 3- 0- 0- 3- 2- 3],[0- 1804800- 1804800- 0- 0- 1804800- 1478400- 2400000],107.84098219667032,3018.3648683728165,1.30406e+12,8.26963e-11 - -arrays of value as string : ['0', '3', '3', '0', '0', '3', '2', '3'] -resulted X configuration : [0, 3, 3, 0, 0, 3, 2, 3] - --- Converting [1, 0, 1, 1, 1, 1, 1, 0] in base Y array notation - --- Result = [0, 1, 0, 1, 1, 1, 1, 1, 0] - --- Converting array [0, 1, 0, 1, 1, 1, 1, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 23, 1] - --- Converting [0, 1, 1, 0, 0, 1, 0, 3] in base Y array notation - --- Result = [0, 0, 1, 1, 0, 0, 1, 0, 3] - --- Converting array [0, 0, 1, 1, 0, 0, 1, 0, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 0, 0] from base 2 to decimal - --- result 12 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 12, 0] - --- Converting [1, 1, 0, 1, 1, 1, 0, 1] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 1, 1, 0, 1] - --- Converting array [0, 1, 1, 0, 1, 1, 1, 0, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 27, 0] - --- Converting [1, 0, 1, 1, 1, 0, 1, 0] in base Y array notation - --- Result = [0, 1, 0, 1, 1, 1, 0, 1, 0] - --- Converting array [0, 1, 0, 1, 1, 1, 0, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 23, 1] - --- Converting [1, 1, 1, 1, 0, 1, 0, 0] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 0, 1, 0, 0] - --- Converting array [0, 1, 1, 1, 1, 0, 1, 0, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 30, 0] - --- Converting [1, 1, 1, 1, 1, 0, 1, 2] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 0, 1, 2] - --- Converting array [0, 1, 1, 1, 1, 1, 0, 1, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 31, 1] - --- Converting [3, 0, 3, 3, 0, 3, 0, 1] in base Y array notation - --- Result = [2, 1, 0, 1, 1, 0, 1, 0, 1] - --- Converting array [2, 1, 0, 1, 1, 0, 1, 0, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 1, 0] from base 2 to decimal - --- result 22 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 22, 0] - --- Converting [2, 2, 2, 2, 2, 2, 3, 3] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 3, 3] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 3, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 31, 3] - --- Converting [3, 3, 3, 3, 3, 3, 3, 2] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 3, 2] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 3, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 31, 3] - --- Converting [2, 0, 2, 2, 2, 2, 3, 3] in base Y array notation - --- Result = [1, 1, 0, 1, 1, 1, 1, 3, 3] - --- Converting array [1, 1, 0, 1, 1, 1, 1, 3, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 23, 3] - --- Converting [1, 0, 1, 1, 0, 1, 2, 2] in base Y array notation - --- Result = [0, 1, 0, 1, 1, 0, 1, 2, 2] - --- Converting array [0, 1, 0, 1, 1, 0, 1, 2, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 1, 0] from base 2 to decimal - --- result 22 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 22, 2] - --- Converting [0, 0, 3, 3, 3, 0, 3, 2] in base Y array notation - --- Result = [2, 0, 0, 1, 1, 1, 0, 3, 2] - --- Converting array [2, 0, 0, 1, 1, 1, 0, 3, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 7, 3] - --- Converting [2, 2, 0, 2, 0, 2, 3, 2] in base Y array notation - --- Result = [1, 1, 1, 0, 1, 0, 1, 3, 2] - --- Converting array [1, 1, 1, 0, 1, 0, 1, 3, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 26, 3] - --- Converting [2, 0, 2, 2, 2, 0, 2, 3] in base Y array notation - --- Result = [1, 1, 0, 1, 1, 1, 0, 2, 3] - --- Converting array [1, 1, 0, 1, 1, 1, 0, 2, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 23, 2] - --- Converting [3, 3, 3, 0, 3, 0, 0, 2] in base Y array notation - --- Result = [2, 1, 1, 1, 0, 1, 0, 0, 2] - --- Converting array [2, 1, 1, 1, 0, 1, 0, 0, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 29, 0] - --- Converting [3, 0, 3, 3, 3, 0, 3, 0] in base Y array notation - --- Result = [2, 1, 0, 1, 1, 1, 0, 3, 0] - --- Converting array [2, 1, 0, 1, 1, 1, 0, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 23, 3] - --- Converting [2, 0, 2, 2, 2, 2, 0, 3] in base Y array notation - --- Result = [1, 1, 0, 1, 1, 1, 1, 0, 3] - --- Converting array [1, 1, 0, 1, 1, 1, 1, 0, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 23, 0] - --- Converting [0, 3, 0, 3, 3, 3, 2, 3] in base Y array notation - --- Result = [2, 0, 1, 0, 1, 1, 1, 2, 3] - --- Converting array [2, 0, 1, 0, 1, 1, 1, 2, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0, 1, 1] from base 2 to decimal - --- result 11 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 11, 2] - --- Converting [0, 2, 2, 2, 0, 2, 2, 0] in base Y array notation - --- Result = [1, 0, 1, 1, 1, 0, 1, 2, 0] - --- Converting array [1, 0, 1, 1, 1, 0, 1, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 1, 0] from base 2 to decimal - --- result 14 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 14, 2] - --- Converting [1, 1, 1, 0, 1, 0, 2, 0] in base Y array notation - --- Result = [0, 1, 1, 1, 0, 1, 0, 2, 0] - --- Converting array [0, 1, 1, 1, 0, 1, 0, 2, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 29, 2] - --- Converting [3, 3, 3, 3, 3, 3, 1, 2] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 1, 2] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 1, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 31, 1] - --- Converting [1, 1, 1, 1, 1, 1, 2, 1] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 1, 2, 1] - --- Converting array [0, 1, 1, 1, 1, 1, 1, 2, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 31, 2] - --- Converting [2, 2, 2, 2, 2, 0, 0, 3] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 0, 0, 3] - --- Converting array [1, 1, 1, 1, 1, 1, 0, 0, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 31, 0] - --- Converting [0, 0, 0, 3, 0, 0, 0, 0] in base Y array notation - --- Result = [2, 0, 0, 0, 1, 0, 0, 0, 0] - --- Converting array [2, 0, 0, 0, 1, 0, 0, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 0, 1, 0] from base 2 to decimal - --- result 2 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 2, 0] - --- Converting [2, 2, 2, 2, 2, 2, 3, 2] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 3, 2] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 3, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 31, 3] - --- Converting [3, 3, 3, 3, 0, 0, 3, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 0, 0, 3, 0] - --- Converting array [2, 1, 1, 1, 1, 0, 0, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 30, 3] - --- Converting [1, 1, 0, 0, 1, 1, 3, 2] in base Y array notation - --- Result = [0, 1, 1, 0, 0, 1, 1, 3, 2] - --- Converting array [0, 1, 1, 0, 0, 1, 1, 3, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 25, 3] - --- Converting [1, 1, 1, 0, 1, 1, 2, 1] in base Y array notation - --- Result = [0, 1, 1, 1, 0, 1, 1, 2, 1] - --- Converting array [0, 1, 1, 1, 0, 1, 1, 2, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 29, 2] - --- Converting [2, 0, 2, 2, 0, 2, 2, 3] in base Y array notation - --- Result = [1, 1, 0, 1, 1, 0, 1, 2, 3] - --- Converting array [1, 1, 0, 1, 1, 0, 1, 2, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 1, 0] from base 2 to decimal - --- result 22 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 22, 2] - --- Converting [3, 3, 3, 3, 0, 3, 1, 2] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 0, 1, 1, 2] - --- Converting array [2, 1, 1, 1, 1, 0, 1, 1, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 30, 1] - --- Converting [2, 0, 2, 2, 2, 2, 2, 3] in base Y array notation - --- Result = [1, 1, 0, 1, 1, 1, 1, 2, 3] - --- Converting array [1, 1, 0, 1, 1, 1, 1, 2, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 23, 2] - --- Converting [3, 0, 0, 0, 3, 3, 3, 2] in base Y array notation - --- Result = [2, 1, 0, 0, 0, 1, 1, 3, 2] - --- Converting array [2, 1, 0, 0, 0, 1, 1, 3, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 0, 1] from base 2 to decimal - --- result 17 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 17, 3] - --- Converting [3, 3, 0, 3, 3, 3, 2, 2] in base Y array notation - --- Result = [2, 1, 1, 0, 1, 1, 1, 2, 2] - --- Converting array [2, 1, 1, 0, 1, 1, 1, 2, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 27, 2] - --- Converting [2, 2, 0, 2, 2, 2, 0, 1] in base Y array notation - --- Result = [1, 1, 1, 0, 1, 1, 1, 0, 1] - --- Converting array [1, 1, 1, 0, 1, 1, 1, 0, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 27, 0] - --- Converting [0, 3, 3, 3, 3, 3, 0, 3] in base Y array notation - --- Result = [2, 0, 1, 1, 1, 1, 1, 0, 3] - --- Converting array [2, 0, 1, 1, 1, 1, 1, 0, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 15, 0] - --- Converting [1, 1, 0, 1, 1, 0, 0, 3] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 1, 0, 0, 3] - --- Converting array [0, 1, 1, 0, 1, 1, 0, 0, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 27, 0] - --- Converting [1, 1, 0, 0, 0, 1, 0, 2] in base Y array notation - --- Result = [0, 1, 1, 0, 0, 0, 1, 0, 2] - --- Converting array [0, 1, 1, 0, 0, 0, 1, 0, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 0, 0] from base 2 to decimal - --- result 24 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 24, 0] - --- Converting [2, 2, 2, 0, 2, 2, 2, 3] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 1, 1, 2, 3] - --- Converting array [1, 1, 1, 1, 0, 1, 1, 2, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 29, 2] - --- Converting [1, 1, 1, 1, 0, 1, 1, 1] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 0, 1, 1, 1] - --- Converting array [0, 1, 1, 1, 1, 0, 1, 1, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 30, 1] - --- Converting [0, 2, 2, 0, 2, 2, 1, 3] in base Y array notation - --- Result = [1, 0, 1, 1, 0, 1, 1, 1, 3] - --- Converting array [1, 0, 1, 1, 0, 1, 1, 1, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 13, 1] - --- Converting [0, 0, 0, 0, 1, 1, 1, 1] in base Y array notation - --- Result = [0, 0, 0, 0, 0, 1, 1, 1, 1] - --- Converting array [0, 0, 0, 0, 0, 1, 1, 1, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 0, 1] from base 2 to decimal - --- result 1 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 1, 1] - --- Converting [1, 1, 1, 0, 1, 1, 3, 0] in base Y array notation - --- Result = [0, 1, 1, 1, 0, 1, 1, 3, 0] - --- Converting array [0, 1, 1, 1, 0, 1, 1, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 29, 3] - --- Converting [2, 2, 0, 0, 2, 0, 1, 2] in base Y array notation - --- Result = [1, 1, 1, 0, 0, 1, 0, 1, 2] - --- Converting array [1, 1, 1, 0, 0, 1, 0, 1, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 25, 1] - --- Converting [3, 3, 3, 0, 3, 3, 0, 2] in base Y array notation - --- Result = [2, 1, 1, 1, 0, 1, 1, 0, 2] - --- Converting array [2, 1, 1, 1, 0, 1, 1, 0, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 29, 0] - --- Converting [2, 2, 2, 2, 2, 0, 3, 3] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 0, 3, 3] - --- Converting array [1, 1, 1, 1, 1, 1, 0, 3, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 31, 3] - --- Converting [0, 3, 0, 3, 0, 0, 2, 0] in base Y array notation - --- Result = [2, 0, 1, 0, 1, 0, 0, 2, 0] - --- Converting array [2, 0, 1, 0, 1, 0, 0, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0, 1, 0] from base 2 to decimal - --- result 10 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 10, 2] - --- Converting [2, 2, 0, 2, 2, 0, 3, 2] in base Y array notation - --- Result = [1, 1, 1, 0, 1, 1, 0, 3, 2] - --- Converting array [1, 1, 1, 0, 1, 1, 0, 3, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 27, 3] - --- Converting [1, 0, 1, 1, 1, 0, 2, 3] in base Y array notation - --- Result = [0, 1, 0, 1, 1, 1, 0, 2, 3] - --- Converting array [0, 1, 0, 1, 1, 1, 0, 2, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 23, 2] - --- Converting [1, 1, 1, 0, 1, 1, 2, 3] in base Y array notation - --- Result = [0, 1, 1, 1, 0, 1, 1, 2, 3] - --- Converting array [0, 1, 1, 1, 0, 1, 1, 2, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 29, 2] - --- Converting [3, 0, 3, 3, 0, 0, 0, 1] in base Y array notation - --- Result = [2, 1, 0, 1, 1, 0, 0, 0, 1] - --- Converting array [2, 1, 0, 1, 1, 0, 0, 0, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 1, 0] from base 2 to decimal - --- result 22 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 22, 0] - --- Converting [2, 2, 2, 2, 2, 0, 2, 1] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 0, 2, 1] - --- Converting array [1, 1, 1, 1, 1, 1, 0, 2, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 31, 2] - --- Converting [2, 0, 0, 2, 2, 2, 2, 3] in base Y array notation - --- Result = [1, 1, 0, 0, 1, 1, 1, 2, 3] - --- Converting array [1, 1, 0, 0, 1, 1, 1, 2, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0, 1, 1] from base 2 to decimal - --- result 19 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 19, 2] - --- Converting [2, 2, 0, 2, 2, 2, 2, 0] in base Y array notation - --- Result = [1, 1, 1, 0, 1, 1, 1, 2, 0] - --- Converting array [1, 1, 1, 0, 1, 1, 1, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 27, 2] - --- Converting [3, 3, 3, 3, 3, 3, 3, 3] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 3, 3] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 3, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 31, 3] - --- Converting [1, 1, 0, 1, 0, 1, 1, 0] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 0, 1, 1, 0] - --- Converting array [0, 1, 1, 0, 1, 0, 1, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 26, 1] - --- Converting [0, 1, 1, 0, 1, 0, 1, 3] in base Y array notation - --- Result = [0, 0, 1, 1, 0, 1, 0, 1, 3] - --- Converting array [0, 0, 1, 1, 0, 1, 0, 1, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 13, 1] - --- Converting [3, 0, 3, 3, 3, 0, 1, 2] in base Y array notation - --- Result = [2, 1, 0, 1, 1, 1, 0, 1, 2] - --- Converting array [2, 1, 0, 1, 1, 1, 0, 1, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 23, 1] - --- Converting [0, 3, 3, 0, 3, 3, 2, 0] in base Y array notation - --- Result = [2, 0, 1, 1, 0, 1, 1, 2, 0] - --- Converting array [2, 0, 1, 1, 0, 1, 1, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 13, 2] - --- Converting [3, 3, 3, 3, 0, 0, 0, 1] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 0, 0, 0, 1] - --- Converting array [2, 1, 1, 1, 1, 0, 0, 0, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 30, 0] - --- Converting [1, 1, 1, 1, 1, 1, 3, 1] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 1, 3, 1] - --- Converting array [0, 1, 1, 1, 1, 1, 1, 3, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 31, 3] - --- Converting [1, 1, 0, 1, 0, 1, 0, 0] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 0, 1, 0, 0] - --- Converting array [0, 1, 1, 0, 1, 0, 1, 0, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 26, 0] - --- Converting [0, 0, 3, 3, 3, 3, 1, 2] in base Y array notation - --- Result = [2, 0, 0, 1, 1, 1, 1, 1, 2] - --- Converting array [2, 0, 0, 1, 1, 1, 1, 1, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 7, 1] - --- Converting [3, 3, 3, 3, 3, 3, 2, 1] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 2, 1] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 2, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 31, 2] - --- Converting [3, 3, 3, 3, 0, 0, 1, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 0, 0, 1, 0] - --- Converting array [2, 1, 1, 1, 1, 0, 0, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 30, 1] - --- Converting [2, 2, 0, 0, 2, 0, 0, 1] in base Y array notation - --- Result = [1, 1, 1, 0, 0, 1, 0, 0, 1] - --- Converting array [1, 1, 1, 0, 0, 1, 0, 0, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 25, 0] - --- Converting [1, 1, 1, 1, 1, 1, 1, 2] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 1, 1, 2] - --- Converting array [0, 1, 1, 1, 1, 1, 1, 1, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 31, 1] - --- Converting [1, 0, 1, 1, 0, 1, 0, 2] in base Y array notation - --- Result = [0, 1, 0, 1, 1, 0, 1, 0, 2] - --- Converting array [0, 1, 0, 1, 1, 0, 1, 0, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 1, 0] from base 2 to decimal - --- result 22 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 22, 0] - --- Converting [3, 3, 0, 3, 3, 0, 2, 3] in base Y array notation - --- Result = [2, 1, 1, 0, 1, 1, 0, 2, 3] - --- Converting array [2, 1, 1, 0, 1, 1, 0, 2, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 27, 2] - --- Converting [3, 3, 3, 3, 3, 3, 3, 1] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 3, 1] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 3, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 31, 3] - --- Converting [2, 2, 0, 2, 2, 0, 0, 0] in base Y array notation - --- Result = [1, 1, 1, 0, 1, 1, 0, 0, 0] - --- Converting array [1, 1, 1, 0, 1, 1, 0, 0, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 27, 0] - --- Converting [1, 1, 0, 0, 1, 1, 0, 0] in base Y array notation - --- Result = [0, 1, 1, 0, 0, 1, 1, 0, 0] - --- Converting array [0, 1, 1, 0, 0, 1, 1, 0, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 25, 0] - --- Converting [0, 1, 1, 1, 1, 1, 3, 2] in base Y array notation - --- Result = [0, 0, 1, 1, 1, 1, 1, 3, 2] - --- Converting array [0, 0, 1, 1, 1, 1, 1, 3, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 15, 3] - --- Converting [3, 0, 3, 3, 3, 3, 3, 1] in base Y array notation - --- Result = [2, 1, 0, 1, 1, 1, 1, 3, 1] - --- Converting array [2, 1, 0, 1, 1, 1, 1, 3, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 23, 3] - --- Converting [1, 0, 1, 1, 1, 1, 3, 0] in base Y array notation - --- Result = [0, 1, 0, 1, 1, 1, 1, 3, 0] - --- Converting array [0, 1, 0, 1, 1, 1, 1, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 23, 3] - --- Converting [2, 2, 2, 2, 2, 2, 2, 3] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 2, 3] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 2, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 31, 2] - --- Converting [0, 2, 2, 2, 2, 2, 0, 3] in base Y array notation - --- Result = [1, 0, 1, 1, 1, 1, 1, 0, 3] - --- Converting array [1, 0, 1, 1, 1, 1, 1, 0, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 15, 0] - --- Converting [3, 0, 3, 0, 3, 3, 3, 3] in base Y array notation - --- Result = [2, 1, 0, 1, 0, 1, 1, 3, 3] - --- Converting array [2, 1, 0, 1, 0, 1, 1, 3, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 0, 1] from base 2 to decimal - --- result 21 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 21, 3] - --- Converting [3, 3, 3, 0, 3, 3, 0, 2] in base Y array notation - --- Result = [2, 1, 1, 1, 0, 1, 1, 0, 2] - --- Converting array [2, 1, 1, 1, 0, 1, 1, 0, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 29, 0] - --- Converting [0, 2, 2, 2, 2, 2, 0, 0] in base Y array notation - --- Result = [1, 0, 1, 1, 1, 1, 1, 0, 0] - --- Converting array [1, 0, 1, 1, 1, 1, 1, 0, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 15, 0] - --- Converting [1, 0, 0, 1, 0, 1, 1, 3] in base Y array notation - --- Result = [0, 1, 0, 0, 1, 0, 1, 1, 3] - --- Converting array [0, 1, 0, 0, 1, 0, 1, 1, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 1, 0] from base 2 to decimal - --- result 18 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 18, 1] - --- Converting [1, 1, 0, 1, 1, 1, 1, 2] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 1, 1, 1, 2] - --- Converting array [0, 1, 1, 0, 1, 1, 1, 1, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 27, 1] - --- Converting [2, 2, 2, 2, 2, 2, 1, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 1, 0] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 1, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 31, 1] - --- Converting [1, 0, 1, 1, 1, 1, 3, 3] in base Y array notation - --- Result = [0, 1, 0, 1, 1, 1, 1, 3, 3] - --- Converting array [0, 1, 0, 1, 1, 1, 1, 3, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 23, 3] - --- Converting [1, 1, 1, 1, 1, 1, 3, 3] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 1, 3, 3] - --- Converting array [0, 1, 1, 1, 1, 1, 1, 3, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 31, 3] - --- Converting [0, 0, 3, 3, 3, 3, 3, 1] in base Y array notation - --- Result = [2, 0, 0, 1, 1, 1, 1, 3, 1] - --- Converting array [2, 0, 0, 1, 1, 1, 1, 3, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 7, 3] - --- Converting [0, 1, 1, 1, 1, 1, 1, 2] in base Y array notation - --- Result = [0, 0, 1, 1, 1, 1, 1, 1, 2] - --- Converting array [0, 0, 1, 1, 1, 1, 1, 1, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 15, 1] - --- Converting [2, 0, 2, 0, 2, 2, 1, 2] in base Y array notation - --- Result = [1, 1, 0, 1, 0, 1, 1, 1, 2] - --- Converting array [1, 1, 0, 1, 0, 1, 1, 1, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 0, 1] from base 2 to decimal - --- result 21 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 21, 1] - --- Converting [3, 3, 0, 0, 3, 0, 2, 2] in base Y array notation - --- Result = [2, 1, 1, 0, 0, 1, 0, 2, 2] - --- Converting array [2, 1, 1, 0, 0, 1, 0, 2, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 25, 2] - --- Converting [3, 3, 3, 3, 3, 0, 3, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 0, 3, 0] - --- Converting array [2, 1, 1, 1, 1, 1, 0, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 31, 3] - --- Converting [1, 1, 1, 1, 1, 0, 1, 0] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 0, 1, 0] - --- Converting array [0, 1, 1, 1, 1, 1, 0, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 31, 1] - --- Converting [1, 1, 0, 1, 1, 1, 0, 0] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 1, 1, 0, 0] - --- Converting array [0, 1, 1, 0, 1, 1, 1, 0, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 27, 0] - --- Converting [2, 0, 2, 2, 2, 2, 0, 2] in base Y array notation - --- Result = [1, 1, 0, 1, 1, 1, 1, 0, 2] - --- Converting array [1, 1, 0, 1, 1, 1, 1, 0, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 23, 0] - --- Converting [3, 3, 3, 3, 3, 3, 1, 1] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 1, 1] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 1, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 31, 1] - --- Converting [1, 1, 1, 0, 1, 0, 3, 1] in base Y array notation - --- Result = [0, 1, 1, 1, 0, 1, 0, 3, 1] - --- Converting array [0, 1, 1, 1, 0, 1, 0, 3, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 29, 3] - --- Converting [1, 1, 1, 0, 1, 1, 1, 3] in base Y array notation - --- Result = [0, 1, 1, 1, 0, 1, 1, 1, 3] - --- Converting array [0, 1, 1, 1, 0, 1, 1, 1, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 29, 1] - --- Converting [3, 0, 3, 3, 3, 3, 0, 3] in base Y array notation - --- Result = [2, 1, 0, 1, 1, 1, 1, 0, 3] - --- Converting array [2, 1, 0, 1, 1, 1, 1, 0, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 23, 0] - --- Converting [0, 3, 3, 0, 3, 3, 1, 1] in base Y array notation - --- Result = [2, 0, 1, 1, 0, 1, 1, 1, 1] - --- Converting array [2, 0, 1, 1, 0, 1, 1, 1, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 13, 1] - --- Converting [1, 1, 1, 1, 1, 1, 3, 1] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 1, 3, 1] - --- Converting array [0, 1, 1, 1, 1, 1, 1, 3, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 31, 3] - --- Converting [2, 2, 2, 2, 2, 2, 2, 3] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 2, 3] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 2, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 31, 2] - --- Converting [3, 3, 3, 3, 3, 3, 1, 3] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 1, 3] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 1, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 31, 1] - --- Converting [0, 1, 1, 0, 1, 0, 2, 1] in base Y array notation - --- Result = [0, 0, 1, 1, 0, 1, 0, 2, 1] - --- Converting array [0, 0, 1, 1, 0, 1, 0, 2, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 13, 2] - --- Converting [3, 3, 3, 3, 3, 3, 3, 3] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 3, 3] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 3, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 31, 3] - --- Converting [3, 3, 0, 0, 3, 0, 0, 1] in base Y array notation - --- Result = [2, 1, 1, 0, 0, 1, 0, 0, 1] - --- Converting array [2, 1, 1, 0, 0, 1, 0, 0, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 25, 0] - --- Converting [1, 1, 1, 1, 1, 1, 2, 3] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 1, 2, 3] - --- Converting array [0, 1, 1, 1, 1, 1, 1, 2, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 31, 2] - --- Converting [1, 1, 1, 1, 1, 1, 2, 2] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 1, 2, 2] - --- Converting array [0, 1, 1, 1, 1, 1, 1, 2, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 31, 2] - --- Converting [0, 3, 3, 3, 3, 3, 0, 2] in base Y array notation - --- Result = [2, 0, 1, 1, 1, 1, 1, 0, 2] - --- Converting array [2, 0, 1, 1, 1, 1, 1, 0, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 15, 0] - --- Converting [0, 1, 1, 1, 1, 0, 1, 1] in base Y array notation - --- Result = [0, 0, 1, 1, 1, 1, 0, 1, 1] - --- Converting array [0, 0, 1, 1, 1, 1, 0, 1, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 15, 1] - --- Converting [3, 3, 3, 0, 3, 3, 0, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 0, 1, 1, 0, 0] - --- Converting array [2, 1, 1, 1, 0, 1, 1, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 29, 0] - --- Converting [0, 0, 2, 2, 0, 0, 2, 2] in base Y array notation - --- Result = [1, 0, 0, 1, 1, 0, 0, 2, 2] - --- Converting array [1, 0, 0, 1, 1, 0, 0, 2, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 6, 2] - --- Converting [0, 1, 1, 1, 1, 0, 3, 1] in base Y array notation - --- Result = [0, 0, 1, 1, 1, 1, 0, 3, 1] - --- Converting array [0, 0, 1, 1, 1, 1, 0, 3, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 15, 3] - --- Converting [2, 0, 0, 2, 0, 2, 3, 0] in base Y array notation - --- Result = [1, 1, 0, 0, 1, 0, 1, 3, 0] - --- Converting array [1, 1, 0, 0, 1, 0, 1, 3, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0, 1, 0] from base 2 to decimal - --- result 18 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 18, 3] - --- Converting [1, 1, 1, 1, 1, 1, 0, 2] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 1, 0, 2] - --- Converting array [0, 1, 1, 1, 1, 1, 1, 0, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 31, 0] - --- Converting [3, 3, 0, 0, 3, 3, 3, 0] in base Y array notation - --- Result = [2, 1, 1, 0, 0, 1, 1, 3, 0] - --- Converting array [2, 1, 1, 0, 0, 1, 1, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 25, 3] - --- Converting [2, 2, 2, 2, 0, 2, 2, 1] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 0, 1, 2, 1] - --- Converting array [1, 1, 1, 1, 1, 0, 1, 2, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 30, 2] - --- Converting [0, 3, 0, 0, 3, 3, 0, 1] in base Y array notation - --- Result = [2, 0, 1, 0, 0, 1, 1, 0, 1] - --- Converting array [2, 0, 1, 0, 0, 1, 1, 0, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0, 0, 1] from base 2 to decimal - --- result 9 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 9, 0] - --- Converting [0, 2, 2, 2, 2, 2, 2, 0] in base Y array notation - --- Result = [1, 0, 1, 1, 1, 1, 1, 2, 0] - --- Converting array [1, 0, 1, 1, 1, 1, 1, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 15, 2] - --- Converting [2, 0, 2, 2, 2, 2, 3, 1] in base Y array notation - --- Result = [1, 1, 0, 1, 1, 1, 1, 3, 1] - --- Converting array [1, 1, 0, 1, 1, 1, 1, 3, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 23, 3] - --- Converting [3, 3, 3, 3, 3, 3, 2, 2] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 2, 2] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 2, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 31, 2] - --- Converting [1, 1, 1, 1, 1, 1, 2, 1] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 1, 2, 1] - --- Converting array [0, 1, 1, 1, 1, 1, 1, 2, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 31, 2] - --- Converting [1, 0, 1, 1, 1, 1, 2, 1] in base Y array notation - --- Result = [0, 1, 0, 1, 1, 1, 1, 2, 1] - --- Converting array [0, 1, 0, 1, 1, 1, 1, 2, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 23, 2] - --- Converting [1, 0, 0, 1, 1, 0, 0, 2] in base Y array notation - --- Result = [0, 1, 0, 0, 1, 1, 0, 0, 2] - --- Converting array [0, 1, 0, 0, 1, 1, 0, 0, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 1, 1] from base 2 to decimal - --- result 19 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 19, 0] - --- Converting [3, 3, 3, 3, 0, 0, 1, 2] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 0, 0, 1, 2] - --- Converting array [2, 1, 1, 1, 1, 0, 0, 1, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 30, 1] - --- Converting [0, 0, 0, 3, 0, 0, 2, 3] in base Y array notation - --- Result = [2, 0, 0, 0, 1, 0, 0, 2, 3] - --- Converting array [2, 0, 0, 0, 1, 0, 0, 2, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 0, 1, 0] from base 2 to decimal - --- result 2 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 2, 2] - --- Converting [0, 1, 0, 1, 1, 0, 0, 2] in base Y array notation - --- Result = [0, 0, 1, 0, 1, 1, 0, 0, 2] - --- Converting array [0, 0, 1, 0, 1, 1, 0, 0, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0, 1, 1] from base 2 to decimal - --- result 11 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 11, 0] - --- Converting [2, 2, 2, 2, 2, 0, 1, 2] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 0, 1, 2] - --- Converting array [1, 1, 1, 1, 1, 1, 0, 1, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 31, 1] - --- Converting [2, 2, 2, 2, 2, 2, 0, 1] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 0, 1] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 0, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 31, 0] - --- Converting [3, 3, 0, 3, 3, 3, 0, 1] in base Y array notation - --- Result = [2, 1, 1, 0, 1, 1, 1, 0, 1] - --- Converting array [2, 1, 1, 0, 1, 1, 1, 0, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 27, 0] - --- Converting [0, 3, 3, 0, 3, 0, 0, 3] in base Y array notation - --- Result = [2, 0, 1, 1, 0, 1, 0, 0, 3] - --- Converting array [2, 0, 1, 1, 0, 1, 0, 0, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 13, 0] - --- Converting [0, 3, 3, 3, 3, 0, 0, 0] in base Y array notation - --- Result = [2, 0, 1, 1, 1, 1, 0, 0, 0] - --- Converting array [2, 0, 1, 1, 1, 1, 0, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 15, 0] - --- Converting [3, 0, 3, 0, 3, 3, 2, 2] in base Y array notation - --- Result = [2, 1, 0, 1, 0, 1, 1, 2, 2] - --- Converting array [2, 1, 0, 1, 0, 1, 1, 2, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 0, 1] from base 2 to decimal - --- result 21 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 21, 2] - --- Converting [2, 0, 2, 2, 2, 2, 2, 1] in base Y array notation - --- Result = [1, 1, 0, 1, 1, 1, 1, 2, 1] - --- Converting array [1, 1, 0, 1, 1, 1, 1, 2, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 23, 2] - --- Converting [1, 1, 1, 1, 1, 1, 1, 2] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 1, 1, 2] - --- Converting array [0, 1, 1, 1, 1, 1, 1, 1, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 31, 1] - --- Converting [2, 0, 2, 0, 2, 2, 3, 3] in base Y array notation - --- Result = [1, 1, 0, 1, 0, 1, 1, 3, 3] - --- Converting array [1, 1, 0, 1, 0, 1, 1, 3, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 0, 1] from base 2 to decimal - --- result 21 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 21, 3] - --- Converting [3, 0, 3, 3, 0, 0, 3, 3] in base Y array notation - --- Result = [2, 1, 0, 1, 1, 0, 0, 3, 3] - --- Converting array [2, 1, 0, 1, 1, 0, 0, 3, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 1, 0] from base 2 to decimal - --- result 22 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 22, 3] - --- Converting [3, 3, 0, 3, 3, 3, 3, 0] in base Y array notation - --- Result = [2, 1, 1, 0, 1, 1, 1, 3, 0] - --- Converting array [2, 1, 1, 0, 1, 1, 1, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 27, 3] - --- Converting [3, 3, 3, 0, 3, 3, 2, 1] in base Y array notation - --- Result = [2, 1, 1, 1, 0, 1, 1, 2, 1] - --- Converting array [2, 1, 1, 1, 0, 1, 1, 2, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 29, 2] - --- Converting [2, 2, 2, 0, 2, 0, 1, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 1, 0, 1, 0] - --- Converting array [1, 1, 1, 1, 0, 1, 0, 1, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 29, 1] - --- Converting [3, 0, 3, 3, 3, 3, 0, 3] in base Y array notation - --- Result = [2, 1, 0, 1, 1, 1, 1, 0, 3] - --- Converting array [2, 1, 0, 1, 1, 1, 1, 0, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 23, 0] - --- Converting [2, 2, 2, 2, 0, 2, 3, 1] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 0, 1, 3, 1] - --- Converting array [1, 1, 1, 1, 1, 0, 1, 3, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 30, 3] - --- Converting [1, 1, 1, 1, 1, 1, 2, 3] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 1, 2, 3] - --- Converting array [0, 1, 1, 1, 1, 1, 1, 2, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 31, 2] - --- Converting [1, 1, 1, 1, 1, 1, 1, 3] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 1, 1, 3] - --- Converting array [0, 1, 1, 1, 1, 1, 1, 1, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 31, 1] - --- Converting [1, 1, 1, 1, 1, 0, 1, 0] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 0, 1, 0] - --- Converting array [0, 1, 1, 1, 1, 1, 0, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 31, 1] - --- Converting [2, 2, 2, 0, 2, 2, 0, 3] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 1, 1, 0, 3] - --- Converting array [1, 1, 1, 1, 0, 1, 1, 0, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 29, 0] - --- Converting [2, 2, 0, 0, 2, 0, 0, 3] in base Y array notation - --- Result = [1, 1, 1, 0, 0, 1, 0, 0, 3] - --- Converting array [1, 1, 1, 0, 0, 1, 0, 0, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 25, 0] - --- Converting [0, 3, 3, 3, 3, 0, 3, 2] in base Y array notation - --- Result = [2, 0, 1, 1, 1, 1, 0, 3, 2] - --- Converting array [2, 0, 1, 1, 1, 1, 0, 3, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 15, 3] - --- Converting [1, 1, 1, 1, 1, 1, 2, 0] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 1, 2, 0] - --- Converting array [0, 1, 1, 1, 1, 1, 1, 2, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 31, 2] - --- Converting [1, 1, 1, 1, 0, 1, 1, 1] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 0, 1, 1, 1] - --- Converting array [0, 1, 1, 1, 1, 0, 1, 1, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 30, 1] - --- Converting [1, 1, 1, 1, 1, 1, 2, 3] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 1, 2, 3] - --- Converting array [0, 1, 1, 1, 1, 1, 1, 2, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 31, 2] - --- Converting [3, 3, 3, 3, 0, 0, 1, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 0, 0, 1, 0] - --- Converting array [2, 1, 1, 1, 1, 0, 0, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 30, 1] - --- Converting [1, 1, 1, 0, 1, 1, 0, 0] in base Y array notation - --- Result = [0, 1, 1, 1, 0, 1, 1, 0, 0] - --- Converting array [0, 1, 1, 1, 0, 1, 1, 0, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 29, 0] - --- Converting [2, 2, 0, 2, 0, 2, 1, 1] in base Y array notation - --- Result = [1, 1, 1, 0, 1, 0, 1, 1, 1] - --- Converting array [1, 1, 1, 0, 1, 0, 1, 1, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 26, 1] - --- Converting [0, 3, 3, 0, 3, 3, 3, 2] in base Y array notation - --- Result = [2, 0, 1, 1, 0, 1, 1, 3, 2] - --- Converting array [2, 0, 1, 1, 0, 1, 1, 3, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 13, 3] - --- Converting [0, 2, 2, 2, 0, 2, 0, 0] in base Y array notation - --- Result = [1, 0, 1, 1, 1, 0, 1, 0, 0] - --- Converting array [1, 0, 1, 1, 1, 0, 1, 0, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 1, 0] from base 2 to decimal - --- result 14 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 14, 0] - --- Converting [0, 3, 3, 0, 3, 3, 1, 0] in base Y array notation - --- Result = [2, 0, 1, 1, 0, 1, 1, 1, 0] - --- Converting array [2, 0, 1, 1, 0, 1, 1, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 13, 1] - --- Converting [0, 0, 3, 3, 3, 3, 2, 3] in base Y array notation - --- Result = [2, 0, 0, 1, 1, 1, 1, 2, 3] - --- Converting array [2, 0, 0, 1, 1, 1, 1, 2, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 7, 2] - --- Converting [2, 2, 2, 0, 2, 2, 1, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 1, 1, 1, 0] - --- Converting array [1, 1, 1, 1, 0, 1, 1, 1, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 29, 1] - --- Converting [0, 3, 3, 3, 3, 3, 1, 2] in base Y array notation - --- Result = [2, 0, 1, 1, 1, 1, 1, 1, 2] - --- Converting array [2, 0, 1, 1, 1, 1, 1, 1, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 15, 1] - --- Converting [1, 0, 0, 0, 0, 0, 0, 2] in base Y array notation - --- Result = [0, 1, 0, 0, 0, 0, 0, 0, 2] - --- Converting array [0, 1, 0, 0, 0, 0, 0, 0, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 16, 0] - --- Converting [2, 2, 2, 2, 2, 2, 2, 3] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 2, 3] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 2, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 31, 2] - --- Converting [2, 0, 2, 2, 2, 2, 0, 2] in base Y array notation - --- Result = [1, 1, 0, 1, 1, 1, 1, 0, 2] - --- Converting array [1, 1, 0, 1, 1, 1, 1, 0, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 23, 0] - --- Converting [3, 3, 3, 3, 0, 3, 2, 1] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 0, 1, 2, 1] - --- Converting array [2, 1, 1, 1, 1, 0, 1, 2, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 30, 2] - --- Converting [3, 0, 3, 3, 3, 3, 2, 0] in base Y array notation - --- Result = [2, 1, 0, 1, 1, 1, 1, 2, 0] - --- Converting array [2, 1, 0, 1, 1, 1, 1, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 23, 2] - --- Converting [2, 2, 0, 2, 2, 0, 1, 2] in base Y array notation - --- Result = [1, 1, 1, 0, 1, 1, 0, 1, 2] - --- Converting array [1, 1, 1, 0, 1, 1, 0, 1, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 27, 1] - --- Converting [2, 2, 2, 2, 2, 0, 2, 3] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 0, 2, 3] - --- Converting array [1, 1, 1, 1, 1, 1, 0, 2, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 31, 2] - --- Converting [1, 1, 1, 0, 1, 1, 3, 3] in base Y array notation - --- Result = [0, 1, 1, 1, 0, 1, 1, 3, 3] - --- Converting array [0, 1, 1, 1, 0, 1, 1, 3, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 29, 3] - --- Converting [2, 2, 0, 2, 0, 2, 1, 2] in base Y array notation - --- Result = [1, 1, 1, 0, 1, 0, 1, 1, 2] - --- Converting array [1, 1, 1, 0, 1, 0, 1, 1, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 26, 1] - --- Converting [2, 2, 2, 2, 2, 0, 0, 1] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 0, 0, 1] - --- Converting array [1, 1, 1, 1, 1, 1, 0, 0, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 31, 0] - --- Converting [1, 1, 1, 1, 1, 1, 1, 0] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 1, 1, 0] - --- Converting array [0, 1, 1, 1, 1, 1, 1, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 31, 1] - --- Converting [0, 3, 3, 3, 0, 0, 2, 1] in base Y array notation - --- Result = [2, 0, 1, 1, 1, 0, 0, 2, 1] - --- Converting array [2, 0, 1, 1, 1, 0, 0, 2, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 1, 0] from base 2 to decimal - --- result 14 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 14, 2] - --- Converting [2, 2, 2, 2, 2, 2, 0, 2] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 0, 2] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 0, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 31, 0] - --- Converting [3, 3, 0, 3, 3, 3, 0, 0] in base Y array notation - --- Result = [2, 1, 1, 0, 1, 1, 1, 0, 0] - --- Converting array [2, 1, 1, 0, 1, 1, 1, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 27, 0] - --- Converting [3, 3, 0, 3, 3, 0, 3, 0] in base Y array notation - --- Result = [2, 1, 1, 0, 1, 1, 0, 3, 0] - --- Converting array [2, 1, 1, 0, 1, 1, 0, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 27, 3] - --- Converting [1, 0, 1, 1, 1, 0, 1, 0] in base Y array notation - --- Result = [0, 1, 0, 1, 1, 1, 0, 1, 0] - --- Converting array [0, 1, 0, 1, 1, 1, 0, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 23, 1] - --- Converting [0, 0, 2, 2, 0, 2, 3, 1] in base Y array notation - --- Result = [1, 0, 0, 1, 1, 0, 1, 3, 1] - --- Converting array [1, 0, 0, 1, 1, 0, 1, 3, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 6, 3] - --- Converting [2, 2, 0, 0, 2, 2, 2, 1] in base Y array notation - --- Result = [1, 1, 1, 0, 0, 1, 1, 2, 1] - --- Converting array [1, 1, 1, 0, 0, 1, 1, 2, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 25, 2] - --- Converting [2, 0, 2, 2, 2, 0, 0, 2] in base Y array notation - --- Result = [1, 1, 0, 1, 1, 1, 0, 0, 2] - --- Converting array [1, 1, 0, 1, 1, 1, 0, 0, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 23, 0] - --- Converting [2, 2, 2, 2, 2, 0, 2, 3] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 0, 2, 3] - --- Converting array [1, 1, 1, 1, 1, 1, 0, 2, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 31, 2] - --- Converting [2, 2, 2, 0, 0, 2, 0, 2] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 0, 1, 0, 2] - --- Converting array [1, 1, 1, 1, 0, 0, 1, 0, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 0] from base 2 to decimal - --- result 28 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 28, 0] - --- Converting [0, 3, 0, 3, 3, 0, 3, 0] in base Y array notation - --- Result = [2, 0, 1, 0, 1, 1, 0, 3, 0] - --- Converting array [2, 0, 1, 0, 1, 1, 0, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0, 1, 1] from base 2 to decimal - --- result 11 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 11, 3] - --- Converting [2, 2, 2, 0, 2, 2, 3, 3] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 1, 1, 3, 3] - --- Converting array [1, 1, 1, 1, 0, 1, 1, 3, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 29, 3] - --- Converting [3, 3, 3, 3, 3, 3, 0, 1] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 0, 1] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 0, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 31, 0] - --- Converting [2, 0, 2, 2, 2, 2, 2, 2] in base Y array notation - --- Result = [1, 1, 0, 1, 1, 1, 1, 2, 2] - --- Converting array [1, 1, 0, 1, 1, 1, 1, 2, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 23, 2] - --- Converting [0, 3, 0, 3, 3, 0, 3, 3] in base Y array notation - --- Result = [2, 0, 1, 0, 1, 1, 0, 3, 3] - --- Converting array [2, 0, 1, 0, 1, 1, 0, 3, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0, 1, 1] from base 2 to decimal - --- result 11 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 11, 3] - --- Converting [2, 2, 2, 0, 2, 2, 0, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 1, 1, 0, 0] - --- Converting array [1, 1, 1, 1, 0, 1, 1, 0, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 29, 0] - --- Converting [2, 2, 2, 0, 0, 0, 1, 1] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 0, 0, 1, 1] - --- Converting array [1, 1, 1, 1, 0, 0, 0, 1, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 0] from base 2 to decimal - --- result 28 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 28, 1] - --- Converting [3, 3, 3, 3, 3, 3, 1, 3] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 1, 3] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 1, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 31, 1] - --- Converting [1, 0, 1, 0, 1, 1, 3, 1] in base Y array notation - --- Result = [0, 1, 0, 1, 0, 1, 1, 3, 1] - --- Converting array [0, 1, 0, 1, 0, 1, 1, 3, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 0, 1] from base 2 to decimal - --- result 21 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 21, 3] - --- Converting [0, 3, 3, 0, 3, 3, 2, 2] in base Y array notation - --- Result = [2, 0, 1, 1, 0, 1, 1, 2, 2] - --- Converting array [2, 0, 1, 1, 0, 1, 1, 2, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 13, 2] - --- Converting [3, 3, 0, 3, 0, 3, 3, 1] in base Y array notation - --- Result = [2, 1, 1, 0, 1, 0, 1, 3, 1] - --- Converting array [2, 1, 1, 0, 1, 0, 1, 3, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 26, 3] - --- Converting [3, 3, 3, 0, 3, 3, 0, 2] in base Y array notation - --- Result = [2, 1, 1, 1, 0, 1, 1, 0, 2] - --- Converting array [2, 1, 1, 1, 0, 1, 1, 0, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 29, 0] - --- Converting [0, 3, 0, 0, 3, 3, 2, 3] in base Y array notation - --- Result = [2, 0, 1, 0, 0, 1, 1, 2, 3] - --- Converting array [2, 0, 1, 0, 0, 1, 1, 2, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0, 0, 1] from base 2 to decimal - --- result 9 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 9, 2] - --- Converting [3, 3, 3, 3, 3, 3, 3, 3] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 3, 3] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 3, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 31, 3] - --- Converting [3, 3, 3, 3, 3, 3, 1, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 1, 0] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 31, 1] - --- Converting [1, 0, 1, 0, 1, 1, 3, 0] in base Y array notation - --- Result = [0, 1, 0, 1, 0, 1, 1, 3, 0] - --- Converting array [0, 1, 0, 1, 0, 1, 1, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 0, 1] from base 2 to decimal - --- result 21 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 21, 3] - --- Converting [3, 3, 3, 0, 3, 3, 1, 1] in base Y array notation - --- Result = [2, 1, 1, 1, 0, 1, 1, 1, 1] - --- Converting array [2, 1, 1, 1, 0, 1, 1, 1, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 29, 1] - --- Converting [2, 2, 2, 2, 0, 2, 1, 2] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 0, 1, 1, 2] - --- Converting array [1, 1, 1, 1, 1, 0, 1, 1, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 30, 1] - --- Converting [2, 2, 2, 0, 2, 0, 2, 1] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 1, 0, 2, 1] - --- Converting array [1, 1, 1, 1, 0, 1, 0, 2, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 29, 2] - --- Converting [0, 0, 1, 1, 0, 1, 2, 2] in base Y array notation - --- Result = [0, 0, 0, 1, 1, 0, 1, 2, 2] - --- Converting array [0, 0, 0, 1, 1, 0, 1, 2, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 6, 2] - --- Converting [1, 1, 1, 1, 1, 1, 2, 1] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 1, 2, 1] - --- Converting array [0, 1, 1, 1, 1, 1, 1, 2, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 31, 2] - --- Converting [2, 2, 2, 2, 2, 2, 1, 1] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 1, 1] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 1, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 31, 1] - --- Converting [1, 0, 1, 1, 1, 0, 0, 3] in base Y array notation - --- Result = [0, 1, 0, 1, 1, 1, 0, 0, 3] - --- Converting array [0, 1, 0, 1, 1, 1, 0, 0, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 23, 0] - --- Converting [3, 0, 0, 0, 3, 3, 2, 1] in base Y array notation - --- Result = [2, 1, 0, 0, 0, 1, 1, 2, 1] - --- Converting array [2, 1, 0, 0, 0, 1, 1, 2, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 0, 1] from base 2 to decimal - --- result 17 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 17, 2] - --- Converting [1, 1, 1, 1, 0, 1, 2, 3] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 0, 1, 2, 3] - --- Converting array [0, 1, 1, 1, 1, 0, 1, 2, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 30, 2] - --- Converting [3, 0, 3, 3, 3, 3, 3, 1] in base Y array notation - --- Result = [2, 1, 0, 1, 1, 1, 1, 3, 1] - --- Converting array [2, 1, 0, 1, 1, 1, 1, 3, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 23, 3] - --- Converting [1, 1, 0, 1, 1, 0, 3, 1] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 1, 0, 3, 1] - --- Converting array [0, 1, 1, 0, 1, 1, 0, 3, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 27, 3] - --- Converting [2, 2, 2, 2, 2, 0, 3, 1] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 0, 3, 1] - --- Converting array [1, 1, 1, 1, 1, 1, 0, 3, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 31, 3] - --- Converting [1, 1, 0, 1, 1, 0, 2, 0] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 1, 0, 2, 0] - --- Converting array [0, 1, 1, 0, 1, 1, 0, 2, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 27, 2] - --- Converting [0, 0, 0, 0, 2, 2, 2, 2] in base Y array notation - --- Result = [1, 0, 0, 0, 0, 1, 1, 2, 2] - --- Converting array [1, 0, 0, 0, 0, 1, 1, 2, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 0, 0, 1] from base 2 to decimal - --- result 1 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 1, 2] - --- Converting [1, 1, 1, 0, 1, 1, 1, 0] in base Y array notation - --- Result = [0, 1, 1, 1, 0, 1, 1, 1, 0] - --- Converting array [0, 1, 1, 1, 0, 1, 1, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 29, 1] - --- Converting [2, 2, 2, 2, 2, 0, 1, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 0, 1, 0] - --- Converting array [1, 1, 1, 1, 1, 1, 0, 1, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 31, 1] - --- Converting [0, 3, 3, 3, 3, 3, 1, 0] in base Y array notation - --- Result = [2, 0, 1, 1, 1, 1, 1, 1, 0] - --- Converting array [2, 0, 1, 1, 1, 1, 1, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 15, 1] - --- Converting [2, 0, 2, 2, 2, 2, 1, 0] in base Y array notation - --- Result = [1, 1, 0, 1, 1, 1, 1, 1, 0] - --- Converting array [1, 1, 0, 1, 1, 1, 1, 1, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 23, 1] - --- Converting [0, 1, 1, 1, 1, 1, 2, 1] in base Y array notation - --- Result = [0, 0, 1, 1, 1, 1, 1, 2, 1] - --- Converting array [0, 0, 1, 1, 1, 1, 1, 2, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 15, 2] - --- Converting [1, 1, 0, 1, 1, 1, 2, 0] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 1, 1, 2, 0] - --- Converting array [0, 1, 1, 0, 1, 1, 1, 2, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 27, 2] - --- Converting [3, 3, 3, 3, 3, 3, 3, 2] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 3, 2] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 3, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 31, 3] - --- Converting [3, 3, 3, 3, 3, 3, 0, 3] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 0, 3] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 0, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 31, 0] - --- Converting [1, 1, 0, 1, 0, 0, 1, 3] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 0, 0, 1, 3] - --- Converting array [0, 1, 1, 0, 1, 0, 0, 1, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 26, 1] - --- Converting [1, 1, 0, 1, 1, 1, 2, 0] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 1, 1, 2, 0] - --- Converting array [0, 1, 1, 0, 1, 1, 1, 2, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 27, 2] - --- Converting [0, 1, 1, 0, 1, 1, 1, 0] in base Y array notation - --- Result = [0, 0, 1, 1, 0, 1, 1, 1, 0] - --- Converting array [0, 0, 1, 1, 0, 1, 1, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 13, 1] - --- Converting [1, 0, 0, 1, 1, 1, 3, 1] in base Y array notation - --- Result = [0, 1, 0, 0, 1, 1, 1, 3, 1] - --- Converting array [0, 1, 0, 0, 1, 1, 1, 3, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 1, 1] from base 2 to decimal - --- result 19 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 19, 3] - --- Converting [0, 1, 0, 1, 0, 0, 0, 0] in base Y array notation - --- Result = [0, 0, 1, 0, 1, 0, 0, 0, 0] - --- Converting array [0, 0, 1, 0, 1, 0, 0, 0, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0, 1, 0] from base 2 to decimal - --- result 10 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 10, 0] - --- Converting [2, 2, 2, 2, 0, 2, 3, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 0, 1, 3, 0] - --- Converting array [1, 1, 1, 1, 1, 0, 1, 3, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 30, 3] - --- Converting [2, 2, 2, 2, 2, 2, 3, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 3, 0] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 3, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 31, 3] - --- Converting [3, 3, 0, 0, 3, 3, 2, 1] in base Y array notation - --- Result = [2, 1, 1, 0, 0, 1, 1, 2, 1] - --- Converting array [2, 1, 1, 0, 0, 1, 1, 2, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 25, 2] - --- Converting [3, 0, 3, 3, 0, 0, 2, 2] in base Y array notation - --- Result = [2, 1, 0, 1, 1, 0, 0, 2, 2] - --- Converting array [2, 1, 0, 1, 1, 0, 0, 2, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 1, 0] from base 2 to decimal - --- result 22 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 22, 2] - --- Converting [2, 2, 2, 0, 2, 2, 2, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 1, 1, 2, 0] - --- Converting array [1, 1, 1, 1, 0, 1, 1, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 29, 2] - --- Converting [2, 2, 0, 2, 2, 2, 3, 2] in base Y array notation - --- Result = [1, 1, 1, 0, 1, 1, 1, 3, 2] - --- Converting array [1, 1, 1, 0, 1, 1, 1, 3, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 27, 3] - --- Converting [0, 0, 0, 1, 1, 1, 3, 0] in base Y array notation - --- Result = [0, 0, 0, 0, 1, 1, 1, 3, 0] - --- Converting array [0, 0, 0, 0, 1, 1, 1, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 3, 3] - --- Converting [1, 1, 1, 0, 0, 1, 2, 2] in base Y array notation - --- Result = [0, 1, 1, 1, 0, 0, 1, 2, 2] - --- Converting array [0, 1, 1, 1, 0, 0, 1, 2, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 0, 0] from base 2 to decimal - --- result 28 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 28, 2] - --- Converting [0, 2, 0, 2, 2, 0, 2, 1] in base Y array notation - --- Result = [1, 0, 1, 0, 1, 1, 0, 2, 1] - --- Converting array [1, 0, 1, 0, 1, 1, 0, 2, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 0, 1, 1] from base 2 to decimal - --- result 11 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 11, 2] - --- Converting [2, 2, 2, 2, 2, 2, 0, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 0, 0] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 0, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 31, 0] - --- Converting [3, 0, 0, 3, 3, 3, 3, 2] in base Y array notation - --- Result = [2, 1, 0, 0, 1, 1, 1, 3, 2] - --- Converting array [2, 1, 0, 0, 1, 1, 1, 3, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 1, 1] from base 2 to decimal - --- result 19 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 19, 3] - --- Converting [2, 2, 2, 2, 2, 2, 0, 3] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 0, 3] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 0, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 31, 0] - --- Converting [0, 0, 0, 2, 0, 0, 2, 1] in base Y array notation - --- Result = [1, 0, 0, 0, 1, 0, 0, 2, 1] - --- Converting array [1, 0, 0, 0, 1, 0, 0, 2, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 0, 1, 0] from base 2 to decimal - --- result 2 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 2, 2] - --- Converting [3, 3, 3, 3, 0, 0, 1, 1] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 0, 0, 1, 1] - --- Converting array [2, 1, 1, 1, 1, 0, 0, 1, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 30, 1] - --- Converting [3, 3, 0, 0, 3, 0, 0, 1] in base Y array notation - --- Result = [2, 1, 1, 0, 0, 1, 0, 0, 1] - --- Converting array [2, 1, 1, 0, 0, 1, 0, 0, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 25, 0] - --- Converting [3, 3, 3, 3, 3, 3, 2, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 2, 0] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 31, 2] - --- Converting [1, 1, 0, 0, 1, 0, 0, 3] in base Y array notation - --- Result = [0, 1, 1, 0, 0, 1, 0, 0, 3] - --- Converting array [0, 1, 1, 0, 0, 1, 0, 0, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 25, 0] - --- Converting [3, 3, 0, 0, 3, 0, 1, 2] in base Y array notation - --- Result = [2, 1, 1, 0, 0, 1, 0, 1, 2] - --- Converting array [2, 1, 1, 0, 0, 1, 0, 1, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 25, 1] - --- Converting [2, 2, 2, 2, 2, 2, 3, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 3, 0] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 3, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 31, 3] - --- Converting [2, 2, 2, 2, 2, 2, 3, 2] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 3, 2] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 3, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 31, 3] - --- Converting [2, 2, 0, 2, 0, 2, 0, 1] in base Y array notation - --- Result = [1, 1, 1, 0, 1, 0, 1, 0, 1] - --- Converting array [1, 1, 1, 0, 1, 0, 1, 0, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 26, 0] - --- Converting [3, 3, 3, 0, 3, 0, 3, 2] in base Y array notation - --- Result = [2, 1, 1, 1, 0, 1, 0, 3, 2] - --- Converting array [2, 1, 1, 1, 0, 1, 0, 3, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 29, 3] - --- Converting [1, 1, 1, 0, 1, 1, 1, 1] in base Y array notation - --- Result = [0, 1, 1, 1, 0, 1, 1, 1, 1] - --- Converting array [0, 1, 1, 1, 0, 1, 1, 1, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 29, 1] - --- Converting [2, 0, 2, 2, 2, 0, 3, 0] in base Y array notation - --- Result = [1, 1, 0, 1, 1, 1, 0, 3, 0] - --- Converting array [1, 1, 0, 1, 1, 1, 0, 3, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 23, 3] - --- Converting [2, 2, 0, 2, 2, 0, 1, 2] in base Y array notation - --- Result = [1, 1, 1, 0, 1, 1, 0, 1, 2] - --- Converting array [1, 1, 1, 0, 1, 1, 0, 1, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 27, 1] - --- Converting [1, 1, 0, 1, 1, 1, 1, 2] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 1, 1, 1, 2] - --- Converting array [0, 1, 1, 0, 1, 1, 1, 1, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 27, 1] - --- Converting [1, 1, 1, 1, 1, 1, 1, 3] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 1, 1, 3] - --- Converting array [0, 1, 1, 1, 1, 1, 1, 1, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 31, 1] - --- Converting [2, 2, 2, 0, 2, 0, 2, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 1, 0, 2, 0] - --- Converting array [1, 1, 1, 1, 0, 1, 0, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 29, 2] - --- Converting [3, 3, 3, 3, 0, 3, 0, 2] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 0, 1, 0, 2] - --- Converting array [2, 1, 1, 1, 1, 0, 1, 0, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 30, 0] - --- Converting [1, 0, 0, 0, 1, 0, 0, 1] in base Y array notation - --- Result = [0, 1, 0, 0, 0, 1, 0, 0, 1] - --- Converting array [0, 1, 0, 0, 0, 1, 0, 0, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 0, 1] from base 2 to decimal - --- result 17 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 17, 0] - --- Converting [2, 2, 2, 2, 2, 2, 3, 1] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 3, 1] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 3, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 31, 3] - --- Converting [2, 2, 2, 2, 0, 2, 1, 2] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 0, 1, 1, 2] - --- Converting array [1, 1, 1, 1, 1, 0, 1, 1, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 30, 1] - --- Converting [1, 0, 1, 1, 1, 1, 0, 3] in base Y array notation - --- Result = [0, 1, 0, 1, 1, 1, 1, 0, 3] - --- Converting array [0, 1, 0, 1, 1, 1, 1, 0, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 23, 0] - --- Converting [1, 1, 0, 0, 1, 1, 0, 2] in base Y array notation - --- Result = [0, 1, 1, 0, 0, 1, 1, 0, 2] - --- Converting array [0, 1, 1, 0, 0, 1, 1, 0, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 25, 0] - --- Converting [1, 0, 1, 0, 1, 1, 1, 2] in base Y array notation - --- Result = [0, 1, 0, 1, 0, 1, 1, 1, 2] - --- Converting array [0, 1, 0, 1, 0, 1, 1, 1, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 0, 1] from base 2 to decimal - --- result 21 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 21, 1] - --- Converting [0, 0, 1, 0, 1, 1, 2, 2] in base Y array notation - --- Result = [0, 0, 0, 1, 0, 1, 1, 2, 2] - --- Converting array [0, 0, 0, 1, 0, 1, 1, 2, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 5, 2] - --- Converting [0, 1, 1, 1, 1, 0, 2, 1] in base Y array notation - --- Result = [0, 0, 1, 1, 1, 1, 0, 2, 1] - --- Converting array [0, 0, 1, 1, 1, 1, 0, 2, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 15, 2] - --- Converting [3, 3, 3, 0, 3, 3, 2, 2] in base Y array notation - --- Result = [2, 1, 1, 1, 0, 1, 1, 2, 2] - --- Converting array [2, 1, 1, 1, 0, 1, 1, 2, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 29, 2] - --- Converting [3, 3, 0, 3, 0, 3, 0, 0] in base Y array notation - --- Result = [2, 1, 1, 0, 1, 0, 1, 0, 0] - --- Converting array [2, 1, 1, 0, 1, 0, 1, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 26, 0] - --- Converting [0, 3, 3, 0, 3, 0, 3, 2] in base Y array notation - --- Result = [2, 0, 1, 1, 0, 1, 0, 3, 2] - --- Converting array [2, 0, 1, 1, 0, 1, 0, 3, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 13, 3] - --- Converting [3, 3, 3, 3, 3, 0, 1, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 0, 1, 0] - --- Converting array [2, 1, 1, 1, 1, 1, 0, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 31, 1] - --- Converting [2, 2, 2, 2, 0, 2, 0, 1] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 0, 1, 0, 1] - --- Converting array [1, 1, 1, 1, 1, 0, 1, 0, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 30, 0] - --- Converting [1, 1, 0, 1, 1, 1, 3, 3] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 1, 1, 3, 3] - --- Converting array [0, 1, 1, 0, 1, 1, 1, 3, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 27, 3] - --- Converting [3, 3, 3, 3, 3, 0, 2, 3] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 0, 2, 3] - --- Converting array [2, 1, 1, 1, 1, 1, 0, 2, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 31, 2] - --- Converting [1, 1, 1, 1, 1, 1, 2, 0] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 1, 2, 0] - --- Converting array [0, 1, 1, 1, 1, 1, 1, 2, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 31, 2] - --- Converting [1, 0, 1, 0, 1, 0, 2, 3] in base Y array notation - --- Result = [0, 1, 0, 1, 0, 1, 0, 2, 3] - --- Converting array [0, 1, 0, 1, 0, 1, 0, 2, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 0, 1] from base 2 to decimal - --- result 21 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 21, 2] - --- Converting [3, 3, 3, 3, 3, 3, 2, 2] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 2, 2] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 2, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 31, 2] - --- Converting [2, 2, 2, 0, 0, 2, 2, 3] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 0, 1, 2, 3] - --- Converting array [1, 1, 1, 1, 0, 0, 1, 2, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 0] from base 2 to decimal - --- result 28 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 28, 2] - --- Converting [2, 2, 2, 0, 2, 2, 1, 3] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 1, 1, 1, 3] - --- Converting array [1, 1, 1, 1, 0, 1, 1, 1, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 29, 1] - --- Converting [0, 3, 3, 0, 3, 3, 1, 2] in base Y array notation - --- Result = [2, 0, 1, 1, 0, 1, 1, 1, 2] - --- Converting array [2, 0, 1, 1, 0, 1, 1, 1, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 13, 1] - --- Converting [0, 1, 0, 1, 1, 1, 3, 2] in base Y array notation - --- Result = [0, 0, 1, 0, 1, 1, 1, 3, 2] - --- Converting array [0, 0, 1, 0, 1, 1, 1, 3, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0, 1, 1] from base 2 to decimal - --- result 11 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 11, 3] - --- Converting [2, 2, 2, 2, 0, 2, 3, 2] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 0, 1, 3, 2] - --- Converting array [1, 1, 1, 1, 1, 0, 1, 3, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 30, 3] - --- Converting [3, 3, 0, 3, 3, 0, 0, 0] in base Y array notation - --- Result = [2, 1, 1, 0, 1, 1, 0, 0, 0] - --- Converting array [2, 1, 1, 0, 1, 1, 0, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 27, 0] - --- Converting [2, 2, 2, 2, 2, 2, 1, 2] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 1, 2] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 1, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 31, 1] - --- Converting [0, 2, 2, 2, 2, 2, 1, 1] in base Y array notation - --- Result = [1, 0, 1, 1, 1, 1, 1, 1, 1] - --- Converting array [1, 0, 1, 1, 1, 1, 1, 1, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 15, 1] - --- Converting [1, 0, 1, 0, 0, 1, 3, 0] in base Y array notation - --- Result = [0, 1, 0, 1, 0, 0, 1, 3, 0] - --- Converting array [0, 1, 0, 1, 0, 0, 1, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 0, 0] from base 2 to decimal - --- result 20 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 20, 3] - --- Converting [0, 3, 3, 3, 3, 3, 0, 0] in base Y array notation - --- Result = [2, 0, 1, 1, 1, 1, 1, 0, 0] - --- Converting array [2, 0, 1, 1, 1, 1, 1, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 15, 0] - --- Converting [0, 0, 0, 0, 0, 0, 0, 0] in base Y array notation - --- Result = [0, 0, 0, 0, 0, 0, 0, 0, 0] - --- Converting array [0, 0, 0, 0, 0, 0, 0, 0, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 0, 0] - --- Converting [1, 0, 0, 0, 0, 0, 0, 0] in base Y array notation - --- Result = [0, 1, 0, 0, 0, 0, 0, 0, 0] - --- Converting array [0, 1, 0, 0, 0, 0, 0, 0, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 16, 0] - --- Converting [2, 0, 0, 0, 0, 0, 0, 0] in base Y array notation - --- Result = [1, 1, 0, 0, 0, 0, 0, 0, 0] - --- Converting array [1, 1, 0, 0, 0, 0, 0, 0, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 16, 0] - --- Converting [3, 0, 0, 0, 0, 0, 0, 0] in base Y array notation - --- Result = [2, 1, 0, 0, 0, 0, 0, 0, 0] - --- Converting array [2, 1, 0, 0, 0, 0, 0, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 16, 0] - --- Converting [1, 1, 0, 0, 0, 0, 0, 0] in base Y array notation - --- Result = [0, 1, 1, 0, 0, 0, 0, 0, 0] - --- Converting array [0, 1, 1, 0, 0, 0, 0, 0, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 0, 0] from base 2 to decimal - --- result 24 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 24, 0] - --- Converting [2, 2, 0, 0, 0, 0, 0, 0] in base Y array notation - --- Result = [1, 1, 1, 0, 0, 0, 0, 0, 0] - --- Converting array [1, 1, 1, 0, 0, 0, 0, 0, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 0, 0] from base 2 to decimal - --- result 24 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 24, 0] - --- Converting [3, 3, 0, 0, 0, 0, 0, 0] in base Y array notation - --- Result = [2, 1, 1, 0, 0, 0, 0, 0, 0] - --- Converting array [2, 1, 1, 0, 0, 0, 0, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 0, 0] from base 2 to decimal - --- result 24 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 24, 0] - --- Converting [1, 1, 1, 0, 0, 0, 0, 0] in base Y array notation - --- Result = [0, 1, 1, 1, 0, 0, 0, 0, 0] - --- Converting array [0, 1, 1, 1, 0, 0, 0, 0, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 0, 0] from base 2 to decimal - --- result 28 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 28, 0] - --- Converting [2, 2, 2, 0, 0, 0, 0, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 0, 0, 0, 0] - --- Converting array [1, 1, 1, 1, 0, 0, 0, 0, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 0] from base 2 to decimal - --- result 28 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 28, 0] - --- Converting [3, 3, 3, 0, 0, 0, 0, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 0, 0, 0, 0, 0] - --- Converting array [2, 1, 1, 1, 0, 0, 0, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 0, 0] from base 2 to decimal - --- result 28 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 28, 0] - --- Converting [3, 0, 0, 0, 0, 0, 1, 0] in base Y array notation - --- Result = [2, 1, 0, 0, 0, 0, 0, 1, 0] - --- Converting array [2, 1, 0, 0, 0, 0, 0, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 16, 1] - --- Converting [3, 0, 0, 0, 0, 0, 2, 0] in base Y array notation - --- Result = [2, 1, 0, 0, 0, 0, 0, 2, 0] - --- Converting array [2, 1, 0, 0, 0, 0, 0, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 16, 2] - --- Converting [1, 0, 0, 0, 0, 0, 1, 0] in base Y array notation - --- Result = [0, 1, 0, 0, 0, 0, 0, 1, 0] - --- Converting array [0, 1, 0, 0, 0, 0, 0, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 16, 1] - --- Converting [2, 0, 0, 0, 0, 0, 2, 0] in base Y array notation - --- Result = [1, 1, 0, 0, 0, 0, 0, 2, 0] - --- Converting array [1, 1, 0, 0, 0, 0, 0, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 16, 2] - --- Converting [3, 0, 0, 0, 0, 0, 3, 0] in base Y array notation - --- Result = [2, 1, 0, 0, 0, 0, 0, 3, 0] - --- Converting array [2, 1, 0, 0, 0, 0, 0, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 16, 3] - --- Converting [0, 0, 0, 0, 0, 0, 1, 0] in base Y array notation - --- Result = [0, 0, 0, 0, 0, 0, 0, 1, 0] - --- Converting array [0, 0, 0, 0, 0, 0, 0, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 0, 1] - --- Converting [0, 0, 0, 0, 0, 0, 2, 0] in base Y array notation - --- Result = [0, 0, 0, 0, 0, 0, 0, 2, 0] - --- Converting array [0, 0, 0, 0, 0, 0, 0, 2, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 0, 2] - --- Converting [0, 0, 0, 0, 0, 0, 3, 0] in base Y array notation - --- Result = [0, 0, 0, 0, 0, 0, 0, 3, 0] - --- Converting array [0, 0, 0, 0, 0, 0, 0, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 0, 3] - --- Converting [0, 0, 0, 0, 0, 0, 0, 3] in base Y array notation - --- Result = [0, 0, 0, 0, 0, 0, 0, 0, 3] - --- Converting array [0, 0, 0, 0, 0, 0, 0, 0, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 0, 0] - --- Converting [0, 0, 0, 0, 0, 0, 1, 1] in base Y array notation - --- Result = [0, 0, 0, 0, 0, 0, 0, 1, 1] - --- Converting array [0, 0, 0, 0, 0, 0, 0, 1, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 0, 1] - --- Converting [0, 0, 0, 0, 0, 0, 2, 2] in base Y array notation - --- Result = [0, 0, 0, 0, 0, 0, 0, 2, 2] - --- Converting array [0, 0, 0, 0, 0, 0, 0, 2, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 0, 2] - --- Converting [0, 0, 0, 0, 0, 0, 3, 1] in base Y array notation - --- Result = [0, 0, 0, 0, 0, 0, 0, 3, 1] - --- Converting array [0, 0, 0, 0, 0, 0, 0, 3, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 0, 3] - --- Converting [0, 0, 0, 0, 0, 0, 3, 2] in base Y array notation - --- Result = [0, 0, 0, 0, 0, 0, 0, 3, 2] - --- Converting array [0, 0, 0, 0, 0, 0, 0, 3, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 0, 3] - --- Converting [0, 0, 0, 0, 0, 0, 3, 3] in base Y array notation - --- Result = [0, 0, 0, 0, 0, 0, 0, 3, 3] - --- Converting array [0, 0, 0, 0, 0, 0, 0, 3, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 0, 3] - --- Converting [0, 0, 0, 0, 0, 0, 0, 0] in base Y array notation - --- Result = [0, 0, 0, 0, 0, 0, 0, 0, 0] - --- Converting array [0, 0, 0, 0, 0, 0, 0, 0, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 0, 0] - --- Converting [3, 0, 0, 0, 0, 0, 0, 0] in base Y array notation - --- Result = [2, 1, 0, 0, 0, 0, 0, 0, 0] - --- Converting array [2, 1, 0, 0, 0, 0, 0, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 16, 0] - --- Converting [3, 3, 0, 0, 0, 0, 0, 0] in base Y array notation - --- Result = [2, 1, 1, 0, 0, 0, 0, 0, 0] - --- Converting array [2, 1, 1, 0, 0, 0, 0, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 0, 0] from base 2 to decimal - --- result 24 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 24, 0] - --- Converting [3, 3, 3, 0, 0, 0, 0, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 0, 0, 0, 0, 0] - --- Converting array [2, 1, 1, 1, 0, 0, 0, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 0, 0] from base 2 to decimal - --- result 28 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 28, 0] - --- Converting [3, 3, 3, 3, 0, 0, 0, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 0, 0, 0, 0] - --- Converting array [2, 1, 1, 1, 1, 0, 0, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 30, 0] - --- Converting [3, 3, 3, 3, 3, 0, 0, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 0, 0, 0] - --- Converting array [2, 1, 1, 1, 1, 1, 0, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 31, 0] - --- Converting [3, 3, 3, 3, 3, 3, 0, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 0, 0] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 31, 0] - --- Converting [3, 3, 3, 3, 3, 3, 3, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 3, 0] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 31, 3] - --- Converting [3, 3, 3, 3, 3, 3, 3, 3] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 3, 3] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 3, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 31, 3] - --- Converting [0, 0, 0, 0, 0, 0, 3, 0] in base Y array notation - --- Result = [0, 0, 0, 0, 0, 0, 0, 3, 0] - --- Converting array [0, 0, 0, 0, 0, 0, 0, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 0, 3] - --- Converting [0, 0, 0, 0, 0, 0, 3, 0] in base Y array notation - --- Result = [0, 0, 0, 0, 0, 0, 0, 3, 0] - --- Converting array [0, 0, 0, 0, 0, 0, 0, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 0, 3] - --- Converting [0, 0, 0, 0, 0, 0, 3, 3] in base Y array notation - --- Result = [0, 0, 0, 0, 0, 0, 0, 3, 3] - --- Converting array [0, 0, 0, 0, 0, 0, 0, 3, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 0, 3] - --- Converting [3, 0, 0, 0, 0, 0, 3, 0] in base Y array notation - --- Result = [2, 1, 0, 0, 0, 0, 0, 3, 0] - --- Converting array [2, 1, 0, 0, 0, 0, 0, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 16, 3] - --- Converting [3, 3, 0, 0, 0, 0, 3, 0] in base Y array notation - --- Result = [2, 1, 1, 0, 0, 0, 0, 3, 0] - --- Converting array [2, 1, 1, 0, 0, 0, 0, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 0, 0] from base 2 to decimal - --- result 24 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 24, 3] - --- Converting [3, 3, 3, 0, 0, 0, 3, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 0, 0, 0, 3, 0] - --- Converting array [2, 1, 1, 1, 0, 0, 0, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 0, 0] from base 2 to decimal - --- result 28 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 28, 3] - --- Converting [3, 0, 0, 0, 0, 0, 3, 3] in base Y array notation - --- Result = [2, 1, 0, 0, 0, 0, 0, 3, 3] - --- Converting array [2, 1, 0, 0, 0, 0, 0, 3, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 16, 3] - --- Converting [3, 3, 0, 3, 0, 3, 1, 1] in base Y array notation - --- Result = [2, 1, 1, 0, 1, 0, 1, 1, 1] - --- Converting array [2, 1, 1, 0, 1, 0, 1, 1, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 26, 1] - --- Converting [3, 3, 3, 3, 3, 3, 3, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 3, 0] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 31, 3] - --- Converting [0, 2, 2, 2, 0, 2, 2, 2] in base Y array notation - --- Result = [1, 0, 1, 1, 1, 0, 1, 2, 2] - --- Converting array [1, 0, 1, 1, 1, 0, 1, 2, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 1, 0] from base 2 to decimal - --- result 14 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 14, 2] - --- Converting [1, 0, 0, 1, 1, 1, 1, 0] in base Y array notation - --- Result = [0, 1, 0, 0, 1, 1, 1, 1, 0] - --- Converting array [0, 1, 0, 0, 1, 1, 1, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 1, 1] from base 2 to decimal - --- result 19 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 19, 1] - --- Converting [3, 0, 3, 0, 3, 3, 3, 1] in base Y array notation - --- Result = [2, 1, 0, 1, 0, 1, 1, 3, 1] - --- Converting array [2, 1, 0, 1, 0, 1, 1, 3, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 0, 1] from base 2 to decimal - --- result 21 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 21, 3] - --- Converting [1, 0, 1, 1, 1, 1, 1, 3] in base Y array notation - --- Result = [0, 1, 0, 1, 1, 1, 1, 1, 3] - --- Converting array [0, 1, 0, 1, 1, 1, 1, 1, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 23, 1] - --- Converting [0, 0, 2, 2, 2, 0, 1, 1] in base Y array notation - --- Result = [1, 0, 0, 1, 1, 1, 0, 1, 1] - --- Converting array [1, 0, 0, 1, 1, 1, 0, 1, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 7, 1] - --- Converting [1, 1, 1, 1, 1, 0, 1, 1] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 0, 1, 1] - --- Converting array [0, 1, 1, 1, 1, 1, 0, 1, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 31, 1] - --- Converting [2, 2, 0, 2, 2, 2, 3, 3] in base Y array notation - --- Result = [1, 1, 1, 0, 1, 1, 1, 3, 3] - --- Converting array [1, 1, 1, 0, 1, 1, 1, 3, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 27, 3] - --- Converting [0, 2, 2, 2, 0, 2, 2, 3] in base Y array notation - --- Result = [1, 0, 1, 1, 1, 0, 1, 2, 3] - --- Converting array [1, 0, 1, 1, 1, 0, 1, 2, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 1, 0] from base 2 to decimal - --- result 14 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 14, 2] - --- Converting [0, 0, 0, 1, 0, 0, 0, 2] in base Y array notation - --- Result = [0, 0, 0, 0, 1, 0, 0, 0, 2] - --- Converting array [0, 0, 0, 0, 1, 0, 0, 0, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 1, 0] from base 2 to decimal - --- result 2 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 2, 0] - --- Converting [0, 1, 1, 0, 0, 1, 2, 1] in base Y array notation - --- Result = [0, 0, 1, 1, 0, 0, 1, 2, 1] - --- Converting array [0, 0, 1, 1, 0, 0, 1, 2, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 0, 0] from base 2 to decimal - --- result 12 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 12, 2] - --- Converting [2, 2, 2, 2, 2, 2, 3, 2] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 3, 2] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 3, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 31, 3] - --- Converting [2, 2, 0, 2, 0, 2, 2, 3] in base Y array notation - --- Result = [1, 1, 1, 0, 1, 0, 1, 2, 3] - --- Converting array [1, 1, 1, 0, 1, 0, 1, 2, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 26, 2] - --- Converting [2, 2, 2, 2, 2, 2, 1, 3] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 1, 3] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 1, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 31, 1] - --- Converting [0, 1, 1, 1, 1, 1, 3, 1] in base Y array notation - --- Result = [0, 0, 1, 1, 1, 1, 1, 3, 1] - --- Converting array [0, 0, 1, 1, 1, 1, 1, 3, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 15, 3] - --- Converting [3, 3, 3, 3, 0, 0, 2, 2] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 0, 0, 2, 2] - --- Converting array [2, 1, 1, 1, 1, 0, 0, 2, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 30, 2] - --- Converting [3, 3, 3, 0, 3, 0, 0, 1] in base Y array notation - --- Result = [2, 1, 1, 1, 0, 1, 0, 0, 1] - --- Converting array [2, 1, 1, 1, 0, 1, 0, 0, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 29, 0] - --- Converting [0, 3, 0, 3, 3, 3, 2, 2] in base Y array notation - --- Result = [2, 0, 1, 0, 1, 1, 1, 2, 2] - --- Converting array [2, 0, 1, 0, 1, 1, 1, 2, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0, 1, 1] from base 2 to decimal - --- result 11 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 11, 2] - --- Converting [0, 0, 1, 0, 1, 1, 1, 0] in base Y array notation - --- Result = [0, 0, 0, 1, 0, 1, 1, 1, 0] - --- Converting array [0, 0, 0, 1, 0, 1, 1, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 5, 1] - --- Converting [0, 3, 3, 3, 3, 3, 0, 2] in base Y array notation - --- Result = [2, 0, 1, 1, 1, 1, 1, 0, 2] - --- Converting array [2, 0, 1, 1, 1, 1, 1, 0, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 15, 0] - --- Converting [2, 2, 0, 0, 0, 2, 1, 0] in base Y array notation - --- Result = [1, 1, 1, 0, 0, 0, 1, 1, 0] - --- Converting array [1, 1, 1, 0, 0, 0, 1, 1, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 0, 0] from base 2 to decimal - --- result 24 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 24, 1] - --- Converting [3, 3, 0, 3, 3, 3, 0, 3] in base Y array notation - --- Result = [2, 1, 1, 0, 1, 1, 1, 0, 3] - --- Converting array [2, 1, 1, 0, 1, 1, 1, 0, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 27, 0] - --- Converting [1, 1, 1, 1, 1, 1, 1, 1] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 1, 1, 1] - --- Converting array [0, 1, 1, 1, 1, 1, 1, 1, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 31, 1] - --- Converting [2, 2, 2, 2, 2, 2, 3, 3] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 3, 3] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 3, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 31, 3] - --- Converting [2, 2, 0, 0, 2, 2, 3, 2] in base Y array notation - --- Result = [1, 1, 1, 0, 0, 1, 1, 3, 2] - --- Converting array [1, 1, 1, 0, 0, 1, 1, 3, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 25, 3] - --- Converting [3, 0, 3, 3, 0, 3, 1, 3] in base Y array notation - --- Result = [2, 1, 0, 1, 1, 0, 1, 1, 3] - --- Converting array [2, 1, 0, 1, 1, 0, 1, 1, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 1, 0] from base 2 to decimal - --- result 22 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 22, 1] - --- Converting [0, 1, 1, 1, 1, 1, 2, 0] in base Y array notation - --- Result = [0, 0, 1, 1, 1, 1, 1, 2, 0] - --- Converting array [0, 0, 1, 1, 1, 1, 1, 2, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 15, 2] - --- Converting [0, 1, 1, 1, 0, 1, 0, 2] in base Y array notation - --- Result = [0, 0, 1, 1, 1, 0, 1, 0, 2] - --- Converting array [0, 0, 1, 1, 1, 0, 1, 0, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 1, 0] from base 2 to decimal - --- result 14 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 14, 0] - --- Converting [1, 1, 1, 1, 1, 0, 2, 0] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 0, 2, 0] - --- Converting array [0, 1, 1, 1, 1, 1, 0, 2, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 31, 2] - --- Converting [3, 3, 3, 3, 3, 0, 0, 2] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 0, 0, 2] - --- Converting array [2, 1, 1, 1, 1, 1, 0, 0, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 31, 0] - --- Converting [3, 3, 3, 3, 3, 3, 2, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 2, 0] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 31, 2] - --- Converting [3, 0, 0, 3, 0, 0, 3, 0] in base Y array notation - --- Result = [2, 1, 0, 0, 1, 0, 0, 3, 0] - --- Converting array [2, 1, 0, 0, 1, 0, 0, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 1, 0] from base 2 to decimal - --- result 18 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 18, 3] - --- Converting [0, 3, 3, 0, 3, 3, 1, 2] in base Y array notation - --- Result = [2, 0, 1, 1, 0, 1, 1, 1, 2] - --- Converting array [2, 0, 1, 1, 0, 1, 1, 1, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 13, 1] - --- Converting [2, 2, 2, 2, 2, 0, 0, 3] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 0, 0, 3] - --- Converting array [1, 1, 1, 1, 1, 1, 0, 0, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 31, 0] - --- Converting [1, 1, 1, 1, 1, 0, 2, 1] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 0, 2, 1] - --- Converting array [0, 1, 1, 1, 1, 1, 0, 2, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 31, 2] - --- Converting [3, 3, 0, 0, 3, 3, 1, 3] in base Y array notation - --- Result = [2, 1, 1, 0, 0, 1, 1, 1, 3] - --- Converting array [2, 1, 1, 0, 0, 1, 1, 1, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 25, 1] - --- Converting [3, 3, 3, 0, 3, 3, 2, 3] in base Y array notation - --- Result = [2, 1, 1, 1, 0, 1, 1, 2, 3] - --- Converting array [2, 1, 1, 1, 0, 1, 1, 2, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 29, 2] - --- Converting [0, 2, 2, 2, 2, 2, 1, 0] in base Y array notation - --- Result = [1, 0, 1, 1, 1, 1, 1, 1, 0] - --- Converting array [1, 0, 1, 1, 1, 1, 1, 1, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 15, 1] - --- Converting [2, 2, 2, 0, 2, 2, 2, 3] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 1, 1, 2, 3] - --- Converting array [1, 1, 1, 1, 0, 1, 1, 2, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 29, 2] - --- Converting [2, 0, 2, 2, 2, 2, 1, 0] in base Y array notation - --- Result = [1, 1, 0, 1, 1, 1, 1, 1, 0] - --- Converting array [1, 1, 0, 1, 1, 1, 1, 1, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 23, 1] - --- Converting [1, 0, 0, 0, 1, 1, 0, 0] in base Y array notation - --- Result = [0, 1, 0, 0, 0, 1, 1, 0, 0] - --- Converting array [0, 1, 0, 0, 0, 1, 1, 0, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 0, 1] from base 2 to decimal - --- result 17 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 17, 0] - --- Converting [3, 3, 3, 3, 3, 3, 2, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 2, 0] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 31, 2] - --- Converting [0, 1, 0, 1, 0, 1, 3, 0] in base Y array notation - --- Result = [0, 0, 1, 0, 1, 0, 1, 3, 0] - --- Converting array [0, 0, 1, 0, 1, 0, 1, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0, 1, 0] from base 2 to decimal - --- result 10 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 10, 3] - --- Converting [0, 1, 1, 1, 1, 1, 2, 2] in base Y array notation - --- Result = [0, 0, 1, 1, 1, 1, 1, 2, 2] - --- Converting array [0, 0, 1, 1, 1, 1, 1, 2, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 15, 2] - --- Converting [2, 2, 2, 2, 2, 2, 1, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 1, 0] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 1, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 31, 1] - --- Converting [0, 0, 0, 0, 3, 3, 1, 1] in base Y array notation - --- Result = [2, 0, 0, 0, 0, 1, 1, 1, 1] - --- Converting array [2, 0, 0, 0, 0, 1, 1, 1, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 0, 0, 1] from base 2 to decimal - --- result 1 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 1, 1] - --- Converting [0, 3, 3, 0, 3, 0, 1, 2] in base Y array notation - --- Result = [2, 0, 1, 1, 0, 1, 0, 1, 2] - --- Converting array [2, 0, 1, 1, 0, 1, 0, 1, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 13, 1] - --- Converting [1, 1, 1, 1, 1, 1, 3, 0] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 1, 3, 0] - --- Converting array [0, 1, 1, 1, 1, 1, 1, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 31, 3] - --- Converting [2, 2, 0, 2, 0, 2, 3, 1] in base Y array notation - --- Result = [1, 1, 1, 0, 1, 0, 1, 3, 1] - --- Converting array [1, 1, 1, 0, 1, 0, 1, 3, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 26, 3] - --- Converting [1, 0, 1, 1, 0, 1, 2, 0] in base Y array notation - --- Result = [0, 1, 0, 1, 1, 0, 1, 2, 0] - --- Converting array [0, 1, 0, 1, 1, 0, 1, 2, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 1, 0] from base 2 to decimal - --- result 22 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 22, 2] - --- Converting [2, 2, 2, 2, 2, 2, 0, 2] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 0, 2] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 0, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 31, 0] - --- Converting [3, 0, 3, 3, 3, 3, 1, 1] in base Y array notation - --- Result = [2, 1, 0, 1, 1, 1, 1, 1, 1] - --- Converting array [2, 1, 0, 1, 1, 1, 1, 1, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 23, 1] - --- Converting [0, 0, 0, 2, 2, 2, 0, 2] in base Y array notation - --- Result = [1, 0, 0, 0, 1, 1, 1, 0, 2] - --- Converting array [1, 0, 0, 0, 1, 1, 1, 0, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 3, 0] - --- Converting [0, 2, 2, 2, 2, 0, 0, 1] in base Y array notation - --- Result = [1, 0, 1, 1, 1, 1, 0, 0, 1] - --- Converting array [1, 0, 1, 1, 1, 1, 0, 0, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 15, 0] - --- Converting [2, 2, 2, 2, 0, 0, 1, 3] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 0, 0, 1, 3] - --- Converting array [1, 1, 1, 1, 1, 0, 0, 1, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 30, 1] - --- Converting [0, 2, 2, 2, 2, 0, 2, 2] in base Y array notation - --- Result = [1, 0, 1, 1, 1, 1, 0, 2, 2] - --- Converting array [1, 0, 1, 1, 1, 1, 0, 2, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 15, 2] - --- Converting [3, 3, 3, 0, 3, 3, 2, 2] in base Y array notation - --- Result = [2, 1, 1, 1, 0, 1, 1, 2, 2] - --- Converting array [2, 1, 1, 1, 0, 1, 1, 2, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 29, 2] - --- Converting [2, 2, 2, 2, 0, 0, 1, 2] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 0, 0, 1, 2] - --- Converting array [1, 1, 1, 1, 1, 0, 0, 1, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 30, 1] - --- Converting [3, 0, 0, 3, 3, 3, 0, 0] in base Y array notation - --- Result = [2, 1, 0, 0, 1, 1, 1, 0, 0] - --- Converting array [2, 1, 0, 0, 1, 1, 1, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 1, 1] from base 2 to decimal - --- result 19 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 19, 0] - --- Converting [1, 1, 1, 1, 0, 1, 0, 3] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 0, 1, 0, 3] - --- Converting array [0, 1, 1, 1, 1, 0, 1, 0, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 30, 0] - --- Converting [2, 2, 0, 0, 2, 2, 3, 0] in base Y array notation - --- Result = [1, 1, 1, 0, 0, 1, 1, 3, 0] - --- Converting array [1, 1, 1, 0, 0, 1, 1, 3, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 25, 3] - --- Converting [0, 0, 0, 3, 3, 3, 2, 0] in base Y array notation - --- Result = [2, 0, 0, 0, 1, 1, 1, 2, 0] - --- Converting array [2, 0, 0, 0, 1, 1, 1, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 3, 2] - --- Converting [1, 1, 1, 0, 0, 1, 3, 0] in base Y array notation - --- Result = [0, 1, 1, 1, 0, 0, 1, 3, 0] - --- Converting array [0, 1, 1, 1, 0, 0, 1, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 0, 0] from base 2 to decimal - --- result 28 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 28, 3] - --- Converting [3, 3, 0, 3, 3, 3, 2, 2] in base Y array notation - --- Result = [2, 1, 1, 0, 1, 1, 1, 2, 2] - --- Converting array [2, 1, 1, 0, 1, 1, 1, 2, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 27, 2] - --- Converting [1, 1, 0, 1, 1, 1, 3, 1] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 1, 1, 3, 1] - --- Converting array [0, 1, 1, 0, 1, 1, 1, 3, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 27, 3] - --- Converting [2, 2, 2, 0, 2, 2, 3, 1] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 1, 1, 3, 1] - --- Converting array [1, 1, 1, 1, 0, 1, 1, 3, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 29, 3] - --- Converting [3, 3, 3, 3, 3, 3, 0, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 0, 0] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 31, 0] - --- Converting [2, 2, 0, 0, 0, 2, 3, 0] in base Y array notation - --- Result = [1, 1, 1, 0, 0, 0, 1, 3, 0] - --- Converting array [1, 1, 1, 0, 0, 0, 1, 3, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 0, 0] from base 2 to decimal - --- result 24 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 24, 3] - --- Converting [3, 0, 3, 3, 3, 3, 0, 0] in base Y array notation - --- Result = [2, 1, 0, 1, 1, 1, 1, 0, 0] - --- Converting array [2, 1, 0, 1, 1, 1, 1, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 23, 0] - --- Converting [2, 2, 2, 0, 2, 2, 0, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 1, 1, 0, 0] - --- Converting array [1, 1, 1, 1, 0, 1, 1, 0, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 29, 0] - --- Converting [0, 3, 3, 0, 3, 3, 3, 1] in base Y array notation - --- Result = [2, 0, 1, 1, 0, 1, 1, 3, 1] - --- Converting array [2, 0, 1, 1, 0, 1, 1, 3, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 13, 3] - --- Converting [2, 0, 0, 2, 2, 2, 2, 1] in base Y array notation - --- Result = [1, 1, 0, 0, 1, 1, 1, 2, 1] - --- Converting array [1, 1, 0, 0, 1, 1, 1, 2, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0, 1, 1] from base 2 to decimal - --- result 19 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 19, 2] - --- Converting [1, 1, 1, 0, 0, 0, 2, 0] in base Y array notation - --- Result = [0, 1, 1, 1, 0, 0, 0, 2, 0] - --- Converting array [0, 1, 1, 1, 0, 0, 0, 2, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 0, 0] from base 2 to decimal - --- result 28 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 28, 2] - --- Converting [0, 0, 1, 1, 1, 1, 3, 3] in base Y array notation - --- Result = [0, 0, 0, 1, 1, 1, 1, 3, 3] - --- Converting array [0, 0, 0, 1, 1, 1, 1, 3, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 7, 3] - --- Converting [0, 3, 3, 3, 3, 3, 3, 3] in base Y array notation - --- Result = [2, 0, 1, 1, 1, 1, 1, 3, 3] - --- Converting array [2, 0, 1, 1, 1, 1, 1, 3, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 15, 3] - --- Converting [2, 2, 2, 2, 0, 2, 1, 3] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 0, 1, 1, 3] - --- Converting array [1, 1, 1, 1, 1, 0, 1, 1, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 30, 1] - --- Converting [2, 2, 2, 2, 2, 2, 2, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 2, 0] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 31, 2] - --- Converting [2, 2, 2, 2, 0, 2, 2, 1] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 0, 1, 2, 1] - --- Converting array [1, 1, 1, 1, 1, 0, 1, 2, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 30, 2] - --- Converting [1, 0, 0, 1, 0, 1, 2, 0] in base Y array notation - --- Result = [0, 1, 0, 0, 1, 0, 1, 2, 0] - --- Converting array [0, 1, 0, 0, 1, 0, 1, 2, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 1, 0] from base 2 to decimal - --- result 18 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 18, 2] - --- Converting [0, 3, 3, 0, 3, 0, 3, 1] in base Y array notation - --- Result = [2, 0, 1, 1, 0, 1, 0, 3, 1] - --- Converting array [2, 0, 1, 1, 0, 1, 0, 3, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 13, 3] - --- Converting [2, 2, 0, 2, 2, 2, 2, 3] in base Y array notation - --- Result = [1, 1, 1, 0, 1, 1, 1, 2, 3] - --- Converting array [1, 1, 1, 0, 1, 1, 1, 2, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 27, 2] - --- Converting [2, 2, 2, 2, 2, 0, 2, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 0, 2, 0] - --- Converting array [1, 1, 1, 1, 1, 1, 0, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 31, 2] - --- Converting [3, 3, 0, 0, 3, 3, 0, 2] in base Y array notation - --- Result = [2, 1, 1, 0, 0, 1, 1, 0, 2] - --- Converting array [2, 1, 1, 0, 0, 1, 1, 0, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 25, 0] - --- Converting [3, 0, 0, 3, 3, 3, 1, 2] in base Y array notation - --- Result = [2, 1, 0, 0, 1, 1, 1, 1, 2] - --- Converting array [2, 1, 0, 0, 1, 1, 1, 1, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 1, 1] from base 2 to decimal - --- result 19 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 19, 1] - --- Converting [0, 1, 0, 1, 0, 0, 2, 1] in base Y array notation - --- Result = [0, 0, 1, 0, 1, 0, 0, 2, 1] - --- Converting array [0, 0, 1, 0, 1, 0, 0, 2, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0, 1, 0] from base 2 to decimal - --- result 10 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 10, 2] - --- Converting [1, 1, 1, 0, 1, 1, 2, 0] in base Y array notation - --- Result = [0, 1, 1, 1, 0, 1, 1, 2, 0] - --- Converting array [0, 1, 1, 1, 0, 1, 1, 2, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 29, 2] - --- Converting [1, 0, 1, 1, 0, 1, 1, 3] in base Y array notation - --- Result = [0, 1, 0, 1, 1, 0, 1, 1, 3] - --- Converting array [0, 1, 0, 1, 1, 0, 1, 1, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 1, 0] from base 2 to decimal - --- result 22 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 22, 1] - --- Converting [2, 0, 2, 2, 2, 2, 1, 3] in base Y array notation - --- Result = [1, 1, 0, 1, 1, 1, 1, 1, 3] - --- Converting array [1, 1, 0, 1, 1, 1, 1, 1, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 23, 1] - --- Converting [3, 0, 3, 3, 3, 3, 2, 3] in base Y array notation - --- Result = [2, 1, 0, 1, 1, 1, 1, 2, 3] - --- Converting array [2, 1, 0, 1, 1, 1, 1, 2, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 23, 2] - --- Converting [0, 0, 0, 0, 0, 0, 1, 2] in base Y array notation - --- Result = [0, 0, 0, 0, 0, 0, 0, 1, 2] - --- Converting array [0, 0, 0, 0, 0, 0, 0, 1, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 0, 1] - --- Converting [1, 0, 1, 1, 1, 1, 3, 2] in base Y array notation - --- Result = [0, 1, 0, 1, 1, 1, 1, 3, 2] - --- Converting array [0, 1, 0, 1, 1, 1, 1, 3, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 23, 3] - --- Converting [0, 2, 2, 0, 0, 2, 2, 3] in base Y array notation - --- Result = [1, 0, 1, 1, 0, 0, 1, 2, 3] - --- Converting array [1, 0, 1, 1, 0, 0, 1, 2, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 0, 0] from base 2 to decimal - --- result 12 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 12, 2] - --- Converting [0, 0, 2, 2, 2, 0, 3, 3] in base Y array notation - --- Result = [1, 0, 0, 1, 1, 1, 0, 3, 3] - --- Converting array [1, 0, 0, 1, 1, 1, 0, 3, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 7, 3] - --- Converting [3, 0, 0, 3, 3, 3, 3, 2] in base Y array notation - --- Result = [2, 1, 0, 0, 1, 1, 1, 3, 2] - --- Converting array [2, 1, 0, 0, 1, 1, 1, 3, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 1, 1] from base 2 to decimal - --- result 19 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 19, 3] - --- Converting [3, 0, 3, 0, 0, 0, 1, 3] in base Y array notation - --- Result = [2, 1, 0, 1, 0, 0, 0, 1, 3] - --- Converting array [2, 1, 0, 1, 0, 0, 0, 1, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 0, 0] from base 2 to decimal - --- result 20 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 20, 1] - --- Converting [1, 0, 0, 0, 1, 1, 3, 2] in base Y array notation - --- Result = [0, 1, 0, 0, 0, 1, 1, 3, 2] - --- Converting array [0, 1, 0, 0, 0, 1, 1, 3, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 0, 1] from base 2 to decimal - --- result 17 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 17, 3] - --- Converting [1, 1, 0, 1, 0, 1, 2, 1] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 0, 1, 2, 1] - --- Converting array [0, 1, 1, 0, 1, 0, 1, 2, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 26, 2] - --- Converting [1, 0, 1, 1, 0, 1, 3, 2] in base Y array notation - --- Result = [0, 1, 0, 1, 1, 0, 1, 3, 2] - --- Converting array [0, 1, 0, 1, 1, 0, 1, 3, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 1, 0] from base 2 to decimal - --- result 22 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 22, 3] - --- Converting [1, 1, 1, 1, 1, 0, 1, 0] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 0, 1, 0] - --- Converting array [0, 1, 1, 1, 1, 1, 0, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 31, 1] - --- Converting [0, 0, 2, 0, 2, 0, 2, 0] in base Y array notation - --- Result = [1, 0, 0, 1, 0, 1, 0, 2, 0] - --- Converting array [1, 0, 0, 1, 0, 1, 0, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 5, 2] - --- Converting [3, 3, 0, 0, 0, 0, 3, 3] in base Y array notation - --- Result = [2, 1, 1, 0, 0, 0, 0, 3, 3] - --- Converting array [2, 1, 1, 0, 0, 0, 0, 3, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 0, 0] from base 2 to decimal - --- result 24 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 24, 3] - --- Converting [0, 0, 3, 0, 0, 3, 3, 3] in base Y array notation - --- Result = [2, 0, 0, 1, 0, 0, 1, 3, 3] - --- Converting array [2, 0, 0, 1, 0, 0, 1, 3, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 0, 0] from base 2 to decimal - --- result 4 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 4, 3] - --- Converting [0, 0, 0, 0, 2, 2, 3, 3] in base Y array notation - --- Result = [1, 0, 0, 0, 0, 1, 1, 3, 3] - --- Converting array [1, 0, 0, 0, 0, 1, 1, 3, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 0, 0, 1] from base 2 to decimal - --- result 1 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 1, 3] - --- Converting [0, 3, 3, 0, 0, 0, 2, 0] in base Y array notation - --- Result = [2, 0, 1, 1, 0, 0, 0, 2, 0] - --- Converting array [2, 0, 1, 1, 0, 0, 0, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 0, 0] from base 2 to decimal - --- result 12 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 12, 2] - --- Converting [0, 1, 1, 1, 0, 0, 1, 1] in base Y array notation - --- Result = [0, 0, 1, 1, 1, 0, 0, 1, 1] - --- Converting array [0, 0, 1, 1, 1, 0, 0, 1, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 1, 0] from base 2 to decimal - --- result 14 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 14, 1] - --- Converting [0, 3, 3, 3, 0, 3, 0, 0] in base Y array notation - --- Result = [2, 0, 1, 1, 1, 0, 1, 0, 0] - --- Converting array [2, 0, 1, 1, 1, 0, 1, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 1, 0] from base 2 to decimal - --- result 14 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 14, 0] - --- Converting [0, 1, 0, 1, 0, 0, 3, 0] in base Y array notation - --- Result = [0, 0, 1, 0, 1, 0, 0, 3, 0] - --- Converting array [0, 0, 1, 0, 1, 0, 0, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0, 1, 0] from base 2 to decimal - --- result 10 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 10, 3] - --- Converting [1, 1, 0, 0, 0, 0, 2, 0] in base Y array notation - --- Result = [0, 1, 1, 0, 0, 0, 0, 2, 0] - --- Converting array [0, 1, 1, 0, 0, 0, 0, 2, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 0, 0] from base 2 to decimal - --- result 24 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 24, 2] - --- Converting [1, 0, 1, 1, 1, 0, 1, 0] in base Y array notation - --- Result = [0, 1, 0, 1, 1, 1, 0, 1, 0] - --- Converting array [0, 1, 0, 1, 1, 1, 0, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 23, 1] - --- Converting [1, 0, 0, 1, 0, 0, 1, 1] in base Y array notation - --- Result = [0, 1, 0, 0, 1, 0, 0, 1, 1] - --- Converting array [0, 1, 0, 0, 1, 0, 0, 1, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 1, 0] from base 2 to decimal - --- result 18 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 18, 1] - --- Converting [2, 2, 2, 2, 2, 0, 2, 2] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 0, 2, 2] - --- Converting array [1, 1, 1, 1, 1, 1, 0, 2, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 31, 2] - --- Converting [0, 0, 2, 0, 2, 2, 3, 0] in base Y array notation - --- Result = [1, 0, 0, 1, 0, 1, 1, 3, 0] - --- Converting array [1, 0, 0, 1, 0, 1, 1, 3, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 5, 3] - --- Converting [0, 0, 3, 0, 3, 0, 1, 1] in base Y array notation - --- Result = [2, 0, 0, 1, 0, 1, 0, 1, 1] - --- Converting array [2, 0, 0, 1, 0, 1, 0, 1, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 5, 1] - --- Converting [0, 3, 3, 0, 0, 3, 2, 0] in base Y array notation - --- Result = [2, 0, 1, 1, 0, 0, 1, 2, 0] - --- Converting array [2, 0, 1, 1, 0, 0, 1, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 0, 0] from base 2 to decimal - --- result 12 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 12, 2] - --- Converting [0, 1, 0, 1, 1, 1, 1, 1] in base Y array notation - --- Result = [0, 0, 1, 0, 1, 1, 1, 1, 1] - --- Converting array [0, 0, 1, 0, 1, 1, 1, 1, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0, 1, 1] from base 2 to decimal - --- result 11 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 11, 1] - --- Converting [3, 0, 3, 3, 3, 0, 0, 0] in base Y array notation - --- Result = [2, 1, 0, 1, 1, 1, 0, 0, 0] - --- Converting array [2, 1, 0, 1, 1, 1, 0, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 23, 0] - --- Converting [0, 1, 0, 0, 1, 0, 1, 1] in base Y array notation - --- Result = [0, 0, 1, 0, 0, 1, 0, 1, 1] - --- Converting array [0, 0, 1, 0, 0, 1, 0, 1, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0, 0, 1] from base 2 to decimal - --- result 9 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 9, 1] - --- Converting [0, 3, 0, 3, 0, 0, 2, 2] in base Y array notation - --- Result = [2, 0, 1, 0, 1, 0, 0, 2, 2] - --- Converting array [2, 0, 1, 0, 1, 0, 0, 2, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0, 1, 0] from base 2 to decimal - --- result 10 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 10, 2] - --- Converting [0, 3, 3, 0, 0, 0, 1, 0] in base Y array notation - --- Result = [2, 0, 1, 1, 0, 0, 0, 1, 0] - --- Converting array [2, 0, 1, 1, 0, 0, 0, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 0, 0] from base 2 to decimal - --- result 12 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 12, 1] - --- Converting [0, 0, 0, 1, 1, 0, 3, 1] in base Y array notation - --- Result = [0, 0, 0, 0, 1, 1, 0, 3, 1] - --- Converting array [0, 0, 0, 0, 1, 1, 0, 3, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 3, 3] - --- Converting [0, 3, 3, 3, 3, 0, 2, 3] in base Y array notation - --- Result = [2, 0, 1, 1, 1, 1, 0, 2, 3] - --- Converting array [2, 0, 1, 1, 1, 1, 0, 2, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 15, 2] - --- Converting [0, 1, 1, 0, 1, 1, 3, 2] in base Y array notation - --- Result = [0, 0, 1, 1, 0, 1, 1, 3, 2] - --- Converting array [0, 0, 1, 1, 0, 1, 1, 3, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 13, 3] - --- Converting [0, 2, 0, 2, 0, 2, 2, 0] in base Y array notation - --- Result = [1, 0, 1, 0, 1, 0, 1, 2, 0] - --- Converting array [1, 0, 1, 0, 1, 0, 1, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 0, 1, 0] from base 2 to decimal - --- result 10 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 10, 2] - --- Converting [1, 0, 1, 0, 1, 1, 1, 0] in base Y array notation - --- Result = [0, 1, 0, 1, 0, 1, 1, 1, 0] - --- Converting array [0, 1, 0, 1, 0, 1, 1, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 0, 1] from base 2 to decimal - --- result 21 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 21, 1] - --- Converting [3, 0, 3, 3, 3, 0, 2, 3] in base Y array notation - --- Result = [2, 1, 0, 1, 1, 1, 0, 2, 3] - --- Converting array [2, 1, 0, 1, 1, 1, 0, 2, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 23, 2] - --- Converting [0, 2, 2, 2, 2, 0, 2, 2] in base Y array notation - --- Result = [1, 0, 1, 1, 1, 1, 0, 2, 2] - --- Converting array [1, 0, 1, 1, 1, 1, 0, 2, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 15, 2] - --- Converting [2, 0, 0, 0, 2, 2, 1, 0] in base Y array notation - --- Result = [1, 1, 0, 0, 0, 1, 1, 1, 0] - --- Converting array [1, 1, 0, 0, 0, 1, 1, 1, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0, 0, 1] from base 2 to decimal - --- result 17 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 17, 1] - --- Converting [0, 1, 1, 0, 0, 0, 2, 0] in base Y array notation - --- Result = [0, 0, 1, 1, 0, 0, 0, 2, 0] - --- Converting array [0, 0, 1, 1, 0, 0, 0, 2, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 0, 0] from base 2 to decimal - --- result 12 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 12, 2] - --- Converting [0, 2, 0, 2, 0, 0, 2, 2] in base Y array notation - --- Result = [1, 0, 1, 0, 1, 0, 0, 2, 2] - --- Converting array [1, 0, 1, 0, 1, 0, 0, 2, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 0, 1, 0] from base 2 to decimal - --- result 10 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 10, 2] - --- Converting [0, 0, 1, 0, 1, 1, 2, 0] in base Y array notation - --- Result = [0, 0, 0, 1, 0, 1, 1, 2, 0] - --- Converting array [0, 0, 0, 1, 0, 1, 1, 2, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 5, 2] - --- Converting [2, 0, 2, 0, 0, 0, 1, 2] in base Y array notation - --- Result = [1, 1, 0, 1, 0, 0, 0, 1, 2] - --- Converting array [1, 1, 0, 1, 0, 0, 0, 1, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 0, 0] from base 2 to decimal - --- result 20 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 20, 1] - --- Converting [2, 0, 0, 0, 0, 0, 1, 1] in base Y array notation - --- Result = [1, 1, 0, 0, 0, 0, 0, 1, 1] - --- Converting array [1, 1, 0, 0, 0, 0, 0, 1, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 16, 1] - --- Converting [1, 1, 1, 0, 1, 0, 2, 0] in base Y array notation - --- Result = [0, 1, 1, 1, 0, 1, 0, 2, 0] - --- Converting array [0, 1, 1, 1, 0, 1, 0, 2, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 29, 2] - --- Converting [0, 2, 0, 0, 0, 0, 3, 2] in base Y array notation - --- Result = [1, 0, 1, 0, 0, 0, 0, 3, 2] - --- Converting array [1, 0, 1, 0, 0, 0, 0, 3, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 0, 0, 0] from base 2 to decimal - --- result 8 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 8, 3] - --- Converting [0, 2, 2, 2, 2, 2, 1, 2] in base Y array notation - --- Result = [1, 0, 1, 1, 1, 1, 1, 1, 2] - --- Converting array [1, 0, 1, 1, 1, 1, 1, 1, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 15, 1] - --- Converting [3, 3, 3, 3, 3, 0, 1, 2] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 0, 1, 2] - --- Converting array [2, 1, 1, 1, 1, 1, 0, 1, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 31, 1] - --- Converting [1, 0, 1, 1, 1, 1, 1, 1] in base Y array notation - --- Result = [0, 1, 0, 1, 1, 1, 1, 1, 1] - --- Converting array [0, 1, 0, 1, 1, 1, 1, 1, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 23, 1] - --- Converting [3, 0, 0, 0, 3, 3, 0, 0] in base Y array notation - --- Result = [2, 1, 0, 0, 0, 1, 1, 0, 0] - --- Converting array [2, 1, 0, 0, 0, 1, 1, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 0, 1] from base 2 to decimal - --- result 17 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 17, 0] - --- Converting [3, 0, 3, 3, 3, 0, 1, 1] in base Y array notation - --- Result = [2, 1, 0, 1, 1, 1, 0, 1, 1] - --- Converting array [2, 1, 0, 1, 1, 1, 0, 1, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 23, 1] - --- Converting [2, 2, 0, 0, 2, 2, 3, 3] in base Y array notation - --- Result = [1, 1, 1, 0, 0, 1, 1, 3, 3] - --- Converting array [1, 1, 1, 0, 0, 1, 1, 3, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 25, 3] - --- Converting [0, 0, 3, 0, 3, 3, 1, 1] in base Y array notation - --- Result = [2, 0, 0, 1, 0, 1, 1, 1, 1] - --- Converting array [2, 0, 0, 1, 0, 1, 1, 1, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 5, 1] - --- Converting [1, 1, 0, 1, 0, 1, 3, 0] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 0, 1, 3, 0] - --- Converting array [0, 1, 1, 0, 1, 0, 1, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 26, 3] - --- Converting [0, 1, 1, 1, 1, 1, 3, 3] in base Y array notation - --- Result = [0, 0, 1, 1, 1, 1, 1, 3, 3] - --- Converting array [0, 0, 1, 1, 1, 1, 1, 3, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 15, 3] - --- Converting [1, 1, 0, 0, 0, 1, 3, 1] in base Y array notation - --- Result = [0, 1, 1, 0, 0, 0, 1, 3, 1] - --- Converting array [0, 1, 1, 0, 0, 0, 1, 3, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 0, 0] from base 2 to decimal - --- result 24 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 24, 3] - --- Converting [0, 0, 2, 2, 0, 0, 1, 3] in base Y array notation - --- Result = [1, 0, 0, 1, 1, 0, 0, 1, 3] - --- Converting array [1, 0, 0, 1, 1, 0, 0, 1, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 6, 1] - --- Converting [0, 1, 0, 1, 1, 0, 1, 0] in base Y array notation - --- Result = [0, 0, 1, 0, 1, 1, 0, 1, 0] - --- Converting array [0, 0, 1, 0, 1, 1, 0, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0, 1, 1] from base 2 to decimal - --- result 11 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 11, 1] - --- Converting [3, 3, 0, 3, 3, 3, 2, 0] in base Y array notation - --- Result = [2, 1, 1, 0, 1, 1, 1, 2, 0] - --- Converting array [2, 1, 1, 0, 1, 1, 1, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 27, 2] - --- Converting [2, 0, 2, 2, 2, 0, 3, 0] in base Y array notation - --- Result = [1, 1, 0, 1, 1, 1, 0, 3, 0] - --- Converting array [1, 1, 0, 1, 1, 1, 0, 3, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 23, 3] - --- Converting [0, 0, 3, 3, 0, 0, 3, 1] in base Y array notation - --- Result = [2, 0, 0, 1, 1, 0, 0, 3, 1] - --- Converting array [2, 0, 0, 1, 1, 0, 0, 3, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 6, 3] - --- Converting [2, 0, 0, 2, 2, 2, 1, 3] in base Y array notation - --- Result = [1, 1, 0, 0, 1, 1, 1, 1, 3] - --- Converting array [1, 1, 0, 0, 1, 1, 1, 1, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0, 1, 1] from base 2 to decimal - --- result 19 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 19, 1] - --- Converting [3, 3, 0, 0, 3, 0, 3, 2] in base Y array notation - --- Result = [2, 1, 1, 0, 0, 1, 0, 3, 2] - --- Converting array [2, 1, 1, 0, 0, 1, 0, 3, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 25, 3] - --- Converting [1, 1, 1, 0, 1, 0, 3, 0] in base Y array notation - --- Result = [0, 1, 1, 1, 0, 1, 0, 3, 0] - --- Converting array [0, 1, 1, 1, 0, 1, 0, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 29, 3] - --- Converting [2, 2, 0, 2, 2, 2, 3, 2] in base Y array notation - --- Result = [1, 1, 1, 0, 1, 1, 1, 3, 2] - --- Converting array [1, 1, 1, 0, 1, 1, 1, 3, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 27, 3] - --- Converting [3, 0, 3, 0, 0, 0, 2, 1] in base Y array notation - --- Result = [2, 1, 0, 1, 0, 0, 0, 2, 1] - --- Converting array [2, 1, 0, 1, 0, 0, 0, 2, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 0, 0] from base 2 to decimal - --- result 20 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 20, 2] - --- Converting [2, 2, 2, 2, 2, 2, 2, 1] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 2, 1] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 2, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 31, 2] - --- Converting [3, 3, 0, 3, 3, 0, 2, 1] in base Y array notation - --- Result = [2, 1, 1, 0, 1, 1, 0, 2, 1] - --- Converting array [2, 1, 1, 0, 1, 1, 0, 2, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 27, 2] - --- Converting [2, 2, 2, 2, 2, 2, 1, 3] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 1, 3] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 1, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 31, 1] - --- Converting [3, 3, 3, 3, 3, 3, 3, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 3, 0] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 31, 3] - --- Converting [0, 0, 0, 0, 0, 1, 3, 0] in base Y array notation - --- Result = [0, 0, 0, 0, 0, 0, 1, 3, 0] - --- Converting array [0, 0, 0, 0, 0, 0, 1, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 0, 3] - --- Converting [2, 2, 2, 0, 2, 2, 2, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 1, 1, 2, 0] - --- Converting array [1, 1, 1, 1, 0, 1, 1, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 29, 2] - --- Converting [1, 1, 1, 0, 1, 0, 3, 3] in base Y array notation - --- Result = [0, 1, 1, 1, 0, 1, 0, 3, 3] - --- Converting array [0, 1, 1, 1, 0, 1, 0, 3, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 29, 3] - --- Converting [1, 0, 0, 1, 0, 1, 3, 0] in base Y array notation - --- Result = [0, 1, 0, 0, 1, 0, 1, 3, 0] - --- Converting array [0, 1, 0, 0, 1, 0, 1, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 1, 0] from base 2 to decimal - --- result 18 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 18, 3] - --- Converting [3, 3, 3, 3, 3, 0, 1, 3] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 0, 1, 3] - --- Converting array [2, 1, 1, 1, 1, 1, 0, 1, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 31, 1] - --- Converting [2, 2, 0, 2, 2, 2, 0, 3] in base Y array notation - --- Result = [1, 1, 1, 0, 1, 1, 1, 0, 3] - --- Converting array [1, 1, 1, 0, 1, 1, 1, 0, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 27, 0] - --- Converting [3, 3, 3, 3, 3, 3, 0, 2] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 0, 2] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 0, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 31, 0] - --- Converting [1, 1, 1, 1, 0, 1, 3, 2] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 0, 1, 3, 2] - --- Converting array [0, 1, 1, 1, 1, 0, 1, 3, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 30, 3] - --- Converting [3, 3, 3, 0, 0, 3, 3, 1] in base Y array notation - --- Result = [2, 1, 1, 1, 0, 0, 1, 3, 1] - --- Converting array [2, 1, 1, 1, 0, 0, 1, 3, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 0, 0] from base 2 to decimal - --- result 28 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 28, 3] - --- Converting [1, 1, 1, 0, 1, 1, 2, 3] in base Y array notation - --- Result = [0, 1, 1, 1, 0, 1, 1, 2, 3] - --- Converting array [0, 1, 1, 1, 0, 1, 1, 2, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 29, 2] - --- Converting [3, 3, 3, 3, 3, 3, 1, 3] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 1, 3] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 1, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 31, 1] - --- Converting [3, 3, 3, 3, 3, 0, 2, 3] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 0, 2, 3] - --- Converting array [2, 1, 1, 1, 1, 1, 0, 2, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 31, 2] - --- Converting [2, 2, 2, 2, 2, 2, 0, 1] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 0, 1] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 0, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 31, 0] - --- Converting [1, 1, 1, 1, 1, 1, 1, 1] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 1, 1, 1] - --- Converting array [0, 1, 1, 1, 1, 1, 1, 1, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 31, 1] - --- Converting [0, 3, 3, 0, 3, 3, 1, 3] in base Y array notation - --- Result = [2, 0, 1, 1, 0, 1, 1, 1, 3] - --- Converting array [2, 0, 1, 1, 0, 1, 1, 1, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 13, 1] - --- Converting [3, 0, 3, 3, 3, 3, 1, 0] in base Y array notation - --- Result = [2, 1, 0, 1, 1, 1, 1, 1, 0] - --- Converting array [2, 1, 0, 1, 1, 1, 1, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 23, 1] - --- Converting [2, 0, 0, 2, 2, 2, 1, 1] in base Y array notation - --- Result = [1, 1, 0, 0, 1, 1, 1, 1, 1] - --- Converting array [1, 1, 0, 0, 1, 1, 1, 1, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0, 1, 1] from base 2 to decimal - --- result 19 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 19, 1] - --- Converting [2, 2, 2, 2, 2, 2, 1, 3] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 1, 3] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 1, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 31, 1] - --- Converting [3, 3, 3, 3, 3, 3, 1, 1] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 1, 1] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 1, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 31, 1] - --- Converting [2, 2, 2, 0, 2, 2, 2, 2] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 1, 1, 2, 2] - --- Converting array [1, 1, 1, 1, 0, 1, 1, 2, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 29, 2] - --- Converting [0, 3, 3, 3, 3, 3, 1, 3] in base Y array notation - --- Result = [2, 0, 1, 1, 1, 1, 1, 1, 3] - --- Converting array [2, 0, 1, 1, 1, 1, 1, 1, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 15, 1] - --- Converting [3, 3, 3, 0, 3, 3, 1, 3] in base Y array notation - --- Result = [2, 1, 1, 1, 0, 1, 1, 1, 3] - --- Converting array [2, 1, 1, 1, 0, 1, 1, 1, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 29, 1] - --- Converting [2, 0, 0, 2, 2, 2, 3, 2] in base Y array notation - --- Result = [1, 1, 0, 0, 1, 1, 1, 3, 2] - --- Converting array [1, 1, 0, 0, 1, 1, 1, 3, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0, 1, 1] from base 2 to decimal - --- result 19 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 19, 3] - --- Converting [1, 1, 1, 1, 1, 0, 2, 0] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 0, 2, 0] - --- Converting array [0, 1, 1, 1, 1, 1, 0, 2, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 31, 2] - --- Converting [0, 0, 0, 0, 1, 1, 3, 0] in base Y array notation - --- Result = [0, 0, 0, 0, 0, 1, 1, 3, 0] - --- Converting array [0, 0, 0, 0, 0, 1, 1, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 0, 1] from base 2 to decimal - --- result 1 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 1, 3] - --- Converting [1, 1, 1, 0, 0, 1, 1, 2] in base Y array notation - --- Result = [0, 1, 1, 1, 0, 0, 1, 1, 2] - --- Converting array [0, 1, 1, 1, 0, 0, 1, 1, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 0, 0] from base 2 to decimal - --- result 28 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 28, 1] - --- Converting [3, 3, 3, 3, 3, 3, 3, 2] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 1, 3, 2] - --- Converting array [2, 1, 1, 1, 1, 1, 1, 3, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 31, 3] - --- Converting [0, 2, 2, 0, 2, 2, 3, 3] in base Y array notation - --- Result = [1, 0, 1, 1, 0, 1, 1, 3, 3] - --- Converting array [1, 0, 1, 1, 0, 1, 1, 3, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 13, 3] - --- Converting [0, 2, 2, 2, 2, 2, 0, 2] in base Y array notation - --- Result = [1, 0, 1, 1, 1, 1, 1, 0, 2] - --- Converting array [1, 0, 1, 1, 1, 1, 1, 0, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 15, 0] - --- Converting [0, 3, 0, 3, 0, 3, 1, 2] in base Y array notation - --- Result = [2, 0, 1, 0, 1, 0, 1, 1, 2] - --- Converting array [2, 0, 1, 0, 1, 0, 1, 1, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0, 1, 0] from base 2 to decimal - --- result 10 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 10, 1] - --- Converting [0, 2, 2, 2, 2, 2, 2, 3] in base Y array notation - --- Result = [1, 0, 1, 1, 1, 1, 1, 2, 3] - --- Converting array [1, 0, 1, 1, 1, 1, 1, 2, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 15, 2] - --- Converting [1, 0, 1, 1, 0, 1, 3, 0] in base Y array notation - --- Result = [0, 1, 0, 1, 1, 0, 1, 3, 0] - --- Converting array [0, 1, 0, 1, 1, 0, 1, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 1, 0] from base 2 to decimal - --- result 22 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 22, 3] - --- Converting [0, 0, 0, 2, 0, 2, 2, 0] in base Y array notation - --- Result = [1, 0, 0, 0, 1, 0, 1, 2, 0] - --- Converting array [1, 0, 0, 0, 1, 0, 1, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 0, 1, 0] from base 2 to decimal - --- result 2 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 2, 2] - --- Converting [1, 1, 1, 0, 1, 1, 0, 3] in base Y array notation - --- Result = [0, 1, 1, 1, 0, 1, 1, 0, 3] - --- Converting array [0, 1, 1, 1, 0, 1, 1, 0, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 29, 0] - --- Converting [2, 2, 0, 2, 0, 0, 2, 2] in base Y array notation - --- Result = [1, 1, 1, 0, 1, 0, 0, 2, 2] - --- Converting array [1, 1, 1, 0, 1, 0, 0, 2, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 26, 2] - --- Converting [3, 3, 3, 0, 0, 0, 3, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 0, 0, 0, 3, 0] - --- Converting array [2, 1, 1, 1, 0, 0, 0, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 0, 0] from base 2 to decimal - --- result 28 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 28, 3] - --- Converting [0, 1, 0, 0, 0, 0, 1, 0] in base Y array notation - --- Result = [0, 0, 1, 0, 0, 0, 0, 1, 0] - --- Converting array [0, 0, 1, 0, 0, 0, 0, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0, 0, 0] from base 2 to decimal - --- result 8 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 8, 1] - --- Converting [3, 3, 0, 3, 0, 3, 1, 2] in base Y array notation - --- Result = [2, 1, 1, 0, 1, 0, 1, 1, 2] - --- Converting array [2, 1, 1, 0, 1, 0, 1, 1, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 26, 1] - --- Converting [1, 1, 0, 0, 0, 0, 0, 0] in base Y array notation - --- Result = [0, 1, 1, 0, 0, 0, 0, 0, 0] - --- Converting array [0, 1, 1, 0, 0, 0, 0, 0, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 0, 0] from base 2 to decimal - --- result 24 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 24, 0] - --- Converting [0, 2, 2, 2, 0, 2, 2, 2] in base Y array notation - --- Result = [1, 0, 1, 1, 1, 0, 1, 2, 2] - --- Converting array [1, 0, 1, 1, 1, 0, 1, 2, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 1, 0] from base 2 to decimal - --- result 14 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 14, 2] - --- Converting [2, 0, 2, 0, 0, 2, 3, 0] in base Y array notation - --- Result = [1, 1, 0, 1, 0, 0, 1, 3, 0] - --- Converting array [1, 1, 0, 1, 0, 0, 1, 3, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 0, 0] from base 2 to decimal - --- result 20 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 20, 3] - --- Converting [3, 0, 3, 3, 0, 3, 2, 1] in base Y array notation - --- Result = [2, 1, 0, 1, 1, 0, 1, 2, 1] - --- Converting array [2, 1, 0, 1, 1, 0, 1, 2, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 1, 0] from base 2 to decimal - --- result 22 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 22, 2] - --- Converting [2, 0, 0, 0, 2, 2, 2, 3] in base Y array notation - --- Result = [1, 1, 0, 0, 0, 1, 1, 2, 3] - --- Converting array [1, 1, 0, 0, 0, 1, 1, 2, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0, 0, 1] from base 2 to decimal - --- result 17 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 17, 2] - --- Converting [0, 3, 0, 3, 0, 0, 2, 3] in base Y array notation - --- Result = [2, 0, 1, 0, 1, 0, 0, 2, 3] - --- Converting array [2, 0, 1, 0, 1, 0, 0, 2, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0, 1, 0] from base 2 to decimal - --- result 10 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 10, 2] - --- Converting [0, 3, 0, 0, 0, 3, 0, 0] in base Y array notation - --- Result = [2, 0, 1, 0, 0, 0, 1, 0, 0] - --- Converting array [2, 0, 1, 0, 0, 0, 1, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0, 0, 0] from base 2 to decimal - --- result 8 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 8, 0] - --- Converting [0, 0, 0, 0, 0, 0, 2, 0] in base Y array notation - --- Result = [0, 0, 0, 0, 0, 0, 0, 2, 0] - --- Converting array [0, 0, 0, 0, 0, 0, 0, 2, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 0, 2] - --- Converting [2, 0, 2, 2, 2, 0, 2, 1] in base Y array notation - --- Result = [1, 1, 0, 1, 1, 1, 0, 2, 1] - --- Converting array [1, 1, 0, 1, 1, 1, 0, 2, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 23, 2] - --- Converting [0, 0, 1, 0, 1, 0, 1, 0] in base Y array notation - --- Result = [0, 0, 0, 1, 0, 1, 0, 1, 0] - --- Converting array [0, 0, 0, 1, 0, 1, 0, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 5, 1] - --- Converting [2, 0, 2, 0, 0, 0, 0, 0] in base Y array notation - --- Result = [1, 1, 0, 1, 0, 0, 0, 0, 0] - --- Converting array [1, 1, 0, 1, 0, 0, 0, 0, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 0, 0] from base 2 to decimal - --- result 20 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 20, 0] - --- Converting [1, 0, 0, 0, 0, 0, 3, 0] in base Y array notation - --- Result = [0, 1, 0, 0, 0, 0, 0, 3, 0] - --- Converting array [0, 1, 0, 0, 0, 0, 0, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 16, 3] - --- Converting [0, 1, 1, 0, 0, 0, 1, 0] in base Y array notation - --- Result = [0, 0, 1, 1, 0, 0, 0, 1, 0] - --- Converting array [0, 0, 1, 1, 0, 0, 0, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 0, 0] from base 2 to decimal - --- result 12 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 12, 1] - --- Converting [0, 2, 2, 2, 2, 2, 1, 2] in base Y array notation - --- Result = [1, 0, 1, 1, 1, 1, 1, 1, 2] - --- Converting array [1, 0, 1, 1, 1, 1, 1, 1, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 15, 1] - --- Converting [3, 3, 3, 3, 0, 0, 1, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 0, 0, 1, 0] - --- Converting array [2, 1, 1, 1, 1, 0, 0, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 30, 1] - --- Converting [2, 2, 2, 2, 2, 2, 1, 2] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 1, 2] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 1, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 31, 1] - --- Converting [0, 0, 3, 3, 0, 3, 1, 1] in base Y array notation - --- Result = [2, 0, 0, 1, 1, 0, 1, 1, 1] - --- Converting array [2, 0, 0, 1, 1, 0, 1, 1, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 6, 1] - --- Converting [0, 0, 0, 0, 0, 0, 3, 1] in base Y array notation - --- Result = [0, 0, 0, 0, 0, 0, 0, 3, 1] - --- Converting array [0, 0, 0, 0, 0, 0, 0, 3, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 0, 3] - --- Converting [0, 0, 0, 1, 1, 0, 1, 1] in base Y array notation - --- Result = [0, 0, 0, 0, 1, 1, 0, 1, 1] - --- Converting array [0, 0, 0, 0, 1, 1, 0, 1, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 3, 1] - --- Converting [2, 2, 0, 0, 0, 0, 3, 0] in base Y array notation - --- Result = [1, 1, 1, 0, 0, 0, 0, 3, 0] - --- Converting array [1, 1, 1, 0, 0, 0, 0, 3, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 0, 0] from base 2 to decimal - --- result 24 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 24, 3] - --- Converting [0, 2, 2, 0, 2, 2, 1, 3] in base Y array notation - --- Result = [1, 0, 1, 1, 0, 1, 1, 1, 3] - --- Converting array [1, 0, 1, 1, 0, 1, 1, 1, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 13, 1] - --- Converting [0, 0, 0, 0, 2, 2, 3, 2] in base Y array notation - --- Result = [1, 0, 0, 0, 0, 1, 1, 3, 2] - --- Converting array [1, 0, 0, 0, 0, 1, 1, 3, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 0, 0, 1] from base 2 to decimal - --- result 1 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 1, 3] - --- Converting [0, 0, 1, 0, 1, 0, 1, 0] in base Y array notation - --- Result = [0, 0, 0, 1, 0, 1, 0, 1, 0] - --- Converting array [0, 0, 0, 1, 0, 1, 0, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 5, 1] - --- Converting [0, 0, 0, 3, 3, 3, 2, 0] in base Y array notation - --- Result = [2, 0, 0, 0, 1, 1, 1, 2, 0] - --- Converting array [2, 0, 0, 0, 1, 1, 1, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 3, 2] - --- Converting [0, 2, 0, 2, 0, 0, 1, 1] in base Y array notation - --- Result = [1, 0, 1, 0, 1, 0, 0, 1, 1] - --- Converting array [1, 0, 1, 0, 1, 0, 0, 1, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 0, 1, 0] from base 2 to decimal - --- result 10 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 10, 1] - --- Converting [0, 1, 1, 0, 1, 0, 2, 3] in base Y array notation - --- Result = [0, 0, 1, 1, 0, 1, 0, 2, 3] - --- Converting array [0, 0, 1, 1, 0, 1, 0, 2, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 13, 2] - --- Converting [1, 0, 1, 1, 0, 1, 2, 1] in base Y array notation - --- Result = [0, 1, 0, 1, 1, 0, 1, 2, 1] - --- Converting array [0, 1, 0, 1, 1, 0, 1, 2, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 1, 0] from base 2 to decimal - --- result 22 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 22, 2] - --- Converting [3, 3, 0, 3, 3, 0, 3, 3] in base Y array notation - --- Result = [2, 1, 1, 0, 1, 1, 0, 3, 3] - --- Converting array [2, 1, 1, 0, 1, 1, 0, 3, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 27, 3] - --- Converting [0, 2, 2, 2, 2, 2, 3, 1] in base Y array notation - --- Result = [1, 0, 1, 1, 1, 1, 1, 3, 1] - --- Converting array [1, 0, 1, 1, 1, 1, 1, 3, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 15, 3] - --- Converting [2, 0, 2, 0, 2, 2, 3, 1] in base Y array notation - --- Result = [1, 1, 0, 1, 0, 1, 1, 3, 1] - --- Converting array [1, 1, 0, 1, 0, 1, 1, 3, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 0, 1] from base 2 to decimal - --- result 21 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 21, 3] - --- Converting [0, 1, 1, 0, 1, 0, 3, 2] in base Y array notation - --- Result = [0, 0, 1, 1, 0, 1, 0, 3, 2] - --- Converting array [0, 0, 1, 1, 0, 1, 0, 3, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 13, 3] - --- Converting [1, 1, 0, 0, 1, 1, 2, 2] in base Y array notation - --- Result = [0, 1, 1, 0, 0, 1, 1, 2, 2] - --- Converting array [0, 1, 1, 0, 0, 1, 1, 2, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 25, 2] - --- Converting [0, 3, 3, 0, 3, 0, 2, 0] in base Y array notation - --- Result = [2, 0, 1, 1, 0, 1, 0, 2, 0] - --- Converting array [2, 0, 1, 1, 0, 1, 0, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 13, 2] - --- Converting [2, 2, 0, 2, 2, 2, 2, 3] in base Y array notation - --- Result = [1, 1, 1, 0, 1, 1, 1, 2, 3] - --- Converting array [1, 1, 1, 0, 1, 1, 1, 2, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 27, 2] - --- Converting [1, 0, 1, 0, 1, 1, 3, 2] in base Y array notation - --- Result = [0, 1, 0, 1, 0, 1, 1, 3, 2] - --- Converting array [0, 1, 0, 1, 0, 1, 1, 3, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 0, 1] from base 2 to decimal - --- result 21 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 21, 3] - --- Converting [3, 3, 3, 3, 0, 3, 0, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 0, 1, 0, 0] - --- Converting array [2, 1, 1, 1, 1, 0, 1, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 30, 0] - --- Converting [0, 1, 1, 0, 0, 1, 3, 1] in base Y array notation - --- Result = [0, 0, 1, 1, 0, 0, 1, 3, 1] - --- Converting array [0, 0, 1, 1, 0, 0, 1, 3, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 0, 0] from base 2 to decimal - --- result 12 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 12, 3] - --- Converting [0, 0, 0, 1, 1, 0, 3, 3] in base Y array notation - --- Result = [0, 0, 0, 0, 1, 1, 0, 3, 3] - --- Converting array [0, 0, 0, 0, 1, 1, 0, 3, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 3, 3] - --- Converting [0, 0, 2, 2, 2, 0, 2, 3] in base Y array notation - --- Result = [1, 0, 0, 1, 1, 1, 0, 2, 3] - --- Converting array [1, 0, 0, 1, 1, 1, 0, 2, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 7, 2] - --- Converting [2, 2, 2, 2, 2, 2, 2, 2] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 2, 2] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 2, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 31, 2] - --- Converting [3, 0, 0, 0, 0, 0, 3, 1] in base Y array notation - --- Result = [2, 1, 0, 0, 0, 0, 0, 3, 1] - --- Converting array [2, 1, 0, 0, 0, 0, 0, 3, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 16, 3] - --- Converting [2, 2, 2, 0, 0, 2, 1, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 0, 1, 1, 0] - --- Converting array [1, 1, 1, 1, 0, 0, 1, 1, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 0] from base 2 to decimal - --- result 28 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 28, 1] - --- Converting [0, 3, 3, 0, 3, 0, 0, 0] in base Y array notation - --- Result = [2, 0, 1, 1, 0, 1, 0, 0, 0] - --- Converting array [2, 0, 1, 1, 0, 1, 0, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 13, 0] - --- Converting [1, 1, 0, 0, 0, 0, 1, 2] in base Y array notation - --- Result = [0, 1, 1, 0, 0, 0, 0, 1, 2] - --- Converting array [0, 1, 1, 0, 0, 0, 0, 1, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 0, 0] from base 2 to decimal - --- result 24 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 24, 1] - --- Converting [0, 0, 1, 1, 0, 1, 1, 1] in base Y array notation - --- Result = [0, 0, 0, 1, 1, 0, 1, 1, 1] - --- Converting array [0, 0, 0, 1, 1, 0, 1, 1, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 6, 1] - --- Converting [0, 0, 2, 2, 0, 2, 3, 0] in base Y array notation - --- Result = [1, 0, 0, 1, 1, 0, 1, 3, 0] - --- Converting array [1, 0, 0, 1, 1, 0, 1, 3, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 6, 3] - --- Converting [1, 0, 1, 1, 0, 1, 3, 0] in base Y array notation - --- Result = [0, 1, 0, 1, 1, 0, 1, 3, 0] - --- Converting array [0, 1, 0, 1, 1, 0, 1, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 1, 0] from base 2 to decimal - --- result 22 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 22, 3] - --- Converting [1, 0, 1, 1, 1, 0, 2, 2] in base Y array notation - --- Result = [0, 1, 0, 1, 1, 1, 0, 2, 2] - --- Converting array [0, 1, 0, 1, 1, 1, 0, 2, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 23, 2] - --- Converting [0, 2, 0, 2, 0, 2, 1, 3] in base Y array notation - --- Result = [1, 0, 1, 0, 1, 0, 1, 1, 3] - --- Converting array [1, 0, 1, 0, 1, 0, 1, 1, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 0, 1, 0] from base 2 to decimal - --- result 10 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 10, 1] - --- Converting [0, 3, 0, 3, 0, 0, 3, 0] in base Y array notation - --- Result = [2, 0, 1, 0, 1, 0, 0, 3, 0] - --- Converting array [2, 0, 1, 0, 1, 0, 0, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0, 1, 0] from base 2 to decimal - --- result 10 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 10, 3] - --- Converting [0, 2, 0, 2, 0, 0, 2, 3] in base Y array notation - --- Result = [1, 0, 1, 0, 1, 0, 0, 2, 3] - --- Converting array [1, 0, 1, 0, 1, 0, 0, 2, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 0, 1, 0] from base 2 to decimal - --- result 10 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 10, 2] - --- Converting [2, 2, 2, 2, 2, 0, 2, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 0, 2, 0] - --- Converting array [1, 1, 1, 1, 1, 1, 0, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 31, 2] - --- Converting [1, 0, 1, 0, 0, 1, 3, 0] in base Y array notation - --- Result = [0, 1, 0, 1, 0, 0, 1, 3, 0] - --- Converting array [0, 1, 0, 1, 0, 0, 1, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 0, 0] from base 2 to decimal - --- result 20 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 20, 3] - --- Converting [0, 0, 2, 0, 2, 2, 3, 1] in base Y array notation - --- Result = [1, 0, 0, 1, 0, 1, 1, 3, 1] - --- Converting array [1, 0, 0, 1, 0, 1, 1, 3, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 5, 3] - --- Converting [0, 0, 2, 0, 2, 0, 3, 0] in base Y array notation - --- Result = [1, 0, 0, 1, 0, 1, 0, 3, 0] - --- Converting array [1, 0, 0, 1, 0, 1, 0, 3, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 5, 3] - --- Converting [2, 0, 2, 0, 0, 0, 3, 3] in base Y array notation - --- Result = [1, 1, 0, 1, 0, 0, 0, 3, 3] - --- Converting array [1, 1, 0, 1, 0, 0, 0, 3, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 0, 0] from base 2 to decimal - --- result 20 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 20, 3] - --- Converting [2, 2, 0, 0, 0, 0, 3, 3] in base Y array notation - --- Result = [1, 1, 1, 0, 0, 0, 0, 3, 3] - --- Converting array [1, 1, 1, 0, 0, 0, 0, 3, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 0, 0] from base 2 to decimal - --- result 24 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 24, 3] - --- Converting [0, 0, 3, 3, 3, 3, 1, 0] in base Y array notation - --- Result = [2, 0, 0, 1, 1, 1, 1, 1, 0] - --- Converting array [2, 0, 0, 1, 1, 1, 1, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 7, 1] - --- Converting [0, 0, 0, 1, 1, 1, 0, 0] in base Y array notation - --- Result = [0, 0, 0, 0, 1, 1, 1, 0, 0] - --- Converting array [0, 0, 0, 0, 1, 1, 1, 0, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 3, 0] - --- Converting [3, 3, 3, 0, 3, 3, 2, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 0, 1, 1, 2, 0] - --- Converting array [2, 1, 1, 1, 0, 1, 1, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 29, 2] - --- Converting [0, 2, 0, 2, 0, 0, 2, 0] in base Y array notation - --- Result = [1, 0, 1, 0, 1, 0, 0, 2, 0] - --- Converting array [1, 0, 1, 0, 1, 0, 0, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 0, 1, 0] from base 2 to decimal - --- result 10 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 10, 2] - --- Converting [0, 2, 0, 0, 0, 0, 1, 3] in base Y array notation - --- Result = [1, 0, 1, 0, 0, 0, 0, 1, 3] - --- Converting array [1, 0, 1, 0, 0, 0, 0, 1, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 0, 0, 0] from base 2 to decimal - --- result 8 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 8, 1] - --- Converting [3, 3, 0, 3, 0, 3, 2, 0] in base Y array notation - --- Result = [2, 1, 1, 0, 1, 0, 1, 2, 0] - --- Converting array [2, 1, 1, 0, 1, 0, 1, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 26, 2] - --- Converting [1, 1, 0, 1, 0, 1, 3, 3] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 0, 1, 3, 3] - --- Converting array [0, 1, 1, 0, 1, 0, 1, 3, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 26, 3] - --- Converting [2, 0, 0, 0, 0, 0, 1, 3] in base Y array notation - --- Result = [1, 1, 0, 0, 0, 0, 0, 1, 3] - --- Converting array [1, 1, 0, 0, 0, 0, 0, 1, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 16, 1] - --- Converting [1, 1, 0, 0, 0, 1, 2, 3] in base Y array notation - --- Result = [0, 1, 1, 0, 0, 0, 1, 2, 3] - --- Converting array [0, 1, 1, 0, 0, 0, 1, 2, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 0, 0] from base 2 to decimal - --- result 24 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 24, 2] - --- Converting [2, 2, 0, 2, 0, 2, 1, 1] in base Y array notation - --- Result = [1, 1, 1, 0, 1, 0, 1, 1, 1] - --- Converting array [1, 1, 1, 0, 1, 0, 1, 1, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 26, 1] - --- Converting [0, 0, 3, 0, 3, 3, 1, 1] in base Y array notation - --- Result = [2, 0, 0, 1, 0, 1, 1, 1, 1] - --- Converting array [2, 0, 0, 1, 0, 1, 1, 1, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 5, 1] - --- Converting [2, 0, 2, 2, 2, 2, 2, 0] in base Y array notation - --- Result = [1, 1, 0, 1, 1, 1, 1, 2, 0] - --- Converting array [1, 1, 0, 1, 1, 1, 1, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 23, 2] - --- Converting [3, 3, 0, 3, 0, 0, 2, 0] in base Y array notation - --- Result = [2, 1, 1, 0, 1, 0, 0, 2, 0] - --- Converting array [2, 1, 1, 0, 1, 0, 0, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 26, 2] - --- Converting [0, 1, 0, 0, 1, 1, 1, 0] in base Y array notation - --- Result = [0, 0, 1, 0, 0, 1, 1, 1, 0] - --- Converting array [0, 0, 1, 0, 0, 1, 1, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0, 0, 1] from base 2 to decimal - --- result 9 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 9, 1] - --- Converting [0, 3, 0, 0, 0, 0, 3, 3] in base Y array notation - --- Result = [2, 0, 1, 0, 0, 0, 0, 3, 3] - --- Converting array [2, 0, 1, 0, 0, 0, 0, 3, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0, 0, 0] from base 2 to decimal - --- result 8 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 8, 3] - --- Converting [2, 2, 2, 0, 0, 2, 0, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 0, 1, 0, 0] - --- Converting array [1, 1, 1, 1, 0, 0, 1, 0, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 0] from base 2 to decimal - --- result 28 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 28, 0] - --- Converting [3, 3, 0, 0, 3, 3, 1, 1] in base Y array notation - --- Result = [2, 1, 1, 0, 0, 1, 1, 1, 1] - --- Converting array [2, 1, 1, 0, 0, 1, 1, 1, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 25, 1] - --- Converting [3, 3, 0, 3, 3, 0, 1, 3] in base Y array notation - --- Result = [2, 1, 1, 0, 1, 1, 0, 1, 3] - --- Converting array [2, 1, 1, 0, 1, 1, 0, 1, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 27, 1] - --- Converting [3, 0, 3, 0, 3, 3, 0, 0] in base Y array notation - --- Result = [2, 1, 0, 1, 0, 1, 1, 0, 0] - --- Converting array [2, 1, 0, 1, 0, 1, 1, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 0, 1] from base 2 to decimal - --- result 21 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 21, 0] - --- Converting [0, 0, 3, 3, 3, 3, 2, 0] in base Y array notation - --- Result = [2, 0, 0, 1, 1, 1, 1, 2, 0] - --- Converting array [2, 0, 0, 1, 1, 1, 1, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 7, 2] - --- Converting [0, 2, 0, 2, 2, 2, 2, 2] in base Y array notation - --- Result = [1, 0, 1, 0, 1, 1, 1, 2, 2] - --- Converting array [1, 0, 1, 0, 1, 1, 1, 2, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 0, 1, 1] from base 2 to decimal - --- result 11 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 11, 2] - --- Converting [0, 3, 3, 0, 3, 0, 3, 1] in base Y array notation - --- Result = [2, 0, 1, 1, 0, 1, 0, 3, 1] - --- Converting array [2, 0, 1, 1, 0, 1, 0, 3, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 13, 3] - --- Converting [3, 3, 3, 0, 3, 3, 3, 3] in base Y array notation - --- Result = [2, 1, 1, 1, 0, 1, 1, 3, 3] - --- Converting array [2, 1, 1, 1, 0, 1, 1, 3, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 29, 3] - --- Converting [1, 1, 0, 1, 0, 1, 2, 0] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 0, 1, 2, 0] - --- Converting array [0, 1, 1, 0, 1, 0, 1, 2, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 26, 2] - --- Converting [0, 0, 1, 0, 0, 0, 3, 0] in base Y array notation - --- Result = [0, 0, 0, 1, 0, 0, 0, 3, 0] - --- Converting array [0, 0, 0, 1, 0, 0, 0, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1, 0, 0] from base 2 to decimal - --- result 4 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 4, 3] - --- Converting [3, 0, 0, 0, 0, 0, 2, 0] in base Y array notation - --- Result = [2, 1, 0, 0, 0, 0, 0, 2, 0] - --- Converting array [2, 1, 0, 0, 0, 0, 0, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 16, 2] - --- Converting [0, 0, 3, 3, 0, 3, 1, 2] in base Y array notation - --- Result = [2, 0, 0, 1, 1, 0, 1, 1, 2] - --- Converting array [2, 0, 0, 1, 1, 0, 1, 1, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 6, 1] - --- Converting [3, 0, 0, 0, 3, 0, 2, 0] in base Y array notation - --- Result = [2, 1, 0, 0, 0, 1, 0, 2, 0] - --- Converting array [2, 1, 0, 0, 0, 1, 0, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 0, 1] from base 2 to decimal - --- result 17 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 17, 2] - --- Converting [0, 0, 2, 2, 0, 0, 3, 2] in base Y array notation - --- Result = [1, 0, 0, 1, 1, 0, 0, 3, 2] - --- Converting array [1, 0, 0, 1, 1, 0, 0, 3, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 6, 3] - --- Converting [3, 3, 3, 3, 3, 0, 2, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 0, 2, 0] - --- Converting array [2, 1, 1, 1, 1, 1, 0, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 31, 2] - --- Converting [0, 2, 0, 2, 2, 2, 3, 0] in base Y array notation - --- Result = [1, 0, 1, 0, 1, 1, 1, 3, 0] - --- Converting array [1, 0, 1, 0, 1, 1, 1, 3, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 0, 1, 1] from base 2 to decimal - --- result 11 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 11, 3] - --- Converting [0, 3, 0, 0, 3, 3, 3, 0] in base Y array notation - --- Result = [2, 0, 1, 0, 0, 1, 1, 3, 0] - --- Converting array [2, 0, 1, 0, 0, 1, 1, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0, 0, 1] from base 2 to decimal - --- result 9 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 9, 3] - --- Converting [3, 3, 0, 0, 0, 3, 3, 1] in base Y array notation - --- Result = [2, 1, 1, 0, 0, 0, 1, 3, 1] - --- Converting array [2, 1, 1, 0, 0, 0, 1, 3, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 0, 0] from base 2 to decimal - --- result 24 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 24, 3] - --- Converting [3, 0, 3, 0, 0, 0, 3, 1] in base Y array notation - --- Result = [2, 1, 0, 1, 0, 0, 0, 3, 1] - --- Converting array [2, 1, 0, 1, 0, 0, 0, 3, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 0, 0] from base 2 to decimal - --- result 20 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 20, 3] - --- Converting [0, 2, 0, 0, 0, 2, 2, 3] in base Y array notation - --- Result = [1, 0, 1, 0, 0, 0, 1, 2, 3] - --- Converting array [1, 0, 1, 0, 0, 0, 1, 2, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 0, 0, 0] from base 2 to decimal - --- result 8 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 8, 2] - --- Converting [3, 0, 3, 3, 3, 0, 3, 0] in base Y array notation - --- Result = [2, 1, 0, 1, 1, 1, 0, 3, 0] - --- Converting array [2, 1, 0, 1, 1, 1, 0, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 23, 3] - --- Converting [1, 1, 0, 1, 0, 1, 1, 0] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 0, 1, 1, 0] - --- Converting array [0, 1, 1, 0, 1, 0, 1, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 26, 1] - --- Converting [3, 3, 3, 0, 3, 3, 1, 3] in base Y array notation - --- Result = [2, 1, 1, 1, 0, 1, 1, 1, 3] - --- Converting array [2, 1, 1, 1, 0, 1, 1, 1, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 29, 1] - --- Converting [0, 0, 1, 1, 1, 1, 1, 0] in base Y array notation - --- Result = [0, 0, 0, 1, 1, 1, 1, 1, 0] - --- Converting array [0, 0, 0, 1, 1, 1, 1, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 7, 1] - --- Converting [0, 1, 0, 1, 1, 1, 1, 2] in base Y array notation - --- Result = [0, 0, 1, 0, 1, 1, 1, 1, 2] - --- Converting array [0, 0, 1, 0, 1, 1, 1, 1, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0, 1, 1] from base 2 to decimal - --- result 11 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 11, 1] - --- Converting [1, 0, 0, 1, 0, 0, 3, 3] in base Y array notation - --- Result = [0, 1, 0, 0, 1, 0, 0, 3, 3] - --- Converting array [0, 1, 0, 0, 1, 0, 0, 3, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 1, 0] from base 2 to decimal - --- result 18 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 18, 3] - --- Converting [0, 0, 0, 1, 0, 0, 2, 1] in base Y array notation - --- Result = [0, 0, 0, 0, 1, 0, 0, 2, 1] - --- Converting array [0, 0, 0, 0, 1, 0, 0, 2, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 1, 0] from base 2 to decimal - --- result 2 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 2, 2] - --- Converting [3, 0, 3, 3, 3, 3, 1, 0] in base Y array notation - --- Result = [2, 1, 0, 1, 1, 1, 1, 1, 0] - --- Converting array [2, 1, 0, 1, 1, 1, 1, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 23, 1] - --- Converting [2, 2, 0, 0, 2, 0, 1, 2] in base Y array notation - --- Result = [1, 1, 1, 0, 0, 1, 0, 1, 2] - --- Converting array [1, 1, 1, 0, 0, 1, 0, 1, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 25, 1] - --- Converting [1, 0, 0, 1, 1, 1, 1, 0] in base Y array notation - --- Result = [0, 1, 0, 0, 1, 1, 1, 1, 0] - --- Converting array [0, 1, 0, 0, 1, 1, 1, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 1, 1] from base 2 to decimal - --- result 19 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 19, 1] - --- Converting [2, 0, 0, 0, 0, 0, 1, 0] in base Y array notation - --- Result = [1, 1, 0, 0, 0, 0, 0, 1, 0] - --- Converting array [1, 1, 0, 0, 0, 0, 0, 1, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 16, 1] - --- Converting [0, 0, 3, 3, 0, 0, 3, 0] in base Y array notation - --- Result = [2, 0, 0, 1, 1, 0, 0, 3, 0] - --- Converting array [2, 0, 0, 1, 1, 0, 0, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 6, 3] - --- Converting [3, 3, 0, 3, 3, 0, 3, 0] in base Y array notation - --- Result = [2, 1, 1, 0, 1, 1, 0, 3, 0] - --- Converting array [2, 1, 1, 0, 1, 1, 0, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 27, 3] - --- Converting [0, 0, 2, 0, 0, 0, 2, 1] in base Y array notation - --- Result = [1, 0, 0, 1, 0, 0, 0, 2, 1] - --- Converting array [1, 0, 0, 1, 0, 0, 0, 2, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 1, 0, 0] from base 2 to decimal - --- result 4 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 4, 2] - --- Converting [1, 0, 0, 0, 0, 0, 2, 1] in base Y array notation - --- Result = [0, 1, 0, 0, 0, 0, 0, 2, 1] - --- Converting array [0, 1, 0, 0, 0, 0, 0, 2, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 16, 2] - --- Converting [0, 0, 0, 0, 1, 0, 3, 1] in base Y array notation - --- Result = [0, 0, 0, 0, 0, 1, 0, 3, 1] - --- Converting array [0, 0, 0, 0, 0, 1, 0, 3, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 0, 1] from base 2 to decimal - --- result 1 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 1, 3] - --- Converting [1, 1, 0, 1, 1, 0, 3, 1] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 1, 0, 3, 1] - --- Converting array [0, 1, 1, 0, 1, 1, 0, 3, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 27, 3] - --- Converting [0, 3, 3, 3, 3, 3, 2, 1] in base Y array notation - --- Result = [2, 0, 1, 1, 1, 1, 1, 2, 1] - --- Converting array [2, 0, 1, 1, 1, 1, 1, 2, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 15, 2] - --- Converting [0, 0, 0, 2, 2, 2, 2, 3] in base Y array notation - --- Result = [1, 0, 0, 0, 1, 1, 1, 2, 3] - --- Converting array [1, 0, 0, 0, 1, 1, 1, 2, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 3, 2] - --- Converting [3, 3, 0, 3, 0, 0, 1, 2] in base Y array notation - --- Result = [2, 1, 1, 0, 1, 0, 0, 1, 2] - --- Converting array [2, 1, 1, 0, 1, 0, 0, 1, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 26, 1] - --- Converting [3, 0, 0, 3, 0, 3, 0, 0] in base Y array notation - --- Result = [2, 1, 0, 0, 1, 0, 1, 0, 0] - --- Converting array [2, 1, 0, 0, 1, 0, 1, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 1, 0] from base 2 to decimal - --- result 18 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 18, 0] - --- Converting [1, 1, 1, 0, 0, 0, 1, 0] in base Y array notation - --- Result = [0, 1, 1, 1, 0, 0, 0, 1, 0] - --- Converting array [0, 1, 1, 1, 0, 0, 0, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 0, 0] from base 2 to decimal - --- result 28 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 28, 1] - --- Converting [0, 0, 2, 2, 2, 0, 1, 0] in base Y array notation - --- Result = [1, 0, 0, 1, 1, 1, 0, 1, 0] - --- Converting array [1, 0, 0, 1, 1, 1, 0, 1, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 7, 1] - --- Converting [0, 2, 0, 0, 2, 2, 1, 0] in base Y array notation - --- Result = [1, 0, 1, 0, 0, 1, 1, 1, 0] - --- Converting array [1, 0, 1, 0, 0, 1, 1, 1, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 0, 0, 1] from base 2 to decimal - --- result 9 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 9, 1] - --- Converting [0, 2, 0, 2, 2, 0, 2, 1] in base Y array notation - --- Result = [1, 0, 1, 0, 1, 1, 0, 2, 1] - --- Converting array [1, 0, 1, 0, 1, 1, 0, 2, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 0, 1, 1] from base 2 to decimal - --- result 11 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 11, 2] - --- Converting [1, 0, 1, 1, 0, 1, 3, 0] in base Y array notation - --- Result = [0, 1, 0, 1, 1, 0, 1, 3, 0] - --- Converting array [0, 1, 0, 1, 1, 0, 1, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 1, 0] from base 2 to decimal - --- result 22 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 22, 3] - --- Converting [0, 1, 1, 0, 0, 0, 2, 2] in base Y array notation - --- Result = [0, 0, 1, 1, 0, 0, 0, 2, 2] - --- Converting array [0, 0, 1, 1, 0, 0, 0, 2, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 0, 0] from base 2 to decimal - --- result 12 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 12, 2] - --- Converting [0, 1, 0, 0, 1, 0, 1, 0] in base Y array notation - --- Result = [0, 0, 1, 0, 0, 1, 0, 1, 0] - --- Converting array [0, 0, 1, 0, 0, 1, 0, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0, 0, 1] from base 2 to decimal - --- result 9 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 9, 1] - --- Converting [3, 3, 0, 0, 0, 3, 3, 2] in base Y array notation - --- Result = [2, 1, 1, 0, 0, 0, 1, 3, 2] - --- Converting array [2, 1, 1, 0, 0, 0, 1, 3, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 0, 0] from base 2 to decimal - --- result 24 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 24, 3] - --- Converting [0, 2, 2, 2, 2, 2, 3, 3] in base Y array notation - --- Result = [1, 0, 1, 1, 1, 1, 1, 3, 3] - --- Converting array [1, 0, 1, 1, 1, 1, 1, 3, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 15, 3] - --- Converting [2, 0, 2, 2, 0, 0, 3, 2] in base Y array notation - --- Result = [1, 1, 0, 1, 1, 0, 0, 3, 2] - --- Converting array [1, 1, 0, 1, 1, 0, 0, 3, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 1, 0] from base 2 to decimal - --- result 22 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 22, 3] - --- Converting [0, 0, 3, 3, 0, 3, 2, 2] in base Y array notation - --- Result = [2, 0, 0, 1, 1, 0, 1, 2, 2] - --- Converting array [2, 0, 0, 1, 1, 0, 1, 2, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 6, 2] - --- Converting [3, 3, 0, 0, 3, 3, 3, 3] in base Y array notation - --- Result = [2, 1, 1, 0, 0, 1, 1, 3, 3] - --- Converting array [2, 1, 1, 0, 0, 1, 1, 3, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 25, 3] - --- Converting [2, 2, 2, 0, 2, 2, 1, 3] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 1, 1, 1, 3] - --- Converting array [1, 1, 1, 1, 0, 1, 1, 1, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 29, 1] - --- Converting [2, 2, 2, 2, 2, 0, 0, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 0, 0, 0] - --- Converting array [1, 1, 1, 1, 1, 1, 0, 0, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 31, 0] - --- Converting [2, 2, 0, 2, 2, 0, 0, 0] in base Y array notation - --- Result = [1, 1, 1, 0, 1, 1, 0, 0, 0] - --- Converting array [1, 1, 1, 0, 1, 1, 0, 0, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 27, 0] - --- Converting [1, 0, 0, 0, 0, 1, 1, 1] in base Y array notation - --- Result = [0, 1, 0, 0, 0, 0, 1, 1, 1] - --- Converting array [0, 1, 0, 0, 0, 0, 1, 1, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 16, 1] - --- Converting [2, 0, 2, 2, 0, 2, 1, 0] in base Y array notation - --- Result = [1, 1, 0, 1, 1, 0, 1, 1, 0] - --- Converting array [1, 1, 0, 1, 1, 0, 1, 1, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 1, 0] from base 2 to decimal - --- result 22 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 22, 1] - --- Converting [1, 0, 0, 0, 1, 0, 3, 0] in base Y array notation - --- Result = [0, 1, 0, 0, 0, 1, 0, 3, 0] - --- Converting array [0, 1, 0, 0, 0, 1, 0, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 0, 1] from base 2 to decimal - --- result 17 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 17, 3] - --- Converting [2, 0, 2, 0, 2, 0, 2, 3] in base Y array notation - --- Result = [1, 1, 0, 1, 0, 1, 0, 2, 3] - --- Converting array [1, 1, 0, 1, 0, 1, 0, 2, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 0, 1] from base 2 to decimal - --- result 21 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 21, 2] - --- Converting [0, 0, 1, 1, 0, 0, 3, 3] in base Y array notation - --- Result = [0, 0, 0, 1, 1, 0, 0, 3, 3] - --- Converting array [0, 0, 0, 1, 1, 0, 0, 3, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 6, 3] - --- Converting [0, 2, 2, 0, 0, 2, 3, 1] in base Y array notation - --- Result = [1, 0, 1, 1, 0, 0, 1, 3, 1] - --- Converting array [1, 0, 1, 1, 0, 0, 1, 3, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 0, 0] from base 2 to decimal - --- result 12 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 12, 3] - --- Converting [2, 0, 2, 2, 2, 2, 1, 2] in base Y array notation - --- Result = [1, 1, 0, 1, 1, 1, 1, 1, 2] - --- Converting array [1, 1, 0, 1, 1, 1, 1, 1, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 23, 1] - --- Converting [1, 0, 1, 1, 0, 1, 0, 0] in base Y array notation - --- Result = [0, 1, 0, 1, 1, 0, 1, 0, 0] - --- Converting array [0, 1, 0, 1, 1, 0, 1, 0, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 1, 0] from base 2 to decimal - --- result 22 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 22, 0] - --- Converting [0, 3, 0, 3, 0, 0, 3, 0] in base Y array notation - --- Result = [2, 0, 1, 0, 1, 0, 0, 3, 0] - --- Converting array [2, 0, 1, 0, 1, 0, 0, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0, 1, 0] from base 2 to decimal - --- result 10 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 10, 3] - --- Converting [3, 3, 0, 3, 3, 3, 2, 3] in base Y array notation - --- Result = [2, 1, 1, 0, 1, 1, 1, 2, 3] - --- Converting array [2, 1, 1, 0, 1, 1, 1, 2, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 27, 2] - --- Converting [1, 0, 0, 1, 1, 1, 1, 2] in base Y array notation - --- Result = [0, 1, 0, 0, 1, 1, 1, 1, 2] - --- Converting array [0, 1, 0, 0, 1, 1, 1, 1, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 1, 1] from base 2 to decimal - --- result 19 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 19, 1] - --- Converting [0, 3, 3, 0, 3, 0, 3, 0] in base Y array notation - --- Result = [2, 0, 1, 1, 0, 1, 0, 3, 0] - --- Converting array [2, 0, 1, 1, 0, 1, 0, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 13, 3] - --- Converting [0, 0, 1, 1, 0, 1, 3, 0] in base Y array notation - --- Result = [0, 0, 0, 1, 1, 0, 1, 3, 0] - --- Converting array [0, 0, 0, 1, 1, 0, 1, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 6, 3] - --- Converting [0, 0, 3, 3, 3, 3, 3, 3] in base Y array notation - --- Result = [2, 0, 0, 1, 1, 1, 1, 3, 3] - --- Converting array [2, 0, 0, 1, 1, 1, 1, 3, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 7, 3] - --- Converting [2, 0, 2, 0, 2, 2, 3, 0] in base Y array notation - --- Result = [1, 1, 0, 1, 0, 1, 1, 3, 0] - --- Converting array [1, 1, 0, 1, 0, 1, 1, 3, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 0, 1] from base 2 to decimal - --- result 21 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 21, 3] - --- Converting [0, 0, 3, 0, 0, 0, 3, 3] in base Y array notation - --- Result = [2, 0, 0, 1, 0, 0, 0, 3, 3] - --- Converting array [2, 0, 0, 1, 0, 0, 0, 3, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 0, 0] from base 2 to decimal - --- result 4 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 4, 3] - --- Converting [0, 0, 0, 3, 3, 3, 2, 3] in base Y array notation - --- Result = [2, 0, 0, 0, 1, 1, 1, 2, 3] - --- Converting array [2, 0, 0, 0, 1, 1, 1, 2, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 3, 2] - --- Converting [0, 0, 0, 0, 2, 0, 0, 0] in base Y array notation - --- Result = [1, 0, 0, 0, 0, 1, 0, 0, 0] - --- Converting array [1, 0, 0, 0, 0, 1, 0, 0, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 0, 0, 1] from base 2 to decimal - --- result 1 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 1, 0] - --- Converting [2, 2, 2, 0, 2, 0, 1, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 1, 0, 1, 0] - --- Converting array [1, 1, 1, 1, 0, 1, 0, 1, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 29, 1] - --- Converting [0, 1, 1, 1, 0, 0, 2, 3] in base Y array notation - --- Result = [0, 0, 1, 1, 1, 0, 0, 2, 3] - --- Converting array [0, 0, 1, 1, 1, 0, 0, 2, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 1, 0] from base 2 to decimal - --- result 14 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 14, 2] - --- Converting [3, 3, 3, 3, 3, 0, 1, 2] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 0, 1, 2] - --- Converting array [2, 1, 1, 1, 1, 1, 0, 1, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 31, 1] - --- Converting [2, 2, 2, 0, 0, 2, 1, 2] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 0, 1, 1, 2] - --- Converting array [1, 1, 1, 1, 0, 0, 1, 1, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 0] from base 2 to decimal - --- result 28 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 28, 1] - --- Converting [0, 3, 0, 3, 3, 3, 2, 2] in base Y array notation - --- Result = [2, 0, 1, 0, 1, 1, 1, 2, 2] - --- Converting array [2, 0, 1, 0, 1, 1, 1, 2, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0, 1, 1] from base 2 to decimal - --- result 11 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 11, 2] - --- Converting [0, 1, 0, 0, 0, 0, 3, 2] in base Y array notation - --- Result = [0, 0, 1, 0, 0, 0, 0, 3, 2] - --- Converting array [0, 0, 1, 0, 0, 0, 0, 3, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0, 0, 0] from base 2 to decimal - --- result 8 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 8, 3] - --- Converting [3, 0, 0, 3, 0, 0, 1, 0] in base Y array notation - --- Result = [2, 1, 0, 0, 1, 0, 0, 1, 0] - --- Converting array [2, 1, 0, 0, 1, 0, 0, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 1, 0] from base 2 to decimal - --- result 18 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 18, 1] - --- Converting [0, 0, 1, 1, 0, 0, 0, 0] in base Y array notation - --- Result = [0, 0, 0, 1, 1, 0, 0, 0, 0] - --- Converting array [0, 0, 0, 1, 1, 0, 0, 0, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 6, 0] - --- Converting [0, 2, 0, 2, 2, 2, 3, 0] in base Y array notation - --- Result = [1, 0, 1, 0, 1, 1, 1, 3, 0] - --- Converting array [1, 0, 1, 0, 1, 1, 1, 3, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 0, 1, 1] from base 2 to decimal - --- result 11 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 11, 3] - --- Converting [1, 1, 0, 0, 0, 0, 2, 0] in base Y array notation - --- Result = [0, 1, 1, 0, 0, 0, 0, 2, 0] - --- Converting array [0, 1, 1, 0, 0, 0, 0, 2, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 0, 0] from base 2 to decimal - --- result 24 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 24, 2] - --- Converting [1, 0, 0, 1, 0, 0, 2, 1] in base Y array notation - --- Result = [0, 1, 0, 0, 1, 0, 0, 2, 1] - --- Converting array [0, 1, 0, 0, 1, 0, 0, 2, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 1, 0] from base 2 to decimal - --- result 18 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 18, 2] - --- Converting [0, 1, 1, 0, 1, 1, 2, 2] in base Y array notation - --- Result = [0, 0, 1, 1, 0, 1, 1, 2, 2] - --- Converting array [0, 0, 1, 1, 0, 1, 1, 2, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 13, 2] - --- Converting [2, 0, 0, 0, 2, 0, 1, 0] in base Y array notation - --- Result = [1, 1, 0, 0, 0, 1, 0, 1, 0] - --- Converting array [1, 1, 0, 0, 0, 1, 0, 1, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0, 0, 1] from base 2 to decimal - --- result 17 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 17, 1] - --- Converting [3, 0, 3, 3, 3, 0, 1, 1] in base Y array notation - --- Result = [2, 1, 0, 1, 1, 1, 0, 1, 1] - --- Converting array [2, 1, 0, 1, 1, 1, 0, 1, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 23, 1] - --- Converting [1, 1, 0, 1, 1, 1, 0, 0] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 1, 1, 0, 0] - --- Converting array [0, 1, 1, 0, 1, 1, 1, 0, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 27, 0] - --- Converting [0, 0, 2, 0, 2, 2, 2, 1] in base Y array notation - --- Result = [1, 0, 0, 1, 0, 1, 1, 2, 1] - --- Converting array [1, 0, 0, 1, 0, 1, 1, 2, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 5, 2] - --- Converting [0, 0, 3, 3, 3, 0, 1, 3] in base Y array notation - --- Result = [2, 0, 0, 1, 1, 1, 0, 1, 3] - --- Converting array [2, 0, 0, 1, 1, 1, 0, 1, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 7, 1] - --- Converting [1, 1, 0, 0, 0, 1, 1, 2] in base Y array notation - --- Result = [0, 1, 1, 0, 0, 0, 1, 1, 2] - --- Converting array [0, 1, 1, 0, 0, 0, 1, 1, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 0, 0] from base 2 to decimal - --- result 24 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 24, 1] - --- Converting [1, 0, 0, 0, 1, 0, 1, 0] in base Y array notation - --- Result = [0, 1, 0, 0, 0, 1, 0, 1, 0] - --- Converting array [0, 1, 0, 0, 0, 1, 0, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 0, 1] from base 2 to decimal - --- result 17 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 17, 1] - --- Converting [2, 2, 0, 2, 2, 0, 3, 1] in base Y array notation - --- Result = [1, 1, 1, 0, 1, 1, 0, 3, 1] - --- Converting array [1, 1, 1, 0, 1, 1, 0, 3, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 27, 3] - --- Converting [0, 1, 0, 1, 1, 1, 0, 0] in base Y array notation - --- Result = [0, 0, 1, 0, 1, 1, 1, 0, 0] - --- Converting array [0, 0, 1, 0, 1, 1, 1, 0, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0, 1, 1] from base 2 to decimal - --- result 11 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 11, 0] - --- Converting [3, 0, 0, 0, 0, 0, 2, 2] in base Y array notation - --- Result = [2, 1, 0, 0, 0, 0, 0, 2, 2] - --- Converting array [2, 1, 0, 0, 0, 0, 0, 2, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 16, 2] - --- Converting [0, 1, 0, 1, 0, 0, 1, 0] in base Y array notation - --- Result = [0, 0, 1, 0, 1, 0, 0, 1, 0] - --- Converting array [0, 0, 1, 0, 1, 0, 0, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0, 1, 0] from base 2 to decimal - --- result 10 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 10, 1] - --- Converting [0, 3, 3, 0, 0, 3, 2, 0] in base Y array notation - --- Result = [2, 0, 1, 1, 0, 0, 1, 2, 0] - --- Converting array [2, 0, 1, 1, 0, 0, 1, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 0, 0] from base 2 to decimal - --- result 12 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 12, 2] - --- Converting [0, 2, 2, 0, 0, 0, 2, 0] in base Y array notation - --- Result = [1, 0, 1, 1, 0, 0, 0, 2, 0] - --- Converting array [1, 0, 1, 1, 0, 0, 0, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 0, 0] from base 2 to decimal - --- result 12 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 12, 2] - --- Converting [3, 0, 0, 0, 0, 3, 3, 3] in base Y array notation - --- Result = [2, 1, 0, 0, 0, 0, 1, 3, 3] - --- Converting array [2, 1, 0, 0, 0, 0, 1, 3, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 16, 3] - --- Converting [0, 0, 0, 2, 2, 2, 2, 2] in base Y array notation - --- Result = [1, 0, 0, 0, 1, 1, 1, 2, 2] - --- Converting array [1, 0, 0, 0, 1, 1, 1, 2, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 3, 2] - --- Converting [0, 2, 2, 2, 0, 2, 3, 1] in base Y array notation - --- Result = [1, 0, 1, 1, 1, 0, 1, 3, 1] - --- Converting array [1, 0, 1, 1, 1, 0, 1, 3, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 1, 0] from base 2 to decimal - --- result 14 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 14, 3] - --- Converting [0, 2, 2, 2, 0, 0, 2, 0] in base Y array notation - --- Result = [1, 0, 1, 1, 1, 0, 0, 2, 0] - --- Converting array [1, 0, 1, 1, 1, 0, 0, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 1, 0] from base 2 to decimal - --- result 14 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 14, 2] - --- Converting [0, 1, 0, 0, 0, 0, 2, 1] in base Y array notation - --- Result = [0, 0, 1, 0, 0, 0, 0, 2, 1] - --- Converting array [0, 0, 1, 0, 0, 0, 0, 2, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0, 0, 0] from base 2 to decimal - --- result 8 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 8, 2] - --- Converting [0, 0, 1, 1, 1, 0, 2, 1] in base Y array notation - --- Result = [0, 0, 0, 1, 1, 1, 0, 2, 1] - --- Converting array [0, 0, 0, 1, 1, 1, 0, 2, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 7, 2] - --- Converting [0, 3, 3, 0, 3, 0, 3, 3] in base Y array notation - --- Result = [2, 0, 1, 1, 0, 1, 0, 3, 3] - --- Converting array [2, 0, 1, 1, 0, 1, 0, 3, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 13, 3] - --- Converting [1, 1, 0, 1, 0, 0, 2, 2] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 0, 0, 2, 2] - --- Converting array [0, 1, 1, 0, 1, 0, 0, 2, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 26, 2] - --- Converting [3, 3, 3, 0, 0, 3, 2, 3] in base Y array notation - --- Result = [2, 1, 1, 1, 0, 0, 1, 2, 3] - --- Converting array [2, 1, 1, 1, 0, 0, 1, 2, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 0, 0] from base 2 to decimal - --- result 28 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 28, 2] - --- Converting [3, 3, 3, 0, 3, 0, 2, 3] in base Y array notation - --- Result = [2, 1, 1, 1, 0, 1, 0, 2, 3] - --- Converting array [2, 1, 1, 1, 0, 1, 0, 2, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 29, 2] - --- Converting [0, 1, 0, 0, 1, 1, 1, 0] in base Y array notation - --- Result = [0, 0, 1, 0, 0, 1, 1, 1, 0] - --- Converting array [0, 0, 1, 0, 0, 1, 1, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0, 0, 1] from base 2 to decimal - --- result 9 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 9, 1] - --- Converting [2, 0, 0, 0, 0, 0, 1, 2] in base Y array notation - --- Result = [1, 1, 0, 0, 0, 0, 0, 1, 2] - --- Converting array [1, 1, 0, 0, 0, 0, 0, 1, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 16, 1] - --- Converting [0, 0, 3, 0, 0, 0, 1, 2] in base Y array notation - --- Result = [2, 0, 0, 1, 0, 0, 0, 1, 2] - --- Converting array [2, 0, 0, 1, 0, 0, 0, 1, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 0, 0] from base 2 to decimal - --- result 4 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 4, 1] - --- Converting [0, 3, 3, 0, 0, 0, 1, 1] in base Y array notation - --- Result = [2, 0, 1, 1, 0, 0, 0, 1, 1] - --- Converting array [2, 0, 1, 1, 0, 0, 0, 1, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 0, 0] from base 2 to decimal - --- result 12 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 12, 1] - --- Converting [2, 2, 0, 0, 0, 2, 0, 0] in base Y array notation - --- Result = [1, 1, 1, 0, 0, 0, 1, 0, 0] - --- Converting array [1, 1, 1, 0, 0, 0, 1, 0, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 0, 0] from base 2 to decimal - --- result 24 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 24, 0] - --- Converting [0, 0, 2, 0, 0, 2, 1, 0] in base Y array notation - --- Result = [1, 0, 0, 1, 0, 0, 1, 1, 0] - --- Converting array [1, 0, 0, 1, 0, 0, 1, 1, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 1, 0, 0] from base 2 to decimal - --- result 4 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 4, 1] - --- Converting [1, 0, 0, 1, 0, 1, 1, 0] in base Y array notation - --- Result = [0, 1, 0, 0, 1, 0, 1, 1, 0] - --- Converting array [0, 1, 0, 0, 1, 0, 1, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 1, 0] from base 2 to decimal - --- result 18 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 18, 1] - --- Converting [1, 1, 1, 0, 0, 1, 1, 0] in base Y array notation - --- Result = [0, 1, 1, 1, 0, 0, 1, 1, 0] - --- Converting array [0, 1, 1, 1, 0, 0, 1, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 0, 0] from base 2 to decimal - --- result 28 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 28, 1] - --- Converting [0, 1, 1, 1, 1, 1, 1, 0] in base Y array notation - --- Result = [0, 0, 1, 1, 1, 1, 1, 1, 0] - --- Converting array [0, 0, 1, 1, 1, 1, 1, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 15, 1] - --- Converting [2, 0, 2, 0, 2, 0, 3, 3] in base Y array notation - --- Result = [1, 1, 0, 1, 0, 1, 0, 3, 3] - --- Converting array [1, 1, 0, 1, 0, 1, 0, 3, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 0, 1] from base 2 to decimal - --- result 21 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 21, 3] - --- Converting [1, 1, 1, 1, 1, 1, 1, 3] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 1, 1, 3] - --- Converting array [0, 1, 1, 1, 1, 1, 1, 1, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 31, 1] - --- Converting [1, 1, 1, 1, 0, 0, 3, 0] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 0, 0, 3, 0] - --- Converting array [0, 1, 1, 1, 1, 0, 0, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 30, 3] - --- Converting [3, 0, 3, 0, 0, 3, 3, 0] in base Y array notation - --- Result = [2, 1, 0, 1, 0, 0, 1, 3, 0] - --- Converting array [2, 1, 0, 1, 0, 0, 1, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 0, 0] from base 2 to decimal - --- result 20 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 20, 3] - --- Converting [0, 3, 0, 3, 3, 3, 1, 1] in base Y array notation - --- Result = [2, 0, 1, 0, 1, 1, 1, 1, 1] - --- Converting array [2, 0, 1, 0, 1, 1, 1, 1, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0, 1, 1] from base 2 to decimal - --- result 11 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 11, 1] - --- Converting [1, 0, 1, 0, 0, 0, 1, 2] in base Y array notation - --- Result = [0, 1, 0, 1, 0, 0, 0, 1, 2] - --- Converting array [0, 1, 0, 1, 0, 0, 0, 1, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 0, 0] from base 2 to decimal - --- result 20 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 20, 1] - --- Converting [2, 0, 0, 0, 0, 2, 2, 0] in base Y array notation - --- Result = [1, 1, 0, 0, 0, 0, 1, 2, 0] - --- Converting array [1, 1, 0, 0, 0, 0, 1, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 16, 2] - --- Converting [3, 0, 0, 3, 0, 0, 1, 1] in base Y array notation - --- Result = [2, 1, 0, 0, 1, 0, 0, 1, 1] - --- Converting array [2, 1, 0, 0, 1, 0, 0, 1, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 1, 0] from base 2 to decimal - --- result 18 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 18, 1] - --- Converting [2, 0, 2, 0, 0, 2, 2, 3] in base Y array notation - --- Result = [1, 1, 0, 1, 0, 0, 1, 2, 3] - --- Converting array [1, 1, 0, 1, 0, 0, 1, 2, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 0, 0] from base 2 to decimal - --- result 20 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 20, 2] - --- Converting [3, 3, 3, 3, 0, 3, 0, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 0, 1, 0, 0] - --- Converting array [2, 1, 1, 1, 1, 0, 1, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 30, 0] - --- Converting [3, 3, 3, 3, 0, 3, 2, 2] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 0, 1, 2, 2] - --- Converting array [2, 1, 1, 1, 1, 0, 1, 2, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 30, 2] - --- Converting [0, 1, 0, 1, 1, 0, 2, 0] in base Y array notation - --- Result = [0, 0, 1, 0, 1, 1, 0, 2, 0] - --- Converting array [0, 0, 1, 0, 1, 1, 0, 2, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0, 1, 1] from base 2 to decimal - --- result 11 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 11, 2] - --- Converting [3, 3, 3, 3, 0, 0, 3, 2] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 0, 0, 3, 2] - --- Converting array [2, 1, 1, 1, 1, 0, 0, 3, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 30, 3] - --- Converting [2, 0, 2, 0, 0, 0, 2, 1] in base Y array notation - --- Result = [1, 1, 0, 1, 0, 0, 0, 2, 1] - --- Converting array [1, 1, 0, 1, 0, 0, 0, 2, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 0, 0] from base 2 to decimal - --- result 20 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 20, 2] - --- Converting [0, 3, 0, 0, 3, 3, 1, 2] in base Y array notation - --- Result = [2, 0, 1, 0, 0, 1, 1, 1, 2] - --- Converting array [2, 0, 1, 0, 0, 1, 1, 1, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0, 0, 1] from base 2 to decimal - --- result 9 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 9, 1] - --- Converting [0, 0, 3, 3, 0, 0, 2, 0] in base Y array notation - --- Result = [2, 0, 0, 1, 1, 0, 0, 2, 0] - --- Converting array [2, 0, 0, 1, 1, 0, 0, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 6, 2] - --- Converting [1, 1, 1, 0, 1, 0, 1, 1] in base Y array notation - --- Result = [0, 1, 1, 1, 0, 1, 0, 1, 1] - --- Converting array [0, 1, 1, 1, 0, 1, 0, 1, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 29, 1] - --- Converting [0, 3, 3, 3, 3, 3, 3, 3] in base Y array notation - --- Result = [2, 0, 1, 1, 1, 1, 1, 3, 3] - --- Converting array [2, 0, 1, 1, 1, 1, 1, 3, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 15, 3] - --- Converting [2, 0, 0, 2, 0, 0, 2, 1] in base Y array notation - --- Result = [1, 1, 0, 0, 1, 0, 0, 2, 1] - --- Converting array [1, 1, 0, 0, 1, 0, 0, 2, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0, 1, 0] from base 2 to decimal - --- result 18 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 18, 2] - --- Converting [2, 2, 2, 0, 2, 0, 0, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 1, 0, 0, 0] - --- Converting array [1, 1, 1, 1, 0, 1, 0, 0, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 29, 0] - --- Converting [3, 0, 0, 0, 0, 0, 1, 2] in base Y array notation - --- Result = [2, 1, 0, 0, 0, 0, 0, 1, 2] - --- Converting array [2, 1, 0, 0, 0, 0, 0, 1, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 16, 1] - --- Converting [0, 1, 0, 1, 1, 1, 2, 1] in base Y array notation - --- Result = [0, 0, 1, 0, 1, 1, 1, 2, 1] - --- Converting array [0, 0, 1, 0, 1, 1, 1, 2, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0, 1, 1] from base 2 to decimal - --- result 11 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 11, 2] - --- Converting [3, 3, 3, 3, 3, 0, 3, 1] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 0, 3, 1] - --- Converting array [2, 1, 1, 1, 1, 1, 0, 3, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 31, 3] - --- Converting [0, 3, 0, 3, 3, 0, 3, 1] in base Y array notation - --- Result = [2, 0, 1, 0, 1, 1, 0, 3, 1] - --- Converting array [2, 0, 1, 0, 1, 1, 0, 3, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0, 1, 1] from base 2 to decimal - --- result 11 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 11, 3] - --- Converting [3, 0, 0, 0, 0, 0, 2, 2] in base Y array notation - --- Result = [2, 1, 0, 0, 0, 0, 0, 2, 2] - --- Converting array [2, 1, 0, 0, 0, 0, 0, 2, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 16, 2] - --- Converting [0, 3, 0, 0, 3, 0, 1, 0] in base Y array notation - --- Result = [2, 0, 1, 0, 0, 1, 0, 1, 0] - --- Converting array [2, 0, 1, 0, 0, 1, 0, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0, 0, 1] from base 2 to decimal - --- result 9 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 9, 1] - --- Converting [0, 3, 3, 0, 0, 3, 3, 1] in base Y array notation - --- Result = [2, 0, 1, 1, 0, 0, 1, 3, 1] - --- Converting array [2, 0, 1, 1, 0, 0, 1, 3, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 0, 0] from base 2 to decimal - --- result 12 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 12, 3] - --- Converting [2, 2, 2, 0, 0, 2, 2, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 0, 1, 2, 0] - --- Converting array [1, 1, 1, 1, 0, 0, 1, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 0] from base 2 to decimal - --- result 28 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 28, 2] - --- Converting [3, 0, 3, 0, 0, 0, 2, 1] in base Y array notation - --- Result = [2, 1, 0, 1, 0, 0, 0, 2, 1] - --- Converting array [2, 1, 0, 1, 0, 0, 0, 2, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 0, 0] from base 2 to decimal - --- result 20 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 20, 2] - --- Converting [0, 3, 0, 3, 0, 3, 0, 0] in base Y array notation - --- Result = [2, 0, 1, 0, 1, 0, 1, 0, 0] - --- Converting array [2, 0, 1, 0, 1, 0, 1, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0, 1, 0] from base 2 to decimal - --- result 10 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 10, 0] - --- Converting [0, 3, 0, 0, 0, 0, 3, 2] in base Y array notation - --- Result = [2, 0, 1, 0, 0, 0, 0, 3, 2] - --- Converting array [2, 0, 1, 0, 0, 0, 0, 3, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0, 0, 0] from base 2 to decimal - --- result 8 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 8, 3] - --- Converting [0, 0, 3, 3, 3, 3, 1, 0] in base Y array notation - --- Result = [2, 0, 0, 1, 1, 1, 1, 1, 0] - --- Converting array [2, 0, 0, 1, 1, 1, 1, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 7, 1] - --- Converting [0, 1, 1, 1, 0, 1, 1, 0] in base Y array notation - --- Result = [0, 0, 1, 1, 1, 0, 1, 1, 0] - --- Converting array [0, 0, 1, 1, 1, 0, 1, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 1, 0] from base 2 to decimal - --- result 14 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 14, 1] - --- Converting [0, 0, 0, 0, 3, 3, 2, 0] in base Y array notation - --- Result = [2, 0, 0, 0, 0, 1, 1, 2, 0] - --- Converting array [2, 0, 0, 0, 0, 1, 1, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 0, 0, 1] from base 2 to decimal - --- result 1 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 1, 2] - --- Converting [0, 0, 2, 2, 2, 0, 2, 0] in base Y array notation - --- Result = [1, 0, 0, 1, 1, 1, 0, 2, 0] - --- Converting array [1, 0, 0, 1, 1, 1, 0, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 7, 2] - --- Converting [0, 2, 0, 2, 2, 2, 2, 0] in base Y array notation - --- Result = [1, 0, 1, 0, 1, 1, 1, 2, 0] - --- Converting array [1, 0, 1, 0, 1, 1, 1, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 0, 1, 1] from base 2 to decimal - --- result 11 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 11, 2] - --- Converting [3, 0, 0, 3, 0, 3, 1, 3] in base Y array notation - --- Result = [2, 1, 0, 0, 1, 0, 1, 1, 3] - --- Converting array [2, 1, 0, 0, 1, 0, 1, 1, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 1, 0] from base 2 to decimal - --- result 18 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 18, 1] - --- Converting [0, 0, 0, 3, 0, 0, 1, 0] in base Y array notation - --- Result = [2, 0, 0, 0, 1, 0, 0, 1, 0] - --- Converting array [2, 0, 0, 0, 1, 0, 0, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 0, 1, 0] from base 2 to decimal - --- result 2 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 2, 1] - --- Converting [0, 2, 0, 2, 2, 0, 2, 0] in base Y array notation - --- Result = [1, 0, 1, 0, 1, 1, 0, 2, 0] - --- Converting array [1, 0, 1, 0, 1, 1, 0, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 0, 1, 1] from base 2 to decimal - --- result 11 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 11, 2] - --- Converting [1, 1, 1, 1, 1, 0, 3, 0] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 0, 3, 0] - --- Converting array [0, 1, 1, 1, 1, 1, 0, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 31, 3] - --- Converting [2, 2, 2, 0, 2, 0, 2, 2] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 1, 0, 2, 2] - --- Converting array [1, 1, 1, 1, 0, 1, 0, 2, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 29, 2] - --- Converting [3, 0, 3, 3, 3, 0, 2, 1] in base Y array notation - --- Result = [2, 1, 0, 1, 1, 1, 0, 2, 1] - --- Converting array [2, 1, 0, 1, 1, 1, 0, 2, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 23, 2] - --- Converting [1, 0, 1, 1, 0, 0, 1, 3] in base Y array notation - --- Result = [0, 1, 0, 1, 1, 0, 0, 1, 3] - --- Converting array [0, 1, 0, 1, 1, 0, 0, 1, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 1, 0] from base 2 to decimal - --- result 22 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 22, 1] - --- Converting [0, 0, 3, 3, 0, 3, 1, 0] in base Y array notation - --- Result = [2, 0, 0, 1, 1, 0, 1, 1, 0] - --- Converting array [2, 0, 0, 1, 1, 0, 1, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 6, 1] - --- Converting [3, 0, 3, 0, 3, 0, 3, 2] in base Y array notation - --- Result = [2, 1, 0, 1, 0, 1, 0, 3, 2] - --- Converting array [2, 1, 0, 1, 0, 1, 0, 3, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 0, 1] from base 2 to decimal - --- result 21 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 21, 3] - --- Converting [0, 0, 2, 0, 0, 0, 2, 2] in base Y array notation - --- Result = [1, 0, 0, 1, 0, 0, 0, 2, 2] - --- Converting array [1, 0, 0, 1, 0, 0, 0, 2, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 1, 0, 0] from base 2 to decimal - --- result 4 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 4, 2] - --- Converting [2, 2, 2, 0, 0, 2, 3, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 0, 1, 3, 0] - --- Converting array [1, 1, 1, 1, 0, 0, 1, 3, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 0] from base 2 to decimal - --- result 28 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 28, 3] - --- Converting [0, 0, 0, 0, 3, 0, 2, 0] in base Y array notation - --- Result = [2, 0, 0, 0, 0, 1, 0, 2, 0] - --- Converting array [2, 0, 0, 0, 0, 1, 0, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 0, 0, 1] from base 2 to decimal - --- result 1 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 1, 2] - --- Converting [1, 0, 1, 0, 1, 0, 3, 0] in base Y array notation - --- Result = [0, 1, 0, 1, 0, 1, 0, 3, 0] - --- Converting array [0, 1, 0, 1, 0, 1, 0, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 0, 1] from base 2 to decimal - --- result 21 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 21, 3] - --- Converting [0, 2, 2, 2, 0, 0, 1, 1] in base Y array notation - --- Result = [1, 0, 1, 1, 1, 0, 0, 1, 1] - --- Converting array [1, 0, 1, 1, 1, 0, 0, 1, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 1, 0] from base 2 to decimal - --- result 14 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 14, 1] - --- Converting [0, 0, 1, 1, 0, 1, 3, 0] in base Y array notation - --- Result = [0, 0, 0, 1, 1, 0, 1, 3, 0] - --- Converting array [0, 0, 0, 1, 1, 0, 1, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 6, 3] - --- Converting [0, 0, 2, 0, 2, 0, 2, 3] in base Y array notation - --- Result = [1, 0, 0, 1, 0, 1, 0, 2, 3] - --- Converting array [1, 0, 0, 1, 0, 1, 0, 2, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 5, 2] - --- Converting [1, 1, 0, 0, 1, 1, 2, 3] in base Y array notation - --- Result = [0, 1, 1, 0, 0, 1, 1, 2, 3] - --- Converting array [0, 1, 1, 0, 0, 1, 1, 2, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 25, 2] - --- Converting [0, 0, 0, 0, 0, 0, 3, 3] in base Y array notation - --- Result = [0, 0, 0, 0, 0, 0, 0, 3, 3] - --- Converting array [0, 0, 0, 0, 0, 0, 0, 3, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 0, 3] - --- Converting [0, 0, 0, 0, 2, 2, 2, 1] in base Y array notation - --- Result = [1, 0, 0, 0, 0, 1, 1, 2, 1] - --- Converting array [1, 0, 0, 0, 0, 1, 1, 2, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 0, 0, 1] from base 2 to decimal - --- result 1 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 1, 2] - --- Converting [1, 0, 0, 0, 0, 0, 1, 1] in base Y array notation - --- Result = [0, 1, 0, 0, 0, 0, 0, 1, 1] - --- Converting array [0, 1, 0, 0, 0, 0, 0, 1, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 16, 1] - --- Converting [0, 1, 1, 0, 1, 1, 3, 2] in base Y array notation - --- Result = [0, 0, 1, 1, 0, 1, 1, 3, 2] - --- Converting array [0, 0, 1, 1, 0, 1, 1, 3, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 13, 3] - --- Converting [3, 0, 0, 3, 0, 0, 2, 1] in base Y array notation - --- Result = [2, 1, 0, 0, 1, 0, 0, 2, 1] - --- Converting array [2, 1, 0, 0, 1, 0, 0, 2, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 1, 0] from base 2 to decimal - --- result 18 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 18, 2] - --- Converting [1, 1, 1, 1, 1, 0, 2, 1] in base Y array notation - --- Result = [0, 1, 1, 1, 1, 1, 0, 2, 1] - --- Converting array [0, 1, 1, 1, 1, 1, 0, 2, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 31, 2] - --- Converting [3, 3, 0, 0, 3, 0, 3, 0] in base Y array notation - --- Result = [2, 1, 1, 0, 0, 1, 0, 3, 0] - --- Converting array [2, 1, 1, 0, 0, 1, 0, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 25, 3] - --- Converting [0, 1, 1, 0, 1, 1, 0, 0] in base Y array notation - --- Result = [0, 0, 1, 1, 0, 1, 1, 0, 0] - --- Converting array [0, 0, 1, 1, 0, 1, 1, 0, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 13, 0] - --- Converting [3, 0, 3, 3, 3, 3, 1, 3] in base Y array notation - --- Result = [2, 1, 0, 1, 1, 1, 1, 1, 3] - --- Converting array [2, 1, 0, 1, 1, 1, 1, 1, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 23, 1] - --- Converting [0, 1, 0, 1, 1, 1, 0, 0] in base Y array notation - --- Result = [0, 0, 1, 0, 1, 1, 1, 0, 0] - --- Converting array [0, 0, 1, 0, 1, 1, 1, 0, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0, 1, 1] from base 2 to decimal - --- result 11 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 11, 0] - --- Converting [2, 0, 0, 2, 0, 2, 3, 2] in base Y array notation - --- Result = [1, 1, 0, 0, 1, 0, 1, 3, 2] - --- Converting array [1, 1, 0, 0, 1, 0, 1, 3, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0, 1, 0] from base 2 to decimal - --- result 18 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 18, 3] - --- Converting [0, 0, 1, 0, 0, 0, 1, 0] in base Y array notation - --- Result = [0, 0, 0, 1, 0, 0, 0, 1, 0] - --- Converting array [0, 0, 0, 1, 0, 0, 0, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1, 0, 0] from base 2 to decimal - --- result 4 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 4, 1] - --- Converting [1, 0, 1, 1, 1, 1, 3, 3] in base Y array notation - --- Result = [0, 1, 0, 1, 1, 1, 1, 3, 3] - --- Converting array [0, 1, 0, 1, 1, 1, 1, 3, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 23, 3] - --- Converting [3, 3, 0, 3, 3, 3, 1, 0] in base Y array notation - --- Result = [2, 1, 1, 0, 1, 1, 1, 1, 0] - --- Converting array [2, 1, 1, 0, 1, 1, 1, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 27, 1] - --- Converting [2, 0, 2, 0, 0, 2, 1, 1] in base Y array notation - --- Result = [1, 1, 0, 1, 0, 0, 1, 1, 1] - --- Converting array [1, 1, 0, 1, 0, 0, 1, 1, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 0, 0] from base 2 to decimal - --- result 20 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 20, 1] - --- Converting [1, 0, 0, 1, 0, 1, 2, 2] in base Y array notation - --- Result = [0, 1, 0, 0, 1, 0, 1, 2, 2] - --- Converting array [0, 1, 0, 0, 1, 0, 1, 2, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 1, 0] from base 2 to decimal - --- result 18 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 18, 2] - --- Converting [3, 3, 0, 0, 0, 3, 1, 0] in base Y array notation - --- Result = [2, 1, 1, 0, 0, 0, 1, 1, 0] - --- Converting array [2, 1, 1, 0, 0, 0, 1, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 0, 0] from base 2 to decimal - --- result 24 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 24, 1] - --- Converting [1, 0, 1, 1, 0, 1, 1, 0] in base Y array notation - --- Result = [0, 1, 0, 1, 1, 0, 1, 1, 0] - --- Converting array [0, 1, 0, 1, 1, 0, 1, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 1, 0] from base 2 to decimal - --- result 22 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 22, 1] - --- Converting [1, 1, 0, 0, 1, 0, 3, 3] in base Y array notation - --- Result = [0, 1, 1, 0, 0, 1, 0, 3, 3] - --- Converting array [0, 1, 1, 0, 0, 1, 0, 3, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 25, 3] - --- Converting [0, 2, 2, 2, 2, 0, 3, 3] in base Y array notation - --- Result = [1, 0, 1, 1, 1, 1, 0, 3, 3] - --- Converting array [1, 0, 1, 1, 1, 1, 0, 3, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 15, 3] - --- Converting [0, 2, 0, 0, 2, 0, 1, 0] in base Y array notation - --- Result = [1, 0, 1, 0, 0, 1, 0, 1, 0] - --- Converting array [1, 0, 1, 0, 0, 1, 0, 1, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 0, 0, 1] from base 2 to decimal - --- result 9 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 9, 1] - --- Converting [0, 1, 0, 1, 0, 0, 1, 2] in base Y array notation - --- Result = [0, 0, 1, 0, 1, 0, 0, 1, 2] - --- Converting array [0, 0, 1, 0, 1, 0, 0, 1, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0, 1, 0] from base 2 to decimal - --- result 10 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 10, 1] - --- Converting [0, 2, 0, 0, 0, 0, 3, 3] in base Y array notation - --- Result = [1, 0, 1, 0, 0, 0, 0, 3, 3] - --- Converting array [1, 0, 1, 0, 0, 0, 0, 3, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 0, 0, 0] from base 2 to decimal - --- result 8 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 8, 3] - --- Converting [0, 1, 1, 0, 1, 0, 1, 2] in base Y array notation - --- Result = [0, 0, 1, 1, 0, 1, 0, 1, 2] - --- Converting array [0, 0, 1, 1, 0, 1, 0, 1, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 13, 1] - --- Converting [1, 1, 0, 1, 0, 0, 1, 0] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 0, 0, 1, 0] - --- Converting array [0, 1, 1, 0, 1, 0, 0, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 26, 1] - --- Converting [3, 3, 3, 3, 3, 0, 1, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 1, 0, 1, 0] - --- Converting array [2, 1, 1, 1, 1, 1, 0, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 31, 1] - --- Converting [3, 3, 0, 0, 3, 0, 1, 2] in base Y array notation - --- Result = [2, 1, 1, 0, 0, 1, 0, 1, 2] - --- Converting array [2, 1, 1, 0, 0, 1, 0, 1, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 25, 1] - --- Converting [1, 0, 0, 1, 1, 1, 2, 3] in base Y array notation - --- Result = [0, 1, 0, 0, 1, 1, 1, 2, 3] - --- Converting array [0, 1, 0, 0, 1, 1, 1, 2, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 1, 1] from base 2 to decimal - --- result 19 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 19, 2] - --- Converting [0, 0, 0, 1, 1, 0, 3, 0] in base Y array notation - --- Result = [0, 0, 0, 0, 1, 1, 0, 3, 0] - --- Converting array [0, 0, 0, 0, 1, 1, 0, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 3, 3] - --- Converting [2, 2, 0, 2, 2, 2, 2, 0] in base Y array notation - --- Result = [1, 1, 1, 0, 1, 1, 1, 2, 0] - --- Converting array [1, 1, 1, 0, 1, 1, 1, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 27, 2] - --- Converting [1, 1, 0, 1, 0, 1, 3, 2] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 0, 1, 3, 2] - --- Converting array [0, 1, 1, 0, 1, 0, 1, 3, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 26, 3] - --- Converting [2, 2, 2, 2, 0, 0, 0, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 0, 0, 0, 0] - --- Converting array [1, 1, 1, 1, 1, 0, 0, 0, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 30, 0] - --- Converting [0, 0, 1, 1, 0, 0, 1, 1] in base Y array notation - --- Result = [0, 0, 0, 1, 1, 0, 0, 1, 1] - --- Converting array [0, 0, 0, 1, 1, 0, 0, 1, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 6, 1] - --- Converting [0, 3, 0, 0, 0, 0, 2, 0] in base Y array notation - --- Result = [2, 0, 1, 0, 0, 0, 0, 2, 0] - --- Converting array [2, 0, 1, 0, 0, 0, 0, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0, 0, 0] from base 2 to decimal - --- result 8 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 8, 2] - --- Converting [0, 0, 3, 3, 0, 3, 2, 1] in base Y array notation - --- Result = [2, 0, 0, 1, 1, 0, 1, 2, 1] - --- Converting array [2, 0, 0, 1, 1, 0, 1, 2, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 6, 2] - --- Converting [1, 1, 0, 0, 1, 1, 2, 2] in base Y array notation - --- Result = [0, 1, 1, 0, 0, 1, 1, 2, 2] - --- Converting array [0, 1, 1, 0, 0, 1, 1, 2, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 25, 2] - --- Converting [3, 0, 0, 3, 3, 0, 2, 0] in base Y array notation - --- Result = [2, 1, 0, 0, 1, 1, 0, 2, 0] - --- Converting array [2, 1, 0, 0, 1, 1, 0, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 1, 1] from base 2 to decimal - --- result 19 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 19, 2] - --- Converting [0, 0, 1, 0, 1, 0, 1, 0] in base Y array notation - --- Result = [0, 0, 0, 1, 0, 1, 0, 1, 0] - --- Converting array [0, 0, 0, 1, 0, 1, 0, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 5, 1] - --- Converting [3, 0, 3, 0, 0, 0, 3, 0] in base Y array notation - --- Result = [2, 1, 0, 1, 0, 0, 0, 3, 0] - --- Converting array [2, 1, 0, 1, 0, 0, 0, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 0, 0] from base 2 to decimal - --- result 20 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 20, 3] - --- Converting [0, 0, 3, 3, 0, 0, 2, 0] in base Y array notation - --- Result = [2, 0, 0, 1, 1, 0, 0, 2, 0] - --- Converting array [2, 0, 0, 1, 1, 0, 0, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 6, 2] - --- Converting [1, 1, 0, 1, 0, 0, 2, 3] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 0, 0, 2, 3] - --- Converting array [0, 1, 1, 0, 1, 0, 0, 2, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 26, 2] - --- Converting [2, 0, 2, 2, 2, 2, 2, 1] in base Y array notation - --- Result = [1, 1, 0, 1, 1, 1, 1, 2, 1] - --- Converting array [1, 1, 0, 1, 1, 1, 1, 2, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 23, 2] - --- Converting [0, 0, 2, 2, 0, 0, 0, 0] in base Y array notation - --- Result = [1, 0, 0, 1, 1, 0, 0, 0, 0] - --- Converting array [1, 0, 0, 1, 1, 0, 0, 0, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 6, 0] - --- Converting [2, 0, 2, 2, 0, 2, 2, 0] in base Y array notation - --- Result = [1, 1, 0, 1, 1, 0, 1, 2, 0] - --- Converting array [1, 1, 0, 1, 1, 0, 1, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 1, 0] from base 2 to decimal - --- result 22 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 22, 2] - --- Converting [2, 0, 2, 0, 0, 2, 1, 0] in base Y array notation - --- Result = [1, 1, 0, 1, 0, 0, 1, 1, 0] - --- Converting array [1, 1, 0, 1, 0, 0, 1, 1, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 0, 0] from base 2 to decimal - --- result 20 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 20, 1] - --- Converting [3, 0, 3, 0, 0, 3, 2, 3] in base Y array notation - --- Result = [2, 1, 0, 1, 0, 0, 1, 2, 3] - --- Converting array [2, 1, 0, 1, 0, 0, 1, 2, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 0, 0] from base 2 to decimal - --- result 20 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 20, 2] - --- Converting [1, 0, 1, 0, 1, 1, 2, 1] in base Y array notation - --- Result = [0, 1, 0, 1, 0, 1, 1, 2, 1] - --- Converting array [0, 1, 0, 1, 0, 1, 1, 2, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 0, 1] from base 2 to decimal - --- result 21 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 21, 2] - --- Converting [1, 0, 0, 0, 0, 1, 1, 0] in base Y array notation - --- Result = [0, 1, 0, 0, 0, 0, 1, 1, 0] - --- Converting array [0, 1, 0, 0, 0, 0, 1, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 16, 1] - --- Converting [0, 0, 0, 3, 0, 3, 1, 3] in base Y array notation - --- Result = [2, 0, 0, 0, 1, 0, 1, 1, 3] - --- Converting array [2, 0, 0, 0, 1, 0, 1, 1, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 0, 1, 0] from base 2 to decimal - --- result 2 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 2, 1] - --- Converting [3, 0, 0, 3, 3, 3, 3, 3] in base Y array notation - --- Result = [2, 1, 0, 0, 1, 1, 1, 3, 3] - --- Converting array [2, 1, 0, 0, 1, 1, 1, 3, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 1, 1] from base 2 to decimal - --- result 19 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 19, 3] - --- Converting [0, 3, 3, 0, 3, 0, 0, 0] in base Y array notation - --- Result = [2, 0, 1, 1, 0, 1, 0, 0, 0] - --- Converting array [2, 0, 1, 1, 0, 1, 0, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 13, 0] - --- Converting [0, 0, 0, 3, 3, 3, 3, 0] in base Y array notation - --- Result = [2, 0, 0, 0, 1, 1, 1, 3, 0] - --- Converting array [2, 0, 0, 0, 1, 1, 1, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 3, 3] - --- Converting [1, 1, 0, 0, 0, 0, 2, 3] in base Y array notation - --- Result = [0, 1, 1, 0, 0, 0, 0, 2, 3] - --- Converting array [0, 1, 1, 0, 0, 0, 0, 2, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 0, 0] from base 2 to decimal - --- result 24 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 24, 2] - --- Converting [0, 0, 3, 0, 0, 3, 2, 0] in base Y array notation - --- Result = [2, 0, 0, 1, 0, 0, 1, 2, 0] - --- Converting array [2, 0, 0, 1, 0, 0, 1, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 0, 0] from base 2 to decimal - --- result 4 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 4, 2] - --- Converting [2, 2, 0, 2, 0, 2, 3, 0] in base Y array notation - --- Result = [1, 1, 1, 0, 1, 0, 1, 3, 0] - --- Converting array [1, 1, 1, 0, 1, 0, 1, 3, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 26, 3] - --- Converting [0, 0, 3, 3, 0, 3, 2, 0] in base Y array notation - --- Result = [2, 0, 0, 1, 1, 0, 1, 2, 0] - --- Converting array [2, 0, 0, 1, 1, 0, 1, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 6, 2] - --- Converting [1, 0, 0, 0, 1, 1, 3, 0] in base Y array notation - --- Result = [0, 1, 0, 0, 0, 1, 1, 3, 0] - --- Converting array [0, 1, 0, 0, 0, 1, 1, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 0, 1] from base 2 to decimal - --- result 17 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 17, 3] - --- Converting [0, 0, 0, 0, 2, 0, 1, 0] in base Y array notation - --- Result = [1, 0, 0, 0, 0, 1, 0, 1, 0] - --- Converting array [1, 0, 0, 0, 0, 1, 0, 1, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 0, 0, 1] from base 2 to decimal - --- result 1 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 1, 1] - --- Converting [1, 0, 0, 0, 0, 1, 1, 0] in base Y array notation - --- Result = [0, 1, 0, 0, 0, 0, 1, 1, 0] - --- Converting array [0, 1, 0, 0, 0, 0, 1, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 16, 1] - --- Converting [1, 0, 0, 0, 0, 0, 3, 3] in base Y array notation - --- Result = [0, 1, 0, 0, 0, 0, 0, 3, 3] - --- Converting array [0, 1, 0, 0, 0, 0, 0, 3, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 16, 3] - --- Converting [0, 0, 0, 1, 0, 1, 3, 0] in base Y array notation - --- Result = [0, 0, 0, 0, 1, 0, 1, 3, 0] - --- Converting array [0, 0, 0, 0, 1, 0, 1, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 1, 0] from base 2 to decimal - --- result 2 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 2, 3] - --- Converting [0, 0, 0, 0, 1, 1, 3, 2] in base Y array notation - --- Result = [0, 0, 0, 0, 0, 1, 1, 3, 2] - --- Converting array [0, 0, 0, 0, 0, 1, 1, 3, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 0, 1] from base 2 to decimal - --- result 1 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 1, 3] - --- Converting [0, 0, 3, 3, 3, 0, 1, 0] in base Y array notation - --- Result = [2, 0, 0, 1, 1, 1, 0, 1, 0] - --- Converting array [2, 0, 0, 1, 1, 1, 0, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 7, 1] - --- Converting [2, 2, 2, 0, 0, 0, 3, 3] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 0, 0, 3, 3] - --- Converting array [1, 1, 1, 1, 0, 0, 0, 3, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 0] from base 2 to decimal - --- result 28 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 28, 3] - --- Converting [2, 0, 0, 0, 2, 0, 1, 0] in base Y array notation - --- Result = [1, 1, 0, 0, 0, 1, 0, 1, 0] - --- Converting array [1, 1, 0, 0, 0, 1, 0, 1, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0, 0, 1] from base 2 to decimal - --- result 17 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 17, 1] - --- Converting [0, 0, 2, 2, 2, 2, 3, 3] in base Y array notation - --- Result = [1, 0, 0, 1, 1, 1, 1, 3, 3] - --- Converting array [1, 0, 0, 1, 1, 1, 1, 3, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 7, 3] - --- Converting [1, 1, 0, 1, 1, 0, 2, 0] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 1, 0, 2, 0] - --- Converting array [0, 1, 1, 0, 1, 1, 0, 2, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 27, 2] - --- Converting [0, 0, 0, 2, 0, 0, 1, 2] in base Y array notation - --- Result = [1, 0, 0, 0, 1, 0, 0, 1, 2] - --- Converting array [1, 0, 0, 0, 1, 0, 0, 1, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 0, 1, 0] from base 2 to decimal - --- result 2 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 2, 1] - --- Converting [0, 0, 0, 0, 3, 3, 3, 0] in base Y array notation - --- Result = [2, 0, 0, 0, 0, 1, 1, 3, 0] - --- Converting array [2, 0, 0, 0, 0, 1, 1, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 0, 0, 1] from base 2 to decimal - --- result 1 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 1, 3] - --- Converting [1, 1, 0, 1, 1, 0, 0, 0] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 1, 0, 0, 0] - --- Converting array [0, 1, 1, 0, 1, 1, 0, 0, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 27, 0] - --- Converting [0, 3, 3, 3, 0, 3, 0, 0] in base Y array notation - --- Result = [2, 0, 1, 1, 1, 0, 1, 0, 0] - --- Converting array [2, 0, 1, 1, 1, 0, 1, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 1, 0] from base 2 to decimal - --- result 14 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 14, 0] - --- Converting [0, 0, 2, 2, 0, 2, 3, 0] in base Y array notation - --- Result = [1, 0, 0, 1, 1, 0, 1, 3, 0] - --- Converting array [1, 0, 0, 1, 1, 0, 1, 3, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 6, 3] - --- Converting [0, 0, 1, 1, 0, 0, 3, 1] in base Y array notation - --- Result = [0, 0, 0, 1, 1, 0, 0, 3, 1] - --- Converting array [0, 0, 0, 1, 1, 0, 0, 3, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 6, 3] - --- Converting [0, 0, 0, 0, 2, 2, 1, 1] in base Y array notation - --- Result = [1, 0, 0, 0, 0, 1, 1, 1, 1] - --- Converting array [1, 0, 0, 0, 0, 1, 1, 1, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 0, 0, 1] from base 2 to decimal - --- result 1 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 1, 1] - --- Converting [2, 2, 2, 0, 0, 0, 1, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 0, 0, 1, 0] - --- Converting array [1, 1, 1, 1, 0, 0, 0, 1, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 0] from base 2 to decimal - --- result 28 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 28, 1] - --- Converting [3, 0, 0, 0, 0, 0, 2, 1] in base Y array notation - --- Result = [2, 1, 0, 0, 0, 0, 0, 2, 1] - --- Converting array [2, 1, 0, 0, 0, 0, 0, 2, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 16, 2] - --- Converting [0, 0, 3, 3, 0, 0, 0, 0] in base Y array notation - --- Result = [2, 0, 0, 1, 1, 0, 0, 0, 0] - --- Converting array [2, 0, 0, 1, 1, 0, 0, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 6, 0] - --- Converting [2, 2, 0, 2, 0, 2, 1, 3] in base Y array notation - --- Result = [1, 1, 1, 0, 1, 0, 1, 1, 3] - --- Converting array [1, 1, 1, 0, 1, 0, 1, 1, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 26, 1] - --- Converting [3, 0, 0, 3, 0, 3, 1, 3] in base Y array notation - --- Result = [2, 1, 0, 0, 1, 0, 1, 1, 3] - --- Converting array [2, 1, 0, 0, 1, 0, 1, 1, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 1, 0] from base 2 to decimal - --- result 18 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 18, 1] - --- Converting [0, 0, 0, 0, 0, 0, 1, 1] in base Y array notation - --- Result = [0, 0, 0, 0, 0, 0, 0, 1, 1] - --- Converting array [0, 0, 0, 0, 0, 0, 0, 1, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 0, 1] - --- Converting [3, 0, 0, 0, 0, 0, 2, 0] in base Y array notation - --- Result = [2, 1, 0, 0, 0, 0, 0, 2, 0] - --- Converting array [2, 1, 0, 0, 0, 0, 0, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 16, 2] - --- Converting [0, 3, 0, 0, 0, 0, 3, 0] in base Y array notation - --- Result = [2, 0, 1, 0, 0, 0, 0, 3, 0] - --- Converting array [2, 0, 1, 0, 0, 0, 0, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0, 0, 0] from base 2 to decimal - --- result 8 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 8, 3] - --- Converting [1, 1, 0, 0, 1, 1, 3, 3] in base Y array notation - --- Result = [0, 1, 1, 0, 0, 1, 1, 3, 3] - --- Converting array [0, 1, 1, 0, 0, 1, 1, 3, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 25, 3] - --- Converting [0, 0, 2, 0, 2, 2, 3, 2] in base Y array notation - --- Result = [1, 0, 0, 1, 0, 1, 1, 3, 2] - --- Converting array [1, 0, 0, 1, 0, 1, 1, 3, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 5, 3] - --- Converting [0, 0, 1, 0, 1, 1, 2, 0] in base Y array notation - --- Result = [0, 0, 0, 1, 0, 1, 1, 2, 0] - --- Converting array [0, 0, 0, 1, 0, 1, 1, 2, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 5, 2] - --- Converting [1, 1, 0, 1, 1, 0, 2, 3] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 1, 0, 2, 3] - --- Converting array [0, 1, 1, 0, 1, 1, 0, 2, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 27, 2] - --- Converting [2, 2, 0, 2, 2, 0, 1, 3] in base Y array notation - --- Result = [1, 1, 1, 0, 1, 1, 0, 1, 3] - --- Converting array [1, 1, 1, 0, 1, 1, 0, 1, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 1, 1] from base 2 to decimal - --- result 27 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 27, 1] - --- Converting [3, 0, 0, 3, 0, 3, 1, 0] in base Y array notation - --- Result = [2, 1, 0, 0, 1, 0, 1, 1, 0] - --- Converting array [2, 1, 0, 0, 1, 0, 1, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 1, 0] from base 2 to decimal - --- result 18 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 18, 1] - --- Converting [3, 0, 0, 3, 3, 3, 2, 1] in base Y array notation - --- Result = [2, 1, 0, 0, 1, 1, 1, 2, 1] - --- Converting array [2, 1, 0, 0, 1, 1, 1, 2, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 1, 1] from base 2 to decimal - --- result 19 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 19, 2] - --- Converting [1, 0, 1, 0, 1, 0, 1, 2] in base Y array notation - --- Result = [0, 1, 0, 1, 0, 1, 0, 1, 2] - --- Converting array [0, 1, 0, 1, 0, 1, 0, 1, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1, 0, 1] from base 2 to decimal - --- result 21 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 21, 1] - --- Converting [0, 2, 0, 0, 0, 0, 2, 0] in base Y array notation - --- Result = [1, 0, 1, 0, 0, 0, 0, 2, 0] - --- Converting array [1, 0, 1, 0, 0, 0, 0, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 0, 0, 0] from base 2 to decimal - --- result 8 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 8, 2] - --- Converting [1, 0, 0, 0, 1, 1, 2, 0] in base Y array notation - --- Result = [0, 1, 0, 0, 0, 1, 1, 2, 0] - --- Converting array [0, 1, 0, 0, 0, 1, 1, 2, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 0, 1] from base 2 to decimal - --- result 17 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 17, 2] - --- Converting [0, 1, 1, 1, 0, 1, 2, 0] in base Y array notation - --- Result = [0, 0, 1, 1, 1, 0, 1, 2, 0] - --- Converting array [0, 0, 1, 1, 1, 0, 1, 2, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 1, 0] from base 2 to decimal - --- result 14 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 14, 2] - --- Converting [0, 0, 0, 3, 0, 3, 2, 0] in base Y array notation - --- Result = [2, 0, 0, 0, 1, 0, 1, 2, 0] - --- Converting array [2, 0, 0, 0, 1, 0, 1, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 0, 1, 0] from base 2 to decimal - --- result 2 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 2, 2] - --- Converting [3, 0, 3, 3, 0, 0, 1, 0] in base Y array notation - --- Result = [2, 1, 0, 1, 1, 0, 0, 1, 0] - --- Converting array [2, 1, 0, 1, 1, 0, 0, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 1, 0] from base 2 to decimal - --- result 22 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 22, 1] - --- Converting [2, 0, 0, 2, 0, 2, 2, 1] in base Y array notation - --- Result = [1, 1, 0, 0, 1, 0, 1, 2, 1] - --- Converting array [1, 1, 0, 0, 1, 0, 1, 2, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0, 1, 0] from base 2 to decimal - --- result 18 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 18, 2] - --- Converting [0, 3, 0, 3, 0, 0, 1, 0] in base Y array notation - --- Result = [2, 0, 1, 0, 1, 0, 0, 1, 0] - --- Converting array [2, 0, 1, 0, 1, 0, 0, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0, 1, 0] from base 2 to decimal - --- result 10 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 10, 1] - --- Converting [0, 0, 3, 0, 3, 3, 3, 1] in base Y array notation - --- Result = [2, 0, 0, 1, 0, 1, 1, 3, 1] - --- Converting array [2, 0, 0, 1, 0, 1, 1, 3, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 5, 3] - --- Converting [2, 0, 2, 2, 0, 0, 2, 0] in base Y array notation - --- Result = [1, 1, 0, 1, 1, 0, 0, 2, 0] - --- Converting array [1, 1, 0, 1, 1, 0, 0, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1, 1, 0] from base 2 to decimal - --- result 22 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 22, 2] - --- Converting [0, 0, 0, 2, 2, 0, 2, 0] in base Y array notation - --- Result = [1, 0, 0, 0, 1, 1, 0, 2, 0] - --- Converting array [1, 0, 0, 0, 1, 1, 0, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 3, 2] - --- Converting [2, 0, 0, 0, 0, 0, 1, 0] in base Y array notation - --- Result = [1, 1, 0, 0, 0, 0, 0, 1, 0] - --- Converting array [1, 1, 0, 0, 0, 0, 0, 1, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 16, 1] - --- Converting [0, 2, 0, 2, 2, 2, 2, 2] in base Y array notation - --- Result = [1, 0, 1, 0, 1, 1, 1, 2, 2] - --- Converting array [1, 0, 1, 0, 1, 1, 1, 2, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 0, 1, 1] from base 2 to decimal - --- result 11 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 11, 2] - --- Converting [0, 0, 3, 3, 3, 3, 2, 1] in base Y array notation - --- Result = [2, 0, 0, 1, 1, 1, 1, 2, 1] - --- Converting array [2, 0, 0, 1, 1, 1, 1, 2, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 7, 2] - --- Converting [2, 2, 2, 2, 2, 2, 3, 0] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 1, 1, 3, 0] - --- Converting array [1, 1, 1, 1, 1, 1, 1, 3, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 1] from base 2 to decimal - --- result 31 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 31, 3] - --- Converting [0, 3, 0, 0, 0, 3, 3, 3] in base Y array notation - --- Result = [2, 0, 1, 0, 0, 0, 1, 3, 3] - --- Converting array [2, 0, 1, 0, 0, 0, 1, 3, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0, 0, 0] from base 2 to decimal - --- result 8 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 8, 3] - --- Converting [1, 0, 0, 0, 0, 1, 1, 3] in base Y array notation - --- Result = [0, 1, 0, 0, 0, 0, 1, 1, 3] - --- Converting array [0, 1, 0, 0, 0, 0, 1, 1, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 16, 1] - --- Converting [0, 0, 3, 0, 3, 0, 2, 0] in base Y array notation - --- Result = [2, 0, 0, 1, 0, 1, 0, 2, 0] - --- Converting array [2, 0, 0, 1, 0, 1, 0, 2, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 5, 2] - --- Converting [0, 0, 0, 0, 0, 0, 1, 0] in base Y array notation - --- Result = [0, 0, 0, 0, 0, 0, 0, 1, 0] - --- Converting array [0, 0, 0, 0, 0, 0, 0, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 0, 1] - --- Converting [3, 0, 3, 3, 3, 3, 3, 3] in base Y array notation - --- Result = [2, 1, 0, 1, 1, 1, 1, 3, 3] - --- Converting array [2, 1, 0, 1, 1, 1, 1, 3, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 1, 1] from base 2 to decimal - --- result 23 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 23, 3] - --- Converting [0, 2, 2, 0, 0, 0, 1, 3] in base Y array notation - --- Result = [1, 0, 1, 1, 0, 0, 0, 1, 3] - --- Converting array [1, 0, 1, 1, 0, 0, 0, 1, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 0, 0] from base 2 to decimal - --- result 12 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 12, 1] - --- Converting [0, 0, 0, 2, 2, 0, 2, 0] in base Y array notation - --- Result = [1, 0, 0, 0, 1, 1, 0, 2, 0] - --- Converting array [1, 0, 0, 0, 1, 1, 0, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 3, 2] - --- Converting [3, 0, 3, 0, 0, 0, 2, 2] in base Y array notation - --- Result = [2, 1, 0, 1, 0, 0, 0, 2, 2] - --- Converting array [2, 1, 0, 1, 0, 0, 0, 2, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 0, 0] from base 2 to decimal - --- result 20 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 20, 2] - --- Converting [2, 0, 0, 0, 0, 0, 2, 2] in base Y array notation - --- Result = [1, 1, 0, 0, 0, 0, 0, 2, 2] - --- Converting array [1, 1, 0, 0, 0, 0, 0, 2, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 16, 2] - --- Converting [0, 0, 3, 0, 0, 0, 3, 1] in base Y array notation - --- Result = [2, 0, 0, 1, 0, 0, 0, 3, 1] - --- Converting array [2, 0, 0, 1, 0, 0, 0, 3, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 0, 0] from base 2 to decimal - --- result 4 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 4, 3] - --- Converting [0, 1, 1, 0, 0, 0, 1, 2] in base Y array notation - --- Result = [0, 0, 1, 1, 0, 0, 0, 1, 2] - --- Converting array [0, 0, 1, 1, 0, 0, 0, 1, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 0, 0] from base 2 to decimal - --- result 12 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 12, 1] - --- Converting [2, 2, 0, 0, 2, 2, 2, 0] in base Y array notation - --- Result = [1, 1, 1, 0, 0, 1, 1, 2, 0] - --- Converting array [1, 1, 1, 0, 0, 1, 1, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 25, 2] - --- Converting [2, 2, 2, 0, 0, 2, 3, 3] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 0, 1, 3, 3] - --- Converting array [1, 1, 1, 1, 0, 0, 1, 3, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 0] from base 2 to decimal - --- result 28 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 28, 3] - --- Converting [2, 2, 2, 2, 0, 2, 3, 3] in base Y array notation - --- Result = [1, 1, 1, 1, 1, 0, 1, 3, 3] - --- Converting array [1, 1, 1, 1, 1, 0, 1, 3, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 30, 3] - --- Converting [0, 1, 0, 1, 0, 0, 3, 2] in base Y array notation - --- Result = [0, 0, 1, 0, 1, 0, 0, 3, 2] - --- Converting array [0, 0, 1, 0, 1, 0, 0, 3, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0, 1, 0] from base 2 to decimal - --- result 10 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 10, 3] - --- Converting [0, 1, 0, 0, 0, 1, 2, 1] in base Y array notation - --- Result = [0, 0, 1, 0, 0, 0, 1, 2, 1] - --- Converting array [0, 0, 1, 0, 0, 0, 1, 2, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0, 0, 0] from base 2 to decimal - --- result 8 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 8, 2] - --- Converting [3, 3, 0, 3, 0, 0, 3, 1] in base Y array notation - --- Result = [2, 1, 1, 0, 1, 0, 0, 3, 1] - --- Converting array [2, 1, 1, 0, 1, 0, 0, 3, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 26, 3] - --- Converting [0, 0, 3, 0, 3, 0, 1, 3] in base Y array notation - --- Result = [2, 0, 0, 1, 0, 1, 0, 1, 3] - --- Converting array [2, 0, 0, 1, 0, 1, 0, 1, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 5, 1] - --- Converting [0, 2, 2, 0, 0, 2, 2, 2] in base Y array notation - --- Result = [1, 0, 1, 1, 0, 0, 1, 2, 2] - --- Converting array [1, 0, 1, 1, 0, 0, 1, 2, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1, 0, 0] from base 2 to decimal - --- result 12 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 12, 2] - --- Converting [3, 0, 3, 0, 0, 3, 3, 2] in base Y array notation - --- Result = [2, 1, 0, 1, 0, 0, 1, 3, 2] - --- Converting array [2, 1, 0, 1, 0, 0, 1, 3, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 0, 0] from base 2 to decimal - --- result 20 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 20, 3] - --- Converting [2, 0, 0, 0, 2, 2, 3, 0] in base Y array notation - --- Result = [1, 1, 0, 0, 0, 1, 1, 3, 0] - --- Converting array [1, 1, 0, 0, 0, 1, 1, 3, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0, 0, 1] from base 2 to decimal - --- result 17 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 17, 3] - --- Converting [0, 0, 0, 0, 3, 3, 3, 0] in base Y array notation - --- Result = [2, 0, 0, 0, 0, 1, 1, 3, 0] - --- Converting array [2, 0, 0, 0, 0, 1, 1, 3, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 0, 0, 1] from base 2 to decimal - --- result 1 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 1, 3] - --- Converting [0, 1, 1, 0, 1, 0, 1, 0] in base Y array notation - --- Result = [0, 0, 1, 1, 0, 1, 0, 1, 0] - --- Converting array [0, 0, 1, 1, 0, 1, 0, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 0, 1] from base 2 to decimal - --- result 13 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 13, 1] - --- Converting [0, 1, 0, 1, 1, 0, 3, 1] in base Y array notation - --- Result = [0, 0, 1, 0, 1, 1, 0, 3, 1] - --- Converting array [0, 0, 1, 0, 1, 1, 0, 3, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0, 1, 1] from base 2 to decimal - --- result 11 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 11, 3] - --- Converting [1, 1, 0, 1, 0, 0, 3, 1] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 0, 0, 3, 1] - --- Converting array [0, 1, 1, 0, 1, 0, 0, 3, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 26, 3] - --- Converting [0, 0, 0, 1, 1, 0, 1, 3] in base Y array notation - --- Result = [0, 0, 0, 0, 1, 1, 0, 1, 3] - --- Converting array [0, 0, 0, 0, 1, 1, 0, 1, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 3, 1] - --- Converting [0, 3, 0, 0, 3, 0, 2, 3] in base Y array notation - --- Result = [2, 0, 1, 0, 0, 1, 0, 2, 3] - --- Converting array [2, 0, 1, 0, 0, 1, 0, 2, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0, 0, 1] from base 2 to decimal - --- result 9 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 9, 2] - --- Converting [0, 0, 0, 1, 0, 1, 3, 3] in base Y array notation - --- Result = [0, 0, 0, 0, 1, 0, 1, 3, 3] - --- Converting array [0, 0, 0, 0, 1, 0, 1, 3, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 1, 0] from base 2 to decimal - --- result 2 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 2, 3] - --- Converting [3, 0, 3, 0, 3, 0, 1, 0] in base Y array notation - --- Result = [2, 1, 0, 1, 0, 1, 0, 1, 0] - --- Converting array [2, 1, 0, 1, 0, 1, 0, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1, 0, 1] from base 2 to decimal - --- result 21 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 21, 1] - --- Converting [2, 0, 0, 0, 2, 2, 2, 0] in base Y array notation - --- Result = [1, 1, 0, 0, 0, 1, 1, 2, 0] - --- Converting array [1, 1, 0, 0, 0, 1, 1, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0, 0, 1] from base 2 to decimal - --- result 17 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 17, 2] - --- Converting [0, 2, 0, 2, 0, 2, 3, 1] in base Y array notation - --- Result = [1, 0, 1, 0, 1, 0, 1, 3, 1] - --- Converting array [1, 0, 1, 0, 1, 0, 1, 3, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 0, 1, 0] from base 2 to decimal - --- result 10 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 10, 3] - --- Converting [3, 0, 0, 3, 3, 3, 1, 1] in base Y array notation - --- Result = [2, 1, 0, 0, 1, 1, 1, 1, 1] - --- Converting array [2, 1, 0, 0, 1, 1, 1, 1, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 1, 1] from base 2 to decimal - --- result 19 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 19, 1] - --- Converting [0, 1, 1, 1, 1, 0, 3, 0] in base Y array notation - --- Result = [0, 0, 1, 1, 1, 1, 0, 3, 0] - --- Converting array [0, 0, 1, 1, 1, 1, 0, 3, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 15, 3] - --- Converting [1, 1, 0, 1, 0, 1, 3, 2] in base Y array notation - --- Result = [0, 1, 1, 0, 1, 0, 1, 3, 2] - --- Converting array [0, 1, 1, 0, 1, 0, 1, 3, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 1, 0] from base 2 to decimal - --- result 26 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [0, 26, 3] - --- Converting [3, 3, 3, 3, 0, 0, 0, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 0, 0, 0, 0] - --- Converting array [2, 1, 1, 1, 1, 0, 0, 0, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [2, 30, 0] - --- Converting [0, 3, 3, 3, 3, 3, 1, 1] in base Y array notation - --- Result = [2, 0, 1, 1, 1, 1, 1, 1, 1] - --- Converting array [2, 0, 1, 1, 1, 1, 1, 1, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 1, 1] from base 2 to decimal - --- result 15 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 15, 1] - --- Converting [3, 3, 0, 0, 3, 3, 1, 0] in base Y array notation - --- Result = [2, 1, 1, 0, 0, 1, 1, 1, 0] - --- Converting array [2, 1, 1, 0, 0, 1, 1, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 25, 1] - --- Converting [1, 1, 1, 0, 0, 1, 2, 2] in base Y array notation - --- Result = [0, 1, 1, 1, 0, 0, 1, 2, 2] - --- Converting array [0, 1, 1, 1, 0, 0, 1, 2, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1, 0, 0] from base 2 to decimal - --- result 28 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 28, 2] - --- Converting [1, 1, 0, 0, 1, 1, 1, 0] in base Y array notation - --- Result = [0, 1, 1, 0, 0, 1, 1, 1, 0] - --- Converting array [0, 1, 1, 0, 0, 1, 1, 1, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 25, 1] - --- Converting [0, 0, 1, 1, 0, 0, 2, 1] in base Y array notation - --- Result = [0, 0, 0, 1, 1, 0, 0, 2, 1] - --- Converting array [0, 0, 0, 1, 1, 0, 0, 2, 1] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 6, 2] - --- Converting [0, 0, 2, 0, 0, 0, 1, 2] in base Y array notation - --- Result = [1, 0, 0, 1, 0, 0, 0, 1, 2] - --- Converting array [1, 0, 0, 1, 0, 0, 0, 1, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 1, 0, 0] from base 2 to decimal - --- result 4 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 4, 1] - --- Converting [0, 0, 0, 0, 2, 0, 0, 0] in base Y array notation - --- Result = [1, 0, 0, 0, 0, 1, 0, 0, 0] - --- Converting array [1, 0, 0, 0, 0, 1, 0, 0, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 0, 0, 1] from base 2 to decimal - --- result 1 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [1, 1, 0] - --- Converting [2, 0, 0, 0, 0, 0, 1, 1] in base Y array notation - --- Result = [1, 1, 0, 0, 0, 0, 0, 1, 1] - --- Converting array [1, 1, 0, 0, 0, 0, 0, 1, 1] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [1, 16, 1] - --- Converting [0, 1, 0, 1, 1, 0, 0, 0] in base Y array notation - --- Result = [0, 0, 1, 0, 1, 1, 0, 0, 0] - --- Converting array [0, 0, 1, 0, 1, 1, 0, 0, 0] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0, 1, 1] from base 2 to decimal - --- result 11 - --- Converting array [0] from base 4 to decimal - --- result 0 - --- Result [0, 11, 0] - --- Converting [3, 3, 0, 0, 3, 0, 1, 0] in base Y array notation - --- Result = [2, 1, 1, 0, 0, 1, 0, 1, 0] - --- Converting array [2, 1, 1, 0, 0, 1, 0, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0, 0, 1] from base 2 to decimal - --- result 25 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 25, 1] - --- Converting [0, 0, 0, 1, 0, 0, 1, 2] in base Y array notation - --- Result = [0, 0, 0, 0, 1, 0, 0, 1, 2] - --- Converting array [0, 0, 0, 0, 1, 0, 0, 1, 2] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 1, 0] from base 2 to decimal - --- result 2 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 2, 1] - --- Converting [3, 3, 3, 0, 3, 0, 1, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 0, 1, 0, 1, 0] - --- Converting array [2, 1, 1, 1, 0, 1, 0, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 29, 1] - --- Converting [1, 0, 0, 0, 0, 0, 1, 3] in base Y array notation - --- Result = [0, 1, 0, 0, 0, 0, 0, 1, 3] - --- Converting array [0, 1, 0, 0, 0, 0, 0, 1, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 16, 1] - --- Converting [3, 3, 3, 3, 0, 3, 1, 0] in base Y array notation - --- Result = [2, 1, 1, 1, 1, 0, 1, 1, 0] - --- Converting array [2, 1, 1, 1, 1, 0, 1, 1, 0] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1, 1, 0] from base 2 to decimal - --- result 30 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 30, 1] - --- Converting [2, 2, 2, 0, 2, 0, 3, 3] in base Y array notation - --- Result = [1, 1, 1, 1, 0, 1, 0, 3, 3] - --- Converting array [1, 1, 1, 1, 0, 1, 0, 3, 3] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1, 0, 1] from base 2 to decimal - --- result 29 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [1, 29, 3] - --- Converting [3, 0, 0, 3, 3, 0, 3, 1] in base Y array notation - --- Result = [2, 1, 0, 0, 1, 1, 0, 3, 1] - --- Converting array [2, 1, 0, 0, 1, 1, 0, 3, 1] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0, 1, 1] from base 2 to decimal - --- result 19 - --- Converting array [3] from base 4 to decimal - --- result 3 - --- Result [2, 19, 3] - --- Converting [0, 0, 0, 1, 0, 1, 1, 3] in base Y array notation - --- Result = [0, 0, 0, 0, 1, 0, 1, 1, 3] - --- Converting array [0, 0, 0, 0, 1, 0, 1, 1, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0, 1, 0] from base 2 to decimal - --- result 2 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [0, 2, 1] - --- Converting [1, 0, 0, 0, 0, 0, 2, 3] in base Y array notation - --- Result = [0, 1, 0, 0, 0, 0, 0, 2, 3] - --- Converting array [0, 1, 0, 0, 0, 0, 0, 2, 3] from base Y to triplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0, 0, 0] from base 2 to decimal - --- result 16 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [0, 16, 2] - --- Converting [0, 0, 3, 3, 3, 0, 1, 2] in base Y array notation - --- Result = [2, 0, 0, 1, 1, 1, 0, 1, 2] - --- Converting array [2, 0, 0, 1, 1, 1, 0, 1, 2] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [1] from base 4 to decimal - --- result 1 - --- Result [2, 7, 1] - --- Converting [2, 0, 0, 0, 2, 2, 2, 2] in base Y array notation - --- Result = [1, 1, 0, 0, 0, 1, 1, 2, 2] - --- Converting array [1, 1, 0, 0, 0, 1, 1, 2, 2] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0, 0, 1] from base 2 to decimal - --- result 17 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 17, 2] - --- Converting [0, 0, 0, 0, 2, 2, 2, 0] in base Y array notation - --- Result = [1, 0, 0, 0, 0, 1, 1, 2, 0] - --- Converting array [1, 0, 0, 0, 0, 1, 1, 2, 0] from base Y to triplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 0, 0, 1] from base 2 to decimal - --- result 1 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [1, 1, 2] - --- Converting [0, 3, 3, 0, 0, 3, 2, 3] in base Y array notation - --- Result = [2, 0, 1, 1, 0, 0, 1, 2, 3] - --- Converting array [2, 0, 1, 1, 0, 0, 1, 2, 3] from base Y to triplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1, 0, 0] from base 2 to decimal - --- result 12 - --- Converting array [2] from base 4 to decimal - --- result 2 - --- Result [2, 12, 2] ---- Number of possible combinations 3072 - --- We are in the presence of a special case : (1, 0, 0) ---- Number of configuration candidates 3070 - --- converting (2, 43, 4) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- Getting data from folder /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/samsung_galaxy_summary_files_only +--- Number of possible combinations 2304 + --- We are not in the presence of a special case, we add configuration : (0, 0, 0, 0) + --- We are not in the presence of a special case, we add configuration : (0, 0, 0, 1) + --- We are not in the presence of a special case, we add configuration : (0, 0, 0, 2) + --- We are not in the presence of a special case, we add configuration : (0, 0, 0, 3) + --- We are not in the presence of a special case, we add configuration : (0, 0, 0, 4) + --- We are not in the presence of a special case, we add configuration : (0, 0, 0, 5) + --- We are not in the presence of a special case, we add configuration : (0, 0, 0, 6) + --- We are not in the presence of a special case, we add configuration : (0, 0, 0, 7) + --- We are not in the presence of a special case, we add configuration : (0, 0, 0, 8) + --- We are not in the presence of a special case, we add configuration : (0, 0, 0, 9) + --- We are not in the presence of a special case, we add configuration : (0, 0, 0, 10) + --- We are not in the presence of a special case, we add configuration : (0, 0, 0, 11) + --- We are not in the presence of a special case, we add configuration : (0, 0, 0, 12) + --- We are not in the presence of a special case, we add configuration : (0, 0, 0, 13) + --- We are not in the presence of a special case, we add configuration : (0, 0, 0, 14) + --- We are not in the presence of a special case, we add configuration : (0, 0, 0, 15) +--- Considering a new special case configuration: [0, 0, 0, 0] +--- The representant already tested or added in candidates: [0, 0, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 0, 1, 1) + --- We are not in the presence of a special case, we add configuration : (0, 0, 1, 2) + --- We are not in the presence of a special case, we add configuration : (0, 0, 1, 3) + --- We are not in the presence of a special case, we add configuration : (0, 0, 1, 4) + --- We are not in the presence of a special case, we add configuration : (0, 0, 1, 5) + --- We are not in the presence of a special case, we add configuration : (0, 0, 1, 6) + --- We are not in the presence of a special case, we add configuration : (0, 0, 1, 7) + --- We are not in the presence of a special case, we add configuration : (0, 0, 1, 8) + --- We are not in the presence of a special case, we add configuration : (0, 0, 1, 9) + --- We are not in the presence of a special case, we add configuration : (0, 0, 1, 10) + --- We are not in the presence of a special case, we add configuration : (0, 0, 1, 11) + --- We are not in the presence of a special case, we add configuration : (0, 0, 1, 12) + --- We are not in the presence of a special case, we add configuration : (0, 0, 1, 13) + --- We are not in the presence of a special case, we add configuration : (0, 0, 1, 14) + --- We are not in the presence of a special case, we add configuration : (0, 0, 1, 15) +--- Considering a new special case configuration: [0, 0, 0, 0] +--- The representant already tested or added in candidates: [0, 0, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 0, 2, 1) + --- We are not in the presence of a special case, we add configuration : (0, 0, 2, 2) + --- We are not in the presence of a special case, we add configuration : (0, 0, 2, 3) + --- We are not in the presence of a special case, we add configuration : (0, 0, 2, 4) + --- We are not in the presence of a special case, we add configuration : (0, 0, 2, 5) + --- We are not in the presence of a special case, we add configuration : (0, 0, 2, 6) + --- We are not in the presence of a special case, we add configuration : (0, 0, 2, 7) + --- We are not in the presence of a special case, we add configuration : (0, 0, 2, 8) + --- We are not in the presence of a special case, we add configuration : (0, 0, 2, 9) + --- We are not in the presence of a special case, we add configuration : (0, 0, 2, 10) + --- We are not in the presence of a special case, we add configuration : (0, 0, 2, 11) + --- We are not in the presence of a special case, we add configuration : (0, 0, 2, 12) + --- We are not in the presence of a special case, we add configuration : (0, 0, 2, 13) + --- We are not in the presence of a special case, we add configuration : (0, 0, 2, 14) + --- We are not in the presence of a special case, we add configuration : (0, 0, 2, 15) + --- We are not in the presence of a special case, we add configuration : (0, 1, 0, 0) + --- We are not in the presence of a special case, we add configuration : (0, 1, 0, 1) + --- We are not in the presence of a special case, we add configuration : (0, 1, 0, 2) + --- We are not in the presence of a special case, we add configuration : (0, 1, 0, 3) + --- We are not in the presence of a special case, we add configuration : (0, 1, 0, 4) + --- We are not in the presence of a special case, we add configuration : (0, 1, 0, 5) + --- We are not in the presence of a special case, we add configuration : (0, 1, 0, 6) + --- We are not in the presence of a special case, we add configuration : (0, 1, 0, 7) + --- We are not in the presence of a special case, we add configuration : (0, 1, 0, 8) + --- We are not in the presence of a special case, we add configuration : (0, 1, 0, 9) + --- We are not in the presence of a special case, we add configuration : (0, 1, 0, 10) + --- We are not in the presence of a special case, we add configuration : (0, 1, 0, 11) + --- We are not in the presence of a special case, we add configuration : (0, 1, 0, 12) + --- We are not in the presence of a special case, we add configuration : (0, 1, 0, 13) + --- We are not in the presence of a special case, we add configuration : (0, 1, 0, 14) + --- We are not in the presence of a special case, we add configuration : (0, 1, 0, 15) +--- Considering a new special case configuration: [0, 1, 0, 0] +--- The representant already tested or added in candidates: [0, 1, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 1, 1, 1) + --- We are not in the presence of a special case, we add configuration : (0, 1, 1, 2) + --- We are not in the presence of a special case, we add configuration : (0, 1, 1, 3) + --- We are not in the presence of a special case, we add configuration : (0, 1, 1, 4) + --- We are not in the presence of a special case, we add configuration : (0, 1, 1, 5) + --- We are not in the presence of a special case, we add configuration : (0, 1, 1, 6) + --- We are not in the presence of a special case, we add configuration : (0, 1, 1, 7) + --- We are not in the presence of a special case, we add configuration : (0, 1, 1, 8) + --- We are not in the presence of a special case, we add configuration : (0, 1, 1, 9) + --- We are not in the presence of a special case, we add configuration : (0, 1, 1, 10) + --- We are not in the presence of a special case, we add configuration : (0, 1, 1, 11) + --- We are not in the presence of a special case, we add configuration : (0, 1, 1, 12) + --- We are not in the presence of a special case, we add configuration : (0, 1, 1, 13) + --- We are not in the presence of a special case, we add configuration : (0, 1, 1, 14) + --- We are not in the presence of a special case, we add configuration : (0, 1, 1, 15) +--- Considering a new special case configuration: [0, 1, 0, 0] +--- The representant already tested or added in candidates: [0, 1, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 1, 2, 1) + --- We are not in the presence of a special case, we add configuration : (0, 1, 2, 2) + --- We are not in the presence of a special case, we add configuration : (0, 1, 2, 3) + --- We are not in the presence of a special case, we add configuration : (0, 1, 2, 4) + --- We are not in the presence of a special case, we add configuration : (0, 1, 2, 5) + --- We are not in the presence of a special case, we add configuration : (0, 1, 2, 6) + --- We are not in the presence of a special case, we add configuration : (0, 1, 2, 7) + --- We are not in the presence of a special case, we add configuration : (0, 1, 2, 8) + --- We are not in the presence of a special case, we add configuration : (0, 1, 2, 9) + --- We are not in the presence of a special case, we add configuration : (0, 1, 2, 10) + --- We are not in the presence of a special case, we add configuration : (0, 1, 2, 11) + --- We are not in the presence of a special case, we add configuration : (0, 1, 2, 12) + --- We are not in the presence of a special case, we add configuration : (0, 1, 2, 13) + --- We are not in the presence of a special case, we add configuration : (0, 1, 2, 14) + --- We are not in the presence of a special case, we add configuration : (0, 1, 2, 15) + --- We are not in the presence of a special case, we add configuration : (0, 2, 0, 0) + --- We are not in the presence of a special case, we add configuration : (0, 2, 0, 1) + --- We are not in the presence of a special case, we add configuration : (0, 2, 0, 2) + --- We are not in the presence of a special case, we add configuration : (0, 2, 0, 3) + --- We are not in the presence of a special case, we add configuration : (0, 2, 0, 4) + --- We are not in the presence of a special case, we add configuration : (0, 2, 0, 5) + --- We are not in the presence of a special case, we add configuration : (0, 2, 0, 6) + --- We are not in the presence of a special case, we add configuration : (0, 2, 0, 7) + --- We are not in the presence of a special case, we add configuration : (0, 2, 0, 8) + --- We are not in the presence of a special case, we add configuration : (0, 2, 0, 9) + --- We are not in the presence of a special case, we add configuration : (0, 2, 0, 10) + --- We are not in the presence of a special case, we add configuration : (0, 2, 0, 11) + --- We are not in the presence of a special case, we add configuration : (0, 2, 0, 12) + --- We are not in the presence of a special case, we add configuration : (0, 2, 0, 13) + --- We are not in the presence of a special case, we add configuration : (0, 2, 0, 14) + --- We are not in the presence of a special case, we add configuration : (0, 2, 0, 15) +--- Considering a new special case configuration: [0, 2, 0, 0] +--- The representant already tested or added in candidates: [0, 2, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 2, 1, 1) + --- We are not in the presence of a special case, we add configuration : (0, 2, 1, 2) + --- We are not in the presence of a special case, we add configuration : (0, 2, 1, 3) + --- We are not in the presence of a special case, we add configuration : (0, 2, 1, 4) + --- We are not in the presence of a special case, we add configuration : (0, 2, 1, 5) + --- We are not in the presence of a special case, we add configuration : (0, 2, 1, 6) + --- We are not in the presence of a special case, we add configuration : (0, 2, 1, 7) + --- We are not in the presence of a special case, we add configuration : (0, 2, 1, 8) + --- We are not in the presence of a special case, we add configuration : (0, 2, 1, 9) + --- We are not in the presence of a special case, we add configuration : (0, 2, 1, 10) + --- We are not in the presence of a special case, we add configuration : (0, 2, 1, 11) + --- We are not in the presence of a special case, we add configuration : (0, 2, 1, 12) + --- We are not in the presence of a special case, we add configuration : (0, 2, 1, 13) + --- We are not in the presence of a special case, we add configuration : (0, 2, 1, 14) + --- We are not in the presence of a special case, we add configuration : (0, 2, 1, 15) +--- Considering a new special case configuration: [0, 2, 0, 0] +--- The representant already tested or added in candidates: [0, 2, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 2, 2, 1) + --- We are not in the presence of a special case, we add configuration : (0, 2, 2, 2) + --- We are not in the presence of a special case, we add configuration : (0, 2, 2, 3) + --- We are not in the presence of a special case, we add configuration : (0, 2, 2, 4) + --- We are not in the presence of a special case, we add configuration : (0, 2, 2, 5) + --- We are not in the presence of a special case, we add configuration : (0, 2, 2, 6) + --- We are not in the presence of a special case, we add configuration : (0, 2, 2, 7) + --- We are not in the presence of a special case, we add configuration : (0, 2, 2, 8) + --- We are not in the presence of a special case, we add configuration : (0, 2, 2, 9) + --- We are not in the presence of a special case, we add configuration : (0, 2, 2, 10) + --- We are not in the presence of a special case, we add configuration : (0, 2, 2, 11) + --- We are not in the presence of a special case, we add configuration : (0, 2, 2, 12) + --- We are not in the presence of a special case, we add configuration : (0, 2, 2, 13) + --- We are not in the presence of a special case, we add configuration : (0, 2, 2, 14) + --- We are not in the presence of a special case, we add configuration : (0, 2, 2, 15) + --- We are not in the presence of a special case, we add configuration : (0, 3, 0, 0) + --- We are not in the presence of a special case, we add configuration : (0, 3, 0, 1) + --- We are not in the presence of a special case, we add configuration : (0, 3, 0, 2) + --- We are not in the presence of a special case, we add configuration : (0, 3, 0, 3) + --- We are not in the presence of a special case, we add configuration : (0, 3, 0, 4) + --- We are not in the presence of a special case, we add configuration : (0, 3, 0, 5) + --- We are not in the presence of a special case, we add configuration : (0, 3, 0, 6) + --- We are not in the presence of a special case, we add configuration : (0, 3, 0, 7) + --- We are not in the presence of a special case, we add configuration : (0, 3, 0, 8) + --- We are not in the presence of a special case, we add configuration : (0, 3, 0, 9) + --- We are not in the presence of a special case, we add configuration : (0, 3, 0, 10) + --- We are not in the presence of a special case, we add configuration : (0, 3, 0, 11) + --- We are not in the presence of a special case, we add configuration : (0, 3, 0, 12) + --- We are not in the presence of a special case, we add configuration : (0, 3, 0, 13) + --- We are not in the presence of a special case, we add configuration : (0, 3, 0, 14) + --- We are not in the presence of a special case, we add configuration : (0, 3, 0, 15) +--- Considering a new special case configuration: [0, 3, 0, 0] +--- The representant already tested or added in candidates: [0, 3, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 3, 1, 1) + --- We are not in the presence of a special case, we add configuration : (0, 3, 1, 2) + --- We are not in the presence of a special case, we add configuration : (0, 3, 1, 3) + --- We are not in the presence of a special case, we add configuration : (0, 3, 1, 4) + --- We are not in the presence of a special case, we add configuration : (0, 3, 1, 5) + --- We are not in the presence of a special case, we add configuration : (0, 3, 1, 6) + --- We are not in the presence of a special case, we add configuration : (0, 3, 1, 7) + --- We are not in the presence of a special case, we add configuration : (0, 3, 1, 8) + --- We are not in the presence of a special case, we add configuration : (0, 3, 1, 9) + --- We are not in the presence of a special case, we add configuration : (0, 3, 1, 10) + --- We are not in the presence of a special case, we add configuration : (0, 3, 1, 11) + --- We are not in the presence of a special case, we add configuration : (0, 3, 1, 12) + --- We are not in the presence of a special case, we add configuration : (0, 3, 1, 13) + --- We are not in the presence of a special case, we add configuration : (0, 3, 1, 14) + --- We are not in the presence of a special case, we add configuration : (0, 3, 1, 15) +--- Considering a new special case configuration: [0, 3, 0, 0] +--- The representant already tested or added in candidates: [0, 3, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 3, 2, 1) + --- We are not in the presence of a special case, we add configuration : (0, 3, 2, 2) + --- We are not in the presence of a special case, we add configuration : (0, 3, 2, 3) + --- We are not in the presence of a special case, we add configuration : (0, 3, 2, 4) + --- We are not in the presence of a special case, we add configuration : (0, 3, 2, 5) + --- We are not in the presence of a special case, we add configuration : (0, 3, 2, 6) + --- We are not in the presence of a special case, we add configuration : (0, 3, 2, 7) + --- We are not in the presence of a special case, we add configuration : (0, 3, 2, 8) + --- We are not in the presence of a special case, we add configuration : (0, 3, 2, 9) + --- We are not in the presence of a special case, we add configuration : (0, 3, 2, 10) + --- We are not in the presence of a special case, we add configuration : (0, 3, 2, 11) + --- We are not in the presence of a special case, we add configuration : (0, 3, 2, 12) + --- We are not in the presence of a special case, we add configuration : (0, 3, 2, 13) + --- We are not in the presence of a special case, we add configuration : (0, 3, 2, 14) + --- We are not in the presence of a special case, we add configuration : (0, 3, 2, 15) + --- We are not in the presence of a special case, we add configuration : (0, 4, 0, 0) + --- We are not in the presence of a special case, we add configuration : (0, 4, 0, 1) + --- We are not in the presence of a special case, we add configuration : (0, 4, 0, 2) + --- We are not in the presence of a special case, we add configuration : (0, 4, 0, 3) + --- We are not in the presence of a special case, we add configuration : (0, 4, 0, 4) + --- We are not in the presence of a special case, we add configuration : (0, 4, 0, 5) + --- We are not in the presence of a special case, we add configuration : (0, 4, 0, 6) + --- We are not in the presence of a special case, we add configuration : (0, 4, 0, 7) + --- We are not in the presence of a special case, we add configuration : (0, 4, 0, 8) + --- We are not in the presence of a special case, we add configuration : (0, 4, 0, 9) + --- We are not in the presence of a special case, we add configuration : (0, 4, 0, 10) + --- We are not in the presence of a special case, we add configuration : (0, 4, 0, 11) + --- We are not in the presence of a special case, we add configuration : (0, 4, 0, 12) + --- We are not in the presence of a special case, we add configuration : (0, 4, 0, 13) + --- We are not in the presence of a special case, we add configuration : (0, 4, 0, 14) + --- We are not in the presence of a special case, we add configuration : (0, 4, 0, 15) +--- Considering a new special case configuration: [0, 4, 0, 0] +--- The representant already tested or added in candidates: [0, 4, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 4, 1, 1) + --- We are not in the presence of a special case, we add configuration : (0, 4, 1, 2) + --- We are not in the presence of a special case, we add configuration : (0, 4, 1, 3) + --- We are not in the presence of a special case, we add configuration : (0, 4, 1, 4) + --- We are not in the presence of a special case, we add configuration : (0, 4, 1, 5) + --- We are not in the presence of a special case, we add configuration : (0, 4, 1, 6) + --- We are not in the presence of a special case, we add configuration : (0, 4, 1, 7) + --- We are not in the presence of a special case, we add configuration : (0, 4, 1, 8) + --- We are not in the presence of a special case, we add configuration : (0, 4, 1, 9) + --- We are not in the presence of a special case, we add configuration : (0, 4, 1, 10) + --- We are not in the presence of a special case, we add configuration : (0, 4, 1, 11) + --- We are not in the presence of a special case, we add configuration : (0, 4, 1, 12) + --- We are not in the presence of a special case, we add configuration : (0, 4, 1, 13) + --- We are not in the presence of a special case, we add configuration : (0, 4, 1, 14) + --- We are not in the presence of a special case, we add configuration : (0, 4, 1, 15) +--- Considering a new special case configuration: [0, 4, 0, 0] +--- The representant already tested or added in candidates: [0, 4, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 4, 2, 1) + --- We are not in the presence of a special case, we add configuration : (0, 4, 2, 2) + --- We are not in the presence of a special case, we add configuration : (0, 4, 2, 3) + --- We are not in the presence of a special case, we add configuration : (0, 4, 2, 4) + --- We are not in the presence of a special case, we add configuration : (0, 4, 2, 5) + --- We are not in the presence of a special case, we add configuration : (0, 4, 2, 6) + --- We are not in the presence of a special case, we add configuration : (0, 4, 2, 7) + --- We are not in the presence of a special case, we add configuration : (0, 4, 2, 8) + --- We are not in the presence of a special case, we add configuration : (0, 4, 2, 9) + --- We are not in the presence of a special case, we add configuration : (0, 4, 2, 10) + --- We are not in the presence of a special case, we add configuration : (0, 4, 2, 11) + --- We are not in the presence of a special case, we add configuration : (0, 4, 2, 12) + --- We are not in the presence of a special case, we add configuration : (0, 4, 2, 13) + --- We are not in the presence of a special case, we add configuration : (0, 4, 2, 14) + --- We are not in the presence of a special case, we add configuration : (0, 4, 2, 15) + --- We are not in the presence of a special case, we add configuration : (0, 5, 0, 0) + --- We are not in the presence of a special case, we add configuration : (0, 5, 0, 1) + --- We are not in the presence of a special case, we add configuration : (0, 5, 0, 2) + --- We are not in the presence of a special case, we add configuration : (0, 5, 0, 3) + --- We are not in the presence of a special case, we add configuration : (0, 5, 0, 4) + --- We are not in the presence of a special case, we add configuration : (0, 5, 0, 5) + --- We are not in the presence of a special case, we add configuration : (0, 5, 0, 6) + --- We are not in the presence of a special case, we add configuration : (0, 5, 0, 7) + --- We are not in the presence of a special case, we add configuration : (0, 5, 0, 8) + --- We are not in the presence of a special case, we add configuration : (0, 5, 0, 9) + --- We are not in the presence of a special case, we add configuration : (0, 5, 0, 10) + --- We are not in the presence of a special case, we add configuration : (0, 5, 0, 11) + --- We are not in the presence of a special case, we add configuration : (0, 5, 0, 12) + --- We are not in the presence of a special case, we add configuration : (0, 5, 0, 13) + --- We are not in the presence of a special case, we add configuration : (0, 5, 0, 14) + --- We are not in the presence of a special case, we add configuration : (0, 5, 0, 15) +--- Considering a new special case configuration: [0, 5, 0, 0] +--- The representant already tested or added in candidates: [0, 5, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 5, 1, 1) + --- We are not in the presence of a special case, we add configuration : (0, 5, 1, 2) + --- We are not in the presence of a special case, we add configuration : (0, 5, 1, 3) + --- We are not in the presence of a special case, we add configuration : (0, 5, 1, 4) + --- We are not in the presence of a special case, we add configuration : (0, 5, 1, 5) + --- We are not in the presence of a special case, we add configuration : (0, 5, 1, 6) + --- We are not in the presence of a special case, we add configuration : (0, 5, 1, 7) + --- We are not in the presence of a special case, we add configuration : (0, 5, 1, 8) + --- We are not in the presence of a special case, we add configuration : (0, 5, 1, 9) + --- We are not in the presence of a special case, we add configuration : (0, 5, 1, 10) + --- We are not in the presence of a special case, we add configuration : (0, 5, 1, 11) + --- We are not in the presence of a special case, we add configuration : (0, 5, 1, 12) + --- We are not in the presence of a special case, we add configuration : (0, 5, 1, 13) + --- We are not in the presence of a special case, we add configuration : (0, 5, 1, 14) + --- We are not in the presence of a special case, we add configuration : (0, 5, 1, 15) +--- Considering a new special case configuration: [0, 5, 0, 0] +--- The representant already tested or added in candidates: [0, 5, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 5, 2, 1) + --- We are not in the presence of a special case, we add configuration : (0, 5, 2, 2) + --- We are not in the presence of a special case, we add configuration : (0, 5, 2, 3) + --- We are not in the presence of a special case, we add configuration : (0, 5, 2, 4) + --- We are not in the presence of a special case, we add configuration : (0, 5, 2, 5) + --- We are not in the presence of a special case, we add configuration : (0, 5, 2, 6) + --- We are not in the presence of a special case, we add configuration : (0, 5, 2, 7) + --- We are not in the presence of a special case, we add configuration : (0, 5, 2, 8) + --- We are not in the presence of a special case, we add configuration : (0, 5, 2, 9) + --- We are not in the presence of a special case, we add configuration : (0, 5, 2, 10) + --- We are not in the presence of a special case, we add configuration : (0, 5, 2, 11) + --- We are not in the presence of a special case, we add configuration : (0, 5, 2, 12) + --- We are not in the presence of a special case, we add configuration : (0, 5, 2, 13) + --- We are not in the presence of a special case, we add configuration : (0, 5, 2, 14) + --- We are not in the presence of a special case, we add configuration : (0, 5, 2, 15) + --- We are not in the presence of a special case, we add configuration : (0, 6, 0, 0) + --- We are not in the presence of a special case, we add configuration : (0, 6, 0, 1) + --- We are not in the presence of a special case, we add configuration : (0, 6, 0, 2) + --- We are not in the presence of a special case, we add configuration : (0, 6, 0, 3) + --- We are not in the presence of a special case, we add configuration : (0, 6, 0, 4) + --- We are not in the presence of a special case, we add configuration : (0, 6, 0, 5) + --- We are not in the presence of a special case, we add configuration : (0, 6, 0, 6) + --- We are not in the presence of a special case, we add configuration : (0, 6, 0, 7) + --- We are not in the presence of a special case, we add configuration : (0, 6, 0, 8) + --- We are not in the presence of a special case, we add configuration : (0, 6, 0, 9) + --- We are not in the presence of a special case, we add configuration : (0, 6, 0, 10) + --- We are not in the presence of a special case, we add configuration : (0, 6, 0, 11) + --- We are not in the presence of a special case, we add configuration : (0, 6, 0, 12) + --- We are not in the presence of a special case, we add configuration : (0, 6, 0, 13) + --- We are not in the presence of a special case, we add configuration : (0, 6, 0, 14) + --- We are not in the presence of a special case, we add configuration : (0, 6, 0, 15) +--- Considering a new special case configuration: [0, 6, 0, 0] +--- The representant already tested or added in candidates: [0, 6, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 6, 1, 1) + --- We are not in the presence of a special case, we add configuration : (0, 6, 1, 2) + --- We are not in the presence of a special case, we add configuration : (0, 6, 1, 3) + --- We are not in the presence of a special case, we add configuration : (0, 6, 1, 4) + --- We are not in the presence of a special case, we add configuration : (0, 6, 1, 5) + --- We are not in the presence of a special case, we add configuration : (0, 6, 1, 6) + --- We are not in the presence of a special case, we add configuration : (0, 6, 1, 7) + --- We are not in the presence of a special case, we add configuration : (0, 6, 1, 8) + --- We are not in the presence of a special case, we add configuration : (0, 6, 1, 9) + --- We are not in the presence of a special case, we add configuration : (0, 6, 1, 10) + --- We are not in the presence of a special case, we add configuration : (0, 6, 1, 11) + --- We are not in the presence of a special case, we add configuration : (0, 6, 1, 12) + --- We are not in the presence of a special case, we add configuration : (0, 6, 1, 13) + --- We are not in the presence of a special case, we add configuration : (0, 6, 1, 14) + --- We are not in the presence of a special case, we add configuration : (0, 6, 1, 15) +--- Considering a new special case configuration: [0, 6, 0, 0] +--- The representant already tested or added in candidates: [0, 6, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 6, 2, 1) + --- We are not in the presence of a special case, we add configuration : (0, 6, 2, 2) + --- We are not in the presence of a special case, we add configuration : (0, 6, 2, 3) + --- We are not in the presence of a special case, we add configuration : (0, 6, 2, 4) + --- We are not in the presence of a special case, we add configuration : (0, 6, 2, 5) + --- We are not in the presence of a special case, we add configuration : (0, 6, 2, 6) + --- We are not in the presence of a special case, we add configuration : (0, 6, 2, 7) + --- We are not in the presence of a special case, we add configuration : (0, 6, 2, 8) + --- We are not in the presence of a special case, we add configuration : (0, 6, 2, 9) + --- We are not in the presence of a special case, we add configuration : (0, 6, 2, 10) + --- We are not in the presence of a special case, we add configuration : (0, 6, 2, 11) + --- We are not in the presence of a special case, we add configuration : (0, 6, 2, 12) + --- We are not in the presence of a special case, we add configuration : (0, 6, 2, 13) + --- We are not in the presence of a special case, we add configuration : (0, 6, 2, 14) + --- We are not in the presence of a special case, we add configuration : (0, 6, 2, 15) + --- We are not in the presence of a special case, we add configuration : (0, 7, 0, 0) + --- We are not in the presence of a special case, we add configuration : (0, 7, 0, 1) + --- We are not in the presence of a special case, we add configuration : (0, 7, 0, 2) + --- We are not in the presence of a special case, we add configuration : (0, 7, 0, 3) + --- We are not in the presence of a special case, we add configuration : (0, 7, 0, 4) + --- We are not in the presence of a special case, we add configuration : (0, 7, 0, 5) + --- We are not in the presence of a special case, we add configuration : (0, 7, 0, 6) + --- We are not in the presence of a special case, we add configuration : (0, 7, 0, 7) + --- We are not in the presence of a special case, we add configuration : (0, 7, 0, 8) + --- We are not in the presence of a special case, we add configuration : (0, 7, 0, 9) + --- We are not in the presence of a special case, we add configuration : (0, 7, 0, 10) + --- We are not in the presence of a special case, we add configuration : (0, 7, 0, 11) + --- We are not in the presence of a special case, we add configuration : (0, 7, 0, 12) + --- We are not in the presence of a special case, we add configuration : (0, 7, 0, 13) + --- We are not in the presence of a special case, we add configuration : (0, 7, 0, 14) + --- We are not in the presence of a special case, we add configuration : (0, 7, 0, 15) +--- Considering a new special case configuration: [0, 7, 0, 0] +--- The representant already tested or added in candidates: [0, 7, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 7, 1, 1) + --- We are not in the presence of a special case, we add configuration : (0, 7, 1, 2) + --- We are not in the presence of a special case, we add configuration : (0, 7, 1, 3) + --- We are not in the presence of a special case, we add configuration : (0, 7, 1, 4) + --- We are not in the presence of a special case, we add configuration : (0, 7, 1, 5) + --- We are not in the presence of a special case, we add configuration : (0, 7, 1, 6) + --- We are not in the presence of a special case, we add configuration : (0, 7, 1, 7) + --- We are not in the presence of a special case, we add configuration : (0, 7, 1, 8) + --- We are not in the presence of a special case, we add configuration : (0, 7, 1, 9) + --- We are not in the presence of a special case, we add configuration : (0, 7, 1, 10) + --- We are not in the presence of a special case, we add configuration : (0, 7, 1, 11) + --- We are not in the presence of a special case, we add configuration : (0, 7, 1, 12) + --- We are not in the presence of a special case, we add configuration : (0, 7, 1, 13) + --- We are not in the presence of a special case, we add configuration : (0, 7, 1, 14) + --- We are not in the presence of a special case, we add configuration : (0, 7, 1, 15) +--- Considering a new special case configuration: [0, 7, 0, 0] +--- The representant already tested or added in candidates: [0, 7, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 7, 2, 1) + --- We are not in the presence of a special case, we add configuration : (0, 7, 2, 2) + --- We are not in the presence of a special case, we add configuration : (0, 7, 2, 3) + --- We are not in the presence of a special case, we add configuration : (0, 7, 2, 4) + --- We are not in the presence of a special case, we add configuration : (0, 7, 2, 5) + --- We are not in the presence of a special case, we add configuration : (0, 7, 2, 6) + --- We are not in the presence of a special case, we add configuration : (0, 7, 2, 7) + --- We are not in the presence of a special case, we add configuration : (0, 7, 2, 8) + --- We are not in the presence of a special case, we add configuration : (0, 7, 2, 9) + --- We are not in the presence of a special case, we add configuration : (0, 7, 2, 10) + --- We are not in the presence of a special case, we add configuration : (0, 7, 2, 11) + --- We are not in the presence of a special case, we add configuration : (0, 7, 2, 12) + --- We are not in the presence of a special case, we add configuration : (0, 7, 2, 13) + --- We are not in the presence of a special case, we add configuration : (0, 7, 2, 14) + --- We are not in the presence of a special case, we add configuration : (0, 7, 2, 15) + --- We are not in the presence of a special case, we add configuration : (0, 8, 0, 0) + --- We are not in the presence of a special case, we add configuration : (0, 8, 0, 1) + --- We are not in the presence of a special case, we add configuration : (0, 8, 0, 2) + --- We are not in the presence of a special case, we add configuration : (0, 8, 0, 3) + --- We are not in the presence of a special case, we add configuration : (0, 8, 0, 4) + --- We are not in the presence of a special case, we add configuration : (0, 8, 0, 5) + --- We are not in the presence of a special case, we add configuration : (0, 8, 0, 6) + --- We are not in the presence of a special case, we add configuration : (0, 8, 0, 7) + --- We are not in the presence of a special case, we add configuration : (0, 8, 0, 8) + --- We are not in the presence of a special case, we add configuration : (0, 8, 0, 9) + --- We are not in the presence of a special case, we add configuration : (0, 8, 0, 10) + --- We are not in the presence of a special case, we add configuration : (0, 8, 0, 11) + --- We are not in the presence of a special case, we add configuration : (0, 8, 0, 12) + --- We are not in the presence of a special case, we add configuration : (0, 8, 0, 13) + --- We are not in the presence of a special case, we add configuration : (0, 8, 0, 14) + --- We are not in the presence of a special case, we add configuration : (0, 8, 0, 15) +--- Considering a new special case configuration: [0, 8, 0, 0] +--- The representant already tested or added in candidates: [0, 8, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 8, 1, 1) + --- We are not in the presence of a special case, we add configuration : (0, 8, 1, 2) + --- We are not in the presence of a special case, we add configuration : (0, 8, 1, 3) + --- We are not in the presence of a special case, we add configuration : (0, 8, 1, 4) + --- We are not in the presence of a special case, we add configuration : (0, 8, 1, 5) + --- We are not in the presence of a special case, we add configuration : (0, 8, 1, 6) + --- We are not in the presence of a special case, we add configuration : (0, 8, 1, 7) + --- We are not in the presence of a special case, we add configuration : (0, 8, 1, 8) + --- We are not in the presence of a special case, we add configuration : (0, 8, 1, 9) + --- We are not in the presence of a special case, we add configuration : (0, 8, 1, 10) + --- We are not in the presence of a special case, we add configuration : (0, 8, 1, 11) + --- We are not in the presence of a special case, we add configuration : (0, 8, 1, 12) + --- We are not in the presence of a special case, we add configuration : (0, 8, 1, 13) + --- We are not in the presence of a special case, we add configuration : (0, 8, 1, 14) + --- We are not in the presence of a special case, we add configuration : (0, 8, 1, 15) +--- Considering a new special case configuration: [0, 8, 0, 0] +--- The representant already tested or added in candidates: [0, 8, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 8, 2, 1) + --- We are not in the presence of a special case, we add configuration : (0, 8, 2, 2) + --- We are not in the presence of a special case, we add configuration : (0, 8, 2, 3) + --- We are not in the presence of a special case, we add configuration : (0, 8, 2, 4) + --- We are not in the presence of a special case, we add configuration : (0, 8, 2, 5) + --- We are not in the presence of a special case, we add configuration : (0, 8, 2, 6) + --- We are not in the presence of a special case, we add configuration : (0, 8, 2, 7) + --- We are not in the presence of a special case, we add configuration : (0, 8, 2, 8) + --- We are not in the presence of a special case, we add configuration : (0, 8, 2, 9) + --- We are not in the presence of a special case, we add configuration : (0, 8, 2, 10) + --- We are not in the presence of a special case, we add configuration : (0, 8, 2, 11) + --- We are not in the presence of a special case, we add configuration : (0, 8, 2, 12) + --- We are not in the presence of a special case, we add configuration : (0, 8, 2, 13) + --- We are not in the presence of a special case, we add configuration : (0, 8, 2, 14) + --- We are not in the presence of a special case, we add configuration : (0, 8, 2, 15) + --- We are not in the presence of a special case, we add configuration : (0, 9, 0, 0) + --- We are not in the presence of a special case, we add configuration : (0, 9, 0, 1) + --- We are not in the presence of a special case, we add configuration : (0, 9, 0, 2) + --- We are not in the presence of a special case, we add configuration : (0, 9, 0, 3) + --- We are not in the presence of a special case, we add configuration : (0, 9, 0, 4) + --- We are not in the presence of a special case, we add configuration : (0, 9, 0, 5) + --- We are not in the presence of a special case, we add configuration : (0, 9, 0, 6) + --- We are not in the presence of a special case, we add configuration : (0, 9, 0, 7) + --- We are not in the presence of a special case, we add configuration : (0, 9, 0, 8) + --- We are not in the presence of a special case, we add configuration : (0, 9, 0, 9) + --- We are not in the presence of a special case, we add configuration : (0, 9, 0, 10) + --- We are not in the presence of a special case, we add configuration : (0, 9, 0, 11) + --- We are not in the presence of a special case, we add configuration : (0, 9, 0, 12) + --- We are not in the presence of a special case, we add configuration : (0, 9, 0, 13) + --- We are not in the presence of a special case, we add configuration : (0, 9, 0, 14) + --- We are not in the presence of a special case, we add configuration : (0, 9, 0, 15) +--- Considering a new special case configuration: [0, 9, 0, 0] +--- The representant already tested or added in candidates: [0, 9, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 9, 1, 1) + --- We are not in the presence of a special case, we add configuration : (0, 9, 1, 2) + --- We are not in the presence of a special case, we add configuration : (0, 9, 1, 3) + --- We are not in the presence of a special case, we add configuration : (0, 9, 1, 4) + --- We are not in the presence of a special case, we add configuration : (0, 9, 1, 5) + --- We are not in the presence of a special case, we add configuration : (0, 9, 1, 6) + --- We are not in the presence of a special case, we add configuration : (0, 9, 1, 7) + --- We are not in the presence of a special case, we add configuration : (0, 9, 1, 8) + --- We are not in the presence of a special case, we add configuration : (0, 9, 1, 9) + --- We are not in the presence of a special case, we add configuration : (0, 9, 1, 10) + --- We are not in the presence of a special case, we add configuration : (0, 9, 1, 11) + --- We are not in the presence of a special case, we add configuration : (0, 9, 1, 12) + --- We are not in the presence of a special case, we add configuration : (0, 9, 1, 13) + --- We are not in the presence of a special case, we add configuration : (0, 9, 1, 14) + --- We are not in the presence of a special case, we add configuration : (0, 9, 1, 15) +--- Considering a new special case configuration: [0, 9, 0, 0] +--- The representant already tested or added in candidates: [0, 9, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 9, 2, 1) + --- We are not in the presence of a special case, we add configuration : (0, 9, 2, 2) + --- We are not in the presence of a special case, we add configuration : (0, 9, 2, 3) + --- We are not in the presence of a special case, we add configuration : (0, 9, 2, 4) + --- We are not in the presence of a special case, we add configuration : (0, 9, 2, 5) + --- We are not in the presence of a special case, we add configuration : (0, 9, 2, 6) + --- We are not in the presence of a special case, we add configuration : (0, 9, 2, 7) + --- We are not in the presence of a special case, we add configuration : (0, 9, 2, 8) + --- We are not in the presence of a special case, we add configuration : (0, 9, 2, 9) + --- We are not in the presence of a special case, we add configuration : (0, 9, 2, 10) + --- We are not in the presence of a special case, we add configuration : (0, 9, 2, 11) + --- We are not in the presence of a special case, we add configuration : (0, 9, 2, 12) + --- We are not in the presence of a special case, we add configuration : (0, 9, 2, 13) + --- We are not in the presence of a special case, we add configuration : (0, 9, 2, 14) + --- We are not in the presence of a special case, we add configuration : (0, 9, 2, 15) + --- We are not in the presence of a special case, we add configuration : (0, 10, 0, 0) + --- We are not in the presence of a special case, we add configuration : (0, 10, 0, 1) + --- We are not in the presence of a special case, we add configuration : (0, 10, 0, 2) + --- We are not in the presence of a special case, we add configuration : (0, 10, 0, 3) + --- We are not in the presence of a special case, we add configuration : (0, 10, 0, 4) + --- We are not in the presence of a special case, we add configuration : (0, 10, 0, 5) + --- We are not in the presence of a special case, we add configuration : (0, 10, 0, 6) + --- We are not in the presence of a special case, we add configuration : (0, 10, 0, 7) + --- We are not in the presence of a special case, we add configuration : (0, 10, 0, 8) + --- We are not in the presence of a special case, we add configuration : (0, 10, 0, 9) + --- We are not in the presence of a special case, we add configuration : (0, 10, 0, 10) + --- We are not in the presence of a special case, we add configuration : (0, 10, 0, 11) + --- We are not in the presence of a special case, we add configuration : (0, 10, 0, 12) + --- We are not in the presence of a special case, we add configuration : (0, 10, 0, 13) + --- We are not in the presence of a special case, we add configuration : (0, 10, 0, 14) + --- We are not in the presence of a special case, we add configuration : (0, 10, 0, 15) +--- Considering a new special case configuration: [0, 10, 0, 0] +--- The representant already tested or added in candidates: [0, 10, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 10, 1, 1) + --- We are not in the presence of a special case, we add configuration : (0, 10, 1, 2) + --- We are not in the presence of a special case, we add configuration : (0, 10, 1, 3) + --- We are not in the presence of a special case, we add configuration : (0, 10, 1, 4) + --- We are not in the presence of a special case, we add configuration : (0, 10, 1, 5) + --- We are not in the presence of a special case, we add configuration : (0, 10, 1, 6) + --- We are not in the presence of a special case, we add configuration : (0, 10, 1, 7) + --- We are not in the presence of a special case, we add configuration : (0, 10, 1, 8) + --- We are not in the presence of a special case, we add configuration : (0, 10, 1, 9) + --- We are not in the presence of a special case, we add configuration : (0, 10, 1, 10) + --- We are not in the presence of a special case, we add configuration : (0, 10, 1, 11) + --- We are not in the presence of a special case, we add configuration : (0, 10, 1, 12) + --- We are not in the presence of a special case, we add configuration : (0, 10, 1, 13) + --- We are not in the presence of a special case, we add configuration : (0, 10, 1, 14) + --- We are not in the presence of a special case, we add configuration : (0, 10, 1, 15) +--- Considering a new special case configuration: [0, 10, 0, 0] +--- The representant already tested or added in candidates: [0, 10, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 10, 2, 1) + --- We are not in the presence of a special case, we add configuration : (0, 10, 2, 2) + --- We are not in the presence of a special case, we add configuration : (0, 10, 2, 3) + --- We are not in the presence of a special case, we add configuration : (0, 10, 2, 4) + --- We are not in the presence of a special case, we add configuration : (0, 10, 2, 5) + --- We are not in the presence of a special case, we add configuration : (0, 10, 2, 6) + --- We are not in the presence of a special case, we add configuration : (0, 10, 2, 7) + --- We are not in the presence of a special case, we add configuration : (0, 10, 2, 8) + --- We are not in the presence of a special case, we add configuration : (0, 10, 2, 9) + --- We are not in the presence of a special case, we add configuration : (0, 10, 2, 10) + --- We are not in the presence of a special case, we add configuration : (0, 10, 2, 11) + --- We are not in the presence of a special case, we add configuration : (0, 10, 2, 12) + --- We are not in the presence of a special case, we add configuration : (0, 10, 2, 13) + --- We are not in the presence of a special case, we add configuration : (0, 10, 2, 14) + --- We are not in the presence of a special case, we add configuration : (0, 10, 2, 15) + --- We are not in the presence of a special case, we add configuration : (0, 11, 0, 0) + --- We are not in the presence of a special case, we add configuration : (0, 11, 0, 1) + --- We are not in the presence of a special case, we add configuration : (0, 11, 0, 2) + --- We are not in the presence of a special case, we add configuration : (0, 11, 0, 3) + --- We are not in the presence of a special case, we add configuration : (0, 11, 0, 4) + --- We are not in the presence of a special case, we add configuration : (0, 11, 0, 5) + --- We are not in the presence of a special case, we add configuration : (0, 11, 0, 6) + --- We are not in the presence of a special case, we add configuration : (0, 11, 0, 7) + --- We are not in the presence of a special case, we add configuration : (0, 11, 0, 8) + --- We are not in the presence of a special case, we add configuration : (0, 11, 0, 9) + --- We are not in the presence of a special case, we add configuration : (0, 11, 0, 10) + --- We are not in the presence of a special case, we add configuration : (0, 11, 0, 11) + --- We are not in the presence of a special case, we add configuration : (0, 11, 0, 12) + --- We are not in the presence of a special case, we add configuration : (0, 11, 0, 13) + --- We are not in the presence of a special case, we add configuration : (0, 11, 0, 14) + --- We are not in the presence of a special case, we add configuration : (0, 11, 0, 15) +--- Considering a new special case configuration: [0, 11, 0, 0] +--- The representant already tested or added in candidates: [0, 11, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 11, 1, 1) + --- We are not in the presence of a special case, we add configuration : (0, 11, 1, 2) + --- We are not in the presence of a special case, we add configuration : (0, 11, 1, 3) + --- We are not in the presence of a special case, we add configuration : (0, 11, 1, 4) + --- We are not in the presence of a special case, we add configuration : (0, 11, 1, 5) + --- We are not in the presence of a special case, we add configuration : (0, 11, 1, 6) + --- We are not in the presence of a special case, we add configuration : (0, 11, 1, 7) + --- We are not in the presence of a special case, we add configuration : (0, 11, 1, 8) + --- We are not in the presence of a special case, we add configuration : (0, 11, 1, 9) + --- We are not in the presence of a special case, we add configuration : (0, 11, 1, 10) + --- We are not in the presence of a special case, we add configuration : (0, 11, 1, 11) + --- We are not in the presence of a special case, we add configuration : (0, 11, 1, 12) + --- We are not in the presence of a special case, we add configuration : (0, 11, 1, 13) + --- We are not in the presence of a special case, we add configuration : (0, 11, 1, 14) + --- We are not in the presence of a special case, we add configuration : (0, 11, 1, 15) +--- Considering a new special case configuration: [0, 11, 0, 0] +--- The representant already tested or added in candidates: [0, 11, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 11, 2, 1) + --- We are not in the presence of a special case, we add configuration : (0, 11, 2, 2) + --- We are not in the presence of a special case, we add configuration : (0, 11, 2, 3) + --- We are not in the presence of a special case, we add configuration : (0, 11, 2, 4) + --- We are not in the presence of a special case, we add configuration : (0, 11, 2, 5) + --- We are not in the presence of a special case, we add configuration : (0, 11, 2, 6) + --- We are not in the presence of a special case, we add configuration : (0, 11, 2, 7) + --- We are not in the presence of a special case, we add configuration : (0, 11, 2, 8) + --- We are not in the presence of a special case, we add configuration : (0, 11, 2, 9) + --- We are not in the presence of a special case, we add configuration : (0, 11, 2, 10) + --- We are not in the presence of a special case, we add configuration : (0, 11, 2, 11) + --- We are not in the presence of a special case, we add configuration : (0, 11, 2, 12) + --- We are not in the presence of a special case, we add configuration : (0, 11, 2, 13) + --- We are not in the presence of a special case, we add configuration : (0, 11, 2, 14) + --- We are not in the presence of a special case, we add configuration : (0, 11, 2, 15) + --- We are not in the presence of a special case, we add configuration : (0, 12, 0, 0) + --- We are not in the presence of a special case, we add configuration : (0, 12, 0, 1) + --- We are not in the presence of a special case, we add configuration : (0, 12, 0, 2) + --- We are not in the presence of a special case, we add configuration : (0, 12, 0, 3) + --- We are not in the presence of a special case, we add configuration : (0, 12, 0, 4) + --- We are not in the presence of a special case, we add configuration : (0, 12, 0, 5) + --- We are not in the presence of a special case, we add configuration : (0, 12, 0, 6) + --- We are not in the presence of a special case, we add configuration : (0, 12, 0, 7) + --- We are not in the presence of a special case, we add configuration : (0, 12, 0, 8) + --- We are not in the presence of a special case, we add configuration : (0, 12, 0, 9) + --- We are not in the presence of a special case, we add configuration : (0, 12, 0, 10) + --- We are not in the presence of a special case, we add configuration : (0, 12, 0, 11) + --- We are not in the presence of a special case, we add configuration : (0, 12, 0, 12) + --- We are not in the presence of a special case, we add configuration : (0, 12, 0, 13) + --- We are not in the presence of a special case, we add configuration : (0, 12, 0, 14) + --- We are not in the presence of a special case, we add configuration : (0, 12, 0, 15) +--- Considering a new special case configuration: [0, 12, 0, 0] +--- The representant already tested or added in candidates: [0, 12, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 12, 1, 1) + --- We are not in the presence of a special case, we add configuration : (0, 12, 1, 2) + --- We are not in the presence of a special case, we add configuration : (0, 12, 1, 3) + --- We are not in the presence of a special case, we add configuration : (0, 12, 1, 4) + --- We are not in the presence of a special case, we add configuration : (0, 12, 1, 5) + --- We are not in the presence of a special case, we add configuration : (0, 12, 1, 6) + --- We are not in the presence of a special case, we add configuration : (0, 12, 1, 7) + --- We are not in the presence of a special case, we add configuration : (0, 12, 1, 8) + --- We are not in the presence of a special case, we add configuration : (0, 12, 1, 9) + --- We are not in the presence of a special case, we add configuration : (0, 12, 1, 10) + --- We are not in the presence of a special case, we add configuration : (0, 12, 1, 11) + --- We are not in the presence of a special case, we add configuration : (0, 12, 1, 12) + --- We are not in the presence of a special case, we add configuration : (0, 12, 1, 13) + --- We are not in the presence of a special case, we add configuration : (0, 12, 1, 14) + --- We are not in the presence of a special case, we add configuration : (0, 12, 1, 15) +--- Considering a new special case configuration: [0, 12, 0, 0] +--- The representant already tested or added in candidates: [0, 12, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 12, 2, 1) + --- We are not in the presence of a special case, we add configuration : (0, 12, 2, 2) + --- We are not in the presence of a special case, we add configuration : (0, 12, 2, 3) + --- We are not in the presence of a special case, we add configuration : (0, 12, 2, 4) + --- We are not in the presence of a special case, we add configuration : (0, 12, 2, 5) + --- We are not in the presence of a special case, we add configuration : (0, 12, 2, 6) + --- We are not in the presence of a special case, we add configuration : (0, 12, 2, 7) + --- We are not in the presence of a special case, we add configuration : (0, 12, 2, 8) + --- We are not in the presence of a special case, we add configuration : (0, 12, 2, 9) + --- We are not in the presence of a special case, we add configuration : (0, 12, 2, 10) + --- We are not in the presence of a special case, we add configuration : (0, 12, 2, 11) + --- We are not in the presence of a special case, we add configuration : (0, 12, 2, 12) + --- We are not in the presence of a special case, we add configuration : (0, 12, 2, 13) + --- We are not in the presence of a special case, we add configuration : (0, 12, 2, 14) + --- We are not in the presence of a special case, we add configuration : (0, 12, 2, 15) + --- We are not in the presence of a special case, we add configuration : (0, 13, 0, 0) + --- We are not in the presence of a special case, we add configuration : (0, 13, 0, 1) + --- We are not in the presence of a special case, we add configuration : (0, 13, 0, 2) + --- We are not in the presence of a special case, we add configuration : (0, 13, 0, 3) + --- We are not in the presence of a special case, we add configuration : (0, 13, 0, 4) + --- We are not in the presence of a special case, we add configuration : (0, 13, 0, 5) + --- We are not in the presence of a special case, we add configuration : (0, 13, 0, 6) + --- We are not in the presence of a special case, we add configuration : (0, 13, 0, 7) + --- We are not in the presence of a special case, we add configuration : (0, 13, 0, 8) + --- We are not in the presence of a special case, we add configuration : (0, 13, 0, 9) + --- We are not in the presence of a special case, we add configuration : (0, 13, 0, 10) + --- We are not in the presence of a special case, we add configuration : (0, 13, 0, 11) + --- We are not in the presence of a special case, we add configuration : (0, 13, 0, 12) + --- We are not in the presence of a special case, we add configuration : (0, 13, 0, 13) + --- We are not in the presence of a special case, we add configuration : (0, 13, 0, 14) + --- We are not in the presence of a special case, we add configuration : (0, 13, 0, 15) +--- Considering a new special case configuration: [0, 13, 0, 0] +--- The representant already tested or added in candidates: [0, 13, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 13, 1, 1) + --- We are not in the presence of a special case, we add configuration : (0, 13, 1, 2) + --- We are not in the presence of a special case, we add configuration : (0, 13, 1, 3) + --- We are not in the presence of a special case, we add configuration : (0, 13, 1, 4) + --- We are not in the presence of a special case, we add configuration : (0, 13, 1, 5) + --- We are not in the presence of a special case, we add configuration : (0, 13, 1, 6) + --- We are not in the presence of a special case, we add configuration : (0, 13, 1, 7) + --- We are not in the presence of a special case, we add configuration : (0, 13, 1, 8) + --- We are not in the presence of a special case, we add configuration : (0, 13, 1, 9) + --- We are not in the presence of a special case, we add configuration : (0, 13, 1, 10) + --- We are not in the presence of a special case, we add configuration : (0, 13, 1, 11) + --- We are not in the presence of a special case, we add configuration : (0, 13, 1, 12) + --- We are not in the presence of a special case, we add configuration : (0, 13, 1, 13) + --- We are not in the presence of a special case, we add configuration : (0, 13, 1, 14) + --- We are not in the presence of a special case, we add configuration : (0, 13, 1, 15) +--- Considering a new special case configuration: [0, 13, 0, 0] +--- The representant already tested or added in candidates: [0, 13, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 13, 2, 1) + --- We are not in the presence of a special case, we add configuration : (0, 13, 2, 2) + --- We are not in the presence of a special case, we add configuration : (0, 13, 2, 3) + --- We are not in the presence of a special case, we add configuration : (0, 13, 2, 4) + --- We are not in the presence of a special case, we add configuration : (0, 13, 2, 5) + --- We are not in the presence of a special case, we add configuration : (0, 13, 2, 6) + --- We are not in the presence of a special case, we add configuration : (0, 13, 2, 7) + --- We are not in the presence of a special case, we add configuration : (0, 13, 2, 8) + --- We are not in the presence of a special case, we add configuration : (0, 13, 2, 9) + --- We are not in the presence of a special case, we add configuration : (0, 13, 2, 10) + --- We are not in the presence of a special case, we add configuration : (0, 13, 2, 11) + --- We are not in the presence of a special case, we add configuration : (0, 13, 2, 12) + --- We are not in the presence of a special case, we add configuration : (0, 13, 2, 13) + --- We are not in the presence of a special case, we add configuration : (0, 13, 2, 14) + --- We are not in the presence of a special case, we add configuration : (0, 13, 2, 15) + --- We are not in the presence of a special case, we add configuration : (0, 14, 0, 0) + --- We are not in the presence of a special case, we add configuration : (0, 14, 0, 1) + --- We are not in the presence of a special case, we add configuration : (0, 14, 0, 2) + --- We are not in the presence of a special case, we add configuration : (0, 14, 0, 3) + --- We are not in the presence of a special case, we add configuration : (0, 14, 0, 4) + --- We are not in the presence of a special case, we add configuration : (0, 14, 0, 5) + --- We are not in the presence of a special case, we add configuration : (0, 14, 0, 6) + --- We are not in the presence of a special case, we add configuration : (0, 14, 0, 7) + --- We are not in the presence of a special case, we add configuration : (0, 14, 0, 8) + --- We are not in the presence of a special case, we add configuration : (0, 14, 0, 9) + --- We are not in the presence of a special case, we add configuration : (0, 14, 0, 10) + --- We are not in the presence of a special case, we add configuration : (0, 14, 0, 11) + --- We are not in the presence of a special case, we add configuration : (0, 14, 0, 12) + --- We are not in the presence of a special case, we add configuration : (0, 14, 0, 13) + --- We are not in the presence of a special case, we add configuration : (0, 14, 0, 14) + --- We are not in the presence of a special case, we add configuration : (0, 14, 0, 15) +--- Considering a new special case configuration: [0, 14, 0, 0] +--- The representant already tested or added in candidates: [0, 14, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 14, 1, 1) + --- We are not in the presence of a special case, we add configuration : (0, 14, 1, 2) + --- We are not in the presence of a special case, we add configuration : (0, 14, 1, 3) + --- We are not in the presence of a special case, we add configuration : (0, 14, 1, 4) + --- We are not in the presence of a special case, we add configuration : (0, 14, 1, 5) + --- We are not in the presence of a special case, we add configuration : (0, 14, 1, 6) + --- We are not in the presence of a special case, we add configuration : (0, 14, 1, 7) + --- We are not in the presence of a special case, we add configuration : (0, 14, 1, 8) + --- We are not in the presence of a special case, we add configuration : (0, 14, 1, 9) + --- We are not in the presence of a special case, we add configuration : (0, 14, 1, 10) + --- We are not in the presence of a special case, we add configuration : (0, 14, 1, 11) + --- We are not in the presence of a special case, we add configuration : (0, 14, 1, 12) + --- We are not in the presence of a special case, we add configuration : (0, 14, 1, 13) + --- We are not in the presence of a special case, we add configuration : (0, 14, 1, 14) + --- We are not in the presence of a special case, we add configuration : (0, 14, 1, 15) +--- Considering a new special case configuration: [0, 14, 0, 0] +--- The representant already tested or added in candidates: [0, 14, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 14, 2, 1) + --- We are not in the presence of a special case, we add configuration : (0, 14, 2, 2) + --- We are not in the presence of a special case, we add configuration : (0, 14, 2, 3) + --- We are not in the presence of a special case, we add configuration : (0, 14, 2, 4) + --- We are not in the presence of a special case, we add configuration : (0, 14, 2, 5) + --- We are not in the presence of a special case, we add configuration : (0, 14, 2, 6) + --- We are not in the presence of a special case, we add configuration : (0, 14, 2, 7) + --- We are not in the presence of a special case, we add configuration : (0, 14, 2, 8) + --- We are not in the presence of a special case, we add configuration : (0, 14, 2, 9) + --- We are not in the presence of a special case, we add configuration : (0, 14, 2, 10) + --- We are not in the presence of a special case, we add configuration : (0, 14, 2, 11) + --- We are not in the presence of a special case, we add configuration : (0, 14, 2, 12) + --- We are not in the presence of a special case, we add configuration : (0, 14, 2, 13) + --- We are not in the presence of a special case, we add configuration : (0, 14, 2, 14) + --- We are not in the presence of a special case, we add configuration : (0, 14, 2, 15) + --- We are not in the presence of a special case, we add configuration : (0, 15, 0, 0) + --- We are not in the presence of a special case, we add configuration : (0, 15, 0, 1) + --- We are not in the presence of a special case, we add configuration : (0, 15, 0, 2) + --- We are not in the presence of a special case, we add configuration : (0, 15, 0, 3) + --- We are not in the presence of a special case, we add configuration : (0, 15, 0, 4) + --- We are not in the presence of a special case, we add configuration : (0, 15, 0, 5) + --- We are not in the presence of a special case, we add configuration : (0, 15, 0, 6) + --- We are not in the presence of a special case, we add configuration : (0, 15, 0, 7) + --- We are not in the presence of a special case, we add configuration : (0, 15, 0, 8) + --- We are not in the presence of a special case, we add configuration : (0, 15, 0, 9) + --- We are not in the presence of a special case, we add configuration : (0, 15, 0, 10) + --- We are not in the presence of a special case, we add configuration : (0, 15, 0, 11) + --- We are not in the presence of a special case, we add configuration : (0, 15, 0, 12) + --- We are not in the presence of a special case, we add configuration : (0, 15, 0, 13) + --- We are not in the presence of a special case, we add configuration : (0, 15, 0, 14) + --- We are not in the presence of a special case, we add configuration : (0, 15, 0, 15) +--- Considering a new special case configuration: [0, 15, 0, 0] +--- The representant already tested or added in candidates: [0, 15, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 15, 1, 1) + --- We are not in the presence of a special case, we add configuration : (0, 15, 1, 2) + --- We are not in the presence of a special case, we add configuration : (0, 15, 1, 3) + --- We are not in the presence of a special case, we add configuration : (0, 15, 1, 4) + --- We are not in the presence of a special case, we add configuration : (0, 15, 1, 5) + --- We are not in the presence of a special case, we add configuration : (0, 15, 1, 6) + --- We are not in the presence of a special case, we add configuration : (0, 15, 1, 7) + --- We are not in the presence of a special case, we add configuration : (0, 15, 1, 8) + --- We are not in the presence of a special case, we add configuration : (0, 15, 1, 9) + --- We are not in the presence of a special case, we add configuration : (0, 15, 1, 10) + --- We are not in the presence of a special case, we add configuration : (0, 15, 1, 11) + --- We are not in the presence of a special case, we add configuration : (0, 15, 1, 12) + --- We are not in the presence of a special case, we add configuration : (0, 15, 1, 13) + --- We are not in the presence of a special case, we add configuration : (0, 15, 1, 14) + --- We are not in the presence of a special case, we add configuration : (0, 15, 1, 15) +--- Considering a new special case configuration: [0, 15, 0, 0] +--- The representant already tested or added in candidates: [0, 15, 0, 0] + --- We are not in the presence of a special case, we add configuration : (0, 15, 2, 1) + --- We are not in the presence of a special case, we add configuration : (0, 15, 2, 2) + --- We are not in the presence of a special case, we add configuration : (0, 15, 2, 3) + --- We are not in the presence of a special case, we add configuration : (0, 15, 2, 4) + --- We are not in the presence of a special case, we add configuration : (0, 15, 2, 5) + --- We are not in the presence of a special case, we add configuration : (0, 15, 2, 6) + --- We are not in the presence of a special case, we add configuration : (0, 15, 2, 7) + --- We are not in the presence of a special case, we add configuration : (0, 15, 2, 8) + --- We are not in the presence of a special case, we add configuration : (0, 15, 2, 9) + --- We are not in the presence of a special case, we add configuration : (0, 15, 2, 10) + --- We are not in the presence of a special case, we add configuration : (0, 15, 2, 11) + --- We are not in the presence of a special case, we add configuration : (0, 15, 2, 12) + --- We are not in the presence of a special case, we add configuration : (0, 15, 2, 13) + --- We are not in the presence of a special case, we add configuration : (0, 15, 2, 14) + --- We are not in the presence of a special case, we add configuration : (0, 15, 2, 15) +--- Considering a new special case configuration: [0, 0, 0, 0] +--- The representant already tested or added in candidates: [0, 0, 0, 0] +--- Considering a new special case configuration: [0, 0, 0, 1] +--- The representant already tested or added in candidates: [0, 0, 0, 1] +--- Considering a new special case configuration: [0, 0, 0, 2] +--- The representant already tested or added in candidates: [0, 0, 0, 2] +--- Considering a new special case configuration: [0, 0, 0, 3] +--- The representant already tested or added in candidates: [0, 0, 0, 3] +--- Considering a new special case configuration: [0, 0, 0, 4] +--- The representant already tested or added in candidates: [0, 0, 0, 4] +--- Considering a new special case configuration: [0, 0, 0, 5] +--- The representant already tested or added in candidates: [0, 0, 0, 5] +--- Considering a new special case configuration: [0, 0, 0, 6] +--- The representant already tested or added in candidates: [0, 0, 0, 6] +--- Considering a new special case configuration: [0, 0, 0, 7] +--- The representant already tested or added in candidates: [0, 0, 0, 7] +--- Considering a new special case configuration: [0, 0, 0, 8] +--- The representant already tested or added in candidates: [0, 0, 0, 8] +--- Considering a new special case configuration: [0, 0, 0, 9] +--- The representant already tested or added in candidates: [0, 0, 0, 9] +--- Considering a new special case configuration: [0, 0, 0, 10] +--- The representant already tested or added in candidates: [0, 0, 0, 10] +--- Considering a new special case configuration: [0, 0, 0, 11] +--- The representant already tested or added in candidates: [0, 0, 0, 11] +--- Considering a new special case configuration: [0, 0, 0, 12] +--- The representant already tested or added in candidates: [0, 0, 0, 12] +--- Considering a new special case configuration: [0, 0, 0, 13] +--- The representant already tested or added in candidates: [0, 0, 0, 13] +--- Considering a new special case configuration: [0, 0, 0, 14] +--- The representant already tested or added in candidates: [0, 0, 0, 14] +--- Considering a new special case configuration: [0, 0, 0, 15] +--- The representant already tested or added in candidates: [0, 0, 0, 15] +--- Considering a new special case configuration: [0, 0, 1, 0] +--- Adding the representant: [0, 0, 1, 0] +--- Considering a new special case configuration: [0, 0, 1, 1] +--- The representant already tested or added in candidates: [0, 0, 1, 1] +--- Considering a new special case configuration: [0, 0, 1, 2] +--- The representant already tested or added in candidates: [0, 0, 1, 2] +--- Considering a new special case configuration: [0, 0, 1, 3] +--- The representant already tested or added in candidates: [0, 0, 1, 3] +--- Considering a new special case configuration: [0, 0, 1, 4] +--- The representant already tested or added in candidates: [0, 0, 1, 4] +--- Considering a new special case configuration: [0, 0, 1, 5] +--- The representant already tested or added in candidates: [0, 0, 1, 5] +--- Considering a new special case configuration: [0, 0, 1, 6] +--- The representant already tested or added in candidates: [0, 0, 1, 6] +--- Considering a new special case configuration: [0, 0, 1, 7] +--- The representant already tested or added in candidates: [0, 0, 1, 7] +--- Considering a new special case configuration: [0, 0, 1, 8] +--- The representant already tested or added in candidates: [0, 0, 1, 8] +--- Considering a new special case configuration: [0, 0, 1, 9] +--- The representant already tested or added in candidates: [0, 0, 1, 9] +--- Considering a new special case configuration: [0, 0, 1, 10] +--- The representant already tested or added in candidates: [0, 0, 1, 10] +--- Considering a new special case configuration: [0, 0, 1, 11] +--- The representant already tested or added in candidates: [0, 0, 1, 11] +--- Considering a new special case configuration: [0, 0, 1, 12] +--- The representant already tested or added in candidates: [0, 0, 1, 12] +--- Considering a new special case configuration: [0, 0, 1, 13] +--- The representant already tested or added in candidates: [0, 0, 1, 13] +--- Considering a new special case configuration: [0, 0, 1, 14] +--- The representant already tested or added in candidates: [0, 0, 1, 14] +--- Considering a new special case configuration: [0, 0, 1, 15] +--- The representant already tested or added in candidates: [0, 0, 1, 15] +--- Considering a new special case configuration: [0, 0, 2, 0] +--- Adding the representant: [0, 0, 2, 0] +--- Considering a new special case configuration: [0, 0, 2, 1] +--- The representant already tested or added in candidates: [0, 0, 2, 1] +--- Considering a new special case configuration: [0, 0, 2, 2] +--- The representant already tested or added in candidates: [0, 0, 2, 2] +--- Considering a new special case configuration: [0, 0, 2, 3] +--- The representant already tested or added in candidates: [0, 0, 2, 3] +--- Considering a new special case configuration: [0, 0, 2, 4] +--- The representant already tested or added in candidates: [0, 0, 2, 4] +--- Considering a new special case configuration: [0, 0, 2, 5] +--- The representant already tested or added in candidates: [0, 0, 2, 5] +--- Considering a new special case configuration: [0, 0, 2, 6] +--- The representant already tested or added in candidates: [0, 0, 2, 6] +--- Considering a new special case configuration: [0, 0, 2, 7] +--- The representant already tested or added in candidates: [0, 0, 2, 7] +--- Considering a new special case configuration: [0, 0, 2, 8] +--- The representant already tested or added in candidates: [0, 0, 2, 8] +--- Considering a new special case configuration: [0, 0, 2, 9] +--- The representant already tested or added in candidates: [0, 0, 2, 9] +--- Considering a new special case configuration: [0, 0, 2, 10] +--- The representant already tested or added in candidates: [0, 0, 2, 10] +--- Considering a new special case configuration: [0, 0, 2, 11] +--- The representant already tested or added in candidates: [0, 0, 2, 11] +--- Considering a new special case configuration: [0, 0, 2, 12] +--- The representant already tested or added in candidates: [0, 0, 2, 12] +--- Considering a new special case configuration: [0, 0, 2, 13] +--- The representant already tested or added in candidates: [0, 0, 2, 13] +--- Considering a new special case configuration: [0, 0, 2, 14] +--- The representant already tested or added in candidates: [0, 0, 2, 14] +--- Considering a new special case configuration: [0, 0, 2, 15] +--- The representant already tested or added in candidates: [0, 0, 2, 15] + --- We are not in the presence of a special case, we add configuration : (1, 1, 0, 0) + --- We are not in the presence of a special case, we add configuration : (1, 1, 0, 1) + --- We are not in the presence of a special case, we add configuration : (1, 1, 0, 2) + --- We are not in the presence of a special case, we add configuration : (1, 1, 0, 3) + --- We are not in the presence of a special case, we add configuration : (1, 1, 0, 4) + --- We are not in the presence of a special case, we add configuration : (1, 1, 0, 5) + --- We are not in the presence of a special case, we add configuration : (1, 1, 0, 6) + --- We are not in the presence of a special case, we add configuration : (1, 1, 0, 7) + --- We are not in the presence of a special case, we add configuration : (1, 1, 0, 8) + --- We are not in the presence of a special case, we add configuration : (1, 1, 0, 9) + --- We are not in the presence of a special case, we add configuration : (1, 1, 0, 10) + --- We are not in the presence of a special case, we add configuration : (1, 1, 0, 11) + --- We are not in the presence of a special case, we add configuration : (1, 1, 0, 12) + --- We are not in the presence of a special case, we add configuration : (1, 1, 0, 13) + --- We are not in the presence of a special case, we add configuration : (1, 1, 0, 14) + --- We are not in the presence of a special case, we add configuration : (1, 1, 0, 15) +--- Considering a new special case configuration: [1, 1, 0, 0] +--- The representant already tested or added in candidates: [1, 1, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 1, 1, 1) + --- We are not in the presence of a special case, we add configuration : (1, 1, 1, 2) + --- We are not in the presence of a special case, we add configuration : (1, 1, 1, 3) + --- We are not in the presence of a special case, we add configuration : (1, 1, 1, 4) + --- We are not in the presence of a special case, we add configuration : (1, 1, 1, 5) + --- We are not in the presence of a special case, we add configuration : (1, 1, 1, 6) + --- We are not in the presence of a special case, we add configuration : (1, 1, 1, 7) + --- We are not in the presence of a special case, we add configuration : (1, 1, 1, 8) + --- We are not in the presence of a special case, we add configuration : (1, 1, 1, 9) + --- We are not in the presence of a special case, we add configuration : (1, 1, 1, 10) + --- We are not in the presence of a special case, we add configuration : (1, 1, 1, 11) + --- We are not in the presence of a special case, we add configuration : (1, 1, 1, 12) + --- We are not in the presence of a special case, we add configuration : (1, 1, 1, 13) + --- We are not in the presence of a special case, we add configuration : (1, 1, 1, 14) + --- We are not in the presence of a special case, we add configuration : (1, 1, 1, 15) +--- Considering a new special case configuration: [1, 1, 0, 0] +--- The representant already tested or added in candidates: [1, 1, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 1, 2, 1) + --- We are not in the presence of a special case, we add configuration : (1, 1, 2, 2) + --- We are not in the presence of a special case, we add configuration : (1, 1, 2, 3) + --- We are not in the presence of a special case, we add configuration : (1, 1, 2, 4) + --- We are not in the presence of a special case, we add configuration : (1, 1, 2, 5) + --- We are not in the presence of a special case, we add configuration : (1, 1, 2, 6) + --- We are not in the presence of a special case, we add configuration : (1, 1, 2, 7) + --- We are not in the presence of a special case, we add configuration : (1, 1, 2, 8) + --- We are not in the presence of a special case, we add configuration : (1, 1, 2, 9) + --- We are not in the presence of a special case, we add configuration : (1, 1, 2, 10) + --- We are not in the presence of a special case, we add configuration : (1, 1, 2, 11) + --- We are not in the presence of a special case, we add configuration : (1, 1, 2, 12) + --- We are not in the presence of a special case, we add configuration : (1, 1, 2, 13) + --- We are not in the presence of a special case, we add configuration : (1, 1, 2, 14) + --- We are not in the presence of a special case, we add configuration : (1, 1, 2, 15) + --- We are not in the presence of a special case, we add configuration : (1, 2, 0, 0) + --- We are not in the presence of a special case, we add configuration : (1, 2, 0, 1) + --- We are not in the presence of a special case, we add configuration : (1, 2, 0, 2) + --- We are not in the presence of a special case, we add configuration : (1, 2, 0, 3) + --- We are not in the presence of a special case, we add configuration : (1, 2, 0, 4) + --- We are not in the presence of a special case, we add configuration : (1, 2, 0, 5) + --- We are not in the presence of a special case, we add configuration : (1, 2, 0, 6) + --- We are not in the presence of a special case, we add configuration : (1, 2, 0, 7) + --- We are not in the presence of a special case, we add configuration : (1, 2, 0, 8) + --- We are not in the presence of a special case, we add configuration : (1, 2, 0, 9) + --- We are not in the presence of a special case, we add configuration : (1, 2, 0, 10) + --- We are not in the presence of a special case, we add configuration : (1, 2, 0, 11) + --- We are not in the presence of a special case, we add configuration : (1, 2, 0, 12) + --- We are not in the presence of a special case, we add configuration : (1, 2, 0, 13) + --- We are not in the presence of a special case, we add configuration : (1, 2, 0, 14) + --- We are not in the presence of a special case, we add configuration : (1, 2, 0, 15) +--- Considering a new special case configuration: [1, 2, 0, 0] +--- The representant already tested or added in candidates: [1, 2, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 2, 1, 1) + --- We are not in the presence of a special case, we add configuration : (1, 2, 1, 2) + --- We are not in the presence of a special case, we add configuration : (1, 2, 1, 3) + --- We are not in the presence of a special case, we add configuration : (1, 2, 1, 4) + --- We are not in the presence of a special case, we add configuration : (1, 2, 1, 5) + --- We are not in the presence of a special case, we add configuration : (1, 2, 1, 6) + --- We are not in the presence of a special case, we add configuration : (1, 2, 1, 7) + --- We are not in the presence of a special case, we add configuration : (1, 2, 1, 8) + --- We are not in the presence of a special case, we add configuration : (1, 2, 1, 9) + --- We are not in the presence of a special case, we add configuration : (1, 2, 1, 10) + --- We are not in the presence of a special case, we add configuration : (1, 2, 1, 11) + --- We are not in the presence of a special case, we add configuration : (1, 2, 1, 12) + --- We are not in the presence of a special case, we add configuration : (1, 2, 1, 13) + --- We are not in the presence of a special case, we add configuration : (1, 2, 1, 14) + --- We are not in the presence of a special case, we add configuration : (1, 2, 1, 15) +--- Considering a new special case configuration: [1, 2, 0, 0] +--- The representant already tested or added in candidates: [1, 2, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 2, 2, 1) + --- We are not in the presence of a special case, we add configuration : (1, 2, 2, 2) + --- We are not in the presence of a special case, we add configuration : (1, 2, 2, 3) + --- We are not in the presence of a special case, we add configuration : (1, 2, 2, 4) + --- We are not in the presence of a special case, we add configuration : (1, 2, 2, 5) + --- We are not in the presence of a special case, we add configuration : (1, 2, 2, 6) + --- We are not in the presence of a special case, we add configuration : (1, 2, 2, 7) + --- We are not in the presence of a special case, we add configuration : (1, 2, 2, 8) + --- We are not in the presence of a special case, we add configuration : (1, 2, 2, 9) + --- We are not in the presence of a special case, we add configuration : (1, 2, 2, 10) + --- We are not in the presence of a special case, we add configuration : (1, 2, 2, 11) + --- We are not in the presence of a special case, we add configuration : (1, 2, 2, 12) + --- We are not in the presence of a special case, we add configuration : (1, 2, 2, 13) + --- We are not in the presence of a special case, we add configuration : (1, 2, 2, 14) + --- We are not in the presence of a special case, we add configuration : (1, 2, 2, 15) + --- We are not in the presence of a special case, we add configuration : (1, 3, 0, 0) + --- We are not in the presence of a special case, we add configuration : (1, 3, 0, 1) + --- We are not in the presence of a special case, we add configuration : (1, 3, 0, 2) + --- We are not in the presence of a special case, we add configuration : (1, 3, 0, 3) + --- We are not in the presence of a special case, we add configuration : (1, 3, 0, 4) + --- We are not in the presence of a special case, we add configuration : (1, 3, 0, 5) + --- We are not in the presence of a special case, we add configuration : (1, 3, 0, 6) + --- We are not in the presence of a special case, we add configuration : (1, 3, 0, 7) + --- We are not in the presence of a special case, we add configuration : (1, 3, 0, 8) + --- We are not in the presence of a special case, we add configuration : (1, 3, 0, 9) + --- We are not in the presence of a special case, we add configuration : (1, 3, 0, 10) + --- We are not in the presence of a special case, we add configuration : (1, 3, 0, 11) + --- We are not in the presence of a special case, we add configuration : (1, 3, 0, 12) + --- We are not in the presence of a special case, we add configuration : (1, 3, 0, 13) + --- We are not in the presence of a special case, we add configuration : (1, 3, 0, 14) + --- We are not in the presence of a special case, we add configuration : (1, 3, 0, 15) +--- Considering a new special case configuration: [1, 3, 0, 0] +--- The representant already tested or added in candidates: [1, 3, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 3, 1, 1) + --- We are not in the presence of a special case, we add configuration : (1, 3, 1, 2) + --- We are not in the presence of a special case, we add configuration : (1, 3, 1, 3) + --- We are not in the presence of a special case, we add configuration : (1, 3, 1, 4) + --- We are not in the presence of a special case, we add configuration : (1, 3, 1, 5) + --- We are not in the presence of a special case, we add configuration : (1, 3, 1, 6) + --- We are not in the presence of a special case, we add configuration : (1, 3, 1, 7) + --- We are not in the presence of a special case, we add configuration : (1, 3, 1, 8) + --- We are not in the presence of a special case, we add configuration : (1, 3, 1, 9) + --- We are not in the presence of a special case, we add configuration : (1, 3, 1, 10) + --- We are not in the presence of a special case, we add configuration : (1, 3, 1, 11) + --- We are not in the presence of a special case, we add configuration : (1, 3, 1, 12) + --- We are not in the presence of a special case, we add configuration : (1, 3, 1, 13) + --- We are not in the presence of a special case, we add configuration : (1, 3, 1, 14) + --- We are not in the presence of a special case, we add configuration : (1, 3, 1, 15) +--- Considering a new special case configuration: [1, 3, 0, 0] +--- The representant already tested or added in candidates: [1, 3, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 3, 2, 1) + --- We are not in the presence of a special case, we add configuration : (1, 3, 2, 2) + --- We are not in the presence of a special case, we add configuration : (1, 3, 2, 3) + --- We are not in the presence of a special case, we add configuration : (1, 3, 2, 4) + --- We are not in the presence of a special case, we add configuration : (1, 3, 2, 5) + --- We are not in the presence of a special case, we add configuration : (1, 3, 2, 6) + --- We are not in the presence of a special case, we add configuration : (1, 3, 2, 7) + --- We are not in the presence of a special case, we add configuration : (1, 3, 2, 8) + --- We are not in the presence of a special case, we add configuration : (1, 3, 2, 9) + --- We are not in the presence of a special case, we add configuration : (1, 3, 2, 10) + --- We are not in the presence of a special case, we add configuration : (1, 3, 2, 11) + --- We are not in the presence of a special case, we add configuration : (1, 3, 2, 12) + --- We are not in the presence of a special case, we add configuration : (1, 3, 2, 13) + --- We are not in the presence of a special case, we add configuration : (1, 3, 2, 14) + --- We are not in the presence of a special case, we add configuration : (1, 3, 2, 15) + --- We are not in the presence of a special case, we add configuration : (1, 4, 0, 0) + --- We are not in the presence of a special case, we add configuration : (1, 4, 0, 1) + --- We are not in the presence of a special case, we add configuration : (1, 4, 0, 2) + --- We are not in the presence of a special case, we add configuration : (1, 4, 0, 3) + --- We are not in the presence of a special case, we add configuration : (1, 4, 0, 4) + --- We are not in the presence of a special case, we add configuration : (1, 4, 0, 5) + --- We are not in the presence of a special case, we add configuration : (1, 4, 0, 6) + --- We are not in the presence of a special case, we add configuration : (1, 4, 0, 7) + --- We are not in the presence of a special case, we add configuration : (1, 4, 0, 8) + --- We are not in the presence of a special case, we add configuration : (1, 4, 0, 9) + --- We are not in the presence of a special case, we add configuration : (1, 4, 0, 10) + --- We are not in the presence of a special case, we add configuration : (1, 4, 0, 11) + --- We are not in the presence of a special case, we add configuration : (1, 4, 0, 12) + --- We are not in the presence of a special case, we add configuration : (1, 4, 0, 13) + --- We are not in the presence of a special case, we add configuration : (1, 4, 0, 14) + --- We are not in the presence of a special case, we add configuration : (1, 4, 0, 15) +--- Considering a new special case configuration: [1, 4, 0, 0] +--- The representant already tested or added in candidates: [1, 4, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 4, 1, 1) + --- We are not in the presence of a special case, we add configuration : (1, 4, 1, 2) + --- We are not in the presence of a special case, we add configuration : (1, 4, 1, 3) + --- We are not in the presence of a special case, we add configuration : (1, 4, 1, 4) + --- We are not in the presence of a special case, we add configuration : (1, 4, 1, 5) + --- We are not in the presence of a special case, we add configuration : (1, 4, 1, 6) + --- We are not in the presence of a special case, we add configuration : (1, 4, 1, 7) + --- We are not in the presence of a special case, we add configuration : (1, 4, 1, 8) + --- We are not in the presence of a special case, we add configuration : (1, 4, 1, 9) + --- We are not in the presence of a special case, we add configuration : (1, 4, 1, 10) + --- We are not in the presence of a special case, we add configuration : (1, 4, 1, 11) + --- We are not in the presence of a special case, we add configuration : (1, 4, 1, 12) + --- We are not in the presence of a special case, we add configuration : (1, 4, 1, 13) + --- We are not in the presence of a special case, we add configuration : (1, 4, 1, 14) + --- We are not in the presence of a special case, we add configuration : (1, 4, 1, 15) +--- Considering a new special case configuration: [1, 4, 0, 0] +--- The representant already tested or added in candidates: [1, 4, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 4, 2, 1) + --- We are not in the presence of a special case, we add configuration : (1, 4, 2, 2) + --- We are not in the presence of a special case, we add configuration : (1, 4, 2, 3) + --- We are not in the presence of a special case, we add configuration : (1, 4, 2, 4) + --- We are not in the presence of a special case, we add configuration : (1, 4, 2, 5) + --- We are not in the presence of a special case, we add configuration : (1, 4, 2, 6) + --- We are not in the presence of a special case, we add configuration : (1, 4, 2, 7) + --- We are not in the presence of a special case, we add configuration : (1, 4, 2, 8) + --- We are not in the presence of a special case, we add configuration : (1, 4, 2, 9) + --- We are not in the presence of a special case, we add configuration : (1, 4, 2, 10) + --- We are not in the presence of a special case, we add configuration : (1, 4, 2, 11) + --- We are not in the presence of a special case, we add configuration : (1, 4, 2, 12) + --- We are not in the presence of a special case, we add configuration : (1, 4, 2, 13) + --- We are not in the presence of a special case, we add configuration : (1, 4, 2, 14) + --- We are not in the presence of a special case, we add configuration : (1, 4, 2, 15) + --- We are not in the presence of a special case, we add configuration : (1, 5, 0, 0) + --- We are not in the presence of a special case, we add configuration : (1, 5, 0, 1) + --- We are not in the presence of a special case, we add configuration : (1, 5, 0, 2) + --- We are not in the presence of a special case, we add configuration : (1, 5, 0, 3) + --- We are not in the presence of a special case, we add configuration : (1, 5, 0, 4) + --- We are not in the presence of a special case, we add configuration : (1, 5, 0, 5) + --- We are not in the presence of a special case, we add configuration : (1, 5, 0, 6) + --- We are not in the presence of a special case, we add configuration : (1, 5, 0, 7) + --- We are not in the presence of a special case, we add configuration : (1, 5, 0, 8) + --- We are not in the presence of a special case, we add configuration : (1, 5, 0, 9) + --- We are not in the presence of a special case, we add configuration : (1, 5, 0, 10) + --- We are not in the presence of a special case, we add configuration : (1, 5, 0, 11) + --- We are not in the presence of a special case, we add configuration : (1, 5, 0, 12) + --- We are not in the presence of a special case, we add configuration : (1, 5, 0, 13) + --- We are not in the presence of a special case, we add configuration : (1, 5, 0, 14) + --- We are not in the presence of a special case, we add configuration : (1, 5, 0, 15) +--- Considering a new special case configuration: [1, 5, 0, 0] +--- The representant already tested or added in candidates: [1, 5, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 5, 1, 1) + --- We are not in the presence of a special case, we add configuration : (1, 5, 1, 2) + --- We are not in the presence of a special case, we add configuration : (1, 5, 1, 3) + --- We are not in the presence of a special case, we add configuration : (1, 5, 1, 4) + --- We are not in the presence of a special case, we add configuration : (1, 5, 1, 5) + --- We are not in the presence of a special case, we add configuration : (1, 5, 1, 6) + --- We are not in the presence of a special case, we add configuration : (1, 5, 1, 7) + --- We are not in the presence of a special case, we add configuration : (1, 5, 1, 8) + --- We are not in the presence of a special case, we add configuration : (1, 5, 1, 9) + --- We are not in the presence of a special case, we add configuration : (1, 5, 1, 10) + --- We are not in the presence of a special case, we add configuration : (1, 5, 1, 11) + --- We are not in the presence of a special case, we add configuration : (1, 5, 1, 12) + --- We are not in the presence of a special case, we add configuration : (1, 5, 1, 13) + --- We are not in the presence of a special case, we add configuration : (1, 5, 1, 14) + --- We are not in the presence of a special case, we add configuration : (1, 5, 1, 15) +--- Considering a new special case configuration: [1, 5, 0, 0] +--- The representant already tested or added in candidates: [1, 5, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 5, 2, 1) + --- We are not in the presence of a special case, we add configuration : (1, 5, 2, 2) + --- We are not in the presence of a special case, we add configuration : (1, 5, 2, 3) + --- We are not in the presence of a special case, we add configuration : (1, 5, 2, 4) + --- We are not in the presence of a special case, we add configuration : (1, 5, 2, 5) + --- We are not in the presence of a special case, we add configuration : (1, 5, 2, 6) + --- We are not in the presence of a special case, we add configuration : (1, 5, 2, 7) + --- We are not in the presence of a special case, we add configuration : (1, 5, 2, 8) + --- We are not in the presence of a special case, we add configuration : (1, 5, 2, 9) + --- We are not in the presence of a special case, we add configuration : (1, 5, 2, 10) + --- We are not in the presence of a special case, we add configuration : (1, 5, 2, 11) + --- We are not in the presence of a special case, we add configuration : (1, 5, 2, 12) + --- We are not in the presence of a special case, we add configuration : (1, 5, 2, 13) + --- We are not in the presence of a special case, we add configuration : (1, 5, 2, 14) + --- We are not in the presence of a special case, we add configuration : (1, 5, 2, 15) + --- We are not in the presence of a special case, we add configuration : (1, 6, 0, 0) + --- We are not in the presence of a special case, we add configuration : (1, 6, 0, 1) + --- We are not in the presence of a special case, we add configuration : (1, 6, 0, 2) + --- We are not in the presence of a special case, we add configuration : (1, 6, 0, 3) + --- We are not in the presence of a special case, we add configuration : (1, 6, 0, 4) + --- We are not in the presence of a special case, we add configuration : (1, 6, 0, 5) + --- We are not in the presence of a special case, we add configuration : (1, 6, 0, 6) + --- We are not in the presence of a special case, we add configuration : (1, 6, 0, 7) + --- We are not in the presence of a special case, we add configuration : (1, 6, 0, 8) + --- We are not in the presence of a special case, we add configuration : (1, 6, 0, 9) + --- We are not in the presence of a special case, we add configuration : (1, 6, 0, 10) + --- We are not in the presence of a special case, we add configuration : (1, 6, 0, 11) + --- We are not in the presence of a special case, we add configuration : (1, 6, 0, 12) + --- We are not in the presence of a special case, we add configuration : (1, 6, 0, 13) + --- We are not in the presence of a special case, we add configuration : (1, 6, 0, 14) + --- We are not in the presence of a special case, we add configuration : (1, 6, 0, 15) +--- Considering a new special case configuration: [1, 6, 0, 0] +--- The representant already tested or added in candidates: [1, 6, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 6, 1, 1) + --- We are not in the presence of a special case, we add configuration : (1, 6, 1, 2) + --- We are not in the presence of a special case, we add configuration : (1, 6, 1, 3) + --- We are not in the presence of a special case, we add configuration : (1, 6, 1, 4) + --- We are not in the presence of a special case, we add configuration : (1, 6, 1, 5) + --- We are not in the presence of a special case, we add configuration : (1, 6, 1, 6) + --- We are not in the presence of a special case, we add configuration : (1, 6, 1, 7) + --- We are not in the presence of a special case, we add configuration : (1, 6, 1, 8) + --- We are not in the presence of a special case, we add configuration : (1, 6, 1, 9) + --- We are not in the presence of a special case, we add configuration : (1, 6, 1, 10) + --- We are not in the presence of a special case, we add configuration : (1, 6, 1, 11) + --- We are not in the presence of a special case, we add configuration : (1, 6, 1, 12) + --- We are not in the presence of a special case, we add configuration : (1, 6, 1, 13) + --- We are not in the presence of a special case, we add configuration : (1, 6, 1, 14) + --- We are not in the presence of a special case, we add configuration : (1, 6, 1, 15) +--- Considering a new special case configuration: [1, 6, 0, 0] +--- The representant already tested or added in candidates: [1, 6, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 6, 2, 1) + --- We are not in the presence of a special case, we add configuration : (1, 6, 2, 2) + --- We are not in the presence of a special case, we add configuration : (1, 6, 2, 3) + --- We are not in the presence of a special case, we add configuration : (1, 6, 2, 4) + --- We are not in the presence of a special case, we add configuration : (1, 6, 2, 5) + --- We are not in the presence of a special case, we add configuration : (1, 6, 2, 6) + --- We are not in the presence of a special case, we add configuration : (1, 6, 2, 7) + --- We are not in the presence of a special case, we add configuration : (1, 6, 2, 8) + --- We are not in the presence of a special case, we add configuration : (1, 6, 2, 9) + --- We are not in the presence of a special case, we add configuration : (1, 6, 2, 10) + --- We are not in the presence of a special case, we add configuration : (1, 6, 2, 11) + --- We are not in the presence of a special case, we add configuration : (1, 6, 2, 12) + --- We are not in the presence of a special case, we add configuration : (1, 6, 2, 13) + --- We are not in the presence of a special case, we add configuration : (1, 6, 2, 14) + --- We are not in the presence of a special case, we add configuration : (1, 6, 2, 15) + --- We are not in the presence of a special case, we add configuration : (1, 7, 0, 0) + --- We are not in the presence of a special case, we add configuration : (1, 7, 0, 1) + --- We are not in the presence of a special case, we add configuration : (1, 7, 0, 2) + --- We are not in the presence of a special case, we add configuration : (1, 7, 0, 3) + --- We are not in the presence of a special case, we add configuration : (1, 7, 0, 4) + --- We are not in the presence of a special case, we add configuration : (1, 7, 0, 5) + --- We are not in the presence of a special case, we add configuration : (1, 7, 0, 6) + --- We are not in the presence of a special case, we add configuration : (1, 7, 0, 7) + --- We are not in the presence of a special case, we add configuration : (1, 7, 0, 8) + --- We are not in the presence of a special case, we add configuration : (1, 7, 0, 9) + --- We are not in the presence of a special case, we add configuration : (1, 7, 0, 10) + --- We are not in the presence of a special case, we add configuration : (1, 7, 0, 11) + --- We are not in the presence of a special case, we add configuration : (1, 7, 0, 12) + --- We are not in the presence of a special case, we add configuration : (1, 7, 0, 13) + --- We are not in the presence of a special case, we add configuration : (1, 7, 0, 14) + --- We are not in the presence of a special case, we add configuration : (1, 7, 0, 15) +--- Considering a new special case configuration: [1, 7, 0, 0] +--- The representant already tested or added in candidates: [1, 7, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 7, 1, 1) + --- We are not in the presence of a special case, we add configuration : (1, 7, 1, 2) + --- We are not in the presence of a special case, we add configuration : (1, 7, 1, 3) + --- We are not in the presence of a special case, we add configuration : (1, 7, 1, 4) + --- We are not in the presence of a special case, we add configuration : (1, 7, 1, 5) + --- We are not in the presence of a special case, we add configuration : (1, 7, 1, 6) + --- We are not in the presence of a special case, we add configuration : (1, 7, 1, 7) + --- We are not in the presence of a special case, we add configuration : (1, 7, 1, 8) + --- We are not in the presence of a special case, we add configuration : (1, 7, 1, 9) + --- We are not in the presence of a special case, we add configuration : (1, 7, 1, 10) + --- We are not in the presence of a special case, we add configuration : (1, 7, 1, 11) + --- We are not in the presence of a special case, we add configuration : (1, 7, 1, 12) + --- We are not in the presence of a special case, we add configuration : (1, 7, 1, 13) + --- We are not in the presence of a special case, we add configuration : (1, 7, 1, 14) + --- We are not in the presence of a special case, we add configuration : (1, 7, 1, 15) +--- Considering a new special case configuration: [1, 7, 0, 0] +--- The representant already tested or added in candidates: [1, 7, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 7, 2, 1) + --- We are not in the presence of a special case, we add configuration : (1, 7, 2, 2) + --- We are not in the presence of a special case, we add configuration : (1, 7, 2, 3) + --- We are not in the presence of a special case, we add configuration : (1, 7, 2, 4) + --- We are not in the presence of a special case, we add configuration : (1, 7, 2, 5) + --- We are not in the presence of a special case, we add configuration : (1, 7, 2, 6) + --- We are not in the presence of a special case, we add configuration : (1, 7, 2, 7) + --- We are not in the presence of a special case, we add configuration : (1, 7, 2, 8) + --- We are not in the presence of a special case, we add configuration : (1, 7, 2, 9) + --- We are not in the presence of a special case, we add configuration : (1, 7, 2, 10) + --- We are not in the presence of a special case, we add configuration : (1, 7, 2, 11) + --- We are not in the presence of a special case, we add configuration : (1, 7, 2, 12) + --- We are not in the presence of a special case, we add configuration : (1, 7, 2, 13) + --- We are not in the presence of a special case, we add configuration : (1, 7, 2, 14) + --- We are not in the presence of a special case, we add configuration : (1, 7, 2, 15) + --- We are not in the presence of a special case, we add configuration : (1, 8, 0, 0) + --- We are not in the presence of a special case, we add configuration : (1, 8, 0, 1) + --- We are not in the presence of a special case, we add configuration : (1, 8, 0, 2) + --- We are not in the presence of a special case, we add configuration : (1, 8, 0, 3) + --- We are not in the presence of a special case, we add configuration : (1, 8, 0, 4) + --- We are not in the presence of a special case, we add configuration : (1, 8, 0, 5) + --- We are not in the presence of a special case, we add configuration : (1, 8, 0, 6) + --- We are not in the presence of a special case, we add configuration : (1, 8, 0, 7) + --- We are not in the presence of a special case, we add configuration : (1, 8, 0, 8) + --- We are not in the presence of a special case, we add configuration : (1, 8, 0, 9) + --- We are not in the presence of a special case, we add configuration : (1, 8, 0, 10) + --- We are not in the presence of a special case, we add configuration : (1, 8, 0, 11) + --- We are not in the presence of a special case, we add configuration : (1, 8, 0, 12) + --- We are not in the presence of a special case, we add configuration : (1, 8, 0, 13) + --- We are not in the presence of a special case, we add configuration : (1, 8, 0, 14) + --- We are not in the presence of a special case, we add configuration : (1, 8, 0, 15) +--- Considering a new special case configuration: [1, 8, 0, 0] +--- The representant already tested or added in candidates: [1, 8, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 8, 1, 1) + --- We are not in the presence of a special case, we add configuration : (1, 8, 1, 2) + --- We are not in the presence of a special case, we add configuration : (1, 8, 1, 3) + --- We are not in the presence of a special case, we add configuration : (1, 8, 1, 4) + --- We are not in the presence of a special case, we add configuration : (1, 8, 1, 5) + --- We are not in the presence of a special case, we add configuration : (1, 8, 1, 6) + --- We are not in the presence of a special case, we add configuration : (1, 8, 1, 7) + --- We are not in the presence of a special case, we add configuration : (1, 8, 1, 8) + --- We are not in the presence of a special case, we add configuration : (1, 8, 1, 9) + --- We are not in the presence of a special case, we add configuration : (1, 8, 1, 10) + --- We are not in the presence of a special case, we add configuration : (1, 8, 1, 11) + --- We are not in the presence of a special case, we add configuration : (1, 8, 1, 12) + --- We are not in the presence of a special case, we add configuration : (1, 8, 1, 13) + --- We are not in the presence of a special case, we add configuration : (1, 8, 1, 14) + --- We are not in the presence of a special case, we add configuration : (1, 8, 1, 15) +--- Considering a new special case configuration: [1, 8, 0, 0] +--- The representant already tested or added in candidates: [1, 8, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 8, 2, 1) + --- We are not in the presence of a special case, we add configuration : (1, 8, 2, 2) + --- We are not in the presence of a special case, we add configuration : (1, 8, 2, 3) + --- We are not in the presence of a special case, we add configuration : (1, 8, 2, 4) + --- We are not in the presence of a special case, we add configuration : (1, 8, 2, 5) + --- We are not in the presence of a special case, we add configuration : (1, 8, 2, 6) + --- We are not in the presence of a special case, we add configuration : (1, 8, 2, 7) + --- We are not in the presence of a special case, we add configuration : (1, 8, 2, 8) + --- We are not in the presence of a special case, we add configuration : (1, 8, 2, 9) + --- We are not in the presence of a special case, we add configuration : (1, 8, 2, 10) + --- We are not in the presence of a special case, we add configuration : (1, 8, 2, 11) + --- We are not in the presence of a special case, we add configuration : (1, 8, 2, 12) + --- We are not in the presence of a special case, we add configuration : (1, 8, 2, 13) + --- We are not in the presence of a special case, we add configuration : (1, 8, 2, 14) + --- We are not in the presence of a special case, we add configuration : (1, 8, 2, 15) + --- We are not in the presence of a special case, we add configuration : (1, 9, 0, 0) + --- We are not in the presence of a special case, we add configuration : (1, 9, 0, 1) + --- We are not in the presence of a special case, we add configuration : (1, 9, 0, 2) + --- We are not in the presence of a special case, we add configuration : (1, 9, 0, 3) + --- We are not in the presence of a special case, we add configuration : (1, 9, 0, 4) + --- We are not in the presence of a special case, we add configuration : (1, 9, 0, 5) + --- We are not in the presence of a special case, we add configuration : (1, 9, 0, 6) + --- We are not in the presence of a special case, we add configuration : (1, 9, 0, 7) + --- We are not in the presence of a special case, we add configuration : (1, 9, 0, 8) + --- We are not in the presence of a special case, we add configuration : (1, 9, 0, 9) + --- We are not in the presence of a special case, we add configuration : (1, 9, 0, 10) + --- We are not in the presence of a special case, we add configuration : (1, 9, 0, 11) + --- We are not in the presence of a special case, we add configuration : (1, 9, 0, 12) + --- We are not in the presence of a special case, we add configuration : (1, 9, 0, 13) + --- We are not in the presence of a special case, we add configuration : (1, 9, 0, 14) + --- We are not in the presence of a special case, we add configuration : (1, 9, 0, 15) +--- Considering a new special case configuration: [1, 9, 0, 0] +--- The representant already tested or added in candidates: [1, 9, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 9, 1, 1) + --- We are not in the presence of a special case, we add configuration : (1, 9, 1, 2) + --- We are not in the presence of a special case, we add configuration : (1, 9, 1, 3) + --- We are not in the presence of a special case, we add configuration : (1, 9, 1, 4) + --- We are not in the presence of a special case, we add configuration : (1, 9, 1, 5) + --- We are not in the presence of a special case, we add configuration : (1, 9, 1, 6) + --- We are not in the presence of a special case, we add configuration : (1, 9, 1, 7) + --- We are not in the presence of a special case, we add configuration : (1, 9, 1, 8) + --- We are not in the presence of a special case, we add configuration : (1, 9, 1, 9) + --- We are not in the presence of a special case, we add configuration : (1, 9, 1, 10) + --- We are not in the presence of a special case, we add configuration : (1, 9, 1, 11) + --- We are not in the presence of a special case, we add configuration : (1, 9, 1, 12) + --- We are not in the presence of a special case, we add configuration : (1, 9, 1, 13) + --- We are not in the presence of a special case, we add configuration : (1, 9, 1, 14) + --- We are not in the presence of a special case, we add configuration : (1, 9, 1, 15) +--- Considering a new special case configuration: [1, 9, 0, 0] +--- The representant already tested or added in candidates: [1, 9, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 9, 2, 1) + --- We are not in the presence of a special case, we add configuration : (1, 9, 2, 2) + --- We are not in the presence of a special case, we add configuration : (1, 9, 2, 3) + --- We are not in the presence of a special case, we add configuration : (1, 9, 2, 4) + --- We are not in the presence of a special case, we add configuration : (1, 9, 2, 5) + --- We are not in the presence of a special case, we add configuration : (1, 9, 2, 6) + --- We are not in the presence of a special case, we add configuration : (1, 9, 2, 7) + --- We are not in the presence of a special case, we add configuration : (1, 9, 2, 8) + --- We are not in the presence of a special case, we add configuration : (1, 9, 2, 9) + --- We are not in the presence of a special case, we add configuration : (1, 9, 2, 10) + --- We are not in the presence of a special case, we add configuration : (1, 9, 2, 11) + --- We are not in the presence of a special case, we add configuration : (1, 9, 2, 12) + --- We are not in the presence of a special case, we add configuration : (1, 9, 2, 13) + --- We are not in the presence of a special case, we add configuration : (1, 9, 2, 14) + --- We are not in the presence of a special case, we add configuration : (1, 9, 2, 15) + --- We are not in the presence of a special case, we add configuration : (1, 10, 0, 0) + --- We are not in the presence of a special case, we add configuration : (1, 10, 0, 1) + --- We are not in the presence of a special case, we add configuration : (1, 10, 0, 2) + --- We are not in the presence of a special case, we add configuration : (1, 10, 0, 3) + --- We are not in the presence of a special case, we add configuration : (1, 10, 0, 4) + --- We are not in the presence of a special case, we add configuration : (1, 10, 0, 5) + --- We are not in the presence of a special case, we add configuration : (1, 10, 0, 6) + --- We are not in the presence of a special case, we add configuration : (1, 10, 0, 7) + --- We are not in the presence of a special case, we add configuration : (1, 10, 0, 8) + --- We are not in the presence of a special case, we add configuration : (1, 10, 0, 9) + --- We are not in the presence of a special case, we add configuration : (1, 10, 0, 10) + --- We are not in the presence of a special case, we add configuration : (1, 10, 0, 11) + --- We are not in the presence of a special case, we add configuration : (1, 10, 0, 12) + --- We are not in the presence of a special case, we add configuration : (1, 10, 0, 13) + --- We are not in the presence of a special case, we add configuration : (1, 10, 0, 14) + --- We are not in the presence of a special case, we add configuration : (1, 10, 0, 15) +--- Considering a new special case configuration: [1, 10, 0, 0] +--- The representant already tested or added in candidates: [1, 10, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 10, 1, 1) + --- We are not in the presence of a special case, we add configuration : (1, 10, 1, 2) + --- We are not in the presence of a special case, we add configuration : (1, 10, 1, 3) + --- We are not in the presence of a special case, we add configuration : (1, 10, 1, 4) + --- We are not in the presence of a special case, we add configuration : (1, 10, 1, 5) + --- We are not in the presence of a special case, we add configuration : (1, 10, 1, 6) + --- We are not in the presence of a special case, we add configuration : (1, 10, 1, 7) + --- We are not in the presence of a special case, we add configuration : (1, 10, 1, 8) + --- We are not in the presence of a special case, we add configuration : (1, 10, 1, 9) + --- We are not in the presence of a special case, we add configuration : (1, 10, 1, 10) + --- We are not in the presence of a special case, we add configuration : (1, 10, 1, 11) + --- We are not in the presence of a special case, we add configuration : (1, 10, 1, 12) + --- We are not in the presence of a special case, we add configuration : (1, 10, 1, 13) + --- We are not in the presence of a special case, we add configuration : (1, 10, 1, 14) + --- We are not in the presence of a special case, we add configuration : (1, 10, 1, 15) +--- Considering a new special case configuration: [1, 10, 0, 0] +--- The representant already tested or added in candidates: [1, 10, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 10, 2, 1) + --- We are not in the presence of a special case, we add configuration : (1, 10, 2, 2) + --- We are not in the presence of a special case, we add configuration : (1, 10, 2, 3) + --- We are not in the presence of a special case, we add configuration : (1, 10, 2, 4) + --- We are not in the presence of a special case, we add configuration : (1, 10, 2, 5) + --- We are not in the presence of a special case, we add configuration : (1, 10, 2, 6) + --- We are not in the presence of a special case, we add configuration : (1, 10, 2, 7) + --- We are not in the presence of a special case, we add configuration : (1, 10, 2, 8) + --- We are not in the presence of a special case, we add configuration : (1, 10, 2, 9) + --- We are not in the presence of a special case, we add configuration : (1, 10, 2, 10) + --- We are not in the presence of a special case, we add configuration : (1, 10, 2, 11) + --- We are not in the presence of a special case, we add configuration : (1, 10, 2, 12) + --- We are not in the presence of a special case, we add configuration : (1, 10, 2, 13) + --- We are not in the presence of a special case, we add configuration : (1, 10, 2, 14) + --- We are not in the presence of a special case, we add configuration : (1, 10, 2, 15) + --- We are not in the presence of a special case, we add configuration : (1, 11, 0, 0) + --- We are not in the presence of a special case, we add configuration : (1, 11, 0, 1) + --- We are not in the presence of a special case, we add configuration : (1, 11, 0, 2) + --- We are not in the presence of a special case, we add configuration : (1, 11, 0, 3) + --- We are not in the presence of a special case, we add configuration : (1, 11, 0, 4) + --- We are not in the presence of a special case, we add configuration : (1, 11, 0, 5) + --- We are not in the presence of a special case, we add configuration : (1, 11, 0, 6) + --- We are not in the presence of a special case, we add configuration : (1, 11, 0, 7) + --- We are not in the presence of a special case, we add configuration : (1, 11, 0, 8) + --- We are not in the presence of a special case, we add configuration : (1, 11, 0, 9) + --- We are not in the presence of a special case, we add configuration : (1, 11, 0, 10) + --- We are not in the presence of a special case, we add configuration : (1, 11, 0, 11) + --- We are not in the presence of a special case, we add configuration : (1, 11, 0, 12) + --- We are not in the presence of a special case, we add configuration : (1, 11, 0, 13) + --- We are not in the presence of a special case, we add configuration : (1, 11, 0, 14) + --- We are not in the presence of a special case, we add configuration : (1, 11, 0, 15) +--- Considering a new special case configuration: [1, 11, 0, 0] +--- The representant already tested or added in candidates: [1, 11, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 11, 1, 1) + --- We are not in the presence of a special case, we add configuration : (1, 11, 1, 2) + --- We are not in the presence of a special case, we add configuration : (1, 11, 1, 3) + --- We are not in the presence of a special case, we add configuration : (1, 11, 1, 4) + --- We are not in the presence of a special case, we add configuration : (1, 11, 1, 5) + --- We are not in the presence of a special case, we add configuration : (1, 11, 1, 6) + --- We are not in the presence of a special case, we add configuration : (1, 11, 1, 7) + --- We are not in the presence of a special case, we add configuration : (1, 11, 1, 8) + --- We are not in the presence of a special case, we add configuration : (1, 11, 1, 9) + --- We are not in the presence of a special case, we add configuration : (1, 11, 1, 10) + --- We are not in the presence of a special case, we add configuration : (1, 11, 1, 11) + --- We are not in the presence of a special case, we add configuration : (1, 11, 1, 12) + --- We are not in the presence of a special case, we add configuration : (1, 11, 1, 13) + --- We are not in the presence of a special case, we add configuration : (1, 11, 1, 14) + --- We are not in the presence of a special case, we add configuration : (1, 11, 1, 15) +--- Considering a new special case configuration: [1, 11, 0, 0] +--- The representant already tested or added in candidates: [1, 11, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 11, 2, 1) + --- We are not in the presence of a special case, we add configuration : (1, 11, 2, 2) + --- We are not in the presence of a special case, we add configuration : (1, 11, 2, 3) + --- We are not in the presence of a special case, we add configuration : (1, 11, 2, 4) + --- We are not in the presence of a special case, we add configuration : (1, 11, 2, 5) + --- We are not in the presence of a special case, we add configuration : (1, 11, 2, 6) + --- We are not in the presence of a special case, we add configuration : (1, 11, 2, 7) + --- We are not in the presence of a special case, we add configuration : (1, 11, 2, 8) + --- We are not in the presence of a special case, we add configuration : (1, 11, 2, 9) + --- We are not in the presence of a special case, we add configuration : (1, 11, 2, 10) + --- We are not in the presence of a special case, we add configuration : (1, 11, 2, 11) + --- We are not in the presence of a special case, we add configuration : (1, 11, 2, 12) + --- We are not in the presence of a special case, we add configuration : (1, 11, 2, 13) + --- We are not in the presence of a special case, we add configuration : (1, 11, 2, 14) + --- We are not in the presence of a special case, we add configuration : (1, 11, 2, 15) + --- We are not in the presence of a special case, we add configuration : (1, 12, 0, 0) + --- We are not in the presence of a special case, we add configuration : (1, 12, 0, 1) + --- We are not in the presence of a special case, we add configuration : (1, 12, 0, 2) + --- We are not in the presence of a special case, we add configuration : (1, 12, 0, 3) + --- We are not in the presence of a special case, we add configuration : (1, 12, 0, 4) + --- We are not in the presence of a special case, we add configuration : (1, 12, 0, 5) + --- We are not in the presence of a special case, we add configuration : (1, 12, 0, 6) + --- We are not in the presence of a special case, we add configuration : (1, 12, 0, 7) + --- We are not in the presence of a special case, we add configuration : (1, 12, 0, 8) + --- We are not in the presence of a special case, we add configuration : (1, 12, 0, 9) + --- We are not in the presence of a special case, we add configuration : (1, 12, 0, 10) + --- We are not in the presence of a special case, we add configuration : (1, 12, 0, 11) + --- We are not in the presence of a special case, we add configuration : (1, 12, 0, 12) + --- We are not in the presence of a special case, we add configuration : (1, 12, 0, 13) + --- We are not in the presence of a special case, we add configuration : (1, 12, 0, 14) + --- We are not in the presence of a special case, we add configuration : (1, 12, 0, 15) +--- Considering a new special case configuration: [1, 12, 0, 0] +--- The representant already tested or added in candidates: [1, 12, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 12, 1, 1) + --- We are not in the presence of a special case, we add configuration : (1, 12, 1, 2) + --- We are not in the presence of a special case, we add configuration : (1, 12, 1, 3) + --- We are not in the presence of a special case, we add configuration : (1, 12, 1, 4) + --- We are not in the presence of a special case, we add configuration : (1, 12, 1, 5) + --- We are not in the presence of a special case, we add configuration : (1, 12, 1, 6) + --- We are not in the presence of a special case, we add configuration : (1, 12, 1, 7) + --- We are not in the presence of a special case, we add configuration : (1, 12, 1, 8) + --- We are not in the presence of a special case, we add configuration : (1, 12, 1, 9) + --- We are not in the presence of a special case, we add configuration : (1, 12, 1, 10) + --- We are not in the presence of a special case, we add configuration : (1, 12, 1, 11) + --- We are not in the presence of a special case, we add configuration : (1, 12, 1, 12) + --- We are not in the presence of a special case, we add configuration : (1, 12, 1, 13) + --- We are not in the presence of a special case, we add configuration : (1, 12, 1, 14) + --- We are not in the presence of a special case, we add configuration : (1, 12, 1, 15) +--- Considering a new special case configuration: [1, 12, 0, 0] +--- The representant already tested or added in candidates: [1, 12, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 12, 2, 1) + --- We are not in the presence of a special case, we add configuration : (1, 12, 2, 2) + --- We are not in the presence of a special case, we add configuration : (1, 12, 2, 3) + --- We are not in the presence of a special case, we add configuration : (1, 12, 2, 4) + --- We are not in the presence of a special case, we add configuration : (1, 12, 2, 5) + --- We are not in the presence of a special case, we add configuration : (1, 12, 2, 6) + --- We are not in the presence of a special case, we add configuration : (1, 12, 2, 7) + --- We are not in the presence of a special case, we add configuration : (1, 12, 2, 8) + --- We are not in the presence of a special case, we add configuration : (1, 12, 2, 9) + --- We are not in the presence of a special case, we add configuration : (1, 12, 2, 10) + --- We are not in the presence of a special case, we add configuration : (1, 12, 2, 11) + --- We are not in the presence of a special case, we add configuration : (1, 12, 2, 12) + --- We are not in the presence of a special case, we add configuration : (1, 12, 2, 13) + --- We are not in the presence of a special case, we add configuration : (1, 12, 2, 14) + --- We are not in the presence of a special case, we add configuration : (1, 12, 2, 15) + --- We are not in the presence of a special case, we add configuration : (1, 13, 0, 0) + --- We are not in the presence of a special case, we add configuration : (1, 13, 0, 1) + --- We are not in the presence of a special case, we add configuration : (1, 13, 0, 2) + --- We are not in the presence of a special case, we add configuration : (1, 13, 0, 3) + --- We are not in the presence of a special case, we add configuration : (1, 13, 0, 4) + --- We are not in the presence of a special case, we add configuration : (1, 13, 0, 5) + --- We are not in the presence of a special case, we add configuration : (1, 13, 0, 6) + --- We are not in the presence of a special case, we add configuration : (1, 13, 0, 7) + --- We are not in the presence of a special case, we add configuration : (1, 13, 0, 8) + --- We are not in the presence of a special case, we add configuration : (1, 13, 0, 9) + --- We are not in the presence of a special case, we add configuration : (1, 13, 0, 10) + --- We are not in the presence of a special case, we add configuration : (1, 13, 0, 11) + --- We are not in the presence of a special case, we add configuration : (1, 13, 0, 12) + --- We are not in the presence of a special case, we add configuration : (1, 13, 0, 13) + --- We are not in the presence of a special case, we add configuration : (1, 13, 0, 14) + --- We are not in the presence of a special case, we add configuration : (1, 13, 0, 15) +--- Considering a new special case configuration: [1, 13, 0, 0] +--- The representant already tested or added in candidates: [1, 13, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 13, 1, 1) + --- We are not in the presence of a special case, we add configuration : (1, 13, 1, 2) + --- We are not in the presence of a special case, we add configuration : (1, 13, 1, 3) + --- We are not in the presence of a special case, we add configuration : (1, 13, 1, 4) + --- We are not in the presence of a special case, we add configuration : (1, 13, 1, 5) + --- We are not in the presence of a special case, we add configuration : (1, 13, 1, 6) + --- We are not in the presence of a special case, we add configuration : (1, 13, 1, 7) + --- We are not in the presence of a special case, we add configuration : (1, 13, 1, 8) + --- We are not in the presence of a special case, we add configuration : (1, 13, 1, 9) + --- We are not in the presence of a special case, we add configuration : (1, 13, 1, 10) + --- We are not in the presence of a special case, we add configuration : (1, 13, 1, 11) + --- We are not in the presence of a special case, we add configuration : (1, 13, 1, 12) + --- We are not in the presence of a special case, we add configuration : (1, 13, 1, 13) + --- We are not in the presence of a special case, we add configuration : (1, 13, 1, 14) + --- We are not in the presence of a special case, we add configuration : (1, 13, 1, 15) +--- Considering a new special case configuration: [1, 13, 0, 0] +--- The representant already tested or added in candidates: [1, 13, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 13, 2, 1) + --- We are not in the presence of a special case, we add configuration : (1, 13, 2, 2) + --- We are not in the presence of a special case, we add configuration : (1, 13, 2, 3) + --- We are not in the presence of a special case, we add configuration : (1, 13, 2, 4) + --- We are not in the presence of a special case, we add configuration : (1, 13, 2, 5) + --- We are not in the presence of a special case, we add configuration : (1, 13, 2, 6) + --- We are not in the presence of a special case, we add configuration : (1, 13, 2, 7) + --- We are not in the presence of a special case, we add configuration : (1, 13, 2, 8) + --- We are not in the presence of a special case, we add configuration : (1, 13, 2, 9) + --- We are not in the presence of a special case, we add configuration : (1, 13, 2, 10) + --- We are not in the presence of a special case, we add configuration : (1, 13, 2, 11) + --- We are not in the presence of a special case, we add configuration : (1, 13, 2, 12) + --- We are not in the presence of a special case, we add configuration : (1, 13, 2, 13) + --- We are not in the presence of a special case, we add configuration : (1, 13, 2, 14) + --- We are not in the presence of a special case, we add configuration : (1, 13, 2, 15) + --- We are not in the presence of a special case, we add configuration : (1, 14, 0, 0) + --- We are not in the presence of a special case, we add configuration : (1, 14, 0, 1) + --- We are not in the presence of a special case, we add configuration : (1, 14, 0, 2) + --- We are not in the presence of a special case, we add configuration : (1, 14, 0, 3) + --- We are not in the presence of a special case, we add configuration : (1, 14, 0, 4) + --- We are not in the presence of a special case, we add configuration : (1, 14, 0, 5) + --- We are not in the presence of a special case, we add configuration : (1, 14, 0, 6) + --- We are not in the presence of a special case, we add configuration : (1, 14, 0, 7) + --- We are not in the presence of a special case, we add configuration : (1, 14, 0, 8) + --- We are not in the presence of a special case, we add configuration : (1, 14, 0, 9) + --- We are not in the presence of a special case, we add configuration : (1, 14, 0, 10) + --- We are not in the presence of a special case, we add configuration : (1, 14, 0, 11) + --- We are not in the presence of a special case, we add configuration : (1, 14, 0, 12) + --- We are not in the presence of a special case, we add configuration : (1, 14, 0, 13) + --- We are not in the presence of a special case, we add configuration : (1, 14, 0, 14) + --- We are not in the presence of a special case, we add configuration : (1, 14, 0, 15) +--- Considering a new special case configuration: [1, 14, 0, 0] +--- The representant already tested or added in candidates: [1, 14, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 14, 1, 1) + --- We are not in the presence of a special case, we add configuration : (1, 14, 1, 2) + --- We are not in the presence of a special case, we add configuration : (1, 14, 1, 3) + --- We are not in the presence of a special case, we add configuration : (1, 14, 1, 4) + --- We are not in the presence of a special case, we add configuration : (1, 14, 1, 5) + --- We are not in the presence of a special case, we add configuration : (1, 14, 1, 6) + --- We are not in the presence of a special case, we add configuration : (1, 14, 1, 7) + --- We are not in the presence of a special case, we add configuration : (1, 14, 1, 8) + --- We are not in the presence of a special case, we add configuration : (1, 14, 1, 9) + --- We are not in the presence of a special case, we add configuration : (1, 14, 1, 10) + --- We are not in the presence of a special case, we add configuration : (1, 14, 1, 11) + --- We are not in the presence of a special case, we add configuration : (1, 14, 1, 12) + --- We are not in the presence of a special case, we add configuration : (1, 14, 1, 13) + --- We are not in the presence of a special case, we add configuration : (1, 14, 1, 14) + --- We are not in the presence of a special case, we add configuration : (1, 14, 1, 15) +--- Considering a new special case configuration: [1, 14, 0, 0] +--- The representant already tested or added in candidates: [1, 14, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 14, 2, 1) + --- We are not in the presence of a special case, we add configuration : (1, 14, 2, 2) + --- We are not in the presence of a special case, we add configuration : (1, 14, 2, 3) + --- We are not in the presence of a special case, we add configuration : (1, 14, 2, 4) + --- We are not in the presence of a special case, we add configuration : (1, 14, 2, 5) + --- We are not in the presence of a special case, we add configuration : (1, 14, 2, 6) + --- We are not in the presence of a special case, we add configuration : (1, 14, 2, 7) + --- We are not in the presence of a special case, we add configuration : (1, 14, 2, 8) + --- We are not in the presence of a special case, we add configuration : (1, 14, 2, 9) + --- We are not in the presence of a special case, we add configuration : (1, 14, 2, 10) + --- We are not in the presence of a special case, we add configuration : (1, 14, 2, 11) + --- We are not in the presence of a special case, we add configuration : (1, 14, 2, 12) + --- We are not in the presence of a special case, we add configuration : (1, 14, 2, 13) + --- We are not in the presence of a special case, we add configuration : (1, 14, 2, 14) + --- We are not in the presence of a special case, we add configuration : (1, 14, 2, 15) + --- We are not in the presence of a special case, we add configuration : (1, 15, 0, 0) + --- We are not in the presence of a special case, we add configuration : (1, 15, 0, 1) + --- We are not in the presence of a special case, we add configuration : (1, 15, 0, 2) + --- We are not in the presence of a special case, we add configuration : (1, 15, 0, 3) + --- We are not in the presence of a special case, we add configuration : (1, 15, 0, 4) + --- We are not in the presence of a special case, we add configuration : (1, 15, 0, 5) + --- We are not in the presence of a special case, we add configuration : (1, 15, 0, 6) + --- We are not in the presence of a special case, we add configuration : (1, 15, 0, 7) + --- We are not in the presence of a special case, we add configuration : (1, 15, 0, 8) + --- We are not in the presence of a special case, we add configuration : (1, 15, 0, 9) + --- We are not in the presence of a special case, we add configuration : (1, 15, 0, 10) + --- We are not in the presence of a special case, we add configuration : (1, 15, 0, 11) + --- We are not in the presence of a special case, we add configuration : (1, 15, 0, 12) + --- We are not in the presence of a special case, we add configuration : (1, 15, 0, 13) + --- We are not in the presence of a special case, we add configuration : (1, 15, 0, 14) + --- We are not in the presence of a special case, we add configuration : (1, 15, 0, 15) +--- Considering a new special case configuration: [1, 15, 0, 0] +--- The representant already tested or added in candidates: [1, 15, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 15, 1, 1) + --- We are not in the presence of a special case, we add configuration : (1, 15, 1, 2) + --- We are not in the presence of a special case, we add configuration : (1, 15, 1, 3) + --- We are not in the presence of a special case, we add configuration : (1, 15, 1, 4) + --- We are not in the presence of a special case, we add configuration : (1, 15, 1, 5) + --- We are not in the presence of a special case, we add configuration : (1, 15, 1, 6) + --- We are not in the presence of a special case, we add configuration : (1, 15, 1, 7) + --- We are not in the presence of a special case, we add configuration : (1, 15, 1, 8) + --- We are not in the presence of a special case, we add configuration : (1, 15, 1, 9) + --- We are not in the presence of a special case, we add configuration : (1, 15, 1, 10) + --- We are not in the presence of a special case, we add configuration : (1, 15, 1, 11) + --- We are not in the presence of a special case, we add configuration : (1, 15, 1, 12) + --- We are not in the presence of a special case, we add configuration : (1, 15, 1, 13) + --- We are not in the presence of a special case, we add configuration : (1, 15, 1, 14) + --- We are not in the presence of a special case, we add configuration : (1, 15, 1, 15) +--- Considering a new special case configuration: [1, 15, 0, 0] +--- The representant already tested or added in candidates: [1, 15, 0, 0] + --- We are not in the presence of a special case, we add configuration : (1, 15, 2, 1) + --- We are not in the presence of a special case, we add configuration : (1, 15, 2, 2) + --- We are not in the presence of a special case, we add configuration : (1, 15, 2, 3) + --- We are not in the presence of a special case, we add configuration : (1, 15, 2, 4) + --- We are not in the presence of a special case, we add configuration : (1, 15, 2, 5) + --- We are not in the presence of a special case, we add configuration : (1, 15, 2, 6) + --- We are not in the presence of a special case, we add configuration : (1, 15, 2, 7) + --- We are not in the presence of a special case, we add configuration : (1, 15, 2, 8) + --- We are not in the presence of a special case, we add configuration : (1, 15, 2, 9) + --- We are not in the presence of a special case, we add configuration : (1, 15, 2, 10) + --- We are not in the presence of a special case, we add configuration : (1, 15, 2, 11) + --- We are not in the presence of a special case, we add configuration : (1, 15, 2, 12) + --- We are not in the presence of a special case, we add configuration : (1, 15, 2, 13) + --- We are not in the presence of a special case, we add configuration : (1, 15, 2, 14) + --- We are not in the presence of a special case, we add configuration : (1, 15, 2, 15) +--- Considering a new special case configuration: [0, 0, 0, 0] +--- The representant already tested or added in candidates: [0, 0, 0, 0] +--- Considering a new special case configuration: [0, 0, 0, 1] +--- The representant already tested or added in candidates: [0, 0, 0, 1] +--- Considering a new special case configuration: [0, 0, 0, 2] +--- The representant already tested or added in candidates: [0, 0, 0, 2] +--- Considering a new special case configuration: [0, 0, 0, 3] +--- The representant already tested or added in candidates: [0, 0, 0, 3] +--- Considering a new special case configuration: [0, 0, 0, 4] +--- The representant already tested or added in candidates: [0, 0, 0, 4] +--- Considering a new special case configuration: [0, 0, 0, 5] +--- The representant already tested or added in candidates: [0, 0, 0, 5] +--- Considering a new special case configuration: [0, 0, 0, 6] +--- The representant already tested or added in candidates: [0, 0, 0, 6] +--- Considering a new special case configuration: [0, 0, 0, 7] +--- The representant already tested or added in candidates: [0, 0, 0, 7] +--- Considering a new special case configuration: [0, 0, 0, 8] +--- The representant already tested or added in candidates: [0, 0, 0, 8] +--- Considering a new special case configuration: [0, 0, 0, 9] +--- The representant already tested or added in candidates: [0, 0, 0, 9] +--- Considering a new special case configuration: [0, 0, 0, 10] +--- The representant already tested or added in candidates: [0, 0, 0, 10] +--- Considering a new special case configuration: [0, 0, 0, 11] +--- The representant already tested or added in candidates: [0, 0, 0, 11] +--- Considering a new special case configuration: [0, 0, 0, 12] +--- The representant already tested or added in candidates: [0, 0, 0, 12] +--- Considering a new special case configuration: [0, 0, 0, 13] +--- The representant already tested or added in candidates: [0, 0, 0, 13] +--- Considering a new special case configuration: [0, 0, 0, 14] +--- The representant already tested or added in candidates: [0, 0, 0, 14] +--- Considering a new special case configuration: [0, 0, 0, 15] +--- The representant already tested or added in candidates: [0, 0, 0, 15] +--- Considering a new special case configuration: [0, 0, 1, 0] +--- The representant already tested or added in candidates: [0, 0, 1, 0] +--- Considering a new special case configuration: [0, 0, 1, 1] +--- The representant already tested or added in candidates: [0, 0, 1, 1] +--- Considering a new special case configuration: [0, 0, 1, 2] +--- The representant already tested or added in candidates: [0, 0, 1, 2] +--- Considering a new special case configuration: [0, 0, 1, 3] +--- The representant already tested or added in candidates: [0, 0, 1, 3] +--- Considering a new special case configuration: [0, 0, 1, 4] +--- The representant already tested or added in candidates: [0, 0, 1, 4] +--- Considering a new special case configuration: [0, 0, 1, 5] +--- The representant already tested or added in candidates: [0, 0, 1, 5] +--- Considering a new special case configuration: [0, 0, 1, 6] +--- The representant already tested or added in candidates: [0, 0, 1, 6] +--- Considering a new special case configuration: [0, 0, 1, 7] +--- The representant already tested or added in candidates: [0, 0, 1, 7] +--- Considering a new special case configuration: [0, 0, 1, 8] +--- The representant already tested or added in candidates: [0, 0, 1, 8] +--- Considering a new special case configuration: [0, 0, 1, 9] +--- The representant already tested or added in candidates: [0, 0, 1, 9] +--- Considering a new special case configuration: [0, 0, 1, 10] +--- The representant already tested or added in candidates: [0, 0, 1, 10] +--- Considering a new special case configuration: [0, 0, 1, 11] +--- The representant already tested or added in candidates: [0, 0, 1, 11] +--- Considering a new special case configuration: [0, 0, 1, 12] +--- The representant already tested or added in candidates: [0, 0, 1, 12] +--- Considering a new special case configuration: [0, 0, 1, 13] +--- The representant already tested or added in candidates: [0, 0, 1, 13] +--- Considering a new special case configuration: [0, 0, 1, 14] +--- The representant already tested or added in candidates: [0, 0, 1, 14] +--- Considering a new special case configuration: [0, 0, 1, 15] +--- The representant already tested or added in candidates: [0, 0, 1, 15] +--- Considering a new special case configuration: [0, 0, 2, 0] +--- The representant already tested or added in candidates: [0, 0, 2, 0] +--- Considering a new special case configuration: [0, 0, 2, 1] +--- The representant already tested or added in candidates: [0, 0, 2, 1] +--- Considering a new special case configuration: [0, 0, 2, 2] +--- The representant already tested or added in candidates: [0, 0, 2, 2] +--- Considering a new special case configuration: [0, 0, 2, 3] +--- The representant already tested or added in candidates: [0, 0, 2, 3] +--- Considering a new special case configuration: [0, 0, 2, 4] +--- The representant already tested or added in candidates: [0, 0, 2, 4] +--- Considering a new special case configuration: [0, 0, 2, 5] +--- The representant already tested or added in candidates: [0, 0, 2, 5] +--- Considering a new special case configuration: [0, 0, 2, 6] +--- The representant already tested or added in candidates: [0, 0, 2, 6] +--- Considering a new special case configuration: [0, 0, 2, 7] +--- The representant already tested or added in candidates: [0, 0, 2, 7] +--- Considering a new special case configuration: [0, 0, 2, 8] +--- The representant already tested or added in candidates: [0, 0, 2, 8] +--- Considering a new special case configuration: [0, 0, 2, 9] +--- The representant already tested or added in candidates: [0, 0, 2, 9] +--- Considering a new special case configuration: [0, 0, 2, 10] +--- The representant already tested or added in candidates: [0, 0, 2, 10] +--- Considering a new special case configuration: [0, 0, 2, 11] +--- The representant already tested or added in candidates: [0, 0, 2, 11] +--- Considering a new special case configuration: [0, 0, 2, 12] +--- The representant already tested or added in candidates: [0, 0, 2, 12] +--- Considering a new special case configuration: [0, 0, 2, 13] +--- The representant already tested or added in candidates: [0, 0, 2, 13] +--- Considering a new special case configuration: [0, 0, 2, 14] +--- The representant already tested or added in candidates: [0, 0, 2, 14] +--- Considering a new special case configuration: [0, 0, 2, 15] +--- The representant already tested or added in candidates: [0, 0, 2, 15] + --- We are not in the presence of a special case, we add configuration : (2, 1, 0, 0) + --- We are not in the presence of a special case, we add configuration : (2, 1, 0, 1) + --- We are not in the presence of a special case, we add configuration : (2, 1, 0, 2) + --- We are not in the presence of a special case, we add configuration : (2, 1, 0, 3) + --- We are not in the presence of a special case, we add configuration : (2, 1, 0, 4) + --- We are not in the presence of a special case, we add configuration : (2, 1, 0, 5) + --- We are not in the presence of a special case, we add configuration : (2, 1, 0, 6) + --- We are not in the presence of a special case, we add configuration : (2, 1, 0, 7) + --- We are not in the presence of a special case, we add configuration : (2, 1, 0, 8) + --- We are not in the presence of a special case, we add configuration : (2, 1, 0, 9) + --- We are not in the presence of a special case, we add configuration : (2, 1, 0, 10) + --- We are not in the presence of a special case, we add configuration : (2, 1, 0, 11) + --- We are not in the presence of a special case, we add configuration : (2, 1, 0, 12) + --- We are not in the presence of a special case, we add configuration : (2, 1, 0, 13) + --- We are not in the presence of a special case, we add configuration : (2, 1, 0, 14) + --- We are not in the presence of a special case, we add configuration : (2, 1, 0, 15) +--- Considering a new special case configuration: [2, 1, 0, 0] +--- The representant already tested or added in candidates: [2, 1, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 1, 1, 1) + --- We are not in the presence of a special case, we add configuration : (2, 1, 1, 2) + --- We are not in the presence of a special case, we add configuration : (2, 1, 1, 3) + --- We are not in the presence of a special case, we add configuration : (2, 1, 1, 4) + --- We are not in the presence of a special case, we add configuration : (2, 1, 1, 5) + --- We are not in the presence of a special case, we add configuration : (2, 1, 1, 6) + --- We are not in the presence of a special case, we add configuration : (2, 1, 1, 7) + --- We are not in the presence of a special case, we add configuration : (2, 1, 1, 8) + --- We are not in the presence of a special case, we add configuration : (2, 1, 1, 9) + --- We are not in the presence of a special case, we add configuration : (2, 1, 1, 10) + --- We are not in the presence of a special case, we add configuration : (2, 1, 1, 11) + --- We are not in the presence of a special case, we add configuration : (2, 1, 1, 12) + --- We are not in the presence of a special case, we add configuration : (2, 1, 1, 13) + --- We are not in the presence of a special case, we add configuration : (2, 1, 1, 14) + --- We are not in the presence of a special case, we add configuration : (2, 1, 1, 15) +--- Considering a new special case configuration: [2, 1, 0, 0] +--- The representant already tested or added in candidates: [2, 1, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 1, 2, 1) + --- We are not in the presence of a special case, we add configuration : (2, 1, 2, 2) + --- We are not in the presence of a special case, we add configuration : (2, 1, 2, 3) + --- We are not in the presence of a special case, we add configuration : (2, 1, 2, 4) + --- We are not in the presence of a special case, we add configuration : (2, 1, 2, 5) + --- We are not in the presence of a special case, we add configuration : (2, 1, 2, 6) + --- We are not in the presence of a special case, we add configuration : (2, 1, 2, 7) + --- We are not in the presence of a special case, we add configuration : (2, 1, 2, 8) + --- We are not in the presence of a special case, we add configuration : (2, 1, 2, 9) + --- We are not in the presence of a special case, we add configuration : (2, 1, 2, 10) + --- We are not in the presence of a special case, we add configuration : (2, 1, 2, 11) + --- We are not in the presence of a special case, we add configuration : (2, 1, 2, 12) + --- We are not in the presence of a special case, we add configuration : (2, 1, 2, 13) + --- We are not in the presence of a special case, we add configuration : (2, 1, 2, 14) + --- We are not in the presence of a special case, we add configuration : (2, 1, 2, 15) + --- We are not in the presence of a special case, we add configuration : (2, 2, 0, 0) + --- We are not in the presence of a special case, we add configuration : (2, 2, 0, 1) + --- We are not in the presence of a special case, we add configuration : (2, 2, 0, 2) + --- We are not in the presence of a special case, we add configuration : (2, 2, 0, 3) + --- We are not in the presence of a special case, we add configuration : (2, 2, 0, 4) + --- We are not in the presence of a special case, we add configuration : (2, 2, 0, 5) + --- We are not in the presence of a special case, we add configuration : (2, 2, 0, 6) + --- We are not in the presence of a special case, we add configuration : (2, 2, 0, 7) + --- We are not in the presence of a special case, we add configuration : (2, 2, 0, 8) + --- We are not in the presence of a special case, we add configuration : (2, 2, 0, 9) + --- We are not in the presence of a special case, we add configuration : (2, 2, 0, 10) + --- We are not in the presence of a special case, we add configuration : (2, 2, 0, 11) + --- We are not in the presence of a special case, we add configuration : (2, 2, 0, 12) + --- We are not in the presence of a special case, we add configuration : (2, 2, 0, 13) + --- We are not in the presence of a special case, we add configuration : (2, 2, 0, 14) + --- We are not in the presence of a special case, we add configuration : (2, 2, 0, 15) +--- Considering a new special case configuration: [2, 2, 0, 0] +--- The representant already tested or added in candidates: [2, 2, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 2, 1, 1) + --- We are not in the presence of a special case, we add configuration : (2, 2, 1, 2) + --- We are not in the presence of a special case, we add configuration : (2, 2, 1, 3) + --- We are not in the presence of a special case, we add configuration : (2, 2, 1, 4) + --- We are not in the presence of a special case, we add configuration : (2, 2, 1, 5) + --- We are not in the presence of a special case, we add configuration : (2, 2, 1, 6) + --- We are not in the presence of a special case, we add configuration : (2, 2, 1, 7) + --- We are not in the presence of a special case, we add configuration : (2, 2, 1, 8) + --- We are not in the presence of a special case, we add configuration : (2, 2, 1, 9) + --- We are not in the presence of a special case, we add configuration : (2, 2, 1, 10) + --- We are not in the presence of a special case, we add configuration : (2, 2, 1, 11) + --- We are not in the presence of a special case, we add configuration : (2, 2, 1, 12) + --- We are not in the presence of a special case, we add configuration : (2, 2, 1, 13) + --- We are not in the presence of a special case, we add configuration : (2, 2, 1, 14) + --- We are not in the presence of a special case, we add configuration : (2, 2, 1, 15) +--- Considering a new special case configuration: [2, 2, 0, 0] +--- The representant already tested or added in candidates: [2, 2, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 2, 2, 1) + --- We are not in the presence of a special case, we add configuration : (2, 2, 2, 2) + --- We are not in the presence of a special case, we add configuration : (2, 2, 2, 3) + --- We are not in the presence of a special case, we add configuration : (2, 2, 2, 4) + --- We are not in the presence of a special case, we add configuration : (2, 2, 2, 5) + --- We are not in the presence of a special case, we add configuration : (2, 2, 2, 6) + --- We are not in the presence of a special case, we add configuration : (2, 2, 2, 7) + --- We are not in the presence of a special case, we add configuration : (2, 2, 2, 8) + --- We are not in the presence of a special case, we add configuration : (2, 2, 2, 9) + --- We are not in the presence of a special case, we add configuration : (2, 2, 2, 10) + --- We are not in the presence of a special case, we add configuration : (2, 2, 2, 11) + --- We are not in the presence of a special case, we add configuration : (2, 2, 2, 12) + --- We are not in the presence of a special case, we add configuration : (2, 2, 2, 13) + --- We are not in the presence of a special case, we add configuration : (2, 2, 2, 14) + --- We are not in the presence of a special case, we add configuration : (2, 2, 2, 15) + --- We are not in the presence of a special case, we add configuration : (2, 3, 0, 0) + --- We are not in the presence of a special case, we add configuration : (2, 3, 0, 1) + --- We are not in the presence of a special case, we add configuration : (2, 3, 0, 2) + --- We are not in the presence of a special case, we add configuration : (2, 3, 0, 3) + --- We are not in the presence of a special case, we add configuration : (2, 3, 0, 4) + --- We are not in the presence of a special case, we add configuration : (2, 3, 0, 5) + --- We are not in the presence of a special case, we add configuration : (2, 3, 0, 6) + --- We are not in the presence of a special case, we add configuration : (2, 3, 0, 7) + --- We are not in the presence of a special case, we add configuration : (2, 3, 0, 8) + --- We are not in the presence of a special case, we add configuration : (2, 3, 0, 9) + --- We are not in the presence of a special case, we add configuration : (2, 3, 0, 10) + --- We are not in the presence of a special case, we add configuration : (2, 3, 0, 11) + --- We are not in the presence of a special case, we add configuration : (2, 3, 0, 12) + --- We are not in the presence of a special case, we add configuration : (2, 3, 0, 13) + --- We are not in the presence of a special case, we add configuration : (2, 3, 0, 14) + --- We are not in the presence of a special case, we add configuration : (2, 3, 0, 15) +--- Considering a new special case configuration: [2, 3, 0, 0] +--- The representant already tested or added in candidates: [2, 3, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 3, 1, 1) + --- We are not in the presence of a special case, we add configuration : (2, 3, 1, 2) + --- We are not in the presence of a special case, we add configuration : (2, 3, 1, 3) + --- We are not in the presence of a special case, we add configuration : (2, 3, 1, 4) + --- We are not in the presence of a special case, we add configuration : (2, 3, 1, 5) + --- We are not in the presence of a special case, we add configuration : (2, 3, 1, 6) + --- We are not in the presence of a special case, we add configuration : (2, 3, 1, 7) + --- We are not in the presence of a special case, we add configuration : (2, 3, 1, 8) + --- We are not in the presence of a special case, we add configuration : (2, 3, 1, 9) + --- We are not in the presence of a special case, we add configuration : (2, 3, 1, 10) + --- We are not in the presence of a special case, we add configuration : (2, 3, 1, 11) + --- We are not in the presence of a special case, we add configuration : (2, 3, 1, 12) + --- We are not in the presence of a special case, we add configuration : (2, 3, 1, 13) + --- We are not in the presence of a special case, we add configuration : (2, 3, 1, 14) + --- We are not in the presence of a special case, we add configuration : (2, 3, 1, 15) +--- Considering a new special case configuration: [2, 3, 0, 0] +--- The representant already tested or added in candidates: [2, 3, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 3, 2, 1) + --- We are not in the presence of a special case, we add configuration : (2, 3, 2, 2) + --- We are not in the presence of a special case, we add configuration : (2, 3, 2, 3) + --- We are not in the presence of a special case, we add configuration : (2, 3, 2, 4) + --- We are not in the presence of a special case, we add configuration : (2, 3, 2, 5) + --- We are not in the presence of a special case, we add configuration : (2, 3, 2, 6) + --- We are not in the presence of a special case, we add configuration : (2, 3, 2, 7) + --- We are not in the presence of a special case, we add configuration : (2, 3, 2, 8) + --- We are not in the presence of a special case, we add configuration : (2, 3, 2, 9) + --- We are not in the presence of a special case, we add configuration : (2, 3, 2, 10) + --- We are not in the presence of a special case, we add configuration : (2, 3, 2, 11) + --- We are not in the presence of a special case, we add configuration : (2, 3, 2, 12) + --- We are not in the presence of a special case, we add configuration : (2, 3, 2, 13) + --- We are not in the presence of a special case, we add configuration : (2, 3, 2, 14) + --- We are not in the presence of a special case, we add configuration : (2, 3, 2, 15) + --- We are not in the presence of a special case, we add configuration : (2, 4, 0, 0) + --- We are not in the presence of a special case, we add configuration : (2, 4, 0, 1) + --- We are not in the presence of a special case, we add configuration : (2, 4, 0, 2) + --- We are not in the presence of a special case, we add configuration : (2, 4, 0, 3) + --- We are not in the presence of a special case, we add configuration : (2, 4, 0, 4) + --- We are not in the presence of a special case, we add configuration : (2, 4, 0, 5) + --- We are not in the presence of a special case, we add configuration : (2, 4, 0, 6) + --- We are not in the presence of a special case, we add configuration : (2, 4, 0, 7) + --- We are not in the presence of a special case, we add configuration : (2, 4, 0, 8) + --- We are not in the presence of a special case, we add configuration : (2, 4, 0, 9) + --- We are not in the presence of a special case, we add configuration : (2, 4, 0, 10) + --- We are not in the presence of a special case, we add configuration : (2, 4, 0, 11) + --- We are not in the presence of a special case, we add configuration : (2, 4, 0, 12) + --- We are not in the presence of a special case, we add configuration : (2, 4, 0, 13) + --- We are not in the presence of a special case, we add configuration : (2, 4, 0, 14) + --- We are not in the presence of a special case, we add configuration : (2, 4, 0, 15) +--- Considering a new special case configuration: [2, 4, 0, 0] +--- The representant already tested or added in candidates: [2, 4, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 4, 1, 1) + --- We are not in the presence of a special case, we add configuration : (2, 4, 1, 2) + --- We are not in the presence of a special case, we add configuration : (2, 4, 1, 3) + --- We are not in the presence of a special case, we add configuration : (2, 4, 1, 4) + --- We are not in the presence of a special case, we add configuration : (2, 4, 1, 5) + --- We are not in the presence of a special case, we add configuration : (2, 4, 1, 6) + --- We are not in the presence of a special case, we add configuration : (2, 4, 1, 7) + --- We are not in the presence of a special case, we add configuration : (2, 4, 1, 8) + --- We are not in the presence of a special case, we add configuration : (2, 4, 1, 9) + --- We are not in the presence of a special case, we add configuration : (2, 4, 1, 10) + --- We are not in the presence of a special case, we add configuration : (2, 4, 1, 11) + --- We are not in the presence of a special case, we add configuration : (2, 4, 1, 12) + --- We are not in the presence of a special case, we add configuration : (2, 4, 1, 13) + --- We are not in the presence of a special case, we add configuration : (2, 4, 1, 14) + --- We are not in the presence of a special case, we add configuration : (2, 4, 1, 15) +--- Considering a new special case configuration: [2, 4, 0, 0] +--- The representant already tested or added in candidates: [2, 4, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 4, 2, 1) + --- We are not in the presence of a special case, we add configuration : (2, 4, 2, 2) + --- We are not in the presence of a special case, we add configuration : (2, 4, 2, 3) + --- We are not in the presence of a special case, we add configuration : (2, 4, 2, 4) + --- We are not in the presence of a special case, we add configuration : (2, 4, 2, 5) + --- We are not in the presence of a special case, we add configuration : (2, 4, 2, 6) + --- We are not in the presence of a special case, we add configuration : (2, 4, 2, 7) + --- We are not in the presence of a special case, we add configuration : (2, 4, 2, 8) + --- We are not in the presence of a special case, we add configuration : (2, 4, 2, 9) + --- We are not in the presence of a special case, we add configuration : (2, 4, 2, 10) + --- We are not in the presence of a special case, we add configuration : (2, 4, 2, 11) + --- We are not in the presence of a special case, we add configuration : (2, 4, 2, 12) + --- We are not in the presence of a special case, we add configuration : (2, 4, 2, 13) + --- We are not in the presence of a special case, we add configuration : (2, 4, 2, 14) + --- We are not in the presence of a special case, we add configuration : (2, 4, 2, 15) + --- We are not in the presence of a special case, we add configuration : (2, 5, 0, 0) + --- We are not in the presence of a special case, we add configuration : (2, 5, 0, 1) + --- We are not in the presence of a special case, we add configuration : (2, 5, 0, 2) + --- We are not in the presence of a special case, we add configuration : (2, 5, 0, 3) + --- We are not in the presence of a special case, we add configuration : (2, 5, 0, 4) + --- We are not in the presence of a special case, we add configuration : (2, 5, 0, 5) + --- We are not in the presence of a special case, we add configuration : (2, 5, 0, 6) + --- We are not in the presence of a special case, we add configuration : (2, 5, 0, 7) + --- We are not in the presence of a special case, we add configuration : (2, 5, 0, 8) + --- We are not in the presence of a special case, we add configuration : (2, 5, 0, 9) + --- We are not in the presence of a special case, we add configuration : (2, 5, 0, 10) + --- We are not in the presence of a special case, we add configuration : (2, 5, 0, 11) + --- We are not in the presence of a special case, we add configuration : (2, 5, 0, 12) + --- We are not in the presence of a special case, we add configuration : (2, 5, 0, 13) + --- We are not in the presence of a special case, we add configuration : (2, 5, 0, 14) + --- We are not in the presence of a special case, we add configuration : (2, 5, 0, 15) +--- Considering a new special case configuration: [2, 5, 0, 0] +--- The representant already tested or added in candidates: [2, 5, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 5, 1, 1) + --- We are not in the presence of a special case, we add configuration : (2, 5, 1, 2) + --- We are not in the presence of a special case, we add configuration : (2, 5, 1, 3) + --- We are not in the presence of a special case, we add configuration : (2, 5, 1, 4) + --- We are not in the presence of a special case, we add configuration : (2, 5, 1, 5) + --- We are not in the presence of a special case, we add configuration : (2, 5, 1, 6) + --- We are not in the presence of a special case, we add configuration : (2, 5, 1, 7) + --- We are not in the presence of a special case, we add configuration : (2, 5, 1, 8) + --- We are not in the presence of a special case, we add configuration : (2, 5, 1, 9) + --- We are not in the presence of a special case, we add configuration : (2, 5, 1, 10) + --- We are not in the presence of a special case, we add configuration : (2, 5, 1, 11) + --- We are not in the presence of a special case, we add configuration : (2, 5, 1, 12) + --- We are not in the presence of a special case, we add configuration : (2, 5, 1, 13) + --- We are not in the presence of a special case, we add configuration : (2, 5, 1, 14) + --- We are not in the presence of a special case, we add configuration : (2, 5, 1, 15) +--- Considering a new special case configuration: [2, 5, 0, 0] +--- The representant already tested or added in candidates: [2, 5, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 5, 2, 1) + --- We are not in the presence of a special case, we add configuration : (2, 5, 2, 2) + --- We are not in the presence of a special case, we add configuration : (2, 5, 2, 3) + --- We are not in the presence of a special case, we add configuration : (2, 5, 2, 4) + --- We are not in the presence of a special case, we add configuration : (2, 5, 2, 5) + --- We are not in the presence of a special case, we add configuration : (2, 5, 2, 6) + --- We are not in the presence of a special case, we add configuration : (2, 5, 2, 7) + --- We are not in the presence of a special case, we add configuration : (2, 5, 2, 8) + --- We are not in the presence of a special case, we add configuration : (2, 5, 2, 9) + --- We are not in the presence of a special case, we add configuration : (2, 5, 2, 10) + --- We are not in the presence of a special case, we add configuration : (2, 5, 2, 11) + --- We are not in the presence of a special case, we add configuration : (2, 5, 2, 12) + --- We are not in the presence of a special case, we add configuration : (2, 5, 2, 13) + --- We are not in the presence of a special case, we add configuration : (2, 5, 2, 14) + --- We are not in the presence of a special case, we add configuration : (2, 5, 2, 15) + --- We are not in the presence of a special case, we add configuration : (2, 6, 0, 0) + --- We are not in the presence of a special case, we add configuration : (2, 6, 0, 1) + --- We are not in the presence of a special case, we add configuration : (2, 6, 0, 2) + --- We are not in the presence of a special case, we add configuration : (2, 6, 0, 3) + --- We are not in the presence of a special case, we add configuration : (2, 6, 0, 4) + --- We are not in the presence of a special case, we add configuration : (2, 6, 0, 5) + --- We are not in the presence of a special case, we add configuration : (2, 6, 0, 6) + --- We are not in the presence of a special case, we add configuration : (2, 6, 0, 7) + --- We are not in the presence of a special case, we add configuration : (2, 6, 0, 8) + --- We are not in the presence of a special case, we add configuration : (2, 6, 0, 9) + --- We are not in the presence of a special case, we add configuration : (2, 6, 0, 10) + --- We are not in the presence of a special case, we add configuration : (2, 6, 0, 11) + --- We are not in the presence of a special case, we add configuration : (2, 6, 0, 12) + --- We are not in the presence of a special case, we add configuration : (2, 6, 0, 13) + --- We are not in the presence of a special case, we add configuration : (2, 6, 0, 14) + --- We are not in the presence of a special case, we add configuration : (2, 6, 0, 15) +--- Considering a new special case configuration: [2, 6, 0, 0] +--- The representant already tested or added in candidates: [2, 6, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 6, 1, 1) + --- We are not in the presence of a special case, we add configuration : (2, 6, 1, 2) + --- We are not in the presence of a special case, we add configuration : (2, 6, 1, 3) + --- We are not in the presence of a special case, we add configuration : (2, 6, 1, 4) + --- We are not in the presence of a special case, we add configuration : (2, 6, 1, 5) + --- We are not in the presence of a special case, we add configuration : (2, 6, 1, 6) + --- We are not in the presence of a special case, we add configuration : (2, 6, 1, 7) + --- We are not in the presence of a special case, we add configuration : (2, 6, 1, 8) + --- We are not in the presence of a special case, we add configuration : (2, 6, 1, 9) + --- We are not in the presence of a special case, we add configuration : (2, 6, 1, 10) + --- We are not in the presence of a special case, we add configuration : (2, 6, 1, 11) + --- We are not in the presence of a special case, we add configuration : (2, 6, 1, 12) + --- We are not in the presence of a special case, we add configuration : (2, 6, 1, 13) + --- We are not in the presence of a special case, we add configuration : (2, 6, 1, 14) + --- We are not in the presence of a special case, we add configuration : (2, 6, 1, 15) +--- Considering a new special case configuration: [2, 6, 0, 0] +--- The representant already tested or added in candidates: [2, 6, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 6, 2, 1) + --- We are not in the presence of a special case, we add configuration : (2, 6, 2, 2) + --- We are not in the presence of a special case, we add configuration : (2, 6, 2, 3) + --- We are not in the presence of a special case, we add configuration : (2, 6, 2, 4) + --- We are not in the presence of a special case, we add configuration : (2, 6, 2, 5) + --- We are not in the presence of a special case, we add configuration : (2, 6, 2, 6) + --- We are not in the presence of a special case, we add configuration : (2, 6, 2, 7) + --- We are not in the presence of a special case, we add configuration : (2, 6, 2, 8) + --- We are not in the presence of a special case, we add configuration : (2, 6, 2, 9) + --- We are not in the presence of a special case, we add configuration : (2, 6, 2, 10) + --- We are not in the presence of a special case, we add configuration : (2, 6, 2, 11) + --- We are not in the presence of a special case, we add configuration : (2, 6, 2, 12) + --- We are not in the presence of a special case, we add configuration : (2, 6, 2, 13) + --- We are not in the presence of a special case, we add configuration : (2, 6, 2, 14) + --- We are not in the presence of a special case, we add configuration : (2, 6, 2, 15) + --- We are not in the presence of a special case, we add configuration : (2, 7, 0, 0) + --- We are not in the presence of a special case, we add configuration : (2, 7, 0, 1) + --- We are not in the presence of a special case, we add configuration : (2, 7, 0, 2) + --- We are not in the presence of a special case, we add configuration : (2, 7, 0, 3) + --- We are not in the presence of a special case, we add configuration : (2, 7, 0, 4) + --- We are not in the presence of a special case, we add configuration : (2, 7, 0, 5) + --- We are not in the presence of a special case, we add configuration : (2, 7, 0, 6) + --- We are not in the presence of a special case, we add configuration : (2, 7, 0, 7) + --- We are not in the presence of a special case, we add configuration : (2, 7, 0, 8) + --- We are not in the presence of a special case, we add configuration : (2, 7, 0, 9) + --- We are not in the presence of a special case, we add configuration : (2, 7, 0, 10) + --- We are not in the presence of a special case, we add configuration : (2, 7, 0, 11) + --- We are not in the presence of a special case, we add configuration : (2, 7, 0, 12) + --- We are not in the presence of a special case, we add configuration : (2, 7, 0, 13) + --- We are not in the presence of a special case, we add configuration : (2, 7, 0, 14) + --- We are not in the presence of a special case, we add configuration : (2, 7, 0, 15) +--- Considering a new special case configuration: [2, 7, 0, 0] +--- The representant already tested or added in candidates: [2, 7, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 7, 1, 1) + --- We are not in the presence of a special case, we add configuration : (2, 7, 1, 2) + --- We are not in the presence of a special case, we add configuration : (2, 7, 1, 3) + --- We are not in the presence of a special case, we add configuration : (2, 7, 1, 4) + --- We are not in the presence of a special case, we add configuration : (2, 7, 1, 5) + --- We are not in the presence of a special case, we add configuration : (2, 7, 1, 6) + --- We are not in the presence of a special case, we add configuration : (2, 7, 1, 7) + --- We are not in the presence of a special case, we add configuration : (2, 7, 1, 8) + --- We are not in the presence of a special case, we add configuration : (2, 7, 1, 9) + --- We are not in the presence of a special case, we add configuration : (2, 7, 1, 10) + --- We are not in the presence of a special case, we add configuration : (2, 7, 1, 11) + --- We are not in the presence of a special case, we add configuration : (2, 7, 1, 12) + --- We are not in the presence of a special case, we add configuration : (2, 7, 1, 13) + --- We are not in the presence of a special case, we add configuration : (2, 7, 1, 14) + --- We are not in the presence of a special case, we add configuration : (2, 7, 1, 15) +--- Considering a new special case configuration: [2, 7, 0, 0] +--- The representant already tested or added in candidates: [2, 7, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 7, 2, 1) + --- We are not in the presence of a special case, we add configuration : (2, 7, 2, 2) + --- We are not in the presence of a special case, we add configuration : (2, 7, 2, 3) + --- We are not in the presence of a special case, we add configuration : (2, 7, 2, 4) + --- We are not in the presence of a special case, we add configuration : (2, 7, 2, 5) + --- We are not in the presence of a special case, we add configuration : (2, 7, 2, 6) + --- We are not in the presence of a special case, we add configuration : (2, 7, 2, 7) + --- We are not in the presence of a special case, we add configuration : (2, 7, 2, 8) + --- We are not in the presence of a special case, we add configuration : (2, 7, 2, 9) + --- We are not in the presence of a special case, we add configuration : (2, 7, 2, 10) + --- We are not in the presence of a special case, we add configuration : (2, 7, 2, 11) + --- We are not in the presence of a special case, we add configuration : (2, 7, 2, 12) + --- We are not in the presence of a special case, we add configuration : (2, 7, 2, 13) + --- We are not in the presence of a special case, we add configuration : (2, 7, 2, 14) + --- We are not in the presence of a special case, we add configuration : (2, 7, 2, 15) + --- We are not in the presence of a special case, we add configuration : (2, 8, 0, 0) + --- We are not in the presence of a special case, we add configuration : (2, 8, 0, 1) + --- We are not in the presence of a special case, we add configuration : (2, 8, 0, 2) + --- We are not in the presence of a special case, we add configuration : (2, 8, 0, 3) + --- We are not in the presence of a special case, we add configuration : (2, 8, 0, 4) + --- We are not in the presence of a special case, we add configuration : (2, 8, 0, 5) + --- We are not in the presence of a special case, we add configuration : (2, 8, 0, 6) + --- We are not in the presence of a special case, we add configuration : (2, 8, 0, 7) + --- We are not in the presence of a special case, we add configuration : (2, 8, 0, 8) + --- We are not in the presence of a special case, we add configuration : (2, 8, 0, 9) + --- We are not in the presence of a special case, we add configuration : (2, 8, 0, 10) + --- We are not in the presence of a special case, we add configuration : (2, 8, 0, 11) + --- We are not in the presence of a special case, we add configuration : (2, 8, 0, 12) + --- We are not in the presence of a special case, we add configuration : (2, 8, 0, 13) + --- We are not in the presence of a special case, we add configuration : (2, 8, 0, 14) + --- We are not in the presence of a special case, we add configuration : (2, 8, 0, 15) +--- Considering a new special case configuration: [2, 8, 0, 0] +--- The representant already tested or added in candidates: [2, 8, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 8, 1, 1) + --- We are not in the presence of a special case, we add configuration : (2, 8, 1, 2) + --- We are not in the presence of a special case, we add configuration : (2, 8, 1, 3) + --- We are not in the presence of a special case, we add configuration : (2, 8, 1, 4) + --- We are not in the presence of a special case, we add configuration : (2, 8, 1, 5) + --- We are not in the presence of a special case, we add configuration : (2, 8, 1, 6) + --- We are not in the presence of a special case, we add configuration : (2, 8, 1, 7) + --- We are not in the presence of a special case, we add configuration : (2, 8, 1, 8) + --- We are not in the presence of a special case, we add configuration : (2, 8, 1, 9) + --- We are not in the presence of a special case, we add configuration : (2, 8, 1, 10) + --- We are not in the presence of a special case, we add configuration : (2, 8, 1, 11) + --- We are not in the presence of a special case, we add configuration : (2, 8, 1, 12) + --- We are not in the presence of a special case, we add configuration : (2, 8, 1, 13) + --- We are not in the presence of a special case, we add configuration : (2, 8, 1, 14) + --- We are not in the presence of a special case, we add configuration : (2, 8, 1, 15) +--- Considering a new special case configuration: [2, 8, 0, 0] +--- The representant already tested or added in candidates: [2, 8, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 8, 2, 1) + --- We are not in the presence of a special case, we add configuration : (2, 8, 2, 2) + --- We are not in the presence of a special case, we add configuration : (2, 8, 2, 3) + --- We are not in the presence of a special case, we add configuration : (2, 8, 2, 4) + --- We are not in the presence of a special case, we add configuration : (2, 8, 2, 5) + --- We are not in the presence of a special case, we add configuration : (2, 8, 2, 6) + --- We are not in the presence of a special case, we add configuration : (2, 8, 2, 7) + --- We are not in the presence of a special case, we add configuration : (2, 8, 2, 8) + --- We are not in the presence of a special case, we add configuration : (2, 8, 2, 9) + --- We are not in the presence of a special case, we add configuration : (2, 8, 2, 10) + --- We are not in the presence of a special case, we add configuration : (2, 8, 2, 11) + --- We are not in the presence of a special case, we add configuration : (2, 8, 2, 12) + --- We are not in the presence of a special case, we add configuration : (2, 8, 2, 13) + --- We are not in the presence of a special case, we add configuration : (2, 8, 2, 14) + --- We are not in the presence of a special case, we add configuration : (2, 8, 2, 15) + --- We are not in the presence of a special case, we add configuration : (2, 9, 0, 0) + --- We are not in the presence of a special case, we add configuration : (2, 9, 0, 1) + --- We are not in the presence of a special case, we add configuration : (2, 9, 0, 2) + --- We are not in the presence of a special case, we add configuration : (2, 9, 0, 3) + --- We are not in the presence of a special case, we add configuration : (2, 9, 0, 4) + --- We are not in the presence of a special case, we add configuration : (2, 9, 0, 5) + --- We are not in the presence of a special case, we add configuration : (2, 9, 0, 6) + --- We are not in the presence of a special case, we add configuration : (2, 9, 0, 7) + --- We are not in the presence of a special case, we add configuration : (2, 9, 0, 8) + --- We are not in the presence of a special case, we add configuration : (2, 9, 0, 9) + --- We are not in the presence of a special case, we add configuration : (2, 9, 0, 10) + --- We are not in the presence of a special case, we add configuration : (2, 9, 0, 11) + --- We are not in the presence of a special case, we add configuration : (2, 9, 0, 12) + --- We are not in the presence of a special case, we add configuration : (2, 9, 0, 13) + --- We are not in the presence of a special case, we add configuration : (2, 9, 0, 14) + --- We are not in the presence of a special case, we add configuration : (2, 9, 0, 15) +--- Considering a new special case configuration: [2, 9, 0, 0] +--- The representant already tested or added in candidates: [2, 9, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 9, 1, 1) + --- We are not in the presence of a special case, we add configuration : (2, 9, 1, 2) + --- We are not in the presence of a special case, we add configuration : (2, 9, 1, 3) + --- We are not in the presence of a special case, we add configuration : (2, 9, 1, 4) + --- We are not in the presence of a special case, we add configuration : (2, 9, 1, 5) + --- We are not in the presence of a special case, we add configuration : (2, 9, 1, 6) + --- We are not in the presence of a special case, we add configuration : (2, 9, 1, 7) + --- We are not in the presence of a special case, we add configuration : (2, 9, 1, 8) + --- We are not in the presence of a special case, we add configuration : (2, 9, 1, 9) + --- We are not in the presence of a special case, we add configuration : (2, 9, 1, 10) + --- We are not in the presence of a special case, we add configuration : (2, 9, 1, 11) + --- We are not in the presence of a special case, we add configuration : (2, 9, 1, 12) + --- We are not in the presence of a special case, we add configuration : (2, 9, 1, 13) + --- We are not in the presence of a special case, we add configuration : (2, 9, 1, 14) + --- We are not in the presence of a special case, we add configuration : (2, 9, 1, 15) +--- Considering a new special case configuration: [2, 9, 0, 0] +--- The representant already tested or added in candidates: [2, 9, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 9, 2, 1) + --- We are not in the presence of a special case, we add configuration : (2, 9, 2, 2) + --- We are not in the presence of a special case, we add configuration : (2, 9, 2, 3) + --- We are not in the presence of a special case, we add configuration : (2, 9, 2, 4) + --- We are not in the presence of a special case, we add configuration : (2, 9, 2, 5) + --- We are not in the presence of a special case, we add configuration : (2, 9, 2, 6) + --- We are not in the presence of a special case, we add configuration : (2, 9, 2, 7) + --- We are not in the presence of a special case, we add configuration : (2, 9, 2, 8) + --- We are not in the presence of a special case, we add configuration : (2, 9, 2, 9) + --- We are not in the presence of a special case, we add configuration : (2, 9, 2, 10) + --- We are not in the presence of a special case, we add configuration : (2, 9, 2, 11) + --- We are not in the presence of a special case, we add configuration : (2, 9, 2, 12) + --- We are not in the presence of a special case, we add configuration : (2, 9, 2, 13) + --- We are not in the presence of a special case, we add configuration : (2, 9, 2, 14) + --- We are not in the presence of a special case, we add configuration : (2, 9, 2, 15) + --- We are not in the presence of a special case, we add configuration : (2, 10, 0, 0) + --- We are not in the presence of a special case, we add configuration : (2, 10, 0, 1) + --- We are not in the presence of a special case, we add configuration : (2, 10, 0, 2) + --- We are not in the presence of a special case, we add configuration : (2, 10, 0, 3) + --- We are not in the presence of a special case, we add configuration : (2, 10, 0, 4) + --- We are not in the presence of a special case, we add configuration : (2, 10, 0, 5) + --- We are not in the presence of a special case, we add configuration : (2, 10, 0, 6) + --- We are not in the presence of a special case, we add configuration : (2, 10, 0, 7) + --- We are not in the presence of a special case, we add configuration : (2, 10, 0, 8) + --- We are not in the presence of a special case, we add configuration : (2, 10, 0, 9) + --- We are not in the presence of a special case, we add configuration : (2, 10, 0, 10) + --- We are not in the presence of a special case, we add configuration : (2, 10, 0, 11) + --- We are not in the presence of a special case, we add configuration : (2, 10, 0, 12) + --- We are not in the presence of a special case, we add configuration : (2, 10, 0, 13) + --- We are not in the presence of a special case, we add configuration : (2, 10, 0, 14) + --- We are not in the presence of a special case, we add configuration : (2, 10, 0, 15) +--- Considering a new special case configuration: [2, 10, 0, 0] +--- The representant already tested or added in candidates: [2, 10, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 10, 1, 1) + --- We are not in the presence of a special case, we add configuration : (2, 10, 1, 2) + --- We are not in the presence of a special case, we add configuration : (2, 10, 1, 3) + --- We are not in the presence of a special case, we add configuration : (2, 10, 1, 4) + --- We are not in the presence of a special case, we add configuration : (2, 10, 1, 5) + --- We are not in the presence of a special case, we add configuration : (2, 10, 1, 6) + --- We are not in the presence of a special case, we add configuration : (2, 10, 1, 7) + --- We are not in the presence of a special case, we add configuration : (2, 10, 1, 8) + --- We are not in the presence of a special case, we add configuration : (2, 10, 1, 9) + --- We are not in the presence of a special case, we add configuration : (2, 10, 1, 10) + --- We are not in the presence of a special case, we add configuration : (2, 10, 1, 11) + --- We are not in the presence of a special case, we add configuration : (2, 10, 1, 12) + --- We are not in the presence of a special case, we add configuration : (2, 10, 1, 13) + --- We are not in the presence of a special case, we add configuration : (2, 10, 1, 14) + --- We are not in the presence of a special case, we add configuration : (2, 10, 1, 15) +--- Considering a new special case configuration: [2, 10, 0, 0] +--- The representant already tested or added in candidates: [2, 10, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 10, 2, 1) + --- We are not in the presence of a special case, we add configuration : (2, 10, 2, 2) + --- We are not in the presence of a special case, we add configuration : (2, 10, 2, 3) + --- We are not in the presence of a special case, we add configuration : (2, 10, 2, 4) + --- We are not in the presence of a special case, we add configuration : (2, 10, 2, 5) + --- We are not in the presence of a special case, we add configuration : (2, 10, 2, 6) + --- We are not in the presence of a special case, we add configuration : (2, 10, 2, 7) + --- We are not in the presence of a special case, we add configuration : (2, 10, 2, 8) + --- We are not in the presence of a special case, we add configuration : (2, 10, 2, 9) + --- We are not in the presence of a special case, we add configuration : (2, 10, 2, 10) + --- We are not in the presence of a special case, we add configuration : (2, 10, 2, 11) + --- We are not in the presence of a special case, we add configuration : (2, 10, 2, 12) + --- We are not in the presence of a special case, we add configuration : (2, 10, 2, 13) + --- We are not in the presence of a special case, we add configuration : (2, 10, 2, 14) + --- We are not in the presence of a special case, we add configuration : (2, 10, 2, 15) + --- We are not in the presence of a special case, we add configuration : (2, 11, 0, 0) + --- We are not in the presence of a special case, we add configuration : (2, 11, 0, 1) + --- We are not in the presence of a special case, we add configuration : (2, 11, 0, 2) + --- We are not in the presence of a special case, we add configuration : (2, 11, 0, 3) + --- We are not in the presence of a special case, we add configuration : (2, 11, 0, 4) + --- We are not in the presence of a special case, we add configuration : (2, 11, 0, 5) + --- We are not in the presence of a special case, we add configuration : (2, 11, 0, 6) + --- We are not in the presence of a special case, we add configuration : (2, 11, 0, 7) + --- We are not in the presence of a special case, we add configuration : (2, 11, 0, 8) + --- We are not in the presence of a special case, we add configuration : (2, 11, 0, 9) + --- We are not in the presence of a special case, we add configuration : (2, 11, 0, 10) + --- We are not in the presence of a special case, we add configuration : (2, 11, 0, 11) + --- We are not in the presence of a special case, we add configuration : (2, 11, 0, 12) + --- We are not in the presence of a special case, we add configuration : (2, 11, 0, 13) + --- We are not in the presence of a special case, we add configuration : (2, 11, 0, 14) + --- We are not in the presence of a special case, we add configuration : (2, 11, 0, 15) +--- Considering a new special case configuration: [2, 11, 0, 0] +--- The representant already tested or added in candidates: [2, 11, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 11, 1, 1) + --- We are not in the presence of a special case, we add configuration : (2, 11, 1, 2) + --- We are not in the presence of a special case, we add configuration : (2, 11, 1, 3) + --- We are not in the presence of a special case, we add configuration : (2, 11, 1, 4) + --- We are not in the presence of a special case, we add configuration : (2, 11, 1, 5) + --- We are not in the presence of a special case, we add configuration : (2, 11, 1, 6) + --- We are not in the presence of a special case, we add configuration : (2, 11, 1, 7) + --- We are not in the presence of a special case, we add configuration : (2, 11, 1, 8) + --- We are not in the presence of a special case, we add configuration : (2, 11, 1, 9) + --- We are not in the presence of a special case, we add configuration : (2, 11, 1, 10) + --- We are not in the presence of a special case, we add configuration : (2, 11, 1, 11) + --- We are not in the presence of a special case, we add configuration : (2, 11, 1, 12) + --- We are not in the presence of a special case, we add configuration : (2, 11, 1, 13) + --- We are not in the presence of a special case, we add configuration : (2, 11, 1, 14) + --- We are not in the presence of a special case, we add configuration : (2, 11, 1, 15) +--- Considering a new special case configuration: [2, 11, 0, 0] +--- The representant already tested or added in candidates: [2, 11, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 11, 2, 1) + --- We are not in the presence of a special case, we add configuration : (2, 11, 2, 2) + --- We are not in the presence of a special case, we add configuration : (2, 11, 2, 3) + --- We are not in the presence of a special case, we add configuration : (2, 11, 2, 4) + --- We are not in the presence of a special case, we add configuration : (2, 11, 2, 5) + --- We are not in the presence of a special case, we add configuration : (2, 11, 2, 6) + --- We are not in the presence of a special case, we add configuration : (2, 11, 2, 7) + --- We are not in the presence of a special case, we add configuration : (2, 11, 2, 8) + --- We are not in the presence of a special case, we add configuration : (2, 11, 2, 9) + --- We are not in the presence of a special case, we add configuration : (2, 11, 2, 10) + --- We are not in the presence of a special case, we add configuration : (2, 11, 2, 11) + --- We are not in the presence of a special case, we add configuration : (2, 11, 2, 12) + --- We are not in the presence of a special case, we add configuration : (2, 11, 2, 13) + --- We are not in the presence of a special case, we add configuration : (2, 11, 2, 14) + --- We are not in the presence of a special case, we add configuration : (2, 11, 2, 15) + --- We are not in the presence of a special case, we add configuration : (2, 12, 0, 0) + --- We are not in the presence of a special case, we add configuration : (2, 12, 0, 1) + --- We are not in the presence of a special case, we add configuration : (2, 12, 0, 2) + --- We are not in the presence of a special case, we add configuration : (2, 12, 0, 3) + --- We are not in the presence of a special case, we add configuration : (2, 12, 0, 4) + --- We are not in the presence of a special case, we add configuration : (2, 12, 0, 5) + --- We are not in the presence of a special case, we add configuration : (2, 12, 0, 6) + --- We are not in the presence of a special case, we add configuration : (2, 12, 0, 7) + --- We are not in the presence of a special case, we add configuration : (2, 12, 0, 8) + --- We are not in the presence of a special case, we add configuration : (2, 12, 0, 9) + --- We are not in the presence of a special case, we add configuration : (2, 12, 0, 10) + --- We are not in the presence of a special case, we add configuration : (2, 12, 0, 11) + --- We are not in the presence of a special case, we add configuration : (2, 12, 0, 12) + --- We are not in the presence of a special case, we add configuration : (2, 12, 0, 13) + --- We are not in the presence of a special case, we add configuration : (2, 12, 0, 14) + --- We are not in the presence of a special case, we add configuration : (2, 12, 0, 15) +--- Considering a new special case configuration: [2, 12, 0, 0] +--- The representant already tested or added in candidates: [2, 12, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 12, 1, 1) + --- We are not in the presence of a special case, we add configuration : (2, 12, 1, 2) + --- We are not in the presence of a special case, we add configuration : (2, 12, 1, 3) + --- We are not in the presence of a special case, we add configuration : (2, 12, 1, 4) + --- We are not in the presence of a special case, we add configuration : (2, 12, 1, 5) + --- We are not in the presence of a special case, we add configuration : (2, 12, 1, 6) + --- We are not in the presence of a special case, we add configuration : (2, 12, 1, 7) + --- We are not in the presence of a special case, we add configuration : (2, 12, 1, 8) + --- We are not in the presence of a special case, we add configuration : (2, 12, 1, 9) + --- We are not in the presence of a special case, we add configuration : (2, 12, 1, 10) + --- We are not in the presence of a special case, we add configuration : (2, 12, 1, 11) + --- We are not in the presence of a special case, we add configuration : (2, 12, 1, 12) + --- We are not in the presence of a special case, we add configuration : (2, 12, 1, 13) + --- We are not in the presence of a special case, we add configuration : (2, 12, 1, 14) + --- We are not in the presence of a special case, we add configuration : (2, 12, 1, 15) +--- Considering a new special case configuration: [2, 12, 0, 0] +--- The representant already tested or added in candidates: [2, 12, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 12, 2, 1) + --- We are not in the presence of a special case, we add configuration : (2, 12, 2, 2) + --- We are not in the presence of a special case, we add configuration : (2, 12, 2, 3) + --- We are not in the presence of a special case, we add configuration : (2, 12, 2, 4) + --- We are not in the presence of a special case, we add configuration : (2, 12, 2, 5) + --- We are not in the presence of a special case, we add configuration : (2, 12, 2, 6) + --- We are not in the presence of a special case, we add configuration : (2, 12, 2, 7) + --- We are not in the presence of a special case, we add configuration : (2, 12, 2, 8) + --- We are not in the presence of a special case, we add configuration : (2, 12, 2, 9) + --- We are not in the presence of a special case, we add configuration : (2, 12, 2, 10) + --- We are not in the presence of a special case, we add configuration : (2, 12, 2, 11) + --- We are not in the presence of a special case, we add configuration : (2, 12, 2, 12) + --- We are not in the presence of a special case, we add configuration : (2, 12, 2, 13) + --- We are not in the presence of a special case, we add configuration : (2, 12, 2, 14) + --- We are not in the presence of a special case, we add configuration : (2, 12, 2, 15) + --- We are not in the presence of a special case, we add configuration : (2, 13, 0, 0) + --- We are not in the presence of a special case, we add configuration : (2, 13, 0, 1) + --- We are not in the presence of a special case, we add configuration : (2, 13, 0, 2) + --- We are not in the presence of a special case, we add configuration : (2, 13, 0, 3) + --- We are not in the presence of a special case, we add configuration : (2, 13, 0, 4) + --- We are not in the presence of a special case, we add configuration : (2, 13, 0, 5) + --- We are not in the presence of a special case, we add configuration : (2, 13, 0, 6) + --- We are not in the presence of a special case, we add configuration : (2, 13, 0, 7) + --- We are not in the presence of a special case, we add configuration : (2, 13, 0, 8) + --- We are not in the presence of a special case, we add configuration : (2, 13, 0, 9) + --- We are not in the presence of a special case, we add configuration : (2, 13, 0, 10) + --- We are not in the presence of a special case, we add configuration : (2, 13, 0, 11) + --- We are not in the presence of a special case, we add configuration : (2, 13, 0, 12) + --- We are not in the presence of a special case, we add configuration : (2, 13, 0, 13) + --- We are not in the presence of a special case, we add configuration : (2, 13, 0, 14) + --- We are not in the presence of a special case, we add configuration : (2, 13, 0, 15) +--- Considering a new special case configuration: [2, 13, 0, 0] +--- The representant already tested or added in candidates: [2, 13, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 13, 1, 1) + --- We are not in the presence of a special case, we add configuration : (2, 13, 1, 2) + --- We are not in the presence of a special case, we add configuration : (2, 13, 1, 3) + --- We are not in the presence of a special case, we add configuration : (2, 13, 1, 4) + --- We are not in the presence of a special case, we add configuration : (2, 13, 1, 5) + --- We are not in the presence of a special case, we add configuration : (2, 13, 1, 6) + --- We are not in the presence of a special case, we add configuration : (2, 13, 1, 7) + --- We are not in the presence of a special case, we add configuration : (2, 13, 1, 8) + --- We are not in the presence of a special case, we add configuration : (2, 13, 1, 9) + --- We are not in the presence of a special case, we add configuration : (2, 13, 1, 10) + --- We are not in the presence of a special case, we add configuration : (2, 13, 1, 11) + --- We are not in the presence of a special case, we add configuration : (2, 13, 1, 12) + --- We are not in the presence of a special case, we add configuration : (2, 13, 1, 13) + --- We are not in the presence of a special case, we add configuration : (2, 13, 1, 14) + --- We are not in the presence of a special case, we add configuration : (2, 13, 1, 15) +--- Considering a new special case configuration: [2, 13, 0, 0] +--- The representant already tested or added in candidates: [2, 13, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 13, 2, 1) + --- We are not in the presence of a special case, we add configuration : (2, 13, 2, 2) + --- We are not in the presence of a special case, we add configuration : (2, 13, 2, 3) + --- We are not in the presence of a special case, we add configuration : (2, 13, 2, 4) + --- We are not in the presence of a special case, we add configuration : (2, 13, 2, 5) + --- We are not in the presence of a special case, we add configuration : (2, 13, 2, 6) + --- We are not in the presence of a special case, we add configuration : (2, 13, 2, 7) + --- We are not in the presence of a special case, we add configuration : (2, 13, 2, 8) + --- We are not in the presence of a special case, we add configuration : (2, 13, 2, 9) + --- We are not in the presence of a special case, we add configuration : (2, 13, 2, 10) + --- We are not in the presence of a special case, we add configuration : (2, 13, 2, 11) + --- We are not in the presence of a special case, we add configuration : (2, 13, 2, 12) + --- We are not in the presence of a special case, we add configuration : (2, 13, 2, 13) + --- We are not in the presence of a special case, we add configuration : (2, 13, 2, 14) + --- We are not in the presence of a special case, we add configuration : (2, 13, 2, 15) + --- We are not in the presence of a special case, we add configuration : (2, 14, 0, 0) + --- We are not in the presence of a special case, we add configuration : (2, 14, 0, 1) + --- We are not in the presence of a special case, we add configuration : (2, 14, 0, 2) + --- We are not in the presence of a special case, we add configuration : (2, 14, 0, 3) + --- We are not in the presence of a special case, we add configuration : (2, 14, 0, 4) + --- We are not in the presence of a special case, we add configuration : (2, 14, 0, 5) + --- We are not in the presence of a special case, we add configuration : (2, 14, 0, 6) + --- We are not in the presence of a special case, we add configuration : (2, 14, 0, 7) + --- We are not in the presence of a special case, we add configuration : (2, 14, 0, 8) + --- We are not in the presence of a special case, we add configuration : (2, 14, 0, 9) + --- We are not in the presence of a special case, we add configuration : (2, 14, 0, 10) + --- We are not in the presence of a special case, we add configuration : (2, 14, 0, 11) + --- We are not in the presence of a special case, we add configuration : (2, 14, 0, 12) + --- We are not in the presence of a special case, we add configuration : (2, 14, 0, 13) + --- We are not in the presence of a special case, we add configuration : (2, 14, 0, 14) + --- We are not in the presence of a special case, we add configuration : (2, 14, 0, 15) +--- Considering a new special case configuration: [2, 14, 0, 0] +--- The representant already tested or added in candidates: [2, 14, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 14, 1, 1) + --- We are not in the presence of a special case, we add configuration : (2, 14, 1, 2) + --- We are not in the presence of a special case, we add configuration : (2, 14, 1, 3) + --- We are not in the presence of a special case, we add configuration : (2, 14, 1, 4) + --- We are not in the presence of a special case, we add configuration : (2, 14, 1, 5) + --- We are not in the presence of a special case, we add configuration : (2, 14, 1, 6) + --- We are not in the presence of a special case, we add configuration : (2, 14, 1, 7) + --- We are not in the presence of a special case, we add configuration : (2, 14, 1, 8) + --- We are not in the presence of a special case, we add configuration : (2, 14, 1, 9) + --- We are not in the presence of a special case, we add configuration : (2, 14, 1, 10) + --- We are not in the presence of a special case, we add configuration : (2, 14, 1, 11) + --- We are not in the presence of a special case, we add configuration : (2, 14, 1, 12) + --- We are not in the presence of a special case, we add configuration : (2, 14, 1, 13) + --- We are not in the presence of a special case, we add configuration : (2, 14, 1, 14) + --- We are not in the presence of a special case, we add configuration : (2, 14, 1, 15) +--- Considering a new special case configuration: [2, 14, 0, 0] +--- The representant already tested or added in candidates: [2, 14, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 14, 2, 1) + --- We are not in the presence of a special case, we add configuration : (2, 14, 2, 2) + --- We are not in the presence of a special case, we add configuration : (2, 14, 2, 3) + --- We are not in the presence of a special case, we add configuration : (2, 14, 2, 4) + --- We are not in the presence of a special case, we add configuration : (2, 14, 2, 5) + --- We are not in the presence of a special case, we add configuration : (2, 14, 2, 6) + --- We are not in the presence of a special case, we add configuration : (2, 14, 2, 7) + --- We are not in the presence of a special case, we add configuration : (2, 14, 2, 8) + --- We are not in the presence of a special case, we add configuration : (2, 14, 2, 9) + --- We are not in the presence of a special case, we add configuration : (2, 14, 2, 10) + --- We are not in the presence of a special case, we add configuration : (2, 14, 2, 11) + --- We are not in the presence of a special case, we add configuration : (2, 14, 2, 12) + --- We are not in the presence of a special case, we add configuration : (2, 14, 2, 13) + --- We are not in the presence of a special case, we add configuration : (2, 14, 2, 14) + --- We are not in the presence of a special case, we add configuration : (2, 14, 2, 15) + --- We are not in the presence of a special case, we add configuration : (2, 15, 0, 0) + --- We are not in the presence of a special case, we add configuration : (2, 15, 0, 1) + --- We are not in the presence of a special case, we add configuration : (2, 15, 0, 2) + --- We are not in the presence of a special case, we add configuration : (2, 15, 0, 3) + --- We are not in the presence of a special case, we add configuration : (2, 15, 0, 4) + --- We are not in the presence of a special case, we add configuration : (2, 15, 0, 5) + --- We are not in the presence of a special case, we add configuration : (2, 15, 0, 6) + --- We are not in the presence of a special case, we add configuration : (2, 15, 0, 7) + --- We are not in the presence of a special case, we add configuration : (2, 15, 0, 8) + --- We are not in the presence of a special case, we add configuration : (2, 15, 0, 9) + --- We are not in the presence of a special case, we add configuration : (2, 15, 0, 10) + --- We are not in the presence of a special case, we add configuration : (2, 15, 0, 11) + --- We are not in the presence of a special case, we add configuration : (2, 15, 0, 12) + --- We are not in the presence of a special case, we add configuration : (2, 15, 0, 13) + --- We are not in the presence of a special case, we add configuration : (2, 15, 0, 14) + --- We are not in the presence of a special case, we add configuration : (2, 15, 0, 15) +--- Considering a new special case configuration: [2, 15, 0, 0] +--- The representant already tested or added in candidates: [2, 15, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 15, 1, 1) + --- We are not in the presence of a special case, we add configuration : (2, 15, 1, 2) + --- We are not in the presence of a special case, we add configuration : (2, 15, 1, 3) + --- We are not in the presence of a special case, we add configuration : (2, 15, 1, 4) + --- We are not in the presence of a special case, we add configuration : (2, 15, 1, 5) + --- We are not in the presence of a special case, we add configuration : (2, 15, 1, 6) + --- We are not in the presence of a special case, we add configuration : (2, 15, 1, 7) + --- We are not in the presence of a special case, we add configuration : (2, 15, 1, 8) + --- We are not in the presence of a special case, we add configuration : (2, 15, 1, 9) + --- We are not in the presence of a special case, we add configuration : (2, 15, 1, 10) + --- We are not in the presence of a special case, we add configuration : (2, 15, 1, 11) + --- We are not in the presence of a special case, we add configuration : (2, 15, 1, 12) + --- We are not in the presence of a special case, we add configuration : (2, 15, 1, 13) + --- We are not in the presence of a special case, we add configuration : (2, 15, 1, 14) + --- We are not in the presence of a special case, we add configuration : (2, 15, 1, 15) +--- Considering a new special case configuration: [2, 15, 0, 0] +--- The representant already tested or added in candidates: [2, 15, 0, 0] + --- We are not in the presence of a special case, we add configuration : (2, 15, 2, 1) + --- We are not in the presence of a special case, we add configuration : (2, 15, 2, 2) + --- We are not in the presence of a special case, we add configuration : (2, 15, 2, 3) + --- We are not in the presence of a special case, we add configuration : (2, 15, 2, 4) + --- We are not in the presence of a special case, we add configuration : (2, 15, 2, 5) + --- We are not in the presence of a special case, we add configuration : (2, 15, 2, 6) + --- We are not in the presence of a special case, we add configuration : (2, 15, 2, 7) + --- We are not in the presence of a special case, we add configuration : (2, 15, 2, 8) + --- We are not in the presence of a special case, we add configuration : (2, 15, 2, 9) + --- We are not in the presence of a special case, we add configuration : (2, 15, 2, 10) + --- We are not in the presence of a special case, we add configuration : (2, 15, 2, 11) + --- We are not in the presence of a special case, we add configuration : (2, 15, 2, 12) + --- We are not in the presence of a special case, we add configuration : (2, 15, 2, 13) + --- We are not in the presence of a special case, we add configuration : (2, 15, 2, 14) + --- We are not in the presence of a special case, we add configuration : (2, 15, 2, 15) +--- Number of configuration candidates 2118 + --- converting (2, 4, 2, 5) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) --- converting 2 in base 3 - --- converting 43 in base 2 - --- appending 1 to result - --- appending 1 to result - --- appending 0 to result - --- appending 1 to result + --- result [2] + --- converting 4 in base 2 --- appending 0 to result - --- appending 1 to result - --- result [1, 0, 1, 0, 1, 1] - --- converting 4 in base 4 --- appending 0 to result --- appending 1 to result - --- result [1, 0] - --- Result = [2, 1, 0, 1, 0, 1, 1, 1, 0] - --- Converting base Y number [2, 1, 0, 1, 0, 1, 1, 1, 0] to configuration notation - --- Result = [3, 0, 3, 0, 3, 3, 1, 0] ---- Retained value to add in file: [3, 0, 3, 0, 3, 3, 1, 0], indice : (2, 43, 4) - --- converting (0, 21, 9) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 0 in base 3 - --- converting 21 in base 2 - --- appending 1 to result - --- appending 0 to result + --- result [0, 1, 0, 0] + --- converting 2 in base 3 + --- result [2] + --- converting 5 in base 2 --- appending 1 to result --- appending 0 to result --- appending 1 to result - --- result [0, 1, 0, 1, 0, 1] - --- converting 9 in base 4 - --- appending 1 to result - --- appending 2 to result - --- result [2, 1] - --- Result = [0, 0, 1, 0, 1, 0, 1, 2, 1] - --- Converting base Y number [0, 0, 1, 0, 1, 0, 1, 2, 1] to configuration notation - --- Result = [0, 1, 0, 1, 0, 1, 2, 1] ---- Retained value to add in file: [0, 1, 0, 1, 0, 1, 2, 1], indice : (0, 21, 9) - --- converting (1, 55, 4) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 1 in base 3 - --- converting 55 in base 2 - --- appending 1 to result - --- appending 1 to result - --- appending 1 to result - --- appending 0 to result + --- result [0, 1, 0, 1] + --- Result = [2, 0, 1, 0, 0, 2, 0, 1, 0, 1] + --- Converting base Y number [2, 0, 1, 0, 0, 2, 0, 1, 0, 1] to configuration notation + --- Result = [0, 3, 0, 0, 0, 3, 0, 3] +--- Retained value to add in file: [0, 3, 0, 0, 0, 3, 0, 3], indice : (2, 4, 2, 5) + --- converting (2, 11, 2, 6) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 2 in base 3 + --- result [2] + --- converting 11 in base 2 --- appending 1 to result --- appending 1 to result - --- result [1, 1, 0, 1, 1, 1] - --- converting 4 in base 4 --- appending 0 to result --- appending 1 to result - --- result [1, 0] - --- Result = [1, 1, 1, 0, 1, 1, 1, 1, 0] - --- Converting base Y number [1, 1, 1, 0, 1, 1, 1, 1, 0] to configuration notation - --- Result = [2, 2, 0, 2, 2, 2, 1, 0] ---- Retained value to add in file: [2, 2, 0, 2, 2, 2, 1, 0], indice : (1, 55, 4) - --- converting (0, 32, 3) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 0 in base 3 - --- converting 32 in base 2 - --- appending 0 to result - --- appending 0 to result - --- appending 0 to result - --- appending 0 to result - --- appending 0 to result - --- appending 1 to result - --- result [1, 0, 0, 0, 0, 0] - --- converting 3 in base 4 - --- Result = [0, 1, 0, 0, 0, 0, 0, 3, 0] - --- Converting base Y number [0, 1, 0, 0, 0, 0, 0, 3, 0] to configuration notation - --- Result = [1, 0, 0, 0, 0, 0, 3, 0] ---- Retained value to add in file: [1, 0, 0, 0, 0, 0, 3, 0], indice : (0, 32, 3) - --- converting (2, 19, 5) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [1, 0, 1, 1] --- converting 2 in base 3 - --- converting 19 in base 2 - --- appending 1 to result - --- appending 1 to result + --- result [2] + --- converting 6 in base 2 --- appending 0 to result - --- appending 0 to result - --- appending 1 to result - --- result [0, 1, 0, 0, 1, 1] - --- converting 5 in base 4 --- appending 1 to result --- appending 1 to result - --- result [1, 1] - --- Result = [2, 0, 1, 0, 0, 1, 1, 1, 1] - --- Converting base Y number [2, 0, 1, 0, 0, 1, 1, 1, 1] to configuration notation - --- Result = [0, 3, 0, 0, 3, 3, 1, 1] ---- Retained value to add in file: [0, 3, 0, 0, 3, 3, 1, 1], indice : (2, 19, 5) - --- converting (0, 60, 11) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [0, 1, 1, 0] + --- Result = [2, 1, 0, 1, 1, 2, 0, 1, 1, 0] + --- Converting base Y number [2, 1, 0, 1, 1, 2, 0, 1, 1, 0] to configuration notation + --- Result = [3, 0, 3, 3, 0, 3, 3, 0] +--- Retained value to add in file: [3, 0, 3, 3, 0, 3, 3, 0], indice : (2, 11, 2, 6) + --- converting (0, 11, 0, 7) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) --- converting 0 in base 3 - --- converting 60 in base 2 - --- appending 0 to result - --- appending 0 to result - --- appending 1 to result + --- result [0] + --- converting 11 in base 2 --- appending 1 to result --- appending 1 to result + --- appending 0 to result --- appending 1 to result - --- result [1, 1, 1, 1, 0, 0] - --- converting 11 in base 4 - --- appending 3 to result - --- appending 2 to result - --- result [2, 3] - --- Result = [0, 1, 1, 1, 1, 0, 0, 2, 3] - --- Converting base Y number [0, 1, 1, 1, 1, 0, 0, 2, 3] to configuration notation - --- Result = [1, 1, 1, 1, 0, 0, 2, 3] ---- Retained value to add in file: [1, 1, 1, 1, 0, 0, 2, 3], indice : (0, 60, 11) - --- converting (0, 59, 0) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [1, 0, 1, 1] --- converting 0 in base 3 - --- converting 59 in base 2 - --- appending 1 to result - --- appending 1 to result - --- appending 0 to result + --- result [0] + --- converting 7 in base 2 --- appending 1 to result --- appending 1 to result --- appending 1 to result - --- result [1, 1, 1, 0, 1, 1] - --- converting 0 in base 4 - --- Result = [0, 1, 1, 1, 0, 1, 1, 0, 0] - --- Converting base Y number [0, 1, 1, 1, 0, 1, 1, 0, 0] to configuration notation - --- Result = [1, 1, 1, 0, 1, 1, 0, 0] ---- Retained value to add in file: [1, 1, 1, 0, 1, 1, 0, 0], indice : (0, 59, 0) - --- converting (2, 33, 5) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [0, 1, 1, 1] + --- Result = [0, 1, 0, 1, 1, 0, 0, 1, 1, 1] + --- Converting base Y number [0, 1, 0, 1, 1, 0, 0, 1, 1, 1] to configuration notation + --- Result = [1, 0, 1, 1, 0, 1, 1, 1] +--- Retained value to add in file: [1, 0, 1, 1, 0, 1, 1, 1], indice : (0, 11, 0, 7) + --- converting (2, 5, 0, 10) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) --- converting 2 in base 3 - --- converting 33 in base 2 + --- result [2] + --- converting 5 in base 2 --- appending 1 to result --- appending 0 to result - --- appending 0 to result - --- appending 0 to result - --- appending 0 to result - --- appending 1 to result - --- result [1, 0, 0, 0, 0, 1] - --- converting 5 in base 4 --- appending 1 to result + --- result [0, 1, 0, 1] + --- converting 0 in base 3 + --- result [0] + --- converting 10 in base 2 + --- appending 0 to result --- appending 1 to result - --- result [1, 1] - --- Result = [2, 1, 0, 0, 0, 0, 1, 1, 1] - --- Converting base Y number [2, 1, 0, 0, 0, 0, 1, 1, 1] to configuration notation - --- Result = [3, 0, 0, 0, 0, 3, 1, 1] ---- Retained value to add in file: [3, 0, 0, 0, 0, 3, 1, 1], indice : (2, 33, 5) - --- converting (2, 14, 15) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 2 in base 3 - --- converting 14 in base 2 --- appending 0 to result --- appending 1 to result + --- result [1, 0, 1, 0] + --- Result = [2, 0, 1, 0, 1, 0, 1, 0, 1, 0] + --- Converting base Y number [2, 0, 1, 0, 1, 0, 1, 0, 1, 0] to configuration notation + --- Result = [0, 3, 0, 3, 1, 0, 1, 0] +--- Retained value to add in file: [0, 3, 0, 3, 1, 0, 1, 0], indice : (2, 5, 0, 10) + --- converting (1, 3, 0, 0) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 1 in base 3 + --- result [1] + --- converting 3 in base 2 --- appending 1 to result --- appending 1 to result - --- result [0, 0, 1, 1, 1, 0] - --- converting 15 in base 4 - --- appending 3 to result - --- appending 3 to result - --- result [3, 3] - --- Result = [2, 0, 0, 1, 1, 1, 0, 3, 3] - --- Converting base Y number [2, 0, 0, 1, 1, 1, 0, 3, 3] to configuration notation - --- Result = [0, 0, 3, 3, 3, 0, 3, 3] ---- Retained value to add in file: [0, 0, 3, 3, 3, 0, 3, 3], indice : (2, 14, 15) - --- converting (2, 57, 6) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [0, 0, 1, 1] + --- converting 0 in base 3 + --- result [0] + --- converting 0 in base 2 + --- result [0, 0, 0, 0] + --- Result = [1, 0, 0, 1, 1, 0, 0, 0, 0, 0] + --- Converting base Y number [1, 0, 0, 1, 1, 0, 0, 0, 0, 0] to configuration notation + --- Result = [0, 0, 2, 2, 0, 0, 0, 0] +--- Retained value to add in file: [0, 0, 2, 2, 0, 0, 0, 0], indice : (1, 3, 0, 0) + --- converting (2, 5, 0, 3) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) --- converting 2 in base 3 - --- converting 57 in base 2 + --- result [2] + --- converting 5 in base 2 --- appending 1 to result --- appending 0 to result - --- appending 0 to result - --- appending 1 to result --- appending 1 to result + --- result [0, 1, 0, 1] + --- converting 0 in base 3 + --- result [0] + --- converting 3 in base 2 --- appending 1 to result - --- result [1, 1, 1, 0, 0, 1] - --- converting 6 in base 4 - --- appending 2 to result --- appending 1 to result - --- result [1, 2] - --- Result = [2, 1, 1, 1, 0, 0, 1, 1, 2] - --- Converting base Y number [2, 1, 1, 1, 0, 0, 1, 1, 2] to configuration notation - --- Result = [3, 3, 3, 0, 0, 3, 1, 2] ---- Retained value to add in file: [3, 3, 3, 0, 0, 3, 1, 2], indice : (2, 57, 6) - --- converting (1, 60, 13) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 1 in base 3 - --- converting 60 in base 2 + --- result [0, 0, 1, 1] + --- Result = [2, 0, 1, 0, 1, 0, 0, 0, 1, 1] + --- Converting base Y number [2, 0, 1, 0, 1, 0, 0, 0, 1, 1] to configuration notation + --- Result = [0, 3, 0, 3, 0, 0, 1, 1] +--- Retained value to add in file: [0, 3, 0, 3, 0, 0, 1, 1], indice : (2, 5, 0, 3) + --- converting (0, 4, 0, 11) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 0 in base 3 + --- result [0] + --- converting 4 in base 2 --- appending 0 to result --- appending 0 to result --- appending 1 to result + --- result [0, 1, 0, 0] + --- converting 0 in base 3 + --- result [0] + --- converting 11 in base 2 --- appending 1 to result --- appending 1 to result - --- appending 1 to result - --- result [1, 1, 1, 1, 0, 0] - --- converting 13 in base 4 - --- appending 1 to result - --- appending 3 to result - --- result [3, 1] - --- Result = [1, 1, 1, 1, 1, 0, 0, 3, 1] - --- Converting base Y number [1, 1, 1, 1, 1, 0, 0, 3, 1] to configuration notation - --- Result = [2, 2, 2, 2, 0, 0, 3, 1] ---- Retained value to add in file: [2, 2, 2, 2, 0, 0, 3, 1], indice : (1, 60, 13) - --- converting (1, 60, 12) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 1 in base 3 - --- converting 60 in base 2 --- appending 0 to result - --- appending 0 to result - --- appending 1 to result - --- appending 1 to result --- appending 1 to result + --- result [1, 0, 1, 1] + --- Result = [0, 0, 1, 0, 0, 0, 1, 0, 1, 1] + --- Converting base Y number [0, 0, 1, 0, 0, 0, 1, 0, 1, 1] to configuration notation + --- Result = [0, 1, 0, 0, 1, 0, 1, 1] +--- Retained value to add in file: [0, 1, 0, 0, 1, 0, 1, 1], indice : (0, 4, 0, 11) + --- converting (1, 13, 0, 14) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 1 in base 3 + --- result [1] + --- converting 13 in base 2 --- appending 1 to result - --- result [1, 1, 1, 1, 0, 0] - --- converting 12 in base 4 --- appending 0 to result - --- appending 3 to result - --- result [3, 0] - --- Result = [1, 1, 1, 1, 1, 0, 0, 3, 0] - --- Converting base Y number [1, 1, 1, 1, 1, 0, 0, 3, 0] to configuration notation - --- Result = [2, 2, 2, 2, 0, 0, 3, 0] ---- Retained value to add in file: [2, 2, 2, 2, 0, 0, 3, 0], indice : (1, 60, 12) - --- converting (1, 47, 1) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 1 in base 3 - --- converting 47 in base 2 --- appending 1 to result --- appending 1 to result + --- result [1, 1, 0, 1] + --- converting 0 in base 3 + --- result [0] + --- converting 14 in base 2 + --- appending 0 to result --- appending 1 to result --- appending 1 to result - --- appending 0 to result --- appending 1 to result - --- result [1, 0, 1, 1, 1, 1] - --- converting 1 in base 4 - --- Result = [1, 1, 0, 1, 1, 1, 1, 1, 0] - --- Converting base Y number [1, 1, 0, 1, 1, 1, 1, 1, 0] to configuration notation - --- Result = [2, 0, 2, 2, 2, 2, 1, 0] ---- Retained value to add in file: [2, 0, 2, 2, 2, 2, 1, 0], indice : (1, 47, 1) - --- converting (2, 56, 6) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [1, 1, 1, 0] + --- Result = [1, 1, 1, 0, 1, 0, 1, 1, 1, 0] + --- Converting base Y number [1, 1, 1, 0, 1, 0, 1, 1, 1, 0] to configuration notation + --- Result = [2, 2, 0, 2, 1, 1, 1, 0] +--- Retained value to add in file: [2, 2, 0, 2, 1, 1, 1, 0], indice : (1, 13, 0, 14) + --- converting (2, 2, 0, 13) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) --- converting 2 in base 3 - --- converting 56 in base 2 - --- appending 0 to result - --- appending 0 to result + --- result [2] + --- converting 2 in base 2 --- appending 0 to result --- appending 1 to result + --- result [0, 0, 1, 0] + --- converting 0 in base 3 + --- result [0] + --- converting 13 in base 2 --- appending 1 to result + --- appending 0 to result --- appending 1 to result - --- result [1, 1, 1, 0, 0, 0] - --- converting 6 in base 4 - --- appending 2 to result --- appending 1 to result - --- result [1, 2] - --- Result = [2, 1, 1, 1, 0, 0, 0, 1, 2] - --- Converting base Y number [2, 1, 1, 1, 0, 0, 0, 1, 2] to configuration notation - --- Result = [3, 3, 3, 0, 0, 0, 1, 2] ---- Retained value to add in file: [3, 3, 3, 0, 0, 0, 1, 2], indice : (2, 56, 6) - --- converting (0, 2, 9) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [1, 1, 0, 1] + --- Result = [2, 0, 0, 1, 0, 0, 1, 1, 0, 1] + --- Converting base Y number [2, 0, 0, 1, 0, 0, 1, 1, 0, 1] to configuration notation + --- Result = [0, 0, 3, 0, 1, 1, 0, 1] +--- Retained value to add in file: [0, 0, 3, 0, 1, 1, 0, 1], indice : (2, 2, 0, 13) + --- converting (0, 3, 0, 8) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) --- converting 0 in base 3 - --- converting 2 in base 2 - --- appending 0 to result + --- result [0] + --- converting 3 in base 2 --- appending 1 to result - --- result [0, 0, 0, 0, 1, 0] - --- converting 9 in base 4 --- appending 1 to result - --- appending 2 to result - --- result [2, 1] - --- Result = [0, 0, 0, 0, 0, 1, 0, 2, 1] - --- Converting base Y number [0, 0, 0, 0, 0, 1, 0, 2, 1] to configuration notation - --- Result = [0, 0, 0, 0, 1, 0, 2, 1] ---- Retained value to add in file: [0, 0, 0, 0, 1, 0, 2, 1], indice : (0, 2, 9) - --- converting (1, 50, 14) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 1 in base 3 - --- converting 50 in base 2 + --- result [0, 0, 1, 1] + --- converting 0 in base 3 + --- result [0] + --- converting 8 in base 2 --- appending 0 to result - --- appending 1 to result --- appending 0 to result --- appending 0 to result --- appending 1 to result - --- appending 1 to result - --- result [1, 1, 0, 0, 1, 0] - --- converting 14 in base 4 - --- appending 2 to result - --- appending 3 to result - --- result [3, 2] - --- Result = [1, 1, 1, 0, 0, 1, 0, 3, 2] - --- Converting base Y number [1, 1, 1, 0, 0, 1, 0, 3, 2] to configuration notation - --- Result = [2, 2, 0, 0, 2, 0, 3, 2] ---- Retained value to add in file: [2, 2, 0, 0, 2, 0, 3, 2], indice : (1, 50, 14) - --- converting (1, 11, 13) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [1, 0, 0, 0] + --- Result = [0, 0, 0, 1, 1, 0, 1, 0, 0, 0] + --- Converting base Y number [0, 0, 0, 1, 1, 0, 1, 0, 0, 0] to configuration notation + --- Result = [0, 0, 1, 1, 1, 0, 0, 0] +--- Retained value to add in file: [0, 0, 1, 1, 1, 0, 0, 0], indice : (0, 3, 0, 8) + --- converting (1, 9, 1, 10) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) --- converting 1 in base 3 - --- converting 11 in base 2 - --- appending 1 to result + --- result [1] + --- converting 9 in base 2 --- appending 1 to result --- appending 0 to result + --- appending 0 to result --- appending 1 to result - --- result [0, 0, 1, 0, 1, 1] - --- converting 13 in base 4 - --- appending 1 to result - --- appending 3 to result - --- result [3, 1] - --- Result = [1, 0, 0, 1, 0, 1, 1, 3, 1] - --- Converting base Y number [1, 0, 0, 1, 0, 1, 1, 3, 1] to configuration notation - --- Result = [0, 0, 2, 0, 2, 2, 3, 1] ---- Retained value to add in file: [0, 0, 2, 0, 2, 2, 3, 1], indice : (1, 11, 13) - --- converting (2, 31, 2) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 2 in base 3 - --- converting 31 in base 2 - --- appending 1 to result - --- appending 1 to result - --- appending 1 to result + --- result [1, 0, 0, 1] + --- converting 1 in base 3 + --- result [1] + --- converting 10 in base 2 + --- appending 0 to result --- appending 1 to result + --- appending 0 to result --- appending 1 to result - --- result [0, 1, 1, 1, 1, 1] - --- converting 2 in base 4 - --- Result = [2, 0, 1, 1, 1, 1, 1, 2, 0] - --- Converting base Y number [2, 0, 1, 1, 1, 1, 1, 2, 0] to configuration notation - --- Result = [0, 3, 3, 3, 3, 3, 2, 0] ---- Retained value to add in file: [0, 3, 3, 3, 3, 3, 2, 0], indice : (2, 31, 2) - --- converting (0, 24, 13) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [1, 0, 1, 0] + --- Result = [1, 1, 0, 0, 1, 1, 1, 0, 1, 0] + --- Converting base Y number [1, 1, 0, 0, 1, 1, 1, 0, 1, 0] to configuration notation + --- Result = [2, 0, 0, 2, 2, 0, 2, 0] +--- Retained value to add in file: [2, 0, 0, 2, 2, 0, 2, 0], indice : (1, 9, 1, 10) + --- converting (0, 12, 0, 0) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) --- converting 0 in base 3 - --- converting 24 in base 2 - --- appending 0 to result + --- result [0] + --- converting 12 in base 2 --- appending 0 to result --- appending 0 to result --- appending 1 to result --- appending 1 to result - --- result [0, 1, 1, 0, 0, 0] - --- converting 13 in base 4 - --- appending 1 to result - --- appending 3 to result - --- result [3, 1] - --- Result = [0, 0, 1, 1, 0, 0, 0, 3, 1] - --- Converting base Y number [0, 0, 1, 1, 0, 0, 0, 3, 1] to configuration notation - --- Result = [0, 1, 1, 0, 0, 0, 3, 1] ---- Retained value to add in file: [0, 1, 1, 0, 0, 0, 3, 1], indice : (0, 24, 13) - --- converting (2, 63, 5) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 2 in base 3 - --- converting 63 in base 2 - --- appending 1 to result - --- appending 1 to result - --- appending 1 to result - --- appending 1 to result - --- appending 1 to result - --- appending 1 to result - --- result [1, 1, 1, 1, 1, 1] - --- converting 5 in base 4 - --- appending 1 to result - --- appending 1 to result - --- result [1, 1] - --- Result = [2, 1, 1, 1, 1, 1, 1, 1, 1] - --- Converting base Y number [2, 1, 1, 1, 1, 1, 1, 1, 1] to configuration notation - --- Result = [3, 3, 3, 3, 3, 3, 1, 1] ---- Retained value to add in file: [3, 3, 3, 3, 3, 3, 1, 1], indice : (2, 63, 5) - --- converting (1, 58, 1) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 1 in base 3 - --- converting 58 in base 2 + --- result [1, 1, 0, 0] + --- converting 0 in base 3 + --- result [0] + --- converting 0 in base 2 + --- result [0, 0, 0, 0] + --- Result = [0, 1, 1, 0, 0, 0, 0, 0, 0, 0] + --- Converting base Y number [0, 1, 1, 0, 0, 0, 0, 0, 0, 0] to configuration notation + --- Result = [1, 1, 0, 0, 0, 0, 0, 0] +--- Retained value to add in file: [1, 1, 0, 0, 0, 0, 0, 0], indice : (0, 12, 0, 0) + --- converting (0, 10, 0, 10) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 0 in base 3 + --- result [0] + --- converting 10 in base 2 --- appending 0 to result --- appending 1 to result --- appending 0 to result --- appending 1 to result - --- appending 1 to result - --- appending 1 to result - --- result [1, 1, 1, 0, 1, 0] - --- converting 1 in base 4 - --- Result = [1, 1, 1, 1, 0, 1, 0, 1, 0] - --- Converting base Y number [1, 1, 1, 1, 0, 1, 0, 1, 0] to configuration notation - --- Result = [2, 2, 2, 0, 2, 0, 1, 0] ---- Retained value to add in file: [2, 2, 2, 0, 2, 0, 1, 0], indice : (1, 58, 1) - --- converting (2, 46, 14) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 2 in base 3 - --- converting 46 in base 2 + --- result [1, 0, 1, 0] + --- converting 0 in base 3 + --- result [0] + --- converting 10 in base 2 --- appending 0 to result --- appending 1 to result - --- appending 1 to result - --- appending 1 to result --- appending 0 to result --- appending 1 to result - --- result [1, 0, 1, 1, 1, 0] - --- converting 14 in base 4 - --- appending 2 to result - --- appending 3 to result - --- result [3, 2] - --- Result = [2, 1, 0, 1, 1, 1, 0, 3, 2] - --- Converting base Y number [2, 1, 0, 1, 1, 1, 0, 3, 2] to configuration notation - --- Result = [3, 0, 3, 3, 3, 0, 3, 2] ---- Retained value to add in file: [3, 0, 3, 3, 3, 0, 3, 2], indice : (2, 46, 14) - --- converting (1, 7, 9) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 1 in base 3 - --- converting 7 in base 2 - --- appending 1 to result + --- result [1, 0, 1, 0] + --- Result = [0, 1, 0, 1, 0, 0, 1, 0, 1, 0] + --- Converting base Y number [0, 1, 0, 1, 0, 0, 1, 0, 1, 0] to configuration notation + --- Result = [1, 0, 1, 0, 1, 0, 1, 0] +--- Retained value to add in file: [1, 0, 1, 0, 1, 0, 1, 0], indice : (0, 10, 0, 10) + --- converting (0, 11, 1, 12) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 0 in base 3 + --- result [0] + --- converting 11 in base 2 --- appending 1 to result --- appending 1 to result - --- result [0, 0, 0, 1, 1, 1] - --- converting 9 in base 4 + --- appending 0 to result --- appending 1 to result - --- appending 2 to result - --- result [2, 1] - --- Result = [1, 0, 0, 0, 1, 1, 1, 2, 1] - --- Converting base Y number [1, 0, 0, 0, 1, 1, 1, 2, 1] to configuration notation - --- Result = [0, 0, 0, 2, 2, 2, 2, 1] ---- Retained value to add in file: [0, 0, 0, 2, 2, 2, 2, 1], indice : (1, 7, 9) - --- converting (1, 12, 2) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [1, 0, 1, 1] --- converting 1 in base 3 + --- result [1] --- converting 12 in base 2 --- appending 0 to result --- appending 0 to result --- appending 1 to result --- appending 1 to result - --- result [0, 0, 1, 1, 0, 0] - --- converting 2 in base 4 - --- Result = [1, 0, 0, 1, 1, 0, 0, 2, 0] - --- Converting base Y number [1, 0, 0, 1, 1, 0, 0, 2, 0] to configuration notation - --- Result = [0, 0, 2, 2, 0, 0, 2, 0] ---- Retained value to add in file: [0, 0, 2, 2, 0, 0, 2, 0], indice : (1, 12, 2) - --- converting (0, 19, 11) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 0 in base 3 - --- converting 19 in base 2 + --- result [1, 1, 0, 0] + --- Result = [0, 1, 0, 1, 1, 1, 1, 1, 0, 0] + --- Converting base Y number [0, 1, 0, 1, 1, 1, 1, 1, 0, 0] to configuration notation + --- Result = [1, 0, 1, 1, 2, 2, 0, 0] +--- Retained value to add in file: [1, 0, 1, 1, 2, 2, 0, 0], indice : (0, 11, 1, 12) + --- converting (2, 7, 1, 10) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 2 in base 3 + --- result [2] + --- converting 7 in base 2 --- appending 1 to result --- appending 1 to result - --- appending 0 to result - --- appending 0 to result --- appending 1 to result - --- result [0, 1, 0, 0, 1, 1] - --- converting 11 in base 4 - --- appending 3 to result - --- appending 2 to result - --- result [2, 3] - --- Result = [0, 0, 1, 0, 0, 1, 1, 2, 3] - --- Converting base Y number [0, 0, 1, 0, 0, 1, 1, 2, 3] to configuration notation - --- Result = [0, 1, 0, 0, 1, 1, 2, 3] ---- Retained value to add in file: [0, 1, 0, 0, 1, 1, 2, 3], indice : (0, 19, 11) - --- converting (2, 10, 3) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 2 in base 3 + --- result [0, 1, 1, 1] + --- converting 1 in base 3 + --- result [1] --- converting 10 in base 2 --- appending 0 to result --- appending 1 to result --- appending 0 to result --- appending 1 to result - --- result [0, 0, 1, 0, 1, 0] - --- converting 3 in base 4 - --- Result = [2, 0, 0, 1, 0, 1, 0, 3, 0] - --- Converting base Y number [2, 0, 0, 1, 0, 1, 0, 3, 0] to configuration notation - --- Result = [0, 0, 3, 0, 3, 0, 3, 0] ---- Retained value to add in file: [0, 0, 3, 0, 3, 0, 3, 0], indice : (2, 10, 3) - --- converting (1, 38, 4) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 1 in base 3 - --- converting 38 in base 2 - --- appending 0 to result + --- result [1, 0, 1, 0] + --- Result = [2, 0, 1, 1, 1, 1, 1, 0, 1, 0] + --- Converting base Y number [2, 0, 1, 1, 1, 1, 1, 0, 1, 0] to configuration notation + --- Result = [0, 3, 3, 3, 2, 0, 2, 0] +--- Retained value to add in file: [0, 3, 3, 3, 2, 0, 2, 0], indice : (2, 7, 1, 10) + --- converting (0, 15, 0, 1) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 0 in base 3 + --- result [0] + --- converting 15 in base 2 --- appending 1 to result --- appending 1 to result - --- appending 0 to result - --- appending 0 to result --- appending 1 to result - --- result [1, 0, 0, 1, 1, 0] - --- converting 4 in base 4 - --- appending 0 to result --- appending 1 to result - --- result [1, 0] - --- Result = [1, 1, 0, 0, 1, 1, 0, 1, 0] - --- Converting base Y number [1, 1, 0, 0, 1, 1, 0, 1, 0] to configuration notation - --- Result = [2, 0, 0, 2, 2, 0, 1, 0] ---- Retained value to add in file: [2, 0, 0, 2, 2, 0, 1, 0], indice : (1, 38, 4) - --- converting (0, 32, 8) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [1, 1, 1, 1] --- converting 0 in base 3 - --- converting 32 in base 2 - --- appending 0 to result - --- appending 0 to result - --- appending 0 to result - --- appending 0 to result - --- appending 0 to result - --- appending 1 to result - --- result [1, 0, 0, 0, 0, 0] - --- converting 8 in base 4 - --- appending 0 to result - --- appending 2 to result - --- result [2, 0] - --- Result = [0, 1, 0, 0, 0, 0, 0, 2, 0] - --- Converting base Y number [0, 1, 0, 0, 0, 0, 0, 2, 0] to configuration notation - --- Result = [1, 0, 0, 0, 0, 0, 2, 0] ---- Retained value to add in file: [1, 0, 0, 0, 0, 0, 2, 0], indice : (0, 32, 8) - --- converting (2, 4, 13) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [0] + --- converting 1 in base 2 + --- result [0, 0, 0, 1] + --- Result = [0, 1, 1, 1, 1, 0, 0, 0, 0, 1] + --- Converting base Y number [0, 1, 1, 1, 1, 0, 0, 0, 0, 1] to configuration notation + --- Result = [1, 1, 1, 1, 0, 0, 0, 1] +--- Retained value to add in file: [1, 1, 1, 1, 0, 0, 0, 1], indice : (0, 15, 0, 1) + --- converting (2, 15, 1, 5) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) --- converting 2 in base 3 - --- converting 4 in base 2 - --- appending 0 to result - --- appending 0 to result + --- result [2] + --- converting 15 in base 2 --- appending 1 to result - --- result [0, 0, 0, 1, 0, 0] - --- converting 13 in base 4 --- appending 1 to result - --- appending 3 to result - --- result [3, 1] - --- Result = [2, 0, 0, 0, 1, 0, 0, 3, 1] - --- Converting base Y number [2, 0, 0, 0, 1, 0, 0, 3, 1] to configuration notation - --- Result = [0, 0, 0, 3, 0, 0, 3, 1] ---- Retained value to add in file: [0, 0, 0, 3, 0, 0, 3, 1], indice : (2, 4, 13) - --- converting (0, 56, 6) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 0 in base 3 - --- converting 56 in base 2 - --- appending 0 to result - --- appending 0 to result - --- appending 0 to result --- appending 1 to result --- appending 1 to result - --- appending 1 to result - --- result [1, 1, 1, 0, 0, 0] - --- converting 6 in base 4 - --- appending 2 to result - --- appending 1 to result - --- result [1, 2] - --- Result = [0, 1, 1, 1, 0, 0, 0, 1, 2] - --- Converting base Y number [0, 1, 1, 1, 0, 0, 0, 1, 2] to configuration notation - --- Result = [1, 1, 1, 0, 0, 0, 1, 2] ---- Retained value to add in file: [1, 1, 1, 0, 0, 0, 1, 2], indice : (0, 56, 6) - --- converting (1, 25, 12) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [1, 1, 1, 1] --- converting 1 in base 3 - --- converting 25 in base 2 + --- result [1] + --- converting 5 in base 2 --- appending 1 to result --- appending 0 to result - --- appending 0 to result - --- appending 1 to result --- appending 1 to result - --- result [0, 1, 1, 0, 0, 1] - --- converting 12 in base 4 - --- appending 0 to result - --- appending 3 to result - --- result [3, 0] - --- Result = [1, 0, 1, 1, 0, 0, 1, 3, 0] - --- Converting base Y number [1, 0, 1, 1, 0, 0, 1, 3, 0] to configuration notation - --- Result = [0, 2, 2, 0, 0, 2, 3, 0] ---- Retained value to add in file: [0, 2, 2, 0, 0, 2, 3, 0], indice : (1, 25, 12) - --- converting (0, 3, 7) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 0 in base 3 + --- result [0, 1, 0, 1] + --- Result = [2, 1, 1, 1, 1, 1, 0, 1, 0, 1] + --- Converting base Y number [2, 1, 1, 1, 1, 1, 0, 1, 0, 1] to configuration notation + --- Result = [3, 3, 3, 3, 0, 2, 0, 2] +--- Retained value to add in file: [3, 3, 3, 3, 0, 2, 0, 2], indice : (2, 15, 1, 5) + --- converting (1, 3, 0, 8) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 1 in base 3 + --- result [1] --- converting 3 in base 2 --- appending 1 to result --- appending 1 to result - --- result [0, 0, 0, 0, 1, 1] - --- converting 7 in base 4 - --- appending 3 to result - --- appending 1 to result - --- result [1, 3] - --- Result = [0, 0, 0, 0, 0, 1, 1, 1, 3] - --- Converting base Y number [0, 0, 0, 0, 0, 1, 1, 1, 3] to configuration notation - --- Result = [0, 0, 0, 0, 1, 1, 1, 3] ---- Retained value to add in file: [0, 0, 0, 0, 1, 1, 1, 3], indice : (0, 3, 7) - --- converting (1, 17, 9) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 1 in base 3 - --- converting 17 in base 2 - --- appending 1 to result + --- result [0, 0, 1, 1] + --- converting 0 in base 3 + --- result [0] + --- converting 8 in base 2 --- appending 0 to result --- appending 0 to result --- appending 0 to result --- appending 1 to result - --- result [0, 1, 0, 0, 0, 1] - --- converting 9 in base 4 - --- appending 1 to result - --- appending 2 to result - --- result [2, 1] - --- Result = [1, 0, 1, 0, 0, 0, 1, 2, 1] - --- Converting base Y number [1, 0, 1, 0, 0, 0, 1, 2, 1] to configuration notation - --- Result = [0, 2, 0, 0, 0, 2, 2, 1] ---- Retained value to add in file: [0, 2, 0, 0, 0, 2, 2, 1], indice : (1, 17, 9) - --- converting (1, 10, 2) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 1 in base 3 + --- result [1, 0, 0, 0] + --- Result = [1, 0, 0, 1, 1, 0, 1, 0, 0, 0] + --- Converting base Y number [1, 0, 0, 1, 1, 0, 1, 0, 0, 0] to configuration notation + --- Result = [0, 0, 2, 2, 1, 0, 0, 0] +--- Retained value to add in file: [0, 0, 2, 2, 1, 0, 0, 0], indice : (1, 3, 0, 8) + --- converting (0, 10, 0, 1) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 0 in base 3 + --- result [0] --- converting 10 in base 2 --- appending 0 to result --- appending 1 to result --- appending 0 to result --- appending 1 to result - --- result [0, 0, 1, 0, 1, 0] - --- converting 2 in base 4 - --- Result = [1, 0, 0, 1, 0, 1, 0, 2, 0] - --- Converting base Y number [1, 0, 0, 1, 0, 1, 0, 2, 0] to configuration notation - --- Result = [0, 0, 2, 0, 2, 0, 2, 0] ---- Retained value to add in file: [0, 0, 2, 0, 2, 0, 2, 0], indice : (1, 10, 2) - --- converting (0, 55, 7) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [1, 0, 1, 0] --- converting 0 in base 3 - --- converting 55 in base 2 - --- appending 1 to result - --- appending 1 to result + --- result [0] + --- converting 1 in base 2 + --- result [0, 0, 0, 1] + --- Result = [0, 1, 0, 1, 0, 0, 0, 0, 0, 1] + --- Converting base Y number [0, 1, 0, 1, 0, 0, 0, 0, 0, 1] to configuration notation + --- Result = [1, 0, 1, 0, 0, 0, 0, 1] +--- Retained value to add in file: [1, 0, 1, 0, 0, 0, 0, 1], indice : (0, 10, 0, 1) + --- converting (2, 13, 0, 2) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 2 in base 3 + --- result [2] + --- converting 13 in base 2 --- appending 1 to result --- appending 0 to result --- appending 1 to result --- appending 1 to result - --- result [1, 1, 0, 1, 1, 1] - --- converting 7 in base 4 - --- appending 3 to result + --- result [1, 1, 0, 1] + --- converting 0 in base 3 + --- result [0] + --- converting 2 in base 2 + --- appending 0 to result --- appending 1 to result - --- result [1, 3] - --- Result = [0, 1, 1, 0, 1, 1, 1, 1, 3] - --- Converting base Y number [0, 1, 1, 0, 1, 1, 1, 1, 3] to configuration notation - --- Result = [1, 1, 0, 1, 1, 1, 1, 3] ---- Retained value to add in file: [1, 1, 0, 1, 1, 1, 1, 3], indice : (0, 55, 7) - --- converting (1, 53, 11) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [0, 0, 1, 0] + --- Result = [2, 1, 1, 0, 1, 0, 0, 0, 1, 0] + --- Converting base Y number [2, 1, 1, 0, 1, 0, 0, 0, 1, 0] to configuration notation + --- Result = [3, 3, 0, 3, 0, 0, 1, 0] +--- Retained value to add in file: [3, 3, 0, 3, 0, 0, 1, 0], indice : (2, 13, 0, 2) + --- converting (1, 2, 0, 13) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) --- converting 1 in base 3 - --- converting 53 in base 2 - --- appending 1 to result + --- result [1] + --- converting 2 in base 2 --- appending 0 to result --- appending 1 to result + --- result [0, 0, 1, 0] + --- converting 0 in base 3 + --- result [0] + --- converting 13 in base 2 + --- appending 1 to result --- appending 0 to result --- appending 1 to result --- appending 1 to result - --- result [1, 1, 0, 1, 0, 1] - --- converting 11 in base 4 - --- appending 3 to result - --- appending 2 to result - --- result [2, 3] - --- Result = [1, 1, 1, 0, 1, 0, 1, 2, 3] - --- Converting base Y number [1, 1, 1, 0, 1, 0, 1, 2, 3] to configuration notation - --- Result = [2, 2, 0, 2, 0, 2, 2, 3] ---- Retained value to add in file: [2, 2, 0, 2, 0, 2, 2, 3], indice : (1, 53, 11) - --- converting (2, 28, 11) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [1, 1, 0, 1] + --- Result = [1, 0, 0, 1, 0, 0, 1, 1, 0, 1] + --- Converting base Y number [1, 0, 0, 1, 0, 0, 1, 1, 0, 1] to configuration notation + --- Result = [0, 0, 2, 0, 1, 1, 0, 1] +--- Retained value to add in file: [0, 0, 2, 0, 1, 1, 0, 1], indice : (1, 2, 0, 13) + --- converting (2, 15, 1, 7) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) --- converting 2 in base 3 - --- converting 28 in base 2 - --- appending 0 to result - --- appending 0 to result + --- result [2] + --- converting 15 in base 2 --- appending 1 to result --- appending 1 to result --- appending 1 to result - --- result [0, 1, 1, 1, 0, 0] - --- converting 11 in base 4 - --- appending 3 to result - --- appending 2 to result - --- result [2, 3] - --- Result = [2, 0, 1, 1, 1, 0, 0, 2, 3] - --- Converting base Y number [2, 0, 1, 1, 1, 0, 0, 2, 3] to configuration notation - --- Result = [0, 3, 3, 3, 0, 0, 2, 3] ---- Retained value to add in file: [0, 3, 3, 3, 0, 0, 2, 3], indice : (2, 28, 11) - --- converting (1, 23, 12) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 1 in base 3 - --- converting 23 in base 2 --- appending 1 to result + --- result [1, 1, 1, 1] + --- converting 1 in base 3 + --- result [1] + --- converting 7 in base 2 --- appending 1 to result --- appending 1 to result - --- appending 0 to result --- appending 1 to result - --- result [0, 1, 0, 1, 1, 1] - --- converting 12 in base 4 - --- appending 0 to result - --- appending 3 to result - --- result [3, 0] - --- Result = [1, 0, 1, 0, 1, 1, 1, 3, 0] - --- Converting base Y number [1, 0, 1, 0, 1, 1, 1, 3, 0] to configuration notation - --- Result = [0, 2, 0, 2, 2, 2, 3, 0] ---- Retained value to add in file: [0, 2, 0, 2, 2, 2, 3, 0], indice : (1, 23, 12) - --- converting (0, 62, 10) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [0, 1, 1, 1] + --- Result = [2, 1, 1, 1, 1, 1, 0, 1, 1, 1] + --- Converting base Y number [2, 1, 1, 1, 1, 1, 0, 1, 1, 1] to configuration notation + --- Result = [3, 3, 3, 3, 0, 2, 2, 2] +--- Retained value to add in file: [3, 3, 3, 3, 0, 2, 2, 2], indice : (2, 15, 1, 7) + --- converting (0, 5, 2, 8) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) --- converting 0 in base 3 - --- converting 62 in base 2 - --- appending 0 to result - --- appending 1 to result - --- appending 1 to result - --- appending 1 to result + --- result [0] + --- converting 5 in base 2 --- appending 1 to result + --- appending 0 to result --- appending 1 to result - --- result [1, 1, 1, 1, 1, 0] - --- converting 10 in base 4 - --- appending 2 to result - --- appending 2 to result - --- result [2, 2] - --- Result = [0, 1, 1, 1, 1, 1, 0, 2, 2] - --- Converting base Y number [0, 1, 1, 1, 1, 1, 0, 2, 2] to configuration notation - --- Result = [1, 1, 1, 1, 1, 0, 2, 2] ---- Retained value to add in file: [1, 1, 1, 1, 1, 0, 2, 2], indice : (0, 62, 10) - --- converting (2, 48, 10) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [0, 1, 0, 1] --- converting 2 in base 3 - --- converting 48 in base 2 - --- appending 0 to result + --- result [2] + --- converting 8 in base 2 --- appending 0 to result --- appending 0 to result --- appending 0 to result --- appending 1 to result - --- appending 1 to result - --- result [1, 1, 0, 0, 0, 0] - --- converting 10 in base 4 - --- appending 2 to result - --- appending 2 to result - --- result [2, 2] - --- Result = [2, 1, 1, 0, 0, 0, 0, 2, 2] - --- Converting base Y number [2, 1, 1, 0, 0, 0, 0, 2, 2] to configuration notation - --- Result = [3, 3, 0, 0, 0, 0, 2, 2] ---- Retained value to add in file: [3, 3, 0, 0, 0, 0, 2, 2], indice : (2, 48, 10) - --- converting (1, 39, 2) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 1 in base 3 - --- converting 39 in base 2 + --- result [1, 0, 0, 0] + --- Result = [0, 0, 1, 0, 1, 2, 1, 0, 0, 0] + --- Converting base Y number [0, 0, 1, 0, 1, 2, 1, 0, 0, 0] to configuration notation + --- Result = [0, 1, 0, 1, 3, 0, 0, 0] +--- Retained value to add in file: [0, 1, 0, 1, 3, 0, 0, 0], indice : (0, 5, 2, 8) + --- converting (2, 14, 1, 12) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 2 in base 3 + --- result [2] + --- converting 14 in base 2 + --- appending 0 to result --- appending 1 to result --- appending 1 to result --- appending 1 to result - --- appending 0 to result - --- appending 0 to result - --- appending 1 to result - --- result [1, 0, 0, 1, 1, 1] - --- converting 2 in base 4 - --- Result = [1, 1, 0, 0, 1, 1, 1, 2, 0] - --- Converting base Y number [1, 1, 0, 0, 1, 1, 1, 2, 0] to configuration notation - --- Result = [2, 0, 0, 2, 2, 2, 2, 0] ---- Retained value to add in file: [2, 0, 0, 2, 2, 2, 2, 0], indice : (1, 39, 2) - --- converting (1, 26, 5) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [1, 1, 1, 0] --- converting 1 in base 3 - --- converting 26 in base 2 + --- result [1] + --- converting 12 in base 2 --- appending 0 to result - --- appending 1 to result --- appending 0 to result --- appending 1 to result --- appending 1 to result - --- result [0, 1, 1, 0, 1, 0] - --- converting 5 in base 4 - --- appending 1 to result - --- appending 1 to result - --- result [1, 1] - --- Result = [1, 0, 1, 1, 0, 1, 0, 1, 1] - --- Converting base Y number [1, 0, 1, 1, 0, 1, 0, 1, 1] to configuration notation - --- Result = [0, 2, 2, 0, 2, 0, 1, 1] ---- Retained value to add in file: [0, 2, 2, 0, 2, 0, 1, 1], indice : (1, 26, 5) - --- converting (2, 53, 5) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [1, 1, 0, 0] + --- Result = [2, 1, 1, 1, 0, 1, 1, 1, 0, 0] + --- Converting base Y number [2, 1, 1, 1, 0, 1, 1, 1, 0, 0] to configuration notation + --- Result = [3, 3, 3, 0, 2, 2, 0, 0] +--- Retained value to add in file: [3, 3, 3, 0, 2, 2, 0, 0], indice : (2, 14, 1, 12) + --- converting (2, 11, 0, 0) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) --- converting 2 in base 3 - --- converting 53 in base 2 + --- result [2] + --- converting 11 in base 2 --- appending 1 to result - --- appending 0 to result --- appending 1 to result --- appending 0 to result --- appending 1 to result - --- appending 1 to result - --- result [1, 1, 0, 1, 0, 1] - --- converting 5 in base 4 - --- appending 1 to result - --- appending 1 to result - --- result [1, 1] - --- Result = [2, 1, 1, 0, 1, 0, 1, 1, 1] - --- Converting base Y number [2, 1, 1, 0, 1, 0, 1, 1, 1] to configuration notation - --- Result = [3, 3, 0, 3, 0, 3, 1, 1] ---- Retained value to add in file: [3, 3, 0, 3, 0, 3, 1, 1], indice : (2, 53, 5) - --- converting (1, 41, 11) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [1, 0, 1, 1] + --- converting 0 in base 3 + --- result [0] + --- converting 0 in base 2 + --- result [0, 0, 0, 0] + --- Result = [2, 1, 0, 1, 1, 0, 0, 0, 0, 0] + --- Converting base Y number [2, 1, 0, 1, 1, 0, 0, 0, 0, 0] to configuration notation + --- Result = [3, 0, 3, 3, 0, 0, 0, 0] +--- Retained value to add in file: [3, 0, 3, 3, 0, 0, 0, 0], indice : (2, 11, 0, 0) + --- converting (1, 1, 0, 13) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) --- converting 1 in base 3 - --- converting 41 in base 2 - --- appending 1 to result - --- appending 0 to result - --- appending 0 to result - --- appending 1 to result - --- appending 0 to result - --- appending 1 to result - --- result [1, 0, 1, 0, 0, 1] - --- converting 11 in base 4 - --- appending 3 to result - --- appending 2 to result - --- result [2, 3] - --- Result = [1, 1, 0, 1, 0, 0, 1, 2, 3] - --- Converting base Y number [1, 1, 0, 1, 0, 0, 1, 2, 3] to configuration notation - --- Result = [2, 0, 2, 0, 0, 2, 2, 3] ---- Retained value to add in file: [2, 0, 2, 0, 0, 2, 2, 3], indice : (1, 41, 11) - --- converting (0, 13, 7) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [1] + --- converting 1 in base 2 + --- result [0, 0, 0, 1] --- converting 0 in base 3 + --- result [0] --- converting 13 in base 2 --- appending 1 to result --- appending 0 to result --- appending 1 to result --- appending 1 to result - --- result [0, 0, 1, 1, 0, 1] - --- converting 7 in base 4 - --- appending 3 to result - --- appending 1 to result - --- result [1, 3] - --- Result = [0, 0, 0, 1, 1, 0, 1, 1, 3] - --- Converting base Y number [0, 0, 0, 1, 1, 0, 1, 1, 3] to configuration notation - --- Result = [0, 0, 1, 1, 0, 1, 1, 3] ---- Retained value to add in file: [0, 0, 1, 1, 0, 1, 1, 3], indice : (0, 13, 7) - --- converting (1, 57, 0) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [1, 1, 0, 1] + --- Result = [1, 0, 0, 0, 1, 0, 1, 1, 0, 1] + --- Converting base Y number [1, 0, 0, 0, 1, 0, 1, 1, 0, 1] to configuration notation + --- Result = [0, 0, 0, 2, 1, 1, 0, 1] +--- Retained value to add in file: [0, 0, 0, 2, 1, 1, 0, 1], indice : (1, 1, 0, 13) + --- converting (1, 8, 1, 12) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) --- converting 1 in base 3 - --- converting 57 in base 2 - --- appending 1 to result + --- result [1] + --- converting 8 in base 2 + --- appending 0 to result --- appending 0 to result --- appending 0 to result --- appending 1 to result - --- appending 1 to result - --- appending 1 to result - --- result [1, 1, 1, 0, 0, 1] - --- converting 0 in base 4 - --- Result = [1, 1, 1, 1, 0, 0, 1, 0, 0] - --- Converting base Y number [1, 1, 1, 1, 0, 0, 1, 0, 0] to configuration notation - --- Result = [2, 2, 2, 0, 0, 2, 0, 0] ---- Retained value to add in file: [2, 2, 2, 0, 0, 2, 0, 0], indice : (1, 57, 0) - --- converting (1, 41, 14) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [1, 0, 0, 0] --- converting 1 in base 3 - --- converting 41 in base 2 - --- appending 1 to result + --- result [1] + --- converting 12 in base 2 --- appending 0 to result --- appending 0 to result --- appending 1 to result - --- appending 0 to result - --- appending 1 to result - --- result [1, 0, 1, 0, 0, 1] - --- converting 14 in base 4 - --- appending 2 to result - --- appending 3 to result - --- result [3, 2] - --- Result = [1, 1, 0, 1, 0, 0, 1, 3, 2] - --- Converting base Y number [1, 1, 0, 1, 0, 0, 1, 3, 2] to configuration notation - --- Result = [2, 0, 2, 0, 0, 2, 3, 2] ---- Retained value to add in file: [2, 0, 2, 0, 0, 2, 3, 2], indice : (1, 41, 14) - --- converting (2, 63, 15) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 2 in base 3 - --- converting 63 in base 2 --- appending 1 to result + --- result [1, 1, 0, 0] + --- Result = [1, 1, 0, 0, 0, 1, 1, 1, 0, 0] + --- Converting base Y number [1, 1, 0, 0, 0, 1, 1, 1, 0, 0] to configuration notation + --- Result = [2, 0, 0, 0, 2, 2, 0, 0] +--- Retained value to add in file: [2, 0, 0, 0, 2, 2, 0, 0], indice : (1, 8, 1, 12) + --- converting (1, 6, 1, 7) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 1 in base 3 + --- result [1] + --- converting 6 in base 2 + --- appending 0 to result --- appending 1 to result --- appending 1 to result + --- result [0, 1, 1, 0] + --- converting 1 in base 3 + --- result [1] + --- converting 7 in base 2 --- appending 1 to result --- appending 1 to result --- appending 1 to result - --- result [1, 1, 1, 1, 1, 1] - --- converting 15 in base 4 - --- appending 3 to result - --- appending 3 to result - --- result [3, 3] - --- Result = [2, 1, 1, 1, 1, 1, 1, 3, 3] - --- Converting base Y number [2, 1, 1, 1, 1, 1, 1, 3, 3] to configuration notation - --- Result = [3, 3, 3, 3, 3, 3, 3, 3] ---- Retained value to add in file: [3, 3, 3, 3, 3, 3, 3, 3], indice : (2, 63, 15) - --- converting (0, 58, 15) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 0 in base 3 - --- converting 58 in base 2 - --- appending 0 to result + --- result [0, 1, 1, 1] + --- Result = [1, 0, 1, 1, 0, 1, 0, 1, 1, 1] + --- Converting base Y number [1, 0, 1, 1, 0, 1, 0, 1, 1, 1] to configuration notation + --- Result = [0, 2, 2, 0, 0, 2, 2, 2] +--- Retained value to add in file: [0, 2, 2, 0, 0, 2, 2, 2], indice : (1, 6, 1, 7) + --- converting (1, 13, 2, 1) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 1 in base 3 + --- result [1] + --- converting 13 in base 2 --- appending 1 to result --- appending 0 to result --- appending 1 to result --- appending 1 to result - --- appending 1 to result - --- result [1, 1, 1, 0, 1, 0] - --- converting 15 in base 4 - --- appending 3 to result - --- appending 3 to result - --- result [3, 3] - --- Result = [0, 1, 1, 1, 0, 1, 0, 3, 3] - --- Converting base Y number [0, 1, 1, 1, 0, 1, 0, 3, 3] to configuration notation - --- Result = [1, 1, 1, 0, 1, 0, 3, 3] ---- Retained value to add in file: [1, 1, 1, 0, 1, 0, 3, 3], indice : (0, 58, 15) - --- converting (1, 1, 8) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 1 in base 3 + --- result [1, 1, 0, 1] + --- converting 2 in base 3 + --- result [2] --- converting 1 in base 2 - --- converting 8 in base 4 - --- appending 0 to result - --- appending 2 to result - --- result [2, 0] - --- Result = [1, 1, 0, 0, 0, 0, 0, 2, 0] - --- Converting base Y number [1, 1, 0, 0, 0, 0, 0, 2, 0] to configuration notation - --- Result = [2, 0, 0, 0, 0, 0, 2, 0] ---- Retained value to add in file: [2, 0, 0, 0, 0, 0, 2, 0], indice : (1, 1, 8) - --- converting (0, 62, 12) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 0 in base 3 - --- converting 62 in base 2 - --- appending 0 to result - --- appending 1 to result - --- appending 1 to result + --- result [0, 0, 0, 1] + --- Result = [1, 1, 1, 0, 1, 2, 0, 0, 0, 1] + --- Converting base Y number [1, 1, 1, 0, 1, 2, 0, 0, 0, 1] to configuration notation + --- Result = [2, 2, 0, 2, 0, 0, 0, 3] +--- Retained value to add in file: [2, 2, 0, 2, 0, 0, 0, 3], indice : (1, 13, 2, 1) + --- converting (1, 7, 2, 9) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 1 in base 3 + --- result [1] + --- converting 7 in base 2 --- appending 1 to result --- appending 1 to result --- appending 1 to result - --- result [1, 1, 1, 1, 1, 0] - --- converting 12 in base 4 - --- appending 0 to result - --- appending 3 to result - --- result [3, 0] - --- Result = [0, 1, 1, 1, 1, 1, 0, 3, 0] - --- Converting base Y number [0, 1, 1, 1, 1, 1, 0, 3, 0] to configuration notation - --- Result = [1, 1, 1, 1, 1, 0, 3, 0] ---- Retained value to add in file: [1, 1, 1, 1, 1, 0, 3, 0], indice : (0, 62, 12) - --- converting (2, 50, 8) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [0, 1, 1, 1] --- converting 2 in base 3 - --- converting 50 in base 2 - --- appending 0 to result + --- result [2] + --- converting 9 in base 2 --- appending 1 to result --- appending 0 to result --- appending 0 to result --- appending 1 to result - --- appending 1 to result - --- result [1, 1, 0, 0, 1, 0] - --- converting 8 in base 4 - --- appending 0 to result - --- appending 2 to result - --- result [2, 0] - --- Result = [2, 1, 1, 0, 0, 1, 0, 2, 0] - --- Converting base Y number [2, 1, 1, 0, 0, 1, 0, 2, 0] to configuration notation - --- Result = [3, 3, 0, 0, 3, 0, 2, 0] ---- Retained value to add in file: [3, 3, 0, 0, 3, 0, 2, 0], indice : (2, 50, 8) - --- converting (2, 18, 4) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [1, 0, 0, 1] + --- Result = [1, 0, 1, 1, 1, 2, 1, 0, 0, 1] + --- Converting base Y number [1, 0, 1, 1, 1, 2, 1, 0, 0, 1] to configuration notation + --- Result = [0, 2, 2, 2, 3, 0, 0, 3] +--- Retained value to add in file: [0, 2, 2, 2, 3, 0, 0, 3], indice : (1, 7, 2, 9) + --- converting (2, 5, 0, 9) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) --- converting 2 in base 3 - --- converting 18 in base 2 - --- appending 0 to result - --- appending 1 to result - --- appending 0 to result - --- appending 0 to result + --- result [2] + --- converting 5 in base 2 --- appending 1 to result - --- result [0, 1, 0, 0, 1, 0] - --- converting 4 in base 4 --- appending 0 to result --- appending 1 to result - --- result [1, 0] - --- Result = [2, 0, 1, 0, 0, 1, 0, 1, 0] - --- Converting base Y number [2, 0, 1, 0, 0, 1, 0, 1, 0] to configuration notation - --- Result = [0, 3, 0, 0, 3, 0, 1, 0] ---- Retained value to add in file: [0, 3, 0, 0, 3, 0, 1, 0], indice : (2, 18, 4) - --- converting (2, 50, 7) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 2 in base 3 - --- converting 50 in base 2 - --- appending 0 to result + --- result [0, 1, 0, 1] + --- converting 0 in base 3 + --- result [0] + --- converting 9 in base 2 --- appending 1 to result --- appending 0 to result --- appending 0 to result --- appending 1 to result + --- result [1, 0, 0, 1] + --- Result = [2, 0, 1, 0, 1, 0, 1, 0, 0, 1] + --- Converting base Y number [2, 0, 1, 0, 1, 0, 1, 0, 0, 1] to configuration notation + --- Result = [0, 3, 0, 3, 1, 0, 0, 1] +--- Retained value to add in file: [0, 3, 0, 3, 1, 0, 0, 1], indice : (2, 5, 0, 9) + --- converting (2, 5, 1, 5) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 2 in base 3 + --- result [2] + --- converting 5 in base 2 --- appending 1 to result - --- result [1, 1, 0, 0, 1, 0] - --- converting 7 in base 4 - --- appending 3 to result - --- appending 1 to result - --- result [1, 3] - --- Result = [2, 1, 1, 0, 0, 1, 0, 1, 3] - --- Converting base Y number [2, 1, 1, 0, 0, 1, 0, 1, 3] to configuration notation - --- Result = [3, 3, 0, 0, 3, 0, 1, 3] ---- Retained value to add in file: [3, 3, 0, 0, 3, 0, 1, 3], indice : (2, 50, 7) - --- converting (0, 16, 4) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 0 in base 3 - --- converting 16 in base 2 - --- appending 0 to result - --- appending 0 to result - --- appending 0 to result - --- appending 0 to result - --- appending 1 to result - --- result [0, 1, 0, 0, 0, 0] - --- converting 4 in base 4 --- appending 0 to result --- appending 1 to result - --- result [1, 0] - --- Result = [0, 0, 1, 0, 0, 0, 0, 1, 0] - --- Converting base Y number [0, 0, 1, 0, 0, 0, 0, 1, 0] to configuration notation - --- Result = [0, 1, 0, 0, 0, 0, 1, 0] ---- Retained value to add in file: [0, 1, 0, 0, 0, 0, 1, 0], indice : (0, 16, 4) - --- converting (1, 59, 5) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [0, 1, 0, 1] --- converting 1 in base 3 - --- converting 59 in base 2 - --- appending 1 to result + --- result [1] + --- converting 5 in base 2 --- appending 1 to result --- appending 0 to result --- appending 1 to result - --- appending 1 to result - --- appending 1 to result - --- result [1, 1, 1, 0, 1, 1] - --- converting 5 in base 4 - --- appending 1 to result - --- appending 1 to result - --- result [1, 1] - --- Result = [1, 1, 1, 1, 0, 1, 1, 1, 1] - --- Converting base Y number [1, 1, 1, 1, 0, 1, 1, 1, 1] to configuration notation - --- Result = [2, 2, 2, 0, 2, 2, 1, 1] ---- Retained value to add in file: [2, 2, 2, 0, 2, 2, 1, 1], indice : (1, 59, 5) - --- converting (2, 26, 9) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [0, 1, 0, 1] + --- Result = [2, 0, 1, 0, 1, 1, 0, 1, 0, 1] + --- Converting base Y number [2, 0, 1, 0, 1, 1, 0, 1, 0, 1] to configuration notation + --- Result = [0, 3, 0, 3, 0, 2, 0, 2] +--- Retained value to add in file: [0, 3, 0, 3, 0, 2, 0, 2], indice : (2, 5, 1, 5) + --- converting (2, 8, 1, 15) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) --- converting 2 in base 3 - --- converting 26 in base 2 + --- result [2] + --- converting 8 in base 2 --- appending 0 to result - --- appending 1 to result - --- appending 0 to result - --- appending 1 to result - --- appending 1 to result - --- result [0, 1, 1, 0, 1, 0] - --- converting 9 in base 4 - --- appending 1 to result - --- appending 2 to result - --- result [2, 1] - --- Result = [2, 0, 1, 1, 0, 1, 0, 2, 1] - --- Converting base Y number [2, 0, 1, 1, 0, 1, 0, 2, 1] to configuration notation - --- Result = [0, 3, 3, 0, 3, 0, 2, 1] ---- Retained value to add in file: [0, 3, 3, 0, 3, 0, 2, 1], indice : (2, 26, 9) - --- converting (2, 57, 13) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 2 in base 3 - --- converting 57 in base 2 - --- appending 1 to result --- appending 0 to result --- appending 0 to result --- appending 1 to result + --- result [1, 0, 0, 0] + --- converting 1 in base 3 + --- result [1] + --- converting 15 in base 2 --- appending 1 to result --- appending 1 to result - --- result [1, 1, 1, 0, 0, 1] - --- converting 13 in base 4 --- appending 1 to result - --- appending 3 to result - --- result [3, 1] - --- Result = [2, 1, 1, 1, 0, 0, 1, 3, 1] - --- Converting base Y number [2, 1, 1, 1, 0, 0, 1, 3, 1] to configuration notation - --- Result = [3, 3, 3, 0, 0, 3, 3, 1] ---- Retained value to add in file: [3, 3, 3, 0, 0, 3, 3, 1], indice : (2, 57, 13) - --- converting (0, 60, 9) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 0 in base 3 - --- converting 60 in base 2 - --- appending 0 to result - --- appending 0 to result --- appending 1 to result + --- result [1, 1, 1, 1] + --- Result = [2, 1, 0, 0, 0, 1, 1, 1, 1, 1] + --- Converting base Y number [2, 1, 0, 0, 0, 1, 1, 1, 1, 1] to configuration notation + --- Result = [3, 0, 0, 0, 2, 2, 2, 2] +--- Retained value to add in file: [3, 0, 0, 0, 2, 2, 2, 2], indice : (2, 8, 1, 15) + --- converting (2, 3, 0, 3) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 2 in base 3 + --- result [2] + --- converting 3 in base 2 --- appending 1 to result --- appending 1 to result + --- result [0, 0, 1, 1] + --- converting 0 in base 3 + --- result [0] + --- converting 3 in base 2 --- appending 1 to result - --- result [1, 1, 1, 1, 0, 0] - --- converting 9 in base 4 --- appending 1 to result - --- appending 2 to result - --- result [2, 1] - --- Result = [0, 1, 1, 1, 1, 0, 0, 2, 1] - --- Converting base Y number [0, 1, 1, 1, 1, 0, 0, 2, 1] to configuration notation - --- Result = [1, 1, 1, 1, 0, 0, 2, 1] ---- Retained value to add in file: [1, 1, 1, 1, 0, 0, 2, 1], indice : (0, 60, 9) - --- converting (0, 28, 15) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [0, 0, 1, 1] + --- Result = [2, 0, 0, 1, 1, 0, 0, 0, 1, 1] + --- Converting base Y number [2, 0, 0, 1, 1, 0, 0, 0, 1, 1] to configuration notation + --- Result = [0, 0, 3, 3, 0, 0, 1, 1] +--- Retained value to add in file: [0, 0, 3, 3, 0, 0, 1, 1], indice : (2, 3, 0, 3) + --- converting (0, 4, 0, 7) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) --- converting 0 in base 3 - --- converting 28 in base 2 + --- result [0] + --- converting 4 in base 2 --- appending 0 to result --- appending 0 to result --- appending 1 to result - --- appending 1 to result - --- appending 1 to result - --- result [0, 1, 1, 1, 0, 0] - --- converting 15 in base 4 - --- appending 3 to result - --- appending 3 to result - --- result [3, 3] - --- Result = [0, 0, 1, 1, 1, 0, 0, 3, 3] - --- Converting base Y number [0, 0, 1, 1, 1, 0, 0, 3, 3] to configuration notation - --- Result = [0, 1, 1, 1, 0, 0, 3, 3] ---- Retained value to add in file: [0, 1, 1, 1, 0, 0, 3, 3], indice : (0, 28, 15) - --- converting (0, 42, 10) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [0, 1, 0, 0] --- converting 0 in base 3 - --- converting 42 in base 2 - --- appending 0 to result + --- result [0] + --- converting 7 in base 2 --- appending 1 to result - --- appending 0 to result --- appending 1 to result - --- appending 0 to result --- appending 1 to result - --- result [1, 0, 1, 0, 1, 0] - --- converting 10 in base 4 - --- appending 2 to result - --- appending 2 to result - --- result [2, 2] - --- Result = [0, 1, 0, 1, 0, 1, 0, 2, 2] - --- Converting base Y number [0, 1, 0, 1, 0, 1, 0, 2, 2] to configuration notation - --- Result = [1, 0, 1, 0, 1, 0, 2, 2] ---- Retained value to add in file: [1, 0, 1, 0, 1, 0, 2, 2], indice : (0, 42, 10) - --- converting (1, 5, 2) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [0, 1, 1, 1] + --- Result = [0, 0, 1, 0, 0, 0, 0, 1, 1, 1] + --- Converting base Y number [0, 0, 1, 0, 0, 0, 0, 1, 1, 1] to configuration notation + --- Result = [0, 1, 0, 0, 0, 1, 1, 1] +--- Retained value to add in file: [0, 1, 0, 0, 0, 1, 1, 1], indice : (0, 4, 0, 7) + --- converting (0, 0, 1, 9) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 0 in base 3 + --- result [0] + --- converting 0 in base 2 + --- result [0, 0, 0, 0] --- converting 1 in base 3 - --- converting 5 in base 2 + --- result [1] + --- converting 9 in base 2 --- appending 1 to result --- appending 0 to result - --- appending 1 to result - --- result [0, 0, 0, 1, 0, 1] - --- converting 2 in base 4 - --- Result = [1, 0, 0, 0, 1, 0, 1, 2, 0] - --- Converting base Y number [1, 0, 0, 0, 1, 0, 1, 2, 0] to configuration notation - --- Result = [0, 0, 0, 2, 0, 2, 2, 0] ---- Retained value to add in file: [0, 0, 0, 2, 0, 2, 2, 0], indice : (1, 5, 2) - --- converting (0, 59, 9) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 0 in base 3 - --- converting 59 in base 2 - --- appending 1 to result - --- appending 1 to result --- appending 0 to result --- appending 1 to result - --- appending 1 to result - --- appending 1 to result - --- result [1, 1, 1, 0, 1, 1] - --- converting 9 in base 4 - --- appending 1 to result - --- appending 2 to result - --- result [2, 1] - --- Result = [0, 1, 1, 1, 0, 1, 1, 2, 1] - --- Converting base Y number [0, 1, 1, 1, 0, 1, 1, 2, 1] to configuration notation - --- Result = [1, 1, 1, 0, 1, 1, 2, 1] ---- Retained value to add in file: [1, 1, 1, 0, 1, 1, 2, 1], indice : (0, 59, 9) - --- converting (0, 53, 1) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [1, 0, 0, 1] + --- Result = [0, 0, 0, 0, 0, 1, 1, 0, 0, 1] + --- Converting base Y number [0, 0, 0, 0, 0, 1, 1, 0, 0, 1] to configuration notation + --- Result = [0, 0, 0, 0, 2, 0, 0, 2] +--- Retained value to add in file: [0, 0, 0, 0, 2, 0, 0, 2], indice : (0, 0, 1, 9) + --- converting (0, 9, 0, 13) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) --- converting 0 in base 3 - --- converting 53 in base 2 + --- result [0] + --- converting 9 in base 2 --- appending 1 to result --- appending 0 to result - --- appending 1 to result --- appending 0 to result --- appending 1 to result - --- appending 1 to result - --- result [1, 1, 0, 1, 0, 1] - --- converting 1 in base 4 - --- Result = [0, 1, 1, 0, 1, 0, 1, 1, 0] - --- Converting base Y number [0, 1, 1, 0, 1, 0, 1, 1, 0] to configuration notation - --- Result = [1, 1, 0, 1, 0, 1, 1, 0] ---- Retained value to add in file: [1, 1, 0, 1, 0, 1, 1, 0], indice : (0, 53, 1) - --- converting (2, 45, 8) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 2 in base 3 - --- converting 45 in base 2 + --- result [1, 0, 0, 1] + --- converting 0 in base 3 + --- result [0] + --- converting 13 in base 2 --- appending 1 to result --- appending 0 to result --- appending 1 to result --- appending 1 to result - --- appending 0 to result + --- result [1, 1, 0, 1] + --- Result = [0, 1, 0, 0, 1, 0, 1, 1, 0, 1] + --- Converting base Y number [0, 1, 0, 0, 1, 0, 1, 1, 0, 1] to configuration notation + --- Result = [1, 0, 0, 1, 1, 1, 0, 1] +--- Retained value to add in file: [1, 0, 0, 1, 1, 1, 0, 1], indice : (0, 9, 0, 13) + --- converting (0, 5, 2, 4) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 0 in base 3 + --- result [0] + --- converting 5 in base 2 --- appending 1 to result - --- result [1, 0, 1, 1, 0, 1] - --- converting 8 in base 4 --- appending 0 to result - --- appending 2 to result - --- result [2, 0] - --- Result = [2, 1, 0, 1, 1, 0, 1, 2, 0] - --- Converting base Y number [2, 1, 0, 1, 1, 0, 1, 2, 0] to configuration notation - --- Result = [3, 0, 3, 3, 0, 3, 2, 0] ---- Retained value to add in file: [3, 0, 3, 3, 0, 3, 2, 0], indice : (2, 45, 8) - --- converting (2, 61, 3) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 2 in base 3 - --- converting 61 in base 2 --- appending 1 to result + --- result [0, 1, 0, 1] + --- converting 2 in base 3 + --- result [2] + --- converting 4 in base 2 --- appending 0 to result - --- appending 1 to result - --- appending 1 to result - --- appending 1 to result - --- appending 1 to result - --- result [1, 1, 1, 1, 0, 1] - --- converting 3 in base 4 - --- Result = [2, 1, 1, 1, 1, 0, 1, 3, 0] - --- Converting base Y number [2, 1, 1, 1, 1, 0, 1, 3, 0] to configuration notation - --- Result = [3, 3, 3, 3, 0, 3, 3, 0] ---- Retained value to add in file: [3, 3, 3, 3, 0, 3, 3, 0], indice : (2, 61, 3) - --- converting (1, 21, 7) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 1 in base 3 - --- converting 21 in base 2 - --- appending 1 to result --- appending 0 to result --- appending 1 to result + --- result [0, 1, 0, 0] + --- Result = [0, 0, 1, 0, 1, 2, 0, 1, 0, 0] + --- Converting base Y number [0, 0, 1, 0, 1, 2, 0, 1, 0, 0] to configuration notation + --- Result = [0, 1, 0, 1, 0, 3, 0, 0] +--- Retained value to add in file: [0, 1, 0, 1, 0, 3, 0, 0], indice : (0, 5, 2, 4) + --- converting (1, 6, 0, 10) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 1 in base 3 + --- result [1] + --- converting 6 in base 2 --- appending 0 to result --- appending 1 to result - --- result [0, 1, 0, 1, 0, 1] - --- converting 7 in base 4 - --- appending 3 to result - --- appending 1 to result - --- result [1, 3] - --- Result = [1, 0, 1, 0, 1, 0, 1, 1, 3] - --- Converting base Y number [1, 0, 1, 0, 1, 0, 1, 1, 3] to configuration notation - --- Result = [0, 2, 0, 2, 0, 2, 1, 3] ---- Retained value to add in file: [0, 2, 0, 2, 0, 2, 1, 3], indice : (1, 21, 7) - --- converting (2, 13, 12) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 2 in base 3 - --- converting 13 in base 2 --- appending 1 to result + --- result [0, 1, 1, 0] + --- converting 0 in base 3 + --- result [0] + --- converting 10 in base 2 --- appending 0 to result --- appending 1 to result - --- appending 1 to result - --- result [0, 0, 1, 1, 0, 1] - --- converting 12 in base 4 - --- appending 0 to result - --- appending 3 to result - --- result [3, 0] - --- Result = [2, 0, 0, 1, 1, 0, 1, 3, 0] - --- Converting base Y number [2, 0, 0, 1, 1, 0, 1, 3, 0] to configuration notation - --- Result = [0, 0, 3, 3, 0, 3, 3, 0] ---- Retained value to add in file: [0, 0, 3, 3, 0, 3, 3, 0], indice : (2, 13, 12) - --- converting (2, 34, 8) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) - --- converting 2 in base 3 - --- converting 34 in base 2 --- appending 0 to result --- appending 1 to result - --- appending 0 to result + --- result [1, 0, 1, 0] + --- Result = [1, 0, 1, 1, 0, 0, 1, 0, 1, 0] + --- Converting base Y number [1, 0, 1, 1, 0, 0, 1, 0, 1, 0] to configuration notation + --- Result = [0, 2, 2, 0, 1, 0, 1, 0] +--- Retained value to add in file: [0, 2, 2, 0, 1, 0, 1, 0], indice : (1, 6, 0, 10) + --- converting (0, 4, 0, 5) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 0 in base 3 + --- result [0] + --- converting 4 in base 2 --- appending 0 to result --- appending 0 to result --- appending 1 to result - --- result [1, 0, 0, 0, 1, 0] - --- converting 8 in base 4 - --- appending 0 to result - --- appending 2 to result - --- result [2, 0] - --- Result = [2, 1, 0, 0, 0, 1, 0, 2, 0] - --- Converting base Y number [2, 1, 0, 0, 0, 1, 0, 2, 0] to configuration notation - --- Result = [3, 0, 0, 0, 3, 0, 2, 0] ---- Retained value to add in file: [3, 0, 0, 0, 3, 0, 2, 0], indice : (2, 34, 8) - --- converting (0, 47, 14) to base Y ( base 3 on 2 bits, 2 on 6 bits and 4 on 2 bits) + --- result [0, 1, 0, 0] --- converting 0 in base 3 - --- converting 47 in base 2 - --- appending 1 to result - --- appending 1 to result - --- appending 1 to result + --- result [0] + --- converting 5 in base 2 --- appending 1 to result --- appending 0 to result --- appending 1 to result - --- result [1, 0, 1, 1, 1, 1] - --- converting 14 in base 4 - --- appending 2 to result - --- appending 3 to result - --- result [3, 2] - --- Result = [0, 1, 0, 1, 1, 1, 1, 3, 2] - --- Converting base Y number [0, 1, 0, 1, 1, 1, 1, 3, 2] to configuration notation - --- Result = [1, 0, 1, 1, 1, 1, 3, 2] ---- Retained value to add in file: [1, 0, 1, 1, 1, 1, 3, 2], indice : (0, 47, 14) ---- Number of configurations generated = 70 + --- result [0, 1, 0, 1] + --- Result = [0, 0, 1, 0, 0, 0, 0, 1, 0, 1] + --- Converting base Y number [0, 0, 1, 0, 0, 0, 0, 1, 0, 1] to configuration notation + --- Result = [0, 1, 0, 0, 0, 1, 0, 1] +--- Retained value to add in file: [0, 1, 0, 0, 0, 1, 0, 1], indice : (0, 4, 0, 5) +--- Number of configurations generated = 40 --- Outpuf file = /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/input_configurations_file.csv diff --git a/experiment_automatization/can_be_reused/generator_log_file_debugging_representants.txt b/experiment_automatization/can_be_reused/generator_log_file_debugging_representants.txt index 44d621d571d53ed25e5a1c7a7e1a2911c89b2b8a..aab5609be8ac83fc3211247cffc7768090f31cb9 100755 --- a/experiment_automatization/can_be_reused/generator_log_file_debugging_representants.txt +++ b/experiment_automatization/can_be_reused/generator_log_file_debugging_representants.txt @@ -1,1776 +1,14 @@ python call is find --- Getting data from folder /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/samsung_galaxy_summary_files_only - --- Getting data from file /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/samsung_galaxy_summary_files_only/summary___03Aug22_05_34_39_with_configuration_really_tested.csv ---- Reading the line : 220222-3-2,[2- 2- 0- 2- 2- 2- 3- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 0- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 0- 2- 2- 2- 3- 2],[1363200- 1363200- 0- 1363200- 1363200- 1363200- 2208000- 1766400],98.66003637723567,2787.850367875882,1.45742e+12,6.7695e-11 - -arrays of value as string : ['2', '2', '0', '2', '2', '2', '3', '2'] -resulted X configuration : [2, 2, 0, 2, 2, 2, 3, 2] ---- Reading the line : 303000-2-1,[3- 0- 3- 0- 0- 0- 2- 0- 0- 1- 0- 0- 0],[1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[3- 0- 3- 0- 0- 0- 2- 1],[1804800- 0- 1804800- 0- 0- 0- 1478400- 806400],50.17401859858811,1487.04325047162,6.96696e+11,7.20171e-11 - -arrays of value as string : ['3', '0', '3', '0', '0', '0', '2', '1'] -resulted X configuration : [3, 0, 3, 0, 0, 0, 2, 1] ---- Reading the line : 222222-2-1,[2- 2- 2- 2- 2- 2- 2- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 2- 2- 2- 2- 2- 2- 1],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 1478400- 806400],76.22620686685552,2183.435366401719,1.22181e+12,6.23879e-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '2', '1'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 2, 1] ---- Reading the line : 330330-2-1,[3- 3- 0- 3- 3- 0- 2- 0- 0- 1- 0- 0- 0],[1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 0- 806400- 0- 0- 0],[3- 3- 0- 3- 3- 0- 2- 1],[1804800- 1804800- 0- 1804800- 1804800- 0- 1478400- 806400],56.36587794320171,1655.3759811987045,7.86845e+11,7.16353e-11 - -arrays of value as string : ['3', '3', '0', '3', '3', '0', '2', '1'] -resulted X configuration : [3, 3, 0, 3, 3, 0, 2, 1] ---- Reading the line : 222222-1-3,[2- 2- 2- 2- 2- 2- 1- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 2- 2- 2- 1- 3],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 652800- 2400000],85.92125075504671,2446.3624625464895,1.28144e+12,6.70505e-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '1', '3'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 1, 3] ---- Reading the line : 333333-3-0,[3- 3- 3- 3- 3- 3- 3- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 3- 3- 3- 3- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 2208000- 0],64.94187940590403,1893.9710606316096,1.0361e+12,6.26792e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '3', '0'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 3, 0] ---- Reading the line : 000001-3-0,[0- 0- 0- 0- 0- 1- 3- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 1- 3- 0],[0- 0- 0- 0- 0- 576000- 2208000- 0],47.261265478697936,1387.2331496471695,4.99362e+11,9.46433e-11 - -arrays of value as string : ['0', '0', '0', '0', '0', '1', '3', '0'] -resulted X configuration : [0, 0, 0, 0, 0, 1, 3, 0] ---- Reading the line : 222022-2-0,[2- 2- 2- 0- 2- 2- 2- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 0- 2- 2- 2- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 1478400- 0],57.21047710637256,1691.7977827214806,9.07319e+11,6.30544e-11 - -arrays of value as string : ['2', '2', '2', '0', '2', '2', '2', '0'] -resulted X configuration : [2, 2, 2, 0, 2, 2, 2, 0] ---- Reading the line : 111010-3-3,[1- 1- 1- 0- 1- 0- 3- 0- 0- 3- 0- 0- 0],[576000- 576000- 576000- 0- 576000- 0- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 1- 0- 1- 0- 3- 3],[576000- 576000- 576000- 0- 576000- 0- 2208000- 2400000],78.8194837737248,2256.8050978533465,1.02613e+12,7.68124e-11 - -arrays of value as string : ['1', '1', '1', '0', '1', '0', '3', '3'] -resulted X configuration : [1, 1, 1, 0, 1, 0, 3, 3] ---- Reading the line : 100101-3-0,[1- 0- 0- 1- 0- 1- 3- 0- 0- 0- 0- 0- 0],[576000- 0- 0- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 0- 0- 1- 0- 1- 3- 0],[576000- 0- 0- 576000- 0- 576000- 2208000- 0],49.41931284357229,1478.5657068095513,5.94388e+11,8.31432e-11 - -arrays of value as string : ['1', '0', '0', '1', '0', '1', '3', '0'] -resulted X configuration : [1, 0, 0, 1, 0, 1, 3, 0] ---- Reading the line : 333330-1-3,[3- 3- 3- 3- 3- 0- 1- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 3- 3- 3- 0- 1- 3],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 652800- 2400000],74.43416393210141,2139.0096588696842,9.34178e+11,7.96788e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '0', '1', '3'] -resulted X configuration : [3, 3, 3, 3, 3, 0, 1, 3] ---- Reading the line : 220222-0-3,[2- 2- 0- 2- 2- 2- 0- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 0- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 0- 2- 2- 2- 0- 3],[1363200- 1363200- 0- 1363200- 1363200- 1363200- 0- 2400000],73.62693555372604,2129.7133533464685,1.018e+12,7.23251e-11 - -arrays of value as string : ['2', '2', '0', '2', '2', '2', '0', '3'] -resulted X configuration : [2, 2, 0, 2, 2, 2, 0, 3] ---- Reading the line : 333333-0-2,[3- 3- 3- 3- 3- 3- 0- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 3- 3- 3- 3- 0- 2],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 1766400],76.85298501974917,2213.881642015374,1.13369e+12,6.77901e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '0', '2'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 0, 2] ---- Reading the line : 111101-3-2,[1- 1- 1- 1- 0- 1- 3- 0- 0- 2- 0- 0- 0],[576000- 576000- 576000- 576000- 0- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 1- 1- 1- 0- 1- 3- 2],[576000- 576000- 576000- 576000- 0- 576000- 2208000- 1766400],78.98892594686254,2270.857627031937,1.13716e+12,6.94616e-11 - -arrays of value as string : ['1', '1', '1', '1', '0', '1', '3', '2'] -resulted X configuration : [1, 1, 1, 1, 0, 1, 3, 2] ---- Reading the line : 333003-3-1,[3- 3- 3- 0- 0- 3- 3- 0- 0- 1- 0- 0- 0],[1804800- 1804800- 1804800- 0- 0- 1804800- 0- 0- 0- 806400- 0- 0- 0],[3- 3- 3- 0- 0- 3- 3- 1],[1804800- 1804800- 1804800- 0- 0- 1804800- 2208000- 806400],71.45892509072699,2082.514481355215,1.0539e+12,6.78043e-11 - -arrays of value as string : ['3', '3', '3', '0', '0', '3', '3', '1'] -resulted X configuration : [3, 3, 3, 0, 0, 3, 3, 1] ---- Reading the line : 111011-2-3,[1- 1- 1- 0- 1- 1- 2- 0- 0- 3- 0- 0- 0],[576000- 576000- 576000- 0- 576000- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 1- 0- 1- 1- 2- 3],[576000- 576000- 576000- 0- 576000- 576000- 1478400- 2400000],79.66681688807911,2300.4906041598515,1.1342e+12,7.02405e-11 - -arrays of value as string : ['1', '1', '1', '0', '1', '1', '2', '3'] -resulted X configuration : [1, 1, 1, 0, 1, 1, 2, 3] ---- Reading the line : 333333-1-3,[3- 3- 3- 3- 3- 3- 1- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 3- 3- 3- 3- 1- 3],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 652800- 2400000],86.40713429401492,2462.04893036855,1.28895e+12,6.70368e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '1', '3'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 1, 3] ---- Reading the line : 333330-2-3,[3- 3- 3- 3- 3- 0- 2- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 3- 3- 3- 0- 2- 3],[1804800- 1804800- 1804800- 1804800- 1804800- 0- 1478400- 2400000],78.84746341771039,2262.2985777514086,1.1231e+12,7.02052e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '0', '2', '3'] -resulted X configuration : [3, 3, 3, 3, 3, 0, 2, 3] ---- Reading the line : 222222-0-1,[2- 2- 2- 2- 2- 2- 0- 0- 0- 1- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 2- 2- 2- 2- 2- 0- 1],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 806400],52.24843908649111,1537.6927008765404,8.18911e+11,6.38023e-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '0', '1'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 0, 1] ---- Reading the line : 111111-1-1,[1- 1- 1- 1- 1- 1- 1- 0- 0- 1- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 576000- 0- 0- 0- 806400- 0- 0- 0],[1- 1- 1- 1- 1- 1- 1- 1],[576000- 576000- 576000- 576000- 576000- 576000- 652800- 806400],40.838573735993684,1240.0445858863009,6.50531e+11,6.27773e-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '1', '1', '1'] -resulted X configuration : [1, 1, 1, 1, 1, 1, 1, 1] ---- Reading the line : 033033-1-3,[0- 3- 3- 0- 3- 3- 1- 0- 0- 3- 0- 0- 0],[0- 1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[0- 3- 3- 0- 3- 3- 1- 3],[0- 1804800- 1804800- 0- 1804800- 1804800- 652800- 2400000],87.73797792788814,2515.6311910320933,1.14797e+12,7.64288e-11 - -arrays of value as string : ['0', '3', '3', '0', '3', '3', '1', '3'] -resulted X configuration : [0, 3, 3, 0, 3, 3, 1, 3] ---- Reading the line : 303333-1-0,[3- 0- 3- 3- 3- 3- 1- 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- 1- 0],[1804800- 0- 1804800- 1804800- 1804800- 1804800- 652800- 0],64.25089221017343,1886.5908962422202,8.37972e+11,7.66743e-11 - -arrays of value as string : ['3', '0', '3', '3', '3', '3', '1', '0'] -resulted X configuration : [3, 0, 3, 3, 3, 3, 1, 0] ---- Reading the line : 200222-1-1,[2- 0- 0- 2- 2- 2- 1- 0- 0- 1- 0- 0- 0],[1363200- 0- 0- 1363200- 1363200- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 0- 0- 2- 2- 2- 1- 1],[1363200- 0- 0- 1363200- 1363200- 1363200- 652800- 806400],49.814270279446845,1478.9925054822234,7.92233e+11,6.28783e-11 - -arrays of value as string : ['2', '0', '0', '2', '2', '2', '1', '1'] -resulted X configuration : [2, 0, 0, 2, 2, 2, 1, 1] ---- Reading the line : 222222-1-3,[2- 2- 2- 2- 2- 2- 1- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 2- 2- 2- 2- 1- 3],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 652800- 2400000],89.21276593255729,2532.5929157762052,1.29558e+12,6.88593e-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '1', '3'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 1, 3] ---- Reading the line : 333333-1-1,[3- 3- 3- 3- 3- 3- 1- 0- 0- 1- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 806400- 0- 0- 0],[3- 3- 3- 3- 3- 3- 1- 1],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 652800- 806400],63.73792434520371,1878.3889875869074,1.06414e+12,5.98962e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '1', '1'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 1, 1] ---- Reading the line : 222022-2-2,[2- 2- 2- 0- 2- 2- 2- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 2- 0- 2- 2- 2- 2],[1363200- 1363200- 1363200- 0- 1363200- 1363200- 1478400- 1766400],91.10203171728844,2593.654842672242,1.41014e+12,6.4605e-11 - -arrays of value as string : ['2', '2', '2', '0', '2', '2', '2', '2'] -resulted X configuration : [2, 2, 2, 0, 2, 2, 2, 2] ---- Reading the line : 033333-1-3,[0- 3- 3- 3- 3- 3- 1- 0- 0- 3- 0- 0- 0],[0- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[0- 3- 3- 3- 3- 3- 1- 3],[0- 1804800- 1804800- 1804800- 1804800- 1804800- 652800- 2400000],82.92589585237724,2386.456438152684,1.19939e+12,6.91401e-11 - -arrays of value as string : ['0', '3', '3', '3', '3', '3', '1', '3'] -resulted X configuration : [0, 3, 3, 3, 3, 3, 1, 3] ---- Reading the line : 333033-1-3,[3- 3- 3- 0- 3- 3- 1- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 3- 0- 3- 3- 1- 3],[1804800- 1804800- 1804800- 0- 1804800- 1804800- 652800- 2400000],83.48198615501106,2396.6353794599895,1.20194e+12,6.9456e-11 - -arrays of value as string : ['3', '3', '3', '0', '3', '3', '1', '3'] -resulted X configuration : [3, 3, 3, 0, 3, 3, 1, 3] ---- Reading the line : 200222-3-2,[2- 0- 0- 2- 2- 2- 3- 0- 0- 2- 0- 0- 0],[1363200- 0- 0- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 0- 0- 2- 2- 2- 3- 2],[1363200- 0- 0- 1363200- 1363200- 1363200- 2208000- 1766400],89.22173143973053,2548.8343694924056,1.31788e+12,6.7701e-11 - -arrays of value as string : ['2', '0', '0', '2', '2', '2', '3', '2'] -resulted X configuration : [2, 0, 0, 2, 2, 2, 3, 2] ---- Reading the line : 111110-2-0,[1- 1- 1- 1- 1- 0- 2- 0- 0- 0- 0- 0- 0],[576000- 576000- 576000- 576000- 576000- 0- 0- 0- 0- 0- 0- 0- 0],[1- 1- 1- 1- 1- 0- 2- 0],[576000- 576000- 576000- 576000- 576000- 0- 1478400- 0],45.93145920255071,1355.446887672499,6.21287e+11,7.39295e-11 - -arrays of value as string : ['1', '1', '1', '1', '1', '0', '2', '0'] -resulted X configuration : [1, 1, 1, 1, 1, 0, 2, 0] ---- Reading the line : 000011-3-0,[0- 0- 0- 0- 1- 1- 3- 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- 3- 0],[0- 0- 0- 0- 576000- 576000- 2208000- 0],53.28388273452391,1572.723721793731,5.79951e+11,9.18765e-11 - -arrays of value as string : ['0', '0', '0', '0', '1', '1', '3', '0'] -resulted X configuration : [0, 0, 0, 0, 1, 1, 3, 0] ---- Reading the line : 111001-1-2,[1- 1- 1- 0- 0- 1- 1- 0- 0- 2- 0- 0- 0],[576000- 576000- 576000- 0- 0- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 1- 1- 0- 0- 1- 1- 2],[576000- 576000- 576000- 0- 0- 576000- 652800- 1766400],63.39311214039606,1851.6701916655518,8.39092e+11,7.55497e-11 - -arrays of value as string : ['1', '1', '1', '0', '0', '1', '1', '2'] -resulted X configuration : [1, 1, 1, 0, 0, 1, 1, 2] ---- Reading the line : 333333-3-2,[3- 3- 3- 3- 3- 3- 3- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 3- 3- 3- 3- 3- 2],[1804800- 1804800- 1804800- 1804800- 1804800- 1804800- 2208000- 1766400],101.44390963131458,2859.5424266919995,1.56029e+12,6.50161e-11 - -arrays of value as string : ['3', '3', '3', '3', '3', '3', '3', '2'] -resulted X configuration : [3, 3, 3, 3, 3, 3, 3, 2] ---- Reading the line : 022022-3-3,[0- 2- 2- 0- 2- 2- 3- 0- 0- 3- 0- 0- 0],[0- 1363200- 1363200- 0- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[0- 2- 2- 0- 2- 2- 3- 3],[0- 1363200- 1363200- 0- 1363200- 1363200- 2208000- 2400000],88.0748025631995,2511.1853246800406,1.28161e+12,6.8722e-11 - -arrays of value as string : ['0', '2', '2', '0', '2', '2', '3', '3'] -resulted X configuration : [0, 2, 2, 0, 2, 2, 3, 3] ---- Reading the line : 022222-0-2,[0- 2- 2- 2- 2- 2- 0- 0- 0- 2- 0- 0- 0],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[0- 2- 2- 2- 2- 2- 0- 2],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 1766400],69.37565973641902,2011.1968782229953,9.8833e+11,7.01948e-11 - -arrays of value as string : ['0', '2', '2', '2', '2', '2', '0', '2'] -resulted X configuration : [0, 2, 2, 2, 2, 2, 0, 2] ---- Reading the line : 030303-1-2,[0- 3- 0- 3- 0- 3- 1- 0- 0- 2- 0- 0- 0],[0- 1804800- 0- 1804800- 0- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[0- 3- 0- 3- 0- 3- 1- 2],[0- 1804800- 0- 1804800- 0- 1804800- 652800- 1766400],76.53052030248016,2207.7705666142892,1.00414e+12,7.6215e-11 - -arrays of value as string : ['0', '3', '0', '3', '0', '3', '1', '2'] -resulted X configuration : [0, 3, 0, 3, 0, 3, 1, 2] ---- Reading the line : 022222-2-3,[0- 2- 2- 2- 2- 2- 2- 0- 0- 3- 0- 0- 0],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[0- 2- 2- 2- 2- 2- 2- 3],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 1478400- 2400000],95.11984019839312,2688.204329270738,1.42093e+12,6.6942e-11 - -arrays of value as string : ['0', '2', '2', '2', '2', '2', '2', '3'] -resulted X configuration : [0, 2, 2, 2, 2, 2, 2, 3] ---- Reading the line : 101101-3-0,[1- 0- 1- 1- 0- 1- 3- 0- 0- 0- 0- 0- 0],[576000- 0- 576000- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 1- 0- 1- 3- 0],[576000- 0- 576000- 576000- 0- 576000- 2208000- 0],51.17451467754853,1498.8832859532831,6.47651e+11,7.90156e-11 - -arrays of value as string : ['1', '0', '1', '1', '0', '1', '3', '0'] -resulted X configuration : [1, 0, 1, 1, 0, 1, 3, 0] ---- Reading the line : 000202-2-0,[0- 0- 0- 2- 0- 2- 2- 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- 2- 0],[0- 0- 0- 1363200- 0- 1363200- 1478400- 0],45.81348523547173,1369.599934375317,5.95795e+11,7.68947e-11 - -arrays of value as string : ['0', '0', '0', '2', '0', '2', '2', '0'] -resulted X configuration : [0, 0, 0, 2, 0, 2, 2, 0] ---- Reading the line : 111011-0-3,[1- 1- 1- 0- 1- 1- 0- 0- 0- 3- 0- 0- 0],[576000- 576000- 576000- 0- 576000- 576000- 0- 0- 0- 2400000- 0- 0- 0],[1- 1- 1- 0- 1- 1- 0- 3],[576000- 576000- 576000- 0- 576000- 576000- 0- 2400000],69.72901800554702,2037.4306630339502,7.94369e+11,8.77791e-11 - -arrays of value as string : ['1', '1', '1', '0', '1', '1', '0', '3'] -resulted X configuration : [1, 1, 1, 0, 1, 1, 0, 3] - --- Getting data from file /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/samsung_galaxy_summary_files_only/summary___09Aug22_08_43_01.csv ---- Reading the line : 220200-2-2,[2- 2- 0- 2- 0- 0- 2- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 0- 1363200- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 0- 2- 0- 0- 2- 2],[1363200- 1363200- 0- 1363200- 0- 0- 1478400- 1766400],73.91177263939154,2133.5028212513107,1.02527e+12,7.20901e-11 - -arrays of value as string : ['2', '2', '0', '2', '0', '0', '2', '2'] -resulted X configuration : [2, 2, 0, 2, 0, 0, 2, 2] ---- Reading the line : 333000-3-0,[3- 3- 3- 0- 0- 0- 3- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 0- 0- 0- 3- 0],[1804800- 1804800- 1804800- 0- 0- 0- 2208000- 0],50.4557052793426,1502.997060481683,5.99027e+11,8.42294e-11 - -arrays of value as string : ['3', '3', '3', '0', '0', '0', '3', '0'] -resulted X configuration : [3, 3, 3, 0, 0, 0, 3, 0] ---- Reading the line : 010000-1-0,[0- 1- 0- 0- 0- 0- 1- 0- 0- 0- 0- 0- 0],[0- 576000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[0- 1- 0- 0- 0- 0- 1- 0],[0- 576000- 0- 0- 0- 0- 652800- 0],27.86299512820046,838.7678337648958,2.06843e+11,1.34706e-10 - -arrays of value as string : ['0', '1', '0', '0', '0', '0', '1', '0'] -resulted X configuration : [0, 1, 0, 0, 0, 0, 1, 0] ---- Reading the line : 330303-1-2,[3- 3- 0- 3- 0- 3- 1- 0- 0- 2- 0- 0- 0],[1804800- 1804800- 0- 1804800- 0- 1804800- 0- 0- 0- 1766400- 0- 0- 0],[3- 3- 0- 3- 0- 3- 1- 2],[1804800- 1804800- 0- 1804800- 0- 1804800- 652800- 1766400],82.00779235048205,2359.251015144438,1.12e+12,7.32212e-11 - -arrays of value as string : ['3', '3', '0', '3', '0', '3', '1', '2'] -resulted X configuration : [3, 3, 0, 3, 0, 3, 1, 2] ---- Reading the line : 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.98412276526465,722.4509608186198,7.7034e+10,3.11345e-10 - -arrays of value as string : ['1', '1', '0', '0', '0', '0', '0', '0'] -resulted X configuration : [1, 1, 0, 0, 0, 0, 0, 0] ---- Reading the line : 022202-2-2,[0- 2- 2- 2- 0- 2- 2- 0- 0- 2- 0- 0- 0],[0- 1363200- 1363200- 1363200- 0- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[0- 2- 2- 2- 0- 2- 2- 2],[0- 1363200- 1363200- 1363200- 0- 1363200- 1478400- 1766400],87.20829086123818,2498.0365031303863,1.30679e+12,6.67347e-11 - -arrays of value as string : ['0', '2', '2', '2', '0', '2', '2', '2'] -resulted X configuration : [0, 2, 2, 2, 0, 2, 2, 2] ---- Reading the line : 202002-3-0,[2- 0- 2- 0- 0- 2- 3- 0- 0- 0- 0- 0- 0],[1363200- 0- 1363200- 0- 0- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 0- 2- 0- 0- 2- 3- 0],[1363200- 0- 1363200- 0- 0- 1363200- 2208000- 0],56.33322721184273,1659.3733454443393,7.70891e+11,7.30755e-11 - -arrays of value as string : ['2', '0', '2', '0', '0', '2', '3', '0'] -resulted X configuration : [2, 0, 2, 0, 0, 2, 3, 0] ---- Reading the line : 303303-2-1,[3- 0- 3- 3- 0- 3- 2- 0- 0- 1- 0- 0- 0],[1804800- 0- 1804800- 1804800- 0- 1804800- 0- 0- 0- 806400- 0- 0- 0],[3- 0- 3- 3- 0- 3- 2- 1],[1804800- 0- 1804800- 1804800- 0- 1804800- 1478400- 806400],71.90443674396933,2090.9121184596584,1.06342e+12,6.76162e-11 - -arrays of value as string : ['3', '0', '3', '3', '0', '3', '2', '1'] -resulted X configuration : [3, 0, 3, 3, 0, 3, 2, 1] ---- Reading the line : 200022-2-3,[2- 0- 0- 0- 2- 2- 2- 0- 0- 3- 0- 0- 0],[1363200- 0- 0- 0- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 0- 0- 0- 2- 2- 2- 3],[1363200- 0- 0- 0- 1363200- 1363200- 1478400- 2400000],84.52879791585856,2423.0759751850333,1.20772e+12,6.99904e-11 - -arrays of value as string : ['2', '0', '0', '0', '2', '2', '2', '3'] -resulted X configuration : [2, 0, 0, 0, 2, 2, 2, 3] ---- Reading the line : 030300-2-3,[0- 3- 0- 3- 0- 0- 2- 0- 0- 3- 0- 0- 0],[0- 1804800- 0- 1804800- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 3- 0- 3- 0- 0- 2- 3],[0- 1804800- 0- 1804800- 0- 0- 1478400- 2400000],73.31275563806082,2141.074254925495,9.81425e+11,7.47003e-11 - -arrays of value as string : ['0', '3', '0', '3', '0', '0', '2', '3'] -resulted X configuration : [0, 3, 0, 3, 0, 0, 2, 3] ---- Reading the line : 030003-0-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],35.8863088610274,1073.0557300178195,2.53195e+11,1.41734e-10 - -arrays of value as string : ['0', '3', '0', '0', '0', '3', '0', '0'] -resulted X configuration : [0, 3, 0, 0, 0, 3, 0, 0] ---- Reading the line : 000000-2-0,[0- 0- 0- 0- 0- 0- 2- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 2- 0],[0- 0- 0- 0- 0- 0- 1478400- 0],38.269990495696405,1135.7387643261616,3.81971e+11,1.00191e-10 - -arrays of value as string : ['0', '0', '0', '0', '0', '0', '2', '0'] -resulted X configuration : [0, 0, 0, 0, 0, 0, 2, 0] ---- Reading the line : 202220-2-1,[2- 0- 2- 2- 2- 0- 2- 0- 0- 1- 0- 0- 0],[1363200- 0- 1363200- 1363200- 1363200- 0- 0- 0- 0- 806400- 0- 0- 0],[2- 0- 2- 2- 2- 0- 2- 1],[1363200- 0- 1363200- 1363200- 1363200- 0- 1478400- 806400],56.254266540548315,1671.7398403121347,8.00182e+11,7.03018e-11 - -arrays of value as string : ['2', '0', '2', '2', '2', '0', '2', '1'] -resulted X configuration : [2, 0, 2, 2, 2, 0, 2, 1] ---- Reading the line : 001010-1-0,[0- 0- 1- 0- 1- 0- 1- 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- 1- 0],[0- 0- 576000- 0- 576000- 0- 652800- 0],29.660392939079458,883.2693282113894,2.51081e+11,1.18131e-10 - -arrays of value as string : ['0', '0', '1', '0', '1', '0', '1', '0'] -resulted X configuration : [0, 0, 1, 0, 1, 0, 1, 0] ---- Reading the line : 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],22.44356480668999,683.3295951815655,7.73109e+10,2.90303e-10 - -arrays of value as string : ['2', '0', '2', '0', '0', '0', '0', '0'] -resulted X configuration : [2, 0, 2, 0, 0, 0, 0, 0] ---- Reading the line : 100000-3-0,[1- 0- 0- 0- 0- 0- 3- 0- 0- 0- 0- 0- 0],[576000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 0- 0- 0- 0- 0- 3- 0],[576000- 0- 0- 0- 0- 0- 2208000- 0],55.34744693526562,1619.2771928460813,5.57589e+11,9.92621e-11 - -arrays of value as string : ['1', '0', '0', '0', '0', '0', '3', '0'] -resulted X configuration : [1, 0, 0, 0, 0, 0, 3, 0] ---- Reading the line : 011000-1-0,[0- 1- 1- 0- 0- 0- 1- 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- 1- 0],[0- 576000- 576000- 0- 0- 0- 652800- 0],29.34546622830315,884.1905075621804,2.49834e+11,1.1746e-10 - -arrays of value as string : ['0', '1', '1', '0', '0', '0', '1', '0'] -resulted X configuration : [0, 1, 1, 0, 0, 0, 1, 0] ---- Reading the line : 022222-1-2,[0- 2- 2- 2- 2- 2- 1- 0- 0- 2- 0- 0- 0],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[0- 2- 2- 2- 2- 2- 1- 2],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 652800- 1766400],77.62624080393333,2241.5523038831293,1.17281e+12,6.61882e-11 - -arrays of value as string : ['0', '2', '2', '2', '2', '2', '1', '2'] -resulted X configuration : [0, 2, 2, 2, 2, 2, 1, 2] ---- Reading the line : 333300-1-0,[3- 3- 3- 3- 0- 0- 1- 0- 0- 0- 0- 0- 0],[1804800- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 3- 3- 3- 0- 0- 1- 0],[1804800- 1804800- 1804800- 1804800- 0- 0- 652800- 0],31.06062061477282,940.3769375511525,3.41424e+11,9.09737e-11 - -arrays of value as string : ['3', '3', '3', '3', '0', '0', '1', '0'] -resulted X configuration : [3, 3, 3, 3, 0, 0, 1, 0] ---- Reading the line : 222222-1-2,[2- 2- 2- 2- 2- 2- 1- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 2- 2- 2- 2- 1- 2],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 652800- 1766400],81.35830423904434,2321.2523445511633,1.25718e+12,6.47149e-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '1', '2'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 1, 2] ---- Reading the line : 003303-1-1,[0- 0- 3- 3- 0- 3- 1- 0- 0- 1- 0- 0- 0],[0- 0- 1804800- 1804800- 0- 1804800- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 3- 3- 0- 3- 1- 1],[0- 0- 1804800- 1804800- 0- 1804800- 652800- 806400],58.76194644449752,1719.4851384917495,7.91599e+11,7.4232e-11 - -arrays of value as string : ['0', '0', '3', '3', '0', '3', '1', '1'] -resulted X configuration : [0, 0, 3, 3, 0, 3, 1, 1] ---- Reading the line : 000000-3-1,[0- 0- 0- 0- 0- 0- 3- 0- 0- 1- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 0- 0- 0- 0- 3- 1],[0- 0- 0- 0- 0- 0- 2208000- 806400],60.484653752985835,1776.1284832445551,6.70249e+11,9.02421e-11 - -arrays of value as string : ['0', '0', '0', '0', '0', '0', '3', '1'] -resulted X configuration : [0, 0, 0, 0, 0, 0, 3, 1] ---- Reading the line : 000110-1-1,[0- 0- 0- 1- 1- 0- 1- 0- 0- 1- 0- 0- 0],[0- 0- 0- 576000- 576000- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 0- 1- 1- 0- 1- 1],[0- 0- 0- 576000- 576000- 0- 652800- 806400],36.48721262882221,1105.547783947985,4.69198e+11,7.77651e-11 - -arrays of value as string : ['0', '0', '0', '1', '1', '0', '1', '1'] -resulted X configuration : [0, 0, 0, 1, 1, 0, 1, 1] ---- Reading the line : 220000-3-0,[2- 2- 0- 0- 0- 0- 3- 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- 3- 0],[1363200- 1363200- 0- 0- 0- 0- 2208000- 0],53.29091998643152,1571.6949406548463,5.78176e+11,9.21708e-11 - -arrays of value as string : ['2', '2', '0', '0', '0', '0', '3', '0'] -resulted X configuration : [2, 2, 0, 0, 0, 0, 3, 0] ---- Reading the line : 022022-1-3,[0- 2- 2- 0- 2- 2- 1- 0- 0- 3- 0- 0- 0],[0- 1363200- 1363200- 0- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[0- 2- 2- 0- 2- 2- 1- 3],[0- 1363200- 1363200- 0- 1363200- 1363200- 652800- 2400000],81.63493485553877,2358.56534305287,1.11099e+12,7.34795e-11 - -arrays of value as string : ['0', '2', '2', '0', '2', '2', '1', '3'] -resulted X configuration : [0, 2, 2, 0, 2, 2, 1, 3] ---- Reading the line : 000022-3-2,[0- 0- 0- 0- 2- 2- 3- 0- 0- 2- 0- 0- 0],[0- 0- 0- 0- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[0- 0- 0- 0- 2- 2- 3- 2],[0- 0- 0- 0- 1363200- 1363200- 2208000- 1766400],80.16963008427506,2307.846186539781,1.11232e+12,7.20743e-11 - -arrays of value as string : ['0', '0', '0', '0', '2', '2', '3', '2'] -resulted X configuration : [0, 0, 0, 0, 2, 2, 3, 2] ---- Reading the line : 001010-1-0,[0- 0- 1- 0- 1- 0- 1- 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- 1- 0],[0- 0- 576000- 0- 576000- 0- 652800- 0],29.331584322088812,890.8110122061737,2.51046e+11,1.16837e-10 - -arrays of value as string : ['0', '0', '1', '0', '1', '0', '1', '0'] -resulted X configuration : [0, 0, 1, 0, 1, 0, 1, 0] ---- Reading the line : 000333-2-0,[0- 0- 0- 3- 3- 3- 2- 0- 0- 0- 0- 0- 0],[0- 0- 0- 1804800- 1804800- 1804800- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 3- 3- 3- 2- 0],[0- 0- 0- 1804800- 1804800- 1804800- 1478400- 0],62.669563544461724,1829.6583812389401,7.9775e+11,7.85579e-11 - -arrays of value as string : ['0', '0', '0', '3', '3', '3', '2', '0'] -resulted X configuration : [0, 0, 0, 3, 3, 3, 2, 0] ---- Reading the line : 020200-1-1,[0- 2- 0- 2- 0- 0- 1- 0- 0- 1- 0- 0- 0],[0- 1363200- 0- 1363200- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[0- 2- 0- 2- 0- 0- 1- 1],[0- 1363200- 0- 1363200- 0- 0- 652800- 806400],35.941505988108695,1084.1373434110455,4.53273e+11,7.92933e-11 - -arrays of value as string : ['0', '2', '0', '2', '0', '0', '1', '1'] -resulted X configuration : [0, 2, 0, 2, 0, 0, 1, 1] ---- Reading the line : 011010-2-3,[0- 1- 1- 0- 1- 0- 2- 0- 0- 3- 0- 0- 0],[0- 576000- 576000- 0- 576000- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 1- 1- 0- 1- 0- 2- 3],[0- 576000- 576000- 0- 576000- 0- 1478400- 2400000],85.2562842548241,2445.4976791558997,1.06609e+12,7.9971e-11 - -arrays of value as string : ['0', '1', '1', '0', '1', '0', '2', '3'] -resulted X configuration : [0, 1, 1, 0, 1, 0, 2, 3] ---- Reading the line : 101101-2-1,[1- 0- 1- 1- 0- 1- 2- 0- 0- 1- 0- 0- 0],[576000- 0- 576000- 576000- 0- 576000- 0- 0- 0- 806400- 0- 0- 0],[1- 0- 1- 1- 0- 1- 2- 1],[576000- 0- 576000- 576000- 0- 576000- 1478400- 806400],56.83939361137568,1679.3511982665327,8.02566e+11,7.08221e-11 - -arrays of value as string : ['1', '0', '1', '1', '0', '1', '2', '1'] -resulted X configuration : [1, 0, 1, 1, 0, 1, 2, 1] ---- Reading the line : 330330-3-3,[3- 3- 0- 3- 3- 0- 3- 0- 0- 3- 0- 0- 0],[1804800- 1804800- 0- 1804800- 1804800- 0- 0- 0- 0- 2400000- 0- 0- 0],[3- 3- 0- 3- 3- 0- 3- 3],[1804800- 1804800- 0- 1804800- 1804800- 0- 2208000- 2400000],76.18345987594073,2201.879552058907,9.47963e+11,8.03654e-11 - -arrays of value as string : ['3', '3', '0', '3', '3', '0', '3', '3'] -resulted X configuration : [3, 3, 0, 3, 3, 0, 3, 3] ---- Reading the line : 022222-3-1,[0- 2- 2- 2- 2- 2- 3- 0- 0- 1- 0- 0- 0],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 806400- 0- 0- 0],[0- 2- 2- 2- 2- 2- 3- 1],[0- 1363200- 1363200- 1363200- 1363200- 1363200- 2208000- 806400],75.06196238428772,2163.90640295813,1.15094e+12,6.5218e-11 - -arrays of value as string : ['0', '2', '2', '2', '2', '2', '3', '1'] -resulted X configuration : [0, 2, 2, 2, 2, 2, 3, 1] ---- Reading the line : 202022-3-1,[2- 0- 2- 0- 2- 2- 3- 0- 0- 1- 0- 0- 0],[1363200- 0- 1363200- 0- 1363200- 1363200- 0- 0- 0- 806400- 0- 0- 0],[2- 0- 2- 0- 2- 2- 3- 1],[1363200- 0- 1363200- 0- 1363200- 1363200- 2208000- 806400],72.31670560917817,2103.812883311716,1.0655e+12,6.78711e-11 - -arrays of value as string : ['2', '0', '2', '0', '2', '2', '3', '1'] -resulted X configuration : [2, 0, 2, 0, 2, 2, 3, 1] ---- Reading the line : 011010-3-2,[0- 1- 1- 0- 1- 0- 3- 0- 0- 2- 0- 0- 0],[0- 576000- 576000- 0- 576000- 0- 0- 0- 0- 1766400- 0- 0- 0],[0- 1- 1- 0- 1- 0- 3- 2],[0- 576000- 576000- 0- 576000- 0- 2208000- 1766400],77.7920837079026,2233.303565448767,1.05493e+12,7.37415e-11 - -arrays of value as string : ['0', '1', '1', '0', '1', '0', '3', '2'] -resulted X configuration : [0, 1, 1, 0, 1, 0, 3, 2] ---- Reading the line : 110011-2-2,[1- 1- 0- 0- 1- 1- 2- 0- 0- 2- 0- 0- 0],[576000- 576000- 0- 0- 576000- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 1- 0- 0- 1- 1- 2- 2],[576000- 576000- 0- 0- 576000- 576000- 1478400- 1766400],74.74536356458539,2157.847282780517,1.07701e+12,6.94008e-11 - -arrays of value as string : ['1', '1', '0', '0', '1', '1', '2', '2'] -resulted X configuration : [1, 1, 0, 0, 1, 1, 2, 2] ---- Reading the line : 033030-2-0,[0- 3- 3- 0- 3- 0- 2- 0- 0- 0- 0- 0- 0],[0- 1804800- 1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 0- 0],[0- 3- 3- 0- 3- 0- 2- 0],[0- 1804800- 1804800- 0- 1804800- 0- 1478400- 0],42.00513493266639,1254.6092580575853,5.28706e+11,7.94489e-11 - -arrays of value as string : ['0', '3', '3', '0', '3', '0', '2', '0'] -resulted X configuration : [0, 3, 3, 0, 3, 0, 2, 0] ---- Reading the line : 220222-2-3,[2- 2- 0- 2- 2- 2- 2- 0- 0- 3- 0- 0- 0],[1363200- 1363200- 0- 1363200- 1363200- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[2- 2- 0- 2- 2- 2- 2- 3],[1363200- 1363200- 0- 1363200- 1363200- 1363200- 1478400- 2400000],97.4477993087831,2752.4166228868653,1.43766e+12,6.77822e-11 - -arrays of value as string : ['2', '2', '0', '2', '2', '2', '2', '3'] -resulted X configuration : [2, 2, 0, 2, 2, 2, 2, 3] ---- Reading the line : 101011-3-2,[1- 0- 1- 0- 1- 1- 3- 0- 0- 2- 0- 0- 0],[576000- 0- 576000- 0- 576000- 576000- 0- 0- 0- 1766400- 0- 0- 0],[1- 0- 1- 0- 1- 1- 3- 2],[576000- 0- 576000- 0- 576000- 576000- 2208000- 1766400],77.57621667528683,2241.243851668701,1.08533e+12,7.14771e-11 - -arrays of value as string : ['1', '0', '1', '0', '1', '1', '3', '2'] -resulted X configuration : [1, 0, 1, 0, 1, 1, 3, 2] ---- Reading the line : 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.880158834189615,1674.8947732758384,6.59151e+11,8.62931e-11 - -arrays of value as string : ['3', '3', '3', '3', '0', '3', '0', '0'] -resulted X configuration : [3, 3, 3, 3, 0, 3, 0, 0] ---- Reading the line : 011001-3-1,[0- 1- 1- 0- 0- 1- 3- 0- 0- 1- 0- 0- 0],[0- 576000- 576000- 0- 0- 576000- 0- 0- 0- 806400- 0- 0- 0],[0- 1- 1- 0- 0- 1- 3- 1],[0- 576000- 576000- 0- 0- 576000- 2208000- 806400],64.71265249480714,1897.1358698378924,8.28186e+11,7.81378e-11 - -arrays of value as string : ['0', '1', '1', '0', '0', '1', '3', '1'] -resulted X configuration : [0, 1, 1, 0, 0, 1, 3, 1] ---- Reading the line : 000110-3-3,[0- 0- 0- 1- 1- 0- 3- 0- 0- 3- 0- 0- 0],[0- 0- 0- 576000- 576000- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 0- 1- 1- 0- 3- 3],[0- 0- 0- 576000- 576000- 0- 2208000- 2400000],74.8050514094236,2156.4629142526246,8.42285e+11,8.8812e-11 - -arrays of value as string : ['0', '0', '0', '1', '1', '0', '3', '3'] -resulted X configuration : [0, 0, 0, 1, 1, 0, 3, 3] ---- Reading the line : 002220-2-3,[0- 0- 2- 2- 2- 0- 2- 0- 0- 3- 0- 0- 0],[0- 0- 1363200- 1363200- 1363200- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 0- 2- 2- 2- 0- 2- 3],[0- 0- 1363200- 1363200- 1363200- 0- 1478400- 2400000],79.03690304614342,2271.626180157451,1.04298e+12,7.57799e-11 - -arrays of value as string : ['0', '0', '2', '2', '2', '0', '2', '3'] -resulted X configuration : [0, 0, 2, 2, 2, 0, 2, 3] ---- Reading the line : 222222-2-2,[2- 2- 2- 2- 2- 2- 2- 0- 0- 2- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 1766400- 0- 0- 0],[2- 2- 2- 2- 2- 2- 2- 2],[1363200- 1363200- 1363200- 1363200- 1363200- 1363200- 1478400- 1766400],93.5530302681106,2648.3626559152935,1.50346e+12,6.22252e-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '2', '2', '2'] -resulted X configuration : [2, 2, 2, 2, 2, 2, 2, 2] ---- Reading the line : 300000-3-1,[3- 0- 0- 0- 0- 0- 3- 0- 0- 1- 0- 0- 0],[1804800- 0- 0- 0- 0- 0- 0- 0- 0- 806400- 0- 0- 0],[3- 0- 0- 0- 0- 0- 3- 1],[1804800- 0- 0- 0- 0- 0- 2208000- 806400],61.70736633784887,1806.1116933648566,7.11499e+11,8.67287e-11 - -arrays of value as string : ['3', '0', '0', '0', '0', '0', '3', '1'] -resulted X configuration : [3, 0, 0, 0, 0, 0, 3, 1] ---- Reading the line : 222002-1-0,[2- 2- 2- 0- 0- 2- 1- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 0- 0- 1363200- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 0- 0- 2- 1- 0],[1363200- 1363200- 1363200- 0- 0- 1363200- 652800- 0],41.48623715392385,1238.7136339101087,5.69101e+11,7.28978e-11 - -arrays of value as string : ['2', '2', '2', '0', '0', '2', '1', '0'] -resulted X configuration : [2, 2, 2, 0, 0, 2, 1, 0] ---- Reading the line : 033030-0-0,[0- 3- 3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0],[0- 1804800- 1804800- 0- 1804800- 0- 0- 0- 0- 0- 0- 0- 0],[0- 3- 3- 0- 3- 0- 0- 0],[0- 1804800- 1804800- 0- 1804800- 0- 0- 0],23.84502806404063,726.8419396196849,1.20523e+11,1.97846e-10 - -arrays of value as string : ['0', '3', '3', '0', '3', '0', '0', '0'] -resulted X configuration : [0, 3, 3, 0, 3, 0, 0, 0] ---- Reading the line : 110000-1-2,[1- 1- 0- 0- 0- 0- 1- 0- 0- 2- 0- 0- 0],[576000- 576000- 0- 0- 0- 0- 0- 0- 0- 1766400- 0- 0- 0],[1- 1- 0- 0- 0- 0- 1- 2],[576000- 576000- 0- 0- 0- 0- 652800- 1766400],59.318332001781286,1738.3485904436689,7.42453e+11,7.98951e-11 - -arrays of value as string : ['1', '1', '0', '0', '0', '0', '1', '2'] -resulted X configuration : [1, 1, 0, 0, 0, 0, 1, 2] ---- Reading the line : 001101-1-1,[0- 0- 1- 1- 0- 1- 1- 0- 0- 1- 0- 0- 0],[0- 0- 576000- 576000- 0- 576000- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 1- 1- 0- 1- 1- 1],[0- 0- 576000- 576000- 0- 576000- 652800- 806400],37.45828346692664,1129.6791244058386,5.12558e+11,7.30811e-11 - -arrays of value as string : ['0', '0', '1', '1', '0', '1', '1', '1'] -resulted X configuration : [0, 0, 1, 1, 0, 1, 1, 1] ---- Reading the line : 002202-3-0,[0- 0- 2- 2- 0- 2- 3- 0- 0- 0- 0- 0- 0],[0- 0- 1363200- 1363200- 0- 1363200- 0- 0- 0- 0- 0- 0- 0],[0- 0- 2- 2- 0- 2- 3- 0],[0- 0- 1363200- 1363200- 0- 1363200- 2208000- 0],62.95852732602467,1832.020731440319,8.0305e+11,7.83993e-11 - -arrays of value as string : ['0', '0', '2', '2', '0', '2', '3', '0'] -resulted X configuration : [0, 0, 2, 2, 0, 2, 3, 0] ---- Reading the line : 101101-3-0,[1- 0- 1- 1- 0- 1- 3- 0- 0- 0- 0- 0- 0],[576000- 0- 576000- 576000- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 1- 0- 1- 3- 0],[576000- 0- 576000- 576000- 0- 576000- 2208000- 0],56.78135936837892,1657.441360987329,6.85957e+11,8.27768e-11 - -arrays of value as string : ['1', '0', '1', '1', '0', '1', '3', '0'] -resulted X configuration : [1, 0, 1, 1, 0, 1, 3, 0] ---- Reading the line : 101110-2-2,[1- 0- 1- 1- 1- 0- 2- 0- 0- 2- 0- 0- 0],[576000- 0- 576000- 576000- 576000- 0- 0- 0- 0- 1766400- 0- 0- 0],[1- 0- 1- 1- 1- 0- 2- 2],[576000- 0- 576000- 576000- 576000- 0- 1478400- 1766400],73.08276501890562,2122.434062624123,1.07702e+12,6.78565e-11 - -arrays of value as string : ['1', '0', '1', '1', '1', '0', '2', '2'] -resulted X configuration : [1, 0, 1, 1, 1, 0, 2, 2] ---- Reading the line : 020202-1-3,[0- 2- 0- 2- 0- 2- 1- 0- 0- 3- 0- 0- 0],[0- 1363200- 0- 1363200- 0- 1363200- 0- 0- 0- 2400000- 0- 0- 0],[0- 2- 0- 2- 0- 2- 1- 3],[0- 1363200- 0- 1363200- 0- 1363200- 652800- 2400000],78.24767797732055,2258.7308543812205,1.00144e+12,7.81352e-11 - -arrays of value as string : ['0', '2', '0', '2', '0', '2', '1', '3'] -resulted X configuration : [0, 2, 0, 2, 0, 2, 1, 3] ---- Reading the line : 030300-3-0,[0- 3- 0- 3- 0- 0- 3- 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- 3- 0],[0- 1804800- 0- 1804800- 0- 0- 2208000- 0],47.58862500100224,1416.0084562341226,5.53257e+11,8.60154e-11 - -arrays of value as string : ['0', '3', '0', '3', '0', '0', '3', '0'] -resulted X configuration : [0, 3, 0, 3, 0, 0, 3, 0] ---- Reading the line : 020200-2-3,[0- 2- 0- 2- 0- 0- 2- 0- 0- 3- 0- 0- 0],[0- 1363200- 0- 1363200- 0- 0- 0- 0- 0- 2400000- 0- 0- 0],[0- 2- 0- 2- 0- 0- 2- 3],[0- 1363200- 0- 1363200- 0- 0- 1478400- 2400000],82.47916412519714,2372.4209311935647,1.01916e+12,8.09286e-11 - -arrays of value as string : ['0', '2', '0', '2', '0', '0', '2', '3'] -resulted X configuration : [0, 2, 0, 2, 0, 0, 2, 3] ---- Reading the line : 222220-2-0,[2- 2- 2- 2- 2- 0- 2- 0- 0- 0- 0- 0- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 0- 0- 0- 0- 0- 0- 0],[2- 2- 2- 2- 2- 0- 2- 0],[1363200- 1363200- 1363200- 1363200- 1363200- 0- 1478400- 0],44.42888788986695,1336.3853991871592,6.16824e+11,7.20285e-11 - -arrays of value as string : ['2', '2', '2', '2', '2', '0', '2', '0'] -resulted X configuration : [2, 2, 2, 2, 2, 0, 2, 0] ---- Reading the line : 101001-3-0,[1- 0- 1- 0- 0- 1- 3- 0- 0- 0- 0- 0- 0],[576000- 0- 576000- 0- 0- 576000- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 0- 0- 1- 3- 0],[576000- 0- 576000- 0- 0- 576000- 2208000- 0],54.89700632647969,1610.3508056882997,6.2982e+11,8.7163e-11 - -arrays of value as string : ['1', '0', '1', '0', '0', '1', '3', '0'] -resulted X configuration : [1, 0, 1, 0, 0, 1, 3, 0] ---- Reading the line : 002022-3-1,[0- 0- 2- 0- 2- 2- 3- 0- 0- 1- 0- 0- 0],[0- 0- 1363200- 0- 1363200- 1363200- 0- 0- 0- 806400- 0- 0- 0],[0- 0- 2- 0- 2- 2- 3- 1],[0- 0- 1363200- 0- 1363200- 1363200- 2208000- 806400],75.26763933992237,2182.7523405625,1.00817e+12,7.46577e-11 - -arrays of value as string : ['0', '0', '2', '0', '2', '2', '3', '1'] -resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] - --- Converting [2, 2, 0, 2, 2, 2, 3, 2] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 1, 1, 0, 1, 0, 1, 1, 1, 1] - --- Converting array [1, 1, 1, 0, 1, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [1, 6, 0, 7] - --- Converting [3, 0, 3, 0, 0, 0, 2, 1] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 1, 0, 1, 0, 0, 0, 0, 1, 1] - --- Converting array [2, 1, 0, 1, 0, 0, 0, 0, 1, 1] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1] from base 2 to decimal - --- result 1 - --- Result [2, 5, 0, 1] - --- Converting [2, 2, 2, 2, 2, 2, 2, 1] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 1, 1, 1, 0, 0, 1, 1, 1, 1] - --- Converting array [1, 1, 1, 1, 0, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [1, 7, 0, 7] - --- Converting [3, 3, 0, 3, 3, 0, 2, 1] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 1, 1, 0, 0, 0, 1, 0, 1, 1] - --- Converting array [2, 1, 1, 0, 0, 0, 1, 0, 1, 1] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Result [2, 6, 0, 5] - --- Converting [2, 2, 2, 2, 2, 2, 1, 3] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 1, 1, 1, 2, 0, 1, 1, 1, 1] - --- Converting array [1, 1, 1, 1, 2, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [1, 7, 0, 7] - --- Converting [3, 3, 3, 3, 3, 3, 3, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 1, 1, 1, 2, 0, 1, 1, 1, 0] - --- Converting array [2, 1, 1, 1, 2, 0, 1, 1, 1, 0] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [2, 7, 0, 7] - --- Converting [0, 0, 0, 0, 0, 1, 3, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 0, 0, 0, 2, 0, 0, 1, 1, 0] - --- Converting array [0, 0, 0, 0, 2, 0, 0, 1, 1, 0] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Result [0, 0, 0, 3] - --- Converting [2, 2, 2, 0, 2, 2, 2, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 1, 1, 1, 1, 0, 1, 1, 1, 0] - --- Converting array [1, 1, 1, 1, 1, 0, 1, 1, 1, 0] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [1, 7, 0, 7] - --- Converting [1, 1, 1, 0, 1, 0, 3, 3] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 1, 1, 1, 2, 0, 1, 0, 1, 1] - --- Converting array [0, 1, 1, 1, 2, 0, 1, 0, 1, 1] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Result [0, 7, 0, 5] - --- Converting [1, 0, 0, 1, 0, 1, 3, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 1, 0, 0, 2, 0, 0, 1, 1, 0] - --- Converting array [0, 1, 0, 0, 2, 0, 0, 1, 1, 0] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0] from base 2 to decimal - --- result 4 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Result [0, 4, 0, 3] - --- Converting [3, 3, 3, 3, 3, 0, 1, 3] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 1, 1, 1, 2, 0, 1, 0, 1, 1] - --- Converting array [2, 1, 1, 1, 2, 0, 1, 0, 1, 1] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Result [2, 7, 0, 5] - --- Converting [2, 2, 0, 2, 2, 2, 0, 3] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 1, 1, 0, 2, 0, 1, 1, 0, 1] - --- Converting array [1, 1, 1, 0, 2, 0, 1, 1, 0, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0] from base 2 to decimal - --- result 6 - --- Result [1, 6, 0, 6] - --- Converting [3, 3, 3, 3, 3, 3, 0, 2] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 1, 1, 1, 1, 0, 1, 1, 0, 1] - --- Converting array [2, 1, 1, 1, 1, 0, 1, 1, 0, 1] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0] from base 2 to decimal - --- result 6 - --- Result [2, 7, 0, 6] - --- Converting [1, 1, 1, 1, 0, 1, 3, 2] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 1, 1, 1, 1, 0, 0, 1, 1, 1] - --- Converting array [0, 1, 1, 1, 1, 0, 0, 1, 1, 1] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Result [0, 7, 0, 3] - --- Converting [3, 3, 3, 0, 0, 3, 3, 1] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 1, 1, 1, 0, 0, 0, 1, 1, 1] - --- Converting array [2, 1, 1, 1, 0, 0, 0, 1, 1, 1] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Result [2, 7, 0, 3] - --- Converting [1, 1, 1, 0, 1, 1, 2, 3] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 1, 1, 1, 2, 0, 1, 1, 1, 1] - --- Converting array [0, 1, 1, 1, 2, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [0, 7, 0, 7] - --- Converting [3, 3, 3, 3, 3, 3, 1, 3] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 1, 1, 1, 2, 0, 1, 1, 1, 1] - --- Converting array [2, 1, 1, 1, 2, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [2, 7, 0, 7] - --- Converting [3, 3, 3, 3, 3, 0, 2, 3] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 1, 1, 1, 2, 0, 1, 0, 1, 1] - --- Converting array [2, 1, 1, 1, 2, 0, 1, 0, 1, 1] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Result [2, 7, 0, 5] - --- Converting [2, 2, 2, 2, 2, 2, 0, 1] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 1, 1, 1, 0, 0, 1, 1, 0, 1] - --- Converting array [1, 1, 1, 1, 0, 0, 1, 1, 0, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0] from base 2 to decimal - --- result 6 - --- Result [1, 7, 0, 6] - --- Converting [1, 1, 1, 1, 1, 1, 1, 1] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 1, 1, 1, 0, 0, 1, 1, 1, 1] - --- Converting array [0, 1, 1, 1, 0, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [0, 7, 0, 7] - --- Converting [0, 3, 3, 0, 3, 3, 1, 3] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 0, 1, 1, 2, 0, 1, 1, 1, 1] - --- Converting array [2, 0, 1, 1, 2, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [2, 3, 0, 7] - --- Converting [3, 0, 3, 3, 3, 3, 1, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 1, 0, 1, 0, 0, 1, 1, 1, 0] - --- Converting array [2, 1, 0, 1, 0, 0, 1, 1, 1, 0] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [2, 5, 0, 7] - --- Converting [2, 0, 0, 2, 2, 2, 1, 1] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 1, 0, 0, 0, 0, 1, 1, 1, 1] - --- Converting array [1, 1, 0, 0, 0, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0] from base 2 to decimal - --- result 4 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [1, 4, 0, 7] - --- Converting [2, 2, 2, 2, 2, 2, 1, 3] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 1, 1, 1, 2, 0, 1, 1, 1, 1] - --- Converting array [1, 1, 1, 1, 2, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [1, 7, 0, 7] - --- Converting [3, 3, 3, 3, 3, 3, 1, 1] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 1, 1, 1, 0, 0, 1, 1, 1, 1] - --- Converting array [2, 1, 1, 1, 0, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [2, 7, 0, 7] - --- Converting [2, 2, 2, 0, 2, 2, 2, 2] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 1, 1, 1, 1, 0, 1, 1, 1, 1] - --- Converting array [1, 1, 1, 1, 1, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [1, 7, 0, 7] - --- Converting [0, 3, 3, 3, 3, 3, 1, 3] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 0, 1, 1, 2, 0, 1, 1, 1, 1] - --- Converting array [2, 0, 1, 1, 2, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [2, 3, 0, 7] - --- Converting [3, 3, 3, 0, 3, 3, 1, 3] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 1, 1, 1, 2, 0, 1, 1, 1, 1] - --- Converting array [2, 1, 1, 1, 2, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [2, 7, 0, 7] - --- Converting [2, 0, 0, 2, 2, 2, 3, 2] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 1, 0, 0, 1, 0, 1, 1, 1, 1] - --- Converting array [1, 1, 0, 0, 1, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0] from base 2 to decimal - --- result 4 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [1, 4, 0, 7] - --- Converting [1, 1, 1, 1, 1, 0, 2, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 1, 1, 1, 1, 0, 1, 0, 1, 0] - --- Converting array [0, 1, 1, 1, 1, 0, 1, 0, 1, 0] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Result [0, 7, 0, 5] - --- Converting [0, 0, 0, 0, 1, 1, 3, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 0, 0, 0, 2, 0, 1, 1, 1, 0] - --- Converting array [0, 0, 0, 0, 2, 0, 1, 1, 1, 0] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [0, 0, 0, 7] - --- Converting [1, 1, 1, 0, 0, 1, 1, 2] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 1, 1, 1, 1, 0, 0, 1, 1, 1] - --- Converting array [0, 1, 1, 1, 1, 0, 0, 1, 1, 1] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Result [0, 7, 0, 3] - --- Converting [3, 3, 3, 3, 3, 3, 3, 2] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 1, 1, 1, 1, 0, 1, 1, 1, 1] - --- Converting array [2, 1, 1, 1, 1, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [2, 7, 0, 7] - --- Converting [0, 2, 2, 0, 2, 2, 3, 3] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 0, 1, 1, 2, 0, 1, 1, 1, 1] - --- Converting array [1, 0, 1, 1, 2, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [1, 3, 0, 7] - --- Converting [0, 2, 2, 2, 2, 2, 0, 2] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 0, 1, 1, 1, 0, 1, 1, 0, 1] - --- Converting array [1, 0, 1, 1, 1, 0, 1, 1, 0, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0] from base 2 to decimal - --- result 6 - --- Result [1, 3, 0, 6] - --- Converting [0, 3, 0, 3, 0, 3, 1, 2] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 0, 1, 0, 1, 0, 0, 1, 1, 1] - --- Converting array [2, 0, 1, 0, 1, 0, 0, 1, 1, 1] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0] from base 2 to decimal - --- result 2 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Result [2, 2, 0, 3] - --- Converting [0, 2, 2, 2, 2, 2, 2, 3] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 0, 1, 1, 2, 0, 1, 1, 1, 1] - --- Converting array [1, 0, 1, 1, 2, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [1, 3, 0, 7] - --- Converting [1, 0, 1, 1, 0, 1, 3, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 1, 0, 1, 2, 0, 0, 1, 1, 0] - --- Converting array [0, 1, 0, 1, 2, 0, 0, 1, 1, 0] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Result [0, 5, 0, 3] - --- Converting [0, 0, 0, 2, 0, 2, 2, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 0, 0, 0, 1, 0, 0, 1, 1, 0] - --- Converting array [1, 0, 0, 0, 1, 0, 0, 1, 1, 0] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Result [1, 0, 0, 3] - --- Converting [1, 1, 1, 0, 1, 1, 0, 3] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 1, 1, 1, 2, 0, 1, 1, 0, 1] - --- Converting array [0, 1, 1, 1, 2, 0, 1, 1, 0, 1] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0] from base 2 to decimal - --- result 6 - --- Result [0, 7, 0, 6] - --- Converting [2, 2, 0, 2, 0, 0, 2, 2] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 1, 1, 0, 1, 0, 0, 0, 1, 1] - --- Converting array [1, 1, 1, 0, 1, 0, 0, 0, 1, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1] from base 2 to decimal - --- result 1 - --- Result [1, 6, 0, 1] - --- Converting [3, 3, 3, 0, 0, 0, 3, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 1, 1, 1, 2, 0, 0, 0, 1, 0] - --- Converting array [2, 1, 1, 1, 2, 0, 0, 0, 1, 0] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1] from base 2 to decimal - --- result 1 - --- Result [2, 7, 0, 1] - --- Converting [0, 1, 0, 0, 0, 0, 1, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 0, 1, 0, 0, 0, 0, 0, 1, 0] - --- Converting array [0, 0, 1, 0, 0, 0, 0, 0, 1, 0] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0] from base 2 to decimal - --- result 2 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1] from base 2 to decimal - --- result 1 - --- Result [0, 2, 0, 1] - --- Converting [3, 3, 0, 3, 0, 3, 1, 2] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 1, 1, 0, 1, 0, 0, 1, 1, 1] - --- Converting array [2, 1, 1, 0, 1, 0, 0, 1, 1, 1] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Result [2, 6, 0, 3] - --- Converting [1, 1, 0, 0, 0, 0, 0, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 1, 1, 0, 0, 0, 0, 0, 0, 0] - --- Converting array [0, 1, 1, 0, 0, 0, 0, 0, 0, 0] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0] from base 2 to decimal - --- result 0 - --- Result [0, 6, 0, 0] - --- Converting [0, 2, 2, 2, 0, 2, 2, 2] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 0, 1, 1, 1, 0, 0, 1, 1, 1] - --- Converting array [1, 0, 1, 1, 1, 0, 0, 1, 1, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Result [1, 3, 0, 3] - --- Converting [2, 0, 2, 0, 0, 2, 3, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 1, 0, 1, 2, 0, 0, 1, 1, 0] - --- Converting array [1, 1, 0, 1, 2, 0, 0, 1, 1, 0] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Result [1, 5, 0, 3] - --- Converting [3, 0, 3, 3, 0, 3, 2, 1] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 1, 0, 1, 0, 0, 0, 1, 1, 1] - --- Converting array [2, 1, 0, 1, 0, 0, 0, 1, 1, 1] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Result [2, 5, 0, 3] - --- Converting [2, 0, 0, 0, 2, 2, 2, 3] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 1, 0, 0, 2, 0, 1, 1, 1, 1] - --- Converting array [1, 1, 0, 0, 2, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 0] from base 2 to decimal - --- result 4 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [1, 4, 0, 7] - --- Converting [0, 3, 0, 3, 0, 0, 2, 3] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 0, 1, 0, 2, 0, 0, 0, 1, 1] - --- Converting array [2, 0, 1, 0, 2, 0, 0, 0, 1, 1] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0] from base 2 to decimal - --- result 2 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1] from base 2 to decimal - --- result 1 - --- Result [2, 2, 0, 1] - --- Converting [0, 3, 0, 0, 0, 3, 0, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 0, 1, 0, 2, 0, 0, 1, 0, 0] - --- Converting array [2, 0, 1, 0, 2, 0, 0, 1, 0, 0] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0] from base 2 to decimal - --- result 2 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0] from base 2 to decimal - --- result 2 - --- Result [2, 2, 0, 2] - --- Converting [0, 0, 0, 0, 0, 0, 2, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 0, 0, 0, 1, 0, 0, 0, 1, 0] - --- Converting array [0, 0, 0, 0, 1, 0, 0, 0, 1, 0] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1] from base 2 to decimal - --- result 1 - --- Result [0, 0, 0, 1] - --- Converting [2, 0, 2, 2, 2, 0, 2, 1] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 1, 0, 1, 0, 0, 1, 0, 1, 1] - --- Converting array [1, 1, 0, 1, 0, 0, 1, 0, 1, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Result [1, 5, 0, 5] - --- Converting [0, 0, 1, 0, 1, 0, 1, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 0, 0, 1, 0, 0, 1, 0, 1, 0] - --- Converting array [0, 0, 0, 1, 0, 0, 1, 0, 1, 0] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1] from base 2 to decimal - --- result 1 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Result [0, 1, 0, 5] - --- Converting [2, 0, 2, 0, 0, 0, 0, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 1, 0, 1, 0, 0, 0, 0, 0, 0] - --- Converting array [1, 1, 0, 1, 0, 0, 0, 0, 0, 0] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0] from base 2 to decimal - --- result 0 - --- Result [1, 5, 0, 0] - --- Converting [1, 0, 0, 0, 0, 0, 3, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 1, 0, 0, 2, 0, 0, 0, 1, 0] - --- Converting array [0, 1, 0, 0, 2, 0, 0, 0, 1, 0] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0] from base 2 to decimal - --- result 4 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1] from base 2 to decimal - --- result 1 - --- Result [0, 4, 0, 1] - --- Converting [0, 1, 1, 0, 0, 0, 1, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 0, 1, 1, 0, 0, 0, 0, 1, 0] - --- Converting array [0, 0, 1, 1, 0, 0, 0, 0, 1, 0] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1] from base 2 to decimal - --- result 1 - --- Result [0, 3, 0, 1] - --- Converting [0, 2, 2, 2, 2, 2, 1, 2] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 0, 1, 1, 1, 0, 1, 1, 1, 1] - --- Converting array [1, 0, 1, 1, 1, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [1, 3, 0, 7] - --- Converting [3, 3, 3, 3, 0, 0, 1, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 1, 1, 1, 0, 0, 0, 0, 1, 0] - --- Converting array [2, 1, 1, 1, 0, 0, 0, 0, 1, 0] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1] from base 2 to decimal - --- result 1 - --- Result [2, 7, 0, 1] - --- Converting [2, 2, 2, 2, 2, 2, 1, 2] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 1, 1, 1, 1, 0, 1, 1, 1, 1] - --- Converting array [1, 1, 1, 1, 1, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [1, 7, 0, 7] - --- Converting [0, 0, 3, 3, 0, 3, 1, 1] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 0, 0, 1, 0, 0, 0, 1, 1, 1] - --- Converting array [2, 0, 0, 1, 0, 0, 0, 1, 1, 1] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 1] from base 2 to decimal - --- result 1 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Result [2, 1, 0, 3] - --- Converting [0, 0, 0, 0, 0, 0, 3, 1] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 0, 0, 0, 0, 0, 0, 0, 1, 1] - --- Converting array [0, 0, 0, 0, 0, 0, 0, 0, 1, 1] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1] from base 2 to decimal - --- result 1 - --- Result [0, 0, 0, 1] - --- Converting [0, 0, 0, 1, 1, 0, 1, 1] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 0, 0, 0, 0, 0, 1, 0, 1, 1] - --- Converting array [0, 0, 0, 0, 0, 0, 1, 0, 1, 1] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Result [0, 0, 0, 5] - --- Converting [2, 2, 0, 0, 0, 0, 3, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 1, 1, 0, 2, 0, 0, 0, 1, 0] - --- Converting array [1, 1, 1, 0, 2, 0, 0, 0, 1, 0] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1] from base 2 to decimal - --- result 1 - --- Result [1, 6, 0, 1] - --- Converting [0, 2, 2, 0, 2, 2, 1, 3] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 0, 1, 1, 2, 0, 1, 1, 1, 1] - --- Converting array [1, 0, 1, 1, 2, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [1, 3, 0, 7] - --- Converting [0, 0, 0, 0, 2, 2, 3, 2] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 0, 0, 0, 1, 0, 1, 1, 1, 1] - --- Converting array [0, 0, 0, 0, 1, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [0, 0, 0, 7] - --- Converting [0, 0, 1, 0, 1, 0, 1, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 0, 0, 1, 0, 0, 1, 0, 1, 0] - --- Converting array [0, 0, 0, 1, 0, 0, 1, 0, 1, 0] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1] from base 2 to decimal - --- result 1 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Result [0, 1, 0, 5] - --- Converting [0, 0, 0, 3, 3, 3, 2, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 0, 0, 0, 1, 0, 1, 1, 1, 0] - --- Converting array [2, 0, 0, 0, 1, 0, 1, 1, 1, 0] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [2, 0, 0, 7] - --- Converting [0, 2, 0, 2, 0, 0, 1, 1] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 0, 1, 0, 0, 0, 0, 0, 1, 1] - --- Converting array [1, 0, 1, 0, 0, 0, 0, 0, 1, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 0] from base 2 to decimal - --- result 2 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1] from base 2 to decimal - --- result 1 - --- Result [1, 2, 0, 1] - --- Converting [0, 1, 1, 0, 1, 0, 2, 3] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 0, 1, 1, 2, 0, 1, 0, 1, 1] - --- Converting array [0, 0, 1, 1, 2, 0, 1, 0, 1, 1] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Result [0, 3, 0, 5] - --- Converting [1, 0, 1, 1, 0, 1, 2, 1] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 1, 0, 1, 0, 0, 0, 1, 1, 1] - --- Converting array [0, 1, 0, 1, 0, 0, 0, 1, 1, 1] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Result [0, 5, 0, 3] - --- Converting [3, 3, 0, 3, 3, 0, 3, 3] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 1, 1, 0, 2, 0, 1, 0, 1, 1] - --- Converting array [2, 1, 1, 0, 2, 0, 1, 0, 1, 1] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Result [2, 6, 0, 5] - --- Converting [0, 2, 2, 2, 2, 2, 3, 1] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 0, 1, 1, 0, 0, 1, 1, 1, 1] - --- Converting array [1, 0, 1, 1, 0, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [1, 3, 0, 7] - --- Converting [2, 0, 2, 0, 2, 2, 3, 1] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 1, 0, 1, 0, 0, 1, 1, 1, 1] - --- Converting array [1, 1, 0, 1, 0, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [1, 5, 0, 7] - --- Converting [0, 1, 1, 0, 1, 0, 3, 2] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 0, 1, 1, 1, 0, 1, 0, 1, 1] - --- Converting array [0, 0, 1, 1, 1, 0, 1, 0, 1, 1] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Result [0, 3, 0, 5] - --- Converting [1, 1, 0, 0, 1, 1, 2, 2] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 1, 1, 0, 1, 0, 1, 1, 1, 1] - --- Converting array [0, 1, 1, 0, 1, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [0, 6, 0, 7] - --- Converting [0, 3, 3, 0, 3, 0, 2, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 0, 1, 1, 1, 0, 1, 0, 1, 0] - --- Converting array [2, 0, 1, 1, 1, 0, 1, 0, 1, 0] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Result [2, 3, 0, 5] - --- Converting [2, 2, 0, 2, 2, 2, 2, 3] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 1, 1, 0, 2, 0, 1, 1, 1, 1] - --- Converting array [1, 1, 1, 0, 2, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [1, 6, 0, 7] - --- Converting [1, 0, 1, 0, 1, 1, 3, 2] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 1, 0, 1, 1, 0, 1, 1, 1, 1] - --- Converting array [0, 1, 0, 1, 1, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [0, 5, 0, 7] - --- Converting [3, 3, 3, 3, 0, 3, 0, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 1, 1, 1, 2, 0, 0, 1, 0, 0] - --- Converting array [2, 1, 1, 1, 2, 0, 0, 1, 0, 0] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 0] from base 2 to decimal - --- result 2 - --- Result [2, 7, 0, 2] - --- Converting [0, 1, 1, 0, 0, 1, 3, 1] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 0, 1, 1, 0, 0, 0, 1, 1, 1] - --- Converting array [0, 0, 1, 1, 0, 0, 0, 1, 1, 1] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Result [0, 3, 0, 3] - --- Converting [0, 0, 0, 1, 1, 0, 3, 3] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 0, 0, 0, 2, 0, 1, 0, 1, 1] - --- Converting array [0, 0, 0, 0, 2, 0, 1, 0, 1, 1] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 0] from base 2 to decimal - --- result 0 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Result [0, 0, 0, 5] - --- Converting [0, 0, 2, 2, 2, 0, 2, 3] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 0, 0, 1, 2, 0, 1, 0, 1, 1] - --- Converting array [1, 0, 0, 1, 2, 0, 1, 0, 1, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 1] from base 2 to decimal - --- result 1 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Result [1, 1, 0, 5] - --- Converting [2, 2, 2, 2, 2, 2, 2, 2] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 1, 1, 1, 1, 0, 1, 1, 1, 1] - --- Converting array [1, 1, 1, 1, 1, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [1, 7, 0, 7] - --- Converting [3, 0, 0, 0, 0, 0, 3, 1] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 1, 0, 0, 0, 0, 0, 0, 1, 1] - --- Converting array [2, 1, 0, 0, 0, 0, 0, 0, 1, 1] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [1, 0, 0] from base 2 to decimal - --- result 4 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1] from base 2 to decimal - --- result 1 - --- Result [2, 4, 0, 1] - --- Converting [2, 2, 2, 0, 0, 2, 1, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 1, 1, 1, 0, 0, 0, 1, 1, 0] - --- Converting array [1, 1, 1, 1, 0, 0, 0, 1, 1, 0] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Result [1, 7, 0, 3] - --- Converting [0, 3, 3, 0, 3, 0, 0, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 0, 1, 1, 2, 0, 1, 0, 0, 0] - --- Converting array [2, 0, 1, 1, 2, 0, 1, 0, 0, 0] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 0] from base 2 to decimal - --- result 4 - --- Result [2, 3, 0, 4] - --- Converting [1, 1, 0, 0, 0, 0, 1, 2] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 1, 1, 0, 1, 0, 0, 0, 1, 1] - --- Converting array [0, 1, 1, 0, 1, 0, 0, 0, 1, 1] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 0] from base 2 to decimal - --- result 6 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1] from base 2 to decimal - --- result 1 - --- Result [0, 6, 0, 1] - --- Converting [0, 0, 1, 1, 0, 1, 1, 1] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 0, 0, 1, 0, 0, 0, 1, 1, 1] - --- Converting array [0, 0, 0, 1, 0, 0, 0, 1, 1, 1] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1] from base 2 to decimal - --- result 1 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Result [0, 1, 0, 3] - --- Converting [0, 0, 2, 2, 0, 2, 3, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 0, 0, 1, 2, 0, 0, 1, 1, 0] - --- Converting array [1, 0, 0, 1, 2, 0, 0, 1, 1, 0] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 1] from base 2 to decimal - --- result 1 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Result [1, 1, 0, 3] - --- Converting [1, 0, 1, 1, 0, 1, 3, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 1, 0, 1, 2, 0, 0, 1, 1, 0] - --- Converting array [0, 1, 0, 1, 2, 0, 0, 1, 1, 0] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Result [0, 5, 0, 3] - --- Converting [1, 0, 1, 1, 1, 0, 2, 2] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 1, 0, 1, 1, 0, 1, 0, 1, 1] - --- Converting array [0, 1, 0, 1, 1, 0, 1, 0, 1, 1] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Result [0, 5, 0, 5] - --- Converting [0, 2, 0, 2, 0, 2, 1, 3] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 0, 1, 0, 2, 0, 0, 1, 1, 1] - --- Converting array [1, 0, 1, 0, 2, 0, 0, 1, 1, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 0] from base 2 to decimal - --- result 2 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Result [1, 2, 0, 3] - --- Converting [0, 3, 0, 3, 0, 0, 3, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [2, 0, 1, 0, 2, 0, 0, 0, 1, 0] - --- Converting array [2, 0, 1, 0, 2, 0, 0, 0, 1, 0] from base Y to four_uplet - --- Converting array [2] from base 3 to decimal - --- result 2 - --- Converting array [0, 1, 0] from base 2 to decimal - --- result 2 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1] from base 2 to decimal - --- result 1 - --- Result [2, 2, 0, 1] - --- Converting [0, 2, 0, 2, 0, 0, 2, 3] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 0, 1, 0, 2, 0, 0, 0, 1, 1] - --- Converting array [1, 0, 1, 0, 2, 0, 0, 0, 1, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 1, 0] from base 2 to decimal - --- result 2 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 0, 1] from base 2 to decimal - --- result 1 - --- Result [1, 2, 0, 1] - --- Converting [2, 2, 2, 2, 2, 0, 2, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 1, 1, 1, 1, 0, 1, 0, 1, 0] - --- Converting array [1, 1, 1, 1, 1, 0, 1, 0, 1, 0] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Result [1, 7, 0, 5] - --- Converting [1, 0, 1, 0, 0, 1, 3, 0] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [0, 1, 0, 1, 2, 0, 0, 1, 1, 0] - --- Converting array [0, 1, 0, 1, 2, 0, 0, 1, 1, 0] from base Y to four_uplet - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 0, 1] from base 2 to decimal - --- result 5 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [0, 1, 1] from base 2 to decimal - --- result 3 - --- Result [0, 5, 0, 3] - --- Converting [0, 0, 2, 0, 2, 2, 3, 1] in base Y array notation - --- Processing the little socket - --- Processing the big socket - --- Result = [1, 0, 0, 1, 0, 0, 1, 1, 1, 1] - --- Converting array [1, 0, 0, 1, 0, 0, 1, 1, 1, 1] from base Y to four_uplet - --- Converting array [1] from base 3 to decimal - --- result 1 - --- Converting array [0, 0, 1] from base 2 to decimal - --- result 1 - --- Converting array [0] from base 3 to decimal - --- result 0 - --- Converting array [1, 1, 1] from base 2 to decimal - --- result 7 - --- Result [1, 1, 0, 7] --- Number of possible combinations 2304 --- We are not in the presence of a special case, we add configuration : (0, 0, 0, 0) + --- We are not in the presence of a special case, we add configuration : (0, 0, 0, 1) --- We are not in the presence of a special case, we add configuration : (0, 0, 0, 2) + --- We are not in the presence of a special case, we add configuration : (0, 0, 0, 3) --- We are not in the presence of a special case, we add configuration : (0, 0, 0, 4) + --- We are not in the presence of a special case, we add configuration : (0, 0, 0, 5) --- We are not in the presence of a special case, we add configuration : (0, 0, 0, 6) + --- We are not in the presence of a special case, we add configuration : (0, 0, 0, 7) --- We are not in the presence of a special case, we add configuration : (0, 0, 0, 8) --- We are not in the presence of a special case, we add configuration : (0, 0, 0, 9) --- We are not in the presence of a special case, we add configuration : (0, 0, 0, 10) @@ -1816,7 +54,9 @@ resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] --- We are not in the presence of a special case, we add configuration : (0, 1, 0, 0) --- We are not in the presence of a special case, we add configuration : (0, 1, 0, 1) --- We are not in the presence of a special case, we add configuration : (0, 1, 0, 2) + --- We are not in the presence of a special case, we add configuration : (0, 1, 0, 3) --- We are not in the presence of a special case, we add configuration : (0, 1, 0, 4) + --- We are not in the presence of a special case, we add configuration : (0, 1, 0, 5) --- We are not in the presence of a special case, we add configuration : (0, 1, 0, 6) --- We are not in the presence of a special case, we add configuration : (0, 1, 0, 7) --- We are not in the presence of a special case, we add configuration : (0, 1, 0, 8) @@ -1862,6 +102,7 @@ resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] --- We are not in the presence of a special case, we add configuration : (0, 1, 2, 14) --- We are not in the presence of a special case, we add configuration : (0, 1, 2, 15) --- We are not in the presence of a special case, we add configuration : (0, 2, 0, 0) + --- We are not in the presence of a special case, we add configuration : (0, 2, 0, 1) --- We are not in the presence of a special case, we add configuration : (0, 2, 0, 2) --- We are not in the presence of a special case, we add configuration : (0, 2, 0, 3) --- We are not in the presence of a special case, we add configuration : (0, 2, 0, 4) @@ -1911,8 +152,11 @@ resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] --- We are not in the presence of a special case, we add configuration : (0, 2, 2, 14) --- We are not in the presence of a special case, we add configuration : (0, 2, 2, 15) --- We are not in the presence of a special case, we add configuration : (0, 3, 0, 0) + --- We are not in the presence of a special case, we add configuration : (0, 3, 0, 1) --- We are not in the presence of a special case, we add configuration : (0, 3, 0, 2) + --- We are not in the presence of a special case, we add configuration : (0, 3, 0, 3) --- We are not in the presence of a special case, we add configuration : (0, 3, 0, 4) + --- We are not in the presence of a special case, we add configuration : (0, 3, 0, 5) --- We are not in the presence of a special case, we add configuration : (0, 3, 0, 6) --- We are not in the presence of a special case, we add configuration : (0, 3, 0, 7) --- We are not in the presence of a special case, we add configuration : (0, 3, 0, 8) @@ -1958,7 +202,9 @@ resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] --- We are not in the presence of a special case, we add configuration : (0, 3, 2, 14) --- We are not in the presence of a special case, we add configuration : (0, 3, 2, 15) --- We are not in the presence of a special case, we add configuration : (0, 4, 0, 0) + --- We are not in the presence of a special case, we add configuration : (0, 4, 0, 1) --- We are not in the presence of a special case, we add configuration : (0, 4, 0, 2) + --- We are not in the presence of a special case, we add configuration : (0, 4, 0, 3) --- We are not in the presence of a special case, we add configuration : (0, 4, 0, 4) --- We are not in the presence of a special case, we add configuration : (0, 4, 0, 5) --- We are not in the presence of a special case, we add configuration : (0, 4, 0, 6) @@ -2008,8 +254,11 @@ resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] --- We are not in the presence of a special case, we add configuration : (0, 5, 0, 0) --- We are not in the presence of a special case, we add configuration : (0, 5, 0, 1) --- We are not in the presence of a special case, we add configuration : (0, 5, 0, 2) + --- We are not in the presence of a special case, we add configuration : (0, 5, 0, 3) --- We are not in the presence of a special case, we add configuration : (0, 5, 0, 4) + --- We are not in the presence of a special case, we add configuration : (0, 5, 0, 5) --- We are not in the presence of a special case, we add configuration : (0, 5, 0, 6) + --- We are not in the presence of a special case, we add configuration : (0, 5, 0, 7) --- We are not in the presence of a special case, we add configuration : (0, 5, 0, 8) --- We are not in the presence of a special case, we add configuration : (0, 5, 0, 9) --- We are not in the presence of a special case, we add configuration : (0, 5, 0, 10) @@ -2052,11 +301,14 @@ resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] --- We are not in the presence of a special case, we add configuration : (0, 5, 2, 13) --- We are not in the presence of a special case, we add configuration : (0, 5, 2, 14) --- We are not in the presence of a special case, we add configuration : (0, 5, 2, 15) + --- We are not in the presence of a special case, we add configuration : (0, 6, 0, 0) + --- We are not in the presence of a special case, we add configuration : (0, 6, 0, 1) --- We are not in the presence of a special case, we add configuration : (0, 6, 0, 2) --- We are not in the presence of a special case, we add configuration : (0, 6, 0, 3) --- We are not in the presence of a special case, we add configuration : (0, 6, 0, 4) --- We are not in the presence of a special case, we add configuration : (0, 6, 0, 5) --- We are not in the presence of a special case, we add configuration : (0, 6, 0, 6) + --- We are not in the presence of a special case, we add configuration : (0, 6, 0, 7) --- We are not in the presence of a special case, we add configuration : (0, 6, 0, 8) --- We are not in the presence of a special case, we add configuration : (0, 6, 0, 9) --- We are not in the presence of a special case, we add configuration : (0, 6, 0, 10) @@ -2102,7 +354,11 @@ resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] --- We are not in the presence of a special case, we add configuration : (0, 7, 0, 0) --- We are not in the presence of a special case, we add configuration : (0, 7, 0, 1) --- We are not in the presence of a special case, we add configuration : (0, 7, 0, 2) + --- We are not in the presence of a special case, we add configuration : (0, 7, 0, 3) --- We are not in the presence of a special case, we add configuration : (0, 7, 0, 4) + --- We are not in the presence of a special case, we add configuration : (0, 7, 0, 5) + --- We are not in the presence of a special case, we add configuration : (0, 7, 0, 6) + --- We are not in the presence of a special case, we add configuration : (0, 7, 0, 7) --- We are not in the presence of a special case, we add configuration : (0, 7, 0, 8) --- We are not in the presence of a special case, we add configuration : (0, 7, 0, 9) --- We are not in the presence of a special case, we add configuration : (0, 7, 0, 10) @@ -2551,6 +807,8 @@ resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] --- The representant already tested or added in candidates: [0, 0, 0, 1] --- Considering a new special case configuration: [0, 0, 0, 2] --- The representant already tested or added in candidates: [0, 0, 0, 2] +--- Considering a new special case configuration: [0, 0, 0, 3] +--- The representant already tested or added in candidates: [0, 0, 0, 3] --- Considering a new special case configuration: [0, 0, 0, 4] --- The representant already tested or added in candidates: [0, 0, 0, 4] --- Considering a new special case configuration: [0, 0, 0, 5] @@ -2642,8 +900,11 @@ resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] --- We are not in the presence of a special case, we add configuration : (1, 1, 0, 0) --- We are not in the presence of a special case, we add configuration : (1, 1, 0, 1) --- We are not in the presence of a special case, we add configuration : (1, 1, 0, 2) + --- We are not in the presence of a special case, we add configuration : (1, 1, 0, 3) --- We are not in the presence of a special case, we add configuration : (1, 1, 0, 4) + --- We are not in the presence of a special case, we add configuration : (1, 1, 0, 5) --- We are not in the presence of a special case, we add configuration : (1, 1, 0, 6) + --- We are not in the presence of a special case, we add configuration : (1, 1, 0, 7) --- We are not in the presence of a special case, we add configuration : (1, 1, 0, 8) --- We are not in the presence of a special case, we add configuration : (1, 1, 0, 9) --- We are not in the presence of a special case, we add configuration : (1, 1, 0, 10) @@ -2687,7 +948,9 @@ resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] --- We are not in the presence of a special case, we add configuration : (1, 1, 2, 14) --- We are not in the presence of a special case, we add configuration : (1, 1, 2, 15) --- We are not in the presence of a special case, we add configuration : (1, 2, 0, 0) + --- We are not in the presence of a special case, we add configuration : (1, 2, 0, 1) --- We are not in the presence of a special case, we add configuration : (1, 2, 0, 2) + --- We are not in the presence of a special case, we add configuration : (1, 2, 0, 3) --- We are not in the presence of a special case, we add configuration : (1, 2, 0, 4) --- We are not in the presence of a special case, we add configuration : (1, 2, 0, 5) --- We are not in the presence of a special case, we add configuration : (1, 2, 0, 6) @@ -2737,8 +1000,11 @@ resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] --- We are not in the presence of a special case, we add configuration : (1, 3, 0, 0) --- We are not in the presence of a special case, we add configuration : (1, 3, 0, 1) --- We are not in the presence of a special case, we add configuration : (1, 3, 0, 2) + --- We are not in the presence of a special case, we add configuration : (1, 3, 0, 3) --- We are not in the presence of a special case, we add configuration : (1, 3, 0, 4) --- We are not in the presence of a special case, we add configuration : (1, 3, 0, 5) + --- We are not in the presence of a special case, we add configuration : (1, 3, 0, 6) + --- We are not in the presence of a special case, we add configuration : (1, 3, 0, 7) --- We are not in the presence of a special case, we add configuration : (1, 3, 0, 8) --- We are not in the presence of a special case, we add configuration : (1, 3, 0, 9) --- We are not in the presence of a special case, we add configuration : (1, 3, 0, 10) @@ -2788,6 +1054,7 @@ resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] --- We are not in the presence of a special case, we add configuration : (1, 4, 0, 4) --- We are not in the presence of a special case, we add configuration : (1, 4, 0, 5) --- We are not in the presence of a special case, we add configuration : (1, 4, 0, 6) + --- We are not in the presence of a special case, we add configuration : (1, 4, 0, 7) --- We are not in the presence of a special case, we add configuration : (1, 4, 0, 8) --- We are not in the presence of a special case, we add configuration : (1, 4, 0, 9) --- We are not in the presence of a special case, we add configuration : (1, 4, 0, 10) @@ -2830,10 +1097,14 @@ resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] --- We are not in the presence of a special case, we add configuration : (1, 4, 2, 13) --- We are not in the presence of a special case, we add configuration : (1, 4, 2, 14) --- We are not in the presence of a special case, we add configuration : (1, 4, 2, 15) + --- We are not in the presence of a special case, we add configuration : (1, 5, 0, 0) --- We are not in the presence of a special case, we add configuration : (1, 5, 0, 1) --- We are not in the presence of a special case, we add configuration : (1, 5, 0, 2) + --- We are not in the presence of a special case, we add configuration : (1, 5, 0, 3) --- We are not in the presence of a special case, we add configuration : (1, 5, 0, 4) + --- We are not in the presence of a special case, we add configuration : (1, 5, 0, 5) --- We are not in the presence of a special case, we add configuration : (1, 5, 0, 6) + --- We are not in the presence of a special case, we add configuration : (1, 5, 0, 7) --- We are not in the presence of a special case, we add configuration : (1, 5, 0, 8) --- We are not in the presence of a special case, we add configuration : (1, 5, 0, 9) --- We are not in the presence of a special case, we add configuration : (1, 5, 0, 10) @@ -2877,10 +1148,13 @@ resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] --- We are not in the presence of a special case, we add configuration : (1, 5, 2, 14) --- We are not in the presence of a special case, we add configuration : (1, 5, 2, 15) --- We are not in the presence of a special case, we add configuration : (1, 6, 0, 0) + --- We are not in the presence of a special case, we add configuration : (1, 6, 0, 1) --- We are not in the presence of a special case, we add configuration : (1, 6, 0, 2) --- We are not in the presence of a special case, we add configuration : (1, 6, 0, 3) --- We are not in the presence of a special case, we add configuration : (1, 6, 0, 4) --- We are not in the presence of a special case, we add configuration : (1, 6, 0, 5) + --- We are not in the presence of a special case, we add configuration : (1, 6, 0, 6) + --- We are not in the presence of a special case, we add configuration : (1, 6, 0, 7) --- We are not in the presence of a special case, we add configuration : (1, 6, 0, 8) --- We are not in the presence of a special case, we add configuration : (1, 6, 0, 9) --- We are not in the presence of a special case, we add configuration : (1, 6, 0, 10) @@ -2926,7 +1200,11 @@ resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] --- We are not in the presence of a special case, we add configuration : (1, 7, 0, 0) --- We are not in the presence of a special case, we add configuration : (1, 7, 0, 1) --- We are not in the presence of a special case, we add configuration : (1, 7, 0, 2) + --- We are not in the presence of a special case, we add configuration : (1, 7, 0, 3) --- We are not in the presence of a special case, we add configuration : (1, 7, 0, 4) + --- We are not in the presence of a special case, we add configuration : (1, 7, 0, 5) + --- We are not in the presence of a special case, we add configuration : (1, 7, 0, 6) + --- We are not in the presence of a special case, we add configuration : (1, 7, 0, 7) --- We are not in the presence of a special case, we add configuration : (1, 7, 0, 8) --- We are not in the presence of a special case, we add configuration : (1, 7, 0, 9) --- We are not in the presence of a special case, we add configuration : (1, 7, 0, 10) @@ -3383,6 +1661,8 @@ resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] --- The representant already tested or added in candidates: [0, 0, 0, 5] --- Considering a new special case configuration: [0, 0, 0, 6] --- The representant already tested or added in candidates: [0, 0, 0, 6] +--- Considering a new special case configuration: [0, 0, 0, 7] +--- The representant already tested or added in candidates: [0, 0, 0, 7] --- Considering a new special case configuration: [0, 0, 0, 8] --- The representant already tested or added in candidates: [0, 0, 0, 8] --- Considering a new special case configuration: [0, 0, 0, 9] @@ -3466,6 +1746,7 @@ resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] --- We are not in the presence of a special case, we add configuration : (2, 1, 0, 0) --- We are not in the presence of a special case, we add configuration : (2, 1, 0, 1) --- We are not in the presence of a special case, we add configuration : (2, 1, 0, 2) + --- We are not in the presence of a special case, we add configuration : (2, 1, 0, 3) --- We are not in the presence of a special case, we add configuration : (2, 1, 0, 4) --- We are not in the presence of a special case, we add configuration : (2, 1, 0, 5) --- We are not in the presence of a special case, we add configuration : (2, 1, 0, 6) @@ -3513,6 +1794,9 @@ resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] --- We are not in the presence of a special case, we add configuration : (2, 1, 2, 14) --- We are not in the presence of a special case, we add configuration : (2, 1, 2, 15) --- We are not in the presence of a special case, we add configuration : (2, 2, 0, 0) + --- We are not in the presence of a special case, we add configuration : (2, 2, 0, 1) + --- We are not in the presence of a special case, we add configuration : (2, 2, 0, 2) + --- We are not in the presence of a special case, we add configuration : (2, 2, 0, 3) --- We are not in the presence of a special case, we add configuration : (2, 2, 0, 4) --- We are not in the presence of a special case, we add configuration : (2, 2, 0, 5) --- We are not in the presence of a special case, we add configuration : (2, 2, 0, 6) @@ -3563,7 +1847,10 @@ resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] --- We are not in the presence of a special case, we add configuration : (2, 3, 0, 1) --- We are not in the presence of a special case, we add configuration : (2, 3, 0, 2) --- We are not in the presence of a special case, we add configuration : (2, 3, 0, 3) + --- We are not in the presence of a special case, we add configuration : (2, 3, 0, 4) + --- We are not in the presence of a special case, we add configuration : (2, 3, 0, 5) --- We are not in the presence of a special case, we add configuration : (2, 3, 0, 6) + --- We are not in the presence of a special case, we add configuration : (2, 3, 0, 7) --- We are not in the presence of a special case, we add configuration : (2, 3, 0, 8) --- We are not in the presence of a special case, we add configuration : (2, 3, 0, 9) --- We are not in the presence of a special case, we add configuration : (2, 3, 0, 10) @@ -3607,6 +1894,7 @@ resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] --- We are not in the presence of a special case, we add configuration : (2, 3, 2, 14) --- We are not in the presence of a special case, we add configuration : (2, 3, 2, 15) --- We are not in the presence of a special case, we add configuration : (2, 4, 0, 0) + --- We are not in the presence of a special case, we add configuration : (2, 4, 0, 1) --- We are not in the presence of a special case, we add configuration : (2, 4, 0, 2) --- We are not in the presence of a special case, we add configuration : (2, 4, 0, 3) --- We are not in the presence of a special case, we add configuration : (2, 4, 0, 4) @@ -3656,10 +1944,13 @@ resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] --- We are not in the presence of a special case, we add configuration : (2, 4, 2, 14) --- We are not in the presence of a special case, we add configuration : (2, 4, 2, 15) --- We are not in the presence of a special case, we add configuration : (2, 5, 0, 0) + --- We are not in the presence of a special case, we add configuration : (2, 5, 0, 1) --- We are not in the presence of a special case, we add configuration : (2, 5, 0, 2) + --- We are not in the presence of a special case, we add configuration : (2, 5, 0, 3) --- We are not in the presence of a special case, we add configuration : (2, 5, 0, 4) --- We are not in the presence of a special case, we add configuration : (2, 5, 0, 5) --- We are not in the presence of a special case, we add configuration : (2, 5, 0, 6) + --- We are not in the presence of a special case, we add configuration : (2, 5, 0, 7) --- We are not in the presence of a special case, we add configuration : (2, 5, 0, 8) --- We are not in the presence of a special case, we add configuration : (2, 5, 0, 9) --- We are not in the presence of a special case, we add configuration : (2, 5, 0, 10) @@ -3705,7 +1996,9 @@ resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] --- We are not in the presence of a special case, we add configuration : (2, 6, 0, 0) --- We are not in the presence of a special case, we add configuration : (2, 6, 0, 1) --- We are not in the presence of a special case, we add configuration : (2, 6, 0, 2) + --- We are not in the presence of a special case, we add configuration : (2, 6, 0, 3) --- We are not in the presence of a special case, we add configuration : (2, 6, 0, 4) + --- We are not in the presence of a special case, we add configuration : (2, 6, 0, 5) --- We are not in the presence of a special case, we add configuration : (2, 6, 0, 6) --- We are not in the presence of a special case, we add configuration : (2, 6, 0, 7) --- We are not in the presence of a special case, we add configuration : (2, 6, 0, 8) @@ -3751,7 +2044,13 @@ resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] --- We are not in the presence of a special case, we add configuration : (2, 6, 2, 14) --- We are not in the presence of a special case, we add configuration : (2, 6, 2, 15) --- We are not in the presence of a special case, we add configuration : (2, 7, 0, 0) + --- We are not in the presence of a special case, we add configuration : (2, 7, 0, 1) + --- We are not in the presence of a special case, we add configuration : (2, 7, 0, 2) + --- We are not in the presence of a special case, we add configuration : (2, 7, 0, 3) --- We are not in the presence of a special case, we add configuration : (2, 7, 0, 4) + --- We are not in the presence of a special case, we add configuration : (2, 7, 0, 5) + --- We are not in the presence of a special case, we add configuration : (2, 7, 0, 6) + --- We are not in the presence of a special case, we add configuration : (2, 7, 0, 7) --- We are not in the presence of a special case, we add configuration : (2, 7, 0, 8) --- We are not in the presence of a special case, we add configuration : (2, 7, 0, 9) --- We are not in the presence of a special case, we add configuration : (2, 7, 0, 10) @@ -4194,8 +2493,95 @@ resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] --- We are not in the presence of a special case, we add configuration : (2, 15, 2, 13) --- We are not in the presence of a special case, we add configuration : (2, 15, 2, 14) --- We are not in the presence of a special case, we add configuration : (2, 15, 2, 15) ---- Number of configuration candidates 2057 - --- converting (0, 4, 0, 11) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) +--- Number of configuration candidates 2118 + --- converting (2, 14, 2, 9) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 2 in base 3 + --- result [2] + --- converting 14 in base 2 + --- appending 0 to result + --- appending 1 to result + --- appending 1 to result + --- appending 1 to result + --- result [1, 1, 1, 0] + --- converting 2 in base 3 + --- result [2] + --- converting 9 in base 2 + --- appending 1 to result + --- appending 0 to result + --- appending 0 to result + --- appending 1 to result + --- result [1, 0, 0, 1] + --- Result = [2, 1, 1, 1, 0, 2, 1, 0, 0, 1] + --- Converting base Y number [2, 1, 1, 1, 0, 2, 1, 0, 0, 1] to configuration notation + --- Result = [3, 3, 3, 0, 3, 0, 0, 3] +--- Retained value to add in file: [3, 3, 3, 0, 3, 0, 0, 3], indice : (2, 14, 2, 9) + --- converting (2, 6, 1, 15) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 2 in base 3 + --- result [2] + --- converting 6 in base 2 + --- appending 0 to result + --- appending 1 to result + --- appending 1 to result + --- result [0, 1, 1, 0] + --- converting 1 in base 3 + --- result [1] + --- converting 15 in base 2 + --- appending 1 to result + --- appending 1 to result + --- appending 1 to result + --- appending 1 to result + --- result [1, 1, 1, 1] + --- Result = [2, 0, 1, 1, 0, 1, 1, 1, 1, 1] + --- Converting base Y number [2, 0, 1, 1, 0, 1, 1, 1, 1, 1] to configuration notation + --- Result = [0, 3, 3, 0, 2, 2, 2, 2] +--- Retained value to add in file: [0, 3, 3, 0, 2, 2, 2, 2], indice : (2, 6, 1, 15) + --- converting (2, 5, 0, 10) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 2 in base 3 + --- result [2] + --- converting 5 in base 2 + --- appending 1 to result + --- appending 0 to result + --- appending 1 to result + --- result [0, 1, 0, 1] + --- converting 0 in base 3 + --- result [0] + --- converting 10 in base 2 + --- appending 0 to result + --- appending 1 to result + --- appending 0 to result + --- appending 1 to result + --- result [1, 0, 1, 0] + --- Result = [2, 0, 1, 0, 1, 0, 1, 0, 1, 0] + --- Converting base Y number [2, 0, 1, 0, 1, 0, 1, 0, 1, 0] to configuration notation + --- Result = [0, 3, 0, 3, 1, 0, 1, 0] +--- Retained value to add in file: [0, 3, 0, 3, 1, 0, 1, 0], indice : (2, 5, 0, 10) + --- converting (2, 3, 2, 8) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 2 in base 3 + --- result [2] + --- converting 3 in base 2 + --- appending 1 to result + --- appending 1 to result + --- result [0, 0, 1, 1] + --- converting 2 in base 3 + --- result [2] + --- converting 8 in base 2 + --- appending 0 to result + --- appending 0 to result + --- appending 0 to result + --- appending 1 to result + --- result [1, 0, 0, 0] + --- Result = [2, 0, 0, 1, 1, 2, 1, 0, 0, 0] + --- Converting base Y number [2, 0, 0, 1, 1, 2, 1, 0, 0, 0] to configuration notation + --- Result = [0, 0, 3, 3, 3, 0, 0, 0] +--- Retained value to add in file: [0, 0, 3, 3, 3, 0, 0, 0], indice : (2, 3, 2, 8) + --- converting (2, 5, 0, 4) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 2 in base 3 + --- result [2] + --- converting 5 in base 2 + --- appending 1 to result + --- appending 0 to result + --- appending 1 to result + --- result [0, 1, 0, 1] --- converting 0 in base 3 --- result [0] --- converting 4 in base 2 @@ -4203,47 +2589,376 @@ resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] --- appending 0 to result --- appending 1 to result --- result [0, 1, 0, 0] + --- Result = [2, 0, 1, 0, 1, 0, 0, 1, 0, 0] + --- Converting base Y number [2, 0, 1, 0, 1, 0, 0, 1, 0, 0] to configuration notation + --- Result = [0, 3, 0, 3, 0, 1, 0, 0] +--- Retained value to add in file: [0, 3, 0, 3, 0, 1, 0, 0], indice : (2, 5, 0, 4) + --- converting (1, 15, 1, 6) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 1 in base 3 + --- result [1] + --- converting 15 in base 2 + --- appending 1 to result + --- appending 1 to result + --- appending 1 to result + --- appending 1 to result + --- result [1, 1, 1, 1] + --- converting 1 in base 3 + --- result [1] + --- converting 6 in base 2 + --- appending 0 to result + --- appending 1 to result + --- appending 1 to result + --- result [0, 1, 1, 0] + --- Result = [1, 1, 1, 1, 1, 1, 0, 1, 1, 0] + --- Converting base Y number [1, 1, 1, 1, 1, 1, 0, 1, 1, 0] to configuration notation + --- Result = [2, 2, 2, 2, 0, 2, 2, 0] +--- Retained value to add in file: [2, 2, 2, 2, 0, 2, 2, 0], indice : (1, 15, 1, 6) + --- converting (2, 8, 0, 14) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 2 in base 3 + --- result [2] + --- converting 8 in base 2 + --- appending 0 to result + --- appending 0 to result + --- appending 0 to result + --- appending 1 to result + --- result [1, 0, 0, 0] --- converting 0 in base 3 --- result [0] - --- converting 11 in base 2 + --- converting 14 in base 2 + --- appending 0 to result + --- appending 1 to result --- appending 1 to result --- appending 1 to result + --- result [1, 1, 1, 0] + --- Result = [2, 1, 0, 0, 0, 0, 1, 1, 1, 0] + --- Converting base Y number [2, 1, 0, 0, 0, 0, 1, 1, 1, 0] to configuration notation + --- Result = [3, 0, 0, 0, 1, 1, 1, 0] +--- Retained value to add in file: [3, 0, 0, 0, 1, 1, 1, 0], indice : (2, 8, 0, 14) + --- converting (2, 2, 0, 0) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 2 in base 3 + --- result [2] + --- converting 2 in base 2 --- appending 0 to result --- appending 1 to result - --- result [1, 0, 1, 1] - --- Result = [0, 0, 1, 0, 0, 0, 1, 0, 1, 1] - --- Converting base Y number [0, 0, 1, 0, 0, 0, 1, 0, 1, 1] to configuration notation - --- Result = [0, 1, 0, 0, 1, 0, 1, 1] ---- Retained value to add in file: [0, 1, 0, 0, 1, 0, 1, 1], indice : (0, 4, 0, 11) - --- converting (2, 4, 1, 10) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- result [0, 0, 1, 0] + --- converting 0 in base 3 + --- result [0] + --- converting 0 in base 2 + --- result [0, 0, 0, 0] + --- Result = [2, 0, 0, 1, 0, 0, 0, 0, 0, 0] + --- Converting base Y number [2, 0, 0, 1, 0, 0, 0, 0, 0, 0] to configuration notation + --- Result = [0, 0, 3, 0, 0, 0, 0, 0] +--- Retained value to add in file: [0, 0, 3, 0, 0, 0, 0, 0], indice : (2, 2, 0, 0) + --- converting (2, 5, 1, 7) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) --- converting 2 in base 3 --- result [2] - --- converting 4 in base 2 + --- converting 5 in base 2 + --- appending 1 to result --- appending 0 to result + --- appending 1 to result + --- result [0, 1, 0, 1] + --- converting 1 in base 3 + --- result [1] + --- converting 7 in base 2 + --- appending 1 to result + --- appending 1 to result + --- appending 1 to result + --- result [0, 1, 1, 1] + --- Result = [2, 0, 1, 0, 1, 1, 0, 1, 1, 1] + --- Converting base Y number [2, 0, 1, 0, 1, 1, 0, 1, 1, 1] to configuration notation + --- Result = [0, 3, 0, 3, 0, 2, 2, 2] +--- Retained value to add in file: [0, 3, 0, 3, 0, 2, 2, 2], indice : (2, 5, 1, 7) + --- converting (1, 2, 0, 2) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 1 in base 3 + --- result [1] + --- converting 2 in base 2 --- appending 0 to result --- appending 1 to result - --- result [0, 1, 0, 0] + --- result [0, 0, 1, 0] + --- converting 0 in base 3 + --- result [0] + --- converting 2 in base 2 + --- appending 0 to result + --- appending 1 to result + --- result [0, 0, 1, 0] + --- Result = [1, 0, 0, 1, 0, 0, 0, 0, 1, 0] + --- Converting base Y number [1, 0, 0, 1, 0, 0, 0, 0, 1, 0] to configuration notation + --- Result = [0, 0, 2, 0, 0, 0, 1, 0] +--- Retained value to add in file: [0, 0, 2, 0, 0, 0, 1, 0], indice : (1, 2, 0, 2) + --- converting (0, 0, 2, 9) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 0 in base 3 + --- result [0] + --- converting 0 in base 2 + --- result [0, 0, 0, 0] + --- converting 2 in base 3 + --- result [2] + --- converting 9 in base 2 + --- appending 1 to result + --- appending 0 to result + --- appending 0 to result + --- appending 1 to result + --- result [1, 0, 0, 1] + --- Result = [0, 0, 0, 0, 0, 2, 1, 0, 0, 1] + --- Converting base Y number [0, 0, 0, 0, 0, 2, 1, 0, 0, 1] to configuration notation + --- Result = [0, 0, 0, 0, 3, 0, 0, 3] +--- Retained value to add in file: [0, 0, 0, 0, 3, 0, 0, 3], indice : (0, 0, 2, 9) + --- converting (0, 8, 0, 10) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 0 in base 3 + --- result [0] + --- converting 8 in base 2 + --- appending 0 to result + --- appending 0 to result + --- appending 0 to result + --- appending 1 to result + --- result [1, 0, 0, 0] + --- converting 0 in base 3 + --- result [0] + --- converting 10 in base 2 + --- appending 0 to result + --- appending 1 to result + --- appending 0 to result + --- appending 1 to result + --- result [1, 0, 1, 0] + --- Result = [0, 1, 0, 0, 0, 0, 1, 0, 1, 0] + --- Converting base Y number [0, 1, 0, 0, 0, 0, 1, 0, 1, 0] to configuration notation + --- Result = [1, 0, 0, 0, 1, 0, 1, 0] +--- Retained value to add in file: [1, 0, 0, 0, 1, 0, 1, 0], indice : (0, 8, 0, 10) + --- converting (1, 2, 1, 5) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 1 in base 3 + --- result [1] + --- converting 2 in base 2 + --- appending 0 to result + --- appending 1 to result + --- result [0, 0, 1, 0] + --- converting 1 in base 3 + --- result [1] + --- converting 5 in base 2 + --- appending 1 to result + --- appending 0 to result + --- appending 1 to result + --- result [0, 1, 0, 1] + --- Result = [1, 0, 0, 1, 0, 1, 0, 1, 0, 1] + --- Converting base Y number [1, 0, 0, 1, 0, 1, 0, 1, 0, 1] to configuration notation + --- Result = [0, 0, 2, 0, 0, 2, 0, 2] +--- Retained value to add in file: [0, 0, 2, 0, 0, 2, 0, 2], indice : (1, 2, 1, 5) + --- converting (0, 2, 2, 12) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 0 in base 3 + --- result [0] + --- converting 2 in base 2 + --- appending 0 to result + --- appending 1 to result + --- result [0, 0, 1, 0] + --- converting 2 in base 3 + --- result [2] + --- converting 12 in base 2 + --- appending 0 to result + --- appending 0 to result + --- appending 1 to result + --- appending 1 to result + --- result [1, 1, 0, 0] + --- Result = [0, 0, 0, 1, 0, 2, 1, 1, 0, 0] + --- Converting base Y number [0, 0, 0, 1, 0, 2, 1, 1, 0, 0] to configuration notation + --- Result = [0, 0, 1, 0, 3, 3, 0, 0] +--- Retained value to add in file: [0, 0, 1, 0, 3, 3, 0, 0], indice : (0, 2, 2, 12) + --- converting (0, 3, 0, 7) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 0 in base 3 + --- result [0] + --- converting 3 in base 2 + --- appending 1 to result + --- appending 1 to result + --- result [0, 0, 1, 1] + --- converting 0 in base 3 + --- result [0] + --- converting 7 in base 2 + --- appending 1 to result + --- appending 1 to result + --- appending 1 to result + --- result [0, 1, 1, 1] + --- Result = [0, 0, 0, 1, 1, 0, 0, 1, 1, 1] + --- Converting base Y number [0, 0, 0, 1, 1, 0, 0, 1, 1, 1] to configuration notation + --- Result = [0, 0, 1, 1, 0, 1, 1, 1] +--- Retained value to add in file: [0, 0, 1, 1, 0, 1, 1, 1], indice : (0, 3, 0, 7) + --- converting (2, 13, 0, 1) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 2 in base 3 + --- result [2] + --- converting 13 in base 2 + --- appending 1 to result + --- appending 0 to result + --- appending 1 to result + --- appending 1 to result + --- result [1, 1, 0, 1] + --- converting 0 in base 3 + --- result [0] + --- converting 1 in base 2 + --- result [0, 0, 0, 1] + --- Result = [2, 1, 1, 0, 1, 0, 0, 0, 0, 1] + --- Converting base Y number [2, 1, 1, 0, 1, 0, 0, 0, 0, 1] to configuration notation + --- Result = [3, 3, 0, 3, 0, 0, 0, 1] +--- Retained value to add in file: [3, 3, 0, 3, 0, 0, 0, 1], indice : (2, 13, 0, 1) + --- converting (1, 3, 2, 2) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) --- converting 1 in base 3 --- result [1] + --- converting 3 in base 2 + --- appending 1 to result + --- appending 1 to result + --- result [0, 0, 1, 1] + --- converting 2 in base 3 + --- result [2] + --- converting 2 in base 2 + --- appending 0 to result + --- appending 1 to result + --- result [0, 0, 1, 0] + --- Result = [1, 0, 0, 1, 1, 2, 0, 0, 1, 0] + --- Converting base Y number [1, 0, 0, 1, 1, 2, 0, 0, 1, 0] to configuration notation + --- Result = [0, 0, 2, 2, 0, 0, 3, 0] +--- Retained value to add in file: [0, 0, 2, 2, 0, 0, 3, 0], indice : (1, 3, 2, 2) + --- converting (0, 4, 2, 15) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 0 in base 3 + --- result [0] + --- converting 4 in base 2 + --- appending 0 to result + --- appending 0 to result + --- appending 1 to result + --- result [0, 1, 0, 0] + --- converting 2 in base 3 + --- result [2] + --- converting 15 in base 2 + --- appending 1 to result + --- appending 1 to result + --- appending 1 to result + --- appending 1 to result + --- result [1, 1, 1, 1] + --- Result = [0, 0, 1, 0, 0, 2, 1, 1, 1, 1] + --- Converting base Y number [0, 0, 1, 0, 0, 2, 1, 1, 1, 1] to configuration notation + --- Result = [0, 1, 0, 0, 3, 3, 3, 3] +--- Retained value to add in file: [0, 1, 0, 0, 3, 3, 3, 3], indice : (0, 4, 2, 15) + --- converting (0, 3, 0, 12) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 0 in base 3 + --- result [0] + --- converting 3 in base 2 + --- appending 1 to result + --- appending 1 to result + --- result [0, 0, 1, 1] + --- converting 0 in base 3 + --- result [0] + --- converting 12 in base 2 + --- appending 0 to result + --- appending 0 to result + --- appending 1 to result + --- appending 1 to result + --- result [1, 1, 0, 0] + --- Result = [0, 0, 0, 1, 1, 0, 1, 1, 0, 0] + --- Converting base Y number [0, 0, 0, 1, 1, 0, 1, 1, 0, 0] to configuration notation + --- Result = [0, 0, 1, 1, 1, 1, 0, 0] +--- Retained value to add in file: [0, 0, 1, 1, 1, 1, 0, 0], indice : (0, 3, 0, 12) + --- converting (2, 13, 0, 10) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 2 in base 3 + --- result [2] + --- converting 13 in base 2 + --- appending 1 to result + --- appending 0 to result + --- appending 1 to result + --- appending 1 to result + --- result [1, 1, 0, 1] + --- converting 0 in base 3 + --- result [0] --- converting 10 in base 2 --- appending 0 to result --- appending 1 to result --- appending 0 to result --- appending 1 to result --- result [1, 0, 1, 0] - --- Result = [2, 0, 1, 0, 0, 1, 1, 0, 1, 0] - --- Converting base Y number [2, 0, 1, 0, 0, 1, 1, 0, 1, 0] to configuration notation - --- Result = [0, 3, 0, 0, 2, 0, 2, 0] ---- Retained value to add in file: [0, 3, 0, 0, 2, 0, 2, 0], indice : (2, 4, 1, 10) - --- converting (0, 14, 1, 6) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- Result = [2, 1, 1, 0, 1, 0, 1, 0, 1, 0] + --- Converting base Y number [2, 1, 1, 0, 1, 0, 1, 0, 1, 0] to configuration notation + --- Result = [3, 3, 0, 3, 1, 0, 1, 0] +--- Retained value to add in file: [3, 3, 0, 3, 1, 0, 1, 0], indice : (2, 13, 0, 10) + --- converting (2, 1, 0, 9) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 2 in base 3 + --- result [2] + --- converting 1 in base 2 + --- result [0, 0, 0, 1] --- converting 0 in base 3 --- result [0] + --- converting 9 in base 2 + --- appending 1 to result + --- appending 0 to result + --- appending 0 to result + --- appending 1 to result + --- result [1, 0, 0, 1] + --- Result = [2, 0, 0, 0, 1, 0, 1, 0, 0, 1] + --- Converting base Y number [2, 0, 0, 0, 1, 0, 1, 0, 0, 1] to configuration notation + --- Result = [0, 0, 0, 3, 1, 0, 0, 1] +--- Retained value to add in file: [0, 0, 0, 3, 1, 0, 0, 1], indice : (2, 1, 0, 9) + --- converting [0, 0, 2, 0] to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 0 in base 3 + --- result [0] + --- converting 0 in base 2 + --- result [0, 0, 0, 0] + --- converting 2 in base 3 + --- result [2] + --- converting 0 in base 2 + --- result [0, 0, 0, 0] + --- Result = [0, 0, 0, 0, 0, 2, 0, 0, 0, 0] + --- Converting base Y number [0, 0, 0, 0, 0, 2, 0, 0, 0, 0] to configuration notation + --- Result = [0, 0, 0, 0, 0, 0, 0, 0] +--- Retained value to add in file: [0, 0, 0, 0, 0, 0, 0, 0], indice : [0, 0, 2, 0] + --- converting (1, 2, 2, 14) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 1 in base 3 + --- result [1] + --- converting 2 in base 2 + --- appending 0 to result + --- appending 1 to result + --- result [0, 0, 1, 0] + --- converting 2 in base 3 + --- result [2] --- converting 14 in base 2 --- appending 0 to result --- appending 1 to result --- appending 1 to result --- appending 1 to result --- result [1, 1, 1, 0] + --- Result = [1, 0, 0, 1, 0, 2, 1, 1, 1, 0] + --- Converting base Y number [1, 0, 0, 1, 0, 2, 1, 1, 1, 0] to configuration notation + --- Result = [0, 0, 2, 0, 3, 3, 3, 0] +--- Retained value to add in file: [0, 0, 2, 0, 3, 3, 3, 0], indice : (1, 2, 2, 14) + --- converting (2, 11, 0, 2) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 2 in base 3 + --- result [2] + --- converting 11 in base 2 + --- appending 1 to result + --- appending 1 to result + --- appending 0 to result + --- appending 1 to result + --- result [1, 0, 1, 1] + --- converting 0 in base 3 + --- result [0] + --- converting 2 in base 2 + --- appending 0 to result + --- appending 1 to result + --- result [0, 0, 1, 0] + --- Result = [2, 1, 0, 1, 1, 0, 0, 0, 1, 0] + --- Converting base Y number [2, 1, 0, 1, 1, 0, 0, 0, 1, 0] to configuration notation + --- Result = [3, 0, 3, 3, 0, 0, 1, 0] +--- Retained value to add in file: [3, 0, 3, 3, 0, 0, 1, 0], indice : (2, 11, 0, 2) + --- converting (2, 7, 1, 3) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 2 in base 3 + --- result [2] + --- converting 7 in base 2 + --- appending 1 to result + --- appending 1 to result + --- appending 1 to result + --- result [0, 1, 1, 1] + --- converting 1 in base 3 + --- result [1] + --- converting 3 in base 2 + --- appending 1 to result + --- appending 1 to result + --- result [0, 0, 1, 1] + --- Result = [2, 0, 1, 1, 1, 1, 0, 0, 1, 1] + --- Converting base Y number [2, 0, 1, 1, 1, 1, 0, 0, 1, 1] to configuration notation + --- Result = [0, 3, 3, 3, 0, 0, 2, 2] +--- Retained value to add in file: [0, 3, 3, 3, 0, 0, 2, 2], indice : (2, 7, 1, 3) + --- converting (1, 6, 2, 5) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) --- converting 1 in base 3 --- result [1] --- converting 6 in base 2 @@ -4251,13 +2966,20 @@ resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] --- appending 1 to result --- appending 1 to result --- result [0, 1, 1, 0] - --- Result = [0, 1, 1, 1, 0, 1, 0, 1, 1, 0] - --- Converting base Y number [0, 1, 1, 1, 0, 1, 0, 1, 1, 0] to configuration notation - --- Result = [1, 1, 1, 0, 0, 2, 2, 0] ---- Retained value to add in file: [1, 1, 1, 0, 0, 2, 2, 0], indice : (0, 14, 1, 6) - --- converting (2, 6, 2, 10) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) --- converting 2 in base 3 --- result [2] + --- converting 5 in base 2 + --- appending 1 to result + --- appending 0 to result + --- appending 1 to result + --- result [0, 1, 0, 1] + --- Result = [1, 0, 1, 1, 0, 2, 0, 1, 0, 1] + --- Converting base Y number [1, 0, 1, 1, 0, 2, 0, 1, 0, 1] to configuration notation + --- Result = [0, 2, 2, 0, 0, 3, 0, 3] +--- Retained value to add in file: [0, 2, 2, 0, 0, 3, 0, 3], indice : (1, 6, 2, 5) + --- converting (0, 6, 2, 3) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 0 in base 3 + --- result [0] --- converting 6 in base 2 --- appending 0 to result --- appending 1 to result @@ -4265,35 +2987,446 @@ resulted X configuration : [0, 0, 2, 0, 2, 2, 3, 1] --- result [0, 1, 1, 0] --- converting 2 in base 3 --- result [2] - --- converting 10 in base 2 + --- converting 3 in base 2 + --- appending 1 to result + --- appending 1 to result + --- result [0, 0, 1, 1] + --- Result = [0, 0, 1, 1, 0, 2, 0, 0, 1, 1] + --- Converting base Y number [0, 0, 1, 1, 0, 2, 0, 0, 1, 1] to configuration notation + --- Result = [0, 1, 1, 0, 0, 0, 3, 3] +--- Retained value to add in file: [0, 1, 1, 0, 0, 0, 3, 3], indice : (0, 6, 2, 3) + --- converting (1, 14, 1, 7) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 1 in base 3 + --- result [1] + --- converting 14 in base 2 --- appending 0 to result --- appending 1 to result + --- appending 1 to result + --- appending 1 to result + --- result [1, 1, 1, 0] + --- converting 1 in base 3 + --- result [1] + --- converting 7 in base 2 + --- appending 1 to result + --- appending 1 to result + --- appending 1 to result + --- result [0, 1, 1, 1] + --- Result = [1, 1, 1, 1, 0, 1, 0, 1, 1, 1] + --- Converting base Y number [1, 1, 1, 1, 0, 1, 0, 1, 1, 1] to configuration notation + --- Result = [2, 2, 2, 0, 0, 2, 2, 2] +--- Retained value to add in file: [2, 2, 2, 0, 0, 2, 2, 2], indice : (1, 14, 1, 7) + --- converting (2, 2, 1, 8) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 2 in base 3 + --- result [2] + --- converting 2 in base 2 --- appending 0 to result --- appending 1 to result - --- result [1, 0, 1, 0] - --- Result = [2, 0, 1, 1, 0, 2, 1, 0, 1, 0] - --- Converting base Y number [2, 0, 1, 1, 0, 2, 1, 0, 1, 0] to configuration notation - --- Result = [0, 3, 3, 0, 3, 0, 3, 0] ---- Retained value to add in file: [0, 3, 3, 0, 3, 0, 3, 0], indice : (2, 6, 2, 10) - --- converting (0, 8, 2, 7) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- result [0, 0, 1, 0] + --- converting 1 in base 3 + --- result [1] + --- converting 8 in base 2 + --- appending 0 to result + --- appending 0 to result + --- appending 0 to result + --- appending 1 to result + --- result [1, 0, 0, 0] + --- Result = [2, 0, 0, 1, 0, 1, 1, 0, 0, 0] + --- Converting base Y number [2, 0, 0, 1, 0, 1, 1, 0, 0, 0] to configuration notation + --- Result = [0, 0, 3, 0, 2, 0, 0, 0] +--- Retained value to add in file: [0, 0, 3, 0, 2, 0, 0, 0], indice : (2, 2, 1, 8) + --- converting (2, 8, 1, 5) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 2 in base 3 + --- result [2] + --- converting 8 in base 2 + --- appending 0 to result + --- appending 0 to result + --- appending 0 to result + --- appending 1 to result + --- result [1, 0, 0, 0] + --- converting 1 in base 3 + --- result [1] + --- converting 5 in base 2 + --- appending 1 to result + --- appending 0 to result + --- appending 1 to result + --- result [0, 1, 0, 1] + --- Result = [2, 1, 0, 0, 0, 1, 0, 1, 0, 1] + --- Converting base Y number [2, 1, 0, 0, 0, 1, 0, 1, 0, 1] to configuration notation + --- Result = [3, 0, 0, 0, 0, 2, 0, 2] +--- Retained value to add in file: [3, 0, 0, 0, 0, 2, 0, 2], indice : (2, 8, 1, 5) + --- converting (1, 12, 1, 1) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 1 in base 3 + --- result [1] + --- converting 12 in base 2 + --- appending 0 to result + --- appending 0 to result + --- appending 1 to result + --- appending 1 to result + --- result [1, 1, 0, 0] + --- converting 1 in base 3 + --- result [1] + --- converting 1 in base 2 + --- result [0, 0, 0, 1] + --- Result = [1, 1, 1, 0, 0, 1, 0, 0, 0, 1] + --- Converting base Y number [1, 1, 1, 0, 0, 1, 0, 0, 0, 1] to configuration notation + --- Result = [2, 2, 0, 0, 0, 0, 0, 2] +--- Retained value to add in file: [2, 2, 0, 0, 0, 0, 0, 2], indice : (1, 12, 1, 1) + --- converting (2, 15, 0, 12) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 2 in base 3 + --- result [2] + --- converting 15 in base 2 + --- appending 1 to result + --- appending 1 to result + --- appending 1 to result + --- appending 1 to result + --- result [1, 1, 1, 1] --- converting 0 in base 3 --- result [0] + --- converting 12 in base 2 + --- appending 0 to result + --- appending 0 to result + --- appending 1 to result + --- appending 1 to result + --- result [1, 1, 0, 0] + --- Result = [2, 1, 1, 1, 1, 0, 1, 1, 0, 0] + --- Converting base Y number [2, 1, 1, 1, 1, 0, 1, 1, 0, 0] to configuration notation + --- Result = [3, 3, 3, 3, 1, 1, 0, 0] +--- Retained value to add in file: [3, 3, 3, 3, 1, 1, 0, 0], indice : (2, 15, 0, 12) + --- converting (2, 3, 1, 8) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 2 in base 3 + --- result [2] + --- converting 3 in base 2 + --- appending 1 to result + --- appending 1 to result + --- result [0, 0, 1, 1] + --- converting 1 in base 3 + --- result [1] --- converting 8 in base 2 --- appending 0 to result --- appending 0 to result --- appending 0 to result --- appending 1 to result --- result [1, 0, 0, 0] + --- Result = [2, 0, 0, 1, 1, 1, 1, 0, 0, 0] + --- Converting base Y number [2, 0, 0, 1, 1, 1, 1, 0, 0, 0] to configuration notation + --- Result = [0, 0, 3, 3, 2, 0, 0, 0] +--- Retained value to add in file: [0, 0, 3, 3, 2, 0, 0, 0], indice : (2, 3, 1, 8) + --- converting (2, 15, 2, 1) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 2 in base 3 + --- result [2] + --- converting 15 in base 2 + --- appending 1 to result + --- appending 1 to result + --- appending 1 to result + --- appending 1 to result + --- result [1, 1, 1, 1] + --- converting 2 in base 3 + --- result [2] + --- converting 1 in base 2 + --- result [0, 0, 0, 1] + --- Result = [2, 1, 1, 1, 1, 2, 0, 0, 0, 1] + --- Converting base Y number [2, 1, 1, 1, 1, 2, 0, 0, 0, 1] to configuration notation + --- Result = [3, 3, 3, 3, 0, 0, 0, 3] +--- Retained value to add in file: [3, 3, 3, 3, 0, 0, 0, 3], indice : (2, 15, 2, 1) + --- converting (2, 13, 2, 9) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 2 in base 3 + --- result [2] + --- converting 13 in base 2 + --- appending 1 to result + --- appending 0 to result + --- appending 1 to result + --- appending 1 to result + --- result [1, 1, 0, 1] + --- converting 2 in base 3 + --- result [2] + --- converting 9 in base 2 + --- appending 1 to result + --- appending 0 to result + --- appending 0 to result + --- appending 1 to result + --- result [1, 0, 0, 1] + --- Result = [2, 1, 1, 0, 1, 2, 1, 0, 0, 1] + --- Converting base Y number [2, 1, 1, 0, 1, 2, 1, 0, 0, 1] to configuration notation + --- Result = [3, 3, 0, 3, 3, 0, 0, 3] +--- Retained value to add in file: [3, 3, 0, 3, 3, 0, 0, 3], indice : (2, 13, 2, 9) + --- converting (1, 10, 0, 1) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 1 in base 3 + --- result [1] + --- converting 10 in base 2 + --- appending 0 to result + --- appending 1 to result + --- appending 0 to result + --- appending 1 to result + --- result [1, 0, 1, 0] + --- converting 0 in base 3 + --- result [0] + --- converting 1 in base 2 + --- result [0, 0, 0, 1] + --- Result = [1, 1, 0, 1, 0, 0, 0, 0, 0, 1] + --- Converting base Y number [1, 1, 0, 1, 0, 0, 0, 0, 0, 1] to configuration notation + --- Result = [2, 0, 2, 0, 0, 0, 0, 1] +--- Retained value to add in file: [2, 0, 2, 0, 0, 0, 0, 1], indice : (1, 10, 0, 1) + --- converting (0, 3, 1, 1) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 0 in base 3 + --- result [0] + --- converting 3 in base 2 + --- appending 1 to result + --- appending 1 to result + --- result [0, 0, 1, 1] + --- converting 1 in base 3 + --- result [1] + --- converting 1 in base 2 + --- result [0, 0, 0, 1] + --- Result = [0, 0, 0, 1, 1, 1, 0, 0, 0, 1] + --- Converting base Y number [0, 0, 0, 1, 1, 1, 0, 0, 0, 1] to configuration notation + --- Result = [0, 0, 1, 1, 0, 0, 0, 2] +--- Retained value to add in file: [0, 0, 1, 1, 0, 0, 0, 2], indice : (0, 3, 1, 1) + --- converting (1, 7, 0, 9) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 1 in base 3 + --- result [1] + --- converting 7 in base 2 + --- appending 1 to result + --- appending 1 to result + --- appending 1 to result + --- result [0, 1, 1, 1] + --- converting 0 in base 3 + --- result [0] + --- converting 9 in base 2 + --- appending 1 to result + --- appending 0 to result + --- appending 0 to result + --- appending 1 to result + --- result [1, 0, 0, 1] + --- Result = [1, 0, 1, 1, 1, 0, 1, 0, 0, 1] + --- Converting base Y number [1, 0, 1, 1, 1, 0, 1, 0, 0, 1] to configuration notation + --- Result = [0, 2, 2, 2, 1, 0, 0, 1] +--- Retained value to add in file: [0, 2, 2, 2, 1, 0, 0, 1], indice : (1, 7, 0, 9) + --- converting (0, 10, 2, 14) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 0 in base 3 + --- result [0] + --- converting 10 in base 2 + --- appending 0 to result + --- appending 1 to result + --- appending 0 to result + --- appending 1 to result + --- result [1, 0, 1, 0] + --- converting 2 in base 3 + --- result [2] + --- converting 14 in base 2 + --- appending 0 to result + --- appending 1 to result + --- appending 1 to result + --- appending 1 to result + --- result [1, 1, 1, 0] + --- Result = [0, 1, 0, 1, 0, 2, 1, 1, 1, 0] + --- Converting base Y number [0, 1, 0, 1, 0, 2, 1, 1, 1, 0] to configuration notation + --- Result = [1, 0, 1, 0, 3, 3, 3, 0] +--- Retained value to add in file: [1, 0, 1, 0, 3, 3, 3, 0], indice : (0, 10, 2, 14) + --- converting (2, 2, 0, 1) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 2 in base 3 + --- result [2] + --- converting 2 in base 2 + --- appending 0 to result + --- appending 1 to result + --- result [0, 0, 1, 0] + --- converting 0 in base 3 + --- result [0] + --- converting 1 in base 2 + --- result [0, 0, 0, 1] + --- Result = [2, 0, 0, 1, 0, 0, 0, 0, 0, 1] + --- Converting base Y number [2, 0, 0, 1, 0, 0, 0, 0, 0, 1] to configuration notation + --- Result = [0, 0, 3, 0, 0, 0, 0, 1] +--- Retained value to add in file: [0, 0, 3, 0, 0, 0, 0, 1], indice : (2, 2, 0, 1) + --- converting (2, 1, 2, 15) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 2 in base 3 + --- result [2] + --- converting 1 in base 2 + --- result [0, 0, 0, 1] + --- converting 2 in base 3 + --- result [2] + --- converting 15 in base 2 + --- appending 1 to result + --- appending 1 to result + --- appending 1 to result + --- appending 1 to result + --- result [1, 1, 1, 1] + --- Result = [2, 0, 0, 0, 1, 2, 1, 1, 1, 1] + --- Converting base Y number [2, 0, 0, 0, 1, 2, 1, 1, 1, 1] to configuration notation + --- Result = [0, 0, 0, 3, 3, 3, 3, 3] +--- Retained value to add in file: [0, 0, 0, 3, 3, 3, 3, 3], indice : (2, 1, 2, 15) + --- converting (2, 13, 1, 2) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 2 in base 3 + --- result [2] + --- converting 13 in base 2 + --- appending 1 to result + --- appending 0 to result + --- appending 1 to result + --- appending 1 to result + --- result [1, 1, 0, 1] + --- converting 1 in base 3 + --- result [1] + --- converting 2 in base 2 + --- appending 0 to result + --- appending 1 to result + --- result [0, 0, 1, 0] + --- Result = [2, 1, 1, 0, 1, 1, 0, 0, 1, 0] + --- Converting base Y number [2, 1, 1, 0, 1, 1, 0, 0, 1, 0] to configuration notation + --- Result = [3, 3, 0, 3, 0, 0, 2, 0] +--- Retained value to add in file: [3, 3, 0, 3, 0, 0, 2, 0], indice : (2, 13, 1, 2) + --- converting (0, 13, 2, 9) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 0 in base 3 + --- result [0] + --- converting 13 in base 2 + --- appending 1 to result + --- appending 0 to result + --- appending 1 to result + --- appending 1 to result + --- result [1, 1, 0, 1] --- converting 2 in base 3 --- result [2] + --- converting 9 in base 2 + --- appending 1 to result + --- appending 0 to result + --- appending 0 to result + --- appending 1 to result + --- result [1, 0, 0, 1] + --- Result = [0, 1, 1, 0, 1, 2, 1, 0, 0, 1] + --- Converting base Y number [0, 1, 1, 0, 1, 2, 1, 0, 0, 1] to configuration notation + --- Result = [1, 1, 0, 1, 3, 0, 0, 3] +--- Retained value to add in file: [1, 1, 0, 1, 3, 0, 0, 3], indice : (0, 13, 2, 9) + --- converting (0, 12, 0, 5) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 0 in base 3 + --- result [0] + --- converting 12 in base 2 + --- appending 0 to result + --- appending 0 to result + --- appending 1 to result + --- appending 1 to result + --- result [1, 1, 0, 0] + --- converting 0 in base 3 + --- result [0] + --- converting 5 in base 2 + --- appending 1 to result + --- appending 0 to result + --- appending 1 to result + --- result [0, 1, 0, 1] + --- Result = [0, 1, 1, 0, 0, 0, 0, 1, 0, 1] + --- Converting base Y number [0, 1, 1, 0, 0, 0, 0, 1, 0, 1] to configuration notation + --- Result = [1, 1, 0, 0, 0, 1, 0, 1] +--- Retained value to add in file: [1, 1, 0, 0, 0, 1, 0, 1], indice : (0, 12, 0, 5) + --- converting (1, 2, 0, 5) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 1 in base 3 + --- result [1] + --- converting 2 in base 2 + --- appending 0 to result + --- appending 1 to result + --- result [0, 0, 1, 0] + --- converting 0 in base 3 + --- result [0] + --- converting 5 in base 2 + --- appending 1 to result + --- appending 0 to result + --- appending 1 to result + --- result [0, 1, 0, 1] + --- Result = [1, 0, 0, 1, 0, 0, 0, 1, 0, 1] + --- Converting base Y number [1, 0, 0, 1, 0, 0, 0, 1, 0, 1] to configuration notation + --- Result = [0, 0, 2, 0, 0, 1, 0, 1] +--- Retained value to add in file: [0, 0, 2, 0, 0, 1, 0, 1], indice : (1, 2, 0, 5) + --- converting (0, 7, 2, 6) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 0 in base 3 + --- result [0] --- converting 7 in base 2 --- appending 1 to result --- appending 1 to result --- appending 1 to result --- result [0, 1, 1, 1] - --- Result = [0, 1, 0, 0, 0, 2, 0, 1, 1, 1] - --- Converting base Y number [0, 1, 0, 0, 0, 2, 0, 1, 1, 1] to configuration notation - --- Result = [1, 0, 0, 0, 0, 3, 3, 3] ---- Retained value to add in file: [1, 0, 0, 0, 0, 3, 3, 3], indice : (0, 8, 2, 7) ---- Number of configurations generated = 5 + --- converting 2 in base 3 + --- result [2] + --- converting 6 in base 2 + --- appending 0 to result + --- appending 1 to result + --- appending 1 to result + --- result [0, 1, 1, 0] + --- Result = [0, 0, 1, 1, 1, 2, 0, 1, 1, 0] + --- Converting base Y number [0, 0, 1, 1, 1, 2, 0, 1, 1, 0] to configuration notation + --- Result = [0, 1, 1, 1, 0, 3, 3, 0] +--- Retained value to add in file: [0, 1, 1, 1, 0, 3, 3, 0], indice : (0, 7, 2, 6) + --- converting (0, 3, 0, 9) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 0 in base 3 + --- result [0] + --- converting 3 in base 2 + --- appending 1 to result + --- appending 1 to result + --- result [0, 0, 1, 1] + --- converting 0 in base 3 + --- result [0] + --- converting 9 in base 2 + --- appending 1 to result + --- appending 0 to result + --- appending 0 to result + --- appending 1 to result + --- result [1, 0, 0, 1] + --- Result = [0, 0, 0, 1, 1, 0, 1, 0, 0, 1] + --- Converting base Y number [0, 0, 0, 1, 1, 0, 1, 0, 0, 1] to configuration notation + --- Result = [0, 0, 1, 1, 1, 0, 0, 1] +--- Retained value to add in file: [0, 0, 1, 1, 1, 0, 0, 1], indice : (0, 3, 0, 9) + --- converting (0, 13, 1, 11) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 0 in base 3 + --- result [0] + --- converting 13 in base 2 + --- appending 1 to result + --- appending 0 to result + --- appending 1 to result + --- appending 1 to result + --- result [1, 1, 0, 1] + --- converting 1 in base 3 + --- result [1] + --- converting 11 in base 2 + --- appending 1 to result + --- appending 1 to result + --- appending 0 to result + --- appending 1 to result + --- result [1, 0, 1, 1] + --- Result = [0, 1, 1, 0, 1, 1, 1, 0, 1, 1] + --- Converting base Y number [0, 1, 1, 0, 1, 1, 1, 0, 1, 1] to configuration notation + --- Result = [1, 1, 0, 1, 2, 0, 2, 2] +--- Retained value to add in file: [1, 1, 0, 1, 2, 0, 2, 2], indice : (0, 13, 1, 11) + --- converting (0, 3, 1, 3) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 0 in base 3 + --- result [0] + --- converting 3 in base 2 + --- appending 1 to result + --- appending 1 to result + --- result [0, 0, 1, 1] + --- converting 1 in base 3 + --- result [1] + --- converting 3 in base 2 + --- appending 1 to result + --- appending 1 to result + --- result [0, 0, 1, 1] + --- Result = [0, 0, 0, 1, 1, 1, 0, 0, 1, 1] + --- Converting base Y number [0, 0, 0, 1, 1, 1, 0, 0, 1, 1] to configuration notation + --- Result = [0, 0, 1, 1, 0, 0, 2, 2] +--- Retained value to add in file: [0, 0, 1, 1, 0, 0, 2, 2], indice : (0, 3, 1, 3) + --- converting (0, 15, 0, 7) to base Y ( base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits) + --- converting 0 in base 3 + --- result [0] + --- converting 15 in base 2 + --- appending 1 to result + --- appending 1 to result + --- appending 1 to result + --- appending 1 to result + --- result [1, 1, 1, 1] + --- converting 0 in base 3 + --- result [0] + --- converting 7 in base 2 + --- appending 1 to result + --- appending 1 to result + --- appending 1 to result + --- result [0, 1, 1, 1] + --- Result = [0, 1, 1, 1, 1, 0, 0, 1, 1, 1] + --- Converting base Y number [0, 1, 1, 1, 1, 0, 0, 1, 1, 1] to configuration notation + --- Result = [1, 1, 1, 1, 0, 1, 1, 1] +--- Retained value to add in file: [1, 1, 1, 1, 0, 1, 1, 1], indice : (0, 15, 0, 7) +--- Number of configurations generated = 50 --- Outpuf file = /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/input_configurations_file.csv diff --git a/experiment_automatization/can_be_reused/old_tools/correct_generic_error_add_column.sh b/experiment_automatization/can_be_reused/old_tools/correct_generic_error_add_column.sh new file mode 100755 index 0000000000000000000000000000000000000000..b18d28578c00dd37fc37f1ae350b61976486cc89 --- /dev/null +++ b/experiment_automatization/can_be_reused/old_tools/correct_generic_error_add_column.sh @@ -0,0 +1,110 @@ +#!/usr/bin/bash + + + +# This tool takes as input a folder and for each subfolder that contains a summary file +# it correct the error related to bad computation of generic format of configurations +# it also add tow columns for starting cc_info and ending cc_info in each summary file + +PROJECT_PATH="/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization" +SCRIPT_PATH="/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/old_tools" +echo "--- Walking through directory $SUMMARY_FOLDER" + +AUTOMATIZATION_PROJECT_PATH="/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization" +PROJECT_TRASH_FOLDER="${AUTOMATIZATION_PROJECT_PATH}/can_be_reused/old_tools/trash" + +# Loading libraries +echo "--- Loading utils.sh library .... " +sleep 1 +source ${AUTOMATIZATION_PROJECT_PATH}/utils.sh +echo "--- $TESTING_UTILS_SOURCING" + +echo "--- Loading parsing_utils.sh library .... " +sleep 1 +source ${AUTOMATIZATION_PROJECT_PATH}/parsing_utils.sh +echo "--- $TESTING_PARSING_UTILS_SOURCING" + + + +freq_dict_of_little_socket_google_pixel=([0]="0" [1]="576000" [2]="1363200" [3]="1804800") +freq_dict_of_medium_socket_google_pixel=([0]="0" [1]="652800" [2]="1478400" [3]="2208000") +freq_dict_of_big_socket_google_pixel=([0]="0" [1]="806400" [2]="1766400" [3]="2400000") + + + + + +function produce_correct_summary_file(){ + #this file takes as input a file like this + old_summary_file=$1 + PROJECT_TRASH_FOLDER_=$2 + tmp_summary_file_=${old_summary_file::-4}__tmp.csv + PHONE_NAME_="google_pixel_4a_5g" + phone_format_header_in_file="google pixel format" + + touch $tmp_summary_file_ + is_header=1 + while IFS=, read -r configurations generic_format_ exact_frequency phone_format exact_frequencies phone_energy \ + phone_power workload energy_by_workload ; do + if [ "$is_header" -ne "0" ]; then + echo "--- Reading header $configurations and $exact_frequency_google_pixel" + echo "--- Creating the file $tmp_summary_file_" + echo "configurations,generic format,exact frequency,${phone_format_header_in_file},exact frequencies,phone energy,\ + phone power,workload,energy by workload,starting cc_info,ending cc_info" > $tmp_summary_file_ + is_header=0 + else + #generic_format exact_frequency_generic exact_frequency_google_pixel + phone_format=$(echo $phone_format | tr -d '\r' ) + echo " -- Cleaning phone format of configuration >$phone_format<" + configuration_in_phone_format=${phone_format:1:-1} # removing first and last hooks + configuration_in_phone_format=$(echo "$configuration_in_phone_format" | sed 's/ //g' | sed 's/-/,/g' ) # removing spaces and replacing dashes by commas + #echo " -- Getting generic format of configuration $configuration_in_phone_format" + generic_format=$(print_generic_format_from_configuration $configuration_in_phone_format $PHONE_NAME_) + echo " ----- Generic format: $generic_format" + + configuration_in_generic_format=${generic_format:1:-1} # removing first and last hooks + configuration_in_generic_format=$(echo "$configuration_in_generic_format" | sed 's/ //g' | sed 's/-/,/g' ) + #echo " -- Getting generic format with exact frequencies of configuration $configuration_in_generic_format" + exact_frequency_generic=$(print_generic_format_with_exact_frequencies_values $configuration_in_generic_format $PHONE_NAME_) + echo " -- Generic format with exact frequencies: $exact_frequency_generic" + + #echo " -- Getting exact frequencies of configuration $configuration_in_phone_format" + exact_frequency_phone=$(echo_configuration_with_exact_value_of_frequencies $configuration_in_phone_format $PHONE_NAME_) + #exact_frequency_phone=$(echo "$exact_frequency_phone" | sed 's/,/- /g') + #exact_frequency_phone="[$exact_frequency_phone]" + echo " -- Exact frequencies: $exact_frequency_phone" + starting_cc_info=0 + ending_cc_info=0 + + echo "$configurations,$generic_format,$exact_frequency_generic,$phone_format,$exact_frequency_phone,\ + ${phone_energy},$phone_power,$workload,$energy_by_workload,$starting_cc_info,$ending_cc_info" >> $tmp_summary_file_ + + + fi + done < $old_summary_file + + mv $old_summary_file ${PROJECT_TRASH_FOLDER_}/summary_file_deleted_on_$(date +'%d%h%y_%H_%M_%S') + mv $tmp_summary_file_ $old_summary_file + +} + + +function correct_results_folder(){ + many_result_folders=$1 + + + for current_result_directory in ${many_result_folders}/*/ ; do + echo "--- Processing configutation directory $current_result_directory" + for current_file in ${current_result_directory::-1}/* ; do + zero_if_summary=$(echo $current_file | grep -q summary ; echo $?) + if [ "$zero_if_summary" -eq "0" ]; then + echo "--- Processing summary file $current_file" + produce_correct_summary_file ${current_file} "${PROJECT_TRASH_FOLDER}" + fi + done + + done +} + +result_folder="/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/old_tools/CORRECTING_ERROR_IN_RESULTS" +correct_results_folder $result_folder \ No newline at end of file diff --git a/experiment_automatization/experiment_log_file.txt b/experiment_automatization/experiment_log_file.txt index 98fd9f7ac4978170f9d76d8c0cb7e34b59c68954..4c9aaf0c1fbed633dc94260da748e2e25833fadd 100755 --- a/experiment_automatization/experiment_log_file.txt +++ b/experiment_automatization/experiment_log_file.txt @@ -9,22 +9,210 @@ --- After move command --- Reading header configurations and --- Creating the file /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/input_configurations_file__finally_used.csv - -- Cleaning phone format of configuration >[0- 1- 0- 1- 1- 0- 1- 1]< - ----- Generic format: [0- 1- 0- 1- 0- 0- 0- 0- 0- 1- 0- 1- 1] - -- Generic format with exact frequencies: [0- 598000- 0- 598000- 0- 0- 0- 0- 0- 741000- 0- 741000- 741000] - -- Exact frequencies: [0- 598000- 0- 598000- 741000- 0- 741000- 741000] - -- Cleaning phone format of configuration >[0- 3- 0- 0- 2- 0- 2- 0]< - ----- Generic format: [0- 3- 0- 0- 0- 0- 0- 0- 0- 2- 0- 2- 0] - -- Generic format with exact frequencies: [0- 1690000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 0] - -- Exact frequencies: [0- 1690000- 0- 0- 1469000- 0- 1469000- 0] - -- Cleaning phone format of configuration >[1- 1- 1- 0- 0- 2- 2- 0]< - ----- Generic format: [1- 1- 1- 0- 0- 0- 0- 0- 0- 0- 2- 2- 0] - -- Generic format with exact frequencies: [598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0] - -- Exact frequencies: [598000- 598000- 598000- 0- 0- 1469000- 1469000- 0] + -- Cleaning phone format of configuration >[3- 3- 3- 0- 3- 0- 0- 3]< + ----- Generic format: [3- 3- 3- 0- 0- 0- 0- 0- 0- 3- 0- 0- 3] + -- Generic format with exact frequencies: [1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000] + -- Exact frequencies: [1690000- 1690000- 1690000- 0- 2314000- 0- 0- 2314000] + -- Cleaning phone format of configuration >[0- 3- 3- 0- 2- 2- 2- 2]< + ----- Generic format: [0- 3- 3- 0- 0- 0- 0- 0- 0- 2- 2- 2- 2] + -- Generic format with exact frequencies: [0- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000- 1469000] + -- Exact frequencies: [0- 1690000- 1690000- 0- 1469000- 1469000- 1469000- 1469000] + -- Cleaning phone format of configuration >[0- 3- 0- 3- 1- 0- 1- 0]< + ----- Generic format: [0- 3- 0- 3- 0- 0- 0- 0- 0- 1- 0- 1- 0] + -- Generic format with exact frequencies: [0- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 741000- 0- 741000- 0] + -- Exact frequencies: [0- 1690000- 0- 1690000- 741000- 0- 741000- 0] + -- Cleaning phone format of configuration >[0- 0- 3- 3- 3- 0- 0- 0]< + ----- Generic format: [0- 0- 3- 3- 0- 0- 0- 0- 0- 3- 0- 0- 0] + -- Generic format with exact frequencies: [0- 0- 1690000- 1690000- 0- 0- 0- 0- 0- 2314000- 0- 0- 0] + -- Exact frequencies: [0- 0- 1690000- 1690000- 2314000- 0- 0- 0] + -- Cleaning phone format of configuration >[0- 3- 0- 3- 0- 1- 0- 0]< + ----- Generic format: [0- 3- 0- 3- 0- 0- 0- 0- 0- 0- 1- 0- 0] + -- Generic format with exact frequencies: [0- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 741000- 0- 0] + -- Exact frequencies: [0- 1690000- 0- 1690000- 0- 741000- 0- 0] + -- Cleaning phone format of configuration >[2- 2- 2- 2- 0- 2- 2- 0]< + ----- Generic format: [2- 2- 2- 2- 0- 0- 0- 0- 0- 0- 2- 2- 0] + -- Generic format with exact frequencies: [1248000- 1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0] + -- Exact frequencies: [1248000- 1248000- 1248000- 1248000- 0- 1469000- 1469000- 0] + -- Cleaning phone format of configuration >[3- 0- 0- 0- 1- 1- 1- 0]< + ----- Generic format: [3- 0- 0- 0- 0- 0- 0- 0- 0- 1- 1- 1- 0] + -- Generic format with exact frequencies: [1690000- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000- 0] + -- Exact frequencies: [1690000- 0- 0- 0- 741000- 741000- 741000- 0] + -- Cleaning phone format of configuration >[0- 0- 3- 0- 0- 0- 0- 0]< + ----- Generic format: [0- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0] + -- Generic format with exact frequencies: [0- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0] + -- Exact frequencies: [0- 0- 1690000- 0- 0- 0- 0- 0] + -- Cleaning phone format of configuration >[0- 3- 0- 3- 0- 2- 2- 2]< + ----- Generic format: [0- 3- 0- 3- 0- 0- 0- 0- 0- 0- 2- 2- 2] + -- Generic format with exact frequencies: [0- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000] + -- Exact frequencies: [0- 1690000- 0- 1690000- 0- 1469000- 1469000- 1469000] + -- Cleaning phone format of configuration >[0- 0- 2- 0- 0- 0- 1- 0]< + ----- Generic format: [0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 0- 1- 0] + -- Generic format with exact frequencies: [0- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 0] + -- Exact frequencies: [0- 0- 1248000- 0- 0- 0- 741000- 0] + -- Cleaning phone format of configuration >[0- 0- 0- 0- 3- 0- 0- 3]< + ----- Generic format: [0- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0- 0- 3] + -- Generic format with exact frequencies: [0- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000] + -- Exact frequencies: [0- 0- 0- 0- 2314000- 0- 0- 2314000] + -- Cleaning phone format of configuration >[1- 0- 0- 0- 1- 0- 1- 0]< + ----- Generic format: [1- 0- 0- 0- 0- 0- 0- 0- 0- 1- 0- 1- 0] + -- Generic format with exact frequencies: [598000- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 0- 741000- 0] + -- Exact frequencies: [598000- 0- 0- 0- 741000- 0- 741000- 0] + -- Cleaning phone format of configuration >[0- 0- 2- 0- 0- 2- 0- 2]< + ----- Generic format: [0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 2- 0- 2] + -- Generic format with exact frequencies: [0- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000] + -- Exact frequencies: [0- 0- 1248000- 0- 0- 1469000- 0- 1469000] + -- Cleaning phone format of configuration >[0- 0- 1- 0- 3- 3- 0- 0]< + ----- Generic format: [0- 0- 1- 0- 0- 0- 0- 0- 0- 3- 3- 0- 0] + -- Generic format with exact frequencies: [0- 0- 598000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 0] + -- Exact frequencies: [0- 0- 598000- 0- 2314000- 2314000- 0- 0] + -- Cleaning phone format of configuration >[0- 0- 1- 1- 0- 1- 1- 1]< + ----- Generic format: [0- 0- 1- 1- 0- 0- 0- 0- 0- 0- 1- 1- 1] + -- Generic format with exact frequencies: [0- 0- 598000- 598000- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000] + -- Exact frequencies: [0- 0- 598000- 598000- 0- 741000- 741000- 741000] + -- Cleaning phone format of configuration >[3- 3- 0- 3- 0- 0- 0- 1]< + ----- Generic format: [3- 3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 1] + -- Generic format with exact frequencies: [1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 741000] + -- Exact frequencies: [1690000- 1690000- 0- 1690000- 0- 0- 0- 741000] + -- Cleaning phone format of configuration >[0- 0- 2- 2- 0- 0- 3- 0]< + ----- Generic format: [0- 0- 2- 2- 0- 0- 0- 0- 0- 0- 0- 3- 0] + -- Generic format with exact frequencies: [0- 0- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 2314000- 0] + -- Exact frequencies: [0- 0- 1248000- 1248000- 0- 0- 2314000- 0] + -- Cleaning phone format of configuration >[0- 1- 0- 0- 3- 3- 3- 3]< + ----- Generic format: [0- 1- 0- 0- 0- 0- 0- 0- 0- 3- 3- 3- 3] + -- Generic format with exact frequencies: [0- 598000- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000- 2314000] + -- Exact frequencies: [0- 598000- 0- 0- 2314000- 2314000- 2314000- 2314000] + -- Cleaning phone format of configuration >[0- 0- 1- 1- 1- 1- 0- 0]< + ----- Generic format: [0- 0- 1- 1- 0- 0- 0- 0- 0- 1- 1- 0- 0] + -- Generic format with exact frequencies: [0- 0- 598000- 598000- 0- 0- 0- 0- 0- 741000- 741000- 0- 0] + -- Exact frequencies: [0- 0- 598000- 598000- 741000- 741000- 0- 0] + -- Cleaning phone format of configuration >[3- 3- 0- 3- 1- 0- 1- 0]< + ----- Generic format: [3- 3- 0- 3- 0- 0- 0- 0- 0- 1- 0- 1- 0] + -- Generic format with exact frequencies: [1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 741000- 0- 741000- 0] + -- Exact frequencies: [1690000- 1690000- 0- 1690000- 741000- 0- 741000- 0] + -- Cleaning phone format of configuration >[0- 0- 0- 3- 1- 0- 0- 1]< + ----- Generic format: [0- 0- 0- 3- 0- 0- 0- 0- 0- 1- 0- 0- 1] + -- Generic format with exact frequencies: [0- 0- 0- 1690000- 0- 0- 0- 0- 0- 741000- 0- 0- 741000] + -- Exact frequencies: [0- 0- 0- 1690000- 741000- 0- 0- 741000] + -- Cleaning phone format of configuration >[0- 0- 0- 0- 0- 0- 0- 0]< + ----- Generic format: [0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0] + -- Generic format with exact frequencies: [0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0] + -- Exact frequencies: [0- 0- 0- 0- 0- 0- 0- 0] + -- Cleaning phone format of configuration >[0- 0- 2- 0- 3- 3- 3- 0]< + ----- Generic format: [0- 0- 2- 0- 0- 0- 0- 0- 0- 3- 3- 3- 0] + -- Generic format with exact frequencies: [0- 0- 1248000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000- 0] + -- Exact frequencies: [0- 0- 1248000- 0- 2314000- 2314000- 2314000- 0] + -- Cleaning phone format of configuration >[3- 0- 3- 3- 0- 0- 1- 0]< + ----- Generic format: [3- 0- 3- 3- 0- 0- 0- 0- 0- 0- 0- 1- 0] + -- Generic format with exact frequencies: [1690000- 0- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 741000- 0] + -- Exact frequencies: [1690000- 0- 1690000- 1690000- 0- 0- 741000- 0] + -- Cleaning phone format of configuration >[0- 3- 3- 3- 0- 0- 2- 2]< + ----- Generic format: [0- 3- 3- 3- 0- 0- 0- 0- 0- 0- 0- 2- 2] + -- Generic format with exact frequencies: [0- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000] + -- Exact frequencies: [0- 1690000- 1690000- 1690000- 0- 0- 1469000- 1469000] + -- Cleaning phone format of configuration >[0- 2- 2- 0- 0- 3- 0- 3]< + ----- Generic format: [0- 2- 2- 0- 0- 0- 0- 0- 0- 0- 3- 0- 3] + -- Generic format with exact frequencies: [0- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 2314000- 0- 2314000] + -- Exact frequencies: [0- 1248000- 1248000- 0- 0- 2314000- 0- 2314000] + -- Cleaning phone format of configuration >[0- 1- 1- 0- 0- 0- 3- 3]< + ----- Generic format: [0- 1- 1- 0- 0- 0- 0- 0- 0- 0- 0- 3- 3] + -- Generic format with exact frequencies: [0- 598000- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000] + -- Exact frequencies: [0- 598000- 598000- 0- 0- 0- 2314000- 2314000] + -- Cleaning phone format of configuration >[2- 2- 2- 0- 0- 2- 2- 2]< + ----- Generic format: [2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 2- 2- 2] + -- Generic format with exact frequencies: [1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000] + -- Exact frequencies: [1248000- 1248000- 1248000- 0- 0- 1469000- 1469000- 1469000] + -- Cleaning phone format of configuration >[0- 0- 3- 0- 2- 0- 0- 0]< + ----- Generic format: [0- 0- 3- 0- 0- 0- 0- 0- 0- 2- 0- 0- 0] + -- Generic format with exact frequencies: [0- 0- 1690000- 0- 0- 0- 0- 0- 0- 1469000- 0- 0- 0] + -- Exact frequencies: [0- 0- 1690000- 0- 1469000- 0- 0- 0] + -- Cleaning phone format of configuration >[3- 0- 0- 0- 0- 2- 0- 2]< + ----- Generic format: [3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 2] + -- Generic format with exact frequencies: [1690000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000] + -- Exact frequencies: [1690000- 0- 0- 0- 0- 1469000- 0- 1469000] + -- Cleaning phone format of configuration >[2- 2- 0- 0- 0- 0- 0- 2]< + ----- Generic format: [2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2] + -- Generic format with exact frequencies: [1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1469000] + -- Exact frequencies: [1248000- 1248000- 0- 0- 0- 0- 0- 1469000] + -- Cleaning phone format of configuration >[3- 3- 3- 3- 1- 1- 0- 0]< + ----- Generic format: [3- 3- 3- 3- 0- 0- 0- 0- 0- 1- 1- 0- 0] + -- Generic format with exact frequencies: [1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 741000- 741000- 0- 0] + -- Exact frequencies: [1690000- 1690000- 1690000- 1690000- 741000- 741000- 0- 0] + -- Cleaning phone format of configuration >[0- 0- 3- 3- 2- 0- 0- 0]< + ----- Generic format: [0- 0- 3- 3- 0- 0- 0- 0- 0- 2- 0- 0- 0] + -- Generic format with exact frequencies: [0- 0- 1690000- 1690000- 0- 0- 0- 0- 0- 1469000- 0- 0- 0] + -- Exact frequencies: [0- 0- 1690000- 1690000- 1469000- 0- 0- 0] + -- Cleaning phone format of configuration >[3- 3- 3- 3- 0- 0- 0- 3]< + ----- Generic format: [3- 3- 3- 3- 0- 0- 0- 0- 0- 0- 0- 0- 3] + -- Generic format with exact frequencies: [1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000] + -- Exact frequencies: [1690000- 1690000- 1690000- 1690000- 0- 0- 0- 2314000] + -- Cleaning phone format of configuration >[3- 3- 0- 3- 3- 0- 0- 3]< + ----- Generic format: [3- 3- 0- 3- 0- 0- 0- 0- 0- 3- 0- 0- 3] + -- Generic format with exact frequencies: [1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000] + -- Exact frequencies: [1690000- 1690000- 0- 1690000- 2314000- 0- 0- 2314000] + -- Cleaning phone format of configuration >[2- 0- 2- 0- 0- 0- 0- 1]< + ----- Generic format: [2- 0- 2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1] + -- Generic format with exact frequencies: [1248000- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000] + -- Exact frequencies: [1248000- 0- 1248000- 0- 0- 0- 0- 741000] + -- Cleaning phone format of configuration >[0- 0- 1- 1- 0- 0- 0- 2]< + ----- Generic format: [0- 0- 1- 1- 0- 0- 0- 0- 0- 0- 0- 0- 2] + -- Generic format with exact frequencies: [0- 0- 598000- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000] + -- Exact frequencies: [0- 0- 598000- 598000- 0- 0- 0- 1469000] + -- Cleaning phone format of configuration >[0- 2- 2- 2- 1- 0- 0- 1]< + ----- Generic format: [0- 2- 2- 2- 0- 0- 0- 0- 0- 1- 0- 0- 1] + -- Generic format with exact frequencies: [0- 1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 741000- 0- 0- 741000] + -- Exact frequencies: [0- 1248000- 1248000- 1248000- 741000- 0- 0- 741000] + -- Cleaning phone format of configuration >[1- 0- 1- 0- 3- 3- 3- 0]< + ----- Generic format: [1- 0- 1- 0- 0- 0- 0- 0- 0- 3- 3- 3- 0] + -- Generic format with exact frequencies: [598000- 0- 598000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000- 0] + -- Exact frequencies: [598000- 0- 598000- 0- 2314000- 2314000- 2314000- 0] + -- Cleaning phone format of configuration >[0- 0- 3- 0- 0- 0- 0- 1]< + ----- Generic format: [0- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1] + -- Generic format with exact frequencies: [0- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000] + -- Exact frequencies: [0- 0- 1690000- 0- 0- 0- 0- 741000] + -- Cleaning phone format of configuration >[0- 0- 0- 3- 3- 3- 3- 3]< + ----- Generic format: [0- 0- 0- 3- 0- 0- 0- 0- 0- 3- 3- 3- 3] + -- Generic format with exact frequencies: [0- 0- 0- 1690000- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000- 2314000] + -- Exact frequencies: [0- 0- 0- 1690000- 2314000- 2314000- 2314000- 2314000] + -- Cleaning phone format of configuration >[3- 3- 0- 3- 0- 0- 2- 0]< + ----- Generic format: [3- 3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 2- 0] + -- Generic format with exact frequencies: [1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0] + -- Exact frequencies: [1690000- 1690000- 0- 1690000- 0- 0- 1469000- 0] + -- Cleaning phone format of configuration >[1- 1- 0- 1- 3- 0- 0- 3]< + ----- Generic format: [1- 1- 0- 1- 0- 0- 0- 0- 0- 3- 0- 0- 3] + -- Generic format with exact frequencies: [598000- 598000- 0- 598000- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000] + -- Exact frequencies: [598000- 598000- 0- 598000- 2314000- 0- 0- 2314000] + -- Cleaning phone format of configuration >[1- 1- 0- 0- 0- 1- 0- 1]< + ----- Generic format: [1- 1- 0- 0- 0- 0- 0- 0- 0- 0- 1- 0- 1] + -- Generic format with exact frequencies: [598000- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 0- 741000] + -- Exact frequencies: [598000- 598000- 0- 0- 0- 741000- 0- 741000] + -- Cleaning phone format of configuration >[0- 0- 2- 0- 0- 1- 0- 1]< + ----- Generic format: [0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 1- 0- 1] + -- Generic format with exact frequencies: [0- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 741000- 0- 741000] + -- Exact frequencies: [0- 0- 1248000- 0- 0- 741000- 0- 741000] + -- Cleaning phone format of configuration >[0- 1- 1- 1- 0- 3- 3- 0]< + ----- Generic format: [0- 1- 1- 1- 0- 0- 0- 0- 0- 0- 3- 3- 0] + -- Generic format with exact frequencies: [0- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0] + -- Exact frequencies: [0- 598000- 598000- 598000- 0- 2314000- 2314000- 0] + -- Cleaning phone format of configuration >[0- 0- 1- 1- 1- 0- 0- 1]< + ----- Generic format: [0- 0- 1- 1- 0- 0- 0- 0- 0- 1- 0- 0- 1] + -- Generic format with exact frequencies: [0- 0- 598000- 598000- 0- 0- 0- 0- 0- 741000- 0- 0- 741000] + -- Exact frequencies: [0- 0- 598000- 598000- 741000- 0- 0- 741000] + -- Cleaning phone format of configuration >[1- 1- 0- 1- 2- 0- 2- 2]< + ----- Generic format: [1- 1- 0- 1- 0- 0- 0- 0- 0- 2- 0- 2- 2] + -- Generic format with exact frequencies: [598000- 598000- 0- 598000- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 1469000] + -- Exact frequencies: [598000- 598000- 0- 598000- 1469000- 0- 1469000- 1469000] + -- Cleaning phone format of configuration >[0- 0- 1- 1- 0- 0- 2- 2]< + ----- Generic format: [0- 0- 1- 1- 0- 0- 0- 0- 0- 0- 0- 2- 2] + -- Generic format with exact frequencies: [0- 0- 598000- 598000- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000] + -- Exact frequencies: [0- 0- 598000- 598000- 0- 0- 1469000- 1469000] + -- Cleaning phone format of configuration >[1- 1- 1- 1- 0- 1- 1- 1]< + ----- Generic format: [1- 1- 1- 1- 0- 0- 0- 0- 0- 0- 1- 1- 1] + -- Generic format with exact frequencies: [598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000] + -- Exact frequencies: [598000- 598000- 598000- 598000- 0- 741000- 741000- 741000] --- Suitable format produced --- Reading header configurations and exact frequencies ---- Performing experiments on configuration 0101-1011 +--- Performing experiments on configuration 3330-3003 --- Cleaning the tmp expermiment folder : /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder --- Second step : verifying the battery level --- Verifying the battery level @@ -42,38 +230,38 @@ Current battery level: OKAY -- Command used : echo schedutil > /sys/devices/system/cpu/cpu5/cpufreq/scaling_governor -- Command used : echo schedutil > /sys/devices/system/cpu/cpu6/cpufreq/scaling_governor -- Command used : echo schedutil > /sys/devices/system/cpu/cpu7/cpufreq/scaling_governor ---- Frequency level of core 0 is 0 ---- Exact frequency of core 0: 0 +--- Frequency level of core 0 is 3 +--- Exact frequency of core 0: 1690000 --- Modifying the governor of core 0 ---- Modifying the the current frequency of core 0 with frequency 0 ---- Frequency level of core 1 is 1 ---- Exact frequency of core 1: 598000 +--- Modifying the the current frequency of core 0 with frequency 1690000 +--- Frequency level of core 1 is 3 +--- Exact frequency of core 1: 1690000 --- Modifying the governor of core 1 ---- Modifying the the current frequency of core 1 with frequency 598000 ---- Frequency level of core 2 is 0 ---- Exact frequency of core 2: 0 +--- Modifying the the current frequency of core 1 with frequency 1690000 +--- Frequency level of core 2 is 3 +--- Exact frequency of core 2: 1690000 --- Modifying the governor of core 2 ---- Modifying the the current frequency of core 2 with frequency 0 ---- Frequency level of core 3 is 1 ---- Exact frequency of core 3: 598000 +--- Modifying the the current frequency of core 2 with frequency 1690000 +--- Frequency level of core 3 is 0 +--- Exact frequency of core 3: 0 --- Modifying the governor of core 3 ---- Modifying the the current frequency of core 3 with frequency 598000 ---- Frequency level of core 4 is 1 ---- Exact frequency of core 4: 741000 +--- Modifying the the current frequency of core 3 with frequency 0 +--- Frequency level of core 4 is 3 +--- Exact frequency of core 4: 2314000 --- Modifying the governor of core 4 ---- Modifying the the current frequency of core 4 with frequency 741000 +--- Modifying the the current frequency of core 4 with frequency 2314000 --- Frequency level of core 5 is 0 --- Exact frequency of core 5: 0 --- Modifying the governor of core 5 --- Modifying the the current frequency of core 5 with frequency 0 ---- Frequency level of core 6 is 1 ---- Exact frequency of core 6: 741000 +--- Frequency level of core 6 is 0 +--- Exact frequency of core 6: 0 --- Modifying the governor of core 6 ---- Modifying the the current frequency of core 6 with frequency 741000 ---- Frequency level of core 7 is 1 ---- Exact frequency of core 7: 741000 +--- Modifying the the current frequency of core 6 with frequency 0 +--- Frequency level of core 7 is 3 +--- Exact frequency of core 7: 2314000 --- Modifying the governor of core 7 ---- Modifying the the current frequency of core 7 with frequency 741000 +--- Modifying the the current frequency of core 7 with frequency 2314000 --- Calibrating Monsoon power meter, please wait for 10 seconds... powermeter script : --- Inside the monsoon_power_meter, arg function: 1 powermeter script : calibration duration = 10 @@ -99,16 +287,16 @@ Success ----- Starting experiment app Starting: Intent { cmp=com.opportunistask.scheduling.benchmarking_app_to_test_big_cores/.MainActivity } adb command : ps -A | grep com.opportunistask.scheduling.benchmarking_app_to_test_big_cores - ----- Experiment app started with pid: 592 + ----- Experiment app started with pid: 16934 ---- waiting for benchmarking app thread to be pinned and to be ready ---- frequency level of core 0 is 0 ---- frequency level of core 1 is 1 ---- frequency level of core 2 is 0 ---- frequency level of core 3 is 1 ---- frequency level of core 4 is 1 +--- frequency level of core 0 is 3 +--- frequency level of core 1 is 3 +--- frequency level of core 2 is 3 +--- frequency level of core 3 is 0 +--- frequency level of core 4 is 3 --- frequency level of core 5 is 0 ---- frequency level of core 6 is 1 ---- frequency level of core 7 is 1 +--- frequency level of core 6 is 0 +--- frequency level of core 7 is 3 --- Number of cores to occupy = 5 --- Number of thread in experiment phase : 0 --- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 @@ -206,3 +394,3038 @@ adb command : ps -A | grep com.opportunistask.scheduling.benchmarking_app_to_t --- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 --- Number of thread in experiment phase : 0 --- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 3 +--- The current number of thread ready to be sambled : 3, still lower than the experiment one : 5 +--- Number of thread in experiment phase : 5 +--- Now threads are running and the phone is ready to be sampled with the power meter \n--- Threads pids +Thread_0_ready_for_sampling +Thread_1_ready_for_sampling +Thread_2_ready_for_sampling +Thread_3_ready_for_sampling +Thread_4_ready_for_sampling +--- Printing cc_info beginning datas (for the samsung galaxy s8) +--- Current cc_info level : 5939500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info + --- Starting power meter sampling for about 60 seconds +--- Sampling with the Monsoon power meter +powermeter script : --- Inside the monsoon_power_meter, arg function: 2 +powermeter script : Experiment duration = 60 +powermeter script : Creating the Monsoon engine +powermeter script : Creating the Monsoon engine +powermeter script : Configuring channels the Monsoon engine +powermeter script : Configuring output to : C:\Users\lavoi\opportunist_task_on_android\scripts_valuable_files\experiment_automatization\last_tmp_expermiment_folder\configuration_mesurement.csv +powermeter script : Starting sampling; number of sample = 300000 + returning 300000 samples after experiments +powermeter script : Total nomber of sample measured : 300000 +powermeter script : Computing powermeter summary result + Number of samples = 300000 +powermeter script : We computed the energy on 60 samples +powermeter script : average_power = 2587.5009094285615 +powermeter script : average_power with numpy arrays = 2587.500909429089 +powermeter script : Summary Result = time (s): 60.17820405960083 +Ins Current (mA):553.7263004690185 +Samples: 300000 +Consumed Energy (mAs): 32752.846699050842 +Consumed Energy (mAh): 9.098012971958568 +Consumed Energy (mWs): 154809.81206078402 +Consumed Energy (mWh): 43.002725572440006 +Avg power (mW): 2587.5009094285615 +Avg Current (mA): 547.2085802700498 +Avg Voltage (V): 4.728545937915701 +Exp Batt Life (hrs for 1000mAh battery): NOT COMPUTED +--- Monsoon power meter sampling is finished ! + --- experiment folder path /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder +--- frequency level of core 0 is 3 +--- frequency level of core 1 is 3 +--- frequency level of core 2 is 3 +--- frequency level of core 3 is 0 +--- frequency level of core 4 is 3 +--- frequency level of core 5 is 0 +--- frequency level of core 6 is 0 +--- frequency level of core 7 is 3 +--- Number of threads normally started = 5 +--- Number of thread ended: 5 +--- Now threads are stopped, getting the cc_info_level for samsung +--- Current cc_info level : 5933500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info +--- Copying thread results locally +command /mnt/c/Program Files/Android/platform-tools_r33.0.1-windows/platform-tools/adb.exe pull /sdcard/experiments_automatization/app_output_folder C:\Users\lavoi\opportunist_task_on_android\scripts_valuable_files\experiment_automatization\last_tmp_expermiment_folder </dev/null +/sdcard/experiments_automatization/app_output_folder/: 10 files pulled, 0 skipped. 0.0 MB/s (2343 bytes in 0.046s) +saving the logcat file to /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder -/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder- +--- Parsing result from /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder to /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/output_folder/raw_result.txt +--- Getting exact configuration with frequency +--- Configuration with frequencies = [1690000- 1690000- 1690000- 0- 2314000- 0- 0- 2314000] +--- Getting the powermeter summary +--- Powermeter summary: +time (s): 60.17820405960083 +Ins Current (mA):553.7263004690185 +Samples: 300000 +Consumed Energy (mAs): 32752.846699050842 +Consumed Energy (mAh): 9.098012971958568 +Consumed Energy (mWs): 154809.81206078402 +Consumed Energy (mWh): 43.002725572440006 +Avg power (mW): 2587.5009094285615 +Avg Current (mA): 547.2085802700498 +Avg Voltage (V): 4.728545937915701 + +--- Getting the total energy consumed of the google pixel +--- Energy consumed = 9.098012971958568 +--- Starting cc_info = 5939500 +--- Ending cc_info = 5933500 +--- Getting the average power +--- Avg Power = 2587.5009094285615 +--- Printing the total threads summary +--- Thread results +Thread : 0 - ThreadProcess id: 16952 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:14:12 +0200 +Core id: 0 +Ending time: Wed, 31 Aug 2022 19:15:13 +0200 - Duration: 60001 seconds +Real workload: 1.3953518042210802E10 - Integer reached: 111985 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 4.37 +Start: 99 % - End: 99 +Cc_info at the beginning: 5940000 mAh +Cc_info at the end: 5934000 mAh +Cc_info variation: -6000.0 mAh + +Thread : 1 - ThreadProcess id: 16953 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:14:13 +0200 +Core id: 1 +Ending time: Wed, 31 Aug 2022 19:15:14 +0200 - Duration: 60006 seconds +Real workload: 1.3726895761238026E10 - Integer reached: 111111 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 4.43 +Start: 99 % - End: 99 +Cc_info at the beginning: 5939500 mAh +Cc_info at the end: 5933500 mAh +Cc_info variation: -6000.0 mAh + +Thread : 2 - ThreadProcess id: 16954 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:14:13 +0200 +Core id: 2 +Ending time: Wed, 31 Aug 2022 19:15:13 +0200 - Duration: 60010 seconds +Real workload: 1.4006169666306643E10 - Integer reached: 112187 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 4.42 +Start: 99 % - End: 99 +Cc_info at the beginning: 5940000 mAh +Cc_info at the end: 5933500 mAh +Cc_info variation: -6500.0 mAh + +Thread : 3 - ThreadProcess id: 16956 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:14:13 +0200 +Core id: 4 +Ending time: Wed, 31 Aug 2022 19:15:13 +0200 - Duration: 60001 seconds +Real workload: 9.723441623406096E10 - Integer reached: 283983 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 4.36 +Start: 99 % - End: 99 +Cc_info at the beginning: 5940000 mAh +Cc_info at the end: 5934000 mAh +Cc_info variation: -6000.0 mAh + +Thread : 4 - ThreadProcess id: 16957 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:14:13 +0200 +Core id: 7 +Ending time: Wed, 31 Aug 2022 19:15:13 +0200 - Duration: 60005 seconds +Real workload: 9.736711499773576E10 - Integer reached: 284169 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 4.38 +Start: 99 % - End: 99 +Cc_info at the beginning: 5940000 mAh +Cc_info at the end: 5933500 mAh +Cc_info variation: -6500.0 mAh + + +--- Counting the total workload command : print_total_workload /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder app_output_folder 3,3,3,0,3,0,0,3 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first +--- Total workload : 2.36288e+11 +--- Getting energy efficiency +--- Energy efficiency: 3.85039e-11 +--- Building what we will add to the total result file command +------ + (build_configuration_raw_result 3330-3003 3,3,3,0,3,0,0,3 [1690000- 1690000- 1690000- 0- 2314000- 0- 0- 2314000] time (s): 60.17820405960083 +Ins Current (mA):553.7263004690185 +Samples: 300000 +Consumed Energy (mAs): 32752.846699050842 +Consumed Energy (mAh): 9.098012971958568 +Consumed Energy (mWs): 154809.81206078402 +Consumed Energy (mWh): 43.002725572440006 +Avg power (mW): 2587.5009094285615 +Avg Current (mA): 547.2085802700498 +Avg Voltage (V): 4.728545937915701 + Thread : 0 - ThreadProcess id: 16952 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:14:12 +0200 +Core id: 0 +Ending time: Wed, 31 Aug 2022 19:15:13 +0200 - Duration: 60001 seconds +Real workload: 1.3953518042210802E10 - Integer reached: 111985 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 4.37 +Start: 99 % - End: 99 +Cc_info at the beginning: 5940000 mAh +Cc_info at the end: 5934000 mAh +Cc_info variation: -6000.0 mAh + +Thread : 1 - ThreadProcess id: 16953 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:14:13 +0200 +Core id: 1 +Ending time: Wed, 31 Aug 2022 19:15:14 +0200 - Duration: 60006 seconds +Real workload: 1.3726895761238026E10 - Integer reached: 111111 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 4.43 +Start: 99 % - End: 99 +Cc_info at the beginning: 5939500 mAh +Cc_info at the end: 5933500 mAh +Cc_info variation: -6000.0 mAh + +Thread : 2 - ThreadProcess id: 16954 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:14:13 +0200 +Core id: 2 +Ending time: Wed, 31 Aug 2022 19:15:13 +0200 - Duration: 60010 seconds +Real workload: 1.4006169666306643E10 - Integer reached: 112187 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 4.42 +Start: 99 % - End: 99 +Cc_info at the beginning: 5940000 mAh +Cc_info at the end: 5933500 mAh +Cc_info variation: -6500.0 mAh + +Thread : 3 - ThreadProcess id: 16956 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:14:13 +0200 +Core id: 4 +Ending time: Wed, 31 Aug 2022 19:15:13 +0200 - Duration: 60001 seconds +Real workload: 9.723441623406096E10 - Integer reached: 283983 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 4.36 +Start: 99 % - End: 99 +Cc_info at the beginning: 5940000 mAh +Cc_info at the end: 5934000 mAh +Cc_info variation: -6000.0 mAh + +Thread : 4 - ThreadProcess id: 16957 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:14:13 +0200 +Core id: 7 +Ending time: Wed, 31 Aug 2022 19:15:13 +0200 - Duration: 60005 seconds +Real workload: 9.736711499773576E10 - Integer reached: 284169 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 4.38 +Start: 99 % - End: 99 +Cc_info at the beginning: 5940000 mAh +Cc_info at the end: 5933500 mAh +Cc_info variation: -6500.0 mAh + + 9.098012971958568 2.36288e+11 3.85039e-11 5939500 5933500 +------ + +--- Final result to print to File + -------------------------------------------------------------------------------- + +++++ +++++ +++++ Configuration Description +-------------------------------------------------------------------------------- +Configuration: 3330-3003 +phone format: 3,3,3,0,3,0,0,3 +Exact values of frequencies: [1690000- 1690000- 1690000- 0- 2314000- 0- 0- 2314000] + +Power meter results +------------------------------------------------------------ +time (s): 60.17820405960083 +Ins Current (mA):553.7263004690185 +Samples: 300000 +Consumed Energy (mAs): 32752.846699050842 +Consumed Energy (mAh): 9.098012971958568 +Consumed Energy (mWs): 154809.81206078402 +Consumed Energy (mWh): 43.002725572440006 +Avg power (mW): 2587.5009094285615 +Avg Current (mA): 547.2085802700498 +Avg Voltage (V): 4.728545937915701 + +Threads results +------------------------------------------------------------ +Thread : 0 - ThreadProcess id: 16952 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:14:12 +0200 +Core id: 0 +Ending time: Wed, 31 Aug 2022 19:15:13 +0200 - Duration: 60001 seconds +Real workload: 1.3953518042210802E10 - Integer reached: 111985 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 4.37 +Start: 99 % - End: 99 +Cc_info at the beginning: 5940000 mAh +Cc_info at the end: 5934000 mAh +Cc_info variation: -6000.0 mAh + +Thread : 1 - ThreadProcess id: 16953 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:14:13 +0200 +Core id: 1 +Ending time: Wed, 31 Aug 2022 19:15:14 +0200 - Duration: 60006 seconds +Real workload: 1.3726895761238026E10 - Integer reached: 111111 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 4.43 +Start: 99 % - End: 99 +Cc_info at the beginning: 5939500 mAh +Cc_info at the end: 5933500 mAh +Cc_info variation: -6000.0 mAh + +Thread : 2 - ThreadProcess id: 16954 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:14:13 +0200 +Core id: 2 +Ending time: Wed, 31 Aug 2022 19:15:13 +0200 - Duration: 60010 seconds +Real workload: 1.4006169666306643E10 - Integer reached: 112187 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 4.42 +Start: 99 % - End: 99 +Cc_info at the beginning: 5940000 mAh +Cc_info at the end: 5933500 mAh +Cc_info variation: -6500.0 mAh + +Thread : 3 - ThreadProcess id: 16956 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:14:13 +0200 +Core id: 4 +Ending time: Wed, 31 Aug 2022 19:15:13 +0200 - Duration: 60001 seconds +Real workload: 9.723441623406096E10 - Integer reached: 283983 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 4.36 +Start: 99 % - End: 99 +Cc_info at the beginning: 5940000 mAh +Cc_info at the end: 5934000 mAh +Cc_info variation: -6000.0 mAh + +Thread : 4 - ThreadProcess id: 16957 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:14:13 +0200 +Core id: 7 +Ending time: Wed, 31 Aug 2022 19:15:13 +0200 - Duration: 60005 seconds +Real workload: 9.736711499773576E10 - Integer reached: 284169 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 4.38 +Start: 99 % - End: 99 +Cc_info at the beginning: 5940000 mAh +Cc_info at the end: 5933500 mAh +Cc_info variation: -6500.0 mAh + + +Expermiment results +------------------------------------------------------------ +Energy Consumed (mAh): 9.098012971958568 +Workload: 2.36288e+11 +Energy efficiency: 3.85039e-11 +Starting cc information: 5939500 +Ending cc information: 5933500 +-------------------------------------------------------------------------------- + + +--- Writing to the total result file +--- Removing previous tested configuration tmp_output folder +--- Moving the current experiment tmp_folder to the output result folder +writing a temporary file for the main script with format energy_power_workload_energyByWorkload_ccInfo +--- Obtaining experiment summary result to add to result folder +--- Experiment result, Energy consumed = 9.098012971958568 +--- Experiment result, Avg Power = 2587.5009094285615 +--- Experiment result, Total Workload = 2.36288e+11 +--- Experiment result, Energy Efficiency = 3.85039e-11 +--- Adding result to summary file +--- Starting cc information : 5939500 +--- Ending cc information : 5933500 +--- The file /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/output_folder/summary.csv does not exist we create it and add header +--- Experiments performed on configuration 3330-3003. +--- Observing a pause betwenn experiment; pause duration : 20 seconds; starting at 31Aug22_19_15_15 +--- Performing experiments on configuration 0330-2222 +--- Cleaning the tmp expermiment folder : /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder +--- Second step : verifying the battery level +--- Verifying the battery level +--- Getting current battery level, adb command path: /mnt/c/Program Files/Android/platform-tools_r33.0.1-windows/platform-tools/adb.exe +--- Current battery level : 99 +--- Forcing the experiment battery level to be 100 +--- Current battery is low, so we need to wait battery +--- Getting current battery level, adb command path: /mnt/c/Program Files/Android/platform-tools_r33.0.1-windows/platform-tools/adb.exe +--- Current battery level : 99 +--- Desactivating the charge stop level option +--- For samsung unlocking cc_info level for exeperiments : /mnt/c/Program Files/Android/platform-tools_r33.0.1-windows/platform-tools/adb.exe shell "su -c \'echo 0 > /sys/devices/platform/battery/power_supply/battery/hv_charger_set\'" </dev/null +--- The current battery level : 99, still lower than the experiment one : 100 +--- Waiting 30 second... +--- Getting current battery level, adb command path: /mnt/c/Program Files/Android/platform-tools_r33.0.1-windows/platform-tools/adb.exe +--- Current battery level : 99 +--- The current battery level : 99, still lower than the experiment one : 100 +--- Waiting 30 second... +--- Getting current battery level, adb command path: /mnt/c/Program Files/Android/platform-tools_r33.0.1-windows/platform-tools/adb.exe +--- Current battery level : 99 +--- The current battery level : 99, still lower than the experiment one : 100 +--- Waiting 30 second... +--- Getting current battery level, adb command path: /mnt/c/Program Files/Android/platform-tools_r33.0.1-windows/platform-tools/adb.exe +--- Current battery level : 99 +--- The current battery level : 99, still lower than the experiment one : 100 +--- Waiting 30 second... +--- Getting current battery level, adb command path: /mnt/c/Program Files/Android/platform-tools_r33.0.1-windows/platform-tools/adb.exe +--- Current battery level : 99 +--- The current battery level : 99, still lower than the experiment one : 100 +--- Waiting 30 second... +--- Getting current battery level, adb command path: /mnt/c/Program Files/Android/platform-tools_r33.0.1-windows/platform-tools/adb.exe +--- Current battery level : 99 +--- The current battery level : 99, still lower than the experiment one : 100 +--- Waiting 30 second... +--- Getting current battery level, adb command path: /mnt/c/Program Files/Android/platform-tools_r33.0.1-windows/platform-tools/adb.exe +--- Current battery level : 99 +--- The current battery level : 99, still lower than the experiment one : 100 +--- Waiting 30 second... +--- Getting current battery level, adb command path: /mnt/c/Program Files/Android/platform-tools_r33.0.1-windows/platform-tools/adb.exe +--- Current battery level : 99 +--- The current battery level : 99, still lower than the experiment one : 100 +--- Waiting 30 second... +--- Getting current battery level, adb command path: /mnt/c/Program Files/Android/platform-tools_r33.0.1-windows/platform-tools/adb.exe +--- Current battery level : 99 +--- The current battery level : 99, still lower than the experiment one : 100 +--- Waiting 30 second... +--- Getting current battery level, adb command path: /mnt/c/Program Files/Android/platform-tools_r33.0.1-windows/platform-tools/adb.exe +--- Current battery level : 100 +--- For samsung stabilizing cc_info level for exeperiments : /mnt/c/Program Files/Android/platform-tools_r33.0.1-windows/platform-tools/adb.exe shell "su -c \'echo 0 > /sys/devices/platform/battery/power_supply/battery/hv_charger_set\'" </dev/null +--- Third step calibrating phone core frequency +--- Resetting all frequency configurations + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu5/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu6/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu7/cpufreq/scaling_governor +--- Frequency level of core 0 is 0 +--- Exact frequency of core 0: 0 +--- Modifying the governor of core 0 +--- Modifying the the current frequency of core 0 with frequency 0 +--- Frequency level of core 1 is 3 +--- Exact frequency of core 1: 1690000 +--- Modifying the governor of core 1 +--- Modifying the the current frequency of core 1 with frequency 1690000 +--- Frequency level of core 2 is 3 +--- Exact frequency of core 2: 1690000 +--- Modifying the governor of core 2 +--- Modifying the the current frequency of core 2 with frequency 1690000 +--- Frequency level of core 3 is 0 +--- Exact frequency of core 3: 0 +--- Modifying the governor of core 3 +--- Modifying the the current frequency of core 3 with frequency 0 +--- Frequency level of core 4 is 2 +--- Exact frequency of core 4: 1469000 +--- Modifying the governor of core 4 +--- Modifying the the current frequency of core 4 with frequency 1469000 +--- Frequency level of core 5 is 2 +--- Exact frequency of core 5: 1469000 +--- Modifying the governor of core 5 +--- Modifying the the current frequency of core 5 with frequency 1469000 +--- Frequency level of core 6 is 2 +--- Exact frequency of core 6: 1469000 +--- Modifying the governor of core 6 +--- Modifying the the current frequency of core 6 with frequency 1469000 +--- Frequency level of core 7 is 2 +--- Exact frequency of core 7: 1469000 +--- Modifying the governor of core 7 +--- Modifying the the current frequency of core 7 with frequency 1469000 +--- Calibrating Monsoon power meter, please wait for 10 seconds... +powermeter script : --- Inside the monsoon_power_meter, arg function: 1 +powermeter script : calibration duration = 10 +powermeter script : Creating the Monsoon engine +powermeter script : Creating the Monsoon engine +powermeter script : Configuring channels the Monsoon engine +powermeter script : Configuring output to : C:\Users\lavoi\opportunist_task_on_android\scripts_valuable_files\experiment_automatization\last_tmp_expermiment_folder\configuration_mesurement.csv +powermeter script : Starting sampling; number of sample = 50000 + returning 50000 samples after experiments +powermeter script : Power meter calibration okay +--- Monsoon power meter Calibrated +--- starting the benchmarking app +## writing the configuration inside the phone file + --- Removing file /sdcard/experiments_automatization + --- Clearing the logcat + --- Creating file /sdcard/experiments_automatization +----- Uninstalling experiment app +Success +----- Installing experiment app +Performing Streamed Install +Success +------ Giving rights to experiment app +----- Starting experiment app +Starting: Intent { cmp=com.opportunistask.scheduling.benchmarking_app_to_test_big_cores/.MainActivity } +adb command : ps -A | grep com.opportunistask.scheduling.benchmarking_app_to_test_big_cores + ----- Experiment app started with pid: 19368 +---- waiting for benchmarking app thread to be pinned and to be ready +--- frequency level of core 0 is 0 +--- frequency level of core 1 is 3 +--- frequency level of core 2 is 3 +--- frequency level of core 3 is 0 +--- frequency level of core 4 is 2 +--- frequency level of core 5 is 2 +--- frequency level of core 6 is 2 +--- frequency level of core 7 is 2 +--- Number of cores to occupy = 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 3 +--- The current number of thread ready to be sambled : 3, still lower than the experiment one : 6 +--- Number of thread in experiment phase : 6 +--- Now threads are running and the phone is ready to be sampled with the power meter \n--- Threads pids +Thread_0_ready_for_sampling +Thread_1_ready_for_sampling +Thread_2_ready_for_sampling +Thread_3_ready_for_sampling +Thread_4_ready_for_sampling +Thread_5_ready_for_sampling +--- Printing cc_info beginning datas (for the samsung galaxy s8) +--- Current cc_info level : 5951000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info + --- Starting power meter sampling for about 60 seconds +--- Sampling with the Monsoon power meter +powermeter script : --- Inside the monsoon_power_meter, arg function: 2 +powermeter script : Experiment duration = 60 +powermeter script : Creating the Monsoon engine +powermeter script : Creating the Monsoon engine +powermeter script : Configuring channels the Monsoon engine +powermeter script : Configuring output to : C:\Users\lavoi\opportunist_task_on_android\scripts_valuable_files\experiment_automatization\last_tmp_expermiment_folder\configuration_mesurement.csv +powermeter script : Starting sampling; number of sample = 300000 + returning 300000 samples after experiments +powermeter script : Total nomber of sample measured : 300000 +powermeter script : Computing powermeter summary result + Number of samples = 300000 +powermeter script : We computed the energy on 60 samples +powermeter script : average_power = 2594.854477016777 +powermeter script : average_power with numpy arrays = 2594.8544770169765 +powermeter script : Summary Result = time (s): 60.31412482261658 +Ins Current (mA):554.6997953903776 +Samples: 300000 +Consumed Energy (mAs): 32822.25498591049 +Consumed Energy (mAh): 9.117293051641804 +Consumed Energy (mWs): 155145.20855248818 +Consumed Energy (mWh): 43.095891264580054 +Avg power (mW): 2594.854477016777 +Avg Current (mA): 548.8838199575669 +Avg Voltage (V): 4.727511328749643 +Exp Batt Life (hrs for 1000mAh battery): NOT COMPUTED +--- Monsoon power meter sampling is finished ! + --- experiment folder path /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder +--- frequency level of core 0 is 0 +--- frequency level of core 1 is 3 +--- frequency level of core 2 is 3 +--- frequency level of core 3 is 0 +--- frequency level of core 4 is 2 +--- frequency level of core 5 is 2 +--- frequency level of core 6 is 2 +--- frequency level of core 7 is 2 +--- Number of threads normally started = 6 +--- Number of thread ended: 6 +--- Now threads are stopped, getting the cc_info_level for samsung +--- Current cc_info level : 5949500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info +--- Copying thread results locally +command /mnt/c/Program Files/Android/platform-tools_r33.0.1-windows/platform-tools/adb.exe pull /sdcard/experiments_automatization/app_output_folder C:\Users\lavoi\opportunist_task_on_android\scripts_valuable_files\experiment_automatization\last_tmp_expermiment_folder </dev/null +/sdcard/experiments_automatization/app_output_folder/: 12 files pulled, 0 skipped. 0.0 MB/s (2816 bytes in 0.086s) +saving the logcat file to /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder -/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder- +--- Parsing result from /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder to /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/output_folder/raw_result.txt +--- Getting exact configuration with frequency +--- Configuration with frequencies = [0- 1690000- 1690000- 0- 1469000- 1469000- 1469000- 1469000] +--- Getting the powermeter summary +--- Powermeter summary: +time (s): 60.31412482261658 +Ins Current (mA):554.6997953903776 +Samples: 300000 +Consumed Energy (mAs): 32822.25498591049 +Consumed Energy (mAh): 9.117293051641804 +Consumed Energy (mWs): 155145.20855248818 +Consumed Energy (mWh): 43.095891264580054 +Avg power (mW): 2594.854477016777 +Avg Current (mA): 548.8838199575669 +Avg Voltage (V): 4.727511328749643 + +--- Getting the total energy consumed of the google pixel +--- Energy consumed = 9.117293051641804 +--- Starting cc_info = 5951000 +--- Ending cc_info = 5949500 +--- Getting the average power +--- Avg Power = 2594.854477016777 +--- Printing the total threads summary +--- Thread results +Thread : 0 - ThreadProcess id: 19439 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:23:25 +0200 +Core id: 1 +Ending time: Wed, 31 Aug 2022 19:24:25 +0200 - Duration: 60004 seconds +Real workload: 7.322110518098781E9 - Integer reached: 89760 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 6.46 +Start: 100 % - End: 100 +Cc_info at the beginning: 5951000 mAh +Cc_info at the end: 5949500 mAh +Cc_info variation: -1500.0 mAh + +Thread : 1 - ThreadProcess id: 19440 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:23:24 +0200 +Core id: 2 +Ending time: Wed, 31 Aug 2022 19:24:24 +0200 - Duration: 60015 seconds +Real workload: 7.663126404005704E9 - Integer reached: 91735 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 6.42 +Start: 100 % - End: 100 +Cc_info at the beginning: 5951000 mAh +Cc_info at the end: 5949500 mAh +Cc_info variation: -1500.0 mAh + +Thread : 2 - ThreadProcess id: 19441 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:23:23 +0200 +Core id: 4 +Ending time: Wed, 31 Aug 2022 19:24:23 +0200 - Duration: 60001 seconds +Real workload: 6.04993518912233E10 - Integer reached: 246824 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 6.33 +Start: 100 % - End: 100 +Cc_info at the beginning: 5951000 mAh +Cc_info at the end: 5949500 mAh +Cc_info variation: -1500.0 mAh + +Thread : 3 - ThreadProcess id: 19442 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:23:25 +0200 +Core id: 5 +Ending time: Wed, 31 Aug 2022 19:24:25 +0200 - Duration: 60007 seconds +Real workload: 6.01448958826229E10 - Integer reached: 246129 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 6.47 +Start: 100 % - End: 100 +Cc_info at the beginning: 5951000 mAh +Cc_info at the end: 5949500 mAh +Cc_info variation: -1500.0 mAh + +Thread : 4 - ThreadProcess id: 19443 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:23:24 +0200 +Core id: 6 +Ending time: Wed, 31 Aug 2022 19:24:25 +0200 - Duration: 60003 seconds +Real workload: 6.0301335327112274E10 - Integer reached: 246436 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 6.43 +Start: 100 % - End: 100 +Cc_info at the beginning: 5951000 mAh +Cc_info at the end: 5949500 mAh +Cc_info variation: -1500.0 mAh + +Thread : 5 - ThreadProcess id: 19445 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:23:24 +0200 +Core id: 7 +Ending time: Wed, 31 Aug 2022 19:24:24 +0200 - Duration: 60008 seconds +Real workload: 5.7410719785404655E10 - Integer reached: 240695 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 6.38 +Start: 100 % - End: 100 +Cc_info at the beginning: 5951000 mAh +Cc_info at the end: 5949500 mAh +Cc_info variation: -1500.0 mAh + + +--- Counting the total workload command : print_total_workload /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder app_output_folder 0,3,3,0,2,2,2,2 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first +--- Total workload : 2.53342e+11 +--- Getting energy efficiency +--- Energy efficiency: 3.59881e-11 +--- Building what we will add to the total result file command +------ + (build_configuration_raw_result 0330-2222 0,3,3,0,2,2,2,2 [0- 1690000- 1690000- 0- 1469000- 1469000- 1469000- 1469000] time (s): 60.31412482261658 +Ins Current (mA):554.6997953903776 +Samples: 300000 +Consumed Energy (mAs): 32822.25498591049 +Consumed Energy (mAh): 9.117293051641804 +Consumed Energy (mWs): 155145.20855248818 +Consumed Energy (mWh): 43.095891264580054 +Avg power (mW): 2594.854477016777 +Avg Current (mA): 548.8838199575669 +Avg Voltage (V): 4.727511328749643 + Thread : 0 - ThreadProcess id: 19439 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:23:25 +0200 +Core id: 1 +Ending time: Wed, 31 Aug 2022 19:24:25 +0200 - Duration: 60004 seconds +Real workload: 7.322110518098781E9 - Integer reached: 89760 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 6.46 +Start: 100 % - End: 100 +Cc_info at the beginning: 5951000 mAh +Cc_info at the end: 5949500 mAh +Cc_info variation: -1500.0 mAh + +Thread : 1 - ThreadProcess id: 19440 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:23:24 +0200 +Core id: 2 +Ending time: Wed, 31 Aug 2022 19:24:24 +0200 - Duration: 60015 seconds +Real workload: 7.663126404005704E9 - Integer reached: 91735 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 6.42 +Start: 100 % - End: 100 +Cc_info at the beginning: 5951000 mAh +Cc_info at the end: 5949500 mAh +Cc_info variation: -1500.0 mAh + +Thread : 2 - ThreadProcess id: 19441 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:23:23 +0200 +Core id: 4 +Ending time: Wed, 31 Aug 2022 19:24:23 +0200 - Duration: 60001 seconds +Real workload: 6.04993518912233E10 - Integer reached: 246824 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 6.33 +Start: 100 % - End: 100 +Cc_info at the beginning: 5951000 mAh +Cc_info at the end: 5949500 mAh +Cc_info variation: -1500.0 mAh + +Thread : 3 - ThreadProcess id: 19442 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:23:25 +0200 +Core id: 5 +Ending time: Wed, 31 Aug 2022 19:24:25 +0200 - Duration: 60007 seconds +Real workload: 6.01448958826229E10 - Integer reached: 246129 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 6.47 +Start: 100 % - End: 100 +Cc_info at the beginning: 5951000 mAh +Cc_info at the end: 5949500 mAh +Cc_info variation: -1500.0 mAh + +Thread : 4 - ThreadProcess id: 19443 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:23:24 +0200 +Core id: 6 +Ending time: Wed, 31 Aug 2022 19:24:25 +0200 - Duration: 60003 seconds +Real workload: 6.0301335327112274E10 - Integer reached: 246436 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 6.43 +Start: 100 % - End: 100 +Cc_info at the beginning: 5951000 mAh +Cc_info at the end: 5949500 mAh +Cc_info variation: -1500.0 mAh + +Thread : 5 - ThreadProcess id: 19445 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:23:24 +0200 +Core id: 7 +Ending time: Wed, 31 Aug 2022 19:24:24 +0200 - Duration: 60008 seconds +Real workload: 5.7410719785404655E10 - Integer reached: 240695 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 6.38 +Start: 100 % - End: 100 +Cc_info at the beginning: 5951000 mAh +Cc_info at the end: 5949500 mAh +Cc_info variation: -1500.0 mAh + + 9.117293051641804 2.53342e+11 3.59881e-11 5951000 5949500 +------ + +--- Final result to print to File + -------------------------------------------------------------------------------- + +++++ +++++ +++++ Configuration Description +-------------------------------------------------------------------------------- +Configuration: 0330-2222 +phone format: 0,3,3,0,2,2,2,2 +Exact values of frequencies: [0- 1690000- 1690000- 0- 1469000- 1469000- 1469000- 1469000] + +Power meter results +------------------------------------------------------------ +time (s): 60.31412482261658 +Ins Current (mA):554.6997953903776 +Samples: 300000 +Consumed Energy (mAs): 32822.25498591049 +Consumed Energy (mAh): 9.117293051641804 +Consumed Energy (mWs): 155145.20855248818 +Consumed Energy (mWh): 43.095891264580054 +Avg power (mW): 2594.854477016777 +Avg Current (mA): 548.8838199575669 +Avg Voltage (V): 4.727511328749643 + +Threads results +------------------------------------------------------------ +Thread : 0 - ThreadProcess id: 19439 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:23:25 +0200 +Core id: 1 +Ending time: Wed, 31 Aug 2022 19:24:25 +0200 - Duration: 60004 seconds +Real workload: 7.322110518098781E9 - Integer reached: 89760 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 6.46 +Start: 100 % - End: 100 +Cc_info at the beginning: 5951000 mAh +Cc_info at the end: 5949500 mAh +Cc_info variation: -1500.0 mAh + +Thread : 1 - ThreadProcess id: 19440 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:23:24 +0200 +Core id: 2 +Ending time: Wed, 31 Aug 2022 19:24:24 +0200 - Duration: 60015 seconds +Real workload: 7.663126404005704E9 - Integer reached: 91735 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 6.42 +Start: 100 % - End: 100 +Cc_info at the beginning: 5951000 mAh +Cc_info at the end: 5949500 mAh +Cc_info variation: -1500.0 mAh + +Thread : 2 - ThreadProcess id: 19441 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:23:23 +0200 +Core id: 4 +Ending time: Wed, 31 Aug 2022 19:24:23 +0200 - Duration: 60001 seconds +Real workload: 6.04993518912233E10 - Integer reached: 246824 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 6.33 +Start: 100 % - End: 100 +Cc_info at the beginning: 5951000 mAh +Cc_info at the end: 5949500 mAh +Cc_info variation: -1500.0 mAh + +Thread : 3 - ThreadProcess id: 19442 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:23:25 +0200 +Core id: 5 +Ending time: Wed, 31 Aug 2022 19:24:25 +0200 - Duration: 60007 seconds +Real workload: 6.01448958826229E10 - Integer reached: 246129 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 6.47 +Start: 100 % - End: 100 +Cc_info at the beginning: 5951000 mAh +Cc_info at the end: 5949500 mAh +Cc_info variation: -1500.0 mAh + +Thread : 4 - ThreadProcess id: 19443 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:23:24 +0200 +Core id: 6 +Ending time: Wed, 31 Aug 2022 19:24:25 +0200 - Duration: 60003 seconds +Real workload: 6.0301335327112274E10 - Integer reached: 246436 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 6.43 +Start: 100 % - End: 100 +Cc_info at the beginning: 5951000 mAh +Cc_info at the end: 5949500 mAh +Cc_info variation: -1500.0 mAh + +Thread : 5 - ThreadProcess id: 19445 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:23:24 +0200 +Core id: 7 +Ending time: Wed, 31 Aug 2022 19:24:24 +0200 - Duration: 60008 seconds +Real workload: 5.7410719785404655E10 - Integer reached: 240695 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 6.38 +Start: 100 % - End: 100 +Cc_info at the beginning: 5951000 mAh +Cc_info at the end: 5949500 mAh +Cc_info variation: -1500.0 mAh + + +Expermiment results +------------------------------------------------------------ +Energy Consumed (mAh): 9.117293051641804 +Workload: 2.53342e+11 +Energy efficiency: 3.59881e-11 +Starting cc information: 5951000 +Ending cc information: 5949500 +-------------------------------------------------------------------------------- + + +--- Writing to the total result file +--- Removing previous tested configuration tmp_output folder +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_15_37/app_output_folder/all_workloads.txt' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_15_37/app_output_folder/Thread_0_ended' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_15_37/app_output_folder/Thread_0_ready_for_sampling' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_15_37/app_output_folder/Thread_1_ended' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_15_37/app_output_folder/Thread_1_ready_for_sampling' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_15_37/app_output_folder/Thread_2_ended' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_15_37/app_output_folder/Thread_2_ready_for_sampling' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_15_37/app_output_folder/Thread_3_ended' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_15_37/app_output_folder/Thread_3_ready_for_sampling' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_15_37/app_output_folder/Thread_4_ended' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_15_37/app_output_folder/Thread_4_ready_for_sampling' +removed directory '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_15_37/app_output_folder' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_15_37/configuration_mesurement.csv' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_15_37/ending_cc_info.txt' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_15_37/energy_power_workload_energyByWorkload_ccInfo' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_15_37/logcat_output' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_15_37/powermeter_summary.txt' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_15_37/starting_cc_info.txt' +removed directory '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_15_37' +--- Moving the current experiment tmp_folder to the output result folder +writing a temporary file for the main script with format energy_power_workload_energyByWorkload_ccInfo +--- Obtaining experiment summary result to add to result folder +--- Experiment result, Energy consumed = 9.117293051641804 +--- Experiment result, Avg Power = 2594.854477016777 +--- Experiment result, Total Workload = 2.53342e+11 +--- Experiment result, Energy Efficiency = 3.59881e-11 +--- Adding result to summary file +--- Starting cc information : 5951000 +--- Ending cc information : 5949500 +--- The file /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/output_folder/summary.csv exists we just appending the result to the file +--- Experiments performed on configuration 0330-2222. +--- Observing a pause betwenn experiment; pause duration : 20 seconds; starting at 31Aug22_19_24_29 +--- Performing experiments on configuration 0303-1010 +--- Cleaning the tmp expermiment folder : /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder +--- Second step : verifying the battery level +--- Verifying the battery level +--- Getting current battery level, adb command path: /mnt/c/Program Files/Android/platform-tools_r33.0.1-windows/platform-tools/adb.exe +--- Current battery level : 100 +--- Forcing the experiment battery level to be 100 +Current battery level: OKAY +--- For samsung stabilizing cc_info level for exeperiments : /mnt/c/Program Files/Android/platform-tools_r33.0.1-windows/platform-tools/adb.exe shell "su -c \'echo 0 > /sys/devices/platform/battery/power_supply/battery/hv_charger_set\'" </dev/null +--- Third step calibrating phone core frequency +--- Resetting all frequency configurations + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu5/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu6/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu7/cpufreq/scaling_governor +--- Frequency level of core 0 is 0 +--- Exact frequency of core 0: 0 +--- Modifying the governor of core 0 +--- Modifying the the current frequency of core 0 with frequency 0 +--- Frequency level of core 1 is 3 +--- Exact frequency of core 1: 1690000 +--- Modifying the governor of core 1 +--- Modifying the the current frequency of core 1 with frequency 1690000 +--- Frequency level of core 2 is 0 +--- Exact frequency of core 2: 0 +--- Modifying the governor of core 2 +--- Modifying the the current frequency of core 2 with frequency 0 +--- Frequency level of core 3 is 3 +--- Exact frequency of core 3: 1690000 +--- Modifying the governor of core 3 +--- Modifying the the current frequency of core 3 with frequency 1690000 +--- Frequency level of core 4 is 1 +--- Exact frequency of core 4: 741000 +--- Modifying the governor of core 4 +--- Modifying the the current frequency of core 4 with frequency 741000 +--- Frequency level of core 5 is 0 +--- Exact frequency of core 5: 0 +--- Modifying the governor of core 5 +--- Modifying the the current frequency of core 5 with frequency 0 +--- Frequency level of core 6 is 1 +--- Exact frequency of core 6: 741000 +--- Modifying the governor of core 6 +--- Modifying the the current frequency of core 6 with frequency 741000 +--- Frequency level of core 7 is 0 +--- Exact frequency of core 7: 0 +--- Modifying the governor of core 7 +--- Modifying the the current frequency of core 7 with frequency 0 +--- Calibrating Monsoon power meter, please wait for 10 seconds... +powermeter script : --- Inside the monsoon_power_meter, arg function: 1 +powermeter script : calibration duration = 10 +powermeter script : Creating the Monsoon engine +powermeter script : Creating the Monsoon engine +powermeter script : Configuring channels the Monsoon engine +powermeter script : Configuring output to : C:\Users\lavoi\opportunist_task_on_android\scripts_valuable_files\experiment_automatization\last_tmp_expermiment_folder\configuration_mesurement.csv +powermeter script : Starting sampling; number of sample = 50000 + returning 50000 samples after experiments +powermeter script : Power meter calibration okay +--- Monsoon power meter Calibrated +--- starting the benchmarking app +## writing the configuration inside the phone file + --- Removing file /sdcard/experiments_automatization + --- Clearing the logcat + --- Creating file /sdcard/experiments_automatization +----- Uninstalling experiment app +Success +----- Installing experiment app +Performing Streamed Install +Success +------ Giving rights to experiment app +----- Starting experiment app +Starting: Intent { cmp=com.opportunistask.scheduling.benchmarking_app_to_test_big_cores/.MainActivity } +adb command : ps -A | grep com.opportunistask.scheduling.benchmarking_app_to_test_big_cores + ----- Experiment app started with pid: 21413 +---- waiting for benchmarking app thread to be pinned and to be ready +--- frequency level of core 0 is 0 +--- frequency level of core 1 is 3 +--- frequency level of core 2 is 0 +--- frequency level of core 3 is 3 +--- frequency level of core 4 is 1 +--- frequency level of core 5 is 0 +--- frequency level of core 6 is 1 +--- frequency level of core 7 is 0 +--- Number of cores to occupy = 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 4 +--- Number of thread in experiment phase : 4 +--- Now threads are running and the phone is ready to be sampled with the power meter \n--- Threads pids +Thread_0_ready_for_sampling +Thread_1_ready_for_sampling +Thread_2_ready_for_sampling +Thread_3_ready_for_sampling +--- Printing cc_info beginning datas (for the samsung galaxy s8) +--- Current cc_info level : 5948000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info + --- Starting power meter sampling for about 60 seconds +--- Sampling with the Monsoon power meter +powermeter script : --- Inside the monsoon_power_meter, arg function: 2 +powermeter script : Experiment duration = 60 +powermeter script : Creating the Monsoon engine +powermeter script : Creating the Monsoon engine +powermeter script : Configuring channels the Monsoon engine +powermeter script : Configuring output to : C:\Users\lavoi\opportunist_task_on_android\scripts_valuable_files\experiment_automatization\last_tmp_expermiment_folder\configuration_mesurement.csv +powermeter script : Starting sampling; number of sample = 300000 + returning 300000 samples after experiments +powermeter script : Total nomber of sample measured : 300000 +powermeter script : Computing powermeter summary result + Number of samples = 300000 +powermeter script : We computed the energy on 60 samples +powermeter script : average_power = 1977.3029372746537 +powermeter script : average_power with numpy arrays = 1977.302937274652 +powermeter script : Summary Result = time (s): 60.266220808029175 +Ins Current (mA):454.8646665244163 +Samples: 300000 +Consumed Energy (mAs): 24543.224499849202 +Consumed Energy (mAh): 6.817562361069223 +Consumed Energy (mWs): 118612.17488374999 +Consumed Energy (mWh): 32.94782635659722 +Avg power (mW): 1977.3029372746537 +Avg Current (mA): 408.9268487008831 +Avg Voltage (V): 4.835346330416635 +Exp Batt Life (hrs for 1000mAh battery): NOT COMPUTED +--- Monsoon power meter sampling is finished ! + --- experiment folder path /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder +--- frequency level of core 0 is 0 +--- frequency level of core 1 is 3 +--- frequency level of core 2 is 0 +--- frequency level of core 3 is 3 +--- frequency level of core 4 is 1 +--- frequency level of core 5 is 0 +--- frequency level of core 6 is 1 +--- frequency level of core 7 is 0 +--- Number of threads normally started = 4 +--- Number of thread ended: 4 +--- Now threads are stopped, getting the cc_info_level for samsung +--- Current cc_info level : 5948000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info +--- Copying thread results locally +command /mnt/c/Program Files/Android/platform-tools_r33.0.1-windows/platform-tools/adb.exe pull /sdcard/experiments_automatization/app_output_folder C:\Users\lavoi\opportunist_task_on_android\scripts_valuable_files\experiment_automatization\last_tmp_expermiment_folder </dev/null +/sdcard/experiments_automatization/app_output_folder/: 8 files pulled, 0 skipped. 0.1 MB/s (1868 bytes in 0.036s) +saving the logcat file to /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder -/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder- +--- Parsing result from /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder to /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/output_folder/raw_result.txt +--- Getting exact configuration with frequency +--- Configuration with frequencies = [0- 1690000- 0- 1690000- 741000- 0- 741000- 0] +--- Getting the powermeter summary +--- Powermeter summary: +time (s): 60.266220808029175 +Ins Current (mA):454.8646665244163 +Samples: 300000 +Consumed Energy (mAs): 24543.224499849202 +Consumed Energy (mAh): 6.817562361069223 +Consumed Energy (mWs): 118612.17488374999 +Consumed Energy (mWh): 32.94782635659722 +Avg power (mW): 1977.3029372746537 +Avg Current (mA): 408.9268487008831 +Avg Voltage (V): 4.835346330416635 + +--- Getting the total energy consumed of the google pixel +--- Energy consumed = 6.817562361069223 +--- Starting cc_info = 5948000 +--- Ending cc_info = 5948000 +--- Getting the average power +--- Avg Power = 1977.3029372746537 +--- Printing the total threads summary +--- Thread results +Thread : 0 - ThreadProcess id: 21433 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:27:47 +0200 +Core id: 1 +Ending time: Wed, 31 Aug 2022 19:28:47 +0200 - Duration: 60009 seconds +Real workload: 2.9152163991784733E10 - Integer reached: 143204 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 5.50 +Start: 100 % - End: 100 +Cc_info at the beginning: 5948000 mAh +Cc_info at the end: 5948000 mAh +Cc_info variation: 0.0 mAh + +Thread : 1 - ThreadProcess id: 21434 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:27:47 +0200 +Core id: 3 +Ending time: Wed, 31 Aug 2022 19:28:47 +0200 - Duration: 60004 seconds +Real workload: 2.8998087604537743E10 - Integer reached: 142841 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 5.50 +Start: 100 % - End: 100 +Cc_info at the beginning: 5948000 mAh +Cc_info at the end: 5948000 mAh +Cc_info variation: 0.0 mAh + +Thread : 2 - ThreadProcess id: 21435 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:27:47 +0200 +Core id: 4 +Ending time: Wed, 31 Aug 2022 19:28:47 +0200 - Duration: 60008 seconds +Real workload: 2.9336933067887856E10 - Integer reached: 143638 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 5.51 +Start: 100 % - End: 100 +Cc_info at the beginning: 5948000 mAh +Cc_info at the end: 5948000 mAh +Cc_info variation: 0.0 mAh + +Thread : 3 - ThreadProcess id: 21437 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:27:48 +0200 +Core id: 6 +Ending time: Wed, 31 Aug 2022 19:28:48 +0200 - Duration: 60007 seconds +Real workload: 2.8846548749025734E10 - Integer reached: 142483 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 5.53 +Start: 100 % - End: 100 +Cc_info at the beginning: 5948000 mAh +Cc_info at the end: 5948000 mAh +Cc_info variation: 0.0 mAh + + +--- Counting the total workload command : print_total_workload /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder app_output_folder 0,3,0,3,1,0,1,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first +--- Total workload : 1.16334e+11 +--- Getting energy efficiency +--- Energy efficiency: 5.86034e-11 +--- Building what we will add to the total result file command +------ + (build_configuration_raw_result 0303-1010 0,3,0,3,1,0,1,0 [0- 1690000- 0- 1690000- 741000- 0- 741000- 0] time (s): 60.266220808029175 +Ins Current (mA):454.8646665244163 +Samples: 300000 +Consumed Energy (mAs): 24543.224499849202 +Consumed Energy (mAh): 6.817562361069223 +Consumed Energy (mWs): 118612.17488374999 +Consumed Energy (mWh): 32.94782635659722 +Avg power (mW): 1977.3029372746537 +Avg Current (mA): 408.9268487008831 +Avg Voltage (V): 4.835346330416635 + Thread : 0 - ThreadProcess id: 21433 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:27:47 +0200 +Core id: 1 +Ending time: Wed, 31 Aug 2022 19:28:47 +0200 - Duration: 60009 seconds +Real workload: 2.9152163991784733E10 - Integer reached: 143204 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 5.50 +Start: 100 % - End: 100 +Cc_info at the beginning: 5948000 mAh +Cc_info at the end: 5948000 mAh +Cc_info variation: 0.0 mAh + +Thread : 1 - ThreadProcess id: 21434 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:27:47 +0200 +Core id: 3 +Ending time: Wed, 31 Aug 2022 19:28:47 +0200 - Duration: 60004 seconds +Real workload: 2.8998087604537743E10 - Integer reached: 142841 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 5.50 +Start: 100 % - End: 100 +Cc_info at the beginning: 5948000 mAh +Cc_info at the end: 5948000 mAh +Cc_info variation: 0.0 mAh + +Thread : 2 - ThreadProcess id: 21435 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:27:47 +0200 +Core id: 4 +Ending time: Wed, 31 Aug 2022 19:28:47 +0200 - Duration: 60008 seconds +Real workload: 2.9336933067887856E10 - Integer reached: 143638 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 5.51 +Start: 100 % - End: 100 +Cc_info at the beginning: 5948000 mAh +Cc_info at the end: 5948000 mAh +Cc_info variation: 0.0 mAh + +Thread : 3 - ThreadProcess id: 21437 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:27:48 +0200 +Core id: 6 +Ending time: Wed, 31 Aug 2022 19:28:48 +0200 - Duration: 60007 seconds +Real workload: 2.8846548749025734E10 - Integer reached: 142483 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 5.53 +Start: 100 % - End: 100 +Cc_info at the beginning: 5948000 mAh +Cc_info at the end: 5948000 mAh +Cc_info variation: 0.0 mAh + + 6.817562361069223 1.16334e+11 5.86034e-11 5948000 5948000 +------ + +--- Final result to print to File + -------------------------------------------------------------------------------- + +++++ +++++ +++++ Configuration Description +-------------------------------------------------------------------------------- +Configuration: 0303-1010 +phone format: 0,3,0,3,1,0,1,0 +Exact values of frequencies: [0- 1690000- 0- 1690000- 741000- 0- 741000- 0] + +Power meter results +------------------------------------------------------------ +time (s): 60.266220808029175 +Ins Current (mA):454.8646665244163 +Samples: 300000 +Consumed Energy (mAs): 24543.224499849202 +Consumed Energy (mAh): 6.817562361069223 +Consumed Energy (mWs): 118612.17488374999 +Consumed Energy (mWh): 32.94782635659722 +Avg power (mW): 1977.3029372746537 +Avg Current (mA): 408.9268487008831 +Avg Voltage (V): 4.835346330416635 + +Threads results +------------------------------------------------------------ +Thread : 0 - ThreadProcess id: 21433 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:27:47 +0200 +Core id: 1 +Ending time: Wed, 31 Aug 2022 19:28:47 +0200 - Duration: 60009 seconds +Real workload: 2.9152163991784733E10 - Integer reached: 143204 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 5.50 +Start: 100 % - End: 100 +Cc_info at the beginning: 5948000 mAh +Cc_info at the end: 5948000 mAh +Cc_info variation: 0.0 mAh + +Thread : 1 - ThreadProcess id: 21434 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:27:47 +0200 +Core id: 3 +Ending time: Wed, 31 Aug 2022 19:28:47 +0200 - Duration: 60004 seconds +Real workload: 2.8998087604537743E10 - Integer reached: 142841 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 5.50 +Start: 100 % - End: 100 +Cc_info at the beginning: 5948000 mAh +Cc_info at the end: 5948000 mAh +Cc_info variation: 0.0 mAh + +Thread : 2 - ThreadProcess id: 21435 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:27:47 +0200 +Core id: 4 +Ending time: Wed, 31 Aug 2022 19:28:47 +0200 - Duration: 60008 seconds +Real workload: 2.9336933067887856E10 - Integer reached: 143638 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 5.51 +Start: 100 % - End: 100 +Cc_info at the beginning: 5948000 mAh +Cc_info at the end: 5948000 mAh +Cc_info variation: 0.0 mAh + +Thread : 3 - ThreadProcess id: 21437 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:27:48 +0200 +Core id: 6 +Ending time: Wed, 31 Aug 2022 19:28:48 +0200 - Duration: 60007 seconds +Real workload: 2.8846548749025734E10 - Integer reached: 142483 - Number of reset = 0 +Battery stats: 0 mAH +Computed Drain: 5.53 +Start: 100 % - End: 100 +Cc_info at the beginning: 5948000 mAh +Cc_info at the end: 5948000 mAh +Cc_info variation: 0.0 mAh + + +Expermiment results +------------------------------------------------------------ +Energy Consumed (mAh): 6.817562361069223 +Workload: 1.16334e+11 +Energy efficiency: 5.86034e-11 +Starting cc information: 5948000 +Ending cc information: 5948000 +-------------------------------------------------------------------------------- + + +--- Writing to the total result file +--- Removing previous tested configuration tmp_output folder +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_24_51/app_output_folder/all_workloads.txt' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_24_51/app_output_folder/Thread_0_ended' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_24_51/app_output_folder/Thread_0_ready_for_sampling' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_24_51/app_output_folder/Thread_1_ended' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_24_51/app_output_folder/Thread_1_ready_for_sampling' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_24_51/app_output_folder/Thread_2_ended' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_24_51/app_output_folder/Thread_2_ready_for_sampling' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_24_51/app_output_folder/Thread_3_ended' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_24_51/app_output_folder/Thread_3_ready_for_sampling' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_24_51/app_output_folder/Thread_4_ended' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_24_51/app_output_folder/Thread_4_ready_for_sampling' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_24_51/app_output_folder/Thread_5_ended' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_24_51/app_output_folder/Thread_5_ready_for_sampling' +removed directory '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_24_51/app_output_folder' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_24_51/configuration_mesurement.csv' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_24_51/ending_cc_info.txt' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_24_51/energy_power_workload_energyByWorkload_ccInfo' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_24_51/logcat_output' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_24_51/powermeter_summary.txt' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_24_51/starting_cc_info.txt' +removed directory '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_24_51' +--- Moving the current experiment tmp_folder to the output result folder +writing a temporary file for the main script with format energy_power_workload_energyByWorkload_ccInfo +--- Obtaining experiment summary result to add to result folder +--- Experiment result, Energy consumed = 6.817562361069223 +--- Experiment result, Avg Power = 1977.3029372746537 +--- Experiment result, Total Workload = 1.16334e+11 +--- Experiment result, Energy Efficiency = 5.86034e-11 +--- Adding result to summary file +--- Starting cc information : 5948000 +--- Ending cc information : 5948000 +--- The file /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/output_folder/summary.csv exists we just appending the result to the file +--- Experiments performed on configuration 0303-1010. +--- Observing a pause betwenn experiment; pause duration : 20 seconds; starting at 31Aug22_19_28_50 +--- Performing experiments on configuration 0033-3000 +--- Cleaning the tmp expermiment folder : /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder +--- Second step : verifying the battery level +--- Verifying the battery level +--- Getting current battery level, adb command path: /mnt/c/Program Files/Android/platform-tools_r33.0.1-windows/platform-tools/adb.exe +--- Current battery level : 100 +--- Forcing the experiment battery level to be 100 +Current battery level: OKAY +--- For samsung stabilizing cc_info level for exeperiments : /mnt/c/Program Files/Android/platform-tools_r33.0.1-windows/platform-tools/adb.exe shell "su -c \'echo 0 > /sys/devices/platform/battery/power_supply/battery/hv_charger_set\'" </dev/null +--- Third step calibrating phone core frequency +--- Resetting all frequency configurations + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu5/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu6/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu7/cpufreq/scaling_governor +--- Frequency level of core 0 is 0 +--- Exact frequency of core 0: 0 +--- Modifying the governor of core 0 +--- Modifying the the current frequency of core 0 with frequency 0 +--- Frequency level of core 1 is 0 +--- Exact frequency of core 1: 0 +--- Modifying the governor of core 1 +--- Modifying the the current frequency of core 1 with frequency 0 +--- Frequency level of core 2 is 3 +--- Exact frequency of core 2: 1690000 +--- Modifying the governor of core 2 +--- Modifying the the current frequency of core 2 with frequency 1690000 +--- Frequency level of core 3 is 3 +--- Exact frequency of core 3: 1690000 +--- Modifying the governor of core 3 +--- Modifying the the current frequency of core 3 with frequency 1690000 +--- Frequency level of core 4 is 3 +--- Exact frequency of core 4: 2314000 +--- Modifying the governor of core 4 +--- Modifying the the current frequency of core 4 with frequency 2314000 +--- Frequency level of core 5 is 0 +--- Exact frequency of core 5: 0 +--- Modifying the governor of core 5 +--- Modifying the the current frequency of core 5 with frequency 0 +--- Frequency level of core 6 is 0 +--- Exact frequency of core 6: 0 +--- Modifying the governor of core 6 +--- Modifying the the current frequency of core 6 with frequency 0 +--- Frequency level of core 7 is 0 +--- Exact frequency of core 7: 0 +--- Modifying the governor of core 7 +--- Modifying the the current frequency of core 7 with frequency 0 +--- Calibrating Monsoon power meter, please wait for 10 seconds... +powermeter script : --- Inside the monsoon_power_meter, arg function: 1 +powermeter script : calibration duration = 10 +powermeter script : Creating the Monsoon engine +powermeter script : Creating the Monsoon engine +powermeter script : Configuring channels the Monsoon engine +powermeter script : Configuring output to : C:\Users\lavoi\opportunist_task_on_android\scripts_valuable_files\experiment_automatization\last_tmp_expermiment_folder\configuration_mesurement.csv +powermeter script : Starting sampling; number of sample = 50000 + returning 50000 samples after experiments +powermeter script : Power meter calibration okay +--- Monsoon power meter Calibrated +--- starting the benchmarking app +## writing the configuration inside the phone file + --- Removing file /sdcard/experiments_automatization + --- Clearing the logcat + --- Creating file /sdcard/experiments_automatization +----- Uninstalling experiment app +Success +----- Installing experiment app +Performing Streamed Install +Success +------ Giving rights to experiment app +----- Starting experiment app +Starting: Intent { cmp=com.opportunistask.scheduling.benchmarking_app_to_test_big_cores/.MainActivity } +adb command : ps -A | grep com.opportunistask.scheduling.benchmarking_app_to_test_big_cores + ----- Experiment app started with pid: 23199 +---- waiting for benchmarking app thread to be pinned and to be ready +--- frequency level of core 0 is 0 +--- frequency level of core 1 is 0 +--- frequency level of core 2 is 3 +--- frequency level of core 3 is 3 +--- frequency level of core 4 is 3 +--- frequency level of core 5 is 0 +--- frequency level of core 6 is 0 +--- frequency level of core 7 is 0 +--- Number of cores to occupy = 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 2 +--- The current number of thread ready to be sambled : 2, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 3 +--- Now threads are running and the phone is ready to be sampled with the power meter \n--- Threads pids +Thread_0_ready_for_sampling +Thread_1_ready_for_sampling +Thread_2_ready_for_sampling +--- Printing cc_info beginning datas (for the samsung galaxy s8) +--- Current cc_info level : 5947000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info + --- Starting power meter sampling for about 60 seconds +--- Sampling with the Monsoon power meter +powermeter script : --- Inside the monsoon_power_meter, arg function: 2 +powermeter script : Experiment duration = 60 +powermeter script : Creating the Monsoon engine +powermeter script : Creating the Monsoon engine +powermeter script : Configuring channels the Monsoon engine +powermeter script : Configuring output to : C:\Users\lavoi\opportunist_task_on_android\scripts_valuable_files\experiment_automatization\last_tmp_expermiment_folder\configuration_mesurement.csv +powermeter script : Starting sampling; number of sample = 300000 + returning 300000 samples after experiments +powermeter script : Total nomber of sample measured : 300000 +powermeter script : Computing powermeter summary result + Number of samples = 300000 +powermeter script : We computed the energy on 60 samples +powermeter script : average_power = 1742.784969024986 +powermeter script : average_power with numpy arrays = 1742.7849690249761 +powermeter script : Summary Result = time (s): 60.969000577926636 +Ins Current (mA):368.71372021609756 +Samples: 300000 +Consumed Energy (mAs): 21264.35450040023 +Consumed Energy (mAh): 5.906765139000064 +Consumed Energy (mWs): 103613.65849869359 +Consumed Energy (mWh): 28.781571805192666 +Avg power (mW): 1742.784969024986 +Avg Current (mA): 357.5297873671699 +Avg Voltage (V): 4.874516839166774 +Exp Batt Life (hrs for 1000mAh battery): NOT COMPUTED +--- Monsoon power meter sampling is finished ! + --- experiment folder path /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder +--- frequency level of core 0 is 0 +--- frequency level of core 1 is 0 +--- frequency level of core 2 is 3 +--- frequency level of core 3 is 3 +--- frequency level of core 4 is 3 +--- frequency level of core 5 is 0 +--- frequency level of core 6 is 0 +--- frequency level of core 7 is 0 +--- Number of threads normally started = 3 +--- Number of thread ended: 3 +--- Now threads are stopped, getting the cc_info_level for samsung +--- Current cc_info level : 5947000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info +--- Copying thread results locally +command /mnt/c/Program Files/Android/platform-tools_r33.0.1-windows/platform-tools/adb.exe pull /sdcard/experiments_automatization/app_output_folder C:\Users\lavoi\opportunist_task_on_android\scripts_valuable_files\experiment_automatization\last_tmp_expermiment_folder </dev/null +/sdcard/experiments_automatization/app_output_folder/: 6 files pulled, 0 skipped. 0.1 MB/s (1640 bytes in 0.019s) +saving the logcat file to /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder -/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder- +--- Parsing result from /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder to /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/output_folder/raw_result.txt +--- Getting exact configuration with frequency +--- Configuration with frequencies = [0- 0- 1690000- 1690000- 2314000- 0- 0- 0] +--- Getting the powermeter summary +--- Powermeter summary: +time (s): 60.969000577926636 +Ins Current (mA):368.71372021609756 +Samples: 300000 +Consumed Energy (mAs): 21264.35450040023 +Consumed Energy (mAh): 5.906765139000064 +Consumed Energy (mWs): 103613.65849869359 +Consumed Energy (mWh): 28.781571805192666 +Avg power (mW): 1742.784969024986 +Avg Current (mA): 357.5297873671699 +Avg Voltage (V): 4.874516839166774 + +--- Getting the total energy consumed of the google pixel +--- Energy consumed = 5.906765139000064 +--- Starting cc_info = 5947000 +--- Ending cc_info = 5947000 +--- Getting the average power +--- Avg Power = 1742.784969024986 +--- Printing the total threads summary +--- Thread results +Thread : 0 - ThreadProcess id: 23218 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:32:07 +0200 +Core id: 2 +Ending time: Wed, 31 Aug 2022 19:33:08 +0200 - Duration: 60005 seconds +Real workload: 2.9209030230789627E10 - Integer reached: 124893 - Number of reset = 0 +Battery stats: Uid u0a463: 4.41 ( cpu=4.41 ) Including smearing: 5.37 ( proportional=0.954 ) mAH +Computed Drain: 9.85 +Start: 100 % - End: 100 +Cc_info at the beginning: 5947000 mAh +Cc_info at the end: 5947000 mAh +Cc_info variation: 0.0 mAh + +Thread : 1 - ThreadProcess id: 23219 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:32:07 +0200 +Core id: 3 +Ending time: Wed, 31 Aug 2022 19:33:07 +0200 - Duration: 60004 seconds +Real workload: 2.8895280975963634E10 - Integer reached: 124249 - Number of reset = 0 +Battery stats: Uid u0a463: 4.41 ( cpu=4.41 ) Including smearing: 5.37 ( proportional=0.954 ) mAH +Computed Drain: 9.85 +Start: 100 % - End: 100 +Cc_info at the beginning: 5947000 mAh +Cc_info at the end: 5947000 mAh +Cc_info variation: 0.0 mAh + +Thread : 2 - ThreadProcess id: 23220 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:32:08 +0200 +Core id: 4 +Ending time: Wed, 31 Aug 2022 19:33:08 +0200 - Duration: 60003 seconds +Real workload: 2.899350352053141E10 - Integer reached: 124451 - Number of reset = 0 +Battery stats: Uid u0a463: 4.41 ( cpu=4.41 ) Including smearing: 5.37 ( proportional=0.952 ) mAH +Computed Drain: 9.87 +Start: 100 % - End: 100 +Cc_info at the beginning: 5947000 mAh +Cc_info at the end: 5947000 mAh +Cc_info variation: 0.0 mAh + + +--- Counting the total workload command : print_total_workload /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder app_output_folder 0,0,3,3,3,0,0,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first +--- Total workload : 8.70978e+10 +--- Getting energy efficiency +--- Energy efficiency: 6.78176e-11 +--- Building what we will add to the total result file command +------ + (build_configuration_raw_result 0033-3000 0,0,3,3,3,0,0,0 [0- 0- 1690000- 1690000- 2314000- 0- 0- 0] time (s): 60.969000577926636 +Ins Current (mA):368.71372021609756 +Samples: 300000 +Consumed Energy (mAs): 21264.35450040023 +Consumed Energy (mAh): 5.906765139000064 +Consumed Energy (mWs): 103613.65849869359 +Consumed Energy (mWh): 28.781571805192666 +Avg power (mW): 1742.784969024986 +Avg Current (mA): 357.5297873671699 +Avg Voltage (V): 4.874516839166774 + Thread : 0 - ThreadProcess id: 23218 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:32:07 +0200 +Core id: 2 +Ending time: Wed, 31 Aug 2022 19:33:08 +0200 - Duration: 60005 seconds +Real workload: 2.9209030230789627E10 - Integer reached: 124893 - Number of reset = 0 +Battery stats: Uid u0a463: 4.41 ( cpu=4.41 ) Including smearing: 5.37 ( proportional=0.954 ) mAH +Computed Drain: 9.85 +Start: 100 % - End: 100 +Cc_info at the beginning: 5947000 mAh +Cc_info at the end: 5947000 mAh +Cc_info variation: 0.0 mAh + +Thread : 1 - ThreadProcess id: 23219 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:32:07 +0200 +Core id: 3 +Ending time: Wed, 31 Aug 2022 19:33:07 +0200 - Duration: 60004 seconds +Real workload: 2.8895280975963634E10 - Integer reached: 124249 - Number of reset = 0 +Battery stats: Uid u0a463: 4.41 ( cpu=4.41 ) Including smearing: 5.37 ( proportional=0.954 ) mAH +Computed Drain: 9.85 +Start: 100 % - End: 100 +Cc_info at the beginning: 5947000 mAh +Cc_info at the end: 5947000 mAh +Cc_info variation: 0.0 mAh + +Thread : 2 - ThreadProcess id: 23220 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:32:08 +0200 +Core id: 4 +Ending time: Wed, 31 Aug 2022 19:33:08 +0200 - Duration: 60003 seconds +Real workload: 2.899350352053141E10 - Integer reached: 124451 - Number of reset = 0 +Battery stats: Uid u0a463: 4.41 ( cpu=4.41 ) Including smearing: 5.37 ( proportional=0.952 ) mAH +Computed Drain: 9.87 +Start: 100 % - End: 100 +Cc_info at the beginning: 5947000 mAh +Cc_info at the end: 5947000 mAh +Cc_info variation: 0.0 mAh + + 5.906765139000064 8.70978e+10 6.78176e-11 5947000 5947000 +------ + +--- Final result to print to File + -------------------------------------------------------------------------------- + +++++ +++++ +++++ Configuration Description +-------------------------------------------------------------------------------- +Configuration: 0033-3000 +phone format: 0,0,3,3,3,0,0,0 +Exact values of frequencies: [0- 0- 1690000- 1690000- 2314000- 0- 0- 0] + +Power meter results +------------------------------------------------------------ +time (s): 60.969000577926636 +Ins Current (mA):368.71372021609756 +Samples: 300000 +Consumed Energy (mAs): 21264.35450040023 +Consumed Energy (mAh): 5.906765139000064 +Consumed Energy (mWs): 103613.65849869359 +Consumed Energy (mWh): 28.781571805192666 +Avg power (mW): 1742.784969024986 +Avg Current (mA): 357.5297873671699 +Avg Voltage (V): 4.874516839166774 + +Threads results +------------------------------------------------------------ +Thread : 0 - ThreadProcess id: 23218 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:32:07 +0200 +Core id: 2 +Ending time: Wed, 31 Aug 2022 19:33:08 +0200 - Duration: 60005 seconds +Real workload: 2.9209030230789627E10 - Integer reached: 124893 - Number of reset = 0 +Battery stats: Uid u0a463: 4.41 ( cpu=4.41 ) Including smearing: 5.37 ( proportional=0.954 ) mAH +Computed Drain: 9.85 +Start: 100 % - End: 100 +Cc_info at the beginning: 5947000 mAh +Cc_info at the end: 5947000 mAh +Cc_info variation: 0.0 mAh + +Thread : 1 - ThreadProcess id: 23219 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:32:07 +0200 +Core id: 3 +Ending time: Wed, 31 Aug 2022 19:33:07 +0200 - Duration: 60004 seconds +Real workload: 2.8895280975963634E10 - Integer reached: 124249 - Number of reset = 0 +Battery stats: Uid u0a463: 4.41 ( cpu=4.41 ) Including smearing: 5.37 ( proportional=0.954 ) mAH +Computed Drain: 9.85 +Start: 100 % - End: 100 +Cc_info at the beginning: 5947000 mAh +Cc_info at the end: 5947000 mAh +Cc_info variation: 0.0 mAh + +Thread : 2 - ThreadProcess id: 23220 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:32:08 +0200 +Core id: 4 +Ending time: Wed, 31 Aug 2022 19:33:08 +0200 - Duration: 60003 seconds +Real workload: 2.899350352053141E10 - Integer reached: 124451 - Number of reset = 0 +Battery stats: Uid u0a463: 4.41 ( cpu=4.41 ) Including smearing: 5.37 ( proportional=0.952 ) mAH +Computed Drain: 9.87 +Start: 100 % - End: 100 +Cc_info at the beginning: 5947000 mAh +Cc_info at the end: 5947000 mAh +Cc_info variation: 0.0 mAh + + +Expermiment results +------------------------------------------------------------ +Energy Consumed (mAh): 5.906765139000064 +Workload: 8.70978e+10 +Energy efficiency: 6.78176e-11 +Starting cc information: 5947000 +Ending cc information: 5947000 +-------------------------------------------------------------------------------- + + +--- Writing to the total result file +--- Removing previous tested configuration tmp_output folder +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_29_12/app_output_folder/all_workloads.txt' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_29_12/app_output_folder/Thread_0_ended' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_29_12/app_output_folder/Thread_0_ready_for_sampling' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_29_12/app_output_folder/Thread_1_ended' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_29_12/app_output_folder/Thread_1_ready_for_sampling' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_29_12/app_output_folder/Thread_2_ended' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_29_12/app_output_folder/Thread_2_ready_for_sampling' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_29_12/app_output_folder/Thread_3_ended' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_29_12/app_output_folder/Thread_3_ready_for_sampling' +removed directory '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_29_12/app_output_folder' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_29_12/configuration_mesurement.csv' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_29_12/ending_cc_info.txt' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_29_12/energy_power_workload_energyByWorkload_ccInfo' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_29_12/logcat_output' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_29_12/powermeter_summary.txt' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_29_12/starting_cc_info.txt' +removed directory '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_29_12' +--- Moving the current experiment tmp_folder to the output result folder +writing a temporary file for the main script with format energy_power_workload_energyByWorkload_ccInfo +--- Obtaining experiment summary result to add to result folder +--- Experiment result, Energy consumed = 5.906765139000064 +--- Experiment result, Avg Power = 1742.784969024986 +--- Experiment result, Total Workload = 8.70978e+10 +--- Experiment result, Energy Efficiency = 6.78176e-11 +--- Adding result to summary file +--- Starting cc information : 5947000 +--- Ending cc information : 5947000 +--- The file /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/output_folder/summary.csv exists we just appending the result to the file +--- Experiments performed on configuration 0033-3000. +--- Observing a pause betwenn experiment; pause duration : 20 seconds; starting at 31Aug22_19_33_11 +--- Performing experiments on configuration 0303-0100 +--- Cleaning the tmp expermiment folder : /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder +--- Second step : verifying the battery level +--- Verifying the battery level +--- Getting current battery level, adb command path: /mnt/c/Program Files/Android/platform-tools_r33.0.1-windows/platform-tools/adb.exe +--- Current battery level : 100 +--- Forcing the experiment battery level to be 100 +Current battery level: OKAY +--- For samsung stabilizing cc_info level for exeperiments : /mnt/c/Program Files/Android/platform-tools_r33.0.1-windows/platform-tools/adb.exe shell "su -c \'echo 0 > /sys/devices/platform/battery/power_supply/battery/hv_charger_set\'" </dev/null +--- Third step calibrating phone core frequency +--- Resetting all frequency configurations + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu5/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu6/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu7/cpufreq/scaling_governor +--- Frequency level of core 0 is 0 +--- Exact frequency of core 0: 0 +--- Modifying the governor of core 0 +--- Modifying the the current frequency of core 0 with frequency 0 +--- Frequency level of core 1 is 3 +--- Exact frequency of core 1: 1690000 +--- Modifying the governor of core 1 +--- Modifying the the current frequency of core 1 with frequency 1690000 +--- Frequency level of core 2 is 0 +--- Exact frequency of core 2: 0 +--- Modifying the governor of core 2 +--- Modifying the the current frequency of core 2 with frequency 0 +--- Frequency level of core 3 is 3 +--- Exact frequency of core 3: 1690000 +--- Modifying the governor of core 3 +--- Modifying the the current frequency of core 3 with frequency 1690000 +--- Frequency level of core 4 is 0 +--- Exact frequency of core 4: 0 +--- Modifying the governor of core 4 +--- Modifying the the current frequency of core 4 with frequency 0 +--- Frequency level of core 5 is 1 +--- Exact frequency of core 5: 741000 +--- Modifying the governor of core 5 +--- Modifying the the current frequency of core 5 with frequency 741000 +--- Frequency level of core 6 is 0 +--- Exact frequency of core 6: 0 +--- Modifying the governor of core 6 +--- Modifying the the current frequency of core 6 with frequency 0 +--- Frequency level of core 7 is 0 +--- Exact frequency of core 7: 0 +--- Modifying the governor of core 7 +--- Modifying the the current frequency of core 7 with frequency 0 +--- Calibrating Monsoon power meter, please wait for 10 seconds... +powermeter script : --- Inside the monsoon_power_meter, arg function: 1 +powermeter script : calibration duration = 10 +powermeter script : Creating the Monsoon engine +powermeter script : Creating the Monsoon engine +powermeter script : Configuring channels the Monsoon engine +powermeter script : Configuring output to : C:\Users\lavoi\opportunist_task_on_android\scripts_valuable_files\experiment_automatization\last_tmp_expermiment_folder\configuration_mesurement.csv +powermeter script : Starting sampling; number of sample = 50000 + returning 50000 samples after experiments +powermeter script : Power meter calibration okay +--- Monsoon power meter Calibrated +--- starting the benchmarking app +## writing the configuration inside the phone file + --- Removing file /sdcard/experiments_automatization + --- Clearing the logcat + --- Creating file /sdcard/experiments_automatization +----- Uninstalling experiment app +Success +----- Installing experiment app +Performing Streamed Install +Success +------ Giving rights to experiment app +----- Starting experiment app +Starting: Intent { cmp=com.opportunistask.scheduling.benchmarking_app_to_test_big_cores/.MainActivity } +adb command : ps -A | grep com.opportunistask.scheduling.benchmarking_app_to_test_big_cores + ----- Experiment app started with pid: 25129 +---- waiting for benchmarking app thread to be pinned and to be ready +--- frequency level of core 0 is 0 +--- frequency level of core 1 is 3 +--- frequency level of core 2 is 0 +--- frequency level of core 3 is 3 +--- frequency level of core 4 is 0 +--- frequency level of core 5 is 1 +--- frequency level of core 6 is 0 +--- frequency level of core 7 is 0 +--- Number of cores to occupy = 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 0 +--- The current number of thread ready to be sambled : 0, still lower than the experiment one : 3 +--- Number of thread in experiment phase : 3 +--- Now threads are running and the phone is ready to be sampled with the power meter \n--- Threads pids +Thread_0_ready_for_sampling +Thread_1_ready_for_sampling +Thread_2_ready_for_sampling +--- Printing cc_info beginning datas (for the samsung galaxy s8) +--- Current cc_info level : 5945500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info + --- Starting power meter sampling for about 60 seconds +--- Sampling with the Monsoon power meter +powermeter script : --- Inside the monsoon_power_meter, arg function: 2 +powermeter script : Experiment duration = 60 +powermeter script : Creating the Monsoon engine +powermeter script : Creating the Monsoon engine +powermeter script : Configuring channels the Monsoon engine +powermeter script : Configuring output to : C:\Users\lavoi\opportunist_task_on_android\scripts_valuable_files\experiment_automatization\last_tmp_expermiment_folder\configuration_mesurement.csv +powermeter script : Starting sampling; number of sample = 300000 + returning 300000 samples after experiments +powermeter script : Total nomber of sample measured : 300000 +powermeter script : Computing powermeter summary result + Number of samples = 300000 +powermeter script : We computed the energy on 60 samples +powermeter script : average_power = 1759.1138737312283 +powermeter script : average_power with numpy arrays = 1759.1138737312478 +powermeter script : Summary Result = time (s): 62.12138223648071 +Ins Current (mA):368.9685564064465 +Samples: 300000 +Consumed Energy (mAs): 21545.048524680777 +Consumed Energy (mAh): 5.984735701300216 +Consumed Energy (mWs): 104928.72338466831 +Consumed Energy (mWh): 29.146867606852307 +Avg power (mW): 1759.1138737312283 +Avg Current (mA): 361.0702308136665 +Avg Voltage (V): 4.87194380375001 +Exp Batt Life (hrs for 1000mAh battery): NOT COMPUTED +--- Monsoon power meter sampling is finished ! + --- experiment folder path /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder +--- frequency level of core 0 is 0 +--- frequency level of core 1 is 3 +--- frequency level of core 2 is 0 +--- frequency level of core 3 is 3 +--- frequency level of core 4 is 0 +--- frequency level of core 5 is 1 +--- frequency level of core 6 is 0 +--- frequency level of core 7 is 0 +--- Number of threads normally started = 3 +--- Number of thread ended: 3 +--- Now threads are stopped, getting the cc_info_level for samsung +--- Current cc_info level : 5945500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info +--- Copying thread results locally +command /mnt/c/Program Files/Android/platform-tools_r33.0.1-windows/platform-tools/adb.exe pull /sdcard/experiments_automatization/app_output_folder C:\Users\lavoi\opportunist_task_on_android\scripts_valuable_files\experiment_automatization\last_tmp_expermiment_folder </dev/null +/sdcard/experiments_automatization/app_output_folder/: 6 files pulled, 0 skipped. 0.1 MB/s (1639 bytes in 0.023s) +saving the logcat file to /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder -/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder- +--- Parsing result from /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder to /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/output_folder/raw_result.txt +--- Getting exact configuration with frequency +--- Configuration with frequencies = [0- 1690000- 0- 1690000- 0- 741000- 0- 0] +--- Getting the powermeter summary +--- Powermeter summary: +time (s): 62.12138223648071 +Ins Current (mA):368.9685564064465 +Samples: 300000 +Consumed Energy (mAs): 21545.048524680777 +Consumed Energy (mAh): 5.984735701300216 +Consumed Energy (mWs): 104928.72338466831 +Consumed Energy (mWh): 29.146867606852307 +Avg power (mW): 1759.1138737312283 +Avg Current (mA): 361.0702308136665 +Avg Voltage (V): 4.87194380375001 + +--- Getting the total energy consumed of the google pixel +--- Energy consumed = 5.984735701300216 +--- Starting cc_info = 5945500 +--- Ending cc_info = 5945500 +--- Getting the average power +--- Avg Power = 1759.1138737312283 +--- Printing the total threads summary +--- Thread results +Thread : 0 - ThreadProcess id: 25188 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:36:31 +0200 +Core id: 1 +Ending time: Wed, 31 Aug 2022 19:37:31 +0200 - Duration: 60008 seconds +Real workload: 2.8862740447457733E10 - Integer reached: 124182 - Number of reset = 0 +Battery stats: Uid u0a464: 4.50 ( cpu=4.50 ) Including smearing: 5.44 ( proportional=0.942 ) mAH +Computed Drain: 9.91 +Start: 100 % - End: 100 +Cc_info at the beginning: 5945500 mAh +Cc_info at the end: 5945500 mAh +Cc_info variation: 0.0 mAh + +Thread : 1 - ThreadProcess id: 25189 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:36:31 +0200 +Core id: 3 +Ending time: Wed, 31 Aug 2022 19:37:32 +0200 - Duration: 60001 seconds +Real workload: 2.881517815259665E10 - Integer reached: 124084 - Number of reset = 0 +Battery stats: Uid u0a464: 4.50 ( cpu=4.50 ) Including smearing: 5.44 ( proportional=0.941 ) mAH +Computed Drain: 9.93 +Start: 100 % - End: 100 +Cc_info at the beginning: 5945500 mAh +Cc_info at the end: 5945500 mAh +Cc_info variation: 0.0 mAh + +Thread : 2 - ThreadProcess id: 25190 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:36:31 +0200 +Core id: 5 +Ending time: Wed, 31 Aug 2022 19:37:32 +0200 - Duration: 60004 seconds +Real workload: 2.973717336631294E10 - Integer reached: 125969 - Number of reset = 0 +Battery stats: Uid u0a464: 4.50 ( cpu=4.50 ) Including smearing: 5.44 ( proportional=0.941 ) mAH +Computed Drain: 9.93 +Start: 100 % - End: 100 +Cc_info at the beginning: 5945500 mAh +Cc_info at the end: 5945500 mAh +Cc_info variation: 0.0 mAh + + +--- Counting the total workload command : print_total_workload /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder app_output_folder 0,3,0,3,0,1,0,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first +--- Total workload : 8.74151e+10 +--- Getting energy efficiency +--- Energy efficiency: 6.84634e-11 +--- Building what we will add to the total result file command +------ + (build_configuration_raw_result 0303-0100 0,3,0,3,0,1,0,0 [0- 1690000- 0- 1690000- 0- 741000- 0- 0] time (s): 62.12138223648071 +Ins Current (mA):368.9685564064465 +Samples: 300000 +Consumed Energy (mAs): 21545.048524680777 +Consumed Energy (mAh): 5.984735701300216 +Consumed Energy (mWs): 104928.72338466831 +Consumed Energy (mWh): 29.146867606852307 +Avg power (mW): 1759.1138737312283 +Avg Current (mA): 361.0702308136665 +Avg Voltage (V): 4.87194380375001 + Thread : 0 - ThreadProcess id: 25188 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:36:31 +0200 +Core id: 1 +Ending time: Wed, 31 Aug 2022 19:37:31 +0200 - Duration: 60008 seconds +Real workload: 2.8862740447457733E10 - Integer reached: 124182 - Number of reset = 0 +Battery stats: Uid u0a464: 4.50 ( cpu=4.50 ) Including smearing: 5.44 ( proportional=0.942 ) mAH +Computed Drain: 9.91 +Start: 100 % - End: 100 +Cc_info at the beginning: 5945500 mAh +Cc_info at the end: 5945500 mAh +Cc_info variation: 0.0 mAh + +Thread : 1 - ThreadProcess id: 25189 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:36:31 +0200 +Core id: 3 +Ending time: Wed, 31 Aug 2022 19:37:32 +0200 - Duration: 60001 seconds +Real workload: 2.881517815259665E10 - Integer reached: 124084 - Number of reset = 0 +Battery stats: Uid u0a464: 4.50 ( cpu=4.50 ) Including smearing: 5.44 ( proportional=0.941 ) mAH +Computed Drain: 9.93 +Start: 100 % - End: 100 +Cc_info at the beginning: 5945500 mAh +Cc_info at the end: 5945500 mAh +Cc_info variation: 0.0 mAh + +Thread : 2 - ThreadProcess id: 25190 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:36:31 +0200 +Core id: 5 +Ending time: Wed, 31 Aug 2022 19:37:32 +0200 - Duration: 60004 seconds +Real workload: 2.973717336631294E10 - Integer reached: 125969 - Number of reset = 0 +Battery stats: Uid u0a464: 4.50 ( cpu=4.50 ) Including smearing: 5.44 ( proportional=0.941 ) mAH +Computed Drain: 9.93 +Start: 100 % - End: 100 +Cc_info at the beginning: 5945500 mAh +Cc_info at the end: 5945500 mAh +Cc_info variation: 0.0 mAh + + 5.984735701300216 8.74151e+10 6.84634e-11 5945500 5945500 +------ + +--- Final result to print to File + -------------------------------------------------------------------------------- + +++++ +++++ +++++ Configuration Description +-------------------------------------------------------------------------------- +Configuration: 0303-0100 +phone format: 0,3,0,3,0,1,0,0 +Exact values of frequencies: [0- 1690000- 0- 1690000- 0- 741000- 0- 0] + +Power meter results +------------------------------------------------------------ +time (s): 62.12138223648071 +Ins Current (mA):368.9685564064465 +Samples: 300000 +Consumed Energy (mAs): 21545.048524680777 +Consumed Energy (mAh): 5.984735701300216 +Consumed Energy (mWs): 104928.72338466831 +Consumed Energy (mWh): 29.146867606852307 +Avg power (mW): 1759.1138737312283 +Avg Current (mA): 361.0702308136665 +Avg Voltage (V): 4.87194380375001 + +Threads results +------------------------------------------------------------ +Thread : 0 - ThreadProcess id: 25188 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:36:31 +0200 +Core id: 1 +Ending time: Wed, 31 Aug 2022 19:37:31 +0200 - Duration: 60008 seconds +Real workload: 2.8862740447457733E10 - Integer reached: 124182 - Number of reset = 0 +Battery stats: Uid u0a464: 4.50 ( cpu=4.50 ) Including smearing: 5.44 ( proportional=0.942 ) mAH +Computed Drain: 9.91 +Start: 100 % - End: 100 +Cc_info at the beginning: 5945500 mAh +Cc_info at the end: 5945500 mAh +Cc_info variation: 0.0 mAh + +Thread : 1 - ThreadProcess id: 25189 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:36:31 +0200 +Core id: 3 +Ending time: Wed, 31 Aug 2022 19:37:32 +0200 - Duration: 60001 seconds +Real workload: 2.881517815259665E10 - Integer reached: 124084 - Number of reset = 0 +Battery stats: Uid u0a464: 4.50 ( cpu=4.50 ) Including smearing: 5.44 ( proportional=0.941 ) mAH +Computed Drain: 9.93 +Start: 100 % - End: 100 +Cc_info at the beginning: 5945500 mAh +Cc_info at the end: 5945500 mAh +Cc_info variation: 0.0 mAh + +Thread : 2 - ThreadProcess id: 25190 +---------------------------------------- +Starting time: Wed, 31 Aug 2022 19:36:31 +0200 +Core id: 5 +Ending time: Wed, 31 Aug 2022 19:37:32 +0200 - Duration: 60004 seconds +Real workload: 2.973717336631294E10 - Integer reached: 125969 - Number of reset = 0 +Battery stats: Uid u0a464: 4.50 ( cpu=4.50 ) Including smearing: 5.44 ( proportional=0.941 ) mAH +Computed Drain: 9.93 +Start: 100 % - End: 100 +Cc_info at the beginning: 5945500 mAh +Cc_info at the end: 5945500 mAh +Cc_info variation: 0.0 mAh + + +Expermiment results +------------------------------------------------------------ +Energy Consumed (mAh): 5.984735701300216 +Workload: 8.74151e+10 +Energy efficiency: 6.84634e-11 +Starting cc information: 5945500 +Ending cc information: 5945500 +-------------------------------------------------------------------------------- + + +--- Writing to the total result file +--- Removing previous tested configuration tmp_output folder +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_33_33/app_output_folder/all_workloads.txt' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_33_33/app_output_folder/Thread_0_ended' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_33_33/app_output_folder/Thread_0_ready_for_sampling' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_33_33/app_output_folder/Thread_1_ended' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_33_33/app_output_folder/Thread_1_ready_for_sampling' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_33_33/app_output_folder/Thread_2_ended' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_33_33/app_output_folder/Thread_2_ready_for_sampling' +removed directory '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_33_33/app_output_folder' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_33_33/configuration_mesurement.csv' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_33_33/ending_cc_info.txt' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_33_33/energy_power_workload_energyByWorkload_ccInfo' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_33_33/logcat_output' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_33_33/powermeter_summary.txt' +removed '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_33_33/starting_cc_info.txt' +removed directory '/mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first/last_tmp_expermiment_folder__deleted__on__31Aug22_19_33_33' +--- Moving the current experiment tmp_folder to the output result folder +writing a temporary file for the main script with format energy_power_workload_energyByWorkload_ccInfo +--- Obtaining experiment summary result to add to result folder +--- Experiment result, Energy consumed = 5.984735701300216 +--- Experiment result, Avg Power = 1759.1138737312283 +--- Experiment result, Total Workload = 8.74151e+10 +--- Experiment result, Energy Efficiency = 6.84634e-11 +--- Adding result to summary file +--- Starting cc information : 5945500 +--- Ending cc information : 5945500 +--- The file /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/output_folder/summary.csv exists we just appending the result to the file +--- Experiments performed on configuration 0303-0100. +--- Observing a pause betwenn experiment; pause duration : 20 seconds; starting at 31Aug22_19_37_35 +--- Performing experiments on configuration 2222-0220 +--- Cleaning the tmp expermiment folder : /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/last_tmp_expermiment_folder +--- Second step : verifying the battery level +--- Verifying the battery level +--- Getting current battery level, adb command path: /mnt/c/Program Files/Android/platform-tools_r33.0.1-windows/platform-tools/adb.exe +--- Current battery level : 100 +--- Forcing the experiment battery level to be 100 +Current battery level: OKAY +--- For samsung stabilizing cc_info level for exeperiments : /mnt/c/Program Files/Android/platform-tools_r33.0.1-windows/platform-tools/adb.exe shell "su -c \'echo 0 > /sys/devices/platform/battery/power_supply/battery/hv_charger_set\'" </dev/null +--- Third step calibrating phone core frequency +--- Resetting all frequency configurations + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu5/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu6/cpufreq/scaling_governor + -- Command used : echo schedutil > /sys/devices/system/cpu/cpu7/cpufreq/scaling_governor +--- Frequency level of core 0 is 2 +--- Exact frequency of core 0: 1248000 +--- Modifying the governor of core 0 +--- Modifying the the current frequency of core 0 with frequency 1248000 +--- Frequency level of core 1 is 2 +--- Exact frequency of core 1: 1248000 +--- Modifying the governor of core 1 +--- Modifying the the current frequency of core 1 with frequency 1248000 +--- Frequency level of core 2 is 2 +--- Exact frequency of core 2: 1248000 +--- Modifying the governor of core 2 +--- Modifying the the current frequency of core 2 with frequency 1248000 +--- Frequency level of core 3 is 2 +--- Exact frequency of core 3: 1248000 +--- Modifying the governor of core 3 +--- Modifying the the current frequency of core 3 with frequency 1248000 +--- Frequency level of core 4 is 0 +--- Exact frequency of core 4: 0 +--- Modifying the governor of core 4 +--- Modifying the the current frequency of core 4 with frequency 0 +--- Frequency level of core 5 is 2 +--- Exact frequency of core 5: 1469000 +--- Modifying the governor of core 5 +--- Modifying the the current frequency of core 5 with frequency 1469000 +--- Frequency level of core 6 is 2 +--- Exact frequency of core 6: 1469000 +--- Modifying the governor of core 6 +--- Modifying the the current frequency of core 6 with frequency 1469000 +--- Frequency level of core 7 is 0 +--- Exact frequency of core 7: 0 +--- Modifying the governor of core 7 +--- Modifying the the current frequency of core 7 with frequency 0 +--- Calibrating Monsoon power meter, please wait for 10 seconds... +powermeter script : --- Inside the monsoon_power_meter, arg function: 1 +powermeter script : calibration duration = 10 +powermeter script : Creating the Monsoon engine +powermeter script : Creating the Monsoon engine +powermeter script : Configuring channels the Monsoon engine +powermeter script : Configuring output to : C:\Users\lavoi\opportunist_task_on_android\scripts_valuable_files\experiment_automatization\last_tmp_expermiment_folder\configuration_mesurement.csv +powermeter script : Starting sampling; number of sample = 50000 + returning 50000 samples after experiments +powermeter script : Power meter calibration okay +--- Monsoon power meter Calibrated +--- starting the benchmarking app +## writing the configuration inside the phone file + --- Removing file /sdcard/experiments_automatization + --- Clearing the logcat + --- Creating file /sdcard/experiments_automatization +----- Uninstalling experiment app +Success +----- Installing experiment app diff --git a/experiment_automatization/experiment_process_for_a_single_configuration.sh b/experiment_automatization/experiment_process_for_a_single_configuration.sh index 28445af4c7e8ed37d453f033e1ed13317b45d9bb..4ebf47200cd92dece433c8eb0b94db1806e74617 100755 --- a/experiment_automatization/experiment_process_for_a_single_configuration.sh +++ b/experiment_automatization/experiment_process_for_a_single_configuration.sh @@ -100,13 +100,18 @@ function perform_experiment_for_one_configuration(){ echo "--- Getting the total energy consumed of the google pixel" - #energy=$(echo -e $powermeter_summary | grep "Consumed Energy (mAh)" | cut -d ':' -f 2 | sed 's/ //g') - energy=$(print_total_energy "${powermeter_summary}" "${PHONE_NAME_}" "${tmp_experiment_folder_path}" \ - "${current_app_output_folder_inside_the_phone_}" "${configuration_to_test_}" "${project_trash_folder_}") + energy=$(echo -e $powermeter_summary | grep "Consumed Energy (mAh)" | cut -d ':' -f 2 | sed 's/ //g') + #energy=$(print_total_energy "${powermeter_summary}" "${PHONE_NAME_}" "${tmp_experiment_folder_path}" \ + # "${current_app_output_folder_inside_the_phone_}" "${configuration_to_test_}" "${project_trash_folder_}") echo "--- Energy consumed = $energy" + starting_cc_info=$(print_cc_info "${tmp_experiment_folder_path}" "starting") + echo "--- Starting cc_info = $starting_cc_info" + + ending_cc_info=$(print_cc_info "${tmp_experiment_folder_path}" "ending") + echo "--- Ending cc_info = $ending_cc_info" echo "--- Getting the average power" avg_power=$(echo -e $powermeter_summary | grep "Avg power (mW)" | cut -d ':' -f 2 | sed 's/ //g') @@ -137,11 +142,11 @@ function perform_experiment_for_one_configuration(){ echo -e "--- Building what we will add to the total result file command \n------\n (build_configuration_raw_result "${current_configuration_user_friendly__}" "${configuration_to_test__}" \ "${configuration_with_exact_value_of_frequencies}" \ "${powermeter_summary}" "${threads_results_string}" "${energy}" \ - "${total_workload}" "${energy_efficiency}" \n------\n" + "${total_workload}" "${energy_efficiency}" $starting_cc_info $ending_cc_info \n------\n" final_result_as_string="$(build_configuration_raw_result "${current_configuration_user_friendly__}" "${configuration_to_test__}" \ "${configuration_with_exact_value_of_frequencies}" \ "${powermeter_summary}" "${threads_results_string}" "${energy}" \ - "${total_workload}" "${energy_efficiency}")" + "${total_workload}" "${energy_efficiency}" "$starting_cc_info" "$ending_cc_info")" echo -e "--- Final result to print to File \n "${final_result_as_string}" " # NOTE : USE "" around the string variable to correctly print starts echo "--- Writing to the total result file" @@ -153,8 +158,9 @@ function perform_experiment_for_one_configuration(){ cp -rf "${tmp_experiment_folder_path}" ${experiment_output_folder}/${current_configuration_user_friendly__}__experiment_folder__$(date +'%d%h%y_%H_%M_%S') #cp -rf "${tmp_experiment_folder_path}" ${PROJECT_TRASH_FOLDER}/${current_configuration_user_friendly__}__experiment_folder__$(date +'%d%h%y_%H_%M_%S') - echo "writing a temporary file for the main script with format energy_power_workload_energyByWorkload" - echo -e "Consumed Energy (mAh): ${energy} \nAvg power (mW): ${avg_power} \nTotal Workload: ${total_workload} \nEnergy Efficiency: ${energy_efficiency}" > ${tmp_experiment_folder_path}/energy_power_workload_energyByWorkload + echo "writing a temporary file for the main script with format energy_power_workload_energyByWorkload_ccInfo" + echo -e "Consumed Energy (mAh): ${energy} \nAvg power (mW): ${avg_power} \nTotal Workload: ${total_workload} \nEnergy Efficiency: ${energy_efficiency}\ + \nStarting cc_info: ${starting_cc_info} \nEnding cc_info: ${ending_cc_info}" > ${tmp_experiment_folder_path}/energy_power_workload_energyByWorkload_ccInfo fi } diff --git a/experiment_automatization/input_configurations_file.csv b/experiment_automatization/input_configurations_file.csv index ce99927de28e40d36d82c2b08e7c2f476daa2235..82571644eb2bb26c9b67849e1e8f34c2ced637a7 100755 --- a/experiment_automatization/input_configurations_file.csv +++ b/experiment_automatization/input_configurations_file.csv @@ -1,4 +1,51 @@ configurations,samsung galaxy format -0101-1011,[0- 1- 0- 1- 1- 0- 1- 1] -0300-2020,[0- 3- 0- 0- 2- 0- 2- 0] -1110-0220,[1- 1- 1- 0- 0- 2- 2- 0] +3330-3003,[3- 3- 3- 0- 3- 0- 0- 3] +0330-2222,[0- 3- 3- 0- 2- 2- 2- 2] +0303-1010,[0- 3- 0- 3- 1- 0- 1- 0] +0033-3000,[0- 0- 3- 3- 3- 0- 0- 0] +0303-0100,[0- 3- 0- 3- 0- 1- 0- 0] +2222-0220,[2- 2- 2- 2- 0- 2- 2- 0] +3000-1110,[3- 0- 0- 0- 1- 1- 1- 0] +0030-0000,[0- 0- 3- 0- 0- 0- 0- 0] +0303-0222,[0- 3- 0- 3- 0- 2- 2- 2] +0020-0010,[0- 0- 2- 0- 0- 0- 1- 0] +0000-3003,[0- 0- 0- 0- 3- 0- 0- 3] +1000-1010,[1- 0- 0- 0- 1- 0- 1- 0] +0020-0202,[0- 0- 2- 0- 0- 2- 0- 2] +0010-3300,[0- 0- 1- 0- 3- 3- 0- 0] +0011-0111,[0- 0- 1- 1- 0- 1- 1- 1] +3303-0001,[3- 3- 0- 3- 0- 0- 0- 1] +0022-0030,[0- 0- 2- 2- 0- 0- 3- 0] +0100-3333,[0- 1- 0- 0- 3- 3- 3- 3] +0011-1100,[0- 0- 1- 1- 1- 1- 0- 0] +3303-1010,[3- 3- 0- 3- 1- 0- 1- 0] +0003-1001,[0- 0- 0- 3- 1- 0- 0- 1] +0000-0000,[0- 0- 0- 0- 0- 0- 0- 0] +0020-3330,[0- 0- 2- 0- 3- 3- 3- 0] +3033-0010,[3- 0- 3- 3- 0- 0- 1- 0] +0333-0022,[0- 3- 3- 3- 0- 0- 2- 2] +0220-0303,[0- 2- 2- 0- 0- 3- 0- 3] +0110-0033,[0- 1- 1- 0- 0- 0- 3- 3] +2220-0222,[2- 2- 2- 0- 0- 2- 2- 2] +0030-2000,[0- 0- 3- 0- 2- 0- 0- 0] +3000-0202,[3- 0- 0- 0- 0- 2- 0- 2] +2200-0002,[2- 2- 0- 0- 0- 0- 0- 2] +3333-1100,[3- 3- 3- 3- 1- 1- 0- 0] +0033-2000,[0- 0- 3- 3- 2- 0- 0- 0] +3333-0003,[3- 3- 3- 3- 0- 0- 0- 3] +3303-3003,[3- 3- 0- 3- 3- 0- 0- 3] +2020-0001,[2- 0- 2- 0- 0- 0- 0- 1] +0011-0002,[0- 0- 1- 1- 0- 0- 0- 2] +0222-1001,[0- 2- 2- 2- 1- 0- 0- 1] +1010-3330,[1- 0- 1- 0- 3- 3- 3- 0] +0030-0001,[0- 0- 3- 0- 0- 0- 0- 1] +0003-3333,[0- 0- 0- 3- 3- 3- 3- 3] +3303-0020,[3- 3- 0- 3- 0- 0- 2- 0] +1101-3003,[1- 1- 0- 1- 3- 0- 0- 3] +1100-0101,[1- 1- 0- 0- 0- 1- 0- 1] +0020-0101,[0- 0- 2- 0- 0- 1- 0- 1] +0111-0330,[0- 1- 1- 1- 0- 3- 3- 0] +0011-1001,[0- 0- 1- 1- 1- 0- 0- 1] +1101-2022,[1- 1- 0- 1- 2- 0- 2- 2] +0011-0022,[0- 0- 1- 1- 0- 0- 2- 2] +1111-0111,[1- 1- 1- 1- 0- 1- 1- 1] diff --git a/experiment_automatization/input_configurations_file__finally_used.csv b/experiment_automatization/input_configurations_file__finally_used.csv index 850a7c9944ec598824dd1e2fa71c9cd08accfbc8..a5fd569bdd7c77bbdac7f207a0d00f01b3e9e731 100755 --- a/experiment_automatization/input_configurations_file__finally_used.csv +++ b/experiment_automatization/input_configurations_file__finally_used.csv @@ -1,4 +1,51 @@ configurations,generic format,exact frequency,samsung galaxy format,exact frequencies -0101-1011,[0- 1- 0- 1- 0- 0- 0- 0- 0- 1- 0- 1- 1],[0- 598000- 0- 598000- 0- 0- 0- 0- 0- 741000- 0- 741000- 741000],[0- 1- 0- 1- 1- 0- 1- 1], [0- 598000- 0- 598000- 741000- 0- 741000- 741000] -0300-2020,[0- 3- 0- 0- 0- 0- 0- 0- 0- 2- 0- 2- 0],[0- 1690000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 0],[0- 3- 0- 0- 2- 0- 2- 0], [0- 1690000- 0- 0- 1469000- 0- 1469000- 0] -1110-0220,[1- 1- 1- 0- 0- 0- 0- 0- 0- 0- 2- 2- 0],[598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0],[1- 1- 1- 0- 0- 2- 2- 0], [598000- 598000- 598000- 0- 0- 1469000- 1469000- 0] +3330-3003,[3- 3- 3- 0- 0- 0- 0- 0- 0- 3- 0- 0- 3],[1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000],[3- 3- 3- 0- 3- 0- 0- 3], [1690000- 1690000- 1690000- 0- 2314000- 0- 0- 2314000] +0330-2222,[0- 3- 3- 0- 0- 0- 0- 0- 0- 2- 2- 2- 2],[0- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000- 1469000],[0- 3- 3- 0- 2- 2- 2- 2], [0- 1690000- 1690000- 0- 1469000- 1469000- 1469000- 1469000] +0303-1010,[0- 3- 0- 3- 0- 0- 0- 0- 0- 1- 0- 1- 0],[0- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 741000- 0- 741000- 0],[0- 3- 0- 3- 1- 0- 1- 0], [0- 1690000- 0- 1690000- 741000- 0- 741000- 0] +0033-3000,[0- 0- 3- 3- 0- 0- 0- 0- 0- 3- 0- 0- 0],[0- 0- 1690000- 1690000- 0- 0- 0- 0- 0- 2314000- 0- 0- 0],[0- 0- 3- 3- 3- 0- 0- 0], [0- 0- 1690000- 1690000- 2314000- 0- 0- 0] +0303-0100,[0- 3- 0- 3- 0- 0- 0- 0- 0- 0- 1- 0- 0],[0- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 741000- 0- 0],[0- 3- 0- 3- 0- 1- 0- 0], [0- 1690000- 0- 1690000- 0- 741000- 0- 0] +2222-0220,[2- 2- 2- 2- 0- 0- 0- 0- 0- 0- 2- 2- 0],[1248000- 1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0],[2- 2- 2- 2- 0- 2- 2- 0], [1248000- 1248000- 1248000- 1248000- 0- 1469000- 1469000- 0] +3000-1110,[3- 0- 0- 0- 0- 0- 0- 0- 0- 1- 1- 1- 0],[1690000- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000- 0],[3- 0- 0- 0- 1- 1- 1- 0], [1690000- 0- 0- 0- 741000- 741000- 741000- 0] +0030-0000,[0- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 3- 0- 0- 0- 0- 0], [0- 0- 1690000- 0- 0- 0- 0- 0] +0303-0222,[0- 3- 0- 3- 0- 0- 0- 0- 0- 0- 2- 2- 2],[0- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000],[0- 3- 0- 3- 0- 2- 2- 2], [0- 1690000- 0- 1690000- 0- 1469000- 1469000- 1469000] +0020-0010,[0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 0- 1- 0],[0- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 0],[0- 0- 2- 0- 0- 0- 1- 0], [0- 0- 1248000- 0- 0- 0- 741000- 0] +0000-3003,[0- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0- 0- 3],[0- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000],[0- 0- 0- 0- 3- 0- 0- 3], [0- 0- 0- 0- 2314000- 0- 0- 2314000] +1000-1010,[1- 0- 0- 0- 0- 0- 0- 0- 0- 1- 0- 1- 0],[598000- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 0- 741000- 0],[1- 0- 0- 0- 1- 0- 1- 0], [598000- 0- 0- 0- 741000- 0- 741000- 0] +0020-0202,[0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 2- 0- 2],[0- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000],[0- 0- 2- 0- 0- 2- 0- 2], [0- 0- 1248000- 0- 0- 1469000- 0- 1469000] +0010-3300,[0- 0- 1- 0- 0- 0- 0- 0- 0- 3- 3- 0- 0],[0- 0- 598000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 0],[0- 0- 1- 0- 3- 3- 0- 0], [0- 0- 598000- 0- 2314000- 2314000- 0- 0] +0011-0111,[0- 0- 1- 1- 0- 0- 0- 0- 0- 0- 1- 1- 1],[0- 0- 598000- 598000- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000],[0- 0- 1- 1- 0- 1- 1- 1], [0- 0- 598000- 598000- 0- 741000- 741000- 741000] +3303-0001,[3- 3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 1],[1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 741000],[3- 3- 0- 3- 0- 0- 0- 1], [1690000- 1690000- 0- 1690000- 0- 0- 0- 741000] +0022-0030,[0- 0- 2- 2- 0- 0- 0- 0- 0- 0- 0- 3- 0],[0- 0- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 2314000- 0],[0- 0- 2- 2- 0- 0- 3- 0], [0- 0- 1248000- 1248000- 0- 0- 2314000- 0] +0100-3333,[0- 1- 0- 0- 0- 0- 0- 0- 0- 3- 3- 3- 3],[0- 598000- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000- 2314000],[0- 1- 0- 0- 3- 3- 3- 3], [0- 598000- 0- 0- 2314000- 2314000- 2314000- 2314000] +0011-1100,[0- 0- 1- 1- 0- 0- 0- 0- 0- 1- 1- 0- 0],[0- 0- 598000- 598000- 0- 0- 0- 0- 0- 741000- 741000- 0- 0],[0- 0- 1- 1- 1- 1- 0- 0], [0- 0- 598000- 598000- 741000- 741000- 0- 0] +3303-1010,[3- 3- 0- 3- 0- 0- 0- 0- 0- 1- 0- 1- 0],[1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 741000- 0- 741000- 0],[3- 3- 0- 3- 1- 0- 1- 0], [1690000- 1690000- 0- 1690000- 741000- 0- 741000- 0] +0003-1001,[0- 0- 0- 3- 0- 0- 0- 0- 0- 1- 0- 0- 1],[0- 0- 0- 1690000- 0- 0- 0- 0- 0- 741000- 0- 0- 741000],[0- 0- 0- 3- 1- 0- 0- 1], [0- 0- 0- 1690000- 741000- 0- 0- 741000] +0000-0000,[0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0], [0- 0- 0- 0- 0- 0- 0- 0] +0020-3330,[0- 0- 2- 0- 0- 0- 0- 0- 0- 3- 3- 3- 0],[0- 0- 1248000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000- 0],[0- 0- 2- 0- 3- 3- 3- 0], [0- 0- 1248000- 0- 2314000- 2314000- 2314000- 0] +3033-0010,[3- 0- 3- 3- 0- 0- 0- 0- 0- 0- 0- 1- 0],[1690000- 0- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 741000- 0],[3- 0- 3- 3- 0- 0- 1- 0], [1690000- 0- 1690000- 1690000- 0- 0- 741000- 0] +0333-0022,[0- 3- 3- 3- 0- 0- 0- 0- 0- 0- 0- 2- 2],[0- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000],[0- 3- 3- 3- 0- 0- 2- 2], [0- 1690000- 1690000- 1690000- 0- 0- 1469000- 1469000] +0220-0303,[0- 2- 2- 0- 0- 0- 0- 0- 0- 0- 3- 0- 3],[0- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 2314000- 0- 2314000],[0- 2- 2- 0- 0- 3- 0- 3], [0- 1248000- 1248000- 0- 0- 2314000- 0- 2314000] +0110-0033,[0- 1- 1- 0- 0- 0- 0- 0- 0- 0- 0- 3- 3],[0- 598000- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000],[0- 1- 1- 0- 0- 0- 3- 3], [0- 598000- 598000- 0- 0- 0- 2314000- 2314000] +2220-0222,[2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 2- 2- 2],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000],[2- 2- 2- 0- 0- 2- 2- 2], [1248000- 1248000- 1248000- 0- 0- 1469000- 1469000- 1469000] +0030-2000,[0- 0- 3- 0- 0- 0- 0- 0- 0- 2- 0- 0- 0],[0- 0- 1690000- 0- 0- 0- 0- 0- 0- 1469000- 0- 0- 0],[0- 0- 3- 0- 2- 0- 0- 0], [0- 0- 1690000- 0- 1469000- 0- 0- 0] +3000-0202,[3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 2],[1690000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000],[3- 0- 0- 0- 0- 2- 0- 2], [1690000- 0- 0- 0- 0- 1469000- 0- 1469000] +2200-0002,[2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2],[1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1469000],[2- 2- 0- 0- 0- 0- 0- 2], [1248000- 1248000- 0- 0- 0- 0- 0- 1469000] +3333-1100,[3- 3- 3- 3- 0- 0- 0- 0- 0- 1- 1- 0- 0],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 741000- 741000- 0- 0],[3- 3- 3- 3- 1- 1- 0- 0], [1690000- 1690000- 1690000- 1690000- 741000- 741000- 0- 0] +0033-2000,[0- 0- 3- 3- 0- 0- 0- 0- 0- 2- 0- 0- 0],[0- 0- 1690000- 1690000- 0- 0- 0- 0- 0- 1469000- 0- 0- 0],[0- 0- 3- 3- 2- 0- 0- 0], [0- 0- 1690000- 1690000- 1469000- 0- 0- 0] +3333-0003,[3- 3- 3- 3- 0- 0- 0- 0- 0- 0- 0- 0- 3],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000],[3- 3- 3- 3- 0- 0- 0- 3], [1690000- 1690000- 1690000- 1690000- 0- 0- 0- 2314000] +3303-3003,[3- 3- 0- 3- 0- 0- 0- 0- 0- 3- 0- 0- 3],[1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000],[3- 3- 0- 3- 3- 0- 0- 3], [1690000- 1690000- 0- 1690000- 2314000- 0- 0- 2314000] +2020-0001,[2- 0- 2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1],[1248000- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000],[2- 0- 2- 0- 0- 0- 0- 1], [1248000- 0- 1248000- 0- 0- 0- 0- 741000] +0011-0002,[0- 0- 1- 1- 0- 0- 0- 0- 0- 0- 0- 0- 2],[0- 0- 598000- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000],[0- 0- 1- 1- 0- 0- 0- 2], [0- 0- 598000- 598000- 0- 0- 0- 1469000] +0222-1001,[0- 2- 2- 2- 0- 0- 0- 0- 0- 1- 0- 0- 1],[0- 1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 741000- 0- 0- 741000],[0- 2- 2- 2- 1- 0- 0- 1], [0- 1248000- 1248000- 1248000- 741000- 0- 0- 741000] +1010-3330,[1- 0- 1- 0- 0- 0- 0- 0- 0- 3- 3- 3- 0],[598000- 0- 598000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000- 0],[1- 0- 1- 0- 3- 3- 3- 0], [598000- 0- 598000- 0- 2314000- 2314000- 2314000- 0] +0030-0001,[0- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1],[0- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000],[0- 0- 3- 0- 0- 0- 0- 1], [0- 0- 1690000- 0- 0- 0- 0- 741000] +0003-3333,[0- 0- 0- 3- 0- 0- 0- 0- 0- 3- 3- 3- 3],[0- 0- 0- 1690000- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000- 2314000],[0- 0- 0- 3- 3- 3- 3- 3], [0- 0- 0- 1690000- 2314000- 2314000- 2314000- 2314000] +3303-0020,[3- 3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 2- 0],[1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0],[3- 3- 0- 3- 0- 0- 2- 0], [1690000- 1690000- 0- 1690000- 0- 0- 1469000- 0] +1101-3003,[1- 1- 0- 1- 0- 0- 0- 0- 0- 3- 0- 0- 3],[598000- 598000- 0- 598000- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000],[1- 1- 0- 1- 3- 0- 0- 3], [598000- 598000- 0- 598000- 2314000- 0- 0- 2314000] +1100-0101,[1- 1- 0- 0- 0- 0- 0- 0- 0- 0- 1- 0- 1],[598000- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 0- 741000],[1- 1- 0- 0- 0- 1- 0- 1], [598000- 598000- 0- 0- 0- 741000- 0- 741000] +0020-0101,[0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 1- 0- 1],[0- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 741000- 0- 741000],[0- 0- 2- 0- 0- 1- 0- 1], [0- 0- 1248000- 0- 0- 741000- 0- 741000] +0111-0330,[0- 1- 1- 1- 0- 0- 0- 0- 0- 0- 3- 3- 0],[0- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0],[0- 1- 1- 1- 0- 3- 3- 0], [0- 598000- 598000- 598000- 0- 2314000- 2314000- 0] +0011-1001,[0- 0- 1- 1- 0- 0- 0- 0- 0- 1- 0- 0- 1],[0- 0- 598000- 598000- 0- 0- 0- 0- 0- 741000- 0- 0- 741000],[0- 0- 1- 1- 1- 0- 0- 1], [0- 0- 598000- 598000- 741000- 0- 0- 741000] +1101-2022,[1- 1- 0- 1- 0- 0- 0- 0- 0- 2- 0- 2- 2],[598000- 598000- 0- 598000- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 1469000],[1- 1- 0- 1- 2- 0- 2- 2], [598000- 598000- 0- 598000- 1469000- 0- 1469000- 1469000] +0011-0022,[0- 0- 1- 1- 0- 0- 0- 0- 0- 0- 0- 2- 2],[0- 0- 598000- 598000- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000],[0- 0- 1- 1- 0- 0- 2- 2], [0- 0- 598000- 598000- 0- 0- 1469000- 1469000] +1111-0111,[1- 1- 1- 1- 0- 0- 0- 0- 0- 0- 1- 1- 1],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000],[1- 1- 1- 1- 0- 1- 1- 1], [598000- 598000- 598000- 598000- 0- 741000- 741000- 741000] diff --git a/experiment_automatization/parsing_utils.sh b/experiment_automatization/parsing_utils.sh index 98c2f26438ea98c874a1ef217ca2fd8c45a873e7..a2317276638af0c408e7d26896b67785a8a4c3ef 100755 --- a/experiment_automatization/parsing_utils.sh +++ b/experiment_automatization/parsing_utils.sh @@ -72,6 +72,17 @@ function compute_number_of_threads(){ } +function print_cc_info(){ + tmp_experiment_folder_path_=$1 + starting_or_ending=$2 + if [ "$PHONE_NAME_" = "google_pixel_4a_5g" ]; then + result="0" + elif [ "$PHONE_NAME_" = "samsung_galaxy_s8" ]; then + result=$(cat ${tmp_experiment_folder_path_}/${starting_or_ending}_cc_info.txt) + fi + echo $result +} + function print_total_energy(){ powermeter_summary=$1 PHONE_NAME_=$2 @@ -87,34 +98,34 @@ function print_total_energy(){ elif [ "$PHONE_NAME_" = "samsung_galaxy_s8" ]; then app_output_folder="${tmp_experiment_folder_path_}/$current_app_output_folder_inside_the_phone_" - cc_info_begin=0 - cc_info_end=0 + starting_cc_info=0 + ending_cc_info=0 compute_number_of_threads "${configuration_to_test_}" number_of_threads=$? #echo "--- Number of threads = $number_of_threads" ##### TO DO: TEST BOTH TO SEE if [ "$number_of_threads" -eq "0" ]; then - cc_info_begin=$(cat ${tmp_experiment_folder_path_}/cc_info_begin.txt) - cc_info_end=$(cat ${tmp_experiment_folder_path_}/cc_info_end.txt) + starting_cc_info=$(cat ${tmp_experiment_folder_path_}/starting_cc_info.txt) + ending_cc_info=$(cat ${tmp_experiment_folder_path_}/ending_cc_info.txt) - energy=$(bc <<< "scale=3; $energy_from_powermeter - $cc_info_end + $cc_info_begin") + energy=$(bc <<< "scale=3; $energy_from_powermeter - $ending_cc_info + $starting_cc_info") else for i in $(seq 0 $[ number_of_threads-1 ]); do thread_ended=$(read_all_file_line_by_line ${app_output_folder}/Thread_${i}_ended) - cc_info_begin=$(echo -e $thread_ended | grep "Cc_info at the beginning" | cut -d ':' -f 2 | sed 's/ //g') - cc_info_begin=${cc_info_begin::-3} - #echo -e " cc_info begin --- : $cc_info_begin " + starting_cc_info=$(echo -e $thread_ended | grep "Cc_info at the beginning" | cut -d ':' -f 2 | sed 's/ //g') + starting_cc_info=${starting_cc_info::-3} + #echo -e " cc_info begin --- : $starting_cc_info " - cc_info_end=$(echo -e $thread_ended | grep "Cc_info at the end" | cut -d ':' -f 2 | sed 's/ //g') - cc_info_end=${cc_info_end::-3} - #echo -e " cc_info end --- : $cc_info_end " + ending_cc_info=$(echo -e $thread_ended | grep "Cc_info at the end" | cut -d ':' -f 2 | sed 's/ //g') + ending_cc_info=${ending_cc_info::-3} + #echo -e " cc_info end --- : $ending_cc_info " - #energy=$[energy_from_powermeter - cc_info_end + cc_info_begin] - energy=$(bc <<< "scale=3; $energy_from_powermeter - $cc_info_end + $cc_info_begin") + #energy=$[energy_from_powermeter - ending_cc_info + starting_cc_info] + energy=$(bc <<< "scale=3; $energy_from_powermeter - $ending_cc_info + $starting_cc_info") break done @@ -225,6 +236,8 @@ function build_configuration_raw_result(){ energy_=$6 total_workload_=$7 energy_efficiency_=$8 + starting_cc_info_=$9 + ending_cc_info_=${10} final_result_as_string="--------------------------------------------------------------------------------\n +++++ +++++ +++++ Configuration Description\n--------------------------------------------------------------------------------\n" final_result_as_string="${final_result_as_string}Configuration: $current_configuration_user_friendly_ \n" @@ -238,6 +251,11 @@ function build_configuration_raw_result(){ final_result_as_string="${final_result_as_string}Energy Consumed (mAh): $energy_ \n" final_result_as_string="${final_result_as_string}Workload: $total_workload_ \n" # use variable total_workload_integer for computations final_result_as_string="${final_result_as_string}Energy efficiency: $energy_efficiency_ \n" + if [ "$PHONE_NAME_" = "samsung_galaxy_s8" ]; then #google_pixel_4a_5g or samsung_galaxy_s8 + final_result_as_string="${final_result_as_string}Starting cc information: $starting_cc_info \n" + final_result_as_string="${final_result_as_string}Ending cc information: $ending_cc_info \n" + fi + final_result_as_string="${final_result_as_string}--------------------------------------------------------------------------------\n\n" echo "${final_result_as_string}" # NOTE : USE "" around the string variable to correctly print starts } diff --git a/experiment_automatization/run_experiments.sh b/experiment_automatization/run_experiments.sh index ba446c182a9cfecda13d999e2959097f44d9051f..1e3502a9687f1c83f6ecaae7f2ab8a178cf4142b 100755 --- a/experiment_automatization/run_experiments.sh +++ b/experiment_automatization/run_experiments.sh @@ -105,8 +105,8 @@ RESET_CHARGE_STOP_LEVEL="0" # Other experiments configurations -experiment_duration=30 #600 # in seconds -pause_beetwen_experiment=10 #180 # in seconds +experiment_duration=60 #600 # in seconds +pause_beetwen_experiment=20 #180 # in seconds current_experiment_duration_file_name_inside_the_phone="experiment_duration.txt" PROJECT_OUTPUT_PATH="${PROJECT_PATH}/output_folder" raw_result_file="${PROJECT_OUTPUT_PATH}/raw_result.txt" @@ -251,7 +251,7 @@ while IFS=, read -r configurations generic_format exact_frequency_generic phone echo "--- Obtaining experiment summary result to add to result folder" - experiment_results=$(read_all_file_line_by_line "${tmp_experiment_folder_path}/energy_power_workload_energyByWorkload") + experiment_results=$(read_all_file_line_by_line "${tmp_experiment_folder_path}/energy_power_workload_energyByWorkload_ccInfo") energy_=$(echo -e $experiment_results | grep "Consumed Energy" | cut -d ':' -f 2 | sed 's/ //g' | tr -d '\r') echo "--- Experiment result, Energy consumed = $energy_" @@ -263,26 +263,32 @@ while IFS=, read -r configurations generic_format exact_frequency_generic phone echo "--- Experiment result, Energy Efficiency = $energy_efficiency_" echo "--- Adding result to summary file" exact_frequency_phone=$(echo $exact_frequency_phone | tr -d '\r' ) + starting_cc_info_=$(echo -e $experiment_results | grep "Starting cc_info" | cut -d ':' -f 2 | sed 's/ //g' | tr -d '\r') + echo "--- Starting cc information : $starting_cc_info_ " + ending_cc_info_=$(echo -e $experiment_results | grep "Ending cc_info" | cut -d ':' -f 2 | sed 's/ //g' | tr -d '\r') + echo "--- Ending cc information : $ending_cc_info_" + + if [ "$MOFIFY_OUTPUT_SUMMARY" -ne "0" ]; then if [ -f "$output_summary_file" ]; then echo "--- The file $output_summary_file exists we just appending the result to the file" - echo "$configurations,$generic_format,$exact_frequency_generic,$phone_format,$exact_frequency_phone,$energy_,$avg_power_,$total_workload_,$energy_efficiency_" >> $output_summary_file + echo "$configurations,$generic_format,$exact_frequency_generic,$phone_format,$exact_frequency_phone,$energy_,$avg_power_,$total_workload_,$energy_efficiency_,$starting_cc_info,$ending_cc_info" >> $output_summary_file else echo "--- The file $output_summary_file does not exist we create it and add header" touch $output_summary_file - echo "configurations,generic format,exact frequency,${phone_format_header_in_file},exact frequencies,phone energy,phone power,workload,energy by workload" > $output_summary_file - echo "$configurations,$generic_format,$exact_frequency_generic,$phone_format,$exact_frequency_phone,${energy_},$avg_power_,$total_workload_,$energy_efficiency_" >> $output_summary_file + echo "configurations,generic format,exact frequency,${phone_format_header_in_file},exact frequencies,phone energy,phone power,workload,energy by workload,starting cc_info,ending cc_info" > $output_summary_file + echo "$configurations,$generic_format,$exact_frequency_generic,$phone_format,$exact_frequency_phone,${energy_},$avg_power_,$total_workload_,$energy_efficiency_,$starting_cc_info,$ending_cc_info" >> $output_summary_file fi else if [ -f "${output_summary_file}_newly_added" ]; then echo "--- The file ${output_summary_file}_newly_added exists we just appending the result to the file" - echo "$configurations,$generic_format,$exact_frequency_generic,$phone_format,$exact_frequency_phone,$energy_,$avg_power_,$total_workload_,$energy_efficiency_" >> ${output_summary_file}_newly_added + echo "$configurations,$generic_format,$exact_frequency_generic,$phone_format,$exact_frequency_phone,$energy_,$avg_power_,$total_workload_,$energy_efficiency_,$starting_cc_info,$ending_cc_info" >> ${output_summary_file}_newly_added else echo "--- The file ${output_summary_file}_newly_added does not exist we create it and add header" touch ${output_summary_file}_newly_added - echo "configurations,generic format,exact frequency,${phone_format_header_in_file},exact frequencies,phone energy,phone power,workload,energy by workload" > ${output_summary_file}_newly_added - echo "$configurations,$generic_format,$exact_frequency_generic,$phone_format,$exact_frequency_phone,${energy_},$avg_power_,$total_workload_,$energy_efficiency_" >> ${output_summary_file}_newly_added + echo "configurations,generic format,exact frequency,${phone_format_header_in_file},exact frequencies,phone energy,phone power,workload,energy by workload,starting cc_info,ending cc_info" > ${output_summary_file}_newly_added + echo "$configurations,$generic_format,$exact_frequency_generic,$phone_format,$exact_frequency_phone,${energy_},$avg_power_,$total_workload_,$energy_efficiency_,$starting_cc_info,$ending_cc_info" >> ${output_summary_file}_newly_added fi fi diff --git a/experiment_automatization/utils.sh b/experiment_automatization/utils.sh index 5f386d0da5478e72f7a2825bfe25b746f5292f2c..36b71424120a98b843b23550ad458c9480d87643 100755 --- a/experiment_automatization/utils.sh +++ b/experiment_automatization/utils.sh @@ -112,13 +112,16 @@ function verify_battery_level(){ get_battery_level "${adb_}" current_battery_level=$? echo "--- Desactivating the charge stop level option" - + + if [ "$PHONE_NAME_" = "google_pixel_4a_5g" ]; then #google_pixel_4a_5g or samsung_galaxy_s8 echo "--- Desactivating the charge stop level option, command : $adb_ shell echo 100 > ${charge_stop_level_file_} </dev/null" "$adb_" shell "echo 100 > ${charge_stop_level_file_} " </dev/null + elif [ "$PHONE_NAME_" = "samsung_galaxy_s8" ]; then #google_pixel_4a_5g or samsung_galaxy_s8 + echo "--- For samsung unlocking cc_info level for exeperiments : "$adb_" shell \"su -c \'echo 0 > ${charge_limit_file_dict_[$PHONE_NAME_]}\'\" </dev/null " + "$adb_" shell "su -c 'echo 1 > ${charge_limit_file_dict_[$PHONE_NAME_]}'" </dev/null fi - #"$adb_" shell "echo schedutil > ${phone_system_cpu_folder_}${i}/cpufreq/scaling_governor " </dev/null while [ "$current_battery_level" -lt "$experiment_battery_level_" ]; do echo -e "--- The current battery level : ${current_battery_level}, still lower than the experiment one : $experiment_battery_level_ \n--- Waiting 30 second..." @@ -322,7 +325,7 @@ function start_benchmarking_app(){ function save_cc_info_data(){ adb=$1 - begin_or_end=$2 + starting_or_ending=$2 cc_info_file_path_inside_the_phone_=$3 tmp_experiment_folder_path_=$4 @@ -330,7 +333,7 @@ function save_cc_info_data(){ current_cc_info_level_=$("${adb_}" shell "cat ${cc_info_file_path_inside_the_phone_}" </dev/null ) current_cc_info_level_=$(echo $current_cc_info_level_ | tr -d '\r') # To remove the DOS carriage return (^M). echo "--- Current cc_info level : ${current_cc_info_level_} , cc_info file in phone: $cc_info_file_path_inside_the_phone_" - echo ${current_cc_info_level_} > "${tmp_experiment_folder_path_}/cc_info_${begin_or_end}.txt" + echo ${current_cc_info_level_} > "${tmp_experiment_folder_path_}/${starting_or_ending}_cc_info.txt" fi } @@ -376,7 +379,7 @@ function wait_for_app_threads_to_be_in_experiment_phase(){ "${adb_}" shell "ls ${sdcard_path_in_phone_}/${experiment_folder_name_inside_the_phone_}/${current_app_output_folder_inside_the_phone_}" </dev/null echo "--- Printing cc_info beginning datas (for the samsung galaxy s8)" - save_cc_info_data "${adb_}" "begin" "${cc_info_file_path_inside_the_phone_}" "${tmp_experiment_folder_path_}" + save_cc_info_data "${adb_}" "starting" "${cc_info_file_path_inside_the_phone_}" "${tmp_experiment_folder_path_}" } @@ -434,7 +437,7 @@ function wait_for_app_threads_to_be_ended_collect_results(){ echo "--- Number of thread ended : ${number_of_threads_ended} " done echo "--- Now threads are stopped, getting the cc_info_level for samsung " - save_cc_info_data "${adb_}" "end" "${cc_info_file_path_inside_the_phone_}" ${tmp_experiment_folder_path_} + save_cc_info_data "${adb_}" "ending" "${cc_info_file_path_inside_the_phone_}" ${tmp_experiment_folder_path_} echo "--- Copying thread results locally " diff --git a/kernel_ridge_linear_model/utils_functions.py b/kernel_ridge_linear_model/utils_functions.py index 1ac49d1657c5fe46b2253d4eca30f7df17b034a4..52f1fb635eb5a3bd5f83393056cd933b2de4275c 100755 --- a/kernel_ridge_linear_model/utils_functions.py +++ b/kernel_ridge_linear_model/utils_functions.py @@ -951,6 +951,14 @@ def get_data_from_summary_file( summary_file_path, data_to_extract = "configurat header=0 continue line_data = line.split(",") + + # when the cc_info varied during experiments we give another chance to the configuration to be tested, we don't consider it + if(len(line_data)>=11): + starting_cc_info = int(line_data[9]) + ending_cc_info = int(line_data[10]) + if ending_cc_info - starting_cc_info != 0: + continue + if (data_to_extract == "configurations"): if (format_ == "human_readable_format"): current_configuration = line_data[0] diff --git a/logcat_to_del b/logcat_to_del index b2a6c6156492a165ce75d63c4bf4db797c034c25..d30d449eeb7be3d40021b261dcbf640807e1a239 100755 --- a/logcat_to_del +++ b/logcat_to_del @@ -19214,1050 +19214,3 @@ 08-29 18:12:39.262 28121 28121 D GLAnimatorManager: doFrame 08-29 18:12:39.273 29731 29731 I SKBD : and isTosAccept false 08-29 18:12:39.279 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:39.447 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:39.472 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:39.476 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:39.480 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:39.645 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:39.663 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:39.683 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:39.686 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:39.863 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:39.879 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:39.887 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:39.896 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:40.063 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:40.080 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:40.088 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:40.097 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:40.264 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:40.284 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:40.288 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:40.296 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:40.446 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 9 lines -08-29 18:12:40.465 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:40.489 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:40.500 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:40.647 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 9 lines -08-29 18:12:40.668 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:40.690 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:40.691 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:40.868 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 11 lines -08-29 18:12:40.881 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:40.891 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:40.899 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:41.060 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 8 lines -08-29 18:12:41.092 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:41.092 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:41.116 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:41.264 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 9 lines -08-29 18:12:41.281 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:41.292 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:41.299 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:41.463 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:41.486 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:41.492 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:41.496 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:41.664 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:41.680 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:41.692 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:41.697 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:41.867 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:41.883 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:41.894 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:41.897 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:41.954 29007 29534 D SDHMS:s : SIOP:: AP:291(411,110) BAT:379(379,0) CHG:396(396,0) USB:383(383,0) PA:337(389,50) LRP:0(0,-999) ATC:0(0,-999) -08-29 18:12:42.064 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:42.081 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:42.095 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:42.101 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:42.269 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:42.293 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:42.296 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:42.297 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:42.379 4940 4940 D io_stats: !@ 8,0 r 157852 8274528 w 238356 13010168 d 11838 11961896 f 25620 103450 iot 340676 217023 th 307200 0 0 pt 0 inp 0 0 17888.867 -08-29 18:12:42.470 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 9 lines -08-29 18:12:42.481 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:42.497 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:42.497 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:42.667 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:42.691 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:42.698 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:42.698 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:42.868 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:42.892 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:42.899 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:42.900 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:42.977 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 4 lines -08-29 18:12:42.981 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:42.981 28121 28121 D GLAnimatorManager: needKeepUpdate = false -08-29 18:12:42.981 28121 28121 D GLAnimatorManager: needStop = true -08-29 18:12:43.099 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:43.299 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:43.398 28887 29025 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(0) data(0) accounts({}) accounts deleted({}) calls([]) countryIso(FR) userId(0) ] -08-29 18:12:43.398 28887 29025 D ContactsProvider_EventLog: contents_sample_state: [ agr({}) ] -08-29 18:12:43.398 28887 29025 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({android.process.acore(28887)=1}) ] -08-29 18:12:43.398 28887 29025 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(0) data(0) accounts({}) ] [SAPROFILE contacts(0) data(0) accounts({}) ] -08-29 18:12:43.398 28887 29025 D ContactsProvider_EventLog: contents_sample_state: [STORAGE Contacts(CE) Profile(CE) SAProfile(CE) CallLog(CE) ] -08-29 18:12:43.500 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:43.544 29007 29020 I c.android.sdhm: Background concurrent copying GC freed 100263(4MB) AllocSpace objects, 51(1020KB) LOS objects, 60% free, 3MB/9MB, paused 433us total 171.637ms -08-29 18:12:43.701 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:46.716 29731 29731 I chatty : uid=10159(com.sec.android.inputmethod) identical 15 lines -08-29 18:12:46.917 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:46.920 27196 27385 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice -08-29 18:12:46.920 27196 27385 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0 -08-29 18:12:46.921 27196 27385 V APM_AudioPolicyManager: ### curdevice : 2 -08-29 18:12:47.119 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:47.387 4940 4940 D io_stats: !@ 8,0 r 157852 8274528 w 238361 13010232 d 11838 11961896 f 25620 103454 iot 340684 217027 th 307200 0 0 pt 0 inp 0 0 17893.875 -08-29 18:12:48.123 29731 29731 I chatty : uid=10159(com.sec.android.inputmethod) identical 5 lines -08-29 18:12:48.325 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:48.509 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:12:48.526 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:48.530 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:12:48.630 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 5 lines -08-29 18:12:48.650 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:12:48.662 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:48.670 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:12:48.670 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:48.685 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:48.690 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:12:48.690 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:48.701 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:48.710 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:12:48.711 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:48.718 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:48.727 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:48.730 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:12:48.735 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:48.751 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:12:48.751 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:48.767 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:48.769 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:12:48.784 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:48.900 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 7 lines -08-29 18:12:48.916 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:48.928 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:48.933 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:49.099 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:49.115 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:49.129 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:49.132 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:49.298 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:49.314 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:49.331 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:49.332 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:49.513 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 11 lines -08-29 18:12:49.530 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:49.532 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:49.547 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:49.712 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:49.729 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:49.733 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:49.746 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:49.911 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:49.928 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:49.934 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:49.945 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:50.110 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:50.127 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:50.135 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:50.143 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:50.309 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:50.326 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:50.336 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:50.343 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:50.508 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:50.525 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:50.537 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:50.541 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:50.707 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:50.724 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:50.738 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:50.741 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:50.906 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:50.923 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:50.939 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:50.940 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:51.122 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 11 lines -08-29 18:12:51.138 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:51.140 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:51.155 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:51.321 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:51.337 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:51.341 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:51.354 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:51.520 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:51.536 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:51.542 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:51.553 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:51.719 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:51.735 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:51.743 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:51.752 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:51.918 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:51.934 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:51.944 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:51.951 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:52.034 29007 29534 D SDHMS:s : SIOP:: AP:290(402,110) BAT:379(379,0) CHG:394(394,0) USB:382(382,0) PA:337(389,50) LRP:0(0,-999) ATC:0(0,-999) -08-29 18:12:52.087 27399 28222 E BartenderActivityManager: BarTender: pid : 21328 cached=true abnormal=false kill=false stay=false release=false -08-29 18:12:52.117 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:52.133 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:52.144 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:52.150 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:52.316 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:52.332 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:52.346 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:52.349 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:52.393 4940 4940 D io_stats: !@ 8,0 r 157852 8274528 w 238367 13010296 d 11839 11961900 f 25620 103456 iot 340684 217029 th 307200 0 0 pt 0 inp 0 0 17898.881 -08-29 18:12:52.515 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:52.531 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:52.547 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:52.548 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:52.730 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 11 lines -08-29 18:12:52.747 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:52.748 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:52.763 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:52.929 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:52.946 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:52.949 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:52.962 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:53.128 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:53.145 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:53.149 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:53.161 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:53.327 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:53.344 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:53.350 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:53.360 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:53.526 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:53.543 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:53.551 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:53.560 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:53.725 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:53.742 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:53.752 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:53.758 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:53.924 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:53.941 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:53.953 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:53.957 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:54.123 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:54.140 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:54.154 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:54.156 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:54.322 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:54.339 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:54.355 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:54.356 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:54.538 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 11 lines -08-29 18:12:54.554 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:54.556 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:54.571 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:54.737 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:54.753 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:54.757 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:54.770 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:54.786 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:54.790 27399 27847 D SensorHubManager: onGetSensorHubDataLocked: library(4) = 1, 1, 7, 0 -08-29 18:12:54.791 27399 27848 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :4], AP_WAKEUP -08-29 18:12:54.792 27399 27848 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 4 -08-29 18:12:54.793 27399 27848 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 7, 0, -08-29 18:12:54.794 27399 27848 D CAE : display(ContextProvider.java:375) - ================= AUTO_ROTATION ================= -08-29 18:12:54.796 27399 27848 I CAE : display(ContextProvider.java:391) - Angle=[0] -08-29 18:12:54.797 27399 27853 D SemContextService: Service.updateContext() : service = Auto Rotation -08-29 18:12:54.799 27399 27429 D SemContextManager: onSemContextChanged() : event = Auto Rotation Angle : 0 -08-29 18:12:54.799 27399 27429 D SemContextManager: AutoRotationEvent : Angle = 0 -08-29 18:12:54.799 27399 27429 V WindowOrientationListener: OrientationSensorJudge.onSemContextChanged, Rotation: 0 -08-29 18:12:54.803 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:54.805 27399 27429 V WindowOrientationListener: getProposedRotation :0 -08-29 18:12:54.805 27399 27429 V WindowManager: rotationForOrientationLw(orient=5, last=0); user=0 sensorRotation=0 mLidState=-1 mDockMode=0 mHdmiPlugged=false -08-29 18:12:54.819 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 1 line -08-29 18:12:54.835 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:54.849 27399 27847 D SensorHubManager: onGetSensorHubDataLocked: library(4) = 1, 1, 7, -1 -08-29 18:12:54.851 27399 27848 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :4], AP_WAKEUP -08-29 18:12:54.852 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:54.852 27399 27848 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 4 -08-29 18:12:54.853 27399 27848 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 7, -1, -08-29 18:12:54.855 27399 27848 D CAE : display(ContextProvider.java:375) - ================= AUTO_ROTATION ================= -08-29 18:12:54.856 27399 27848 I CAE : display(ContextProvider.java:391) - Angle=[-1] -08-29 18:12:54.858 27399 27853 D SemContextService: Service.updateContext() : service = Auto Rotation -08-29 18:12:54.860 27399 27429 D SemContextManager: onSemContextChanged() : event = Auto Rotation Angle : -1 -08-29 18:12:54.860 27399 27429 D SemContextManager: AutoRotationEvent : Angle = -1 -08-29 18:12:54.861 27399 27429 V WindowOrientationListener: OrientationSensorJudge.onSemContextChanged, Rotation: -1 -08-29 18:12:54.869 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:54.936 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 4 lines -08-29 18:12:54.952 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:54.958 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:54.969 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:55.134 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:55.151 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:55.159 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:55.168 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:55.334 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:55.350 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:55.360 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:55.367 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:55.532 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:55.549 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:55.561 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:55.566 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:55.731 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:55.748 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:55.762 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:55.765 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:55.930 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:55.947 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:55.963 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:55.964 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:56.146 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 11 lines -08-29 18:12:56.163 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:56.164 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:56.179 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:56.345 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:56.362 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:56.365 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:56.378 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:56.544 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:56.561 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:56.566 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:56.577 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:56.610 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 2 lines -08-29 18:12:56.627 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:56.641 28338 28617 D EPDG -- EpdgSecChannelCallback: receive -08-29 18:12:56.642 28338 28617 D EPDG -- EpdgIpcMessageFactory: ipcMainCmd: 112 -08-29 18:12:56.644 28338 28617 D EPDG -- SIM0 [RILRECEIVER]: [Rx]: Main: IPC_IIL_CMD Sub: IPC_IIL_SSAC_INFO -08-29 18:12:56.644 28338 28617 D EPDG -- SIM0 [RILRECEIVER]: [Rx]: Param: FF 00 00 FF 00 00 -08-29 18:12:56.645 28338 28617 D EPDG -- [NETIPCMESSAGE]: decodeIilSsacInfo() -08-29 18:12:56.649 27399 27847 D SensorHubManager: onGetSensorHubDataLocked: library(4) = 1, 1, 7, 0 -08-29 18:12:56.650 27399 27848 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :4], AP_WAKEUP -08-29 18:12:56.652 27399 27848 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 4 -08-29 18:12:56.653 27399 27848 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 7, 0, -08-29 18:12:56.655 27991 28652 E ImsAdaptorImpl: setSSACInfo : ImsAdaptorImpl. -08-29 18:12:56.657 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:56.646 28338 28617 E EPDG -- SIM0 [RILRECEIVER]: Incorrect EpdgIilIpcMessage IPC Message -- not initialized -08-29 18:12:56.658 28301 28649 D SsacManager: updateSSACInfo[0] : Voice(-1:0) Video(-1:0) -08-29 18:12:56.658 28301 28649 D SsacManager: Voice Call updateSSACInfo[0] : f[100], t[0] -08-29 18:12:56.659 28301 28649 D SsacManager: Video Call updateSSACInfo[0] : f[100], t[0] -08-29 18:12:56.660 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:56.667 27399 27848 D CAE : display(ContextProvider.java:375) - ================= AUTO_ROTATION ================= -08-29 18:12:56.668 27399 27848 I CAE : display(ContextProvider.java:391) - Angle=[0] -08-29 18:12:56.671 27399 27853 D SemContextService: Service.updateContext() : service = Auto Rotation -08-29 18:12:56.672 27399 27429 D SemContextManager: onSemContextChanged() : event = Auto Rotation Angle : 0 -08-29 18:12:56.672 27399 27429 D SemContextManager: AutoRotationEvent : Angle = 0 -08-29 18:12:56.673 27399 27429 V WindowOrientationListener: OrientationSensorJudge.onSemContextChanged, Rotation: 0 -08-29 18:12:56.674 28338 28617 D EPDG -- EpdgSecChannelCallback: receive -08-29 18:12:56.674 28338 28617 D EPDG -- EpdgIpcMessageFactory: ipcMainCmd: 112 -08-29 18:12:56.677 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:56.679 27399 27429 V WindowOrientationListener: getProposedRotation :0 -08-29 18:12:56.679 27399 27429 V WindowManager: rotationForOrientationLw(orient=5, last=0); user=0 sensorRotation=0 mLidState=-1 mDockMode=0 mHdmiPlugged=false -08-29 18:12:56.680 28338 28617 D EPDG -- SIM0 [RILRECEIVER]: [Rx]: Main: IPC_IIL_CMD Sub: IPC_IIL_SSAC_INFO -08-29 18:12:56.680 28338 28617 D EPDG -- SIM0 [RILRECEIVER]: [Rx]: Param: FF 00 00 FF 00 00 -08-29 18:12:56.683 27991 28652 E ImsAdaptorImpl: setSSACInfo : ImsAdaptorImpl. -08-29 18:12:56.689 28301 28649 D SsacManager: updateSSACInfo[0] : Voice(-1:0) Video(-1:0) -08-29 18:12:56.690 28301 28649 D SsacManager: Voice Call updateSSACInfo[0] : f[100], t[0] -08-29 18:12:56.690 28301 28649 D SsacManager: Video Call updateSSACInfo[0] : f[100], t[0] -08-29 18:12:56.693 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:56.682 28338 28617 D EPDG -- [NETIPCMESSAGE]: decodeIilSsacInfo() -08-29 18:12:56.703 28338 28617 E EPDG -- SIM0 [RILRECEIVER]: Incorrect EpdgIilIpcMessage IPC Message -- not initialized -08-29 18:12:56.704 28338 28617 D EPDG -- EpdgSecChannelCallback: receive -08-29 18:12:56.704 28338 28617 D EPDG -- EpdgIpcMessageFactory: ipcMainCmd: 8 -08-29 18:12:56.705 28338 28617 D EPDG -- SIM0 [RILRECEIVER]: [Rx]: Main: IPC_NET_CMD Sub: IPC_NET_REGIST -08-29 18:12:56.706 28338 28617 D EPDG -- SIM0 [RILRECEIVER]: [Rx]: Param: FF 03 -08-29 18:12:56.706 28338 28617 E EPDG -- SIM0 [RILRECEIVER]: RX [NET_REGIST] -- RESPONSE -- not initialized -08-29 18:12:56.708 27399 27847 D SensorHubManager: onGetSensorHubDataLocked: library(4) = 1, 1, 7, -1 -08-29 18:12:56.709 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:56.710 27399 27848 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :4], AP_WAKEUP -08-29 18:12:56.711 27399 27848 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 4 -08-29 18:12:56.712 27399 27848 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 7, -1, -08-29 18:12:56.713 28338 28617 D EPDG -- [NETIPCMESSAGE]: encodeNetRegist -08-29 18:12:56.714 27399 27848 D CAE : display(ContextProvider.java:375) - ================= AUTO_ROTATION ================= -08-29 18:12:56.715 27399 27848 I CAE : display(ContextProvider.java:391) - Angle=[-1] -08-29 18:12:56.716 28338 28617 D EPDG -- SIM0 [IPCDISPATCHER]: [Tx]: Main: IPC_NET_CMD Sub: IPC_NET_REGIST Cmd Type: IPC_CMD_RESP -08-29 18:12:56.717 28338 28617 D EPDG -- SIM0 [IPCDISPATCHER]: [Tx]: Param: 30 03 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -08-29 18:12:56.717 28338 28616 D EPDG -- SIM0 [MODEM]: EpdgModemSender(): send -08-29 18:12:56.720 27399 27853 D SemContextService: Service.updateContext() : service = Auto Rotation -08-29 18:12:56.722 27399 27429 D SemContextManager: onSemContextChanged() : event = Auto Rotation Angle : -1 -08-29 18:12:56.723 27399 27429 D SemContextManager: AutoRotationEvent : Angle = -1 -08-29 18:12:56.723 27399 27429 V WindowOrientationListener: OrientationSensorJudge.onSemContextChanged, Rotation: -1 -08-29 18:12:56.725 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:56.748 27399 28222 I KG.KnoxGuardService: call setNetRegistRejectCause. slotNum : 0, state : 0 -08-29 18:12:56.742 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 1 line -08-29 18:12:56.759 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:56.767 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:56.776 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:56.792 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 1 line -08-29 18:12:56.808 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:56.807 28028 28185 D NetworkController.MobileSignalController(0/-2): onServiceStateChanged voiceState=2 dataState=2 -08-29 18:12:56.823 28028 28185 D NetworkController: updateCarrierText : Emergency calls only, slotId = 0 numberOfSim = 0 airplane = false -08-29 18:12:56.825 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:56.827 28028 28185 D NetworkController: updateCarrierText final : Emergency calls only -08-29 18:12:56.828 28028 28028 D KeyguardUpdateMonitor: updateCarrierTextInfo -08-29 18:12:56.837 27991 27991 D ServiceStateProvider: subId=-2 -08-29 18:12:56.843 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:56.859 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:56.860 28028 28185 D NetworkController.MobileSignalController(0/-2): getMobileIconGroup(): 0 -08-29 18:12:56.867 28028 28028 D KeyguardClockPage: isNetworkRoamingState id=-2 roaming=false -08-29 18:12:56.867 28028 28028 D KeyguardClockPage: onRefreshCarrierInfo(pre, now): false, false -08-29 18:12:56.867 28028 28028 D CarrierText: updateCarrierText(): 0 -08-29 18:12:56.879 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:56.881 27991 27991 V PhoneGlobals: handleServiceStateChanged -08-29 18:12:56.892 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:56.891 27991 27991 D Telephony:SamsungTelephonyUIManager: updateNetworkSelection subid : -2 -08-29 18:12:56.896 2096 2096 I ORC/PermissionUtil: hasRequiredLegacyMsgPermissions done,Elapsed time : 18.816116 ms -08-29 18:12:56.896 2096 2096 D ORC/CbCmasReceiver: onReceive : action = android.intent.action.SERVICE_STATE -08-29 18:12:56.897 2096 2096 D ORC/MethodReflector: newFromBundle is called -08-29 18:12:56.898 2096 2096 D ORC/ScpmChannelUtil: getCurrentNetworkMCC() : 208 -08-29 18:12:56.899 2096 2096 D ORC/CbCmasReceiver: handleRoamingCMAS : prevMCC = null, curMCC = 208, simSlot = 0 -08-29 18:12:56.899 2096 2096 D ORC/ScpmChannelUtil: getCurrentNetworkMCC() : 208 -08-29 18:12:56.899 2096 2096 D ORC/CmasUtil: isSupportGlobalPws : checkGlobalPwsChecked is UN_SUPPORT -08-29 18:12:56.899 2096 2096 D ORC/CbCmasReceiver: serviceState = 2 -08-29 18:12:56.899 2096 2096 D ORC/CbCmasReceiver: handleRoamingCMAS : state is null or not in_svc -08-29 18:12:56.908 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:56.909 28028 28028 D CarrierText: Getting plmn/spn/subId sticky brdcst plmn : Emergency calls only, spn : , subId :-2 -08-29 18:12:56.910 28028 28028 D CarrierText: plmn Of NetworkController Impl : Emergency calls only -08-29 18:12:56.911 28028 28028 D CarrierText: setText : No SIM card — Emergency calls only -08-29 18:12:56.913 28028 28028 D KeyguardUpdateMonitor: received broadcast android.intent.action.SERVICE_STATE -08-29 18:12:56.914 28028 28028 V KeyguardUpdateMonitor: action android.intent.action.SERVICE_STATE serviceState={mVoiceRegState=2(EMERGENCY_ONLY), mDataRegState=2(EMERGENCY_ONLY), mChannelNumber=-1, duplexMode()=0, mCellBandwidths=[], mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=3(UMTS), mRilDataRadioTechnology=0(Unknown), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=0, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=EMERGENCY_ONLY, MobileVoiceRat=UMTS, MobileData=EMERGENCY_ONLY, MobileDataRoamingType=home, MobileDataRat=Unknown PsOnly=false FemtocellInd=0 EndcStatus=0 RestrictDcnr=0 NrBearerStatus=0, mIsEmergencyOnly=true, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0, mNetworkRegistrationStates=[]} subId=-2 -08-29 18:12:56.915 28028 28028 D Tile.AirplaneModeTile: onReceive: android.intent.action.SERVICE_STATE -08-29 18:12:56.925 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:56.930 20849 20870 D InternalContentProvider: update_network_selection null -08-29 18:12:56.930 20849 20870 D InternalContentProvider: Take CarrierUiCallFunctions -08-29 18:12:56.930 20849 20870 D CarrierUiCallFunctions: call update_network_selection null Bundle[mParcelledData.dataSize=28] -08-29 18:12:56.931 20849 20870 V UT.Worker-General: schedule job f95db81 -08-29 18:12:56.932 20849 20877 V UT.Worker-General: handle job f95db81 -08-29 18:12:56.932 20849 20877 V UT.Worker-General: completed job f95db81 -08-29 18:12:56.932 20849 20849 V UT.Worker-General: issue callback for job f95db81 -08-29 18:12:56.933 20849 20849 D FT.TuiSalesCodeFeature: NONE.isCurrentCountry -08-29 18:12:56.945 20849 20849 V UT.TelephonyUtils: getServiceState 2, subId -2 -08-29 18:12:56.946 20849 20849 D CU.NetworkSelectionNotificationMgr: updateNetworkSelection()... state = {mVoiceRegState=2(EMERGENCY_ONLY), mDataRegState=2(EMERGENCY_ONLY), mChannelNumber=-1, duplexMode()=0, mCellBandwidths=[], mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=3(UMTS), mRilDataRadioTechnology=0(Unknown), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=0, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=EMERGENCY_ONLY, MobileVoiceRat=UMTS, MobileData=EMERGENCY_ONLY, MobileDataRoamingType=home, MobileDataRat=Unknown PsOnly=false FemtocellInd=0 EndcStatus=0 RestrictDcnr=0 NrBearerStatus=0, mIsEmergencyOnly=true, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0, mNetworkRegistrationStates=[NetworkRegistrationState{transportType=1 domain=PS regState=NOT_REG_NOT_SEARCHING accessNetworkTechnology=UNKNOWN reasonForDenial=0 emergencyEnabled=false supportedServices=null cellIdentity=null voiceSpecificStates=null dataSpecificStates=DataSpecificRegistrationStates { mMaxDataCalls=4 mLac=3690 mCid=84142923 mTac=65534 mSnapshotStatus=0 mMobileState=0 mMobileRat=0 mMobileOptionalRat=0}}, NetworkRegistrationState{transportType=1 domain=CS regState=DENIED accessNetworkTechnology=UMTS reasonForDenial=0 emergencyEnabled=true supportedServices=[I@ccd61fe cellIdentity=CellIdentityWcdma:{ mLac=3690 mCid=84142923 mPsc=0 mUarfcn=-1 mMcc=208 mMnc=15 mAlphaLong=Free mAlphaShort=Free} voiceSpecificStates=VoiceSpecificRegistrationStates { mCssSupported=false mRoamingIndicator=0 mSystemIsInPrl=0 mDefaultRoamingIndicator=0 mLac=3690 mCid=84142923 mPsVoiceSupport2 mImsEmergencyCallSupport2 mImsEmergencyCallBarring0 mMobileState3 mMobileRat3 mIsPsOnlyRegfalse} dataSpecificStates=null}]} not updating network due to invalid subId : -2 -08-29 18:12:56.947 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:56.949 27991 27991 V PhoneGlobals: subId=-2,mDefaultDataSubId=-1,ss roaming=false -08-29 18:12:56.953 2096 2096 I ORC/PermissionUtil: hasRequiredLegacyMsgPermissions done,Elapsed time : 25.636347 ms -08-29 18:12:56.954 2096 2096 D ORC/SmsAppReceiver: DefaultSmsAppSmsReceiver : action = android.intent.action.SERVICE_STATE -08-29 18:12:56.956 27991 27991 I Telephony: TelecomAccountRegistry$3: Receive ServiceStateChanged, {mVoiceRegState=2(EMERGENCY_ONLY), mDataRegState=2(EMERGENCY_ONLY), mChannelNumber=-1, duplexMode()=0, mCellBandwidths=[], mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=3(UMTS), mRilDataRadioTechnology=0(Unknown), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=0, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=EMERGENCY_ONLY, MobileVoiceRat=UMTS, MobileData=EMERGENCY_ONLY, MobileDataRoamingType=home, MobileDataRat=Unknown PsOnly=false FemtocellInd=0 EndcStatus=0 RestrictDcnr=0 NrBearerStatus=0, mIsEmergencyOnly=true, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0, mNetworkRegistrationStates=[]} -08-29 18:12:56.956 27991 27991 I Telephony: TelecomAccountRegistry$3: subId: -2, operatorAlphaShort: , voiceNetwokType: 3 -> 3, dataNetwokType: 0 -> 0 -08-29 18:12:56.958 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:56.960 28028 28185 D Tile.AirplaneModeTile: handleUpdateState: airplane mode is disabled -08-29 18:12:56.960 28028 28185 D Tile.AirplaneModeTile: handleUpdateState: value = false, state = 1 -08-29 18:12:56.967 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:56.973 28028 28028 I StackScroller: ADJUST STACK.TRANSLATION -08-29 18:12:56.975 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:56.976 27196 27385 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice -08-29 18:12:56.977 27196 27385 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0 -08-29 18:12:56.977 27196 27385 V APM_AudioPolicyManager: ### curdevice : 2 -08-29 18:12:56.987 28028 28028 I StackScroller: ADJUST STACK.TRANSLATION -08-29 18:12:56.989 28028 28028 I StackScroller: ADJUST STACK.TRANSLATION -08-29 18:12:56.992 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:57.008 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:57.021 28028 28028 D KeyguardUpdateMonitor: handleServiceStateChange(subId=-2, serviceState={mVoiceRegState=2(EMERGENCY_ONLY), mDataRegState=2(EMERGENCY_ONLY), mChannelNumber=-1, duplexMode()=0, mCellBandwidths=[], mVoiceRoamingType=home, mDataRoamingType=home, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=3(UMTS), mRilDataRadioTechnology=0(Unknown), mCssIndicator=unsupported, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, VoiceRegType=0, ImsVoiceAvail=0, IsEbSupport=2, IsEaBarred=0, Snap=0, MobileVoice=EMERGENCY_ONLY, MobileVoiceRat=UMTS, MobileData=EMERGENCY_ONLY, MobileDataRoamingType=home, MobileDataRat=Unknown PsOnly=false FemtocellInd=0 EndcStatus=0 RestrictDcnr=0 NrBearerStatus=0, mIsEmergencyOnly=true, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0, mNetworkRegistrationStates=[]} -08-29 18:12:57.021 28028 28028 W KeyguardUpdateMonitor: invalid subId in handleServiceStateChange() -08-29 18:12:57.024 20849 20870 D InternalContentProvider: service_state_changed null -08-29 18:12:57.024 20849 20870 D InternalContentProvider: Take CarrierUiCallFunctions -08-29 18:12:57.025 20849 20870 D CarrierUiCallFunctions: call service_state_changed null Bundle[mParcelledData.dataSize=2412] -08-29 18:12:57.025 20849 20870 V UT.Worker-General: schedule job f95db81 -08-29 18:12:57.027 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:57.029 20849 20877 V UT.Worker-General: handle job f95db81 -08-29 18:12:57.029 20849 20877 V UT.Worker-General: completed job f95db81 -08-29 18:12:57.029 20849 20849 V UT.Worker-General: issue callback for job f95db81 -08-29 18:12:57.030 20849 20849 D FT.TuiSalesCodeFeature: NONE.isCurrentCountry -08-29 18:12:57.034 20849 20849 D FT.TuiUtilFeature: isAirplaneModeOn = false -08-29 18:12:57.034 20849 20849 D FT.TuiSalesCodeFeature: UNKNOWN.isCurrentOperator -08-29 18:12:57.034 20849 20849 D FT.TuiSalesCodeFeature: NONE.isCurrentCountry -08-29 18:12:57.034 20849 20849 D FT.TuiSalesCodeFeature: NONE.isCurrentCountry -08-29 18:12:57.035 20849 20849 D FT.TuiUtilFeature: isAirplaneModeOn = false -08-29 18:12:57.035 20849 20849 D FT.TuiSalesCodeFeature: NONE.isCurrentCountry -08-29 18:12:57.040 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:57.044 20849 20849 V FT.PhoneUtilsMultiSim: getMultiSimIccType phoneId 0 icctype 0 -08-29 18:12:57.044 20849 20849 V FT.PhoneUtilsMultiSim: isSimCardInserted[slot0] false -08-29 18:12:57.044 20849 20849 V FT.PhoneUtilsMultiSim: getMultiSimIccType phoneId 1 icctype 0 -08-29 18:12:57.044 20849 20849 V FT.PhoneUtilsMultiSim: isSimCardInserted[slot1] false -08-29 18:12:57.044 20849 20849 D CU.NetworkUiReceiver: SimState is not Loaded. defaultDataPhoneId : 0 -08-29 18:12:57.045 20849 20849 D FT.TuiUtilFeature: isAirplaneModeOn = false -08-29 18:12:57.057 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:57.141 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 5 lines -08-29 18:12:57.158 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:57.169 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:57.174 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:57.189 27399 27847 D SensorHubManager: onGetSensorHubDataLocked: library(4) = 1, 1, 7, 0 -08-29 18:12:57.191 27399 27848 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :4], AP_WAKEUP -08-29 18:12:57.192 27399 27848 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 4 -08-29 18:12:57.193 27399 27848 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 7, 0, -08-29 18:12:57.195 27399 27848 D CAE : display(ContextProvider.java:375) - ================= AUTO_ROTATION ================= -08-29 18:12:57.196 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:57.198 27399 27848 I CAE : display(ContextProvider.java:391) - Angle=[0] -08-29 18:12:57.200 27399 27853 D SemContextService: Service.updateContext() : service = Auto Rotation -08-29 18:12:57.202 27399 27429 D SemContextManager: onSemContextChanged() : event = Auto Rotation Angle : 0 -08-29 18:12:57.202 27399 27429 D SemContextManager: AutoRotationEvent : Angle = 0 -08-29 18:12:57.203 27399 27429 V WindowOrientationListener: OrientationSensorJudge.onSemContextChanged, Rotation: 0 -08-29 18:12:57.207 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:57.210 27399 27429 V WindowOrientationListener: getProposedRotation :0 -08-29 18:12:57.210 27399 27429 V WindowManager: rotationForOrientationLw(orient=5, last=0); user=0 sensorRotation=0 mLidState=-1 mDockMode=0 mHdmiPlugged=false -08-29 18:12:57.290 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 5 lines -08-29 18:12:57.307 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:57.309 27399 27847 D SensorHubManager: onGetSensorHubDataLocked: library(4) = 1, 1, 7, -1 -08-29 18:12:57.310 27399 27848 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :4], AP_WAKEUP -08-29 18:12:57.311 27399 27848 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 4 -08-29 18:12:57.312 27399 27848 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 7, -1, -08-29 18:12:57.314 27399 27848 D CAE : display(ContextProvider.java:375) - ================= AUTO_ROTATION ================= -08-29 18:12:57.316 27399 27848 I CAE : display(ContextProvider.java:391) - Angle=[-1] -08-29 18:12:57.319 27399 27853 D SemContextService: Service.updateContext() : service = Auto Rotation -08-29 18:12:57.320 27399 27429 D SemContextManager: onSemContextChanged() : event = Auto Rotation Angle : -1 -08-29 18:12:57.320 27399 27429 D SemContextManager: AutoRotationEvent : Angle = -1 -08-29 18:12:57.320 27399 27429 V WindowOrientationListener: OrientationSensorJudge.onSemContextChanged, Rotation: -1 -08-29 18:12:57.324 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:57.340 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 1 line -08-29 18:12:57.356 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:57.370 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:57.373 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:57.398 4940 4940 D io_stats: !@ 8,0 r 157852 8274528 w 238377 13010336 d 11839 11961900 f 25620 103456 iot 340684 217030 th 307200 0 0 pt 0 inp 0 0 17903.887 -08-29 18:12:57.539 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:57.555 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:57.571 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:57.572 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:57.705 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 8 lines -08-29 18:12:57.721 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:57.729 27399 27847 D SensorHubManager: onGetSensorHubDataLocked: library(4) = 1, 1, 7, 0 -08-29 18:12:57.731 27399 27848 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :4], AP_WAKEUP -08-29 18:12:57.732 27399 27848 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 4 -08-29 18:12:57.733 27399 27848 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 7, 0, -08-29 18:12:57.734 27399 27848 D CAE : display(ContextProvider.java:375) - ================= AUTO_ROTATION ================= -08-29 18:12:57.736 27399 27848 I CAE : display(ContextProvider.java:391) - Angle=[0] -08-29 18:12:57.738 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:57.740 27399 27853 D SemContextService: Service.updateContext() : service = Auto Rotation -08-29 18:12:57.741 27399 27429 D SemContextManager: onSemContextChanged() : event = Auto Rotation Angle : 0 -08-29 18:12:57.741 27399 27429 D SemContextManager: AutoRotationEvent : Angle = 0 -08-29 18:12:57.741 27399 27429 V WindowOrientationListener: OrientationSensorJudge.onSemContextChanged, Rotation: 0 -08-29 18:12:57.747 27399 27429 V WindowOrientationListener: getProposedRotation :0 -08-29 18:12:57.748 27399 27429 V WindowManager: rotationForOrientationLw(orient=5, last=0); user=0 sensorRotation=0 mLidState=-1 mDockMode=0 mHdmiPlugged=false -08-29 18:12:57.755 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:57.771 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:57.772 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:57.786 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:57.789 27399 27847 D SensorHubManager: onGetSensorHubDataLocked: library(4) = 1, 1, 7, -1 -08-29 18:12:57.791 27399 27848 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :4], AP_WAKEUP -08-29 18:12:57.793 27399 27848 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 4 -08-29 18:12:57.795 27399 27848 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 7, -1, -08-29 18:12:57.796 27399 27848 D CAE : display(ContextProvider.java:375) - ================= AUTO_ROTATION ================= -08-29 18:12:57.797 27399 27848 I CAE : display(ContextProvider.java:391) - Angle=[-1] -08-29 18:12:57.799 27399 27853 D SemContextService: Service.updateContext() : service = Auto Rotation -08-29 18:12:57.800 27399 27429 D SemContextManager: onSemContextChanged() : event = Auto Rotation Angle : -1 -08-29 18:12:57.800 27399 27429 D SemContextManager: AutoRotationEvent : Angle = -1 -08-29 18:12:57.801 27399 27429 V WindowOrientationListener: OrientationSensorJudge.onSemContextChanged, Rotation: -1 -08-29 18:12:57.803 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:57.887 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 5 lines -08-29 18:12:57.904 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:57.910 27399 27847 D SensorHubManager: onGetSensorHubDataLocked: library(4) = 1, 1, 7, 0 -08-29 18:12:57.912 27399 27848 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :4], AP_WAKEUP -08-29 18:12:57.913 27399 27848 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 4 -08-29 18:12:57.914 27399 27848 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 7, 0, -08-29 18:12:57.915 27399 27848 D CAE : display(ContextProvider.java:375) - ================= AUTO_ROTATION ================= -08-29 18:12:57.916 27399 27848 I CAE : display(ContextProvider.java:391) - Angle=[0] -08-29 18:12:57.919 27399 27853 D SemContextService: Service.updateContext() : service = Auto Rotation -08-29 18:12:57.920 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:57.921 27399 27429 D SemContextManager: onSemContextChanged() : event = Auto Rotation Angle : 0 -08-29 18:12:57.921 27399 27429 D SemContextManager: AutoRotationEvent : Angle = 0 -08-29 18:12:57.921 27399 27429 V WindowOrientationListener: OrientationSensorJudge.onSemContextChanged, Rotation: 0 -08-29 18:12:57.927 27399 27429 V WindowOrientationListener: getProposedRotation :0 -08-29 18:12:57.928 27399 27429 V WindowManager: rotationForOrientationLw(orient=5, last=0); user=0 sensorRotation=0 mLidState=-1 mDockMode=0 mHdmiPlugged=false -08-29 18:12:57.937 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:57.952 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:57.970 27399 27847 D SensorHubManager: onGetSensorHubDataLocked: library(4) = 1, 1, 7, -1 -08-29 18:12:57.971 27399 27848 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :4], AP_WAKEUP -08-29 18:12:57.972 27399 27848 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 4 -08-29 18:12:57.973 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:57.973 27399 27848 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 7, -1, -08-29 18:12:57.975 27399 27848 D CAE : display(ContextProvider.java:375) - ================= AUTO_ROTATION ================= -08-29 18:12:57.976 27399 27848 I CAE : display(ContextProvider.java:391) - Angle=[-1] -08-29 18:12:57.977 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:57.979 27399 27853 D SemContextService: Service.updateContext() : service = Auto Rotation -08-29 18:12:57.981 27399 27429 D SemContextManager: onSemContextChanged() : event = Auto Rotation Angle : -1 -08-29 18:12:57.981 27399 27429 D SemContextManager: AutoRotationEvent : Angle = -1 -08-29 18:12:57.981 27399 27429 V WindowOrientationListener: OrientationSensorJudge.onSemContextChanged, Rotation: -1 -08-29 18:12:57.986 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:58.153 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:58.169 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:58.174 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:58.186 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:58.252 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 4 lines -08-29 18:12:58.269 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:58.269 27399 27847 D SensorHubManager: onGetSensorHubDataLocked: library(4) = 1, 1, 7, 0 -08-29 18:12:58.271 27399 27848 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :4], AP_WAKEUP -08-29 18:12:58.272 27399 27848 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 4 -08-29 18:12:58.272 27399 27848 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 7, 0, -08-29 18:12:58.274 27399 27848 D CAE : display(ContextProvider.java:375) - ================= AUTO_ROTATION ================= -08-29 18:12:58.275 27399 27848 I CAE : display(ContextProvider.java:391) - Angle=[0] -08-29 18:12:58.277 27399 27853 D SemContextService: Service.updateContext() : service = Auto Rotation -08-29 18:12:58.278 27399 27429 D SemContextManager: onSemContextChanged() : event = Auto Rotation Angle : 0 -08-29 18:12:58.279 27399 27429 D SemContextManager: AutoRotationEvent : Angle = 0 -08-29 18:12:58.279 27399 27429 V WindowOrientationListener: OrientationSensorJudge.onSemContextChanged, Rotation: 0 -08-29 18:12:58.285 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:58.286 27399 27429 V WindowOrientationListener: getProposedRotation :0 -08-29 18:12:58.287 27399 27429 V WindowManager: rotationForOrientationLw(orient=5, last=0); user=0 sensorRotation=0 mLidState=-1 mDockMode=0 mHdmiPlugged=false -08-29 18:12:58.302 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 1 line -08-29 18:12:58.317 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:58.329 27399 27847 D SensorHubManager: onGetSensorHubDataLocked: library(4) = 1, 1, 7, -1 -08-29 18:12:58.331 27399 27848 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :4], AP_WAKEUP -08-29 18:12:58.332 27399 27848 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 4 -08-29 18:12:58.333 27399 27848 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 7, -1, -08-29 18:12:58.334 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:58.336 27399 27848 D CAE : display(ContextProvider.java:375) - ================= AUTO_ROTATION ================= -08-29 18:12:58.337 27399 27848 I CAE : display(ContextProvider.java:391) - Angle=[-1] -08-29 18:12:58.340 27399 27853 D SemContextService: Service.updateContext() : service = Auto Rotation -08-29 18:12:58.342 27399 27429 D SemContextManager: onSemContextChanged() : event = Auto Rotation Angle : -1 -08-29 18:12:58.342 27399 27429 D SemContextManager: AutoRotationEvent : Angle = -1 -08-29 18:12:58.343 27399 27429 V WindowOrientationListener: OrientationSensorJudge.onSemContextChanged, Rotation: -1 -08-29 18:12:58.350 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:58.368 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:58.375 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:58.385 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:58.550 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:58.567 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:58.576 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:58.583 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:58.749 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:58.766 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:58.776 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:58.783 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:58.849 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 4 lines -08-29 18:12:58.866 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:58.870 27399 27847 D SensorHubManager: onGetSensorHubDataLocked: library(4) = 1, 1, 7, 0 -08-29 18:12:58.872 27399 27848 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :4], AP_WAKEUP -08-29 18:12:58.873 27399 27848 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 4 -08-29 18:12:58.873 27399 27848 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 7, 0, -08-29 18:12:58.875 27399 27848 D CAE : display(ContextProvider.java:375) - ================= AUTO_ROTATION ================= -08-29 18:12:58.876 27399 27848 I CAE : display(ContextProvider.java:391) - Angle=[0] -08-29 18:12:58.878 27399 27853 D SemContextService: Service.updateContext() : service = Auto Rotation -08-29 18:12:58.879 27399 27429 D SemContextManager: onSemContextChanged() : event = Auto Rotation Angle : 0 -08-29 18:12:58.879 27399 27429 D SemContextManager: AutoRotationEvent : Angle = 0 -08-29 18:12:58.879 27399 27429 V WindowOrientationListener: OrientationSensorJudge.onSemContextChanged, Rotation: 0 -08-29 18:12:58.882 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:58.892 27399 27429 V WindowOrientationListener: getProposedRotation :0 -08-29 18:12:58.892 27399 27429 V WindowManager: rotationForOrientationLw(orient=5, last=0); user=0 sensorRotation=0 mLidState=-1 mDockMode=0 mHdmiPlugged=false -08-29 18:12:58.899 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 1 line -08-29 18:12:58.915 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:58.929 27399 27847 D SensorHubManager: onGetSensorHubDataLocked: library(4) = 1, 1, 7, -1 -08-29 18:12:58.931 27399 27848 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :4], AP_WAKEUP -08-29 18:12:58.932 27399 27848 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 4 -08-29 18:12:58.933 27399 27848 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 7, -1, -08-29 18:12:58.934 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:58.937 27399 27848 D CAE : display(ContextProvider.java:375) - ================= AUTO_ROTATION ================= -08-29 18:12:58.939 27399 27848 I CAE : display(ContextProvider.java:391) - Angle=[-1] -08-29 18:12:58.940 27399 27853 D SemContextService: Service.updateContext() : service = Auto Rotation -08-29 18:12:58.942 27399 27429 D SemContextManager: onSemContextChanged() : event = Auto Rotation Angle : -1 -08-29 18:12:58.942 27399 27429 D SemContextManager: AutoRotationEvent : Angle = -1 -08-29 18:12:58.943 27399 27429 V WindowOrientationListener: OrientationSensorJudge.onSemContextChanged, Rotation: -1 -08-29 18:12:58.947 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:58.964 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:58.978 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:58.981 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:59.147 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:59.164 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:59.179 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:59.180 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:59.330 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 9 lines -08-29 18:12:59.346 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:59.349 27399 27847 D SensorHubManager: onGetSensorHubDataLocked: library(4) = 1, 1, 7, 0 -08-29 18:12:59.351 27399 27848 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :4], AP_WAKEUP -08-29 18:12:59.352 27399 27848 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 4 -08-29 18:12:59.353 27399 27848 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 7, 0, -08-29 18:12:59.355 27399 27848 D CAE : display(ContextProvider.java:375) - ================= AUTO_ROTATION ================= -08-29 18:12:59.357 27399 27848 I CAE : display(ContextProvider.java:391) - Angle=[0] -08-29 18:12:59.358 27399 27853 D SemContextService: Service.updateContext() : service = Auto Rotation -08-29 18:12:59.360 27399 27429 D SemContextManager: onSemContextChanged() : event = Auto Rotation Angle : 0 -08-29 18:12:59.360 27399 27429 D SemContextManager: AutoRotationEvent : Angle = 0 -08-29 18:12:59.361 27399 27429 V WindowOrientationListener: OrientationSensorJudge.onSemContextChanged, Rotation: 0 -08-29 18:12:59.363 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:59.367 27399 27429 V WindowOrientationListener: getProposedRotation :0 -08-29 18:12:59.367 27399 27429 V WindowManager: rotationForOrientationLw(orient=5, last=0); user=0 sensorRotation=0 mLidState=-1 mDockMode=0 mHdmiPlugged=false -08-29 18:12:59.379 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:59.383 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:59.395 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:59.446 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 3 lines -08-29 18:12:59.462 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:59.469 27399 27847 D SensorHubManager: onGetSensorHubDataLocked: library(4) = 1, 1, 7, -1 -08-29 18:12:59.471 27399 27848 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :4], AP_WAKEUP -08-29 18:12:59.472 27399 27848 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 4 -08-29 18:12:59.473 27399 27848 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 7, -1, -08-29 18:12:59.475 27399 27848 D CAE : display(ContextProvider.java:375) - ================= AUTO_ROTATION ================= -08-29 18:12:59.476 27399 27848 I CAE : display(ContextProvider.java:391) - Angle=[-1] -08-29 18:12:59.478 27399 27853 D SemContextService: Service.updateContext() : service = Auto Rotation -08-29 18:12:59.480 27399 27429 D SemContextManager: onSemContextChanged() : event = Auto Rotation Angle : -1 -08-29 18:12:59.480 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:59.480 27399 27429 D SemContextManager: AutoRotationEvent : Angle = -1 -08-29 18:12:59.480 27399 27429 V WindowOrientationListener: OrientationSensorJudge.onSemContextChanged, Rotation: -1 -08-29 18:12:59.495 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:59.562 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 4 lines -08-29 18:12:59.578 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:59.583 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:59.595 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:59.761 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:59.777 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:59.785 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:59.794 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:59.960 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:12:59.976 28121 28121 D GLAnimatorManager: doFrame -08-29 18:12:59.986 29731 29731 I SKBD : and isTosAccept false -08-29 18:12:59.993 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.000 27399 27844 D SamsungAlarmManager: Expired : 8 -08-29 18:13:00.001 27399 27844 V SamsungAlarmManager: Sending to uid : 1000 action=android.intent.action.TIME_TICK alarm=Alarm{681c5c9 type 3 when 260542811 android} -08-29 18:13:00.007 27399 27844 V SamsungAlarmManager: Sending to uid : 10100 action=com.samsung.action.EVERY_MINUTE_CLOCK_UPDATE alarm=Alarm{1faa4ce type 1 when 1661789580000 com.sec.android.app.launcher} -08-29 18:13:00.009 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.011 29175 29175 I LiveIconManager: onReceive: com.samsung.action.EVERY_MINUTE_CLOCK_UPDATE -08-29 18:13:00.020 27399 27844 I SamsungAlarmManager: setLocked to kernel - T:2 / 20220829T181459, SetElapsed=260662096, nowELAPSED=260542831 -08-29 18:13:00.024 28028 28185 D NetworkController.MobileSignalController(0/-2): onSignalStrengthsChanged signalStrength=SignalStrength: 10 99 -10 -200 -10 -200 -1 99 2147483647 2147483647 2147483647 2147483647 0 2147483647 10 28 -92 0x2 P gsm|lte use_rsrp_and_rssnr_for_lte_level [-128, -118, -108, -98] [-115, -105, -95, -85] level=2 -08-29 18:13:00.024 28028 28185 D NetworkController.MobileSignalController(0/-2): getMobileIconGroup(): 0 -08-29 18:13:00.027 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.029 27399 28149 D SamsungAlarmManager: setInexact Intent (T:1/F:0/AC:false) 20220829T181400 - CU:10100/CP:29175 -08-29 18:13:00.030 27399 28149 I SamsungAlarmManager: setLocked to kernel - T:2 / 20220829T181459, SetElapsed=260662096, nowELAPSED=260542841 -08-29 18:13:00.031 27399 28149 I SamsungAlarmManager: setLocked to kernel - T:3 / 20220829T181400, SetElapsed=260602811, nowELAPSED=260542841 -08-29 18:13:00.032 27399 27399 D SamsungAlarmManager: setExact Intent (T:3/F:1/AC:false) 20220829T181400 - CU:1000/CP:27399 -08-29 18:13:00.033 27399 27399 I SamsungAlarmManager: setLocked to kernel - T:2 / 20220829T181459, SetElapsed=260662096, nowELAPSED=260542844 -08-29 18:13:00.034 27399 27399 I SamsungAlarmManager: setLocked to kernel - T:3 / 20220829T181400, SetElapsed=260602811, nowELAPSED=260542844 -08-29 18:13:00.034 29175 29175 D KnoxHelper: getActivityList callingUserId: 0, target user: 0 -08-29 18:13:00.037 28028 28028 D KeyguardUpdateMonitor: handleTimeUpdate -08-29 18:13:00.038 28028 28028 D KeyguardServiceBoxContainer: refreshTime() 1 -08-29 18:13:00.038 29175 29175 E LiveIconManager: createLiveIconBitmap : com.sec.android.app.clockpackage apps size 1 -08-29 18:13:00.044 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.044 29175 29175 D ApplicationPackageManager: we has com.sec.android.app.clockpackage class. reuse it -08-29 18:13:00.044 29175 29175 D LiveIconLoader: getLiveIcon was called in ClockPackage -08-29 18:13:00.048 29175 29175 D LiveIconLoader: getLiveIcon res = com.sec.android.app.clockpackage -08-29 18:13:00.053 29175 29175 D LiveIconLoader: stdIconSize : 144 , targetIconSize : 174 -08-29 18:13:00.053 29175 29175 D LiveIconLoader: mIconDpi : 640 , mTargetIconDpi : 480 -08-29 18:13:00.059 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.062 28028 28028 D QSClockBellTower: He is ready to ring the bell. (((timeText:18:13, skipUpdateForDemo:false, dateText:Mon 29 August))) -08-29 18:13:00.064 28028 28028 D QSClock : status_bar_clock notifyTimeChanged(currentTime:18:13) mClockVisibleByPolicy:true, mClockVisibleByUser:true, visible?true, parent:android.widget.LinearLayout{ffc2d1f V.E...... ......ID 0,0-123,72 #7f0a02df app:id/left_clock_container} -08-29 18:13:00.065 28028 28028 D QSClockBellTower: Everyone heard the bell. run(currentTime:1661789580061, getTime():Mon Aug 29 18:13:00 GMT+02:00 2022, getTimeZone():libcore.util.ZoneInfo[id="Europe/Paris",mRawOffset=3600000,mEarliestRawOffset=0,mUseDst=true,mDstSavings=3600000,transitions=183]) -08-29 18:13:00.075 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.089 28028 28028 I StackScroller: ADJUST STACK.TRANSLATION -08-29 18:13:00.092 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.097 28028 28028 I StackScroller: ADJUST STACK.TRANSLATION -08-29 18:13:00.098 29175 29175 I AppIconSolution: load= live icon for com.sec.android.app.clockpackage, from overlay = false -08-29 18:13:00.100 28028 28028 I StackScroller: ADJUST STACK.TRANSLATION -08-29 18:13:00.109 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.110 29175 29175 D ApplicationPackageManager: we has com.sec.android.app.clockpackage class. reuse it -08-29 18:13:00.110 29175 29175 D LiveIconLoader: getLiveIcon was called in ClockPackage -08-29 18:13:00.114 29175 29175 D LiveIconLoader: getLiveIcon res = com.sec.android.app.clockpackage -08-29 18:13:00.119 29175 29175 D LiveIconLoader: stdIconSize : 144 , targetIconSize : 174 -08-29 18:13:00.120 29175 29175 D LiveIconLoader: mIconDpi : 640 , mTargetIconDpi : 480 -08-29 18:13:00.128 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.129 27399 27847 D SensorHubManager: onGetSensorHubDataLocked: library(4) = 1, 1, 7, 0 -08-29 18:13:00.131 27399 27848 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :4], AP_WAKEUP -08-29 18:13:00.132 27399 27848 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 4 -08-29 18:13:00.134 27399 27848 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 7, 0, -08-29 18:13:00.136 27399 27848 D CAE : display(ContextProvider.java:375) - ================= AUTO_ROTATION ================= -08-29 18:13:00.137 27399 27848 I CAE : display(ContextProvider.java:391) - Angle=[0] -08-29 18:13:00.142 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.149 27399 27853 D SemContextService: Service.updateContext() : service = Auto Rotation -08-29 18:13:00.151 27399 27429 D SemContextManager: onSemContextChanged() : event = Auto Rotation Angle : 0 -08-29 18:13:00.151 27399 27429 D SemContextManager: AutoRotationEvent : Angle = 0 -08-29 18:13:00.152 27399 27429 V WindowOrientationListener: OrientationSensorJudge.onSemContextChanged, Rotation: 0 -08-29 18:13:00.158 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.160 27399 27429 V WindowOrientationListener: getProposedRotation :0 -08-29 18:13:00.161 27399 27429 V WindowManager: rotationForOrientationLw(orient=5, last=0); user=0 sensorRotation=0 mLidState=-1 mDockMode=0 mHdmiPlugged=false -08-29 18:13:00.167 29175 29175 I AppIconSolution: load= live icon for com.sec.android.app.clockpackage, from overlay = false -08-29 18:13:00.167 29175 29175 D LauncherActivityInfo: packageName: com.sec.android.app.clockpackage, supportTheme: false, height: 144, width: 144, density: 640 -08-29 18:13:00.173 29175 29175 D LiveIconView: updateLiveIcon : 41 -08-29 18:13:00.176 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.177 29175 29175 I LiveIconManager$BitmapCacheContainer: getBitmapCache: BitmapCache expired com.samsung.android.calendar/UserHandle{0} -08-29 18:13:00.178 29175 29175 D KnoxHelper: getActivityList callingUserId: 0, target user: 0 -08-29 18:13:00.182 29175 29175 E LiveIconManager: createLiveIconBitmap : com.samsung.android.calendar apps size 1 -08-29 18:13:00.188 29731 29731 I SKBD : and isTosAccept false -08-29 18:13:00.189 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.189 29175 29175 D ApplicationPackageManager: we has com.samsung.android.calendar class. reuse it -08-29 18:13:00.191 27399 27847 D SensorHubManager: onGetSensorHubDataLocked: library(4) = 1, 1, 7, -1 -08-29 18:13:00.193 27399 27848 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :4], AP_WAKEUP -08-29 18:13:00.194 27399 27848 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 4 -08-29 18:13:00.195 27399 27848 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 7, -1, -08-29 18:13:00.197 27399 27848 D CAE : display(ContextProvider.java:375) - ================= AUTO_ROTATION ================= -08-29 18:13:00.199 29175 29175 D LiveIconLoader: stdIconSize : 144 , targetIconSize : 174 -08-29 18:13:00.199 29175 29175 D LiveIconLoader: sIconDpi : 640 , targetIconDpi : 480 -08-29 18:13:00.204 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.205 27399 27848 I CAE : display(ContextProvider.java:391) - Angle=[-1] -08-29 18:13:00.208 27399 27853 D SemContextService: Service.updateContext() : service = Auto Rotation -08-29 18:13:00.212 27399 27429 D SemContextManager: onSemContextChanged() : event = Auto Rotation Angle : -1 -08-29 18:13:00.212 27399 27429 D SemContextManager: AutoRotationEvent : Angle = -1 -08-29 18:13:00.212 27399 27429 V WindowOrientationListener: OrientationSensorJudge.onSemContextChanged, Rotation: -1 -08-29 18:13:00.219 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.237 29175 29175 I AppIconSolution: load= live icon for com.samsung.android.calendar, from overlay = false -08-29 18:13:00.239 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.244 29175 29175 D ApplicationPackageManager: we has com.samsung.android.calendar class. reuse it -08-29 18:13:00.252 29175 29175 D LiveIconLoader: stdIconSize : 144 , targetIconSize : 174 -08-29 18:13:00.252 29175 29175 D LiveIconLoader: sIconDpi : 640 , targetIconDpi : 480 -08-29 18:13:00.253 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.270 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 1 line -08-29 18:13:00.287 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.290 29175 29175 I AppIconSolution: load= live icon for com.samsung.android.calendar, from overlay = false -08-29 18:13:00.290 29175 29175 D LauncherActivityInfo: packageName: com.samsung.android.calendar, supportTheme: false, height: 192, width: 192, density: 640 -08-29 18:13:00.296 29175 29175 D LiveIconView: updateLiveIcon : 44 -08-29 18:13:00.299 29175 29175 D LiveIconView: updateLiveIcon : -1 -08-29 18:13:00.314 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.315 27399 27847 D SensorHubManager: onGetSensorHubDataLocked: library(4) = 1, 1, 7, 0 -08-29 18:13:00.317 27399 27848 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :4], AP_WAKEUP -08-29 18:13:00.318 27399 27848 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 4 -08-29 18:13:00.319 27399 27848 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 7, 0, -08-29 18:13:00.321 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.323 27399 27848 D CAE : display(ContextProvider.java:375) - ================= AUTO_ROTATION ================= -08-29 18:13:00.325 27399 27848 I CAE : display(ContextProvider.java:391) - Angle=[0] -08-29 18:13:00.328 27399 27853 D SemContextService: Service.updateContext() : service = Auto Rotation -08-29 18:13:00.330 27399 27429 D SemContextManager: onSemContextChanged() : event = Auto Rotation Angle : 0 -08-29 18:13:00.330 27399 27429 D SemContextManager: AutoRotationEvent : Angle = 0 -08-29 18:13:00.330 27399 27429 V WindowOrientationListener: OrientationSensorJudge.onSemContextChanged, Rotation: 0 -08-29 18:13:00.336 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.340 27399 27429 V WindowOrientationListener: getProposedRotation :0 -08-29 18:13:00.340 27399 27429 V WindowManager: rotationForOrientationLw(orient=5, last=0); user=0 sensorRotation=0 mLidState=-1 mDockMode=0 mHdmiPlugged=false -08-29 18:13:00.370 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 2 lines -08-29 18:13:00.386 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.389 29731 29731 I SKBD : and isTosAccept false -08-29 18:13:00.403 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.471 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 4 lines -08-29 18:13:00.488 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.489 27399 27847 D SensorHubManager: onGetSensorHubDataLocked: library(4) = 1, 1, 7, -1 -08-29 18:13:00.491 27399 27848 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :4], AP_WAKEUP -08-29 18:13:00.493 27399 27848 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 4 -08-29 18:13:00.493 27399 27848 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 7, -1, -08-29 18:13:00.495 27399 27848 D CAE : display(ContextProvider.java:375) - ================= AUTO_ROTATION ================= -08-29 18:13:00.496 27399 27848 I CAE : display(ContextProvider.java:391) - Angle=[-1] -08-29 18:13:00.498 27399 27853 D SemContextService: Service.updateContext() : service = Auto Rotation -08-29 18:13:00.500 27399 27429 D SemContextManager: onSemContextChanged() : event = Auto Rotation Angle : -1 -08-29 18:13:00.500 27399 27429 D SemContextManager: AutoRotationEvent : Angle = -1 -08-29 18:13:00.501 27399 27429 V WindowOrientationListener: OrientationSensorJudge.onSemContextChanged, Rotation: -1 -08-29 18:13:00.505 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.521 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 1 line -08-29 18:13:00.538 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.549 27399 27847 D SensorHubManager: onGetSensorHubDataLocked: library(4) = 1, 1, 7, 0 -08-29 18:13:00.551 27399 27848 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :4], AP_WAKEUP -08-29 18:13:00.552 27399 27848 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 4 -08-29 18:13:00.552 27399 27848 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 7, 0, -08-29 18:13:00.553 27399 27848 D CAE : display(ContextProvider.java:375) - ================= AUTO_ROTATION ================= -08-29 18:13:00.554 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.555 27399 27848 I CAE : display(ContextProvider.java:391) - Angle=[0] -08-29 18:13:00.557 27399 27853 D SemContextService: Service.updateContext() : service = Auto Rotation -08-29 18:13:00.558 27399 27429 D SemContextManager: onSemContextChanged() : event = Auto Rotation Angle : 0 -08-29 18:13:00.559 27399 27429 D SemContextManager: AutoRotationEvent : Angle = 0 -08-29 18:13:00.559 27399 27429 V WindowOrientationListener: OrientationSensorJudge.onSemContextChanged, Rotation: 0 -08-29 18:13:00.565 27399 27429 V WindowOrientationListener: getProposedRotation :0 -08-29 18:13:00.565 27399 27429 V WindowManager: rotationForOrientationLw(orient=5, last=0); user=0 sensorRotation=0 mLidState=-1 mDockMode=0 mHdmiPlugged=false -08-29 18:13:00.571 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.587 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.590 29731 29731 I SKBD : and isTosAccept false -08-29 18:13:00.603 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.608 27399 27847 D SensorHubManager: onGetSensorHubDataLocked: library(4) = 1, 1, 7, -1 -08-29 18:13:00.610 27399 27848 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :4], AP_WAKEUP -08-29 18:13:00.611 27399 27848 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 4 -08-29 18:13:00.614 27399 27848 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 7, -1, -08-29 18:13:00.615 27399 27848 D CAE : display(ContextProvider.java:375) - ================= AUTO_ROTATION ================= -08-29 18:13:00.617 27399 27848 I CAE : display(ContextProvider.java:391) - Angle=[-1] -08-29 18:13:00.619 27399 27853 D SemContextService: Service.updateContext() : service = Auto Rotation -08-29 18:13:00.620 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.620 27399 27429 D SemContextManager: onSemContextChanged() : event = Auto Rotation Angle : -1 -08-29 18:13:00.621 27399 27429 D SemContextManager: AutoRotationEvent : Angle = -1 -08-29 18:13:00.621 27399 27429 V WindowOrientationListener: OrientationSensorJudge.onSemContextChanged, Rotation: -1 -08-29 18:13:00.637 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.771 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 8 lines -08-29 18:13:00.788 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.791 29731 29731 I SKBD : and isTosAccept false -08-29 18:13:00.804 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.938 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 8 lines -08-29 18:13:00.955 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.969 27399 27847 D SensorHubManager: onGetSensorHubDataLocked: library(4) = 1, 1, 7, 0 -08-29 18:13:00.971 27399 27848 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :4], AP_WAKEUP -08-29 18:13:00.972 27399 27848 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 4 -08-29 18:13:00.973 27399 27848 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 7, 0, -08-29 18:13:00.974 27399 27848 D CAE : display(ContextProvider.java:375) - ================= AUTO_ROTATION ================= -08-29 18:13:00.976 27399 27848 I CAE : display(ContextProvider.java:391) - Angle=[0] -08-29 18:13:00.977 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.980 27399 27853 D SemContextService: Service.updateContext() : service = Auto Rotation -08-29 18:13:00.981 27399 27429 D SemContextManager: onSemContextChanged() : event = Auto Rotation Angle : 0 -08-29 18:13:00.982 27399 27429 D SemContextManager: AutoRotationEvent : Angle = 0 -08-29 18:13:00.982 27399 27429 V WindowOrientationListener: OrientationSensorJudge.onSemContextChanged, Rotation: 0 -08-29 18:13:00.988 27399 27429 V WindowOrientationListener: getProposedRotation :0 -08-29 18:13:00.988 27399 27429 V WindowManager: rotationForOrientationLw(orient=5, last=0); user=0 sensorRotation=0 mLidState=-1 mDockMode=0 mHdmiPlugged=false -08-29 18:13:00.988 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:00.992 29731 29731 I SKBD : and isTosAccept false -08-29 18:13:01.005 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.007 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.020 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.028 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.029 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.029 27399 27847 D SensorHubManager: onGetSensorHubDataLocked: library(4) = 1, 1, 7, -1 -08-29 18:13:01.031 27399 27848 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :4], AP_WAKEUP -08-29 18:13:01.032 27399 27848 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 4 -08-29 18:13:01.032 27399 27848 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 7, -1, -08-29 18:13:01.034 27399 27848 D CAE : display(ContextProvider.java:375) - ================= AUTO_ROTATION ================= -08-29 18:13:01.035 27399 27848 I CAE : display(ContextProvider.java:391) - Angle=[-1] -08-29 18:13:01.037 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.037 27399 27853 D SemContextService: Service.updateContext() : service = Auto Rotation -08-29 18:13:01.039 27399 27429 D SemContextManager: onSemContextChanged() : event = Auto Rotation Angle : -1 -08-29 18:13:01.039 27399 27429 D SemContextManager: AutoRotationEvent : Angle = -1 -08-29 18:13:01.039 27399 27429 V WindowOrientationListener: OrientationSensorJudge.onSemContextChanged, Rotation: -1 -08-29 18:13:01.048 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.049 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.054 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.069 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.069 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.072 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 1 line -08-29 18:13:01.087 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.089 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.089 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.104 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.107 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.109 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.121 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.128 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.128 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.138 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.148 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.149 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.153 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.168 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.168 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.169 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 1 line -08-29 18:13:01.187 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.188 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.189 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.193 29731 29731 I SKBD : and isTosAccept false -08-29 18:13:01.204 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.208 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.209 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.223 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.228 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.236 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.247 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.248 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.255 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.268 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.268 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.271 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 1 line -08-29 18:13:01.287 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.288 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.289 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.303 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.307 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.308 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.320 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.328 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.328 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.337 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.348 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.348 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.357 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.367 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.371 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.372 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 1 line -08-29 18:13:01.387 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.388 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.388 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.398 29731 29731 I SKBD : and isTosAccept false -08-29 18:13:01.405 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.408 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.408 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.420 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.432 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.432 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.437 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.447 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.448 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.453 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.468 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.468 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.471 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 1 line -08-29 18:13:01.487 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.488 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.488 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.503 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.507 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.507 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.520 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.527 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.528 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.537 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.552 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.553 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.553 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.569 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.569 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.570 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 1 line -08-29 18:13:01.587 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.588 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.588 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.603 29731 29731 I SKBD : and isTosAccept false -08-29 18:13:01.603 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.613 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.613 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.621 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.637 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.637 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.638 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.650 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.651 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.669 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.672 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.675 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.688 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.693 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.705 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.711 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.711 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.729 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.729 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.736 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.748 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.749 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.753 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.769 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.769 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.770 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 1 line -08-29 18:13:01.787 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.789 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.809 29731 29731 I SKBD : and isTosAccept false -08-29 18:13:01.812 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.812 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.820 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.828 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.841 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.853 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.853 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.869 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.871 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.887 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.891 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.891 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.903 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.908 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.909 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.920 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.928 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.929 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.937 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.948 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.948 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.954 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.970 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.970 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.971 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 1 line -08-29 18:13:01.987 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:01.998 28121 28121 D GyroRender: onSensorChanged event.sensor.getType() = 65579 -08-29 18:13:01.998 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:02.003 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:02.011 29731 29731 I SKBD : and isTosAccept false -08-29 18:13:02.021 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:02.045 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:02.056 28028 28185 D NetworkController.MobileSignalController(0/-2): onSignalStrengthsChanged signalStrength=SignalStrength: 10 99 -10 -200 -10 -200 -1 0 2147483647 2147483647 2147483647 2147483647 0 2147483647 10 28 -92 0x3 P gsm|lte use_rsrp_and_rssnr_for_lte_level [-128, -118, -108, -98] [-115, -105, -95, -85] level=3 -08-29 18:13:02.057 28028 28185 D NetworkController.MobileSignalController(0/-2): getMobileIconGroup(): 0 -08-29 18:13:02.063 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:02.071 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:02.076 28028 28028 D SecStatusBarMobileView: updateState: MobileIconState(subId=-2, strengthId=2131232500, roaming=false, typeId=0, roamingId=0, activityId=0, visible=true, imsIconVisible=false, imsIconDescription=null) -08-29 18:13:02.093 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:02.160 29007 29534 D SDHMS:s : SIOP:: AP:289(404,110) BAT:379(379,0) CHG:394(394,0) USB:383(383,0) PA:337(388,50) LRP:0(0,-999) ATC:0(0,-999) -08-29 18:13:02.187 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 6 lines -08-29 18:13:02.204 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:02.212 29731 29731 I SKBD : and isTosAccept false -08-29 18:13:02.226 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:02.389 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:13:02.407 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:02.413 29731 29731 I SKBD : and isTosAccept false -08-29 18:13:02.422 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:02.589 28121 28121 I chatty : uid=10008(com.samsung.android.app.aodservice) com.android.systemui:InfinityWallpaper identical 10 lines -08-29 18:13:02.605 28121 28121 D GLAnimatorManager: doFrame -08-29 18:13:02.614 29731 29731 I SKBD : and isTosAccept false -08-29 18:13:02.621 28121 28121 D GLAnimatorManager: doFrame