From: Fabien Chaix Date: Fri, 26 Feb 2016 06:08:19 +0000 (+0200) Subject: Fixed outputs of failing tests (one because I was negligent, another because absolute... X-Git-Tag: v3_13~646^2^2~13 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/83c44c7a79a9f0ed5b64b0d48d5a914135c548f6 Fixed outputs of failing tests (one because I was negligent, another because absolute paths cannot be used -of course-) --- diff --git a/doc/doxygen/inside_tests.doc b/doc/doxygen/inside_tests.doc index 6282c6c342..d806829206 100644 --- a/doc/doxygen/inside_tests.doc +++ b/doc/doxygen/inside_tests.doc @@ -201,7 +201,7 @@ To add a new integration test, you thus have 3 things to do: details.\n Tesh is sometimes annoying as you have to ensure that the expected output will always be exactly the same. In particular, your should - not output machine dependent informations, nor memory adresses as + not output machine dependent informations such as absolute data path, nor memory adresses as they would change on each run. Several steps can be used here, such as the obfucation of the memory adresses unless the verbose logs are displayed (using the #XBT_LOG_ISENABLED() macro), or the diff --git a/examples/smpi/replay_multiple/replay_multiple.tesh b/examples/smpi/replay_multiple/replay_multiple.tesh index f5fd2f365f..0b4e7e0dd0 100644 --- a/examples/smpi/replay_multiple/replay_multiple.tesh +++ b/examples/smpi/replay_multiple/replay_multiple.tesh @@ -8,8 +8,8 @@ $ ./replay_multiple description_file ${srcdir:=.}/../../platforms/small_platform > [0.000000] [msg_test/INFO] Initializing instance 1 of size 32 > [0.000000] [msg_test/INFO] Initializing instance 2 of size 32 > [0.000000] [smpi_kernel/INFO] You did not set the power of the host running the simulation. The timings will certainly not be accurate. Use the option "--cfg=smpi/running_power:" to set its value.Check http://simgrid.org/simgrid/latest/doc/options.html#options_smpi_bench for more information. -> [Jupiter:2:(52) 1140699.561082] [smpi_replay/INFO] Simulation time 1124371.141124 -> [1140699.561082] [msg_test/INFO] Simulation time 1.14069e+06 +> [Jupiter:2:(52) 1140688.493796] [smpi_replay/INFO] Simulation time 1124371.141124 +> [1140688.493796] [msg_test/INFO] Simulation time 1.14069e+06 $ rm -f deployment.xml diff --git a/teshsuite/surf/maxmin_bench/maxmin_bench_medium.tesh b/teshsuite/surf/maxmin_bench/maxmin_bench_medium.tesh index 4f7cb7ea50..f6d71cfbbf 100644 --- a/teshsuite/surf/maxmin_bench/maxmin_bench_medium.tesh +++ b/teshsuite/surf/maxmin_bench/maxmin_bench_medium.tesh @@ -1,787 +1,788 @@ #! ./tesh ! expect return 0 +! output display $ ./maxmin_bench medium 1 test -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:91: [surf_maxmin/DEBUG] Setting selective_update_active flag to 1 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:802: [surf_maxmin/DEBUG] Active constraints : 100 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '91' usage: 15.336861 remaining: 1.309560 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '19' usage: 21.150663 remaining: 9.333078 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '88' usage: 15.414276 remaining: 5.912085 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '81' usage: 13.341882 remaining: 0.598915 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '71' usage: 11.245866 remaining: 8.001531 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '26' usage: 11.961868 remaining: 2.955288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '84' usage: 20.217164 remaining: 4.161934 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '13' usage: 14.840373 remaining: 9.724278 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '100' usage: 18.414674 remaining: 5.860197 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '59' usage: 27.188734 remaining: 6.346737 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '49' usage: 16.697056 remaining: 7.945151 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '70' usage: 16.417642 remaining: 6.030240 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '28' usage: 25.740013 remaining: 1.357979 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '9' usage: 14.808751 remaining: 9.850524 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '80' usage: 16.513591 remaining: 4.568675 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '5' usage: 12.899801 remaining: 4.922703 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '89' usage: 8.881357 remaining: 9.216183 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '1' usage: 15.853143 remaining: 4.962404 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '82' usage: 29.073925 remaining: 3.432112 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '40' usage: 18.557807 remaining: 7.264221 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '36' usage: 12.902203 remaining: 4.275888 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '16' usage: 22.138864 remaining: 4.571216 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '55' usage: 21.312649 remaining: 9.228782 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '95' usage: 8.053049 remaining: 8.989123 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '83' usage: 30.130490 remaining: 2.566833 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '6' usage: 15.130665 remaining: 9.908364 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '31' usage: 13.631341 remaining: 3.566599 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '66' usage: 17.934429 remaining: 1.296372 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '35' usage: 9.476636 remaining: 1.779942 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '30' usage: 10.383270 remaining: 9.663450 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '3' usage: 21.594224 remaining: 9.945641 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '21' usage: 14.200117 remaining: 4.097251 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '56' usage: 5.317694 remaining: 1.401378 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '18' usage: 20.666551 remaining: 4.424978 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '62' usage: 7.532737 remaining: 5.084575 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '46' usage: 5.560071 remaining: 3.653602 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '64' usage: 18.429177 remaining: 8.312719 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '73' usage: 18.588931 remaining: 1.595101 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '37' usage: 20.191938 remaining: 1.343049 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '25' usage: 16.057167 remaining: 8.278164 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '52' usage: 17.180351 remaining: 1.605618 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '98' usage: 19.929440 remaining: 5.488930 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '68' usage: 14.262366 remaining: 6.434422 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '4' usage: 23.671334 remaining: 9.935049 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '29' usage: 12.200379 remaining: 0.585453 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '7' usage: 21.825846 remaining: 4.891763 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '75' usage: 16.103069 remaining: 1.821940 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '99' usage: 11.453228 remaining: 6.644015 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '2' usage: 15.940883 remaining: 4.954696 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '45' usage: 16.808121 remaining: 4.884471 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '20' usage: 29.331781 remaining: 9.225040 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '60' usage: 14.468790 remaining: 5.961630 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '79' usage: 18.300273 remaining: 4.685810 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '63' usage: 21.705818 remaining: 8.363707 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '8' usage: 12.819394 remaining: 9.872597 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '53' usage: 15.091120 remaining: 2.357095 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '58' usage: 17.444896 remaining: 5.641394 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '77' usage: 18.852235 remaining: 8.061098 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '78' usage: 10.011240 remaining: 7.407568 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '38' usage: 18.017688 remaining: 2.913811 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '39' usage: 17.904783 remaining: 8.909551 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '92' usage: 22.098655 remaining: 5.522559 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '65' usage: 11.941260 remaining: 7.362310 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '23' usage: 13.877419 remaining: 3.763032 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '51' usage: 16.171604 remaining: 8.119913 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '54' usage: 11.573680 remaining: 8.836129 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '72' usage: 20.608332 remaining: 8.092736 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '50' usage: 16.437125 remaining: 8.200807 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '76' usage: 9.052782 remaining: 1.026905 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '34' usage: 14.300775 remaining: 3.913620 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '14' usage: 16.140626 remaining: 9.680259 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '90' usage: 26.626576 remaining: 6.623750 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '97' usage: 8.927363 remaining: 5.798078 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '48' usage: 17.343711 remaining: 8.274947 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '11' usage: 13.214684 remaining: 9.796025 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '93' usage: 20.036288 remaining: 6.605518 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '74' usage: 12.918363 remaining: 4.144306 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '15' usage: 15.768084 remaining: 4.629623 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '69' usage: 12.807895 remaining: 2.259755 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '86' usage: 11.946898 remaining: 7.659936 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '47' usage: 20.635091 remaining: 9.962723 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '85' usage: 18.798071 remaining: 8.306240 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '27' usage: 11.541438 remaining: 7.561237 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '10' usage: 14.961565 remaining: 4.825151 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '41' usage: 15.609941 remaining: 3.025710 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '22' usage: 18.034528 remaining: 8.945158 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '24' usage: 12.195657 remaining: 8.543692 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '61' usage: 10.971060 remaining: 9.700819 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '43' usage: 11.582895 remaining: 6.669880 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '67' usage: 17.763201 remaining: 8.884035 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '57' usage: 17.178682 remaining: 7.849862 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '12' usage: 9.130149 remaining: 4.762612 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '32' usage: 12.155103 remaining: 7.265772 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '33' usage: 12.141615 remaining: 5.727557 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '42' usage: 11.061523 remaining: 7.895376 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '17' usage: 10.612624 remaining: 4.503601 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '44' usage: 9.028397 remaining: 9.100579 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '94' usage: 9.043221 remaining: 2.295941 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '87' usage: 6.892986 remaining: 7.059736 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '96' usage: 12.812003 remaining: 5.471863 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=1, var->bound=-1.000000, var->weight=1.000000, min_usage=0.044890, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=2, var->bound=-1.000000, var->weight=1.000000, min_usage=0.044890, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=8, var->bound=-1.000000, var->weight=1.000000, min_usage=0.044890, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=21, var->bound=-1.000000, var->weight=1.000000, min_usage=0.044890, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=26, var->bound=-1.000000, var->weight=1.000000, min_usage=0.044890, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=28, var->bound=-1.000000, var->weight=1.000000, min_usage=0.044890, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=36, var->bound=-1.000000, var->weight=1.000000, min_usage=0.044890, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=59, var->bound=-1.000000, var->weight=1.000000, min_usage=0.044890, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=92, var->bound=-1.000000, var->weight=1.000000, min_usage=0.044890, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (1) value to 0.044890 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.044890, Var(1)->weight: 1.000000, Var(1)->value: 0.044890 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (2) value to 0.044890 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.044890, Var(2)->weight: 1.000000, Var(2)->value: 0.044890 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (8) value to 0.044890 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.044890, Var(8)->weight: 1.000000, Var(8)->value: 0.044890 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (21) value to 0.044890 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.044890, Var(21)->weight: 1.000000, Var(21)->value: 0.044890 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (26) value to 0.044890 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.044890, Var(26)->weight: 1.000000, Var(26)->value: 0.044890 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (28) value to 0.044890 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.044890, Var(28)->weight: 1.000000, Var(28)->value: 0.044890 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (36) value to 0.044890 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.044890, Var(36)->weight: 1.000000, Var(36)->value: 0.044890 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (59) value to 0.044890 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.044890, Var(59)->weight: 1.000000, Var(59)->value: 0.044890 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (92) value to 0.044890 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.044890, Var(92)->weight: 1.000000, Var(92)->value: 0.044890 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 100 || usage: 0.000000 remaining: 0.000000 bound: 0.598915 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=3, var->bound=-1.000000, var->weight=1.000000, min_usage=0.047986, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=4, var->bound=-1.000000, var->weight=1.000000, min_usage=0.047986, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=9, var->bound=-1.000000, var->weight=1.000000, min_usage=0.047986, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=10, var->bound=-1.000000, var->weight=1.000000, min_usage=0.047986, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=13, var->bound=-1.000000, var->weight=1.000000, min_usage=0.047986, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=14, var->bound=-1.000000, var->weight=1.000000, min_usage=0.047986, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=19, var->bound=-1.000000, var->weight=1.000000, min_usage=0.047986, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=25, var->bound=-1.000000, var->weight=1.000000, min_usage=0.047986, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=84, var->bound=-1.000000, var->weight=1.000000, min_usage=0.047986, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (3) value to 0.047986 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.047986, Var(3)->weight: 1.000000, Var(3)->value: 0.047986 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (4) value to 0.047986 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.047986, Var(4)->weight: 1.000000, Var(4)->value: 0.047986 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (9) value to 0.047986 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.047986, Var(9)->weight: 1.000000, Var(9)->value: 0.047986 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (10) value to 0.047986 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.047986, Var(10)->weight: 1.000000, Var(10)->value: 0.047986 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (13) value to 0.047986 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.047986, Var(13)->weight: 1.000000, Var(13)->value: 0.047986 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (14) value to 0.047986 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.047986, Var(14)->weight: 1.000000, Var(14)->value: 0.047986 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (19) value to 0.047986 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.047986, Var(19)->weight: 1.000000, Var(19)->value: 0.047986 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (25) value to 0.047986 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.047986, Var(25)->weight: 1.000000, Var(25)->value: 0.047986 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (84) value to 0.047986 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.047986, Var(84)->weight: 1.000000, Var(84)->value: 0.047986 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 44 cnst_light_num: 99 || usage: 0.000000 remaining: 0.000000 bound: 0.585453 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=6, var->bound=-1.000000, var->weight=1.000000, min_usage=0.055288, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=11, var->bound=-1.000000, var->weight=1.000000, min_usage=0.055288, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=17, var->bound=-1.000000, var->weight=1.000000, min_usage=0.055288, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=20, var->bound=-1.000000, var->weight=1.000000, min_usage=0.055288, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=22, var->bound=-1.000000, var->weight=1.000000, min_usage=0.055288, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=27, var->bound=-1.000000, var->weight=1.000000, min_usage=0.055288, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=30, var->bound=-1.000000, var->weight=1.000000, min_usage=0.055288, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=31, var->bound=-1.000000, var->weight=1.000000, min_usage=0.055288, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=69, var->bound=-1.000000, var->weight=1.000000, min_usage=0.055288, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=71, var->bound=-1.000000, var->weight=1.000000, min_usage=0.055288, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=86, var->bound=-1.000000, var->weight=1.000000, min_usage=0.055288, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=93, var->bound=-1.000000, var->weight=1.000000, min_usage=0.055288, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (6) value to 0.055288 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.055288, Var(6)->weight: 1.000000, Var(6)->value: 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (11) value to 0.055288 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.055288, Var(11)->weight: 1.000000, Var(11)->value: 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (17) value to 0.055288 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.055288, Var(17)->weight: 1.000000, Var(17)->value: 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (20) value to 0.055288 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.055288, Var(20)->weight: 1.000000, Var(20)->value: 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 23 cnst_light_num: 98 || usage: 0.000000 remaining: 8.609262 bound: 8.989123 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (22) value to 0.055288 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.055288, Var(22)->weight: 1.000000, Var(22)->value: 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (27) value to 0.055288 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.055288, Var(27)->weight: 1.000000, Var(27)->value: 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (30) value to 0.055288 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.055288, Var(30)->weight: 1.000000, Var(30)->value: 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (31) value to 0.055288 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.055288, Var(31)->weight: 1.000000, Var(31)->value: 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (69) value to 0.055288 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.055288, Var(69)->weight: 1.000000, Var(69)->value: 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 35 cnst_light_num: 97 || usage: 0.000000 remaining: 3.376207 bound: 3.653602 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (71) value to 0.055288 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.055288, Var(71)->weight: 1.000000, Var(71)->value: 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (86) value to 0.055288 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.055288, Var(86)->weight: 1.000000, Var(86)->value: 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 5 cnst_light_num: 96 || usage: 0.000000 remaining: 2.349309 bound: 2.955288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (93) value to 0.055288 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.055288, Var(93)->weight: 1.000000, Var(93)->value: 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 12 cnst_light_num: 95 || usage: 0.000000 remaining: 0.000000 bound: 1.357979 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=5, var->bound=-1.000000, var->weight=1.000000, min_usage=0.117065, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=7, var->bound=-1.000000, var->weight=1.000000, min_usage=0.117065, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=12, var->bound=-1.000000, var->weight=1.000000, min_usage=0.117065, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=16, var->bound=-1.000000, var->weight=1.000000, min_usage=0.117065, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=24, var->bound=-1.000000, var->weight=1.000000, min_usage=0.117065, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=33, var->bound=-1.000000, var->weight=1.000000, min_usage=0.117065, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=35, var->bound=-1.000000, var->weight=1.000000, min_usage=0.117065, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=90, var->bound=-1.000000, var->weight=1.000000, min_usage=0.117065, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (5) value to 0.117065 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.117065, Var(5)->weight: 1.000000, Var(5)->value: 0.117065 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (7) value to 0.117065 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.117065, Var(7)->weight: 1.000000, Var(7)->value: 0.117065 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 34 cnst_light_num: 94 || usage: 0.000000 remaining: 4.674700 bound: 5.084575 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (12) value to 0.117065 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.117065, Var(12)->weight: 1.000000, Var(12)->value: 0.117065 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (16) value to 0.117065 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.117065, Var(16)->weight: 1.000000, Var(16)->value: 0.117065 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 76 cnst_light_num: 93 || usage: 0.000000 remaining: 3.393722 bound: 4.144306 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (24) value to 0.117065 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.117065, Var(24)->weight: 1.000000, Var(24)->value: 0.117065 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 59 cnst_light_num: 92 || usage: 0.000000 remaining: 1.838811 bound: 2.913811 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 64 cnst_light_num: 91 || usage: 0.000000 remaining: 6.954921 bound: 8.119913 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (33) value to 0.117065 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.117065, Var(33)->weight: 1.000000, Var(33)->value: 0.117065 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 8 cnst_light_num: 90 || usage: 0.000000 remaining: 4.240822 bound: 5.860197 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (35) value to 0.117065 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.117065, Var(35)->weight: 1.000000, Var(35)->value: 0.117065 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 47 cnst_light_num: 89 || usage: 0.000000 remaining: 5.693363 bound: 6.644015 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 58 cnst_light_num: 88 || usage: 0.000000 remaining: 6.633330 bound: 7.407568 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 87 || usage: 0.000000 remaining: 4.711199 bound: 5.912085 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (90) value to 0.117065 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.117065, Var(90)->weight: 1.000000, Var(90)->value: 0.117065 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 68 cnst_light_num: 86 || usage: 0.000000 remaining: 0.349012 bound: 1.026905 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 24 cnst_light_num: 85 || usage: 0.000000 remaining: 0.000000 bound: 2.566833 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 62 cnst_light_num: 84 || usage: 0.000000 remaining: 6.443685 bound: 7.362310 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 10 cnst_light_num: 83 || usage: 0.000000 remaining: 6.799781 bound: 7.945151 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 38 cnst_light_num: 82 || usage: 0.000000 remaining: 0.064348 bound: 1.343049 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 40 cnst_light_num: 81 || usage: 0.000000 remaining: 0.431111 bound: 1.605618 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 34 cnst_light_num: 80 || usage: 0.000000 remaining: 5.048214 bound: 5.727557 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 28 cnst_light_num: 79 || usage: 0.000000 remaining: 1.151895 bound: 1.779942 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 70 cnst_light_num: 78 || usage: 0.000000 remaining: 8.718502 bound: 9.680259 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 75 cnst_light_num: 77 || usage: 0.000000 remaining: 4.969029 bound: 6.605518 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=15, var->bound=-1.000000, var->weight=1.000000, min_usage=0.190433, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=23, var->bound=-1.000000, var->weight=1.000000, min_usage=0.190433, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (15) value to 0.190433 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.190433, Var(15)->weight: 1.000000, Var(15)->value: 0.190433 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 22 cnst_light_num: 76 || usage: 0.000000 remaining: 7.654558 bound: 9.228782 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 48 cnst_light_num: 75 || usage: 0.000000 remaining: 3.624238 bound: 4.954696 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 63 cnst_light_num: 74 || usage: 0.000000 remaining: 2.514292 bound: 3.763032 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 44 cnst_light_num: 73 || usage: 0.000000 remaining: 6.511883 bound: 7.059736 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 9 cnst_light_num: 72 || usage: 0.000000 remaining: 4.476793 bound: 6.346737 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 69 cnst_light_num: 71 || usage: 0.000000 remaining: 2.520482 bound: 3.913620 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (23) value to 0.190433 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.190433, Var(23)->weight: 1.000000, Var(23)->value: 0.190433 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 34 cnst_light_num: 70 || usage: 0.000000 remaining: 6.889426 bound: 7.659936 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 30 cnst_light_num: 69 || usage: 0.000000 remaining: 8.150259 bound: 9.945641 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 47 cnst_light_num: 68 || usage: 0.000000 remaining: 5.983031 bound: 6.669880 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 58 cnst_light_num: 67 || usage: 0.000000 remaining: 8.894942 bound: 9.700819 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 45 cnst_light_num: 66 || usage: 0.000000 remaining: 3.249285 bound: 4.891763 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 31 cnst_light_num: 65 || usage: 0.000000 remaining: 2.890041 bound: 4.097251 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 44 cnst_light_num: 64 || usage: 0.000000 remaining: 4.949836 bound: 5.798078 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 11 cnst_light_num: 63 || usage: 0.000000 remaining: 4.956720 bound: 6.030240 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 61 cnst_light_num: 62 || usage: 0.000000 remaining: 3.961606 bound: 5.522559 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 37 cnst_light_num: 61 || usage: 0.000000 remaining: 0.000000 bound: 1.595101 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 57 cnst_light_num: 60 || usage: 0.000000 remaining: 6.338777 bound: 8.061098 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=46, var->bound=-1.000000, var->weight=1.000000, min_usage=0.209217, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (46) value to 0.209217 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.209217, Var(46)->weight: 1.000000, Var(46)->value: 0.209217 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 23 cnst_light_num: 59 || usage: 0.000000 remaining: 1.379202 bound: 2.295941 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 37 cnst_light_num: 58 || usage: 0.000000 remaining: 7.247186 bound: 8.909551 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 15 cnst_light_num: 57 || usage: 0.000000 remaining: 3.805275 bound: 4.922703 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 49 cnst_light_num: 56 || usage: 0.000000 remaining: 3.649052 bound: 4.884471 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 27 cnst_light_num: 55 || usage: 0.000000 remaining: 0.000000 bound: 1.296372 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 7 cnst_light_num: 54 || usage: 0.000000 remaining: 8.464623 bound: 9.724278 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 30 cnst_light_num: 53 || usage: 0.000000 remaining: 7.424457 bound: 8.945158 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 17 cnst_light_num: 52 || usage: 0.000000 remaining: 3.827787 bound: 4.962404 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 12 cnst_light_num: 51 || usage: 0.000000 remaining: 6.946136 bound: 7.895376 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 23 cnst_light_num: 50 || usage: 0.000000 remaining: 6.399260 bound: 8.092736 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 47 cnst_light_num: 49 || usage: 0.000000 remaining: 6.702809 bound: 8.200807 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 10 cnst_light_num: 48 || usage: 0.000000 remaining: 6.623437 bound: 7.561237 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 6 cnst_light_num: 47 || usage: 0.000000 remaining: 3.079945 bound: 4.161934 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 38 cnst_light_num: 46 || usage: 0.000000 remaining: 6.636912 bound: 8.306240 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=18, var->bound=-1.000000, var->weight=1.000000, min_usage=0.304877, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (18) value to 0.304877 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.304877, Var(18)->weight: 1.000000, Var(18)->value: 0.304877 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 19 cnst_light_num: 45 || usage: 0.000000 remaining: 5.614609 bound: 7.264221 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 44 || usage: 0.000000 remaining: 0.000000 bound: 1.309560 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 29 cnst_light_num: 43 || usage: 0.000000 remaining: 8.294554 bound: 9.663450 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 41 cnst_light_num: 42 || usage: 0.000000 remaining: 3.900017 bound: 5.488930 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 37 cnst_light_num: 41 || usage: 0.000000 remaining: 3.793039 bound: 4.762612 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 37 cnst_light_num: 40 || usage: 0.000000 remaining: 8.317689 bound: 9.962723 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 6 cnst_light_num: 39 || usage: 0.000000 remaining: 0.155692 bound: 1.821940 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 17 cnst_light_num: 38 || usage: 0.000000 remaining: 4.784499 bound: 5.961630 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 21 cnst_light_num: 37 || usage: 0.000000 remaining: 1.587357 bound: 4.571216 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 22 cnst_light_num: 36 || usage: 0.000000 remaining: 6.100716 bound: 7.265772 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 8 cnst_light_num: 35 || usage: 0.000000 remaining: 6.916181 bound: 8.884035 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 19 cnst_light_num: 34 || usage: 0.000000 remaining: 6.439405 bound: 8.274947 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 33 || usage: 0.000000 remaining: 7.550043 bound: 9.333078 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 21 cnst_light_num: 32 || usage: 0.000000 remaining: 6.656756 bound: 8.312719 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 4 cnst_light_num: 31 || usage: 0.000000 remaining: 6.679523 bound: 8.001531 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 30 || usage: 0.000000 remaining: 8.026750 bound: 9.935049 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 15 cnst_light_num: 29 || usage: 0.000000 remaining: 4.323092 bound: 5.641394 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 12 cnst_light_num: 28 || usage: 0.000000 remaining: 6.635090 bound: 9.225040 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 5 cnst_light_num: 27 || usage: 0.000000 remaining: 3.425795 bound: 4.503601 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 26 || usage: 0.000000 remaining: 3.612285 bound: 5.471863 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 25 || usage: 0.000000 remaining: 0.679710 bound: 1.401378 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=80, var->bound=-1.000000, var->weight=1.000000, min_usage=0.791906, var->bound*var->weight=-1.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (80) value to 0.791906 -> -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.791906, Var(80)->weight: 1.000000, Var(80)->value: 0.791906 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 7 cnst_light_num: 24 || usage: 0.000000 remaining: 5.762170 bound: 8.363707 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 17 cnst_light_num: 23 || usage: 0.000000 remaining: 6.503157 bound: 8.278164 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 8 cnst_light_num: 22 || usage: 0.000000 remaining: 1.745928 bound: 4.629623 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 13 cnst_light_num: 21 || usage: 0.000000 remaining: 7.124955 bound: 9.850524 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 9 cnst_light_num: 20 || usage: 0.000000 remaining: 3.440406 bound: 6.623750 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 4 cnst_light_num: 19 || usage: 0.000000 remaining: 2.104987 bound: 4.685810 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 17 cnst_light_num: 18 || usage: 0.000000 remaining: 6.965594 bound: 9.100579 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 17 || usage: 0.000000 remaining: 6.920975 bound: 9.908364 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 16 || usage: 0.000000 remaining: 0.606528 bound: 3.025710 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 10 cnst_light_num: 15 || usage: 0.000000 remaining: 7.477027 bound: 9.796025 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 13 cnst_light_num: 14 || usage: 0.000000 remaining: 2.760226 bound: 4.275888 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 8 cnst_light_num: 13 || usage: 0.000000 remaining: 5.970709 bound: 7.849862 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 10 cnst_light_num: 12 || usage: 0.000000 remaining: 2.432739 bound: 4.568675 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 7 cnst_light_num: 11 || usage: 0.000000 remaining: 0.133202 bound: 2.357095 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 10 || usage: 0.000000 remaining: 6.643705 bound: 8.543692 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 9 || usage: 0.000000 remaining: 8.402099 bound: 9.216183 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 8 || usage: 0.000000 remaining: 0.684973 bound: 2.259755 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 7 || usage: 0.000000 remaining: 3.933120 bound: 6.434422 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 6 || usage: 0.000000 remaining: 8.394393 bound: 9.872597 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 5 || usage: 0.000000 remaining: 2.178732 bound: 4.424978 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 4 || usage: 0.000000 remaining: 6.254563 bound: 8.836129 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 3 || usage: 0.000000 remaining: 2.426240 bound: 4.825151 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 2 || usage: 0.000000 remaining: 1.662444 bound: 3.566599 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 0.000000 bound: 3.432112 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:691: [surf_maxmin/DEBUG] MAX-MIN ( '93'(1.000000) '92'(1.000000) '90'(1.000000) '86'(1.000000) '84'(1.000000) '80'(1.000000) '71'(1.000000) '69'(1.000000) '59'(1.000000) '46'(1.000000) '36'(1.000000) '35'(1.000000) '33'(1.000000) '31'(1.000000) '30'(1.000000) '28'(1.000000) '27'(1.000000) '26'(1.000000) '25'(1.000000) '24'(1.000000) '23'(1.000000) '22'(1.000000) '21'(1.000000) '20'(1.000000) '19'(1.000000) '18'(1.000000) '17'(1.000000) '16'(1.000000) '15'(1.000000) '14'(1.000000) '13'(1.000000) '12'(1.000000) '11'(1.000000) '10'(1.000000) '9'(1.000000) '8'(1.000000) '7'(1.000000) '6'(1.000000) '5'(1.000000) '4'(1.000000) '3'(1.000000) '2'(1.000000) '1'(1.000000) '29'(0.000000) '32'(0.000000) '34'(0.000000) '37'(0.000000) '38'(0.000000) '39'(0.000000) '40'(0.000000) '41'(0.000000) '42'(0.000000) '43'(0.000000) '44'(0.000000) '45'(0.000000) '47'(0.000000) '48'(0.000000) '49'(0.000000) '50'(0.000000) '51'(0.000000) '52'(0.000000) '53'(0.000000) '54'(0.000000) '55'(0.000000) '56'(0.000000) '57'(0.000000) '58'(0.000000) '60'(0.000000) '61'(0.000000) '62'(0.000000) '63'(0.000000) '64'(0.000000) '65'(0.000000) '66'(0.000000) '67'(0.000000) '68'(0.000000) '70'(0.000000) '72'(0.000000) '73'(0.000000) '74'(0.000000) '75'(0.000000) '76'(0.000000) '77'(0.000000) '78'(0.000000) '79'(0.000000) '81'(0.000000) '82'(0.000000) '83'(0.000000) '85'(0.000000) '87'(0.000000) '88'(0.000000) '89'(0.000000) '91'(0.000000) '94'(0.000000) '95'(0.000000) '96'(0.000000) '97'(0.000000) '98'(0.000000) '99'(0.000000) '100'(0.000000) ) -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:694: [surf_maxmin/DEBUG] Constraints -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.550584.'92'(0.044890) + 1.530026.'59'(0.044890) + 1.177407.'20'(0.055288) + 1.834526.'18'(0.304877) + 2.043207.'14'(0.047986) + 1.668306.'12'(0.117065) + 1.665346.'10'(0.047986) + 1.948157.'8'(0.044890) + 1.919304.'1'(0.044890) + 0.987013.'29'(0.000000) + 1.413490.'39'(0.000000) + 0.682967.'48'(0.000000) + 1.642696.'52'(0.000000) + 1.490982.'53'(0.000000) + 0.221799.'53'(0.000000) + 2.181087.'55'(0.000000) + 2.379413.'57'(0.000000) + 1.834726.'64'(0.000000) + 1.464691.'66'(0.000000) + 0.108052.'66'(0.000000) + 0.656613.'67'(0.000000) + 0.615569.'68'(0.000000) + 1.172970.'73'(0.000000) + 1.174325.'75'(0.000000) + 1.419760.'77'(0.000000) + 0.970798.'78'(0.000000) + 0.618078.'82'(0.000000) + 1.728020.'89'(0.000000) + 2.514501.'91'(0.000000) + 0) <= 1.309560 ('91') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.552737.'93'(0.055288) + 1.443962.'90'(0.117065) + 1.617716.'86'(0.055288) + 0.712477.'84'(0.047986) + 2.805173.'69'(0.055288) + 2.461445.'46'(0.209217) + 2.478265.'35'(0.117065) + 2.745172.'22'(0.055288) + 1.834332.'21'(0.044890) + 0.228744.'18'(0.304877) + 1.309504.'13'(0.047986) + 1.248960.'2'(0.044890) + 1.712175.'1'(0.044890) + 0.153306.'34'(0.000000) + 0.636778.'40'(0.000000) + 1.741389.'51'(0.000000) + 0.061785.'52'(0.000000) + 0.186153.'53'(0.000000) + 2.261448.'54'(0.000000) + 2.672175.'55'(0.000000) + 1.232614.'58'(0.000000) + 1.059984.'74'(0.000000) + 1.594538.'75'(0.000000) + 1.563638.'79'(0.000000) + 0.803478.'83'(0.000000) + 2.703941.'94'(0.000000) + 0.583707.'94'(0.000000) + 2.375892.'98'(0.000000) + 0) <= 9.333078 ('19') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.958816.'84'(0.047986) + 0.513935.'35'(0.117065) + 2.255075.'27'(0.055288) + 1.157219.'16'(0.117065) + 1.610347.'12'(0.117065) + 2.216176.'10'(0.047986) + 1.709874.'9'(0.047986) + 1.281194.'5'(0.117065) + 1.954313.'5'(0.117065) + 1.757327.'1'(0.044890) + 1.719692.'53'(0.000000) + 2.169310.'55'(0.000000) + 0.401865.'61'(0.000000) + 2.607400.'76'(0.000000) + 1.767994.'82'(0.000000) + 1.922997.'94'(0.000000) + 1.144261.'95'(0.000000) + 0.345136.'95'(0.000000) + 1.511084.'96'(0.000000) + 1.556144.'97'(0.000000) + 0) <= 5.912085 ('88') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.049930.'92'(0.044890) + 0.650370.'59'(0.044890) + 2.370405.'36'(0.044890) + 0.928895.'28'(0.044890) + 2.051677.'26'(0.044890) + 1.795878.'21'(0.044890) + 2.097945.'8'(0.044890) + 1.073390.'2'(0.044890) + 0.323392.'1'(0.044890) + 1.218840.'29'(0.000000) + 2.481093.'37'(0.000000) + 1.624130.'38'(0.000000) + 1.630176.'41'(0.000000) + 1.280003.'48'(0.000000) + 1.064780.'51'(0.000000) + 1.157253.'68'(0.000000) + 2.625881.'72'(0.000000) + 0.810524.'73'(0.000000) + 1.619703.'78'(0.000000) + 1.423727.'82'(0.000000) + 2.044192.'98'(0.000000) + 1.795662.'100'(0.000000) + 0) <= 0.598915 ('81') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.266732.'92'(0.044890) + 2.128670.'24'(0.117065) + 0.782014.'19'(0.047986) + 2.489906.'18'(0.304877) + 0.758450.'17'(0.055288) + 1.903273.'9'(0.047986) + 1.916821.'1'(0.044890) + 1.518228.'29'(0.000000) + 2.250406.'39'(0.000000) + 1.309533.'42'(0.000000) + 1.626484.'43'(0.000000) + 1.525145.'47'(0.000000) + 1.824878.'50'(0.000000) + 2.013529.'52'(0.000000) + 1.546693.'53'(0.000000) + 1.907022.'54'(0.000000) + 1.048934.'63'(0.000000) + 1.113043.'70'(0.000000) + 1.007760.'72'(0.000000) + 2.178633.'73'(0.000000) + 0.109135.'73'(0.000000) + 1.475450.'83'(0.000000) + 2.642307.'85'(0.000000) + 3.520085.'95'(0.000000) + 0.650168.'95'(0.000000) + 1.906324.'99'(0.000000) + 0) <= 8.001531 ('71') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.198558.'86'(0.055288) + 1.719699.'30'(0.055288) + 1.034241.'27'(0.055288) + 2.527926.'26'(0.044890) + 2.200086.'20'(0.055288) + 1.625950.'4'(0.047986) + 1.655410.'1'(0.044890) + 0.922941.'38'(0.000000) + 0.969859.'39'(0.000000) + 1.554582.'41'(0.000000) + 2.680560.'44'(0.000000) + 1.377385.'49'(0.000000) + 1.792510.'52'(0.000000) + 1.297885.'53'(0.000000) + 3.023723.'67'(0.000000) + 0.690486.'67'(0.000000) + 0.959287.'70'(0.000000) + 1.451708.'75'(0.000000) + 1.411393.'83'(0.000000) + 1.401866.'85'(0.000000) + 2.559684.'87'(0.000000) + 0.884877.'89'(0.000000) + 0) <= 2.955288 ('26') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.882671.'86'(0.055288) + 2.269788.'84'(0.047986) + 0.342959.'69'(0.055288) + 0.359196.'46'(0.209217) + 2.335548.'31'(0.055288) + 1.650190.'30'(0.055288) + 0.465584.'26'(0.044890) + 1.064408.'21'(0.044890) + 1.889137.'20'(0.055288) + 1.479419.'13'(0.047986) + 1.614131.'11'(0.055288) + 0.901142.'9'(0.047986) + 1.400775.'8'(0.044890) + 2.562216.'1'(0.044890) + 1.355470.'29'(0.000000) + 1.379229.'37'(0.000000) + 2.228293.'41'(0.000000) + 2.127004.'47'(0.000000) + 0.631054.'49'(0.000000) + 1.674928.'62'(0.000000) + 0.886288.'63'(0.000000) + 1.269689.'67'(0.000000) + 1.143053.'68'(0.000000) + 1.529703.'70'(0.000000) + 0.651128.'81'(0.000000) + 1.935918.'82'(0.000000) + 0.397395.'82'(0.000000) + 0.813033.'85'(0.000000) + 0) <= 4.161934 ('84') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.446691.'69'(0.055288) + 1.240660.'46'(0.209217) + 1.561293.'33'(0.117065) + 0.752450.'31'(0.055288) + 1.496895.'30'(0.055288) + 1.500874.'28'(0.044890) + 1.224956.'10'(0.047986) + 2.683225.'7'(0.117065) + 0.568400.'5'(0.117065) + 1.219540.'2'(0.044890) + 1.145389.'1'(0.044890) + 2.277593.'40'(0.000000) + 1.898423.'50'(0.000000) + 2.817933.'52'(0.000000) + 0.937876.'60'(0.000000) + 1.793786.'64'(0.000000) + 1.721776.'66'(0.000000) + 2.493044.'67'(0.000000) + 1.374110.'67'(0.000000) + 1.175826.'74'(0.000000) + 4.039148.'82'(0.000000) + 0.886825.'82'(0.000000) + 2.102068.'95'(0.000000) + 0) <= 9.724278 ('13') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.494046.'33'(0.117065) + 2.585227.'28'(0.044890) + 1.512319.'27'(0.055288) + 1.816743.'24'(0.117065) + 0.904133.'22'(0.055288) + 2.023057.'16'(0.117065) + 1.642546.'7'(0.117065) + 1.319094.'6'(0.055288) + 0.385607.'5'(0.117065) + 2.061653.'5'(0.117065) + 0.507587.'4'(0.047986) + 1.162662.'1'(0.044890) + 0.938190.'29'(0.000000) + 1.204740.'38'(0.000000) + 0.331183.'39'(0.000000) + 2.591782.'40'(0.000000) + 1.481960.'42'(0.000000) + 1.245066.'44'(0.000000) + 0.017606.'45'(0.000000) + 1.276524.'49'(0.000000) + 0.149216.'50'(0.000000) + 0.195759.'58'(0.000000) + 0.574428.'65'(0.000000) + 1.667801.'68'(0.000000) + 2.159887.'70'(0.000000) + 0.728364.'78'(0.000000) + 1.233136.'83'(0.000000) + 0.707191.'88'(0.000000) + 2.826242.'95'(0.000000) + 0.009821.'95'(0.000000) + 1.461102.'99'(0.000000) + 0) <= 5.860197 ('100') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.474630.'93'(0.055288) + 2.494436.'92'(0.044890) + 1.450324.'90'(0.117065) + 2.018193.'33'(0.117065) + 2.161173.'30'(0.055288) + 1.743061.'27'(0.055288) + 2.519640.'19'(0.047986) + 0.972075.'15'(0.190433) + 1.423556.'13'(0.047986) + 1.953102.'12'(0.117065) + 1.617651.'10'(0.047986) + 2.346562.'9'(0.047986) + 1.530982.'6'(0.055288) + 0.211888.'5'(0.117065) + 1.624397.'4'(0.047986) + 1.647065.'1'(0.044890) + 1.012406.'32'(0.000000) + 1.922101.'44'(0.000000) + 2.110632.'49'(0.000000) + 0.895490.'54'(0.000000) + 2.426427.'57'(0.000000) + 1.218832.'58'(0.000000) + 2.079258.'60'(0.000000) + 0.366715.'61'(0.000000) + 1.116162.'67'(0.000000) + 0.698163.'68'(0.000000) + 2.095938.'70'(0.000000) + 1.924146.'78'(0.000000) + 1.933079.'87'(0.000000) + 2.156304.'97'(0.000000) + 0.367147.'99'(0.000000) + 0) <= 6.346737 ('59') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.390213.'92'(0.044890) + 1.955258.'90'(0.117065) + 0.603050.'25'(0.047986) + 1.063246.'21'(0.044890) + 1.015743.'16'(0.117065) + 1.808427.'14'(0.047986) + 2.313394.'7'(0.117065) + 2.251747.'3'(0.047986) + 1.800413.'2'(0.044890) + 2.495564.'1'(0.044890) + 1.429666.'37'(0.000000) + 0.821766.'38'(0.000000) + 1.518542.'40'(0.000000) + 0.670593.'42'(0.000000) + 0.510437.'43'(0.000000) + 0.359661.'44'(0.000000) + 1.513676.'49'(0.000000) + 1.850087.'57'(0.000000) + 1.711614.'58'(0.000000) + 0.998859.'60'(0.000000) + 1.441892.'68'(0.000000) + 1.787534.'74'(0.000000) + 1.833536.'81'(0.000000) + 0.928603.'82'(0.000000) + 2.606017.'88'(0.000000) + 1.569514.'97'(0.000000) + 1.222027.'98'(0.000000) + 0) <= 7.945151 ('49') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.175498.'92'(0.044890) + 1.639923.'69'(0.055288) + 1.035670.'35'(0.117065) + 1.932780.'27'(0.055288) + 1.444057.'25'(0.047986) + 1.393704.'23'(0.190433) + 1.185159.'22'(0.055288) + 0.751090.'19'(0.047986) + 0.862011.'9'(0.047986) + 1.791260.'8'(0.044890) + 2.206491.'1'(0.044890) + 0.772065.'32'(0.000000) + 2.936189.'37'(0.000000) + 0.746468.'37'(0.000000) + 0.262629.'43'(0.000000) + 2.010526.'52'(0.000000) + 1.405257.'57'(0.000000) + 2.686888.'63'(0.000000) + 0.970949.'72'(0.000000) + 1.233494.'76'(0.000000) + 1.066276.'78'(0.000000) + 2.466767.'79'(0.000000) + 1.356714.'98'(0.000000) + 1.450658.'98'(0.000000) + 0) <= 6.030240 ('70') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.921992.'93'(0.055288) + 1.135770.'86'(0.055288) + 1.125125.'84'(0.047986) + 1.114873.'71'(0.055288) + 1.726755.'69'(0.055288) + 0.799330.'31'(0.055288) + 1.535592.'30'(0.055288) + 1.921296.'27'(0.055288) + 1.598094.'25'(0.047986) + 1.543246.'22'(0.055288) + 1.574893.'21'(0.044890) + 0.740246.'20'(0.055288) + 1.582148.'17'(0.055288) + 1.824328.'11'(0.055288) + 2.258847.'6'(0.055288) + 1.308259.'4'(0.047986) + 0.572113.'3'(0.047986) + 1.457107.'1'(0.044890) + 1.385104.'38'(0.000000) + 1.321641.'39'(0.000000) + 1.893129.'44'(0.000000) + 0.573521.'45'(0.000000) + 2.057052.'47'(0.000000) + 1.007047.'51'(0.000000) + 2.028526.'54'(0.000000) + 2.195912.'56'(0.000000) + 2.102016.'60'(0.000000) + 1.536529.'62'(0.000000) + 0.858825.'64'(0.000000) + 0.798955.'72'(0.000000) + 0.527712.'75'(0.000000) + 0.892436.'78'(0.000000) + 1.399997.'79'(0.000000) + 1.685400.'83'(0.000000) + 0.981530.'91'(0.000000) + 0) <= 1.357979 ('28') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.140611.'86'(0.055288) + 1.486203.'80'(0.791906) + 0.523856.'71'(0.055288) + 2.085886.'35'(0.117065) + 1.223820.'33'(0.117065) + 1.055247.'31'(0.055288) + 0.601888.'30'(0.055288) + 1.304780.'26'(0.044890) + 0.516158.'25'(0.047986) + 2.409669.'18'(0.304877) + 0.680137.'12'(0.117065) + 1.780499.'1'(0.044890) + 1.604069.'34'(0.000000) + 1.359337.'42'(0.000000) + 0.966018.'44'(0.000000) + 1.683928.'47'(0.000000) + 0.602764.'51'(0.000000) + 1.817883.'56'(0.000000) + 2.228329.'72'(0.000000) + 1.606827.'77'(0.000000) + 0.481603.'78'(0.000000) + 0.969072.'79'(0.000000) + 0.269782.'97'(0.000000) + 0) <= 9.850524 ('9') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.964803.'80'(0.791906) + 1.116832.'35'(0.117065) + 1.071820.'31'(0.055288) + 2.413461.'30'(0.055288) + 0.760782.'28'(0.044890) + 0.565320.'23'(0.190433) + 0.737299.'15'(0.190433) + 2.434460.'15'(0.190433) + 1.212903.'10'(0.047986) + 0.900794.'9'(0.047986) + 2.137796.'4'(0.047986) + 2.197320.'1'(0.044890) + 2.713785.'37'(0.000000) + 0.646425.'40'(0.000000) + 0.247808.'43'(0.000000) + 1.572677.'49'(0.000000) + 1.013552.'51'(0.000000) + 2.259497.'54'(0.000000) + 2.049393.'56'(0.000000) + 1.957664.'65'(0.000000) + 1.765641.'75'(0.000000) + 0.566264.'76'(0.000000) + 0.344985.'77'(0.000000) + 0.600712.'79'(0.000000) + 1.904981.'99'(0.000000) + 1.801395.'100'(0.000000) + 0.551280.'100'(0.000000) + 0) <= 4.568675 ('80') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.019716.'93'(0.055288) + 1.513289.'92'(0.044890) + 2.931614.'86'(0.055288) + 0.748765.'59'(0.044890) + 1.074475.'46'(0.209217) + 0.166268.'27'(0.055288) + 1.306743.'15'(0.190433) + 1.754598.'11'(0.055288) + 1.531602.'5'(0.117065) + 0.852730.'1'(0.044890) + 0.717069.'38'(0.000000) + 0.478906.'39'(0.000000) + 0.396213.'41'(0.000000) + 1.775519.'50'(0.000000) + 0.705821.'50'(0.000000) + 0.319917.'57'(0.000000) + 0.528067.'61'(0.000000) + 1.836021.'63'(0.000000) + 1.359624.'70'(0.000000) + 2.234948.'72'(0.000000) + 1.245961.'73'(0.000000) + 1.033078.'79'(0.000000) + 2.237929.'81'(0.000000) + 1.917058.'88'(0.000000) + 2.323124.'94'(0.000000) + 2.088219.'95'(0.000000) + 0.446029.'95'(0.000000) + 1.054331.'100'(0.000000) + 0) <= 4.922703 ('5') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.816629.'92'(0.044890) + 1.366881.'84'(0.047986) + 0.329808.'80'(0.791906) + 1.235501.'71'(0.055288) + 2.033012.'33'(0.117065) + 1.684580.'14'(0.047986) + 0.414946.'1'(0.044890) + 1.758310.'34'(0.000000) + 1.458370.'39'(0.000000) + 2.353812.'40'(0.000000) + 1.653100.'41'(0.000000) + 0.851765.'42'(0.000000) + 1.663727.'47'(0.000000) + 1.868580.'50'(0.000000) + 2.886949.'56'(0.000000) + 0.267347.'56'(0.000000) + 1.428768.'65'(0.000000) + 2.842586.'66'(0.000000) + 0.198499.'66'(0.000000) + 1.560713.'77'(0.000000) + 1.122792.'83'(0.000000) + 2.274753.'91'(0.000000) + 1.021751.'94'(0.000000) + 1.875214.'99'(0.000000) + 0) <= 9.216183 ('89') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.232132.'90'(0.117065) + 1.329756.'59'(0.044890) + 1.047869.'46'(0.209217) + 2.767308.'36'(0.044890) + 1.909159.'31'(0.055288) + 1.169637.'28'(0.044890) + 0.680069.'26'(0.044890) + 1.055089.'13'(0.047986) + 0.110863.'11'(0.055288) + 0.767369.'8'(0.044890) + 1.891935.'5'(0.117065) + 0.331621.'3'(0.047986) + 1.560334.'1'(0.044890) + 1.932064.'29'(0.000000) + 2.847742.'39'(0.000000) + 0.800108.'48'(0.000000) + 2.383945.'52'(0.000000) + 0.359574.'55'(0.000000) + 0.524047.'64'(0.000000) + 1.416700.'72'(0.000000) + 2.711002.'77'(0.000000) + 1.700706.'82'(0.000000) + 1.352892.'89'(0.000000) + 1.522956.'94'(0.000000) + 1.623819.'95'(0.000000) + 1.003544.'98'(0.000000) + 0) <= 4.962404 ('1') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.219589.'80'(0.791906) + 1.483820.'71'(0.055288) + 1.615557.'69'(0.055288) + 1.761084.'59'(0.044890) + 1.852398.'46'(0.209217) + 1.802015.'35'(0.117065) + 1.568987.'27'(0.055288) + 0.683619.'26'(0.044890) + 1.240121.'26'(0.044890) + 0.567658.'25'(0.047986) + 0.348665.'24'(0.117065) + 1.343086.'24'(0.117065) + 1.561139.'23'(0.190433) + 1.413574.'18'(0.304877) + 0.820076.'13'(0.047986) + 2.448519.'13'(0.047986) + 1.365036.'9'(0.047986) + 0.529061.'2'(0.044890) + 2.897584.'2'(0.044890) + 2.552336.'1'(0.044890) + 1.491792.'29'(0.000000) + 0.712493.'44'(0.000000) + 1.663798.'45'(0.000000) + 1.813186.'48'(0.000000) + 1.181248.'49'(0.000000) + 1.649257.'53'(0.000000) + 0.343784.'54'(0.000000) + 1.933689.'58'(0.000000) + 1.937352.'64'(0.000000) + 2.227852.'74'(0.000000) + 2.152657.'78'(0.000000) + 0.824016.'82'(0.000000) + 2.074157.'83'(0.000000) + 2.721225.'91'(0.000000) + 1.182885.'91'(0.000000) + 2.000241.'94'(0.000000) + 1.811034.'97'(0.000000) + 1.514385.'99'(0.000000) + 1.435868.'100'(0.000000) + 0) <= 3.432112 ('82') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.904673.'84'(0.047986) + 0.475674.'36'(0.044890) + 2.847967.'35'(0.117065) + 2.083614.'28'(0.044890) + 0.825477.'25'(0.047986) + 2.590779.'19'(0.047986) + 1.134438.'18'(0.304877) + 0.317660.'17'(0.055288) + 0.329232.'16'(0.117065) + 0.913562.'12'(0.117065) + 1.253696.'11'(0.055288) + 2.681635.'7'(0.117065) + 1.199401.'1'(0.044890) + 1.864382.'52'(0.000000) + 1.305013.'60'(0.000000) + 2.401061.'72'(0.000000) + 1.967219.'73'(0.000000) + 1.488166.'74'(0.000000) + 1.563498.'75'(0.000000) + 1.443704.'87'(0.000000) + 1.065275.'88'(0.000000) + 2.404250.'89'(0.000000) + 1.519534.'96'(0.000000) + 0) <= 7.264221 ('40') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.894953.'90'(0.117065) + 0.796717.'80'(0.791906) + 0.849785.'69'(0.055288) + 0.976894.'46'(0.209217) + 1.177992.'31'(0.055288) + 2.021889.'28'(0.044890) + 1.072133.'27'(0.055288) + 0.933710.'26'(0.044890) + 1.439011.'19'(0.047986) + 0.705395.'17'(0.055288) + 1.033724.'1'(0.044890) + 2.160985.'34'(0.000000) + 1.725138.'37'(0.000000) + 0.833940.'38'(0.000000) + 1.849668.'41'(0.000000) + 2.218543.'44'(0.000000) + 1.649477.'51'(0.000000) + 1.095759.'63'(0.000000) + 0.454421.'77'(0.000000) + 0) <= 4.275888 ('36') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.026696.'46'(0.209217) + 0.561561.'36'(0.044890) + 0.493261.'30'(0.055288) + 1.547001.'24'(0.117065) + 2.398001.'23'(0.190433) + 2.132034.'18'(0.304877) + 2.385827.'17'(0.055288) + 1.378655.'16'(0.117065) + 1.084119.'15'(0.190433) + 1.576223.'15'(0.190433) + 1.631505.'5'(0.117065) + 1.408690.'4'(0.047986) + 1.061269.'3'(0.047986) + 2.454022.'1'(0.044890) + 1.333844.'29'(0.000000) + 0.736614.'32'(0.000000) + 2.069443.'44'(0.000000) + 0.503920.'52'(0.000000) + 1.139747.'53'(0.000000) + 1.118477.'54'(0.000000) + 0.413427.'57'(0.000000) + 0.168341.'61'(0.000000) + 0.878089.'70'(0.000000) + 0.599189.'72'(0.000000) + 2.565095.'74'(0.000000) + 0.713416.'75'(0.000000) + 1.754134.'76'(0.000000) + 1.280948.'77'(0.000000) + 0.891286.'79'(0.000000) + 0.577185.'82'(0.000000) + 0.076068.'83'(0.000000) + 0.840129.'87'(0.000000) + 1.075032.'89'(0.000000) + 2.681478.'97'(0.000000) + 0.896936.'97'(0.000000) + 0.126022.'98'(0.000000) + 1.576976.'100'(0.000000) + 0) <= 4.571216 ('16') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.441642.'90'(0.117065) + 0.560449.'59'(0.044890) + 2.197684.'59'(0.044890) + 1.333671.'35'(0.117065) + 1.766898.'30'(0.055288) + 1.571257.'21'(0.044890) + 1.902255.'16'(0.117065) + 2.247043.'15'(0.190433) + 0.674247.'13'(0.047986) + 2.545765.'8'(0.044890) + 1.476589.'3'(0.047986) + 2.644968.'2'(0.044890) + 1.950179.'1'(0.044890) + 0.701189.'38'(0.000000) + 1.423299.'44'(0.000000) + 1.215788.'55'(0.000000) + 0.558122.'62'(0.000000) + 1.473371.'97'(0.000000) + 0.925150.'97'(0.000000) + 0) <= 9.228782 ('55') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.443647.'26'(0.044890) + 1.056085.'25'(0.047986) + 1.451176.'20'(0.055288) + 1.302367.'8'(0.044890) + 1.495324.'2'(0.044890) + 1.304450.'1'(0.044890) + 2.000629.'48'(0.000000) + 0.917679.'63'(0.000000) + 0.340720.'63'(0.000000) + 1.212589.'66'(0.000000) + 1.692406.'74'(0.000000) + 1.172586.'74'(0.000000) + 1.865030.'87'(0.000000) + 1.072221.'88'(0.000000) + 2.500443.'89'(0.000000) + 0.880659.'97'(0.000000) + 0) <= 8.989123 ('95') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.181735.'93'(0.055288) + 1.431508.'92'(0.044890) + 1.382962.'90'(0.117065) + 2.592646.'86'(0.055288) + 2.019573.'69'(0.055288) + 2.457106.'35'(0.117065) + 0.928442.'33'(0.117065) + 0.241653.'25'(0.047986) + 0.935840.'24'(0.117065) + 2.950987.'24'(0.117065) + 2.556906.'22'(0.055288) + 1.210372.'19'(0.047986) + 2.272771.'16'(0.117065) + 1.767193.'12'(0.117065) + 0.812205.'11'(0.055288) + 1.405961.'7'(0.117065) + 1.424256.'6'(0.055288) + 1.135183.'5'(0.117065) + 1.423191.'2'(0.044890) + 1.493756.'29'(0.000000) + 2.470565.'34'(0.000000) + 1.185811.'43'(0.000000) + 1.194531.'44'(0.000000) + 1.471732.'45'(0.000000) + 2.218403.'49'(0.000000) + 1.498143.'50'(0.000000) + 0.344582.'58'(0.000000) + 1.917658.'64'(0.000000) + 1.512724.'65'(0.000000) + 0.867592.'70'(0.000000) + 1.293674.'78'(0.000000) + 0.379109.'81'(0.000000) + 1.683542.'82'(0.000000) + 1.043298.'85'(0.000000) + 1.851361.'87'(0.000000) + 2.724947.'91'(0.000000) + 1.423110.'91'(0.000000) + 1.352901.'99'(0.000000) + 0) <= 2.566833 ('83') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.831802.'80'(0.791906) + 1.656379.'71'(0.055288) + 2.221927.'18'(0.304877) + 0.552993.'16'(0.117065) + 1.939114.'15'(0.190433) + 1.554145.'14'(0.047986) + 0.990512.'11'(0.055288) + 0.489711.'4'(0.047986) + 1.978719.'3'(0.047986) + 1.915362.'2'(0.044890) + 2.202331.'34'(0.000000) + 1.063638.'43'(0.000000) + 0.757102.'48'(0.000000) + 1.144135.'55'(0.000000) + 1.437298.'56'(0.000000) + 1.819187.'62'(0.000000) + 2.378800.'67'(0.000000) + 1.450235.'85'(0.000000) + 1.621855.'95'(0.000000) + 1.726771.'96'(0.000000) + 0) <= 9.908364 ('6') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.724888.'93'(0.055288) + 2.273708.'86'(0.055288) + 1.605293.'80'(0.791906) + 1.946751.'69'(0.055288) + 0.430761.'17'(0.055288) + 0.892452.'17'(0.055288) + 1.261368.'11'(0.055288) + 1.410476.'3'(0.047986) + 2.085644.'2'(0.044890) + 2.030062.'29'(0.000000) + 1.973643.'32'(0.000000) + 1.676062.'39'(0.000000) + 1.971043.'43'(0.000000) + 1.086594.'44'(0.000000) + 1.466462.'53'(0.000000) + 1.220011.'54'(0.000000) + 0.648690.'65'(0.000000) + 2.600198.'81'(0.000000) + 2.108949.'91'(0.000000) + 0.021305.'91'(0.000000) + 0.932715.'100'(0.000000) + 0) <= 3.566599 ('31') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.519671.'92'(0.044890) + 2.097080.'86'(0.055288) + 1.736001.'71'(0.055288) + 1.923609.'46'(0.209217) + 0.497956.'28'(0.044890) + 0.838602.'26'(0.044890) + 1.781501.'25'(0.047986) + 1.577338.'24'(0.117065) + 1.536567.'20'(0.055288) + 2.806736.'8'(0.044890) + 1.619368.'2'(0.044890) + 2.031550.'38'(0.000000) + 1.703073.'43'(0.000000) + 0.798366.'45'(0.000000) + 0.467728.'51'(0.000000) + 1.121209.'64'(0.000000) + 0.044084.'65'(0.000000) + 2.038799.'68'(0.000000) + 0.400305.'76'(0.000000) + 1.030237.'81'(0.000000) + 1.521321.'82'(0.000000) + 0.482400.'82'(0.000000) + 1.439564.'89'(0.000000) + 2.114362.'97'(0.000000) + 0) <= 1.296372 ('66') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.105805.'90'(0.117065) + 1.842847.'84'(0.047986) + 1.056430.'71'(0.055288) + 1.434411.'33'(0.117065) + 1.670571.'28'(0.044890) + 0.843003.'19'(0.047986) + 1.523569.'2'(0.044890) + 1.328603.'37'(0.000000) + 0.756178.'41'(0.000000) + 1.195773.'43'(0.000000) + 1.589338.'55'(0.000000) + 0.743723.'60'(0.000000) + 2.870529.'67'(0.000000) + 0.310614.'67'(0.000000) + 1.560972.'75'(0.000000) + 1.936417.'76'(0.000000) + 2.211281.'78'(0.000000) + 1.120306.'78'(0.000000) + 2.129602.'79'(0.000000) + 0.516602.'82'(0.000000) + 1.714971.'96'(0.000000) + 1.593116.'100'(0.000000) + 0) <= 1.779942 ('35') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.617541.'90'(0.117065) + 0.219538.'46'(0.209217) + 2.319474.'24'(0.117065) + 1.988038.'22'(0.055288) + 0.758474.'19'(0.047986) + 2.152186.'18'(0.304877) + 1.328019.'2'(0.044890) + 0.538126.'32'(0.000000) + 0.857868.'47'(0.000000) + 0.327854.'48'(0.000000) + 1.698732.'50'(0.000000) + 1.268490.'55'(0.000000) + 1.038287.'60'(0.000000) + 2.073121.'65'(0.000000) + 1.236270.'68'(0.000000) + 0.640635.'79'(0.000000) + 0.475515.'83'(0.000000) + 1.880451.'87'(0.000000) + 1.933756.'97'(0.000000) + 0) <= 9.663450 ('30') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.617049.'84'(0.047986) + 0.357898.'35'(0.117065) + 1.760703.'33'(0.117065) + 0.917343.'24'(0.117065) + 0.947236.'24'(0.117065) + 2.494840.'23'(0.190433) + 2.218768.'14'(0.047986) + 2.164447.'13'(0.047986) + 1.557959.'12'(0.117065) + 1.515324.'10'(0.047986) + 0.793342.'6'(0.055288) + 3.025505.'6'(0.055288) + 2.223809.'2'(0.044890) + 1.451623.'37'(0.000000) + 1.561245.'44'(0.000000) + 0.338350.'48'(0.000000) + 0.566370.'52'(0.000000) + 1.851600.'56'(0.000000) + 2.003085.'57'(0.000000) + 1.040549.'60'(0.000000) + 1.283400.'65'(0.000000) + 1.312813.'67'(0.000000) + 1.342048.'77'(0.000000) + 1.247040.'88'(0.000000) + 2.520866.'98'(0.000000) + 0.787296.'98'(0.000000) + 0) <= 9.945641 ('3') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.571950.'35'(0.117065) + 0.802464.'25'(0.047986) + 1.268756.'23'(0.190433) + 0.817348.'21'(0.044890) + 2.491420.'14'(0.047986) + 1.872456.'12'(0.117065) + 1.051206.'10'(0.047986) + 1.537013.'7'(0.117065) + 1.165670.'6'(0.055288) + 1.621833.'2'(0.044890) + 1.587005.'37'(0.000000) + 0.154834.'38'(0.000000) + 1.167921.'41'(0.000000) + 1.873399.'44'(0.000000) + 0.648493.'57'(0.000000) + 2.025183.'60'(0.000000) + 1.082161.'62'(0.000000) + 2.105021.'63'(0.000000) + 0.445561.'65'(0.000000) + 1.331651.'85'(0.000000) + 1.076625.'91'(0.000000) + 1.559978.'94'(0.000000) + 0) <= 4.097251 ('21') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.848277.'18'(0.304877) + 0.784419.'3'(0.047986) + 2.684998.'2'(0.044890) + 1.342527.'29'(0.000000) + 0.419035.'37'(0.000000) + 2.163596.'41'(0.000000) + 1.826249.'52'(0.000000) + 1.646003.'55'(0.000000) + 2.108946.'58'(0.000000) + 1.539063.'61'(0.000000) + 1.611198.'62'(0.000000) + 1.197247.'63'(0.000000) + 2.657445.'64'(0.000000) + 0.683061.'67'(0.000000) + 2.579352.'73'(0.000000) + 2.694216.'79'(0.000000) + 2.316378.'87'(0.000000) + 2.525917.'91'(0.000000) + 0.243451.'91'(0.000000) + 1.973307.'100'(0.000000) + 0) <= 1.401378 ('56') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.449245.'93'(0.055288) + 1.307068.'80'(0.791906) + 1.480774.'69'(0.055288) + 0.834696.'36'(0.044890) + 2.121184.'28'(0.044890) + 0.911193.'27'(0.055288) + 0.545581.'24'(0.117065) + 2.259330.'21'(0.044890) + 2.491200.'17'(0.055288) + 1.455706.'15'(0.190433) + 1.410135.'13'(0.047986) + 1.765092.'6'(0.055288) + 0.747052.'4'(0.047986) + 1.888295.'2'(0.044890) + 0.713821.'37'(0.000000) + 2.598477.'43'(0.000000) + 1.438983.'44'(0.000000) + 1.502268.'56'(0.000000) + 1.605632.'61'(0.000000) + 1.544327.'62'(0.000000) + 0.181450.'62'(0.000000) + 2.009187.'65'(0.000000) + 3.280653.'66'(0.000000) + 0.067911.'66'(0.000000) + 1.840993.'67'(0.000000) + 1.044612.'68'(0.000000) + 2.006633.'70'(0.000000) + 0.713088.'72'(0.000000) + 1.512621.'76'(0.000000) + 2.726216.'81'(0.000000) + 2.097782.'87'(0.000000) + 2.115832.'89'(0.000000) + 1.260586.'98'(0.000000) + 0) <= 4.424978 ('18') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.090901.'30'(0.055288) + 1.297920.'19'(0.047986) + 1.424158.'14'(0.047986) + 0.575830.'7'(0.117065) + 2.143928.'2'(0.044890) + 2.122762.'32'(0.000000) + 0.709590.'39'(0.000000) + 1.676612.'40'(0.000000) + 0.922763.'45'(0.000000) + 1.831900.'47'(0.000000) + 1.127926.'60'(0.000000) + 2.196587.'70'(0.000000) + 1.864485.'78'(0.000000) + 1.567678.'79'(0.000000) + 1.065426.'81'(0.000000) + 0.577762.'96'(0.000000) + 2.101005.'97'(0.000000) + 1.481802.'97'(0.000000) + 0) <= 5.084575 ('62') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.787208.'92'(0.044890) + 2.673902.'69'(0.055288) + 2.098962.'2'(0.044890) + 2.170047.'34'(0.000000) + 2.615945.'42'(0.000000) + 0.788779.'54'(0.000000) + 0.533384.'56'(0.000000) + 2.395487.'57'(0.000000) + 0.898479.'57'(0.000000) + 1.137187.'61'(0.000000) + 1.612209.'63'(0.000000) + 0.796565.'70'(0.000000) + 3.104590.'73'(0.000000) + 0.802525.'73'(0.000000) + 1.504704.'76'(0.000000) + 1.907922.'83'(0.000000) + 0.723042.'85'(0.000000) + 1.435919.'89'(0.000000) + 1.704192.'96'(0.000000) + 1.214179.'100'(0.000000) + 0) <= 3.653602 ('46') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.159290.'93'(0.055288) + 1.076541.'69'(0.055288) + 1.560264.'36'(0.044890) + 1.087675.'31'(0.055288) + 2.339709.'26'(0.044890) + 0.932480.'23'(0.190433) + 2.203610.'18'(0.304877) + 2.515455.'8'(0.044890) + 0.982040.'7'(0.117065) + 1.361683.'3'(0.047986) + 2.210430.'2'(0.044890) + 1.307962.'37'(0.000000) + 1.031220.'38'(0.000000) + 2.109794.'42'(0.000000) + 2.340225.'45'(0.000000) + 0.764872.'48'(0.000000) + 0.793115.'58'(0.000000) + 1.480718.'66'(0.000000) + 0.791214.'68'(0.000000) + 2.159073.'73'(0.000000) + 2.711400.'83'(0.000000) + 2.523451.'98'(0.000000) + 0) <= 8.312719 ('64') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.014366.'30'(0.055288) + 2.228422.'26'(0.044890) + 0.457995.'25'(0.047986) + 1.325383.'23'(0.190433) + 0.826167.'16'(0.117065) + 1.087537.'15'(0.190433) + 2.052335.'15'(0.190433) + 1.480696.'14'(0.047986) + 2.084381.'13'(0.047986) + 2.704841.'11'(0.055288) + 0.567299.'8'(0.044890) + 2.759508.'2'(0.044890) + 0.675044.'32'(0.000000) + 1.151851.'37'(0.000000) + 0.842809.'39'(0.000000) + 0.631937.'41'(0.000000) + 1.561028.'42'(0.000000) + 0.716075.'50'(0.000000) + 1.773900.'53'(0.000000) + 1.218666.'53'(0.000000) + 1.264379.'54'(0.000000) + 0.566796.'55'(0.000000) + 0.121870.'60'(0.000000) + 1.171679.'61'(0.000000) + 0.893220.'65'(0.000000) + 0.817332.'68'(0.000000) + 0.946651.'78'(0.000000) + 1.092583.'94'(0.000000) + 0) <= 1.595101 ('73') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.339607.'93'(0.055288) + 1.811061.'90'(0.117065) + 1.758690.'30'(0.055288) + 1.495101.'27'(0.055288) + 2.292440.'22'(0.055288) + 1.229428.'19'(0.047986) + 1.085846.'17'(0.055288) + 2.178570.'14'(0.047986) + 1.820069.'11'(0.055288) + 1.723193.'7'(0.117065) + 1.559765.'4'(0.047986) + 1.898168.'2'(0.044890) + 1.938628.'39'(0.000000) + 0.789087.'40'(0.000000) + 1.716462.'53'(0.000000) + 1.985795.'60'(0.000000) + 2.403113.'64'(0.000000) + 1.672833.'74'(0.000000) + 2.151883.'77'(0.000000) + 1.521737.'83'(0.000000) + 2.818235.'88'(0.000000) + 0) <= 1.343049 ('37') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.084501.'92'(0.044890) + 0.538645.'80'(0.791906) + 2.528281.'33'(0.117065) + 1.601403.'31'(0.055288) + 2.810425.'16'(0.117065) + 1.512983.'12'(0.117065) + 1.508257.'11'(0.055288) + 1.731485.'7'(0.117065) + 1.741187.'2'(0.044890) + 0.804073.'38'(0.000000) + 0.860566.'39'(0.000000) + 2.148854.'41'(0.000000) + 0.526138.'45'(0.000000) + 1.486162.'49'(0.000000) + 1.639893.'50'(0.000000) + 0.060912.'51'(0.000000) + 0.839575.'56'(0.000000) + 1.543682.'60'(0.000000) + 0.826408.'62'(0.000000) + 0.445008.'70'(0.000000) + 1.047246.'72'(0.000000) + 1.790041.'85'(0.000000) + 1.707543.'96'(0.000000) + 1.393235.'97'(0.000000) + 1.631430.'99'(0.000000) + 0) <= 8.278164 ('25') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.582926.'90'(0.117065) + 0.852950.'86'(0.055288) + 1.968243.'24'(0.117065) + 1.463992.'22'(0.055288) + 2.275936.'21'(0.044890) + 1.586628.'20'(0.055288) + 0.700088.'17'(0.055288) + 1.930838.'11'(0.055288) + 1.605401.'8'(0.044890) + 2.213348.'3'(0.047986) + 2.216668.'42'(0.000000) + 2.735909.'44'(0.000000) + 1.377609.'53'(0.000000) + 1.068098.'56'(0.000000) + 1.881393.'58'(0.000000) + 1.110333.'61'(0.000000) + 1.970628.'66'(0.000000) + 1.854642.'76'(0.000000) + 2.315407.'85'(0.000000) + 2.413145.'88'(0.000000) + 2.095055.'89'(0.000000) + 2.920734.'99'(0.000000) + 0.296508.'99'(0.000000) + 0) <= 1.605618 ('52') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.500403.'69'(0.055288) + 1.010767.'36'(0.044890) + 1.155567.'35'(0.117065) + 1.270625.'33'(0.117065) + 1.234065.'30'(0.055288) + 1.960461.'28'(0.044890) + 0.597022.'24'(0.117065) + 1.509283.'23'(0.190433) + 1.650449.'21'(0.044890) + 0.190792.'18'(0.304877) + 2.790382.'17'(0.055288) + 0.917591.'9'(0.047986) + 1.829724.'7'(0.117065) + 1.312310.'3'(0.047986) + 1.549115.'32'(0.000000) + 0.945035.'39'(0.000000) + 1.845643.'40'(0.000000) + 1.436872.'41'(0.000000) + 1.312611.'43'(0.000000) + 0.461758.'48'(0.000000) + 1.051983.'51'(0.000000) + 0.967414.'53'(0.000000) + 0.207016.'63'(0.000000) + 1.827518.'70'(0.000000) + 1.826029.'77'(0.000000) + 1.855022.'88'(0.000000) + 2.689271.'95'(0.000000) + 1.124601.'95'(0.000000) + 1.096615.'98'(0.000000) + 1.216817.'99'(0.000000) + 0) <= 5.488930 ('98') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.600249.'90'(0.117065) + 2.002366.'80'(0.791906) + 1.615311.'33'(0.117065) + 2.756266.'28'(0.044890) + 1.038606.'17'(0.055288) + 0.745036.'15'(0.190433) + 1.594266.'14'(0.047986) + 1.714136.'10'(0.047986) + 1.196129.'3'(0.047986) + 0.396242.'32'(0.000000) + 1.021566.'37'(0.000000) + 1.690279.'42'(0.000000) + 1.731374.'48'(0.000000) + 1.498471.'49'(0.000000) + 1.663880.'56'(0.000000) + 1.268963.'64'(0.000000) + 2.612767.'74'(0.000000) + 0.964437.'87'(0.000000) + 1.381244.'88'(0.000000) + 1.586140.'89'(0.000000) + 2.018181.'94'(0.000000) + 1.099522.'98'(0.000000) + 0) <= 6.434422 ('68') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.722465.'93'(0.055288) + 1.334929.'92'(0.044890) + 2.289511.'86'(0.055288) + 1.313342.'69'(0.055288) + 1.809836.'59'(0.044890) + 0.489061.'27'(0.055288) + 1.899466.'25'(0.047986) + 1.371088.'18'(0.304877) + 1.717023.'14'(0.047986) + 2.793898.'12'(0.117065) + 0.720775.'10'(0.047986) + 2.602234.'7'(0.117065) + 0.633028.'6'(0.055288) + 2.380381.'6'(0.055288) + 1.594297.'3'(0.047986) + 1.684147.'34'(0.000000) + 0.216829.'41'(0.000000) + 0.376558.'50'(0.000000) + 1.996872.'60'(0.000000) + 1.712433.'67'(0.000000) + 1.712529.'73'(0.000000) + 0.701338.'74'(0.000000) + 1.192733.'77'(0.000000) + 1.941639.'85'(0.000000) + 1.445164.'85'(0.000000) + 1.268315.'88'(0.000000) + 0.890821.'89'(0.000000) + 2.380611.'91'(0.000000) + 1.668623.'96'(0.000000) + 0) <= 9.935049 ('4') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.670495.'84'(0.047986) + 0.624802.'25'(0.047986) + 1.801654.'19'(0.047986) + 1.120138.'14'(0.047986) + 0.932296.'13'(0.047986) + 1.637093.'10'(0.047986) + 1.598009.'9'(0.047986) + 0.980407.'4'(0.047986) + 1.835484.'3'(0.047986) + 0.485483.'32'(0.000000) + 0.705884.'38'(0.000000) + 1.484748.'40'(0.000000) + 2.684493.'41'(0.000000) + 0.995548.'45'(0.000000) + 2.044312.'50'(0.000000) + 2.297653.'54'(0.000000) + 0.559155.'61'(0.000000) + 1.922187.'68'(0.000000) + 1.773595.'72'(0.000000) + 1.261842.'76'(0.000000) + 0.956929.'79'(0.000000) + 2.699869.'81'(0.000000) + 1.455454.'83'(0.000000) + 2.632862.'88'(0.000000) + 0.833982.'89'(0.000000) + 0) <= 0.585453 ('29') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.173676.'84'(0.047986) + 2.415292.'33'(0.117065) + 0.789312.'31'(0.055288) + 2.124169.'28'(0.044890) + 1.217762.'26'(0.044890) + 1.866724.'26'(0.044890) + 1.156288.'25'(0.047986) + 2.405819.'23'(0.190433) + 2.016256.'20'(0.055288) + 1.175934.'16'(0.117065) + 1.958345.'13'(0.047986) + 1.719191.'4'(0.047986) + 0.807079.'3'(0.047986) + 1.636359.'29'(0.000000) + 0.767464.'34'(0.000000) + 0.774260.'40'(0.000000) + 0.401551.'52'(0.000000) + 1.186978.'58'(0.000000) + 0.454369.'61'(0.000000) + 2.090000.'64'(0.000000) + 1.999658.'65'(0.000000) + 1.283821.'66'(0.000000) + 1.676183.'74'(0.000000) + 2.159136.'89'(0.000000) + 1.519798.'91'(0.000000) + 0.781954.'96'(0.000000) + 2.031256.'97'(0.000000) + 1.038544.'99'(0.000000) + 2.262776.'100'(0.000000) + 0) <= 4.891763 ('7') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.530311.'93'(0.055288) + 0.266187.'90'(0.117065) + 1.216180.'71'(0.055288) + 0.704725.'36'(0.044890) + 1.920286.'21'(0.044890) + 2.121720.'18'(0.304877) + 1.840147.'16'(0.117065) + 0.449495.'9'(0.047986) + 2.580847.'7'(0.117065) + 0.047663.'6'(0.055288) + 2.699696.'6'(0.055288) + 1.725812.'3'(0.047986) + 1.229039.'38'(0.000000) + 1.943076.'47'(0.000000) + 0.520589.'49'(0.000000) + 2.123352.'51'(0.000000) + 1.436994.'73'(0.000000) + 1.642114.'75'(0.000000) + 0.634558.'77'(0.000000) + 2.055193.'78'(0.000000) + 1.596818.'99'(0.000000) + 0) <= 1.821940 ('75') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.844910.'35'(0.117065) + 1.915955.'33'(0.117065) + 1.672159.'31'(0.055288) + 1.988658.'25'(0.047986) + 1.489850.'12'(0.117065) + 1.378286.'5'(0.117065) + 2.163410.'3'(0.047986) + 1.887435.'29'(0.000000) + 1.735787.'34'(0.000000) + 0.719743.'38'(0.000000) + 1.561121.'41'(0.000000) + 2.577972.'44'(0.000000) + 0.801504.'45'(0.000000) + 2.612984.'48'(0.000000) + 1.891429.'49'(0.000000) + 2.047954.'55'(0.000000) + 2.473651.'57'(0.000000) + 1.859591.'64'(0.000000) + 0.434792.'68'(0.000000) + 1.648515.'77'(0.000000) + 2.571814.'78'(0.000000) + 2.171619.'94'(0.000000) + 2.243891.'96'(0.000000) + 1.684012.'97'(0.000000) + 1.502507.'99'(0.000000) + 1.380634.'100'(0.000000) + 0) <= 6.644015 ('99') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.476918.'84'(0.047986) + 0.849923.'69'(0.055288) + 2.093685.'35'(0.117065) + 1.889550.'28'(0.044890) + 2.416087.'17'(0.055288) + 2.147111.'16'(0.117065) + 1.828361.'15'(0.190433) + 1.897890.'8'(0.044890) + 1.341357.'3'(0.047986) + 1.183772.'38'(0.000000) + 2.259239.'45'(0.000000) + 2.304740.'54'(0.000000) + 2.963320.'55'(0.000000) + 1.020056.'60'(0.000000) + 2.392861.'62'(0.000000) + 1.582759.'66'(0.000000) + 0.330349.'66'(0.000000) + 1.518004.'77'(0.000000) + 1.562599.'100'(0.000000) + 0) <= 4.954696 ('2') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.921470.'84'(0.047986) + 1.296255.'69'(0.055288) + 1.478299.'46'(0.209217) + 2.029583.'30'(0.055288) + 0.841020.'26'(0.044890) + 1.139860.'23'(0.190433) + 1.568970.'22'(0.055288) + 0.923024.'14'(0.047986) + 1.947907.'10'(0.047986) + 1.613401.'8'(0.044890) + 2.048333.'3'(0.047986) + 1.242858.'37'(0.000000) + 2.620494.'39'(0.000000) + 0.929191.'42'(0.000000) + 0.938981.'43'(0.000000) + 1.413485.'49'(0.000000) + 0.248788.'55'(0.000000) + 1.219798.'56'(0.000000) + 0.163106.'58'(0.000000) + 2.446861.'72'(0.000000) + 1.363351.'82'(0.000000) + 1.367356.'85'(0.000000) + 0.634727.'95'(0.000000) + 0) <= 4.884471 ('45') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.131471.'86'(0.055288) + 1.389703.'84'(0.047986) + 1.137373.'69'(0.055288) + 0.961740.'36'(0.044890) + 0.964799.'35'(0.117065) + 0.895045.'28'(0.044890) + 1.504077.'27'(0.055288) + 0.563245.'26'(0.044890) + 2.003912.'24'(0.117065) + 2.367892.'23'(0.190433) + 0.950068.'20'(0.055288) + 1.434757.'18'(0.304877) + 1.319108.'17'(0.055288) + 1.444469.'17'(0.055288) + 1.437892.'15'(0.190433) + 1.516858.'14'(0.047986) + 1.667837.'11'(0.055288) + 1.538583.'9'(0.047986) + 1.966196.'4'(0.047986) + 2.136756.'3'(0.047986) + 0.929662.'34'(0.000000) + 1.533794.'40'(0.000000) + 2.292413.'42'(0.000000) + 1.794266.'50'(0.000000) + 2.079914.'61'(0.000000) + 1.840872.'63'(0.000000) + 1.662129.'66'(0.000000) + 1.851840.'68'(0.000000) + 2.420183.'70'(0.000000) + 1.273244.'74'(0.000000) + 0.827626.'77'(0.000000) + 1.737833.'85'(0.000000) + 1.292351.'96'(0.000000) + 0) <= 9.225040 ('20') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.726082.'92'(0.044890) + 1.275180.'71'(0.055288) + 1.288342.'31'(0.055288) + 1.483497.'27'(0.055288) + 1.690805.'23'(0.190433) + 0.630625.'18'(0.304877) + 1.617395.'17'(0.055288) + 0.591526.'5'(0.117065) + 0.890883.'4'(0.047986) + 0.402798.'3'(0.047986) + 3.871658.'3'(0.047986) + 0.148229.'32'(0.000000) + 2.110458.'37'(0.000000) + 2.420470.'51'(0.000000) + 0.812989.'54'(0.000000) + 1.543979.'60'(0.000000) + 2.200044.'68'(0.000000) + 0.730323.'73'(0.000000) + 0.942012.'75'(0.000000) + 2.125227.'76'(0.000000) + 1.723653.'79'(0.000000) + 1.792758.'94'(0.000000) + 0) <= 5.961630 ('60') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.807381.'80'(0.791906) + 0.904643.'36'(0.044890) + 2.272959.'35'(0.117065) + 0.636840.'24'(0.117065) + 2.822643.'20'(0.055288) + 1.978632.'17'(0.055288) + 1.630620.'12'(0.117065) + 2.632697.'11'(0.055288) + 2.264931.'8'(0.044890) + 1.348925.'3'(0.047986) + 1.907995.'34'(0.000000) + 0.993292.'54'(0.000000) + 1.365802.'61'(0.000000) + 2.246635.'62'(0.000000) + 1.469972.'62'(0.000000) + 1.177692.'64'(0.000000) + 1.992859.'76'(0.000000) + 1.413198.'81'(0.000000) + 0.209372.'85'(0.000000) + 1.589523.'89'(0.000000) + 0.817847.'95'(0.000000) + 1.895427.'97'(0.000000) + 1.958948.'99'(0.000000) + 2.045028.'100'(0.000000) + 0) <= 4.685810 ('79') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.807569.'86'(0.055288) + 1.538334.'80'(0.791906) + 0.009143.'59'(0.044890) + 2.341725.'59'(0.044890) + 2.500060.'31'(0.055288) + 1.299172.'30'(0.055288) + 1.622814.'28'(0.044890) + 0.968384.'23'(0.190433) + 1.001826.'22'(0.055288) + 1.036549.'21'(0.044890) + 1.111419.'19'(0.047986) + 0.435938.'16'(0.117065) + 1.948070.'12'(0.117065) + 1.055126.'7'(0.117065) + 2.029690.'3'(0.047986) + 1.691699.'29'(0.000000) + 1.772258.'32'(0.000000) + 2.220123.'43'(0.000000) + 1.235536.'51'(0.000000) + 1.955820.'54'(0.000000) + 1.473271.'57'(0.000000) + 1.177250.'62'(0.000000) + 1.356982.'65'(0.000000) + 1.155692.'76'(0.000000) + 1.600414.'77'(0.000000) + 2.221030.'78'(0.000000) + 2.070967.'82'(0.000000) + 0.213146.'91'(0.000000) + 1.585347.'94'(0.000000) + 2.286602.'95'(0.000000) + 1.322240.'95'(0.000000) + 1.624902.'100'(0.000000) + 0) <= 8.363707 ('63') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.231378.'84'(0.047986) + 1.171334.'80'(0.791906) + 1.475675.'36'(0.044890) + 1.065853.'31'(0.055288) + 1.371355.'28'(0.044890) + 1.349891.'25'(0.047986) + 2.356759.'21'(0.044890) + 1.154521.'13'(0.047986) + 1.642631.'4'(0.047986) + 1.803419.'29'(0.000000) + 0.059702.'34'(0.000000) + 2.322424.'38'(0.000000) + 1.806462.'47'(0.000000) + 2.652397.'49'(0.000000) + 2.627669.'52'(0.000000) + 2.448438.'64'(0.000000) + 1.058054.'68'(0.000000) + 1.271334.'70'(0.000000) + 0.447299.'74'(0.000000) + 2.254469.'75'(0.000000) + 0.607915.'82'(0.000000) + 2.410036.'83'(0.000000) + 2.159365.'87'(0.000000) + 1.685373.'88'(0.000000) + 0.830329.'89'(0.000000) + 0) <= 9.872597 ('8') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.527962.'84'(0.047986) + 1.521487.'80'(0.791906) + 2.593689.'71'(0.055288) + 1.915303.'35'(0.117065) + 1.267922.'28'(0.044890) + 1.325611.'21'(0.044890) + 0.951599.'17'(0.055288) + 1.528275.'15'(0.190433) + 1.768309.'9'(0.047986) + 0.690963.'4'(0.047986) + 0.960678.'32'(0.000000) + 1.637105.'40'(0.000000) + 0.527211.'42'(0.000000) + 1.679024.'65'(0.000000) + 1.511008.'72'(0.000000) + 1.781358.'81'(0.000000) + 1.515409.'89'(0.000000) + 2.178862.'98'(0.000000) + 0) <= 2.357095 ('53') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.556275.'36'(0.044890) + 1.418854.'33'(0.117065) + 2.040427.'31'(0.055288) + 1.755380.'27'(0.055288) + 1.488516.'26'(0.044890) + 1.931610.'25'(0.047986) + 1.857218.'21'(0.044890) + 0.753160.'18'(0.304877) + 0.684322.'17'(0.055288) + 1.247582.'12'(0.117065) + 0.284490.'8'(0.044890) + 1.257379.'7'(0.117065) + 1.169682.'4'(0.047986) + 0.741039.'34'(0.000000) + 1.675250.'38'(0.000000) + 0.974257.'40'(0.000000) + 1.417308.'42'(0.000000) + 0.739555.'43'(0.000000) + 1.088111.'47'(0.000000) + 1.248926.'51'(0.000000) + 2.714532.'54'(0.000000) + 2.400820.'55'(0.000000) + 1.189201.'63'(0.000000) + 0.715783.'64'(0.000000) + 0.606586.'66'(0.000000) + 0.536060.'72'(0.000000) + 0.188211.'73'(0.000000) + 0.941898.'76'(0.000000) + 1.697494.'88'(0.000000) + 1.392083.'94'(0.000000) + 0.367002.'94'(0.000000) + 0) <= 5.641394 ('58') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.411710.'92'(0.044890) + 1.605084.'86'(0.055288) + 1.336043.'84'(0.047986) + 0.782016.'71'(0.055288) + 1.194869.'59'(0.044890) + 1.929850.'35'(0.117065) + 1.074458.'31'(0.055288) + 2.318901.'23'(0.190433) + 1.561340.'21'(0.044890) + 1.049424.'15'(0.190433) + 1.186545.'7'(0.117065) + 1.595558.'5'(0.117065) + 1.806439.'4'(0.047986) + 1.616322.'32'(0.000000) + 0.727570.'44'(0.000000) + 0.907775.'51'(0.000000) + 0.928695.'57'(0.000000) + 2.592235.'58'(0.000000) + 1.159663.'64'(0.000000) + 2.478819.'70'(0.000000) + 1.767487.'74'(0.000000) + 0.982492.'74'(0.000000) + 2.094247.'78'(0.000000) + 1.134127.'79'(0.000000) + 1.102956.'81'(0.000000) + 2.546143.'88'(0.000000) + 2.168648.'89'(0.000000) + 1.467387.'96'(0.000000) + 2.749127.'99'(0.000000) + 0) <= 8.061098 ('77') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.862910.'71'(0.055288) + 2.403822.'35'(0.117065) + 1.647258.'33'(0.117065) + 1.126966.'31'(0.055288) + 2.531904.'8'(0.044890) + 0.438380.'4'(0.047986) + 0.179274.'34'(0.000000) + 1.805393.'43'(0.000000) + 1.516429.'47'(0.000000) + 2.260190.'50'(0.000000) + 1.168456.'52'(0.000000) + 0.310728.'57'(0.000000) + 1.479904.'58'(0.000000) + 1.100766.'58'(0.000000) + 2.504417.'61'(0.000000) + 0.918535.'61'(0.000000) + 0.983692.'63'(0.000000) + 0.162714.'63'(0.000000) + 1.254571.'64'(0.000000) + 2.099187.'68'(0.000000) + 0.787599.'70'(0.000000) + 1.255834.'89'(0.000000) + 2.320241.'91'(0.000000) + 2.384886.'98'(0.000000) + 0.996143.'100'(0.000000) + 0) <= 7.407568 ('78') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.340980.'93'(0.055288) + 1.959896.'84'(0.047986) + 2.773382.'69'(0.055288) + 1.529062.'59'(0.044890) + 2.410161.'24'(0.117065) + 0.925735.'20'(0.055288) + 0.934010.'14'(0.047986) + 2.153666.'13'(0.047986) + 1.621200.'11'(0.055288) + 1.910088.'9'(0.047986) + 0.459509.'4'(0.047986) + 2.218274.'29'(0.000000) + 1.742240.'34'(0.000000) + 2.062236.'37'(0.000000) + 2.002052.'47'(0.000000) + 1.428662.'54'(0.000000) + 1.266244.'62'(0.000000) + 0.469901.'62'(0.000000) + 0.157057.'66'(0.000000) + 2.486818.'67'(0.000000) + 2.018923.'70'(0.000000) + 1.294832.'73'(0.000000) + 2.493142.'75'(0.000000) + 0.698662.'87'(0.000000) + 2.076972.'97'(0.000000) + 0) <= 2.913811 ('38') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.832100.'93'(0.055288) + 1.417811.'92'(0.044890) + 0.867851.'90'(0.117065) + 1.007905.'69'(0.055288) + 2.758488.'46'(0.209217) + 2.476172.'20'(0.055288) + 1.751335.'16'(0.117065) + 1.478643.'14'(0.047986) + 1.933794.'12'(0.117065) + 1.299035.'11'(0.055288) + 1.081648.'4'(0.047986) + 1.410759.'32'(0.000000) + 1.640976.'39'(0.000000) + 1.827070.'43'(0.000000) + 1.786897.'44'(0.000000) + 0.651216.'50'(0.000000) + 1.078194.'53'(0.000000) + 0.859721.'54'(0.000000) + 2.087403.'55'(0.000000) + 2.043521.'63'(0.000000) + 1.680136.'76'(0.000000) + 0.275012.'83'(0.000000) + 1.479648.'94'(0.000000) + 0.857449.'97'(0.000000) + 2.162809.'100'(0.000000) + 0) <= 8.909551 ('39') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.096353.'93'(0.055288) + 0.765692.'69'(0.055288) + 1.902882.'33'(0.117065) + 0.565334.'31'(0.055288) + 0.947449.'26'(0.044890) + 2.518136.'25'(0.047986) + 1.514956.'23'(0.190433) + 1.802529.'22'(0.055288) + 0.612244.'19'(0.047986) + 1.686128.'14'(0.047986) + 1.337141.'12'(0.117065) + 1.600630.'9'(0.047986) + 0.659929.'6'(0.055288) + 2.852422.'6'(0.055288) + 1.236833.'4'(0.047986) + 2.591081.'38'(0.000000) + 1.791141.'40'(0.000000) + 0.703951.'41'(0.000000) + 1.748973.'43'(0.000000) + 1.474951.'45'(0.000000) + 1.623784.'48'(0.000000) + 0.237381.'51'(0.000000) + 1.942189.'56'(0.000000) + 0.308290.'56'(0.000000) + 1.573361.'61'(0.000000) + 1.811404.'75'(0.000000) + 2.147179.'77'(0.000000) + 2.341733.'81'(0.000000) + 0.694496.'82'(0.000000) + 1.113815.'83'(0.000000) + 1.499899.'87'(0.000000) + 0) <= 5.522559 ('92') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.851679.'93'(0.055288) + 2.221973.'90'(0.117065) + 1.263220.'84'(0.047986) + 1.333887.'71'(0.055288) + 1.224413.'33'(0.117065) + 1.649765.'27'(0.055288) + 1.045597.'7'(0.117065) + 1.350725.'4'(0.047986) + 1.419477.'32'(0.000000) + 2.644512.'39'(0.000000) + 1.844203.'43'(0.000000) + 1.184394.'48'(0.000000) + 1.683553.'51'(0.000000) + 0.940429.'55'(0.000000) + 1.275770.'61'(0.000000) + 2.712213.'62'(0.000000) + 2.200546.'75'(0.000000) + 1.693285.'96'(0.000000) + 0) <= 7.362310 ('65') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.246983.'93'(0.055288) + 0.958494.'71'(0.055288) + 2.254789.'59'(0.044890) + 1.992356.'36'(0.044890) + 2.386986.'33'(0.117065) + 1.072969.'27'(0.055288) + 2.819781.'15'(0.190433) + 0.748877.'6'(0.055288) + 0.396183.'4'(0.047986) + 0.596986.'32'(0.000000) + 1.019058.'47'(0.000000) + 0.856391.'60'(0.000000) + 2.279437.'64'(0.000000) + 0.958431.'72'(0.000000) + 0.570530.'99'(0.000000) + 0) <= 3.763032 ('23') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.426070.'36'(0.044890) + 2.287539.'30'(0.055288) + 1.176852.'28'(0.044890) + 1.161188.'27'(0.055288) + 2.155554.'24'(0.117065) + 1.845106.'16'(0.117065) + 1.425796.'9'(0.047986) + 2.251970.'6'(0.055288) + 1.144344.'5'(0.117065) + 1.297185.'4'(0.047986) + 1.905763.'37'(0.000000) + 1.649885.'47'(0.000000) + 1.443146.'48'(0.000000) + 0.773042.'56'(0.000000) + 1.178002.'57'(0.000000) + 2.306647.'60'(0.000000) + 1.029172.'62'(0.000000) + 1.298559.'65'(0.000000) + 0.502265.'67'(0.000000) + 0.090903.'81'(0.000000) + 0.364806.'88'(0.000000) + 0.133610.'89'(0.000000) + 2.436939.'98'(0.000000) + 1.037696.'99'(0.000000) + 0) <= 8.119913 ('51') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.209874.'93'(0.055288) + 2.103785.'80'(0.791906) + 0.332730.'59'(0.044890) + 1.663079.'46'(0.209217) + 1.156131.'33'(0.117065) + 0.906294.'27'(0.055288) + 1.878458.'19'(0.047986) + 1.323330.'5'(0.117065) + 2.393728.'40'(0.000000) + 1.394635.'47'(0.000000) + 2.035817.'53'(0.000000) + 1.912910.'57'(0.000000) + 1.834719.'66'(0.000000) + 0.698450.'67'(0.000000) + 3.478828.'74'(0.000000) + 1.238403.'74'(0.000000) + 1.024066.'76'(0.000000) + 1.658992.'83'(0.000000) + 2.553487.'87'(0.000000) + 1.170282.'99'(0.000000) + 1.769530.'100'(0.000000) + 0) <= 8.836129 ('54') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.505703.'92'(0.044890) + 1.952092.'59'(0.044890) + 2.786041.'46'(0.209217) + 1.837654.'30'(0.055288) + 2.204686.'28'(0.044890) + 2.448328.'20'(0.055288) + 1.890408.'13'(0.047986) + 2.379287.'8'(0.044890) + 1.338248.'7'(0.117065) + 1.010145.'7'(0.117065) + 1.255739.'5'(0.117065) + 1.606896.'37'(0.000000) + 0.306243.'45'(0.000000) + 1.400339.'51'(0.000000) + 2.779256.'55'(0.000000) + 2.529108.'67'(0.000000) + 1.725155.'82'(0.000000) + 1.110933.'85'(0.000000) + 0.980861.'91'(0.000000) + 0) <= 8.092736 ('72') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.191403.'93'(0.055288) + 0.638276.'92'(0.044890) + 1.335012.'71'(0.055288) + 1.816494.'46'(0.209217) + 1.851132.'27'(0.055288) + 0.677658.'24'(0.117065) + 2.020970.'24'(0.117065) + 1.725278.'20'(0.055288) + 2.468596.'10'(0.047986) + 2.712307.'5'(0.117065) + 1.085876.'34'(0.000000) + 0.849402.'42'(0.000000) + 2.043918.'44'(0.000000) + 1.920871.'50'(0.000000) + 0.937560.'51'(0.000000) + 1.661409.'52'(0.000000) + 1.566985.'58'(0.000000) + 2.328504.'60'(0.000000) + 1.636311.'62'(0.000000) + 1.161869.'63'(0.000000) + 1.856217.'78'(0.000000) + 1.447291.'83'(0.000000) + 0.954600.'87'(0.000000) + 1.667261.'91'(0.000000) + 1.860146.'95'(0.000000) + 1.010256.'96'(0.000000) + 0.862948.'99'(0.000000) + 0) <= 8.200807 ('50') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.518992.'92'(0.044890) + 2.052633.'90'(0.117065) + 1.567765.'26'(0.044890) + 2.093159.'22'(0.055288) + 0.481976.'11'(0.055288) + 1.338257.'5'(0.117065) + 1.218595.'39'(0.000000) + 1.556005.'48'(0.000000) + 0.761649.'49'(0.000000) + 0.502800.'52'(0.000000) + 1.006855.'54'(0.000000) + 2.245317.'56'(0.000000) + 0.893330.'56'(0.000000) + 2.297138.'60'(0.000000) + 2.376212.'63'(0.000000) + 0.630327.'63'(0.000000) + 1.311088.'70'(0.000000) + 1.827891.'74'(0.000000) + 1.576149.'78'(0.000000) + 0.910181.'85'(0.000000) + 1.293975.'98'(0.000000) + 0) <= 1.026905 ('76') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.033565.'92'(0.044890) + 1.309848.'86'(0.055288) + 0.950503.'35'(0.117065) + 1.609973.'24'(0.117065) + 1.109655.'22'(0.055288) + 1.312221.'16'(0.117065) + 2.295369.'15'(0.190433) + 2.216987.'14'(0.047986) + 1.462653.'5'(0.117065) + 0.691542.'32'(0.000000) + 1.542888.'34'(0.000000) + 2.429402.'40'(0.000000) + 1.884306.'41'(0.000000) + 1.590293.'49'(0.000000) + 0.499048.'52'(0.000000) + 1.107525.'54'(0.000000) + 1.262520.'55'(0.000000) + 2.013180.'67'(0.000000) + 1.326043.'68'(0.000000) + 1.111841.'85'(0.000000) + 1.644833.'91'(0.000000) + 2.330849.'99'(0.000000) + 2.234172.'100'(0.000000) + 0) <= 3.913620 ('34') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.435956.'93'(0.055288) + 1.281846.'90'(0.117065) + 1.755136.'59'(0.044890) + 1.722804.'30'(0.055288) + 2.384551.'25'(0.047986) + 1.460590.'21'(0.044890) + 1.143384.'17'(0.055288) + 0.836928.'10'(0.047986) + 1.417114.'9'(0.047986) + 1.516449.'8'(0.044890) + 1.185868.'5'(0.117065) + 2.301953.'41'(0.000000) + 1.849998.'43'(0.000000) + 3.380930.'45'(0.000000) + 0.341482.'45'(0.000000) + 1.611176.'47'(0.000000) + 2.394636.'53'(0.000000) + 0.166431.'55'(0.000000) + 0.881387.'70'(0.000000) + 0.743232.'81'(0.000000) + 1.631634.'95'(0.000000) + 1.586512.'98'(0.000000) + 0) <= 9.680259 ('14') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.633133.'86'(0.055288) + 1.162256.'80'(0.791906) + 1.335876.'71'(0.055288) + 1.901744.'36'(0.044890) + 1.669642.'33'(0.117065) + 0.311766.'30'(0.055288) + 2.151620.'28'(0.044890) + 1.153929.'21'(0.044890) + 2.174338.'16'(0.117065) + 2.131237.'15'(0.190433) + 0.777652.'13'(0.047986) + 1.343178.'12'(0.117065) + 1.932948.'10'(0.047986) + 0.678396.'9'(0.047986) + 0.491913.'7'(0.117065) + 3.091481.'7'(0.117065) + 1.685469.'5'(0.117065) + 2.558429.'32'(0.000000) + 2.031230.'39'(0.000000) + 1.508695.'44'(0.000000) + 1.447130.'48'(0.000000) + 1.900084.'52'(0.000000) + 1.102746.'54'(0.000000) + 2.300797.'58'(0.000000) + 1.203901.'65'(0.000000) + 2.041466.'68'(0.000000) + 0.038854.'73'(0.000000) + 1.907427.'76'(0.000000) + 0.795694.'77'(0.000000) + 0.621027.'79'(0.000000) + 2.230247.'85'(0.000000) + 0.708732.'85'(0.000000) + 2.398304.'87'(0.000000) + 1.509044.'88'(0.000000) + 0) <= 6.623750 ('90') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.861915.'23'(0.190433) + 0.398432.'20'(0.055288) + 0.348232.'19'(0.047986) + 1.557759.'14'(0.047986) + 0.849278.'11'(0.055288) + 1.805209.'9'(0.047986) + 2.106537.'5'(0.117065) + 0.901883.'40'(0.000000) + 1.755298.'75'(0.000000) + 2.465917.'79'(0.000000) + 0.630435.'81'(0.000000) + 2.844888.'87'(0.000000) + 2.564162.'94'(0.000000) + 0.886669.'96'(0.000000) + 0) <= 5.798078 ('97') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.986774.'93'(0.055288) + 2.129439.'90'(0.117065) + 0.504105.'86'(0.055288) + 1.012841.'71'(0.055288) + 2.698086.'59'(0.044890) + 1.247368.'22'(0.055288) + 2.513839.'19'(0.047986) + 2.400045.'18'(0.304877) + 2.112467.'16'(0.117065) + 0.735563.'11'(0.055288) + 1.003183.'5'(0.117065) + 2.867547.'41'(0.000000) + 2.104903.'45'(0.000000) + 1.304182.'45'(0.000000) + 1.417697.'52'(0.000000) + 1.825915.'53'(0.000000) + 2.084658.'64'(0.000000) + 3.719574.'72'(0.000000) + 0.924831.'72'(0.000000) + 1.559884.'73'(0.000000) + 1.952455.'75'(0.000000) + 1.955672.'76'(0.000000) + 1.949070.'81'(0.000000) + 1.032202.'82'(0.000000) + 1.294046.'87'(0.000000) + 1.129043.'88'(0.000000) + 0.806494.'100'(0.000000) + 0) <= 8.274947 ('48') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.635734.'80'(0.791906) + 2.095180.'46'(0.209217) + 0.725167.'36'(0.044890) + 2.271546.'20'(0.055288) + 2.198669.'19'(0.047986) + 1.238047.'13'(0.047986) + 1.535250.'6'(0.055288) + 1.515090.'5'(0.117065) + 2.020019.'29'(0.000000) + 1.259660.'32'(0.000000) + 2.466898.'43'(0.000000) + 1.808178.'47'(0.000000) + 0.504793.'48'(0.000000) + 2.550781.'50'(0.000000) + 1.681028.'58'(0.000000) + 1.761519.'60'(0.000000) + 1.689321.'63'(0.000000) + 1.915552.'65'(0.000000) + 2.361221.'72'(0.000000) + 0.669521.'76'(0.000000) + 2.485123.'97'(0.000000) + 0) <= 9.796025 ('11') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.661002.'90'(0.117065) + 2.407292.'90'(0.117065) + 1.942971.'59'(0.044890) + 1.725725.'36'(0.044890) + 2.172529.'35'(0.117065) + 0.829035.'30'(0.055288) + 1.281685.'25'(0.047986) + 1.611460.'21'(0.044890) + 0.738678.'19'(0.047986) + 1.710213.'16'(0.117065) + 2.735077.'7'(0.117065) + 0.083909.'6'(0.055288) + 2.136714.'6'(0.055288) + 0.150543.'34'(0.000000) + 1.933948.'62'(0.000000) + 2.297694.'65'(0.000000) + 1.854279.'68'(0.000000) + 2.652965.'72'(0.000000) + 0.030444.'72'(0.000000) + 1.111043.'74'(0.000000) + 1.422199.'75'(0.000000) + 1.411177.'76'(0.000000) + 2.670719.'81'(0.000000) + 1.493695.'87'(0.000000) + 1.926493.'94'(0.000000) + 0.531050.'96'(0.000000) + 0.441528.'97'(0.000000) + 0) <= 6.605518 ('93') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.525602.'92'(0.044890) + 1.515803.'86'(0.055288) + 0.976964.'30'(0.055288) + 2.415421.'28'(0.044890) + 2.315996.'26'(0.044890) + 2.032811.'22'(0.055288) + 1.473279.'16'(0.117065) + 1.662487.'6'(0.055288) + 1.300374.'41'(0.000000) + 1.461032.'43'(0.000000) + 1.236381.'50'(0.000000) + 1.974750.'57'(0.000000) + 2.426716.'58'(0.000000) + 1.463471.'68'(0.000000) + 1.520294.'73'(0.000000) + 1.787750.'76'(0.000000) + 0.127668.'76'(0.000000) + 1.582301.'78'(0.000000) + 2.091996.'79'(0.000000) + 2.088225.'81'(0.000000) + 0.891293.'83'(0.000000) + 1.809023.'87'(0.000000) + 1.909719.'94'(0.000000) + 2.623823.'95'(0.000000) + 0.875209.'95'(0.000000) + 1.452183.'96'(0.000000) + 0) <= 4.144306 ('74') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.995885.'80'(0.791906) + 1.729223.'46'(0.209217) + 0.944280.'33'(0.117065) + 1.922132.'27'(0.055288) + 1.607087.'23'(0.190433) + 1.862937.'22'(0.055288) + 1.879537.'20'(0.055288) + 1.511062.'17'(0.055288) + 2.315943.'6'(0.055288) + 2.772940.'34'(0.000000) + 1.403605.'43'(0.000000) + 1.182474.'52'(0.000000) + 0.528777.'55'(0.000000) + 2.819004.'72'(0.000000) + 0.978734.'74'(0.000000) + 1.297028.'76'(0.000000) + 1.444680.'77'(0.000000) + 2.383938.'83'(0.000000) + 0.844509.'89'(0.000000) + 1.829662.'95'(0.000000) + 2.528732.'97'(0.000000) + 1.380106.'97'(0.000000) + 0) <= 4.629623 ('15') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.974841.'80'(0.791906) + 0.574715.'69'(0.055288) + 1.332501.'46'(0.209217) + 0.800404.'36'(0.044890) + 1.823797.'31'(0.055288) + 2.892431.'28'(0.044890) + 1.937621.'14'(0.047986) + 0.546540.'10'(0.047986) + 1.925044.'6'(0.055288) + 0.542132.'34'(0.000000) + 1.890463.'43'(0.000000) + 1.280956.'45'(0.000000) + 1.301749.'47'(0.000000) + 1.696964.'52'(0.000000) + 0.976693.'55'(0.000000) + 2.669001.'79'(0.000000) + 1.274806.'91'(0.000000) + 1.116902.'96'(0.000000) + 2.448290.'100'(0.000000) + 0) <= 2.259755 ('69') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.598310.'84'(0.047986) + 1.415219.'59'(0.044890) + 0.231293.'35'(0.117065) + 2.511423.'27'(0.055288) + 1.106094.'23'(0.190433) + 1.095323.'17'(0.055288) + 1.190739.'10'(0.047986) + 1.798665.'8'(0.044890) + 0.999832.'6'(0.055288) + 1.813101.'37'(0.000000) + 2.671260.'45'(0.000000) + 0.668126.'45'(0.000000) + 2.013190.'58'(0.000000) + 3.069511.'61'(0.000000) + 1.337746.'61'(0.000000) + 0.857582.'65'(0.000000) + 1.395303.'78'(0.000000) + 1.515895.'81'(0.000000) + 2.428484.'82'(0.000000) + 0.762707.'91'(0.000000) + 0) <= 7.659936 ('86') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.066306.'86'(0.055288) + 2.320893.'84'(0.047986) + 2.091477.'36'(0.044890) + 1.638725.'33'(0.117065) + 1.438849.'22'(0.055288) + 2.210482.'19'(0.047986) + 2.039572.'18'(0.304877) + 1.081318.'14'(0.047986) + 2.519726.'13'(0.047986) + 1.791372.'9'(0.047986) + 1.146782.'8'(0.044890) + 1.289588.'6'(0.055288) + 1.980664.'32'(0.000000) + 1.378765.'38'(0.000000) + 0.650123.'42'(0.000000) + 2.317051.'45'(0.000000) + 1.022056.'49'(0.000000) + 1.943786.'50'(0.000000) + 1.339427.'51'(0.000000) + 1.830205.'66'(0.000000) + 2.149247.'70'(0.000000) + 1.333859.'72'(0.000000) + 2.177736.'79'(0.000000) + 0.909688.'81'(0.000000) + 1.783252.'88'(0.000000) + 1.734579.'89'(0.000000) + 0) <= 9.962723 ('47') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.412650.'93'(0.055288) + 1.228552.'86'(0.055288) + 1.120772.'71'(0.055288) + 1.407066.'46'(0.209217) + 0.642929.'33'(0.117065) + 1.766014.'26'(0.044890) + 0.254719.'24'(0.117065) + 0.725444.'23'(0.190433) + 0.400464.'22'(0.055288) + 2.102888.'20'(0.055288) + 1.363561.'19'(0.047986) + 1.508905.'17'(0.055288) + 1.434009.'15'(0.190433) + 1.700165.'14'(0.047986) + 1.729933.'7'(0.117065) + 1.848821.'38'(0.000000) + 2.259168.'41'(0.000000) + 1.339934.'48'(0.000000) + 1.838852.'53'(0.000000) + 1.859825.'63'(0.000000) + 1.438401.'66'(0.000000) + 2.268951.'75'(0.000000) + 0.186674.'78'(0.000000) + 2.742332.'79'(0.000000) + 1.093597.'82'(0.000000) + 1.642824.'85'(0.000000) + 1.524628.'91'(0.000000) + 1.879130.'99'(0.000000) + 1.357996.'99'(0.000000) + 1.577473.'100'(0.000000) + 0) <= 8.306240 ('85') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.206567.'71'(0.055288) + 0.913361.'46'(0.209217) + 2.374429.'25'(0.047986) + 0.384278.'22'(0.055288) + 1.116418.'20'(0.055288) + 2.024171.'12'(0.117065) + 2.405929.'10'(0.047986) + 1.116285.'7'(0.117065) + 1.264747.'39'(0.000000) + 1.610754.'42'(0.000000) + 1.720533.'47'(0.000000) + 1.959283.'50'(0.000000) + 1.677699.'52'(0.000000) + 1.507682.'57'(0.000000) + 0.832505.'58'(0.000000) + 2.376772.'63'(0.000000) + 1.541993.'64'(0.000000) + 1.706966.'66'(0.000000) + 1.447577.'77'(0.000000) + 1.612099.'83'(0.000000) + 1.771570.'88'(0.000000) + 1.049282.'96'(0.000000) + 1.530368.'98'(0.000000) + 0) <= 7.561237 ('27') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.961206.'80'(0.791906) + 1.726592.'36'(0.044890) + 2.040304.'31'(0.055288) + 0.636330.'28'(0.044890) + 1.391929.'26'(0.044890) + 0.749194.'22'(0.055288) + 2.206310.'21'(0.044890) + 1.602486.'15'(0.190433) + 2.647214.'8'(0.044890) + 2.427919.'40'(0.000000) + 2.514726.'42'(0.000000) + 1.684779.'45'(0.000000) + 0.586686.'47'(0.000000) + 0.870237.'48'(0.000000) + 1.899155.'57'(0.000000) + 0.612027.'58'(0.000000) + 1.907445.'61'(0.000000) + 0.177677.'61'(0.000000) + 2.796177.'64'(0.000000) + 1.642403.'65'(0.000000) + 0.960653.'67'(0.000000) + 1.034436.'79'(0.000000) + 2.610954.'88'(0.000000) + 0.944979.'95'(0.000000) + 0) <= 4.825151 ('10') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.912308.'92'(0.044890) + 0.915705.'90'(0.117065) + 2.168967.'80'(0.791906) + 0.657579.'69'(0.055288) + 2.397194.'26'(0.044890) + 0.870350.'22'(0.055288) + 1.949436.'19'(0.047986) + 1.151465.'13'(0.047986) + 2.137788.'9'(0.047986) + 2.449150.'8'(0.044890) + 2.158956.'37'(0.000000) + 1.300858.'38'(0.000000) + 1.897731.'39'(0.000000) + 2.176235.'42'(0.000000) + 1.250835.'54'(0.000000) + 1.461990.'56'(0.000000) + 1.115063.'58'(0.000000) + 1.295602.'81'(0.000000) + 1.417406.'83'(0.000000) + 1.099712.'88'(0.000000) + 1.495819.'96'(0.000000) + 0) <= 3.025710 ('41') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.665020.'92'(0.044890) + 1.480473.'46'(0.209217) + 0.470530.'36'(0.044890) + 1.003392.'26'(0.044890) + 2.574079.'25'(0.047986) + 0.669701.'23'(0.190433) + 1.621913.'22'(0.055288) + 1.380947.'21'(0.044890) + 2.452614.'16'(0.117065) + 1.127217.'15'(0.190433) + 0.969385.'14'(0.047986) + 0.473951.'13'(0.047986) + 1.145305.'8'(0.044890) + 2.765847.'29'(0.000000) + 0.019038.'29'(0.000000) + 2.334906.'42'(0.000000) + 0.469126.'44'(0.000000) + 1.147367.'45'(0.000000) + 2.051406.'47'(0.000000) + 1.695888.'49'(0.000000) + 1.769254.'51'(0.000000) + 1.453268.'54'(0.000000) + 1.154174.'57'(0.000000) + 1.768824.'64'(0.000000) + 1.779213.'65'(0.000000) + 0.555345.'66'(0.000000) + 1.016665.'70'(0.000000) + 1.981623.'73'(0.000000) + 2.014196.'76'(0.000000) + 0.673831.'78'(0.000000) + 0.073305.'78'(0.000000) + 0.558228.'96'(0.000000) + 0.608117.'98'(0.000000) + 0) <= 8.945158 ('22') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.813346.'93'(0.055288) + 1.873278.'90'(0.117065) + 1.555172.'80'(0.791906) + 1.173901.'71'(0.055288) + 1.561320.'20'(0.055288) + 1.159087.'19'(0.047986) + 1.516358.'10'(0.047986) + 1.543195.'8'(0.044890) + 2.740180.'34'(0.000000) + 0.144320.'43'(0.000000) + 2.496512.'50'(0.000000) + 1.713052.'51'(0.000000) + 0.822626.'57'(0.000000) + 1.713926.'60'(0.000000) + 1.857471.'68'(0.000000) + 1.714360.'73'(0.000000) + 1.460974.'96'(0.000000) + 0) <= 8.543692 ('24') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.546842.'93'(0.055288) + 1.829994.'30'(0.055288) + 1.591259.'24'(0.117065) + 0.966971.'23'(0.190433) + 1.403624.'13'(0.047986) + 0.971602.'11'(0.055288) + 0.568619.'10'(0.047986) + 2.092149.'9'(0.047986) + 2.544748.'37'(0.000000) + 0.643433.'47'(0.000000) + 2.868083.'56'(0.000000) + 1.453614.'56'(0.000000) + 1.790030.'58'(0.000000) + 1.930385.'62'(0.000000) + 2.326764.'74'(0.000000) + 1.139492.'79'(0.000000) + 2.110530.'82'(0.000000) + 2.310846.'85'(0.000000) + 1.467795.'94'(0.000000) + 2.733339.'100'(0.000000) + 0) <= 9.700819 ('61') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.519064.'92'(0.044890) + 1.804631.'84'(0.047986) + 0.964907.'36'(0.044890) + 1.128670.'33'(0.117065) + 1.619989.'31'(0.055288) + 0.365190.'23'(0.190433) + 1.728453.'19'(0.047986) + 1.451992.'9'(0.047986) + 1.492229.'48'(0.000000) + 0.763782.'49'(0.000000) + 0.918613.'51'(0.000000) + 1.288651.'53'(0.000000) + 0.897472.'53'(0.000000) + 0.095817.'63'(0.000000) + 1.935051.'64'(0.000000) + 1.768565.'65'(0.000000) + 0.975528.'66'(0.000000) + 1.254881.'75'(0.000000) + 1.211141.'81'(0.000000) + 0) <= 6.669880 ('43') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.324535.'84'(0.047986) + 2.354194.'31'(0.055288) + 2.413474.'25'(0.047986) + 1.063528.'21'(0.044890) + 2.049545.'20'(0.055288) + 2.653299.'18'(0.304877) + 2.242805.'15'(0.190433) + 1.237890.'12'(0.117065) + 2.423931.'9'(0.047986) + 1.042719.'41'(0.000000) + 2.349387.'44'(0.000000) + 1.266915.'49'(0.000000) + 1.040446.'57'(0.000000) + 0.875616.'62'(0.000000) + 1.892589.'67'(0.000000) + 1.758098.'68'(0.000000) + 2.540498.'72'(0.000000) + 1.185819.'74'(0.000000) + 2.290587.'75'(0.000000) + 0.941357.'94'(0.000000) + 0.001230.'96'(0.000000) + 0) <= 8.884035 ('67') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.323284.'86'(0.055288) + 1.357421.'80'(0.791906) + 1.312497.'71'(0.055288) + 1.882790.'59'(0.044890) + 1.902174.'36'(0.044890) + 1.797959.'22'(0.055288) + 1.501409.'17'(0.055288) + 1.742074.'13'(0.047986) + 1.832414.'11'(0.055288) + 0.924333.'10'(0.047986) + 1.602327.'9'(0.047986) + 2.402694.'34'(0.000000) + 1.836497.'37'(0.000000) + 0.787402.'38'(0.000000) + 0.616011.'40'(0.000000) + 2.113587.'45'(0.000000) + 1.086804.'50'(0.000000) + 0.652057.'53'(0.000000) + 1.255674.'62'(0.000000) + 1.170493.'67'(0.000000) + 1.905523.'70'(0.000000) + 2.491803.'81'(0.000000) + 1.778527.'94'(0.000000) + 0) <= 7.849862 ('57') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.206564.'90'(0.117065) + 2.441760.'69'(0.055288) + 1.334176.'18'(0.304877) + 2.527505.'11'(0.055288) + 0.620144.'10'(0.047986) + 1.668318.'39'(0.000000) + 0.243228.'47'(0.000000) + 0.923334.'56'(0.000000) + 0.994109.'57'(0.000000) + 0.761234.'66'(0.000000) + 2.258152.'68'(0.000000) + 1.648059.'87'(0.000000) + 2.170391.'98'(0.000000) + 0.723128.'98'(0.000000) + 1.674087.'100'(0.000000) + 0) <= 4.762612 ('12') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.794858.'86'(0.055288) + 1.031762.'59'(0.044890) + 2.322770.'36'(0.044890) + 1.318343.'24'(0.117065) + 1.517861.'18'(0.304877) + 0.290791.'13'(0.047986) + 1.034633.'13'(0.047986) + 1.525300.'12'(0.117065) + 2.318784.'10'(0.047986) + 2.124514.'49'(0.000000) + 1.923642.'60'(0.000000) + 0.512762.'63'(0.000000) + 1.610356.'65'(0.000000) + 1.032599.'65'(0.000000) + 1.373233.'79'(0.000000) + 1.617284.'89'(0.000000) + 2.308838.'94'(0.000000) + 0) <= 7.265772 ('32') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.110255.'90'(0.117065) + 2.300107.'71'(0.055288) + 2.716882.'59'(0.044890) + 0.489012.'31'(0.055288) + 2.013788.'22'(0.055288) + 2.144970.'21'(0.044890) + 1.366601.'10'(0.047986) + 2.638526.'29'(0.000000) + 0.840719.'29'(0.000000) + 1.750788.'32'(0.000000) + 1.786540.'41'(0.000000) + 1.981757.'42'(0.000000) + 2.121992.'48'(0.000000) + 1.497867.'49'(0.000000) + 2.697076.'50'(0.000000) + 2.245378.'53'(0.000000) + 0.902946.'54'(0.000000) + 1.558091.'62'(0.000000) + 1.865536.'73'(0.000000) + 1.577022.'77'(0.000000) + 2.284339.'87'(0.000000) + 0) <= 5.727557 ('33') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.193259.'86'(0.055288) + 1.507502.'69'(0.055288) + 1.289859.'46'(0.209217) + 2.126131.'25'(0.047986) + 0.471549.'19'(0.047986) + 1.404384.'16'(0.117065) + 1.356995.'12'(0.117065) + 1.711846.'10'(0.047986) + 1.797661.'29'(0.000000) + 0.685318.'38'(0.000000) + 0.926276.'51'(0.000000) + 0.807888.'52'(0.000000) + 1.879972.'55'(0.000000) + 1.092319.'77'(0.000000) + 2.284440.'87'(0.000000) + 2.201264.'88'(0.000000) + 0) <= 7.895376 ('42') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.920878.'71'(0.055288) + 2.120367.'35'(0.117065) + 1.571760.'30'(0.055288) + 1.068056.'27'(0.055288) + 1.062763.'18'(0.304877) + 1.534697.'12'(0.117065) + 1.334102.'11'(0.055288) + 2.334802.'29'(0.000000) + 2.313773.'32'(0.000000) + 1.153322.'39'(0.000000) + 2.539681.'42'(0.000000) + 0.681755.'48'(0.000000) + 0.545601.'49'(0.000000) + 1.734051.'61'(0.000000) + 2.299416.'67'(0.000000) + 1.709428.'75'(0.000000) + 1.139664.'88'(0.000000) + 2.102309.'89'(0.000000) + 1.961687.'94'(0.000000) + 1.589716.'95'(0.000000) + 1.742335.'98'(0.000000) + 0) <= 4.503601 ('17') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.086633.'80'(0.791906) + 2.868732.'30'(0.055288) + 0.940631.'20'(0.055288) + 1.598819.'12'(0.117065) + 1.533583.'11'(0.055288) + 0.967623.'40'(0.000000) + 2.097747.'44'(0.000000) + 0.458645.'50'(0.000000) + 1.931597.'52'(0.000000) + 1.484039.'53'(0.000000) + 1.158797.'55'(0.000000) + 1.475878.'57'(0.000000) + 1.213707.'58'(0.000000) + 1.815026.'73'(0.000000) + 1.471015.'74'(0.000000) + 1.376436.'75'(0.000000) + 0) <= 9.100579 ('44') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.468236.'93'(0.055288) + 0.869163.'86'(0.055288) + 1.038984.'71'(0.055288) + 0.449236.'59'(0.044890) + 1.744359.'46'(0.209217) + 0.381464.'20'(0.055288) + 0.551254.'14'(0.047986) + 2.540524.'12'(0.117065) + 1.219714.'29'(0.000000) + 1.141493.'40'(0.000000) + 2.142830.'41'(0.000000) + 0.895934.'42'(0.000000) + 0.283213.'51'(0.000000) + 0.609839.'62'(0.000000) + 0.649684.'66'(0.000000) + 1.295706.'67'(0.000000) + 1.275735.'75'(0.000000) + 1.953164.'83'(0.000000) + 1.248862.'85'(0.000000) + 0.715652.'87'(0.000000) + 2.552627.'99'(0.000000) + 0) <= 2.295941 ('94') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.391930.'84'(0.047986) + 1.400575.'31'(0.055288) + 1.500836.'27'(0.055288) + 1.290566.'20'(0.055288) + 1.309079.'15'(0.190433) + 2.126781.'34'(0.000000) + 0.604393.'40'(0.000000) + 1.055336.'42'(0.000000) + 1.390643.'47'(0.000000) + 2.124412.'48'(0.000000) + 1.717747.'49'(0.000000) + 2.691948.'56'(0.000000) + 1.795148.'64'(0.000000) + 1.543589.'70'(0.000000) + 1.727027.'77'(0.000000) + 1.685735.'79'(0.000000) + 1.410272.'96'(0.000000) + 1.975414.'98'(0.000000) + 0) <= 7.059736 ('87') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.269389.'84'(0.047986) + 1.247895.'59'(0.044890) + 2.002246.'46'(0.209217) + 1.541989.'35'(0.117065) + 1.513922.'23'(0.190433) + 1.237635.'21'(0.044890) + 1.763666.'18'(0.304877) + 2.235262.'16'(0.117065) + 2.023046.'32'(0.000000) + 1.052758.'39'(0.000000) + 2.536237.'40'(0.000000) + 2.428606.'55'(0.000000) + 2.487193.'56'(0.000000) + 1.995774.'60'(0.000000) + 1.573296.'61'(0.000000) + 1.391325.'61'(0.000000) + 2.406813.'73'(0.000000) + 1.291131.'73'(0.000000) + 1.062808.'75'(0.000000) + 1.974544.'77'(0.000000) + 2.086177.'83'(0.000000) + 3.196871.'85'(0.000000) + 0.416575.'85'(0.000000) + 2.066667.'91'(0.000000) + 1.014619.'91'(0.000000) + 0) <= 5.471863 ('96') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:759: [surf_maxmin/DEBUG] Variables -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '93'(1.000000) : 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '92'(1.000000) : 0.044890 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '90'(1.000000) : 0.117065 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '86'(1.000000) : 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '84'(1.000000) : 0.047986 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '80'(1.000000) : 0.791906 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '71'(1.000000) : 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '69'(1.000000) : 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '59'(1.000000) : 0.044890 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '46'(1.000000) : 0.209217 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '36'(1.000000) : 0.044890 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '35'(1.000000) : 0.117065 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '33'(1.000000) : 0.117065 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '31'(1.000000) : 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '30'(1.000000) : 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '28'(1.000000) : 0.044890 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '27'(1.000000) : 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '26'(1.000000) : 0.044890 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '25'(1.000000) : 0.047986 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '24'(1.000000) : 0.117065 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '23'(1.000000) : 0.190433 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '22'(1.000000) : 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '21'(1.000000) : 0.044890 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '20'(1.000000) : 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '19'(1.000000) : 0.047986 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '18'(1.000000) : 0.304877 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '17'(1.000000) : 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '16'(1.000000) : 0.117065 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '15'(1.000000) : 0.190433 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '14'(1.000000) : 0.047986 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '13'(1.000000) : 0.047986 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '12'(1.000000) : 0.117065 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '11'(1.000000) : 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '10'(1.000000) : 0.047986 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '9'(1.000000) : 0.047986 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '8'(1.000000) : 0.044890 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '7'(1.000000) : 0.117065 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '6'(1.000000) : 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '5'(1.000000) : 0.117065 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '4'(1.000000) : 0.047986 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '3'(1.000000) : 0.047986 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '2'(1.000000) : 0.044890 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '1'(1.000000) : 0.044890 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '29'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '32'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '34'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '37'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '38'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '39'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '40'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '41'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '42'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '43'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '44'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '45'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '47'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '48'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '49'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '50'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '51'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '52'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '53'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '54'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '55'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '56'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '57'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '58'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '60'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '61'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '62'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '63'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '64'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '65'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '66'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '67'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '68'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '70'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '72'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '73'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '74'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '75'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '76'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '77'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '78'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '79'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '81'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '82'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '83'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '85'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '87'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '88'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '89'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '91'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '94'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '95'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '96'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '97'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '98'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '99'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '100'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:691: [surf_maxmin/DEBUG] MAX-MIN ( '93'(1.000000) '92'(1.000000) '90'(1.000000) '86'(1.000000) '84'(1.000000) '80'(1.000000) '71'(1.000000) '69'(1.000000) '59'(1.000000) '46'(1.000000) '36'(1.000000) '35'(1.000000) '33'(1.000000) '31'(1.000000) '30'(1.000000) '28'(1.000000) '27'(1.000000) '26'(1.000000) '25'(1.000000) '24'(1.000000) '23'(1.000000) '22'(1.000000) '21'(1.000000) '20'(1.000000) '19'(1.000000) '18'(1.000000) '17'(1.000000) '16'(1.000000) '15'(1.000000) '14'(1.000000) '13'(1.000000) '12'(1.000000) '11'(1.000000) '10'(1.000000) '9'(1.000000) '8'(1.000000) '7'(1.000000) '6'(1.000000) '5'(1.000000) '4'(1.000000) '3'(1.000000) '2'(1.000000) '1'(1.000000) '29'(0.000000) '32'(0.000000) '34'(0.000000) '37'(0.000000) '38'(0.000000) '39'(0.000000) '40'(0.000000) '41'(0.000000) '42'(0.000000) '43'(0.000000) '44'(0.000000) '45'(0.000000) '47'(0.000000) '48'(0.000000) '49'(0.000000) '50'(0.000000) '51'(0.000000) '52'(0.000000) '53'(0.000000) '54'(0.000000) '55'(0.000000) '56'(0.000000) '57'(0.000000) '58'(0.000000) '60'(0.000000) '61'(0.000000) '62'(0.000000) '63'(0.000000) '64'(0.000000) '65'(0.000000) '66'(0.000000) '67'(0.000000) '68'(0.000000) '70'(0.000000) '72'(0.000000) '73'(0.000000) '74'(0.000000) '75'(0.000000) '76'(0.000000) '77'(0.000000) '78'(0.000000) '79'(0.000000) '81'(0.000000) '82'(0.000000) '83'(0.000000) '85'(0.000000) '87'(0.000000) '88'(0.000000) '89'(0.000000) '91'(0.000000) '94'(0.000000) '95'(0.000000) '96'(0.000000) '97'(0.000000) '98'(0.000000) '99'(0.000000) '100'(0.000000) ) -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:694: [surf_maxmin/DEBUG] Constraints -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.550584.'92'(0.044890) + 1.530026.'59'(0.044890) + 1.177407.'20'(0.055288) + 1.834526.'18'(0.304877) + 2.043207.'14'(0.047986) + 1.668306.'12'(0.117065) + 1.665346.'10'(0.047986) + 1.948157.'8'(0.044890) + 1.919304.'1'(0.044890) + 0.987013.'29'(0.000000) + 1.413490.'39'(0.000000) + 0.682967.'48'(0.000000) + 1.642696.'52'(0.000000) + 1.490982.'53'(0.000000) + 0.221799.'53'(0.000000) + 2.181087.'55'(0.000000) + 2.379413.'57'(0.000000) + 1.834726.'64'(0.000000) + 1.464691.'66'(0.000000) + 0.108052.'66'(0.000000) + 0.656613.'67'(0.000000) + 0.615569.'68'(0.000000) + 1.172970.'73'(0.000000) + 1.174325.'75'(0.000000) + 1.419760.'77'(0.000000) + 0.970798.'78'(0.000000) + 0.618078.'82'(0.000000) + 1.728020.'89'(0.000000) + 2.514501.'91'(0.000000) + 0) <= 1.309560 ('91') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.552737.'93'(0.055288) + 1.443962.'90'(0.117065) + 1.617716.'86'(0.055288) + 0.712477.'84'(0.047986) + 2.805173.'69'(0.055288) + 2.461445.'46'(0.209217) + 2.478265.'35'(0.117065) + 2.745172.'22'(0.055288) + 1.834332.'21'(0.044890) + 0.228744.'18'(0.304877) + 1.309504.'13'(0.047986) + 1.248960.'2'(0.044890) + 1.712175.'1'(0.044890) + 0.153306.'34'(0.000000) + 0.636778.'40'(0.000000) + 1.741389.'51'(0.000000) + 0.061785.'52'(0.000000) + 0.186153.'53'(0.000000) + 2.261448.'54'(0.000000) + 2.672175.'55'(0.000000) + 1.232614.'58'(0.000000) + 1.059984.'74'(0.000000) + 1.594538.'75'(0.000000) + 1.563638.'79'(0.000000) + 0.803478.'83'(0.000000) + 2.703941.'94'(0.000000) + 0.583707.'94'(0.000000) + 2.375892.'98'(0.000000) + 0) <= 9.333078 ('19') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.958816.'84'(0.047986) + 0.513935.'35'(0.117065) + 2.255075.'27'(0.055288) + 1.157219.'16'(0.117065) + 1.610347.'12'(0.117065) + 2.216176.'10'(0.047986) + 1.709874.'9'(0.047986) + 1.281194.'5'(0.117065) + 1.954313.'5'(0.117065) + 1.757327.'1'(0.044890) + 1.719692.'53'(0.000000) + 2.169310.'55'(0.000000) + 0.401865.'61'(0.000000) + 2.607400.'76'(0.000000) + 1.767994.'82'(0.000000) + 1.922997.'94'(0.000000) + 1.144261.'95'(0.000000) + 0.345136.'95'(0.000000) + 1.511084.'96'(0.000000) + 1.556144.'97'(0.000000) + 0) <= 5.912085 ('88') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.049930.'92'(0.044890) + 0.650370.'59'(0.044890) + 2.370405.'36'(0.044890) + 0.928895.'28'(0.044890) + 2.051677.'26'(0.044890) + 1.795878.'21'(0.044890) + 2.097945.'8'(0.044890) + 1.073390.'2'(0.044890) + 0.323392.'1'(0.044890) + 1.218840.'29'(0.000000) + 2.481093.'37'(0.000000) + 1.624130.'38'(0.000000) + 1.630176.'41'(0.000000) + 1.280003.'48'(0.000000) + 1.064780.'51'(0.000000) + 1.157253.'68'(0.000000) + 2.625881.'72'(0.000000) + 0.810524.'73'(0.000000) + 1.619703.'78'(0.000000) + 1.423727.'82'(0.000000) + 2.044192.'98'(0.000000) + 1.795662.'100'(0.000000) + 0) <= 0.598915 ('81') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.266732.'92'(0.044890) + 2.128670.'24'(0.117065) + 0.782014.'19'(0.047986) + 2.489906.'18'(0.304877) + 0.758450.'17'(0.055288) + 1.903273.'9'(0.047986) + 1.916821.'1'(0.044890) + 1.518228.'29'(0.000000) + 2.250406.'39'(0.000000) + 1.309533.'42'(0.000000) + 1.626484.'43'(0.000000) + 1.525145.'47'(0.000000) + 1.824878.'50'(0.000000) + 2.013529.'52'(0.000000) + 1.546693.'53'(0.000000) + 1.907022.'54'(0.000000) + 1.048934.'63'(0.000000) + 1.113043.'70'(0.000000) + 1.007760.'72'(0.000000) + 2.178633.'73'(0.000000) + 0.109135.'73'(0.000000) + 1.475450.'83'(0.000000) + 2.642307.'85'(0.000000) + 3.520085.'95'(0.000000) + 0.650168.'95'(0.000000) + 1.906324.'99'(0.000000) + 0) <= 8.001531 ('71') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.198558.'86'(0.055288) + 1.719699.'30'(0.055288) + 1.034241.'27'(0.055288) + 2.527926.'26'(0.044890) + 2.200086.'20'(0.055288) + 1.625950.'4'(0.047986) + 1.655410.'1'(0.044890) + 0.922941.'38'(0.000000) + 0.969859.'39'(0.000000) + 1.554582.'41'(0.000000) + 2.680560.'44'(0.000000) + 1.377385.'49'(0.000000) + 1.792510.'52'(0.000000) + 1.297885.'53'(0.000000) + 3.023723.'67'(0.000000) + 0.690486.'67'(0.000000) + 0.959287.'70'(0.000000) + 1.451708.'75'(0.000000) + 1.411393.'83'(0.000000) + 1.401866.'85'(0.000000) + 2.559684.'87'(0.000000) + 0.884877.'89'(0.000000) + 0) <= 2.955288 ('26') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.882671.'86'(0.055288) + 2.269788.'84'(0.047986) + 0.342959.'69'(0.055288) + 0.359196.'46'(0.209217) + 2.335548.'31'(0.055288) + 1.650190.'30'(0.055288) + 0.465584.'26'(0.044890) + 1.064408.'21'(0.044890) + 1.889137.'20'(0.055288) + 1.479419.'13'(0.047986) + 1.614131.'11'(0.055288) + 0.901142.'9'(0.047986) + 1.400775.'8'(0.044890) + 2.562216.'1'(0.044890) + 1.355470.'29'(0.000000) + 1.379229.'37'(0.000000) + 2.228293.'41'(0.000000) + 2.127004.'47'(0.000000) + 0.631054.'49'(0.000000) + 1.674928.'62'(0.000000) + 0.886288.'63'(0.000000) + 1.269689.'67'(0.000000) + 1.143053.'68'(0.000000) + 1.529703.'70'(0.000000) + 0.651128.'81'(0.000000) + 1.935918.'82'(0.000000) + 0.397395.'82'(0.000000) + 0.813033.'85'(0.000000) + 0) <= 4.161934 ('84') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.446691.'69'(0.055288) + 1.240660.'46'(0.209217) + 1.561293.'33'(0.117065) + 0.752450.'31'(0.055288) + 1.496895.'30'(0.055288) + 1.500874.'28'(0.044890) + 1.224956.'10'(0.047986) + 2.683225.'7'(0.117065) + 0.568400.'5'(0.117065) + 1.219540.'2'(0.044890) + 1.145389.'1'(0.044890) + 2.277593.'40'(0.000000) + 1.898423.'50'(0.000000) + 2.817933.'52'(0.000000) + 0.937876.'60'(0.000000) + 1.793786.'64'(0.000000) + 1.721776.'66'(0.000000) + 2.493044.'67'(0.000000) + 1.374110.'67'(0.000000) + 1.175826.'74'(0.000000) + 4.039148.'82'(0.000000) + 0.886825.'82'(0.000000) + 2.102068.'95'(0.000000) + 0) <= 9.724278 ('13') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.494046.'33'(0.117065) + 2.585227.'28'(0.044890) + 1.512319.'27'(0.055288) + 1.816743.'24'(0.117065) + 0.904133.'22'(0.055288) + 2.023057.'16'(0.117065) + 1.642546.'7'(0.117065) + 1.319094.'6'(0.055288) + 0.385607.'5'(0.117065) + 2.061653.'5'(0.117065) + 0.507587.'4'(0.047986) + 1.162662.'1'(0.044890) + 0.938190.'29'(0.000000) + 1.204740.'38'(0.000000) + 0.331183.'39'(0.000000) + 2.591782.'40'(0.000000) + 1.481960.'42'(0.000000) + 1.245066.'44'(0.000000) + 0.017606.'45'(0.000000) + 1.276524.'49'(0.000000) + 0.149216.'50'(0.000000) + 0.195759.'58'(0.000000) + 0.574428.'65'(0.000000) + 1.667801.'68'(0.000000) + 2.159887.'70'(0.000000) + 0.728364.'78'(0.000000) + 1.233136.'83'(0.000000) + 0.707191.'88'(0.000000) + 2.826242.'95'(0.000000) + 0.009821.'95'(0.000000) + 1.461102.'99'(0.000000) + 0) <= 5.860197 ('100') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.474630.'93'(0.055288) + 2.494436.'92'(0.044890) + 1.450324.'90'(0.117065) + 2.018193.'33'(0.117065) + 2.161173.'30'(0.055288) + 1.743061.'27'(0.055288) + 2.519640.'19'(0.047986) + 0.972075.'15'(0.190433) + 1.423556.'13'(0.047986) + 1.953102.'12'(0.117065) + 1.617651.'10'(0.047986) + 2.346562.'9'(0.047986) + 1.530982.'6'(0.055288) + 0.211888.'5'(0.117065) + 1.624397.'4'(0.047986) + 1.647065.'1'(0.044890) + 1.012406.'32'(0.000000) + 1.922101.'44'(0.000000) + 2.110632.'49'(0.000000) + 0.895490.'54'(0.000000) + 2.426427.'57'(0.000000) + 1.218832.'58'(0.000000) + 2.079258.'60'(0.000000) + 0.366715.'61'(0.000000) + 1.116162.'67'(0.000000) + 0.698163.'68'(0.000000) + 2.095938.'70'(0.000000) + 1.924146.'78'(0.000000) + 1.933079.'87'(0.000000) + 2.156304.'97'(0.000000) + 0.367147.'99'(0.000000) + 0) <= 6.346737 ('59') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.390213.'92'(0.044890) + 1.955258.'90'(0.117065) + 0.603050.'25'(0.047986) + 1.063246.'21'(0.044890) + 1.015743.'16'(0.117065) + 1.808427.'14'(0.047986) + 2.313394.'7'(0.117065) + 2.251747.'3'(0.047986) + 1.800413.'2'(0.044890) + 2.495564.'1'(0.044890) + 1.429666.'37'(0.000000) + 0.821766.'38'(0.000000) + 1.518542.'40'(0.000000) + 0.670593.'42'(0.000000) + 0.510437.'43'(0.000000) + 0.359661.'44'(0.000000) + 1.513676.'49'(0.000000) + 1.850087.'57'(0.000000) + 1.711614.'58'(0.000000) + 0.998859.'60'(0.000000) + 1.441892.'68'(0.000000) + 1.787534.'74'(0.000000) + 1.833536.'81'(0.000000) + 0.928603.'82'(0.000000) + 2.606017.'88'(0.000000) + 1.569514.'97'(0.000000) + 1.222027.'98'(0.000000) + 0) <= 7.945151 ('49') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.175498.'92'(0.044890) + 1.639923.'69'(0.055288) + 1.035670.'35'(0.117065) + 1.932780.'27'(0.055288) + 1.444057.'25'(0.047986) + 1.393704.'23'(0.190433) + 1.185159.'22'(0.055288) + 0.751090.'19'(0.047986) + 0.862011.'9'(0.047986) + 1.791260.'8'(0.044890) + 2.206491.'1'(0.044890) + 0.772065.'32'(0.000000) + 2.936189.'37'(0.000000) + 0.746468.'37'(0.000000) + 0.262629.'43'(0.000000) + 2.010526.'52'(0.000000) + 1.405257.'57'(0.000000) + 2.686888.'63'(0.000000) + 0.970949.'72'(0.000000) + 1.233494.'76'(0.000000) + 1.066276.'78'(0.000000) + 2.466767.'79'(0.000000) + 1.356714.'98'(0.000000) + 1.450658.'98'(0.000000) + 0) <= 6.030240 ('70') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.921992.'93'(0.055288) + 1.135770.'86'(0.055288) + 1.125125.'84'(0.047986) + 1.114873.'71'(0.055288) + 1.726755.'69'(0.055288) + 0.799330.'31'(0.055288) + 1.535592.'30'(0.055288) + 1.921296.'27'(0.055288) + 1.598094.'25'(0.047986) + 1.543246.'22'(0.055288) + 1.574893.'21'(0.044890) + 0.740246.'20'(0.055288) + 1.582148.'17'(0.055288) + 1.824328.'11'(0.055288) + 2.258847.'6'(0.055288) + 1.308259.'4'(0.047986) + 0.572113.'3'(0.047986) + 1.457107.'1'(0.044890) + 1.385104.'38'(0.000000) + 1.321641.'39'(0.000000) + 1.893129.'44'(0.000000) + 0.573521.'45'(0.000000) + 2.057052.'47'(0.000000) + 1.007047.'51'(0.000000) + 2.028526.'54'(0.000000) + 2.195912.'56'(0.000000) + 2.102016.'60'(0.000000) + 1.536529.'62'(0.000000) + 0.858825.'64'(0.000000) + 0.798955.'72'(0.000000) + 0.527712.'75'(0.000000) + 0.892436.'78'(0.000000) + 1.399997.'79'(0.000000) + 1.685400.'83'(0.000000) + 0.981530.'91'(0.000000) + 0) <= 1.357979 ('28') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.140611.'86'(0.055288) + 1.486203.'80'(0.791906) + 0.523856.'71'(0.055288) + 2.085886.'35'(0.117065) + 1.223820.'33'(0.117065) + 1.055247.'31'(0.055288) + 0.601888.'30'(0.055288) + 1.304780.'26'(0.044890) + 0.516158.'25'(0.047986) + 2.409669.'18'(0.304877) + 0.680137.'12'(0.117065) + 1.780499.'1'(0.044890) + 1.604069.'34'(0.000000) + 1.359337.'42'(0.000000) + 0.966018.'44'(0.000000) + 1.683928.'47'(0.000000) + 0.602764.'51'(0.000000) + 1.817883.'56'(0.000000) + 2.228329.'72'(0.000000) + 1.606827.'77'(0.000000) + 0.481603.'78'(0.000000) + 0.969072.'79'(0.000000) + 0.269782.'97'(0.000000) + 0) <= 9.850524 ('9') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.964803.'80'(0.791906) + 1.116832.'35'(0.117065) + 1.071820.'31'(0.055288) + 2.413461.'30'(0.055288) + 0.760782.'28'(0.044890) + 0.565320.'23'(0.190433) + 0.737299.'15'(0.190433) + 2.434460.'15'(0.190433) + 1.212903.'10'(0.047986) + 0.900794.'9'(0.047986) + 2.137796.'4'(0.047986) + 2.197320.'1'(0.044890) + 2.713785.'37'(0.000000) + 0.646425.'40'(0.000000) + 0.247808.'43'(0.000000) + 1.572677.'49'(0.000000) + 1.013552.'51'(0.000000) + 2.259497.'54'(0.000000) + 2.049393.'56'(0.000000) + 1.957664.'65'(0.000000) + 1.765641.'75'(0.000000) + 0.566264.'76'(0.000000) + 0.344985.'77'(0.000000) + 0.600712.'79'(0.000000) + 1.904981.'99'(0.000000) + 1.801395.'100'(0.000000) + 0.551280.'100'(0.000000) + 0) <= 4.568675 ('80') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.019716.'93'(0.055288) + 1.513289.'92'(0.044890) + 2.931614.'86'(0.055288) + 0.748765.'59'(0.044890) + 1.074475.'46'(0.209217) + 0.166268.'27'(0.055288) + 1.306743.'15'(0.190433) + 1.754598.'11'(0.055288) + 1.531602.'5'(0.117065) + 0.852730.'1'(0.044890) + 0.717069.'38'(0.000000) + 0.478906.'39'(0.000000) + 0.396213.'41'(0.000000) + 1.775519.'50'(0.000000) + 0.705821.'50'(0.000000) + 0.319917.'57'(0.000000) + 0.528067.'61'(0.000000) + 1.836021.'63'(0.000000) + 1.359624.'70'(0.000000) + 2.234948.'72'(0.000000) + 1.245961.'73'(0.000000) + 1.033078.'79'(0.000000) + 2.237929.'81'(0.000000) + 1.917058.'88'(0.000000) + 2.323124.'94'(0.000000) + 2.088219.'95'(0.000000) + 0.446029.'95'(0.000000) + 1.054331.'100'(0.000000) + 0) <= 4.922703 ('5') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.816629.'92'(0.044890) + 1.366881.'84'(0.047986) + 0.329808.'80'(0.791906) + 1.235501.'71'(0.055288) + 2.033012.'33'(0.117065) + 1.684580.'14'(0.047986) + 0.414946.'1'(0.044890) + 1.758310.'34'(0.000000) + 1.458370.'39'(0.000000) + 2.353812.'40'(0.000000) + 1.653100.'41'(0.000000) + 0.851765.'42'(0.000000) + 1.663727.'47'(0.000000) + 1.868580.'50'(0.000000) + 2.886949.'56'(0.000000) + 0.267347.'56'(0.000000) + 1.428768.'65'(0.000000) + 2.842586.'66'(0.000000) + 0.198499.'66'(0.000000) + 1.560713.'77'(0.000000) + 1.122792.'83'(0.000000) + 2.274753.'91'(0.000000) + 1.021751.'94'(0.000000) + 1.875214.'99'(0.000000) + 0) <= 9.216183 ('89') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.232132.'90'(0.117065) + 1.329756.'59'(0.044890) + 1.047869.'46'(0.209217) + 2.767308.'36'(0.044890) + 1.909159.'31'(0.055288) + 1.169637.'28'(0.044890) + 0.680069.'26'(0.044890) + 1.055089.'13'(0.047986) + 0.110863.'11'(0.055288) + 0.767369.'8'(0.044890) + 1.891935.'5'(0.117065) + 0.331621.'3'(0.047986) + 1.560334.'1'(0.044890) + 1.932064.'29'(0.000000) + 2.847742.'39'(0.000000) + 0.800108.'48'(0.000000) + 2.383945.'52'(0.000000) + 0.359574.'55'(0.000000) + 0.524047.'64'(0.000000) + 1.416700.'72'(0.000000) + 2.711002.'77'(0.000000) + 1.700706.'82'(0.000000) + 1.352892.'89'(0.000000) + 1.522956.'94'(0.000000) + 1.623819.'95'(0.000000) + 1.003544.'98'(0.000000) + 0) <= 4.962404 ('1') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.219589.'80'(0.791906) + 1.483820.'71'(0.055288) + 1.615557.'69'(0.055288) + 1.761084.'59'(0.044890) + 1.852398.'46'(0.209217) + 1.802015.'35'(0.117065) + 1.568987.'27'(0.055288) + 0.683619.'26'(0.044890) + 1.240121.'26'(0.044890) + 0.567658.'25'(0.047986) + 0.348665.'24'(0.117065) + 1.343086.'24'(0.117065) + 1.561139.'23'(0.190433) + 1.413574.'18'(0.304877) + 0.820076.'13'(0.047986) + 2.448519.'13'(0.047986) + 1.365036.'9'(0.047986) + 0.529061.'2'(0.044890) + 2.897584.'2'(0.044890) + 2.552336.'1'(0.044890) + 1.491792.'29'(0.000000) + 0.712493.'44'(0.000000) + 1.663798.'45'(0.000000) + 1.813186.'48'(0.000000) + 1.181248.'49'(0.000000) + 1.649257.'53'(0.000000) + 0.343784.'54'(0.000000) + 1.933689.'58'(0.000000) + 1.937352.'64'(0.000000) + 2.227852.'74'(0.000000) + 2.152657.'78'(0.000000) + 0.824016.'82'(0.000000) + 2.074157.'83'(0.000000) + 2.721225.'91'(0.000000) + 1.182885.'91'(0.000000) + 2.000241.'94'(0.000000) + 1.811034.'97'(0.000000) + 1.514385.'99'(0.000000) + 1.435868.'100'(0.000000) + 0) <= 3.432112 ('82') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.904673.'84'(0.047986) + 0.475674.'36'(0.044890) + 2.847967.'35'(0.117065) + 2.083614.'28'(0.044890) + 0.825477.'25'(0.047986) + 2.590779.'19'(0.047986) + 1.134438.'18'(0.304877) + 0.317660.'17'(0.055288) + 0.329232.'16'(0.117065) + 0.913562.'12'(0.117065) + 1.253696.'11'(0.055288) + 2.681635.'7'(0.117065) + 1.199401.'1'(0.044890) + 1.864382.'52'(0.000000) + 1.305013.'60'(0.000000) + 2.401061.'72'(0.000000) + 1.967219.'73'(0.000000) + 1.488166.'74'(0.000000) + 1.563498.'75'(0.000000) + 1.443704.'87'(0.000000) + 1.065275.'88'(0.000000) + 2.404250.'89'(0.000000) + 1.519534.'96'(0.000000) + 0) <= 7.264221 ('40') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.894953.'90'(0.117065) + 0.796717.'80'(0.791906) + 0.849785.'69'(0.055288) + 0.976894.'46'(0.209217) + 1.177992.'31'(0.055288) + 2.021889.'28'(0.044890) + 1.072133.'27'(0.055288) + 0.933710.'26'(0.044890) + 1.439011.'19'(0.047986) + 0.705395.'17'(0.055288) + 1.033724.'1'(0.044890) + 2.160985.'34'(0.000000) + 1.725138.'37'(0.000000) + 0.833940.'38'(0.000000) + 1.849668.'41'(0.000000) + 2.218543.'44'(0.000000) + 1.649477.'51'(0.000000) + 1.095759.'63'(0.000000) + 0.454421.'77'(0.000000) + 0) <= 4.275888 ('36') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.026696.'46'(0.209217) + 0.561561.'36'(0.044890) + 0.493261.'30'(0.055288) + 1.547001.'24'(0.117065) + 2.398001.'23'(0.190433) + 2.132034.'18'(0.304877) + 2.385827.'17'(0.055288) + 1.378655.'16'(0.117065) + 1.084119.'15'(0.190433) + 1.576223.'15'(0.190433) + 1.631505.'5'(0.117065) + 1.408690.'4'(0.047986) + 1.061269.'3'(0.047986) + 2.454022.'1'(0.044890) + 1.333844.'29'(0.000000) + 0.736614.'32'(0.000000) + 2.069443.'44'(0.000000) + 0.503920.'52'(0.000000) + 1.139747.'53'(0.000000) + 1.118477.'54'(0.000000) + 0.413427.'57'(0.000000) + 0.168341.'61'(0.000000) + 0.878089.'70'(0.000000) + 0.599189.'72'(0.000000) + 2.565095.'74'(0.000000) + 0.713416.'75'(0.000000) + 1.754134.'76'(0.000000) + 1.280948.'77'(0.000000) + 0.891286.'79'(0.000000) + 0.577185.'82'(0.000000) + 0.076068.'83'(0.000000) + 0.840129.'87'(0.000000) + 1.075032.'89'(0.000000) + 2.681478.'97'(0.000000) + 0.896936.'97'(0.000000) + 0.126022.'98'(0.000000) + 1.576976.'100'(0.000000) + 0) <= 4.571216 ('16') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.441642.'90'(0.117065) + 0.560449.'59'(0.044890) + 2.197684.'59'(0.044890) + 1.333671.'35'(0.117065) + 1.766898.'30'(0.055288) + 1.571257.'21'(0.044890) + 1.902255.'16'(0.117065) + 2.247043.'15'(0.190433) + 0.674247.'13'(0.047986) + 2.545765.'8'(0.044890) + 1.476589.'3'(0.047986) + 2.644968.'2'(0.044890) + 1.950179.'1'(0.044890) + 0.701189.'38'(0.000000) + 1.423299.'44'(0.000000) + 1.215788.'55'(0.000000) + 0.558122.'62'(0.000000) + 1.473371.'97'(0.000000) + 0.925150.'97'(0.000000) + 0) <= 9.228782 ('55') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.443647.'26'(0.044890) + 1.056085.'25'(0.047986) + 1.451176.'20'(0.055288) + 1.302367.'8'(0.044890) + 1.495324.'2'(0.044890) + 1.304450.'1'(0.044890) + 2.000629.'48'(0.000000) + 0.917679.'63'(0.000000) + 0.340720.'63'(0.000000) + 1.212589.'66'(0.000000) + 1.692406.'74'(0.000000) + 1.172586.'74'(0.000000) + 1.865030.'87'(0.000000) + 1.072221.'88'(0.000000) + 2.500443.'89'(0.000000) + 0.880659.'97'(0.000000) + 0) <= 8.989123 ('95') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.181735.'93'(0.055288) + 1.431508.'92'(0.044890) + 1.382962.'90'(0.117065) + 2.592646.'86'(0.055288) + 2.019573.'69'(0.055288) + 2.457106.'35'(0.117065) + 0.928442.'33'(0.117065) + 0.241653.'25'(0.047986) + 0.935840.'24'(0.117065) + 2.950987.'24'(0.117065) + 2.556906.'22'(0.055288) + 1.210372.'19'(0.047986) + 2.272771.'16'(0.117065) + 1.767193.'12'(0.117065) + 0.812205.'11'(0.055288) + 1.405961.'7'(0.117065) + 1.424256.'6'(0.055288) + 1.135183.'5'(0.117065) + 1.423191.'2'(0.044890) + 1.493756.'29'(0.000000) + 2.470565.'34'(0.000000) + 1.185811.'43'(0.000000) + 1.194531.'44'(0.000000) + 1.471732.'45'(0.000000) + 2.218403.'49'(0.000000) + 1.498143.'50'(0.000000) + 0.344582.'58'(0.000000) + 1.917658.'64'(0.000000) + 1.512724.'65'(0.000000) + 0.867592.'70'(0.000000) + 1.293674.'78'(0.000000) + 0.379109.'81'(0.000000) + 1.683542.'82'(0.000000) + 1.043298.'85'(0.000000) + 1.851361.'87'(0.000000) + 2.724947.'91'(0.000000) + 1.423110.'91'(0.000000) + 1.352901.'99'(0.000000) + 0) <= 2.566833 ('83') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.831802.'80'(0.791906) + 1.656379.'71'(0.055288) + 2.221927.'18'(0.304877) + 0.552993.'16'(0.117065) + 1.939114.'15'(0.190433) + 1.554145.'14'(0.047986) + 0.990512.'11'(0.055288) + 0.489711.'4'(0.047986) + 1.978719.'3'(0.047986) + 1.915362.'2'(0.044890) + 2.202331.'34'(0.000000) + 1.063638.'43'(0.000000) + 0.757102.'48'(0.000000) + 1.144135.'55'(0.000000) + 1.437298.'56'(0.000000) + 1.819187.'62'(0.000000) + 2.378800.'67'(0.000000) + 1.450235.'85'(0.000000) + 1.621855.'95'(0.000000) + 1.726771.'96'(0.000000) + 0) <= 9.908364 ('6') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.724888.'93'(0.055288) + 2.273708.'86'(0.055288) + 1.605293.'80'(0.791906) + 1.946751.'69'(0.055288) + 0.430761.'17'(0.055288) + 0.892452.'17'(0.055288) + 1.261368.'11'(0.055288) + 1.410476.'3'(0.047986) + 2.085644.'2'(0.044890) + 2.030062.'29'(0.000000) + 1.973643.'32'(0.000000) + 1.676062.'39'(0.000000) + 1.971043.'43'(0.000000) + 1.086594.'44'(0.000000) + 1.466462.'53'(0.000000) + 1.220011.'54'(0.000000) + 0.648690.'65'(0.000000) + 2.600198.'81'(0.000000) + 2.108949.'91'(0.000000) + 0.021305.'91'(0.000000) + 0.932715.'100'(0.000000) + 0) <= 3.566599 ('31') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.519671.'92'(0.044890) + 2.097080.'86'(0.055288) + 1.736001.'71'(0.055288) + 1.923609.'46'(0.209217) + 0.497956.'28'(0.044890) + 0.838602.'26'(0.044890) + 1.781501.'25'(0.047986) + 1.577338.'24'(0.117065) + 1.536567.'20'(0.055288) + 2.806736.'8'(0.044890) + 1.619368.'2'(0.044890) + 2.031550.'38'(0.000000) + 1.703073.'43'(0.000000) + 0.798366.'45'(0.000000) + 0.467728.'51'(0.000000) + 1.121209.'64'(0.000000) + 0.044084.'65'(0.000000) + 2.038799.'68'(0.000000) + 0.400305.'76'(0.000000) + 1.030237.'81'(0.000000) + 1.521321.'82'(0.000000) + 0.482400.'82'(0.000000) + 1.439564.'89'(0.000000) + 2.114362.'97'(0.000000) + 0) <= 1.296372 ('66') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.105805.'90'(0.117065) + 1.842847.'84'(0.047986) + 1.056430.'71'(0.055288) + 1.434411.'33'(0.117065) + 1.670571.'28'(0.044890) + 0.843003.'19'(0.047986) + 1.523569.'2'(0.044890) + 1.328603.'37'(0.000000) + 0.756178.'41'(0.000000) + 1.195773.'43'(0.000000) + 1.589338.'55'(0.000000) + 0.743723.'60'(0.000000) + 2.870529.'67'(0.000000) + 0.310614.'67'(0.000000) + 1.560972.'75'(0.000000) + 1.936417.'76'(0.000000) + 2.211281.'78'(0.000000) + 1.120306.'78'(0.000000) + 2.129602.'79'(0.000000) + 0.516602.'82'(0.000000) + 1.714971.'96'(0.000000) + 1.593116.'100'(0.000000) + 0) <= 1.779942 ('35') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.617541.'90'(0.117065) + 0.219538.'46'(0.209217) + 2.319474.'24'(0.117065) + 1.988038.'22'(0.055288) + 0.758474.'19'(0.047986) + 2.152186.'18'(0.304877) + 1.328019.'2'(0.044890) + 0.538126.'32'(0.000000) + 0.857868.'47'(0.000000) + 0.327854.'48'(0.000000) + 1.698732.'50'(0.000000) + 1.268490.'55'(0.000000) + 1.038287.'60'(0.000000) + 2.073121.'65'(0.000000) + 1.236270.'68'(0.000000) + 0.640635.'79'(0.000000) + 0.475515.'83'(0.000000) + 1.880451.'87'(0.000000) + 1.933756.'97'(0.000000) + 0) <= 9.663450 ('30') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.617049.'84'(0.047986) + 0.357898.'35'(0.117065) + 1.760703.'33'(0.117065) + 0.917343.'24'(0.117065) + 0.947236.'24'(0.117065) + 2.494840.'23'(0.190433) + 2.218768.'14'(0.047986) + 2.164447.'13'(0.047986) + 1.557959.'12'(0.117065) + 1.515324.'10'(0.047986) + 0.793342.'6'(0.055288) + 3.025505.'6'(0.055288) + 2.223809.'2'(0.044890) + 1.451623.'37'(0.000000) + 1.561245.'44'(0.000000) + 0.338350.'48'(0.000000) + 0.566370.'52'(0.000000) + 1.851600.'56'(0.000000) + 2.003085.'57'(0.000000) + 1.040549.'60'(0.000000) + 1.283400.'65'(0.000000) + 1.312813.'67'(0.000000) + 1.342048.'77'(0.000000) + 1.247040.'88'(0.000000) + 2.520866.'98'(0.000000) + 0.787296.'98'(0.000000) + 0) <= 9.945641 ('3') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.571950.'35'(0.117065) + 0.802464.'25'(0.047986) + 1.268756.'23'(0.190433) + 0.817348.'21'(0.044890) + 2.491420.'14'(0.047986) + 1.872456.'12'(0.117065) + 1.051206.'10'(0.047986) + 1.537013.'7'(0.117065) + 1.165670.'6'(0.055288) + 1.621833.'2'(0.044890) + 1.587005.'37'(0.000000) + 0.154834.'38'(0.000000) + 1.167921.'41'(0.000000) + 1.873399.'44'(0.000000) + 0.648493.'57'(0.000000) + 2.025183.'60'(0.000000) + 1.082161.'62'(0.000000) + 2.105021.'63'(0.000000) + 0.445561.'65'(0.000000) + 1.331651.'85'(0.000000) + 1.076625.'91'(0.000000) + 1.559978.'94'(0.000000) + 0) <= 4.097251 ('21') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.848277.'18'(0.304877) + 0.784419.'3'(0.047986) + 2.684998.'2'(0.044890) + 1.342527.'29'(0.000000) + 0.419035.'37'(0.000000) + 2.163596.'41'(0.000000) + 1.826249.'52'(0.000000) + 1.646003.'55'(0.000000) + 2.108946.'58'(0.000000) + 1.539063.'61'(0.000000) + 1.611198.'62'(0.000000) + 1.197247.'63'(0.000000) + 2.657445.'64'(0.000000) + 0.683061.'67'(0.000000) + 2.579352.'73'(0.000000) + 2.694216.'79'(0.000000) + 2.316378.'87'(0.000000) + 2.525917.'91'(0.000000) + 0.243451.'91'(0.000000) + 1.973307.'100'(0.000000) + 0) <= 1.401378 ('56') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.449245.'93'(0.055288) + 1.307068.'80'(0.791906) + 1.480774.'69'(0.055288) + 0.834696.'36'(0.044890) + 2.121184.'28'(0.044890) + 0.911193.'27'(0.055288) + 0.545581.'24'(0.117065) + 2.259330.'21'(0.044890) + 2.491200.'17'(0.055288) + 1.455706.'15'(0.190433) + 1.410135.'13'(0.047986) + 1.765092.'6'(0.055288) + 0.747052.'4'(0.047986) + 1.888295.'2'(0.044890) + 0.713821.'37'(0.000000) + 2.598477.'43'(0.000000) + 1.438983.'44'(0.000000) + 1.502268.'56'(0.000000) + 1.605632.'61'(0.000000) + 1.544327.'62'(0.000000) + 0.181450.'62'(0.000000) + 2.009187.'65'(0.000000) + 3.280653.'66'(0.000000) + 0.067911.'66'(0.000000) + 1.840993.'67'(0.000000) + 1.044612.'68'(0.000000) + 2.006633.'70'(0.000000) + 0.713088.'72'(0.000000) + 1.512621.'76'(0.000000) + 2.726216.'81'(0.000000) + 2.097782.'87'(0.000000) + 2.115832.'89'(0.000000) + 1.260586.'98'(0.000000) + 0) <= 4.424978 ('18') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.090901.'30'(0.055288) + 1.297920.'19'(0.047986) + 1.424158.'14'(0.047986) + 0.575830.'7'(0.117065) + 2.143928.'2'(0.044890) + 2.122762.'32'(0.000000) + 0.709590.'39'(0.000000) + 1.676612.'40'(0.000000) + 0.922763.'45'(0.000000) + 1.831900.'47'(0.000000) + 1.127926.'60'(0.000000) + 2.196587.'70'(0.000000) + 1.864485.'78'(0.000000) + 1.567678.'79'(0.000000) + 1.065426.'81'(0.000000) + 0.577762.'96'(0.000000) + 2.101005.'97'(0.000000) + 1.481802.'97'(0.000000) + 0) <= 5.084575 ('62') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.787208.'92'(0.044890) + 2.673902.'69'(0.055288) + 2.098962.'2'(0.044890) + 2.170047.'34'(0.000000) + 2.615945.'42'(0.000000) + 0.788779.'54'(0.000000) + 0.533384.'56'(0.000000) + 2.395487.'57'(0.000000) + 0.898479.'57'(0.000000) + 1.137187.'61'(0.000000) + 1.612209.'63'(0.000000) + 0.796565.'70'(0.000000) + 3.104590.'73'(0.000000) + 0.802525.'73'(0.000000) + 1.504704.'76'(0.000000) + 1.907922.'83'(0.000000) + 0.723042.'85'(0.000000) + 1.435919.'89'(0.000000) + 1.704192.'96'(0.000000) + 1.214179.'100'(0.000000) + 0) <= 3.653602 ('46') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.159290.'93'(0.055288) + 1.076541.'69'(0.055288) + 1.560264.'36'(0.044890) + 1.087675.'31'(0.055288) + 2.339709.'26'(0.044890) + 0.932480.'23'(0.190433) + 2.203610.'18'(0.304877) + 2.515455.'8'(0.044890) + 0.982040.'7'(0.117065) + 1.361683.'3'(0.047986) + 2.210430.'2'(0.044890) + 1.307962.'37'(0.000000) + 1.031220.'38'(0.000000) + 2.109794.'42'(0.000000) + 2.340225.'45'(0.000000) + 0.764872.'48'(0.000000) + 0.793115.'58'(0.000000) + 1.480718.'66'(0.000000) + 0.791214.'68'(0.000000) + 2.159073.'73'(0.000000) + 2.711400.'83'(0.000000) + 2.523451.'98'(0.000000) + 0) <= 8.312719 ('64') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.014366.'30'(0.055288) + 2.228422.'26'(0.044890) + 0.457995.'25'(0.047986) + 1.325383.'23'(0.190433) + 0.826167.'16'(0.117065) + 1.087537.'15'(0.190433) + 2.052335.'15'(0.190433) + 1.480696.'14'(0.047986) + 2.084381.'13'(0.047986) + 2.704841.'11'(0.055288) + 0.567299.'8'(0.044890) + 2.759508.'2'(0.044890) + 0.675044.'32'(0.000000) + 1.151851.'37'(0.000000) + 0.842809.'39'(0.000000) + 0.631937.'41'(0.000000) + 1.561028.'42'(0.000000) + 0.716075.'50'(0.000000) + 1.773900.'53'(0.000000) + 1.218666.'53'(0.000000) + 1.264379.'54'(0.000000) + 0.566796.'55'(0.000000) + 0.121870.'60'(0.000000) + 1.171679.'61'(0.000000) + 0.893220.'65'(0.000000) + 0.817332.'68'(0.000000) + 0.946651.'78'(0.000000) + 1.092583.'94'(0.000000) + 0) <= 1.595101 ('73') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.339607.'93'(0.055288) + 1.811061.'90'(0.117065) + 1.758690.'30'(0.055288) + 1.495101.'27'(0.055288) + 2.292440.'22'(0.055288) + 1.229428.'19'(0.047986) + 1.085846.'17'(0.055288) + 2.178570.'14'(0.047986) + 1.820069.'11'(0.055288) + 1.723193.'7'(0.117065) + 1.559765.'4'(0.047986) + 1.898168.'2'(0.044890) + 1.938628.'39'(0.000000) + 0.789087.'40'(0.000000) + 1.716462.'53'(0.000000) + 1.985795.'60'(0.000000) + 2.403113.'64'(0.000000) + 1.672833.'74'(0.000000) + 2.151883.'77'(0.000000) + 1.521737.'83'(0.000000) + 2.818235.'88'(0.000000) + 0) <= 1.343049 ('37') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.084501.'92'(0.044890) + 0.538645.'80'(0.791906) + 2.528281.'33'(0.117065) + 1.601403.'31'(0.055288) + 2.810425.'16'(0.117065) + 1.512983.'12'(0.117065) + 1.508257.'11'(0.055288) + 1.731485.'7'(0.117065) + 1.741187.'2'(0.044890) + 0.804073.'38'(0.000000) + 0.860566.'39'(0.000000) + 2.148854.'41'(0.000000) + 0.526138.'45'(0.000000) + 1.486162.'49'(0.000000) + 1.639893.'50'(0.000000) + 0.060912.'51'(0.000000) + 0.839575.'56'(0.000000) + 1.543682.'60'(0.000000) + 0.826408.'62'(0.000000) + 0.445008.'70'(0.000000) + 1.047246.'72'(0.000000) + 1.790041.'85'(0.000000) + 1.707543.'96'(0.000000) + 1.393235.'97'(0.000000) + 1.631430.'99'(0.000000) + 0) <= 8.278164 ('25') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.582926.'90'(0.117065) + 0.852950.'86'(0.055288) + 1.968243.'24'(0.117065) + 1.463992.'22'(0.055288) + 2.275936.'21'(0.044890) + 1.586628.'20'(0.055288) + 0.700088.'17'(0.055288) + 1.930838.'11'(0.055288) + 1.605401.'8'(0.044890) + 2.213348.'3'(0.047986) + 2.216668.'42'(0.000000) + 2.735909.'44'(0.000000) + 1.377609.'53'(0.000000) + 1.068098.'56'(0.000000) + 1.881393.'58'(0.000000) + 1.110333.'61'(0.000000) + 1.970628.'66'(0.000000) + 1.854642.'76'(0.000000) + 2.315407.'85'(0.000000) + 2.413145.'88'(0.000000) + 2.095055.'89'(0.000000) + 2.920734.'99'(0.000000) + 0.296508.'99'(0.000000) + 0) <= 1.605618 ('52') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.500403.'69'(0.055288) + 1.010767.'36'(0.044890) + 1.155567.'35'(0.117065) + 1.270625.'33'(0.117065) + 1.234065.'30'(0.055288) + 1.960461.'28'(0.044890) + 0.597022.'24'(0.117065) + 1.509283.'23'(0.190433) + 1.650449.'21'(0.044890) + 0.190792.'18'(0.304877) + 2.790382.'17'(0.055288) + 0.917591.'9'(0.047986) + 1.829724.'7'(0.117065) + 1.312310.'3'(0.047986) + 1.549115.'32'(0.000000) + 0.945035.'39'(0.000000) + 1.845643.'40'(0.000000) + 1.436872.'41'(0.000000) + 1.312611.'43'(0.000000) + 0.461758.'48'(0.000000) + 1.051983.'51'(0.000000) + 0.967414.'53'(0.000000) + 0.207016.'63'(0.000000) + 1.827518.'70'(0.000000) + 1.826029.'77'(0.000000) + 1.855022.'88'(0.000000) + 2.689271.'95'(0.000000) + 1.124601.'95'(0.000000) + 1.096615.'98'(0.000000) + 1.216817.'99'(0.000000) + 0) <= 5.488930 ('98') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.600249.'90'(0.117065) + 2.002366.'80'(0.791906) + 1.615311.'33'(0.117065) + 2.756266.'28'(0.044890) + 1.038606.'17'(0.055288) + 0.745036.'15'(0.190433) + 1.594266.'14'(0.047986) + 1.714136.'10'(0.047986) + 1.196129.'3'(0.047986) + 0.396242.'32'(0.000000) + 1.021566.'37'(0.000000) + 1.690279.'42'(0.000000) + 1.731374.'48'(0.000000) + 1.498471.'49'(0.000000) + 1.663880.'56'(0.000000) + 1.268963.'64'(0.000000) + 2.612767.'74'(0.000000) + 0.964437.'87'(0.000000) + 1.381244.'88'(0.000000) + 1.586140.'89'(0.000000) + 2.018181.'94'(0.000000) + 1.099522.'98'(0.000000) + 0) <= 6.434422 ('68') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.722465.'93'(0.055288) + 1.334929.'92'(0.044890) + 2.289511.'86'(0.055288) + 1.313342.'69'(0.055288) + 1.809836.'59'(0.044890) + 0.489061.'27'(0.055288) + 1.899466.'25'(0.047986) + 1.371088.'18'(0.304877) + 1.717023.'14'(0.047986) + 2.793898.'12'(0.117065) + 0.720775.'10'(0.047986) + 2.602234.'7'(0.117065) + 0.633028.'6'(0.055288) + 2.380381.'6'(0.055288) + 1.594297.'3'(0.047986) + 1.684147.'34'(0.000000) + 0.216829.'41'(0.000000) + 0.376558.'50'(0.000000) + 1.996872.'60'(0.000000) + 1.712433.'67'(0.000000) + 1.712529.'73'(0.000000) + 0.701338.'74'(0.000000) + 1.192733.'77'(0.000000) + 1.941639.'85'(0.000000) + 1.445164.'85'(0.000000) + 1.268315.'88'(0.000000) + 0.890821.'89'(0.000000) + 2.380611.'91'(0.000000) + 1.668623.'96'(0.000000) + 0) <= 9.935049 ('4') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.670495.'84'(0.047986) + 0.624802.'25'(0.047986) + 1.801654.'19'(0.047986) + 1.120138.'14'(0.047986) + 0.932296.'13'(0.047986) + 1.637093.'10'(0.047986) + 1.598009.'9'(0.047986) + 0.980407.'4'(0.047986) + 1.835484.'3'(0.047986) + 0.485483.'32'(0.000000) + 0.705884.'38'(0.000000) + 1.484748.'40'(0.000000) + 2.684493.'41'(0.000000) + 0.995548.'45'(0.000000) + 2.044312.'50'(0.000000) + 2.297653.'54'(0.000000) + 0.559155.'61'(0.000000) + 1.922187.'68'(0.000000) + 1.773595.'72'(0.000000) + 1.261842.'76'(0.000000) + 0.956929.'79'(0.000000) + 2.699869.'81'(0.000000) + 1.455454.'83'(0.000000) + 2.632862.'88'(0.000000) + 0.833982.'89'(0.000000) + 0) <= 0.585453 ('29') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.173676.'84'(0.047986) + 2.415292.'33'(0.117065) + 0.789312.'31'(0.055288) + 2.124169.'28'(0.044890) + 1.217762.'26'(0.044890) + 1.866724.'26'(0.044890) + 1.156288.'25'(0.047986) + 2.405819.'23'(0.190433) + 2.016256.'20'(0.055288) + 1.175934.'16'(0.117065) + 1.958345.'13'(0.047986) + 1.719191.'4'(0.047986) + 0.807079.'3'(0.047986) + 1.636359.'29'(0.000000) + 0.767464.'34'(0.000000) + 0.774260.'40'(0.000000) + 0.401551.'52'(0.000000) + 1.186978.'58'(0.000000) + 0.454369.'61'(0.000000) + 2.090000.'64'(0.000000) + 1.999658.'65'(0.000000) + 1.283821.'66'(0.000000) + 1.676183.'74'(0.000000) + 2.159136.'89'(0.000000) + 1.519798.'91'(0.000000) + 0.781954.'96'(0.000000) + 2.031256.'97'(0.000000) + 1.038544.'99'(0.000000) + 2.262776.'100'(0.000000) + 0) <= 4.891763 ('7') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.530311.'93'(0.055288) + 0.266187.'90'(0.117065) + 1.216180.'71'(0.055288) + 0.704725.'36'(0.044890) + 1.920286.'21'(0.044890) + 2.121720.'18'(0.304877) + 1.840147.'16'(0.117065) + 0.449495.'9'(0.047986) + 2.580847.'7'(0.117065) + 0.047663.'6'(0.055288) + 2.699696.'6'(0.055288) + 1.725812.'3'(0.047986) + 1.229039.'38'(0.000000) + 1.943076.'47'(0.000000) + 0.520589.'49'(0.000000) + 2.123352.'51'(0.000000) + 1.436994.'73'(0.000000) + 1.642114.'75'(0.000000) + 0.634558.'77'(0.000000) + 2.055193.'78'(0.000000) + 1.596818.'99'(0.000000) + 0) <= 1.821940 ('75') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.844910.'35'(0.117065) + 1.915955.'33'(0.117065) + 1.672159.'31'(0.055288) + 1.988658.'25'(0.047986) + 1.489850.'12'(0.117065) + 1.378286.'5'(0.117065) + 2.163410.'3'(0.047986) + 1.887435.'29'(0.000000) + 1.735787.'34'(0.000000) + 0.719743.'38'(0.000000) + 1.561121.'41'(0.000000) + 2.577972.'44'(0.000000) + 0.801504.'45'(0.000000) + 2.612984.'48'(0.000000) + 1.891429.'49'(0.000000) + 2.047954.'55'(0.000000) + 2.473651.'57'(0.000000) + 1.859591.'64'(0.000000) + 0.434792.'68'(0.000000) + 1.648515.'77'(0.000000) + 2.571814.'78'(0.000000) + 2.171619.'94'(0.000000) + 2.243891.'96'(0.000000) + 1.684012.'97'(0.000000) + 1.502507.'99'(0.000000) + 1.380634.'100'(0.000000) + 0) <= 6.644015 ('99') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.476918.'84'(0.047986) + 0.849923.'69'(0.055288) + 2.093685.'35'(0.117065) + 1.889550.'28'(0.044890) + 2.416087.'17'(0.055288) + 2.147111.'16'(0.117065) + 1.828361.'15'(0.190433) + 1.897890.'8'(0.044890) + 1.341357.'3'(0.047986) + 1.183772.'38'(0.000000) + 2.259239.'45'(0.000000) + 2.304740.'54'(0.000000) + 2.963320.'55'(0.000000) + 1.020056.'60'(0.000000) + 2.392861.'62'(0.000000) + 1.582759.'66'(0.000000) + 0.330349.'66'(0.000000) + 1.518004.'77'(0.000000) + 1.562599.'100'(0.000000) + 0) <= 4.954696 ('2') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.921470.'84'(0.047986) + 1.296255.'69'(0.055288) + 1.478299.'46'(0.209217) + 2.029583.'30'(0.055288) + 0.841020.'26'(0.044890) + 1.139860.'23'(0.190433) + 1.568970.'22'(0.055288) + 0.923024.'14'(0.047986) + 1.947907.'10'(0.047986) + 1.613401.'8'(0.044890) + 2.048333.'3'(0.047986) + 1.242858.'37'(0.000000) + 2.620494.'39'(0.000000) + 0.929191.'42'(0.000000) + 0.938981.'43'(0.000000) + 1.413485.'49'(0.000000) + 0.248788.'55'(0.000000) + 1.219798.'56'(0.000000) + 0.163106.'58'(0.000000) + 2.446861.'72'(0.000000) + 1.363351.'82'(0.000000) + 1.367356.'85'(0.000000) + 0.634727.'95'(0.000000) + 0) <= 4.884471 ('45') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.131471.'86'(0.055288) + 1.389703.'84'(0.047986) + 1.137373.'69'(0.055288) + 0.961740.'36'(0.044890) + 0.964799.'35'(0.117065) + 0.895045.'28'(0.044890) + 1.504077.'27'(0.055288) + 0.563245.'26'(0.044890) + 2.003912.'24'(0.117065) + 2.367892.'23'(0.190433) + 0.950068.'20'(0.055288) + 1.434757.'18'(0.304877) + 1.319108.'17'(0.055288) + 1.444469.'17'(0.055288) + 1.437892.'15'(0.190433) + 1.516858.'14'(0.047986) + 1.667837.'11'(0.055288) + 1.538583.'9'(0.047986) + 1.966196.'4'(0.047986) + 2.136756.'3'(0.047986) + 0.929662.'34'(0.000000) + 1.533794.'40'(0.000000) + 2.292413.'42'(0.000000) + 1.794266.'50'(0.000000) + 2.079914.'61'(0.000000) + 1.840872.'63'(0.000000) + 1.662129.'66'(0.000000) + 1.851840.'68'(0.000000) + 2.420183.'70'(0.000000) + 1.273244.'74'(0.000000) + 0.827626.'77'(0.000000) + 1.737833.'85'(0.000000) + 1.292351.'96'(0.000000) + 0) <= 9.225040 ('20') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.726082.'92'(0.044890) + 1.275180.'71'(0.055288) + 1.288342.'31'(0.055288) + 1.483497.'27'(0.055288) + 1.690805.'23'(0.190433) + 0.630625.'18'(0.304877) + 1.617395.'17'(0.055288) + 0.591526.'5'(0.117065) + 0.890883.'4'(0.047986) + 0.402798.'3'(0.047986) + 3.871658.'3'(0.047986) + 0.148229.'32'(0.000000) + 2.110458.'37'(0.000000) + 2.420470.'51'(0.000000) + 0.812989.'54'(0.000000) + 1.543979.'60'(0.000000) + 2.200044.'68'(0.000000) + 0.730323.'73'(0.000000) + 0.942012.'75'(0.000000) + 2.125227.'76'(0.000000) + 1.723653.'79'(0.000000) + 1.792758.'94'(0.000000) + 0) <= 5.961630 ('60') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.807381.'80'(0.791906) + 0.904643.'36'(0.044890) + 2.272959.'35'(0.117065) + 0.636840.'24'(0.117065) + 2.822643.'20'(0.055288) + 1.978632.'17'(0.055288) + 1.630620.'12'(0.117065) + 2.632697.'11'(0.055288) + 2.264931.'8'(0.044890) + 1.348925.'3'(0.047986) + 1.907995.'34'(0.000000) + 0.993292.'54'(0.000000) + 1.365802.'61'(0.000000) + 2.246635.'62'(0.000000) + 1.469972.'62'(0.000000) + 1.177692.'64'(0.000000) + 1.992859.'76'(0.000000) + 1.413198.'81'(0.000000) + 0.209372.'85'(0.000000) + 1.589523.'89'(0.000000) + 0.817847.'95'(0.000000) + 1.895427.'97'(0.000000) + 1.958948.'99'(0.000000) + 2.045028.'100'(0.000000) + 0) <= 4.685810 ('79') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.807569.'86'(0.055288) + 1.538334.'80'(0.791906) + 0.009143.'59'(0.044890) + 2.341725.'59'(0.044890) + 2.500060.'31'(0.055288) + 1.299172.'30'(0.055288) + 1.622814.'28'(0.044890) + 0.968384.'23'(0.190433) + 1.001826.'22'(0.055288) + 1.036549.'21'(0.044890) + 1.111419.'19'(0.047986) + 0.435938.'16'(0.117065) + 1.948070.'12'(0.117065) + 1.055126.'7'(0.117065) + 2.029690.'3'(0.047986) + 1.691699.'29'(0.000000) + 1.772258.'32'(0.000000) + 2.220123.'43'(0.000000) + 1.235536.'51'(0.000000) + 1.955820.'54'(0.000000) + 1.473271.'57'(0.000000) + 1.177250.'62'(0.000000) + 1.356982.'65'(0.000000) + 1.155692.'76'(0.000000) + 1.600414.'77'(0.000000) + 2.221030.'78'(0.000000) + 2.070967.'82'(0.000000) + 0.213146.'91'(0.000000) + 1.585347.'94'(0.000000) + 2.286602.'95'(0.000000) + 1.322240.'95'(0.000000) + 1.624902.'100'(0.000000) + 0) <= 8.363707 ('63') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.231378.'84'(0.047986) + 1.171334.'80'(0.791906) + 1.475675.'36'(0.044890) + 1.065853.'31'(0.055288) + 1.371355.'28'(0.044890) + 1.349891.'25'(0.047986) + 2.356759.'21'(0.044890) + 1.154521.'13'(0.047986) + 1.642631.'4'(0.047986) + 1.803419.'29'(0.000000) + 0.059702.'34'(0.000000) + 2.322424.'38'(0.000000) + 1.806462.'47'(0.000000) + 2.652397.'49'(0.000000) + 2.627669.'52'(0.000000) + 2.448438.'64'(0.000000) + 1.058054.'68'(0.000000) + 1.271334.'70'(0.000000) + 0.447299.'74'(0.000000) + 2.254469.'75'(0.000000) + 0.607915.'82'(0.000000) + 2.410036.'83'(0.000000) + 2.159365.'87'(0.000000) + 1.685373.'88'(0.000000) + 0.830329.'89'(0.000000) + 0) <= 9.872597 ('8') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.527962.'84'(0.047986) + 1.521487.'80'(0.791906) + 2.593689.'71'(0.055288) + 1.915303.'35'(0.117065) + 1.267922.'28'(0.044890) + 1.325611.'21'(0.044890) + 0.951599.'17'(0.055288) + 1.528275.'15'(0.190433) + 1.768309.'9'(0.047986) + 0.690963.'4'(0.047986) + 0.960678.'32'(0.000000) + 1.637105.'40'(0.000000) + 0.527211.'42'(0.000000) + 1.679024.'65'(0.000000) + 1.511008.'72'(0.000000) + 1.781358.'81'(0.000000) + 1.515409.'89'(0.000000) + 2.178862.'98'(0.000000) + 0) <= 2.357095 ('53') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.556275.'36'(0.044890) + 1.418854.'33'(0.117065) + 2.040427.'31'(0.055288) + 1.755380.'27'(0.055288) + 1.488516.'26'(0.044890) + 1.931610.'25'(0.047986) + 1.857218.'21'(0.044890) + 0.753160.'18'(0.304877) + 0.684322.'17'(0.055288) + 1.247582.'12'(0.117065) + 0.284490.'8'(0.044890) + 1.257379.'7'(0.117065) + 1.169682.'4'(0.047986) + 0.741039.'34'(0.000000) + 1.675250.'38'(0.000000) + 0.974257.'40'(0.000000) + 1.417308.'42'(0.000000) + 0.739555.'43'(0.000000) + 1.088111.'47'(0.000000) + 1.248926.'51'(0.000000) + 2.714532.'54'(0.000000) + 2.400820.'55'(0.000000) + 1.189201.'63'(0.000000) + 0.715783.'64'(0.000000) + 0.606586.'66'(0.000000) + 0.536060.'72'(0.000000) + 0.188211.'73'(0.000000) + 0.941898.'76'(0.000000) + 1.697494.'88'(0.000000) + 1.392083.'94'(0.000000) + 0.367002.'94'(0.000000) + 0) <= 5.641394 ('58') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.411710.'92'(0.044890) + 1.605084.'86'(0.055288) + 1.336043.'84'(0.047986) + 0.782016.'71'(0.055288) + 1.194869.'59'(0.044890) + 1.929850.'35'(0.117065) + 1.074458.'31'(0.055288) + 2.318901.'23'(0.190433) + 1.561340.'21'(0.044890) + 1.049424.'15'(0.190433) + 1.186545.'7'(0.117065) + 1.595558.'5'(0.117065) + 1.806439.'4'(0.047986) + 1.616322.'32'(0.000000) + 0.727570.'44'(0.000000) + 0.907775.'51'(0.000000) + 0.928695.'57'(0.000000) + 2.592235.'58'(0.000000) + 1.159663.'64'(0.000000) + 2.478819.'70'(0.000000) + 1.767487.'74'(0.000000) + 0.982492.'74'(0.000000) + 2.094247.'78'(0.000000) + 1.134127.'79'(0.000000) + 1.102956.'81'(0.000000) + 2.546143.'88'(0.000000) + 2.168648.'89'(0.000000) + 1.467387.'96'(0.000000) + 2.749127.'99'(0.000000) + 0) <= 8.061098 ('77') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.862910.'71'(0.055288) + 2.403822.'35'(0.117065) + 1.647258.'33'(0.117065) + 1.126966.'31'(0.055288) + 2.531904.'8'(0.044890) + 0.438380.'4'(0.047986) + 0.179274.'34'(0.000000) + 1.805393.'43'(0.000000) + 1.516429.'47'(0.000000) + 2.260190.'50'(0.000000) + 1.168456.'52'(0.000000) + 0.310728.'57'(0.000000) + 1.479904.'58'(0.000000) + 1.100766.'58'(0.000000) + 2.504417.'61'(0.000000) + 0.918535.'61'(0.000000) + 0.983692.'63'(0.000000) + 0.162714.'63'(0.000000) + 1.254571.'64'(0.000000) + 2.099187.'68'(0.000000) + 0.787599.'70'(0.000000) + 1.255834.'89'(0.000000) + 2.320241.'91'(0.000000) + 2.384886.'98'(0.000000) + 0.996143.'100'(0.000000) + 0) <= 7.407568 ('78') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.340980.'93'(0.055288) + 1.959896.'84'(0.047986) + 2.773382.'69'(0.055288) + 1.529062.'59'(0.044890) + 2.410161.'24'(0.117065) + 0.925735.'20'(0.055288) + 0.934010.'14'(0.047986) + 2.153666.'13'(0.047986) + 1.621200.'11'(0.055288) + 1.910088.'9'(0.047986) + 0.459509.'4'(0.047986) + 2.218274.'29'(0.000000) + 1.742240.'34'(0.000000) + 2.062236.'37'(0.000000) + 2.002052.'47'(0.000000) + 1.428662.'54'(0.000000) + 1.266244.'62'(0.000000) + 0.469901.'62'(0.000000) + 0.157057.'66'(0.000000) + 2.486818.'67'(0.000000) + 2.018923.'70'(0.000000) + 1.294832.'73'(0.000000) + 2.493142.'75'(0.000000) + 0.698662.'87'(0.000000) + 2.076972.'97'(0.000000) + 0) <= 2.913811 ('38') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.832100.'93'(0.055288) + 1.417811.'92'(0.044890) + 0.867851.'90'(0.117065) + 1.007905.'69'(0.055288) + 2.758488.'46'(0.209217) + 2.476172.'20'(0.055288) + 1.751335.'16'(0.117065) + 1.478643.'14'(0.047986) + 1.933794.'12'(0.117065) + 1.299035.'11'(0.055288) + 1.081648.'4'(0.047986) + 1.410759.'32'(0.000000) + 1.640976.'39'(0.000000) + 1.827070.'43'(0.000000) + 1.786897.'44'(0.000000) + 0.651216.'50'(0.000000) + 1.078194.'53'(0.000000) + 0.859721.'54'(0.000000) + 2.087403.'55'(0.000000) + 2.043521.'63'(0.000000) + 1.680136.'76'(0.000000) + 0.275012.'83'(0.000000) + 1.479648.'94'(0.000000) + 0.857449.'97'(0.000000) + 2.162809.'100'(0.000000) + 0) <= 8.909551 ('39') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.096353.'93'(0.055288) + 0.765692.'69'(0.055288) + 1.902882.'33'(0.117065) + 0.565334.'31'(0.055288) + 0.947449.'26'(0.044890) + 2.518136.'25'(0.047986) + 1.514956.'23'(0.190433) + 1.802529.'22'(0.055288) + 0.612244.'19'(0.047986) + 1.686128.'14'(0.047986) + 1.337141.'12'(0.117065) + 1.600630.'9'(0.047986) + 0.659929.'6'(0.055288) + 2.852422.'6'(0.055288) + 1.236833.'4'(0.047986) + 2.591081.'38'(0.000000) + 1.791141.'40'(0.000000) + 0.703951.'41'(0.000000) + 1.748973.'43'(0.000000) + 1.474951.'45'(0.000000) + 1.623784.'48'(0.000000) + 0.237381.'51'(0.000000) + 1.942189.'56'(0.000000) + 0.308290.'56'(0.000000) + 1.573361.'61'(0.000000) + 1.811404.'75'(0.000000) + 2.147179.'77'(0.000000) + 2.341733.'81'(0.000000) + 0.694496.'82'(0.000000) + 1.113815.'83'(0.000000) + 1.499899.'87'(0.000000) + 0) <= 5.522559 ('92') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.851679.'93'(0.055288) + 2.221973.'90'(0.117065) + 1.263220.'84'(0.047986) + 1.333887.'71'(0.055288) + 1.224413.'33'(0.117065) + 1.649765.'27'(0.055288) + 1.045597.'7'(0.117065) + 1.350725.'4'(0.047986) + 1.419477.'32'(0.000000) + 2.644512.'39'(0.000000) + 1.844203.'43'(0.000000) + 1.184394.'48'(0.000000) + 1.683553.'51'(0.000000) + 0.940429.'55'(0.000000) + 1.275770.'61'(0.000000) + 2.712213.'62'(0.000000) + 2.200546.'75'(0.000000) + 1.693285.'96'(0.000000) + 0) <= 7.362310 ('65') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.246983.'93'(0.055288) + 0.958494.'71'(0.055288) + 2.254789.'59'(0.044890) + 1.992356.'36'(0.044890) + 2.386986.'33'(0.117065) + 1.072969.'27'(0.055288) + 2.819781.'15'(0.190433) + 0.748877.'6'(0.055288) + 0.396183.'4'(0.047986) + 0.596986.'32'(0.000000) + 1.019058.'47'(0.000000) + 0.856391.'60'(0.000000) + 2.279437.'64'(0.000000) + 0.958431.'72'(0.000000) + 0.570530.'99'(0.000000) + 0) <= 3.763032 ('23') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.426070.'36'(0.044890) + 2.287539.'30'(0.055288) + 1.176852.'28'(0.044890) + 1.161188.'27'(0.055288) + 2.155554.'24'(0.117065) + 1.845106.'16'(0.117065) + 1.425796.'9'(0.047986) + 2.251970.'6'(0.055288) + 1.144344.'5'(0.117065) + 1.297185.'4'(0.047986) + 1.905763.'37'(0.000000) + 1.649885.'47'(0.000000) + 1.443146.'48'(0.000000) + 0.773042.'56'(0.000000) + 1.178002.'57'(0.000000) + 2.306647.'60'(0.000000) + 1.029172.'62'(0.000000) + 1.298559.'65'(0.000000) + 0.502265.'67'(0.000000) + 0.090903.'81'(0.000000) + 0.364806.'88'(0.000000) + 0.133610.'89'(0.000000) + 2.436939.'98'(0.000000) + 1.037696.'99'(0.000000) + 0) <= 8.119913 ('51') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.209874.'93'(0.055288) + 2.103785.'80'(0.791906) + 0.332730.'59'(0.044890) + 1.663079.'46'(0.209217) + 1.156131.'33'(0.117065) + 0.906294.'27'(0.055288) + 1.878458.'19'(0.047986) + 1.323330.'5'(0.117065) + 2.393728.'40'(0.000000) + 1.394635.'47'(0.000000) + 2.035817.'53'(0.000000) + 1.912910.'57'(0.000000) + 1.834719.'66'(0.000000) + 0.698450.'67'(0.000000) + 3.478828.'74'(0.000000) + 1.238403.'74'(0.000000) + 1.024066.'76'(0.000000) + 1.658992.'83'(0.000000) + 2.553487.'87'(0.000000) + 1.170282.'99'(0.000000) + 1.769530.'100'(0.000000) + 0) <= 8.836129 ('54') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.505703.'92'(0.044890) + 1.952092.'59'(0.044890) + 2.786041.'46'(0.209217) + 1.837654.'30'(0.055288) + 2.204686.'28'(0.044890) + 2.448328.'20'(0.055288) + 1.890408.'13'(0.047986) + 2.379287.'8'(0.044890) + 1.338248.'7'(0.117065) + 1.010145.'7'(0.117065) + 1.255739.'5'(0.117065) + 1.606896.'37'(0.000000) + 0.306243.'45'(0.000000) + 1.400339.'51'(0.000000) + 2.779256.'55'(0.000000) + 2.529108.'67'(0.000000) + 1.725155.'82'(0.000000) + 1.110933.'85'(0.000000) + 0.980861.'91'(0.000000) + 0) <= 8.092736 ('72') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.191403.'93'(0.055288) + 0.638276.'92'(0.044890) + 1.335012.'71'(0.055288) + 1.816494.'46'(0.209217) + 1.851132.'27'(0.055288) + 0.677658.'24'(0.117065) + 2.020970.'24'(0.117065) + 1.725278.'20'(0.055288) + 2.468596.'10'(0.047986) + 2.712307.'5'(0.117065) + 1.085876.'34'(0.000000) + 0.849402.'42'(0.000000) + 2.043918.'44'(0.000000) + 1.920871.'50'(0.000000) + 0.937560.'51'(0.000000) + 1.661409.'52'(0.000000) + 1.566985.'58'(0.000000) + 2.328504.'60'(0.000000) + 1.636311.'62'(0.000000) + 1.161869.'63'(0.000000) + 1.856217.'78'(0.000000) + 1.447291.'83'(0.000000) + 0.954600.'87'(0.000000) + 1.667261.'91'(0.000000) + 1.860146.'95'(0.000000) + 1.010256.'96'(0.000000) + 0.862948.'99'(0.000000) + 0) <= 8.200807 ('50') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.518992.'92'(0.044890) + 2.052633.'90'(0.117065) + 1.567765.'26'(0.044890) + 2.093159.'22'(0.055288) + 0.481976.'11'(0.055288) + 1.338257.'5'(0.117065) + 1.218595.'39'(0.000000) + 1.556005.'48'(0.000000) + 0.761649.'49'(0.000000) + 0.502800.'52'(0.000000) + 1.006855.'54'(0.000000) + 2.245317.'56'(0.000000) + 0.893330.'56'(0.000000) + 2.297138.'60'(0.000000) + 2.376212.'63'(0.000000) + 0.630327.'63'(0.000000) + 1.311088.'70'(0.000000) + 1.827891.'74'(0.000000) + 1.576149.'78'(0.000000) + 0.910181.'85'(0.000000) + 1.293975.'98'(0.000000) + 0) <= 1.026905 ('76') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.033565.'92'(0.044890) + 1.309848.'86'(0.055288) + 0.950503.'35'(0.117065) + 1.609973.'24'(0.117065) + 1.109655.'22'(0.055288) + 1.312221.'16'(0.117065) + 2.295369.'15'(0.190433) + 2.216987.'14'(0.047986) + 1.462653.'5'(0.117065) + 0.691542.'32'(0.000000) + 1.542888.'34'(0.000000) + 2.429402.'40'(0.000000) + 1.884306.'41'(0.000000) + 1.590293.'49'(0.000000) + 0.499048.'52'(0.000000) + 1.107525.'54'(0.000000) + 1.262520.'55'(0.000000) + 2.013180.'67'(0.000000) + 1.326043.'68'(0.000000) + 1.111841.'85'(0.000000) + 1.644833.'91'(0.000000) + 2.330849.'99'(0.000000) + 2.234172.'100'(0.000000) + 0) <= 3.913620 ('34') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.435956.'93'(0.055288) + 1.281846.'90'(0.117065) + 1.755136.'59'(0.044890) + 1.722804.'30'(0.055288) + 2.384551.'25'(0.047986) + 1.460590.'21'(0.044890) + 1.143384.'17'(0.055288) + 0.836928.'10'(0.047986) + 1.417114.'9'(0.047986) + 1.516449.'8'(0.044890) + 1.185868.'5'(0.117065) + 2.301953.'41'(0.000000) + 1.849998.'43'(0.000000) + 3.380930.'45'(0.000000) + 0.341482.'45'(0.000000) + 1.611176.'47'(0.000000) + 2.394636.'53'(0.000000) + 0.166431.'55'(0.000000) + 0.881387.'70'(0.000000) + 0.743232.'81'(0.000000) + 1.631634.'95'(0.000000) + 1.586512.'98'(0.000000) + 0) <= 9.680259 ('14') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.633133.'86'(0.055288) + 1.162256.'80'(0.791906) + 1.335876.'71'(0.055288) + 1.901744.'36'(0.044890) + 1.669642.'33'(0.117065) + 0.311766.'30'(0.055288) + 2.151620.'28'(0.044890) + 1.153929.'21'(0.044890) + 2.174338.'16'(0.117065) + 2.131237.'15'(0.190433) + 0.777652.'13'(0.047986) + 1.343178.'12'(0.117065) + 1.932948.'10'(0.047986) + 0.678396.'9'(0.047986) + 0.491913.'7'(0.117065) + 3.091481.'7'(0.117065) + 1.685469.'5'(0.117065) + 2.558429.'32'(0.000000) + 2.031230.'39'(0.000000) + 1.508695.'44'(0.000000) + 1.447130.'48'(0.000000) + 1.900084.'52'(0.000000) + 1.102746.'54'(0.000000) + 2.300797.'58'(0.000000) + 1.203901.'65'(0.000000) + 2.041466.'68'(0.000000) + 0.038854.'73'(0.000000) + 1.907427.'76'(0.000000) + 0.795694.'77'(0.000000) + 0.621027.'79'(0.000000) + 2.230247.'85'(0.000000) + 0.708732.'85'(0.000000) + 2.398304.'87'(0.000000) + 1.509044.'88'(0.000000) + 0) <= 6.623750 ('90') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.861915.'23'(0.190433) + 0.398432.'20'(0.055288) + 0.348232.'19'(0.047986) + 1.557759.'14'(0.047986) + 0.849278.'11'(0.055288) + 1.805209.'9'(0.047986) + 2.106537.'5'(0.117065) + 0.901883.'40'(0.000000) + 1.755298.'75'(0.000000) + 2.465917.'79'(0.000000) + 0.630435.'81'(0.000000) + 2.844888.'87'(0.000000) + 2.564162.'94'(0.000000) + 0.886669.'96'(0.000000) + 0) <= 5.798078 ('97') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.986774.'93'(0.055288) + 2.129439.'90'(0.117065) + 0.504105.'86'(0.055288) + 1.012841.'71'(0.055288) + 2.698086.'59'(0.044890) + 1.247368.'22'(0.055288) + 2.513839.'19'(0.047986) + 2.400045.'18'(0.304877) + 2.112467.'16'(0.117065) + 0.735563.'11'(0.055288) + 1.003183.'5'(0.117065) + 2.867547.'41'(0.000000) + 2.104903.'45'(0.000000) + 1.304182.'45'(0.000000) + 1.417697.'52'(0.000000) + 1.825915.'53'(0.000000) + 2.084658.'64'(0.000000) + 3.719574.'72'(0.000000) + 0.924831.'72'(0.000000) + 1.559884.'73'(0.000000) + 1.952455.'75'(0.000000) + 1.955672.'76'(0.000000) + 1.949070.'81'(0.000000) + 1.032202.'82'(0.000000) + 1.294046.'87'(0.000000) + 1.129043.'88'(0.000000) + 0.806494.'100'(0.000000) + 0) <= 8.274947 ('48') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.635734.'80'(0.791906) + 2.095180.'46'(0.209217) + 0.725167.'36'(0.044890) + 2.271546.'20'(0.055288) + 2.198669.'19'(0.047986) + 1.238047.'13'(0.047986) + 1.535250.'6'(0.055288) + 1.515090.'5'(0.117065) + 2.020019.'29'(0.000000) + 1.259660.'32'(0.000000) + 2.466898.'43'(0.000000) + 1.808178.'47'(0.000000) + 0.504793.'48'(0.000000) + 2.550781.'50'(0.000000) + 1.681028.'58'(0.000000) + 1.761519.'60'(0.000000) + 1.689321.'63'(0.000000) + 1.915552.'65'(0.000000) + 2.361221.'72'(0.000000) + 0.669521.'76'(0.000000) + 2.485123.'97'(0.000000) + 0) <= 9.796025 ('11') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.661002.'90'(0.117065) + 2.407292.'90'(0.117065) + 1.942971.'59'(0.044890) + 1.725725.'36'(0.044890) + 2.172529.'35'(0.117065) + 0.829035.'30'(0.055288) + 1.281685.'25'(0.047986) + 1.611460.'21'(0.044890) + 0.738678.'19'(0.047986) + 1.710213.'16'(0.117065) + 2.735077.'7'(0.117065) + 0.083909.'6'(0.055288) + 2.136714.'6'(0.055288) + 0.150543.'34'(0.000000) + 1.933948.'62'(0.000000) + 2.297694.'65'(0.000000) + 1.854279.'68'(0.000000) + 2.652965.'72'(0.000000) + 0.030444.'72'(0.000000) + 1.111043.'74'(0.000000) + 1.422199.'75'(0.000000) + 1.411177.'76'(0.000000) + 2.670719.'81'(0.000000) + 1.493695.'87'(0.000000) + 1.926493.'94'(0.000000) + 0.531050.'96'(0.000000) + 0.441528.'97'(0.000000) + 0) <= 6.605518 ('93') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.525602.'92'(0.044890) + 1.515803.'86'(0.055288) + 0.976964.'30'(0.055288) + 2.415421.'28'(0.044890) + 2.315996.'26'(0.044890) + 2.032811.'22'(0.055288) + 1.473279.'16'(0.117065) + 1.662487.'6'(0.055288) + 1.300374.'41'(0.000000) + 1.461032.'43'(0.000000) + 1.236381.'50'(0.000000) + 1.974750.'57'(0.000000) + 2.426716.'58'(0.000000) + 1.463471.'68'(0.000000) + 1.520294.'73'(0.000000) + 1.787750.'76'(0.000000) + 0.127668.'76'(0.000000) + 1.582301.'78'(0.000000) + 2.091996.'79'(0.000000) + 2.088225.'81'(0.000000) + 0.891293.'83'(0.000000) + 1.809023.'87'(0.000000) + 1.909719.'94'(0.000000) + 2.623823.'95'(0.000000) + 0.875209.'95'(0.000000) + 1.452183.'96'(0.000000) + 0) <= 4.144306 ('74') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.995885.'80'(0.791906) + 1.729223.'46'(0.209217) + 0.944280.'33'(0.117065) + 1.922132.'27'(0.055288) + 1.607087.'23'(0.190433) + 1.862937.'22'(0.055288) + 1.879537.'20'(0.055288) + 1.511062.'17'(0.055288) + 2.315943.'6'(0.055288) + 2.772940.'34'(0.000000) + 1.403605.'43'(0.000000) + 1.182474.'52'(0.000000) + 0.528777.'55'(0.000000) + 2.819004.'72'(0.000000) + 0.978734.'74'(0.000000) + 1.297028.'76'(0.000000) + 1.444680.'77'(0.000000) + 2.383938.'83'(0.000000) + 0.844509.'89'(0.000000) + 1.829662.'95'(0.000000) + 2.528732.'97'(0.000000) + 1.380106.'97'(0.000000) + 0) <= 4.629623 ('15') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.974841.'80'(0.791906) + 0.574715.'69'(0.055288) + 1.332501.'46'(0.209217) + 0.800404.'36'(0.044890) + 1.823797.'31'(0.055288) + 2.892431.'28'(0.044890) + 1.937621.'14'(0.047986) + 0.546540.'10'(0.047986) + 1.925044.'6'(0.055288) + 0.542132.'34'(0.000000) + 1.890463.'43'(0.000000) + 1.280956.'45'(0.000000) + 1.301749.'47'(0.000000) + 1.696964.'52'(0.000000) + 0.976693.'55'(0.000000) + 2.669001.'79'(0.000000) + 1.274806.'91'(0.000000) + 1.116902.'96'(0.000000) + 2.448290.'100'(0.000000) + 0) <= 2.259755 ('69') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.598310.'84'(0.047986) + 1.415219.'59'(0.044890) + 0.231293.'35'(0.117065) + 2.511423.'27'(0.055288) + 1.106094.'23'(0.190433) + 1.095323.'17'(0.055288) + 1.190739.'10'(0.047986) + 1.798665.'8'(0.044890) + 0.999832.'6'(0.055288) + 1.813101.'37'(0.000000) + 2.671260.'45'(0.000000) + 0.668126.'45'(0.000000) + 2.013190.'58'(0.000000) + 3.069511.'61'(0.000000) + 1.337746.'61'(0.000000) + 0.857582.'65'(0.000000) + 1.395303.'78'(0.000000) + 1.515895.'81'(0.000000) + 2.428484.'82'(0.000000) + 0.762707.'91'(0.000000) + 0) <= 7.659936 ('86') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.066306.'86'(0.055288) + 2.320893.'84'(0.047986) + 2.091477.'36'(0.044890) + 1.638725.'33'(0.117065) + 1.438849.'22'(0.055288) + 2.210482.'19'(0.047986) + 2.039572.'18'(0.304877) + 1.081318.'14'(0.047986) + 2.519726.'13'(0.047986) + 1.791372.'9'(0.047986) + 1.146782.'8'(0.044890) + 1.289588.'6'(0.055288) + 1.980664.'32'(0.000000) + 1.378765.'38'(0.000000) + 0.650123.'42'(0.000000) + 2.317051.'45'(0.000000) + 1.022056.'49'(0.000000) + 1.943786.'50'(0.000000) + 1.339427.'51'(0.000000) + 1.830205.'66'(0.000000) + 2.149247.'70'(0.000000) + 1.333859.'72'(0.000000) + 2.177736.'79'(0.000000) + 0.909688.'81'(0.000000) + 1.783252.'88'(0.000000) + 1.734579.'89'(0.000000) + 0) <= 9.962723 ('47') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.412650.'93'(0.055288) + 1.228552.'86'(0.055288) + 1.120772.'71'(0.055288) + 1.407066.'46'(0.209217) + 0.642929.'33'(0.117065) + 1.766014.'26'(0.044890) + 0.254719.'24'(0.117065) + 0.725444.'23'(0.190433) + 0.400464.'22'(0.055288) + 2.102888.'20'(0.055288) + 1.363561.'19'(0.047986) + 1.508905.'17'(0.055288) + 1.434009.'15'(0.190433) + 1.700165.'14'(0.047986) + 1.729933.'7'(0.117065) + 1.848821.'38'(0.000000) + 2.259168.'41'(0.000000) + 1.339934.'48'(0.000000) + 1.838852.'53'(0.000000) + 1.859825.'63'(0.000000) + 1.438401.'66'(0.000000) + 2.268951.'75'(0.000000) + 0.186674.'78'(0.000000) + 2.742332.'79'(0.000000) + 1.093597.'82'(0.000000) + 1.642824.'85'(0.000000) + 1.524628.'91'(0.000000) + 1.879130.'99'(0.000000) + 1.357996.'99'(0.000000) + 1.577473.'100'(0.000000) + 0) <= 8.306240 ('85') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.206567.'71'(0.055288) + 0.913361.'46'(0.209217) + 2.374429.'25'(0.047986) + 0.384278.'22'(0.055288) + 1.116418.'20'(0.055288) + 2.024171.'12'(0.117065) + 2.405929.'10'(0.047986) + 1.116285.'7'(0.117065) + 1.264747.'39'(0.000000) + 1.610754.'42'(0.000000) + 1.720533.'47'(0.000000) + 1.959283.'50'(0.000000) + 1.677699.'52'(0.000000) + 1.507682.'57'(0.000000) + 0.832505.'58'(0.000000) + 2.376772.'63'(0.000000) + 1.541993.'64'(0.000000) + 1.706966.'66'(0.000000) + 1.447577.'77'(0.000000) + 1.612099.'83'(0.000000) + 1.771570.'88'(0.000000) + 1.049282.'96'(0.000000) + 1.530368.'98'(0.000000) + 0) <= 7.561237 ('27') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.961206.'80'(0.791906) + 1.726592.'36'(0.044890) + 2.040304.'31'(0.055288) + 0.636330.'28'(0.044890) + 1.391929.'26'(0.044890) + 0.749194.'22'(0.055288) + 2.206310.'21'(0.044890) + 1.602486.'15'(0.190433) + 2.647214.'8'(0.044890) + 2.427919.'40'(0.000000) + 2.514726.'42'(0.000000) + 1.684779.'45'(0.000000) + 0.586686.'47'(0.000000) + 0.870237.'48'(0.000000) + 1.899155.'57'(0.000000) + 0.612027.'58'(0.000000) + 1.907445.'61'(0.000000) + 0.177677.'61'(0.000000) + 2.796177.'64'(0.000000) + 1.642403.'65'(0.000000) + 0.960653.'67'(0.000000) + 1.034436.'79'(0.000000) + 2.610954.'88'(0.000000) + 0.944979.'95'(0.000000) + 0) <= 4.825151 ('10') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.912308.'92'(0.044890) + 0.915705.'90'(0.117065) + 2.168967.'80'(0.791906) + 0.657579.'69'(0.055288) + 2.397194.'26'(0.044890) + 0.870350.'22'(0.055288) + 1.949436.'19'(0.047986) + 1.151465.'13'(0.047986) + 2.137788.'9'(0.047986) + 2.449150.'8'(0.044890) + 2.158956.'37'(0.000000) + 1.300858.'38'(0.000000) + 1.897731.'39'(0.000000) + 2.176235.'42'(0.000000) + 1.250835.'54'(0.000000) + 1.461990.'56'(0.000000) + 1.115063.'58'(0.000000) + 1.295602.'81'(0.000000) + 1.417406.'83'(0.000000) + 1.099712.'88'(0.000000) + 1.495819.'96'(0.000000) + 0) <= 3.025710 ('41') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.665020.'92'(0.044890) + 1.480473.'46'(0.209217) + 0.470530.'36'(0.044890) + 1.003392.'26'(0.044890) + 2.574079.'25'(0.047986) + 0.669701.'23'(0.190433) + 1.621913.'22'(0.055288) + 1.380947.'21'(0.044890) + 2.452614.'16'(0.117065) + 1.127217.'15'(0.190433) + 0.969385.'14'(0.047986) + 0.473951.'13'(0.047986) + 1.145305.'8'(0.044890) + 2.765847.'29'(0.000000) + 0.019038.'29'(0.000000) + 2.334906.'42'(0.000000) + 0.469126.'44'(0.000000) + 1.147367.'45'(0.000000) + 2.051406.'47'(0.000000) + 1.695888.'49'(0.000000) + 1.769254.'51'(0.000000) + 1.453268.'54'(0.000000) + 1.154174.'57'(0.000000) + 1.768824.'64'(0.000000) + 1.779213.'65'(0.000000) + 0.555345.'66'(0.000000) + 1.016665.'70'(0.000000) + 1.981623.'73'(0.000000) + 2.014196.'76'(0.000000) + 0.673831.'78'(0.000000) + 0.073305.'78'(0.000000) + 0.558228.'96'(0.000000) + 0.608117.'98'(0.000000) + 0) <= 8.945158 ('22') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.813346.'93'(0.055288) + 1.873278.'90'(0.117065) + 1.555172.'80'(0.791906) + 1.173901.'71'(0.055288) + 1.561320.'20'(0.055288) + 1.159087.'19'(0.047986) + 1.516358.'10'(0.047986) + 1.543195.'8'(0.044890) + 2.740180.'34'(0.000000) + 0.144320.'43'(0.000000) + 2.496512.'50'(0.000000) + 1.713052.'51'(0.000000) + 0.822626.'57'(0.000000) + 1.713926.'60'(0.000000) + 1.857471.'68'(0.000000) + 1.714360.'73'(0.000000) + 1.460974.'96'(0.000000) + 0) <= 8.543692 ('24') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.546842.'93'(0.055288) + 1.829994.'30'(0.055288) + 1.591259.'24'(0.117065) + 0.966971.'23'(0.190433) + 1.403624.'13'(0.047986) + 0.971602.'11'(0.055288) + 0.568619.'10'(0.047986) + 2.092149.'9'(0.047986) + 2.544748.'37'(0.000000) + 0.643433.'47'(0.000000) + 2.868083.'56'(0.000000) + 1.453614.'56'(0.000000) + 1.790030.'58'(0.000000) + 1.930385.'62'(0.000000) + 2.326764.'74'(0.000000) + 1.139492.'79'(0.000000) + 2.110530.'82'(0.000000) + 2.310846.'85'(0.000000) + 1.467795.'94'(0.000000) + 2.733339.'100'(0.000000) + 0) <= 9.700819 ('61') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.519064.'92'(0.044890) + 1.804631.'84'(0.047986) + 0.964907.'36'(0.044890) + 1.128670.'33'(0.117065) + 1.619989.'31'(0.055288) + 0.365190.'23'(0.190433) + 1.728453.'19'(0.047986) + 1.451992.'9'(0.047986) + 1.492229.'48'(0.000000) + 0.763782.'49'(0.000000) + 0.918613.'51'(0.000000) + 1.288651.'53'(0.000000) + 0.897472.'53'(0.000000) + 0.095817.'63'(0.000000) + 1.935051.'64'(0.000000) + 1.768565.'65'(0.000000) + 0.975528.'66'(0.000000) + 1.254881.'75'(0.000000) + 1.211141.'81'(0.000000) + 0) <= 6.669880 ('43') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.324535.'84'(0.047986) + 2.354194.'31'(0.055288) + 2.413474.'25'(0.047986) + 1.063528.'21'(0.044890) + 2.049545.'20'(0.055288) + 2.653299.'18'(0.304877) + 2.242805.'15'(0.190433) + 1.237890.'12'(0.117065) + 2.423931.'9'(0.047986) + 1.042719.'41'(0.000000) + 2.349387.'44'(0.000000) + 1.266915.'49'(0.000000) + 1.040446.'57'(0.000000) + 0.875616.'62'(0.000000) + 1.892589.'67'(0.000000) + 1.758098.'68'(0.000000) + 2.540498.'72'(0.000000) + 1.185819.'74'(0.000000) + 2.290587.'75'(0.000000) + 0.941357.'94'(0.000000) + 0.001230.'96'(0.000000) + 0) <= 8.884035 ('67') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.323284.'86'(0.055288) + 1.357421.'80'(0.791906) + 1.312497.'71'(0.055288) + 1.882790.'59'(0.044890) + 1.902174.'36'(0.044890) + 1.797959.'22'(0.055288) + 1.501409.'17'(0.055288) + 1.742074.'13'(0.047986) + 1.832414.'11'(0.055288) + 0.924333.'10'(0.047986) + 1.602327.'9'(0.047986) + 2.402694.'34'(0.000000) + 1.836497.'37'(0.000000) + 0.787402.'38'(0.000000) + 0.616011.'40'(0.000000) + 2.113587.'45'(0.000000) + 1.086804.'50'(0.000000) + 0.652057.'53'(0.000000) + 1.255674.'62'(0.000000) + 1.170493.'67'(0.000000) + 1.905523.'70'(0.000000) + 2.491803.'81'(0.000000) + 1.778527.'94'(0.000000) + 0) <= 7.849862 ('57') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.206564.'90'(0.117065) + 2.441760.'69'(0.055288) + 1.334176.'18'(0.304877) + 2.527505.'11'(0.055288) + 0.620144.'10'(0.047986) + 1.668318.'39'(0.000000) + 0.243228.'47'(0.000000) + 0.923334.'56'(0.000000) + 0.994109.'57'(0.000000) + 0.761234.'66'(0.000000) + 2.258152.'68'(0.000000) + 1.648059.'87'(0.000000) + 2.170391.'98'(0.000000) + 0.723128.'98'(0.000000) + 1.674087.'100'(0.000000) + 0) <= 4.762612 ('12') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.794858.'86'(0.055288) + 1.031762.'59'(0.044890) + 2.322770.'36'(0.044890) + 1.318343.'24'(0.117065) + 1.517861.'18'(0.304877) + 0.290791.'13'(0.047986) + 1.034633.'13'(0.047986) + 1.525300.'12'(0.117065) + 2.318784.'10'(0.047986) + 2.124514.'49'(0.000000) + 1.923642.'60'(0.000000) + 0.512762.'63'(0.000000) + 1.610356.'65'(0.000000) + 1.032599.'65'(0.000000) + 1.373233.'79'(0.000000) + 1.617284.'89'(0.000000) + 2.308838.'94'(0.000000) + 0) <= 7.265772 ('32') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.110255.'90'(0.117065) + 2.300107.'71'(0.055288) + 2.716882.'59'(0.044890) + 0.489012.'31'(0.055288) + 2.013788.'22'(0.055288) + 2.144970.'21'(0.044890) + 1.366601.'10'(0.047986) + 2.638526.'29'(0.000000) + 0.840719.'29'(0.000000) + 1.750788.'32'(0.000000) + 1.786540.'41'(0.000000) + 1.981757.'42'(0.000000) + 2.121992.'48'(0.000000) + 1.497867.'49'(0.000000) + 2.697076.'50'(0.000000) + 2.245378.'53'(0.000000) + 0.902946.'54'(0.000000) + 1.558091.'62'(0.000000) + 1.865536.'73'(0.000000) + 1.577022.'77'(0.000000) + 2.284339.'87'(0.000000) + 0) <= 5.727557 ('33') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.193259.'86'(0.055288) + 1.507502.'69'(0.055288) + 1.289859.'46'(0.209217) + 2.126131.'25'(0.047986) + 0.471549.'19'(0.047986) + 1.404384.'16'(0.117065) + 1.356995.'12'(0.117065) + 1.711846.'10'(0.047986) + 1.797661.'29'(0.000000) + 0.685318.'38'(0.000000) + 0.926276.'51'(0.000000) + 0.807888.'52'(0.000000) + 1.879972.'55'(0.000000) + 1.092319.'77'(0.000000) + 2.284440.'87'(0.000000) + 2.201264.'88'(0.000000) + 0) <= 7.895376 ('42') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.920878.'71'(0.055288) + 2.120367.'35'(0.117065) + 1.571760.'30'(0.055288) + 1.068056.'27'(0.055288) + 1.062763.'18'(0.304877) + 1.534697.'12'(0.117065) + 1.334102.'11'(0.055288) + 2.334802.'29'(0.000000) + 2.313773.'32'(0.000000) + 1.153322.'39'(0.000000) + 2.539681.'42'(0.000000) + 0.681755.'48'(0.000000) + 0.545601.'49'(0.000000) + 1.734051.'61'(0.000000) + 2.299416.'67'(0.000000) + 1.709428.'75'(0.000000) + 1.139664.'88'(0.000000) + 2.102309.'89'(0.000000) + 1.961687.'94'(0.000000) + 1.589716.'95'(0.000000) + 1.742335.'98'(0.000000) + 0) <= 4.503601 ('17') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.086633.'80'(0.791906) + 2.868732.'30'(0.055288) + 0.940631.'20'(0.055288) + 1.598819.'12'(0.117065) + 1.533583.'11'(0.055288) + 0.967623.'40'(0.000000) + 2.097747.'44'(0.000000) + 0.458645.'50'(0.000000) + 1.931597.'52'(0.000000) + 1.484039.'53'(0.000000) + 1.158797.'55'(0.000000) + 1.475878.'57'(0.000000) + 1.213707.'58'(0.000000) + 1.815026.'73'(0.000000) + 1.471015.'74'(0.000000) + 1.376436.'75'(0.000000) + 0) <= 9.100579 ('44') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.468236.'93'(0.055288) + 0.869163.'86'(0.055288) + 1.038984.'71'(0.055288) + 0.449236.'59'(0.044890) + 1.744359.'46'(0.209217) + 0.381464.'20'(0.055288) + 0.551254.'14'(0.047986) + 2.540524.'12'(0.117065) + 1.219714.'29'(0.000000) + 1.141493.'40'(0.000000) + 2.142830.'41'(0.000000) + 0.895934.'42'(0.000000) + 0.283213.'51'(0.000000) + 0.609839.'62'(0.000000) + 0.649684.'66'(0.000000) + 1.295706.'67'(0.000000) + 1.275735.'75'(0.000000) + 1.953164.'83'(0.000000) + 1.248862.'85'(0.000000) + 0.715652.'87'(0.000000) + 2.552627.'99'(0.000000) + 0) <= 2.295941 ('94') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.391930.'84'(0.047986) + 1.400575.'31'(0.055288) + 1.500836.'27'(0.055288) + 1.290566.'20'(0.055288) + 1.309079.'15'(0.190433) + 2.126781.'34'(0.000000) + 0.604393.'40'(0.000000) + 1.055336.'42'(0.000000) + 1.390643.'47'(0.000000) + 2.124412.'48'(0.000000) + 1.717747.'49'(0.000000) + 2.691948.'56'(0.000000) + 1.795148.'64'(0.000000) + 1.543589.'70'(0.000000) + 1.727027.'77'(0.000000) + 1.685735.'79'(0.000000) + 1.410272.'96'(0.000000) + 1.975414.'98'(0.000000) + 0) <= 7.059736 ('87') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.269389.'84'(0.047986) + 1.247895.'59'(0.044890) + 2.002246.'46'(0.209217) + 1.541989.'35'(0.117065) + 1.513922.'23'(0.190433) + 1.237635.'21'(0.044890) + 1.763666.'18'(0.304877) + 2.235262.'16'(0.117065) + 2.023046.'32'(0.000000) + 1.052758.'39'(0.000000) + 2.536237.'40'(0.000000) + 2.428606.'55'(0.000000) + 2.487193.'56'(0.000000) + 1.995774.'60'(0.000000) + 1.573296.'61'(0.000000) + 1.391325.'61'(0.000000) + 2.406813.'73'(0.000000) + 1.291131.'73'(0.000000) + 1.062808.'75'(0.000000) + 1.974544.'77'(0.000000) + 2.086177.'83'(0.000000) + 3.196871.'85'(0.000000) + 0.416575.'85'(0.000000) + 2.066667.'91'(0.000000) + 1.014619.'91'(0.000000) + 0) <= 5.471863 ('96') -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:759: [surf_maxmin/DEBUG] Variables -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '93'(1.000000) : 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '92'(1.000000) : 0.044890 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '90'(1.000000) : 0.117065 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '86'(1.000000) : 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '84'(1.000000) : 0.047986 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '80'(1.000000) : 0.791906 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '71'(1.000000) : 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '69'(1.000000) : 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '59'(1.000000) : 0.044890 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '46'(1.000000) : 0.209217 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '36'(1.000000) : 0.044890 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '35'(1.000000) : 0.117065 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '33'(1.000000) : 0.117065 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '31'(1.000000) : 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '30'(1.000000) : 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '28'(1.000000) : 0.044890 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '27'(1.000000) : 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '26'(1.000000) : 0.044890 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '25'(1.000000) : 0.047986 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '24'(1.000000) : 0.117065 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '23'(1.000000) : 0.190433 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '22'(1.000000) : 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '21'(1.000000) : 0.044890 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '20'(1.000000) : 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '19'(1.000000) : 0.047986 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '18'(1.000000) : 0.304877 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '17'(1.000000) : 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '16'(1.000000) : 0.117065 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '15'(1.000000) : 0.190433 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '14'(1.000000) : 0.047986 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '13'(1.000000) : 0.047986 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '12'(1.000000) : 0.117065 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '11'(1.000000) : 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '10'(1.000000) : 0.047986 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '9'(1.000000) : 0.047986 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '8'(1.000000) : 0.044890 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '7'(1.000000) : 0.117065 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '6'(1.000000) : 0.055288 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '5'(1.000000) : 0.117065 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '4'(1.000000) : 0.047986 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '3'(1.000000) : 0.047986 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '2'(1.000000) : 0.044890 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '1'(1.000000) : 0.044890 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '29'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '32'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '34'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '37'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '38'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '39'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '40'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '41'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '42'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '43'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '44'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '45'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '47'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '48'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '49'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '50'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '51'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '52'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '53'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '54'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '55'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '56'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '57'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '58'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '60'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '61'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '62'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '63'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '64'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '65'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '66'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '67'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '68'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '70'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '72'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '73'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '74'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '75'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '76'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '77'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '78'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '79'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '81'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '82'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '83'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '85'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '87'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '88'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '89'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '91'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '94'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '95'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '96'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '97'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '98'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '99'(0.000000) : 0.000000 -> [0.000000] /home/user/awork/MpiEnv/simgrid/myfork/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '100'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:91: [surf_maxmin/DEBUG] Setting selective_update_active flag to 1 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:802: [surf_maxmin/DEBUG] Active constraints : 100 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '91' usage: 15.336861 remaining: 1.309560 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '19' usage: 21.150663 remaining: 9.333078 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '88' usage: 15.414276 remaining: 5.912085 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '81' usage: 13.341882 remaining: 0.598915 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '71' usage: 11.245866 remaining: 8.001531 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '26' usage: 11.961868 remaining: 2.955288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '84' usage: 20.217164 remaining: 4.161934 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '13' usage: 14.840373 remaining: 9.724278 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '100' usage: 18.414674 remaining: 5.860197 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '59' usage: 27.188734 remaining: 6.346737 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '49' usage: 16.697056 remaining: 7.945151 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '70' usage: 16.417642 remaining: 6.030240 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '28' usage: 25.740013 remaining: 1.357979 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '9' usage: 14.808751 remaining: 9.850524 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '80' usage: 16.513591 remaining: 4.568675 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '5' usage: 12.899801 remaining: 4.922703 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '89' usage: 8.881357 remaining: 9.216183 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '1' usage: 15.853143 remaining: 4.962404 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '82' usage: 29.073925 remaining: 3.432112 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '40' usage: 18.557807 remaining: 7.264221 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '36' usage: 12.902203 remaining: 4.275888 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '16' usage: 22.138864 remaining: 4.571216 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '55' usage: 21.312649 remaining: 9.228782 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '95' usage: 8.053049 remaining: 8.989123 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '83' usage: 30.130490 remaining: 2.566833 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '6' usage: 15.130665 remaining: 9.908364 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '31' usage: 13.631341 remaining: 3.566599 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '66' usage: 17.934429 remaining: 1.296372 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '35' usage: 9.476636 remaining: 1.779942 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '30' usage: 10.383270 remaining: 9.663450 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '3' usage: 21.594224 remaining: 9.945641 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '21' usage: 14.200117 remaining: 4.097251 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '56' usage: 5.317694 remaining: 1.401378 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '18' usage: 20.666551 remaining: 4.424978 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '62' usage: 7.532737 remaining: 5.084575 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '46' usage: 5.560071 remaining: 3.653602 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '64' usage: 18.429177 remaining: 8.312719 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '73' usage: 18.588931 remaining: 1.595101 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '37' usage: 20.191938 remaining: 1.343049 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '25' usage: 16.057167 remaining: 8.278164 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '52' usage: 17.180351 remaining: 1.605618 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '98' usage: 19.929440 remaining: 5.488930 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '68' usage: 14.262366 remaining: 6.434422 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '4' usage: 23.671334 remaining: 9.935049 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '29' usage: 12.200379 remaining: 0.585453 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '7' usage: 21.825846 remaining: 4.891763 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '75' usage: 16.103069 remaining: 1.821940 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '99' usage: 11.453228 remaining: 6.644015 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '2' usage: 15.940883 remaining: 4.954696 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '45' usage: 16.808121 remaining: 4.884471 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '20' usage: 29.331781 remaining: 9.225040 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '60' usage: 14.468790 remaining: 5.961630 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '79' usage: 18.300273 remaining: 4.685810 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '63' usage: 21.705818 remaining: 8.363707 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '8' usage: 12.819394 remaining: 9.872597 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '53' usage: 15.091120 remaining: 2.357095 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '58' usage: 17.444896 remaining: 5.641394 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '77' usage: 18.852235 remaining: 8.061098 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '78' usage: 10.011240 remaining: 7.407568 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '38' usage: 18.017688 remaining: 2.913811 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '39' usage: 17.904783 remaining: 8.909551 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '92' usage: 22.098655 remaining: 5.522559 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '65' usage: 11.941260 remaining: 7.362310 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '23' usage: 13.877419 remaining: 3.763032 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '51' usage: 16.171604 remaining: 8.119913 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '54' usage: 11.573680 remaining: 8.836129 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '72' usage: 20.608332 remaining: 8.092736 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '50' usage: 16.437125 remaining: 8.200807 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '76' usage: 9.052782 remaining: 1.026905 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '34' usage: 14.300775 remaining: 3.913620 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '14' usage: 16.140626 remaining: 9.680259 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '90' usage: 26.626576 remaining: 6.623750 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '97' usage: 8.927363 remaining: 5.798078 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '48' usage: 17.343711 remaining: 8.274947 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '11' usage: 13.214684 remaining: 9.796025 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '93' usage: 20.036288 remaining: 6.605518 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '74' usage: 12.918363 remaining: 4.144306 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '15' usage: 15.768084 remaining: 4.629623 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '69' usage: 12.807895 remaining: 2.259755 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '86' usage: 11.946898 remaining: 7.659936 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '47' usage: 20.635091 remaining: 9.962723 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '85' usage: 18.798071 remaining: 8.306240 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '27' usage: 11.541438 remaining: 7.561237 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '10' usage: 14.961565 remaining: 4.825151 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '41' usage: 15.609941 remaining: 3.025710 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '22' usage: 18.034528 remaining: 8.945158 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '24' usage: 12.195657 remaining: 8.543692 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '61' usage: 10.971060 remaining: 9.700819 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '43' usage: 11.582895 remaining: 6.669880 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '67' usage: 17.763201 remaining: 8.884035 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '57' usage: 17.178682 remaining: 7.849862 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '12' usage: 9.130149 remaining: 4.762612 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '32' usage: 12.155103 remaining: 7.265772 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '33' usage: 12.141615 remaining: 5.727557 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '42' usage: 11.061523 remaining: 7.895376 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '17' usage: 10.612624 remaining: 4.503601 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '44' usage: 9.028397 remaining: 9.100579 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '94' usage: 9.043221 remaining: 2.295941 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '87' usage: 6.892986 remaining: 7.059736 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:844: [surf_maxmin/DEBUG] Constraint '96' usage: 12.812003 remaining: 5.471863 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=1, var->bound=-1.000000, var->weight=1.000000, min_usage=0.044890, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=2, var->bound=-1.000000, var->weight=1.000000, min_usage=0.044890, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=8, var->bound=-1.000000, var->weight=1.000000, min_usage=0.044890, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=21, var->bound=-1.000000, var->weight=1.000000, min_usage=0.044890, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=26, var->bound=-1.000000, var->weight=1.000000, min_usage=0.044890, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=28, var->bound=-1.000000, var->weight=1.000000, min_usage=0.044890, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=36, var->bound=-1.000000, var->weight=1.000000, min_usage=0.044890, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=59, var->bound=-1.000000, var->weight=1.000000, min_usage=0.044890, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=92, var->bound=-1.000000, var->weight=1.000000, min_usage=0.044890, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (1) value to 0.044890 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.044890, Var(1)->weight: 1.000000, Var(1)->value: 0.044890 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (2) value to 0.044890 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.044890, Var(2)->weight: 1.000000, Var(2)->value: 0.044890 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (8) value to 0.044890 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.044890, Var(8)->weight: 1.000000, Var(8)->value: 0.044890 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (21) value to 0.044890 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.044890, Var(21)->weight: 1.000000, Var(21)->value: 0.044890 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (26) value to 0.044890 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.044890, Var(26)->weight: 1.000000, Var(26)->value: 0.044890 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (28) value to 0.044890 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.044890, Var(28)->weight: 1.000000, Var(28)->value: 0.044890 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (36) value to 0.044890 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.044890, Var(36)->weight: 1.000000, Var(36)->value: 0.044890 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (59) value to 0.044890 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.044890, Var(59)->weight: 1.000000, Var(59)->value: 0.044890 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (92) value to 0.044890 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.044890, Var(92)->weight: 1.000000, Var(92)->value: 0.044890 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 100 || usage: 0.000000 remaining: 0.000000 bound: 0.598915 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=3, var->bound=-1.000000, var->weight=1.000000, min_usage=0.047986, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=4, var->bound=-1.000000, var->weight=1.000000, min_usage=0.047986, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=9, var->bound=-1.000000, var->weight=1.000000, min_usage=0.047986, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=10, var->bound=-1.000000, var->weight=1.000000, min_usage=0.047986, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=13, var->bound=-1.000000, var->weight=1.000000, min_usage=0.047986, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=14, var->bound=-1.000000, var->weight=1.000000, min_usage=0.047986, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=19, var->bound=-1.000000, var->weight=1.000000, min_usage=0.047986, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=25, var->bound=-1.000000, var->weight=1.000000, min_usage=0.047986, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=84, var->bound=-1.000000, var->weight=1.000000, min_usage=0.047986, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (3) value to 0.047986 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.047986, Var(3)->weight: 1.000000, Var(3)->value: 0.047986 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (4) value to 0.047986 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.047986, Var(4)->weight: 1.000000, Var(4)->value: 0.047986 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (9) value to 0.047986 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.047986, Var(9)->weight: 1.000000, Var(9)->value: 0.047986 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (10) value to 0.047986 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.047986, Var(10)->weight: 1.000000, Var(10)->value: 0.047986 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (13) value to 0.047986 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.047986, Var(13)->weight: 1.000000, Var(13)->value: 0.047986 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (14) value to 0.047986 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.047986, Var(14)->weight: 1.000000, Var(14)->value: 0.047986 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (19) value to 0.047986 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.047986, Var(19)->weight: 1.000000, Var(19)->value: 0.047986 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (25) value to 0.047986 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.047986, Var(25)->weight: 1.000000, Var(25)->value: 0.047986 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (84) value to 0.047986 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.047986, Var(84)->weight: 1.000000, Var(84)->value: 0.047986 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 44 cnst_light_num: 99 || usage: 0.000000 remaining: 0.000000 bound: 0.585453 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=6, var->bound=-1.000000, var->weight=1.000000, min_usage=0.055288, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=11, var->bound=-1.000000, var->weight=1.000000, min_usage=0.055288, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=17, var->bound=-1.000000, var->weight=1.000000, min_usage=0.055288, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=20, var->bound=-1.000000, var->weight=1.000000, min_usage=0.055288, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=22, var->bound=-1.000000, var->weight=1.000000, min_usage=0.055288, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=27, var->bound=-1.000000, var->weight=1.000000, min_usage=0.055288, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=30, var->bound=-1.000000, var->weight=1.000000, min_usage=0.055288, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=31, var->bound=-1.000000, var->weight=1.000000, min_usage=0.055288, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=69, var->bound=-1.000000, var->weight=1.000000, min_usage=0.055288, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=71, var->bound=-1.000000, var->weight=1.000000, min_usage=0.055288, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=86, var->bound=-1.000000, var->weight=1.000000, min_usage=0.055288, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=93, var->bound=-1.000000, var->weight=1.000000, min_usage=0.055288, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (6) value to 0.055288 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.055288, Var(6)->weight: 1.000000, Var(6)->value: 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (11) value to 0.055288 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.055288, Var(11)->weight: 1.000000, Var(11)->value: 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (17) value to 0.055288 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.055288, Var(17)->weight: 1.000000, Var(17)->value: 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (20) value to 0.055288 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.055288, Var(20)->weight: 1.000000, Var(20)->value: 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 23 cnst_light_num: 98 || usage: 0.000000 remaining: 8.609262 bound: 8.989123 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (22) value to 0.055288 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.055288, Var(22)->weight: 1.000000, Var(22)->value: 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (27) value to 0.055288 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.055288, Var(27)->weight: 1.000000, Var(27)->value: 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (30) value to 0.055288 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.055288, Var(30)->weight: 1.000000, Var(30)->value: 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (31) value to 0.055288 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.055288, Var(31)->weight: 1.000000, Var(31)->value: 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (69) value to 0.055288 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.055288, Var(69)->weight: 1.000000, Var(69)->value: 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 35 cnst_light_num: 97 || usage: 0.000000 remaining: 3.376207 bound: 3.653602 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (71) value to 0.055288 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.055288, Var(71)->weight: 1.000000, Var(71)->value: 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (86) value to 0.055288 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.055288, Var(86)->weight: 1.000000, Var(86)->value: 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 5 cnst_light_num: 96 || usage: 0.000000 remaining: 2.349309 bound: 2.955288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (93) value to 0.055288 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.055288, Var(93)->weight: 1.000000, Var(93)->value: 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 12 cnst_light_num: 95 || usage: 0.000000 remaining: 0.000000 bound: 1.357979 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=5, var->bound=-1.000000, var->weight=1.000000, min_usage=0.117065, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=7, var->bound=-1.000000, var->weight=1.000000, min_usage=0.117065, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=12, var->bound=-1.000000, var->weight=1.000000, min_usage=0.117065, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=16, var->bound=-1.000000, var->weight=1.000000, min_usage=0.117065, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=24, var->bound=-1.000000, var->weight=1.000000, min_usage=0.117065, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=33, var->bound=-1.000000, var->weight=1.000000, min_usage=0.117065, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=35, var->bound=-1.000000, var->weight=1.000000, min_usage=0.117065, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=90, var->bound=-1.000000, var->weight=1.000000, min_usage=0.117065, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (5) value to 0.117065 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.117065, Var(5)->weight: 1.000000, Var(5)->value: 0.117065 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (7) value to 0.117065 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.117065, Var(7)->weight: 1.000000, Var(7)->value: 0.117065 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 34 cnst_light_num: 94 || usage: 0.000000 remaining: 4.674700 bound: 5.084575 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (12) value to 0.117065 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.117065, Var(12)->weight: 1.000000, Var(12)->value: 0.117065 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (16) value to 0.117065 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.117065, Var(16)->weight: 1.000000, Var(16)->value: 0.117065 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 76 cnst_light_num: 93 || usage: 0.000000 remaining: 3.393722 bound: 4.144306 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (24) value to 0.117065 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.117065, Var(24)->weight: 1.000000, Var(24)->value: 0.117065 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 59 cnst_light_num: 92 || usage: 0.000000 remaining: 1.838811 bound: 2.913811 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 64 cnst_light_num: 91 || usage: 0.000000 remaining: 6.954921 bound: 8.119913 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (33) value to 0.117065 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.117065, Var(33)->weight: 1.000000, Var(33)->value: 0.117065 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 8 cnst_light_num: 90 || usage: 0.000000 remaining: 4.240822 bound: 5.860197 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (35) value to 0.117065 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.117065, Var(35)->weight: 1.000000, Var(35)->value: 0.117065 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 47 cnst_light_num: 89 || usage: 0.000000 remaining: 5.693363 bound: 6.644015 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 58 cnst_light_num: 88 || usage: 0.000000 remaining: 6.633330 bound: 7.407568 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 87 || usage: 0.000000 remaining: 4.711199 bound: 5.912085 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (90) value to 0.117065 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.117065, Var(90)->weight: 1.000000, Var(90)->value: 0.117065 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 68 cnst_light_num: 86 || usage: 0.000000 remaining: 0.349012 bound: 1.026905 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 24 cnst_light_num: 85 || usage: 0.000000 remaining: 0.000000 bound: 2.566833 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 62 cnst_light_num: 84 || usage: 0.000000 remaining: 6.443685 bound: 7.362310 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 10 cnst_light_num: 83 || usage: 0.000000 remaining: 6.799781 bound: 7.945151 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 38 cnst_light_num: 82 || usage: 0.000000 remaining: 0.064348 bound: 1.343049 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 40 cnst_light_num: 81 || usage: 0.000000 remaining: 0.431111 bound: 1.605618 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 34 cnst_light_num: 80 || usage: 0.000000 remaining: 5.048214 bound: 5.727557 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 28 cnst_light_num: 79 || usage: 0.000000 remaining: 1.151895 bound: 1.779942 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 70 cnst_light_num: 78 || usage: 0.000000 remaining: 8.718502 bound: 9.680259 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 75 cnst_light_num: 77 || usage: 0.000000 remaining: 4.969029 bound: 6.605518 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=15, var->bound=-1.000000, var->weight=1.000000, min_usage=0.190433, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=23, var->bound=-1.000000, var->weight=1.000000, min_usage=0.190433, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (15) value to 0.190433 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.190433, Var(15)->weight: 1.000000, Var(15)->value: 0.190433 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 22 cnst_light_num: 76 || usage: 0.000000 remaining: 7.654558 bound: 9.228782 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 48 cnst_light_num: 75 || usage: 0.000000 remaining: 3.624238 bound: 4.954696 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 63 cnst_light_num: 74 || usage: 0.000000 remaining: 2.514292 bound: 3.763032 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 44 cnst_light_num: 73 || usage: 0.000000 remaining: 6.511883 bound: 7.059736 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 9 cnst_light_num: 72 || usage: 0.000000 remaining: 4.476793 bound: 6.346737 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 69 cnst_light_num: 71 || usage: 0.000000 remaining: 2.520482 bound: 3.913620 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (23) value to 0.190433 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.190433, Var(23)->weight: 1.000000, Var(23)->value: 0.190433 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 34 cnst_light_num: 70 || usage: 0.000000 remaining: 6.889426 bound: 7.659936 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 30 cnst_light_num: 69 || usage: 0.000000 remaining: 8.150259 bound: 9.945641 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 47 cnst_light_num: 68 || usage: 0.000000 remaining: 5.983031 bound: 6.669880 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 58 cnst_light_num: 67 || usage: 0.000000 remaining: 8.894942 bound: 9.700819 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 45 cnst_light_num: 66 || usage: 0.000000 remaining: 3.249285 bound: 4.891763 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 31 cnst_light_num: 65 || usage: 0.000000 remaining: 2.890041 bound: 4.097251 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 44 cnst_light_num: 64 || usage: 0.000000 remaining: 4.949836 bound: 5.798078 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 11 cnst_light_num: 63 || usage: 0.000000 remaining: 4.956720 bound: 6.030240 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 61 cnst_light_num: 62 || usage: 0.000000 remaining: 3.961606 bound: 5.522559 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 37 cnst_light_num: 61 || usage: 0.000000 remaining: 0.000000 bound: 1.595101 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 57 cnst_light_num: 60 || usage: 0.000000 remaining: 6.338777 bound: 8.061098 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=46, var->bound=-1.000000, var->weight=1.000000, min_usage=0.209217, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (46) value to 0.209217 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.209217, Var(46)->weight: 1.000000, Var(46)->value: 0.209217 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 23 cnst_light_num: 59 || usage: 0.000000 remaining: 1.379202 bound: 2.295941 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 37 cnst_light_num: 58 || usage: 0.000000 remaining: 7.247186 bound: 8.909551 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 15 cnst_light_num: 57 || usage: 0.000000 remaining: 3.805275 bound: 4.922703 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 49 cnst_light_num: 56 || usage: 0.000000 remaining: 3.649052 bound: 4.884471 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 27 cnst_light_num: 55 || usage: 0.000000 remaining: 0.000000 bound: 1.296372 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 7 cnst_light_num: 54 || usage: 0.000000 remaining: 8.464623 bound: 9.724278 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 30 cnst_light_num: 53 || usage: 0.000000 remaining: 7.424457 bound: 8.945158 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 17 cnst_light_num: 52 || usage: 0.000000 remaining: 3.827787 bound: 4.962404 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 12 cnst_light_num: 51 || usage: 0.000000 remaining: 6.946136 bound: 7.895376 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 23 cnst_light_num: 50 || usage: 0.000000 remaining: 6.399260 bound: 8.092736 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 47 cnst_light_num: 49 || usage: 0.000000 remaining: 6.702809 bound: 8.200807 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 10 cnst_light_num: 48 || usage: 0.000000 remaining: 6.623437 bound: 7.561237 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 6 cnst_light_num: 47 || usage: 0.000000 remaining: 3.079945 bound: 4.161934 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 38 cnst_light_num: 46 || usage: 0.000000 remaining: 6.636912 bound: 8.306240 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=18, var->bound=-1.000000, var->weight=1.000000, min_usage=0.304877, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (18) value to 0.304877 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.304877, Var(18)->weight: 1.000000, Var(18)->value: 0.304877 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 19 cnst_light_num: 45 || usage: 0.000000 remaining: 5.614609 bound: 7.264221 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 44 || usage: 0.000000 remaining: 0.000000 bound: 1.309560 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 29 cnst_light_num: 43 || usage: 0.000000 remaining: 8.294554 bound: 9.663450 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 41 cnst_light_num: 42 || usage: 0.000000 remaining: 3.900017 bound: 5.488930 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 37 cnst_light_num: 41 || usage: 0.000000 remaining: 3.793039 bound: 4.762612 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 37 cnst_light_num: 40 || usage: 0.000000 remaining: 8.317689 bound: 9.962723 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 6 cnst_light_num: 39 || usage: 0.000000 remaining: 0.155692 bound: 1.821940 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 17 cnst_light_num: 38 || usage: 0.000000 remaining: 4.784499 bound: 5.961630 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 21 cnst_light_num: 37 || usage: 0.000000 remaining: 1.587357 bound: 4.571216 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 22 cnst_light_num: 36 || usage: 0.000000 remaining: 6.100716 bound: 7.265772 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 8 cnst_light_num: 35 || usage: 0.000000 remaining: 6.916181 bound: 8.884035 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 19 cnst_light_num: 34 || usage: 0.000000 remaining: 6.439405 bound: 8.274947 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 33 || usage: 0.000000 remaining: 7.550043 bound: 9.333078 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 21 cnst_light_num: 32 || usage: 0.000000 remaining: 6.656756 bound: 8.312719 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 4 cnst_light_num: 31 || usage: 0.000000 remaining: 6.679523 bound: 8.001531 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 30 || usage: 0.000000 remaining: 8.026750 bound: 9.935049 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 15 cnst_light_num: 29 || usage: 0.000000 remaining: 4.323092 bound: 5.641394 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 12 cnst_light_num: 28 || usage: 0.000000 remaining: 6.635090 bound: 9.225040 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 5 cnst_light_num: 27 || usage: 0.000000 remaining: 3.425795 bound: 4.503601 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 26 || usage: 0.000000 remaining: 3.612285 bound: 5.471863 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 25 || usage: 0.000000 remaining: 0.679710 bound: 1.401378 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:877: [surf_maxmin/DEBUG] var=80, var->bound=-1.000000, var->weight=1.000000, min_usage=0.791906, var->bound*var->weight=-1.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:895: [surf_maxmin/DEBUG] Setting var (80) value to 0.791906 +> +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:910: [surf_maxmin/DEBUG] Min usage: 0.791906, Var(80)->weight: 1.000000, Var(80)->value: 0.791906 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 7 cnst_light_num: 24 || usage: 0.000000 remaining: 5.762170 bound: 8.363707 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 17 cnst_light_num: 23 || usage: 0.000000 remaining: 6.503157 bound: 8.278164 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 8 cnst_light_num: 22 || usage: 0.000000 remaining: 1.745928 bound: 4.629623 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 13 cnst_light_num: 21 || usage: 0.000000 remaining: 7.124955 bound: 9.850524 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 9 cnst_light_num: 20 || usage: 0.000000 remaining: 3.440406 bound: 6.623750 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 4 cnst_light_num: 19 || usage: 0.000000 remaining: 2.104987 bound: 4.685810 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 17 cnst_light_num: 18 || usage: 0.000000 remaining: 6.965594 bound: 9.100579 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 17 || usage: 0.000000 remaining: 6.920975 bound: 9.908364 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 16 || usage: 0.000000 remaining: 0.606528 bound: 3.025710 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 10 cnst_light_num: 15 || usage: 0.000000 remaining: 7.477027 bound: 9.796025 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 13 cnst_light_num: 14 || usage: 0.000000 remaining: 2.760226 bound: 4.275888 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 8 cnst_light_num: 13 || usage: 0.000000 remaining: 5.970709 bound: 7.849862 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 10 cnst_light_num: 12 || usage: 0.000000 remaining: 2.432739 bound: 4.568675 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 7 cnst_light_num: 11 || usage: 0.000000 remaining: 0.133202 bound: 2.357095 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 10 || usage: 0.000000 remaining: 6.643705 bound: 8.543692 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 9 || usage: 0.000000 remaining: 8.402099 bound: 9.216183 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 8 || usage: 0.000000 remaining: 0.684973 bound: 2.259755 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 7 || usage: 0.000000 remaining: 3.933120 bound: 6.434422 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 3 cnst_light_num: 6 || usage: 0.000000 remaining: 8.394393 bound: 9.872597 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 2 cnst_light_num: 5 || usage: 0.000000 remaining: 2.178732 bound: 4.424978 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 4 || usage: 0.000000 remaining: 6.254563 bound: 8.836129 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 1 cnst_light_num: 3 || usage: 0.000000 remaining: 2.426240 bound: 4.825151 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 2 || usage: 0.000000 remaining: 1.662444 bound: 3.566599 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:926: [surf_maxmin/DEBUG] index: 0 cnst_light_num: 1 || usage: 0.000000 remaining: 0.000000 bound: 3.432112 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:691: [surf_maxmin/DEBUG] MAX-MIN ( '93'(1.000000) '92'(1.000000) '90'(1.000000) '86'(1.000000) '84'(1.000000) '80'(1.000000) '71'(1.000000) '69'(1.000000) '59'(1.000000) '46'(1.000000) '36'(1.000000) '35'(1.000000) '33'(1.000000) '31'(1.000000) '30'(1.000000) '28'(1.000000) '27'(1.000000) '26'(1.000000) '25'(1.000000) '24'(1.000000) '23'(1.000000) '22'(1.000000) '21'(1.000000) '20'(1.000000) '19'(1.000000) '18'(1.000000) '17'(1.000000) '16'(1.000000) '15'(1.000000) '14'(1.000000) '13'(1.000000) '12'(1.000000) '11'(1.000000) '10'(1.000000) '9'(1.000000) '8'(1.000000) '7'(1.000000) '6'(1.000000) '5'(1.000000) '4'(1.000000) '3'(1.000000) '2'(1.000000) '1'(1.000000) '29'(0.000000) '32'(0.000000) '34'(0.000000) '37'(0.000000) '38'(0.000000) '39'(0.000000) '40'(0.000000) '41'(0.000000) '42'(0.000000) '43'(0.000000) '44'(0.000000) '45'(0.000000) '47'(0.000000) '48'(0.000000) '49'(0.000000) '50'(0.000000) '51'(0.000000) '52'(0.000000) '53'(0.000000) '54'(0.000000) '55'(0.000000) '56'(0.000000) '57'(0.000000) '58'(0.000000) '60'(0.000000) '61'(0.000000) '62'(0.000000) '63'(0.000000) '64'(0.000000) '65'(0.000000) '66'(0.000000) '67'(0.000000) '68'(0.000000) '70'(0.000000) '72'(0.000000) '73'(0.000000) '74'(0.000000) '75'(0.000000) '76'(0.000000) '77'(0.000000) '78'(0.000000) '79'(0.000000) '81'(0.000000) '82'(0.000000) '83'(0.000000) '85'(0.000000) '87'(0.000000) '88'(0.000000) '89'(0.000000) '91'(0.000000) '94'(0.000000) '95'(0.000000) '96'(0.000000) '97'(0.000000) '98'(0.000000) '99'(0.000000) '100'(0.000000) ) +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:694: [surf_maxmin/DEBUG] Constraints +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.550584.'92'(0.044890) + 1.530026.'59'(0.044890) + 1.177407.'20'(0.055288) + 1.834526.'18'(0.304877) + 2.043207.'14'(0.047986) + 1.668306.'12'(0.117065) + 1.665346.'10'(0.047986) + 1.948157.'8'(0.044890) + 1.919304.'1'(0.044890) + 0.987013.'29'(0.000000) + 1.413490.'39'(0.000000) + 0.682967.'48'(0.000000) + 1.642696.'52'(0.000000) + 1.490982.'53'(0.000000) + 0.221799.'53'(0.000000) + 2.181087.'55'(0.000000) + 2.379413.'57'(0.000000) + 1.834726.'64'(0.000000) + 1.464691.'66'(0.000000) + 0.108052.'66'(0.000000) + 0.656613.'67'(0.000000) + 0.615569.'68'(0.000000) + 1.172970.'73'(0.000000) + 1.174325.'75'(0.000000) + 1.419760.'77'(0.000000) + 0.970798.'78'(0.000000) + 0.618078.'82'(0.000000) + 1.728020.'89'(0.000000) + 2.514501.'91'(0.000000) + 0) <= 1.309560 ('91') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.552737.'93'(0.055288) + 1.443962.'90'(0.117065) + 1.617716.'86'(0.055288) + 0.712477.'84'(0.047986) + 2.805173.'69'(0.055288) + 2.461445.'46'(0.209217) + 2.478265.'35'(0.117065) + 2.745172.'22'(0.055288) + 1.834332.'21'(0.044890) + 0.228744.'18'(0.304877) + 1.309504.'13'(0.047986) + 1.248960.'2'(0.044890) + 1.712175.'1'(0.044890) + 0.153306.'34'(0.000000) + 0.636778.'40'(0.000000) + 1.741389.'51'(0.000000) + 0.061785.'52'(0.000000) + 0.186153.'53'(0.000000) + 2.261448.'54'(0.000000) + 2.672175.'55'(0.000000) + 1.232614.'58'(0.000000) + 1.059984.'74'(0.000000) + 1.594538.'75'(0.000000) + 1.563638.'79'(0.000000) + 0.803478.'83'(0.000000) + 2.703941.'94'(0.000000) + 0.583707.'94'(0.000000) + 2.375892.'98'(0.000000) + 0) <= 9.333078 ('19') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.958816.'84'(0.047986) + 0.513935.'35'(0.117065) + 2.255075.'27'(0.055288) + 1.157219.'16'(0.117065) + 1.610347.'12'(0.117065) + 2.216176.'10'(0.047986) + 1.709874.'9'(0.047986) + 1.281194.'5'(0.117065) + 1.954313.'5'(0.117065) + 1.757327.'1'(0.044890) + 1.719692.'53'(0.000000) + 2.169310.'55'(0.000000) + 0.401865.'61'(0.000000) + 2.607400.'76'(0.000000) + 1.767994.'82'(0.000000) + 1.922997.'94'(0.000000) + 1.144261.'95'(0.000000) + 0.345136.'95'(0.000000) + 1.511084.'96'(0.000000) + 1.556144.'97'(0.000000) + 0) <= 5.912085 ('88') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.049930.'92'(0.044890) + 0.650370.'59'(0.044890) + 2.370405.'36'(0.044890) + 0.928895.'28'(0.044890) + 2.051677.'26'(0.044890) + 1.795878.'21'(0.044890) + 2.097945.'8'(0.044890) + 1.073390.'2'(0.044890) + 0.323392.'1'(0.044890) + 1.218840.'29'(0.000000) + 2.481093.'37'(0.000000) + 1.624130.'38'(0.000000) + 1.630176.'41'(0.000000) + 1.280003.'48'(0.000000) + 1.064780.'51'(0.000000) + 1.157253.'68'(0.000000) + 2.625881.'72'(0.000000) + 0.810524.'73'(0.000000) + 1.619703.'78'(0.000000) + 1.423727.'82'(0.000000) + 2.044192.'98'(0.000000) + 1.795662.'100'(0.000000) + 0) <= 0.598915 ('81') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.266732.'92'(0.044890) + 2.128670.'24'(0.117065) + 0.782014.'19'(0.047986) + 2.489906.'18'(0.304877) + 0.758450.'17'(0.055288) + 1.903273.'9'(0.047986) + 1.916821.'1'(0.044890) + 1.518228.'29'(0.000000) + 2.250406.'39'(0.000000) + 1.309533.'42'(0.000000) + 1.626484.'43'(0.000000) + 1.525145.'47'(0.000000) + 1.824878.'50'(0.000000) + 2.013529.'52'(0.000000) + 1.546693.'53'(0.000000) + 1.907022.'54'(0.000000) + 1.048934.'63'(0.000000) + 1.113043.'70'(0.000000) + 1.007760.'72'(0.000000) + 2.178633.'73'(0.000000) + 0.109135.'73'(0.000000) + 1.475450.'83'(0.000000) + 2.642307.'85'(0.000000) + 3.520085.'95'(0.000000) + 0.650168.'95'(0.000000) + 1.906324.'99'(0.000000) + 0) <= 8.001531 ('71') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.198558.'86'(0.055288) + 1.719699.'30'(0.055288) + 1.034241.'27'(0.055288) + 2.527926.'26'(0.044890) + 2.200086.'20'(0.055288) + 1.625950.'4'(0.047986) + 1.655410.'1'(0.044890) + 0.922941.'38'(0.000000) + 0.969859.'39'(0.000000) + 1.554582.'41'(0.000000) + 2.680560.'44'(0.000000) + 1.377385.'49'(0.000000) + 1.792510.'52'(0.000000) + 1.297885.'53'(0.000000) + 3.023723.'67'(0.000000) + 0.690486.'67'(0.000000) + 0.959287.'70'(0.000000) + 1.451708.'75'(0.000000) + 1.411393.'83'(0.000000) + 1.401866.'85'(0.000000) + 2.559684.'87'(0.000000) + 0.884877.'89'(0.000000) + 0) <= 2.955288 ('26') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.882671.'86'(0.055288) + 2.269788.'84'(0.047986) + 0.342959.'69'(0.055288) + 0.359196.'46'(0.209217) + 2.335548.'31'(0.055288) + 1.650190.'30'(0.055288) + 0.465584.'26'(0.044890) + 1.064408.'21'(0.044890) + 1.889137.'20'(0.055288) + 1.479419.'13'(0.047986) + 1.614131.'11'(0.055288) + 0.901142.'9'(0.047986) + 1.400775.'8'(0.044890) + 2.562216.'1'(0.044890) + 1.355470.'29'(0.000000) + 1.379229.'37'(0.000000) + 2.228293.'41'(0.000000) + 2.127004.'47'(0.000000) + 0.631054.'49'(0.000000) + 1.674928.'62'(0.000000) + 0.886288.'63'(0.000000) + 1.269689.'67'(0.000000) + 1.143053.'68'(0.000000) + 1.529703.'70'(0.000000) + 0.651128.'81'(0.000000) + 1.935918.'82'(0.000000) + 0.397395.'82'(0.000000) + 0.813033.'85'(0.000000) + 0) <= 4.161934 ('84') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.446691.'69'(0.055288) + 1.240660.'46'(0.209217) + 1.561293.'33'(0.117065) + 0.752450.'31'(0.055288) + 1.496895.'30'(0.055288) + 1.500874.'28'(0.044890) + 1.224956.'10'(0.047986) + 2.683225.'7'(0.117065) + 0.568400.'5'(0.117065) + 1.219540.'2'(0.044890) + 1.145389.'1'(0.044890) + 2.277593.'40'(0.000000) + 1.898423.'50'(0.000000) + 2.817933.'52'(0.000000) + 0.937876.'60'(0.000000) + 1.793786.'64'(0.000000) + 1.721776.'66'(0.000000) + 2.493044.'67'(0.000000) + 1.374110.'67'(0.000000) + 1.175826.'74'(0.000000) + 4.039148.'82'(0.000000) + 0.886825.'82'(0.000000) + 2.102068.'95'(0.000000) + 0) <= 9.724278 ('13') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.494046.'33'(0.117065) + 2.585227.'28'(0.044890) + 1.512319.'27'(0.055288) + 1.816743.'24'(0.117065) + 0.904133.'22'(0.055288) + 2.023057.'16'(0.117065) + 1.642546.'7'(0.117065) + 1.319094.'6'(0.055288) + 0.385607.'5'(0.117065) + 2.061653.'5'(0.117065) + 0.507587.'4'(0.047986) + 1.162662.'1'(0.044890) + 0.938190.'29'(0.000000) + 1.204740.'38'(0.000000) + 0.331183.'39'(0.000000) + 2.591782.'40'(0.000000) + 1.481960.'42'(0.000000) + 1.245066.'44'(0.000000) + 0.017606.'45'(0.000000) + 1.276524.'49'(0.000000) + 0.149216.'50'(0.000000) + 0.195759.'58'(0.000000) + 0.574428.'65'(0.000000) + 1.667801.'68'(0.000000) + 2.159887.'70'(0.000000) + 0.728364.'78'(0.000000) + 1.233136.'83'(0.000000) + 0.707191.'88'(0.000000) + 2.826242.'95'(0.000000) + 0.009821.'95'(0.000000) + 1.461102.'99'(0.000000) + 0) <= 5.860197 ('100') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.474630.'93'(0.055288) + 2.494436.'92'(0.044890) + 1.450324.'90'(0.117065) + 2.018193.'33'(0.117065) + 2.161173.'30'(0.055288) + 1.743061.'27'(0.055288) + 2.519640.'19'(0.047986) + 0.972075.'15'(0.190433) + 1.423556.'13'(0.047986) + 1.953102.'12'(0.117065) + 1.617651.'10'(0.047986) + 2.346562.'9'(0.047986) + 1.530982.'6'(0.055288) + 0.211888.'5'(0.117065) + 1.624397.'4'(0.047986) + 1.647065.'1'(0.044890) + 1.012406.'32'(0.000000) + 1.922101.'44'(0.000000) + 2.110632.'49'(0.000000) + 0.895490.'54'(0.000000) + 2.426427.'57'(0.000000) + 1.218832.'58'(0.000000) + 2.079258.'60'(0.000000) + 0.366715.'61'(0.000000) + 1.116162.'67'(0.000000) + 0.698163.'68'(0.000000) + 2.095938.'70'(0.000000) + 1.924146.'78'(0.000000) + 1.933079.'87'(0.000000) + 2.156304.'97'(0.000000) + 0.367147.'99'(0.000000) + 0) <= 6.346737 ('59') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.390213.'92'(0.044890) + 1.955258.'90'(0.117065) + 0.603050.'25'(0.047986) + 1.063246.'21'(0.044890) + 1.015743.'16'(0.117065) + 1.808427.'14'(0.047986) + 2.313394.'7'(0.117065) + 2.251747.'3'(0.047986) + 1.800413.'2'(0.044890) + 2.495564.'1'(0.044890) + 1.429666.'37'(0.000000) + 0.821766.'38'(0.000000) + 1.518542.'40'(0.000000) + 0.670593.'42'(0.000000) + 0.510437.'43'(0.000000) + 0.359661.'44'(0.000000) + 1.513676.'49'(0.000000) + 1.850087.'57'(0.000000) + 1.711614.'58'(0.000000) + 0.998859.'60'(0.000000) + 1.441892.'68'(0.000000) + 1.787534.'74'(0.000000) + 1.833536.'81'(0.000000) + 0.928603.'82'(0.000000) + 2.606017.'88'(0.000000) + 1.569514.'97'(0.000000) + 1.222027.'98'(0.000000) + 0) <= 7.945151 ('49') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.175498.'92'(0.044890) + 1.639923.'69'(0.055288) + 1.035670.'35'(0.117065) + 1.932780.'27'(0.055288) + 1.444057.'25'(0.047986) + 1.393704.'23'(0.190433) + 1.185159.'22'(0.055288) + 0.751090.'19'(0.047986) + 0.862011.'9'(0.047986) + 1.791260.'8'(0.044890) + 2.206491.'1'(0.044890) + 0.772065.'32'(0.000000) + 2.936189.'37'(0.000000) + 0.746468.'37'(0.000000) + 0.262629.'43'(0.000000) + 2.010526.'52'(0.000000) + 1.405257.'57'(0.000000) + 2.686888.'63'(0.000000) + 0.970949.'72'(0.000000) + 1.233494.'76'(0.000000) + 1.066276.'78'(0.000000) + 2.466767.'79'(0.000000) + 1.356714.'98'(0.000000) + 1.450658.'98'(0.000000) + 0) <= 6.030240 ('70') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.921992.'93'(0.055288) + 1.135770.'86'(0.055288) + 1.125125.'84'(0.047986) + 1.114873.'71'(0.055288) + 1.726755.'69'(0.055288) + 0.799330.'31'(0.055288) + 1.535592.'30'(0.055288) + 1.921296.'27'(0.055288) + 1.598094.'25'(0.047986) + 1.543246.'22'(0.055288) + 1.574893.'21'(0.044890) + 0.740246.'20'(0.055288) + 1.582148.'17'(0.055288) + 1.824328.'11'(0.055288) + 2.258847.'6'(0.055288) + 1.308259.'4'(0.047986) + 0.572113.'3'(0.047986) + 1.457107.'1'(0.044890) + 1.385104.'38'(0.000000) + 1.321641.'39'(0.000000) + 1.893129.'44'(0.000000) + 0.573521.'45'(0.000000) + 2.057052.'47'(0.000000) + 1.007047.'51'(0.000000) + 2.028526.'54'(0.000000) + 2.195912.'56'(0.000000) + 2.102016.'60'(0.000000) + 1.536529.'62'(0.000000) + 0.858825.'64'(0.000000) + 0.798955.'72'(0.000000) + 0.527712.'75'(0.000000) + 0.892436.'78'(0.000000) + 1.399997.'79'(0.000000) + 1.685400.'83'(0.000000) + 0.981530.'91'(0.000000) + 0) <= 1.357979 ('28') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.140611.'86'(0.055288) + 1.486203.'80'(0.791906) + 0.523856.'71'(0.055288) + 2.085886.'35'(0.117065) + 1.223820.'33'(0.117065) + 1.055247.'31'(0.055288) + 0.601888.'30'(0.055288) + 1.304780.'26'(0.044890) + 0.516158.'25'(0.047986) + 2.409669.'18'(0.304877) + 0.680137.'12'(0.117065) + 1.780499.'1'(0.044890) + 1.604069.'34'(0.000000) + 1.359337.'42'(0.000000) + 0.966018.'44'(0.000000) + 1.683928.'47'(0.000000) + 0.602764.'51'(0.000000) + 1.817883.'56'(0.000000) + 2.228329.'72'(0.000000) + 1.606827.'77'(0.000000) + 0.481603.'78'(0.000000) + 0.969072.'79'(0.000000) + 0.269782.'97'(0.000000) + 0) <= 9.850524 ('9') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.964803.'80'(0.791906) + 1.116832.'35'(0.117065) + 1.071820.'31'(0.055288) + 2.413461.'30'(0.055288) + 0.760782.'28'(0.044890) + 0.565320.'23'(0.190433) + 0.737299.'15'(0.190433) + 2.434460.'15'(0.190433) + 1.212903.'10'(0.047986) + 0.900794.'9'(0.047986) + 2.137796.'4'(0.047986) + 2.197320.'1'(0.044890) + 2.713785.'37'(0.000000) + 0.646425.'40'(0.000000) + 0.247808.'43'(0.000000) + 1.572677.'49'(0.000000) + 1.013552.'51'(0.000000) + 2.259497.'54'(0.000000) + 2.049393.'56'(0.000000) + 1.957664.'65'(0.000000) + 1.765641.'75'(0.000000) + 0.566264.'76'(0.000000) + 0.344985.'77'(0.000000) + 0.600712.'79'(0.000000) + 1.904981.'99'(0.000000) + 1.801395.'100'(0.000000) + 0.551280.'100'(0.000000) + 0) <= 4.568675 ('80') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.019716.'93'(0.055288) + 1.513289.'92'(0.044890) + 2.931614.'86'(0.055288) + 0.748765.'59'(0.044890) + 1.074475.'46'(0.209217) + 0.166268.'27'(0.055288) + 1.306743.'15'(0.190433) + 1.754598.'11'(0.055288) + 1.531602.'5'(0.117065) + 0.852730.'1'(0.044890) + 0.717069.'38'(0.000000) + 0.478906.'39'(0.000000) + 0.396213.'41'(0.000000) + 1.775519.'50'(0.000000) + 0.705821.'50'(0.000000) + 0.319917.'57'(0.000000) + 0.528067.'61'(0.000000) + 1.836021.'63'(0.000000) + 1.359624.'70'(0.000000) + 2.234948.'72'(0.000000) + 1.245961.'73'(0.000000) + 1.033078.'79'(0.000000) + 2.237929.'81'(0.000000) + 1.917058.'88'(0.000000) + 2.323124.'94'(0.000000) + 2.088219.'95'(0.000000) + 0.446029.'95'(0.000000) + 1.054331.'100'(0.000000) + 0) <= 4.922703 ('5') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.816629.'92'(0.044890) + 1.366881.'84'(0.047986) + 0.329808.'80'(0.791906) + 1.235501.'71'(0.055288) + 2.033012.'33'(0.117065) + 1.684580.'14'(0.047986) + 0.414946.'1'(0.044890) + 1.758310.'34'(0.000000) + 1.458370.'39'(0.000000) + 2.353812.'40'(0.000000) + 1.653100.'41'(0.000000) + 0.851765.'42'(0.000000) + 1.663727.'47'(0.000000) + 1.868580.'50'(0.000000) + 2.886949.'56'(0.000000) + 0.267347.'56'(0.000000) + 1.428768.'65'(0.000000) + 2.842586.'66'(0.000000) + 0.198499.'66'(0.000000) + 1.560713.'77'(0.000000) + 1.122792.'83'(0.000000) + 2.274753.'91'(0.000000) + 1.021751.'94'(0.000000) + 1.875214.'99'(0.000000) + 0) <= 9.216183 ('89') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.232132.'90'(0.117065) + 1.329756.'59'(0.044890) + 1.047869.'46'(0.209217) + 2.767308.'36'(0.044890) + 1.909159.'31'(0.055288) + 1.169637.'28'(0.044890) + 0.680069.'26'(0.044890) + 1.055089.'13'(0.047986) + 0.110863.'11'(0.055288) + 0.767369.'8'(0.044890) + 1.891935.'5'(0.117065) + 0.331621.'3'(0.047986) + 1.560334.'1'(0.044890) + 1.932064.'29'(0.000000) + 2.847742.'39'(0.000000) + 0.800108.'48'(0.000000) + 2.383945.'52'(0.000000) + 0.359574.'55'(0.000000) + 0.524047.'64'(0.000000) + 1.416700.'72'(0.000000) + 2.711002.'77'(0.000000) + 1.700706.'82'(0.000000) + 1.352892.'89'(0.000000) + 1.522956.'94'(0.000000) + 1.623819.'95'(0.000000) + 1.003544.'98'(0.000000) + 0) <= 4.962404 ('1') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.219589.'80'(0.791906) + 1.483820.'71'(0.055288) + 1.615557.'69'(0.055288) + 1.761084.'59'(0.044890) + 1.852398.'46'(0.209217) + 1.802015.'35'(0.117065) + 1.568987.'27'(0.055288) + 0.683619.'26'(0.044890) + 1.240121.'26'(0.044890) + 0.567658.'25'(0.047986) + 0.348665.'24'(0.117065) + 1.343086.'24'(0.117065) + 1.561139.'23'(0.190433) + 1.413574.'18'(0.304877) + 0.820076.'13'(0.047986) + 2.448519.'13'(0.047986) + 1.365036.'9'(0.047986) + 0.529061.'2'(0.044890) + 2.897584.'2'(0.044890) + 2.552336.'1'(0.044890) + 1.491792.'29'(0.000000) + 0.712493.'44'(0.000000) + 1.663798.'45'(0.000000) + 1.813186.'48'(0.000000) + 1.181248.'49'(0.000000) + 1.649257.'53'(0.000000) + 0.343784.'54'(0.000000) + 1.933689.'58'(0.000000) + 1.937352.'64'(0.000000) + 2.227852.'74'(0.000000) + 2.152657.'78'(0.000000) + 0.824016.'82'(0.000000) + 2.074157.'83'(0.000000) + 2.721225.'91'(0.000000) + 1.182885.'91'(0.000000) + 2.000241.'94'(0.000000) + 1.811034.'97'(0.000000) + 1.514385.'99'(0.000000) + 1.435868.'100'(0.000000) + 0) <= 3.432112 ('82') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.904673.'84'(0.047986) + 0.475674.'36'(0.044890) + 2.847967.'35'(0.117065) + 2.083614.'28'(0.044890) + 0.825477.'25'(0.047986) + 2.590779.'19'(0.047986) + 1.134438.'18'(0.304877) + 0.317660.'17'(0.055288) + 0.329232.'16'(0.117065) + 0.913562.'12'(0.117065) + 1.253696.'11'(0.055288) + 2.681635.'7'(0.117065) + 1.199401.'1'(0.044890) + 1.864382.'52'(0.000000) + 1.305013.'60'(0.000000) + 2.401061.'72'(0.000000) + 1.967219.'73'(0.000000) + 1.488166.'74'(0.000000) + 1.563498.'75'(0.000000) + 1.443704.'87'(0.000000) + 1.065275.'88'(0.000000) + 2.404250.'89'(0.000000) + 1.519534.'96'(0.000000) + 0) <= 7.264221 ('40') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.894953.'90'(0.117065) + 0.796717.'80'(0.791906) + 0.849785.'69'(0.055288) + 0.976894.'46'(0.209217) + 1.177992.'31'(0.055288) + 2.021889.'28'(0.044890) + 1.072133.'27'(0.055288) + 0.933710.'26'(0.044890) + 1.439011.'19'(0.047986) + 0.705395.'17'(0.055288) + 1.033724.'1'(0.044890) + 2.160985.'34'(0.000000) + 1.725138.'37'(0.000000) + 0.833940.'38'(0.000000) + 1.849668.'41'(0.000000) + 2.218543.'44'(0.000000) + 1.649477.'51'(0.000000) + 1.095759.'63'(0.000000) + 0.454421.'77'(0.000000) + 0) <= 4.275888 ('36') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.026696.'46'(0.209217) + 0.561561.'36'(0.044890) + 0.493261.'30'(0.055288) + 1.547001.'24'(0.117065) + 2.398001.'23'(0.190433) + 2.132034.'18'(0.304877) + 2.385827.'17'(0.055288) + 1.378655.'16'(0.117065) + 1.084119.'15'(0.190433) + 1.576223.'15'(0.190433) + 1.631505.'5'(0.117065) + 1.408690.'4'(0.047986) + 1.061269.'3'(0.047986) + 2.454022.'1'(0.044890) + 1.333844.'29'(0.000000) + 0.736614.'32'(0.000000) + 2.069443.'44'(0.000000) + 0.503920.'52'(0.000000) + 1.139747.'53'(0.000000) + 1.118477.'54'(0.000000) + 0.413427.'57'(0.000000) + 0.168341.'61'(0.000000) + 0.878089.'70'(0.000000) + 0.599189.'72'(0.000000) + 2.565095.'74'(0.000000) + 0.713416.'75'(0.000000) + 1.754134.'76'(0.000000) + 1.280948.'77'(0.000000) + 0.891286.'79'(0.000000) + 0.577185.'82'(0.000000) + 0.076068.'83'(0.000000) + 0.840129.'87'(0.000000) + 1.075032.'89'(0.000000) + 2.681478.'97'(0.000000) + 0.896936.'97'(0.000000) + 0.126022.'98'(0.000000) + 1.576976.'100'(0.000000) + 0) <= 4.571216 ('16') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.441642.'90'(0.117065) + 0.560449.'59'(0.044890) + 2.197684.'59'(0.044890) + 1.333671.'35'(0.117065) + 1.766898.'30'(0.055288) + 1.571257.'21'(0.044890) + 1.902255.'16'(0.117065) + 2.247043.'15'(0.190433) + 0.674247.'13'(0.047986) + 2.545765.'8'(0.044890) + 1.476589.'3'(0.047986) + 2.644968.'2'(0.044890) + 1.950179.'1'(0.044890) + 0.701189.'38'(0.000000) + 1.423299.'44'(0.000000) + 1.215788.'55'(0.000000) + 0.558122.'62'(0.000000) + 1.473371.'97'(0.000000) + 0.925150.'97'(0.000000) + 0) <= 9.228782 ('55') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.443647.'26'(0.044890) + 1.056085.'25'(0.047986) + 1.451176.'20'(0.055288) + 1.302367.'8'(0.044890) + 1.495324.'2'(0.044890) + 1.304450.'1'(0.044890) + 2.000629.'48'(0.000000) + 0.917679.'63'(0.000000) + 0.340720.'63'(0.000000) + 1.212589.'66'(0.000000) + 1.692406.'74'(0.000000) + 1.172586.'74'(0.000000) + 1.865030.'87'(0.000000) + 1.072221.'88'(0.000000) + 2.500443.'89'(0.000000) + 0.880659.'97'(0.000000) + 0) <= 8.989123 ('95') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.181735.'93'(0.055288) + 1.431508.'92'(0.044890) + 1.382962.'90'(0.117065) + 2.592646.'86'(0.055288) + 2.019573.'69'(0.055288) + 2.457106.'35'(0.117065) + 0.928442.'33'(0.117065) + 0.241653.'25'(0.047986) + 0.935840.'24'(0.117065) + 2.950987.'24'(0.117065) + 2.556906.'22'(0.055288) + 1.210372.'19'(0.047986) + 2.272771.'16'(0.117065) + 1.767193.'12'(0.117065) + 0.812205.'11'(0.055288) + 1.405961.'7'(0.117065) + 1.424256.'6'(0.055288) + 1.135183.'5'(0.117065) + 1.423191.'2'(0.044890) + 1.493756.'29'(0.000000) + 2.470565.'34'(0.000000) + 1.185811.'43'(0.000000) + 1.194531.'44'(0.000000) + 1.471732.'45'(0.000000) + 2.218403.'49'(0.000000) + 1.498143.'50'(0.000000) + 0.344582.'58'(0.000000) + 1.917658.'64'(0.000000) + 1.512724.'65'(0.000000) + 0.867592.'70'(0.000000) + 1.293674.'78'(0.000000) + 0.379109.'81'(0.000000) + 1.683542.'82'(0.000000) + 1.043298.'85'(0.000000) + 1.851361.'87'(0.000000) + 2.724947.'91'(0.000000) + 1.423110.'91'(0.000000) + 1.352901.'99'(0.000000) + 0) <= 2.566833 ('83') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.831802.'80'(0.791906) + 1.656379.'71'(0.055288) + 2.221927.'18'(0.304877) + 0.552993.'16'(0.117065) + 1.939114.'15'(0.190433) + 1.554145.'14'(0.047986) + 0.990512.'11'(0.055288) + 0.489711.'4'(0.047986) + 1.978719.'3'(0.047986) + 1.915362.'2'(0.044890) + 2.202331.'34'(0.000000) + 1.063638.'43'(0.000000) + 0.757102.'48'(0.000000) + 1.144135.'55'(0.000000) + 1.437298.'56'(0.000000) + 1.819187.'62'(0.000000) + 2.378800.'67'(0.000000) + 1.450235.'85'(0.000000) + 1.621855.'95'(0.000000) + 1.726771.'96'(0.000000) + 0) <= 9.908364 ('6') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.724888.'93'(0.055288) + 2.273708.'86'(0.055288) + 1.605293.'80'(0.791906) + 1.946751.'69'(0.055288) + 0.430761.'17'(0.055288) + 0.892452.'17'(0.055288) + 1.261368.'11'(0.055288) + 1.410476.'3'(0.047986) + 2.085644.'2'(0.044890) + 2.030062.'29'(0.000000) + 1.973643.'32'(0.000000) + 1.676062.'39'(0.000000) + 1.971043.'43'(0.000000) + 1.086594.'44'(0.000000) + 1.466462.'53'(0.000000) + 1.220011.'54'(0.000000) + 0.648690.'65'(0.000000) + 2.600198.'81'(0.000000) + 2.108949.'91'(0.000000) + 0.021305.'91'(0.000000) + 0.932715.'100'(0.000000) + 0) <= 3.566599 ('31') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.519671.'92'(0.044890) + 2.097080.'86'(0.055288) + 1.736001.'71'(0.055288) + 1.923609.'46'(0.209217) + 0.497956.'28'(0.044890) + 0.838602.'26'(0.044890) + 1.781501.'25'(0.047986) + 1.577338.'24'(0.117065) + 1.536567.'20'(0.055288) + 2.806736.'8'(0.044890) + 1.619368.'2'(0.044890) + 2.031550.'38'(0.000000) + 1.703073.'43'(0.000000) + 0.798366.'45'(0.000000) + 0.467728.'51'(0.000000) + 1.121209.'64'(0.000000) + 0.044084.'65'(0.000000) + 2.038799.'68'(0.000000) + 0.400305.'76'(0.000000) + 1.030237.'81'(0.000000) + 1.521321.'82'(0.000000) + 0.482400.'82'(0.000000) + 1.439564.'89'(0.000000) + 2.114362.'97'(0.000000) + 0) <= 1.296372 ('66') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.105805.'90'(0.117065) + 1.842847.'84'(0.047986) + 1.056430.'71'(0.055288) + 1.434411.'33'(0.117065) + 1.670571.'28'(0.044890) + 0.843003.'19'(0.047986) + 1.523569.'2'(0.044890) + 1.328603.'37'(0.000000) + 0.756178.'41'(0.000000) + 1.195773.'43'(0.000000) + 1.589338.'55'(0.000000) + 0.743723.'60'(0.000000) + 2.870529.'67'(0.000000) + 0.310614.'67'(0.000000) + 1.560972.'75'(0.000000) + 1.936417.'76'(0.000000) + 2.211281.'78'(0.000000) + 1.120306.'78'(0.000000) + 2.129602.'79'(0.000000) + 0.516602.'82'(0.000000) + 1.714971.'96'(0.000000) + 1.593116.'100'(0.000000) + 0) <= 1.779942 ('35') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.617541.'90'(0.117065) + 0.219538.'46'(0.209217) + 2.319474.'24'(0.117065) + 1.988038.'22'(0.055288) + 0.758474.'19'(0.047986) + 2.152186.'18'(0.304877) + 1.328019.'2'(0.044890) + 0.538126.'32'(0.000000) + 0.857868.'47'(0.000000) + 0.327854.'48'(0.000000) + 1.698732.'50'(0.000000) + 1.268490.'55'(0.000000) + 1.038287.'60'(0.000000) + 2.073121.'65'(0.000000) + 1.236270.'68'(0.000000) + 0.640635.'79'(0.000000) + 0.475515.'83'(0.000000) + 1.880451.'87'(0.000000) + 1.933756.'97'(0.000000) + 0) <= 9.663450 ('30') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.617049.'84'(0.047986) + 0.357898.'35'(0.117065) + 1.760703.'33'(0.117065) + 0.917343.'24'(0.117065) + 0.947236.'24'(0.117065) + 2.494840.'23'(0.190433) + 2.218768.'14'(0.047986) + 2.164447.'13'(0.047986) + 1.557959.'12'(0.117065) + 1.515324.'10'(0.047986) + 0.793342.'6'(0.055288) + 3.025505.'6'(0.055288) + 2.223809.'2'(0.044890) + 1.451623.'37'(0.000000) + 1.561245.'44'(0.000000) + 0.338350.'48'(0.000000) + 0.566370.'52'(0.000000) + 1.851600.'56'(0.000000) + 2.003085.'57'(0.000000) + 1.040549.'60'(0.000000) + 1.283400.'65'(0.000000) + 1.312813.'67'(0.000000) + 1.342048.'77'(0.000000) + 1.247040.'88'(0.000000) + 2.520866.'98'(0.000000) + 0.787296.'98'(0.000000) + 0) <= 9.945641 ('3') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.571950.'35'(0.117065) + 0.802464.'25'(0.047986) + 1.268756.'23'(0.190433) + 0.817348.'21'(0.044890) + 2.491420.'14'(0.047986) + 1.872456.'12'(0.117065) + 1.051206.'10'(0.047986) + 1.537013.'7'(0.117065) + 1.165670.'6'(0.055288) + 1.621833.'2'(0.044890) + 1.587005.'37'(0.000000) + 0.154834.'38'(0.000000) + 1.167921.'41'(0.000000) + 1.873399.'44'(0.000000) + 0.648493.'57'(0.000000) + 2.025183.'60'(0.000000) + 1.082161.'62'(0.000000) + 2.105021.'63'(0.000000) + 0.445561.'65'(0.000000) + 1.331651.'85'(0.000000) + 1.076625.'91'(0.000000) + 1.559978.'94'(0.000000) + 0) <= 4.097251 ('21') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.848277.'18'(0.304877) + 0.784419.'3'(0.047986) + 2.684998.'2'(0.044890) + 1.342527.'29'(0.000000) + 0.419035.'37'(0.000000) + 2.163596.'41'(0.000000) + 1.826249.'52'(0.000000) + 1.646003.'55'(0.000000) + 2.108946.'58'(0.000000) + 1.539063.'61'(0.000000) + 1.611198.'62'(0.000000) + 1.197247.'63'(0.000000) + 2.657445.'64'(0.000000) + 0.683061.'67'(0.000000) + 2.579352.'73'(0.000000) + 2.694216.'79'(0.000000) + 2.316378.'87'(0.000000) + 2.525917.'91'(0.000000) + 0.243451.'91'(0.000000) + 1.973307.'100'(0.000000) + 0) <= 1.401378 ('56') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.449245.'93'(0.055288) + 1.307068.'80'(0.791906) + 1.480774.'69'(0.055288) + 0.834696.'36'(0.044890) + 2.121184.'28'(0.044890) + 0.911193.'27'(0.055288) + 0.545581.'24'(0.117065) + 2.259330.'21'(0.044890) + 2.491200.'17'(0.055288) + 1.455706.'15'(0.190433) + 1.410135.'13'(0.047986) + 1.765092.'6'(0.055288) + 0.747052.'4'(0.047986) + 1.888295.'2'(0.044890) + 0.713821.'37'(0.000000) + 2.598477.'43'(0.000000) + 1.438983.'44'(0.000000) + 1.502268.'56'(0.000000) + 1.605632.'61'(0.000000) + 1.544327.'62'(0.000000) + 0.181450.'62'(0.000000) + 2.009187.'65'(0.000000) + 3.280653.'66'(0.000000) + 0.067911.'66'(0.000000) + 1.840993.'67'(0.000000) + 1.044612.'68'(0.000000) + 2.006633.'70'(0.000000) + 0.713088.'72'(0.000000) + 1.512621.'76'(0.000000) + 2.726216.'81'(0.000000) + 2.097782.'87'(0.000000) + 2.115832.'89'(0.000000) + 1.260586.'98'(0.000000) + 0) <= 4.424978 ('18') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.090901.'30'(0.055288) + 1.297920.'19'(0.047986) + 1.424158.'14'(0.047986) + 0.575830.'7'(0.117065) + 2.143928.'2'(0.044890) + 2.122762.'32'(0.000000) + 0.709590.'39'(0.000000) + 1.676612.'40'(0.000000) + 0.922763.'45'(0.000000) + 1.831900.'47'(0.000000) + 1.127926.'60'(0.000000) + 2.196587.'70'(0.000000) + 1.864485.'78'(0.000000) + 1.567678.'79'(0.000000) + 1.065426.'81'(0.000000) + 0.577762.'96'(0.000000) + 2.101005.'97'(0.000000) + 1.481802.'97'(0.000000) + 0) <= 5.084575 ('62') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.787208.'92'(0.044890) + 2.673902.'69'(0.055288) + 2.098962.'2'(0.044890) + 2.170047.'34'(0.000000) + 2.615945.'42'(0.000000) + 0.788779.'54'(0.000000) + 0.533384.'56'(0.000000) + 2.395487.'57'(0.000000) + 0.898479.'57'(0.000000) + 1.137187.'61'(0.000000) + 1.612209.'63'(0.000000) + 0.796565.'70'(0.000000) + 3.104590.'73'(0.000000) + 0.802525.'73'(0.000000) + 1.504704.'76'(0.000000) + 1.907922.'83'(0.000000) + 0.723042.'85'(0.000000) + 1.435919.'89'(0.000000) + 1.704192.'96'(0.000000) + 1.214179.'100'(0.000000) + 0) <= 3.653602 ('46') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.159290.'93'(0.055288) + 1.076541.'69'(0.055288) + 1.560264.'36'(0.044890) + 1.087675.'31'(0.055288) + 2.339709.'26'(0.044890) + 0.932480.'23'(0.190433) + 2.203610.'18'(0.304877) + 2.515455.'8'(0.044890) + 0.982040.'7'(0.117065) + 1.361683.'3'(0.047986) + 2.210430.'2'(0.044890) + 1.307962.'37'(0.000000) + 1.031220.'38'(0.000000) + 2.109794.'42'(0.000000) + 2.340225.'45'(0.000000) + 0.764872.'48'(0.000000) + 0.793115.'58'(0.000000) + 1.480718.'66'(0.000000) + 0.791214.'68'(0.000000) + 2.159073.'73'(0.000000) + 2.711400.'83'(0.000000) + 2.523451.'98'(0.000000) + 0) <= 8.312719 ('64') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.014366.'30'(0.055288) + 2.228422.'26'(0.044890) + 0.457995.'25'(0.047986) + 1.325383.'23'(0.190433) + 0.826167.'16'(0.117065) + 1.087537.'15'(0.190433) + 2.052335.'15'(0.190433) + 1.480696.'14'(0.047986) + 2.084381.'13'(0.047986) + 2.704841.'11'(0.055288) + 0.567299.'8'(0.044890) + 2.759508.'2'(0.044890) + 0.675044.'32'(0.000000) + 1.151851.'37'(0.000000) + 0.842809.'39'(0.000000) + 0.631937.'41'(0.000000) + 1.561028.'42'(0.000000) + 0.716075.'50'(0.000000) + 1.773900.'53'(0.000000) + 1.218666.'53'(0.000000) + 1.264379.'54'(0.000000) + 0.566796.'55'(0.000000) + 0.121870.'60'(0.000000) + 1.171679.'61'(0.000000) + 0.893220.'65'(0.000000) + 0.817332.'68'(0.000000) + 0.946651.'78'(0.000000) + 1.092583.'94'(0.000000) + 0) <= 1.595101 ('73') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.339607.'93'(0.055288) + 1.811061.'90'(0.117065) + 1.758690.'30'(0.055288) + 1.495101.'27'(0.055288) + 2.292440.'22'(0.055288) + 1.229428.'19'(0.047986) + 1.085846.'17'(0.055288) + 2.178570.'14'(0.047986) + 1.820069.'11'(0.055288) + 1.723193.'7'(0.117065) + 1.559765.'4'(0.047986) + 1.898168.'2'(0.044890) + 1.938628.'39'(0.000000) + 0.789087.'40'(0.000000) + 1.716462.'53'(0.000000) + 1.985795.'60'(0.000000) + 2.403113.'64'(0.000000) + 1.672833.'74'(0.000000) + 2.151883.'77'(0.000000) + 1.521737.'83'(0.000000) + 2.818235.'88'(0.000000) + 0) <= 1.343049 ('37') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.084501.'92'(0.044890) + 0.538645.'80'(0.791906) + 2.528281.'33'(0.117065) + 1.601403.'31'(0.055288) + 2.810425.'16'(0.117065) + 1.512983.'12'(0.117065) + 1.508257.'11'(0.055288) + 1.731485.'7'(0.117065) + 1.741187.'2'(0.044890) + 0.804073.'38'(0.000000) + 0.860566.'39'(0.000000) + 2.148854.'41'(0.000000) + 0.526138.'45'(0.000000) + 1.486162.'49'(0.000000) + 1.639893.'50'(0.000000) + 0.060912.'51'(0.000000) + 0.839575.'56'(0.000000) + 1.543682.'60'(0.000000) + 0.826408.'62'(0.000000) + 0.445008.'70'(0.000000) + 1.047246.'72'(0.000000) + 1.790041.'85'(0.000000) + 1.707543.'96'(0.000000) + 1.393235.'97'(0.000000) + 1.631430.'99'(0.000000) + 0) <= 8.278164 ('25') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.582926.'90'(0.117065) + 0.852950.'86'(0.055288) + 1.968243.'24'(0.117065) + 1.463992.'22'(0.055288) + 2.275936.'21'(0.044890) + 1.586628.'20'(0.055288) + 0.700088.'17'(0.055288) + 1.930838.'11'(0.055288) + 1.605401.'8'(0.044890) + 2.213348.'3'(0.047986) + 2.216668.'42'(0.000000) + 2.735909.'44'(0.000000) + 1.377609.'53'(0.000000) + 1.068098.'56'(0.000000) + 1.881393.'58'(0.000000) + 1.110333.'61'(0.000000) + 1.970628.'66'(0.000000) + 1.854642.'76'(0.000000) + 2.315407.'85'(0.000000) + 2.413145.'88'(0.000000) + 2.095055.'89'(0.000000) + 2.920734.'99'(0.000000) + 0.296508.'99'(0.000000) + 0) <= 1.605618 ('52') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.500403.'69'(0.055288) + 1.010767.'36'(0.044890) + 1.155567.'35'(0.117065) + 1.270625.'33'(0.117065) + 1.234065.'30'(0.055288) + 1.960461.'28'(0.044890) + 0.597022.'24'(0.117065) + 1.509283.'23'(0.190433) + 1.650449.'21'(0.044890) + 0.190792.'18'(0.304877) + 2.790382.'17'(0.055288) + 0.917591.'9'(0.047986) + 1.829724.'7'(0.117065) + 1.312310.'3'(0.047986) + 1.549115.'32'(0.000000) + 0.945035.'39'(0.000000) + 1.845643.'40'(0.000000) + 1.436872.'41'(0.000000) + 1.312611.'43'(0.000000) + 0.461758.'48'(0.000000) + 1.051983.'51'(0.000000) + 0.967414.'53'(0.000000) + 0.207016.'63'(0.000000) + 1.827518.'70'(0.000000) + 1.826029.'77'(0.000000) + 1.855022.'88'(0.000000) + 2.689271.'95'(0.000000) + 1.124601.'95'(0.000000) + 1.096615.'98'(0.000000) + 1.216817.'99'(0.000000) + 0) <= 5.488930 ('98') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.600249.'90'(0.117065) + 2.002366.'80'(0.791906) + 1.615311.'33'(0.117065) + 2.756266.'28'(0.044890) + 1.038606.'17'(0.055288) + 0.745036.'15'(0.190433) + 1.594266.'14'(0.047986) + 1.714136.'10'(0.047986) + 1.196129.'3'(0.047986) + 0.396242.'32'(0.000000) + 1.021566.'37'(0.000000) + 1.690279.'42'(0.000000) + 1.731374.'48'(0.000000) + 1.498471.'49'(0.000000) + 1.663880.'56'(0.000000) + 1.268963.'64'(0.000000) + 2.612767.'74'(0.000000) + 0.964437.'87'(0.000000) + 1.381244.'88'(0.000000) + 1.586140.'89'(0.000000) + 2.018181.'94'(0.000000) + 1.099522.'98'(0.000000) + 0) <= 6.434422 ('68') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.722465.'93'(0.055288) + 1.334929.'92'(0.044890) + 2.289511.'86'(0.055288) + 1.313342.'69'(0.055288) + 1.809836.'59'(0.044890) + 0.489061.'27'(0.055288) + 1.899466.'25'(0.047986) + 1.371088.'18'(0.304877) + 1.717023.'14'(0.047986) + 2.793898.'12'(0.117065) + 0.720775.'10'(0.047986) + 2.602234.'7'(0.117065) + 0.633028.'6'(0.055288) + 2.380381.'6'(0.055288) + 1.594297.'3'(0.047986) + 1.684147.'34'(0.000000) + 0.216829.'41'(0.000000) + 0.376558.'50'(0.000000) + 1.996872.'60'(0.000000) + 1.712433.'67'(0.000000) + 1.712529.'73'(0.000000) + 0.701338.'74'(0.000000) + 1.192733.'77'(0.000000) + 1.941639.'85'(0.000000) + 1.445164.'85'(0.000000) + 1.268315.'88'(0.000000) + 0.890821.'89'(0.000000) + 2.380611.'91'(0.000000) + 1.668623.'96'(0.000000) + 0) <= 9.935049 ('4') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.670495.'84'(0.047986) + 0.624802.'25'(0.047986) + 1.801654.'19'(0.047986) + 1.120138.'14'(0.047986) + 0.932296.'13'(0.047986) + 1.637093.'10'(0.047986) + 1.598009.'9'(0.047986) + 0.980407.'4'(0.047986) + 1.835484.'3'(0.047986) + 0.485483.'32'(0.000000) + 0.705884.'38'(0.000000) + 1.484748.'40'(0.000000) + 2.684493.'41'(0.000000) + 0.995548.'45'(0.000000) + 2.044312.'50'(0.000000) + 2.297653.'54'(0.000000) + 0.559155.'61'(0.000000) + 1.922187.'68'(0.000000) + 1.773595.'72'(0.000000) + 1.261842.'76'(0.000000) + 0.956929.'79'(0.000000) + 2.699869.'81'(0.000000) + 1.455454.'83'(0.000000) + 2.632862.'88'(0.000000) + 0.833982.'89'(0.000000) + 0) <= 0.585453 ('29') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.173676.'84'(0.047986) + 2.415292.'33'(0.117065) + 0.789312.'31'(0.055288) + 2.124169.'28'(0.044890) + 1.217762.'26'(0.044890) + 1.866724.'26'(0.044890) + 1.156288.'25'(0.047986) + 2.405819.'23'(0.190433) + 2.016256.'20'(0.055288) + 1.175934.'16'(0.117065) + 1.958345.'13'(0.047986) + 1.719191.'4'(0.047986) + 0.807079.'3'(0.047986) + 1.636359.'29'(0.000000) + 0.767464.'34'(0.000000) + 0.774260.'40'(0.000000) + 0.401551.'52'(0.000000) + 1.186978.'58'(0.000000) + 0.454369.'61'(0.000000) + 2.090000.'64'(0.000000) + 1.999658.'65'(0.000000) + 1.283821.'66'(0.000000) + 1.676183.'74'(0.000000) + 2.159136.'89'(0.000000) + 1.519798.'91'(0.000000) + 0.781954.'96'(0.000000) + 2.031256.'97'(0.000000) + 1.038544.'99'(0.000000) + 2.262776.'100'(0.000000) + 0) <= 4.891763 ('7') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.530311.'93'(0.055288) + 0.266187.'90'(0.117065) + 1.216180.'71'(0.055288) + 0.704725.'36'(0.044890) + 1.920286.'21'(0.044890) + 2.121720.'18'(0.304877) + 1.840147.'16'(0.117065) + 0.449495.'9'(0.047986) + 2.580847.'7'(0.117065) + 0.047663.'6'(0.055288) + 2.699696.'6'(0.055288) + 1.725812.'3'(0.047986) + 1.229039.'38'(0.000000) + 1.943076.'47'(0.000000) + 0.520589.'49'(0.000000) + 2.123352.'51'(0.000000) + 1.436994.'73'(0.000000) + 1.642114.'75'(0.000000) + 0.634558.'77'(0.000000) + 2.055193.'78'(0.000000) + 1.596818.'99'(0.000000) + 0) <= 1.821940 ('75') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.844910.'35'(0.117065) + 1.915955.'33'(0.117065) + 1.672159.'31'(0.055288) + 1.988658.'25'(0.047986) + 1.489850.'12'(0.117065) + 1.378286.'5'(0.117065) + 2.163410.'3'(0.047986) + 1.887435.'29'(0.000000) + 1.735787.'34'(0.000000) + 0.719743.'38'(0.000000) + 1.561121.'41'(0.000000) + 2.577972.'44'(0.000000) + 0.801504.'45'(0.000000) + 2.612984.'48'(0.000000) + 1.891429.'49'(0.000000) + 2.047954.'55'(0.000000) + 2.473651.'57'(0.000000) + 1.859591.'64'(0.000000) + 0.434792.'68'(0.000000) + 1.648515.'77'(0.000000) + 2.571814.'78'(0.000000) + 2.171619.'94'(0.000000) + 2.243891.'96'(0.000000) + 1.684012.'97'(0.000000) + 1.502507.'99'(0.000000) + 1.380634.'100'(0.000000) + 0) <= 6.644015 ('99') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.476918.'84'(0.047986) + 0.849923.'69'(0.055288) + 2.093685.'35'(0.117065) + 1.889550.'28'(0.044890) + 2.416087.'17'(0.055288) + 2.147111.'16'(0.117065) + 1.828361.'15'(0.190433) + 1.897890.'8'(0.044890) + 1.341357.'3'(0.047986) + 1.183772.'38'(0.000000) + 2.259239.'45'(0.000000) + 2.304740.'54'(0.000000) + 2.963320.'55'(0.000000) + 1.020056.'60'(0.000000) + 2.392861.'62'(0.000000) + 1.582759.'66'(0.000000) + 0.330349.'66'(0.000000) + 1.518004.'77'(0.000000) + 1.562599.'100'(0.000000) + 0) <= 4.954696 ('2') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.921470.'84'(0.047986) + 1.296255.'69'(0.055288) + 1.478299.'46'(0.209217) + 2.029583.'30'(0.055288) + 0.841020.'26'(0.044890) + 1.139860.'23'(0.190433) + 1.568970.'22'(0.055288) + 0.923024.'14'(0.047986) + 1.947907.'10'(0.047986) + 1.613401.'8'(0.044890) + 2.048333.'3'(0.047986) + 1.242858.'37'(0.000000) + 2.620494.'39'(0.000000) + 0.929191.'42'(0.000000) + 0.938981.'43'(0.000000) + 1.413485.'49'(0.000000) + 0.248788.'55'(0.000000) + 1.219798.'56'(0.000000) + 0.163106.'58'(0.000000) + 2.446861.'72'(0.000000) + 1.363351.'82'(0.000000) + 1.367356.'85'(0.000000) + 0.634727.'95'(0.000000) + 0) <= 4.884471 ('45') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.131471.'86'(0.055288) + 1.389703.'84'(0.047986) + 1.137373.'69'(0.055288) + 0.961740.'36'(0.044890) + 0.964799.'35'(0.117065) + 0.895045.'28'(0.044890) + 1.504077.'27'(0.055288) + 0.563245.'26'(0.044890) + 2.003912.'24'(0.117065) + 2.367892.'23'(0.190433) + 0.950068.'20'(0.055288) + 1.434757.'18'(0.304877) + 1.319108.'17'(0.055288) + 1.444469.'17'(0.055288) + 1.437892.'15'(0.190433) + 1.516858.'14'(0.047986) + 1.667837.'11'(0.055288) + 1.538583.'9'(0.047986) + 1.966196.'4'(0.047986) + 2.136756.'3'(0.047986) + 0.929662.'34'(0.000000) + 1.533794.'40'(0.000000) + 2.292413.'42'(0.000000) + 1.794266.'50'(0.000000) + 2.079914.'61'(0.000000) + 1.840872.'63'(0.000000) + 1.662129.'66'(0.000000) + 1.851840.'68'(0.000000) + 2.420183.'70'(0.000000) + 1.273244.'74'(0.000000) + 0.827626.'77'(0.000000) + 1.737833.'85'(0.000000) + 1.292351.'96'(0.000000) + 0) <= 9.225040 ('20') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.726082.'92'(0.044890) + 1.275180.'71'(0.055288) + 1.288342.'31'(0.055288) + 1.483497.'27'(0.055288) + 1.690805.'23'(0.190433) + 0.630625.'18'(0.304877) + 1.617395.'17'(0.055288) + 0.591526.'5'(0.117065) + 0.890883.'4'(0.047986) + 0.402798.'3'(0.047986) + 3.871658.'3'(0.047986) + 0.148229.'32'(0.000000) + 2.110458.'37'(0.000000) + 2.420470.'51'(0.000000) + 0.812989.'54'(0.000000) + 1.543979.'60'(0.000000) + 2.200044.'68'(0.000000) + 0.730323.'73'(0.000000) + 0.942012.'75'(0.000000) + 2.125227.'76'(0.000000) + 1.723653.'79'(0.000000) + 1.792758.'94'(0.000000) + 0) <= 5.961630 ('60') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.807381.'80'(0.791906) + 0.904643.'36'(0.044890) + 2.272959.'35'(0.117065) + 0.636840.'24'(0.117065) + 2.822643.'20'(0.055288) + 1.978632.'17'(0.055288) + 1.630620.'12'(0.117065) + 2.632697.'11'(0.055288) + 2.264931.'8'(0.044890) + 1.348925.'3'(0.047986) + 1.907995.'34'(0.000000) + 0.993292.'54'(0.000000) + 1.365802.'61'(0.000000) + 2.246635.'62'(0.000000) + 1.469972.'62'(0.000000) + 1.177692.'64'(0.000000) + 1.992859.'76'(0.000000) + 1.413198.'81'(0.000000) + 0.209372.'85'(0.000000) + 1.589523.'89'(0.000000) + 0.817847.'95'(0.000000) + 1.895427.'97'(0.000000) + 1.958948.'99'(0.000000) + 2.045028.'100'(0.000000) + 0) <= 4.685810 ('79') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.807569.'86'(0.055288) + 1.538334.'80'(0.791906) + 0.009143.'59'(0.044890) + 2.341725.'59'(0.044890) + 2.500060.'31'(0.055288) + 1.299172.'30'(0.055288) + 1.622814.'28'(0.044890) + 0.968384.'23'(0.190433) + 1.001826.'22'(0.055288) + 1.036549.'21'(0.044890) + 1.111419.'19'(0.047986) + 0.435938.'16'(0.117065) + 1.948070.'12'(0.117065) + 1.055126.'7'(0.117065) + 2.029690.'3'(0.047986) + 1.691699.'29'(0.000000) + 1.772258.'32'(0.000000) + 2.220123.'43'(0.000000) + 1.235536.'51'(0.000000) + 1.955820.'54'(0.000000) + 1.473271.'57'(0.000000) + 1.177250.'62'(0.000000) + 1.356982.'65'(0.000000) + 1.155692.'76'(0.000000) + 1.600414.'77'(0.000000) + 2.221030.'78'(0.000000) + 2.070967.'82'(0.000000) + 0.213146.'91'(0.000000) + 1.585347.'94'(0.000000) + 2.286602.'95'(0.000000) + 1.322240.'95'(0.000000) + 1.624902.'100'(0.000000) + 0) <= 8.363707 ('63') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.231378.'84'(0.047986) + 1.171334.'80'(0.791906) + 1.475675.'36'(0.044890) + 1.065853.'31'(0.055288) + 1.371355.'28'(0.044890) + 1.349891.'25'(0.047986) + 2.356759.'21'(0.044890) + 1.154521.'13'(0.047986) + 1.642631.'4'(0.047986) + 1.803419.'29'(0.000000) + 0.059702.'34'(0.000000) + 2.322424.'38'(0.000000) + 1.806462.'47'(0.000000) + 2.652397.'49'(0.000000) + 2.627669.'52'(0.000000) + 2.448438.'64'(0.000000) + 1.058054.'68'(0.000000) + 1.271334.'70'(0.000000) + 0.447299.'74'(0.000000) + 2.254469.'75'(0.000000) + 0.607915.'82'(0.000000) + 2.410036.'83'(0.000000) + 2.159365.'87'(0.000000) + 1.685373.'88'(0.000000) + 0.830329.'89'(0.000000) + 0) <= 9.872597 ('8') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.527962.'84'(0.047986) + 1.521487.'80'(0.791906) + 2.593689.'71'(0.055288) + 1.915303.'35'(0.117065) + 1.267922.'28'(0.044890) + 1.325611.'21'(0.044890) + 0.951599.'17'(0.055288) + 1.528275.'15'(0.190433) + 1.768309.'9'(0.047986) + 0.690963.'4'(0.047986) + 0.960678.'32'(0.000000) + 1.637105.'40'(0.000000) + 0.527211.'42'(0.000000) + 1.679024.'65'(0.000000) + 1.511008.'72'(0.000000) + 1.781358.'81'(0.000000) + 1.515409.'89'(0.000000) + 2.178862.'98'(0.000000) + 0) <= 2.357095 ('53') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.556275.'36'(0.044890) + 1.418854.'33'(0.117065) + 2.040427.'31'(0.055288) + 1.755380.'27'(0.055288) + 1.488516.'26'(0.044890) + 1.931610.'25'(0.047986) + 1.857218.'21'(0.044890) + 0.753160.'18'(0.304877) + 0.684322.'17'(0.055288) + 1.247582.'12'(0.117065) + 0.284490.'8'(0.044890) + 1.257379.'7'(0.117065) + 1.169682.'4'(0.047986) + 0.741039.'34'(0.000000) + 1.675250.'38'(0.000000) + 0.974257.'40'(0.000000) + 1.417308.'42'(0.000000) + 0.739555.'43'(0.000000) + 1.088111.'47'(0.000000) + 1.248926.'51'(0.000000) + 2.714532.'54'(0.000000) + 2.400820.'55'(0.000000) + 1.189201.'63'(0.000000) + 0.715783.'64'(0.000000) + 0.606586.'66'(0.000000) + 0.536060.'72'(0.000000) + 0.188211.'73'(0.000000) + 0.941898.'76'(0.000000) + 1.697494.'88'(0.000000) + 1.392083.'94'(0.000000) + 0.367002.'94'(0.000000) + 0) <= 5.641394 ('58') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.411710.'92'(0.044890) + 1.605084.'86'(0.055288) + 1.336043.'84'(0.047986) + 0.782016.'71'(0.055288) + 1.194869.'59'(0.044890) + 1.929850.'35'(0.117065) + 1.074458.'31'(0.055288) + 2.318901.'23'(0.190433) + 1.561340.'21'(0.044890) + 1.049424.'15'(0.190433) + 1.186545.'7'(0.117065) + 1.595558.'5'(0.117065) + 1.806439.'4'(0.047986) + 1.616322.'32'(0.000000) + 0.727570.'44'(0.000000) + 0.907775.'51'(0.000000) + 0.928695.'57'(0.000000) + 2.592235.'58'(0.000000) + 1.159663.'64'(0.000000) + 2.478819.'70'(0.000000) + 1.767487.'74'(0.000000) + 0.982492.'74'(0.000000) + 2.094247.'78'(0.000000) + 1.134127.'79'(0.000000) + 1.102956.'81'(0.000000) + 2.546143.'88'(0.000000) + 2.168648.'89'(0.000000) + 1.467387.'96'(0.000000) + 2.749127.'99'(0.000000) + 0) <= 8.061098 ('77') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.862910.'71'(0.055288) + 2.403822.'35'(0.117065) + 1.647258.'33'(0.117065) + 1.126966.'31'(0.055288) + 2.531904.'8'(0.044890) + 0.438380.'4'(0.047986) + 0.179274.'34'(0.000000) + 1.805393.'43'(0.000000) + 1.516429.'47'(0.000000) + 2.260190.'50'(0.000000) + 1.168456.'52'(0.000000) + 0.310728.'57'(0.000000) + 1.479904.'58'(0.000000) + 1.100766.'58'(0.000000) + 2.504417.'61'(0.000000) + 0.918535.'61'(0.000000) + 0.983692.'63'(0.000000) + 0.162714.'63'(0.000000) + 1.254571.'64'(0.000000) + 2.099187.'68'(0.000000) + 0.787599.'70'(0.000000) + 1.255834.'89'(0.000000) + 2.320241.'91'(0.000000) + 2.384886.'98'(0.000000) + 0.996143.'100'(0.000000) + 0) <= 7.407568 ('78') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.340980.'93'(0.055288) + 1.959896.'84'(0.047986) + 2.773382.'69'(0.055288) + 1.529062.'59'(0.044890) + 2.410161.'24'(0.117065) + 0.925735.'20'(0.055288) + 0.934010.'14'(0.047986) + 2.153666.'13'(0.047986) + 1.621200.'11'(0.055288) + 1.910088.'9'(0.047986) + 0.459509.'4'(0.047986) + 2.218274.'29'(0.000000) + 1.742240.'34'(0.000000) + 2.062236.'37'(0.000000) + 2.002052.'47'(0.000000) + 1.428662.'54'(0.000000) + 1.266244.'62'(0.000000) + 0.469901.'62'(0.000000) + 0.157057.'66'(0.000000) + 2.486818.'67'(0.000000) + 2.018923.'70'(0.000000) + 1.294832.'73'(0.000000) + 2.493142.'75'(0.000000) + 0.698662.'87'(0.000000) + 2.076972.'97'(0.000000) + 0) <= 2.913811 ('38') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.832100.'93'(0.055288) + 1.417811.'92'(0.044890) + 0.867851.'90'(0.117065) + 1.007905.'69'(0.055288) + 2.758488.'46'(0.209217) + 2.476172.'20'(0.055288) + 1.751335.'16'(0.117065) + 1.478643.'14'(0.047986) + 1.933794.'12'(0.117065) + 1.299035.'11'(0.055288) + 1.081648.'4'(0.047986) + 1.410759.'32'(0.000000) + 1.640976.'39'(0.000000) + 1.827070.'43'(0.000000) + 1.786897.'44'(0.000000) + 0.651216.'50'(0.000000) + 1.078194.'53'(0.000000) + 0.859721.'54'(0.000000) + 2.087403.'55'(0.000000) + 2.043521.'63'(0.000000) + 1.680136.'76'(0.000000) + 0.275012.'83'(0.000000) + 1.479648.'94'(0.000000) + 0.857449.'97'(0.000000) + 2.162809.'100'(0.000000) + 0) <= 8.909551 ('39') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.096353.'93'(0.055288) + 0.765692.'69'(0.055288) + 1.902882.'33'(0.117065) + 0.565334.'31'(0.055288) + 0.947449.'26'(0.044890) + 2.518136.'25'(0.047986) + 1.514956.'23'(0.190433) + 1.802529.'22'(0.055288) + 0.612244.'19'(0.047986) + 1.686128.'14'(0.047986) + 1.337141.'12'(0.117065) + 1.600630.'9'(0.047986) + 0.659929.'6'(0.055288) + 2.852422.'6'(0.055288) + 1.236833.'4'(0.047986) + 2.591081.'38'(0.000000) + 1.791141.'40'(0.000000) + 0.703951.'41'(0.000000) + 1.748973.'43'(0.000000) + 1.474951.'45'(0.000000) + 1.623784.'48'(0.000000) + 0.237381.'51'(0.000000) + 1.942189.'56'(0.000000) + 0.308290.'56'(0.000000) + 1.573361.'61'(0.000000) + 1.811404.'75'(0.000000) + 2.147179.'77'(0.000000) + 2.341733.'81'(0.000000) + 0.694496.'82'(0.000000) + 1.113815.'83'(0.000000) + 1.499899.'87'(0.000000) + 0) <= 5.522559 ('92') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.851679.'93'(0.055288) + 2.221973.'90'(0.117065) + 1.263220.'84'(0.047986) + 1.333887.'71'(0.055288) + 1.224413.'33'(0.117065) + 1.649765.'27'(0.055288) + 1.045597.'7'(0.117065) + 1.350725.'4'(0.047986) + 1.419477.'32'(0.000000) + 2.644512.'39'(0.000000) + 1.844203.'43'(0.000000) + 1.184394.'48'(0.000000) + 1.683553.'51'(0.000000) + 0.940429.'55'(0.000000) + 1.275770.'61'(0.000000) + 2.712213.'62'(0.000000) + 2.200546.'75'(0.000000) + 1.693285.'96'(0.000000) + 0) <= 7.362310 ('65') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.246983.'93'(0.055288) + 0.958494.'71'(0.055288) + 2.254789.'59'(0.044890) + 1.992356.'36'(0.044890) + 2.386986.'33'(0.117065) + 1.072969.'27'(0.055288) + 2.819781.'15'(0.190433) + 0.748877.'6'(0.055288) + 0.396183.'4'(0.047986) + 0.596986.'32'(0.000000) + 1.019058.'47'(0.000000) + 0.856391.'60'(0.000000) + 2.279437.'64'(0.000000) + 0.958431.'72'(0.000000) + 0.570530.'99'(0.000000) + 0) <= 3.763032 ('23') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.426070.'36'(0.044890) + 2.287539.'30'(0.055288) + 1.176852.'28'(0.044890) + 1.161188.'27'(0.055288) + 2.155554.'24'(0.117065) + 1.845106.'16'(0.117065) + 1.425796.'9'(0.047986) + 2.251970.'6'(0.055288) + 1.144344.'5'(0.117065) + 1.297185.'4'(0.047986) + 1.905763.'37'(0.000000) + 1.649885.'47'(0.000000) + 1.443146.'48'(0.000000) + 0.773042.'56'(0.000000) + 1.178002.'57'(0.000000) + 2.306647.'60'(0.000000) + 1.029172.'62'(0.000000) + 1.298559.'65'(0.000000) + 0.502265.'67'(0.000000) + 0.090903.'81'(0.000000) + 0.364806.'88'(0.000000) + 0.133610.'89'(0.000000) + 2.436939.'98'(0.000000) + 1.037696.'99'(0.000000) + 0) <= 8.119913 ('51') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.209874.'93'(0.055288) + 2.103785.'80'(0.791906) + 0.332730.'59'(0.044890) + 1.663079.'46'(0.209217) + 1.156131.'33'(0.117065) + 0.906294.'27'(0.055288) + 1.878458.'19'(0.047986) + 1.323330.'5'(0.117065) + 2.393728.'40'(0.000000) + 1.394635.'47'(0.000000) + 2.035817.'53'(0.000000) + 1.912910.'57'(0.000000) + 1.834719.'66'(0.000000) + 0.698450.'67'(0.000000) + 3.478828.'74'(0.000000) + 1.238403.'74'(0.000000) + 1.024066.'76'(0.000000) + 1.658992.'83'(0.000000) + 2.553487.'87'(0.000000) + 1.170282.'99'(0.000000) + 1.769530.'100'(0.000000) + 0) <= 8.836129 ('54') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.505703.'92'(0.044890) + 1.952092.'59'(0.044890) + 2.786041.'46'(0.209217) + 1.837654.'30'(0.055288) + 2.204686.'28'(0.044890) + 2.448328.'20'(0.055288) + 1.890408.'13'(0.047986) + 2.379287.'8'(0.044890) + 1.338248.'7'(0.117065) + 1.010145.'7'(0.117065) + 1.255739.'5'(0.117065) + 1.606896.'37'(0.000000) + 0.306243.'45'(0.000000) + 1.400339.'51'(0.000000) + 2.779256.'55'(0.000000) + 2.529108.'67'(0.000000) + 1.725155.'82'(0.000000) + 1.110933.'85'(0.000000) + 0.980861.'91'(0.000000) + 0) <= 8.092736 ('72') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.191403.'93'(0.055288) + 0.638276.'92'(0.044890) + 1.335012.'71'(0.055288) + 1.816494.'46'(0.209217) + 1.851132.'27'(0.055288) + 0.677658.'24'(0.117065) + 2.020970.'24'(0.117065) + 1.725278.'20'(0.055288) + 2.468596.'10'(0.047986) + 2.712307.'5'(0.117065) + 1.085876.'34'(0.000000) + 0.849402.'42'(0.000000) + 2.043918.'44'(0.000000) + 1.920871.'50'(0.000000) + 0.937560.'51'(0.000000) + 1.661409.'52'(0.000000) + 1.566985.'58'(0.000000) + 2.328504.'60'(0.000000) + 1.636311.'62'(0.000000) + 1.161869.'63'(0.000000) + 1.856217.'78'(0.000000) + 1.447291.'83'(0.000000) + 0.954600.'87'(0.000000) + 1.667261.'91'(0.000000) + 1.860146.'95'(0.000000) + 1.010256.'96'(0.000000) + 0.862948.'99'(0.000000) + 0) <= 8.200807 ('50') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.518992.'92'(0.044890) + 2.052633.'90'(0.117065) + 1.567765.'26'(0.044890) + 2.093159.'22'(0.055288) + 0.481976.'11'(0.055288) + 1.338257.'5'(0.117065) + 1.218595.'39'(0.000000) + 1.556005.'48'(0.000000) + 0.761649.'49'(0.000000) + 0.502800.'52'(0.000000) + 1.006855.'54'(0.000000) + 2.245317.'56'(0.000000) + 0.893330.'56'(0.000000) + 2.297138.'60'(0.000000) + 2.376212.'63'(0.000000) + 0.630327.'63'(0.000000) + 1.311088.'70'(0.000000) + 1.827891.'74'(0.000000) + 1.576149.'78'(0.000000) + 0.910181.'85'(0.000000) + 1.293975.'98'(0.000000) + 0) <= 1.026905 ('76') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.033565.'92'(0.044890) + 1.309848.'86'(0.055288) + 0.950503.'35'(0.117065) + 1.609973.'24'(0.117065) + 1.109655.'22'(0.055288) + 1.312221.'16'(0.117065) + 2.295369.'15'(0.190433) + 2.216987.'14'(0.047986) + 1.462653.'5'(0.117065) + 0.691542.'32'(0.000000) + 1.542888.'34'(0.000000) + 2.429402.'40'(0.000000) + 1.884306.'41'(0.000000) + 1.590293.'49'(0.000000) + 0.499048.'52'(0.000000) + 1.107525.'54'(0.000000) + 1.262520.'55'(0.000000) + 2.013180.'67'(0.000000) + 1.326043.'68'(0.000000) + 1.111841.'85'(0.000000) + 1.644833.'91'(0.000000) + 2.330849.'99'(0.000000) + 2.234172.'100'(0.000000) + 0) <= 3.913620 ('34') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.435956.'93'(0.055288) + 1.281846.'90'(0.117065) + 1.755136.'59'(0.044890) + 1.722804.'30'(0.055288) + 2.384551.'25'(0.047986) + 1.460590.'21'(0.044890) + 1.143384.'17'(0.055288) + 0.836928.'10'(0.047986) + 1.417114.'9'(0.047986) + 1.516449.'8'(0.044890) + 1.185868.'5'(0.117065) + 2.301953.'41'(0.000000) + 1.849998.'43'(0.000000) + 3.380930.'45'(0.000000) + 0.341482.'45'(0.000000) + 1.611176.'47'(0.000000) + 2.394636.'53'(0.000000) + 0.166431.'55'(0.000000) + 0.881387.'70'(0.000000) + 0.743232.'81'(0.000000) + 1.631634.'95'(0.000000) + 1.586512.'98'(0.000000) + 0) <= 9.680259 ('14') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.633133.'86'(0.055288) + 1.162256.'80'(0.791906) + 1.335876.'71'(0.055288) + 1.901744.'36'(0.044890) + 1.669642.'33'(0.117065) + 0.311766.'30'(0.055288) + 2.151620.'28'(0.044890) + 1.153929.'21'(0.044890) + 2.174338.'16'(0.117065) + 2.131237.'15'(0.190433) + 0.777652.'13'(0.047986) + 1.343178.'12'(0.117065) + 1.932948.'10'(0.047986) + 0.678396.'9'(0.047986) + 0.491913.'7'(0.117065) + 3.091481.'7'(0.117065) + 1.685469.'5'(0.117065) + 2.558429.'32'(0.000000) + 2.031230.'39'(0.000000) + 1.508695.'44'(0.000000) + 1.447130.'48'(0.000000) + 1.900084.'52'(0.000000) + 1.102746.'54'(0.000000) + 2.300797.'58'(0.000000) + 1.203901.'65'(0.000000) + 2.041466.'68'(0.000000) + 0.038854.'73'(0.000000) + 1.907427.'76'(0.000000) + 0.795694.'77'(0.000000) + 0.621027.'79'(0.000000) + 2.230247.'85'(0.000000) + 0.708732.'85'(0.000000) + 2.398304.'87'(0.000000) + 1.509044.'88'(0.000000) + 0) <= 6.623750 ('90') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.861915.'23'(0.190433) + 0.398432.'20'(0.055288) + 0.348232.'19'(0.047986) + 1.557759.'14'(0.047986) + 0.849278.'11'(0.055288) + 1.805209.'9'(0.047986) + 2.106537.'5'(0.117065) + 0.901883.'40'(0.000000) + 1.755298.'75'(0.000000) + 2.465917.'79'(0.000000) + 0.630435.'81'(0.000000) + 2.844888.'87'(0.000000) + 2.564162.'94'(0.000000) + 0.886669.'96'(0.000000) + 0) <= 5.798078 ('97') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.986774.'93'(0.055288) + 2.129439.'90'(0.117065) + 0.504105.'86'(0.055288) + 1.012841.'71'(0.055288) + 2.698086.'59'(0.044890) + 1.247368.'22'(0.055288) + 2.513839.'19'(0.047986) + 2.400045.'18'(0.304877) + 2.112467.'16'(0.117065) + 0.735563.'11'(0.055288) + 1.003183.'5'(0.117065) + 2.867547.'41'(0.000000) + 2.104903.'45'(0.000000) + 1.304182.'45'(0.000000) + 1.417697.'52'(0.000000) + 1.825915.'53'(0.000000) + 2.084658.'64'(0.000000) + 3.719574.'72'(0.000000) + 0.924831.'72'(0.000000) + 1.559884.'73'(0.000000) + 1.952455.'75'(0.000000) + 1.955672.'76'(0.000000) + 1.949070.'81'(0.000000) + 1.032202.'82'(0.000000) + 1.294046.'87'(0.000000) + 1.129043.'88'(0.000000) + 0.806494.'100'(0.000000) + 0) <= 8.274947 ('48') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.635734.'80'(0.791906) + 2.095180.'46'(0.209217) + 0.725167.'36'(0.044890) + 2.271546.'20'(0.055288) + 2.198669.'19'(0.047986) + 1.238047.'13'(0.047986) + 1.535250.'6'(0.055288) + 1.515090.'5'(0.117065) + 2.020019.'29'(0.000000) + 1.259660.'32'(0.000000) + 2.466898.'43'(0.000000) + 1.808178.'47'(0.000000) + 0.504793.'48'(0.000000) + 2.550781.'50'(0.000000) + 1.681028.'58'(0.000000) + 1.761519.'60'(0.000000) + 1.689321.'63'(0.000000) + 1.915552.'65'(0.000000) + 2.361221.'72'(0.000000) + 0.669521.'76'(0.000000) + 2.485123.'97'(0.000000) + 0) <= 9.796025 ('11') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.661002.'90'(0.117065) + 2.407292.'90'(0.117065) + 1.942971.'59'(0.044890) + 1.725725.'36'(0.044890) + 2.172529.'35'(0.117065) + 0.829035.'30'(0.055288) + 1.281685.'25'(0.047986) + 1.611460.'21'(0.044890) + 0.738678.'19'(0.047986) + 1.710213.'16'(0.117065) + 2.735077.'7'(0.117065) + 0.083909.'6'(0.055288) + 2.136714.'6'(0.055288) + 0.150543.'34'(0.000000) + 1.933948.'62'(0.000000) + 2.297694.'65'(0.000000) + 1.854279.'68'(0.000000) + 2.652965.'72'(0.000000) + 0.030444.'72'(0.000000) + 1.111043.'74'(0.000000) + 1.422199.'75'(0.000000) + 1.411177.'76'(0.000000) + 2.670719.'81'(0.000000) + 1.493695.'87'(0.000000) + 1.926493.'94'(0.000000) + 0.531050.'96'(0.000000) + 0.441528.'97'(0.000000) + 0) <= 6.605518 ('93') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.525602.'92'(0.044890) + 1.515803.'86'(0.055288) + 0.976964.'30'(0.055288) + 2.415421.'28'(0.044890) + 2.315996.'26'(0.044890) + 2.032811.'22'(0.055288) + 1.473279.'16'(0.117065) + 1.662487.'6'(0.055288) + 1.300374.'41'(0.000000) + 1.461032.'43'(0.000000) + 1.236381.'50'(0.000000) + 1.974750.'57'(0.000000) + 2.426716.'58'(0.000000) + 1.463471.'68'(0.000000) + 1.520294.'73'(0.000000) + 1.787750.'76'(0.000000) + 0.127668.'76'(0.000000) + 1.582301.'78'(0.000000) + 2.091996.'79'(0.000000) + 2.088225.'81'(0.000000) + 0.891293.'83'(0.000000) + 1.809023.'87'(0.000000) + 1.909719.'94'(0.000000) + 2.623823.'95'(0.000000) + 0.875209.'95'(0.000000) + 1.452183.'96'(0.000000) + 0) <= 4.144306 ('74') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.995885.'80'(0.791906) + 1.729223.'46'(0.209217) + 0.944280.'33'(0.117065) + 1.922132.'27'(0.055288) + 1.607087.'23'(0.190433) + 1.862937.'22'(0.055288) + 1.879537.'20'(0.055288) + 1.511062.'17'(0.055288) + 2.315943.'6'(0.055288) + 2.772940.'34'(0.000000) + 1.403605.'43'(0.000000) + 1.182474.'52'(0.000000) + 0.528777.'55'(0.000000) + 2.819004.'72'(0.000000) + 0.978734.'74'(0.000000) + 1.297028.'76'(0.000000) + 1.444680.'77'(0.000000) + 2.383938.'83'(0.000000) + 0.844509.'89'(0.000000) + 1.829662.'95'(0.000000) + 2.528732.'97'(0.000000) + 1.380106.'97'(0.000000) + 0) <= 4.629623 ('15') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.974841.'80'(0.791906) + 0.574715.'69'(0.055288) + 1.332501.'46'(0.209217) + 0.800404.'36'(0.044890) + 1.823797.'31'(0.055288) + 2.892431.'28'(0.044890) + 1.937621.'14'(0.047986) + 0.546540.'10'(0.047986) + 1.925044.'6'(0.055288) + 0.542132.'34'(0.000000) + 1.890463.'43'(0.000000) + 1.280956.'45'(0.000000) + 1.301749.'47'(0.000000) + 1.696964.'52'(0.000000) + 0.976693.'55'(0.000000) + 2.669001.'79'(0.000000) + 1.274806.'91'(0.000000) + 1.116902.'96'(0.000000) + 2.448290.'100'(0.000000) + 0) <= 2.259755 ('69') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.598310.'84'(0.047986) + 1.415219.'59'(0.044890) + 0.231293.'35'(0.117065) + 2.511423.'27'(0.055288) + 1.106094.'23'(0.190433) + 1.095323.'17'(0.055288) + 1.190739.'10'(0.047986) + 1.798665.'8'(0.044890) + 0.999832.'6'(0.055288) + 1.813101.'37'(0.000000) + 2.671260.'45'(0.000000) + 0.668126.'45'(0.000000) + 2.013190.'58'(0.000000) + 3.069511.'61'(0.000000) + 1.337746.'61'(0.000000) + 0.857582.'65'(0.000000) + 1.395303.'78'(0.000000) + 1.515895.'81'(0.000000) + 2.428484.'82'(0.000000) + 0.762707.'91'(0.000000) + 0) <= 7.659936 ('86') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.066306.'86'(0.055288) + 2.320893.'84'(0.047986) + 2.091477.'36'(0.044890) + 1.638725.'33'(0.117065) + 1.438849.'22'(0.055288) + 2.210482.'19'(0.047986) + 2.039572.'18'(0.304877) + 1.081318.'14'(0.047986) + 2.519726.'13'(0.047986) + 1.791372.'9'(0.047986) + 1.146782.'8'(0.044890) + 1.289588.'6'(0.055288) + 1.980664.'32'(0.000000) + 1.378765.'38'(0.000000) + 0.650123.'42'(0.000000) + 2.317051.'45'(0.000000) + 1.022056.'49'(0.000000) + 1.943786.'50'(0.000000) + 1.339427.'51'(0.000000) + 1.830205.'66'(0.000000) + 2.149247.'70'(0.000000) + 1.333859.'72'(0.000000) + 2.177736.'79'(0.000000) + 0.909688.'81'(0.000000) + 1.783252.'88'(0.000000) + 1.734579.'89'(0.000000) + 0) <= 9.962723 ('47') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.412650.'93'(0.055288) + 1.228552.'86'(0.055288) + 1.120772.'71'(0.055288) + 1.407066.'46'(0.209217) + 0.642929.'33'(0.117065) + 1.766014.'26'(0.044890) + 0.254719.'24'(0.117065) + 0.725444.'23'(0.190433) + 0.400464.'22'(0.055288) + 2.102888.'20'(0.055288) + 1.363561.'19'(0.047986) + 1.508905.'17'(0.055288) + 1.434009.'15'(0.190433) + 1.700165.'14'(0.047986) + 1.729933.'7'(0.117065) + 1.848821.'38'(0.000000) + 2.259168.'41'(0.000000) + 1.339934.'48'(0.000000) + 1.838852.'53'(0.000000) + 1.859825.'63'(0.000000) + 1.438401.'66'(0.000000) + 2.268951.'75'(0.000000) + 0.186674.'78'(0.000000) + 2.742332.'79'(0.000000) + 1.093597.'82'(0.000000) + 1.642824.'85'(0.000000) + 1.524628.'91'(0.000000) + 1.879130.'99'(0.000000) + 1.357996.'99'(0.000000) + 1.577473.'100'(0.000000) + 0) <= 8.306240 ('85') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.206567.'71'(0.055288) + 0.913361.'46'(0.209217) + 2.374429.'25'(0.047986) + 0.384278.'22'(0.055288) + 1.116418.'20'(0.055288) + 2.024171.'12'(0.117065) + 2.405929.'10'(0.047986) + 1.116285.'7'(0.117065) + 1.264747.'39'(0.000000) + 1.610754.'42'(0.000000) + 1.720533.'47'(0.000000) + 1.959283.'50'(0.000000) + 1.677699.'52'(0.000000) + 1.507682.'57'(0.000000) + 0.832505.'58'(0.000000) + 2.376772.'63'(0.000000) + 1.541993.'64'(0.000000) + 1.706966.'66'(0.000000) + 1.447577.'77'(0.000000) + 1.612099.'83'(0.000000) + 1.771570.'88'(0.000000) + 1.049282.'96'(0.000000) + 1.530368.'98'(0.000000) + 0) <= 7.561237 ('27') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.961206.'80'(0.791906) + 1.726592.'36'(0.044890) + 2.040304.'31'(0.055288) + 0.636330.'28'(0.044890) + 1.391929.'26'(0.044890) + 0.749194.'22'(0.055288) + 2.206310.'21'(0.044890) + 1.602486.'15'(0.190433) + 2.647214.'8'(0.044890) + 2.427919.'40'(0.000000) + 2.514726.'42'(0.000000) + 1.684779.'45'(0.000000) + 0.586686.'47'(0.000000) + 0.870237.'48'(0.000000) + 1.899155.'57'(0.000000) + 0.612027.'58'(0.000000) + 1.907445.'61'(0.000000) + 0.177677.'61'(0.000000) + 2.796177.'64'(0.000000) + 1.642403.'65'(0.000000) + 0.960653.'67'(0.000000) + 1.034436.'79'(0.000000) + 2.610954.'88'(0.000000) + 0.944979.'95'(0.000000) + 0) <= 4.825151 ('10') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.912308.'92'(0.044890) + 0.915705.'90'(0.117065) + 2.168967.'80'(0.791906) + 0.657579.'69'(0.055288) + 2.397194.'26'(0.044890) + 0.870350.'22'(0.055288) + 1.949436.'19'(0.047986) + 1.151465.'13'(0.047986) + 2.137788.'9'(0.047986) + 2.449150.'8'(0.044890) + 2.158956.'37'(0.000000) + 1.300858.'38'(0.000000) + 1.897731.'39'(0.000000) + 2.176235.'42'(0.000000) + 1.250835.'54'(0.000000) + 1.461990.'56'(0.000000) + 1.115063.'58'(0.000000) + 1.295602.'81'(0.000000) + 1.417406.'83'(0.000000) + 1.099712.'88'(0.000000) + 1.495819.'96'(0.000000) + 0) <= 3.025710 ('41') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.665020.'92'(0.044890) + 1.480473.'46'(0.209217) + 0.470530.'36'(0.044890) + 1.003392.'26'(0.044890) + 2.574079.'25'(0.047986) + 0.669701.'23'(0.190433) + 1.621913.'22'(0.055288) + 1.380947.'21'(0.044890) + 2.452614.'16'(0.117065) + 1.127217.'15'(0.190433) + 0.969385.'14'(0.047986) + 0.473951.'13'(0.047986) + 1.145305.'8'(0.044890) + 2.765847.'29'(0.000000) + 0.019038.'29'(0.000000) + 2.334906.'42'(0.000000) + 0.469126.'44'(0.000000) + 1.147367.'45'(0.000000) + 2.051406.'47'(0.000000) + 1.695888.'49'(0.000000) + 1.769254.'51'(0.000000) + 1.453268.'54'(0.000000) + 1.154174.'57'(0.000000) + 1.768824.'64'(0.000000) + 1.779213.'65'(0.000000) + 0.555345.'66'(0.000000) + 1.016665.'70'(0.000000) + 1.981623.'73'(0.000000) + 2.014196.'76'(0.000000) + 0.673831.'78'(0.000000) + 0.073305.'78'(0.000000) + 0.558228.'96'(0.000000) + 0.608117.'98'(0.000000) + 0) <= 8.945158 ('22') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.813346.'93'(0.055288) + 1.873278.'90'(0.117065) + 1.555172.'80'(0.791906) + 1.173901.'71'(0.055288) + 1.561320.'20'(0.055288) + 1.159087.'19'(0.047986) + 1.516358.'10'(0.047986) + 1.543195.'8'(0.044890) + 2.740180.'34'(0.000000) + 0.144320.'43'(0.000000) + 2.496512.'50'(0.000000) + 1.713052.'51'(0.000000) + 0.822626.'57'(0.000000) + 1.713926.'60'(0.000000) + 1.857471.'68'(0.000000) + 1.714360.'73'(0.000000) + 1.460974.'96'(0.000000) + 0) <= 8.543692 ('24') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.546842.'93'(0.055288) + 1.829994.'30'(0.055288) + 1.591259.'24'(0.117065) + 0.966971.'23'(0.190433) + 1.403624.'13'(0.047986) + 0.971602.'11'(0.055288) + 0.568619.'10'(0.047986) + 2.092149.'9'(0.047986) + 2.544748.'37'(0.000000) + 0.643433.'47'(0.000000) + 2.868083.'56'(0.000000) + 1.453614.'56'(0.000000) + 1.790030.'58'(0.000000) + 1.930385.'62'(0.000000) + 2.326764.'74'(0.000000) + 1.139492.'79'(0.000000) + 2.110530.'82'(0.000000) + 2.310846.'85'(0.000000) + 1.467795.'94'(0.000000) + 2.733339.'100'(0.000000) + 0) <= 9.700819 ('61') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.519064.'92'(0.044890) + 1.804631.'84'(0.047986) + 0.964907.'36'(0.044890) + 1.128670.'33'(0.117065) + 1.619989.'31'(0.055288) + 0.365190.'23'(0.190433) + 1.728453.'19'(0.047986) + 1.451992.'9'(0.047986) + 1.492229.'48'(0.000000) + 0.763782.'49'(0.000000) + 0.918613.'51'(0.000000) + 1.288651.'53'(0.000000) + 0.897472.'53'(0.000000) + 0.095817.'63'(0.000000) + 1.935051.'64'(0.000000) + 1.768565.'65'(0.000000) + 0.975528.'66'(0.000000) + 1.254881.'75'(0.000000) + 1.211141.'81'(0.000000) + 0) <= 6.669880 ('43') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.324535.'84'(0.047986) + 2.354194.'31'(0.055288) + 2.413474.'25'(0.047986) + 1.063528.'21'(0.044890) + 2.049545.'20'(0.055288) + 2.653299.'18'(0.304877) + 2.242805.'15'(0.190433) + 1.237890.'12'(0.117065) + 2.423931.'9'(0.047986) + 1.042719.'41'(0.000000) + 2.349387.'44'(0.000000) + 1.266915.'49'(0.000000) + 1.040446.'57'(0.000000) + 0.875616.'62'(0.000000) + 1.892589.'67'(0.000000) + 1.758098.'68'(0.000000) + 2.540498.'72'(0.000000) + 1.185819.'74'(0.000000) + 2.290587.'75'(0.000000) + 0.941357.'94'(0.000000) + 0.001230.'96'(0.000000) + 0) <= 8.884035 ('67') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.323284.'86'(0.055288) + 1.357421.'80'(0.791906) + 1.312497.'71'(0.055288) + 1.882790.'59'(0.044890) + 1.902174.'36'(0.044890) + 1.797959.'22'(0.055288) + 1.501409.'17'(0.055288) + 1.742074.'13'(0.047986) + 1.832414.'11'(0.055288) + 0.924333.'10'(0.047986) + 1.602327.'9'(0.047986) + 2.402694.'34'(0.000000) + 1.836497.'37'(0.000000) + 0.787402.'38'(0.000000) + 0.616011.'40'(0.000000) + 2.113587.'45'(0.000000) + 1.086804.'50'(0.000000) + 0.652057.'53'(0.000000) + 1.255674.'62'(0.000000) + 1.170493.'67'(0.000000) + 1.905523.'70'(0.000000) + 2.491803.'81'(0.000000) + 1.778527.'94'(0.000000) + 0) <= 7.849862 ('57') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.206564.'90'(0.117065) + 2.441760.'69'(0.055288) + 1.334176.'18'(0.304877) + 2.527505.'11'(0.055288) + 0.620144.'10'(0.047986) + 1.668318.'39'(0.000000) + 0.243228.'47'(0.000000) + 0.923334.'56'(0.000000) + 0.994109.'57'(0.000000) + 0.761234.'66'(0.000000) + 2.258152.'68'(0.000000) + 1.648059.'87'(0.000000) + 2.170391.'98'(0.000000) + 0.723128.'98'(0.000000) + 1.674087.'100'(0.000000) + 0) <= 4.762612 ('12') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.794858.'86'(0.055288) + 1.031762.'59'(0.044890) + 2.322770.'36'(0.044890) + 1.318343.'24'(0.117065) + 1.517861.'18'(0.304877) + 0.290791.'13'(0.047986) + 1.034633.'13'(0.047986) + 1.525300.'12'(0.117065) + 2.318784.'10'(0.047986) + 2.124514.'49'(0.000000) + 1.923642.'60'(0.000000) + 0.512762.'63'(0.000000) + 1.610356.'65'(0.000000) + 1.032599.'65'(0.000000) + 1.373233.'79'(0.000000) + 1.617284.'89'(0.000000) + 2.308838.'94'(0.000000) + 0) <= 7.265772 ('32') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.110255.'90'(0.117065) + 2.300107.'71'(0.055288) + 2.716882.'59'(0.044890) + 0.489012.'31'(0.055288) + 2.013788.'22'(0.055288) + 2.144970.'21'(0.044890) + 1.366601.'10'(0.047986) + 2.638526.'29'(0.000000) + 0.840719.'29'(0.000000) + 1.750788.'32'(0.000000) + 1.786540.'41'(0.000000) + 1.981757.'42'(0.000000) + 2.121992.'48'(0.000000) + 1.497867.'49'(0.000000) + 2.697076.'50'(0.000000) + 2.245378.'53'(0.000000) + 0.902946.'54'(0.000000) + 1.558091.'62'(0.000000) + 1.865536.'73'(0.000000) + 1.577022.'77'(0.000000) + 2.284339.'87'(0.000000) + 0) <= 5.727557 ('33') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.193259.'86'(0.055288) + 1.507502.'69'(0.055288) + 1.289859.'46'(0.209217) + 2.126131.'25'(0.047986) + 0.471549.'19'(0.047986) + 1.404384.'16'(0.117065) + 1.356995.'12'(0.117065) + 1.711846.'10'(0.047986) + 1.797661.'29'(0.000000) + 0.685318.'38'(0.000000) + 0.926276.'51'(0.000000) + 0.807888.'52'(0.000000) + 1.879972.'55'(0.000000) + 1.092319.'77'(0.000000) + 2.284440.'87'(0.000000) + 2.201264.'88'(0.000000) + 0) <= 7.895376 ('42') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.920878.'71'(0.055288) + 2.120367.'35'(0.117065) + 1.571760.'30'(0.055288) + 1.068056.'27'(0.055288) + 1.062763.'18'(0.304877) + 1.534697.'12'(0.117065) + 1.334102.'11'(0.055288) + 2.334802.'29'(0.000000) + 2.313773.'32'(0.000000) + 1.153322.'39'(0.000000) + 2.539681.'42'(0.000000) + 0.681755.'48'(0.000000) + 0.545601.'49'(0.000000) + 1.734051.'61'(0.000000) + 2.299416.'67'(0.000000) + 1.709428.'75'(0.000000) + 1.139664.'88'(0.000000) + 2.102309.'89'(0.000000) + 1.961687.'94'(0.000000) + 1.589716.'95'(0.000000) + 1.742335.'98'(0.000000) + 0) <= 4.503601 ('17') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.086633.'80'(0.791906) + 2.868732.'30'(0.055288) + 0.940631.'20'(0.055288) + 1.598819.'12'(0.117065) + 1.533583.'11'(0.055288) + 0.967623.'40'(0.000000) + 2.097747.'44'(0.000000) + 0.458645.'50'(0.000000) + 1.931597.'52'(0.000000) + 1.484039.'53'(0.000000) + 1.158797.'55'(0.000000) + 1.475878.'57'(0.000000) + 1.213707.'58'(0.000000) + 1.815026.'73'(0.000000) + 1.471015.'74'(0.000000) + 1.376436.'75'(0.000000) + 0) <= 9.100579 ('44') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.468236.'93'(0.055288) + 0.869163.'86'(0.055288) + 1.038984.'71'(0.055288) + 0.449236.'59'(0.044890) + 1.744359.'46'(0.209217) + 0.381464.'20'(0.055288) + 0.551254.'14'(0.047986) + 2.540524.'12'(0.117065) + 1.219714.'29'(0.000000) + 1.141493.'40'(0.000000) + 2.142830.'41'(0.000000) + 0.895934.'42'(0.000000) + 0.283213.'51'(0.000000) + 0.609839.'62'(0.000000) + 0.649684.'66'(0.000000) + 1.295706.'67'(0.000000) + 1.275735.'75'(0.000000) + 1.953164.'83'(0.000000) + 1.248862.'85'(0.000000) + 0.715652.'87'(0.000000) + 2.552627.'99'(0.000000) + 0) <= 2.295941 ('94') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.391930.'84'(0.047986) + 1.400575.'31'(0.055288) + 1.500836.'27'(0.055288) + 1.290566.'20'(0.055288) + 1.309079.'15'(0.190433) + 2.126781.'34'(0.000000) + 0.604393.'40'(0.000000) + 1.055336.'42'(0.000000) + 1.390643.'47'(0.000000) + 2.124412.'48'(0.000000) + 1.717747.'49'(0.000000) + 2.691948.'56'(0.000000) + 1.795148.'64'(0.000000) + 1.543589.'70'(0.000000) + 1.727027.'77'(0.000000) + 1.685735.'79'(0.000000) + 1.410272.'96'(0.000000) + 1.975414.'98'(0.000000) + 0) <= 7.059736 ('87') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.269389.'84'(0.047986) + 1.247895.'59'(0.044890) + 2.002246.'46'(0.209217) + 1.541989.'35'(0.117065) + 1.513922.'23'(0.190433) + 1.237635.'21'(0.044890) + 1.763666.'18'(0.304877) + 2.235262.'16'(0.117065) + 2.023046.'32'(0.000000) + 1.052758.'39'(0.000000) + 2.536237.'40'(0.000000) + 2.428606.'55'(0.000000) + 2.487193.'56'(0.000000) + 1.995774.'60'(0.000000) + 1.573296.'61'(0.000000) + 1.391325.'61'(0.000000) + 2.406813.'73'(0.000000) + 1.291131.'73'(0.000000) + 1.062808.'75'(0.000000) + 1.974544.'77'(0.000000) + 2.086177.'83'(0.000000) + 3.196871.'85'(0.000000) + 0.416575.'85'(0.000000) + 2.066667.'91'(0.000000) + 1.014619.'91'(0.000000) + 0) <= 5.471863 ('96') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:759: [surf_maxmin/DEBUG] Variables +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '93'(1.000000) : 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '92'(1.000000) : 0.044890 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '90'(1.000000) : 0.117065 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '86'(1.000000) : 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '84'(1.000000) : 0.047986 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '80'(1.000000) : 0.791906 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '71'(1.000000) : 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '69'(1.000000) : 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '59'(1.000000) : 0.044890 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '46'(1.000000) : 0.209217 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '36'(1.000000) : 0.044890 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '35'(1.000000) : 0.117065 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '33'(1.000000) : 0.117065 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '31'(1.000000) : 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '30'(1.000000) : 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '28'(1.000000) : 0.044890 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '27'(1.000000) : 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '26'(1.000000) : 0.044890 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '25'(1.000000) : 0.047986 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '24'(1.000000) : 0.117065 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '23'(1.000000) : 0.190433 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '22'(1.000000) : 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '21'(1.000000) : 0.044890 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '20'(1.000000) : 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '19'(1.000000) : 0.047986 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '18'(1.000000) : 0.304877 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '17'(1.000000) : 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '16'(1.000000) : 0.117065 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '15'(1.000000) : 0.190433 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '14'(1.000000) : 0.047986 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '13'(1.000000) : 0.047986 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '12'(1.000000) : 0.117065 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '11'(1.000000) : 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '10'(1.000000) : 0.047986 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '9'(1.000000) : 0.047986 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '8'(1.000000) : 0.044890 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '7'(1.000000) : 0.117065 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '6'(1.000000) : 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '5'(1.000000) : 0.117065 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '4'(1.000000) : 0.047986 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '3'(1.000000) : 0.047986 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '2'(1.000000) : 0.044890 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '1'(1.000000) : 0.044890 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '29'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '32'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '34'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '37'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '38'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '39'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '40'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '41'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '42'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '43'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '44'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '45'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '47'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '48'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '49'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '50'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '51'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '52'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '53'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '54'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '55'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '56'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '57'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '58'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '60'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '61'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '62'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '63'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '64'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '65'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '66'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '67'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '68'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '70'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '72'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '73'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '74'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '75'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '76'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '77'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '78'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '79'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '81'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '82'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '83'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '85'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '87'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '88'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '89'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '91'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '94'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '95'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '96'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '97'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '98'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '99'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '100'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:691: [surf_maxmin/DEBUG] MAX-MIN ( '93'(1.000000) '92'(1.000000) '90'(1.000000) '86'(1.000000) '84'(1.000000) '80'(1.000000) '71'(1.000000) '69'(1.000000) '59'(1.000000) '46'(1.000000) '36'(1.000000) '35'(1.000000) '33'(1.000000) '31'(1.000000) '30'(1.000000) '28'(1.000000) '27'(1.000000) '26'(1.000000) '25'(1.000000) '24'(1.000000) '23'(1.000000) '22'(1.000000) '21'(1.000000) '20'(1.000000) '19'(1.000000) '18'(1.000000) '17'(1.000000) '16'(1.000000) '15'(1.000000) '14'(1.000000) '13'(1.000000) '12'(1.000000) '11'(1.000000) '10'(1.000000) '9'(1.000000) '8'(1.000000) '7'(1.000000) '6'(1.000000) '5'(1.000000) '4'(1.000000) '3'(1.000000) '2'(1.000000) '1'(1.000000) '29'(0.000000) '32'(0.000000) '34'(0.000000) '37'(0.000000) '38'(0.000000) '39'(0.000000) '40'(0.000000) '41'(0.000000) '42'(0.000000) '43'(0.000000) '44'(0.000000) '45'(0.000000) '47'(0.000000) '48'(0.000000) '49'(0.000000) '50'(0.000000) '51'(0.000000) '52'(0.000000) '53'(0.000000) '54'(0.000000) '55'(0.000000) '56'(0.000000) '57'(0.000000) '58'(0.000000) '60'(0.000000) '61'(0.000000) '62'(0.000000) '63'(0.000000) '64'(0.000000) '65'(0.000000) '66'(0.000000) '67'(0.000000) '68'(0.000000) '70'(0.000000) '72'(0.000000) '73'(0.000000) '74'(0.000000) '75'(0.000000) '76'(0.000000) '77'(0.000000) '78'(0.000000) '79'(0.000000) '81'(0.000000) '82'(0.000000) '83'(0.000000) '85'(0.000000) '87'(0.000000) '88'(0.000000) '89'(0.000000) '91'(0.000000) '94'(0.000000) '95'(0.000000) '96'(0.000000) '97'(0.000000) '98'(0.000000) '99'(0.000000) '100'(0.000000) ) +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:694: [surf_maxmin/DEBUG] Constraints +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.550584.'92'(0.044890) + 1.530026.'59'(0.044890) + 1.177407.'20'(0.055288) + 1.834526.'18'(0.304877) + 2.043207.'14'(0.047986) + 1.668306.'12'(0.117065) + 1.665346.'10'(0.047986) + 1.948157.'8'(0.044890) + 1.919304.'1'(0.044890) + 0.987013.'29'(0.000000) + 1.413490.'39'(0.000000) + 0.682967.'48'(0.000000) + 1.642696.'52'(0.000000) + 1.490982.'53'(0.000000) + 0.221799.'53'(0.000000) + 2.181087.'55'(0.000000) + 2.379413.'57'(0.000000) + 1.834726.'64'(0.000000) + 1.464691.'66'(0.000000) + 0.108052.'66'(0.000000) + 0.656613.'67'(0.000000) + 0.615569.'68'(0.000000) + 1.172970.'73'(0.000000) + 1.174325.'75'(0.000000) + 1.419760.'77'(0.000000) + 0.970798.'78'(0.000000) + 0.618078.'82'(0.000000) + 1.728020.'89'(0.000000) + 2.514501.'91'(0.000000) + 0) <= 1.309560 ('91') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.552737.'93'(0.055288) + 1.443962.'90'(0.117065) + 1.617716.'86'(0.055288) + 0.712477.'84'(0.047986) + 2.805173.'69'(0.055288) + 2.461445.'46'(0.209217) + 2.478265.'35'(0.117065) + 2.745172.'22'(0.055288) + 1.834332.'21'(0.044890) + 0.228744.'18'(0.304877) + 1.309504.'13'(0.047986) + 1.248960.'2'(0.044890) + 1.712175.'1'(0.044890) + 0.153306.'34'(0.000000) + 0.636778.'40'(0.000000) + 1.741389.'51'(0.000000) + 0.061785.'52'(0.000000) + 0.186153.'53'(0.000000) + 2.261448.'54'(0.000000) + 2.672175.'55'(0.000000) + 1.232614.'58'(0.000000) + 1.059984.'74'(0.000000) + 1.594538.'75'(0.000000) + 1.563638.'79'(0.000000) + 0.803478.'83'(0.000000) + 2.703941.'94'(0.000000) + 0.583707.'94'(0.000000) + 2.375892.'98'(0.000000) + 0) <= 9.333078 ('19') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.958816.'84'(0.047986) + 0.513935.'35'(0.117065) + 2.255075.'27'(0.055288) + 1.157219.'16'(0.117065) + 1.610347.'12'(0.117065) + 2.216176.'10'(0.047986) + 1.709874.'9'(0.047986) + 1.281194.'5'(0.117065) + 1.954313.'5'(0.117065) + 1.757327.'1'(0.044890) + 1.719692.'53'(0.000000) + 2.169310.'55'(0.000000) + 0.401865.'61'(0.000000) + 2.607400.'76'(0.000000) + 1.767994.'82'(0.000000) + 1.922997.'94'(0.000000) + 1.144261.'95'(0.000000) + 0.345136.'95'(0.000000) + 1.511084.'96'(0.000000) + 1.556144.'97'(0.000000) + 0) <= 5.912085 ('88') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.049930.'92'(0.044890) + 0.650370.'59'(0.044890) + 2.370405.'36'(0.044890) + 0.928895.'28'(0.044890) + 2.051677.'26'(0.044890) + 1.795878.'21'(0.044890) + 2.097945.'8'(0.044890) + 1.073390.'2'(0.044890) + 0.323392.'1'(0.044890) + 1.218840.'29'(0.000000) + 2.481093.'37'(0.000000) + 1.624130.'38'(0.000000) + 1.630176.'41'(0.000000) + 1.280003.'48'(0.000000) + 1.064780.'51'(0.000000) + 1.157253.'68'(0.000000) + 2.625881.'72'(0.000000) + 0.810524.'73'(0.000000) + 1.619703.'78'(0.000000) + 1.423727.'82'(0.000000) + 2.044192.'98'(0.000000) + 1.795662.'100'(0.000000) + 0) <= 0.598915 ('81') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.266732.'92'(0.044890) + 2.128670.'24'(0.117065) + 0.782014.'19'(0.047986) + 2.489906.'18'(0.304877) + 0.758450.'17'(0.055288) + 1.903273.'9'(0.047986) + 1.916821.'1'(0.044890) + 1.518228.'29'(0.000000) + 2.250406.'39'(0.000000) + 1.309533.'42'(0.000000) + 1.626484.'43'(0.000000) + 1.525145.'47'(0.000000) + 1.824878.'50'(0.000000) + 2.013529.'52'(0.000000) + 1.546693.'53'(0.000000) + 1.907022.'54'(0.000000) + 1.048934.'63'(0.000000) + 1.113043.'70'(0.000000) + 1.007760.'72'(0.000000) + 2.178633.'73'(0.000000) + 0.109135.'73'(0.000000) + 1.475450.'83'(0.000000) + 2.642307.'85'(0.000000) + 3.520085.'95'(0.000000) + 0.650168.'95'(0.000000) + 1.906324.'99'(0.000000) + 0) <= 8.001531 ('71') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.198558.'86'(0.055288) + 1.719699.'30'(0.055288) + 1.034241.'27'(0.055288) + 2.527926.'26'(0.044890) + 2.200086.'20'(0.055288) + 1.625950.'4'(0.047986) + 1.655410.'1'(0.044890) + 0.922941.'38'(0.000000) + 0.969859.'39'(0.000000) + 1.554582.'41'(0.000000) + 2.680560.'44'(0.000000) + 1.377385.'49'(0.000000) + 1.792510.'52'(0.000000) + 1.297885.'53'(0.000000) + 3.023723.'67'(0.000000) + 0.690486.'67'(0.000000) + 0.959287.'70'(0.000000) + 1.451708.'75'(0.000000) + 1.411393.'83'(0.000000) + 1.401866.'85'(0.000000) + 2.559684.'87'(0.000000) + 0.884877.'89'(0.000000) + 0) <= 2.955288 ('26') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.882671.'86'(0.055288) + 2.269788.'84'(0.047986) + 0.342959.'69'(0.055288) + 0.359196.'46'(0.209217) + 2.335548.'31'(0.055288) + 1.650190.'30'(0.055288) + 0.465584.'26'(0.044890) + 1.064408.'21'(0.044890) + 1.889137.'20'(0.055288) + 1.479419.'13'(0.047986) + 1.614131.'11'(0.055288) + 0.901142.'9'(0.047986) + 1.400775.'8'(0.044890) + 2.562216.'1'(0.044890) + 1.355470.'29'(0.000000) + 1.379229.'37'(0.000000) + 2.228293.'41'(0.000000) + 2.127004.'47'(0.000000) + 0.631054.'49'(0.000000) + 1.674928.'62'(0.000000) + 0.886288.'63'(0.000000) + 1.269689.'67'(0.000000) + 1.143053.'68'(0.000000) + 1.529703.'70'(0.000000) + 0.651128.'81'(0.000000) + 1.935918.'82'(0.000000) + 0.397395.'82'(0.000000) + 0.813033.'85'(0.000000) + 0) <= 4.161934 ('84') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.446691.'69'(0.055288) + 1.240660.'46'(0.209217) + 1.561293.'33'(0.117065) + 0.752450.'31'(0.055288) + 1.496895.'30'(0.055288) + 1.500874.'28'(0.044890) + 1.224956.'10'(0.047986) + 2.683225.'7'(0.117065) + 0.568400.'5'(0.117065) + 1.219540.'2'(0.044890) + 1.145389.'1'(0.044890) + 2.277593.'40'(0.000000) + 1.898423.'50'(0.000000) + 2.817933.'52'(0.000000) + 0.937876.'60'(0.000000) + 1.793786.'64'(0.000000) + 1.721776.'66'(0.000000) + 2.493044.'67'(0.000000) + 1.374110.'67'(0.000000) + 1.175826.'74'(0.000000) + 4.039148.'82'(0.000000) + 0.886825.'82'(0.000000) + 2.102068.'95'(0.000000) + 0) <= 9.724278 ('13') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.494046.'33'(0.117065) + 2.585227.'28'(0.044890) + 1.512319.'27'(0.055288) + 1.816743.'24'(0.117065) + 0.904133.'22'(0.055288) + 2.023057.'16'(0.117065) + 1.642546.'7'(0.117065) + 1.319094.'6'(0.055288) + 0.385607.'5'(0.117065) + 2.061653.'5'(0.117065) + 0.507587.'4'(0.047986) + 1.162662.'1'(0.044890) + 0.938190.'29'(0.000000) + 1.204740.'38'(0.000000) + 0.331183.'39'(0.000000) + 2.591782.'40'(0.000000) + 1.481960.'42'(0.000000) + 1.245066.'44'(0.000000) + 0.017606.'45'(0.000000) + 1.276524.'49'(0.000000) + 0.149216.'50'(0.000000) + 0.195759.'58'(0.000000) + 0.574428.'65'(0.000000) + 1.667801.'68'(0.000000) + 2.159887.'70'(0.000000) + 0.728364.'78'(0.000000) + 1.233136.'83'(0.000000) + 0.707191.'88'(0.000000) + 2.826242.'95'(0.000000) + 0.009821.'95'(0.000000) + 1.461102.'99'(0.000000) + 0) <= 5.860197 ('100') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.474630.'93'(0.055288) + 2.494436.'92'(0.044890) + 1.450324.'90'(0.117065) + 2.018193.'33'(0.117065) + 2.161173.'30'(0.055288) + 1.743061.'27'(0.055288) + 2.519640.'19'(0.047986) + 0.972075.'15'(0.190433) + 1.423556.'13'(0.047986) + 1.953102.'12'(0.117065) + 1.617651.'10'(0.047986) + 2.346562.'9'(0.047986) + 1.530982.'6'(0.055288) + 0.211888.'5'(0.117065) + 1.624397.'4'(0.047986) + 1.647065.'1'(0.044890) + 1.012406.'32'(0.000000) + 1.922101.'44'(0.000000) + 2.110632.'49'(0.000000) + 0.895490.'54'(0.000000) + 2.426427.'57'(0.000000) + 1.218832.'58'(0.000000) + 2.079258.'60'(0.000000) + 0.366715.'61'(0.000000) + 1.116162.'67'(0.000000) + 0.698163.'68'(0.000000) + 2.095938.'70'(0.000000) + 1.924146.'78'(0.000000) + 1.933079.'87'(0.000000) + 2.156304.'97'(0.000000) + 0.367147.'99'(0.000000) + 0) <= 6.346737 ('59') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.390213.'92'(0.044890) + 1.955258.'90'(0.117065) + 0.603050.'25'(0.047986) + 1.063246.'21'(0.044890) + 1.015743.'16'(0.117065) + 1.808427.'14'(0.047986) + 2.313394.'7'(0.117065) + 2.251747.'3'(0.047986) + 1.800413.'2'(0.044890) + 2.495564.'1'(0.044890) + 1.429666.'37'(0.000000) + 0.821766.'38'(0.000000) + 1.518542.'40'(0.000000) + 0.670593.'42'(0.000000) + 0.510437.'43'(0.000000) + 0.359661.'44'(0.000000) + 1.513676.'49'(0.000000) + 1.850087.'57'(0.000000) + 1.711614.'58'(0.000000) + 0.998859.'60'(0.000000) + 1.441892.'68'(0.000000) + 1.787534.'74'(0.000000) + 1.833536.'81'(0.000000) + 0.928603.'82'(0.000000) + 2.606017.'88'(0.000000) + 1.569514.'97'(0.000000) + 1.222027.'98'(0.000000) + 0) <= 7.945151 ('49') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.175498.'92'(0.044890) + 1.639923.'69'(0.055288) + 1.035670.'35'(0.117065) + 1.932780.'27'(0.055288) + 1.444057.'25'(0.047986) + 1.393704.'23'(0.190433) + 1.185159.'22'(0.055288) + 0.751090.'19'(0.047986) + 0.862011.'9'(0.047986) + 1.791260.'8'(0.044890) + 2.206491.'1'(0.044890) + 0.772065.'32'(0.000000) + 2.936189.'37'(0.000000) + 0.746468.'37'(0.000000) + 0.262629.'43'(0.000000) + 2.010526.'52'(0.000000) + 1.405257.'57'(0.000000) + 2.686888.'63'(0.000000) + 0.970949.'72'(0.000000) + 1.233494.'76'(0.000000) + 1.066276.'78'(0.000000) + 2.466767.'79'(0.000000) + 1.356714.'98'(0.000000) + 1.450658.'98'(0.000000) + 0) <= 6.030240 ('70') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.921992.'93'(0.055288) + 1.135770.'86'(0.055288) + 1.125125.'84'(0.047986) + 1.114873.'71'(0.055288) + 1.726755.'69'(0.055288) + 0.799330.'31'(0.055288) + 1.535592.'30'(0.055288) + 1.921296.'27'(0.055288) + 1.598094.'25'(0.047986) + 1.543246.'22'(0.055288) + 1.574893.'21'(0.044890) + 0.740246.'20'(0.055288) + 1.582148.'17'(0.055288) + 1.824328.'11'(0.055288) + 2.258847.'6'(0.055288) + 1.308259.'4'(0.047986) + 0.572113.'3'(0.047986) + 1.457107.'1'(0.044890) + 1.385104.'38'(0.000000) + 1.321641.'39'(0.000000) + 1.893129.'44'(0.000000) + 0.573521.'45'(0.000000) + 2.057052.'47'(0.000000) + 1.007047.'51'(0.000000) + 2.028526.'54'(0.000000) + 2.195912.'56'(0.000000) + 2.102016.'60'(0.000000) + 1.536529.'62'(0.000000) + 0.858825.'64'(0.000000) + 0.798955.'72'(0.000000) + 0.527712.'75'(0.000000) + 0.892436.'78'(0.000000) + 1.399997.'79'(0.000000) + 1.685400.'83'(0.000000) + 0.981530.'91'(0.000000) + 0) <= 1.357979 ('28') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.140611.'86'(0.055288) + 1.486203.'80'(0.791906) + 0.523856.'71'(0.055288) + 2.085886.'35'(0.117065) + 1.223820.'33'(0.117065) + 1.055247.'31'(0.055288) + 0.601888.'30'(0.055288) + 1.304780.'26'(0.044890) + 0.516158.'25'(0.047986) + 2.409669.'18'(0.304877) + 0.680137.'12'(0.117065) + 1.780499.'1'(0.044890) + 1.604069.'34'(0.000000) + 1.359337.'42'(0.000000) + 0.966018.'44'(0.000000) + 1.683928.'47'(0.000000) + 0.602764.'51'(0.000000) + 1.817883.'56'(0.000000) + 2.228329.'72'(0.000000) + 1.606827.'77'(0.000000) + 0.481603.'78'(0.000000) + 0.969072.'79'(0.000000) + 0.269782.'97'(0.000000) + 0) <= 9.850524 ('9') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.964803.'80'(0.791906) + 1.116832.'35'(0.117065) + 1.071820.'31'(0.055288) + 2.413461.'30'(0.055288) + 0.760782.'28'(0.044890) + 0.565320.'23'(0.190433) + 0.737299.'15'(0.190433) + 2.434460.'15'(0.190433) + 1.212903.'10'(0.047986) + 0.900794.'9'(0.047986) + 2.137796.'4'(0.047986) + 2.197320.'1'(0.044890) + 2.713785.'37'(0.000000) + 0.646425.'40'(0.000000) + 0.247808.'43'(0.000000) + 1.572677.'49'(0.000000) + 1.013552.'51'(0.000000) + 2.259497.'54'(0.000000) + 2.049393.'56'(0.000000) + 1.957664.'65'(0.000000) + 1.765641.'75'(0.000000) + 0.566264.'76'(0.000000) + 0.344985.'77'(0.000000) + 0.600712.'79'(0.000000) + 1.904981.'99'(0.000000) + 1.801395.'100'(0.000000) + 0.551280.'100'(0.000000) + 0) <= 4.568675 ('80') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.019716.'93'(0.055288) + 1.513289.'92'(0.044890) + 2.931614.'86'(0.055288) + 0.748765.'59'(0.044890) + 1.074475.'46'(0.209217) + 0.166268.'27'(0.055288) + 1.306743.'15'(0.190433) + 1.754598.'11'(0.055288) + 1.531602.'5'(0.117065) + 0.852730.'1'(0.044890) + 0.717069.'38'(0.000000) + 0.478906.'39'(0.000000) + 0.396213.'41'(0.000000) + 1.775519.'50'(0.000000) + 0.705821.'50'(0.000000) + 0.319917.'57'(0.000000) + 0.528067.'61'(0.000000) + 1.836021.'63'(0.000000) + 1.359624.'70'(0.000000) + 2.234948.'72'(0.000000) + 1.245961.'73'(0.000000) + 1.033078.'79'(0.000000) + 2.237929.'81'(0.000000) + 1.917058.'88'(0.000000) + 2.323124.'94'(0.000000) + 2.088219.'95'(0.000000) + 0.446029.'95'(0.000000) + 1.054331.'100'(0.000000) + 0) <= 4.922703 ('5') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.816629.'92'(0.044890) + 1.366881.'84'(0.047986) + 0.329808.'80'(0.791906) + 1.235501.'71'(0.055288) + 2.033012.'33'(0.117065) + 1.684580.'14'(0.047986) + 0.414946.'1'(0.044890) + 1.758310.'34'(0.000000) + 1.458370.'39'(0.000000) + 2.353812.'40'(0.000000) + 1.653100.'41'(0.000000) + 0.851765.'42'(0.000000) + 1.663727.'47'(0.000000) + 1.868580.'50'(0.000000) + 2.886949.'56'(0.000000) + 0.267347.'56'(0.000000) + 1.428768.'65'(0.000000) + 2.842586.'66'(0.000000) + 0.198499.'66'(0.000000) + 1.560713.'77'(0.000000) + 1.122792.'83'(0.000000) + 2.274753.'91'(0.000000) + 1.021751.'94'(0.000000) + 1.875214.'99'(0.000000) + 0) <= 9.216183 ('89') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.232132.'90'(0.117065) + 1.329756.'59'(0.044890) + 1.047869.'46'(0.209217) + 2.767308.'36'(0.044890) + 1.909159.'31'(0.055288) + 1.169637.'28'(0.044890) + 0.680069.'26'(0.044890) + 1.055089.'13'(0.047986) + 0.110863.'11'(0.055288) + 0.767369.'8'(0.044890) + 1.891935.'5'(0.117065) + 0.331621.'3'(0.047986) + 1.560334.'1'(0.044890) + 1.932064.'29'(0.000000) + 2.847742.'39'(0.000000) + 0.800108.'48'(0.000000) + 2.383945.'52'(0.000000) + 0.359574.'55'(0.000000) + 0.524047.'64'(0.000000) + 1.416700.'72'(0.000000) + 2.711002.'77'(0.000000) + 1.700706.'82'(0.000000) + 1.352892.'89'(0.000000) + 1.522956.'94'(0.000000) + 1.623819.'95'(0.000000) + 1.003544.'98'(0.000000) + 0) <= 4.962404 ('1') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.219589.'80'(0.791906) + 1.483820.'71'(0.055288) + 1.615557.'69'(0.055288) + 1.761084.'59'(0.044890) + 1.852398.'46'(0.209217) + 1.802015.'35'(0.117065) + 1.568987.'27'(0.055288) + 0.683619.'26'(0.044890) + 1.240121.'26'(0.044890) + 0.567658.'25'(0.047986) + 0.348665.'24'(0.117065) + 1.343086.'24'(0.117065) + 1.561139.'23'(0.190433) + 1.413574.'18'(0.304877) + 0.820076.'13'(0.047986) + 2.448519.'13'(0.047986) + 1.365036.'9'(0.047986) + 0.529061.'2'(0.044890) + 2.897584.'2'(0.044890) + 2.552336.'1'(0.044890) + 1.491792.'29'(0.000000) + 0.712493.'44'(0.000000) + 1.663798.'45'(0.000000) + 1.813186.'48'(0.000000) + 1.181248.'49'(0.000000) + 1.649257.'53'(0.000000) + 0.343784.'54'(0.000000) + 1.933689.'58'(0.000000) + 1.937352.'64'(0.000000) + 2.227852.'74'(0.000000) + 2.152657.'78'(0.000000) + 0.824016.'82'(0.000000) + 2.074157.'83'(0.000000) + 2.721225.'91'(0.000000) + 1.182885.'91'(0.000000) + 2.000241.'94'(0.000000) + 1.811034.'97'(0.000000) + 1.514385.'99'(0.000000) + 1.435868.'100'(0.000000) + 0) <= 3.432112 ('82') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.904673.'84'(0.047986) + 0.475674.'36'(0.044890) + 2.847967.'35'(0.117065) + 2.083614.'28'(0.044890) + 0.825477.'25'(0.047986) + 2.590779.'19'(0.047986) + 1.134438.'18'(0.304877) + 0.317660.'17'(0.055288) + 0.329232.'16'(0.117065) + 0.913562.'12'(0.117065) + 1.253696.'11'(0.055288) + 2.681635.'7'(0.117065) + 1.199401.'1'(0.044890) + 1.864382.'52'(0.000000) + 1.305013.'60'(0.000000) + 2.401061.'72'(0.000000) + 1.967219.'73'(0.000000) + 1.488166.'74'(0.000000) + 1.563498.'75'(0.000000) + 1.443704.'87'(0.000000) + 1.065275.'88'(0.000000) + 2.404250.'89'(0.000000) + 1.519534.'96'(0.000000) + 0) <= 7.264221 ('40') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.894953.'90'(0.117065) + 0.796717.'80'(0.791906) + 0.849785.'69'(0.055288) + 0.976894.'46'(0.209217) + 1.177992.'31'(0.055288) + 2.021889.'28'(0.044890) + 1.072133.'27'(0.055288) + 0.933710.'26'(0.044890) + 1.439011.'19'(0.047986) + 0.705395.'17'(0.055288) + 1.033724.'1'(0.044890) + 2.160985.'34'(0.000000) + 1.725138.'37'(0.000000) + 0.833940.'38'(0.000000) + 1.849668.'41'(0.000000) + 2.218543.'44'(0.000000) + 1.649477.'51'(0.000000) + 1.095759.'63'(0.000000) + 0.454421.'77'(0.000000) + 0) <= 4.275888 ('36') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.026696.'46'(0.209217) + 0.561561.'36'(0.044890) + 0.493261.'30'(0.055288) + 1.547001.'24'(0.117065) + 2.398001.'23'(0.190433) + 2.132034.'18'(0.304877) + 2.385827.'17'(0.055288) + 1.378655.'16'(0.117065) + 1.084119.'15'(0.190433) + 1.576223.'15'(0.190433) + 1.631505.'5'(0.117065) + 1.408690.'4'(0.047986) + 1.061269.'3'(0.047986) + 2.454022.'1'(0.044890) + 1.333844.'29'(0.000000) + 0.736614.'32'(0.000000) + 2.069443.'44'(0.000000) + 0.503920.'52'(0.000000) + 1.139747.'53'(0.000000) + 1.118477.'54'(0.000000) + 0.413427.'57'(0.000000) + 0.168341.'61'(0.000000) + 0.878089.'70'(0.000000) + 0.599189.'72'(0.000000) + 2.565095.'74'(0.000000) + 0.713416.'75'(0.000000) + 1.754134.'76'(0.000000) + 1.280948.'77'(0.000000) + 0.891286.'79'(0.000000) + 0.577185.'82'(0.000000) + 0.076068.'83'(0.000000) + 0.840129.'87'(0.000000) + 1.075032.'89'(0.000000) + 2.681478.'97'(0.000000) + 0.896936.'97'(0.000000) + 0.126022.'98'(0.000000) + 1.576976.'100'(0.000000) + 0) <= 4.571216 ('16') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.441642.'90'(0.117065) + 0.560449.'59'(0.044890) + 2.197684.'59'(0.044890) + 1.333671.'35'(0.117065) + 1.766898.'30'(0.055288) + 1.571257.'21'(0.044890) + 1.902255.'16'(0.117065) + 2.247043.'15'(0.190433) + 0.674247.'13'(0.047986) + 2.545765.'8'(0.044890) + 1.476589.'3'(0.047986) + 2.644968.'2'(0.044890) + 1.950179.'1'(0.044890) + 0.701189.'38'(0.000000) + 1.423299.'44'(0.000000) + 1.215788.'55'(0.000000) + 0.558122.'62'(0.000000) + 1.473371.'97'(0.000000) + 0.925150.'97'(0.000000) + 0) <= 9.228782 ('55') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.443647.'26'(0.044890) + 1.056085.'25'(0.047986) + 1.451176.'20'(0.055288) + 1.302367.'8'(0.044890) + 1.495324.'2'(0.044890) + 1.304450.'1'(0.044890) + 2.000629.'48'(0.000000) + 0.917679.'63'(0.000000) + 0.340720.'63'(0.000000) + 1.212589.'66'(0.000000) + 1.692406.'74'(0.000000) + 1.172586.'74'(0.000000) + 1.865030.'87'(0.000000) + 1.072221.'88'(0.000000) + 2.500443.'89'(0.000000) + 0.880659.'97'(0.000000) + 0) <= 8.989123 ('95') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.181735.'93'(0.055288) + 1.431508.'92'(0.044890) + 1.382962.'90'(0.117065) + 2.592646.'86'(0.055288) + 2.019573.'69'(0.055288) + 2.457106.'35'(0.117065) + 0.928442.'33'(0.117065) + 0.241653.'25'(0.047986) + 0.935840.'24'(0.117065) + 2.950987.'24'(0.117065) + 2.556906.'22'(0.055288) + 1.210372.'19'(0.047986) + 2.272771.'16'(0.117065) + 1.767193.'12'(0.117065) + 0.812205.'11'(0.055288) + 1.405961.'7'(0.117065) + 1.424256.'6'(0.055288) + 1.135183.'5'(0.117065) + 1.423191.'2'(0.044890) + 1.493756.'29'(0.000000) + 2.470565.'34'(0.000000) + 1.185811.'43'(0.000000) + 1.194531.'44'(0.000000) + 1.471732.'45'(0.000000) + 2.218403.'49'(0.000000) + 1.498143.'50'(0.000000) + 0.344582.'58'(0.000000) + 1.917658.'64'(0.000000) + 1.512724.'65'(0.000000) + 0.867592.'70'(0.000000) + 1.293674.'78'(0.000000) + 0.379109.'81'(0.000000) + 1.683542.'82'(0.000000) + 1.043298.'85'(0.000000) + 1.851361.'87'(0.000000) + 2.724947.'91'(0.000000) + 1.423110.'91'(0.000000) + 1.352901.'99'(0.000000) + 0) <= 2.566833 ('83') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.831802.'80'(0.791906) + 1.656379.'71'(0.055288) + 2.221927.'18'(0.304877) + 0.552993.'16'(0.117065) + 1.939114.'15'(0.190433) + 1.554145.'14'(0.047986) + 0.990512.'11'(0.055288) + 0.489711.'4'(0.047986) + 1.978719.'3'(0.047986) + 1.915362.'2'(0.044890) + 2.202331.'34'(0.000000) + 1.063638.'43'(0.000000) + 0.757102.'48'(0.000000) + 1.144135.'55'(0.000000) + 1.437298.'56'(0.000000) + 1.819187.'62'(0.000000) + 2.378800.'67'(0.000000) + 1.450235.'85'(0.000000) + 1.621855.'95'(0.000000) + 1.726771.'96'(0.000000) + 0) <= 9.908364 ('6') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.724888.'93'(0.055288) + 2.273708.'86'(0.055288) + 1.605293.'80'(0.791906) + 1.946751.'69'(0.055288) + 0.430761.'17'(0.055288) + 0.892452.'17'(0.055288) + 1.261368.'11'(0.055288) + 1.410476.'3'(0.047986) + 2.085644.'2'(0.044890) + 2.030062.'29'(0.000000) + 1.973643.'32'(0.000000) + 1.676062.'39'(0.000000) + 1.971043.'43'(0.000000) + 1.086594.'44'(0.000000) + 1.466462.'53'(0.000000) + 1.220011.'54'(0.000000) + 0.648690.'65'(0.000000) + 2.600198.'81'(0.000000) + 2.108949.'91'(0.000000) + 0.021305.'91'(0.000000) + 0.932715.'100'(0.000000) + 0) <= 3.566599 ('31') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.519671.'92'(0.044890) + 2.097080.'86'(0.055288) + 1.736001.'71'(0.055288) + 1.923609.'46'(0.209217) + 0.497956.'28'(0.044890) + 0.838602.'26'(0.044890) + 1.781501.'25'(0.047986) + 1.577338.'24'(0.117065) + 1.536567.'20'(0.055288) + 2.806736.'8'(0.044890) + 1.619368.'2'(0.044890) + 2.031550.'38'(0.000000) + 1.703073.'43'(0.000000) + 0.798366.'45'(0.000000) + 0.467728.'51'(0.000000) + 1.121209.'64'(0.000000) + 0.044084.'65'(0.000000) + 2.038799.'68'(0.000000) + 0.400305.'76'(0.000000) + 1.030237.'81'(0.000000) + 1.521321.'82'(0.000000) + 0.482400.'82'(0.000000) + 1.439564.'89'(0.000000) + 2.114362.'97'(0.000000) + 0) <= 1.296372 ('66') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.105805.'90'(0.117065) + 1.842847.'84'(0.047986) + 1.056430.'71'(0.055288) + 1.434411.'33'(0.117065) + 1.670571.'28'(0.044890) + 0.843003.'19'(0.047986) + 1.523569.'2'(0.044890) + 1.328603.'37'(0.000000) + 0.756178.'41'(0.000000) + 1.195773.'43'(0.000000) + 1.589338.'55'(0.000000) + 0.743723.'60'(0.000000) + 2.870529.'67'(0.000000) + 0.310614.'67'(0.000000) + 1.560972.'75'(0.000000) + 1.936417.'76'(0.000000) + 2.211281.'78'(0.000000) + 1.120306.'78'(0.000000) + 2.129602.'79'(0.000000) + 0.516602.'82'(0.000000) + 1.714971.'96'(0.000000) + 1.593116.'100'(0.000000) + 0) <= 1.779942 ('35') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.617541.'90'(0.117065) + 0.219538.'46'(0.209217) + 2.319474.'24'(0.117065) + 1.988038.'22'(0.055288) + 0.758474.'19'(0.047986) + 2.152186.'18'(0.304877) + 1.328019.'2'(0.044890) + 0.538126.'32'(0.000000) + 0.857868.'47'(0.000000) + 0.327854.'48'(0.000000) + 1.698732.'50'(0.000000) + 1.268490.'55'(0.000000) + 1.038287.'60'(0.000000) + 2.073121.'65'(0.000000) + 1.236270.'68'(0.000000) + 0.640635.'79'(0.000000) + 0.475515.'83'(0.000000) + 1.880451.'87'(0.000000) + 1.933756.'97'(0.000000) + 0) <= 9.663450 ('30') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.617049.'84'(0.047986) + 0.357898.'35'(0.117065) + 1.760703.'33'(0.117065) + 0.917343.'24'(0.117065) + 0.947236.'24'(0.117065) + 2.494840.'23'(0.190433) + 2.218768.'14'(0.047986) + 2.164447.'13'(0.047986) + 1.557959.'12'(0.117065) + 1.515324.'10'(0.047986) + 0.793342.'6'(0.055288) + 3.025505.'6'(0.055288) + 2.223809.'2'(0.044890) + 1.451623.'37'(0.000000) + 1.561245.'44'(0.000000) + 0.338350.'48'(0.000000) + 0.566370.'52'(0.000000) + 1.851600.'56'(0.000000) + 2.003085.'57'(0.000000) + 1.040549.'60'(0.000000) + 1.283400.'65'(0.000000) + 1.312813.'67'(0.000000) + 1.342048.'77'(0.000000) + 1.247040.'88'(0.000000) + 2.520866.'98'(0.000000) + 0.787296.'98'(0.000000) + 0) <= 9.945641 ('3') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.571950.'35'(0.117065) + 0.802464.'25'(0.047986) + 1.268756.'23'(0.190433) + 0.817348.'21'(0.044890) + 2.491420.'14'(0.047986) + 1.872456.'12'(0.117065) + 1.051206.'10'(0.047986) + 1.537013.'7'(0.117065) + 1.165670.'6'(0.055288) + 1.621833.'2'(0.044890) + 1.587005.'37'(0.000000) + 0.154834.'38'(0.000000) + 1.167921.'41'(0.000000) + 1.873399.'44'(0.000000) + 0.648493.'57'(0.000000) + 2.025183.'60'(0.000000) + 1.082161.'62'(0.000000) + 2.105021.'63'(0.000000) + 0.445561.'65'(0.000000) + 1.331651.'85'(0.000000) + 1.076625.'91'(0.000000) + 1.559978.'94'(0.000000) + 0) <= 4.097251 ('21') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.848277.'18'(0.304877) + 0.784419.'3'(0.047986) + 2.684998.'2'(0.044890) + 1.342527.'29'(0.000000) + 0.419035.'37'(0.000000) + 2.163596.'41'(0.000000) + 1.826249.'52'(0.000000) + 1.646003.'55'(0.000000) + 2.108946.'58'(0.000000) + 1.539063.'61'(0.000000) + 1.611198.'62'(0.000000) + 1.197247.'63'(0.000000) + 2.657445.'64'(0.000000) + 0.683061.'67'(0.000000) + 2.579352.'73'(0.000000) + 2.694216.'79'(0.000000) + 2.316378.'87'(0.000000) + 2.525917.'91'(0.000000) + 0.243451.'91'(0.000000) + 1.973307.'100'(0.000000) + 0) <= 1.401378 ('56') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.449245.'93'(0.055288) + 1.307068.'80'(0.791906) + 1.480774.'69'(0.055288) + 0.834696.'36'(0.044890) + 2.121184.'28'(0.044890) + 0.911193.'27'(0.055288) + 0.545581.'24'(0.117065) + 2.259330.'21'(0.044890) + 2.491200.'17'(0.055288) + 1.455706.'15'(0.190433) + 1.410135.'13'(0.047986) + 1.765092.'6'(0.055288) + 0.747052.'4'(0.047986) + 1.888295.'2'(0.044890) + 0.713821.'37'(0.000000) + 2.598477.'43'(0.000000) + 1.438983.'44'(0.000000) + 1.502268.'56'(0.000000) + 1.605632.'61'(0.000000) + 1.544327.'62'(0.000000) + 0.181450.'62'(0.000000) + 2.009187.'65'(0.000000) + 3.280653.'66'(0.000000) + 0.067911.'66'(0.000000) + 1.840993.'67'(0.000000) + 1.044612.'68'(0.000000) + 2.006633.'70'(0.000000) + 0.713088.'72'(0.000000) + 1.512621.'76'(0.000000) + 2.726216.'81'(0.000000) + 2.097782.'87'(0.000000) + 2.115832.'89'(0.000000) + 1.260586.'98'(0.000000) + 0) <= 4.424978 ('18') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.090901.'30'(0.055288) + 1.297920.'19'(0.047986) + 1.424158.'14'(0.047986) + 0.575830.'7'(0.117065) + 2.143928.'2'(0.044890) + 2.122762.'32'(0.000000) + 0.709590.'39'(0.000000) + 1.676612.'40'(0.000000) + 0.922763.'45'(0.000000) + 1.831900.'47'(0.000000) + 1.127926.'60'(0.000000) + 2.196587.'70'(0.000000) + 1.864485.'78'(0.000000) + 1.567678.'79'(0.000000) + 1.065426.'81'(0.000000) + 0.577762.'96'(0.000000) + 2.101005.'97'(0.000000) + 1.481802.'97'(0.000000) + 0) <= 5.084575 ('62') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.787208.'92'(0.044890) + 2.673902.'69'(0.055288) + 2.098962.'2'(0.044890) + 2.170047.'34'(0.000000) + 2.615945.'42'(0.000000) + 0.788779.'54'(0.000000) + 0.533384.'56'(0.000000) + 2.395487.'57'(0.000000) + 0.898479.'57'(0.000000) + 1.137187.'61'(0.000000) + 1.612209.'63'(0.000000) + 0.796565.'70'(0.000000) + 3.104590.'73'(0.000000) + 0.802525.'73'(0.000000) + 1.504704.'76'(0.000000) + 1.907922.'83'(0.000000) + 0.723042.'85'(0.000000) + 1.435919.'89'(0.000000) + 1.704192.'96'(0.000000) + 1.214179.'100'(0.000000) + 0) <= 3.653602 ('46') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.159290.'93'(0.055288) + 1.076541.'69'(0.055288) + 1.560264.'36'(0.044890) + 1.087675.'31'(0.055288) + 2.339709.'26'(0.044890) + 0.932480.'23'(0.190433) + 2.203610.'18'(0.304877) + 2.515455.'8'(0.044890) + 0.982040.'7'(0.117065) + 1.361683.'3'(0.047986) + 2.210430.'2'(0.044890) + 1.307962.'37'(0.000000) + 1.031220.'38'(0.000000) + 2.109794.'42'(0.000000) + 2.340225.'45'(0.000000) + 0.764872.'48'(0.000000) + 0.793115.'58'(0.000000) + 1.480718.'66'(0.000000) + 0.791214.'68'(0.000000) + 2.159073.'73'(0.000000) + 2.711400.'83'(0.000000) + 2.523451.'98'(0.000000) + 0) <= 8.312719 ('64') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.014366.'30'(0.055288) + 2.228422.'26'(0.044890) + 0.457995.'25'(0.047986) + 1.325383.'23'(0.190433) + 0.826167.'16'(0.117065) + 1.087537.'15'(0.190433) + 2.052335.'15'(0.190433) + 1.480696.'14'(0.047986) + 2.084381.'13'(0.047986) + 2.704841.'11'(0.055288) + 0.567299.'8'(0.044890) + 2.759508.'2'(0.044890) + 0.675044.'32'(0.000000) + 1.151851.'37'(0.000000) + 0.842809.'39'(0.000000) + 0.631937.'41'(0.000000) + 1.561028.'42'(0.000000) + 0.716075.'50'(0.000000) + 1.773900.'53'(0.000000) + 1.218666.'53'(0.000000) + 1.264379.'54'(0.000000) + 0.566796.'55'(0.000000) + 0.121870.'60'(0.000000) + 1.171679.'61'(0.000000) + 0.893220.'65'(0.000000) + 0.817332.'68'(0.000000) + 0.946651.'78'(0.000000) + 1.092583.'94'(0.000000) + 0) <= 1.595101 ('73') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.339607.'93'(0.055288) + 1.811061.'90'(0.117065) + 1.758690.'30'(0.055288) + 1.495101.'27'(0.055288) + 2.292440.'22'(0.055288) + 1.229428.'19'(0.047986) + 1.085846.'17'(0.055288) + 2.178570.'14'(0.047986) + 1.820069.'11'(0.055288) + 1.723193.'7'(0.117065) + 1.559765.'4'(0.047986) + 1.898168.'2'(0.044890) + 1.938628.'39'(0.000000) + 0.789087.'40'(0.000000) + 1.716462.'53'(0.000000) + 1.985795.'60'(0.000000) + 2.403113.'64'(0.000000) + 1.672833.'74'(0.000000) + 2.151883.'77'(0.000000) + 1.521737.'83'(0.000000) + 2.818235.'88'(0.000000) + 0) <= 1.343049 ('37') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.084501.'92'(0.044890) + 0.538645.'80'(0.791906) + 2.528281.'33'(0.117065) + 1.601403.'31'(0.055288) + 2.810425.'16'(0.117065) + 1.512983.'12'(0.117065) + 1.508257.'11'(0.055288) + 1.731485.'7'(0.117065) + 1.741187.'2'(0.044890) + 0.804073.'38'(0.000000) + 0.860566.'39'(0.000000) + 2.148854.'41'(0.000000) + 0.526138.'45'(0.000000) + 1.486162.'49'(0.000000) + 1.639893.'50'(0.000000) + 0.060912.'51'(0.000000) + 0.839575.'56'(0.000000) + 1.543682.'60'(0.000000) + 0.826408.'62'(0.000000) + 0.445008.'70'(0.000000) + 1.047246.'72'(0.000000) + 1.790041.'85'(0.000000) + 1.707543.'96'(0.000000) + 1.393235.'97'(0.000000) + 1.631430.'99'(0.000000) + 0) <= 8.278164 ('25') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.582926.'90'(0.117065) + 0.852950.'86'(0.055288) + 1.968243.'24'(0.117065) + 1.463992.'22'(0.055288) + 2.275936.'21'(0.044890) + 1.586628.'20'(0.055288) + 0.700088.'17'(0.055288) + 1.930838.'11'(0.055288) + 1.605401.'8'(0.044890) + 2.213348.'3'(0.047986) + 2.216668.'42'(0.000000) + 2.735909.'44'(0.000000) + 1.377609.'53'(0.000000) + 1.068098.'56'(0.000000) + 1.881393.'58'(0.000000) + 1.110333.'61'(0.000000) + 1.970628.'66'(0.000000) + 1.854642.'76'(0.000000) + 2.315407.'85'(0.000000) + 2.413145.'88'(0.000000) + 2.095055.'89'(0.000000) + 2.920734.'99'(0.000000) + 0.296508.'99'(0.000000) + 0) <= 1.605618 ('52') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.500403.'69'(0.055288) + 1.010767.'36'(0.044890) + 1.155567.'35'(0.117065) + 1.270625.'33'(0.117065) + 1.234065.'30'(0.055288) + 1.960461.'28'(0.044890) + 0.597022.'24'(0.117065) + 1.509283.'23'(0.190433) + 1.650449.'21'(0.044890) + 0.190792.'18'(0.304877) + 2.790382.'17'(0.055288) + 0.917591.'9'(0.047986) + 1.829724.'7'(0.117065) + 1.312310.'3'(0.047986) + 1.549115.'32'(0.000000) + 0.945035.'39'(0.000000) + 1.845643.'40'(0.000000) + 1.436872.'41'(0.000000) + 1.312611.'43'(0.000000) + 0.461758.'48'(0.000000) + 1.051983.'51'(0.000000) + 0.967414.'53'(0.000000) + 0.207016.'63'(0.000000) + 1.827518.'70'(0.000000) + 1.826029.'77'(0.000000) + 1.855022.'88'(0.000000) + 2.689271.'95'(0.000000) + 1.124601.'95'(0.000000) + 1.096615.'98'(0.000000) + 1.216817.'99'(0.000000) + 0) <= 5.488930 ('98') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.600249.'90'(0.117065) + 2.002366.'80'(0.791906) + 1.615311.'33'(0.117065) + 2.756266.'28'(0.044890) + 1.038606.'17'(0.055288) + 0.745036.'15'(0.190433) + 1.594266.'14'(0.047986) + 1.714136.'10'(0.047986) + 1.196129.'3'(0.047986) + 0.396242.'32'(0.000000) + 1.021566.'37'(0.000000) + 1.690279.'42'(0.000000) + 1.731374.'48'(0.000000) + 1.498471.'49'(0.000000) + 1.663880.'56'(0.000000) + 1.268963.'64'(0.000000) + 2.612767.'74'(0.000000) + 0.964437.'87'(0.000000) + 1.381244.'88'(0.000000) + 1.586140.'89'(0.000000) + 2.018181.'94'(0.000000) + 1.099522.'98'(0.000000) + 0) <= 6.434422 ('68') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.722465.'93'(0.055288) + 1.334929.'92'(0.044890) + 2.289511.'86'(0.055288) + 1.313342.'69'(0.055288) + 1.809836.'59'(0.044890) + 0.489061.'27'(0.055288) + 1.899466.'25'(0.047986) + 1.371088.'18'(0.304877) + 1.717023.'14'(0.047986) + 2.793898.'12'(0.117065) + 0.720775.'10'(0.047986) + 2.602234.'7'(0.117065) + 0.633028.'6'(0.055288) + 2.380381.'6'(0.055288) + 1.594297.'3'(0.047986) + 1.684147.'34'(0.000000) + 0.216829.'41'(0.000000) + 0.376558.'50'(0.000000) + 1.996872.'60'(0.000000) + 1.712433.'67'(0.000000) + 1.712529.'73'(0.000000) + 0.701338.'74'(0.000000) + 1.192733.'77'(0.000000) + 1.941639.'85'(0.000000) + 1.445164.'85'(0.000000) + 1.268315.'88'(0.000000) + 0.890821.'89'(0.000000) + 2.380611.'91'(0.000000) + 1.668623.'96'(0.000000) + 0) <= 9.935049 ('4') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.670495.'84'(0.047986) + 0.624802.'25'(0.047986) + 1.801654.'19'(0.047986) + 1.120138.'14'(0.047986) + 0.932296.'13'(0.047986) + 1.637093.'10'(0.047986) + 1.598009.'9'(0.047986) + 0.980407.'4'(0.047986) + 1.835484.'3'(0.047986) + 0.485483.'32'(0.000000) + 0.705884.'38'(0.000000) + 1.484748.'40'(0.000000) + 2.684493.'41'(0.000000) + 0.995548.'45'(0.000000) + 2.044312.'50'(0.000000) + 2.297653.'54'(0.000000) + 0.559155.'61'(0.000000) + 1.922187.'68'(0.000000) + 1.773595.'72'(0.000000) + 1.261842.'76'(0.000000) + 0.956929.'79'(0.000000) + 2.699869.'81'(0.000000) + 1.455454.'83'(0.000000) + 2.632862.'88'(0.000000) + 0.833982.'89'(0.000000) + 0) <= 0.585453 ('29') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.173676.'84'(0.047986) + 2.415292.'33'(0.117065) + 0.789312.'31'(0.055288) + 2.124169.'28'(0.044890) + 1.217762.'26'(0.044890) + 1.866724.'26'(0.044890) + 1.156288.'25'(0.047986) + 2.405819.'23'(0.190433) + 2.016256.'20'(0.055288) + 1.175934.'16'(0.117065) + 1.958345.'13'(0.047986) + 1.719191.'4'(0.047986) + 0.807079.'3'(0.047986) + 1.636359.'29'(0.000000) + 0.767464.'34'(0.000000) + 0.774260.'40'(0.000000) + 0.401551.'52'(0.000000) + 1.186978.'58'(0.000000) + 0.454369.'61'(0.000000) + 2.090000.'64'(0.000000) + 1.999658.'65'(0.000000) + 1.283821.'66'(0.000000) + 1.676183.'74'(0.000000) + 2.159136.'89'(0.000000) + 1.519798.'91'(0.000000) + 0.781954.'96'(0.000000) + 2.031256.'97'(0.000000) + 1.038544.'99'(0.000000) + 2.262776.'100'(0.000000) + 0) <= 4.891763 ('7') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.530311.'93'(0.055288) + 0.266187.'90'(0.117065) + 1.216180.'71'(0.055288) + 0.704725.'36'(0.044890) + 1.920286.'21'(0.044890) + 2.121720.'18'(0.304877) + 1.840147.'16'(0.117065) + 0.449495.'9'(0.047986) + 2.580847.'7'(0.117065) + 0.047663.'6'(0.055288) + 2.699696.'6'(0.055288) + 1.725812.'3'(0.047986) + 1.229039.'38'(0.000000) + 1.943076.'47'(0.000000) + 0.520589.'49'(0.000000) + 2.123352.'51'(0.000000) + 1.436994.'73'(0.000000) + 1.642114.'75'(0.000000) + 0.634558.'77'(0.000000) + 2.055193.'78'(0.000000) + 1.596818.'99'(0.000000) + 0) <= 1.821940 ('75') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.844910.'35'(0.117065) + 1.915955.'33'(0.117065) + 1.672159.'31'(0.055288) + 1.988658.'25'(0.047986) + 1.489850.'12'(0.117065) + 1.378286.'5'(0.117065) + 2.163410.'3'(0.047986) + 1.887435.'29'(0.000000) + 1.735787.'34'(0.000000) + 0.719743.'38'(0.000000) + 1.561121.'41'(0.000000) + 2.577972.'44'(0.000000) + 0.801504.'45'(0.000000) + 2.612984.'48'(0.000000) + 1.891429.'49'(0.000000) + 2.047954.'55'(0.000000) + 2.473651.'57'(0.000000) + 1.859591.'64'(0.000000) + 0.434792.'68'(0.000000) + 1.648515.'77'(0.000000) + 2.571814.'78'(0.000000) + 2.171619.'94'(0.000000) + 2.243891.'96'(0.000000) + 1.684012.'97'(0.000000) + 1.502507.'99'(0.000000) + 1.380634.'100'(0.000000) + 0) <= 6.644015 ('99') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.476918.'84'(0.047986) + 0.849923.'69'(0.055288) + 2.093685.'35'(0.117065) + 1.889550.'28'(0.044890) + 2.416087.'17'(0.055288) + 2.147111.'16'(0.117065) + 1.828361.'15'(0.190433) + 1.897890.'8'(0.044890) + 1.341357.'3'(0.047986) + 1.183772.'38'(0.000000) + 2.259239.'45'(0.000000) + 2.304740.'54'(0.000000) + 2.963320.'55'(0.000000) + 1.020056.'60'(0.000000) + 2.392861.'62'(0.000000) + 1.582759.'66'(0.000000) + 0.330349.'66'(0.000000) + 1.518004.'77'(0.000000) + 1.562599.'100'(0.000000) + 0) <= 4.954696 ('2') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.921470.'84'(0.047986) + 1.296255.'69'(0.055288) + 1.478299.'46'(0.209217) + 2.029583.'30'(0.055288) + 0.841020.'26'(0.044890) + 1.139860.'23'(0.190433) + 1.568970.'22'(0.055288) + 0.923024.'14'(0.047986) + 1.947907.'10'(0.047986) + 1.613401.'8'(0.044890) + 2.048333.'3'(0.047986) + 1.242858.'37'(0.000000) + 2.620494.'39'(0.000000) + 0.929191.'42'(0.000000) + 0.938981.'43'(0.000000) + 1.413485.'49'(0.000000) + 0.248788.'55'(0.000000) + 1.219798.'56'(0.000000) + 0.163106.'58'(0.000000) + 2.446861.'72'(0.000000) + 1.363351.'82'(0.000000) + 1.367356.'85'(0.000000) + 0.634727.'95'(0.000000) + 0) <= 4.884471 ('45') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.131471.'86'(0.055288) + 1.389703.'84'(0.047986) + 1.137373.'69'(0.055288) + 0.961740.'36'(0.044890) + 0.964799.'35'(0.117065) + 0.895045.'28'(0.044890) + 1.504077.'27'(0.055288) + 0.563245.'26'(0.044890) + 2.003912.'24'(0.117065) + 2.367892.'23'(0.190433) + 0.950068.'20'(0.055288) + 1.434757.'18'(0.304877) + 1.319108.'17'(0.055288) + 1.444469.'17'(0.055288) + 1.437892.'15'(0.190433) + 1.516858.'14'(0.047986) + 1.667837.'11'(0.055288) + 1.538583.'9'(0.047986) + 1.966196.'4'(0.047986) + 2.136756.'3'(0.047986) + 0.929662.'34'(0.000000) + 1.533794.'40'(0.000000) + 2.292413.'42'(0.000000) + 1.794266.'50'(0.000000) + 2.079914.'61'(0.000000) + 1.840872.'63'(0.000000) + 1.662129.'66'(0.000000) + 1.851840.'68'(0.000000) + 2.420183.'70'(0.000000) + 1.273244.'74'(0.000000) + 0.827626.'77'(0.000000) + 1.737833.'85'(0.000000) + 1.292351.'96'(0.000000) + 0) <= 9.225040 ('20') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.726082.'92'(0.044890) + 1.275180.'71'(0.055288) + 1.288342.'31'(0.055288) + 1.483497.'27'(0.055288) + 1.690805.'23'(0.190433) + 0.630625.'18'(0.304877) + 1.617395.'17'(0.055288) + 0.591526.'5'(0.117065) + 0.890883.'4'(0.047986) + 0.402798.'3'(0.047986) + 3.871658.'3'(0.047986) + 0.148229.'32'(0.000000) + 2.110458.'37'(0.000000) + 2.420470.'51'(0.000000) + 0.812989.'54'(0.000000) + 1.543979.'60'(0.000000) + 2.200044.'68'(0.000000) + 0.730323.'73'(0.000000) + 0.942012.'75'(0.000000) + 2.125227.'76'(0.000000) + 1.723653.'79'(0.000000) + 1.792758.'94'(0.000000) + 0) <= 5.961630 ('60') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.807381.'80'(0.791906) + 0.904643.'36'(0.044890) + 2.272959.'35'(0.117065) + 0.636840.'24'(0.117065) + 2.822643.'20'(0.055288) + 1.978632.'17'(0.055288) + 1.630620.'12'(0.117065) + 2.632697.'11'(0.055288) + 2.264931.'8'(0.044890) + 1.348925.'3'(0.047986) + 1.907995.'34'(0.000000) + 0.993292.'54'(0.000000) + 1.365802.'61'(0.000000) + 2.246635.'62'(0.000000) + 1.469972.'62'(0.000000) + 1.177692.'64'(0.000000) + 1.992859.'76'(0.000000) + 1.413198.'81'(0.000000) + 0.209372.'85'(0.000000) + 1.589523.'89'(0.000000) + 0.817847.'95'(0.000000) + 1.895427.'97'(0.000000) + 1.958948.'99'(0.000000) + 2.045028.'100'(0.000000) + 0) <= 4.685810 ('79') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.807569.'86'(0.055288) + 1.538334.'80'(0.791906) + 0.009143.'59'(0.044890) + 2.341725.'59'(0.044890) + 2.500060.'31'(0.055288) + 1.299172.'30'(0.055288) + 1.622814.'28'(0.044890) + 0.968384.'23'(0.190433) + 1.001826.'22'(0.055288) + 1.036549.'21'(0.044890) + 1.111419.'19'(0.047986) + 0.435938.'16'(0.117065) + 1.948070.'12'(0.117065) + 1.055126.'7'(0.117065) + 2.029690.'3'(0.047986) + 1.691699.'29'(0.000000) + 1.772258.'32'(0.000000) + 2.220123.'43'(0.000000) + 1.235536.'51'(0.000000) + 1.955820.'54'(0.000000) + 1.473271.'57'(0.000000) + 1.177250.'62'(0.000000) + 1.356982.'65'(0.000000) + 1.155692.'76'(0.000000) + 1.600414.'77'(0.000000) + 2.221030.'78'(0.000000) + 2.070967.'82'(0.000000) + 0.213146.'91'(0.000000) + 1.585347.'94'(0.000000) + 2.286602.'95'(0.000000) + 1.322240.'95'(0.000000) + 1.624902.'100'(0.000000) + 0) <= 8.363707 ('63') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.231378.'84'(0.047986) + 1.171334.'80'(0.791906) + 1.475675.'36'(0.044890) + 1.065853.'31'(0.055288) + 1.371355.'28'(0.044890) + 1.349891.'25'(0.047986) + 2.356759.'21'(0.044890) + 1.154521.'13'(0.047986) + 1.642631.'4'(0.047986) + 1.803419.'29'(0.000000) + 0.059702.'34'(0.000000) + 2.322424.'38'(0.000000) + 1.806462.'47'(0.000000) + 2.652397.'49'(0.000000) + 2.627669.'52'(0.000000) + 2.448438.'64'(0.000000) + 1.058054.'68'(0.000000) + 1.271334.'70'(0.000000) + 0.447299.'74'(0.000000) + 2.254469.'75'(0.000000) + 0.607915.'82'(0.000000) + 2.410036.'83'(0.000000) + 2.159365.'87'(0.000000) + 1.685373.'88'(0.000000) + 0.830329.'89'(0.000000) + 0) <= 9.872597 ('8') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.527962.'84'(0.047986) + 1.521487.'80'(0.791906) + 2.593689.'71'(0.055288) + 1.915303.'35'(0.117065) + 1.267922.'28'(0.044890) + 1.325611.'21'(0.044890) + 0.951599.'17'(0.055288) + 1.528275.'15'(0.190433) + 1.768309.'9'(0.047986) + 0.690963.'4'(0.047986) + 0.960678.'32'(0.000000) + 1.637105.'40'(0.000000) + 0.527211.'42'(0.000000) + 1.679024.'65'(0.000000) + 1.511008.'72'(0.000000) + 1.781358.'81'(0.000000) + 1.515409.'89'(0.000000) + 2.178862.'98'(0.000000) + 0) <= 2.357095 ('53') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.556275.'36'(0.044890) + 1.418854.'33'(0.117065) + 2.040427.'31'(0.055288) + 1.755380.'27'(0.055288) + 1.488516.'26'(0.044890) + 1.931610.'25'(0.047986) + 1.857218.'21'(0.044890) + 0.753160.'18'(0.304877) + 0.684322.'17'(0.055288) + 1.247582.'12'(0.117065) + 0.284490.'8'(0.044890) + 1.257379.'7'(0.117065) + 1.169682.'4'(0.047986) + 0.741039.'34'(0.000000) + 1.675250.'38'(0.000000) + 0.974257.'40'(0.000000) + 1.417308.'42'(0.000000) + 0.739555.'43'(0.000000) + 1.088111.'47'(0.000000) + 1.248926.'51'(0.000000) + 2.714532.'54'(0.000000) + 2.400820.'55'(0.000000) + 1.189201.'63'(0.000000) + 0.715783.'64'(0.000000) + 0.606586.'66'(0.000000) + 0.536060.'72'(0.000000) + 0.188211.'73'(0.000000) + 0.941898.'76'(0.000000) + 1.697494.'88'(0.000000) + 1.392083.'94'(0.000000) + 0.367002.'94'(0.000000) + 0) <= 5.641394 ('58') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.411710.'92'(0.044890) + 1.605084.'86'(0.055288) + 1.336043.'84'(0.047986) + 0.782016.'71'(0.055288) + 1.194869.'59'(0.044890) + 1.929850.'35'(0.117065) + 1.074458.'31'(0.055288) + 2.318901.'23'(0.190433) + 1.561340.'21'(0.044890) + 1.049424.'15'(0.190433) + 1.186545.'7'(0.117065) + 1.595558.'5'(0.117065) + 1.806439.'4'(0.047986) + 1.616322.'32'(0.000000) + 0.727570.'44'(0.000000) + 0.907775.'51'(0.000000) + 0.928695.'57'(0.000000) + 2.592235.'58'(0.000000) + 1.159663.'64'(0.000000) + 2.478819.'70'(0.000000) + 1.767487.'74'(0.000000) + 0.982492.'74'(0.000000) + 2.094247.'78'(0.000000) + 1.134127.'79'(0.000000) + 1.102956.'81'(0.000000) + 2.546143.'88'(0.000000) + 2.168648.'89'(0.000000) + 1.467387.'96'(0.000000) + 2.749127.'99'(0.000000) + 0) <= 8.061098 ('77') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.862910.'71'(0.055288) + 2.403822.'35'(0.117065) + 1.647258.'33'(0.117065) + 1.126966.'31'(0.055288) + 2.531904.'8'(0.044890) + 0.438380.'4'(0.047986) + 0.179274.'34'(0.000000) + 1.805393.'43'(0.000000) + 1.516429.'47'(0.000000) + 2.260190.'50'(0.000000) + 1.168456.'52'(0.000000) + 0.310728.'57'(0.000000) + 1.479904.'58'(0.000000) + 1.100766.'58'(0.000000) + 2.504417.'61'(0.000000) + 0.918535.'61'(0.000000) + 0.983692.'63'(0.000000) + 0.162714.'63'(0.000000) + 1.254571.'64'(0.000000) + 2.099187.'68'(0.000000) + 0.787599.'70'(0.000000) + 1.255834.'89'(0.000000) + 2.320241.'91'(0.000000) + 2.384886.'98'(0.000000) + 0.996143.'100'(0.000000) + 0) <= 7.407568 ('78') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.340980.'93'(0.055288) + 1.959896.'84'(0.047986) + 2.773382.'69'(0.055288) + 1.529062.'59'(0.044890) + 2.410161.'24'(0.117065) + 0.925735.'20'(0.055288) + 0.934010.'14'(0.047986) + 2.153666.'13'(0.047986) + 1.621200.'11'(0.055288) + 1.910088.'9'(0.047986) + 0.459509.'4'(0.047986) + 2.218274.'29'(0.000000) + 1.742240.'34'(0.000000) + 2.062236.'37'(0.000000) + 2.002052.'47'(0.000000) + 1.428662.'54'(0.000000) + 1.266244.'62'(0.000000) + 0.469901.'62'(0.000000) + 0.157057.'66'(0.000000) + 2.486818.'67'(0.000000) + 2.018923.'70'(0.000000) + 1.294832.'73'(0.000000) + 2.493142.'75'(0.000000) + 0.698662.'87'(0.000000) + 2.076972.'97'(0.000000) + 0) <= 2.913811 ('38') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.832100.'93'(0.055288) + 1.417811.'92'(0.044890) + 0.867851.'90'(0.117065) + 1.007905.'69'(0.055288) + 2.758488.'46'(0.209217) + 2.476172.'20'(0.055288) + 1.751335.'16'(0.117065) + 1.478643.'14'(0.047986) + 1.933794.'12'(0.117065) + 1.299035.'11'(0.055288) + 1.081648.'4'(0.047986) + 1.410759.'32'(0.000000) + 1.640976.'39'(0.000000) + 1.827070.'43'(0.000000) + 1.786897.'44'(0.000000) + 0.651216.'50'(0.000000) + 1.078194.'53'(0.000000) + 0.859721.'54'(0.000000) + 2.087403.'55'(0.000000) + 2.043521.'63'(0.000000) + 1.680136.'76'(0.000000) + 0.275012.'83'(0.000000) + 1.479648.'94'(0.000000) + 0.857449.'97'(0.000000) + 2.162809.'100'(0.000000) + 0) <= 8.909551 ('39') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.096353.'93'(0.055288) + 0.765692.'69'(0.055288) + 1.902882.'33'(0.117065) + 0.565334.'31'(0.055288) + 0.947449.'26'(0.044890) + 2.518136.'25'(0.047986) + 1.514956.'23'(0.190433) + 1.802529.'22'(0.055288) + 0.612244.'19'(0.047986) + 1.686128.'14'(0.047986) + 1.337141.'12'(0.117065) + 1.600630.'9'(0.047986) + 0.659929.'6'(0.055288) + 2.852422.'6'(0.055288) + 1.236833.'4'(0.047986) + 2.591081.'38'(0.000000) + 1.791141.'40'(0.000000) + 0.703951.'41'(0.000000) + 1.748973.'43'(0.000000) + 1.474951.'45'(0.000000) + 1.623784.'48'(0.000000) + 0.237381.'51'(0.000000) + 1.942189.'56'(0.000000) + 0.308290.'56'(0.000000) + 1.573361.'61'(0.000000) + 1.811404.'75'(0.000000) + 2.147179.'77'(0.000000) + 2.341733.'81'(0.000000) + 0.694496.'82'(0.000000) + 1.113815.'83'(0.000000) + 1.499899.'87'(0.000000) + 0) <= 5.522559 ('92') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.851679.'93'(0.055288) + 2.221973.'90'(0.117065) + 1.263220.'84'(0.047986) + 1.333887.'71'(0.055288) + 1.224413.'33'(0.117065) + 1.649765.'27'(0.055288) + 1.045597.'7'(0.117065) + 1.350725.'4'(0.047986) + 1.419477.'32'(0.000000) + 2.644512.'39'(0.000000) + 1.844203.'43'(0.000000) + 1.184394.'48'(0.000000) + 1.683553.'51'(0.000000) + 0.940429.'55'(0.000000) + 1.275770.'61'(0.000000) + 2.712213.'62'(0.000000) + 2.200546.'75'(0.000000) + 1.693285.'96'(0.000000) + 0) <= 7.362310 ('65') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.246983.'93'(0.055288) + 0.958494.'71'(0.055288) + 2.254789.'59'(0.044890) + 1.992356.'36'(0.044890) + 2.386986.'33'(0.117065) + 1.072969.'27'(0.055288) + 2.819781.'15'(0.190433) + 0.748877.'6'(0.055288) + 0.396183.'4'(0.047986) + 0.596986.'32'(0.000000) + 1.019058.'47'(0.000000) + 0.856391.'60'(0.000000) + 2.279437.'64'(0.000000) + 0.958431.'72'(0.000000) + 0.570530.'99'(0.000000) + 0) <= 3.763032 ('23') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.426070.'36'(0.044890) + 2.287539.'30'(0.055288) + 1.176852.'28'(0.044890) + 1.161188.'27'(0.055288) + 2.155554.'24'(0.117065) + 1.845106.'16'(0.117065) + 1.425796.'9'(0.047986) + 2.251970.'6'(0.055288) + 1.144344.'5'(0.117065) + 1.297185.'4'(0.047986) + 1.905763.'37'(0.000000) + 1.649885.'47'(0.000000) + 1.443146.'48'(0.000000) + 0.773042.'56'(0.000000) + 1.178002.'57'(0.000000) + 2.306647.'60'(0.000000) + 1.029172.'62'(0.000000) + 1.298559.'65'(0.000000) + 0.502265.'67'(0.000000) + 0.090903.'81'(0.000000) + 0.364806.'88'(0.000000) + 0.133610.'89'(0.000000) + 2.436939.'98'(0.000000) + 1.037696.'99'(0.000000) + 0) <= 8.119913 ('51') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.209874.'93'(0.055288) + 2.103785.'80'(0.791906) + 0.332730.'59'(0.044890) + 1.663079.'46'(0.209217) + 1.156131.'33'(0.117065) + 0.906294.'27'(0.055288) + 1.878458.'19'(0.047986) + 1.323330.'5'(0.117065) + 2.393728.'40'(0.000000) + 1.394635.'47'(0.000000) + 2.035817.'53'(0.000000) + 1.912910.'57'(0.000000) + 1.834719.'66'(0.000000) + 0.698450.'67'(0.000000) + 3.478828.'74'(0.000000) + 1.238403.'74'(0.000000) + 1.024066.'76'(0.000000) + 1.658992.'83'(0.000000) + 2.553487.'87'(0.000000) + 1.170282.'99'(0.000000) + 1.769530.'100'(0.000000) + 0) <= 8.836129 ('54') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.505703.'92'(0.044890) + 1.952092.'59'(0.044890) + 2.786041.'46'(0.209217) + 1.837654.'30'(0.055288) + 2.204686.'28'(0.044890) + 2.448328.'20'(0.055288) + 1.890408.'13'(0.047986) + 2.379287.'8'(0.044890) + 1.338248.'7'(0.117065) + 1.010145.'7'(0.117065) + 1.255739.'5'(0.117065) + 1.606896.'37'(0.000000) + 0.306243.'45'(0.000000) + 1.400339.'51'(0.000000) + 2.779256.'55'(0.000000) + 2.529108.'67'(0.000000) + 1.725155.'82'(0.000000) + 1.110933.'85'(0.000000) + 0.980861.'91'(0.000000) + 0) <= 8.092736 ('72') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.191403.'93'(0.055288) + 0.638276.'92'(0.044890) + 1.335012.'71'(0.055288) + 1.816494.'46'(0.209217) + 1.851132.'27'(0.055288) + 0.677658.'24'(0.117065) + 2.020970.'24'(0.117065) + 1.725278.'20'(0.055288) + 2.468596.'10'(0.047986) + 2.712307.'5'(0.117065) + 1.085876.'34'(0.000000) + 0.849402.'42'(0.000000) + 2.043918.'44'(0.000000) + 1.920871.'50'(0.000000) + 0.937560.'51'(0.000000) + 1.661409.'52'(0.000000) + 1.566985.'58'(0.000000) + 2.328504.'60'(0.000000) + 1.636311.'62'(0.000000) + 1.161869.'63'(0.000000) + 1.856217.'78'(0.000000) + 1.447291.'83'(0.000000) + 0.954600.'87'(0.000000) + 1.667261.'91'(0.000000) + 1.860146.'95'(0.000000) + 1.010256.'96'(0.000000) + 0.862948.'99'(0.000000) + 0) <= 8.200807 ('50') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.518992.'92'(0.044890) + 2.052633.'90'(0.117065) + 1.567765.'26'(0.044890) + 2.093159.'22'(0.055288) + 0.481976.'11'(0.055288) + 1.338257.'5'(0.117065) + 1.218595.'39'(0.000000) + 1.556005.'48'(0.000000) + 0.761649.'49'(0.000000) + 0.502800.'52'(0.000000) + 1.006855.'54'(0.000000) + 2.245317.'56'(0.000000) + 0.893330.'56'(0.000000) + 2.297138.'60'(0.000000) + 2.376212.'63'(0.000000) + 0.630327.'63'(0.000000) + 1.311088.'70'(0.000000) + 1.827891.'74'(0.000000) + 1.576149.'78'(0.000000) + 0.910181.'85'(0.000000) + 1.293975.'98'(0.000000) + 0) <= 1.026905 ('76') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.033565.'92'(0.044890) + 1.309848.'86'(0.055288) + 0.950503.'35'(0.117065) + 1.609973.'24'(0.117065) + 1.109655.'22'(0.055288) + 1.312221.'16'(0.117065) + 2.295369.'15'(0.190433) + 2.216987.'14'(0.047986) + 1.462653.'5'(0.117065) + 0.691542.'32'(0.000000) + 1.542888.'34'(0.000000) + 2.429402.'40'(0.000000) + 1.884306.'41'(0.000000) + 1.590293.'49'(0.000000) + 0.499048.'52'(0.000000) + 1.107525.'54'(0.000000) + 1.262520.'55'(0.000000) + 2.013180.'67'(0.000000) + 1.326043.'68'(0.000000) + 1.111841.'85'(0.000000) + 1.644833.'91'(0.000000) + 2.330849.'99'(0.000000) + 2.234172.'100'(0.000000) + 0) <= 3.913620 ('34') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.435956.'93'(0.055288) + 1.281846.'90'(0.117065) + 1.755136.'59'(0.044890) + 1.722804.'30'(0.055288) + 2.384551.'25'(0.047986) + 1.460590.'21'(0.044890) + 1.143384.'17'(0.055288) + 0.836928.'10'(0.047986) + 1.417114.'9'(0.047986) + 1.516449.'8'(0.044890) + 1.185868.'5'(0.117065) + 2.301953.'41'(0.000000) + 1.849998.'43'(0.000000) + 3.380930.'45'(0.000000) + 0.341482.'45'(0.000000) + 1.611176.'47'(0.000000) + 2.394636.'53'(0.000000) + 0.166431.'55'(0.000000) + 0.881387.'70'(0.000000) + 0.743232.'81'(0.000000) + 1.631634.'95'(0.000000) + 1.586512.'98'(0.000000) + 0) <= 9.680259 ('14') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.633133.'86'(0.055288) + 1.162256.'80'(0.791906) + 1.335876.'71'(0.055288) + 1.901744.'36'(0.044890) + 1.669642.'33'(0.117065) + 0.311766.'30'(0.055288) + 2.151620.'28'(0.044890) + 1.153929.'21'(0.044890) + 2.174338.'16'(0.117065) + 2.131237.'15'(0.190433) + 0.777652.'13'(0.047986) + 1.343178.'12'(0.117065) + 1.932948.'10'(0.047986) + 0.678396.'9'(0.047986) + 0.491913.'7'(0.117065) + 3.091481.'7'(0.117065) + 1.685469.'5'(0.117065) + 2.558429.'32'(0.000000) + 2.031230.'39'(0.000000) + 1.508695.'44'(0.000000) + 1.447130.'48'(0.000000) + 1.900084.'52'(0.000000) + 1.102746.'54'(0.000000) + 2.300797.'58'(0.000000) + 1.203901.'65'(0.000000) + 2.041466.'68'(0.000000) + 0.038854.'73'(0.000000) + 1.907427.'76'(0.000000) + 0.795694.'77'(0.000000) + 0.621027.'79'(0.000000) + 2.230247.'85'(0.000000) + 0.708732.'85'(0.000000) + 2.398304.'87'(0.000000) + 1.509044.'88'(0.000000) + 0) <= 6.623750 ('90') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.861915.'23'(0.190433) + 0.398432.'20'(0.055288) + 0.348232.'19'(0.047986) + 1.557759.'14'(0.047986) + 0.849278.'11'(0.055288) + 1.805209.'9'(0.047986) + 2.106537.'5'(0.117065) + 0.901883.'40'(0.000000) + 1.755298.'75'(0.000000) + 2.465917.'79'(0.000000) + 0.630435.'81'(0.000000) + 2.844888.'87'(0.000000) + 2.564162.'94'(0.000000) + 0.886669.'96'(0.000000) + 0) <= 5.798078 ('97') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.986774.'93'(0.055288) + 2.129439.'90'(0.117065) + 0.504105.'86'(0.055288) + 1.012841.'71'(0.055288) + 2.698086.'59'(0.044890) + 1.247368.'22'(0.055288) + 2.513839.'19'(0.047986) + 2.400045.'18'(0.304877) + 2.112467.'16'(0.117065) + 0.735563.'11'(0.055288) + 1.003183.'5'(0.117065) + 2.867547.'41'(0.000000) + 2.104903.'45'(0.000000) + 1.304182.'45'(0.000000) + 1.417697.'52'(0.000000) + 1.825915.'53'(0.000000) + 2.084658.'64'(0.000000) + 3.719574.'72'(0.000000) + 0.924831.'72'(0.000000) + 1.559884.'73'(0.000000) + 1.952455.'75'(0.000000) + 1.955672.'76'(0.000000) + 1.949070.'81'(0.000000) + 1.032202.'82'(0.000000) + 1.294046.'87'(0.000000) + 1.129043.'88'(0.000000) + 0.806494.'100'(0.000000) + 0) <= 8.274947 ('48') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.635734.'80'(0.791906) + 2.095180.'46'(0.209217) + 0.725167.'36'(0.044890) + 2.271546.'20'(0.055288) + 2.198669.'19'(0.047986) + 1.238047.'13'(0.047986) + 1.535250.'6'(0.055288) + 1.515090.'5'(0.117065) + 2.020019.'29'(0.000000) + 1.259660.'32'(0.000000) + 2.466898.'43'(0.000000) + 1.808178.'47'(0.000000) + 0.504793.'48'(0.000000) + 2.550781.'50'(0.000000) + 1.681028.'58'(0.000000) + 1.761519.'60'(0.000000) + 1.689321.'63'(0.000000) + 1.915552.'65'(0.000000) + 2.361221.'72'(0.000000) + 0.669521.'76'(0.000000) + 2.485123.'97'(0.000000) + 0) <= 9.796025 ('11') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.661002.'90'(0.117065) + 2.407292.'90'(0.117065) + 1.942971.'59'(0.044890) + 1.725725.'36'(0.044890) + 2.172529.'35'(0.117065) + 0.829035.'30'(0.055288) + 1.281685.'25'(0.047986) + 1.611460.'21'(0.044890) + 0.738678.'19'(0.047986) + 1.710213.'16'(0.117065) + 2.735077.'7'(0.117065) + 0.083909.'6'(0.055288) + 2.136714.'6'(0.055288) + 0.150543.'34'(0.000000) + 1.933948.'62'(0.000000) + 2.297694.'65'(0.000000) + 1.854279.'68'(0.000000) + 2.652965.'72'(0.000000) + 0.030444.'72'(0.000000) + 1.111043.'74'(0.000000) + 1.422199.'75'(0.000000) + 1.411177.'76'(0.000000) + 2.670719.'81'(0.000000) + 1.493695.'87'(0.000000) + 1.926493.'94'(0.000000) + 0.531050.'96'(0.000000) + 0.441528.'97'(0.000000) + 0) <= 6.605518 ('93') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.525602.'92'(0.044890) + 1.515803.'86'(0.055288) + 0.976964.'30'(0.055288) + 2.415421.'28'(0.044890) + 2.315996.'26'(0.044890) + 2.032811.'22'(0.055288) + 1.473279.'16'(0.117065) + 1.662487.'6'(0.055288) + 1.300374.'41'(0.000000) + 1.461032.'43'(0.000000) + 1.236381.'50'(0.000000) + 1.974750.'57'(0.000000) + 2.426716.'58'(0.000000) + 1.463471.'68'(0.000000) + 1.520294.'73'(0.000000) + 1.787750.'76'(0.000000) + 0.127668.'76'(0.000000) + 1.582301.'78'(0.000000) + 2.091996.'79'(0.000000) + 2.088225.'81'(0.000000) + 0.891293.'83'(0.000000) + 1.809023.'87'(0.000000) + 1.909719.'94'(0.000000) + 2.623823.'95'(0.000000) + 0.875209.'95'(0.000000) + 1.452183.'96'(0.000000) + 0) <= 4.144306 ('74') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.995885.'80'(0.791906) + 1.729223.'46'(0.209217) + 0.944280.'33'(0.117065) + 1.922132.'27'(0.055288) + 1.607087.'23'(0.190433) + 1.862937.'22'(0.055288) + 1.879537.'20'(0.055288) + 1.511062.'17'(0.055288) + 2.315943.'6'(0.055288) + 2.772940.'34'(0.000000) + 1.403605.'43'(0.000000) + 1.182474.'52'(0.000000) + 0.528777.'55'(0.000000) + 2.819004.'72'(0.000000) + 0.978734.'74'(0.000000) + 1.297028.'76'(0.000000) + 1.444680.'77'(0.000000) + 2.383938.'83'(0.000000) + 0.844509.'89'(0.000000) + 1.829662.'95'(0.000000) + 2.528732.'97'(0.000000) + 1.380106.'97'(0.000000) + 0) <= 4.629623 ('15') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.974841.'80'(0.791906) + 0.574715.'69'(0.055288) + 1.332501.'46'(0.209217) + 0.800404.'36'(0.044890) + 1.823797.'31'(0.055288) + 2.892431.'28'(0.044890) + 1.937621.'14'(0.047986) + 0.546540.'10'(0.047986) + 1.925044.'6'(0.055288) + 0.542132.'34'(0.000000) + 1.890463.'43'(0.000000) + 1.280956.'45'(0.000000) + 1.301749.'47'(0.000000) + 1.696964.'52'(0.000000) + 0.976693.'55'(0.000000) + 2.669001.'79'(0.000000) + 1.274806.'91'(0.000000) + 1.116902.'96'(0.000000) + 2.448290.'100'(0.000000) + 0) <= 2.259755 ('69') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.598310.'84'(0.047986) + 1.415219.'59'(0.044890) + 0.231293.'35'(0.117065) + 2.511423.'27'(0.055288) + 1.106094.'23'(0.190433) + 1.095323.'17'(0.055288) + 1.190739.'10'(0.047986) + 1.798665.'8'(0.044890) + 0.999832.'6'(0.055288) + 1.813101.'37'(0.000000) + 2.671260.'45'(0.000000) + 0.668126.'45'(0.000000) + 2.013190.'58'(0.000000) + 3.069511.'61'(0.000000) + 1.337746.'61'(0.000000) + 0.857582.'65'(0.000000) + 1.395303.'78'(0.000000) + 1.515895.'81'(0.000000) + 2.428484.'82'(0.000000) + 0.762707.'91'(0.000000) + 0) <= 7.659936 ('86') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.066306.'86'(0.055288) + 2.320893.'84'(0.047986) + 2.091477.'36'(0.044890) + 1.638725.'33'(0.117065) + 1.438849.'22'(0.055288) + 2.210482.'19'(0.047986) + 2.039572.'18'(0.304877) + 1.081318.'14'(0.047986) + 2.519726.'13'(0.047986) + 1.791372.'9'(0.047986) + 1.146782.'8'(0.044890) + 1.289588.'6'(0.055288) + 1.980664.'32'(0.000000) + 1.378765.'38'(0.000000) + 0.650123.'42'(0.000000) + 2.317051.'45'(0.000000) + 1.022056.'49'(0.000000) + 1.943786.'50'(0.000000) + 1.339427.'51'(0.000000) + 1.830205.'66'(0.000000) + 2.149247.'70'(0.000000) + 1.333859.'72'(0.000000) + 2.177736.'79'(0.000000) + 0.909688.'81'(0.000000) + 1.783252.'88'(0.000000) + 1.734579.'89'(0.000000) + 0) <= 9.962723 ('47') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.412650.'93'(0.055288) + 1.228552.'86'(0.055288) + 1.120772.'71'(0.055288) + 1.407066.'46'(0.209217) + 0.642929.'33'(0.117065) + 1.766014.'26'(0.044890) + 0.254719.'24'(0.117065) + 0.725444.'23'(0.190433) + 0.400464.'22'(0.055288) + 2.102888.'20'(0.055288) + 1.363561.'19'(0.047986) + 1.508905.'17'(0.055288) + 1.434009.'15'(0.190433) + 1.700165.'14'(0.047986) + 1.729933.'7'(0.117065) + 1.848821.'38'(0.000000) + 2.259168.'41'(0.000000) + 1.339934.'48'(0.000000) + 1.838852.'53'(0.000000) + 1.859825.'63'(0.000000) + 1.438401.'66'(0.000000) + 2.268951.'75'(0.000000) + 0.186674.'78'(0.000000) + 2.742332.'79'(0.000000) + 1.093597.'82'(0.000000) + 1.642824.'85'(0.000000) + 1.524628.'91'(0.000000) + 1.879130.'99'(0.000000) + 1.357996.'99'(0.000000) + 1.577473.'100'(0.000000) + 0) <= 8.306240 ('85') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.206567.'71'(0.055288) + 0.913361.'46'(0.209217) + 2.374429.'25'(0.047986) + 0.384278.'22'(0.055288) + 1.116418.'20'(0.055288) + 2.024171.'12'(0.117065) + 2.405929.'10'(0.047986) + 1.116285.'7'(0.117065) + 1.264747.'39'(0.000000) + 1.610754.'42'(0.000000) + 1.720533.'47'(0.000000) + 1.959283.'50'(0.000000) + 1.677699.'52'(0.000000) + 1.507682.'57'(0.000000) + 0.832505.'58'(0.000000) + 2.376772.'63'(0.000000) + 1.541993.'64'(0.000000) + 1.706966.'66'(0.000000) + 1.447577.'77'(0.000000) + 1.612099.'83'(0.000000) + 1.771570.'88'(0.000000) + 1.049282.'96'(0.000000) + 1.530368.'98'(0.000000) + 0) <= 7.561237 ('27') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.961206.'80'(0.791906) + 1.726592.'36'(0.044890) + 2.040304.'31'(0.055288) + 0.636330.'28'(0.044890) + 1.391929.'26'(0.044890) + 0.749194.'22'(0.055288) + 2.206310.'21'(0.044890) + 1.602486.'15'(0.190433) + 2.647214.'8'(0.044890) + 2.427919.'40'(0.000000) + 2.514726.'42'(0.000000) + 1.684779.'45'(0.000000) + 0.586686.'47'(0.000000) + 0.870237.'48'(0.000000) + 1.899155.'57'(0.000000) + 0.612027.'58'(0.000000) + 1.907445.'61'(0.000000) + 0.177677.'61'(0.000000) + 2.796177.'64'(0.000000) + 1.642403.'65'(0.000000) + 0.960653.'67'(0.000000) + 1.034436.'79'(0.000000) + 2.610954.'88'(0.000000) + 0.944979.'95'(0.000000) + 0) <= 4.825151 ('10') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.912308.'92'(0.044890) + 0.915705.'90'(0.117065) + 2.168967.'80'(0.791906) + 0.657579.'69'(0.055288) + 2.397194.'26'(0.044890) + 0.870350.'22'(0.055288) + 1.949436.'19'(0.047986) + 1.151465.'13'(0.047986) + 2.137788.'9'(0.047986) + 2.449150.'8'(0.044890) + 2.158956.'37'(0.000000) + 1.300858.'38'(0.000000) + 1.897731.'39'(0.000000) + 2.176235.'42'(0.000000) + 1.250835.'54'(0.000000) + 1.461990.'56'(0.000000) + 1.115063.'58'(0.000000) + 1.295602.'81'(0.000000) + 1.417406.'83'(0.000000) + 1.099712.'88'(0.000000) + 1.495819.'96'(0.000000) + 0) <= 3.025710 ('41') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.665020.'92'(0.044890) + 1.480473.'46'(0.209217) + 0.470530.'36'(0.044890) + 1.003392.'26'(0.044890) + 2.574079.'25'(0.047986) + 0.669701.'23'(0.190433) + 1.621913.'22'(0.055288) + 1.380947.'21'(0.044890) + 2.452614.'16'(0.117065) + 1.127217.'15'(0.190433) + 0.969385.'14'(0.047986) + 0.473951.'13'(0.047986) + 1.145305.'8'(0.044890) + 2.765847.'29'(0.000000) + 0.019038.'29'(0.000000) + 2.334906.'42'(0.000000) + 0.469126.'44'(0.000000) + 1.147367.'45'(0.000000) + 2.051406.'47'(0.000000) + 1.695888.'49'(0.000000) + 1.769254.'51'(0.000000) + 1.453268.'54'(0.000000) + 1.154174.'57'(0.000000) + 1.768824.'64'(0.000000) + 1.779213.'65'(0.000000) + 0.555345.'66'(0.000000) + 1.016665.'70'(0.000000) + 1.981623.'73'(0.000000) + 2.014196.'76'(0.000000) + 0.673831.'78'(0.000000) + 0.073305.'78'(0.000000) + 0.558228.'96'(0.000000) + 0.608117.'98'(0.000000) + 0) <= 8.945158 ('22') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.813346.'93'(0.055288) + 1.873278.'90'(0.117065) + 1.555172.'80'(0.791906) + 1.173901.'71'(0.055288) + 1.561320.'20'(0.055288) + 1.159087.'19'(0.047986) + 1.516358.'10'(0.047986) + 1.543195.'8'(0.044890) + 2.740180.'34'(0.000000) + 0.144320.'43'(0.000000) + 2.496512.'50'(0.000000) + 1.713052.'51'(0.000000) + 0.822626.'57'(0.000000) + 1.713926.'60'(0.000000) + 1.857471.'68'(0.000000) + 1.714360.'73'(0.000000) + 1.460974.'96'(0.000000) + 0) <= 8.543692 ('24') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.546842.'93'(0.055288) + 1.829994.'30'(0.055288) + 1.591259.'24'(0.117065) + 0.966971.'23'(0.190433) + 1.403624.'13'(0.047986) + 0.971602.'11'(0.055288) + 0.568619.'10'(0.047986) + 2.092149.'9'(0.047986) + 2.544748.'37'(0.000000) + 0.643433.'47'(0.000000) + 2.868083.'56'(0.000000) + 1.453614.'56'(0.000000) + 1.790030.'58'(0.000000) + 1.930385.'62'(0.000000) + 2.326764.'74'(0.000000) + 1.139492.'79'(0.000000) + 2.110530.'82'(0.000000) + 2.310846.'85'(0.000000) + 1.467795.'94'(0.000000) + 2.733339.'100'(0.000000) + 0) <= 9.700819 ('61') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.519064.'92'(0.044890) + 1.804631.'84'(0.047986) + 0.964907.'36'(0.044890) + 1.128670.'33'(0.117065) + 1.619989.'31'(0.055288) + 0.365190.'23'(0.190433) + 1.728453.'19'(0.047986) + 1.451992.'9'(0.047986) + 1.492229.'48'(0.000000) + 0.763782.'49'(0.000000) + 0.918613.'51'(0.000000) + 1.288651.'53'(0.000000) + 0.897472.'53'(0.000000) + 0.095817.'63'(0.000000) + 1.935051.'64'(0.000000) + 1.768565.'65'(0.000000) + 0.975528.'66'(0.000000) + 1.254881.'75'(0.000000) + 1.211141.'81'(0.000000) + 0) <= 6.669880 ('43') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.324535.'84'(0.047986) + 2.354194.'31'(0.055288) + 2.413474.'25'(0.047986) + 1.063528.'21'(0.044890) + 2.049545.'20'(0.055288) + 2.653299.'18'(0.304877) + 2.242805.'15'(0.190433) + 1.237890.'12'(0.117065) + 2.423931.'9'(0.047986) + 1.042719.'41'(0.000000) + 2.349387.'44'(0.000000) + 1.266915.'49'(0.000000) + 1.040446.'57'(0.000000) + 0.875616.'62'(0.000000) + 1.892589.'67'(0.000000) + 1.758098.'68'(0.000000) + 2.540498.'72'(0.000000) + 1.185819.'74'(0.000000) + 2.290587.'75'(0.000000) + 0.941357.'94'(0.000000) + 0.001230.'96'(0.000000) + 0) <= 8.884035 ('67') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.323284.'86'(0.055288) + 1.357421.'80'(0.791906) + 1.312497.'71'(0.055288) + 1.882790.'59'(0.044890) + 1.902174.'36'(0.044890) + 1.797959.'22'(0.055288) + 1.501409.'17'(0.055288) + 1.742074.'13'(0.047986) + 1.832414.'11'(0.055288) + 0.924333.'10'(0.047986) + 1.602327.'9'(0.047986) + 2.402694.'34'(0.000000) + 1.836497.'37'(0.000000) + 0.787402.'38'(0.000000) + 0.616011.'40'(0.000000) + 2.113587.'45'(0.000000) + 1.086804.'50'(0.000000) + 0.652057.'53'(0.000000) + 1.255674.'62'(0.000000) + 1.170493.'67'(0.000000) + 1.905523.'70'(0.000000) + 2.491803.'81'(0.000000) + 1.778527.'94'(0.000000) + 0) <= 7.849862 ('57') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.206564.'90'(0.117065) + 2.441760.'69'(0.055288) + 1.334176.'18'(0.304877) + 2.527505.'11'(0.055288) + 0.620144.'10'(0.047986) + 1.668318.'39'(0.000000) + 0.243228.'47'(0.000000) + 0.923334.'56'(0.000000) + 0.994109.'57'(0.000000) + 0.761234.'66'(0.000000) + 2.258152.'68'(0.000000) + 1.648059.'87'(0.000000) + 2.170391.'98'(0.000000) + 0.723128.'98'(0.000000) + 1.674087.'100'(0.000000) + 0) <= 4.762612 ('12') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (0.794858.'86'(0.055288) + 1.031762.'59'(0.044890) + 2.322770.'36'(0.044890) + 1.318343.'24'(0.117065) + 1.517861.'18'(0.304877) + 0.290791.'13'(0.047986) + 1.034633.'13'(0.047986) + 1.525300.'12'(0.117065) + 2.318784.'10'(0.047986) + 2.124514.'49'(0.000000) + 1.923642.'60'(0.000000) + 0.512762.'63'(0.000000) + 1.610356.'65'(0.000000) + 1.032599.'65'(0.000000) + 1.373233.'79'(0.000000) + 1.617284.'89'(0.000000) + 2.308838.'94'(0.000000) + 0) <= 7.265772 ('32') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.110255.'90'(0.117065) + 2.300107.'71'(0.055288) + 2.716882.'59'(0.044890) + 0.489012.'31'(0.055288) + 2.013788.'22'(0.055288) + 2.144970.'21'(0.044890) + 1.366601.'10'(0.047986) + 2.638526.'29'(0.000000) + 0.840719.'29'(0.000000) + 1.750788.'32'(0.000000) + 1.786540.'41'(0.000000) + 1.981757.'42'(0.000000) + 2.121992.'48'(0.000000) + 1.497867.'49'(0.000000) + 2.697076.'50'(0.000000) + 2.245378.'53'(0.000000) + 0.902946.'54'(0.000000) + 1.558091.'62'(0.000000) + 1.865536.'73'(0.000000) + 1.577022.'77'(0.000000) + 2.284339.'87'(0.000000) + 0) <= 5.727557 ('33') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.193259.'86'(0.055288) + 1.507502.'69'(0.055288) + 1.289859.'46'(0.209217) + 2.126131.'25'(0.047986) + 0.471549.'19'(0.047986) + 1.404384.'16'(0.117065) + 1.356995.'12'(0.117065) + 1.711846.'10'(0.047986) + 1.797661.'29'(0.000000) + 0.685318.'38'(0.000000) + 0.926276.'51'(0.000000) + 0.807888.'52'(0.000000) + 1.879972.'55'(0.000000) + 1.092319.'77'(0.000000) + 2.284440.'87'(0.000000) + 2.201264.'88'(0.000000) + 0) <= 7.895376 ('42') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.920878.'71'(0.055288) + 2.120367.'35'(0.117065) + 1.571760.'30'(0.055288) + 1.068056.'27'(0.055288) + 1.062763.'18'(0.304877) + 1.534697.'12'(0.117065) + 1.334102.'11'(0.055288) + 2.334802.'29'(0.000000) + 2.313773.'32'(0.000000) + 1.153322.'39'(0.000000) + 2.539681.'42'(0.000000) + 0.681755.'48'(0.000000) + 0.545601.'49'(0.000000) + 1.734051.'61'(0.000000) + 2.299416.'67'(0.000000) + 1.709428.'75'(0.000000) + 1.139664.'88'(0.000000) + 2.102309.'89'(0.000000) + 1.961687.'94'(0.000000) + 1.589716.'95'(0.000000) + 1.742335.'98'(0.000000) + 0) <= 4.503601 ('17') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (2.086633.'80'(0.791906) + 2.868732.'30'(0.055288) + 0.940631.'20'(0.055288) + 1.598819.'12'(0.117065) + 1.533583.'11'(0.055288) + 0.967623.'40'(0.000000) + 2.097747.'44'(0.000000) + 0.458645.'50'(0.000000) + 1.931597.'52'(0.000000) + 1.484039.'53'(0.000000) + 1.158797.'55'(0.000000) + 1.475878.'57'(0.000000) + 1.213707.'58'(0.000000) + 1.815026.'73'(0.000000) + 1.471015.'74'(0.000000) + 1.376436.'75'(0.000000) + 0) <= 9.100579 ('44') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.468236.'93'(0.055288) + 0.869163.'86'(0.055288) + 1.038984.'71'(0.055288) + 0.449236.'59'(0.044890) + 1.744359.'46'(0.209217) + 0.381464.'20'(0.055288) + 0.551254.'14'(0.047986) + 2.540524.'12'(0.117065) + 1.219714.'29'(0.000000) + 1.141493.'40'(0.000000) + 2.142830.'41'(0.000000) + 0.895934.'42'(0.000000) + 0.283213.'51'(0.000000) + 0.609839.'62'(0.000000) + 0.649684.'66'(0.000000) + 1.295706.'67'(0.000000) + 1.275735.'75'(0.000000) + 1.953164.'83'(0.000000) + 1.248862.'85'(0.000000) + 0.715652.'87'(0.000000) + 2.552627.'99'(0.000000) + 0) <= 2.295941 ('94') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.391930.'84'(0.047986) + 1.400575.'31'(0.055288) + 1.500836.'27'(0.055288) + 1.290566.'20'(0.055288) + 1.309079.'15'(0.190433) + 2.126781.'34'(0.000000) + 0.604393.'40'(0.000000) + 1.055336.'42'(0.000000) + 1.390643.'47'(0.000000) + 2.124412.'48'(0.000000) + 1.717747.'49'(0.000000) + 2.691948.'56'(0.000000) + 1.795148.'64'(0.000000) + 1.543589.'70'(0.000000) + 1.727027.'77'(0.000000) + 1.685735.'79'(0.000000) + 1.410272.'96'(0.000000) + 1.975414.'98'(0.000000) + 0) <= 7.059736 ('87') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:752: [surf_maxmin/DEBUG] (1.269389.'84'(0.047986) + 1.247895.'59'(0.044890) + 2.002246.'46'(0.209217) + 1.541989.'35'(0.117065) + 1.513922.'23'(0.190433) + 1.237635.'21'(0.044890) + 1.763666.'18'(0.304877) + 2.235262.'16'(0.117065) + 2.023046.'32'(0.000000) + 1.052758.'39'(0.000000) + 2.536237.'40'(0.000000) + 2.428606.'55'(0.000000) + 2.487193.'56'(0.000000) + 1.995774.'60'(0.000000) + 1.573296.'61'(0.000000) + 1.391325.'61'(0.000000) + 2.406813.'73'(0.000000) + 1.291131.'73'(0.000000) + 1.062808.'75'(0.000000) + 1.974544.'77'(0.000000) + 2.086177.'83'(0.000000) + 3.196871.'85'(0.000000) + 0.416575.'85'(0.000000) + 2.066667.'91'(0.000000) + 1.014619.'91'(0.000000) + 0) <= 5.471863 ('96') +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:759: [surf_maxmin/DEBUG] Variables +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '93'(1.000000) : 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '92'(1.000000) : 0.044890 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '90'(1.000000) : 0.117065 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '86'(1.000000) : 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '84'(1.000000) : 0.047986 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '80'(1.000000) : 0.791906 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '71'(1.000000) : 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '69'(1.000000) : 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '59'(1.000000) : 0.044890 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '46'(1.000000) : 0.209217 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '36'(1.000000) : 0.044890 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '35'(1.000000) : 0.117065 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '33'(1.000000) : 0.117065 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '31'(1.000000) : 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '30'(1.000000) : 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '28'(1.000000) : 0.044890 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '27'(1.000000) : 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '26'(1.000000) : 0.044890 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '25'(1.000000) : 0.047986 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '24'(1.000000) : 0.117065 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '23'(1.000000) : 0.190433 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '22'(1.000000) : 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '21'(1.000000) : 0.044890 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '20'(1.000000) : 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '19'(1.000000) : 0.047986 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '18'(1.000000) : 0.304877 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '17'(1.000000) : 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '16'(1.000000) : 0.117065 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '15'(1.000000) : 0.190433 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '14'(1.000000) : 0.047986 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '13'(1.000000) : 0.047986 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '12'(1.000000) : 0.117065 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '11'(1.000000) : 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '10'(1.000000) : 0.047986 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '9'(1.000000) : 0.047986 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '8'(1.000000) : 0.044890 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '7'(1.000000) : 0.117065 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '6'(1.000000) : 0.055288 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '5'(1.000000) : 0.117065 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '4'(1.000000) : 0.047986 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '3'(1.000000) : 0.047986 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '2'(1.000000) : 0.044890 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '1'(1.000000) : 0.044890 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '29'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '32'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '34'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '37'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '38'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '39'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '40'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '41'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '42'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '43'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '44'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '45'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '47'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '48'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '49'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '50'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '51'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '52'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '53'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '54'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '55'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '56'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '57'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '58'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '60'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '61'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '62'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '63'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '64'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '65'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '66'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '67'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '68'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '70'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '72'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '73'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '74'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '75'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '76'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '77'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '78'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '79'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '81'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '82'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '83'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '85'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '87'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '88'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '89'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '91'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '94'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '95'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '96'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '97'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '98'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '99'(0.000000) : 0.000000 +> [0.000000] ${SIMGRID_PATH}/src/surf/maxmin.cpp:770: [surf_maxmin/DEBUG] '100'(0.000000) : 0.000000 > Starting to solve > Max concurrency: > (0):10/12 (1):8/12 (2):9/40 (3):11/12 (4):7/40 (5):7/40 (6):12/40 (7):10/12 (8):8/40 (9):7/12