diff --git a/.gitignore b/.gitignore
index 2152d20af2521c4a400a123cae82b6555009d1c0..13b57be2c6708c68baf3ea8980054244481ce186 100755
--- a/.gitignore
+++ b/.gitignore
@@ -38,4 +38,6 @@ experiment_automatization/can_be_reused/old_tools/trash/
 experiment_automatization/can_be_reused/SIXTH_RESULTS/
 kernel_ridge_linear_model/*log_file.txt*
 experiment_automatization/can_be_reused/old_log_files_and_outputs
+publication_in_acm_format
+publication_in_acm_format/acm_template_and_latex_tools/*
 
diff --git a/1-s2.0-S0304397505008674-main.pdf b/1-s2.0-S0304397505008674-main.pdf
new file mode 100755
index 0000000000000000000000000000000000000000..65a52aa0ef79abce52a7afac14c45c12ec109f52
Binary files /dev/null and b/1-s2.0-S0304397505008674-main.pdf differ
diff --git a/connect_to_Mr_Tu b/connect_to_Mr_Tu
index c20f6cfaeb780514ffe58182adf00a9fa498a1e7..6ac37da7c3e6964e3c5d25b2a0219f550a1ac3ba 100755
--- a/connect_to_Mr_Tu
+++ b/connect_to_Mr_Tu
@@ -1143,10 +1143,132 @@ Salut Vlad, comme compte rendu d'aujourd'hui,
 	le R2 score a atteint la valeur de 0.82
   3- J'ai généré les graphes ayant pour variable principale le fait que la fréquence du socket est laissée libre. 
      (pour les trois sockets, j'ai donc générés trois groupes de données). Voici le dossier résultant [1]
-     Je prévois les analyser demain et la semaine prochaine. 
+     A première vue, laisser la fréquence free et ne pas modifier le governor dégrade l'efficacité. 
+     Mais je prévois analyser les résultat de manière plus détaillée demain et la semaine prochaine. 
   4- Il m'est aussi venu à l'esprit de retoucher les images d'hier afin de les rendre beaucoup plus lisibles 
      et d'en rajouter d'autre images qui sont les résultats des images précédentes après que la variation aient été appliquées. 
      toutes les images sont dans ce dossier [2] et terminent par after et before à chaque fois, précédé du nom du téléphone entre autre. 
      
-  [1] Dossier généré pour l'analyse des marginal effects. 
-  [2] Dossier des images des lessons learned before and after
\ No newline at end of file
+  [1] Dossier généré pour l'analyse des marginal effects. https://gitlab.liris.cnrs.fr/plwapet/scripts_and_relevant_files/-/tree/main/kernel_ridge_linear_model/marginal_effect_exploration_automatic_experiments_google__0.82_base_Y_F_N_on_socket
+  [2] Dossier des images des lessons learned before and after. https://gitlab.liris.cnrs.fr/plwapet/scripts_and_relevant_files/-/tree/main/kernel_ridge_linear_model/images_resuming_lesson_learned
+  
+  
+  
+  Salut Vlad comme compte rendu d'aujourd'hui, 
+  1- Avant la réunion, j'ai essayé d'afficher les résultats des expés suspect. 
+  2- Il y'a eu la réunion
+  3 - Après la réunion: 
+	a- J'ai corrigé le bug que j'avais à l'affichage, j'utilisait le format de X avec le nombre de cores actifs et non l'état des cores. 
+	   Il fallait juste modifier un paramètre du script. Voici le graphe obtenu (higher is better) [1]
+	b- J'ai aussi généré les nouvelles configurations à tester. 
+  4 - Aussi Vlad, très important:  si les expés ne corroborent pas les résultat du modèle kernel ridge
+                                   Cela ne veut pas dire que ces résultats sont faux, 
+					     car le kernel ridge présente la moyenne de la relation entre deux variables sur TOUTES les configurations possibles. 
+					     Et non seulement lorsque les midiums et big cores sont off ou sont au mid, ou lorsque les autres cores little cores sont tous éteint ou tous allumés. 
+					     ces dernier cas ne représentent qu'un toutes petite partie parmis toutes les possibilités des autres variables. 
+		
+  5- J'ai tout de même démarré les expés avec les medium cores et les big cores à la fréquence moyenne. 
+
+  [1] configurations étranges testées entre les varibles séparées et les big et medium éteints. https://gitlab.liris.cnrs.fr/plwapet/scripts_and_relevant_files/-/blob/main/kernel_ridge_linear_model/kernel_ridge_prediction_on_google_pixel_4a_5g.png  
+
+
+
+Latex home /home/patrick/texmf
+cls files folder: /home/patrick/texmf/tex/latex/commonstuff/
+bst files folder:  /home/patrick/texmf/bibtex/bst/
+action done: creation of this directories structures
+             making : texhash /home/patrick/texmf
+		 adding acmart.cls and ACM-Reference-Format.bst in corresponding above folders. 
+Thils link helped me to use tlmgr because I had an error with checksum -5
+
+
+Finally I purge texlive from computer and reinstalled it using 
+https://tex.stackexchange.com/questions/1092/how-to-install-vanilla-texlive-on-debian-or-ubuntu
+This command help me to fix the fakeroot error 
+ sudo update-alternatives --set fakeroot /usr/bin/fakeroot-tcp
+from this link https://github.com/microsoft/WSL/issues/4067
+  I added tlmgr path in the visudo file. 
+      with command sudo visudo 
+          
+
+Salut Vlad, comme compte rendu d'aujourd'hui
+j'ai commencé à écrire la publi au format acm. 
+J'ai eu quelque soucis avec la compilation (latex, acm et compatibilités entre librairies). 
+Mais c'est en cours de résolution.
+
+En attendant j'ai réfléchi au task graph sheduling. 
+Pas besoin de faire des noeud compliqués. 
+Car il est destiné au scheduler. 
+Donc avant de faire le schedule() il a juste besoin de savoir quel est l'état du système
+et avec le lesson_learned_as_decision_tree il calcule un score 
+Puis en fonction de ce score il décide s'il schedule() ou pas. 
+J'ai concu la fonction qui produit les lesson_learned_as_decision_tree
+Je prévois l'implémenter lundi, après avoir fini le template.
+ 
+Au plan j'ai rajouté les contributions.
+Tes commentaires me semblent pertinents, 
+je prévois les intégrer dans la version traduite en anglais.
+
+Bonne soirée Vlad.  
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Salut Vlad, désolé pour la latence. 
+Comme compte rendu d'aujourd'hui. 
+J'ai principalement corrigé le bug de compilation latex.  
+J'ai commencé à remplir le papier (par l'introduction).
+Je prévois continuer de remplir et de traduire [1]. 
+J'ai aussi pris en compte tes remarques, surligné en violet et souligné dans la version google doc.
+Enfin j'ai aussi ajouté entre autre choses la partie LIMITATIONS dans la version google doc.
+ 
+[1] Lien vers la version latex du papier. https://gitlab.liris.cnrs.fr/plwapet/scripts_and_relevant_files/-/tree/main/publication_in_acm_format/fitsAll
+
+
+
+Automata
+
+Hardware
+Machine learning
+kernel ridge model
+Energy efficiency
+Long running process.
+Scheduiling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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 0657accd6efc7b1b6375ed0372f62a7c5dcadea8..f3ad09f226d82d2118cb190694e4724de9db4140 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
@@ -414,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/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version",
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 93dcd6894083f694a9ccc1b674f1aaf37e03a779..e9cb54540e08befb034dbd5732c71e86f9a6933f 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
@@ -1988,8546 +1988,10838 @@ resulted X configuration :  [0, 0, 0, 2, 0, 2, 0, 0]
 
 arrays of value as string :  ['0', '1', '0', '1', '1', '0', '0', '0']
 resulted X configuration :  [0, 1, 0, 1, 1, 0, 0, 0]
- --- Converting [0, 3, 0, 3, 1, 0, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 1, 0, 0, 0, 1, 0, 1, 0]
- --- Converting array [2, 0, 1, 0, 0, 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, 0] from base 2 to decimal
- --- result  2
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [1, 0, 1] from base 2 to decimal
- --- result  5
- --- Result  [2, 2, 0, 5]
- --- Converting [0, 0, 3, 3, 3, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 0, 1, 2, 0, 1, 0, 0, 0]
- --- Converting array [2, 0, 0, 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, 0, 1] from base 2 to decimal
- --- result  1
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 1, 0, 4]
- --- Converting [0, 3, 0, 3, 0, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 1, 0, 0, 0, 0, 1, 0, 0]
- --- Converting array [2, 0, 1, 0, 0, 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 [2, 2, 2, 2, 0, 2, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 1, 1, 0, 0, 1, 1, 0]
- --- Converting array [1, 1, 1, 1, 1, 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 [3, 0, 0, 0, 1, 1, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 0, 0, 0, 1, 1, 1, 0]
- --- Converting array [2, 1, 0, 0, 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, 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  [2, 4, 0, 7]
- --- Converting [0, 0, 3, 0, 0, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 0, 1, 0, 0, 0, 0, 0, 0]
- --- Converting array [2, 0, 0, 1, 0, 0, 0, 0, 0, 0] 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, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [2, 1, 0, 0]
- --- Converting [0, 0, 2, 0, 0, 0, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 0, 1, 0, 0, 0, 0, 1, 0]
- --- Converting array [1, 0, 0, 1, 0, 0, 0, 0, 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, 0, 1] from base 2 to decimal
- --- result  1
- --- Result  [1, 1, 0, 1]
- --- Converting [1, 0, 0, 0, 1, 0, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 0, 0, 0, 1, 0, 1, 0]
- --- Converting array [0, 1, 0, 0, 0, 0, 1, 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 [1, 0, 1] from base 2 to decimal
- --- result  5
- --- Result  [0, 4, 0, 5]
- --- Converting [0, 0, 2, 0, 0, 2, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 0, 1, 1, 0, 0, 1, 0, 1]
- --- Converting array [1, 0, 0, 1, 1, 0, 0, 1, 0, 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 [0, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [1, 1, 0, 2]
- --- Converting [0, 0, 1, 0, 3, 3, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 1, 2, 0, 1, 1, 0, 0]
- --- Converting array [0, 0, 0, 1, 2, 0, 1, 1, 0, 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, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [0, 1, 0, 6]
- --- 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 [3, 3, 0, 3, 0, 0, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 0, 0, 0, 0, 0, 0, 1]
- --- Converting array [2, 1, 1, 0, 0, 0, 0, 0, 0, 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, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [2, 6, 0, 0]
- --- Converting [0, 0, 2, 2, 0, 0, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 0, 1, 2, 0, 0, 0, 1, 0]
- --- Converting array [1, 0, 0, 1, 2, 0, 0, 0, 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, 0, 1] from base 2 to decimal
- --- result  1
- --- Result  [1, 1, 0, 1]
- --- Converting [0, 0, 1, 1, 1, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 1, 0, 0, 1, 1, 0, 0]
- --- Converting array [0, 0, 0, 1, 0, 0, 1, 1, 0, 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, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [0, 1, 0, 6]
- --- Converting [3, 3, 0, 3, 1, 0, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 0, 0, 0, 1, 0, 1, 0]
- --- Converting array [2, 1, 1, 0, 0, 0, 1, 0, 1, 0] 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, 0, 0, 3, 1, 0, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 0, 0, 0, 0, 1, 0, 0, 1]
- --- Converting array [2, 0, 0, 0, 0, 0, 1, 0, 0, 1] 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, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 0, 0, 4]
- --- Converting [0, 0, 0, 0, 0, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
- --- Converting array [0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
- --- result  0
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [0, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [0, 0, 0, 0]
- --- Converting [0, 0, 0, 0, 0, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
- --- Converting array [0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
- --- result  0
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [0, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [0, 0, 0, 0]
- --- Converting [3, 0, 0, 0, 0, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 0, 0, 0, 0, 0, 0, 0]
- --- Converting array [2, 1, 0, 0, 0, 0, 0, 0, 0, 0] 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, 0] from base 2 to decimal
- --- result  0
- --- Result  [2, 4, 0, 0]
- --- Converting [3, 3, 0, 0, 0, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 0, 0, 0, 0, 0, 0, 0]
- --- Converting array [2, 1, 1, 0, 0, 0, 0, 0, 0, 0] 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, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [2, 6, 0, 0]
- --- Converting [3, 3, 3, 0, 0, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 1, 0, 0, 0, 0, 0, 0]
- --- Converting array [2, 1, 1, 1, 0, 0, 0, 0, 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, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [2, 7, 0, 0]
- --- Converting [3, 3, 3, 3, 0, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 1, 0, 0, 0, 0, 0, 0]
- --- Converting array [2, 1, 1, 1, 0, 0, 0, 0, 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, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [2, 7, 0, 0]
- --- Converting [3, 3, 3, 3, 3, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 1, 2, 0, 1, 0, 0, 0]
- --- Converting array [2, 1, 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 [1, 1, 1] from base 2 to decimal
- --- result  7
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 7, 0, 4]
- --- Converting [3, 3, 3, 3, 3, 3, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 1, 2, 0, 1, 1, 0, 0]
- --- Converting array [2, 1, 1, 1, 2, 0, 1, 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [2, 7, 0, 6]
- --- Converting [0, 0, 0, 0, 3, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 0, 2, 0, 1, 0, 0, 0]
- --- Converting array [0, 0, 0, 0, 2, 0, 1, 0, 0, 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, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [0, 0, 0, 4]
- --- Converting [0, 0, 0, 0, 3, 3, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 0, 2, 0, 1, 1, 0, 0]
- --- Converting array [0, 0, 0, 0, 2, 0, 1, 1, 0, 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, 0] from base 2 to decimal
- --- result  6
- --- Result  [0, 0, 0, 6]
- --- Converting [0, 0, 0, 0, 3, 3, 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 [3, 3, 0, 0, 3, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 0, 2, 0, 1, 0, 0, 0]
- --- Converting array [2, 1, 1, 0, 2, 0, 1, 0, 0, 0] 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, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 6, 0, 4]
- --- Converting [3, 3, 3, 0, 3, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 1, 2, 0, 1, 0, 0, 0]
- --- Converting array [2, 1, 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 [1, 1, 1] from base 2 to decimal
- --- result  7
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 7, 0, 4]
- --- Converting [3, 0, 0, 0, 3, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 0, 2, 0, 1, 0, 0, 0]
- --- Converting array [2, 1, 0, 0, 2, 0, 1, 0, 0, 0] 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 4, 0, 4]
- --- Converting [3, 0, 0, 0, 3, 3, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 0, 2, 0, 1, 1, 0, 0]
- --- Converting array [2, 1, 0, 0, 2, 0, 1, 1, 0, 0] 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [2, 4, 0, 6]
- --- Converting [3, 0, 0, 0, 3, 3, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 0, 2, 0, 1, 1, 1, 0]
- --- Converting array [2, 1, 0, 0, 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, 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  [2, 4, 0, 7]
- --- Converting [0, 0, 0, 0, 0, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
- --- Converting array [0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
- --- result  0
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [0, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [0, 0, 0, 0]
- --- Converting [1, 0, 0, 0, 0, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 0, 0, 0, 0, 0, 0, 0]
- --- Converting array [0, 1, 0, 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, 0, 0] from base 2 to decimal
- --- result  4
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [0, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [0, 4, 0, 0]
- --- Converting [2, 0, 0, 0, 0, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 0, 0, 0, 0, 0, 0, 0]
- --- Converting array [1, 1, 0, 0, 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, 0] from base 2 to decimal
- --- result  4
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [0, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [1, 4, 0, 0]
- --- Converting [3, 0, 0, 0, 0, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 0, 0, 0, 0, 0, 0, 0]
- --- Converting array [2, 1, 0, 0, 0, 0, 0, 0, 0, 0] 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, 0] from base 2 to decimal
- --- result  0
- --- Result  [2, 4, 0, 0]
- --- 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 [2, 2, 0, 0, 0, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 0, 0, 0, 0, 0, 0, 0]
- --- Converting array [1, 1, 1, 0, 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, 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  [1, 6, 0, 0]
- --- Converting [1, 1, 1, 0, 0, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 1, 0, 0, 0, 0, 0, 0]
- --- Converting array [0, 1, 1, 1, 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, 1] from base 2 to decimal
- --- result  7
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [0, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [0, 7, 0, 0]
- --- Converting [2, 2, 2, 0, 0, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 1, 0, 0, 0, 0, 0, 0]
- --- Converting array [1, 1, 1, 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, 1, 1] from base 2 to decimal
- --- result  7
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [0, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [1, 7, 0, 0]
- --- Converting [3, 3, 0, 0, 1, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 0, 0, 0, 1, 0, 0, 0]
- --- Converting array [2, 1, 1, 0, 0, 0, 1, 0, 0, 0] 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, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 6, 0, 4]
- --- Converting [3, 3, 0, 0, 2, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 0, 1, 0, 1, 0, 0, 0]
- --- Converting array [2, 1, 1, 0, 1, 0, 1, 0, 0, 0] 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, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 6, 0, 4]
- --- Converting [1, 1, 0, 0, 1, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 0, 0, 0, 1, 0, 0, 0]
- --- Converting array [0, 1, 1, 0, 0, 0, 1, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [0, 6, 0, 4]
- --- Converting [2, 2, 0, 0, 2, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 0, 1, 0, 1, 0, 0, 0]
- --- Converting array [1, 1, 1, 0, 1, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [1, 6, 0, 4]
- --- Converting [3, 0, 0, 0, 1, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 0, 0, 0, 1, 0, 0, 0]
- --- Converting array [2, 1, 0, 0, 0, 0, 1, 0, 0, 0] 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 4, 0, 4]
- --- Converting [3, 0, 0, 0, 2, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 0, 1, 0, 1, 0, 0, 0]
- --- Converting array [2, 1, 0, 0, 1, 0, 1, 0, 0, 0] 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 4, 0, 4]
- --- Converting [1, 0, 0, 0, 1, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 0, 0, 0, 1, 0, 0, 0]
- --- Converting array [0, 1, 0, 0, 0, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [0, 4, 0, 4]
- --- Converting [1, 0, 0, 1, 2, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 0, 1, 0, 1, 0, 0, 0]
- --- Converting array [0, 1, 0, 0, 1, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [0, 4, 0, 4]
- --- Converting [0, 1, 1, 1, 0, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 1, 0, 0, 0, 0, 0, 0]
- --- Converting array [0, 0, 1, 1, 0, 0, 0, 0, 0, 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, 0] from base 2 to decimal
- --- result  0
- --- Result  [0, 3, 0, 0]
- --- Converting [3, 0, 0, 0, 0, 2, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 0, 1, 0, 0, 1, 0, 1]
- --- Converting array [2, 1, 0, 0, 1, 0, 0, 1, 0, 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, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [2, 4, 0, 2]
- --- Converting [0, 0, 0, 1, 2, 0, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 0, 1, 0, 1, 0, 0, 1]
- --- Converting array [0, 0, 0, 0, 1, 0, 1, 0, 0, 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, 0] from base 2 to decimal
- --- result  4
- --- Result  [0, 0, 0, 4]
- --- Converting [3, 3, 0, 0, 0, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 0, 0, 0, 0, 0, 0, 0]
- --- Converting array [2, 1, 1, 0, 0, 0, 0, 0, 0, 0] 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, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [2, 6, 0, 0]
- --- Converting [1, 1, 0, 1, 0, 2, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 0, 1, 0, 0, 1, 0, 1]
- --- Converting array [0, 1, 1, 0, 1, 0, 0, 1, 0, 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, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [0, 6, 0, 2]
- --- Converting [0, 0, 1, 1, 0, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 1, 0, 0, 0, 0, 0, 0]
- --- Converting array [0, 0, 0, 1, 0, 0, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [0, 1, 0, 0]
- --- Converting [1, 0, 0, 1, 0, 0, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 0, 1, 0, 0, 0, 0, 1]
- --- Converting array [0, 1, 0, 0, 1, 0, 0, 0, 0, 1] 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, 0] from base 2 to decimal
- --- result  0
- --- Result  [0, 4, 0, 0]
- --- Converting [2, 0, 0, 2, 0, 1, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 0, 0, 0, 0, 1, 0, 1]
- --- Converting array [1, 1, 0, 0, 0, 0, 0, 1, 0, 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 [0, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [1, 4, 0, 2]
- --- Converting [0, 3, 0, 3, 0, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 1, 0, 0, 0, 0, 0, 0, 0]
- --- Converting array [2, 0, 1, 0, 0, 0, 0, 0, 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, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [2, 2, 0, 0]
- --- Converting [0, 1, 0, 1, 2, 2, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 0, 1, 0, 1, 1, 1, 0]
- --- Converting array [0, 0, 1, 0, 1, 0, 1, 1, 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 [1, 1, 1] from base 2 to decimal
- --- result  7
- --- Result  [0, 2, 0, 7]
- --- Converting [0, 0, 0, 1, 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 [3, 3, 3, 0, 1, 1, 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 [0, 3, 3, 0, 0, 1, 1, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 1, 1, 0, 0, 0, 1, 1, 1]
- --- Converting array [2, 0, 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 [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  [2, 3, 0, 3]
- --- Converting [0, 0, 0, 0, 1, 0, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 0, 0, 0, 1, 0, 1, 0]
- --- Converting array [0, 0, 0, 0, 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, 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, 0, 1, 1, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 0, 0, 0, 1, 1, 0, 0]
- --- Converting array [0, 0, 0, 0, 0, 0, 1, 1, 0, 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, 0] from base 2 to decimal
- --- result  6
- --- Result  [0, 0, 0, 6]
- --- Converting [0, 0, 0, 2, 0, 0, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 0, 0, 1, 0, 0, 0, 1, 0]
- --- Converting array [1, 0, 0, 0, 1, 0, 0, 0, 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, 0, 1] from base 2 to decimal
- --- result  1
- --- Result  [1, 0, 0, 1]
- --- Converting [2, 0, 2, 2, 2, 2, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 1, 1, 0, 1, 1, 1, 0]
- --- Converting array [1, 1, 0, 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, 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 [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, 0, 1, 0, 2, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 1, 1, 0, 1, 0, 0, 0]
- --- Converting array [0, 0, 0, 1, 1, 0, 1, 0, 0, 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, 0] from base 2 to decimal
- --- result  4
- --- Result  [0, 1, 0, 4]
- --- Converting [0, 1, 1, 0, 0, 0, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 1, 1, 0, 0, 0, 0, 1]
- --- Converting array [0, 0, 1, 1, 1, 0, 0, 0, 0, 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, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [0, 3, 0, 0]
- --- Converting [3, 0, 3, 0, 1, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 1, 0, 0, 1, 0, 0, 0]
- --- Converting array [2, 1, 0, 1, 0, 0, 1, 0, 0, 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, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 5, 0, 4]
- --- Converting [2, 0, 0, 0, 2, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 0, 1, 0, 1, 0, 0, 0]
- --- Converting array [1, 1, 0, 0, 1, 0, 1, 0, 0, 0] 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, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [1, 4, 0, 4]
- --- Converting [3, 0, 0, 0, 1, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 0, 0, 0, 1, 1, 0, 0]
- --- Converting array [2, 1, 0, 0, 0, 0, 1, 1, 0, 0] 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [2, 4, 0, 6]
- --- Converting [3, 0, 0, 0, 2, 2, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 0, 1, 0, 1, 1, 0, 0]
- --- Converting array [2, 1, 0, 0, 1, 0, 1, 1, 0, 0] 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [2, 4, 0, 6]
- --- Converting [1, 0, 0, 0, 1, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 0, 0, 0, 1, 1, 0, 0]
- --- Converting array [0, 1, 0, 0, 0, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [0, 4, 0, 6]
- --- Converting [2, 0, 0, 0, 2, 2, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 0, 1, 0, 1, 1, 0, 0]
- --- Converting array [1, 1, 0, 0, 1, 0, 1, 1, 0, 0] 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, 0] from base 2 to decimal
- --- result  6
- --- Result  [1, 4, 0, 6]
- --- Converting [3, 0, 0, 0, 3, 3, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 0, 2, 0, 1, 1, 0, 0]
- --- Converting array [2, 1, 0, 0, 2, 0, 1, 1, 0, 0] 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [2, 4, 0, 6]
- --- Converting [0, 0, 0, 0, 1, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 0, 0, 0, 1, 0, 0, 0]
- --- Converting array [0, 0, 0, 0, 0, 0, 1, 0, 0, 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, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [0, 0, 0, 4]
- --- Converting [0, 0, 0, 0, 2, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 0, 1, 0, 1, 0, 0, 0]
- --- Converting array [0, 0, 0, 0, 1, 0, 1, 0, 0, 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, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [0, 0, 0, 4]
- --- Converting [0, 0, 0, 0, 2, 2, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 0, 1, 0, 1, 1, 0, 0]
- --- Converting array [0, 0, 0, 0, 1, 0, 1, 1, 0, 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, 0] from base 2 to decimal
- --- result  6
- --- Result  [0, 0, 0, 6]
- --- Converting [1, 0, 0, 1, 2, 2, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 0, 1, 0, 1, 1, 1, 0]
- --- Converting array [0, 1, 0, 0, 1, 0, 1, 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 [1, 1, 1] from base 2 to decimal
- --- result  7
- --- Result  [0, 4, 0, 7]
- --- Converting [0, 2, 0, 0, 1, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 0, 0, 0, 1, 1, 0, 0]
- --- Converting array [1, 0, 1, 0, 0, 0, 1, 1, 0, 0] 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [1, 2, 0, 6]
- --- Converting [2, 0, 0, 2, 0, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 0, 0, 0, 0, 1, 0, 0]
- --- Converting array [1, 1, 0, 0, 0, 0, 0, 1, 0, 0] 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 [0, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [1, 4, 0, 2]
- --- Converting [0, 0, 0, 0, 0, 0, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 0, 0, 0, 0, 0, 0, 1]
- --- Converting array [0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 0] from base 2 to decimal
- --- result  0
- --- Result  [0, 0, 0, 0]
- --- Converting [0, 1, 0, 1, 0, 2, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 0, 1, 0, 0, 1, 0, 0]
- --- Converting array [0, 0, 1, 0, 1, 0, 0, 1, 0, 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, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [0, 2, 0, 2]
- --- Converting [3, 3, 3, 0, 2, 2, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 1, 1, 0, 1, 1, 1, 0]
- --- Converting array [2, 1, 1, 1, 1, 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 [2, 0, 0, 2, 2, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 0, 1, 0, 1, 0, 0, 0]
- --- Converting array [1, 1, 0, 0, 1, 0, 1, 0, 0, 0] 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, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [1, 4, 0, 4]
- --- Converting [0, 0, 0, 1, 0, 2, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 0, 1, 0, 0, 1, 0, 0]
- --- Converting array [0, 0, 0, 0, 1, 0, 0, 1, 0, 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, 0] from base 2 to decimal
- --- result  2
- --- Result  [0, 0, 0, 2]
- --- Converting [0, 2, 2, 0, 0, 0, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 1, 1, 0, 0, 0, 1, 0]
- --- Converting array [1, 0, 1, 1, 1, 0, 0, 0, 1, 0] 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, 0, 1] from base 2 to decimal
- --- result  1
- --- Result  [1, 3, 0, 1]
- --- Converting [0, 3, 0, 3, 1, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 1, 0, 0, 0, 1, 0, 0, 0]
- --- Converting array [2, 0, 1, 0, 0, 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, 0] from base 2 to decimal
- --- result  2
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 2, 0, 4]
- --- Converting [0, 1, 1, 0, 0, 0, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 1, 1, 0, 0, 0, 1, 0]
- --- Converting array [0, 0, 1, 1, 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, 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, 0, 3, 0, 2, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 0, 1, 1, 0, 1, 0, 0, 0]
- --- Converting array [2, 0, 0, 1, 1, 0, 1, 0, 0, 0] 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 1, 0, 4]
- --- Converting [2, 0, 0, 2, 1, 0, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 0, 0, 0, 1, 0, 0, 1]
- --- Converting array [1, 1, 0, 0, 0, 0, 1, 0, 0, 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, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [1, 4, 0, 4]
- --- Converting [0, 1, 0, 1, 2, 0, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 0, 1, 0, 1, 0, 1, 0]
- --- Converting array [0, 0, 1, 0, 1, 0, 1, 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 [1, 0, 1] from base 2 to decimal
- --- result  5
- --- Result  [0, 2, 0, 5]
- --- Converting [0, 2, 0, 2, 1, 0, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 0, 0, 0, 1, 0, 0, 1]
- --- Converting array [1, 0, 1, 0, 0, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [1, 2, 0, 4]
- --- Converting [3, 0, 0, 3, 1, 1, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 0, 0, 0, 1, 1, 0, 1]
- --- Converting array [2, 1, 0, 0, 0, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [2, 4, 0, 6]
- --- Converting [0, 2, 2, 0, 1, 0, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 1, 0, 0, 1, 0, 0, 1]
- --- Converting array [1, 0, 1, 1, 0, 0, 1, 0, 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, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [1, 3, 0, 4]
- --- Converting [3, 0, 0, 3, 0, 0, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 0, 1, 0, 0, 0, 0, 1]
- --- Converting array [2, 1, 0, 0, 1, 0, 0, 0, 0, 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, 0] from base 2 to decimal
- --- result  0
- --- Result  [2, 4, 0, 0]
- --- Converting [1, 1, 1, 1, 0, 1, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 1, 0, 0, 0, 1, 0, 1]
- --- Converting array [0, 1, 1, 1, 0, 0, 0, 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 [0, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [0, 7, 0, 2]
- --- Converting [2, 2, 2, 0, 0, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 1, 0, 0, 0, 0, 0, 0]
- --- Converting array [1, 1, 1, 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, 1, 1] from base 2 to decimal
- --- result  7
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [0, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [1, 7, 0, 0]
- --- Converting [2, 0, 2, 0, 0, 0, 2, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 1, 1, 0, 0, 0, 1, 1]
- --- Converting array [1, 1, 0, 1, 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, 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  [1, 5, 0, 1]
- --- Converting [0, 0, 1, 1, 2, 2, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 1, 1, 0, 1, 1, 0, 0]
- --- Converting array [0, 0, 0, 1, 1, 0, 1, 1, 0, 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, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [0, 1, 0, 6]
- --- Converting [2, 2, 2, 2, 2, 2, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 1, 1, 0, 1, 1, 0, 0]
- --- Converting array [1, 1, 1, 1, 1, 0, 1, 1, 0, 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, 0] from base 2 to decimal
- --- result  6
- --- Result  [1, 7, 0, 6]
- --- Converting [1, 0, 1, 1, 0, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 1, 0, 0, 0, 1, 0, 0]
- --- Converting array [0, 1, 0, 1, 0, 0, 0, 1, 0, 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, 0] from base 2 to decimal
- --- result  2
- --- Result  [0, 5, 0, 2]
- --- Converting [0, 0, 3, 3, 2, 2, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 0, 1, 1, 0, 1, 1, 0, 0]
- --- Converting array [2, 0, 0, 1, 1, 0, 1, 1, 0, 0] 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [2, 1, 0, 6]
- --- Converting [0, 1, 0, 1, 0, 3, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 0, 2, 0, 0, 1, 1, 0]
- --- Converting array [0, 0, 1, 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, 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  [0, 2, 0, 3]
- --- Converting [0, 1, 0, 0, 0, 2, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 0, 1, 0, 0, 1, 0, 0]
- --- Converting array [0, 0, 1, 0, 1, 0, 0, 1, 0, 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, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [0, 2, 0, 2]
- --- Converting [1, 1, 0, 1, 2, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 0, 1, 0, 1, 0, 0, 0]
- --- Converting array [0, 1, 1, 0, 1, 0, 1, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [0, 6, 0, 4]
- --- Converting [0, 3, 3, 3, 0, 0, 1, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 1, 1, 0, 0, 0, 0, 1, 1]
- --- Converting array [2, 0, 1, 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 [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  [2, 3, 0, 1]
- --- Converting [1, 0, 1, 1, 3, 3, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 1, 2, 0, 1, 1, 1, 0]
- --- Converting array [0, 1, 0, 1, 2, 0, 1, 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 [1, 1, 1] from base 2 to decimal
- --- result  7
- --- Result  [0, 5, 0, 7]
- --- Converting [1, 0, 1, 1, 3, 0, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 1, 2, 0, 1, 0, 1, 0]
- --- Converting array [0, 1, 0, 1, 2, 0, 1, 0, 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 [1, 0, 1] from base 2 to decimal
- --- result  5
- --- Result  [0, 5, 0, 5]
- --- Converting [0, 0, 1, 0, 0, 1, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 1, 0, 0, 0, 1, 0, 1]
- --- Converting array [0, 0, 0, 1, 0, 0, 0, 1, 0, 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, 0] from base 2 to decimal
- --- result  2
- --- Result  [0, 1, 0, 2]
- --- 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, 0, 1, 1, 3, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 1, 2, 0, 1, 0, 0, 0]
- --- Converting array [0, 0, 0, 1, 2, 0, 1, 0, 0, 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, 0] from base 2 to decimal
- --- result  4
- --- Result  [0, 1, 0, 4]
- --- Converting [0, 0, 2, 0, 2, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 0, 1, 1, 0, 1, 0, 0, 0]
- --- Converting array [1, 0, 0, 1, 1, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [1, 1, 0, 4]
- --- Converting [3, 3, 0, 3, 1, 0, 1, 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 [3, 0, 0, 0, 2, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 0, 1, 0, 1, 0, 0, 0]
- --- Converting array [2, 1, 0, 0, 1, 0, 1, 0, 0, 0] 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 4, 0, 4]
- --- Converting [0, 1, 1, 0, 1, 0, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 1, 0, 0, 1, 0, 0, 1]
- --- Converting array [0, 0, 1, 1, 0, 0, 1, 0, 0, 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, 0] from base 2 to decimal
- --- result  4
- --- Result  [0, 3, 0, 4]
- --- Converting [3, 3, 3, 0, 2, 2, 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, 0, 1, 1, 2, 2, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 1, 1, 0, 1, 1, 0, 0]
- --- Converting array [0, 1, 0, 1, 1, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [0, 5, 0, 6]
- --- Converting [0, 2, 2, 2, 0, 3, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 1, 2, 0, 0, 1, 0, 0]
- --- Converting array [1, 0, 1, 1, 2, 0, 0, 1, 0, 0] 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, 0] from base 2 to decimal
- --- result  2
- --- Result  [1, 3, 0, 2]
- --- Converting [0, 0, 1, 1, 2, 0, 2, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 1, 1, 0, 1, 0, 1, 1]
- --- Converting array [0, 0, 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 [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 [3, 0, 0, 3, 3, 3, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 0, 2, 0, 1, 1, 1, 0]
- --- Converting array [2, 1, 0, 0, 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, 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  [2, 4, 0, 7]
- --- Converting [0, 1, 1, 0, 0, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 1, 0, 0, 0, 1, 0, 0]
- --- Converting array [0, 0, 1, 1, 0, 0, 0, 1, 0, 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, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [0, 3, 0, 2]
- --- Converting [0, 2, 0, 0, 0, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 0, 0, 0, 0, 1, 0, 0]
- --- Converting array [1, 0, 1, 0, 0, 0, 0, 1, 0, 0] 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, 0] from base 2 to decimal
- --- result  2
- --- Result  [1, 2, 0, 2]
- --- Converting [2, 2, 2, 0, 3, 3, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 1, 2, 0, 1, 1, 1, 0]
- --- Converting array [1, 1, 1, 1, 2, 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 [0, 0, 2, 0, 2, 2, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 0, 1, 1, 0, 1, 1, 1, 0]
- --- Converting array [1, 0, 0, 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 [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]
- --- 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 [0, 0, 0, 2, 3, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 0, 0, 2, 0, 1, 0, 0, 0]
- --- Converting array [1, 0, 0, 0, 2, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [1, 0, 0, 4]
- --- Converting [2, 0, 2, 0, 3, 0, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 1, 2, 0, 1, 0, 1, 0]
- --- Converting array [1, 1, 0, 1, 2, 0, 1, 0, 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 [1, 0, 1] from base 2 to decimal
- --- result  5
- --- Result  [1, 5, 0, 5]
- --- Converting [1, 0, 0, 1, 2, 0, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 0, 1, 0, 1, 0, 0, 1]
- --- Converting array [0, 1, 0, 0, 1, 0, 1, 0, 0, 1] 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [0, 4, 0, 4]
- --- Converting [0, 3, 3, 3, 0, 0, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 1, 1, 2, 0, 0, 0, 1, 0]
- --- Converting array [2, 0, 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 [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  [2, 3, 0, 1]
- --- Converting [2, 0, 2, 2, 2, 2, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 1, 1, 0, 1, 1, 0, 0]
- --- Converting array [1, 1, 0, 1, 1, 0, 1, 1, 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [1, 5, 0, 6]
- --- Converting [0, 0, 2, 0, 1, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 0, 1, 0, 0, 1, 1, 0, 0]
- --- Converting array [1, 0, 0, 1, 0, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [1, 1, 0, 6]
- --- Converting [1, 1, 1, 0, 3, 3, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 1, 2, 0, 1, 1, 1, 0]
- --- Converting array [0, 1, 1, 1, 2, 0, 1, 1, 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, 1, 1] from base 2 to decimal
- --- result  7
- --- Result  [0, 7, 0, 7]
- --- Converting [0, 1, 1, 1, 2, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 1, 1, 0, 1, 0, 0, 0]
- --- Converting array [0, 0, 1, 1, 1, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [0, 3, 0, 4]
- --- Converting [0, 0, 3, 3, 0, 2, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 0, 1, 1, 0, 0, 1, 1, 0]
- --- Converting array [2, 0, 0, 1, 1, 0, 0, 1, 1, 0] 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 [2, 0, 2, 2, 1, 0, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 1, 0, 0, 1, 0, 0, 1]
- --- Converting array [1, 1, 0, 1, 0, 0, 1, 0, 0, 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, 0] from base 2 to decimal
- --- result  4
- --- Result  [1, 5, 0, 4]
- --- Converting [0, 0, 0, 3, 0, 0, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 0, 0, 0, 0, 0, 0, 0, 1]
- --- Converting array [2, 0, 0, 0, 0, 0, 0, 0, 0, 1] 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 [0, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [2, 0, 0, 0]
- --- Converting [3, 0, 3, 3, 1, 0, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 1, 0, 0, 1, 0, 1, 0]
- --- Converting array [2, 1, 0, 1, 0, 0, 1, 0, 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, 0, 1] from base 2 to decimal
- --- result  5
- --- Result  [2, 5, 0, 5]
- --- Converting [3, 3, 3, 3, 2, 2, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 1, 1, 0, 1, 1, 1, 0]
- --- Converting array [2, 1, 1, 1, 1, 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 [2, 2, 2, 0, 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 [0, 0, 2, 2, 0, 2, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 0, 1, 1, 0, 0, 1, 1, 0]
- --- Converting array [1, 0, 0, 1, 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, 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 [2, 0, 2, 2, 0, 0, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 1, 1, 0, 0, 0, 1, 0]
- --- Converting array [1, 1, 0, 1, 1, 0, 0, 0, 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, 0, 1] from base 2 to decimal
- --- result  1
- --- Result  [1, 5, 0, 1]
- --- Converting [1, 0, 0, 1, 0, 0, 1, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 0, 0, 0, 0, 0, 1, 1]
- --- Converting array [0, 1, 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 [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, 3, 3, 3, 1, 1, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 1, 1, 0, 0, 1, 1, 1, 0]
- --- Converting array [2, 0, 1, 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 [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 [0, 3, 3, 0, 2, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 1, 1, 1, 0, 1, 0, 0, 0]
- --- Converting array [2, 0, 1, 1, 1, 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 [3, 3, 3, 0, 1, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 1, 0, 0, 1, 0, 0, 0]
- --- Converting array [2, 1, 1, 1, 0, 0, 1, 0, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 7, 0, 4]
- --- Converting [3, 3, 3, 0, 3, 3, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 1, 2, 0, 1, 1, 0, 0]
- --- Converting array [2, 1, 1, 1, 2, 0, 1, 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [2, 7, 0, 6]
- --- Converting [0, 0, 0, 0, 0, 2, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 0, 1, 0, 0, 1, 0, 1]
- --- Converting array [0, 0, 0, 0, 1, 0, 0, 1, 0, 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, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [0, 0, 0, 2]
- --- Converting [0, 1, 0, 0, 0, 0, 1, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 0, 0, 0, 0, 0, 1, 1]
- --- Converting array [0, 0, 1, 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, 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 [0, 1, 0, 0, 1, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 0, 0, 0, 1, 1, 0, 0]
- --- Converting array [0, 0, 1, 0, 0, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [0, 2, 0, 6]
- --- Converting [2, 0, 0, 2, 3, 0, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 0, 2, 0, 1, 0, 1, 0]
- --- Converting array [1, 1, 0, 0, 2, 0, 1, 0, 1, 0] 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, 0, 1] from base 2 to decimal
- --- result  5
- --- Result  [1, 4, 0, 5]
- --- Converting [1, 1, 0, 1, 0, 0, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 0, 0, 0, 0, 0, 1, 0]
- --- Converting array [0, 1, 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 [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, 2, 0, 3, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 0, 1, 2, 0, 1, 0, 0, 0]
- --- Converting array [1, 0, 0, 1, 2, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [1, 1, 0, 4]
- --- Converting [3, 0, 3, 3, 1, 1, 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, 2, 0, 0, 0, 0, 1, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 0, 0, 0, 0, 0, 1, 1]
- --- Converting array [1, 1, 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 [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, 0, 0, 3, 0, 3, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 0, 2, 0, 0, 1, 1, 0]
- --- Converting array [2, 1, 0, 0, 2, 0, 0, 1, 1, 0] 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, 1, 1] from base 2 to decimal
- --- result  3
- --- Result  [2, 4, 0, 3]
- --- Converting [0, 0, 3, 0, 0, 3, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 0, 1, 2, 0, 0, 1, 0, 0]
- --- Converting array [2, 0, 0, 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 [0, 0, 1] from base 2 to decimal
- --- result  1
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [0, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [2, 1, 0, 2]
- --- Converting [0, 1, 0, 1, 1, 1, 1, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 0, 0, 0, 1, 1, 1, 1]
- --- Converting array [0, 0, 1, 0, 0, 0, 1, 1, 1, 1] 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 [1, 1, 1] from base 2 to decimal
- --- result  7
- --- Result  [0, 2, 0, 7]
- --- Converting [0, 0, 1, 0, 1, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 1, 0, 0, 1, 0, 0, 0]
- --- Converting array [0, 0, 0, 1, 0, 0, 1, 0, 0, 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, 0] from base 2 to decimal
- --- result  4
- --- Result  [0, 1, 0, 4]
- --- Converting [2, 2, 2, 0, 3, 0, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 1, 2, 0, 1, 0, 1, 0]
- --- Converting array [1, 1, 1, 1, 2, 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 [0, 3, 0, 0, 1, 0, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 1, 0, 0, 0, 1, 0, 1, 0]
- --- Converting array [2, 0, 1, 0, 0, 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, 0] from base 2 to decimal
- --- result  2
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [1, 0, 1] from base 2 to decimal
- --- result  5
- --- Result  [2, 2, 0, 5]
- --- Converting [2, 2, 2, 2, 0, 0, 1, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 1, 0, 0, 0, 0, 1, 1]
- --- Converting array [1, 1, 1, 1, 0, 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, 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  [1, 7, 0, 1]
- --- Converting [3, 0, 0, 3, 0, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 0, 0, 0, 0, 1, 0, 0]
- --- Converting array [2, 1, 0, 0, 0, 0, 0, 1, 0, 0] 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, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [2, 4, 0, 2]
- --- Converting [1, 1, 1, 1, 0, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 1, 0, 0, 0, 1, 0, 0]
- --- Converting array [0, 1, 1, 1, 0, 0, 0, 1, 0, 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 [0, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [0, 7, 0, 2]
- --- Converting [0, 0, 2, 2, 1, 1, 1, 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]
- --- Converting [3, 0, 3, 0, 3, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 1, 2, 0, 1, 0, 0, 0]
- --- Converting array [2, 1, 0, 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 [1, 0, 1] from base 2 to decimal
- --- result  5
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 5, 0, 4]
- --- Converting [2, 2, 0, 0, 0, 2, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 0, 1, 0, 0, 1, 0, 0]
- --- Converting array [1, 1, 1, 0, 1, 0, 0, 1, 0, 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, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [1, 6, 0, 2]
- --- Converting [0, 3, 3, 0, 0, 2, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 1, 1, 1, 0, 0, 1, 0, 1]
- --- Converting array [2, 0, 1, 1, 1, 0, 0, 1, 0, 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 [0, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [2, 3, 0, 2]
- --- Converting [2, 2, 0, 0, 0, 1, 1, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 0, 0, 0, 0, 1, 1, 1]
- --- Converting array [1, 1, 1, 0, 0, 0, 0, 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 [0, 1, 1] from base 2 to decimal
- --- result  3
- --- Result  [1, 6, 0, 3]
- --- Converting [2, 0, 2, 2, 1, 1, 1, 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, 0, 0, 3, 3, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 0, 2, 0, 1, 1, 1, 0]
- --- Converting array [0, 0, 1, 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, 1, 0] from base 2 to decimal
- --- result  2
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [1, 1, 1] from base 2 to decimal
- --- result  7
- --- Result  [0, 2, 0, 7]
- --- Converting [0, 0, 1, 1, 1, 0, 1, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 1, 0, 0, 1, 0, 1, 1]
- --- Converting array [0, 0, 0, 1, 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, 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, 3, 3, 3, 0, 2, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 1, 1, 1, 0, 0, 1, 1, 0]
- --- Converting array [2, 0, 1, 1, 1, 0, 0, 1, 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 [0, 1, 1] from base 2 to decimal
- --- result  3
- --- Result  [2, 3, 0, 3]
- --- Converting [3, 0, 3, 3, 0, 0, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 1, 2, 0, 0, 0, 1, 0]
- --- Converting array [2, 1, 0, 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, 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, 0, 0, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 1, 1, 0, 0, 0, 0, 1]
- --- Converting array [1, 1, 1, 1, 1, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [1, 7, 0, 0]
- --- Converting [0, 2, 0, 2, 0, 3, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 0, 2, 0, 0, 1, 1, 0]
- --- Converting array [1, 0, 1, 0, 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, 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, 2, 2, 0, 2, 2, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 1, 1, 0, 1, 1, 0, 0]
- --- Converting array [1, 0, 1, 1, 1, 0, 1, 1, 0, 0] 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, 0, 0, 0, 2, 0, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 0, 1, 0, 1, 0, 1, 0]
- --- Converting array [0, 0, 0, 0, 1, 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, 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, 3, 3, 3, 2, 2, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 1, 1, 1, 0, 1, 1, 0, 0]
- --- Converting array [2, 0, 1, 1, 1, 0, 1, 1, 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, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [2, 3, 0, 6]
- --- Converting [0, 0, 0, 0, 0, 3, 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, 0, 0, 0, 0, 0, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 0, 2, 0, 0, 0, 1, 0]
- --- Converting array [1, 1, 0, 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, 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  [1, 4, 0, 1]
- --- Converting [3, 3, 3, 0, 0, 0, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 1, 1, 0, 0, 0, 0, 1]
- --- Converting array [2, 1, 1, 1, 1, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [2, 7, 0, 0]
- --- Converting [0, 3, 3, 3, 3, 0, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 1, 1, 2, 0, 1, 0, 1, 0]
- --- Converting array [2, 0, 1, 1, 2, 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 [1, 1, 1, 0, 1, 0, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 1, 0, 0, 1, 0, 1, 0]
- --- Converting array [0, 1, 1, 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 [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 [2, 0, 0, 0, 2, 2, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 0, 1, 0, 1, 1, 0, 0]
- --- Converting array [1, 1, 0, 0, 1, 0, 1, 1, 0, 0] 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, 0] from base 2 to decimal
- --- result  6
- --- Result  [1, 4, 0, 6]
- --- Converting [1, 1, 0, 1, 2, 0, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 0, 1, 0, 1, 0, 0, 1]
- --- Converting array [0, 1, 1, 0, 1, 0, 1, 0, 0, 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, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [0, 6, 0, 4]
- --- Converting [1, 1, 1, 1, 0, 1, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 1, 0, 0, 0, 1, 0, 1]
- --- Converting array [0, 1, 1, 1, 0, 0, 0, 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 [0, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [0, 7, 0, 2]
- --- Converting [0, 1, 0, 0, 3, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 0, 2, 0, 1, 0, 0, 0]
- --- Converting array [0, 0, 1, 0, 2, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [0, 2, 0, 4]
- --- Converting [2, 0, 2, 0, 1, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 1, 0, 0, 1, 0, 0, 0]
- --- Converting array [1, 1, 0, 1, 0, 0, 1, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [1, 5, 0, 4]
- --- Converting [0, 2, 0, 2, 0, 2, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 0, 1, 0, 0, 1, 0, 0]
- --- Converting array [1, 0, 1, 0, 1, 0, 0, 1, 0, 0] 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, 0] from base 2 to decimal
- --- result  2
- --- Result  [1, 2, 0, 2]
- --- Converting [0, 3, 0, 0, 0, 0, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 1, 0, 0, 0, 0, 0, 1, 0]
- --- Converting array [2, 0, 1, 0, 0, 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, 0, 3, 3, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 0, 2, 0, 1, 1, 1, 0]
- --- Converting array [1, 0, 1, 0, 2, 0, 1, 1, 1, 0] 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 [1, 1, 1] from base 2 to decimal
- --- result  7
- --- Result  [1, 2, 0, 7]
- --- Converting [3, 3, 3, 3, 1, 1, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 1, 0, 0, 1, 1, 0, 1]
- --- Converting array [2, 1, 1, 1, 0, 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 [3, 3, 3, 3, 3, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 1, 2, 0, 1, 0, 0, 0]
- --- Converting array [2, 1, 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 [1, 1, 1] from base 2 to decimal
- --- result  7
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 7, 0, 4]
- --- Converting [2, 0, 0, 0, 0, 0, 2, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 0, 1, 0, 0, 0, 1, 1]
- --- Converting array [1, 1, 0, 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, 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  [1, 4, 0, 1]
- --- Converting [1, 0, 1, 0, 2, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 1, 1, 0, 1, 0, 0, 0]
- --- Converting array [0, 1, 0, 1, 1, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [0, 5, 0, 4]
- --- Converting [3, 0, 3, 0, 2, 0, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 1, 1, 0, 1, 0, 0, 1]
- --- Converting array [2, 1, 0, 1, 1, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 5, 0, 4]
- --- Converting [0, 0, 3, 3, 0, 0, 1, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 0, 1, 0, 0, 0, 0, 1, 1]
- --- Converting array [2, 0, 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 [0, 0, 1] from base 2 to decimal
- --- result  1
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [0, 0, 1] from base 2 to decimal
- --- result  1
- --- Result  [2, 1, 0, 1]
- --- Converting [3, 0, 3, 0, 1, 0, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 1, 0, 0, 1, 0, 0, 1]
- --- Converting array [2, 1, 0, 1, 0, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 5, 0, 4]
- --- Converting [0, 0, 1, 0, 0, 0, 1, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 1, 0, 0, 0, 0, 1, 1]
- --- Converting array [0, 0, 0, 1, 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, 1] from base 2 to decimal
- --- result  1
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [0, 0, 1] from base 2 to decimal
- --- result  1
- --- Result  [0, 1, 0, 1]
- --- Converting [2, 2, 2, 0, 0, 3, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 1, 2, 0, 0, 1, 1, 0]
- --- Converting array [1, 1, 1, 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, 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 [2, 0, 0, 2, 0, 0, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 0, 0, 0, 0, 0, 1, 0]
- --- Converting array [1, 1, 0, 0, 0, 0, 0, 0, 1, 0] 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 [0, 0, 1] from base 2 to decimal
- --- result  1
- --- Result  [1, 4, 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, 2, 0, 0, 0, 0, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 0, 0, 0, 0, 0, 1, 0]
- --- Converting array [1, 0, 1, 0, 0, 0, 0, 0, 1, 0] 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, 0, 2, 2, 0, 3, 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 [0, 0, 2, 2, 1, 1, 1, 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]
- --- Converting [2, 2, 2, 0, 0, 3, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 1, 2, 0, 0, 1, 0, 0]
- --- Converting array [1, 1, 1, 1, 2, 0, 0, 1, 0, 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, 0] from base 2 to decimal
- --- result  2
- --- Result  [1, 7, 0, 2]
- --- Converting [3, 3, 3, 0, 0, 1, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 1, 0, 0, 0, 1, 0, 1]
- --- Converting array [2, 1, 1, 1, 0, 0, 0, 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 [0, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [2, 7, 0, 2]
- --- Converting [0, 0, 0, 1, 0, 2, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 0, 1, 0, 0, 1, 1, 0]
- --- Converting array [0, 0, 0, 0, 1, 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 [1, 1, 0, 0, 0, 0, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 0, 1, 0, 0, 0, 1, 0]
- --- Converting array [0, 1, 1, 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 [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 [1, 1, 0, 0, 1, 0, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 0, 0, 0, 1, 0, 0, 1]
- --- Converting array [0, 1, 1, 0, 0, 0, 1, 0, 0, 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, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [0, 6, 0, 4]
- --- Converting [0, 2, 2, 0, 2, 0, 2, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 1, 1, 0, 1, 0, 1, 1]
- --- Converting array [1, 0, 1, 1, 1, 0, 1, 0, 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, 0, 1] from base 2 to decimal
- --- result  5
- --- Result  [1, 3, 0, 5]
- --- Converting [3, 0, 0, 0, 0, 0, 1, 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 [1, 1, 1, 1, 2, 0, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 1, 1, 0, 1, 0, 0, 1]
- --- Converting array [0, 1, 1, 1, 1, 0, 1, 0, 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, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [0, 7, 0, 4]
- --- Converting [2, 0, 0, 0, 1, 0, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 0, 0, 0, 1, 0, 0, 1]
- --- Converting array [1, 1, 0, 0, 0, 0, 1, 0, 0, 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, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [1, 4, 0, 4]
- --- Converting [2, 0, 2, 0, 0, 2, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 1, 1, 0, 0, 1, 1, 0]
- --- Converting array [1, 1, 0, 1, 1, 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 [2, 0, 2, 0, 0, 0, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 1, 2, 0, 0, 0, 1, 0]
- --- Converting array [1, 1, 0, 1, 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, 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  [1, 5, 0, 1]
- --- Converting [1, 1, 1, 1, 3, 3, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 1, 2, 0, 1, 1, 1, 0]
- --- Converting array [0, 1, 1, 1, 2, 0, 1, 1, 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, 1, 1] from base 2 to decimal
- --- result  7
- --- Result  [0, 7, 0, 7]
- --- Converting [0, 2, 2, 2, 2, 2, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 1, 1, 0, 1, 1, 1, 0]
- --- Converting array [1, 0, 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 [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, 3, 0, 3, 0, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 1, 0, 0, 0, 0, 1, 0, 0]
- --- Converting array [2, 0, 1, 0, 0, 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, 1, 0, 0, 0, 2, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 0, 1, 0, 0, 1, 0, 0]
- --- Converting array [0, 0, 1, 0, 1, 0, 0, 1, 0, 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, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [0, 2, 0, 2]
- --- Converting [2, 2, 0, 0, 0, 0, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 0, 1, 0, 0, 0, 0, 1]
- --- Converting array [1, 1, 1, 0, 1, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [1, 6, 0, 0]
- --- Converting [2, 2, 0, 0, 1, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 0, 0, 0, 1, 0, 0, 0]
- --- Converting array [1, 1, 1, 0, 0, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [1, 6, 0, 4]
- --- Converting [3, 3, 3, 3, 1, 1, 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 [0, 2, 2, 2, 1, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 1, 0, 0, 1, 0, 0, 0]
- --- Converting array [1, 0, 1, 1, 0, 0, 1, 0, 0, 0] 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, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [1, 3, 0, 4]
- --- Converting [2, 2, 0, 0, 2, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 0, 1, 0, 1, 0, 0, 0]
- --- Converting array [1, 1, 1, 0, 1, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [1, 6, 0, 4]
- --- Converting [0, 3, 3, 0, 0, 3, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 1, 1, 2, 0, 0, 1, 0, 0]
- --- Converting array [2, 0, 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 [0, 1, 1] from base 2 to decimal
- --- result  3
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [0, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [2, 3, 0, 2]
- --- Converting [0, 3, 0, 0, 0, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 1, 0, 0, 0, 0, 0, 0, 0]
- --- Converting array [2, 0, 1, 0, 0, 0, 0, 0, 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, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [2, 2, 0, 0]
- --- Converting [3, 0, 3, 0, 0, 1, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 1, 0, 0, 0, 1, 1, 0]
- --- Converting array [2, 1, 0, 1, 0, 0, 0, 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 [0, 1, 1] from base 2 to decimal
- --- result  3
- --- Result  [2, 5, 0, 3]
- --- Converting [1, 1, 0, 0, 1, 0, 1, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 0, 0, 0, 1, 0, 1, 1]
- --- Converting array [0, 1, 1, 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 [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  [0, 6, 0, 5]
- --- Converting [3, 3, 0, 3, 0, 1, 1, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 0, 0, 0, 0, 1, 1, 1]
- --- Converting array [2, 1, 1, 0, 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, 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 [3, 0, 0, 3, 0, 2, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 0, 1, 0, 0, 1, 1, 0]
- --- Converting array [2, 1, 0, 0, 1, 0, 0, 1, 1, 0] 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, 1, 1] from base 2 to decimal
- --- result  3
- --- Result  [2, 4, 0, 3]
- --- Converting [1, 0, 0, 0, 0, 2, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 0, 1, 0, 0, 1, 0, 1]
- --- Converting array [0, 1, 0, 0, 1, 0, 0, 1, 0, 1] 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, 0] from base 2 to decimal
- --- result  2
- --- Result  [0, 4, 0, 2]
- --- Converting [1, 0, 0, 0, 0, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 0, 0, 0, 0, 1, 0, 0]
- --- Converting array [0, 1, 0, 0, 0, 0, 0, 1, 0, 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, 0] from base 2 to decimal
- --- result  2
- --- Result  [0, 4, 0, 2]
- --- Converting [0, 0, 3, 0, 2, 2, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 0, 1, 1, 0, 1, 1, 0, 0]
- --- Converting array [2, 0, 0, 1, 1, 0, 1, 1, 0, 0] 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [2, 1, 0, 6]
- --- Converting [0, 2, 0, 2, 0, 0, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 0, 0, 0, 0, 0, 0, 1]
- --- Converting array [1, 0, 1, 0, 0, 0, 0, 0, 0, 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, 0] from base 2 to decimal
- --- result  0
- --- Result  [1, 2, 0, 0]
- --- Converting [0, 3, 3, 3, 0, 0, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 1, 1, 1, 0, 0, 0, 0, 1]
- --- Converting array [2, 0, 1, 1, 1, 0, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [2, 3, 0, 0]
- --- Converting [3, 3, 3, 3, 0, 0, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 1, 0, 0, 0, 0, 0, 1]
- --- Converting array [2, 1, 1, 1, 0, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [2, 7, 0, 0]
- --- Converting [1, 0, 0, 0, 2, 2, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 0, 1, 0, 1, 1, 0, 0]
- --- Converting array [0, 1, 0, 0, 1, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [0, 4, 0, 6]
- --- Converting [1, 1, 0, 0, 3, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 0, 2, 0, 1, 0, 0, 0]
- --- Converting array [0, 1, 1, 0, 2, 0, 1, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [0, 6, 0, 4]
- --- Converting [0, 0, 2, 0, 1, 1, 1, 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]
- --- Converting [3, 0, 3, 0, 1, 1, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 1, 0, 0, 1, 1, 0, 1]
- --- Converting array [2, 1, 0, 1, 0, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [2, 5, 0, 6]
- --- Converting [0, 0, 0, 2, 0, 1, 1, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 0, 0, 0, 0, 0, 1, 1, 1]
- --- Converting array [1, 0, 0, 0, 0, 0, 0, 1, 1, 1] 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, 0, 1, 1, 0, 3, 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, 0, 1, 1, 1, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 0, 0, 0, 1, 1, 1, 1]
- --- Converting array [0, 0, 0, 0, 0, 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 [1, 0, 1, 1, 3, 0, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 1, 2, 0, 1, 0, 1, 0]
- --- Converting array [0, 1, 0, 1, 2, 0, 1, 0, 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 [1, 0, 1] from base 2 to decimal
- --- result  5
- --- Result  [0, 5, 0, 5]
- --- Converting [3, 0, 3, 3, 0, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 1, 0, 0, 0, 1, 0, 0]
- --- Converting array [2, 1, 0, 1, 0, 0, 0, 1, 0, 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 [0, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [2, 5, 0, 2]
- --- Converting [3, 0, 3, 0, 0, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 1, 0, 0, 0, 0, 0, 0]
- --- Converting array [2, 1, 0, 1, 0, 0, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [2, 5, 0, 0]
- --- Converting [0, 1, 1, 1, 0, 0, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 1, 0, 0, 0, 0, 0, 1]
- --- Converting array [0, 0, 1, 1, 0, 0, 0, 0, 0, 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, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [0, 3, 0, 0]
- --- Converting [0, 0, 1, 1, 0, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 1, 0, 0, 0, 0, 0, 0]
- --- Converting array [0, 0, 0, 1, 0, 0, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [0, 1, 0, 0]
- --- Converting [1, 1, 1, 1, 3, 3, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 1, 2, 0, 1, 1, 0, 0]
- --- Converting array [0, 1, 1, 1, 2, 0, 1, 1, 0, 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, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [0, 7, 0, 6]
- --- Converting [0, 0, 1, 0, 0, 2, 2, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 1, 1, 0, 0, 1, 1, 1]
- --- Converting array [0, 0, 0, 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 [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, 0, 2, 3, 3, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 0, 0, 2, 0, 1, 1, 1, 0]
- --- Converting array [1, 0, 0, 0, 2, 0, 1, 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 [1, 1, 1] from base 2 to decimal
- --- result  7
- --- Result  [1, 0, 0, 7]
- --- Converting [1, 0, 1, 1, 0, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 1, 0, 0, 0, 1, 0, 0]
- --- Converting array [0, 1, 0, 1, 0, 0, 0, 1, 0, 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, 0] from base 2 to decimal
- --- result  2
- --- Result  [0, 5, 0, 2]
- --- Converting [1, 0, 1, 1, 3, 3, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 1, 2, 0, 1, 1, 1, 0]
- --- Converting array [0, 1, 0, 1, 2, 0, 1, 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 [1, 1, 1] from base 2 to decimal
- --- result  7
- --- Result  [0, 5, 0, 7]
- --- Converting [3, 0, 0, 0, 0, 0, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 0, 0, 0, 0, 0, 0, 1]
- --- Converting array [2, 1, 0, 0, 0, 0, 0, 0, 0, 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, 0] from base 2 to decimal
- --- result  0
- --- Result  [2, 4, 0, 0]
- --- Converting [1, 0, 1, 1, 0, 0, 1, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 1, 0, 0, 0, 0, 1, 1]
- --- Converting array [0, 1, 0, 1, 0, 0, 0, 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 [0, 0, 1] from base 2 to decimal
- --- result  1
- --- Result  [0, 5, 0, 1]
- --- Converting [0, 0, 2, 2, 1, 1, 1, 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]
- --- Converting [0, 2, 2, 0, 2, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 1, 1, 0, 1, 0, 0, 0]
- --- Converting array [1, 0, 1, 1, 1, 0, 1, 0, 0, 0] 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, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [1, 3, 0, 4]
- --- Converting [0, 3, 0, 3, 1, 0, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 1, 0, 0, 0, 1, 0, 0, 1]
- --- Converting array [2, 0, 1, 0, 0, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 2, 0, 4]
- --- Converting [0, 0, 2, 2, 3, 3, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 0, 1, 2, 0, 1, 1, 0, 0]
- --- Converting array [1, 0, 0, 1, 2, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [1, 1, 0, 6]
- --- Converting [0, 0, 0, 2, 1, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 0, 0, 0, 0, 1, 0, 0, 0]
- --- Converting array [1, 0, 0, 0, 0, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [1, 0, 0, 4]
- --- Converting [0, 2, 2, 2, 3, 3, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 1, 2, 0, 1, 1, 0, 0]
- --- Converting array [1, 0, 1, 1, 2, 0, 1, 1, 0, 0] 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 [3, 0, 3, 0, 2, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 1, 1, 0, 1, 0, 0, 0]
- --- Converting array [2, 1, 0, 1, 1, 0, 1, 0, 0, 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, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 5, 0, 4]
- --- Converting [1, 1, 0, 0, 0, 1, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 0, 0, 0, 0, 1, 1, 0]
- --- Converting array [0, 1, 1, 0, 0, 0, 0, 1, 1, 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, 1, 1] from base 2 to decimal
- --- result  3
- --- Result  [0, 6, 0, 3]
- --- Converting [1, 1, 0, 0, 3, 3, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 0, 2, 0, 1, 1, 1, 0]
- --- Converting array [0, 1, 1, 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 [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 [1, 0, 0, 1, 3, 0, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 0, 2, 0, 1, 0, 1, 0]
- --- Converting array [0, 1, 0, 0, 2, 0, 1, 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 [1, 0, 1] from base 2 to decimal
- --- result  5
- --- Result  [0, 4, 0, 5]
- --- Converting [0, 1, 0, 0, 1, 0, 1, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 0, 0, 0, 1, 0, 1, 1]
- --- Converting array [0, 0, 1, 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, 1, 0] from base 2 to decimal
- --- result  2
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [1, 0, 1] from base 2 to decimal
- --- result  5
- --- Result  [0, 2, 0, 5]
- --- Converting [0, 3, 3, 0, 0, 0, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 1, 1, 1, 0, 0, 0, 0, 1]
- --- Converting array [2, 0, 1, 1, 1, 0, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [2, 3, 0, 0]
- --- 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 [1, 1, 1, 0, 3, 3, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 1, 2, 0, 1, 1, 1, 0]
- --- Converting array [0, 1, 1, 1, 2, 0, 1, 1, 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, 1, 1] from base 2 to decimal
- --- result  7
- --- Result  [0, 7, 0, 7]
- --- Converting [0, 0, 1, 1, 0, 2, 2, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 1, 1, 0, 0, 1, 1, 1]
- --- Converting array [0, 0, 0, 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 [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 [1, 1, 0, 0, 0, 2, 2, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 0, 1, 0, 0, 1, 1, 1]
- --- Converting array [0, 1, 1, 0, 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, 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  [0, 6, 0, 3]
- --- Converting [1, 0, 0, 1, 3, 3, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 0, 2, 0, 1, 1, 1, 0]
- --- Converting array [0, 1, 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 [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  [0, 4, 0, 7]
- --- Converting [0, 2, 0, 0, 1, 1, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 0, 0, 0, 1, 1, 1, 0]
- --- Converting array [1, 0, 1, 0, 0, 0, 1, 1, 1, 0] 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 [1, 1, 1] from base 2 to decimal
- --- result  7
- --- Result  [1, 2, 0, 7]
- --- Converting [3, 3, 0, 0, 0, 1, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 0, 0, 0, 0, 1, 0, 1]
- --- Converting array [2, 1, 1, 0, 0, 0, 0, 1, 0, 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, 0] from base 2 to decimal
- --- result  2
- --- Result  [2, 6, 0, 2]
- --- Converting [0, 3, 3, 3, 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 [3, 3, 3, 3, 1, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 1, 0, 0, 1, 0, 0, 0]
- --- Converting array [2, 1, 1, 1, 0, 0, 1, 0, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 7, 0, 4]
- --- Converting [2, 0, 2, 0, 1, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 1, 0, 0, 1, 1, 0, 0]
- --- Converting array [1, 1, 0, 1, 0, 0, 1, 1, 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [1, 5, 0, 6]
- --- Converting [0, 3, 0, 3, 1, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 1, 0, 0, 0, 1, 0, 0, 0]
- --- Converting array [2, 0, 1, 0, 0, 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, 0] from base 2 to decimal
- --- result  2
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 2, 0, 4]
- --- Converting [2, 0, 0, 2, 0, 2, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 0, 1, 0, 0, 1, 1, 0]
- --- Converting array [1, 1, 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 [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  [1, 4, 0, 3]
- --- Converting [0, 1, 1, 0, 0, 3, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 1, 2, 0, 0, 1, 0, 0]
- --- Converting array [0, 0, 1, 1, 2, 0, 0, 1, 0, 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, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [0, 3, 0, 2]
- --- Converting [3, 3, 3, 0, 2, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 1, 1, 0, 1, 0, 0, 0]
- --- Converting array [2, 1, 1, 1, 1, 0, 1, 0, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 7, 0, 4]
- --- Converting [0, 0, 0, 3, 0, 0, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 0, 0, 2, 0, 0, 0, 1, 0]
- --- Converting array [2, 0, 0, 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, 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  [2, 0, 0, 1]
- --- Converting [0, 2, 2, 2, 2, 2, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 1, 1, 0, 1, 1, 1, 0]
- --- Converting array [1, 0, 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 [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, 0, 0, 3, 0, 1, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 0, 0, 0, 0, 1, 1, 0]
- --- Converting array [2, 1, 0, 0, 0, 0, 0, 1, 1, 0] 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, 1, 1] from base 2 to decimal
- --- result  3
- --- Result  [2, 4, 0, 3]
- --- Converting [2, 2, 0, 0, 1, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 0, 0, 0, 1, 0, 0, 0]
- --- Converting array [1, 1, 1, 0, 0, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [1, 6, 0, 4]
- --- Converting [0, 2, 0, 0, 1, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 0, 0, 0, 1, 0, 0, 0]
- --- Converting array [1, 0, 1, 0, 0, 0, 1, 0, 0, 0] 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [1, 2, 0, 4]
- --- Converting [1, 1, 0, 1, 1, 1, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 0, 0, 0, 1, 1, 1, 0]
- --- Converting array [0, 1, 1, 0, 0, 0, 1, 1, 1, 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 [1, 1, 1] from base 2 to decimal
- --- result  7
- --- Result  [0, 6, 0, 7]
- --- Converting [2, 0, 0, 2, 1, 1, 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, 0, 0, 3, 3, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 0, 2, 0, 1, 1, 0, 0]
- --- Converting array [1, 1, 1, 0, 2, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [1, 6, 0, 6]
- --- Converting [0, 0, 2, 2, 2, 2, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 0, 1, 1, 0, 1, 1, 1, 0]
- --- Converting array [1, 0, 0, 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 [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]
- --- Converting [0, 1, 0, 1, 0, 2, 2, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 0, 1, 0, 0, 1, 1, 1]
- --- Converting array [0, 0, 1, 0, 1, 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, 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  [0, 2, 0, 3]
- --- Converting [1, 0, 1, 1, 0, 0, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 1, 1, 0, 0, 0, 0, 1]
- --- Converting array [0, 1, 0, 1, 1, 0, 0, 0, 0, 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, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [0, 5, 0, 0]
- --- Converting [0, 3, 3, 0, 1, 0, 1, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 1, 1, 0, 0, 1, 0, 1, 1]
- --- Converting array [2, 0, 1, 1, 0, 0, 1, 0, 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, 0, 1] from base 2 to decimal
- --- result  5
- --- Result  [2, 3, 0, 5]
- --- Converting [1, 1, 1, 0, 1, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 1, 0, 0, 1, 0, 0, 0]
- --- Converting array [0, 1, 1, 1, 0, 0, 1, 0, 0, 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, 0] from base 2 to decimal
- --- result  4
- --- Result  [0, 7, 0, 4]
- --- Converting [3, 3, 0, 0, 2, 2, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 0, 1, 0, 1, 1, 0, 1]
- --- Converting array [2, 1, 1, 0, 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, 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  [2, 6, 0, 6]
- --- Converting [3, 0, 3, 0, 0, 0, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 1, 0, 0, 0, 0, 1, 0]
- --- Converting array [2, 1, 0, 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, 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 [0, 0, 0, 0, 2, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 0, 1, 0, 1, 0, 0, 0]
- --- Converting array [0, 0, 0, 0, 1, 0, 1, 0, 0, 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, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [0, 0, 0, 4]
- --- Converting [0, 2, 2, 2, 1, 1, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 1, 0, 0, 1, 1, 1, 0]
- --- Converting array [1, 0, 1, 1, 0, 0, 1, 1, 1, 0] 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, 0, 0, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 1, 1, 0, 0, 0, 0, 1]
- --- Converting array [1, 0, 1, 1, 1, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [1, 3, 0, 0]
- --- Converting [0, 0, 0, 3, 1, 0, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 0, 0, 0, 0, 1, 0, 0, 1]
- --- Converting array [2, 0, 0, 0, 0, 0, 1, 0, 0, 1] 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, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 0, 0, 4]
- --- Converting [0, 2, 0, 2, 1, 1, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 0, 0, 0, 1, 1, 0, 1]
- --- Converting array [1, 0, 1, 0, 0, 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, 0] from base 2 to decimal
- --- result  2
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [1, 2, 0, 6]
- --- Converting [2, 2, 2, 0, 3, 3, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 1, 2, 0, 1, 1, 1, 0]
- --- Converting array [1, 1, 1, 1, 2, 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, 1, 0, 0, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 1, 1, 0, 0, 0, 0, 1]
- --- Converting array [0, 1, 1, 1, 1, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [0, 7, 0, 0]
- --- Converting [1, 1, 1, 1, 1, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 1, 0, 0, 1, 1, 0, 0]
- --- Converting array [0, 1, 1, 1, 0, 0, 1, 1, 0, 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, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [0, 7, 0, 6]
- --- Converting [1, 0, 1, 1, 1, 1, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 1, 0, 0, 1, 1, 0, 1]
- --- Converting array [0, 1, 0, 1, 0, 0, 1, 1, 0, 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, 0] from base 2 to decimal
- --- result  6
- --- Result  [0, 5, 0, 6]
- --- Converting [0, 0, 0, 0, 0, 0, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 0, 2, 0, 0, 0, 1, 0]
- --- Converting array [0, 0, 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 [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 [3, 0, 3, 3, 2, 2, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 1, 1, 0, 1, 1, 0, 0]
- --- Converting array [2, 1, 0, 1, 1, 0, 1, 1, 0, 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, 0] from base 2 to decimal
- --- result  6
- --- Result  [2, 5, 0, 6]
- --- Converting [0, 1, 1, 0, 0, 0, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 1, 2, 0, 0, 0, 1, 0]
- --- Converting array [0, 0, 1, 1, 2, 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 [3, 0, 3, 0, 2, 2, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 1, 1, 0, 1, 1, 1, 0]
- --- Converting array [2, 1, 0, 1, 1, 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 [3, 3, 3, 0, 0, 2, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 1, 1, 0, 0, 1, 0, 0]
- --- Converting array [2, 1, 1, 1, 1, 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, 3, 3, 3, 0, 2, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 1, 1, 1, 0, 0, 1, 1, 0]
- --- Converting array [2, 0, 1, 1, 1, 0, 0, 1, 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 [0, 1, 1] from base 2 to decimal
- --- result  3
- --- Result  [2, 3, 0, 3]
- --- Converting [0, 3, 0, 0, 0, 0, 2, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 1, 0, 1, 0, 0, 0, 1, 1]
- --- Converting array [2, 0, 1, 0, 1, 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, 2, 0, 0, 1, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 0, 0, 0, 1, 0, 0, 0]
- --- Converting array [1, 0, 1, 0, 0, 0, 1, 0, 0, 0] 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [1, 2, 0, 4]
- --- Converting [3, 3, 0, 3, 1, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 0, 0, 0, 1, 1, 0, 0]
- --- Converting array [2, 1, 1, 0, 0, 0, 1, 1, 0, 0] 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, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [2, 6, 0, 6]
- --- Converting [2, 0, 0, 2, 3, 0, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 0, 2, 0, 1, 0, 1, 0]
- --- Converting array [1, 1, 0, 0, 2, 0, 1, 0, 1, 0] 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, 0, 1] from base 2 to decimal
- --- result  5
- --- Result  [1, 4, 0, 5]
- --- Converting [2, 2, 0, 0, 3, 3, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 0, 2, 0, 1, 1, 0, 0]
- --- Converting array [1, 1, 1, 0, 2, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [1, 6, 0, 6]
- --- Converting [0, 1, 1, 0, 3, 3, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 1, 2, 0, 1, 1, 0, 0]
- --- Converting array [0, 0, 1, 1, 2, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [0, 3, 0, 6]
- --- Converting [0, 2, 0, 0, 0, 2, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 0, 1, 0, 0, 1, 0, 0]
- --- Converting array [1, 0, 1, 0, 1, 0, 0, 1, 0, 0] 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, 0] from base 2 to decimal
- --- result  2
- --- Result  [1, 2, 0, 2]
- --- Converting [0, 2, 2, 0, 0, 0, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 1, 1, 0, 0, 0, 0, 1]
- --- Converting array [1, 0, 1, 1, 1, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [1, 3, 0, 0]
- --- Converting [2, 2, 2, 2, 1, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 1, 0, 0, 1, 1, 0, 0]
- --- Converting array [1, 1, 1, 1, 0, 0, 1, 1, 0, 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, 0] from base 2 to decimal
- --- result  6
- --- Result  [1, 7, 0, 6]
- --- Converting [0, 1, 0, 1, 0, 3, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 0, 2, 0, 0, 1, 0, 0]
- --- Converting array [0, 0, 1, 0, 2, 0, 0, 1, 0, 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, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [0, 2, 0, 2]
- --- Converting [2, 2, 2, 0, 1, 1, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 1, 0, 0, 1, 1, 1, 0]
- --- Converting array [1, 1, 1, 1, 0, 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 [0, 0, 2, 2, 1, 1, 1, 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]
- --- Converting [2, 0, 0, 2, 0, 1, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 0, 0, 0, 0, 1, 1, 0]
- --- Converting array [1, 1, 0, 0, 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, 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  [1, 4, 0, 3]
- --- Converting [2, 0, 2, 0, 0, 0, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 1, 1, 0, 0, 0, 1, 0]
- --- Converting array [1, 1, 0, 1, 1, 0, 0, 0, 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, 0, 1] from base 2 to decimal
- --- result  1
- --- Result  [1, 5, 0, 1]
- --- Converting [0, 1, 1, 1, 0, 0, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 1, 2, 0, 0, 0, 1, 0]
- --- Converting array [0, 0, 1, 1, 2, 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 [2, 0, 0, 2, 0, 0, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 0, 0, 0, 0, 0, 0, 1]
- --- Converting array [1, 1, 0, 0, 0, 0, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [1, 4, 0, 0]
- --- Converting [2, 2, 0, 2, 0, 1, 1, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 0, 0, 0, 0, 1, 1, 1]
- --- Converting array [1, 1, 1, 0, 0, 0, 0, 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 [0, 1, 1] from base 2 to decimal
- --- result  3
- --- Result  [1, 6, 0, 3]
- --- Converting [0, 0, 2, 0, 0, 0, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 0, 1, 1, 0, 0, 0, 1, 0]
- --- Converting array [1, 0, 0, 1, 1, 0, 0, 0, 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, 0, 1] from base 2 to decimal
- --- result  1
- --- Result  [1, 1, 0, 1]
- --- Converting [0, 0, 0, 0, 0, 0, 2, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 0, 1, 0, 0, 0, 1, 1]
- --- Converting array [0, 0, 0, 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 [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, 0, 0, 0, 2, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 0, 1, 0, 0, 1, 0, 0]
- --- Converting array [1, 1, 0, 0, 1, 0, 0, 1, 0, 0] 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 [0, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [1, 4, 0, 2]
- --- Converting [2, 2, 2, 0, 0, 2, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 1, 1, 0, 0, 1, 0, 0]
- --- Converting array [1, 1, 1, 1, 1, 0, 0, 1, 0, 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, 0] from base 2 to decimal
- --- result  2
- --- Result  [1, 7, 0, 2]
- --- Converting [1, 0, 1, 1, 0, 2, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 1, 1, 0, 0, 1, 1, 0]
- --- Converting array [0, 1, 0, 1, 1, 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, 0, 0, 0, 1, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 1, 0, 0, 0, 0, 1, 1]
- --- Converting array [0, 1, 0, 1, 0, 0, 0, 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 [0, 0, 1] from base 2 to decimal
- --- result  1
- --- Result  [0, 5, 0, 1]
- --- Converting [2, 2, 0, 2, 3, 3, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 0, 2, 0, 1, 1, 1, 0]
- --- Converting array [1, 1, 1, 0, 2, 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, 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 [2, 2, 2, 2, 3, 3, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 1, 2, 0, 1, 1, 0, 0]
- --- Converting array [1, 1, 1, 1, 2, 0, 1, 1, 0, 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, 0] from base 2 to decimal
- --- result  6
- --- Result  [1, 7, 0, 6]
- --- Converting [2, 2, 2, 0, 3, 0, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 1, 2, 0, 1, 0, 1, 0]
- --- Converting array [1, 1, 1, 1, 2, 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 [2, 0, 0, 2, 1, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 0, 0, 0, 1, 1, 0, 0]
- --- Converting array [1, 1, 0, 0, 0, 0, 1, 1, 0, 0] 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, 0] from base 2 to decimal
- --- result  6
- --- Result  [1, 4, 0, 6]
- --- Converting [3, 3, 3, 0, 3, 0, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 1, 2, 0, 1, 0, 1, 0]
- --- Converting array [2, 1, 1, 1, 2, 0, 1, 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 [1, 0, 1] from base 2 to decimal
- --- result  5
- --- Result  [2, 7, 0, 5]
- --- Converting [0, 0, 0, 3, 3, 0, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 0, 0, 2, 0, 1, 0, 1, 0]
- --- Converting array [2, 0, 0, 0, 2, 0, 1, 0, 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, 0, 1] from base 2 to decimal
- --- result  5
- --- Result  [2, 0, 0, 5]
- --- Converting [3, 3, 0, 3, 1, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 0, 0, 0, 1, 0, 0, 0]
- --- Converting array [2, 1, 1, 0, 0, 0, 1, 0, 0, 0] 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, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 6, 0, 4]
- --- Converting [1, 1, 1, 0, 0, 0, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 1, 0, 0, 0, 0, 1, 0]
- --- Converting array [0, 1, 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 [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  [0, 7, 0, 1]
- --- Converting [2, 0, 2, 2, 1, 1, 1, 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, 1, 0, 3, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 1, 2, 0, 0, 1, 0, 0]
- --- Converting array [0, 0, 1, 1, 2, 0, 0, 1, 0, 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, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [0, 3, 0, 2]
- --- Converting [1, 0, 0, 1, 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 [2, 2, 2, 0, 0, 0, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 1, 1, 0, 0, 0, 1, 0]
- --- Converting array [1, 1, 1, 1, 1, 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, 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  [1, 7, 0, 1]
- --- Converting [3, 0, 0, 0, 1, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 0, 0, 0, 1, 1, 0, 0]
- --- Converting array [2, 1, 0, 0, 0, 0, 1, 1, 0, 0] 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [2, 4, 0, 6]
- --- Converting [0, 1, 1, 0, 0, 3, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 1, 2, 0, 0, 1, 1, 0]
- --- Converting array [0, 0, 1, 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 [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 [1, 0, 1, 0, 0, 0, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 1, 1, 0, 0, 0, 0, 1]
- --- Converting array [0, 1, 0, 1, 1, 0, 0, 0, 0, 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, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [0, 5, 0, 0]
- --- Converting [2, 2, 2, 0, 3, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 1, 2, 0, 1, 0, 0, 0]
- --- Converting array [1, 1, 1, 1, 2, 0, 1, 0, 0, 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, 0] from base 2 to decimal
- --- result  4
- --- Result  [1, 7, 0, 4]
- --- Converting [0, 0, 2, 2, 2, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 0, 1, 1, 0, 1, 0, 0, 0]
- --- Converting array [1, 0, 0, 1, 1, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [1, 1, 0, 4]
- --- Converting [2, 0, 2, 0, 0, 0, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 1, 0, 0, 0, 0, 1, 0]
- --- Converting array [1, 1, 0, 1, 0, 0, 0, 0, 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, 0, 1] from base 2 to decimal
- --- result  1
- --- Result  [1, 5, 0, 1]
- --- Converting [0, 1, 1, 1, 0, 2, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 1, 1, 0, 0, 1, 0, 0]
- --- Converting array [0, 0, 1, 1, 1, 0, 0, 1, 0, 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, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [0, 3, 0, 2]
- --- Converting [2, 2, 0, 0, 0, 3, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 0, 2, 0, 0, 1, 1, 0]
- --- Converting array [1, 1, 1, 0, 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, 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  [1, 6, 0, 3]
- --- Converting [0, 0, 1, 1, 0, 0, 2, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 1, 1, 0, 0, 0, 1, 1]
- --- Converting array [0, 0, 0, 1, 1, 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, 1] from base 2 to decimal
- --- result  1
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [0, 0, 1] from base 2 to decimal
- --- result  1
- --- Result  [0, 1, 0, 1]
- --- Converting [1, 0, 0, 0, 0, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 0, 0, 0, 0, 0, 0, 0]
- --- Converting array [0, 1, 0, 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, 0, 0] from base 2 to decimal
- --- result  4
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [0, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [0, 4, 0, 0]
- --- Converting [1, 1, 1, 1, 2, 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, 3, 0, 0, 0, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 0, 1, 1, 0, 0, 0, 1, 0]
- --- Converting array [2, 0, 0, 1, 1, 0, 0, 0, 1, 0] 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, 0, 1] from base 2 to decimal
- --- result  1
- --- Result  [2, 1, 0, 1]
- --- Converting [0, 0, 0, 0, 0, 3, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 0, 2, 0, 0, 1, 0, 0]
- --- Converting array [0, 0, 0, 0, 2, 0, 0, 1, 0, 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, 0] from base 2 to decimal
- --- result  2
- --- Result  [0, 0, 0, 2]
- --- Converting [0, 0, 3, 0, 1, 1, 1, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 0, 1, 0, 0, 1, 1, 1, 1]
- --- Converting array [2, 0, 0, 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 [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  [2, 1, 0, 7]
- --- Converting [0, 0, 1, 0, 0, 0, 2, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 1, 1, 0, 0, 0, 1, 1]
- --- Converting array [0, 0, 0, 1, 1, 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, 1] from base 2 to decimal
- --- result  1
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [0, 0, 1] from base 2 to decimal
- --- result  1
- --- Result  [0, 1, 0, 1]
- --- Converting [1, 0, 0, 0, 0, 0, 2, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 0, 1, 0, 0, 0, 1, 1]
- --- Converting array [0, 1, 0, 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, 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 [3, 0, 3, 0, 1, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 1, 0, 0, 1, 1, 0, 0]
- --- Converting array [2, 1, 0, 1, 0, 0, 1, 1, 0, 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, 0] from base 2 to decimal
- --- result  6
- --- Result  [2, 5, 0, 6]
- --- Converting [1, 0, 0, 1, 3, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 0, 2, 0, 1, 0, 0, 0]
- --- Converting array [0, 1, 0, 0, 2, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [0, 4, 0, 4]
- --- Converting [2, 0, 2, 2, 1, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 1, 0, 0, 1, 1, 0, 0]
- --- Converting array [1, 1, 0, 1, 0, 0, 1, 1, 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [1, 5, 0, 6]
- --- Converting [1, 0, 0, 0, 3, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 0, 0, 2, 0, 1, 0, 0, 0]
- --- Converting array [0, 1, 0, 0, 2, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [0, 4, 0, 4]
- --- Converting [0, 0, 2, 2, 1, 1, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 0, 1, 0, 0, 1, 1, 1, 0]
- --- Converting array [1, 0, 0, 1, 0, 0, 1, 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 [1, 1, 1] from base 2 to decimal
- --- result  7
- --- Result  [1, 1, 0, 7]
- --- Converting [0, 1, 0, 1, 0, 3, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 0, 2, 0, 0, 1, 1, 0]
- --- Converting array [0, 0, 1, 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, 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  [0, 2, 0, 3]
- --- Converting [0, 0, 1, 1, 0, 0, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 1, 2, 0, 0, 0, 1, 0]
- --- Converting array [0, 0, 0, 1, 2, 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, 1] from base 2 to decimal
- --- result  1
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [0, 0, 1] from base 2 to decimal
- --- result  1
- --- Result  [0, 1, 0, 1]
- --- Converting [0, 0, 1, 0, 0, 0, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 1, 1, 0, 0, 0, 1, 0]
- --- Converting array [0, 0, 0, 1, 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, 1] from base 2 to decimal
- --- result  1
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [0, 0, 1] from base 2 to decimal
- --- result  1
- --- Result  [0, 1, 0, 1]
- --- Converting [0, 3, 3, 0, 1, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 1, 1, 0, 0, 1, 0, 0, 0]
- --- Converting array [2, 0, 1, 1, 0, 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 [0, 0, 2, 0, 1, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 0, 1, 0, 0, 1, 1, 0, 0]
- --- Converting array [1, 0, 0, 1, 0, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [1, 1, 0, 6]
- --- Converting [0, 0, 1, 0, 0, 2, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 1, 1, 0, 0, 1, 1, 0]
- --- Converting array [0, 0, 0, 1, 1, 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, 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, 0, 2, 0, 0, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 0, 0, 1, 0, 0, 0, 1, 0]
- --- Converting array [1, 0, 0, 0, 1, 0, 0, 0, 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, 0, 1] from base 2 to decimal
- --- result  1
- --- Result  [1, 0, 0, 1]
- --- Converting [0, 1, 1, 0, 1, 1, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 1, 0, 0, 1, 1, 0, 1]
- --- Converting array [0, 0, 1, 1, 0, 0, 1, 1, 0, 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, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [0, 3, 0, 6]
- --- Converting [2, 0, 0, 0, 1, 0, 1, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 0, 0, 0, 1, 0, 1, 1]
- --- Converting array [1, 1, 0, 0, 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, 0] from base 2 to decimal
- --- result  4
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [1, 0, 1] from base 2 to decimal
- --- result  5
- --- Result  [1, 4, 0, 5]
- --- Converting [0, 0, 1, 0, 0, 0, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 1, 1, 0, 0, 0, 0, 1]
- --- Converting array [0, 0, 0, 1, 1, 0, 0, 0, 0, 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, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [0, 1, 0, 0]
- --- Converting [0, 0, 1, 0, 0, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 0, 1, 0, 0, 0, 0, 0, 0]
- --- Converting array [0, 0, 0, 1, 0, 0, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
- --- result  0
- --- Result  [0, 1, 0, 0]
- --- Converting [3, 0, 0, 0, 2, 2, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 0, 1, 0, 1, 1, 1, 0]
- --- Converting array [2, 1, 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 [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  [2, 4, 0, 7]
- --- Converting [0, 0, 0, 3, 3, 0, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 0, 0, 2, 0, 1, 0, 1, 0]
- --- Converting array [2, 0, 0, 0, 2, 0, 1, 0, 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, 0, 1] from base 2 to decimal
- --- result  5
- --- Result  [2, 0, 0, 5]
- --- Converting [2, 2, 0, 2, 2, 0, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 0, 1, 0, 1, 0, 1, 0]
- --- Converting array [1, 1, 1, 0, 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, 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  [1, 6, 0, 5]
- --- Converting [0, 2, 2, 2, 0, 3, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 1, 2, 0, 0, 1, 0, 0]
- --- Converting array [1, 0, 1, 1, 2, 0, 0, 1, 0, 0] 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, 0] from base 2 to decimal
- --- result  2
- --- Result  [1, 3, 0, 2]
- --- Converting [2, 0, 0, 0, 3, 3, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 0, 2, 0, 1, 1, 0, 0]
- --- Converting array [1, 1, 0, 0, 2, 0, 1, 1, 0, 0] 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, 0] from base 2 to decimal
- --- result  6
- --- Result  [1, 4, 0, 6]
- --- Converting [0, 2, 0, 0, 1, 1, 1, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 0, 0, 0, 1, 1, 1, 1]
- --- Converting array [1, 0, 1, 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 [0, 1, 0] from base 2 to decimal
- --- result  2
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [1, 1, 1] from base 2 to decimal
- --- result  7
- --- Result  [1, 2, 0, 7]
- --- Converting [3, 3, 3, 0, 2, 0, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 1, 1, 1, 0, 1, 0, 0, 1]
- --- Converting array [2, 1, 1, 1, 1, 0, 1, 0, 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, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 7, 0, 4]
- --- Converting [3, 0, 0, 0, 3, 3, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 0, 2, 0, 1, 1, 1, 0]
- --- Converting array [2, 1, 0, 0, 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, 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  [2, 4, 0, 7]
- --- Converting [1, 1, 0, 1, 3, 3, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 0, 2, 0, 1, 1, 0, 0]
- --- Converting array [0, 1, 1, 0, 2, 0, 1, 1, 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [0, 6, 0, 6]
- --- Converting [0, 0, 2, 2, 1, 0, 1, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 0, 1, 0, 0, 1, 0, 1, 1]
- --- Converting array [1, 0, 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 [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, 0, 0, 0, 1, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 0, 0, 0, 0, 1, 1, 0]
- --- Converting array [1, 1, 1, 0, 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, 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  [1, 6, 0, 3]
- --- Converting [0, 0, 3, 0, 2, 2, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 0, 1, 1, 0, 1, 1, 1, 0]
- --- Converting array [2, 0, 0, 1, 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, 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  [2, 1, 0, 7]
- --- Converting [0, 0, 3, 3, 1, 0, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 0, 1, 0, 0, 1, 0, 0, 1]
- --- Converting array [2, 0, 0, 1, 0, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 1, 0, 4]
- --- Converting [2, 2, 0, 2, 1, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 0, 0, 0, 1, 0, 0, 0]
- --- Converting array [1, 1, 1, 0, 0, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [1, 6, 0, 4]
- --- Converting [0, 2, 2, 0, 2, 0, 0, 2] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 1, 1, 0, 1, 0, 0, 1]
- --- Converting array [1, 0, 1, 1, 1, 0, 1, 0, 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, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [1, 3, 0, 4]
- --- Converting [0, 2, 0, 2, 3, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 1, 0, 2, 0, 1, 0, 0, 0]
- --- Converting array [1, 0, 1, 0, 2, 0, 1, 0, 0, 0] 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [1, 2, 0, 4]
- --- Converting [0, 0, 3, 0, 1, 1, 1, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 0, 1, 0, 0, 1, 1, 1, 0]
- --- Converting array [2, 0, 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 [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  [2, 1, 0, 7]
- --- Converting [3, 0, 3, 3, 0, 3, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 1, 2, 0, 0, 1, 0, 0]
- --- Converting array [2, 1, 0, 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, 0, 1] from base 2 to decimal
- --- result  5
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [0, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [2, 5, 0, 2]
- --- Converting [0, 1, 0, 0, 3, 3, 3, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 0, 2, 0, 1, 1, 1, 0]
- --- Converting array [0, 0, 1, 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, 1, 0] from base 2 to decimal
- --- result  2
- --- Converting array [0] from base 3 to decimal
- --- result  0
- --- Converting array [1, 1, 1] from base 2 to decimal
- --- result  7
- --- Result  [0, 2, 0, 7]
- --- Converting [0, 1, 0, 1, 2, 2, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 0, 1, 0, 1, 1, 1, 0]
- --- Converting array [0, 0, 1, 0, 1, 0, 1, 1, 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 [1, 1, 1] from base 2 to decimal
- --- result  7
- --- Result  [0, 2, 0, 7]
- --- Converting [3, 0, 3, 0, 1, 1, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 1, 0, 1, 0, 0, 1, 1, 0, 1]
- --- Converting array [2, 1, 0, 1, 0, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [2, 5, 0, 6]
- --- Converting [0, 0, 2, 2, 3, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 0, 1, 2, 0, 1, 0, 0, 0]
- --- Converting array [1, 0, 0, 1, 2, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [1, 1, 0, 4]
- --- Converting [0, 1, 0, 1, 1, 1, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 0, 0, 0, 1, 1, 0, 0]
- --- Converting array [0, 0, 1, 0, 0, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
- --- result  6
- --- Result  [0, 2, 0, 6]
- --- 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 [2, 0, 2, 0, 0, 2, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 0, 1, 1, 0, 0, 1, 0, 0]
- --- Converting array [1, 1, 0, 1, 1, 0, 0, 1, 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, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [1, 5, 0, 2]
- --- Converting [1, 1, 0, 0, 1, 1, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 0, 0, 0, 1, 1, 0, 1]
- --- Converting array [0, 1, 1, 0, 0, 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, 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  [0, 6, 0, 6]
- --- Converting [0, 0, 3, 0, 1, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [2, 0, 0, 1, 0, 0, 1, 0, 0, 0]
- --- Converting array [2, 0, 0, 1, 0, 0, 1, 0, 0, 0] 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [2, 1, 0, 4]
- --- Converting [2, 2, 0, 2, 0, 0, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 0, 1, 0, 0, 0, 1, 0]
- --- Converting array [1, 1, 1, 0, 1, 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 [1, 1, 0, 1, 0, 3, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 1, 1, 0, 2, 0, 0, 1, 0, 0]
- --- Converting array [0, 1, 1, 0, 2, 0, 0, 1, 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, 1, 0] from base 2 to decimal
- --- result  2
- --- Result  [0, 6, 0, 2]
- --- Converting [2, 2, 2, 2, 1, 0, 0, 1] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 1, 1, 1, 0, 0, 1, 0, 0, 1]
- --- Converting array [1, 1, 1, 1, 0, 0, 1, 0, 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, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [1, 7, 0, 4]
- --- Converting [0, 1, 1, 1, 2, 0, 2, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 1, 1, 0, 1, 0, 1, 0]
- --- Converting array [0, 0, 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 [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, 1, 0, 0, 2, 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, 2, 2, 0, 3, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 0, 1, 2, 0, 0, 1, 0, 0]
- --- Converting array [1, 0, 0, 1, 2, 0, 0, 1, 0, 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, 0] from base 2 to decimal
- --- result  2
- --- Result  [1, 1, 0, 2]
- --- Converting [2, 0, 0, 0, 1, 1, 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 [0, 0, 0, 2, 0, 2, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [1, 0, 0, 0, 1, 0, 0, 1, 0, 0]
- --- Converting array [1, 0, 0, 0, 1, 0, 0, 1, 0, 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, 0] from base 2 to decimal
- --- result  2
- --- Result  [1, 0, 0, 2]
- --- Converting [0, 1, 0, 1, 1, 0, 0, 0] in base Y array notation
- --- Processing the little socket
- --- Processing the big socket
- --- Result =  [0, 0, 1, 0, 0, 0, 1, 0, 0, 0]
- --- Converting array [0, 0, 1, 0, 0, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
- --- result  4
- --- Result  [0, 2, 0, 4]
---- Number of possible combinations  2304
- --- 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, 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, 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, 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, 3)
- --- 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, 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, 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, 3)
- --- 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, 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, 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, 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, 5)
- --- 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, 3)
- --- 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, 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, 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, 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, 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, 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, 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, 5)
- --- 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, 3)
- --- 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, 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, 5)
- --- 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, 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, 1)
- --- 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, 3)
- --- 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  1959
- --- converting (2, 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 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 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, 1, 0, 1, 2, 1, 0, 0, 0]
- --- Converting  base Y number [2, 0, 1, 0, 1, 2, 1, 0, 0, 0] to configuration notation
- --- Result =  [0, 3, 0, 3, 3, 0, 0, 0]
---- Retained value to add in file: [0, 3, 0, 3, 3, 0, 0, 0], indice :  (2, 5, 2, 8)
- --- converting (0, 2, 1, 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 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 4 in base 2
- --- appending 0 to result
- --- appending 0 to result
- --- appending 1 to result
- --- result  [0, 1, 0, 0]
- --- Result =  [0, 0, 0, 1, 0, 1, 0, 1, 0, 0]
- --- Converting  base Y number [0, 0, 0, 1, 0, 1, 0, 1, 0, 0] to configuration notation
- --- Result =  [0, 0, 1, 0, 0, 2, 0, 0]
---- Retained value to add in file: [0, 0, 1, 0, 0, 2, 0, 0], indice :  (0, 2, 1, 4)
- --- converting (1, 14, 0, 15)  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 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]
- --- Result =  [1, 1, 1, 1, 0, 0, 1, 1, 1, 1]
- --- Converting  base Y number [1, 1, 1, 1, 0, 0, 1, 1, 1, 1] to configuration notation
- --- Result =  [2, 2, 2, 0, 1, 1, 1, 1]
---- Retained value to add in file: [2, 2, 2, 0, 1, 1, 1, 1], indice :  (1, 14, 0, 15)
- --- converting (1, 14, 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 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 5 in base 2
- --- appending 1 to result
- --- appending 0 to result
- --- appending 1 to result
- --- result  [0, 1, 0, 1]
- --- Result =  [1, 1, 1, 1, 0, 1, 0, 1, 0, 1]
- --- Converting  base Y number [1, 1, 1, 1, 0, 1, 0, 1, 0, 1] to configuration notation
- --- Result =  [2, 2, 2, 0, 0, 2, 0, 2]
---- Retained value to add in file: [2, 2, 2, 0, 0, 2, 0, 2], indice :  (1, 14, 1, 5)
- --- converting (2, 15, 2, 11)  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 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 =  [2, 1, 1, 1, 1, 2, 1, 0, 1, 1]
- --- Converting  base Y number [2, 1, 1, 1, 1, 2, 1, 0, 1, 1] to configuration notation
- --- Result =  [3, 3, 3, 3, 3, 0, 3, 3]
---- Retained value to add in file: [3, 3, 3, 3, 3, 0, 3, 3], indice :  (2, 15, 2, 11)
- --- converting (1, 5, 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 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]
- --- 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 =  [1, 0, 1, 0, 1, 2, 0, 1, 1, 0]
- --- Converting  base Y number [1, 0, 1, 0, 1, 2, 0, 1, 1, 0] to configuration notation
- --- Result =  [0, 2, 0, 2, 0, 3, 3, 0]
---- Retained value to add in file: [0, 2, 0, 2, 0, 3, 3, 0], indice :  (1, 5, 2, 6)
- --- converting (2, 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 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 1 in base 2
- --- result  [0, 0, 0, 1]
- --- Result =  [2, 1, 1, 0, 1, 2, 0, 0, 0, 1]
- --- Converting  base Y number [2, 1, 1, 0, 1, 2, 0, 0, 0, 1] to configuration notation
- --- Result =  [3, 3, 0, 3, 0, 0, 0, 3]
---- Retained value to add in file: [3, 3, 0, 3, 0, 0, 0, 3], indice :  (2, 13, 2, 1)
- --- converting (2, 9, 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 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]
- --- 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, 0, 0, 1, 2, 1, 0, 0, 1]
- --- Converting  base Y number [2, 1, 0, 0, 1, 2, 1, 0, 0, 1] to configuration notation
- --- Result =  [3, 0, 0, 3, 3, 0, 0, 3]
---- Retained value to add in file: [3, 0, 0, 3, 3, 0, 0, 3], indice :  (2, 9, 2, 9)
- --- converting (2, 14, 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 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 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, 1, 1, 1, 0, 2, 1, 0, 0, 0]
- --- Converting  base Y number [2, 1, 1, 1, 0, 2, 1, 0, 0, 0] to configuration notation
- --- Result =  [3, 3, 3, 0, 3, 0, 0, 0]
---- Retained value to add in file: [3, 3, 3, 0, 3, 0, 0, 0], indice :  (2, 14, 2, 8)
- --- converting (2, 12, 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 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 2 in base 2
- --- appending 0 to result
- --- appending 1 to result
- --- result  [0, 0, 1, 0]
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___25Oct22_13_44_Interrupted_at_60.csv
+--- Reading the line : 0303-3000,[0- 3- 0- 3- 0- 0- 0- 0- 0- 3- 0- 0- 0],[0- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 2314000- 0- 0- 0],[0- 3- 0- 3- 3- 0- 0- 0],[0- 1690000- 0- 1690000- 2314000- 0- 0- 0],57.71728518119417,1691.3669851930433,3.71388e+11,1.5541e-10,2795500,2795500
+
+arrays of value as string :  ['0', '3', '0', '3', '3', '0', '0', '0']
+resulted X configuration :  [0, 3, 0, 3, 3, 0, 0, 0]
+--- Reading the line : 0010-0200,[0- 0- 1- 0- 0- 0- 0- 0- 0- 0- 2- 0- 0],[0- 0- 598000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 0],[0- 0- 1- 0- 0- 2- 0- 0],[0- 0- 598000- 0- 0- 1469000- 0- 0],40.65636430716309,1204.6466254964355,1.5002e+11,2.71006e-10,2794500,2794500
+
+arrays of value as string :  ['0', '0', '1', '0', '0', '2', '0', '0']
+resulted X configuration :  [0, 0, 1, 0, 0, 2, 0, 0]
+--- Reading the line : 2220-1111,[2- 2- 2- 0- 0- 0- 0- 0- 0- 1- 1- 1- 1],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000- 741000],[2- 2- 2- 0- 1- 1- 1- 1],[1248000- 1248000- 1248000- 0- 741000- 741000- 741000- 741000],59.957748462472544,1755.8386378876528,5.74816e+11,1.04308e-10,2792500,2792500
+
+arrays of value as string :  ['2', '2', '2', '0', '1', '1', '1', '1']
+resulted X configuration :  [2, 2, 2, 0, 1, 1, 1, 1]
+--- Reading the line : 2220-0202,[2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 2- 0- 2],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000],[2- 2- 2- 0- 0- 2- 0- 2],[1248000- 1248000- 1248000- 0- 0- 1469000- 0- 1469000],70.05507898636068,2027.1299583140144,6.10824e+11,1.14689e-10,2790500,2790500
+
+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 : 3333-3033,[3- 3- 3- 3- 0- 0- 0- 0- 0- 3- 0- 3- 3],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 2314000],[3- 3- 3- 3- 3- 0- 3- 3],[1690000- 1690000- 1690000- 1690000- 2314000- 0- 2314000- 2314000],92.07484414160281,2618.362714551186,1.43213e+12,6.42922e-11,2763000,2709500
+
+--- Reading the line : 0202-0330,[0- 2- 0- 2- 0- 0- 0- 0- 0- 0- 3- 3- 0],[0- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0],[0- 2- 0- 2- 0- 3- 3- 0],[0- 1248000- 0- 1248000- 0- 2314000- 2314000- 0],52.53338947035683,1552.4128129155754,4.34972e+11,1.20774e-10,2768000,2768000
+
+arrays of value as string :  ['0', '2', '0', '2', '0', '3', '3', '0']
+resulted X configuration :  [0, 2, 0, 2, 0, 3, 3, 0]
+--- Reading the line : 3303-0003,[3- 3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 3],[1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000],[3- 3- 0- 3- 0- 0- 0- 3],[1690000- 1690000- 0- 1690000- 0- 0- 0- 2314000],92.43124416538906,2627.9134848965364,7.79971e+11,1.18506e-10,2755500,2724500
+
+--- Reading the line : 3003-3003,[3- 0- 0- 3- 0- 0- 0- 0- 0- 3- 0- 0- 3],[1690000- 0- 0- 1690000- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000],[3- 0- 0- 3- 3- 0- 0- 3],[1690000- 0- 0- 1690000- 2314000- 0- 0- 2314000],92.44594471896472,2628.1972965309933,8.1189e+11,1.13865e-10,2722000,2718500
+
+--- Reading the line : 3330-3000,[3- 3- 3- 0- 0- 0- 0- 0- 0- 3- 0- 0- 0],[1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0- 0],[3- 3- 3- 0- 3- 0- 0- 0],[1690000- 1690000- 1690000- 0- 2314000- 0- 0- 0],41.34654939825046,1229.6341691428074,2.18531e+11,1.89202e-10,2716500,2716500
+
+arrays of value as string :  ['3', '3', '3', '0', '3', '0', '0', '0']
+resulted X configuration :  [3, 3, 3, 0, 3, 0, 0, 0]
+--- Reading the line : 3300-0010,[3- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 0],[1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 0],[3- 3- 0- 0- 0- 0- 1- 0],[1690000- 1690000- 0- 0- 0- 0- 741000- 0],40.36780727471918,1200.3075575633188,1.75024e+11,2.30642e-10,2715000,2715000
+
+arrays of value as string :  ['3', '3', '0', '0', '0', '0', '1', '0']
+resulted X configuration :  [3, 3, 0, 0, 0, 0, 1, 0]
+--- Reading the line : 2020-2022,[2- 0- 2- 0- 0- 0- 0- 0- 0- 2- 0- 2- 2],[1248000- 0- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 1469000],[2- 0- 2- 0- 2- 0- 2- 2],[1248000- 0- 1248000- 0- 1469000- 0- 1469000- 1469000],88.64917326167212,2525.270965216097,8.49309e+11,1.04378e-10,2708500,2707500
+
+--- Reading the line : 1011-3300,[1- 0- 1- 1- 0- 0- 0- 0- 0- 3- 3- 0- 0],[598000- 0- 598000- 598000- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 0],[1- 0- 1- 1- 3- 3- 0- 0],[598000- 0- 598000- 598000- 2314000- 2314000- 0- 0],47.96154744559798,1420.8000087098112,3.81676e+11,1.2566e-10,2711500,2711500
+
+arrays of value as string :  ['1', '0', '1', '1', '3', '3', '0', '0']
+resulted X configuration :  [1, 0, 1, 1, 3, 3, 0, 0]
+--- Reading the line : 3003-0020,[3- 0- 0- 3- 0- 0- 0- 0- 0- 0- 0- 2- 0],[1690000- 0- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0],[3- 0- 0- 3- 0- 0- 2- 0],[1690000- 0- 0- 1690000- 0- 0- 1469000- 0],57.24868620315377,1672.574195689495,3.71169e+11,1.54239e-10,2710000,2710000
+
+arrays of value as string :  ['3', '0', '0', '3', '0', '0', '2', '0']
+resulted X configuration :  [3, 0, 0, 3, 0, 0, 2, 0]
+--- Reading the line : 3333-0220,[3- 3- 3- 3- 0- 0- 0- 0- 0- 0- 2- 2- 0],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0],[3- 3- 3- 3- 0- 2- 2- 0],[1690000- 1690000- 1690000- 1690000- 0- 1469000- 1469000- 0],78.27433430354279,2254.4198161909085,7.50059e+11,1.04358e-10,2708500,2708500
+
+arrays of value as string :  ['3', '3', '3', '3', '0', '2', '2', '0']
+resulted X configuration :  [3, 3, 3, 3, 0, 2, 2, 0]
+--- Reading the line : 1010-0110,[1- 0- 1- 0- 0- 0- 0- 0- 0- 0- 1- 1- 0],[598000- 0- 598000- 0- 0- 0- 0- 0- 0- 0- 741000- 741000- 0],[1- 0- 1- 0- 0- 1- 1- 0],[598000- 0- 598000- 0- 0- 741000- 741000- 0],46.84272574138131,1387.7526972311218,3.15202e+11,1.48612e-10,2707000,2707000
+
+arrays of value as string :  ['1', '0', '1', '0', '0', '1', '1', '0']
+resulted X configuration :  [1, 0, 1, 0, 0, 1, 1, 0]
+--- Reading the line : 2200-0011,[2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 1],[1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 741000],[2- 2- 0- 0- 0- 0- 1- 1],[1248000- 1248000- 0- 0- 0- 0- 741000- 741000],46.66777563856414,1387.875210821486,3.13388e+11,1.48914e-10,2705500,2705500
+
+arrays of value as string :  ['2', '2', '0', '0', '0', '0', '1', '1']
+resulted X configuration :  [2, 2, 0, 0, 0, 0, 1, 1]
+--- Reading the line : 1100-0010,[1- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 0],[598000- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 0],[1- 1- 0- 0- 0- 0- 1- 0],[598000- 598000- 0- 0- 0- 0- 741000- 0],40.07309611579802,1205.0086657271816,1.86584e+11,2.14772e-10,2704000,2704000
+
+arrays of value as string :  ['1', '1', '0', '0', '0', '0', '1', '0']
+resulted X configuration :  [1, 1, 0, 0, 0, 0, 1, 0]
+--- Reading the line : 0101-1100,[0- 1- 0- 1- 0- 0- 0- 0- 0- 1- 1- 0- 0],[0- 598000- 0- 598000- 0- 0- 0- 0- 0- 741000- 741000- 0- 0],[0- 1- 0- 1- 1- 1- 0- 0],[0- 598000- 0- 598000- 741000- 741000- 0- 0],92.36623475235187,2626.8001662949505,9.04095e+11,1.02164e-10,2686000,2627500
+
+--- Reading the line : 0001-3000,[0- 0- 0- 1- 0- 0- 0- 0- 0- 3- 0- 0- 0],[0- 0- 0- 598000- 0- 0- 0- 0- 0- 2314000- 0- 0- 0],[0- 0- 0- 1- 3- 0- 0- 0],[0- 0- 0- 598000- 2314000- 0- 0- 0],40.211952296006515,1199.6345870127209,1.6161e+11,2.48821e-10,2688500,2688500
+
+arrays of value as string :  ['0', '0', '0', '1', '3', '0', '0', '0']
+resulted X configuration :  [0, 0, 0, 1, 3, 0, 0, 0]
+--- Reading the line : 0010-2022,[0- 0- 1- 0- 0- 0- 0- 0- 0- 2- 0- 2- 2],[0- 0- 598000- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 1469000],[0- 0- 1- 0- 2- 0- 2- 2],[0- 0- 598000- 0- 1469000- 0- 1469000- 1469000],87.49317963777868,2504.94306562044,7.98204e+11,1.09613e-10,2685000,2684500
+
+--- Reading the line : 0010-3030,[0- 0- 1- 0- 0- 0- 0- 0- 0- 3- 0- 3- 0],[0- 0- 598000- 0- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 0],[0- 0- 1- 0- 3- 0- 3- 0],[0- 0- 598000- 0- 2314000- 0- 2314000- 0],46.02474813558993,1366.1557401662017,2.79421e+11,1.64715e-10,2683500,2683500
+
+arrays of value as string :  ['0', '0', '1', '0', '3', '0', '3', '0']
+resulted X configuration :  [0, 0, 1, 0, 3, 0, 3, 0]
+--- Reading the line : 3030-0030,[3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0],[1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 0],[3- 0- 3- 0- 0- 0- 3- 0],[1690000- 0- 1690000- 0- 0- 0- 2314000- 0],40.266129631185514,1198.1413910906974,1.87559e+11,2.14685e-10,2681500,2681500
+
+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 : 1000-3300,[1- 0- 0- 0- 0- 0- 0- 0- 0- 3- 3- 0- 0],[598000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 0],[1- 0- 0- 0- 3- 3- 0- 0],[598000- 0- 0- 0- 2314000- 2314000- 0- 0],45.98050366206746,1363.9876175381473,2.80422e+11,1.63969e-10,2680500,2680500
+
+arrays of value as string :  ['1', '0', '0', '0', '3', '3', '0', '0']
+resulted X configuration :  [1, 0, 0, 0, 3, 3, 0, 0]
+--- Reading the line : 2220-0001,[2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000],[2- 2- 2- 0- 0- 0- 0- 1],[1248000- 1248000- 1248000- 0- 0- 0- 0- 741000],41.02636598097955,1227.364591851502,1.99601e+11,2.05542e-10,2679000,2679000
+
+arrays of value as string :  ['2', '2', '2', '0', '0', '0', '0', '1']
+resulted X configuration :  [2, 2, 2, 0, 0, 0, 0, 1]
+--- Reading the line : 0202-0333,[0- 2- 0- 2- 0- 0- 0- 0- 0- 0- 3- 3- 3],[0- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000],[0- 2- 0- 2- 0- 3- 3- 3],[0- 1248000- 0- 1248000- 0- 2314000- 2314000- 2314000],92.43894393233347,2629.461798328664,1.28177e+12,7.21182e-11,2650500,2584000
+
+--- Reading the line : 0330-3003,[0- 3- 3- 0- 0- 0- 0- 0- 0- 3- 0- 0- 3],[0- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000],[0- 3- 3- 0- 3- 0- 0- 3],[0- 1690000- 1690000- 0- 2314000- 0- 0- 2314000],92.46974742856293,2628.682001772862,8.85484e+11,1.04428e-10,2651500,2591500
+
+--- Reading the line : 2202-0010,[2- 2- 0- 2- 0- 0- 0- 0- 0- 0- 0- 1- 0],[1248000- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 741000- 0],[2- 2- 0- 2- 0- 0- 1- 0],[1248000- 1248000- 0- 1248000- 0- 0- 741000- 0],48.27732442933738,1422.7484667809013,3.9769e+11,1.21394e-10,2644500,2644500
+
+arrays of value as string :  ['2', '2', '0', '2', '0', '0', '1', '0']
+resulted X configuration :  [2, 2, 0, 2, 0, 0, 1, 0]
+--- Reading the line : 2000-0202,[2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 2],[1248000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000],[2- 0- 0- 0- 0- 2- 0- 2],[1248000- 0- 0- 0- 0- 1469000- 0- 1469000],69.49091369103293,2018.8505334270394,5.3454e+11,1.30001e-10,2643000,2643000
+
+arrays of value as string :  ['2', '0', '0', '0', '0', '2', '0', '2']
+resulted X configuration :  [2, 0, 0, 0, 0, 2, 0, 2]
+--- Reading the line : 2220-0011,[2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 1- 1],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 741000],[2- 2- 2- 0- 0- 0- 1- 1],[1248000- 1248000- 1248000- 0- 0- 0- 741000- 741000],49.62030374406994,1466.7675952684572,4.32763e+11,1.14659e-10,2641000,2641000
+
+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 : 0111-0333,[0- 1- 1- 1- 0- 0- 0- 0- 0- 0- 3- 3- 3],[0- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000],[0- 1- 1- 1- 0- 3- 3- 3],[0- 598000- 598000- 598000- 0- 2314000- 2314000- 2314000],85.7910884684107,2453.1133798720875,9.4793e+11,9.05036e-11,2613500,2590000
+
+--- Reading the line : 0002-3003,[0- 0- 0- 2- 0- 0- 0- 0- 0- 3- 0- 0- 3],[0- 0- 0- 1248000- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000],[0- 0- 0- 2- 3- 0- 0- 3],[0- 0- 0- 1248000- 2314000- 0- 0- 2314000],92.39703303324494,2627.9709916923794,9.01774e+11,1.02461e-10,2602500,2541000
+
+--- Reading the line : 0300-1010,[0- 3- 0- 0- 0- 0- 0- 0- 0- 1- 0- 1- 0],[0- 1690000- 0- 0- 0- 0- 0- 0- 0- 741000- 0- 741000- 0],[0- 3- 0- 0- 1- 0- 1- 0],[0- 1690000- 0- 0- 741000- 0- 741000- 0],46.022868916167674,1368.4223227897296,2.78884e+11,1.65025e-10,2597000,2597000
+
+arrays of value as string :  ['0', '3', '0', '0', '1', '0', '1', '0']
+resulted X configuration :  [0, 3, 0, 0, 1, 0, 1, 0]
+--- Reading the line : 2000-2022,[2- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 2- 2],[1248000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 1469000],[2- 0- 0- 0- 2- 0- 2- 2],[1248000- 0- 0- 0- 1469000- 0- 1469000- 1469000],87.68372411488271,2502.7105100366634,7.8799e+11,1.11275e-10,2593500,2593500
+
+arrays of value as string :  ['2', '0', '0', '0', '2', '0', '2', '2']
+resulted X configuration :  [2, 0, 0, 0, 2, 0, 2, 2]
+--- Reading the line : 1000-0022,[1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2- 2],[598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000],[1- 0- 0- 0- 0- 0- 2- 2],[598000- 0- 0- 0- 0- 0- 1469000- 1469000],69.17848015745288,2008.6993255755483,5.3751e+11,1.28702e-10,2591500,2591500
+
+arrays of value as string :  ['1', '0', '0', '0', '0', '0', '2', '2']
+resulted X configuration :  [1, 0, 0, 0, 0, 0, 2, 2]
+--- Reading the line : 2000-2002,[2- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 0- 2],[1248000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 0- 1469000],[2- 0- 0- 0- 2- 0- 0- 2],[1248000- 0- 0- 0- 1469000- 0- 0- 1469000],69.00050801304528,2001.8839918182753,5.32633e+11,1.29546e-10,2590000,2590000
+
+arrays of value as string :  ['2', '0', '0', '0', '2', '0', '0', '2']
+resulted X configuration :  [2, 0, 0, 0, 2, 0, 0, 2]
+--- Reading the line : 1111-0333,[1- 1- 1- 1- 0- 0- 0- 0- 0- 0- 3- 3- 3],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000],[1- 1- 1- 1- 0- 3- 3- 3],[598000- 598000- 598000- 598000- 0- 2314000- 2314000- 2314000],86.11797328047224,2463.02594547059,9.97136e+11,8.63653e-11,2562500,2539000
+
+--- Reading the line : 1111-0033,[1- 1- 1- 1- 0- 0- 0- 0- 0- 0- 0- 3- 3],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000],[1- 1- 1- 1- 0- 0- 3- 3],[598000- 598000- 598000- 598000- 0- 0- 2314000- 2314000],92.25088055011021,2622.10514588047,9.97612e+11,9.24717e-11,2555000,2491000
+
+--- Reading the line : 0033-1100,[0- 0- 3- 3- 0- 0- 0- 0- 0- 1- 1- 0- 0],[0- 0- 1690000- 1690000- 0- 0- 0- 0- 0- 741000- 741000- 0- 0],[0- 0- 3- 3- 1- 1- 0- 0],[0- 0- 1690000- 1690000- 741000- 741000- 0- 0],63.70804464948335,1867.745385239327,5.0175e+11,1.26972e-10,2552000,2552000
+
+arrays of value as string :  ['0', '0', '3', '3', '1', '1', '0', '0']
+resulted X configuration :  [0, 0, 3, 3, 1, 1, 0, 0]
+--- Reading the line : 0111-1011,[0- 1- 1- 1- 0- 0- 0- 0- 0- 1- 0- 1- 1],[0- 598000- 598000- 598000- 0- 0- 0- 0- 0- 741000- 0- 741000- 741000],[0- 1- 1- 1- 1- 0- 1- 1],[0- 598000- 598000- 598000- 741000- 0- 741000- 741000],54.71516978450119,1613.2318921455649,4.90713e+11,1.11501e-10,2550500,2550500
+
+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 : 0030-2020,[0- 0- 3- 0- 0- 0- 0- 0- 0- 2- 0- 2- 0],[0- 0- 1690000- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 0],[0- 0- 3- 0- 2- 0- 2- 0],[0- 0- 1690000- 0- 1469000- 0- 1469000- 0],46.05533901254619,1365.0060240148362,2.80205e+11,1.64363e-10,2549000,2549000
+
+arrays of value as string :  ['0', '0', '3', '0', '2', '0', '2', '0']
+resulted X configuration :  [0, 0, 3, 0, 2, 0, 2, 0]
+--- Reading the line : 0333-2000,[0- 3- 3- 3- 0- 0- 0- 0- 0- 2- 0- 0- 0],[0- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 1469000- 0- 0- 0],[0- 3- 3- 3- 2- 0- 0- 0],[0- 1690000- 1690000- 1690000- 1469000- 0- 0- 0],63.50007025920633,1848.679357704929,5.00114e+11,1.26971e-10,2547500,2547500
+
+arrays of value as string :  ['0', '3', '3', '3', '2', '0', '0', '0']
+resulted X configuration :  [0, 3, 3, 3, 2, 0, 0, 0]
+--- Reading the line : 0002-0002,[0- 0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 0- 2],[0- 0- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000],[0- 0- 0- 2- 0- 0- 0- 2],[0- 0- 0- 1248000- 0- 0- 0- 1469000],54.02880534733413,1594.9188782024785,3.31823e+11,1.62824e-10,2546500,2546500
+
+arrays of value as string :  ['0', '0', '0', '2', '0', '0', '0', '2']
+resulted X configuration :  [0, 0, 0, 2, 0, 0, 0, 2]
+--- Reading the line : 2022-0001,[2- 0- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 1],[1248000- 0- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 741000],[2- 0- 2- 2- 0- 0- 0- 1],[1248000- 0- 1248000- 1248000- 0- 0- 0- 741000],48.032885152131286,1421.0491975911364,3.78308e+11,1.26968e-10,2545000,2545000
+
+arrays of value as string :  ['2', '0', '2', '2', '0', '0', '0', '1']
+resulted X configuration :  [2, 0, 2, 2, 0, 0, 0, 1]
+--- Reading the line : 2222-0202,[2- 2- 2- 2- 0- 0- 0- 0- 0- 0- 2- 0- 2],[1248000- 1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000],[2- 2- 2- 2- 0- 2- 0- 2],[1248000- 1248000- 1248000- 1248000- 0- 1469000- 0- 1469000],81.42203003823693,2334.6297116611927,8.82182e+11,9.22962e-11,2541500,2541000
+
+--- Reading the line : 1111-2202,[1- 1- 1- 1- 0- 0- 0- 0- 0- 2- 2- 0- 2],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 1469000],[1- 1- 1- 1- 2- 2- 0- 2],[598000- 598000- 598000- 598000- 1469000- 1469000- 0- 1469000],90.1033479475871,2568.9570310257295,9.42785e+11,9.55715e-11,2537500,2537000
+
+--- Reading the line : 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],91.72672952510374,2608.17333292765,9.59517e+11,9.55968e-11,2518500,2459000
+
+--- Reading the line : 0000-1111,[0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 1- 1- 1],[0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000- 741000],[0- 0- 0- 0- 1- 1- 1- 1],[0- 0- 0- 0- 741000- 741000- 741000- 741000],57.44344496917123,1692.3605241930438,5.44099e+11,1.05575e-10,2522500,2522500
+
+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 : 1011-2022,[1- 0- 1- 1- 0- 0- 0- 0- 0- 2- 0- 2- 2],[598000- 0- 598000- 598000- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 1469000],[1- 0- 1- 1- 2- 0- 2- 2],[598000- 0- 598000- 598000- 1469000- 0- 1469000- 1469000],89.6663747439252,2552.899724770484,9.04191e+11,9.91675e-11,2518500,2517500
+
+--- Reading the line : 1000-0030,[1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0],[598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 0],[1- 0- 0- 0- 0- 0- 3- 0],[598000- 0- 0- 0- 0- 0- 2314000- 0],39.57014164453246,1179.306374026894,1.5092e+11,2.62193e-10,2516500,2516500
+
+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 : 0101-3330,[0- 1- 0- 1- 0- 0- 0- 0- 0- 3- 3- 3- 0],[0- 598000- 0- 598000- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000- 0],[0- 1- 0- 1- 3- 3- 3- 0],[0- 598000- 0- 598000- 2314000- 2314000- 2314000- 0],53.29082312893927,1572.156738296431,4.65345e+11,1.14519e-10,2515000,2515000
+
+arrays of value as string :  ['0', '1', '0', '1', '3', '3', '3', '0']
+resulted X configuration :  [0, 1, 0, 1, 3, 3, 3, 0]
+--- Reading the line : 0333-2002,[0- 3- 3- 3- 0- 0- 0- 0- 0- 2- 0- 0- 2],[0- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 1469000- 0- 0- 1469000],[0- 3- 3- 3- 2- 0- 0- 2],[0- 1690000- 1690000- 1690000- 1469000- 0- 0- 1469000],91.79752007696001,2612.6319085597747,8.97216e+11,1.02314e-10,2509500,2506500
+
+--- Reading the line : 0300-3333,[0- 3- 0- 0- 0- 0- 0- 0- 0- 3- 3- 3- 3],[0- 1690000- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000- 2314000],[0- 3- 0- 0- 3- 3- 3- 3],[0- 1690000- 0- 0- 2314000- 2314000- 2314000- 2314000],91.38196928684704,2598.6354382698046,1.30217e+12,7.01767e-11,2477000,2411500
+
+--- Reading the line : 3030-0003,[3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 3],[1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2314000],[3- 0- 3- 0- 0- 0- 0- 3],[1690000- 0- 1690000- 0- 0- 0- 0- 2314000],91.77329711559756,2610.1310296151987,4.68952e+11,1.95699e-10,2498000,2488500
+
+--- Reading the line : 0222-0222,[0- 2- 2- 2- 0- 0- 0- 0- 0- 0- 2- 2- 2],[0- 1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000],[0- 2- 2- 2- 0- 2- 2- 2],[0- 1248000- 1248000- 1248000- 0- 1469000- 1469000- 1469000],91.66291742009577,2604.4432444679187,1.04943e+12,8.73454e-11,2483000,2477500
+
+--- Reading the line : 0030-3003,[0- 0- 3- 0- 0- 0- 0- 0- 0- 3- 0- 0- 3],[0- 0- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000],[0- 0- 3- 0- 3- 0- 0- 3],[0- 0- 1690000- 0- 2314000- 0- 0- 2314000],91.27110786173965,2598.717143714458,8.44006e+11,1.0814e-10,2461000,2399500
+
+--- Reading the line : 0020-1000,[0- 0- 2- 0- 0- 0- 0- 0- 0- 1- 0- 0- 0],[0- 0- 1248000- 0- 0- 0- 0- 0- 0- 741000- 0- 0- 0],[0- 0- 2- 0- 1- 0- 0- 0],[0- 0- 1248000- 0- 741000- 0- 0- 0],39.74113454625917,1183.841028791671,1.51239e+11,2.6277e-10,2455500,2455500
+
+arrays of value as string :  ['0', '0', '2', '0', '1', '0', '0', '0']
+resulted X configuration :  [0, 0, 2, 0, 1, 0, 0, 0]
+--- Reading the line : 2202-3300,[2- 2- 0- 2- 0- 0- 0- 0- 0- 3- 3- 0- 0],[1248000- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 0],[2- 2- 0- 2- 3- 3- 0- 0],[1248000- 1248000- 0- 1248000- 2314000- 2314000- 0- 0],54.61140610198515,1602.4174056990573,5.2375e+11,1.0427e-10,2454000,2454000
+
+arrays of value as string :  ['2', '2', '0', '2', '3', '3', '0', '0']
+resulted X configuration :  [2, 2, 0, 2, 3, 3, 0, 0]
+--- Reading the line : 0020-2202,[0- 0- 2- 0- 0- 0- 0- 0- 0- 2- 2- 0- 2],[0- 0- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 1469000],[0- 0- 2- 0- 2- 2- 0- 2],[0- 0- 1248000- 0- 1469000- 1469000- 0- 1469000],87.8194628970657,2510.0943560958835,7.96013e+11,1.10324e-10,2449500,2449000
+
+--- Reading the line : 0202-3300,[0- 2- 0- 2- 0- 0- 0- 0- 0- 3- 3- 0- 0],[0- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 0],[0- 2- 0- 2- 3- 3- 0- 0],[0- 1248000- 0- 1248000- 2314000- 2314000- 0- 0],52.46163389221649,1547.484923138779,4.25185e+11,1.23385e-10,2447500,2447500
+
+arrays of value as string :  ['0', '2', '0', '2', '3', '3', '0', '0']
+resulted X configuration :  [0, 2, 0, 2, 3, 3, 0, 0]
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___26Oct22_12_09_18.csv
+--- Reading the line : 1010-0000,[1- 0- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[598000- 0- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 0- 0- 0- 0- 0],[598000- 0- 598000- 0- 0- 0- 0- 0],33.183528785008455,996.6608211911024,6.09273e+10,5.44641e-10,2488000,2488000
+
+arrays of value as string :  ['1', '0', '1', '0', '0', '0', '0', '0']
+resulted X configuration :  [1, 0, 1, 0, 0, 0, 0, 0]
+--- Reading the line : 3333-2002,[3- 3- 3- 3- 0- 0- 0- 0- 0- 2- 0- 0- 2],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 1469000- 0- 0- 1469000],[3- 3- 3- 3- 2- 0- 0- 2],[1690000- 1690000- 1690000- 1690000- 1469000- 0- 0- 1469000],90.83815606507508,2584.7758725444814,1.00719e+12,9.01897e-11,2481000,2469500
+
+--- Reading the line : 3333-0303,[3- 3- 3- 3- 0- 0- 0- 0- 0- 0- 3- 0- 3],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 0- 2314000],[3- 3- 3- 3- 0- 3- 0- 3],[1690000- 1690000- 1690000- 1690000- 0- 2314000- 0- 2314000],90.83349168495118,2585.6450713118265,1.13185e+12,8.02522e-11,2445000,2399500
+
+--- Reading the line : 2220-0022,[2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 2- 2],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000],[2- 2- 2- 0- 0- 0- 2- 2],[1248000- 1248000- 1248000- 0- 0- 0- 1469000- 1469000],73.16942649261378,2108.967880848539,6.15352e+11,1.18907e-10,2462500,2462500
+
+arrays of value as string :  ['2', '2', '2', '0', '0', '0', '2', '2']
+resulted X configuration :  [2, 2, 2, 0, 0, 0, 2, 2]
+--- Reading the line : 0100-0030,[0- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0],[0- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 0],[0- 1- 0- 0- 0- 0- 3- 0],[0- 598000- 0- 0- 0- 0- 2314000- 0],39.44392969429446,1174.5958154411828,1.50834e+11,2.61506e-10,2461500,2461500
+
+arrays of value as string :  ['0', '1', '0', '0', '0', '0', '3', '0']
+resulted X configuration :  [0, 1, 0, 0, 0, 0, 3, 0]
+--- Reading the line : 0020-2022,[0- 0- 2- 0- 0- 0- 0- 0- 0- 2- 0- 2- 2],[0- 0- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 1469000],[0- 0- 2- 0- 2- 0- 2- 2],[0- 0- 1248000- 0- 1469000- 0- 1469000- 1469000],86.82899185243416,2483.477933140215,7.91896e+11,1.09647e-10,2458000,2457500
+
+--- Reading the line : 1100-0011,[1- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 1],[598000- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 741000],[1- 1- 0- 0- 0- 0- 1- 1],[598000- 598000- 0- 0- 0- 0- 741000- 741000],45.94915231116237,1361.4245436108638,3.11121e+11,1.47689e-10,2456000,2456000
+
+arrays of value as string :  ['1', '1', '0', '0', '0', '0', '1', '1']
+resulted X configuration :  [1, 1, 0, 0, 0, 0, 1, 1]
+--- Reading the line : 1000-0200,[1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 0],[598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 0],[1- 0- 0- 0- 0- 2- 0- 0],[598000- 0- 0- 0- 0- 1469000- 0- 0],39.28516691705545,1168.9345285404715,1.51307e+11,2.59639e-10,2454500,2454500
+
+arrays of value as string :  ['1', '0', '0', '0', '0', '2', '0', '0']
+resulted X configuration :  [1, 0, 0, 0, 0, 2, 0, 0]
+--- Reading the line : 2000-0200,[2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 0],[1248000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 0],[2- 0- 0- 0- 0- 2- 0- 0],[1248000- 0- 0- 0- 0- 1469000- 0- 0],39.28492318173032,1165.1300121783097,1.50983e+11,2.60194e-10,2453500,2453500
+
+arrays of value as string :  ['2', '0', '0', '0', '0', '2', '0', '0']
+resulted X configuration :  [2, 0, 0, 0, 0, 2, 0, 0]
+--- Reading the line : 2002-0033,[2- 0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 3- 3],[1248000- 0- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000],[2- 0- 0- 2- 0- 0- 3- 3],[1248000- 0- 0- 1248000- 0- 0- 2314000- 2314000],91.1644553929722,2594.5600157696776,1.0066e+12,9.05667e-11,2434500,2369000
+
+--- Reading the line : 2220-0200,[2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 2- 0- 0],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 0],[2- 2- 2- 0- 0- 2- 0- 0],[1248000- 1248000- 1248000- 0- 0- 1469000- 0- 0],42.68359200793935,1272.1152796381175,3.02264e+11,1.41213e-10,2438000,2438000
+
+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 : 3303-0002,[3- 3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 2],[1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000],[3- 3- 0- 3- 0- 0- 0- 2],[1690000- 1690000- 0- 1690000- 0- 0- 0- 1469000],74.78520679812058,2163.291646618302,6.27719e+11,1.19138e-10,2435500,2436000
+
+--- Reading the line : 0101-2020,[0- 1- 0- 1- 0- 0- 0- 0- 0- 2- 0- 2- 0],[0- 598000- 0- 598000- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 0],[0- 1- 0- 1- 2- 0- 2- 0],[0- 598000- 0- 598000- 1469000- 0- 1469000- 0],46.624449883999155,1384.2998191177737,3.36052e+11,1.38742e-10,2434500,2434500
+
+arrays of value as string :  ['0', '1', '0', '1', '2', '0', '2', '0']
+resulted X configuration :  [0, 1, 0, 1, 2, 0, 2, 0]
+--- Reading the line : 0200-2220,[0- 2- 0- 0- 0- 0- 0- 0- 0- 2- 2- 2- 0],[0- 1248000- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000- 0],[0- 2- 0- 0- 2- 2- 2- 0],[0- 1248000- 0- 0- 1469000- 1469000- 1469000- 0],52.04989770082893,1534.3550744539166,4.05195e+11,1.28456e-10,2432500,2432500
+
+arrays of value as string :  ['0', '2', '0', '0', '2', '2', '2', '0']
+resulted X configuration :  [0, 2, 0, 0, 2, 2, 2, 0]
+--- Reading the line : 0100-0333,[0- 1- 0- 0- 0- 0- 0- 0- 0- 0- 3- 3- 3],[0- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000],[0- 1- 0- 0- 0- 3- 3- 3],[0- 598000- 0- 0- 0- 2314000- 2314000- 2314000],86.01002716183001,2456.9719537226333,9.48282e+11,9.07009e-11,2403500,2355500
+
+--- Reading the line : 0110-1111,[0- 1- 1- 0- 0- 0- 0- 0- 0- 1- 1- 1- 1],[0- 598000- 598000- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000- 741000],[0- 1- 1- 0- 1- 1- 1- 1],[0- 598000- 598000- 0- 741000- 741000- 741000- 741000],58.30695061504882,1711.0403954629157,5.58316e+11,1.04434e-10,2415500,2415500
+
+arrays of value as string :  ['0', '1', '1', '0', '1', '1', '1', '1']
+resulted X configuration :  [0, 1, 1, 0, 1, 1, 1, 1]
+--- Reading the line : 2000-2220,[2- 0- 0- 0- 0- 0- 0- 0- 0- 2- 2- 2- 0],[1248000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000- 0],[2- 0- 0- 0- 2- 2- 2- 0],[1248000- 0- 0- 0- 1469000- 1469000- 1469000- 0],51.77398405678647,1531.4114249047118,4.07272e+11,1.27124e-10,2414500,2414500
+
+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 : 0001-1010,[0- 0- 0- 1- 0- 0- 0- 0- 0- 1- 0- 1- 0],[0- 0- 0- 598000- 0- 0- 0- 0- 0- 741000- 0- 741000- 0],[0- 0- 0- 1- 1- 0- 1- 0],[0- 0- 0- 598000- 741000- 0- 741000- 0],45.53821500451404,1355.432748106601,2.90132e+11,1.56957e-10,2412500,2412500
+
+arrays of value as string :  ['0', '0', '0', '1', '1', '0', '1', '0']
+resulted X configuration :  [0, 0, 0, 1, 1, 0, 1, 0]
+--- Reading the line : 2020-1110,[2- 0- 2- 0- 0- 0- 0- 0- 0- 1- 1- 1- 0],[1248000- 0- 1248000- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000- 0],[2- 0- 2- 0- 1- 1- 1- 0],[1248000- 0- 1248000- 0- 741000- 741000- 741000- 0],52.667563567092444,1549.4710343251256,4.438e+11,1.18674e-10,2411500,2411500
+
+arrays of value as string :  ['2', '0', '2', '0', '1', '1', '1', '0']
+resulted X configuration :  [2, 0, 2, 0, 1, 1, 1, 0]
+--- Reading the line : 1101-0330,[1- 1- 0- 1- 0- 0- 0- 0- 0- 0- 3- 3- 0],[598000- 598000- 0- 598000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0],[1- 1- 0- 1- 0- 3- 3- 0],[598000- 598000- 0- 598000- 0- 2314000- 2314000- 0],47.53954139270677,1399.9659109737981,3.81959e+11,1.24462e-10,2409500,2409500
+
+arrays of value as string :  ['1', '1', '0', '1', '0', '3', '3', '0']
+resulted X configuration :  [1, 1, 0, 1, 0, 3, 3, 0]
+--- Reading the line : 2200-3030,[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- 0],45.897499448583034,1362.2217646899223,3.14163e+11,1.46095e-10,2408000,2408000
+
+arrays of value as string :  ['2', '2', '0', '0', '3', '0', '3', '0']
+resulted X configuration :  [2, 2, 0, 0, 3, 0, 3, 0]
+--- Reading the line : 0030-3303,[0- 0- 3- 0- 0- 0- 0- 0- 0- 3- 3- 0- 3],[0- 0- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 2314000],[0- 0- 3- 0- 3- 3- 0- 3],[0- 0- 1690000- 0- 2314000- 2314000- 0- 2314000],90.60934290419034,2579.7132956128917,1.16934e+12,7.74876e-11,2378500,2295000
+
+--- Reading the line : 3030-3003,[3- 0- 3- 0- 0- 0- 0- 0- 0- 3- 0- 0- 3],[1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000],[3- 0- 3- 0- 3- 0- 0- 3],[1690000- 0- 1690000- 0- 2314000- 0- 0- 2314000],91.35347102360318,2600.9634313689126,8.88363e+11,1.02833e-10,2378500,2317000
+
+--- Reading the line : 0022-0222,[0- 0- 2- 2- 0- 0- 0- 0- 0- 0- 2- 2- 2],[0- 0- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000],[0- 0- 2- 2- 0- 2- 2- 2],[0- 0- 1248000- 1248000- 0- 1469000- 1469000- 1469000],91.39655756236327,2601.5343232160412,9.6037e+11,9.51681e-11,2371500,2369500
+
+--- Reading the line : 2202-3333,[2- 2- 0- 2- 0- 0- 0- 0- 0- 3- 3- 3- 3],[1248000- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000- 2314000],[2- 2- 0- 2- 3- 3- 3- 3],[1248000- 1248000- 0- 1248000- 2314000- 2314000- 2314000- 2314000],91.2629471347553,2598.1689167738386,1.52316e+12,5.99168e-11,2338000,2274500
+
+--- Reading the line : 3003-3303,[3- 0- 0- 3- 0- 0- 0- 0- 0- 3- 3- 0- 3],[1690000- 0- 0- 1690000- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 2314000],[3- 0- 0- 3- 3- 3- 0- 3],[1690000- 0- 0- 1690000- 2314000- 2314000- 0- 2314000],91.48590224414237,2601.912304883867,1.3418e+12,6.81815e-11,2330000,2253500
+
+--- Reading the line : 2022-0300,[2- 0- 2- 2- 0- 0- 0- 0- 0- 0- 3- 0- 0],[1248000- 0- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0],[2- 0- 2- 2- 0- 3- 0- 0],[1248000- 0- 1248000- 1248000- 0- 2314000- 0- 0],47.22626448231035,1404.4256738704491,4.03627e+11,1.17005e-10,2337000,2337000
+
+arrays of value as string :  ['2', '0', '2', '2', '0', '3', '0', '0']
+resulted X configuration :  [2, 0, 2, 2, 0, 3, 0, 0]
+--- Reading the line : 3033-3033,[3- 0- 3- 3- 0- 0- 0- 0- 0- 3- 0- 3- 3],[1690000- 0- 1690000- 1690000- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 2314000],[3- 0- 3- 3- 3- 0- 3- 3],[1690000- 0- 1690000- 1690000- 2314000- 0- 2314000- 2314000],91.14791319298523,2595.0486194332834,1.51743e+12,6.00673e-11,2306500,2209000
+
+--- Reading the line : 0303-1001,[0- 3- 0- 3- 0- 0- 0- 0- 0- 1- 0- 0- 1],[0- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 741000- 0- 0- 741000],[0- 3- 0- 3- 1- 0- 0- 1],[0- 1690000- 0- 1690000- 741000- 0- 0- 741000],63.57237459348866,1854.6648580956457,5.03581e+11,1.26241e-10,2321500,2321500
+
+arrays of value as string :  ['0', '3', '0', '3', '1', '0', '0', '1']
+resulted X configuration :  [0, 3, 0, 3, 1, 0, 0, 1]
+--- Reading the line : 0220-0030,[0- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0],[0- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 0],[0- 2- 2- 0- 0- 0- 3- 0],[0- 1248000- 1248000- 0- 0- 0- 2314000- 0],39.758510416877954,1184.6158406982167,1.87023e+11,2.12586e-10,2320000,2320000
+
+arrays of value as string :  ['0', '2', '2', '0', '0', '0', '3', '0']
+resulted X configuration :  [0, 2, 2, 0, 0, 0, 3, 0]
+--- Reading the line : 0003-2200,[0- 0- 0- 3- 0- 0- 0- 0- 0- 2- 2- 0- 0],[0- 0- 0- 1690000- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 0],[0- 0- 0- 3- 2- 2- 0- 0],[0- 0- 0- 1690000- 1469000- 1469000- 0- 0],57.01041146071817,1671.7541039480982,3.64861e+11,1.56252e-10,2319000,2319000
+
+arrays of value as string :  ['0', '0', '0', '3', '2', '2', '0', '0']
+resulted X configuration :  [0, 0, 0, 3, 2, 2, 0, 0]
+--- Reading the line : 1111-0200,[1- 1- 1- 1- 0- 0- 0- 0- 0- 0- 2- 0- 0],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 1469000- 0- 0],[1- 1- 1- 1- 0- 2- 0- 0],[598000- 598000- 598000- 598000- 0- 1469000- 0- 0],41.38997957004534,1233.2040531200137,2.90512e+11,1.42473e-10,2317500,2317500
+
+arrays of value as string :  ['1', '1', '1', '1', '0', '2', '0', '0']
+resulted X configuration :  [1, 1, 1, 1, 0, 2, 0, 0]
+--- Reading the line : 0303-0200,[0- 3- 0- 3- 0- 0- 0- 0- 0- 0- 2- 0- 0],[0- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 1469000- 0- 0],[0- 3- 0- 3- 0- 2- 0- 0],[0- 1690000- 0- 1690000- 0- 1469000- 0- 0],55.83559336409638,1646.3161410961156,3.70953e+11,1.50519e-10,2316000,2316000
+
+arrays of value as string :  ['0', '3', '0', '3', '0', '2', '0', '0']
+resulted X configuration :  [0, 3, 0, 3, 0, 2, 0, 0]
+--- Reading the line : 2220-2202,[2- 2- 2- 0- 0- 0- 0- 0- 0- 2- 2- 0- 2],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 1469000],[2- 2- 2- 0- 2- 2- 0- 2],[1248000- 1248000- 1248000- 0- 1469000- 1469000- 0- 1469000],90.36794395948534,2573.5376417172633,9.5438e+11,9.46876e-11,2311500,2310500
+
+--- Reading the line : 1111-1101,[1- 1- 1- 1- 0- 0- 0- 0- 0- 1- 1- 0- 1],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 741000- 741000- 0- 741000],[1- 1- 1- 1- 1- 1- 0- 1],[598000- 598000- 598000- 598000- 741000- 741000- 0- 741000],54.188707093415594,1600.4146437350414,5.24034e+11,1.03407e-10,2309000,2309000
+
+arrays of value as string :  ['1', '1', '1', '1', '1', '1', '0', '1']
+resulted X configuration :  [1, 1, 1, 1, 1, 1, 0, 1]
+--- Reading the line : 3300-3003,[3- 3- 0- 0- 0- 0- 0- 0- 0- 3- 0- 0- 3],[1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000],[3- 3- 0- 0- 3- 0- 0- 3],[1690000- 1690000- 0- 0- 2314000- 0- 0- 2314000],91.0378905251894,2590.864955311569,8.86305e+11,1.02716e-10,2290000,2228000
+
+--- Reading the line : 3033-0000,[3- 0- 3- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1690000- 0- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 0- 3- 3- 0- 0- 0- 0],[1690000- 0- 1690000- 1690000- 0- 0- 0- 0],55.63901610973564,1629.1899347283022,3.69696e+11,1.50499e-10,2306500,2306500
+
+arrays of value as string :  ['3', '0', '3', '3', '0', '0', '0', '0']
+resulted X configuration :  [3, 0, 3, 3, 0, 0, 0, 0]
+--- Reading the line : 2000-0202,[2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 2],[1248000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000],[2- 0- 0- 0- 0- 2- 0- 2],[1248000- 0- 0- 0- 0- 1469000- 0- 1469000],69.24427915706875,2000.7050198745412,5.37851e+11,1.28742e-10,2304500,2304500
+
+arrays of value as string :  ['2', '0', '0', '0', '0', '2', '0', '2']
+resulted X configuration :  [2, 0, 0, 0, 0, 2, 0, 2]
+--- Reading the line : 3333-0300,[3- 3- 3- 3- 0- 0- 0- 0- 0- 0- 3- 0- 0],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0],[3- 3- 3- 3- 0- 3- 0- 0],[1690000- 1690000- 1690000- 1690000- 0- 2314000- 0- 0],68.8585881417663,2002.428224969299,6.25572e+11,1.10073e-10,2302500,2302500
+
+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 : 0003-2022,[0- 0- 0- 3- 0- 0- 0- 0- 0- 2- 0- 2- 2],[0- 0- 0- 1690000- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 1469000],[0- 0- 0- 3- 2- 0- 2- 2],[0- 0- 0- 1690000- 1469000- 0- 1469000- 1469000],91.1025149142987,2593.115315255358,8.94489e+11,1.01849e-10,2296500,2288000
+
+--- Reading the line : 3000-2000,[3- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 0- 0],[1690000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 0- 0],[3- 0- 0- 0- 2- 0- 0- 0],[1690000- 0- 0- 0- 1469000- 0- 0- 0],38.93515396837066,1169.4426109286767,1.50978e+11,2.57886e-10,2287000,2287000
+
+arrays of value as string :  ['3', '0', '0', '0', '2', '0', '0', '0']
+resulted X configuration :  [3, 0, 0, 0, 2, 0, 0, 0]
+--- Reading the line : 1111-3030,[1- 1- 1- 1- 0- 0- 0- 0- 0- 3- 0- 3- 0],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 0],[1- 1- 1- 1- 3- 0- 3- 0],[598000- 598000- 598000- 598000- 2314000- 0- 2314000- 0],48.274555895924344,1425.8092139058645,4.17999e+11,1.1549e-10,2285500,2285500
+
+arrays of value as string :  ['1', '1', '1', '1', '3', '0', '3', '0']
+resulted X configuration :  [1, 1, 1, 1, 3, 0, 3, 0]
+--- Reading the line : 3003-2202,[3- 0- 0- 3- 0- 0- 0- 0- 0- 2- 2- 0- 2],[1690000- 0- 0- 1690000- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 1469000],[3- 0- 0- 3- 2- 2- 0- 2],[1690000- 0- 0- 1690000- 1469000- 1469000- 0- 1469000],90.97419558775945,2589.8254916632814,1.02783e+12,8.85109e-11,2278500,2263500
+
+--- Reading the line : 3333-0001,[3- 3- 3- 3- 0- 0- 0- 0- 0- 0- 0- 0- 1],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 741000],[3- 3- 3- 3- 0- 0- 0- 1],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 741000],68.96356294855403,2008.0366192852198,6.26348e+11,1.10104e-10,2285500,2285500
+
+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 : 0300-0222,[0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 2- 2- 2],[0- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000],[0- 3- 0- 0- 0- 2- 2- 2],[0- 1690000- 0- 0- 0- 1469000- 1469000- 1469000],87.73265564111072,2504.5206546002637,7.92973e+11,1.10638e-10,2281500,2281000
+
+--- Reading the line : 1111-1111,[1- 1- 1- 1- 0- 0- 0- 0- 0- 1- 1- 1- 1],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 741000- 741000- 741000- 741000],[1- 1- 1- 1- 1- 1- 1- 1],[598000- 598000- 598000- 598000- 741000- 741000- 741000- 741000],59.626232100032496,1744.1463298231681,6.34485e+11,9.39758e-11,2279500,2279500
+
+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 : 0030-0011,[0- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 1- 1],[0- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 741000],[0- 0- 3- 0- 0- 0- 1- 1],[0- 0- 1690000- 0- 0- 0- 741000- 741000],46.021102665309236,1361.132910881084,2.79074e+11,1.64906e-10,2278000,2278000
+
+arrays of value as string :  ['0', '0', '3', '0', '0', '0', '1', '1']
+resulted X configuration :  [0, 0, 3, 0, 0, 0, 1, 1]
+--- Reading the line : 3303-1110,[3- 3- 0- 3- 0- 0- 0- 0- 0- 1- 1- 1- 0],[1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 741000- 741000- 741000- 0],[3- 3- 0- 3- 1- 1- 1- 0],[1690000- 1690000- 0- 1690000- 741000- 741000- 741000- 0],77.02527858774563,2227.941339033911,7.44423e+11,1.0347e-10,2276500,2276500
+
+arrays of value as string :  ['3', '3', '0', '3', '1', '1', '1', '0']
+resulted X configuration :  [3, 3, 0, 3, 1, 1, 1, 0]
+--- Reading the line : 3300-0010,[3- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 0],[1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 0],[3- 3- 0- 0- 0- 0- 1- 0],[1690000- 1690000- 0- 0- 0- 0- 741000- 0],39.567167256666295,1180.6323626163482,1.78536e+11,2.2162e-10,2274500,2274500
+
+arrays of value as string :  ['3', '3', '0', '0', '0', '0', '1', '0']
+resulted X configuration :  [3, 3, 0, 0, 0, 0, 1, 0]
+--- Reading the line : 1011-0000,[1- 0- 1- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0],[598000- 0- 598000- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 1- 0- 0- 0- 0],[598000- 0- 598000- 598000- 0- 0- 0- 0],34.23733881173855,1028.0307948839916,1.24951e+11,2.74006e-10,2273500,2273500
+
+arrays of value as string :  ['1', '0', '1', '1', '0', '0', '0', '0']
+resulted X configuration :  [1, 0, 1, 1, 0, 0, 0, 0]
+ --- Getting data from file  /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/SAMSUNG_RESULTS/summary_files_only_samsung_last_version/summary___27Oct22_08_50_04.csv
+--- Reading the line : 1010-0000,[1- 0- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[598000- 0- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 0- 0- 0- 0- 0],[598000- 0- 598000- 0- 0- 0- 0- 0],33.183528785008455,996.6608211911024,6.09273e+10,5.44641e-10,2488000,2488000
+
+arrays of value as string :  ['1', '0', '1', '0', '0', '0', '0', '0']
+resulted X configuration :  [1, 0, 1, 0, 0, 0, 0, 0]
+--- Reading the line : 3333-2002,[3- 3- 3- 3- 0- 0- 0- 0- 0- 2- 0- 0- 2],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 1469000- 0- 0- 1469000],[3- 3- 3- 3- 2- 0- 0- 2],[1690000- 1690000- 1690000- 1690000- 1469000- 0- 0- 1469000],90.83815606507508,2584.7758725444814,1.00719e+12,9.01897e-11,2481000,2469500
+
+--- Reading the line : 3333-0303,[3- 3- 3- 3- 0- 0- 0- 0- 0- 0- 3- 0- 3],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 0- 2314000],[3- 3- 3- 3- 0- 3- 0- 3],[1690000- 1690000- 1690000- 1690000- 0- 2314000- 0- 2314000],90.83349168495118,2585.6450713118265,1.13185e+12,8.02522e-11,2445000,2399500
+
+--- Reading the line : 2220-0022,[2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 2- 2],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000],[2- 2- 2- 0- 0- 0- 2- 2],[1248000- 1248000- 1248000- 0- 0- 0- 1469000- 1469000],73.16942649261378,2108.967880848539,6.15352e+11,1.18907e-10,2462500,2462500
+
+arrays of value as string :  ['2', '2', '2', '0', '0', '0', '2', '2']
+resulted X configuration :  [2, 2, 2, 0, 0, 0, 2, 2]
+--- Reading the line : 0100-0030,[0- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0],[0- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 0],[0- 1- 0- 0- 0- 0- 3- 0],[0- 598000- 0- 0- 0- 0- 2314000- 0],39.44392969429446,1174.5958154411828,1.50834e+11,2.61506e-10,2461500,2461500
+
+arrays of value as string :  ['0', '1', '0', '0', '0', '0', '3', '0']
+resulted X configuration :  [0, 1, 0, 0, 0, 0, 3, 0]
+--- Reading the line : 0020-2022,[0- 0- 2- 0- 0- 0- 0- 0- 0- 2- 0- 2- 2],[0- 0- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 1469000],[0- 0- 2- 0- 2- 0- 2- 2],[0- 0- 1248000- 0- 1469000- 0- 1469000- 1469000],86.82899185243416,2483.477933140215,7.91896e+11,1.09647e-10,2458000,2457500
+
+--- Reading the line : 1100-0011,[1- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 1],[598000- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 741000],[1- 1- 0- 0- 0- 0- 1- 1],[598000- 598000- 0- 0- 0- 0- 741000- 741000],45.94915231116237,1361.4245436108638,3.11121e+11,1.47689e-10,2456000,2456000
+
+arrays of value as string :  ['1', '1', '0', '0', '0', '0', '1', '1']
+resulted X configuration :  [1, 1, 0, 0, 0, 0, 1, 1]
+--- Reading the line : 1000-0200,[1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 0],[598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 0],[1- 0- 0- 0- 0- 2- 0- 0],[598000- 0- 0- 0- 0- 1469000- 0- 0],39.28516691705545,1168.9345285404715,1.51307e+11,2.59639e-10,2454500,2454500
+
+arrays of value as string :  ['1', '0', '0', '0', '0', '2', '0', '0']
+resulted X configuration :  [1, 0, 0, 0, 0, 2, 0, 0]
+--- Reading the line : 2000-0200,[2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 0],[1248000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 0],[2- 0- 0- 0- 0- 2- 0- 0],[1248000- 0- 0- 0- 0- 1469000- 0- 0],39.28492318173032,1165.1300121783097,1.50983e+11,2.60194e-10,2453500,2453500
+
+arrays of value as string :  ['2', '0', '0', '0', '0', '2', '0', '0']
+resulted X configuration :  [2, 0, 0, 0, 0, 2, 0, 0]
+--- Reading the line : 2002-0033,[2- 0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 3- 3],[1248000- 0- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000],[2- 0- 0- 2- 0- 0- 3- 3],[1248000- 0- 0- 1248000- 0- 0- 2314000- 2314000],91.1644553929722,2594.5600157696776,1.0066e+12,9.05667e-11,2434500,2369000
+
+--- Reading the line : 2220-0200,[2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 2- 0- 0],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 0],[2- 2- 2- 0- 0- 2- 0- 0],[1248000- 1248000- 1248000- 0- 0- 1469000- 0- 0],42.68359200793935,1272.1152796381175,3.02264e+11,1.41213e-10,2438000,2438000
+
+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 : 3303-0002,[3- 3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 2],[1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000],[3- 3- 0- 3- 0- 0- 0- 2],[1690000- 1690000- 0- 1690000- 0- 0- 0- 1469000],74.78520679812058,2163.291646618302,6.27719e+11,1.19138e-10,2435500,2436000
+
+--- Reading the line : 0101-2020,[0- 1- 0- 1- 0- 0- 0- 0- 0- 2- 0- 2- 0],[0- 598000- 0- 598000- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 0],[0- 1- 0- 1- 2- 0- 2- 0],[0- 598000- 0- 598000- 1469000- 0- 1469000- 0],46.624449883999155,1384.2998191177737,3.36052e+11,1.38742e-10,2434500,2434500
+
+arrays of value as string :  ['0', '1', '0', '1', '2', '0', '2', '0']
+resulted X configuration :  [0, 1, 0, 1, 2, 0, 2, 0]
+--- Reading the line : 0200-2220,[0- 2- 0- 0- 0- 0- 0- 0- 0- 2- 2- 2- 0],[0- 1248000- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000- 0],[0- 2- 0- 0- 2- 2- 2- 0],[0- 1248000- 0- 0- 1469000- 1469000- 1469000- 0],52.04989770082893,1534.3550744539166,4.05195e+11,1.28456e-10,2432500,2432500
+
+arrays of value as string :  ['0', '2', '0', '0', '2', '2', '2', '0']
+resulted X configuration :  [0, 2, 0, 0, 2, 2, 2, 0]
+--- Reading the line : 0100-0333,[0- 1- 0- 0- 0- 0- 0- 0- 0- 0- 3- 3- 3],[0- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000],[0- 1- 0- 0- 0- 3- 3- 3],[0- 598000- 0- 0- 0- 2314000- 2314000- 2314000],86.01002716183001,2456.9719537226333,9.48282e+11,9.07009e-11,2403500,2355500
+
+--- Reading the line : 0110-1111,[0- 1- 1- 0- 0- 0- 0- 0- 0- 1- 1- 1- 1],[0- 598000- 598000- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000- 741000],[0- 1- 1- 0- 1- 1- 1- 1],[0- 598000- 598000- 0- 741000- 741000- 741000- 741000],58.30695061504882,1711.0403954629157,5.58316e+11,1.04434e-10,2415500,2415500
+
+arrays of value as string :  ['0', '1', '1', '0', '1', '1', '1', '1']
+resulted X configuration :  [0, 1, 1, 0, 1, 1, 1, 1]
+--- Reading the line : 2000-2220,[2- 0- 0- 0- 0- 0- 0- 0- 0- 2- 2- 2- 0],[1248000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000- 0],[2- 0- 0- 0- 2- 2- 2- 0],[1248000- 0- 0- 0- 1469000- 1469000- 1469000- 0],51.77398405678647,1531.4114249047118,4.07272e+11,1.27124e-10,2414500,2414500
+
+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 : 0001-1010,[0- 0- 0- 1- 0- 0- 0- 0- 0- 1- 0- 1- 0],[0- 0- 0- 598000- 0- 0- 0- 0- 0- 741000- 0- 741000- 0],[0- 0- 0- 1- 1- 0- 1- 0],[0- 0- 0- 598000- 741000- 0- 741000- 0],45.53821500451404,1355.432748106601,2.90132e+11,1.56957e-10,2412500,2412500
+
+arrays of value as string :  ['0', '0', '0', '1', '1', '0', '1', '0']
+resulted X configuration :  [0, 0, 0, 1, 1, 0, 1, 0]
+--- Reading the line : 2020-1110,[2- 0- 2- 0- 0- 0- 0- 0- 0- 1- 1- 1- 0],[1248000- 0- 1248000- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000- 0],[2- 0- 2- 0- 1- 1- 1- 0],[1248000- 0- 1248000- 0- 741000- 741000- 741000- 0],52.667563567092444,1549.4710343251256,4.438e+11,1.18674e-10,2411500,2411500
+
+arrays of value as string :  ['2', '0', '2', '0', '1', '1', '1', '0']
+resulted X configuration :  [2, 0, 2, 0, 1, 1, 1, 0]
+--- Reading the line : 1101-0330,[1- 1- 0- 1- 0- 0- 0- 0- 0- 0- 3- 3- 0],[598000- 598000- 0- 598000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0],[1- 1- 0- 1- 0- 3- 3- 0],[598000- 598000- 0- 598000- 0- 2314000- 2314000- 0],47.53954139270677,1399.9659109737981,3.81959e+11,1.24462e-10,2409500,2409500
+
+arrays of value as string :  ['1', '1', '0', '1', '0', '3', '3', '0']
+resulted X configuration :  [1, 1, 0, 1, 0, 3, 3, 0]
+--- Reading the line : 2200-3030,[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- 0],45.897499448583034,1362.2217646899223,3.14163e+11,1.46095e-10,2408000,2408000
+
+arrays of value as string :  ['2', '2', '0', '0', '3', '0', '3', '0']
+resulted X configuration :  [2, 2, 0, 0, 3, 0, 3, 0]
+--- Reading the line : 0030-3303,[0- 0- 3- 0- 0- 0- 0- 0- 0- 3- 3- 0- 3],[0- 0- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 2314000],[0- 0- 3- 0- 3- 3- 0- 3],[0- 0- 1690000- 0- 2314000- 2314000- 0- 2314000],90.60934290419034,2579.7132956128917,1.16934e+12,7.74876e-11,2378500,2295000
+
+--- Reading the line : 3030-3003,[3- 0- 3- 0- 0- 0- 0- 0- 0- 3- 0- 0- 3],[1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000],[3- 0- 3- 0- 3- 0- 0- 3],[1690000- 0- 1690000- 0- 2314000- 0- 0- 2314000],91.35347102360318,2600.9634313689126,8.88363e+11,1.02833e-10,2378500,2317000
+
+--- Reading the line : 0022-0222,[0- 0- 2- 2- 0- 0- 0- 0- 0- 0- 2- 2- 2],[0- 0- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000],[0- 0- 2- 2- 0- 2- 2- 2],[0- 0- 1248000- 1248000- 0- 1469000- 1469000- 1469000],91.39655756236327,2601.5343232160412,9.6037e+11,9.51681e-11,2371500,2369500
+
+--- Reading the line : 2202-3333,[2- 2- 0- 2- 0- 0- 0- 0- 0- 3- 3- 3- 3],[1248000- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000- 2314000],[2- 2- 0- 2- 3- 3- 3- 3],[1248000- 1248000- 0- 1248000- 2314000- 2314000- 2314000- 2314000],91.2629471347553,2598.1689167738386,1.52316e+12,5.99168e-11,2338000,2274500
+
+--- Reading the line : 3003-3303,[3- 0- 0- 3- 0- 0- 0- 0- 0- 3- 3- 0- 3],[1690000- 0- 0- 1690000- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 2314000],[3- 0- 0- 3- 3- 3- 0- 3],[1690000- 0- 0- 1690000- 2314000- 2314000- 0- 2314000],91.48590224414237,2601.912304883867,1.3418e+12,6.81815e-11,2330000,2253500
+
+--- Reading the line : 2022-0300,[2- 0- 2- 2- 0- 0- 0- 0- 0- 0- 3- 0- 0],[1248000- 0- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0],[2- 0- 2- 2- 0- 3- 0- 0],[1248000- 0- 1248000- 1248000- 0- 2314000- 0- 0],47.22626448231035,1404.4256738704491,4.03627e+11,1.17005e-10,2337000,2337000
+
+arrays of value as string :  ['2', '0', '2', '2', '0', '3', '0', '0']
+resulted X configuration :  [2, 0, 2, 2, 0, 3, 0, 0]
+--- Reading the line : 3033-3033,[3- 0- 3- 3- 0- 0- 0- 0- 0- 3- 0- 3- 3],[1690000- 0- 1690000- 1690000- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 2314000],[3- 0- 3- 3- 3- 0- 3- 3],[1690000- 0- 1690000- 1690000- 2314000- 0- 2314000- 2314000],91.14791319298523,2595.0486194332834,1.51743e+12,6.00673e-11,2306500,2209000
+
+--- Reading the line : 0303-1001,[0- 3- 0- 3- 0- 0- 0- 0- 0- 1- 0- 0- 1],[0- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 741000- 0- 0- 741000],[0- 3- 0- 3- 1- 0- 0- 1],[0- 1690000- 0- 1690000- 741000- 0- 0- 741000],63.57237459348866,1854.6648580956457,5.03581e+11,1.26241e-10,2321500,2321500
+
+arrays of value as string :  ['0', '3', '0', '3', '1', '0', '0', '1']
+resulted X configuration :  [0, 3, 0, 3, 1, 0, 0, 1]
+--- Reading the line : 0220-0030,[0- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0],[0- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 0],[0- 2- 2- 0- 0- 0- 3- 0],[0- 1248000- 1248000- 0- 0- 0- 2314000- 0],39.758510416877954,1184.6158406982167,1.87023e+11,2.12586e-10,2320000,2320000
+
+arrays of value as string :  ['0', '2', '2', '0', '0', '0', '3', '0']
+resulted X configuration :  [0, 2, 2, 0, 0, 0, 3, 0]
+--- Reading the line : 0003-2200,[0- 0- 0- 3- 0- 0- 0- 0- 0- 2- 2- 0- 0],[0- 0- 0- 1690000- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 0],[0- 0- 0- 3- 2- 2- 0- 0],[0- 0- 0- 1690000- 1469000- 1469000- 0- 0],57.01041146071817,1671.7541039480982,3.64861e+11,1.56252e-10,2319000,2319000
+
+arrays of value as string :  ['0', '0', '0', '3', '2', '2', '0', '0']
+resulted X configuration :  [0, 0, 0, 3, 2, 2, 0, 0]
+--- Reading the line : 1111-0200,[1- 1- 1- 1- 0- 0- 0- 0- 0- 0- 2- 0- 0],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 1469000- 0- 0],[1- 1- 1- 1- 0- 2- 0- 0],[598000- 598000- 598000- 598000- 0- 1469000- 0- 0],41.38997957004534,1233.2040531200137,2.90512e+11,1.42473e-10,2317500,2317500
+
+arrays of value as string :  ['1', '1', '1', '1', '0', '2', '0', '0']
+resulted X configuration :  [1, 1, 1, 1, 0, 2, 0, 0]
+--- Reading the line : 0303-0200,[0- 3- 0- 3- 0- 0- 0- 0- 0- 0- 2- 0- 0],[0- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 1469000- 0- 0],[0- 3- 0- 3- 0- 2- 0- 0],[0- 1690000- 0- 1690000- 0- 1469000- 0- 0],55.83559336409638,1646.3161410961156,3.70953e+11,1.50519e-10,2316000,2316000
+
+arrays of value as string :  ['0', '3', '0', '3', '0', '2', '0', '0']
+resulted X configuration :  [0, 3, 0, 3, 0, 2, 0, 0]
+--- Reading the line : 2220-2202,[2- 2- 2- 0- 0- 0- 0- 0- 0- 2- 2- 0- 2],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 1469000],[2- 2- 2- 0- 2- 2- 0- 2],[1248000- 1248000- 1248000- 0- 1469000- 1469000- 0- 1469000],90.36794395948534,2573.5376417172633,9.5438e+11,9.46876e-11,2311500,2310500
+
+--- Reading the line : 1111-1101,[1- 1- 1- 1- 0- 0- 0- 0- 0- 1- 1- 0- 1],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 741000- 741000- 0- 741000],[1- 1- 1- 1- 1- 1- 0- 1],[598000- 598000- 598000- 598000- 741000- 741000- 0- 741000],54.188707093415594,1600.4146437350414,5.24034e+11,1.03407e-10,2309000,2309000
+
+arrays of value as string :  ['1', '1', '1', '1', '1', '1', '0', '1']
+resulted X configuration :  [1, 1, 1, 1, 1, 1, 0, 1]
+--- Reading the line : 3300-3003,[3- 3- 0- 0- 0- 0- 0- 0- 0- 3- 0- 0- 3],[1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000],[3- 3- 0- 0- 3- 0- 0- 3],[1690000- 1690000- 0- 0- 2314000- 0- 0- 2314000],91.0378905251894,2590.864955311569,8.86305e+11,1.02716e-10,2290000,2228000
+
+--- Reading the line : 3033-0000,[3- 0- 3- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1690000- 0- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 0- 3- 3- 0- 0- 0- 0],[1690000- 0- 1690000- 1690000- 0- 0- 0- 0],55.63901610973564,1629.1899347283022,3.69696e+11,1.50499e-10,2306500,2306500
+
+arrays of value as string :  ['3', '0', '3', '3', '0', '0', '0', '0']
+resulted X configuration :  [3, 0, 3, 3, 0, 0, 0, 0]
+--- Reading the line : 2000-0202,[2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 2],[1248000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000],[2- 0- 0- 0- 0- 2- 0- 2],[1248000- 0- 0- 0- 0- 1469000- 0- 1469000],69.24427915706875,2000.7050198745412,5.37851e+11,1.28742e-10,2304500,2304500
+
+arrays of value as string :  ['2', '0', '0', '0', '0', '2', '0', '2']
+resulted X configuration :  [2, 0, 0, 0, 0, 2, 0, 2]
+--- Reading the line : 3333-0300,[3- 3- 3- 3- 0- 0- 0- 0- 0- 0- 3- 0- 0],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0],[3- 3- 3- 3- 0- 3- 0- 0],[1690000- 1690000- 1690000- 1690000- 0- 2314000- 0- 0],68.8585881417663,2002.428224969299,6.25572e+11,1.10073e-10,2302500,2302500
+
+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 : 0003-2022,[0- 0- 0- 3- 0- 0- 0- 0- 0- 2- 0- 2- 2],[0- 0- 0- 1690000- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 1469000],[0- 0- 0- 3- 2- 0- 2- 2],[0- 0- 0- 1690000- 1469000- 0- 1469000- 1469000],91.1025149142987,2593.115315255358,8.94489e+11,1.01849e-10,2296500,2288000
+
+--- Reading the line : 3000-2000,[3- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 0- 0],[1690000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 0- 0],[3- 0- 0- 0- 2- 0- 0- 0],[1690000- 0- 0- 0- 1469000- 0- 0- 0],38.93515396837066,1169.4426109286767,1.50978e+11,2.57886e-10,2287000,2287000
+
+arrays of value as string :  ['3', '0', '0', '0', '2', '0', '0', '0']
+resulted X configuration :  [3, 0, 0, 0, 2, 0, 0, 0]
+--- Reading the line : 1111-3030,[1- 1- 1- 1- 0- 0- 0- 0- 0- 3- 0- 3- 0],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 0],[1- 1- 1- 1- 3- 0- 3- 0],[598000- 598000- 598000- 598000- 2314000- 0- 2314000- 0],48.274555895924344,1425.8092139058645,4.17999e+11,1.1549e-10,2285500,2285500
+
+arrays of value as string :  ['1', '1', '1', '1', '3', '0', '3', '0']
+resulted X configuration :  [1, 1, 1, 1, 3, 0, 3, 0]
+--- Reading the line : 3003-2202,[3- 0- 0- 3- 0- 0- 0- 0- 0- 2- 2- 0- 2],[1690000- 0- 0- 1690000- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 1469000],[3- 0- 0- 3- 2- 2- 0- 2],[1690000- 0- 0- 1690000- 1469000- 1469000- 0- 1469000],90.97419558775945,2589.8254916632814,1.02783e+12,8.85109e-11,2278500,2263500
+
+--- Reading the line : 3333-0001,[3- 3- 3- 3- 0- 0- 0- 0- 0- 0- 0- 0- 1],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 741000],[3- 3- 3- 3- 0- 0- 0- 1],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 741000],68.96356294855403,2008.0366192852198,6.26348e+11,1.10104e-10,2285500,2285500
+
+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 : 0300-0222,[0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 2- 2- 2],[0- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000],[0- 3- 0- 0- 0- 2- 2- 2],[0- 1690000- 0- 0- 0- 1469000- 1469000- 1469000],87.73265564111072,2504.5206546002637,7.92973e+11,1.10638e-10,2281500,2281000
+
+--- Reading the line : 1111-1111,[1- 1- 1- 1- 0- 0- 0- 0- 0- 1- 1- 1- 1],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 741000- 741000- 741000- 741000],[1- 1- 1- 1- 1- 1- 1- 1],[598000- 598000- 598000- 598000- 741000- 741000- 741000- 741000],59.626232100032496,1744.1463298231681,6.34485e+11,9.39758e-11,2279500,2279500
+
+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 : 0030-0011,[0- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 1- 1],[0- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 741000],[0- 0- 3- 0- 0- 0- 1- 1],[0- 0- 1690000- 0- 0- 0- 741000- 741000],46.021102665309236,1361.132910881084,2.79074e+11,1.64906e-10,2278000,2278000
+
+arrays of value as string :  ['0', '0', '3', '0', '0', '0', '1', '1']
+resulted X configuration :  [0, 0, 3, 0, 0, 0, 1, 1]
+--- Reading the line : 3303-1110,[3- 3- 0- 3- 0- 0- 0- 0- 0- 1- 1- 1- 0],[1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 741000- 741000- 741000- 0],[3- 3- 0- 3- 1- 1- 1- 0],[1690000- 1690000- 0- 1690000- 741000- 741000- 741000- 0],77.02527858774563,2227.941339033911,7.44423e+11,1.0347e-10,2276500,2276500
+
+arrays of value as string :  ['3', '3', '0', '3', '1', '1', '1', '0']
+resulted X configuration :  [3, 3, 0, 3, 1, 1, 1, 0]
+--- Reading the line : 3300-0010,[3- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 0],[1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 0],[3- 3- 0- 0- 0- 0- 1- 0],[1690000- 1690000- 0- 0- 0- 0- 741000- 0],39.567167256666295,1180.6323626163482,1.78536e+11,2.2162e-10,2274500,2274500
+
+arrays of value as string :  ['3', '3', '0', '0', '0', '0', '1', '0']
+resulted X configuration :  [3, 3, 0, 0, 0, 0, 1, 0]
+--- Reading the line : 1011-0000,[1- 0- 1- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0],[598000- 0- 598000- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 1- 0- 0- 0- 0],[598000- 0- 598000- 598000- 0- 0- 0- 0],34.23733881173855,1028.0307948839916,1.24951e+11,2.74006e-10,2273500,2273500
+
+arrays of value as string :  ['1', '0', '1', '1', '0', '0', '0', '0']
+resulted X configuration :  [1, 0, 1, 1, 0, 0, 0, 0]
+--- Reading the line : 0101-0220,[0- 1- 0- 1- 0- 0- 0- 0- 0- 0- 2- 2- 0],[0- 598000- 0- 598000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0],[0- 1- 0- 1- 0- 2- 2- 0],[0- 598000- 0- 598000- 0- 1469000- 1469000- 0],46.638618909890624,1384.9379004477273,3.35416e+11,1.39047e-10,2732000,2732000
+
+arrays of value as string :  ['0', '1', '0', '1', '0', '2', '2', '0']
+resulted X configuration :  [0, 1, 0, 1, 0, 2, 2, 0]
+--- Reading the line : 0000-1001,[0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 0- 0- 1],[0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 0- 0- 741000],[0- 0- 0- 0- 1- 0- 0- 1],[0- 0- 0- 0- 741000- 0- 0- 741000],45.61877800997951,1354.510417582785,2.38635e+11,1.91165e-10,2731000,2731000
+
+arrays of value as string :  ['0', '0', '0', '0', '1', '0', '0', '1']
+resulted X configuration :  [0, 0, 0, 0, 1, 0, 0, 1]
+--- Reading the line : 3030-2202,[3- 0- 3- 0- 0- 0- 0- 0- 0- 2- 2- 0- 2],[1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 1469000],[3- 0- 3- 0- 2- 2- 0- 2],[1690000- 0- 1690000- 0- 1469000- 1469000- 0- 1469000],87.04356826274503,2492.07396468035,8.40193e+11,1.03599e-10,2727500,2727000
+
+--- Reading the line : 2202-3030,[2- 2- 0- 2- 0- 0- 0- 0- 0- 3- 0- 3- 0],[1248000- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 0],[2- 2- 0- 2- 3- 0- 3- 0],[1248000- 1248000- 0- 1248000- 2314000- 0- 2314000- 0],54.51713493996797,1600.7150037117678,5.28713e+11,1.03113e-10,2725500,2725500
+
+arrays of value as string :  ['2', '2', '0', '2', '3', '0', '3', '0']
+resulted X configuration :  [2, 2, 0, 2, 3, 0, 3, 0]
+--- Reading the line : 2002-0110,[2- 0- 0- 2- 0- 0- 0- 0- 0- 0- 1- 1- 0],[1248000- 0- 0- 1248000- 0- 0- 0- 0- 0- 0- 741000- 741000- 0],[2- 0- 0- 2- 0- 1- 1- 0],[1248000- 0- 0- 1248000- 0- 741000- 741000- 0],51.850279591253454,1529.070520077931,4.33112e+11,1.19716e-10,2724000,2724000
+
+arrays of value as string :  ['2', '0', '0', '2', '0', '1', '1', '0']
+resulted X configuration :  [2, 0, 0, 2, 0, 1, 1, 0]
+--- Reading the line : 1111-0300,[1- 1- 1- 1- 0- 0- 0- 0- 0- 0- 3- 0- 0],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0],[1- 1- 1- 1- 0- 3- 0- 0],[598000- 598000- 598000- 598000- 0- 2314000- 0- 0],41.598960747373816,1237.924563229372,2.91449e+11,1.42732e-10,2722500,2722500
+
+arrays of value as string :  ['1', '1', '1', '1', '0', '3', '0', '0']
+resulted X configuration :  [1, 1, 1, 1, 0, 3, 0, 0]
+--- Reading the line : 3033-2202,[3- 0- 3- 3- 0- 0- 0- 0- 0- 2- 2- 0- 2],[1690000- 0- 1690000- 1690000- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 1469000],[3- 0- 3- 3- 2- 2- 0- 2],[1690000- 0- 1690000- 1690000- 1469000- 1469000- 0- 1469000],92.1563035213829,2618.5795241455894,1.15667e+12,7.96738e-11,2714000,2694000
+
+--- Reading the line : 2022-0003,[2- 0- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 3],[1248000- 0- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000],[2- 0- 2- 2- 0- 0- 0- 3],[1248000- 0- 1248000- 1248000- 0- 0- 0- 2314000],92.23158134572502,2622.184344108444,6.81065e+11,1.35423e-10,2700000,2683500
+
+--- Reading the line : 1100-2202,[1- 1- 0- 0- 0- 0- 0- 0- 0- 2- 2- 0- 2],[598000- 598000- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 1469000],[1- 1- 0- 0- 2- 2- 0- 2],[598000- 598000- 0- 0- 1469000- 1469000- 0- 1469000],88.1105548621914,2514.877235795017,8.2682e+11,1.06566e-10,2681500,2681000
+
+--- Reading the line : 3003-0330,[3- 0- 0- 3- 0- 0- 0- 0- 0- 0- 3- 3- 0],[1690000- 0- 0- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0],[3- 0- 0- 3- 0- 3- 3- 0],[1690000- 0- 0- 1690000- 0- 2314000- 2314000- 0],63.41847988934798,1849.4283382838514,4.99937e+11,1.26853e-10,2682500,2682500
+
+arrays of value as string :  ['3', '0', '0', '3', '0', '3', '3', '0']
+resulted X configuration :  [3, 0, 0, 3, 0, 3, 3, 0]
+--- Reading the line : 2022-1001,[2- 0- 2- 2- 0- 0- 0- 0- 0- 1- 0- 0- 1],[1248000- 0- 1248000- 1248000- 0- 0- 0- 0- 0- 741000- 0- 0- 741000],[2- 0- 2- 2- 1- 0- 0- 1],[1248000- 0- 1248000- 1248000- 741000- 0- 0- 741000],53.88972265548802,1584.6740575912197,5.19211e+11,1.03792e-10,2680500,2680500
+
+arrays of value as string :  ['2', '0', '2', '2', '1', '0', '0', '1']
+resulted X configuration :  [2, 0, 2, 2, 1, 0, 0, 1]
+--- Reading the line : 0003-3003,[0- 0- 0- 3- 0- 0- 0- 0- 0- 3- 0- 0- 3],[0- 0- 0- 1690000- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000],[0- 0- 0- 3- 3- 0- 0- 3],[0- 0- 0- 1690000- 2314000- 0- 0- 2314000],92.29636491134727,2623.6274810215923,9.34724e+11,9.87418e-11,2661500,2595000
+
+--- Reading the line : 2020-1111,[2- 0- 2- 0- 0- 0- 0- 0- 0- 1- 1- 1- 1],[1248000- 0- 1248000- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000- 741000],[2- 0- 2- 0- 1- 1- 1- 1],[1248000- 0- 1248000- 0- 741000- 741000- 741000- 741000],58.48646984188907,1715.8205674832561,5.67317e+11,1.03093e-10,2659000,2659000
+
+arrays of value as string :  ['2', '0', '2', '0', '1', '1', '1', '1']
+resulted X configuration :  [2, 0, 2, 0, 1, 1, 1, 1]
+--- Reading the line : 3000-0001,[3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1],[1690000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000],[3- 0- 0- 0- 0- 0- 0- 1],[1690000- 0- 0- 0- 0- 0- 0- 741000],39.575303330951975,1178.5313177008625,1.50741e+11,2.62538e-10,2658000,2658000
+
+arrays of value as string :  ['3', '0', '0', '0', '0', '0', '0', '1']
+resulted X configuration :  [3, 0, 0, 0, 0, 0, 0, 1]
+--- Reading the line : 3303-0220,[3- 3- 0- 3- 0- 0- 0- 0- 0- 0- 2- 2- 0],[1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0],[3- 3- 0- 3- 0- 2- 2- 0],[1690000- 1690000- 0- 1690000- 0- 1469000- 1469000- 0],69.87569285664549,2031.7999631065695,6.32529e+11,1.1047e-10,2655500,2655500
+
+arrays of value as string :  ['3', '3', '0', '3', '0', '2', '2', '0']
+resulted X configuration :  [3, 3, 0, 3, 0, 2, 2, 0]
+--- Reading the line : 2222-0200,[2- 2- 2- 2- 0- 0- 0- 0- 0- 0- 2- 0- 0],[1248000- 1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 0- 0],[2- 2- 2- 2- 0- 2- 0- 0],[1248000- 1248000- 1248000- 1248000- 0- 1469000- 0- 0],49.78269170515333,1473.2925869839294,4.89218e+11,1.0176e-10,2654500,2654500
+
+arrays of value as string :  ['2', '2', '2', '2', '0', '2', '0', '0']
+resulted X configuration :  [2, 2, 2, 2, 0, 2, 0, 0]
+--- Reading the line : 3003-2022,[3- 0- 0- 3- 0- 0- 0- 0- 0- 2- 0- 2- 2],[1690000- 0- 0- 1690000- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 1469000],[3- 0- 0- 3- 2- 0- 2- 2],[1690000- 0- 0- 1690000- 1469000- 0- 1469000- 1469000],92.23020774563362,2621.283127232508,1.03134e+12,8.94275e-11,2647000,2634000
+
+--- Reading the line : 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],68.41842087281262,1990.9655111231395,5.33843e+11,1.28162e-10,2632500,2632500
+
+arrays of value as string :  ['0', '0', '2', '0', '0', '2', '0', '2']
+resulted X configuration :  [0, 0, 2, 0, 0, 2, 0, 2]
+--- Reading the line : 0220-0330,[0- 2- 2- 0- 0- 0- 0- 0- 0- 0- 3- 3- 0],[0- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0],[0- 2- 2- 0- 0- 3- 3- 0],[0- 1248000- 1248000- 0- 0- 2314000- 2314000- 0],46.129310755988286,1366.7875665520824,3.149e+11,1.46489e-10,2634000,2634000
+
+arrays of value as string :  ['0', '2', '2', '0', '0', '3', '3', '0']
+resulted X configuration :  [0, 2, 2, 0, 0, 3, 3, 0]
+--- Reading the line : 3003-1111,[3- 0- 0- 3- 0- 0- 0- 0- 0- 1- 1- 1- 1],[1690000- 0- 0- 1690000- 0- 0- 0- 0- 0- 741000- 741000- 741000- 741000],[3- 0- 0- 3- 1- 1- 1- 1],[1690000- 0- 0- 1690000- 741000- 741000- 741000- 741000],76.81195105108375,2209.867621778395,7.57861e+11,1.01354e-10,2631500,2631500
+
+arrays of value as string :  ['3', '0', '0', '3', '1', '1', '1', '1']
+resulted X configuration :  [3, 0, 0, 3, 1, 1, 1, 1]
+--- Reading the line : 3030-0101,[3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 1- 0- 1],[1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 741000- 0- 741000],[3- 0- 3- 0- 0- 1- 0- 1],[1690000- 0- 1690000- 0- 0- 741000- 0- 741000],46.24585697786419,1374.5366306163316,3.1407e+11,1.47247e-10,2630000,2630000
+
+arrays of value as string :  ['3', '0', '3', '0', '0', '1', '0', '1']
+resulted X configuration :  [3, 0, 3, 0, 0, 1, 0, 1]
+--- Reading the line : 0100-0300,[0- 1- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0- 0],[0- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 0- 0],[0- 1- 0- 0- 0- 3- 0- 0],[0- 598000- 0- 0- 0- 2314000- 0- 0],39.24987734486909,1172.1517577749983,1.51266e+11,2.59476e-10,2629000,2629000
+
+arrays of value as string :  ['0', '1', '0', '0', '0', '3', '0', '0']
+resulted X configuration :  [0, 1, 0, 0, 0, 3, 0, 0]
+--- Reading the line : 3300-3030,[3- 3- 0- 0- 0- 0- 0- 0- 0- 3- 0- 3- 0],[1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 0],[3- 3- 0- 0- 3- 0- 3- 0],[1690000- 1690000- 0- 0- 2314000- 0- 2314000- 0],45.90994420974304,1356.4733396258252,3.14512e+11,1.45972e-10,2627500,2627500
+
+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 : 0033-2200,[0- 0- 3- 3- 0- 0- 0- 0- 0- 2- 2- 0- 0],[0- 0- 1690000- 1690000- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 0],[0- 0- 3- 3- 2- 2- 0- 0],[0- 0- 1690000- 1690000- 1469000- 1469000- 0- 0],63.201054281777445,1843.9871856543534,4.9897e+11,1.26663e-10,2626000,2626000
+
+arrays of value as string :  ['0', '0', '3', '3', '2', '2', '0', '0']
+resulted X configuration :  [0, 0, 3, 3, 2, 2, 0, 0]
+--- Reading the line : 0333-0202,[0- 3- 3- 3- 0- 0- 0- 0- 0- 0- 2- 0- 2],[0- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000],[0- 3- 3- 3- 0- 2- 0- 2],[0- 1690000- 1690000- 1690000- 0- 1469000- 0- 1469000],91.51868444561656,2601.7064305736167,8.96494e+11,1.02085e-10,2621000,2619500
+
+--- Reading the line : 0011-2202,[0- 0- 1- 1- 0- 0- 0- 0- 0- 2- 2- 0- 2],[0- 0- 598000- 598000- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 1469000],[0- 0- 1- 1- 2- 2- 0- 2],[0- 0- 598000- 598000- 1469000- 1469000- 0- 1469000],87.43858531009103,2501.6558422922976,8.60923e+11,1.01564e-10,2616000,2615500
+
+--- Reading the line : 0333-1001,[0- 3- 3- 3- 0- 0- 0- 0- 0- 1- 0- 0- 1],[0- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 741000- 0- 0- 741000],[0- 3- 3- 3- 1- 0- 0- 1],[0- 1690000- 1690000- 1690000- 741000- 0- 0- 741000],70.12495871728183,2036.8429665168107,6.3294e+11,1.10792e-10,2614000,2614000
+
+arrays of value as string :  ['0', '3', '3', '3', '1', '0', '0', '1']
+resulted X configuration :  [0, 3, 3, 3, 1, 0, 0, 1]
+--- Reading the line : 1110-0110,[1- 1- 1- 0- 0- 0- 0- 0- 0- 0- 1- 1- 0],[598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 0- 741000- 741000- 0],[1- 1- 1- 0- 0- 1- 1- 0],[598000- 598000- 598000- 0- 0- 741000- 741000- 0],46.48836389397682,1375.4453310142567,3.38587e+11,1.37301e-10,2612500,2612500
+
+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 : 2222-0011,[2- 2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 1- 1],[1248000- 1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 741000- 741000],[2- 2- 2- 2- 0- 0- 1- 1],[1248000- 1248000- 1248000- 1248000- 0- 0- 741000- 741000],57.803218191185564,1687.5029279083308,6.12778e+11,9.43298e-11,2610500,2610500
+
+arrays of value as string :  ['2', '2', '2', '2', '0', '0', '1', '1']
+resulted X configuration :  [2, 2, 2, 2, 0, 0, 1, 1]
+--- Reading the line : 3303-0010,[3- 3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 1- 0],[1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 741000- 0],[3- 3- 0- 3- 0- 0- 1- 0],[1690000- 1690000- 0- 1690000- 0- 0- 741000- 0],62.557345528219294,1834.0008790620582,4.97592e+11,1.2572e-10,2609500,2609500
+
+arrays of value as string :  ['3', '3', '0', '3', '0', '0', '1', '0']
+resulted X configuration :  [3, 3, 0, 3, 0, 0, 1, 0]
+--- Reading the line : 0020-0220,[0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 2- 2- 0],[0- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0],[0- 0- 2- 0- 0- 2- 2- 0],[0- 0- 1248000- 0- 0- 1469000- 1469000- 0],45.66057335531066,1355.5596109026415,2.80919e+11,1.6254e-10,2607500,2607500
+
+arrays of value as string :  ['0', '0', '2', '0', '0', '2', '2', '0']
+resulted X configuration :  [0, 0, 2, 0, 0, 2, 2, 0]
+--- Reading the line : 1101-0020,[1- 1- 0- 1- 0- 0- 0- 0- 0- 0- 0- 2- 0],[598000- 598000- 0- 598000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0],[1- 1- 0- 1- 0- 0- 2- 0],[598000- 598000- 0- 598000- 0- 0- 1469000- 0],40.85218864169798,1223.464152687641,2.50212e+11,1.6327e-10,2609000,2609000
+
+arrays of value as string :  ['1', '1', '0', '1', '0', '0', '2', '0']
+resulted X configuration :  [1, 1, 0, 1, 0, 0, 2, 0]
+--- Reading the line : 0011-2220,[0- 0- 1- 1- 0- 0- 0- 0- 0- 2- 2- 2- 0],[0- 0- 598000- 598000- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000- 0],[0- 0- 1- 1- 2- 2- 2- 0],[0- 0- 598000- 598000- 1469000- 1469000- 1469000- 0],53.21646515709505,1562.605483587304,4.66896e+11,1.13979e-10,2607500,2607500
+
+arrays of value as string :  ['0', '0', '1', '1', '2', '2', '2', '0']
+resulted X configuration :  [0, 0, 1, 1, 2, 2, 2, 0]
+--- Reading the line : 0100-1111,[0- 1- 0- 0- 0- 0- 0- 0- 0- 1- 1- 1- 1],[0- 598000- 0- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000- 741000],[0- 1- 0- 0- 1- 1- 1- 1],[0- 598000- 0- 0- 741000- 741000- 741000- 741000],57.63693828796705,1696.7671411616268,5.29697e+11,1.08811e-10,2606500,2606500
+
+arrays of value as string :  ['0', '1', '0', '0', '1', '1', '1', '1']
+resulted X configuration :  [0, 1, 0, 0, 1, 1, 1, 1]
+--- Reading the line : 2220-0002,[2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1469000],[2- 2- 2- 0- 0- 0- 0- 2],[1248000- 1248000- 1248000- 0- 0- 0- 0- 1469000],51.820824721810226,1539.140631699505,3.49533e+11,1.48257e-10,2604500,2604500
+
+arrays of value as string :  ['2', '2', '2', '0', '0', '0', '0', '2']
+resulted X configuration :  [2, 2, 2, 0, 0, 0, 0, 2]
+--- Reading the line : 1101-1101,[1- 1- 0- 1- 0- 0- 0- 0- 0- 1- 1- 0- 1],[598000- 598000- 0- 598000- 0- 0- 0- 0- 0- 741000- 741000- 0- 741000],[1- 1- 0- 1- 1- 1- 0- 1],[598000- 598000- 0- 598000- 741000- 741000- 0- 741000],53.82322414746841,1587.1038965359428,4.92804e+11,1.09218e-10,2603500,2603500
+
+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 : 0303-2202,[0- 3- 0- 3- 0- 0- 0- 0- 0- 2- 2- 0- 2],[0- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 1469000],[0- 3- 0- 3- 2- 2- 0- 2],[0- 1690000- 0- 1690000- 1469000- 1469000- 0- 1469000],92.07079135699803,2619.148962732569,1.02227e+12,9.0065e-11,2597500,2584500
+
+--- Reading the line : 0110-2220,[0- 1- 1- 0- 0- 0- 0- 0- 0- 2- 2- 2- 0],[0- 598000- 598000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000- 0],[0- 1- 1- 0- 2- 2- 2- 0],[0- 598000- 598000- 0- 1469000- 1469000- 1469000- 0],52.23889826180794,1539.7050876973549,4.45583e+11,1.17237e-10,2583000,2583000
+
+arrays of value as string :  ['0', '1', '1', '0', '2', '2', '2', '0']
+resulted X configuration :  [0, 1, 1, 0, 2, 2, 2, 0]
+--- Reading the line : 0003-2000,[0- 0- 0- 3- 0- 0- 0- 0- 0- 2- 0- 0- 0],[0- 0- 0- 1690000- 0- 0- 0- 0- 0- 1469000- 0- 0- 0],[0- 0- 0- 3- 2- 0- 0- 0],[0- 0- 0- 1690000- 1469000- 0- 0- 0],49.78463516283806,1470.7680028848438,2.40778e+11,2.06766e-10,2584500,2584500
+
+arrays of value as string :  ['0', '0', '0', '3', '2', '0', '0', '0']
+resulted X configuration :  [0, 0, 0, 3, 2, 0, 0, 0]
+--- Reading the line : 1101-0222,[1- 1- 0- 1- 0- 0- 0- 0- 0- 0- 2- 2- 2],[598000- 598000- 0- 598000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000],[1- 1- 0- 1- 0- 2- 2- 2],[598000- 598000- 0- 598000- 0- 1469000- 1469000- 1469000],88.1988406238819,2525.0143344850517,8.8992e+11,9.91087e-11,2582500,2582000
+
+--- Reading the line : 2220-1010,[2- 2- 2- 0- 0- 0- 0- 0- 0- 1- 0- 1- 0],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 741000- 0- 741000- 0],[2- 2- 2- 0- 1- 0- 1- 0],[1248000- 1248000- 1248000- 0- 741000- 0- 741000- 0],48.51422751414818,1434.133772187846,4.30763e+11,1.12624e-10,2580500,2580500
+
+arrays of value as string :  ['2', '2', '2', '0', '1', '0', '1', '0']
+resulted X configuration :  [2, 2, 2, 0, 1, 0, 1, 0]
+--- Reading the line : 3303-2202,[3- 3- 0- 3- 0- 0- 0- 0- 0- 2- 2- 0- 2],[1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 1469000],[3- 3- 0- 3- 2- 2- 0- 2],[1690000- 1690000- 0- 1690000- 1469000- 1469000- 0- 1469000],92.04366316737286,2620.393660027732,1.14101e+12,8.06686e-11,2574000,2553500
+
+--- Reading the line : 3330-1111,[3- 3- 3- 0- 0- 0- 0- 0- 0- 1- 1- 1- 1],[1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000- 741000],[3- 3- 3- 0- 1- 1- 1- 1],[1690000- 1690000- 1690000- 0- 741000- 741000- 741000- 741000],58.34962739667262,1712.1856451622727,5.72832e+11,1.01862e-10,2559000,2559000
+
+arrays of value as string :  ['3', '3', '3', '0', '1', '1', '1', '1']
+resulted X configuration :  [3, 3, 3, 0, 1, 1, 1, 1]
+--- Reading the line : 0101-0020,[0- 1- 0- 1- 0- 0- 0- 0- 0- 0- 0- 2- 0],[0- 598000- 0- 598000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0],[0- 1- 0- 1- 0- 0- 2- 0],[0- 598000- 0- 598000- 0- 0- 1469000- 0],40.07778042239593,1197.2851928376945,2.08234e+11,1.92465e-10,2558000,2558000
+
+arrays of value as string :  ['0', '1', '0', '1', '0', '0', '2', '0']
+resulted X configuration :  [0, 1, 0, 1, 0, 0, 2, 0]
+--- Reading the line : 0303-0020,[0- 3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 2- 0],[0- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0],[0- 3- 0- 3- 0- 0- 2- 0],[0- 1690000- 0- 1690000- 0- 0- 1469000- 0],55.713067179400355,1642.564677285043,3.70935e+11,1.50196e-10,2556500,2556500
+
+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 : 2002-0003,[2- 0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 0- 3],[1248000- 0- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000],[2- 0- 0- 2- 0- 0- 0- 3],[1248000- 0- 0- 1248000- 0- 0- 0- 2314000],91.65208265557725,2608.2567026211073,5.86439e+11,1.56286e-10,2548500,2536000
+
+--- Reading the line : 1010-0011,[1- 0- 1- 0- 0- 0- 0- 0- 0- 0- 0- 1- 1],[598000- 0- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 741000],[1- 0- 1- 0- 0- 0- 1- 1],[598000- 0- 598000- 0- 0- 0- 741000- 741000],45.91313441738388,1362.4330265730114,3.14362e+11,1.46052e-10,2534000,2534000
+
+arrays of value as string :  ['1', '0', '1', '0', '0', '0', '1', '1']
+resulted X configuration :  [1, 0, 1, 0, 0, 0, 1, 1]
+--- Reading the line : 2222-0010,[2- 2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 1- 0],[1248000- 1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 741000- 0],[2- 2- 2- 2- 0- 0- 1- 0],[1248000- 1248000- 1248000- 1248000- 0- 0- 741000- 0],49.5107550906526,1459.6752256935913,4.84075e+11,1.02279e-10,2535500,2535500
+
+arrays of value as string :  ['2', '2', '2', '2', '0', '0', '1', '0']
+resulted X configuration :  [2, 2, 2, 2, 0, 0, 1, 0]
+--- Reading the line : 2222-3030,[2- 2- 2- 2- 0- 0- 0- 0- 0- 3- 0- 3- 0],[1248000- 1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 0],[2- 2- 2- 2- 3- 0- 3- 0],[1248000- 1248000- 1248000- 1248000- 2314000- 0- 2314000- 0],56.857447718485275,1675.7703243339433,6.17044e+11,9.21449e-11,2533000,2533000
+
+arrays of value as string :  ['2', '2', '2', '2', '3', '0', '3', '0']
+resulted X configuration :  [2, 2, 2, 2, 3, 0, 3, 0]
+--- Reading the line : 0330-3330,[0- 3- 3- 0- 0- 0- 0- 0- 0- 3- 3- 3- 0],[0- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000- 0],[0- 3- 3- 0- 3- 3- 3- 0],[0- 1690000- 1690000- 0- 2314000- 2314000- 2314000- 0],52.89973137461709,1557.1830208996582,4.43849e+11,1.19184e-10,2531500,2531500
+
+arrays of value as string :  ['0', '3', '3', '0', '3', '3', '3', '0']
+resulted X configuration :  [0, 3, 3, 0, 3, 3, 3, 0]
+ --- Converting [0, 3, 0, 3, 1, 0, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 0, 0, 0, 1, 0, 1, 0]
+ --- Converting array [2, 0, 1, 0, 0, 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, 0] from base 2 to decimal
+ --- result  2
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [1, 0, 1] from base 2 to decimal
+ --- result  5
+ --- Result  [2, 2, 0, 5]
+ --- Converting [0, 0, 3, 3, 3, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 1, 2, 0, 1, 0, 0, 0]
+ --- Converting array [2, 0, 0, 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, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 1, 0, 4]
+ --- Converting [0, 3, 0, 3, 0, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 0, 0, 0, 0, 1, 0, 0]
+ --- Converting array [2, 0, 1, 0, 0, 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 [2, 2, 2, 2, 0, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 1, 0, 0, 1, 1, 0]
+ --- Converting array [1, 1, 1, 1, 1, 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 [3, 0, 0, 0, 1, 1, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 0, 0, 1, 1, 1, 0]
+ --- Converting array [2, 1, 0, 0, 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, 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  [2, 4, 0, 7]
+ --- Converting [0, 0, 3, 0, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 1, 0, 0, 0, 0, 0, 0]
+ --- Converting array [2, 0, 0, 1, 0, 0, 0, 0, 0, 0] 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, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [2, 1, 0, 0]
+ --- Converting [0, 0, 2, 0, 0, 0, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 1, 0, 0, 0, 0, 1, 0]
+ --- Converting array [1, 0, 0, 1, 0, 0, 0, 0, 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, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Result  [1, 1, 0, 1]
+ --- Converting [1, 0, 0, 0, 1, 0, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 0, 0, 0, 1, 0, 1, 0]
+ --- Converting array [0, 1, 0, 0, 0, 0, 1, 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 [1, 0, 1] from base 2 to decimal
+ --- result  5
+ --- Result  [0, 4, 0, 5]
+ --- Converting [0, 0, 2, 0, 0, 2, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 1, 1, 0, 0, 1, 0, 1]
+ --- Converting array [1, 0, 0, 1, 1, 0, 0, 1, 0, 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 [0, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [1, 1, 0, 2]
+ --- Converting [0, 0, 1, 0, 3, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 1, 2, 0, 1, 1, 0, 0]
+ --- Converting array [0, 0, 0, 1, 2, 0, 1, 1, 0, 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, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [0, 1, 0, 6]
+ --- 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 [3, 3, 0, 3, 0, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 0, 0, 0, 0, 0, 0, 1]
+ --- Converting array [2, 1, 1, 0, 0, 0, 0, 0, 0, 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, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [2, 6, 0, 0]
+ --- Converting [0, 0, 2, 2, 0, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 1, 2, 0, 0, 0, 1, 0]
+ --- Converting array [1, 0, 0, 1, 2, 0, 0, 0, 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, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Result  [1, 1, 0, 1]
+ --- Converting [0, 0, 1, 1, 1, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 1, 0, 0, 1, 1, 0, 0]
+ --- Converting array [0, 0, 0, 1, 0, 0, 1, 1, 0, 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, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [0, 1, 0, 6]
+ --- Converting [3, 3, 0, 3, 1, 0, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 0, 0, 0, 1, 0, 1, 0]
+ --- Converting array [2, 1, 1, 0, 0, 0, 1, 0, 1, 0] 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, 0, 0, 3, 1, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 0, 0, 0, 1, 0, 0, 1]
+ --- Converting array [2, 0, 0, 0, 0, 0, 1, 0, 0, 1] 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, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 0, 0, 4]
+ --- Converting [0, 0, 0, 0, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+ --- Converting array [0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [0, 0, 0, 0]
+ --- Converting [0, 0, 0, 0, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+ --- Converting array [0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [0, 0, 0, 0]
+ --- Converting [3, 0, 0, 0, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 0, 0, 0, 0, 0, 0]
+ --- Converting array [2, 1, 0, 0, 0, 0, 0, 0, 0, 0] 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, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [2, 4, 0, 0]
+ --- Converting [3, 3, 0, 0, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 0, 0, 0, 0, 0, 0, 0]
+ --- Converting array [2, 1, 1, 0, 0, 0, 0, 0, 0, 0] 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, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [2, 6, 0, 0]
+ --- Converting [3, 3, 3, 0, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 1, 0, 0, 0, 0, 0, 0]
+ --- Converting array [2, 1, 1, 1, 0, 0, 0, 0, 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, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [2, 7, 0, 0]
+ --- Converting [3, 3, 3, 3, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 1, 0, 0, 0, 0, 0, 0]
+ --- Converting array [2, 1, 1, 1, 0, 0, 0, 0, 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, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [2, 7, 0, 0]
+ --- Converting [3, 3, 3, 3, 3, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 1, 2, 0, 1, 0, 0, 0]
+ --- Converting array [2, 1, 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 [1, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 7, 0, 4]
+ --- Converting [3, 3, 3, 3, 3, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 1, 2, 0, 1, 1, 0, 0]
+ --- Converting array [2, 1, 1, 1, 2, 0, 1, 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [2, 7, 0, 6]
+ --- Converting [0, 0, 0, 0, 3, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 0, 2, 0, 1, 0, 0, 0]
+ --- Converting array [0, 0, 0, 0, 2, 0, 1, 0, 0, 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, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [0, 0, 0, 4]
+ --- Converting [0, 0, 0, 0, 3, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 0, 2, 0, 1, 1, 0, 0]
+ --- Converting array [0, 0, 0, 0, 2, 0, 1, 1, 0, 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, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [0, 0, 0, 6]
+ --- Converting [0, 0, 0, 0, 3, 3, 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 [3, 3, 0, 0, 3, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 0, 2, 0, 1, 0, 0, 0]
+ --- Converting array [2, 1, 1, 0, 2, 0, 1, 0, 0, 0] 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, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 6, 0, 4]
+ --- Converting [3, 3, 3, 0, 3, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 1, 2, 0, 1, 0, 0, 0]
+ --- Converting array [2, 1, 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 [1, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 7, 0, 4]
+ --- Converting [3, 0, 0, 0, 3, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 2, 0, 1, 0, 0, 0]
+ --- Converting array [2, 1, 0, 0, 2, 0, 1, 0, 0, 0] 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 4, 0, 4]
+ --- Converting [3, 0, 0, 0, 3, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 2, 0, 1, 1, 0, 0]
+ --- Converting array [2, 1, 0, 0, 2, 0, 1, 1, 0, 0] 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [2, 4, 0, 6]
+ --- Converting [3, 0, 0, 0, 3, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 2, 0, 1, 1, 1, 0]
+ --- Converting array [2, 1, 0, 0, 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, 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  [2, 4, 0, 7]
+ --- Converting [0, 0, 0, 0, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+ --- Converting array [0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [0, 0, 0, 0]
+ --- Converting [1, 0, 0, 0, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 0, 0, 0, 0, 0, 0, 0]
+ --- Converting array [0, 1, 0, 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, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [0, 4, 0, 0]
+ --- Converting [2, 0, 0, 0, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 0, 0, 0, 0, 0, 0]
+ --- Converting array [1, 1, 0, 0, 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, 0] from base 2 to decimal
+ --- result  4
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [1, 4, 0, 0]
+ --- Converting [3, 0, 0, 0, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 0, 0, 0, 0, 0, 0]
+ --- Converting array [2, 1, 0, 0, 0, 0, 0, 0, 0, 0] 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, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [2, 4, 0, 0]
+ --- 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 [2, 2, 0, 0, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 0, 0, 0, 0, 0, 0, 0]
+ --- Converting array [1, 1, 1, 0, 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, 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  [1, 6, 0, 0]
+ --- Converting [1, 1, 1, 0, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 1, 0, 0, 0, 0, 0, 0]
+ --- Converting array [0, 1, 1, 1, 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, 1] from base 2 to decimal
+ --- result  7
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [0, 7, 0, 0]
+ --- Converting [2, 2, 2, 0, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 0, 0, 0, 0, 0, 0]
+ --- Converting array [1, 1, 1, 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, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [1, 7, 0, 0]
+ --- Converting [3, 3, 0, 0, 1, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 0, 0, 0, 1, 0, 0, 0]
+ --- Converting array [2, 1, 1, 0, 0, 0, 1, 0, 0, 0] 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, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 6, 0, 4]
+ --- Converting [3, 3, 0, 0, 2, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 0, 1, 0, 1, 0, 0, 0]
+ --- Converting array [2, 1, 1, 0, 1, 0, 1, 0, 0, 0] 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, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 6, 0, 4]
+ --- Converting [1, 1, 0, 0, 1, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 0, 0, 0, 1, 0, 0, 0]
+ --- Converting array [0, 1, 1, 0, 0, 0, 1, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [0, 6, 0, 4]
+ --- Converting [2, 2, 0, 0, 2, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 0, 1, 0, 1, 0, 0, 0]
+ --- Converting array [1, 1, 1, 0, 1, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 6, 0, 4]
+ --- Converting [3, 0, 0, 0, 1, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 0, 0, 1, 0, 0, 0]
+ --- Converting array [2, 1, 0, 0, 0, 0, 1, 0, 0, 0] 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 4, 0, 4]
+ --- Converting [3, 0, 0, 0, 2, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 1, 0, 1, 0, 0, 0]
+ --- Converting array [2, 1, 0, 0, 1, 0, 1, 0, 0, 0] 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 4, 0, 4]
+ --- Converting [1, 0, 0, 0, 1, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 0, 0, 0, 1, 0, 0, 0]
+ --- Converting array [0, 1, 0, 0, 0, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [0, 4, 0, 4]
+ --- Converting [1, 0, 0, 1, 2, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 0, 1, 0, 1, 0, 0, 0]
+ --- Converting array [0, 1, 0, 0, 1, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [0, 4, 0, 4]
+ --- Converting [0, 1, 1, 1, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 1, 0, 0, 0, 0, 0, 0]
+ --- Converting array [0, 0, 1, 1, 0, 0, 0, 0, 0, 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, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [0, 3, 0, 0]
+ --- Converting [3, 0, 0, 0, 0, 2, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 1, 0, 0, 1, 0, 1]
+ --- Converting array [2, 1, 0, 0, 1, 0, 0, 1, 0, 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, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [2, 4, 0, 2]
+ --- Converting [0, 0, 0, 1, 2, 0, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 0, 1, 0, 1, 0, 0, 1]
+ --- Converting array [0, 0, 0, 0, 1, 0, 1, 0, 0, 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, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [0, 0, 0, 4]
+ --- Converting [3, 3, 0, 0, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 0, 0, 0, 0, 0, 0, 0]
+ --- Converting array [2, 1, 1, 0, 0, 0, 0, 0, 0, 0] 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, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [2, 6, 0, 0]
+ --- Converting [1, 1, 0, 1, 0, 2, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 0, 1, 0, 0, 1, 0, 1]
+ --- Converting array [0, 1, 1, 0, 1, 0, 0, 1, 0, 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, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 6, 0, 2]
+ --- Converting [0, 0, 1, 1, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 1, 0, 0, 0, 0, 0, 0]
+ --- Converting array [0, 0, 0, 1, 0, 0, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [0, 1, 0, 0]
+ --- Converting [1, 0, 0, 1, 0, 0, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 0, 1, 0, 0, 0, 0, 1]
+ --- Converting array [0, 1, 0, 0, 1, 0, 0, 0, 0, 1] 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, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [0, 4, 0, 0]
+ --- Converting [2, 0, 0, 2, 0, 1, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 0, 0, 0, 1, 0, 1]
+ --- Converting array [1, 1, 0, 0, 0, 0, 0, 1, 0, 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 [0, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [1, 4, 0, 2]
+ --- Converting [0, 3, 0, 3, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 0, 0, 0, 0, 0, 0, 0]
+ --- Converting array [2, 0, 1, 0, 0, 0, 0, 0, 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, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [2, 2, 0, 0]
+ --- Converting [0, 1, 0, 1, 2, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 1, 0, 1, 1, 1, 0]
+ --- Converting array [0, 0, 1, 0, 1, 0, 1, 1, 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 [1, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Result  [0, 2, 0, 7]
+ --- Converting [0, 0, 0, 1, 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 [3, 3, 3, 0, 1, 1, 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 [0, 3, 3, 0, 0, 1, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 1, 0, 0, 0, 1, 1, 1]
+ --- Converting array [2, 0, 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 [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  [2, 3, 0, 3]
+ --- Converting [0, 0, 0, 0, 1, 0, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 0, 1, 0]
+ --- Converting array [0, 0, 0, 0, 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, 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, 0, 1, 1, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 1, 0, 0]
+ --- Converting array [0, 0, 0, 0, 0, 0, 1, 1, 0, 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, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [0, 0, 0, 6]
+ --- Converting [0, 0, 0, 2, 0, 0, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 0, 1, 0, 0, 0, 1, 0]
+ --- Converting array [1, 0, 0, 0, 1, 0, 0, 0, 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, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Result  [1, 0, 0, 1]
+ --- Converting [2, 0, 2, 2, 2, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 1, 1, 0, 1, 1, 1, 0]
+ --- Converting array [1, 1, 0, 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, 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 [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, 0, 1, 0, 2, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 1, 1, 0, 1, 0, 0, 0]
+ --- Converting array [0, 0, 0, 1, 1, 0, 1, 0, 0, 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, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [0, 1, 0, 4]
+ --- Converting [0, 1, 1, 0, 0, 0, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 1, 1, 0, 0, 0, 0, 1]
+ --- Converting array [0, 0, 1, 1, 1, 0, 0, 0, 0, 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, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [0, 3, 0, 0]
+ --- Converting [3, 0, 3, 0, 1, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 1, 0, 0, 1, 0, 0, 0]
+ --- Converting array [2, 1, 0, 1, 0, 0, 1, 0, 0, 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, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 5, 0, 4]
+ --- Converting [2, 0, 0, 0, 2, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 1, 0, 1, 0, 0, 0]
+ --- Converting array [1, 1, 0, 0, 1, 0, 1, 0, 0, 0] 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, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 4, 0, 4]
+ --- Converting [3, 0, 0, 0, 1, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 0, 0, 1, 1, 0, 0]
+ --- Converting array [2, 1, 0, 0, 0, 0, 1, 1, 0, 0] 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [2, 4, 0, 6]
+ --- Converting [3, 0, 0, 0, 2, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 1, 0, 1, 1, 0, 0]
+ --- Converting array [2, 1, 0, 0, 1, 0, 1, 1, 0, 0] 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [2, 4, 0, 6]
+ --- Converting [1, 0, 0, 0, 1, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 0, 0, 0, 1, 1, 0, 0]
+ --- Converting array [0, 1, 0, 0, 0, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [0, 4, 0, 6]
+ --- Converting [2, 0, 0, 0, 2, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 1, 0, 1, 1, 0, 0]
+ --- Converting array [1, 1, 0, 0, 1, 0, 1, 1, 0, 0] 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, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [1, 4, 0, 6]
+ --- Converting [3, 0, 0, 0, 3, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 2, 0, 1, 1, 0, 0]
+ --- Converting array [2, 1, 0, 0, 2, 0, 1, 1, 0, 0] 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [2, 4, 0, 6]
+ --- Converting [0, 0, 0, 0, 1, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 0, 0, 0]
+ --- Converting array [0, 0, 0, 0, 0, 0, 1, 0, 0, 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, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [0, 0, 0, 4]
+ --- Converting [0, 0, 0, 0, 2, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 0, 1, 0, 1, 0, 0, 0]
+ --- Converting array [0, 0, 0, 0, 1, 0, 1, 0, 0, 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, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [0, 0, 0, 4]
+ --- Converting [0, 0, 0, 0, 2, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 0, 1, 0, 1, 1, 0, 0]
+ --- Converting array [0, 0, 0, 0, 1, 0, 1, 1, 0, 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, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [0, 0, 0, 6]
+ --- Converting [1, 0, 0, 1, 2, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 0, 1, 0, 1, 1, 1, 0]
+ --- Converting array [0, 1, 0, 0, 1, 0, 1, 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 [1, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Result  [0, 4, 0, 7]
+ --- Converting [0, 2, 0, 0, 1, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 0, 0, 0, 1, 1, 0, 0]
+ --- Converting array [1, 0, 1, 0, 0, 0, 1, 1, 0, 0] 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [1, 2, 0, 6]
+ --- Converting [2, 0, 0, 2, 0, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 0, 0, 0, 1, 0, 0]
+ --- Converting array [1, 1, 0, 0, 0, 0, 0, 1, 0, 0] 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 [0, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [1, 4, 0, 2]
+ --- Converting [0, 0, 0, 0, 0, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 0, 0, 0, 0, 0, 0, 1]
+ --- Converting array [0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [0, 0, 0, 0]
+ --- Converting [0, 1, 0, 1, 0, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 1, 0, 0, 1, 0, 0]
+ --- Converting array [0, 0, 1, 0, 1, 0, 0, 1, 0, 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, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 2, 0, 2]
+ --- Converting [3, 3, 3, 0, 2, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 1, 1, 0, 1, 1, 1, 0]
+ --- Converting array [2, 1, 1, 1, 1, 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 [2, 0, 0, 2, 2, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 1, 0, 1, 0, 0, 0]
+ --- Converting array [1, 1, 0, 0, 1, 0, 1, 0, 0, 0] 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, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 4, 0, 4]
+ --- Converting [0, 0, 0, 1, 0, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 0, 1, 0, 0, 1, 0, 0]
+ --- Converting array [0, 0, 0, 0, 1, 0, 0, 1, 0, 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, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 0, 0, 2]
+ --- Converting [0, 2, 2, 0, 0, 0, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 1, 1, 0, 0, 0, 1, 0]
+ --- Converting array [1, 0, 1, 1, 1, 0, 0, 0, 1, 0] 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, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Result  [1, 3, 0, 1]
+ --- Converting [0, 3, 0, 3, 1, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 0, 0, 0, 1, 0, 0, 0]
+ --- Converting array [2, 0, 1, 0, 0, 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, 0] from base 2 to decimal
+ --- result  2
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 2, 0, 4]
+ --- Converting [0, 1, 1, 0, 0, 0, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 1, 1, 0, 0, 0, 1, 0]
+ --- Converting array [0, 0, 1, 1, 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, 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, 0, 3, 0, 2, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 1, 1, 0, 1, 0, 0, 0]
+ --- Converting array [2, 0, 0, 1, 1, 0, 1, 0, 0, 0] 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 1, 0, 4]
+ --- Converting [2, 0, 0, 2, 1, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 0, 0, 1, 0, 0, 1]
+ --- Converting array [1, 1, 0, 0, 0, 0, 1, 0, 0, 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, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 4, 0, 4]
+ --- Converting [0, 1, 0, 1, 2, 0, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 1, 0, 1, 0, 1, 0]
+ --- Converting array [0, 0, 1, 0, 1, 0, 1, 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 [1, 0, 1] from base 2 to decimal
+ --- result  5
+ --- Result  [0, 2, 0, 5]
+ --- Converting [0, 2, 0, 2, 1, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 0, 0, 0, 1, 0, 0, 1]
+ --- Converting array [1, 0, 1, 0, 0, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 2, 0, 4]
+ --- Converting [3, 0, 0, 3, 1, 1, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 0, 0, 1, 1, 0, 1]
+ --- Converting array [2, 1, 0, 0, 0, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [2, 4, 0, 6]
+ --- Converting [0, 2, 2, 0, 1, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 1, 0, 0, 1, 0, 0, 1]
+ --- Converting array [1, 0, 1, 1, 0, 0, 1, 0, 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, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 3, 0, 4]
+ --- Converting [3, 0, 0, 3, 0, 0, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 1, 0, 0, 0, 0, 1]
+ --- Converting array [2, 1, 0, 0, 1, 0, 0, 0, 0, 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, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [2, 4, 0, 0]
+ --- Converting [1, 1, 1, 1, 0, 1, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 1, 0, 0, 0, 1, 0, 1]
+ --- Converting array [0, 1, 1, 1, 0, 0, 0, 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 [0, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 7, 0, 2]
+ --- Converting [2, 2, 2, 0, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 0, 0, 0, 0, 0, 0]
+ --- Converting array [1, 1, 1, 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, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [1, 7, 0, 0]
+ --- Converting [2, 0, 2, 0, 0, 0, 2, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 1, 1, 0, 0, 0, 1, 1]
+ --- Converting array [1, 1, 0, 1, 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, 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  [1, 5, 0, 1]
+ --- Converting [0, 0, 1, 1, 2, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 1, 1, 0, 1, 1, 0, 0]
+ --- Converting array [0, 0, 0, 1, 1, 0, 1, 1, 0, 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, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [0, 1, 0, 6]
+ --- Converting [2, 2, 2, 2, 2, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 1, 0, 1, 1, 0, 0]
+ --- Converting array [1, 1, 1, 1, 1, 0, 1, 1, 0, 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, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [1, 7, 0, 6]
+ --- Converting [1, 0, 1, 1, 0, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 1, 0, 0, 0, 1, 0, 0]
+ --- Converting array [0, 1, 0, 1, 0, 0, 0, 1, 0, 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, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 5, 0, 2]
+ --- Converting [0, 0, 3, 3, 2, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 1, 1, 0, 1, 1, 0, 0]
+ --- Converting array [2, 0, 0, 1, 1, 0, 1, 1, 0, 0] 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [2, 1, 0, 6]
+ --- Converting [0, 1, 0, 1, 0, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 2, 0, 0, 1, 1, 0]
+ --- Converting array [0, 0, 1, 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, 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  [0, 2, 0, 3]
+ --- Converting [0, 1, 0, 0, 0, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 1, 0, 0, 1, 0, 0]
+ --- Converting array [0, 0, 1, 0, 1, 0, 0, 1, 0, 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, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 2, 0, 2]
+ --- Converting [1, 1, 0, 1, 2, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 0, 1, 0, 1, 0, 0, 0]
+ --- Converting array [0, 1, 1, 0, 1, 0, 1, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [0, 6, 0, 4]
+ --- Converting [0, 3, 3, 3, 0, 0, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 1, 0, 0, 0, 0, 1, 1]
+ --- Converting array [2, 0, 1, 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 [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  [2, 3, 0, 1]
+ --- Converting [1, 0, 1, 1, 3, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 1, 2, 0, 1, 1, 1, 0]
+ --- Converting array [0, 1, 0, 1, 2, 0, 1, 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 [1, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Result  [0, 5, 0, 7]
+ --- Converting [1, 0, 1, 1, 3, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 1, 2, 0, 1, 0, 1, 0]
+ --- Converting array [0, 1, 0, 1, 2, 0, 1, 0, 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 [1, 0, 1] from base 2 to decimal
+ --- result  5
+ --- Result  [0, 5, 0, 5]
+ --- Converting [0, 0, 1, 0, 0, 1, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 1, 0, 0, 0, 1, 0, 1]
+ --- Converting array [0, 0, 0, 1, 0, 0, 0, 1, 0, 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, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 1, 0, 2]
+ --- 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, 0, 1, 1, 3, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 1, 2, 0, 1, 0, 0, 0]
+ --- Converting array [0, 0, 0, 1, 2, 0, 1, 0, 0, 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, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [0, 1, 0, 4]
+ --- Converting [0, 0, 2, 0, 2, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 1, 1, 0, 1, 0, 0, 0]
+ --- Converting array [1, 0, 0, 1, 1, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 1, 0, 4]
+ --- Converting [3, 3, 0, 3, 1, 0, 1, 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 [3, 0, 0, 0, 2, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 1, 0, 1, 0, 0, 0]
+ --- Converting array [2, 1, 0, 0, 1, 0, 1, 0, 0, 0] 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 4, 0, 4]
+ --- Converting [0, 1, 1, 0, 1, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 1, 0, 0, 1, 0, 0, 1]
+ --- Converting array [0, 0, 1, 1, 0, 0, 1, 0, 0, 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, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [0, 3, 0, 4]
+ --- Converting [3, 3, 3, 0, 2, 2, 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, 0, 1, 1, 2, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 1, 1, 0, 1, 1, 0, 0]
+ --- Converting array [0, 1, 0, 1, 1, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [0, 5, 0, 6]
+ --- Converting [0, 2, 2, 2, 0, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 1, 2, 0, 0, 1, 0, 0]
+ --- Converting array [1, 0, 1, 1, 2, 0, 0, 1, 0, 0] 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, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [1, 3, 0, 2]
+ --- Converting [0, 0, 1, 1, 2, 0, 2, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 1, 1, 0, 1, 0, 1, 1]
+ --- Converting array [0, 0, 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 [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 [3, 0, 0, 3, 3, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 2, 0, 1, 1, 1, 0]
+ --- Converting array [2, 1, 0, 0, 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, 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  [2, 4, 0, 7]
+ --- Converting [0, 1, 1, 0, 0, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 1, 0, 0, 0, 1, 0, 0]
+ --- Converting array [0, 0, 1, 1, 0, 0, 0, 1, 0, 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, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 3, 0, 2]
+ --- Converting [0, 2, 0, 0, 0, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 0, 0, 0, 0, 1, 0, 0]
+ --- Converting array [1, 0, 1, 0, 0, 0, 0, 1, 0, 0] 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, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [1, 2, 0, 2]
+ --- Converting [2, 2, 2, 0, 3, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 2, 0, 1, 1, 1, 0]
+ --- Converting array [1, 1, 1, 1, 2, 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 [0, 0, 2, 0, 2, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 1, 1, 0, 1, 1, 1, 0]
+ --- Converting array [1, 0, 0, 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 [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]
+ --- 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 [0, 0, 0, 2, 3, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 0, 2, 0, 1, 0, 0, 0]
+ --- Converting array [1, 0, 0, 0, 2, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 0, 0, 4]
+ --- Converting [2, 0, 2, 0, 3, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 1, 2, 0, 1, 0, 1, 0]
+ --- Converting array [1, 1, 0, 1, 2, 0, 1, 0, 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 [1, 0, 1] from base 2 to decimal
+ --- result  5
+ --- Result  [1, 5, 0, 5]
+ --- Converting [1, 0, 0, 1, 2, 0, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 0, 1, 0, 1, 0, 0, 1]
+ --- Converting array [0, 1, 0, 0, 1, 0, 1, 0, 0, 1] 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [0, 4, 0, 4]
+ --- Converting [0, 3, 3, 3, 0, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 1, 2, 0, 0, 0, 1, 0]
+ --- Converting array [2, 0, 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 [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  [2, 3, 0, 1]
+ --- Converting [2, 0, 2, 2, 2, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 1, 1, 0, 1, 1, 0, 0]
+ --- Converting array [1, 1, 0, 1, 1, 0, 1, 1, 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [1, 5, 0, 6]
+ --- Converting [0, 0, 2, 0, 1, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 1, 0, 0, 1, 1, 0, 0]
+ --- Converting array [1, 0, 0, 1, 0, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [1, 1, 0, 6]
+ --- Converting [1, 1, 1, 0, 3, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 1, 2, 0, 1, 1, 1, 0]
+ --- Converting array [0, 1, 1, 1, 2, 0, 1, 1, 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, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Result  [0, 7, 0, 7]
+ --- Converting [0, 1, 1, 1, 2, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 1, 1, 0, 1, 0, 0, 0]
+ --- Converting array [0, 0, 1, 1, 1, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [0, 3, 0, 4]
+ --- Converting [0, 0, 3, 3, 0, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 1, 1, 0, 0, 1, 1, 0]
+ --- Converting array [2, 0, 0, 1, 1, 0, 0, 1, 1, 0] 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 [2, 0, 2, 2, 1, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 1, 0, 0, 1, 0, 0, 1]
+ --- Converting array [1, 1, 0, 1, 0, 0, 1, 0, 0, 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, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 5, 0, 4]
+ --- Converting [0, 0, 0, 3, 0, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 0, 0, 0, 0, 0, 0, 1]
+ --- Converting array [2, 0, 0, 0, 0, 0, 0, 0, 0, 1] 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 [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [2, 0, 0, 0]
+ --- Converting [3, 0, 3, 3, 1, 0, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 1, 0, 0, 1, 0, 1, 0]
+ --- Converting array [2, 1, 0, 1, 0, 0, 1, 0, 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, 0, 1] from base 2 to decimal
+ --- result  5
+ --- Result  [2, 5, 0, 5]
+ --- Converting [3, 3, 3, 3, 2, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 1, 1, 0, 1, 1, 1, 0]
+ --- Converting array [2, 1, 1, 1, 1, 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 [2, 2, 2, 0, 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 [0, 0, 2, 2, 0, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 1, 1, 0, 0, 1, 1, 0]
+ --- Converting array [1, 0, 0, 1, 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, 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 [2, 0, 2, 2, 0, 0, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 1, 1, 0, 0, 0, 1, 0]
+ --- Converting array [1, 1, 0, 1, 1, 0, 0, 0, 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, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Result  [1, 5, 0, 1]
+ --- Converting [1, 0, 0, 1, 0, 0, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 0, 0, 0, 0, 0, 1, 1]
+ --- Converting array [0, 1, 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 [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, 3, 3, 3, 1, 1, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 1, 0, 0, 1, 1, 1, 0]
+ --- Converting array [2, 0, 1, 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 [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 [0, 3, 3, 0, 2, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 1, 1, 0, 1, 0, 0, 0]
+ --- Converting array [2, 0, 1, 1, 1, 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 [3, 3, 3, 0, 1, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 1, 0, 0, 1, 0, 0, 0]
+ --- Converting array [2, 1, 1, 1, 0, 0, 1, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 7, 0, 4]
+ --- Converting [3, 3, 3, 0, 3, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 1, 2, 0, 1, 1, 0, 0]
+ --- Converting array [2, 1, 1, 1, 2, 0, 1, 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [2, 7, 0, 6]
+ --- Converting [0, 0, 0, 0, 0, 2, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 0, 1, 0, 0, 1, 0, 1]
+ --- Converting array [0, 0, 0, 0, 1, 0, 0, 1, 0, 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, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 0, 0, 2]
+ --- Converting [0, 1, 0, 0, 0, 0, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 0, 0, 0, 0, 1, 1]
+ --- Converting array [0, 0, 1, 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, 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 [0, 1, 0, 0, 1, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 0, 0, 1, 1, 0, 0]
+ --- Converting array [0, 0, 1, 0, 0, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [0, 2, 0, 6]
+ --- Converting [2, 0, 0, 2, 3, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 2, 0, 1, 0, 1, 0]
+ --- Converting array [1, 1, 0, 0, 2, 0, 1, 0, 1, 0] 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, 0, 1] from base 2 to decimal
+ --- result  5
+ --- Result  [1, 4, 0, 5]
+ --- Converting [1, 1, 0, 1, 0, 0, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 0, 0, 0, 0, 0, 1, 0]
+ --- Converting array [0, 1, 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 [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, 2, 0, 3, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 1, 2, 0, 1, 0, 0, 0]
+ --- Converting array [1, 0, 0, 1, 2, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 1, 0, 4]
+ --- Converting [3, 0, 3, 3, 1, 1, 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, 2, 0, 0, 0, 0, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 0, 0, 0, 0, 0, 1, 1]
+ --- Converting array [1, 1, 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 [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, 0, 0, 3, 0, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 2, 0, 0, 1, 1, 0]
+ --- Converting array [2, 1, 0, 0, 2, 0, 0, 1, 1, 0] 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, 1, 1] from base 2 to decimal
+ --- result  3
+ --- Result  [2, 4, 0, 3]
+ --- Converting [0, 0, 3, 0, 0, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 1, 2, 0, 0, 1, 0, 0]
+ --- Converting array [2, 0, 0, 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 [0, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [0, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [2, 1, 0, 2]
+ --- Converting [0, 1, 0, 1, 1, 1, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 0, 0, 1, 1, 1, 1]
+ --- Converting array [0, 0, 1, 0, 0, 0, 1, 1, 1, 1] 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 [1, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Result  [0, 2, 0, 7]
+ --- Converting [0, 0, 1, 0, 1, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 1, 0, 0, 1, 0, 0, 0]
+ --- Converting array [0, 0, 0, 1, 0, 0, 1, 0, 0, 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, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [0, 1, 0, 4]
+ --- Converting [2, 2, 2, 0, 3, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 2, 0, 1, 0, 1, 0]
+ --- Converting array [1, 1, 1, 1, 2, 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 [0, 3, 0, 0, 1, 0, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 0, 0, 0, 1, 0, 1, 0]
+ --- Converting array [2, 0, 1, 0, 0, 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, 0] from base 2 to decimal
+ --- result  2
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [1, 0, 1] from base 2 to decimal
+ --- result  5
+ --- Result  [2, 2, 0, 5]
+ --- Converting [2, 2, 2, 2, 0, 0, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 0, 0, 0, 0, 1, 1]
+ --- Converting array [1, 1, 1, 1, 0, 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, 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  [1, 7, 0, 1]
+ --- Converting [3, 0, 0, 3, 0, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 0, 0, 0, 1, 0, 0]
+ --- Converting array [2, 1, 0, 0, 0, 0, 0, 1, 0, 0] 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, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [2, 4, 0, 2]
+ --- Converting [1, 1, 1, 1, 0, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 1, 0, 0, 0, 1, 0, 0]
+ --- Converting array [0, 1, 1, 1, 0, 0, 0, 1, 0, 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 [0, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 7, 0, 2]
+ --- Converting [0, 0, 2, 2, 1, 1, 1, 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]
+ --- Converting [3, 0, 3, 0, 3, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 1, 2, 0, 1, 0, 0, 0]
+ --- Converting array [2, 1, 0, 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 [1, 0, 1] from base 2 to decimal
+ --- result  5
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 5, 0, 4]
+ --- Converting [2, 2, 0, 0, 0, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 0, 1, 0, 0, 1, 0, 0]
+ --- Converting array [1, 1, 1, 0, 1, 0, 0, 1, 0, 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, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [1, 6, 0, 2]
+ --- Converting [0, 3, 3, 0, 0, 2, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 1, 1, 0, 0, 1, 0, 1]
+ --- Converting array [2, 0, 1, 1, 1, 0, 0, 1, 0, 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 [0, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [2, 3, 0, 2]
+ --- Converting [2, 2, 0, 0, 0, 1, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 0, 0, 0, 0, 1, 1, 1]
+ --- Converting array [1, 1, 1, 0, 0, 0, 0, 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 [0, 1, 1] from base 2 to decimal
+ --- result  3
+ --- Result  [1, 6, 0, 3]
+ --- Converting [2, 0, 2, 2, 1, 1, 1, 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, 0, 0, 3, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 2, 0, 1, 1, 1, 0]
+ --- Converting array [0, 0, 1, 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, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [1, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Result  [0, 2, 0, 7]
+ --- Converting [0, 0, 1, 1, 1, 0, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 1, 0, 0, 1, 0, 1, 1]
+ --- Converting array [0, 0, 0, 1, 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, 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, 3, 3, 3, 0, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 1, 1, 0, 0, 1, 1, 0]
+ --- Converting array [2, 0, 1, 1, 1, 0, 0, 1, 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 [0, 1, 1] from base 2 to decimal
+ --- result  3
+ --- Result  [2, 3, 0, 3]
+ --- Converting [3, 0, 3, 3, 0, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 1, 2, 0, 0, 0, 1, 0]
+ --- Converting array [2, 1, 0, 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, 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, 0, 0, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 1, 0, 0, 0, 0, 1]
+ --- Converting array [1, 1, 1, 1, 1, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [1, 7, 0, 0]
+ --- Converting [0, 2, 0, 2, 0, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 0, 2, 0, 0, 1, 1, 0]
+ --- Converting array [1, 0, 1, 0, 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, 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, 2, 2, 0, 2, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 1, 1, 0, 1, 1, 0, 0]
+ --- Converting array [1, 0, 1, 1, 1, 0, 1, 1, 0, 0] 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, 0, 0, 0, 2, 0, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 0, 1, 0, 1, 0, 1, 0]
+ --- Converting array [0, 0, 0, 0, 1, 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, 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, 3, 3, 3, 2, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 1, 1, 0, 1, 1, 0, 0]
+ --- Converting array [2, 0, 1, 1, 1, 0, 1, 1, 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, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [2, 3, 0, 6]
+ --- Converting [0, 0, 0, 0, 0, 3, 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, 0, 0, 0, 0, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 2, 0, 0, 0, 1, 0]
+ --- Converting array [1, 1, 0, 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, 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  [1, 4, 0, 1]
+ --- Converting [3, 3, 3, 0, 0, 0, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 1, 1, 0, 0, 0, 0, 1]
+ --- Converting array [2, 1, 1, 1, 1, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [2, 7, 0, 0]
+ --- Converting [0, 3, 3, 3, 3, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 1, 2, 0, 1, 0, 1, 0]
+ --- Converting array [2, 0, 1, 1, 2, 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 [1, 1, 1, 0, 1, 0, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 1, 0, 0, 1, 0, 1, 0]
+ --- Converting array [0, 1, 1, 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 [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 [2, 0, 0, 0, 2, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 1, 0, 1, 1, 0, 0]
+ --- Converting array [1, 1, 0, 0, 1, 0, 1, 1, 0, 0] 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, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [1, 4, 0, 6]
+ --- Converting [1, 1, 0, 1, 2, 0, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 0, 1, 0, 1, 0, 0, 1]
+ --- Converting array [0, 1, 1, 0, 1, 0, 1, 0, 0, 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, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [0, 6, 0, 4]
+ --- Converting [1, 1, 1, 1, 0, 1, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 1, 0, 0, 0, 1, 0, 1]
+ --- Converting array [0, 1, 1, 1, 0, 0, 0, 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 [0, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 7, 0, 2]
+ --- Converting [0, 1, 0, 0, 3, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 2, 0, 1, 0, 0, 0]
+ --- Converting array [0, 0, 1, 0, 2, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [0, 2, 0, 4]
+ --- Converting [2, 0, 2, 0, 1, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 1, 0, 0, 1, 0, 0, 0]
+ --- Converting array [1, 1, 0, 1, 0, 0, 1, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 5, 0, 4]
+ --- Converting [0, 2, 0, 2, 0, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 0, 1, 0, 0, 1, 0, 0]
+ --- Converting array [1, 0, 1, 0, 1, 0, 0, 1, 0, 0] 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, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [1, 2, 0, 2]
+ --- Converting [0, 3, 0, 0, 0, 0, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 0, 0, 0, 0, 0, 1, 0]
+ --- Converting array [2, 0, 1, 0, 0, 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, 0, 3, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 0, 2, 0, 1, 1, 1, 0]
+ --- Converting array [1, 0, 1, 0, 2, 0, 1, 1, 1, 0] 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 [1, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Result  [1, 2, 0, 7]
+ --- Converting [3, 3, 3, 3, 1, 1, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 1, 0, 0, 1, 1, 0, 1]
+ --- Converting array [2, 1, 1, 1, 0, 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 [3, 3, 3, 3, 3, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 1, 2, 0, 1, 0, 0, 0]
+ --- Converting array [2, 1, 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 [1, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 7, 0, 4]
+ --- Converting [2, 0, 0, 0, 0, 0, 2, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 1, 0, 0, 0, 1, 1]
+ --- Converting array [1, 1, 0, 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, 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  [1, 4, 0, 1]
+ --- Converting [1, 0, 1, 0, 2, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 1, 1, 0, 1, 0, 0, 0]
+ --- Converting array [0, 1, 0, 1, 1, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [0, 5, 0, 4]
+ --- Converting [3, 0, 3, 0, 2, 0, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 1, 1, 0, 1, 0, 0, 1]
+ --- Converting array [2, 1, 0, 1, 1, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 5, 0, 4]
+ --- Converting [0, 0, 3, 3, 0, 0, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 1, 0, 0, 0, 0, 1, 1]
+ --- Converting array [2, 0, 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 [0, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [0, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Result  [2, 1, 0, 1]
+ --- Converting [3, 0, 3, 0, 1, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 1, 0, 0, 1, 0, 0, 1]
+ --- Converting array [2, 1, 0, 1, 0, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 5, 0, 4]
+ --- Converting [0, 0, 1, 0, 0, 0, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 1, 0, 0, 0, 0, 1, 1]
+ --- Converting array [0, 0, 0, 1, 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, 1] from base 2 to decimal
+ --- result  1
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [0, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Result  [0, 1, 0, 1]
+ --- Converting [2, 2, 2, 0, 0, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 2, 0, 0, 1, 1, 0]
+ --- Converting array [1, 1, 1, 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, 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 [2, 0, 0, 2, 0, 0, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 0, 0, 0, 0, 1, 0]
+ --- Converting array [1, 1, 0, 0, 0, 0, 0, 0, 1, 0] 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 [0, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Result  [1, 4, 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, 2, 0, 0, 0, 0, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 0, 0, 0, 0, 0, 1, 0]
+ --- Converting array [1, 0, 1, 0, 0, 0, 0, 0, 1, 0] 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, 0, 2, 2, 0, 3, 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 [0, 0, 2, 2, 1, 1, 1, 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]
+ --- Converting [2, 2, 2, 0, 0, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 2, 0, 0, 1, 0, 0]
+ --- Converting array [1, 1, 1, 1, 2, 0, 0, 1, 0, 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, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [1, 7, 0, 2]
+ --- Converting [3, 3, 3, 0, 0, 1, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 1, 0, 0, 0, 1, 0, 1]
+ --- Converting array [2, 1, 1, 1, 0, 0, 0, 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 [0, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [2, 7, 0, 2]
+ --- Converting [0, 0, 0, 1, 0, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 0, 1, 0, 0, 1, 1, 0]
+ --- Converting array [0, 0, 0, 0, 1, 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 [1, 1, 0, 0, 0, 0, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 0, 1, 0, 0, 0, 1, 0]
+ --- Converting array [0, 1, 1, 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 [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 [1, 1, 0, 0, 1, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 0, 0, 0, 1, 0, 0, 1]
+ --- Converting array [0, 1, 1, 0, 0, 0, 1, 0, 0, 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, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [0, 6, 0, 4]
+ --- Converting [0, 2, 2, 0, 2, 0, 2, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 1, 1, 0, 1, 0, 1, 1]
+ --- Converting array [1, 0, 1, 1, 1, 0, 1, 0, 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, 0, 1] from base 2 to decimal
+ --- result  5
+ --- Result  [1, 3, 0, 5]
+ --- Converting [3, 0, 0, 0, 0, 0, 1, 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 [1, 1, 1, 1, 2, 0, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 1, 1, 0, 1, 0, 0, 1]
+ --- Converting array [0, 1, 1, 1, 1, 0, 1, 0, 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, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [0, 7, 0, 4]
+ --- Converting [2, 0, 0, 0, 1, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 0, 0, 1, 0, 0, 1]
+ --- Converting array [1, 1, 0, 0, 0, 0, 1, 0, 0, 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, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 4, 0, 4]
+ --- Converting [2, 0, 2, 0, 0, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 1, 1, 0, 0, 1, 1, 0]
+ --- Converting array [1, 1, 0, 1, 1, 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 [2, 0, 2, 0, 0, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 1, 2, 0, 0, 0, 1, 0]
+ --- Converting array [1, 1, 0, 1, 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, 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  [1, 5, 0, 1]
+ --- Converting [1, 1, 1, 1, 3, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 1, 2, 0, 1, 1, 1, 0]
+ --- Converting array [0, 1, 1, 1, 2, 0, 1, 1, 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, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Result  [0, 7, 0, 7]
+ --- Converting [0, 2, 2, 2, 2, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 1, 1, 0, 1, 1, 1, 0]
+ --- Converting array [1, 0, 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 [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, 3, 0, 3, 0, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 0, 0, 0, 0, 1, 0, 0]
+ --- Converting array [2, 0, 1, 0, 0, 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, 1, 0, 0, 0, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 1, 0, 0, 1, 0, 0]
+ --- Converting array [0, 0, 1, 0, 1, 0, 0, 1, 0, 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, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 2, 0, 2]
+ --- Converting [2, 2, 0, 0, 0, 0, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 0, 1, 0, 0, 0, 0, 1]
+ --- Converting array [1, 1, 1, 0, 1, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [1, 6, 0, 0]
+ --- Converting [2, 2, 0, 0, 1, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 0, 0, 0, 1, 0, 0, 0]
+ --- Converting array [1, 1, 1, 0, 0, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 6, 0, 4]
+ --- Converting [3, 3, 3, 3, 1, 1, 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 [0, 2, 2, 2, 1, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 1, 0, 0, 1, 0, 0, 0]
+ --- Converting array [1, 0, 1, 1, 0, 0, 1, 0, 0, 0] 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, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 3, 0, 4]
+ --- Converting [2, 2, 0, 0, 2, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 0, 1, 0, 1, 0, 0, 0]
+ --- Converting array [1, 1, 1, 0, 1, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 6, 0, 4]
+ --- Converting [0, 3, 3, 0, 0, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 1, 2, 0, 0, 1, 0, 0]
+ --- Converting array [2, 0, 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 [0, 1, 1] from base 2 to decimal
+ --- result  3
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [0, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [2, 3, 0, 2]
+ --- Converting [0, 3, 0, 0, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 0, 0, 0, 0, 0, 0, 0]
+ --- Converting array [2, 0, 1, 0, 0, 0, 0, 0, 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, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [2, 2, 0, 0]
+ --- Converting [3, 0, 3, 0, 0, 1, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 1, 0, 0, 0, 1, 1, 0]
+ --- Converting array [2, 1, 0, 1, 0, 0, 0, 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 [0, 1, 1] from base 2 to decimal
+ --- result  3
+ --- Result  [2, 5, 0, 3]
+ --- Converting [1, 1, 0, 0, 1, 0, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 0, 0, 0, 1, 0, 1, 1]
+ --- Converting array [0, 1, 1, 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 [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  [0, 6, 0, 5]
+ --- Converting [3, 3, 0, 3, 0, 1, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 0, 0, 0, 0, 1, 1, 1]
+ --- Converting array [2, 1, 1, 0, 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, 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 [3, 0, 0, 3, 0, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 1, 0, 0, 1, 1, 0]
+ --- Converting array [2, 1, 0, 0, 1, 0, 0, 1, 1, 0] 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, 1, 1] from base 2 to decimal
+ --- result  3
+ --- Result  [2, 4, 0, 3]
+ --- Converting [1, 0, 0, 0, 0, 2, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 0, 1, 0, 0, 1, 0, 1]
+ --- Converting array [0, 1, 0, 0, 1, 0, 0, 1, 0, 1] 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, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 4, 0, 2]
+ --- Converting [1, 0, 0, 0, 0, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 0, 0, 0, 0, 1, 0, 0]
+ --- Converting array [0, 1, 0, 0, 0, 0, 0, 1, 0, 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, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 4, 0, 2]
+ --- Converting [0, 0, 3, 0, 2, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 1, 1, 0, 1, 1, 0, 0]
+ --- Converting array [2, 0, 0, 1, 1, 0, 1, 1, 0, 0] 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [2, 1, 0, 6]
+ --- Converting [0, 2, 0, 2, 0, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 0, 0, 0, 0, 0, 0, 1]
+ --- Converting array [1, 0, 1, 0, 0, 0, 0, 0, 0, 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, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [1, 2, 0, 0]
+ --- Converting [0, 3, 3, 3, 0, 0, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 1, 1, 0, 0, 0, 0, 1]
+ --- Converting array [2, 0, 1, 1, 1, 0, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [2, 3, 0, 0]
+ --- Converting [3, 3, 3, 3, 0, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 1, 0, 0, 0, 0, 0, 1]
+ --- Converting array [2, 1, 1, 1, 0, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [2, 7, 0, 0]
+ --- Converting [1, 0, 0, 0, 2, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 0, 1, 0, 1, 1, 0, 0]
+ --- Converting array [0, 1, 0, 0, 1, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [0, 4, 0, 6]
+ --- Converting [1, 1, 0, 0, 3, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 0, 2, 0, 1, 0, 0, 0]
+ --- Converting array [0, 1, 1, 0, 2, 0, 1, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [0, 6, 0, 4]
+ --- Converting [0, 0, 2, 0, 1, 1, 1, 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]
+ --- Converting [3, 0, 3, 0, 1, 1, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 1, 0, 0, 1, 1, 0, 1]
+ --- Converting array [2, 1, 0, 1, 0, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [2, 5, 0, 6]
+ --- Converting [0, 0, 0, 2, 0, 1, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 0, 0, 0, 0, 1, 1, 1]
+ --- Converting array [1, 0, 0, 0, 0, 0, 0, 1, 1, 1] 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, 0, 1, 1, 0, 3, 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, 0, 1, 1, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 1, 1, 1]
+ --- Converting array [0, 0, 0, 0, 0, 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 [1, 0, 1, 1, 3, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 1, 2, 0, 1, 0, 1, 0]
+ --- Converting array [0, 1, 0, 1, 2, 0, 1, 0, 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 [1, 0, 1] from base 2 to decimal
+ --- result  5
+ --- Result  [0, 5, 0, 5]
+ --- Converting [3, 0, 3, 3, 0, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 1, 0, 0, 0, 1, 0, 0]
+ --- Converting array [2, 1, 0, 1, 0, 0, 0, 1, 0, 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 [0, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [2, 5, 0, 2]
+ --- Converting [3, 0, 3, 0, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 1, 0, 0, 0, 0, 0, 0]
+ --- Converting array [2, 1, 0, 1, 0, 0, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [2, 5, 0, 0]
+ --- Converting [0, 1, 1, 1, 0, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 1, 0, 0, 0, 0, 0, 1]
+ --- Converting array [0, 0, 1, 1, 0, 0, 0, 0, 0, 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, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [0, 3, 0, 0]
+ --- Converting [0, 0, 1, 1, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 1, 0, 0, 0, 0, 0, 0]
+ --- Converting array [0, 0, 0, 1, 0, 0, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [0, 1, 0, 0]
+ --- Converting [1, 1, 1, 1, 3, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 1, 2, 0, 1, 1, 0, 0]
+ --- Converting array [0, 1, 1, 1, 2, 0, 1, 1, 0, 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, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [0, 7, 0, 6]
+ --- Converting [0, 0, 1, 0, 0, 2, 2, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 1, 1, 0, 0, 1, 1, 1]
+ --- Converting array [0, 0, 0, 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 [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, 0, 2, 3, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 0, 2, 0, 1, 1, 1, 0]
+ --- Converting array [1, 0, 0, 0, 2, 0, 1, 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 [1, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Result  [1, 0, 0, 7]
+ --- Converting [1, 0, 1, 1, 0, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 1, 0, 0, 0, 1, 0, 0]
+ --- Converting array [0, 1, 0, 1, 0, 0, 0, 1, 0, 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, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 5, 0, 2]
+ --- Converting [1, 0, 1, 1, 3, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 1, 2, 0, 1, 1, 1, 0]
+ --- Converting array [0, 1, 0, 1, 2, 0, 1, 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 [1, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Result  [0, 5, 0, 7]
+ --- Converting [3, 0, 0, 0, 0, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 0, 0, 0, 0, 0, 1]
+ --- Converting array [2, 1, 0, 0, 0, 0, 0, 0, 0, 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, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [2, 4, 0, 0]
+ --- Converting [1, 0, 1, 1, 0, 0, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 1, 0, 0, 0, 0, 1, 1]
+ --- Converting array [0, 1, 0, 1, 0, 0, 0, 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 [0, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Result  [0, 5, 0, 1]
+ --- Converting [0, 0, 2, 2, 1, 1, 1, 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]
+ --- Converting [0, 2, 2, 0, 2, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 1, 1, 0, 1, 0, 0, 0]
+ --- Converting array [1, 0, 1, 1, 1, 0, 1, 0, 0, 0] 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, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 3, 0, 4]
+ --- Converting [0, 3, 0, 3, 1, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 0, 0, 0, 1, 0, 0, 1]
+ --- Converting array [2, 0, 1, 0, 0, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 2, 0, 4]
+ --- Converting [0, 0, 2, 2, 3, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 1, 2, 0, 1, 1, 0, 0]
+ --- Converting array [1, 0, 0, 1, 2, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [1, 1, 0, 6]
+ --- Converting [0, 0, 0, 2, 1, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 0, 0, 0, 1, 0, 0, 0]
+ --- Converting array [1, 0, 0, 0, 0, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 0, 0, 4]
+ --- Converting [0, 2, 2, 2, 3, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 1, 2, 0, 1, 1, 0, 0]
+ --- Converting array [1, 0, 1, 1, 2, 0, 1, 1, 0, 0] 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 [3, 0, 3, 0, 2, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 1, 1, 0, 1, 0, 0, 0]
+ --- Converting array [2, 1, 0, 1, 1, 0, 1, 0, 0, 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, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 5, 0, 4]
+ --- Converting [1, 1, 0, 0, 0, 1, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 0, 0, 0, 0, 1, 1, 0]
+ --- Converting array [0, 1, 1, 0, 0, 0, 0, 1, 1, 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, 1, 1] from base 2 to decimal
+ --- result  3
+ --- Result  [0, 6, 0, 3]
+ --- Converting [1, 1, 0, 0, 3, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 0, 2, 0, 1, 1, 1, 0]
+ --- Converting array [0, 1, 1, 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 [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 [1, 0, 0, 1, 3, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 0, 2, 0, 1, 0, 1, 0]
+ --- Converting array [0, 1, 0, 0, 2, 0, 1, 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 [1, 0, 1] from base 2 to decimal
+ --- result  5
+ --- Result  [0, 4, 0, 5]
+ --- Converting [0, 1, 0, 0, 1, 0, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 0, 0, 1, 0, 1, 1]
+ --- Converting array [0, 0, 1, 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, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [1, 0, 1] from base 2 to decimal
+ --- result  5
+ --- Result  [0, 2, 0, 5]
+ --- Converting [0, 3, 3, 0, 0, 0, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 1, 1, 0, 0, 0, 0, 1]
+ --- Converting array [2, 0, 1, 1, 1, 0, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [2, 3, 0, 0]
+ --- 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 [1, 1, 1, 0, 3, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 1, 2, 0, 1, 1, 1, 0]
+ --- Converting array [0, 1, 1, 1, 2, 0, 1, 1, 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, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Result  [0, 7, 0, 7]
+ --- Converting [0, 0, 1, 1, 0, 2, 2, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 1, 1, 0, 0, 1, 1, 1]
+ --- Converting array [0, 0, 0, 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 [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 [1, 1, 0, 0, 0, 2, 2, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 0, 1, 0, 0, 1, 1, 1]
+ --- Converting array [0, 1, 1, 0, 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, 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  [0, 6, 0, 3]
+ --- Converting [1, 0, 0, 1, 3, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 0, 2, 0, 1, 1, 1, 0]
+ --- Converting array [0, 1, 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 [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  [0, 4, 0, 7]
+ --- Converting [0, 2, 0, 0, 1, 1, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 0, 0, 0, 1, 1, 1, 0]
+ --- Converting array [1, 0, 1, 0, 0, 0, 1, 1, 1, 0] 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 [1, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Result  [1, 2, 0, 7]
+ --- Converting [3, 3, 0, 0, 0, 1, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 0, 0, 0, 0, 1, 0, 1]
+ --- Converting array [2, 1, 1, 0, 0, 0, 0, 1, 0, 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, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [2, 6, 0, 2]
+ --- Converting [0, 3, 3, 3, 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 [3, 3, 3, 3, 1, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 1, 0, 0, 1, 0, 0, 0]
+ --- Converting array [2, 1, 1, 1, 0, 0, 1, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 7, 0, 4]
+ --- Converting [2, 0, 2, 0, 1, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 1, 0, 0, 1, 1, 0, 0]
+ --- Converting array [1, 1, 0, 1, 0, 0, 1, 1, 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [1, 5, 0, 6]
+ --- Converting [0, 3, 0, 3, 1, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 0, 0, 0, 1, 0, 0, 0]
+ --- Converting array [2, 0, 1, 0, 0, 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, 0] from base 2 to decimal
+ --- result  2
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 2, 0, 4]
+ --- Converting [2, 0, 0, 2, 0, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 1, 0, 0, 1, 1, 0]
+ --- Converting array [1, 1, 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 [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  [1, 4, 0, 3]
+ --- Converting [0, 1, 1, 0, 0, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 1, 2, 0, 0, 1, 0, 0]
+ --- Converting array [0, 0, 1, 1, 2, 0, 0, 1, 0, 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, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 3, 0, 2]
+ --- Converting [3, 3, 3, 0, 2, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 1, 1, 0, 1, 0, 0, 0]
+ --- Converting array [2, 1, 1, 1, 1, 0, 1, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 7, 0, 4]
+ --- Converting [0, 0, 0, 3, 0, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 0, 2, 0, 0, 0, 1, 0]
+ --- Converting array [2, 0, 0, 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, 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  [2, 0, 0, 1]
+ --- Converting [0, 2, 2, 2, 2, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 1, 1, 0, 1, 1, 1, 0]
+ --- Converting array [1, 0, 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 [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, 0, 0, 3, 0, 1, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 0, 0, 0, 1, 1, 0]
+ --- Converting array [2, 1, 0, 0, 0, 0, 0, 1, 1, 0] 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, 1, 1] from base 2 to decimal
+ --- result  3
+ --- Result  [2, 4, 0, 3]
+ --- Converting [2, 2, 0, 0, 1, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 0, 0, 0, 1, 0, 0, 0]
+ --- Converting array [1, 1, 1, 0, 0, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 6, 0, 4]
+ --- Converting [0, 2, 0, 0, 1, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 0, 0, 0, 1, 0, 0, 0]
+ --- Converting array [1, 0, 1, 0, 0, 0, 1, 0, 0, 0] 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 2, 0, 4]
+ --- Converting [1, 1, 0, 1, 1, 1, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 0, 0, 0, 1, 1, 1, 0]
+ --- Converting array [0, 1, 1, 0, 0, 0, 1, 1, 1, 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 [1, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Result  [0, 6, 0, 7]
+ --- Converting [2, 0, 0, 2, 1, 1, 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, 0, 0, 3, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 0, 2, 0, 1, 1, 0, 0]
+ --- Converting array [1, 1, 1, 0, 2, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [1, 6, 0, 6]
+ --- Converting [0, 0, 2, 2, 2, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 1, 1, 0, 1, 1, 1, 0]
+ --- Converting array [1, 0, 0, 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 [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]
+ --- Converting [0, 1, 0, 1, 0, 2, 2, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 1, 0, 0, 1, 1, 1]
+ --- Converting array [0, 0, 1, 0, 1, 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, 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  [0, 2, 0, 3]
+ --- Converting [1, 0, 1, 1, 0, 0, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 1, 1, 0, 0, 0, 0, 1]
+ --- Converting array [0, 1, 0, 1, 1, 0, 0, 0, 0, 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, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [0, 5, 0, 0]
+ --- Converting [0, 3, 3, 0, 1, 0, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 1, 0, 0, 1, 0, 1, 1]
+ --- Converting array [2, 0, 1, 1, 0, 0, 1, 0, 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, 0, 1] from base 2 to decimal
+ --- result  5
+ --- Result  [2, 3, 0, 5]
+ --- Converting [1, 1, 1, 0, 1, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 1, 0, 0, 1, 0, 0, 0]
+ --- Converting array [0, 1, 1, 1, 0, 0, 1, 0, 0, 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, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [0, 7, 0, 4]
+ --- Converting [3, 3, 0, 0, 2, 2, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 0, 1, 0, 1, 1, 0, 1]
+ --- Converting array [2, 1, 1, 0, 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, 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  [2, 6, 0, 6]
+ --- Converting [3, 0, 3, 0, 0, 0, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 1, 0, 0, 0, 0, 1, 0]
+ --- Converting array [2, 1, 0, 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, 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 [0, 0, 0, 0, 2, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 0, 1, 0, 1, 0, 0, 0]
+ --- Converting array [0, 0, 0, 0, 1, 0, 1, 0, 0, 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, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [0, 0, 0, 4]
+ --- Converting [0, 2, 2, 2, 1, 1, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 1, 0, 0, 1, 1, 1, 0]
+ --- Converting array [1, 0, 1, 1, 0, 0, 1, 1, 1, 0] 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, 0, 0, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 1, 1, 0, 0, 0, 0, 1]
+ --- Converting array [1, 0, 1, 1, 1, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [1, 3, 0, 0]
+ --- Converting [0, 0, 0, 3, 1, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 0, 0, 0, 1, 0, 0, 1]
+ --- Converting array [2, 0, 0, 0, 0, 0, 1, 0, 0, 1] 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, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 0, 0, 4]
+ --- Converting [0, 2, 0, 2, 1, 1, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 0, 0, 0, 1, 1, 0, 1]
+ --- Converting array [1, 0, 1, 0, 0, 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, 0] from base 2 to decimal
+ --- result  2
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [1, 2, 0, 6]
+ --- Converting [2, 2, 2, 0, 3, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 2, 0, 1, 1, 1, 0]
+ --- Converting array [1, 1, 1, 1, 2, 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, 1, 0, 0, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 1, 1, 0, 0, 0, 0, 1]
+ --- Converting array [0, 1, 1, 1, 1, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [0, 7, 0, 0]
+ --- Converting [1, 1, 1, 1, 1, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 1, 0, 0, 1, 1, 0, 0]
+ --- Converting array [0, 1, 1, 1, 0, 0, 1, 1, 0, 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, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [0, 7, 0, 6]
+ --- Converting [1, 0, 1, 1, 1, 1, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 1, 0, 0, 1, 1, 0, 1]
+ --- Converting array [0, 1, 0, 1, 0, 0, 1, 1, 0, 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, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [0, 5, 0, 6]
+ --- Converting [0, 0, 0, 0, 0, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 0, 2, 0, 0, 0, 1, 0]
+ --- Converting array [0, 0, 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 [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 [3, 0, 3, 3, 2, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 1, 1, 0, 1, 1, 0, 0]
+ --- Converting array [2, 1, 0, 1, 1, 0, 1, 1, 0, 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, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [2, 5, 0, 6]
+ --- Converting [0, 1, 1, 0, 0, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 1, 2, 0, 0, 0, 1, 0]
+ --- Converting array [0, 0, 1, 1, 2, 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 [3, 0, 3, 0, 2, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 1, 1, 0, 1, 1, 1, 0]
+ --- Converting array [2, 1, 0, 1, 1, 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 [3, 3, 3, 0, 0, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 1, 1, 0, 0, 1, 0, 0]
+ --- Converting array [2, 1, 1, 1, 1, 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, 3, 3, 3, 0, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 1, 1, 0, 0, 1, 1, 0]
+ --- Converting array [2, 0, 1, 1, 1, 0, 0, 1, 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 [0, 1, 1] from base 2 to decimal
+ --- result  3
+ --- Result  [2, 3, 0, 3]
+ --- Converting [0, 3, 0, 0, 0, 0, 2, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 0, 1, 0, 0, 0, 1, 1]
+ --- Converting array [2, 0, 1, 0, 1, 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, 2, 0, 0, 1, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 0, 0, 0, 1, 0, 0, 0]
+ --- Converting array [1, 0, 1, 0, 0, 0, 1, 0, 0, 0] 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 2, 0, 4]
+ --- Converting [3, 3, 0, 3, 1, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 0, 0, 0, 1, 1, 0, 0]
+ --- Converting array [2, 1, 1, 0, 0, 0, 1, 1, 0, 0] 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, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [2, 6, 0, 6]
+ --- Converting [2, 0, 0, 2, 3, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 2, 0, 1, 0, 1, 0]
+ --- Converting array [1, 1, 0, 0, 2, 0, 1, 0, 1, 0] 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, 0, 1] from base 2 to decimal
+ --- result  5
+ --- Result  [1, 4, 0, 5]
+ --- Converting [2, 2, 0, 0, 3, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 0, 2, 0, 1, 1, 0, 0]
+ --- Converting array [1, 1, 1, 0, 2, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [1, 6, 0, 6]
+ --- Converting [0, 1, 1, 0, 3, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 1, 2, 0, 1, 1, 0, 0]
+ --- Converting array [0, 0, 1, 1, 2, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [0, 3, 0, 6]
+ --- Converting [0, 2, 0, 0, 0, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 0, 1, 0, 0, 1, 0, 0]
+ --- Converting array [1, 0, 1, 0, 1, 0, 0, 1, 0, 0] 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, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [1, 2, 0, 2]
+ --- Converting [0, 2, 2, 0, 0, 0, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 1, 1, 0, 0, 0, 0, 1]
+ --- Converting array [1, 0, 1, 1, 1, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [1, 3, 0, 0]
+ --- Converting [2, 2, 2, 2, 1, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 0, 0, 1, 1, 0, 0]
+ --- Converting array [1, 1, 1, 1, 0, 0, 1, 1, 0, 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, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [1, 7, 0, 6]
+ --- Converting [0, 1, 0, 1, 0, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 2, 0, 0, 1, 0, 0]
+ --- Converting array [0, 0, 1, 0, 2, 0, 0, 1, 0, 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, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 2, 0, 2]
+ --- Converting [2, 2, 2, 0, 1, 1, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 0, 0, 1, 1, 1, 0]
+ --- Converting array [1, 1, 1, 1, 0, 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 [0, 0, 2, 2, 1, 1, 1, 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]
+ --- Converting [2, 0, 0, 2, 0, 1, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 0, 0, 0, 1, 1, 0]
+ --- Converting array [1, 1, 0, 0, 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, 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  [1, 4, 0, 3]
+ --- Converting [2, 0, 2, 0, 0, 0, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 1, 1, 0, 0, 0, 1, 0]
+ --- Converting array [1, 1, 0, 1, 1, 0, 0, 0, 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, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Result  [1, 5, 0, 1]
+ --- Converting [0, 1, 1, 1, 0, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 1, 2, 0, 0, 0, 1, 0]
+ --- Converting array [0, 0, 1, 1, 2, 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 [2, 0, 0, 2, 0, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 0, 0, 0, 0, 0, 1]
+ --- Converting array [1, 1, 0, 0, 0, 0, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [1, 4, 0, 0]
+ --- Converting [2, 2, 0, 2, 0, 1, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 0, 0, 0, 0, 1, 1, 1]
+ --- Converting array [1, 1, 1, 0, 0, 0, 0, 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 [0, 1, 1] from base 2 to decimal
+ --- result  3
+ --- Result  [1, 6, 0, 3]
+ --- Converting [0, 0, 2, 0, 0, 0, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 1, 1, 0, 0, 0, 1, 0]
+ --- Converting array [1, 0, 0, 1, 1, 0, 0, 0, 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, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Result  [1, 1, 0, 1]
+ --- Converting [0, 0, 0, 0, 0, 0, 2, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 0, 1, 0, 0, 0, 1, 1]
+ --- Converting array [0, 0, 0, 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 [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, 0, 0, 0, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 1, 0, 0, 1, 0, 0]
+ --- Converting array [1, 1, 0, 0, 1, 0, 0, 1, 0, 0] 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 [0, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [1, 4, 0, 2]
+ --- Converting [2, 2, 2, 0, 0, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 1, 0, 0, 1, 0, 0]
+ --- Converting array [1, 1, 1, 1, 1, 0, 0, 1, 0, 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, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [1, 7, 0, 2]
+ --- Converting [1, 0, 1, 1, 0, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 1, 1, 0, 0, 1, 1, 0]
+ --- Converting array [0, 1, 0, 1, 1, 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, 0, 0, 0, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 1, 0, 0, 0, 0, 1, 1]
+ --- Converting array [0, 1, 0, 1, 0, 0, 0, 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 [0, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Result  [0, 5, 0, 1]
+ --- Converting [2, 2, 0, 2, 3, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 0, 2, 0, 1, 1, 1, 0]
+ --- Converting array [1, 1, 1, 0, 2, 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, 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 [2, 2, 2, 2, 3, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 2, 0, 1, 1, 0, 0]
+ --- Converting array [1, 1, 1, 1, 2, 0, 1, 1, 0, 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, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [1, 7, 0, 6]
+ --- Converting [2, 2, 2, 0, 3, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 2, 0, 1, 0, 1, 0]
+ --- Converting array [1, 1, 1, 1, 2, 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 [2, 0, 0, 2, 1, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 0, 0, 1, 1, 0, 0]
+ --- Converting array [1, 1, 0, 0, 0, 0, 1, 1, 0, 0] 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, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [1, 4, 0, 6]
+ --- Converting [3, 3, 3, 0, 3, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 1, 2, 0, 1, 0, 1, 0]
+ --- Converting array [2, 1, 1, 1, 2, 0, 1, 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 [1, 0, 1] from base 2 to decimal
+ --- result  5
+ --- Result  [2, 7, 0, 5]
+ --- Converting [0, 0, 0, 3, 3, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 0, 2, 0, 1, 0, 1, 0]
+ --- Converting array [2, 0, 0, 0, 2, 0, 1, 0, 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, 0, 1] from base 2 to decimal
+ --- result  5
+ --- Result  [2, 0, 0, 5]
+ --- Converting [3, 3, 0, 3, 1, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 0, 0, 0, 1, 0, 0, 0]
+ --- Converting array [2, 1, 1, 0, 0, 0, 1, 0, 0, 0] 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, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 6, 0, 4]
+ --- Converting [1, 1, 1, 0, 0, 0, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 1, 0, 0, 0, 0, 1, 0]
+ --- Converting array [0, 1, 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 [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  [0, 7, 0, 1]
+ --- Converting [2, 0, 2, 2, 1, 1, 1, 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, 1, 0, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 1, 2, 0, 0, 1, 0, 0]
+ --- Converting array [0, 0, 1, 1, 2, 0, 0, 1, 0, 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, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 3, 0, 2]
+ --- Converting [1, 0, 0, 1, 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 [2, 2, 2, 0, 0, 0, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 1, 0, 0, 0, 1, 0]
+ --- Converting array [1, 1, 1, 1, 1, 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, 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  [1, 7, 0, 1]
+ --- Converting [3, 0, 0, 0, 1, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 0, 0, 1, 1, 0, 0]
+ --- Converting array [2, 1, 0, 0, 0, 0, 1, 1, 0, 0] 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [2, 4, 0, 6]
+ --- Converting [0, 1, 1, 0, 0, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 1, 2, 0, 0, 1, 1, 0]
+ --- Converting array [0, 0, 1, 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 [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 [1, 0, 1, 0, 0, 0, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 1, 1, 0, 0, 0, 0, 1]
+ --- Converting array [0, 1, 0, 1, 1, 0, 0, 0, 0, 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, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [0, 5, 0, 0]
+ --- Converting [2, 2, 2, 0, 3, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 2, 0, 1, 0, 0, 0]
+ --- Converting array [1, 1, 1, 1, 2, 0, 1, 0, 0, 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, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 7, 0, 4]
+ --- Converting [0, 0, 2, 2, 2, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 1, 1, 0, 1, 0, 0, 0]
+ --- Converting array [1, 0, 0, 1, 1, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 1, 0, 4]
+ --- Converting [2, 0, 2, 0, 0, 0, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 1, 0, 0, 0, 0, 1, 0]
+ --- Converting array [1, 1, 0, 1, 0, 0, 0, 0, 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, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Result  [1, 5, 0, 1]
+ --- Converting [0, 1, 1, 1, 0, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 1, 1, 0, 0, 1, 0, 0]
+ --- Converting array [0, 0, 1, 1, 1, 0, 0, 1, 0, 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, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 3, 0, 2]
+ --- Converting [2, 2, 0, 0, 0, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 0, 2, 0, 0, 1, 1, 0]
+ --- Converting array [1, 1, 1, 0, 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, 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  [1, 6, 0, 3]
+ --- Converting [0, 0, 1, 1, 0, 0, 2, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 1, 1, 0, 0, 0, 1, 1]
+ --- Converting array [0, 0, 0, 1, 1, 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, 1] from base 2 to decimal
+ --- result  1
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [0, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Result  [0, 1, 0, 1]
+ --- Converting [1, 0, 0, 0, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 0, 0, 0, 0, 0, 0, 0]
+ --- Converting array [0, 1, 0, 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, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [0, 4, 0, 0]
+ --- Converting [1, 1, 1, 1, 2, 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, 3, 0, 0, 0, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 1, 1, 0, 0, 0, 1, 0]
+ --- Converting array [2, 0, 0, 1, 1, 0, 0, 0, 1, 0] 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, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Result  [2, 1, 0, 1]
+ --- Converting [0, 0, 0, 0, 0, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 0, 2, 0, 0, 1, 0, 0]
+ --- Converting array [0, 0, 0, 0, 2, 0, 0, 1, 0, 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, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 0, 0, 2]
+ --- Converting [0, 0, 3, 0, 1, 1, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 1, 0, 0, 1, 1, 1, 1]
+ --- Converting array [2, 0, 0, 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 [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  [2, 1, 0, 7]
+ --- Converting [0, 0, 1, 0, 0, 0, 2, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 1, 1, 0, 0, 0, 1, 1]
+ --- Converting array [0, 0, 0, 1, 1, 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, 1] from base 2 to decimal
+ --- result  1
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [0, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Result  [0, 1, 0, 1]
+ --- Converting [1, 0, 0, 0, 0, 0, 2, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 0, 1, 0, 0, 0, 1, 1]
+ --- Converting array [0, 1, 0, 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, 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 [3, 0, 3, 0, 1, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 1, 0, 0, 1, 1, 0, 0]
+ --- Converting array [2, 1, 0, 1, 0, 0, 1, 1, 0, 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, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [2, 5, 0, 6]
+ --- Converting [1, 0, 0, 1, 3, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 0, 2, 0, 1, 0, 0, 0]
+ --- Converting array [0, 1, 0, 0, 2, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [0, 4, 0, 4]
+ --- Converting [2, 0, 2, 2, 1, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 1, 0, 0, 1, 1, 0, 0]
+ --- Converting array [1, 1, 0, 1, 0, 0, 1, 1, 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [1, 5, 0, 6]
+ --- Converting [1, 0, 0, 0, 3, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 0, 2, 0, 1, 0, 0, 0]
+ --- Converting array [0, 1, 0, 0, 2, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [0, 4, 0, 4]
+ --- Converting [0, 0, 2, 2, 1, 1, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 1, 0, 0, 1, 1, 1, 0]
+ --- Converting array [1, 0, 0, 1, 0, 0, 1, 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 [1, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Result  [1, 1, 0, 7]
+ --- Converting [0, 1, 0, 1, 0, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 2, 0, 0, 1, 1, 0]
+ --- Converting array [0, 0, 1, 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, 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  [0, 2, 0, 3]
+ --- Converting [0, 0, 1, 1, 0, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 1, 2, 0, 0, 0, 1, 0]
+ --- Converting array [0, 0, 0, 1, 2, 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, 1] from base 2 to decimal
+ --- result  1
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [0, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Result  [0, 1, 0, 1]
+ --- Converting [0, 0, 1, 0, 0, 0, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 1, 1, 0, 0, 0, 1, 0]
+ --- Converting array [0, 0, 0, 1, 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, 1] from base 2 to decimal
+ --- result  1
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [0, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Result  [0, 1, 0, 1]
+ --- Converting [0, 3, 3, 0, 1, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 1, 0, 0, 1, 0, 0, 0]
+ --- Converting array [2, 0, 1, 1, 0, 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 [0, 0, 2, 0, 1, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 1, 0, 0, 1, 1, 0, 0]
+ --- Converting array [1, 0, 0, 1, 0, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [1, 1, 0, 6]
+ --- Converting [0, 0, 1, 0, 0, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 1, 1, 0, 0, 1, 1, 0]
+ --- Converting array [0, 0, 0, 1, 1, 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, 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, 0, 2, 0, 0, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 0, 1, 0, 0, 0, 1, 0]
+ --- Converting array [1, 0, 0, 0, 1, 0, 0, 0, 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, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Result  [1, 0, 0, 1]
+ --- Converting [0, 1, 1, 0, 1, 1, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 1, 0, 0, 1, 1, 0, 1]
+ --- Converting array [0, 0, 1, 1, 0, 0, 1, 1, 0, 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, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [0, 3, 0, 6]
+ --- Converting [2, 0, 0, 0, 1, 0, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 0, 0, 1, 0, 1, 1]
+ --- Converting array [1, 1, 0, 0, 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, 0] from base 2 to decimal
+ --- result  4
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [1, 0, 1] from base 2 to decimal
+ --- result  5
+ --- Result  [1, 4, 0, 5]
+ --- Converting [0, 0, 1, 0, 0, 0, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 1, 1, 0, 0, 0, 0, 1]
+ --- Converting array [0, 0, 0, 1, 1, 0, 0, 0, 0, 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, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [0, 1, 0, 0]
+ --- Converting [0, 0, 1, 0, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 1, 0, 0, 0, 0, 0, 0]
+ --- Converting array [0, 0, 0, 1, 0, 0, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [0, 1, 0, 0]
+ --- Converting [3, 0, 0, 0, 2, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 1, 0, 1, 1, 1, 0]
+ --- Converting array [2, 1, 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 [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  [2, 4, 0, 7]
+ --- Converting [0, 0, 0, 3, 3, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 0, 2, 0, 1, 0, 1, 0]
+ --- Converting array [2, 0, 0, 0, 2, 0, 1, 0, 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, 0, 1] from base 2 to decimal
+ --- result  5
+ --- Result  [2, 0, 0, 5]
+ --- Converting [2, 2, 0, 2, 2, 0, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 0, 1, 0, 1, 0, 1, 0]
+ --- Converting array [1, 1, 1, 0, 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, 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  [1, 6, 0, 5]
+ --- Converting [0, 2, 2, 2, 0, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 1, 2, 0, 0, 1, 0, 0]
+ --- Converting array [1, 0, 1, 1, 2, 0, 0, 1, 0, 0] 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, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [1, 3, 0, 2]
+ --- Converting [2, 0, 0, 0, 3, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 2, 0, 1, 1, 0, 0]
+ --- Converting array [1, 1, 0, 0, 2, 0, 1, 1, 0, 0] 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, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [1, 4, 0, 6]
+ --- Converting [0, 2, 0, 0, 1, 1, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 0, 0, 0, 1, 1, 1, 1]
+ --- Converting array [1, 0, 1, 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 [0, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [1, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Result  [1, 2, 0, 7]
+ --- Converting [3, 3, 3, 0, 2, 0, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 1, 1, 0, 1, 0, 0, 1]
+ --- Converting array [2, 1, 1, 1, 1, 0, 1, 0, 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, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 7, 0, 4]
+ --- Converting [3, 0, 0, 0, 3, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 2, 0, 1, 1, 1, 0]
+ --- Converting array [2, 1, 0, 0, 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, 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  [2, 4, 0, 7]
+ --- Converting [1, 1, 0, 1, 3, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 0, 2, 0, 1, 1, 0, 0]
+ --- Converting array [0, 1, 1, 0, 2, 0, 1, 1, 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [0, 6, 0, 6]
+ --- Converting [0, 0, 2, 2, 1, 0, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 1, 0, 0, 1, 0, 1, 1]
+ --- Converting array [1, 0, 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 [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, 0, 0, 0, 1, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 0, 0, 0, 0, 1, 1, 0]
+ --- Converting array [1, 1, 1, 0, 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, 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  [1, 6, 0, 3]
+ --- Converting [0, 0, 3, 0, 2, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 1, 1, 0, 1, 1, 1, 0]
+ --- Converting array [2, 0, 0, 1, 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, 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  [2, 1, 0, 7]
+ --- Converting [0, 0, 3, 3, 1, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 1, 0, 0, 1, 0, 0, 1]
+ --- Converting array [2, 0, 0, 1, 0, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 1, 0, 4]
+ --- Converting [2, 2, 0, 2, 1, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 0, 0, 0, 1, 0, 0, 0]
+ --- Converting array [1, 1, 1, 0, 0, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 6, 0, 4]
+ --- Converting [0, 2, 2, 0, 2, 0, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 1, 1, 0, 1, 0, 0, 1]
+ --- Converting array [1, 0, 1, 1, 1, 0, 1, 0, 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, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 3, 0, 4]
+ --- Converting [0, 2, 0, 2, 3, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 0, 2, 0, 1, 0, 0, 0]
+ --- Converting array [1, 0, 1, 0, 2, 0, 1, 0, 0, 0] 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 2, 0, 4]
+ --- Converting [0, 0, 3, 0, 1, 1, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 1, 0, 0, 1, 1, 1, 0]
+ --- Converting array [2, 0, 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 [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  [2, 1, 0, 7]
+ --- Converting [3, 0, 3, 3, 0, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 1, 2, 0, 0, 1, 0, 0]
+ --- Converting array [2, 1, 0, 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, 0, 1] from base 2 to decimal
+ --- result  5
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [0, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [2, 5, 0, 2]
+ --- Converting [0, 1, 0, 0, 3, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 2, 0, 1, 1, 1, 0]
+ --- Converting array [0, 0, 1, 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, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [1, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Result  [0, 2, 0, 7]
+ --- Converting [0, 1, 0, 1, 2, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 1, 0, 1, 1, 1, 0]
+ --- Converting array [0, 0, 1, 0, 1, 0, 1, 1, 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 [1, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Result  [0, 2, 0, 7]
+ --- Converting [3, 0, 3, 0, 1, 1, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 1, 0, 0, 1, 1, 0, 1]
+ --- Converting array [2, 1, 0, 1, 0, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [2, 5, 0, 6]
+ --- Converting [0, 0, 2, 2, 3, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 1, 2, 0, 1, 0, 0, 0]
+ --- Converting array [1, 0, 0, 1, 2, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 1, 0, 4]
+ --- Converting [0, 1, 0, 1, 1, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 0, 0, 1, 1, 0, 0]
+ --- Converting array [0, 0, 1, 0, 0, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [0, 2, 0, 6]
+ --- 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 [2, 0, 2, 0, 0, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 1, 1, 0, 0, 1, 0, 0]
+ --- Converting array [1, 1, 0, 1, 1, 0, 0, 1, 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, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [1, 5, 0, 2]
+ --- Converting [1, 1, 0, 0, 1, 1, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 0, 0, 0, 1, 1, 0, 1]
+ --- Converting array [0, 1, 1, 0, 0, 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, 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  [0, 6, 0, 6]
+ --- Converting [0, 0, 3, 0, 1, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 1, 0, 0, 1, 0, 0, 0]
+ --- Converting array [2, 0, 0, 1, 0, 0, 1, 0, 0, 0] 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 1, 0, 4]
+ --- Converting [2, 2, 0, 2, 0, 0, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 0, 1, 0, 0, 0, 1, 0]
+ --- Converting array [1, 1, 1, 0, 1, 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 [1, 1, 0, 1, 0, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 0, 2, 0, 0, 1, 0, 0]
+ --- Converting array [0, 1, 1, 0, 2, 0, 0, 1, 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, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 6, 0, 2]
+ --- Converting [2, 2, 2, 2, 1, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 0, 0, 1, 0, 0, 1]
+ --- Converting array [1, 1, 1, 1, 0, 0, 1, 0, 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, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 7, 0, 4]
+ --- Converting [0, 1, 1, 1, 2, 0, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 1, 1, 0, 1, 0, 1, 0]
+ --- Converting array [0, 0, 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 [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, 1, 0, 0, 2, 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, 2, 2, 0, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 1, 2, 0, 0, 1, 0, 0]
+ --- Converting array [1, 0, 0, 1, 2, 0, 0, 1, 0, 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, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [1, 1, 0, 2]
+ --- Converting [2, 0, 0, 0, 1, 1, 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 [0, 0, 0, 2, 0, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 0, 1, 0, 0, 1, 0, 0]
+ --- Converting array [1, 0, 0, 0, 1, 0, 0, 1, 0, 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, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [1, 0, 0, 2]
+ --- Converting [0, 1, 0, 1, 1, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 0, 0, 1, 0, 0, 0]
+ --- Converting array [0, 0, 1, 0, 0, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [0, 2, 0, 4]
+ --- Converting [0, 3, 0, 3, 3, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 0, 2, 0, 1, 0, 0, 0]
+ --- Converting array [2, 0, 1, 0, 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, 0] from base 2 to decimal
+ --- result  2
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 2, 0, 4]
+ --- Converting [0, 0, 1, 0, 0, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 1, 1, 0, 0, 1, 0, 0]
+ --- Converting array [0, 0, 0, 1, 1, 0, 0, 1, 0, 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 [0, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 1, 0, 2]
+ --- Converting [2, 2, 2, 0, 1, 1, 1, 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 [2, 2, 2, 0, 0, 2, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 1, 0, 0, 1, 0, 1]
+ --- Converting array [1, 1, 1, 1, 1, 0, 0, 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 [0, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [1, 7, 0, 2]
+ --- Converting [0, 2, 0, 2, 0, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 0, 2, 0, 0, 1, 1, 0]
+ --- Converting array [1, 0, 1, 0, 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, 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 [3, 3, 3, 0, 3, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 1, 2, 0, 1, 0, 0, 0]
+ --- Converting array [2, 1, 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 [1, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 7, 0, 4]
+ --- Converting [3, 3, 0, 0, 0, 0, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 0, 0, 0, 0, 0, 1, 0]
+ --- Converting array [2, 1, 1, 0, 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, 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  [2, 6, 0, 1]
+ --- Converting [1, 0, 1, 1, 3, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 1, 2, 0, 1, 1, 0, 0]
+ --- Converting array [0, 1, 0, 1, 2, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [0, 5, 0, 6]
+ --- Converting [3, 0, 0, 3, 0, 0, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 1, 0, 0, 0, 1, 0]
+ --- Converting array [2, 1, 0, 0, 1, 0, 0, 0, 1, 0] 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 [3, 3, 3, 3, 0, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 1, 1, 0, 0, 1, 1, 0]
+ --- Converting array [2, 1, 1, 1, 1, 0, 0, 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 [0, 1, 1] from base 2 to decimal
+ --- result  3
+ --- Result  [2, 7, 0, 3]
+ --- Converting [1, 0, 1, 0, 0, 1, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 1, 0, 0, 0, 1, 1, 0]
+ --- Converting array [0, 1, 0, 1, 0, 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 [2, 2, 0, 0, 0, 0, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 0, 0, 0, 0, 0, 1, 1]
+ --- Converting array [1, 1, 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 [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 [1, 1, 0, 0, 0, 0, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 0, 0, 0, 0, 0, 1, 0]
+ --- Converting array [0, 1, 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 [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, 0, 1, 3, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 0, 2, 0, 1, 0, 0, 0]
+ --- Converting array [0, 0, 0, 0, 2, 0, 1, 0, 0, 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, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [0, 0, 0, 4]
+ --- Converting [0, 0, 1, 0, 3, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 1, 2, 0, 1, 0, 1, 0]
+ --- Converting array [0, 0, 0, 1, 2, 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 [3, 0, 3, 0, 0, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 1, 2, 0, 0, 0, 1, 0]
+ --- Converting array [2, 1, 0, 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, 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 [1, 0, 0, 0, 3, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 0, 2, 0, 1, 1, 0, 0]
+ --- Converting array [0, 1, 0, 0, 2, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [0, 4, 0, 6]
+ --- Converting [2, 2, 2, 0, 0, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 0, 0, 0, 0, 0, 1]
+ --- Converting array [1, 1, 1, 1, 0, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [1, 7, 0, 0]
+ --- Converting [2, 2, 0, 2, 0, 0, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 0, 0, 0, 0, 0, 1, 0]
+ --- Converting array [1, 1, 1, 0, 0, 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 [2, 0, 0, 0, 0, 2, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 1, 0, 0, 1, 0, 1]
+ --- Converting array [1, 1, 0, 0, 1, 0, 0, 1, 0, 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 [0, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [1, 4, 0, 2]
+ --- Converting [2, 2, 2, 0, 0, 0, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 0, 0, 0, 0, 1, 1]
+ --- Converting array [1, 1, 1, 1, 0, 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, 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  [1, 7, 0, 1]
+ --- Converting [0, 3, 0, 0, 1, 0, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 0, 0, 0, 1, 0, 1, 0]
+ --- Converting array [2, 0, 1, 0, 0, 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, 0] from base 2 to decimal
+ --- result  2
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [1, 0, 1] from base 2 to decimal
+ --- result  5
+ --- Result  [2, 2, 0, 5]
+ --- Converting [2, 0, 0, 0, 2, 0, 2, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 1, 0, 1, 0, 1, 1]
+ --- Converting array [1, 1, 0, 0, 1, 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, 0] from base 2 to decimal
+ --- result  4
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [1, 0, 1] from base 2 to decimal
+ --- result  5
+ --- Result  [1, 4, 0, 5]
+ --- Converting [1, 0, 0, 0, 0, 0, 2, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 0, 1, 0, 0, 0, 1, 1]
+ --- Converting array [0, 1, 0, 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, 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 [2, 0, 0, 0, 2, 0, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 1, 0, 1, 0, 0, 1]
+ --- Converting array [1, 1, 0, 0, 1, 0, 1, 0, 0, 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, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 4, 0, 4]
+ --- Converting [0, 0, 3, 3, 1, 1, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 1, 0, 0, 1, 1, 0, 0]
+ --- Converting array [2, 0, 0, 1, 0, 0, 1, 1, 0, 0] 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [2, 1, 0, 6]
+ --- Converting [0, 1, 1, 1, 1, 0, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 1, 0, 0, 1, 0, 1, 1]
+ --- Converting array [0, 0, 1, 1, 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, 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 [0, 0, 3, 0, 2, 0, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 1, 1, 0, 1, 0, 1, 0]
+ --- Converting array [2, 0, 0, 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, 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  [2, 1, 0, 5]
+ --- Converting [0, 3, 3, 3, 2, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 1, 1, 0, 1, 0, 0, 0]
+ --- Converting array [2, 0, 1, 1, 1, 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 [0, 0, 0, 2, 0, 0, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 0, 1, 0, 0, 0, 0, 1]
+ --- Converting array [1, 0, 0, 0, 1, 0, 0, 0, 0, 1] 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, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [1, 0, 0, 0]
+ --- Converting [2, 0, 2, 2, 0, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 1, 0, 0, 0, 0, 0, 1]
+ --- Converting array [1, 1, 0, 1, 0, 0, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [1, 5, 0, 0]
+ --- Converting [0, 0, 0, 0, 1, 1, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 1, 1, 1]
+ --- Converting array [0, 0, 0, 0, 0, 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 [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, 0, 1, 3, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 2, 0, 1, 1, 1, 0]
+ --- Converting array [0, 0, 1, 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, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [1, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Result  [0, 2, 0, 7]
+ --- Converting [0, 0, 2, 0, 1, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 1, 0, 0, 1, 0, 0, 0]
+ --- Converting array [1, 0, 0, 1, 0, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 1, 0, 4]
+ --- Converting [2, 2, 0, 2, 3, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 0, 2, 0, 1, 1, 0, 0]
+ --- Converting array [1, 1, 1, 0, 2, 0, 1, 1, 0, 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [1, 6, 0, 6]
+ --- Converting [0, 2, 0, 2, 3, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 0, 2, 0, 1, 1, 0, 0]
+ --- Converting array [1, 0, 1, 0, 2, 0, 1, 1, 0, 0] 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [1, 2, 0, 6]
+ --- Converting [1, 0, 1, 0, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 1, 0, 0, 0, 0, 0, 0]
+ --- Converting array [0, 1, 0, 1, 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, 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  [0, 5, 0, 0]
+ --- Converting [2, 2, 2, 0, 0, 0, 2, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 1, 0, 0, 0, 1, 1]
+ --- Converting array [1, 1, 1, 1, 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, 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  [1, 7, 0, 1]
+ --- Converting [0, 1, 0, 0, 0, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 2, 0, 0, 0, 1, 0]
+ --- Converting array [0, 0, 1, 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 [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 [1, 1, 0, 0, 0, 0, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 0, 0, 0, 0, 0, 1, 1]
+ --- Converting array [0, 1, 1, 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 [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 [1, 0, 0, 0, 0, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 0, 1, 0, 0, 1, 0, 0]
+ --- Converting array [0, 1, 0, 0, 1, 0, 0, 1, 0, 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, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 4, 0, 2]
+ --- Converting [2, 0, 0, 0, 0, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 1, 0, 0, 1, 0, 0]
+ --- Converting array [1, 1, 0, 0, 1, 0, 0, 1, 0, 0] 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 [0, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [1, 4, 0, 2]
+ --- Converting [2, 2, 2, 0, 0, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 1, 0, 0, 1, 0, 0]
+ --- Converting array [1, 1, 1, 1, 1, 0, 0, 1, 0, 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, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [1, 7, 0, 2]
+ --- Converting [0, 1, 0, 1, 2, 0, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 1, 0, 1, 0, 1, 0]
+ --- Converting array [0, 0, 1, 0, 1, 0, 1, 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 [1, 0, 1] from base 2 to decimal
+ --- result  5
+ --- Result  [0, 2, 0, 5]
+ --- Converting [0, 2, 0, 0, 2, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 0, 1, 0, 1, 1, 1, 0]
+ --- Converting array [1, 0, 1, 0, 1, 0, 1, 1, 1, 0] 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 [1, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Result  [1, 2, 0, 7]
+ --- Converting [0, 1, 1, 0, 1, 1, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 1, 0, 0, 1, 1, 1, 1]
+ --- Converting array [0, 0, 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 [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  [0, 3, 0, 7]
+ --- Converting [2, 0, 0, 0, 2, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 1, 0, 1, 1, 1, 0]
+ --- Converting array [1, 1, 0, 0, 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, 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, 0, 0, 1, 1, 0, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 0, 1, 0]
+ --- Converting array [0, 0, 0, 0, 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, 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, 0, 2, 0, 1, 1, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 1, 0, 0, 1, 1, 1, 0]
+ --- Converting array [1, 1, 0, 1, 0, 0, 1, 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 [1, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Result  [1, 5, 0, 7]
+ --- Converting [1, 1, 0, 1, 0, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 0, 2, 0, 0, 1, 1, 0]
+ --- Converting array [0, 1, 1, 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, 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  [0, 6, 0, 3]
+ --- Converting [2, 2, 0, 0, 3, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 0, 2, 0, 1, 0, 1, 0]
+ --- Converting array [1, 1, 1, 0, 2, 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, 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  [1, 6, 0, 5]
+ --- Converting [2, 0, 2, 2, 0, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 1, 2, 0, 0, 1, 0, 0]
+ --- Converting array [1, 1, 0, 1, 2, 0, 0, 1, 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, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [1, 5, 0, 2]
+ --- Converting [0, 3, 0, 3, 1, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 0, 0, 0, 1, 0, 0, 1]
+ --- Converting array [2, 0, 1, 0, 0, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 2, 0, 4]
+ --- Converting [0, 2, 2, 0, 0, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 1, 2, 0, 0, 0, 1, 0]
+ --- Converting array [1, 0, 1, 1, 2, 0, 0, 0, 1, 0] 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, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Result  [1, 3, 0, 1]
+ --- Converting [0, 0, 0, 3, 2, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 0, 1, 0, 1, 1, 0, 0]
+ --- Converting array [2, 0, 0, 0, 1, 0, 1, 1, 0, 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, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [2, 0, 0, 6]
+ --- Converting [1, 1, 1, 1, 0, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 1, 1, 0, 0, 1, 0, 0]
+ --- Converting array [0, 1, 1, 1, 1, 0, 0, 1, 0, 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 [0, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 7, 0, 2]
+ --- Converting [0, 3, 0, 3, 0, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 0, 1, 0, 0, 1, 0, 0]
+ --- Converting array [2, 0, 1, 0, 1, 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 [1, 1, 1, 1, 1, 1, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 1, 0, 0, 1, 1, 0, 1]
+ --- Converting array [0, 1, 1, 1, 0, 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 [3, 0, 3, 3, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 1, 0, 0, 0, 0, 0, 0]
+ --- Converting array [2, 1, 0, 1, 0, 0, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [2, 5, 0, 0]
+ --- Converting [2, 0, 0, 0, 0, 2, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 1, 0, 0, 1, 0, 1]
+ --- Converting array [1, 1, 0, 0, 1, 0, 0, 1, 0, 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 [0, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [1, 4, 0, 2]
+ --- 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 [3, 0, 0, 0, 2, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 1, 0, 1, 0, 0, 0]
+ --- Converting array [2, 1, 0, 0, 1, 0, 1, 0, 0, 0] 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 4, 0, 4]
+ --- Converting [1, 1, 1, 1, 3, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 1, 2, 0, 1, 0, 1, 0]
+ --- Converting array [0, 1, 1, 1, 2, 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 [3, 3, 3, 3, 0, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 1, 0, 0, 0, 0, 0, 1]
+ --- Converting array [2, 1, 1, 1, 0, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [2, 7, 0, 0]
+ --- 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, 0, 3, 0, 0, 0, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 1, 0, 0, 0, 0, 1, 1]
+ --- Converting array [2, 0, 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 [0, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [0, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Result  [2, 1, 0, 1]
+ --- Converting [3, 3, 0, 3, 1, 1, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 0, 0, 0, 1, 1, 1, 0]
+ --- Converting array [2, 1, 1, 0, 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, 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  [2, 6, 0, 7]
+ --- Converting [3, 3, 0, 0, 0, 0, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
  --- Result =  [2, 1, 1, 0, 0, 0, 0, 0, 1, 0]
- --- Converting  base Y number [2, 1, 1, 0, 0, 0, 0, 0, 1, 0] to configuration notation
- --- Result =  [3, 3, 0, 0, 0, 0, 1, 0]
---- Retained value to add in file: [3, 3, 0, 0, 0, 0, 1, 0], indice :  (2, 12, 0, 2)
- --- converting (1, 10, 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 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 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 =  [1, 1, 0, 1, 0, 1, 1, 0, 1, 1]
- --- Converting  base Y number [1, 1, 0, 1, 0, 1, 1, 0, 1, 1] to configuration notation
- --- Result =  [2, 0, 2, 0, 2, 0, 2, 2]
---- Retained value to add in file: [2, 0, 2, 0, 2, 0, 2, 2], indice :  (1, 10, 1, 11)
- --- converting (0, 11, 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 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 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, 1, 0, 1, 1, 2, 1, 1, 0, 0]
- --- Converting  base Y number [0, 1, 0, 1, 1, 2, 1, 1, 0, 0] to configuration notation
- --- Result =  [1, 0, 1, 1, 3, 3, 0, 0]
---- Retained value to add in file: [1, 0, 1, 1, 3, 3, 0, 0], indice :  (0, 11, 2, 12)
- --- converting (2, 9, 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 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]
- --- 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, 0, 0, 1, 1, 0, 0, 1, 0]
- --- Converting  base Y number [2, 1, 0, 0, 1, 1, 0, 0, 1, 0] to configuration notation
- --- Result =  [3, 0, 0, 3, 0, 0, 2, 0]
---- Retained value to add in file: [3, 0, 0, 3, 0, 0, 2, 0], indice :  (2, 9, 1, 2)
- --- converting (2, 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 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 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 =  [2, 1, 1, 1, 1, 1, 0, 1, 1, 0]
- --- Converting  base Y number [2, 1, 1, 1, 1, 1, 0, 1, 1, 0] to configuration notation
- --- Result =  [3, 3, 3, 3, 0, 2, 2, 0]
---- Retained value to add in file: [3, 3, 3, 3, 0, 2, 2, 0], indice :  (2, 15, 1, 6)
- --- converting (0, 10, 0, 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 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 6 in base 2
- --- appending 0 to result
- --- appending 1 to result
- --- appending 1 to result
- --- result  [0, 1, 1, 0]
- --- Result =  [0, 1, 0, 1, 0, 0, 0, 1, 1, 0]
- --- Converting  base Y number [0, 1, 0, 1, 0, 0, 0, 1, 1, 0] to configuration notation
- --- Result =  [1, 0, 1, 0, 0, 1, 1, 0]
---- Retained value to add in file: [1, 0, 1, 0, 0, 1, 1, 0], indice :  (0, 10, 0, 6)
- --- converting (1, 12, 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 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 0 in base 3
- --- result  [0]
- --- converting 3 in base 2
- --- appending 1 to result
- --- appending 1 to result
- --- result  [0, 0, 1, 1]
- --- Result =  [1, 1, 1, 0, 0, 0, 0, 0, 1, 1]
- --- Converting  base Y number [1, 1, 1, 0, 0, 0, 0, 0, 1, 1] to configuration notation
- --- Result =  [2, 2, 0, 0, 0, 0, 1, 1]
---- Retained value to add in file: [2, 2, 0, 0, 0, 0, 1, 1], indice :  (1, 12, 0, 3)
- --- converting (0, 12, 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 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 2 in base 2
- --- appending 0 to result
- --- appending 1 to result
- --- result  [0, 0, 1, 0]
- --- Result =  [0, 1, 1, 0, 0, 0, 0, 0, 1, 0]
- --- Converting  base Y number [0, 1, 1, 0, 0, 0, 0, 0, 1, 0] to configuration notation
- --- Result =  [1, 1, 0, 0, 0, 0, 1, 0]
---- Retained value to add in file: [1, 1, 0, 0, 0, 0, 1, 0], indice :  (0, 12, 0, 2)
- --- converting (0, 5, 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 5 in base 2
- --- appending 1 to result
- --- appending 0 to result
+ --- Converting array [2, 1, 1, 0, 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, 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  [2, 6, 0, 1]
+ --- Converting [1, 0, 1, 1, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 1, 0, 0, 0, 0, 0, 0]
+ --- Converting array [0, 1, 0, 1, 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, 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  [0, 5, 0, 0]
+ --- Converting [1, 0, 1, 0, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 1, 0, 0, 0, 0, 0, 0]
+ --- Converting array [0, 1, 0, 1, 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, 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  [0, 5, 0, 0]
+ --- Converting [2, 2, 2, 0, 0, 0, 2, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 1, 0, 0, 0, 1, 1]
+ --- Converting array [1, 1, 1, 1, 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, 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  [1, 7, 0, 1]
+ --- Converting [0, 1, 0, 0, 0, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 2, 0, 0, 0, 1, 0]
+ --- Converting array [0, 0, 1, 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 [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 [1, 1, 0, 0, 0, 0, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 0, 0, 0, 0, 0, 1, 1]
+ --- Converting array [0, 1, 1, 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 [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 [1, 0, 0, 0, 0, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 0, 1, 0, 0, 1, 0, 0]
+ --- Converting array [0, 1, 0, 0, 1, 0, 0, 1, 0, 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, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 4, 0, 2]
+ --- Converting [2, 0, 0, 0, 0, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 1, 0, 0, 1, 0, 0]
+ --- Converting array [1, 1, 0, 0, 1, 0, 0, 1, 0, 0] 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 [0, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [1, 4, 0, 2]
+ --- Converting [2, 2, 2, 0, 0, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 1, 0, 0, 1, 0, 0]
+ --- Converting array [1, 1, 1, 1, 1, 0, 0, 1, 0, 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, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [1, 7, 0, 2]
+ --- Converting [0, 1, 0, 1, 2, 0, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 1, 0, 1, 0, 1, 0]
+ --- Converting array [0, 0, 1, 0, 1, 0, 1, 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 [1, 0, 1] from base 2 to decimal
+ --- result  5
+ --- Result  [0, 2, 0, 5]
+ --- Converting [0, 2, 0, 0, 2, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 0, 1, 0, 1, 1, 1, 0]
+ --- Converting array [1, 0, 1, 0, 1, 0, 1, 1, 1, 0] 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 [1, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Result  [1, 2, 0, 7]
+ --- Converting [0, 1, 1, 0, 1, 1, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 1, 0, 0, 1, 1, 1, 1]
+ --- Converting array [0, 0, 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 [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  [0, 3, 0, 7]
+ --- Converting [2, 0, 0, 0, 2, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 1, 0, 1, 1, 1, 0]
+ --- Converting array [1, 1, 0, 0, 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, 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, 0, 0, 1, 1, 0, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 0, 1, 0]
+ --- Converting array [0, 0, 0, 0, 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, 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, 0, 2, 0, 1, 1, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 1, 0, 0, 1, 1, 1, 0]
+ --- Converting array [1, 1, 0, 1, 0, 0, 1, 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 [1, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Result  [1, 5, 0, 7]
+ --- Converting [1, 1, 0, 1, 0, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 0, 2, 0, 0, 1, 1, 0]
+ --- Converting array [0, 1, 1, 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, 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  [0, 6, 0, 3]
+ --- Converting [2, 2, 0, 0, 3, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 0, 2, 0, 1, 0, 1, 0]
+ --- Converting array [1, 1, 1, 0, 2, 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, 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  [1, 6, 0, 5]
+ --- Converting [2, 0, 2, 2, 0, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 1, 2, 0, 0, 1, 0, 0]
+ --- Converting array [1, 1, 0, 1, 2, 0, 0, 1, 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, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [1, 5, 0, 2]
+ --- Converting [0, 3, 0, 3, 1, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 0, 0, 0, 1, 0, 0, 1]
+ --- Converting array [2, 0, 1, 0, 0, 0, 1, 0, 0, 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 2, 0, 4]
+ --- Converting [0, 2, 2, 0, 0, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 1, 2, 0, 0, 0, 1, 0]
+ --- Converting array [1, 0, 1, 1, 2, 0, 0, 0, 1, 0] 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, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Result  [1, 3, 0, 1]
+ --- Converting [0, 0, 0, 3, 2, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 0, 1, 0, 1, 1, 0, 0]
+ --- Converting array [2, 0, 0, 0, 1, 0, 1, 1, 0, 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, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [2, 0, 0, 6]
+ --- Converting [1, 1, 1, 1, 0, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 1, 1, 0, 0, 1, 0, 0]
+ --- Converting array [0, 1, 1, 1, 1, 0, 0, 1, 0, 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 [0, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 7, 0, 2]
+ --- Converting [0, 3, 0, 3, 0, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 0, 1, 0, 0, 1, 0, 0]
+ --- Converting array [2, 0, 1, 0, 1, 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 [1, 1, 1, 1, 1, 1, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 1, 0, 0, 1, 1, 0, 1]
+ --- Converting array [0, 1, 1, 1, 0, 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 [3, 0, 3, 3, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 1, 0, 0, 0, 0, 0, 0]
+ --- Converting array [2, 1, 0, 1, 0, 0, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [2, 5, 0, 0]
+ --- Converting [2, 0, 0, 0, 0, 2, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 1, 0, 0, 1, 0, 1]
+ --- Converting array [1, 1, 0, 0, 1, 0, 0, 1, 0, 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 [0, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [1, 4, 0, 2]
+ --- 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 [3, 0, 0, 0, 2, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 1, 0, 1, 0, 0, 0]
+ --- Converting array [2, 1, 0, 0, 1, 0, 1, 0, 0, 0] 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 [1, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 4, 0, 4]
+ --- Converting [1, 1, 1, 1, 3, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 1, 2, 0, 1, 0, 1, 0]
+ --- Converting array [0, 1, 1, 1, 2, 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 [3, 3, 3, 3, 0, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 1, 0, 0, 0, 0, 0, 1]
+ --- Converting array [2, 1, 1, 1, 0, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [2, 7, 0, 0]
+ --- 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, 0, 3, 0, 0, 0, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 1, 0, 0, 0, 0, 1, 1]
+ --- Converting array [2, 0, 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 [0, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Converting array [0] from base 3 to decimal
+ --- result  0
+ --- Converting array [0, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Result  [2, 1, 0, 1]
+ --- Converting [3, 3, 0, 3, 1, 1, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 0, 0, 0, 1, 1, 1, 0]
+ --- Converting array [2, 1, 1, 0, 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, 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  [2, 6, 0, 7]
+ --- Converting [3, 3, 0, 0, 0, 0, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 0, 0, 0, 0, 0, 1, 0]
+ --- Converting array [2, 1, 1, 0, 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, 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  [2, 6, 0, 1]
+ --- Converting [1, 0, 1, 1, 0, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 1, 0, 0, 0, 0, 0, 0]
+ --- Converting array [0, 1, 0, 1, 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, 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  [0, 5, 0, 0]
+ --- Converting [0, 1, 0, 1, 0, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 1, 0, 0, 1, 1, 0]
+ --- Converting array [0, 0, 1, 0, 1, 0, 0, 1, 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, 1, 1] from base 2 to decimal
+ --- result  3
+ --- Result  [0, 2, 0, 3]
+ --- Converting [0, 0, 0, 0, 1, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 0, 0, 1]
+ --- Converting array [0, 0, 0, 0, 0, 0, 1, 0, 0, 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, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [0, 0, 0, 4]
+ --- Converting [2, 2, 0, 2, 3, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 0, 2, 0, 1, 0, 1, 0]
+ --- Converting array [1, 1, 1, 0, 2, 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, 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  [1, 6, 0, 5]
+ --- Converting [2, 0, 0, 2, 0, 1, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 0, 0, 0, 0, 1, 1, 0]
+ --- Converting array [1, 1, 0, 0, 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, 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  [1, 4, 0, 3]
+ --- Converting [1, 1, 1, 1, 0, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 1, 2, 0, 0, 1, 0, 0]
+ --- Converting array [0, 1, 1, 1, 2, 0, 0, 1, 0, 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 [0, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 7, 0, 2]
+ --- Converting [3, 0, 0, 3, 0, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 2, 0, 0, 1, 1, 0]
+ --- Converting array [2, 1, 0, 0, 2, 0, 0, 1, 1, 0] 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, 1, 1] from base 2 to decimal
+ --- result  3
+ --- Result  [2, 4, 0, 3]
+ --- Converting [2, 0, 2, 2, 1, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 0, 1, 0, 0, 1, 0, 0, 1]
+ --- Converting array [1, 1, 0, 1, 0, 0, 1, 0, 0, 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, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [1, 5, 0, 4]
+ --- Converting [2, 0, 2, 0, 1, 1, 1, 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 [3, 0, 0, 0, 0, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 0, 0, 0, 0, 0, 1]
+ --- Converting array [2, 1, 0, 0, 0, 0, 0, 0, 0, 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, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [2, 4, 0, 0]
+ --- Converting [3, 3, 0, 3, 0, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 0, 1, 0, 0, 1, 1, 0]
+ --- Converting array [2, 1, 1, 0, 1, 0, 0, 1, 1, 0] 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 [2, 2, 2, 2, 0, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 1, 0, 0, 1, 0, 0]
+ --- Converting array [1, 1, 1, 1, 1, 0, 0, 1, 0, 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, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [1, 7, 0, 2]
+ --- Converting [0, 0, 2, 0, 0, 2, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 1, 1, 0, 0, 1, 0, 1]
+ --- Converting array [1, 0, 0, 1, 1, 0, 0, 1, 0, 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 [0, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [1, 1, 0, 2]
+ --- Converting [0, 2, 2, 0, 0, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 1, 1, 2, 0, 0, 1, 1, 0]
+ --- Converting array [1, 0, 1, 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, 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 [3, 0, 0, 3, 1, 1, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 0, 0, 0, 1, 1, 1, 1]
+ --- Converting array [2, 1, 0, 0, 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, 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  [2, 4, 0, 7]
+ --- Converting [3, 0, 3, 0, 0, 1, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 0, 1, 0, 0, 0, 1, 0, 1]
+ --- Converting array [2, 1, 0, 1, 0, 0, 0, 1, 0, 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, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [2, 5, 0, 2]
+ --- Converting [0, 1, 0, 0, 0, 3, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 2, 0, 0, 1, 0, 0]
+ --- Converting array [0, 0, 1, 0, 2, 0, 0, 1, 0, 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, 1, 0] from base 2 to decimal
+ --- result  2
+ --- Result  [0, 2, 0, 2]
+ --- Converting [3, 3, 0, 0, 3, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 0, 2, 0, 1, 0, 1, 0]
+ --- Converting array [2, 1, 1, 0, 2, 0, 1, 0, 1, 0] 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, 0, 3, 3, 2, 2, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 1, 1, 0, 1, 1, 0, 0]
+ --- Converting array [2, 0, 0, 1, 1, 0, 1, 1, 0, 0] 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 [1, 1, 0] from base 2 to decimal
+ --- result  6
+ --- Result  [2, 1, 0, 6]
+ --- Converting [0, 3, 3, 3, 1, 0, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 1, 0, 0, 1, 0, 0, 1]
+ --- Converting array [2, 0, 1, 1, 0, 0, 1, 0, 0, 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, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 3, 0, 4]
+ --- Converting [1, 1, 1, 0, 0, 1, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 1, 0, 0, 0, 1, 1, 0]
+ --- Converting array [0, 1, 1, 1, 0, 0, 0, 1, 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 [0, 1, 1] from base 2 to decimal
+ --- result  3
+ --- Result  [0, 7, 0, 3]
+ --- Converting [2, 2, 2, 2, 0, 0, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 0, 0, 0, 0, 1, 1]
+ --- Converting array [1, 1, 1, 1, 0, 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, 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  [1, 7, 0, 1]
+ --- Converting [3, 3, 0, 3, 0, 0, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 1, 1, 0, 0, 0, 0, 0, 1, 0]
+ --- Converting array [2, 1, 1, 0, 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, 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  [2, 6, 0, 1]
+ --- Converting [0, 0, 2, 0, 0, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 0, 0, 1, 1, 0, 0, 1, 1, 0]
+ --- Converting array [1, 0, 0, 1, 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, 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, 1, 0, 1, 0, 0, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 0, 1, 0, 0, 0, 1, 0]
+ --- Converting array [0, 1, 1, 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 [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, 2, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 0, 1, 1, 0, 1, 1, 1, 0]
+ --- Converting array [0, 0, 0, 1, 1, 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, 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  [0, 1, 0, 7]
+ --- Converting [0, 1, 0, 0, 1, 1, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 0, 0, 1, 1, 1, 1]
+ --- Converting array [0, 0, 1, 0, 0, 0, 1, 1, 1, 1] 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 [1, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Result  [0, 2, 0, 7]
+ --- Converting [2, 2, 2, 0, 0, 0, 0, 2] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 1, 0, 0, 0, 0, 1]
+ --- Converting array [1, 1, 1, 1, 1, 0, 0, 0, 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 [0, 0, 0] from base 2 to decimal
+ --- result  0
+ --- Result  [1, 7, 0, 0]
+ --- Converting [1, 1, 0, 1, 1, 1, 0, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 1, 0, 0, 0, 1, 1, 0, 1]
+ --- Converting array [0, 1, 1, 0, 0, 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, 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  [0, 6, 0, 6]
+ --- Converting [0, 1, 1, 0, 2, 2, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 1, 1, 0, 1, 1, 1, 0]
+ --- Converting array [0, 0, 1, 1, 1, 0, 1, 1, 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 [1, 1, 1] from base 2 to decimal
+ --- result  7
+ --- Result  [0, 3, 0, 7]
+ --- Converting [0, 0, 0, 3, 2, 0, 0, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 0, 0, 1, 0, 1, 0, 0, 0]
+ --- Converting array [2, 0, 0, 0, 1, 0, 1, 0, 0, 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, 0, 0] from base 2 to decimal
+ --- result  4
+ --- Result  [2, 0, 0, 4]
+ --- Converting [2, 2, 2, 0, 1, 0, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 0, 0, 1, 0, 1, 0]
+ --- Converting array [1, 1, 1, 1, 0, 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 [3, 3, 3, 0, 1, 1, 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 [0, 1, 0, 1, 0, 0, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 0, 1, 0, 1, 0, 0, 0, 1, 0]
+ --- Converting array [0, 0, 1, 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, 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 [0, 3, 0, 3, 0, 0, 2, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 0, 1, 0, 0, 0, 1, 0]
+ --- Converting array [2, 0, 1, 0, 1, 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 [1, 0, 1, 0, 0, 0, 1, 1] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [0, 1, 0, 1, 0, 0, 0, 0, 1, 1]
+ --- Converting array [0, 1, 0, 1, 0, 0, 0, 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 [0, 0, 1] from base 2 to decimal
+ --- result  1
+ --- Result  [0, 5, 0, 1]
+ --- Converting [2, 2, 2, 2, 0, 0, 1, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 0, 0, 0, 0, 1, 0]
+ --- Converting array [1, 1, 1, 1, 0, 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, 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  [1, 7, 0, 1]
+ --- Converting [2, 2, 2, 2, 3, 0, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [1, 1, 1, 1, 2, 0, 1, 0, 1, 0]
+ --- Converting array [1, 1, 1, 1, 2, 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 [0, 3, 3, 0, 3, 3, 3, 0] in base Y array notation
+ --- Processing the little socket
+ --- Processing the big socket
+ --- Result =  [2, 0, 1, 1, 2, 0, 1, 1, 1, 0]
+ --- Converting array [2, 0, 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 [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]
+--- Number of possible combinations  2304
+ --- 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, 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, 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, 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, 3)
+ --- 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, 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, 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, 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, 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, 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, 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, 5)
+ --- 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, 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, 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, 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, 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, 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, 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, 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, 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, 3)
+ --- 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, 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, 5)
+ --- 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, 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, 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, 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  1950
+ --- converting (2, 13, 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 2 in base 3
+ --- result  [2]
+ --- converting 13 in base 2
  --- appending 1 to result
- --- result  [0, 1, 0, 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, 1, 0, 1, 0, 1, 1, 0, 0]
- --- Converting  base Y number [0, 0, 1, 0, 1, 0, 1, 1, 0, 0] to configuration notation
- --- Result =  [0, 1, 0, 1, 1, 1, 0, 0]
---- Retained value to add in file: [0, 1, 0, 1, 1, 1, 0, 0], indice :  (0, 5, 0, 12)
- --- converting (0, 1, 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
- --- result  [0]
- --- converting 1 in base 2
- --- result  [0, 0, 0, 1]
+ --- result  [1, 1, 0, 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
+ --- converting 3 in base 2
  --- appending 1 to result
- --- result  [1, 0, 0, 0]
- --- Result =  [0, 0, 0, 0, 1, 2, 1, 0, 0, 0]
- --- Converting  base Y number [0, 0, 0, 0, 1, 2, 1, 0, 0, 0] to configuration notation
- --- Result =  [0, 0, 0, 1, 3, 0, 0, 0]
---- Retained value to add in file: [0, 0, 0, 1, 3, 0, 0, 0], indice :  (0, 1, 2, 8)
- --- converting (0, 2, 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 2 in base 2
- --- appending 0 to result
  --- appending 1 to result
- --- result  [0, 0, 1, 0]
+ --- result  [0, 0, 1, 1]
+ --- Result =  [2, 1, 1, 0, 1, 2, 0, 0, 1, 1]
+ --- Converting  base Y number [2, 1, 1, 0, 1, 2, 0, 0, 1, 1] to configuration notation
+ --- Result =  [3, 3, 0, 3, 0, 0, 3, 3]
+--- Retained value to add in file: [3, 3, 0, 3, 0, 0, 3, 3], indice :  (2, 13, 2, 3)
+ --- converting (1, 4, 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 1 in base 3
  --- result  [1]
- --- converting 11 in base 2
- --- appending 1 to result
- --- appending 1 to result
+ --- converting 4 in base 2
  --- appending 0 to result
- --- appending 1 to result
- --- result  [1, 0, 1, 1]
- --- Result =  [0, 0, 0, 1, 0, 1, 1, 0, 1, 1]
- --- Converting  base Y number [0, 0, 0, 1, 0, 1, 1, 0, 1, 1] to configuration notation
- --- Result =  [0, 0, 1, 0, 2, 0, 2, 2]
---- Retained value to add in file: [0, 0, 1, 0, 2, 0, 2, 2], indice :  (0, 2, 1, 11)
- --- converting (0, 2, 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 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  [0, 1, 0, 0]
  --- converting 2 in base 3
  --- result  [2]
  --- converting 10 in base 2
@@ -10536,51 +12828,28 @@ resulted X configuration :  [0, 1, 0, 1, 1, 0, 0, 0]
  --- appending 0 to result
  --- appending 1 to result
  --- result  [1, 0, 1, 0]
- --- Result =  [0, 0, 0, 1, 0, 2, 1, 0, 1, 0]
- --- Converting  base Y number [0, 0, 0, 1, 0, 2, 1, 0, 1, 0] to configuration notation
- --- Result =  [0, 0, 1, 0, 3, 0, 3, 0]
---- Retained value to add in file: [0, 0, 1, 0, 3, 0, 3, 0], indice :  (0, 2, 2, 10)
- --- converting (2, 10, 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 2 in base 3
- --- result  [2]
- --- converting 10 in base 2
- --- appending 0 to result
+ --- Result =  [1, 0, 1, 0, 0, 2, 1, 0, 1, 0]
+ --- Converting  base Y number [1, 0, 1, 0, 0, 2, 1, 0, 1, 0] to configuration notation
+ --- Result =  [0, 2, 0, 0, 3, 0, 3, 0]
+--- Retained value to add in file: [0, 2, 0, 0, 3, 0, 3, 0], indice :  (1, 4, 2, 10)
+ --- converting (1, 11, 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 11 in base 2
  --- 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 2 in base 2
  --- appending 0 to result
  --- appending 1 to result
- --- result  [0, 0, 1, 0]
- --- Result =  [2, 1, 0, 1, 0, 2, 0, 0, 1, 0]
- --- Converting  base Y number [2, 1, 0, 1, 0, 2, 0, 0, 1, 0] to configuration notation
- --- Result =  [3, 0, 3, 0, 0, 0, 3, 0]
---- Retained value to add in file: [3, 0, 3, 0, 0, 0, 3, 0], indice :  (2, 10, 2, 2)
- --- converting (0, 8, 2, 12)  to base Y  (  base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits)
+ --- result  [1, 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  [1, 0, 0, 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, 1, 0, 0, 0, 2, 1, 1, 0, 0]
- --- Converting  base Y number [0, 1, 0, 0, 0, 2, 1, 1, 0, 0] to configuration notation
- --- Result =  [1, 0, 0, 0, 3, 3, 0, 0]
---- Retained value to add in file: [1, 0, 0, 0, 3, 3, 0, 0], indice :  (0, 8, 2, 12)
- --- converting (1, 14, 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 2
+ --- result  [0, 0, 0, 1]
+ --- Result =  [1, 1, 0, 1, 1, 0, 0, 0, 0, 1]
+ --- Converting  base Y number [1, 1, 0, 1, 1, 0, 0, 0, 0, 1] to configuration notation
+ --- Result =  [2, 0, 2, 2, 0, 0, 0, 1]
+--- Retained value to add in file: [2, 0, 2, 2, 0, 0, 0, 1], indice :  (1, 11, 0, 1)
+ --- converting (1, 14, 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 1 in base 3
  --- result  [1]
  --- converting 14 in base 2
@@ -10591,93 +12860,71 @@ resulted X configuration :  [0, 1, 0, 1, 1, 0, 0, 0]
  --- result  [1, 1, 1, 0]
  --- converting 0 in base 3
  --- result  [0]
- --- converting 1 in base 2
- --- result  [0, 0, 0, 1]
- --- Result =  [1, 1, 1, 1, 0, 0, 0, 0, 0, 1]
- --- Converting  base Y number [1, 1, 1, 1, 0, 0, 0, 0, 0, 1] to configuration notation
- --- Result =  [2, 2, 2, 0, 0, 0, 0, 1]
---- Retained value to add in file: [2, 2, 2, 0, 0, 0, 0, 1], indice :  (1, 14, 0, 1)
- --- converting (1, 5, 2, 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 5 in base 2
- --- appending 1 to result
- --- appending 0 to result
- --- appending 1 to result
- --- result  [0, 1, 0, 1]
- --- converting 2 in base 3
- --- result  [2]
- --- converting 7 in base 2
+ --- converting 11 in base 2
  --- appending 1 to result
  --- appending 1 to result
+ --- appending 0 to result
  --- appending 1 to result
- --- result  [0, 1, 1, 1]
- --- Result =  [1, 0, 1, 0, 1, 2, 0, 1, 1, 1]
- --- Converting  base Y number [1, 0, 1, 0, 1, 2, 0, 1, 1, 1] to configuration notation
- --- Result =  [0, 2, 0, 2, 0, 3, 3, 3]
---- Retained value to add in file: [0, 2, 0, 2, 0, 3, 3, 3], indice :  (1, 5, 2, 7)
- --- converting (2, 6, 2, 9)  to base Y  (  base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits)
+ --- result  [1, 0, 1, 1]
+ --- Result =  [1, 1, 1, 1, 0, 0, 1, 0, 1, 1]
+ --- Converting  base Y number [1, 1, 1, 1, 0, 0, 1, 0, 1, 1] to configuration notation
+ --- Result =  [2, 2, 2, 0, 1, 0, 1, 1]
+--- Retained value to add in file: [2, 2, 2, 0, 1, 0, 1, 1], indice :  (1, 14, 0, 11)
+ --- converting (2, 1, 1, 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 6 in base 2
+ --- converting 1 in base 2
+ --- result  [0, 0, 0, 1]
+ --- converting 1 in base 3
+ --- result  [1]
+ --- converting 4 in base 2
+ --- appending 0 to result
  --- appending 0 to result
  --- appending 1 to result
- --- appending 1 to result
- --- result  [0, 1, 1, 0]
+ --- result  [0, 1, 0, 0]
+ --- Result =  [2, 0, 0, 0, 1, 1, 0, 1, 0, 0]
+ --- Converting  base Y number [2, 0, 0, 0, 1, 1, 0, 1, 0, 0] to configuration notation
+ --- Result =  [0, 0, 0, 3, 0, 2, 0, 0]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 2, 0, 0], indice :  (2, 1, 1, 4)
+ --- converting (0, 0, 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 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
+ --- converting 4 in base 2
  --- appending 0 to result
  --- appending 0 to result
  --- appending 1 to result
- --- result  [1, 0, 0, 1]
- --- Result =  [2, 0, 1, 1, 0, 2, 1, 0, 0, 1]
- --- Converting  base Y number [2, 0, 1, 1, 0, 2, 1, 0, 0, 1] to configuration notation
- --- Result =  [0, 3, 3, 0, 3, 0, 0, 3]
---- Retained value to add in file: [0, 3, 3, 0, 3, 0, 0, 3], indice :  (2, 6, 2, 9)
- --- converting (1, 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 1 in base 3
- --- result  [1]
- --- converting 13 in base 2
+ --- result  [0, 1, 0, 0]
+ --- Result =  [0, 0, 0, 0, 0, 2, 0, 1, 0, 0]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 2, 0, 1, 0, 0] to configuration notation
+ --- Result =  [0, 0, 0, 0, 0, 3, 0, 0]
+--- Retained value to add in file: [0, 0, 0, 0, 0, 3, 0, 0], indice :  (0, 0, 2, 4)
+ --- converting (0, 15, 1, 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 15 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 2 in base 2
- --- appending 0 to result
  --- appending 1 to result
- --- result  [0, 0, 1, 0]
- --- Result =  [1, 1, 1, 0, 1, 0, 0, 0, 1, 0]
- --- Converting  base Y number [1, 1, 1, 0, 1, 0, 0, 0, 1, 0] to configuration notation
- --- Result =  [2, 2, 0, 2, 0, 0, 1, 0]
---- Retained value to add in file: [2, 2, 0, 2, 0, 0, 1, 0], indice :  (1, 13, 0, 2)
- --- converting (1, 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)
+ --- result  [1, 1, 1, 1]
  --- converting 1 in base 3
  --- result  [1]
- --- converting 8 in base 2
- --- appending 0 to result
- --- appending 0 to result
+ --- converting 4 in base 2
  --- 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 =  [1, 1, 0, 0, 0, 1, 0, 1, 0, 1]
- --- Converting  base Y number [1, 1, 0, 0, 0, 1, 0, 1, 0, 1] to configuration notation
- --- Result =  [2, 0, 0, 0, 0, 2, 0, 2]
---- Retained value to add in file: [2, 0, 0, 0, 0, 2, 0, 2], indice :  (1, 8, 1, 5)
- --- converting (1, 14, 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 1 in base 3
- --- result  [1]
+ --- result  [0, 1, 0, 0]
+ --- Result =  [0, 1, 1, 1, 1, 1, 0, 1, 0, 0]
+ --- Converting  base Y number [0, 1, 1, 1, 1, 1, 0, 1, 0, 0] to configuration notation
+ --- Result =  [1, 1, 1, 1, 0, 2, 0, 0]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 2, 0, 0], indice :  (0, 15, 1, 4)
+ --- converting (0, 14, 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 14 in base 2
  --- appending 0 to result
  --- appending 1 to result
@@ -10686,190 +12933,132 @@ resulted X configuration :  [0, 1, 0, 1, 1, 0, 0, 0]
  --- result  [1, 1, 1, 0]
  --- converting 0 in base 3
  --- result  [0]
- --- converting 3 in base 2
+ --- 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]
- --- Result =  [1, 1, 1, 1, 0, 0, 0, 0, 1, 1]
- --- Converting  base Y number [1, 1, 1, 1, 0, 0, 0, 0, 1, 1] to configuration notation
- --- Result =  [2, 2, 2, 0, 0, 0, 1, 1]
---- Retained value to add in file: [2, 2, 2, 0, 0, 0, 1, 1], indice :  (1, 14, 0, 3)
- --- converting (0, 7, 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  [1, 1, 0, 0]
+ --- Result =  [0, 1, 1, 1, 0, 0, 1, 1, 0, 0]
+ --- Converting  base Y number [0, 1, 1, 1, 0, 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, 14, 0, 12)
+ --- converting (0, 4, 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 7 in base 2
+ --- converting 4 in base 2
+ --- appending 0 to result
+ --- appending 0 to result
+ --- appending 1 to result
+ --- result  [0, 1, 0, 0]
+ --- 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  [0, 1, 1, 1]
+ --- result  [1, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 0, 1, 1, 0, 1, 1]
+ --- Converting  base Y number [0, 0, 1, 0, 0, 1, 1, 0, 1, 1] to configuration notation
+ --- Result =  [0, 1, 0, 0, 2, 0, 2, 2]
+--- Retained value to add in file: [0, 1, 0, 0, 2, 0, 2, 2], indice :  (0, 4, 1, 11)
+ --- converting (2, 1, 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
  --- result  [2]
- --- 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, 1, 1, 1, 2, 0, 1, 1, 1]
- --- Converting  base Y number [0, 0, 1, 1, 1, 2, 0, 1, 1, 1] to configuration notation
- --- Result =  [0, 1, 1, 1, 0, 3, 3, 3]
---- Retained value to add in file: [0, 1, 1, 1, 0, 3, 3, 3], indice :  (0, 7, 2, 7)
- --- converting (1, 1, 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 1 in base 2
  --- result  [0, 0, 0, 1]
  --- 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 =  [2, 0, 0, 0, 1, 2, 0, 1, 0, 1]
+ --- Converting  base Y number [2, 0, 0, 0, 1, 2, 0, 1, 0, 1] to configuration notation
+ --- Result =  [0, 0, 0, 3, 0, 3, 0, 3]
+--- Retained value to add in file: [0, 0, 0, 3, 0, 3, 0, 3], indice :  (2, 1, 2, 5)
+ --- converting (0, 9, 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 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, 0, 0, 1, 2, 1, 0, 0, 1]
- --- Converting  base Y number [1, 0, 0, 0, 1, 2, 1, 0, 0, 1] to configuration notation
- --- Result =  [0, 0, 0, 2, 3, 0, 0, 3]
---- Retained value to add in file: [0, 0, 0, 2, 3, 0, 0, 3], indice :  (1, 1, 2, 9)
- --- converting (2, 4, 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 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 10 in base 2
+ --- converting 6 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, 0, 1, 0, 1, 0]
- --- Converting  base Y number [2, 0, 1, 0, 0, 0, 1, 0, 1, 0] to configuration notation
- --- Result =  [0, 3, 0, 0, 1, 0, 1, 0]
---- Retained value to add in file: [0, 3, 0, 0, 1, 0, 1, 0], indice :  (2, 4, 0, 10)
- --- converting (1, 8, 1, 11)  to base Y  (  base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits)
+ --- result  [0, 1, 1, 0]
+ --- Result =  [0, 1, 0, 0, 1, 2, 0, 1, 1, 0]
+ --- Converting  base Y number [0, 1, 0, 0, 1, 2, 0, 1, 1, 0] to configuration notation
+ --- Result =  [1, 0, 0, 1, 0, 3, 3, 0]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 3, 3, 0], indice :  (0, 9, 2, 6)
+ --- converting (1, 12, 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 8 in base 2
- --- appending 0 to result
+ --- converting 12 in base 2
  --- 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 11 in base 2
  --- appending 1 to result
+ --- result  [1, 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  [1, 0, 1, 1]
- --- Result =  [1, 1, 0, 0, 0, 1, 1, 0, 1, 1]
- --- Converting  base Y number [1, 1, 0, 0, 0, 1, 1, 0, 1, 1] to configuration notation
- --- Result =  [2, 0, 0, 0, 2, 0, 2, 2]
---- Retained value to add in file: [2, 0, 0, 0, 2, 0, 2, 2], indice :  (1, 8, 1, 11)
- --- converting (0, 8, 1, 3)  to base Y  (  base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits)
+ --- result  [0, 1, 0, 1]
+ --- Result =  [1, 1, 1, 0, 0, 2, 0, 1, 0, 1]
+ --- Converting  base Y number [1, 1, 1, 0, 0, 2, 0, 1, 0, 1] to configuration notation
+ --- Result =  [2, 2, 0, 0, 0, 3, 0, 3]
+--- Retained value to add in file: [2, 2, 0, 0, 0, 3, 0, 3], indice :  (1, 12, 2, 5)
+ --- converting (0, 9, 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 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 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, 1, 0, 0, 0, 1, 0, 0, 1, 1]
- --- Converting  base Y number [0, 1, 0, 0, 0, 1, 0, 0, 1, 1] to configuration notation
- --- Result =  [1, 0, 0, 0, 0, 0, 2, 2]
---- Retained value to add in file: [1, 0, 0, 0, 0, 0, 2, 2], indice :  (0, 8, 1, 3)
- --- converting (1, 8, 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 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]
- --- converting 1 in base 3
- --- result  [1]
  --- 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, 1, 0, 0, 0, 1, 1, 0, 0, 1]
- --- Converting  base Y number [1, 1, 0, 0, 0, 1, 1, 0, 0, 1] to configuration notation
- --- Result =  [2, 0, 0, 0, 2, 0, 0, 2]
---- Retained value to add in file: [2, 0, 0, 0, 2, 0, 0, 2], indice :  (1, 8, 1, 9)
- --- converting (0, 15, 2, 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 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]
- --- Result =  [0, 1, 1, 1, 1, 2, 0, 1, 1, 1]
- --- Converting  base Y number [0, 1, 1, 1, 1, 2, 0, 1, 1, 1] to configuration notation
- --- Result =  [1, 1, 1, 1, 0, 3, 3, 3]
---- Retained value to add in file: [1, 1, 1, 1, 0, 3, 3, 3], indice :  (0, 15, 2, 7)
- --- converting (0, 15, 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 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 3 in base 2
- --- appending 1 to result
+ --- result  [1, 0, 0, 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, 1]
- --- Result =  [0, 1, 1, 1, 1, 2, 0, 0, 1, 1]
- --- Converting  base Y number [0, 1, 1, 1, 1, 2, 0, 0, 1, 1] to configuration notation
- --- Result =  [1, 1, 1, 1, 0, 0, 3, 3]
---- Retained value to add in file: [1, 1, 1, 1, 0, 0, 3, 3], indice :  (0, 15, 2, 3)
- --- converting (2, 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)
+ --- result  [0, 0, 1, 0]
+ --- Result =  [0, 1, 0, 0, 1, 0, 0, 0, 1, 0]
+ --- Converting  base Y number [0, 1, 0, 0, 1, 0, 0, 0, 1, 0] to configuration notation
+ --- Result =  [1, 0, 0, 1, 0, 0, 1, 0]
+--- Retained value to add in file: [1, 0, 0, 1, 0, 0, 1, 0], indice :  (0, 9, 0, 2)
+ --- converting (2, 4, 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
  --- result  [2]
- --- converting 3 in base 2
- --- appending 1 to result
+ --- converting 4 in base 2
+ --- appending 0 to result
+ --- appending 0 to result
  --- appending 1 to result
- --- result  [0, 0, 1, 1]
+ --- result  [0, 1, 0, 0]
  --- converting 0 in base 3
  --- result  [0]
- --- converting 12 in base 2
- --- appending 0 to result
+ --- 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, 0]
- --- Result =  [2, 0, 0, 1, 1, 0, 1, 1, 0, 0]
- --- Converting  base Y number [2, 0, 0, 1, 1, 0, 1, 1, 0, 0] to configuration notation
- --- Result =  [0, 0, 3, 3, 1, 1, 0, 0]
---- Retained value to add in file: [0, 0, 3, 3, 1, 1, 0, 0], indice :  (2, 3, 0, 12)
- --- converting (0, 7, 0, 11)  to base Y  (  base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits)
+ --- result  [1, 1, 0, 1]
+ --- Result =  [2, 0, 1, 0, 0, 0, 1, 1, 0, 1]
+ --- Converting  base Y number [2, 0, 1, 0, 0, 0, 1, 1, 0, 1] to configuration notation
+ --- Result =  [0, 3, 0, 0, 1, 1, 0, 1]
+--- Retained value to add in file: [0, 3, 0, 0, 1, 1, 0, 1], indice :  (2, 4, 0, 13)
+ --- converting (0, 7, 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 0 in base 3
  --- result  [0]
  --- converting 7 in base 2
@@ -10877,116 +13066,79 @@ resulted X configuration :  [0, 1, 0, 1, 1, 0, 0, 0]
  --- appending 1 to result
  --- appending 1 to result
  --- result  [0, 1, 1, 1]
- --- converting 0 in base 3
- --- result  [0]
- --- converting 11 in base 2
- --- appending 1 to result
- --- appending 1 to result
+ --- converting 1 in base 3
+ --- result  [1]
+ --- converting 6 in base 2
  --- appending 0 to result
  --- appending 1 to result
- --- result  [1, 0, 1, 1]
- --- Result =  [0, 0, 1, 1, 1, 0, 1, 0, 1, 1]
- --- Converting  base Y number [0, 0, 1, 1, 1, 0, 1, 0, 1, 1] to configuration notation
- --- Result =  [0, 1, 1, 1, 1, 0, 1, 1]
---- Retained value to add in file: [0, 1, 1, 1, 1, 0, 1, 1], indice :  (0, 7, 0, 11)
- --- converting (2, 2, 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 2 in base 2
- --- appending 0 to result
  --- appending 1 to result
- --- result  [0, 0, 1, 0]
+ --- result  [0, 1, 1, 0]
+ --- Result =  [0, 0, 1, 1, 1, 1, 0, 1, 1, 0]
+ --- Converting  base Y number [0, 0, 1, 1, 1, 1, 0, 1, 1, 0] to configuration notation
+ --- Result =  [0, 1, 1, 1, 0, 2, 2, 0]
+--- Retained value to add in file: [0, 1, 1, 1, 0, 2, 2, 0], indice :  (0, 7, 1, 6)
+ --- converting (1, 14, 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 10 in base 2
+ --- converting 14 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, 0, 1, 0, 1, 1, 0, 1, 0]
- --- Converting  base Y number [2, 0, 0, 1, 0, 1, 1, 0, 1, 0] to configuration notation
- --- Result =  [0, 0, 3, 0, 2, 0, 2, 0]
---- Retained value to add in file: [0, 0, 3, 0, 2, 0, 2, 0], indice :  (2, 2, 1, 10)
- --- converting (2, 7, 1, 8)  to base Y  (  base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits)
+ --- appending 1 to result
+ --- result  [1, 1, 1, 0]
  --- converting 2 in base 3
  --- result  [2]
- --- converting 7 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  [0, 1, 1, 1]
- --- converting 1 in base 3
- --- result  [1]
+ --- result  [1, 1, 1, 0]
+ --- Result =  [1, 1, 1, 1, 0, 2, 1, 1, 1, 0]
+ --- Converting  base Y number [1, 1, 1, 1, 0, 2, 1, 1, 1, 0] to configuration notation
+ --- Result =  [2, 2, 2, 0, 3, 3, 3, 0]
+--- Retained value to add in file: [2, 2, 2, 0, 3, 3, 3, 0], indice :  (1, 14, 2, 14)
+ --- converting (0, 8, 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 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]
- --- Result =  [2, 0, 1, 1, 1, 1, 1, 0, 0, 0]
- --- Converting  base Y number [2, 0, 1, 1, 1, 1, 1, 0, 0, 0] to configuration notation
- --- Result =  [0, 3, 3, 3, 2, 0, 0, 0]
---- Retained value to add in file: [0, 3, 3, 3, 2, 0, 0, 0], indice :  (2, 7, 1, 8)
- --- converting (1, 1, 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 1 in base 2
- --- result  [0, 0, 0, 1]
- --- converting 1 in base 3
- --- result  [1]
- --- converting 1 in base 2
- --- result  [0, 0, 0, 1]
- --- Result =  [1, 0, 0, 0, 1, 1, 0, 0, 0, 1]
- --- Converting  base Y number [1, 0, 0, 0, 1, 1, 0, 0, 0, 1] to configuration notation
- --- Result =  [0, 0, 0, 2, 0, 0, 0, 2]
---- Retained value to add in file: [0, 0, 0, 2, 0, 0, 0, 2], indice :  (1, 1, 1, 1)
- --- converting (1, 11, 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 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 1 in base 2
- --- result  [0, 0, 0, 1]
- --- Result =  [1, 1, 0, 1, 1, 0, 0, 0, 0, 1]
- --- Converting  base Y number [1, 1, 0, 1, 1, 0, 0, 0, 0, 1] to configuration notation
- --- Result =  [2, 0, 2, 2, 0, 0, 0, 1]
---- Retained value to add in file: [2, 0, 2, 2, 0, 0, 0, 1], indice :  (1, 11, 0, 1)
- --- converting (1, 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 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 5 in base 2
- --- appending 1 to result
+ --- converting 2 in base 2
  --- appending 0 to result
  --- appending 1 to result
- --- result  [0, 1, 0, 1]
- --- Result =  [1, 1, 1, 1, 1, 1, 0, 1, 0, 1]
- --- Converting  base Y number [1, 1, 1, 1, 1, 1, 0, 1, 0, 1] to configuration notation
- --- Result =  [2, 2, 2, 2, 0, 2, 0, 2]
---- Retained value to add in file: [2, 2, 2, 2, 0, 2, 0, 2], indice :  (1, 15, 1, 5)
- --- converting (0, 15, 1, 13)  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]
+ --- Result =  [0, 1, 0, 0, 0, 0, 0, 0, 1, 0]
+ --- Converting  base Y number [0, 1, 0, 0, 0, 0, 0, 0, 1, 0] to configuration notation
+ --- Result =  [1, 0, 0, 0, 0, 0, 1, 0]
+--- Retained value to add in file: [1, 0, 0, 0, 0, 0, 1, 0], indice :  (0, 8, 0, 2)
+ --- converting (0, 10, 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 15 in base 2
+ --- 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 9 in base 2
  --- appending 1 to result
+ --- appending 0 to result
+ --- appending 0 to result
  --- appending 1 to result
- --- result  [1, 1, 1, 1]
+ --- result  [1, 0, 0, 1]
+ --- Result =  [0, 1, 0, 1, 0, 2, 1, 0, 0, 1]
+ --- Converting  base Y number [0, 1, 0, 1, 0, 2, 1, 0, 0, 1] to configuration notation
+ --- Result =  [1, 0, 1, 0, 3, 0, 0, 3]
+--- Retained value to add in file: [1, 0, 1, 0, 3, 0, 0, 3], indice :  (0, 10, 2, 9)
+ --- converting (1, 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 1 in base 3
  --- result  [1]
  --- converting 13 in base 2
@@ -10995,19 +13147,6 @@ resulted X configuration :  [0, 1, 0, 1, 1, 0, 0, 0]
  --- appending 1 to result
  --- appending 1 to result
  --- result  [1, 1, 0, 1]
- --- Result =  [0, 1, 1, 1, 1, 1, 1, 1, 0, 1]
- --- Converting  base Y number [0, 1, 1, 1, 1, 1, 1, 1, 0, 1] to configuration notation
- --- Result =  [1, 1, 1, 1, 2, 2, 0, 2]
---- Retained value to add in file: [1, 1, 1, 1, 2, 2, 0, 2], indice :  (0, 15, 1, 13)
- --- 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
@@ -11016,67 +13155,31 @@ resulted X configuration :  [0, 1, 0, 1, 1, 0, 0, 0]
  --- 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, 0, 0, 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 0 in base 2
- --- result  [0, 0, 0, 0]
- --- 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]
- --- Result =  [0, 0, 0, 0, 0, 0, 1, 1, 1, 1]
- --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 1, 1, 1] to configuration notation
- --- Result =  [0, 0, 0, 0, 1, 1, 1, 1]
---- Retained value to add in file: [0, 0, 0, 0, 1, 1, 1, 1], indice :  (0, 0, 0, 15)
- --- converting (0, 11, 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 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 =  [1, 1, 1, 0, 1, 2, 1, 0, 0, 1]
+ --- Converting  base Y number [1, 1, 1, 0, 1, 2, 1, 0, 0, 1] to configuration notation
+ --- Result =  [2, 2, 0, 2, 3, 0, 0, 3]
+--- Retained value to add in file: [2, 2, 0, 2, 3, 0, 0, 3], indice :  (1, 13, 2, 9)
+ --- converting (1, 14, 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 1 in base 3
  --- result  [1]
- --- converting 11 in base 2
+ --- 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]
- --- Result =  [0, 1, 0, 1, 1, 1, 1, 0, 1, 1]
- --- Converting  base Y number [0, 1, 0, 1, 1, 1, 1, 0, 1, 1] to configuration notation
- --- Result =  [1, 0, 1, 1, 2, 0, 2, 2]
---- Retained value to add in file: [1, 0, 1, 1, 2, 0, 2, 2], indice :  (0, 11, 1, 11)
- --- converting (0, 8, 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 0 in base 3
- --- result  [0]
+ --- result  [1, 1, 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]
- --- 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 =  [0, 1, 0, 0, 0, 2, 0, 0, 1, 0]
- --- Converting  base Y number [0, 1, 0, 0, 0, 2, 0, 0, 1, 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, 8, 2, 2)
+ --- Result =  [1, 1, 1, 1, 0, 1, 1, 0, 0, 0]
+ --- Converting  base Y number [1, 1, 1, 1, 0, 1, 1, 0, 0, 0] to configuration notation
+ --- Result =  [2, 2, 2, 0, 2, 0, 0, 0]
+--- Retained value to add in file: [2, 2, 2, 0, 2, 0, 0, 0], indice :  (1, 14, 1, 8)
  --- converting (0, 5, 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]
@@ -11097,34 +13200,66 @@ resulted X configuration :  [0, 1, 0, 1, 1, 0, 0, 0]
  --- Converting  base Y number [0, 0, 1, 0, 1, 2, 1, 1, 1, 0] to configuration notation
  --- Result =  [0, 1, 0, 1, 3, 3, 3, 0]
 --- Retained value to add in file: [0, 1, 0, 1, 3, 3, 3, 0], indice :  (0, 5, 2, 14)
- --- converting (2, 7, 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 (1, 11, 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 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]
  --- converting 2 in base 3
  --- result  [2]
- --- converting 7 in base 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 =  [1, 1, 0, 1, 1, 2, 1, 1, 0, 0]
+ --- Converting  base Y number [1, 1, 0, 1, 1, 2, 1, 1, 0, 0] to configuration notation
+ --- Result =  [2, 0, 2, 2, 3, 3, 0, 0]
+--- Retained value to add in file: [2, 0, 2, 2, 3, 3, 0, 0], indice :  (1, 11, 2, 12)
+ --- converting (0, 10, 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 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]
- --- converting 1 in base 3
- --- result  [1]
+ --- result  [1, 0, 1, 0]
+ --- 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, 1, 1, 1, 1, 0, 0, 1]
- --- Converting  base Y number [2, 0, 1, 1, 1, 1, 1, 0, 0, 1] to configuration notation
- --- Result =  [0, 3, 3, 3, 2, 0, 0, 2]
---- Retained value to add in file: [0, 3, 3, 3, 2, 0, 0, 2], indice :  (2, 7, 1, 9)
- --- converting (2, 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)
+ --- Result =  [0, 1, 0, 1, 0, 0, 1, 0, 0, 1]
+ --- Converting  base Y number [0, 1, 0, 1, 0, 0, 1, 0, 0, 1] to configuration notation
+ --- Result =  [1, 0, 1, 0, 1, 0, 0, 1]
+--- Retained value to add in file: [1, 0, 1, 0, 1, 0, 0, 1], indice :  (0, 10, 0, 9)
+ --- converting (2, 8, 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 4 in base 2
+ --- 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]
+ --- result  [1, 0, 0, 0]
+ --- converting 0 in base 3
+ --- result  [0]
+ --- converting 0 in base 2
+ --- result  [0, 0, 0, 0]
+ --- Result =  [2, 1, 0, 0, 0, 0, 0, 0, 0, 0]
+ --- Converting  base Y number [2, 1, 0, 0, 0, 0, 0, 0, 0, 0] to configuration notation
+ --- Result =  [3, 0, 0, 0, 0, 0, 0, 0]
+--- Retained value to add in file: [3, 0, 0, 0, 0, 0, 0, 0], indice :  (2, 8, 0, 0)
+ --- converting (2, 15, 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
  --- result  [2]
  --- converting 15 in base 2
@@ -11133,85 +13268,160 @@ resulted X configuration :  [0, 1, 0, 1, 1, 0, 0, 0]
  --- appending 1 to result
  --- appending 1 to result
  --- result  [1, 1, 1, 1]
- --- Result =  [2, 0, 1, 0, 0, 2, 1, 1, 1, 1]
- --- Converting  base Y number [2, 0, 1, 0, 0, 2, 1, 1, 1, 1] to configuration notation
- --- Result =  [0, 3, 0, 0, 3, 3, 3, 3]
---- Retained value to add in file: [0, 3, 0, 0, 3, 3, 3, 3], indice :  (2, 4, 2, 15)
- --- converting (2, 10, 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 10 in base 2
+ --- 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]
+ --- Result =  [2, 1, 1, 1, 1, 0, 1, 1, 0, 1]
+ --- Converting  base Y number [2, 1, 1, 1, 1, 0, 1, 1, 0, 1] to configuration notation
+ --- Result =  [3, 3, 3, 3, 1, 1, 0, 1]
+--- Retained value to add in file: [3, 3, 3, 3, 1, 1, 0, 1], indice :  (2, 15, 0, 13)
+ --- converting (1, 6, 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 1 in base 3
+ --- result  [1]
+ --- converting 6 in base 2
  --- appending 0 to result
  --- appending 1 to result
- --- result  [1, 0, 1, 0]
+ --- appending 1 to result
+ --- result  [0, 1, 1, 0]
  --- converting 2 in base 3
  --- result  [2]
- --- converting 1 in base 2
- --- result  [0, 0, 0, 1]
- --- Result =  [2, 1, 0, 1, 0, 2, 0, 0, 0, 1]
- --- Converting  base Y number [2, 1, 0, 1, 0, 2, 0, 0, 0, 1] to configuration notation
- --- Result =  [3, 0, 3, 0, 0, 0, 0, 3]
---- Retained value to add in file: [3, 0, 3, 0, 0, 0, 0, 3], indice :  (2, 10, 2, 1)
- --- converting (1, 7, 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 4 in base 2
+ --- appending 0 to result
+ --- appending 0 to result
+ --- appending 1 to result
+ --- result  [0, 1, 0, 0]
+ --- Result =  [1, 0, 1, 1, 0, 2, 0, 1, 0, 0]
+ --- Converting  base Y number [1, 0, 1, 1, 0, 2, 0, 1, 0, 0] to configuration notation
+ --- Result =  [0, 2, 2, 0, 0, 3, 0, 0]
+--- Retained value to add in file: [0, 2, 2, 0, 0, 3, 0, 0], indice :  (1, 6, 2, 4)
+ --- converting (1, 8, 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 1 in base 3
  --- result  [1]
- --- converting 7 in base 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 2 in base 3
+ --- result  [2]
+ --- 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]
+ --- result  [1, 0, 1, 0]
+ --- Result =  [1, 1, 0, 0, 0, 2, 1, 0, 1, 0]
+ --- Converting  base Y number [1, 1, 0, 0, 0, 2, 1, 0, 1, 0] to configuration notation
+ --- Result =  [2, 0, 0, 0, 3, 0, 3, 0]
+--- Retained value to add in file: [2, 0, 0, 0, 3, 0, 3, 0], indice :  (1, 8, 2, 10)
+ --- converting (0, 12, 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 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 7 in base 2
- --- appending 1 to result
+ --- 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, 1]
- --- Result =  [1, 0, 1, 1, 1, 1, 0, 1, 1, 1]
- --- Converting  base Y number [1, 0, 1, 1, 1, 1, 0, 1, 1, 1] to configuration notation
- --- Result =  [0, 2, 2, 2, 0, 2, 2, 2]
---- Retained value to add in file: [0, 2, 2, 2, 0, 2, 2, 2], indice :  (1, 7, 1, 7)
- --- converting (2, 2, 2, 9)  to base Y  (  base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits)
+ --- result  [1, 1, 0, 0]
+ --- Result =  [0, 1, 1, 0, 0, 1, 1, 1, 0, 0]
+ --- Converting  base Y number [0, 1, 1, 0, 0, 1, 1, 1, 0, 0] to configuration notation
+ --- Result =  [1, 1, 0, 0, 2, 2, 0, 0]
+--- Retained value to add in file: [1, 1, 0, 0, 2, 2, 0, 0], indice :  (0, 12, 1, 12)
+ --- converting (2, 14, 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 2 in base 3
  --- result  [2]
- --- converting 2 in base 2
+ --- converting 14 in base 2
  --- appending 0 to result
  --- appending 1 to result
- --- result  [0, 0, 1, 0]
+ --- appending 1 to result
+ --- appending 1 to result
+ --- result  [1, 1, 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 =  [2, 1, 1, 1, 0, 0, 0, 1, 0, 1]
+ --- Converting  base Y number [2, 1, 1, 1, 0, 0, 0, 1, 0, 1] to configuration notation
+ --- Result =  [3, 3, 3, 0, 0, 1, 0, 1]
+--- Retained value to add in file: [3, 3, 3, 0, 0, 1, 0, 1], indice :  (2, 14, 0, 5)
+ --- converting (2, 12, 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 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 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, 1, 0, 2, 1, 0, 0, 1]
- --- Converting  base Y number [2, 0, 0, 1, 0, 2, 1, 0, 0, 1] to configuration notation
- --- Result =  [0, 0, 3, 0, 3, 0, 0, 3]
---- Retained value to add in file: [0, 0, 3, 0, 3, 0, 0, 3], indice :  (2, 2, 2, 9)
- --- converting (1, 2, 0, 8)  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, 0, 0, 1, 0, 0, 1]
+ --- Converting  base Y number [2, 1, 1, 0, 0, 0, 1, 0, 0, 1] to configuration notation
+ --- Result =  [3, 3, 0, 0, 1, 0, 0, 1]
+--- Retained value to add in file: [3, 3, 0, 0, 1, 0, 0, 1], indice :  (2, 12, 0, 9)
+ --- converting (1, 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 1 in base 3
  --- result  [1]
- --- converting 2 in base 2
- --- appending 0 to result
+ --- converting 7 in base 2
  --- appending 1 to result
- --- result  [0, 0, 1, 0]
+ --- 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 =  [1, 0, 1, 1, 1, 1, 0, 0, 1, 1]
+ --- Converting  base Y number [1, 0, 1, 1, 1, 1, 0, 0, 1, 1] to configuration notation
+ --- Result =  [0, 2, 2, 2, 0, 0, 2, 2]
+--- Retained value to add in file: [0, 2, 2, 2, 0, 0, 2, 2], indice :  (1, 7, 1, 3)
+ --- converting (0, 15, 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
  --- 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 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 =  [1, 0, 0, 1, 0, 0, 1, 0, 0, 0]
- --- Converting  base Y number [1, 0, 0, 1, 0, 0, 1, 0, 0, 0] to configuration notation
- --- Result =  [0, 0, 2, 0, 1, 0, 0, 0]
---- Retained value to add in file: [0, 0, 2, 0, 1, 0, 0, 0], indice :  (1, 2, 0, 8)
- --- converting (1, 13, 2, 12)  to base Y  (  base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits)
+ --- Result =  [0, 1, 1, 1, 1, 2, 1, 0, 0, 0]
+ --- Converting  base Y number [0, 1, 1, 1, 1, 2, 1, 0, 0, 0] to configuration notation
+ --- Result =  [1, 1, 1, 1, 3, 0, 0, 0]
+--- Retained value to add in file: [1, 1, 1, 1, 3, 0, 0, 0], indice :  (0, 15, 2, 8)
+ --- converting (1, 13, 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
  --- result  [1]
  --- converting 13 in base 2
@@ -11220,60 +13430,80 @@ resulted X configuration :  [0, 1, 0, 1, 1, 0, 0, 0]
  --- appending 1 to result
  --- appending 1 to result
  --- result  [1, 1, 0, 1]
- --- converting 2 in base 3
- --- result  [2]
+ --- 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]
+ --- Result =  [1, 1, 1, 0, 1, 0, 1, 1, 0, 1]
+ --- Converting  base Y number [1, 1, 1, 0, 1, 0, 1, 1, 0, 1] to configuration notation
+ --- Result =  [2, 2, 0, 2, 1, 1, 0, 1]
+--- Retained value to add in file: [2, 2, 0, 2, 1, 1, 0, 1], indice :  (1, 13, 0, 13)
+ --- converting (0, 0, 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 0 in base 2
+ --- result  [0, 0, 0, 0]
+ --- 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 =  [1, 1, 1, 0, 1, 2, 1, 1, 0, 0]
- --- Converting  base Y number [1, 1, 1, 0, 1, 2, 1, 1, 0, 0] to configuration notation
- --- Result =  [2, 2, 0, 2, 3, 3, 0, 0]
---- Retained value to add in file: [2, 2, 0, 2, 3, 3, 0, 0], indice :  (1, 13, 2, 12)
- --- converting (1, 2, 1, 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
- --- 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 13 in base 2
+ --- Result =  [0, 0, 0, 0, 0, 0, 1, 1, 0, 0]
+ --- Converting  base Y number [0, 0, 0, 0, 0, 0, 1, 1, 0, 0] to configuration notation
+ --- Result =  [0, 0, 0, 0, 1, 1, 0, 0]
+--- Retained value to add in file: [0, 0, 0, 0, 1, 1, 0, 0], indice :  (0, 0, 0, 12)
+ --- converting (0, 9, 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 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
- --- appending 1 to result
- --- result  [1, 1, 0, 1]
- --- Result =  [1, 0, 0, 1, 0, 1, 1, 1, 0, 1]
- --- Converting  base Y number [1, 0, 0, 1, 0, 1, 1, 1, 0, 1] to configuration notation
- --- Result =  [0, 0, 2, 0, 2, 2, 0, 2]
---- Retained value to add in file: [0, 0, 2, 0, 2, 2, 0, 2], indice :  (1, 2, 1, 13)
- --- converting (1, 5, 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 1 in base 3
- --- result  [1]
- --- converting 5 in base 2
+ --- result  [1, 0, 0, 1]
+ --- converting 2 in base 3
+ --- result  [2]
+ --- converting 10 in base 2
+ --- appending 0 to result
  --- appending 1 to result
  --- appending 0 to result
  --- appending 1 to result
- --- result  [0, 1, 0, 1]
+ --- result  [1, 0, 1, 0]
+ --- Result =  [0, 1, 0, 0, 1, 2, 1, 0, 1, 0]
+ --- Converting  base Y number [0, 1, 0, 0, 1, 2, 1, 0, 1, 0] to configuration notation
+ --- Result =  [1, 0, 0, 1, 3, 0, 3, 0]
+--- Retained value to add in file: [1, 0, 0, 1, 3, 0, 3, 0], indice :  (0, 9, 2, 10)
+ --- converting (2, 10, 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 2 in base 3
  --- result  [2]
- --- converting 12 in base 2
+ --- 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 8 in base 2
+ --- appending 0 to result
+ --- appending 0 to result
+ --- appending 0 to result
  --- appending 1 to result
- --- result  [1, 1, 0, 0]
- --- Result =  [1, 0, 1, 0, 1, 2, 1, 1, 0, 0]
- --- Converting  base Y number [1, 0, 1, 0, 1, 2, 1, 1, 0, 0] to configuration notation
- --- Result =  [0, 2, 0, 2, 3, 3, 0, 0]
---- Retained value to add in file: [0, 2, 0, 2, 3, 3, 0, 0], indice :  (1, 5, 2, 12)
- --- converting (2, 15, 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]
+ --- result  [1, 0, 0, 0]
+ --- Result =  [2, 1, 0, 1, 0, 0, 1, 0, 0, 0]
+ --- Converting  base Y number [2, 1, 0, 1, 0, 0, 1, 0, 0, 0] to configuration notation
+ --- Result =  [3, 0, 3, 0, 1, 0, 0, 0]
+--- Retained value to add in file: [3, 0, 3, 0, 1, 0, 0, 0], indice :  (2, 10, 0, 8)
+ --- converting (0, 15, 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
+ --- result  [0]
  --- converting 15 in base 2
  --- appending 1 to result
  --- appending 1 to result
@@ -11282,15 +13512,40 @@ resulted X configuration :  [0, 1, 0, 1, 1, 0, 0, 0]
  --- result  [1, 1, 1, 1]
  --- converting 0 in base 3
  --- result  [0]
- --- converting 2 in base 2
+ --- converting 0 in base 2
+ --- result  [0, 0, 0, 0]
+ --- Result =  [0, 1, 1, 1, 1, 0, 0, 0, 0, 0]
+ --- Converting  base Y number [0, 1, 1, 1, 1, 0, 0, 0, 0, 0] to configuration notation
+ --- Result =  [1, 1, 1, 1, 0, 0, 0, 0]
+--- Retained value to add in file: [1, 1, 1, 1, 0, 0, 0, 0], indice :  (0, 15, 0, 0)
+ --- converting (0, 5, 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 5 in base 2
+ --- appending 1 to result
  --- appending 0 to result
  --- appending 1 to result
- --- result  [0, 0, 1, 0]
- --- Result =  [2, 1, 1, 1, 1, 0, 0, 0, 1, 0]
- --- Converting  base Y number [2, 1, 1, 1, 1, 0, 0, 0, 1, 0] to configuration notation
- --- Result =  [3, 3, 3, 3, 0, 0, 1, 0]
---- Retained value to add in file: [3, 3, 3, 3, 0, 0, 1, 0], indice :  (2, 15, 0, 2)
- --- converting (2, 13, 2, 12)  to base Y  (  base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits)
+ --- result  [0, 1, 0, 1]
+ --- converting 0 in base 3
+ --- 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, 0, 1, 1]
+ --- Result =  [0, 0, 1, 0, 1, 0, 1, 0, 1, 1]
+ --- Converting  base Y number [0, 0, 1, 0, 1, 0, 1, 0, 1, 1] to configuration notation
+ --- Result =  [0, 1, 0, 1, 1, 0, 1, 1]
+--- Retained value to add in file: [0, 1, 0, 1, 1, 0, 1, 1], indice :  (0, 5, 0, 11)
+ --- converting (0, 4, 2, 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
+ --- 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 13 in base 2
@@ -11299,77 +13554,85 @@ resulted X configuration :  [0, 1, 0, 1, 1, 0, 0, 0]
  --- appending 1 to result
  --- appending 1 to result
  --- result  [1, 1, 0, 1]
+ --- Result =  [0, 0, 1, 0, 0, 2, 1, 1, 0, 1]
+ --- Converting  base Y number [0, 0, 1, 0, 0, 2, 1, 1, 0, 1] to configuration notation
+ --- Result =  [0, 1, 0, 0, 3, 3, 0, 3]
+--- Retained value to add in file: [0, 1, 0, 0, 3, 3, 0, 3], indice :  (0, 4, 2, 13)
+ --- converting (2, 8, 2, 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
  --- result  [2]
- --- converting 12 in base 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 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, 0]
- --- Result =  [2, 1, 1, 0, 1, 2, 1, 1, 0, 0]
- --- Converting  base Y number [2, 1, 1, 0, 1, 2, 1, 1, 0, 0] to configuration notation
- --- Result =  [3, 3, 0, 3, 3, 3, 0, 0]
---- Retained value to add in file: [3, 3, 0, 3, 3, 3, 0, 0], indice :  (2, 13, 2, 12)
- --- converting (1, 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)
+ --- result  [1, 1, 0, 1]
+ --- Result =  [2, 1, 0, 0, 0, 2, 1, 1, 0, 1]
+ --- Converting  base Y number [2, 1, 0, 0, 0, 2, 1, 1, 0, 1] to configuration notation
+ --- Result =  [3, 0, 0, 0, 3, 3, 0, 3]
+--- Retained value to add in file: [3, 0, 0, 0, 3, 3, 0, 3], indice :  (2, 8, 2, 13)
+ --- converting (1, 1, 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 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
+ --- converting 1 in base 3
+ --- result  [1]
+ --- converting 1 in base 2
+ --- result  [0, 0, 0, 1]
+ --- Result =  [1, 0, 0, 0, 1, 1, 0, 0, 0, 1]
+ --- Converting  base Y number [1, 0, 0, 0, 1, 1, 0, 0, 0, 1] to configuration notation
+ --- Result =  [0, 0, 0, 2, 0, 0, 0, 2]
+--- Retained value to add in file: [0, 0, 0, 2, 0, 0, 0, 2], indice :  (1, 1, 1, 1)
+ --- converting (1, 12, 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 12 in base 2
+ --- appending 0 to result
+ --- appending 0 to result
  --- appending 1 to result
  --- appending 1 to result
- --- result  [1, 1, 1, 1]
- --- Result =  [1, 0, 0, 0, 1, 2, 1, 1, 1, 1]
- --- Converting  base Y number [1, 0, 0, 0, 1, 2, 1, 1, 1, 1] to configuration notation
- --- Result =  [0, 0, 0, 2, 3, 3, 3, 3]
---- Retained value to add in file: [0, 0, 0, 2, 3, 3, 3, 3], indice :  (1, 1, 2, 15)
- --- converting (0, 10, 2, 13)  to base Y  (  base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits)
+ --- result  [1, 1, 0, 0]
  --- converting 0 in base 3
  --- result  [0]
- --- converting 10 in base 2
+ --- converting 8 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 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]
- --- Result =  [0, 1, 0, 1, 0, 2, 1, 1, 0, 1]
- --- Converting  base Y number [0, 1, 0, 1, 0, 2, 1, 1, 0, 1] to configuration notation
- --- Result =  [1, 0, 1, 0, 3, 3, 0, 3]
---- Retained value to add in file: [1, 0, 1, 0, 3, 3, 0, 3], indice :  (0, 10, 2, 13)
- --- converting (2, 14, 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]
+ --- result  [1, 0, 0, 0]
+ --- Result =  [1, 1, 1, 0, 0, 0, 1, 0, 0, 0]
+ --- Converting  base Y number [1, 1, 1, 0, 0, 0, 1, 0, 0, 0] to configuration notation
+ --- Result =  [2, 2, 0, 0, 1, 0, 0, 0]
+--- Retained value to add in file: [2, 2, 0, 0, 1, 0, 0, 0], indice :  (1, 12, 0, 8)
+ --- converting (1, 14, 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 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 5 in base 2
+ --- converting 2 in base 3
+ --- result  [2]
+ --- converting 3 in base 2
  --- appending 1 to result
- --- appending 0 to result
  --- appending 1 to result
- --- result  [0, 1, 0, 1]
- --- Result =  [2, 1, 1, 1, 0, 1, 0, 1, 0, 1]
- --- Converting  base Y number [2, 1, 1, 1, 0, 1, 0, 1, 0, 1] to configuration notation
- --- Result =  [3, 3, 3, 0, 0, 2, 0, 2]
---- Retained value to add in file: [3, 3, 3, 0, 0, 2, 0, 2], indice :  (2, 14, 1, 5)
- --- converting (0, 4, 1, 9)  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, 1]
+ --- Result =  [1, 1, 1, 1, 0, 2, 0, 0, 1, 1]
+ --- Converting  base Y number [1, 1, 1, 1, 0, 2, 0, 0, 1, 1] to configuration notation
+ --- Result =  [2, 2, 2, 0, 0, 0, 3, 3]
+--- Retained value to add in file: [2, 2, 2, 0, 0, 0, 3, 3], indice :  (1, 14, 2, 3)
+ --- converting (0, 4, 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 0 in base 3
  --- result  [0]
  --- converting 4 in base 2
@@ -11377,112 +13640,137 @@ resulted X configuration :  [0, 1, 0, 1, 1, 0, 0, 0]
  --- appending 0 to result
  --- appending 1 to result
  --- result  [0, 1, 0, 0]
- --- converting 1 in base 3
- --- result  [1]
- --- converting 9 in base 2
+ --- 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 1 to result
+ --- result  [1, 1, 1, 0]
+ --- Result =  [0, 0, 1, 0, 0, 0, 1, 1, 1, 0]
+ --- Converting  base Y number [0, 0, 1, 0, 0, 0, 1, 1, 1, 0] to configuration notation
+ --- Result =  [0, 1, 0, 0, 1, 1, 1, 0]
+--- Retained value to add in file: [0, 1, 0, 0, 1, 1, 1, 0], indice :  (0, 4, 0, 14)
+ --- converting (0, 10, 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 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, 0, 1]
- --- Result =  [0, 0, 1, 0, 0, 1, 1, 0, 0, 1]
- --- Converting  base Y number [0, 0, 1, 0, 0, 1, 1, 0, 0, 1] to configuration notation
- --- Result =  [0, 1, 0, 0, 2, 0, 0, 2]
---- Retained value to add in file: [0, 1, 0, 0, 2, 0, 0, 2], indice :  (0, 4, 1, 9)
- --- converting (1, 13, 1, 3)  to base Y  (  base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits)
+ --- result  [1, 0, 1, 0]
  --- converting 1 in base 3
  --- result  [1]
- --- converting 13 in base 2
- --- appending 1 to result
+ --- 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, 1]
+ --- result  [1, 0, 0, 0]
+ --- Result =  [0, 1, 0, 1, 0, 1, 1, 0, 0, 0]
+ --- Converting  base Y number [0, 1, 0, 1, 0, 1, 1, 0, 0, 0] to configuration notation
+ --- Result =  [1, 0, 1, 0, 2, 0, 0, 0]
+--- Retained value to add in file: [1, 0, 1, 0, 2, 0, 0, 0], indice :  (0, 10, 1, 8)
+ --- converting (1, 9, 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 3 in base 2
+ --- 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, 1]
- --- Result =  [1, 1, 1, 0, 1, 1, 0, 0, 1, 1]
- --- Converting  base Y number [1, 1, 1, 0, 1, 1, 0, 0, 1, 1] to configuration notation
- --- Result =  [2, 2, 0, 2, 0, 0, 2, 2]
---- Retained value to add in file: [2, 2, 0, 2, 0, 0, 2, 2], indice :  (1, 13, 1, 3)
- --- converting (0, 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)
+ --- result  [1, 0, 0, 1]
  --- converting 0 in base 3
  --- result  [0]
- --- converting 6 in base 2
+ --- converting 14 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 =  [0, 0, 1, 1, 0, 1, 1, 1, 1, 1]
- --- Converting  base Y number [0, 0, 1, 1, 0, 1, 1, 1, 1, 1] to configuration notation
- --- Result =  [0, 1, 1, 0, 2, 2, 2, 2]
---- Retained value to add in file: [0, 1, 1, 0, 2, 2, 2, 2], indice :  (0, 6, 1, 15)
- --- converting (2, 14, 1, 8)  to base Y  (  base 3 on 2 bits, 2 on 4 bits and base 3 on 2 bits, 2 on 4 bits)
+ --- result  [1, 1, 1, 0]
+ --- Result =  [1, 1, 0, 0, 1, 0, 1, 1, 1, 0]
+ --- Converting  base Y number [1, 1, 0, 0, 1, 0, 1, 1, 1, 0] to configuration notation
+ --- Result =  [2, 0, 0, 2, 1, 1, 1, 0]
+--- Retained value to add in file: [2, 0, 0, 2, 1, 1, 1, 0], indice :  (1, 9, 0, 14)
+ --- converting (2, 11, 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 2 in base 3
  --- result  [2]
- --- converting 14 in base 2
- --- appending 0 to result
+ --- 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, 0]
- --- converting 1 in base 3
- --- result  [1]
+ --- result  [1, 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  [1, 0, 0, 0]
- --- Result =  [2, 1, 1, 1, 0, 1, 1, 0, 0, 0]
- --- Converting  base Y number [2, 1, 1, 1, 0, 1, 1, 0, 0, 0] to configuration notation
- --- Result =  [3, 3, 3, 0, 2, 0, 0, 0]
---- Retained value to add in file: [3, 3, 3, 0, 2, 0, 0, 0], indice :  (2, 14, 1, 8)
- --- converting (1, 9, 0, 0)  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, 0, 1, 1, 0, 1, 0, 0, 0]
+ --- Converting  base Y number [2, 1, 0, 1, 1, 0, 1, 0, 0, 0] to configuration notation
+ --- Result =  [3, 0, 3, 3, 1, 0, 0, 0]
+--- Retained value to add in file: [3, 0, 3, 3, 1, 0, 0, 0], indice :  (2, 11, 0, 8)
+ --- converting (0, 7, 1, 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 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 9 in base 2
- --- appending 1 to result
- --- appending 0 to result
+ --- converting 14 in base 2
  --- appending 0 to result
  --- appending 1 to result
- --- result  [1, 0, 0, 1]
+ --- appending 1 to result
+ --- appending 1 to result
+ --- result  [1, 1, 1, 0]
+ --- Result =  [0, 0, 1, 1, 1, 1, 1, 1, 1, 0]
+ --- Converting  base Y number [0, 0, 1, 1, 1, 1, 1, 1, 1, 0] to configuration notation
+ --- Result =  [0, 1, 1, 1, 2, 2, 2, 0]
+--- Retained value to add in file: [0, 1, 1, 1, 2, 2, 2, 0], indice :  (0, 7, 1, 14)
+ --- converting (0, 4, 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 0 in base 2
- --- result  [0, 0, 0, 0]
- --- Result =  [1, 1, 0, 0, 1, 0, 0, 0, 0, 0]
- --- Converting  base Y number [1, 1, 0, 0, 1, 0, 0, 0, 0, 0] to configuration notation
- --- Result =  [2, 0, 0, 2, 0, 0, 0, 0]
---- Retained value to add in file: [2, 0, 0, 2, 0, 0, 0, 0], indice :  (1, 9, 0, 0)
- --- converting (1, 2, 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 4 in base 2
+ --- appending 0 to result
+ --- appending 0 to result
+ --- appending 1 to result
+ --- result  [0, 1, 0, 0]
  --- converting 1 in base 3
  --- result  [1]
- --- converting 2 in base 2
+ --- converting 1 in base 2
+ --- result  [0, 0, 0, 1]
+ --- Result =  [0, 0, 1, 0, 0, 1, 0, 0, 0, 1]
+ --- Converting  base Y number [0, 0, 1, 0, 0, 1, 0, 0, 0, 1] to configuration notation
+ --- Result =  [0, 1, 0, 0, 0, 0, 0, 2]
+--- Retained value to add in file: [0, 1, 0, 0, 0, 0, 0, 2], indice :  (0, 4, 1, 1)
+ --- converting (0, 14, 1, 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 14 in base 2
  --- appending 0 to result
  --- appending 1 to result
- --- result  [0, 0, 1, 0]
+ --- appending 1 to result
+ --- appending 1 to result
+ --- result  [1, 1, 1, 0]
  --- converting 1 in base 3
  --- result  [1]
- --- converting 6 in base 2
+ --- converting 14 in base 2
  --- appending 0 to result
  --- appending 1 to result
  --- appending 1 to result
- --- result  [0, 1, 1, 0]
- --- Result =  [1, 0, 0, 1, 0, 1, 0, 1, 1, 0]
- --- Converting  base Y number [1, 0, 0, 1, 0, 1, 0, 1, 1, 0] to configuration notation
- --- Result =  [0, 0, 2, 0, 0, 2, 2, 0]
---- Retained value to add in file: [0, 0, 2, 0, 0, 2, 2, 0], indice :  (1, 2, 1, 6)
---- Number of configurations generated =  70
+ --- appending 1 to result
+ --- result  [1, 1, 1, 0]
+ --- Result =  [0, 1, 1, 1, 0, 1, 1, 1, 1, 0]
+ --- Converting  base Y number [0, 1, 1, 1, 0, 1, 1, 1, 1, 0] to configuration notation
+ --- Result =  [1, 1, 1, 0, 2, 2, 2, 0]
+--- Retained value to add in file: [1, 1, 1, 0, 2, 2, 2, 0], indice :  (0, 14, 1, 14)
+--- 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/experiment_log_file.txt b/experiment_automatization/experiment_log_file.txt
index 2d01cee3e675e56df9ef54a6d7cdad4ca03d8646..906cb0638720d824298729bd3c9fbb2672d652b4 100755
--- a/experiment_automatization/experiment_log_file.txt
+++ b/experiment_automatization/experiment_log_file.txt
@@ -9,290 +9,655 @@
 --- 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- 3- 0- 3- 3- 0- 0- 0]<
- ----- Generic format: [0- 3- 0- 3- 0- 0- 0- 0- 0- 3- 0- 0- 0]
- -- Generic format with exact frequencies:  [0- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 2314000- 0- 0- 0]
- -- Exact frequencies: [0- 1690000- 0- 1690000- 2314000- 0- 0- 0]
- -- Cleaning phone format of configuration >[0- 0- 1- 0- 0- 2- 0- 0]<
- ----- Generic format: [0- 0- 1- 0- 0- 0- 0- 0- 0- 0- 2- 0- 0]
- -- Generic format with exact frequencies:  [0- 0- 598000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 0]
- -- Exact frequencies: [0- 0- 598000- 0- 0- 1469000- 0- 0]
- -- Cleaning phone format of configuration >[2- 2- 2- 0- 1- 1- 1- 1]<
- ----- Generic format: [2- 2- 2- 0- 0- 0- 0- 0- 0- 1- 1- 1- 1]
- -- Generic format with exact frequencies:  [1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000- 741000]
- -- Exact frequencies: [1248000- 1248000- 1248000- 0- 741000- 741000- 741000- 741000]
- -- Cleaning phone format of configuration >[2- 2- 2- 0- 0- 2- 0- 2]<
- ----- Generic format: [2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 2- 0- 2]
- -- Generic format with exact frequencies:  [1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000]
- -- Exact frequencies: [1248000- 1248000- 1248000- 0- 0- 1469000- 0- 1469000]
- -- Cleaning phone format of configuration >[3- 3- 3- 3- 3- 0- 3- 3]<
- ----- Generic format: [3- 3- 3- 3- 0- 0- 0- 0- 0- 3- 0- 3- 3]
- -- Generic format with exact frequencies:  [1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 2314000]
- -- Exact frequencies: [1690000- 1690000- 1690000- 1690000- 2314000- 0- 2314000- 2314000]
- -- Cleaning phone format of configuration >[0- 2- 0- 2- 0- 3- 3- 0]<
- ----- Generic format: [0- 2- 0- 2- 0- 0- 0- 0- 0- 0- 3- 3- 0]
- -- Generic format with exact frequencies:  [0- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0]
- -- Exact frequencies: [0- 1248000- 0- 1248000- 0- 2314000- 2314000- 0]
- -- Cleaning phone format of configuration >[3- 3- 0- 3- 0- 0- 0- 3]<
- ----- Generic format: [3- 3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 3]
- -- Generic format with exact frequencies:  [1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000]
- -- Exact frequencies: [1690000- 1690000- 0- 1690000- 0- 0- 0- 2314000]
- -- Cleaning phone format of configuration >[3- 0- 0- 3- 3- 0- 0- 3]<
- ----- Generic format: [3- 0- 0- 3- 0- 0- 0- 0- 0- 3- 0- 0- 3]
- -- Generic format with exact frequencies:  [1690000- 0- 0- 1690000- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000]
- -- Exact frequencies: [1690000- 0- 0- 1690000- 2314000- 0- 0- 2314000]
- -- Cleaning phone format of configuration >[3- 3- 3- 0- 3- 0- 0- 0]<
- ----- Generic format: [3- 3- 3- 0- 0- 0- 0- 0- 0- 3- 0- 0- 0]
- -- Generic format with exact frequencies:  [1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0- 0]
- -- Exact frequencies: [1690000- 1690000- 1690000- 0- 2314000- 0- 0- 0]
- -- Cleaning phone format of configuration >[3- 3- 0- 0- 0- 0- 1- 0]<
- ----- Generic format: [3- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 0]
- -- Generic format with exact frequencies:  [1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 0]
- -- Exact frequencies: [1690000- 1690000- 0- 0- 0- 0- 741000- 0]
- -- Cleaning phone format of configuration >[2- 0- 2- 0- 2- 0- 2- 2]<
- ----- Generic format: [2- 0- 2- 0- 0- 0- 0- 0- 0- 2- 0- 2- 2]
- -- Generic format with exact frequencies:  [1248000- 0- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 1469000]
- -- Exact frequencies: [1248000- 0- 1248000- 0- 1469000- 0- 1469000- 1469000]
- -- Cleaning phone format of configuration >[1- 0- 1- 1- 3- 3- 0- 0]<
- ----- Generic format: [1- 0- 1- 1- 0- 0- 0- 0- 0- 3- 3- 0- 0]
- -- Generic format with exact frequencies:  [598000- 0- 598000- 598000- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 0]
- -- Exact frequencies: [598000- 0- 598000- 598000- 2314000- 2314000- 0- 0]
- -- Cleaning phone format of configuration >[3- 0- 0- 3- 0- 0- 2- 0]<
- ----- Generic format: [3- 0- 0- 3- 0- 0- 0- 0- 0- 0- 0- 2- 0]
- -- Generic format with exact frequencies:  [1690000- 0- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0]
- -- Exact frequencies: [1690000- 0- 0- 1690000- 0- 0- 1469000- 0]
- -- Cleaning phone format of configuration >[3- 3- 3- 3- 0- 2- 2- 0]<
- ----- Generic format: [3- 3- 3- 3- 0- 0- 0- 0- 0- 0- 2- 2- 0]
- -- Generic format with exact frequencies:  [1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0]
- -- Exact frequencies: [1690000- 1690000- 1690000- 1690000- 0- 1469000- 1469000- 0]
- -- Cleaning phone format of configuration >[1- 0- 1- 0- 0- 1- 1- 0]<
- ----- Generic format: [1- 0- 1- 0- 0- 0- 0- 0- 0- 0- 1- 1- 0]
- -- Generic format with exact frequencies:  [598000- 0- 598000- 0- 0- 0- 0- 0- 0- 0- 741000- 741000- 0]
- -- Exact frequencies: [598000- 0- 598000- 0- 0- 741000- 741000- 0]
- -- Cleaning phone format of configuration >[2- 2- 0- 0- 0- 0- 1- 1]<
- ----- Generic format: [2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 1]
- -- Generic format with exact frequencies:  [1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 741000]
- -- Exact frequencies: [1248000- 1248000- 0- 0- 0- 0- 741000- 741000]
- -- Cleaning phone format of configuration >[1- 1- 0- 0- 0- 0- 1- 0]<
- ----- Generic format: [1- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 0]
- -- Generic format with exact frequencies:  [598000- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 0]
- -- Exact frequencies: [598000- 598000- 0- 0- 0- 0- 741000- 0]
- -- Cleaning phone format of configuration >[0- 1- 0- 1- 1- 1- 0- 0]<
- ----- Generic format: [0- 1- 0- 1- 0- 0- 0- 0- 0- 1- 1- 0- 0]
- -- Generic format with exact frequencies:  [0- 598000- 0- 598000- 0- 0- 0- 0- 0- 741000- 741000- 0- 0]
- -- Exact frequencies: [0- 598000- 0- 598000- 741000- 741000- 0- 0]
- -- Cleaning phone format of configuration >[0- 0- 0- 1- 3- 0- 0- 0]<
- ----- Generic format: [0- 0- 0- 1- 0- 0- 0- 0- 0- 3- 0- 0- 0]
- -- Generic format with exact frequencies:  [0- 0- 0- 598000- 0- 0- 0- 0- 0- 2314000- 0- 0- 0]
- -- Exact frequencies: [0- 0- 0- 598000- 2314000- 0- 0- 0]
- -- Cleaning phone format of configuration >[0- 0- 1- 0- 2- 0- 2- 2]<
- ----- Generic format: [0- 0- 1- 0- 0- 0- 0- 0- 0- 2- 0- 2- 2]
- -- Generic format with exact frequencies:  [0- 0- 598000- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 1469000]
- -- Exact frequencies: [0- 0- 598000- 0- 1469000- 0- 1469000- 1469000]
- -- Cleaning phone format of configuration >[0- 0- 1- 0- 3- 0- 3- 0]<
- ----- Generic format: [0- 0- 1- 0- 0- 0- 0- 0- 0- 3- 0- 3- 0]
- -- Generic format with exact frequencies:  [0- 0- 598000- 0- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 0]
- -- Exact frequencies: [0- 0- 598000- 0- 2314000- 0- 2314000- 0]
- -- Cleaning phone format of configuration >[3- 0- 3- 0- 0- 0- 3- 0]<
- ----- Generic format: [3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0]
- -- Generic format with exact frequencies:  [1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 0]
- -- Exact frequencies: [1690000- 0- 1690000- 0- 0- 0- 2314000- 0]
- -- Cleaning phone format of configuration >[1- 0- 0- 0- 3- 3- 0- 0]<
- ----- Generic format: [1- 0- 0- 0- 0- 0- 0- 0- 0- 3- 3- 0- 0]
- -- Generic format with exact frequencies:  [598000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 0]
- -- Exact frequencies: [598000- 0- 0- 0- 2314000- 2314000- 0- 0]
- -- Cleaning phone format of configuration >[2- 2- 2- 0- 0- 0- 0- 1]<
- ----- Generic format: [2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1]
- -- Generic format with exact frequencies:  [1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000]
- -- Exact frequencies: [1248000- 1248000- 1248000- 0- 0- 0- 0- 741000]
- -- Cleaning phone format of configuration >[0- 2- 0- 2- 0- 3- 3- 3]<
- ----- Generic format: [0- 2- 0- 2- 0- 0- 0- 0- 0- 0- 3- 3- 3]
- -- Generic format with exact frequencies:  [0- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000]
- -- Exact frequencies: [0- 1248000- 0- 1248000- 0- 2314000- 2314000- 2314000]
- -- Cleaning phone format of configuration >[0- 3- 3- 0- 3- 0- 0- 3]<
- ----- Generic format: [0- 3- 3- 0- 0- 0- 0- 0- 0- 3- 0- 0- 3]
- -- Generic format with exact frequencies:  [0- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000]
- -- Exact frequencies: [0- 1690000- 1690000- 0- 2314000- 0- 0- 2314000]
- -- Cleaning phone format of configuration >[2- 2- 0- 2- 0- 0- 1- 0]<
- ----- Generic format: [2- 2- 0- 2- 0- 0- 0- 0- 0- 0- 0- 1- 0]
- -- Generic format with exact frequencies:  [1248000- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 741000- 0]
- -- Exact frequencies: [1248000- 1248000- 0- 1248000- 0- 0- 741000- 0]
- -- Cleaning phone format of configuration >[2- 0- 0- 0- 0- 2- 0- 2]<
- ----- Generic format: [2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 2]
- -- Generic format with exact frequencies:  [1248000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000]
- -- Exact frequencies: [1248000- 0- 0- 0- 0- 1469000- 0- 1469000]
- -- Cleaning phone format of configuration >[2- 2- 2- 0- 0- 0- 1- 1]<
- ----- Generic format: [2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 1- 1]
- -- Generic format with exact frequencies:  [1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 741000]
- -- Exact frequencies: [1248000- 1248000- 1248000- 0- 0- 0- 741000- 741000]
- -- Cleaning phone format of configuration >[0- 1- 1- 1- 0- 3- 3- 3]<
- ----- Generic format: [0- 1- 1- 1- 0- 0- 0- 0- 0- 0- 3- 3- 3]
- -- Generic format with exact frequencies:  [0- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000]
- -- Exact frequencies: [0- 598000- 598000- 598000- 0- 2314000- 2314000- 2314000]
- -- Cleaning phone format of configuration >[0- 0- 0- 2- 3- 0- 0- 3]<
- ----- Generic format: [0- 0- 0- 2- 0- 0- 0- 0- 0- 3- 0- 0- 3]
- -- Generic format with exact frequencies:  [0- 0- 0- 1248000- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000]
- -- Exact frequencies: [0- 0- 0- 1248000- 2314000- 0- 0- 2314000]
- -- Cleaning phone format of configuration >[0- 3- 0- 0- 1- 0- 1- 0]<
- ----- Generic format: [0- 3- 0- 0- 0- 0- 0- 0- 0- 1- 0- 1- 0]
- -- Generic format with exact frequencies:  [0- 1690000- 0- 0- 0- 0- 0- 0- 0- 741000- 0- 741000- 0]
- -- Exact frequencies: [0- 1690000- 0- 0- 741000- 0- 741000- 0]
- -- Cleaning phone format of configuration >[2- 0- 0- 0- 2- 0- 2- 2]<
- ----- Generic format: [2- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 2- 2]
- -- Generic format with exact frequencies:  [1248000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 1469000]
- -- Exact frequencies: [1248000- 0- 0- 0- 1469000- 0- 1469000- 1469000]
- -- Cleaning phone format of configuration >[1- 0- 0- 0- 0- 0- 2- 2]<
- ----- Generic format: [1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2- 2]
- -- Generic format with exact frequencies:  [598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000]
- -- Exact frequencies: [598000- 0- 0- 0- 0- 0- 1469000- 1469000]
- -- Cleaning phone format of configuration >[2- 0- 0- 0- 2- 0- 0- 2]<
- ----- Generic format: [2- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 0- 2]
- -- Generic format with exact frequencies:  [1248000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 0- 1469000]
- -- Exact frequencies: [1248000- 0- 0- 0- 1469000- 0- 0- 1469000]
- -- Cleaning phone format of configuration >[1- 1- 1- 1- 0- 3- 3- 3]<
- ----- Generic format: [1- 1- 1- 1- 0- 0- 0- 0- 0- 0- 3- 3- 3]
- -- Generic format with exact frequencies:  [598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000]
- -- Exact frequencies: [598000- 598000- 598000- 598000- 0- 2314000- 2314000- 2314000]
- -- Cleaning phone format of configuration >[1- 1- 1- 1- 0- 0- 3- 3]<
- ----- Generic format: [1- 1- 1- 1- 0- 0- 0- 0- 0- 0- 0- 3- 3]
- -- Generic format with exact frequencies:  [598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000]
- -- Exact frequencies: [598000- 598000- 598000- 598000- 0- 0- 2314000- 2314000]
- -- Cleaning phone format of configuration >[0- 0- 3- 3- 1- 1- 0- 0]<
- ----- Generic format: [0- 0- 3- 3- 0- 0- 0- 0- 0- 1- 1- 0- 0]
- -- Generic format with exact frequencies:  [0- 0- 1690000- 1690000- 0- 0- 0- 0- 0- 741000- 741000- 0- 0]
- -- Exact frequencies: [0- 0- 1690000- 1690000- 741000- 741000- 0- 0]
- -- Cleaning phone format of configuration >[0- 1- 1- 1- 1- 0- 1- 1]<
- ----- Generic format: [0- 1- 1- 1- 0- 0- 0- 0- 0- 1- 0- 1- 1]
- -- Generic format with exact frequencies:  [0- 598000- 598000- 598000- 0- 0- 0- 0- 0- 741000- 0- 741000- 741000]
- -- Exact frequencies: [0- 598000- 598000- 598000- 741000- 0- 741000- 741000]
- -- Cleaning phone format of configuration >[0- 0- 3- 0- 2- 0- 2- 0]<
- ----- Generic format: [0- 0- 3- 0- 0- 0- 0- 0- 0- 2- 0- 2- 0]
- -- Generic format with exact frequencies:  [0- 0- 1690000- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 0]
- -- Exact frequencies: [0- 0- 1690000- 0- 1469000- 0- 1469000- 0]
- -- Cleaning phone format of configuration >[0- 3- 3- 3- 2- 0- 0- 0]<
- ----- Generic format: [0- 3- 3- 3- 0- 0- 0- 0- 0- 2- 0- 0- 0]
- -- Generic format with exact frequencies:  [0- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 1469000- 0- 0- 0]
- -- Exact frequencies: [0- 1690000- 1690000- 1690000- 1469000- 0- 0- 0]
- -- Cleaning phone format of configuration >[0- 0- 0- 2- 0- 0- 0- 2]<
- ----- Generic format: [0- 0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 0- 2]
- -- Generic format with exact frequencies:  [0- 0- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000]
- -- Exact frequencies: [0- 0- 0- 1248000- 0- 0- 0- 1469000]
+ -- Cleaning phone format of configuration >[3- 3- 0- 3- 0- 0- 3- 3]<
+ ----- Generic format: [3- 3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 3- 3]
+ -- Generic format with exact frequencies:  [1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000]
+ -- Exact frequencies: [1690000- 1690000- 0- 1690000- 0- 0- 2314000- 2314000]
+ -- Cleaning phone format of configuration >[0- 2- 0- 0- 3- 0- 3- 0]<
+ ----- Generic format: [0- 2- 0- 0- 0- 0- 0- 0- 0- 3- 0- 3- 0]
+ -- Generic format with exact frequencies:  [0- 1248000- 0- 0- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 0]
+ -- Exact frequencies: [0- 1248000- 0- 0- 2314000- 0- 2314000- 0]
  -- Cleaning phone format of configuration >[2- 0- 2- 2- 0- 0- 0- 1]<
  ----- Generic format: [2- 0- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 1]
  -- Generic format with exact frequencies:  [1248000- 0- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 741000]
  -- Exact frequencies: [1248000- 0- 1248000- 1248000- 0- 0- 0- 741000]
- -- Cleaning phone format of configuration >[2- 2- 2- 2- 0- 2- 0- 2]<
- ----- Generic format: [2- 2- 2- 2- 0- 0- 0- 0- 0- 0- 2- 0- 2]
- -- Generic format with exact frequencies:  [1248000- 1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000]
- -- Exact frequencies: [1248000- 1248000- 1248000- 1248000- 0- 1469000- 0- 1469000]
- -- Cleaning phone format of configuration >[1- 1- 1- 1- 2- 2- 0- 2]<
- ----- Generic format: [1- 1- 1- 1- 0- 0- 0- 0- 0- 2- 2- 0- 2]
- -- Generic format with exact frequencies:  [598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 1469000]
- -- Exact frequencies: [598000- 598000- 598000- 598000- 1469000- 1469000- 0- 1469000]
- -- 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 >[0- 0- 0- 0- 1- 1- 1- 1]<
- ----- Generic format: [0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 1- 1- 1]
- -- Generic format with exact frequencies:  [0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000- 741000]
- -- Exact frequencies: [0- 0- 0- 0- 741000- 741000- 741000- 741000]
- -- Cleaning phone format of configuration >[1- 0- 1- 1- 2- 0- 2- 2]<
- ----- Generic format: [1- 0- 1- 1- 0- 0- 0- 0- 0- 2- 0- 2- 2]
- -- Generic format with exact frequencies:  [598000- 0- 598000- 598000- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 1469000]
- -- Exact frequencies: [598000- 0- 598000- 598000- 1469000- 0- 1469000- 1469000]
- -- Cleaning phone format of configuration >[1- 0- 0- 0- 0- 0- 3- 0]<
- ----- Generic format: [1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0]
- -- Generic format with exact frequencies:  [598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 0]
- -- Exact frequencies: [598000- 0- 0- 0- 0- 0- 2314000- 0]
+ -- Cleaning phone format of configuration >[2- 2- 2- 0- 1- 0- 1- 1]<
+ ----- Generic format: [2- 2- 2- 0- 0- 0- 0- 0- 0- 1- 0- 1- 1]
+ -- Generic format with exact frequencies:  [1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 741000- 0- 741000- 741000]
+ -- Exact frequencies: [1248000- 1248000- 1248000- 0- 741000- 0- 741000- 741000]
+ -- Cleaning phone format of configuration >[0- 0- 0- 3- 0- 2- 0- 0]<
+ ----- Generic format: [0- 0- 0- 3- 0- 0- 0- 0- 0- 0- 2- 0- 0]
+ -- Generic format with exact frequencies:  [0- 0- 0- 1690000- 0- 0- 0- 0- 0- 0- 1469000- 0- 0]
+ -- Exact frequencies: [0- 0- 0- 1690000- 0- 1469000- 0- 0]
+ -- Cleaning phone format of configuration >[0- 0- 0- 0- 0- 3- 0- 0]<
+ ----- Generic format: [0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0- 0]
+ -- Generic format with exact frequencies:  [0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 0- 0]
+ -- Exact frequencies: [0- 0- 0- 0- 0- 2314000- 0- 0]
+ -- Cleaning phone format of configuration >[1- 1- 1- 1- 0- 2- 0- 0]<
+ ----- Generic format: [1- 1- 1- 1- 0- 0- 0- 0- 0- 0- 2- 0- 0]
+ -- Generic format with exact frequencies:  [598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 1469000- 0- 0]
+ -- Exact frequencies: [598000- 598000- 598000- 598000- 0- 1469000- 0- 0]
+ -- Cleaning phone format of configuration >[1- 1- 1- 0- 1- 1- 0- 0]<
+ ----- Generic format: [1- 1- 1- 0- 0- 0- 0- 0- 0- 1- 1- 0- 0]
+ -- Generic format with exact frequencies:  [598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 741000- 741000- 0- 0]
+ -- Exact frequencies: [598000- 598000- 598000- 0- 741000- 741000- 0- 0]
+ -- Cleaning phone format of configuration >[0- 1- 0- 0- 2- 0- 2- 2]<
+ ----- Generic format: [0- 1- 0- 0- 0- 0- 0- 0- 0- 2- 0- 2- 2]
+ -- Generic format with exact frequencies:  [0- 598000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 1469000]
+ -- Exact frequencies: [0- 598000- 0- 0- 1469000- 0- 1469000- 1469000]
+ -- Cleaning phone format of configuration >[0- 0- 0- 3- 0- 3- 0- 3]<
+ ----- Generic format: [0- 0- 0- 3- 0- 0- 0- 0- 0- 0- 3- 0- 3]
+ -- Generic format with exact frequencies:  [0- 0- 0- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 0- 2314000]
+ -- Exact frequencies: [0- 0- 0- 1690000- 0- 2314000- 0- 2314000]
+ -- Cleaning phone format of configuration >[1- 0- 0- 1- 0- 3- 3- 0]<
+ ----- Generic format: [1- 0- 0- 1- 0- 0- 0- 0- 0- 0- 3- 3- 0]
+ -- Generic format with exact frequencies:  [598000- 0- 0- 598000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0]
+ -- Exact frequencies: [598000- 0- 0- 598000- 0- 2314000- 2314000- 0]
+ -- Cleaning phone format of configuration >[2- 2- 0- 0- 0- 3- 0- 3]<
+ ----- Generic format: [2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0- 3]
+ -- Generic format with exact frequencies:  [1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 0- 2314000]
+ -- Exact frequencies: [1248000- 1248000- 0- 0- 0- 2314000- 0- 2314000]
+ -- Cleaning phone format of configuration >[1- 0- 0- 1- 0- 0- 1- 0]<
+ ----- Generic format: [1- 0- 0- 1- 0- 0- 0- 0- 0- 0- 0- 1- 0]
+ -- Generic format with exact frequencies:  [598000- 0- 0- 598000- 0- 0- 0- 0- 0- 0- 0- 741000- 0]
+ -- Exact frequencies: [598000- 0- 0- 598000- 0- 0- 741000- 0]
+ -- Cleaning phone format of configuration >[0- 3- 0- 0- 1- 1- 0- 1]<
+ ----- Generic format: [0- 3- 0- 0- 0- 0- 0- 0- 0- 1- 1- 0- 1]
+ -- Generic format with exact frequencies:  [0- 1690000- 0- 0- 0- 0- 0- 0- 0- 741000- 741000- 0- 741000]
+ -- Exact frequencies: [0- 1690000- 0- 0- 741000- 741000- 0- 741000]
+ -- Cleaning phone format of configuration >[0- 1- 1- 1- 0- 2- 2- 0]<
+ ----- Generic format: [0- 1- 1- 1- 0- 0- 0- 0- 0- 0- 2- 2- 0]
+ -- Generic format with exact frequencies:  [0- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0]
+ -- Exact frequencies: [0- 598000- 598000- 598000- 0- 1469000- 1469000- 0]
+ -- Cleaning phone format of configuration >[2- 2- 2- 0- 3- 3- 3- 0]<
+ ----- Generic format: [2- 2- 2- 0- 0- 0- 0- 0- 0- 3- 3- 3- 0]
+ -- Generic format with exact frequencies:  [1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000- 0]
+ -- Exact frequencies: [1248000- 1248000- 1248000- 0- 2314000- 2314000- 2314000- 0]
+ -- Cleaning phone format of configuration >[1- 0- 0- 0- 0- 0- 1- 0]<
+ ----- Generic format: [1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 0]
+ -- Generic format with exact frequencies:  [598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 0]
+ -- Exact frequencies: [598000- 0- 0- 0- 0- 0- 741000- 0]
+ -- Cleaning phone format of configuration >[1- 0- 1- 0- 3- 0- 0- 3]<
+ ----- Generic format: [1- 0- 1- 0- 0- 0- 0- 0- 0- 3- 0- 0- 3]
+ -- Generic format with exact frequencies:  [598000- 0- 598000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000]
+ -- Exact frequencies: [598000- 0- 598000- 0- 2314000- 0- 0- 2314000]
+ -- Cleaning phone format of configuration >[2- 2- 0- 2- 3- 0- 0- 3]<
+ ----- Generic format: [2- 2- 0- 2- 0- 0- 0- 0- 0- 3- 0- 0- 3]
+ -- Generic format with exact frequencies:  [1248000- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000]
+ -- Exact frequencies: [1248000- 1248000- 0- 1248000- 2314000- 0- 0- 2314000]
+ -- Cleaning phone format of configuration >[2- 2- 2- 0- 2- 0- 0- 0]<
+ ----- Generic format: [2- 2- 2- 0- 0- 0- 0- 0- 0- 2- 0- 0- 0]
+ -- Generic format with exact frequencies:  [1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 0- 0- 0]
+ -- Exact frequencies: [1248000- 1248000- 1248000- 0- 1469000- 0- 0- 0]
  -- Cleaning phone format of configuration >[0- 1- 0- 1- 3- 3- 3- 0]<
  ----- Generic format: [0- 1- 0- 1- 0- 0- 0- 0- 0- 3- 3- 3- 0]
  -- Generic format with exact frequencies:  [0- 598000- 0- 598000- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000- 0]
  -- Exact frequencies: [0- 598000- 0- 598000- 2314000- 2314000- 2314000- 0]
- -- Cleaning phone format of configuration >[0- 3- 3- 3- 2- 0- 0- 2]<
- ----- Generic format: [0- 3- 3- 3- 0- 0- 0- 0- 0- 2- 0- 0- 2]
- -- Generic format with exact frequencies:  [0- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 1469000- 0- 0- 1469000]
- -- Exact frequencies: [0- 1690000- 1690000- 1690000- 1469000- 0- 0- 1469000]
- -- Cleaning phone format of configuration >[0- 3- 0- 0- 3- 3- 3- 3]<
- ----- Generic format: [0- 3- 0- 0- 0- 0- 0- 0- 0- 3- 3- 3- 3]
- -- Generic format with exact frequencies:  [0- 1690000- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000- 2314000]
- -- Exact frequencies: [0- 1690000- 0- 0- 2314000- 2314000- 2314000- 2314000]
- -- Cleaning phone format of configuration >[3- 0- 3- 0- 0- 0- 0- 3]<
- ----- Generic format: [3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 3]
- -- Generic format with exact frequencies:  [1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2314000]
- -- Exact frequencies: [1690000- 0- 1690000- 0- 0- 0- 0- 2314000]
- -- Cleaning phone format of configuration >[0- 2- 2- 2- 0- 2- 2- 2]<
- ----- Generic format: [0- 2- 2- 2- 0- 0- 0- 0- 0- 0- 2- 2- 2]
- -- Generic format with exact frequencies:  [0- 1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000]
- -- Exact frequencies: [0- 1248000- 1248000- 1248000- 0- 1469000- 1469000- 1469000]
- -- Cleaning phone format of configuration >[0- 0- 3- 0- 3- 0- 0- 3]<
- ----- Generic format: [0- 0- 3- 0- 0- 0- 0- 0- 0- 3- 0- 0- 3]
- -- Generic format with exact frequencies:  [0- 0- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000]
- -- Exact frequencies: [0- 0- 1690000- 0- 2314000- 0- 0- 2314000]
- -- Cleaning phone format of configuration >[0- 0- 2- 0- 1- 0- 0- 0]<
- ----- Generic format: [0- 0- 2- 0- 0- 0- 0- 0- 0- 1- 0- 0- 0]
- -- Generic format with exact frequencies:  [0- 0- 1248000- 0- 0- 0- 0- 0- 0- 741000- 0- 0- 0]
- -- Exact frequencies: [0- 0- 1248000- 0- 741000- 0- 0- 0]
- -- Cleaning phone format of configuration >[2- 2- 0- 2- 3- 3- 0- 0]<
- ----- Generic format: [2- 2- 0- 2- 0- 0- 0- 0- 0- 3- 3- 0- 0]
- -- Generic format with exact frequencies:  [1248000- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 0]
- -- Exact frequencies: [1248000- 1248000- 0- 1248000- 2314000- 2314000- 0- 0]
- -- Cleaning phone format of configuration >[0- 0- 2- 0- 2- 2- 0- 2]<
- ----- Generic format: [0- 0- 2- 0- 0- 0- 0- 0- 0- 2- 2- 0- 2]
- -- Generic format with exact frequencies:  [0- 0- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 1469000]
- -- Exact frequencies: [0- 0- 1248000- 0- 1469000- 1469000- 0- 1469000]
- -- Cleaning phone format of configuration >[0- 2- 0- 2- 3- 3- 0- 0]<
- ----- Generic format: [0- 2- 0- 2- 0- 0- 0- 0- 0- 3- 3- 0- 0]
- -- Generic format with exact frequencies:  [0- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 0]
- -- Exact frequencies: [0- 1248000- 0- 1248000- 2314000- 2314000- 0- 0]
- -- Cleaning phone format of configuration >[3- 3- 3- 3- 0- 0- 1- 0]<
- ----- Generic format: [3- 3- 3- 3- 0- 0- 0- 0- 0- 0- 0- 1- 0]
- -- Generic format with exact frequencies:  [1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 741000- 0]
- -- Exact frequencies: [1690000- 1690000- 1690000- 1690000- 0- 0- 741000- 0]
- -- Cleaning phone format of configuration >[3- 3- 0- 3- 3- 3- 0- 0]<
- ----- Generic format: [3- 3- 0- 3- 0- 0- 0- 0- 0- 3- 3- 0- 0]
- -- Generic format with exact frequencies:  [1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 0]
- -- Exact frequencies: [1690000- 1690000- 0- 1690000- 2314000- 2314000- 0- 0]
- -- Cleaning phone format of configuration >[0- 0- 0- 2- 3- 3- 3- 3]<
- ----- Generic format: [0- 0- 0- 2- 0- 0- 0- 0- 0- 3- 3- 3- 3]
- -- Generic format with exact frequencies:  [0- 0- 0- 1248000- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000- 2314000]
- -- Exact frequencies: [0- 0- 0- 1248000- 2314000- 2314000- 2314000- 2314000]
- -- Cleaning phone format of configuration >[1- 0- 1- 0- 3- 3- 0- 3]<
- ----- Generic format: [1- 0- 1- 0- 0- 0- 0- 0- 0- 3- 3- 0- 3]
- -- Generic format with exact frequencies:  [598000- 0- 598000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 2314000]
- -- Exact frequencies: [598000- 0- 598000- 0- 2314000- 2314000- 0- 2314000]
- -- Cleaning phone format of configuration >[3- 3- 3- 0- 0- 2- 0- 2]<
- ----- Generic format: [3- 3- 3- 0- 0- 0- 0- 0- 0- 0- 2- 0- 2]
- -- Generic format with exact frequencies:  [1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000]
- -- Exact frequencies: [1690000- 1690000- 1690000- 0- 0- 1469000- 0- 1469000]
- -- Cleaning phone format of configuration >[0- 1- 0- 0- 2- 0- 0- 2]<
- ----- Generic format: [0- 1- 0- 0- 0- 0- 0- 0- 0- 2- 0- 0- 2]
- -- Generic format with exact frequencies:  [0- 598000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 0- 1469000]
- -- Exact frequencies: [0- 598000- 0- 0- 1469000- 0- 0- 1469000]
- -- Cleaning phone format of configuration >[2- 2- 0- 2- 0- 0- 2- 2]<
- ----- Generic format: [2- 2- 0- 2- 0- 0- 0- 0- 0- 0- 0- 2- 2]
- -- Generic format with exact frequencies:  [1248000- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000]
- -- Exact frequencies: [1248000- 1248000- 0- 1248000- 0- 0- 1469000- 1469000]
- -- Cleaning phone format of configuration >[0- 1- 1- 0- 2- 2- 2- 2]<
- ----- Generic format: [0- 1- 1- 0- 0- 0- 0- 0- 0- 2- 2- 2- 2]
- -- Generic format with exact frequencies:  [0- 598000- 598000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000- 1469000]
- -- Exact frequencies: [0- 598000- 598000- 0- 1469000- 1469000- 1469000- 1469000]
- -- Cleaning phone format of configuration >[3- 3- 3- 0- 2- 0- 0- 0]<
- ----- Generic format: [3- 3- 3- 0- 0- 0- 0- 0- 0- 2- 0- 0- 0]
- -- Generic format with exact frequencies:  [1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 1469000- 0- 0- 0]
- -- Exact frequencies: [1690000- 1690000- 1690000- 0- 1469000- 0- 0- 0]
- -- Cleaning phone format of configuration >[2- 0- 0- 2- 0- 0- 0- 0]<
- ----- Generic format: [2- 0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 0- 0]
- -- Generic format with exact frequencies:  [1248000- 0- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 0]
- -- Exact frequencies: [1248000- 0- 0- 1248000- 0- 0- 0- 0]
- -- Cleaning phone format of configuration >[0- 0- 2- 0- 0- 2- 2- 0]<
- ----- Generic format: [0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 2- 2- 0]
- -- Generic format with exact frequencies:  [0- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0]
- -- Exact frequencies: [0- 0- 1248000- 0- 0- 1469000- 1469000- 0]
+ -- Cleaning phone format of configuration >[2- 0- 2- 2- 3- 3- 0- 0]<
+ ----- Generic format: [2- 0- 2- 2- 0- 0- 0- 0- 0- 3- 3- 0- 0]
+ -- Generic format with exact frequencies:  [1248000- 0- 1248000- 1248000- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 0]
+ -- Exact frequencies: [1248000- 0- 1248000- 1248000- 2314000- 2314000- 0- 0]
+ -- Cleaning phone format of configuration >[1- 0- 1- 0- 1- 0- 0- 1]<
+ ----- Generic format: [1- 0- 1- 0- 0- 0- 0- 0- 0- 1- 0- 0- 1]
+ -- Generic format with exact frequencies:  [598000- 0- 598000- 0- 0- 0- 0- 0- 0- 741000- 0- 0- 741000]
+ -- Exact frequencies: [598000- 0- 598000- 0- 741000- 0- 0- 741000]
+ -- Cleaning phone format of configuration >[3- 0- 0- 0- 0- 0- 0- 0]<
+ ----- Generic format: [3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0]
+ -- Generic format with exact frequencies:  [1690000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0]
+ -- Exact frequencies: [1690000- 0- 0- 0- 0- 0- 0- 0]
+ -- Cleaning phone format of configuration >[3- 3- 3- 3- 1- 1- 0- 1]<
+ ----- Generic format: [3- 3- 3- 3- 0- 0- 0- 0- 0- 1- 1- 0- 1]
+ -- Generic format with exact frequencies:  [1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 741000- 741000- 0- 741000]
+ -- Exact frequencies: [1690000- 1690000- 1690000- 1690000- 741000- 741000- 0- 741000]
+ -- Cleaning phone format of configuration >[0- 2- 2- 0- 0- 3- 0- 0]<
+ ----- Generic format: [0- 2- 2- 0- 0- 0- 0- 0- 0- 0- 3- 0- 0]
+ -- Generic format with exact frequencies:  [0- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 2314000- 0- 0]
+ -- Exact frequencies: [0- 1248000- 1248000- 0- 0- 2314000- 0- 0]
+ -- Cleaning phone format of configuration >[2- 0- 0- 0- 3- 0- 3- 0]<
+ ----- Generic format: [2- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0- 3- 0]
+ -- Generic format with exact frequencies:  [1248000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 0]
+ -- Exact frequencies: [1248000- 0- 0- 0- 2314000- 0- 2314000- 0]
+ -- Cleaning phone format of configuration >[1- 1- 0- 0- 2- 2- 0- 0]<
+ ----- Generic format: [1- 1- 0- 0- 0- 0- 0- 0- 0- 2- 2- 0- 0]
+ -- Generic format with exact frequencies:  [598000- 598000- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 0]
+ -- Exact frequencies: [598000- 598000- 0- 0- 1469000- 1469000- 0- 0]
+ -- Cleaning phone format of configuration >[3- 3- 3- 0- 0- 1- 0- 1]<
+ ----- Generic format: [3- 3- 3- 0- 0- 0- 0- 0- 0- 0- 1- 0- 1]
+ -- Generic format with exact frequencies:  [1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 741000- 0- 741000]
+ -- Exact frequencies: [1690000- 1690000- 1690000- 0- 0- 741000- 0- 741000]
+ -- Cleaning phone format of configuration >[3- 3- 0- 0- 1- 0- 0- 1]<
+ ----- Generic format: [3- 3- 0- 0- 0- 0- 0- 0- 0- 1- 0- 0- 1]
+ -- Generic format with exact frequencies:  [1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 741000- 0- 0- 741000]
+ -- Exact frequencies: [1690000- 1690000- 0- 0- 741000- 0- 0- 741000]
+ -- Cleaning phone format of configuration >[0- 2- 2- 2- 0- 0- 2- 2]<
+ ----- Generic format: [0- 2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 2- 2]
+ -- Generic format with exact frequencies:  [0- 1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000]
+ -- Exact frequencies: [0- 1248000- 1248000- 1248000- 0- 0- 1469000- 1469000]
+ -- Cleaning phone format of configuration >[1- 1- 1- 1- 3- 0- 0- 0]<
+ ----- Generic format: [1- 1- 1- 1- 0- 0- 0- 0- 0- 3- 0- 0- 0]
+ -- Generic format with exact frequencies:  [598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 2314000- 0- 0- 0]
+ -- Exact frequencies: [598000- 598000- 598000- 598000- 2314000- 0- 0- 0]
+ -- Cleaning phone format of configuration >[2- 2- 0- 2- 1- 1- 0- 1]<
+ ----- Generic format: [2- 2- 0- 2- 0- 0- 0- 0- 0- 1- 1- 0- 1]
+ -- Generic format with exact frequencies:  [1248000- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 741000- 741000- 0- 741000]
+ -- Exact frequencies: [1248000- 1248000- 0- 1248000- 741000- 741000- 0- 741000]
+ -- Cleaning phone format of configuration >[0- 0- 0- 0- 1- 1- 0- 0]<
+ ----- Generic format: [0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 1- 0- 0]
+ -- Generic format with exact frequencies:  [0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 741000- 0- 0]
+ -- Exact frequencies: [0- 0- 0- 0- 741000- 741000- 0- 0]
+ -- Cleaning phone format of configuration >[1- 0- 0- 1- 3- 0- 3- 0]<
+ ----- Generic format: [1- 0- 0- 1- 0- 0- 0- 0- 0- 3- 0- 3- 0]
+ -- Generic format with exact frequencies:  [598000- 0- 0- 598000- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 0]
+ -- Exact frequencies: [598000- 0- 0- 598000- 2314000- 0- 2314000- 0]
+ -- Cleaning phone format of configuration >[3- 0- 3- 0- 1- 0- 0- 0]<
+ ----- Generic format: [3- 0- 3- 0- 0- 0- 0- 0- 0- 1- 0- 0- 0]
+ -- Generic format with exact frequencies:  [1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 741000- 0- 0- 0]
+ -- Exact frequencies: [1690000- 0- 1690000- 0- 741000- 0- 0- 0]
+ -- Cleaning phone format of configuration >[1- 1- 1- 1- 0- 0- 0- 0]<
+ ----- Generic format: [1- 1- 1- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0]
+ -- Generic format with exact frequencies:  [598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 0]
+ -- Exact frequencies: [598000- 598000- 598000- 598000- 0- 0- 0- 0]
+ -- 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- 1- 0- 0- 3- 3- 0- 3]<
+ ----- Generic format: [0- 1- 0- 0- 0- 0- 0- 0- 0- 3- 3- 0- 3]
+ -- Generic format with exact frequencies:  [0- 598000- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 2314000]
+ -- Exact frequencies: [0- 598000- 0- 0- 2314000- 2314000- 0- 2314000]
+ -- Cleaning phone format of configuration >[3- 0- 0- 0- 3- 3- 0- 3]<
+ ----- Generic format: [3- 0- 0- 0- 0- 0- 0- 0- 0- 3- 3- 0- 3]
+ -- Generic format with exact frequencies:  [1690000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 2314000]
+ -- Exact frequencies: [1690000- 0- 0- 0- 2314000- 2314000- 0- 2314000]
+ -- Cleaning phone format of configuration >[0- 0- 0- 2- 0- 0- 0- 2]<
+ ----- Generic format: [0- 0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 0- 2]
+ -- Generic format with exact frequencies:  [0- 0- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000]
+ -- Exact frequencies: [0- 0- 0- 1248000- 0- 0- 0- 1469000]
+ -- Cleaning phone format of configuration >[2- 2- 0- 0- 1- 0- 0- 0]<
+ ----- Generic format: [2- 2- 0- 0- 0- 0- 0- 0- 0- 1- 0- 0- 0]
+ -- Generic format with exact frequencies:  [1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 741000- 0- 0- 0]
+ -- Exact frequencies: [1248000- 1248000- 0- 0- 741000- 0- 0- 0]
+ -- Cleaning phone format of configuration >[2- 2- 2- 0- 0- 0- 3- 3]<
+ ----- Generic format: [2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 3- 3]
+ -- Generic format with exact frequencies:  [1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000]
+ -- Exact frequencies: [1248000- 1248000- 1248000- 0- 0- 0- 2314000- 2314000]
+ -- Cleaning phone format of configuration >[0- 1- 0- 0- 1- 1- 1- 0]<
+ ----- Generic format: [0- 1- 0- 0- 0- 0- 0- 0- 0- 1- 1- 1- 0]
+ -- Generic format with exact frequencies:  [0- 598000- 0- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000- 0]
+ -- Exact frequencies: [0- 598000- 0- 0- 741000- 741000- 741000- 0]
+ -- Cleaning phone format of configuration >[1- 0- 1- 0- 2- 0- 0- 0]<
+ ----- Generic format: [1- 0- 1- 0- 0- 0- 0- 0- 0- 2- 0- 0- 0]
+ -- Generic format with exact frequencies:  [598000- 0- 598000- 0- 0- 0- 0- 0- 0- 1469000- 0- 0- 0]
+ -- Exact frequencies: [598000- 0- 598000- 0- 1469000- 0- 0- 0]
+ -- Cleaning phone format of configuration >[2- 0- 0- 2- 1- 1- 1- 0]<
+ ----- Generic format: [2- 0- 0- 2- 0- 0- 0- 0- 0- 1- 1- 1- 0]
+ -- Generic format with exact frequencies:  [1248000- 0- 0- 1248000- 0- 0- 0- 0- 0- 741000- 741000- 741000- 0]
+ -- Exact frequencies: [1248000- 0- 0- 1248000- 741000- 741000- 741000- 0]
+ -- Cleaning phone format of configuration >[3- 0- 3- 3- 1- 0- 0- 0]<
+ ----- Generic format: [3- 0- 3- 3- 0- 0- 0- 0- 0- 1- 0- 0- 0]
+ -- Generic format with exact frequencies:  [1690000- 0- 1690000- 1690000- 0- 0- 0- 0- 0- 741000- 0- 0- 0]
+ -- Exact frequencies: [1690000- 0- 1690000- 1690000- 741000- 0- 0- 0]
+ -- Cleaning phone format of configuration >[0- 1- 1- 1- 2- 2- 2- 0]<
+ ----- Generic format: [0- 1- 1- 1- 0- 0- 0- 0- 0- 2- 2- 2- 0]
+ -- Generic format with exact frequencies:  [0- 598000- 598000- 598000- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000- 0]
+ -- Exact frequencies: [0- 598000- 598000- 598000- 1469000- 1469000- 1469000- 0]
+ -- Cleaning phone format of configuration >[0- 1- 0- 0- 0- 0- 0- 2]<
+ ----- Generic format: [0- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2]
+ -- Generic format with exact frequencies:  [0- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1469000]
+ -- Exact frequencies: [0- 598000- 0- 0- 0- 0- 0- 1469000]
+ -- Cleaning phone format of configuration >[1- 1- 1- 0- 2- 2- 2- 0]<
+ ----- Generic format: [1- 1- 1- 0- 0- 0- 0- 0- 0- 2- 2- 2- 0]
+ -- Generic format with exact frequencies:  [598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000- 0]
+ -- Exact frequencies: [598000- 598000- 598000- 0- 1469000- 1469000- 1469000- 0]
 --- Suitable format produced
 
 --- Reading header configurations and exact frequencies
---- Performing experiments on configuration 0303-3000
+--- Performing experiments on configuration 3303-0033
+--- 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  3
+--- Exact frequency of core  0:  1690000
+--- Modifying the governor of core 0 
+--- 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 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  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  3
+--- Exact frequency of core  6:  2314000
+--- Modifying the governor of core 6 
+--- Modifying the the current frequency of core 6 with frequency 2314000
+--- 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 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
+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: 19309 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  3
+--- 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  0
+--- frequency level of core 6 is  3
+--- 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
+--- 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 : 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 : 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 : 2554000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+Caught disconnection event. Test restarting with default parameters
+--- 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  0
+--- frequency level of core 3 is  3
+--- frequency level of core 4 is  0
+--- frequency level of core 5 is  0
+--- frequency level of core 6 is  3
+--- frequency level of core 7 is  3
+--- Number of threads normally started = 5
+--- Number of thread ended:  
+--- Now threads are stopped, getting the cc_info_level for samsung 
+--- Current cc_info level :  , 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 
+adb: error: failed to get feature set: no devices/emulators found
+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- 0- 1690000- 0- 0- 2314000- 2314000]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 
+--- Starting cc_info = 2554000
+--- Ending cc_info = 
+--- Getting the average power
+--- Avg Power = 
+--- Printing the total threads summary
+--- Thread results 
+
+----------------------------------------
+
+
+----------------------------------------
+
+
+----------------------------------------
+
+
+----------------------------------------
+
+
+----------------------------------------
+
+
+--- 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,0,3,0,0,3,3 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 
+--- Getting energy efficiency
+--- Energy efficiency: 
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 3303-0033 3,3,0,3,0,0,3,3                         [1690000- 1690000- 0- 1690000- 0- 0- 2314000- 2314000]                      
+----------------------------------------
+
+
+----------------------------------------
+
+
+----------------------------------------
+
+
+----------------------------------------
+
+
+----------------------------------------
+
+                         2554000  
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 3303-0033 
+phone format: 3,3,0,3,0,0,3,3 
+Exact values of frequencies: [1690000- 1690000- 0- 1690000- 0- 0- 2314000- 2314000] 
+
+Power meter results
+------------------------------------------------------------
+ 
+Threads results
+------------------------------------------------------------
+
+----------------------------------------
+
+
+----------------------------------------
+
+
+----------------------------------------
+
+
+----------------------------------------
+
+
+----------------------------------------
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 
+Workload: 
+Energy efficiency: 
+Starting cc information: 2554000 
+Ending cc information: 
+--------------------------------------------------------------------------------
+
+ 
+--- 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 = 
+--- Experiment result, Avg Power = 
+--- Experiment result, Total Workload = 
+--- Experiment result, Energy Efficiency = 
+--- Adding result to summary file
+--- Starting cc information : 2554000 
+--- Ending cc information : 
+--- 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 3303-0033.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 27Oct22_20_58_49
+--- Performing experiments on configuration 0200-3030
 --- 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
@@ -307,6 +672,10 @@
 --- 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
@@ -322,18 +691,18 @@
 --- 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
+--- 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 1690000
+--- Modifying the the current frequency of core 1 with frequency 1248000
 --- 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
+--- 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 1690000
+--- 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 
@@ -342,10 +711,10 @@
 --- 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
+--- Frequency level of core 6 is  3
+--- Exact frequency of core  6:  2314000
 --- Modifying the governor of core 6 
---- Modifying the the current frequency of core 6 with frequency 0
+--- Modifying the the current frequency of core 6 with frequency 2314000
 --- Frequency level of core 7 is  0
 --- Exact frequency of core  7:  0
 --- Modifying the governor of core 7 
@@ -355,11 +724,6 @@ 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
@@ -375,15 +739,15 @@ 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: 6958 
+ ----- Experiment app started with pid: 23612 
 ---- 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 1 is  2
 --- frequency level of core 2 is  0
---- frequency level of core 3 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 6 is  3
 --- frequency level of core 7 is  0
 --- Number of cores to occupy = 3
 --- Number of thread in experiment phase : 0 
@@ -594,18 +958,30511 @@ 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 :  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 : 2795500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+--- Current cc_info level : 2550500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1362.815549981708
+powermeter script : average_power with numpy  arrays =  1362.8155499818306
+powermeter script : Summary Result = time (s): 602.1597049236298
+Ins Current (mA):239.2871811088421
+Samples: 3000000
+Consumed Energy (mAs): 165974.2055567186
+Consumed Energy (mAh): 46.10394598797739
+Consumed Energy (mWs): 820224.2268813986
+Consumed Energy (mWh): 227.8400630226107
+Avg power (mW): 1362.815549981708
+Avg Current (mA): 275.59235739147385
+Avg Voltage (V): 4.945041157457983
+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  2
+--- frequency level of core 2 is  0
+--- 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  3
+--- 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 : 2550500 , 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.0 MB/s (1404 bytes in 0.048s)
+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- 1248000- 0- 0- 2314000- 0- 2314000- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.1597049236298 
+Ins Current (mA):239.2871811088421 
+Samples: 3000000 
+Consumed Energy (mAs): 165974.2055567186 
+Consumed Energy (mAh): 46.10394598797739 
+Consumed Energy (mWs): 820224.2268813986 
+Consumed Energy (mWh): 227.8400630226107 
+Avg power (mW): 1362.815549981708 
+Avg Current (mA): 275.59235739147385 
+Avg Voltage (V): 4.945041157457983 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 46.10394598797739
+--- Starting cc_info = 2550500
+--- Ending cc_info = 2550500
+--- Getting the average power
+--- Avg Power = 1362.815549981708
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 23694
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:07:21 +0200 
+Core id: 1 
+Ending time: Thu, 27 Oct 2022 21:17:22 +0200 - Duration: 600020 seconds 
+Real workload: 3.1388136315466103E10 - Integer reached: 129270 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 73.6 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2550500 mAh 
+Cc_info at the end: 2550500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 23695
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:07:22 +0200 
+Core id: 4 
+Ending time: Thu, 27 Oct 2022 21:17:22 +0200 - Duration: 600004 seconds 
+Real workload: 1.2405922630365372E11 - Integer reached: 249802 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 73.6 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2550500 mAh 
+Cc_info at the end: 2550500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 23696
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:07:21 +0200 
+Core id: 6 
+Ending time: Thu, 27 Oct 2022 21:17:22 +0200 - Duration: 600005 seconds 
+Real workload: 1.2377480180205492E11 - Integer reached: 249527 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 73.6 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2550500 mAh 
+Cc_info at the end: 2550500 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,2,0,0,3,0,3,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 2.79222e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.65116e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 0200-3030 0,2,0,0,3,0,3,0                         [0- 1248000- 0- 0- 2314000- 0- 2314000- 0]                     time (s): 602.1597049236298 
+Ins Current (mA):239.2871811088421 
+Samples: 3000000 
+Consumed Energy (mAs): 165974.2055567186 
+Consumed Energy (mAh): 46.10394598797739 
+Consumed Energy (mWs): 820224.2268813986 
+Consumed Energy (mWh): 227.8400630226107 
+Avg power (mW): 1362.815549981708 
+Avg Current (mA): 275.59235739147385 
+Avg Voltage (V): 4.945041157457983 
+ Thread : 0 - ThreadProcess id: 23694
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:07:21 +0200 
+Core id: 1 
+Ending time: Thu, 27 Oct 2022 21:17:22 +0200 - Duration: 600020 seconds 
+Real workload: 3.1388136315466103E10 - Integer reached: 129270 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 73.6 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2550500 mAh 
+Cc_info at the end: 2550500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 23695
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:07:22 +0200 
+Core id: 4 
+Ending time: Thu, 27 Oct 2022 21:17:22 +0200 - Duration: 600004 seconds 
+Real workload: 1.2405922630365372E11 - Integer reached: 249802 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 73.6 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2550500 mAh 
+Cc_info at the end: 2550500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 23696
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:07:21 +0200 
+Core id: 6 
+Ending time: Thu, 27 Oct 2022 21:17:22 +0200 - Duration: 600005 seconds 
+Real workload: 1.2377480180205492E11 - Integer reached: 249527 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 73.6 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2550500 mAh 
+Cc_info at the end: 2550500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 46.10394598797739                     2.79222e+11 1.65116e-10  2550500 2550500 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 0200-3030 
+phone format: 0,2,0,0,3,0,3,0 
+Exact values of frequencies: [0- 1248000- 0- 0- 2314000- 0- 2314000- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.1597049236298 
+Ins Current (mA):239.2871811088421 
+Samples: 3000000 
+Consumed Energy (mAs): 165974.2055567186 
+Consumed Energy (mAh): 46.10394598797739 
+Consumed Energy (mWs): 820224.2268813986 
+Consumed Energy (mWh): 227.8400630226107 
+Avg power (mW): 1362.815549981708 
+Avg Current (mA): 275.59235739147385 
+Avg Voltage (V): 4.945041157457983 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 23694
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:07:21 +0200 
+Core id: 1 
+Ending time: Thu, 27 Oct 2022 21:17:22 +0200 - Duration: 600020 seconds 
+Real workload: 3.1388136315466103E10 - Integer reached: 129270 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 73.6 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2550500 mAh 
+Cc_info at the end: 2550500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 23695
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:07:22 +0200 
+Core id: 4 
+Ending time: Thu, 27 Oct 2022 21:17:22 +0200 - Duration: 600004 seconds 
+Real workload: 1.2405922630365372E11 - Integer reached: 249802 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 73.6 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2550500 mAh 
+Cc_info at the end: 2550500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 23696
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:07:21 +0200 
+Core id: 6 
+Ending time: Thu, 27 Oct 2022 21:17:22 +0200 - Duration: 600005 seconds 
+Real workload: 1.2377480180205492E11 - Integer reached: 249527 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 73.6 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2550500 mAh 
+Cc_info at the end: 2550500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 46.10394598797739 
+Workload: 2.79222e+11 
+Energy efficiency: 1.65116e-10 
+Starting cc information: 2550500 
+Ending cc information: 2550500 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__27Oct22_21_01_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__27Oct22_21_01_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__27Oct22_21_01_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__27Oct22_21_01_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__27Oct22_21_01_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__27Oct22_21_01_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 = 46.10394598797739
+--- Experiment result, Avg Power = 1362.815549981708
+--- Experiment result, Total Workload = 2.79222e+11
+--- Experiment result, Energy Efficiency = 1.65116e-10
+--- Adding result to summary file
+--- Starting cc information : 2550500 
+--- Ending cc information : 2550500
+--- 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 0200-3030.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 27Oct22_21_16_58
+--- Performing experiments on configuration 2022-0001
+--- 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  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  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  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  1
+--- Exact frequency of core  7:  741000
+--- Modifying the governor of core 7 
+--- Modifying the the current frequency of core 7 with frequency 741000
+--- 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: 25955 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  2
+--- frequency level of core 1 is  0
+--- frequency level of core 2 is  2
+--- frequency level of core 3 is  2
+--- frequency level of core 4 is  0
+--- frequency level of core 5 is  0
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  1
+--- 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 : 3 
+--- The current number of thread ready to be sambled  : 3, 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 : 2548500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
  --- Starting power meter sampling for about 600 seconds 
 --- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1431.0911124312947
+powermeter script : average_power with numpy  arrays =  1431.0911124311917
+powermeter script : Summary Result = time (s): 603.3544936180115
+Ins Current (mA):272.6355538622726
+Samples: 3000000
+Consumed Energy (mAs): 173334.61522002344
+Consumed Energy (mAh): 48.14850422778429
+Consumed Energy (mWs): 855117.1113849825
+Consumed Energy (mWh): 237.53253094027292
+Avg power (mW): 1431.0911124312947
+Avg Current (mA): 290.04507168996054
+Avg Voltage (V): 4.934030094333196
+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  2
+--- frequency level of core 1 is  0
+--- frequency level of core 2 is  2
+--- frequency level of core 3 is  2
+--- frequency level of core 4 is  0
+--- frequency level of core 5 is  0
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  1
+--- 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 : 2548500 , 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.0 MB/s (1867 bytes in 0.043s)
+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 = [1248000- 0- 1248000- 1248000- 0- 0- 0- 741000]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 603.3544936180115 
+Ins Current (mA):272.6355538622726 
+Samples: 3000000 
+Consumed Energy (mAs): 173334.61522002344 
+Consumed Energy (mAh): 48.14850422778429 
+Consumed Energy (mWs): 855117.1113849825 
+Consumed Energy (mWh): 237.53253094027292 
+Avg power (mW): 1431.0911124312947 
+Avg Current (mA): 290.04507168996054 
+Avg Voltage (V): 4.934030094333196 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 48.14850422778429
+--- Starting cc_info = 2548500
+--- Ending cc_info = 2548500
+--- Getting the average power
+--- Avg Power = 1431.0911124312947
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 26020
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:23:47 +0200 
+Core id: 0 
+Ending time: Thu, 27 Oct 2022 21:33:47 +0200 - Duration: 600015 seconds 
+Real workload: 9.12884800149857E10 - Integer reached: 247528 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2548500 mAh 
+Cc_info at the end: 2548500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 26021
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:23:47 +0200 
+Core id: 2 
+Ending time: Thu, 27 Oct 2022 21:33:47 +0200 - Duration: 600012 seconds 
+Real workload: 9.00638783351412E10 - Integer reached: 245929 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2548500 mAh 
+Cc_info at the end: 2548500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 26022
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:23:47 +0200 
+Core id: 3 
+Ending time: Thu, 27 Oct 2022 21:33:47 +0200 - Duration: 600018 seconds 
+Real workload: 9.136381272662126E10 - Integer reached: 247626 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2548500 mAh 
+Cc_info at the end: 2548500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 26023
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:23:48 +0200 
+Core id: 7 
+Ending time: Thu, 27 Oct 2022 21:33:48 +0200 - Duration: 600017 seconds 
+Real workload: 1.2618046263887167E11 - Integer reached: 289135 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2548500 mAh 
+Cc_info at the end: 2548500 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 2,0,2,2,0,0,0,1 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 3.98897e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.20704e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 2022-0001 2,0,2,2,0,0,0,1                         [1248000- 0- 1248000- 1248000- 0- 0- 0- 741000]                     time (s): 603.3544936180115 
+Ins Current (mA):272.6355538622726 
+Samples: 3000000 
+Consumed Energy (mAs): 173334.61522002344 
+Consumed Energy (mAh): 48.14850422778429 
+Consumed Energy (mWs): 855117.1113849825 
+Consumed Energy (mWh): 237.53253094027292 
+Avg power (mW): 1431.0911124312947 
+Avg Current (mA): 290.04507168996054 
+Avg Voltage (V): 4.934030094333196 
+ Thread : 0 - ThreadProcess id: 26020
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:23:47 +0200 
+Core id: 0 
+Ending time: Thu, 27 Oct 2022 21:33:47 +0200 - Duration: 600015 seconds 
+Real workload: 9.12884800149857E10 - Integer reached: 247528 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2548500 mAh 
+Cc_info at the end: 2548500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 26021
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:23:47 +0200 
+Core id: 2 
+Ending time: Thu, 27 Oct 2022 21:33:47 +0200 - Duration: 600012 seconds 
+Real workload: 9.00638783351412E10 - Integer reached: 245929 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2548500 mAh 
+Cc_info at the end: 2548500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 26022
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:23:47 +0200 
+Core id: 3 
+Ending time: Thu, 27 Oct 2022 21:33:47 +0200 - Duration: 600018 seconds 
+Real workload: 9.136381272662126E10 - Integer reached: 247626 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2548500 mAh 
+Cc_info at the end: 2548500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 26023
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:23:48 +0200 
+Core id: 7 
+Ending time: Thu, 27 Oct 2022 21:33:48 +0200 - Duration: 600017 seconds 
+Real workload: 1.2618046263887167E11 - Integer reached: 289135 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2548500 mAh 
+Cc_info at the end: 2548500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 48.14850422778429                     3.98897e+11 1.20704e-10  2548500 2548500 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 2022-0001 
+phone format: 2,0,2,2,0,0,0,1 
+Exact values of frequencies: [1248000- 0- 1248000- 1248000- 0- 0- 0- 741000] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 603.3544936180115 
+Ins Current (mA):272.6355538622726 
+Samples: 3000000 
+Consumed Energy (mAs): 173334.61522002344 
+Consumed Energy (mAh): 48.14850422778429 
+Consumed Energy (mWs): 855117.1113849825 
+Consumed Energy (mWh): 237.53253094027292 
+Avg power (mW): 1431.0911124312947 
+Avg Current (mA): 290.04507168996054 
+Avg Voltage (V): 4.934030094333196 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 26020
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:23:47 +0200 
+Core id: 0 
+Ending time: Thu, 27 Oct 2022 21:33:47 +0200 - Duration: 600015 seconds 
+Real workload: 9.12884800149857E10 - Integer reached: 247528 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2548500 mAh 
+Cc_info at the end: 2548500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 26021
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:23:47 +0200 
+Core id: 2 
+Ending time: Thu, 27 Oct 2022 21:33:47 +0200 - Duration: 600012 seconds 
+Real workload: 9.00638783351412E10 - Integer reached: 245929 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2548500 mAh 
+Cc_info at the end: 2548500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 26022
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:23:47 +0200 
+Core id: 3 
+Ending time: Thu, 27 Oct 2022 21:33:47 +0200 - Duration: 600018 seconds 
+Real workload: 9.136381272662126E10 - Integer reached: 247626 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2548500 mAh 
+Cc_info at the end: 2548500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 26023
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:23:48 +0200 
+Core id: 7 
+Ending time: Thu, 27 Oct 2022 21:33:48 +0200 - Duration: 600017 seconds 
+Real workload: 1.2618046263887167E11 - Integer reached: 289135 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2548500 mAh 
+Cc_info at the end: 2548500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 48.14850422778429 
+Workload: 3.98897e+11 
+Energy efficiency: 1.20704e-10 
+Starting cc information: 2548500 
+Ending cc information: 2548500 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__27Oct22_21_20_00/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__27Oct22_21_20_00/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__27Oct22_21_20_00/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__27Oct22_21_20_00/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__27Oct22_21_20_00/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__27Oct22_21_20_00/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__27Oct22_21_20_00/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__27Oct22_21_20_00/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__27Oct22_21_20_00/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__27Oct22_21_20_00/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__27Oct22_21_20_00/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__27Oct22_21_20_00/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__27Oct22_21_20_00/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__27Oct22_21_20_00/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__27Oct22_21_20_00'
+--- 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 = 48.14850422778429
+--- Experiment result, Avg Power = 1431.0911124312947
+--- Experiment result, Total Workload = 3.98897e+11
+--- Experiment result, Energy Efficiency = 1.20704e-10
+--- Adding result to summary file
+--- Starting cc information : 2548500 
+--- Ending cc information : 2548500
+--- 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 2022-0001.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 27Oct22_21_33_27
+--- Performing experiments on configuration 2220-1011
+--- 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  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  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  1
+--- Exact frequency of core  7:  741000
+--- Modifying the governor of core 7 
+--- Modifying the the current frequency of core 7 with frequency 741000
+--- 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: 28381 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  2
+--- frequency level of core 1 is  2
+--- frequency level of core 2 is  2
+--- frequency level of core 3 is  0
+--- 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  1
+--- 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 : 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 : 4 
+--- The current number of thread ready to be sambled  : 4, 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 : 2547000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1754.71575733715
+powermeter script : average_power with numpy  arrays =  1754.7157573370105
+powermeter script : Summary Result = time (s): 602.8017642498016
+Ins Current (mA):345.7696252495543
+Samples: 3000000
+Consumed Energy (mAs): 214925.4544685177
+Consumed Energy (mAh): 59.70151513014381
+Consumed Energy (mWs): 1049136.648471211
+Consumed Energy (mWh): 291.42684679755865
+Avg power (mW): 1754.71575733715
+Avg Current (mA): 359.4056293684805
+Avg Voltage (V): 4.882271211000227
+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  2
+--- frequency level of core 1 is  2
+--- frequency level of core 2 is  2
+--- frequency level of core 3 is  0
+--- 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  1
+--- 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 : 2547000 , 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 (2805 bytes in 0.062s)
+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 = [1248000- 1248000- 1248000- 0- 741000- 0- 741000- 741000]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.8017642498016 
+Ins Current (mA):345.7696252495543 
+Samples: 3000000 
+Consumed Energy (mAs): 214925.4544685177 
+Consumed Energy (mAh): 59.70151513014381 
+Consumed Energy (mWs): 1049136.648471211 
+Consumed Energy (mWh): 291.42684679755865 
+Avg power (mW): 1754.71575733715 
+Avg Current (mA): 359.4056293684805 
+Avg Voltage (V): 4.882271211000227 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 59.70151513014381
+--- Starting cc_info = 2547000
+--- Ending cc_info = 2547000
+--- Getting the average power
+--- Avg Power = 1754.71575733715
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 28466
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:40:17 +0200 
+Core id: 0 
+Ending time: Thu, 27 Oct 2022 21:50:17 +0200 - Duration: 600001 seconds 
+Real workload: 7.666799580306297E10 - Integer reached: 276540 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2547000 mAh 
+Cc_info at the end: 2547000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 28467
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:40:17 +0200 
+Core id: 1 
+Ending time: Thu, 27 Oct 2022 21:50:17 +0200 - Duration: 600014 seconds 
+Real workload: 7.525469156727237E10 - Integer reached: 274081 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2547000 mAh 
+Cc_info at the end: 2547000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 28468
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:40:17 +0200 
+Core id: 2 
+Ending time: Thu, 27 Oct 2022 21:50:17 +0200 - Duration: 600031 seconds 
+Real workload: 7.673847004928273E10 - Integer reached: 276662 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2547000 mAh 
+Cc_info at the end: 2547000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 28469
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:40:19 +0200 
+Core id: 4 
+Ending time: Thu, 27 Oct 2022 21:50:19 +0200 - Duration: 600001 seconds 
+Real workload: 1.2719816054401953E11 - Integer reached: 352653 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2547000 mAh 
+Cc_info at the end: 2547000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 28471
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:40:17 +0200 
+Core id: 6 
+Ending time: Thu, 27 Oct 2022 21:50:17 +0200 - Duration: 600008 seconds 
+Real workload: 1.2607534943514702E11 - Integer reached: 351154 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2547000 mAh 
+Cc_info at the end: 2547000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 5 - ThreadProcess id: 28473
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:40:19 +0200 
+Core id: 7 
+Ending time: Thu, 27 Oct 2022 21:50:19 +0200 - Duration: 600001 seconds 
+Real workload: 1.2442269542954834E11 - Integer reached: 348935 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2547000 mAh 
+Cc_info at the end: 2547000 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 2,2,2,0,1,0,1,1 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 6.06357e+11
+--- Getting energy efficiency
+--- Energy efficiency: 9.84593e-11
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 2220-1011 2,2,2,0,1,0,1,1                         [1248000- 1248000- 1248000- 0- 741000- 0- 741000- 741000]                     time (s): 602.8017642498016 
+Ins Current (mA):345.7696252495543 
+Samples: 3000000 
+Consumed Energy (mAs): 214925.4544685177 
+Consumed Energy (mAh): 59.70151513014381 
+Consumed Energy (mWs): 1049136.648471211 
+Consumed Energy (mWh): 291.42684679755865 
+Avg power (mW): 1754.71575733715 
+Avg Current (mA): 359.4056293684805 
+Avg Voltage (V): 4.882271211000227 
+ Thread : 0 - ThreadProcess id: 28466
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:40:17 +0200 
+Core id: 0 
+Ending time: Thu, 27 Oct 2022 21:50:17 +0200 - Duration: 600001 seconds 
+Real workload: 7.666799580306297E10 - Integer reached: 276540 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2547000 mAh 
+Cc_info at the end: 2547000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 28467
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:40:17 +0200 
+Core id: 1 
+Ending time: Thu, 27 Oct 2022 21:50:17 +0200 - Duration: 600014 seconds 
+Real workload: 7.525469156727237E10 - Integer reached: 274081 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2547000 mAh 
+Cc_info at the end: 2547000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 28468
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:40:17 +0200 
+Core id: 2 
+Ending time: Thu, 27 Oct 2022 21:50:17 +0200 - Duration: 600031 seconds 
+Real workload: 7.673847004928273E10 - Integer reached: 276662 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2547000 mAh 
+Cc_info at the end: 2547000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 28469
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:40:19 +0200 
+Core id: 4 
+Ending time: Thu, 27 Oct 2022 21:50:19 +0200 - Duration: 600001 seconds 
+Real workload: 1.2719816054401953E11 - Integer reached: 352653 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2547000 mAh 
+Cc_info at the end: 2547000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 28471
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:40:17 +0200 
+Core id: 6 
+Ending time: Thu, 27 Oct 2022 21:50:17 +0200 - Duration: 600008 seconds 
+Real workload: 1.2607534943514702E11 - Integer reached: 351154 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2547000 mAh 
+Cc_info at the end: 2547000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 5 - ThreadProcess id: 28473
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:40:19 +0200 
+Core id: 7 
+Ending time: Thu, 27 Oct 2022 21:50:19 +0200 - Duration: 600001 seconds 
+Real workload: 1.2442269542954834E11 - Integer reached: 348935 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2547000 mAh 
+Cc_info at the end: 2547000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 59.70151513014381                     6.06357e+11 9.84593e-11  2547000 2547000 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 2220-1011 
+phone format: 2,2,2,0,1,0,1,1 
+Exact values of frequencies: [1248000- 1248000- 1248000- 0- 741000- 0- 741000- 741000] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.8017642498016 
+Ins Current (mA):345.7696252495543 
+Samples: 3000000 
+Consumed Energy (mAs): 214925.4544685177 
+Consumed Energy (mAh): 59.70151513014381 
+Consumed Energy (mWs): 1049136.648471211 
+Consumed Energy (mWh): 291.42684679755865 
+Avg power (mW): 1754.71575733715 
+Avg Current (mA): 359.4056293684805 
+Avg Voltage (V): 4.882271211000227 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 28466
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:40:17 +0200 
+Core id: 0 
+Ending time: Thu, 27 Oct 2022 21:50:17 +0200 - Duration: 600001 seconds 
+Real workload: 7.666799580306297E10 - Integer reached: 276540 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2547000 mAh 
+Cc_info at the end: 2547000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 28467
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:40:17 +0200 
+Core id: 1 
+Ending time: Thu, 27 Oct 2022 21:50:17 +0200 - Duration: 600014 seconds 
+Real workload: 7.525469156727237E10 - Integer reached: 274081 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2547000 mAh 
+Cc_info at the end: 2547000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 28468
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:40:17 +0200 
+Core id: 2 
+Ending time: Thu, 27 Oct 2022 21:50:17 +0200 - Duration: 600031 seconds 
+Real workload: 7.673847004928273E10 - Integer reached: 276662 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2547000 mAh 
+Cc_info at the end: 2547000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 28469
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:40:19 +0200 
+Core id: 4 
+Ending time: Thu, 27 Oct 2022 21:50:19 +0200 - Duration: 600001 seconds 
+Real workload: 1.2719816054401953E11 - Integer reached: 352653 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2547000 mAh 
+Cc_info at the end: 2547000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 28471
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:40:17 +0200 
+Core id: 6 
+Ending time: Thu, 27 Oct 2022 21:50:17 +0200 - Duration: 600008 seconds 
+Real workload: 1.2607534943514702E11 - Integer reached: 351154 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2547000 mAh 
+Cc_info at the end: 2547000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 5 - ThreadProcess id: 28473
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:40:19 +0200 
+Core id: 7 
+Ending time: Thu, 27 Oct 2022 21:50:19 +0200 - Duration: 600001 seconds 
+Real workload: 1.2442269542954834E11 - Integer reached: 348935 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2547000 mAh 
+Cc_info at the end: 2547000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 59.70151513014381 
+Workload: 6.06357e+11 
+Energy efficiency: 9.84593e-11 
+Starting cc information: 2547000 
+Ending cc information: 2547000 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__27Oct22_21_36_29/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__27Oct22_21_36_29/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__27Oct22_21_36_29/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__27Oct22_21_36_29/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__27Oct22_21_36_29/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__27Oct22_21_36_29/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__27Oct22_21_36_29/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__27Oct22_21_36_29/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__27Oct22_21_36_29/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__27Oct22_21_36_29/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__27Oct22_21_36_29/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__27Oct22_21_36_29/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__27Oct22_21_36_29/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__27Oct22_21_36_29/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__27Oct22_21_36_29/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__27Oct22_21_36_29/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__27Oct22_21_36_29'
+--- 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 = 59.70151513014381
+--- Experiment result, Avg Power = 1754.71575733715
+--- Experiment result, Total Workload = 6.06357e+11
+--- Experiment result, Energy Efficiency = 9.84593e-11
+--- Adding result to summary file
+--- Starting cc information : 2547000 
+--- Ending cc information : 2547000
+--- 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 2220-1011.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 27Oct22_21_49_58
+--- Performing experiments on configuration 0003-0200
+--- 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  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  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  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: 30802 
+---- 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  0
+--- frequency level of core 3 is  3
+--- frequency level of core 4 is  0
+--- frequency level of core 5 is  2
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  0
+--- Number of cores to occupy = 2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 2 
+--- 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
+--- Printing cc_info beginning datas (for the samsung galaxy s8)
+--- Current cc_info level : 2546000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1493.8305317604538
+powermeter script : average_power with numpy  arrays =  1493.8305317603338
+powermeter script : Summary Result = time (s): 606.7332832813263
+Ins Current (mA):283.9747056806492
+Samples: 3000000
+Consumed Energy (mAs): 181799.0035398011
+Consumed Energy (mAh): 50.49972320550031
+Consumed Energy (mWs): 894886.0926230105
+Consumed Energy (mWh): 248.57947017305847
+Avg power (mW): 1493.8305317604538
+Avg Current (mA): 303.38347851801143
+Avg Voltage (V): 4.923902049833499
+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  0
+--- frequency level of core 3 is  3
+--- frequency level of core 4 is  0
+--- frequency level of core 5 is  2
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  0
+--- Number of threads normally started = 2
+--- Number of thread ended: 2 
+--- Now threads are stopped, getting the cc_info_level for samsung 
+--- Current cc_info level : 2546000 , 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/: 4 files pulled, 0 skipped. 0.0 MB/s (936 bytes in 0.026s)
+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- 0- 1690000- 0- 1469000- 0- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 606.7332832813263 
+Ins Current (mA):283.9747056806492 
+Samples: 3000000 
+Consumed Energy (mAs): 181799.0035398011 
+Consumed Energy (mAh): 50.49972320550031 
+Consumed Energy (mWs): 894886.0926230105 
+Consumed Energy (mWh): 248.57947017305847 
+Avg power (mW): 1493.8305317604538 
+Avg Current (mA): 303.38347851801143 
+Avg Voltage (V): 4.923902049833499 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 50.49972320550031
+--- Starting cc_info = 2546000
+--- Ending cc_info = 2546000
+--- Getting the average power
+--- Avg Power = 1493.8305317604538
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 30911
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:56:43 +0200 
+Core id: 3 
+Ending time: Thu, 27 Oct 2022 22:06:43 +0200 - Duration: 600008 seconds 
+Real workload: 1.2210701894110744E11 - Integer reached: 204088 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 82.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2546000 mAh 
+Cc_info at the end: 2546000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 30912
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:56:43 +0200 
+Core id: 5 
+Ending time: Thu, 27 Oct 2022 22:06:43 +0200 - Duration: 600012 seconds 
+Real workload: 1.2089620703725682E11 - Integer reached: 203115 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 82.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2546000 mAh 
+Cc_info at the end: 2546000 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,0,3,0,2,0,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 2.43003e+11
+--- Getting energy efficiency
+--- Energy efficiency: 2.07815e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 0003-0200 0,0,0,3,0,2,0,0                         [0- 0- 0- 1690000- 0- 1469000- 0- 0]                     time (s): 606.7332832813263 
+Ins Current (mA):283.9747056806492 
+Samples: 3000000 
+Consumed Energy (mAs): 181799.0035398011 
+Consumed Energy (mAh): 50.49972320550031 
+Consumed Energy (mWs): 894886.0926230105 
+Consumed Energy (mWh): 248.57947017305847 
+Avg power (mW): 1493.8305317604538 
+Avg Current (mA): 303.38347851801143 
+Avg Voltage (V): 4.923902049833499 
+ Thread : 0 - ThreadProcess id: 30911
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:56:43 +0200 
+Core id: 3 
+Ending time: Thu, 27 Oct 2022 22:06:43 +0200 - Duration: 600008 seconds 
+Real workload: 1.2210701894110744E11 - Integer reached: 204088 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 82.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2546000 mAh 
+Cc_info at the end: 2546000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 30912
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:56:43 +0200 
+Core id: 5 
+Ending time: Thu, 27 Oct 2022 22:06:43 +0200 - Duration: 600012 seconds 
+Real workload: 1.2089620703725682E11 - Integer reached: 203115 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 82.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2546000 mAh 
+Cc_info at the end: 2546000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 50.49972320550031                     2.43003e+11 2.07815e-10  2546000 2546000 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 0003-0200 
+phone format: 0,0,0,3,0,2,0,0 
+Exact values of frequencies: [0- 0- 0- 1690000- 0- 1469000- 0- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 606.7332832813263 
+Ins Current (mA):283.9747056806492 
+Samples: 3000000 
+Consumed Energy (mAs): 181799.0035398011 
+Consumed Energy (mAh): 50.49972320550031 
+Consumed Energy (mWs): 894886.0926230105 
+Consumed Energy (mWh): 248.57947017305847 
+Avg power (mW): 1493.8305317604538 
+Avg Current (mA): 303.38347851801143 
+Avg Voltage (V): 4.923902049833499 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 30911
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:56:43 +0200 
+Core id: 3 
+Ending time: Thu, 27 Oct 2022 22:06:43 +0200 - Duration: 600008 seconds 
+Real workload: 1.2210701894110744E11 - Integer reached: 204088 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 82.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2546000 mAh 
+Cc_info at the end: 2546000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 30912
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 21:56:43 +0200 
+Core id: 5 
+Ending time: Thu, 27 Oct 2022 22:06:43 +0200 - Duration: 600012 seconds 
+Real workload: 1.2089620703725682E11 - Integer reached: 203115 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 82.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2546000 mAh 
+Cc_info at the end: 2546000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 50.49972320550031 
+Workload: 2.43003e+11 
+Energy efficiency: 2.07815e-10 
+Starting cc information: 2546000 
+Ending cc information: 2546000 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__27Oct22_21_53_00/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__27Oct22_21_53_00/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__27Oct22_21_53_00/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__27Oct22_21_53_00/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__27Oct22_21_53_00/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__27Oct22_21_53_00/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__27Oct22_21_53_00/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__27Oct22_21_53_00/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__27Oct22_21_53_00/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__27Oct22_21_53_00/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__27Oct22_21_53_00/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__27Oct22_21_53_00/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__27Oct22_21_53_00/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__27Oct22_21_53_00/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__27Oct22_21_53_00/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__27Oct22_21_53_00/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__27Oct22_21_53_00/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__27Oct22_21_53_00/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__27Oct22_21_53_00/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__27Oct22_21_53_00/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__27Oct22_21_53_00'
+--- 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 = 50.49972320550031
+--- Experiment result, Avg Power = 1493.8305317604538
+--- Experiment result, Total Workload = 2.43003e+11
+--- Experiment result, Energy Efficiency = 2.07815e-10
+--- Adding result to summary file
+--- Starting cc information : 2546000 
+--- Ending cc information : 2546000
+--- 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 0003-0200.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 27Oct22_22_06_22
+--- Performing experiments on configuration 0000-0300
+--- 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  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  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  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  3
+--- Exact frequency of core  5:  2314000
+--- Modifying the governor of core 5 
+--- Modifying the the current frequency of core 5 with frequency 2314000
+--- 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: 624 
+---- 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  0
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  0
+--- frequency level of core 5 is  3
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  0
+--- Number of cores to occupy = 1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 1 
+--- Now threads are running and the phone is ready to be sampled with the power meter \n--- Threads pids 
+Thread_0_ready_for_sampling
+--- Printing cc_info beginning datas (for the samsung galaxy s8)
+--- Current cc_info level : 2545000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1171.1142874148386
+powermeter script : average_power with numpy  arrays =  1171.114287414828
+powermeter script : Summary Result = time (s): 603.5275406837463
+Ins Current (mA):227.15062120675267
+Samples: 3000000
+Consumed Energy (mAs): 141643.85641927077
+Consumed Energy (mAh): 39.34551567201966
+Consumed Energy (mWs): 704240.4804133163
+Consumed Energy (mWh): 195.62235567036564
+Avg power (mW): 1171.1142874148386
+Avg Current (mA): 235.44269558299504
+Avg Voltage (V): 4.974094798375316
+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  0
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  0
+--- frequency level of core 5 is  3
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  0
+--- Number of threads normally started = 1
+--- Number of thread ended: 1 
+--- Now threads are stopped, getting the cc_info_level for samsung 
+--- Current cc_info level : 2545000 , 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/: 2 files pulled, 0 skipped. 0.0 MB/s (463 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- 0- 0- 0- 0- 2314000- 0- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 603.5275406837463 
+Ins Current (mA):227.15062120675267 
+Samples: 3000000 
+Consumed Energy (mAs): 141643.85641927077 
+Consumed Energy (mAh): 39.34551567201966 
+Consumed Energy (mWs): 704240.4804133163 
+Consumed Energy (mWh): 195.62235567036564 
+Avg power (mW): 1171.1142874148386 
+Avg Current (mA): 235.44269558299504 
+Avg Voltage (V): 4.974094798375316 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 39.34551567201966
+--- Starting cc_info = 2545000
+--- Ending cc_info = 2545000
+--- Getting the average power
+--- Avg Power = 1171.1142874148386
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 702
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:14:00 +0200 
+Core id: 5 
+Ending time: Thu, 27 Oct 2022 22:24:00 +0200 - Duration: 600009 seconds 
+Real workload: 1.179976963411447E11 - Integer reached: 144020 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2545000 mAh 
+Cc_info at the end: 2545000 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,0,0,0,3,0,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 1.17998e+11
+--- Getting energy efficiency
+--- Energy efficiency: 3.33442e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 0000-0300 0,0,0,0,0,3,0,0                         [0- 0- 0- 0- 0- 2314000- 0- 0]                     time (s): 603.5275406837463 
+Ins Current (mA):227.15062120675267 
+Samples: 3000000 
+Consumed Energy (mAs): 141643.85641927077 
+Consumed Energy (mAh): 39.34551567201966 
+Consumed Energy (mWs): 704240.4804133163 
+Consumed Energy (mWh): 195.62235567036564 
+Avg power (mW): 1171.1142874148386 
+Avg Current (mA): 235.44269558299504 
+Avg Voltage (V): 4.974094798375316 
+ Thread : 0 - ThreadProcess id: 702
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:14:00 +0200 
+Core id: 5 
+Ending time: Thu, 27 Oct 2022 22:24:00 +0200 - Duration: 600009 seconds 
+Real workload: 1.179976963411447E11 - Integer reached: 144020 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2545000 mAh 
+Cc_info at the end: 2545000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 39.34551567201966                     1.17998e+11 3.33442e-10  2545000 2545000 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 0000-0300 
+phone format: 0,0,0,0,0,3,0,0 
+Exact values of frequencies: [0- 0- 0- 0- 0- 2314000- 0- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 603.5275406837463 
+Ins Current (mA):227.15062120675267 
+Samples: 3000000 
+Consumed Energy (mAs): 141643.85641927077 
+Consumed Energy (mAh): 39.34551567201966 
+Consumed Energy (mWs): 704240.4804133163 
+Consumed Energy (mWh): 195.62235567036564 
+Avg power (mW): 1171.1142874148386 
+Avg Current (mA): 235.44269558299504 
+Avg Voltage (V): 4.974094798375316 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 702
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:14:00 +0200 
+Core id: 5 
+Ending time: Thu, 27 Oct 2022 22:24:00 +0200 - Duration: 600009 seconds 
+Real workload: 1.179976963411447E11 - Integer reached: 144020 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2545000 mAh 
+Cc_info at the end: 2545000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 39.34551567201966 
+Workload: 1.17998e+11 
+Energy efficiency: 3.33442e-10 
+Starting cc information: 2545000 
+Ending cc information: 2545000 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__27Oct22_22_09_24/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__27Oct22_22_09_24/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__27Oct22_22_09_24/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__27Oct22_22_09_24/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__27Oct22_22_09_24/app_output_folder/Thread_1_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__27Oct22_22_09_24/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__27Oct22_22_09_24/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__27Oct22_22_09_24/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__27Oct22_22_09_24/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__27Oct22_22_09_24/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__27Oct22_22_09_24/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__27Oct22_22_09_24/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__27Oct22_22_09_24'
+--- 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 = 39.34551567201966
+--- Experiment result, Avg Power = 1171.1142874148386
+--- Experiment result, Total Workload = 1.17998e+11
+--- Experiment result, Energy Efficiency = 3.33442e-10
+--- Adding result to summary file
+--- Starting cc information : 2545000 
+--- Ending cc information : 2545000
+--- 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 0000-0300.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 27Oct22_22_23_38
+--- Performing experiments on configuration 1111-0200
+--- 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  1
+--- Exact frequency of core  0:  598000
+--- Modifying the governor of core 0 
+--- Modifying the the current frequency of core 0 with frequency 598000
+--- Frequency level of core 1 is  1
+--- Exact frequency of core  1:  598000
+--- Modifying the governor of core 1 
+--- Modifying the the current frequency of core 1 with frequency 598000
+--- Frequency level of core 2 is  1
+--- Exact frequency of core  2:  598000
+--- Modifying the governor of core 2 
+--- Modifying the the current frequency of core 2 with frequency 598000
+--- Frequency level of core 3 is  1
+--- Exact frequency of core  3:  598000
+--- Modifying the governor of core 3 
+--- Modifying the the current frequency of core 3 with frequency 598000
+--- 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  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: 2931 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  1
+--- frequency level of core 1 is  1
+--- frequency level of core 2 is  1
+--- frequency level of core 3 is  1
+--- frequency level of core 4 is  0
+--- frequency level of core 5 is  2
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  0
+--- 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
+--- 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 : 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 : 4 
+--- The current number of thread ready to be sambled  : 4, 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 : 2543500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1263.7248945001115
+powermeter script : average_power with numpy  arrays =  1263.7248945002411
+powermeter script : Summary Result = time (s): 603.5427515506744
+Ins Current (mA):250.3539821997348
+Samples: 3000000
+Consumed Energy (mAs): 152300.60393891277
+Consumed Energy (mAh): 42.305723316364656
+Consumed Energy (mWs): 755266.4293787151
+Consumed Energy (mWh): 209.79623038297643
+Avg power (mW): 1263.7248945001115
+Avg Current (mA): 254.78603243084575
+Avg Voltage (V): 4.9599457334581825
+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  1
+--- frequency level of core 1 is  1
+--- frequency level of core 2 is  1
+--- frequency level of core 3 is  1
+--- frequency level of core 4 is  0
+--- frequency level of core 5 is  2
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  0
+--- 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 : 2543500 , 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 (2328 bytes in 0.061s)
+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 = [598000- 598000- 598000- 598000- 0- 1469000- 0- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 603.5427515506744 
+Ins Current (mA):250.3539821997348 
+Samples: 3000000 
+Consumed Energy (mAs): 152300.60393891277 
+Consumed Energy (mAh): 42.305723316364656 
+Consumed Energy (mWs): 755266.4293787151 
+Consumed Energy (mWh): 209.79623038297643 
+Avg power (mW): 1263.7248945001115 
+Avg Current (mA): 254.78603243084575 
+Avg Voltage (V): 4.9599457334581825 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 42.305723316364656
+--- Starting cc_info = 2543500
+--- Ending cc_info = 2543500
+--- Getting the average power
+--- Avg Power = 1263.7248945001115
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 3035
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:31:01 +0200 
+Core id: 0 
+Ending time: Thu, 27 Oct 2022 22:41:01 +0200 - Duration: 600028 seconds 
+Real workload: 4.0417841263292244E10 - Integer reached: 186375 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2543500 mAh 
+Cc_info at the end: 2543500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 3036
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:31:01 +0200 
+Core id: 1 
+Ending time: Thu, 27 Oct 2022 22:41:02 +0200 - Duration: 600021 seconds 
+Real workload: 4.044770263872865E10 - Integer reached: 186441 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2543500 mAh 
+Cc_info at the end: 2543500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 3037
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:31:01 +0200 
+Core id: 2 
+Ending time: Thu, 27 Oct 2022 22:41:02 +0200 - Duration: 600004 seconds 
+Real workload: 4.0636182983359314E10 - Integer reached: 186857 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2543500 mAh 
+Cc_info at the end: 2543500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 3039
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:31:01 +0200 
+Core id: 3 
+Ending time: Thu, 27 Oct 2022 22:41:02 +0200 - Duration: 600017 seconds 
+Real workload: 4.207167498511106E10 - Integer reached: 189993 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2543500 mAh 
+Cc_info at the end: 2543500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 3040
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:31:02 +0200 
+Core id: 5 
+Ending time: Thu, 27 Oct 2022 22:41:04 +0200 - Duration: 600010 seconds 
+Real workload: 1.2672096951003485E11 - Integer reached: 322499 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2543500 mAh 
+Cc_info at the end: 2543500 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 1,1,1,1,0,2,0,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 2.90294e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.45734e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 1111-0200 1,1,1,1,0,2,0,0                         [598000- 598000- 598000- 598000- 0- 1469000- 0- 0]                     time (s): 603.5427515506744 
+Ins Current (mA):250.3539821997348 
+Samples: 3000000 
+Consumed Energy (mAs): 152300.60393891277 
+Consumed Energy (mAh): 42.305723316364656 
+Consumed Energy (mWs): 755266.4293787151 
+Consumed Energy (mWh): 209.79623038297643 
+Avg power (mW): 1263.7248945001115 
+Avg Current (mA): 254.78603243084575 
+Avg Voltage (V): 4.9599457334581825 
+ Thread : 0 - ThreadProcess id: 3035
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:31:01 +0200 
+Core id: 0 
+Ending time: Thu, 27 Oct 2022 22:41:01 +0200 - Duration: 600028 seconds 
+Real workload: 4.0417841263292244E10 - Integer reached: 186375 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2543500 mAh 
+Cc_info at the end: 2543500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 3036
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:31:01 +0200 
+Core id: 1 
+Ending time: Thu, 27 Oct 2022 22:41:02 +0200 - Duration: 600021 seconds 
+Real workload: 4.044770263872865E10 - Integer reached: 186441 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2543500 mAh 
+Cc_info at the end: 2543500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 3037
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:31:01 +0200 
+Core id: 2 
+Ending time: Thu, 27 Oct 2022 22:41:02 +0200 - Duration: 600004 seconds 
+Real workload: 4.0636182983359314E10 - Integer reached: 186857 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2543500 mAh 
+Cc_info at the end: 2543500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 3039
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:31:01 +0200 
+Core id: 3 
+Ending time: Thu, 27 Oct 2022 22:41:02 +0200 - Duration: 600017 seconds 
+Real workload: 4.207167498511106E10 - Integer reached: 189993 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2543500 mAh 
+Cc_info at the end: 2543500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 3040
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:31:02 +0200 
+Core id: 5 
+Ending time: Thu, 27 Oct 2022 22:41:04 +0200 - Duration: 600010 seconds 
+Real workload: 1.2672096951003485E11 - Integer reached: 322499 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2543500 mAh 
+Cc_info at the end: 2543500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 42.305723316364656                     2.90294e+11 1.45734e-10  2543500 2543500 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 1111-0200 
+phone format: 1,1,1,1,0,2,0,0 
+Exact values of frequencies: [598000- 598000- 598000- 598000- 0- 1469000- 0- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 603.5427515506744 
+Ins Current (mA):250.3539821997348 
+Samples: 3000000 
+Consumed Energy (mAs): 152300.60393891277 
+Consumed Energy (mAh): 42.305723316364656 
+Consumed Energy (mWs): 755266.4293787151 
+Consumed Energy (mWh): 209.79623038297643 
+Avg power (mW): 1263.7248945001115 
+Avg Current (mA): 254.78603243084575 
+Avg Voltage (V): 4.9599457334581825 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 3035
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:31:01 +0200 
+Core id: 0 
+Ending time: Thu, 27 Oct 2022 22:41:01 +0200 - Duration: 600028 seconds 
+Real workload: 4.0417841263292244E10 - Integer reached: 186375 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2543500 mAh 
+Cc_info at the end: 2543500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 3036
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:31:01 +0200 
+Core id: 1 
+Ending time: Thu, 27 Oct 2022 22:41:02 +0200 - Duration: 600021 seconds 
+Real workload: 4.044770263872865E10 - Integer reached: 186441 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2543500 mAh 
+Cc_info at the end: 2543500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 3037
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:31:01 +0200 
+Core id: 2 
+Ending time: Thu, 27 Oct 2022 22:41:02 +0200 - Duration: 600004 seconds 
+Real workload: 4.0636182983359314E10 - Integer reached: 186857 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2543500 mAh 
+Cc_info at the end: 2543500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 3039
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:31:01 +0200 
+Core id: 3 
+Ending time: Thu, 27 Oct 2022 22:41:02 +0200 - Duration: 600017 seconds 
+Real workload: 4.207167498511106E10 - Integer reached: 189993 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2543500 mAh 
+Cc_info at the end: 2543500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 3040
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:31:02 +0200 
+Core id: 5 
+Ending time: Thu, 27 Oct 2022 22:41:04 +0200 - Duration: 600010 seconds 
+Real workload: 1.2672096951003485E11 - Integer reached: 322499 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2543500 mAh 
+Cc_info at the end: 2543500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 42.305723316364656 
+Workload: 2.90294e+11 
+Energy efficiency: 1.45734e-10 
+Starting cc information: 2543500 
+Ending cc information: 2543500 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__27Oct22_22_26_41/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__27Oct22_22_26_41/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__27Oct22_22_26_41/app_output_folder/Thread_0_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__27Oct22_22_26_41/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__27Oct22_22_26_41/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__27Oct22_22_26_41/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__27Oct22_22_26_41/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__27Oct22_22_26_41/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__27Oct22_22_26_41/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__27Oct22_22_26_41/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__27Oct22_22_26_41'
+--- 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 = 42.305723316364656
+--- Experiment result, Avg Power = 1263.7248945001115
+--- Experiment result, Total Workload = 2.90294e+11
+--- Experiment result, Energy Efficiency = 1.45734e-10
+--- Adding result to summary file
+--- Starting cc information : 2543500 
+--- Ending cc information : 2543500
+--- 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 1111-0200.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 27Oct22_22_40_40
+--- Performing experiments on configuration 1110-1100
+--- 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  1
+--- Exact frequency of core  0:  598000
+--- Modifying the governor of core 0 
+--- Modifying the the current frequency of core 0 with frequency 598000
+--- Frequency level of core 1 is  1
+--- Exact frequency of core  1:  598000
+--- Modifying the governor of core 1 
+--- Modifying the the current frequency of core 1 with frequency 598000
+--- Frequency level of core 2 is  1
+--- Exact frequency of core  2:  598000
+--- Modifying the governor of core 2 
+--- Modifying the the current frequency of core 2 with frequency 598000
+--- 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  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  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: 6358 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  1
+--- frequency level of core 1 is  1
+--- frequency level of core 2 is  1
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  1
+--- 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 = 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 : 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 : 4 
+--- The current number of thread ready to be sambled  : 4, 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 : 2542000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1404.4941721257012
+powermeter script : average_power with numpy  arrays =  1404.4941721258388
+powermeter script : Summary Result = time (s): 602.4564733505249
+Ins Current (mA):267.04077838562694
+Samples: 3000000
+Consumed Energy (mAs): 170498.2951400748
+Consumed Energy (mAh): 47.360637538909664
+Consumed Energy (mWs): 841596.0687131895
+Consumed Energy (mWh): 233.77668575366374
+Avg power (mW): 1404.4941721257012
+Avg Current (mA): 284.4264872226195
+Avg Voltage (V): 4.937986563207838
+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  1
+--- frequency level of core 1 is  1
+--- frequency level of core 2 is  1
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  1
+--- 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 = 5
+--- Number of thread ended: 5 
+--- Now threads are stopped, getting the cc_info_level for samsung 
+--- Current cc_info level : 2542000 , 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 (2328 bytes in 0.074s)
+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 = [598000- 598000- 598000- 0- 741000- 741000- 0- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.4564733505249 
+Ins Current (mA):267.04077838562694 
+Samples: 3000000 
+Consumed Energy (mAs): 170498.2951400748 
+Consumed Energy (mAh): 47.360637538909664 
+Consumed Energy (mWs): 841596.0687131895 
+Consumed Energy (mWh): 233.77668575366374 
+Avg power (mW): 1404.4941721257012 
+Avg Current (mA): 284.4264872226195 
+Avg Voltage (V): 4.937986563207838 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 47.360637538909664
+--- Starting cc_info = 2542000
+--- Ending cc_info = 2542000
+--- Getting the average power
+--- Avg Power = 1404.4941721257012
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 6416
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:48:16 +0200 
+Core id: 0 
+Ending time: Thu, 27 Oct 2022 22:58:17 +0200 - Duration: 600031 seconds 
+Real workload: 3.10247919397408E10 - Integer reached: 164185 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2542000 mAh 
+Cc_info at the end: 2542000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 6417
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:48:16 +0200 
+Core id: 1 
+Ending time: Thu, 27 Oct 2022 22:58:18 +0200 - Duration: 600036 seconds 
+Real workload: 3.0510832326047478E10 - Integer reached: 162876 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.2 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2542000 mAh 
+Cc_info at the end: 2542000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 6418
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:48:17 +0200 
+Core id: 2 
+Ending time: Thu, 27 Oct 2022 22:58:17 +0200 - Duration: 600019 seconds 
+Real workload: 3.0364805161468605E10 - Integer reached: 162502 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2542000 mAh 
+Cc_info at the end: 2542000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 6420
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:48:17 +0200 
+Core id: 4 
+Ending time: Thu, 27 Oct 2022 22:58:18 +0200 - Duration: 600012 seconds 
+Real workload: 1.2719921436710493E11 - Integer reached: 323083 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.2 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2542000 mAh 
+Cc_info at the end: 2542000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 6421
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:48:17 +0200 
+Core id: 5 
+Ending time: Thu, 27 Oct 2022 22:58:19 +0200 - Duration: 600004 seconds 
+Real workload: 1.2724922169161751E11 - Integer reached: 323144 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.2 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2542000 mAh 
+Cc_info at the end: 2542000 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 1,1,1,0,1,1,0,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 3.46349e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.36743e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 1110-1100 1,1,1,0,1,1,0,0                         [598000- 598000- 598000- 0- 741000- 741000- 0- 0]                     time (s): 602.4564733505249 
+Ins Current (mA):267.04077838562694 
+Samples: 3000000 
+Consumed Energy (mAs): 170498.2951400748 
+Consumed Energy (mAh): 47.360637538909664 
+Consumed Energy (mWs): 841596.0687131895 
+Consumed Energy (mWh): 233.77668575366374 
+Avg power (mW): 1404.4941721257012 
+Avg Current (mA): 284.4264872226195 
+Avg Voltage (V): 4.937986563207838 
+ Thread : 0 - ThreadProcess id: 6416
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:48:16 +0200 
+Core id: 0 
+Ending time: Thu, 27 Oct 2022 22:58:17 +0200 - Duration: 600031 seconds 
+Real workload: 3.10247919397408E10 - Integer reached: 164185 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2542000 mAh 
+Cc_info at the end: 2542000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 6417
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:48:16 +0200 
+Core id: 1 
+Ending time: Thu, 27 Oct 2022 22:58:18 +0200 - Duration: 600036 seconds 
+Real workload: 3.0510832326047478E10 - Integer reached: 162876 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.2 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2542000 mAh 
+Cc_info at the end: 2542000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 6418
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:48:17 +0200 
+Core id: 2 
+Ending time: Thu, 27 Oct 2022 22:58:17 +0200 - Duration: 600019 seconds 
+Real workload: 3.0364805161468605E10 - Integer reached: 162502 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2542000 mAh 
+Cc_info at the end: 2542000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 6420
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:48:17 +0200 
+Core id: 4 
+Ending time: Thu, 27 Oct 2022 22:58:18 +0200 - Duration: 600012 seconds 
+Real workload: 1.2719921436710493E11 - Integer reached: 323083 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.2 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2542000 mAh 
+Cc_info at the end: 2542000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 6421
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:48:17 +0200 
+Core id: 5 
+Ending time: Thu, 27 Oct 2022 22:58:19 +0200 - Duration: 600004 seconds 
+Real workload: 1.2724922169161751E11 - Integer reached: 323144 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.2 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2542000 mAh 
+Cc_info at the end: 2542000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 47.360637538909664                     3.46349e+11 1.36743e-10  2542000 2542000 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 1110-1100 
+phone format: 1,1,1,0,1,1,0,0 
+Exact values of frequencies: [598000- 598000- 598000- 0- 741000- 741000- 0- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.4564733505249 
+Ins Current (mA):267.04077838562694 
+Samples: 3000000 
+Consumed Energy (mAs): 170498.2951400748 
+Consumed Energy (mAh): 47.360637538909664 
+Consumed Energy (mWs): 841596.0687131895 
+Consumed Energy (mWh): 233.77668575366374 
+Avg power (mW): 1404.4941721257012 
+Avg Current (mA): 284.4264872226195 
+Avg Voltage (V): 4.937986563207838 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 6416
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:48:16 +0200 
+Core id: 0 
+Ending time: Thu, 27 Oct 2022 22:58:17 +0200 - Duration: 600031 seconds 
+Real workload: 3.10247919397408E10 - Integer reached: 164185 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2542000 mAh 
+Cc_info at the end: 2542000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 6417
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:48:16 +0200 
+Core id: 1 
+Ending time: Thu, 27 Oct 2022 22:58:18 +0200 - Duration: 600036 seconds 
+Real workload: 3.0510832326047478E10 - Integer reached: 162876 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.2 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2542000 mAh 
+Cc_info at the end: 2542000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 6418
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:48:17 +0200 
+Core id: 2 
+Ending time: Thu, 27 Oct 2022 22:58:17 +0200 - Duration: 600019 seconds 
+Real workload: 3.0364805161468605E10 - Integer reached: 162502 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2542000 mAh 
+Cc_info at the end: 2542000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 6420
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:48:17 +0200 
+Core id: 4 
+Ending time: Thu, 27 Oct 2022 22:58:18 +0200 - Duration: 600012 seconds 
+Real workload: 1.2719921436710493E11 - Integer reached: 323083 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.2 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2542000 mAh 
+Cc_info at the end: 2542000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 6421
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 22:48:17 +0200 
+Core id: 5 
+Ending time: Thu, 27 Oct 2022 22:58:19 +0200 - Duration: 600004 seconds 
+Real workload: 1.2724922169161751E11 - Integer reached: 323144 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.2 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2542000 mAh 
+Cc_info at the end: 2542000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 47.360637538909664 
+Workload: 3.46349e+11 
+Energy efficiency: 1.36743e-10 
+Starting cc information: 2542000 
+Ending cc information: 2542000 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__27Oct22_22_43_42/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__27Oct22_22_43_42/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__27Oct22_22_43_42/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__27Oct22_22_43_42/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__27Oct22_22_43_42/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__27Oct22_22_43_42/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__27Oct22_22_43_42/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__27Oct22_22_43_42/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__27Oct22_22_43_42/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__27Oct22_22_43_42/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__27Oct22_22_43_42/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__27Oct22_22_43_42/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__27Oct22_22_43_42/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__27Oct22_22_43_42/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__27Oct22_22_43_42/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__27Oct22_22_43_42/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__27Oct22_22_43_42/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__27Oct22_22_43_42/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__27Oct22_22_43_42'
+--- 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 = 47.360637538909664
+--- Experiment result, Avg Power = 1404.4941721257012
+--- Experiment result, Total Workload = 3.46349e+11
+--- Experiment result, Energy Efficiency = 1.36743e-10
+--- Adding result to summary file
+--- Starting cc information : 2542000 
+--- Ending cc information : 2542000
+--- 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 1110-1100.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 27Oct22_22_57_54
+--- Performing experiments on configuration 0100-2022
+--- 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  1
+--- Exact frequency of core  1:  598000
+--- 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 governor of core 2 
+--- Modifying the the current frequency of core 2 with frequency 0
+--- 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  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  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: 9019 
+---- 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  0
+--- frequency level of core 4 is  2
+--- frequency level of core 5 is  0
+--- frequency level of core 6 is  2
+--- frequency level of core 7 is  2
+--- 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 : 3 
+--- The current number of thread ready to be sambled  : 3, 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 : 2540000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  2509.480762780765
+powermeter script : average_power with numpy  arrays =  2509.480762780464
+powermeter script : Summary Result = time (s): 602.3740785121918
+Ins Current (mA):543.2253023156579
+Samples: 3000000
+Consumed Energy (mAs): 315961.67860385415
+Consumed Energy (mAh): 87.76713294551504
+Consumed Energy (mWs): 1502791.5478854952
+Consumed Energy (mWh): 417.4420966348598
+Avg power (mW): 2509.480762780765
+Avg Current (mA): 527.5455513751654
+Avg Voltage (V): 4.7568987289140106
+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  1
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  2
+--- frequency level of core 5 is  0
+--- frequency level of core 6 is  2
+--- frequency level of core 7 is  2
+--- 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 : 2539000 , 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.0 MB/s (1875 bytes in 0.063s)
+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- 598000- 0- 0- 1469000- 0- 1469000- 1469000]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.3740785121918 
+Ins Current (mA):543.2253023156579 
+Samples: 3000000 
+Consumed Energy (mAs): 315961.67860385415 
+Consumed Energy (mAh): 87.76713294551504 
+Consumed Energy (mWs): 1502791.5478854952 
+Consumed Energy (mWh): 417.4420966348598 
+Avg power (mW): 2509.480762780765 
+Avg Current (mA): 527.5455513751654 
+Avg Voltage (V): 4.7568987289140106 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 87.76713294551504
+--- Starting cc_info = 2540000
+--- Ending cc_info = 2539000
+--- Getting the average power
+--- Avg Power = 2509.480762780765
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 9123
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:05:22 +0200 
+Core id: 1 
+Ending time: Thu, 27 Oct 2022 23:15:24 +0200 - Duration: 600022 seconds 
+Real workload: 2.5794030504758747E10 - Integer reached: 135052 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 162 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2540000 mAh 
+Cc_info at the end: 2539000 mAh 
+Cc_info variation: -1000.0 mAh 
+
+Thread : 1 - ThreadProcess id: 9125
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:05:24 +0200 
+Core id: 4 
+Ending time: Thu, 27 Oct 2022 23:15:24 +0200 - Duration: 600007 seconds 
+Real workload: 2.511927922204633E11 - Integer reached: 402477 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 162 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2540000 mAh 
+Cc_info at the end: 2539000 mAh 
+Cc_info variation: -1000.0 mAh 
+
+Thread : 2 - ThreadProcess id: 9126
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:05:22 +0200 
+Core id: 6 
+Ending time: Thu, 27 Oct 2022 23:15:22 +0200 - Duration: 600006 seconds 
+Real workload: 2.5855735588163922E11 - Integer reached: 408106 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 161 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2540000 mAh 
+Cc_info at the end: 2539000 mAh 
+Cc_info variation: -1000.0 mAh 
+
+Thread : 3 - ThreadProcess id: 9129
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:05:22 +0200 
+Core id: 7 
+Ending time: Thu, 27 Oct 2022 23:15:23 +0200 - Duration: 600006 seconds 
+Real workload: 2.5471413284704993E11 - Integer reached: 405179 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 162 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2540000 mAh 
+Cc_info at the end: 2539000 mAh 
+Cc_info variation: -1000.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,1,0,0,2,0,2,2 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 7.90258e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.11061e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 0100-2022 0,1,0,0,2,0,2,2                         [0- 598000- 0- 0- 1469000- 0- 1469000- 1469000]                     time (s): 602.3740785121918 
+Ins Current (mA):543.2253023156579 
+Samples: 3000000 
+Consumed Energy (mAs): 315961.67860385415 
+Consumed Energy (mAh): 87.76713294551504 
+Consumed Energy (mWs): 1502791.5478854952 
+Consumed Energy (mWh): 417.4420966348598 
+Avg power (mW): 2509.480762780765 
+Avg Current (mA): 527.5455513751654 
+Avg Voltage (V): 4.7568987289140106 
+ Thread : 0 - ThreadProcess id: 9123
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:05:22 +0200 
+Core id: 1 
+Ending time: Thu, 27 Oct 2022 23:15:24 +0200 - Duration: 600022 seconds 
+Real workload: 2.5794030504758747E10 - Integer reached: 135052 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 162 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2540000 mAh 
+Cc_info at the end: 2539000 mAh 
+Cc_info variation: -1000.0 mAh 
+
+Thread : 1 - ThreadProcess id: 9125
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:05:24 +0200 
+Core id: 4 
+Ending time: Thu, 27 Oct 2022 23:15:24 +0200 - Duration: 600007 seconds 
+Real workload: 2.511927922204633E11 - Integer reached: 402477 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 162 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2540000 mAh 
+Cc_info at the end: 2539000 mAh 
+Cc_info variation: -1000.0 mAh 
+
+Thread : 2 - ThreadProcess id: 9126
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:05:22 +0200 
+Core id: 6 
+Ending time: Thu, 27 Oct 2022 23:15:22 +0200 - Duration: 600006 seconds 
+Real workload: 2.5855735588163922E11 - Integer reached: 408106 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 161 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2540000 mAh 
+Cc_info at the end: 2539000 mAh 
+Cc_info variation: -1000.0 mAh 
+
+Thread : 3 - ThreadProcess id: 9129
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:05:22 +0200 
+Core id: 7 
+Ending time: Thu, 27 Oct 2022 23:15:23 +0200 - Duration: 600006 seconds 
+Real workload: 2.5471413284704993E11 - Integer reached: 405179 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 162 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2540000 mAh 
+Cc_info at the end: 2539000 mAh 
+Cc_info variation: -1000.0 mAh 
+
+ 87.76713294551504                     7.90258e+11 1.11061e-10  2540000 2539000 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 0100-2022 
+phone format: 0,1,0,0,2,0,2,2 
+Exact values of frequencies: [0- 598000- 0- 0- 1469000- 0- 1469000- 1469000] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.3740785121918 
+Ins Current (mA):543.2253023156579 
+Samples: 3000000 
+Consumed Energy (mAs): 315961.67860385415 
+Consumed Energy (mAh): 87.76713294551504 
+Consumed Energy (mWs): 1502791.5478854952 
+Consumed Energy (mWh): 417.4420966348598 
+Avg power (mW): 2509.480762780765 
+Avg Current (mA): 527.5455513751654 
+Avg Voltage (V): 4.7568987289140106 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 9123
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:05:22 +0200 
+Core id: 1 
+Ending time: Thu, 27 Oct 2022 23:15:24 +0200 - Duration: 600022 seconds 
+Real workload: 2.5794030504758747E10 - Integer reached: 135052 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 162 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2540000 mAh 
+Cc_info at the end: 2539000 mAh 
+Cc_info variation: -1000.0 mAh 
+
+Thread : 1 - ThreadProcess id: 9125
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:05:24 +0200 
+Core id: 4 
+Ending time: Thu, 27 Oct 2022 23:15:24 +0200 - Duration: 600007 seconds 
+Real workload: 2.511927922204633E11 - Integer reached: 402477 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 162 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2540000 mAh 
+Cc_info at the end: 2539000 mAh 
+Cc_info variation: -1000.0 mAh 
+
+Thread : 2 - ThreadProcess id: 9126
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:05:22 +0200 
+Core id: 6 
+Ending time: Thu, 27 Oct 2022 23:15:22 +0200 - Duration: 600006 seconds 
+Real workload: 2.5855735588163922E11 - Integer reached: 408106 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 161 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2540000 mAh 
+Cc_info at the end: 2539000 mAh 
+Cc_info variation: -1000.0 mAh 
+
+Thread : 3 - ThreadProcess id: 9129
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:05:22 +0200 
+Core id: 7 
+Ending time: Thu, 27 Oct 2022 23:15:23 +0200 - Duration: 600006 seconds 
+Real workload: 2.5471413284704993E11 - Integer reached: 405179 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 162 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2540000 mAh 
+Cc_info at the end: 2539000 mAh 
+Cc_info variation: -1000.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 87.76713294551504 
+Workload: 7.90258e+11 
+Energy efficiency: 1.11061e-10 
+Starting cc information: 2540000 
+Ending cc information: 2539000 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__27Oct22_23_00_56/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__27Oct22_23_00_56/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__27Oct22_23_00_56/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__27Oct22_23_00_56/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__27Oct22_23_00_56/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__27Oct22_23_00_56/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__27Oct22_23_00_56/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__27Oct22_23_00_56/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__27Oct22_23_00_56/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__27Oct22_23_00_56/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__27Oct22_23_00_56/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__27Oct22_23_00_56/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__27Oct22_23_00_56/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__27Oct22_23_00_56/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__27Oct22_23_00_56/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__27Oct22_23_00_56/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__27Oct22_23_00_56/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__27Oct22_23_00_56/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__27Oct22_23_00_56'
+--- 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 = 87.76713294551504
+--- Experiment result, Avg Power = 2509.480762780765
+--- Experiment result, Total Workload = 7.90258e+11
+--- Experiment result, Energy Efficiency = 1.11061e-10
+--- Adding result to summary file
+--- Starting cc information : 2540000 
+--- Ending cc information : 2539000
+--- 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 0100-2022.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 27Oct22_23_15_03
+--- Performing experiments on configuration 0003-0303
+--- 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  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  3
+--- Exact frequency of core  5:  2314000
+--- Modifying the governor of core 5 
+--- Modifying the the current frequency of core 5 with frequency 2314000
+--- 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  3
+--- Exact frequency of core  7:  2314000
+--- Modifying the governor of core 7 
+--- 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
+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: 11585 
+---- 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  0
+--- frequency level of core 3 is  3
+--- frequency level of core 4 is  0
+--- frequency level of core 5 is  3
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  3
+--- 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 : 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 : 2518500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  2571.1392244262943
+powermeter script : average_power with numpy  arrays =  2571.139224427891
+powermeter script : Summary Result = time (s): 603.1859052181244
+Ins Current (mA):543.4780332815214
+Samples: 3000000
+Consumed Energy (mAs): 324985.33716327656
+Consumed Energy (mAh): 90.27370476757682
+Consumed Energy (mWs): 1542359.4029757013
+Consumed Energy (mWh): 428.4331674932503
+Avg power (mW): 2571.1392244262943
+Avg Current (mA): 541.7299474096882
+Avg Voltage (V): 4.7461640928664535
+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  0
+--- frequency level of core 3 is  3
+--- frequency level of core 4 is  0
+--- frequency level of core 5 is  3
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  3
+--- 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 : 2446500 , 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 (1410 bytes in 0.021s)
+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- 0- 1690000- 0- 2314000- 0- 2314000]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 603.1859052181244 
+Ins Current (mA):543.4780332815214 
+Samples: 3000000 
+Consumed Energy (mAs): 324985.33716327656 
+Consumed Energy (mAh): 90.27370476757682 
+Consumed Energy (mWs): 1542359.4029757013 
+Consumed Energy (mWh): 428.4331674932503 
+Avg power (mW): 2571.1392244262943 
+Avg Current (mA): 541.7299474096882 
+Avg Voltage (V): 4.7461640928664535 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 90.27370476757682
+--- Starting cc_info = 2518500
+--- Ending cc_info = 2446500
+--- Getting the average power
+--- Avg Power = 2571.1392244262943
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 11705
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:21:44 +0200 
+Core id: 3 
+Ending time: Thu, 27 Oct 2022 23:31:44 +0200 - Duration: 600008 seconds 
+Real workload: 1.2392472896721779E11 - Integer reached: 249672 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 223 
+Start: 99 % - End: 96 
+Cc_info at the beginning: 2518500 mAh 
+Cc_info at the end: 2446500 mAh 
+Cc_info variation: -72000.0 mAh 
+
+Thread : 1 - ThreadProcess id: 11706
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:21:44 +0200 
+Core id: 5 
+Ending time: Thu, 27 Oct 2022 23:31:44 +0200 - Duration: 600005 seconds 
+Real workload: 4.0666482148324097E11 - Integer reached: 441835 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 223 
+Start: 99 % - End: 96 
+Cc_info at the beginning: 2518500 mAh 
+Cc_info at the end: 2446500 mAh 
+Cc_info variation: -72000.0 mAh 
+
+Thread : 2 - ThreadProcess id: 11707
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:21:44 +0200 
+Core id: 7 
+Ending time: Thu, 27 Oct 2022 23:31:44 +0200 - Duration: 600002 seconds 
+Real workload: 4.0670694129355444E11 - Integer reached: 441857 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 223 
+Start: 99 % - End: 96 
+Cc_info at the beginning: 2518500 mAh 
+Cc_info at the end: 2446500 mAh 
+Cc_info variation: -72000.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,0,3,0,3,0,3 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 9.37296e+11
+--- Getting energy efficiency
+--- Energy efficiency: 9.63129e-11
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 0003-0303 0,0,0,3,0,3,0,3                         [0- 0- 0- 1690000- 0- 2314000- 0- 2314000]                     time (s): 603.1859052181244 
+Ins Current (mA):543.4780332815214 
+Samples: 3000000 
+Consumed Energy (mAs): 324985.33716327656 
+Consumed Energy (mAh): 90.27370476757682 
+Consumed Energy (mWs): 1542359.4029757013 
+Consumed Energy (mWh): 428.4331674932503 
+Avg power (mW): 2571.1392244262943 
+Avg Current (mA): 541.7299474096882 
+Avg Voltage (V): 4.7461640928664535 
+ Thread : 0 - ThreadProcess id: 11705
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:21:44 +0200 
+Core id: 3 
+Ending time: Thu, 27 Oct 2022 23:31:44 +0200 - Duration: 600008 seconds 
+Real workload: 1.2392472896721779E11 - Integer reached: 249672 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 223 
+Start: 99 % - End: 96 
+Cc_info at the beginning: 2518500 mAh 
+Cc_info at the end: 2446500 mAh 
+Cc_info variation: -72000.0 mAh 
+
+Thread : 1 - ThreadProcess id: 11706
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:21:44 +0200 
+Core id: 5 
+Ending time: Thu, 27 Oct 2022 23:31:44 +0200 - Duration: 600005 seconds 
+Real workload: 4.0666482148324097E11 - Integer reached: 441835 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 223 
+Start: 99 % - End: 96 
+Cc_info at the beginning: 2518500 mAh 
+Cc_info at the end: 2446500 mAh 
+Cc_info variation: -72000.0 mAh 
+
+Thread : 2 - ThreadProcess id: 11707
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:21:44 +0200 
+Core id: 7 
+Ending time: Thu, 27 Oct 2022 23:31:44 +0200 - Duration: 600002 seconds 
+Real workload: 4.0670694129355444E11 - Integer reached: 441857 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 223 
+Start: 99 % - End: 96 
+Cc_info at the beginning: 2518500 mAh 
+Cc_info at the end: 2446500 mAh 
+Cc_info variation: -72000.0 mAh 
+
+ 90.27370476757682                     9.37296e+11 9.63129e-11  2518500 2446500 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 0003-0303 
+phone format: 0,0,0,3,0,3,0,3 
+Exact values of frequencies: [0- 0- 0- 1690000- 0- 2314000- 0- 2314000] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 603.1859052181244 
+Ins Current (mA):543.4780332815214 
+Samples: 3000000 
+Consumed Energy (mAs): 324985.33716327656 
+Consumed Energy (mAh): 90.27370476757682 
+Consumed Energy (mWs): 1542359.4029757013 
+Consumed Energy (mWh): 428.4331674932503 
+Avg power (mW): 2571.1392244262943 
+Avg Current (mA): 541.7299474096882 
+Avg Voltage (V): 4.7461640928664535 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 11705
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:21:44 +0200 
+Core id: 3 
+Ending time: Thu, 27 Oct 2022 23:31:44 +0200 - Duration: 600008 seconds 
+Real workload: 1.2392472896721779E11 - Integer reached: 249672 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 223 
+Start: 99 % - End: 96 
+Cc_info at the beginning: 2518500 mAh 
+Cc_info at the end: 2446500 mAh 
+Cc_info variation: -72000.0 mAh 
+
+Thread : 1 - ThreadProcess id: 11706
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:21:44 +0200 
+Core id: 5 
+Ending time: Thu, 27 Oct 2022 23:31:44 +0200 - Duration: 600005 seconds 
+Real workload: 4.0666482148324097E11 - Integer reached: 441835 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 223 
+Start: 99 % - End: 96 
+Cc_info at the beginning: 2518500 mAh 
+Cc_info at the end: 2446500 mAh 
+Cc_info variation: -72000.0 mAh 
+
+Thread : 2 - ThreadProcess id: 11707
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:21:44 +0200 
+Core id: 7 
+Ending time: Thu, 27 Oct 2022 23:31:44 +0200 - Duration: 600002 seconds 
+Real workload: 4.0670694129355444E11 - Integer reached: 441857 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 223 
+Start: 99 % - End: 96 
+Cc_info at the beginning: 2518500 mAh 
+Cc_info at the end: 2446500 mAh 
+Cc_info variation: -72000.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 90.27370476757682 
+Workload: 9.37296e+11 
+Energy efficiency: 9.63129e-11 
+Starting cc information: 2518500 
+Ending cc information: 2446500 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__27Oct22_23_18_05/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__27Oct22_23_18_05/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__27Oct22_23_18_05/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__27Oct22_23_18_05/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__27Oct22_23_18_05/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__27Oct22_23_18_05/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__27Oct22_23_18_05/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__27Oct22_23_18_05/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__27Oct22_23_18_05/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__27Oct22_23_18_05/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__27Oct22_23_18_05/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__27Oct22_23_18_05/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__27Oct22_23_18_05/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__27Oct22_23_18_05/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__27Oct22_23_18_05/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__27Oct22_23_18_05/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__27Oct22_23_18_05'
+--- 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 = 90.27370476757682
+--- Experiment result, Avg Power = 2571.1392244262943
+--- Experiment result, Total Workload = 9.37296e+11
+--- Experiment result, Energy Efficiency = 9.63129e-11
+--- Adding result to summary file
+--- Starting cc information : 2518500 
+--- Ending cc information : 2446500
+--- 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 0003-0303.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 27Oct22_23_31_21
+--- Performing experiments on configuration 1001-0330
+--- 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 : 96 
+--- 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 : 96 
+--- 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 : 96, 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 : 96 
+--- The current battery level : 96, 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 : 96 
+--- The current battery level : 96, 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 : 96 
+--- The current battery level : 96, 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 : 96 
+--- The current battery level : 96, 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 : 96 
+--- The current battery level : 96, 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 : 96 
+--- The current battery level : 96, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 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  1
+--- Exact frequency of core  0:  598000
+--- Modifying the governor of core 0 
+--- Modifying the the current frequency of core 0 with frequency 598000
+--- 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  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  1
+--- Exact frequency of core  3:  598000
+--- Modifying the governor of core 3 
+--- Modifying the the current frequency of core 3 with frequency 598000
+--- 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  3
+--- Exact frequency of core  5:  2314000
+--- Modifying the governor of core 5 
+--- Modifying the the current frequency of core 5 with frequency 2314000
+--- Frequency level of core 6 is  3
+--- Exact frequency of core  6:  2314000
+--- Modifying the governor of core 6 
+--- Modifying the the current frequency of core 6 with frequency 2314000
+--- 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: 14925 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  1
+--- frequency level of core 1 is  0
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  1
+--- frequency level of core 4 is  0
+--- frequency level of core 5 is  3
+--- frequency level of core 6 is  3
+--- 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 : 2 
+--- The current number of thread ready to be sambled  : 2, 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 : 2528000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1411.4055148242169
+powermeter script : average_power with numpy  arrays =  1411.4055148243765
+powermeter script : Summary Result = time (s): 602.4441421031952
+Ins Current (mA):276.0321392242545
+Samples: 3000000
+Consumed Energy (mAs): 171401.7261412993
+Consumed Energy (mAh): 47.61159059480536
+Consumed Energy (mWs): 845849.2994684923
+Consumed Energy (mWh): 234.95813874124786
+Avg power (mW): 1411.4055148242169
+Avg Current (mA): 285.8731291108809
+Avg Voltage (V): 4.937174470416136
+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  1
+--- frequency level of core 1 is  0
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  1
+--- frequency level of core 4 is  0
+--- frequency level of core 5 is  3
+--- frequency level of core 6 is  3
+--- 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 : 2528000 , 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.0 MB/s (1870 bytes in 0.056s)
+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 = [598000- 0- 0- 598000- 0- 2314000- 2314000- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.4441421031952 
+Ins Current (mA):276.0321392242545 
+Samples: 3000000 
+Consumed Energy (mAs): 171401.7261412993 
+Consumed Energy (mAh): 47.61159059480536 
+Consumed Energy (mWs): 845849.2994684923 
+Consumed Energy (mWh): 234.95813874124786 
+Avg power (mW): 1411.4055148242169 
+Avg Current (mA): 285.8731291108809 
+Avg Voltage (V): 4.937174470416136 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 47.61159059480536
+--- Starting cc_info = 2528000
+--- Ending cc_info = 2528000
+--- Getting the average power
+--- Avg Power = 1411.4055148242169
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 15023
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:58:17 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 00:08:18 +0200 - Duration: 600016 seconds 
+Real workload: 4.205504134990639E10 - Integer reached: 170688 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2528000 mAh 
+Cc_info at the end: 2528000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 15024
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:58:17 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 00:08:18 +0200 - Duration: 600011 seconds 
+Real workload: 4.150630919210295E10 - Integer reached: 169617 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2528000 mAh 
+Cc_info at the end: 2528000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 15025
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:58:17 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 00:08:19 +0200 - Duration: 600003 seconds 
+Real workload: 1.2714494390297005E11 - Integer reached: 290194 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2528000 mAh 
+Cc_info at the end: 2528000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 15027
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:58:17 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 00:08:18 +0200 - Duration: 600011 seconds 
+Real workload: 1.2556316149644473E11 - Integer reached: 288455 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2528000 mAh 
+Cc_info at the end: 2528000 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 1,0,0,1,0,3,3,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 3.36269e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.41588e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 1001-0330 1,0,0,1,0,3,3,0                         [598000- 0- 0- 598000- 0- 2314000- 2314000- 0]                     time (s): 602.4441421031952 
+Ins Current (mA):276.0321392242545 
+Samples: 3000000 
+Consumed Energy (mAs): 171401.7261412993 
+Consumed Energy (mAh): 47.61159059480536 
+Consumed Energy (mWs): 845849.2994684923 
+Consumed Energy (mWh): 234.95813874124786 
+Avg power (mW): 1411.4055148242169 
+Avg Current (mA): 285.8731291108809 
+Avg Voltage (V): 4.937174470416136 
+ Thread : 0 - ThreadProcess id: 15023
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:58:17 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 00:08:18 +0200 - Duration: 600016 seconds 
+Real workload: 4.205504134990639E10 - Integer reached: 170688 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2528000 mAh 
+Cc_info at the end: 2528000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 15024
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:58:17 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 00:08:18 +0200 - Duration: 600011 seconds 
+Real workload: 4.150630919210295E10 - Integer reached: 169617 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2528000 mAh 
+Cc_info at the end: 2528000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 15025
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:58:17 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 00:08:19 +0200 - Duration: 600003 seconds 
+Real workload: 1.2714494390297005E11 - Integer reached: 290194 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2528000 mAh 
+Cc_info at the end: 2528000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 15027
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:58:17 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 00:08:18 +0200 - Duration: 600011 seconds 
+Real workload: 1.2556316149644473E11 - Integer reached: 288455 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2528000 mAh 
+Cc_info at the end: 2528000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 47.61159059480536                     3.36269e+11 1.41588e-10  2528000 2528000 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 1001-0330 
+phone format: 1,0,0,1,0,3,3,0 
+Exact values of frequencies: [598000- 0- 0- 598000- 0- 2314000- 2314000- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.4441421031952 
+Ins Current (mA):276.0321392242545 
+Samples: 3000000 
+Consumed Energy (mAs): 171401.7261412993 
+Consumed Energy (mAh): 47.61159059480536 
+Consumed Energy (mWs): 845849.2994684923 
+Consumed Energy (mWh): 234.95813874124786 
+Avg power (mW): 1411.4055148242169 
+Avg Current (mA): 285.8731291108809 
+Avg Voltage (V): 4.937174470416136 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 15023
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:58:17 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 00:08:18 +0200 - Duration: 600016 seconds 
+Real workload: 4.205504134990639E10 - Integer reached: 170688 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2528000 mAh 
+Cc_info at the end: 2528000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 15024
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:58:17 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 00:08:18 +0200 - Duration: 600011 seconds 
+Real workload: 4.150630919210295E10 - Integer reached: 169617 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2528000 mAh 
+Cc_info at the end: 2528000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 15025
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:58:17 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 00:08:19 +0200 - Duration: 600003 seconds 
+Real workload: 1.2714494390297005E11 - Integer reached: 290194 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2528000 mAh 
+Cc_info at the end: 2528000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 15027
+----------------------------------------
+Starting time: Thu, 27 Oct 2022 23:58:17 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 00:08:18 +0200 - Duration: 600011 seconds 
+Real workload: 1.2556316149644473E11 - Integer reached: 288455 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2528000 mAh 
+Cc_info at the end: 2528000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 47.61159059480536 
+Workload: 3.36269e+11 
+Energy efficiency: 1.41588e-10 
+Starting cc information: 2528000 
+Ending cc information: 2528000 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__27Oct22_23_34_23/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__27Oct22_23_34_23/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__27Oct22_23_34_23/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__27Oct22_23_34_23/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__27Oct22_23_34_23/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__27Oct22_23_34_23/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__27Oct22_23_34_23/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__27Oct22_23_34_23/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__27Oct22_23_34_23/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__27Oct22_23_34_23/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__27Oct22_23_34_23/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__27Oct22_23_34_23/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__27Oct22_23_34_23/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__27Oct22_23_34_23/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__27Oct22_23_34_23'
+--- 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 = 47.61159059480536
+--- Experiment result, Avg Power = 1411.4055148242169
+--- Experiment result, Total Workload = 3.36269e+11
+--- Experiment result, Energy Efficiency = 1.41588e-10
+--- Adding result to summary file
+--- Starting cc information : 2528000 
+--- Ending cc information : 2528000
+--- 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 1001-0330.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_00_07_57
+--- Performing experiments on configuration 2200-0303
+--- 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  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  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  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  3
+--- Exact frequency of core  5:  2314000
+--- Modifying the governor of core 5 
+--- Modifying the the current frequency of core 5 with frequency 2314000
+--- 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  3
+--- Exact frequency of core  7:  2314000
+--- Modifying the governor of core 7 
+--- 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
+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: 17374 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  2
+--- frequency level of core 1 is  2
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  0
+--- frequency level of core 5 is  3
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  3
+--- 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 : 2 
+--- The current number of thread ready to be sambled  : 2, 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 : 2508500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  2573.243917035954
+powermeter script : average_power with numpy  arrays =  2573.243917037717
+powermeter script : Summary Result = time (s): 603.1952049732208
+Ins Current (mA):544.3094732831698
+Samples: 3000000
+Consumed Energy (mAs): 325354.46816898906
+Consumed Energy (mAh): 90.37624115805252
+Consumed Energy (mWs): 1544108.274827563
+Consumed Energy (mWh): 428.9189652298786
+Avg power (mW): 2573.243917035954
+Avg Current (mA): 542.1366129767422
+Avg Voltage (V): 4.746486135490626
+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  2
+--- frequency level of core 1 is  2
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  0
+--- frequency level of core 5 is  3
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  3
+--- 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 : 2445000 , 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.0 MB/s (1884 bytes in 0.054s)
+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 = [1248000- 1248000- 0- 0- 0- 2314000- 0- 2314000]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 603.1952049732208 
+Ins Current (mA):544.3094732831698 
+Samples: 3000000 
+Consumed Energy (mAs): 325354.46816898906 
+Consumed Energy (mAh): 90.37624115805252 
+Consumed Energy (mWs): 1544108.274827563 
+Consumed Energy (mWh): 428.9189652298786 
+Avg power (mW): 2573.243917035954 
+Avg Current (mA): 542.1366129767422 
+Avg Voltage (V): 4.746486135490626 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 90.37624115805252
+--- Starting cc_info = 2508500
+--- Ending cc_info = 2445000
+--- Getting the average power
+--- Avg Power = 2573.243917035954
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 17474
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 00:15:16 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 00:25:16 +0200 - Duration: 600004 seconds 
+Real workload: 3.1779926951192646E10 - Integer reached: 149248 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 88.6 
+Start: 100 % - End: 97 
+Cc_info at the beginning: 2508500 mAh 
+Cc_info at the end: 2445000 mAh 
+Cc_info variation: -63500.0 mAh 
+
+Thread : 1 - ThreadProcess id: 17475
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 00:15:16 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 00:25:17 +0200 - Duration: 600003 seconds 
+Real workload: 3.111546197729053E10 - Integer reached: 147745 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 88.6 
+Start: 100 % - End: 97 
+Cc_info at the beginning: 2508500 mAh 
+Cc_info at the end: 2445000 mAh 
+Cc_info variation: -63500.0 mAh 
+
+Thread : 2 - ThreadProcess id: 17476
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 00:15:15 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 00:25:16 +0200 - Duration: 600012 seconds 
+Real workload: 4.14905185945343E11 - Integer reached: 512306 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 88.6 
+Start: 100 % - End: 97 
+Cc_info at the beginning: 2508500 mAh 
+Cc_info at the end: 2445000 mAh 
+Cc_info variation: -63500.0 mAh 
+
+Thread : 3 - ThreadProcess id: 17477
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 00:15:16 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 00:25:17 +0200 - Duration: 600005 seconds 
+Real workload: 4.081064975909636E11 - Integer reached: 508251 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 88.6 
+Start: 100 % - End: 97 
+Cc_info at the beginning: 2508500 mAh 
+Cc_info at the end: 2445000 mAh 
+Cc_info variation: -63500.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 2,2,0,0,0,3,0,3 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 8.85907e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.02015e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 2200-0303 2,2,0,0,0,3,0,3                         [1248000- 1248000- 0- 0- 0- 2314000- 0- 2314000]                     time (s): 603.1952049732208 
+Ins Current (mA):544.3094732831698 
+Samples: 3000000 
+Consumed Energy (mAs): 325354.46816898906 
+Consumed Energy (mAh): 90.37624115805252 
+Consumed Energy (mWs): 1544108.274827563 
+Consumed Energy (mWh): 428.9189652298786 
+Avg power (mW): 2573.243917035954 
+Avg Current (mA): 542.1366129767422 
+Avg Voltage (V): 4.746486135490626 
+ Thread : 0 - ThreadProcess id: 17474
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 00:15:16 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 00:25:16 +0200 - Duration: 600004 seconds 
+Real workload: 3.1779926951192646E10 - Integer reached: 149248 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 88.6 
+Start: 100 % - End: 97 
+Cc_info at the beginning: 2508500 mAh 
+Cc_info at the end: 2445000 mAh 
+Cc_info variation: -63500.0 mAh 
+
+Thread : 1 - ThreadProcess id: 17475
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 00:15:16 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 00:25:17 +0200 - Duration: 600003 seconds 
+Real workload: 3.111546197729053E10 - Integer reached: 147745 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 88.6 
+Start: 100 % - End: 97 
+Cc_info at the beginning: 2508500 mAh 
+Cc_info at the end: 2445000 mAh 
+Cc_info variation: -63500.0 mAh 
+
+Thread : 2 - ThreadProcess id: 17476
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 00:15:15 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 00:25:16 +0200 - Duration: 600012 seconds 
+Real workload: 4.14905185945343E11 - Integer reached: 512306 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 88.6 
+Start: 100 % - End: 97 
+Cc_info at the beginning: 2508500 mAh 
+Cc_info at the end: 2445000 mAh 
+Cc_info variation: -63500.0 mAh 
+
+Thread : 3 - ThreadProcess id: 17477
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 00:15:16 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 00:25:17 +0200 - Duration: 600005 seconds 
+Real workload: 4.081064975909636E11 - Integer reached: 508251 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 88.6 
+Start: 100 % - End: 97 
+Cc_info at the beginning: 2508500 mAh 
+Cc_info at the end: 2445000 mAh 
+Cc_info variation: -63500.0 mAh 
+
+ 90.37624115805252                     8.85907e+11 1.02015e-10  2508500 2445000 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 2200-0303 
+phone format: 2,2,0,0,0,3,0,3 
+Exact values of frequencies: [1248000- 1248000- 0- 0- 0- 2314000- 0- 2314000] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 603.1952049732208 
+Ins Current (mA):544.3094732831698 
+Samples: 3000000 
+Consumed Energy (mAs): 325354.46816898906 
+Consumed Energy (mAh): 90.37624115805252 
+Consumed Energy (mWs): 1544108.274827563 
+Consumed Energy (mWh): 428.9189652298786 
+Avg power (mW): 2573.243917035954 
+Avg Current (mA): 542.1366129767422 
+Avg Voltage (V): 4.746486135490626 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 17474
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 00:15:16 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 00:25:16 +0200 - Duration: 600004 seconds 
+Real workload: 3.1779926951192646E10 - Integer reached: 149248 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 88.6 
+Start: 100 % - End: 97 
+Cc_info at the beginning: 2508500 mAh 
+Cc_info at the end: 2445000 mAh 
+Cc_info variation: -63500.0 mAh 
+
+Thread : 1 - ThreadProcess id: 17475
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 00:15:16 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 00:25:17 +0200 - Duration: 600003 seconds 
+Real workload: 3.111546197729053E10 - Integer reached: 147745 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 88.6 
+Start: 100 % - End: 97 
+Cc_info at the beginning: 2508500 mAh 
+Cc_info at the end: 2445000 mAh 
+Cc_info variation: -63500.0 mAh 
+
+Thread : 2 - ThreadProcess id: 17476
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 00:15:15 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 00:25:16 +0200 - Duration: 600012 seconds 
+Real workload: 4.14905185945343E11 - Integer reached: 512306 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 88.6 
+Start: 100 % - End: 97 
+Cc_info at the beginning: 2508500 mAh 
+Cc_info at the end: 2445000 mAh 
+Cc_info variation: -63500.0 mAh 
+
+Thread : 3 - ThreadProcess id: 17477
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 00:15:16 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 00:25:17 +0200 - Duration: 600005 seconds 
+Real workload: 4.081064975909636E11 - Integer reached: 508251 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 88.6 
+Start: 100 % - End: 97 
+Cc_info at the beginning: 2508500 mAh 
+Cc_info at the end: 2445000 mAh 
+Cc_info variation: -63500.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 90.37624115805252 
+Workload: 8.85907e+11 
+Energy efficiency: 1.02015e-10 
+Starting cc information: 2508500 
+Ending cc information: 2445000 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_00_10_59/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__28Oct22_00_10_59/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__28Oct22_00_10_59/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__28Oct22_00_10_59/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__28Oct22_00_10_59/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__28Oct22_00_10_59/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__28Oct22_00_10_59/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__28Oct22_00_10_59/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__28Oct22_00_10_59/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__28Oct22_00_10_59/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__28Oct22_00_10_59/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__28Oct22_00_10_59/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__28Oct22_00_10_59/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__28Oct22_00_10_59/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__28Oct22_00_10_59/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__28Oct22_00_10_59/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__28Oct22_00_10_59'
+--- 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 = 90.37624115805252
+--- Experiment result, Avg Power = 2573.243917035954
+--- Experiment result, Total Workload = 8.85907e+11
+--- Experiment result, Energy Efficiency = 1.02015e-10
+--- Adding result to summary file
+--- Starting cc information : 2508500 
+--- Ending cc information : 2445000
+--- 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 2200-0303.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_00_24_54
+--- Performing experiments on configuration 1001-0010
+--- 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 : 97 
+--- 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 : 97 
+--- 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 : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 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  1
+--- Exact frequency of core  0:  598000
+--- Modifying the governor of core 0 
+--- Modifying the the current frequency of core 0 with frequency 598000
+--- 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  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  1
+--- Exact frequency of core  3:  598000
+--- Modifying the governor of core 3 
+--- Modifying the the current frequency of core 3 with frequency 598000
+--- 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  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: 20345 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  1
+--- frequency level of core 1 is  0
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  1
+--- frequency level of core 4 is  0
+--- 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 = 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 : 2501500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1225.974482206883
+powermeter script : average_power with numpy  arrays =  1225.9744822069433
+powermeter script : Summary Result = time (s): 602.446355342865
+Ins Current (mA):214.763248325625
+Samples: 3000000
+Consumed Energy (mAs): 147306.79923963305
+Consumed Energy (mAh): 40.918555344342515
+Consumed Energy (mWs): 731542.8432539889
+Consumed Energy (mWh): 203.20634534833025
+Avg power (mW): 1225.974482206883
+Avg Current (mA): 246.87172789941437
+Avg Voltage (V): 4.966038406416449
+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  1
+--- frequency level of core 1 is  0
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  1
+--- frequency level of core 4 is  0
+--- 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 = 3
+--- Number of thread ended: 3 
+--- Now threads are stopped, getting the cc_info_level for samsung 
+--- Current cc_info level : 2501500 , 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.0 MB/s (1402 bytes in 0.050s)
+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 = [598000- 0- 0- 598000- 0- 0- 741000- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.446355342865 
+Ins Current (mA):214.763248325625 
+Samples: 3000000 
+Consumed Energy (mAs): 147306.79923963305 
+Consumed Energy (mAh): 40.918555344342515 
+Consumed Energy (mWs): 731542.8432539889 
+Consumed Energy (mWh): 203.20634534833025 
+Avg power (mW): 1225.974482206883 
+Avg Current (mA): 246.87172789941437 
+Avg Voltage (V): 4.966038406416449 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 40.918555344342515
+--- Starting cc_info = 2501500
+--- Ending cc_info = 2501500
+--- Getting the average power
+--- Avg Power = 1225.974482206883
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 20410
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 00:45:21 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 00:55:22 +0200 - Duration: 600023 seconds 
+Real workload: 4.202459271180547E10 - Integer reached: 148659 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 81.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2501500 mAh 
+Cc_info at the end: 2501500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 20411
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 00:45:22 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 00:55:22 +0200 - Duration: 600017 seconds 
+Real workload: 4.175828286668186E10 - Integer reached: 148207 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 81.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2501500 mAh 
+Cc_info at the end: 2501500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 20412
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 00:45:22 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 00:55:23 +0200 - Duration: 600009 seconds 
+Real workload: 1.2449220129499506E11 - Integer reached: 250220 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 81.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2501500 mAh 
+Cc_info at the end: 2501500 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 1,0,0,1,0,0,1,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 2.08275e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.96464e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 1001-0010 1,0,0,1,0,0,1,0                         [598000- 0- 0- 598000- 0- 0- 741000- 0]                     time (s): 602.446355342865 
+Ins Current (mA):214.763248325625 
+Samples: 3000000 
+Consumed Energy (mAs): 147306.79923963305 
+Consumed Energy (mAh): 40.918555344342515 
+Consumed Energy (mWs): 731542.8432539889 
+Consumed Energy (mWh): 203.20634534833025 
+Avg power (mW): 1225.974482206883 
+Avg Current (mA): 246.87172789941437 
+Avg Voltage (V): 4.966038406416449 
+ Thread : 0 - ThreadProcess id: 20410
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 00:45:21 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 00:55:22 +0200 - Duration: 600023 seconds 
+Real workload: 4.202459271180547E10 - Integer reached: 148659 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 81.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2501500 mAh 
+Cc_info at the end: 2501500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 20411
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 00:45:22 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 00:55:22 +0200 - Duration: 600017 seconds 
+Real workload: 4.175828286668186E10 - Integer reached: 148207 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 81.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2501500 mAh 
+Cc_info at the end: 2501500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 20412
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 00:45:22 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 00:55:23 +0200 - Duration: 600009 seconds 
+Real workload: 1.2449220129499506E11 - Integer reached: 250220 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 81.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2501500 mAh 
+Cc_info at the end: 2501500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 40.918555344342515                     2.08275e+11 1.96464e-10  2501500 2501500 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 1001-0010 
+phone format: 1,0,0,1,0,0,1,0 
+Exact values of frequencies: [598000- 0- 0- 598000- 0- 0- 741000- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.446355342865 
+Ins Current (mA):214.763248325625 
+Samples: 3000000 
+Consumed Energy (mAs): 147306.79923963305 
+Consumed Energy (mAh): 40.918555344342515 
+Consumed Energy (mWs): 731542.8432539889 
+Consumed Energy (mWh): 203.20634534833025 
+Avg power (mW): 1225.974482206883 
+Avg Current (mA): 246.87172789941437 
+Avg Voltage (V): 4.966038406416449 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 20410
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 00:45:21 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 00:55:22 +0200 - Duration: 600023 seconds 
+Real workload: 4.202459271180547E10 - Integer reached: 148659 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 81.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2501500 mAh 
+Cc_info at the end: 2501500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 20411
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 00:45:22 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 00:55:22 +0200 - Duration: 600017 seconds 
+Real workload: 4.175828286668186E10 - Integer reached: 148207 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 81.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2501500 mAh 
+Cc_info at the end: 2501500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 20412
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 00:45:22 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 00:55:23 +0200 - Duration: 600009 seconds 
+Real workload: 1.2449220129499506E11 - Integer reached: 250220 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 81.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2501500 mAh 
+Cc_info at the end: 2501500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 40.918555344342515 
+Workload: 2.08275e+11 
+Energy efficiency: 1.96464e-10 
+Starting cc information: 2501500 
+Ending cc information: 2501500 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_00_27_56/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__28Oct22_00_27_56/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__28Oct22_00_27_56/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__28Oct22_00_27_56/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__28Oct22_00_27_56/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__28Oct22_00_27_56/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__28Oct22_00_27_56/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__28Oct22_00_27_56/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__28Oct22_00_27_56/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__28Oct22_00_27_56/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__28Oct22_00_27_56/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__28Oct22_00_27_56/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__28Oct22_00_27_56/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__28Oct22_00_27_56/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__28Oct22_00_27_56/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__28Oct22_00_27_56/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__28Oct22_00_27_56'
+--- 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 = 40.918555344342515
+--- Experiment result, Avg Power = 1225.974482206883
+--- Experiment result, Total Workload = 2.08275e+11
+--- Experiment result, Energy Efficiency = 1.96464e-10
+--- Adding result to summary file
+--- Starting cc information : 2501500 
+--- Ending cc information : 2501500
+--- 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 1001-0010.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_00_55_00
+--- Performing experiments on configuration 0300-1101
+--- 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  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  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  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  1
+--- Exact frequency of core  7:  741000
+--- Modifying the governor of core 7 
+--- Modifying the the current frequency of core 7 with frequency 741000
+--- 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: 22809 
+---- 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  0
+--- frequency level of core 4 is  1
+--- frequency level of core 5 is  1
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  1
+--- 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 : 1 
+--- The current number of thread ready to be sambled  : 1, 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 : 2500000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1571.371614257727
+powermeter script : average_power with numpy  arrays =  1571.3716142573821
+powermeter script : Summary Result = time (s): 603.1007654666901
+Ins Current (mA):325.18839845312704
+Samples: 3000000
+Consumed Energy (mAs): 191266.08513834808
+Consumed Energy (mAh): 53.12946809398558
+Consumed Energy (mWs): 939553.7986252739
+Consumed Energy (mWh): 260.9871662847983
+Avg power (mW): 1571.371614257727
+Avg Current (mA): 319.9015308588647
+Avg Voltage (V): 4.912047810583909
+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  0
+--- frequency level of core 4 is  1
+--- frequency level of core 5 is  1
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  1
+--- 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 : 2500000 , 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.0 MB/s (1870 bytes in 0.062s)
+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- 0- 741000- 741000- 0- 741000]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 603.1007654666901 
+Ins Current (mA):325.18839845312704 
+Samples: 3000000 
+Consumed Energy (mAs): 191266.08513834808 
+Consumed Energy (mAh): 53.12946809398558 
+Consumed Energy (mWs): 939553.7986252739 
+Consumed Energy (mWh): 260.9871662847983 
+Avg power (mW): 1571.371614257727 
+Avg Current (mA): 319.9015308588647 
+Avg Voltage (V): 4.912047810583909 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 53.12946809398558
+--- Starting cc_info = 2500000
+--- Ending cc_info = 2500000
+--- Getting the average power
+--- Avg Power = 1571.371614257727
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 22877
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:02:38 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 01:12:39 +0200 - Duration: 600027 seconds 
+Real workload: 2.869331437833594E10 - Integer reached: 142120 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 74.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2500000 mAh 
+Cc_info at the end: 2500000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 22878
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:02:38 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 01:12:38 +0200 - Duration: 600005 seconds 
+Real workload: 1.2516637864662738E11 - Integer reached: 288017 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 74.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2500000 mAh 
+Cc_info at the end: 2500000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 22879
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:02:39 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 01:12:40 +0200 - Duration: 600004 seconds 
+Real workload: 1.2632139113033815E11 - Integer reached: 289290 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 74.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2500000 mAh 
+Cc_info at the end: 2500000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 22880
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:02:38 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 01:12:39 +0200 - Duration: 600004 seconds 
+Real workload: 1.236738897666205E11 - Integer reached: 286363 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 74.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2500000 mAh 
+Cc_info at the end: 2500000 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,0,1,1,0,1 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 4.03855e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.31556e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 0300-1101 0,3,0,0,1,1,0,1                         [0- 1690000- 0- 0- 741000- 741000- 0- 741000]                     time (s): 603.1007654666901 
+Ins Current (mA):325.18839845312704 
+Samples: 3000000 
+Consumed Energy (mAs): 191266.08513834808 
+Consumed Energy (mAh): 53.12946809398558 
+Consumed Energy (mWs): 939553.7986252739 
+Consumed Energy (mWh): 260.9871662847983 
+Avg power (mW): 1571.371614257727 
+Avg Current (mA): 319.9015308588647 
+Avg Voltage (V): 4.912047810583909 
+ Thread : 0 - ThreadProcess id: 22877
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:02:38 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 01:12:39 +0200 - Duration: 600027 seconds 
+Real workload: 2.869331437833594E10 - Integer reached: 142120 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 74.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2500000 mAh 
+Cc_info at the end: 2500000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 22878
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:02:38 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 01:12:38 +0200 - Duration: 600005 seconds 
+Real workload: 1.2516637864662738E11 - Integer reached: 288017 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 74.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2500000 mAh 
+Cc_info at the end: 2500000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 22879
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:02:39 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 01:12:40 +0200 - Duration: 600004 seconds 
+Real workload: 1.2632139113033815E11 - Integer reached: 289290 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 74.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2500000 mAh 
+Cc_info at the end: 2500000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 22880
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:02:38 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 01:12:39 +0200 - Duration: 600004 seconds 
+Real workload: 1.236738897666205E11 - Integer reached: 286363 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 74.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2500000 mAh 
+Cc_info at the end: 2500000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 53.12946809398558                     4.03855e+11 1.31556e-10  2500000 2500000 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 0300-1101 
+phone format: 0,3,0,0,1,1,0,1 
+Exact values of frequencies: [0- 1690000- 0- 0- 741000- 741000- 0- 741000] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 603.1007654666901 
+Ins Current (mA):325.18839845312704 
+Samples: 3000000 
+Consumed Energy (mAs): 191266.08513834808 
+Consumed Energy (mAh): 53.12946809398558 
+Consumed Energy (mWs): 939553.7986252739 
+Consumed Energy (mWh): 260.9871662847983 
+Avg power (mW): 1571.371614257727 
+Avg Current (mA): 319.9015308588647 
+Avg Voltage (V): 4.912047810583909 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 22877
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:02:38 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 01:12:39 +0200 - Duration: 600027 seconds 
+Real workload: 2.869331437833594E10 - Integer reached: 142120 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 74.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2500000 mAh 
+Cc_info at the end: 2500000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 22878
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:02:38 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 01:12:38 +0200 - Duration: 600005 seconds 
+Real workload: 1.2516637864662738E11 - Integer reached: 288017 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 74.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2500000 mAh 
+Cc_info at the end: 2500000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 22879
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:02:39 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 01:12:40 +0200 - Duration: 600004 seconds 
+Real workload: 1.2632139113033815E11 - Integer reached: 289290 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 74.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2500000 mAh 
+Cc_info at the end: 2500000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 22880
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:02:38 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 01:12:39 +0200 - Duration: 600004 seconds 
+Real workload: 1.236738897666205E11 - Integer reached: 286363 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 74.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2500000 mAh 
+Cc_info at the end: 2500000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 53.12946809398558 
+Workload: 4.03855e+11 
+Energy efficiency: 1.31556e-10 
+Starting cc information: 2500000 
+Ending cc information: 2500000 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_00_58_02/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__28Oct22_00_58_02/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__28Oct22_00_58_02/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__28Oct22_00_58_02/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__28Oct22_00_58_02/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__28Oct22_00_58_02/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__28Oct22_00_58_02/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__28Oct22_00_58_02/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__28Oct22_00_58_02/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__28Oct22_00_58_02/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__28Oct22_00_58_02/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__28Oct22_00_58_02/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__28Oct22_00_58_02/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__28Oct22_00_58_02/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__28Oct22_00_58_02'
+--- 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 = 53.12946809398558
+--- Experiment result, Avg Power = 1571.371614257727
+--- Experiment result, Total Workload = 4.03855e+11
+--- Experiment result, Energy Efficiency = 1.31556e-10
+--- Adding result to summary file
+--- Starting cc information : 2500000 
+--- Ending cc information : 2500000
+--- 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 0300-1101.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_01_12_18
+--- Performing experiments on configuration 0111-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  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  1
+--- Exact frequency of core  1:  598000
+--- Modifying the governor of core 1 
+--- Modifying the the current frequency of core 1 with frequency 598000
+--- Frequency level of core 2 is  1
+--- Exact frequency of core  2:  598000
+--- Modifying the governor of core 2 
+--- Modifying the the current frequency of core 2 with frequency 598000
+--- Frequency level of core 3 is  1
+--- Exact frequency of core  3:  598000
+--- Modifying the governor of core 3 
+--- Modifying the the current frequency of core 3 with frequency 598000
+--- 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
+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: 25161 
+---- 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  1
+--- frequency level of core 3 is  1
+--- frequency level of core 4 is  0
+--- frequency level of core 5 is  2
+--- frequency level of core 6 is  2
+--- frequency level of core 7 is  0
+--- 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
+--- 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 : 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 : 2498500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1425.6157039441664
+powermeter script : average_power with numpy  arrays =  1425.615703944323
+powermeter script : Summary Result = time (s): 603.0308339595795
+Ins Current (mA):269.34843087426805
+Samples: 3000000
+Consumed Energy (mAs): 173267.63645541866
+Consumed Energy (mAh): 48.129899015394074
+Consumed Energy (mWs): 854771.3239656574
+Consumed Energy (mWh): 237.43647887934927
+Avg power (mW): 1425.6157039441664
+Avg Current (mA): 288.8653350124046
+Avg Voltage (V): 4.935225972624742
+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  1
+--- frequency level of core 2 is  1
+--- frequency level of core 3 is  1
+--- frequency level of core 4 is  0
+--- frequency level of core 5 is  2
+--- frequency level of core 6 is  2
+--- frequency level of core 7 is  0
+--- 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 : 2498500 , 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 (2338 bytes in 0.065s)
+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- 598000- 598000- 598000- 0- 1469000- 1469000- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 603.0308339595795 
+Ins Current (mA):269.34843087426805 
+Samples: 3000000 
+Consumed Energy (mAs): 173267.63645541866 
+Consumed Energy (mAh): 48.129899015394074 
+Consumed Energy (mWs): 854771.3239656574 
+Consumed Energy (mWh): 237.43647887934927 
+Avg power (mW): 1425.6157039441664 
+Avg Current (mA): 288.8653350124046 
+Avg Voltage (V): 4.935225972624742 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 48.129899015394074
+--- Starting cc_info = 2498500
+--- Ending cc_info = 2498500
+--- Getting the average power
+--- Avg Power = 1425.6157039441664
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 25235
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:19:40 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 01:29:41 +0200 - Duration: 600014 seconds 
+Real workload: 4.2276078439146965E10 - Integer reached: 190435 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2498500 mAh 
+Cc_info at the end: 2498500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 25236
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:19:41 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 01:29:43 +0200 - Duration: 600029 seconds 
+Real workload: 4.189082417001317E10 - Integer reached: 189601 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2498500 mAh 
+Cc_info at the end: 2498500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 25237
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:19:41 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 01:29:42 +0200 - Duration: 600009 seconds 
+Real workload: 4.241139621275204E10 - Integer reached: 190727 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2498500 mAh 
+Cc_info at the end: 2498500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 25239
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:19:40 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 01:29:40 +0200 - Duration: 600011 seconds 
+Real workload: 1.2768332048309879E11 - Integer reached: 323673 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.2 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2498500 mAh 
+Cc_info at the end: 2498500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 25240
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:19:41 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 01:29:42 +0200 - Duration: 600020 seconds 
+Real workload: 1.2726971950189789E11 - Integer reached: 323169 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2498500 mAh 
+Cc_info at the end: 2498500 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,1,1,1,0,2,2,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 3.81531e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.26149e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 0111-0220 0,1,1,1,0,2,2,0                         [0- 598000- 598000- 598000- 0- 1469000- 1469000- 0]                     time (s): 603.0308339595795 
+Ins Current (mA):269.34843087426805 
+Samples: 3000000 
+Consumed Energy (mAs): 173267.63645541866 
+Consumed Energy (mAh): 48.129899015394074 
+Consumed Energy (mWs): 854771.3239656574 
+Consumed Energy (mWh): 237.43647887934927 
+Avg power (mW): 1425.6157039441664 
+Avg Current (mA): 288.8653350124046 
+Avg Voltage (V): 4.935225972624742 
+ Thread : 0 - ThreadProcess id: 25235
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:19:40 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 01:29:41 +0200 - Duration: 600014 seconds 
+Real workload: 4.2276078439146965E10 - Integer reached: 190435 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2498500 mAh 
+Cc_info at the end: 2498500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 25236
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:19:41 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 01:29:43 +0200 - Duration: 600029 seconds 
+Real workload: 4.189082417001317E10 - Integer reached: 189601 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2498500 mAh 
+Cc_info at the end: 2498500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 25237
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:19:41 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 01:29:42 +0200 - Duration: 600009 seconds 
+Real workload: 4.241139621275204E10 - Integer reached: 190727 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2498500 mAh 
+Cc_info at the end: 2498500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 25239
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:19:40 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 01:29:40 +0200 - Duration: 600011 seconds 
+Real workload: 1.2768332048309879E11 - Integer reached: 323673 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.2 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2498500 mAh 
+Cc_info at the end: 2498500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 25240
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:19:41 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 01:29:42 +0200 - Duration: 600020 seconds 
+Real workload: 1.2726971950189789E11 - Integer reached: 323169 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2498500 mAh 
+Cc_info at the end: 2498500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 48.129899015394074                     3.81531e+11 1.26149e-10  2498500 2498500 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 0111-0220 
+phone format: 0,1,1,1,0,2,2,0 
+Exact values of frequencies: [0- 598000- 598000- 598000- 0- 1469000- 1469000- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 603.0308339595795 
+Ins Current (mA):269.34843087426805 
+Samples: 3000000 
+Consumed Energy (mAs): 173267.63645541866 
+Consumed Energy (mAh): 48.129899015394074 
+Consumed Energy (mWs): 854771.3239656574 
+Consumed Energy (mWh): 237.43647887934927 
+Avg power (mW): 1425.6157039441664 
+Avg Current (mA): 288.8653350124046 
+Avg Voltage (V): 4.935225972624742 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 25235
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:19:40 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 01:29:41 +0200 - Duration: 600014 seconds 
+Real workload: 4.2276078439146965E10 - Integer reached: 190435 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2498500 mAh 
+Cc_info at the end: 2498500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 25236
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:19:41 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 01:29:43 +0200 - Duration: 600029 seconds 
+Real workload: 4.189082417001317E10 - Integer reached: 189601 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2498500 mAh 
+Cc_info at the end: 2498500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 25237
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:19:41 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 01:29:42 +0200 - Duration: 600009 seconds 
+Real workload: 4.241139621275204E10 - Integer reached: 190727 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2498500 mAh 
+Cc_info at the end: 2498500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 25239
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:19:40 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 01:29:40 +0200 - Duration: 600011 seconds 
+Real workload: 1.2768332048309879E11 - Integer reached: 323673 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.2 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2498500 mAh 
+Cc_info at the end: 2498500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 25240
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:19:41 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 01:29:42 +0200 - Duration: 600020 seconds 
+Real workload: 1.2726971950189789E11 - Integer reached: 323169 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2498500 mAh 
+Cc_info at the end: 2498500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 48.129899015394074 
+Workload: 3.81531e+11 
+Energy efficiency: 1.26149e-10 
+Starting cc information: 2498500 
+Ending cc information: 2498500 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_01_15_20/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__28Oct22_01_15_20/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__28Oct22_01_15_20/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__28Oct22_01_15_20/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__28Oct22_01_15_20/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__28Oct22_01_15_20/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__28Oct22_01_15_20/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__28Oct22_01_15_20/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__28Oct22_01_15_20/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__28Oct22_01_15_20/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__28Oct22_01_15_20/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__28Oct22_01_15_20/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__28Oct22_01_15_20/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__28Oct22_01_15_20/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__28Oct22_01_15_20/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__28Oct22_01_15_20/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__28Oct22_01_15_20'
+--- 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 = 48.129899015394074
+--- Experiment result, Avg Power = 1425.6157039441664
+--- Experiment result, Total Workload = 3.81531e+11
+--- Experiment result, Energy Efficiency = 1.26149e-10
+--- Adding result to summary file
+--- Starting cc information : 2498500 
+--- Ending cc information : 2498500
+--- 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 0111-0220.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_01_29_20
+--- Performing experiments on configuration 2220-3330
+--- 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  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  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  3
+--- Exact frequency of core  5:  2314000
+--- Modifying the governor of core 5 
+--- Modifying the the current frequency of core 5 with frequency 2314000
+--- Frequency level of core 6 is  3
+--- Exact frequency of core  6:  2314000
+--- Modifying the governor of core 6 
+--- Modifying the the current frequency of core 6 with frequency 2314000
+--- 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: 27568 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  2
+--- frequency level of core 1 is  2
+--- frequency level of core 2 is  2
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  3
+--- frequency level of core 5 is  3
+--- frequency level of core 6 is  3
+--- frequency level of core 7 is  0
+--- 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 : 2 
+--- The current number of thread ready to be sambled  : 2, 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 : 2496500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1614.5454138047542
+powermeter script : average_power with numpy  arrays =  1614.545413804768
+powermeter script : Summary Result = time (s): 602.5035557746887
+Ins Current (mA):334.7004118456093
+Samples: 3000000
+Consumed Energy (mAs): 197291.53009716782
+Consumed Energy (mAh): 54.80320280476884
+Consumed Energy (mWs): 967406.863885519
+Consumed Energy (mWh): 268.7241288570886
+Avg power (mW): 1614.5454138047542
+Avg Current (mA): 329.14170663154147
+Avg Voltage (V): 4.905320052958713
+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  2
+--- frequency level of core 1 is  2
+--- frequency level of core 2 is  2
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  3
+--- frequency level of core 5 is  3
+--- frequency level of core 6 is  3
+--- frequency level of core 7 is  0
+--- 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 : 2496500 , 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 (2807 bytes in 0.089s)
+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 = [1248000- 1248000- 1248000- 0- 2314000- 2314000- 2314000- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.5035557746887 
+Ins Current (mA):334.7004118456093 
+Samples: 3000000 
+Consumed Energy (mAs): 197291.53009716782 
+Consumed Energy (mAh): 54.80320280476884 
+Consumed Energy (mWs): 967406.863885519 
+Consumed Energy (mWh): 268.7241288570886 
+Avg power (mW): 1614.5454138047542 
+Avg Current (mA): 329.14170663154147 
+Avg Voltage (V): 4.905320052958713 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 54.80320280476884
+--- Starting cc_info = 2496500
+--- Ending cc_info = 2496500
+--- Getting the average power
+--- Avg Power = 1614.5454138047542
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 27643
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:36:28 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 01:46:29 +0200 - Duration: 600026 seconds 
+Real workload: 3.1808502324954605E10 - Integer reached: 181332 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2496500 mAh 
+Cc_info at the end: 2496500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 27644
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:36:28 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 01:46:28 +0200 - Duration: 600029 seconds 
+Real workload: 3.1793500756902203E10 - Integer reached: 181291 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2496500 mAh 
+Cc_info at the end: 2496500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 27645
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:36:30 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 01:46:30 +0200 - Duration: 600004 seconds 
+Real workload: 3.2110776226188908E10 - Integer reached: 182156 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2496500 mAh 
+Cc_info at the end: 2496500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 27647
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:36:28 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 01:46:28 +0200 - Duration: 600011 seconds 
+Real workload: 1.2704505317781311E11 - Integer reached: 352449 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2496500 mAh 
+Cc_info at the end: 2496500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 27648
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:36:30 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 01:46:30 +0200 - Duration: 600021 seconds 
+Real workload: 1.264972028945579E11 - Integer reached: 351718 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2496500 mAh 
+Cc_info at the end: 2496500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 5 - ThreadProcess id: 27649
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:36:30 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 01:46:30 +0200 - Duration: 600007 seconds 
+Real workload: 1.2436480855702577E11 - Integer reached: 348857 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2496500 mAh 
+Cc_info at the end: 2496500 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 2,2,2,0,3,3,3,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 4.7362e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.15711e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 2220-3330 2,2,2,0,3,3,3,0                         [1248000- 1248000- 1248000- 0- 2314000- 2314000- 2314000- 0]                     time (s): 602.5035557746887 
+Ins Current (mA):334.7004118456093 
+Samples: 3000000 
+Consumed Energy (mAs): 197291.53009716782 
+Consumed Energy (mAh): 54.80320280476884 
+Consumed Energy (mWs): 967406.863885519 
+Consumed Energy (mWh): 268.7241288570886 
+Avg power (mW): 1614.5454138047542 
+Avg Current (mA): 329.14170663154147 
+Avg Voltage (V): 4.905320052958713 
+ Thread : 0 - ThreadProcess id: 27643
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:36:28 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 01:46:29 +0200 - Duration: 600026 seconds 
+Real workload: 3.1808502324954605E10 - Integer reached: 181332 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2496500 mAh 
+Cc_info at the end: 2496500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 27644
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:36:28 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 01:46:28 +0200 - Duration: 600029 seconds 
+Real workload: 3.1793500756902203E10 - Integer reached: 181291 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2496500 mAh 
+Cc_info at the end: 2496500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 27645
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:36:30 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 01:46:30 +0200 - Duration: 600004 seconds 
+Real workload: 3.2110776226188908E10 - Integer reached: 182156 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2496500 mAh 
+Cc_info at the end: 2496500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 27647
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:36:28 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 01:46:28 +0200 - Duration: 600011 seconds 
+Real workload: 1.2704505317781311E11 - Integer reached: 352449 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2496500 mAh 
+Cc_info at the end: 2496500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 27648
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:36:30 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 01:46:30 +0200 - Duration: 600021 seconds 
+Real workload: 1.264972028945579E11 - Integer reached: 351718 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2496500 mAh 
+Cc_info at the end: 2496500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 5 - ThreadProcess id: 27649
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:36:30 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 01:46:30 +0200 - Duration: 600007 seconds 
+Real workload: 1.2436480855702577E11 - Integer reached: 348857 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2496500 mAh 
+Cc_info at the end: 2496500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 54.80320280476884                     4.7362e+11 1.15711e-10  2496500 2496500 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 2220-3330 
+phone format: 2,2,2,0,3,3,3,0 
+Exact values of frequencies: [1248000- 1248000- 1248000- 0- 2314000- 2314000- 2314000- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.5035557746887 
+Ins Current (mA):334.7004118456093 
+Samples: 3000000 
+Consumed Energy (mAs): 197291.53009716782 
+Consumed Energy (mAh): 54.80320280476884 
+Consumed Energy (mWs): 967406.863885519 
+Consumed Energy (mWh): 268.7241288570886 
+Avg power (mW): 1614.5454138047542 
+Avg Current (mA): 329.14170663154147 
+Avg Voltage (V): 4.905320052958713 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 27643
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:36:28 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 01:46:29 +0200 - Duration: 600026 seconds 
+Real workload: 3.1808502324954605E10 - Integer reached: 181332 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2496500 mAh 
+Cc_info at the end: 2496500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 27644
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:36:28 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 01:46:28 +0200 - Duration: 600029 seconds 
+Real workload: 3.1793500756902203E10 - Integer reached: 181291 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2496500 mAh 
+Cc_info at the end: 2496500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 27645
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:36:30 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 01:46:30 +0200 - Duration: 600004 seconds 
+Real workload: 3.2110776226188908E10 - Integer reached: 182156 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2496500 mAh 
+Cc_info at the end: 2496500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 27647
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:36:28 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 01:46:28 +0200 - Duration: 600011 seconds 
+Real workload: 1.2704505317781311E11 - Integer reached: 352449 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2496500 mAh 
+Cc_info at the end: 2496500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 27648
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:36:30 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 01:46:30 +0200 - Duration: 600021 seconds 
+Real workload: 1.264972028945579E11 - Integer reached: 351718 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2496500 mAh 
+Cc_info at the end: 2496500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 5 - ThreadProcess id: 27649
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:36:30 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 01:46:30 +0200 - Duration: 600007 seconds 
+Real workload: 1.2436480855702577E11 - Integer reached: 348857 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2496500 mAh 
+Cc_info at the end: 2496500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 54.80320280476884 
+Workload: 4.7362e+11 
+Energy efficiency: 1.15711e-10 
+Starting cc information: 2496500 
+Ending cc information: 2496500 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_01_32_23/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__28Oct22_01_32_23/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__28Oct22_01_32_23/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__28Oct22_01_32_23/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__28Oct22_01_32_23/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__28Oct22_01_32_23/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__28Oct22_01_32_23/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__28Oct22_01_32_23/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__28Oct22_01_32_23/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__28Oct22_01_32_23/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__28Oct22_01_32_23/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__28Oct22_01_32_23/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__28Oct22_01_32_23/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__28Oct22_01_32_23/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__28Oct22_01_32_23/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__28Oct22_01_32_23/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__28Oct22_01_32_23/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__28Oct22_01_32_23/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__28Oct22_01_32_23'
+--- 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 = 54.80320280476884
+--- Experiment result, Avg Power = 1614.5454138047542
+--- Experiment result, Total Workload = 4.7362e+11
+--- Experiment result, Energy Efficiency = 1.15711e-10
+--- Adding result to summary file
+--- Starting cc information : 2496500 
+--- Ending cc information : 2496500
+--- 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 2220-3330.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_01_46_09
+--- Performing experiments on configuration 1000-0010
+--- 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  1
+--- Exact frequency of core  0:  598000
+--- Modifying the governor of core 0 
+--- Modifying the the current frequency of core 0 with frequency 598000
+--- 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  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  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  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  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: 30071 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  1
+--- frequency level of core 1 is  0
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  0
+--- 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 = 2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 2 
+--- 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
+--- Printing cc_info beginning datas (for the samsung galaxy s8)
+--- Current cc_info level : 2495000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1198.361135730452
+powermeter script : average_power with numpy  arrays =  1198.361135730414
+powermeter script : Summary Result = time (s): 602.5752277374268
+Ins Current (mA):218.1887276938785
+Samples: 3000000
+Consumed Energy (mAs): 144797.7873684787
+Consumed Energy (mAh): 40.22160760235519
+Consumed Energy (mWs): 719329.8106214913
+Consumed Energy (mWh): 199.81383628374758
+Avg power (mW): 1198.361135730452
+Avg Current (mA): 241.1050387304852
+Avg Voltage (V): 4.970286569041876
+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  1
+--- frequency level of core 1 is  0
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  0
+--- 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 = 2
+--- Number of thread ended: 2 
+--- Now threads are stopped, getting the cc_info_level for samsung 
+--- Current cc_info level : 2495000 , 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/: 4 files pulled, 0 skipped. 0.0 MB/s (936 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 = [598000- 0- 0- 0- 0- 0- 741000- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.5752277374268 
+Ins Current (mA):218.1887276938785 
+Samples: 3000000 
+Consumed Energy (mAs): 144797.7873684787 
+Consumed Energy (mAh): 40.22160760235519 
+Consumed Energy (mWs): 719329.8106214913 
+Consumed Energy (mWh): 199.81383628374758 
+Avg power (mW): 1198.361135730452 
+Avg Current (mA): 241.1050387304852 
+Avg Voltage (V): 4.970286569041876 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 40.22160760235519
+--- Starting cc_info = 2495000
+--- Ending cc_info = 2495000
+--- Getting the average power
+--- Avg Power = 1198.361135730452
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 30124
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:53:46 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 02:03:47 +0200 - Duration: 600025 seconds 
+Real workload: 3.0610985605582104E10 - Integer reached: 105200 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 64.2 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2495000 mAh 
+Cc_info at the end: 2495000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 30125
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:53:47 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 02:03:47 +0200 - Duration: 600007 seconds 
+Real workload: 1.2047210514620032E11 - Integer reached: 202773 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 64.2 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2495000 mAh 
+Cc_info at the end: 2495000 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 1,0,0,0,0,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.51083e+11
+--- Getting energy efficiency
+--- Energy efficiency: 2.66222e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 1000-0010 1,0,0,0,0,0,1,0                         [598000- 0- 0- 0- 0- 0- 741000- 0]                     time (s): 602.5752277374268 
+Ins Current (mA):218.1887276938785 
+Samples: 3000000 
+Consumed Energy (mAs): 144797.7873684787 
+Consumed Energy (mAh): 40.22160760235519 
+Consumed Energy (mWs): 719329.8106214913 
+Consumed Energy (mWh): 199.81383628374758 
+Avg power (mW): 1198.361135730452 
+Avg Current (mA): 241.1050387304852 
+Avg Voltage (V): 4.970286569041876 
+ Thread : 0 - ThreadProcess id: 30124
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:53:46 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 02:03:47 +0200 - Duration: 600025 seconds 
+Real workload: 3.0610985605582104E10 - Integer reached: 105200 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 64.2 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2495000 mAh 
+Cc_info at the end: 2495000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 30125
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:53:47 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 02:03:47 +0200 - Duration: 600007 seconds 
+Real workload: 1.2047210514620032E11 - Integer reached: 202773 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 64.2 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2495000 mAh 
+Cc_info at the end: 2495000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 40.22160760235519                     1.51083e+11 2.66222e-10  2495000 2495000 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 1000-0010 
+phone format: 1,0,0,0,0,0,1,0 
+Exact values of frequencies: [598000- 0- 0- 0- 0- 0- 741000- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.5752277374268 
+Ins Current (mA):218.1887276938785 
+Samples: 3000000 
+Consumed Energy (mAs): 144797.7873684787 
+Consumed Energy (mAh): 40.22160760235519 
+Consumed Energy (mWs): 719329.8106214913 
+Consumed Energy (mWh): 199.81383628374758 
+Avg power (mW): 1198.361135730452 
+Avg Current (mA): 241.1050387304852 
+Avg Voltage (V): 4.970286569041876 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 30124
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:53:46 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 02:03:47 +0200 - Duration: 600025 seconds 
+Real workload: 3.0610985605582104E10 - Integer reached: 105200 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 64.2 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2495000 mAh 
+Cc_info at the end: 2495000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 30125
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 01:53:47 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 02:03:47 +0200 - Duration: 600007 seconds 
+Real workload: 1.2047210514620032E11 - Integer reached: 202773 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 64.2 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2495000 mAh 
+Cc_info at the end: 2495000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 40.22160760235519 
+Workload: 1.51083e+11 
+Energy efficiency: 2.66222e-10 
+Starting cc information: 2495000 
+Ending cc information: 2495000 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_01_49_11/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__28Oct22_01_49_11/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__28Oct22_01_49_11/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__28Oct22_01_49_11/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__28Oct22_01_49_11/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__28Oct22_01_49_11/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__28Oct22_01_49_11/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__28Oct22_01_49_11/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__28Oct22_01_49_11/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__28Oct22_01_49_11/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__28Oct22_01_49_11/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__28Oct22_01_49_11/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__28Oct22_01_49_11/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__28Oct22_01_49_11/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__28Oct22_01_49_11/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__28Oct22_01_49_11/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__28Oct22_01_49_11/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__28Oct22_01_49_11/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__28Oct22_01_49_11/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__28Oct22_01_49_11/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__28Oct22_01_49_11'
+--- 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 = 40.22160760235519
+--- Experiment result, Avg Power = 1198.361135730452
+--- Experiment result, Total Workload = 1.51083e+11
+--- Experiment result, Energy Efficiency = 2.66222e-10
+--- Adding result to summary file
+--- Starting cc information : 2495000 
+--- Ending cc information : 2495000
+--- 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 1000-0010.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_02_03_23
+--- Performing experiments on configuration 1010-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
+--- 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  1
+--- Exact frequency of core  0:  598000
+--- Modifying the governor of core 0 
+--- Modifying the the current frequency of core 0 with frequency 598000
+--- 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  1
+--- Exact frequency of core  2:  598000
+--- Modifying the governor of core 2 
+--- Modifying the the current frequency of core 2 with frequency 598000
+--- 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  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  3
+--- Exact frequency of core  7:  2314000
+--- Modifying the governor of core 7 
+--- 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
+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: 32329 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  1
+--- frequency level of core 1 is  0
+--- frequency level of core 2 is  1
+--- 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 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 : 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 : 2476500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  2564.255311850087
+powermeter script : average_power with numpy  arrays =  2564.2553118496267
+powermeter script : Summary Result = time (s): 609.4624326229095
+Ins Current (mA):544.7045033718139
+Samples: 3000000
+Consumed Energy (mAs): 323771.9438312314
+Consumed Energy (mAh): 89.93665106423094
+Consumed Energy (mWs): 1536915.113478014
+Consumed Energy (mWh): 426.9208648550039
+Avg power (mW): 2564.255311850087
+Avg Current (mA): 540.0313474181434
+Avg Voltage (V): 4.748345302748875
+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  1
+--- frequency level of core 1 is  0
+--- frequency level of core 2 is  1
+--- 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 = 4
+--- Number of thread ended: 4 
+--- Now threads are stopped, getting the cc_info_level for samsung 
+--- Current cc_info level : 2450000 , 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.0 MB/s (1882 bytes in 0.059s)
+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 = [598000- 0- 598000- 0- 2314000- 0- 0- 2314000]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 609.4624326229095 
+Ins Current (mA):544.7045033718139 
+Samples: 3000000 
+Consumed Energy (mAs): 323771.9438312314 
+Consumed Energy (mAh): 89.93665106423094 
+Consumed Energy (mWs): 1536915.113478014 
+Consumed Energy (mWh): 426.9208648550039 
+Avg power (mW): 2564.255311850087 
+Avg Current (mA): 540.0313474181434 
+Avg Voltage (V): 4.748345302748875 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 89.93665106423094
+--- Starting cc_info = 2476500
+--- Ending cc_info = 2450000
+--- Getting the average power
+--- Avg Power = 2564.255311850087
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 32411
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 02:10:44 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 02:20:45 +0200 - Duration: 600018 seconds 
+Real workload: 3.1945511005325123E10 - Integer reached: 149620 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 97.2 
+Start: 99 % - End: 98 
+Cc_info at the beginning: 2477000 mAh 
+Cc_info at the end: 2450000 mAh 
+Cc_info variation: -27000.0 mAh 
+
+Thread : 1 - ThreadProcess id: 32412
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 02:10:44 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 02:20:46 +0200 - Duration: 600023 seconds 
+Real workload: 3.1214028454854843E10 - Integer reached: 147969 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 97.3 
+Start: 99 % - End: 98 
+Cc_info at the beginning: 2477000 mAh 
+Cc_info at the end: 2450000 mAh 
+Cc_info variation: -27000.0 mAh 
+
+Thread : 2 - ThreadProcess id: 32413
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 02:10:44 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 02:20:44 +0200 - Duration: 600005 seconds 
+Real workload: 3.650284179062091E11 - Integer reached: 481702 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 97.2 
+Start: 99 % - End: 98 
+Cc_info at the beginning: 2477000 mAh 
+Cc_info at the end: 2450000 mAh 
+Cc_info variation: -27000.0 mAh 
+
+Thread : 3 - ThreadProcess id: 32415
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 02:10:45 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 02:20:45 +0200 - Duration: 600004 seconds 
+Real workload: 3.618791829242576E11 - Integer reached: 479699 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 97.2 
+Start: 99 % - End: 98 
+Cc_info at the beginning: 2477000 mAh 
+Cc_info at the end: 2450000 mAh 
+Cc_info variation: -27000.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 1,0,1,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 : 7.90067e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.13834e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 1010-3003 1,0,1,0,3,0,0,3                         [598000- 0- 598000- 0- 2314000- 0- 0- 2314000]                     time (s): 609.4624326229095 
+Ins Current (mA):544.7045033718139 
+Samples: 3000000 
+Consumed Energy (mAs): 323771.9438312314 
+Consumed Energy (mAh): 89.93665106423094 
+Consumed Energy (mWs): 1536915.113478014 
+Consumed Energy (mWh): 426.9208648550039 
+Avg power (mW): 2564.255311850087 
+Avg Current (mA): 540.0313474181434 
+Avg Voltage (V): 4.748345302748875 
+ Thread : 0 - ThreadProcess id: 32411
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 02:10:44 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 02:20:45 +0200 - Duration: 600018 seconds 
+Real workload: 3.1945511005325123E10 - Integer reached: 149620 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 97.2 
+Start: 99 % - End: 98 
+Cc_info at the beginning: 2477000 mAh 
+Cc_info at the end: 2450000 mAh 
+Cc_info variation: -27000.0 mAh 
+
+Thread : 1 - ThreadProcess id: 32412
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 02:10:44 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 02:20:46 +0200 - Duration: 600023 seconds 
+Real workload: 3.1214028454854843E10 - Integer reached: 147969 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 97.3 
+Start: 99 % - End: 98 
+Cc_info at the beginning: 2477000 mAh 
+Cc_info at the end: 2450000 mAh 
+Cc_info variation: -27000.0 mAh 
+
+Thread : 2 - ThreadProcess id: 32413
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 02:10:44 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 02:20:44 +0200 - Duration: 600005 seconds 
+Real workload: 3.650284179062091E11 - Integer reached: 481702 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 97.2 
+Start: 99 % - End: 98 
+Cc_info at the beginning: 2477000 mAh 
+Cc_info at the end: 2450000 mAh 
+Cc_info variation: -27000.0 mAh 
+
+Thread : 3 - ThreadProcess id: 32415
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 02:10:45 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 02:20:45 +0200 - Duration: 600004 seconds 
+Real workload: 3.618791829242576E11 - Integer reached: 479699 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 97.2 
+Start: 99 % - End: 98 
+Cc_info at the beginning: 2477000 mAh 
+Cc_info at the end: 2450000 mAh 
+Cc_info variation: -27000.0 mAh 
+
+ 89.93665106423094                     7.90067e+11 1.13834e-10  2476500 2450000 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 1010-3003 
+phone format: 1,0,1,0,3,0,0,3 
+Exact values of frequencies: [598000- 0- 598000- 0- 2314000- 0- 0- 2314000] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 609.4624326229095 
+Ins Current (mA):544.7045033718139 
+Samples: 3000000 
+Consumed Energy (mAs): 323771.9438312314 
+Consumed Energy (mAh): 89.93665106423094 
+Consumed Energy (mWs): 1536915.113478014 
+Consumed Energy (mWh): 426.9208648550039 
+Avg power (mW): 2564.255311850087 
+Avg Current (mA): 540.0313474181434 
+Avg Voltage (V): 4.748345302748875 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 32411
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 02:10:44 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 02:20:45 +0200 - Duration: 600018 seconds 
+Real workload: 3.1945511005325123E10 - Integer reached: 149620 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 97.2 
+Start: 99 % - End: 98 
+Cc_info at the beginning: 2477000 mAh 
+Cc_info at the end: 2450000 mAh 
+Cc_info variation: -27000.0 mAh 
+
+Thread : 1 - ThreadProcess id: 32412
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 02:10:44 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 02:20:46 +0200 - Duration: 600023 seconds 
+Real workload: 3.1214028454854843E10 - Integer reached: 147969 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 97.3 
+Start: 99 % - End: 98 
+Cc_info at the beginning: 2477000 mAh 
+Cc_info at the end: 2450000 mAh 
+Cc_info variation: -27000.0 mAh 
+
+Thread : 2 - ThreadProcess id: 32413
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 02:10:44 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 02:20:44 +0200 - Duration: 600005 seconds 
+Real workload: 3.650284179062091E11 - Integer reached: 481702 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 97.2 
+Start: 99 % - End: 98 
+Cc_info at the beginning: 2477000 mAh 
+Cc_info at the end: 2450000 mAh 
+Cc_info variation: -27000.0 mAh 
+
+Thread : 3 - ThreadProcess id: 32415
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 02:10:45 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 02:20:45 +0200 - Duration: 600004 seconds 
+Real workload: 3.618791829242576E11 - Integer reached: 479699 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 97.2 
+Start: 99 % - End: 98 
+Cc_info at the beginning: 2477000 mAh 
+Cc_info at the end: 2450000 mAh 
+Cc_info variation: -27000.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 89.93665106423094 
+Workload: 7.90067e+11 
+Energy efficiency: 1.13834e-10 
+Starting cc information: 2476500 
+Ending cc information: 2450000 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_02_06_25/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__28Oct22_02_06_25/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__28Oct22_02_06_25/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__28Oct22_02_06_25/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__28Oct22_02_06_25/app_output_folder/Thread_1_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__28Oct22_02_06_25/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__28Oct22_02_06_25/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__28Oct22_02_06_25/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__28Oct22_02_06_25/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__28Oct22_02_06_25/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__28Oct22_02_06_25/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__28Oct22_02_06_25/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__28Oct22_02_06_25'
+--- 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 = 89.93665106423094
+--- Experiment result, Avg Power = 2564.255311850087
+--- Experiment result, Total Workload = 7.90067e+11
+--- Experiment result, Energy Efficiency = 1.13834e-10
+--- Adding result to summary file
+--- Starting cc information : 2476500 
+--- Ending cc information : 2450000
+--- 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 1010-3003.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_02_20_29
+--- Performing experiments on configuration 2202-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
+--- 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 : 98 
+--- 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 : 98 
+--- 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 : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 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  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  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  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  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  3
+--- Exact frequency of core  7:  2314000
+--- Modifying the governor of core 7 
+--- 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
+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: 2759 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  2
+--- frequency level of core 1 is  2
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  2
+--- 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 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
+--- 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 : 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 : 4 
+--- The current number of thread ready to be sambled  : 4, 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 : 2457000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  2575.06512649287
+powermeter script : average_power with numpy  arrays =  2575.06512649823
+powermeter script : Summary Result = time (s): 603.1741781234741
+Ins Current (mA):544.0495902404457
+Samples: 3000000
+Consumed Energy (mAs): 325295.04641938314
+Consumed Energy (mAh): 90.35973511649532
+Consumed Energy (mWs): 1543855.7894789483
+Consumed Energy (mWh): 428.848830410819
+Avg power (mW): 2575.06512649287
+Avg Current (mA): 542.5382415565181
+Avg Voltage (V): 4.7463292524875715
+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  2
+--- frequency level of core 1 is  2
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  2
+--- 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 : 2383500 , 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.1 MB/s (2343 bytes in 0.038s)
+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 = [1248000- 1248000- 0- 1248000- 2314000- 0- 0- 2314000]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 603.1741781234741 
+Ins Current (mA):544.0495902404457 
+Samples: 3000000 
+Consumed Energy (mAs): 325295.04641938314 
+Consumed Energy (mAh): 90.35973511649532 
+Consumed Energy (mWs): 1543855.7894789483 
+Consumed Energy (mWh): 428.848830410819 
+Avg power (mW): 2575.06512649287 
+Avg Current (mA): 542.5382415565181 
+Avg Voltage (V): 4.7463292524875715 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 90.35973511649532
+--- Starting cc_info = 2457000
+--- Ending cc_info = 2383500
+--- Getting the average power
+--- Avg Power = 2575.06512649287
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 2875
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 02:33:15 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 02:43:16 +0200 - Duration: 600011 seconds 
+Real workload: 9.175193586768709E10 - Integer reached: 276180 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.1 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2457500 mAh 
+Cc_info at the end: 2383500 mAh 
+Cc_info variation: -74000.0 mAh 
+
+Thread : 1 - ThreadProcess id: 2876
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 02:33:15 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 02:43:16 +0200 - Duration: 600009 seconds 
+Real workload: 9.13655038347553E10 - Integer reached: 275621 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.0 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2457500 mAh 
+Cc_info at the end: 2383500 mAh 
+Cc_info variation: -74000.0 mAh 
+
+Thread : 2 - ThreadProcess id: 2877
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 02:33:15 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 02:43:15 +0200 - Duration: 600011 seconds 
+Real workload: 9.20338235666207E10 - Integer reached: 276587 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.0 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2457500 mAh 
+Cc_info at the end: 2383500 mAh 
+Cc_info variation: -74000.0 mAh 
+
+Thread : 3 - ThreadProcess id: 2878
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 02:33:16 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 02:43:16 +0200 - Duration: 600003 seconds 
+Real workload: 4.165598095858626E11 - Integer reached: 571453 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.0 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2457500 mAh 
+Cc_info at the end: 2383500 mAh 
+Cc_info variation: -74000.0 mAh 
+
+Thread : 4 - ThreadProcess id: 2879
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 02:33:17 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 02:43:17 +0200 - Duration: 600007 seconds 
+Real workload: 4.124961835654918E11 - Integer reached: 568764 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.1 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2457000 mAh 
+Cc_info at the end: 2383500 mAh 
+Cc_info variation: -73500.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 2,2,0,2,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 : 1.10421e+12
+--- Getting energy efficiency
+--- Energy efficiency: 8.1832e-11
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 2202-3003 2,2,0,2,3,0,0,3                         [1248000- 1248000- 0- 1248000- 2314000- 0- 0- 2314000]                     time (s): 603.1741781234741 
+Ins Current (mA):544.0495902404457 
+Samples: 3000000 
+Consumed Energy (mAs): 325295.04641938314 
+Consumed Energy (mAh): 90.35973511649532 
+Consumed Energy (mWs): 1543855.7894789483 
+Consumed Energy (mWh): 428.848830410819 
+Avg power (mW): 2575.06512649287 
+Avg Current (mA): 542.5382415565181 
+Avg Voltage (V): 4.7463292524875715 
+ Thread : 0 - ThreadProcess id: 2875
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 02:33:15 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 02:43:16 +0200 - Duration: 600011 seconds 
+Real workload: 9.175193586768709E10 - Integer reached: 276180 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.1 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2457500 mAh 
+Cc_info at the end: 2383500 mAh 
+Cc_info variation: -74000.0 mAh 
+
+Thread : 1 - ThreadProcess id: 2876
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 02:33:15 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 02:43:16 +0200 - Duration: 600009 seconds 
+Real workload: 9.13655038347553E10 - Integer reached: 275621 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.0 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2457500 mAh 
+Cc_info at the end: 2383500 mAh 
+Cc_info variation: -74000.0 mAh 
+
+Thread : 2 - ThreadProcess id: 2877
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 02:33:15 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 02:43:15 +0200 - Duration: 600011 seconds 
+Real workload: 9.20338235666207E10 - Integer reached: 276587 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.0 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2457500 mAh 
+Cc_info at the end: 2383500 mAh 
+Cc_info variation: -74000.0 mAh 
+
+Thread : 3 - ThreadProcess id: 2878
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 02:33:16 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 02:43:16 +0200 - Duration: 600003 seconds 
+Real workload: 4.165598095858626E11 - Integer reached: 571453 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.0 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2457500 mAh 
+Cc_info at the end: 2383500 mAh 
+Cc_info variation: -74000.0 mAh 
+
+Thread : 4 - ThreadProcess id: 2879
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 02:33:17 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 02:43:17 +0200 - Duration: 600007 seconds 
+Real workload: 4.124961835654918E11 - Integer reached: 568764 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.1 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2457000 mAh 
+Cc_info at the end: 2383500 mAh 
+Cc_info variation: -73500.0 mAh 
+
+ 90.35973511649532                     1.10421e+12 8.1832e-11  2457000 2383500 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 2202-3003 
+phone format: 2,2,0,2,3,0,0,3 
+Exact values of frequencies: [1248000- 1248000- 0- 1248000- 2314000- 0- 0- 2314000] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 603.1741781234741 
+Ins Current (mA):544.0495902404457 
+Samples: 3000000 
+Consumed Energy (mAs): 325295.04641938314 
+Consumed Energy (mAh): 90.35973511649532 
+Consumed Energy (mWs): 1543855.7894789483 
+Consumed Energy (mWh): 428.848830410819 
+Avg power (mW): 2575.06512649287 
+Avg Current (mA): 542.5382415565181 
+Avg Voltage (V): 4.7463292524875715 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 2875
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 02:33:15 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 02:43:16 +0200 - Duration: 600011 seconds 
+Real workload: 9.175193586768709E10 - Integer reached: 276180 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.1 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2457500 mAh 
+Cc_info at the end: 2383500 mAh 
+Cc_info variation: -74000.0 mAh 
+
+Thread : 1 - ThreadProcess id: 2876
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 02:33:15 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 02:43:16 +0200 - Duration: 600009 seconds 
+Real workload: 9.13655038347553E10 - Integer reached: 275621 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.0 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2457500 mAh 
+Cc_info at the end: 2383500 mAh 
+Cc_info variation: -74000.0 mAh 
+
+Thread : 2 - ThreadProcess id: 2877
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 02:33:15 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 02:43:15 +0200 - Duration: 600011 seconds 
+Real workload: 9.20338235666207E10 - Integer reached: 276587 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.0 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2457500 mAh 
+Cc_info at the end: 2383500 mAh 
+Cc_info variation: -74000.0 mAh 
+
+Thread : 3 - ThreadProcess id: 2878
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 02:33:16 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 02:43:16 +0200 - Duration: 600003 seconds 
+Real workload: 4.165598095858626E11 - Integer reached: 571453 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.0 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2457500 mAh 
+Cc_info at the end: 2383500 mAh 
+Cc_info variation: -74000.0 mAh 
+
+Thread : 4 - ThreadProcess id: 2879
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 02:33:17 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 02:43:17 +0200 - Duration: 600007 seconds 
+Real workload: 4.124961835654918E11 - Integer reached: 568764 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.1 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2457000 mAh 
+Cc_info at the end: 2383500 mAh 
+Cc_info variation: -73500.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 90.35973511649532 
+Workload: 1.10421e+12 
+Energy efficiency: 8.1832e-11 
+Starting cc information: 2457000 
+Ending cc information: 2383500 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_02_23_31/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__28Oct22_02_23_31/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__28Oct22_02_23_31/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__28Oct22_02_23_31/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__28Oct22_02_23_31/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__28Oct22_02_23_31/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__28Oct22_02_23_31/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__28Oct22_02_23_31/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__28Oct22_02_23_31/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__28Oct22_02_23_31/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__28Oct22_02_23_31/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__28Oct22_02_23_31/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__28Oct22_02_23_31/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__28Oct22_02_23_31/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__28Oct22_02_23_31/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__28Oct22_02_23_31/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__28Oct22_02_23_31'
+--- 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 = 90.35973511649532
+--- Experiment result, Avg Power = 2575.06512649287
+--- Experiment result, Total Workload = 1.10421e+12
+--- Experiment result, Energy Efficiency = 8.1832e-11
+--- Adding result to summary file
+--- Starting cc information : 2457000 
+--- Ending cc information : 2383500
+--- 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 2202-3003.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_02_42_54
+--- Performing experiments on configuration 2220-2000
+--- 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 : 96 
+--- 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 : 96 
+--- 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 : 96, 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 : 96 
+--- The current battery level : 96, 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 : 96 
+--- The current battery level : 96, 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 : 96 
+--- The current battery level : 96, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 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  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  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  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: 7009 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  2
+--- frequency level of core 1 is  2
+--- frequency level of core 2 is  2
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  2
+--- 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 = 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 : 3 
+--- The current number of thread ready to be sambled  : 3, 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 : 2455000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1228.6971242467573
+powermeter script : average_power with numpy  arrays =  1228.6971242469194
+powermeter script : Summary Result = time (s): 602.9415349960327
+Ins Current (mA):239.86322178027703
+Samples: 3000000
+Consumed Energy (mAs): 148594.15152866606
+Consumed Energy (mAh): 41.27615320240724
+Consumed Energy (mWs): 737371.0044857963
+Consumed Energy (mWh): 204.8252790238323
+Avg power (mW): 1228.6971242467573
+Avg Current (mA): 247.42852516162276
+Avg Voltage (V): 4.965866904166204
+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  2
+--- frequency level of core 1 is  2
+--- frequency level of core 2 is  2
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  2
+--- 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 = 4
+--- Number of thread ended: 4 
+--- Now threads are stopped, getting the cc_info_level for samsung 
+--- Current cc_info level : 2455000 , 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.0 MB/s (1862 bytes in 0.063s)
+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 = [1248000- 1248000- 1248000- 0- 1469000- 0- 0- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.9415349960327 
+Ins Current (mA):239.86322178027703 
+Samples: 3000000 
+Consumed Energy (mAs): 148594.15152866606 
+Consumed Energy (mAh): 41.27615320240724 
+Consumed Energy (mWs): 737371.0044857963 
+Consumed Energy (mWh): 204.8252790238323 
+Avg power (mW): 1228.6971242467573 
+Avg Current (mA): 247.42852516162276 
+Avg Voltage (V): 4.965866904166204 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 41.27615320240724
+--- Starting cc_info = 2455000
+--- Ending cc_info = 2455000
+--- Getting the average power
+--- Avg Power = 1228.6971242467573
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 7101
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:06:39 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 03:16:40 +0200 - Duration: 600020 seconds 
+Real workload: 3.1531503071092884E10 - Integer reached: 148688 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 76.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2455000 mAh 
+Cc_info at the end: 2455000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 7102
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:06:40 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 03:16:41 +0200 - Duration: 600029 seconds 
+Real workload: 3.0869753872013607E10 - Integer reached: 147185 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 76.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2455000 mAh 
+Cc_info at the end: 2455000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 7105
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:06:40 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 03:16:40 +0200 - Duration: 600034 seconds 
+Real workload: 3.13661551256661E10 - Integer reached: 148314 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 76.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2455000 mAh 
+Cc_info at the end: 2455000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 7114
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:06:39 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 03:16:40 +0200 - Duration: 600003 seconds 
+Real workload: 1.2342214992046979E11 - Integer reached: 286083 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 76.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2455000 mAh 
+Cc_info at the end: 2455000 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 2,2,2,0,2,0,0,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 2.1719e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.90046e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 2220-2000 2,2,2,0,2,0,0,0                         [1248000- 1248000- 1248000- 0- 1469000- 0- 0- 0]                     time (s): 602.9415349960327 
+Ins Current (mA):239.86322178027703 
+Samples: 3000000 
+Consumed Energy (mAs): 148594.15152866606 
+Consumed Energy (mAh): 41.27615320240724 
+Consumed Energy (mWs): 737371.0044857963 
+Consumed Energy (mWh): 204.8252790238323 
+Avg power (mW): 1228.6971242467573 
+Avg Current (mA): 247.42852516162276 
+Avg Voltage (V): 4.965866904166204 
+ Thread : 0 - ThreadProcess id: 7101
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:06:39 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 03:16:40 +0200 - Duration: 600020 seconds 
+Real workload: 3.1531503071092884E10 - Integer reached: 148688 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 76.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2455000 mAh 
+Cc_info at the end: 2455000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 7102
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:06:40 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 03:16:41 +0200 - Duration: 600029 seconds 
+Real workload: 3.0869753872013607E10 - Integer reached: 147185 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 76.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2455000 mAh 
+Cc_info at the end: 2455000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 7105
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:06:40 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 03:16:40 +0200 - Duration: 600034 seconds 
+Real workload: 3.13661551256661E10 - Integer reached: 148314 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 76.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2455000 mAh 
+Cc_info at the end: 2455000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 7114
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:06:39 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 03:16:40 +0200 - Duration: 600003 seconds 
+Real workload: 1.2342214992046979E11 - Integer reached: 286083 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 76.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2455000 mAh 
+Cc_info at the end: 2455000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 41.27615320240724                     2.1719e+11 1.90046e-10  2455000 2455000 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 2220-2000 
+phone format: 2,2,2,0,2,0,0,0 
+Exact values of frequencies: [1248000- 1248000- 1248000- 0- 1469000- 0- 0- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.9415349960327 
+Ins Current (mA):239.86322178027703 
+Samples: 3000000 
+Consumed Energy (mAs): 148594.15152866606 
+Consumed Energy (mAh): 41.27615320240724 
+Consumed Energy (mWs): 737371.0044857963 
+Consumed Energy (mWh): 204.8252790238323 
+Avg power (mW): 1228.6971242467573 
+Avg Current (mA): 247.42852516162276 
+Avg Voltage (V): 4.965866904166204 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 7101
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:06:39 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 03:16:40 +0200 - Duration: 600020 seconds 
+Real workload: 3.1531503071092884E10 - Integer reached: 148688 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 76.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2455000 mAh 
+Cc_info at the end: 2455000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 7102
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:06:40 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 03:16:41 +0200 - Duration: 600029 seconds 
+Real workload: 3.0869753872013607E10 - Integer reached: 147185 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 76.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2455000 mAh 
+Cc_info at the end: 2455000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 7105
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:06:40 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 03:16:40 +0200 - Duration: 600034 seconds 
+Real workload: 3.13661551256661E10 - Integer reached: 148314 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 76.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2455000 mAh 
+Cc_info at the end: 2455000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 7114
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:06:39 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 03:16:40 +0200 - Duration: 600003 seconds 
+Real workload: 1.2342214992046979E11 - Integer reached: 286083 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 76.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2455000 mAh 
+Cc_info at the end: 2455000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 41.27615320240724 
+Workload: 2.1719e+11 
+Energy efficiency: 1.90046e-10 
+Starting cc information: 2455000 
+Ending cc information: 2455000 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_02_45_56/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__28Oct22_02_45_56/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__28Oct22_02_45_56/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__28Oct22_02_45_56/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__28Oct22_02_45_56/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__28Oct22_02_45_56/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__28Oct22_02_45_56/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__28Oct22_02_45_56/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__28Oct22_02_45_56/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__28Oct22_02_45_56/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__28Oct22_02_45_56/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__28Oct22_02_45_56/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__28Oct22_02_45_56/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__28Oct22_02_45_56/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__28Oct22_02_45_56/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__28Oct22_02_45_56/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__28Oct22_02_45_56/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__28Oct22_02_45_56/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__28Oct22_02_45_56'
+--- 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 = 41.27615320240724
+--- Experiment result, Avg Power = 1228.6971242467573
+--- Experiment result, Total Workload = 2.1719e+11
+--- Experiment result, Energy Efficiency = 1.90046e-10
+--- Adding result to summary file
+--- Starting cc information : 2455000 
+--- Ending cc information : 2455000
+--- 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 2220-2000.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_03_16_18
+--- Performing experiments on configuration 0101-3330
+--- 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  1
+--- Exact frequency of core  1:  598000
+--- 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 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 governor of core 3 
+--- Modifying the the current frequency of core 3 with frequency 598000
+--- 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  3
+--- Exact frequency of core  5:  2314000
+--- Modifying the governor of core 5 
+--- Modifying the the current frequency of core 5 with frequency 2314000
+--- Frequency level of core 6 is  3
+--- Exact frequency of core  6:  2314000
+--- Modifying the governor of core 6 
+--- Modifying the the current frequency of core 6 with frequency 2314000
+--- 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: 9540 
+---- 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  3
+--- frequency level of core 5 is  3
+--- frequency level of core 6 is  3
+--- frequency level of core 7 is  0
+--- 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
+--- 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 : 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 : 2453500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1604.1422143671011
+powermeter script : average_power with numpy  arrays =  1604.142214367036
+powermeter script : Summary Result = time (s): 602.4364356994629
+Ins Current (mA):317.85531785190403
+Samples: 3000000
+Consumed Energy (mAs): 195413.5895291921
+Consumed Energy (mAh): 54.28155264699781
+Consumed Energy (mWs): 958703.4621442023
+Consumed Energy (mWh): 266.3065172622784
+Avg power (mW): 1604.1422143671011
+Avg Current (mA): 326.9055954618617
+Avg Voltage (V): 4.907050343083673
+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  1
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  1
+--- frequency level of core 4 is  3
+--- frequency level of core 5 is  3
+--- frequency level of core 6 is  3
+--- frequency level of core 7 is  0
+--- 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 : 2453500 , 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 (2328 bytes in 0.062s)
+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- 598000- 0- 598000- 2314000- 2314000- 2314000- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.4364356994629 
+Ins Current (mA):317.85531785190403 
+Samples: 3000000 
+Consumed Energy (mAs): 195413.5895291921 
+Consumed Energy (mAh): 54.28155264699781 
+Consumed Energy (mWs): 958703.4621442023 
+Consumed Energy (mWh): 266.3065172622784 
+Avg power (mW): 1604.1422143671011 
+Avg Current (mA): 326.9055954618617 
+Avg Voltage (V): 4.907050343083673 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 54.28155264699781
+--- Starting cc_info = 2453500
+--- Ending cc_info = 2453500
+--- Getting the average power
+--- Avg Power = 1604.1422143671011
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 9643
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:23:41 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 03:33:41 +0200 - Duration: 600013 seconds 
+Real workload: 4.284526827229436E10 - Integer reached: 191660 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2453500 mAh 
+Cc_info at the end: 2453500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 9644
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:23:41 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 03:33:43 +0200 - Duration: 600034 seconds 
+Real workload: 4.270364779017433E10 - Integer reached: 191356 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2453500 mAh 
+Cc_info at the end: 2453500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 9645
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:23:41 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 03:33:42 +0200 - Duration: 600013 seconds 
+Real workload: 1.2658438285039616E11 - Integer reached: 322332 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2453500 mAh 
+Cc_info at the end: 2453500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 9646
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:23:41 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 03:33:41 +0200 - Duration: 600001 seconds 
+Real workload: 1.2687564188729268E11 - Integer reached: 322688 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2453500 mAh 
+Cc_info at the end: 2453500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 9648
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:23:42 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 03:33:43 +0200 - Duration: 600021 seconds 
+Real workload: 1.2652878850969763E11 - Integer reached: 322264 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2453500 mAh 
+Cc_info at the end: 2453500 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,1,0,1,3,3,3,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 4.65538e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.166e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 0101-3330 0,1,0,1,3,3,3,0                         [0- 598000- 0- 598000- 2314000- 2314000- 2314000- 0]                     time (s): 602.4364356994629 
+Ins Current (mA):317.85531785190403 
+Samples: 3000000 
+Consumed Energy (mAs): 195413.5895291921 
+Consumed Energy (mAh): 54.28155264699781 
+Consumed Energy (mWs): 958703.4621442023 
+Consumed Energy (mWh): 266.3065172622784 
+Avg power (mW): 1604.1422143671011 
+Avg Current (mA): 326.9055954618617 
+Avg Voltage (V): 4.907050343083673 
+ Thread : 0 - ThreadProcess id: 9643
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:23:41 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 03:33:41 +0200 - Duration: 600013 seconds 
+Real workload: 4.284526827229436E10 - Integer reached: 191660 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2453500 mAh 
+Cc_info at the end: 2453500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 9644
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:23:41 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 03:33:43 +0200 - Duration: 600034 seconds 
+Real workload: 4.270364779017433E10 - Integer reached: 191356 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2453500 mAh 
+Cc_info at the end: 2453500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 9645
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:23:41 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 03:33:42 +0200 - Duration: 600013 seconds 
+Real workload: 1.2658438285039616E11 - Integer reached: 322332 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2453500 mAh 
+Cc_info at the end: 2453500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 9646
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:23:41 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 03:33:41 +0200 - Duration: 600001 seconds 
+Real workload: 1.2687564188729268E11 - Integer reached: 322688 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2453500 mAh 
+Cc_info at the end: 2453500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 9648
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:23:42 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 03:33:43 +0200 - Duration: 600021 seconds 
+Real workload: 1.2652878850969763E11 - Integer reached: 322264 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2453500 mAh 
+Cc_info at the end: 2453500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 54.28155264699781                     4.65538e+11 1.166e-10  2453500 2453500 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 0101-3330 
+phone format: 0,1,0,1,3,3,3,0 
+Exact values of frequencies: [0- 598000- 0- 598000- 2314000- 2314000- 2314000- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.4364356994629 
+Ins Current (mA):317.85531785190403 
+Samples: 3000000 
+Consumed Energy (mAs): 195413.5895291921 
+Consumed Energy (mAh): 54.28155264699781 
+Consumed Energy (mWs): 958703.4621442023 
+Consumed Energy (mWh): 266.3065172622784 
+Avg power (mW): 1604.1422143671011 
+Avg Current (mA): 326.9055954618617 
+Avg Voltage (V): 4.907050343083673 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 9643
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:23:41 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 03:33:41 +0200 - Duration: 600013 seconds 
+Real workload: 4.284526827229436E10 - Integer reached: 191660 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2453500 mAh 
+Cc_info at the end: 2453500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 9644
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:23:41 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 03:33:43 +0200 - Duration: 600034 seconds 
+Real workload: 4.270364779017433E10 - Integer reached: 191356 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2453500 mAh 
+Cc_info at the end: 2453500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 9645
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:23:41 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 03:33:42 +0200 - Duration: 600013 seconds 
+Real workload: 1.2658438285039616E11 - Integer reached: 322332 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2453500 mAh 
+Cc_info at the end: 2453500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 9646
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:23:41 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 03:33:41 +0200 - Duration: 600001 seconds 
+Real workload: 1.2687564188729268E11 - Integer reached: 322688 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2453500 mAh 
+Cc_info at the end: 2453500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 9648
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:23:42 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 03:33:43 +0200 - Duration: 600021 seconds 
+Real workload: 1.2652878850969763E11 - Integer reached: 322264 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2453500 mAh 
+Cc_info at the end: 2453500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 54.28155264699781 
+Workload: 4.65538e+11 
+Energy efficiency: 1.166e-10 
+Starting cc information: 2453500 
+Ending cc information: 2453500 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_03_19_20/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__28Oct22_03_19_20/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__28Oct22_03_19_20/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__28Oct22_03_19_20/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__28Oct22_03_19_20/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__28Oct22_03_19_20/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__28Oct22_03_19_20/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__28Oct22_03_19_20/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__28Oct22_03_19_20/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__28Oct22_03_19_20/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__28Oct22_03_19_20/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__28Oct22_03_19_20/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__28Oct22_03_19_20/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__28Oct22_03_19_20/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__28Oct22_03_19_20/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__28Oct22_03_19_20/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__28Oct22_03_19_20'
+--- 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 = 54.28155264699781
+--- Experiment result, Avg Power = 1604.1422143671011
+--- Experiment result, Total Workload = 4.65538e+11
+--- Experiment result, Energy Efficiency = 1.166e-10
+--- Adding result to summary file
+--- Starting cc information : 2453500 
+--- Ending cc information : 2453500
+--- 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 0101-3330.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_03_33_21
+--- Performing experiments on configuration 2022-3300
+--- 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  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  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  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  3
+--- Exact frequency of core  5:  2314000
+--- Modifying the governor of core 5 
+--- Modifying the the current frequency of core 5 with frequency 2314000
+--- 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: 12258 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  2
+--- frequency level of core 1 is  0
+--- frequency level of core 2 is  2
+--- frequency level of core 3 is  2
+--- frequency level of core 4 is  3
+--- frequency level of core 5 is  3
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  0
+--- 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
+--- 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 : 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 : 2452000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1628.0303136756347
+powermeter script : average_power with numpy  arrays =  1628.030313675392
+powermeter script : Summary Result = time (s): 602.2468996047974
+Ins Current (mA):324.3980501520104
+Samples: 3000000
+Consumed Energy (mAs): 199496.8930390767
+Consumed Energy (mAh): 55.41580362196575
+Consumed Energy (mWs): 977628.4407328296
+Consumed Energy (mWh): 271.56345575911934
+Avg power (mW): 1628.0303136756347
+Avg Current (mA): 332.0283799931399
+Avg Voltage (V): 4.903286621792004
+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  2
+--- frequency level of core 1 is  0
+--- frequency level of core 2 is  2
+--- frequency level of core 3 is  2
+--- frequency level of core 4 is  3
+--- frequency level of core 5 is  3
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  0
+--- 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 : 2452000 , 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 (2337 bytes in 0.052s)
+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 = [1248000- 0- 1248000- 1248000- 2314000- 2314000- 0- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.2468996047974 
+Ins Current (mA):324.3980501520104 
+Samples: 3000000 
+Consumed Energy (mAs): 199496.8930390767 
+Consumed Energy (mAh): 55.41580362196575 
+Consumed Energy (mWs): 977628.4407328296 
+Consumed Energy (mWh): 271.56345575911934 
+Avg power (mW): 1628.0303136756347 
+Avg Current (mA): 332.0283799931399 
+Avg Voltage (V): 4.903286621792004 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 55.41580362196575
+--- Starting cc_info = 2452000
+--- Ending cc_info = 2452000
+--- Getting the average power
+--- Avg Power = 1628.0303136756347
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 12322
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:40:11 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 03:50:11 +0200 - Duration: 600001 seconds 
+Real workload: 9.161703794994455E10 - Integer reached: 275985 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2452000 mAh 
+Cc_info at the end: 2452000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 12323
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:40:11 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 03:50:12 +0200 - Duration: 600018 seconds 
+Real workload: 9.159352789470662E10 - Integer reached: 275951 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2452000 mAh 
+Cc_info at the end: 2452000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 12324
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:40:11 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 03:50:12 +0200 - Duration: 600023 seconds 
+Real workload: 9.170834226187868E10 - Integer reached: 276117 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2452000 mAh 
+Cc_info at the end: 2452000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 12326
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:40:11 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 03:50:11 +0200 - Duration: 600002 seconds 
+Real workload: 1.2756425695207002E11 - Integer reached: 323528 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2452000 mAh 
+Cc_info at the end: 2452000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 12327
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:40:11 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 03:50:11 +0200 - Duration: 600015 seconds 
+Real workload: 1.2767592845716089E11 - Integer reached: 323664 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2452000 mAh 
+Cc_info at the end: 2452000 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 2,0,2,2,3,3,0,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 5.30159e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.04527e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 2022-3300 2,0,2,2,3,3,0,0                         [1248000- 0- 1248000- 1248000- 2314000- 2314000- 0- 0]                     time (s): 602.2468996047974 
+Ins Current (mA):324.3980501520104 
+Samples: 3000000 
+Consumed Energy (mAs): 199496.8930390767 
+Consumed Energy (mAh): 55.41580362196575 
+Consumed Energy (mWs): 977628.4407328296 
+Consumed Energy (mWh): 271.56345575911934 
+Avg power (mW): 1628.0303136756347 
+Avg Current (mA): 332.0283799931399 
+Avg Voltage (V): 4.903286621792004 
+ Thread : 0 - ThreadProcess id: 12322
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:40:11 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 03:50:11 +0200 - Duration: 600001 seconds 
+Real workload: 9.161703794994455E10 - Integer reached: 275985 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2452000 mAh 
+Cc_info at the end: 2452000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 12323
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:40:11 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 03:50:12 +0200 - Duration: 600018 seconds 
+Real workload: 9.159352789470662E10 - Integer reached: 275951 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2452000 mAh 
+Cc_info at the end: 2452000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 12324
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:40:11 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 03:50:12 +0200 - Duration: 600023 seconds 
+Real workload: 9.170834226187868E10 - Integer reached: 276117 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2452000 mAh 
+Cc_info at the end: 2452000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 12326
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:40:11 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 03:50:11 +0200 - Duration: 600002 seconds 
+Real workload: 1.2756425695207002E11 - Integer reached: 323528 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2452000 mAh 
+Cc_info at the end: 2452000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 12327
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:40:11 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 03:50:11 +0200 - Duration: 600015 seconds 
+Real workload: 1.2767592845716089E11 - Integer reached: 323664 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2452000 mAh 
+Cc_info at the end: 2452000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 55.41580362196575                     5.30159e+11 1.04527e-10  2452000 2452000 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 2022-3300 
+phone format: 2,0,2,2,3,3,0,0 
+Exact values of frequencies: [1248000- 0- 1248000- 1248000- 2314000- 2314000- 0- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.2468996047974 
+Ins Current (mA):324.3980501520104 
+Samples: 3000000 
+Consumed Energy (mAs): 199496.8930390767 
+Consumed Energy (mAh): 55.41580362196575 
+Consumed Energy (mWs): 977628.4407328296 
+Consumed Energy (mWh): 271.56345575911934 
+Avg power (mW): 1628.0303136756347 
+Avg Current (mA): 332.0283799931399 
+Avg Voltage (V): 4.903286621792004 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 12322
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:40:11 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 03:50:11 +0200 - Duration: 600001 seconds 
+Real workload: 9.161703794994455E10 - Integer reached: 275985 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2452000 mAh 
+Cc_info at the end: 2452000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 12323
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:40:11 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 03:50:12 +0200 - Duration: 600018 seconds 
+Real workload: 9.159352789470662E10 - Integer reached: 275951 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2452000 mAh 
+Cc_info at the end: 2452000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 12324
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:40:11 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 03:50:12 +0200 - Duration: 600023 seconds 
+Real workload: 9.170834226187868E10 - Integer reached: 276117 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2452000 mAh 
+Cc_info at the end: 2452000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 12326
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:40:11 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 03:50:11 +0200 - Duration: 600002 seconds 
+Real workload: 1.2756425695207002E11 - Integer reached: 323528 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2452000 mAh 
+Cc_info at the end: 2452000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 12327
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:40:11 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 03:50:11 +0200 - Duration: 600015 seconds 
+Real workload: 1.2767592845716089E11 - Integer reached: 323664 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 57.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2452000 mAh 
+Cc_info at the end: 2452000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 55.41580362196575 
+Workload: 5.30159e+11 
+Energy efficiency: 1.04527e-10 
+Starting cc information: 2452000 
+Ending cc information: 2452000 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_03_36_23/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__28Oct22_03_36_23/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__28Oct22_03_36_23/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__28Oct22_03_36_23/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__28Oct22_03_36_23/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__28Oct22_03_36_23/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__28Oct22_03_36_23/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__28Oct22_03_36_23/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__28Oct22_03_36_23/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__28Oct22_03_36_23/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__28Oct22_03_36_23/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__28Oct22_03_36_23/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__28Oct22_03_36_23/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__28Oct22_03_36_23/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__28Oct22_03_36_23/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__28Oct22_03_36_23/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__28Oct22_03_36_23/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__28Oct22_03_36_23/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__28Oct22_03_36_23'
+--- 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 = 55.41580362196575
+--- Experiment result, Avg Power = 1628.0303136756347
+--- Experiment result, Total Workload = 5.30159e+11
+--- Experiment result, Energy Efficiency = 1.04527e-10
+--- Adding result to summary file
+--- Starting cc information : 2452000 
+--- Ending cc information : 2452000
+--- 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 2022-3300.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_03_49_49
+--- Performing experiments on configuration 1010-1001
+--- 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  1
+--- Exact frequency of core  0:  598000
+--- Modifying the governor of core 0 
+--- Modifying the the current frequency of core 0 with frequency 598000
+--- 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  1
+--- Exact frequency of core  2:  598000
+--- Modifying the governor of core 2 
+--- Modifying the the current frequency of core 2 with frequency 598000
+--- 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  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  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  1
+--- Exact frequency of core  7:  741000
+--- Modifying the governor of core 7 
+--- Modifying the the current frequency of core 7 with frequency 741000
+--- 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: 14757 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  1
+--- frequency level of core 1 is  0
+--- frequency level of core 2 is  1
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  1
+--- frequency level of core 5 is  0
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  1
+--- 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 : 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 : 2450500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1394.8815741692144
+powermeter script : average_power with numpy  arrays =  1394.8815741692677
+powermeter script : Summary Result = time (s): 602.5019361972809
+Ins Current (mA):266.6534417335914
+Samples: 3000000
+Consumed Energy (mAs): 169543.40354363332
+Consumed Energy (mAh): 47.095389873231476
+Consumed Energy (mWs): 837068.2009636645
+Consumed Energy (mWh): 232.518944712129
+Avg power (mW): 1394.8815741692144
+Avg Current (mA): 282.3572155176494
+Avg Voltage (V): 4.940130790041822
+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  1
+--- frequency level of core 1 is  0
+--- frequency level of core 2 is  1
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  1
+--- frequency level of core 5 is  0
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  1
+--- 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 : 2450500 , 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.0 MB/s (1872 bytes in 0.061s)
+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 = [598000- 0- 598000- 0- 741000- 0- 0- 741000]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.5019361972809 
+Ins Current (mA):266.6534417335914 
+Samples: 3000000 
+Consumed Energy (mAs): 169543.40354363332 
+Consumed Energy (mAh): 47.095389873231476 
+Consumed Energy (mWs): 837068.2009636645 
+Consumed Energy (mWh): 232.518944712129 
+Avg power (mW): 1394.8815741692144 
+Avg Current (mA): 282.3572155176494 
+Avg Voltage (V): 4.940130790041822 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 47.095389873231476
+--- Starting cc_info = 2450500
+--- Ending cc_info = 2450500
+--- Getting the average power
+--- Avg Power = 1394.8815741692144
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 14830
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:57:25 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 04:07:26 +0200 - Duration: 600024 seconds 
+Real workload: 3.1464248385538105E10 - Integer reached: 148536 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 91.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2450500 mAh 
+Cc_info at the end: 2450500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 14831
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:57:25 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 04:07:26 +0200 - Duration: 600027 seconds 
+Real workload: 3.1013545900447422E10 - Integer reached: 147513 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 91.6 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2450500 mAh 
+Cc_info at the end: 2450500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 14832
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:57:26 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 04:07:27 +0200 - Duration: 600003 seconds 
+Real workload: 1.2518176641104976E11 - Integer reached: 288034 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 91.6 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2450500 mAh 
+Cc_info at the end: 2450500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 14833
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:57:25 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 04:07:26 +0200 - Duration: 600014 seconds 
+Real workload: 1.2391508979892569E11 - Integer reached: 286631 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 91.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2450500 mAh 
+Cc_info at the end: 2450500 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 1,0,1,0,1,0,0,1 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 3.11575e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.51153e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 1010-1001 1,0,1,0,1,0,0,1                         [598000- 0- 598000- 0- 741000- 0- 0- 741000]                     time (s): 602.5019361972809 
+Ins Current (mA):266.6534417335914 
+Samples: 3000000 
+Consumed Energy (mAs): 169543.40354363332 
+Consumed Energy (mAh): 47.095389873231476 
+Consumed Energy (mWs): 837068.2009636645 
+Consumed Energy (mWh): 232.518944712129 
+Avg power (mW): 1394.8815741692144 
+Avg Current (mA): 282.3572155176494 
+Avg Voltage (V): 4.940130790041822 
+ Thread : 0 - ThreadProcess id: 14830
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:57:25 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 04:07:26 +0200 - Duration: 600024 seconds 
+Real workload: 3.1464248385538105E10 - Integer reached: 148536 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 91.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2450500 mAh 
+Cc_info at the end: 2450500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 14831
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:57:25 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 04:07:26 +0200 - Duration: 600027 seconds 
+Real workload: 3.1013545900447422E10 - Integer reached: 147513 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 91.6 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2450500 mAh 
+Cc_info at the end: 2450500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 14832
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:57:26 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 04:07:27 +0200 - Duration: 600003 seconds 
+Real workload: 1.2518176641104976E11 - Integer reached: 288034 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 91.6 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2450500 mAh 
+Cc_info at the end: 2450500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 14833
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:57:25 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 04:07:26 +0200 - Duration: 600014 seconds 
+Real workload: 1.2391508979892569E11 - Integer reached: 286631 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 91.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2450500 mAh 
+Cc_info at the end: 2450500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 47.095389873231476                     3.11575e+11 1.51153e-10  2450500 2450500 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 1010-1001 
+phone format: 1,0,1,0,1,0,0,1 
+Exact values of frequencies: [598000- 0- 598000- 0- 741000- 0- 0- 741000] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.5019361972809 
+Ins Current (mA):266.6534417335914 
+Samples: 3000000 
+Consumed Energy (mAs): 169543.40354363332 
+Consumed Energy (mAh): 47.095389873231476 
+Consumed Energy (mWs): 837068.2009636645 
+Consumed Energy (mWh): 232.518944712129 
+Avg power (mW): 1394.8815741692144 
+Avg Current (mA): 282.3572155176494 
+Avg Voltage (V): 4.940130790041822 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 14830
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:57:25 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 04:07:26 +0200 - Duration: 600024 seconds 
+Real workload: 3.1464248385538105E10 - Integer reached: 148536 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 91.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2450500 mAh 
+Cc_info at the end: 2450500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 14831
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:57:25 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 04:07:26 +0200 - Duration: 600027 seconds 
+Real workload: 3.1013545900447422E10 - Integer reached: 147513 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 91.6 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2450500 mAh 
+Cc_info at the end: 2450500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 14832
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:57:26 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 04:07:27 +0200 - Duration: 600003 seconds 
+Real workload: 1.2518176641104976E11 - Integer reached: 288034 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 91.6 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2450500 mAh 
+Cc_info at the end: 2450500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 14833
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 03:57:25 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 04:07:26 +0200 - Duration: 600014 seconds 
+Real workload: 1.2391508979892569E11 - Integer reached: 286631 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 91.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2450500 mAh 
+Cc_info at the end: 2450500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 47.095389873231476 
+Workload: 3.11575e+11 
+Energy efficiency: 1.51153e-10 
+Starting cc information: 2450500 
+Ending cc information: 2450500 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_03_52_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__28Oct22_03_52_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__28Oct22_03_52_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__28Oct22_03_52_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__28Oct22_03_52_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__28Oct22_03_52_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__28Oct22_03_52_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__28Oct22_03_52_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__28Oct22_03_52_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__28Oct22_03_52_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__28Oct22_03_52_51/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__28Oct22_03_52_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__28Oct22_03_52_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__28Oct22_03_52_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__28Oct22_03_52_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__28Oct22_03_52_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__28Oct22_03_52_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__28Oct22_03_52_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__28Oct22_03_52_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 = 47.095389873231476
+--- Experiment result, Avg Power = 1394.8815741692144
+--- Experiment result, Total Workload = 3.11575e+11
+--- Experiment result, Energy Efficiency = 1.51153e-10
+--- Adding result to summary file
+--- Starting cc information : 2450500 
+--- Ending cc information : 2450500
+--- 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 1010-1001.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_04_06_58
+--- Performing experiments on configuration 3000-0000
+--- 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  3
+--- Exact frequency of core  0:  1690000
+--- Modifying the governor of core 0 
+--- Modifying the the current frequency of core 0 with frequency 1690000
+--- 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  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  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  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  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: 17183 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  3
+--- frequency level of core 1 is  0
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  0
+--- 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 = 1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  1
+--- Number of thread in experiment phase : 1 
+--- Now threads are running and the phone is ready to be sampled with the power meter \n--- Threads pids 
+Thread_0_ready_for_sampling
+--- Printing cc_info beginning datas (for the samsung galaxy s8)
+--- Current cc_info level : 2449500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  991.8603086900805
+powermeter script : average_power with numpy  arrays =  991.8603086902376
+powermeter script : Summary Result = time (s): 603.4160706996918
+Ins Current (mA):198.2763628605499
+Samples: 3000000
+Consumed Energy (mAs): 118505.37075385354
+Consumed Energy (mAh): 32.918158542737096
+Consumed Energy (mWs): 592742.7855143553
+Consumed Energy (mWh): 164.65077375398758
+Avg power (mW): 991.8603086900805
+Avg Current (mA): 198.28970618177541
+Avg Voltage (V): 5.00207664729114
+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  0
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  0
+--- 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 = 1
+--- Number of thread ended: 1 
+--- Now threads are stopped, getting the cc_info_level for samsung 
+--- Current cc_info level : 2449500 , 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/: 2 files pulled, 0 skipped. 0.0 MB/s (466 bytes in 0.022s)
+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- 0- 0- 0- 0- 0- 0- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 603.4160706996918 
+Ins Current (mA):198.2763628605499 
+Samples: 3000000 
+Consumed Energy (mAs): 118505.37075385354 
+Consumed Energy (mAh): 32.918158542737096 
+Consumed Energy (mWs): 592742.7855143553 
+Consumed Energy (mWh): 164.65077375398758 
+Avg power (mW): 991.8603086900805 
+Avg Current (mA): 198.28970618177541 
+Avg Voltage (V): 5.00207664729114 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 32.918158542737096
+--- Starting cc_info = 2449500
+--- Ending cc_info = 2449500
+--- Getting the average power
+--- Avg Power = 991.8603086900805
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 17288
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:14:33 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 04:24:33 +0200 - Duration: 600001 seconds 
+Real workload: 2.967474830476039E10 - Integer reached: 74415 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 59.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2449500 mAh 
+Cc_info at the end: 2449500 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 3,0,0,0,0,0,0,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 2.96747e+10
+--- Getting energy efficiency
+--- Energy efficiency: 1.1093e-09
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 3000-0000 3,0,0,0,0,0,0,0                         [1690000- 0- 0- 0- 0- 0- 0- 0]                     time (s): 603.4160706996918 
+Ins Current (mA):198.2763628605499 
+Samples: 3000000 
+Consumed Energy (mAs): 118505.37075385354 
+Consumed Energy (mAh): 32.918158542737096 
+Consumed Energy (mWs): 592742.7855143553 
+Consumed Energy (mWh): 164.65077375398758 
+Avg power (mW): 991.8603086900805 
+Avg Current (mA): 198.28970618177541 
+Avg Voltage (V): 5.00207664729114 
+ Thread : 0 - ThreadProcess id: 17288
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:14:33 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 04:24:33 +0200 - Duration: 600001 seconds 
+Real workload: 2.967474830476039E10 - Integer reached: 74415 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 59.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2449500 mAh 
+Cc_info at the end: 2449500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 32.918158542737096                     2.96747e+10 1.1093e-09  2449500 2449500 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 3000-0000 
+phone format: 3,0,0,0,0,0,0,0 
+Exact values of frequencies: [1690000- 0- 0- 0- 0- 0- 0- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 603.4160706996918 
+Ins Current (mA):198.2763628605499 
+Samples: 3000000 
+Consumed Energy (mAs): 118505.37075385354 
+Consumed Energy (mAh): 32.918158542737096 
+Consumed Energy (mWs): 592742.7855143553 
+Consumed Energy (mWh): 164.65077375398758 
+Avg power (mW): 991.8603086900805 
+Avg Current (mA): 198.28970618177541 
+Avg Voltage (V): 5.00207664729114 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 17288
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:14:33 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 04:24:33 +0200 - Duration: 600001 seconds 
+Real workload: 2.967474830476039E10 - Integer reached: 74415 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 59.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2449500 mAh 
+Cc_info at the end: 2449500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 32.918158542737096 
+Workload: 2.96747e+10 
+Energy efficiency: 1.1093e-09 
+Starting cc information: 2449500 
+Ending cc information: 2449500 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_04_10_00/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__28Oct22_04_10_00/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__28Oct22_04_10_00/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__28Oct22_04_10_00/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__28Oct22_04_10_00/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__28Oct22_04_10_00/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__28Oct22_04_10_00/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__28Oct22_04_10_00/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__28Oct22_04_10_00/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__28Oct22_04_10_00/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__28Oct22_04_10_00/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__28Oct22_04_10_00/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__28Oct22_04_10_00/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__28Oct22_04_10_00/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__28Oct22_04_10_00/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__28Oct22_04_10_00/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__28Oct22_04_10_00'
+--- 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 = 32.918158542737096
+--- Experiment result, Avg Power = 991.8603086900805
+--- Experiment result, Total Workload = 2.96747e+10
+--- Experiment result, Energy Efficiency = 1.1093e-09
+--- Adding result to summary file
+--- Starting cc information : 2449500 
+--- Ending cc information : 2449500
+--- 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 3000-0000.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_04_24_08
+--- Performing experiments on configuration 3333-1101
+--- 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  3
+--- Exact frequency of core  0:  1690000
+--- Modifying the governor of core 0 
+--- 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 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  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  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  1
+--- Exact frequency of core  7:  741000
+--- Modifying the governor of core 7 
+--- Modifying the the current frequency of core 7 with frequency 741000
+--- 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: 19149 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- 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  3
+--- frequency level of core 4 is  1
+--- frequency level of core 5 is  1
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  1
+--- Number of cores to occupy = 7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 3 
+--- The current number of thread ready to be sambled  : 3, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 6 
+--- The current number of thread ready to be sambled  : 6, still lower than the experiment one :  7
+--- Number of thread in experiment phase : 7 
+--- 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
+Thread_6_ready_for_sampling
+--- Printing cc_info beginning datas (for the samsung galaxy s8)
+--- Current cc_info level : 2447000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  2423.3847985913303
+powermeter script : average_power with numpy  arrays =  2423.384798591498
+powermeter script : Summary Result = time (s): 603.4307448863983
+Ins Current (mA):522.4916166638094
+Samples: 3000000
+Consumed Energy (mAs): 304857.6885270319
+Consumed Energy (mAh): 84.68269125750886
+Consumed Energy (mWs): 1454581.747620002
+Consumed Energy (mWh): 404.0504854500005
+Avg power (mW): 2423.3847985913303
+Avg Current (mA): 507.75892415863854
+Avg Voltage (V): 4.7727074469580275
+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  3
+--- frequency level of core 4 is  1
+--- frequency level of core 5 is  1
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  1
+--- Number of threads normally started = 7
+--- Number of thread ended: 7 
+--- Now threads are stopped, getting the cc_info_level for samsung 
+--- Current cc_info level : 2447000 , 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/: 14 files pulled, 0 skipped. 0.1 MB/s (3275 bytes in 0.048s)
+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- 1690000- 741000- 741000- 0- 741000]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 603.4307448863983 
+Ins Current (mA):522.4916166638094 
+Samples: 3000000 
+Consumed Energy (mAs): 304857.6885270319 
+Consumed Energy (mAh): 84.68269125750886 
+Consumed Energy (mWs): 1454581.747620002 
+Consumed Energy (mWh): 404.0504854500005 
+Avg power (mW): 2423.3847985913303 
+Avg Current (mA): 507.75892415863854 
+Avg Voltage (V): 4.7727074469580275 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 84.68269125750886
+--- Starting cc_info = 2447000
+--- Ending cc_info = 2447000
+--- Getting the average power
+--- Avg Power = 2423.3847985913303
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 19182
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:30:49 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 04:40:50 +0200 - Duration: 600006 seconds 
+Real workload: 1.2580650835714868E11 - Integer reached: 377762 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2447000 mAh 
+Cc_info at the end: 2447000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 19183
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:30:51 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 04:40:51 +0200 - Duration: 600032 seconds 
+Real workload: 1.2457809946154945E11 - Integer reached: 375985 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 41.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2447000 mAh 
+Cc_info at the end: 2447000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 19184
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:30:51 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 04:40:51 +0200 - Duration: 600013 seconds 
+Real workload: 1.2616715624474438E11 - Integer reached: 378282 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 41.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2447000 mAh 
+Cc_info at the end: 2447000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 19186
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:30:50 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 04:40:50 +0200 - Duration: 600009 seconds 
+Real workload: 1.2669800114419202E11 - Integer reached: 379046 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2447000 mAh 
+Cc_info at the end: 2447000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 19187
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:30:51 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 04:40:51 +0200 - Duration: 600016 seconds 
+Real workload: 1.2032272995216649E11 - Integer reached: 369758 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 41.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2447000 mAh 
+Cc_info at the end: 2447000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 5 - ThreadProcess id: 19188
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:30:51 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 04:40:51 +0200 - Duration: 600003 seconds 
+Real workload: 1.2163549350644508E11 - Integer reached: 371691 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 41.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2447000 mAh 
+Cc_info at the end: 2447000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 6 - ThreadProcess id: 19189
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:30:50 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 04:40:50 +0200 - Duration: 600010 seconds 
+Real workload: 1.210695507162397E11 - Integer reached: 370859 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2447000 mAh 
+Cc_info at the end: 2447000 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 3,3,3,3,1,1,0,1 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 8.66278e+11
+--- Getting energy efficiency
+--- Energy efficiency: 9.77546e-11
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 3333-1101 3,3,3,3,1,1,0,1                         [1690000- 1690000- 1690000- 1690000- 741000- 741000- 0- 741000]                     time (s): 603.4307448863983 
+Ins Current (mA):522.4916166638094 
+Samples: 3000000 
+Consumed Energy (mAs): 304857.6885270319 
+Consumed Energy (mAh): 84.68269125750886 
+Consumed Energy (mWs): 1454581.747620002 
+Consumed Energy (mWh): 404.0504854500005 
+Avg power (mW): 2423.3847985913303 
+Avg Current (mA): 507.75892415863854 
+Avg Voltage (V): 4.7727074469580275 
+ Thread : 0 - ThreadProcess id: 19182
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:30:49 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 04:40:50 +0200 - Duration: 600006 seconds 
+Real workload: 1.2580650835714868E11 - Integer reached: 377762 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2447000 mAh 
+Cc_info at the end: 2447000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 19183
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:30:51 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 04:40:51 +0200 - Duration: 600032 seconds 
+Real workload: 1.2457809946154945E11 - Integer reached: 375985 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 41.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2447000 mAh 
+Cc_info at the end: 2447000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 19184
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:30:51 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 04:40:51 +0200 - Duration: 600013 seconds 
+Real workload: 1.2616715624474438E11 - Integer reached: 378282 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 41.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2447000 mAh 
+Cc_info at the end: 2447000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 19186
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:30:50 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 04:40:50 +0200 - Duration: 600009 seconds 
+Real workload: 1.2669800114419202E11 - Integer reached: 379046 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2447000 mAh 
+Cc_info at the end: 2447000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 19187
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:30:51 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 04:40:51 +0200 - Duration: 600016 seconds 
+Real workload: 1.2032272995216649E11 - Integer reached: 369758 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 41.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2447000 mAh 
+Cc_info at the end: 2447000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 5 - ThreadProcess id: 19188
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:30:51 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 04:40:51 +0200 - Duration: 600003 seconds 
+Real workload: 1.2163549350644508E11 - Integer reached: 371691 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 41.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2447000 mAh 
+Cc_info at the end: 2447000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 6 - ThreadProcess id: 19189
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:30:50 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 04:40:50 +0200 - Duration: 600010 seconds 
+Real workload: 1.210695507162397E11 - Integer reached: 370859 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2447000 mAh 
+Cc_info at the end: 2447000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 84.68269125750886                     8.66278e+11 9.77546e-11  2447000 2447000 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 3333-1101 
+phone format: 3,3,3,3,1,1,0,1 
+Exact values of frequencies: [1690000- 1690000- 1690000- 1690000- 741000- 741000- 0- 741000] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 603.4307448863983 
+Ins Current (mA):522.4916166638094 
+Samples: 3000000 
+Consumed Energy (mAs): 304857.6885270319 
+Consumed Energy (mAh): 84.68269125750886 
+Consumed Energy (mWs): 1454581.747620002 
+Consumed Energy (mWh): 404.0504854500005 
+Avg power (mW): 2423.3847985913303 
+Avg Current (mA): 507.75892415863854 
+Avg Voltage (V): 4.7727074469580275 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 19182
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:30:49 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 04:40:50 +0200 - Duration: 600006 seconds 
+Real workload: 1.2580650835714868E11 - Integer reached: 377762 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2447000 mAh 
+Cc_info at the end: 2447000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 19183
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:30:51 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 04:40:51 +0200 - Duration: 600032 seconds 
+Real workload: 1.2457809946154945E11 - Integer reached: 375985 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 41.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2447000 mAh 
+Cc_info at the end: 2447000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 19184
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:30:51 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 04:40:51 +0200 - Duration: 600013 seconds 
+Real workload: 1.2616715624474438E11 - Integer reached: 378282 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 41.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2447000 mAh 
+Cc_info at the end: 2447000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 19186
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:30:50 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 04:40:50 +0200 - Duration: 600009 seconds 
+Real workload: 1.2669800114419202E11 - Integer reached: 379046 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2447000 mAh 
+Cc_info at the end: 2447000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 19187
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:30:51 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 04:40:51 +0200 - Duration: 600016 seconds 
+Real workload: 1.2032272995216649E11 - Integer reached: 369758 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 41.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2447000 mAh 
+Cc_info at the end: 2447000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 5 - ThreadProcess id: 19188
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:30:51 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 04:40:51 +0200 - Duration: 600003 seconds 
+Real workload: 1.2163549350644508E11 - Integer reached: 371691 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 41.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2447000 mAh 
+Cc_info at the end: 2447000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 6 - ThreadProcess id: 19189
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:30:50 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 04:40:50 +0200 - Duration: 600010 seconds 
+Real workload: 1.210695507162397E11 - Integer reached: 370859 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2447000 mAh 
+Cc_info at the end: 2447000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 84.68269125750886 
+Workload: 8.66278e+11 
+Energy efficiency: 9.77546e-11 
+Starting cc information: 2447000 
+Ending cc information: 2447000 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_04_27_10/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__28Oct22_04_27_10/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__28Oct22_04_27_10/app_output_folder/Thread_0_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__28Oct22_04_27_10/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__28Oct22_04_27_10/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__28Oct22_04_27_10/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__28Oct22_04_27_10/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__28Oct22_04_27_10/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__28Oct22_04_27_10/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__28Oct22_04_27_10/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__28Oct22_04_27_10'
+--- 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 = 84.68269125750886
+--- Experiment result, Avg Power = 2423.3847985913303
+--- Experiment result, Total Workload = 8.66278e+11
+--- Experiment result, Energy Efficiency = 9.77546e-11
+--- Adding result to summary file
+--- Starting cc information : 2447000 
+--- Ending cc information : 2447000
+--- 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 3333-1101.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_04_40_31
+--- Performing experiments on configuration 0220-0300
+--- 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  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  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  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  3
+--- Exact frequency of core  5:  2314000
+--- Modifying the governor of core 5 
+--- Modifying the the current frequency of core 5 with frequency 2314000
+--- 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: 21667 
+---- 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  2
+--- frequency level of core 2 is  2
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  0
+--- frequency level of core 5 is  3
+--- 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 : 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 : 2445000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1209.5608500944982
+powermeter script : average_power with numpy  arrays =  1209.5608500944666
+powermeter script : Summary Result = time (s): 602.1920597553253
+Ins Current (mA):261.72168016001524
+Samples: 3000000
+Consumed Energy (mAs): 146015.34112040926
+Consumed Energy (mAh): 40.55981697789146
+Consumed Energy (mWs): 725265.8757952222
+Consumed Energy (mWh): 201.46274327645062
+Avg power (mW): 1209.5608500944982
+Avg Current (mA): 243.4294313510859
+Avg Voltage (V): 4.968835704792039
+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  2
+--- frequency level of core 2 is  2
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  0
+--- frequency level of core 5 is  3
+--- 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 : 2445000 , 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.0 MB/s (1403 bytes in 0.054s)
+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- 1248000- 1248000- 0- 0- 2314000- 0- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.1920597553253 
+Ins Current (mA):261.72168016001524 
+Samples: 3000000 
+Consumed Energy (mAs): 146015.34112040926 
+Consumed Energy (mAh): 40.55981697789146 
+Consumed Energy (mWs): 725265.8757952222 
+Consumed Energy (mWh): 201.46274327645062 
+Avg power (mW): 1209.5608500944982 
+Avg Current (mA): 243.4294313510859 
+Avg Voltage (V): 4.968835704792039 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 40.55981697789146
+--- Starting cc_info = 2445000
+--- Ending cc_info = 2445000
+--- Getting the average power
+--- Avg Power = 1209.5608500944982
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 21743
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:47:42 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 04:57:42 +0200 - Duration: 600009 seconds 
+Real workload: 3.1607627078330437E10 - Integer reached: 129702 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 83.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2445000 mAh 
+Cc_info at the end: 2445000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 21744
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:47:42 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 04:57:42 +0200 - Duration: 600025 seconds 
+Real workload: 3.1466289576518936E10 - Integer reached: 129424 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 83.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2445000 mAh 
+Cc_info at the end: 2445000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 21745
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:47:42 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 04:57:42 +0200 - Duration: 600006 seconds 
+Real workload: 1.238275241590137E11 - Integer reached: 249578 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 83.2 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2445000 mAh 
+Cc_info at the end: 2445000 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,2,2,0,0,3,0,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 1.86901e+11
+--- Getting energy efficiency
+--- Energy efficiency: 2.17012e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 0220-0300 0,2,2,0,0,3,0,0                         [0- 1248000- 1248000- 0- 0- 2314000- 0- 0]                     time (s): 602.1920597553253 
+Ins Current (mA):261.72168016001524 
+Samples: 3000000 
+Consumed Energy (mAs): 146015.34112040926 
+Consumed Energy (mAh): 40.55981697789146 
+Consumed Energy (mWs): 725265.8757952222 
+Consumed Energy (mWh): 201.46274327645062 
+Avg power (mW): 1209.5608500944982 
+Avg Current (mA): 243.4294313510859 
+Avg Voltage (V): 4.968835704792039 
+ Thread : 0 - ThreadProcess id: 21743
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:47:42 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 04:57:42 +0200 - Duration: 600009 seconds 
+Real workload: 3.1607627078330437E10 - Integer reached: 129702 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 83.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2445000 mAh 
+Cc_info at the end: 2445000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 21744
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:47:42 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 04:57:42 +0200 - Duration: 600025 seconds 
+Real workload: 3.1466289576518936E10 - Integer reached: 129424 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 83.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2445000 mAh 
+Cc_info at the end: 2445000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 21745
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:47:42 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 04:57:42 +0200 - Duration: 600006 seconds 
+Real workload: 1.238275241590137E11 - Integer reached: 249578 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 83.2 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2445000 mAh 
+Cc_info at the end: 2445000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 40.55981697789146                     1.86901e+11 2.17012e-10  2445000 2445000 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 0220-0300 
+phone format: 0,2,2,0,0,3,0,0 
+Exact values of frequencies: [0- 1248000- 1248000- 0- 0- 2314000- 0- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.1920597553253 
+Ins Current (mA):261.72168016001524 
+Samples: 3000000 
+Consumed Energy (mAs): 146015.34112040926 
+Consumed Energy (mAh): 40.55981697789146 
+Consumed Energy (mWs): 725265.8757952222 
+Consumed Energy (mWh): 201.46274327645062 
+Avg power (mW): 1209.5608500944982 
+Avg Current (mA): 243.4294313510859 
+Avg Voltage (V): 4.968835704792039 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 21743
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:47:42 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 04:57:42 +0200 - Duration: 600009 seconds 
+Real workload: 3.1607627078330437E10 - Integer reached: 129702 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 83.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2445000 mAh 
+Cc_info at the end: 2445000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 21744
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:47:42 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 04:57:42 +0200 - Duration: 600025 seconds 
+Real workload: 3.1466289576518936E10 - Integer reached: 129424 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 83.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2445000 mAh 
+Cc_info at the end: 2445000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 21745
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 04:47:42 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 04:57:42 +0200 - Duration: 600006 seconds 
+Real workload: 1.238275241590137E11 - Integer reached: 249578 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 83.2 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2445000 mAh 
+Cc_info at the end: 2445000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 40.55981697789146 
+Workload: 1.86901e+11 
+Energy efficiency: 2.17012e-10 
+Starting cc information: 2445000 
+Ending cc information: 2445000 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_04_43_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__28Oct22_04_43_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__28Oct22_04_43_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__28Oct22_04_43_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__28Oct22_04_43_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__28Oct22_04_43_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__28Oct22_04_43_33/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__28Oct22_04_43_33/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__28Oct22_04_43_33/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__28Oct22_04_43_33/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__28Oct22_04_43_33/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__28Oct22_04_43_33/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__28Oct22_04_43_33/app_output_folder/Thread_5_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__28Oct22_04_43_33/app_output_folder/Thread_6_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__28Oct22_04_43_33/app_output_folder/Thread_6_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__28Oct22_04_43_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__28Oct22_04_43_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__28Oct22_04_43_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__28Oct22_04_43_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__28Oct22_04_43_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__28Oct22_04_43_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__28Oct22_04_43_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__28Oct22_04_43_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 = 40.55981697789146
+--- Experiment result, Avg Power = 1209.5608500944982
+--- Experiment result, Total Workload = 1.86901e+11
+--- Experiment result, Energy Efficiency = 2.17012e-10
+--- Adding result to summary file
+--- Starting cc information : 2445000 
+--- Ending cc information : 2445000
+--- 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 0220-0300.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_04_57_19
+--- Performing experiments on configuration 2000-3030
+--- 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  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  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  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  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  3
+--- Exact frequency of core  6:  2314000
+--- Modifying the governor of core 6 
+--- Modifying the the current frequency of core 6 with frequency 2314000
+--- 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: 24029 24332 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  2
+--- frequency level of core 1 is  0
+--- frequency level of core 2 is  0
+--- 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  3
+--- 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 : 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 : 2443500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1377.0461398312757
+powermeter script : average_power with numpy  arrays =  1377.0461398313937
+powermeter script : Summary Result = time (s): 603.0561389923096
+Ins Current (mA):269.9775405470277
+Samples: 3000000
+Consumed Energy (mAs): 167409.73518634113
+Consumed Energy (mAh): 46.50270421842809
+Consumed Energy (mWs): 827067.6124103861
+Consumed Energy (mWh): 229.74100344732946
+Avg power (mW): 1377.0461398312757
+Avg Current (mA): 278.5864517409635
+Avg Voltage (V): 4.942975981874692
+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  2
+--- frequency level of core 1 is  0
+--- frequency level of core 2 is  0
+--- 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  3
+--- 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 : 2443500 , 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.0 MB/s (1400 bytes in 0.048s)
+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 = [1248000- 0- 0- 0- 2314000- 0- 2314000- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 603.0561389923096 
+Ins Current (mA):269.9775405470277 
+Samples: 3000000 
+Consumed Energy (mAs): 167409.73518634113 
+Consumed Energy (mAh): 46.50270421842809 
+Consumed Energy (mWs): 827067.6124103861 
+Consumed Energy (mWh): 229.74100344732946 
+Avg power (mW): 1377.0461398312757 
+Avg Current (mA): 278.5864517409635 
+Avg Voltage (V): 4.942975981874692 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 46.50270421842809
+--- Starting cc_info = 2443500
+--- Ending cc_info = 2443500
+--- Getting the average power
+--- Avg Power = 1377.0461398312757
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 24077
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:04:55 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 05:14:56 +0200 - Duration: 600027 seconds 
+Real workload: 3.17911430094113E10 - Integer reached: 130062 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 79.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2443500 mAh 
+Cc_info at the end: 2443500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 24078
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:04:55 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 05:14:56 +0200 - Duration: 600003 seconds 
+Real workload: 1.2407785502182448E11 - Integer reached: 249820 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 79.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2443500 mAh 
+Cc_info at the end: 2443500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 24079
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:04:55 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 05:14:55 +0200 - Duration: 600007 seconds 
+Real workload: 1.24442441992055E11 - Integer reached: 250172 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 79.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2443500 mAh 
+Cc_info at the end: 2443500 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 2,0,0,0,3,0,3,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 2.80311e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.65897e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 2000-3030 2,0,0,0,3,0,3,0                         [1248000- 0- 0- 0- 2314000- 0- 2314000- 0]                     time (s): 603.0561389923096 
+Ins Current (mA):269.9775405470277 
+Samples: 3000000 
+Consumed Energy (mAs): 167409.73518634113 
+Consumed Energy (mAh): 46.50270421842809 
+Consumed Energy (mWs): 827067.6124103861 
+Consumed Energy (mWh): 229.74100344732946 
+Avg power (mW): 1377.0461398312757 
+Avg Current (mA): 278.5864517409635 
+Avg Voltage (V): 4.942975981874692 
+ Thread : 0 - ThreadProcess id: 24077
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:04:55 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 05:14:56 +0200 - Duration: 600027 seconds 
+Real workload: 3.17911430094113E10 - Integer reached: 130062 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 79.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2443500 mAh 
+Cc_info at the end: 2443500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 24078
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:04:55 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 05:14:56 +0200 - Duration: 600003 seconds 
+Real workload: 1.2407785502182448E11 - Integer reached: 249820 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 79.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2443500 mAh 
+Cc_info at the end: 2443500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 24079
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:04:55 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 05:14:55 +0200 - Duration: 600007 seconds 
+Real workload: 1.24442441992055E11 - Integer reached: 250172 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 79.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2443500 mAh 
+Cc_info at the end: 2443500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 46.50270421842809                     2.80311e+11 1.65897e-10  2443500 2443500 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 2000-3030 
+phone format: 2,0,0,0,3,0,3,0 
+Exact values of frequencies: [1248000- 0- 0- 0- 2314000- 0- 2314000- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 603.0561389923096 
+Ins Current (mA):269.9775405470277 
+Samples: 3000000 
+Consumed Energy (mAs): 167409.73518634113 
+Consumed Energy (mAh): 46.50270421842809 
+Consumed Energy (mWs): 827067.6124103861 
+Consumed Energy (mWh): 229.74100344732946 
+Avg power (mW): 1377.0461398312757 
+Avg Current (mA): 278.5864517409635 
+Avg Voltage (V): 4.942975981874692 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 24077
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:04:55 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 05:14:56 +0200 - Duration: 600027 seconds 
+Real workload: 3.17911430094113E10 - Integer reached: 130062 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 79.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2443500 mAh 
+Cc_info at the end: 2443500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 24078
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:04:55 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 05:14:56 +0200 - Duration: 600003 seconds 
+Real workload: 1.2407785502182448E11 - Integer reached: 249820 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 79.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2443500 mAh 
+Cc_info at the end: 2443500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 24079
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:04:55 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 05:14:55 +0200 - Duration: 600007 seconds 
+Real workload: 1.24442441992055E11 - Integer reached: 250172 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 79.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2443500 mAh 
+Cc_info at the end: 2443500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 46.50270421842809 
+Workload: 2.80311e+11 
+Energy efficiency: 1.65897e-10 
+Starting cc information: 2443500 
+Ending cc information: 2443500 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_05_00_21/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__28Oct22_05_00_21/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__28Oct22_05_00_21/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__28Oct22_05_00_21/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__28Oct22_05_00_21/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__28Oct22_05_00_21/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__28Oct22_05_00_21/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__28Oct22_05_00_21/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__28Oct22_05_00_21/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__28Oct22_05_00_21/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__28Oct22_05_00_21/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__28Oct22_05_00_21/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__28Oct22_05_00_21/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__28Oct22_05_00_21/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__28Oct22_05_00_21'
+--- 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 = 46.50270421842809
+--- Experiment result, Avg Power = 1377.0461398312757
+--- Experiment result, Total Workload = 2.80311e+11
+--- Experiment result, Energy Efficiency = 1.65897e-10
+--- Adding result to summary file
+--- Starting cc information : 2443500 
+--- Ending cc information : 2443500
+--- 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 2000-3030.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_05_14_33
+--- Performing experiments on configuration 1100-2200
+--- 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  1
+--- Exact frequency of core  0:  598000
+--- Modifying the governor of core 0 
+--- Modifying the the current frequency of core 0 with frequency 598000
+--- Frequency level of core 1 is  1
+--- Exact frequency of core  1:  598000
+--- 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 governor of core 2 
+--- Modifying the the current frequency of core 2 with frequency 0
+--- 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  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: 26334 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  1
+--- frequency level of core 1 is  1
+--- frequency level of core 2 is  0
+--- 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  0
+--- 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 : 1 
+--- The current number of thread ready to be sambled  : 1, 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 : 2442000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1387.9021439196908
+powermeter script : average_power with numpy  arrays =  1387.9021439200485
+powermeter script : Summary Result = time (s): 602.5691652297974
+Ins Current (mA):249.90775110210205
+Samples: 3000000
+Consumed Energy (mAs): 167964.84811562803
+Consumed Energy (mAh): 46.65690225434112
+Consumed Energy (mWs): 829814.4297409378
+Consumed Energy (mWh): 230.5040082613716
+Avg power (mW): 1387.9021439196908
+Avg Current (mA): 280.8794711328069
+Avg Voltage (V): 4.941272989165719
+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  1
+--- frequency level of core 1 is  1
+--- frequency level of core 2 is  0
+--- 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  0
+--- 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 : 2442000 , 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.0 MB/s (1872 bytes in 0.064s)
+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 = [598000- 598000- 0- 0- 1469000- 1469000- 0- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.5691652297974 
+Ins Current (mA):249.90775110210205 
+Samples: 3000000 
+Consumed Energy (mAs): 167964.84811562803 
+Consumed Energy (mAh): 46.65690225434112 
+Consumed Energy (mWs): 829814.4297409378 
+Consumed Energy (mWh): 230.5040082613716 
+Avg power (mW): 1387.9021439196908 
+Avg Current (mA): 280.8794711328069 
+Avg Voltage (V): 4.941272989165719 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 46.65690225434112
+--- Starting cc_info = 2442000
+--- Ending cc_info = 2442000
+--- Getting the average power
+--- Avg Power = 1387.9021439196908
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 26405
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:22:15 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 05:32:17 +0200 - Duration: 600038 seconds 
+Real workload: 3.1760371287359272E10 - Integer reached: 149204 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 54.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2442000 mAh 
+Cc_info at the end: 2442000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 26406
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:22:16 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 05:32:17 +0200 - Duration: 600002 seconds 
+Real workload: 3.1296878835305897E10 - Integer reached: 148157 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 54.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2442000 mAh 
+Cc_info at the end: 2442000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 26407
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:22:16 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 05:32:16 +0200 - Duration: 600009 seconds 
+Real workload: 1.2637232708270714E11 - Integer reached: 289346 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 54.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2442000 mAh 
+Cc_info at the end: 2442000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 26409
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:22:15 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 05:32:16 +0200 - Duration: 600003 seconds 
+Real workload: 1.2535653528720947E11 - Integer reached: 288227 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 54.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2442000 mAh 
+Cc_info at the end: 2442000 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 1,1,0,0,2,2,0,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 3.14786e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.48218e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 1100-2200 1,1,0,0,2,2,0,0                         [598000- 598000- 0- 0- 1469000- 1469000- 0- 0]                     time (s): 602.5691652297974 
+Ins Current (mA):249.90775110210205 
+Samples: 3000000 
+Consumed Energy (mAs): 167964.84811562803 
+Consumed Energy (mAh): 46.65690225434112 
+Consumed Energy (mWs): 829814.4297409378 
+Consumed Energy (mWh): 230.5040082613716 
+Avg power (mW): 1387.9021439196908 
+Avg Current (mA): 280.8794711328069 
+Avg Voltage (V): 4.941272989165719 
+ Thread : 0 - ThreadProcess id: 26405
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:22:15 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 05:32:17 +0200 - Duration: 600038 seconds 
+Real workload: 3.1760371287359272E10 - Integer reached: 149204 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 54.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2442000 mAh 
+Cc_info at the end: 2442000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 26406
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:22:16 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 05:32:17 +0200 - Duration: 600002 seconds 
+Real workload: 3.1296878835305897E10 - Integer reached: 148157 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 54.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2442000 mAh 
+Cc_info at the end: 2442000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 26407
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:22:16 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 05:32:16 +0200 - Duration: 600009 seconds 
+Real workload: 1.2637232708270714E11 - Integer reached: 289346 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 54.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2442000 mAh 
+Cc_info at the end: 2442000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 26409
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:22:15 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 05:32:16 +0200 - Duration: 600003 seconds 
+Real workload: 1.2535653528720947E11 - Integer reached: 288227 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 54.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2442000 mAh 
+Cc_info at the end: 2442000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 46.65690225434112                     3.14786e+11 1.48218e-10  2442000 2442000 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 1100-2200 
+phone format: 1,1,0,0,2,2,0,0 
+Exact values of frequencies: [598000- 598000- 0- 0- 1469000- 1469000- 0- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.5691652297974 
+Ins Current (mA):249.90775110210205 
+Samples: 3000000 
+Consumed Energy (mAs): 167964.84811562803 
+Consumed Energy (mAh): 46.65690225434112 
+Consumed Energy (mWs): 829814.4297409378 
+Consumed Energy (mWh): 230.5040082613716 
+Avg power (mW): 1387.9021439196908 
+Avg Current (mA): 280.8794711328069 
+Avg Voltage (V): 4.941272989165719 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 26405
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:22:15 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 05:32:17 +0200 - Duration: 600038 seconds 
+Real workload: 3.1760371287359272E10 - Integer reached: 149204 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 54.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2442000 mAh 
+Cc_info at the end: 2442000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 26406
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:22:16 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 05:32:17 +0200 - Duration: 600002 seconds 
+Real workload: 3.1296878835305897E10 - Integer reached: 148157 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 54.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2442000 mAh 
+Cc_info at the end: 2442000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 26407
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:22:16 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 05:32:16 +0200 - Duration: 600009 seconds 
+Real workload: 1.2637232708270714E11 - Integer reached: 289346 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 54.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2442000 mAh 
+Cc_info at the end: 2442000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 26409
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:22:15 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 05:32:16 +0200 - Duration: 600003 seconds 
+Real workload: 1.2535653528720947E11 - Integer reached: 288227 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 54.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2442000 mAh 
+Cc_info at the end: 2442000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 46.65690225434112 
+Workload: 3.14786e+11 
+Energy efficiency: 1.48218e-10 
+Starting cc information: 2442000 
+Ending cc information: 2442000 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_05_17_35/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__28Oct22_05_17_35/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__28Oct22_05_17_35/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__28Oct22_05_17_35/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__28Oct22_05_17_35/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__28Oct22_05_17_35/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__28Oct22_05_17_35/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__28Oct22_05_17_35/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__28Oct22_05_17_35/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__28Oct22_05_17_35/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__28Oct22_05_17_35/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__28Oct22_05_17_35/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__28Oct22_05_17_35/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__28Oct22_05_17_35/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__28Oct22_05_17_35'
+--- 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 = 46.65690225434112
+--- Experiment result, Avg Power = 1387.9021439196908
+--- Experiment result, Total Workload = 3.14786e+11
+--- Experiment result, Energy Efficiency = 1.48218e-10
+--- Adding result to summary file
+--- Starting cc information : 2442000 
+--- Ending cc information : 2442000
+--- 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 1100-2200.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_05_31_54
+--- Performing experiments on configuration 3330-0101
+--- 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  3
+--- Exact frequency of core  0:  1690000
+--- Modifying the governor of core 0 
+--- 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 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  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  1
+--- Exact frequency of core  7:  741000
+--- Modifying the governor of core 7 
+--- Modifying the the current frequency of core 7 with frequency 741000
+--- 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: 28788 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- 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  0
+--- frequency level of core 5 is  1
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  1
+--- 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
+--- 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 : 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 : 2440500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1402.8668549757522
+powermeter script : average_power with numpy  arrays =  1402.8668549758243
+powermeter script : Summary Result = time (s): 602.9458403587341
+Ins Current (mA):275.12619295257906
+Samples: 3000000
+Consumed Energy (mAs): 170428.3746883509
+Consumed Energy (mAh): 47.341215191208576
+Consumed Energy (mWs): 841496.6654895615
+Consumed Energy (mWh): 233.74907374710043
+Avg power (mW): 1402.8668549757522
+Avg Current (mA): 284.0330837628725
+Avg Voltage (V): 4.939096658708068
+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  0
+--- frequency level of core 5 is  1
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  1
+--- 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 : 2440500 , 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 (2338 bytes in 0.082s)
+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- 0- 741000- 0- 741000]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.9458403587341 
+Ins Current (mA):275.12619295257906 
+Samples: 3000000 
+Consumed Energy (mAs): 170428.3746883509 
+Consumed Energy (mAh): 47.341215191208576 
+Consumed Energy (mWs): 841496.6654895615 
+Consumed Energy (mWh): 233.74907374710043 
+Avg power (mW): 1402.8668549757522 
+Avg Current (mA): 284.0330837628725 
+Avg Voltage (V): 4.939096658708068 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 47.341215191208576
+--- Starting cc_info = 2440500
+--- Ending cc_info = 2440500
+--- Getting the average power
+--- Avg Power = 1402.8668549757522
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 28863
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:39:02 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 05:49:02 +0200 - Duration: 600021 seconds 
+Real workload: 3.152173518865426E10 - Integer reached: 165440 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2440500 mAh 
+Cc_info at the end: 2440500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 28864
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:39:00 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 05:49:01 +0200 - Duration: 600008 seconds 
+Real workload: 3.1661454554894787E10 - Integer reached: 165791 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2440500 mAh 
+Cc_info at the end: 2440500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 28865
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:39:02 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 05:49:02 +0200 - Duration: 600041 seconds 
+Real workload: 3.138947738661917E10 - Integer reached: 165107 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2440500 mAh 
+Cc_info at the end: 2440500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 28866
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:39:01 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 05:49:01 +0200 - Duration: 600003 seconds 
+Real workload: 1.2210938820259319E11 - Integer reached: 316808 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2440500 mAh 
+Cc_info at the end: 2440500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 28867
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:39:01 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 05:49:01 +0200 - Duration: 600020 seconds 
+Real workload: 1.2217038957641122E11 - Integer reached: 316884 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2440500 mAh 
+Cc_info at the end: 2440500 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 3,3,3,0,0,1,0,1 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 3.38852e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.39711e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 3330-0101 3,3,3,0,0,1,0,1                         [1690000- 1690000- 1690000- 0- 0- 741000- 0- 741000]                     time (s): 602.9458403587341 
+Ins Current (mA):275.12619295257906 
+Samples: 3000000 
+Consumed Energy (mAs): 170428.3746883509 
+Consumed Energy (mAh): 47.341215191208576 
+Consumed Energy (mWs): 841496.6654895615 
+Consumed Energy (mWh): 233.74907374710043 
+Avg power (mW): 1402.8668549757522 
+Avg Current (mA): 284.0330837628725 
+Avg Voltage (V): 4.939096658708068 
+ Thread : 0 - ThreadProcess id: 28863
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:39:02 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 05:49:02 +0200 - Duration: 600021 seconds 
+Real workload: 3.152173518865426E10 - Integer reached: 165440 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2440500 mAh 
+Cc_info at the end: 2440500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 28864
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:39:00 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 05:49:01 +0200 - Duration: 600008 seconds 
+Real workload: 3.1661454554894787E10 - Integer reached: 165791 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2440500 mAh 
+Cc_info at the end: 2440500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 28865
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:39:02 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 05:49:02 +0200 - Duration: 600041 seconds 
+Real workload: 3.138947738661917E10 - Integer reached: 165107 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2440500 mAh 
+Cc_info at the end: 2440500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 28866
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:39:01 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 05:49:01 +0200 - Duration: 600003 seconds 
+Real workload: 1.2210938820259319E11 - Integer reached: 316808 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2440500 mAh 
+Cc_info at the end: 2440500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 28867
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:39:01 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 05:49:01 +0200 - Duration: 600020 seconds 
+Real workload: 1.2217038957641122E11 - Integer reached: 316884 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2440500 mAh 
+Cc_info at the end: 2440500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 47.341215191208576                     3.38852e+11 1.39711e-10  2440500 2440500 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 3330-0101 
+phone format: 3,3,3,0,0,1,0,1 
+Exact values of frequencies: [1690000- 1690000- 1690000- 0- 0- 741000- 0- 741000] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.9458403587341 
+Ins Current (mA):275.12619295257906 
+Samples: 3000000 
+Consumed Energy (mAs): 170428.3746883509 
+Consumed Energy (mAh): 47.341215191208576 
+Consumed Energy (mWs): 841496.6654895615 
+Consumed Energy (mWh): 233.74907374710043 
+Avg power (mW): 1402.8668549757522 
+Avg Current (mA): 284.0330837628725 
+Avg Voltage (V): 4.939096658708068 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 28863
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:39:02 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 05:49:02 +0200 - Duration: 600021 seconds 
+Real workload: 3.152173518865426E10 - Integer reached: 165440 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2440500 mAh 
+Cc_info at the end: 2440500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 28864
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:39:00 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 05:49:01 +0200 - Duration: 600008 seconds 
+Real workload: 3.1661454554894787E10 - Integer reached: 165791 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2440500 mAh 
+Cc_info at the end: 2440500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 28865
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:39:02 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 05:49:02 +0200 - Duration: 600041 seconds 
+Real workload: 3.138947738661917E10 - Integer reached: 165107 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2440500 mAh 
+Cc_info at the end: 2440500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 28866
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:39:01 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 05:49:01 +0200 - Duration: 600003 seconds 
+Real workload: 1.2210938820259319E11 - Integer reached: 316808 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2440500 mAh 
+Cc_info at the end: 2440500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 28867
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:39:01 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 05:49:01 +0200 - Duration: 600020 seconds 
+Real workload: 1.2217038957641122E11 - Integer reached: 316884 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2440500 mAh 
+Cc_info at the end: 2440500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 47.341215191208576 
+Workload: 3.38852e+11 
+Energy efficiency: 1.39711e-10 
+Starting cc information: 2440500 
+Ending cc information: 2440500 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_05_34_56/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__28Oct22_05_34_56/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__28Oct22_05_34_56/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__28Oct22_05_34_56/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__28Oct22_05_34_56/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__28Oct22_05_34_56/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__28Oct22_05_34_56/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__28Oct22_05_34_56/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__28Oct22_05_34_56/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__28Oct22_05_34_56/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__28Oct22_05_34_56/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__28Oct22_05_34_56/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__28Oct22_05_34_56/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__28Oct22_05_34_56/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__28Oct22_05_34_56/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__28Oct22_05_34_56/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__28Oct22_05_34_56'
+--- 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 = 47.341215191208576
+--- Experiment result, Avg Power = 1402.8668549757522
+--- Experiment result, Total Workload = 3.38852e+11
+--- Experiment result, Energy Efficiency = 1.39711e-10
+--- Adding result to summary file
+--- Starting cc information : 2440500 
+--- Ending cc information : 2440500
+--- 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 3330-0101.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_05_48_41
+--- Performing experiments on configuration 3300-1001
+--- 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  3
+--- Exact frequency of core  0:  1690000
+--- Modifying the governor of core 0 
+--- 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 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  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  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  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  1
+--- Exact frequency of core  7:  741000
+--- Modifying the governor of core 7 
+--- Modifying the the current frequency of core 7 with frequency 741000
+--- 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: 31167 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  3
+--- frequency level of core 1 is  3
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  1
+--- frequency level of core 5 is  0
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  1
+--- 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 : 1 
+--- The current number of thread ready to be sambled  : 1, 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 : 2439000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1393.2321764033675
+powermeter script : average_power with numpy  arrays =  1393.23217640354
+powermeter script : Summary Result = time (s): 603.4301373958588
+Ins Current (mA):271.17689301007266
+Samples: 3000000
+Consumed Energy (mAs): 169648.50500673038
+Consumed Energy (mAh): 47.124584724091775
+Consumed Energy (mWs): 837815.4887052819
+Consumed Energy (mWh): 232.72652464035608
+Avg power (mW): 1393.2321764033675
+Avg Current (mA): 281.9939413224258
+Avg Voltage (V): 4.940645780791352
+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  0
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  1
+--- frequency level of core 5 is  0
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  1
+--- 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 : 2439000 , 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.0 MB/s (1871 bytes in 0.062s)
+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- 0- 0- 741000- 0- 0- 741000]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 603.4301373958588 
+Ins Current (mA):271.17689301007266 
+Samples: 3000000 
+Consumed Energy (mAs): 169648.50500673038 
+Consumed Energy (mAh): 47.124584724091775 
+Consumed Energy (mWs): 837815.4887052819 
+Consumed Energy (mWh): 232.72652464035608 
+Avg power (mW): 1393.2321764033675 
+Avg Current (mA): 281.9939413224258 
+Avg Voltage (V): 4.940645780791352 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 47.124584724091775
+--- Starting cc_info = 2439000
+--- Ending cc_info = 2439000
+--- Getting the average power
+--- Avg Power = 1393.2321764033675
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 31243
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:56:15 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 06:06:16 +0200 - Duration: 600003 seconds 
+Real workload: 3.1558071498820545E10 - Integer reached: 148748 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2439000 mAh 
+Cc_info at the end: 2439000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 31244
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:56:15 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 06:06:16 +0200 - Duration: 600028 seconds 
+Real workload: 3.120522129453603E10 - Integer reached: 147949 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2439000 mAh 
+Cc_info at the end: 2439000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 31245
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:56:16 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 06:06:16 +0200 - Duration: 600012 seconds 
+Real workload: 1.2629228964516225E11 - Integer reached: 289258 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2439000 mAh 
+Cc_info at the end: 2439000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 31246
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:56:16 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 06:06:17 +0200 - Duration: 600005 seconds 
+Real workload: 1.2452457204734196E11 - Integer reached: 287307 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2439000 mAh 
+Cc_info at the end: 2439000 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 3,3,0,0,1,0,0,1 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 3.1358e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.50279e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 3300-1001 3,3,0,0,1,0,0,1                         [1690000- 1690000- 0- 0- 741000- 0- 0- 741000]                     time (s): 603.4301373958588 
+Ins Current (mA):271.17689301007266 
+Samples: 3000000 
+Consumed Energy (mAs): 169648.50500673038 
+Consumed Energy (mAh): 47.124584724091775 
+Consumed Energy (mWs): 837815.4887052819 
+Consumed Energy (mWh): 232.72652464035608 
+Avg power (mW): 1393.2321764033675 
+Avg Current (mA): 281.9939413224258 
+Avg Voltage (V): 4.940645780791352 
+ Thread : 0 - ThreadProcess id: 31243
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:56:15 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 06:06:16 +0200 - Duration: 600003 seconds 
+Real workload: 3.1558071498820545E10 - Integer reached: 148748 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2439000 mAh 
+Cc_info at the end: 2439000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 31244
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:56:15 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 06:06:16 +0200 - Duration: 600028 seconds 
+Real workload: 3.120522129453603E10 - Integer reached: 147949 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2439000 mAh 
+Cc_info at the end: 2439000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 31245
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:56:16 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 06:06:16 +0200 - Duration: 600012 seconds 
+Real workload: 1.2629228964516225E11 - Integer reached: 289258 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2439000 mAh 
+Cc_info at the end: 2439000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 31246
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:56:16 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 06:06:17 +0200 - Duration: 600005 seconds 
+Real workload: 1.2452457204734196E11 - Integer reached: 287307 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2439000 mAh 
+Cc_info at the end: 2439000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 47.124584724091775                     3.1358e+11 1.50279e-10  2439000 2439000 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 3300-1001 
+phone format: 3,3,0,0,1,0,0,1 
+Exact values of frequencies: [1690000- 1690000- 0- 0- 741000- 0- 0- 741000] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 603.4301373958588 
+Ins Current (mA):271.17689301007266 
+Samples: 3000000 
+Consumed Energy (mAs): 169648.50500673038 
+Consumed Energy (mAh): 47.124584724091775 
+Consumed Energy (mWs): 837815.4887052819 
+Consumed Energy (mWh): 232.72652464035608 
+Avg power (mW): 1393.2321764033675 
+Avg Current (mA): 281.9939413224258 
+Avg Voltage (V): 4.940645780791352 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 31243
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:56:15 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 06:06:16 +0200 - Duration: 600003 seconds 
+Real workload: 3.1558071498820545E10 - Integer reached: 148748 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2439000 mAh 
+Cc_info at the end: 2439000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 31244
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:56:15 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 06:06:16 +0200 - Duration: 600028 seconds 
+Real workload: 3.120522129453603E10 - Integer reached: 147949 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2439000 mAh 
+Cc_info at the end: 2439000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 31245
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:56:16 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 06:06:16 +0200 - Duration: 600012 seconds 
+Real workload: 1.2629228964516225E11 - Integer reached: 289258 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2439000 mAh 
+Cc_info at the end: 2439000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 31246
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 05:56:16 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 06:06:17 +0200 - Duration: 600005 seconds 
+Real workload: 1.2452457204734196E11 - Integer reached: 287307 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2439000 mAh 
+Cc_info at the end: 2439000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 47.124584724091775 
+Workload: 3.1358e+11 
+Energy efficiency: 1.50279e-10 
+Starting cc information: 2439000 
+Ending cc information: 2439000 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_05_51_44/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__28Oct22_05_51_44/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__28Oct22_05_51_44/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__28Oct22_05_51_44/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__28Oct22_05_51_44/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__28Oct22_05_51_44/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__28Oct22_05_51_44/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__28Oct22_05_51_44/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__28Oct22_05_51_44/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__28Oct22_05_51_44/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__28Oct22_05_51_44/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__28Oct22_05_51_44/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__28Oct22_05_51_44/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__28Oct22_05_51_44/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__28Oct22_05_51_44/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__28Oct22_05_51_44/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__28Oct22_05_51_44/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__28Oct22_05_51_44/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__28Oct22_05_51_44'
+--- 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 = 47.124584724091775
+--- Experiment result, Avg Power = 1393.2321764033675
+--- Experiment result, Total Workload = 3.1358e+11
+--- Experiment result, Energy Efficiency = 1.50279e-10
+--- Adding result to summary file
+--- Starting cc information : 2439000 
+--- Ending cc information : 2439000
+--- 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 3300-1001.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_06_05_55
+--- Performing experiments on configuration 0222-0022
+--- 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  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  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  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: 1246 
+---- 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  2
+--- frequency level of core 2 is  2
+--- frequency level of core 3 is  2
+--- frequency level of core 4 is  0
+--- frequency level of core 5 is  0
+--- frequency level of core 6 is  2
+--- frequency level of core 7 is  2
+--- 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
+--- 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 : 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 : 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 : 2436000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  2257.0091533763593
+powermeter script : average_power with numpy  arrays =  2257.0091533768386
+powermeter script : Summary Result = time (s): 602.6789326667786
+Ins Current (mA):459.45572441433853
+Samples: 3000000
+Consumed Energy (mAs): 282633.0107766792
+Consumed Energy (mAh): 78.50916966018868
+Consumed Energy (mWs): 1356225.7596130606
+Consumed Energy (mWh): 376.72937767029464
+Avg power (mW): 2257.0091533763593
+Avg Current (mA): 470.11845687316935
+Avg Voltage (V): 4.8009371263321095
+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  2
+--- frequency level of core 2 is  2
+--- frequency level of core 3 is  2
+--- frequency level of core 4 is  0
+--- frequency level of core 5 is  0
+--- frequency level of core 6 is  2
+--- frequency level of core 7 is  2
+--- 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 : 2436000 , 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.1 MB/s (2327 bytes in 0.043s)
+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- 1248000- 1248000- 1248000- 0- 0- 1469000- 1469000]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.6789326667786 
+Ins Current (mA):459.45572441433853 
+Samples: 3000000 
+Consumed Energy (mAs): 282633.0107766792 
+Consumed Energy (mAh): 78.50916966018868 
+Consumed Energy (mWs): 1356225.7596130606 
+Consumed Energy (mWh): 376.72937767029464 
+Avg power (mW): 2257.0091533763593 
+Avg Current (mA): 470.11845687316935 
+Avg Voltage (V): 4.8009371263321095 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 78.50916966018868
+--- Starting cc_info = 2436000
+--- Ending cc_info = 2436000
+--- Getting the average power
+--- Avg Power = 2257.0091533763593
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 1319
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:12:43 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 06:22:43 +0200 - Duration: 600013 seconds 
+Real workload: 9.164124282111147E10 - Integer reached: 276020 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2436000 mAh 
+Cc_info at the end: 2436000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 1320
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:12:42 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 06:22:42 +0200 - Duration: 600005 seconds 
+Real workload: 9.137240932628596E10 - Integer reached: 275631 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2436000 mAh 
+Cc_info at the end: 2436000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 1321
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:12:42 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 06:22:42 +0200 - Duration: 600003 seconds 
+Real workload: 9.158384813442854E10 - Integer reached: 275937 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2436000 mAh 
+Cc_info at the end: 2436000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 1323
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:12:42 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 06:22:43 +0200 - Duration: 600014 seconds 
+Real workload: 2.5979551809973642E11 - Integer reached: 455363 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2436000 mAh 
+Cc_info at the end: 2436000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 1324
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:12:42 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 06:22:42 +0200 - Duration: 600005 seconds 
+Real workload: 2.5817372023835648E11 - Integer reached: 453994 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2436000 mAh 
+Cc_info at the end: 2436000 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,2,2,2,0,0,2,2 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 7.92567e+11
+--- Getting energy efficiency
+--- Energy efficiency: 9.90568e-11
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 0222-0022 0,2,2,2,0,0,2,2                         [0- 1248000- 1248000- 1248000- 0- 0- 1469000- 1469000]                     time (s): 602.6789326667786 
+Ins Current (mA):459.45572441433853 
+Samples: 3000000 
+Consumed Energy (mAs): 282633.0107766792 
+Consumed Energy (mAh): 78.50916966018868 
+Consumed Energy (mWs): 1356225.7596130606 
+Consumed Energy (mWh): 376.72937767029464 
+Avg power (mW): 2257.0091533763593 
+Avg Current (mA): 470.11845687316935 
+Avg Voltage (V): 4.8009371263321095 
+ Thread : 0 - ThreadProcess id: 1319
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:12:43 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 06:22:43 +0200 - Duration: 600013 seconds 
+Real workload: 9.164124282111147E10 - Integer reached: 276020 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2436000 mAh 
+Cc_info at the end: 2436000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 1320
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:12:42 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 06:22:42 +0200 - Duration: 600005 seconds 
+Real workload: 9.137240932628596E10 - Integer reached: 275631 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2436000 mAh 
+Cc_info at the end: 2436000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 1321
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:12:42 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 06:22:42 +0200 - Duration: 600003 seconds 
+Real workload: 9.158384813442854E10 - Integer reached: 275937 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2436000 mAh 
+Cc_info at the end: 2436000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 1323
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:12:42 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 06:22:43 +0200 - Duration: 600014 seconds 
+Real workload: 2.5979551809973642E11 - Integer reached: 455363 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2436000 mAh 
+Cc_info at the end: 2436000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 1324
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:12:42 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 06:22:42 +0200 - Duration: 600005 seconds 
+Real workload: 2.5817372023835648E11 - Integer reached: 453994 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2436000 mAh 
+Cc_info at the end: 2436000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 78.50916966018868                     7.92567e+11 9.90568e-11  2436000 2436000 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 0222-0022 
+phone format: 0,2,2,2,0,0,2,2 
+Exact values of frequencies: [0- 1248000- 1248000- 1248000- 0- 0- 1469000- 1469000] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.6789326667786 
+Ins Current (mA):459.45572441433853 
+Samples: 3000000 
+Consumed Energy (mAs): 282633.0107766792 
+Consumed Energy (mAh): 78.50916966018868 
+Consumed Energy (mWs): 1356225.7596130606 
+Consumed Energy (mWh): 376.72937767029464 
+Avg power (mW): 2257.0091533763593 
+Avg Current (mA): 470.11845687316935 
+Avg Voltage (V): 4.8009371263321095 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 1319
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:12:43 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 06:22:43 +0200 - Duration: 600013 seconds 
+Real workload: 9.164124282111147E10 - Integer reached: 276020 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2436000 mAh 
+Cc_info at the end: 2436000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 1320
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:12:42 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 06:22:42 +0200 - Duration: 600005 seconds 
+Real workload: 9.137240932628596E10 - Integer reached: 275631 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2436000 mAh 
+Cc_info at the end: 2436000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 1321
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:12:42 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 06:22:42 +0200 - Duration: 600003 seconds 
+Real workload: 9.158384813442854E10 - Integer reached: 275937 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2436000 mAh 
+Cc_info at the end: 2436000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 1323
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:12:42 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 06:22:43 +0200 - Duration: 600014 seconds 
+Real workload: 2.5979551809973642E11 - Integer reached: 455363 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2436000 mAh 
+Cc_info at the end: 2436000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 1324
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:12:42 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 06:22:42 +0200 - Duration: 600005 seconds 
+Real workload: 2.5817372023835648E11 - Integer reached: 453994 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 39.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2436000 mAh 
+Cc_info at the end: 2436000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 78.50916966018868 
+Workload: 7.92567e+11 
+Energy efficiency: 9.90568e-11 
+Starting cc information: 2436000 
+Ending cc information: 2436000 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_06_08_58/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__28Oct22_06_08_58/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__28Oct22_06_08_58/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__28Oct22_06_08_58/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__28Oct22_06_08_58/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__28Oct22_06_08_58/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__28Oct22_06_08_58/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__28Oct22_06_08_58/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__28Oct22_06_08_58/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__28Oct22_06_08_58/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__28Oct22_06_08_58/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__28Oct22_06_08_58/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__28Oct22_06_08_58/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__28Oct22_06_08_58/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__28Oct22_06_08_58/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__28Oct22_06_08_58/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__28Oct22_06_08_58'
+--- 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 = 78.50916966018868
+--- Experiment result, Avg Power = 2257.0091533763593
+--- Experiment result, Total Workload = 7.92567e+11
+--- Experiment result, Energy Efficiency = 9.90568e-11
+--- Adding result to summary file
+--- Starting cc information : 2436000 
+--- Ending cc information : 2436000
+--- 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 0222-0022.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_06_22_20
+--- Performing experiments on configuration 1111-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  1
+--- Exact frequency of core  0:  598000
+--- Modifying the governor of core 0 
+--- Modifying the the current frequency of core 0 with frequency 598000
+--- Frequency level of core 1 is  1
+--- Exact frequency of core  1:  598000
+--- Modifying the governor of core 1 
+--- Modifying the the current frequency of core 1 with frequency 598000
+--- Frequency level of core 2 is  1
+--- Exact frequency of core  2:  598000
+--- Modifying the governor of core 2 
+--- Modifying the the current frequency of core 2 with frequency 598000
+--- Frequency level of core 3 is  1
+--- Exact frequency of core  3:  598000
+--- Modifying the governor of core 3 
+--- Modifying the the current frequency of core 3 with frequency 598000
+--- 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: 4189 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  1
+--- frequency level of core 1 is  1
+--- frequency level of core 2 is  1
+--- frequency level of core 3 is  1
+--- 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 = 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 : 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 : 4 
+--- The current number of thread ready to be sambled  : 4, 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 : 2434500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1264.75651955678
+powermeter script : average_power with numpy  arrays =  1264.7565195569025
+powermeter script : Summary Result = time (s): 604.240972995758
+Ins Current (mA):255.44511159030475
+Samples: 3000000
+Consumed Energy (mAs): 152582.5370359262
+Consumed Energy (mAh): 42.38403806553505
+Consumed Energy (mWs): 756677.9168414545
+Consumed Energy (mWh): 210.18831023373735
+Avg power (mW): 1264.75651955678
+Avg Current (mA): 254.96225748385814
+Avg Voltage (V): 4.960563700832672
+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  1
+--- frequency level of core 1 is  1
+--- frequency level of core 2 is  1
+--- frequency level of core 3 is  1
+--- 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 = 5
+--- Number of thread ended: 5 
+--- Now threads are stopped, getting the cc_info_level for samsung 
+--- Current cc_info level : 2434500 , 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 (2326 bytes in 0.061s)
+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 = [598000- 598000- 598000- 598000- 2314000- 0- 0- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 604.240972995758 
+Ins Current (mA):255.44511159030475 
+Samples: 3000000 
+Consumed Energy (mAs): 152582.5370359262 
+Consumed Energy (mAh): 42.38403806553505 
+Consumed Energy (mWs): 756677.9168414545 
+Consumed Energy (mWh): 210.18831023373735 
+Avg power (mW): 1264.75651955678 
+Avg Current (mA): 254.96225748385814 
+Avg Voltage (V): 4.960563700832672 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 42.38403806553505
+--- Starting cc_info = 2434500
+--- Ending cc_info = 2434500
+--- Getting the average power
+--- Avg Power = 1264.75651955678
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 4316
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:29:43 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 06:39:44 +0200 - Duration: 600030 seconds 
+Real workload: 4.036357722660325E10 - Integer reached: 186255 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 66.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2434500 mAh 
+Cc_info at the end: 2434500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 4323
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:29:44 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 06:39:44 +0200 - Duration: 600019 seconds 
+Real workload: 4.067656597697771E10 - Integer reached: 186946 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 66.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2434500 mAh 
+Cc_info at the end: 2434500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 4329
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:29:44 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 06:39:45 +0200 - Duration: 600003 seconds 
+Real workload: 4.115730554792218E10 - Integer reached: 188002 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 66.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2434500 mAh 
+Cc_info at the end: 2434500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 4332
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:29:44 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 06:39:46 +0200 - Duration: 600002 seconds 
+Real workload: 4.191479132262859E10 - Integer reached: 189653 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 66.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2434500 mAh 
+Cc_info at the end: 2434500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 4333
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:29:45 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 06:39:45 +0200 - Duration: 600006 seconds 
+Real workload: 1.2671278851846132E11 - Integer reached: 322489 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 66.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2434500 mAh 
+Cc_info at the end: 2434500 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 1,1,1,1,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 : 2.90825e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.45737e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 1111-3000 1,1,1,1,3,0,0,0                         [598000- 598000- 598000- 598000- 2314000- 0- 0- 0]                     time (s): 604.240972995758 
+Ins Current (mA):255.44511159030475 
+Samples: 3000000 
+Consumed Energy (mAs): 152582.5370359262 
+Consumed Energy (mAh): 42.38403806553505 
+Consumed Energy (mWs): 756677.9168414545 
+Consumed Energy (mWh): 210.18831023373735 
+Avg power (mW): 1264.75651955678 
+Avg Current (mA): 254.96225748385814 
+Avg Voltage (V): 4.960563700832672 
+ Thread : 0 - ThreadProcess id: 4316
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:29:43 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 06:39:44 +0200 - Duration: 600030 seconds 
+Real workload: 4.036357722660325E10 - Integer reached: 186255 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 66.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2434500 mAh 
+Cc_info at the end: 2434500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 4323
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:29:44 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 06:39:44 +0200 - Duration: 600019 seconds 
+Real workload: 4.067656597697771E10 - Integer reached: 186946 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 66.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2434500 mAh 
+Cc_info at the end: 2434500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 4329
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:29:44 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 06:39:45 +0200 - Duration: 600003 seconds 
+Real workload: 4.115730554792218E10 - Integer reached: 188002 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 66.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2434500 mAh 
+Cc_info at the end: 2434500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 4332
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:29:44 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 06:39:46 +0200 - Duration: 600002 seconds 
+Real workload: 4.191479132262859E10 - Integer reached: 189653 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 66.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2434500 mAh 
+Cc_info at the end: 2434500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 4333
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:29:45 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 06:39:45 +0200 - Duration: 600006 seconds 
+Real workload: 1.2671278851846132E11 - Integer reached: 322489 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 66.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2434500 mAh 
+Cc_info at the end: 2434500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 42.38403806553505                     2.90825e+11 1.45737e-10  2434500 2434500 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 1111-3000 
+phone format: 1,1,1,1,3,0,0,0 
+Exact values of frequencies: [598000- 598000- 598000- 598000- 2314000- 0- 0- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 604.240972995758 
+Ins Current (mA):255.44511159030475 
+Samples: 3000000 
+Consumed Energy (mAs): 152582.5370359262 
+Consumed Energy (mAh): 42.38403806553505 
+Consumed Energy (mWs): 756677.9168414545 
+Consumed Energy (mWh): 210.18831023373735 
+Avg power (mW): 1264.75651955678 
+Avg Current (mA): 254.96225748385814 
+Avg Voltage (V): 4.960563700832672 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 4316
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:29:43 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 06:39:44 +0200 - Duration: 600030 seconds 
+Real workload: 4.036357722660325E10 - Integer reached: 186255 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 66.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2434500 mAh 
+Cc_info at the end: 2434500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 4323
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:29:44 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 06:39:44 +0200 - Duration: 600019 seconds 
+Real workload: 4.067656597697771E10 - Integer reached: 186946 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 66.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2434500 mAh 
+Cc_info at the end: 2434500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 4329
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:29:44 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 06:39:45 +0200 - Duration: 600003 seconds 
+Real workload: 4.115730554792218E10 - Integer reached: 188002 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 66.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2434500 mAh 
+Cc_info at the end: 2434500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 4332
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:29:44 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 06:39:46 +0200 - Duration: 600002 seconds 
+Real workload: 4.191479132262859E10 - Integer reached: 189653 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 66.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2434500 mAh 
+Cc_info at the end: 2434500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 4333
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:29:45 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 06:39:45 +0200 - Duration: 600006 seconds 
+Real workload: 1.2671278851846132E11 - Integer reached: 322489 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 66.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2434500 mAh 
+Cc_info at the end: 2434500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 42.38403806553505 
+Workload: 2.90825e+11 
+Energy efficiency: 1.45737e-10 
+Starting cc information: 2434500 
+Ending cc information: 2434500 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_06_25_22/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__28Oct22_06_25_22/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__28Oct22_06_25_22/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__28Oct22_06_25_22/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__28Oct22_06_25_22/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__28Oct22_06_25_22/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__28Oct22_06_25_22/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__28Oct22_06_25_22/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__28Oct22_06_25_22/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__28Oct22_06_25_22/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__28Oct22_06_25_22/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__28Oct22_06_25_22/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__28Oct22_06_25_22/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__28Oct22_06_25_22/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__28Oct22_06_25_22/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__28Oct22_06_25_22/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__28Oct22_06_25_22/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__28Oct22_06_25_22/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__28Oct22_06_25_22'
+--- 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 = 42.38403806553505
+--- Experiment result, Avg Power = 1264.75651955678
+--- Experiment result, Total Workload = 2.90825e+11
+--- Experiment result, Energy Efficiency = 1.45737e-10
+--- Adding result to summary file
+--- Starting cc information : 2434500 
+--- Ending cc information : 2434500
+--- 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 1111-3000.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_06_39_24
+--- Performing experiments on configuration 2202-1101
+--- 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  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  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  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  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  1
+--- Exact frequency of core  7:  741000
+--- Modifying the governor of core 7 
+--- Modifying the the current frequency of core 7 with frequency 741000
+--- 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: 7297 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  2
+--- frequency level of core 1 is  2
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  2
+--- frequency level of core 4 is  1
+--- frequency level of core 5 is  1
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  1
+--- 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 : 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 : 5 
+--- The current number of thread ready to be sambled  : 5, still lower than the experiment one :  6
+--- Number of thread in experiment phase : 5 
+--- The current number of thread ready to be sambled  : 5, still lower than the experiment one :  6
+--- Number of thread in experiment phase : 5 
+--- The current number of thread ready to be sambled  : 5, 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 : 2432500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1815.2233431153215
+powermeter script : average_power with numpy  arrays =  1815.2233431154762
+powermeter script : Summary Result = time (s): 602.6085658073425
+Ins Current (mA):351.24718643086277
+Samples: 3000000
+Consumed Energy (mAs): 222981.36658133447
+Consumed Energy (mAh): 61.93926849481513
+Consumed Energy (mWs): 1086317.9845555376
+Consumed Energy (mWh): 301.75499570987154
+Avg power (mW): 1815.2233431153215
+Avg Current (mA): 372.46041160557525
+Avg Voltage (V): 4.873600754749717
+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  2
+--- frequency level of core 1 is  2
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  2
+--- frequency level of core 4 is  1
+--- frequency level of core 5 is  1
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  1
+--- 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 : 2432500 , 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.1 MB/s (2792 bytes in 0.052s)
+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 = [1248000- 1248000- 0- 1248000- 741000- 741000- 0- 741000]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.6085658073425 
+Ins Current (mA):351.24718643086277 
+Samples: 3000000 
+Consumed Energy (mAs): 222981.36658133447 
+Consumed Energy (mAh): 61.93926849481513 
+Consumed Energy (mWs): 1086317.9845555376 
+Consumed Energy (mWh): 301.75499570987154 
+Avg power (mW): 1815.2233431153215 
+Avg Current (mA): 372.46041160557525 
+Avg Voltage (V): 4.873600754749717 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 61.93926849481513
+--- Starting cc_info = 2432500
+--- Ending cc_info = 2432500
+--- Getting the average power
+--- Avg Power = 1815.2233431153215
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 7412
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:46:20 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 06:56:20 +0200 - Duration: 600004 seconds 
+Real workload: 8.85792851579977E10 - Integer reached: 296394 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2432500 mAh 
+Cc_info at the end: 2432500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 7413
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:46:23 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 06:56:23 +0200 - Duration: 600008 seconds 
+Real workload: 8.756715424913647E10 - Integer reached: 294763 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2432500 mAh 
+Cc_info at the end: 2432500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 7414
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:46:20 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 06:56:21 +0200 - Duration: 600013 seconds 
+Real workload: 9.142331795776537E10 - Integer reached: 300926 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2432500 mAh 
+Cc_info at the end: 2432500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 7415
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:46:20 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 06:56:20 +0200 - Duration: 600012 seconds 
+Real workload: 1.2702704682590225E11 - Integer reached: 352425 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2432500 mAh 
+Cc_info at the end: 2432500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 7417
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:46:20 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 06:56:21 +0200 - Duration: 600022 seconds 
+Real workload: 1.2740620928052202E11 - Integer reached: 352930 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2432500 mAh 
+Cc_info at the end: 2432500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 5 - ThreadProcess id: 7424
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:46:20 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 06:56:20 +0200 - Duration: 600002 seconds 
+Real workload: 1.2553861956129068E11 - Integer reached: 350435 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2432500 mAh 
+Cc_info at the end: 2432500 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 2,2,0,2,1,1,0,1 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 6.47542e+11
+--- Getting energy efficiency
+--- Energy efficiency: 9.56529e-11
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 2202-1101 2,2,0,2,1,1,0,1                         [1248000- 1248000- 0- 1248000- 741000- 741000- 0- 741000]                     time (s): 602.6085658073425 
+Ins Current (mA):351.24718643086277 
+Samples: 3000000 
+Consumed Energy (mAs): 222981.36658133447 
+Consumed Energy (mAh): 61.93926849481513 
+Consumed Energy (mWs): 1086317.9845555376 
+Consumed Energy (mWh): 301.75499570987154 
+Avg power (mW): 1815.2233431153215 
+Avg Current (mA): 372.46041160557525 
+Avg Voltage (V): 4.873600754749717 
+ Thread : 0 - ThreadProcess id: 7412
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:46:20 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 06:56:20 +0200 - Duration: 600004 seconds 
+Real workload: 8.85792851579977E10 - Integer reached: 296394 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2432500 mAh 
+Cc_info at the end: 2432500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 7413
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:46:23 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 06:56:23 +0200 - Duration: 600008 seconds 
+Real workload: 8.756715424913647E10 - Integer reached: 294763 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2432500 mAh 
+Cc_info at the end: 2432500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 7414
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:46:20 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 06:56:21 +0200 - Duration: 600013 seconds 
+Real workload: 9.142331795776537E10 - Integer reached: 300926 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2432500 mAh 
+Cc_info at the end: 2432500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 7415
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:46:20 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 06:56:20 +0200 - Duration: 600012 seconds 
+Real workload: 1.2702704682590225E11 - Integer reached: 352425 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2432500 mAh 
+Cc_info at the end: 2432500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 7417
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:46:20 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 06:56:21 +0200 - Duration: 600022 seconds 
+Real workload: 1.2740620928052202E11 - Integer reached: 352930 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2432500 mAh 
+Cc_info at the end: 2432500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 5 - ThreadProcess id: 7424
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:46:20 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 06:56:20 +0200 - Duration: 600002 seconds 
+Real workload: 1.2553861956129068E11 - Integer reached: 350435 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2432500 mAh 
+Cc_info at the end: 2432500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 61.93926849481513                     6.47542e+11 9.56529e-11  2432500 2432500 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 2202-1101 
+phone format: 2,2,0,2,1,1,0,1 
+Exact values of frequencies: [1248000- 1248000- 0- 1248000- 741000- 741000- 0- 741000] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.6085658073425 
+Ins Current (mA):351.24718643086277 
+Samples: 3000000 
+Consumed Energy (mAs): 222981.36658133447 
+Consumed Energy (mAh): 61.93926849481513 
+Consumed Energy (mWs): 1086317.9845555376 
+Consumed Energy (mWh): 301.75499570987154 
+Avg power (mW): 1815.2233431153215 
+Avg Current (mA): 372.46041160557525 
+Avg Voltage (V): 4.873600754749717 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 7412
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:46:20 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 06:56:20 +0200 - Duration: 600004 seconds 
+Real workload: 8.85792851579977E10 - Integer reached: 296394 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2432500 mAh 
+Cc_info at the end: 2432500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 7413
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:46:23 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 06:56:23 +0200 - Duration: 600008 seconds 
+Real workload: 8.756715424913647E10 - Integer reached: 294763 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2432500 mAh 
+Cc_info at the end: 2432500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 7414
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:46:20 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 06:56:21 +0200 - Duration: 600013 seconds 
+Real workload: 9.142331795776537E10 - Integer reached: 300926 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2432500 mAh 
+Cc_info at the end: 2432500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 7415
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:46:20 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 06:56:20 +0200 - Duration: 600012 seconds 
+Real workload: 1.2702704682590225E11 - Integer reached: 352425 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2432500 mAh 
+Cc_info at the end: 2432500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 7417
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:46:20 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 06:56:21 +0200 - Duration: 600022 seconds 
+Real workload: 1.2740620928052202E11 - Integer reached: 352930 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2432500 mAh 
+Cc_info at the end: 2432500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 5 - ThreadProcess id: 7424
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 06:46:20 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 06:56:20 +0200 - Duration: 600002 seconds 
+Real workload: 1.2553861956129068E11 - Integer reached: 350435 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2432500 mAh 
+Cc_info at the end: 2432500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 61.93926849481513 
+Workload: 6.47542e+11 
+Energy efficiency: 9.56529e-11 
+Starting cc information: 2432500 
+Ending cc information: 2432500 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_06_42_26/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__28Oct22_06_42_26/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__28Oct22_06_42_26/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__28Oct22_06_42_26/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__28Oct22_06_42_26/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__28Oct22_06_42_26/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__28Oct22_06_42_26/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__28Oct22_06_42_26/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__28Oct22_06_42_26/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__28Oct22_06_42_26/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__28Oct22_06_42_26/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__28Oct22_06_42_26/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__28Oct22_06_42_26/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__28Oct22_06_42_26/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__28Oct22_06_42_26/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__28Oct22_06_42_26/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__28Oct22_06_42_26/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__28Oct22_06_42_26/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__28Oct22_06_42_26'
+--- 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 = 61.93926849481513
+--- Experiment result, Avg Power = 1815.2233431153215
+--- Experiment result, Total Workload = 6.47542e+11
+--- Experiment result, Energy Efficiency = 9.56529e-11
+--- Adding result to summary file
+--- Starting cc information : 2432500 
+--- Ending cc information : 2432500
+--- 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 2202-1101.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_06_56_01
+--- Performing experiments on configuration 0000-1100
+--- 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  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  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  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  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: 10069 
+---- 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  0
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  1
+--- 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 = 2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 2 
+--- 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
+--- Printing cc_info beginning datas (for the samsung galaxy s8)
+--- Current cc_info level : 2431500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1376.851681534832
+powermeter script : average_power with numpy  arrays =  1376.8516815349635
+powermeter script : Summary Result = time (s): 602.1930999755859
+Ins Current (mA):319.67872313676486
+Samples: 3000000
+Consumed Energy (mAs): 167903.2789389849
+Consumed Energy (mAh): 46.63979970527358
+Consumed Energy (mWs): 829569.0397867932
+Consumed Energy (mWh): 230.43584438522032
+Avg power (mW): 1376.851681534832
+Avg Current (mA): 278.53713354977197
+Avg Voltage (V): 4.943153051041223
+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  0
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  1
+--- 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 = 2
+--- Number of thread ended: 2 
+--- Now threads are stopped, getting the cc_info_level for samsung 
+--- Current cc_info level : 2431500 , 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/: 4 files pulled, 0 skipped. 0.0 MB/s (933 bytes in 0.041s)
+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- 0- 0- 741000- 741000- 0- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.1930999755859 
+Ins Current (mA):319.67872313676486 
+Samples: 3000000 
+Consumed Energy (mAs): 167903.2789389849 
+Consumed Energy (mAh): 46.63979970527358 
+Consumed Energy (mWs): 829569.0397867932 
+Consumed Energy (mWh): 230.43584438522032 
+Avg power (mW): 1376.851681534832 
+Avg Current (mA): 278.53713354977197 
+Avg Voltage (V): 4.943153051041223 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 46.63979970527358
+--- Starting cc_info = 2431500
+--- Ending cc_info = 2431500
+--- Getting the average power
+--- Avg Power = 1376.851681534832
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 10117
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:03:41 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 07:13:42 +0200 - Duration: 600005 seconds 
+Real workload: 1.240060235251093E11 - Integer reached: 205604 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 63.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2431500 mAh 
+Cc_info at the end: 2431500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 10118
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:03:42 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 07:13:42 +0200 - Duration: 600006 seconds 
+Real workload: 1.20439895105982E11 - Integer reached: 202747 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 63.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2431500 mAh 
+Cc_info at the end: 2431500 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,0,0,1,1,0,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 2.44446e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.90798e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 0000-1100 0,0,0,0,1,1,0,0                         [0- 0- 0- 0- 741000- 741000- 0- 0]                     time (s): 602.1930999755859 
+Ins Current (mA):319.67872313676486 
+Samples: 3000000 
+Consumed Energy (mAs): 167903.2789389849 
+Consumed Energy (mAh): 46.63979970527358 
+Consumed Energy (mWs): 829569.0397867932 
+Consumed Energy (mWh): 230.43584438522032 
+Avg power (mW): 1376.851681534832 
+Avg Current (mA): 278.53713354977197 
+Avg Voltage (V): 4.943153051041223 
+ Thread : 0 - ThreadProcess id: 10117
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:03:41 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 07:13:42 +0200 - Duration: 600005 seconds 
+Real workload: 1.240060235251093E11 - Integer reached: 205604 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 63.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2431500 mAh 
+Cc_info at the end: 2431500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 10118
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:03:42 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 07:13:42 +0200 - Duration: 600006 seconds 
+Real workload: 1.20439895105982E11 - Integer reached: 202747 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 63.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2431500 mAh 
+Cc_info at the end: 2431500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 46.63979970527358                     2.44446e+11 1.90798e-10  2431500 2431500 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 0000-1100 
+phone format: 0,0,0,0,1,1,0,0 
+Exact values of frequencies: [0- 0- 0- 0- 741000- 741000- 0- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.1930999755859 
+Ins Current (mA):319.67872313676486 
+Samples: 3000000 
+Consumed Energy (mAs): 167903.2789389849 
+Consumed Energy (mAh): 46.63979970527358 
+Consumed Energy (mWs): 829569.0397867932 
+Consumed Energy (mWh): 230.43584438522032 
+Avg power (mW): 1376.851681534832 
+Avg Current (mA): 278.53713354977197 
+Avg Voltage (V): 4.943153051041223 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 10117
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:03:41 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 07:13:42 +0200 - Duration: 600005 seconds 
+Real workload: 1.240060235251093E11 - Integer reached: 205604 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 63.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2431500 mAh 
+Cc_info at the end: 2431500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 10118
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:03:42 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 07:13:42 +0200 - Duration: 600006 seconds 
+Real workload: 1.20439895105982E11 - Integer reached: 202747 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 63.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2431500 mAh 
+Cc_info at the end: 2431500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 46.63979970527358 
+Workload: 2.44446e+11 
+Energy efficiency: 1.90798e-10 
+Starting cc information: 2431500 
+Ending cc information: 2431500 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_06_59_03/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__28Oct22_06_59_03/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__28Oct22_06_59_03/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__28Oct22_06_59_03/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__28Oct22_06_59_03/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__28Oct22_06_59_03/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__28Oct22_06_59_03/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__28Oct22_06_59_03/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__28Oct22_06_59_03/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__28Oct22_06_59_03/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__28Oct22_06_59_03/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__28Oct22_06_59_03/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__28Oct22_06_59_03/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__28Oct22_06_59_03/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__28Oct22_06_59_03/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__28Oct22_06_59_03/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__28Oct22_06_59_03/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__28Oct22_06_59_03/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__28Oct22_06_59_03/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__28Oct22_06_59_03/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__28Oct22_06_59_03'
+--- 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 = 46.63979970527358
+--- Experiment result, Avg Power = 1376.851681534832
+--- Experiment result, Total Workload = 2.44446e+11
+--- Experiment result, Energy Efficiency = 1.90798e-10
+--- Adding result to summary file
+--- Starting cc information : 2431500 
+--- Ending cc information : 2431500
+--- 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 0000-1100.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_07_13_16
+--- Performing experiments on configuration 1001-3030
+--- 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  1
+--- Exact frequency of core  0:  598000
+--- Modifying the governor of core 0 
+--- Modifying the the current frequency of core 0 with frequency 598000
+--- 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  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  1
+--- Exact frequency of core  3:  598000
+--- Modifying the governor of core 3 
+--- Modifying the the current frequency of core 3 with frequency 598000
+--- 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  3
+--- Exact frequency of core  6:  2314000
+--- Modifying the governor of core 6 
+--- Modifying the the current frequency of core 6 with frequency 2314000
+--- 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: 12643 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  1
+--- frequency level of core 1 is  0
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  1
+--- frequency level of core 4 is  3
+--- frequency level of core 5 is  0
+--- frequency level of core 6 is  3
+--- 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 : 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 : 2429500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1405.2558940362442
+powermeter script : average_power with numpy  arrays =  1405.2558940363865
+powermeter script : Summary Result = time (s): 602.7738947868347
+Ins Current (mA):282.7606664050624
+Samples: 3000000
+Consumed Energy (mAs): 171075.04570475448
+Consumed Energy (mAh): 47.520846029098465
+Consumed Energy (mWs): 844515.4490496359
+Consumed Energy (mWh): 234.58762473600999
+Avg power (mW): 1405.2558940362442
+Avg Current (mA): 284.5434927414447
+Avg Voltage (V): 4.9386330381245225
+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  1
+--- frequency level of core 1 is  0
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  1
+--- frequency level of core 4 is  3
+--- frequency level of core 5 is  0
+--- frequency level of core 6 is  3
+--- 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 : 2429500 , 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.0 MB/s (1862 bytes in 0.060s)
+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 = [598000- 0- 0- 598000- 2314000- 0- 2314000- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.7738947868347 
+Ins Current (mA):282.7606664050624 
+Samples: 3000000 
+Consumed Energy (mAs): 171075.04570475448 
+Consumed Energy (mAh): 47.520846029098465 
+Consumed Energy (mWs): 844515.4490496359 
+Consumed Energy (mWh): 234.58762473600999 
+Avg power (mW): 1405.2558940362442 
+Avg Current (mA): 284.5434927414447 
+Avg Voltage (V): 4.9386330381245225 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 47.520846029098465
+--- Starting cc_info = 2429500
+--- Ending cc_info = 2429500
+--- Getting the average power
+--- Avg Power = 1405.2558940362442
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 12713
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:20:40 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 07:30:40 +0200 - Duration: 600019 seconds 
+Real workload: 4.202008999670363E10 - Integer reached: 170620 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 49.9 
+Start: 99 % - End: 99 
+Cc_info at the beginning: 2429500 mAh 
+Cc_info at the end: 2429500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 12714
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:20:40 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 07:30:41 +0200 - Duration: 600011 seconds 
+Real workload: 4.170057592104312E10 - Integer reached: 169997 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 49.8 
+Start: 99 % - End: 99 
+Cc_info at the beginning: 2429500 mAh 
+Cc_info at the end: 2429500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 12715
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:20:40 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 07:30:41 +0200 - Duration: 600011 seconds 
+Real workload: 1.2699168442540245E11 - Integer reached: 290026 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 49.9 
+Start: 99 % - End: 99 
+Cc_info at the beginning: 2429500 mAh 
+Cc_info at the end: 2429500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 12716
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:20:40 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 07:30:41 +0200 - Duration: 600019 seconds 
+Real workload: 1.2501978696620952E11 - Integer reached: 287855 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 49.9 
+Start: 99 % - End: 99 
+Cc_info at the beginning: 2429500 mAh 
+Cc_info at the end: 2429500 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 1,0,0,1,3,0,3,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 3.35732e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.41544e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 1001-3030 1,0,0,1,3,0,3,0                         [598000- 0- 0- 598000- 2314000- 0- 2314000- 0]                     time (s): 602.7738947868347 
+Ins Current (mA):282.7606664050624 
+Samples: 3000000 
+Consumed Energy (mAs): 171075.04570475448 
+Consumed Energy (mAh): 47.520846029098465 
+Consumed Energy (mWs): 844515.4490496359 
+Consumed Energy (mWh): 234.58762473600999 
+Avg power (mW): 1405.2558940362442 
+Avg Current (mA): 284.5434927414447 
+Avg Voltage (V): 4.9386330381245225 
+ Thread : 0 - ThreadProcess id: 12713
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:20:40 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 07:30:40 +0200 - Duration: 600019 seconds 
+Real workload: 4.202008999670363E10 - Integer reached: 170620 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 49.9 
+Start: 99 % - End: 99 
+Cc_info at the beginning: 2429500 mAh 
+Cc_info at the end: 2429500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 12714
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:20:40 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 07:30:41 +0200 - Duration: 600011 seconds 
+Real workload: 4.170057592104312E10 - Integer reached: 169997 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 49.8 
+Start: 99 % - End: 99 
+Cc_info at the beginning: 2429500 mAh 
+Cc_info at the end: 2429500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 12715
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:20:40 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 07:30:41 +0200 - Duration: 600011 seconds 
+Real workload: 1.2699168442540245E11 - Integer reached: 290026 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 49.9 
+Start: 99 % - End: 99 
+Cc_info at the beginning: 2429500 mAh 
+Cc_info at the end: 2429500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 12716
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:20:40 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 07:30:41 +0200 - Duration: 600019 seconds 
+Real workload: 1.2501978696620952E11 - Integer reached: 287855 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 49.9 
+Start: 99 % - End: 99 
+Cc_info at the beginning: 2429500 mAh 
+Cc_info at the end: 2429500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 47.520846029098465                     3.35732e+11 1.41544e-10  2429500 2429500 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 1001-3030 
+phone format: 1,0,0,1,3,0,3,0 
+Exact values of frequencies: [598000- 0- 0- 598000- 2314000- 0- 2314000- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.7738947868347 
+Ins Current (mA):282.7606664050624 
+Samples: 3000000 
+Consumed Energy (mAs): 171075.04570475448 
+Consumed Energy (mAh): 47.520846029098465 
+Consumed Energy (mWs): 844515.4490496359 
+Consumed Energy (mWh): 234.58762473600999 
+Avg power (mW): 1405.2558940362442 
+Avg Current (mA): 284.5434927414447 
+Avg Voltage (V): 4.9386330381245225 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 12713
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:20:40 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 07:30:40 +0200 - Duration: 600019 seconds 
+Real workload: 4.202008999670363E10 - Integer reached: 170620 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 49.9 
+Start: 99 % - End: 99 
+Cc_info at the beginning: 2429500 mAh 
+Cc_info at the end: 2429500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 12714
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:20:40 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 07:30:41 +0200 - Duration: 600011 seconds 
+Real workload: 4.170057592104312E10 - Integer reached: 169997 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 49.8 
+Start: 99 % - End: 99 
+Cc_info at the beginning: 2429500 mAh 
+Cc_info at the end: 2429500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 12715
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:20:40 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 07:30:41 +0200 - Duration: 600011 seconds 
+Real workload: 1.2699168442540245E11 - Integer reached: 290026 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 49.9 
+Start: 99 % - End: 99 
+Cc_info at the beginning: 2429500 mAh 
+Cc_info at the end: 2429500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 12716
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:20:40 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 07:30:41 +0200 - Duration: 600019 seconds 
+Real workload: 1.2501978696620952E11 - Integer reached: 287855 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 49.9 
+Start: 99 % - End: 99 
+Cc_info at the beginning: 2429500 mAh 
+Cc_info at the end: 2429500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 47.520846029098465 
+Workload: 3.35732e+11 
+Energy efficiency: 1.41544e-10 
+Starting cc information: 2429500 
+Ending cc information: 2429500 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_07_16_18/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__28Oct22_07_16_18/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__28Oct22_07_16_18/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__28Oct22_07_16_18/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__28Oct22_07_16_18/app_output_folder/Thread_1_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__28Oct22_07_16_18/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__28Oct22_07_16_18/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__28Oct22_07_16_18/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__28Oct22_07_16_18/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__28Oct22_07_16_18/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__28Oct22_07_16_18/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__28Oct22_07_16_18/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__28Oct22_07_16_18'
+--- 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 = 47.520846029098465
+--- Experiment result, Avg Power = 1405.2558940362442
+--- Experiment result, Total Workload = 3.35732e+11
+--- Experiment result, Energy Efficiency = 1.41544e-10
+--- Adding result to summary file
+--- Starting cc information : 2429500 
+--- Ending cc information : 2429500
+--- 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 1001-3030.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_07_30_18
+--- Performing experiments on configuration 3030-1000
+--- 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 : 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  3
+--- Exact frequency of core  0:  1690000
+--- Modifying the governor of core 0 
+--- Modifying the the current frequency of core 0 with frequency 1690000
+--- 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  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  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  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: 15209 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  3
+--- frequency level of core 1 is  0
+--- frequency level of core 2 is  3
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  1
+--- 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 : 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 : 2425000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1193.5026815348313
+powermeter script : average_power with numpy  arrays =  1193.502681534875
+powermeter script : Summary Result = time (s): 602.3010902404785
+Ins Current (mA):230.52504409910202
+Samples: 3000000
+Consumed Energy (mAs): 143623.4900224178
+Consumed Energy (mAh): 39.89541389511606
+Consumed Energy (mWs): 713771.0845236597
+Consumed Energy (mWh): 198.26974570101657
+Avg power (mW): 1193.5026815348313
+Avg Current (mA): 240.07602785896395
+Avg Voltage (V): 4.971353000875086
+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  0
+--- frequency level of core 2 is  3
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  1
+--- 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 : 2425000 , 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.0 MB/s (1402 bytes in 0.049s)
+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- 0- 1690000- 0- 741000- 0- 0- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.3010902404785 
+Ins Current (mA):230.52504409910202 
+Samples: 3000000 
+Consumed Energy (mAs): 143623.4900224178 
+Consumed Energy (mAh): 39.89541389511606 
+Consumed Energy (mWs): 713771.0845236597 
+Consumed Energy (mWh): 198.26974570101657 
+Avg power (mW): 1193.5026815348313 
+Avg Current (mA): 240.07602785896395 
+Avg Voltage (V): 4.971353000875086 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 39.89541389511606
+--- Starting cc_info = 2425000
+--- Ending cc_info = 2425000
+--- Getting the average power
+--- Avg Power = 1193.5026815348313
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 15287
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:37:55 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 07:47:55 +0200 - Duration: 600001 seconds 
+Real workload: 3.1409440830642033E10 - Integer reached: 129312 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 90.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2425000 mAh 
+Cc_info at the end: 2425000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 15288
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:37:55 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 07:47:56 +0200 - Duration: 600005 seconds 
+Real workload: 3.131261657605498E10 - Integer reached: 129121 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 90.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2425000 mAh 
+Cc_info at the end: 2425000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 15289
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:37:55 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 07:47:56 +0200 - Duration: 600008 seconds 
+Real workload: 1.488525456664222E11 - Integer reached: 272630 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 90.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2425000 mAh 
+Cc_info at the end: 2425000 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 3,0,3,0,1,0,0,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 2.11575e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.88564e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 3030-1000 3,0,3,0,1,0,0,0                         [1690000- 0- 1690000- 0- 741000- 0- 0- 0]                     time (s): 602.3010902404785 
+Ins Current (mA):230.52504409910202 
+Samples: 3000000 
+Consumed Energy (mAs): 143623.4900224178 
+Consumed Energy (mAh): 39.89541389511606 
+Consumed Energy (mWs): 713771.0845236597 
+Consumed Energy (mWh): 198.26974570101657 
+Avg power (mW): 1193.5026815348313 
+Avg Current (mA): 240.07602785896395 
+Avg Voltage (V): 4.971353000875086 
+ Thread : 0 - ThreadProcess id: 15287
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:37:55 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 07:47:55 +0200 - Duration: 600001 seconds 
+Real workload: 3.1409440830642033E10 - Integer reached: 129312 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 90.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2425000 mAh 
+Cc_info at the end: 2425000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 15288
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:37:55 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 07:47:56 +0200 - Duration: 600005 seconds 
+Real workload: 3.131261657605498E10 - Integer reached: 129121 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 90.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2425000 mAh 
+Cc_info at the end: 2425000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 15289
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:37:55 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 07:47:56 +0200 - Duration: 600008 seconds 
+Real workload: 1.488525456664222E11 - Integer reached: 272630 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 90.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2425000 mAh 
+Cc_info at the end: 2425000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 39.89541389511606                     2.11575e+11 1.88564e-10  2425000 2425000 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 3030-1000 
+phone format: 3,0,3,0,1,0,0,0 
+Exact values of frequencies: [1690000- 0- 1690000- 0- 741000- 0- 0- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.3010902404785 
+Ins Current (mA):230.52504409910202 
+Samples: 3000000 
+Consumed Energy (mAs): 143623.4900224178 
+Consumed Energy (mAh): 39.89541389511606 
+Consumed Energy (mWs): 713771.0845236597 
+Consumed Energy (mWh): 198.26974570101657 
+Avg power (mW): 1193.5026815348313 
+Avg Current (mA): 240.07602785896395 
+Avg Voltage (V): 4.971353000875086 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 15287
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:37:55 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 07:47:55 +0200 - Duration: 600001 seconds 
+Real workload: 3.1409440830642033E10 - Integer reached: 129312 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 90.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2425000 mAh 
+Cc_info at the end: 2425000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 15288
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:37:55 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 07:47:56 +0200 - Duration: 600005 seconds 
+Real workload: 3.131261657605498E10 - Integer reached: 129121 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 90.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2425000 mAh 
+Cc_info at the end: 2425000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 15289
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:37:55 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 07:47:56 +0200 - Duration: 600008 seconds 
+Real workload: 1.488525456664222E11 - Integer reached: 272630 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 90.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2425000 mAh 
+Cc_info at the end: 2425000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 39.89541389511606 
+Workload: 2.11575e+11 
+Energy efficiency: 1.88564e-10 
+Starting cc information: 2425000 
+Ending cc information: 2425000 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_07_33_20/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__28Oct22_07_33_20/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__28Oct22_07_33_20/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__28Oct22_07_33_20/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__28Oct22_07_33_20/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__28Oct22_07_33_20/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__28Oct22_07_33_20/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__28Oct22_07_33_20/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__28Oct22_07_33_20/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__28Oct22_07_33_20/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__28Oct22_07_33_20/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__28Oct22_07_33_20/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__28Oct22_07_33_20/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__28Oct22_07_33_20/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__28Oct22_07_33_20/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__28Oct22_07_33_20/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__28Oct22_07_33_20'
+--- 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 = 39.89541389511606
+--- Experiment result, Avg Power = 1193.5026815348313
+--- Experiment result, Total Workload = 2.11575e+11
+--- Experiment result, Energy Efficiency = 1.88564e-10
+--- Adding result to summary file
+--- Starting cc information : 2425000 
+--- Ending cc information : 2425000
+--- 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 3030-1000.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_07_47_33
+--- Performing experiments on configuration 1111-0000
+--- 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  1
+--- Exact frequency of core  0:  598000
+--- Modifying the governor of core 0 
+--- Modifying the the current frequency of core 0 with frequency 598000
+--- Frequency level of core 1 is  1
+--- Exact frequency of core  1:  598000
+--- Modifying the governor of core 1 
+--- Modifying the the current frequency of core 1 with frequency 598000
+--- Frequency level of core 2 is  1
+--- Exact frequency of core  2:  598000
+--- Modifying the governor of core 2 
+--- Modifying the the current frequency of core 2 with frequency 598000
+--- Frequency level of core 3 is  1
+--- Exact frequency of core  3:  598000
+--- Modifying the governor of core 3 
+--- Modifying the the current frequency of core 3 with frequency 598000
+--- 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  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: 17284 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  1
+--- frequency level of core 1 is  1
+--- frequency level of core 2 is  1
+--- frequency level of core 3 is  1
+--- frequency level of core 4 is  0
+--- 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 = 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 : 3 
+--- The current number of thread ready to be sambled  : 3, 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 : 2423500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1065.7183041955175
+powermeter script : average_power with numpy  arrays =  1065.7183041953922
+powermeter script : Summary Result = time (s): 603.033385515213
+Ins Current (mA):191.3588997256934
+Samples: 3000000
+Consumed Energy (mAs): 127630.77772366912
+Consumed Energy (mAh): 35.45299381213031
+Consumed Energy (mWs): 636915.9036119273
+Consumed Energy (mWh): 176.92108433664646
+Avg power (mW): 1065.7183041955175
+Avg Current (mA): 213.53422159087913
+Avg Voltage (V): 4.9908548440417215
+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  1
+--- frequency level of core 1 is  1
+--- frequency level of core 2 is  1
+--- frequency level of core 3 is  1
+--- frequency level of core 4 is  0
+--- 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 = 4
+--- Number of thread ended: 4 
+--- Now threads are stopped, getting the cc_info_level for samsung 
+--- Current cc_info level : 2423500 , 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.0 MB/s (1869 bytes in 0.052s)
+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 = [598000- 598000- 598000- 598000- 0- 0- 0- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 603.033385515213 
+Ins Current (mA):191.3588997256934 
+Samples: 3000000 
+Consumed Energy (mAs): 127630.77772366912 
+Consumed Energy (mAh): 35.45299381213031 
+Consumed Energy (mWs): 636915.9036119273 
+Consumed Energy (mWh): 176.92108433664646 
+Avg power (mW): 1065.7183041955175 
+Avg Current (mA): 213.53422159087913 
+Avg Voltage (V): 4.9908548440417215 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 35.45299381213031
+--- Starting cc_info = 2423500
+--- Ending cc_info = 2423500
+--- Getting the average power
+--- Avg Power = 1065.7183041955175
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 17380
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:54:50 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 08:04:51 +0200 - Duration: 600016 seconds 
+Real workload: 4.0543549076525894E10 - Integer reached: 167720 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 90.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2423500 mAh 
+Cc_info at the end: 2423500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 17381
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:54:50 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 08:04:51 +0200 - Duration: 600003 seconds 
+Real workload: 3.961344078419651E10 - Integer reached: 165865 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 90.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2423500 mAh 
+Cc_info at the end: 2423500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 17382
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:54:51 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 08:04:52 +0200 - Duration: 600027 seconds 
+Real workload: 4.024047446724211E10 - Integer reached: 167118 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 90.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2423500 mAh 
+Cc_info at the end: 2423500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 17383
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:54:51 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 08:04:51 +0200 - Duration: 600001 seconds 
+Real workload: 4.123614445462308E10 - Integer reached: 169087 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 90.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2423500 mAh 
+Cc_info at the end: 2423500 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 1,1,1,1,0,0,0,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 1.61634e+11
+--- Getting energy efficiency
+--- Energy efficiency: 2.19341e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 1111-0000 1,1,1,1,0,0,0,0                         [598000- 598000- 598000- 598000- 0- 0- 0- 0]                     time (s): 603.033385515213 
+Ins Current (mA):191.3588997256934 
+Samples: 3000000 
+Consumed Energy (mAs): 127630.77772366912 
+Consumed Energy (mAh): 35.45299381213031 
+Consumed Energy (mWs): 636915.9036119273 
+Consumed Energy (mWh): 176.92108433664646 
+Avg power (mW): 1065.7183041955175 
+Avg Current (mA): 213.53422159087913 
+Avg Voltage (V): 4.9908548440417215 
+ Thread : 0 - ThreadProcess id: 17380
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:54:50 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 08:04:51 +0200 - Duration: 600016 seconds 
+Real workload: 4.0543549076525894E10 - Integer reached: 167720 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 90.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2423500 mAh 
+Cc_info at the end: 2423500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 17381
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:54:50 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 08:04:51 +0200 - Duration: 600003 seconds 
+Real workload: 3.961344078419651E10 - Integer reached: 165865 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 90.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2423500 mAh 
+Cc_info at the end: 2423500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 17382
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:54:51 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 08:04:52 +0200 - Duration: 600027 seconds 
+Real workload: 4.024047446724211E10 - Integer reached: 167118 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 90.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2423500 mAh 
+Cc_info at the end: 2423500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 17383
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:54:51 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 08:04:51 +0200 - Duration: 600001 seconds 
+Real workload: 4.123614445462308E10 - Integer reached: 169087 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 90.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2423500 mAh 
+Cc_info at the end: 2423500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 35.45299381213031                     1.61634e+11 2.19341e-10  2423500 2423500 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 1111-0000 
+phone format: 1,1,1,1,0,0,0,0 
+Exact values of frequencies: [598000- 598000- 598000- 598000- 0- 0- 0- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 603.033385515213 
+Ins Current (mA):191.3588997256934 
+Samples: 3000000 
+Consumed Energy (mAs): 127630.77772366912 
+Consumed Energy (mAh): 35.45299381213031 
+Consumed Energy (mWs): 636915.9036119273 
+Consumed Energy (mWh): 176.92108433664646 
+Avg power (mW): 1065.7183041955175 
+Avg Current (mA): 213.53422159087913 
+Avg Voltage (V): 4.9908548440417215 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 17380
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:54:50 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 08:04:51 +0200 - Duration: 600016 seconds 
+Real workload: 4.0543549076525894E10 - Integer reached: 167720 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 90.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2423500 mAh 
+Cc_info at the end: 2423500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 17381
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:54:50 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 08:04:51 +0200 - Duration: 600003 seconds 
+Real workload: 3.961344078419651E10 - Integer reached: 165865 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 90.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2423500 mAh 
+Cc_info at the end: 2423500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 17382
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:54:51 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 08:04:52 +0200 - Duration: 600027 seconds 
+Real workload: 4.024047446724211E10 - Integer reached: 167118 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 90.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2423500 mAh 
+Cc_info at the end: 2423500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 17383
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 07:54:51 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 08:04:51 +0200 - Duration: 600001 seconds 
+Real workload: 4.123614445462308E10 - Integer reached: 169087 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 90.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2423500 mAh 
+Cc_info at the end: 2423500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 35.45299381213031 
+Workload: 1.61634e+11 
+Energy efficiency: 2.19341e-10 
+Starting cc information: 2423500 
+Ending cc information: 2423500 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_07_50_35/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__28Oct22_07_50_35/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__28Oct22_07_50_35/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__28Oct22_07_50_35/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__28Oct22_07_50_35/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__28Oct22_07_50_35/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__28Oct22_07_50_35/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__28Oct22_07_50_35/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__28Oct22_07_50_35/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__28Oct22_07_50_35/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__28Oct22_07_50_35/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__28Oct22_07_50_35/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__28Oct22_07_50_35/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__28Oct22_07_50_35/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__28Oct22_07_50_35'
+--- 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 = 35.45299381213031
+--- Experiment result, Avg Power = 1065.7183041955175
+--- Experiment result, Total Workload = 1.61634e+11
+--- Experiment result, Energy Efficiency = 2.19341e-10
+--- Adding result to summary file
+--- Starting cc information : 2423500 
+--- Ending cc information : 2423500
+--- 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 1111-0000.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_08_04_29
+--- Performing experiments on configuration 0101-1011
+--- 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  1
+--- Exact frequency of core  1:  598000
+--- 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 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 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 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  1
+--- Exact frequency of core  7:  741000
+--- Modifying the governor of core 7 
+--- Modifying the the current frequency of core 7 with frequency 741000
+--- 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: 19700 
+---- 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 5 is  0
+--- frequency level of core 6 is  1
+--- frequency level of core 7 is  1
+--- 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
+--- 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 : 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 : 2 
+--- The current number of thread ready to be sambled  : 2, 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 : 2422000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1604.2008673720645
+powermeter script : average_power with numpy  arrays =  1604.2008673718126
+powermeter script : Summary Result = time (s): 602.4812340736389
+Ins Current (mA):319.36451329018195
+Samples: 3000000
+Consumed Energy (mAs): 196287.66149251547
+Consumed Energy (mAh): 54.52435041458763
+Consumed Energy (mWs): 962780.7214497878
+Consumed Energy (mWh): 267.43908929160773
+Avg power (mW): 1604.2008673720645
+Avg Current (mA): 326.89355194320984
+Avg Voltage (V): 4.907410555625634
+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  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 5 is  0
+--- frequency level of core 6 is  1
+--- frequency level of core 7 is  1
+--- 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 : 2422000 , 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 (2338 bytes in 0.065s)
+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- 598000- 0- 598000- 741000- 0- 741000- 741000]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.4812340736389 
+Ins Current (mA):319.36451329018195 
+Samples: 3000000 
+Consumed Energy (mAs): 196287.66149251547 
+Consumed Energy (mAh): 54.52435041458763 
+Consumed Energy (mWs): 962780.7214497878 
+Consumed Energy (mWh): 267.43908929160773 
+Avg power (mW): 1604.2008673720645 
+Avg Current (mA): 326.89355194320984 
+Avg Voltage (V): 4.907410555625634 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 54.52435041458763
+--- Starting cc_info = 2422000
+--- Ending cc_info = 2422000
+--- Getting the average power
+--- Avg Power = 1604.2008673720645
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 19800
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 08:11:54 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 08:21:54 +0200 - Duration: 600006 seconds 
+Real workload: 3.440208837614476E10 - Integer reached: 172520 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 62.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2422000 mAh 
+Cc_info at the end: 2422000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 19801
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 08:11:54 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 08:21:55 +0200 - Duration: 600027 seconds 
+Real workload: 4.203611881895119E10 - Integer reached: 189916 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 62.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2422000 mAh 
+Cc_info at the end: 2422000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 19802
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 08:11:55 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 08:21:56 +0200 - Duration: 600001 seconds 
+Real workload: 1.2686663701155571E11 - Integer reached: 322677 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 62.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2422000 mAh 
+Cc_info at the end: 2422000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 19803
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 08:11:54 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 08:21:55 +0200 - Duration: 600020 seconds 
+Real workload: 1.2667106987775137E11 - Integer reached: 322438 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 62.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2422000 mAh 
+Cc_info at the end: 2422000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 19804
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 08:11:55 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 08:21:57 +0200 - Duration: 600019 seconds 
+Real workload: 1.2683553212507729E11 - Integer reached: 322639 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 62.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2422000 mAh 
+Cc_info at the end: 2422000 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,1,0,1,1,0,1,1 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 4.56811e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.19359e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 0101-1011 0,1,0,1,1,0,1,1                         [0- 598000- 0- 598000- 741000- 0- 741000- 741000]                     time (s): 602.4812340736389 
+Ins Current (mA):319.36451329018195 
+Samples: 3000000 
+Consumed Energy (mAs): 196287.66149251547 
+Consumed Energy (mAh): 54.52435041458763 
+Consumed Energy (mWs): 962780.7214497878 
+Consumed Energy (mWh): 267.43908929160773 
+Avg power (mW): 1604.2008673720645 
+Avg Current (mA): 326.89355194320984 
+Avg Voltage (V): 4.907410555625634 
+ Thread : 0 - ThreadProcess id: 19800
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 08:11:54 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 08:21:54 +0200 - Duration: 600006 seconds 
+Real workload: 3.440208837614476E10 - Integer reached: 172520 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 62.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2422000 mAh 
+Cc_info at the end: 2422000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 19801
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 08:11:54 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 08:21:55 +0200 - Duration: 600027 seconds 
+Real workload: 4.203611881895119E10 - Integer reached: 189916 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 62.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2422000 mAh 
+Cc_info at the end: 2422000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 19802
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 08:11:55 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 08:21:56 +0200 - Duration: 600001 seconds 
+Real workload: 1.2686663701155571E11 - Integer reached: 322677 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 62.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2422000 mAh 
+Cc_info at the end: 2422000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 19803
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 08:11:54 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 08:21:55 +0200 - Duration: 600020 seconds 
+Real workload: 1.2667106987775137E11 - Integer reached: 322438 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 62.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2422000 mAh 
+Cc_info at the end: 2422000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 19804
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 08:11:55 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 08:21:57 +0200 - Duration: 600019 seconds 
+Real workload: 1.2683553212507729E11 - Integer reached: 322639 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 62.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2422000 mAh 
+Cc_info at the end: 2422000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 54.52435041458763                     4.56811e+11 1.19359e-10  2422000 2422000 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 0101-1011 
+phone format: 0,1,0,1,1,0,1,1 
+Exact values of frequencies: [0- 598000- 0- 598000- 741000- 0- 741000- 741000] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.4812340736389 
+Ins Current (mA):319.36451329018195 
+Samples: 3000000 
+Consumed Energy (mAs): 196287.66149251547 
+Consumed Energy (mAh): 54.52435041458763 
+Consumed Energy (mWs): 962780.7214497878 
+Consumed Energy (mWh): 267.43908929160773 
+Avg power (mW): 1604.2008673720645 
+Avg Current (mA): 326.89355194320984 
+Avg Voltage (V): 4.907410555625634 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 19800
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 08:11:54 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 08:21:54 +0200 - Duration: 600006 seconds 
+Real workload: 3.440208837614476E10 - Integer reached: 172520 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 62.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2422000 mAh 
+Cc_info at the end: 2422000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 19801
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 08:11:54 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 08:21:55 +0200 - Duration: 600027 seconds 
+Real workload: 4.203611881895119E10 - Integer reached: 189916 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 62.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2422000 mAh 
+Cc_info at the end: 2422000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 19802
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 08:11:55 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 08:21:56 +0200 - Duration: 600001 seconds 
+Real workload: 1.2686663701155571E11 - Integer reached: 322677 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 62.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2422000 mAh 
+Cc_info at the end: 2422000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 19803
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 08:11:54 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 08:21:55 +0200 - Duration: 600020 seconds 
+Real workload: 1.2667106987775137E11 - Integer reached: 322438 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 62.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2422000 mAh 
+Cc_info at the end: 2422000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 19804
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 08:11:55 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 08:21:57 +0200 - Duration: 600019 seconds 
+Real workload: 1.2683553212507729E11 - Integer reached: 322639 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 62.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2422000 mAh 
+Cc_info at the end: 2422000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 54.52435041458763 
+Workload: 4.56811e+11 
+Energy efficiency: 1.19359e-10 
+Starting cc information: 2422000 
+Ending cc information: 2422000 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_08_07_31/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__28Oct22_08_07_31/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__28Oct22_08_07_31/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__28Oct22_08_07_31/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__28Oct22_08_07_31/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__28Oct22_08_07_31/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__28Oct22_08_07_31/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__28Oct22_08_07_31/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__28Oct22_08_07_31/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__28Oct22_08_07_31/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__28Oct22_08_07_31/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__28Oct22_08_07_31/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__28Oct22_08_07_31/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__28Oct22_08_07_31/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__28Oct22_08_07_31/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__28Oct22_08_07_31/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__28Oct22_08_07_31'
+--- 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 = 54.52435041458763
+--- Experiment result, Avg Power = 1604.2008673720645
+--- Experiment result, Total Workload = 4.56811e+11
+--- Experiment result, Energy Efficiency = 1.19359e-10
+--- Adding result to summary file
+--- Starting cc information : 2422000 
+--- Ending cc information : 2422000
+--- 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 0101-1011.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_08_21_34
+--- Performing experiments on configuration 0100-3303
+--- 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  1
+--- Exact frequency of core  1:  598000
+--- 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 governor of core 2 
+--- Modifying the the current frequency of core 2 with frequency 0
+--- 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  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  3
+--- Exact frequency of core  5:  2314000
+--- Modifying the governor of core 5 
+--- Modifying the the current frequency of core 5 with frequency 2314000
+--- 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  3
+--- Exact frequency of core  7:  2314000
+--- Modifying the governor of core 7 
+--- 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
+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: 22139 
+---- 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  0
+--- frequency level of core 4 is  3
+--- frequency level of core 5 is  3
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  3
+--- 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 : 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 : 2400000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  2578.3229712341313
+powermeter script : average_power with numpy  arrays =  2578.322971240545
+powermeter script : Summary Result = time (s): 602.167671918869
+Ins Current (mA):545.3602371354766
+Samples: 3000000
+Consumed Energy (mAs): 325694.9929720502
+Consumed Energy (mAh): 90.47083138112505
+Consumed Energy (mWs): 1545812.9548446084
+Consumed Energy (mWh): 429.3924874568357
+Avg power (mW): 2578.3229712341313
+Avg Current (mA): 543.1997041638873
+Avg Voltage (V): 4.746547082905319
+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  1
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  3
+--- frequency level of core 5 is  3
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  3
+--- 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 : 2340000 , 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.0 MB/s (1877 bytes in 0.049s)
+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- 598000- 0- 0- 2314000- 2314000- 0- 2314000]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.167671918869 
+Ins Current (mA):545.3602371354766 
+Samples: 3000000 
+Consumed Energy (mAs): 325694.9929720502 
+Consumed Energy (mAh): 90.47083138112505 
+Consumed Energy (mWs): 1545812.9548446084 
+Consumed Energy (mWh): 429.3924874568357 
+Avg power (mW): 2578.3229712341313 
+Avg Current (mA): 543.1997041638873 
+Avg Voltage (V): 4.746547082905319 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 90.47083138112505
+--- Starting cc_info = 2400000
+--- Ending cc_info = 2340000
+--- Getting the average power
+--- Avg Power = 2578.3229712341313
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 22236
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 08:28:54 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 08:38:55 +0200 - Duration: 600014 seconds 
+Real workload: 1.0710332066865261E10 - Integer reached: 88688 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 193 
+Start: 99 % - End: 96 
+Cc_info at the beginning: 2400000 mAh 
+Cc_info at the end: 2340000 mAh 
+Cc_info variation: -60000.0 mAh 
+
+Thread : 1 - ThreadProcess id: 22237
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 08:28:53 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 08:38:54 +0200 - Duration: 600002 seconds 
+Real workload: 3.592017973232527E11 - Integer reached: 477989 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 192 
+Start: 99 % - End: 96 
+Cc_info at the beginning: 2400000 mAh 
+Cc_info at the end: 2340000 mAh 
+Cc_info variation: -60000.0 mAh 
+
+Thread : 2 - ThreadProcess id: 22238
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 08:28:54 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 08:38:55 +0200 - Duration: 600012 seconds 
+Real workload: 3.632028768646754E11 - Integer reached: 480542 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 193 
+Start: 99 % - End: 96 
+Cc_info at the beginning: 2400000 mAh 
+Cc_info at the end: 2340000 mAh 
+Cc_info variation: -60000.0 mAh 
+
+Thread : 3 - ThreadProcess id: 22239
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 08:28:53 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 08:38:54 +0200 - Duration: 600010 seconds 
+Real workload: 3.5882997071411066E11 - Integer reached: 477751 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 192 
+Start: 99 % - End: 96 
+Cc_info at the beginning: 2400000 mAh 
+Cc_info at the end: 2340000 mAh 
+Cc_info variation: -60000.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,1,0,0,3,3,0,3 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 1.09194e+12
+--- Getting energy efficiency
+--- Energy efficiency: 8.28533e-11
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 0100-3303 0,1,0,0,3,3,0,3                         [0- 598000- 0- 0- 2314000- 2314000- 0- 2314000]                     time (s): 602.167671918869 
+Ins Current (mA):545.3602371354766 
+Samples: 3000000 
+Consumed Energy (mAs): 325694.9929720502 
+Consumed Energy (mAh): 90.47083138112505 
+Consumed Energy (mWs): 1545812.9548446084 
+Consumed Energy (mWh): 429.3924874568357 
+Avg power (mW): 2578.3229712341313 
+Avg Current (mA): 543.1997041638873 
+Avg Voltage (V): 4.746547082905319 
+ Thread : 0 - ThreadProcess id: 22236
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 08:28:54 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 08:38:55 +0200 - Duration: 600014 seconds 
+Real workload: 1.0710332066865261E10 - Integer reached: 88688 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 193 
+Start: 99 % - End: 96 
+Cc_info at the beginning: 2400000 mAh 
+Cc_info at the end: 2340000 mAh 
+Cc_info variation: -60000.0 mAh 
+
+Thread : 1 - ThreadProcess id: 22237
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 08:28:53 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 08:38:54 +0200 - Duration: 600002 seconds 
+Real workload: 3.592017973232527E11 - Integer reached: 477989 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 192 
+Start: 99 % - End: 96 
+Cc_info at the beginning: 2400000 mAh 
+Cc_info at the end: 2340000 mAh 
+Cc_info variation: -60000.0 mAh 
+
+Thread : 2 - ThreadProcess id: 22238
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 08:28:54 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 08:38:55 +0200 - Duration: 600012 seconds 
+Real workload: 3.632028768646754E11 - Integer reached: 480542 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 193 
+Start: 99 % - End: 96 
+Cc_info at the beginning: 2400000 mAh 
+Cc_info at the end: 2340000 mAh 
+Cc_info variation: -60000.0 mAh 
+
+Thread : 3 - ThreadProcess id: 22239
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 08:28:53 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 08:38:54 +0200 - Duration: 600010 seconds 
+Real workload: 3.5882997071411066E11 - Integer reached: 477751 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 192 
+Start: 99 % - End: 96 
+Cc_info at the beginning: 2400000 mAh 
+Cc_info at the end: 2340000 mAh 
+Cc_info variation: -60000.0 mAh 
+
+ 90.47083138112505                     1.09194e+12 8.28533e-11  2400000 2340000 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 0100-3303 
+phone format: 0,1,0,0,3,3,0,3 
+Exact values of frequencies: [0- 598000- 0- 0- 2314000- 2314000- 0- 2314000] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.167671918869 
+Ins Current (mA):545.3602371354766 
+Samples: 3000000 
+Consumed Energy (mAs): 325694.9929720502 
+Consumed Energy (mAh): 90.47083138112505 
+Consumed Energy (mWs): 1545812.9548446084 
+Consumed Energy (mWh): 429.3924874568357 
+Avg power (mW): 2578.3229712341313 
+Avg Current (mA): 543.1997041638873 
+Avg Voltage (V): 4.746547082905319 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 22236
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 08:28:54 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 08:38:55 +0200 - Duration: 600014 seconds 
+Real workload: 1.0710332066865261E10 - Integer reached: 88688 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 193 
+Start: 99 % - End: 96 
+Cc_info at the beginning: 2400000 mAh 
+Cc_info at the end: 2340000 mAh 
+Cc_info variation: -60000.0 mAh 
+
+Thread : 1 - ThreadProcess id: 22237
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 08:28:53 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 08:38:54 +0200 - Duration: 600002 seconds 
+Real workload: 3.592017973232527E11 - Integer reached: 477989 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 192 
+Start: 99 % - End: 96 
+Cc_info at the beginning: 2400000 mAh 
+Cc_info at the end: 2340000 mAh 
+Cc_info variation: -60000.0 mAh 
+
+Thread : 2 - ThreadProcess id: 22238
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 08:28:54 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 08:38:55 +0200 - Duration: 600012 seconds 
+Real workload: 3.632028768646754E11 - Integer reached: 480542 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 193 
+Start: 99 % - End: 96 
+Cc_info at the beginning: 2400000 mAh 
+Cc_info at the end: 2340000 mAh 
+Cc_info variation: -60000.0 mAh 
+
+Thread : 3 - ThreadProcess id: 22239
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 08:28:53 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 08:38:54 +0200 - Duration: 600010 seconds 
+Real workload: 3.5882997071411066E11 - Integer reached: 477751 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 192 
+Start: 99 % - End: 96 
+Cc_info at the beginning: 2400000 mAh 
+Cc_info at the end: 2340000 mAh 
+Cc_info variation: -60000.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 90.47083138112505 
+Workload: 1.09194e+12 
+Energy efficiency: 8.28533e-11 
+Starting cc information: 2400000 
+Ending cc information: 2340000 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_08_24_36/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__28Oct22_08_24_36/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__28Oct22_08_24_36/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__28Oct22_08_24_36/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__28Oct22_08_24_36/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__28Oct22_08_24_36/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__28Oct22_08_24_36/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__28Oct22_08_24_36/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__28Oct22_08_24_36/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__28Oct22_08_24_36/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__28Oct22_08_24_36/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__28Oct22_08_24_36/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__28Oct22_08_24_36/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__28Oct22_08_24_36/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__28Oct22_08_24_36/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__28Oct22_08_24_36/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__28Oct22_08_24_36/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__28Oct22_08_24_36/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__28Oct22_08_24_36'
+--- 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 = 90.47083138112505
+--- Experiment result, Avg Power = 2578.3229712341313
+--- Experiment result, Total Workload = 1.09194e+12
+--- Experiment result, Energy Efficiency = 8.28533e-11
+--- Adding result to summary file
+--- Starting cc information : 2400000 
+--- Ending cc information : 2340000
+--- 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 0100-3303.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_08_38_27
+--- Performing experiments on configuration 3000-3303
+--- 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 : 96 
+--- 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 : 96 
+--- 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 : 96, 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 : 96 
+--- The current battery level : 96, 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 : 96 
+--- The current battery level : 96, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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  3
+--- Exact frequency of core  0:  1690000
+--- Modifying the governor of core 0 
+--- Modifying the the current frequency of core 0 with frequency 1690000
+--- 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  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  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  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  3
+--- Exact frequency of core  5:  2314000
+--- Modifying the governor of core 5 
+--- Modifying the the current frequency of core 5 with frequency 2314000
+--- 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  3
+--- Exact frequency of core  7:  2314000
+--- Modifying the governor of core 7 
+--- 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
+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: 25206 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  3
+--- frequency level of core 1 is  0
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  3
+--- frequency level of core 5 is  3
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  3
+--- 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 : 2 
+--- The current number of thread ready to be sambled  : 2, 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 : 2382500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  2578.5471211493004
+powermeter script : average_power with numpy  arrays =  2578.5471211546446
+powermeter script : Summary Result = time (s): 602.5201449394226
+Ins Current (mA):546.0108126231089
+Samples: 3000000
+Consumed Energy (mAs): 325883.9577344589
+Consumed Energy (mAh): 90.52332159290525
+Consumed Energy (mWs): 1546623.1948508474
+Consumed Energy (mWh): 429.61755412523536
+Avg power (mW): 2578.5471211493004
+Avg Current (mA): 543.2772919046377
+Avg Voltage (V): 4.746281796740212
+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  0
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  3
+--- frequency level of core 5 is  3
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  3
+--- 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 : 2319000 , 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.0 MB/s (1881 bytes in 0.048s)
+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- 0- 0- 0- 2314000- 2314000- 0- 2314000]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.5201449394226 
+Ins Current (mA):546.0108126231089 
+Samples: 3000000 
+Consumed Energy (mAs): 325883.9577344589 
+Consumed Energy (mAh): 90.52332159290525 
+Consumed Energy (mWs): 1546623.1948508474 
+Consumed Energy (mWh): 429.61755412523536 
+Avg power (mW): 2578.5471211493004 
+Avg Current (mA): 543.2772919046377 
+Avg Voltage (V): 4.746281796740212 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 90.52332159290525
+--- Starting cc_info = 2382500
+--- Ending cc_info = 2319000
+--- Getting the average power
+--- Avg Power = 2578.5471211493004
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 25248
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 09:00:52 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 09:10:53 +0200 - Duration: 600005 seconds 
+Real workload: 3.157224607861777E10 - Integer reached: 148780 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 106 
+Start: 100 % - End: 97 
+Cc_info at the beginning: 2382500 mAh 
+Cc_info at the end: 2319000 mAh 
+Cc_info variation: -63500.0 mAh 
+
+Thread : 1 - ThreadProcess id: 25249
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 09:00:51 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 09:10:52 +0200 - Duration: 600003 seconds 
+Real workload: 3.607537408917679E11 - Integer reached: 478981 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 106 
+Start: 100 % - End: 97 
+Cc_info at the beginning: 2382500 mAh 
+Cc_info at the end: 2319000 mAh 
+Cc_info variation: -63500.0 mAh 
+
+Thread : 2 - ThreadProcess id: 25250
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 09:00:52 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 09:10:53 +0200 - Duration: 600001 seconds 
+Real workload: 3.662144034880635E11 - Integer reached: 482454 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 106 
+Start: 100 % - End: 97 
+Cc_info at the beginning: 2382500 mAh 
+Cc_info at the end: 2319000 mAh 
+Cc_info variation: -63500.0 mAh 
+
+Thread : 3 - ThreadProcess id: 25252
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 09:00:51 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 09:10:52 +0200 - Duration: 600011 seconds 
+Real workload: 3.6086338337128455E11 - Integer reached: 479051 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 106 
+Start: 100 % - End: 97 
+Cc_info at the beginning: 2382500 mAh 
+Cc_info at the end: 2319000 mAh 
+Cc_info variation: -63500.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,0,0,0,3,3,0,3 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 1.1194e+12
+--- Getting energy efficiency
+--- Energy efficiency: 8.08677e-11
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 3000-3303 3,0,0,0,3,3,0,3                         [1690000- 0- 0- 0- 2314000- 2314000- 0- 2314000]                     time (s): 602.5201449394226 
+Ins Current (mA):546.0108126231089 
+Samples: 3000000 
+Consumed Energy (mAs): 325883.9577344589 
+Consumed Energy (mAh): 90.52332159290525 
+Consumed Energy (mWs): 1546623.1948508474 
+Consumed Energy (mWh): 429.61755412523536 
+Avg power (mW): 2578.5471211493004 
+Avg Current (mA): 543.2772919046377 
+Avg Voltage (V): 4.746281796740212 
+ Thread : 0 - ThreadProcess id: 25248
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 09:00:52 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 09:10:53 +0200 - Duration: 600005 seconds 
+Real workload: 3.157224607861777E10 - Integer reached: 148780 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 106 
+Start: 100 % - End: 97 
+Cc_info at the beginning: 2382500 mAh 
+Cc_info at the end: 2319000 mAh 
+Cc_info variation: -63500.0 mAh 
+
+Thread : 1 - ThreadProcess id: 25249
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 09:00:51 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 09:10:52 +0200 - Duration: 600003 seconds 
+Real workload: 3.607537408917679E11 - Integer reached: 478981 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 106 
+Start: 100 % - End: 97 
+Cc_info at the beginning: 2382500 mAh 
+Cc_info at the end: 2319000 mAh 
+Cc_info variation: -63500.0 mAh 
+
+Thread : 2 - ThreadProcess id: 25250
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 09:00:52 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 09:10:53 +0200 - Duration: 600001 seconds 
+Real workload: 3.662144034880635E11 - Integer reached: 482454 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 106 
+Start: 100 % - End: 97 
+Cc_info at the beginning: 2382500 mAh 
+Cc_info at the end: 2319000 mAh 
+Cc_info variation: -63500.0 mAh 
+
+Thread : 3 - ThreadProcess id: 25252
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 09:00:51 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 09:10:52 +0200 - Duration: 600011 seconds 
+Real workload: 3.6086338337128455E11 - Integer reached: 479051 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 106 
+Start: 100 % - End: 97 
+Cc_info at the beginning: 2382500 mAh 
+Cc_info at the end: 2319000 mAh 
+Cc_info variation: -63500.0 mAh 
+
+ 90.52332159290525                     1.1194e+12 8.08677e-11  2382500 2319000 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 3000-3303 
+phone format: 3,0,0,0,3,3,0,3 
+Exact values of frequencies: [1690000- 0- 0- 0- 2314000- 2314000- 0- 2314000] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.5201449394226 
+Ins Current (mA):546.0108126231089 
+Samples: 3000000 
+Consumed Energy (mAs): 325883.9577344589 
+Consumed Energy (mAh): 90.52332159290525 
+Consumed Energy (mWs): 1546623.1948508474 
+Consumed Energy (mWh): 429.61755412523536 
+Avg power (mW): 2578.5471211493004 
+Avg Current (mA): 543.2772919046377 
+Avg Voltage (V): 4.746281796740212 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 25248
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 09:00:52 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 09:10:53 +0200 - Duration: 600005 seconds 
+Real workload: 3.157224607861777E10 - Integer reached: 148780 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 106 
+Start: 100 % - End: 97 
+Cc_info at the beginning: 2382500 mAh 
+Cc_info at the end: 2319000 mAh 
+Cc_info variation: -63500.0 mAh 
+
+Thread : 1 - ThreadProcess id: 25249
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 09:00:51 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 09:10:52 +0200 - Duration: 600003 seconds 
+Real workload: 3.607537408917679E11 - Integer reached: 478981 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 106 
+Start: 100 % - End: 97 
+Cc_info at the beginning: 2382500 mAh 
+Cc_info at the end: 2319000 mAh 
+Cc_info variation: -63500.0 mAh 
+
+Thread : 2 - ThreadProcess id: 25250
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 09:00:52 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 09:10:53 +0200 - Duration: 600001 seconds 
+Real workload: 3.662144034880635E11 - Integer reached: 482454 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 106 
+Start: 100 % - End: 97 
+Cc_info at the beginning: 2382500 mAh 
+Cc_info at the end: 2319000 mAh 
+Cc_info variation: -63500.0 mAh 
+
+Thread : 3 - ThreadProcess id: 25252
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 09:00:51 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 09:10:52 +0200 - Duration: 600011 seconds 
+Real workload: 3.6086338337128455E11 - Integer reached: 479051 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 106 
+Start: 100 % - End: 97 
+Cc_info at the beginning: 2382500 mAh 
+Cc_info at the end: 2319000 mAh 
+Cc_info variation: -63500.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 90.52332159290525 
+Workload: 1.1194e+12 
+Energy efficiency: 8.08677e-11 
+Starting cc information: 2382500 
+Ending cc information: 2319000 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_08_41_29/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__28Oct22_08_41_29/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__28Oct22_08_41_29/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__28Oct22_08_41_29/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__28Oct22_08_41_29/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__28Oct22_08_41_29/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__28Oct22_08_41_29/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__28Oct22_08_41_29/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__28Oct22_08_41_29/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__28Oct22_08_41_29/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__28Oct22_08_41_29/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__28Oct22_08_41_29/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__28Oct22_08_41_29/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__28Oct22_08_41_29/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__28Oct22_08_41_29/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__28Oct22_08_41_29/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__28Oct22_08_41_29'
+--- 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 = 90.52332159290525
+--- Experiment result, Avg Power = 2578.5471211493004
+--- Experiment result, Total Workload = 1.1194e+12
+--- Experiment result, Energy Efficiency = 8.08677e-11
+--- Adding result to summary file
+--- Starting cc information : 2382500 
+--- Ending cc information : 2319000
+--- 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 3000-3303.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_09_10_30
+--- Performing experiments on configuration 0002-0002
+--- 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 : 96 
+--- 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 : 96 
+--- 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 : 96, 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 : 96 
+--- The current battery level : 96, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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  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  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  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  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  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: 28288 
+---- 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  0
+--- frequency level of core 3 is  2
+--- frequency level of core 4 is  0
+--- frequency level of core 5 is  0
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  2
+--- Number of cores to occupy = 2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 2 
+--- 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
+--- Printing cc_info beginning datas (for the samsung galaxy s8)
+--- Current cc_info level : 2382000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1615.6068582982673
+powermeter script : average_power with numpy  arrays =  1615.6068582979433
+powermeter script : Summary Result = time (s): 602.4951255321503
+Ins Current (mA):315.2601857707811
+Samples: 3000000
+Consumed Energy (mAs): 197511.00535170213
+Consumed Energy (mAh): 54.86416815325059
+Consumed Energy (mWs): 968195.4598289098
+Consumed Energy (mWh): 268.9431832858083
+Avg power (mW): 1615.6068582982673
+Avg Current (mA): 329.3595006943923
+Avg Voltage (V): 4.905299087750818
+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  0
+--- frequency level of core 3 is  2
+--- frequency level of core 4 is  0
+--- frequency level of core 5 is  0
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  2
+--- Number of threads normally started = 2
+--- Number of thread ended: 2 
+--- Now threads are stopped, getting the cc_info_level for samsung 
+--- Current cc_info level : 2382000 , 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/: 4 files pulled, 0 skipped. 0.0 MB/s (933 bytes in 0.028s)
+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- 0- 1248000- 0- 0- 0- 1469000]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.4951255321503 
+Ins Current (mA):315.2601857707811 
+Samples: 3000000 
+Consumed Energy (mAs): 197511.00535170213 
+Consumed Energy (mAh): 54.86416815325059 
+Consumed Energy (mWs): 968195.4598289098 
+Consumed Energy (mWh): 268.9431832858083 
+Avg power (mW): 1615.6068582982673 
+Avg Current (mA): 329.3595006943923 
+Avg Voltage (V): 4.905299087750818 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 54.86416815325059
+--- Starting cc_info = 2382000
+--- Ending cc_info = 2382000
+--- Getting the average power
+--- Avg Power = 1615.6068582982673
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 28405
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 09:31:31 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 09:41:31 +0200 - Duration: 600009 seconds 
+Real workload: 8.782551594534016E10 - Integer reached: 174262 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 100 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2382000 mAh 
+Cc_info at the end: 2382000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 28406
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 09:31:31 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 09:41:31 +0200 - Duration: 600002 seconds 
+Real workload: 2.3999483945846008E11 - Integer reached: 282245 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 100 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2382000 mAh 
+Cc_info at the end: 2382000 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,0,2,0,0,0,2 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 3.2782e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.67361e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 0002-0002 0,0,0,2,0,0,0,2                         [0- 0- 0- 1248000- 0- 0- 0- 1469000]                     time (s): 602.4951255321503 
+Ins Current (mA):315.2601857707811 
+Samples: 3000000 
+Consumed Energy (mAs): 197511.00535170213 
+Consumed Energy (mAh): 54.86416815325059 
+Consumed Energy (mWs): 968195.4598289098 
+Consumed Energy (mWh): 268.9431832858083 
+Avg power (mW): 1615.6068582982673 
+Avg Current (mA): 329.3595006943923 
+Avg Voltage (V): 4.905299087750818 
+ Thread : 0 - ThreadProcess id: 28405
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 09:31:31 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 09:41:31 +0200 - Duration: 600009 seconds 
+Real workload: 8.782551594534016E10 - Integer reached: 174262 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 100 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2382000 mAh 
+Cc_info at the end: 2382000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 28406
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 09:31:31 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 09:41:31 +0200 - Duration: 600002 seconds 
+Real workload: 2.3999483945846008E11 - Integer reached: 282245 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 100 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2382000 mAh 
+Cc_info at the end: 2382000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 54.86416815325059                     3.2782e+11 1.67361e-10  2382000 2382000 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 0002-0002 
+phone format: 0,0,0,2,0,0,0,2 
+Exact values of frequencies: [0- 0- 0- 1248000- 0- 0- 0- 1469000] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.4951255321503 
+Ins Current (mA):315.2601857707811 
+Samples: 3000000 
+Consumed Energy (mAs): 197511.00535170213 
+Consumed Energy (mAh): 54.86416815325059 
+Consumed Energy (mWs): 968195.4598289098 
+Consumed Energy (mWh): 268.9431832858083 
+Avg power (mW): 1615.6068582982673 
+Avg Current (mA): 329.3595006943923 
+Avg Voltage (V): 4.905299087750818 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 28405
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 09:31:31 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 09:41:31 +0200 - Duration: 600009 seconds 
+Real workload: 8.782551594534016E10 - Integer reached: 174262 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 100 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2382000 mAh 
+Cc_info at the end: 2382000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 28406
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 09:31:31 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 09:41:31 +0200 - Duration: 600002 seconds 
+Real workload: 2.3999483945846008E11 - Integer reached: 282245 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 100 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2382000 mAh 
+Cc_info at the end: 2382000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 54.86416815325059 
+Workload: 3.2782e+11 
+Energy efficiency: 1.67361e-10 
+Starting cc information: 2382000 
+Ending cc information: 2382000 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_09_13_32/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__28Oct22_09_13_32/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__28Oct22_09_13_32/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__28Oct22_09_13_32/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__28Oct22_09_13_32/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__28Oct22_09_13_32/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__28Oct22_09_13_32/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__28Oct22_09_13_32/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__28Oct22_09_13_32/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__28Oct22_09_13_32/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__28Oct22_09_13_32/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__28Oct22_09_13_32/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__28Oct22_09_13_32/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__28Oct22_09_13_32/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__28Oct22_09_13_32/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__28Oct22_09_13_32/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__28Oct22_09_13_32'
+--- 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 = 54.86416815325059
+--- Experiment result, Avg Power = 1615.6068582982673
+--- Experiment result, Total Workload = 3.2782e+11
+--- Experiment result, Energy Efficiency = 1.67361e-10
+--- Adding result to summary file
+--- Starting cc information : 2382000 
+--- Ending cc information : 2382000
+--- 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 0002-0002.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_09_41_06
+--- Performing experiments on configuration 2200-1000
+--- 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  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  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  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  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: 30521 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  2
+--- frequency level of core 1 is  2
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  1
+--- 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 : 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 : 2380500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1204.568577568545
+powermeter script : average_power with numpy  arrays =  1204.5685775686336
+powermeter script : Summary Result = time (s): 602.9298267364502
+Ins Current (mA):239.2781168563983
+Samples: 3000000
+Consumed Energy (mAs): 145067.52301431942
+Consumed Energy (mAh): 40.296534170644286
+Consumed Energy (mWs): 720674.9749723288
+Consumed Energy (mWh): 200.1874930478691
+Avg power (mW): 1204.568577568545
+Avg Current (mA): 242.38852720262022
+Avg Voltage (V): 4.96957752691656
+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  2
+--- frequency level of core 1 is  2
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  1
+--- 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 : 2380500 , 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.0 MB/s (1402 bytes in 0.054s)
+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 = [1248000- 1248000- 0- 0- 741000- 0- 0- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.9298267364502 
+Ins Current (mA):239.2781168563983 
+Samples: 3000000 
+Consumed Energy (mAs): 145067.52301431942 
+Consumed Energy (mAh): 40.296534170644286 
+Consumed Energy (mWs): 720674.9749723288 
+Consumed Energy (mWh): 200.1874930478691 
+Avg power (mW): 1204.568577568545 
+Avg Current (mA): 242.38852720262022 
+Avg Voltage (V): 4.96957752691656 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 40.296534170644286
+--- Starting cc_info = 2380500
+--- Ending cc_info = 2380500
+--- Getting the average power
+--- Avg Power = 1204.568577568545
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 30595
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 09:48:41 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 09:58:41 +0200 - Duration: 600022 seconds 
+Real workload: 3.1183085184794205E10 - Integer reached: 128865 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 87.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2380500 mAh 
+Cc_info at the end: 2380500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 30596
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 09:48:41 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 09:58:42 +0200 - Duration: 600034 seconds 
+Real workload: 3.104727651171562E10 - Integer reached: 128596 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 87.2 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2380500 mAh 
+Cc_info at the end: 2380500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 30597
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 09:48:41 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 09:58:41 +0200 - Duration: 600009 seconds 
+Real workload: 1.220784373653538E11 - Integer reached: 247880 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 87.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2380500 mAh 
+Cc_info at the end: 2380500 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 2,2,0,0,1,0,0,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 1.84309e+11
+--- Getting energy efficiency
+--- Energy efficiency: 2.18636e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 2200-1000 2,2,0,0,1,0,0,0                         [1248000- 1248000- 0- 0- 741000- 0- 0- 0]                     time (s): 602.9298267364502 
+Ins Current (mA):239.2781168563983 
+Samples: 3000000 
+Consumed Energy (mAs): 145067.52301431942 
+Consumed Energy (mAh): 40.296534170644286 
+Consumed Energy (mWs): 720674.9749723288 
+Consumed Energy (mWh): 200.1874930478691 
+Avg power (mW): 1204.568577568545 
+Avg Current (mA): 242.38852720262022 
+Avg Voltage (V): 4.96957752691656 
+ Thread : 0 - ThreadProcess id: 30595
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 09:48:41 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 09:58:41 +0200 - Duration: 600022 seconds 
+Real workload: 3.1183085184794205E10 - Integer reached: 128865 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 87.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2380500 mAh 
+Cc_info at the end: 2380500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 30596
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 09:48:41 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 09:58:42 +0200 - Duration: 600034 seconds 
+Real workload: 3.104727651171562E10 - Integer reached: 128596 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 87.2 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2380500 mAh 
+Cc_info at the end: 2380500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 30597
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 09:48:41 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 09:58:41 +0200 - Duration: 600009 seconds 
+Real workload: 1.220784373653538E11 - Integer reached: 247880 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 87.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2380500 mAh 
+Cc_info at the end: 2380500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 40.296534170644286                     1.84309e+11 2.18636e-10  2380500 2380500 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 2200-1000 
+phone format: 2,2,0,0,1,0,0,0 
+Exact values of frequencies: [1248000- 1248000- 0- 0- 741000- 0- 0- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.9298267364502 
+Ins Current (mA):239.2781168563983 
+Samples: 3000000 
+Consumed Energy (mAs): 145067.52301431942 
+Consumed Energy (mAh): 40.296534170644286 
+Consumed Energy (mWs): 720674.9749723288 
+Consumed Energy (mWh): 200.1874930478691 
+Avg power (mW): 1204.568577568545 
+Avg Current (mA): 242.38852720262022 
+Avg Voltage (V): 4.96957752691656 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 30595
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 09:48:41 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 09:58:41 +0200 - Duration: 600022 seconds 
+Real workload: 3.1183085184794205E10 - Integer reached: 128865 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 87.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2380500 mAh 
+Cc_info at the end: 2380500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 30596
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 09:48:41 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 09:58:42 +0200 - Duration: 600034 seconds 
+Real workload: 3.104727651171562E10 - Integer reached: 128596 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 87.2 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2380500 mAh 
+Cc_info at the end: 2380500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 30597
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 09:48:41 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 09:58:41 +0200 - Duration: 600009 seconds 
+Real workload: 1.220784373653538E11 - Integer reached: 247880 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 87.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2380500 mAh 
+Cc_info at the end: 2380500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 40.296534170644286 
+Workload: 1.84309e+11 
+Energy efficiency: 2.18636e-10 
+Starting cc information: 2380500 
+Ending cc information: 2380500 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_09_44_08/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__28Oct22_09_44_08/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__28Oct22_09_44_08/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__28Oct22_09_44_08/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__28Oct22_09_44_08/app_output_folder/Thread_1_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__28Oct22_09_44_08/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__28Oct22_09_44_08/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__28Oct22_09_44_08/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__28Oct22_09_44_08/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__28Oct22_09_44_08/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__28Oct22_09_44_08/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__28Oct22_09_44_08/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__28Oct22_09_44_08'
+--- 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 = 40.296534170644286
+--- Experiment result, Avg Power = 1204.568577568545
+--- Experiment result, Total Workload = 1.84309e+11
+--- Experiment result, Energy Efficiency = 2.18636e-10
+--- Adding result to summary file
+--- Starting cc information : 2380500 
+--- Ending cc information : 2380500
+--- 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 2200-1000.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_09_58_19
+--- Performing experiments on configuration 2220-0033
+--- 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  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  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  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  3
+--- Exact frequency of core  6:  2314000
+--- Modifying the governor of core 6 
+--- Modifying the the current frequency of core 6 with frequency 2314000
+--- 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 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
+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: 414 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  2
+--- frequency level of core 1 is  2
+--- frequency level of core 2 is  2
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  0
+--- frequency level of core 5 is  0
+--- frequency level of core 6 is  3
+--- 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
+--- 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 : 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 : 2 
+--- The current number of thread ready to be sambled  : 2, 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 : 2360000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  2576.4524184279003
+powermeter script : average_power with numpy  arrays =  2576.4524184314505
+powermeter script : Summary Result = time (s): 603.3002784252167
+Ins Current (mA):545.1325952537878
+Samples: 3000000
+Consumed Energy (mAs): 326069.69846476725
+Consumed Energy (mAh): 90.57491624021313
+Consumed Energy (mWs): 1547361.4605332043
+Consumed Energy (mWh): 429.82262792589006
+Avg power (mW): 2576.4524184279003
+Avg Current (mA): 542.82817674782
+Avg Voltage (V): 4.746349818949865
+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  2
+--- frequency level of core 1 is  2
+--- frequency level of core 2 is  2
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  0
+--- frequency level of core 5 is  0
+--- frequency level of core 6 is  3
+--- 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 : 2292500 , 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 (2337 bytes in 0.070s)
+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 = [1248000- 1248000- 1248000- 0- 0- 0- 2314000- 2314000]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 603.3002784252167 
+Ins Current (mA):545.1325952537878 
+Samples: 3000000 
+Consumed Energy (mAs): 326069.69846476725 
+Consumed Energy (mAh): 90.57491624021313 
+Consumed Energy (mWs): 1547361.4605332043 
+Consumed Energy (mWh): 429.82262792589006 
+Avg power (mW): 2576.4524184279003 
+Avg Current (mA): 542.82817674782 
+Avg Voltage (V): 4.746349818949865 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 90.57491624021313
+--- Starting cc_info = 2360000
+--- Ending cc_info = 2292500
+--- Getting the average power
+--- Avg Power = 2576.4524184279003
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 471
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:05:21 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 10:15:21 +0200 - Duration: 600030 seconds 
+Real workload: 3.118471213557164E10 - Integer reached: 164590 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.5 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2360000 mAh 
+Cc_info at the end: 2292500 mAh 
+Cc_info variation: -67500.0 mAh 
+
+Thread : 1 - ThreadProcess id: 472
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:05:19 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 10:15:20 +0200 - Duration: 600005 seconds 
+Real workload: 3.1857040865675465E10 - Integer reached: 166281 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.4 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2360000 mAh 
+Cc_info at the end: 2293000 mAh 
+Cc_info variation: -67000.0 mAh 
+
+Thread : 2 - ThreadProcess id: 475
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:05:20 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 10:15:21 +0200 - Duration: 600065 seconds 
+Real workload: 3.16259967635895E10 - Integer reached: 165702 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.4 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2360000 mAh 
+Cc_info at the end: 2292500 mAh 
+Cc_info variation: -67500.0 mAh 
+
+Thread : 3 - ThreadProcess id: 476
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:05:20 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 10:15:20 +0200 - Duration: 600002 seconds 
+Real workload: 4.1694623649976624E11 - Integer reached: 571708 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.4 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2360000 mAh 
+Cc_info at the end: 2292500 mAh 
+Cc_info variation: -67500.0 mAh 
+
+Thread : 4 - ThreadProcess id: 477
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:05:19 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 10:15:20 +0200 - Duration: 600007 seconds 
+Real workload: 4.1651587402720416E11 - Integer reached: 571424 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.4 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2360000 mAh 
+Cc_info at the end: 2292500 mAh 
+Cc_info variation: -67500.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 2,2,2,0,0,0,3,3 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 9.2813e+11
+--- Getting energy efficiency
+--- Energy efficiency: 9.75886e-11
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 2220-0033 2,2,2,0,0,0,3,3                         [1248000- 1248000- 1248000- 0- 0- 0- 2314000- 2314000]                     time (s): 603.3002784252167 
+Ins Current (mA):545.1325952537878 
+Samples: 3000000 
+Consumed Energy (mAs): 326069.69846476725 
+Consumed Energy (mAh): 90.57491624021313 
+Consumed Energy (mWs): 1547361.4605332043 
+Consumed Energy (mWh): 429.82262792589006 
+Avg power (mW): 2576.4524184279003 
+Avg Current (mA): 542.82817674782 
+Avg Voltage (V): 4.746349818949865 
+ Thread : 0 - ThreadProcess id: 471
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:05:21 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 10:15:21 +0200 - Duration: 600030 seconds 
+Real workload: 3.118471213557164E10 - Integer reached: 164590 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.5 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2360000 mAh 
+Cc_info at the end: 2292500 mAh 
+Cc_info variation: -67500.0 mAh 
+
+Thread : 1 - ThreadProcess id: 472
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:05:19 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 10:15:20 +0200 - Duration: 600005 seconds 
+Real workload: 3.1857040865675465E10 - Integer reached: 166281 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.4 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2360000 mAh 
+Cc_info at the end: 2293000 mAh 
+Cc_info variation: -67000.0 mAh 
+
+Thread : 2 - ThreadProcess id: 475
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:05:20 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 10:15:21 +0200 - Duration: 600065 seconds 
+Real workload: 3.16259967635895E10 - Integer reached: 165702 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.4 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2360000 mAh 
+Cc_info at the end: 2292500 mAh 
+Cc_info variation: -67500.0 mAh 
+
+Thread : 3 - ThreadProcess id: 476
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:05:20 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 10:15:20 +0200 - Duration: 600002 seconds 
+Real workload: 4.1694623649976624E11 - Integer reached: 571708 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.4 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2360000 mAh 
+Cc_info at the end: 2292500 mAh 
+Cc_info variation: -67500.0 mAh 
+
+Thread : 4 - ThreadProcess id: 477
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:05:19 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 10:15:20 +0200 - Duration: 600007 seconds 
+Real workload: 4.1651587402720416E11 - Integer reached: 571424 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.4 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2360000 mAh 
+Cc_info at the end: 2292500 mAh 
+Cc_info variation: -67500.0 mAh 
+
+ 90.57491624021313                     9.2813e+11 9.75886e-11  2360000 2292500 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 2220-0033 
+phone format: 2,2,2,0,0,0,3,3 
+Exact values of frequencies: [1248000- 1248000- 1248000- 0- 0- 0- 2314000- 2314000] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 603.3002784252167 
+Ins Current (mA):545.1325952537878 
+Samples: 3000000 
+Consumed Energy (mAs): 326069.69846476725 
+Consumed Energy (mAh): 90.57491624021313 
+Consumed Energy (mWs): 1547361.4605332043 
+Consumed Energy (mWh): 429.82262792589006 
+Avg power (mW): 2576.4524184279003 
+Avg Current (mA): 542.82817674782 
+Avg Voltage (V): 4.746349818949865 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 471
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:05:21 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 10:15:21 +0200 - Duration: 600030 seconds 
+Real workload: 3.118471213557164E10 - Integer reached: 164590 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.5 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2360000 mAh 
+Cc_info at the end: 2292500 mAh 
+Cc_info variation: -67500.0 mAh 
+
+Thread : 1 - ThreadProcess id: 472
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:05:19 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 10:15:20 +0200 - Duration: 600005 seconds 
+Real workload: 3.1857040865675465E10 - Integer reached: 166281 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.4 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2360000 mAh 
+Cc_info at the end: 2293000 mAh 
+Cc_info variation: -67000.0 mAh 
+
+Thread : 2 - ThreadProcess id: 475
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:05:20 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 10:15:21 +0200 - Duration: 600065 seconds 
+Real workload: 3.16259967635895E10 - Integer reached: 165702 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.4 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2360000 mAh 
+Cc_info at the end: 2292500 mAh 
+Cc_info variation: -67500.0 mAh 
+
+Thread : 3 - ThreadProcess id: 476
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:05:20 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 10:15:20 +0200 - Duration: 600002 seconds 
+Real workload: 4.1694623649976624E11 - Integer reached: 571708 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.4 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2360000 mAh 
+Cc_info at the end: 2292500 mAh 
+Cc_info variation: -67500.0 mAh 
+
+Thread : 4 - ThreadProcess id: 477
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:05:19 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 10:15:20 +0200 - Duration: 600007 seconds 
+Real workload: 4.1651587402720416E11 - Integer reached: 571424 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 42.4 
+Start: 100 % - End: 96 
+Cc_info at the beginning: 2360000 mAh 
+Cc_info at the end: 2292500 mAh 
+Cc_info variation: -67500.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 90.57491624021313 
+Workload: 9.2813e+11 
+Energy efficiency: 9.75886e-11 
+Starting cc information: 2360000 
+Ending cc information: 2292500 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_10_01_21/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__28Oct22_10_01_21/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__28Oct22_10_01_21/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__28Oct22_10_01_21/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__28Oct22_10_01_21/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__28Oct22_10_01_21/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__28Oct22_10_01_21/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__28Oct22_10_01_21/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__28Oct22_10_01_21/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__28Oct22_10_01_21/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__28Oct22_10_01_21/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__28Oct22_10_01_21/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__28Oct22_10_01_21/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__28Oct22_10_01_21/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__28Oct22_10_01_21'
+--- 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 = 90.57491624021313
+--- Experiment result, Avg Power = 2576.4524184279003
+--- Experiment result, Total Workload = 9.2813e+11
+--- Experiment result, Energy Efficiency = 9.75886e-11
+--- Adding result to summary file
+--- Starting cc information : 2360000 
+--- Ending cc information : 2292500
+--- 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 2220-0033.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_10_15_00
+--- Performing experiments on configuration 0100-1110
+--- 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 : 96 
+--- 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 : 96 
+--- 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 : 96, 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 : 96 
+--- The current battery level : 96, 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 : 96 
+--- The current battery level : 96, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 97 
+--- The current battery level : 97, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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 : 98 
+--- The current battery level : 98, 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  1
+--- Exact frequency of core  1:  598000
+--- 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 governor of core 2 
+--- Modifying the the current frequency of core 2 with frequency 0
+--- 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  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  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  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: 4353 
+---- 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  0
+--- frequency level of core 4 is  1
+--- frequency level of core 5 is  1
+--- 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 : 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 : 2360500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1565.8692004484387
+powermeter script : average_power with numpy  arrays =  1565.8692004482375
+powermeter script : Summary Result = time (s): 602.646607875824
+Ins Current (mA):342.0941564626369
+Samples: 3000000
+Consumed Energy (mAs): 190666.0271281943
+Consumed Energy (mAh): 52.96278531338731
+Consumed Energy (mWs): 936519.7925072135
+Consumed Energy (mWh): 260.14438680755933
+Avg power (mW): 1565.8692004484387
+Avg Current (mA): 318.7212646940294
+Avg Voltage (V): 4.912973729417346
+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  1
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  1
+--- frequency level of core 5 is  1
+--- 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 : 2360500 , 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.0 MB/s (1864 bytes in 0.063s)
+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- 598000- 0- 0- 741000- 741000- 741000- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.646607875824 
+Ins Current (mA):342.0941564626369 
+Samples: 3000000 
+Consumed Energy (mAs): 190666.0271281943 
+Consumed Energy (mAh): 52.96278531338731 
+Consumed Energy (mWs): 936519.7925072135 
+Consumed Energy (mWh): 260.14438680755933 
+Avg power (mW): 1565.8692004484387 
+Avg Current (mA): 318.7212646940294 
+Avg Voltage (V): 4.912973729417346 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 52.96278531338731
+--- Starting cc_info = 2360500
+--- Ending cc_info = 2360500
+--- Getting the average power
+--- Avg Power = 1565.8692004484387
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 4502
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:37:42 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 10:47:43 +0200 - Duration: 600028 seconds 
+Real workload: 2.9896601011870457E10 - Integer reached: 144944 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 80.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2360500 mAh 
+Cc_info at the end: 2360500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 4504
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:37:42 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 10:47:44 +0200 - Duration: 600014 seconds 
+Real workload: 1.2344192078106339E11 - Integer reached: 286105 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 80.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2360500 mAh 
+Cc_info at the end: 2360500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 4505
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:37:42 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 10:47:43 +0200 - Duration: 600003 seconds 
+Real workload: 1.2595423993534871E11 - Integer reached: 288886 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 80.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2360500 mAh 
+Cc_info at the end: 2360500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 4510
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:37:42 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 10:47:42 +0200 - Duration: 600007 seconds 
+Real workload: 1.2505235499554439E11 - Integer reached: 287891 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 80.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2360500 mAh 
+Cc_info at the end: 2360500 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,1,0,0,1,1,1,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 4.04345e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.30984e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 0100-1110 0,1,0,0,1,1,1,0                         [0- 598000- 0- 0- 741000- 741000- 741000- 0]                     time (s): 602.646607875824 
+Ins Current (mA):342.0941564626369 
+Samples: 3000000 
+Consumed Energy (mAs): 190666.0271281943 
+Consumed Energy (mAh): 52.96278531338731 
+Consumed Energy (mWs): 936519.7925072135 
+Consumed Energy (mWh): 260.14438680755933 
+Avg power (mW): 1565.8692004484387 
+Avg Current (mA): 318.7212646940294 
+Avg Voltage (V): 4.912973729417346 
+ Thread : 0 - ThreadProcess id: 4502
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:37:42 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 10:47:43 +0200 - Duration: 600028 seconds 
+Real workload: 2.9896601011870457E10 - Integer reached: 144944 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 80.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2360500 mAh 
+Cc_info at the end: 2360500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 4504
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:37:42 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 10:47:44 +0200 - Duration: 600014 seconds 
+Real workload: 1.2344192078106339E11 - Integer reached: 286105 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 80.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2360500 mAh 
+Cc_info at the end: 2360500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 4505
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:37:42 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 10:47:43 +0200 - Duration: 600003 seconds 
+Real workload: 1.2595423993534871E11 - Integer reached: 288886 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 80.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2360500 mAh 
+Cc_info at the end: 2360500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 4510
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:37:42 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 10:47:42 +0200 - Duration: 600007 seconds 
+Real workload: 1.2505235499554439E11 - Integer reached: 287891 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 80.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2360500 mAh 
+Cc_info at the end: 2360500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 52.96278531338731                     4.04345e+11 1.30984e-10  2360500 2360500 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 0100-1110 
+phone format: 0,1,0,0,1,1,1,0 
+Exact values of frequencies: [0- 598000- 0- 0- 741000- 741000- 741000- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.646607875824 
+Ins Current (mA):342.0941564626369 
+Samples: 3000000 
+Consumed Energy (mAs): 190666.0271281943 
+Consumed Energy (mAh): 52.96278531338731 
+Consumed Energy (mWs): 936519.7925072135 
+Consumed Energy (mWh): 260.14438680755933 
+Avg power (mW): 1565.8692004484387 
+Avg Current (mA): 318.7212646940294 
+Avg Voltage (V): 4.912973729417346 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 4502
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:37:42 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 10:47:43 +0200 - Duration: 600028 seconds 
+Real workload: 2.9896601011870457E10 - Integer reached: 144944 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 80.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2360500 mAh 
+Cc_info at the end: 2360500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 4504
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:37:42 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 10:47:44 +0200 - Duration: 600014 seconds 
+Real workload: 1.2344192078106339E11 - Integer reached: 286105 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 80.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2360500 mAh 
+Cc_info at the end: 2360500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 4505
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:37:42 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 10:47:43 +0200 - Duration: 600003 seconds 
+Real workload: 1.2595423993534871E11 - Integer reached: 288886 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 80.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2360500 mAh 
+Cc_info at the end: 2360500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 4510
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:37:42 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 10:47:42 +0200 - Duration: 600007 seconds 
+Real workload: 1.2505235499554439E11 - Integer reached: 287891 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 80.3 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2360500 mAh 
+Cc_info at the end: 2360500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 52.96278531338731 
+Workload: 4.04345e+11 
+Energy efficiency: 1.30984e-10 
+Starting cc information: 2360500 
+Ending cc information: 2360500 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_10_18_02/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__28Oct22_10_18_02/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__28Oct22_10_18_02/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__28Oct22_10_18_02/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__28Oct22_10_18_02/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__28Oct22_10_18_02/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__28Oct22_10_18_02/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__28Oct22_10_18_02/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__28Oct22_10_18_02/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__28Oct22_10_18_02/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__28Oct22_10_18_02/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__28Oct22_10_18_02/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__28Oct22_10_18_02/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__28Oct22_10_18_02/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__28Oct22_10_18_02/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__28Oct22_10_18_02/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__28Oct22_10_18_02/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__28Oct22_10_18_02/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__28Oct22_10_18_02'
+--- 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 = 52.96278531338731
+--- Experiment result, Avg Power = 1565.8692004484387
+--- Experiment result, Total Workload = 4.04345e+11
+--- Experiment result, Energy Efficiency = 1.30984e-10
+--- Adding result to summary file
+--- Starting cc information : 2360500 
+--- Ending cc information : 2360500
+--- 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 0100-1110.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_10_47_21
+--- Performing experiments on configuration 1010-2000
+--- 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  1
+--- Exact frequency of core  0:  598000
+--- Modifying the governor of core 0 
+--- Modifying the the current frequency of core 0 with frequency 598000
+--- 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  1
+--- Exact frequency of core  2:  598000
+--- Modifying the governor of core 2 
+--- Modifying the the current frequency of core 2 with frequency 598000
+--- 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  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: 7285 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  1
+--- frequency level of core 1 is  0
+--- frequency level of core 2 is  1
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  2
+--- 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 : 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 : 2359000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1207.7447325504545
+powermeter script : average_power with numpy  arrays =  1207.7447325504158
+powermeter script : Summary Result = time (s): 602.3896491527557
+Ins Current (mA):221.0002133487757
+Samples: 3000000
+Consumed Energy (mAs): 145777.35231587393
+Consumed Energy (mAh): 40.493708976631645
+Consumed Energy (mWs): 724029.3293249905
+Consumed Energy (mWh): 201.11925814583068
+Avg power (mW): 1207.7447325504545
+Avg Current (mA): 243.06313092552614
+Avg Voltage (V): 4.968852034249918
+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  1
+--- frequency level of core 1 is  0
+--- frequency level of core 2 is  1
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  2
+--- 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 : 2359000 , 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.0 MB/s (1396 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 = [598000- 0- 598000- 0- 1469000- 0- 0- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.3896491527557 
+Ins Current (mA):221.0002133487757 
+Samples: 3000000 
+Consumed Energy (mAs): 145777.35231587393 
+Consumed Energy (mAh): 40.493708976631645 
+Consumed Energy (mWs): 724029.3293249905 
+Consumed Energy (mWh): 201.11925814583068 
+Avg power (mW): 1207.7447325504545 
+Avg Current (mA): 243.06313092552614 
+Avg Voltage (V): 4.968852034249918 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 40.493708976631645
+--- Starting cc_info = 2359000
+--- Ending cc_info = 2359000
+--- Getting the average power
+--- Avg Power = 1207.7447325504545
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 7383
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:54:57 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 11:04:58 +0200 - Duration: 600012 seconds 
+Real workload: 3.164428611679931E10 - Integer reached: 129774 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 81.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2359000 mAh 
+Cc_info at the end: 2359000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 7384
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:54:58 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 11:04:58 +0200 - Duration: 600018 seconds 
+Real workload: 3.132933427687457E10 - Integer reached: 129154 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 81.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2359000 mAh 
+Cc_info at the end: 2359000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 7385
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:54:57 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 11:04:58 +0200 - Duration: 600004 seconds 
+Real workload: 1.2431808886163809E11 - Integer reached: 250052 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 81.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2359000 mAh 
+Cc_info at the end: 2359000 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 1,0,1,0,2,0,0,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 1.87292e+11
+--- Getting energy efficiency
+--- Energy efficiency: 2.16206e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 1010-2000 1,0,1,0,2,0,0,0                         [598000- 0- 598000- 0- 1469000- 0- 0- 0]                     time (s): 602.3896491527557 
+Ins Current (mA):221.0002133487757 
+Samples: 3000000 
+Consumed Energy (mAs): 145777.35231587393 
+Consumed Energy (mAh): 40.493708976631645 
+Consumed Energy (mWs): 724029.3293249905 
+Consumed Energy (mWh): 201.11925814583068 
+Avg power (mW): 1207.7447325504545 
+Avg Current (mA): 243.06313092552614 
+Avg Voltage (V): 4.968852034249918 
+ Thread : 0 - ThreadProcess id: 7383
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:54:57 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 11:04:58 +0200 - Duration: 600012 seconds 
+Real workload: 3.164428611679931E10 - Integer reached: 129774 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 81.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2359000 mAh 
+Cc_info at the end: 2359000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 7384
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:54:58 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 11:04:58 +0200 - Duration: 600018 seconds 
+Real workload: 3.132933427687457E10 - Integer reached: 129154 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 81.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2359000 mAh 
+Cc_info at the end: 2359000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 7385
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:54:57 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 11:04:58 +0200 - Duration: 600004 seconds 
+Real workload: 1.2431808886163809E11 - Integer reached: 250052 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 81.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2359000 mAh 
+Cc_info at the end: 2359000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 40.493708976631645                     1.87292e+11 2.16206e-10  2359000 2359000 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 1010-2000 
+phone format: 1,0,1,0,2,0,0,0 
+Exact values of frequencies: [598000- 0- 598000- 0- 1469000- 0- 0- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.3896491527557 
+Ins Current (mA):221.0002133487757 
+Samples: 3000000 
+Consumed Energy (mAs): 145777.35231587393 
+Consumed Energy (mAh): 40.493708976631645 
+Consumed Energy (mWs): 724029.3293249905 
+Consumed Energy (mWh): 201.11925814583068 
+Avg power (mW): 1207.7447325504545 
+Avg Current (mA): 243.06313092552614 
+Avg Voltage (V): 4.968852034249918 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 7383
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:54:57 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 11:04:58 +0200 - Duration: 600012 seconds 
+Real workload: 3.164428611679931E10 - Integer reached: 129774 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 81.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2359000 mAh 
+Cc_info at the end: 2359000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 7384
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:54:58 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 11:04:58 +0200 - Duration: 600018 seconds 
+Real workload: 3.132933427687457E10 - Integer reached: 129154 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 81.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2359000 mAh 
+Cc_info at the end: 2359000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 7385
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 10:54:57 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 11:04:58 +0200 - Duration: 600004 seconds 
+Real workload: 1.2431808886163809E11 - Integer reached: 250052 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 81.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2359000 mAh 
+Cc_info at the end: 2359000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 40.493708976631645 
+Workload: 1.87292e+11 
+Energy efficiency: 2.16206e-10 
+Starting cc information: 2359000 
+Ending cc information: 2359000 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_10_50_24/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__28Oct22_10_50_24/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__28Oct22_10_50_24/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__28Oct22_10_50_24/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__28Oct22_10_50_24/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__28Oct22_10_50_24/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__28Oct22_10_50_24/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__28Oct22_10_50_24/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__28Oct22_10_50_24/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__28Oct22_10_50_24/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__28Oct22_10_50_24/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__28Oct22_10_50_24/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__28Oct22_10_50_24/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__28Oct22_10_50_24/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__28Oct22_10_50_24/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__28Oct22_10_50_24/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__28Oct22_10_50_24'
+--- 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 = 40.493708976631645
+--- Experiment result, Avg Power = 1207.7447325504545
+--- Experiment result, Total Workload = 1.87292e+11
+--- Experiment result, Energy Efficiency = 2.16206e-10
+--- Adding result to summary file
+--- Starting cc information : 2359000 
+--- Ending cc information : 2359000
+--- 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 1010-2000.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_11_04_34
+--- Performing experiments on configuration 2002-1110
+--- 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  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  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  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  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  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  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: 9713 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  2
+--- frequency level of core 1 is  0
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  2
+--- frequency level of core 4 is  1
+--- frequency level of core 5 is  1
+--- frequency level of core 6 is  1
+--- frequency level of core 7 is  0
+--- 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
+--- 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 : 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 : 1 
+--- The current number of thread ready to be sambled  : 1, 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 : 2357500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1728.958715463774
+powermeter script : average_power with numpy  arrays =  1728.9587154637559
+powermeter script : Summary Result = time (s): 602.4527180194855
+Ins Current (mA):335.6083174910375
+Samples: 3000000
+Consumed Energy (mAs): 212881.49944419222
+Consumed Energy (mAh): 59.133749845608946
+Consumed Energy (mWs): 1039778.1736525265
+Consumed Energy (mWh): 288.8272704590351
+Avg power (mW): 1728.958715463774
+Avg Current (mA): 353.7925628882579
+Avg Voltage (V): 4.886927812583357
+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  2
+--- frequency level of core 1 is  0
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  2
+--- frequency level of core 4 is  1
+--- frequency level of core 5 is  1
+--- frequency level of core 6 is  1
+--- frequency level of core 7 is  0
+--- 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 : 2357500 , 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.1 MB/s (2328 bytes in 0.040s)
+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 = [1248000- 0- 0- 1248000- 741000- 741000- 741000- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.4527180194855 
+Ins Current (mA):335.6083174910375 
+Samples: 3000000 
+Consumed Energy (mAs): 212881.49944419222 
+Consumed Energy (mAh): 59.133749845608946 
+Consumed Energy (mWs): 1039778.1736525265 
+Consumed Energy (mWh): 288.8272704590351 
+Avg power (mW): 1728.958715463774 
+Avg Current (mA): 353.7925628882579 
+Avg Voltage (V): 4.886927812583357 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 59.133749845608946
+--- Starting cc_info = 2357500
+--- Ending cc_info = 2357500
+--- Getting the average power
+--- Avg Power = 1728.958715463774
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 9817
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:11:29 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 11:21:29 +0200 - Duration: 600001 seconds 
+Real workload: 7.084840096372552E10 - Integer reached: 243950 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2357500 mAh 
+Cc_info at the end: 2357500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 9818
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:11:29 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 11:21:29 +0200 - Duration: 600024 seconds 
+Real workload: 9.121710120774359E10 - Integer reached: 275406 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2357500 mAh 
+Cc_info at the end: 2357500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 9819
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:11:29 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 11:21:30 +0200 - Duration: 600003 seconds 
+Real workload: 1.2715741251342216E11 - Integer reached: 323032 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2357500 mAh 
+Cc_info at the end: 2357500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 9821
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:11:29 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 11:21:29 +0200 - Duration: 600017 seconds 
+Real workload: 1.2705580679845457E11 - Integer reached: 322908 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2357500 mAh 
+Cc_info at the end: 2357500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 9822
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:11:29 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 11:21:30 +0200 - Duration: 600002 seconds 
+Real workload: 1.2683553212507729E11 - Integer reached: 322639 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2357500 mAh 
+Cc_info at the end: 2357500 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 2,0,0,2,1,1,1,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 5.43114e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.08879e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 2002-1110 2,0,0,2,1,1,1,0                         [1248000- 0- 0- 1248000- 741000- 741000- 741000- 0]                     time (s): 602.4527180194855 
+Ins Current (mA):335.6083174910375 
+Samples: 3000000 
+Consumed Energy (mAs): 212881.49944419222 
+Consumed Energy (mAh): 59.133749845608946 
+Consumed Energy (mWs): 1039778.1736525265 
+Consumed Energy (mWh): 288.8272704590351 
+Avg power (mW): 1728.958715463774 
+Avg Current (mA): 353.7925628882579 
+Avg Voltage (V): 4.886927812583357 
+ Thread : 0 - ThreadProcess id: 9817
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:11:29 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 11:21:29 +0200 - Duration: 600001 seconds 
+Real workload: 7.084840096372552E10 - Integer reached: 243950 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2357500 mAh 
+Cc_info at the end: 2357500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 9818
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:11:29 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 11:21:29 +0200 - Duration: 600024 seconds 
+Real workload: 9.121710120774359E10 - Integer reached: 275406 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2357500 mAh 
+Cc_info at the end: 2357500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 9819
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:11:29 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 11:21:30 +0200 - Duration: 600003 seconds 
+Real workload: 1.2715741251342216E11 - Integer reached: 323032 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2357500 mAh 
+Cc_info at the end: 2357500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 9821
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:11:29 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 11:21:29 +0200 - Duration: 600017 seconds 
+Real workload: 1.2705580679845457E11 - Integer reached: 322908 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2357500 mAh 
+Cc_info at the end: 2357500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 9822
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:11:29 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 11:21:30 +0200 - Duration: 600002 seconds 
+Real workload: 1.2683553212507729E11 - Integer reached: 322639 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2357500 mAh 
+Cc_info at the end: 2357500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 59.133749845608946                     5.43114e+11 1.08879e-10  2357500 2357500 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 2002-1110 
+phone format: 2,0,0,2,1,1,1,0 
+Exact values of frequencies: [1248000- 0- 0- 1248000- 741000- 741000- 741000- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.4527180194855 
+Ins Current (mA):335.6083174910375 
+Samples: 3000000 
+Consumed Energy (mAs): 212881.49944419222 
+Consumed Energy (mAh): 59.133749845608946 
+Consumed Energy (mWs): 1039778.1736525265 
+Consumed Energy (mWh): 288.8272704590351 
+Avg power (mW): 1728.958715463774 
+Avg Current (mA): 353.7925628882579 
+Avg Voltage (V): 4.886927812583357 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 9817
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:11:29 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 11:21:29 +0200 - Duration: 600001 seconds 
+Real workload: 7.084840096372552E10 - Integer reached: 243950 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2357500 mAh 
+Cc_info at the end: 2357500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 9818
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:11:29 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 11:21:29 +0200 - Duration: 600024 seconds 
+Real workload: 9.121710120774359E10 - Integer reached: 275406 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2357500 mAh 
+Cc_info at the end: 2357500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 9819
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:11:29 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 11:21:30 +0200 - Duration: 600003 seconds 
+Real workload: 1.2715741251342216E11 - Integer reached: 323032 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2357500 mAh 
+Cc_info at the end: 2357500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 9821
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:11:29 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 11:21:29 +0200 - Duration: 600017 seconds 
+Real workload: 1.2705580679845457E11 - Integer reached: 322908 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 55.9 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2357500 mAh 
+Cc_info at the end: 2357500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 9822
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:11:29 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 11:21:30 +0200 - Duration: 600002 seconds 
+Real workload: 1.2683553212507729E11 - Integer reached: 322639 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 56.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2357500 mAh 
+Cc_info at the end: 2357500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 59.133749845608946 
+Workload: 5.43114e+11 
+Energy efficiency: 1.08879e-10 
+Starting cc information: 2357500 
+Ending cc information: 2357500 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_11_07_36/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__28Oct22_11_07_36/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__28Oct22_11_07_36/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__28Oct22_11_07_36/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__28Oct22_11_07_36/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__28Oct22_11_07_36/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__28Oct22_11_07_36/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__28Oct22_11_07_36/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__28Oct22_11_07_36/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__28Oct22_11_07_36/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__28Oct22_11_07_36/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__28Oct22_11_07_36/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__28Oct22_11_07_36/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__28Oct22_11_07_36/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__28Oct22_11_07_36'
+--- 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 = 59.133749845608946
+--- Experiment result, Avg Power = 1728.958715463774
+--- Experiment result, Total Workload = 5.43114e+11
+--- Experiment result, Energy Efficiency = 1.08879e-10
+--- Adding result to summary file
+--- Starting cc information : 2357500 
+--- Ending cc information : 2357500
+--- 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 2002-1110.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_11_21_07
+--- Performing experiments on configuration 3033-1000
+--- 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  3
+--- Exact frequency of core  0:  1690000
+--- Modifying the governor of core 0 
+--- Modifying the the current frequency of core 0 with frequency 1690000
+--- 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  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  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: 12600 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  3
+--- 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  1
+--- 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 = 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 : 2356000 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1873.2399582614423
+powermeter script : average_power with numpy  arrays =  1873.2399582618457
+powermeter script : Summary Result = time (s): 602.1178290843964
+Ins Current (mA):349.0706423800942
+Samples: 3000000
+Consumed Energy (mAs): 230770.3067311356
+Consumed Energy (mAh): 64.10286298087101
+Consumed Energy (mWs): 1122164.3659995636
+Consumed Energy (mWh): 311.7123238887677
+Avg power (mW): 1873.2399582614423
+Avg Current (mA): 385.17906428754674
+Avg Voltage (V): 4.863296404040842
+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  0
+--- frequency level of core 2 is  3
+--- 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  0
+--- 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 : 2356000 , 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 (1872 bytes in 0.030s)
+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- 0- 1690000- 1690000- 741000- 0- 0- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.1178290843964 
+Ins Current (mA):349.0706423800942 
+Samples: 3000000 
+Consumed Energy (mAs): 230770.3067311356 
+Consumed Energy (mAh): 64.10286298087101 
+Consumed Energy (mWs): 1122164.3659995636 
+Consumed Energy (mWh): 311.7123238887677 
+Avg power (mW): 1873.2399582614423 
+Avg Current (mA): 385.17906428754674 
+Avg Voltage (V): 4.863296404040842 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 64.10286298087101
+--- Starting cc_info = 2356000
+--- Ending cc_info = 2356000
+--- Getting the average power
+--- Avg Power = 1873.2399582614423
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 12641
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:27:50 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 11:37:50 +0200 - Duration: 600009 seconds 
+Real workload: 1.2397362731589525E11 - Integer reached: 286696 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 59.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2356000 mAh 
+Cc_info at the end: 2356000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 12642
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:27:50 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 11:37:50 +0200 - Duration: 600019 seconds 
+Real workload: 1.2368288632334656E11 - Integer reached: 286373 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 59.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2356000 mAh 
+Cc_info at the end: 2356000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 12643
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:27:50 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 11:37:50 +0200 - Duration: 600018 seconds 
+Real workload: 1.2523608533969936E11 - Integer reached: 288094 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 59.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2356000 mAh 
+Cc_info at the end: 2356000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 12645
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:27:49 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 11:37:50 +0200 - Duration: 600003 seconds 
+Real workload: 1.2530943471278333E11 - Integer reached: 288175 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 59.6 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2356000 mAh 
+Cc_info at the end: 2356000 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 3,0,3,3,1,0,0,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 4.98202e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.28668e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 3033-1000 3,0,3,3,1,0,0,0                         [1690000- 0- 1690000- 1690000- 741000- 0- 0- 0]                     time (s): 602.1178290843964 
+Ins Current (mA):349.0706423800942 
+Samples: 3000000 
+Consumed Energy (mAs): 230770.3067311356 
+Consumed Energy (mAh): 64.10286298087101 
+Consumed Energy (mWs): 1122164.3659995636 
+Consumed Energy (mWh): 311.7123238887677 
+Avg power (mW): 1873.2399582614423 
+Avg Current (mA): 385.17906428754674 
+Avg Voltage (V): 4.863296404040842 
+ Thread : 0 - ThreadProcess id: 12641
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:27:50 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 11:37:50 +0200 - Duration: 600009 seconds 
+Real workload: 1.2397362731589525E11 - Integer reached: 286696 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 59.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2356000 mAh 
+Cc_info at the end: 2356000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 12642
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:27:50 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 11:37:50 +0200 - Duration: 600019 seconds 
+Real workload: 1.2368288632334656E11 - Integer reached: 286373 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 59.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2356000 mAh 
+Cc_info at the end: 2356000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 12643
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:27:50 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 11:37:50 +0200 - Duration: 600018 seconds 
+Real workload: 1.2523608533969936E11 - Integer reached: 288094 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 59.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2356000 mAh 
+Cc_info at the end: 2356000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 12645
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:27:49 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 11:37:50 +0200 - Duration: 600003 seconds 
+Real workload: 1.2530943471278333E11 - Integer reached: 288175 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 59.6 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2356000 mAh 
+Cc_info at the end: 2356000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 64.10286298087101                     4.98202e+11 1.28668e-10  2356000 2356000 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 3033-1000 
+phone format: 3,0,3,3,1,0,0,0 
+Exact values of frequencies: [1690000- 0- 1690000- 1690000- 741000- 0- 0- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.1178290843964 
+Ins Current (mA):349.0706423800942 
+Samples: 3000000 
+Consumed Energy (mAs): 230770.3067311356 
+Consumed Energy (mAh): 64.10286298087101 
+Consumed Energy (mWs): 1122164.3659995636 
+Consumed Energy (mWh): 311.7123238887677 
+Avg power (mW): 1873.2399582614423 
+Avg Current (mA): 385.17906428754674 
+Avg Voltage (V): 4.863296404040842 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 12641
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:27:50 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 11:37:50 +0200 - Duration: 600009 seconds 
+Real workload: 1.2397362731589525E11 - Integer reached: 286696 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 59.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2356000 mAh 
+Cc_info at the end: 2356000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 12642
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:27:50 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 11:37:50 +0200 - Duration: 600019 seconds 
+Real workload: 1.2368288632334656E11 - Integer reached: 286373 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 59.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2356000 mAh 
+Cc_info at the end: 2356000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 12643
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:27:50 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 11:37:50 +0200 - Duration: 600018 seconds 
+Real workload: 1.2523608533969936E11 - Integer reached: 288094 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 59.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2356000 mAh 
+Cc_info at the end: 2356000 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 12645
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:27:49 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 11:37:50 +0200 - Duration: 600003 seconds 
+Real workload: 1.2530943471278333E11 - Integer reached: 288175 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 59.6 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2356000 mAh 
+Cc_info at the end: 2356000 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 64.10286298087101 
+Workload: 4.98202e+11 
+Energy efficiency: 1.28668e-10 
+Starting cc information: 2356000 
+Ending cc information: 2356000 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_11_24_09/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__28Oct22_11_24_09/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__28Oct22_11_24_09/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__28Oct22_11_24_09/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__28Oct22_11_24_09/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__28Oct22_11_24_09/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__28Oct22_11_24_09/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__28Oct22_11_24_09/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__28Oct22_11_24_09/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__28Oct22_11_24_09/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__28Oct22_11_24_09/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__28Oct22_11_24_09/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__28Oct22_11_24_09/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__28Oct22_11_24_09/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__28Oct22_11_24_09/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__28Oct22_11_24_09/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__28Oct22_11_24_09/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__28Oct22_11_24_09/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__28Oct22_11_24_09'
+--- 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 = 64.10286298087101
+--- Experiment result, Avg Power = 1873.2399582614423
+--- Experiment result, Total Workload = 4.98202e+11
+--- Experiment result, Energy Efficiency = 1.28668e-10
+--- Adding result to summary file
+--- Starting cc information : 2356000 
+--- Ending cc information : 2356000
+--- 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 3033-1000.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_11_37_25
+--- Performing experiments on configuration 0111-2220
+--- 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  1
+--- Exact frequency of core  1:  598000
+--- Modifying the governor of core 1 
+--- Modifying the the current frequency of core 1 with frequency 598000
+--- Frequency level of core 2 is  1
+--- Exact frequency of core  2:  598000
+--- Modifying the governor of core 2 
+--- Modifying the the current frequency of core 2 with frequency 598000
+--- Frequency level of core 3 is  1
+--- Exact frequency of core  3:  598000
+--- Modifying the governor of core 3 
+--- Modifying the the current frequency of core 3 with frequency 598000
+--- 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  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: 14982 
+---- 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  1
+--- frequency level of core 3 is  1
+--- 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  0
+--- 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 : 2354500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1638.4138882228856
+powermeter script : average_power with numpy  arrays =  1638.4138882225177
+powermeter script : Summary Result = time (s): 602.7974903583527
+Ins Current (mA):325.5722825465768
+Samples: 3000000
+Consumed Energy (mAs): 200229.56187842006
+Consumed Energy (mAh): 55.61932274400557
+Consumed Energy (mWs): 981022.1672080335
+Consumed Energy (mWh): 272.5061575577871
+Avg power (mW): 1638.4138882228856
+Avg Current (mA): 334.31263858827987
+Avg Voltage (V): 4.900843399584009
+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  1
+--- frequency level of core 2 is  1
+--- frequency level of core 3 is  1
+--- 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  0
+--- 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 : 2354500 , 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 (2807 bytes in 0.076s)
+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- 598000- 598000- 598000- 1469000- 1469000- 1469000- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.7974903583527 
+Ins Current (mA):325.5722825465768 
+Samples: 3000000 
+Consumed Energy (mAs): 200229.56187842006 
+Consumed Energy (mAh): 55.61932274400557 
+Consumed Energy (mWs): 981022.1672080335 
+Consumed Energy (mWh): 272.5061575577871 
+Avg power (mW): 1638.4138882228856 
+Avg Current (mA): 334.31263858827987 
+Avg Voltage (V): 4.900843399584009 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 55.61932274400557
+--- Starting cc_info = 2354500
+--- Ending cc_info = 2354500
+--- Getting the average power
+--- Avg Power = 1638.4138882228856
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 15040
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:44:42 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 11:54:42 +0200 - Duration: 600021 seconds 
+Real workload: 4.2792216541323975E10 - Integer reached: 209046 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 64.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2354500 mAh 
+Cc_info at the end: 2354500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 15041
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:44:42 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 11:54:43 +0200 - Duration: 600014 seconds 
+Real workload: 4.1215116294149025E10 - Integer reached: 205315 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 64.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2354500 mAh 
+Cc_info at the end: 2354500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 15042
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:44:42 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 11:54:43 +0200 - Duration: 600016 seconds 
+Real workload: 4.294943574120535E10 - Integer reached: 209414 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 64.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2354500 mAh 
+Cc_info at the end: 2354500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 15045
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:44:43 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 11:54:44 +0200 - Duration: 600021 seconds 
+Real workload: 1.2801935973462715E11 - Integer reached: 353745 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 64.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2354500 mAh 
+Cc_info at the end: 2354500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 15046
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:44:43 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 11:54:46 +0200 - Duration: 600020 seconds 
+Real workload: 1.2752345504128401E11 - Integer reached: 353086 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 64.2 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2354500 mAh 
+Cc_info at the end: 2354500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 5 - ThreadProcess id: 15047
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:44:43 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 11:54:43 +0200 - Duration: 600010 seconds 
+Real workload: 1.2472571574528307E11 - Integer reached: 349343 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 64.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2354500 mAh 
+Cc_info at the end: 2354500 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,1,1,1,2,2,2,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 5.07225e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.09654e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 0111-2220 0,1,1,1,2,2,2,0                         [0- 598000- 598000- 598000- 1469000- 1469000- 1469000- 0]                     time (s): 602.7974903583527 
+Ins Current (mA):325.5722825465768 
+Samples: 3000000 
+Consumed Energy (mAs): 200229.56187842006 
+Consumed Energy (mAh): 55.61932274400557 
+Consumed Energy (mWs): 981022.1672080335 
+Consumed Energy (mWh): 272.5061575577871 
+Avg power (mW): 1638.4138882228856 
+Avg Current (mA): 334.31263858827987 
+Avg Voltage (V): 4.900843399584009 
+ Thread : 0 - ThreadProcess id: 15040
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:44:42 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 11:54:42 +0200 - Duration: 600021 seconds 
+Real workload: 4.2792216541323975E10 - Integer reached: 209046 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 64.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2354500 mAh 
+Cc_info at the end: 2354500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 15041
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:44:42 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 11:54:43 +0200 - Duration: 600014 seconds 
+Real workload: 4.1215116294149025E10 - Integer reached: 205315 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 64.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2354500 mAh 
+Cc_info at the end: 2354500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 15042
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:44:42 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 11:54:43 +0200 - Duration: 600016 seconds 
+Real workload: 4.294943574120535E10 - Integer reached: 209414 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 64.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2354500 mAh 
+Cc_info at the end: 2354500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 15045
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:44:43 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 11:54:44 +0200 - Duration: 600021 seconds 
+Real workload: 1.2801935973462715E11 - Integer reached: 353745 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 64.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2354500 mAh 
+Cc_info at the end: 2354500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 15046
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:44:43 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 11:54:46 +0200 - Duration: 600020 seconds 
+Real workload: 1.2752345504128401E11 - Integer reached: 353086 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 64.2 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2354500 mAh 
+Cc_info at the end: 2354500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 5 - ThreadProcess id: 15047
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:44:43 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 11:54:43 +0200 - Duration: 600010 seconds 
+Real workload: 1.2472571574528307E11 - Integer reached: 349343 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 64.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2354500 mAh 
+Cc_info at the end: 2354500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 55.61932274400557                     5.07225e+11 1.09654e-10  2354500 2354500 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 0111-2220 
+phone format: 0,1,1,1,2,2,2,0 
+Exact values of frequencies: [0- 598000- 598000- 598000- 1469000- 1469000- 1469000- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.7974903583527 
+Ins Current (mA):325.5722825465768 
+Samples: 3000000 
+Consumed Energy (mAs): 200229.56187842006 
+Consumed Energy (mAh): 55.61932274400557 
+Consumed Energy (mWs): 981022.1672080335 
+Consumed Energy (mWh): 272.5061575577871 
+Avg power (mW): 1638.4138882228856 
+Avg Current (mA): 334.31263858827987 
+Avg Voltage (V): 4.900843399584009 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 15040
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:44:42 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 11:54:42 +0200 - Duration: 600021 seconds 
+Real workload: 4.2792216541323975E10 - Integer reached: 209046 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 64.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2354500 mAh 
+Cc_info at the end: 2354500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 15041
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:44:42 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 11:54:43 +0200 - Duration: 600014 seconds 
+Real workload: 4.1215116294149025E10 - Integer reached: 205315 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 64.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2354500 mAh 
+Cc_info at the end: 2354500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 15042
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:44:42 +0200 
+Core id: 3 
+Ending time: Fri, 28 Oct 2022 11:54:43 +0200 - Duration: 600016 seconds 
+Real workload: 4.294943574120535E10 - Integer reached: 209414 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 64.0 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2354500 mAh 
+Cc_info at the end: 2354500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 15045
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:44:43 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 11:54:44 +0200 - Duration: 600021 seconds 
+Real workload: 1.2801935973462715E11 - Integer reached: 353745 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 64.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2354500 mAh 
+Cc_info at the end: 2354500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 15046
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:44:43 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 11:54:46 +0200 - Duration: 600020 seconds 
+Real workload: 1.2752345504128401E11 - Integer reached: 353086 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 64.2 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2354500 mAh 
+Cc_info at the end: 2354500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 5 - ThreadProcess id: 15047
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 11:44:43 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 11:54:43 +0200 - Duration: 600010 seconds 
+Real workload: 1.2472571574528307E11 - Integer reached: 349343 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 64.1 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2354500 mAh 
+Cc_info at the end: 2354500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 55.61932274400557 
+Workload: 5.07225e+11 
+Energy efficiency: 1.09654e-10 
+Starting cc information: 2354500 
+Ending cc information: 2354500 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_11_40_27/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__28Oct22_11_40_27/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__28Oct22_11_40_27/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__28Oct22_11_40_27/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__28Oct22_11_40_27/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__28Oct22_11_40_27/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__28Oct22_11_40_27/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__28Oct22_11_40_27/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__28Oct22_11_40_27/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__28Oct22_11_40_27/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__28Oct22_11_40_27/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__28Oct22_11_40_27/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__28Oct22_11_40_27/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__28Oct22_11_40_27/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__28Oct22_11_40_27/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__28Oct22_11_40_27/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__28Oct22_11_40_27'
+--- 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 = 55.61932274400557
+--- Experiment result, Avg Power = 1638.4138882228856
+--- Experiment result, Total Workload = 5.07225e+11
+--- Experiment result, Energy Efficiency = 1.09654e-10
+--- Adding result to summary file
+--- Starting cc information : 2354500 
+--- Ending cc information : 2354500
+--- 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 0111-2220.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_11_54_22
+--- Performing experiments on configuration 0100-0002
+--- 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  1
+--- Exact frequency of core  1:  598000
+--- 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 governor of core 2 
+--- Modifying the the current frequency of core 2 with frequency 0
+--- 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  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  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  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: 17524 
+---- 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  0
+--- frequency level of core 4 is  0
+--- frequency level of core 5 is  0
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  2
+--- Number of cores to occupy = 2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 0 
+--- The current number of thread ready to be sambled  : 0, still lower than the experiment one :  2
+--- Number of thread in experiment phase : 2 
+--- 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
+--- Printing cc_info beginning datas (for the samsung galaxy s8)
+--- Current cc_info level : 2353500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1539.509577361516
+powermeter script : average_power with numpy  arrays =  1539.5095773614498
+powermeter script : Summary Result = time (s): 602.6019880771637
+Ins Current (mA):307.00031624348463
+Samples: 3000000
+Consumed Energy (mAs): 188391.4628941542
+Consumed Energy (mAh): 52.33096191504283
+Consumed Energy (mWs): 925639.621533299
+Consumed Energy (mWh): 257.12211709258304
+Avg power (mW): 1539.509577361516
+Avg Current (mA): 313.1220591232045
+Avg Voltage (V): 4.916643629875222
+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  1
+--- frequency level of core 2 is  0
+--- frequency level of core 3 is  0
+--- frequency level of core 4 is  0
+--- frequency level of core 5 is  0
+--- frequency level of core 6 is  0
+--- frequency level of core 7 is  2
+--- Number of threads normally started = 2
+--- Number of thread ended: 2 
+--- Now threads are stopped, getting the cc_info_level for samsung 
+--- Current cc_info level : 2353500 , 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/: 4 files pulled, 0 skipped. 0.0 MB/s (935 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- 598000- 0- 0- 0- 0- 0- 1469000]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.6019880771637 
+Ins Current (mA):307.00031624348463 
+Samples: 3000000 
+Consumed Energy (mAs): 188391.4628941542 
+Consumed Energy (mAh): 52.33096191504283 
+Consumed Energy (mWs): 925639.621533299 
+Consumed Energy (mWh): 257.12211709258304 
+Avg power (mW): 1539.509577361516 
+Avg Current (mA): 313.1220591232045 
+Avg Voltage (V): 4.916643629875222 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 52.33096191504283
+--- Starting cc_info = 2353500
+--- Ending cc_info = 2353500
+--- Getting the average power
+--- Avg Power = 1539.509577361516
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 17598
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 12:01:51 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 12:11:51 +0200 - Duration: 600013 seconds 
+Real workload: 3.090000311844125E10 - Integer reached: 105674 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 90.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2353500 mAh 
+Cc_info at the end: 2353500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 17599
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 12:01:51 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 12:11:51 +0200 - Duration: 600001 seconds 
+Real workload: 2.2351176517133807E11 - Integer reached: 272767 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 90.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2353500 mAh 
+Cc_info at the end: 2353500 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,1,0,0,0,0,0,2 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 2.54412e+11
+--- Getting energy efficiency
+--- Energy efficiency: 2.05694e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 0100-0002 0,1,0,0,0,0,0,2                         [0- 598000- 0- 0- 0- 0- 0- 1469000]                     time (s): 602.6019880771637 
+Ins Current (mA):307.00031624348463 
+Samples: 3000000 
+Consumed Energy (mAs): 188391.4628941542 
+Consumed Energy (mAh): 52.33096191504283 
+Consumed Energy (mWs): 925639.621533299 
+Consumed Energy (mWh): 257.12211709258304 
+Avg power (mW): 1539.509577361516 
+Avg Current (mA): 313.1220591232045 
+Avg Voltage (V): 4.916643629875222 
+ Thread : 0 - ThreadProcess id: 17598
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 12:01:51 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 12:11:51 +0200 - Duration: 600013 seconds 
+Real workload: 3.090000311844125E10 - Integer reached: 105674 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 90.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2353500 mAh 
+Cc_info at the end: 2353500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 17599
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 12:01:51 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 12:11:51 +0200 - Duration: 600001 seconds 
+Real workload: 2.2351176517133807E11 - Integer reached: 272767 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 90.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2353500 mAh 
+Cc_info at the end: 2353500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 52.33096191504283                     2.54412e+11 2.05694e-10  2353500 2353500 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 0100-0002 
+phone format: 0,1,0,0,0,0,0,2 
+Exact values of frequencies: [0- 598000- 0- 0- 0- 0- 0- 1469000] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.6019880771637 
+Ins Current (mA):307.00031624348463 
+Samples: 3000000 
+Consumed Energy (mAs): 188391.4628941542 
+Consumed Energy (mAh): 52.33096191504283 
+Consumed Energy (mWs): 925639.621533299 
+Consumed Energy (mWh): 257.12211709258304 
+Avg power (mW): 1539.509577361516 
+Avg Current (mA): 313.1220591232045 
+Avg Voltage (V): 4.916643629875222 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 17598
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 12:01:51 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 12:11:51 +0200 - Duration: 600013 seconds 
+Real workload: 3.090000311844125E10 - Integer reached: 105674 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 90.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2353500 mAh 
+Cc_info at the end: 2353500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 17599
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 12:01:51 +0200 
+Core id: 7 
+Ending time: Fri, 28 Oct 2022 12:11:51 +0200 - Duration: 600001 seconds 
+Real workload: 2.2351176517133807E11 - Integer reached: 272767 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 90.7 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2353500 mAh 
+Cc_info at the end: 2353500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 52.33096191504283 
+Workload: 2.54412e+11 
+Energy efficiency: 2.05694e-10 
+Starting cc information: 2353500 
+Ending cc information: 2353500 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_11_57_24/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__28Oct22_11_57_24/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__28Oct22_11_57_24/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__28Oct22_11_57_24/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__28Oct22_11_57_24/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__28Oct22_11_57_24/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__28Oct22_11_57_24/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__28Oct22_11_57_24/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__28Oct22_11_57_24/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__28Oct22_11_57_24/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__28Oct22_11_57_24/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__28Oct22_11_57_24/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__28Oct22_11_57_24/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__28Oct22_11_57_24/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__28Oct22_11_57_24/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__28Oct22_11_57_24/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__28Oct22_11_57_24/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__28Oct22_11_57_24/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__28Oct22_11_57_24/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__28Oct22_11_57_24/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__28Oct22_11_57_24'
+--- 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 = 52.33096191504283
+--- Experiment result, Avg Power = 1539.509577361516
+--- Experiment result, Total Workload = 2.54412e+11
+--- Experiment result, Energy Efficiency = 2.05694e-10
+--- Adding result to summary file
+--- Starting cc information : 2353500 
+--- Ending cc information : 2353500
+--- 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 0100-0002.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_12_11_27
+--- Performing experiments on configuration 1110-2220
+--- 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  1
+--- Exact frequency of core  0:  598000
+--- Modifying the governor of core 0 
+--- Modifying the the current frequency of core 0 with frequency 598000
+--- Frequency level of core 1 is  1
+--- Exact frequency of core  1:  598000
+--- Modifying the governor of core 1 
+--- Modifying the the current frequency of core 1 with frequency 598000
+--- Frequency level of core 2 is  1
+--- Exact frequency of core  2:  598000
+--- Modifying the governor of core 2 
+--- Modifying the the current frequency of core 2 with frequency 598000
+--- 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  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: 19758 
+---- waiting for benchmarking app thread to be pinned and to be ready
+--- frequency level of core 0 is  1
+--- frequency level of core 1 is  1
+--- frequency level of core 2 is  1
+--- 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  0
+--- 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 : 5 
+--- The current number of thread ready to be sambled  : 5, still lower than the experiment one :  6
+--- Number of thread in experiment phase : 5 
+--- The current number of thread ready to be sambled  : 5, still lower than the experiment one :  6
+--- Number of thread in experiment phase : 5 
+--- The current number of thread ready to be sambled  : 5, still lower than the experiment one :  6
+--- Number of thread in experiment phase : 5 
+--- The current number of thread ready to be sambled  : 5, still lower than the experiment one :  6
+--- Number of thread in experiment phase : 5 
+--- The current number of thread ready to be sambled  : 5, still lower than the experiment one :  6
+--- Number of thread in experiment phase : 5 
+--- The current number of thread ready to be sambled  : 5, 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 : 2351500 , cc_info file in phone: /sys/devices/platform/battery/power_supply/battery/cc_info
+ --- Starting power meter sampling for about 600 seconds 
+--- Sampling with the Monsoon power meter
+powermeter script : --- Inside the monsoon_power_meter, arg function:  2
+powermeter script : Experiment duration =  600
+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 =  3000000
+ returning 3000000 samples after experiments
+powermeter script :  Total nomber of sample measured :  3000000
+powermeter script : Computing powermeter summary result
+ Number of samples =  3000000
+powermeter script :  We computed the energy on 600 samples
+powermeter script : average_power =  1603.1572652966893
+powermeter script : average_power with numpy  arrays =  1603.157265296463
+powermeter script : Summary Result = time (s): 602.4588882923126
+Ins Current (mA):317.2578525054865
+Samples: 3000000
+Consumed Energy (mAs): 195205.16627859755
+Consumed Energy (mAh): 54.22365729961043
+Consumed Energy (mWs): 957446.0740930185
+Consumed Energy (mWh): 265.9572428036163
+Avg power (mW): 1603.1572652966893
+Avg Current (mA): 326.74725368295935
+Avg Voltage (V): 4.906413894000841
+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  1
+--- frequency level of core 1 is  1
+--- frequency level of core 2 is  1
+--- 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  0
+--- 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 : 2351500 , 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 (2807 bytes in 0.090s)
+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 = [598000- 598000- 598000- 0- 1469000- 1469000- 1469000- 0]
+--- Getting the powermeter summary
+--- Powermeter summary: 
+time (s): 602.4588882923126 
+Ins Current (mA):317.2578525054865 
+Samples: 3000000 
+Consumed Energy (mAs): 195205.16627859755 
+Consumed Energy (mAh): 54.22365729961043 
+Consumed Energy (mWs): 957446.0740930185 
+Consumed Energy (mWh): 265.9572428036163 
+Avg power (mW): 1603.1572652966893 
+Avg Current (mA): 326.74725368295935 
+Avg Voltage (V): 4.906413894000841 
+
+--- Getting the total energy consumed of the google pixel
+--- Energy consumed = 54.22365729961043
+--- Starting cc_info = 2351500
+--- Ending cc_info = 2351500
+--- Getting the average power
+--- Avg Power = 1603.1572652966893
+--- Printing the total threads summary
+--- Thread results 
+Thread : 0 - ThreadProcess id: 19810
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 12:19:01 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 12:29:02 +0200 - Duration: 600026 seconds 
+Real workload: 3.1185943239814987E10 - Integer reached: 179622 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2351500 mAh 
+Cc_info at the end: 2351500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 19811
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 12:19:10 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 12:29:10 +0200 - Duration: 600035 seconds 
+Real workload: 2.917816417598878E10 - Integer reached: 173983 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2351500 mAh 
+Cc_info at the end: 2351500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 19812
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 12:19:02 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 12:29:05 +0200 - Duration: 600039 seconds 
+Real workload: 3.0857242619983395E10 - Integer reached: 178712 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2351500 mAh 
+Cc_info at the end: 2351500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 19814
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 12:19:02 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 12:29:03 +0200 - Duration: 600004 seconds 
+Real workload: 1.2777090648281038E11 - Integer reached: 353415 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2351500 mAh 
+Cc_info at the end: 2351500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 19815
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 12:19:02 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 12:29:02 +0200 - Duration: 600011 seconds 
+Real workload: 1.2836836871051463E11 - Integer reached: 354208 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2351500 mAh 
+Cc_info at the end: 2351500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 5 - ThreadProcess id: 19816
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 12:19:02 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 12:29:03 +0200 - Duration: 600015 seconds 
+Real workload: 1.2543126685956429E11 - Integer reached: 350291 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2351500 mAh 
+Cc_info at the end: 2351500 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 1,1,1,0,2,2,2,0 /mnt/c/Users/lavoi/opportunist_task_on_android/scripts_valuable_files/experiment_automatization/can_be_reused/to_delete_first 
+--- Total workload : 4.72792e+11
+--- Getting energy efficiency
+--- Energy efficiency: 1.14688e-10
+--- Building what we will add to the total result file command 
+------
+ (build_configuration_raw_result 1110-2220 1,1,1,0,2,2,2,0                         [598000- 598000- 598000- 0- 1469000- 1469000- 1469000- 0]                     time (s): 602.4588882923126 
+Ins Current (mA):317.2578525054865 
+Samples: 3000000 
+Consumed Energy (mAs): 195205.16627859755 
+Consumed Energy (mAh): 54.22365729961043 
+Consumed Energy (mWs): 957446.0740930185 
+Consumed Energy (mWh): 265.9572428036163 
+Avg power (mW): 1603.1572652966893 
+Avg Current (mA): 326.74725368295935 
+Avg Voltage (V): 4.906413894000841 
+ Thread : 0 - ThreadProcess id: 19810
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 12:19:01 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 12:29:02 +0200 - Duration: 600026 seconds 
+Real workload: 3.1185943239814987E10 - Integer reached: 179622 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2351500 mAh 
+Cc_info at the end: 2351500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 19811
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 12:19:10 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 12:29:10 +0200 - Duration: 600035 seconds 
+Real workload: 2.917816417598878E10 - Integer reached: 173983 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2351500 mAh 
+Cc_info at the end: 2351500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 19812
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 12:19:02 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 12:29:05 +0200 - Duration: 600039 seconds 
+Real workload: 3.0857242619983395E10 - Integer reached: 178712 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2351500 mAh 
+Cc_info at the end: 2351500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 19814
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 12:19:02 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 12:29:03 +0200 - Duration: 600004 seconds 
+Real workload: 1.2777090648281038E11 - Integer reached: 353415 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2351500 mAh 
+Cc_info at the end: 2351500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 19815
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 12:19:02 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 12:29:02 +0200 - Duration: 600011 seconds 
+Real workload: 1.2836836871051463E11 - Integer reached: 354208 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2351500 mAh 
+Cc_info at the end: 2351500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 5 - ThreadProcess id: 19816
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 12:19:02 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 12:29:03 +0200 - Duration: 600015 seconds 
+Real workload: 1.2543126685956429E11 - Integer reached: 350291 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2351500 mAh 
+Cc_info at the end: 2351500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 54.22365729961043                     4.72792e+11 1.14688e-10  2351500 2351500 
+------
+
+--- Final result to print to File 
+ --------------------------------------------------------------------------------
+ +++++ +++++ +++++ Configuration Description
+--------------------------------------------------------------------------------
+Configuration: 1110-2220 
+phone format: 1,1,1,0,2,2,2,0 
+Exact values of frequencies: [598000- 598000- 598000- 0- 1469000- 1469000- 1469000- 0] 
+
+Power meter results
+------------------------------------------------------------
+time (s): 602.4588882923126 
+Ins Current (mA):317.2578525054865 
+Samples: 3000000 
+Consumed Energy (mAs): 195205.16627859755 
+Consumed Energy (mAh): 54.22365729961043 
+Consumed Energy (mWs): 957446.0740930185 
+Consumed Energy (mWh): 265.9572428036163 
+Avg power (mW): 1603.1572652966893 
+Avg Current (mA): 326.74725368295935 
+Avg Voltage (V): 4.906413894000841 
+ 
+Threads results
+------------------------------------------------------------
+Thread : 0 - ThreadProcess id: 19810
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 12:19:01 +0200 
+Core id: 0 
+Ending time: Fri, 28 Oct 2022 12:29:02 +0200 - Duration: 600026 seconds 
+Real workload: 3.1185943239814987E10 - Integer reached: 179622 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2351500 mAh 
+Cc_info at the end: 2351500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 1 - ThreadProcess id: 19811
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 12:19:10 +0200 
+Core id: 1 
+Ending time: Fri, 28 Oct 2022 12:29:10 +0200 - Duration: 600035 seconds 
+Real workload: 2.917816417598878E10 - Integer reached: 173983 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.8 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2351500 mAh 
+Cc_info at the end: 2351500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 2 - ThreadProcess id: 19812
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 12:19:02 +0200 
+Core id: 2 
+Ending time: Fri, 28 Oct 2022 12:29:05 +0200 - Duration: 600039 seconds 
+Real workload: 3.0857242619983395E10 - Integer reached: 178712 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2351500 mAh 
+Cc_info at the end: 2351500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 3 - ThreadProcess id: 19814
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 12:19:02 +0200 
+Core id: 4 
+Ending time: Fri, 28 Oct 2022 12:29:03 +0200 - Duration: 600004 seconds 
+Real workload: 1.2777090648281038E11 - Integer reached: 353415 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.5 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2351500 mAh 
+Cc_info at the end: 2351500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 4 - ThreadProcess id: 19815
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 12:19:02 +0200 
+Core id: 5 
+Ending time: Fri, 28 Oct 2022 12:29:02 +0200 - Duration: 600011 seconds 
+Real workload: 1.2836836871051463E11 - Integer reached: 354208 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2351500 mAh 
+Cc_info at the end: 2351500 mAh 
+Cc_info variation: 0.0 mAh 
+
+Thread : 5 - ThreadProcess id: 19816
+----------------------------------------
+Starting time: Fri, 28 Oct 2022 12:19:02 +0200 
+Core id: 6 
+Ending time: Fri, 28 Oct 2022 12:29:03 +0200 - Duration: 600015 seconds 
+Real workload: 1.2543126685956429E11 - Integer reached: 350291 - Number of reset = 0 
+Battery stats: 0 mAH 
+Computed Drain: 40.4 
+Start: 100 % - End: 100 
+Cc_info at the beginning: 2351500 mAh 
+Cc_info at the end: 2351500 mAh 
+Cc_info variation: 0.0 mAh 
+
+ 
+Expermiment results
+------------------------------------------------------------
+Energy Consumed (mAh): 54.22365729961043 
+Workload: 4.72792e+11 
+Energy efficiency: 1.14688e-10 
+Starting cc information: 2351500 
+Ending cc information: 2351500 
+--------------------------------------------------------------------------------
+
+ 
+--- 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__28Oct22_12_14_29/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__28Oct22_12_14_29/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__28Oct22_12_14_29/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__28Oct22_12_14_29/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__28Oct22_12_14_29/app_output_folder/Thread_1_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__28Oct22_12_14_29/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__28Oct22_12_14_29/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__28Oct22_12_14_29/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__28Oct22_12_14_29/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__28Oct22_12_14_29/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__28Oct22_12_14_29/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__28Oct22_12_14_29/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__28Oct22_12_14_29'
+--- 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 = 54.22365729961043
+--- Experiment result, Avg Power = 1603.1572652966893
+--- Experiment result, Total Workload = 4.72792e+11
+--- Experiment result, Energy Efficiency = 1.14688e-10
+--- Adding result to summary file
+--- Starting cc information : 2351500 
+--- Ending cc information : 2351500
+--- 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 1110-2220.
+--- Observing a pause betwenn experiment; pause duration : 180 seconds; starting at 28Oct22_12_28_47
diff --git a/experiment_automatization/input_configurations_file.csv b/experiment_automatization/input_configurations_file.csv
index 7277e0cd7fbb16b579dfe8e2f89405acaadac717..fd9b0f15fd9419875f1408e2e944e90cdbdef2de 100755
--- a/experiment_automatization/input_configurations_file.csv
+++ b/experiment_automatization/input_configurations_file.csv
@@ -1,71 +1,51 @@
 configurations,samsung galaxy format
-0303-3000,[0- 3- 0- 3- 3- 0- 0- 0]
-0010-0200,[0- 0- 1- 0- 0- 2- 0- 0]
-2220-1111,[2- 2- 2- 0- 1- 1- 1- 1]
-2220-0202,[2- 2- 2- 0- 0- 2- 0- 2]
-3333-3033,[3- 3- 3- 3- 3- 0- 3- 3]
-0202-0330,[0- 2- 0- 2- 0- 3- 3- 0]
-3303-0003,[3- 3- 0- 3- 0- 0- 0- 3]
-3003-3003,[3- 0- 0- 3- 3- 0- 0- 3]
-3330-3000,[3- 3- 3- 0- 3- 0- 0- 0]
-3300-0010,[3- 3- 0- 0- 0- 0- 1- 0]
-2020-2022,[2- 0- 2- 0- 2- 0- 2- 2]
-1011-3300,[1- 0- 1- 1- 3- 3- 0- 0]
-3003-0020,[3- 0- 0- 3- 0- 0- 2- 0]
-3333-0220,[3- 3- 3- 3- 0- 2- 2- 0]
-1010-0110,[1- 0- 1- 0- 0- 1- 1- 0]
-2200-0011,[2- 2- 0- 0- 0- 0- 1- 1]
-1100-0010,[1- 1- 0- 0- 0- 0- 1- 0]
-0101-1100,[0- 1- 0- 1- 1- 1- 0- 0]
-0001-3000,[0- 0- 0- 1- 3- 0- 0- 0]
-0010-2022,[0- 0- 1- 0- 2- 0- 2- 2]
-0010-3030,[0- 0- 1- 0- 3- 0- 3- 0]
-3030-0030,[3- 0- 3- 0- 0- 0- 3- 0]
-1000-3300,[1- 0- 0- 0- 3- 3- 0- 0]
-2220-0001,[2- 2- 2- 0- 0- 0- 0- 1]
-0202-0333,[0- 2- 0- 2- 0- 3- 3- 3]
-0330-3003,[0- 3- 3- 0- 3- 0- 0- 3]
-2202-0010,[2- 2- 0- 2- 0- 0- 1- 0]
-2000-0202,[2- 0- 0- 0- 0- 2- 0- 2]
-2220-0011,[2- 2- 2- 0- 0- 0- 1- 1]
-0111-0333,[0- 1- 1- 1- 0- 3- 3- 3]
-0002-3003,[0- 0- 0- 2- 3- 0- 0- 3]
-0300-1010,[0- 3- 0- 0- 1- 0- 1- 0]
-2000-2022,[2- 0- 0- 0- 2- 0- 2- 2]
-1000-0022,[1- 0- 0- 0- 0- 0- 2- 2]
-2000-2002,[2- 0- 0- 0- 2- 0- 0- 2]
-1111-0333,[1- 1- 1- 1- 0- 3- 3- 3]
-1111-0033,[1- 1- 1- 1- 0- 0- 3- 3]
-0033-1100,[0- 0- 3- 3- 1- 1- 0- 0]
-0111-1011,[0- 1- 1- 1- 1- 0- 1- 1]
-0030-2020,[0- 0- 3- 0- 2- 0- 2- 0]
-0333-2000,[0- 3- 3- 3- 2- 0- 0- 0]
-0002-0002,[0- 0- 0- 2- 0- 0- 0- 2]
+3303-0033,[3- 3- 0- 3- 0- 0- 3- 3]
+0200-3030,[0- 2- 0- 0- 3- 0- 3- 0]
 2022-0001,[2- 0- 2- 2- 0- 0- 0- 1]
-2222-0202,[2- 2- 2- 2- 0- 2- 0- 2]
-1111-2202,[1- 1- 1- 1- 2- 2- 0- 2]
-1101-3003,[1- 1- 0- 1- 3- 0- 0- 3]
-0000-1111,[0- 0- 0- 0- 1- 1- 1- 1]
-1011-2022,[1- 0- 1- 1- 2- 0- 2- 2]
-1000-0030,[1- 0- 0- 0- 0- 0- 3- 0]
+2220-1011,[2- 2- 2- 0- 1- 0- 1- 1]
+0003-0200,[0- 0- 0- 3- 0- 2- 0- 0]
+0000-0300,[0- 0- 0- 0- 0- 3- 0- 0]
+1111-0200,[1- 1- 1- 1- 0- 2- 0- 0]
+1110-1100,[1- 1- 1- 0- 1- 1- 0- 0]
+0100-2022,[0- 1- 0- 0- 2- 0- 2- 2]
+0003-0303,[0- 0- 0- 3- 0- 3- 0- 3]
+1001-0330,[1- 0- 0- 1- 0- 3- 3- 0]
+2200-0303,[2- 2- 0- 0- 0- 3- 0- 3]
+1001-0010,[1- 0- 0- 1- 0- 0- 1- 0]
+0300-1101,[0- 3- 0- 0- 1- 1- 0- 1]
+0111-0220,[0- 1- 1- 1- 0- 2- 2- 0]
+2220-3330,[2- 2- 2- 0- 3- 3- 3- 0]
+1000-0010,[1- 0- 0- 0- 0- 0- 1- 0]
+1010-3003,[1- 0- 1- 0- 3- 0- 0- 3]
+2202-3003,[2- 2- 0- 2- 3- 0- 0- 3]
+2220-2000,[2- 2- 2- 0- 2- 0- 0- 0]
 0101-3330,[0- 1- 0- 1- 3- 3- 3- 0]
-0333-2002,[0- 3- 3- 3- 2- 0- 0- 2]
-0300-3333,[0- 3- 0- 0- 3- 3- 3- 3]
-3030-0003,[3- 0- 3- 0- 0- 0- 0- 3]
-0222-0222,[0- 2- 2- 2- 0- 2- 2- 2]
-0030-3003,[0- 0- 3- 0- 3- 0- 0- 3]
-0020-1000,[0- 0- 2- 0- 1- 0- 0- 0]
-2202-3300,[2- 2- 0- 2- 3- 3- 0- 0]
-0020-2202,[0- 0- 2- 0- 2- 2- 0- 2]
-0202-3300,[0- 2- 0- 2- 3- 3- 0- 0]
-3333-0010,[3- 3- 3- 3- 0- 0- 1- 0]
-3303-3300,[3- 3- 0- 3- 3- 3- 0- 0]
-0002-3333,[0- 0- 0- 2- 3- 3- 3- 3]
-1010-3303,[1- 0- 1- 0- 3- 3- 0- 3]
-3330-0202,[3- 3- 3- 0- 0- 2- 0- 2]
-0100-2002,[0- 1- 0- 0- 2- 0- 0- 2]
-2202-0022,[2- 2- 0- 2- 0- 0- 2- 2]
-0110-2222,[0- 1- 1- 0- 2- 2- 2- 2]
-3330-2000,[3- 3- 3- 0- 2- 0- 0- 0]
-2002-0000,[2- 0- 0- 2- 0- 0- 0- 0]
-0020-0220,[0- 0- 2- 0- 0- 2- 2- 0]
+2022-3300,[2- 0- 2- 2- 3- 3- 0- 0]
+1010-1001,[1- 0- 1- 0- 1- 0- 0- 1]
+3000-0000,[3- 0- 0- 0- 0- 0- 0- 0]
+3333-1101,[3- 3- 3- 3- 1- 1- 0- 1]
+0220-0300,[0- 2- 2- 0- 0- 3- 0- 0]
+2000-3030,[2- 0- 0- 0- 3- 0- 3- 0]
+1100-2200,[1- 1- 0- 0- 2- 2- 0- 0]
+3330-0101,[3- 3- 3- 0- 0- 1- 0- 1]
+3300-1001,[3- 3- 0- 0- 1- 0- 0- 1]
+0222-0022,[0- 2- 2- 2- 0- 0- 2- 2]
+1111-3000,[1- 1- 1- 1- 3- 0- 0- 0]
+2202-1101,[2- 2- 0- 2- 1- 1- 0- 1]
+0000-1100,[0- 0- 0- 0- 1- 1- 0- 0]
+1001-3030,[1- 0- 0- 1- 3- 0- 3- 0]
+3030-1000,[3- 0- 3- 0- 1- 0- 0- 0]
+1111-0000,[1- 1- 1- 1- 0- 0- 0- 0]
+0101-1011,[0- 1- 0- 1- 1- 0- 1- 1]
+0100-3303,[0- 1- 0- 0- 3- 3- 0- 3]
+3000-3303,[3- 0- 0- 0- 3- 3- 0- 3]
+0002-0002,[0- 0- 0- 2- 0- 0- 0- 2]
+2200-1000,[2- 2- 0- 0- 1- 0- 0- 0]
+2220-0033,[2- 2- 2- 0- 0- 0- 3- 3]
+0100-1110,[0- 1- 0- 0- 1- 1- 1- 0]
+1010-2000,[1- 0- 1- 0- 2- 0- 0- 0]
+2002-1110,[2- 0- 0- 2- 1- 1- 1- 0]
+3033-1000,[3- 0- 3- 3- 1- 0- 0- 0]
+0111-2220,[0- 1- 1- 1- 2- 2- 2- 0]
+0100-0002,[0- 1- 0- 0- 0- 0- 0- 2]
+1110-2220,[1- 1- 1- 0- 2- 2- 2- 0]
diff --git a/experiment_automatization/input_configurations_file__finally_used.csv b/experiment_automatization/input_configurations_file__finally_used.csv
index f18fb8e958479c240aa1f9a0c8533f7f47db9ca2..d5ea672995595871acf1b9be21079ebfcb24130c 100755
--- a/experiment_automatization/input_configurations_file__finally_used.csv
+++ b/experiment_automatization/input_configurations_file__finally_used.csv
@@ -1,71 +1,51 @@
 configurations,generic format,exact frequency,samsung galaxy format,exact frequencies
-0303-3000,[0- 3- 0- 3- 0- 0- 0- 0- 0- 3- 0- 0- 0],[0- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 2314000- 0- 0- 0],[0- 3- 0- 3- 3- 0- 0- 0], [0- 1690000- 0- 1690000- 2314000- 0- 0- 0]
-0010-0200,[0- 0- 1- 0- 0- 0- 0- 0- 0- 0- 2- 0- 0],[0- 0- 598000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 0],[0- 0- 1- 0- 0- 2- 0- 0], [0- 0- 598000- 0- 0- 1469000- 0- 0]
-2220-1111,[2- 2- 2- 0- 0- 0- 0- 0- 0- 1- 1- 1- 1],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000- 741000],[2- 2- 2- 0- 1- 1- 1- 1], [1248000- 1248000- 1248000- 0- 741000- 741000- 741000- 741000]
-2220-0202,[2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 2- 0- 2],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000],[2- 2- 2- 0- 0- 2- 0- 2], [1248000- 1248000- 1248000- 0- 0- 1469000- 0- 1469000]
-3333-3033,[3- 3- 3- 3- 0- 0- 0- 0- 0- 3- 0- 3- 3],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 2314000],[3- 3- 3- 3- 3- 0- 3- 3], [1690000- 1690000- 1690000- 1690000- 2314000- 0- 2314000- 2314000]
-0202-0330,[0- 2- 0- 2- 0- 0- 0- 0- 0- 0- 3- 3- 0],[0- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0],[0- 2- 0- 2- 0- 3- 3- 0], [0- 1248000- 0- 1248000- 0- 2314000- 2314000- 0]
-3303-0003,[3- 3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 3],[1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000],[3- 3- 0- 3- 0- 0- 0- 3], [1690000- 1690000- 0- 1690000- 0- 0- 0- 2314000]
-3003-3003,[3- 0- 0- 3- 0- 0- 0- 0- 0- 3- 0- 0- 3],[1690000- 0- 0- 1690000- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000],[3- 0- 0- 3- 3- 0- 0- 3], [1690000- 0- 0- 1690000- 2314000- 0- 0- 2314000]
-3330-3000,[3- 3- 3- 0- 0- 0- 0- 0- 0- 3- 0- 0- 0],[1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0- 0],[3- 3- 3- 0- 3- 0- 0- 0], [1690000- 1690000- 1690000- 0- 2314000- 0- 0- 0]
-3300-0010,[3- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 0],[1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 0],[3- 3- 0- 0- 0- 0- 1- 0], [1690000- 1690000- 0- 0- 0- 0- 741000- 0]
-2020-2022,[2- 0- 2- 0- 0- 0- 0- 0- 0- 2- 0- 2- 2],[1248000- 0- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 1469000],[2- 0- 2- 0- 2- 0- 2- 2], [1248000- 0- 1248000- 0- 1469000- 0- 1469000- 1469000]
-1011-3300,[1- 0- 1- 1- 0- 0- 0- 0- 0- 3- 3- 0- 0],[598000- 0- 598000- 598000- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 0],[1- 0- 1- 1- 3- 3- 0- 0], [598000- 0- 598000- 598000- 2314000- 2314000- 0- 0]
-3003-0020,[3- 0- 0- 3- 0- 0- 0- 0- 0- 0- 0- 2- 0],[1690000- 0- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0],[3- 0- 0- 3- 0- 0- 2- 0], [1690000- 0- 0- 1690000- 0- 0- 1469000- 0]
-3333-0220,[3- 3- 3- 3- 0- 0- 0- 0- 0- 0- 2- 2- 0],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0],[3- 3- 3- 3- 0- 2- 2- 0], [1690000- 1690000- 1690000- 1690000- 0- 1469000- 1469000- 0]
-1010-0110,[1- 0- 1- 0- 0- 0- 0- 0- 0- 0- 1- 1- 0],[598000- 0- 598000- 0- 0- 0- 0- 0- 0- 0- 741000- 741000- 0],[1- 0- 1- 0- 0- 1- 1- 0], [598000- 0- 598000- 0- 0- 741000- 741000- 0]
-2200-0011,[2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 1],[1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 741000],[2- 2- 0- 0- 0- 0- 1- 1], [1248000- 1248000- 0- 0- 0- 0- 741000- 741000]
-1100-0010,[1- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 0],[598000- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 0],[1- 1- 0- 0- 0- 0- 1- 0], [598000- 598000- 0- 0- 0- 0- 741000- 0]
-0101-1100,[0- 1- 0- 1- 0- 0- 0- 0- 0- 1- 1- 0- 0],[0- 598000- 0- 598000- 0- 0- 0- 0- 0- 741000- 741000- 0- 0],[0- 1- 0- 1- 1- 1- 0- 0], [0- 598000- 0- 598000- 741000- 741000- 0- 0]
-0001-3000,[0- 0- 0- 1- 0- 0- 0- 0- 0- 3- 0- 0- 0],[0- 0- 0- 598000- 0- 0- 0- 0- 0- 2314000- 0- 0- 0],[0- 0- 0- 1- 3- 0- 0- 0], [0- 0- 0- 598000- 2314000- 0- 0- 0]
-0010-2022,[0- 0- 1- 0- 0- 0- 0- 0- 0- 2- 0- 2- 2],[0- 0- 598000- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 1469000],[0- 0- 1- 0- 2- 0- 2- 2], [0- 0- 598000- 0- 1469000- 0- 1469000- 1469000]
-0010-3030,[0- 0- 1- 0- 0- 0- 0- 0- 0- 3- 0- 3- 0],[0- 0- 598000- 0- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 0],[0- 0- 1- 0- 3- 0- 3- 0], [0- 0- 598000- 0- 2314000- 0- 2314000- 0]
-3030-0030,[3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0],[1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 0],[3- 0- 3- 0- 0- 0- 3- 0], [1690000- 0- 1690000- 0- 0- 0- 2314000- 0]
-1000-3300,[1- 0- 0- 0- 0- 0- 0- 0- 0- 3- 3- 0- 0],[598000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 0],[1- 0- 0- 0- 3- 3- 0- 0], [598000- 0- 0- 0- 2314000- 2314000- 0- 0]
-2220-0001,[2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000],[2- 2- 2- 0- 0- 0- 0- 1], [1248000- 1248000- 1248000- 0- 0- 0- 0- 741000]
-0202-0333,[0- 2- 0- 2- 0- 0- 0- 0- 0- 0- 3- 3- 3],[0- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000],[0- 2- 0- 2- 0- 3- 3- 3], [0- 1248000- 0- 1248000- 0- 2314000- 2314000- 2314000]
-0330-3003,[0- 3- 3- 0- 0- 0- 0- 0- 0- 3- 0- 0- 3],[0- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000],[0- 3- 3- 0- 3- 0- 0- 3], [0- 1690000- 1690000- 0- 2314000- 0- 0- 2314000]
-2202-0010,[2- 2- 0- 2- 0- 0- 0- 0- 0- 0- 0- 1- 0],[1248000- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 741000- 0],[2- 2- 0- 2- 0- 0- 1- 0], [1248000- 1248000- 0- 1248000- 0- 0- 741000- 0]
-2000-0202,[2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 2],[1248000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000],[2- 0- 0- 0- 0- 2- 0- 2], [1248000- 0- 0- 0- 0- 1469000- 0- 1469000]
-2220-0011,[2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 1- 1],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 741000],[2- 2- 2- 0- 0- 0- 1- 1], [1248000- 1248000- 1248000- 0- 0- 0- 741000- 741000]
-0111-0333,[0- 1- 1- 1- 0- 0- 0- 0- 0- 0- 3- 3- 3],[0- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000],[0- 1- 1- 1- 0- 3- 3- 3], [0- 598000- 598000- 598000- 0- 2314000- 2314000- 2314000]
-0002-3003,[0- 0- 0- 2- 0- 0- 0- 0- 0- 3- 0- 0- 3],[0- 0- 0- 1248000- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000],[0- 0- 0- 2- 3- 0- 0- 3], [0- 0- 0- 1248000- 2314000- 0- 0- 2314000]
-0300-1010,[0- 3- 0- 0- 0- 0- 0- 0- 0- 1- 0- 1- 0],[0- 1690000- 0- 0- 0- 0- 0- 0- 0- 741000- 0- 741000- 0],[0- 3- 0- 0- 1- 0- 1- 0], [0- 1690000- 0- 0- 741000- 0- 741000- 0]
-2000-2022,[2- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 2- 2],[1248000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 1469000],[2- 0- 0- 0- 2- 0- 2- 2], [1248000- 0- 0- 0- 1469000- 0- 1469000- 1469000]
-1000-0022,[1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2- 2],[598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000],[1- 0- 0- 0- 0- 0- 2- 2], [598000- 0- 0- 0- 0- 0- 1469000- 1469000]
-2000-2002,[2- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 0- 2],[1248000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 0- 1469000],[2- 0- 0- 0- 2- 0- 0- 2], [1248000- 0- 0- 0- 1469000- 0- 0- 1469000]
-1111-0333,[1- 1- 1- 1- 0- 0- 0- 0- 0- 0- 3- 3- 3],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000],[1- 1- 1- 1- 0- 3- 3- 3], [598000- 598000- 598000- 598000- 0- 2314000- 2314000- 2314000]
-1111-0033,[1- 1- 1- 1- 0- 0- 0- 0- 0- 0- 0- 3- 3],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000],[1- 1- 1- 1- 0- 0- 3- 3], [598000- 598000- 598000- 598000- 0- 0- 2314000- 2314000]
-0033-1100,[0- 0- 3- 3- 0- 0- 0- 0- 0- 1- 1- 0- 0],[0- 0- 1690000- 1690000- 0- 0- 0- 0- 0- 741000- 741000- 0- 0],[0- 0- 3- 3- 1- 1- 0- 0], [0- 0- 1690000- 1690000- 741000- 741000- 0- 0]
-0111-1011,[0- 1- 1- 1- 0- 0- 0- 0- 0- 1- 0- 1- 1],[0- 598000- 598000- 598000- 0- 0- 0- 0- 0- 741000- 0- 741000- 741000],[0- 1- 1- 1- 1- 0- 1- 1], [0- 598000- 598000- 598000- 741000- 0- 741000- 741000]
-0030-2020,[0- 0- 3- 0- 0- 0- 0- 0- 0- 2- 0- 2- 0],[0- 0- 1690000- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 0],[0- 0- 3- 0- 2- 0- 2- 0], [0- 0- 1690000- 0- 1469000- 0- 1469000- 0]
-0333-2000,[0- 3- 3- 3- 0- 0- 0- 0- 0- 2- 0- 0- 0],[0- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 1469000- 0- 0- 0],[0- 3- 3- 3- 2- 0- 0- 0], [0- 1690000- 1690000- 1690000- 1469000- 0- 0- 0]
-0002-0002,[0- 0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 0- 2],[0- 0- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000],[0- 0- 0- 2- 0- 0- 0- 2], [0- 0- 0- 1248000- 0- 0- 0- 1469000]
+3303-0033,[3- 3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 3- 3],[1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000],[3- 3- 0- 3- 0- 0- 3- 3], [1690000- 1690000- 0- 1690000- 0- 0- 2314000- 2314000]
+0200-3030,[0- 2- 0- 0- 0- 0- 0- 0- 0- 3- 0- 3- 0],[0- 1248000- 0- 0- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 0],[0- 2- 0- 0- 3- 0- 3- 0], [0- 1248000- 0- 0- 2314000- 0- 2314000- 0]
 2022-0001,[2- 0- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 1],[1248000- 0- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 741000],[2- 0- 2- 2- 0- 0- 0- 1], [1248000- 0- 1248000- 1248000- 0- 0- 0- 741000]
-2222-0202,[2- 2- 2- 2- 0- 0- 0- 0- 0- 0- 2- 0- 2],[1248000- 1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000],[2- 2- 2- 2- 0- 2- 0- 2], [1248000- 1248000- 1248000- 1248000- 0- 1469000- 0- 1469000]
-1111-2202,[1- 1- 1- 1- 0- 0- 0- 0- 0- 2- 2- 0- 2],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 1469000],[1- 1- 1- 1- 2- 2- 0- 2], [598000- 598000- 598000- 598000- 1469000- 1469000- 0- 1469000]
-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]
-0000-1111,[0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 1- 1- 1],[0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000- 741000],[0- 0- 0- 0- 1- 1- 1- 1], [0- 0- 0- 0- 741000- 741000- 741000- 741000]
-1011-2022,[1- 0- 1- 1- 0- 0- 0- 0- 0- 2- 0- 2- 2],[598000- 0- 598000- 598000- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 1469000],[1- 0- 1- 1- 2- 0- 2- 2], [598000- 0- 598000- 598000- 1469000- 0- 1469000- 1469000]
-1000-0030,[1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0],[598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 0],[1- 0- 0- 0- 0- 0- 3- 0], [598000- 0- 0- 0- 0- 0- 2314000- 0]
+2220-1011,[2- 2- 2- 0- 0- 0- 0- 0- 0- 1- 0- 1- 1],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 741000- 0- 741000- 741000],[2- 2- 2- 0- 1- 0- 1- 1], [1248000- 1248000- 1248000- 0- 741000- 0- 741000- 741000]
+0003-0200,[0- 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]
+0000-0300,[0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 0- 0],[0- 0- 0- 0- 0- 3- 0- 0], [0- 0- 0- 0- 0- 2314000- 0- 0]
+1111-0200,[1- 1- 1- 1- 0- 0- 0- 0- 0- 0- 2- 0- 0],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 1469000- 0- 0],[1- 1- 1- 1- 0- 2- 0- 0], [598000- 598000- 598000- 598000- 0- 1469000- 0- 0]
+1110-1100,[1- 1- 1- 0- 0- 0- 0- 0- 0- 1- 1- 0- 0],[598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 741000- 741000- 0- 0],[1- 1- 1- 0- 1- 1- 0- 0], [598000- 598000- 598000- 0- 741000- 741000- 0- 0]
+0100-2022,[0- 1- 0- 0- 0- 0- 0- 0- 0- 2- 0- 2- 2],[0- 598000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 1469000],[0- 1- 0- 0- 2- 0- 2- 2], [0- 598000- 0- 0- 1469000- 0- 1469000- 1469000]
+0003-0303,[0- 0- 0- 3- 0- 0- 0- 0- 0- 0- 3- 0- 3],[0- 0- 0- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 0- 2314000],[0- 0- 0- 3- 0- 3- 0- 3], [0- 0- 0- 1690000- 0- 2314000- 0- 2314000]
+1001-0330,[1- 0- 0- 1- 0- 0- 0- 0- 0- 0- 3- 3- 0],[598000- 0- 0- 598000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0],[1- 0- 0- 1- 0- 3- 3- 0], [598000- 0- 0- 598000- 0- 2314000- 2314000- 0]
+2200-0303,[2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0- 3],[1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 0- 2314000],[2- 2- 0- 0- 0- 3- 0- 3], [1248000- 1248000- 0- 0- 0- 2314000- 0- 2314000]
+1001-0010,[1- 0- 0- 1- 0- 0- 0- 0- 0- 0- 0- 1- 0],[598000- 0- 0- 598000- 0- 0- 0- 0- 0- 0- 0- 741000- 0],[1- 0- 0- 1- 0- 0- 1- 0], [598000- 0- 0- 598000- 0- 0- 741000- 0]
+0300-1101,[0- 3- 0- 0- 0- 0- 0- 0- 0- 1- 1- 0- 1],[0- 1690000- 0- 0- 0- 0- 0- 0- 0- 741000- 741000- 0- 741000],[0- 3- 0- 0- 1- 1- 0- 1], [0- 1690000- 0- 0- 741000- 741000- 0- 741000]
+0111-0220,[0- 1- 1- 1- 0- 0- 0- 0- 0- 0- 2- 2- 0],[0- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0],[0- 1- 1- 1- 0- 2- 2- 0], [0- 598000- 598000- 598000- 0- 1469000- 1469000- 0]
+2220-3330,[2- 2- 2- 0- 0- 0- 0- 0- 0- 3- 3- 3- 0],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000- 0],[2- 2- 2- 0- 3- 3- 3- 0], [1248000- 1248000- 1248000- 0- 2314000- 2314000- 2314000- 0]
+1000-0010,[1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 0],[598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 0],[1- 0- 0- 0- 0- 0- 1- 0], [598000- 0- 0- 0- 0- 0- 741000- 0]
+1010-3003,[1- 0- 1- 0- 0- 0- 0- 0- 0- 3- 0- 0- 3],[598000- 0- 598000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000],[1- 0- 1- 0- 3- 0- 0- 3], [598000- 0- 598000- 0- 2314000- 0- 0- 2314000]
+2202-3003,[2- 2- 0- 2- 0- 0- 0- 0- 0- 3- 0- 0- 3],[1248000- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000],[2- 2- 0- 2- 3- 0- 0- 3], [1248000- 1248000- 0- 1248000- 2314000- 0- 0- 2314000]
+2220-2000,[2- 2- 2- 0- 0- 0- 0- 0- 0- 2- 0- 0- 0],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 0- 0- 0],[2- 2- 2- 0- 2- 0- 0- 0], [1248000- 1248000- 1248000- 0- 1469000- 0- 0- 0]
 0101-3330,[0- 1- 0- 1- 0- 0- 0- 0- 0- 3- 3- 3- 0],[0- 598000- 0- 598000- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000- 0],[0- 1- 0- 1- 3- 3- 3- 0], [0- 598000- 0- 598000- 2314000- 2314000- 2314000- 0]
-0333-2002,[0- 3- 3- 3- 0- 0- 0- 0- 0- 2- 0- 0- 2],[0- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 1469000- 0- 0- 1469000],[0- 3- 3- 3- 2- 0- 0- 2], [0- 1690000- 1690000- 1690000- 1469000- 0- 0- 1469000]
-0300-3333,[0- 3- 0- 0- 0- 0- 0- 0- 0- 3- 3- 3- 3],[0- 1690000- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000- 2314000],[0- 3- 0- 0- 3- 3- 3- 3], [0- 1690000- 0- 0- 2314000- 2314000- 2314000- 2314000]
-3030-0003,[3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 3],[1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2314000],[3- 0- 3- 0- 0- 0- 0- 3], [1690000- 0- 1690000- 0- 0- 0- 0- 2314000]
-0222-0222,[0- 2- 2- 2- 0- 0- 0- 0- 0- 0- 2- 2- 2],[0- 1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000],[0- 2- 2- 2- 0- 2- 2- 2], [0- 1248000- 1248000- 1248000- 0- 1469000- 1469000- 1469000]
-0030-3003,[0- 0- 3- 0- 0- 0- 0- 0- 0- 3- 0- 0- 3],[0- 0- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000],[0- 0- 3- 0- 3- 0- 0- 3], [0- 0- 1690000- 0- 2314000- 0- 0- 2314000]
-0020-1000,[0- 0- 2- 0- 0- 0- 0- 0- 0- 1- 0- 0- 0],[0- 0- 1248000- 0- 0- 0- 0- 0- 0- 741000- 0- 0- 0],[0- 0- 2- 0- 1- 0- 0- 0], [0- 0- 1248000- 0- 741000- 0- 0- 0]
-2202-3300,[2- 2- 0- 2- 0- 0- 0- 0- 0- 3- 3- 0- 0],[1248000- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 0],[2- 2- 0- 2- 3- 3- 0- 0], [1248000- 1248000- 0- 1248000- 2314000- 2314000- 0- 0]
-0020-2202,[0- 0- 2- 0- 0- 0- 0- 0- 0- 2- 2- 0- 2],[0- 0- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 1469000],[0- 0- 2- 0- 2- 2- 0- 2], [0- 0- 1248000- 0- 1469000- 1469000- 0- 1469000]
-0202-3300,[0- 2- 0- 2- 0- 0- 0- 0- 0- 3- 3- 0- 0],[0- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 0],[0- 2- 0- 2- 3- 3- 0- 0], [0- 1248000- 0- 1248000- 2314000- 2314000- 0- 0]
-3333-0010,[3- 3- 3- 3- 0- 0- 0- 0- 0- 0- 0- 1- 0],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 741000- 0],[3- 3- 3- 3- 0- 0- 1- 0], [1690000- 1690000- 1690000- 1690000- 0- 0- 741000- 0]
-3303-3300,[3- 3- 0- 3- 0- 0- 0- 0- 0- 3- 3- 0- 0],[1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 0],[3- 3- 0- 3- 3- 3- 0- 0], [1690000- 1690000- 0- 1690000- 2314000- 2314000- 0- 0]
-0002-3333,[0- 0- 0- 2- 0- 0- 0- 0- 0- 3- 3- 3- 3],[0- 0- 0- 1248000- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000- 2314000],[0- 0- 0- 2- 3- 3- 3- 3], [0- 0- 0- 1248000- 2314000- 2314000- 2314000- 2314000]
-1010-3303,[1- 0- 1- 0- 0- 0- 0- 0- 0- 3- 3- 0- 3],[598000- 0- 598000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 2314000],[1- 0- 1- 0- 3- 3- 0- 3], [598000- 0- 598000- 0- 2314000- 2314000- 0- 2314000]
-3330-0202,[3- 3- 3- 0- 0- 0- 0- 0- 0- 0- 2- 0- 2],[1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000],[3- 3- 3- 0- 0- 2- 0- 2], [1690000- 1690000- 1690000- 0- 0- 1469000- 0- 1469000]
-0100-2002,[0- 1- 0- 0- 0- 0- 0- 0- 0- 2- 0- 0- 2],[0- 598000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 0- 1469000],[0- 1- 0- 0- 2- 0- 0- 2], [0- 598000- 0- 0- 1469000- 0- 0- 1469000]
-2202-0022,[2- 2- 0- 2- 0- 0- 0- 0- 0- 0- 0- 2- 2],[1248000- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000],[2- 2- 0- 2- 0- 0- 2- 2], [1248000- 1248000- 0- 1248000- 0- 0- 1469000- 1469000]
-0110-2222,[0- 1- 1- 0- 0- 0- 0- 0- 0- 2- 2- 2- 2],[0- 598000- 598000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000- 1469000],[0- 1- 1- 0- 2- 2- 2- 2], [0- 598000- 598000- 0- 1469000- 1469000- 1469000- 1469000]
-3330-2000,[3- 3- 3- 0- 0- 0- 0- 0- 0- 2- 0- 0- 0],[1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 1469000- 0- 0- 0],[3- 3- 3- 0- 2- 0- 0- 0], [1690000- 1690000- 1690000- 0- 1469000- 0- 0- 0]
-2002-0000,[2- 0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1248000- 0- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 0],[2- 0- 0- 2- 0- 0- 0- 0], [1248000- 0- 0- 1248000- 0- 0- 0- 0]
-0020-0220,[0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 2- 2- 0],[0- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0],[0- 0- 2- 0- 0- 2- 2- 0], [0- 0- 1248000- 0- 0- 1469000- 1469000- 0]
+2022-3300,[2- 0- 2- 2- 0- 0- 0- 0- 0- 3- 3- 0- 0],[1248000- 0- 1248000- 1248000- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 0],[2- 0- 2- 2- 3- 3- 0- 0], [1248000- 0- 1248000- 1248000- 2314000- 2314000- 0- 0]
+1010-1001,[1- 0- 1- 0- 0- 0- 0- 0- 0- 1- 0- 0- 1],[598000- 0- 598000- 0- 0- 0- 0- 0- 0- 741000- 0- 0- 741000],[1- 0- 1- 0- 1- 0- 0- 1], [598000- 0- 598000- 0- 741000- 0- 0- 741000]
+3000-0000,[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- 0- 0]
+3333-1101,[3- 3- 3- 3- 0- 0- 0- 0- 0- 1- 1- 0- 1],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 741000- 741000- 0- 741000],[3- 3- 3- 3- 1- 1- 0- 1], [1690000- 1690000- 1690000- 1690000- 741000- 741000- 0- 741000]
+0220-0300,[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- 0]
+2000-3030,[2- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0- 3- 0],[1248000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 0],[2- 0- 0- 0- 3- 0- 3- 0], [1248000- 0- 0- 0- 2314000- 0- 2314000- 0]
+1100-2200,[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- 0- 0]
+3330-0101,[3- 3- 3- 0- 0- 0- 0- 0- 0- 0- 1- 0- 1],[1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 741000- 0- 741000],[3- 3- 3- 0- 0- 1- 0- 1], [1690000- 1690000- 1690000- 0- 0- 741000- 0- 741000]
+3300-1001,[3- 3- 0- 0- 0- 0- 0- 0- 0- 1- 0- 0- 1],[1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 741000- 0- 0- 741000],[3- 3- 0- 0- 1- 0- 0- 1], [1690000- 1690000- 0- 0- 741000- 0- 0- 741000]
+0222-0022,[0- 2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 2- 2],[0- 1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000],[0- 2- 2- 2- 0- 0- 2- 2], [0- 1248000- 1248000- 1248000- 0- 0- 1469000- 1469000]
+1111-3000,[1- 1- 1- 1- 0- 0- 0- 0- 0- 3- 0- 0- 0],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 2314000- 0- 0- 0],[1- 1- 1- 1- 3- 0- 0- 0], [598000- 598000- 598000- 598000- 2314000- 0- 0- 0]
+2202-1101,[2- 2- 0- 2- 0- 0- 0- 0- 0- 1- 1- 0- 1],[1248000- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 741000- 741000- 0- 741000],[2- 2- 0- 2- 1- 1- 0- 1], [1248000- 1248000- 0- 1248000- 741000- 741000- 0- 741000]
+0000-1100,[0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 1- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 741000- 0- 0],[0- 0- 0- 0- 1- 1- 0- 0], [0- 0- 0- 0- 741000- 741000- 0- 0]
+1001-3030,[1- 0- 0- 1- 0- 0- 0- 0- 0- 3- 0- 3- 0],[598000- 0- 0- 598000- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 0],[1- 0- 0- 1- 3- 0- 3- 0], [598000- 0- 0- 598000- 2314000- 0- 2314000- 0]
+3030-1000,[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- 0]
+1111-0000,[1- 1- 1- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 1- 1- 1- 0- 0- 0- 0], [598000- 598000- 598000- 598000- 0- 0- 0- 0]
+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]
+0100-3303,[0- 1- 0- 0- 0- 0- 0- 0- 0- 3- 3- 0- 3],[0- 598000- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 2314000],[0- 1- 0- 0- 3- 3- 0- 3], [0- 598000- 0- 0- 2314000- 2314000- 0- 2314000]
+3000-3303,[3- 0- 0- 0- 0- 0- 0- 0- 0- 3- 3- 0- 3],[1690000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 2314000],[3- 0- 0- 0- 3- 3- 0- 3], [1690000- 0- 0- 0- 2314000- 2314000- 0- 2314000]
+0002-0002,[0- 0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 0- 2],[0- 0- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000],[0- 0- 0- 2- 0- 0- 0- 2], [0- 0- 0- 1248000- 0- 0- 0- 1469000]
+2200-1000,[2- 2- 0- 0- 0- 0- 0- 0- 0- 1- 0- 0- 0],[1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 741000- 0- 0- 0],[2- 2- 0- 0- 1- 0- 0- 0], [1248000- 1248000- 0- 0- 741000- 0- 0- 0]
+2220-0033,[2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 3- 3],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000],[2- 2- 2- 0- 0- 0- 3- 3], [1248000- 1248000- 1248000- 0- 0- 0- 2314000- 2314000]
+0100-1110,[0- 1- 0- 0- 0- 0- 0- 0- 0- 1- 1- 1- 0],[0- 598000- 0- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000- 0],[0- 1- 0- 0- 1- 1- 1- 0], [0- 598000- 0- 0- 741000- 741000- 741000- 0]
+1010-2000,[1- 0- 1- 0- 0- 0- 0- 0- 0- 2- 0- 0- 0],[598000- 0- 598000- 0- 0- 0- 0- 0- 0- 1469000- 0- 0- 0],[1- 0- 1- 0- 2- 0- 0- 0], [598000- 0- 598000- 0- 1469000- 0- 0- 0]
+2002-1110,[2- 0- 0- 2- 0- 0- 0- 0- 0- 1- 1- 1- 0],[1248000- 0- 0- 1248000- 0- 0- 0- 0- 0- 741000- 741000- 741000- 0],[2- 0- 0- 2- 1- 1- 1- 0], [1248000- 0- 0- 1248000- 741000- 741000- 741000- 0]
+3033-1000,[3- 0- 3- 3- 0- 0- 0- 0- 0- 1- 0- 0- 0],[1690000- 0- 1690000- 1690000- 0- 0- 0- 0- 0- 741000- 0- 0- 0],[3- 0- 3- 3- 1- 0- 0- 0], [1690000- 0- 1690000- 1690000- 741000- 0- 0- 0]
+0111-2220,[0- 1- 1- 1- 0- 0- 0- 0- 0- 2- 2- 2- 0],[0- 598000- 598000- 598000- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000- 0],[0- 1- 1- 1- 2- 2- 2- 0], [0- 598000- 598000- 598000- 1469000- 1469000- 1469000- 0]
+0100-0002,[0- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2],[0- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1469000],[0- 1- 0- 0- 0- 0- 0- 2], [0- 598000- 0- 0- 0- 0- 0- 1469000]
+1110-2220,[1- 1- 1- 0- 0- 0- 0- 0- 0- 2- 2- 2- 0],[598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000- 0],[1- 1- 1- 0- 2- 2- 2- 0], [598000- 598000- 598000- 0- 1469000- 1469000- 1469000- 0]
diff --git a/experiment_automatization/summary_files_only/summary___26Oct22_12_09_18.csv b/experiment_automatization/summary_files_only/summary___26Oct22_12_09_18.csv
new file mode 100755
index 0000000000000000000000000000000000000000..f723fecbc86fea026bd426e40bb72460e2fb888e
--- /dev/null
+++ b/experiment_automatization/summary_files_only/summary___26Oct22_12_09_18.csv
@@ -0,0 +1,51 @@
+configurations,generic format,exact frequency,samsung galaxy format,exact frequencies,phone energy,phone power,workload,energy by workload,starting cc_info,ending cc_info
+1010-0000,[1- 0- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[598000- 0- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 0- 0- 0- 0- 0],[598000- 0- 598000- 0- 0- 0- 0- 0],33.183528785008455,996.6608211911024,6.09273e+10,5.44641e-10,2488000,2488000
+3333-2002,[3- 3- 3- 3- 0- 0- 0- 0- 0- 2- 0- 0- 2],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 1469000- 0- 0- 1469000],[3- 3- 3- 3- 2- 0- 0- 2],[1690000- 1690000- 1690000- 1690000- 1469000- 0- 0- 1469000],90.83815606507508,2584.7758725444814,1.00719e+12,9.01897e-11,2481000,2469500
+3333-0303,[3- 3- 3- 3- 0- 0- 0- 0- 0- 0- 3- 0- 3],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 0- 2314000],[3- 3- 3- 3- 0- 3- 0- 3],[1690000- 1690000- 1690000- 1690000- 0- 2314000- 0- 2314000],90.83349168495118,2585.6450713118265,1.13185e+12,8.02522e-11,2445000,2399500
+2220-0022,[2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 2- 2],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000],[2- 2- 2- 0- 0- 0- 2- 2],[1248000- 1248000- 1248000- 0- 0- 0- 1469000- 1469000],73.16942649261378,2108.967880848539,6.15352e+11,1.18907e-10,2462500,2462500
+0100-0030,[0- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0],[0- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 0],[0- 1- 0- 0- 0- 0- 3- 0],[0- 598000- 0- 0- 0- 0- 2314000- 0],39.44392969429446,1174.5958154411828,1.50834e+11,2.61506e-10,2461500,2461500
+0020-2022,[0- 0- 2- 0- 0- 0- 0- 0- 0- 2- 0- 2- 2],[0- 0- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 1469000],[0- 0- 2- 0- 2- 0- 2- 2],[0- 0- 1248000- 0- 1469000- 0- 1469000- 1469000],86.82899185243416,2483.477933140215,7.91896e+11,1.09647e-10,2458000,2457500
+1100-0011,[1- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 1],[598000- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 741000],[1- 1- 0- 0- 0- 0- 1- 1],[598000- 598000- 0- 0- 0- 0- 741000- 741000],45.94915231116237,1361.4245436108638,3.11121e+11,1.47689e-10,2456000,2456000
+1000-0200,[1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 0],[598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 0],[1- 0- 0- 0- 0- 2- 0- 0],[598000- 0- 0- 0- 0- 1469000- 0- 0],39.28516691705545,1168.9345285404715,1.51307e+11,2.59639e-10,2454500,2454500
+2000-0200,[2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 0],[1248000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 0],[2- 0- 0- 0- 0- 2- 0- 0],[1248000- 0- 0- 0- 0- 1469000- 0- 0],39.28492318173032,1165.1300121783097,1.50983e+11,2.60194e-10,2453500,2453500
+2002-0033,[2- 0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 3- 3],[1248000- 0- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000],[2- 0- 0- 2- 0- 0- 3- 3],[1248000- 0- 0- 1248000- 0- 0- 2314000- 2314000],91.1644553929722,2594.5600157696776,1.0066e+12,9.05667e-11,2434500,2369000
+2220-0200,[2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 2- 0- 0],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 0],[2- 2- 2- 0- 0- 2- 0- 0],[1248000- 1248000- 1248000- 0- 0- 1469000- 0- 0],42.68359200793935,1272.1152796381175,3.02264e+11,1.41213e-10,2438000,2438000
+3303-0002,[3- 3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 2],[1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000],[3- 3- 0- 3- 0- 0- 0- 2],[1690000- 1690000- 0- 1690000- 0- 0- 0- 1469000],74.78520679812058,2163.291646618302,6.27719e+11,1.19138e-10,2435500,2436000
+0101-2020,[0- 1- 0- 1- 0- 0- 0- 0- 0- 2- 0- 2- 0],[0- 598000- 0- 598000- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 0],[0- 1- 0- 1- 2- 0- 2- 0],[0- 598000- 0- 598000- 1469000- 0- 1469000- 0],46.624449883999155,1384.2998191177737,3.36052e+11,1.38742e-10,2434500,2434500
+0200-2220,[0- 2- 0- 0- 0- 0- 0- 0- 0- 2- 2- 2- 0],[0- 1248000- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000- 0],[0- 2- 0- 0- 2- 2- 2- 0],[0- 1248000- 0- 0- 1469000- 1469000- 1469000- 0],52.04989770082893,1534.3550744539166,4.05195e+11,1.28456e-10,2432500,2432500
+0100-0333,[0- 1- 0- 0- 0- 0- 0- 0- 0- 0- 3- 3- 3],[0- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000],[0- 1- 0- 0- 0- 3- 3- 3],[0- 598000- 0- 0- 0- 2314000- 2314000- 2314000],86.01002716183001,2456.9719537226333,9.48282e+11,9.07009e-11,2403500,2355500
+0110-1111,[0- 1- 1- 0- 0- 0- 0- 0- 0- 1- 1- 1- 1],[0- 598000- 598000- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000- 741000],[0- 1- 1- 0- 1- 1- 1- 1],[0- 598000- 598000- 0- 741000- 741000- 741000- 741000],58.30695061504882,1711.0403954629157,5.58316e+11,1.04434e-10,2415500,2415500
+2000-2220,[2- 0- 0- 0- 0- 0- 0- 0- 0- 2- 2- 2- 0],[1248000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000- 0],[2- 0- 0- 0- 2- 2- 2- 0],[1248000- 0- 0- 0- 1469000- 1469000- 1469000- 0],51.77398405678647,1531.4114249047118,4.07272e+11,1.27124e-10,2414500,2414500
+0001-1010,[0- 0- 0- 1- 0- 0- 0- 0- 0- 1- 0- 1- 0],[0- 0- 0- 598000- 0- 0- 0- 0- 0- 741000- 0- 741000- 0],[0- 0- 0- 1- 1- 0- 1- 0],[0- 0- 0- 598000- 741000- 0- 741000- 0],45.53821500451404,1355.432748106601,2.90132e+11,1.56957e-10,2412500,2412500
+2020-1110,[2- 0- 2- 0- 0- 0- 0- 0- 0- 1- 1- 1- 0],[1248000- 0- 1248000- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000- 0],[2- 0- 2- 0- 1- 1- 1- 0],[1248000- 0- 1248000- 0- 741000- 741000- 741000- 0],52.667563567092444,1549.4710343251256,4.438e+11,1.18674e-10,2411500,2411500
+1101-0330,[1- 1- 0- 1- 0- 0- 0- 0- 0- 0- 3- 3- 0],[598000- 598000- 0- 598000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0],[1- 1- 0- 1- 0- 3- 3- 0],[598000- 598000- 0- 598000- 0- 2314000- 2314000- 0],47.53954139270677,1399.9659109737981,3.81959e+11,1.24462e-10,2409500,2409500
+2200-3030,[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- 0],45.897499448583034,1362.2217646899223,3.14163e+11,1.46095e-10,2408000,2408000
+0030-3303,[0- 0- 3- 0- 0- 0- 0- 0- 0- 3- 3- 0- 3],[0- 0- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 2314000],[0- 0- 3- 0- 3- 3- 0- 3],[0- 0- 1690000- 0- 2314000- 2314000- 0- 2314000],90.60934290419034,2579.7132956128917,1.16934e+12,7.74876e-11,2378500,2295000
+3030-3003,[3- 0- 3- 0- 0- 0- 0- 0- 0- 3- 0- 0- 3],[1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000],[3- 0- 3- 0- 3- 0- 0- 3],[1690000- 0- 1690000- 0- 2314000- 0- 0- 2314000],91.35347102360318,2600.9634313689126,8.88363e+11,1.02833e-10,2378500,2317000
+0022-0222,[0- 0- 2- 2- 0- 0- 0- 0- 0- 0- 2- 2- 2],[0- 0- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000],[0- 0- 2- 2- 0- 2- 2- 2],[0- 0- 1248000- 1248000- 0- 1469000- 1469000- 1469000],91.39655756236327,2601.5343232160412,9.6037e+11,9.51681e-11,2371500,2369500
+2202-3333,[2- 2- 0- 2- 0- 0- 0- 0- 0- 3- 3- 3- 3],[1248000- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000- 2314000],[2- 2- 0- 2- 3- 3- 3- 3],[1248000- 1248000- 0- 1248000- 2314000- 2314000- 2314000- 2314000],91.2629471347553,2598.1689167738386,1.52316e+12,5.99168e-11,2338000,2274500
+3003-3303,[3- 0- 0- 3- 0- 0- 0- 0- 0- 3- 3- 0- 3],[1690000- 0- 0- 1690000- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 2314000],[3- 0- 0- 3- 3- 3- 0- 3],[1690000- 0- 0- 1690000- 2314000- 2314000- 0- 2314000],91.48590224414237,2601.912304883867,1.3418e+12,6.81815e-11,2330000,2253500
+2022-0300,[2- 0- 2- 2- 0- 0- 0- 0- 0- 0- 3- 0- 0],[1248000- 0- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0],[2- 0- 2- 2- 0- 3- 0- 0],[1248000- 0- 1248000- 1248000- 0- 2314000- 0- 0],47.22626448231035,1404.4256738704491,4.03627e+11,1.17005e-10,2337000,2337000
+3033-3033,[3- 0- 3- 3- 0- 0- 0- 0- 0- 3- 0- 3- 3],[1690000- 0- 1690000- 1690000- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 2314000],[3- 0- 3- 3- 3- 0- 3- 3],[1690000- 0- 1690000- 1690000- 2314000- 0- 2314000- 2314000],91.14791319298523,2595.0486194332834,1.51743e+12,6.00673e-11,2306500,2209000
+0303-1001,[0- 3- 0- 3- 0- 0- 0- 0- 0- 1- 0- 0- 1],[0- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 741000- 0- 0- 741000],[0- 3- 0- 3- 1- 0- 0- 1],[0- 1690000- 0- 1690000- 741000- 0- 0- 741000],63.57237459348866,1854.6648580956457,5.03581e+11,1.26241e-10,2321500,2321500
+0220-0030,[0- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0],[0- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 0],[0- 2- 2- 0- 0- 0- 3- 0],[0- 1248000- 1248000- 0- 0- 0- 2314000- 0],39.758510416877954,1184.6158406982167,1.87023e+11,2.12586e-10,2320000,2320000
+0003-2200,[0- 0- 0- 3- 0- 0- 0- 0- 0- 2- 2- 0- 0],[0- 0- 0- 1690000- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 0],[0- 0- 0- 3- 2- 2- 0- 0],[0- 0- 0- 1690000- 1469000- 1469000- 0- 0],57.01041146071817,1671.7541039480982,3.64861e+11,1.56252e-10,2319000,2319000
+1111-0200,[1- 1- 1- 1- 0- 0- 0- 0- 0- 0- 2- 0- 0],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 1469000- 0- 0],[1- 1- 1- 1- 0- 2- 0- 0],[598000- 598000- 598000- 598000- 0- 1469000- 0- 0],41.38997957004534,1233.2040531200137,2.90512e+11,1.42473e-10,2317500,2317500
+0303-0200,[0- 3- 0- 3- 0- 0- 0- 0- 0- 0- 2- 0- 0],[0- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 1469000- 0- 0],[0- 3- 0- 3- 0- 2- 0- 0],[0- 1690000- 0- 1690000- 0- 1469000- 0- 0],55.83559336409638,1646.3161410961156,3.70953e+11,1.50519e-10,2316000,2316000
+2220-2202,[2- 2- 2- 0- 0- 0- 0- 0- 0- 2- 2- 0- 2],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 1469000],[2- 2- 2- 0- 2- 2- 0- 2],[1248000- 1248000- 1248000- 0- 1469000- 1469000- 0- 1469000],90.36794395948534,2573.5376417172633,9.5438e+11,9.46876e-11,2311500,2310500
+1111-1101,[1- 1- 1- 1- 0- 0- 0- 0- 0- 1- 1- 0- 1],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 741000- 741000- 0- 741000],[1- 1- 1- 1- 1- 1- 0- 1],[598000- 598000- 598000- 598000- 741000- 741000- 0- 741000],54.188707093415594,1600.4146437350414,5.24034e+11,1.03407e-10,2309000,2309000
+3300-3003,[3- 3- 0- 0- 0- 0- 0- 0- 0- 3- 0- 0- 3],[1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000],[3- 3- 0- 0- 3- 0- 0- 3],[1690000- 1690000- 0- 0- 2314000- 0- 0- 2314000],91.0378905251894,2590.864955311569,8.86305e+11,1.02716e-10,2290000,2228000
+3033-0000,[3- 0- 3- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1690000- 0- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 0- 3- 3- 0- 0- 0- 0],[1690000- 0- 1690000- 1690000- 0- 0- 0- 0],55.63901610973564,1629.1899347283022,3.69696e+11,1.50499e-10,2306500,2306500
+2000-0202,[2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 2],[1248000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000],[2- 0- 0- 0- 0- 2- 0- 2],[1248000- 0- 0- 0- 0- 1469000- 0- 1469000],69.24427915706875,2000.7050198745412,5.37851e+11,1.28742e-10,2304500,2304500
+3333-0300,[3- 3- 3- 3- 0- 0- 0- 0- 0- 0- 3- 0- 0],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0],[3- 3- 3- 3- 0- 3- 0- 0],[1690000- 1690000- 1690000- 1690000- 0- 2314000- 0- 0],68.8585881417663,2002.428224969299,6.25572e+11,1.10073e-10,2302500,2302500
+0003-2022,[0- 0- 0- 3- 0- 0- 0- 0- 0- 2- 0- 2- 2],[0- 0- 0- 1690000- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 1469000],[0- 0- 0- 3- 2- 0- 2- 2],[0- 0- 0- 1690000- 1469000- 0- 1469000- 1469000],91.1025149142987,2593.115315255358,8.94489e+11,1.01849e-10,2296500,2288000
+3000-2000,[3- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 0- 0],[1690000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 0- 0],[3- 0- 0- 0- 2- 0- 0- 0],[1690000- 0- 0- 0- 1469000- 0- 0- 0],38.93515396837066,1169.4426109286767,1.50978e+11,2.57886e-10,2287000,2287000
+1111-3030,[1- 1- 1- 1- 0- 0- 0- 0- 0- 3- 0- 3- 0],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 0],[1- 1- 1- 1- 3- 0- 3- 0],[598000- 598000- 598000- 598000- 2314000- 0- 2314000- 0],48.274555895924344,1425.8092139058645,4.17999e+11,1.1549e-10,2285500,2285500
+3003-2202,[3- 0- 0- 3- 0- 0- 0- 0- 0- 2- 2- 0- 2],[1690000- 0- 0- 1690000- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 1469000],[3- 0- 0- 3- 2- 2- 0- 2],[1690000- 0- 0- 1690000- 1469000- 1469000- 0- 1469000],90.97419558775945,2589.8254916632814,1.02783e+12,8.85109e-11,2278500,2263500
+3333-0001,[3- 3- 3- 3- 0- 0- 0- 0- 0- 0- 0- 0- 1],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 741000],[3- 3- 3- 3- 0- 0- 0- 1],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 741000],68.96356294855403,2008.0366192852198,6.26348e+11,1.10104e-10,2285500,2285500
+0300-0222,[0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 2- 2- 2],[0- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000],[0- 3- 0- 0- 0- 2- 2- 2],[0- 1690000- 0- 0- 0- 1469000- 1469000- 1469000],87.73265564111072,2504.5206546002637,7.92973e+11,1.10638e-10,2281500,2281000
+1111-1111,[1- 1- 1- 1- 0- 0- 0- 0- 0- 1- 1- 1- 1],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 741000- 741000- 741000- 741000],[1- 1- 1- 1- 1- 1- 1- 1],[598000- 598000- 598000- 598000- 741000- 741000- 741000- 741000],59.626232100032496,1744.1463298231681,6.34485e+11,9.39758e-11,2279500,2279500
+0030-0011,[0- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 1- 1],[0- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 741000],[0- 0- 3- 0- 0- 0- 1- 1],[0- 0- 1690000- 0- 0- 0- 741000- 741000],46.021102665309236,1361.132910881084,2.79074e+11,1.64906e-10,2278000,2278000
+3303-1110,[3- 3- 0- 3- 0- 0- 0- 0- 0- 1- 1- 1- 0],[1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 741000- 741000- 741000- 0],[3- 3- 0- 3- 1- 1- 1- 0],[1690000- 1690000- 0- 1690000- 741000- 741000- 741000- 0],77.02527858774563,2227.941339033911,7.44423e+11,1.0347e-10,2276500,2276500
+3300-0010,[3- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 0],[1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 0],[3- 3- 0- 0- 0- 0- 1- 0],[1690000- 1690000- 0- 0- 0- 0- 741000- 0],39.567167256666295,1180.6323626163482,1.78536e+11,2.2162e-10,2274500,2274500
+1011-0000,[1- 0- 1- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0],[598000- 0- 598000- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 1- 0- 0- 0- 0],[598000- 0- 598000- 598000- 0- 0- 0- 0],34.23733881173855,1028.0307948839916,1.24951e+11,2.74006e-10,2273500,2273500
diff --git a/experiment_automatization/summary_files_only/summary___27Oct22_08_50_04.csv b/experiment_automatization/summary_files_only/summary___27Oct22_08_50_04.csv
new file mode 100755
index 0000000000000000000000000000000000000000..5c6267f6b7e4fc64791a2e9ef0a08f84ac4d97e4
--- /dev/null
+++ b/experiment_automatization/summary_files_only/summary___27Oct22_08_50_04.csv
@@ -0,0 +1,101 @@
+configurations,generic format,exact frequency,samsung galaxy format,exact frequencies,phone energy,phone power,workload,energy by workload,starting cc_info,ending cc_info
+1010-0000,[1- 0- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[598000- 0- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 0- 0- 0- 0- 0],[598000- 0- 598000- 0- 0- 0- 0- 0],33.183528785008455,996.6608211911024,6.09273e+10,5.44641e-10,2488000,2488000
+3333-2002,[3- 3- 3- 3- 0- 0- 0- 0- 0- 2- 0- 0- 2],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 1469000- 0- 0- 1469000],[3- 3- 3- 3- 2- 0- 0- 2],[1690000- 1690000- 1690000- 1690000- 1469000- 0- 0- 1469000],90.83815606507508,2584.7758725444814,1.00719e+12,9.01897e-11,2481000,2469500
+3333-0303,[3- 3- 3- 3- 0- 0- 0- 0- 0- 0- 3- 0- 3],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 0- 2314000],[3- 3- 3- 3- 0- 3- 0- 3],[1690000- 1690000- 1690000- 1690000- 0- 2314000- 0- 2314000],90.83349168495118,2585.6450713118265,1.13185e+12,8.02522e-11,2445000,2399500
+2220-0022,[2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 2- 2],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000],[2- 2- 2- 0- 0- 0- 2- 2],[1248000- 1248000- 1248000- 0- 0- 0- 1469000- 1469000],73.16942649261378,2108.967880848539,6.15352e+11,1.18907e-10,2462500,2462500
+0100-0030,[0- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0],[0- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 0],[0- 1- 0- 0- 0- 0- 3- 0],[0- 598000- 0- 0- 0- 0- 2314000- 0],39.44392969429446,1174.5958154411828,1.50834e+11,2.61506e-10,2461500,2461500
+0020-2022,[0- 0- 2- 0- 0- 0- 0- 0- 0- 2- 0- 2- 2],[0- 0- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 1469000],[0- 0- 2- 0- 2- 0- 2- 2],[0- 0- 1248000- 0- 1469000- 0- 1469000- 1469000],86.82899185243416,2483.477933140215,7.91896e+11,1.09647e-10,2458000,2457500
+1100-0011,[1- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 1],[598000- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 741000],[1- 1- 0- 0- 0- 0- 1- 1],[598000- 598000- 0- 0- 0- 0- 741000- 741000],45.94915231116237,1361.4245436108638,3.11121e+11,1.47689e-10,2456000,2456000
+1000-0200,[1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 0],[598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 0],[1- 0- 0- 0- 0- 2- 0- 0],[598000- 0- 0- 0- 0- 1469000- 0- 0],39.28516691705545,1168.9345285404715,1.51307e+11,2.59639e-10,2454500,2454500
+2000-0200,[2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 0],[1248000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 0],[2- 0- 0- 0- 0- 2- 0- 0],[1248000- 0- 0- 0- 0- 1469000- 0- 0],39.28492318173032,1165.1300121783097,1.50983e+11,2.60194e-10,2453500,2453500
+2002-0033,[2- 0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 3- 3],[1248000- 0- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000],[2- 0- 0- 2- 0- 0- 3- 3],[1248000- 0- 0- 1248000- 0- 0- 2314000- 2314000],91.1644553929722,2594.5600157696776,1.0066e+12,9.05667e-11,2434500,2369000
+2220-0200,[2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 2- 0- 0],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 0],[2- 2- 2- 0- 0- 2- 0- 0],[1248000- 1248000- 1248000- 0- 0- 1469000- 0- 0],42.68359200793935,1272.1152796381175,3.02264e+11,1.41213e-10,2438000,2438000
+3303-0002,[3- 3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 2],[1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000],[3- 3- 0- 3- 0- 0- 0- 2],[1690000- 1690000- 0- 1690000- 0- 0- 0- 1469000],74.78520679812058,2163.291646618302,6.27719e+11,1.19138e-10,2435500,2436000
+0101-2020,[0- 1- 0- 1- 0- 0- 0- 0- 0- 2- 0- 2- 0],[0- 598000- 0- 598000- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 0],[0- 1- 0- 1- 2- 0- 2- 0],[0- 598000- 0- 598000- 1469000- 0- 1469000- 0],46.624449883999155,1384.2998191177737,3.36052e+11,1.38742e-10,2434500,2434500
+0200-2220,[0- 2- 0- 0- 0- 0- 0- 0- 0- 2- 2- 2- 0],[0- 1248000- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000- 0],[0- 2- 0- 0- 2- 2- 2- 0],[0- 1248000- 0- 0- 1469000- 1469000- 1469000- 0],52.04989770082893,1534.3550744539166,4.05195e+11,1.28456e-10,2432500,2432500
+0100-0333,[0- 1- 0- 0- 0- 0- 0- 0- 0- 0- 3- 3- 3],[0- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000],[0- 1- 0- 0- 0- 3- 3- 3],[0- 598000- 0- 0- 0- 2314000- 2314000- 2314000],86.01002716183001,2456.9719537226333,9.48282e+11,9.07009e-11,2403500,2355500
+0110-1111,[0- 1- 1- 0- 0- 0- 0- 0- 0- 1- 1- 1- 1],[0- 598000- 598000- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000- 741000],[0- 1- 1- 0- 1- 1- 1- 1],[0- 598000- 598000- 0- 741000- 741000- 741000- 741000],58.30695061504882,1711.0403954629157,5.58316e+11,1.04434e-10,2415500,2415500
+2000-2220,[2- 0- 0- 0- 0- 0- 0- 0- 0- 2- 2- 2- 0],[1248000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000- 0],[2- 0- 0- 0- 2- 2- 2- 0],[1248000- 0- 0- 0- 1469000- 1469000- 1469000- 0],51.77398405678647,1531.4114249047118,4.07272e+11,1.27124e-10,2414500,2414500
+0001-1010,[0- 0- 0- 1- 0- 0- 0- 0- 0- 1- 0- 1- 0],[0- 0- 0- 598000- 0- 0- 0- 0- 0- 741000- 0- 741000- 0],[0- 0- 0- 1- 1- 0- 1- 0],[0- 0- 0- 598000- 741000- 0- 741000- 0],45.53821500451404,1355.432748106601,2.90132e+11,1.56957e-10,2412500,2412500
+2020-1110,[2- 0- 2- 0- 0- 0- 0- 0- 0- 1- 1- 1- 0],[1248000- 0- 1248000- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000- 0],[2- 0- 2- 0- 1- 1- 1- 0],[1248000- 0- 1248000- 0- 741000- 741000- 741000- 0],52.667563567092444,1549.4710343251256,4.438e+11,1.18674e-10,2411500,2411500
+1101-0330,[1- 1- 0- 1- 0- 0- 0- 0- 0- 0- 3- 3- 0],[598000- 598000- 0- 598000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0],[1- 1- 0- 1- 0- 3- 3- 0],[598000- 598000- 0- 598000- 0- 2314000- 2314000- 0],47.53954139270677,1399.9659109737981,3.81959e+11,1.24462e-10,2409500,2409500
+2200-3030,[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- 0],45.897499448583034,1362.2217646899223,3.14163e+11,1.46095e-10,2408000,2408000
+0030-3303,[0- 0- 3- 0- 0- 0- 0- 0- 0- 3- 3- 0- 3],[0- 0- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 2314000],[0- 0- 3- 0- 3- 3- 0- 3],[0- 0- 1690000- 0- 2314000- 2314000- 0- 2314000],90.60934290419034,2579.7132956128917,1.16934e+12,7.74876e-11,2378500,2295000
+3030-3003,[3- 0- 3- 0- 0- 0- 0- 0- 0- 3- 0- 0- 3],[1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000],[3- 0- 3- 0- 3- 0- 0- 3],[1690000- 0- 1690000- 0- 2314000- 0- 0- 2314000],91.35347102360318,2600.9634313689126,8.88363e+11,1.02833e-10,2378500,2317000
+0022-0222,[0- 0- 2- 2- 0- 0- 0- 0- 0- 0- 2- 2- 2],[0- 0- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000],[0- 0- 2- 2- 0- 2- 2- 2],[0- 0- 1248000- 1248000- 0- 1469000- 1469000- 1469000],91.39655756236327,2601.5343232160412,9.6037e+11,9.51681e-11,2371500,2369500
+2202-3333,[2- 2- 0- 2- 0- 0- 0- 0- 0- 3- 3- 3- 3],[1248000- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000- 2314000],[2- 2- 0- 2- 3- 3- 3- 3],[1248000- 1248000- 0- 1248000- 2314000- 2314000- 2314000- 2314000],91.2629471347553,2598.1689167738386,1.52316e+12,5.99168e-11,2338000,2274500
+3003-3303,[3- 0- 0- 3- 0- 0- 0- 0- 0- 3- 3- 0- 3],[1690000- 0- 0- 1690000- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 2314000],[3- 0- 0- 3- 3- 3- 0- 3],[1690000- 0- 0- 1690000- 2314000- 2314000- 0- 2314000],91.48590224414237,2601.912304883867,1.3418e+12,6.81815e-11,2330000,2253500
+2022-0300,[2- 0- 2- 2- 0- 0- 0- 0- 0- 0- 3- 0- 0],[1248000- 0- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0],[2- 0- 2- 2- 0- 3- 0- 0],[1248000- 0- 1248000- 1248000- 0- 2314000- 0- 0],47.22626448231035,1404.4256738704491,4.03627e+11,1.17005e-10,2337000,2337000
+3033-3033,[3- 0- 3- 3- 0- 0- 0- 0- 0- 3- 0- 3- 3],[1690000- 0- 1690000- 1690000- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 2314000],[3- 0- 3- 3- 3- 0- 3- 3],[1690000- 0- 1690000- 1690000- 2314000- 0- 2314000- 2314000],91.14791319298523,2595.0486194332834,1.51743e+12,6.00673e-11,2306500,2209000
+0303-1001,[0- 3- 0- 3- 0- 0- 0- 0- 0- 1- 0- 0- 1],[0- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 741000- 0- 0- 741000],[0- 3- 0- 3- 1- 0- 0- 1],[0- 1690000- 0- 1690000- 741000- 0- 0- 741000],63.57237459348866,1854.6648580956457,5.03581e+11,1.26241e-10,2321500,2321500
+0220-0030,[0- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0],[0- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 0],[0- 2- 2- 0- 0- 0- 3- 0],[0- 1248000- 1248000- 0- 0- 0- 2314000- 0],39.758510416877954,1184.6158406982167,1.87023e+11,2.12586e-10,2320000,2320000
+0003-2200,[0- 0- 0- 3- 0- 0- 0- 0- 0- 2- 2- 0- 0],[0- 0- 0- 1690000- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 0],[0- 0- 0- 3- 2- 2- 0- 0],[0- 0- 0- 1690000- 1469000- 1469000- 0- 0],57.01041146071817,1671.7541039480982,3.64861e+11,1.56252e-10,2319000,2319000
+1111-0200,[1- 1- 1- 1- 0- 0- 0- 0- 0- 0- 2- 0- 0],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 1469000- 0- 0],[1- 1- 1- 1- 0- 2- 0- 0],[598000- 598000- 598000- 598000- 0- 1469000- 0- 0],41.38997957004534,1233.2040531200137,2.90512e+11,1.42473e-10,2317500,2317500
+0303-0200,[0- 3- 0- 3- 0- 0- 0- 0- 0- 0- 2- 0- 0],[0- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 1469000- 0- 0],[0- 3- 0- 3- 0- 2- 0- 0],[0- 1690000- 0- 1690000- 0- 1469000- 0- 0],55.83559336409638,1646.3161410961156,3.70953e+11,1.50519e-10,2316000,2316000
+2220-2202,[2- 2- 2- 0- 0- 0- 0- 0- 0- 2- 2- 0- 2],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 1469000],[2- 2- 2- 0- 2- 2- 0- 2],[1248000- 1248000- 1248000- 0- 1469000- 1469000- 0- 1469000],90.36794395948534,2573.5376417172633,9.5438e+11,9.46876e-11,2311500,2310500
+1111-1101,[1- 1- 1- 1- 0- 0- 0- 0- 0- 1- 1- 0- 1],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 741000- 741000- 0- 741000],[1- 1- 1- 1- 1- 1- 0- 1],[598000- 598000- 598000- 598000- 741000- 741000- 0- 741000],54.188707093415594,1600.4146437350414,5.24034e+11,1.03407e-10,2309000,2309000
+3300-3003,[3- 3- 0- 0- 0- 0- 0- 0- 0- 3- 0- 0- 3],[1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000],[3- 3- 0- 0- 3- 0- 0- 3],[1690000- 1690000- 0- 0- 2314000- 0- 0- 2314000],91.0378905251894,2590.864955311569,8.86305e+11,1.02716e-10,2290000,2228000
+3033-0000,[3- 0- 3- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1690000- 0- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 0],[3- 0- 3- 3- 0- 0- 0- 0],[1690000- 0- 1690000- 1690000- 0- 0- 0- 0],55.63901610973564,1629.1899347283022,3.69696e+11,1.50499e-10,2306500,2306500
+2000-0202,[2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 2],[1248000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000],[2- 0- 0- 0- 0- 2- 0- 2],[1248000- 0- 0- 0- 0- 1469000- 0- 1469000],69.24427915706875,2000.7050198745412,5.37851e+11,1.28742e-10,2304500,2304500
+3333-0300,[3- 3- 3- 3- 0- 0- 0- 0- 0- 0- 3- 0- 0],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0],[3- 3- 3- 3- 0- 3- 0- 0],[1690000- 1690000- 1690000- 1690000- 0- 2314000- 0- 0],68.8585881417663,2002.428224969299,6.25572e+11,1.10073e-10,2302500,2302500
+0003-2022,[0- 0- 0- 3- 0- 0- 0- 0- 0- 2- 0- 2- 2],[0- 0- 0- 1690000- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 1469000],[0- 0- 0- 3- 2- 0- 2- 2],[0- 0- 0- 1690000- 1469000- 0- 1469000- 1469000],91.1025149142987,2593.115315255358,8.94489e+11,1.01849e-10,2296500,2288000
+3000-2000,[3- 0- 0- 0- 0- 0- 0- 0- 0- 2- 0- 0- 0],[1690000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 0- 0],[3- 0- 0- 0- 2- 0- 0- 0],[1690000- 0- 0- 0- 1469000- 0- 0- 0],38.93515396837066,1169.4426109286767,1.50978e+11,2.57886e-10,2287000,2287000
+1111-3030,[1- 1- 1- 1- 0- 0- 0- 0- 0- 3- 0- 3- 0],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 0],[1- 1- 1- 1- 3- 0- 3- 0],[598000- 598000- 598000- 598000- 2314000- 0- 2314000- 0],48.274555895924344,1425.8092139058645,4.17999e+11,1.1549e-10,2285500,2285500
+3003-2202,[3- 0- 0- 3- 0- 0- 0- 0- 0- 2- 2- 0- 2],[1690000- 0- 0- 1690000- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 1469000],[3- 0- 0- 3- 2- 2- 0- 2],[1690000- 0- 0- 1690000- 1469000- 1469000- 0- 1469000],90.97419558775945,2589.8254916632814,1.02783e+12,8.85109e-11,2278500,2263500
+3333-0001,[3- 3- 3- 3- 0- 0- 0- 0- 0- 0- 0- 0- 1],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 741000],[3- 3- 3- 3- 0- 0- 0- 1],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 741000],68.96356294855403,2008.0366192852198,6.26348e+11,1.10104e-10,2285500,2285500
+0300-0222,[0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 2- 2- 2],[0- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000],[0- 3- 0- 0- 0- 2- 2- 2],[0- 1690000- 0- 0- 0- 1469000- 1469000- 1469000],87.73265564111072,2504.5206546002637,7.92973e+11,1.10638e-10,2281500,2281000
+1111-1111,[1- 1- 1- 1- 0- 0- 0- 0- 0- 1- 1- 1- 1],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 741000- 741000- 741000- 741000],[1- 1- 1- 1- 1- 1- 1- 1],[598000- 598000- 598000- 598000- 741000- 741000- 741000- 741000],59.626232100032496,1744.1463298231681,6.34485e+11,9.39758e-11,2279500,2279500
+0030-0011,[0- 0- 3- 0- 0- 0- 0- 0- 0- 0- 0- 1- 1],[0- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 741000],[0- 0- 3- 0- 0- 0- 1- 1],[0- 0- 1690000- 0- 0- 0- 741000- 741000],46.021102665309236,1361.132910881084,2.79074e+11,1.64906e-10,2278000,2278000
+3303-1110,[3- 3- 0- 3- 0- 0- 0- 0- 0- 1- 1- 1- 0],[1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 741000- 741000- 741000- 0],[3- 3- 0- 3- 1- 1- 1- 0],[1690000- 1690000- 0- 1690000- 741000- 741000- 741000- 0],77.02527858774563,2227.941339033911,7.44423e+11,1.0347e-10,2276500,2276500
+3300-0010,[3- 3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 0],[1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 0],[3- 3- 0- 0- 0- 0- 1- 0],[1690000- 1690000- 0- 0- 0- 0- 741000- 0],39.567167256666295,1180.6323626163482,1.78536e+11,2.2162e-10,2274500,2274500
+1011-0000,[1- 0- 1- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0],[598000- 0- 598000- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 0- 1- 1- 0- 0- 0- 0],[598000- 0- 598000- 598000- 0- 0- 0- 0],34.23733881173855,1028.0307948839916,1.24951e+11,2.74006e-10,2273500,2273500
+0101-0220,[0- 1- 0- 1- 0- 0- 0- 0- 0- 0- 2- 2- 0],[0- 598000- 0- 598000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0],[0- 1- 0- 1- 0- 2- 2- 0],[0- 598000- 0- 598000- 0- 1469000- 1469000- 0],46.638618909890624,1384.9379004477273,3.35416e+11,1.39047e-10,2732000,2732000
+0000-1001,[0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 0- 0- 1],[0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 0- 0- 741000],[0- 0- 0- 0- 1- 0- 0- 1],[0- 0- 0- 0- 741000- 0- 0- 741000],45.61877800997951,1354.510417582785,2.38635e+11,1.91165e-10,2731000,2731000
+3030-2202,[3- 0- 3- 0- 0- 0- 0- 0- 0- 2- 2- 0- 2],[1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 1469000],[3- 0- 3- 0- 2- 2- 0- 2],[1690000- 0- 1690000- 0- 1469000- 1469000- 0- 1469000],87.04356826274503,2492.07396468035,8.40193e+11,1.03599e-10,2727500,2727000
+2202-3030,[2- 2- 0- 2- 0- 0- 0- 0- 0- 3- 0- 3- 0],[1248000- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 0],[2- 2- 0- 2- 3- 0- 3- 0],[1248000- 1248000- 0- 1248000- 2314000- 0- 2314000- 0],54.51713493996797,1600.7150037117678,5.28713e+11,1.03113e-10,2725500,2725500
+2002-0110,[2- 0- 0- 2- 0- 0- 0- 0- 0- 0- 1- 1- 0],[1248000- 0- 0- 1248000- 0- 0- 0- 0- 0- 0- 741000- 741000- 0],[2- 0- 0- 2- 0- 1- 1- 0],[1248000- 0- 0- 1248000- 0- 741000- 741000- 0],51.850279591253454,1529.070520077931,4.33112e+11,1.19716e-10,2724000,2724000
+1111-0300,[1- 1- 1- 1- 0- 0- 0- 0- 0- 0- 3- 0- 0],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0],[1- 1- 1- 1- 0- 3- 0- 0],[598000- 598000- 598000- 598000- 0- 2314000- 0- 0],41.598960747373816,1237.924563229372,2.91449e+11,1.42732e-10,2722500,2722500
+3033-2202,[3- 0- 3- 3- 0- 0- 0- 0- 0- 2- 2- 0- 2],[1690000- 0- 1690000- 1690000- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 1469000],[3- 0- 3- 3- 2- 2- 0- 2],[1690000- 0- 1690000- 1690000- 1469000- 1469000- 0- 1469000],92.1563035213829,2618.5795241455894,1.15667e+12,7.96738e-11,2714000,2694000
+2022-0003,[2- 0- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 3],[1248000- 0- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000],[2- 0- 2- 2- 0- 0- 0- 3],[1248000- 0- 1248000- 1248000- 0- 0- 0- 2314000],92.23158134572502,2622.184344108444,6.81065e+11,1.35423e-10,2700000,2683500
+1100-2202,[1- 1- 0- 0- 0- 0- 0- 0- 0- 2- 2- 0- 2],[598000- 598000- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 1469000],[1- 1- 0- 0- 2- 2- 0- 2],[598000- 598000- 0- 0- 1469000- 1469000- 0- 1469000],88.1105548621914,2514.877235795017,8.2682e+11,1.06566e-10,2681500,2681000
+3003-0330,[3- 0- 0- 3- 0- 0- 0- 0- 0- 0- 3- 3- 0],[1690000- 0- 0- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0],[3- 0- 0- 3- 0- 3- 3- 0],[1690000- 0- 0- 1690000- 0- 2314000- 2314000- 0],63.41847988934798,1849.4283382838514,4.99937e+11,1.26853e-10,2682500,2682500
+2022-1001,[2- 0- 2- 2- 0- 0- 0- 0- 0- 1- 0- 0- 1],[1248000- 0- 1248000- 1248000- 0- 0- 0- 0- 0- 741000- 0- 0- 741000],[2- 0- 2- 2- 1- 0- 0- 1],[1248000- 0- 1248000- 1248000- 741000- 0- 0- 741000],53.88972265548802,1584.6740575912197,5.19211e+11,1.03792e-10,2680500,2680500
+0003-3003,[0- 0- 0- 3- 0- 0- 0- 0- 0- 3- 0- 0- 3],[0- 0- 0- 1690000- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000],[0- 0- 0- 3- 3- 0- 0- 3],[0- 0- 0- 1690000- 2314000- 0- 0- 2314000],92.29636491134727,2623.6274810215923,9.34724e+11,9.87418e-11,2661500,2595000
+2020-1111,[2- 0- 2- 0- 0- 0- 0- 0- 0- 1- 1- 1- 1],[1248000- 0- 1248000- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000- 741000],[2- 0- 2- 0- 1- 1- 1- 1],[1248000- 0- 1248000- 0- 741000- 741000- 741000- 741000],58.48646984188907,1715.8205674832561,5.67317e+11,1.03093e-10,2659000,2659000
+3000-0001,[3- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1],[1690000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000],[3- 0- 0- 0- 0- 0- 0- 1],[1690000- 0- 0- 0- 0- 0- 0- 741000],39.575303330951975,1178.5313177008625,1.50741e+11,2.62538e-10,2658000,2658000
+3303-0220,[3- 3- 0- 3- 0- 0- 0- 0- 0- 0- 2- 2- 0],[1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0],[3- 3- 0- 3- 0- 2- 2- 0],[1690000- 1690000- 0- 1690000- 0- 1469000- 1469000- 0],69.87569285664549,2031.7999631065695,6.32529e+11,1.1047e-10,2655500,2655500
+2222-0200,[2- 2- 2- 2- 0- 0- 0- 0- 0- 0- 2- 0- 0],[1248000- 1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 0- 0],[2- 2- 2- 2- 0- 2- 0- 0],[1248000- 1248000- 1248000- 1248000- 0- 1469000- 0- 0],49.78269170515333,1473.2925869839294,4.89218e+11,1.0176e-10,2654500,2654500
+3003-2022,[3- 0- 0- 3- 0- 0- 0- 0- 0- 2- 0- 2- 2],[1690000- 0- 0- 1690000- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 1469000],[3- 0- 0- 3- 2- 0- 2- 2],[1690000- 0- 0- 1690000- 1469000- 0- 1469000- 1469000],92.23020774563362,2621.283127232508,1.03134e+12,8.94275e-11,2647000,2634000
+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],68.41842087281262,1990.9655111231395,5.33843e+11,1.28162e-10,2632500,2632500
+0220-0330,[0- 2- 2- 0- 0- 0- 0- 0- 0- 0- 3- 3- 0],[0- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0],[0- 2- 2- 0- 0- 3- 3- 0],[0- 1248000- 1248000- 0- 0- 2314000- 2314000- 0],46.129310755988286,1366.7875665520824,3.149e+11,1.46489e-10,2634000,2634000
+3003-1111,[3- 0- 0- 3- 0- 0- 0- 0- 0- 1- 1- 1- 1],[1690000- 0- 0- 1690000- 0- 0- 0- 0- 0- 741000- 741000- 741000- 741000],[3- 0- 0- 3- 1- 1- 1- 1],[1690000- 0- 0- 1690000- 741000- 741000- 741000- 741000],76.81195105108375,2209.867621778395,7.57861e+11,1.01354e-10,2631500,2631500
+3030-0101,[3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 1- 0- 1],[1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 741000- 0- 741000],[3- 0- 3- 0- 0- 1- 0- 1],[1690000- 0- 1690000- 0- 0- 741000- 0- 741000],46.24585697786419,1374.5366306163316,3.1407e+11,1.47247e-10,2630000,2630000
+0100-0300,[0- 1- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0- 0],[0- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 0- 0],[0- 1- 0- 0- 0- 3- 0- 0],[0- 598000- 0- 0- 0- 2314000- 0- 0],39.24987734486909,1172.1517577749983,1.51266e+11,2.59476e-10,2629000,2629000
+3300-3030,[3- 3- 0- 0- 0- 0- 0- 0- 0- 3- 0- 3- 0],[1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 0],[3- 3- 0- 0- 3- 0- 3- 0],[1690000- 1690000- 0- 0- 2314000- 0- 2314000- 0],45.90994420974304,1356.4733396258252,3.14512e+11,1.45972e-10,2627500,2627500
+0033-2200,[0- 0- 3- 3- 0- 0- 0- 0- 0- 2- 2- 0- 0],[0- 0- 1690000- 1690000- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 0],[0- 0- 3- 3- 2- 2- 0- 0],[0- 0- 1690000- 1690000- 1469000- 1469000- 0- 0],63.201054281777445,1843.9871856543534,4.9897e+11,1.26663e-10,2626000,2626000
+0333-0202,[0- 3- 3- 3- 0- 0- 0- 0- 0- 0- 2- 0- 2],[0- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000],[0- 3- 3- 3- 0- 2- 0- 2],[0- 1690000- 1690000- 1690000- 0- 1469000- 0- 1469000],91.51868444561656,2601.7064305736167,8.96494e+11,1.02085e-10,2621000,2619500
+0011-2202,[0- 0- 1- 1- 0- 0- 0- 0- 0- 2- 2- 0- 2],[0- 0- 598000- 598000- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 1469000],[0- 0- 1- 1- 2- 2- 0- 2],[0- 0- 598000- 598000- 1469000- 1469000- 0- 1469000],87.43858531009103,2501.6558422922976,8.60923e+11,1.01564e-10,2616000,2615500
+0333-1001,[0- 3- 3- 3- 0- 0- 0- 0- 0- 1- 0- 0- 1],[0- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 741000- 0- 0- 741000],[0- 3- 3- 3- 1- 0- 0- 1],[0- 1690000- 1690000- 1690000- 741000- 0- 0- 741000],70.12495871728183,2036.8429665168107,6.3294e+11,1.10792e-10,2614000,2614000
+1110-0110,[1- 1- 1- 0- 0- 0- 0- 0- 0- 0- 1- 1- 0],[598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 0- 741000- 741000- 0],[1- 1- 1- 0- 0- 1- 1- 0],[598000- 598000- 598000- 0- 0- 741000- 741000- 0],46.48836389397682,1375.4453310142567,3.38587e+11,1.37301e-10,2612500,2612500
+2222-0011,[2- 2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 1- 1],[1248000- 1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 741000- 741000],[2- 2- 2- 2- 0- 0- 1- 1],[1248000- 1248000- 1248000- 1248000- 0- 0- 741000- 741000],57.803218191185564,1687.5029279083308,6.12778e+11,9.43298e-11,2610500,2610500
+3303-0010,[3- 3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 1- 0],[1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 741000- 0],[3- 3- 0- 3- 0- 0- 1- 0],[1690000- 1690000- 0- 1690000- 0- 0- 741000- 0],62.557345528219294,1834.0008790620582,4.97592e+11,1.2572e-10,2609500,2609500
+0020-0220,[0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 2- 2- 0],[0- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0],[0- 0- 2- 0- 0- 2- 2- 0],[0- 0- 1248000- 0- 0- 1469000- 1469000- 0],45.66057335531066,1355.5596109026415,2.80919e+11,1.6254e-10,2607500,2607500
+1101-0020,[1- 1- 0- 1- 0- 0- 0- 0- 0- 0- 0- 2- 0],[598000- 598000- 0- 598000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0],[1- 1- 0- 1- 0- 0- 2- 0],[598000- 598000- 0- 598000- 0- 0- 1469000- 0],40.85218864169798,1223.464152687641,2.50212e+11,1.6327e-10,2609000,2609000
+0011-2220,[0- 0- 1- 1- 0- 0- 0- 0- 0- 2- 2- 2- 0],[0- 0- 598000- 598000- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000- 0],[0- 0- 1- 1- 2- 2- 2- 0],[0- 0- 598000- 598000- 1469000- 1469000- 1469000- 0],53.21646515709505,1562.605483587304,4.66896e+11,1.13979e-10,2607500,2607500
+0100-1111,[0- 1- 0- 0- 0- 0- 0- 0- 0- 1- 1- 1- 1],[0- 598000- 0- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000- 741000],[0- 1- 0- 0- 1- 1- 1- 1],[0- 598000- 0- 0- 741000- 741000- 741000- 741000],57.63693828796705,1696.7671411616268,5.29697e+11,1.08811e-10,2606500,2606500
+2220-0002,[2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1469000],[2- 2- 2- 0- 0- 0- 0- 2],[1248000- 1248000- 1248000- 0- 0- 0- 0- 1469000],51.820824721810226,1539.140631699505,3.49533e+11,1.48257e-10,2604500,2604500
+1101-1101,[1- 1- 0- 1- 0- 0- 0- 0- 0- 1- 1- 0- 1],[598000- 598000- 0- 598000- 0- 0- 0- 0- 0- 741000- 741000- 0- 741000],[1- 1- 0- 1- 1- 1- 0- 1],[598000- 598000- 0- 598000- 741000- 741000- 0- 741000],53.82322414746841,1587.1038965359428,4.92804e+11,1.09218e-10,2603500,2603500
+0303-2202,[0- 3- 0- 3- 0- 0- 0- 0- 0- 2- 2- 0- 2],[0- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 1469000],[0- 3- 0- 3- 2- 2- 0- 2],[0- 1690000- 0- 1690000- 1469000- 1469000- 0- 1469000],92.07079135699803,2619.148962732569,1.02227e+12,9.0065e-11,2597500,2584500
+0110-2220,[0- 1- 1- 0- 0- 0- 0- 0- 0- 2- 2- 2- 0],[0- 598000- 598000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000- 0],[0- 1- 1- 0- 2- 2- 2- 0],[0- 598000- 598000- 0- 1469000- 1469000- 1469000- 0],52.23889826180794,1539.7050876973549,4.45583e+11,1.17237e-10,2583000,2583000
+0003-2000,[0- 0- 0- 3- 0- 0- 0- 0- 0- 2- 0- 0- 0],[0- 0- 0- 1690000- 0- 0- 0- 0- 0- 1469000- 0- 0- 0],[0- 0- 0- 3- 2- 0- 0- 0],[0- 0- 0- 1690000- 1469000- 0- 0- 0],49.78463516283806,1470.7680028848438,2.40778e+11,2.06766e-10,2584500,2584500
+1101-0222,[1- 1- 0- 1- 0- 0- 0- 0- 0- 0- 2- 2- 2],[598000- 598000- 0- 598000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000],[1- 1- 0- 1- 0- 2- 2- 2],[598000- 598000- 0- 598000- 0- 1469000- 1469000- 1469000],88.1988406238819,2525.0143344850517,8.8992e+11,9.91087e-11,2582500,2582000
+2220-1010,[2- 2- 2- 0- 0- 0- 0- 0- 0- 1- 0- 1- 0],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 741000- 0- 741000- 0],[2- 2- 2- 0- 1- 0- 1- 0],[1248000- 1248000- 1248000- 0- 741000- 0- 741000- 0],48.51422751414818,1434.133772187846,4.30763e+11,1.12624e-10,2580500,2580500
+3303-2202,[3- 3- 0- 3- 0- 0- 0- 0- 0- 2- 2- 0- 2],[1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 1469000- 1469000- 0- 1469000],[3- 3- 0- 3- 2- 2- 0- 2],[1690000- 1690000- 0- 1690000- 1469000- 1469000- 0- 1469000],92.04366316737286,2620.393660027732,1.14101e+12,8.06686e-11,2574000,2553500
+3330-1111,[3- 3- 3- 0- 0- 0- 0- 0- 0- 1- 1- 1- 1],[1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000- 741000],[3- 3- 3- 0- 1- 1- 1- 1],[1690000- 1690000- 1690000- 0- 741000- 741000- 741000- 741000],58.34962739667262,1712.1856451622727,5.72832e+11,1.01862e-10,2559000,2559000
+0101-0020,[0- 1- 0- 1- 0- 0- 0- 0- 0- 0- 0- 2- 0],[0- 598000- 0- 598000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0],[0- 1- 0- 1- 0- 0- 2- 0],[0- 598000- 0- 598000- 0- 0- 1469000- 0],40.07778042239593,1197.2851928376945,2.08234e+11,1.92465e-10,2558000,2558000
+0303-0020,[0- 3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 2- 0],[0- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0],[0- 3- 0- 3- 0- 0- 2- 0],[0- 1690000- 0- 1690000- 0- 0- 1469000- 0],55.713067179400355,1642.564677285043,3.70935e+11,1.50196e-10,2556500,2556500
+2002-0003,[2- 0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 0- 3],[1248000- 0- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000],[2- 0- 0- 2- 0- 0- 0- 3],[1248000- 0- 0- 1248000- 0- 0- 0- 2314000],91.65208265557725,2608.2567026211073,5.86439e+11,1.56286e-10,2548500,2536000
+1010-0011,[1- 0- 1- 0- 0- 0- 0- 0- 0- 0- 0- 1- 1],[598000- 0- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 741000],[1- 0- 1- 0- 0- 0- 1- 1],[598000- 0- 598000- 0- 0- 0- 741000- 741000],45.91313441738388,1362.4330265730114,3.14362e+11,1.46052e-10,2534000,2534000
+2222-0010,[2- 2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 1- 0],[1248000- 1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 741000- 0],[2- 2- 2- 2- 0- 0- 1- 0],[1248000- 1248000- 1248000- 1248000- 0- 0- 741000- 0],49.5107550906526,1459.6752256935913,4.84075e+11,1.02279e-10,2535500,2535500
+2222-3030,[2- 2- 2- 2- 0- 0- 0- 0- 0- 3- 0- 3- 0],[1248000- 1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 0],[2- 2- 2- 2- 3- 0- 3- 0],[1248000- 1248000- 1248000- 1248000- 2314000- 0- 2314000- 0],56.857447718485275,1675.7703243339433,6.17044e+11,9.21449e-11,2533000,2533000
+0330-3330,[0- 3- 3- 0- 0- 0- 0- 0- 0- 3- 3- 3- 0],[0- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000- 0],[0- 3- 3- 0- 3- 3- 3- 0],[0- 1690000- 1690000- 0- 2314000- 2314000- 2314000- 0],52.89973137461709,1557.1830208996582,4.43849e+11,1.19184e-10,2531500,2531500
diff --git a/experiment_automatization/summary_files_only/summary___28Oct22_12_31_47.csv b/experiment_automatization/summary_files_only/summary___28Oct22_12_31_47.csv
new file mode 100755
index 0000000000000000000000000000000000000000..796a272bbe746fdb33e218691be77f516b39c1e4
--- /dev/null
+++ b/experiment_automatization/summary_files_only/summary___28Oct22_12_31_47.csv
@@ -0,0 +1,51 @@
+configurations,generic format,exact frequency,samsung galaxy format,exact frequencies,phone energy,phone power,workload,energy by workload,starting cc_info,ending cc_info
+3303-0033,[3- 3- 0- 3- 0- 0- 0- 0- 0- 0- 0- 3- 3],[1690000- 1690000- 0- 1690000- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000],[3- 3- 0- 3- 0- 0- 3- 3],[1690000- 1690000- 0- 1690000- 0- 0- 2314000- 2314000],,,,,2554000,
+0200-3030,[0- 2- 0- 0- 0- 0- 0- 0- 0- 3- 0- 3- 0],[0- 1248000- 0- 0- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 0],[0- 2- 0- 0- 3- 0- 3- 0],[0- 1248000- 0- 0- 2314000- 0- 2314000- 0],46.10394598797739,1362.815549981708,2.79222e+11,1.65116e-10,2550500,2550500
+2022-0001,[2- 0- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 1],[1248000- 0- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 741000],[2- 0- 2- 2- 0- 0- 0- 1],[1248000- 0- 1248000- 1248000- 0- 0- 0- 741000],48.14850422778429,1431.0911124312947,3.98897e+11,1.20704e-10,2548500,2548500
+2220-1011,[2- 2- 2- 0- 0- 0- 0- 0- 0- 1- 0- 1- 1],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 741000- 0- 741000- 741000],[2- 2- 2- 0- 1- 0- 1- 1],[1248000- 1248000- 1248000- 0- 741000- 0- 741000- 741000],59.70151513014381,1754.71575733715,6.06357e+11,9.84593e-11,2547000,2547000
+0003-0200,[0- 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],50.49972320550031,1493.8305317604538,2.43003e+11,2.07815e-10,2546000,2546000
+0000-0300,[0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 0- 0],[0- 0- 0- 0- 0- 3- 0- 0],[0- 0- 0- 0- 0- 2314000- 0- 0],39.34551567201966,1171.1142874148386,1.17998e+11,3.33442e-10,2545000,2545000
+1111-0200,[1- 1- 1- 1- 0- 0- 0- 0- 0- 0- 2- 0- 0],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 1469000- 0- 0],[1- 1- 1- 1- 0- 2- 0- 0],[598000- 598000- 598000- 598000- 0- 1469000- 0- 0],42.305723316364656,1263.7248945001115,2.90294e+11,1.45734e-10,2543500,2543500
+1110-1100,[1- 1- 1- 0- 0- 0- 0- 0- 0- 1- 1- 0- 0],[598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 741000- 741000- 0- 0],[1- 1- 1- 0- 1- 1- 0- 0],[598000- 598000- 598000- 0- 741000- 741000- 0- 0],47.360637538909664,1404.4941721257012,3.46349e+11,1.36743e-10,2542000,2542000
+0100-2022,[0- 1- 0- 0- 0- 0- 0- 0- 0- 2- 0- 2- 2],[0- 598000- 0- 0- 0- 0- 0- 0- 0- 1469000- 0- 1469000- 1469000],[0- 1- 0- 0- 2- 0- 2- 2],[0- 598000- 0- 0- 1469000- 0- 1469000- 1469000],87.76713294551504,2509.480762780765,7.90258e+11,1.11061e-10,2540000,2539000
+0003-0303,[0- 0- 0- 3- 0- 0- 0- 0- 0- 0- 3- 0- 3],[0- 0- 0- 1690000- 0- 0- 0- 0- 0- 0- 2314000- 0- 2314000],[0- 0- 0- 3- 0- 3- 0- 3],[0- 0- 0- 1690000- 0- 2314000- 0- 2314000],90.27370476757682,2571.1392244262943,9.37296e+11,9.63129e-11,2518500,2446500
+1001-0330,[1- 0- 0- 1- 0- 0- 0- 0- 0- 0- 3- 3- 0],[598000- 0- 0- 598000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0],[1- 0- 0- 1- 0- 3- 3- 0],[598000- 0- 0- 598000- 0- 2314000- 2314000- 0],47.61159059480536,1411.4055148242169,3.36269e+11,1.41588e-10,2528000,2528000
+2200-0303,[2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0- 3],[1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 0- 2314000],[2- 2- 0- 0- 0- 3- 0- 3],[1248000- 1248000- 0- 0- 0- 2314000- 0- 2314000],90.37624115805252,2573.243917035954,8.85907e+11,1.02015e-10,2508500,2445000
+1001-0010,[1- 0- 0- 1- 0- 0- 0- 0- 0- 0- 0- 1- 0],[598000- 0- 0- 598000- 0- 0- 0- 0- 0- 0- 0- 741000- 0],[1- 0- 0- 1- 0- 0- 1- 0],[598000- 0- 0- 598000- 0- 0- 741000- 0],40.918555344342515,1225.974482206883,2.08275e+11,1.96464e-10,2501500,2501500
+0300-1101,[0- 3- 0- 0- 0- 0- 0- 0- 0- 1- 1- 0- 1],[0- 1690000- 0- 0- 0- 0- 0- 0- 0- 741000- 741000- 0- 741000],[0- 3- 0- 0- 1- 1- 0- 1],[0- 1690000- 0- 0- 741000- 741000- 0- 741000],53.12946809398558,1571.371614257727,4.03855e+11,1.31556e-10,2500000,2500000
+0111-0220,[0- 1- 1- 1- 0- 0- 0- 0- 0- 0- 2- 2- 0],[0- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 0],[0- 1- 1- 1- 0- 2- 2- 0],[0- 598000- 598000- 598000- 0- 1469000- 1469000- 0],48.129899015394074,1425.6157039441664,3.81531e+11,1.26149e-10,2498500,2498500
+2220-3330,[2- 2- 2- 0- 0- 0- 0- 0- 0- 3- 3- 3- 0],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000- 0],[2- 2- 2- 0- 3- 3- 3- 0],[1248000- 1248000- 1248000- 0- 2314000- 2314000- 2314000- 0],54.80320280476884,1614.5454138047542,4.7362e+11,1.15711e-10,2496500,2496500
+1000-0010,[1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 0],[598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 0],[1- 0- 0- 0- 0- 0- 1- 0],[598000- 0- 0- 0- 0- 0- 741000- 0],40.22160760235519,1198.361135730452,1.51083e+11,2.66222e-10,2495000,2495000
+1010-3003,[1- 0- 1- 0- 0- 0- 0- 0- 0- 3- 0- 0- 3],[598000- 0- 598000- 0- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000],[1- 0- 1- 0- 3- 0- 0- 3],[598000- 0- 598000- 0- 2314000- 0- 0- 2314000],89.93665106423094,2564.255311850087,7.90067e+11,1.13834e-10,2476500,2450000
+2202-3003,[2- 2- 0- 2- 0- 0- 0- 0- 0- 3- 0- 0- 3],[1248000- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 2314000- 0- 0- 2314000],[2- 2- 0- 2- 3- 0- 0- 3],[1248000- 1248000- 0- 1248000- 2314000- 0- 0- 2314000],90.35973511649532,2575.06512649287,1.10421e+12,8.1832e-11,2457000,2383500
+2220-2000,[2- 2- 2- 0- 0- 0- 0- 0- 0- 2- 0- 0- 0],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 1469000- 0- 0- 0],[2- 2- 2- 0- 2- 0- 0- 0],[1248000- 1248000- 1248000- 0- 1469000- 0- 0- 0],41.27615320240724,1228.6971242467573,2.1719e+11,1.90046e-10,2455000,2455000
+0101-3330,[0- 1- 0- 1- 0- 0- 0- 0- 0- 3- 3- 3- 0],[0- 598000- 0- 598000- 0- 0- 0- 0- 0- 2314000- 2314000- 2314000- 0],[0- 1- 0- 1- 3- 3- 3- 0],[0- 598000- 0- 598000- 2314000- 2314000- 2314000- 0],54.28155264699781,1604.1422143671011,4.65538e+11,1.166e-10,2453500,2453500
+2022-3300,[2- 0- 2- 2- 0- 0- 0- 0- 0- 3- 3- 0- 0],[1248000- 0- 1248000- 1248000- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 0],[2- 0- 2- 2- 3- 3- 0- 0],[1248000- 0- 1248000- 1248000- 2314000- 2314000- 0- 0],55.41580362196575,1628.0303136756347,5.30159e+11,1.04527e-10,2452000,2452000
+1010-1001,[1- 0- 1- 0- 0- 0- 0- 0- 0- 1- 0- 0- 1],[598000- 0- 598000- 0- 0- 0- 0- 0- 0- 741000- 0- 0- 741000],[1- 0- 1- 0- 1- 0- 0- 1],[598000- 0- 598000- 0- 741000- 0- 0- 741000],47.095389873231476,1394.8815741692144,3.11575e+11,1.51153e-10,2450500,2450500
+3000-0000,[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- 0- 0],32.918158542737096,991.8603086900805,2.96747e+10,1.1093e-09,2449500,2449500
+3333-1101,[3- 3- 3- 3- 0- 0- 0- 0- 0- 1- 1- 0- 1],[1690000- 1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 741000- 741000- 0- 741000],[3- 3- 3- 3- 1- 1- 0- 1],[1690000- 1690000- 1690000- 1690000- 741000- 741000- 0- 741000],84.68269125750886,2423.3847985913303,8.66278e+11,9.77546e-11,2447000,2447000
+0220-0300,[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- 0],40.55981697789146,1209.5608500944982,1.86901e+11,2.17012e-10,2445000,2445000
+2000-3030,[2- 0- 0- 0- 0- 0- 0- 0- 0- 3- 0- 3- 0],[1248000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 0],[2- 0- 0- 0- 3- 0- 3- 0],[1248000- 0- 0- 0- 2314000- 0- 2314000- 0],46.50270421842809,1377.0461398312757,2.80311e+11,1.65897e-10,2443500,2443500
+1100-2200,[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- 0- 0],46.65690225434112,1387.9021439196908,3.14786e+11,1.48218e-10,2442000,2442000
+3330-0101,[3- 3- 3- 0- 0- 0- 0- 0- 0- 0- 1- 0- 1],[1690000- 1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 741000- 0- 741000],[3- 3- 3- 0- 0- 1- 0- 1],[1690000- 1690000- 1690000- 0- 0- 741000- 0- 741000],47.341215191208576,1402.8668549757522,3.38852e+11,1.39711e-10,2440500,2440500
+3300-1001,[3- 3- 0- 0- 0- 0- 0- 0- 0- 1- 0- 0- 1],[1690000- 1690000- 0- 0- 0- 0- 0- 0- 0- 741000- 0- 0- 741000],[3- 3- 0- 0- 1- 0- 0- 1],[1690000- 1690000- 0- 0- 741000- 0- 0- 741000],47.124584724091775,1393.2321764033675,3.1358e+11,1.50279e-10,2439000,2439000
+0222-0022,[0- 2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 2- 2],[0- 1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 1469000- 1469000],[0- 2- 2- 2- 0- 0- 2- 2],[0- 1248000- 1248000- 1248000- 0- 0- 1469000- 1469000],78.50916966018868,2257.0091533763593,7.92567e+11,9.90568e-11,2436000,2436000
+1111-3000,[1- 1- 1- 1- 0- 0- 0- 0- 0- 3- 0- 0- 0],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 2314000- 0- 0- 0],[1- 1- 1- 1- 3- 0- 0- 0],[598000- 598000- 598000- 598000- 2314000- 0- 0- 0],42.38403806553505,1264.75651955678,2.90825e+11,1.45737e-10,2434500,2434500
+2202-1101,[2- 2- 0- 2- 0- 0- 0- 0- 0- 1- 1- 0- 1],[1248000- 1248000- 0- 1248000- 0- 0- 0- 0- 0- 741000- 741000- 0- 741000],[2- 2- 0- 2- 1- 1- 0- 1],[1248000- 1248000- 0- 1248000- 741000- 741000- 0- 741000],61.93926849481513,1815.2233431153215,6.47542e+11,9.56529e-11,2432500,2432500
+0000-1100,[0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 1- 0- 0],[0- 0- 0- 0- 0- 0- 0- 0- 0- 741000- 741000- 0- 0],[0- 0- 0- 0- 1- 1- 0- 0],[0- 0- 0- 0- 741000- 741000- 0- 0],46.63979970527358,1376.851681534832,2.44446e+11,1.90798e-10,2431500,2431500
+1001-3030,[1- 0- 0- 1- 0- 0- 0- 0- 0- 3- 0- 3- 0],[598000- 0- 0- 598000- 0- 0- 0- 0- 0- 2314000- 0- 2314000- 0],[1- 0- 0- 1- 3- 0- 3- 0],[598000- 0- 0- 598000- 2314000- 0- 2314000- 0],47.520846029098465,1405.2558940362442,3.35732e+11,1.41544e-10,2429500,2429500
+3030-1000,[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- 0],39.89541389511606,1193.5026815348313,2.11575e+11,1.88564e-10,2425000,2425000
+1111-0000,[1- 1- 1- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0],[598000- 598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 0],[1- 1- 1- 1- 0- 0- 0- 0],[598000- 598000- 598000- 598000- 0- 0- 0- 0],35.45299381213031,1065.7183041955175,1.61634e+11,2.19341e-10,2423500,2423500
+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],54.52435041458763,1604.2008673720645,4.56811e+11,1.19359e-10,2422000,2422000
+0100-3303,[0- 1- 0- 0- 0- 0- 0- 0- 0- 3- 3- 0- 3],[0- 598000- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 2314000],[0- 1- 0- 0- 3- 3- 0- 3],[0- 598000- 0- 0- 2314000- 2314000- 0- 2314000],90.47083138112505,2578.3229712341313,1.09194e+12,8.28533e-11,2400000,2340000
+3000-3303,[3- 0- 0- 0- 0- 0- 0- 0- 0- 3- 3- 0- 3],[1690000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000- 0- 2314000],[3- 0- 0- 0- 3- 3- 0- 3],[1690000- 0- 0- 0- 2314000- 2314000- 0- 2314000],90.52332159290525,2578.5471211493004,1.1194e+12,8.08677e-11,2382500,2319000
+0002-0002,[0- 0- 0- 2- 0- 0- 0- 0- 0- 0- 0- 0- 2],[0- 0- 0- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 1469000],[0- 0- 0- 2- 0- 0- 0- 2],[0- 0- 0- 1248000- 0- 0- 0- 1469000],54.86416815325059,1615.6068582982673,3.2782e+11,1.67361e-10,2382000,2382000
+2200-1000,[2- 2- 0- 0- 0- 0- 0- 0- 0- 1- 0- 0- 0],[1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 741000- 0- 0- 0],[2- 2- 0- 0- 1- 0- 0- 0],[1248000- 1248000- 0- 0- 741000- 0- 0- 0],40.296534170644286,1204.568577568545,1.84309e+11,2.18636e-10,2380500,2380500
+2220-0033,[2- 2- 2- 0- 0- 0- 0- 0- 0- 0- 0- 3- 3],[1248000- 1248000- 1248000- 0- 0- 0- 0- 0- 0- 0- 0- 2314000- 2314000],[2- 2- 2- 0- 0- 0- 3- 3],[1248000- 1248000- 1248000- 0- 0- 0- 2314000- 2314000],90.57491624021313,2576.4524184279003,9.2813e+11,9.75886e-11,2360000,2292500
+0100-1110,[0- 1- 0- 0- 0- 0- 0- 0- 0- 1- 1- 1- 0],[0- 598000- 0- 0- 0- 0- 0- 0- 0- 741000- 741000- 741000- 0],[0- 1- 0- 0- 1- 1- 1- 0],[0- 598000- 0- 0- 741000- 741000- 741000- 0],52.96278531338731,1565.8692004484387,4.04345e+11,1.30984e-10,2360500,2360500
+1010-2000,[1- 0- 1- 0- 0- 0- 0- 0- 0- 2- 0- 0- 0],[598000- 0- 598000- 0- 0- 0- 0- 0- 0- 1469000- 0- 0- 0],[1- 0- 1- 0- 2- 0- 0- 0],[598000- 0- 598000- 0- 1469000- 0- 0- 0],40.493708976631645,1207.7447325504545,1.87292e+11,2.16206e-10,2359000,2359000
+2002-1110,[2- 0- 0- 2- 0- 0- 0- 0- 0- 1- 1- 1- 0],[1248000- 0- 0- 1248000- 0- 0- 0- 0- 0- 741000- 741000- 741000- 0],[2- 0- 0- 2- 1- 1- 1- 0],[1248000- 0- 0- 1248000- 741000- 741000- 741000- 0],59.133749845608946,1728.958715463774,5.43114e+11,1.08879e-10,2357500,2357500
+3033-1000,[3- 0- 3- 3- 0- 0- 0- 0- 0- 1- 0- 0- 0],[1690000- 0- 1690000- 1690000- 0- 0- 0- 0- 0- 741000- 0- 0- 0],[3- 0- 3- 3- 1- 0- 0- 0],[1690000- 0- 1690000- 1690000- 741000- 0- 0- 0],64.10286298087101,1873.2399582614423,4.98202e+11,1.28668e-10,2356000,2356000
+0111-2220,[0- 1- 1- 1- 0- 0- 0- 0- 0- 2- 2- 2- 0],[0- 598000- 598000- 598000- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000- 0],[0- 1- 1- 1- 2- 2- 2- 0],[0- 598000- 598000- 598000- 1469000- 1469000- 1469000- 0],55.61932274400557,1638.4138882228856,5.07225e+11,1.09654e-10,2354500,2354500
+0100-0002,[0- 1- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 2],[0- 598000- 0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1469000],[0- 1- 0- 0- 0- 0- 0- 2],[0- 598000- 0- 0- 0- 0- 0- 1469000],52.33096191504283,1539.509577361516,2.54412e+11,2.05694e-10,2353500,2353500
+1110-2220,[1- 1- 1- 0- 0- 0- 0- 0- 0- 2- 2- 2- 0],[598000- 598000- 598000- 0- 0- 0- 0- 0- 0- 1469000- 1469000- 1469000- 0],[1- 1- 1- 0- 2- 2- 2- 0],[598000- 598000- 598000- 0- 1469000- 1469000- 1469000- 0],54.22365729961043,1603.1572652966893,4.72792e+11,1.14688e-10,2351500,2351500
diff --git a/kernel_ridge_linear_model/__pycache__/lesson_learned_validation_code.cpython-38.pyc b/kernel_ridge_linear_model/__pycache__/lesson_learned_validation_code.cpython-38.pyc
index 590ac2590f2b34b21760b002fe3be09d0a9a7a06..428098998ab04b0df441c7ad477fff820cfa8807 100755
Binary files a/kernel_ridge_linear_model/__pycache__/lesson_learned_validation_code.cpython-38.pyc and b/kernel_ridge_linear_model/__pycache__/lesson_learned_validation_code.cpython-38.pyc differ
diff --git a/kernel_ridge_linear_model/__pycache__/utils_functions_for_validation.cpython-38.pyc b/kernel_ridge_linear_model/__pycache__/utils_functions_for_validation.cpython-38.pyc
index 78f3071ea392af98903832201da3bdef7d462301..e28d427da87f000a64169fff420793d536e72112 100755
Binary files a/kernel_ridge_linear_model/__pycache__/utils_functions_for_validation.cpython-38.pyc and b/kernel_ridge_linear_model/__pycache__/utils_functions_for_validation.cpython-38.pyc differ
diff --git a/kernel_ridge_linear_model/lesson_learned_validation_code.py b/kernel_ridge_linear_model/lesson_learned_validation_code.py
index d7dc7fd03c03e4cf5077a286c37a6e5bc3f5b1d3..ce5cacb7eb85b7a8c00b9bdb25cd2e4e3991cc8e 100755
--- a/kernel_ridge_linear_model/lesson_learned_validation_code.py
+++ b/kernel_ridge_linear_model/lesson_learned_validation_code.py
@@ -32,10 +32,134 @@ def compute_score_and_accepted_transitions(expected_efficiency_behavior, variati
             accepted_transitions = accepted_transitions +  transition_as_string + "["+ repr(variation*1E-9)+  "]; "
         elif(variation > 0):
             rejected_transitions = rejected_transitions + transition_as_string + "["+ repr(variation*1E-9)+  "]; "
-
     return score, accepted_transitions, rejected_transitions
 
 
+def validate__scheduling_thread_on_core_i_when_condition_on_socket_frequency(i, socket_type, frequency_levels,conn,expected_efficiency_behavior ):
+    # test if we schedule thread on core "i"
+    # if the socket "socket_type" has the frequency "frequency_levels", frequency levels should be  delimited with the key word "or" !!!! 
+    variable_to_increase = "core " + str(i) + " state" 
+    suitable_contraindication_or_neutral = "suitable - efficiency should increase" if expected_efficiency_behavior == "increases" else "contraindicated -  efficiency should decrease" if expected_efficiency_behavior == "decreases" else "neutral - efficiency should be stable" 
+    chipset_state = socket_type + " socket frequency is " + frequency_levels 
+    
+    validation_score = "NULL" #(Validated - or Not Validated  [Score%])
+    score = 0 # from 0 to 100
+    accepted_transitions = ""
+    rejected_transitions = "" 
+    
+    number_of_cases = 0
+    all_frequency_levels = [level.strip() for level in frequency_levels.split("or")] 
+    score_variation = 100 / len(all_frequency_levels)  # to modify
+
+    if socket_type == "little":
+        socket_state_table_column_name = "little_socket_frequency" 
+        level_to_int_dictionnary = {"low": 0, "medium": 1, "high": 2}
+    elif socket_type == "medium":
+        socket_state_table_column_name = "core_6_state_freq_level"
+        level_to_int_dictionnary = {"low": 1, "medium": 2, "high": 3}
+    elif socket_type == "big":
+        socket_state_table_column_name = "core_7_state_freq_level"
+        level_to_int_dictionnary = {"low": 1, "medium": 3, "high": 3}
+
+
+    for level in all_frequency_levels:
+        number_of_cases = number_of_cases + 1
+        lesson_learned_description = ''' 
+            Lesson learne: scheduling thread on core ''' + str(i) + ''' 
+            part '''+ str(number_of_cases) + ''' :  '''  + socket_type + ''' frequency level is ''' + level + '''
+            energy efficiency should increase
+        '''
+        print("--- Lesson learned:" , lesson_learned_description)
+    
+        command = '''
+        SELECT
+            avg(configuration_description_measurements_''' + socket_type + '''_socket_freq_''' + level + '''_core_''' + str(i) + '''_OFF.energy_efficiency),
+            avg(configuration_description_measurements_''' + socket_type + '''_socket_freq_''' + level + '''_core_''' + str(i) + '''_ON.energy_efficiency)
+        FROM
+            /*initial values*/     
+            (SELECT
+                configuration_measurements.energy_efficiency,
+                configuration_description_''' + socket_type + '''_socket_freq_''' + level + '''_core_''' + str(i) + '''_OFF.configuration_id,
+                configuration_description_''' + socket_type + '''_socket_freq_''' + level + '''_core_''' + str(i) + '''_OFF.core_''' + str(i) + '''_state,
+                configuration_description_''' + socket_type + '''_socket_freq_''' + level + '''_core_''' + str(i) + '''_OFF.''' + socket_state_table_column_name + '''
+            FROM
+                    (SELECT
+                        configuration_description_''' + socket_type + '''_socket_freq_'''+ level+ '''.configuration_id,
+                        configuration_description_''' + socket_type + '''_socket_freq_'''+ level+ '''.core_''' + str(i) + '''_state,
+                        configuration_description_''' + socket_type + '''_socket_freq_'''+ level+ '''.''' + socket_state_table_column_name + '''
+                    FROM
+                        (SELECT
+                            configuration_description__google_pixel_4a_5g.configuration_id,
+                            configuration_description__google_pixel_4a_5g.core_''' + str(i) + '''_state,
+                            configuration_description__google_pixel_4a_5g.''' + socket_state_table_column_name + '''
+                        FROM
+                            configuration_description__google_pixel_4a_5g
+                        WHERE
+                            configuration_description__google_pixel_4a_5g.''' + socket_state_table_column_name + '''== ''' + str(level_to_int_dictionnary[level]) +''' ) /* see if we can reduce this */  
+                        AS configuration_description_''' + socket_type + '''_socket_freq_'''+ level+ '''
+                    WHERE
+                        configuration_description_''' + socket_type + '''_socket_freq_''' + level + '''.core_''' + str(i) + '''_state == 0) 
+                    AS  configuration_description_''' + socket_type + '''_socket_freq_''' + level + '''_core_''' + str(i) + '''_OFF
+            INNER JOIN 
+                    configuration_measurements 
+            USING(configuration_id))  
+            AS configuration_description_measurements_''' + socket_type + '''_socket_freq_''' + level + '''_core_''' + str(i) + '''_OFF, 
+            
+
+
+            /*end values*/     
+            (SELECT
+                configuration_measurements.energy_efficiency,
+                configuration_description_''' + socket_type + '''_socket_freq_''' + level + '''_core_''' + str(i) + '''_ON.configuration_id,
+                configuration_description_''' + socket_type + '''_socket_freq_''' + level + '''_core_''' + str(i) + '''_ON.core_''' + str(i) + '''_state,
+                configuration_description_''' + socket_type + '''_socket_freq_''' + level + '''_core_''' + str(i) + '''_ON.''' + socket_state_table_column_name + '''
+            FROM
+                    (SELECT
+                        configuration_description_''' + socket_type + '''_socket_freq_'''+ level+ '''.configuration_id,
+                        configuration_description_''' + socket_type + '''_socket_freq_'''+ level+ '''.core_''' + str(i) + '''_state,
+                        configuration_description_''' + socket_type + '''_socket_freq_'''+ level+ '''.''' + socket_state_table_column_name + '''
+                    FROM
+                        (SELECT
+                            configuration_description__google_pixel_4a_5g.configuration_id,
+                            configuration_description__google_pixel_4a_5g.core_''' + str(i) + '''_state,
+                            configuration_description__google_pixel_4a_5g.''' + socket_state_table_column_name + '''
+                        FROM
+                            configuration_description__google_pixel_4a_5g
+                        WHERE
+                            configuration_description__google_pixel_4a_5g.''' + socket_state_table_column_name + '''== ''' + str(level_to_int_dictionnary[level]) +''' ) /* see if we can reduce this */  
+                        AS configuration_description_''' + socket_type + '''_socket_freq_'''+ level+ '''
+                    WHERE
+                        configuration_description_''' + socket_type + '''_socket_freq_''' + level + '''.core_''' + str(i) + '''_state == 1) 
+                    AS  configuration_description_''' + socket_type + '''_socket_freq_''' + level + '''_core_''' + str(i) + '''_ON
+            INNER JOIN 
+                    configuration_measurements 
+            USING(configuration_id))  
+            AS configuration_description_measurements_''' + socket_type + '''_socket_freq_''' + level + '''_core_''' + str(i) + '''_ON; '''
+
+
+
+        cursor = conn.execute(command)
+        print (lesson_learned_description)
+        variation = 0
+        for row in cursor:
+            print("before = ", row[0])
+            print("after = ", row[1])
+            print("variation ", row[1] - row[0])
+            variation =  row[1] - row[0]
+
+        score, accepted_transitions, rejected_transitions = compute_score_and_accepted_transitions(expected_efficiency_behavior, variation, "0 -> 1" , score_variation,
+                                                                             score, accepted_transitions, rejected_transitions)
+    
+    
+    validation_score = str(score) + " %" 
+    # variable to increase, chipset state,  suitable-contraindicated-or-neutral, validation score, [accepted transition(s)], [rejected transition(s)]   
+    return variable_to_increase + "," + chipset_state + "," + suitable_contraindication_or_neutral + ","  + \
+                    validation_score + "," + accepted_transitions + "," + rejected_transitions
+
+    # next to test like this
+
+
+
 
 
 
diff --git a/kernel_ridge_linear_model/log_file_processing_data_bases.txt b/kernel_ridge_linear_model/log_file_processing_data_bases.txt
index e3677153b20e1d23b2e7d921d98e9c0fafdfd684..eda7d3a6fa28e38081446fa4c9273647996b03a0 100755
--- a/kernel_ridge_linear_model/log_file_processing_data_bases.txt
+++ b/kernel_ridge_linear_model/log_file_processing_data_bases.txt
@@ -82,6 +82,50 @@ variation  457689176.44021606
 before =  13015076996.03556
 after =  13487823142.62333
 variation  472746146.58776855
+--- Lesson learned:  
+            Lesson learne: scheduling thread on core 0 
+            part 1 :  medium frequency level is low
+            energy efficiency should increase
+        
+ 
+            Lesson learne: scheduling thread on core 0 
+            part 1 :  medium frequency level is low
+            energy efficiency should increase
+        
+before =  11837118528.57936
+after =  12886296786.84192
+variation  1049178258.2625618
+--- Lesson learned:  
+            Lesson learne: scheduling thread on core 0 
+            part 2 :  medium frequency level is medium
+            energy efficiency should increase
+        
+ 
+            Lesson learne: scheduling thread on core 0 
+            part 2 :  medium frequency level is medium
+            energy efficiency should increase
+        
+before =  13355609058.71653
+after =  14061072930.57415
+variation  705463871.8576202
+ 
+        Lesson learne: increasing little_socket_frequency
+        part 1: increasing little_socket_frequency from 0 to 1
+        core_6_state_freq_level = 3
+        energy efficiency should decreases
+    
+before =  12439907839.389835
+after =  13819730875.533398
+variation  1379823036.1435623
+
+    lesson learned: increasing little_socket_frequency
+        part 2:  increasing little_socket_frequency from 1 to 2
+        core_6_state_freq_level = 3
+        energy efficiency should decreases
+    
+before =  13819730875.533503
+after =  13145372981.616825
+variation  -674357893.9166775
  
         Lesson learne: scheduling thread on core 6 
         part 1 : core_0_state = 0
@@ -371,21 +415,291 @@ before =  14301550940.241348
 after =  13735058668.111805
 variation  -566492272.1295433
  
-        Lesson learne: increasing little_socket_frequency
-        part 1: increasing little_socket_frequency from 0 to 1
-        core_6_state_freq_level = 3
-        energy efficiency should decreases
+        Lesson learne: scheduling thread on core 7 
+        part 1 : core_0_state = 0
+        energy efficiency should increase
     
-before =  12439907839.389835
-after =  13819730875.533398
-variation  1379823036.1435623
-
-    lesson learned: increasing little_socket_frequency
-        part 2:  increasing little_socket_frequency from 1 to 2
-        core_6_state_freq_level = 3
-        energy efficiency should decreases
+before =  10409159581.332928
+after =  13101155261.987251
+variation  2691995680.6543236
+ 
+        Lesson learne: core 7 frequency transition is 1->2
+        part 2 : core_0_state = 0
+        energy efficiency should increase
     
-before =  13819730875.533503
-after =  13145372981.616825
-variation  -674357893.9166775
---- Total execution time: 0.960975170135498 seconds = 0.016016252835591636 mins
+before =  13101155261.987288
+after =  13490787615.318268
+variation  389632353.3309803
+ 
+        Lesson learne: core 7 frequency transition is 2->3
+        part 3 : core_0_state = 0
+        energy efficiency should increase
+    
+before =  13490787615.31829
+after =  12980409087.894838
+variation  -510378527.4234524
+ 
+        Lesson learne: scheduling thread on core 7 
+        part 4 : core_0_state = 1
+        energy efficiency should increase
+    
+before =  11291442541.312965
+after =  13770135129.564905
+variation  2478692588.25194
+ 
+        Lesson learne: core 7 frequency transition is 1->2
+        part 5 : core_0_state = 1
+        energy efficiency should increase
+    
+before =  13770135129.564907
+after =  13681051511.768066
+variation  -89083617.79684067
+ 
+        Lesson learne: core 7 frequency transition is 2->3
+        part 6 : core_0_state = 1
+        energy efficiency should increase
+    
+before =  13681051511.768015
+after =  13447194332.637518
+variation  -233857179.13049698
+ 
+        Lesson learne: scheduling thread on core 7 
+        part 1 : core_1_state = 0
+        energy efficiency should increase
+    
+before =  10243541383.923275
+after =  13005788150.488625
+variation  2762246766.5653496
+ 
+        Lesson learne: core 7 frequency transition is 1->2
+        part 2 : core_1_state = 0
+        energy efficiency should increase
+    
+before =  13005788150.488737
+after =  13343078644.751446
+variation  337290494.26270866
+ 
+        Lesson learne: core 7 frequency transition is 2->3
+        part 3 : core_1_state = 0
+        energy efficiency should increase
+    
+before =  13343078644.751411
+after =  13020885062.499418
+variation  -322193582.2519932
+ 
+        Lesson learne: scheduling thread on core 7 
+        part 4 : core_1_state = 1
+        energy efficiency should increase
+    
+before =  11463950578.167278
+after =  13847971722.816076
+variation  2384021144.648798
+ 
+        Lesson learne: core 7 frequency transition is 1->2
+        part 5 : core_1_state = 1
+        energy efficiency should increase
+    
+before =  13847971722.816015
+after =  13762890265.730713
+variation  -85081457.08530235
+ 
+        Lesson learne: core 7 frequency transition is 2->3
+        part 6 : core_1_state = 1
+        energy efficiency should increase
+    
+before =  13762890265.730728
+after =  13404021916.212477
+variation  -358868349.5182514
+ 
+        Lesson learne: scheduling thread on core 7 
+        part 1 : core_2_state = 0
+        energy efficiency should increase
+    
+before =  9972898421.460493
+after =  12841054094.611639
+variation  2868155673.151146
+ 
+        Lesson learne: core 7 frequency transition is 1->2
+        part 2 : core_2_state = 0
+        energy efficiency should increase
+    
+before =  12841054094.611633
+after =  13217149805.175264
+variation  376095710.56363106
+ 
+        Lesson learne: core 7 frequency transition is 2->3
+        part 3 : core_2_state = 0
+        energy efficiency should increase
+    
+before =  13217149805.17531
+after =  12913646676.13677
+variation  -303503129.0385399
+ 
+        Lesson learne: scheduling thread on core 7 
+        part 4 : core_2_state = 1
+        energy efficiency should increase
+    
+before =  11754280398.904362
+after =  13923528125.709408
+variation  2169247726.805046
+ 
+        Lesson learne: core 7 frequency transition is 1->2
+        part 5 : core_2_state = 1
+        energy efficiency should increase
+    
+before =  13923528125.709343
+after =  13877263957.403103
+variation  -46264168.30624008
+ 
+        Lesson learne: core 7 frequency transition is 2->3
+        part 6 : core_2_state = 1
+        energy efficiency should increase
+    
+before =  13877263957.403086
+after =  13476072019.310957
+variation  -401191938.09212875
+ 
+        Lesson learne: scheduling thread on core 7 
+        part 1 : core_3_state = 0
+        energy efficiency should increase
+    
+before =  10479259603.067291
+after =  12961774863.634071
+variation  2482515260.56678
+ 
+        Lesson learne: core 7 frequency transition is 1->2
+        part 2 : core_3_state = 0
+        energy efficiency should increase
+    
+before =  12961774863.634026
+after =  13208067570.463524
+variation  246292706.8294983
+ 
+        Lesson learne: core 7 frequency transition is 2->3
+        part 3 : core_3_state = 0
+        energy efficiency should increase
+    
+before =  13208067570.463634
+after =  12990102399.053627
+variation  -217965171.41000748
+ 
+        Lesson learne: scheduling thread on core 7 
+        part 4 : core_3_state = 1
+        energy efficiency should increase
+    
+before =  11448662426.630182
+after =  13887956184.525347
+variation  2439293757.8951645
+ 
+        Lesson learne: core 7 frequency transition is 1->2
+        part 5 : core_3_state = 1
+        energy efficiency should increase
+    
+before =  13887956184.525248
+after =  13873672334.686134
+variation  -14283849.839113235
+ 
+        Lesson learne: core 7 frequency transition is 2->3
+        part 6 : core_3_state = 1
+        energy efficiency should increase
+    
+before =  13873672334.685911
+after =  13468073104.927235
+variation  -405599229.7586765
+ 
+        Lesson learne: scheduling thread on core 7 
+        part 1 : core_4_state = 0
+        energy efficiency should increase
+    
+before =  10468886697.018517
+after =  13194151535.553978
+variation  2725264838.5354614
+ 
+        Lesson learne: core 7 frequency transition is 1->2
+        part 2 : core_4_state = 0
+        energy efficiency should increase
+    
+before =  13194151535.554024
+after =  13111575464.78933
+variation  -82576070.76469421
+ 
+        Lesson learne: core 7 frequency transition is 2->3
+        part 3 : core_4_state = 0
+        energy efficiency should increase
+    
+before =  13111575464.789232
+after =  12622157399.338387
+variation  -489418065.4508457
+ 
+        Lesson learne: scheduling thread on core 7 
+        part 4 : core_4_state = 1
+        energy efficiency should increase
+    
+before =  11448072977.763056
+after =  13736136758.870638
+variation  2288063781.107582
+ 
+        Lesson learne: core 7 frequency transition is 1->2
+        part 5 : core_4_state = 1
+        energy efficiency should increase
+    
+before =  13736136758.870863
+after =  13924095544.340176
+variation  187958785.46931267
+ 
+        Lesson learne: core 7 frequency transition is 2->3
+        part 6 : core_4_state = 1
+        energy efficiency should increase
+    
+before =  13924095544.340237
+after =  13554129445.252113
+variation  -369966099.0881233
+ 
+        Lesson learne: scheduling thread on core 7 
+        part 1 : core_5_state = 0
+        energy efficiency should increase
+    
+before =  9872818585.672094
+after =  12549321799.015955
+variation  2676503213.3438606
+ 
+        Lesson learne: core 7 frequency transition is 1->2
+        part 2 : core_5_state = 0
+        energy efficiency should increase
+    
+before =  12549321799.01599
+after =  13073476639.413673
+variation  524154840.3976841
+ 
+        Lesson learne: core 7 frequency transition is 2->3
+        part 3 : core_5_state = 0
+        energy efficiency should increase
+    
+before =  13073476639.413477
+after =  12309302042.273832
+variation  -764174597.1396446
+ 
+        Lesson learne: scheduling thread on core 7 
+        part 4 : core_5_state = 1
+        energy efficiency should increase
+    
+before =  11889436560.317684
+after =  14272290071.580112
+variation  2382853511.2624283
+ 
+        Lesson learne: core 7 frequency transition is 1->2
+        part 5 : core_5_state = 1
+        energy efficiency should increase
+    
+before =  14272290071.580004
+after =  13973046067.911333
+variation  -299244003.66867065
+ 
+        Lesson learne: core 7 frequency transition is 2->3
+        part 6 : core_5_state = 1
+        energy efficiency should increase
+    
+before =  13973046067.911377
+after =  13814924220.64906
+variation  -158121847.26231766
+--- Total execution time: 0.7833306789398193 seconds = 0.013055511315663655 mins
diff --git a/kernel_ridge_linear_model/marginal_effect_exploration_automatic_experiments_google__0.89_base_Y/.~lock.lesson_learned_validation_file.csv# b/kernel_ridge_linear_model/marginal_effect_exploration_automatic_experiments_google__0.89_base_Y/.~lock.lesson_learned_validation_file.csv#
deleted file mode 100755
index 2189085f8204dd3317be8abd8d528a02ef484b61..0000000000000000000000000000000000000000
--- a/kernel_ridge_linear_model/marginal_effect_exploration_automatic_experiments_google__0.89_base_Y/.~lock.lesson_learned_validation_file.csv#
+++ /dev/null
@@ -1 +0,0 @@
-,DESKTOP-D49H2V3/lavoi,DESKTOP-D49H2V3,24.10.2022 18:33,file:///C:/Users/lavoi/AppData/Roaming/LibreOffice/4;
\ No newline at end of file
diff --git a/kernel_ridge_linear_model/marginal_effect_exploration_automatic_experiments_google__0.89_base_Y/lesson_learned_validation_file.csv b/kernel_ridge_linear_model/marginal_effect_exploration_automatic_experiments_google__0.89_base_Y/lesson_learned_validation_file.csv
index 0933320c87ea07b3a8c3d6760d5629bd98314516..847af8776c841fbd50c26adb577fbd1421977acc 100755
--- a/kernel_ridge_linear_model/marginal_effect_exploration_automatic_experiments_google__0.89_base_Y/lesson_learned_validation_file.csv
+++ b/kernel_ridge_linear_model/marginal_effect_exploration_automatic_experiments_google__0.89_base_Y/lesson_learned_validation_file.csv
@@ -6,6 +6,9 @@ core 0 state,Core 2 is ON or OFF,suitable - efficiency should increase,100 %,0 -
 core 0 state,Core 3 is ON or OFF,suitable - efficiency should increase,100 %,0 -> 1[0.2535527553099117]; 0 -> 1[0.8185523439305153]; ,
 core 0 state,Core 4 is ON or OFF,suitable - efficiency should increase,100 %,0 -> 1[0.3997839291612282]; 0 -> 1[0.6768942903149529]; ,
 core 0 state,Core 5 is ON or OFF,suitable - efficiency should increase,100 %,0 -> 1[0.4576891764402161]; 0 -> 1[0.4727461465877686]; ,
+core 0 state,medium socket frequency is low or medium,suitable - efficiency should increase,100.0 %,0 -> 1[1.049178258262562]; 0 -> 1[0.7054638718576203]; ,
+
+little socket frequency,Medium frequency is high,contraindicated -  efficiency should decrease,50 %,1 -> 2[-0.6743578939166776]; ,0 -> 1[1.3798230361435624]; 
 
 core 6 state,Core 0 is ON or OFF,suitable - efficiency should increase,66.66666666666667 %,0 -> 1[2.5744989950146984]; 1 -> 2[1.518490530137682]; 0 -> 1[2.229658962286444]; 1 -> 2[1.1747761437319488]; ,2 -> 3[-0.6922002093811379]; 2 -> 3[-0.6605810775516873]; 
 core 6 state,Core 1 is ON or OFF,suitable - efficiency should increase,66.66666666666667 %,0 -> 1[3.524855221732817]; 1 -> 2[1.5903215406780091]; 0 -> 1[1.8300647778420565]; 1 -> 2[1.0198172468500881]; ,2 -> 3[-0.8996313396589223]; 2 -> 3[-0.42920297704800037]; 
@@ -13,4 +16,10 @@ core 6 state,Core 2 is ON or OFF,suitable - efficiency should increase,66.666666
 core 6 state,Core 3 is ON or OFF,suitable - efficiency should increase,66.66666666666667 %,0 -> 1[2.459252243377419]; 1 -> 2[1.6510589055883618]; 0 -> 1[2.0944887636356277]; 1 -> 2[0.875794559824688]; ,2 -> 3[-0.5560993375808049]; 2 -> 3[-0.6189293217655221]; 
 core 6 state,Core 4 is ON or OFF,suitable - efficiency should increase,66.66666666666667 %,0 -> 1[2.822307292008984]; 1 -> 2[1.2800486283987351]; 0 -> 1[1.7708392795876218]; 1 -> 2[1.323653250381939]; ,2 -> 3[-0.7429130247500076]; 2 -> 3[-0.6769055438679581]; 
 core 6 state,Core 5 is ON or OFF,suitable - efficiency should increase,66.66666666666667 %,0 -> 1[2.964542790975813]; 1 -> 2[1.6785039372088644]; 0 -> 1[1.7834608713540059]; 1 -> 2[1.0138167425584756]; ,2 -> 3[-0.9448175897504273]; 2 -> 3[-0.5664922721295433]; 
-little socket frequency,Medium frequency is high,contraindicated -  efficiency should decrease,50 %,1 -> 2[-0.6743578939166776]; ,0 -> 1[1.3798230361435624]; 
+
+core 7 state,Core 0 is ON or OFF,suitable - efficiency should increase,50.0 %,0 -> 1[2.691995680654324]; 1 -> 2[0.38963235333098034]; 0 -> 1[2.4786925882519397]; ,2 -> 3[-0.5103785274234524]; 1 -> 2[-0.08908361779684067]; 2 -> 3[-0.233857179130497]; 
+core 7 state,Core 1 is ON or OFF,suitable - efficiency should increase,50.0 %,0 -> 1[2.7622467665653496]; 1 -> 2[0.3372904942627087]; 0 -> 1[2.384021144648798]; ,2 -> 3[-0.3221935822519932]; 1 -> 2[-0.08508145708530236]; 2 -> 3[-0.3588683495182514]; 
+core 7 state,Core 2 is ON or OFF,suitable - efficiency should increase,50.0 %,0 -> 1[2.868155673151146]; 1 -> 2[0.37609571056363106]; 0 -> 1[2.1692477268050463]; ,2 -> 3[-0.30350312903853993]; 1 -> 2[-0.04626416830624008]; 2 -> 3[-0.4011919380921288]; 
+core 7 state,Core 3 is ON or OFF,suitable - efficiency should increase,50.0 %,0 -> 1[2.4825152605667804]; 1 -> 2[0.2462927068294983]; 0 -> 1[2.4392937578951646]; ,2 -> 3[-0.21796517141000749]; 1 -> 2[-0.014283849839113237]; 2 -> 3[-0.40559922975867657]; 
+core 7 state,Core 4 is ON or OFF,suitable - efficiency should increase,50.0 %,0 -> 1[2.7252648385354616]; 0 -> 1[2.2880637811075824]; 1 -> 2[0.1879587854693127]; ,1 -> 2[-0.08257607076469421]; 2 -> 3[-0.48941806545084576]; 2 -> 3[-0.36996609908812333]; 
+core 7 state,Core 5 is ON or OFF,suitable - efficiency should increase,50.0 %,0 -> 1[2.6765032133438607]; 1 -> 2[0.5241548403976841]; 0 -> 1[2.3828535112624283]; ,2 -> 3[-0.7641745971396446]; 1 -> 2[-0.29924400366867066]; 2 -> 3[-0.15812184726231768]; 
diff --git a/kernel_ridge_linear_model/utils_functions_for_validation.py b/kernel_ridge_linear_model/utils_functions_for_validation.py
index da6fc7b3b73bbfcecdc8b7c6804b9c5d8357b484..45698afbd093ee2ffa4f6255e57c537a375b91cb 100755
--- a/kernel_ridge_linear_model/utils_functions_for_validation.py
+++ b/kernel_ridge_linear_model/utils_functions_for_validation.py
@@ -714,6 +714,10 @@ def validate_lesson_learned (output_file_path):
             file.write( validation_code.validate__scheduling_thread_on_little_core_i_no_matter_core_j_state(0, 3, conn, "increases") + "\n")      
             file.write( validation_code.validate__scheduling_thread_on_little_core_i_no_matter_core_j_state(0, 4, conn, "increases") + "\n") 
             file.write( validation_code.validate__scheduling_thread_on_little_core_i_no_matter_core_j_state(0, 5, conn, "increases") + "\n")  
+            file.write( validation_code.validate__scheduling_thread_on_core_i_when_condition_on_socket_frequency(0, "medium", "low or medium",conn, "increases") + "\n")      
+
+            file.write("\n")
+            file.write( validation_code.validate__increasing_little_sockect_freq_when_core_6_state_freq_level_is_3(conn, "decreases") + "\n")    
             file.write("\n")
             file.write( validation_code.validate__scheduling_thread_on_medium_or_big_core_i_no_matter_little_core_j_state(6, 0, conn, "increases") + "\n")  
             file.write( validation_code.validate__scheduling_thread_on_medium_or_big_core_i_no_matter_little_core_j_state(6, 1, conn, "increases") + "\n")  
@@ -722,9 +726,15 @@ def validate_lesson_learned (output_file_path):
             file.write( validation_code.validate__scheduling_thread_on_medium_or_big_core_i_no_matter_little_core_j_state(6, 4, conn, "increases") + "\n")  
             file.write( validation_code.validate__scheduling_thread_on_medium_or_big_core_i_no_matter_little_core_j_state(6, 5, conn, "increases") + "\n")  
 
+            file.write("\n")
+            file.write( validation_code.validate__scheduling_thread_on_medium_or_big_core_i_no_matter_little_core_j_state(7, 0, conn, "increases") + "\n")  
+            file.write( validation_code.validate__scheduling_thread_on_medium_or_big_core_i_no_matter_little_core_j_state(7, 1, conn, "increases") + "\n")  
+            file.write( validation_code.validate__scheduling_thread_on_medium_or_big_core_i_no_matter_little_core_j_state(7, 2, conn, "increases") + "\n")  
+            file.write( validation_code.validate__scheduling_thread_on_medium_or_big_core_i_no_matter_little_core_j_state(7, 3, conn, "increases") + "\n")  
+            file.write( validation_code.validate__scheduling_thread_on_medium_or_big_core_i_no_matter_little_core_j_state(7, 4, conn, "increases") + "\n")  
+            file.write( validation_code.validate__scheduling_thread_on_medium_or_big_core_i_no_matter_little_core_j_state(7, 5, conn, "increases") + "\n")  
             #file.write( validation_code.validate__scheduling_thread_on_medium_or_big_core_i_no_matter_little_core_j_state(6, 0, conn, "increases") + "\n")  
 
-            file.write( validation_code.validate__increasing_little_sockect_freq_when_core_6_state_freq_level_is_3(conn, "decreases") + "\n")    
     conn.close()
 
 
diff --git a/scheduling_with_timed_automata.pdf b/scheduling_with_timed_automata.pdf
new file mode 100755
index 0000000000000000000000000000000000000000..65a52aa0ef79abce52a7afac14c45c12ec109f52
Binary files /dev/null and b/scheduling_with_timed_automata.pdf differ
diff --git a/shabbat_14_et_dimanche_15_mai_2022.txt b/shabbat_14_et_dimanche_15_mai_2022.txt
deleted file mode 100755
index 7425b6ca51167f55f316989856a7e6acac3600f7..0000000000000000000000000000000000000000
--- a/shabbat_14_et_dimanche_15_mai_2022.txt
+++ /dev/null
@@ -1,172 +0,0 @@
-
-Shalom mama. 
-J'ai pris note de tes messages. 
-Je prie pour le nécessaire soit fait afin que Albert retrouve promptement la santé de l'âme et du corps. 
-J'ai aussi noté à propos des 5000 francs, tu peux dépenser avec parcimonie ce qui sera nécessaire pour la guérison de Albert. 
-
-Aussi, le programme de lecture de ce samedi (shabbat) et de ce dimanche si le Seigneur nous fait grâce d'écouter sa Parole et d'en être instruit.
-Samedi 6h : lecture   Deuteronome 18:9-15     
-       6h30: prière (adoration:, demande de pardon, action de grace, supplications)     
-Dimanche 6h : lecture  Jacques 1: 12-27 ou 19-25    ,  
-       6h30: prière (adoration, demande de pardon, action de grace, supplications)
-	 
-
-
-
-	
-Résumé du partage du Samedi (shabbat) 14 Mai 2014
-Lecture Deuteronome 18:9-15
-titre: Ne laissons pas habiter chez nous ceux qui consultent les divins. 
-
-De ce passage du Deutéronome 18: 9-15, voici ce que nous avons retenu. 
-1 - Ce texte fait partie des Lois que l'Eternel, par Moïse, donnât à son peuple juste avant que ce peuple n'entrent dans sa terre. 
-2 - Nous ne devons pas consulter les divins et pratiquer les traditions idôlatres qui aident à communiquer avec les morts. 
-3 - Nous devons aussi éviter au maximum d'avoir dans notre maison, ceux qui consultent les morts. 
-4 - Etant vivants nous devons plutôt chercher à écouter le Seigneur Jésus Christ.
-
-En conclusion, évitons de nous souiller avec les esprits des morts et recherchons l'Eternel dans la prière et la mémorisation de sa Parole. 
-Comme exhortation: 
-1- La Parole de Dieu parle bel et bien de la dotte. Exode 22:16-17
-2- La dotte symbolise la passation de l'autorité sur une fille, de son père vers son nouveau mari.
-
-
-
-Shalom mama, après notre appel de ce matin, j'ai fait un songe dans lequel il y'avait une épidémie générale. 
-Et lorsque l'épidémie faisait des ravages, une blanche de la famille a perdu tous ses enfants durant le même jour. 
-Et c'est mama mafeu kwoauk qui est venu après les dégâts pour la consoler. 
-
-Je me suis souvenu que tu était considéré comme la blanche de la famille et c'est la raison pour laquelle je te fais aussi part de ce rêve. 
-Généralement lorsque le Seigneur annonce une calamité c'est parce qu'on s'est éloigné de sa voie, et puisque ce rêve nous concerne apparemment tous, 
-je nous exhorte à faire un examen de conscience et à revenir dans le respect de la Parole de Dieu. 
-
-Je partage avec toi cette Parole. 
-Luc 8:20-21 On vint lui dire : " Votre mère et vos frères sont là dehors, et ils désirent vous voir. "
-Il leur répondit : " Ma mère et mes frères sont ceux qui écoutent la parole de Dieu et qui la mettent en pratique. " 
-
-
-
-
-
-Que la paix du Seigneur Jésus Christ soit avec toi Lynda.
-Voici le programme de lecture de la Parole du Dieu  de cette semaine selon le calendrier d'une église chrétienne et un programme de lecture de toute la Parole de Dieu.
-
-Les numéros indiquent les jours de la semaine (du dimanche 15 Mai au dimanche 22 Mai 2022).
-
-1-dim) Jacques 1: 17-21, Jean 16: 5-14, Psaume 97: 1-9
-2-Lun) Genèse 28: 1-22,  Psaume 119: 105-112
-3-Mar) Matthieu 10: 24-42,  Psaume 119: 113-120
-4-Merc) Genèse 29: 1-35 
-5-Jeud) Matthieu 11: 1-19,  Psaume 119: 121-128
-6-Vend) Genèse 30: 1-43
-7-Sam) Deutéronome 5: 1-22
-1-dim) Jacques 1: 22-27, Jean 16: 23-30,  Psaume 66: 1-30
-
-Bonne méditation et que la Grâce du Dieu d'Abraham nous soit donnée en Son Fils, Notre Seigneur Jésus Christ afin que nous mettions en pratique Ses Commandements sous la conduite de Son Esprit de Vérité et pour Sa gloire.
-
-
-
-
-
-
-Résumé du partage du dimanche 15 Mai 2022
-Lecture Jacques 1: 19-25
-Titre: trouvons notre bonheur en écoutant la Parole de Dieu pour aussitôt la mettre en pratique. 
-
-De ce passage nous avons retenu ce qui suit:
-1 - Celui qui lit la Parole de Dieu pour oublier est comme celui qui oubli le reflet de son visage après s'être miré. 
-2 - Celui écoute la Parole de Dieu pour ne pas oublier a trouvé son bonheur. 
-3 - Que l'homme soit lent à parler. 
-
-En conclusion, écoutons la Parole de Dieu pour aussitôt la mettre en pratique. 
-
-
-
-
-
-
-
-
-Shalom mama je dois te dire que l'un de tes plus grands péchés c'est de promettre sans accomplir ta promesse. 
-S'il te plaît demande pardon au Seigneur pour toutes les fois où tu l'as fait depuis ta naissance jusqu'à ce jour. 
-
-Deutéronome 23:21-23
-Si tu fais un voeu à l'Eternel, ton Dieu, tu ne tarderas point à l'accomplir: car l'Eternel, ton Dieu, t'en demanderait compte, et tu te chargerais d'un péché. 22Si tu t'abstiens de faire un voeu, tu ne commettras pas un péché. 23Mais tu observeras et tu accompliras ce qui sortira de tes lèvres, par conséquent les voeux que tu feras volontairement à l'Eternel, ton Dieu, et que ta bouche aura prononcés.
-
-
-
-
-
-
-
-
-
-
-
-Bonjour Sonia,
- 
-J'écris juste pour signaler que j'ai remplis le tableau de la liste des participant au séminaire de la semaine passée. 
-Je ne l'avais pas fait avant vendredi 13 Mai, toutes mes excuses. 
-
-Cordialement.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-