Skip to Content.
Sympa Menu

charm - Re: [charm] LB timings

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] LB timings


Chronological Thread 
  • From: François Tessier <francois.tessier AT inria.fr>
  • To: Harshitha Menon <gplkrsh2 AT illinois.edu>
  • Cc: charm AT cs.uiuc.edu
  • Subject: Re: [charm] LB timings
  • Date: Mon, 15 Jun 2015 16:57:47 +0200
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

You'll find as attachment the output of TreeMatchLB. Maybe you would like a version with a specific debug level ?
Dr. François TESSIER
University of Bordeaux
Inria - TADaaM Team
Tel : 0033524574152
francois.tessier AT inria.fr
http://runtime.bordeaux.inria.fr/ftessier/
PGP 0x8096B5FA
On 15/06/2015 16:19, Harshitha Menon wrote:

First duration is for the strategy part. The second one is the total time taken by load balancing which includes stats collection, strategy and the migration. The time when strategy starts is given in the output (51.55 in the case of Greedy).

Can you provide me with the output of TreeMatchLB to help understand the timing.

Thanks
Harshitha

On Jun 15, 2015 6:35 AM, "François Tessier" <francois.tessier AT inria.fr> wrote:
Hello,

I'm looking for some explanations about the measures of time provided by
Charm++ when we call a load balancer. To give an example, I ran some
experiments on a Charm++ application with three load balancers :
DummyLB, GreedyLB and TreeMatchLB. At each LB step, Charm++ gives as
output something like this :

CharmLB> GreedyLB: PE [0] step 0 starting at 51.370771 Memory: 95.647156 MB
CharmLB> GreedyLB: PE [0] strategy starting at 51.553916
[...]
CharmLB> GreedyLB: PE [0] Memory: LBManager: 920 KB CentralLB: 2971 KB
CharmLB> GreedyLB: PE [0] #Objects migrating: 8188, LBMigrateMsg size:
0.52 MB
CharmLB> GreedyLB: PE [0] strategy finished at 52.032098 duration 0.478182 s
CharmLB> GreedyLB: PE [0] step 0 finished at 54.616962 duration 3.246191 s

My question is about the two durations given at the end of the LB step
(duration 1 : 0.478182 s / duration 2 : 3.246191 s). With my
application, the load balancer is called 7 times during the execution.
If I add these durations up :

Duration 1 (strategy finished at... duration ...) :
    GreedyLB      : 2.859333 s
    DummyLB     : 0.001735 s
    TreeMatchLB : 6.762819 s

Duration 2 (step n finished at... duration ...) :
    GreedyLB      : 36.826210 s
    DummyLB     : 122.112121 s
    TreeMatchLB : 136.887350 s

If I look at my own measures in TreeMatchLB, the first duration seems to
correspond to the execution time of the load balancer. Is it true ? What
is the second duration ? How could we explain this 136 seconds for
TreeMatchLB ?

Thanks for your help,

François

--
Dr. François TESSIER
University of Bordeaux
Inria - TADaaM Team
Tel : 0033524574152
francois.tessier AT inria.fr
http://runtime.bordeaux.inria.fr/ftessier/
PGP 0x8096B5FA




Running on 256 processors: ./ondes3d +vp1024 +balancer TreeMatchLB +LBDebug
1 ++scalable-start +setcpuaffinity +pemap 0-31
aprun -n 256 ./ondes3d +vp1024 +balancer TreeMatchLB +LBDebug 1
++scalable-start +setcpuaffinity +pemap 0-31
Charm++> Running on MPI version: 3.0
Charm++> level of thread support used: MPI_THREAD_SINGLE (desired:
MPI_THREAD_SINGLE)
Charm++> Running in non-SMP mode: numPes 256
Converse/Charm++ Commit ID: v6.5.0-beta1-959-g7414d2b
CharmLB> Verbose level 1, load balancing period: 0.5 seconds
CharmLB> Load balancer assumes all CPUs are same.
Charm++> cpu affinity enabled.
Charm++> cpuaffinity PE-core map : 0-31
Charm++> Running on 8 unique compute nodes (32-way SMP).
[0] TreeMatchLB created
AMPI_Init : 90 5e 49 00 00 00 00 00
AMPI_Initialized = 1
MPI_Init : 90 5e 49 00 00 00 00 00
## LAYER medium representation ##
## FREE SURFACE on top ##
## CPML absorbing layers ##
## Elastic medium ##

Dimension of FDM order ... 4

Parameter File ... ./DATA/essai.prm
Source Model based on ... ./DATA/essai.map
Rupture History from ... ./DATA/essai.hist
Station Position at ... ./DATA/station.map
Output directory ... ./Essai/

spatial grid DS = 100.000000[m]
time step dt = 0.008000[s]

Visualisation of plane (y,z) at X = -2.00 [km]
Visualisation of plane (x,z) at Y = 0.00 [km]
Visualisation of plane (x,y) at Z = -0.10 [km]

Model Region (-400:400, -400:400, -100:0)
( -40.00: 40.00, -40.00: 40.00, -10.00: 0.00) [km]

CPML absorbing boundary, dumping 0.010362, width 10, ratio 0.001000,
frequency 1.000000

structure model
depth[km] vp vs rho
0.00 6000.00 3460.00 2700.00

NUMBER OF SOURCE 1
Hypocenter ... (-2000.000000, 0.000000, -4000.000000)
.............. (-19, 1, -39)
Source 1 .... (-2000.000000, 0.000000, -4000.000000)
.............. (-19, 1, -39)

Source duration 3.992000 sec
fault segment 1.000000 m, 0.008000 s
1 ( -19 1 -39 ) : 50.000000 20.000000 30.000000
Mw = 5.933320; Mo = 9.999550e+17 [N m]

Stations coordinates :

Number of points in the CPML : 46650

CharmLB> TreeMatchLB: PE [0] step 0 starting at 39.409478 Memory: 76.716095 MB
CharmLB> TreeMatchLB: PE [0] strategy starting at 39.636193
permutation 0 : 0,1,2,3,4,5,6,7,

=== D === 6 39.655156 39.655880 Distribute

=== C === 6 39.655880 40.043374 Calculate

=== R === 6 40.043374 40.043564 Return

=== P === Master_1 40.043564 40.045060 Process_results

=== D === 4 39.657608 39.658232 Distribute

=== C === 4 39.658232 40.063376 Calculate

=== R === 4 40.063377 40.063543 Return

=== P === Master_1 40.063543 40.064951 Process_results

=== D === 2 39.659928 39.660605 Distribute

=== C === 2 39.660605 40.065722 Calculate

=== R === 2 40.065723 40.065902 Return

=== P === Master_1 40.065902 40.067503 Process_results

=== D === 3 39.658731 39.659363 Distribute

=== C === 3 39.659363 40.069079 Calculate

=== R === 3 40.069079 40.069243 Return

=== P === Master_1 40.069244 40.070763 Process_results

=== D === 5 39.656377 39.657087 Distribute

=== C === 5 39.657088 40.069573 Calculate

=== R === 5 40.069573 40.070918 Return

=== P === Master_1 40.070918 40.072403 Process_results

=== D === 1 39.661203 39.661896 Distribute

=== C === 1 39.661896 40.071984 Calculate

=== R === 1 40.071985 40.072562 Return

=== P === Master_1 40.072562 40.074144 Process_results

=== D === 7 39.653774 39.654623 Distribute

=== C === 7 39.654623 40.092486 Calculate

=== R === 7 40.092487 40.092679 Return

=== P === Master_1 40.092679 40.094292 Process_results

=== D === 0 39.662469 39.662867 Distribute

=== C === 0 39.662868 40.093658 Calculate

=== R === 0 40.093658 40.094645 Return

=== P === Master_1 40.094645 40.095875 Process_results
TreeMatchLB strategy on 256 cores (8 nodes, 32 cores/node, load/PE : 30.70)
****************************
* LOAD STATISTICS (Init)
****************************
Node Load AvgCoreLoad
0 1028.5078 32.1409
1 962.2629 30.0707
2 970.2508 30.3203
3 975.5475 30.4859
4 976.5067 30.5158
5 973.8419 30.4326
6 938.2122 29.3191
7 1012.3549 31.6361
min 938.2122
max 1028.5078
avg 979.6856

Core Load
min 27.4500
max 39.4578 (248)
avg 30.6152
*********Init***********

[REFINE] Settings : refineCond 3 - refineMigCond 2
[REFINE] Initial load on node 0 : 1028.5078
[REFINE] Initial load on node 1 : 962.2629
[REFINE] Initial load on node 2 : 970.2508
[REFINE] Initial load on node 3 : 975.5475
[REFINE] Initial load on node 4 : 976.5067
[REFINE] Initial load on node 5 : 973.8419
[REFINE] Initial load on node 6 : 938.2122
[REFINE] Initial load on node 7 : 1012.3549
[REFINE] Min : 938.2122 (Node 6)
[REFINE] Max : 1028.5078 (Node 0)
[REFINE] Avg : 979.6856
[REFINE] Total : 7837.4847
[REFINE] Diff. Min/Max : 9.6242 %
[REFINE] 0 (10.1732) from node 0 (1025.1550) <-> 418 (6.8205) from node 6
(941.5649)
[REFINE] 1 (9.6510) from node 0 (1022.3412) <-> 454 (6.8371) from node 6
(944.3788)
[REFINE] 2 (9.6668) from node 0 (1019.5138) <-> 210 (6.8394) from node 6
(947.2062)
[REFINE] 3 (9.7285) from node 0 (1016.6267) <-> 524 (6.8414) from node 6
(950.0933)
[REFINE] 8 (9.5663) from node 0 (1013.9034) <-> 406 (6.8429) from node 6
(952.8166)
[REFINE] 9 (9.7203) from node 0 (1011.0260) <-> 526 (6.8430) from node 6
(955.6940)
[REFINE] 10 (9.6697) from node 0 (1008.2102) <-> 455 (6.8539) from node 6
(958.5098)
[REFINE] 11 (9.7746) from node 0 (1005.2962) <-> 396 (6.8606) from node 6
(961.4237)
[REFINE] 16 (9.6092) from node 0 (1002.5483) <-> 525 (6.8613) from node 6
(964.1716)
[REFINE] 17 (9.6302) from node 0 (999.8444) <-> 684 (6.9262) from node 1
(964.9669)
[REFINE] 18 (9.6788) from node 0 (997.0327) <-> 398 (6.8671) from node 6
(966.9833)
[REFINE] 100 (9.2747) from node 7 (1010.0601) <-> 292 (6.9799) from node 1
(967.2617)
[REFINE] 101 (7.1640) from node 7 (1009.7658) <-> 404 (6.8697) from node 6
(967.2776)
[REFINE] 102 (7.1693) from node 7 (1009.5815) <-> 756 (6.9850) from node 1
(967.4460)
[REFINE] 103 (7.1990) from node 7 (1009.2533) <-> 453 (6.8708) from node 6
(967.6058)
[REFINE] 179 (9.1403) from node 7 (1007.1264) <-> 512 (7.0134) from node 1
(969.5729)
[REFINE] 180 (6.9326) from node 7 (1007.0650) <-> 405 (6.8712) from node 6
(967.6672)
[REFINE] 181 (6.9507) from node 7 (1006.9902) <-> 419 (6.8759) from node 6
(967.7420)
[REFINE] 216 (7.4769) from node 7 (1006.3970) <-> 397 (6.8837) from node 6
(968.3352)
[REFINE] 217 (7.4555) from node 7 (1005.8423) <-> 441 (6.9008) from node 6
(968.8899)
[REFINE] 218 (7.4594) from node 7 (1005.2936) <-> 440 (6.9107) from node 6
(969.4386)
[REFINE] 219 (7.4607) from node 7 (1004.7469) <-> 442 (6.9140) from node 6
(969.9853)
[REFINE] 228 (7.5479) from node 7 (1004.2321) <-> 740 (7.0331) from node 1
(970.0877)
[REFINE] 229 (7.4847) from node 7 (1003.6736) <-> 417 (6.9262) from node 6
(970.5438)
[REFINE] 230 (7.4909) from node 7 (1003.2237) <-> 748 (7.0410) from node 1
(970.5376)
[REFINE] 231 (7.4854) from node 7 (1002.8812) <-> 346 (7.1428) from node 2
(970.5934)
[REFINE] 268 (10.2455) from node 7 (999.7063) <-> 984 (7.0706) from node 1
(973.7125)
[REFINE] 269 (9.8632) from node 7 (996.7719) <-> 448 (6.9288) from node 6
(973.4782)
****************************
* LOAD STATISTICS (Refined)
****************************
Node Load AvgCoreLoad
0 997.0327 31.1573
1 973.7125 30.4285
2 970.5934 30.3310
3 975.5475 30.4859
4 976.5067 30.5158
5 973.8419 30.4326
6 973.4782 30.4212
7 996.7719 31.1491
min 970.5934
max 997.0327
avg 979.6856

Core Load
min 27.3385
max 39.0749 (252)
avg 30.6152
*********Refined***********


[TIMING] === INIT === Sequential part 0.016612 s

[TIMING] === LIBTOPOMAP === LibTopoMap 0.000071 s

[TIMING] === LIBTOPOMAP === Apply network placement 0.000211 s
[DEBUG] GetBackPlacement from node 6
0 10.1732
3 9.7285
2 9.6668
1 9.6510
9 9.6788
57 6.9736
55 6.9629
56 6.9515
25 7.4769
28 7.4607
27 7.4594
26 7.4555
59 9.1987
54 9.1742
43 9.1643
48 9.1634
30 7.5196
31 7.5124
68 7.4687
69 7.4399
32 7.5310
33 7.4831
70 7.4595
71 7.4269
116 7.4361
60 7.4018
117 7.4011
61 7.3627
118 7.4183
119 7.3989
63 7.3648
62 7.3526
7 9.7746
5 9.7203
8 9.6092
4 9.5663
34 9.8632
17 6.9507
24 6.9441
16 6.9326
6 9.6697
73 7.3532
58 6.9912
22 6.9526
94 7.5552
95 7.4255
75 7.3856
74 7.3608
29 7.4847
15 7.1990
14 7.1640
23 6.9626
92 7.4932
93 7.4487
72 7.4216
112 7.3880
114 7.3855
113 7.3845
39 7.3717
40 7.3354
115 7.3394
42 7.3305
41 7.3259
49 6.9889
120 9.2075
10 9.1983
11 7.2176
121 7.2110
64 9.2592
35 9.1877
65 7.1833
36 7.1694
12 7.2240
13 7.2021
122 7.1995
123 7.1893
38 7.2585
67 7.1858
66 7.1779
37 7.1765
108 7.2706
50 7.2321
51 7.2266
109 7.1493
111 7.1700
52 7.1542
53 7.1406
110 7.1360
100 7.2501
88 7.2408
101 7.1985
89 7.1737
103 7.2050
102 7.1816
91 7.1713
90 7.1560
18 7.2684
96 7.2613
19 7.2319
97 7.2016
20 7.3348
21 7.3337
99 7.3220
98 7.2748
104 7.3484
84 7.3329
105 7.2080
85 7.2055
87 7.3368
86 7.3353
106 7.2664
107 7.2496
45 7.3241
125 7.2435
124 7.2427
44 7.2293
46 7.3350
47 7.2782
126 7.2631
127 7.2155
77 7.3679
76 7.2765
80 7.2422
81 7.2056
78 7.3248
82 7.2683
83 7.2266
79 7.2242
Core 0 load 39.2195
Core 1 load 30.5668
Core 2 load 29.8524
Core 3 load 36.7005
Core 4 load 29.9406
Core 5 load 29.9005
Core 6 load 29.6018
Core 7 load 29.5347
Core 8 load 38.6704
Core 9 load 30.6906
Core 10 load 30.9666
Core 11 load 29.7271
Core 12 load 28.8102
Core 13 load 29.7514
Core 14 load 29.4771
Core 15 load 28.9848
Core 16 load 32.8343
Core 17 load 32.7997
Core 18 load 28.8149
Core 19 load 28.7986
Core 20 load 28.8786
Core 21 load 28.6008
Core 22 load 28.8632
Core 23 load 28.7138
Core 24 load 28.9632
Core 25 load 29.2653
Core 26 load 29.0949
Core 27 load 29.1882
Core 28 load 29.0397
Core 29 load 29.0918
Core 30 load 29.0922
Core 31 load 29.0439
Avg load 30.4212 in [29.5086 ; 31.3338 ]
Swap chares 87 (7.1360) and 3 (9.6510) between cores 21 (28.6008) and 0
(39.2195)
New loads : 21 (31.1158) and 0 (36.7046)
Swap chares 95 (7.1560) and 35 (9.5663) between cores 23 (28.7138) and 8
(38.6704)
New loads : 23 (31.1241) and 8 (36.2601)
Swap chares 78 (7.1779) and 2 (9.6668) between cores 19 (28.7986) and 0
(36.7046)
New loads : 19 (31.2875) and 0 (34.2157)
Swap chares 51 (6.9626) and 15 (9.1634) between cores 12 (28.8102) and 3
(36.7005)
New loads : 12 (31.0111) and 3 (34.4997)
Swap chares 74 (7.1995) and 34 (9.6092) between cores 18 (28.8149) and 8
(36.2601)
New loads : 18 (31.2245) and 8 (33.8504)
Swap chares 90 (7.1985) and 14 (9.1643) between cores 22 (28.8632) and 3
(34.4997)
New loads : 22 (30.8289) and 3 (32.5340)
Swap chares 81 (7.2321) and 1 (9.7285) between cores 20 (28.8786) and 0
(34.2157)
New loads : 20 (31.3750) and 0 (31.7193)
Swap chares 97 (7.2613) and 33 (9.7203) between cores 24 (28.9632) and 8
(33.8504)
New loads : 24 (31.4222) and 8 (31.3914)
Swap chares 63 (6.9889) and 67 (7.2110) between cores 15 (28.9848) and 16
(32.8343)
New loads : 15 (29.2068) and 16 (32.6123)
Swap chares 113 (7.2435) and 69 (9.1877) between cores 28 (29.0397) and 17
(32.7997)
New loads : 28 (30.9840) and 17 (30.8555)
Swap chares 125 (7.2683) and 65 (9.1983) between cores 31 (29.0439) and 16
(32.6123)
New loads : 31 (30.9740) and 16 (30.6822)
Swap chares 117 (7.2782) and 13 (9.1742) between cores 29 (29.0918) and 3
(32.5340)
New loads : 29 (30.9878) and 3 (30.6380)
Swap chares 120 (7.3679) and 0 (10.1732) between cores 30 (29.0922) and 0
(31.7193)
New loads : 30 (31.8976) and 0 (28.9139)
Swap chares 3 (7.1360) and 123 (7.2056) between cores 0 (28.9139) and 30
(31.8976)
New loads : 0 (28.9835) and 30 (31.8280)
Swap chares 2 (7.1779) and 122 (7.2422) between cores 0 (28.9835) and 30
(31.8280)
New loads : 0 (29.0477) and 30 (31.7637)
Swap chares 1 (7.2321) and 121 (7.2765) between cores 0 (29.0477) and 30
(31.7637)
New loads : 0 (29.0922) and 30 (31.7193)
Swap chares 0 (7.3679) and 120 (10.1732) between cores 0 (29.0922) and 30
(31.7193)
New loads : 0 (31.8976) and 30 (28.9139)
Swap chares 123 (7.1360) and 3 (7.2056) between cores 30 (28.9139) and 0
(31.8976)
New loads : 30 (28.9835) and 0 (31.8280)
Swap chares 122 (7.1779) and 2 (7.2422) between cores 30 (28.9835) and 0
(31.8280)
New loads : 30 (29.0477) and 0 (31.7637)
Swap chares 121 (7.2321) and 1 (7.2765) between cores 30 (29.0477) and 0
(31.7637)
New loads : 30 (29.0922) and 0 (31.7193)
Swap chares 120 (7.3679) and 0 (10.1732) between cores 30 (29.0922) and 0
(31.7193)
New loads : 30 (31.8976) and 0 (28.9139)
Swap chares 3 (7.1360) and 123 (7.2056) between cores 0 (28.9139) and 30
(31.8976)
New loads : 0 (28.9835) and 30 (31.8280)
Swap chares 2 (7.1779) and 122 (7.2422) between cores 0 (28.9835) and 30
(31.8280)
New loads : 0 (29.0477) and 30 (31.7637)
Swap chares 1 (7.2321) and 121 (7.2765) between cores 0 (29.0477) and 30
(31.7637)
New loads : 0 (29.0922) and 30 (31.7193)
Swap chares 0 (7.3679) and 120 (10.1732) between cores 0 (29.0922) and 30
(31.7193)
New loads : 0 (31.8976) and 30 (28.9139)
Swap chares 123 (7.1360) and 3 (7.2056) between cores 30 (28.9139) and 0
(31.8976)
New loads : 30 (28.9835) and 0 (31.8280)
Swap chares 122 (7.1779) and 2 (7.2422) between cores 30 (28.9835) and 0
(31.8280)
New loads : 30 (29.0477) and 0 (31.7637)
Swap chares 121 (7.2321) and 1 (7.2765) between cores 30 (29.0477) and 0
(31.7637)
New loads : 30 (29.0922) and 0 (31.7193)
Swap chares 120 (7.3679) and 0 (10.1732) between cores 30 (29.0922) and 0
(31.7193)
New loads : 30 (31.8976) and 0 (28.9139)
Swap chares 3 (7.1360) and 123 (7.2056) between cores 0 (28.9139) and 30
(31.8976)
New loads : 0 (28.9835) and 30 (31.8280)
Swap chares 2 (7.1779) and 122 (7.2422) between cores 0 (28.9835) and 30
(31.8280)
New loads : 0 (29.0477) and 30 (31.7637)
Swap chares 1 (7.2321) and 121 (7.2765) between cores 0 (29.0477) and 30
(31.7637)
New loads : 0 (29.0922) and 30 (31.7193)
Swap chares 0 (7.3679) and 120 (10.1732) between cores 0 (29.0922) and 30
(31.7193)
New loads : 0 (31.8976) and 30 (28.9139)
Swap chares 123 (7.1360) and 3 (7.2056) between cores 30 (28.9139) and 0
(31.8976)
New loads : 30 (28.9835) and 0 (31.8280)
Swap chares 122 (7.1779) and 2 (7.2422) between cores 30 (28.9835) and 0
(31.8280)
New loads : 30 (29.0477) and 0 (31.7637)
Swap chares 121 (7.2321) and 1 (7.2765) between cores 30 (29.0477) and 0
(31.7637)
New loads : 30 (29.0922) and 0 (31.7193)
Swap chares 120 (7.3679) and 0 (10.1732) between cores 30 (29.0922) and 0
(31.7193)
New loads : 30 (31.8976) and 0 (28.9139)
Swap chares 3 (7.1360) and 123 (7.2056) between cores 0 (28.9139) and 30
(31.8976)
New loads : 0 (28.9835) and 30 (31.8280)
Swap chares 2 (7.1779) and 122 (7.2422) between cores 0 (28.9835) and 30
(31.8280)
New loads : 0 (29.0477) and 30 (31.7637)
Swap chares 1 (7.2321) and 121 (7.2765) between cores 0 (29.0477) and 30
(31.7637)
New loads : 0 (29.0922) and 30 (31.7193)
Swap chares 0 (7.3679) and 120 (10.1732) between cores 0 (29.0922) and 30
(31.7193)
New loads : 0 (31.8976) and 30 (28.9139)
Swap chares 123 (7.1360) and 3 (7.2056) between cores 30 (28.9139) and 0
(31.8976)
New loads : 30 (28.9835) and 0 (31.8280)
Swap chares 122 (7.1779) and 2 (7.2422) between cores 30 (28.9835) and 0
(31.8280)
New loads : 30 (29.0477) and 0 (31.7637)
Swap chares 121 (7.2321) and 1 (7.2765) between cores 30 (29.0477) and 0
(31.7637)
New loads : 30 (29.0922) and 0 (31.7193)
Swap chares 120 (7.3679) and 0 (10.1732) between cores 30 (29.0922) and 0
(31.7193)
New loads : 30 (31.8976) and 0 (28.9139)
Swap chares 3 (7.1360) and 123 (7.2056) between cores 0 (28.9139) and 30
(31.8976)
New loads : 0 (28.9835) and 30 (31.8280)
Swap chares 2 (7.1779) and 122 (7.2422) between cores 0 (28.9835) and 30
(31.8280)
New loads : 0 (29.0477) and 30 (31.7637)
Swap chares 1 (7.2321) and 121 (7.2765) between cores 0 (29.0477) and 30
(31.7637)
New loads : 0 (29.0922) and 30 (31.7193)
Swap chares 0 (7.3679) and 120 (10.1732) between cores 0 (29.0922) and 30
(31.7193)
New loads : 0 (31.8976) and 30 (28.9139)
Swap chares 123 (7.1360) and 3 (7.2056) between cores 30 (28.9139) and 0
(31.8976)
New loads : 30 (28.9835) and 0 (31.8280)
Swap chares 122 (7.1779) and 2 (7.2422) between cores 30 (28.9835) and 0
(31.8280)
New loads : 30 (29.0477) and 0 (31.7637)
Swap chares 121 (7.2321) and 1 (7.2765) between cores 30 (29.0477) and 0
(31.7637)
New loads : 30 (29.0922) and 0 (31.7193)
Swap chares 120 (7.3679) and 0 (10.1732) between cores 30 (29.0922) and 0
(31.7193)
New loads : 30 (31.8976) and 0 (28.9139)
Swap chares 3 (7.1360) and 123 (7.2056) between cores 0 (28.9139) and 30
(31.8976)
New loads : 0 (28.9835) and 30 (31.8280)
Swap chares 2 (7.1779) and 122 (7.2422) between cores 0 (28.9835) and 30
(31.8280)
New loads : 0 (29.0477) and 30 (31.7637)
Swap chares 1 (7.2321) and 121 (7.2765) between cores 0 (29.0477) and 30
(31.7637)
New loads : 0 (29.0922) and 30 (31.7193)
Swap chares 0 (7.3679) and 120 (10.1732) between cores 0 (29.0922) and 30
(31.7193)
New loads : 0 (31.8976) and 30 (28.9139)
Swap chares 123 (7.1360) and 3 (7.2056) between cores 30 (28.9139) and 0
(31.8976)
New loads : 30 (28.9835) and 0 (31.8280)
Swap chares 122 (7.1779) and 2 (7.2422) between cores 30 (28.9835) and 0
(31.8280)
New loads : 30 (29.0477) and 0 (31.7637)
Swap chares 121 (7.2321) and 1 (7.2765) between cores 30 (29.0477) and 0
(31.7637)
New loads : 30 (29.0922) and 0 (31.7193)
Swap chares 120 (7.3679) and 0 (10.1732) between cores 30 (29.0922) and 0
(31.7193)
New loads : 30 (31.8976) and 0 (28.9139)
Swap chares 3 (7.1360) and 123 (7.2056) between cores 0 (28.9139) and 30
(31.8976)
New loads : 0 (28.9835) and 30 (31.8280)
Swap chares 2 (7.1779) and 122 (7.2422) between cores 0 (28.9835) and 30
(31.8280)
New loads : 0 (29.0477) and 30 (31.7637)
Swap chares 1 (7.2321) and 121 (7.2765) between cores 0 (29.0477) and 30
(31.7637)
New loads : 0 (29.0922) and 30 (31.7193)
=== 6 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 0 P#0 (0 chares)
=== 6 === Chare 609 (load 7.3679)

=== 6 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 6 === Chare from 1 P#1 (0 chares)
=== 6 === Chare 18 (load 9.6788)

=== 6 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 6 === Chare from 2 P#2 (0 chares)
=== 6 === Chare 216 (load 7.4769)

=== 6 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 6 === Chare from 3 P#3 (0 chares)
=== 6 === Chare 527 (load 9.1987)

=== 6 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 6 === Chare from 4 P#4 (0 chares)
=== 6 === Chare 232 (load 7.5196)

=== 6 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 6 === Chare from 5 P#5 (0 chares)
=== 6 === Chare 234 (load 7.5310)

=== 6 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 6 === Chare from 6 P#6 (0 chares)
=== 6 === Chare 968 (load 7.4361)

=== 6 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 6 === Chare from 7 P#7 (0 chares)
=== 6 === Chare 970 (load 7.4183)

=== 6 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 6 === Chare from 8 P#8 (0 chares)
=== 6 === Chare 11 (load 9.7746)

=== 6 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 9 P#9 (0 chares)
=== 6 === Chare 269 (load 9.8632)

=== 6 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 10 P#10 (0 chares)
=== 6 === Chare 10 (load 9.6697)

=== 6 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 11 P#11 (0 chares)
=== 6 === Chare 830 (load 7.5552)

=== 6 === Less loaded core 12 P#105147744 (0 chares, load: 0.0000)
=== 6 === Chare from 12 P#12 (0 chares)
=== 6 === Chare 407 (load 9.1634)

=== 6 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 13 P#13 (0 chares)
=== 6 === Chare 828 (load 7.4932)

=== 6 === Less loaded core 14 P#95147360 (0 chares, load: 0.0000)
=== 6 === Chare from 14 P#14 (0 chares)
=== 6 === Chare 966 (load 7.3855)

=== 6 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 15 P#15 (0 chares)
=== 6 === Chare 967 (load 7.3394)

=== 6 === Less loaded core 16 P#95096704 (0 chares, load: 0.0000)
=== 6 === Chare from 16 P#16 (0 chares)
=== 6 === Chare 972 (load 9.2075)

=== 6 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 17 P#17 (0 chares)
=== 6 === Chare 536 (load 9.2592)

=== 6 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 6 === Chare from 18 P#18 (0 chares)
=== 6 === Chare 16 (load 9.6092)

=== 6 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 19 P#19 (0 chares)
=== 6 === Chare 2 (load 9.6668)

=== 6 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 20 P#20 (0 chares)
=== 6 === Chare 3 (load 9.7285)

=== 6 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 21 P#21 (0 chares)
=== 6 === Chare 1 (load 9.6510)

=== 6 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 6 === Chare from 22 P#22 (0 chares)
=== 6 === Chare 399 (load 9.1643)

=== 6 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 6 === Chare from 23 P#23 (0 chares)
=== 6 === Chare 8 (load 9.5663)

=== 6 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 6 === Chare from 24 P#24 (0 chares)
=== 6 === Chare 9 (load 9.7203)

=== 6 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 6 === Chare from 25 P#25 (0 chares)
=== 6 === Chare 194 (load 7.3348)

=== 6 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 26 P#26 (0 chares)
=== 6 === Chare 840 (load 7.3484)

=== 6 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 6 === Chare from 27 P#27 (0 chares)
=== 6 === Chare 823 (load 7.3368)

=== 6 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 28 P#28 (0 chares)
=== 6 === Chare 336 (load 9.1877)

=== 6 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 29 P#29 (0 chares)
=== 6 === Chare 443 (load 9.1742)

=== 6 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 6 === Chare from 30 P#30 (0 chares)
=== 6 === Chare 0 (load 10.1732)

=== 6 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 6 === Chare from 31 P#31 (0 chares)
=== 6 === Chare 96 (load 9.1983)

=== 6 === Less loaded core 25 P#32767 (1 chares, load: 7.3348)
=== 6 === Chare from 25 P#25 (1 chares)
=== 6 === Chare 195 (load 7.3337)

=== 6 === Less loaded core 27 P#32767 (1 chares, load: 7.3368)
=== 6 === Chare from 27 P#27 (1 chares)
=== 6 === Chare 822 (load 7.3353)

=== 6 === Less loaded core 15 P#0 (1 chares, load: 7.3394)
=== 6 === Chare from 15 P#15 (1 chares)
=== 6 === Chare 391 (load 7.3305)

=== 6 === Less loaded core 26 P#1 (1 chares, load: 7.3484)
=== 6 === Chare from 26 P#26 (1 chares)
=== 6 === Chare 820 (load 7.3329)

=== 6 === Less loaded core 0 P#0 (1 chares, load: 7.3679)
=== 6 === Chare from 0 P#0 (1 chares)
=== 6 === Chare 608 (load 7.2765)

=== 6 === Less loaded core 14 P#95147360 (1 chares, load: 7.3855)
=== 6 === Chare from 14 P#14 (1 chares)
=== 6 === Chare 965 (load 7.3845)

=== 6 === Less loaded core 7 P#7 (1 chares, load: 7.4183)
=== 6 === Chare from 7 P#7 (1 chares)
=== 6 === Chare 971 (load 7.3989)

=== 6 === Less loaded core 6 P#5 (1 chares, load: 7.4361)
=== 6 === Chare from 6 P#6 (1 chares)
=== 6 === Chare 532 (load 7.4018)

=== 6 === Less loaded core 2 P#4 (1 chares, load: 7.4769)
=== 6 === Chare from 2 P#2 (1 chares)
=== 6 === Chare 219 (load 7.4607)

=== 6 === Less loaded core 13 P#0 (1 chares, load: 7.4932)
=== 6 === Chare from 13 P#13 (1 chares)
=== 6 === Chare 829 (load 7.4487)

=== 6 === Less loaded core 4 P#1 (1 chares, load: 7.5196)
=== 6 === Chare from 4 P#4 (1 chares)
=== 6 === Chare 233 (load 7.5124)

=== 6 === Less loaded core 5 P#3 (1 chares, load: 7.5310)
=== 6 === Chare from 5 P#5 (1 chares)
=== 6 === Chare 235 (load 7.4831)

=== 6 === Less loaded core 11 P#0 (1 chares, load: 7.5552)
=== 6 === Chare from 11 P#11 (1 chares)
=== 6 === Chare 831 (load 7.4255)

=== 6 === Less loaded core 12 P#105147744 (1 chares, load: 9.1634)
=== 6 === Chare from 12 P#12 (1 chares)
=== 6 === Chare 229 (load 7.4847)

=== 6 === Less loaded core 22 P#22 (1 chares, load: 9.1643)
=== 6 === Chare from 22 P#22 (1 chares)
=== 6 === Chare 836 (load 7.2501)

=== 6 === Less loaded core 29 P#1075992874 (1 chares, load: 9.1742)
=== 6 === Chare from 29 P#29 (1 chares)
=== 6 === Chare 402 (load 7.3350)

=== 6 === Less loaded core 28 P#671088640 (1 chares, load: 9.1877)
=== 6 === Chare from 28 P#28 (1 chares)
=== 6 === Chare 401 (load 7.3241)

=== 6 === Less loaded core 31 P#32767 (1 chares, load: 9.1983)
=== 6 === Chare from 31 P#31 (1 chares)
=== 6 === Chare 610 (load 7.3248)

=== 6 === Less loaded core 3 P#6 (1 chares, load: 9.1987)
=== 6 === Chare from 3 P#3 (1 chares)
=== 6 === Chare 403 (load 7.2782)

=== 6 === Less loaded core 16 P#95096704 (1 chares, load: 9.2075)
=== 6 === Chare from 16 P#16 (1 chares)
=== 6 === Chare 690 (load 7.2683)

=== 6 === Less loaded core 17 P#0 (1 chares, load: 9.2592)
=== 6 === Chare from 17 P#17 (1 chares)
=== 6 === Chare 1001 (load 7.2435)

=== 6 === Less loaded core 23 P#23 (1 chares, load: 9.5663)
=== 6 === Chare from 23 P#23 (1 chares)
=== 6 === Chare 839 (load 7.2050)

=== 6 === Less loaded core 18 P#32 (1 chares, load: 9.6092)
=== 6 === Chare from 18 P#18 (1 chares)
=== 6 === Chare 98 (load 7.2240)

=== 6 === Less loaded core 21 P#0 (1 chares, load: 9.6510)
=== 6 === Chare from 21 P#21 (1 chares)
=== 6 === Chare 847 (load 7.1700)

=== 6 === Less loaded core 19 P#0 (1 chares, load: 9.6668)
=== 6 === Chare from 19 P#19 (1 chares)
=== 6 === Chare 339 (load 7.2585)

=== 6 === Less loaded core 10 P#0 (1 chares, load: 9.6697)
=== 6 === Chare from 10 P#10 (1 chares)
=== 6 === Chare 597 (load 7.3532)

=== 6 === Less loaded core 1 P#2 (1 chares, load: 9.6788)
=== 6 === Chare from 1 P#1 (1 chares)
=== 6 === Chare 451 (load 6.9736)

=== 6 === Less loaded core 24 P#24 (1 chares, load: 9.7203)
=== 6 === Chare from 24 P#24 (1 chares)
=== 6 === Chare 192 (load 7.2684)

=== 6 === Less loaded core 20 P#0 (1 chares, load: 9.7285)
=== 6 === Chare from 20 P#20 (1 chares)
=== 6 === Chare 844 (load 7.2706)

=== 6 === Less loaded core 8 P#9346032 (1 chares, load: 9.7746)
=== 6 === Chare from 8 P#8 (1 chares)
=== 6 === Chare 832 (load 7.2613)

=== 6 === Less loaded core 9 P#0 (1 chares, load: 9.8632)
=== 6 === Chare from 9 P#9 (1 chares)
=== 6 === Chare 181 (load 6.9507)

=== 6 === Less loaded core 30 P#-78976 (1 chares, load: 10.1732)
=== 6 === Chare from 30 P#30 (1 chares)
=== 6 === Chare 436 (load 7.2321)

=== 6 === Less loaded core 0 P#0 (2 chares, load: 14.6444)
=== 6 === Chare from 0 P#0 (2 chares)
=== 6 === Chare 688 (load 7.2422)

=== 6 === Less loaded core 25 P#32767 (2 chares, load: 14.6685)
=== 6 === Chare from 25 P#25 (2 chares)
=== 6 === Chare 835 (load 7.3220)

=== 6 === Less loaded core 15 P#0 (2 chares, load: 14.6699)
=== 6 === Chare from 15 P#15 (2 chares)
=== 6 === Chare 390 (load 7.3259)

=== 6 === Less loaded core 27 P#32767 (2 chares, load: 14.6721)
=== 6 === Chare from 27 P#27 (2 chares)
=== 6 === Chare 842 (load 7.2664)

=== 6 === Less loaded core 26 P#2 (2 chares, load: 14.6813)
=== 6 === Chare from 26 P#26 (2 chares)
=== 6 === Chare 841 (load 7.2080)

=== 6 === Less loaded core 14 P#95147360 (2 chares, load: 14.7700)
=== 6 === Chare from 14 P#14 (2 chares)
=== 6 === Chare 388 (load 7.3717)

=== 6 === Less loaded core 7 P#7 (2 chares, load: 14.8172)
=== 6 === Chare from 7 P#7 (2 chares)
=== 6 === Chare 535 (load 7.3648)

=== 6 === Less loaded core 6 P#5 (2 chares, load: 14.8380)
=== 6 === Chare from 6 P#6 (2 chares)
=== 6 === Chare 969 (load 7.4011)

=== 6 === Less loaded core 2 P#4 (2 chares, load: 14.9376)
=== 6 === Chare from 2 P#2 (2 chares)
=== 6 === Chare 218 (load 7.4594)

=== 6 === Less loaded core 13 P#0 (2 chares, load: 14.9419)
=== 6 === Chare from 13 P#13 (2 chares)
=== 6 === Chare 596 (load 7.4216)

=== 6 === Less loaded core 11 P#0 (2 chares, load: 14.9807)
=== 6 === Chare from 11 P#11 (2 chares)
=== 6 === Chare 599 (load 7.3856)

=== 6 === Less loaded core 5 P#3 (2 chares, load: 15.0141)
=== 6 === Chare from 5 P#5 (2 chares)
=== 6 === Chare 570 (load 7.4595)

=== 6 === Less loaded core 4 P#1 (2 chares, load: 15.0320)
=== 6 === Chare from 4 P#4 (2 chares)
=== 6 === Chare 568 (load 7.4687)

=== 6 === Less loaded core 22 P#22 (2 chares, load: 16.4143)
=== 6 === Chare from 22 P#22 (2 chares)
=== 6 === Chare 824 (load 7.2408)

=== 6 === Less loaded core 16 P#95096704 (2 chares, load: 16.4757)
=== 6 === Chare from 16 P#16 (2 chares)
=== 6 === Chare 97 (load 7.2176)

=== 6 === Less loaded core 3 P#6 (2 chares, load: 16.4769)
=== 6 === Chare from 3 P#3 (2 chares)
=== 6 === Chare 837 (load 7.1985)

=== 6 === Less loaded core 17 P#0 (2 chares, load: 16.5027)
=== 6 === Chare from 17 P#17 (2 chares)
=== 6 === Chare 537 (load 7.1833)

=== 6 === Less loaded core 29 P#1076920921 (2 chares, load: 16.5092)
=== 6 === Chare from 29 P#29 (2 chares)
=== 6 === Chare 1002 (load 7.2631)

=== 6 === Less loaded core 28 P#1946157056 (2 chares, load: 16.5119)
=== 6 === Chare from 28 P#28 (2 chares)
=== 6 === Chare 1000 (load 7.2427)

=== 6 === Less loaded core 31 P#32767 (2 chares, load: 16.5232)
=== 6 === Chare from 31 P#31 (2 chares)
=== 6 === Chare 691 (load 7.2266)

=== 6 === Less loaded core 12 P#105147744 (2 chares, load: 16.6481)
=== 6 === Chare from 12 P#12 (2 chares)
=== 6 === Chare 103 (load 7.1990)

=== 6 === Less loaded core 1 P#2 (2 chares, load: 16.6524)
=== 6 === Chare from 1 P#1 (2 chares)
=== 6 === Chare 449 (load 6.9629)

=== 6 === Less loaded core 23 P#23 (2 chares, load: 16.7712)
=== 6 === Chare from 23 P#23 (2 chares)
=== 6 === Chare 838 (load 7.1816)

=== 6 === Less loaded core 9 P#0 (2 chares, load: 16.8140)
=== 6 === Chare from 9 P#9 (2 chares)
=== 6 === Chare 211 (load 6.9441)

=== 6 === Less loaded core 21 P#0 (2 chares, load: 16.8209)
=== 6 === Chare from 21 P#21 (2 chares)
=== 6 === Chare 438 (load 7.1542)

=== 6 === Less loaded core 18 P#32 (2 chares, load: 16.8332)
=== 6 === Chare from 18 P#18 (2 chares)
=== 6 === Chare 99 (load 7.2021)

=== 6 === Less loaded core 19 P#0 (2 chares, load: 16.9253)
=== 6 === Chare from 19 P#19 (2 chares)
=== 6 === Chare 539 (load 7.1858)

=== 6 === Less loaded core 24 P#24 (2 chares, load: 16.9887)
=== 6 === Chare from 24 P#24 (2 chares)
=== 6 === Chare 193 (load 7.2319)

=== 6 === Less loaded core 20 P#0 (2 chares, load: 16.9991)
=== 6 === Chare from 20 P#20 (2 chares)
=== 6 === Chare 437 (load 7.2266)

=== 6 === Less loaded core 10 P#0 (2 chares, load: 17.0228)
=== 6 === Chare from 10 P#10 (2 chares)
=== 6 === Chare 452 (load 6.9912)

=== 6 === Less loaded core 8 P#9346032 (2 chares, load: 17.0359)
=== 6 === Chare from 8 P#8 (2 chares)
=== 6 === Chare 974 (load 7.1995)

=== 6 === Less loaded core 30 P#-78976 (2 chares, load: 17.4053)
=== 6 === Chare from 30 P#30 (2 chares)
=== 6 === Chare 538 (load 7.1779)

=== 6 === Less loaded core 0 P#0 (3 chares, load: 21.8866)
=== 6 === Chare from 0 P#0 (3 chares)
=== 6 === Chare 689 (load 7.2056)

=== 6 === Less loaded core 26 P#3 (3 chares, load: 21.8894)
=== 6 === Chare from 26 P#26 (3 chares)
=== 6 === Chare 821 (load 7.2055)

=== 6 === Less loaded core 27 P#32767 (3 chares, load: 21.9386)
=== 6 === Chare from 27 P#27 (3 chares)
=== 6 === Chare 843 (load 7.2496)

=== 6 === Less loaded core 25 P#32767 (3 chares, load: 21.9905)
=== 6 === Chare from 25 P#25 (3 chares)
=== 6 === Chare 834 (load 7.2748)

=== 6 === Less loaded core 15 P#0 (3 chares, load: 21.9959)
=== 6 === Chare from 15 P#15 (3 chares)
=== 6 === Chare 973 (load 7.2110)

=== 6 === Less loaded core 14 P#95147360 (3 chares, load: 22.1417)
=== 6 === Chare from 14 P#14 (3 chares)
=== 6 === Chare 389 (load 7.3354)

=== 6 === Less loaded core 7 P#7 (3 chares, load: 22.1820)
=== 6 === Chare from 7 P#7 (3 chares)
=== 6 === Chare 534 (load 7.3526)

=== 6 === Less loaded core 6 P#5 (3 chares, load: 22.2391)
=== 6 === Chare from 6 P#6 (3 chares)
=== 6 === Chare 533 (load 7.3627)

=== 6 === Less loaded core 13 P#0 (3 chares, load: 22.3635)
=== 6 === Chare from 13 P#13 (3 chares)
=== 6 === Chare 964 (load 7.3880)

=== 6 === Less loaded core 11 P#0 (3 chares, load: 22.3663)
=== 6 === Chare from 11 P#11 (3 chares)
=== 6 === Chare 598 (load 7.3608)

=== 6 === Less loaded core 2 P#4 (3 chares, load: 22.3970)
=== 6 === Chare from 2 P#2 (3 chares)
=== 6 === Chare 217 (load 7.4555)

=== 6 === Less loaded core 5 P#3 (3 chares, load: 22.4736)
=== 6 === Chare from 5 P#5 (3 chares)
=== 6 === Chare 571 (load 7.4269)

=== 6 === Less loaded core 4 P#1 (3 chares, load: 22.5007)
=== 6 === Chare from 4 P#4 (3 chares)
=== 6 === Chare 569 (load 7.4399)

=== 6 === Less loaded core 1 P#2 (3 chares, load: 23.6153)
=== 6 === Chare from 1 P#1 (3 chares)
=== 6 === Chare 450 (load 6.9515)

=== 6 === Less loaded core 22 P#22 (3 chares, load: 23.6551)
=== 6 === Chare from 22 P#22 (3 chares)
=== 6 === Chare 825 (load 7.1737)

=== 6 === Less loaded core 3 P#6 (3 chares, load: 23.6755)
=== 6 === Chare from 3 P#3 (3 chares)
=== 6 === Chare 209 (load 6.9626)

=== 6 === Less loaded core 17 P#0 (3 chares, load: 23.6861)
=== 6 === Chare from 17 P#17 (3 chares)
=== 6 === Chare 337 (load 7.1694)

=== 6 === Less loaded core 16 P#95096704 (3 chares, load: 23.6933)
=== 6 === Chare from 16 P#16 (3 chares)
=== 6 === Chare 416 (load 6.9889)

=== 6 === Less loaded core 31 P#32767 (3 chares, load: 23.7498)
=== 6 === Chare from 31 P#31 (3 chares)
=== 6 === Chare 611 (load 7.2242)

=== 6 === Less loaded core 28 P#1811939328 (3 chares, load: 23.7546)
=== 6 === Chare from 28 P#28 (3 chares)
=== 6 === Chare 400 (load 7.2293)

=== 6 === Less loaded core 9 P#0 (3 chares, load: 23.7581)
=== 6 === Chare from 9 P#9 (3 chares)
=== 6 === Chare 180 (load 6.9326)

=== 6 === Less loaded core 29 P#1077396915 (3 chares, load: 23.7723)
=== 6 === Chare from 29 P#29 (3 chares)
=== 6 === Chare 1003 (load 7.2155)

=== 6 === Less loaded core 12 P#105147744 (3 chares, load: 23.8471)
=== 6 === Chare from 12 P#12 (3 chares)
=== 6 === Chare 101 (load 7.1640)

=== 6 === Less loaded core 23 P#23 (3 chares, load: 23.9528)
=== 6 === Chare from 23 P#23 (3 chares)
=== 6 === Chare 827 (load 7.1713)

=== 6 === Less loaded core 21 P#0 (3 chares, load: 23.9752)
=== 6 === Chare from 21 P#21 (3 chares)
=== 6 === Chare 439 (load 7.1406)

=== 6 === Less loaded core 10 P#0 (3 chares, load: 24.0140)
=== 6 === Chare from 10 P#10 (3 chares)
=== 6 === Chare 208 (load 6.9526)

=== 6 === Less loaded core 18 P#32 (3 chares, load: 24.0353)
=== 6 === Chare from 18 P#18 (3 chares)
=== 6 === Chare 975 (load 7.1893)

=== 6 === Less loaded core 19 P#0 (3 chares, load: 24.1110)
=== 6 === Chare from 19 P#19 (3 chares)
=== 6 === Chare 338 (load 7.1765)

=== 6 === Less loaded core 24 P#24 (3 chares, load: 24.2206)
=== 6 === Chare from 24 P#24 (3 chares)
=== 6 === Chare 833 (load 7.2016)

=== 6 === Less loaded core 20 P#0 (3 chares, load: 24.2257)
=== 6 === Chare from 20 P#20 (3 chares)
=== 6 === Chare 845 (load 7.1493)

=== 6 === Less loaded core 8 P#9346032 (3 chares, load: 24.2355)
=== 6 === Chare from 8 P#8 (3 chares)
=== 6 === Chare 826 (load 7.1560)

=== 6 === Less loaded core 30 P#-78976 (3 chares, load: 24.5833)
=== 6 === Chare from 30 P#30 (3 chares)
=== 6 === Chare 846 (load 7.1360)

[DEBUG] GetBackPlacement from node 4
0 9.6302
100 9.5762
101 7.5657
1 7.5224
2 7.5418
103 7.5188
102 7.5133
3 7.4918
28 9.5594
56 9.5584
57 7.5353
29 7.5113
59 7.4608
30 7.4489
31 7.4157
58 7.3988
53 7.5178
17 7.4742
16 7.3858
52 7.3717
18 7.5110
54 7.4998
55 7.4638
19 7.4622
37 7.7209
85 7.5686
84 7.5508
36 7.4147
86 7.5498
38 7.5048
39 7.4644
87 7.4553
76 7.6356
77 7.6238
9 7.5866
8 7.5340
78 7.6652
79 7.6428
10 7.5833
11 7.5442
20 7.8952
33 7.5615
21 7.5420
32 7.5386
22 7.8255
35 7.6751
34 7.6746
23 7.5470
41 7.7429
13 7.6335
40 7.5759
12 7.5539
42 7.6705
14 7.6002
15 7.5108
43 7.4472
125 7.7219
124 7.5918
105 7.5421
104 7.5213
126 7.7099
127 7.6892
106 7.5834
107 7.5208
96 7.2544
5 7.2211
97 7.2103
4 7.1912
7 9.6769
99 9.6022
6 7.1868
98 7.1734
69 7.2970
68 7.2691
65 7.2378
64 7.2015
67 9.6303
71 9.6203
70 7.1665
66 7.1647
60 7.3408
25 7.3094
61 7.2801
24 7.2569
62 7.2858
63 7.2789
27 7.2441
26 7.1746
120 7.3252
49 7.3139
48 7.2973
121 7.2520
123 7.2820
51 7.2783
122 7.1779
50 7.1666
108 7.7215
109 7.6638
45 7.5919
44 7.5573
46 7.6587
111 7.6536
110 7.5993
47 7.5288
81 7.6042
113 7.5985
112 7.5794
80 7.5322
114 7.6199
83 7.5403
115 7.5176
82 7.5144
117 7.6772
116 7.6746
72 7.6131
73 7.5833
119 7.6436
118 7.6435
74 7.6245
75 7.6023
92 7.6598
88 7.6105
89 7.5993
93 7.5704
95 7.5873
94 7.5804
90 7.5758
91 7.5580
Core 0 load 34.2946
Core 1 load 30.0656
Core 2 load 34.1644
Core 3 load 29.7242
Core 4 load 29.7494
Core 5 load 29.9368
Core 6 load 30.2550
Core 7 load 29.9743
Core 8 load 30.3799
Core 9 load 30.4355
Core 10 load 30.5374
Core 11 load 30.7221
Core 12 load 30.5062
Core 13 load 30.2288
Core 14 load 30.3770
Core 15 load 30.5032
Core 16 load 28.8771
Core 17 load 33.6392
Core 18 load 29.0054
Core 19 load 33.5818
Core 20 load 29.1872
Core 21 load 28.9835
Core 22 load 29.1882
Core 23 load 28.9048
Core 24 load 30.5345
Core 25 load 30.4404
Core 26 load 30.3144
Core 27 load 30.1922
Core 28 load 30.5481
Core 29 load 30.5138
Core 30 load 30.4400
Core 31 load 30.3016
Avg load 30.5158 in [29.6004 ; 31.4313 ]
Swap chares 67 (7.1912) and 3 (7.5224) between cores 16 (28.8771) and 0
(34.2946)
New loads : 16 (29.2083) and 0 (33.9634)
Swap chares 95 (7.1666) and 11 (7.5113) between cores 23 (28.9048) and 2
(34.1644)
New loads : 23 (29.2495) and 2 (33.8197)
Swap chares 87 (7.1746) and 3 (7.1912) between cores 21 (28.9835) and 0
(33.9634)
New loads : 21 (29.0000) and 0 (33.9468)
Swap chares 86 (7.2441) and 2 (7.5657) between cores 21 (29.0000) and 0
(33.9468)
New loads : 21 (29.3216) and 0 (33.6252)
Swap chares 74 (7.2378) and 10 (7.5353) between cores 18 (29.0054) and 2
(33.8197)
New loads : 18 (29.3029) and 2 (33.5222)
Swap chares 81 (7.3094) and 69 (9.6022) between cores 20 (29.1872) and 17
(33.6392)
New loads : 20 (31.4800) and 17 (31.3465)
Swap chares 89 (7.3139) and 1 (9.5762) between cores 22 (29.1882) and 0
(33.6252)
New loads : 22 (31.4506) and 0 (31.3628)
Swap chares 65 (7.2211) and 77 (9.6203) between cores 16 (29.2083) and 19
(33.5818)
New loads : 16 (31.6075) and 19 (31.1826)
Swap chares 94 (7.1779) and 10 (7.2378) between cores 23 (29.2495) and 2
(33.5222)
New loads : 23 (29.3094) and 2 (33.4623)
Swap chares 73 (7.2691) and 9 (9.5584) between cores 18 (29.3029) and 2
(33.4623)
New loads : 18 (31.5922) and 2 (31.1729)
Swap chares 95 (7.5113) and 67 (7.5224) between cores 23 (29.3094) and 16
(31.6075)
New loads : 23 (29.3206) and 16 (31.5963)
Swap chares 93 (7.2783) and 65 (9.6203) between cores 23 (29.3206) and 16
(31.5963)
New loads : 23 (31.6626) and 16 (29.2543)
Swap chares 67 (7.5113) and 95 (7.5224) between cores 16 (29.2543) and 23
(31.6626)
New loads : 16 (29.2654) and 23 (31.6515)
Swap chares 66 (7.2103) and 94 (7.2378) between cores 16 (29.2654) and 23
(31.6515)
New loads : 16 (29.2930) and 23 (31.6239)
Swap chares 65 (7.2783) and 93 (9.6203) between cores 16 (29.2930) and 23
(31.6239)
New loads : 16 (31.6350) and 23 (29.2819)
Swap chares 95 (7.5113) and 67 (7.5224) between cores 23 (29.2819) and 16
(31.6350)
New loads : 23 (29.2930) and 16 (31.6239)
Swap chares 94 (7.2103) and 66 (7.2378) between cores 23 (29.2930) and 16
(31.6239)
New loads : 23 (29.3206) and 16 (31.5963)
Swap chares 93 (7.2783) and 65 (9.6203) between cores 23 (29.3206) and 16
(31.5963)
New loads : 23 (31.6626) and 16 (29.2543)
Swap chares 67 (7.5113) and 95 (7.5224) between cores 16 (29.2543) and 23
(31.6626)
New loads : 16 (29.2654) and 23 (31.6515)
Swap chares 66 (7.2103) and 94 (7.2378) between cores 16 (29.2654) and 23
(31.6515)
New loads : 16 (29.2930) and 23 (31.6239)
Swap chares 65 (7.2783) and 93 (9.6203) between cores 16 (29.2930) and 23
(31.6239)
New loads : 16 (31.6350) and 23 (29.2819)
Swap chares 95 (7.5113) and 67 (7.5224) between cores 23 (29.2819) and 16
(31.6350)
New loads : 23 (29.2930) and 16 (31.6239)
Swap chares 94 (7.2103) and 66 (7.2378) between cores 23 (29.2930) and 16
(31.6239)
New loads : 23 (29.3206) and 16 (31.5963)
Swap chares 93 (7.2783) and 65 (9.6203) between cores 23 (29.3206) and 16
(31.5963)
New loads : 23 (31.6626) and 16 (29.2543)
Swap chares 67 (7.5113) and 95 (7.5224) between cores 16 (29.2543) and 23
(31.6626)
New loads : 16 (29.2654) and 23 (31.6515)
Swap chares 66 (7.2103) and 94 (7.2378) between cores 16 (29.2654) and 23
(31.6515)
New loads : 16 (29.2930) and 23 (31.6239)
Swap chares 65 (7.2783) and 93 (9.6203) between cores 16 (29.2930) and 23
(31.6239)
New loads : 16 (31.6350) and 23 (29.2819)
Swap chares 95 (7.5113) and 67 (7.5224) between cores 23 (29.2819) and 16
(31.6350)
New loads : 23 (29.2930) and 16 (31.6239)
Swap chares 94 (7.2103) and 66 (7.2378) between cores 23 (29.2930) and 16
(31.6239)
New loads : 23 (29.3206) and 16 (31.5963)
Swap chares 93 (7.2783) and 65 (9.6203) between cores 23 (29.3206) and 16
(31.5963)
New loads : 23 (31.6626) and 16 (29.2543)
Swap chares 67 (7.5113) and 95 (7.5224) between cores 16 (29.2543) and 23
(31.6626)
New loads : 16 (29.2654) and 23 (31.6515)
Swap chares 66 (7.2103) and 94 (7.2378) between cores 16 (29.2654) and 23
(31.6515)
New loads : 16 (29.2930) and 23 (31.6239)
Swap chares 65 (7.2783) and 93 (9.6203) between cores 16 (29.2930) and 23
(31.6239)
New loads : 16 (31.6350) and 23 (29.2819)
Swap chares 95 (7.5113) and 67 (7.5224) between cores 23 (29.2819) and 16
(31.6350)
New loads : 23 (29.2930) and 16 (31.6239)
Swap chares 94 (7.2103) and 66 (7.2378) between cores 23 (29.2930) and 16
(31.6239)
New loads : 23 (29.3206) and 16 (31.5963)
Swap chares 93 (7.2783) and 65 (9.6203) between cores 23 (29.3206) and 16
(31.5963)
New loads : 23 (31.6626) and 16 (29.2543)
Swap chares 67 (7.5113) and 95 (7.5224) between cores 16 (29.2543) and 23
(31.6626)
New loads : 16 (29.2654) and 23 (31.6515)
Swap chares 66 (7.2103) and 94 (7.2378) between cores 16 (29.2654) and 23
(31.6515)
New loads : 16 (29.2930) and 23 (31.6239)
Swap chares 65 (7.2783) and 93 (9.6203) between cores 16 (29.2930) and 23
(31.6239)
New loads : 16 (31.6350) and 23 (29.2819)
Swap chares 95 (7.5113) and 67 (7.5224) between cores 23 (29.2819) and 16
(31.6350)
New loads : 23 (29.2930) and 16 (31.6239)
Swap chares 94 (7.2103) and 66 (7.2378) between cores 23 (29.2930) and 16
(31.6239)
New loads : 23 (29.3206) and 16 (31.5963)
Swap chares 93 (7.2783) and 65 (9.6203) between cores 23 (29.3206) and 16
(31.5963)
New loads : 23 (31.6626) and 16 (29.2543)
Swap chares 67 (7.5113) and 95 (7.5224) between cores 16 (29.2543) and 23
(31.6626)
New loads : 16 (29.2654) and 23 (31.6515)
Swap chares 66 (7.2103) and 94 (7.2378) between cores 16 (29.2654) and 23
(31.6515)
New loads : 16 (29.2930) and 23 (31.6239)
Swap chares 65 (7.2783) and 93 (9.6203) between cores 16 (29.2930) and 23
(31.6239)
New loads : 16 (31.6350) and 23 (29.2819)
Swap chares 95 (7.5113) and 67 (7.5224) between cores 23 (29.2819) and 16
(31.6350)
New loads : 23 (29.2930) and 16 (31.6239)
Swap chares 94 (7.2103) and 66 (7.2378) between cores 23 (29.2930) and 16
(31.6239)
New loads : 23 (29.3206) and 16 (31.5963)
Swap chares 93 (7.2783) and 65 (9.6203) between cores 23 (29.3206) and 16
(31.5963)
New loads : 23 (31.6626) and 16 (29.2543)
Swap chares 67 (7.5113) and 95 (7.5224) between cores 16 (29.2543) and 23
(31.6626)
New loads : 16 (29.2654) and 23 (31.6515)
Swap chares 66 (7.2103) and 94 (7.2378) between cores 16 (29.2654) and 23
(31.6515)
New loads : 16 (29.2930) and 23 (31.6239)
Swap chares 65 (7.2783) and 93 (9.6203) between cores 16 (29.2930) and 23
(31.6239)
New loads : 16 (31.6350) and 23 (29.2819)
Swap chares 95 (7.5113) and 67 (7.5224) between cores 23 (29.2819) and 16
(31.6350)
New loads : 23 (29.2930) and 16 (31.6239)
Swap chares 94 (7.2103) and 66 (7.2378) between cores 23 (29.2930) and 16
(31.6239)
New loads : 23 (29.3206) and 16 (31.5963)
Swap chares 93 (7.2783) and 65 (9.6203) between cores 23 (29.3206) and 16
(31.5963)
New loads : 23 (31.6626) and 16 (29.2543)
Swap chares 67 (7.5113) and 95 (7.5224) between cores 16 (29.2543) and 23
(31.6626)
New loads : 16 (29.2654) and 23 (31.6515)
Swap chares 66 (7.2103) and 94 (7.2378) between cores 16 (29.2654) and 23
(31.6515)
New loads : 16 (29.2930) and 23 (31.6239)
Swap chares 65 (7.2783) and 93 (9.6203) between cores 16 (29.2930) and 23
(31.6239)
New loads : 16 (31.6350) and 23 (29.2819)
Swap chares 95 (7.5113) and 67 (7.5224) between cores 23 (29.2819) and 16
(31.6350)
New loads : 23 (29.2930) and 16 (31.6239)
Swap chares 94 (7.2103) and 66 (7.2378) between cores 23 (29.2930) and 16
(31.6239)
New loads : 23 (29.3206) and 16 (31.5963)
Swap chares 93 (7.2783) and 65 (9.6203) between cores 23 (29.3206) and 16
(31.5963)
New loads : 23 (31.6626) and 16 (29.2543)
Swap chares 67 (7.5113) and 95 (7.5224) between cores 16 (29.2543) and 23
(31.6626)
New loads : 16 (29.2654) and 23 (31.6515)
Swap chares 66 (7.2103) and 94 (7.2378) between cores 16 (29.2654) and 23
(31.6515)
New loads : 16 (29.2930) and 23 (31.6239)
Swap chares 65 (7.2783) and 93 (9.6203) between cores 16 (29.2930) and 23
(31.6239)
New loads : 16 (31.6350) and 23 (29.2819)
Swap chares 95 (7.5113) and 67 (7.5224) between cores 23 (29.2819) and 16
(31.6350)
New loads : 23 (29.2930) and 16 (31.6239)
=== 4 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 0 P#0 (0 chares)
=== 4 === Chare 12 (load 9.6302)

=== 4 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 4 === Chare from 1 P#1 (0 chares)
=== 4 === Chare 14 (load 7.5418)

=== 4 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 4 === Chare from 2 P#2 (0 chares)
=== 4 === Chare 412 (load 9.5594)

=== 4 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 4 === Chare from 3 P#3 (0 chares)
=== 4 === Chare 587 (load 7.4608)

=== 4 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 4 === Chare from 4 P#4 (0 chares)
=== 4 === Chare 581 (load 7.5178)

=== 4 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 4 === Chare from 5 P#5 (0 chares)
=== 4 === Chare 254 (load 7.5110)

=== 4 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 4 === Chare from 6 P#6 (0 chares)
=== 4 === Chare 425 (load 7.7209)

=== 4 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 4 === Chare from 7 P#7 (0 chares)
=== 4 === Chare 730 (load 7.5498)

=== 4 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 4 === Chare from 8 P#8 (0 chares)
=== 4 === Chare 696 (load 7.6356)

=== 4 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 9 P#9 (0 chares)
=== 4 === Chare 698 (load 7.6652)

=== 4 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 10 P#10 (0 chares)
=== 4 === Chare 320 (load 7.8952)

=== 4 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 11 P#11 (0 chares)
=== 4 === Chare 322 (load 7.8255)

=== 4 === Less loaded core 12 P#105417856 (0 chares, load: 0.0000)
=== 4 === Chare from 12 P#12 (0 chares)
=== 4 === Chare 457 (load 7.7429)

=== 4 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 13 P#13 (0 chares)
=== 4 === Chare 458 (load 7.6705)

=== 4 === Less loaded core 14 P#95129056 (0 chares, load: 0.0000)
=== 4 === Chare from 14 P#14 (0 chares)
=== 4 === Chare 1005 (load 7.7219)

=== 4 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 15 P#15 (0 chares)
=== 4 === Chare 1006 (load 7.7099)

=== 4 === Less loaded core 16 P#95096704 (0 chares, load: 0.0000)
=== 4 === Chare from 16 P#16 (0 chares)
=== 4 === Chare 651 (load 9.6203)

=== 4 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 17 P#17 (0 chares)
=== 4 === Chare 239 (load 9.6769)

=== 4 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 4 === Chare from 18 P#18 (0 chares)
=== 4 === Chare 584 (load 9.5584)

=== 4 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 19 P#19 (0 chares)
=== 4 === Chare 643 (load 9.6303)

=== 4 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 20 P#20 (0 chares)
=== 4 === Chare 919 (load 9.6022)

=== 4 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 21 P#21 (0 chares)
=== 4 === Chare 921 (load 7.5657)

=== 4 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 4 === Chare from 22 P#22 (0 chares)
=== 4 === Chare 920 (load 9.5762)

=== 4 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 4 === Chare from 23 P#23 (0 chares)
=== 4 === Chare 13 (load 7.5224)

=== 4 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 4 === Chare from 24 P#24 (0 chares)
=== 4 === Chare 928 (load 7.7215)

=== 4 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 4 === Chare from 25 P#25 (0 chares)
=== 4 === Chare 530 (load 7.6587)

=== 4 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 26 P#26 (0 chares)
=== 4 === Chare 701 (load 7.6042)

=== 4 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 4 === Chare from 27 P#27 (0 chares)
=== 4 === Chare 934 (load 7.6199)

=== 4 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 28 P#28 (0 chares)
=== 4 === Chare 977 (load 7.6772)

=== 4 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 29 P#29 (0 chares)
=== 4 === Chare 979 (load 7.6436)

=== 4 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 4 === Chare from 30 P#30 (0 chares)
=== 4 === Chare 912 (load 7.6598)

=== 4 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 4 === Chare from 31 P#31 (0 chares)
=== 4 === Chare 915 (load 7.5873)

=== 4 === Less loaded core 3 P#6 (1 chares, load: 7.4608)
=== 4 === Chare from 3 P#3 (1 chares)
=== 4 === Chare 414 (load 7.4489)

=== 4 === Less loaded core 5 P#3 (1 chares, load: 7.5110)
=== 4 === Chare from 5 P#5 (1 chares)
=== 4 === Chare 582 (load 7.4998)

=== 4 === Less loaded core 4 P#1 (1 chares, load: 7.5178)
=== 4 === Chare from 4 P#4 (1 chares)
=== 4 === Chare 253 (load 7.4742)

=== 4 === Less loaded core 23 P#23 (1 chares, load: 7.5224)
=== 4 === Chare from 23 P#23 (1 chares)
=== 4 === Chare 983 (load 7.2820)

=== 4 === Less loaded core 1 P#2 (1 chares, load: 7.5418)
=== 4 === Chare from 1 P#1 (1 chares)
=== 4 === Chare 923 (load 7.5188)

=== 4 === Less loaded core 7 P#7 (1 chares, load: 7.5498)
=== 4 === Chare from 7 P#7 (1 chares)
=== 4 === Chare 426 (load 7.5048)

=== 4 === Less loaded core 21 P#0 (1 chares, load: 7.5657)
=== 4 === Chare from 21 P#21 (1 chares)
=== 4 === Chare 634 (load 7.2858)

=== 4 === Less loaded core 31 P#32767 (1 chares, load: 7.5873)
=== 4 === Chare from 31 P#31 (1 chares)
=== 4 === Chare 914 (load 7.5804)

=== 4 === Less loaded core 26 P#1 (1 chares, load: 7.6042)
=== 4 === Chare from 26 P#26 (1 chares)
=== 4 === Chare 933 (load 7.5985)

=== 4 === Less loaded core 27 P#32767 (1 chares, load: 7.6199)
=== 4 === Chare from 27 P#27 (1 chares)
=== 4 === Chare 703 (load 7.5403)

=== 4 === Less loaded core 8 P#9346032 (1 chares, load: 7.6356)
=== 4 === Chare from 8 P#8 (1 chares)
=== 4 === Chare 697 (load 7.6238)

=== 4 === Less loaded core 29 P#1075745552 (1 chares, load: 7.6436)
=== 4 === Chare from 29 P#29 (1 chares)
=== 4 === Chare 978 (load 7.6435)

=== 4 === Less loaded core 25 P#32767 (1 chares, load: 7.6587)
=== 4 === Chare from 25 P#25 (1 chares)
=== 4 === Chare 931 (load 7.6536)

=== 4 === Less loaded core 30 P#-78976 (1 chares, load: 7.6598)
=== 4 === Chare from 30 P#30 (1 chares)
=== 4 === Chare 732 (load 7.6105)

=== 4 === Less loaded core 9 P#0 (1 chares, load: 7.6652)
=== 4 === Chare from 9 P#9 (1 chares)
=== 4 === Chare 699 (load 7.6428)

=== 4 === Less loaded core 13 P#0 (1 chares, load: 7.6705)
=== 4 === Chare from 13 P#13 (1 chares)
=== 4 === Chare 250 (load 7.6002)

=== 4 === Less loaded core 28 P#-2147483648 (1 chares, load: 7.6772)
=== 4 === Chare from 28 P#28 (1 chares)
=== 4 === Chare 976 (load 7.6746)

=== 4 === Less loaded core 15 P#0 (1 chares, load: 7.7099)
=== 4 === Chare from 15 P#15 (1 chares)
=== 4 === Chare 1007 (load 7.6892)

=== 4 === Less loaded core 6 P#5 (1 chares, load: 7.7209)
=== 4 === Chare from 6 P#6 (1 chares)
=== 4 === Chare 729 (load 7.5686)

=== 4 === Less loaded core 24 P#24 (1 chares, load: 7.7215)
=== 4 === Chare from 24 P#24 (1 chares)
=== 4 === Chare 929 (load 7.6638)

=== 4 === Less loaded core 14 P#95129056 (1 chares, load: 7.7219)
=== 4 === Chare from 14 P#14 (1 chares)
=== 4 === Chare 1004 (load 7.5918)

=== 4 === Less loaded core 12 P#105417856 (1 chares, load: 7.7429)
=== 4 === Chare from 12 P#12 (1 chares)
=== 4 === Chare 249 (load 7.6335)

=== 4 === Less loaded core 11 P#0 (1 chares, load: 7.8255)
=== 4 === Chare from 11 P#11 (1 chares)
=== 4 === Chare 423 (load 7.6751)

=== 4 === Less loaded core 10 P#0 (1 chares, load: 7.8952)
=== 4 === Chare from 10 P#10 (1 chares)
=== 4 === Chare 421 (load 7.5615)

=== 4 === Less loaded core 18 P#32 (1 chares, load: 9.5584)
=== 4 === Chare from 18 P#18 (1 chares)
=== 4 === Chare 585 (load 7.5353)

=== 4 === Less loaded core 2 P#4 (1 chares, load: 9.5594)
=== 4 === Chare from 2 P#2 (1 chares)
=== 4 === Chare 648 (load 7.2691)

=== 4 === Less loaded core 22 P#22 (1 chares, load: 9.5762)
=== 4 === Chare from 22 P#22 (1 chares)
=== 4 === Chare 980 (load 7.3252)

=== 4 === Less loaded core 20 P#0 (1 chares, load: 9.6022)
=== 4 === Chare from 20 P#20 (1 chares)
=== 4 === Chare 632 (load 7.3408)

=== 4 === Less loaded core 16 P#95096704 (1 chares, load: 9.6203)
=== 4 === Chare from 16 P#16 (1 chares)
=== 4 === Chare 413 (load 7.5113)

=== 4 === Less loaded core 0 P#0 (1 chares, load: 9.6302)
=== 4 === Chare from 0 P#0 (1 chares)
=== 4 === Chare 545 (load 7.3139)

=== 4 === Less loaded core 19 P#0 (1 chares, load: 9.6303)
=== 4 === Chare from 19 P#19 (1 chares)
=== 4 === Chare 237 (load 7.2211)

=== 4 === Less loaded core 17 P#0 (1 chares, load: 9.6769)
=== 4 === Chare from 17 P#17 (1 chares)
=== 4 === Chare 325 (load 7.3094)

=== 4 === Less loaded core 23 P#23 (2 chares, load: 14.8044)
=== 4 === Chare from 23 P#23 (2 chares)
=== 4 === Chare 547 (load 7.2783)

=== 4 === Less loaded core 21 P#0 (2 chares, load: 14.8515)
=== 4 === Chare from 21 P#21 (2 chares)
=== 4 === Chare 635 (load 7.2789)

=== 4 === Less loaded core 3 P#6 (2 chares, load: 14.9097)
=== 4 === Chare from 3 P#3 (2 chares)
=== 4 === Chare 415 (load 7.4157)

=== 4 === Less loaded core 4 P#1 (2 chares, load: 14.9920)
=== 4 === Chare from 4 P#4 (2 chares)
=== 4 === Chare 252 (load 7.3858)

=== 4 === Less loaded core 5 P#3 (2 chares, load: 15.0108)
=== 4 === Chare from 5 P#5 (2 chares)
=== 4 === Chare 583 (load 7.4638)

=== 4 === Less loaded core 7 P#7 (2 chares, load: 15.0546)
=== 4 === Chare from 7 P#7 (2 chares)
=== 4 === Chare 427 (load 7.4644)

=== 4 === Less loaded core 1 P#2 (2 chares, load: 15.0606)
=== 4 === Chare from 1 P#1 (2 chares)
=== 4 === Chare 922 (load 7.5133)

=== 4 === Less loaded core 27 P#32767 (2 chares, load: 15.1602)
=== 4 === Chare from 27 P#27 (2 chares)
=== 4 === Chare 935 (load 7.5176)

=== 4 === Less loaded core 31 P#32767 (2 chares, load: 15.1677)
=== 4 === Chare from 31 P#31 (2 chares)
=== 4 === Chare 734 (load 7.5758)

=== 4 === Less loaded core 26 P#2 (2 chares, load: 15.2027)
=== 4 === Chare from 26 P#26 (2 chares)
=== 4 === Chare 932 (load 7.5794)

=== 4 === Less loaded core 8 P#9346032 (2 chares, load: 15.2593)
=== 4 === Chare from 8 P#8 (2 chares)
=== 4 === Chare 245 (load 7.5866)

=== 4 === Less loaded core 30 P#-78976 (2 chares, load: 15.2703)
=== 4 === Chare from 30 P#30 (2 chares)
=== 4 === Chare 733 (load 7.5993)

=== 4 === Less loaded core 13 P#0 (2 chares, load: 15.2708)
=== 4 === Chare from 13 P#13 (2 chares)
=== 4 === Chare 251 (load 7.5108)

=== 4 === Less loaded core 29 P#1076794106 (2 chares, load: 15.2871)
=== 4 === Chare from 29 P#29 (2 chares)
=== 4 === Chare 694 (load 7.6245)

=== 4 === Less loaded core 6 P#5 (2 chares, load: 15.2895)
=== 4 === Chare from 6 P#6 (2 chares)
=== 4 === Chare 728 (load 7.5508)

=== 4 === Less loaded core 9 P#0 (2 chares, load: 15.3080)
=== 4 === Chare from 9 P#9 (2 chares)
=== 4 === Chare 246 (load 7.5833)

=== 4 === Less loaded core 25 P#32767 (2 chares, load: 15.3123)
=== 4 === Chare from 25 P#25 (2 chares)
=== 4 === Chare 930 (load 7.5993)

=== 4 === Less loaded core 14 P#95129056 (2 chares, load: 15.3137)
=== 4 === Chare from 14 P#14 (2 chares)
=== 4 === Chare 925 (load 7.5421)

=== 4 === Less loaded core 28 P#-1207959552 (2 chares, load: 15.3518)
=== 4 === Chare from 28 P#28 (2 chares)
=== 4 === Chare 692 (load 7.6131)

=== 4 === Less loaded core 12 P#105417856 (2 chares, load: 15.3764)
=== 4 === Chare from 12 P#12 (2 chares)
=== 4 === Chare 456 (load 7.5759)

=== 4 === Less loaded core 24 P#24 (2 chares, load: 15.3853)
=== 4 === Chare from 24 P#24 (2 chares)
=== 4 === Chare 529 (load 7.5919)

=== 4 === Less loaded core 15 P#0 (2 chares, load: 15.3990)
=== 4 === Chare from 15 P#15 (2 chares)
=== 4 === Chare 926 (load 7.5834)

=== 4 === Less loaded core 10 P#0 (2 chares, load: 15.4568)
=== 4 === Chare from 10 P#10 (2 chares)
=== 4 === Chare 321 (load 7.5420)

=== 4 === Less loaded core 11 P#0 (2 chares, load: 15.5006)
=== 4 === Chare from 11 P#11 (2 chares)
=== 4 === Chare 422 (load 7.6746)

=== 4 === Less loaded core 2 P#4 (2 chares, load: 16.8284)
=== 4 === Chare from 2 P#2 (2 chares)
=== 4 === Chare 982 (load 7.1779)

=== 4 === Less loaded core 19 P#0 (2 chares, load: 16.8514)
=== 4 === Chare from 19 P#19 (2 chares)
=== 4 === Chare 650 (load 7.1665)

=== 4 === Less loaded core 22 P#22 (2 chares, load: 16.9014)
=== 4 === Chare from 22 P#22 (2 chares)
=== 4 === Chare 544 (load 7.2973)

=== 4 === Less loaded core 20 P#0 (2 chares, load: 16.9429)
=== 4 === Chare from 20 P#20 (2 chares)
=== 4 === Chare 633 (load 7.2801)

=== 4 === Less loaded core 0 P#0 (2 chares, load: 16.9441)
=== 4 === Chare from 0 P#0 (2 chares)
=== 4 === Chare 327 (load 7.2441)

=== 4 === Less loaded core 17 P#0 (2 chares, load: 16.9863)
=== 4 === Chare from 17 P#17 (2 chares)
=== 4 === Chare 238 (load 7.1868)

=== 4 === Less loaded core 18 P#32 (2 chares, load: 17.0937)
=== 4 === Chare from 18 P#18 (2 chares)
=== 4 === Chare 649 (load 7.2970)

=== 4 === Less loaded core 16 P#95096704 (2 chares, load: 17.1316)
=== 4 === Chare from 16 P#16 (2 chares)
=== 4 === Chare 916 (load 7.2544)

=== 4 === Less loaded core 23 P#23 (3 chares, load: 22.0827)
=== 4 === Chare from 23 P#23 (3 chares)
=== 4 === Chare 917 (load 7.2103)

=== 4 === Less loaded core 21 P#0 (3 chares, load: 22.1304)
=== 4 === Chare from 21 P#21 (3 chares)
=== 4 === Chare 236 (load 7.1912)

=== 4 === Less loaded core 3 P#6 (3 chares, load: 22.3254)
=== 4 === Chare from 3 P#3 (3 chares)
=== 4 === Chare 586 (load 7.3988)

=== 4 === Less loaded core 4 P#1 (3 chares, load: 22.3778)
=== 4 === Chare from 4 P#4 (3 chares)
=== 4 === Chare 580 (load 7.3717)

=== 4 === Less loaded core 5 P#3 (3 chares, load: 22.4746)
=== 4 === Chare from 5 P#5 (3 chares)
=== 4 === Chare 255 (load 7.4622)

=== 4 === Less loaded core 7 P#7 (3 chares, load: 22.5190)
=== 4 === Chare from 7 P#7 (3 chares)
=== 4 === Chare 731 (load 7.4553)

=== 4 === Less loaded core 1 P#2 (3 chares, load: 22.5739)
=== 4 === Chare from 1 P#1 (3 chares)
=== 4 === Chare 15 (load 7.4918)

=== 4 === Less loaded core 27 P#32767 (3 chares, load: 22.6778)
=== 4 === Chare from 27 P#27 (3 chares)
=== 4 === Chare 702 (load 7.5144)

=== 4 === Less loaded core 31 P#32767 (3 chares, load: 22.7436)
=== 4 === Chare from 31 P#31 (3 chares)
=== 4 === Chare 735 (load 7.5580)

=== 4 === Less loaded core 13 P#0 (3 chares, load: 22.7816)
=== 4 === Chare from 13 P#13 (3 chares)
=== 4 === Chare 459 (load 7.4472)

=== 4 === Less loaded core 26 P#3 (3 chares, load: 22.7822)
=== 4 === Chare from 26 P#26 (3 chares)
=== 4 === Chare 700 (load 7.5322)

=== 4 === Less loaded core 6 P#5 (3 chares, load: 22.8404)
=== 4 === Chare from 6 P#6 (3 chares)
=== 4 === Chare 424 (load 7.4147)

=== 4 === Less loaded core 8 P#9346032 (3 chares, load: 22.8459)
=== 4 === Chare from 8 P#8 (3 chares)
=== 4 === Chare 244 (load 7.5340)

=== 4 === Less loaded core 14 P#95129056 (3 chares, load: 22.8558)
=== 4 === Chare from 14 P#14 (3 chares)
=== 4 === Chare 924 (load 7.5213)

=== 4 === Less loaded core 30 P#-78976 (3 chares, load: 22.8696)
=== 4 === Chare from 30 P#30 (3 chares)
=== 4 === Chare 913 (load 7.5704)

=== 4 === Less loaded core 9 P#0 (3 chares, load: 22.8913)
=== 4 === Chare from 9 P#9 (3 chares)
=== 4 === Chare 247 (load 7.5442)

=== 4 === Less loaded core 29 P#1077340505 (3 chares, load: 22.9115)
=== 4 === Chare from 29 P#29 (3 chares)
=== 4 === Chare 695 (load 7.6023)

=== 4 === Less loaded core 25 P#32767 (3 chares, load: 22.9116)
=== 4 === Chare from 25 P#25 (3 chares)
=== 4 === Chare 531 (load 7.5288)

=== 4 === Less loaded core 12 P#105417856 (3 chares, load: 22.9522)
=== 4 === Chare from 12 P#12 (3 chares)
=== 4 === Chare 248 (load 7.5539)

=== 4 === Less loaded core 28 P#-2147483648 (3 chares, load: 22.9649)
=== 4 === Chare from 28 P#28 (3 chares)
=== 4 === Chare 693 (load 7.5833)

=== 4 === Less loaded core 24 P#24 (3 chares, load: 22.9772)
=== 4 === Chare from 24 P#24 (3 chares)
=== 4 === Chare 528 (load 7.5573)

=== 4 === Less loaded core 15 P#0 (3 chares, load: 22.9825)
=== 4 === Chare from 15 P#15 (3 chares)
=== 4 === Chare 927 (load 7.5208)

=== 4 === Less loaded core 10 P#0 (3 chares, load: 22.9988)
=== 4 === Chare from 10 P#10 (3 chares)
=== 4 === Chare 420 (load 7.5386)

=== 4 === Less loaded core 11 P#0 (3 chares, load: 23.1751)
=== 4 === Chare from 11 P#11 (3 chares)
=== 4 === Chare 323 (load 7.5470)

=== 4 === Less loaded core 2 P#4 (3 chares, load: 24.0064)
=== 4 === Chare from 2 P#2 (3 chares)
=== 4 === Chare 546 (load 7.1666)

=== 4 === Less loaded core 19 P#0 (3 chares, load: 24.0179)
=== 4 === Chare from 19 P#19 (3 chares)
=== 4 === Chare 642 (load 7.1647)

=== 4 === Less loaded core 17 P#0 (3 chares, load: 24.1730)
=== 4 === Chare from 17 P#17 (3 chares)
=== 4 === Chare 918 (load 7.1734)

=== 4 === Less loaded core 0 P#0 (3 chares, load: 24.1882)
=== 4 === Chare from 0 P#0 (3 chares)
=== 4 === Chare 326 (load 7.1746)

=== 4 === Less loaded core 22 P#22 (3 chares, load: 24.1986)
=== 4 === Chare from 22 P#22 (3 chares)
=== 4 === Chare 981 (load 7.2520)

=== 4 === Less loaded core 20 P#0 (3 chares, load: 24.2231)
=== 4 === Chare from 20 P#20 (3 chares)
=== 4 === Chare 324 (load 7.2569)

=== 4 === Less loaded core 16 P#95096704 (3 chares, load: 24.3860)
=== 4 === Chare from 16 P#16 (3 chares)
=== 4 === Chare 641 (load 7.2378)

=== 4 === Less loaded core 18 P#32 (3 chares, load: 24.3907)
=== 4 === Chare from 18 P#18 (3 chares)
=== 4 === Chare 640 (load 7.2015)

[DEBUG] GetBackPlacement from node 2
112 9.5571
0 9.5333
113 7.7467
1 7.4648
114 7.5334
3 7.4754
115 7.4379
2 7.4180
84 9.6577
88 9.5708
89 7.5056
85 7.4103
90 7.4775
86 7.4736
91 7.4572
87 7.4179
19 9.6824
40 9.6600
16 7.1727
37 7.1658
123 9.6367
120 7.2135
121 7.1835
122 7.1737
18 7.1875
39 7.1769
17 7.1726
38 7.1526
59 9.5857
24 7.4854
58 7.1850
57 7.1629
21 7.5820
92 7.4603
93 7.4556
20 7.4090
95 7.4611
94 7.4593
22 7.4449
23 7.4010
124 7.5356
48 7.4817
125 7.4627
49 7.4072
126 7.5021
127 7.4448
50 7.4418
51 7.4413
33 7.5699
100 7.5539
34 7.5316
101 7.5123
102 7.5403
103 7.5370
36 7.5068
35 7.4570
68 7.5689
69 7.5616
72 7.5234
73 7.5205
75 7.5831
71 7.5504
70 7.5306
74 7.5240
60 7.7121
5 7.5710
61 7.5537
4 7.5207
104 7.6468
8 7.5332
105 7.5277
9 7.4984
78 7.2775
31 7.2326
79 7.2237
32 7.1916
47 7.3012
111 7.2717
56 7.1888
110 7.1698
6 7.5180
63 7.5118
62 7.4869
7 7.4372
76 7.3121
29 7.2605
30 7.2336
77 7.2152
66 7.5790
43 7.4826
44 7.4680
67 7.4126
45 7.3072
108 7.2475
109 7.2367
46 7.2009
106 7.5301
107 7.4673
10 7.4588
11 7.4410
13 7.5872
117 7.5529
116 7.5044
12 7.4953
119 7.5562
15 7.5287
118 7.4965
14 7.4495
42 7.5920
64 7.5313
41 7.5205
65 7.4994
25 7.8242
96 7.6289
97 7.5713
26 7.5597
99 7.5743
28 7.5290
27 7.5283
98 7.4758
81 7.6299
52 7.5833
80 7.5482
53 7.5005
83 7.5248
54 7.5225
82 7.4783
55 7.4771
Core 0 load 34.3020
Core 1 load 29.8646
Core 2 load 34.1444
Core 3 load 29.8262
Core 4 load 33.6809
Core 5 load 31.2074
Core 6 load 28.6896
Core 7 load 31.4190
Core 8 load 29.9069
Core 9 load 29.7663
Core 10 load 29.8872
Core 11 load 29.8300
Core 12 load 30.1677
Core 13 load 30.0411
Core 14 load 30.1743
Core 15 load 30.1881
Core 16 load 30.3574
Core 17 load 30.2061
Core 18 load 28.9255
Core 19 load 28.9316
Core 20 load 29.9538
Core 21 load 29.0214
Core 22 load 29.9422
Core 23 load 28.9924
Core 24 load 29.8973
Core 25 load 30.1397
Core 26 load 30.0310
Core 27 load 30.1430
Core 28 load 30.5842
Core 29 load 30.1074
Core 30 load 30.2619
Core 31 load 30.0027
Avg load 30.3310 in [29.4211 ; 31.2410 ]
Swap chares 27 (7.1526) and 3 (7.4648) between cores 6 (28.6896) and 0
(34.3020)
New loads : 6 (29.0019) and 0 (33.9897)
Swap chares 75 (7.1916) and 11 (7.4103) between cores 18 (28.9255) and 2
(34.1444)
New loads : 18 (29.1442) and 2 (33.9257)
Swap chares 78 (7.1888) and 2 (7.7467) between cores 19 (28.9316) and 0
(33.9897)
New loads : 19 (29.4895) and 0 (33.4318)
Swap chares 94 (7.2367) and 10 (7.5056) between cores 23 (28.9924) and 2
(33.9257)
New loads : 23 (29.2613) and 2 (33.6568)
Swap chares 26 (7.1726) and 18 (7.1727) between cores 6 (29.0019) and 4
(33.6809)
New loads : 6 (29.0020) and 4 (33.6808)
Swap chares 25 (7.1769) and 17 (9.6600) between cores 6 (29.0020) and 4
(33.6808)
New loads : 6 (31.4851) and 4 (31.1977)
Swap chares 86 (7.2336) and 10 (7.2367) between cores 21 (29.0214) and 2
(33.6568)
New loads : 21 (29.0245) and 2 (33.6537)
Swap chares 85 (7.2605) and 9 (9.5708) between cores 21 (29.0245) and 2
(33.6537)
New loads : 21 (31.3348) and 2 (31.3434)
Swap chares 73 (7.2326) and 1 (9.5333) between cores 18 (29.1442) and 0
(33.4318)
New loads : 18 (31.4449) and 0 (31.1312)
Swap chares 95 (7.2009) and 27 (7.4648) between cores 23 (29.2613) and 6
(31.4851)
New loads : 23 (29.5252) and 6 (31.2212)
Swap chares 79 (7.1698) and 75 (7.4103) between cores 19 (29.4895) and 18
(31.4449)
New loads : 19 (29.7300) and 18 (31.2044)
Swap chares 93 (7.2475) and 29 (7.4854) between cores 23 (29.5252) and 7
(31.4190)
New loads : 23 (29.7630) and 7 (31.1812)
Swap chares 76 (7.3012) and 8 (9.6577) between cores 19 (29.7300) and 2
(31.3434)
New loads : 19 (32.0864) and 2 (28.9869)
Swap chares 11 (7.1916) and 79 (7.4103) between cores 2 (28.9869) and 19
(32.0864)
New loads : 2 (29.2056) and 19 (31.8677)
Swap chares 10 (7.2336) and 78 (7.7467) between cores 2 (29.2056) and 19
(31.8677)
New loads : 2 (29.7187) and 19 (31.3547)
Swap chares 9 (7.2605) and 77 (7.2717) between cores 2 (29.7187) and 19
(31.3547)
New loads : 2 (29.7300) and 19 (31.3434)
Swap chares 8 (7.3012) and 76 (9.6577) between cores 2 (29.7300) and 19
(31.3434)
New loads : 2 (32.0864) and 19 (28.9869)
Swap chares 79 (7.1916) and 11 (7.4103) between cores 19 (28.9869) and 2
(32.0864)
New loads : 19 (29.2056) and 2 (31.8677)
Swap chares 78 (7.2336) and 10 (7.7467) between cores 19 (29.2056) and 2
(31.8677)
New loads : 19 (29.7187) and 2 (31.3547)
Swap chares 77 (7.2605) and 9 (7.2717) between cores 19 (29.7187) and 2
(31.3547)
New loads : 19 (29.7300) and 2 (31.3434)
Swap chares 76 (7.3012) and 8 (9.6577) between cores 19 (29.7300) and 2
(31.3434)
New loads : 19 (32.0864) and 2 (28.9869)
Swap chares 11 (7.1916) and 79 (7.4103) between cores 2 (28.9869) and 19
(32.0864)
New loads : 2 (29.2056) and 19 (31.8677)
Swap chares 10 (7.2336) and 78 (7.7467) between cores 2 (29.2056) and 19
(31.8677)
New loads : 2 (29.7187) and 19 (31.3547)
Swap chares 9 (7.2605) and 77 (7.2717) between cores 2 (29.7187) and 19
(31.3547)
New loads : 2 (29.7300) and 19 (31.3434)
Swap chares 8 (7.3012) and 76 (9.6577) between cores 2 (29.7300) and 19
(31.3434)
New loads : 2 (32.0864) and 19 (28.9869)
Swap chares 79 (7.1916) and 11 (7.4103) between cores 19 (28.9869) and 2
(32.0864)
New loads : 19 (29.2056) and 2 (31.8677)
Swap chares 78 (7.2336) and 10 (7.7467) between cores 19 (29.2056) and 2
(31.8677)
New loads : 19 (29.7187) and 2 (31.3547)
Swap chares 77 (7.2605) and 9 (7.2717) between cores 19 (29.7187) and 2
(31.3547)
New loads : 19 (29.7300) and 2 (31.3434)
Swap chares 76 (7.3012) and 8 (9.6577) between cores 19 (29.7300) and 2
(31.3434)
New loads : 19 (32.0864) and 2 (28.9869)
Swap chares 11 (7.1916) and 79 (7.4103) between cores 2 (28.9869) and 19
(32.0864)
New loads : 2 (29.2056) and 19 (31.8677)
Swap chares 10 (7.2336) and 78 (7.7467) between cores 2 (29.2056) and 19
(31.8677)
New loads : 2 (29.7187) and 19 (31.3547)
Swap chares 9 (7.2605) and 77 (7.2717) between cores 2 (29.7187) and 19
(31.3547)
New loads : 2 (29.7300) and 19 (31.3434)
Swap chares 8 (7.3012) and 76 (9.6577) between cores 2 (29.7300) and 19
(31.3434)
New loads : 2 (32.0864) and 19 (28.9869)
Swap chares 79 (7.1916) and 11 (7.4103) between cores 19 (28.9869) and 2
(32.0864)
New loads : 19 (29.2056) and 2 (31.8677)
Swap chares 78 (7.2336) and 10 (7.7467) between cores 19 (29.2056) and 2
(31.8677)
New loads : 19 (29.7187) and 2 (31.3547)
Swap chares 77 (7.2605) and 9 (7.2717) between cores 19 (29.7187) and 2
(31.3547)
New loads : 19 (29.7300) and 2 (31.3434)
Swap chares 76 (7.3012) and 8 (9.6577) between cores 19 (29.7300) and 2
(31.3434)
New loads : 19 (32.0864) and 2 (28.9869)
Swap chares 11 (7.1916) and 79 (7.4103) between cores 2 (28.9869) and 19
(32.0864)
New loads : 2 (29.2056) and 19 (31.8677)
Swap chares 10 (7.2336) and 78 (7.7467) between cores 2 (29.2056) and 19
(31.8677)
New loads : 2 (29.7187) and 19 (31.3547)
Swap chares 9 (7.2605) and 77 (7.2717) between cores 2 (29.7187) and 19
(31.3547)
New loads : 2 (29.7300) and 19 (31.3434)
Swap chares 8 (7.3012) and 76 (9.6577) between cores 2 (29.7300) and 19
(31.3434)
New loads : 2 (32.0864) and 19 (28.9869)
Swap chares 79 (7.1916) and 11 (7.4103) between cores 19 (28.9869) and 2
(32.0864)
New loads : 19 (29.2056) and 2 (31.8677)
Swap chares 78 (7.2336) and 10 (7.7467) between cores 19 (29.2056) and 2
(31.8677)
New loads : 19 (29.7187) and 2 (31.3547)
Swap chares 77 (7.2605) and 9 (7.2717) between cores 19 (29.7187) and 2
(31.3547)
New loads : 19 (29.7300) and 2 (31.3434)
Swap chares 76 (7.3012) and 8 (9.6577) between cores 19 (29.7300) and 2
(31.3434)
New loads : 19 (32.0864) and 2 (28.9869)
Swap chares 11 (7.1916) and 79 (7.4103) between cores 2 (28.9869) and 19
(32.0864)
New loads : 2 (29.2056) and 19 (31.8677)
Swap chares 10 (7.2336) and 78 (7.7467) between cores 2 (29.2056) and 19
(31.8677)
New loads : 2 (29.7187) and 19 (31.3547)
Swap chares 9 (7.2605) and 77 (7.2717) between cores 2 (29.7187) and 19
(31.3547)
New loads : 2 (29.7300) and 19 (31.3434)
Swap chares 8 (7.3012) and 76 (9.6577) between cores 2 (29.7300) and 19
(31.3434)
New loads : 2 (32.0864) and 19 (28.9869)
Swap chares 79 (7.1916) and 11 (7.4103) between cores 19 (28.9869) and 2
(32.0864)
New loads : 19 (29.2056) and 2 (31.8677)
Swap chares 78 (7.2336) and 10 (7.7467) between cores 19 (29.2056) and 2
(31.8677)
New loads : 19 (29.7187) and 2 (31.3547)
Swap chares 77 (7.2605) and 9 (7.2717) between cores 19 (29.7187) and 2
(31.3547)
New loads : 19 (29.7300) and 2 (31.3434)
Swap chares 76 (7.3012) and 8 (9.6577) between cores 19 (29.7300) and 2
(31.3434)
New loads : 19 (32.0864) and 2 (28.9869)
Swap chares 11 (7.1916) and 79 (7.4103) between cores 2 (28.9869) and 19
(32.0864)
New loads : 2 (29.2056) and 19 (31.8677)
Swap chares 10 (7.2336) and 78 (7.7467) between cores 2 (29.2056) and 19
(31.8677)
New loads : 2 (29.7187) and 19 (31.3547)
Swap chares 9 (7.2605) and 77 (7.2717) between cores 2 (29.7187) and 19
(31.3547)
New loads : 2 (29.7300) and 19 (31.3434)
Swap chares 8 (7.3012) and 76 (9.6577) between cores 2 (29.7300) and 19
(31.3434)
New loads : 2 (32.0864) and 19 (28.9869)
Swap chares 79 (7.1916) and 11 (7.4103) between cores 19 (28.9869) and 2
(32.0864)
New loads : 19 (29.2056) and 2 (31.8677)
Swap chares 78 (7.2336) and 10 (7.7467) between cores 19 (29.2056) and 2
(31.8677)
New loads : 19 (29.7187) and 2 (31.3547)
Swap chares 77 (7.2605) and 9 (7.2717) between cores 19 (29.7187) and 2
(31.3547)
New loads : 19 (29.7300) and 2 (31.3434)
Swap chares 76 (7.3012) and 8 (9.6577) between cores 19 (29.7300) and 2
(31.3434)
New loads : 19 (32.0864) and 2 (28.9869)
Swap chares 11 (7.1916) and 79 (7.4103) between cores 2 (28.9869) and 19
(32.0864)
New loads : 2 (29.2056) and 19 (31.8677)
Swap chares 10 (7.2336) and 78 (7.7467) between cores 2 (29.2056) and 19
(31.8677)
New loads : 2 (29.7187) and 19 (31.3547)
Swap chares 9 (7.2605) and 77 (7.2717) between cores 2 (29.7187) and 19
(31.3547)
New loads : 2 (29.7300) and 19 (31.3434)
=== 2 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 0 P#0 (0 chares)
=== 2 === Chare 880 (load 9.5571)

=== 2 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 2 === Chare from 1 P#1 (0 chares)
=== 2 === Chare 882 (load 7.5334)

=== 2 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 2 === Chare from 2 P#2 (0 chares)
=== 2 === Chare 881 (load 7.7467)

=== 2 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 2 === Chare from 3 P#3 (0 chares)
=== 2 === Chare 718 (load 7.4775)

=== 2 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 2 === Chare from 4 P#4 (0 chares)
=== 2 === Chare 215 (load 9.6824)

=== 2 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 2 === Chare from 5 P#5 (0 chares)
=== 2 === Chare 895 (load 9.6367)

=== 2 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 2 === Chare from 6 P#6 (0 chares)
=== 2 === Chare 331 (load 9.6600)

=== 2 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 2 === Chare from 7 P#7 (0 chares)
=== 2 === Chare 487 (load 9.5857)

=== 2 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 2 === Chare from 8 P#8 (0 chares)
=== 2 === Chare 221 (load 7.5820)

=== 2 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 9 P#9 (0 chares)
=== 2 === Chare 723 (load 7.4611)

=== 2 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 10 P#10 (0 chares)
=== 2 === Chare 988 (load 7.5356)

=== 2 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 11 P#11 (0 chares)
=== 2 === Chare 990 (load 7.5021)

=== 2 === Less loaded core 12 P#105687984 (0 chares, load: 0.0000)
=== 2 === Chare from 12 P#12 (0 chares)
=== 2 === Chare 316 (load 7.5699)

=== 2 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 13 P#13 (0 chares)
=== 2 === Chare 858 (load 7.5403)

=== 2 === Less loaded core 14 P#95149888 (0 chares, load: 0.0000)
=== 2 === Chare from 14 P#14 (0 chares)
=== 2 === Chare 572 (load 7.5689)

=== 2 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 15 P#15 (0 chares)
=== 2 === Chare 579 (load 7.5831)

=== 2 === Less loaded core 16 P#95096704 (0 chares, load: 0.0000)
=== 2 === Chare from 16 P#16 (0 chares)
=== 2 === Chare 488 (load 7.7121)

=== 2 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 17 P#17 (0 chares)
=== 2 === Chare 868 (load 7.6468)

=== 2 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 2 === Chare from 18 P#18 (0 chares)
=== 2 === Chare 4 (load 9.5333)

=== 2 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 19 P#19 (0 chares)
=== 2 === Chare 644 (load 9.6577)

=== 2 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 20 P#20 (0 chares)
=== 2 === Chare 114 (load 7.5180)

=== 2 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 21 P#21 (0 chares)
=== 2 === Chare 716 (load 9.5708)

=== 2 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 2 === Chare from 22 P#22 (0 chares)
=== 2 === Chare 498 (load 7.5790)

=== 2 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 2 === Chare from 23 P#23 (0 chares)
=== 2 === Chare 717 (load 7.5056)

=== 2 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 2 === Chare from 24 P#24 (0 chares)
=== 2 === Chare 870 (load 7.5301)

=== 2 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 2 === Chare from 25 P#25 (0 chares)
=== 2 === Chare 173 (load 7.5872)

=== 2 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 26 P#26 (0 chares)
=== 2 === Chare 887 (load 7.5562)

=== 2 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 2 === Chare from 27 P#27 (0 chares)
=== 2 === Chare 333 (load 7.5920)

=== 2 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 28 P#28 (0 chares)
=== 2 === Chare 256 (load 7.8242)

=== 2 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 29 P#29 (0 chares)
=== 2 === Chare 727 (load 7.5743)

=== 2 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 2 === Chare from 30 P#30 (0 chares)
=== 2 === Chare 637 (load 7.6299)

=== 2 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 2 === Chare from 31 P#31 (0 chares)
=== 2 === Chare 639 (load 7.5248)

=== 2 === Less loaded core 9 P#0 (1 chares, load: 7.4611)
=== 2 === Chare from 9 P#9 (1 chares)
=== 2 === Chare 722 (load 7.4593)

=== 2 === Less loaded core 3 P#6 (1 chares, load: 7.4775)
=== 2 === Chare from 3 P#3 (1 chares)
=== 2 === Chare 646 (load 7.4736)

=== 2 === Less loaded core 11 P#0 (1 chares, load: 7.5021)
=== 2 === Chare from 11 P#11 (1 chares)
=== 2 === Chare 991 (load 7.4448)

=== 2 === Less loaded core 23 P#23 (1 chares, load: 7.5056)
=== 2 === Chare from 23 P#23 (1 chares)
=== 2 === Chare 231 (load 7.4854)

=== 2 === Less loaded core 20 P#0 (1 chares, load: 7.5180)
=== 2 === Chare from 20 P#20 (1 chares)
=== 2 === Chare 491 (load 7.5118)

=== 2 === Less loaded core 31 P#32767 (1 chares, load: 7.5248)
=== 2 === Chare from 31 P#31 (1 chares)
=== 2 === Chare 482 (load 7.5225)

=== 2 === Less loaded core 24 P#24 (1 chares, load: 7.5301)
=== 2 === Chare from 24 P#24 (1 chares)
=== 2 === Chare 871 (load 7.4673)

=== 2 === Less loaded core 1 P#2 (1 chares, load: 7.5334)
=== 2 === Chare from 1 P#1 (1 chares)
=== 2 === Chare 7 (load 7.4754)

=== 2 === Less loaded core 10 P#0 (1 chares, load: 7.5356)
=== 2 === Chare from 10 P#10 (1 chares)
=== 2 === Chare 356 (load 7.4817)

=== 2 === Less loaded core 13 P#0 (1 chares, load: 7.5403)
=== 2 === Chare from 13 P#13 (1 chares)
=== 2 === Chare 859 (load 7.5370)

=== 2 === Less loaded core 26 P#1 (1 chares, load: 7.5562)
=== 2 === Chare from 26 P#26 (1 chares)
=== 2 === Chare 175 (load 7.5287)

=== 2 === Less loaded core 14 P#95149888 (1 chares, load: 7.5689)
=== 2 === Chare from 14 P#14 (1 chares)
=== 2 === Chare 573 (load 7.5616)

=== 2 === Less loaded core 12 P#105687984 (1 chares, load: 7.5699)
=== 2 === Chare from 12 P#12 (1 chares)
=== 2 === Chare 856 (load 7.5539)

=== 2 === Less loaded core 29 P#1075727375 (1 chares, load: 7.5743)
=== 2 === Chare from 29 P#29 (1 chares)
=== 2 === Chare 259 (load 7.5290)

=== 2 === Less loaded core 22 P#22 (1 chares, load: 7.5790)
=== 2 === Chare from 22 P#22 (1 chares)
=== 2 === Chare 334 (load 7.4826)

=== 2 === Less loaded core 8 P#9346032 (1 chares, load: 7.5820)
=== 2 === Chare from 8 P#8 (1 chares)
=== 2 === Chare 720 (load 7.4603)

=== 2 === Less loaded core 15 P#0 (1 chares, load: 7.5831)
=== 2 === Chare from 15 P#15 (1 chares)
=== 2 === Chare 575 (load 7.5504)

=== 2 === Less loaded core 25 P#32767 (1 chares, load: 7.5872)
=== 2 === Chare from 25 P#25 (1 chares)
=== 2 === Chare 885 (load 7.5529)

=== 2 === Less loaded core 27 P#32767 (1 chares, load: 7.5920)
=== 2 === Chare from 27 P#27 (1 chares)
=== 2 === Chare 496 (load 7.5313)

=== 2 === Less loaded core 30 P#-78976 (1 chares, load: 7.6299)
=== 2 === Chare from 30 P#30 (1 chares)
=== 2 === Chare 480 (load 7.5833)

=== 2 === Less loaded core 17 P#0 (1 chares, load: 7.6468)
=== 2 === Chare from 17 P#17 (1 chares)
=== 2 === Chare 164 (load 7.5332)

=== 2 === Less loaded core 16 P#95096704 (1 chares, load: 7.7121)
=== 2 === Chare from 16 P#16 (1 chares)
=== 2 === Chare 113 (load 7.5710)

=== 2 === Less loaded core 2 P#4 (1 chares, load: 7.7467)
=== 2 === Chare from 2 P#2 (1 chares)
=== 2 === Chare 645 (load 7.4103)

=== 2 === Less loaded core 28 P#-1610612736 (1 chares, load: 7.8242)
=== 2 === Chare from 28 P#28 (1 chares)
=== 2 === Chare 724 (load 7.6289)

=== 2 === Less loaded core 18 P#32 (1 chares, load: 9.5333)
=== 2 === Chare from 18 P#18 (1 chares)
=== 2 === Chare 626 (load 7.2775)

=== 2 === Less loaded core 0 P#0 (1 chares, load: 9.5571)
=== 2 === Chare from 0 P#0 (1 chares)
=== 2 === Chare 306 (load 7.2326)

=== 2 === Less loaded core 21 P#0 (1 chares, load: 9.5708)
=== 2 === Chare from 21 P#21 (1 chares)
=== 2 === Chare 624 (load 7.3121)

=== 2 === Less loaded core 7 P#7 (1 chares, load: 9.5857)
=== 2 === Chare from 7 P#7 (1 chares)
=== 2 === Chare 872 (load 7.2475)

=== 2 === Less loaded core 5 P#3 (1 chares, load: 9.6367)
=== 2 === Chare from 5 P#5 (1 chares)
=== 2 === Chare 892 (load 7.2135)

=== 2 === Less loaded core 19 P#0 (1 chares, load: 9.6577)
=== 2 === Chare from 19 P#19 (1 chares)
=== 2 === Chare 304 (load 7.2605)

=== 2 === Less loaded core 6 P#5 (1 chares, load: 9.6600)
=== 2 === Chare from 6 P#6 (1 chares)
=== 2 === Chare 345 (load 7.2009)

=== 2 === Less loaded core 4 P#1 (1 chares, load: 9.6824)
=== 2 === Chare from 4 P#4 (1 chares)
=== 2 === Chare 330 (load 7.1769)

=== 2 === Less loaded core 9 P#0 (2 chares, load: 14.9204)
=== 2 === Chare from 9 P#9 (2 chares)
=== 2 === Chare 222 (load 7.4449)

=== 2 === Less loaded core 11 P#0 (2 chares, load: 14.9468)
=== 2 === Chare from 11 P#11 (2 chares)
=== 2 === Chare 358 (load 7.4418)

=== 2 === Less loaded core 3 P#6 (2 chares, load: 14.9511)
=== 2 === Chare from 3 P#3 (2 chares)
=== 2 === Chare 719 (load 7.4572)

=== 2 === Less loaded core 23 P#23 (2 chares, load: 14.9910)
=== 2 === Chare from 23 P#23 (2 chares)
=== 2 === Chare 5 (load 7.4648)

=== 2 === Less loaded core 24 P#24 (2 chares, load: 14.9975)
=== 2 === Chare from 24 P#24 (2 chares)
=== 2 === Chare 166 (load 7.4588)

=== 2 === Less loaded core 1 P#2 (2 chares, load: 15.0088)
=== 2 === Chare from 1 P#1 (2 chares)
=== 2 === Chare 883 (load 7.4379)

=== 2 === Less loaded core 10 P#0 (2 chares, load: 15.0173)
=== 2 === Chare from 10 P#10 (2 chares)
=== 2 === Chare 989 (load 7.4627)

=== 2 === Less loaded core 20 P#0 (2 chares, load: 15.0298)
=== 2 === Chare from 20 P#20 (2 chares)
=== 2 === Chare 490 (load 7.4869)

=== 2 === Less loaded core 8 P#9346032 (2 chares, load: 15.0423)
=== 2 === Chare from 8 P#8 (2 chares)
=== 2 === Chare 721 (load 7.4556)

=== 2 === Less loaded core 31 P#32767 (2 chares, load: 15.0473)
=== 2 === Chare from 31 P#31 (2 chares)
=== 2 === Chare 638 (load 7.4783)

=== 2 === Less loaded core 22 P#22 (2 chares, load: 15.0616)
=== 2 === Chare from 22 P#22 (2 chares)
=== 2 === Chare 335 (load 7.4680)

=== 2 === Less loaded core 13 P#0 (2 chares, load: 15.0772)
=== 2 === Chare from 13 P#13 (2 chares)
=== 2 === Chare 319 (load 7.5068)

=== 2 === Less loaded core 26 P#2 (2 chares, load: 15.0849)
=== 2 === Chare from 26 P#26 (2 chares)
=== 2 === Chare 886 (load 7.4965)

=== 2 === Less loaded core 29 P#1076770015 (2 chares, load: 15.1033)
=== 2 === Chare from 29 P#29 (2 chares)
=== 2 === Chare 258 (load 7.5283)

=== 2 === Less loaded core 27 P#32767 (2 chares, load: 15.1232)
=== 2 === Chare from 27 P#27 (2 chares)
=== 2 === Chare 332 (load 7.5205)

=== 2 === Less loaded core 12 P#105687984 (2 chares, load: 15.1238)
=== 2 === Chare from 12 P#12 (2 chares)
=== 2 === Chare 317 (load 7.5316)

=== 2 === Less loaded core 14 P#95149888 (2 chares, load: 15.1305)
=== 2 === Chare from 14 P#14 (2 chares)
=== 2 === Chare 576 (load 7.5234)

=== 2 === Less loaded core 15 P#0 (2 chares, load: 15.1335)
=== 2 === Chare from 15 P#15 (2 chares)
=== 2 === Chare 574 (load 7.5306)

=== 2 === Less loaded core 25 P#32767 (2 chares, load: 15.1401)
=== 2 === Chare from 25 P#25 (2 chares)
=== 2 === Chare 884 (load 7.5044)

=== 2 === Less loaded core 2 P#4 (2 chares, load: 15.1570)
=== 2 === Chare from 2 P#2 (2 chares)
=== 2 === Chare 347 (load 7.3012)

=== 2 === Less loaded core 17 P#0 (2 chares, load: 15.1800)
=== 2 === Chare from 17 P#17 (2 chares)
=== 2 === Chare 869 (load 7.5277)

=== 2 === Less loaded core 30 P#-78976 (2 chares, load: 15.2132)
=== 2 === Chare from 30 P#30 (2 chares)
=== 2 === Chare 636 (load 7.5482)

=== 2 === Less loaded core 16 P#95096704 (2 chares, load: 15.2831)
=== 2 === Chare from 16 P#16 (2 chares)
=== 2 === Chare 489 (load 7.5537)

=== 2 === Less loaded core 28 P#1610612736 (2 chares, load: 15.4532)
=== 2 === Chare from 28 P#28 (2 chares)
=== 2 === Chare 725 (load 7.5713)

=== 2 === Less loaded core 0 P#0 (2 chares, load: 16.7898)
=== 2 === Chare from 0 P#0 (2 chares)
=== 2 === Chare 484 (load 7.1888)

=== 2 === Less loaded core 18 P#32 (2 chares, load: 16.8109)
=== 2 === Chare from 18 P#18 (2 chares)
=== 2 === Chare 627 (load 7.2237)

=== 2 === Less loaded core 7 P#7 (2 chares, load: 16.8333)
=== 2 === Chare from 7 P#7 (2 chares)
=== 2 === Chare 486 (load 7.1850)

=== 2 === Less loaded core 5 P#3 (2 chares, load: 16.8502)
=== 2 === Chare from 5 P#5 (2 chares)
=== 2 === Chare 893 (load 7.1835)

=== 2 === Less loaded core 4 P#1 (2 chares, load: 16.8593)
=== 2 === Chare from 4 P#4 (2 chares)
=== 2 === Chare 213 (load 7.1726)

=== 2 === Less loaded core 6 P#5 (2 chares, load: 16.8609)
=== 2 === Chare from 6 P#6 (2 chares)
=== 2 === Chare 214 (load 7.1875)

=== 2 === Less loaded core 21 P#0 (2 chares, load: 16.8829)
=== 2 === Chare from 21 P#21 (2 chares)
=== 2 === Chare 873 (load 7.2367)

=== 2 === Less loaded core 19 P#0 (2 chares, load: 16.9182)
=== 2 === Chare from 19 P#19 (2 chares)
=== 2 === Chare 305 (load 7.2336)

=== 2 === Less loaded core 9 P#0 (3 chares, load: 22.3654)
=== 2 === Chare from 9 P#9 (3 chares)
=== 2 === Chare 223 (load 7.4010)

=== 2 === Less loaded core 11 P#0 (3 chares, load: 22.3887)
=== 2 === Chare from 11 P#11 (3 chares)
=== 2 === Chare 359 (load 7.4413)

=== 2 === Less loaded core 3 P#6 (3 chares, load: 22.4082)
=== 2 === Chare from 3 P#3 (3 chares)
=== 2 === Chare 647 (load 7.4179)

=== 2 === Less loaded core 1 P#2 (3 chares, load: 22.4467)
=== 2 === Chare from 1 P#1 (3 chares)
=== 2 === Chare 6 (load 7.4180)

=== 2 === Less loaded core 23 P#23 (3 chares, load: 22.4558)
=== 2 === Chare from 23 P#23 (3 chares)
=== 2 === Chare 344 (load 7.3072)

=== 2 === Less loaded core 24 P#24 (3 chares, load: 22.4563)
=== 2 === Chare from 24 P#24 (3 chares)
=== 2 === Chare 167 (load 7.4410)

=== 2 === Less loaded core 2 P#4 (3 chares, load: 22.4582)
=== 2 === Chare from 2 P#2 (3 chares)
=== 2 === Chare 875 (load 7.2717)

=== 2 === Less loaded core 10 P#0 (3 chares, load: 22.4800)
=== 2 === Chare from 10 P#10 (3 chares)
=== 2 === Chare 357 (load 7.4072)

=== 2 === Less loaded core 8 P#9346032 (3 chares, load: 22.4980)
=== 2 === Chare from 8 P#8 (3 chares)
=== 2 === Chare 220 (load 7.4090)

=== 2 === Less loaded core 20 P#0 (3 chares, load: 22.5166)
=== 2 === Chare from 20 P#20 (3 chares)
=== 2 === Chare 115 (load 7.4372)

=== 2 === Less loaded core 31 P#32767 (3 chares, load: 22.5256)
=== 2 === Chare from 31 P#31 (3 chares)
=== 2 === Chare 483 (load 7.4771)

=== 2 === Less loaded core 22 P#22 (3 chares, load: 22.5296)
=== 2 === Chare from 22 P#22 (3 chares)
=== 2 === Chare 499 (load 7.4126)

=== 2 === Less loaded core 26 P#3 (3 chares, load: 22.5814)
=== 2 === Chare from 26 P#26 (3 chares)
=== 2 === Chare 174 (load 7.4495)

=== 2 === Less loaded core 13 P#0 (3 chares, load: 22.5841)
=== 2 === Chare from 13 P#13 (3 chares)
=== 2 === Chare 318 (load 7.4570)

=== 2 === Less loaded core 29 P#1077322161 (3 chares, load: 22.6316)
=== 2 === Chare from 29 P#29 (3 chares)
=== 2 === Chare 726 (load 7.4758)

=== 2 === Less loaded core 27 P#32767 (3 chares, load: 22.6437)
=== 2 === Chare from 27 P#27 (3 chares)
=== 2 === Chare 497 (load 7.4994)

=== 2 === Less loaded core 25 P#32767 (3 chares, load: 22.6444)
=== 2 === Chare from 25 P#25 (3 chares)
=== 2 === Chare 172 (load 7.4953)

=== 2 === Less loaded core 14 P#95149888 (3 chares, load: 22.6538)
=== 2 === Chare from 14 P#14 (3 chares)
=== 2 === Chare 577 (load 7.5205)

=== 2 === Less loaded core 12 P#105687984 (3 chares, load: 22.6554)
=== 2 === Chare from 12 P#12 (3 chares)
=== 2 === Chare 857 (load 7.5123)

=== 2 === Less loaded core 15 P#0 (3 chares, load: 22.6640)
=== 2 === Chare from 15 P#15 (3 chares)
=== 2 === Chare 578 (load 7.5240)

=== 2 === Less loaded core 17 P#0 (3 chares, load: 22.7077)
=== 2 === Chare from 17 P#17 (3 chares)
=== 2 === Chare 165 (load 7.4984)

=== 2 === Less loaded core 30 P#-78976 (3 chares, load: 22.7614)
=== 2 === Chare from 30 P#30 (3 chares)
=== 2 === Chare 481 (load 7.5005)

=== 2 === Less loaded core 16 P#95096704 (3 chares, load: 22.8368)
=== 2 === Chare from 16 P#16 (3 chares)
=== 2 === Chare 112 (load 7.5207)

=== 2 === Less loaded core 28 P#-134217728 (3 chares, load: 23.0245)
=== 2 === Chare from 28 P#28 (3 chares)
=== 2 === Chare 257 (load 7.5597)

=== 2 === Less loaded core 0 P#0 (3 chares, load: 23.9786)
=== 2 === Chare from 0 P#0 (3 chares)
=== 2 === Chare 329 (load 7.1526)

=== 2 === Less loaded core 7 P#7 (3 chares, load: 24.0183)
=== 2 === Chare from 7 P#7 (3 chares)
=== 2 === Chare 485 (load 7.1629)

=== 2 === Less loaded core 4 P#1 (3 chares, load: 24.0319)
=== 2 === Chare from 4 P#4 (3 chares)
=== 2 === Chare 328 (load 7.1658)

=== 2 === Less loaded core 5 P#3 (3 chares, load: 24.0337)
=== 2 === Chare from 5 P#5 (3 chares)
=== 2 === Chare 894 (load 7.1737)

=== 2 === Less loaded core 18 P#32 (3 chares, load: 24.0346)
=== 2 === Chare from 18 P#18 (3 chares)
=== 2 === Chare 874 (load 7.1698)

=== 2 === Less loaded core 6 P#5 (3 chares, load: 24.0484)
=== 2 === Chare from 6 P#6 (3 chares)
=== 2 === Chare 212 (load 7.1727)

=== 2 === Less loaded core 21 P#0 (3 chares, load: 24.1196)
=== 2 === Chare from 21 P#21 (3 chares)
=== 2 === Chare 625 (load 7.2152)

=== 2 === Less loaded core 19 P#0 (3 chares, load: 24.1518)
=== 2 === Chare from 19 P#19 (3 chares)
=== 2 === Chare 307 (load 7.1916)

[DEBUG] GetBackPlacement from node 3
120 9.5916
0 9.5865
121 7.5400
1 7.5055
122 7.6026
3 7.5135
2 7.4766
123 7.4702
60 9.6719
92 9.5922
93 7.5042
61 7.4814
95 7.5755
94 7.5341
63 7.4865
62 7.4770
69 7.6498
5 7.6076
4 7.4706
68 7.4358
6 7.5157
71 7.4644
7 7.4603
70 7.4445
21 7.5896
49 7.5313
48 7.4740
20 7.4234
23 7.5607
51 7.5597
50 7.4964
22 7.4854
13 7.7414
89 7.6663
88 7.6361
12 7.6324
14 7.6867
91 7.6479
15 7.6262
90 7.5878
36 7.6224
37 7.5821
65 7.5552
64 7.5182
38 7.6839
66 7.5529
67 7.5176
39 7.4818
16 7.6785
17 7.6409
53 7.6384
52 7.6225
55 7.6247
18 7.6195
19 7.5774
54 7.5759
41 7.6262
40 7.5790
100 7.5722
101 7.5415
43 7.5965
103 7.5785
42 7.5522
102 7.5050
45 7.5911
44 7.5375
8 7.5359
9 7.4918
10 7.5463
46 7.5205
47 7.4501
11 7.4460
84 7.6207
85 7.5970
77 7.5361
76 7.5153
78 7.5502
86 7.5401
87 7.5217
79 7.5028
80 7.6473
81 7.6013
73 7.5841
72 7.5687
83 7.6403
82 7.5725
75 7.5616
74 7.5092
96 7.5690
97 7.5661
108 7.5208
109 7.5136
99 7.5735
111 7.5534
110 7.5134
98 7.4865
24 7.3386
116 7.2825
117 7.2697
25 7.2575
119 7.3098
26 7.2348
27 7.1974
118 7.1849
29 7.3432
125 7.3064
28 7.2944
124 7.2697
127 7.5038
31 7.2713
30 7.2324
126 7.2124
33 7.5105
105 7.2934
104 7.2621
32 7.1988
107 9.6820
35 9.6277
106 7.2652
34 7.2166
57 7.2251
56 7.2147
112 7.2094
113 7.1962
115 9.5996
59 9.5922
114 7.2159
58 7.1987
Core 0 load 34.2235
Core 1 load 30.0629
Core 2 load 34.2498
Core 3 load 30.0732
Core 4 load 30.1638
Core 5 load 29.8849
Core 6 load 30.0184
Core 7 load 30.1022
Core 8 load 30.6762
Core 9 load 30.5485
Core 10 load 30.2778
Core 11 load 30.2361
Core 12 load 30.5803
Core 13 load 30.3976
Core 14 load 30.3189
Core 15 load 30.2322
Core 16 load 30.1563
Core 17 load 29.9629
Core 18 load 30.2691
Core 19 load 30.1148
Core 20 load 30.4014
Core 21 load 30.2837
Core 22 load 30.1694
Core 23 load 30.1268
Core 24 load 29.1482
Core 25 load 28.9270
Core 26 load 29.2137
Core 27 load 29.2200
Core 28 load 29.2647
Core 29 load 33.7915
Core 30 load 28.8454
Core 31 load 33.6064
Avg load 30.4859 in [29.5713 ; 31.4004 ]
Swap chares 123 (7.1962) and 11 (7.4814) between cores 30 (28.8454) and 2
(34.2498)
New loads : 30 (29.1306) and 2 (33.9645)
Swap chares 103 (7.1849) and 3 (7.5055) between cores 25 (28.9270) and 0
(34.2235)
New loads : 25 (29.2476) and 0 (33.9029)
Swap chares 122 (7.2094) and 10 (7.5042) between cores 30 (29.1306) and 2
(33.9645)
New loads : 30 (29.4254) and 2 (33.6697)
Swap chares 98 (7.2697) and 2 (7.5400) between cores 24 (29.1482) and 0
(33.9029)
New loads : 24 (29.4185) and 0 (33.6326)
Swap chares 105 (7.3064) and 117 (9.6277) between cores 26 (29.2137) and 29
(33.7915)
New loads : 26 (31.5350) and 29 (31.4702)
Swap chares 109 (7.2713) and 9 (9.5922) between cores 27 (29.2200) and 2
(33.6697)
New loads : 27 (31.5409) and 2 (31.3488)
Swap chares 102 (7.1974) and 2 (7.2697) between cores 25 (29.2476) and 0
(33.6326)
New loads : 25 (29.3198) and 0 (33.5603)
Swap chares 113 (7.2934) and 125 (9.5922) between cores 28 (29.2647) and 31
(33.6064)
New loads : 28 (31.5636) and 31 (31.3075)
Swap chares 101 (7.2348) and 1 (9.5865) between cores 25 (29.3198) and 0
(33.5603)
New loads : 25 (31.6714) and 0 (31.2087)
Swap chares 99 (7.2575) and 103 (7.5055) between cores 24 (29.4185) and 25
(31.6714)
New loads : 24 (29.6665) and 25 (31.4234)
Swap chares 121 (7.2147) and 113 (9.5922) between cores 30 (29.4254) and 28
(31.5636)
New loads : 30 (31.8030) and 28 (29.1861)
Swap chares 115 (7.1988) and 123 (7.4814) between cores 28 (29.1861) and 30
(31.8030)
New loads : 28 (29.4687) and 30 (31.5203)
Swap chares 113 (7.2147) and 109 (9.5922) between cores 28 (29.4687) and 27
(31.5409)
New loads : 28 (31.8463) and 27 (29.1634)
Swap chares 111 (7.2124) and 115 (7.4814) between cores 27 (29.1634) and 28
(31.8463)
New loads : 27 (29.4323) and 28 (31.5773)
Swap chares 110 (7.2324) and 114 (7.2621) between cores 27 (29.4323) and 28
(31.5773)
New loads : 27 (29.4621) and 28 (31.5476)
Swap chares 109 (7.2147) and 113 (9.5922) between cores 27 (29.4621) and 28
(31.5476)
New loads : 27 (31.8396) and 28 (29.1700)
Swap chares 115 (7.2124) and 111 (7.4814) between cores 28 (29.1700) and 27
(31.8396)
New loads : 28 (29.4390) and 27 (31.5706)
Swap chares 114 (7.2324) and 110 (7.2621) between cores 28 (29.4390) and 27
(31.5706)
New loads : 28 (29.4687) and 27 (31.5409)
Swap chares 113 (7.2147) and 109 (9.5922) between cores 28 (29.4687) and 27
(31.5409)
New loads : 28 (31.8463) and 27 (29.1634)
Swap chares 111 (7.2124) and 115 (7.4814) between cores 27 (29.1634) and 28
(31.8463)
New loads : 27 (29.4323) and 28 (31.5773)
Swap chares 110 (7.2324) and 114 (7.2621) between cores 27 (29.4323) and 28
(31.5773)
New loads : 27 (29.4621) and 28 (31.5476)
Swap chares 109 (7.2147) and 113 (9.5922) between cores 27 (29.4621) and 28
(31.5476)
New loads : 27 (31.8396) and 28 (29.1700)
Swap chares 115 (7.2124) and 111 (7.4814) between cores 28 (29.1700) and 27
(31.8396)
New loads : 28 (29.4390) and 27 (31.5706)
Swap chares 114 (7.2324) and 110 (7.2621) between cores 28 (29.4390) and 27
(31.5706)
New loads : 28 (29.4687) and 27 (31.5409)
Swap chares 113 (7.2147) and 109 (9.5922) between cores 28 (29.4687) and 27
(31.5409)
New loads : 28 (31.8463) and 27 (29.1634)
Swap chares 111 (7.2124) and 115 (7.4814) between cores 27 (29.1634) and 28
(31.8463)
New loads : 27 (29.4323) and 28 (31.5773)
Swap chares 110 (7.2324) and 114 (7.2621) between cores 27 (29.4323) and 28
(31.5773)
New loads : 27 (29.4621) and 28 (31.5476)
Swap chares 109 (7.2147) and 113 (9.5922) between cores 27 (29.4621) and 28
(31.5476)
New loads : 27 (31.8396) and 28 (29.1700)
Swap chares 115 (7.2124) and 111 (7.4814) between cores 28 (29.1700) and 27
(31.8396)
New loads : 28 (29.4390) and 27 (31.5706)
Swap chares 114 (7.2324) and 110 (7.2621) between cores 28 (29.4390) and 27
(31.5706)
New loads : 28 (29.4687) and 27 (31.5409)
Swap chares 113 (7.2147) and 109 (9.5922) between cores 28 (29.4687) and 27
(31.5409)
New loads : 28 (31.8463) and 27 (29.1634)
Swap chares 111 (7.2124) and 115 (7.4814) between cores 27 (29.1634) and 28
(31.8463)
New loads : 27 (29.4323) and 28 (31.5773)
Swap chares 110 (7.2324) and 114 (7.2621) between cores 27 (29.4323) and 28
(31.5773)
New loads : 27 (29.4621) and 28 (31.5476)
Swap chares 109 (7.2147) and 113 (9.5922) between cores 27 (29.4621) and 28
(31.5476)
New loads : 27 (31.8396) and 28 (29.1700)
Swap chares 115 (7.2124) and 111 (7.4814) between cores 28 (29.1700) and 27
(31.8396)
New loads : 28 (29.4390) and 27 (31.5706)
Swap chares 114 (7.2324) and 110 (7.2621) between cores 28 (29.4390) and 27
(31.5706)
New loads : 28 (29.4687) and 27 (31.5409)
Swap chares 113 (7.2147) and 109 (9.5922) between cores 28 (29.4687) and 27
(31.5409)
New loads : 28 (31.8463) and 27 (29.1634)
Swap chares 111 (7.2124) and 115 (7.4814) between cores 27 (29.1634) and 28
(31.8463)
New loads : 27 (29.4323) and 28 (31.5773)
Swap chares 110 (7.2324) and 114 (7.2621) between cores 27 (29.4323) and 28
(31.5773)
New loads : 27 (29.4621) and 28 (31.5476)
Swap chares 109 (7.2147) and 113 (9.5922) between cores 27 (29.4621) and 28
(31.5476)
New loads : 27 (31.8396) and 28 (29.1700)
Swap chares 115 (7.2124) and 111 (7.4814) between cores 28 (29.1700) and 27
(31.8396)
New loads : 28 (29.4390) and 27 (31.5706)
Swap chares 114 (7.2324) and 110 (7.2621) between cores 28 (29.4390) and 27
(31.5706)
New loads : 28 (29.4687) and 27 (31.5409)
Swap chares 113 (7.2147) and 109 (9.5922) between cores 28 (29.4687) and 27
(31.5409)
New loads : 28 (31.8463) and 27 (29.1634)
Swap chares 111 (7.2124) and 115 (7.4814) between cores 27 (29.1634) and 28
(31.8463)
New loads : 27 (29.4323) and 28 (31.5773)
Swap chares 110 (7.2324) and 114 (7.2621) between cores 27 (29.4323) and 28
(31.5773)
New loads : 27 (29.4621) and 28 (31.5476)
Swap chares 109 (7.2147) and 113 (9.5922) between cores 27 (29.4621) and 28
(31.5476)
New loads : 27 (31.8396) and 28 (29.1700)
Swap chares 115 (7.2124) and 111 (7.4814) between cores 28 (29.1700) and 27
(31.8396)
New loads : 28 (29.4390) and 27 (31.5706)
Swap chares 114 (7.2324) and 110 (7.2621) between cores 28 (29.4390) and 27
(31.5706)
New loads : 28 (29.4687) and 27 (31.5409)
Swap chares 113 (7.2147) and 109 (9.5922) between cores 28 (29.4687) and 27
(31.5409)
New loads : 28 (31.8463) and 27 (29.1634)
Swap chares 111 (7.2124) and 115 (7.4814) between cores 27 (29.1634) and 28
(31.8463)
New loads : 27 (29.4323) and 28 (31.5773)
Swap chares 110 (7.2324) and 114 (7.2621) between cores 27 (29.4323) and 28
(31.5773)
New loads : 27 (29.4621) and 28 (31.5476)
Swap chares 109 (7.2147) and 113 (9.5922) between cores 27 (29.4621) and 28
(31.5476)
New loads : 27 (31.8396) and 28 (29.1700)
Swap chares 115 (7.2124) and 111 (7.4814) between cores 28 (29.1700) and 27
(31.8396)
New loads : 28 (29.4390) and 27 (31.5706)
Swap chares 114 (7.2324) and 110 (7.2621) between cores 28 (29.4390) and 27
(31.5706)
New loads : 28 (29.4687) and 27 (31.5409)
Swap chares 113 (7.2147) and 109 (9.5922) between cores 28 (29.4687) and 27
(31.5409)
New loads : 28 (31.8463) and 27 (29.1634)
Swap chares 111 (7.2124) and 115 (7.4814) between cores 27 (29.1634) and 28
(31.8463)
New loads : 27 (29.4323) and 28 (31.5773)
Swap chares 110 (7.2324) and 114 (7.2621) between cores 27 (29.4323) and 28
(31.5773)
New loads : 27 (29.4621) and 28 (31.5476)
Swap chares 109 (7.2147) and 113 (9.5922) between cores 27 (29.4621) and 28
(31.5476)
New loads : 27 (31.8396) and 28 (29.1700)
Swap chares 115 (7.2124) and 111 (7.4814) between cores 28 (29.1700) and 27
(31.8396)
New loads : 28 (29.4390) and 27 (31.5706)
Swap chares 114 (7.2324) and 110 (7.2621) between cores 28 (29.4390) and 27
(31.5706)
New loads : 28 (29.4687) and 27 (31.5409)
Swap chares 113 (7.2147) and 109 (9.5922) between cores 28 (29.4687) and 27
(31.5409)
New loads : 28 (31.8463) and 27 (29.1634)
Swap chares 111 (7.2124) and 115 (7.4814) between cores 27 (29.1634) and 28
(31.8463)
New loads : 27 (29.4323) and 28 (31.5773)
Swap chares 110 (7.2324) and 114 (7.2621) between cores 27 (29.4323) and 28
(31.5773)
New loads : 27 (29.4621) and 28 (31.5476)
Swap chares 109 (7.2147) and 113 (9.5922) between cores 27 (29.4621) and 28
(31.5476)
New loads : 27 (31.8396) and 28 (29.1700)
=== 3 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 0 P#0 (0 chares)
=== 3 === Chare 852 (load 9.5916)

=== 3 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 3 === Chare from 1 P#1 (0 chares)
=== 3 === Chare 854 (load 7.6026)

=== 3 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 3 === Chare from 2 P#2 (0 chares)
=== 3 === Chare 464 (load 9.6719)

=== 3 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 3 === Chare from 3 P#3 (0 chares)
=== 3 === Chare 747 (load 7.5755)

=== 3 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 3 === Chare from 4 P#4 (0 chares)
=== 3 === Chare 557 (load 7.6498)

=== 3 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 3 === Chare from 5 P#5 (0 chares)
=== 3 === Chare 126 (load 7.5157)

=== 3 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 3 === Chare from 6 P#6 (0 chares)
=== 3 === Chare 225 (load 7.5896)

=== 3 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 3 === Chare from 7 P#7 (0 chares)
=== 3 === Chare 227 (load 7.5607)

=== 3 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 3 === Chare from 8 P#8 (0 chares)
=== 3 === Chare 197 (load 7.7414)

=== 3 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 9 P#9 (0 chares)
=== 3 === Chare 198 (load 7.6867)

=== 3 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 10 P#10 (0 chares)
=== 3 === Chare 300 (load 7.6224)

=== 3 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 11 P#11 (0 chares)
=== 3 === Chare 302 (load 7.6839)

=== 3 === Less loaded core 12 P#105958096 (0 chares, load: 0.0000)
=== 3 === Chare from 12 P#12 (0 chares)
=== 3 === Chare 200 (load 7.6785)

=== 3 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 13 P#13 (0 chares)
=== 3 === Chare 387 (load 7.6247)

=== 3 === Less loaded core 14 P#95135296 (0 chares, load: 0.0000)
=== 3 === Chare from 14 P#14 (0 chares)
=== 3 === Chare 309 (load 7.6262)

=== 3 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 15 P#15 (0 chares)
=== 3 === Chare 311 (load 7.5965)

=== 3 === Less loaded core 16 P#95096704 (0 chares, load: 0.0000)
=== 3 === Chare from 16 P#16 (0 chares)
=== 3 === Chare 313 (load 7.5911)

=== 3 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 17 P#17 (0 chares)
=== 3 === Chare 130 (load 7.5463)

=== 3 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 3 === Chare from 18 P#18 (0 chares)
=== 3 === Chare 676 (load 7.6207)

=== 3 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 19 P#19 (0 chares)
=== 3 === Chare 666 (load 7.5502)

=== 3 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 20 P#20 (0 chares)
=== 3 === Chare 672 (load 7.6473)

=== 3 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 21 P#21 (0 chares)
=== 3 === Chare 675 (load 7.6403)

=== 3 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 3 === Chare from 22 P#22 (0 chares)
=== 3 === Chare 752 (load 7.5690)

=== 3 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 3 === Chare from 23 P#23 (0 chares)
=== 3 === Chare 755 (load 7.5735)

=== 3 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 3 === Chare from 24 P#24 (0 chares)
=== 3 === Chare 853 (load 7.5400)

=== 3 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 3 === Chare from 25 P#25 (0 chares)
=== 3 === Chare 108 (load 9.5865)

=== 3 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 26 P#26 (0 chares)
=== 3 === Chare 299 (load 9.6277)

=== 3 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 3 === Chare from 27 P#27 (0 chares)
=== 3 === Chare 744 (load 9.5922)

=== 3 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 28 P#28 (0 chares)
=== 3 === Chare 297 (load 7.5105)

=== 3 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 29 P#29 (0 chares)
=== 3 === Chare 767 (load 9.6820)

=== 3 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 3 === Chare from 30 P#30 (0 chares)
=== 3 === Chare 395 (load 9.5922)

=== 3 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 3 === Chare from 31 P#31 (0 chares)
=== 3 === Chare 775 (load 9.5996)

=== 3 === Less loaded core 28 P#-2147483648 (1 chares, load: 7.5105)
=== 3 === Chare from 28 P#28 (1 chares)
=== 3 === Chare 290 (load 7.2324)

=== 3 === Less loaded core 5 P#3 (1 chares, load: 7.5157)
=== 3 === Chare from 5 P#5 (1 chares)
=== 3 === Chare 559 (load 7.4644)

=== 3 === Less loaded core 24 P#24 (1 chares, load: 7.5400)
=== 3 === Chare from 24 P#24 (1 chares)
=== 3 === Chare 109 (load 7.5055)

=== 3 === Less loaded core 17 P#0 (1 chares, load: 7.5463)
=== 3 === Chare from 17 P#17 (1 chares)
=== 3 === Chare 314 (load 7.5205)

=== 3 === Less loaded core 19 P#0 (1 chares, load: 7.5502)
=== 3 === Chare from 19 P#19 (1 chares)
=== 3 === Chare 678 (load 7.5401)

=== 3 === Less loaded core 7 P#7 (1 chares, load: 7.5607)
=== 3 === Chare from 7 P#7 (1 chares)
=== 3 === Chare 355 (load 7.5597)

=== 3 === Less loaded core 22 P#22 (1 chares, load: 7.5690)
=== 3 === Chare from 22 P#22 (1 chares)
=== 3 === Chare 753 (load 7.5661)

=== 3 === Less loaded core 23 P#23 (1 chares, load: 7.5735)
=== 3 === Chare from 23 P#23 (1 chares)
=== 3 === Chare 771 (load 7.5534)

=== 3 === Less loaded core 3 P#6 (1 chares, load: 7.5755)
=== 3 === Chare from 3 P#3 (1 chares)
=== 3 === Chare 746 (load 7.5341)

=== 3 === Less loaded core 6 P#5 (1 chares, load: 7.5896)
=== 3 === Chare from 6 P#6 (1 chares)
=== 3 === Chare 353 (load 7.5313)

=== 3 === Less loaded core 16 P#95096704 (1 chares, load: 7.5911)
=== 3 === Chare from 16 P#16 (1 chares)
=== 3 === Chare 312 (load 7.5375)

=== 3 === Less loaded core 15 P#0 (1 chares, load: 7.5965)
=== 3 === Chare from 15 P#15 (1 chares)
=== 3 === Chare 763 (load 7.5785)

=== 3 === Less loaded core 1 P#2 (1 chares, load: 7.6026)
=== 3 === Chare from 1 P#1 (1 chares)
=== 3 === Chare 111 (load 7.5135)

=== 3 === Less loaded core 18 P#32 (1 chares, load: 7.6207)
=== 3 === Chare from 18 P#18 (1 chares)
=== 3 === Chare 677 (load 7.5970)

=== 3 === Less loaded core 10 P#0 (1 chares, load: 7.6224)
=== 3 === Chare from 10 P#10 (1 chares)
=== 3 === Chare 301 (load 7.5821)

=== 3 === Less loaded core 13 P#0 (1 chares, load: 7.6247)
=== 3 === Chare from 13 P#13 (1 chares)
=== 3 === Chare 202 (load 7.6195)

=== 3 === Less loaded core 14 P#95135296 (1 chares, load: 7.6262)
=== 3 === Chare from 14 P#14 (1 chares)
=== 3 === Chare 308 (load 7.5790)

=== 3 === Less loaded core 21 P#0 (1 chares, load: 7.6403)
=== 3 === Chare from 21 P#21 (1 chares)
=== 3 === Chare 674 (load 7.5725)

=== 3 === Less loaded core 20 P#0 (1 chares, load: 7.6473)
=== 3 === Chare from 20 P#20 (1 chares)
=== 3 === Chare 673 (load 7.6013)

=== 3 === Less loaded core 4 P#1 (1 chares, load: 7.6498)
=== 3 === Chare from 4 P#4 (1 chares)
=== 3 === Chare 125 (load 7.6076)

=== 3 === Less loaded core 12 P#105958096 (1 chares, load: 7.6785)
=== 3 === Chare from 12 P#12 (1 chares)
=== 3 === Chare 201 (load 7.6409)

=== 3 === Less loaded core 11 P#0 (1 chares, load: 7.6839)
=== 3 === Chare from 11 P#11 (1 chares)
=== 3 === Chare 494 (load 7.5529)

=== 3 === Less loaded core 9 P#0 (1 chares, load: 7.6867)
=== 3 === Chare from 9 P#9 (1 chares)
=== 3 === Chare 683 (load 7.6479)

=== 3 === Less loaded core 8 P#9346032 (1 chares, load: 7.7414)
=== 3 === Chare from 8 P#8 (1 chares)
=== 3 === Chare 681 (load 7.6663)

=== 3 === Less loaded core 25 P#32767 (1 chares, load: 9.5865)
=== 3 === Chare from 25 P#25 (1 chares)
=== 3 === Chare 851 (load 7.3098)

=== 3 === Less loaded core 0 P#0 (1 chares, load: 9.5916)
=== 3 === Chare from 0 P#0 (1 chares)
=== 3 === Chare 286 (load 7.2348)

=== 3 === Less loaded core 27 P#32767 (1 chares, load: 9.5922)
=== 3 === Chare from 27 P#27 (1 chares)
=== 3 === Chare 863 (load 7.5038)

=== 3 === Less loaded core 30 P#-78976 (1 chares, load: 9.5922)
=== 3 === Chare from 30 P#30 (1 chares)
=== 3 === Chare 745 (load 7.5042)

=== 3 === Less loaded core 31 P#32767 (1 chares, load: 9.5996)
=== 3 === Chare from 31 P#31 (1 chares)
=== 3 === Chare 765 (load 7.2934)

=== 3 === Less loaded core 26 P#1 (1 chares, load: 9.6277)
=== 3 === Chare from 26 P#26 (1 chares)
=== 3 === Chare 289 (load 7.3432)

=== 3 === Less loaded core 2 P#4 (1 chares, load: 9.6719)
=== 3 === Chare from 2 P#2 (1 chares)
=== 3 === Chare 291 (load 7.2713)

=== 3 === Less loaded core 29 P#1076059440 (1 chares, load: 9.6820)
=== 3 === Chare from 29 P#29 (1 chares)
=== 3 === Chare 861 (load 7.3064)

=== 3 === Less loaded core 28 P#-268435456 (2 chares, load: 14.7429)
=== 3 === Chare from 28 P#28 (2 chares)
=== 3 === Chare 392 (load 7.2147)

=== 3 === Less loaded core 5 P#3 (2 chares, load: 14.9801)
=== 3 === Chare from 5 P#5 (2 chares)
=== 3 === Chare 127 (load 7.4603)

=== 3 === Less loaded core 24 P#24 (2 chares, load: 15.0455)
=== 3 === Chare from 24 P#24 (2 chares)
=== 3 === Chare 284 (load 7.3386)

=== 3 === Less loaded core 17 P#0 (2 chares, load: 15.0668)
=== 3 === Chare from 17 P#17 (2 chares)
=== 3 === Chare 315 (load 7.4501)

=== 3 === Less loaded core 19 P#0 (2 chares, load: 15.0903)
=== 3 === Chare from 19 P#19 (2 chares)
=== 3 === Chare 679 (load 7.5217)

=== 3 === Less loaded core 3 P#6 (2 chares, load: 15.1096)
=== 3 === Chare from 3 P#3 (2 chares)
=== 3 === Chare 467 (load 7.4865)

=== 3 === Less loaded core 1 P#2 (2 chares, load: 15.1161)
=== 3 === Chare from 1 P#1 (2 chares)
=== 3 === Chare 110 (load 7.4766)

=== 3 === Less loaded core 7 P#7 (2 chares, load: 15.1204)
=== 3 === Chare from 7 P#7 (2 chares)
=== 3 === Chare 354 (load 7.4964)

=== 3 === Less loaded core 6 P#5 (2 chares, load: 15.1209)
=== 3 === Chare from 6 P#6 (2 chares)
=== 3 === Chare 352 (load 7.4740)

=== 3 === Less loaded core 23 P#23 (2 chares, load: 15.1268)
=== 3 === Chare from 23 P#23 (2 chares)
=== 3 === Chare 770 (load 7.5134)

=== 3 === Less loaded core 16 P#95096704 (2 chares, load: 15.1286)
=== 3 === Chare from 16 P#16 (2 chares)
=== 3 === Chare 128 (load 7.5359)

=== 3 === Less loaded core 22 P#22 (2 chares, load: 15.1350)
=== 3 === Chare from 22 P#22 (2 chares)
=== 3 === Chare 768 (load 7.5208)

=== 3 === Less loaded core 15 P#0 (2 chares, load: 15.1750)
=== 3 === Chare from 15 P#15 (2 chares)
=== 3 === Chare 310 (load 7.5522)

=== 3 === Less loaded core 10 P#0 (2 chares, load: 15.2045)
=== 3 === Chare from 10 P#10 (2 chares)
=== 3 === Chare 493 (load 7.5552)

=== 3 === Less loaded core 14 P#95135296 (2 chares, load: 15.2052)
=== 3 === Chare from 14 P#14 (2 chares)
=== 3 === Chare 760 (load 7.5722)

=== 3 === Less loaded core 21 P#0 (2 chares, load: 15.2128)
=== 3 === Chare from 21 P#21 (2 chares)
=== 3 === Chare 563 (load 7.5616)

=== 3 === Less loaded core 18 P#32 (2 chares, load: 15.2177)
=== 3 === Chare from 18 P#18 (2 chares)
=== 3 === Chare 665 (load 7.5361)

=== 3 === Less loaded core 11 P#0 (2 chares, load: 15.2367)
=== 3 === Chare from 11 P#11 (2 chares)
=== 3 === Chare 495 (load 7.5176)

=== 3 === Less loaded core 13 P#0 (2 chares, load: 15.2443)
=== 3 === Chare from 13 P#13 (2 chares)
=== 3 === Chare 203 (load 7.5774)

=== 3 === Less loaded core 20 P#0 (2 chares, load: 15.2486)
=== 3 === Chare from 20 P#20 (2 chares)
=== 3 === Chare 561 (load 7.5841)

=== 3 === Less loaded core 4 P#1 (2 chares, load: 15.2574)
=== 3 === Chare from 4 P#4 (2 chares)
=== 3 === Chare 124 (load 7.4706)

=== 3 === Less loaded core 12 P#105958096 (2 chares, load: 15.3194)
=== 3 === Chare from 12 P#12 (2 chares)
=== 3 === Chare 385 (load 7.6384)

=== 3 === Less loaded core 9 P#0 (2 chares, load: 15.3346)
=== 3 === Chare from 9 P#9 (2 chares)
=== 3 === Chare 199 (load 7.6262)

=== 3 === Less loaded core 8 P#9346032 (2 chares, load: 15.4077)
=== 3 === Chare from 8 P#8 (2 chares)
=== 3 === Chare 680 (load 7.6361)

=== 3 === Less loaded core 0 P#0 (2 chares, load: 16.8264)
=== 3 === Chare from 0 P#0 (2 chares)
=== 3 === Chare 287 (load 7.1974)

=== 3 === Less loaded core 31 P#32767 (2 chares, load: 16.8929)
=== 3 === Chare from 31 P#31 (2 chares)
=== 3 === Chare 774 (load 7.2159)

=== 3 === Less loaded core 25 P#32767 (2 chares, load: 16.8963)
=== 3 === Chare from 25 P#25 (2 chares)
=== 3 === Chare 849 (load 7.2697)

=== 3 === Less loaded core 2 P#4 (2 chares, load: 16.9432)
=== 3 === Chare from 2 P#2 (2 chares)
=== 3 === Chare 772 (load 7.2094)

=== 3 === Less loaded core 26 P#2 (2 chares, load: 16.9709)
=== 3 === Chare from 26 P#26 (2 chares)
=== 3 === Chare 288 (load 7.2944)

=== 3 === Less loaded core 29 P#1076952327 (2 chares, load: 16.9884)
=== 3 === Chare from 29 P#29 (2 chares)
=== 3 === Chare 766 (load 7.2652)

=== 3 === Less loaded core 27 P#32767 (2 chares, load: 17.0961)
=== 3 === Chare from 27 P#27 (2 chares)
=== 3 === Chare 465 (load 7.4814)

=== 3 === Less loaded core 30 P#-78976 (2 chares, load: 17.0964)
=== 3 === Chare from 30 P#30 (2 chares)
=== 3 === Chare 393 (load 7.2251)

=== 3 === Less loaded core 28 P#536870912 (3 chares, load: 21.9576)
=== 3 === Chare from 28 P#28 (3 chares)
=== 3 === Chare 862 (load 7.2124)

=== 3 === Less loaded core 24 P#24 (3 chares, load: 22.3840)
=== 3 === Chare from 24 P#24 (3 chares)
=== 3 === Chare 848 (load 7.2825)

=== 3 === Less loaded core 5 P#3 (3 chares, load: 22.4404)
=== 3 === Chare from 5 P#5 (3 chares)
=== 3 === Chare 558 (load 7.4445)

=== 3 === Less loaded core 17 P#0 (3 chares, load: 22.5169)
=== 3 === Chare from 17 P#17 (3 chares)
=== 3 === Chare 131 (load 7.4460)

=== 3 === Less loaded core 1 P#2 (3 chares, load: 22.5928)
=== 3 === Chare from 1 P#1 (3 chares)
=== 3 === Chare 855 (load 7.4702)

=== 3 === Less loaded core 6 P#5 (3 chares, load: 22.5949)
=== 3 === Chare from 6 P#6 (3 chares)
=== 3 === Chare 224 (load 7.4234)

=== 3 === Less loaded core 3 P#6 (3 chares, load: 22.5962)
=== 3 === Chare from 3 P#3 (3 chares)
=== 3 === Chare 466 (load 7.4770)

=== 3 === Less loaded core 19 P#0 (3 chares, load: 22.6120)
=== 3 === Chare from 19 P#19 (3 chares)
=== 3 === Chare 667 (load 7.5028)

=== 3 === Less loaded core 7 P#7 (3 chares, load: 22.6168)
=== 3 === Chare from 7 P#7 (3 chares)
=== 3 === Chare 226 (load 7.4854)

=== 3 === Less loaded core 23 P#23 (3 chares, load: 22.6403)
=== 3 === Chare from 23 P#23 (3 chares)
=== 3 === Chare 754 (load 7.4865)

=== 3 === Less loaded core 22 P#22 (3 chares, load: 22.6558)
=== 3 === Chare from 22 P#22 (3 chares)
=== 3 === Chare 769 (load 7.5136)

=== 3 === Less loaded core 16 P#95096704 (3 chares, load: 22.6645)
=== 3 === Chare from 16 P#16 (3 chares)
=== 3 === Chare 129 (load 7.4918)

=== 3 === Less loaded core 15 P#0 (3 chares, load: 22.7272)
=== 3 === Chare from 15 P#15 (3 chares)
=== 3 === Chare 762 (load 7.5050)

=== 3 === Less loaded core 4 P#1 (3 chares, load: 22.7280)
=== 3 === Chare from 4 P#4 (3 chares)
=== 3 === Chare 556 (load 7.4358)

=== 3 === Less loaded core 18 P#32 (3 chares, load: 22.7538)
=== 3 === Chare from 18 P#18 (3 chares)
=== 3 === Chare 664 (load 7.5153)

=== 3 === Less loaded core 11 P#0 (3 chares, load: 22.7543)
=== 3 === Chare from 11 P#11 (3 chares)
=== 3 === Chare 303 (load 7.4818)

=== 3 === Less loaded core 10 P#0 (3 chares, load: 22.7596)
=== 3 === Chare from 10 P#10 (3 chares)
=== 3 === Chare 492 (load 7.5182)

=== 3 === Less loaded core 21 P#0 (3 chares, load: 22.7744)
=== 3 === Chare from 21 P#21 (3 chares)
=== 3 === Chare 562 (load 7.5092)

=== 3 === Less loaded core 14 P#95135296 (3 chares, load: 22.7774)
=== 3 === Chare from 14 P#14 (3 chares)
=== 3 === Chare 761 (load 7.5415)

=== 3 === Less loaded core 13 P#0 (3 chares, load: 22.8217)
=== 3 === Chare from 13 P#13 (3 chares)
=== 3 === Chare 386 (load 7.5759)

=== 3 === Less loaded core 20 P#0 (3 chares, load: 22.8326)
=== 3 === Chare from 20 P#20 (3 chares)
=== 3 === Chare 560 (load 7.5687)

=== 3 === Less loaded core 12 P#105958096 (3 chares, load: 22.9578)
=== 3 === Chare from 12 P#12 (3 chares)
=== 3 === Chare 384 (load 7.6225)

=== 3 === Less loaded core 9 P#0 (3 chares, load: 22.9608)
=== 3 === Chare from 9 P#9 (3 chares)
=== 3 === Chare 682 (load 7.5878)

=== 3 === Less loaded core 8 P#9346032 (3 chares, load: 23.0438)
=== 3 === Chare from 8 P#8 (3 chares)
=== 3 === Chare 196 (load 7.6324)

=== 3 === Less loaded core 0 P#0 (3 chares, load: 24.0238)
=== 3 === Chare from 0 P#0 (3 chares)
=== 3 === Chare 850 (load 7.1849)

=== 3 === Less loaded core 31 P#32767 (3 chares, load: 24.1088)
=== 3 === Chare from 31 P#31 (3 chares)
=== 3 === Chare 394 (load 7.1987)

=== 3 === Less loaded core 2 P#4 (3 chares, load: 24.1526)
=== 3 === Chare from 2 P#2 (3 chares)
=== 3 === Chare 773 (load 7.1962)

=== 3 === Less loaded core 25 P#32767 (3 chares, load: 24.1660)
=== 3 === Chare from 25 P#25 (3 chares)
=== 3 === Chare 285 (load 7.2575)

=== 3 === Less loaded core 29 P#1077428457 (3 chares, load: 24.2536)
=== 3 === Chare from 29 P#29 (3 chares)
=== 3 === Chare 298 (load 7.2166)

=== 3 === Less loaded core 26 P#3 (3 chares, load: 24.2653)
=== 3 === Chare from 26 P#26 (3 chares)
=== 3 === Chare 860 (load 7.2697)

=== 3 === Less loaded core 30 P#-78976 (3 chares, load: 24.3216)
=== 3 === Chare from 30 P#30 (3 chares)
=== 3 === Chare 296 (load 7.1988)

=== 3 === Less loaded core 27 P#32767 (3 chares, load: 24.5775)
=== 3 === Chare from 27 P#27 (3 chares)
=== 3 === Chare 764 (load 7.2621)

[DEBUG] GetBackPlacement from node 5
1 7.5904
89 7.5848
0 7.5743
88 7.5615
91 7.5946
2 7.5836
90 7.5786
3 7.5312
29 7.6712
93 7.6519
28 7.6334
92 7.5832
31 7.8780
30 7.6276
95 7.5847
94 7.5520
57 7.6227
32 7.6221
56 7.6148
33 7.6051
34 7.6575
35 7.5987
58 7.5957
59 7.5877
120 7.7034
121 7.7005
80 7.6220
81 7.5389
123 7.7485
122 7.6844
83 7.6200
82 7.6023
85 7.2538
84 7.2327
5 7.2130
4 7.1938
7 9.6144
87 9.6064
6 7.1991
86 7.1943
20 7.4028
100 7.2160
101 7.2086
21 7.1847
103 9.6439
23 9.6373
102 7.1639
22 7.1183
113 7.2977
112 7.2684
44 7.2656
45 7.2620
47 7.2941
115 7.2762
46 7.1840
114 7.1686
48 7.4110
105 7.2917
49 7.2900
104 7.2654
51 7.2728
107 7.2270
106 7.2147
50 7.1696
8 9.6978
64 9.5858
65 7.4393
9 7.4091
10 7.4814
66 7.4659
11 7.4451
67 7.4310
52 9.5656
96 9.5621
97 7.4557
53 7.4498
98 7.5061
54 7.4730
99 7.4568
55 7.4059
13 7.6451
69 7.5129
12 7.4239
68 7.4088
14 7.4911
70 7.4583
71 7.4435
15 7.4077
25 7.4907
125 7.4619
24 7.4137
124 7.4065
126 7.5143
26 7.4754
27 7.4466
127 7.4403
37 7.6297
17 7.5345
16 7.4985
36 7.4751
38 7.6143
18 7.5789
19 7.5174
39 7.5013
61 7.6313
73 7.5513
60 7.4947
72 7.4545
62 7.6320
74 7.5182
75 7.4863
63 7.3984
77 7.5405
40 7.5264
76 7.5245
41 7.4907
42 7.6308
43 7.5776
79 7.5585
78 7.5096
116 7.5753
108 7.5637
109 7.5408
117 7.5173
110 7.6158
118 7.5891
119 7.5806
111 7.5651
Core 0 load 30.3109
Core 1 load 30.2880
Core 2 load 30.5398
Core 3 load 30.6424
Core 4 load 30.4647
Core 5 load 30.4396
Core 6 load 30.5649
Core 7 load 30.6553
Core 8 load 28.8934
Core 9 load 33.6143
Core 10 load 29.0120
Core 11 load 33.5634
Core 12 load 29.0937
Core 13 load 28.9230
Core 14 load 29.2581
Core 15 load 28.8842
Core 16 load 34.1320
Core 17 load 29.8234
Core 18 load 34.0333
Core 19 load 29.8418
Core 20 load 29.9907
Core 21 load 29.8006
Core 22 load 29.7728
Core 23 load 29.8767
Core 24 load 30.1378
Core 25 load 30.2119
Core 26 load 30.1318
Core 27 load 30.0350
Core 28 load 30.0820
Core 29 load 30.2766
Core 30 load 30.1971
Core 31 load 30.3507
Avg load 30.4326 in [29.5196 ; 31.3455 ]
Swap chares 63 (7.1696) and 67 (7.4091) between cores 15 (28.8842) and 16
(34.1320)
New loads : 15 (29.1236) and 16 (33.8926)
Swap chares 35 (7.1938) and 75 (7.4498) between cores 8 (28.8934) and 18
(34.0333)
New loads : 8 (29.1494) and 18 (33.7773)
Swap chares 55 (7.1686) and 67 (7.1696) between cores 13 (28.9230) and 16
(33.8926)
New loads : 13 (28.9240) and 16 (33.8916)
Swap chares 54 (7.1840) and 66 (7.4393) between cores 13 (28.9240) and 16
(33.8916)
New loads : 13 (29.1793) and 16 (33.6363)
Swap chares 43 (7.1847) and 75 (7.1938) between cores 10 (29.0120) and 18
(33.7773)
New loads : 10 (29.0212) and 18 (33.7682)
Swap chares 42 (7.2086) and 74 (7.4557) between cores 10 (29.0212) and 18
(33.7682)
New loads : 10 (29.2684) and 18 (33.5210)
Swap chares 49 (7.2684) and 65 (9.5858) between cores 12 (29.0937) and 16
(33.6363)
New loads : 12 (31.4111) and 16 (31.3189)
Swap chares 61 (7.2270) and 37 (9.6064) between cores 15 (29.1236) and 9
(33.6143)
New loads : 15 (31.5030) and 9 (31.2348)
Swap chares 33 (7.2327) and 45 (9.6373) between cores 8 (29.1494) and 11
(33.5634)
New loads : 8 (31.5539) and 11 (31.1588)
Swap chares 55 (7.1696) and 75 (7.1847) between cores 13 (29.1793) and 18
(33.5210)
New loads : 13 (29.1944) and 18 (33.5059)
Swap chares 53 (7.2762) and 73 (9.5621) between cores 13 (29.1944) and 18
(33.5059)
New loads : 13 (31.4803) and 18 (31.2200)
Swap chares 59 (7.2654) and 35 (7.4498) between cores 14 (29.2581) and 8
(31.5539)
New loads : 14 (29.4425) and 8 (31.3695)
Swap chares 43 (7.1938) and 63 (7.4091) between cores 10 (29.2684) and 15
(31.5030)
New loads : 10 (29.4836) and 15 (31.2878)
Swap chares 58 (7.2900) and 54 (7.4393) between cores 14 (29.4425) and 13
(31.4803)
New loads : 14 (29.5919) and 13 (31.3310)
Swap chares 41 (7.2160) and 49 (9.5858) between cores 10 (29.4836) and 12
(31.4111)
New loads : 10 (31.8534) and 12 (29.0414)
Swap chares 51 (7.2620) and 43 (7.4091) between cores 12 (29.0414) and 10
(31.8534)
New loads : 12 (29.1884) and 10 (31.7063)
Swap chares 50 (7.2656) and 42 (7.4557) between cores 12 (29.1884) and 10
(31.7063)
New loads : 12 (29.3786) and 10 (31.5162)
Swap chares 49 (7.2160) and 41 (9.5858) between cores 12 (29.3786) and 10
(31.5162)
New loads : 12 (31.7483) and 10 (29.1464)
Swap chares 43 (7.2620) and 51 (7.4091) between cores 10 (29.1464) and 12
(31.7483)
New loads : 10 (29.2935) and 12 (31.6013)
Swap chares 42 (7.2656) and 50 (7.4557) between cores 10 (29.2935) and 12
(31.6013)
New loads : 10 (29.4836) and 12 (31.4111)
Swap chares 41 (7.2160) and 49 (9.5858) between cores 10 (29.4836) and 12
(31.4111)
New loads : 10 (31.8534) and 12 (29.0414)
Swap chares 51 (7.2620) and 43 (7.4091) between cores 12 (29.0414) and 10
(31.8534)
New loads : 12 (29.1884) and 10 (31.7063)
Swap chares 50 (7.2656) and 42 (7.4557) between cores 12 (29.1884) and 10
(31.7063)
New loads : 12 (29.3786) and 10 (31.5162)
Swap chares 49 (7.2160) and 41 (9.5858) between cores 12 (29.3786) and 10
(31.5162)
New loads : 12 (31.7483) and 10 (29.1464)
Swap chares 43 (7.2620) and 51 (7.4091) between cores 10 (29.1464) and 12
(31.7483)
New loads : 10 (29.2935) and 12 (31.6013)
Swap chares 42 (7.2656) and 50 (7.4557) between cores 10 (29.2935) and 12
(31.6013)
New loads : 10 (29.4836) and 12 (31.4111)
Swap chares 41 (7.2160) and 49 (9.5858) between cores 10 (29.4836) and 12
(31.4111)
New loads : 10 (31.8534) and 12 (29.0414)
Swap chares 51 (7.2620) and 43 (7.4091) between cores 12 (29.0414) and 10
(31.8534)
New loads : 12 (29.1884) and 10 (31.7063)
Swap chares 50 (7.2656) and 42 (7.4557) between cores 12 (29.1884) and 10
(31.7063)
New loads : 12 (29.3786) and 10 (31.5162)
Swap chares 49 (7.2160) and 41 (9.5858) between cores 12 (29.3786) and 10
(31.5162)
New loads : 12 (31.7483) and 10 (29.1464)
Swap chares 43 (7.2620) and 51 (7.4091) between cores 10 (29.1464) and 12
(31.7483)
New loads : 10 (29.2935) and 12 (31.6013)
Swap chares 42 (7.2656) and 50 (7.4557) between cores 10 (29.2935) and 12
(31.6013)
New loads : 10 (29.4836) and 12 (31.4111)
Swap chares 41 (7.2160) and 49 (9.5858) between cores 10 (29.4836) and 12
(31.4111)
New loads : 10 (31.8534) and 12 (29.0414)
Swap chares 51 (7.2620) and 43 (7.4091) between cores 12 (29.0414) and 10
(31.8534)
New loads : 12 (29.1884) and 10 (31.7063)
Swap chares 50 (7.2656) and 42 (7.4557) between cores 12 (29.1884) and 10
(31.7063)
New loads : 12 (29.3786) and 10 (31.5162)
Swap chares 49 (7.2160) and 41 (9.5858) between cores 12 (29.3786) and 10
(31.5162)
New loads : 12 (31.7483) and 10 (29.1464)
Swap chares 43 (7.2620) and 51 (7.4091) between cores 10 (29.1464) and 12
(31.7483)
New loads : 10 (29.2935) and 12 (31.6013)
Swap chares 42 (7.2656) and 50 (7.4557) between cores 10 (29.2935) and 12
(31.6013)
New loads : 10 (29.4836) and 12 (31.4111)
Swap chares 41 (7.2160) and 49 (9.5858) between cores 10 (29.4836) and 12
(31.4111)
New loads : 10 (31.8534) and 12 (29.0414)
Swap chares 51 (7.2620) and 43 (7.4091) between cores 12 (29.0414) and 10
(31.8534)
New loads : 12 (29.1884) and 10 (31.7063)
Swap chares 50 (7.2656) and 42 (7.4557) between cores 12 (29.1884) and 10
(31.7063)
New loads : 12 (29.3786) and 10 (31.5162)
Swap chares 49 (7.2160) and 41 (9.5858) between cores 12 (29.3786) and 10
(31.5162)
New loads : 12 (31.7483) and 10 (29.1464)
Swap chares 43 (7.2620) and 51 (7.4091) between cores 10 (29.1464) and 12
(31.7483)
New loads : 10 (29.2935) and 12 (31.6013)
Swap chares 42 (7.2656) and 50 (7.4557) between cores 10 (29.2935) and 12
(31.6013)
New loads : 10 (29.4836) and 12 (31.4111)
Swap chares 41 (7.2160) and 49 (9.5858) between cores 10 (29.4836) and 12
(31.4111)
New loads : 10 (31.8534) and 12 (29.0414)
Swap chares 51 (7.2620) and 43 (7.4091) between cores 12 (29.0414) and 10
(31.8534)
New loads : 12 (29.1884) and 10 (31.7063)
Swap chares 50 (7.2656) and 42 (7.4557) between cores 12 (29.1884) and 10
(31.7063)
New loads : 12 (29.3786) and 10 (31.5162)
Swap chares 49 (7.2160) and 41 (9.5858) between cores 12 (29.3786) and 10
(31.5162)
New loads : 12 (31.7483) and 10 (29.1464)
Swap chares 43 (7.2620) and 51 (7.4091) between cores 10 (29.1464) and 12
(31.7483)
New loads : 10 (29.2935) and 12 (31.6013)
Swap chares 42 (7.2656) and 50 (7.4557) between cores 10 (29.2935) and 12
(31.6013)
New loads : 10 (29.4836) and 12 (31.4111)
Swap chares 41 (7.2160) and 49 (9.5858) between cores 10 (29.4836) and 12
(31.4111)
New loads : 10 (31.8534) and 12 (29.0414)
Swap chares 51 (7.2620) and 43 (7.4091) between cores 12 (29.0414) and 10
(31.8534)
New loads : 12 (29.1884) and 10 (31.7063)
Swap chares 50 (7.2656) and 42 (7.4557) between cores 12 (29.1884) and 10
(31.7063)
New loads : 12 (29.3786) and 10 (31.5162)
Swap chares 49 (7.2160) and 41 (9.5858) between cores 12 (29.3786) and 10
(31.5162)
New loads : 12 (31.7483) and 10 (29.1464)
Swap chares 43 (7.2620) and 51 (7.4091) between cores 10 (29.1464) and 12
(31.7483)
New loads : 10 (29.2935) and 12 (31.6013)
Swap chares 42 (7.2656) and 50 (7.4557) between cores 10 (29.2935) and 12
(31.6013)
New loads : 10 (29.4836) and 12 (31.4111)
Swap chares 41 (7.2160) and 49 (9.5858) between cores 10 (29.4836) and 12
(31.4111)
New loads : 10 (31.8534) and 12 (29.0414)
Swap chares 51 (7.2620) and 43 (7.4091) between cores 12 (29.0414) and 10
(31.8534)
New loads : 12 (29.1884) and 10 (31.7063)
Swap chares 50 (7.2656) and 42 (7.4557) between cores 12 (29.1884) and 10
(31.7063)
New loads : 12 (29.3786) and 10 (31.5162)
Swap chares 49 (7.2160) and 41 (9.5858) between cores 12 (29.3786) and 10
(31.5162)
New loads : 12 (31.7483) and 10 (29.1464)
Swap chares 43 (7.2620) and 51 (7.4091) between cores 10 (29.1464) and 12
(31.7483)
New loads : 10 (29.2935) and 12 (31.6013)
Swap chares 42 (7.2656) and 50 (7.4557) between cores 10 (29.2935) and 12
(31.6013)
New loads : 10 (29.4836) and 12 (31.4111)
Swap chares 41 (7.2160) and 49 (9.5858) between cores 10 (29.4836) and 12
(31.4111)
New loads : 10 (31.8534) and 12 (29.0414)
Swap chares 51 (7.2620) and 43 (7.4091) between cores 12 (29.0414) and 10
(31.8534)
New loads : 12 (29.1884) and 10 (31.7063)
=== 5 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 0 P#0 (0 chares)
=== 5 === Chare 241 (load 7.5904)

=== 5 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 5 === Chare from 1 P#1 (0 chares)
=== 5 === Chare 815 (load 7.5946)

=== 5 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 5 === Chare from 2 P#2 (0 chares)
=== 5 === Chare 445 (load 7.6712)

=== 5 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 5 === Chare from 3 P#3 (0 chares)
=== 5 === Chare 447 (load 7.8780)

=== 5 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 5 === Chare from 4 P#4 (0 chares)
=== 5 === Chare 613 (load 7.6227)

=== 5 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 5 === Chare from 5 P#5 (0 chares)
=== 5 === Chare 462 (load 7.6575)

=== 5 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 5 === Chare from 6 P#6 (0 chares)
=== 5 === Chare 1016 (load 7.7034)

=== 5 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 5 === Chare from 7 P#7 (0 chares)
=== 5 === Chare 1019 (load 7.7485)

=== 5 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 5 === Chare from 8 P#8 (0 chares)
=== 5 === Chare 431 (load 9.6373)

=== 5 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 9 P#9 (0 chares)
=== 5 === Chare 343 (load 9.6144)

=== 5 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 10 P#10 (0 chares)
=== 5 === Chare 620 (load 9.5858)

=== 5 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 11 P#11 (0 chares)
=== 5 === Chare 947 (load 9.6439)

=== 5 === Less loaded core 12 P#104354352 (0 chares, load: 0.0000)
=== 5 === Chare from 12 P#12 (0 chares)
=== 5 === Chare 349 (load 7.4091)

=== 5 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 13 P#13 (0 chares)
=== 5 === Chare 936 (load 9.5621)

=== 5 === Less loaded core 14 P#95132192 (0 chares, load: 0.0000)
=== 5 === Chare from 14 P#14 (0 chares)
=== 5 === Chare 605 (load 7.4498)

=== 5 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 15 P#15 (0 chares)
=== 5 === Chare 811 (load 9.6064)

=== 5 === Less loaded core 16 P#95096704 (0 chares, load: 0.0000)
=== 5 === Chare from 16 P#16 (0 chares)
=== 5 === Chare 348 (load 9.6978)

=== 5 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 17 P#17 (0 chares)
=== 5 === Chare 350 (load 7.4814)

=== 5 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 5 === Chare from 18 P#18 (0 chares)
=== 5 === Chare 604 (load 9.5656)

=== 5 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 19 P#19 (0 chares)
=== 5 === Chare 938 (load 7.5061)

=== 5 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 20 P#20 (0 chares)
=== 5 === Chare 361 (load 7.6451)

=== 5 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 21 P#21 (0 chares)
=== 5 === Chare 362 (load 7.4911)

=== 5 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 5 === Chare from 22 P#22 (0 chares)
=== 5 === Chare 433 (load 7.4907)

=== 5 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 5 === Chare from 23 P#23 (0 chares)
=== 5 === Chare 1022 (load 7.5143)

=== 5 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 5 === Chare from 24 P#24 (0 chares)
=== 5 === Chare 469 (load 7.6297)

=== 5 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 5 === Chare from 25 P#25 (0 chares)
=== 5 === Chare 470 (load 7.6143)

=== 5 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 26 P#26 (0 chares)
=== 5 === Chare 617 (load 7.6313)

=== 5 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 5 === Chare from 27 P#27 (0 chares)
=== 5 === Chare 618 (load 7.6320)

=== 5 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 28 P#28 (0 chares)
=== 5 === Chare 801 (load 7.5405)

=== 5 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 29 P#29 (0 chares)
=== 5 === Chare 478 (load 7.6308)

=== 5 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 5 === Chare from 30 P#30 (0 chares)
=== 5 === Chare 1012 (load 7.5753)

=== 5 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 5 === Chare from 31 P#31 (0 chares)
=== 5 === Chare 958 (load 7.6158)

=== 5 === Less loaded core 12 P#104354352 (1 chares, load: 7.4091)
=== 5 === Chare from 12 P#12 (1 chares)
=== 5 === Chare 1009 (load 7.2977)

=== 5 === Less loaded core 14 P#95132192 (1 chares, load: 7.4498)
=== 5 === Chare from 14 P#14 (1 chares)
=== 5 === Chare 621 (load 7.4393)

=== 5 === Less loaded core 17 P#0 (1 chares, load: 7.4814)
=== 5 === Chare from 17 P#17 (1 chares)
=== 5 === Chare 622 (load 7.4659)

=== 5 === Less loaded core 22 P#22 (1 chares, load: 7.4907)
=== 5 === Chare from 22 P#22 (1 chares)
=== 5 === Chare 1021 (load 7.4619)

=== 5 === Less loaded core 21 P#0 (1 chares, load: 7.4911)
=== 5 === Chare from 21 P#21 (1 chares)
=== 5 === Chare 670 (load 7.4583)

=== 5 === Less loaded core 19 P#0 (1 chares, load: 7.5061)
=== 5 === Chare from 19 P#19 (1 chares)
=== 5 === Chare 606 (load 7.4730)

=== 5 === Less loaded core 23 P#23 (1 chares, load: 7.5143)
=== 5 === Chare from 23 P#23 (1 chares)
=== 5 === Chare 434 (load 7.4754)

=== 5 === Less loaded core 28 P#805306368 (1 chares, load: 7.5405)
=== 5 === Chare from 28 P#28 (1 chares)
=== 5 === Chare 476 (load 7.5264)

=== 5 === Less loaded core 30 P#-78976 (1 chares, load: 7.5753)
=== 5 === Chare from 30 P#30 (1 chares)
=== 5 === Chare 956 (load 7.5637)

=== 5 === Less loaded core 0 P#0 (1 chares, load: 7.5904)
=== 5 === Chare from 0 P#0 (1 chares)
=== 5 === Chare 813 (load 7.5848)

=== 5 === Less loaded core 1 P#2 (1 chares, load: 7.5946)
=== 5 === Chare from 1 P#1 (1 chares)
=== 5 === Chare 242 (load 7.5836)

=== 5 === Less loaded core 25 P#32767 (1 chares, load: 7.6143)
=== 5 === Chare from 25 P#25 (1 chares)
=== 5 === Chare 382 (load 7.5789)

=== 5 === Less loaded core 31 P#32767 (1 chares, load: 7.6158)
=== 5 === Chare from 31 P#31 (1 chares)
=== 5 === Chare 1014 (load 7.5891)

=== 5 === Less loaded core 4 P#1 (1 chares, load: 7.6227)
=== 5 === Chare from 4 P#4 (1 chares)
=== 5 === Chare 460 (load 7.6221)

=== 5 === Less loaded core 24 P#24 (1 chares, load: 7.6297)
=== 5 === Chare from 24 P#24 (1 chares)
=== 5 === Chare 381 (load 7.5345)

=== 5 === Less loaded core 29 P#1075742201 (1 chares, load: 7.6308)
=== 5 === Chare from 29 P#29 (1 chares)
=== 5 === Chare 479 (load 7.5776)

=== 5 === Less loaded core 26 P#1 (1 chares, load: 7.6313)
=== 5 === Chare from 26 P#26 (1 chares)
=== 5 === Chare 797 (load 7.5513)

=== 5 === Less loaded core 27 P#32767 (1 chares, load: 7.6320)
=== 5 === Chare from 27 P#27 (1 chares)
=== 5 === Chare 798 (load 7.5182)

=== 5 === Less loaded core 20 P#0 (1 chares, load: 7.6451)
=== 5 === Chare from 20 P#20 (1 chares)
=== 5 === Chare 669 (load 7.5129)

=== 5 === Less loaded core 5 P#3 (1 chares, load: 7.6575)
=== 5 === Chare from 5 P#5 (1 chares)
=== 5 === Chare 463 (load 7.5987)

=== 5 === Less loaded core 2 P#4 (1 chares, load: 7.6712)
=== 5 === Chare from 2 P#2 (1 chares)
=== 5 === Chare 817 (load 7.6519)

=== 5 === Less loaded core 6 P#5 (1 chares, load: 7.7034)
=== 5 === Chare from 6 P#6 (1 chares)
=== 5 === Chare 1017 (load 7.7005)

=== 5 === Less loaded core 7 P#7 (1 chares, load: 7.7485)
=== 5 === Chare from 7 P#7 (1 chares)
=== 5 === Chare 1018 (load 7.6844)

=== 5 === Less loaded core 3 P#6 (1 chares, load: 7.8780)
=== 5 === Chare from 3 P#3 (1 chares)
=== 5 === Chare 446 (load 7.6276)

=== 5 === Less loaded core 13 P#0 (1 chares, load: 9.5621)
=== 5 === Chare from 13 P#13 (1 chares)
=== 5 === Chare 523 (load 7.2941)

=== 5 === Less loaded core 18 P#32 (1 chares, load: 9.5656)
=== 5 === Chare from 18 P#18 (1 chares)
=== 5 === Chare 1011 (load 7.2762)

=== 5 === Less loaded core 10 P#0 (1 chares, load: 9.5858)
=== 5 === Chare from 10 P#10 (1 chares)
=== 5 === Chare 937 (load 7.4557)

=== 5 === Less loaded core 15 P#0 (1 chares, load: 9.6064)
=== 5 === Chare from 15 P#15 (1 chares)
=== 5 === Chare 543 (load 7.2728)

=== 5 === Less loaded core 9 P#0 (1 chares, load: 9.6144)
=== 5 === Chare from 9 P#9 (1 chares)
=== 5 === Chare 951 (load 7.2270)

=== 5 === Less loaded core 8 P#9346032 (1 chares, load: 9.6373)
=== 5 === Chare from 8 P#8 (1 chares)
=== 5 === Chare 948 (load 7.2654)

=== 5 === Less loaded core 11 P#0 (1 chares, load: 9.6439)
=== 5 === Chare from 11 P#11 (1 chares)
=== 5 === Chare 808 (load 7.2327)

=== 5 === Less loaded core 16 P#95096704 (1 chares, load: 9.6978)
=== 5 === Chare from 16 P#16 (1 chares)
=== 5 === Chare 1008 (load 7.2684)

=== 5 === Less loaded core 12 P#104354352 (2 chares, load: 14.7068)
=== 5 === Chare from 12 P#12 (2 chares)
=== 5 === Chare 520 (load 7.2656)

=== 5 === Less loaded core 14 P#95132192 (2 chares, load: 14.8891)
=== 5 === Chare from 14 P#14 (2 chares)
=== 5 === Chare 540 (load 7.4110)

=== 5 === Less loaded core 17 P#0 (2 chares, load: 14.9473)
=== 5 === Chare from 17 P#17 (2 chares)
=== 5 === Chare 351 (load 7.4451)

=== 5 === Less loaded core 21 P#0 (2 chares, load: 14.9495)
=== 5 === Chare from 21 P#21 (2 chares)
=== 5 === Chare 671 (load 7.4435)

=== 5 === Less loaded core 22 P#22 (2 chares, load: 14.9526)
=== 5 === Chare from 22 P#22 (2 chares)
=== 5 === Chare 432 (load 7.4137)

=== 5 === Less loaded core 19 P#0 (2 chares, load: 14.9791)
=== 5 === Chare from 19 P#19 (2 chares)
=== 5 === Chare 939 (load 7.4568)

=== 5 === Less loaded core 23 P#23 (2 chares, load: 14.9898)
=== 5 === Chare from 23 P#23 (2 chares)
=== 5 === Chare 435 (load 7.4466)

=== 5 === Less loaded core 28 P#1744830464 (2 chares, load: 15.0669)
=== 5 === Chare from 28 P#28 (2 chares)
=== 5 === Chare 800 (load 7.5245)

=== 5 === Less loaded core 30 P#-78976 (2 chares, load: 15.1390)
=== 5 === Chare from 30 P#30 (2 chares)
=== 5 === Chare 957 (load 7.5408)

=== 5 === Less loaded core 27 P#32767 (2 chares, load: 15.1502)
=== 5 === Chare from 27 P#27 (2 chares)
=== 5 === Chare 799 (load 7.4863)

=== 5 === Less loaded core 20 P#0 (2 chares, load: 15.1580)
=== 5 === Chare from 20 P#20 (2 chares)
=== 5 === Chare 360 (load 7.4239)

=== 5 === Less loaded core 24 P#24 (2 chares, load: 15.1642)
=== 5 === Chare from 24 P#24 (2 chares)
=== 5 === Chare 380 (load 7.4985)

=== 5 === Less loaded core 0 P#0 (2 chares, load: 15.1752)
=== 5 === Chare from 0 P#0 (2 chares)
=== 5 === Chare 240 (load 7.5743)

=== 5 === Less loaded core 1 P#2 (2 chares, load: 15.1781)
=== 5 === Chare from 1 P#1 (2 chares)
=== 5 === Chare 814 (load 7.5786)

=== 5 === Less loaded core 26 P#2 (2 chares, load: 15.1826)
=== 5 === Chare from 26 P#26 (2 chares)
=== 5 === Chare 616 (load 7.4947)

=== 5 === Less loaded core 25 P#32767 (2 chares, load: 15.1931)
=== 5 === Chare from 25 P#25 (2 chares)
=== 5 === Chare 383 (load 7.5174)

=== 5 === Less loaded core 31 P#32767 (2 chares, load: 15.2049)
=== 5 === Chare from 31 P#31 (2 chares)
=== 5 === Chare 1015 (load 7.5806)

=== 5 === Less loaded core 29 P#1076783798 (2 chares, load: 15.2084)
=== 5 === Chare from 29 P#29 (2 chares)
=== 5 === Chare 803 (load 7.5585)

=== 5 === Less loaded core 4 P#1 (2 chares, load: 15.2448)
=== 5 === Chare from 4 P#4 (2 chares)
=== 5 === Chare 612 (load 7.6148)

=== 5 === Less loaded core 5 P#3 (2 chares, load: 15.2561)
=== 5 === Chare from 5 P#5 (2 chares)
=== 5 === Chare 614 (load 7.5957)

=== 5 === Less loaded core 2 P#4 (2 chares, load: 15.3231)
=== 5 === Chare from 2 P#2 (2 chares)
=== 5 === Chare 444 (load 7.6334)

=== 5 === Less loaded core 6 P#5 (2 chares, load: 15.4040)
=== 5 === Chare from 6 P#6 (2 chares)
=== 5 === Chare 804 (load 7.6220)

=== 5 === Less loaded core 7 P#7 (2 chares, load: 15.4330)
=== 5 === Chare from 7 P#7 (2 chares)
=== 5 === Chare 807 (load 7.6200)

=== 5 === Less loaded core 3 P#6 (2 chares, load: 15.5057)
=== 5 === Chare from 3 P#3 (2 chares)
=== 5 === Chare 819 (load 7.5847)

=== 5 === Less loaded core 9 P#0 (2 chares, load: 16.8414)
=== 5 === Chare from 9 P#9 (2 chares)
=== 5 === Chare 342 (load 7.1991)

=== 5 === Less loaded core 18 P#32 (2 chares, load: 16.8418)
=== 5 === Chare from 18 P#18 (2 chares)
=== 5 === Chare 945 (load 7.2086)

=== 5 === Less loaded core 13 P#0 (2 chares, load: 16.8562)
=== 5 === Chare from 13 P#13 (2 chares)
=== 5 === Chare 541 (load 7.2900)

=== 5 === Less loaded core 11 P#0 (2 chares, load: 16.8766)
=== 5 === Chare from 11 P#11 (2 chares)
=== 5 === Chare 946 (load 7.1639)

=== 5 === Less loaded core 15 P#0 (2 chares, load: 16.8793)
=== 5 === Chare from 15 P#15 (2 chares)
=== 5 === Chare 950 (load 7.2147)

=== 5 === Less loaded core 8 P#9346032 (2 chares, load: 16.9027)
=== 5 === Chare from 8 P#8 (2 chares)
=== 5 === Chare 809 (load 7.2538)

=== 5 === Less loaded core 16 P#95096704 (2 chares, load: 16.9662)
=== 5 === Chare from 16 P#16 (2 chares)
=== 5 === Chare 522 (load 7.1840)

=== 5 === Less loaded core 10 P#0 (2 chares, load: 17.0415)
=== 5 === Chare from 10 P#10 (2 chares)
=== 5 === Chare 428 (load 7.4028)

=== 5 === Less loaded core 12 P#104354352 (3 chares, load: 21.9724)
=== 5 === Chare from 12 P#12 (3 chares)
=== 5 === Chare 944 (load 7.2160)

=== 5 === Less loaded core 14 P#95132192 (3 chares, load: 22.3001)
=== 5 === Chare from 14 P#14 (3 chares)
=== 5 === Chare 949 (load 7.2917)

=== 5 === Less loaded core 22 P#22 (3 chares, load: 22.3663)
=== 5 === Chare from 22 P#22 (3 chares)
=== 5 === Chare 1020 (load 7.4065)

=== 5 === Less loaded core 17 P#0 (3 chares, load: 22.3924)
=== 5 === Chare from 17 P#17 (3 chares)
=== 5 === Chare 623 (load 7.4310)

=== 5 === Less loaded core 21 P#0 (3 chares, load: 22.3929)
=== 5 === Chare from 21 P#21 (3 chares)
=== 5 === Chare 363 (load 7.4077)

=== 5 === Less loaded core 19 P#0 (3 chares, load: 22.4359)
=== 5 === Chare from 19 P#19 (3 chares)
=== 5 === Chare 607 (load 7.4059)

=== 5 === Less loaded core 23 P#23 (3 chares, load: 22.4364)
=== 5 === Chare from 23 P#23 (3 chares)
=== 5 === Chare 1023 (load 7.4403)

=== 5 === Less loaded core 20 P#0 (3 chares, load: 22.5819)
=== 5 === Chare from 20 P#20 (3 chares)
=== 5 === Chare 668 (load 7.4088)

=== 5 === Less loaded core 28 P#-1207959552 (3 chares, load: 22.5913)
=== 5 === Chare from 28 P#28 (3 chares)
=== 5 === Chare 477 (load 7.4907)

=== 5 === Less loaded core 27 P#32767 (3 chares, load: 22.6366)
=== 5 === Chare from 27 P#27 (3 chares)
=== 5 === Chare 619 (load 7.3984)

=== 5 === Less loaded core 24 P#24 (3 chares, load: 22.6627)
=== 5 === Chare from 24 P#24 (3 chares)
=== 5 === Chare 468 (load 7.4751)

=== 5 === Less loaded core 26 P#3 (3 chares, load: 22.6773)
=== 5 === Chare from 26 P#26 (3 chares)
=== 5 === Chare 796 (load 7.4545)

=== 5 === Less loaded core 30 P#-78976 (3 chares, load: 22.6798)
=== 5 === Chare from 30 P#30 (3 chares)
=== 5 === Chare 1013 (load 7.5173)

=== 5 === Less loaded core 25 P#32767 (3 chares, load: 22.7105)
=== 5 === Chare from 25 P#25 (3 chares)
=== 5 === Chare 471 (load 7.5013)

=== 5 === Less loaded core 0 P#0 (3 chares, load: 22.7495)
=== 5 === Chare from 0 P#0 (3 chares)
=== 5 === Chare 812 (load 7.5615)

=== 5 === Less loaded core 1 P#2 (3 chares, load: 22.7568)
=== 5 === Chare from 1 P#1 (3 chares)
=== 5 === Chare 243 (load 7.5312)

=== 5 === Less loaded core 29 P#1077331029 (3 chares, load: 22.7669)
=== 5 === Chare from 29 P#29 (3 chares)
=== 5 === Chare 802 (load 7.5096)

=== 5 === Less loaded core 31 P#32767 (3 chares, load: 22.7856)
=== 5 === Chare from 31 P#31 (3 chares)
=== 5 === Chare 959 (load 7.5651)

=== 5 === Less loaded core 5 P#3 (3 chares, load: 22.8519)
=== 5 === Chare from 5 P#5 (3 chares)
=== 5 === Chare 615 (load 7.5877)

=== 5 === Less loaded core 4 P#1 (3 chares, load: 22.8596)
=== 5 === Chare from 4 P#4 (3 chares)
=== 5 === Chare 461 (load 7.6051)

=== 5 === Less loaded core 2 P#4 (3 chares, load: 22.9565)
=== 5 === Chare from 2 P#2 (3 chares)
=== 5 === Chare 816 (load 7.5832)

=== 5 === Less loaded core 6 P#5 (3 chares, load: 23.0260)
=== 5 === Chare from 6 P#6 (3 chares)
=== 5 === Chare 805 (load 7.5389)

=== 5 === Less loaded core 7 P#7 (3 chares, load: 23.0530)
=== 5 === Chare from 7 P#7 (3 chares)
=== 5 === Chare 806 (load 7.6023)

=== 5 === Less loaded core 3 P#6 (3 chares, load: 23.0903)
=== 5 === Chare from 3 P#3 (3 chares)
=== 5 === Chare 818 (load 7.5520)

=== 5 === Less loaded core 11 P#0 (3 chares, load: 24.0405)
=== 5 === Chare from 11 P#11 (3 chares)
=== 5 === Chare 430 (load 7.1183)

=== 5 === Less loaded core 9 P#0 (3 chares, load: 24.0405)
=== 5 === Chare from 9 P#9 (3 chares)
=== 5 === Chare 810 (load 7.1943)

=== 5 === Less loaded core 18 P#32 (3 chares, load: 24.0504)
=== 5 === Chare from 18 P#18 (3 chares)
=== 5 === Chare 542 (load 7.1696)

=== 5 === Less loaded core 15 P#0 (3 chares, load: 24.0939)
=== 5 === Chare from 15 P#15 (3 chares)
=== 5 === Chare 340 (load 7.1938)

=== 5 === Less loaded core 13 P#0 (3 chares, load: 24.1462)
=== 5 === Chare from 13 P#13 (3 chares)
=== 5 === Chare 429 (load 7.1847)

=== 5 === Less loaded core 16 P#95096704 (3 chares, load: 24.1503)
=== 5 === Chare from 16 P#16 (3 chares)
=== 5 === Chare 1010 (load 7.1686)

=== 5 === Less loaded core 8 P#9346032 (3 chares, load: 24.1565)
=== 5 === Chare from 8 P#8 (3 chares)
=== 5 === Chare 341 (load 7.2130)

=== 5 === Less loaded core 10 P#0 (3 chares, load: 24.4443)
=== 5 === Chare from 10 P#10 (3 chares)
=== 5 === Chare 521 (load 7.2620)

[DEBUG] GetBackPlacement from node 1
0 9.6302
1 9.2747
120 7.4273
2 7.1693
34 10.2455
11 9.1403
24 7.5479
25 7.4909
28 7.6564
27 7.5347
104 7.4621
29 7.4206
102 7.5163
103 7.5068
119 7.5058
118 7.4896
18 7.5385
19 7.4763
62 7.1510
61 7.0861
90 7.1740
54 7.1364
39 7.1092
77 7.0998
79 9.5904
41 9.5588
40 7.1621
78 7.1302
56 9.5946
92 9.5703
91 7.2233
55 7.1619
26 7.5742
17 7.5689
101 7.5183
16 7.3731
35 7.3611
64 7.2240
63 7.2090
89 7.1748
87 7.1854
121 7.1806
84 7.1652
88 7.1650
123 7.1845
85 7.1690
86 7.1490
122 7.1437
36 7.6304
106 7.5630
43 7.5613
42 7.3838
37 7.5972
38 7.5792
44 7.5627
45 7.5425
107 7.5509
108 7.5220
69 7.3034
105 7.2865
72 7.5230
71 7.5076
70 7.4943
117 7.4829
3 9.4001
97 9.3523
4 7.4133
98 7.3104
50 9.3517
65 9.3390
51 7.5051
66 7.4806
13 7.4392
7 7.4191
12 7.4043
8 7.3827
67 7.4831
52 7.4639
53 7.4626
68 7.4619
100 7.5148
6 7.5099
5 7.4170
99 7.4103
14 7.4759
9 7.4577
15 7.4326
10 7.3763
80 7.4899
94 7.4116
93 7.3940
81 7.3923
82 7.6425
95 7.4471
96 7.3906
83 7.3500
21 7.5781
31 7.5356
20 7.3462
30 7.3209
22 7.5507
23 7.4904
33 7.4816
32 7.4803
74 7.5858
110 7.5726
73 7.3044
109 7.2998
111 7.6172
76 7.4952
75 7.4950
112 7.4270
125 7.5724
47 7.5040
124 7.3880
46 7.3329
126 7.5182
48 7.5004
127 7.4487
49 7.4095
58 7.5247
114 7.4859
113 7.3457
57 7.3258
115 7.4978
59 7.4500
60 7.4200
116 7.4081
Core 0 load 33.5014
Core 1 load 34.4247
Core 2 load 30.0739
Core 3 load 30.0185
Core 4 load 29.2519
Core 5 load 28.5194
Core 6 load 33.4415
Core 7 load 33.5501
Core 8 load 30.0345
Core 9 load 28.9689
Core 10 load 28.6963
Core 11 load 28.6461
Core 12 load 30.1385
Core 13 load 30.2816
Core 14 load 29.6628
Core 15 load 30.0079
Core 16 load 33.4761
Core 17 load 33.6764
Core 18 load 29.6453
Core 19 load 29.8715
Core 20 load 29.8521
Core 21 load 29.7425
Core 22 load 29.6878
Core 23 load 29.8303
Core 24 load 29.7808
Core 25 load 30.0029
Core 26 load 29.7626
Core 27 load 30.0344
Core 28 load 29.7973
Core 29 load 29.8767
Core 30 load 29.6821
Core 31 load 29.7759
Avg load 30.4285 in [29.5157 ; 31.3414 ]
Swap chares 23 (7.0998) and 7 (7.4909) between cores 5 (28.5194) and 1
(34.4247)
New loads : 5 (28.9106) and 1 (34.0336)
Swap chares 46 (7.1490) and 6 (7.5479) between cores 11 (28.6461) and 1
(34.0336)
New loads : 11 (29.0451) and 1 (33.6346)
Swap chares 43 (7.1650) and 71 (7.4806) between cores 10 (28.6963) and 17
(33.6764)
New loads : 10 (29.0118) and 17 (33.3608)
Swap chares 22 (7.1092) and 6 (7.1490) between cores 5 (28.9106) and 1
(33.6346)
New loads : 5 (28.9503) and 1 (33.5948)
Swap chares 21 (7.1364) and 5 (9.1403) between cores 5 (28.9503) and 1
(33.5948)
New loads : 5 (30.9542) and 1 (31.5909)
Swap chares 38 (7.2090) and 30 (7.2233) between cores 9 (28.9689) and 7
(33.5501)
New loads : 9 (28.9831) and 7 (33.5359)
Swap chares 37 (7.2240) and 29 (9.5703) between cores 9 (28.9831) and 7
(33.5359)
New loads : 9 (31.3294) and 7 (31.1896)
Swap chares 42 (7.1652) and 2 (7.4273) between cores 10 (29.0118) and 0
(33.5014)
New loads : 10 (29.2738) and 0 (33.2394)
Swap chares 47 (7.1437) and 67 (7.3104) between cores 11 (29.0451) and 16
(33.4761)
New loads : 11 (29.2118) and 16 (33.3093)
Swap chares 45 (7.1690) and 25 (9.5588) between cores 11 (29.2118) and 6
(33.4415)
New loads : 11 (31.6016) and 6 (31.0517)
Swap chares 19 (7.0861) and 71 (7.1650) between cores 4 (29.2519) and 17
(33.3608)
New loads : 4 (29.3309) and 17 (33.2819)
Swap chares 41 (7.1806) and 65 (9.3523) between cores 10 (29.2738) and 16
(33.3093)
New loads : 10 (31.4456) and 16 (31.1376)
Swap chares 18 (7.1510) and 70 (7.5051) between cores 4 (29.3309) and 17
(33.2819)
New loads : 4 (29.6849) and 17 (32.9278)
Swap chares 73 (7.4191) and 1 (9.2747) between cores 18 (29.6453) and 0
(33.2394)
New loads : 18 (31.5009) and 0 (31.3838)
Swap chares 57 (7.5220) and 69 (9.3390) between cores 14 (29.6628) and 17
(32.9278)
New loads : 14 (31.4798) and 17 (31.1108)
Swap chares 122 (7.3457) and 46 (7.5479) between cores 30 (29.6821) and 11
(31.6016)
New loads : 30 (29.8843) and 11 (31.3993)
Swap chares 16 (7.5385) and 4 (10.2455) between cores 4 (29.6849) and 1
(31.5909)
New loads : 4 (32.3919) and 1 (28.8839)
Swap chares 7 (7.0998) and 19 (7.1650) between cores 1 (28.8839) and 4
(32.3919)
New loads : 1 (28.9491) and 4 (32.3267)
Swap chares 6 (7.1092) and 18 (7.5051) between cores 1 (28.9491) and 4
(32.3267)
New loads : 1 (29.3451) and 4 (31.9308)
Swap chares 5 (7.1364) and 17 (7.4763) between cores 1 (29.3451) and 4
(31.9308)
New loads : 1 (29.6849) and 4 (31.5909)
Swap chares 4 (7.5385) and 16 (10.2455) between cores 1 (29.6849) and 4
(31.5909)
New loads : 1 (32.3919) and 4 (28.8839)
Swap chares 19 (7.0998) and 7 (7.1650) between cores 4 (28.8839) and 1
(32.3919)
New loads : 4 (28.9491) and 1 (32.3267)
Swap chares 18 (7.1092) and 6 (7.5051) between cores 4 (28.9491) and 1
(32.3267)
New loads : 4 (29.3451) and 1 (31.9308)
Swap chares 17 (7.1364) and 5 (7.4763) between cores 4 (29.3451) and 1
(31.9308)
New loads : 4 (29.6849) and 1 (31.5909)
Swap chares 16 (7.5385) and 4 (10.2455) between cores 4 (29.6849) and 1
(31.5909)
New loads : 4 (32.3919) and 1 (28.8839)
Swap chares 7 (7.0998) and 19 (7.1650) between cores 1 (28.8839) and 4
(32.3919)
New loads : 1 (28.9491) and 4 (32.3267)
Swap chares 6 (7.1092) and 18 (7.5051) between cores 1 (28.9491) and 4
(32.3267)
New loads : 1 (29.3451) and 4 (31.9308)
Swap chares 5 (7.1364) and 17 (7.4763) between cores 1 (29.3451) and 4
(31.9308)
New loads : 1 (29.6849) and 4 (31.5909)
Swap chares 4 (7.5385) and 16 (10.2455) between cores 1 (29.6849) and 4
(31.5909)
New loads : 1 (32.3919) and 4 (28.8839)
Swap chares 19 (7.0998) and 7 (7.1650) between cores 4 (28.8839) and 1
(32.3919)
New loads : 4 (28.9491) and 1 (32.3267)
Swap chares 18 (7.1092) and 6 (7.5051) between cores 4 (28.9491) and 1
(32.3267)
New loads : 4 (29.3451) and 1 (31.9308)
Swap chares 17 (7.1364) and 5 (7.4763) between cores 4 (29.3451) and 1
(31.9308)
New loads : 4 (29.6849) and 1 (31.5909)
Swap chares 16 (7.5385) and 4 (10.2455) between cores 4 (29.6849) and 1
(31.5909)
New loads : 4 (32.3919) and 1 (28.8839)
Swap chares 7 (7.0998) and 19 (7.1650) between cores 1 (28.8839) and 4
(32.3919)
New loads : 1 (28.9491) and 4 (32.3267)
Swap chares 6 (7.1092) and 18 (7.5051) between cores 1 (28.9491) and 4
(32.3267)
New loads : 1 (29.3451) and 4 (31.9308)
Swap chares 5 (7.1364) and 17 (7.4763) between cores 1 (29.3451) and 4
(31.9308)
New loads : 1 (29.6849) and 4 (31.5909)
Swap chares 4 (7.5385) and 16 (10.2455) between cores 1 (29.6849) and 4
(31.5909)
New loads : 1 (32.3919) and 4 (28.8839)
Swap chares 19 (7.0998) and 7 (7.1650) between cores 4 (28.8839) and 1
(32.3919)
New loads : 4 (28.9491) and 1 (32.3267)
Swap chares 18 (7.1092) and 6 (7.5051) between cores 4 (28.9491) and 1
(32.3267)
New loads : 4 (29.3451) and 1 (31.9308)
Swap chares 17 (7.1364) and 5 (7.4763) between cores 4 (29.3451) and 1
(31.9308)
New loads : 4 (29.6849) and 1 (31.5909)
Swap chares 16 (7.5385) and 4 (10.2455) between cores 4 (29.6849) and 1
(31.5909)
New loads : 4 (32.3919) and 1 (28.8839)
Swap chares 7 (7.0998) and 19 (7.1650) between cores 1 (28.8839) and 4
(32.3919)
New loads : 1 (28.9491) and 4 (32.3267)
Swap chares 6 (7.1092) and 18 (7.5051) between cores 1 (28.9491) and 4
(32.3267)
New loads : 1 (29.3451) and 4 (31.9308)
Swap chares 5 (7.1364) and 17 (7.4763) between cores 1 (29.3451) and 4
(31.9308)
New loads : 1 (29.6849) and 4 (31.5909)
Swap chares 4 (7.5385) and 16 (10.2455) between cores 1 (29.6849) and 4
(31.5909)
New loads : 1 (32.3919) and 4 (28.8839)
Swap chares 19 (7.0998) and 7 (7.1650) between cores 4 (28.8839) and 1
(32.3919)
New loads : 4 (28.9491) and 1 (32.3267)
Swap chares 18 (7.1092) and 6 (7.5051) between cores 4 (28.9491) and 1
(32.3267)
New loads : 4 (29.3451) and 1 (31.9308)
Swap chares 17 (7.1364) and 5 (7.4763) between cores 4 (29.3451) and 1
(31.9308)
New loads : 4 (29.6849) and 1 (31.5909)
Swap chares 16 (7.5385) and 4 (10.2455) between cores 4 (29.6849) and 1
(31.5909)
New loads : 4 (32.3919) and 1 (28.8839)
Swap chares 7 (7.0998) and 19 (7.1650) between cores 1 (28.8839) and 4
(32.3919)
New loads : 1 (28.9491) and 4 (32.3267)
Swap chares 6 (7.1092) and 18 (7.5051) between cores 1 (28.9491) and 4
(32.3267)
New loads : 1 (29.3451) and 4 (31.9308)
Swap chares 5 (7.1364) and 17 (7.4763) between cores 1 (29.3451) and 4
(31.9308)
New loads : 1 (29.6849) and 4 (31.5909)
Swap chares 4 (7.5385) and 16 (10.2455) between cores 1 (29.6849) and 4
(31.5909)
New loads : 1 (32.3919) and 4 (28.8839)
Swap chares 19 (7.0998) and 7 (7.1650) between cores 4 (28.8839) and 1
(32.3919)
New loads : 4 (28.9491) and 1 (32.3267)
Swap chares 18 (7.1092) and 6 (7.5051) between cores 4 (28.9491) and 1
(32.3267)
New loads : 4 (29.3451) and 1 (31.9308)
Swap chares 17 (7.1364) and 5 (7.4763) between cores 4 (29.3451) and 1
(31.9308)
New loads : 4 (29.6849) and 1 (31.5909)
Swap chares 16 (7.5385) and 4 (10.2455) between cores 4 (29.6849) and 1
(31.5909)
New loads : 4 (32.3919) and 1 (28.8839)
Swap chares 7 (7.0998) and 19 (7.1650) between cores 1 (28.8839) and 4
(32.3919)
New loads : 1 (28.9491) and 4 (32.3267)
Swap chares 6 (7.1092) and 18 (7.5051) between cores 1 (28.9491) and 4
(32.3267)
New loads : 1 (29.3451) and 4 (31.9308)
Swap chares 5 (7.1364) and 17 (7.4763) between cores 1 (29.3451) and 4
(31.9308)
New loads : 1 (29.6849) and 4 (31.5909)
Swap chares 4 (7.5385) and 16 (10.2455) between cores 1 (29.6849) and 4
(31.5909)
New loads : 1 (32.3919) and 4 (28.8839)
Swap chares 19 (7.0998) and 7 (7.1650) between cores 4 (28.8839) and 1
(32.3919)
New loads : 4 (28.9491) and 1 (32.3267)
Swap chares 18 (7.1092) and 6 (7.5051) between cores 4 (28.9491) and 1
(32.3267)
New loads : 4 (29.3451) and 1 (31.9308)
Swap chares 17 (7.1364) and 5 (7.4763) between cores 4 (29.3451) and 1
(31.9308)
New loads : 4 (29.6849) and 1 (31.5909)
=== 1 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 0 P#0 (0 chares)
=== 1 === Chare 17 (load 9.6302)

=== 1 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 1 === Chare from 1 P#1 (0 chares)
=== 1 === Chare 268 (load 10.2455)

=== 1 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 1 === Chare from 2 P#2 (0 chares)
=== 1 === Chare 262 (load 7.6564)

=== 1 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 1 === Chare from 3 P#3 (0 chares)
=== 1 === Chare 889 (load 7.5163)

=== 1 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 1 === Chare from 4 P#4 (0 chares)
=== 1 === Chare 190 (load 7.5385)

=== 1 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 1 === Chare from 5 P#5 (0 chares)
=== 1 === Chare 179 (load 9.1403)

=== 1 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 1 === Chare from 6 P#6 (0 chares)
=== 1 === Chare 687 (load 9.5904)

=== 1 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 1 === Chare from 7 P#7 (0 chares)
=== 1 === Chare 515 (load 9.5946)

=== 1 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 1 === Chare from 8 P#8 (0 chares)
=== 1 === Chare 260 (load 7.5742)

=== 1 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 9 P#9 (0 chares)
=== 1 === Chare 759 (load 9.5703)

=== 1 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 10 P#10 (0 chares)
=== 1 === Chare 876 (load 9.3523)

=== 1 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 11 P#11 (0 chares)
=== 1 === Chare 295 (load 9.5588)

=== 1 === Less loaded core 12 P#95118080 (0 chares, load: 0.0000)
=== 1 === Chare from 12 P#12 (0 chares)
=== 1 === Chare 273 (load 7.6304)

=== 1 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 13 P#13 (0 chares)
=== 1 === Chare 274 (load 7.5972)

=== 1 === Less loaded core 14 P#95097344 (0 chares, load: 0.0000)
=== 1 === Chare from 14 P#14 (0 chares)
=== 1 === Chare 588 (load 9.3390)

=== 1 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 15 P#15 (0 chares)
=== 1 === Chare 603 (load 7.5230)

=== 1 === Less loaded core 16 P#95147360 (0 chares, load: 0.0000)
=== 1 === Chare from 16 P#16 (0 chares)
=== 1 === Chare 104 (load 9.4001)

=== 1 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 17 P#17 (0 chares)
=== 1 === Chare 504 (load 9.3517)

=== 1 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 1 === Chare from 18 P#18 (0 chares)
=== 1 === Chare 100 (load 9.2747)

=== 1 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 19 P#19 (0 chares)
=== 1 === Chare 590 (load 7.4831)

=== 1 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 20 P#20 (0 chares)
=== 1 === Chare 879 (load 7.5148)

=== 1 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 21 P#21 (0 chares)
=== 1 === Chare 186 (load 7.4759)

=== 1 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 1 === Chare from 22 P#22 (0 chares)
=== 1 === Chare 736 (load 7.4899)

=== 1 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 1 === Chare from 23 P#23 (0 chares)
=== 1 === Chare 738 (load 7.6425)

=== 1 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 1 === Chare from 24 P#24 (0 chares)
=== 1 === Chare 205 (load 7.5781)

=== 1 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 1 === Chare from 25 P#25 (0 chares)
=== 1 === Chare 206 (load 7.5507)

=== 1 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 26 P#26 (0 chares)
=== 1 === Chare 629 (load 7.5858)

=== 1 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 1 === Chare from 27 P#27 (0 chares)
=== 1 === Chare 902 (load 7.6172)

=== 1 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 28 P#28 (0 chares)
=== 1 === Chare 993 (load 7.5724)

=== 1 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 29 P#29 (0 chares)
=== 1 === Chare 994 (load 7.5182)

=== 1 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 1 === Chare from 30 P#30 (0 chares)
=== 1 === Chare 228 (load 7.5479)

=== 1 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 1 === Chare from 31 P#31 (0 chares)
=== 1 === Chare 906 (load 7.4978)

=== 1 === Less loaded core 21 P#0 (1 chares, load: 7.4759)
=== 1 === Chare from 21 P#21 (1 chares)
=== 1 === Chare 170 (load 7.4577)

=== 1 === Less loaded core 19 P#0 (1 chares, load: 7.4831)
=== 1 === Chare from 19 P#19 (1 chares)
=== 1 === Chare 506 (load 7.4639)

=== 1 === Less loaded core 22 P#22 (1 chares, load: 7.4899)
=== 1 === Chare from 22 P#22 (1 chares)
=== 1 === Chare 865 (load 7.4116)

=== 1 === Less loaded core 31 P#32767 (1 chares, load: 7.4978)
=== 1 === Chare from 31 P#31 (1 chares)
=== 1 === Chare 550 (load 7.4500)

=== 1 === Less loaded core 20 P#0 (1 chares, load: 7.5148)
=== 1 === Chare from 20 P#20 (1 chares)
=== 1 === Chare 107 (load 7.5099)

=== 1 === Less loaded core 3 P#6 (1 chares, load: 7.5163)
=== 1 === Chare from 3 P#3 (1 chares)
=== 1 === Chare 890 (load 7.5068)

=== 1 === Less loaded core 29 P#1075712663 (1 chares, load: 7.5182)
=== 1 === Chare from 29 P#29 (1 chares)
=== 1 === Chare 474 (load 7.5004)

=== 1 === Less loaded core 15 P#0 (1 chares, load: 7.5230)
=== 1 === Chare from 15 P#15 (1 chares)
=== 1 === Chare 602 (load 7.5076)

=== 1 === Less loaded core 4 P#1 (1 chares, load: 7.5385)
=== 1 === Chare from 4 P#4 (1 chares)
=== 1 === Chare 505 (load 7.5051)

=== 1 === Less loaded core 30 P#-78976 (1 chares, load: 7.5479)
=== 1 === Chare from 30 P#30 (1 chares)
=== 1 === Chare 549 (load 7.5247)

=== 1 === Less loaded core 25 P#32767 (1 chares, load: 7.5507)
=== 1 === Chare from 25 P#25 (1 chares)
=== 1 === Chare 207 (load 7.4904)

=== 1 === Less loaded core 28 P#1879048192 (1 chares, load: 7.5724)
=== 1 === Chare from 28 P#28 (1 chares)
=== 1 === Chare 473 (load 7.5040)

=== 1 === Less loaded core 8 P#9346032 (1 chares, load: 7.5742)
=== 1 === Chare from 8 P#8 (1 chares)
=== 1 === Chare 189 (load 7.5689)

=== 1 === Less loaded core 24 P#24 (1 chares, load: 7.5781)
=== 1 === Chare from 24 P#24 (1 chares)
=== 1 === Chare 265 (load 7.5356)

=== 1 === Less loaded core 26 P#1 (1 chares, load: 7.5858)
=== 1 === Chare from 26 P#26 (1 chares)
=== 1 === Chare 901 (load 7.5726)

=== 1 === Less loaded core 13 P#0 (1 chares, load: 7.5972)
=== 1 === Chare from 13 P#13 (1 chares)
=== 1 === Chare 275 (load 7.5792)

=== 1 === Less loaded core 27 P#32767 (1 chares, load: 7.6172)
=== 1 === Chare from 27 P#27 (1 chares)
=== 1 === Chare 631 (load 7.4952)

=== 1 === Less loaded core 12 P#95118080 (1 chares, load: 7.6304)
=== 1 === Chare from 12 P#12 (1 chares)
=== 1 === Chare 897 (load 7.5630)

=== 1 === Less loaded core 23 P#23 (1 chares, load: 7.6425)
=== 1 === Chare from 23 P#23 (1 chares)
=== 1 === Chare 866 (load 7.4471)

=== 1 === Less loaded core 2 P#4 (1 chares, load: 7.6564)
=== 1 === Chare from 2 P#2 (1 chares)
=== 1 === Chare 261 (load 7.5347)

=== 1 === Less loaded core 5 P#3 (1 chares, load: 9.1403)
=== 1 === Chare from 5 P#5 (1 chares)
=== 1 === Chare 230 (load 7.4909)

=== 1 === Less loaded core 18 P#32 (1 chares, load: 9.2747)
=== 1 === Chare from 18 P#18 (1 chares)
=== 1 === Chare 185 (load 7.4392)

=== 1 === Less loaded core 14 P#95097344 (1 chares, load: 9.3390)
=== 1 === Chare from 14 P#14 (1 chares)
=== 1 === Chare 898 (load 7.5509)

=== 1 === Less loaded core 17 P#0 (1 chares, load: 9.3517)
=== 1 === Chare from 17 P#17 (1 chares)
=== 1 === Chare 899 (load 7.5220)

=== 1 === Less loaded core 10 P#0 (1 chares, load: 9.3523)
=== 1 === Chare from 10 P#10 (1 chares)
=== 1 === Chare 589 (load 7.4806)

=== 1 === Less loaded core 16 P#95147360 (1 chares, load: 9.4001)
=== 1 === Chare from 16 P#16 (1 chares)
=== 1 === Chare 105 (load 7.4133)

=== 1 === Less loaded core 11 P#0 (1 chares, load: 9.5588)
=== 1 === Chare from 11 P#11 (1 chares)
=== 1 === Chare 904 (load 7.3457)

=== 1 === Less loaded core 9 P#0 (1 chares, load: 9.5703)
=== 1 === Chare from 9 P#9 (1 chares)
=== 1 === Chare 272 (load 7.3611)

=== 1 === Less loaded core 6 P#5 (1 chares, load: 9.5904)
=== 1 === Chare from 6 P#6 (1 chares)
=== 1 === Chare 742 (load 7.1690)

=== 1 === Less loaded core 7 P#7 (1 chares, load: 9.5946)
=== 1 === Chare from 7 P#7 (1 chares)
=== 1 === Chare 555 (load 7.2240)

=== 1 === Less loaded core 0 P#0 (1 chares, load: 9.6302)
=== 1 === Chare from 0 P#0 (1 chares)
=== 1 === Chare 168 (load 7.4191)

=== 1 === Less loaded core 1 P#2 (1 chares, load: 10.2455)
=== 1 === Chare from 1 P#1 (1 chares)
=== 1 === Chare 513 (load 7.1364)

=== 1 === Less loaded core 22 P#22 (2 chares, load: 14.9015)
=== 1 === Chare from 22 P#22 (2 chares)
=== 1 === Chare 864 (load 7.3940)

=== 1 === Less loaded core 21 P#0 (2 chares, load: 14.9336)
=== 1 === Chare from 21 P#21 (2 chares)
=== 1 === Chare 187 (load 7.4326)

=== 1 === Less loaded core 19 P#0 (2 chares, load: 14.9470)
=== 1 === Chare from 19 P#19 (2 chares)
=== 1 === Chare 507 (load 7.4626)

=== 1 === Less loaded core 31 P#32767 (2 chares, load: 14.9478)
=== 1 === Chare from 31 P#31 (2 chares)
=== 1 === Chare 551 (load 7.4200)

=== 1 === Less loaded core 29 P#1076758908 (2 chares, load: 15.0185)
=== 1 === Chare from 29 P#29 (2 chares)
=== 1 === Chare 995 (load 7.4487)

=== 1 === Less loaded core 3 P#6 (2 chares, load: 15.0231)
=== 1 === Chare from 3 P#3 (2 chares)
=== 1 === Chare 910 (load 7.5058)

=== 1 === Less loaded core 20 P#0 (2 chares, load: 15.0248)
=== 1 === Chare from 20 P#20 (2 chares)
=== 1 === Chare 106 (load 7.4170)

=== 1 === Less loaded core 15 P#0 (2 chares, load: 15.0307)
=== 1 === Chare from 15 P#15 (2 chares)
=== 1 === Chare 601 (load 7.4943)

=== 1 === Less loaded core 25 P#32767 (2 chares, load: 15.0411)
=== 1 === Chare from 25 P#25 (2 chares)
=== 1 === Chare 267 (load 7.4816)

=== 1 === Less loaded core 4 P#1 (2 chares, load: 15.0436)
=== 1 === Chare from 4 P#4 (2 chares)
=== 1 === Chare 191 (load 7.4763)

=== 1 === Less loaded core 30 P#-78976 (2 chares, load: 15.0726)
=== 1 === Chare from 30 P#30 (2 chares)
=== 1 === Chare 905 (load 7.4859)

=== 1 === Less loaded core 28 P#2013265920 (2 chares, load: 15.0764)
=== 1 === Chare from 28 P#28 (2 chares)
=== 1 === Chare 992 (load 7.3880)

=== 1 === Less loaded core 23 P#23 (2 chares, load: 15.0897)
=== 1 === Chare from 23 P#23 (2 chares)
=== 1 === Chare 867 (load 7.3906)

=== 1 === Less loaded core 27 P#32767 (2 chares, load: 15.1124)
=== 1 === Chare from 27 P#27 (2 chares)
=== 1 === Chare 630 (load 7.4950)

=== 1 === Less loaded core 24 P#24 (2 chares, load: 15.1138)
=== 1 === Chare from 24 P#24 (2 chares)
=== 1 === Chare 204 (load 7.3462)

=== 1 === Less loaded core 8 P#9346032 (2 chares, load: 15.1430)
=== 1 === Chare from 8 P#8 (2 chares)
=== 1 === Chare 888 (load 7.5183)

=== 1 === Less loaded core 26 P#2 (2 chares, load: 15.1584)
=== 1 === Chare from 26 P#26 (2 chares)
=== 1 === Chare 628 (load 7.3044)

=== 1 === Less loaded core 13 P#0 (2 chares, load: 15.1764)
=== 1 === Chare from 13 P#13 (2 chares)
=== 1 === Chare 410 (load 7.5627)

=== 1 === Less loaded core 2 P#4 (2 chares, load: 15.1912)
=== 1 === Chare from 2 P#2 (2 chares)
=== 1 === Chare 891 (load 7.4621)

=== 1 === Less loaded core 12 P#95118080 (2 chares, load: 15.1934)
=== 1 === Chare from 12 P#12 (2 chares)
=== 1 === Chare 409 (load 7.5613)

=== 1 === Less loaded core 5 P#3 (2 chares, load: 16.6313)
=== 1 === Chare from 5 P#5 (2 chares)
=== 1 === Chare 757 (load 7.1740)

=== 1 === Less loaded core 18 P#32 (2 chares, load: 16.7139)
=== 1 === Chare from 18 P#18 (2 chares)
=== 1 === Chare 184 (load 7.4043)

=== 1 === Less loaded core 6 P#5 (2 chares, load: 16.7594)
=== 1 === Chare from 6 P#6 (2 chares)
=== 1 === Chare 294 (load 7.1621)

=== 1 === Less loaded core 16 P#95147360 (2 chares, load: 16.8133)
=== 1 === Chare from 16 P#16 (2 chares)
=== 1 === Chare 985 (load 7.1806)

=== 1 === Less loaded core 7 P#7 (2 chares, load: 16.8187)
=== 1 === Chare from 7 P#7 (2 chares)
=== 1 === Chare 554 (load 7.2090)

=== 1 === Less loaded core 10 P#0 (2 chares, load: 16.8329)
=== 1 === Chare from 10 P#10 (2 chares)
=== 1 === Chare 911 (load 7.4273)

=== 1 === Less loaded core 17 P#0 (2 chares, load: 16.8737)
=== 1 === Chare from 17 P#17 (2 chares)
=== 1 === Chare 553 (load 7.1510)

=== 1 === Less loaded core 14 P#95097344 (2 chares, load: 16.8899)
=== 1 === Chare from 14 P#14 (2 chares)
=== 1 === Chare 600 (load 7.3034)

=== 1 === Less loaded core 11 P#0 (2 chares, load: 16.9044)
=== 1 === Chare from 11 P#11 (2 chares)
=== 1 === Chare 877 (load 7.3104)

=== 1 === Less loaded core 9 P#0 (2 chares, load: 16.9314)
=== 1 === Chare from 9 P#9 (2 chares)
=== 1 === Chare 758 (load 7.2233)

=== 1 === Less loaded core 0 P#0 (2 chares, load: 17.0493)
=== 1 === Chare from 0 P#0 (2 chares)
=== 1 === Chare 102 (load 7.1693)

=== 1 === Less loaded core 1 P#2 (2 chares, load: 17.3819)
=== 1 === Chare from 1 P#1 (2 chares)
=== 1 === Chare 293 (load 7.1092)

=== 1 === Less loaded core 22 P#22 (3 chares, load: 22.2955)
=== 1 === Chare from 22 P#22 (3 chares)
=== 1 === Chare 737 (load 7.3923)

=== 1 === Less loaded core 21 P#0 (3 chares, load: 22.3662)
=== 1 === Chare from 21 P#21 (3 chares)
=== 1 === Chare 171 (load 7.3763)

=== 1 === Less loaded core 31 P#32767 (3 chares, load: 22.3678)
=== 1 === Chare from 31 P#31 (3 chares)
=== 1 === Chare 907 (load 7.4081)

=== 1 === Less loaded core 19 P#0 (3 chares, load: 22.4096)
=== 1 === Chare from 19 P#19 (3 chares)
=== 1 === Chare 591 (load 7.4619)

=== 1 === Less loaded core 20 P#0 (3 chares, load: 22.4418)
=== 1 === Chare from 20 P#20 (3 chares)
=== 1 === Chare 878 (load 7.4103)

=== 1 === Less loaded core 24 P#24 (3 chares, load: 22.4599)
=== 1 === Chare from 24 P#24 (3 chares)
=== 1 === Chare 264 (load 7.3209)

=== 1 === Less loaded core 26 P#3 (3 chares, load: 22.4628)
=== 1 === Chare from 26 P#26 (3 chares)
=== 1 === Chare 900 (load 7.2998)

=== 1 === Less loaded core 28 P#1543503872 (3 chares, load: 22.4644)
=== 1 === Chare from 28 P#28 (3 chares)
=== 1 === Chare 472 (load 7.3329)

=== 1 === Less loaded core 29 P#1077311385 (3 chares, load: 22.4672)
=== 1 === Chare from 29 P#29 (3 chares)
=== 1 === Chare 475 (load 7.4095)

=== 1 === Less loaded core 23 P#23 (3 chares, load: 22.4803)
=== 1 === Chare from 23 P#23 (3 chares)
=== 1 === Chare 739 (load 7.3500)

=== 1 === Less loaded core 4 P#1 (3 chares, load: 22.5199)
=== 1 === Chare from 4 P#4 (3 chares)
=== 1 === Chare 750 (load 7.1650)

=== 1 === Less loaded core 25 P#32767 (3 chares, load: 22.5226)
=== 1 === Chare from 25 P#25 (3 chares)
=== 1 === Chare 266 (load 7.4803)

=== 1 === Less loaded core 15 P#0 (3 chares, load: 22.5250)
=== 1 === Chare from 15 P#15 (3 chares)
=== 1 === Chare 908 (load 7.4829)

=== 1 === Less loaded core 3 P#6 (3 chares, load: 22.5289)
=== 1 === Chare from 3 P#3 (3 chares)
=== 1 === Chare 909 (load 7.4896)

=== 1 === Less loaded core 30 P#-78976 (3 chares, load: 22.5586)
=== 1 === Chare from 30 P#30 (3 chares)
=== 1 === Chare 548 (load 7.3258)

=== 1 === Less loaded core 27 P#32767 (3 chares, load: 22.6074)
=== 1 === Chare from 27 P#27 (3 chares)
=== 1 === Chare 903 (load 7.4270)

=== 1 === Less loaded core 2 P#4 (3 chares, load: 22.6533)
=== 1 === Chare from 2 P#2 (3 chares)
=== 1 === Chare 263 (load 7.4206)

=== 1 === Less loaded core 8 P#9346032 (3 chares, load: 22.6614)
=== 1 === Chare from 8 P#8 (3 chares)
=== 1 === Chare 188 (load 7.3731)

=== 1 === Less loaded core 13 P#0 (3 chares, load: 22.7391)
=== 1 === Chare from 13 P#13 (3 chares)
=== 1 === Chare 411 (load 7.5425)

=== 1 === Less loaded core 12 P#95118080 (3 chares, load: 22.7547)
=== 1 === Chare from 12 P#12 (3 chares)
=== 1 === Chare 408 (load 7.3838)

=== 1 === Less loaded core 5 P#3 (3 chares, load: 23.8053)
=== 1 === Chare from 5 P#5 (3 chares)
=== 1 === Chare 743 (load 7.1490)

=== 1 === Less loaded core 6 P#5 (3 chares, load: 23.9215)
=== 1 === Chare from 6 P#6 (3 chares)
=== 1 === Chare 686 (load 7.1302)

=== 1 === Less loaded core 16 P#95147360 (3 chares, load: 23.9939)
=== 1 === Chare from 16 P#16 (3 chares)
=== 1 === Chare 986 (load 7.1437)

=== 1 === Less loaded core 17 P#0 (3 chares, load: 24.0247)
=== 1 === Chare from 17 P#17 (3 chares)
=== 1 === Chare 552 (load 7.0861)

=== 1 === Less loaded core 7 P#7 (3 chares, load: 24.0277)
=== 1 === Chare from 7 P#7 (3 chares)
=== 1 === Chare 514 (load 7.1619)

=== 1 === Less loaded core 18 P#32 (3 chares, load: 24.1182)
=== 1 === Chare from 18 P#18 (3 chares)
=== 1 === Chare 169 (load 7.3827)

=== 1 === Less loaded core 9 P#0 (3 chares, load: 24.1546)
=== 1 === Chare from 9 P#9 (3 chares)
=== 1 === Chare 751 (load 7.1748)

=== 1 === Less loaded core 14 P#95097344 (3 chares, load: 24.1933)
=== 1 === Chare from 14 P#14 (3 chares)
=== 1 === Chare 896 (load 7.2865)

=== 1 === Less loaded core 11 P#0 (3 chares, load: 24.2149)
=== 1 === Chare from 11 P#11 (3 chares)
=== 1 === Chare 987 (load 7.1845)

=== 1 === Less loaded core 0 P#0 (3 chares, load: 24.2186)
=== 1 === Chare from 0 P#0 (3 chares)
=== 1 === Chare 741 (load 7.1652)

=== 1 === Less loaded core 10 P#0 (3 chares, load: 24.2601)
=== 1 === Chare from 10 P#10 (3 chares)
=== 1 === Chare 749 (load 7.1854)

=== 1 === Less loaded core 1 P#2 (3 chares, load: 24.4911)
=== 1 === Chare from 1 P#1 (3 chares)
=== 1 === Chare 685 (load 7.0998)

[DEBUG] GetBackPlacement from node 7
45 7.1255
29 6.8580
119 6.8559
0 6.8510
6 9.6813
55 7.1641
46 7.1525
54 7.1476
43 9.1767
52 9.1472
53 7.2362
44 7.1226
86 9.8229
85 9.7525
84 9.7359
87 9.7345
120 6.8497
121 6.8350
2 6.8215
1 6.7799
122 9.1830
32 9.1583
31 6.8735
30 6.8557
5 9.6677
51 7.0134
90 6.9850
15 6.9799
102 10.1896
99 9.2910
101 9.2874
100 9.2768
16 7.1428
41 6.9288
36 6.9262
42 6.8708
123 7.0706
89 7.0410
88 7.0331
40 6.9140
20 7.4649
94 7.4335
38 6.9107
39 6.9008
33 6.8837
37 6.8759
35 6.8712
34 6.8697
50 7.5449
59 7.5030
91 7.4929
17 7.4907
93 7.4799
19 7.4474
18 7.4387
92 7.4263
57 7.5153
49 7.5041
58 7.4940
48 7.4733
72 9.7950
73 9.7940
74 9.7488
75 9.7371
4 6.8747
105 6.8357
3 6.8296
106 6.8142
97 9.2982
98 9.2677
24 6.8516
23 6.8299
103 6.9420
22 6.8855
104 6.8849
21 6.8831
95 9.3194
96 9.2948
56 7.5305
61 7.1766
107 9.6975
108 9.6759
25 7.1832
26 7.0899
109 9.6919
110 9.6375
27 7.2046
28 7.1353
64 7.2864
124 7.2098
65 7.1835
125 7.1792
126 7.2108
67 7.1852
66 7.1741
127 7.1376
7 9.7257
8 9.7099
111 7.2564
60 7.2173
9 9.7201
10 9.7134
62 7.2403
63 7.2180
83 7.2839
82 7.2613
80 7.2579
81 7.2259
113 7.3166
114 7.2842
112 7.2090
115 7.1933
12 9.7222
11 9.6970
77 7.2123
76 7.1521
13 9.6761
14 9.6415
78 7.2794
79 7.2097
47 7.5324
117 7.2964
116 7.2871
118 7.1881
71 7.3009
70 7.2882
69 7.2347
68 7.1846
Core 0 load 27.6904
Core 1 load 31.1456
Core 2 load 32.6827
Core 3 load 39.0457
Core 4 load 27.2861
Core 5 load 32.0705
Core 6 load 30.6460
Core 7 load 38.0448
Core 8 load 27.8687
Core 9 load 28.0588
Core 10 load 28.7099
Core 11 load 27.5004
Core 12 load 30.0315
Core 13 load 29.7924
Core 14 load 29.9867
Core 15 load 39.0749
Core 16 load 27.3541
Core 17 load 32.2474
Core 18 load 27.5955
Core 19 load 33.3212
Core 20 load 33.6465
Core 21 load 33.6693
Core 22 load 28.8589
Core 23 load 28.7078
Core 24 load 33.9093
Core 25 load 33.8918
Core 26 load 29.0291
Core 27 load 29.0031
Core 28 load 33.7836
Core 29 load 33.8068
Core 30 load 29.3040
Core 31 load 29.0084
Avg load 31.1491 in [30.2146 ; 32.0836 ]
Swap chares 19 (6.7799) and 63 (9.7371) between cores 4 (27.2861) and 15
(39.0749)
New loads : 4 (30.2432) and 15 (36.1178)
Swap chares 67 (6.8142) and 15 (9.7345) between cores 16 (27.3541) and 3
(39.0457)
New loads : 16 (30.2744) and 3 (36.1254)
Swap chares 47 (6.8697) and 31 (9.2768) between cores 11 (27.5004) and 7
(38.0448)
New loads : 11 (29.9075) and 7 (35.6377)
Swap chares 74 (6.8849) and 14 (9.7359) between cores 18 (27.5955) and 3
(36.1254)
New loads : 18 (30.4464) and 3 (33.2744)
Swap chares 2 (6.8559) and 62 (9.7488) between cores 0 (27.6904) and 15
(36.1178)
New loads : 0 (30.5834) and 15 (33.2248)
Swap chares 34 (6.9262) and 30 (9.2874) between cores 8 (27.8687) and 7
(35.6377)
New loads : 8 (30.2298) and 7 (33.2765)
Swap chares 39 (6.9140) and 99 (7.2173) between cores 9 (28.0588) and 24
(33.9093)
New loads : 9 (28.3620) and 24 (33.6061)
Swap chares 39 (7.2173) and 103 (7.2180) between cores 9 (28.3620) and 25
(33.8918)
New loads : 9 (28.3628) and 25 (33.8910)
Swap chares 38 (7.0331) and 102 (7.2403) between cores 9 (28.3628) and 25
(33.8910)
New loads : 9 (28.5700) and 25 (33.6838)
Swap chares 38 (7.2403) and 118 (7.2794) between cores 9 (28.5700) and 29
(33.8068)
New loads : 9 (28.6091) and 29 (33.7677)
Swap chares 37 (7.0410) and 113 (9.6970) between cores 9 (28.6091) and 28
(33.7836)
New loads : 9 (31.2650) and 28 (31.1277)
Swap chares 95 (7.1376) and 119 (7.2097) between cores 23 (28.7078) and 29
(33.7677)
New loads : 23 (28.7799) and 29 (33.6955)
Swap chares 43 (6.9008) and 119 (7.1376) between cores 10 (28.7099) and 29
(33.6955)
New loads : 10 (28.9467) and 29 (33.4587)
Swap chares 95 (7.2097) and 103 (7.2173) between cores 23 (28.7799) and 25
(33.6838)
New loads : 23 (28.7875) and 25 (33.6763)
Swap chares 93 (7.1852) and 101 (9.7134) between cores 23 (28.7875) and 25
(33.6763)
New loads : 23 (31.3156) and 25 (31.1481)
Swap chares 90 (7.1835) and 86 (7.2046) between cores 22 (28.8589) and 21
(33.6693)
New loads : 22 (28.8800) and 21 (33.6481)
Swap chares 89 (7.2098) and 85 (9.6375) between cores 22 (28.8800) and 21
(33.6481)
New loads : 22 (31.3077) and 21 (31.2204)
Swap chares 42 (6.9107) and 82 (7.1832) between cores 10 (28.9467) and 20
(33.6465)
New loads : 10 (29.2191) and 20 (33.3741)
Swap chares 110 (7.2090) and 98 (7.2564) between cores 27 (29.0031) and 24
(33.6061)
New loads : 27 (29.0505) and 24 (33.5587)
Swap chares 125 (7.2882) and 97 (9.7099) between cores 31 (29.0084) and 24
(33.5587)
New loads : 31 (31.4301) and 24 (31.1370)
Swap chares 105 (7.2613) and 117 (9.6415) between cores 26 (29.0291) and 29
(33.4587)
New loads : 26 (31.4093) and 29 (31.0785)
Swap chares 109 (7.2842) and 81 (9.6759) between cores 27 (29.0505) and 20
(33.3741)
New loads : 27 (31.4423) and 20 (30.9823)
Swap chares 43 (7.1376) and 79 (7.1766) between cores 10 (29.2191) and 19
(33.3212)
New loads : 10 (29.2581) and 19 (33.2822)
Swap chares 42 (7.1832) and 78 (7.5305) between cores 10 (29.2581) and 19
(33.2822)
New loads : 10 (29.6055) and 19 (32.9349)
Swap chares 121 (7.2964) and 29 (9.2910) between cores 30 (29.3040) and 7
(33.2765)
New loads : 30 (31.2987) and 7 (31.2819)
Swap chares 41 (7.4335) and 13 (9.7525) between cores 10 (29.6055) and 3
(33.2744)
New loads : 10 (31.9244) and 3 (30.9555)
Swap chares 53 (7.4474) and 61 (9.7940) between cores 13 (29.7924) and 15
(33.2248)
New loads : 13 (32.1390) and 15 (30.8782)
Swap chares 46 (6.8712) and 78 (7.1832) between cores 11 (29.9075) and 19
(32.9349)
New loads : 11 (30.2195) and 19 (32.6229)
Swap chares 57 (7.5041) and 9 (9.1472) between cores 14 (29.9867) and 2
(32.6827)
New loads : 14 (31.6298) and 2 (31.0396)
Swap chares 49 (7.5030) and 77 (9.2948) between cores 12 (30.0315) and 19
(32.6229)
New loads : 12 (31.8233) and 19 (30.8312)
Swap chares 45 (6.8759) and 69 (9.2677) between cores 11 (30.2195) and 17
(32.2474)
New loads : 11 (32.6113) and 17 (29.8556)
Swap chares 71 (6.8299) and 47 (9.2768) between cores 17 (29.8556) and 11
(32.6113)
New loads : 17 (32.3024) and 11 (30.1644)
Swap chares 47 (6.8299) and 71 (9.2768) between cores 11 (30.1644) and 17
(32.3024)
New loads : 11 (32.6113) and 17 (29.8556)
Swap chares 71 (6.8299) and 47 (9.2768) between cores 17 (29.8556) and 11
(32.6113)
New loads : 17 (32.3024) and 11 (30.1644)
Swap chares 47 (6.8299) and 71 (9.2768) between cores 11 (30.1644) and 17
(32.3024)
New loads : 11 (32.6113) and 17 (29.8556)
Swap chares 71 (6.8299) and 47 (9.2768) between cores 17 (29.8556) and 11
(32.6113)
New loads : 17 (32.3024) and 11 (30.1644)
Swap chares 47 (6.8299) and 71 (9.2768) between cores 11 (30.1644) and 17
(32.3024)
New loads : 11 (32.6113) and 17 (29.8556)
Swap chares 71 (6.8299) and 47 (9.2768) between cores 17 (29.8556) and 11
(32.6113)
New loads : 17 (32.3024) and 11 (30.1644)
Swap chares 47 (6.8299) and 71 (9.2768) between cores 11 (30.1644) and 17
(32.3024)
New loads : 11 (32.6113) and 17 (29.8556)
Swap chares 71 (6.8299) and 47 (9.2768) between cores 17 (29.8556) and 11
(32.6113)
New loads : 17 (32.3024) and 11 (30.1644)
Swap chares 47 (6.8299) and 71 (9.2768) between cores 11 (30.1644) and 17
(32.3024)
New loads : 11 (32.6113) and 17 (29.8556)
Swap chares 71 (6.8299) and 47 (9.2768) between cores 17 (29.8556) and 11
(32.6113)
New loads : 17 (32.3024) and 11 (30.1644)
Swap chares 47 (6.8299) and 71 (9.2768) between cores 11 (30.1644) and 17
(32.3024)
New loads : 11 (32.6113) and 17 (29.8556)
Swap chares 71 (6.8299) and 47 (9.2768) between cores 17 (29.8556) and 11
(32.6113)
New loads : 17 (32.3024) and 11 (30.1644)
Swap chares 47 (6.8299) and 71 (9.2768) between cores 11 (30.1644) and 17
(32.3024)
New loads : 11 (32.6113) and 17 (29.8556)
Swap chares 71 (6.8299) and 47 (9.2768) between cores 17 (29.8556) and 11
(32.6113)
New loads : 17 (32.3024) and 11 (30.1644)
Swap chares 47 (6.8299) and 71 (9.2768) between cores 11 (30.1644) and 17
(32.3024)
New loads : 11 (32.6113) and 17 (29.8556)
Swap chares 71 (6.8299) and 47 (9.2768) between cores 17 (29.8556) and 11
(32.6113)
New loads : 17 (32.3024) and 11 (30.1644)
Swap chares 47 (6.8299) and 71 (9.2768) between cores 11 (30.1644) and 17
(32.3024)
New loads : 11 (32.6113) and 17 (29.8556)
Swap chares 71 (6.8299) and 47 (9.2768) between cores 17 (29.8556) and 11
(32.6113)
New loads : 17 (32.3024) and 11 (30.1644)
Swap chares 47 (6.8299) and 71 (9.2768) between cores 11 (30.1644) and 17
(32.3024)
New loads : 11 (32.6113) and 17 (29.8556)
Swap chares 71 (6.8299) and 47 (9.2768) between cores 17 (29.8556) and 11
(32.6113)
New loads : 17 (32.3024) and 11 (30.1644)
Swap chares 47 (6.8299) and 71 (9.2768) between cores 11 (30.1644) and 17
(32.3024)
New loads : 11 (32.6113) and 17 (29.8556)
Swap chares 71 (6.8299) and 47 (9.2768) between cores 17 (29.8556) and 11
(32.6113)
New loads : 17 (32.3024) and 11 (30.1644)
Swap chares 47 (6.8299) and 71 (9.2768) between cores 11 (30.1644) and 17
(32.3024)
New loads : 11 (32.6113) and 17 (29.8556)
Swap chares 71 (6.8299) and 47 (9.2768) between cores 17 (29.8556) and 11
(32.6113)
New loads : 17 (32.3024) and 11 (30.1644)
Swap chares 47 (6.8299) and 71 (9.2768) between cores 11 (30.1644) and 17
(32.3024)
New loads : 11 (32.6113) and 17 (29.8556)
Swap chares 71 (6.8299) and 47 (9.2768) between cores 17 (29.8556) and 11
(32.6113)
New loads : 17 (32.3024) and 11 (30.1644)
Swap chares 47 (6.8299) and 71 (9.2768) between cores 11 (30.1644) and 17
(32.3024)
New loads : 11 (32.6113) and 17 (29.8556)
Swap chares 71 (6.8299) and 47 (9.2768) between cores 17 (29.8556) and 11
(32.6113)
New loads : 17 (32.3024) and 11 (30.1644)
Swap chares 47 (6.8299) and 71 (9.2768) between cores 11 (30.1644) and 17
(32.3024)
New loads : 11 (32.6113) and 17 (29.8556)
Swap chares 71 (6.8299) and 47 (9.2768) between cores 17 (29.8556) and 11
(32.6113)
New loads : 17 (32.3024) and 11 (30.1644)
Swap chares 47 (6.8299) and 71 (9.2768) between cores 11 (30.1644) and 17
(32.3024)
New loads : 11 (32.6113) and 17 (29.8556)
Swap chares 71 (6.8299) and 47 (9.2768) between cores 17 (29.8556) and 11
(32.6113)
New loads : 17 (32.3024) and 11 (30.1644)
=== 7 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 0 P#0 (0 chares)
=== 7 === Chare 662 (load 9.7488)

=== 7 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 7 === Chare from 1 P#1 (0 chares)
=== 7 === Chare 271 (load 9.6813)

=== 7 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 7 === Chare from 2 P#2 (0 chares)
=== 7 === Chare 500 (load 9.1767)

=== 7 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 7 === Chare from 3 P#3 (0 chares)
=== 7 === Chare 714 (load 9.8229)

=== 7 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 7 === Chare from 4 P#4 (0 chares)
=== 7 === Chare 663 (load 9.7371)

=== 7 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 7 === Chare from 5 P#5 (0 chares)
=== 7 === Chare 963 (load 9.1830)

=== 7 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 7 === Chare from 6 P#6 (0 chares)
=== 7 === Chare 270 (load 9.6677)

=== 7 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 7 === Chare from 7 P#7 (0 chares)
=== 7 === Chare 787 (load 10.1896)

=== 7 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 7 === Chare from 8 P#8 (0 chares)
=== 7 === Chare 786 (load 9.2874)

=== 7 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 9 P#9 (0 chares)
=== 7 === Chare 280 (load 9.6970)

=== 7 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 10 P#10 (0 chares)
=== 7 === Chare 713 (load 9.7525)

=== 7 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 11 P#11 (0 chares)
=== 7 === Chare 783 (load 9.2677)

=== 7 === Less loaded core 12 P#95132128 (0 chares, load: 0.0000)
=== 7 === Chare from 12 P#12 (0 chares)
=== 7 === Chare 781 (load 9.2948)

=== 7 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 13 P#13 (0 chares)
=== 7 === Chare 661 (load 9.7940)

=== 7 === Less loaded core 14 P#95135040 (0 chares, load: 0.0000)
=== 7 === Chare from 14 P#14 (0 chares)
=== 7 === Chare 516 (load 9.1472)

=== 7 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 15 P#15 (0 chares)
=== 7 === Chare 660 (load 9.7950)

=== 7 === Less loaded core 16 P#95118912 (0 chares, load: 0.0000)
=== 7 === Chare from 16 P#16 (0 chares)
=== 7 === Chare 715 (load 9.7345)

=== 7 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 17 P#17 (0 chares)
=== 7 === Chare 782 (load 9.2982)

=== 7 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 7 === Chare from 18 P#18 (0 chares)
=== 7 === Chare 712 (load 9.7359)

=== 7 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 19 P#19 (0 chares)
=== 7 === Chare 780 (load 9.3194)

=== 7 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 20 P#20 (0 chares)
=== 7 === Chare 792 (load 9.6975)

=== 7 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 21 P#21 (0 chares)
=== 7 === Chare 794 (load 9.6919)

=== 7 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 7 === Chare from 22 P#22 (0 chares)
=== 7 === Chare 795 (load 9.6375)

=== 7 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 7 === Chare from 23 P#23 (0 chares)
=== 7 === Chare 279 (load 9.7134)

=== 7 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 7 === Chare from 24 P#24 (0 chares)
=== 7 === Chare 276 (load 9.7257)

=== 7 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 7 === Chare from 25 P#25 (0 chares)
=== 7 === Chare 278 (load 9.7201)

=== 7 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 26 P#26 (0 chares)
=== 7 === Chare 283 (load 9.6415)

=== 7 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 7 === Chare from 27 P#27 (0 chares)
=== 7 === Chare 793 (load 9.6759)

=== 7 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 28 P#28 (0 chares)
=== 7 === Chare 281 (load 9.7222)

=== 7 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 29 P#29 (0 chares)
=== 7 === Chare 282 (load 9.6761)

=== 7 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 7 === Chare from 30 P#30 (0 chares)
=== 7 === Chare 784 (load 9.2910)

=== 7 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 7 === Chare from 31 P#31 (0 chares)
=== 7 === Chare 277 (load 9.7099)

=== 7 === Less loaded core 14 P#95135040 (1 chares, load: 9.1472)
=== 7 === Chare from 14 P#14 (1 chares)
=== 7 === Chare 565 (load 7.5153)

=== 7 === Less loaded core 2 P#4 (1 chares, load: 9.1767)
=== 7 === Chare from 2 P#2 (1 chares)
=== 7 === Chare 510 (load 7.5041)

=== 7 === Less loaded core 5 P#3 (1 chares, load: 9.1830)
=== 7 === Chare from 5 P#5 (1 chares)
=== 7 === Chare 379 (load 9.1583)

=== 7 === Less loaded core 11 P#0 (1 chares, load: 9.2677)
=== 7 === Chare from 11 P#11 (1 chares)
=== 7 === Chare 372 (load 7.1832)

=== 7 === Less loaded core 8 P#9346032 (1 chares, load: 9.2874)
=== 7 === Chare from 8 P#8 (1 chares)
=== 7 === Chare 346 (load 7.1428)

=== 7 === Less loaded core 30 P#-78976 (1 chares, load: 9.2910)
=== 7 === Chare from 30 P#30 (1 chares)
=== 7 === Chare 508 (load 7.5324)

=== 7 === Less loaded core 12 P#95132128 (1 chares, load: 9.2948)
=== 7 === Chare from 12 P#12 (1 chares)
=== 7 === Chare 511 (load 7.5449)

=== 7 === Less loaded core 17 P#0 (1 chares, load: 9.2982)
=== 7 === Chare from 17 P#17 (1 chares)
=== 7 === Chare 785 (load 9.2768)

=== 7 === Less loaded core 19 P#0 (1 chares, load: 9.3194)
=== 7 === Chare from 19 P#19 (1 chares)
=== 7 === Chare 567 (load 7.5030)

=== 7 === Less loaded core 22 P#22 (1 chares, load: 9.6375)
=== 7 === Chare from 22 P#22 (1 chares)
=== 7 === Chare 652 (load 7.2864)

=== 7 === Less loaded core 26 P#1 (1 chares, load: 9.6415)
=== 7 === Chare from 26 P#26 (1 chares)
=== 7 === Chare 711 (load 7.2839)

=== 7 === Less loaded core 6 P#5 (1 chares, load: 9.6677)
=== 7 === Chare from 6 P#6 (1 chares)
=== 7 === Chare 512 (load 7.0134)

=== 7 === Less loaded core 27 P#32767 (1 chares, load: 9.6759)
=== 7 === Chare from 27 P#27 (1 chares)
=== 7 === Chare 942 (load 7.3166)

=== 7 === Less loaded core 29 P#1076058669 (1 chares, load: 9.6761)
=== 7 === Chare from 29 P#29 (1 chares)
=== 7 === Chare 710 (load 7.2613)

=== 7 === Less loaded core 1 P#2 (1 chares, load: 9.6813)
=== 7 === Chare from 1 P#1 (1 chares)
=== 7 === Chare 519 (load 7.1641)

=== 7 === Less loaded core 21 P#0 (1 chares, load: 9.6919)
=== 7 === Chare from 21 P#21 (1 chares)
=== 7 === Chare 996 (load 7.2098)

=== 7 === Less loaded core 9 P#0 (1 chares, load: 9.6970)
=== 7 === Chare from 9 P#9 (1 chares)
=== 7 === Chare 706 (load 7.2794)

=== 7 === Less loaded core 20 P#0 (1 chares, load: 9.6975)
=== 7 === Chare from 20 P#20 (1 chares)
=== 7 === Chare 943 (load 7.2842)

=== 7 === Less loaded core 31 P#32767 (1 chares, load: 9.7099)
=== 7 === Chare from 31 P#31 (1 chares)
=== 7 === Chare 659 (load 7.3009)

=== 7 === Less loaded core 23 P#23 (1 chares, load: 9.7134)
=== 7 === Chare from 23 P#23 (1 chares)
=== 7 === Chare 592 (load 7.2173)

=== 7 === Less loaded core 25 P#32767 (1 chares, load: 9.7201)
=== 7 === Chare from 25 P#25 (1 chares)
=== 7 === Chare 707 (load 7.2097)

=== 7 === Less loaded core 28 P#1610612736 (1 chares, load: 9.7222)
=== 7 === Chare from 28 P#28 (1 chares)
=== 7 === Chare 705 (load 7.2123)

=== 7 === Less loaded core 24 P#24 (1 chares, load: 9.7257)
=== 7 === Chare from 24 P#24 (1 chares)
=== 7 === Chare 658 (load 7.2882)

=== 7 === Less loaded core 16 P#95118912 (1 chares, load: 9.7345)
=== 7 === Chare from 16 P#16 (1 chares)
=== 7 === Chare 183 (load 6.8747)

=== 7 === Less loaded core 18 P#32 (1 chares, load: 9.7359)
=== 7 === Chare from 18 P#18 (1 chares)
=== 7 === Chare 788 (load 6.9420)

=== 7 === Less loaded core 4 P#1 (1 chares, load: 9.7371)
=== 7 === Chare from 4 P#4 (1 chares)
=== 7 === Chare 961 (load 6.8497)

=== 7 === Less loaded core 0 P#0 (1 chares, load: 9.7488)
=== 7 === Chare from 0 P#0 (1 chares)
=== 7 === Chare 502 (load 7.1255)

=== 7 === Less loaded core 10 P#0 (1 chares, load: 9.7525)
=== 7 === Chare from 10 P#10 (1 chares)
=== 7 === Chare 564 (load 7.5305)

=== 7 === Less loaded core 13 P#0 (1 chares, load: 9.7940)
=== 7 === Chare from 13 P#13 (1 chares)
=== 7 === Chare 778 (load 7.4799)

=== 7 === Less loaded core 15 P#0 (1 chares, load: 9.7950)
=== 7 === Chare from 15 P#15 (1 chares)
=== 7 === Chare 366 (load 7.4474)

=== 7 === Less loaded core 3 P#6 (1 chares, load: 9.8229)
=== 7 === Chare from 3 P#3 (1 chares)
=== 7 === Chare 779 (load 7.4335)

=== 7 === Less loaded core 7 P#7 (1 chares, load: 10.1896)
=== 7 === Chare from 7 P#7 (1 chares)
=== 7 === Chare 954 (load 7.2964)

=== 7 === Less loaded core 8 P#9346032 (2 chares, load: 16.4302)
=== 7 === Chare from 8 P#8 (2 chares)
=== 7 === Chare 448 (load 6.9288)

=== 7 === Less loaded core 11 P#0 (2 chares, load: 16.4509)
=== 7 === Chare from 11 P#11 (2 chares)
=== 7 === Chare 397 (load 6.8837)

=== 7 === Less loaded core 4 P#1 (2 chares, load: 16.5868)
=== 7 === Chare from 4 P#4 (2 chares)
=== 7 === Chare 962 (load 6.8350)

=== 7 === Less loaded core 16 P#95118912 (2 chares, load: 16.6092)
=== 7 === Chare from 16 P#16 (2 chares)
=== 7 === Chare 790 (load 6.8357)

=== 7 === Less loaded core 14 P#95135040 (2 chares, load: 16.6625)
=== 7 === Chare from 14 P#14 (2 chares)
=== 7 === Chare 566 (load 7.4940)

=== 7 === Less loaded core 18 P#32 (2 chares, load: 16.6779)
=== 7 === Chare from 18 P#18 (2 chares)
=== 7 === Chare 369 (load 6.8855)

=== 7 === Less loaded core 2 P#4 (2 chares, load: 16.6808)
=== 7 === Chare from 2 P#2 (2 chares)
=== 7 === Chare 517 (load 7.2362)

=== 7 === Less loaded core 6 P#5 (2 chares, load: 16.6811)
=== 7 === Chare from 6 P#6 (2 chares)
=== 7 === Chare 756 (load 6.9850)

=== 7 === Less loaded core 19 P#0 (2 chares, load: 16.8224)
=== 7 === Chare from 19 P#19 (2 chares)
=== 7 === Chare 999 (load 7.1376)

=== 7 === Less loaded core 30 P#-78976 (2 chares, load: 16.8234)
=== 7 === Chare from 30 P#30 (2 chares)
=== 7 === Chare 953 (load 7.2871)

=== 7 === Less loaded core 12 P#95132128 (2 chares, load: 16.8397)
=== 7 === Chare from 12 P#12 (2 chares)
=== 7 === Chare 776 (load 7.4929)

=== 7 === Less loaded core 1 P#2 (2 chares, load: 16.8454)
=== 7 === Chare from 1 P#1 (2 chares)
=== 7 === Chare 503 (load 7.1525)

=== 7 === Less loaded core 0 P#0 (2 chares, load: 16.8743)
=== 7 === Chare from 0 P#0 (2 chares)
=== 7 === Chare 376 (load 6.8580)

=== 7 === Less loaded core 21 P#0 (2 chares, load: 16.9017)
=== 7 === Chare from 21 P#21 (2 chares)
=== 7 === Chare 653 (load 7.1835)

=== 7 === Less loaded core 22 P#22 (2 chares, load: 16.9239)
=== 7 === Chare from 22 P#22 (2 chares)
=== 7 === Chare 374 (load 7.2046)

=== 7 === Less loaded core 26 P#2 (2 chares, load: 16.9255)
=== 7 === Chare from 26 P#26 (2 chares)
=== 7 === Chare 708 (load 7.2579)

=== 7 === Less loaded core 25 P#32767 (2 chares, load: 16.9298)
=== 7 === Chare from 25 P#25 (2 chares)
=== 7 === Chare 655 (load 7.1852)

=== 7 === Less loaded core 23 P#23 (2 chares, load: 16.9307)
=== 7 === Chare from 23 P#23 (2 chares)
=== 7 === Chare 998 (load 7.2108)

=== 7 === Less loaded core 28 P#1006632960 (2 chares, load: 16.9345)
=== 7 === Chare from 28 P#28 (2 chares)
=== 7 === Chare 704 (load 7.1521)

=== 7 === Less loaded core 29 P#1076948990 (2 chares, load: 16.9375)
=== 7 === Chare from 29 P#29 (2 chares)
=== 7 === Chare 594 (load 7.2403)

=== 7 === Less loaded core 9 P#0 (2 chares, load: 16.9764)
=== 7 === Chare from 9 P#9 (2 chares)
=== 7 === Chare 595 (load 7.2180)

=== 7 === Less loaded core 20 P#0 (2 chares, load: 16.9817)
=== 7 === Chare from 20 P#20 (2 chares)
=== 7 === Chare 373 (load 7.0899)

=== 7 === Less loaded core 27 P#32767 (2 chares, load: 16.9925)
=== 7 === Chare from 27 P#27 (2 chares)
=== 7 === Chare 940 (load 7.2564)

=== 7 === Less loaded core 31 P#32767 (2 chares, load: 17.0108)
=== 7 === Chare from 31 P#31 (2 chares)
=== 7 === Chare 657 (load 7.2347)

=== 7 === Less loaded core 24 P#24 (2 chares, load: 17.0139)
=== 7 === Chare from 24 P#24 (2 chares)
=== 7 === Chare 941 (load 7.2090)

=== 7 === Less loaded core 15 P#0 (2 chares, load: 17.2424)
=== 7 === Chare from 15 P#15 (2 chares)
=== 7 === Chare 960 (load 6.8559)

=== 7 === Less loaded core 3 P#6 (2 chares, load: 17.2564)
=== 7 === Chare from 3 P#3 (2 chares)
=== 7 === Chare 789 (load 6.8849)

=== 7 === Less loaded core 13 P#0 (2 chares, load: 17.2739)
=== 7 === Chare from 13 P#13 (2 chares)
=== 7 === Chare 365 (load 7.4387)

=== 7 === Less loaded core 10 P#0 (2 chares, load: 17.2829)
=== 7 === Chare from 10 P#10 (2 chares)
=== 7 === Chare 367 (load 7.4649)

=== 7 === Less loaded core 7 P#7 (2 chares, load: 17.4860)
=== 7 === Chare from 7 P#7 (2 chares)
=== 7 === Chare 417 (load 6.9262)

=== 7 === Less loaded core 5 P#3 (2 chares, load: 18.3413)
=== 7 === Chare from 5 P#5 (2 chares)
=== 7 === Chare 378 (load 6.8735)

=== 7 === Less loaded core 17 P#0 (2 chares, load: 18.5749)
=== 7 === Chare from 17 P#17 (2 chares)
=== 7 === Chare 419 (load 6.8759)

=== 7 === Less loaded core 11 P#0 (3 chares, load: 23.3346)
=== 7 === Chare from 11 P#11 (3 chares)
=== 7 === Chare 370 (load 6.8299)

=== 7 === Less loaded core 8 P#9346032 (3 chares, load: 23.3590)
=== 7 === Chare from 8 P#8 (3 chares)
=== 7 === Chare 453 (load 6.8708)

=== 7 === Less loaded core 4 P#1 (3 chares, load: 23.4218)
=== 7 === Chare from 4 P#4 (3 chares)
=== 7 === Chare 178 (load 6.8215)

=== 7 === Less loaded core 16 P#95118912 (3 chares, load: 23.4449)
=== 7 === Chare from 16 P#16 (3 chares)
=== 7 === Chare 182 (load 6.8296)

=== 7 === Less loaded core 18 P#32 (3 chares, load: 23.5634)
=== 7 === Chare from 18 P#18 (3 chares)
=== 7 === Chare 368 (load 6.8831)

=== 7 === Less loaded core 6 P#5 (3 chares, load: 23.6661)
=== 7 === Chare from 6 P#6 (3 chares)
=== 7 === Chare 292 (load 6.9799)

=== 7 === Less loaded core 0 P#0 (3 chares, load: 23.7324)
=== 7 === Chare from 0 P#0 (3 chares)
=== 7 === Chare 176 (load 6.8510)

=== 7 === Less loaded core 2 P#4 (3 chares, load: 23.9169)
=== 7 === Chare from 2 P#2 (3 chares)
=== 7 === Chare 501 (load 7.1226)

=== 7 === Less loaded core 19 P#0 (3 chares, load: 23.9600)
=== 7 === Chare from 19 P#19 (3 chares)
=== 7 === Chare 405 (load 6.8712)

=== 7 === Less loaded core 1 P#2 (3 chares, load: 23.9980)
=== 7 === Chare from 1 P#1 (3 chares)
=== 7 === Chare 518 (load 7.1476)

=== 7 === Less loaded core 20 P#0 (3 chares, load: 24.0716)
=== 7 === Chare from 20 P#20 (3 chares)
=== 7 === Chare 440 (load 6.9107)

=== 7 === Less loaded core 21 P#0 (3 chares, load: 24.0851)
=== 7 === Chare from 21 P#21 (3 chares)
=== 7 === Chare 375 (load 7.1353)

=== 7 === Less loaded core 28 P#-1543503872 (3 chares, load: 24.0866)
=== 7 === Chare from 28 P#28 (3 chares)
=== 7 === Chare 748 (load 7.0410)

=== 7 === Less loaded core 15 P#0 (3 chares, load: 24.0983)
=== 7 === Chare from 15 P#15 (3 chares)
=== 7 === Chare 177 (load 6.7799)

=== 7 === Less loaded core 30 P#-78976 (3 chares, load: 24.1105)
=== 7 === Chare from 30 P#30 (3 chares)
=== 7 === Chare 955 (load 7.1881)

=== 7 === Less loaded core 25 P#32767 (3 chares, load: 24.1150)
=== 7 === Chare from 25 P#25 (3 chares)
=== 7 === Chare 740 (load 7.0331)

=== 7 === Less loaded core 22 P#22 (3 chares, load: 24.1285)
=== 7 === Chare from 22 P#22 (3 chares)
=== 7 === Chare 997 (load 7.1792)

=== 7 === Less loaded core 3 P#6 (3 chares, load: 24.1413)
=== 7 === Chare from 3 P#3 (3 chares)
=== 7 === Chare 791 (load 6.8142)

=== 7 === Less loaded core 23 P#23 (3 chares, load: 24.1415)
=== 7 === Chare from 23 P#23 (3 chares)
=== 7 === Chare 654 (load 7.1741)

=== 7 === Less loaded core 14 P#95135040 (3 chares, load: 24.1566)
=== 7 === Chare from 14 P#14 (3 chares)
=== 7 === Chare 509 (load 7.4733)

=== 7 === Less loaded core 29 P#1077423490 (3 chares, load: 24.1778)
=== 7 === Chare from 29 P#29 (3 chares)
=== 7 === Chare 441 (load 6.9008)

=== 7 === Less loaded core 26 P#3 (3 chares, load: 24.1834)
=== 7 === Chare from 26 P#26 (3 chares)
=== 7 === Chare 709 (load 7.2259)

=== 7 === Less loaded core 9 P#0 (3 chares, load: 24.1944)
=== 7 === Chare from 9 P#9 (3 chares)
=== 7 === Chare 984 (load 7.0706)

=== 7 === Less loaded core 24 P#24 (3 chares, load: 24.2230)
=== 7 === Chare from 24 P#24 (3 chares)
=== 7 === Chare 442 (load 6.9140)

=== 7 === Less loaded core 31 P#32767 (3 chares, load: 24.2455)
=== 7 === Chare from 31 P#31 (3 chares)
=== 7 === Chare 656 (load 7.1846)

=== 7 === Less loaded core 27 P#32767 (3 chares, load: 24.2490)
=== 7 === Chare from 27 P#27 (3 chares)
=== 7 === Chare 952 (load 7.1933)

=== 7 === Less loaded core 12 P#95132128 (3 chares, load: 24.3326)
=== 7 === Chare from 12 P#12 (3 chares)
=== 7 === Chare 364 (load 7.4907)

=== 7 === Less loaded core 7 P#7 (3 chares, load: 24.4122)
=== 7 === Chare from 7 P#7 (3 chares)
=== 7 === Chare 404 (load 6.8697)

=== 7 === Less loaded core 13 P#0 (3 chares, load: 24.7126)
=== 7 === Chare from 13 P#13 (3 chares)
=== 7 === Chare 777 (load 7.4263)

=== 7 === Less loaded core 10 P#0 (3 chares, load: 24.7478)
=== 7 === Chare from 10 P#10 (3 chares)
=== 7 === Chare 593 (load 7.1766)

=== 7 === Less loaded core 5 P#3 (3 chares, load: 25.2148)
=== 7 === Chare from 5 P#5 (3 chares)
=== 7 === Chare 377 (load 6.8557)

=== 7 === Less loaded core 17 P#0 (3 chares, load: 25.4509)
=== 7 === Chare from 17 P#17 (3 chares)
=== 7 === Chare 371 (load 6.8516)

[DEBUG] GetBackPlacement from node 0
0 9.6644
1 9.6517
84 7.3585
37 7.3425
116 7.4761
115 7.4499
52 7.4230
51 7.4173
4 9.9671
2 9.7281
3 9.7006
5 9.6243
39 7.5479
38 7.5156
40 7.4652
25 7.4117
94 7.5155
18 7.5016
17 7.3992
93 7.3954
107 7.4903
108 7.4295
55 7.4077
56 7.3973
105 7.4694
54 7.4580
106 7.4467
53 7.3513
82 7.4500
83 7.4437
68 7.4340
81 7.3204
7 9.7131
6 9.6785
27 7.5201
26 7.4812
20 7.5393
19 7.5298
96 7.5246
95 7.4846
97 7.4669
58 7.4616
98 7.4358
57 7.3722
99 7.5189
59 7.5009
60 7.4495
100 7.3747
114 7.5589
49 7.4652
50 7.4524
124 6.8414
66 7.4540
67 7.4306
113 7.4103
65 7.3620
123 6.8539
117 6.8394
122 6.8371
121 6.8205
119 6.8671
125 6.8613
126 6.8430
120 6.8429
8 9.7461
9 9.2616
28 7.3594
41 7.2427
11 9.3035
10 9.2659
42 7.3697
43 7.1430
36 7.2153
112 7.1827
111 7.1449
35 7.1282
101 7.0581
77 7.0037
127 6.9262
118 6.8606
12 9.2692
13 9.1991
44 7.1700
69 7.0550
14 9.3286
15 9.1749
71 7.1587
70 7.1006
16 10.2098
72 9.7120
104 9.5952
80 9.5870
102 7.2932
78 7.1404
79 7.1207
103 7.0764
23 9.6976
22 9.6671
24 9.6512
21 9.5415
91 7.4324
90 7.4007
92 7.3675
89 7.3089
75 7.4503
31 7.4350
76 7.4256
32 7.4158
110 7.2304
34 7.1538
109 7.1466
33 7.0663
74 7.4918
29 7.4498
73 7.3491
30 7.3355
48 7.5235
88 7.4805
87 7.4173
47 7.3941
85 9.4415
45 9.3918
46 7.4545
86 7.4463
61 9.3443
64 7.4758
62 7.4067
63 7.3913
Core 0 load 34.0171
Core 1 load 29.7664
Core 2 load 39.0201
Core 3 load 29.9404
Core 4 load 29.8118
Core 5 load 29.7248
Core 6 load 29.7254
Core 7 load 29.6480
Core 8 load 34.3930
Core 9 load 30.0782
Core 10 load 29.7365
Core 11 load 29.8440
Core 12 load 29.3179
Core 13 load 29.6568
Core 14 load 27.3509
Core 15 load 27.4143
Core 16 load 33.6099
Core 17 load 33.0821
Core 18 load 28.6712
Core 19 load 27.8487
Core 20 load 32.6932
Core 21 load 32.7627
Core 22 load 39.1039
Core 23 load 28.6307
Core 24 load 38.5574
Core 25 load 29.5095
Core 26 load 29.7267
Core 27 load 28.5971
Core 28 load 29.6263
Core 29 load 29.8155
Core 30 load 33.7341
Core 31 load 31.6181
Avg load 31.1573 in [30.2226 ; 32.0920 ]
Swap chares 59 (6.8205) and 91 (9.5870) between cores 14 (27.3509) and 22
(39.1039)
New loads : 14 (30.1174) and 22 (36.3374)
Swap chares 63 (6.8429) and 11 (9.6243) between cores 15 (27.4143) and 2
(39.0201)
New loads : 15 (30.1957) and 2 (36.2387)
Swap chares 79 (6.8606) and 99 (9.5415) between cores 19 (27.8487) and 24
(38.5574)
New loads : 19 (30.5296) and 24 (35.8765)
Swap chares 110 (7.1466) and 90 (9.5952) between cores 27 (28.5971) and 22
(36.3374)
New loads : 27 (31.0456) and 22 (33.8889)
Swap chares 94 (7.1207) and 10 (9.7006) between cores 23 (28.6307) and 2
(36.2387)
New loads : 23 (31.2106) and 2 (33.6588)
Swap chares 74 (7.1449) and 98 (9.6512) between cores 18 (28.6712) and 24
(35.8765)
New loads : 18 (31.1774) and 24 (33.3702)
Swap chares 51 (6.8414) and 35 (7.4812) between cores 12 (29.3179) and 8
(34.3930)
New loads : 12 (29.9577) and 8 (33.7532)
Swap chares 103 (7.3089) and 3 (7.3425) between cores 25 (29.5095) and 0
(34.0171)
New loads : 25 (29.5431) and 0 (33.9835)
Swap chares 101 (7.4007) and 1 (9.6517) between cores 25 (29.5431) and 0
(33.9835)
New loads : 25 (31.7941) and 0 (31.7324)
Swap chares 113 (7.4498) and 89 (9.7120) between cores 28 (29.6263) and 22
(33.8889)
New loads : 28 (31.8884) and 22 (31.6268)
Swap chares 30 (7.4340) and 34 (7.5201) between cores 7 (29.6480) and 8
(33.7532)
New loads : 7 (29.7342) and 8 (33.6670)
Swap chares 55 (7.3620) and 123 (7.4463) between cores 13 (29.6568) and 30
(33.7341)
New loads : 13 (29.7412) and 30 (33.6497)
Swap chares 22 (7.4077) and 34 (7.4340) between cores 5 (29.7248) and 8
(33.6670)
New loads : 5 (29.7511) and 8 (33.6407)
Swap chares 25 (7.4580) and 9 (9.7281) between cores 6 (29.7254) and 2
(33.6588)
New loads : 6 (31.9955) and 2 (31.3887)
Swap chares 106 (7.4256) and 122 (7.4545) between cores 26 (29.7267) and 30
(33.6497)
New loads : 26 (29.7555) and 30 (33.6209)
Swap chares 29 (7.4437) and 33 (9.6785) between cores 7 (29.7342) and 8
(33.6407)
New loads : 7 (31.9690) and 8 (31.4059)
Swap chares 41 (7.4616) and 121 (9.3918) between cores 10 (29.7365) and 30
(33.6209)
New loads : 10 (31.6667) and 30 (31.6907)
Swap chares 53 (7.4306) and 65 (9.2616) between cores 13 (29.7412) and 16
(33.6099)
New loads : 13 (31.5722) and 16 (31.7789)
Swap chares 21 (7.4295) and 97 (9.6671) between cores 5 (29.7511) and 24
(33.3702)
New loads : 5 (31.9887) and 24 (31.1326)
Swap chares 105 (7.4350) and 69 (9.2659) between cores 26 (29.7555) and 17
(33.0821)
New loads : 26 (31.5864) and 17 (31.2512)
Swap chares 5 (7.4499) and 85 (9.1749) between cores 1 (29.7664) and 21
(32.7627)
New loads : 1 (31.4914) and 21 (31.0377)
Swap chares 17 (7.5016) and 81 (9.1991) between cores 4 (29.8118) and 20
(32.6932)
New loads : 4 (31.5092) and 20 (30.9958)
=== 0 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 0 P#0 (0 chares)
=== 0 === Chare 19 (load 9.6644)

=== 0 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 0 === Chare from 1 P#1 (0 chares)
=== 0 === Chare 34 (load 9.1749)

=== 0 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 0 === Chare from 2 P#2 (0 chares)
=== 0 === Chare 23 (load 9.9671)

=== 0 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 0 === Chare from 3 P#3 (0 chares)
=== 0 === Chare 58 (load 7.5479)

=== 0 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 0 === Chare from 4 P#4 (0 chares)
=== 0 === Chare 32 (load 9.1991)

=== 0 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 0 === Chare from 5 P#5 (0 chares)
=== 0 === Chare 41 (load 9.6671)

=== 0 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 0 === Chare from 6 P#6 (0 chares)
=== 0 === Chare 21 (load 9.7281)

=== 0 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 0 === Chare from 7 P#7 (0 chares)
=== 0 === Chare 25 (load 9.6785)

=== 0 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 0 === Chare from 8 P#8 (0 chares)
=== 0 === Chare 26 (load 9.7131)

=== 0 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 9 P#9 (0 chares)
=== 0 === Chare 39 (load 7.5393)

=== 0 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 10 P#10 (0 chares)
=== 0 === Chare 64 (load 9.3918)

=== 0 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 11 P#11 (0 chares)
=== 0 === Chare 146 (load 7.5189)

=== 0 === Less loaded core 12 P#95136224 (0 chares, load: 0.0000)
=== 0 === Chare from 12 P#12 (0 chares)
=== 0 === Chare 161 (load 7.5589)

=== 0 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 13 P#13 (0 chares)
=== 0 === Chare 28 (load 9.2616)

=== 0 === Less loaded core 14 P#95133984 (0 chares, load: 0.0000)
=== 0 === Chare from 14 P#14 (0 chares)
=== 0 === Chare 119 (load 9.5870)

=== 0 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 15 P#15 (0 chares)
=== 0 === Chare 24 (load 9.6243)

=== 0 === Less loaded core 16 P#95135296 (0 chares, load: 0.0000)
=== 0 === Chare from 16 P#16 (0 chares)
=== 0 === Chare 27 (load 9.7461)

=== 0 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 17 P#17 (0 chares)
=== 0 === Chare 30 (load 9.3035)

=== 0 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 0 === Chare from 18 P#18 (0 chares)
=== 0 === Chare 43 (load 9.6512)

=== 0 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 19 P#19 (0 chares)
=== 0 === Chare 40 (load 9.5415)

=== 0 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 20 P#20 (0 chares)
=== 0 === Chare 31 (load 9.2692)

=== 0 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 21 P#21 (0 chares)
=== 0 === Chare 33 (load 9.3286)

=== 0 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 0 === Chare from 22 P#22 (0 chares)
=== 0 === Chare 35 (load 10.2098)

=== 0 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 0 === Chare from 23 P#23 (0 chares)
=== 0 === Chare 22 (load 9.7006)

=== 0 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 0 === Chare from 24 P#24 (0 chares)
=== 0 === Chare 42 (load 9.6976)

=== 0 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 0 === Chare from 25 P#25 (0 chares)
=== 0 === Chare 20 (load 9.6517)

=== 0 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 26 P#26 (0 chares)
=== 0 === Chare 29 (load 9.2659)

=== 0 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 0 === Chare from 27 P#27 (0 chares)
=== 0 === Chare 151 (load 9.5952)

=== 0 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 28 P#28 (0 chares)
=== 0 === Chare 91 (load 9.7120)

=== 0 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 29 P#29 (0 chares)
=== 0 === Chare 67 (load 7.5235)

=== 0 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 0 === Chare from 30 P#30 (0 chares)
=== 0 === Chare 132 (load 9.4415)

=== 0 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 0 === Chare from 31 P#31 (0 chares)
=== 0 === Chare 80 (load 9.3443)

=== 0 === Less loaded core 11 P#0 (1 chares, load: 7.5189)
=== 0 === Chare from 11 P#11 (1 chares)
=== 0 === Chare 78 (load 7.5009)

=== 0 === Less loaded core 29 P#1075714073 (1 chares, load: 7.5235)
=== 0 === Chare from 29 P#29 (1 chares)
=== 0 === Chare 135 (load 7.4805)

=== 0 === Less loaded core 9 P#0 (1 chares, load: 7.5393)
=== 0 === Chare from 9 P#9 (1 chares)
=== 0 === Chare 38 (load 7.5298)

=== 0 === Less loaded core 3 P#6 (1 chares, load: 7.5479)
=== 0 === Chare from 3 P#3 (1 chares)
=== 0 === Chare 57 (load 7.5156)

=== 0 === Less loaded core 12 P#95136224 (1 chares, load: 7.5589)
=== 0 === Chare from 12 P#12 (1 chares)
=== 0 === Chare 45 (load 7.4812)

=== 0 === Less loaded core 1 P#2 (1 chares, load: 9.1749)
=== 0 === Chare from 1 P#1 (1 chares)
=== 0 === Chare 163 (load 7.4761)

=== 0 === Less loaded core 4 P#1 (1 chares, load: 9.1991)
=== 0 === Chare from 4 P#4 (1 chares)
=== 0 === Chare 141 (load 7.5155)

=== 0 === Less loaded core 13 P#0 (1 chares, load: 9.2616)
=== 0 === Chare from 13 P#13 (1 chares)
=== 0 === Chare 85 (load 7.4540)

=== 0 === Less loaded core 26 P#1 (1 chares, load: 9.2659)
=== 0 === Chare from 26 P#26 (1 chares)
=== 0 === Chare 65 (load 7.4545)

=== 0 === Less loaded core 20 P#0 (1 chares, load: 9.2692)
=== 0 === Chare from 20 P#20 (1 chares)
=== 0 === Chare 37 (load 7.5016)

=== 0 === Less loaded core 17 P#0 (1 chares, load: 9.3035)
=== 0 === Chare from 17 P#17 (1 chares)
=== 0 === Chare 50 (load 7.4350)

=== 0 === Less loaded core 21 P#0 (1 chares, load: 9.3286)
=== 0 === Chare from 21 P#21 (1 chares)
=== 0 === Chare 162 (load 7.4499)

=== 0 === Less loaded core 31 P#32767 (1 chares, load: 9.3443)
=== 0 === Chare from 31 P#31 (1 chares)
=== 0 === Chare 83 (load 7.4758)

=== 0 === Less loaded core 10 P#0 (1 chares, load: 9.3918)
=== 0 === Chare from 10 P#10 (1 chares)
=== 0 === Chare 144 (load 7.4669)

=== 0 === Less loaded core 30 P#-78976 (1 chares, load: 9.4415)
=== 0 === Chare from 30 P#30 (1 chares)
=== 0 === Chare 77 (load 7.4616)

=== 0 === Less loaded core 19 P#0 (1 chares, load: 9.5415)
=== 0 === Chare from 19 P#19 (1 chares)
=== 0 === Chare 148 (load 7.0581)

=== 0 === Less loaded core 14 P#95133984 (1 chares, load: 9.5870)
=== 0 === Chare from 14 P#14 (1 chares)
=== 0 === Chare 455 (load 6.8539)

=== 0 === Less loaded core 27 P#32767 (1 chares, load: 9.5952)
=== 0 === Chare from 27 P#27 (1 chares)
=== 0 === Chare 157 (load 7.2304)

=== 0 === Less loaded core 15 P#0 (1 chares, load: 9.6243)
=== 0 === Chare from 15 P#15 (1 chares)
=== 0 === Chare 398 (load 6.8671)

=== 0 === Less loaded core 18 P#32 (1 chares, load: 9.6512)
=== 0 === Chare from 18 P#18 (1 chares)
=== 0 === Chare 55 (load 7.2153)

=== 0 === Less loaded core 25 P#32767 (1 chares, load: 9.6517)
=== 0 === Chare from 25 P#25 (1 chares)
=== 0 === Chare 138 (load 7.4324)

=== 0 === Less loaded core 0 P#0 (1 chares, load: 9.6644)
=== 0 === Chare from 0 P#0 (1 chares)
=== 0 === Chare 137 (load 7.4007)

=== 0 === Less loaded core 5 P#3 (1 chares, load: 9.6671)
=== 0 === Chare from 5 P#5 (1 chares)
=== 0 === Chare 154 (load 7.4903)

=== 0 === Less loaded core 7 P#7 (1 chares, load: 9.6785)
=== 0 === Chare from 7 P#7 (1 chares)
=== 0 === Chare 46 (load 7.5201)

=== 0 === Less loaded core 24 P#24 (1 chares, load: 9.6976)
=== 0 === Chare from 24 P#24 (1 chares)
=== 0 === Chare 155 (load 7.4295)

=== 0 === Less loaded core 23 P#23 (1 chares, load: 9.7006)
=== 0 === Chare from 23 P#23 (1 chares)
=== 0 === Chare 149 (load 7.2932)

=== 0 === Less loaded core 28 P#-2013265920 (1 chares, load: 9.7120)
=== 0 === Chare from 28 P#28 (1 chares)
=== 0 === Chare 93 (load 7.4918)

=== 0 === Less loaded core 8 P#9346032 (1 chares, load: 9.7131)
=== 0 === Chare from 8 P#8 (1 chares)
=== 0 === Chare 122 (load 7.4437)

=== 0 === Less loaded core 6 P#5 (1 chares, load: 9.7281)
=== 0 === Chare from 6 P#6 (1 chares)
=== 0 === Chare 152 (load 7.4694)

=== 0 === Less loaded core 16 P#95135296 (1 chares, load: 9.7461)
=== 0 === Chare from 16 P#16 (1 chares)
=== 0 === Chare 86 (load 7.4306)

=== 0 === Less loaded core 2 P#4 (1 chares, load: 9.9671)
=== 0 === Chare from 2 P#2 (1 chares)
=== 0 === Chare 73 (load 7.4580)

=== 0 === Less loaded core 22 P#22 (1 chares, load: 10.2098)
=== 0 === Chare from 22 P#22 (1 chares)
=== 0 === Chare 48 (load 7.4498)

=== 0 === Less loaded core 29 P#1076757014 (2 chares, load: 15.0041)
=== 0 === Chare from 29 P#29 (2 chares)
=== 0 === Chare 134 (load 7.4173)

=== 0 === Less loaded core 11 P#0 (2 chares, load: 15.0198)
=== 0 === Chare from 11 P#11 (2 chares)
=== 0 === Chare 79 (load 7.4495)

=== 0 === Less loaded core 12 P#95136224 (2 chares, load: 15.0401)
=== 0 === Chare from 12 P#12 (2 chares)
=== 0 === Chare 68 (load 7.4652)

=== 0 === Less loaded core 3 P#6 (2 chares, load: 15.0635)
=== 0 === Chare from 3 P#3 (2 chares)
=== 0 === Chare 59 (load 7.4652)

=== 0 === Less loaded core 9 P#0 (2 chares, load: 15.0691)
=== 0 === Chare from 9 P#9 (2 chares)
=== 0 === Chare 143 (load 7.5246)

=== 0 === Less loaded core 14 P#95133984 (2 chares, load: 16.4409)
=== 0 === Chare from 14 P#14 (2 chares)
=== 0 === Chare 210 (load 6.8394)

=== 0 === Less loaded core 15 P#0 (2 chares, load: 16.4914)
=== 0 === Chare from 15 P#15 (2 chares)
=== 0 === Chare 525 (load 6.8613)

=== 0 === Less loaded core 19 P#0 (2 chares, load: 16.5996)
=== 0 === Chare from 19 P#19 (2 chares)
=== 0 === Chare 116 (load 7.0037)

=== 0 === Less loaded core 1 P#2 (2 chares, load: 16.6510)
=== 0 === Chare from 1 P#1 (2 chares)
=== 0 === Chare 71 (load 7.4230)

=== 0 === Less loaded core 4 P#1 (2 chares, load: 16.7146)
=== 0 === Chare from 4 P#4 (2 chares)
=== 0 === Chare 36 (load 7.3992)

=== 0 === Less loaded core 13 P#0 (2 chares, load: 16.7156)
=== 0 === Chare from 13 P#13 (2 chares)
=== 0 === Chare 133 (load 7.4463)

=== 0 === Less loaded core 26 P#2 (2 chares, load: 16.7204)
=== 0 === Chare from 26 P#26 (2 chares)
=== 0 === Chare 94 (load 7.4503)

=== 0 === Less loaded core 17 P#0 (2 chares, load: 16.7385)
=== 0 === Chare from 17 P#17 (2 chares)
=== 0 === Chare 61 (load 7.3697)

=== 0 === Less loaded core 20 P#0 (2 chares, load: 16.7708)
=== 0 === Chare from 20 P#20 (2 chares)
=== 0 === Chare 63 (load 7.1700)

=== 0 === Less loaded core 21 P#0 (2 chares, load: 16.7785)
=== 0 === Chare from 21 P#21 (2 chares)
=== 0 === Chare 90 (load 7.1587)

=== 0 === Less loaded core 31 P#32767 (2 chares, load: 16.8201)
=== 0 === Chare from 31 P#31 (2 chares)
=== 0 === Chare 81 (load 7.4067)

=== 0 === Less loaded core 27 P#32767 (2 chares, load: 16.8256)
=== 0 === Chare from 27 P#27 (2 chares)
=== 0 === Chare 53 (load 7.1538)

=== 0 === Less loaded core 10 P#0 (2 chares, load: 16.8588)
=== 0 === Chare from 10 P#10 (2 chares)
=== 0 === Chare 145 (load 7.4358)

=== 0 === Less loaded core 18 P#32 (2 chares, load: 16.8664)
=== 0 === Chare from 18 P#18 (2 chares)
=== 0 === Chare 159 (load 7.1827)

=== 0 === Less loaded core 30 P#-78976 (2 chares, load: 16.9031)
=== 0 === Chare from 30 P#30 (2 chares)
=== 0 === Chare 95 (load 7.4256)

=== 0 === Less loaded core 23 P#23 (2 chares, load: 16.9938)
=== 0 === Chare from 23 P#23 (2 chares)
=== 0 === Chare 117 (load 7.1404)

=== 0 === Less loaded core 0 P#0 (2 chares, load: 17.0651)
=== 0 === Chare from 0 P#0 (2 chares)
=== 0 === Chare 123 (load 7.3585)

=== 0 === Less loaded core 25 P#32767 (2 chares, load: 17.0841)
=== 0 === Chare from 25 P#25 (2 chares)
=== 0 === Chare 139 (load 7.3675)

=== 0 === Less loaded core 24 P#24 (2 chares, load: 17.1271)
=== 0 === Chare from 24 P#24 (2 chares)
=== 0 === Chare 158 (load 7.1449)

=== 0 === Less loaded core 8 P#9346032 (2 chares, load: 17.1568)
=== 0 === Chare from 8 P#8 (2 chares)
=== 0 === Chare 74 (load 7.4077)

=== 0 === Less loaded core 5 P#3 (2 chares, load: 17.1574)
=== 0 === Chare from 5 P#5 (2 chares)
=== 0 === Chare 87 (load 7.4340)

=== 0 === Less loaded core 16 P#95135296 (2 chares, load: 17.1767)
=== 0 === Chare from 16 P#16 (2 chares)
=== 0 === Chare 47 (load 7.3594)

=== 0 === Less loaded core 6 P#5 (2 chares, load: 17.1976)
=== 0 === Chare from 6 P#6 (2 chares)
=== 0 === Chare 153 (load 7.4467)

=== 0 === Less loaded core 7 P#7 (2 chares, load: 17.1986)
=== 0 === Chare from 7 P#7 (2 chares)
=== 0 === Chare 121 (load 7.4500)

=== 0 === Less loaded core 28 P#-1879048192 (2 chares, load: 17.2038)
=== 0 === Chare from 28 P#28 (2 chares)
=== 0 === Chare 92 (load 7.3491)

=== 0 === Less loaded core 2 P#4 (2 chares, load: 17.4251)
=== 0 === Chare from 2 P#2 (2 chares)
=== 0 === Chare 118 (load 7.1207)

=== 0 === Less loaded core 22 P#22 (2 chares, load: 17.6596)
=== 0 === Chare from 22 P#22 (2 chares)
=== 0 === Chare 156 (load 7.1466)

=== 0 === Less loaded core 29 P#1077308384 (3 chares, load: 22.4214)
=== 0 === Chare from 29 P#29 (3 chares)
=== 0 === Chare 66 (load 7.3941)

=== 0 === Less loaded core 11 P#0 (3 chares, load: 22.4693)
=== 0 === Chare from 11 P#11 (3 chares)
=== 0 === Chare 147 (load 7.3747)

=== 0 === Less loaded core 12 P#95136224 (3 chares, load: 22.5053)
=== 0 === Chare from 12 P#12 (3 chares)
=== 0 === Chare 69 (load 7.4524)

=== 0 === Less loaded core 3 P#6 (3 chares, load: 22.5287)
=== 0 === Chare from 3 P#3 (3 chares)
=== 0 === Chare 44 (load 7.4117)

=== 0 === Less loaded core 9 P#0 (3 chares, load: 22.5937)
=== 0 === Chare from 9 P#9 (3 chares)
=== 0 === Chare 142 (load 7.4846)

=== 0 === Less loaded core 14 P#95133984 (3 chares, load: 23.2803)
=== 0 === Chare from 14 P#14 (3 chares)
=== 0 === Chare 454 (load 6.8371)

=== 0 === Less loaded core 15 P#0 (3 chares, load: 23.3527)
=== 0 === Chare from 15 P#15 (3 chares)
=== 0 === Chare 526 (load 6.8430)

=== 0 === Less loaded core 19 P#0 (3 chares, load: 23.6033)
=== 0 === Chare from 19 P#19 (3 chares)
=== 0 === Chare 684 (load 6.9262)

=== 0 === Less loaded core 21 P#0 (3 chares, load: 23.9372)
=== 0 === Chare from 21 P#21 (3 chares)
=== 0 === Chare 89 (load 7.1006)

=== 0 === Less loaded core 20 P#0 (3 chares, load: 23.9408)
=== 0 === Chare from 20 P#20 (3 chares)
=== 0 === Chare 88 (load 7.0550)

=== 0 === Less loaded core 27 P#32767 (3 chares, load: 23.9794)
=== 0 === Chare from 27 P#27 (3 chares)
=== 0 === Chare 52 (load 7.0663)

=== 0 === Less loaded core 18 P#32 (3 chares, load: 24.0492)
=== 0 === Chare from 18 P#18 (3 chares)
=== 0 === Chare 54 (load 7.1282)

=== 0 === Less loaded core 1 P#2 (3 chares, load: 24.0741)
=== 0 === Chare from 1 P#1 (3 chares)
=== 0 === Chare 70 (load 7.4173)

=== 0 === Less loaded core 17 P#0 (3 chares, load: 24.1083)
=== 0 === Chare from 17 P#17 (3 chares)
=== 0 === Chare 62 (load 7.1430)

=== 0 === Less loaded core 4 P#1 (3 chares, load: 24.1138)
=== 0 === Chare from 4 P#4 (3 chares)
=== 0 === Chare 140 (load 7.3954)

=== 0 === Less loaded core 23 P#23 (3 chares, load: 24.1342)
=== 0 === Chare from 23 P#23 (3 chares)
=== 0 === Chare 150 (load 7.0764)

=== 0 === Less loaded core 13 P#0 (3 chares, load: 24.1619)
=== 0 === Chare from 13 P#13 (3 chares)
=== 0 === Chare 160 (load 7.4103)

=== 0 === Less loaded core 26 P#3 (3 chares, load: 24.1707)
=== 0 === Chare from 26 P#26 (3 chares)
=== 0 === Chare 51 (load 7.4158)

=== 0 === Less loaded core 31 P#32767 (3 chares, load: 24.2268)
=== 0 === Chare from 31 P#31 (3 chares)
=== 0 === Chare 82 (load 7.3913)

=== 0 === Less loaded core 24 P#24 (3 chares, load: 24.2720)
=== 0 === Chare from 24 P#24 (3 chares)
=== 0 === Chare 396 (load 6.8606)

=== 0 === Less loaded core 10 P#0 (3 chares, load: 24.2945)
=== 0 === Chare from 10 P#10 (3 chares)
=== 0 === Chare 76 (load 7.3722)

=== 0 === Less loaded core 30 P#-78976 (3 chares, load: 24.3287)
=== 0 === Chare from 30 P#30 (3 chares)
=== 0 === Chare 84 (load 7.3620)

=== 0 === Less loaded core 0 P#0 (3 chares, load: 24.4235)
=== 0 === Chare from 0 P#0 (3 chares)
=== 0 === Chare 136 (load 7.3089)

=== 0 === Less loaded core 25 P#32767 (3 chares, load: 24.4516)
=== 0 === Chare from 25 P#25 (3 chares)
=== 0 === Chare 56 (load 7.3425)

=== 0 === Less loaded core 16 P#95135296 (3 chares, load: 24.5362)
=== 0 === Chare from 16 P#16 (3 chares)
=== 0 === Chare 60 (load 7.2427)

=== 0 === Less loaded core 2 P#4 (3 chares, load: 24.5458)
=== 0 === Chare from 2 P#2 (3 chares)
=== 0 === Chare 406 (load 6.8429)

=== 0 === Less loaded core 28 P#134217728 (3 chares, load: 24.5529)
=== 0 === Chare from 28 P#28 (3 chares)
=== 0 === Chare 49 (load 7.3355)

=== 0 === Less loaded core 8 P#9346032 (3 chares, load: 24.5644)
=== 0 === Chare from 8 P#8 (3 chares)
=== 0 === Chare 524 (load 6.8414)

=== 0 === Less loaded core 5 P#3 (3 chares, load: 24.5914)
=== 0 === Chare from 5 P#5 (3 chares)
=== 0 === Chare 75 (load 7.3973)

=== 0 === Less loaded core 6 P#5 (3 chares, load: 24.6442)
=== 0 === Chare from 6 P#6 (3 chares)
=== 0 === Chare 72 (load 7.3513)

=== 0 === Less loaded core 7 P#7 (3 chares, load: 24.6486)
=== 0 === Chare from 7 P#7 (3 chares)
=== 0 === Chare 120 (load 7.3204)

=== 0 === Less loaded core 22 P#22 (3 chares, load: 24.8062)
=== 0 === Chare from 22 P#22 (3 chares)
=== 0 === Chare 418 (load 6.8205)


[TIMING] === TMPAR === TreeMatch distributed 0.442852 s
****************************
* LOAD STATISTICS (End)
****************************
Node Load AvgCoreLoad
0 997.0327 31.1573
1 973.7125 30.4285
2 970.5934 30.3310
3 975.5475 30.4859
4 976.5067 30.5158
5 973.8419 30.4326
6 973.4782 30.4212
7 996.7719 31.1491
min 970.5934
max 997.0327
avg 979.6856

Core Load
min 29.0922
max 32.3024 (241)
avg 30.6152
*********End***********


[TIMING] === TMPAR === Free resources 0.000423 s
CharmLB> TreeMatchLB: PE [0] Memory: LBManager: 920 KB CentralLB: 366 KB
CharmLB> TreeMatchLB: PE [0] #Objects migrating: 997, LBMigrateMsg size: 0.06
MB
CharmLB> TreeMatchLB: PE [0] strategy finished at 40.096651 duration 0.460458
s
CharmLB> TreeMatchLB: PE [0] step 0 finished at 40.912442 duration 1.502964 s


CharmLB> TreeMatchLB: PE [0] step 1 starting at 73.488504 Memory: 67.531662 MB
CharmLB> TreeMatchLB: PE [0] strategy starting at 74.035281
permutation 0 : 0,1,2,3,4,5,6,7,

=== D === 5 74.078649 74.078856 Distribute

=== C === 5 74.078856 74.483842 Calculate

=== R === 5 74.483843 74.484027 Return

=== P === Master_1 74.484027 74.485610 Process_results

=== D === 3 74.079988 74.080200 Distribute

=== C === 3 74.080200 74.498186 Calculate

=== R === 3 74.498186 74.498365 Return

=== P === Master_1 74.498366 74.499503 Process_results

=== D === 4 74.079297 74.079516 Distribute

=== C === 4 74.079517 74.512190 Calculate

=== R === 4 74.512190 74.512363 Return

=== P === Master_1 74.512364 74.513496 Process_results

=== D === 6 74.078002 74.078205 Distribute

=== C === 6 74.078206 74.516024 Calculate

=== R === 6 74.516025 74.516198 Return

=== P === Master_1 74.516198 74.517651 Process_results

=== D === 7 74.077329 74.077586 Distribute

=== C === 7 74.077586 74.522509 Calculate

=== R === 7 74.522510 74.522676 Return

=== P === Master_1 74.522676 74.524101 Process_results

=== D === 2 74.080659 74.080872 Distribute

=== C === 2 74.080872 74.522609 Calculate

=== R === 2 74.522609 74.524331 Return

=== P === Master_1 74.524331 74.525882 Process_results

=== D === 1 74.081334 74.081542 Distribute

=== C === 1 74.081542 74.523285 Calculate

=== R === 1 74.523285 74.525996 Return

=== P === Master_1 74.525996 74.527567 Process_results

=== D === 0 74.082007 74.082291 Distribute

=== C === 0 74.082295 74.529335 Calculate

=== R === 0 74.529335 74.529599 Return

=== P === Master_1 74.529599 74.530660 Process_results
TreeMatchLB strategy on 256 cores (8 nodes, 32 cores/node, load/PE : 30.12)
****************************
* LOAD STATISTICS (Init)
****************************
Node Load AvgCoreLoad
0 981.2802 30.6650
1 958.3316 29.9479
2 949.4426 29.6701
3 957.7619 29.9301
4 958.5563 29.9549
5 948.8815 29.6525
6 944.3774 29.5118
7 974.6340 30.4573
min 944.3774
max 981.2802
avg 959.1582

Core Load
min 28.0016
max 31.9359 (229)
avg 29.9737
*********Init***********

[REFINE] Settings : refineCond 3 - refineMigCond 2
[REFINE] Initial load on node 0 : 981.2802
[REFINE] Initial load on node 1 : 958.3316
[REFINE] Initial load on node 2 : 949.4426
[REFINE] Initial load on node 3 : 957.7619
[REFINE] Initial load on node 4 : 958.5563
[REFINE] Initial load on node 5 : 948.8815
[REFINE] Initial load on node 6 : 944.3774
[REFINE] Initial load on node 7 : 974.6340
[REFINE] Min : 944.3774 (Node 6)
[REFINE] Max : 981.2802 (Node 0)
[REFINE] Avg : 959.1582
[REFINE] Total : 7673.2654
[REFINE] Diff. Min/Max : 3.9076 %
[REFINE] 0 (9.7530) from node 0 (978.1655) <-> 581 (6.6383) from node 6
(947.4921)
****************************
* LOAD STATISTICS (Refined)
****************************
Node Load AvgCoreLoad
0 978.1655 30.5677
1 958.3316 29.9479
2 949.4426 29.6701
3 957.7619 29.9301
4 958.5563 29.9549
5 948.8815 29.6525
6 947.4921 29.6091
7 974.6340 30.4573
min 947.4921
max 978.1655
avg 959.1582

Core Load
min 28.0016
max 32.9420 (202)
avg 29.9737
*********Refined***********


[TIMING] === INIT === Sequential part 0.041204 s

[TIMING] === LIBTOPOMAP === LibTopoMap 0.000055 s

[TIMING] === LIBTOPOMAP === Apply network placement 0.000208 s
[DEBUG] GetBackPlacement from node 5
119 9.5315
3 9.3960
0 7.1297
2 7.0762
15 9.5099
59 9.4113
57 7.0826
58 7.0520
56 7.0954
14 7.0908
1 7.0432
114 7.0149
85 7.1515
13 7.0696
115 7.0104
117 6.9774
28 7.1183
66 7.1003
30 7.0884
12 7.0650
116 7.2847
64 7.1601
61 7.0957
84 7.0647
29 7.2230
67 7.1801
75 7.1653
74 7.0027
118 7.1486
112 7.0966
62 7.0462
72 7.0362
6 7.4219
7 7.3510
4 7.3362
5 7.3187
11 7.3636
10 7.3571
8 7.2976
9 7.2766
18 7.4347
19 7.4131
16 7.3008
17 7.3000
23 7.4086
21 7.3451
20 7.3212
22 7.3004
86 9.5297
65 9.4092
31 7.3837
60 7.3673
113 9.4131
73 9.3677
87 7.4190
63 7.2916
35 7.4216
32 7.4113
33 7.3679
34 7.3377
71 7.3663
68 7.3599
69 7.3160
70 7.2833
27 7.4450
25 7.2695
26 7.2400
24 7.2101
109 7.4568
110 7.3631
111 7.3460
108 7.3115
39 7.3222
36 7.2909
37 7.2378
38 7.2130
42 7.3397
43 7.2911
40 7.2078
41 7.1422
78 7.6297
77 7.3806
76 7.2854
79 7.2750
82 7.3307
83 7.2708
80 7.2687
81 7.1267
95 7.4343
92 7.3666
94 7.3562
93 7.2370
96 7.2382
98 7.2259
99 7.2194
97 7.2081
47 7.3851
44 7.3410
45 7.3148
46 7.2291
50 7.3156
51 7.2577
49 7.2540
48 7.2086
52 7.5109
53 7.4204
54 7.4177
55 7.3284
88 7.4597
91 7.4499
89 7.4185
90 7.4126
103 7.5029
100 7.4278
101 7.3612
102 7.3095
107 7.3915
106 7.3680
104 7.3476
105 7.3140
120 7.4726
123 7.3587
122 7.2399
121 7.1804
127 7.4398
124 7.3286
126 7.2850
125 7.1796
Core 0 load 33.1333
Core 1 load 33.0558
Core 2 load 28.2442
Core 3 load 28.2089
Core 4 load 28.3720
Core 5 load 28.6052
Core 6 load 28.5712
Core 7 load 28.3276
Core 8 load 29.4278
Core 9 load 29.2949
Core 10 load 29.4486
Core 11 load 29.3753
Core 12 load 33.6899
Core 13 load 33.4915
Core 14 load 29.5385
Core 15 load 29.3256
Core 16 load 29.1647
Core 17 load 29.4773
Core 18 load 29.0640
Core 19 load 28.9808
Core 20 load 29.5708
Core 21 load 28.9969
Core 22 load 29.3941
Core 23 load 28.8916
Core 24 load 29.2701
Core 25 load 29.0358
Core 26 load 29.6774
Core 27 load 29.7407
Core 28 load 29.6014
Core 29 load 29.4211
Core 30 load 29.2517
Core 31 load 29.2331
Avg load 29.6525 in [28.7630 ; 30.5421 ]
Swap chares 15 (6.9774) and 51 (7.3673) between cores 3 (28.2089) and 12
(33.6899)
New loads : 3 (28.5988) and 12 (33.3000)
Swap chares 11 (7.0149) and 55 (7.2916) between cores 2 (28.2442) and 13
(33.4915)
New loads : 2 (28.5209) and 13 (33.2148)
Swap chares 30 (7.0462) and 50 (7.3837) between cores 7 (28.3276) and 12
(33.3000)
New loads : 7 (28.6651) and 12 (32.9625)
Swap chares 18 (7.0884) and 54 (7.4190) between cores 4 (28.3720) and 13
(33.2148)
New loads : 4 (28.7026) and 13 (32.8841)
Swap chares 10 (7.0432) and 2 (7.1297) between cores 2 (28.5209) and 0
(33.1333)
New loads : 2 (28.6074) and 0 (33.0468)
Swap chares 27 (7.0027) and 7 (7.0520) between cores 6 (28.5712) and 1
(33.0558)
New loads : 6 (28.6205) and 1 (33.0065)
Swap chares 14 (7.0104) and 2 (7.0432) between cores 3 (28.5988) and 0
(33.0468)
New loads : 3 (28.6316) and 0 (33.0141)
Swap chares 23 (7.0647) and 3 (7.0762) between cores 5 (28.6052) and 0
(33.0141)
New loads : 5 (28.6166) and 0 (33.0026)
Swap chares 9 (7.0908) and 5 (9.4113) between cores 2 (28.6074) and 1
(33.0065)
New loads : 2 (30.9279) and 1 (30.6860)
Swap chares 21 (7.1601) and 1 (9.3960) between cores 5 (28.6166) and 0
(33.0026)
New loads : 5 (30.8526) and 0 (30.7666)
Swap chares 25 (7.1801) and 49 (9.4092) between cores 6 (28.6205) and 12
(32.9625)
New loads : 6 (30.8496) and 12 (30.7334)
Swap chares 14 (7.0432) and 54 (7.0884) between cores 3 (28.6316) and 13
(32.8841)
New loads : 3 (28.6769) and 13 (32.8389)
Swap chares 29 (7.0966) and 53 (9.3677) between cores 7 (28.6651) and 13
(32.8389)
New loads : 7 (30.9362) and 13 (30.5678)
Swap chares 14 (7.0884) and 30 (7.3837) between cores 3 (28.6769) and 7
(30.9362)
New loads : 3 (28.9721) and 7 (30.6409)
Swap chares 19 (7.0650) and 11 (7.2916) between cores 4 (28.7026) and 2
(30.9279)
New loads : 4 (28.9292) and 2 (30.7013)
Swap chares 93 (7.2259) and 21 (9.3960) between cores 23 (28.8916) and 5
(30.8526)
New loads : 23 (31.0617) and 5 (28.6824)
Swap chares 23 (7.0762) and 95 (7.2081) between cores 5 (28.6824) and 23
(31.0617)
New loads : 5 (28.8144) and 23 (30.9298)
Swap chares 22 (7.0957) and 94 (7.2194) between cores 5 (28.8144) and 23
(30.9298)
New loads : 5 (28.9381) and 23 (30.8061)
Swap chares 17 (7.1003) and 25 (9.4092) between cores 4 (28.9292) and 6
(30.8496)
New loads : 4 (31.2381) and 6 (28.5407)
Swap chares 27 (7.0520) and 19 (7.2916) between cores 6 (28.5407) and 4
(31.2381)
New loads : 6 (28.7803) and 4 (30.9985)
Swap chares 26 (7.1653) and 18 (7.4190) between cores 6 (28.7803) and 4
(30.9985)
New loads : 6 (29.0340) and 4 (30.7448)
Swap chares 21 (7.2259) and 93 (9.3960) between cores 5 (28.9381) and 23
(30.8061)
New loads : 5 (31.1082) and 23 (28.6360)
Swap chares 95 (7.0762) and 23 (7.2081) between cores 23 (28.6360) and 5
(31.1082)
New loads : 23 (28.7679) and 5 (30.9763)
Swap chares 94 (7.0957) and 22 (7.2194) between cores 23 (28.7679) and 5
(30.9763)
New loads : 23 (28.8916) and 5 (30.8526)
Swap chares 93 (7.2259) and 21 (9.3960) between cores 23 (28.8916) and 5
(30.8526)
New loads : 23 (31.0617) and 5 (28.6824)
Swap chares 23 (7.0762) and 95 (7.2081) between cores 5 (28.6824) and 23
(31.0617)
New loads : 5 (28.8144) and 23 (30.9298)
Swap chares 22 (7.0957) and 94 (7.2194) between cores 5 (28.8144) and 23
(30.9298)
New loads : 5 (28.9381) and 23 (30.8061)
Swap chares 21 (7.2259) and 93 (9.3960) between cores 5 (28.9381) and 23
(30.8061)
New loads : 5 (31.1082) and 23 (28.6360)
Swap chares 95 (7.0762) and 23 (7.2081) between cores 23 (28.6360) and 5
(31.1082)
New loads : 23 (28.7679) and 5 (30.9763)
Swap chares 94 (7.0957) and 22 (7.2194) between cores 23 (28.7679) and 5
(30.9763)
New loads : 23 (28.8916) and 5 (30.8526)
Swap chares 93 (7.2259) and 21 (9.3960) between cores 23 (28.8916) and 5
(30.8526)
New loads : 23 (31.0617) and 5 (28.6824)
Swap chares 23 (7.0762) and 95 (7.2081) between cores 5 (28.6824) and 23
(31.0617)
New loads : 5 (28.8144) and 23 (30.9298)
Swap chares 22 (7.0957) and 94 (7.2194) between cores 5 (28.8144) and 23
(30.9298)
New loads : 5 (28.9381) and 23 (30.8061)
Swap chares 21 (7.2259) and 93 (9.3960) between cores 5 (28.9381) and 23
(30.8061)
New loads : 5 (31.1082) and 23 (28.6360)
Swap chares 95 (7.0762) and 23 (7.2081) between cores 23 (28.6360) and 5
(31.1082)
New loads : 23 (28.7679) and 5 (30.9763)
Swap chares 94 (7.0957) and 22 (7.2194) between cores 23 (28.7679) and 5
(30.9763)
New loads : 23 (28.8916) and 5 (30.8526)
Swap chares 93 (7.2259) and 21 (9.3960) between cores 23 (28.8916) and 5
(30.8526)
New loads : 23 (31.0617) and 5 (28.6824)
Swap chares 23 (7.0762) and 95 (7.2081) between cores 5 (28.6824) and 23
(31.0617)
New loads : 5 (28.8144) and 23 (30.9298)
Swap chares 22 (7.0957) and 94 (7.2194) between cores 5 (28.8144) and 23
(30.9298)
New loads : 5 (28.9381) and 23 (30.8061)
Swap chares 21 (7.2259) and 93 (9.3960) between cores 5 (28.9381) and 23
(30.8061)
New loads : 5 (31.1082) and 23 (28.6360)
Swap chares 95 (7.0762) and 23 (7.2081) between cores 23 (28.6360) and 5
(31.1082)
New loads : 23 (28.7679) and 5 (30.9763)
Swap chares 94 (7.0957) and 22 (7.2194) between cores 23 (28.7679) and 5
(30.9763)
New loads : 23 (28.8916) and 5 (30.8526)
Swap chares 93 (7.2259) and 21 (9.3960) between cores 23 (28.8916) and 5
(30.8526)
New loads : 23 (31.0617) and 5 (28.6824)
Swap chares 23 (7.0762) and 95 (7.2081) between cores 5 (28.6824) and 23
(31.0617)
New loads : 5 (28.8144) and 23 (30.9298)
Swap chares 22 (7.0957) and 94 (7.2194) between cores 5 (28.8144) and 23
(30.9298)
New loads : 5 (28.9381) and 23 (30.8061)
Swap chares 21 (7.2259) and 93 (9.3960) between cores 5 (28.9381) and 23
(30.8061)
New loads : 5 (31.1082) and 23 (28.6360)
Swap chares 95 (7.0762) and 23 (7.2081) between cores 23 (28.6360) and 5
(31.1082)
New loads : 23 (28.7679) and 5 (30.9763)
Swap chares 94 (7.0957) and 22 (7.2194) between cores 23 (28.7679) and 5
(30.9763)
New loads : 23 (28.8916) and 5 (30.8526)
Swap chares 93 (7.2259) and 21 (9.3960) between cores 23 (28.8916) and 5
(30.8526)
New loads : 23 (31.0617) and 5 (28.6824)
Swap chares 23 (7.0762) and 95 (7.2081) between cores 5 (28.6824) and 23
(31.0617)
New loads : 5 (28.8144) and 23 (30.9298)
Swap chares 22 (7.0957) and 94 (7.2194) between cores 5 (28.8144) and 23
(30.9298)
New loads : 5 (28.9381) and 23 (30.8061)
Swap chares 21 (7.2259) and 93 (9.3960) between cores 5 (28.9381) and 23
(30.8061)
New loads : 5 (31.1082) and 23 (28.6360)
Swap chares 95 (7.0762) and 23 (7.2081) between cores 23 (28.6360) and 5
(31.1082)
New loads : 23 (28.7679) and 5 (30.9763)
Swap chares 94 (7.0957) and 22 (7.2194) between cores 23 (28.7679) and 5
(30.9763)
New loads : 23 (28.8916) and 5 (30.8526)
Swap chares 93 (7.2259) and 21 (9.3960) between cores 23 (28.8916) and 5
(30.8526)
New loads : 23 (31.0617) and 5 (28.6824)
Swap chares 23 (7.0762) and 95 (7.2081) between cores 5 (28.6824) and 23
(31.0617)
New loads : 5 (28.8144) and 23 (30.9298)
Swap chares 22 (7.0957) and 94 (7.2194) between cores 5 (28.8144) and 23
(30.9298)
New loads : 5 (28.9381) and 23 (30.8061)
Swap chares 21 (7.2259) and 93 (9.3960) between cores 5 (28.9381) and 23
(30.8061)
New loads : 5 (31.1082) and 23 (28.6360)
Swap chares 95 (7.0762) and 23 (7.2081) between cores 23 (28.6360) and 5
(31.1082)
New loads : 23 (28.7679) and 5 (30.9763)
Swap chares 94 (7.0957) and 22 (7.2194) between cores 23 (28.7679) and 5
(30.9763)
New loads : 23 (28.8916) and 5 (30.8526)
Swap chares 93 (7.2259) and 21 (9.3960) between cores 23 (28.8916) and 5
(30.8526)
New loads : 23 (31.0617) and 5 (28.6824)
Swap chares 23 (7.0762) and 95 (7.2081) between cores 5 (28.6824) and 23
(31.0617)
New loads : 5 (28.8144) and 23 (30.9298)
Swap chares 22 (7.0957) and 94 (7.2194) between cores 5 (28.8144) and 23
(30.9298)
New loads : 5 (28.9381) and 23 (30.8061)
Swap chares 21 (7.2259) and 93 (9.3960) between cores 5 (28.9381) and 23
(30.8061)
New loads : 5 (31.1082) and 23 (28.6360)
=== 5 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 0 P#0 (0 chares)
=== 5 === Chare 1015 (load 9.5315)

=== 5 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 5 === Chare from 1 P#1 (0 chares)
=== 5 === Chare 535 (load 9.5099)

=== 5 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 5 === Chare from 2 P#2 (0 chares)
=== 5 === Chare 923 (load 9.4113)

=== 5 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 5 === Chare from 3 P#3 (0 chares)
=== 5 === Chare 743 (load 7.3837)

=== 5 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 5 === Chare from 4 P#4 (0 chares)
=== 5 === Chare 933 (load 9.4092)

=== 5 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 5 === Chare from 5 P#5 (0 chares)
=== 5 === Chare 323 (load 9.3960)

=== 5 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 5 === Chare from 6 P#6 (0 chares)
=== 5 === Chare 975 (load 7.4190)

=== 5 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 5 === Chare from 7 P#7 (0 chares)
=== 5 === Chare 945 (load 9.3677)

=== 5 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 5 === Chare from 8 P#8 (0 chares)
=== 5 === Chare 442 (load 7.4219)

=== 5 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 9 P#9 (0 chares)
=== 5 === Chare 495 (load 7.3636)

=== 5 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 10 P#10 (0 chares)
=== 5 === Chare 538 (load 7.4347)

=== 5 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 11 P#11 (0 chares)
=== 5 === Chare 611 (load 7.4086)

=== 5 === Less loaded core 12 P#81688592 (0 chares, load: 0.0000)
=== 5 === Chare from 12 P#12 (0 chares)
=== 5 === Chare 974 (load 9.5297)

=== 5 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 13 P#13 (0 chares)
=== 5 === Chare 1009 (load 9.4131)

=== 5 === Less loaded core 14 P#76232224 (0 chares, load: 0.0000)
=== 5 === Chare from 14 P#14 (0 chares)
=== 5 === Chare 867 (load 7.4216)

=== 5 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 15 P#15 (0 chares)
=== 5 === Chare 939 (load 7.3663)

=== 5 === Less loaded core 16 P#81689040 (0 chares, load: 0.0000)
=== 5 === Chare from 16 P#16 (0 chares)
=== 5 === Chare 691 (load 7.4450)

=== 5 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 17 P#17 (0 chares)
=== 5 === Chare 1005 (load 7.4568)

=== 5 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 5 === Chare from 18 P#18 (0 chares)
=== 5 === Chare 871 (load 7.3222)

=== 5 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 19 P#19 (0 chares)
=== 5 === Chare 886 (load 7.3397)

=== 5 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 20 P#20 (0 chares)
=== 5 === Chare 958 (load 7.6297)

=== 5 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 21 P#21 (0 chares)
=== 5 === Chare 970 (load 7.3307)

=== 5 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 5 === Chare from 22 P#22 (0 chares)
=== 5 === Chare 987 (load 7.4343)

=== 5 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 5 === Chare from 23 P#23 (0 chares)
=== 5 === Chare 988 (load 7.2382)

=== 5 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 5 === Chare from 24 P#24 (0 chares)
=== 5 === Chare 895 (load 7.3851)

=== 5 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 5 === Chare from 25 P#25 (0 chares)
=== 5 === Chare 906 (load 7.3156)

=== 5 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 26 P#26 (0 chares)
=== 5 === Chare 916 (load 7.5109)

=== 5 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 5 === Chare from 27 P#27 (0 chares)
=== 5 === Chare 980 (load 7.4597)

=== 5 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 28 P#28 (0 chares)
=== 5 === Chare 995 (load 7.5029)

=== 5 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 29 P#29 (0 chares)
=== 5 === Chare 1003 (load 7.3915)

=== 5 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 5 === Chare from 30 P#30 (0 chares)
=== 5 === Chare 1016 (load 7.4726)

=== 5 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 5 === Chare from 31 P#31 (0 chares)
=== 5 === Chare 1023 (load 7.4398)

=== 5 === Less loaded core 23 P#23 (1 chares, load: 7.2382)
=== 5 === Chare from 23 P#23 (1 chares)
=== 5 === Chare 990 (load 7.2259)

=== 5 === Less loaded core 25 P#32767 (1 chares, load: 7.3156)
=== 5 === Chare from 25 P#25 (1 chares)
=== 5 === Chare 907 (load 7.2577)

=== 5 === Less loaded core 18 P#32 (1 chares, load: 7.3222)
=== 5 === Chare from 18 P#18 (1 chares)
=== 5 === Chare 868 (load 7.2909)

=== 5 === Less loaded core 21 P#0 (1 chares, load: 7.3307)
=== 5 === Chare from 21 P#21 (1 chares)
=== 5 === Chare 971 (load 7.2708)

=== 5 === Less loaded core 19 P#0 (1 chares, load: 7.3397)
=== 5 === Chare from 19 P#19 (1 chares)
=== 5 === Chare 887 (load 7.2911)

=== 5 === Less loaded core 9 P#0 (1 chares, load: 7.3636)
=== 5 === Chare from 9 P#9 (1 chares)
=== 5 === Chare 494 (load 7.3571)

=== 5 === Less loaded core 15 P#0 (1 chares, load: 7.3663)
=== 5 === Chare from 15 P#15 (1 chares)
=== 5 === Chare 936 (load 7.3599)

=== 5 === Less loaded core 3 P#6 (1 chares, load: 7.3837)
=== 5 === Chare from 3 P#3 (1 chares)
=== 5 === Chare 924 (load 7.3673)

=== 5 === Less loaded core 24 P#24 (1 chares, load: 7.3851)
=== 5 === Chare from 24 P#24 (1 chares)
=== 5 === Chare 892 (load 7.3410)

=== 5 === Less loaded core 29 P#1075679456 (1 chares, load: 7.3915)
=== 5 === Chare from 29 P#29 (1 chares)
=== 5 === Chare 1002 (load 7.3680)

=== 5 === Less loaded core 11 P#0 (1 chares, load: 7.4086)
=== 5 === Chare from 11 P#11 (1 chares)
=== 5 === Chare 609 (load 7.3451)

=== 5 === Less loaded core 6 P#5 (1 chares, load: 7.4190)
=== 5 === Chare from 6 P#6 (1 chares)
=== 5 === Chare 927 (load 7.2916)

=== 5 === Less loaded core 14 P#76232224 (1 chares, load: 7.4216)
=== 5 === Chare from 14 P#14 (1 chares)
=== 5 === Chare 864 (load 7.4113)

=== 5 === Less loaded core 8 P#9346032 (1 chares, load: 7.4219)
=== 5 === Chare from 8 P#8 (1 chares)
=== 5 === Chare 443 (load 7.3510)

=== 5 === Less loaded core 22 P#22 (1 chares, load: 7.4343)
=== 5 === Chare from 22 P#22 (1 chares)
=== 5 === Chare 984 (load 7.3666)

=== 5 === Less loaded core 10 P#0 (1 chares, load: 7.4347)
=== 5 === Chare from 10 P#10 (1 chares)
=== 5 === Chare 539 (load 7.4131)

=== 5 === Less loaded core 31 P#32767 (1 chares, load: 7.4398)
=== 5 === Chare from 31 P#31 (1 chares)
=== 5 === Chare 1020 (load 7.3286)

=== 5 === Less loaded core 16 P#81689040 (1 chares, load: 7.4450)
=== 5 === Chare from 16 P#16 (1 chares)
=== 5 === Chare 689 (load 7.2695)

=== 5 === Less loaded core 17 P#0 (1 chares, load: 7.4568)
=== 5 === Chare from 17 P#17 (1 chares)
=== 5 === Chare 1006 (load 7.3631)

=== 5 === Less loaded core 27 P#32767 (1 chares, load: 7.4597)
=== 5 === Chare from 27 P#27 (1 chares)
=== 5 === Chare 983 (load 7.4499)

=== 5 === Less loaded core 30 P#-78976 (1 chares, load: 7.4726)
=== 5 === Chare from 30 P#30 (1 chares)
=== 5 === Chare 1019 (load 7.3587)

=== 5 === Less loaded core 28 P#-805306368 (1 chares, load: 7.5029)
=== 5 === Chare from 28 P#28 (1 chares)
=== 5 === Chare 992 (load 7.4278)

=== 5 === Less loaded core 26 P#1 (1 chares, load: 7.5109)
=== 5 === Chare from 26 P#26 (1 chares)
=== 5 === Chare 917 (load 7.4204)

=== 5 === Less loaded core 20 P#0 (1 chares, load: 7.6297)
=== 5 === Chare from 20 P#20 (1 chares)
=== 5 === Chare 957 (load 7.3806)

=== 5 === Less loaded core 7 P#7 (1 chares, load: 9.3677)
=== 5 === Chare from 7 P#7 (1 chares)
=== 5 === Chare 1014 (load 7.1486)

=== 5 === Less loaded core 5 P#3 (1 chares, load: 9.3960)
=== 5 === Chare from 5 P#5 (1 chares)
=== 5 === Chare 1012 (load 7.2847)

=== 5 === Less loaded core 4 P#1 (1 chares, load: 9.4092)
=== 5 === Chare from 4 P#4 (1 chares)
=== 5 === Chare 947 (load 7.1653)

=== 5 === Less loaded core 2 P#4 (1 chares, load: 9.4113)
=== 5 === Chare from 2 P#2 (1 chares)
=== 5 === Chare 320 (load 7.1297)

=== 5 === Less loaded core 13 P#0 (1 chares, load: 9.4131)
=== 5 === Chare from 13 P#13 (1 chares)
=== 5 === Chare 1008 (load 7.0966)

=== 5 === Less loaded core 1 P#2 (1 chares, load: 9.5099)
=== 5 === Chare from 1 P#1 (1 chares)
=== 5 === Chare 534 (load 7.0908)

=== 5 === Less loaded core 12 P#81688592 (1 chares, load: 9.5297)
=== 5 === Chare from 12 P#12 (1 chares)
=== 5 === Chare 935 (load 7.1801)

=== 5 === Less loaded core 0 P#0 (1 chares, load: 9.5315)
=== 5 === Chare from 0 P#0 (1 chares)
=== 5 === Chare 932 (load 7.1601)

=== 5 === Less loaded core 23 P#23 (2 chares, load: 14.4641)
=== 5 === Chare from 23 P#23 (2 chares)
=== 5 === Chare 925 (load 7.0957)

=== 5 === Less loaded core 25 P#32767 (2 chares, load: 14.5732)
=== 5 === Chare from 25 P#25 (2 chares)
=== 5 === Chare 905 (load 7.2540)

=== 5 === Less loaded core 21 P#0 (2 chares, load: 14.6015)
=== 5 === Chare from 21 P#21 (2 chares)
=== 5 === Chare 968 (load 7.2687)

=== 5 === Less loaded core 18 P#32 (2 chares, load: 14.6131)
=== 5 === Chare from 18 P#18 (2 chares)
=== 5 === Chare 869 (load 7.2378)

=== 5 === Less loaded core 19 P#0 (2 chares, load: 14.6308)
=== 5 === Chare from 19 P#19 (2 chares)
=== 5 === Chare 884 (load 7.2078)

=== 5 === Less loaded core 6 P#5 (2 chares, load: 14.7107)
=== 5 === Chare from 6 P#6 (2 chares)
=== 5 === Chare 741 (load 7.2230)

=== 5 === Less loaded core 16 P#81689040 (2 chares, load: 14.7145)
=== 5 === Chare from 16 P#16 (2 chares)
=== 5 === Chare 690 (load 7.2400)

=== 5 === Less loaded core 9 P#0 (2 chares, load: 14.7207)
=== 5 === Chare from 9 P#9 (2 chares)
=== 5 === Chare 492 (load 7.2976)

=== 5 === Less loaded core 24 P#24 (2 chares, load: 14.7261)
=== 5 === Chare from 24 P#24 (2 chares)
=== 5 === Chare 893 (load 7.3148)

=== 5 === Less loaded core 15 P#0 (2 chares, load: 14.7262)
=== 5 === Chare from 15 P#15 (2 chares)
=== 5 === Chare 937 (load 7.3160)

=== 5 === Less loaded core 3 P#6 (2 chares, load: 14.7510)
=== 5 === Chare from 3 P#3 (2 chares)
=== 5 === Chare 973 (load 7.1515)

=== 5 === Less loaded core 11 P#0 (2 chares, load: 14.7537)
=== 5 === Chare from 11 P#11 (2 chares)
=== 5 === Chare 608 (load 7.3212)

=== 5 === Less loaded core 29 P#1076724953 (2 chares, load: 14.7595)
=== 5 === Chare from 29 P#29 (2 chares)
=== 5 === Chare 1000 (load 7.3476)

=== 5 === Less loaded core 31 P#32767 (2 chares, load: 14.7684)
=== 5 === Chare from 31 P#31 (2 chares)
=== 5 === Chare 1022 (load 7.2850)

=== 5 === Less loaded core 8 P#9346032 (2 chares, load: 14.7729)
=== 5 === Chare from 8 P#8 (2 chares)
=== 5 === Chare 440 (load 7.3362)

=== 5 === Less loaded core 22 P#22 (2 chares, load: 14.8009)
=== 5 === Chare from 22 P#22 (2 chares)
=== 5 === Chare 986 (load 7.3562)

=== 5 === Less loaded core 17 P#0 (2 chares, load: 14.8199)
=== 5 === Chare from 17 P#17 (2 chares)
=== 5 === Chare 1007 (load 7.3460)

=== 5 === Less loaded core 30 P#-78976 (2 chares, load: 14.8314)
=== 5 === Chare from 30 P#30 (2 chares)
=== 5 === Chare 1018 (load 7.2399)

=== 5 === Less loaded core 14 P#76232224 (2 chares, load: 14.8329)
=== 5 === Chare from 14 P#14 (2 chares)
=== 5 === Chare 865 (load 7.3679)

=== 5 === Less loaded core 10 P#0 (2 chares, load: 14.8478)
=== 5 === Chare from 10 P#10 (2 chares)
=== 5 === Chare 536 (load 7.3008)

=== 5 === Less loaded core 27 P#32767 (2 chares, load: 14.9096)
=== 5 === Chare from 27 P#27 (2 chares)
=== 5 === Chare 981 (load 7.4185)

=== 5 === Less loaded core 28 P#2013265920 (2 chares, load: 14.9307)
=== 5 === Chare from 28 P#28 (2 chares)
=== 5 === Chare 993 (load 7.3612)

=== 5 === Less loaded core 26 P#2 (2 chares, load: 14.9313)
=== 5 === Chare from 26 P#26 (2 chares)
=== 5 === Chare 918 (load 7.4177)

=== 5 === Less loaded core 20 P#0 (2 chares, load: 15.0104)
=== 5 === Chare from 20 P#20 (2 chares)
=== 5 === Chare 956 (load 7.2854)

=== 5 === Less loaded core 13 P#0 (2 chares, load: 16.5097)
=== 5 === Chare from 13 P#13 (2 chares)
=== 5 === Chare 321 (load 7.0432)

=== 5 === Less loaded core 7 P#7 (2 chares, load: 16.5163)
=== 5 === Chare from 7 P#7 (2 chares)
=== 5 === Chare 742 (load 7.0884)

=== 5 === Less loaded core 2 P#4 (2 chares, load: 16.5409)
=== 5 === Chare from 2 P#2 (2 chares)
=== 5 === Chare 920 (load 7.0954)

=== 5 === Less loaded core 4 P#1 (2 chares, load: 16.5745)
=== 5 === Chare from 4 P#4 (2 chares)
=== 5 === Chare 740 (load 7.1183)

=== 5 === Less loaded core 1 P#2 (2 chares, load: 16.6007)
=== 5 === Chare from 1 P#1 (2 chares)
=== 5 === Chare 921 (load 7.0826)

=== 5 === Less loaded core 5 P#3 (2 chares, load: 16.6807)
=== 5 === Chare from 5 P#5 (2 chares)
=== 5 === Chare 991 (load 7.2194)

=== 5 === Less loaded core 0 P#0 (2 chares, load: 16.6915)
=== 5 === Chare from 0 P#0 (2 chares)
=== 5 === Chare 972 (load 7.0647)

=== 5 === Less loaded core 12 P#81688592 (2 chares, load: 16.7098)
=== 5 === Chare from 12 P#12 (2 chares)
=== 5 === Chare 926 (load 7.0462)

=== 5 === Less loaded core 23 P#23 (3 chares, load: 21.5598)
=== 5 === Chare from 23 P#23 (3 chares)
=== 5 === Chare 322 (load 7.0762)

=== 5 === Less loaded core 25 P#32767 (3 chares, load: 21.8272)
=== 5 === Chare from 25 P#25 (3 chares)
=== 5 === Chare 904 (load 7.2086)

=== 5 === Less loaded core 19 P#0 (3 chares, load: 21.8386)
=== 5 === Chare from 19 P#19 (3 chares)
=== 5 === Chare 885 (load 7.1422)

=== 5 === Less loaded core 18 P#32 (3 chares, load: 21.8509)
=== 5 === Chare from 18 P#18 (3 chares)
=== 5 === Chare 870 (load 7.2130)

=== 5 === Less loaded core 21 P#0 (3 chares, load: 21.8702)
=== 5 === Chare from 21 P#21 (3 chares)
=== 5 === Chare 969 (load 7.1267)

=== 5 === Less loaded core 3 P#6 (3 chares, load: 21.9025)
=== 5 === Chare from 3 P#3 (3 chares)
=== 5 === Chare 533 (load 7.0696)

=== 5 === Less loaded core 6 P#5 (3 chares, load: 21.9337)
=== 5 === Chare from 6 P#6 (3 chares)
=== 5 === Chare 934 (load 7.1003)

=== 5 === Less loaded core 16 P#81689040 (3 chares, load: 21.9545)
=== 5 === Chare from 16 P#16 (3 chares)
=== 5 === Chare 688 (load 7.2101)

=== 5 === Less loaded core 9 P#0 (3 chares, load: 22.0183)
=== 5 === Chare from 9 P#9 (3 chares)
=== 5 === Chare 493 (load 7.2766)

=== 5 === Less loaded core 24 P#24 (3 chares, load: 22.0409)
=== 5 === Chare from 24 P#24 (3 chares)
=== 5 === Chare 894 (load 7.2291)

=== 5 === Less loaded core 15 P#0 (3 chares, load: 22.0423)
=== 5 === Chare from 15 P#15 (3 chares)
=== 5 === Chare 938 (load 7.2833)

=== 5 === Less loaded core 31 P#32767 (3 chares, load: 22.0534)
=== 5 === Chare from 31 P#31 (3 chares)
=== 5 === Chare 1021 (load 7.1796)

=== 5 === Less loaded core 30 P#-78976 (3 chares, load: 22.0713)
=== 5 === Chare from 30 P#30 (3 chares)
=== 5 === Chare 1017 (load 7.1804)

=== 5 === Less loaded core 11 P#0 (3 chares, load: 22.0749)
=== 5 === Chare from 11 P#11 (3 chares)
=== 5 === Chare 610 (load 7.3004)

=== 5 === Less loaded core 29 P#1077287783 (3 chares, load: 22.1070)
=== 5 === Chare from 29 P#29 (3 chares)
=== 5 === Chare 1001 (load 7.3140)

=== 5 === Less loaded core 8 P#9346032 (3 chares, load: 22.1091)
=== 5 === Chare from 8 P#8 (3 chares)
=== 5 === Chare 441 (load 7.3187)

=== 5 === Less loaded core 10 P#0 (3 chares, load: 22.1486)
=== 5 === Chare from 10 P#10 (3 chares)
=== 5 === Chare 537 (load 7.3000)

=== 5 === Less loaded core 22 P#22 (3 chares, load: 22.1571)
=== 5 === Chare from 22 P#22 (3 chares)
=== 5 === Chare 985 (load 7.2370)

=== 5 === Less loaded core 17 P#0 (3 chares, load: 22.1658)
=== 5 === Chare from 17 P#17 (3 chares)
=== 5 === Chare 1004 (load 7.3115)

=== 5 === Less loaded core 14 P#76232224 (3 chares, load: 22.2008)
=== 5 === Chare from 14 P#14 (3 chares)
=== 5 === Chare 866 (load 7.3377)

=== 5 === Less loaded core 28 P#67108864 (3 chares, load: 22.2919)
=== 5 === Chare from 28 P#28 (3 chares)
=== 5 === Chare 994 (load 7.3095)

=== 5 === Less loaded core 20 P#0 (3 chares, load: 22.2958)
=== 5 === Chare from 20 P#20 (3 chares)
=== 5 === Chare 959 (load 7.2750)

=== 5 === Less loaded core 27 P#32767 (3 chares, load: 22.3281)
=== 5 === Chare from 27 P#27 (3 chares)
=== 5 === Chare 982 (load 7.4126)

=== 5 === Less loaded core 26 P#3 (3 chares, load: 22.3490)
=== 5 === Chare from 26 P#26 (3 chares)
=== 5 === Chare 919 (load 7.3284)

=== 5 === Less loaded core 13 P#0 (3 chares, load: 23.5529)
=== 5 === Chare from 13 P#13 (3 chares)
=== 5 === Chare 1010 (load 7.0149)

=== 5 === Less loaded core 7 P#7 (3 chares, load: 23.6048)
=== 5 === Chare from 7 P#7 (3 chares)
=== 5 === Chare 944 (load 7.0362)

=== 5 === Less loaded core 2 P#4 (3 chares, load: 23.6363)
=== 5 === Chare from 2 P#2 (3 chares)
=== 5 === Chare 532 (load 7.0650)

=== 5 === Less loaded core 1 P#2 (3 chares, load: 23.6833)
=== 5 === Chare from 1 P#1 (3 chares)
=== 5 === Chare 946 (load 7.0027)

=== 5 === Less loaded core 4 P#1 (3 chares, load: 23.6928)
=== 5 === Chare from 4 P#4 (3 chares)
=== 5 === Chare 922 (load 7.0520)

=== 5 === Less loaded core 12 P#81688592 (3 chares, load: 23.7560)
=== 5 === Chare from 12 P#12 (3 chares)
=== 5 === Chare 1013 (load 6.9774)

=== 5 === Less loaded core 0 P#0 (3 chares, load: 23.7562)
=== 5 === Chare from 0 P#0 (3 chares)
=== 5 === Chare 1011 (load 7.0104)

=== 5 === Less loaded core 5 P#3 (3 chares, load: 23.9001)
=== 5 === Chare from 5 P#5 (3 chares)
=== 5 === Chare 989 (load 7.2081)

[DEBUG] GetBackPlacement from node 3
0 7.5706
3 7.5469
2 7.5423
1 7.4961
39 7.5075
36 7.4411
38 7.4383
37 7.3095
47 7.5145
44 7.3367
45 7.3288
46 7.2233
91 7.4584
88 7.3503
90 7.3121
89 7.3002
42 7.5521
40 7.3897
41 7.2637
43 7.2252
66 7.3958
67 7.3455
64 7.2851
65 7.2829
82 7.4021
81 7.3785
83 7.3399
80 7.2615
99 7.5189
96 7.4601
98 7.4446
97 7.4089
6 7.6379
4 7.6290
7 7.5532
5 7.5278
24 7.7771
25 7.7496
26 7.6716
27 7.6150
107 7.3869
104 7.3581
105 7.3572
106 7.3314
109 7.4920
110 7.4912
108 7.4692
111 7.4268
84 7.6890
87 7.6660
86 7.6472
85 7.5882
93 7.7556
92 7.6966
95 7.6833
94 7.6261
114 7.7472
115 7.6298
112 7.5627
113 7.5414
124 7.7090
125 7.6994
127 7.5992
126 7.5833
11 7.0223
10 7.0211
23 6.9778
8 6.9592
56 7.1416
52 7.0547
53 7.0504
100 7.0225
19 7.1122
17 7.0502
22 6.9529
21 6.9182
70 7.2097
68 7.1508
69 7.0421
49 7.0283
71 9.4597
51 9.4127
48 7.1021
50 7.0068
103 9.4148
123 9.3578
121 7.1360
122 7.0079
73 7.1874
57 7.1005
59 7.0653
55 7.0166
58 7.2606
120 7.1870
101 7.1435
74 7.0557
54 9.3754
9 9.2700
62 7.3871
14 7.3748
20 9.3799
16 7.3556
15 7.3239
12 7.2560
61 7.3137
75 7.2735
18 7.2301
13 7.1840
72 9.3899
63 7.3911
102 7.3451
60 7.2784
29 7.4428
31 7.3443
28 7.2948
30 7.2114
35 7.4160
33 7.3937
32 7.3260
34 7.3049
76 7.3261
78 7.2940
79 7.2298
77 7.2244
118 7.4704
117 7.4261
119 7.3872
116 7.3837
Core 0 load 30.1559
Core 1 load 29.6963
Core 2 load 29.4033
Core 3 load 29.4210
Core 4 load 29.4308
Core 5 load 29.3093
Core 6 load 29.3819
Core 7 load 29.8326
Core 8 load 30.3479
Core 9 load 30.8133
Core 10 load 29.4335
Core 11 load 29.8793
Core 12 load 30.5905
Core 13 load 30.7617
Core 14 load 30.4811
Core 15 load 30.5909
Core 16 load 27.9805
Core 17 load 28.2693
Core 18 load 28.0335
Core 19 load 28.4308
Core 20 load 32.9814
Core 21 load 32.9165
Core 22 load 28.3699
Core 23 load 28.6468
Core 24 load 33.4073
Core 25 load 31.3153
Core 26 load 29.0013
Core 27 load 31.4045
Core 28 load 29.2933
Core 29 load 29.4406
Core 30 load 29.0744
Core 31 load 29.6674
Avg load 29.9301 in [29.0322 ; 30.8280 ]
Swap chares 67 (6.9592) and 99 (7.3748) between cores 16 (27.9805) and 24
(33.4073)
New loads : 16 (28.3961) and 24 (32.9917)
Swap chares 75 (6.9182) and 99 (6.9592) between cores 18 (28.0335) and 24
(32.9917)
New loads : 18 (28.0746) and 24 (32.9507)
Swap chares 75 (6.9592) and 83 (7.0068) between cores 18 (28.0746) and 20
(32.9814)
New loads : 18 (28.1221) and 20 (32.9338)
Swap chares 74 (6.9529) and 98 (7.3871) between cores 18 (28.1221) and 24
(32.9507)
New loads : 18 (28.5563) and 24 (32.5164)
Swap chares 70 (7.0504) and 82 (7.1021) between cores 17 (28.2693) and 20
(32.9338)
New loads : 17 (28.3210) and 20 (32.8821)
Swap chares 70 (7.1021) and 86 (7.1360) between cores 17 (28.3210) and 21
(32.9165)
New loads : 17 (28.3548) and 21 (32.8826)
Swap chares 69 (7.0547) and 85 (9.3578) between cores 17 (28.3548) and 21
(32.8826)
New loads : 17 (30.6580) and 21 (30.5795)
Swap chares 89 (7.1005) and 81 (9.4127) between cores 22 (28.3699) and 20
(32.8821)
New loads : 22 (30.6821) and 20 (30.5699)
Swap chares 65 (7.0211) and 97 (9.2700) between cores 16 (28.3961) and 24
(32.5164)
New loads : 16 (30.6450) and 24 (30.2675)
Swap chares 79 (7.0283) and 111 (7.2784) between cores 19 (28.4308) and 27
(31.4045)
New loads : 19 (28.6809) and 27 (31.1544)
Swap chares 75 (7.0068) and 103 (7.2560) between cores 18 (28.5563) and 25
(31.3153)
New loads : 18 (28.8055) and 25 (31.0661)
Swap chares 94 (7.1435) and 110 (7.3451) between cores 23 (28.6468) and 27
(31.1544)
New loads : 23 (28.8484) and 27 (30.9528)
Swap chares 78 (7.0421) and 102 (7.3239) between cores 19 (28.6809) and 25
(31.0661)
New loads : 19 (28.9627) and 25 (30.7843)
Swap chares 73 (7.0502) and 109 (7.3911) between cores 18 (28.8055) and 27
(30.9528)
New loads : 18 (29.1464) and 27 (30.6120)
=== 3 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 0 P#0 (0 chares)
=== 3 === Chare 28 (load 7.5706)

=== 3 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 3 === Chare from 1 P#1 (0 chares)
=== 3 === Chare 103 (load 7.5075)

=== 3 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 3 === Chare from 2 P#2 (0 chares)
=== 3 === Chare 119 (load 7.5145)

=== 3 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 3 === Chare from 3 P#3 (0 chares)
=== 3 === Chare 215 (load 7.4584)

=== 3 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 3 === Chare from 4 P#4 (0 chares)
=== 3 === Chare 110 (load 7.5521)

=== 3 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 3 === Chare from 5 P#5 (0 chares)
=== 3 === Chare 158 (load 7.3958)

=== 3 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 3 === Chare from 6 P#6 (0 chares)
=== 3 === Chare 198 (load 7.4021)

=== 3 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 3 === Chare from 7 P#7 (0 chares)
=== 3 === Chare 231 (load 7.5189)

=== 3 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 3 === Chare from 8 P#8 (0 chares)
=== 3 === Chare 38 (load 7.6379)

=== 3 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 9 P#9 (0 chares)
=== 3 === Chare 76 (load 7.7771)

=== 3 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 10 P#10 (0 chares)
=== 3 === Chare 239 (load 7.3869)

=== 3 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 11 P#11 (0 chares)
=== 3 === Chare 241 (load 7.4920)

=== 3 === Less loaded core 12 P#81958720 (0 chares, load: 0.0000)
=== 3 === Chare from 12 P#12 (0 chares)
=== 3 === Chare 204 (load 7.6890)

=== 3 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 13 P#13 (0 chares)
=== 3 === Chare 221 (load 7.7556)

=== 3 === Less loaded core 14 P#16200768 (0 chares, load: 0.0000)
=== 3 === Chare from 14 P#14 (0 chares)
=== 3 === Chare 246 (load 7.7472)

=== 3 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 15 P#15 (0 chares)
=== 3 === Chare 260 (load 7.7090)

=== 3 === Less loaded core 16 P#81959168 (0 chares, load: 0.0000)
=== 3 === Chare from 16 P#16 (0 chares)
=== 3 === Chare 45 (load 9.2700)

=== 3 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 17 P#17 (0 chares)
=== 3 === Chare 255 (load 9.3578)

=== 3 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 3 === Chare from 18 P#18 (0 chares)
=== 3 === Chare 151 (load 7.3911)

=== 3 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 19 P#19 (0 chares)
=== 3 === Chare 55 (load 7.3239)

=== 3 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 20 P#20 (0 chares)
=== 3 === Chare 167 (load 9.4597)

=== 3 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 21 P#21 (0 chares)
=== 3 === Chare 235 (load 9.4148)

=== 3 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 3 === Chare from 22 P#22 (0 chares)
=== 3 === Chare 127 (load 9.4127)

=== 3 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 3 === Chare from 23 P#23 (0 chares)
=== 3 === Chare 234 (load 7.3451)

=== 3 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 3 === Chare from 24 P#24 (0 chares)
=== 3 === Chare 134 (load 9.3754)

=== 3 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 3 === Chare from 25 P#25 (0 chares)
=== 3 === Chare 68 (load 9.3799)

=== 3 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 26 P#26 (0 chares)
=== 3 === Chare 149 (load 7.3137)

=== 3 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 3 === Chare from 27 P#27 (0 chares)
=== 3 === Chare 180 (load 9.3899)

=== 3 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 28 P#28 (0 chares)
=== 3 === Chare 85 (load 7.4428)

=== 3 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 29 P#29 (0 chares)
=== 3 === Chare 95 (load 7.4160)

=== 3 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 3 === Chare from 30 P#30 (0 chares)
=== 3 === Chare 188 (load 7.3261)

=== 3 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 3 === Chare from 31 P#31 (0 chares)
=== 3 === Chare 250 (load 7.4704)

=== 3 === Less loaded core 26 P#1 (1 chares, load: 7.3137)
=== 3 === Chare from 26 P#26 (1 chares)
=== 3 === Chare 183 (load 7.2735)

=== 3 === Less loaded core 19 P#0 (1 chares, load: 7.3239)
=== 3 === Chare from 19 P#19 (1 chares)
=== 3 === Chare 148 (load 7.2784)

=== 3 === Less loaded core 30 P#-78976 (1 chares, load: 7.3261)
=== 3 === Chare from 30 P#30 (1 chares)
=== 3 === Chare 190 (load 7.2940)

=== 3 === Less loaded core 23 P#23 (1 chares, load: 7.3451)
=== 3 === Chare from 23 P#23 (1 chares)
=== 3 === Chare 142 (load 7.2606)

=== 3 === Less loaded core 10 P#0 (1 chares, load: 7.3869)
=== 3 === Chare from 10 P#10 (1 chares)
=== 3 === Chare 236 (load 7.3581)

=== 3 === Less loaded core 18 P#32 (1 chares, load: 7.3911)
=== 3 === Chare from 18 P#18 (1 chares)
=== 3 === Chare 150 (load 7.3871)

=== 3 === Less loaded core 5 P#3 (1 chares, load: 7.3958)
=== 3 === Chare from 5 P#5 (1 chares)
=== 3 === Chare 159 (load 7.3455)

=== 3 === Less loaded core 6 P#5 (1 chares, load: 7.4021)
=== 3 === Chare from 6 P#6 (1 chares)
=== 3 === Chare 197 (load 7.3785)

=== 3 === Less loaded core 29 P#1075685888 (1 chares, load: 7.4160)
=== 3 === Chare from 29 P#29 (1 chares)
=== 3 === Chare 93 (load 7.3937)

=== 3 === Less loaded core 28 P#-268435456 (1 chares, load: 7.4428)
=== 3 === Chare from 28 P#28 (1 chares)
=== 3 === Chare 87 (load 7.3443)

=== 3 === Less loaded core 3 P#6 (1 chares, load: 7.4584)
=== 3 === Chare from 3 P#3 (1 chares)
=== 3 === Chare 212 (load 7.3503)

=== 3 === Less loaded core 31 P#32767 (1 chares, load: 7.4704)
=== 3 === Chare from 31 P#31 (1 chares)
=== 3 === Chare 249 (load 7.4261)

=== 3 === Less loaded core 11 P#0 (1 chares, load: 7.4920)
=== 3 === Chare from 11 P#11 (1 chares)
=== 3 === Chare 242 (load 7.4912)

=== 3 === Less loaded core 1 P#2 (1 chares, load: 7.5075)
=== 3 === Chare from 1 P#1 (1 chares)
=== 3 === Chare 100 (load 7.4411)

=== 3 === Less loaded core 2 P#4 (1 chares, load: 7.5145)
=== 3 === Chare from 2 P#2 (1 chares)
=== 3 === Chare 116 (load 7.3367)

=== 3 === Less loaded core 7 P#7 (1 chares, load: 7.5189)
=== 3 === Chare from 7 P#7 (1 chares)
=== 3 === Chare 228 (load 7.4601)

=== 3 === Less loaded core 4 P#1 (1 chares, load: 7.5521)
=== 3 === Chare from 4 P#4 (1 chares)
=== 3 === Chare 108 (load 7.3897)

=== 3 === Less loaded core 0 P#0 (1 chares, load: 7.5706)
=== 3 === Chare from 0 P#0 (1 chares)
=== 3 === Chare 31 (load 7.5469)

=== 3 === Less loaded core 8 P#9346032 (1 chares, load: 7.6379)
=== 3 === Chare from 8 P#8 (1 chares)
=== 3 === Chare 36 (load 7.6290)

=== 3 === Less loaded core 12 P#81958720 (1 chares, load: 7.6890)
=== 3 === Chare from 12 P#12 (1 chares)
=== 3 === Chare 207 (load 7.6660)

=== 3 === Less loaded core 15 P#0 (1 chares, load: 7.7090)
=== 3 === Chare from 15 P#15 (1 chares)
=== 3 === Chare 261 (load 7.6994)

=== 3 === Less loaded core 14 P#16200768 (1 chares, load: 7.7472)
=== 3 === Chare from 14 P#14 (1 chares)
=== 3 === Chare 247 (load 7.6298)

=== 3 === Less loaded core 13 P#0 (1 chares, load: 7.7556)
=== 3 === Chare from 13 P#13 (1 chares)
=== 3 === Chare 220 (load 7.6966)

=== 3 === Less loaded core 9 P#0 (1 chares, load: 7.7771)
=== 3 === Chare from 9 P#9 (1 chares)
=== 3 === Chare 77 (load 7.7496)

=== 3 === Less loaded core 16 P#81959168 (1 chares, load: 9.2700)
=== 3 === Chare from 16 P#16 (1 chares)
=== 3 === Chare 54 (load 7.3748)

=== 3 === Less loaded core 17 P#0 (1 chares, load: 9.3578)
=== 3 === Chare from 17 P#17 (1 chares)
=== 3 === Chare 140 (load 7.1416)

=== 3 === Less loaded core 24 P#24 (1 chares, load: 9.3754)
=== 3 === Chare from 24 P#24 (1 chares)
=== 3 === Chare 46 (load 7.0211)

=== 3 === Less loaded core 25 P#32767 (1 chares, load: 9.3799)
=== 3 === Chare from 25 P#25 (1 chares)
=== 3 === Chare 60 (load 7.3556)

=== 3 === Less loaded core 27 P#32767 (1 chares, load: 9.3899)
=== 3 === Chare from 27 P#27 (1 chares)
=== 3 === Chare 233 (load 7.1435)

=== 3 === Less loaded core 22 P#22 (1 chares, load: 9.4127)
=== 3 === Chare from 22 P#22 (1 chares)
=== 3 === Chare 181 (load 7.1874)

=== 3 === Less loaded core 21 P#0 (1 chares, load: 9.4148)
=== 3 === Chare from 21 P#21 (1 chares)
=== 3 === Chare 124 (load 7.1021)

=== 3 === Less loaded core 20 P#0 (1 chares, load: 9.4597)
=== 3 === Chare from 20 P#20 (1 chares)
=== 3 === Chare 141 (load 7.1005)

=== 3 === Less loaded core 26 P#2 (2 chares, load: 14.5872)
=== 3 === Chare from 26 P#26 (2 chares)
=== 3 === Chare 62 (load 7.2301)

=== 3 === Less loaded core 19 P#0 (2 chares, load: 14.6023)
=== 3 === Chare from 19 P#19 (2 chares)
=== 3 === Chare 166 (load 7.2097)

=== 3 === Less loaded core 23 P#23 (2 chares, load: 14.6057)
=== 3 === Chare from 23 P#23 (2 chares)
=== 3 === Chare 252 (load 7.1870)

=== 3 === Less loaded core 30 P#-78976 (2 chares, load: 14.6202)
=== 3 === Chare from 30 P#30 (2 chares)
=== 3 === Chare 191 (load 7.2298)

=== 3 === Less loaded core 5 P#3 (2 chares, load: 14.7413)
=== 3 === Chare from 5 P#5 (2 chares)
=== 3 === Chare 156 (load 7.2851)

=== 3 === Less loaded core 10 P#0 (2 chares, load: 14.7450)
=== 3 === Chare from 10 P#10 (2 chares)
=== 3 === Chare 237 (load 7.3572)

=== 3 === Less loaded core 18 P#32 (2 chares, load: 14.7782)
=== 3 === Chare from 18 P#18 (2 chares)
=== 3 === Chare 52 (load 7.2560)

=== 3 === Less loaded core 6 P#5 (2 chares, load: 14.7806)
=== 3 === Chare from 6 P#6 (2 chares)
=== 3 === Chare 199 (load 7.3399)

=== 3 === Less loaded core 28 P#1744830464 (2 chares, load: 14.7871)
=== 3 === Chare from 28 P#28 (2 chares)
=== 3 === Chare 84 (load 7.2948)

=== 3 === Less loaded core 3 P#6 (2 chares, load: 14.8086)
=== 3 === Chare from 3 P#3 (2 chares)
=== 3 === Chare 214 (load 7.3121)

=== 3 === Less loaded core 29 P#1076731532 (2 chares, load: 14.8097)
=== 3 === Chare from 29 P#29 (2 chares)
=== 3 === Chare 92 (load 7.3260)

=== 3 === Less loaded core 2 P#4 (2 chares, load: 14.8512)
=== 3 === Chare from 2 P#2 (2 chares)
=== 3 === Chare 117 (load 7.3288)

=== 3 === Less loaded core 31 P#32767 (2 chares, load: 14.8965)
=== 3 === Chare from 31 P#31 (2 chares)
=== 3 === Chare 251 (load 7.3872)

=== 3 === Less loaded core 4 P#1 (2 chares, load: 14.9418)
=== 3 === Chare from 4 P#4 (2 chares)
=== 3 === Chare 109 (load 7.2637)

=== 3 === Less loaded core 1 P#2 (2 chares, load: 14.9486)
=== 3 === Chare from 1 P#1 (2 chares)
=== 3 === Chare 102 (load 7.4383)

=== 3 === Less loaded core 7 P#7 (2 chares, load: 14.9790)
=== 3 === Chare from 7 P#7 (2 chares)
=== 3 === Chare 230 (load 7.4446)

=== 3 === Less loaded core 11 P#0 (2 chares, load: 14.9832)
=== 3 === Chare from 11 P#11 (2 chares)
=== 3 === Chare 240 (load 7.4692)

=== 3 === Less loaded core 0 P#0 (2 chares, load: 15.1176)
=== 3 === Chare from 0 P#0 (2 chares)
=== 3 === Chare 30 (load 7.5423)

=== 3 === Less loaded core 8 P#9346032 (2 chares, load: 15.2669)
=== 3 === Chare from 8 P#8 (2 chares)
=== 3 === Chare 39 (load 7.5532)

=== 3 === Less loaded core 12 P#81958720 (2 chares, load: 15.3550)
=== 3 === Chare from 12 P#12 (2 chares)
=== 3 === Chare 206 (load 7.6472)

=== 3 === Less loaded core 14 P#16200768 (2 chares, load: 15.3770)
=== 3 === Chare from 14 P#14 (2 chares)
=== 3 === Chare 244 (load 7.5627)

=== 3 === Less loaded core 15 P#0 (2 chares, load: 15.4084)
=== 3 === Chare from 15 P#15 (2 chares)
=== 3 === Chare 263 (load 7.5992)

=== 3 === Less loaded core 13 P#0 (2 chares, load: 15.4522)
=== 3 === Chare from 13 P#13 (2 chares)
=== 3 === Chare 223 (load 7.6833)

=== 3 === Less loaded core 9 P#0 (2 chares, load: 15.5267)
=== 3 === Chare from 9 P#9 (2 chares)
=== 3 === Chare 78 (load 7.6716)

=== 3 === Less loaded core 24 P#24 (2 chares, load: 16.3965)
=== 3 === Chare from 24 P#24 (2 chares)
=== 3 === Chare 70 (load 6.9529)

=== 3 === Less loaded core 17 P#0 (2 chares, load: 16.4994)
=== 3 === Chare from 17 P#17 (2 chares)
=== 3 === Chare 253 (load 7.1360)

=== 3 === Less loaded core 21 P#0 (2 chares, load: 16.5169)
=== 3 === Chare from 21 P#21 (2 chares)
=== 3 === Chare 132 (load 7.0547)

=== 3 === Less loaded core 27 P#32767 (2 chares, load: 16.5334)
=== 3 === Chare from 27 P#27 (2 chares)
=== 3 === Chare 61 (load 7.0502)

=== 3 === Less loaded core 20 P#0 (2 chares, load: 16.5603)
=== 3 === Chare from 20 P#20 (2 chares)
=== 3 === Chare 133 (load 7.0504)

=== 3 === Less loaded core 22 P#22 (2 chares, load: 16.6001)
=== 3 === Chare from 22 P#22 (2 chares)
=== 3 === Chare 143 (load 7.0653)

=== 3 === Less loaded core 16 P#81959168 (2 chares, load: 16.6448)
=== 3 === Chare from 16 P#16 (2 chares)
=== 3 === Chare 47 (load 7.0223)

=== 3 === Less loaded core 25 P#32767 (2 chares, load: 16.7355)
=== 3 === Chare from 25 P#25 (2 chares)
=== 3 === Chare 165 (load 7.0421)

=== 3 === Less loaded core 23 P#23 (3 chares, load: 21.7927)
=== 3 === Chare from 23 P#23 (3 chares)
=== 3 === Chare 182 (load 7.0557)

=== 3 === Less loaded core 19 P#0 (3 chares, load: 21.8120)
=== 3 === Chare from 19 P#19 (3 chares)
=== 3 === Chare 164 (load 7.1508)

=== 3 === Less loaded core 26 P#3 (3 chares, load: 21.8173)
=== 3 === Chare from 26 P#26 (3 chares)
=== 3 === Chare 53 (load 7.1840)

=== 3 === Less loaded core 30 P#-78976 (3 chares, load: 21.8499)
=== 3 === Chare from 30 P#30 (3 chares)
=== 3 === Chare 189 (load 7.2244)

=== 3 === Less loaded core 5 P#3 (3 chares, load: 22.0264)
=== 3 === Chare from 5 P#5 (3 chares)
=== 3 === Chare 157 (load 7.2829)

=== 3 === Less loaded core 18 P#32 (3 chares, load: 22.0342)
=== 3 === Chare from 18 P#18 (3 chares)
=== 3 === Chare 63 (load 7.1122)

=== 3 === Less loaded core 28 P#-335544320 (3 chares, load: 22.0819)
=== 3 === Chare from 28 P#28 (3 chares)
=== 3 === Chare 86 (load 7.2114)

=== 3 === Less loaded core 10 P#0 (3 chares, load: 22.1022)
=== 3 === Chare from 10 P#10 (3 chares)
=== 3 === Chare 238 (load 7.3314)

=== 3 === Less loaded core 6 P#5 (3 chares, load: 22.1204)
=== 3 === Chare from 6 P#6 (3 chares)
=== 3 === Chare 196 (load 7.2615)

=== 3 === Less loaded core 3 P#6 (3 chares, load: 22.1207)
=== 3 === Chare from 3 P#3 (3 chares)
=== 3 === Chare 213 (load 7.3002)

=== 3 === Less loaded core 29 P#1077289660 (3 chares, load: 22.1357)
=== 3 === Chare from 29 P#29 (3 chares)
=== 3 === Chare 94 (load 7.3049)

=== 3 === Less loaded core 2 P#4 (3 chares, load: 22.1800)
=== 3 === Chare from 2 P#2 (3 chares)
=== 3 === Chare 118 (load 7.2233)

=== 3 === Less loaded core 4 P#1 (3 chares, load: 22.2056)
=== 3 === Chare from 4 P#4 (3 chares)
=== 3 === Chare 111 (load 7.2252)

=== 3 === Less loaded core 31 P#32767 (3 chares, load: 22.2837)
=== 3 === Chare from 31 P#31 (3 chares)
=== 3 === Chare 248 (load 7.3837)

=== 3 === Less loaded core 1 P#2 (3 chares, load: 22.3868)
=== 3 === Chare from 1 P#1 (3 chares)
=== 3 === Chare 101 (load 7.3095)

=== 3 === Less loaded core 7 P#7 (3 chares, load: 22.4237)
=== 3 === Chare from 7 P#7 (3 chares)
=== 3 === Chare 229 (load 7.4089)

=== 3 === Less loaded core 11 P#0 (3 chares, load: 22.4524)
=== 3 === Chare from 11 P#11 (3 chares)
=== 3 === Chare 243 (load 7.4268)

=== 3 === Less loaded core 0 P#0 (3 chares, load: 22.6599)
=== 3 === Chare from 0 P#0 (3 chares)
=== 3 === Chare 29 (load 7.4961)

=== 3 === Less loaded core 8 P#9346032 (3 chares, load: 22.8201)
=== 3 === Chare from 8 P#8 (3 chares)
=== 3 === Chare 37 (load 7.5278)

=== 3 === Less loaded core 14 P#16200768 (3 chares, load: 22.9398)
=== 3 === Chare from 14 P#14 (3 chares)
=== 3 === Chare 245 (load 7.5414)

=== 3 === Less loaded core 12 P#81958720 (3 chares, load: 23.0022)
=== 3 === Chare from 12 P#12 (3 chares)
=== 3 === Chare 205 (load 7.5882)

=== 3 === Less loaded core 15 P#0 (3 chares, load: 23.0076)
=== 3 === Chare from 15 P#15 (3 chares)
=== 3 === Chare 262 (load 7.5833)

=== 3 === Less loaded core 13 P#0 (3 chares, load: 23.1356)
=== 3 === Chare from 13 P#13 (3 chares)
=== 3 === Chare 222 (load 7.6261)

=== 3 === Less loaded core 9 P#0 (3 chares, load: 23.1983)
=== 3 === Chare from 9 P#9 (3 chares)
=== 3 === Chare 79 (load 7.6150)

=== 3 === Less loaded core 24 P#24 (3 chares, load: 23.3494)
=== 3 === Chare from 24 P#24 (3 chares)
=== 3 === Chare 69 (load 6.9182)

=== 3 === Less loaded core 21 P#0 (3 chares, load: 23.5716)
=== 3 === Chare from 21 P#21 (3 chares)
=== 3 === Chare 254 (load 7.0079)

=== 3 === Less loaded core 27 P#32767 (3 chares, load: 23.5836)
=== 3 === Chare from 27 P#27 (3 chares)
=== 3 === Chare 125 (load 7.0283)

=== 3 === Less loaded core 20 P#0 (3 chares, load: 23.6107)
=== 3 === Chare from 20 P#20 (3 chares)
=== 3 === Chare 44 (load 6.9592)

=== 3 === Less loaded core 17 P#0 (3 chares, load: 23.6354)
=== 3 === Chare from 17 P#17 (3 chares)
=== 3 === Chare 232 (load 7.0225)

=== 3 === Less loaded core 22 P#22 (3 chares, load: 23.6654)
=== 3 === Chare from 22 P#22 (3 chares)
=== 3 === Chare 135 (load 7.0166)

=== 3 === Less loaded core 16 P#81959168 (3 chares, load: 23.6672)
=== 3 === Chare from 16 P#16 (3 chares)
=== 3 === Chare 71 (load 6.9778)

=== 3 === Less loaded core 25 P#32767 (3 chares, load: 23.7776)
=== 3 === Chare from 25 P#25 (3 chares)
=== 3 === Chare 126 (load 7.0068)

[DEBUG] GetBackPlacement from node 4
0 7.1346
17 7.0696
40 7.0340
1 7.0036
7 7.0885
42 7.0520
18 7.0320
41 6.9369
12 7.0591
2 7.0341
15 7.0326
78 7.0318
19 7.1151
13 7.0606
27 7.0587
52 7.0226
53 7.1479
76 7.0844
4 7.0739
6 6.9661
55 9.5277
79 9.3918
24 7.1291
77 7.1256
43 9.3287
54 7.3312
86 7.2652
87 7.2350
68 9.4689
95 9.4358
94 7.0374
92 6.9857
25 9.6244
5 9.3810
26 7.4006
3 7.3774
35 7.4683
85 7.4033
84 7.3485
32 7.3239
16 9.5796
14 7.3756
34 7.3139
33 7.2102
61 7.4425
63 7.4288
62 7.3104
60 7.2969
23 7.3654
22 7.2709
21 7.2327
20 7.1992
71 7.1753
69 7.1062
70 7.1060
93 7.0553
39 7.4928
36 7.3170
37 7.3000
38 7.2867
50 7.5620
48 7.4372
51 7.4163
49 7.2934
10 7.6201
9 7.5765
8 7.4968
11 7.4392
47 7.6593
44 7.5951
45 7.5160
46 7.3882
74 7.6381
75 7.5670
73 7.5388
72 7.4758
124 7.7352
126 7.6411
127 7.5081
125 7.4512
56 7.3876
58 7.3813
59 7.3331
57 7.2920
115 7.5789
113 7.5520
114 7.5287
112 7.4686
82 7.3524
80 7.3211
83 7.2720
81 7.2121
98 7.3368
99 7.3104
97 7.2809
96 7.2803
29 7.2749
31 7.2634
30 7.2487
28 7.2478
65 7.4910
64 7.4365
67 7.4333
66 7.3315
89 7.6412
88 7.5671
90 7.5624
91 7.5085
110 7.6315
108 7.6117
111 7.5889
109 7.5784
101 7.6742
103 7.6729
102 7.6009
100 7.4435
104 7.5594
107 7.5432
106 7.5424
105 7.4927
118 7.6418
119 7.6316
116 7.6075
117 7.5723
123 7.6432
122 7.5526
121 7.5398
120 7.4848
Core 0 load 28.2419
Core 1 load 28.1093
Core 2 load 28.1576
Core 3 load 28.2569
Core 4 load 28.2724
Core 5 load 33.1742
Core 6 load 31.1599
Core 7 load 32.9278
Core 8 load 33.7835
Core 9 load 29.5441
Core 10 load 31.4793
Core 11 load 29.4786
Core 12 load 29.0682
Core 13 load 28.4428
Core 14 load 29.3966
Core 15 load 29.7089
Core 16 load 30.1326
Core 17 load 30.1586
Core 18 load 30.2197
Core 19 load 30.3356
Core 20 load 29.3940
Core 21 load 30.1282
Core 22 load 29.1576
Core 23 load 29.2085
Core 24 load 29.0348
Core 25 load 29.6924
Core 26 load 30.2791
Core 27 load 30.4104
Core 28 load 30.3915
Core 29 load 30.1376
Core 30 load 30.4532
Core 31 load 30.2203
Avg load 29.9549 in [29.0562 ; 30.8535 ]
Swap chares 7 (6.9369) and 35 (7.3774) between cores 1 (28.1093) and 8
(33.7835)
New loads : 1 (28.5498) and 8 (33.3429)
Swap chares 10 (7.0326) and 34 (7.4006) between cores 2 (28.1576) and 8
(33.3429)
New loads : 2 (28.5256) and 8 (32.9749)
Swap chares 3 (7.0036) and 23 (7.1256) between cores 0 (28.2419) and 5
(33.1742)
New loads : 0 (28.3638) and 5 (33.0523)
Swap chares 14 (7.0587) and 22 (7.1291) between cores 3 (28.2569) and 5
(33.0523)
New loads : 3 (28.3273) and 5 (32.9819)
Swap chares 19 (6.9661) and 23 (7.0036) between cores 4 (28.2724) and 5
(32.9819)
New loads : 4 (28.3099) and 5 (32.9444)
Swap chares 17 (7.0844) and 33 (9.3810) between cores 4 (28.3099) and 8
(32.9749)
New loads : 4 (30.6064) and 8 (30.6784)
Swap chares 13 (7.0606) and 21 (9.3918) between cores 3 (28.3273) and 5
(32.9444)
New loads : 3 (30.6585) and 5 (30.6131)
Swap chares 2 (7.0340) and 30 (7.0374) between cores 0 (28.3638) and 7
(32.9278)
New loads : 0 (28.3673) and 7 (32.9244)
Swap chares 1 (7.0696) and 29 (9.4358) between cores 0 (28.3673) and 7
(32.9244)
New loads : 0 (30.7335) and 7 (30.5582)
Swap chares 55 (7.0553) and 43 (7.2102) between cores 13 (28.4428) and 10
(31.4793)
New loads : 13 (28.5977) and 10 (31.3245)
Swap chares 11 (7.0318) and 43 (7.0553) between cores 2 (28.5256) and 10
(31.3245)
New loads : 2 (28.5491) and 10 (31.3009)
Swap chares 9 (7.0341) and 41 (7.3756) between cores 2 (28.5491) and 10
(31.3009)
New loads : 2 (28.8907) and 10 (30.9594)
Swap chares 6 (7.0320) and 26 (7.2652) between cores 1 (28.5498) and 6
(31.1599)
New loads : 1 (28.7830) and 6 (30.9267)
Swap chares 54 (7.1060) and 42 (7.3139) between cores 13 (28.5977) and 10
(30.9594)
New loads : 13 (28.8056) and 10 (30.7515)
Swap chares 5 (7.0520) and 25 (7.3312) between cores 1 (28.7830) and 6
(30.9267)
New loads : 1 (29.0622) and 6 (30.6476)
=== 4 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 0 P#0 (0 chares)
=== 4 === Chare 915 (load 9.4358)

=== 4 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 4 === Chare from 1 P#1 (0 chares)
=== 4 === Chare 175 (load 7.3774)

=== 4 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 4 === Chare from 2 P#2 (0 chares)
=== 4 === Chare 490 (load 7.4006)

=== 4 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 4 === Chare from 3 P#3 (0 chares)
=== 4 === Chare 891 (load 9.3918)

=== 4 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 4 === Chare from 4 P#4 (0 chares)
=== 4 === Chare 349 (load 9.3810)

=== 4 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 4 === Chare from 5 P#5 (0 chares)
=== 4 === Chare 803 (load 9.5277)

=== 4 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 4 === Chare from 6 P#6 (0 chares)
=== 4 === Chare 723 (load 9.3287)

=== 4 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 4 === Chare from 7 P#7 (0 chares)
=== 4 === Chare 860 (load 9.4689)

=== 4 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 4 === Chare from 8 P#8 (0 chares)
=== 4 === Chare 489 (load 9.6244)

=== 4 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 9 P#9 (0 chares)
=== 4 === Chare 587 (load 7.4683)

=== 4 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 10 P#10 (0 chares)
=== 4 === Chare 392 (load 9.5796)

=== 4 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 11 P#11 (0 chares)
=== 4 === Chare 825 (load 7.4425)

=== 4 === Less loaded core 12 P#82228832 (0 chares, load: 0.0000)
=== 4 === Chare from 12 P#12 (0 chares)
=== 4 === Chare 423 (load 7.3654)

=== 4 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 13 P#13 (0 chares)
=== 4 === Chare 586 (load 7.3139)

=== 4 === Less loaded core 14 P#72812784 (0 chares, load: 0.0000)
=== 4 === Chare from 14 P#14 (0 chares)
=== 4 === Chare 591 (load 7.4928)

=== 4 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 15 P#15 (0 chares)
=== 4 === Chare 798 (load 7.5620)

=== 4 === Less loaded core 16 P#82229280 (0 chares, load: 0.0000)
=== 4 === Chare from 16 P#16 (0 chares)
=== 4 === Chare 354 (load 7.6201)

=== 4 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 17 P#17 (0 chares)
=== 4 === Chare 775 (load 7.6593)

=== 4 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 4 === Chare from 18 P#18 (0 chares)
=== 4 === Chare 874 (load 7.6381)

=== 4 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 19 P#19 (0 chares)
=== 4 === Chare 996 (load 7.7352)

=== 4 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 20 P#20 (0 chares)
=== 4 === Chare 816 (load 7.3876)

=== 4 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 21 P#21 (0 chares)
=== 4 === Chare 963 (load 7.5789)

=== 4 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 4 === Chare from 22 P#22 (0 chares)
=== 4 === Chare 898 (load 7.3524)

=== 4 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 4 === Chare from 23 P#23 (0 chares)
=== 4 === Chare 930 (load 7.3368)

=== 4 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 4 === Chare from 24 P#24 (0 chares)
=== 4 === Chare 521 (load 7.2749)

=== 4 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 4 === Chare from 25 P#25 (0 chares)
=== 4 === Chare 857 (load 7.4910)

=== 4 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 26 P#26 (0 chares)
=== 4 === Chare 909 (load 7.6412)

=== 4 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 4 === Chare from 27 P#27 (0 chares)
=== 4 === Chare 954 (load 7.6315)

=== 4 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 28 P#28 (0 chares)
=== 4 === Chare 941 (load 7.6742)

=== 4 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 29 P#29 (0 chares)
=== 4 === Chare 948 (load 7.5594)

=== 4 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 4 === Chare from 30 P#30 (0 chares)
=== 4 === Chare 966 (load 7.6418)

=== 4 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 4 === Chare from 31 P#31 (0 chares)
=== 4 === Chare 979 (load 7.6432)

=== 4 === Less loaded core 24 P#24 (1 chares, load: 7.2749)
=== 4 === Chare from 24 P#24 (1 chares)
=== 4 === Chare 523 (load 7.2634)

=== 4 === Less loaded core 13 P#0 (1 chares, load: 7.3139)
=== 4 === Chare from 13 P#13 (1 chares)
=== 4 === Chare 585 (load 7.2102)

=== 4 === Less loaded core 23 P#23 (1 chares, load: 7.3368)
=== 4 === Chare from 23 P#23 (1 chares)
=== 4 === Chare 931 (load 7.3104)

=== 4 === Less loaded core 22 P#22 (1 chares, load: 7.3524)
=== 4 === Chare from 22 P#22 (1 chares)
=== 4 === Chare 896 (load 7.3211)

=== 4 === Less loaded core 12 P#82228832 (1 chares, load: 7.3654)
=== 4 === Chare from 12 P#12 (1 chares)
=== 4 === Chare 422 (load 7.2709)

=== 4 === Less loaded core 1 P#2 (1 chares, load: 7.3774)
=== 4 === Chare from 1 P#1 (1 chares)
=== 4 === Chare 802 (load 7.3312)

=== 4 === Less loaded core 20 P#0 (1 chares, load: 7.3876)
=== 4 === Chare from 20 P#20 (1 chares)
=== 4 === Chare 818 (load 7.3813)

=== 4 === Less loaded core 2 P#4 (1 chares, load: 7.4006)
=== 4 === Chare from 2 P#2 (1 chares)
=== 4 === Chare 390 (load 7.3756)

=== 4 === Less loaded core 11 P#0 (1 chares, load: 7.4425)
=== 4 === Chare from 11 P#11 (1 chares)
=== 4 === Chare 827 (load 7.4288)

=== 4 === Less loaded core 9 P#0 (1 chares, load: 7.4683)
=== 4 === Chare from 9 P#9 (1 chares)
=== 4 === Chare 901 (load 7.4033)

=== 4 === Less loaded core 25 P#32767 (1 chares, load: 7.4910)
=== 4 === Chare from 25 P#25 (1 chares)
=== 4 === Chare 856 (load 7.4365)

=== 4 === Less loaded core 14 P#72812784 (1 chares, load: 7.4928)
=== 4 === Chare from 14 P#14 (1 chares)
=== 4 === Chare 588 (load 7.3170)

=== 4 === Less loaded core 29 P#1075723467 (1 chares, load: 7.5594)
=== 4 === Chare from 29 P#29 (1 chares)
=== 4 === Chare 951 (load 7.5432)

=== 4 === Less loaded core 15 P#0 (1 chares, load: 7.5620)
=== 4 === Chare from 15 P#15 (1 chares)
=== 4 === Chare 796 (load 7.4372)

=== 4 === Less loaded core 21 P#0 (1 chares, load: 7.5789)
=== 4 === Chare from 21 P#21 (1 chares)
=== 4 === Chare 961 (load 7.5520)

=== 4 === Less loaded core 16 P#82229280 (1 chares, load: 7.6201)
=== 4 === Chare from 16 P#16 (1 chares)
=== 4 === Chare 353 (load 7.5765)

=== 4 === Less loaded core 27 P#32767 (1 chares, load: 7.6315)
=== 4 === Chare from 27 P#27 (1 chares)
=== 4 === Chare 952 (load 7.6117)

=== 4 === Less loaded core 18 P#32 (1 chares, load: 7.6381)
=== 4 === Chare from 18 P#18 (1 chares)
=== 4 === Chare 875 (load 7.5670)

=== 4 === Less loaded core 26 P#1 (1 chares, load: 7.6412)
=== 4 === Chare from 26 P#26 (1 chares)
=== 4 === Chare 908 (load 7.5671)

=== 4 === Less loaded core 30 P#-78976 (1 chares, load: 7.6418)
=== 4 === Chare from 30 P#30 (1 chares)
=== 4 === Chare 967 (load 7.6316)

=== 4 === Less loaded core 31 P#32767 (1 chares, load: 7.6432)
=== 4 === Chare from 31 P#31 (1 chares)
=== 4 === Chare 978 (load 7.5526)

=== 4 === Less loaded core 17 P#0 (1 chares, load: 7.6593)
=== 4 === Chare from 17 P#17 (1 chares)
=== 4 === Chare 772 (load 7.5951)

=== 4 === Less loaded core 28 P#-1342177280 (1 chares, load: 7.6742)
=== 4 === Chare from 28 P#28 (1 chares)
=== 4 === Chare 943 (load 7.6729)

=== 4 === Less loaded core 19 P#0 (1 chares, load: 7.7352)
=== 4 === Chare from 19 P#19 (1 chares)
=== 4 === Chare 998 (load 7.6411)

=== 4 === Less loaded core 6 P#5 (1 chares, load: 9.3287)
=== 4 === Chare from 6 P#6 (1 chares)
=== 4 === Chare 903 (load 7.2350)

=== 4 === Less loaded core 4 P#1 (1 chares, load: 9.3810)
=== 4 === Chare from 4 P#4 (1 chares)
=== 4 === Chare 801 (load 7.1479)

=== 4 === Less loaded core 3 P#6 (1 chares, load: 9.3918)
=== 4 === Chare from 3 P#3 (1 chares)
=== 4 === Chare 488 (load 7.1291)

=== 4 === Less loaded core 0 P#0 (1 chares, load: 9.4358)
=== 4 === Chare from 0 P#0 (1 chares)
=== 4 === Chare 172 (load 7.1346)

=== 4 === Less loaded core 7 P#7 (1 chares, load: 9.4689)
=== 4 === Chare from 7 P#7 (1 chares)
=== 4 === Chare 393 (load 7.0696)

=== 4 === Less loaded core 5 P#3 (1 chares, load: 9.5277)
=== 4 === Chare from 5 P#5 (1 chares)
=== 4 === Chare 389 (load 7.0606)

=== 4 === Less loaded core 10 P#0 (1 chares, load: 9.5796)
=== 4 === Chare from 10 P#10 (1 chares)
=== 4 === Chare 862 (load 7.1060)

=== 4 === Less loaded core 8 P#9346032 (1 chares, load: 9.6244)
=== 4 === Chare from 8 P#8 (1 chares)
=== 4 === Chare 888 (load 7.0844)

=== 4 === Less loaded core 13 P#0 (2 chares, load: 14.5241)
=== 4 === Chare from 13 P#13 (2 chares)
=== 4 === Chare 863 (load 7.1753)

=== 4 === Less loaded core 24 P#24 (2 chares, load: 14.5384)
=== 4 === Chare from 24 P#24 (2 chares)
=== 4 === Chare 522 (load 7.2487)

=== 4 === Less loaded core 12 P#82228832 (2 chares, load: 14.6363)
=== 4 === Chare from 12 P#12 (2 chares)
=== 4 === Chare 421 (load 7.2327)

=== 4 === Less loaded core 23 P#23 (2 chares, load: 14.6473)
=== 4 === Chare from 23 P#23 (2 chares)
=== 4 === Chare 929 (load 7.2809)

=== 4 === Less loaded core 22 P#22 (2 chares, load: 14.6735)
=== 4 === Chare from 22 P#22 (2 chares)
=== 4 === Chare 899 (load 7.2720)

=== 4 === Less loaded core 1 P#2 (2 chares, load: 14.7086)
=== 4 === Chare from 1 P#1 (2 chares)
=== 4 === Chare 902 (load 7.2652)

=== 4 === Less loaded core 20 P#0 (2 chares, load: 14.7689)
=== 4 === Chare from 20 P#20 (2 chares)
=== 4 === Chare 819 (load 7.3331)

=== 4 === Less loaded core 2 P#4 (2 chares, load: 14.7762)
=== 4 === Chare from 2 P#2 (2 chares)
=== 4 === Chare 388 (load 7.0591)

=== 4 === Less loaded core 14 P#72812784 (2 chares, load: 14.8098)
=== 4 === Chare from 14 P#14 (2 chares)
=== 4 === Chare 589 (load 7.3000)

=== 4 === Less loaded core 11 P#0 (2 chares, load: 14.8713)
=== 4 === Chare from 11 P#11 (2 chares)
=== 4 === Chare 826 (load 7.3104)

=== 4 === Less loaded core 9 P#0 (2 chares, load: 14.8717)
=== 4 === Chare from 9 P#9 (2 chares)
=== 4 === Chare 900 (load 7.3485)

=== 4 === Less loaded core 25 P#32767 (2 chares, load: 14.9275)
=== 4 === Chare from 25 P#25 (2 chares)
=== 4 === Chare 859 (load 7.4333)

=== 4 === Less loaded core 15 P#0 (2 chares, load: 14.9992)
=== 4 === Chare from 15 P#15 (2 chares)
=== 4 === Chare 799 (load 7.4163)

=== 4 === Less loaded core 29 P#1076769922 (2 chares, load: 15.1026)
=== 4 === Chare from 29 P#29 (2 chares)
=== 4 === Chare 950 (load 7.5424)

=== 4 === Less loaded core 21 P#0 (2 chares, load: 15.1309)
=== 4 === Chare from 21 P#21 (2 chares)
=== 4 === Chare 962 (load 7.5287)

=== 4 === Less loaded core 31 P#32767 (2 chares, load: 15.1957)
=== 4 === Chare from 31 P#31 (2 chares)
=== 4 === Chare 977 (load 7.5398)

=== 4 === Less loaded core 16 P#82229280 (2 chares, load: 15.1966)
=== 4 === Chare from 16 P#16 (2 chares)
=== 4 === Chare 352 (load 7.4968)

=== 4 === Less loaded core 18 P#32 (2 chares, load: 15.2052)
=== 4 === Chare from 18 P#18 (2 chares)
=== 4 === Chare 873 (load 7.5388)

=== 4 === Less loaded core 26 P#2 (2 chares, load: 15.2082)
=== 4 === Chare from 26 P#26 (2 chares)
=== 4 === Chare 910 (load 7.5624)

=== 4 === Less loaded core 27 P#32767 (2 chares, load: 15.2432)
=== 4 === Chare from 27 P#27 (2 chares)
=== 4 === Chare 955 (load 7.5889)

=== 4 === Less loaded core 17 P#0 (2 chares, load: 15.2544)
=== 4 === Chare from 17 P#17 (2 chares)
=== 4 === Chare 773 (load 7.5160)

=== 4 === Less loaded core 30 P#-78976 (2 chares, load: 15.2733)
=== 4 === Chare from 30 P#30 (2 chares)
=== 4 === Chare 964 (load 7.6075)

=== 4 === Less loaded core 28 P#268435456 (2 chares, load: 15.3471)
=== 4 === Chare from 28 P#28 (2 chares)
=== 4 === Chare 942 (load 7.6009)

=== 4 === Less loaded core 19 P#0 (2 chares, load: 15.3763)
=== 4 === Chare from 19 P#19 (2 chares)
=== 4 === Chare 999 (load 7.5081)

=== 4 === Less loaded core 3 P#6 (2 chares, load: 16.5209)
=== 4 === Chare from 3 P#3 (2 chares)
=== 4 === Chare 395 (load 7.1151)

=== 4 === Less loaded core 4 P#1 (2 chares, load: 16.5289)
=== 4 === Chare from 4 P#4 (2 chares)
=== 4 === Chare 348 (load 7.0739)

=== 4 === Less loaded core 7 P#7 (2 chares, load: 16.5386)
=== 4 === Chare from 7 P#7 (2 chares)
=== 4 === Chare 720 (load 7.0340)

=== 4 === Less loaded core 6 P#5 (2 chares, load: 16.5636)
=== 4 === Chare from 6 P#6 (2 chares)
=== 4 === Chare 722 (load 7.0520)

=== 4 === Less loaded core 0 P#0 (2 chares, load: 16.5705)
=== 4 === Chare from 0 P#0 (2 chares)
=== 4 === Chare 889 (load 7.1256)

=== 4 === Less loaded core 5 P#3 (2 chares, load: 16.5883)
=== 4 === Chare from 5 P#5 (2 chares)
=== 4 === Chare 491 (load 7.0587)

=== 4 === Less loaded core 10 P#0 (2 chares, load: 16.6856)
=== 4 === Chare from 10 P#10 (2 chares)
=== 4 === Chare 174 (load 7.0341)

=== 4 === Less loaded core 8 P#9346032 (2 chares, load: 16.7089)
=== 4 === Chare from 8 P#8 (2 chares)
=== 4 === Chare 391 (load 7.0326)

=== 4 === Less loaded core 13 P#0 (3 chares, load: 21.6994)
=== 4 === Chare from 13 P#13 (3 chares)
=== 4 === Chare 861 (load 7.1062)

=== 4 === Less loaded core 24 P#24 (3 chares, load: 21.7870)
=== 4 === Chare from 24 P#24 (3 chares)
=== 4 === Chare 520 (load 7.2478)

=== 4 === Less loaded core 2 P#4 (3 chares, load: 21.8354)
=== 4 === Chare from 2 P#2 (3 chares)
=== 4 === Chare 913 (load 7.0553)

=== 4 === Less loaded core 12 P#82228832 (3 chares, load: 21.8690)
=== 4 === Chare from 12 P#12 (3 chares)
=== 4 === Chare 420 (load 7.1992)

=== 4 === Less loaded core 23 P#23 (3 chares, load: 21.9282)
=== 4 === Chare from 23 P#23 (3 chares)
=== 4 === Chare 928 (load 7.2803)

=== 4 === Less loaded core 22 P#22 (3 chares, load: 21.9455)
=== 4 === Chare from 22 P#22 (3 chares)
=== 4 === Chare 897 (load 7.2121)

=== 4 === Less loaded core 1 P#2 (3 chares, load: 21.9738)
=== 4 === Chare from 1 P#1 (3 chares)
=== 4 === Chare 351 (load 7.0885)

=== 4 === Less loaded core 20 P#0 (3 chares, load: 22.1020)
=== 4 === Chare from 20 P#20 (3 chares)
=== 4 === Chare 817 (load 7.2920)

=== 4 === Less loaded core 14 P#72812784 (3 chares, load: 22.1098)
=== 4 === Chare from 14 P#14 (3 chares)
=== 4 === Chare 590 (load 7.2867)

=== 4 === Less loaded core 11 P#0 (3 chares, load: 22.1817)
=== 4 === Chare from 11 P#11 (3 chares)
=== 4 === Chare 824 (load 7.2969)

=== 4 === Less loaded core 9 P#0 (3 chares, load: 22.2201)
=== 4 === Chare from 9 P#9 (3 chares)
=== 4 === Chare 584 (load 7.3239)

=== 4 === Less loaded core 25 P#32767 (3 chares, load: 22.3609)
=== 4 === Chare from 25 P#25 (3 chares)
=== 4 === Chare 858 (load 7.3315)

=== 4 === Less loaded core 15 P#0 (3 chares, load: 22.4155)
=== 4 === Chare from 15 P#15 (3 chares)
=== 4 === Chare 797 (load 7.2934)

=== 4 === Less loaded core 29 P#1077323033 (3 chares, load: 22.6449)
=== 4 === Chare from 29 P#29 (3 chares)
=== 4 === Chare 949 (load 7.4927)

=== 4 === Less loaded core 21 P#0 (3 chares, load: 22.6595)
=== 4 === Chare from 21 P#21 (3 chares)
=== 4 === Chare 960 (load 7.4686)

=== 4 === Less loaded core 16 P#82229280 (3 chares, load: 22.6934)
=== 4 === Chare from 16 P#16 (3 chares)
=== 4 === Chare 355 (load 7.4392)

=== 4 === Less loaded core 31 P#32767 (3 chares, load: 22.7355)
=== 4 === Chare from 31 P#31 (3 chares)
=== 4 === Chare 976 (load 7.4848)

=== 4 === Less loaded core 18 P#32 (3 chares, load: 22.7439)
=== 4 === Chare from 18 P#18 (3 chares)
=== 4 === Chare 872 (load 7.4758)

=== 4 === Less loaded core 17 P#0 (3 chares, load: 22.7704)
=== 4 === Chare from 17 P#17 (3 chares)
=== 4 === Chare 774 (load 7.3882)

=== 4 === Less loaded core 26 P#3 (3 chares, load: 22.7706)
=== 4 === Chare from 26 P#26 (3 chares)
=== 4 === Chare 911 (load 7.5085)

=== 4 === Less loaded core 27 P#32767 (3 chares, load: 22.8321)
=== 4 === Chare from 27 P#27 (3 chares)
=== 4 === Chare 953 (load 7.5784)

=== 4 === Less loaded core 30 P#-78976 (3 chares, load: 22.8809)
=== 4 === Chare from 30 P#30 (3 chares)
=== 4 === Chare 965 (load 7.5723)

=== 4 === Less loaded core 19 P#0 (3 chares, load: 22.8844)
=== 4 === Chare from 19 P#19 (3 chares)
=== 4 === Chare 997 (load 7.4512)

=== 4 === Less loaded core 28 P#-1946157056 (3 chares, load: 22.9480)
=== 4 === Chare from 28 P#28 (3 chares)
=== 4 === Chare 940 (load 7.4435)

=== 4 === Less loaded core 7 P#7 (3 chares, load: 23.5725)
=== 4 === Chare from 7 P#7 (3 chares)
=== 4 === Chare 912 (load 6.9857)

=== 4 === Less loaded core 4 P#1 (3 chares, load: 23.6028)
=== 4 === Chare from 4 P#4 (3 chares)
=== 4 === Chare 173 (load 7.0036)

=== 4 === Less loaded core 6 P#5 (3 chares, load: 23.6156)
=== 4 === Chare from 6 P#6 (3 chares)
=== 4 === Chare 394 (load 7.0320)

=== 4 === Less loaded core 3 P#6 (3 chares, load: 23.6360)
=== 4 === Chare from 3 P#3 (3 chares)
=== 4 === Chare 800 (load 7.0226)

=== 4 === Less loaded core 5 P#3 (3 chares, load: 23.6470)
=== 4 === Chare from 5 P#5 (3 chares)
=== 4 === Chare 350 (load 6.9661)

=== 4 === Less loaded core 0 P#0 (3 chares, load: 23.6961)
=== 4 === Chare from 0 P#0 (3 chares)
=== 4 === Chare 914 (load 7.0374)

=== 4 === Less loaded core 10 P#0 (3 chares, load: 23.7197)
=== 4 === Chare from 10 P#10 (3 chares)
=== 4 === Chare 890 (load 7.0318)

=== 4 === Less loaded core 8 P#9346032 (3 chares, load: 23.7415)
=== 4 === Chare from 8 P#8 (3 chares)
=== 4 === Chare 721 (load 6.9369)

[DEBUG] GetBackPlacement from node 6
0 9.7530
4 9.4164
8 9.4077
14 6.6560
71 9.4655
59 9.3707
23 9.3657
35 9.3430
100 9.1953
86 9.1607
85 7.1661
95 6.9611
96 9.1140
104 9.1012
97 7.1925
98 7.0809
19 9.4677
108 7.1862
17 7.0178
109 6.9690
76 7.1438
78 7.1155
111 7.0462
110 6.9919
117 7.0366
118 6.9969
77 6.9501
92 6.9405
93 7.0741
94 7.0259
119 7.0082
116 6.9917
79 7.1670
7 6.7573
18 6.7035
6 6.7008
62 7.1369
63 7.1085
61 7.0016
87 6.8328
36 7.0898
39 7.0688
37 7.0416
38 7.0161
99 7.1354
121 7.0710
105 7.0669
122 7.0053
25 7.1198
27 7.0945
24 7.0700
26 6.9706
84 7.0852
101 7.0320
102 7.0276
103 6.9956
49 7.0687
50 7.0557
48 6.9976
51 6.9968
54 7.0692
52 7.0570
55 7.0461
53 7.0318
5 6.7949
2 6.7605
1 6.7125
3 6.6761
12 9.1857
16 9.1722
123 9.1523
60 9.0330
28 7.2669
30 7.1509
29 6.9909
31 6.9824
64 10.1319
127 9.5474
75 9.5466
40 9.5129
57 7.0327
20 6.9503
21 6.9192
22 6.8624
43 7.2364
42 7.1996
41 7.1566
66 6.9295
34 7.1132
32 7.0050
33 6.9720
58 6.9228
91 7.2251
88 7.1060
90 7.0421
89 6.9512
73 7.2129
9 7.1285
11 7.1265
15 7.0803
72 7.2420
124 7.1576
10 7.0713
13 7.0240
47 7.1055
65 7.0817
120 7.0561
107 7.0529
74 7.1395
125 7.1346
67 7.0995
126 7.0907
44 7.1174
83 7.0801
114 7.0247
106 6.9963
113 7.0878
112 7.0744
80 7.0631
115 7.0036
45 7.0959
82 7.0847
46 7.0637
81 7.0337
56 7.2241
70 7.0856
69 7.0397
68 7.0389
Core 0 load 35.2331
Core 1 load 37.5450
Core 2 load 32.4832
Core 3 load 32.4887
Core 4 load 30.6406
Core 5 load 28.2974
Core 6 load 27.9241
Core 7 load 28.0999
Core 8 load 27.3286
Core 9 load 28.0800
Core 10 load 28.2163
Core 11 load 28.2786
Core 12 load 28.2549
Core 13 load 28.1405
Core 14 load 28.1188
Core 15 load 28.2040
Core 16 load 26.9440
Core 17 load 36.5431
Core 18 load 28.3910
Core 19 load 38.7389
Core 20 load 27.7646
Core 21 load 28.5220
Core 22 load 28.0130
Core 23 load 28.3245
Core 24 load 28.5482
Core 25 load 28.4950
Core 26 load 28.2961
Core 27 load 28.4643
Core 28 load 28.2185
Core 29 load 28.2288
Core 30 load 28.2780
Core 31 load 28.3883
Avg load 29.6091 in [28.7209 ; 30.4974 ]
Swap chares 67 (6.6761) and 79 (9.5129) between cores 16 (26.9440) and 19
(38.7389)
New loads : 16 (29.7808) and 19 (35.9021)
Swap chares 35 (6.7008) and 7 (9.3430) between cores 8 (27.3286) and 1
(37.5450)
New loads : 8 (29.9708) and 1 (34.9027)
Swap chares 83 (6.8624) and 71 (9.0330) between cores 20 (27.7646) and 17
(36.5431)
New loads : 20 (29.9352) and 17 (34.3726)
Swap chares 26 (6.9501) and 78 (9.5466) between cores 6 (27.9241) and 19
(35.9021)
New loads : 6 (30.5206) and 19 (33.3055)
Swap chares 90 (6.9720) and 2 (9.4077) between cores 22 (28.0130) and 0
(35.2331)
New loads : 22 (30.4487) and 0 (32.7974)
Swap chares 38 (7.0016) and 6 (9.3657) between cores 9 (28.0800) and 1
(34.9027)
New loads : 9 (30.4441) and 1 (32.5386)
Swap chares 30 (7.0082) and 70 (9.1523) between cores 7 (28.0999) and 17
(34.3726)
New loads : 7 (30.2441) and 17 (32.2284)
Swap chares 57 (7.0557) and 77 (9.5474) between cores 14 (28.1188) and 19
(33.3055)
New loads : 14 (30.6105) and 19 (30.8138)
Swap chares 53 (7.0320) and 1 (9.4164) between cores 13 (28.1405) and 0
(32.7974)
New loads : 13 (30.5249) and 0 (30.4130)
Swap chares 61 (7.0570) and 5 (9.3707) between cores 15 (28.2040) and 1
(32.5386)
New loads : 15 (30.5177) and 1 (30.2249)
Swap chares 43 (7.0161) and 15 (7.0809) between cores 10 (28.2163) and 3
(32.4887)
New loads : 10 (28.2812) and 3 (32.4238)
Swap chares 114 (7.0247) and 10 (7.1661) between cores 28 (28.2185) and 2
(32.4832)
New loads : 28 (28.3599) and 2 (32.3418)
Swap chares 119 (7.0036) and 15 (7.0161) between cores 29 (28.2288) and 3
(32.4238)
New loads : 29 (28.2414) and 3 (32.4113)
Swap chares 118 (7.0631) and 14 (7.1925) between cores 29 (28.2414) and 3
(32.4113)
New loads : 29 (28.3708) and 3 (32.2818)
Swap chares 49 (7.0945) and 9 (9.1607) between cores 12 (28.2549) and 2
(32.3418)
New loads : 12 (30.3211) and 2 (30.2756)
Swap chares 121 (7.0847) and 13 (9.1012) between cores 30 (28.2780) and 3
(32.2818)
New loads : 30 (30.2944) and 3 (30.2654)
Swap chares 45 (7.0710) and 69 (9.1722) between cores 11 (28.2786) and 17
(32.2284)
New loads : 11 (30.3798) and 17 (30.1272)
Swap chares 40 (7.0898) and 76 (10.1319) between cores 10 (28.2812) and 19
(30.8138)
New loads : 10 (31.3233) and 19 (27.7717)
Swap chares 79 (6.6761) and 43 (7.0809) between cores 19 (27.7717) and 10
(31.3233)
New loads : 19 (28.1765) and 10 (30.9185)
Swap chares 78 (6.9501) and 42 (7.0416) between cores 19 (28.1765) and 10
(30.9185)
New loads : 19 (28.2681) and 10 (30.8270)
Swap chares 77 (7.0557) and 41 (7.0688) between cores 19 (28.2681) and 10
(30.8270)
New loads : 19 (28.2812) and 10 (30.8138)
Swap chares 76 (7.0898) and 40 (10.1319) between cores 19 (28.2812) and 10
(30.8138)
New loads : 19 (31.3233) and 10 (27.7717)
Swap chares 43 (6.6761) and 79 (7.0809) between cores 10 (27.7717) and 19
(31.3233)
New loads : 10 (28.1765) and 19 (30.9185)
Swap chares 42 (6.9501) and 78 (7.0416) between cores 10 (28.1765) and 19
(30.9185)
New loads : 10 (28.2681) and 19 (30.8270)
Swap chares 41 (7.0557) and 77 (7.0688) between cores 10 (28.2681) and 19
(30.8270)
New loads : 10 (28.2812) and 19 (30.8138)
Swap chares 40 (7.0898) and 76 (10.1319) between cores 10 (28.2812) and 19
(30.8138)
New loads : 10 (31.3233) and 19 (27.7717)
Swap chares 79 (6.6761) and 43 (7.0809) between cores 19 (27.7717) and 10
(31.3233)
New loads : 19 (28.1765) and 10 (30.9185)
Swap chares 78 (6.9501) and 42 (7.0416) between cores 19 (28.1765) and 10
(30.9185)
New loads : 19 (28.2681) and 10 (30.8270)
Swap chares 77 (7.0557) and 41 (7.0688) between cores 19 (28.2681) and 10
(30.8270)
New loads : 19 (28.2812) and 10 (30.8138)
Swap chares 76 (7.0898) and 40 (10.1319) between cores 19 (28.2812) and 10
(30.8138)
New loads : 19 (31.3233) and 10 (27.7717)
Swap chares 43 (6.6761) and 79 (7.0809) between cores 10 (27.7717) and 19
(31.3233)
New loads : 10 (28.1765) and 19 (30.9185)
Swap chares 42 (6.9501) and 78 (7.0416) between cores 10 (28.1765) and 19
(30.9185)
New loads : 10 (28.2681) and 19 (30.8270)
Swap chares 41 (7.0557) and 77 (7.0688) between cores 10 (28.2681) and 19
(30.8270)
New loads : 10 (28.2812) and 19 (30.8138)
Swap chares 40 (7.0898) and 76 (10.1319) between cores 10 (28.2812) and 19
(30.8138)
New loads : 10 (31.3233) and 19 (27.7717)
Swap chares 79 (6.6761) and 43 (7.0809) between cores 19 (27.7717) and 10
(31.3233)
New loads : 19 (28.1765) and 10 (30.9185)
Swap chares 78 (6.9501) and 42 (7.0416) between cores 19 (28.1765) and 10
(30.9185)
New loads : 19 (28.2681) and 10 (30.8270)
Swap chares 77 (7.0557) and 41 (7.0688) between cores 19 (28.2681) and 10
(30.8270)
New loads : 19 (28.2812) and 10 (30.8138)
Swap chares 76 (7.0898) and 40 (10.1319) between cores 19 (28.2812) and 10
(30.8138)
New loads : 19 (31.3233) and 10 (27.7717)
Swap chares 43 (6.6761) and 79 (7.0809) between cores 10 (27.7717) and 19
(31.3233)
New loads : 10 (28.1765) and 19 (30.9185)
Swap chares 42 (6.9501) and 78 (7.0416) between cores 10 (28.1765) and 19
(30.9185)
New loads : 10 (28.2681) and 19 (30.8270)
Swap chares 41 (7.0557) and 77 (7.0688) between cores 10 (28.2681) and 19
(30.8270)
New loads : 10 (28.2812) and 19 (30.8138)
Swap chares 40 (7.0898) and 76 (10.1319) between cores 10 (28.2812) and 19
(30.8138)
New loads : 10 (31.3233) and 19 (27.7717)
Swap chares 79 (6.6761) and 43 (7.0809) between cores 19 (27.7717) and 10
(31.3233)
New loads : 19 (28.1765) and 10 (30.9185)
Swap chares 78 (6.9501) and 42 (7.0416) between cores 19 (28.1765) and 10
(30.9185)
New loads : 19 (28.2681) and 10 (30.8270)
Swap chares 77 (7.0557) and 41 (7.0688) between cores 19 (28.2681) and 10
(30.8270)
New loads : 19 (28.2812) and 10 (30.8138)
Swap chares 76 (7.0898) and 40 (10.1319) between cores 19 (28.2812) and 10
(30.8138)
New loads : 19 (31.3233) and 10 (27.7717)
Swap chares 43 (6.6761) and 79 (7.0809) between cores 10 (27.7717) and 19
(31.3233)
New loads : 10 (28.1765) and 19 (30.9185)
Swap chares 42 (6.9501) and 78 (7.0416) between cores 10 (28.1765) and 19
(30.9185)
New loads : 10 (28.2681) and 19 (30.8270)
Swap chares 41 (7.0557) and 77 (7.0688) between cores 10 (28.2681) and 19
(30.8270)
New loads : 10 (28.2812) and 19 (30.8138)
Swap chares 40 (7.0898) and 76 (10.1319) between cores 10 (28.2812) and 19
(30.8138)
New loads : 10 (31.3233) and 19 (27.7717)
Swap chares 79 (6.6761) and 43 (7.0809) between cores 19 (27.7717) and 10
(31.3233)
New loads : 19 (28.1765) and 10 (30.9185)
Swap chares 78 (6.9501) and 42 (7.0416) between cores 19 (28.1765) and 10
(30.9185)
New loads : 19 (28.2681) and 10 (30.8270)
Swap chares 77 (7.0557) and 41 (7.0688) between cores 19 (28.2681) and 10
(30.8270)
New loads : 19 (28.2812) and 10 (30.8138)
Swap chares 76 (7.0898) and 40 (10.1319) between cores 19 (28.2812) and 10
(30.8138)
New loads : 19 (31.3233) and 10 (27.7717)
Swap chares 43 (6.6761) and 79 (7.0809) between cores 10 (27.7717) and 19
(31.3233)
New loads : 10 (28.1765) and 19 (30.9185)
Swap chares 42 (6.9501) and 78 (7.0416) between cores 10 (28.1765) and 19
(30.9185)
New loads : 10 (28.2681) and 19 (30.8270)
Swap chares 41 (7.0557) and 77 (7.0688) between cores 10 (28.2681) and 19
(30.8270)
New loads : 10 (28.2812) and 19 (30.8138)
Swap chares 40 (7.0898) and 76 (10.1319) between cores 10 (28.2812) and 19
(30.8138)
New loads : 10 (31.3233) and 19 (27.7717)
Swap chares 79 (6.6761) and 43 (7.0809) between cores 19 (27.7717) and 10
(31.3233)
New loads : 19 (28.1765) and 10 (30.9185)
Swap chares 78 (6.9501) and 42 (7.0416) between cores 19 (28.1765) and 10
(30.9185)
New loads : 19 (28.2681) and 10 (30.8270)
Swap chares 77 (7.0557) and 41 (7.0688) between cores 19 (28.2681) and 10
(30.8270)
New loads : 19 (28.2812) and 10 (30.8138)
Swap chares 76 (7.0898) and 40 (10.1319) between cores 19 (28.2812) and 10
(30.8138)
New loads : 19 (31.3233) and 10 (27.7717)
Swap chares 43 (6.6761) and 79 (7.0809) between cores 10 (27.7717) and 19
(31.3233)
New loads : 10 (28.1765) and 19 (30.9185)
Swap chares 42 (6.9501) and 78 (7.0416) between cores 10 (28.1765) and 19
(30.9185)
New loads : 10 (28.2681) and 19 (30.8270)
=== 6 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 0 P#0 (0 chares)
=== 6 === Chare 0 (load 9.7530)

=== 6 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 6 === Chare from 1 P#1 (0 chares)
=== 6 === Chare 751 (load 9.4655)

=== 6 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 6 === Chare from 2 P#2 (0 chares)
=== 6 === Chare 812 (load 9.1953)

=== 6 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 6 === Chare from 3 P#3 (0 chares)
=== 6 === Chare 804 (load 9.1140)

=== 6 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 6 === Chare from 4 P#4 (0 chares)
=== 6 === Chare 583 (load 9.4677)

=== 6 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 6 === Chare from 5 P#5 (0 chares)
=== 6 === Chare 760 (load 7.1438)

=== 6 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 6 === Chare from 6 P#6 (0 chares)
=== 6 === Chare 759 (load 9.5466)

=== 6 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 6 === Chare from 7 P#7 (0 chares)
=== 6 === Chare 879 (load 9.1523)

=== 6 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 6 === Chare from 8 P#8 (0 chares)
=== 6 === Chare 667 (load 9.3430)

=== 6 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 9 P#9 (0 chares)
=== 6 === Chare 651 (load 9.3657)

=== 6 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 10 P#10 (0 chares)
=== 6 === Chare 672 (load 7.0898)

=== 6 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 11 P#11 (0 chares)
=== 6 === Chare 563 (load 9.1722)

=== 6 === Less loaded core 12 P#82498960 (0 chares, load: 0.0000)
=== 6 === Chare from 12 P#12 (0 chares)
=== 6 === Chare 782 (load 9.1607)

=== 6 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 13 P#13 (0 chares)
=== 6 === Chare 403 (load 9.4164)

=== 6 === Less loaded core 14 P#73827296 (0 chares, load: 0.0000)
=== 6 === Chare from 14 P#14 (0 chares)
=== 6 === Chare 883 (load 9.5474)

=== 6 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 15 P#15 (0 chares)
=== 6 === Chare 727 (load 9.3707)

=== 6 === Less loaded core 16 P#82499408 (0 chares, load: 0.0000)
=== 6 === Chare from 16 P#16 (0 chares)
=== 6 === Chare 676 (load 9.5129)

=== 6 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 17 P#17 (0 chares)
=== 6 === Chare 551 (load 9.1857)

=== 6 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 6 === Chare from 18 P#18 (0 chares)
=== 6 === Chare 660 (load 7.2669)

=== 6 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 19 P#19 (0 chares)
=== 6 === Chare 744 (load 10.1319)

=== 6 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 20 P#20 (0 chares)
=== 6 === Chare 732 (load 9.0330)

=== 6 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 21 P#21 (0 chares)
=== 6 === Chare 679 (load 7.2364)

=== 6 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 6 === Chare from 22 P#22 (0 chares)
=== 6 === Chare 419 (load 9.4077)

=== 6 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 6 === Chare from 23 P#23 (0 chares)
=== 6 === Chare 787 (load 7.2251)

=== 6 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 6 === Chare from 24 P#24 (0 chares)
=== 6 === Chare 757 (load 7.2129)

=== 6 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 6 === Chare from 25 P#25 (0 chares)
=== 6 === Chare 756 (load 7.2420)

=== 6 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 26 P#26 (0 chares)
=== 6 === Chare 699 (load 7.1055)

=== 6 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 6 === Chare from 27 P#27 (0 chares)
=== 6 === Chare 758 (load 7.1395)

=== 6 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 28 P#28 (0 chares)
=== 6 === Chare 781 (load 7.1661)

=== 6 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 29 P#29 (0 chares)
=== 6 === Chare 805 (load 7.1925)

=== 6 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 6 === Chare from 30 P#30 (0 chares)
=== 6 === Chare 820 (load 9.1012)

=== 6 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 6 === Chare from 31 P#31 (0 chares)
=== 6 === Chare 724 (load 7.2241)

=== 6 === Less loaded core 10 P#0 (1 chares, load: 7.0898)
=== 6 === Chare from 10 P#10 (1 chares)
=== 6 === Chare 806 (load 7.0809)

=== 6 === Less loaded core 26 P#1 (1 chares, load: 7.1055)
=== 6 === Chare from 26 P#26 (1 chares)
=== 6 === Chare 745 (load 7.0817)

=== 6 === Less loaded core 27 P#32767 (1 chares, load: 7.1395)
=== 6 === Chare from 27 P#27 (1 chares)
=== 6 === Chare 881 (load 7.1346)

=== 6 === Less loaded core 5 P#3 (1 chares, load: 7.1438)
=== 6 === Chare from 5 P#5 (1 chares)
=== 6 === Chare 762 (load 7.1155)

=== 6 === Less loaded core 28 P#1342177280 (1 chares, load: 7.1661)
=== 6 === Chare from 28 P#28 (1 chares)
=== 6 === Chare 696 (load 7.1174)

=== 6 === Less loaded core 29 P#1075627301 (1 chares, load: 7.1925)
=== 6 === Chare from 29 P#29 (1 chares)
=== 6 === Chare 849 (load 7.0878)

=== 6 === Less loaded core 24 P#24 (1 chares, load: 7.2129)
=== 6 === Chare from 24 P#24 (1 chares)
=== 6 === Chare 548 (load 7.1285)

=== 6 === Less loaded core 31 P#32767 (1 chares, load: 7.2241)
=== 6 === Chare from 31 P#31 (1 chares)
=== 6 === Chare 750 (load 7.0856)

=== 6 === Less loaded core 23 P#23 (1 chares, load: 7.2251)
=== 6 === Chare from 23 P#23 (1 chares)
=== 6 === Chare 784 (load 7.1060)

=== 6 === Less loaded core 21 P#0 (1 chares, load: 7.2364)
=== 6 === Chare from 21 P#21 (1 chares)
=== 6 === Chare 678 (load 7.1996)

=== 6 === Less loaded core 25 P#32767 (1 chares, load: 7.2420)
=== 6 === Chare from 25 P#25 (1 chares)
=== 6 === Chare 880 (load 7.1576)

=== 6 === Less loaded core 18 P#32 (1 chares, load: 7.2669)
=== 6 === Chare from 18 P#18 (1 chares)
=== 6 === Chare 662 (load 7.1509)

=== 6 === Less loaded core 20 P#0 (1 chares, load: 9.0330)
=== 6 === Chare from 20 P#20 (1 chares)
=== 6 === Chare 725 (load 7.0327)

=== 6 === Less loaded core 30 P#-78976 (1 chares, load: 9.1012)
=== 6 === Chare from 30 P#30 (1 chares)
=== 6 === Chare 697 (load 7.0959)

=== 6 === Less loaded core 3 P#6 (1 chares, load: 9.1140)
=== 6 === Chare from 3 P#3 (1 chares)
=== 6 === Chare 766 (load 7.0847)

=== 6 === Less loaded core 7 P#7 (1 chares, load: 9.1523)
=== 6 === Chare from 7 P#7 (1 chares)
=== 6 === Chare 789 (load 7.0741)

=== 6 === Less loaded core 12 P#82498960 (1 chares, load: 9.1607)
=== 6 === Chare from 12 P#12 (1 chares)
=== 6 === Chare 657 (load 7.1198)

=== 6 === Less loaded core 11 P#0 (1 chares, load: 9.1722)
=== 6 === Chare from 11 P#11 (1 chares)
=== 6 === Chare 807 (load 7.1354)

=== 6 === Less loaded core 17 P#0 (1 chares, load: 9.1857)
=== 6 === Chare from 17 P#17 (1 chares)
=== 6 === Chare 877 (load 7.0710)

=== 6 === Less loaded core 2 P#4 (1 chares, load: 9.1953)
=== 6 === Chare from 2 P#2 (1 chares)
=== 6 === Chare 659 (load 7.0945)

=== 6 === Less loaded core 8 P#9346032 (1 chares, load: 9.3430)
=== 6 === Chare from 8 P#8 (1 chares)
=== 6 === Chare 763 (load 7.1670)

=== 6 === Less loaded core 9 P#0 (1 chares, load: 9.3657)
=== 6 === Chare from 9 P#9 (1 chares)
=== 6 === Chare 734 (load 7.1369)

=== 6 === Less loaded core 15 P#0 (1 chares, load: 9.3707)
=== 6 === Chare from 15 P#15 (1 chares)
=== 6 === Chare 714 (load 7.0692)

=== 6 === Less loaded core 22 P#22 (1 chares, load: 9.4077)
=== 6 === Chare from 22 P#22 (1 chares)
=== 6 === Chare 666 (load 7.1132)

=== 6 === Less loaded core 13 P#0 (1 chares, load: 9.4164)
=== 6 === Chare from 13 P#13 (1 chares)
=== 6 === Chare 780 (load 7.0852)

=== 6 === Less loaded core 1 P#2 (1 chares, load: 9.4655)
=== 6 === Chare from 1 P#1 (1 chares)
=== 6 === Chare 712 (load 7.0570)

=== 6 === Less loaded core 4 P#1 (1 chares, load: 9.4677)
=== 6 === Chare from 4 P#4 (1 chares)
=== 6 === Chare 844 (load 7.1862)

=== 6 === Less loaded core 16 P#82499408 (1 chares, load: 9.5129)
=== 6 === Chare from 16 P#16 (1 chares)
=== 6 === Chare 416 (load 6.7949)

=== 6 === Less loaded core 6 P#5 (1 chares, load: 9.5466)
=== 6 === Chare from 6 P#6 (1 chares)
=== 6 === Chare 853 (load 7.0366)

=== 6 === Less loaded core 14 P#73827296 (1 chares, load: 9.5474)
=== 6 === Chare from 14 P#14 (1 chares)
=== 6 === Chare 701 (load 7.0687)

=== 6 === Less loaded core 0 P#0 (1 chares, load: 9.7530)
=== 6 === Chare from 0 P#0 (1 chares)
=== 6 === Chare 813 (load 7.0320)

=== 6 === Less loaded core 19 P#0 (1 chares, load: 10.1319)
=== 6 === Chare from 19 P#19 (1 chares)
=== 6 === Chare 675 (load 7.0688)

=== 6 === Less loaded core 10 P#0 (2 chares, load: 14.1707)
=== 6 === Chare from 10 P#10 (2 chares)
=== 6 === Chare 702 (load 7.0557)

=== 6 === Less loaded core 26 P#2 (2 chares, load: 14.1871)
=== 6 === Chare from 26 P#26 (2 chares)
=== 6 === Chare 876 (load 7.0561)

=== 6 === Less loaded core 5 P#3 (2 chares, load: 14.2593)
=== 6 === Chare from 5 P#5 (2 chares)
=== 6 === Chare 847 (load 7.0462)

=== 6 === Less loaded core 27 P#32767 (2 chares, load: 14.2741)
=== 6 === Chare from 27 P#27 (2 chares)
=== 6 === Chare 747 (load 7.0995)

=== 6 === Less loaded core 29 P#1076662152 (2 chares, load: 14.2803)
=== 6 === Chare from 29 P#29 (2 chares)
=== 6 === Chare 848 (load 7.0744)

=== 6 === Less loaded core 28 P#805306368 (2 chares, load: 14.2835)
=== 6 === Chare from 28 P#28 (2 chares)
=== 6 === Chare 767 (load 7.0801)

=== 6 === Less loaded core 31 P#32767 (2 chares, load: 14.3096)
=== 6 === Chare from 31 P#31 (2 chares)
=== 6 === Chare 749 (load 7.0397)

=== 6 === Less loaded core 23 P#23 (2 chares, load: 14.3312)
=== 6 === Chare from 23 P#23 (2 chares)
=== 6 === Chare 786 (load 7.0421)

=== 6 === Less loaded core 24 P#24 (2 chares, load: 14.3415)
=== 6 === Chare from 24 P#24 (2 chares)
=== 6 === Chare 550 (load 7.1265)

=== 6 === Less loaded core 25 P#32767 (2 chares, load: 14.3997)
=== 6 === Chare from 25 P#25 (2 chares)
=== 6 === Chare 549 (load 7.0713)

=== 6 === Less loaded core 18 P#32 (2 chares, load: 14.4177)
=== 6 === Chare from 18 P#18 (2 chares)
=== 6 === Chare 661 (load 6.9909)

=== 6 === Less loaded core 21 P#0 (2 chares, load: 14.4360)
=== 6 === Chare from 21 P#21 (2 chares)
=== 6 === Chare 677 (load 7.1566)

=== 6 === Less loaded core 20 P#0 (2 chares, load: 16.0657)
=== 6 === Chare from 20 P#20 (2 chares)
=== 6 === Chare 648 (load 6.9503)

=== 6 === Less loaded core 30 P#-78976 (2 chares, load: 16.1971)
=== 6 === Chare from 30 P#30 (2 chares)
=== 6 === Chare 698 (load 7.0637)

=== 6 === Less loaded core 3 P#6 (2 chares, load: 16.1988)
=== 6 === Chare from 3 P#3 (2 chares)
=== 6 === Chare 764 (load 7.0631)

=== 6 === Less loaded core 7 P#7 (2 chares, load: 16.2264)
=== 6 === Chare from 7 P#7 (2 chares)
=== 6 === Chare 790 (load 7.0259)

=== 6 === Less loaded core 17 P#0 (2 chares, load: 16.2566)
=== 6 === Chare from 17 P#17 (2 chares)
=== 6 === Chare 855 (load 7.0082)

=== 6 === Less loaded core 12 P#82498960 (2 chares, load: 16.2805)
=== 6 === Chare from 12 P#12 (2 chares)
=== 6 === Chare 656 (load 7.0700)

=== 6 === Less loaded core 2 P#4 (2 chares, load: 16.2898)
=== 6 === Chare from 2 P#2 (2 chares)
=== 6 === Chare 850 (load 7.0247)

=== 6 === Less loaded core 11 P#0 (2 chares, load: 16.3075)
=== 6 === Chare from 11 P#11 (2 chares)
=== 6 === Chare 821 (load 7.0669)

=== 6 === Less loaded core 16 P#82499408 (2 chares, load: 16.3078)
=== 6 === Chare from 16 P#16 (2 chares)
=== 6 === Chare 401 (load 6.7605)

=== 6 === Less loaded core 15 P#0 (2 chares, load: 16.4398)
=== 6 === Chare from 15 P#15 (2 chares)
=== 6 === Chare 715 (load 7.0461)

=== 6 === Less loaded core 13 P#0 (2 chares, load: 16.5016)
=== 6 === Chare from 13 P#13 (2 chares)
=== 6 === Chare 814 (load 7.0276)

=== 6 === Less loaded core 9 P#0 (2 chares, load: 16.5027)
=== 6 === Chare from 9 P#9 (2 chares)
=== 6 === Chare 735 (load 7.1085)

=== 6 === Less loaded core 8 P#9346032 (2 chares, load: 16.5101)
=== 6 === Chare from 8 P#8 (2 chares)
=== 6 === Chare 418 (load 6.7573)

=== 6 === Less loaded core 22 P#22 (2 chares, load: 16.5209)
=== 6 === Chare from 22 P#22 (2 chares)
=== 6 === Chare 664 (load 7.0050)

=== 6 === Less loaded core 1 P#2 (2 chares, load: 16.5225)
=== 6 === Chare from 1 P#1 (2 chares)
=== 6 === Chare 733 (load 7.0016)

=== 6 === Less loaded core 6 P#5 (2 chares, load: 16.5833)
=== 6 === Chare from 6 P#6 (2 chares)
=== 6 === Chare 854 (load 6.9969)

=== 6 === Less loaded core 14 P#73827296 (2 chares, load: 16.6162)
=== 6 === Chare from 14 P#14 (2 chares)
=== 6 === Chare 700 (load 6.9976)

=== 6 === Less loaded core 4 P#1 (2 chares, load: 16.6539)
=== 6 === Chare from 4 P#4 (2 chares)
=== 6 === Chare 580 (load 7.0178)

=== 6 === Less loaded core 0 P#0 (2 chares, load: 16.7850)
=== 6 === Chare from 0 P#0 (2 chares)
=== 6 === Chare 665 (load 6.9720)

=== 6 === Less loaded core 19 P#0 (2 chares, load: 17.2008)
=== 6 === Chare from 19 P#19 (2 chares)
=== 6 === Chare 761 (load 6.9501)

=== 6 === Less loaded core 10 P#0 (3 chares, load: 21.2264)
=== 6 === Chare from 10 P#10 (3 chares)
=== 6 === Chare 673 (load 7.0416)

=== 6 === Less loaded core 26 P#3 (3 chares, load: 21.2432)
=== 6 === Chare from 26 P#26 (3 chares)
=== 6 === Chare 823 (load 7.0529)

=== 6 === Less loaded core 5 P#3 (3 chares, load: 21.3054)
=== 6 === Chare from 5 P#5 (3 chares)
=== 6 === Chare 846 (load 6.9919)

=== 6 === Less loaded core 31 P#32767 (3 chares, load: 21.3494)
=== 6 === Chare from 31 P#31 (3 chares)
=== 6 === Chare 748 (load 7.0389)

=== 6 === Less loaded core 29 P#1077238481 (3 chares, load: 21.3548)
=== 6 === Chare from 29 P#29 (3 chares)
=== 6 === Chare 674 (load 7.0161)

=== 6 === Less loaded core 28 P#1811939328 (3 chares, load: 21.3636)
=== 6 === Chare from 28 P#28 (3 chares)
=== 6 === Chare 822 (load 6.9963)

=== 6 === Less loaded core 23 P#23 (3 chares, load: 21.3733)
=== 6 === Chare from 23 P#23 (3 chares)
=== 6 === Chare 785 (load 6.9512)

=== 6 === Less loaded core 27 P#32767 (3 chares, load: 21.3736)
=== 6 === Chare from 27 P#27 (3 chares)
=== 6 === Chare 882 (load 7.0907)

=== 6 === Less loaded core 18 P#32 (3 chares, load: 21.4086)
=== 6 === Chare from 18 P#18 (3 chares)
=== 6 === Chare 663 (load 6.9824)

=== 6 === Less loaded core 24 P#24 (3 chares, load: 21.4679)
=== 6 === Chare from 24 P#24 (3 chares)
=== 6 === Chare 562 (load 7.0803)

=== 6 === Less loaded core 25 P#32767 (3 chares, load: 21.4710)
=== 6 === Chare from 25 P#25 (3 chares)
=== 6 === Chare 560 (load 7.0240)

=== 6 === Less loaded core 21 P#0 (3 chares, load: 21.5926)
=== 6 === Chare from 21 P#21 (3 chares)
=== 6 === Chare 746 (load 6.9295)

=== 6 === Less loaded core 20 P#0 (3 chares, load: 23.0160)
=== 6 === Chare from 20 P#20 (3 chares)
=== 6 === Chare 649 (load 6.9192)

=== 6 === Less loaded core 16 P#82499408 (3 chares, load: 23.0683)
=== 6 === Chare from 16 P#16 (3 chares)
=== 6 === Chare 400 (load 6.7125)

=== 6 === Less loaded core 7 P#7 (3 chares, load: 23.2524)
=== 6 === Chare from 7 P#7 (3 chares)
=== 6 === Chare 852 (load 6.9917)

=== 6 === Less loaded core 30 P#-78976 (3 chares, load: 23.2608)
=== 6 === Chare from 30 P#30 (3 chares)
=== 6 === Chare 765 (load 7.0337)

=== 6 === Less loaded core 3 P#6 (3 chares, load: 23.2618)
=== 6 === Chare from 3 P#3 (3 chares)
=== 6 === Chare 851 (load 7.0036)

=== 6 === Less loaded core 17 P#0 (3 chares, load: 23.2648)
=== 6 === Chare from 17 P#17 (3 chares)
=== 6 === Chare 650 (load 6.8624)

=== 6 === Less loaded core 8 P#9346032 (3 chares, load: 23.2673)
=== 6 === Chare from 8 P#8 (3 chares)
=== 6 === Chare 582 (load 6.7035)

=== 6 === Less loaded core 2 P#4 (3 chares, load: 23.3145)
=== 6 === Chare from 2 P#2 (3 chares)
=== 6 === Chare 791 (load 6.9611)

=== 6 === Less loaded core 12 P#82498960 (3 chares, load: 23.3505)
=== 6 === Chare from 12 P#12 (3 chares)
=== 6 === Chare 658 (load 6.9706)

=== 6 === Less loaded core 11 P#0 (3 chares, load: 23.3744)
=== 6 === Chare from 11 P#11 (3 chares)
=== 6 === Chare 878 (load 7.0053)

=== 6 === Less loaded core 15 P#0 (3 chares, load: 23.4859)
=== 6 === Chare from 15 P#15 (3 chares)
=== 6 === Chare 713 (load 7.0318)

=== 6 === Less loaded core 1 P#2 (3 chares, load: 23.5241)
=== 6 === Chare from 1 P#1 (3 chares)
=== 6 === Chare 417 (load 6.7008)

=== 6 === Less loaded core 22 P#22 (3 chares, load: 23.5259)
=== 6 === Chare from 22 P#22 (3 chares)
=== 6 === Chare 726 (load 6.9228)

=== 6 === Less loaded core 13 P#0 (3 chares, load: 23.5293)
=== 6 === Chare from 13 P#13 (3 chares)
=== 6 === Chare 815 (load 6.9956)

=== 6 === Less loaded core 6 P#5 (3 chares, load: 23.5802)
=== 6 === Chare from 6 P#6 (3 chares)
=== 6 === Chare 788 (load 6.9405)

=== 6 === Less loaded core 9 P#0 (3 chares, load: 23.6112)
=== 6 === Chare from 9 P#9 (3 chares)
=== 6 === Chare 783 (load 6.8328)

=== 6 === Less loaded core 14 P#73827296 (3 chares, load: 23.6138)
=== 6 === Chare from 14 P#14 (3 chares)
=== 6 === Chare 703 (load 6.9968)

=== 6 === Less loaded core 4 P#1 (3 chares, load: 23.6717)
=== 6 === Chare from 4 P#4 (3 chares)
=== 6 === Chare 845 (load 6.9690)

=== 6 === Less loaded core 0 P#0 (3 chares, load: 23.7570)
=== 6 === Chare from 0 P#0 (3 chares)
=== 6 === Chare 561 (load 6.6560)

=== 6 === Less loaded core 19 P#0 (3 chares, load: 24.1509)
=== 6 === Chare from 19 P#19 (3 chares)
=== 6 === Chare 402 (load 6.6761)

[DEBUG] GetBackPlacement from node 7
0 6.8730
68 6.8606
36 6.8340
35 6.7688
2 9.1591
3 9.1054
37 6.8158
1 6.7984
116 6.7718
119 6.7367
18 6.7207
117 6.7039
22 9.0306
80 8.9784
82 6.7301
21 6.6537
12 9.1729
31 9.1263
124 9.0256
38 6.7183
17 6.8338
123 6.7478
120 6.7245
121 6.6683
59 9.1115
81 8.9935
33 6.7925
71 6.6861
45 9.4891
67 9.4466
108 9.4224
104 9.3572
95 7.1121
7 7.1084
5 7.0013
48 6.9388
60 9.4862
69 9.3959
26 7.1639
57 7.1382
106 7.1885
56 7.1198
44 6.9729
8 6.9199
105 7.2365
93 7.0849
91 7.0121
94 6.9794
6 7.1627
47 7.0712
27 7.0535
107 7.0099
15 7.1451
14 6.8669
13 6.8484
11 6.8075
9 9.8333
115 6.7957
10 6.7545
83 6.7085
111 7.0103
51 6.8050
127 6.7472
23 6.7401
55 9.4655
4 9.4412
54 7.0937
32 7.0828
39 9.8088
126 7.0427
52 7.0384
53 7.0188
19 9.6701
118 9.5362
122 9.4801
78 9.3615
42 9.1297
96 9.1005
43 7.1394
40 7.0502
85 7.1952
84 7.1741
30 7.0821
16 7.0412
70 7.1136
86 7.0914
29 7.0604
79 7.0162
28 7.2928
58 7.1319
97 7.0760
41 7.0161
87 9.4739
34 9.3902
99 7.0904
98 7.0139
114 9.4145
88 9.3937
113 7.1544
20 6.9339
100 7.0811
73 7.0617
101 7.0519
72 7.0068
46 7.1107
66 7.0727
102 7.0564
77 7.0371
50 9.6472
103 9.5767
74 9.5180
92 9.4597
24 9.2865
76 7.2285
110 7.1253
49 6.9851
63 7.0609
90 7.0035
112 7.0027
109 6.8697
25 7.1588
61 7.1467
65 7.1446
62 6.9478
75 7.1793
64 7.0722
89 7.0659
125 6.9853
Core 0 load 27.3364
Core 1 load 31.8788
Core 2 load 26.9331
Core 3 load 31.3928
Core 4 load 34.0430
Core 5 load 26.9744
Core 6 load 31.5836
Core 7 load 37.7154
Core 8 load 28.1606
Core 9 load 33.1842
Core 10 load 28.2011
Core 11 load 28.3128
Core 12 load 28.2974
Core 13 load 27.6678
Core 14 load 30.0919
Core 15 load 27.3026
Core 16 load 33.0833
Core 17 load 30.9086
Core 18 load 38.0479
Core 19 load 32.4199
Core 20 load 28.4925
Core 21 load 28.2816
Core 22 load 28.5168
Core 23 load 32.9684
Core 24 load 32.8964
Core 25 load 28.2015
Core 26 load 28.2770
Core 27 load 38.2016
Core 28 load 30.6254
Core 29 load 27.9368
Core 30 load 28.3979
Core 31 load 28.3027
Avg load 30.4573 in [29.5436 ; 31.3710 ]
Swap chares 11 (6.7039) and 111 (9.4597) between cores 2 (26.9331) and 27
(38.2016)
New loads : 2 (29.6889) and 27 (35.4458)
Swap chares 23 (6.6683) and 75 (9.3615) between cores 5 (26.9744) and 18
(38.0479)
New loads : 5 (29.6675) and 18 (35.3547)
Swap chares 63 (6.7401) and 31 (9.3572) between cores 15 (27.3026) and 7
(37.7154)
New loads : 15 (29.9197) and 7 (35.0982)
Swap chares 2 (6.8340) and 110 (9.5180) between cores 0 (27.3364) and 27
(35.4458)
New loads : 0 (30.0205) and 27 (32.7617)
Swap chares 54 (6.8484) and 74 (9.4801) between cores 13 (27.6678) and 18
(35.3547)
New loads : 13 (30.2995) and 18 (32.7230)
Swap chares 118 (7.0027) and 30 (9.4224) between cores 29 (27.9368) and 7
(35.0982)
New loads : 29 (30.3564) and 7 (32.6786)
Swap chares 34 (7.0013) and 18 (9.0256) between cores 8 (28.1606) and 4
(34.0430)
New loads : 8 (30.1849) and 4 (32.0187)
Swap chares 43 (6.9199) and 39 (7.1382) between cores 10 (28.2011) and 9
(33.1842)
New loads : 10 (28.4194) and 9 (32.9658)
Swap chares 103 (7.0068) and 67 (7.0828) between cores 25 (28.2015) and 16
(33.0833)
New loads : 25 (28.2775) and 16 (33.0073)
Swap chares 106 (7.0564) and 66 (7.0937) between cores 26 (28.2770) and 16
(33.0073)
New loads : 26 (28.3142) and 16 (32.9700)
Swap chares 102 (7.0519) and 66 (7.0564) between cores 25 (28.2775) and 16
(32.9700)
New loads : 25 (28.2821) and 16 (32.9654)
Swap chares 86 (7.0604) and 94 (7.0904) between cores 21 (28.2816) and 23
(32.9684)
New loads : 21 (28.3116) and 23 (32.9384)
Swap chares 102 (7.0564) and 38 (7.1639) between cores 25 (28.2821) and 9
(32.9658)
New loads : 25 (28.3895) and 9 (32.8584)
Swap chares 49 (7.0712) and 65 (9.4412) between cores 12 (28.2974) and 16
(32.9654)
New loads : 12 (30.6673) and 16 (30.5955)
Swap chares 127 (6.9853) and 95 (7.0139) between cores 31 (28.3027) and 23
(32.9384)
New loads : 31 (28.3312) and 23 (32.9099)
Swap chares 85 (7.0914) and 93 (9.3902) between cores 21 (28.3116) and 23
(32.9099)
New loads : 21 (30.6104) and 23 (30.6111)
Swap chares 46 (7.0121) and 98 (7.1544) between cores 11 (28.3128) and 24
(32.8964)
New loads : 11 (28.4551) and 24 (32.7541)
Swap chares 105 (7.0727) and 37 (9.3959) between cores 26 (28.3142) and 9
(32.8584)
New loads : 26 (30.6374) and 9 (30.5352)
Swap chares 125 (7.0722) and 109 (9.5767) between cores 31 (28.3312) and 27
(32.7617)
New loads : 31 (30.8358) and 27 (30.2572)
Swap chares 101 (7.0617) and 97 (9.3937) between cores 25 (28.3895) and 24
(32.7541)
New loads : 25 (30.7214) and 24 (30.4222)
Swap chares 121 (7.1467) and 73 (9.5362) between cores 30 (28.3979) and 18
(32.7230)
New loads : 30 (30.7874) and 18 (30.3335)
Swap chares 42 (6.9729) and 30 (7.0027) between cores 10 (28.4194) and 7
(32.6786)
New loads : 10 (28.4492) and 7 (32.6488)
Swap chares 41 (7.1198) and 29 (9.4466) between cores 10 (28.4492) and 7
(32.6488)
New loads : 10 (30.7761) and 7 (30.3219)
Swap chares 47 (6.9794) and 79 (7.0502) between cores 11 (28.4551) and 19
(32.4199)
New loads : 11 (28.5260) and 19 (32.3490)
Swap chares 82 (7.0821) and 78 (7.1394) between cores 20 (28.4925) and 19
(32.3490)
New loads : 20 (28.5498) and 19 (32.2917)
Swap chares 90 (7.0760) and 78 (7.0821) between cores 22 (28.5168) and 19
(32.2917)
New loads : 22 (28.5229) and 19 (32.2857)
Swap chares 89 (7.1319) and 77 (9.1005) between cores 22 (28.5229) and 19
(32.2857)
New loads : 22 (30.4915) and 19 (30.3170)
Swap chares 45 (7.0849) and 17 (9.1263) between cores 11 (28.5260) and 4
(32.0187)
New loads : 11 (30.5674) and 4 (29.9773)
Swap chares 81 (7.1741) and 5 (9.1054) between cores 20 (28.5498) and 1
(31.8788)
New loads : 20 (30.4811) and 1 (29.9474)
Swap chares 22 (6.7245) and 26 (6.7925) between cores 5 (29.6675) and 6
(31.5836)
New loads : 5 (29.7355) and 6 (31.5156)
Swap chares 10 (6.7207) and 26 (6.7245) between cores 2 (29.6889) and 6
(31.5156)
New loads : 2 (29.6927) and 6 (31.5118)
Swap chares 9 (6.7367) and 25 (8.9935) between cores 2 (29.6927) and 6
(31.5118)
New loads : 2 (31.9494) and 6 (29.2551)
Swap chares 27 (6.6861) and 11 (9.4597) between cores 6 (29.2551) and 2
(31.9494)
New loads : 6 (32.0287) and 2 (29.1758)
Swap chares 11 (6.6861) and 27 (9.4597) between cores 2 (29.1758) and 6
(32.0287)
New loads : 2 (31.9494) and 6 (29.2551)
Swap chares 27 (6.6861) and 11 (9.4597) between cores 6 (29.2551) and 2
(31.9494)
New loads : 6 (32.0287) and 2 (29.1758)
Swap chares 11 (6.6861) and 27 (9.4597) between cores 2 (29.1758) and 6
(32.0287)
New loads : 2 (31.9494) and 6 (29.2551)
Swap chares 27 (6.6861) and 11 (9.4597) between cores 6 (29.2551) and 2
(31.9494)
New loads : 6 (32.0287) and 2 (29.1758)
Swap chares 11 (6.6861) and 27 (9.4597) between cores 2 (29.1758) and 6
(32.0287)
New loads : 2 (31.9494) and 6 (29.2551)
Swap chares 27 (6.6861) and 11 (9.4597) between cores 6 (29.2551) and 2
(31.9494)
New loads : 6 (32.0287) and 2 (29.1758)
Swap chares 11 (6.6861) and 27 (9.4597) between cores 2 (29.1758) and 6
(32.0287)
New loads : 2 (31.9494) and 6 (29.2551)
Swap chares 27 (6.6861) and 11 (9.4597) between cores 6 (29.2551) and 2
(31.9494)
New loads : 6 (32.0287) and 2 (29.1758)
Swap chares 11 (6.6861) and 27 (9.4597) between cores 2 (29.1758) and 6
(32.0287)
New loads : 2 (31.9494) and 6 (29.2551)
Swap chares 27 (6.6861) and 11 (9.4597) between cores 6 (29.2551) and 2
(31.9494)
New loads : 6 (32.0287) and 2 (29.1758)
Swap chares 11 (6.6861) and 27 (9.4597) between cores 2 (29.1758) and 6
(32.0287)
New loads : 2 (31.9494) and 6 (29.2551)
Swap chares 27 (6.6861) and 11 (9.4597) between cores 6 (29.2551) and 2
(31.9494)
New loads : 6 (32.0287) and 2 (29.1758)
Swap chares 11 (6.6861) and 27 (9.4597) between cores 2 (29.1758) and 6
(32.0287)
New loads : 2 (31.9494) and 6 (29.2551)
Swap chares 27 (6.6861) and 11 (9.4597) between cores 6 (29.2551) and 2
(31.9494)
New loads : 6 (32.0287) and 2 (29.1758)
Swap chares 11 (6.6861) and 27 (9.4597) between cores 2 (29.1758) and 6
(32.0287)
New loads : 2 (31.9494) and 6 (29.2551)
Swap chares 27 (6.6861) and 11 (9.4597) between cores 6 (29.2551) and 2
(31.9494)
New loads : 6 (32.0287) and 2 (29.1758)
Swap chares 11 (6.6861) and 27 (9.4597) between cores 2 (29.1758) and 6
(32.0287)
New loads : 2 (31.9494) and 6 (29.2551)
Swap chares 27 (6.6861) and 11 (9.4597) between cores 6 (29.2551) and 2
(31.9494)
New loads : 6 (32.0287) and 2 (29.1758)
Swap chares 11 (6.6861) and 27 (9.4597) between cores 2 (29.1758) and 6
(32.0287)
New loads : 2 (31.9494) and 6 (29.2551)
Swap chares 27 (6.6861) and 11 (9.4597) between cores 6 (29.2551) and 2
(31.9494)
New loads : 6 (32.0287) and 2 (29.1758)
Swap chares 11 (6.6861) and 27 (9.4597) between cores 2 (29.1758) and 6
(32.0287)
New loads : 2 (31.9494) and 6 (29.2551)
Swap chares 27 (6.6861) and 11 (9.4597) between cores 6 (29.2551) and 2
(31.9494)
New loads : 6 (32.0287) and 2 (29.1758)
Swap chares 11 (6.6861) and 27 (9.4597) between cores 2 (29.1758) and 6
(32.0287)
New loads : 2 (31.9494) and 6 (29.2551)
Swap chares 27 (6.6861) and 11 (9.4597) between cores 6 (29.2551) and 2
(31.9494)
New loads : 6 (32.0287) and 2 (29.1758)
Swap chares 11 (6.6861) and 27 (9.4597) between cores 2 (29.1758) and 6
(32.0287)
New loads : 2 (31.9494) and 6 (29.2551)
Swap chares 27 (6.6861) and 11 (9.4597) between cores 6 (29.2551) and 2
(31.9494)
New loads : 6 (32.0287) and 2 (29.1758)
Swap chares 11 (6.6861) and 27 (9.4597) between cores 2 (29.1758) and 6
(32.0287)
New loads : 2 (31.9494) and 6 (29.2551)
Swap chares 27 (6.6861) and 11 (9.4597) between cores 6 (29.2551) and 2
(31.9494)
New loads : 6 (32.0287) and 2 (29.1758)
Swap chares 11 (6.6861) and 27 (9.4597) between cores 2 (29.1758) and 6
(32.0287)
New loads : 2 (31.9494) and 6 (29.2551)
Swap chares 27 (6.6861) and 11 (9.4597) between cores 6 (29.2551) and 2
(31.9494)
New loads : 6 (32.0287) and 2 (29.1758)
Swap chares 11 (6.6861) and 27 (9.4597) between cores 2 (29.1758) and 6
(32.0287)
New loads : 2 (31.9494) and 6 (29.2551)
=== 7 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 0 P#0 (0 chares)
=== 7 === Chare 706 (load 9.5180)

=== 7 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 7 === Chare from 1 P#1 (0 chares)
=== 7 === Chare 274 (load 9.1591)

=== 7 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 7 === Chare from 2 P#2 (0 chares)
=== 7 === Chare 752 (load 9.4597)

=== 7 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 7 === Chare from 3 P#3 (0 chares)
=== 7 === Chare 426 (load 9.0306)

=== 7 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 7 === Chare from 4 P#4 (0 chares)
=== 7 === Chare 360 (load 9.1729)

=== 7 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 7 === Chare from 5 P#5 (0 chares)
=== 7 === Chare 710 (load 9.3615)

=== 7 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 7 === Chare from 6 P#6 (0 chares)
=== 7 === Chare 671 (load 9.1115)

=== 7 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 7 === Chare from 7 P#7 (0 chares)
=== 7 === Chare 625 (load 9.4891)

=== 7 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 7 === Chare from 8 P#8 (0 chares)
=== 7 === Chare 840 (load 9.0256)

=== 7 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 9 P#9 (0 chares)
=== 7 === Chare 680 (load 9.4862)

=== 7 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 10 P#10 (0 chares)
=== 7 === Chare 687 (load 9.4466)

=== 7 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 11 P#11 (0 chares)
=== 7 === Chare 519 (load 9.1263)

=== 7 === Less loaded core 12 P#81163952 (0 chares, load: 0.0000)
=== 7 === Chare from 12 P#12 (0 chares)
=== 7 === Chare 304 (load 9.4412)

=== 7 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 13 P#13 (0 chares)
=== 7 === Chare 838 (load 9.4801)

=== 7 === Less loaded core 14 P#72810192 (0 chares, load: 0.0000)
=== 7 === Chare from 14 P#14 (0 chares)
=== 7 === Chare 313 (load 9.8333)

=== 7 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 15 P#15 (0 chares)
=== 7 === Chare 792 (load 9.3572)

=== 7 === Less loaded core 16 P#81164400 (0 chares, load: 0.0000)
=== 7 === Chare from 16 P#16 (0 chares)
=== 7 === Chare 655 (load 9.4655)

=== 7 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 17 P#17 (0 chares)
=== 7 === Chare 547 (load 9.8088)

=== 7 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 7 === Chare from 18 P#18 (0 chares)
=== 7 === Chare 411 (load 9.6701)

=== 7 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 19 P#19 (0 chares)
=== 7 === Chare 622 (load 9.1297)

=== 7 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 20 P#20 (0 chares)
=== 7 === Chare 275 (load 9.1054)

=== 7 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 21 P#21 (0 chares)
=== 7 === Chare 530 (load 9.3902)

=== 7 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 7 === Chare from 22 P#22 (0 chares)
=== 7 === Chare 768 (load 9.1005)

=== 7 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 7 === Chare from 23 P#23 (0 chares)
=== 7 === Chare 731 (load 9.4739)

=== 7 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 7 === Chare from 24 P#24 (0 chares)
=== 7 === Chare 830 (load 9.4145)

=== 7 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 7 === Chare from 25 P#25 (0 chares)
=== 7 === Chare 736 (load 9.3937)

=== 7 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 26 P#26 (0 chares)
=== 7 === Chare 693 (load 9.3959)

=== 7 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 7 === Chare from 27 P#27 (0 chares)
=== 7 === Chare 642 (load 9.6472)

=== 7 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 28 P#28 (0 chares)
=== 7 === Chare 504 (load 9.2865)

=== 7 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 29 P#29 (0 chares)
=== 7 === Chare 808 (load 9.4224)

=== 7 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 7 === Chare from 30 P#30 (0 chares)
=== 7 === Chare 834 (load 9.5362)

=== 7 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 7 === Chare from 31 P#31 (0 chares)
=== 7 === Chare 779 (load 9.5767)

=== 7 === Less loaded core 8 P#9346032 (1 chares, load: 9.0256)
=== 7 === Chare from 8 P#8 (1 chares)
=== 7 === Chare 755 (load 7.1121)

=== 7 === Less loaded core 3 P#6 (1 chares, load: 9.0306)
=== 7 === Chare from 3 P#3 (1 chares)
=== 7 === Chare 716 (load 8.9784)

=== 7 === Less loaded core 22 P#22 (1 chares, load: 9.1005)
=== 7 === Chare from 22 P#22 (1 chares)
=== 7 === Chare 516 (load 7.2928)

=== 7 === Less loaded core 20 P#0 (1 chares, load: 9.1054)
=== 7 === Chare from 20 P#20 (1 chares)
=== 7 === Chare 729 (load 7.1952)

=== 7 === Less loaded core 6 P#5 (1 chares, load: 9.1115)
=== 7 === Chare from 6 P#6 (1 chares)
=== 7 === Chare 835 (load 6.7367)

=== 7 === Less loaded core 11 P#0 (1 chares, load: 9.1263)
=== 7 === Chare from 11 P#11 (1 chares)
=== 7 === Chare 793 (load 7.2365)

=== 7 === Less loaded core 19 P#0 (1 chares, load: 9.1297)
=== 7 === Chare from 19 P#19 (1 chares)
=== 7 === Chare 670 (load 7.1319)

=== 7 === Less loaded core 1 P#2 (1 chares, load: 9.1591)
=== 7 === Chare from 1 P#1 (1 chares)
=== 7 === Chare 728 (load 7.1741)

=== 7 === Less loaded core 4 P#1 (1 chares, load: 9.1729)
=== 7 === Chare from 4 P#4 (1 chares)
=== 7 === Chare 753 (load 7.0849)

=== 7 === Less loaded core 28 P#939524096 (1 chares, load: 9.2865)
=== 7 === Chare from 28 P#28 (1 chares)
=== 7 === Chare 708 (load 7.2285)

=== 7 === Less loaded core 15 P#0 (1 chares, load: 9.3572)
=== 7 === Chare from 15 P#15 (1 chares)
=== 7 === Chare 811 (load 7.0103)

=== 7 === Less loaded core 5 P#3 (1 chares, load: 9.3615)
=== 7 === Chare from 5 P#5 (1 chares)
=== 7 === Chare 409 (load 6.8338)

=== 7 === Less loaded core 21 P#0 (1 chares, load: 9.3902)
=== 7 === Chare from 21 P#21 (1 chares)
=== 7 === Chare 694 (load 7.1136)

=== 7 === Less loaded core 25 P#32767 (1 chares, load: 9.3937)
=== 7 === Chare from 25 P#25 (1 chares)
=== 7 === Chare 506 (load 7.1639)

=== 7 === Less loaded core 26 P#1 (1 chares, load: 9.3959)
=== 7 === Chare from 26 P#26 (1 chares)
=== 7 === Chare 626 (load 7.1107)

=== 7 === Less loaded core 24 P#24 (1 chares, load: 9.4145)
=== 7 === Chare from 24 P#24 (1 chares)
=== 7 === Chare 705 (load 7.0617)

=== 7 === Less loaded core 29 P#1076025407 (1 chares, load: 9.4224)
=== 7 === Chare from 29 P#29 (1 chares)
=== 7 === Chare 683 (load 7.0609)

=== 7 === Less loaded core 12 P#81163952 (1 chares, load: 9.4412)
=== 7 === Chare from 12 P#12 (1 chares)
=== 7 === Chare 306 (load 7.1627)

=== 7 === Less loaded core 10 P#0 (1 chares, load: 9.4466)
=== 7 === Chare from 10 P#10 (1 chares)
=== 7 === Chare 794 (load 7.1885)

=== 7 === Less loaded core 2 P#4 (1 chares, load: 9.4597)
=== 7 === Chare from 2 P#2 (1 chares)
=== 7 === Chare 717 (load 8.9935)

=== 7 === Less loaded core 16 P#81164400 (1 chares, load: 9.4655)
=== 7 === Chare from 16 P#16 (1 chares)
=== 7 === Chare 627 (load 7.0712)

=== 7 === Less loaded core 23 P#23 (1 chares, load: 9.4739)
=== 7 === Chare from 23 P#23 (1 chares)
=== 7 === Chare 730 (load 7.0914)

=== 7 === Less loaded core 13 P#0 (1 chares, load: 9.4801)
=== 7 === Chare from 13 P#13 (1 chares)
=== 7 === Chare 363 (load 7.1451)

=== 7 === Less loaded core 9 P#0 (1 chares, load: 9.4862)
=== 7 === Chare from 9 P#9 (1 chares)
=== 7 === Chare 686 (load 7.0727)

=== 7 === Less loaded core 7 P#7 (1 chares, load: 9.4891)
=== 7 === Chare from 7 P#7 (1 chares)
=== 7 === Chare 668 (load 7.1198)

=== 7 === Less loaded core 0 P#0 (1 chares, load: 9.5180)
=== 7 === Chare from 0 P#0 (1 chares)
=== 7 === Chare 272 (load 6.8730)

=== 7 === Less loaded core 30 P#-78976 (1 chares, load: 9.5362)
=== 7 === Chare from 30 P#30 (1 chares)
=== 7 === Chare 505 (load 7.1588)

=== 7 === Less loaded core 31 P#32767 (1 chares, load: 9.5767)
=== 7 === Chare from 31 P#31 (1 chares)
=== 7 === Chare 707 (load 7.1793)

=== 7 === Less loaded core 27 P#32767 (1 chares, load: 9.6472)
=== 7 === Chare from 27 P#27 (1 chares)
=== 7 === Chare 684 (load 7.0722)

=== 7 === Less loaded core 18 P#32 (1 chares, load: 9.6701)
=== 7 === Chare from 18 P#18 (1 chares)
=== 7 === Chare 681 (load 7.1467)

=== 7 === Less loaded core 17 P#0 (1 chares, load: 9.8088)
=== 7 === Chare from 17 P#17 (1 chares)
=== 7 === Chare 842 (load 7.0427)

=== 7 === Less loaded core 14 P#72810192 (1 chares, load: 9.8333)
=== 7 === Chare from 14 P#14 (1 chares)
=== 7 === Chare 831 (load 6.7957)

=== 7 === Less loaded core 6 P#5 (2 chares, load: 15.8483)
=== 7 === Chare from 6 P#6 (2 chares)
=== 7 === Chare 410 (load 6.7207)

=== 7 === Less loaded core 8 P#9346032 (2 chares, load: 16.1377)
=== 7 === Chare from 8 P#8 (2 chares)
=== 7 === Chare 307 (load 7.1084)

=== 7 === Less loaded core 5 P#3 (2 chares, load: 16.1952)
=== 7 === Chare from 5 P#5 (2 chares)
=== 7 === Chare 529 (load 6.7925)

=== 7 === Less loaded core 4 P#1 (2 chares, load: 16.2577)
=== 7 === Chare from 4 P#4 (2 chares)
=== 7 === Chare 305 (load 7.0013)

=== 7 === Less loaded core 19 P#0 (2 chares, load: 16.2616)
=== 7 === Chare from 19 P#19 (2 chares)
=== 7 === Chare 769 (load 7.0760)

=== 7 === Less loaded core 20 P#0 (2 chares, load: 16.3006)
=== 7 === Chare from 20 P#20 (2 chares)
=== 7 === Chare 623 (load 7.1394)

=== 7 === Less loaded core 1 P#2 (2 chares, load: 16.3332)
=== 7 === Chare from 1 P#1 (2 chares)
=== 7 === Chare 545 (load 6.8158)

=== 7 === Less loaded core 11 P#0 (2 chares, load: 16.3627)
=== 7 === Chare from 11 P#11 (2 chares)
=== 7 === Chare 829 (load 7.1544)

=== 7 === Less loaded core 15 P#0 (2 chares, load: 16.3676)
=== 7 === Chare from 15 P#15 (2 chares)
=== 7 === Chare 643 (load 6.8050)

=== 7 === Less loaded core 0 P#0 (2 chares, load: 16.3910)
=== 7 === Chare from 0 P#0 (2 chares)
=== 7 === Chare 692 (load 6.8606)

=== 7 === Less loaded core 22 P#22 (2 chares, load: 16.3933)
=== 7 === Chare from 22 P#22 (2 chares)
=== 7 === Chare 518 (load 7.0821)

=== 7 === Less loaded core 24 P#24 (2 chares, load: 16.4762)
=== 7 === Chare from 24 P#24 (2 chares)
=== 7 === Chare 739 (load 7.0121)

=== 7 === Less loaded core 29 P#1076919220 (2 chares, load: 16.4832)
=== 7 === Chare from 29 P#29 (2 chares)
=== 7 === Chare 738 (load 7.0035)

=== 7 === Less loaded core 21 P#0 (2 chares, load: 16.5038)
=== 7 === Chare from 21 P#21 (2 chares)
=== 7 === Chare 771 (load 7.0904)

=== 7 === Less loaded core 26 P#2 (2 chares, load: 16.5066)
=== 7 === Chare from 26 P#26 (2 chares)
=== 7 === Chare 654 (load 7.0937)

=== 7 === Less loaded core 28 P#469762048 (2 chares, load: 16.5150)
=== 7 === Chare from 28 P#28 (2 chares)
=== 7 === Chare 810 (load 7.1253)

=== 7 === Less loaded core 16 P#81164400 (2 chares, load: 16.5368)
=== 7 === Chare from 16 P#16 (2 chares)
=== 7 === Chare 777 (load 7.0519)

=== 7 === Less loaded core 25 P#32767 (2 chares, load: 16.5575)
=== 7 === Chare from 25 P#25 (2 chares)
=== 7 === Chare 528 (load 7.0828)

=== 7 === Less loaded core 9 P#0 (2 chares, load: 16.5589)
=== 7 === Chare from 9 P#9 (2 chares)
=== 7 === Chare 778 (load 7.0564)

=== 7 === Less loaded core 23 P#23 (2 chares, load: 16.5654)
=== 7 === Chare from 23 P#23 (2 chares)
=== 7 === Chare 517 (load 7.0604)

=== 7 === Less loaded core 12 P#81163952 (2 chares, load: 16.6039)
=== 7 === Chare from 12 P#12 (2 chares)
=== 7 === Chare 507 (load 7.0535)

=== 7 === Less loaded core 7 P#7 (2 chares, load: 16.6089)
=== 7 === Chare from 7 P#7 (2 chares)
=== 7 === Chare 624 (load 6.9729)

=== 7 === Less loaded core 13 P#0 (2 chares, load: 16.6252)
=== 7 === Chare from 13 P#13 (2 chares)
=== 7 === Chare 362 (load 6.8669)

=== 7 === Less loaded core 14 P#72810192 (2 chares, load: 16.6289)
=== 7 === Chare from 14 P#14 (2 chares)
=== 7 === Chare 314 (load 6.7545)

=== 7 === Less loaded core 10 P#0 (2 chares, load: 16.6352)
=== 7 === Chare from 10 P#10 (2 chares)
=== 7 === Chare 669 (load 7.1382)

=== 7 === Less loaded core 30 P#-78976 (2 chares, load: 16.6950)
=== 7 === Chare from 30 P#30 (2 chares)
=== 7 === Chare 685 (load 7.1446)

=== 7 === Less loaded core 27 P#32767 (2 chares, load: 16.7193)
=== 7 === Chare from 27 P#27 (2 chares)
=== 7 === Chare 544 (load 6.8340)

=== 7 === Less loaded core 31 P#32767 (2 chares, load: 16.7560)
=== 7 === Chare from 31 P#31 (2 chares)
=== 7 === Chare 737 (load 7.0659)

=== 7 === Less loaded core 18 P#32 (2 chares, load: 16.8167)
=== 7 === Chare from 18 P#18 (2 chares)
=== 7 === Chare 361 (load 6.8484)

=== 7 === Less loaded core 17 P#0 (2 chares, load: 16.8514)
=== 7 === Chare from 17 P#17 (2 chares)
=== 7 === Chare 652 (load 7.0384)

=== 7 === Less loaded core 3 P#6 (2 chares, load: 18.0090)
=== 7 === Chare from 3 P#3 (2 chares)
=== 7 === Chare 718 (load 6.7301)

=== 7 === Less loaded core 2 P#4 (2 chares, load: 18.4532)
=== 7 === Chare from 2 P#2 (2 chares)
=== 7 === Chare 832 (load 6.7718)

=== 7 === Less loaded core 6 P#5 (3 chares, load: 22.5690)
=== 7 === Chare from 6 P#6 (3 chares)
=== 7 === Chare 695 (load 6.6861)

=== 7 === Less loaded core 5 P#3 (3 chares, load: 22.9877)
=== 7 === Chare from 5 P#5 (3 chares)
=== 7 === Chare 839 (load 6.7478)

=== 7 === Less loaded core 1 P#2 (3 chares, load: 23.1490)
=== 7 === Chare from 1 P#1 (3 chares)
=== 7 === Chare 273 (load 6.7984)

=== 7 === Less loaded core 15 P#0 (3 chares, load: 23.1726)
=== 7 === Chare from 15 P#15 (3 chares)
=== 7 === Chare 843 (load 6.7472)

=== 7 === Less loaded core 8 P#9346032 (3 chares, load: 23.2461)
=== 7 === Chare from 8 P#8 (3 chares)
=== 7 === Chare 640 (load 6.9388)

=== 7 === Less loaded core 0 P#0 (3 chares, load: 23.2517)
=== 7 === Chare from 0 P#0 (3 chares)
=== 7 === Chare 531 (load 6.7688)

=== 7 === Less loaded core 4 P#1 (3 chares, load: 23.2590)
=== 7 === Chare from 4 P#4 (3 chares)
=== 7 === Chare 546 (load 6.7183)

=== 7 === Less loaded core 19 P#0 (3 chares, load: 23.3376)
=== 7 === Chare from 19 P#19 (3 chares)
=== 7 === Chare 754 (load 6.9794)

=== 7 === Less loaded core 14 P#72810192 (3 chares, load: 23.3834)
=== 7 === Chare from 14 P#14 (3 chares)
=== 7 === Chare 719 (load 6.7085)

=== 7 === Less loaded core 20 P#0 (3 chares, load: 23.4399)
=== 7 === Chare from 20 P#20 (3 chares)
=== 7 === Chare 408 (load 7.0412)

=== 7 === Less loaded core 22 P#22 (3 chares, load: 23.4754)
=== 7 === Chare from 22 P#22 (3 chares)
=== 7 === Chare 621 (load 7.0161)

=== 7 === Less loaded core 29 P#1077378201 (3 chares, load: 23.4867)
=== 7 === Chare from 29 P#29 (3 chares)
=== 7 === Chare 809 (load 6.8697)

=== 7 === Less loaded core 24 P#24 (3 chares, load: 23.4884)
=== 7 === Chare from 24 P#24 (3 chares)
=== 7 === Chare 424 (load 6.9339)

=== 7 === Less loaded core 13 P#0 (3 chares, load: 23.4921)
=== 7 === Chare from 13 P#13 (3 chares)
=== 7 === Chare 315 (load 6.8075)

=== 7 === Less loaded core 11 P#0 (3 chares, load: 23.5172)
=== 7 === Chare from 11 P#11 (3 chares)
=== 7 === Chare 620 (load 7.0502)

=== 7 === Less loaded core 27 P#32767 (3 chares, load: 23.5533)
=== 7 === Chare from 27 P#27 (3 chares)
=== 7 === Chare 833 (load 6.7039)

=== 7 === Less loaded core 7 P#7 (3 chares, load: 23.5818)
=== 7 === Chare from 7 P#7 (3 chares)
=== 7 === Chare 427 (load 6.7401)

=== 7 === Less loaded core 16 P#81164400 (3 chares, load: 23.5887)
=== 7 === Chare from 16 P#16 (3 chares)
=== 7 === Chare 704 (load 7.0068)

=== 7 === Less loaded core 21 P#0 (3 chares, load: 23.5942)
=== 7 === Chare from 21 P#21 (3 chares)
=== 7 === Chare 711 (load 7.0162)

=== 7 === Less loaded core 26 P#3 (3 chares, load: 23.6003)
=== 7 === Chare from 26 P#26 (3 chares)
=== 7 === Chare 709 (load 7.0371)

=== 7 === Less loaded core 9 P#0 (3 chares, load: 23.6154)
=== 7 === Chare from 9 P#9 (3 chares)
=== 7 === Chare 312 (load 6.9199)

=== 7 === Less loaded core 23 P#23 (3 chares, load: 23.6258)
=== 7 === Chare from 23 P#23 (3 chares)
=== 7 === Chare 841 (load 6.9853)

=== 7 === Less loaded core 28 P#-201326592 (3 chares, load: 23.6403)
=== 7 === Chare from 28 P#28 (3 chares)
=== 7 === Chare 641 (load 6.9851)

=== 7 === Less loaded core 25 P#32767 (3 chares, load: 23.6404)
=== 7 === Chare from 25 P#25 (3 chares)
=== 7 === Chare 776 (load 7.0811)

=== 7 === Less loaded core 12 P#81163952 (3 chares, load: 23.6574)
=== 7 === Chare from 12 P#12 (3 chares)
=== 7 === Chare 795 (load 7.0099)

=== 7 === Less loaded core 18 P#32 (3 chares, load: 23.6652)
=== 7 === Chare from 18 P#18 (3 chares)
=== 7 === Chare 837 (load 6.6683)

=== 7 === Less loaded core 10 P#0 (3 chares, load: 23.7733)
=== 7 === Chare from 10 P#10 (3 chares)
=== 7 === Chare 828 (load 7.0027)

=== 7 === Less loaded core 31 P#32767 (3 chares, load: 23.8219)
=== 7 === Chare from 31 P#31 (3 chares)
=== 7 === Chare 770 (load 7.0139)

=== 7 === Less loaded core 30 P#-78976 (3 chares, load: 23.8396)
=== 7 === Chare from 30 P#30 (3 chares)
=== 7 === Chare 682 (load 6.9478)

=== 7 === Less loaded core 17 P#0 (3 chares, load: 23.8898)
=== 7 === Chare from 17 P#17 (3 chares)
=== 7 === Chare 653 (load 7.0188)

=== 7 === Less loaded core 3 P#6 (3 chares, load: 24.7392)
=== 7 === Chare from 3 P#3 (3 chares)
=== 7 === Chare 425 (load 6.6537)

=== 7 === Less loaded core 2 P#4 (3 chares, load: 25.2250)
=== 7 === Chare from 2 P#2 (3 chares)
=== 7 === Chare 836 (load 6.7245)

[DEBUG] GetBackPlacement from node 2
3 7.4051
1 7.3514
2 7.3255
0 7.2835
18 9.5937
17 7.1593
16 7.1339
27 7.0476
11 9.4544
59 9.4374
57 7.1021
10 6.9571
79 9.3672
77 7.0750
58 7.0570
78 6.9778
82 7.3033
81 7.2694
80 7.2474
83 7.1918
106 7.3465
104 7.2870
107 7.2703
105 7.2172
90 7.4396
88 7.3630
91 7.3097
89 7.3018
114 7.5947
112 7.4105
115 7.3723
113 7.3371
98 7.1469
97 7.0524
4 6.9852
5 6.9421
33 7.0700
76 7.0371
24 7.0194
99 6.9869
66 7.3563
9 7.0800
56 7.0650
34 7.0582
32 7.1280
48 7.0932
25 6.9967
50 6.9423
65 7.2707
64 7.2572
8 7.1710
7 6.9719
67 7.2889
47 7.0625
19 6.9747
46 6.8467
60 7.4523
63 7.4159
61 7.3588
62 7.3270
122 7.5189
120 7.4386
123 7.3335
121 7.3089
6 9.5405
35 9.5349
45 7.3133
44 7.1706
96 9.4236
26 9.2820
49 7.5178
51 7.2784
68 7.3587
71 7.3170
70 7.2861
69 7.2130
92 7.3851
94 7.3783
93 7.3221
95 7.2517
12 7.3318
15 7.3126
14 7.2930
13 7.2502
54 7.4004
53 7.3899
52 7.3834
55 7.3509
86 7.3515
84 7.3165
87 7.2776
85 7.1895
108 7.3780
110 7.3408
111 7.3268
109 7.2646
22 7.3695
20 7.3645
23 7.2952
21 7.2365
30 7.3515
31 7.3419
28 7.3047
29 7.2241
38 7.5669
37 7.5594
36 7.5524
39 7.5193
100 7.8595
101 7.4921
102 7.3531
103 7.3438
43 7.5840
40 7.5053
41 7.4694
42 7.4176
75 7.4812
72 7.3450
74 7.3207
73 7.2522
118 7.3607
116 7.3153
117 7.2975
119 7.2676
126 7.4241
127 7.3649
124 7.3214
125 7.3042
Core 0 load 29.3655
Core 1 load 30.9344
Core 2 load 32.9510
Core 3 load 30.4769
Core 4 load 29.0120
Core 5 load 29.1209
Core 6 load 29.4141
Core 7 load 29.7147
Core 8 load 28.1267
Core 9 load 28.1134
Core 10 load 28.5595
Core 11 load 28.1602
Core 12 load 28.6709
Core 13 load 28.1727
Core 14 load 29.5539
Core 15 load 29.5999
Core 16 load 33.5594
Core 17 load 33.5018
Core 18 load 29.1747
Core 19 load 29.3373
Core 20 load 29.1875
Core 21 load 29.5246
Core 22 load 29.1351
Core 23 load 29.3102
Core 24 load 29.2658
Core 25 load 29.2221
Core 26 load 30.1980
Core 27 load 30.0485
Core 28 load 29.9762
Core 29 load 29.3992
Core 30 load 29.2411
Core 31 load 29.4146
Avg load 29.6701 in [28.7800 ; 30.5602 ]
Swap chares 39 (6.9869) and 67 (7.1706) between cores 9 (28.1134) and 16
(33.5594)
New loads : 9 (28.2971) and 16 (33.3757)
Swap chares 35 (6.9421) and 71 (7.2784) between cores 8 (28.1267) and 17
(33.5018)
New loads : 8 (28.4630) and 17 (33.1655)
Swap chares 47 (6.9423) and 67 (6.9869) between cores 11 (28.1602) and 16
(33.3757)
New loads : 11 (28.2048) and 16 (33.3310)
Swap chares 55 (6.8467) and 67 (6.9423) between cores 13 (28.1727) and 16
(33.3310)
New loads : 13 (28.2683) and 16 (33.2354)
Swap chares 46 (6.9967) and 66 (7.3133) between cores 11 (28.2048) and 16
(33.2354)
New loads : 11 (28.5214) and 16 (32.9188)
Swap chares 54 (6.9747) and 70 (7.5178) between cores 13 (28.2683) and 17
(33.1655)
New loads : 13 (28.8114) and 17 (32.6224)
Swap chares 38 (7.0194) and 10 (7.1021) between cores 9 (28.2971) and 2
(32.9510)
New loads : 9 (28.3798) and 2 (32.8683)
Swap chares 37 (7.0371) and 65 (9.5349) between cores 9 (28.3798) and 16
(32.9188)
New loads : 9 (30.8776) and 16 (30.4210)
Swap chares 34 (6.9852) and 10 (7.0194) between cores 8 (28.4630) and 2
(32.8683)
New loads : 8 (28.4972) and 2 (32.8341)
Swap chares 33 (7.0524) and 9 (9.4374) between cores 8 (28.4972) and 2
(32.8341)
New loads : 8 (30.8821) and 2 (30.4492)
Swap chares 45 (7.0932) and 69 (9.2820) between cores 11 (28.5214) and 17
(32.6224)
New loads : 11 (30.7102) and 17 (30.4335)
Swap chares 42 (7.0650) and 6 (7.1339) between cores 10 (28.5595) and 1
(30.9344)
New loads : 10 (28.6285) and 1 (30.8655)
Swap chares 43 (7.0582) and 35 (7.2784) between cores 10 (28.6285) and 8
(30.8821)
New loads : 10 (28.8486) and 8 (30.6620)
Swap chares 51 (6.9719) and 39 (7.1706) between cores 12 (28.6709) and 9
(30.8776)
New loads : 12 (28.8696) and 9 (30.6789)
Swap chares 55 (6.9423) and 7 (7.0476) between cores 13 (28.8114) and 1
(30.8655)
New loads : 13 (28.9167) and 1 (30.7602)
Swap chares 41 (7.0800) and 5 (7.1593) between cores 10 (28.8486) and 1
(30.7602)
New loads : 10 (28.9278) and 1 (30.6809)
Swap chares 50 (7.1710) and 46 (7.3133) between cores 12 (28.8696) and 11
(30.7102)
New loads : 12 (29.0118) and 11 (30.5680)
Swap chares 53 (7.0625) and 5 (7.0800) between cores 13 (28.9167) and 1
(30.6809)
New loads : 13 (28.9342) and 1 (30.6634)
Swap chares 41 (7.1593) and 37 (9.5349) between cores 10 (28.9278) and 9
(30.6789)
New loads : 10 (31.3035) and 9 (28.3032)
Swap chares 39 (6.9719) and 43 (7.2784) between cores 9 (28.3032) and 10
(31.3035)
New loads : 9 (28.6097) and 10 (30.9970)
Swap chares 38 (7.1021) and 42 (7.1339) between cores 9 (28.6097) and 10
(30.9970)
New loads : 9 (28.6415) and 10 (30.9652)
Swap chares 37 (7.1593) and 41 (9.5349) between cores 9 (28.6415) and 10
(30.9652)
New loads : 9 (31.0172) and 10 (28.5896)
Swap chares 43 (6.9719) and 39 (7.2784) between cores 10 (28.5896) and 9
(31.0172)
New loads : 10 (28.8961) and 9 (30.7107)
Swap chares 42 (7.1021) and 38 (7.1339) between cores 10 (28.8961) and 9
(30.7107)
New loads : 10 (28.9278) and 9 (30.6789)
Swap chares 41 (7.1593) and 37 (9.5349) between cores 10 (28.9278) and 9
(30.6789)
New loads : 10 (31.3035) and 9 (28.3032)
Swap chares 39 (6.9719) and 43 (7.2784) between cores 9 (28.3032) and 10
(31.3035)
New loads : 9 (28.6097) and 10 (30.9970)
Swap chares 38 (7.1021) and 42 (7.1339) between cores 9 (28.6097) and 10
(30.9970)
New loads : 9 (28.6415) and 10 (30.9652)
Swap chares 37 (7.1593) and 41 (9.5349) between cores 9 (28.6415) and 10
(30.9652)
New loads : 9 (31.0172) and 10 (28.5896)
Swap chares 43 (6.9719) and 39 (7.2784) between cores 10 (28.5896) and 9
(31.0172)
New loads : 10 (28.8961) and 9 (30.7107)
Swap chares 42 (7.1021) and 38 (7.1339) between cores 10 (28.8961) and 9
(30.7107)
New loads : 10 (28.9278) and 9 (30.6789)
Swap chares 41 (7.1593) and 37 (9.5349) between cores 10 (28.9278) and 9
(30.6789)
New loads : 10 (31.3035) and 9 (28.3032)
Swap chares 39 (6.9719) and 43 (7.2784) between cores 9 (28.3032) and 10
(31.3035)
New loads : 9 (28.6097) and 10 (30.9970)
Swap chares 38 (7.1021) and 42 (7.1339) between cores 9 (28.6097) and 10
(30.9970)
New loads : 9 (28.6415) and 10 (30.9652)
Swap chares 37 (7.1593) and 41 (9.5349) between cores 9 (28.6415) and 10
(30.9652)
New loads : 9 (31.0172) and 10 (28.5896)
Swap chares 43 (6.9719) and 39 (7.2784) between cores 10 (28.5896) and 9
(31.0172)
New loads : 10 (28.8961) and 9 (30.7107)
Swap chares 42 (7.1021) and 38 (7.1339) between cores 10 (28.8961) and 9
(30.7107)
New loads : 10 (28.9278) and 9 (30.6789)
Swap chares 41 (7.1593) and 37 (9.5349) between cores 10 (28.9278) and 9
(30.6789)
New loads : 10 (31.3035) and 9 (28.3032)
Swap chares 39 (6.9719) and 43 (7.2784) between cores 9 (28.3032) and 10
(31.3035)
New loads : 9 (28.6097) and 10 (30.9970)
Swap chares 38 (7.1021) and 42 (7.1339) between cores 9 (28.6097) and 10
(30.9970)
New loads : 9 (28.6415) and 10 (30.9652)
Swap chares 37 (7.1593) and 41 (9.5349) between cores 9 (28.6415) and 10
(30.9652)
New loads : 9 (31.0172) and 10 (28.5896)
Swap chares 43 (6.9719) and 39 (7.2784) between cores 10 (28.5896) and 9
(31.0172)
New loads : 10 (28.8961) and 9 (30.7107)
Swap chares 42 (7.1021) and 38 (7.1339) between cores 10 (28.8961) and 9
(30.7107)
New loads : 10 (28.9278) and 9 (30.6789)
Swap chares 41 (7.1593) and 37 (9.5349) between cores 10 (28.9278) and 9
(30.6789)
New loads : 10 (31.3035) and 9 (28.3032)
Swap chares 39 (6.9719) and 43 (7.2784) between cores 9 (28.3032) and 10
(31.3035)
New loads : 9 (28.6097) and 10 (30.9970)
Swap chares 38 (7.1021) and 42 (7.1339) between cores 9 (28.6097) and 10
(30.9970)
New loads : 9 (28.6415) and 10 (30.9652)
Swap chares 37 (7.1593) and 41 (9.5349) between cores 9 (28.6415) and 10
(30.9652)
New loads : 9 (31.0172) and 10 (28.5896)
Swap chares 43 (6.9719) and 39 (7.2784) between cores 10 (28.5896) and 9
(31.0172)
New loads : 10 (28.8961) and 9 (30.7107)
Swap chares 42 (7.1021) and 38 (7.1339) between cores 10 (28.8961) and 9
(30.7107)
New loads : 10 (28.9278) and 9 (30.6789)
Swap chares 41 (7.1593) and 37 (9.5349) between cores 10 (28.9278) and 9
(30.6789)
New loads : 10 (31.3035) and 9 (28.3032)
Swap chares 39 (6.9719) and 43 (7.2784) between cores 9 (28.3032) and 10
(31.3035)
New loads : 9 (28.6097) and 10 (30.9970)
Swap chares 38 (7.1021) and 42 (7.1339) between cores 9 (28.6097) and 10
(30.9970)
New loads : 9 (28.6415) and 10 (30.9652)
Swap chares 37 (7.1593) and 41 (9.5349) between cores 9 (28.6415) and 10
(30.9652)
New loads : 9 (31.0172) and 10 (28.5896)
Swap chares 43 (6.9719) and 39 (7.2784) between cores 10 (28.5896) and 9
(31.0172)
New loads : 10 (28.8961) and 9 (30.7107)
Swap chares 42 (7.1021) and 38 (7.1339) between cores 10 (28.8961) and 9
(30.7107)
New loads : 10 (28.9278) and 9 (30.6789)
Swap chares 41 (7.1593) and 37 (9.5349) between cores 10 (28.9278) and 9
(30.6789)
New loads : 10 (31.3035) and 9 (28.3032)
Swap chares 39 (6.9719) and 43 (7.2784) between cores 9 (28.3032) and 10
(31.3035)
New loads : 9 (28.6097) and 10 (30.9970)
Swap chares 38 (7.1021) and 42 (7.1339) between cores 9 (28.6097) and 10
(30.9970)
New loads : 9 (28.6415) and 10 (30.9652)
Swap chares 37 (7.1593) and 41 (9.5349) between cores 9 (28.6415) and 10
(30.9652)
New loads : 9 (31.0172) and 10 (28.5896)
Swap chares 43 (6.9719) and 39 (7.2784) between cores 10 (28.5896) and 9
(31.0172)
New loads : 10 (28.8961) and 9 (30.7107)
Swap chares 42 (7.1021) and 38 (7.1339) between cores 10 (28.8961) and 9
(30.7107)
New loads : 10 (28.9278) and 9 (30.6789)
Swap chares 41 (7.1593) and 37 (9.5349) between cores 10 (28.9278) and 9
(30.6789)
New loads : 10 (31.3035) and 9 (28.3032)
Swap chares 39 (6.9719) and 43 (7.2784) between cores 9 (28.3032) and 10
(31.3035)
New loads : 9 (28.6097) and 10 (30.9970)
Swap chares 38 (7.1021) and 42 (7.1339) between cores 9 (28.6097) and 10
(30.9970)
New loads : 9 (28.6415) and 10 (30.9652)
Swap chares 37 (7.1593) and 41 (9.5349) between cores 9 (28.6415) and 10
(30.9652)
New loads : 9 (31.0172) and 10 (28.5896)
=== 2 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 0 P#0 (0 chares)
=== 2 === Chare 259 (load 7.4051)

=== 2 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 2 === Chare from 1 P#1 (0 chares)
=== 2 === Chare 282 (load 9.5937)

=== 2 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 2 === Chare from 2 P#2 (0 chares)
=== 2 === Chare 271 (load 9.4544)

=== 2 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 2 === Chare from 3 P#3 (0 chares)
=== 2 === Chare 379 (load 9.3672)

=== 2 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 2 === Chare from 4 P#4 (0 chares)
=== 2 === Chare 386 (load 7.3033)

=== 2 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 2 === Chare from 5 P#5 (0 chares)
=== 2 === Chare 454 (load 7.3465)

=== 2 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 2 === Chare from 6 P#6 (0 chares)
=== 2 === Chare 434 (load 7.4396)

=== 2 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 2 === Chare from 7 P#7 (0 chares)
=== 2 === Chare 474 (load 7.5947)

=== 2 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 2 === Chare from 8 P#8 (0 chares)
=== 2 === Chare 343 (load 9.4374)

=== 2 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 9 P#9 (0 chares)
=== 2 === Chare 299 (load 9.5349)

=== 2 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 10 P#10 (0 chares)
=== 2 === Chare 358 (load 7.3563)

=== 2 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 11 P#11 (0 chares)
=== 2 === Chare 290 (load 9.2820)

=== 2 === Less loaded core 12 P#82903984 (0 chares, load: 0.0000)
=== 2 === Chare from 12 P#12 (0 chares)
=== 2 === Chare 325 (load 7.3133)

=== 2 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 13 P#13 (0 chares)
=== 2 === Chare 329 (load 7.5178)

=== 2 === Less loaded core 14 P#76185712 (0 chares, load: 0.0000)
=== 2 === Chare from 14 P#14 (0 chares)
=== 2 === Chare 344 (load 7.4523)

=== 2 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 15 P#15 (0 chares)
=== 2 === Chare 498 (load 7.5189)

=== 2 === Less loaded core 16 P#82904432 (0 chares, load: 0.0000)
=== 2 === Chare from 16 P#16 (0 chares)
=== 2 === Chare 266 (load 9.5405)

=== 2 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 17 P#17 (0 chares)
=== 2 === Chare 444 (load 9.4236)

=== 2 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 2 === Chare from 18 P#18 (0 chares)
=== 2 === Chare 364 (load 7.3587)

=== 2 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 19 P#19 (0 chares)
=== 2 === Chare 436 (load 7.3851)

=== 2 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 20 P#20 (0 chares)
=== 2 === Chare 276 (load 7.3318)

=== 2 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 21 P#21 (0 chares)
=== 2 === Chare 338 (load 7.4004)

=== 2 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 2 === Chare from 22 P#22 (0 chares)
=== 2 === Chare 414 (load 7.3515)

=== 2 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 2 === Chare from 23 P#23 (0 chares)
=== 2 === Chare 468 (load 7.3780)

=== 2 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 2 === Chare from 24 P#24 (0 chares)
=== 2 === Chare 286 (load 7.3695)

=== 2 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 2 === Chare from 25 P#25 (0 chares)
=== 2 === Chare 294 (load 7.3515)

=== 2 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 26 P#26 (0 chares)
=== 2 === Chare 302 (load 7.5669)

=== 2 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 2 === Chare from 27 P#27 (0 chares)
=== 2 === Chare 448 (load 7.8595)

=== 2 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 28 P#28 (0 chares)
=== 2 === Chare 311 (load 7.5840)

=== 2 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 29 P#29 (0 chares)
=== 2 === Chare 371 (load 7.4812)

=== 2 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 2 === Chare from 30 P#30 (0 chares)
=== 2 === Chare 478 (load 7.3607)

=== 2 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 2 === Chare from 31 P#31 (0 chares)
=== 2 === Chare 502 (load 7.4241)

=== 2 === Less loaded core 4 P#1 (1 chares, load: 7.3033)
=== 2 === Chare from 4 P#4 (1 chares)
=== 2 === Chare 385 (load 7.2694)

=== 2 === Less loaded core 12 P#82903984 (1 chares, load: 7.3133)
=== 2 === Chare from 12 P#12 (1 chares)
=== 2 === Chare 357 (load 7.2707)

=== 2 === Less loaded core 20 P#0 (1 chares, load: 7.3318)
=== 2 === Chare from 20 P#20 (1 chares)
=== 2 === Chare 279 (load 7.3126)

=== 2 === Less loaded core 5 P#3 (1 chares, load: 7.3465)
=== 2 === Chare from 5 P#5 (1 chares)
=== 2 === Chare 452 (load 7.2870)

=== 2 === Less loaded core 25 P#32767 (1 chares, load: 7.3515)
=== 2 === Chare from 25 P#25 (1 chares)
=== 2 === Chare 295 (load 7.3419)

=== 2 === Less loaded core 22 P#22 (1 chares, load: 7.3515)
=== 2 === Chare from 22 P#22 (1 chares)
=== 2 === Chare 412 (load 7.3165)

=== 2 === Less loaded core 10 P#0 (1 chares, load: 7.3563)
=== 2 === Chare from 10 P#10 (1 chares)
=== 2 === Chare 281 (load 7.1593)

=== 2 === Less loaded core 18 P#32 (1 chares, load: 7.3587)
=== 2 === Chare from 18 P#18 (1 chares)
=== 2 === Chare 367 (load 7.3170)

=== 2 === Less loaded core 30 P#-78976 (1 chares, load: 7.3607)
=== 2 === Chare from 30 P#30 (1 chares)
=== 2 === Chare 476 (load 7.3153)

=== 2 === Less loaded core 24 P#24 (1 chares, load: 7.3695)
=== 2 === Chare from 24 P#24 (1 chares)
=== 2 === Chare 284 (load 7.3645)

=== 2 === Less loaded core 23 P#23 (1 chares, load: 7.3780)
=== 2 === Chare from 23 P#23 (1 chares)
=== 2 === Chare 470 (load 7.3408)

=== 2 === Less loaded core 19 P#0 (1 chares, load: 7.3851)
=== 2 === Chare from 19 P#19 (1 chares)
=== 2 === Chare 438 (load 7.3783)

=== 2 === Less loaded core 21 P#0 (1 chares, load: 7.4004)
=== 2 === Chare from 21 P#21 (1 chares)
=== 2 === Chare 337 (load 7.3899)

=== 2 === Less loaded core 0 P#0 (1 chares, load: 7.4051)
=== 2 === Chare from 0 P#0 (1 chares)
=== 2 === Chare 257 (load 7.3514)

=== 2 === Less loaded core 31 P#32767 (1 chares, load: 7.4241)
=== 2 === Chare from 31 P#31 (1 chares)
=== 2 === Chare 503 (load 7.3649)

=== 2 === Less loaded core 6 P#5 (1 chares, load: 7.4396)
=== 2 === Chare from 6 P#6 (1 chares)
=== 2 === Chare 432 (load 7.3630)

=== 2 === Less loaded core 14 P#76185712 (1 chares, load: 7.4523)
=== 2 === Chare from 14 P#14 (1 chares)
=== 2 === Chare 347 (load 7.4159)

=== 2 === Less loaded core 29 P#1075702974 (1 chares, load: 7.4812)
=== 2 === Chare from 29 P#29 (1 chares)
=== 2 === Chare 368 (load 7.3450)

=== 2 === Less loaded core 13 P#0 (1 chares, load: 7.5178)
=== 2 === Chare from 13 P#13 (1 chares)
=== 2 === Chare 359 (load 7.2889)

=== 2 === Less loaded core 15 P#0 (1 chares, load: 7.5189)
=== 2 === Chare from 15 P#15 (1 chares)
=== 2 === Chare 496 (load 7.4386)

=== 2 === Less loaded core 26 P#1 (1 chares, load: 7.5669)
=== 2 === Chare from 26 P#26 (1 chares)
=== 2 === Chare 301 (load 7.5594)

=== 2 === Less loaded core 28 P#-1879048192 (1 chares, load: 7.5840)
=== 2 === Chare from 28 P#28 (1 chares)
=== 2 === Chare 308 (load 7.5053)

=== 2 === Less loaded core 7 P#7 (1 chares, load: 7.5947)
=== 2 === Chare from 7 P#7 (1 chares)
=== 2 === Chare 472 (load 7.4105)

=== 2 === Less loaded core 27 P#32767 (1 chares, load: 7.8595)
=== 2 === Chare from 27 P#27 (1 chares)
=== 2 === Chare 449 (load 7.4921)

=== 2 === Less loaded core 11 P#0 (1 chares, load: 9.2820)
=== 2 === Chare from 11 P#11 (1 chares)
=== 2 === Chare 268 (load 7.1710)

=== 2 === Less loaded core 3 P#6 (1 chares, load: 9.3672)
=== 2 === Chare from 3 P#3 (1 chares)
=== 2 === Chare 377 (load 7.0750)

=== 2 === Less loaded core 17 P#0 (1 chares, load: 9.4236)
=== 2 === Chare from 17 P#17 (1 chares)
=== 2 === Chare 328 (load 7.0932)

=== 2 === Less loaded core 8 P#9346032 (1 chares, load: 9.4374)
=== 2 === Chare from 8 P#8 (1 chares)
=== 2 === Chare 446 (load 7.1469)

=== 2 === Less loaded core 2 P#4 (1 chares, load: 9.4544)
=== 2 === Chare from 2 P#2 (1 chares)
=== 2 === Chare 445 (load 7.0524)

=== 2 === Less loaded core 9 P#0 (1 chares, load: 9.5349)
=== 2 === Chare from 9 P#9 (1 chares)
=== 2 === Chare 331 (load 7.2784)

=== 2 === Less loaded core 16 P#82904432 (1 chares, load: 9.5405)
=== 2 === Chare from 16 P#16 (1 chares)
=== 2 === Chare 376 (load 7.0371)

=== 2 === Less loaded core 1 P#2 (1 chares, load: 9.5937)
=== 2 === Chare from 1 P#1 (1 chares)
=== 2 === Chare 340 (load 7.0650)

=== 2 === Less loaded core 10 P#0 (2 chares, load: 14.5156)
=== 2 === Chare from 10 P#10 (2 chares)
=== 2 === Chare 341 (load 7.1021)

=== 2 === Less loaded core 4 P#1 (2 chares, load: 14.5728)
=== 2 === Chare from 4 P#4 (2 chares)
=== 2 === Chare 384 (load 7.2474)

=== 2 === Less loaded core 12 P#82903984 (2 chares, load: 14.5839)
=== 2 === Chare from 12 P#12 (2 chares)
=== 2 === Chare 356 (load 7.2572)

=== 2 === Less loaded core 5 P#3 (2 chares, load: 14.6335)
=== 2 === Chare from 5 P#5 (2 chares)
=== 2 === Chare 455 (load 7.2703)

=== 2 === Less loaded core 20 P#0 (2 chares, load: 14.6444)
=== 2 === Chare from 20 P#20 (2 chares)
=== 2 === Chare 278 (load 7.2930)

=== 2 === Less loaded core 22 P#22 (2 chares, load: 14.6680)
=== 2 === Chare from 22 P#22 (2 chares)
=== 2 === Chare 415 (load 7.2776)

=== 2 === Less loaded core 18 P#32 (2 chares, load: 14.6757)
=== 2 === Chare from 18 P#18 (2 chares)
=== 2 === Chare 366 (load 7.2861)

=== 2 === Less loaded core 30 P#-78976 (2 chares, load: 14.6761)
=== 2 === Chare from 30 P#30 (2 chares)
=== 2 === Chare 477 (load 7.2975)

=== 2 === Less loaded core 25 P#32767 (2 chares, load: 14.6933)
=== 2 === Chare from 25 P#25 (2 chares)
=== 2 === Chare 292 (load 7.3047)

=== 2 === Less loaded core 23 P#23 (2 chares, load: 14.7188)
=== 2 === Chare from 23 P#23 (2 chares)
=== 2 === Chare 471 (load 7.3268)

=== 2 === Less loaded core 24 P#24 (2 chares, load: 14.7340)
=== 2 === Chare from 24 P#24 (2 chares)
=== 2 === Chare 287 (load 7.2952)

=== 2 === Less loaded core 0 P#0 (2 chares, load: 14.7565)
=== 2 === Chare from 0 P#0 (2 chares)
=== 2 === Chare 258 (load 7.3255)

=== 2 === Less loaded core 19 P#0 (2 chares, load: 14.7635)
=== 2 === Chare from 19 P#19 (2 chares)
=== 2 === Chare 437 (load 7.3221)

=== 2 === Less loaded core 31 P#32767 (2 chares, load: 14.7891)
=== 2 === Chare from 31 P#31 (2 chares)
=== 2 === Chare 500 (load 7.3214)

=== 2 === Less loaded core 21 P#0 (2 chares, load: 14.7903)
=== 2 === Chare from 21 P#21 (2 chares)
=== 2 === Chare 336 (load 7.3834)

=== 2 === Less loaded core 6 P#5 (2 chares, load: 14.8026)
=== 2 === Chare from 6 P#6 (2 chares)
=== 2 === Chare 435 (load 7.3097)

=== 2 === Less loaded core 13 P#0 (2 chares, load: 14.8066)
=== 2 === Chare from 13 P#13 (2 chares)
=== 2 === Chare 269 (load 7.0800)

=== 2 === Less loaded core 29 P#1076733703 (2 chares, load: 14.8262)
=== 2 === Chare from 29 P#29 (2 chares)
=== 2 === Chare 370 (load 7.3207)

=== 2 === Less loaded core 14 P#76185712 (2 chares, load: 14.8682)
=== 2 === Chare from 14 P#14 (2 chares)
=== 2 === Chare 345 (load 7.3588)

=== 2 === Less loaded core 15 P#0 (2 chares, load: 14.9575)
=== 2 === Chare from 15 P#15 (2 chares)
=== 2 === Chare 499 (load 7.3335)

=== 2 === Less loaded core 7 P#7 (2 chares, load: 15.0052)
=== 2 === Chare from 7 P#7 (2 chares)
=== 2 === Chare 475 (load 7.3723)

=== 2 === Less loaded core 28 P#-1610612736 (2 chares, load: 15.0892)
=== 2 === Chare from 28 P#28 (2 chares)
=== 2 === Chare 309 (load 7.4694)

=== 2 === Less loaded core 26 P#2 (2 chares, load: 15.1263)
=== 2 === Chare from 26 P#26 (2 chares)
=== 2 === Chare 300 (load 7.5524)

=== 2 === Less loaded core 27 P#32767 (2 chares, load: 15.3516)
=== 2 === Chare from 27 P#27 (2 chares)
=== 2 === Chare 450 (load 7.3531)

=== 2 === Less loaded core 3 P#6 (2 chares, load: 16.4421)
=== 2 === Chare from 3 P#3 (2 chares)
=== 2 === Chare 342 (load 7.0570)

=== 2 === Less loaded core 11 P#0 (2 chares, load: 16.4531)
=== 2 === Chare from 11 P#11 (2 chares)
=== 2 === Chare 296 (load 7.1280)

=== 2 === Less loaded core 2 P#4 (2 chares, load: 16.5068)
=== 2 === Chare from 2 P#2 (2 chares)
=== 2 === Chare 264 (load 6.9852)

=== 2 === Less loaded core 17 P#0 (2 chares, load: 16.5167)
=== 2 === Chare from 17 P#17 (2 chares)
=== 2 === Chare 283 (load 6.9747)

=== 2 === Less loaded core 16 P#82904432 (2 chares, load: 16.5776)
=== 2 === Chare from 16 P#16 (2 chares)
=== 2 === Chare 289 (load 6.9967)

=== 2 === Less loaded core 8 P#9346032 (2 chares, load: 16.5843)
=== 2 === Chare from 8 P#8 (2 chares)
=== 2 === Chare 298 (load 7.0582)

=== 2 === Less loaded core 1 P#2 (2 chares, load: 16.6586)
=== 2 === Chare from 1 P#1 (2 chares)
=== 2 === Chare 327 (load 7.0625)

=== 2 === Less loaded core 9 P#0 (2 chares, load: 16.8133)
=== 2 === Chare from 9 P#9 (2 chares)
=== 2 === Chare 280 (load 7.1339)

=== 2 === Less loaded core 10 P#0 (3 chares, load: 21.6177)
=== 2 === Chare from 10 P#10 (3 chares)
=== 2 === Chare 267 (load 6.9719)

=== 2 === Less loaded core 4 P#1 (3 chares, load: 21.8202)
=== 2 === Chare from 4 P#4 (3 chares)
=== 2 === Chare 387 (load 7.1918)

=== 2 === Less loaded core 12 P#82903984 (3 chares, load: 21.8412)
=== 2 === Chare from 12 P#12 (3 chares)
=== 2 === Chare 324 (load 7.1706)

=== 2 === Less loaded core 13 P#0 (3 chares, load: 21.8866)
=== 2 === Chare from 13 P#13 (3 chares)
=== 2 === Chare 291 (load 7.0476)

=== 2 === Less loaded core 5 P#3 (3 chares, load: 21.9037)
=== 2 === Chare from 5 P#5 (3 chares)
=== 2 === Chare 453 (load 7.2172)

=== 2 === Less loaded core 20 P#0 (3 chares, load: 21.9373)
=== 2 === Chare from 20 P#20 (3 chares)
=== 2 === Chare 277 (load 7.2502)

=== 2 === Less loaded core 22 P#22 (3 chares, load: 21.9456)
=== 2 === Chare from 22 P#22 (3 chares)
=== 2 === Chare 413 (load 7.1895)

=== 2 === Less loaded core 18 P#32 (3 chares, load: 21.9617)
=== 2 === Chare from 18 P#18 (3 chares)
=== 2 === Chare 365 (load 7.2130)

=== 2 === Less loaded core 30 P#-78976 (3 chares, load: 21.9735)
=== 2 === Chare from 30 P#30 (3 chares)
=== 2 === Chare 479 (load 7.2676)

=== 2 === Less loaded core 25 P#32767 (3 chares, load: 21.9980)
=== 2 === Chare from 25 P#25 (3 chares)
=== 2 === Chare 293 (load 7.2241)

=== 2 === Less loaded core 24 P#24 (3 chares, load: 22.0292)
=== 2 === Chare from 24 P#24 (3 chares)
=== 2 === Chare 285 (load 7.2365)

=== 2 === Less loaded core 23 P#23 (3 chares, load: 22.0456)
=== 2 === Chare from 23 P#23 (3 chares)
=== 2 === Chare 469 (load 7.2646)

=== 2 === Less loaded core 0 P#0 (3 chares, load: 22.0820)
=== 2 === Chare from 0 P#0 (3 chares)
=== 2 === Chare 256 (load 7.2835)

=== 2 === Less loaded core 19 P#0 (3 chares, load: 22.0856)
=== 2 === Chare from 19 P#19 (3 chares)
=== 2 === Chare 439 (load 7.2517)

=== 2 === Less loaded core 31 P#32767 (3 chares, load: 22.1105)
=== 2 === Chare from 31 P#31 (3 chares)
=== 2 === Chare 501 (load 7.3042)

=== 2 === Less loaded core 6 P#5 (3 chares, load: 22.1123)
=== 2 === Chare from 6 P#6 (3 chares)
=== 2 === Chare 433 (load 7.3018)

=== 2 === Less loaded core 29 P#1077290398 (3 chares, load: 22.1469)
=== 2 === Chare from 29 P#29 (3 chares)
=== 2 === Chare 369 (load 7.2522)

=== 2 === Less loaded core 21 P#0 (3 chares, load: 22.1737)
=== 2 === Chare from 21 P#21 (3 chares)
=== 2 === Chare 339 (load 7.3509)

=== 2 === Less loaded core 14 P#76185712 (3 chares, load: 22.2269)
=== 2 === Chare from 14 P#14 (3 chares)
=== 2 === Chare 346 (load 7.3270)

=== 2 === Less loaded core 15 P#0 (3 chares, load: 22.2910)
=== 2 === Chare from 15 P#15 (3 chares)
=== 2 === Chare 497 (load 7.3089)

=== 2 === Less loaded core 7 P#7 (3 chares, load: 22.3776)
=== 2 === Chare from 7 P#7 (3 chares)
=== 2 === Chare 473 (load 7.3371)

=== 2 === Less loaded core 28 P#1811939328 (3 chares, load: 22.5586)
=== 2 === Chare from 28 P#28 (3 chares)
=== 2 === Chare 310 (load 7.4176)

=== 2 === Less loaded core 26 P#3 (3 chares, load: 22.6787)
=== 2 === Chare from 26 P#26 (3 chares)
=== 2 === Chare 303 (load 7.5193)

=== 2 === Less loaded core 27 P#32767 (3 chares, load: 22.7046)
=== 2 === Chare from 27 P#27 (3 chares)
=== 2 === Chare 451 (load 7.3438)

=== 2 === Less loaded core 17 P#0 (3 chares, load: 23.4914)
=== 2 === Chare from 17 P#17 (3 chares)
=== 2 === Chare 265 (load 6.9421)

=== 2 === Less loaded core 2 P#4 (3 chares, load: 23.4921)
=== 2 === Chare from 2 P#2 (3 chares)
=== 2 === Chare 270 (load 6.9571)

=== 2 === Less loaded core 3 P#6 (3 chares, load: 23.4991)
=== 2 === Chare from 3 P#3 (3 chares)
=== 2 === Chare 378 (load 6.9778)

=== 2 === Less loaded core 16 P#82904432 (3 chares, load: 23.5744)
=== 2 === Chare from 16 P#16 (3 chares)
=== 2 === Chare 326 (load 6.8467)

=== 2 === Less loaded core 11 P#0 (3 chares, load: 23.5811)
=== 2 === Chare from 11 P#11 (3 chares)
=== 2 === Chare 447 (load 6.9869)

=== 2 === Less loaded core 8 P#9346032 (3 chares, load: 23.6425)
=== 2 === Chare from 8 P#8 (3 chares)
=== 2 === Chare 288 (load 7.0194)

=== 2 === Less loaded core 1 P#2 (3 chares, load: 23.7212)
=== 2 === Chare from 1 P#1 (3 chares)
=== 2 === Chare 330 (load 6.9423)

=== 2 === Less loaded core 9 P#0 (3 chares, load: 23.9472)
=== 2 === Chare from 9 P#9 (3 chares)
=== 2 === Chare 297 (load 7.0700)

[DEBUG] GetBackPlacement from node 1
44 7.1173
0 7.0585
9 7.0322
45 6.9817
16 7.2102
27 7.0923
78 7.0631
5 6.8953
8 7.4313
11 7.3965
92 7.3699
93 7.2794
66 7.1767
80 7.1396
81 7.0985
13 7.0664
15 7.4521
39 7.3942
61 7.3067
36 7.2551
63 7.3653
38 7.3277
37 7.2811
67 7.2008
94 7.6257
60 7.3712
95 7.3396
62 7.1773
103 7.5350
100 7.4929
102 7.4051
101 7.3420
83 9.5015
110 9.4920
12 7.3957
10 7.2725
123 7.4015
120 7.3097
122 7.2361
121 7.2329
64 9.4457
14 9.3597
25 7.4466
65 7.3990
79 9.4733
71 8.9597
76 7.2674
107 7.0084
22 7.4360
23 7.3886
20 7.3301
21 7.2207
69 7.4474
70 7.3583
77 7.3468
68 7.3284
59 7.4555
58 7.3874
57 7.3371
56 7.2713
112 7.4237
113 7.3985
114 7.3628
115 7.3277
90 7.4449
1 7.0863
17 7.0204
50 6.9311
47 9.5711
48 6.9798
46 6.9611
4 6.8696
26 9.4766
3 9.4391
19 9.3657
18 7.2028
51 10.0536
6 9.0804
7 7.0333
49 6.9374
88 7.4081
91 7.4010
105 7.3735
89 7.1591
97 7.4584
96 7.3789
99 7.2800
98 7.2224
116 7.3713
106 7.3668
118 7.2181
104 7.1378
111 7.4621
108 7.4417
119 7.3384
117 7.2840
109 7.4717
2 7.3615
34 7.3396
82 7.3091
33 7.3629
32 7.3316
24 7.3096
35 7.2624
28 7.3363
30 7.3022
29 7.2719
31 7.1992
124 7.5107
125 7.3814
127 7.2979
126 7.2880
41 7.4553
40 7.3562
42 7.2450
43 7.2140
55 7.4809
52 7.3774
53 7.2675
54 7.2237
72 7.3545
75 7.2794
74 7.2694
73 7.2567
87 7.3349
86 7.3034
84 7.2651
85 7.2548
Core 0 load 28.1898
Core 1 load 28.2609
Core 2 load 29.4771
Core 3 load 28.4812
Core 4 load 29.4081
Core 5 load 29.1749
Core 6 load 29.5139
Core 7 load 29.7751
Core 8 load 33.6616
Core 9 load 29.1801
Core 10 load 33.6510
Core 11 load 32.7088
Core 12 load 29.3754
Core 13 load 29.4809
Core 14 load 29.4513
Core 15 load 29.5127
Core 16 load 28.4827
Core 17 load 30.3816
Core 18 load 35.4842
Core 19 load 33.1047
Core 20 load 29.3417
Core 21 load 29.3397
Core 22 load 29.0940
Core 23 load 29.5262
Core 24 load 29.4818
Core 25 load 29.2665
Core 26 load 29.1096
Core 27 load 29.4780
Core 28 load 29.2706
Core 29 load 29.3495
Core 30 load 29.1600
Core 31 load 29.1581
Avg load 29.9479 in [29.0494 ; 30.8463 ]
Swap chares 3 (6.9817) and 75 (7.2028) between cores 0 (28.1898) and 18
(35.4842)
New loads : 0 (28.4108) and 18 (35.2631)
Swap chares 7 (6.8953) and 75 (6.9817) between cores 1 (28.2609) and 18
(35.2631)
New loads : 1 (28.3473) and 18 (35.1767)
Swap chares 6 (7.0631) and 74 (9.3657) between cores 1 (28.3473) and 18
(35.1767)
New loads : 1 (30.6499) and 18 (32.8741)
Swap chares 3 (7.2028) and 35 (7.2725) between cores 0 (28.4108) and 8
(33.6616)
New loads : 0 (28.4806) and 8 (33.5919)
Swap chares 3 (7.2725) and 43 (7.3990) between cores 0 (28.4806) and 10
(33.6510)
New loads : 0 (28.6071) and 10 (33.5245)
Swap chares 15 (7.0664) and 35 (7.2028) between cores 3 (28.4812) and 8
(33.5919)
New loads : 3 (28.6175) and 8 (33.4556)
Swap chares 67 (6.9311) and 43 (7.2725) between cores 16 (28.4827) and 10
(33.5245)
New loads : 16 (28.8241) and 10 (33.1831)
Swap chares 2 (7.0322) and 34 (7.3957) between cores 0 (28.6071) and 8
(33.4556)
New loads : 0 (28.9705) and 8 (33.0921)
Swap chares 14 (7.0985) and 42 (7.4466) between cores 3 (28.6175) and 10
(33.1831)
New loads : 3 (28.9657) and 10 (32.8349)
Swap chares 66 (7.0204) and 78 (7.0333) between cores 16 (28.8241) and 19
(33.1047)
New loads : 16 (28.8370) and 19 (33.0918)
Swap chares 65 (7.0863) and 33 (9.4920) between cores 16 (28.8370) and 8
(33.0921)
New loads : 16 (31.2427) and 8 (30.6865)
Swap chares 13 (7.1396) and 77 (9.0804) between cores 3 (28.9657) and 19
(33.0918)
New loads : 3 (30.9065) and 19 (31.1510)
Swap chares 1 (7.0585) and 73 (9.4391) between cores 0 (28.9705) and 18
(32.8741)
New loads : 0 (31.3511) and 18 (30.4935)
Swap chares 89 (7.3668) and 41 (9.3597) between cores 22 (29.0940) and 10
(32.8349)
New loads : 22 (31.0870) and 10 (30.8420)
Swap chares 105 (7.3022) and 45 (8.9597) between cores 26 (29.1096) and 11
(32.7088)
New loads : 26 (30.7671) and 11 (31.0513)
Swap chares 127 (7.2548) and 3 (7.3990) between cores 31 (29.1581) and 0
(31.3511)
New loads : 31 (29.3023) and 0 (31.2069)
Swap chares 123 (7.2567) and 67 (7.2725) between cores 30 (29.1600) and 16
(31.2427)
New loads : 30 (29.1758) and 16 (31.2269)
Swap chares 23 (7.2008) and 67 (7.2567) between cores 5 (29.1749) and 16
(31.2269)
New loads : 5 (29.2308) and 16 (31.1710)
Swap chares 122 (7.2694) and 2 (7.3957) between cores 30 (29.1758) and 0
(31.2069)
New loads : 30 (29.3021) and 0 (31.0806)
Swap chares 37 (7.3097) and 65 (9.4920) between cores 9 (29.1801) and 16
(31.1710)
New loads : 9 (31.3624) and 16 (28.9887)
Swap chares 67 (7.2008) and 39 (7.2329) between cores 16 (28.9887) and 9
(31.3624)
New loads : 16 (29.0207) and 9 (31.3303)
Swap chares 66 (7.0333) and 38 (7.2361) between cores 16 (29.0207) and 9
(31.3303)
New loads : 16 (29.2235) and 9 (31.1276)
Swap chares 64 (7.4449) and 76 (10.0536) between cores 16 (29.2235) and 19
(31.1510)
New loads : 16 (31.8322) and 19 (28.5423)
Swap chares 79 (6.9374) and 67 (7.2329) between cores 19 (28.5423) and 16
(31.8322)
New loads : 19 (28.8378) and 16 (31.5367)
Swap chares 78 (7.0204) and 66 (7.2361) between cores 19 (28.8378) and 16
(31.5367)
New loads : 19 (29.0534) and 16 (31.3210)
Swap chares 77 (7.1396) and 65 (7.3097) between cores 19 (29.0534) and 16
(31.3210)
New loads : 19 (29.2235) and 16 (31.1510)
Swap chares 76 (7.4449) and 64 (10.0536) between cores 19 (29.2235) and 16
(31.1510)
New loads : 19 (31.8322) and 16 (28.5423)
Swap chares 67 (6.9374) and 79 (7.2329) between cores 16 (28.5423) and 19
(31.8322)
New loads : 16 (28.8378) and 19 (31.5367)
Swap chares 66 (7.0204) and 78 (7.2361) between cores 16 (28.8378) and 19
(31.5367)
New loads : 16 (29.0534) and 19 (31.3210)
Swap chares 65 (7.1396) and 77 (7.3097) between cores 16 (29.0534) and 19
(31.3210)
New loads : 16 (29.2235) and 19 (31.1510)
Swap chares 64 (7.4449) and 76 (10.0536) between cores 16 (29.2235) and 19
(31.1510)
New loads : 16 (31.8322) and 19 (28.5423)
Swap chares 79 (6.9374) and 67 (7.2329) between cores 19 (28.5423) and 16
(31.8322)
New loads : 19 (28.8378) and 16 (31.5367)
Swap chares 78 (7.0204) and 66 (7.2361) between cores 19 (28.8378) and 16
(31.5367)
New loads : 19 (29.0534) and 16 (31.3210)
Swap chares 77 (7.1396) and 65 (7.3097) between cores 19 (29.0534) and 16
(31.3210)
New loads : 19 (29.2235) and 16 (31.1510)
Swap chares 76 (7.4449) and 64 (10.0536) between cores 19 (29.2235) and 16
(31.1510)
New loads : 19 (31.8322) and 16 (28.5423)
Swap chares 67 (6.9374) and 79 (7.2329) between cores 16 (28.5423) and 19
(31.8322)
New loads : 16 (28.8378) and 19 (31.5367)
Swap chares 66 (7.0204) and 78 (7.2361) between cores 16 (28.8378) and 19
(31.5367)
New loads : 16 (29.0534) and 19 (31.3210)
Swap chares 65 (7.1396) and 77 (7.3097) between cores 16 (29.0534) and 19
(31.3210)
New loads : 16 (29.2235) and 19 (31.1510)
Swap chares 64 (7.4449) and 76 (10.0536) between cores 16 (29.2235) and 19
(31.1510)
New loads : 16 (31.8322) and 19 (28.5423)
Swap chares 79 (6.9374) and 67 (7.2329) between cores 19 (28.5423) and 16
(31.8322)
New loads : 19 (28.8378) and 16 (31.5367)
Swap chares 78 (7.0204) and 66 (7.2361) between cores 19 (28.8378) and 16
(31.5367)
New loads : 19 (29.0534) and 16 (31.3210)
Swap chares 77 (7.1396) and 65 (7.3097) between cores 19 (29.0534) and 16
(31.3210)
New loads : 19 (29.2235) and 16 (31.1510)
Swap chares 76 (7.4449) and 64 (10.0536) between cores 19 (29.2235) and 16
(31.1510)
New loads : 19 (31.8322) and 16 (28.5423)
Swap chares 67 (6.9374) and 79 (7.2329) between cores 16 (28.5423) and 19
(31.8322)
New loads : 16 (28.8378) and 19 (31.5367)
Swap chares 66 (7.0204) and 78 (7.2361) between cores 16 (28.8378) and 19
(31.5367)
New loads : 16 (29.0534) and 19 (31.3210)
Swap chares 65 (7.1396) and 77 (7.3097) between cores 16 (29.0534) and 19
(31.3210)
New loads : 16 (29.2235) and 19 (31.1510)
Swap chares 64 (7.4449) and 76 (10.0536) between cores 16 (29.2235) and 19
(31.1510)
New loads : 16 (31.8322) and 19 (28.5423)
Swap chares 79 (6.9374) and 67 (7.2329) between cores 19 (28.5423) and 16
(31.8322)
New loads : 19 (28.8378) and 16 (31.5367)
Swap chares 78 (7.0204) and 66 (7.2361) between cores 19 (28.8378) and 16
(31.5367)
New loads : 19 (29.0534) and 16 (31.3210)
Swap chares 77 (7.1396) and 65 (7.3097) between cores 19 (29.0534) and 16
(31.3210)
New loads : 19 (29.2235) and 16 (31.1510)
Swap chares 76 (7.4449) and 64 (10.0536) between cores 19 (29.2235) and 16
(31.1510)
New loads : 19 (31.8322) and 16 (28.5423)
Swap chares 67 (6.9374) and 79 (7.2329) between cores 16 (28.5423) and 19
(31.8322)
New loads : 16 (28.8378) and 19 (31.5367)
Swap chares 66 (7.0204) and 78 (7.2361) between cores 16 (28.8378) and 19
(31.5367)
New loads : 16 (29.0534) and 19 (31.3210)
Swap chares 65 (7.1396) and 77 (7.3097) between cores 16 (29.0534) and 19
(31.3210)
New loads : 16 (29.2235) and 19 (31.1510)
Swap chares 64 (7.4449) and 76 (10.0536) between cores 16 (29.2235) and 19
(31.1510)
New loads : 16 (31.8322) and 19 (28.5423)
Swap chares 79 (6.9374) and 67 (7.2329) between cores 19 (28.5423) and 16
(31.8322)
New loads : 19 (28.8378) and 16 (31.5367)
Swap chares 78 (7.0204) and 66 (7.2361) between cores 19 (28.8378) and 16
(31.5367)
New loads : 19 (29.0534) and 16 (31.3210)
Swap chares 77 (7.1396) and 65 (7.3097) between cores 19 (29.0534) and 16
(31.3210)
New loads : 19 (29.2235) and 16 (31.1510)
Swap chares 76 (7.4449) and 64 (10.0536) between cores 19 (29.2235) and 16
(31.1510)
New loads : 19 (31.8322) and 16 (28.5423)
Swap chares 67 (6.9374) and 79 (7.2329) between cores 16 (28.5423) and 19
(31.8322)
New loads : 16 (28.8378) and 19 (31.5367)
Swap chares 66 (7.0204) and 78 (7.2361) between cores 16 (28.8378) and 19
(31.5367)
New loads : 16 (29.0534) and 19 (31.3210)
Swap chares 65 (7.1396) and 77 (7.3097) between cores 16 (29.0534) and 19
(31.3210)
New loads : 16 (29.2235) and 19 (31.1510)
Swap chares 64 (7.4449) and 76 (10.0536) between cores 16 (29.2235) and 19
(31.1510)
New loads : 16 (31.8322) and 19 (28.5423)
Swap chares 79 (6.9374) and 67 (7.2329) between cores 19 (28.5423) and 16
(31.8322)
New loads : 19 (28.8378) and 16 (31.5367)
=== 1 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 0 P#0 (0 chares)
=== 1 === Chare 319 (load 9.4391)

=== 1 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 1 === Chare from 1 P#1 (0 chares)
=== 1 === Chare 399 (load 9.3657)

=== 1 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 1 === Chare from 2 P#2 (0 chares)
=== 1 === Chare 372 (load 7.4313)

=== 1 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 1 === Chare from 3 P#3 (0 chares)
=== 1 === Chare 334 (load 9.0804)

=== 1 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 1 === Chare from 4 P#4 (0 chares)
=== 1 === Chare 383 (load 7.4521)

=== 1 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 1 === Chare from 5 P#5 (0 chares)
=== 1 === Chare 543 (load 7.3653)

=== 1 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 1 === Chare from 6 P#6 (0 chares)
=== 1 === Chare 598 (load 7.6257)

=== 1 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 1 === Chare from 7 P#7 (0 chares)
=== 1 === Chare 607 (load 7.5350)

=== 1 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 1 === Chare from 8 P#8 (0 chares)
=== 1 === Chare 575 (load 9.5015)

=== 1 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 9 P#9 (0 chares)
=== 1 === Chare 618 (load 9.4920)

=== 1 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 10 P#10 (0 chares)
=== 1 === Chare 552 (load 9.4457)

=== 1 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 11 P#11 (0 chares)
=== 1 === Chare 571 (load 9.4733)

=== 1 === Less loaded core 12 P#82906592 (0 chares, load: 0.0000)
=== 1 === Chare from 12 P#12 (0 chares)
=== 1 === Chare 406 (load 7.4360)

=== 1 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 13 P#13 (0 chares)
=== 1 === Chare 557 (load 7.4474)

=== 1 === Less loaded core 14 P#76232224 (0 chares, load: 0.0000)
=== 1 === Chare from 14 P#14 (0 chares)
=== 1 === Chare 527 (load 7.4555)

=== 1 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 15 P#15 (0 chares)
=== 1 === Chare 628 (load 7.4237)

=== 1 === Less loaded core 16 P#82907040 (0 chares, load: 0.0000)
=== 1 === Chare from 16 P#16 (0 chares)
=== 1 === Chare 511 (load 10.0536)

=== 1 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 17 P#17 (0 chares)
=== 1 === Chare 487 (load 9.5711)

=== 1 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 1 === Chare from 18 P#18 (0 chares)
=== 1 === Chare 430 (load 9.4766)

=== 1 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 19 P#19 (0 chares)
=== 1 === Chare 594 (load 7.4449)

=== 1 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 20 P#20 (0 chares)
=== 1 === Chare 592 (load 7.4081)

=== 1 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 21 P#21 (0 chares)
=== 1 === Chare 601 (load 7.4584)

=== 1 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 1 === Chare from 22 P#22 (0 chares)
=== 1 === Chare 382 (load 9.3597)

=== 1 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 1 === Chare from 23 P#23 (0 chares)
=== 1 === Chare 619 (load 7.4621)

=== 1 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 1 === Chare from 24 P#24 (0 chares)
=== 1 === Chare 617 (load 7.4717)

=== 1 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 1 === Chare from 25 P#25 (0 chares)
=== 1 === Chare 461 (load 7.3629)

=== 1 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 26 P#26 (0 chares)
=== 1 === Chare 559 (load 8.9597)

=== 1 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 1 === Chare from 27 P#27 (0 chares)
=== 1 === Chare 644 (load 7.5107)

=== 1 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 28 P#28 (0 chares)
=== 1 === Chare 481 (load 7.4553)

=== 1 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 29 P#29 (0 chares)
=== 1 === Chare 515 (load 7.4809)

=== 1 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 1 === Chare from 30 P#30 (0 chares)
=== 1 === Chare 380 (load 7.3957)

=== 1 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 1 === Chare from 31 P#31 (0 chares)
=== 1 === Chare 553 (load 7.3990)

=== 1 === Less loaded core 25 P#32767 (1 chares, load: 7.3629)
=== 1 === Chare from 25 P#25 (1 chares)
=== 1 === Chare 460 (load 7.3316)

=== 1 === Less loaded core 5 P#3 (1 chares, load: 7.3653)
=== 1 === Chare from 5 P#5 (1 chares)
=== 1 === Chare 466 (load 7.3277)

=== 1 === Less loaded core 30 P#-78976 (1 chares, load: 7.3957)
=== 1 === Chare from 30 P#30 (1 chares)
=== 1 === Chare 564 (load 7.3545)

=== 1 === Less loaded core 31 P#32767 (1 chares, load: 7.3990)
=== 1 === Chare from 31 P#31 (1 chares)
=== 1 === Chare 579 (load 7.3349)

=== 1 === Less loaded core 20 P#0 (1 chares, load: 7.4081)
=== 1 === Chare from 20 P#20 (1 chares)
=== 1 === Chare 595 (load 7.4010)

=== 1 === Less loaded core 15 P#0 (1 chares, load: 7.4237)
=== 1 === Chare from 15 P#15 (1 chares)
=== 1 === Chare 629 (load 7.3985)

=== 1 === Less loaded core 2 P#4 (1 chares, load: 7.4313)
=== 1 === Chare from 2 P#2 (1 chares)
=== 1 === Chare 375 (load 7.3965)

=== 1 === Less loaded core 12 P#82906592 (1 chares, load: 7.4360)
=== 1 === Chare from 12 P#12 (1 chares)
=== 1 === Chare 407 (load 7.3886)

=== 1 === Less loaded core 19 P#0 (1 chares, load: 7.4449)
=== 1 === Chare from 19 P#19 (1 chares)
=== 1 === Chare 637 (load 7.2329)

=== 1 === Less loaded core 13 P#0 (1 chares, load: 7.4474)
=== 1 === Chare from 13 P#13 (1 chares)
=== 1 === Chare 558 (load 7.3583)

=== 1 === Less loaded core 4 P#1 (1 chares, load: 7.4521)
=== 1 === Chare from 4 P#4 (1 chares)
=== 1 === Chare 467 (load 7.3942)

=== 1 === Less loaded core 28 P#0 (1 chares, load: 7.4553)
=== 1 === Chare from 28 P#28 (1 chares)
=== 1 === Chare 480 (load 7.3562)

=== 1 === Less loaded core 14 P#76232224 (1 chares, load: 7.4555)
=== 1 === Chare from 14 P#14 (1 chares)
=== 1 === Chare 526 (load 7.3874)

=== 1 === Less loaded core 21 P#0 (1 chares, load: 7.4584)
=== 1 === Chare from 21 P#21 (1 chares)
=== 1 === Chare 600 (load 7.3789)

=== 1 === Less loaded core 23 P#23 (1 chares, load: 7.4621)
=== 1 === Chare from 23 P#23 (1 chares)
=== 1 === Chare 616 (load 7.4417)

=== 1 === Less loaded core 24 P#24 (1 chares, load: 7.4717)
=== 1 === Chare from 24 P#24 (1 chares)
=== 1 === Chare 318 (load 7.3615)

=== 1 === Less loaded core 29 P#1075702890 (1 chares, load: 7.4809)
=== 1 === Chare from 29 P#29 (1 chares)
=== 1 === Chare 512 (load 7.3774)

=== 1 === Less loaded core 27 P#32767 (1 chares, load: 7.5107)
=== 1 === Chare from 27 P#27 (1 chares)
=== 1 === Chare 645 (load 7.3814)

=== 1 === Less loaded core 7 P#7 (1 chares, load: 7.5350)
=== 1 === Chare from 7 P#7 (1 chares)
=== 1 === Chare 604 (load 7.4929)

=== 1 === Less loaded core 6 P#5 (1 chares, load: 7.6257)
=== 1 === Chare from 6 P#6 (1 chares)
=== 1 === Chare 540 (load 7.3712)

=== 1 === Less loaded core 26 P#1 (1 chares, load: 8.9597)
=== 1 === Chare from 26 P#26 (1 chares)
=== 1 === Chare 456 (load 7.3363)

=== 1 === Less loaded core 3 P#6 (1 chares, load: 9.0804)
=== 1 === Chare from 3 P#3 (1 chares)
=== 1 === Chare 429 (load 7.4466)

=== 1 === Less loaded core 22 P#22 (1 chares, load: 9.3597)
=== 1 === Chare from 22 P#22 (1 chares)
=== 1 === Chare 632 (load 7.3713)

=== 1 === Less loaded core 1 P#2 (1 chares, load: 9.3657)
=== 1 === Chare from 1 P#1 (1 chares)
=== 1 === Chare 396 (load 7.2102)

=== 1 === Less loaded core 0 P#0 (1 chares, load: 9.4391)
=== 1 === Chare from 0 P#0 (1 chares)
=== 1 === Chare 566 (load 7.2694)

=== 1 === Less loaded core 10 P#0 (1 chares, load: 9.4457)
=== 1 === Chare from 10 P#10 (1 chares)
=== 1 === Chare 614 (load 7.3668)

=== 1 === Less loaded core 11 P#0 (1 chares, load: 9.4733)
=== 1 === Chare from 11 P#11 (1 chares)
=== 1 === Chare 458 (load 7.3022)

=== 1 === Less loaded core 18 P#32 (1 chares, load: 9.4766)
=== 1 === Chare from 18 P#18 (1 chares)
=== 1 === Chare 570 (load 7.0631)

=== 1 === Less loaded core 9 P#0 (1 chares, load: 9.4920)
=== 1 === Chare from 9 P#9 (1 chares)
=== 1 === Chare 639 (load 7.4015)

=== 1 === Less loaded core 8 P#9346032 (1 chares, load: 9.5015)
=== 1 === Chare from 8 P#8 (1 chares)
=== 1 === Chare 317 (load 7.0863)

=== 1 === Less loaded core 17 P#0 (1 chares, load: 9.5711)
=== 1 === Chare from 17 P#17 (1 chares)
=== 1 === Chare 508 (load 6.9798)

=== 1 === Less loaded core 16 P#82907040 (1 chares, load: 10.0536)
=== 1 === Chare from 16 P#16 (1 chares)
=== 1 === Chare 636 (load 7.3097)

=== 1 === Less loaded core 19 P#0 (2 chares, load: 14.6778)
=== 1 === Chare from 19 P#19 (2 chares)
=== 1 === Chare 572 (load 7.1396)

=== 1 === Less loaded core 5 P#3 (2 chares, load: 14.6930)
=== 1 === Chare from 5 P#5 (2 chares)
=== 1 === Chare 465 (load 7.2811)

=== 1 === Less loaded core 25 P#32767 (2 chares, load: 14.6944)
=== 1 === Chare from 25 P#25 (2 chares)
=== 1 === Chare 428 (load 7.3096)

=== 1 === Less loaded core 31 P#32767 (2 chares, load: 14.7338)
=== 1 === Chare from 31 P#31 (2 chares)
=== 1 === Chare 578 (load 7.3034)

=== 1 === Less loaded core 30 P#-78976 (2 chares, load: 14.7502)
=== 1 === Chare from 30 P#30 (2 chares)
=== 1 === Chare 567 (load 7.2794)

=== 1 === Less loaded core 13 P#0 (2 chares, load: 14.8057)
=== 1 === Chare from 13 P#13 (2 chares)
=== 1 === Chare 569 (load 7.3468)

=== 1 === Less loaded core 20 P#0 (2 chares, load: 14.8091)
=== 1 === Chare from 20 P#20 (2 chares)
=== 1 === Chare 613 (load 7.3735)

=== 1 === Less loaded core 28 P#-536870912 (2 chares, load: 14.8116)
=== 1 === Chare from 28 P#28 (2 chares)
=== 1 === Chare 482 (load 7.2450)

=== 1 === Less loaded core 15 P#0 (2 chares, load: 14.8222)
=== 1 === Chare from 15 P#15 (2 chares)
=== 1 === Chare 630 (load 7.3628)

=== 1 === Less loaded core 12 P#82906592 (2 chares, load: 14.8245)
=== 1 === Chare from 12 P#12 (2 chares)
=== 1 === Chare 404 (load 7.3301)

=== 1 === Less loaded core 2 P#4 (2 chares, load: 14.8278)
=== 1 === Chare from 2 P#2 (2 chares)
=== 1 === Chare 596 (load 7.3699)

=== 1 === Less loaded core 24 P#24 (2 chares, load: 14.8331)
=== 1 === Chare from 24 P#24 (2 chares)
=== 1 === Chare 462 (load 7.3396)

=== 1 === Less loaded core 21 P#0 (2 chares, load: 14.8373)
=== 1 === Chare from 21 P#21 (2 chares)
=== 1 === Chare 603 (load 7.2800)

=== 1 === Less loaded core 14 P#76232224 (2 chares, load: 14.8428)
=== 1 === Chare from 14 P#14 (2 chares)
=== 1 === Chare 525 (load 7.3371)

=== 1 === Less loaded core 4 P#1 (2 chares, load: 14.8463)
=== 1 === Chare from 4 P#4 (2 chares)
=== 1 === Chare 541 (load 7.3067)

=== 1 === Less loaded core 29 P#1076737901 (2 chares, load: 14.8583)
=== 1 === Chare from 29 P#29 (2 chares)
=== 1 === Chare 513 (load 7.2675)

=== 1 === Less loaded core 27 P#32767 (2 chares, load: 14.8920)
=== 1 === Chare from 27 P#27 (2 chares)
=== 1 === Chare 647 (load 7.2979)

=== 1 === Less loaded core 23 P#23 (2 chares, load: 14.9038)
=== 1 === Chare from 23 P#23 (2 chares)
=== 1 === Chare 635 (load 7.3384)

=== 1 === Less loaded core 6 P#5 (2 chares, load: 14.9969)
=== 1 === Chare from 6 P#6 (2 chares)
=== 1 === Chare 599 (load 7.3396)

=== 1 === Less loaded core 7 P#7 (2 chares, load: 15.0280)
=== 1 === Chare from 7 P#7 (2 chares)
=== 1 === Chare 606 (load 7.4051)

=== 1 === Less loaded core 26 P#2 (2 chares, load: 16.2960)
=== 1 === Chare from 26 P#26 (2 chares)
=== 1 === Chare 457 (load 7.2719)

=== 1 === Less loaded core 3 P#6 (2 chares, load: 16.5271)
=== 1 === Chare from 3 P#3 (2 chares)
=== 1 === Chare 398 (load 7.2028)

=== 1 === Less loaded core 18 P#32 (2 chares, load: 16.5397)
=== 1 === Chare from 18 P#18 (2 chares)
=== 1 === Chare 316 (load 7.0585)

=== 1 === Less loaded core 17 P#0 (2 chares, load: 16.5509)
=== 1 === Chare from 17 P#17 (2 chares)
=== 1 === Chare 486 (load 6.9611)

=== 1 === Less loaded core 1 P#2 (2 chares, load: 16.5759)
=== 1 === Chare from 1 P#1 (2 chares)
=== 1 === Chare 431 (load 7.0923)

=== 1 === Less loaded core 8 P#9346032 (2 chares, load: 16.5878)
=== 1 === Chare from 8 P#8 (2 chares)
=== 1 === Chare 381 (load 7.0664)

=== 1 === Less loaded core 0 P#0 (2 chares, load: 16.7085)
=== 1 === Chare from 0 P#0 (2 chares)
=== 1 === Chare 577 (load 7.2548)

=== 1 === Less loaded core 22 P#22 (2 chares, load: 16.7310)
=== 1 === Chare from 22 P#22 (2 chares)
=== 1 === Chare 634 (load 7.2181)

=== 1 === Less loaded core 11 P#0 (2 chares, load: 16.7756)
=== 1 === Chare from 11 P#11 (2 chares)
=== 1 === Chare 568 (load 7.2674)

=== 1 === Less loaded core 10 P#0 (2 chares, load: 16.8124)
=== 1 === Chare from 10 P#10 (2 chares)
=== 1 === Chare 573 (load 7.0985)

=== 1 === Less loaded core 9 P#0 (2 chares, load: 16.8935)
=== 1 === Chare from 9 P#9 (2 chares)
=== 1 === Chare 555 (load 7.2008)

=== 1 === Less loaded core 16 P#82907040 (2 chares, load: 17.3633)
=== 1 === Chare from 16 P#16 (2 chares)
=== 1 === Chare 638 (load 7.2361)

=== 1 === Less loaded core 19 P#0 (3 chares, load: 21.8174)
=== 1 === Chare from 19 P#19 (3 chares)
=== 1 === Chare 397 (load 7.0204)

=== 1 === Less loaded core 5 P#3 (3 chares, load: 21.9741)
=== 1 === Chare from 5 P#5 (3 chares)
=== 1 === Chare 565 (load 7.2567)

=== 1 === Less loaded core 25 P#32767 (3 chares, load: 22.0040)
=== 1 === Chare from 25 P#25 (3 chares)
=== 1 === Chare 463 (load 7.2624)

=== 1 === Less loaded core 30 P#-78976 (3 chares, load: 22.0296)
=== 1 === Chare from 30 P#30 (3 chares)
=== 1 === Chare 374 (load 7.2725)

=== 1 === Less loaded core 31 P#32767 (3 chares, load: 22.0373)
=== 1 === Chare from 31 P#31 (3 chares)
=== 1 === Chare 576 (load 7.2651)

=== 1 === Less loaded core 28 P#1744830464 (3 chares, load: 22.0566)
=== 1 === Chare from 28 P#28 (3 chares)
=== 1 === Chare 483 (load 7.2140)

=== 1 === Less loaded core 21 P#0 (3 chares, load: 22.1173)
=== 1 === Chare from 21 P#21 (3 chares)
=== 1 === Chare 602 (load 7.2224)

=== 1 === Less loaded core 29 P#1077289012 (3 chares, load: 22.1258)
=== 1 === Chare from 29 P#29 (3 chares)
=== 1 === Chare 514 (load 7.2237)

=== 1 === Less loaded core 13 P#0 (3 chares, load: 22.1525)
=== 1 === Chare from 13 P#13 (3 chares)
=== 1 === Chare 556 (load 7.3284)

=== 1 === Less loaded core 4 P#1 (3 chares, load: 22.1530)
=== 1 === Chare from 4 P#4 (3 chares)
=== 1 === Chare 464 (load 7.2551)

=== 1 === Less loaded core 12 P#82906592 (3 chares, load: 22.1546)
=== 1 === Chare from 12 P#12 (3 chares)
=== 1 === Chare 405 (load 7.2207)

=== 1 === Less loaded core 24 P#24 (3 chares, load: 22.1727)
=== 1 === Chare from 24 P#24 (3 chares)
=== 1 === Chare 574 (load 7.3091)

=== 1 === Less loaded core 14 P#76232224 (3 chares, load: 22.1800)
=== 1 === Chare from 14 P#14 (3 chares)
=== 1 === Chare 524 (load 7.2713)

=== 1 === Less loaded core 20 P#0 (3 chares, load: 22.1826)
=== 1 === Chare from 20 P#20 (3 chares)
=== 1 === Chare 593 (load 7.1591)

=== 1 === Less loaded core 15 P#0 (3 chares, load: 22.1850)
=== 1 === Chare from 15 P#15 (3 chares)
=== 1 === Chare 631 (load 7.3277)

=== 1 === Less loaded core 27 P#32767 (3 chares, load: 22.1899)
=== 1 === Chare from 27 P#27 (3 chares)
=== 1 === Chare 646 (load 7.2880)

=== 1 === Less loaded core 2 P#4 (3 chares, load: 22.1977)
=== 1 === Chare from 2 P#2 (3 chares)
=== 1 === Chare 597 (load 7.2794)

=== 1 === Less loaded core 23 P#23 (3 chares, load: 22.2422)
=== 1 === Chare from 23 P#23 (3 chares)
=== 1 === Chare 633 (load 7.2840)

=== 1 === Less loaded core 6 P#5 (3 chares, load: 22.3366)
=== 1 === Chare from 6 P#6 (3 chares)
=== 1 === Chare 542 (load 7.1773)

=== 1 === Less loaded core 7 P#7 (3 chares, load: 22.4331)
=== 1 === Chare from 7 P#7 (3 chares)
=== 1 === Chare 605 (load 7.3420)

=== 1 === Less loaded core 17 P#0 (3 chares, load: 23.5120)
=== 1 === Chare from 17 P#17 (3 chares)
=== 1 === Chare 332 (load 6.8696)

=== 1 === Less loaded core 26 P#3 (3 chares, load: 23.5678)
=== 1 === Chare from 26 P#26 (3 chares)
=== 1 === Chare 459 (load 7.1992)

=== 1 === Less loaded core 18 P#32 (3 chares, load: 23.5982)
=== 1 === Chare from 18 P#18 (3 chares)
=== 1 === Chare 333 (load 6.8953)

=== 1 === Less loaded core 8 P#9346032 (3 chares, load: 23.6542)
=== 1 === Chare from 8 P#8 (3 chares)
=== 1 === Chare 373 (load 7.0322)

=== 1 === Less loaded core 1 P#2 (3 chares, load: 23.6682)
=== 1 === Chare from 1 P#1 (3 chares)
=== 1 === Chare 485 (load 6.9817)

=== 1 === Less loaded core 3 P#6 (3 chares, load: 23.7298)
=== 1 === Chare from 3 P#3 (3 chares)
=== 1 === Chare 554 (load 7.1767)

=== 1 === Less loaded core 10 P#0 (3 chares, load: 23.9109)
=== 1 === Chare from 10 P#10 (3 chares)
=== 1 === Chare 510 (load 6.9311)

=== 1 === Less loaded core 22 P#22 (3 chares, load: 23.9491)
=== 1 === Chare from 22 P#22 (3 chares)
=== 1 === Chare 612 (load 7.1378)

=== 1 === Less loaded core 0 P#0 (3 chares, load: 23.9633)
=== 1 === Chare from 0 P#0 (3 chares)
=== 1 === Chare 484 (load 7.1173)

=== 1 === Less loaded core 11 P#0 (3 chares, load: 24.0429)
=== 1 === Chare from 11 P#11 (3 chares)
=== 1 === Chare 615 (load 7.0084)

=== 1 === Less loaded core 9 P#0 (3 chares, load: 24.0943)
=== 1 === Chare from 9 P#9 (3 chares)
=== 1 === Chare 335 (load 7.0333)

=== 1 === Less loaded core 16 P#82907040 (3 chares, load: 24.5993)
=== 1 === Chare from 16 P#16 (3 chares)
=== 1 === Chare 509 (load 6.9374)

[DEBUG] GetBackPlacement from node 0
126 7.3940
0 7.2765
125 7.2213
4 7.1950
113 7.4226
1 7.3484
24 7.2397
28 7.2178
6 7.5327
26 7.5235
33 7.3366
8 7.0822
25 7.4331
29 7.4052
21 7.3575
32 7.1637
123 9.4581
39 9.3467
124 7.2834
104 7.2392
121 9.3678
115 7.4221
116 7.3399
54 7.2588
49 7.4078
114 7.3954
70 7.3583
106 7.2646
117 7.4646
88 7.4049
118 7.3344
112 7.3342
11 7.3791
53 7.3589
2 7.3382
100 7.2902
23 9.5625
94 9.4386
101 9.3127
12 7.3275
16 7.5016
22 7.4535
18 7.4160
97 7.3157
17 7.4346
81 7.3227
36 7.2914
35 7.2005
50 7.3589
5 7.3349
48 7.3225
86 7.2953
63 7.4392
20 7.3749
52 7.3299
119 7.2933
74 9.5708
19 9.5007
78 9.2968
96 9.2493
102 7.4022
105 7.2938
120 7.2922
99 7.2921
3 9.1246
83 9.0696
85 7.0561
84 7.0308
91 7.3202
92 7.1831
93 7.0964
9 6.9975
89 9.8446
111 9.4366
108 9.3110
55 9.2337
75 7.1620
90 6.9011
58 6.8111
56 6.6322
15 9.1765
67 9.0993
82 9.0729
103 9.0210
68 7.1118
77 7.0920
80 7.0587
76 7.0286
71 7.1414
73 7.1191
69 7.0198
79 6.9173
72 7.0401
107 6.9952
95 6.9804
110 6.9786
7 9.2727
59 9.2169
13 7.3181
14 7.1574
40 7.3846
42 7.3457
37 7.3249
38 7.3109
62 6.8484
10 6.8010
61 6.7166
60 6.6767
57 6.8784
98 6.8063
34 6.6855
127 6.6383
27 9.5233
65 9.5195
31 9.3444
51 9.0860
66 7.3267
46 7.2945
87 7.0650
64 6.9543
41 7.3701
43 7.3575
30 7.3327
47 7.3254
44 7.2960
45 7.2742
122 7.2417
109 6.9869
Core 0 load 29.0868
Core 1 load 29.2285
Core 2 load 29.4751
Core 3 load 29.3595
Core 4 load 33.3275
Core 5 load 31.3887
Core 6 load 29.4261
Core 7 load 29.5382
Core 8 load 29.3665
Core 9 load 35.6414
Core 10 load 29.6867
Core 11 load 29.2492
Core 12 load 29.3117
Core 13 load 29.4373
Core 14 load 37.6176
Core 15 load 29.2803
Core 16 load 32.2812
Core 17 load 28.5972
Core 18 load 37.8260
Core 19 load 27.5065
Core 20 load 36.3698
Core 21 load 28.2911
Core 22 load 28.1976
Core 23 load 27.9943
Core 24 load 32.9650
Core 25 load 29.3660
Core 26 load 27.0427
Core 27 load 27.0085
Core 28 load 37.4733
Core 29 load 28.6406
Core 30 load 29.3858
Core 31 load 28.7988
Avg load 30.5677 in [29.6506 ; 31.4847 ]
Swap chares 111 (6.6383) and 75 (9.2337) between cores 27 (27.0085) and 18
(37.8260)
New loads : 27 (29.6039) and 18 (35.2306)
Swap chares 107 (6.6767) and 59 (9.2493) between cores 26 (27.0427) and 14
(37.6176)
New loads : 26 (29.6154) and 14 (35.0450)
Swap chares 79 (6.6322) and 115 (9.0860) between cores 19 (27.5065) and 28
(37.4733)
New loads : 19 (29.9602) and 28 (35.0195)
Swap chares 95 (6.9786) and 83 (9.0210) between cores 23 (27.9943) and 20
(36.3698)
New loads : 23 (30.0367) and 20 (34.3274)
Swap chares 91 (6.9173) and 39 (7.3275) between cores 22 (28.1976) and 9
(35.6414)
New loads : 22 (28.6078) and 9 (35.2312)
Swap chares 86 (7.0587) and 38 (9.3127) between cores 21 (28.2911) and 9
(35.2312)
New loads : 21 (30.5451) and 9 (32.9772)
Swap chares 70 (7.0964) and 74 (9.3110) between cores 17 (28.5972) and 18
(35.2306)
New loads : 17 (30.8119) and 18 (33.0159)
Swap chares 90 (7.0198) and 58 (9.2968) between cores 22 (28.6078) and 14
(35.0450)
New loads : 22 (30.8848) and 14 (32.7680)
Swap chares 118 (7.0650) and 114 (9.3444) between cores 29 (28.6406) and 28
(35.0195)
New loads : 29 (30.9200) and 28 (32.7401)
Swap chares 126 (7.2417) and 82 (9.0729) between cores 31 (28.7988) and 20
(34.3274)
New loads : 31 (30.6301) and 20 (32.4961)
Swap chares 3 (7.1950) and 19 (7.2392) between cores 0 (29.0868) and 4
(33.3275)
New loads : 0 (29.1310) and 4 (33.2833)
Swap chares 2 (7.2213) and 18 (7.2834) between cores 0 (29.1310) and 4
(33.2833)
New loads : 0 (29.1932) and 4 (33.2212)
Swap chares 1 (7.2765) and 17 (9.3467) between cores 0 (29.1932) and 4
(33.2212)
New loads : 0 (31.2634) and 4 (31.1510)
Swap chares 5 (7.3484) and 73 (9.4366) between cores 1 (29.2285) and 18
(33.0159)
New loads : 1 (31.3167) and 18 (30.9277)
Swap chares 45 (7.3227) and 37 (9.4386) between cores 11 (29.2492) and 9
(32.9772)
New loads : 11 (31.3651) and 9 (30.8613)
Swap chares 62 (7.2922) and 98 (7.3181) between cores 15 (29.2803) and 24
(32.9650)
New loads : 15 (29.3062) and 24 (32.9391)
Swap chares 61 (7.2938) and 97 (9.2169) between cores 15 (29.3062) and 24
(32.9391)
New loads : 15 (31.2293) and 24 (31.0160)
Swap chares 49 (7.3349) and 57 (9.5007) between cores 12 (29.3117) and 14
(32.7680)
New loads : 12 (31.4775) and 14 (30.6021)
Swap chares 13 (7.4052) and 113 (9.5195) between cores 3 (29.3595) and 28
(32.7401)
New loads : 3 (31.4738) and 28 (30.6258)
Swap chares 101 (7.3457) and 81 (9.0993) between cores 25 (29.3660) and 20
(32.4961)
New loads : 25 (31.1197) and 20 (30.7425)
Swap chares 33 (7.3589) and 65 (9.0696) between cores 8 (29.3665) and 16
(32.2812)
New loads : 8 (31.0772) and 16 (30.5705)
=== 0 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 0 P#0 (0 chares)
=== 0 === Chare 56 (load 9.3467)

=== 0 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 0 === Chare from 1 P#1 (0 chares)
=== 0 === Chare 200 (load 9.4366)

=== 0 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 0 === Chare from 2 P#2 (0 chares)
=== 0 === Chare 7 (load 7.5327)

=== 0 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 0 === Chare from 3 P#3 (0 chares)
=== 0 === Chare 106 (load 9.5195)

=== 0 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 0 === Chare from 4 P#4 (0 chares)
=== 0 === Chare 224 (load 9.4581)

=== 0 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 0 === Chare from 5 P#5 (0 chares)
=== 0 === Chare 218 (load 9.3678)

=== 0 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 0 === Chare from 6 P#6 (0 chares)
=== 0 === Chare 74 (load 7.4078)

=== 0 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 0 === Chare from 7 P#7 (0 chares)
=== 0 === Chare 210 (load 7.4646)

=== 0 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 0 === Chare from 8 P#8 (0 chares)
=== 0 === Chare 144 (load 9.0696)

=== 0 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 9 P#9 (0 chares)
=== 0 === Chare 24 (load 9.5625)

=== 0 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 10 P#10 (0 chares)
=== 0 === Chare 17 (load 7.5016)

=== 0 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 11 P#11 (0 chares)
=== 0 === Chare 163 (load 9.4386)

=== 0 === Less loaded core 12 P#83041280 (0 chares, load: 0.0000)
=== 0 === Chare from 12 P#12 (0 chares)
=== 0 === Chare 20 (load 9.5007)

=== 0 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 13 P#13 (0 chares)
=== 0 === Chare 104 (load 7.4392)

=== 0 === Less loaded core 14 P#16200768 (0 chares, load: 0.0000)
=== 0 === Chare from 14 P#14 (0 chares)
=== 0 === Chare 123 (load 9.5708)

=== 0 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 15 P#15 (0 chares)
=== 0 === Chare 96 (load 9.2169)

=== 0 === Less loaded core 16 P#83041728 (0 chares, load: 0.0000)
=== 0 === Chare from 16 P#16 (0 chares)
=== 0 === Chare 4 (load 9.1246)

=== 0 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 17 P#17 (0 chares)
=== 0 === Chare 193 (load 9.3110)

=== 0 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 0 === Chare from 18 P#18 (0 chares)
=== 0 === Chare 154 (load 9.8446)

=== 0 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 19 P#19 (0 chares)
=== 0 === Chare 80 (load 9.0860)

=== 0 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 20 P#20 (0 chares)
=== 0 === Chare 16 (load 9.1765)

=== 0 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 21 P#21 (0 chares)
=== 0 === Chare 178 (load 9.3127)

=== 0 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 0 === Chare from 22 P#22 (0 chares)
=== 0 === Chare 131 (load 9.2968)

=== 0 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 0 === Chare from 23 P#23 (0 chares)
=== 0 === Chare 184 (load 9.0210)

=== 0 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 0 === Chare from 24 P#24 (0 chares)
=== 0 === Chare 8 (load 9.2727)

=== 0 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 0 === Chare from 25 P#25 (0 chares)
=== 0 === Chare 112 (load 9.0993)

=== 0 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 26 P#26 (0 chares)
=== 0 === Chare 169 (load 9.2493)

=== 0 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 0 === Chare from 27 P#27 (0 chares)
=== 0 === Chare 88 (load 9.2337)

=== 0 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 28 P#28 (0 chares)
=== 0 === Chare 32 (load 9.5233)

=== 0 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 29 P#29 (0 chares)
=== 0 === Chare 40 (load 9.3444)

=== 0 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 0 === Chare from 30 P#30 (0 chares)
=== 0 === Chare 58 (load 7.3701)

=== 0 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 0 === Chare from 31 P#31 (0 chares)
=== 0 === Chare 139 (load 9.0729)

=== 0 === Less loaded core 30 P#-78976 (1 chares, load: 7.3701)
=== 0 === Chare from 30 P#30 (1 chares)
=== 0 === Chare 64 (load 7.3575)

=== 0 === Less loaded core 6 P#5 (1 chares, load: 7.4078)
=== 0 === Chare from 6 P#6 (1 chares)
=== 0 === Chare 203 (load 7.3954)

=== 0 === Less loaded core 13 P#0 (1 chares, load: 7.4392)
=== 0 === Chare from 13 P#13 (1 chares)
=== 0 === Chare 21 (load 7.3749)

=== 0 === Less loaded core 7 P#7 (1 chares, load: 7.4646)
=== 0 === Chare from 7 P#7 (1 chares)
=== 0 === Chare 153 (load 7.4049)

=== 0 === Less loaded core 10 P#0 (1 chares, load: 7.5016)
=== 0 === Chare from 10 P#10 (1 chares)
=== 0 === Chare 23 (load 7.4535)

=== 0 === Less loaded core 2 P#4 (1 chares, load: 7.5327)
=== 0 === Chare from 2 P#2 (1 chares)
=== 0 === Chare 27 (load 7.5235)

=== 0 === Less loaded core 23 P#23 (1 chares, load: 9.0210)
=== 0 === Chare from 23 P#23 (1 chares)
=== 0 === Chare 121 (load 7.0401)

=== 0 === Less loaded core 8 P#9346032 (1 chares, load: 9.0696)
=== 0 === Chare from 8 P#8 (1 chares)
=== 0 === Chare 12 (load 7.3791)

=== 0 === Less loaded core 31 P#32767 (1 chares, load: 9.0729)
=== 0 === Chare from 31 P#31 (1 chares)
=== 0 === Chare 65 (load 7.2960)

=== 0 === Less loaded core 19 P#0 (1 chares, load: 9.0860)
=== 0 === Chare from 19 P#19 (1 chares)
=== 0 === Chare 128 (load 7.1620)

=== 0 === Less loaded core 25 P#32767 (1 chares, load: 9.0993)
=== 0 === Chare from 25 P#25 (1 chares)
=== 0 === Chare 57 (load 7.3846)

=== 0 === Less loaded core 16 P#83041728 (1 chares, load: 9.1246)
=== 0 === Chare from 16 P#16 (1 chares)
=== 0 === Chare 82 (load 7.3589)

=== 0 === Less loaded core 20 P#0 (1 chares, load: 9.1765)
=== 0 === Chare from 20 P#20 (1 chares)
=== 0 === Chare 59 (load 7.3457)

=== 0 === Less loaded core 15 P#0 (1 chares, load: 9.2169)
=== 0 === Chare from 15 P#15 (1 chares)
=== 0 === Chare 179 (load 7.4022)

=== 0 === Less loaded core 27 P#32767 (1 chares, load: 9.2337)
=== 0 === Chare from 27 P#27 (1 chares)
=== 0 === Chare 90 (load 6.8784)

=== 0 === Less loaded core 26 P#1 (1 chares, load: 9.2493)
=== 0 === Chare from 26 P#26 (1 chares)
=== 0 === Chare 99 (load 6.8484)

=== 0 === Less loaded core 24 P#24 (1 chares, load: 9.2727)
=== 0 === Chare from 24 P#24 (1 chares)
=== 0 === Chare 186 (load 7.2938)

=== 0 === Less loaded core 22 P#22 (1 chares, load: 9.2968)
=== 0 === Chare from 22 P#22 (1 chares)
=== 0 === Chare 13 (load 7.3275)

=== 0 === Less loaded core 17 P#0 (1 chares, load: 9.3110)
=== 0 === Chare from 17 P#17 (1 chares)
=== 0 === Chare 160 (load 7.3202)

=== 0 === Less loaded core 21 P#0 (1 chares, load: 9.3127)
=== 0 === Chare from 21 P#21 (1 chares)
=== 0 === Chare 113 (load 7.1118)

=== 0 === Less loaded core 29 P#1076015189 (1 chares, load: 9.3444)
=== 0 === Chare from 29 P#29 (1 chares)
=== 0 === Chare 107 (load 7.3267)

=== 0 === Less loaded core 0 P#0 (1 chares, load: 9.3467)
=== 0 === Chare from 0 P#0 (1 chares)
=== 0 === Chare 227 (load 7.3940)

=== 0 === Less loaded core 5 P#3 (1 chares, load: 9.3678)
=== 0 === Chare from 5 P#5 (1 chares)
=== 0 === Chare 208 (load 7.4221)

=== 0 === Less loaded core 1 P#2 (1 chares, load: 9.4366)
=== 0 === Chare from 1 P#1 (1 chares)
=== 0 === Chare 202 (load 7.4226)

=== 0 === Less loaded core 11 P#0 (1 chares, load: 9.4386)
=== 0 === Chare from 11 P#11 (1 chares)
=== 0 === Chare 18 (load 7.4346)

=== 0 === Less loaded core 4 P#1 (1 chares, load: 9.4581)
=== 0 === Chare from 4 P#4 (1 chares)
=== 0 === Chare 1 (load 7.2765)

=== 0 === Less loaded core 12 P#83041280 (1 chares, load: 9.5007)
=== 0 === Chare from 12 P#12 (1 chares)
=== 0 === Chare 75 (load 7.3589)

=== 0 === Less loaded core 3 P#6 (1 chares, load: 9.5195)
=== 0 === Chare from 3 P#3 (1 chares)
=== 0 === Chare 26 (load 7.4331)

=== 0 === Less loaded core 28 P#-939524096 (1 chares, load: 9.5233)
=== 0 === Chare from 28 P#28 (1 chares)
=== 0 === Chare 34 (load 7.4052)

=== 0 === Less loaded core 9 P#0 (1 chares, load: 9.5625)
=== 0 === Chare from 9 P#9 (1 chares)
=== 0 === Chare 138 (load 7.3227)

=== 0 === Less loaded core 14 P#16200768 (1 chares, load: 9.5708)
=== 0 === Chare from 14 P#14 (1 chares)
=== 0 === Chare 6 (load 7.3349)

=== 0 === Less loaded core 18 P#32 (1 chares, load: 9.8446)
=== 0 === Chare from 18 P#18 (1 chares)
=== 0 === Chare 2 (load 7.3484)

=== 0 === Less loaded core 30 P#-78976 (2 chares, load: 14.7276)
=== 0 === Chare from 30 P#30 (2 chares)
=== 0 === Chare 35 (load 7.3327)

=== 0 === Less loaded core 6 P#5 (2 chares, load: 14.8032)
=== 0 === Chare from 6 P#6 (2 chares)
=== 0 === Chare 115 (load 7.3583)

=== 0 === Less loaded core 13 P#0 (2 chares, load: 14.8141)
=== 0 === Chare from 13 P#13 (2 chares)
=== 0 === Chare 81 (load 7.3299)

=== 0 === Less loaded core 7 P#7 (2 chares, load: 14.8695)
=== 0 === Chare from 7 P#7 (2 chares)
=== 0 === Chare 211 (load 7.3344)

=== 0 === Less loaded core 10 P#0 (2 chares, load: 14.9550)
=== 0 === Chare from 10 P#10 (2 chares)
=== 0 === Chare 19 (load 7.4160)

=== 0 === Less loaded core 2 P#4 (2 chares, load: 15.0562)
=== 0 === Chare from 2 P#2 (2 chares)
=== 0 === Chare 42 (load 7.3366)

=== 0 === Less loaded core 23 P#23 (2 chares, load: 16.0611)
=== 0 === Chare from 23 P#23 (2 chares)
=== 0 === Chare 192 (load 6.9952)

=== 0 === Less loaded core 26 P#2 (2 chares, load: 16.0978)
=== 0 === Chare from 26 P#26 (2 chares)
=== 0 === Chare 11 (load 6.8010)

=== 0 === Less loaded core 27 P#32767 (2 chares, load: 16.1121)
=== 0 === Chare from 27 P#27 (2 chares)
=== 0 === Chare 171 (load 6.8063)

=== 0 === Less loaded core 19 P#0 (2 chares, load: 16.2481)
=== 0 === Chare from 19 P#19 (2 chares)
=== 0 === Chare 155 (load 6.9011)

=== 0 === Less loaded core 31 P#32767 (2 chares, load: 16.3689)
=== 0 === Chare from 31 P#31 (2 chares)
=== 0 === Chare 66 (load 7.2742)

=== 0 === Less loaded core 21 P#0 (2 chares, load: 16.4245)
=== 0 === Chare from 21 P#21 (2 chares)
=== 0 === Chare 130 (load 7.0920)

=== 0 === Less loaded core 8 P#9346032 (2 chares, load: 16.4488)
=== 0 === Chare from 8 P#8 (2 chares)
=== 0 === Chare 3 (load 7.3382)

=== 0 === Less loaded core 16 P#83041728 (2 chares, load: 16.4836)
=== 0 === Chare from 16 P#16 (2 chares)
=== 0 === Chare 146 (load 7.0561)

=== 0 === Less loaded core 25 P#32767 (2 chares, load: 16.4839)
=== 0 === Chare from 25 P#25 (2 chares)
=== 0 === Chare 50 (load 7.3249)

=== 0 === Less loaded core 20 P#0 (2 chares, load: 16.5222)
=== 0 === Chare from 20 P#20 (2 chares)
=== 0 === Chare 219 (load 7.2417)

=== 0 === Less loaded core 24 P#24 (2 chares, load: 16.5664)
=== 0 === Chare from 24 P#24 (2 chares)
=== 0 === Chare 217 (load 7.2922)

=== 0 === Less loaded core 15 P#0 (2 chares, load: 16.6190)
=== 0 === Chare from 15 P#15 (2 chares)
=== 0 === Chare 14 (load 7.3181)

=== 0 === Less loaded core 22 P#22 (2 chares, load: 16.6243)
=== 0 === Chare from 22 P#22 (2 chares)
=== 0 === Chare 120 (load 7.1414)

=== 0 === Less loaded core 17 P#0 (2 chares, load: 16.6313)
=== 0 === Chare from 17 P#17 (2 chares)
=== 0 === Chare 161 (load 7.1831)

=== 0 === Less loaded core 29 P#1076931532 (2 chares, load: 16.6711)
=== 0 === Chare from 29 P#29 (2 chares)
=== 0 === Chare 67 (load 7.2945)

=== 0 === Less loaded core 4 P#1 (2 chares, load: 16.7347)
=== 0 === Chare from 4 P#4 (2 chares)
=== 0 === Chare 226 (load 7.2213)

=== 0 === Less loaded core 0 P#0 (2 chares, load: 16.7407)
=== 0 === Chare from 0 P#0 (2 chares)
=== 0 === Chare 225 (load 7.2834)

=== 0 === Less loaded core 5 P#3 (2 chares, load: 16.7899)
=== 0 === Chare from 5 P#5 (2 chares)
=== 0 === Chare 209 (load 7.3399)

=== 0 === Less loaded core 1 P#2 (2 chares, load: 16.8592)
=== 0 === Chare from 1 P#1 (2 chares)
=== 0 === Chare 25 (load 7.2397)

=== 0 === Less loaded core 12 P#83041280 (2 chares, load: 16.8597)
=== 0 === Chare from 12 P#12 (2 chares)
=== 0 === Chare 73 (load 7.3225)

=== 0 === Less loaded core 11 P#0 (2 chares, load: 16.8732)
=== 0 === Chare from 11 P#11 (2 chares)
=== 0 === Chare 49 (load 7.2914)

=== 0 === Less loaded core 9 P#0 (2 chares, load: 16.8853)
=== 0 === Chare from 9 P#9 (2 chares)
=== 0 === Chare 137 (load 7.0587)

=== 0 === Less loaded core 14 P#16200768 (2 chares, load: 16.9057)
=== 0 === Chare from 14 P#14 (2 chares)
=== 0 === Chare 114 (load 7.0198)

=== 0 === Less loaded core 28 P#-1811939328 (2 chares, load: 16.9285)
=== 0 === Chare from 28 P#28 (2 chares)
=== 0 === Chare 152 (load 7.0650)

=== 0 === Less loaded core 3 P#6 (2 chares, load: 16.9526)
=== 0 === Chare from 3 P#3 (2 chares)
=== 0 === Chare 22 (load 7.3575)

=== 0 === Less loaded core 18 P#32 (2 chares, load: 17.1930)
=== 0 === Chare from 18 P#18 (2 chares)
=== 0 === Chare 162 (load 7.0964)

=== 0 === Less loaded core 30 P#-78976 (3 chares, load: 22.0604)
=== 0 === Chare from 30 P#30 (3 chares)
=== 0 === Chare 72 (load 7.3254)

=== 0 === Less loaded core 13 P#0 (3 chares, load: 22.1440)
=== 0 === Chare from 13 P#13 (3 chares)
=== 0 === Chare 216 (load 7.2933)

=== 0 === Less loaded core 6 P#5 (3 chares, load: 22.1615)
=== 0 === Chare from 6 P#6 (3 chares)
=== 0 === Chare 187 (load 7.2646)

=== 0 === Less loaded core 7 P#7 (3 chares, load: 22.2040)
=== 0 === Chare from 7 P#7 (3 chares)
=== 0 === Chare 201 (load 7.3342)

=== 0 === Less loaded core 10 P#0 (3 chares, load: 22.3710)
=== 0 === Chare from 10 P#10 (3 chares)
=== 0 === Chare 170 (load 7.3157)

=== 0 === Less loaded core 2 P#4 (3 chares, load: 22.3928)
=== 0 === Chare from 2 P#2 (3 chares)
=== 0 === Chare 9 (load 7.0822)

=== 0 === Less loaded core 26 P#3 (3 chares, load: 22.8988)
=== 0 === Chare from 26 P#26 (3 chares)
=== 0 === Chare 98 (load 6.7166)

=== 0 === Less loaded core 27 P#32767 (3 chares, load: 22.9184)
=== 0 === Chare from 27 P#27 (3 chares)
=== 0 === Chare 43 (load 6.6855)

=== 0 === Less loaded core 23 P#23 (3 chares, load: 23.0563)
=== 0 === Chare from 23 P#23 (3 chares)
=== 0 === Chare 168 (load 6.9804)

=== 0 === Less loaded core 19 P#0 (3 chares, load: 23.1492)
=== 0 === Chare from 19 P#19 (3 chares)
=== 0 === Chare 91 (load 6.8111)

=== 0 === Less loaded core 21 P#0 (3 chares, load: 23.5165)
=== 0 === Chare from 21 P#21 (3 chares)
=== 0 === Chare 129 (load 7.0286)

=== 0 === Less loaded core 16 P#83041728 (3 chares, load: 23.5397)
=== 0 === Chare from 16 P#16 (3 chares)
=== 0 === Chare 145 (load 7.0308)

=== 0 === Less loaded core 31 P#32767 (3 chares, load: 23.6432)
=== 0 === Chare from 31 P#31 (3 chares)
=== 0 === Chare 194 (load 6.9869)

=== 0 === Less loaded core 20 P#0 (3 chares, load: 23.7639)
=== 0 === Chare from 20 P#20 (3 chares)
=== 0 === Chare 195 (load 6.9786)

=== 0 === Less loaded core 22 P#22 (3 chares, load: 23.7657)
=== 0 === Chare from 22 P#22 (3 chares)
=== 0 === Chare 122 (load 7.1191)

=== 0 === Less loaded core 8 P#9346032 (3 chares, load: 23.7870)
=== 0 === Chare from 8 P#8 (3 chares)
=== 0 === Chare 177 (load 7.2902)

=== 0 === Less loaded core 25 P#32767 (3 chares, load: 23.8088)
=== 0 === Chare from 25 P#25 (3 chares)
=== 0 === Chare 51 (load 7.3109)

=== 0 === Less loaded core 17 P#0 (3 chares, load: 23.8144)
=== 0 === Chare from 17 P#17 (3 chares)
=== 0 === Chare 10 (load 6.9975)

=== 0 === Less loaded core 24 P#24 (3 chares, load: 23.8586)
=== 0 === Chare from 24 P#24 (3 chares)
=== 0 === Chare 15 (load 7.1574)

=== 0 === Less loaded core 14 P#16200768 (3 chares, load: 23.9255)
=== 0 === Chare from 14 P#14 (3 chares)
=== 0 === Chare 97 (load 6.6767)

=== 0 === Less loaded core 15 P#0 (3 chares, load: 23.9371)
=== 0 === Chare from 15 P#15 (3 chares)
=== 0 === Chare 176 (load 7.2921)

=== 0 === Less loaded core 9 P#0 (3 chares, load: 23.9440)
=== 0 === Chare from 9 P#9 (3 chares)
=== 0 === Chare 136 (load 6.9173)

=== 0 === Less loaded core 4 P#1 (3 chares, load: 23.9560)
=== 0 === Chare from 4 P#4 (3 chares)
=== 0 === Chare 5 (load 7.1950)

=== 0 === Less loaded core 29 P#1077409588 (3 chares, load: 23.9656)
=== 0 === Chare from 29 P#29 (3 chares)
=== 0 === Chare 105 (load 6.9543)

=== 0 === Less loaded core 28 P#-1140850688 (3 chares, load: 23.9935)
=== 0 === Chare from 28 P#28 (3 chares)
=== 0 === Chare 89 (load 6.6322)

=== 0 === Less loaded core 0 P#0 (3 chares, load: 24.0242)
=== 0 === Chare from 0 P#0 (3 chares)
=== 0 === Chare 185 (load 7.2392)

=== 0 === Less loaded core 1 P#2 (3 chares, load: 24.0989)
=== 0 === Chare from 1 P#1 (3 chares)
=== 0 === Chare 33 (load 7.2178)

=== 0 === Less loaded core 5 P#3 (3 chares, load: 24.1298)
=== 0 === Chare from 5 P#5 (3 chares)
=== 0 === Chare 83 (load 7.2588)

=== 0 === Less loaded core 11 P#0 (3 chares, load: 24.1646)
=== 0 === Chare from 11 P#11 (3 chares)
=== 0 === Chare 48 (load 7.2005)

=== 0 === Less loaded core 12 P#83041280 (3 chares, load: 24.1822)
=== 0 === Chare from 12 P#12 (3 chares)
=== 0 === Chare 147 (load 7.2953)

=== 0 === Less loaded core 18 P#32 (3 chares, load: 24.2894)
=== 0 === Chare from 18 P#18 (3 chares)
=== 0 === Chare 581 (load 6.6383)

=== 0 === Less loaded core 3 P#6 (3 chares, load: 24.3101)
=== 0 === Chare from 3 P#3 (3 chares)
=== 0 === Chare 41 (load 7.1637)


[TIMING] === TMPAR === TreeMatch distributed 0.453977 s
****************************
* LOAD STATISTICS (End)
****************************
Node Load AvgCoreLoad
0 978.1655 30.5677
1 958.3316 29.9479
2 949.4426 29.6701
3 957.7619 29.9301
4 958.5563 29.9549
5 948.8815 29.6525
6 947.4921 29.6091
7 974.6340 30.4573
min 947.4921
max 978.1655
avg 959.1582

Core Load
min 28.2681
max 31.9494 (226)
avg 29.9737
*********End***********


[TIMING] === TMPAR === Free resources 0.000425 s
CharmLB> TreeMatchLB: PE [0] Memory: LBManager: 920 KB CentralLB: 366 KB
CharmLB> TreeMatchLB: PE [0] #Objects migrating: 978, LBMigrateMsg size: 0.06
MB
CharmLB> TreeMatchLB: PE [0] strategy fipermutation 0 : 0,1,2,3,4,5,6,7,
nished at 74.531419 duration 0.496138 s
CharmLB> TreeMatchLB: PE [0] step 1 finished at 75.397795 duration 1.909291 s


CharmLB> TreeMatchLB: PE [0] step 2 starting at 107.682474 Memory: 69.913651
MB
CharmLB> TreeMatchLB: PE [0] strategy starting at 113.534870

=== D === 5 113.557222 113.557485 Distribute

=== C === 5 113.557485 113.991809 Calculate

=== R === 5 113.991809 113.991987 Return

=== P === Master_1 113.991987 113.993220 Process_results

=== D === 1 113.560111 113.560361 Distribute

=== C === 1 113.560362 113.993504 Calculate

=== R === 1 113.993504 113.993680 Return

=== P === Master_1 113.993680 113.994902 Process_results

=== D === 2 113.559386 113.559629 Distribute

=== C === 2 113.559629 113.993688 Calculate

=== R === 2 113.993688 113.995058 Return

=== P === Master_1 113.995059 113.996163 Process_results

=== D === 7 113.556031 113.556275 Distribute

=== C === 7 113.556275 113.996619 Calculate

=== R === 7 113.996619 113.996798 Return

=== P === Master_1 113.996799 113.998376 Process_results

=== D === 4 113.557887 113.558144 Distribute

=== C === 4 113.558144 113.999263 Calculate

=== R === 4 113.999264 113.999437 Return

=== P === Master_1 113.999437 114.000640 Process_results

=== D === 3 113.558647 113.558894 Distribute

=== C === 3 113.558894 113.999498 Calculate

=== R === 3 113.999499 114.000811 Return

=== P === Master_1 114.000812 114.001939 Process_results

=== D === 0 113.560833 113.561128 Distribute

=== C === 0 113.561128 114.005095 Calculate

=== R === 0 114.005096 114.005393 Return

=== P === Master_1 114.005393 114.006630 Process_results

=== D === 6 113.556649 113.556850 Distribute

=== C === 6 113.556850 114.005296 Calculate

=== R === 6 114.005296 114.006811 Return

=== P === Master_1 114.006811 114.008134 Process_results
TreeMatchLB strategy on 256 cores (8 nodes, 32 cores/node, load/PE : 30.86)
****************************
* LOAD STATISTICS (Init)
****************************
Node Load AvgCoreLoad
0 978.5511 30.5797
1 985.8705 30.8085
2 981.5104 30.6722
3 998.1445 31.1920
4 992.3607 31.0113
5 976.6138 30.5192
6 974.9392 30.4668
7 970.7254 30.3352
min 970.7254
max 998.1445
avg 982.3395

Core Load
min 27.9265
max 37.1815 (99)
avg 30.6981
*********Init***********

[REFINE] Settings : refineCond 3 - refineMigCond 2
[REFINE] Initial load on node 0 : 978.5511
[REFINE] Initial load on node 1 : 985.8705
[REFINE] Initial load on node 2 : 981.5104
[REFINE] Initial load on node 3 : 998.1445
[REFINE] Initial load on node 4 : 992.3607
[REFINE] Initial load on node 5 : 976.6138
[REFINE] Initial load on node 6 : 974.9392
[REFINE] Initial load on node 7 : 970.7254
[REFINE] Min : 970.7254 (Node 7)
[REFINE] Max : 998.1445 (Node 3)
[REFINE] Avg : 982.3395
[REFINE] Total : 7858.7157
[REFINE] Diff. Min/Max : 2.8246 %
****************************
* LOAD STATISTICS (Refined)
****************************
Node Load AvgCoreLoad
0 978.5511 30.5797
1 985.8705 30.8085
2 981.5104 30.6722
3 998.1445 31.1920
4 992.3607 31.0113
5 976.6138 30.5192
6 974.9392 30.4668
7 970.7254 30.3352
min 970.7254
max 998.1445
avg 982.3395

Core Load
min 27.9265
max 37.1815 (99)
avg 30.6981
*********Refined***********


[TIMING] === INIT === Sequential part 0.020320 s

[TIMING] === LIBTOPOMAP === LibTopoMap 0.000058 s

[TIMING] === LIBTOPOMAP === Apply network placement 0.000210 s
[DEBUG] GetBackPlacement from node 5
98 8.8580
1 7.6488
0 7.0252
43 6.9710
6 8.2775
7 7.5123
4 7.4049
5 7.3537
112 7.1279
101 7.0405
24 7.0062
25 6.9965
40 6.9917
32 6.9216
27 6.8914
97 6.8635
9 8.1640
8 7.5297
11 7.4029
10 7.3614
16 7.5056
19 7.4758
18 7.4227
17 7.4116
52 7.5801
53 7.5310
55 7.3776
54 7.3665
68 7.4981
71 7.4618
69 7.3987
70 7.3848
2 7.7170
56 7.3030
58 7.1442
99 7.0907
14 7.6268
57 7.1667
59 7.1585
36 7.0359
12 8.8577
13 7.6738
15 7.6061
22 6.9944
75 8.9529
73 8.6443
74 8.6016
72 7.8850
3 9.4602
42 9.3358
33 7.0961
96 6.8953
35 9.3735
31 9.3680
29 7.0454
39 6.9351
41 7.0563
34 7.0414
48 7.0396
28 6.9333
114 7.1046
49 7.0191
115 7.0173
102 7.0001
103 7.0578
37 7.0447
30 7.0275
20 7.0261
44 7.3585
47 7.1998
45 7.1795
46 7.1688
67 8.7688
64 7.4063
66 7.3127
65 7.1355
80 8.9244
81 8.7996
82 8.7178
83 8.1019
84 7.9682
85 7.4622
86 7.3563
87 7.3496
88 7.4847
89 7.4361
91 7.4014
90 7.3335
109 8.8617
108 7.6366
111 7.5186
110 7.3114
120 8.7563
123 8.6384
122 8.6072
121 7.9092
113 9.4263
26 9.3443
21 7.2980
23 7.2581
100 9.5376
38 9.3423
51 7.3190
50 7.2558
78 8.9279
77 8.7567
79 8.5119
76 7.9533
119 7.9147
117 7.4510
118 7.3986
116 7.3255
62 7.4155
61 7.2911
60 7.2873
63 7.2869
92 7.3291
94 7.2843
93 7.2280
95 7.1981
106 7.3349
107 7.2747
104 7.2335
105 7.2004
126 7.3654
125 7.2301
127 7.2178
124 7.2119
Core 0 load 30.5029
Core 1 load 30.5485
Core 2 load 28.1711
Core 3 load 27.6682
Core 4 load 30.4581
Core 5 load 29.8157
Core 6 load 29.8552
Core 7 load 29.7434
Core 8 load 29.2549
Core 9 load 28.9879
Core 10 load 31.1321
Core 11 load 34.0837
Core 12 load 32.7875
Core 13 load 32.7220
Core 14 load 28.0705
Core 15 load 28.1410
Core 16 load 28.1561
Core 17 load 28.9066
Core 18 load 30.6233
Core 19 load 34.5436
Core 20 load 30.1363
Core 21 load 29.6558
Core 22 load 31.3283
Core 23 load 33.9111
Core 24 load 33.3267
Core 25 load 33.4547
Core 26 load 34.1498
Core 27 load 30.0898
Core 28 load 29.2808
Core 29 load 29.0395
Core 30 load 29.0436
Core 31 load 29.0253
Avg load 30.5192 in [29.6036 ; 31.4348 ]
Swap chares 15 (6.8635) and 79 (8.1019) between cores 3 (27.6682) and 19
(34.5436)
New loads : 3 (28.9066) and 19 (33.3053)
Swap chares 59 (6.9333) and 107 (7.9533) between cores 14 (28.0705) and 26
(34.1498)
New loads : 14 (29.0906) and 26 (33.1297)
Swap chares 63 (7.0001) and 47 (7.8850) between cores 15 (28.1410) and 11
(34.0837)
New loads : 15 (29.0259) and 11 (33.1989)
Swap chares 67 (7.0261) and 95 (7.9092) between cores 16 (28.1561) and 23
(33.9111)
New loads : 16 (29.0393) and 23 (33.0279)
Swap chares 11 (6.9965) and 103 (7.2558) between cores 2 (28.1711) and 25
(33.4547)
New loads : 2 (28.4304) and 25 (33.1954)
Swap chares 11 (7.2558) and 99 (7.2581) between cores 2 (28.4304) and 24
(33.3267)
New loads : 2 (28.4328) and 24 (33.3244)
Swap chares 10 (7.0062) and 98 (7.2980) between cores 2 (28.4328) and 24
(33.3244)
New loads : 2 (28.7245) and 24 (33.0326)
Swap chares 10 (7.2980) and 78 (8.7178) between cores 2 (28.7245) and 19
(33.3053)
New loads : 2 (30.1443) and 19 (31.8855)
Swap chares 14 (6.8914) and 46 (8.6016) between cores 3 (28.9066) and 11
(33.1989)
New loads : 3 (30.6167) and 11 (31.4887)
Swap chares 70 (7.1795) and 102 (7.3190) between cores 17 (28.9066) and 25
(33.1954)
New loads : 17 (29.0461) and 25 (33.0559)
Swap chares 38 (7.1585) and 106 (8.5119) between cores 9 (28.9879) and 26
(33.1297)
New loads : 9 (30.3413) and 26 (31.7764)
Swap chares 125 (7.2301) and 101 (9.3423) between cores 31 (29.0253) and 25
(33.0559)
New loads : 31 (31.1374) and 25 (30.9437)
Swap chares 61 (7.0191) and 97 (9.3443) between cores 15 (29.0259) and 24
(33.0326)
New loads : 15 (31.3511) and 24 (30.7074)
Swap chares 66 (7.0275) and 94 (8.6072) between cores 16 (29.0393) and 23
(33.0279)
New loads : 16 (30.6189) and 23 (31.4483)
Swap chares 117 (7.2843) and 49 (9.3358) between cores 29 (29.0395) and 12
(32.7875)
New loads : 29 (31.0910) and 12 (30.7359)
Swap chares 121 (7.2747) and 53 (9.3680) between cores 30 (29.0436) and 13
(32.7220)
New loads : 30 (31.1369) and 13 (30.6287)
Swap chares 69 (7.1998) and 77 (8.7996) between cores 17 (29.0461) and 19
(31.8855)
New loads : 17 (30.6459) and 19 (30.2857)
Swap chares 58 (7.0396) and 106 (7.1585) between cores 14 (29.0906) and 26
(31.7764)
New loads : 14 (29.2094) and 26 (31.6575)
Swap chares 57 (7.0414) and 105 (8.7567) between cores 14 (29.2094) and 26
(31.6575)
New loads : 14 (30.9247) and 26 (29.9422)
Swap chares 33 (7.3030) and 45 (8.6443) between cores 8 (29.2549) and 11
(31.4887)
New loads : 8 (30.5963) and 11 (30.1473)
Swap chares 113 (7.2911) and 93 (8.6384) between cores 28 (29.2808) and 23
(31.4483)
New loads : 28 (30.6281) and 23 (30.1010)
=== 5 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 0 P#0 (0 chares)
=== 5 === Chare 986 (load 8.8580)

=== 5 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 5 === Chare from 1 P#1 (0 chares)
=== 5 === Chare 334 (load 8.2775)

=== 5 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 5 === Chare from 2 P#2 (0 chares)
=== 5 === Chare 970 (load 8.7178)

=== 5 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 5 === Chare from 3 P#3 (0 chares)
=== 5 === Chare 958 (load 8.6016)

=== 5 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 5 === Chare from 4 P#4 (0 chares)
=== 5 === Chare 413 (load 8.1640)

=== 5 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 5 === Chare from 5 P#5 (0 chares)
=== 5 === Chare 616 (load 7.5056)

=== 5 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 5 === Chare from 6 P#6 (0 chares)
=== 5 === Chare 908 (load 7.5801)

=== 5 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 5 === Chare from 7 P#7 (0 chares)
=== 5 === Chare 952 (load 7.4981)

=== 5 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 5 === Chare from 8 P#8 (0 chares)
=== 5 === Chare 957 (load 8.6443)

=== 5 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 9 P#9 (0 chares)
=== 5 === Chare 963 (load 8.5119)

=== 5 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 10 P#10 (0 chares)
=== 5 === Chare 604 (load 8.8577)

=== 5 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 11 P#11 (0 chares)
=== 5 === Chare 959 (load 8.9529)

=== 5 === Less loaded core 12 P#26805872 (0 chares, load: 0.0000)
=== 5 === Chare from 12 P#12 (0 chares)
=== 5 === Chare 247 (load 9.4602)

=== 5 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 13 P#13 (0 chares)
=== 5 === Chare 763 (load 9.3735)

=== 5 === Less loaded core 14 P#94431312 (0 chares, load: 0.0000)
=== 5 === Chare from 14 P#14 (0 chares)
=== 5 === Chare 961 (load 8.7567)

=== 5 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 15 P#15 (0 chares)
=== 5 === Chare 642 (load 9.3443)

=== 5 === Less loaded core 16 P#26806320 (0 chares, load: 0.0000)
=== 5 === Chare from 16 P#16 (0 chares)
=== 5 === Chare 1018 (load 8.6072)

=== 5 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 17 P#17 (0 chares)
=== 5 === Chare 969 (load 8.7996)

=== 5 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 5 === Chare from 18 P#18 (0 chares)
=== 5 === Chare 939 (load 8.7688)

=== 5 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 19 P#19 (0 chares)
=== 5 === Chare 968 (load 8.9244)

=== 5 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 20 P#20 (0 chares)
=== 5 === Chare 972 (load 7.9682)

=== 5 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 21 P#21 (0 chares)
=== 5 === Chare 976 (load 7.4847)

=== 5 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 5 === Chare from 22 P#22 (0 chares)
=== 5 === Chare 1005 (load 8.8617)

=== 5 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 5 === Chare from 23 P#23 (0 chares)
=== 5 === Chare 1016 (load 8.7563)

=== 5 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 5 === Chare from 24 P#24 (0 chares)
=== 5 === Chare 1009 (load 9.4263)

=== 5 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 5 === Chare from 25 P#25 (0 chares)
=== 5 === Chare 988 (load 9.5376)

=== 5 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 26 P#26 (0 chares)
=== 5 === Chare 962 (load 8.9279)

=== 5 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 5 === Chare from 27 P#27 (0 chares)
=== 5 === Chare 1015 (load 7.9147)

=== 5 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 28 P#28 (0 chares)
=== 5 === Chare 1019 (load 8.6384)

=== 5 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 29 P#29 (0 chares)
=== 5 === Chare 890 (load 9.3358)

=== 5 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 5 === Chare from 30 P#30 (0 chares)
=== 5 === Chare 747 (load 9.3680)

=== 5 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 5 === Chare from 31 P#31 (0 chares)
=== 5 === Chare 846 (load 9.3423)

=== 5 === Less loaded core 21 P#0 (1 chares, load: 7.4847)
=== 5 === Chare from 21 P#21 (1 chares)
=== 5 === Chare 977 (load 7.4361)

=== 5 === Less loaded core 7 P#7 (1 chares, load: 7.4981)
=== 5 === Chare from 7 P#7 (1 chares)
=== 5 === Chare 955 (load 7.4618)

=== 5 === Less loaded core 5 P#3 (1 chares, load: 7.5056)
=== 5 === Chare from 5 P#5 (1 chares)
=== 5 === Chare 619 (load 7.4758)

=== 5 === Less loaded core 6 P#5 (1 chares, load: 7.5801)
=== 5 === Chare from 6 P#6 (1 chares)
=== 5 === Chare 909 (load 7.5310)

=== 5 === Less loaded core 27 P#32767 (1 chares, load: 7.9147)
=== 5 === Chare from 27 P#27 (1 chares)
=== 5 === Chare 1013 (load 7.4510)

=== 5 === Less loaded core 20 P#0 (1 chares, load: 7.9682)
=== 5 === Chare from 20 P#20 (1 chares)
=== 5 === Chare 973 (load 7.4622)

=== 5 === Less loaded core 4 P#1 (1 chares, load: 8.1640)
=== 5 === Chare from 4 P#4 (1 chares)
=== 5 === Chare 412 (load 7.5297)

=== 5 === Less loaded core 1 P#2 (1 chares, load: 8.2775)
=== 5 === Chare from 1 P#1 (1 chares)
=== 5 === Chare 335 (load 7.5123)

=== 5 === Less loaded core 9 P#0 (1 chares, load: 8.5119)
=== 5 === Chare from 9 P#9 (1 chares)
=== 5 === Chare 606 (load 7.6268)

=== 5 === Less loaded core 3 P#6 (1 chares, load: 8.6016)
=== 5 === Chare from 3 P#3 (1 chares)
=== 5 === Chare 971 (load 8.1019)

=== 5 === Less loaded core 16 P#26806320 (1 chares, load: 8.6072)
=== 5 === Chare from 16 P#16 (1 chares)
=== 5 === Chare 1017 (load 7.9092)

=== 5 === Less loaded core 28 P#-2147483648 (1 chares, load: 8.6384)
=== 5 === Chare from 28 P#28 (1 chares)
=== 5 === Chare 926 (load 7.4155)

=== 5 === Less loaded core 8 P#9346032 (1 chares, load: 8.6443)
=== 5 === Chare from 8 P#8 (1 chares)
=== 5 === Chare 246 (load 7.7170)

=== 5 === Less loaded core 2 P#4 (1 chares, load: 8.7178)
=== 5 === Chare from 2 P#2 (1 chares)
=== 5 === Chare 627 (load 7.2581)

=== 5 === Less loaded core 23 P#23 (1 chares, load: 8.7563)
=== 5 === Chare from 23 P#23 (1 chares)
=== 5 === Chare 925 (load 7.2911)

=== 5 === Less loaded core 14 P#94431312 (1 chares, load: 8.7567)
=== 5 === Chare from 14 P#14 (1 chares)
=== 5 === Chare 960 (load 7.9533)

=== 5 === Less loaded core 18 P#32 (1 chares, load: 8.7688)
=== 5 === Chare from 18 P#18 (1 chares)
=== 5 === Chare 936 (load 7.4063)

=== 5 === Less loaded core 17 P#0 (1 chares, load: 8.7996)
=== 5 === Chare from 17 P#17 (1 chares)
=== 5 === Chare 900 (load 7.3585)

=== 5 === Less loaded core 10 P#0 (1 chares, load: 8.8577)
=== 5 === Chare from 10 P#10 (1 chares)
=== 5 === Chare 605 (load 7.6738)

=== 5 === Less loaded core 0 P#0 (1 chares, load: 8.8580)
=== 5 === Chare from 0 P#0 (1 chares)
=== 5 === Chare 245 (load 7.6488)

=== 5 === Less loaded core 22 P#22 (1 chares, load: 8.8617)
=== 5 === Chare from 22 P#22 (1 chares)
=== 5 === Chare 1004 (load 7.6366)

=== 5 === Less loaded core 19 P#0 (1 chares, load: 8.9244)
=== 5 === Chare from 19 P#19 (1 chares)
=== 5 === Chare 625 (load 7.2980)

=== 5 === Less loaded core 26 P#1 (1 chares, load: 8.9279)
=== 5 === Chare from 26 P#26 (1 chares)
=== 5 === Chare 762 (load 7.0414)

=== 5 === Less loaded core 11 P#0 (1 chares, load: 8.9529)
=== 5 === Chare from 11 P#11 (1 chares)
=== 5 === Chare 920 (load 7.3030)

=== 5 === Less loaded core 29 P#1076014065 (1 chares, load: 9.3358)
=== 5 === Chare from 29 P#29 (1 chares)
=== 5 === Chare 980 (load 7.3291)

=== 5 === Less loaded core 31 P#32767 (1 chares, load: 9.3423)
=== 5 === Chare from 31 P#31 (1 chares)
=== 5 === Chare 1022 (load 7.3654)

=== 5 === Less loaded core 15 P#0 (1 chares, load: 9.3443)
=== 5 === Chare from 15 P#15 (1 chares)
=== 5 === Chare 956 (load 7.8850)

=== 5 === Less loaded core 30 P#-78976 (1 chares, load: 9.3680)
=== 5 === Chare from 30 P#30 (1 chares)
=== 5 === Chare 1002 (load 7.3349)

=== 5 === Less loaded core 13 P#0 (1 chares, load: 9.3735)
=== 5 === Chare from 13 P#13 (1 chares)
=== 5 === Chare 1003 (load 7.2747)

=== 5 === Less loaded core 24 P#24 (1 chares, load: 9.4263)
=== 5 === Chare from 24 P#24 (1 chares)
=== 5 === Chare 906 (load 7.2558)

=== 5 === Less loaded core 12 P#26805872 (1 chares, load: 9.4602)
=== 5 === Chare from 12 P#12 (1 chares)
=== 5 === Chare 982 (load 7.2843)

=== 5 === Less loaded core 25 P#32767 (1 chares, load: 9.5376)
=== 5 === Chare from 25 P#25 (1 chares)
=== 5 === Chare 1021 (load 7.2301)

=== 5 === Less loaded core 21 P#0 (2 chares, load: 14.9209)
=== 5 === Chare from 21 P#21 (2 chares)
=== 5 === Chare 979 (load 7.4014)

=== 5 === Less loaded core 7 P#7 (2 chares, load: 14.9599)
=== 5 === Chare from 7 P#7 (2 chares)
=== 5 === Chare 953 (load 7.3987)

=== 5 === Less loaded core 5 P#3 (2 chares, load: 14.9814)
=== 5 === Chare from 5 P#5 (2 chares)
=== 5 === Chare 618 (load 7.4227)

=== 5 === Less loaded core 6 P#5 (2 chares, load: 15.1111)
=== 5 === Chare from 6 P#6 (2 chares)
=== 5 === Chare 911 (load 7.3776)

=== 5 === Less loaded core 27 P#32767 (2 chares, load: 15.3657)
=== 5 === Chare from 27 P#27 (2 chares)
=== 5 === Chare 1014 (load 7.3986)

=== 5 === Less loaded core 20 P#0 (2 chares, load: 15.4304)
=== 5 === Chare from 20 P#20 (2 chares)
=== 5 === Chare 974 (load 7.3563)

=== 5 === Less loaded core 4 P#1 (2 chares, load: 15.6937)
=== 5 === Chare from 4 P#4 (2 chares)
=== 5 === Chare 415 (load 7.4029)

=== 5 === Less loaded core 1 P#2 (2 chares, load: 15.7899)
=== 5 === Chare from 1 P#1 (2 chares)
=== 5 === Chare 332 (load 7.4049)

=== 5 === Less loaded core 26 P#2 (2 chares, load: 15.9693)
=== 5 === Chare from 26 P#26 (2 chares)
=== 5 === Chare 904 (load 7.0396)

=== 5 === Less loaded core 2 P#4 (2 chares, load: 15.9759)
=== 5 === Chare from 2 P#2 (2 chares)
=== 5 === Chare 1008 (load 7.1279)

=== 5 === Less loaded core 23 P#23 (2 chares, load: 16.0473)
=== 5 === Chare from 23 P#23 (2 chares)
=== 5 === Chare 746 (load 7.0275)

=== 5 === Less loaded core 28 P#1879048192 (2 chares, load: 16.0539)
=== 5 === Chare from 28 P#28 (2 chares)
=== 5 === Chare 924 (load 7.2873)

=== 5 === Less loaded core 9 P#0 (2 chares, load: 16.1387)
=== 5 === Chare from 9 P#9 (2 chares)
=== 5 === Chare 921 (load 7.1667)

=== 5 === Less loaded core 17 P#0 (2 chares, load: 16.1581)
=== 5 === Chare from 17 P#17 (2 chares)
=== 5 === Chare 907 (load 7.3190)

=== 5 === Less loaded core 18 P#32 (2 chares, load: 16.1751)
=== 5 === Chare from 18 P#18 (2 chares)
=== 5 === Chare 938 (load 7.3127)

=== 5 === Less loaded core 19 P#0 (2 chares, load: 16.2224)
=== 5 === Chare from 19 P#19 (2 chares)
=== 5 === Chare 903 (load 7.1998)

=== 5 === Less loaded core 11 P#0 (2 chares, load: 16.2558)
=== 5 === Chare from 11 P#11 (2 chares)
=== 5 === Chare 990 (load 7.0001)

=== 5 === Less loaded core 8 P#9346032 (2 chares, load: 16.3613)
=== 5 === Chare from 8 P#8 (2 chares)
=== 5 === Chare 922 (load 7.1442)

=== 5 === Less loaded core 22 P#22 (2 chares, load: 16.4983)
=== 5 === Chare from 22 P#22 (2 chares)
=== 5 === Chare 1007 (load 7.5186)

=== 5 === Less loaded core 0 P#0 (2 chares, load: 16.5067)
=== 5 === Chare from 0 P#0 (2 chares)
=== 5 === Chare 244 (load 7.0252)

=== 5 === Less loaded core 16 P#26806320 (2 chares, load: 16.5164)
=== 5 === Chare from 16 P#16 (2 chares)
=== 5 === Chare 991 (load 7.0578)

=== 5 === Less loaded core 10 P#0 (2 chares, load: 16.5316)
=== 5 === Chare from 10 P#10 (2 chares)
=== 5 === Chare 607 (load 7.6061)

=== 5 === Less loaded core 13 P#0 (2 chares, load: 16.6482)
=== 5 === Chare from 13 P#13 (2 chares)
=== 5 === Chare 745 (load 7.0454)

=== 5 === Less loaded core 29 P#1076931125 (2 chares, load: 16.6649)
=== 5 === Chare from 29 P#29 (2 chares)
=== 5 === Chare 981 (load 7.2280)

=== 5 === Less loaded core 24 P#24 (2 chares, load: 16.6821)
=== 5 === Chare from 24 P#24 (2 chares)
=== 5 === Chare 905 (load 7.0191)

=== 5 === Less loaded core 30 P#-78976 (2 chares, load: 16.7030)
=== 5 === Chare from 30 P#30 (2 chares)
=== 5 === Chare 1000 (load 7.2335)

=== 5 === Less loaded core 3 P#6 (2 chares, load: 16.7035)
=== 5 === Chare from 3 P#3 (2 chares)
=== 5 === Chare 888 (load 6.9917)

=== 5 === Less loaded core 31 P#32767 (2 chares, load: 16.7077)
=== 5 === Chare from 31 P#31 (2 chares)
=== 5 === Chare 1023 (load 7.2178)

=== 5 === Less loaded core 14 P#94431312 (2 chares, load: 16.7100)
=== 5 === Chare from 14 P#14 (2 chares)
=== 5 === Chare 923 (load 7.1585)

=== 5 === Less loaded core 12 P#26805872 (2 chares, load: 16.7445)
=== 5 === Chare from 12 P#12 (2 chares)
=== 5 === Chare 761 (load 7.0961)

=== 5 === Less loaded core 25 P#32767 (2 chares, load: 16.7677)
=== 5 === Chare from 25 P#25 (2 chares)
=== 5 === Chare 901 (load 7.1795)

=== 5 === Less loaded core 15 P#0 (2 chares, load: 17.2292)
=== 5 === Chare from 15 P#15 (2 chares)
=== 5 === Chare 1010 (load 7.1046)

=== 5 === Less loaded core 21 P#0 (3 chares, load: 22.3223)
=== 5 === Chare from 21 P#21 (3 chares)
=== 5 === Chare 978 (load 7.3335)

=== 5 === Less loaded core 7 P#7 (3 chares, load: 22.3586)
=== 5 === Chare from 7 P#7 (3 chares)
=== 5 === Chare 954 (load 7.3848)

=== 5 === Less loaded core 5 P#3 (3 chares, load: 22.4042)
=== 5 === Chare from 5 P#5 (3 chares)
=== 5 === Chare 617 (load 7.4116)

=== 5 === Less loaded core 6 P#5 (3 chares, load: 22.4887)
=== 5 === Chare from 6 P#6 (3 chares)
=== 5 === Chare 910 (load 7.3665)

=== 5 === Less loaded core 27 P#32767 (3 chares, load: 22.7643)
=== 5 === Chare from 27 P#27 (3 chares)
=== 5 === Chare 1012 (load 7.3255)

=== 5 === Less loaded core 20 P#0 (3 chares, load: 22.7867)
=== 5 === Chare from 20 P#20 (3 chares)
=== 5 === Chare 975 (load 7.3496)

=== 5 === Less loaded core 26 P#3 (3 chares, load: 23.0089)
=== 5 === Chare from 26 P#26 (3 chares)
=== 5 === Chare 744 (load 6.9333)

=== 5 === Less loaded core 23 P#23 (3 chares, load: 23.0749)
=== 5 === Chare from 23 P#23 (3 chares)
=== 5 === Chare 624 (load 7.0261)

=== 5 === Less loaded core 4 P#1 (3 chares, load: 23.0966)
=== 5 === Chare from 4 P#4 (3 chares)
=== 5 === Chare 414 (load 7.3614)

=== 5 === Less loaded core 2 P#4 (3 chares, load: 23.1038)
=== 5 === Chare from 2 P#2 (3 chares)
=== 5 === Chare 989 (load 7.0405)

=== 5 === Less loaded core 1 P#2 (3 chares, load: 23.1948)
=== 5 === Chare from 1 P#1 (3 chares)
=== 5 === Chare 333 (load 7.3537)

=== 5 === Less loaded core 11 P#0 (3 chares, load: 23.2559)
=== 5 === Chare from 11 P#11 (3 chares)
=== 5 === Chare 643 (load 6.8914)

=== 5 === Less loaded core 9 P#0 (3 chares, load: 23.3054)
=== 5 === Chare from 9 P#9 (3 chares)
=== 5 === Chare 844 (load 7.0359)

=== 5 === Less loaded core 28 P#1879048192 (3 chares, load: 23.3412)
=== 5 === Chare from 28 P#28 (3 chares)
=== 5 === Chare 927 (load 7.2869)

=== 5 === Less loaded core 19 P#0 (3 chares, load: 23.4222)
=== 5 === Chare from 19 P#19 (3 chares)
=== 5 === Chare 985 (load 6.8635)

=== 5 === Less loaded core 17 P#0 (3 chares, load: 23.4770)
=== 5 === Chare from 17 P#17 (3 chares)
=== 5 === Chare 902 (load 7.1688)

=== 5 === Less loaded core 18 P#32 (3 chares, load: 23.4878)
=== 5 === Chare from 18 P#18 (3 chares)
=== 5 === Chare 937 (load 7.1355)

=== 5 === Less loaded core 8 P#9346032 (3 chares, load: 23.5055)
=== 5 === Chare from 8 P#8 (3 chares)
=== 5 === Chare 987 (load 7.0907)

=== 5 === Less loaded core 0 P#0 (3 chares, load: 23.5319)
=== 5 === Chare from 0 P#0 (3 chares)
=== 5 === Chare 891 (load 6.9710)

=== 5 === Less loaded core 16 P#26806320 (3 chares, load: 23.5742)
=== 5 === Chare from 16 P#16 (3 chares)
=== 5 === Chare 845 (load 7.0447)

=== 5 === Less loaded core 13 P#0 (3 chares, load: 23.6936)
=== 5 === Chare from 13 P#13 (3 chares)
=== 5 === Chare 847 (load 6.9351)

=== 5 === Less loaded core 3 P#6 (3 chares, load: 23.6951)
=== 5 === Chare from 3 P#3 (3 chares)
=== 5 === Chare 760 (load 6.9216)

=== 5 === Less loaded core 24 P#24 (3 chares, load: 23.7012)
=== 5 === Chare from 24 P#24 (3 chares)
=== 5 === Chare 640 (load 7.0062)

=== 5 === Less loaded core 12 P#26805872 (3 chares, load: 23.8406)
=== 5 === Chare from 12 P#12 (3 chares)
=== 5 === Chare 984 (load 6.8953)

=== 5 === Less loaded core 14 P#94431312 (3 chares, load: 23.8685)
=== 5 === Chare from 14 P#14 (3 chares)
=== 5 === Chare 889 (load 7.0563)

=== 5 === Less loaded core 29 P#1077404817 (3 chares, load: 23.8928)
=== 5 === Chare from 29 P#29 (3 chares)
=== 5 === Chare 983 (load 7.1981)

=== 5 === Less loaded core 31 P#32767 (3 chares, load: 23.9255)
=== 5 === Chare from 31 P#31 (3 chares)
=== 5 === Chare 1020 (load 7.2119)

=== 5 === Less loaded core 30 P#-78976 (3 chares, load: 23.9365)
=== 5 === Chare from 30 P#30 (3 chares)
=== 5 === Chare 1001 (load 7.2004)

=== 5 === Less loaded core 25 P#32767 (3 chares, load: 23.9472)
=== 5 === Chare from 25 P#25 (3 chares)
=== 5 === Chare 641 (load 6.9965)

=== 5 === Less loaded core 22 P#22 (3 chares, load: 24.0169)
=== 5 === Chare from 22 P#22 (3 chares)
=== 5 === Chare 1006 (load 7.3114)

=== 5 === Less loaded core 10 P#0 (3 chares, load: 24.1377)
=== 5 === Chare from 10 P#10 (3 chares)
=== 5 === Chare 626 (load 6.9944)

=== 5 === Less loaded core 15 P#0 (3 chares, load: 24.3338)
=== 5 === Chare from 15 P#15 (3 chares)
=== 5 === Chare 1011 (load 7.0173)

[DEBUG] GetBackPlacement from node 1
1 7.2974
2 7.2852
0 7.2688
81 7.2601
80 7.2757
19 7.2723
17 7.2343
51 7.1667
82 7.4673
83 7.2649
47 7.2409
102 7.2221
49 7.3666
54 7.3252
53 7.2697
50 7.2060
32 7.1664
7 7.0573
40 7.0529
58 6.9166
34 7.0732
42 7.0656
33 7.0582
41 7.0145
16 7.3986
18 7.2213
92 7.1171
94 6.9855
52 7.3849
55 7.2177
65 7.0545
90 6.9819
24 8.5752
27 7.4925
26 7.4810
22 7.0704
67 9.1485
97 9.0475
96 8.9442
99 8.2282
76 7.4388
104 7.2434
107 7.1934
105 7.1774
79 9.7177
91 9.0534
98 7.5491
103 7.1908
71 9.7385
69 9.3261
100 9.2381
25 8.4045
68 9.3357
77 8.9138
70 7.5375
48 7.3748
117 9.1738
121 7.9409
116 7.7528
101 7.2581
120 9.1445
119 8.8968
118 8.0421
122 7.8594
125 7.2767
73 7.2427
3 7.1590
106 7.0822
72 7.4210
108 7.3039
75 7.1255
74 7.0508
13 7.4416
15 7.3152
12 7.3108
14 7.2029
127 9.0219
126 7.7858
20 7.2847
110 7.2218
21 7.9073
9 7.3616
11 7.3193
8 7.3192
31 9.3536
28 7.1074
29 7.0589
30 6.9825
85 7.4654
87 7.3383
84 7.3312
86 7.3256
115 7.3480
112 7.2886
113 7.2535
114 7.1025
4 9.4585
78 9.1428
57 7.2742
111 7.2537
89 9.3418
63 7.3970
60 7.3745
124 7.2340
36 7.4080
62 7.3168
5 7.2948
61 7.2751
37 7.3448
109 7.2790
10 7.2580
64 7.2176
39 10.0739
95 9.4432
44 7.0540
6 7.0022
45 9.3492
56 9.0959
123 8.9942
46 6.9585
23 9.4299
43 9.3544
66 7.0254
93 6.9994
35 9.3110
38 7.0795
88 7.0578
59 6.9834
Core 0 load 29.1115
Core 1 load 28.9489
Core 2 load 29.1953
Core 3 load 29.1675
Core 4 load 28.1931
Core 5 load 28.2115
Core 6 load 28.7225
Core 7 load 28.6390
Core 8 load 30.6191
Core 9 load 35.3684
Core 10 load 29.0530
Core 11 load 33.5110
Core 12 load 36.7072
Core 13 load 33.1618
Core 14 load 32.1257
Core 15 load 33.9429
Core 16 load 28.7606
Core 17 load 28.9011
Core 18 load 29.2705
Core 19 load 31.3142
Core 20 load 29.9074
Core 21 load 30.5025
Core 22 load 29.4606
Core 23 load 28.9928
Core 24 load 33.1292
Core 25 load 31.3473
Core 26 load 29.2947
Core 27 load 29.0994
Core 28 load 33.5733
Core 29 load 34.3979
Core 30 load 32.8091
Core 31 load 30.4317
Avg load 30.8085 in [29.8842 ; 31.7327 ]
Swap chares 19 (6.9166) and 51 (8.4045) between cores 4 (28.1931) and 12
(36.7072)
New loads : 4 (29.6810) and 12 (35.2193)
Swap chares 23 (7.0145) and 39 (8.2282) between cores 5 (28.2115) and 9
(35.3684)
New loads : 5 (29.4252) and 9 (34.1547)
Swap chares 30 (7.0545) and 50 (9.2381) between cores 7 (28.6390) and 12
(35.2193)
New loads : 7 (30.8226) and 12 (33.0357)
Swap chares 26 (7.1171) and 118 (8.9942) between cores 6 (28.7225) and 29
(34.3979)
New loads : 6 (30.5996) and 29 (32.5208)
Swap chares 66 (7.1590) and 38 (8.9442) between cores 16 (28.7606) and 9
(34.1547)
New loads : 16 (30.5458) and 9 (32.3695)
Swap chares 71 (7.0508) and 63 (7.8594) between cores 17 (28.9011) and 15
(33.9429)
New loads : 17 (29.7097) and 15 (33.1342)
Swap chares 5 (7.2723) and 113 (9.4432) between cores 1 (28.9489) and 28
(33.5733)
New loads : 1 (31.1198) and 28 (31.4024)
Swap chares 95 (7.1025) and 47 (7.1908) between cores 23 (28.9928) and 11
(33.5110)
New loads : 23 (29.0810) and 11 (33.4228)
Swap chares 42 (7.1934) and 46 (7.5491) between cores 10 (29.0530) and 11
(33.4228)
New loads : 10 (29.4087) and 11 (33.0670)
Swap chares 95 (7.1908) and 55 (7.3748) between cores 23 (29.0810) and 13
(33.1618)
New loads : 23 (29.2650) and 13 (32.9778)
Swap chares 110 (7.2580) and 62 (8.0421) between cores 27 (29.0994) and 15
(33.1342)
New loads : 27 (29.8835) and 15 (32.3501)
Swap chares 2 (7.2688) and 98 (7.2742) between cores 0 (29.1115) and 24
(33.1292)
New loads : 0 (29.1169) and 24 (33.1238)
Swap chares 1 (7.2852) and 97 (9.1428) between cores 0 (29.1169) and 24
(33.1238)
New loads : 0 (30.9745) and 24 (31.2662)
Swap chares 13 (7.3252) and 45 (9.0534) between cores 3 (29.1675) and 11
(33.0670)
New loads : 3 (30.8957) and 11 (31.3388)
Swap chares 9 (7.2649) and 49 (9.3261) between cores 2 (29.1953) and 12
(33.0357)
New loads : 2 (31.2565) and 12 (30.9746)
Swap chares 94 (7.2535) and 54 (7.5375) between cores 23 (29.2650) and 13
(32.9778)
New loads : 23 (29.5489) and 13 (32.6938)
Swap chares 73 (7.3152) and 121 (9.3544) between cores 18 (29.2705) and 30
(32.8091)
New loads : 18 (31.3097) and 30 (30.7699)
Swap chares 105 (7.3168) and 53 (8.9138) between cores 26 (29.2947) and 13
(32.6938)
New loads : 26 (30.8917) and 13 (31.0968)
Swap chares 41 (7.2434) and 117 (9.0959) between cores 10 (29.4087) and 29
(32.5208)
New loads : 10 (31.2613) and 29 (30.6683)
Swap chares 22 (7.0582) and 38 (7.1590) between cores 5 (29.4252) and 9
(32.3695)
New loads : 5 (29.5261) and 9 (32.2687)
Swap chares 89 (7.3383) and 61 (8.8968) between cores 22 (29.4606) and 15
(32.3501)
New loads : 22 (31.0191) and 15 (30.7916)
Swap chares 21 (7.0656) and 37 (9.0475) between cores 5 (29.5261) and 9
(32.2687)
New loads : 5 (31.5079) and 9 (30.2869)
Swap chares 94 (7.5375) and 58 (7.7528) between cores 23 (29.5489) and 14
(32.1257)
New loads : 23 (29.7642) and 14 (31.9104)
Swap chares 18 (7.0529) and 58 (7.5375) between cores 4 (29.6810) and 14
(31.9104)
New loads : 4 (30.1656) and 14 (31.4257)
=== 1 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 0 P#0 (0 chares)
=== 1 === Chare 522 (load 9.1428)

=== 1 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 1 === Chare from 1 P#1 (0 chares)
=== 1 === Chare 555 (load 9.4432)

=== 1 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 1 === Chare from 2 P#2 (0 chares)
=== 1 === Chare 505 (load 9.3261)

=== 1 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 1 === Chare from 3 P#3 (0 chares)
=== 1 === Chare 551 (load 9.0534)

=== 1 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 1 === Chare from 4 P#4 (0 chares)
=== 1 === Chare 353 (load 8.4045)

=== 1 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 1 === Chare from 5 P#5 (0 chares)
=== 1 === Chare 557 (load 9.0475)

=== 1 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 1 === Chare from 6 P#6 (0 chares)
=== 1 === Chare 599 (load 8.9942)

=== 1 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 1 === Chare from 7 P#7 (0 chares)
=== 1 === Chare 568 (load 9.2381)

=== 1 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 1 === Chare from 8 P#8 (0 chares)
=== 1 === Chare 352 (load 8.5752)

=== 1 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 9 P#9 (0 chares)
=== 1 === Chare 503 (load 9.1485)

=== 1 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 10 P#10 (0 chares)
=== 1 === Chare 480 (load 9.0959)

=== 1 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 11 P#11 (0 chares)
=== 1 === Chare 523 (load 9.7177)

=== 1 === Less loaded core 12 P#27076000 (0 chares, load: 0.0000)
=== 1 === Chare from 12 P#12 (0 chares)
=== 1 === Chare 507 (load 9.7385)

=== 1 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 13 P#13 (0 chares)
=== 1 === Chare 504 (load 9.3357)

=== 1 === Less loaded core 14 P#19650880 (0 chares, load: 0.0000)
=== 1 === Chare from 14 P#14 (0 chares)
=== 1 === Chare 593 (load 9.1738)

=== 1 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 15 P#15 (0 chares)
=== 1 === Chare 596 (load 9.1445)

=== 1 === Less loaded core 16 P#27076448 (0 chares, load: 0.0000)
=== 1 === Chare from 16 P#16 (0 chares)
=== 1 === Chare 556 (load 8.9442)

=== 1 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 17 P#17 (0 chares)
=== 1 === Chare 598 (load 7.8594)

=== 1 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 1 === Chare from 18 P#18 (0 chares)
=== 1 === Chare 407 (load 9.3544)

=== 1 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 19 P#19 (0 chares)
=== 1 === Chare 603 (load 9.0219)

=== 1 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 20 P#20 (0 chares)
=== 1 === Chare 345 (load 7.9073)

=== 1 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 21 P#21 (0 chares)
=== 1 === Chare 363 (load 9.3536)

=== 1 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 1 === Chare from 22 P#22 (0 chares)
=== 1 === Chare 595 (load 8.8968)

=== 1 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 1 === Chare from 23 P#23 (0 chares)
=== 1 === Chare 592 (load 7.7528)

=== 1 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 1 === Chare from 24 P#24 (0 chares)
=== 1 === Chare 288 (load 9.4585)

=== 1 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 1 === Chare from 25 P#25 (0 chares)
=== 1 === Chare 549 (load 9.3418)

=== 1 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 26 P#26 (0 chares)
=== 1 === Chare 521 (load 8.9138)

=== 1 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 1 === Chare from 27 P#27 (0 chares)
=== 1 === Chare 594 (load 8.0421)

=== 1 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 28 P#28 (0 chares)
=== 1 === Chare 399 (load 10.0739)

=== 1 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 29 P#29 (0 chares)
=== 1 === Chare 437 (load 9.3492)

=== 1 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 1 === Chare from 30 P#30 (0 chares)
=== 1 === Chare 347 (load 9.4299)

=== 1 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 1 === Chare from 31 P#31 (0 chares)
=== 1 === Chare 379 (load 9.3110)

=== 1 === Less loaded core 23 P#23 (1 chares, load: 7.7528)
=== 1 === Chare from 23 P#23 (1 chares)
=== 1 === Chare 468 (load 7.3748)

=== 1 === Less loaded core 17 P#0 (1 chares, load: 7.8594)
=== 1 === Chare from 17 P#17 (1 chares)
=== 1 === Chare 512 (load 7.4210)

=== 1 === Less loaded core 20 P#0 (1 chares, load: 7.9073)
=== 1 === Chare from 20 P#20 (1 chares)
=== 1 === Chare 297 (load 7.3616)

=== 1 === Less loaded core 27 P#32767 (1 chares, load: 8.0421)
=== 1 === Chare from 27 P#27 (1 chares)
=== 1 === Chare 397 (load 7.3448)

=== 1 === Less loaded core 4 P#1 (1 chares, load: 8.4045)
=== 1 === Chare from 4 P#4 (1 chares)
=== 1 === Chare 506 (load 7.5375)

=== 1 === Less loaded core 8 P#9346032 (1 chares, load: 8.5752)
=== 1 === Chare from 8 P#8 (1 chares)
=== 1 === Chare 355 (load 7.4925)

=== 1 === Less loaded core 22 P#22 (1 chares, load: 8.8968)
=== 1 === Chare from 22 P#22 (1 chares)
=== 1 === Chare 533 (load 7.4654)

=== 1 === Less loaded core 26 P#1 (1 chares, load: 8.9138)
=== 1 === Chare from 26 P#26 (1 chares)
=== 1 === Chare 396 (load 7.4080)

=== 1 === Less loaded core 16 P#27076448 (1 chares, load: 8.9442)
=== 1 === Chare from 16 P#16 (1 chares)
=== 1 === Chare 601 (load 7.2767)

=== 1 === Less loaded core 6 P#5 (1 chares, load: 8.9942)
=== 1 === Chare from 6 P#6 (1 chares)
=== 1 === Chare 336 (load 7.3986)

=== 1 === Less loaded core 19 P#0 (1 chares, load: 9.0219)
=== 1 === Chare from 19 P#19 (1 chares)
=== 1 === Chare 602 (load 7.7858)

=== 1 === Less loaded core 5 P#3 (1 chares, load: 9.0475)
=== 1 === Chare from 5 P#5 (1 chares)
=== 1 === Chare 559 (load 8.2282)

=== 1 === Less loaded core 3 P#6 (1 chares, load: 9.0534)
=== 1 === Chare from 3 P#3 (1 chares)
=== 1 === Chare 469 (load 7.3666)

=== 1 === Less loaded core 10 P#0 (1 chares, load: 9.0959)
=== 1 === Chare from 10 P#10 (1 chares)
=== 1 === Chare 558 (load 7.5491)

=== 1 === Less loaded core 0 P#0 (1 chares, load: 9.1428)
=== 1 === Chare from 0 P#0 (1 chares)
=== 1 === Chare 281 (load 7.2974)

=== 1 === Less loaded core 15 P#0 (1 chares, load: 9.1445)
=== 1 === Chare from 15 P#15 (1 chares)
=== 1 === Chare 535 (load 7.3383)

=== 1 === Less loaded core 9 P#0 (1 chares, load: 9.1485)
=== 1 === Chare from 9 P#9 (1 chares)
=== 1 === Chare 406 (load 7.0656)

=== 1 === Less loaded core 14 P#19650880 (1 chares, load: 9.1738)
=== 1 === Chare from 14 P#14 (1 chares)
=== 1 === Chare 597 (load 7.9409)

=== 1 === Less loaded core 7 P#7 (1 chares, load: 9.2381)
=== 1 === Chare from 7 P#7 (1 chares)
=== 1 === Chare 476 (load 7.3849)

=== 1 === Less loaded core 31 P#32767 (1 chares, load: 9.3110)
=== 1 === Chare from 31 P#31 (1 chares)
=== 1 === Chare 398 (load 7.0795)

=== 1 === Less loaded core 2 P#4 (1 chares, load: 9.3261)
=== 1 === Chare from 2 P#2 (1 chares)
=== 1 === Chare 526 (load 7.4673)

=== 1 === Less loaded core 13 P#0 (1 chares, load: 9.3357)
=== 1 === Chare from 13 P#13 (1 chares)
=== 1 === Chare 498 (load 7.3168)

=== 1 === Less loaded core 25 P#32767 (1 chares, load: 9.3418)
=== 1 === Chare from 25 P#25 (1 chares)
=== 1 === Chare 499 (load 7.3970)

=== 1 === Less loaded core 29 P#1076015820 (1 chares, load: 9.3492)
=== 1 === Chare from 29 P#29 (1 chares)
=== 1 === Chare 576 (load 7.2434)

=== 1 === Less loaded core 21 P#0 (1 chares, load: 9.3536)
=== 1 === Chare from 21 P#21 (1 chares)
=== 1 === Chare 360 (load 7.1074)

=== 1 === Less loaded core 18 P#32 (1 chares, load: 9.3544)
=== 1 === Chare from 18 P#18 (1 chares)
=== 1 === Chare 329 (load 7.4416)

=== 1 === Less loaded core 30 P#-78976 (1 chares, load: 9.4299)
=== 1 === Chare from 30 P#30 (1 chares)
=== 1 === Chare 331 (load 7.3152)

=== 1 === Less loaded core 1 P#2 (1 chares, load: 9.4432)
=== 1 === Chare from 1 P#1 (1 chares)
=== 1 === Chare 524 (load 7.2757)

=== 1 === Less loaded core 24 P#24 (1 chares, load: 9.4585)
=== 1 === Chare from 24 P#24 (1 chares)
=== 1 === Chare 282 (load 7.2852)

=== 1 === Less loaded core 11 P#0 (1 chares, load: 9.7177)
=== 1 === Chare from 11 P#11 (1 chares)
=== 1 === Chare 478 (load 7.3252)

=== 1 === Less loaded core 12 P#27076000 (1 chares, load: 9.7385)
=== 1 === Chare from 12 P#12 (1 chares)
=== 1 === Chare 527 (load 7.2649)

=== 1 === Less loaded core 28 P#-1610612736 (1 chares, load: 10.0739)
=== 1 === Chare from 28 P#28 (1 chares)
=== 1 === Chare 339 (load 7.2723)

=== 1 === Less loaded core 23 P#23 (2 chares, load: 15.1276)
=== 1 === Chare from 23 P#23 (2 chares)
=== 1 === Chare 587 (load 7.3480)

=== 1 === Less loaded core 20 P#0 (2 chares, load: 15.2689)
=== 1 === Chare from 20 P#20 (2 chares)
=== 1 === Chare 299 (load 7.3193)

=== 1 === Less loaded core 17 P#0 (2 chares, load: 15.2804)
=== 1 === Chare from 17 P#17 (2 chares)
=== 1 === Chare 580 (load 7.3039)

=== 1 === Less loaded core 27 P#32767 (2 chares, load: 15.3870)
=== 1 === Chare from 27 P#27 (2 chares)
=== 1 === Chare 581 (load 7.2790)

=== 1 === Less loaded core 4 P#1 (2 chares, load: 15.9420)
=== 1 === Chare from 4 P#4 (2 chares)
=== 1 === Chare 376 (load 7.1664)

=== 1 === Less loaded core 8 P#9346032 (2 chares, load: 16.0677)
=== 1 === Chare from 8 P#8 (2 chares)
=== 1 === Chare 354 (load 7.4810)

=== 1 === Less loaded core 9 P#0 (2 chares, load: 16.2142)
=== 1 === Chare from 9 P#9 (2 chares)
=== 1 === Chare 377 (load 7.0582)

=== 1 === Less loaded core 16 P#27076448 (2 chares, load: 16.2208)
=== 1 === Chare from 16 P#16 (2 chares)
=== 1 === Chare 513 (load 7.2427)

=== 1 === Less loaded core 26 P#2 (2 chares, load: 16.3218)
=== 1 === Chare from 26 P#26 (2 chares)
=== 1 === Chare 289 (load 7.2948)

=== 1 === Less loaded core 22 P#22 (2 chares, load: 16.3622)
=== 1 === Chare from 22 P#22 (2 chares)
=== 1 === Chare 532 (load 7.3312)

=== 1 === Less loaded core 31 P#32767 (2 chares, load: 16.3905)
=== 1 === Chare from 31 P#31 (2 chares)
=== 1 === Chare 548 (load 7.0578)

=== 1 === Less loaded core 6 P#5 (2 chares, load: 16.3928)
=== 1 === Chare from 6 P#6 (2 chares)
=== 1 === Chare 338 (load 7.2213)

=== 1 === Less loaded core 3 P#6 (2 chares, load: 16.4200)
=== 1 === Chare from 3 P#3 (2 chares)
=== 1 === Chare 477 (load 7.2697)

=== 1 === Less loaded core 0 P#0 (2 chares, load: 16.4402)
=== 1 === Chare from 0 P#0 (2 chares)
=== 1 === Chare 481 (load 7.2742)

=== 1 === Less loaded core 21 P#0 (2 chares, load: 16.4610)
=== 1 === Chare from 21 P#21 (2 chares)
=== 1 === Chare 361 (load 7.0589)

=== 1 === Less loaded core 15 P#0 (2 chares, load: 16.4829)
=== 1 === Chare from 15 P#15 (2 chares)
=== 1 === Chare 298 (load 7.2580)

=== 1 === Less loaded core 29 P#1076926387 (2 chares, load: 16.5926)
=== 1 === Chare from 29 P#29 (2 chares)
=== 1 === Chare 552 (load 7.1171)

=== 1 === Less loaded core 7 P#7 (2 chares, load: 16.6230)
=== 1 === Chare from 7 P#7 (2 chares)
=== 1 === Chare 479 (load 7.2177)

=== 1 === Less loaded core 10 P#0 (2 chares, load: 16.6451)
=== 1 === Chare from 10 P#10 (2 chares)
=== 1 === Chare 520 (load 7.4388)

=== 1 === Less loaded core 13 P#0 (2 chares, load: 16.6525)
=== 1 === Chare from 13 P#13 (2 chares)
=== 1 === Chare 585 (load 7.2535)

=== 1 === Less loaded core 1 P#2 (2 chares, load: 16.7189)
=== 1 === Chare from 1 P#1 (2 chares)
=== 1 === Chare 337 (load 7.2343)

=== 1 === Less loaded core 25 P#32767 (2 chares, load: 16.7388)
=== 1 === Chare from 25 P#25 (2 chares)
=== 1 === Chare 496 (load 7.3745)

=== 1 === Less loaded core 24 P#24 (2 chares, load: 16.7437)
=== 1 === Chare from 24 P#24 (2 chares)
=== 1 === Chare 280 (load 7.2688)

=== 1 === Less loaded core 30 P#-78976 (2 chares, load: 16.7451)
=== 1 === Chare from 30 P#30 (2 chares)
=== 1 === Chare 502 (load 7.0254)

=== 1 === Less loaded core 2 P#4 (2 chares, load: 16.7935)
=== 1 === Chare from 2 P#2 (2 chares)
=== 1 === Chare 439 (load 7.2409)

=== 1 === Less loaded core 18 P#32 (2 chares, load: 16.7959)
=== 1 === Chare from 18 P#18 (2 chares)
=== 1 === Chare 328 (load 7.3108)

=== 1 === Less loaded core 19 P#0 (2 chares, load: 16.8077)
=== 1 === Chare from 19 P#19 (2 chares)
=== 1 === Chare 344 (load 7.2847)

=== 1 === Less loaded core 12 P#27076000 (2 chares, load: 17.0035)
=== 1 === Chare from 12 P#12 (2 chares)
=== 1 === Chare 501 (load 7.0545)

=== 1 === Less loaded core 11 P#0 (2 chares, load: 17.0429)
=== 1 === Chare from 11 P#11 (2 chares)
=== 1 === Chare 579 (load 7.1934)

=== 1 === Less loaded core 14 P#19650880 (2 chares, load: 17.1147)
=== 1 === Chare from 14 P#14 (2 chares)
=== 1 === Chare 569 (load 7.2581)

=== 1 === Less loaded core 5 P#3 (2 chares, load: 17.2757)
=== 1 === Chare from 5 P#5 (2 chares)
=== 1 === Chare 283 (load 7.1590)

=== 1 === Less loaded core 28 P#-402653184 (2 chares, load: 17.3462)
=== 1 === Chare from 28 P#28 (2 chares)
=== 1 === Chare 436 (load 7.0540)

=== 1 === Less loaded core 23 P#23 (3 chares, load: 22.4756)
=== 1 === Chare from 23 P#23 (3 chares)
=== 1 === Chare 584 (load 7.2886)

=== 1 === Less loaded core 17 P#0 (3 chares, load: 22.5843)
=== 1 === Chare from 17 P#17 (3 chares)
=== 1 === Chare 515 (load 7.1255)

=== 1 === Less loaded core 20 P#0 (3 chares, load: 22.5882)
=== 1 === Chare from 20 P#20 (3 chares)
=== 1 === Chare 296 (load 7.3192)

=== 1 === Less loaded core 27 P#32767 (3 chares, load: 22.6659)
=== 1 === Chare from 27 P#27 (3 chares)
=== 1 === Chare 500 (load 7.2176)

=== 1 === Less loaded core 4 P#1 (3 chares, load: 23.1083)
=== 1 === Chare from 4 P#4 (3 chares)
=== 1 === Chare 291 (load 7.0573)

=== 1 === Less loaded core 9 P#0 (3 chares, load: 23.2723)
=== 1 === Chare from 9 P#9 (3 chares)
=== 1 === Chare 405 (load 7.0145)

=== 1 === Less loaded core 31 P#32767 (3 chares, load: 23.4483)
=== 1 === Chare from 31 P#31 (3 chares)
=== 1 === Chare 483 (load 6.9834)

=== 1 === Less loaded core 16 P#27076448 (3 chares, load: 23.4636)
=== 1 === Chare from 16 P#16 (3 chares)
=== 1 === Chare 578 (load 7.0822)

=== 1 === Less loaded core 21 P#0 (3 chares, load: 23.5199)
=== 1 === Chare from 21 P#21 (3 chares)
=== 1 === Chare 362 (load 6.9825)

=== 1 === Less loaded core 8 P#9346032 (3 chares, load: 23.5487)
=== 1 === Chare from 8 P#8 (3 chares)
=== 1 === Chare 346 (load 7.0704)

=== 1 === Less loaded core 6 P#5 (3 chares, load: 23.6141)
=== 1 === Chare from 6 P#6 (3 chares)
=== 1 === Chare 554 (load 6.9855)

=== 1 === Less loaded core 26 P#3 (3 chares, load: 23.6166)
=== 1 === Chare from 26 P#26 (3 chares)
=== 1 === Chare 497 (load 7.2751)

=== 1 === Less loaded core 3 P#6 (3 chares, load: 23.6897)
=== 1 === Chare from 3 P#3 (3 chares)
=== 1 === Chare 470 (load 7.2060)

=== 1 === Less loaded core 22 P#22 (3 chares, load: 23.6935)
=== 1 === Chare from 22 P#22 (3 chares)
=== 1 === Chare 534 (load 7.3256)

=== 1 === Less loaded core 29 P#1077392816 (3 chares, load: 23.7097)
=== 1 === Chare from 29 P#29 (3 chares)
=== 1 === Chare 438 (load 6.9585)

=== 1 === Less loaded core 0 P#0 (3 chares, load: 23.7144)
=== 1 === Chare from 0 P#0 (3 chares)
=== 1 === Chare 525 (load 7.2601)

=== 1 === Less loaded core 15 P#0 (3 chares, load: 23.7408)
=== 1 === Chare from 15 P#15 (3 chares)
=== 1 === Chare 514 (load 7.0508)

=== 1 === Less loaded core 30 P#-78976 (3 chares, load: 23.7705)
=== 1 === Chare from 30 P#30 (3 chares)
=== 1 === Chare 553 (load 6.9994)

=== 1 === Less loaded core 7 P#7 (3 chares, load: 23.8407)
=== 1 === Chare from 7 P#7 (3 chares)
=== 1 === Chare 550 (load 6.9819)

=== 1 === Less loaded core 13 P#0 (3 chares, load: 23.9061)
=== 1 === Chare from 13 P#13 (3 chares)
=== 1 === Chare 571 (load 7.1908)

=== 1 === Less loaded core 1 P#2 (3 chares, load: 23.9531)
=== 1 === Chare from 1 P#1 (3 chares)
=== 1 === Chare 471 (load 7.1667)

=== 1 === Less loaded core 24 P#24 (3 chares, load: 24.0125)
=== 1 === Chare from 24 P#24 (3 chares)
=== 1 === Chare 583 (load 7.2537)

=== 1 === Less loaded core 2 P#4 (3 chares, load: 24.0344)
=== 1 === Chare from 2 P#2 (3 chares)
=== 1 === Chare 570 (load 7.2221)

=== 1 === Less loaded core 12 P#27076000 (3 chares, load: 24.0579)
=== 1 === Chare from 12 P#12 (3 chares)
=== 1 === Chare 482 (load 6.9166)

=== 1 === Less loaded core 10 P#0 (3 chares, load: 24.0839)
=== 1 === Chare from 10 P#10 (3 chares)
=== 1 === Chare 577 (load 7.1774)

=== 1 === Less loaded core 19 P#0 (3 chares, load: 24.0924)
=== 1 === Chare from 19 P#19 (3 chares)
=== 1 === Chare 582 (load 7.2218)

=== 1 === Less loaded core 18 P#32 (3 chares, load: 24.1068)
=== 1 === Chare from 18 P#18 (3 chares)
=== 1 === Chare 330 (load 7.2029)

=== 1 === Less loaded core 25 P#32767 (3 chares, load: 24.1133)
=== 1 === Chare from 25 P#25 (3 chares)
=== 1 === Chare 600 (load 7.2340)

=== 1 === Less loaded core 11 P#0 (3 chares, load: 24.2363)
=== 1 === Chare from 11 P#11 (3 chares)
=== 1 === Chare 586 (load 7.1025)

=== 1 === Less loaded core 14 P#19650880 (3 chares, load: 24.3729)
=== 1 === Chare from 14 P#14 (3 chares)
=== 1 === Chare 404 (load 7.0529)

=== 1 === Less loaded core 28 P#-939524096 (3 chares, load: 24.4002)
=== 1 === Chare from 28 P#28 (3 chares)
=== 1 === Chare 290 (load 7.0022)

=== 1 === Less loaded core 5 P#3 (3 chares, load: 24.4347)
=== 1 === Chare from 5 P#5 (3 chares)
=== 1 === Chare 378 (load 7.0732)

[DEBUG] GetBackPlacement from node 2
3 7.3801
0 7.2331
1 7.2228
2 7.1937
46 8.9670
47 7.7835
45 7.7239
44 7.3248
49 7.2510
51 7.2448
48 7.2393
50 7.2174
94 7.3059
92 7.2228
93 7.2170
95 7.1634
14 9.3253
81 7.4193
82 7.3204
75 7.3129
99 7.3832
83 7.3688
80 7.3186
96 7.3135
69 9.3362
35 9.2809
24 7.3902
15 7.2805
36 9.4162
97 7.5204
74 7.3112
98 7.2369
61 7.8117
63 7.5354
60 7.5342
62 7.4425
90 7.5379
88 7.5142
91 7.4690
89 7.3086
112 7.7626
115 7.5675
113 7.4633
114 7.4557
119 7.6119
117 7.5941
116 7.5345
118 7.4457
106 7.6900
104 7.5487
105 7.4676
107 7.4229
108 7.8547
110 7.5495
109 7.4525
111 7.3842
120 7.9043
123 7.4013
121 7.3819
122 7.3637
124 8.9793
127 8.6844
125 8.5931
126 7.9432
5 9.0942
4 8.6859
7 8.5024
6 7.7883
22 9.0133
20 8.1023
23 8.0059
21 7.3404
59 7.6500
57 7.5214
56 7.4389
58 7.4225
65 9.1123
64 8.5570
67 8.5281
66 7.6497
76 7.1218
68 6.9991
11 6.9262
70 6.9251
72 7.3066
73 7.2409
37 7.0730
34 7.0170
54 9.1198
55 7.9280
29 7.0826
18 6.9910
26 7.3371
53 7.2018
30 7.0807
32 7.0440
8 9.2771
79 7.0108
12 6.9854
27 6.9753
52 8.0761
77 7.2949
13 7.0683
16 6.9979
87 8.9074
86 7.8754
85 7.8744
84 7.4171
102 8.9749
103 8.7196
100 8.6714
101 7.8371
9 7.0007
38 6.9653
33 6.9557
10 6.9040
39 7.1189
17 7.0597
71 6.9650
25 6.8693
19 9.4569
31 9.3659
43 9.3247
42 7.0415
40 7.1041
41 7.0926
28 7.0666
78 7.0146
Core 0 load 29.0297
Core 1 load 31.7992
Core 2 load 28.9525
Core 3 load 28.9091
Core 4 load 31.3778
Core 5 load 29.3841
Core 6 load 33.2877
Core 7 load 31.4847
Core 8 load 30.3238
Core 9 load 29.8297
Core 10 load 30.2491
Core 11 load 30.1862
Core 12 load 30.1292
Core 13 load 30.2408
Core 14 load 30.0512
Core 15 load 34.2000
Core 16 load 34.0709
Core 17 load 32.4619
Core 18 load 30.0327
Core 19 load 33.8472
Core 20 load 27.9721
Core 21 load 28.6374
Core 22 load 31.1213
Core 23 load 28.6635
Core 24 load 30.2486
Core 25 load 29.4372
Core 26 load 32.0743
Core 27 load 34.2030
Core 28 load 27.8257
Core 29 load 28.0130
Core 30 load 35.1890
Core 31 load 28.2778
Avg load 30.6722 in [29.7520 ; 31.5924 ]
Swap chares 115 (6.9040) and 123 (7.0415) between cores 28 (27.8257) and 30
(35.1890)
New loads : 28 (27.9632) and 30 (35.0514)
Swap chares 114 (6.9557) and 122 (9.3247) between cores 28 (27.9632) and 30
(35.0514)
New loads : 28 (30.3322) and 30 (32.6824)
Swap chares 83 (6.9251) and 111 (7.8371) between cores 20 (27.9721) and 27
(34.2030)
New loads : 20 (28.8842) and 27 (33.2910)
Swap chares 119 (6.8693) and 63 (7.9432) between cores 29 (28.0130) and 15
(34.2000)
New loads : 29 (29.0868) and 15 (33.1261)
Swap chares 127 (7.0146) and 67 (7.7883) between cores 31 (28.2778) and 16
(34.0709)
New loads : 31 (29.0515) and 16 (33.2972)
Swap chares 87 (7.0170) and 79 (7.6497) between cores 21 (28.6374) and 19
(33.8472)
New loads : 21 (29.2702) and 19 (33.2144)
Swap chares 94 (7.0807) and 66 (8.5024) between cores 23 (28.6635) and 16
(33.2972)
New loads : 23 (30.0852) and 16 (31.8754)
Swap chares 82 (6.9262) and 110 (8.6714) between cores 20 (28.8842) and 27
(33.2910)
New loads : 20 (30.6294) and 27 (31.5458)
Swap chares 15 (7.1634) and 27 (7.2805) between cores 3 (28.9091) and 6
(33.2877)
New loads : 3 (29.0262) and 6 (33.1706)
Swap chares 10 (7.2393) and 78 (8.5281) between cores 2 (28.9525) and 19
(33.2144)
New loads : 2 (30.2413) and 19 (31.9257)
Swap chares 14 (7.2170) and 26 (7.3902) between cores 3 (29.0262) and 6
(33.1706)
New loads : 3 (29.1994) and 6 (32.9975)
Swap chares 2 (7.2228) and 62 (8.5931) between cores 0 (29.0297) and 15
(33.1261)
New loads : 0 (30.4000) and 15 (31.7559)
Swap chares 126 (7.0666) and 26 (7.2170) between cores 31 (29.0515) and 6
(32.9975)
New loads : 31 (29.2020) and 6 (32.8470)
Swap chares 118 (6.9650) and 26 (7.0666) between cores 29 (29.0868) and 6
(32.8470)
New loads : 29 (29.1884) and 6 (32.7455)
Swap chares 117 (7.0597) and 25 (9.2809) between cores 29 (29.1884) and 6
(32.7455)
New loads : 29 (31.4096) and 6 (30.5243)
Swap chares 13 (7.2228) and 121 (9.3659) between cores 3 (29.1994) and 30
(32.6824)
New loads : 3 (31.3425) and 30 (30.5393)
Swap chares 126 (7.2170) and 70 (8.0059) between cores 31 (29.2020) and 17
(32.4619)
New loads : 31 (29.9909) and 17 (31.6730)
Swap chares 86 (7.0730) and 106 (7.8744) between cores 21 (29.2702) and 26
(32.0743)
New loads : 21 (30.0716) and 26 (31.2728)
Swap chares 21 (7.3688) and 77 (8.5570) between cores 5 (29.3841) and 19
(31.9257)
New loads : 5 (30.5723) and 19 (30.7374)
Swap chares 103 (6.9979) and 67 (7.0146) between cores 25 (29.4372) and 16
(31.8754)
New loads : 25 (29.4539) and 16 (31.8588)
Swap chares 102 (7.0683) and 66 (7.0807) between cores 25 (29.4539) and 16
(31.8588)
New loads : 25 (29.4663) and 16 (31.8464)
Swap chares 101 (7.2949) and 65 (8.6859) between cores 25 (29.4663) and 16
(31.8464)
New loads : 25 (30.8573) and 16 (30.4554)
Swap chares 39 (7.3086) and 7 (7.3248) between cores 9 (29.8297) and 1
(31.7992)
New loads : 9 (29.8458) and 1 (31.7830)
Swap chares 38 (7.4690) and 6 (7.7239) between cores 9 (29.8458) and 1
(31.7830)
New loads : 9 (30.1007) and 1 (31.5281)
Swap chares 125 (7.0926) and 61 (8.6844) between cores 31 (29.9909) and 15
(31.7559)
New loads : 31 (31.5826) and 15 (30.1641)
Swap chares 73 (7.5214) and 69 (8.1023) between cores 18 (30.0327) and 17
(31.6730)
New loads : 18 (30.6136) and 17 (31.0921)
=== 2 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 0 P#0 (0 chares)
=== 2 === Chare 537 (load 8.5931)

=== 2 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 2 === Chare from 1 P#1 (0 chares)
=== 2 === Chare 254 (load 8.9670)

=== 2 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 2 === Chare from 2 P#2 (0 chares)
=== 2 === Chare 323 (load 8.5281)

=== 2 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 2 === Chare from 3 P#3 (0 chares)
=== 2 === Chare 191 (load 9.3659)

=== 2 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 2 === Chare from 4 P#4 (0 chares)
=== 2 === Chare 150 (load 9.3253)

=== 2 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 2 === Chare from 5 P#5 (0 chares)
=== 2 === Chare 320 (load 8.5570)

=== 2 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 2 === Chare from 6 P#6 (0 chares)
=== 2 === Chare 325 (load 9.3362)

=== 2 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 2 === Chare from 7 P#7 (0 chares)
=== 2 === Chare 212 (load 9.4162)

=== 2 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 2 === Chare from 8 P#8 (0 chares)
=== 2 === Chare 313 (load 7.8117)

=== 2 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 9 P#9 (0 chares)
=== 2 === Chare 253 (load 7.7239)

=== 2 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 10 P#10 (0 chares)
=== 2 === Chare 472 (load 7.7626)

=== 2 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 11 P#11 (0 chares)
=== 2 === Chare 511 (load 7.6119)

=== 2 === Less loaded core 12 P#27346112 (0 chares, load: 0.0000)
=== 2 === Chare from 12 P#12 (0 chares)
=== 2 === Chare 458 (load 7.6900)

=== 2 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 13 P#13 (0 chares)
=== 2 === Chare 460 (load 7.8547)

=== 2 === Less loaded core 14 P#19190240 (0 chares, load: 0.0000)
=== 2 === Chare from 14 P#14 (0 chares)
=== 2 === Chare 516 (load 7.9043)

=== 2 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 15 P#15 (0 chares)
=== 2 === Chare 536 (load 8.9793)

=== 2 === Less loaded core 16 P#27346560 (0 chares, load: 0.0000)
=== 2 === Chare from 16 P#16 (0 chares)
=== 2 === Chare 109 (load 9.0942)

=== 2 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 17 P#17 (0 chares)
=== 2 === Chare 166 (load 9.0133)

=== 2 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 2 === Chare from 18 P#18 (0 chares)
=== 2 === Chare 164 (load 8.1023)

=== 2 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 19 P#19 (0 chares)
=== 2 === Chare 321 (load 9.1123)

=== 2 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 20 P#20 (0 chares)
=== 2 === Chare 452 (load 8.6714)

=== 2 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 21 P#21 (0 chares)
=== 2 === Chare 417 (load 7.8744)

=== 2 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 2 === Chare from 22 P#22 (0 chares)
=== 2 === Chare 302 (load 9.1198)

=== 2 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 2 === Chare from 23 P#23 (0 chares)
=== 2 === Chare 111 (load 8.5024)

=== 2 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 2 === Chare from 24 P#24 (0 chares)
=== 2 === Chare 132 (load 9.2771)

=== 2 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 2 === Chare from 25 P#25 (0 chares)
=== 2 === Chare 108 (load 8.6859)

=== 2 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 26 P#26 (0 chares)
=== 2 === Chare 419 (load 8.9074)

=== 2 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 2 === Chare from 27 P#27 (0 chares)
=== 2 === Chare 454 (load 8.9749)

=== 2 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 28 P#28 (0 chares)
=== 2 === Chare 251 (load 9.3247)

=== 2 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 29 P#29 (0 chares)
=== 2 === Chare 199 (load 9.2809)

=== 2 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 2 === Chare from 30 P#30 (0 chares)
=== 2 === Chare 159 (load 9.4569)

=== 2 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 2 === Chare from 31 P#31 (0 chares)
=== 2 === Chare 539 (load 8.6844)

=== 2 === Less loaded core 11 P#0 (1 chares, load: 7.6119)
=== 2 === Chare from 11 P#11 (1 chares)
=== 2 === Chare 509 (load 7.5941)

=== 2 === Less loaded core 12 P#27346112 (1 chares, load: 7.6900)
=== 2 === Chare from 12 P#12 (1 chares)
=== 2 === Chare 456 (load 7.5487)

=== 2 === Less loaded core 9 P#0 (1 chares, load: 7.7239)
=== 2 === Chare from 9 P#9 (1 chares)
=== 2 === Chare 426 (load 7.5379)

=== 2 === Less loaded core 10 P#0 (1 chares, load: 7.7626)
=== 2 === Chare from 10 P#10 (1 chares)
=== 2 === Chare 475 (load 7.5675)

=== 2 === Less loaded core 8 P#9346032 (1 chares, load: 7.8117)
=== 2 === Chare from 8 P#8 (1 chares)
=== 2 === Chare 315 (load 7.5354)

=== 2 === Less loaded core 13 P#0 (1 chares, load: 7.8547)
=== 2 === Chare from 13 P#13 (1 chares)
=== 2 === Chare 462 (load 7.5495)

=== 2 === Less loaded core 21 P#0 (1 chares, load: 7.8744)
=== 2 === Chare from 21 P#21 (1 chares)
=== 2 === Chare 322 (load 7.6497)

=== 2 === Less loaded core 14 P#19190240 (1 chares, load: 7.9043)
=== 2 === Chare from 14 P#14 (1 chares)
=== 2 === Chare 519 (load 7.4013)

=== 2 === Less loaded core 18 P#32 (1 chares, load: 8.1023)
=== 2 === Chare from 18 P#18 (1 chares)
=== 2 === Chare 311 (load 7.6500)

=== 2 === Less loaded core 23 P#23 (1 chares, load: 8.5024)
=== 2 === Chare from 23 P#23 (1 chares)
=== 2 === Chare 174 (load 7.3371)

=== 2 === Less loaded core 2 P#4 (1 chares, load: 8.5281)
=== 2 === Chare from 2 P#2 (1 chares)
=== 2 === Chare 277 (load 7.2510)

=== 2 === Less loaded core 5 P#3 (1 chares, load: 8.5570)
=== 2 === Chare from 5 P#5 (1 chares)
=== 2 === Chare 451 (load 7.3832)

=== 2 === Less loaded core 0 P#0 (1 chares, load: 8.5931)
=== 2 === Chare from 0 P#0 (1 chares)
=== 2 === Chare 95 (load 7.3801)

=== 2 === Less loaded core 20 P#0 (1 chares, load: 8.6714)
=== 2 === Chare from 20 P#20 (1 chares)
=== 2 === Chare 453 (load 7.8371)

=== 2 === Less loaded core 31 P#32767 (1 chares, load: 8.6844)
=== 2 === Chare from 31 P#31 (1 chares)
=== 2 === Chare 167 (load 8.0059)

=== 2 === Less loaded core 25 P#32767 (1 chares, load: 8.6859)
=== 2 === Chare from 25 P#25 (1 chares)
=== 2 === Chare 300 (load 8.0761)

=== 2 === Less loaded core 26 P#1 (1 chares, load: 8.9074)
=== 2 === Chare from 26 P#26 (1 chares)
=== 2 === Chare 418 (load 7.8754)

=== 2 === Less loaded core 1 P#2 (1 chares, load: 8.9670)
=== 2 === Chare from 1 P#1 (1 chares)
=== 2 === Chare 255 (load 7.7835)

=== 2 === Less loaded core 27 P#32767 (1 chares, load: 8.9749)
=== 2 === Chare from 27 P#27 (1 chares)
=== 2 === Chare 455 (load 8.7196)

=== 2 === Less loaded core 15 P#0 (1 chares, load: 8.9793)
=== 2 === Chare from 15 P#15 (1 chares)
=== 2 === Chare 93 (load 7.2228)

=== 2 === Less loaded core 17 P#0 (1 chares, load: 9.0133)
=== 2 === Chare from 17 P#17 (1 chares)
=== 2 === Chare 309 (load 7.5214)

=== 2 === Less loaded core 16 P#27346560 (1 chares, load: 9.0942)
=== 2 === Chare from 16 P#16 (1 chares)
=== 2 === Chare 389 (load 7.2949)

=== 2 === Less loaded core 19 P#0 (1 chares, load: 9.1123)
=== 2 === Chare from 19 P#19 (1 chares)
=== 2 === Chare 411 (load 7.3688)

=== 2 === Less loaded core 22 P#22 (1 chares, load: 9.1198)
=== 2 === Chare from 22 P#22 (1 chares)
=== 2 === Chare 303 (load 7.9280)

=== 2 === Less loaded core 24 P#24 (1 chares, load: 9.2771)
=== 2 === Chare from 24 P#24 (1 chares)
=== 2 === Chare 391 (load 7.0108)

=== 2 === Less loaded core 29 P#1076006868 (1 chares, load: 9.2809)
=== 2 === Chare from 29 P#29 (1 chares)
=== 2 === Chare 538 (load 7.9432)

=== 2 === Less loaded core 28 P#-671088640 (1 chares, load: 9.3247)
=== 2 === Chare from 28 P#28 (1 chares)
=== 2 === Chare 250 (load 7.0415)

=== 2 === Less loaded core 4 P#1 (1 chares, load: 9.3253)
=== 2 === Chare from 4 P#4 (1 chares)
=== 2 === Chare 409 (load 7.4193)

=== 2 === Less loaded core 6 P#5 (1 chares, load: 9.3362)
=== 2 === Chare from 6 P#6 (1 chares)
=== 2 === Chare 431 (load 7.1634)

=== 2 === Less loaded core 3 P#6 (1 chares, load: 9.3659)
=== 2 === Chare from 3 P#3 (1 chares)
=== 2 === Chare 172 (load 7.3902)

=== 2 === Less loaded core 7 P#7 (1 chares, load: 9.4162)
=== 2 === Chare from 7 P#7 (1 chares)
=== 2 === Chare 449 (load 7.5204)

=== 2 === Less loaded core 30 P#-78976 (1 chares, load: 9.4569)
=== 2 === Chare from 30 P#30 (1 chares)
=== 2 === Chare 428 (load 7.2228)

=== 2 === Less loaded core 11 P#0 (2 chares, load: 15.2060)
=== 2 === Chare from 11 P#11 (2 chares)
=== 2 === Chare 508 (load 7.5345)

=== 2 === Less loaded core 12 P#27346112 (2 chares, load: 15.2387)
=== 2 === Chare from 12 P#12 (2 chares)
=== 2 === Chare 457 (load 7.4676)

=== 2 === Less loaded core 9 P#0 (2 chares, load: 15.2617)
=== 2 === Chare from 9 P#9 (2 chares)
=== 2 === Chare 424 (load 7.5142)

=== 2 === Less loaded core 14 P#19190240 (2 chares, load: 15.3056)
=== 2 === Chare from 14 P#14 (2 chares)
=== 2 === Chare 517 (load 7.3819)

=== 2 === Less loaded core 10 P#0 (2 chares, load: 15.3301)
=== 2 === Chare from 10 P#10 (2 chares)
=== 2 === Chare 473 (load 7.4633)

=== 2 === Less loaded core 8 P#9346032 (2 chares, load: 15.3471)
=== 2 === Chare from 8 P#8 (2 chares)
=== 2 === Chare 312 (load 7.5342)

=== 2 === Less loaded core 13 P#0 (2 chares, load: 15.4042)
=== 2 === Chare from 13 P#13 (2 chares)
=== 2 === Chare 461 (load 7.4525)

=== 2 === Less loaded core 21 P#0 (2 chares, load: 15.5241)
=== 2 === Chare from 21 P#21 (2 chares)
=== 2 === Chare 364 (load 7.3066)

=== 2 === Less loaded core 18 P#32 (2 chares, load: 15.7523)
=== 2 === Chare from 18 P#18 (2 chares)
=== 2 === Chare 308 (load 7.4389)

=== 2 === Less loaded core 2 P#4 (2 chares, load: 15.7791)
=== 2 === Chare from 2 P#2 (2 chares)
=== 2 === Chare 279 (load 7.2448)

=== 2 === Less loaded core 23 P#23 (2 chares, load: 15.8395)
=== 2 === Chare from 23 P#23 (2 chares)
=== 2 === Chare 301 (load 7.2018)

=== 2 === Less loaded core 5 P#3 (2 chares, load: 15.9402)
=== 2 === Chare from 5 P#5 (2 chares)
=== 2 === Chare 408 (load 7.3186)

=== 2 === Less loaded core 0 P#0 (2 chares, load: 15.9732)
=== 2 === Chare from 0 P#0 (2 chares)
=== 2 === Chare 92 (load 7.2331)

=== 2 === Less loaded core 15 P#0 (2 chares, load: 16.2022)
=== 2 === Chare from 15 P#15 (2 chares)
=== 2 === Chare 249 (load 7.0926)

=== 2 === Less loaded core 24 P#24 (2 chares, load: 16.2879)
=== 2 === Chare from 24 P#24 (2 chares)
=== 2 === Chare 148 (load 6.9854)

=== 2 === Less loaded core 28 P#1946157056 (2 chares, load: 16.3662)
=== 2 === Chare from 28 P#28 (2 chares)
=== 2 === Chare 133 (load 7.0007)

=== 2 === Less loaded core 16 P#27346560 (2 chares, load: 16.3892)
=== 2 === Chare from 16 P#16 (2 chares)
=== 2 === Chare 149 (load 7.0683)

=== 2 === Less loaded core 19 P#0 (2 chares, load: 16.4811)
=== 2 === Chare from 19 P#19 (2 chares)
=== 2 === Chare 276 (load 7.2393)

=== 2 === Less loaded core 6 P#5 (2 chares, load: 16.4995)
=== 2 === Chare from 6 P#6 (2 chares)
=== 2 === Chare 157 (load 7.0597)

=== 2 === Less loaded core 20 P#0 (2 chares, load: 16.5085)
=== 2 === Chare from 20 P#20 (2 chares)
=== 2 === Chare 388 (load 7.1218)

=== 2 === Less loaded core 17 P#0 (2 chares, load: 16.5347)
=== 2 === Chare from 17 P#17 (2 chares)
=== 2 === Chare 165 (load 7.3404)

=== 2 === Less loaded core 30 P#-78976 (2 chares, load: 16.6796)
=== 2 === Chare from 30 P#30 (2 chares)
=== 2 === Chare 197 (load 6.9557)

=== 2 === Less loaded core 31 P#32767 (2 chares, load: 16.6903)
=== 2 === Chare from 31 P#31 (2 chares)
=== 2 === Chare 110 (load 7.7883)

=== 2 === Less loaded core 4 P#1 (2 chares, load: 16.7445)
=== 2 === Chare from 4 P#4 (2 chares)
=== 2 === Chare 410 (load 7.3204)

=== 2 === Less loaded core 1 P#2 (2 chares, load: 16.7505)
=== 2 === Chare from 1 P#1 (2 chares)
=== 2 === Chare 427 (load 7.4690)

=== 2 === Less loaded core 3 P#6 (2 chares, load: 16.7561)
=== 2 === Chare from 3 P#3 (2 chares)
=== 2 === Chare 430 (load 7.3059)

=== 2 === Less loaded core 25 P#32767 (2 chares, load: 16.7620)
=== 2 === Chare from 25 P#25 (2 chares)
=== 2 === Chare 190 (load 7.0807)

=== 2 === Less loaded core 26 P#2 (2 chares, load: 16.7828)
=== 2 === Chare from 26 P#26 (2 chares)
=== 2 === Chare 416 (load 7.4171)

=== 2 === Less loaded core 7 P#7 (2 chares, load: 16.9367)
=== 2 === Chare from 7 P#7 (2 chares)
=== 2 === Chare 366 (load 7.3112)

=== 2 === Less loaded core 22 P#22 (2 chares, load: 17.0477)
=== 2 === Chare from 22 P#22 (2 chares)
=== 2 === Chare 189 (load 7.0826)

=== 2 === Less loaded core 29 P#1076967774 (2 chares, load: 17.2241)
=== 2 === Chare from 29 P#29 (2 chares)
=== 2 === Chare 215 (load 7.1189)

=== 2 === Less loaded core 27 P#32767 (2 chares, load: 17.6945)
=== 2 === Chare from 27 P#27 (2 chares)
=== 2 === Chare 135 (load 6.9262)

=== 2 === Less loaded core 14 P#19190240 (3 chares, load: 22.6875)
=== 2 === Chare from 14 P#14 (3 chares)
=== 2 === Chare 518 (load 7.3637)

=== 2 === Less loaded core 12 P#27346112 (3 chares, load: 22.7063)
=== 2 === Chare from 12 P#12 (3 chares)
=== 2 === Chare 459 (load 7.4229)

=== 2 === Less loaded core 11 P#0 (3 chares, load: 22.7405)
=== 2 === Chare from 11 P#11 (3 chares)
=== 2 === Chare 510 (load 7.4457)

=== 2 === Less loaded core 9 P#0 (3 chares, load: 22.7760)
=== 2 === Chare from 9 P#9 (3 chares)
=== 2 === Chare 252 (load 7.3248)

=== 2 === Less loaded core 10 P#0 (3 chares, load: 22.7934)
=== 2 === Chare from 10 P#10 (3 chares)
=== 2 === Chare 474 (load 7.4557)

=== 2 === Less loaded core 21 P#0 (3 chares, load: 22.8307)
=== 2 === Chare from 21 P#21 (3 chares)
=== 2 === Chare 365 (load 7.2409)

=== 2 === Less loaded core 13 P#0 (3 chares, load: 22.8567)
=== 2 === Chare from 13 P#13 (3 chares)
=== 2 === Chare 463 (load 7.3842)

=== 2 === Less loaded core 8 P#9346032 (3 chares, load: 22.8813)
=== 2 === Chare from 8 P#8 (3 chares)
=== 2 === Chare 314 (load 7.4425)

=== 2 === Less loaded core 2 P#4 (3 chares, load: 23.0239)
=== 2 === Chare from 2 P#2 (3 chares)
=== 2 === Chare 278 (load 7.2174)

=== 2 === Less loaded core 23 P#23 (3 chares, load: 23.0413)
=== 2 === Chare from 23 P#23 (3 chares)
=== 2 === Chare 196 (load 7.0440)

=== 2 === Less loaded core 18 P#32 (3 chares, load: 23.1911)
=== 2 === Chare from 18 P#18 (3 chares)
=== 2 === Chare 310 (load 7.4225)

=== 2 === Less loaded core 0 P#0 (3 chares, load: 23.2062)
=== 2 === Chare from 0 P#0 (3 chares)
=== 2 === Chare 94 (load 7.1937)

=== 2 === Less loaded core 5 P#3 (3 chares, load: 23.2588)
=== 2 === Chare from 5 P#5 (3 chares)
=== 2 === Chare 448 (load 7.3135)

=== 2 === Less loaded core 24 P#24 (3 chares, load: 23.2732)
=== 2 === Chare from 24 P#24 (3 chares)
=== 2 === Chare 175 (load 6.9753)

=== 2 === Less loaded core 15 P#0 (3 chares, load: 23.2948)
=== 2 === Chare from 15 P#15 (3 chares)
=== 2 === Chare 173 (load 6.8693)

=== 2 === Less loaded core 28 P#1140850688 (3 chares, load: 23.3669)
=== 2 === Chare from 28 P#28 (3 chares)
=== 2 === Chare 214 (load 6.9653)

=== 2 === Less loaded core 16 P#27346560 (3 chares, load: 23.4575)
=== 2 === Chare from 16 P#16 (3 chares)
=== 2 === Chare 156 (load 6.9979)

=== 2 === Less loaded core 6 P#5 (3 chares, load: 23.5593)
=== 2 === Chare from 6 P#6 (3 chares)
=== 2 === Chare 327 (load 6.9650)

=== 2 === Less loaded core 20 P#0 (3 chares, load: 23.6303)
=== 2 === Chare from 20 P#20 (3 chares)
=== 2 === Chare 324 (load 6.9991)

=== 2 === Less loaded core 30 P#-78976 (3 chares, load: 23.6353)
=== 2 === Chare from 30 P#30 (3 chares)
=== 2 === Chare 134 (load 6.9040)

=== 2 === Less loaded core 19 P#0 (3 chares, load: 23.7204)
=== 2 === Chare from 19 P#19 (3 chares)
=== 2 === Chare 198 (load 7.0170)

=== 2 === Less loaded core 25 P#32767 (3 chares, load: 23.8427)
=== 2 === Chare from 25 P#25 (3 chares)
=== 2 === Chare 390 (load 7.0146)

=== 2 === Less loaded core 17 P#0 (3 chares, load: 23.8751)
=== 2 === Chare from 17 P#17 (3 chares)
=== 2 === Chare 429 (load 7.2170)

=== 2 === Less loaded core 3 P#6 (3 chares, load: 24.0620)
=== 2 === Chare from 3 P#3 (3 chares)
=== 2 === Chare 151 (load 7.2805)

=== 2 === Less loaded core 4 P#1 (3 chares, load: 24.0650)
=== 2 === Chare from 4 P#4 (3 chares)
=== 2 === Chare 367 (load 7.3129)

=== 2 === Less loaded core 22 P#22 (3 chares, load: 24.1303)
=== 2 === Chare from 22 P#22 (3 chares)
=== 2 === Chare 158 (load 6.9910)

=== 2 === Less loaded core 26 P#3 (3 chares, load: 24.1999)
=== 2 === Chare from 26 P#26 (3 chares)
=== 2 === Chare 213 (load 7.0730)

=== 2 === Less loaded core 1 P#2 (3 chares, load: 24.2195)
=== 2 === Chare from 1 P#1 (3 chares)
=== 2 === Chare 425 (load 7.3086)

=== 2 === Less loaded core 7 P#7 (3 chares, load: 24.2478)
=== 2 === Chare from 7 P#7 (3 chares)
=== 2 === Chare 450 (load 7.2369)

=== 2 === Less loaded core 29 P#1077434318 (3 chares, load: 24.3430)
=== 2 === Chare from 29 P#29 (3 chares)
=== 2 === Chare 188 (load 7.0666)

=== 2 === Less loaded core 31 P#32767 (3 chares, load: 24.4786)
=== 2 === Chare from 31 P#31 (3 chares)
=== 2 === Chare 248 (load 7.1041)

=== 2 === Less loaded core 27 P#32767 (3 chares, load: 24.6207)
=== 2 === Chare from 27 P#27 (3 chares)
=== 2 === Chare 326 (load 6.9251)

[DEBUG] GetBackPlacement from node 7
75 7.0483
0 7.0099
46 6.7492
47 6.7186
28 6.8376
17 6.7916
19 6.7533
89 6.7151
42 9.4672
102 9.4283
8 9.1156
30 6.8879
33 9.0993
123 9.0920
32 6.8257
108 6.6233
29 9.2353
14 9.1586
16 6.7920
12 6.7326
35 9.3269
18 9.0757
45 6.8102
34 6.7898
72 9.0782
26 9.0684
24 6.7779
25 6.7559
37 6.8222
38 6.7472
36 6.7226
88 6.6780
76 6.8064
7 6.7803
79 6.7686
55 6.7494
13 7.1357
10 7.0423
99 6.9969
77 6.7512
51 6.9693
50 6.8497
49 6.7898
109 6.7380
78 10.0534
97 7.1930
96 7.0632
114 6.9429
23 9.2111
67 9.0232
74 7.0956
122 6.9378
48 9.5824
111 9.5124
44 9.5107
124 9.4711
98 9.3858
115 9.3722
43 7.0702
69 6.9960
61 7.0352
60 6.9734
54 6.8896
52 6.7801
2 9.4224
1 7.0976
118 6.9341
82 6.8867
103 7.0649
56 7.0599
121 6.9997
70 6.9622
31 9.5769
59 9.4182
117 9.3380
119 6.9347
116 7.0880
127 7.0144
110 6.9815
93 6.9115
40 7.0909
4 7.0126
57 7.0057
5 6.9730
6 9.4100
80 9.3913
86 9.3273
53 9.3222
11 7.0625
9 7.0146
58 6.9508
87 6.9182
15 7.0195
83 6.9614
66 6.9414
81 6.9087
20 7.0915
3 7.0213
65 6.9877
64 6.9644
107 9.4433
68 9.4422
92 7.0064
71 6.9124
62 9.3065
21 7.1338
22 7.1181
63 6.8820
104 7.2397
105 7.1171
73 7.0774
27 7.0440
39 9.4593
95 9.3967
91 9.3936
84 7.0690
94 7.0566
106 7.0294
90 6.9457
85 6.9282
112 7.1309
41 7.1231
125 7.0903
126 7.0509
100 7.0749
120 7.0606
101 7.0554
113 6.8607
Core 0 load 27.5260
Core 1 load 27.0977
Core 2 load 34.8990
Core 3 load 31.6404
Core 4 load 31.9185
Core 5 load 32.0025
Core 6 load 31.6804
Core 7 load 26.9700
Core 8 load 27.1048
Core 9 load 27.9261
Core 10 load 27.3469
Core 11 load 31.2524
Core 12 load 32.2676
Core 13 load 38.0766
Core 14 load 32.8243
Core 15 load 27.6783
Core 16 load 30.3408
Core 17 load 28.0867
Core 18 load 35.2679
Core 19 load 27.9954
Core 20 load 28.0821
Core 21 load 37.4508
Core 22 load 27.9461
Core 23 load 27.8310
Core 24 load 28.0649
Core 25 load 32.8043
Core 26 load 30.4404
Core 27 load 28.4782
Core 28 load 35.3187
Core 29 load 27.9599
Core 30 load 28.3952
Core 31 load 28.0516
Avg load 30.3352 in [29.4251 ; 31.2452 ]
Swap chares 31 (6.6780) and 55 (9.4711) between cores 7 (26.9700) and 13
(38.0766)
New loads : 7 (29.7631) and 13 (35.2835)
Swap chares 7 (6.7151) and 87 (9.3222) between cores 1 (27.0977) and 21
(37.4508)
New loads : 1 (29.7047) and 21 (34.8437)
Swap chares 35 (6.7494) and 115 (7.0690) between cores 8 (27.1048) and 28
(35.3187)
New loads : 8 (27.4245) and 28 (34.9991)
Swap chares 42 (6.7898) and 54 (9.5107) between cores 10 (27.3469) and 13
(35.2835)
New loads : 10 (30.0678) and 13 (32.5626)
Swap chares 34 (6.7686) and 74 (9.3380) between cores 8 (27.4245) and 18
(35.2679)
New loads : 8 (29.9938) and 18 (32.6985)
Swap chares 3 (6.7186) and 115 (6.7494) between cores 0 (27.5260) and 28
(34.9991)
New loads : 0 (27.5569) and 28 (34.9683)
Swap chares 2 (6.7492) and 114 (9.3936) between cores 0 (27.5569) and 28
(34.9683)
New loads : 0 (30.2013) and 28 (32.3239)
Swap chares 63 (6.7801) and 11 (6.8879) between cores 15 (27.6783) and 2
(34.8990)
New loads : 15 (27.7861) and 2 (34.7912)
Swap chares 62 (6.8896) and 86 (9.3273) between cores 15 (27.7861) and 21
(34.8437)
New loads : 15 (30.2238) and 21 (32.4060)
Swap chares 94 (6.9414) and 10 (9.1156) between cores 23 (27.8310) and 2
(34.7912)
New loads : 23 (30.0053) and 2 (32.6169)
Swap chares 39 (6.7512) and 59 (6.9960) between cores 9 (27.9261) and 14
(32.8243)
New loads : 9 (28.1709) and 14 (32.5794)
Swap chares 90 (6.9508) and 102 (7.0064) between cores 22 (27.9461) and 25
(32.8043)
New loads : 22 (28.0017) and 25 (32.7486)
Swap chares 118 (6.9457) and 102 (6.9508) between cores 29 (27.9599) and 25
(32.7486)
New loads : 29 (27.9650) and 25 (32.7436)
Swap chares 117 (7.0294) and 101 (9.4422) between cores 29 (27.9650) and 25
(32.7436)
New loads : 29 (30.3779) and 25 (30.3307)
Swap chares 79 (6.9115) and 75 (6.9347) between cores 19 (27.9954) and 18
(32.6985)
New loads : 19 (28.0186) and 18 (32.6753)
Swap chares 89 (7.0146) and 73 (9.4182) between cores 22 (28.0017) and 18
(32.6753)
New loads : 22 (30.4053) and 18 (30.2717)
Swap chares 77 (7.0144) and 9 (9.4283) between cores 19 (28.0186) and 2
(32.6169)
New loads : 19 (30.4326) and 2 (30.2030)
Swap chares 126 (7.0554) and 58 (7.0702) between cores 31 (28.0516) and 14
(32.5794)
New loads : 31 (28.0665) and 14 (32.5646)
Swap chares 98 (6.9877) and 58 (7.0554) between cores 24 (28.0649) and 14
(32.5646)
New loads : 24 (28.1326) and 14 (32.4969)
Swap chares 125 (7.0606) and 53 (9.5124) between cores 31 (28.0665) and 13
(32.5626)
New loads : 31 (30.5183) and 13 (30.1108)
Swap chares 81 (7.0126) and 57 (9.3722) between cores 20 (28.0821) and 14
(32.4969)
New loads : 20 (30.4418) and 14 (30.1373)
Swap chares 69 (7.0599) and 85 (9.3913) between cores 17 (28.0867) and 21
(32.4060)
New loads : 17 (30.4181) and 21 (30.0745)
Swap chares 97 (7.0213) and 113 (9.3967) between cores 24 (28.1326) and 28
(32.3239)
New loads : 24 (30.5080) and 28 (29.9485)
Swap chares 38 (6.9969) and 50 (7.0956) between cores 9 (28.1709) and 12
(32.2676)
New loads : 9 (28.2695) and 12 (32.1690)
Swap chares 37 (7.0423) and 49 (9.0232) between cores 9 (28.2695) and 12
(32.1690)
New loads : 9 (30.2504) and 12 (30.1882)
Swap chares 121 (7.1231) and 21 (9.0757) between cores 30 (28.3952) and 5
(32.0025)
New loads : 30 (30.3477) and 5 (30.0499)
Swap chares 109 (7.1171) and 17 (9.1586) between cores 27 (28.4782) and 4
(31.9185)
New loads : 27 (30.5197) and 4 (29.8770)
Swap chares 6 (6.7533) and 26 (6.7779) between cores 1 (29.7047) and 6
(31.6804)
New loads : 1 (29.7293) and 6 (31.6558)
Swap chares 5 (6.7916) and 25 (9.0684) between cores 1 (29.7293) and 6
(31.6558)
New loads : 1 (32.0061) and 6 (29.3789)
Swap chares 27 (6.7559) and 7 (9.3222) between cores 6 (29.3789) and 1
(32.0061)
New loads : 6 (31.9452) and 1 (29.4398)
Swap chares 7 (6.7559) and 27 (9.3222) between cores 1 (29.4398) and 6
(31.9452)
New loads : 1 (32.0061) and 6 (29.3789)
Swap chares 27 (6.7559) and 7 (9.3222) between cores 6 (29.3789) and 1
(32.0061)
New loads : 6 (31.9452) and 1 (29.4398)
Swap chares 7 (6.7559) and 27 (9.3222) between cores 1 (29.4398) and 6
(31.9452)
New loads : 1 (32.0061) and 6 (29.3789)
Swap chares 27 (6.7559) and 7 (9.3222) between cores 6 (29.3789) and 1
(32.0061)
New loads : 6 (31.9452) and 1 (29.4398)
Swap chares 7 (6.7559) and 27 (9.3222) between cores 1 (29.4398) and 6
(31.9452)
New loads : 1 (32.0061) and 6 (29.3789)
Swap chares 27 (6.7559) and 7 (9.3222) between cores 6 (29.3789) and 1
(32.0061)
New loads : 6 (31.9452) and 1 (29.4398)
Swap chares 7 (6.7559) and 27 (9.3222) between cores 1 (29.4398) and 6
(31.9452)
New loads : 1 (32.0061) and 6 (29.3789)
Swap chares 27 (6.7559) and 7 (9.3222) between cores 6 (29.3789) and 1
(32.0061)
New loads : 6 (31.9452) and 1 (29.4398)
Swap chares 7 (6.7559) and 27 (9.3222) between cores 1 (29.4398) and 6
(31.9452)
New loads : 1 (32.0061) and 6 (29.3789)
Swap chares 27 (6.7559) and 7 (9.3222) between cores 6 (29.3789) and 1
(32.0061)
New loads : 6 (31.9452) and 1 (29.4398)
Swap chares 7 (6.7559) and 27 (9.3222) between cores 1 (29.4398) and 6
(31.9452)
New loads : 1 (32.0061) and 6 (29.3789)
Swap chares 27 (6.7559) and 7 (9.3222) between cores 6 (29.3789) and 1
(32.0061)
New loads : 6 (31.9452) and 1 (29.4398)
Swap chares 7 (6.7559) and 27 (9.3222) between cores 1 (29.4398) and 6
(31.9452)
New loads : 1 (32.0061) and 6 (29.3789)
Swap chares 27 (6.7559) and 7 (9.3222) between cores 6 (29.3789) and 1
(32.0061)
New loads : 6 (31.9452) and 1 (29.4398)
Swap chares 7 (6.7559) and 27 (9.3222) between cores 1 (29.4398) and 6
(31.9452)
New loads : 1 (32.0061) and 6 (29.3789)
Swap chares 27 (6.7559) and 7 (9.3222) between cores 6 (29.3789) and 1
(32.0061)
New loads : 6 (31.9452) and 1 (29.4398)
Swap chares 7 (6.7559) and 27 (9.3222) between cores 1 (29.4398) and 6
(31.9452)
New loads : 1 (32.0061) and 6 (29.3789)
Swap chares 27 (6.7559) and 7 (9.3222) between cores 6 (29.3789) and 1
(32.0061)
New loads : 6 (31.9452) and 1 (29.4398)
Swap chares 7 (6.7559) and 27 (9.3222) between cores 1 (29.4398) and 6
(31.9452)
New loads : 1 (32.0061) and 6 (29.3789)
Swap chares 27 (6.7559) and 7 (9.3222) between cores 6 (29.3789) and 1
(32.0061)
New loads : 6 (31.9452) and 1 (29.4398)
Swap chares 7 (6.7559) and 27 (9.3222) between cores 1 (29.4398) and 6
(31.9452)
New loads : 1 (32.0061) and 6 (29.3789)
Swap chares 27 (6.7559) and 7 (9.3222) between cores 6 (29.3789) and 1
(32.0061)
New loads : 6 (31.9452) and 1 (29.4398)
Swap chares 7 (6.7559) and 27 (9.3222) between cores 1 (29.4398) and 6
(31.9452)
New loads : 1 (32.0061) and 6 (29.3789)
Swap chares 27 (6.7559) and 7 (9.3222) between cores 6 (29.3789) and 1
(32.0061)
New loads : 6 (31.9452) and 1 (29.4398)
Swap chares 7 (6.7559) and 27 (9.3222) between cores 1 (29.4398) and 6
(31.9452)
New loads : 1 (32.0061) and 6 (29.3789)
Swap chares 27 (6.7559) and 7 (9.3222) between cores 6 (29.3789) and 1
(32.0061)
New loads : 6 (31.9452) and 1 (29.4398)
Swap chares 7 (6.7559) and 27 (9.3222) between cores 1 (29.4398) and 6
(31.9452)
New loads : 1 (32.0061) and 6 (29.3789)
Swap chares 27 (6.7559) and 7 (9.3222) between cores 6 (29.3789) and 1
(32.0061)
New loads : 6 (31.9452) and 1 (29.4398)
Swap chares 7 (6.7559) and 27 (9.3222) between cores 1 (29.4398) and 6
(31.9452)
New loads : 1 (32.0061) and 6 (29.3789)
Swap chares 27 (6.7559) and 7 (9.3222) between cores 6 (29.3789) and 1
(32.0061)
New loads : 6 (31.9452) and 1 (29.4398)
Swap chares 7 (6.7559) and 27 (9.3222) between cores 1 (29.4398) and 6
(31.9452)
New loads : 1 (32.0061) and 6 (29.3789)
Swap chares 27 (6.7559) and 7 (9.3222) between cores 6 (29.3789) and 1
(32.0061)
New loads : 6 (31.9452) and 1 (29.4398)
Swap chares 7 (6.7559) and 27 (9.3222) between cores 1 (29.4398) and 6
(31.9452)
New loads : 1 (32.0061) and 6 (29.3789)
Swap chares 27 (6.7559) and 7 (9.3222) between cores 6 (29.3789) and 1
(32.0061)
New loads : 6 (31.9452) and 1 (29.4398)
=== 7 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 0 P#0 (0 chares)
=== 7 === Chare 835 (load 9.3936)

=== 7 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 7 === Chare from 1 P#1 (0 chares)
=== 7 === Chare 646 (load 9.0684)

=== 7 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 7 === Chare from 2 P#2 (0 chares)
=== 7 === Chare 726 (load 9.4672)

=== 7 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 7 === Chare from 3 P#3 (0 chares)
=== 7 === Chare 693 (load 9.0993)

=== 7 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 7 === Chare from 4 P#4 (0 chares)
=== 7 === Chare 665 (load 9.2353)

=== 7 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 7 === Chare from 5 P#5 (0 chares)
=== 7 === Chare 695 (load 9.3269)

=== 7 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 7 === Chare from 6 P#6 (0 chares)
=== 7 === Chare 753 (load 9.3222)

=== 7 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 7 === Chare from 7 P#7 (0 chares)
=== 7 === Chare 880 (load 9.4711)

=== 7 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 7 === Chare from 8 P#8 (0 chares)
=== 7 === Chare 865 (load 9.3380)

=== 7 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 9 P#9 (0 chares)
=== 7 === Chare 775 (load 9.0232)

=== 7 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 10 P#10 (0 chares)
=== 7 === Chare 736 (load 9.5107)

=== 7 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 11 P#11 (0 chares)
=== 7 === Chare 814 (load 10.0534)

=== 7 === Less loaded core 12 P#27616240 (0 chares, load: 0.0000)
=== 7 === Chare from 12 P#12 (0 chares)
=== 7 === Chare 639 (load 9.2111)

=== 7 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 13 P#13 (0 chares)
=== 7 === Chare 748 (load 9.5824)

=== 7 === Less loaded core 14 P#19191072 (0 chares, load: 0.0000)
=== 7 === Chare from 14 P#14 (0 chares)
=== 7 === Chare 842 (load 9.3858)

=== 7 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 15 P#15 (0 chares)
=== 7 === Chare 830 (load 9.3273)

=== 7 === Less loaded core 16 P#27616688 (0 chares, load: 0.0000)
=== 7 === Chare from 16 P#16 (0 chares)
=== 7 === Chare 546 (load 9.4224)

=== 7 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 17 P#17 (0 chares)
=== 7 === Chare 816 (load 9.3913)

=== 7 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 7 === Chare from 18 P#18 (0 chares)
=== 7 === Chare 667 (load 9.5769)

=== 7 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 19 P#19 (0 chares)
=== 7 === Chare 850 (load 9.4283)

=== 7 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 20 P#20 (0 chares)
=== 7 === Chare 863 (load 9.3722)

=== 7 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 21 P#21 (0 chares)
=== 7 === Chare 574 (load 9.4100)

=== 7 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 7 === Chare from 22 P#22 (0 chares)
=== 7 === Chare 759 (load 9.4182)

=== 7 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 7 === Chare from 23 P#23 (0 chares)
=== 7 === Chare 588 (load 9.1156)

=== 7 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 7 === Chare from 24 P#24 (0 chares)
=== 7 === Chare 839 (load 9.3967)

=== 7 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 7 === Chare from 25 P#25 (0 chares)
=== 7 === Chare 855 (load 9.4433)

=== 7 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 26 P#26 (0 chares)
=== 7 === Chare 770 (load 9.3065)

=== 7 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 7 === Chare from 27 P#27 (0 chares)
=== 7 === Chare 630 (load 9.1586)

=== 7 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 28 P#28 (0 chares)
=== 7 === Chare 699 (load 9.4593)

=== 7 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 29 P#29 (0 chares)
=== 7 === Chare 780 (load 9.4422)

=== 7 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 7 === Chare from 30 P#30 (0 chares)
=== 7 === Chare 634 (load 9.0757)

=== 7 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 7 === Chare from 31 P#31 (0 chares)
=== 7 === Chare 859 (load 9.5124)

=== 7 === Less loaded core 9 P#0 (1 chares, load: 9.0232)
=== 7 === Chare from 9 P#9 (1 chares)
=== 7 === Chare 629 (load 7.1357)

=== 7 === Less loaded core 1 P#2 (1 chares, load: 9.0684)
=== 7 === Chare from 1 P#1 (1 chares)
=== 7 === Chare 664 (load 6.8376)

=== 7 === Less loaded core 30 P#-78976 (1 chares, load: 9.0757)
=== 7 === Chare from 30 P#30 (1 chares)
=== 7 === Chare 860 (load 7.1309)

=== 7 === Less loaded core 3 P#6 (1 chares, load: 9.0993)
=== 7 === Chare from 3 P#3 (1 chares)
=== 7 === Chare 871 (load 9.0920)

=== 7 === Less loaded core 23 P#23 (1 chares, load: 9.1156)
=== 7 === Chare from 23 P#23 (1 chares)
=== 7 === Chare 631 (load 7.0195)

=== 7 === Less loaded core 27 P#32767 (1 chares, load: 9.1586)
=== 7 === Chare from 27 P#27 (1 chares)
=== 7 === Chare 852 (load 7.2397)

=== 7 === Less loaded core 12 P#27616240 (1 chares, load: 9.2111)
=== 7 === Chare from 12 P#12 (1 chares)
=== 7 === Chare 590 (load 7.0423)

=== 7 === Less loaded core 4 P#1 (1 chares, load: 9.2353)
=== 7 === Chare from 4 P#4 (1 chares)
=== 7 === Chare 853 (load 7.1171)

=== 7 === Less loaded core 26 P#1 (1 chares, load: 9.3065)
=== 7 === Chare from 26 P#26 (1 chares)
=== 7 === Chare 637 (load 7.1338)

=== 7 === Less loaded core 6 P#5 (1 chares, load: 9.3222)
=== 7 === Chare from 6 P#6 (1 chares)
=== 7 === Chare 800 (load 9.0782)

=== 7 === Less loaded core 5 P#3 (1 chares, load: 9.3269)
=== 7 === Chare from 5 P#5 (1 chares)
=== 7 === Chare 725 (load 7.1231)

=== 7 === Less loaded core 15 P#0 (1 chares, load: 9.3273)
=== 7 === Chare from 15 P#15 (1 chares)
=== 7 === Chare 769 (load 7.0352)

=== 7 === Less loaded core 8 P#9346032 (1 chares, load: 9.3380)
=== 7 === Chare from 8 P#8 (1 chares)
=== 7 === Chare 828 (load 7.0690)

=== 7 === Less loaded core 20 P#0 (1 chares, load: 9.3722)
=== 7 === Chare from 20 P#20 (1 chares)
=== 7 === Chare 724 (load 7.0909)

=== 7 === Less loaded core 14 P#19191072 (1 chares, load: 9.3858)
=== 7 === Chare from 14 P#14 (1 chares)
=== 7 === Chare 572 (load 7.0126)

=== 7 === Less loaded core 17 P#0 (1 chares, load: 9.3913)
=== 7 === Chare from 17 P#17 (1 chares)
=== 7 === Chare 851 (load 7.0649)

=== 7 === Less loaded core 0 P#0 (1 chares, load: 9.3936)
=== 7 === Chare from 0 P#0 (1 chares)
=== 7 === Chare 803 (load 7.0483)

=== 7 === Less loaded core 24 P#24 (1 chares, load: 9.3967)
=== 7 === Chare from 24 P#24 (1 chares)
=== 7 === Chare 636 (load 7.0915)

=== 7 === Less loaded core 21 P#0 (1 chares, load: 9.4100)
=== 7 === Chare from 21 P#21 (1 chares)
=== 7 === Chare 756 (load 7.0599)

=== 7 === Less loaded core 22 P#22 (1 chares, load: 9.4182)
=== 7 === Chare from 22 P#22 (1 chares)
=== 7 === Chare 591 (load 7.0625)

=== 7 === Less loaded core 16 P#27616688 (1 chares, load: 9.4224)
=== 7 === Chare from 16 P#16 (1 chares)
=== 7 === Chare 545 (load 7.0976)

=== 7 === Less loaded core 19 P#0 (1 chares, load: 9.4283)
=== 7 === Chare from 19 P#19 (1 chares)
=== 7 === Chare 864 (load 7.0880)

=== 7 === Less loaded core 29 P#1076028008 (1 chares, load: 9.4422)
=== 7 === Chare from 29 P#29 (1 chares)
=== 7 === Chare 838 (load 7.0566)

=== 7 === Less loaded core 25 P#32767 (1 chares, load: 9.4433)
=== 7 === Chare from 25 P#25 (1 chares)
=== 7 === Chare 854 (load 7.0294)

=== 7 === Less loaded core 28 P#-268435456 (1 chares, load: 9.4593)
=== 7 === Chare from 28 P#28 (1 chares)
=== 7 === Chare 547 (load 7.0213)

=== 7 === Less loaded core 2 P#4 (1 chares, load: 9.4672)
=== 7 === Chare from 2 P#2 (1 chares)
=== 7 === Chare 883 (load 7.0144)

=== 7 === Less loaded core 7 P#7 (1 chares, load: 9.4711)
=== 7 === Chare from 7 P#7 (1 chares)
=== 7 === Chare 697 (load 6.8222)

=== 7 === Less loaded core 10 P#0 (1 chares, load: 9.5107)
=== 7 === Chare from 10 P#10 (1 chares)
=== 7 === Chare 751 (load 6.9693)

=== 7 === Less loaded core 31 P#32767 (1 chares, load: 9.5124)
=== 7 === Chare from 31 P#31 (1 chares)
=== 7 === Chare 848 (load 7.0749)

=== 7 === Less loaded core 18 P#32 (1 chares, load: 9.5769)
=== 7 === Chare from 18 P#18 (1 chares)
=== 7 === Chare 589 (load 7.0146)

=== 7 === Less loaded core 13 P#0 (1 chares, load: 9.5824)
=== 7 === Chare from 13 P#13 (1 chares)
=== 7 === Chare 868 (load 7.0606)

=== 7 === Less loaded core 11 P#0 (1 chares, load: 10.0534)
=== 7 === Chare from 11 P#11 (1 chares)
=== 7 === Chare 841 (load 7.1930)

=== 7 === Less loaded core 1 P#2 (2 chares, load: 15.9061)
=== 7 === Chare from 1 P#1 (2 chares)
=== 7 === Chare 644 (load 6.7779)

=== 7 === Less loaded core 23 P#23 (2 chares, load: 16.1352)
=== 7 === Chare from 23 P#23 (2 chares)
=== 7 === Chare 819 (load 6.9614)

=== 7 === Less loaded core 9 P#0 (2 chares, load: 16.1588)
=== 7 === Chare from 9 P#9 (2 chares)
=== 7 === Chare 802 (load 7.0956)

=== 7 === Less loaded core 30 P#-78976 (2 chares, load: 16.2065)
=== 7 === Chare from 30 P#30 (2 chares)
=== 7 === Chare 881 (load 7.0903)

=== 7 === Less loaded core 12 P#27616240 (2 chares, load: 16.2534)
=== 7 === Chare from 12 P#12 (2 chares)
=== 7 === Chare 843 (load 6.9969)

=== 7 === Less loaded core 7 P#7 (2 chares, load: 16.2933)
=== 7 === Chare from 7 P#7 (2 chares)
=== 7 === Chare 698 (load 6.7472)

=== 7 === Less loaded core 4 P#1 (2 chares, load: 16.3524)
=== 7 === Chare from 4 P#4 (2 chares)
=== 7 === Chare 632 (load 6.7920)

=== 7 === Less loaded core 15 P#0 (2 chares, load: 16.3625)
=== 7 === Chare from 15 P#15 (2 chares)
=== 7 === Chare 768 (load 6.9734)

=== 7 === Less loaded core 27 P#32767 (2 chares, load: 16.3983)
=== 7 === Chare from 27 P#27 (2 chares)
=== 7 === Chare 801 (load 7.0774)

=== 7 === Less loaded core 14 P#19191072 (2 chares, load: 16.3984)
=== 7 === Chare from 14 P#14 (2 chares)
=== 7 === Chare 773 (load 6.9877)

=== 7 === Less loaded core 8 P#9346032 (2 chares, load: 16.4071)
=== 7 === Chare from 8 P#8 (2 chares)
=== 7 === Chare 812 (load 6.8064)

=== 7 === Less loaded core 26 P#2 (2 chares, load: 16.4403)
=== 7 === Chare from 26 P#26 (2 chares)
=== 7 === Chare 638 (load 7.1181)

=== 7 === Less loaded core 0 P#0 (2 chares, load: 16.4419)
=== 7 === Chare from 0 P#0 (2 chares)
=== 7 === Chare 544 (load 7.0099)

=== 7 === Less loaded core 5 P#3 (2 chares, load: 16.4500)
=== 7 === Chare from 5 P#5 (2 chares)
=== 7 === Chare 737 (load 6.8102)

=== 7 === Less loaded core 17 P#0 (2 chares, load: 16.4563)
=== 7 === Chare from 17 P#17 (2 chares)
=== 7 === Chare 869 (load 6.9997)

=== 7 === Less loaded core 20 P#0 (2 chares, load: 16.4630)
=== 7 === Chare from 20 P#20 (2 chares)
=== 7 === Chare 757 (load 7.0057)

=== 7 === Less loaded core 21 P#0 (2 chares, load: 16.4698)
=== 7 === Chare from 21 P#21 (2 chares)
=== 7 === Chare 754 (load 6.8896)

=== 7 === Less loaded core 25 P#32767 (2 chares, load: 16.4726)
=== 7 === Chare from 25 P#25 (2 chares)
=== 7 === Chare 834 (load 6.9457)

=== 7 === Less loaded core 10 P#0 (2 chares, load: 16.4800)
=== 7 === Chare from 10 P#10 (2 chares)
=== 7 === Chare 750 (load 6.8497)

=== 7 === Less loaded core 28 P#-1744830464 (2 chares, load: 16.4806)
=== 7 === Chare from 28 P#28 (2 chares)
=== 7 === Chare 738 (load 6.7492)

=== 7 === Less loaded core 22 P#22 (2 chares, load: 16.4807)
=== 7 === Chare from 22 P#22 (2 chares)
=== 7 === Chare 836 (load 7.0064)

=== 7 === Less loaded core 2 P#4 (2 chares, load: 16.4816)
=== 7 === Chare from 2 P#2 (2 chares)
=== 7 === Chare 774 (load 6.9414)

=== 7 === Less loaded core 24 P#24 (2 chares, load: 16.4882)
=== 7 === Chare from 24 P#24 (2 chares)
=== 7 === Chare 849 (load 7.0554)

=== 7 === Less loaded core 29 P#1076920242 (2 chares, load: 16.4988)
=== 7 === Chare from 29 P#29 (2 chares)
=== 7 === Chare 758 (load 6.9508)

=== 7 === Less loaded core 19 P#0 (2 chares, load: 16.5163)
=== 7 === Chare from 19 P#19 (2 chares)
=== 7 === Chare 858 (load 6.9815)

=== 7 === Less loaded core 16 P#27616688 (2 chares, load: 16.5200)
=== 7 === Chare from 16 P#16 (2 chares)
=== 7 === Chare 866 (load 6.9341)

=== 7 === Less loaded core 31 P#32767 (2 chares, load: 16.5873)
=== 7 === Chare from 31 P#31 (2 chares)
=== 7 === Chare 727 (load 7.0702)

=== 7 === Less loaded core 18 P#32 (2 chares, load: 16.5916)
=== 7 === Chare from 18 P#18 (2 chares)
=== 7 === Chare 837 (load 6.9115)

=== 7 === Less loaded core 13 P#0 (2 chares, load: 16.6430)
=== 7 === Chare from 13 P#13 (2 chares)
=== 7 === Chare 749 (load 6.7898)

=== 7 === Less loaded core 11 P#0 (2 chares, load: 17.2464)
=== 7 === Chare from 11 P#11 (2 chares)
=== 7 === Chare 840 (load 7.0632)

=== 7 === Less loaded core 3 P#6 (2 chares, load: 18.1913)
=== 7 === Chare from 3 P#3 (2 chares)
=== 7 === Chare 692 (load 6.8257)

=== 7 === Less loaded core 6 P#5 (2 chares, load: 18.4003)
=== 7 === Chare from 6 P#6 (2 chares)
=== 7 === Chare 633 (load 6.7916)

=== 7 === Less loaded core 1 P#2 (3 chares, load: 22.6840)
=== 7 === Chare from 1 P#1 (3 chares)
=== 7 === Chare 645 (load 6.7559)

=== 7 === Less loaded core 7 P#7 (3 chares, load: 23.0405)
=== 7 === Chare from 7 P#7 (3 chares)
=== 7 === Chare 696 (load 6.7226)

=== 7 === Less loaded core 23 P#23 (3 chares, load: 23.0965)
=== 7 === Chare from 23 P#23 (3 chares)
=== 7 === Chare 817 (load 6.9087)

=== 7 === Less loaded core 4 P#1 (3 chares, load: 23.1444)
=== 7 === Chare from 4 P#4 (3 chares)
=== 7 === Chare 628 (load 6.7326)

=== 7 === Less loaded core 8 P#9346032 (3 chares, load: 23.2135)
=== 7 === Chare from 8 P#8 (3 chares)
=== 7 === Chare 575 (load 6.7803)

=== 7 === Less loaded core 28 P#536870912 (3 chares, load: 23.2299)
=== 7 === Chare from 28 P#28 (3 chares)
=== 7 === Chare 739 (load 6.7186)

=== 7 === Less loaded core 12 P#27616240 (3 chares, load: 23.2504)
=== 7 === Chare from 12 P#12 (3 chares)
=== 7 === Chare 870 (load 6.9378)

=== 7 === Less loaded core 9 P#0 (3 chares, load: 23.2544)
=== 7 === Chare from 9 P#9 (3 chares)
=== 7 === Chare 781 (load 6.9960)

=== 7 === Less loaded core 5 P#3 (3 chares, load: 23.2601)
=== 7 === Chare from 5 P#5 (3 chares)
=== 7 === Chare 694 (load 6.7898)

=== 7 === Less loaded core 30 P#-78976 (3 chares, load: 23.2969)
=== 7 === Chare from 30 P#30 (3 chares)
=== 7 === Chare 882 (load 7.0509)

=== 7 === Less loaded core 10 P#0 (3 chares, load: 23.3298)
=== 7 === Chare from 10 P#10 (3 chares)
=== 7 === Chare 857 (load 6.7380)

=== 7 === Less loaded core 15 P#0 (3 chares, load: 23.3359)
=== 7 === Chare from 15 P#15 (3 chares)
=== 7 === Chare 666 (load 6.8879)

=== 7 === Less loaded core 21 P#0 (3 chares, load: 23.3594)
=== 7 === Chare from 21 P#21 (3 chares)
=== 7 === Chare 833 (load 6.7151)

=== 7 === Less loaded core 14 P#19191072 (3 chares, load: 23.3861)
=== 7 === Chare from 14 P#14 (3 chares)
=== 7 === Chare 813 (load 6.7512)

=== 7 === Less loaded core 25 P#32767 (3 chares, load: 23.4184)
=== 7 === Chare from 25 P#25 (3 chares)
=== 7 === Chare 783 (load 6.9124)

=== 7 === Less loaded core 2 P#4 (3 chares, load: 23.4229)
=== 7 === Chare from 2 P#2 (3 chares)
=== 7 === Chare 752 (load 6.7801)

=== 7 === Less loaded core 13 P#0 (3 chares, load: 23.4328)
=== 7 === Chare from 13 P#13 (3 chares)
=== 7 === Chare 832 (load 6.6780)

=== 7 === Less loaded core 29 P#1077375771 (3 chares, load: 23.4496)
=== 7 === Chare from 29 P#29 (3 chares)
=== 7 === Chare 829 (load 6.9282)

=== 7 === Less loaded core 0 P#0 (3 chares, load: 23.4518)
=== 7 === Chare from 0 P#0 (3 chares)
=== 7 === Chare 755 (load 6.7494)

=== 7 === Less loaded core 16 P#27616688 (3 chares, load: 23.4541)
=== 7 === Chare from 16 P#16 (3 chares)
=== 7 === Chare 818 (load 6.8867)

=== 7 === Less loaded core 17 P#0 (3 chares, load: 23.4559)
=== 7 === Chare from 17 P#17 (3 chares)
=== 7 === Chare 782 (load 6.9622)

=== 7 === Less loaded core 20 P#0 (3 chares, load: 23.4687)
=== 7 === Chare from 20 P#20 (3 chares)
=== 7 === Chare 573 (load 6.9730)

=== 7 === Less loaded core 27 P#32767 (3 chares, load: 23.4757)
=== 7 === Chare from 27 P#27 (3 chares)
=== 7 === Chare 647 (load 7.0440)

=== 7 === Less loaded core 22 P#22 (3 chares, load: 23.4871)
=== 7 === Chare from 22 P#22 (3 chares)
=== 7 === Chare 831 (load 6.9182)

=== 7 === Less loaded core 19 P#0 (3 chares, load: 23.4978)
=== 7 === Chare from 19 P#19 (3 chares)
=== 7 === Chare 867 (load 6.9347)

=== 7 === Less loaded core 18 P#32 (3 chares, load: 23.5031)
=== 7 === Chare from 18 P#18 (3 chares)
=== 7 === Chare 815 (load 6.7686)

=== 7 === Less loaded core 24 P#24 (3 chares, load: 23.5437)
=== 7 === Chare from 24 P#24 (3 chares)
=== 7 === Chare 772 (load 6.9644)

=== 7 === Less loaded core 26 P#3 (3 chares, load: 23.5584)
=== 7 === Chare from 26 P#26 (3 chares)
=== 7 === Chare 771 (load 6.8820)

=== 7 === Less loaded core 31 P#32767 (3 chares, load: 23.6576)
=== 7 === Chare from 31 P#31 (3 chares)
=== 7 === Chare 861 (load 6.8607)

=== 7 === Less loaded core 11 P#0 (3 chares, load: 24.3096)
=== 7 === Chare from 11 P#11 (3 chares)
=== 7 === Chare 862 (load 6.9429)

=== 7 === Less loaded core 3 P#6 (3 chares, load: 25.0171)
=== 7 === Chare from 3 P#3 (3 chares)
=== 7 === Chare 856 (load 6.6233)

=== 7 === Less loaded core 6 P#5 (3 chares, load: 25.1919)
=== 7 === Chare from 6 P#6 (3 chares)
=== 7 === Chare 635 (load 6.7533)

[DEBUG] GetBackPlacement from node 4
0 9.4440
63 9.3399
37 6.9854
62 6.9551
33 9.3453
39 9.2732
36 7.0777
32 6.9613
1 9.0222
20 7.0180
89 6.9597
2 6.9328
27 7.9385
24 7.5200
25 7.5084
26 7.4960
61 7.0329
30 7.0056
3 6.9475
35 6.9359
21 7.0800
60 6.9976
34 6.9156
38 6.8753
16 9.5742
15 8.6150
22 8.4216
17 7.3142
91 8.7373
90 7.0245
93 6.9193
95 6.8897
46 8.7116
28 7.4411
94 7.2670
47 6.7916
113 9.0836
115 8.9664
112 8.7805
114 8.0184
66 8.2794
67 7.7338
65 7.5492
64 7.5032
122 7.5105
123 7.4995
120 7.4819
121 7.4022
56 7.5551
58 7.4723
59 7.4715
57 7.4439
72 7.4850
73 7.4798
74 7.4077
75 7.4042
104 7.5728
107 7.4885
105 7.4610
106 7.4280
127 7.5824
126 7.5743
124 7.5569
125 7.4915
6 7.3054
4 7.3028
7 7.2753
5 7.0954
10 7.3853
18 7.3137
12 7.3070
9 7.2220
19 9.3868
88 9.3435
29 7.2995
13 7.2769
92 9.2616
23 9.2348
31 7.2829
14 7.2270
43 9.3496
11 8.6726
42 8.6536
8 7.3554
40 9.8479
41 9.0366
45 8.5182
44 7.3011
50 9.1184
48 8.8625
49 8.8134
51 8.2056
53 8.4562
54 7.7961
52 7.7380
55 7.5832
70 8.0267
68 7.5634
69 7.4809
71 7.3785
80 7.7872
82 7.7640
83 7.4845
81 7.4599
103 7.5572
102 7.4997
100 7.4776
101 7.4330
116 7.5145
119 7.5091
118 7.4525
117 7.4079
78 7.6002
79 7.5546
77 7.5506
76 7.5257
87 7.5586
85 7.4965
84 7.4680
86 7.4234
96 7.6284
98 7.5825
97 7.5811
99 7.4771
108 7.6465
110 7.6405
109 7.5235
111 7.5200
Core 0 load 32.7244
Core 1 load 32.6575
Core 2 load 29.9326
Core 3 load 30.4630
Core 4 load 27.9219
Core 5 load 27.8685
Core 6 load 33.9250
Core 7 load 29.5708
Core 8 load 30.2113
Core 9 load 34.8489
Core 10 load 31.0657
Core 11 load 29.8941
Core 12 load 29.9429
Core 13 load 29.7767
Core 14 load 29.9503
Core 15 load 30.2051
Core 16 load 28.9788
Core 17 load 29.2280
Core 18 load 33.3068
Core 19 load 33.0063
Core 20 load 34.0311
Core 21 load 34.7038
Core 22 load 34.9999
Core 23 load 31.5734
Core 24 load 30.4496
Core 25 load 30.4956
Core 26 load 29.9676
Core 27 load 29.8840
Core 28 load 30.2311
Core 29 load 29.9464
Core 30 load 30.2691
Core 31 load 30.3305
Avg load 31.0113 in [30.0809 ; 31.9416 ]
Swap chares 23 (6.8753) and 91 (8.2056) between cores 5 (27.8685) and 22
(34.9999)
New loads : 5 (29.1989) and 22 (33.6696)
Swap chares 19 (6.9359) and 39 (8.0184) between cores 4 (27.9219) and 9
(34.8489)
New loads : 4 (29.0044) and 9 (33.7664)
Swap chares 67 (7.0954) and 87 (7.3011) between cores 16 (28.9788) and 21
(34.7038)
New loads : 16 (29.1845) and 21 (34.4982)
Swap chares 18 (6.9475) and 86 (8.5182) between cores 4 (29.0044) and 21
(34.4982)
New loads : 4 (30.5751) and 21 (32.9274)
Swap chares 67 (7.3011) and 83 (7.3554) between cores 16 (29.1845) and 20
(34.0311)
New loads : 16 (29.2388) and 20 (33.9769)
Swap chares 22 (6.9156) and 82 (8.6536) between cores 5 (29.1989) and 20
(33.9769)
New loads : 5 (30.9368) and 20 (32.2389)
Swap chares 71 (7.2220) and 27 (7.3142) between cores 17 (29.2280) and 6
(33.9250)
New loads : 17 (29.3202) and 6 (33.8328)
Swap chares 66 (7.2753) and 26 (8.4216) between cores 16 (29.2388) and 6
(33.8328)
New loads : 16 (30.3852) and 6 (32.6864)
Swap chares 70 (7.3070) and 38 (8.7805) between cores 17 (29.3202) and 9
(33.7664)
New loads : 17 (30.7937) and 9 (32.2929)
Swap chares 30 (6.9193) and 90 (8.8134) between cores 7 (29.5708) and 22
(33.6696)
New loads : 7 (31.4648) and 22 (31.7755)
Swap chares 53 (7.4798) and 73 (9.3435) between cores 13 (29.7767) and 18
(33.3068)
New loads : 13 (31.6405) and 18 (31.4430)
Swap chares 109 (7.5091) and 77 (9.2348) between cores 27 (29.8840) and 19
(33.0063)
New loads : 27 (31.6096) and 19 (31.2806)
Swap chares 45 (7.4995) and 85 (9.0366) between cores 11 (29.8941) and 21
(32.9274)
New loads : 11 (31.4312) and 21 (31.3903)
Swap chares 11 (6.9328) and 3 (6.9551) between cores 2 (29.9326) and 0
(32.7244)
New loads : 2 (29.9549) and 0 (32.7021)
Swap chares 49 (7.4723) and 1 (9.3399) between cores 12 (29.9429) and 0
(32.7021)
New loads : 12 (31.8104) and 0 (30.8345)
Swap chares 117 (7.4965) and 25 (8.6150) between cores 29 (29.9464) and 6
(32.6864)
New loads : 29 (31.0649) and 6 (31.5680)
Swap chares 57 (7.4885) and 5 (9.2732) between cores 14 (29.9503) and 1
(32.6575)
New loads : 14 (31.7349) and 1 (30.8728)
Swap chares 10 (6.9597) and 38 (7.3070) between cores 2 (29.9549) and 9
(32.2929)
New loads : 2 (30.3023) and 9 (31.9455)
Swap chares 105 (7.4997) and 81 (8.6726) between cores 26 (29.9676) and 20
(32.2389)
New loads : 26 (31.1405) and 20 (31.0660)
Swap chares 61 (7.5743) and 37 (8.9664) between cores 15 (30.2051) and 9
(31.9455)
New loads : 15 (31.5972) and 9 (30.5535)
=== 4 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 0 P#0 (0 chares)
=== 4 === Chare 292 (load 9.4440)

=== 4 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 4 === Chare from 1 P#1 (0 chares)
=== 4 === Chare 657 (load 9.3453)

=== 4 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 4 === Chare from 2 P#2 (0 chares)
=== 4 === Chare 293 (load 9.0222)

=== 4 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 4 === Chare from 3 P#3 (0 chares)
=== 4 === Chare 563 (load 7.9385)

=== 4 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 4 === Chare from 4 P#4 (0 chares)
=== 4 === Chare 681 (load 8.5182)

=== 4 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 4 === Chare from 5 P#5 (0 chares)
=== 4 === Chare 678 (load 8.6536)

=== 4 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 4 === Chare from 6 P#6 (0 chares)
=== 4 === Chare 440 (load 9.5742)

=== 4 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 4 === Chare from 7 P#7 (0 chares)
=== 4 === Chare 689 (load 8.8134)

=== 4 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 4 === Chare from 8 P#8 (0 chares)
=== 4 === Chare 682 (load 8.7116)

=== 4 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 9 P#9 (0 chares)
=== 4 === Chare 949 (load 9.0836)

=== 4 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 10 P#10 (0 chares)
=== 4 === Chare 826 (load 8.2794)

=== 4 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 11 P#11 (0 chares)
=== 4 === Chare 677 (load 9.0366)

=== 4 === Less loaded core 12 P#26281232 (0 chares, load: 0.0000)
=== 4 === Chare from 12 P#12 (0 chares)
=== 4 === Chare 799 (load 9.3399)

=== 4 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 13 P#13 (0 chares)
=== 4 === Chare 912 (load 9.3435)

=== 4 === Less loaded core 14 P#94431312 (0 chares, load: 0.0000)
=== 4 === Chare from 14 P#14 (0 chares)
=== 4 === Chare 663 (load 9.2732)

=== 4 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 15 P#15 (0 chares)
=== 4 === Chare 951 (load 8.9664)

=== 4 === Less loaded core 16 P#26281680 (0 chares, load: 0.0000)
=== 4 === Chare from 16 P#16 (0 chares)
=== 4 === Chare 494 (load 8.4216)

=== 4 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 17 P#17 (0 chares)
=== 4 === Chare 948 (load 8.7805)

=== 4 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 4 === Chare from 18 P#18 (0 chares)
=== 4 === Chare 443 (load 9.3868)

=== 4 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 19 P#19 (0 chares)
=== 4 === Chare 916 (load 9.2616)

=== 4 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 20 P#20 (0 chares)
=== 4 === Chare 679 (load 9.3496)

=== 4 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 21 P#21 (0 chares)
=== 4 === Chare 676 (load 9.8479)

=== 4 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 4 === Chare from 22 P#22 (0 chares)
=== 4 === Chare 690 (load 9.1184)

=== 4 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 4 === Chare from 23 P#23 (0 chares)
=== 4 === Chare 741 (load 8.4562)

=== 4 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 4 === Chare from 24 P#24 (0 chares)
=== 4 === Chare 874 (load 8.0267)

=== 4 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 4 === Chare from 25 P#25 (0 chares)
=== 4 === Chare 892 (load 7.7872)

=== 4 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 26 P#26 (0 chares)
=== 4 === Chare 383 (load 8.6726)

=== 4 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 4 === Chare from 27 P#27 (0 chares)
=== 4 === Chare 495 (load 9.2348)

=== 4 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 28 P#28 (0 chares)
=== 4 === Chare 886 (load 7.6002)

=== 4 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 29 P#29 (0 chares)
=== 4 === Chare 403 (load 8.6150)

=== 4 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 4 === Chare from 30 P#30 (0 chares)
=== 4 === Chare 928 (load 7.6284)

=== 4 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 4 === Chare from 31 P#31 (0 chares)
=== 4 === Chare 944 (load 7.6465)

=== 4 === Less loaded core 28 P#805306368 (1 chares, load: 7.6002)
=== 4 === Chare from 28 P#28 (1 chares)
=== 4 === Chare 887 (load 7.5546)

=== 4 === Less loaded core 30 P#-78976 (1 chares, load: 7.6284)
=== 4 === Chare from 30 P#30 (1 chares)
=== 4 === Chare 930 (load 7.5825)

=== 4 === Less loaded core 31 P#32767 (1 chares, load: 7.6465)
=== 4 === Chare from 31 P#31 (1 chares)
=== 4 === Chare 946 (load 7.6405)

=== 4 === Less loaded core 25 P#32767 (1 chares, load: 7.7872)
=== 4 === Chare from 25 P#25 (1 chares)
=== 4 === Chare 894 (load 7.7640)

=== 4 === Less loaded core 3 P#6 (1 chares, load: 7.9385)
=== 4 === Chare from 3 P#3 (1 chares)
=== 4 === Chare 560 (load 7.5200)

=== 4 === Less loaded core 24 P#24 (1 chares, load: 8.0267)
=== 4 === Chare from 24 P#24 (1 chares)
=== 4 === Chare 872 (load 7.5634)

=== 4 === Less loaded core 10 P#0 (1 chares, load: 8.2794)
=== 4 === Chare from 10 P#10 (1 chares)
=== 4 === Chare 827 (load 7.7338)

=== 4 === Less loaded core 16 P#26281680 (1 chares, load: 8.4216)
=== 4 === Chare from 16 P#16 (1 chares)
=== 4 === Chare 380 (load 7.3554)

=== 4 === Less loaded core 23 P#23 (1 chares, load: 8.4562)
=== 4 === Chare from 23 P#23 (1 chares)
=== 4 === Chare 742 (load 7.7961)

=== 4 === Less loaded core 4 P#1 (1 chares, load: 8.5182)
=== 4 === Chare from 4 P#4 (1 chares)
=== 4 === Chare 950 (load 8.0184)

=== 4 === Less loaded core 29 P#1075919579 (1 chares, load: 8.6150)
=== 4 === Chare from 29 P#29 (1 chares)
=== 4 === Chare 899 (load 7.5586)

=== 4 === Less loaded core 5 P#3 (1 chares, load: 8.6536)
=== 4 === Chare from 5 P#5 (1 chares)
=== 4 === Chare 691 (load 8.2056)

=== 4 === Less loaded core 26 P#1 (1 chares, load: 8.6726)
=== 4 === Chare from 26 P#26 (1 chares)
=== 4 === Chare 935 (load 7.5572)

=== 4 === Less loaded core 8 P#9346032 (1 chares, load: 8.7116)
=== 4 === Chare from 8 P#8 (1 chares)
=== 4 === Chare 648 (load 7.4411)

=== 4 === Less loaded core 17 P#0 (1 chares, load: 8.7805)
=== 4 === Chare from 17 P#17 (1 chares)
=== 4 === Chare 382 (load 7.3853)

=== 4 === Less loaded core 7 P#7 (1 chares, load: 8.8134)
=== 4 === Chare from 7 P#7 (1 chares)
=== 4 === Chare 915 (load 8.7373)

=== 4 === Less loaded core 15 P#0 (1 chares, load: 8.9664)
=== 4 === Chare from 15 P#15 (1 chares)
=== 4 === Chare 999 (load 7.5824)

=== 4 === Less loaded core 2 P#4 (1 chares, load: 9.0222)
=== 4 === Chare from 2 P#2 (1 chares)
=== 4 === Chare 400 (load 7.3070)

=== 4 === Less loaded core 11 P#0 (1 chares, load: 9.0366)
=== 4 === Chare from 11 P#11 (1 chares)
=== 4 === Chare 994 (load 7.5105)

=== 4 === Less loaded core 9 P#0 (1 chares, load: 9.0836)
=== 4 === Chare from 9 P#9 (1 chares)
=== 4 === Chare 998 (load 7.5743)

=== 4 === Less loaded core 22 P#22 (1 chares, load: 9.1184)
=== 4 === Chare from 22 P#22 (1 chares)
=== 4 === Chare 688 (load 8.8625)

=== 4 === Less loaded core 27 P#32767 (1 chares, load: 9.2348)
=== 4 === Chare from 27 P#27 (1 chares)
=== 4 === Chare 964 (load 7.5145)

=== 4 === Less loaded core 19 P#0 (1 chares, load: 9.2616)
=== 4 === Chare from 19 P#19 (1 chares)
=== 4 === Chare 967 (load 7.5091)

=== 4 === Less loaded core 14 P#94431312 (1 chares, load: 9.2732)
=== 4 === Chare from 14 P#14 (1 chares)
=== 4 === Chare 940 (load 7.5728)

=== 4 === Less loaded core 12 P#26281232 (1 chares, load: 9.3399)
=== 4 === Chare from 12 P#12 (1 chares)
=== 4 === Chare 776 (load 7.5551)

=== 4 === Less loaded core 13 P#0 (1 chares, load: 9.3435)
=== 4 === Chare from 13 P#13 (1 chares)
=== 4 === Chare 876 (load 7.4850)

=== 4 === Less loaded core 1 P#2 (1 chares, load: 9.3453)
=== 4 === Chare from 1 P#1 (1 chares)
=== 4 === Chare 943 (load 7.4885)

=== 4 === Less loaded core 20 P#0 (1 chares, load: 9.3496)
=== 4 === Chare from 20 P#20 (1 chares)
=== 4 === Chare 934 (load 7.4997)

=== 4 === Less loaded core 18 P#32 (1 chares, load: 9.3868)
=== 4 === Chare from 18 P#18 (1 chares)
=== 4 === Chare 877 (load 7.4798)

=== 4 === Less loaded core 0 P#0 (1 chares, load: 9.4440)
=== 4 === Chare from 0 P#0 (1 chares)
=== 4 === Chare 778 (load 7.4723)

=== 4 === Less loaded core 6 P#5 (1 chares, load: 9.5742)
=== 4 === Chare from 6 P#6 (1 chares)
=== 4 === Chare 897 (load 7.4965)

=== 4 === Less loaded core 21 P#0 (1 chares, load: 9.8479)
=== 4 === Chare from 21 P#21 (1 chares)
=== 4 === Chare 995 (load 7.4995)

=== 4 === Less loaded core 28 P#1073741824 (2 chares, load: 15.1548)
=== 4 === Chare from 28 P#28 (2 chares)
=== 4 === Chare 885 (load 7.5506)

=== 4 === Less loaded core 30 P#-78976 (2 chares, load: 15.2109)
=== 4 === Chare from 30 P#30 (2 chares)
=== 4 === Chare 929 (load 7.5811)

=== 4 === Less loaded core 31 P#32767 (2 chares, load: 15.2870)
=== 4 === Chare from 31 P#31 (2 chares)
=== 4 === Chare 945 (load 7.5235)

=== 4 === Less loaded core 3 P#6 (2 chares, load: 15.4586)
=== 4 === Chare from 3 P#3 (2 chares)
=== 4 === Chare 561 (load 7.5084)

=== 4 === Less loaded core 25 P#32767 (2 chares, load: 15.5512)
=== 4 === Chare from 25 P#25 (2 chares)
=== 4 === Chare 895 (load 7.4845)

=== 4 === Less loaded core 24 P#24 (2 chares, load: 15.5901)
=== 4 === Chare from 24 P#24 (2 chares)
=== 4 === Chare 873 (load 7.4809)

=== 4 === Less loaded core 16 P#26281680 (2 chares, load: 15.7770)
=== 4 === Chare from 16 P#16 (2 chares)
=== 4 === Chare 374 (load 7.3054)

=== 4 === Less loaded core 10 P#0 (2 chares, load: 16.0132)
=== 4 === Chare from 10 P#10 (2 chares)
=== 4 === Chare 825 (load 7.5492)

=== 4 === Less loaded core 8 P#9346032 (2 chares, load: 16.1527)
=== 4 === Chare from 8 P#8 (2 chares)
=== 4 === Chare 918 (load 7.2670)

=== 4 === Less loaded core 17 P#0 (2 chares, load: 16.1658)
=== 4 === Chare from 17 P#17 (2 chares)
=== 4 === Chare 441 (load 7.3142)

=== 4 === Less loaded core 29 P#1076898925 (2 chares, load: 16.1735)
=== 4 === Chare from 29 P#29 (2 chares)
=== 4 === Chare 896 (load 7.4680)

=== 4 === Less loaded core 26 P#2 (2 chares, load: 16.2298)
=== 4 === Chare from 26 P#26 (2 chares)
=== 4 === Chare 932 (load 7.4776)

=== 4 === Less loaded core 23 P#23 (2 chares, load: 16.2523)
=== 4 === Chare from 23 P#23 (2 chares)
=== 4 === Chare 740 (load 7.7380)

=== 4 === Less loaded core 2 P#4 (2 chares, load: 16.3292)
=== 4 === Chare from 2 P#2 (2 chares)
=== 4 === Chare 492 (load 7.0180)

=== 4 === Less loaded core 4 P#1 (2 chares, load: 16.5366)
=== 4 === Chare from 4 P#4 (2 chares)
=== 4 === Chare 797 (load 7.0329)

=== 4 === Less loaded core 11 P#0 (2 chares, load: 16.5471)
=== 4 === Chare from 11 P#11 (2 chares)
=== 4 === Chare 992 (load 7.4819)

=== 4 === Less loaded core 15 P#0 (2 chares, load: 16.5489)
=== 4 === Chare from 15 P#15 (2 chares)
=== 4 === Chare 996 (load 7.5569)

=== 4 === Less loaded core 9 P#0 (2 chares, load: 16.6579)
=== 4 === Chare from 9 P#9 (2 chares)
=== 4 === Chare 913 (load 6.9597)

=== 4 === Less loaded core 27 P#32767 (2 chares, load: 16.7493)
=== 4 === Chare from 27 P#27 (2 chares)
=== 4 === Chare 966 (load 7.4525)

=== 4 === Less loaded core 19 P#0 (2 chares, load: 16.7707)
=== 4 === Chare from 19 P#19 (2 chares)
=== 4 === Chare 651 (load 7.2829)

=== 4 === Less loaded core 13 P#0 (2 chares, load: 16.8285)
=== 4 === Chare from 13 P#13 (2 chares)
=== 4 === Chare 878 (load 7.4077)

=== 4 === Less loaded core 1 P#2 (2 chares, load: 16.8338)
=== 4 === Chare from 1 P#1 (2 chares)
=== 4 === Chare 660 (load 7.0777)

=== 4 === Less loaded core 14 P#94431312 (2 chares, load: 16.8460)
=== 4 === Chare from 14 P#14 (2 chares)
=== 4 === Chare 941 (load 7.4610)

=== 4 === Less loaded core 20 P#0 (2 chares, load: 16.8492)
=== 4 === Chare from 20 P#20 (2 chares)
=== 4 === Chare 680 (load 7.3011)

=== 4 === Less loaded core 5 P#3 (2 chares, load: 16.8592)
=== 4 === Chare from 5 P#5 (2 chares)
=== 4 === Chare 493 (load 7.0800)

=== 4 === Less loaded core 18 P#32 (2 chares, load: 16.8666)
=== 4 === Chare from 18 P#18 (2 chares)
=== 4 === Chare 649 (load 7.2995)

=== 4 === Less loaded core 12 P#26281232 (2 chares, load: 16.8950)
=== 4 === Chare from 12 P#12 (2 chares)
=== 4 === Chare 779 (load 7.4715)

=== 4 === Less loaded core 0 P#0 (2 chares, load: 16.9164)
=== 4 === Chare from 0 P#0 (2 chares)
=== 4 === Chare 661 (load 6.9854)

=== 4 === Less loaded core 6 P#5 (2 chares, load: 17.0707)
=== 4 === Chare from 6 P#6 (2 chares)
=== 4 === Chare 375 (load 7.2753)

=== 4 === Less loaded core 21 P#0 (2 chares, load: 17.3474)
=== 4 === Chare from 21 P#21 (2 chares)
=== 4 === Chare 373 (load 7.0954)

=== 4 === Less loaded core 7 P#7 (2 chares, load: 17.5507)
=== 4 === Chare from 7 P#7 (2 chares)
=== 4 === Chare 914 (load 7.0245)

=== 4 === Less loaded core 22 P#22 (2 chares, load: 17.9809)
=== 4 === Chare from 22 P#22 (2 chares)
=== 4 === Chare 917 (load 6.9193)

=== 4 === Less loaded core 28 P#805306368 (3 chares, load: 22.7054)
=== 4 === Chare from 28 P#28 (3 chares)
=== 4 === Chare 884 (load 7.5257)

=== 4 === Less loaded core 30 P#-78976 (3 chares, load: 22.7920)
=== 4 === Chare from 30 P#30 (3 chares)
=== 4 === Chare 931 (load 7.4771)

=== 4 === Less loaded core 31 P#32767 (3 chares, load: 22.8106)
=== 4 === Chare from 31 P#31 (3 chares)
=== 4 === Chare 947 (load 7.5200)

=== 4 === Less loaded core 3 P#6 (3 chares, load: 22.9670)
=== 4 === Chare from 3 P#3 (3 chares)
=== 4 === Chare 562 (load 7.4960)

=== 4 === Less loaded core 25 P#32767 (3 chares, load: 23.0356)
=== 4 === Chare from 25 P#25 (3 chares)
=== 4 === Chare 893 (load 7.4599)

=== 4 === Less loaded core 24 P#24 (3 chares, load: 23.0711)
=== 4 === Chare from 24 P#24 (3 chares)
=== 4 === Chare 875 (load 7.3785)

=== 4 === Less loaded core 16 P#26281680 (3 chares, load: 23.0824)
=== 4 === Chare from 16 P#16 (3 chares)
=== 4 === Chare 372 (load 7.3028)

=== 4 === Less loaded core 2 P#4 (3 chares, load: 23.3472)
=== 4 === Chare from 2 P#2 (3 chares)
=== 4 === Chare 798 (load 6.9551)

=== 4 === Less loaded core 8 P#9346032 (3 chares, load: 23.4197)
=== 4 === Chare from 8 P#8 (3 chares)
=== 4 === Chare 683 (load 6.7916)

=== 4 === Less loaded core 17 P#0 (3 chares, load: 23.4800)
=== 4 === Chare from 17 P#17 (3 chares)
=== 4 === Chare 442 (load 7.3137)

=== 4 === Less loaded core 10 P#0 (3 chares, load: 23.5625)
=== 4 === Chare from 10 P#10 (3 chares)
=== 4 === Chare 824 (load 7.5032)

=== 4 === Less loaded core 4 P#1 (3 chares, load: 23.5695)
=== 4 === Chare from 4 P#4 (3 chares)
=== 4 === Chare 650 (load 7.0056)

=== 4 === Less loaded core 9 P#0 (3 chares, load: 23.6175)
=== 4 === Chare from 9 P#9 (3 chares)
=== 4 === Chare 659 (load 6.9359)

=== 4 === Less loaded core 29 P#1077388346 (3 chares, load: 23.6415)
=== 4 === Chare from 29 P#29 (3 chares)
=== 4 === Chare 898 (load 7.4234)

=== 4 === Less loaded core 26 P#3 (3 chares, load: 23.7075)
=== 4 === Chare from 26 P#26 (3 chares)
=== 4 === Chare 933 (load 7.4330)

=== 4 === Less loaded core 0 P#0 (3 chares, load: 23.9018)
=== 4 === Chare from 0 P#0 (3 chares)
=== 4 === Chare 294 (load 6.9328)

=== 4 === Less loaded core 1 P#2 (3 chares, load: 23.9116)
=== 4 === Chare from 1 P#1 (3 chares)
=== 4 === Chare 656 (load 6.9613)

=== 4 === Less loaded core 5 P#3 (3 chares, load: 23.9392)
=== 4 === Chare from 5 P#5 (3 chares)
=== 4 === Chare 796 (load 6.9976)

=== 4 === Less loaded core 23 P#23 (3 chares, load: 23.9903)
=== 4 === Chare from 23 P#23 (3 chares)
=== 4 === Chare 743 (load 7.5832)

=== 4 === Less loaded core 11 P#0 (3 chares, load: 24.0290)
=== 4 === Chare from 11 P#11 (3 chares)
=== 4 === Chare 993 (load 7.4022)

=== 4 === Less loaded core 19 P#0 (3 chares, load: 24.0536)
=== 4 === Chare from 19 P#19 (3 chares)
=== 4 === Chare 402 (load 7.2270)

=== 4 === Less loaded core 15 P#0 (3 chares, load: 24.1057)
=== 4 === Chare from 15 P#15 (3 chares)
=== 4 === Chare 997 (load 7.4915)

=== 4 === Less loaded core 20 P#0 (3 chares, load: 24.1504)
=== 4 === Chare from 20 P#20 (3 chares)
=== 4 === Chare 658 (load 6.9156)

=== 4 === Less loaded core 18 P#32 (3 chares, load: 24.1661)
=== 4 === Chare from 18 P#18 (3 chares)
=== 4 === Chare 401 (load 7.2769)

=== 4 === Less loaded core 27 P#32767 (3 chares, load: 24.2018)
=== 4 === Chare from 27 P#27 (3 chares)
=== 4 === Chare 965 (load 7.4079)

=== 4 === Less loaded core 13 P#0 (3 chares, load: 24.2362)
=== 4 === Chare from 13 P#13 (3 chares)
=== 4 === Chare 879 (load 7.4042)

=== 4 === Less loaded core 14 P#94431312 (3 chares, load: 24.3070)
=== 4 === Chare from 14 P#14 (3 chares)
=== 4 === Chare 942 (load 7.4280)

=== 4 === Less loaded core 6 P#5 (3 chares, load: 24.3459)
=== 4 === Chare from 6 P#6 (3 chares)
=== 4 === Chare 381 (load 7.2220)

=== 4 === Less loaded core 12 P#26281232 (3 chares, load: 24.3665)
=== 4 === Chare from 12 P#12 (3 chares)
=== 4 === Chare 777 (load 7.4439)

=== 4 === Less loaded core 21 P#0 (3 chares, load: 24.4428)
=== 4 === Chare from 21 P#21 (3 chares)
=== 4 === Chare 295 (load 6.9475)

=== 4 === Less loaded core 7 P#7 (3 chares, load: 24.5752)
=== 4 === Chare from 7 P#7 (3 chares)
=== 4 === Chare 919 (load 6.8897)

=== 4 === Less loaded core 22 P#22 (3 chares, load: 24.9002)
=== 4 === Chare from 22 P#22 (3 chares)
=== 4 === Chare 662 (load 6.8753)

[DEBUG] GetBackPlacement from node 3
0 9.0725
2 8.8144
3 8.7566
1 8.0243
12 7.8157
13 7.6490
15 7.3703
14 7.3399
66 9.9541
65 9.3575
64 9.1507
67 8.7192
85 9.1688
87 7.7166
84 7.7147
86 7.2039
5 8.3626
4 7.7042
7 7.5754
6 7.5268
9 7.6173
11 7.6070
8 7.4961
10 7.4182
18 7.5616
19 7.5014
16 7.4689
17 7.4560
29 7.6874
30 7.6517
31 7.5686
28 7.5138
20 7.6751
22 7.5413
23 7.5160
21 7.4580
74 7.0479
83 7.0341
75 7.0205
70 6.9795
35 7.6612
32 7.5880
33 7.4982
34 7.4966
43 7.6904
40 7.6813
42 7.6233
41 7.6104
27 7.6056
24 7.5476
25 7.5092
26 7.4733
38 7.6346
37 7.5473
39 7.5325
36 7.5180
46 7.7476
44 7.6869
47 7.6629
45 7.5467
49 7.8753
51 7.6015
48 7.5972
50 7.5413
52 7.7669
55 7.6077
54 7.5210
53 7.4904
95 7.6382
94 7.3655
92 7.3618
93 7.3540
118 8.0599
119 7.5023
116 7.4669
117 7.4154
124 7.5535
125 7.5030
126 7.4462
127 7.3891
80 9.4494
56 9.3314
57 7.3229
108 7.2588
96 9.3083
63 9.2916
109 7.3222
114 7.1748
102 7.4788
81 7.4315
110 7.2743
111 7.1773
103 8.9803
105 7.2983
101 7.2826
104 7.2571
58 8.9713
61 7.7109
60 7.0661
62 6.9764
98 9.5014
107 9.0546
106 8.1817
73 7.5832
76 7.0857
122 7.0779
99 6.9870
82 6.8932
121 9.2384
120 7.6389
112 7.0677
115 6.9870
72 9.4541
123 9.3949
68 7.0762
59 7.0118
71 9.3371
79 9.3282
78 7.0073
69 6.9992
88 8.5549
89 7.7631
113 7.2351
77 6.9950
91 9.1473
100 8.9781
90 8.8569
97 7.6077
Core 0 load 34.6679
Core 1 load 30.1750
Core 2 load 37.1815
Core 3 load 31.8041
Core 4 load 31.1691
Core 5 load 30.1385
Core 6 load 29.9880
Core 7 load 30.4215
Core 8 load 30.1905
Core 9 load 28.0820
Core 10 load 30.2441
Core 11 load 30.6054
Core 12 load 30.1357
Core 13 load 30.2324
Core 14 load 30.6441
Core 15 load 30.6153
Core 16 load 30.3860
Core 17 load 29.7195
Core 18 load 30.4444
Core 19 load 29.8918
Core 20 load 33.3624
Core 21 load 33.0969
Core 22 load 29.3619
Core 23 load 30.8184
Core 24 load 30.7248
Core 25 load 34.3209
Core 26 load 28.0438
Core 27 load 30.9319
Core 28 load 32.9369
Core 29 load 32.6717
Core 30 load 30.5481
Core 31 load 34.5901
Avg load 31.1920 in [30.2563 ; 32.1278 ]
Swap chares 107 (6.8932) and 11 (8.7192) between cores 26 (28.0438) and 2
(37.1815)
New loads : 26 (29.8699) and 2 (35.3554)
Swap chares 38 (7.0205) and 10 (9.1507) between cores 9 (28.0820) and 2
(35.3554)
New loads : 9 (30.2122) and 2 (33.2252)
Swap chares 91 (7.1773) and 3 (8.0243) between cores 22 (29.3619) and 0
(34.6679)
New loads : 22 (30.2089) and 0 (33.8208)
Swap chares 71 (7.3540) and 127 (7.6077) between cores 17 (29.7195) and 31
(34.5901)
New loads : 17 (29.9733) and 31 (34.3363)
Swap chares 106 (6.9870) and 126 (8.8569) between cores 26 (29.8699) and 31
(34.3363)
New loads : 26 (31.7398) and 31 (32.4664)
Swap chares 79 (7.3891) and 103 (7.5832) between cores 19 (29.8918) and 25
(34.3209)
New loads : 19 (30.0859) and 25 (34.1268)
Swap chares 70 (7.3618) and 102 (8.1817) between cores 17 (29.9733) and 25
(34.1268)
New loads : 17 (30.7931) and 25 (33.3070)
Swap chares 26 (7.4689) and 2 (8.7566) between cores 6 (29.9880) and 0
(33.8208)
New loads : 6 (31.2757) and 0 (32.5332)
Swap chares 77 (7.5030) and 81 (9.3314) between cores 19 (30.0859) and 20
(33.3624)
New loads : 19 (31.9143) and 20 (31.5340)
Swap chares 49 (7.5476) and 101 (9.0546) between cores 12 (30.1357) and 25
(33.3070)
New loads : 12 (31.6426) and 25 (31.8000)
Swap chares 21 (7.6070) and 9 (9.3575) between cores 5 (30.1385) and 2
(33.2252)
New loads : 5 (31.8890) and 2 (31.4747)
Swap chares 5 (7.6490) and 85 (9.2916) between cores 1 (30.1750) and 21
(33.0969)
New loads : 1 (31.8176) and 21 (31.4543)
Swap chares 33 (7.5413) and 113 (9.3949) between cores 8 (30.1905) and 28
(32.9369)
New loads : 8 (32.0440) and 28 (31.0833)
Swap chares 89 (7.4315) and 117 (9.3282) between cores 22 (30.2089) and 29
(32.6717)
New loads : 22 (32.1056) and 29 (30.7750)
Swap chares 39 (6.9795) and 3 (7.1773) between cores 9 (30.2122) and 0
(32.5332)
New loads : 9 (30.4099) and 0 (32.3354)
Swap chares 53 (7.5473) and 125 (8.9781) between cores 13 (30.2324) and 31
(32.4664)
New loads : 13 (31.6631) and 31 (31.0356)
Swap chares 41 (7.5880) and 1 (8.8144) between cores 10 (30.2441) and 0
(32.3354)
New loads : 10 (31.4705) and 0 (31.1090)
=== 3 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 0 P#0 (0 chares)
=== 3 === Chare 20 (load 9.0725)

=== 3 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 3 === Chare from 1 P#1 (0 chares)
=== 3 === Chare 223 (load 9.2916)

=== 3 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 3 === Chare from 2 P#2 (0 chares)
=== 3 === Chare 230 (load 9.9541)

=== 3 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 3 === Chare from 3 P#3 (0 chares)
=== 3 === Chare 269 (load 9.1688)

=== 3 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 3 === Chare from 4 P#4 (0 chares)
=== 3 === Chare 29 (load 8.3626)

=== 3 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 3 === Chare from 5 P#5 (0 chares)
=== 3 === Chare 229 (load 9.3575)

=== 3 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 3 === Chare from 6 P#6 (0 chares)
=== 3 === Chare 23 (load 8.7566)

=== 3 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 3 === Chare from 7 P#7 (0 chares)
=== 3 === Chare 77 (load 7.6874)

=== 3 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 3 === Chare from 8 P#8 (0 chares)
=== 3 === Chare 487 (load 9.3949)

=== 3 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 9 P#9 (0 chares)
=== 3 === Chare 228 (load 9.1507)

=== 3 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 10 P#10 (0 chares)
=== 3 === Chare 22 (load 8.8144)

=== 3 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 11 P#11 (0 chares)
=== 3 === Chare 119 (load 7.6904)

=== 3 === Less loaded core 12 P#27888960 (0 chares, load: 0.0000)
=== 3 === Chare from 12 P#12 (0 chares)
=== 3 === Chare 371 (load 9.0546)

=== 3 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 13 P#13 (0 chares)
=== 3 === Chare 356 (load 8.9781)

=== 3 === Less loaded core 14 P#19650880 (0 chares, load: 0.0000)
=== 3 === Chare from 14 P#14 (0 chares)
=== 3 === Chare 126 (load 7.7476)

=== 3 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 15 P#15 (0 chares)
=== 3 === Chare 141 (load 7.8753)

=== 3 === Less loaded core 16 P#27889408 (0 chares, load: 0.0000)
=== 3 === Chare from 16 P#16 (0 chares)
=== 3 === Chare 180 (load 7.7669)

=== 3 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 17 P#17 (0 chares)
=== 3 === Chare 370 (load 8.1817)

=== 3 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 3 === Chare from 18 P#18 (0 chares)
=== 3 === Chare 466 (load 8.0599)

=== 3 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 19 P#19 (0 chares)
=== 3 === Chare 204 (load 9.3314)

=== 3 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 20 P#20 (0 chares)
=== 3 === Chare 260 (load 9.4494)

=== 3 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 21 P#21 (0 chares)
=== 3 === Chare 340 (load 9.3083)

=== 3 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 3 === Chare from 22 P#22 (0 chares)
=== 3 === Chare 259 (load 9.3282)

=== 3 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 3 === Chare from 23 P#23 (0 chares)
=== 3 === Chare 359 (load 8.9803)

=== 3 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 3 === Chare from 24 P#24 (0 chares)
=== 3 === Chare 206 (load 8.9713)

=== 3 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 3 === Chare from 25 P#25 (0 chares)
=== 3 === Chare 342 (load 9.5014)

=== 3 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 26 P#26 (0 chares)
=== 3 === Chare 286 (load 8.8569)

=== 3 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 3 === Chare from 27 P#27 (0 chares)
=== 3 === Chare 485 (load 9.2384)

=== 3 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 28 P#28 (0 chares)
=== 3 === Chare 240 (load 9.4541)

=== 3 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 29 P#29 (0 chares)
=== 3 === Chare 239 (load 9.3371)

=== 3 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 3 === Chare from 30 P#30 (0 chares)
=== 3 === Chare 284 (load 8.5549)

=== 3 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 3 === Chare from 31 P#31 (0 chares)
=== 3 === Chare 287 (load 9.1473)

=== 3 === Less loaded core 7 P#7 (1 chares, load: 7.6874)
=== 3 === Chare from 7 P#7 (1 chares)
=== 3 === Chare 78 (load 7.6517)

=== 3 === Less loaded core 11 P#0 (1 chares, load: 7.6904)
=== 3 === Chare from 11 P#11 (1 chares)
=== 3 === Chare 116 (load 7.6813)

=== 3 === Less loaded core 14 P#19650880 (1 chares, load: 7.7476)
=== 3 === Chare from 14 P#14 (1 chares)
=== 3 === Chare 124 (load 7.6869)

=== 3 === Less loaded core 16 P#27889408 (1 chares, load: 7.7669)
=== 3 === Chare from 16 P#16 (1 chares)
=== 3 === Chare 183 (load 7.6077)

=== 3 === Less loaded core 15 P#0 (1 chares, load: 7.8753)
=== 3 === Chare from 15 P#15 (1 chares)
=== 3 === Chare 143 (load 7.6015)

=== 3 === Less loaded core 18 P#32 (1 chares, load: 8.0599)
=== 3 === Chare from 18 P#18 (1 chares)
=== 3 === Chare 467 (load 7.5023)

=== 3 === Less loaded core 17 P#0 (1 chares, load: 8.1817)
=== 3 === Chare from 17 P#17 (1 chares)
=== 3 === Chare 307 (load 7.6382)

=== 3 === Less loaded core 4 P#1 (1 chares, load: 8.3626)
=== 3 === Chare from 4 P#4 (1 chares)
=== 3 === Chare 28 (load 7.7042)

=== 3 === Less loaded core 30 P#-78976 (1 chares, load: 8.5549)
=== 3 === Chare from 30 P#30 (1 chares)
=== 3 === Chare 285 (load 7.7631)

=== 3 === Less loaded core 6 P#5 (1 chares, load: 8.7566)
=== 3 === Chare from 6 P#6 (1 chares)
=== 3 === Chare 54 (load 7.5616)

=== 3 === Less loaded core 10 P#0 (1 chares, load: 8.8144)
=== 3 === Chare from 10 P#10 (1 chares)
=== 3 === Chare 87 (load 7.6612)

=== 3 === Less loaded core 26 P#1 (1 chares, load: 8.8569)
=== 3 === Chare from 26 P#26 (1 chares)
=== 3 === Chare 231 (load 8.7192)

=== 3 === Less loaded core 24 P#24 (1 chares, load: 8.9713)
=== 3 === Chare from 24 P#24 (1 chares)
=== 3 === Chare 221 (load 7.7109)

=== 3 === Less loaded core 13 P#0 (1 chares, load: 8.9781)
=== 3 === Chare from 13 P#13 (1 chares)
=== 3 === Chare 102 (load 7.6346)

=== 3 === Less loaded core 23 P#23 (1 chares, load: 8.9803)
=== 3 === Chare from 23 P#23 (1 chares)
=== 3 === Chare 369 (load 7.2983)

=== 3 === Less loaded core 12 P#27888960 (1 chares, load: 9.0546)
=== 3 === Chare from 12 P#12 (1 chares)
=== 3 === Chare 71 (load 7.6056)

=== 3 === Less loaded core 0 P#0 (1 chares, load: 9.0725)
=== 3 === Chare from 0 P#0 (1 chares)
=== 3 === Chare 84 (load 7.5880)

=== 3 === Less loaded core 31 P#32767 (1 chares, load: 9.1473)
=== 3 === Chare from 31 P#31 (1 chares)
=== 3 === Chare 101 (load 7.5473)

=== 3 === Less loaded core 9 P#0 (1 chares, load: 9.1507)
=== 3 === Chare from 9 P#9 (1 chares)
=== 3 === Chare 395 (load 7.1773)

=== 3 === Less loaded core 3 P#6 (1 chares, load: 9.1688)
=== 3 === Chare from 3 P#3 (1 chares)
=== 3 === Chare 271 (load 7.7166)

=== 3 === Less loaded core 27 P#32767 (1 chares, load: 9.2384)
=== 3 === Chare from 27 P#27 (1 chares)
=== 3 === Chare 484 (load 7.6389)

=== 3 === Less loaded core 1 P#2 (1 chares, load: 9.2916)
=== 3 === Chare from 1 P#1 (1 chares)
=== 3 === Chare 44 (load 7.8157)

=== 3 === Less loaded core 21 P#0 (1 chares, load: 9.3083)
=== 3 === Chare from 21 P#21 (1 chares)
=== 3 === Chare 45 (load 7.6490)

=== 3 === Less loaded core 22 P#22 (1 chares, load: 9.3282)
=== 3 === Chare from 22 P#22 (1 chares)
=== 3 === Chare 21 (load 8.0243)

=== 3 === Less loaded core 19 P#0 (1 chares, load: 9.3314)
=== 3 === Chare from 19 P#19 (1 chares)
=== 3 === Chare 241 (load 7.5832)

=== 3 === Less loaded core 29 P#1076014230 (1 chares, load: 9.3371)
=== 3 === Chare from 29 P#29 (1 chares)
=== 3 === Chare 261 (load 7.4315)

=== 3 === Less loaded core 5 P#3 (1 chares, load: 9.3575)
=== 3 === Chare from 5 P#5 (1 chares)
=== 3 === Chare 37 (load 7.6173)

=== 3 === Less loaded core 8 P#9346032 (1 chares, load: 9.3949)
=== 3 === Chare from 8 P#8 (1 chares)
=== 3 === Chare 60 (load 7.6751)

=== 3 === Less loaded core 20 P#0 (1 chares, load: 9.4494)
=== 3 === Chare from 20 P#20 (1 chares)
=== 3 === Chare 489 (load 7.5030)

=== 3 === Less loaded core 28 P#-1073741824 (1 chares, load: 9.4541)
=== 3 === Chare from 28 P#28 (1 chares)
=== 3 === Chare 62 (load 7.5413)

=== 3 === Less loaded core 25 P#32767 (1 chares, load: 9.5014)
=== 3 === Chare from 25 P#25 (1 chares)
=== 3 === Chare 68 (load 7.5476)

=== 3 === Less loaded core 2 P#4 (1 chares, load: 9.9541)
=== 3 === Chare from 2 P#2 (1 chares)
=== 3 === Chare 39 (load 7.6070)

=== 3 === Less loaded core 7 P#7 (2 chares, load: 15.3390)
=== 3 === Chare from 7 P#7 (2 chares)
=== 3 === Chare 79 (load 7.5686)

=== 3 === Less loaded core 11 P#0 (2 chares, load: 15.3718)
=== 3 === Chare from 11 P#11 (2 chares)
=== 3 === Chare 118 (load 7.6233)

=== 3 === Less loaded core 16 P#27889408 (2 chares, load: 15.3746)
=== 3 === Chare from 16 P#16 (2 chares)
=== 3 === Chare 182 (load 7.5210)

=== 3 === Less loaded core 14 P#19650880 (2 chares, load: 15.4344)
=== 3 === Chare from 14 P#14 (2 chares)
=== 3 === Chare 127 (load 7.6629)

=== 3 === Less loaded core 15 P#0 (2 chares, load: 15.4768)
=== 3 === Chare from 15 P#15 (2 chares)
=== 3 === Chare 140 (load 7.5972)

=== 3 === Less loaded core 18 P#32 (2 chares, load: 15.5621)
=== 3 === Chare from 18 P#18 (2 chares)
=== 3 === Chare 464 (load 7.4669)

=== 3 === Less loaded core 17 P#0 (2 chares, load: 15.8199)
=== 3 === Chare from 17 P#17 (2 chares)
=== 3 === Chare 341 (load 7.6077)

=== 3 === Less loaded core 4 P#1 (2 chares, load: 16.0669)
=== 3 === Chare from 4 P#4 (2 chares)
=== 3 === Chare 31 (load 7.5754)

=== 3 === Less loaded core 23 P#23 (2 chares, load: 16.2786)
=== 3 === Chare from 23 P#23 (2 chares)
=== 3 === Chare 357 (load 7.2826)

=== 3 === Less loaded core 30 P#-78976 (2 chares, load: 16.3180)
=== 3 === Chare from 30 P#30 (2 chares)
=== 3 === Chare 433 (load 7.2351)

=== 3 === Less loaded core 6 P#5 (2 chares, load: 16.3182)
=== 3 === Chare from 6 P#6 (2 chares)
=== 3 === Chare 55 (load 7.5014)

=== 3 === Less loaded core 9 P#0 (2 chares, load: 16.3279)
=== 3 === Chare from 9 P#9 (2 chares)
=== 3 === Chare 242 (load 7.0479)

=== 3 === Less loaded core 10 P#0 (2 chares, load: 16.4757)
=== 3 === Chare from 10 P#10 (2 chares)
=== 3 === Chare 85 (load 7.4982)

=== 3 === Less loaded core 13 P#0 (2 chares, load: 16.6127)
=== 3 === Chare from 13 P#13 (2 chares)
=== 3 === Chare 103 (load 7.5325)

=== 3 === Less loaded core 12 P#27888960 (2 chares, load: 16.6602)
=== 3 === Chare from 12 P#12 (2 chares)
=== 3 === Chare 69 (load 7.5092)

=== 3 === Less loaded core 0 P#0 (2 chares, load: 16.6606)
=== 3 === Chare from 0 P#0 (2 chares)
=== 3 === Chare 52 (load 7.4689)

=== 3 === Less loaded core 24 P#24 (2 chares, load: 16.6823)
=== 3 === Chare from 24 P#24 (2 chares)
=== 3 === Chare 220 (load 7.0661)

=== 3 === Less loaded core 31 P#32767 (2 chares, load: 16.6946)
=== 3 === Chare from 31 P#31 (2 chares)
=== 3 === Chare 305 (load 7.3540)

=== 3 === Less loaded core 29 P#1076937920 (2 chares, load: 16.7686)
=== 3 === Chare from 29 P#29 (2 chares)
=== 3 === Chare 258 (load 7.0073)

=== 3 === Less loaded core 27 P#32767 (2 chares, load: 16.8773)
=== 3 === Chare from 27 P#27 (2 chares)
=== 3 === Chare 432 (load 7.0677)

=== 3 === Less loaded core 3 P#6 (2 chares, load: 16.8854)
=== 3 === Chare from 3 P#3 (2 chares)
=== 3 === Chare 268 (load 7.7147)

=== 3 === Less loaded core 19 P#0 (2 chares, load: 16.9146)
=== 3 === Chare from 19 P#19 (2 chares)
=== 3 === Chare 488 (load 7.5535)

=== 3 === Less loaded core 20 P#0 (2 chares, load: 16.9524)
=== 3 === Chare from 20 P#20 (2 chares)
=== 3 === Chare 205 (load 7.3229)

=== 3 === Less loaded core 21 P#0 (2 chares, load: 16.9573)
=== 3 === Chare from 21 P#21 (2 chares)
=== 3 === Chare 393 (load 7.3222)

=== 3 === Less loaded core 5 P#3 (2 chares, load: 16.9748)
=== 3 === Chare from 5 P#5 (2 chares)
=== 3 === Chare 36 (load 7.4961)

=== 3 === Less loaded core 28 P#603979776 (2 chares, load: 16.9954)
=== 3 === Chare from 28 P#28 (2 chares)
=== 3 === Chare 236 (load 7.0762)

=== 3 === Less loaded core 25 P#32767 (2 chares, load: 17.0490)
=== 3 === Chare from 25 P#25 (2 chares)
=== 3 === Chare 491 (load 7.3891)

=== 3 === Less loaded core 8 P#9346032 (2 chares, load: 17.0700)
=== 3 === Chare from 8 P#8 (2 chares)
=== 3 === Chare 63 (load 7.5160)

=== 3 === Less loaded core 1 P#2 (2 chares, load: 17.1074)
=== 3 === Chare from 1 P#1 (2 chares)
=== 3 === Chare 47 (load 7.3703)

=== 3 === Less loaded core 22 P#22 (2 chares, load: 17.3525)
=== 3 === Chare from 22 P#22 (2 chares)
=== 3 === Chare 358 (load 7.4788)

=== 3 === Less loaded core 2 P#4 (2 chares, load: 17.5611)
=== 3 === Chare from 2 P#2 (2 chares)
=== 3 === Chare 243 (load 7.0205)

=== 3 === Less loaded core 26 P#2 (2 chares, load: 17.5762)
=== 3 === Chare from 26 P#26 (2 chares)
=== 3 === Chare 256 (load 7.0857)

=== 3 === Less loaded core 16 P#27889408 (3 chares, load: 22.8956)
=== 3 === Chare from 16 P#16 (3 chares)
=== 3 === Chare 181 (load 7.4904)

=== 3 === Less loaded core 7 P#7 (3 chares, load: 22.9077)
=== 3 === Chare from 7 P#7 (3 chares)
=== 3 === Chare 76 (load 7.5138)

=== 3 === Less loaded core 11 P#0 (3 chares, load: 22.9950)
=== 3 === Chare from 11 P#11 (3 chares)
=== 3 === Chare 117 (load 7.6104)

=== 3 === Less loaded core 18 P#32 (3 chares, load: 23.0291)
=== 3 === Chare from 18 P#18 (3 chares)
=== 3 === Chare 465 (load 7.4154)

=== 3 === Less loaded core 15 P#0 (3 chares, load: 23.0740)
=== 3 === Chare from 15 P#15 (3 chares)
=== 3 === Chare 142 (load 7.5413)

=== 3 === Less loaded core 14 P#19650880 (3 chares, load: 23.0974)
=== 3 === Chare from 14 P#14 (3 chares)
=== 3 === Chare 125 (load 7.5467)

=== 3 === Less loaded core 9 P#0 (3 chares, load: 23.3758)
=== 3 === Chare from 9 P#9 (3 chares)
=== 3 === Chare 263 (load 7.0341)

=== 3 === Less loaded core 17 P#0 (3 chares, load: 23.4277)
=== 3 === Chare from 17 P#17 (3 chares)
=== 3 === Chare 306 (load 7.3655)

=== 3 === Less loaded core 30 P#-78976 (3 chares, load: 23.5531)
=== 3 === Chare from 30 P#30 (3 chares)
=== 3 === Chare 257 (load 6.9950)

=== 3 === Less loaded core 23 P#23 (3 chares, load: 23.5612)
=== 3 === Chare from 23 P#23 (3 chares)
=== 3 === Chare 368 (load 7.2571)

=== 3 === Less loaded core 4 P#1 (3 chares, load: 23.6423)
=== 3 === Chare from 4 P#4 (3 chares)
=== 3 === Chare 30 (load 7.5268)

=== 3 === Less loaded core 24 P#24 (3 chares, load: 23.7484)
=== 3 === Chare from 24 P#24 (3 chares)
=== 3 === Chare 222 (load 6.9764)

=== 3 === Less loaded core 29 P#1077397150 (3 chares, load: 23.7759)
=== 3 === Chare from 29 P#29 (3 chares)
=== 3 === Chare 237 (load 6.9992)

=== 3 === Less loaded core 6 P#5 (3 chares, load: 23.8196)
=== 3 === Chare from 6 P#6 (3 chares)
=== 3 === Chare 53 (load 7.4560)

=== 3 === Less loaded core 27 P#32767 (3 chares, load: 23.9449)
=== 3 === Chare from 27 P#27 (3 chares)
=== 3 === Chare 435 (load 6.9870)

=== 3 === Less loaded core 10 P#0 (3 chares, load: 23.9738)
=== 3 === Chare from 10 P#10 (3 chares)
=== 3 === Chare 86 (load 7.4966)

=== 3 === Less loaded core 31 P#32767 (3 chares, load: 24.0486)
=== 3 === Chare from 31 P#31 (3 chares)
=== 3 === Chare 343 (load 6.9870)

=== 3 === Less loaded core 28 P#-1879048192 (3 chares, load: 24.0715)
=== 3 === Chare from 28 P#28 (3 chares)
=== 3 === Chare 207 (load 7.0118)

=== 3 === Less loaded core 0 P#0 (3 chares, load: 24.1295)
=== 3 === Chare from 0 P#0 (3 chares)
=== 3 === Chare 238 (load 6.9795)

=== 3 === Less loaded core 13 P#0 (3 chares, load: 24.1452)
=== 3 === Chare from 13 P#13 (3 chares)
=== 3 === Chare 100 (load 7.5180)

=== 3 === Less loaded core 12 P#27888960 (3 chares, load: 24.1693)
=== 3 === Chare from 12 P#12 (3 chares)
=== 3 === Chare 70 (load 7.4733)

=== 3 === Less loaded core 20 P#0 (3 chares, load: 24.2752)
=== 3 === Chare from 20 P#20 (3 chares)
=== 3 === Chare 392 (load 7.2588)

=== 3 === Less loaded core 21 P#0 (3 chares, load: 24.2795)
=== 3 === Chare from 21 P#21 (3 chares)
=== 3 === Chare 434 (load 7.1748)

=== 3 === Less loaded core 25 P#32767 (3 chares, load: 24.4381)
=== 3 === Chare from 25 P#25 (3 chares)
=== 3 === Chare 304 (load 7.3618)

=== 3 === Less loaded core 19 P#0 (3 chares, load: 24.4681)
=== 3 === Chare from 19 P#19 (3 chares)
=== 3 === Chare 490 (load 7.4462)

=== 3 === Less loaded core 5 P#3 (3 chares, load: 24.4709)
=== 3 === Chare from 5 P#5 (3 chares)
=== 3 === Chare 38 (load 7.4182)

=== 3 === Less loaded core 1 P#2 (3 chares, load: 24.4777)
=== 3 === Chare from 1 P#1 (3 chares)
=== 3 === Chare 46 (load 7.3399)

=== 3 === Less loaded core 2 P#4 (3 chares, load: 24.5816)
=== 3 === Chare from 2 P#2 (3 chares)
=== 3 === Chare 262 (load 6.8932)

=== 3 === Less loaded core 8 P#9346032 (3 chares, load: 24.5860)
=== 3 === Chare from 8 P#8 (3 chares)
=== 3 === Chare 61 (load 7.4580)

=== 3 === Less loaded core 3 P#6 (3 chares, load: 24.6002)
=== 3 === Chare from 3 P#3 (3 chares)
=== 3 === Chare 270 (load 7.2039)

=== 3 === Less loaded core 26 P#3 (3 chares, load: 24.6618)
=== 3 === Chare from 26 P#26 (3 chares)
=== 3 === Chare 486 (load 7.0779)

=== 3 === Less loaded core 22 P#22 (3 chares, load: 24.8313)
=== 3 === Chare from 22 P#22 (3 chares)
=== 3 === Chare 394 (load 7.2743)

[DEBUG] GetBackPlacement from node 0
0 9.7405
23 9.4883
1 7.5146
20 7.3159
18 9.4228
3 7.3474
19 7.3052
2 7.2615
32 7.3655
63 7.2823
21 7.2697
22 7.2194
31 7.3663
29 7.2609
30 7.2531
28 7.2484
62 7.3625
16 7.3595
7 7.3239
74 7.2920
27 7.4374
25 7.3956
96 7.3844
97 7.3278
90 9.5237
106 9.4142
50 9.3351
59 9.3266
107 6.8791
56 6.8708
104 6.8489
105 6.7995
70 9.4116
108 9.3660
6 9.3290
71 7.0732
65 7.1539
69 7.0801
66 7.0461
110 6.6896
33 9.2336
67 9.1685
80 9.0825
38 7.0299
68 7.0964
73 7.0213
86 6.9925
85 6.9732
102 9.1146
127 9.0367
37 7.0355
57 7.0211
89 7.3438
92 7.1078
88 7.0913
93 7.0532
72 9.8883
76 7.0981
111 6.7877
75 6.7366
109 6.8480
114 6.8386
78 6.7688
79 6.7019
11 7.3517
4 7.3210
10 7.2927
5 7.2547
54 7.2937
53 7.2626
51 7.2579
17 7.1902
58 7.2972
24 7.2838
49 7.2667
26 7.2122
64 7.3839
55 7.3511
52 7.3314
48 7.2598
42 7.6720
9 7.5397
8 7.2564
41 7.2061
113 7.3623
12 7.3273
13 7.3270
14 7.1294
43 7.3638
40 7.3438
34 7.3163
35 7.2492
77 9.1293
94 9.0949
84 7.0487
117 6.9967
112 9.4960
116 9.4442
15 9.3426
118 7.1835
121 7.3727
122 7.3431
120 7.3315
123 7.3240
82 7.3971
124 7.2964
81 7.1671
95 7.1058
125 7.3935
119 7.3208
126 7.0197
115 6.9605
36 9.4396
87 9.3809
47 9.3540
91 7.3429
39 7.4034
44 7.3532
45 7.2891
46 7.2047
98 9.4667
60 9.3506
99 7.3092
61 7.3034
103 7.3570
100 7.2893
101 7.2465
83 7.2264
Core 0 load 34.0592
Core 1 load 31.3369
Core 2 load 29.1368
Core 3 load 29.1288
Core 4 load 29.3379
Core 5 load 29.5451
Core 6 load 37.5996
Core 7 load 27.3983
Core 8 load 35.1799
Core 9 load 27.9697
Core 10 load 34.5145
Core 11 load 28.0834
Core 12 load 32.2079
Core 13 load 28.5961
Core 14 load 30.5107
Core 15 load 27.1574
Core 16 load 29.2202
Core 17 load 29.0045
Core 18 load 29.0600
Core 19 load 29.3262
Core 20 load 29.6742
Core 21 load 29.1459
Core 22 load 29.2730
Core 23 load 32.2697
Core 24 load 35.4664
Core 25 load 29.3712
Core 26 load 28.9664
Core 27 load 28.6944
Core 28 load 35.5173
Core 29 load 29.2505
Core 30 load 33.4299
Core 31 load 29.1192
Avg load 30.5797 in [29.6623 ; 31.4971 ]
Swap chares 63 (6.7019) and 27 (9.3266) between cores 15 (27.1574) and 6
(37.5996)
New loads : 15 (29.7821) and 6 (34.9749)
Swap chares 31 (6.7995) and 115 (7.3429) between cores 7 (27.3983) and 28
(35.5173)
New loads : 7 (27.9417) and 28 (34.9739)
Swap chares 30 (6.8489) and 98 (9.3426) between cores 7 (27.9417) and 24
(35.4664)
New loads : 7 (30.4354) and 24 (32.9727)
Swap chares 39 (6.6896) and 35 (7.0732) between cores 9 (27.9697) and 8
(35.1799)
New loads : 9 (28.3533) and 8 (34.7963)
Swap chares 46 (6.9925) and 26 (9.3351) between cores 11 (28.0834) and 6
(34.9749)
New loads : 11 (30.4260) and 6 (32.6324)
Swap chares 38 (7.0461) and 114 (9.3540) between cores 9 (28.3533) and 28
(34.9739)
New loads : 9 (30.6612) and 28 (32.6660)
Swap chares 54 (7.0913) and 34 (9.3290) between cores 13 (28.5961) and 8
(34.7963)
New loads : 13 (30.8337) and 8 (32.5586)
Swap chares 111 (6.9605) and 43 (7.0299) between cores 27 (28.6944) and 10
(34.5145)
New loads : 27 (28.7638) and 10 (34.4451)
Swap chares 110 (7.0197) and 42 (9.0825) between cores 27 (28.7638) and 10
(34.4451)
New loads : 27 (30.8266) and 10 (32.3823)
Swap chares 107 (7.1058) and 3 (7.3159) between cores 26 (28.9664) and 0
(34.0592)
New loads : 26 (29.1764) and 0 (33.8492)
Swap chares 70 (7.2579) and 2 (7.5146) between cores 17 (29.0045) and 0
(33.8492)
New loads : 17 (29.2612) and 0 (33.5925)
Swap chares 73 (7.2838) and 1 (9.4883) between cores 18 (29.0600) and 0
(33.5925)
New loads : 18 (31.2644) and 0 (31.3881)
Swap chares 127 (7.2264) and 123 (7.3034) between cores 31 (29.1192) and 30
(33.4299)
New loads : 31 (29.1962) and 30 (33.3529)
Swap chares 14 (7.2531) and 122 (7.3092) between cores 3 (29.1288) and 30
(33.3529)
New loads : 3 (29.1848) and 30 (33.2968)
Swap chares 11 (7.2194) and 123 (7.2264) between cores 2 (29.1368) and 30
(33.2968)
New loads : 2 (29.1438) and 30 (33.2898)
Swap chares 9 (7.2823) and 121 (9.3506) between cores 2 (29.1438) and 30
(33.2898)
New loads : 2 (31.2122) and 30 (31.2215)
Swap chares 87 (7.1294) and 99 (7.1835) between cores 21 (29.1459) and 24
(32.9727)
New loads : 21 (29.2001) and 24 (32.9185)
Swap chares 105 (7.2964) and 97 (9.4442) between cores 26 (29.1764) and 24
(32.9185)
New loads : 26 (31.3243) and 24 (30.7706)
Swap chares 13 (7.2609) and 113 (9.3809) between cores 3 (29.1848) and 28
(32.6660)
New loads : 3 (31.3047) and 28 (30.5461)
Swap chares 125 (7.2893) and 25 (9.4142) between cores 31 (29.1962) and 6
(32.6324)
New loads : 31 (31.3211) and 6 (30.5074)
Swap chares 85 (7.3273) and 33 (9.3660) between cores 21 (29.2001) and 8
(32.5586)
New loads : 21 (31.2389) and 8 (30.5198)
Swap chares 65 (7.3210) and 41 (9.1685) between cores 16 (29.2202) and 10
(32.3823)
New loads : 16 (31.0677) and 10 (30.5348)
Swap chares 117 (7.3532) and 93 (9.0949) between cores 29 (29.2505) and 23
(32.2697)
New loads : 29 (30.9922) and 23 (30.5280)
Swap chares 69 (7.2626) and 49 (9.0367) between cores 17 (29.2612) and 12
(32.2079)
New loads : 17 (31.0352) and 12 (30.4338)
=== 0 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 0 P#0 (0 chares)
=== 0 === Chare 0 (load 9.7405)

=== 0 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 0 === Chare from 1 P#1 (0 chares)
=== 0 === Chare 18 (load 9.4228)

=== 0 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 0 === Chare from 2 P#2 (0 chares)
=== 0 === Chare 104 (load 9.3506)

=== 0 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 0 === Chare from 3 P#3 (0 chares)
=== 0 === Chare 155 (load 9.3809)

=== 0 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 0 === Chare from 4 P#4 (0 chares)
=== 0 === Chare 106 (load 7.3625)

=== 0 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 0 === Chare from 5 P#5 (0 chares)
=== 0 === Chare 35 (load 7.4374)

=== 0 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 0 === Chare from 6 P#6 (0 chares)
=== 0 === Chare 162 (load 9.5237)

=== 0 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 0 === Chare from 7 P#7 (0 chares)
=== 0 === Chare 15 (load 9.3426)

=== 0 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 0 === Chare from 8 P#8 (0 chares)
=== 0 === Chare 122 (load 9.4116)

=== 0 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 9 P#9 (0 chares)
=== 0 === Chare 75 (load 9.3540)

=== 0 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 10 P#10 (0 chares)
=== 0 === Chare 49 (load 9.2336)

=== 0 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 11 P#11 (0 chares)
=== 0 === Chare 82 (load 9.3351)

=== 0 === Less loaded core 12 P#28023648 (0 chares, load: 0.0000)
=== 0 === Chare from 12 P#12 (0 chares)
=== 0 === Chare 186 (load 9.1146)

=== 0 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 13 P#13 (0 chares)
=== 0 === Chare 6 (load 9.3290)

=== 0 === Less loaded core 14 P#19190240 (0 chares, load: 0.0000)
=== 0 === Chare from 14 P#14 (0 chares)
=== 0 === Chare 128 (load 9.8883)

=== 0 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 15 P#15 (0 chares)
=== 0 === Chare 99 (load 9.3266)

=== 0 === Less loaded core 16 P#28024096 (0 chares, load: 0.0000)
=== 0 === Chare from 16 P#16 (0 chares)
=== 0 === Chare 115 (load 9.1685)

=== 0 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 17 P#17 (0 chares)
=== 0 === Chare 235 (load 9.0367)

=== 0 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 0 === Chare from 18 P#18 (0 chares)
=== 0 === Chare 27 (load 9.4883)

=== 0 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 19 P#19 (0 chares)
=== 0 === Chare 112 (load 7.3839)

=== 0 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 20 P#20 (0 chares)
=== 0 === Chare 66 (load 7.6720)

=== 0 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 21 P#21 (0 chares)
=== 0 === Chare 200 (load 9.3660)

=== 0 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 0 === Chare from 22 P#22 (0 chares)
=== 0 === Chare 67 (load 7.3638)

=== 0 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 0 === Chare from 23 P#23 (0 chares)
=== 0 === Chare 137 (load 9.1293)

=== 0 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 0 === Chare from 24 P#24 (0 chares)
=== 0 === Chare 208 (load 9.4960)

=== 0 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 0 === Chare from 25 P#25 (0 chares)
=== 0 === Chare 225 (load 7.3727)

=== 0 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 26 P#26 (0 chares)
=== 0 === Chare 216 (load 9.4442)

=== 0 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 0 === Chare from 27 P#27 (0 chares)
=== 0 === Chare 144 (load 9.0825)

=== 0 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 28 P#28 (0 chares)
=== 0 === Chare 56 (load 9.4396)

=== 0 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 29 P#29 (0 chares)
=== 0 === Chare 170 (load 9.0949)

=== 0 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 0 === Chare from 30 P#30 (0 chares)
=== 0 === Chare 178 (load 9.4667)

=== 0 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 0 === Chare from 31 P#31 (0 chares)
=== 0 === Chare 194 (load 9.4142)

=== 0 === Less loaded core 4 P#1 (1 chares, load: 7.3625)
=== 0 === Chare from 4 P#4 (1 chares)
=== 0 === Chare 16 (load 7.3595)

=== 0 === Less loaded core 22 P#22 (1 chares, load: 7.3638)
=== 0 === Chare from 22 P#22 (1 chares)
=== 0 === Chare 64 (load 7.3438)

=== 0 === Less loaded core 25 P#32767 (1 chares, load: 7.3727)
=== 0 === Chare from 25 P#25 (1 chares)
=== 0 === Chare 226 (load 7.3431)

=== 0 === Less loaded core 19 P#0 (1 chares, load: 7.3839)
=== 0 === Chare from 19 P#19 (1 chares)
=== 0 === Chare 91 (load 7.3511)

=== 0 === Less loaded core 5 P#3 (1 chares, load: 7.4374)
=== 0 === Chare from 5 P#5 (1 chares)
=== 0 === Chare 33 (load 7.3956)

=== 0 === Less loaded core 20 P#0 (1 chares, load: 7.6720)
=== 0 === Chare from 20 P#20 (1 chares)
=== 0 === Chare 9 (load 7.5397)

=== 0 === Less loaded core 17 P#0 (1 chares, load: 9.0367)
=== 0 === Chare from 17 P#17 (1 chares)
=== 0 === Chare 1 (load 7.5146)

=== 0 === Less loaded core 27 P#32767 (1 chares, load: 9.0825)
=== 0 === Chare from 27 P#27 (1 chares)
=== 0 === Chare 233 (load 7.3935)

=== 0 === Less loaded core 29 P#1075982489 (1 chares, load: 9.0949)
=== 0 === Chare from 29 P#29 (1 chares)
=== 0 === Chare 59 (load 7.4034)

=== 0 === Less loaded core 12 P#28023648 (1 chares, load: 9.1146)
=== 0 === Chare from 12 P#12 (1 chares)
=== 0 === Chare 89 (load 7.2626)

=== 0 === Less loaded core 23 P#23 (1 chares, load: 9.1293)
=== 0 === Chare from 23 P#23 (1 chares)
=== 0 === Chare 72 (load 7.3532)

=== 0 === Less loaded core 16 P#28024096 (1 chares, load: 9.1685)
=== 0 === Chare from 16 P#16 (1 chares)
=== 0 === Chare 11 (load 7.3517)

=== 0 === Less loaded core 10 P#0 (1 chares, load: 9.2336)
=== 0 === Chare from 10 P#10 (1 chares)
=== 0 === Chare 4 (load 7.3210)

=== 0 === Less loaded core 15 P#0 (1 chares, load: 9.3266)
=== 0 === Chare from 15 P#15 (1 chares)
=== 0 === Chare 201 (load 6.8480)

=== 0 === Less loaded core 13 P#0 (1 chares, load: 9.3290)
=== 0 === Chare from 13 P#13 (1 chares)
=== 0 === Chare 161 (load 7.3438)

=== 0 === Less loaded core 11 P#0 (1 chares, load: 9.3351)
=== 0 === Chare from 11 P#11 (1 chares)
=== 0 === Chare 120 (load 7.0964)

=== 0 === Less loaded core 7 P#7 (1 chares, load: 9.3426)
=== 0 === Chare from 7 P#7 (1 chares)
=== 0 === Chare 163 (load 7.3429)

=== 0 === Less loaded core 2 P#4 (1 chares, load: 9.3506)
=== 0 === Chare from 2 P#2 (1 chares)
=== 0 === Chare 48 (load 7.3655)

=== 0 === Less loaded core 9 P#0 (1 chares, load: 9.3540)
=== 0 === Chare from 9 P#9 (1 chares)
=== 0 === Chare 113 (load 7.1539)

=== 0 === Less loaded core 21 P#0 (1 chares, load: 9.3660)
=== 0 === Chare from 21 P#21 (1 chares)
=== 0 === Chare 209 (load 7.3623)

=== 0 === Less loaded core 3 P#6 (1 chares, load: 9.3809)
=== 0 === Chare from 3 P#3 (1 chares)
=== 0 === Chare 43 (load 7.3663)

=== 0 === Less loaded core 8 P#9346032 (1 chares, load: 9.4116)
=== 0 === Chare from 8 P#8 (1 chares)
=== 0 === Chare 12 (load 7.3273)

=== 0 === Less loaded core 31 P#32767 (1 chares, load: 9.4142)
=== 0 === Chare from 31 P#31 (1 chares)
=== 0 === Chare 187 (load 7.3570)

=== 0 === Less loaded core 1 P#2 (1 chares, load: 9.4228)
=== 0 === Chare from 1 P#1 (1 chares)
=== 0 === Chare 3 (load 7.3474)

=== 0 === Less loaded core 28 P#1476395008 (1 chares, load: 9.4396)
=== 0 === Chare from 28 P#28 (1 chares)
=== 0 === Chare 41 (load 7.2609)

=== 0 === Less loaded core 26 P#1 (1 chares, load: 9.4442)
=== 0 === Chare from 26 P#26 (1 chares)
=== 0 === Chare 146 (load 7.3971)

=== 0 === Less loaded core 30 P#-78976 (1 chares, load: 9.4667)
=== 0 === Chare from 30 P#30 (1 chares)
=== 0 === Chare 107 (load 7.2823)

=== 0 === Less loaded core 18 P#32 (1 chares, load: 9.4883)
=== 0 === Chare from 18 P#18 (1 chares)
=== 0 === Chare 98 (load 7.2972)

=== 0 === Less loaded core 24 P#24 (1 chares, load: 9.4960)
=== 0 === Chare from 24 P#24 (1 chares)
=== 0 === Chare 232 (load 7.2964)

=== 0 === Less loaded core 6 P#5 (1 chares, load: 9.5237)
=== 0 === Chare from 6 P#6 (1 chares)
=== 0 === Chare 184 (load 7.2893)

=== 0 === Less loaded core 0 P#0 (1 chares, load: 9.7405)
=== 0 === Chare from 0 P#0 (1 chares)
=== 0 === Chare 32 (load 7.2838)

=== 0 === Less loaded core 14 P#19190240 (1 chares, load: 9.8883)
=== 0 === Chare from 14 P#14 (1 chares)
=== 0 === Chare 136 (load 7.0981)

=== 0 === Less loaded core 22 P#22 (2 chares, load: 14.7076)
=== 0 === Chare from 22 P#22 (2 chares)
=== 0 === Chare 50 (load 7.3163)

=== 0 === Less loaded core 25 P#32767 (2 chares, load: 14.7158)
=== 0 === Chare from 25 P#25 (2 chares)
=== 0 === Chare 224 (load 7.3315)

=== 0 === Less loaded core 4 P#1 (2 chares, load: 14.7220)
=== 0 === Chare from 4 P#4 (2 chares)
=== 0 === Chare 7 (load 7.3239)

=== 0 === Less loaded core 19 P#0 (2 chares, load: 14.7349)
=== 0 === Chare from 19 P#19 (2 chares)
=== 0 === Chare 88 (load 7.3314)

=== 0 === Less loaded core 5 P#3 (2 chares, load: 14.8330)
=== 0 === Chare from 5 P#5 (2 chares)
=== 0 === Chare 176 (load 7.3844)

=== 0 === Less loaded core 20 P#0 (2 chares, load: 15.2118)
=== 0 === Chare from 20 P#20 (2 chares)
=== 0 === Chare 8 (load 7.2564)

=== 0 === Less loaded core 15 P#0 (2 chares, load: 16.1747)
=== 0 === Chare from 15 P#15 (2 chares)
=== 0 === Chare 210 (load 6.8386)

=== 0 === Less loaded core 12 P#28023648 (2 chares, load: 16.3772)
=== 0 === Chare from 12 P#12 (2 chares)
=== 0 === Chare 57 (load 7.0355)

=== 0 === Less loaded core 11 P#0 (2 chares, load: 16.4315)
=== 0 === Chare from 11 P#11 (2 chares)
=== 0 === Chare 129 (load 7.0213)

=== 0 === Less loaded core 27 P#32767 (2 chares, load: 16.4759)
=== 0 === Chare from 27 P#27 (2 chares)
=== 0 === Chare 219 (load 7.3208)

=== 0 === Less loaded core 23 P#23 (2 chares, load: 16.4826)
=== 0 === Chare from 23 P#23 (2 chares)
=== 0 === Chare 152 (load 7.0487)

=== 0 === Less loaded core 29 P#1076920212 (2 chares, load: 16.4984)
=== 0 === Chare from 29 P#29 (2 chares)
=== 0 === Chare 73 (load 7.2891)

=== 0 === Less loaded core 9 P#0 (2 chares, load: 16.5079)
=== 0 === Chare from 9 P#9 (2 chares)
=== 0 === Chare 121 (load 7.0801)

=== 0 === Less loaded core 16 P#28024096 (2 chares, load: 16.5202)
=== 0 === Chare from 16 P#16 (2 chares)
=== 0 === Chare 10 (load 7.2927)

=== 0 === Less loaded core 17 P#0 (2 chares, load: 16.5513)
=== 0 === Chare from 17 P#17 (2 chares)
=== 0 === Chare 90 (load 7.2937)

=== 0 === Less loaded core 10 P#0 (2 chares, load: 16.5546)
=== 0 === Chare from 10 P#10 (2 chares)
=== 0 === Chare 234 (load 7.0197)

=== 0 === Less loaded core 13 P#0 (2 chares, load: 16.6727)
=== 0 === Chare from 13 P#13 (2 chares)
=== 0 === Chare 168 (load 7.1078)

=== 0 === Less loaded core 7 P#7 (2 chares, load: 16.6855)
=== 0 === Chare from 7 P#7 (2 chares)
=== 0 === Chare 195 (load 6.8791)

=== 0 === Less loaded core 28 P#1073741824 (2 chares, load: 16.7005)
=== 0 === Chare from 28 P#28 (2 chares)
=== 0 === Chare 114 (load 7.0461)

=== 0 === Less loaded core 2 P#4 (2 chares, load: 16.7161)
=== 0 === Chare from 2 P#2 (2 chares)
=== 0 === Chare 25 (load 7.2697)

=== 0 === Less loaded core 21 P#0 (2 chares, load: 16.7284)
=== 0 === Chare from 21 P#21 (2 chares)
=== 0 === Chare 13 (load 7.3270)

=== 0 === Less loaded core 8 P#9346032 (2 chares, load: 16.7389)
=== 0 === Chare from 8 P#8 (2 chares)
=== 0 === Chare 160 (load 7.0913)

=== 0 === Less loaded core 3 P#6 (2 chares, load: 16.7472)
=== 0 === Chare from 3 P#3 (2 chares)
=== 0 === Chare 179 (load 7.3092)

=== 0 === Less loaded core 30 P#-78976 (2 chares, load: 16.7489)
=== 0 === Chare from 30 P#30 (2 chares)
=== 0 === Chare 42 (load 7.2531)

=== 0 === Less loaded core 1 P#2 (2 chares, load: 16.7702)
=== 0 === Chare from 1 P#1 (2 chares)
=== 0 === Chare 19 (load 7.3052)

=== 0 === Less loaded core 31 P#32767 (2 chares, load: 16.7712)
=== 0 === Chare from 31 P#31 (2 chares)
=== 0 === Chare 105 (load 7.3034)

=== 0 === Less loaded core 18 P#32 (2 chares, load: 16.7856)
=== 0 === Chare from 18 P#18 (2 chares)
=== 0 === Chare 81 (load 7.2667)

=== 0 === Less loaded core 24 P#24 (2 chares, load: 16.7923)
=== 0 === Chare from 24 P#24 (2 chares)
=== 0 === Chare 14 (load 7.1294)

=== 0 === Less loaded core 6 P#5 (2 chares, load: 16.8130)
=== 0 === Chare from 6 P#6 (2 chares)
=== 0 === Chare 154 (load 6.9925)

=== 0 === Less loaded core 26 P#2 (2 chares, load: 16.8414)
=== 0 === Chare from 26 P#26 (2 chares)
=== 0 === Chare 24 (load 7.3159)

=== 0 === Less loaded core 14 P#19190240 (2 chares, load: 16.9864)
=== 0 === Chare from 14 P#14 (2 chares)
=== 0 === Chare 203 (load 6.7877)

=== 0 === Less loaded core 0 P#0 (2 chares, load: 17.0243)
=== 0 === Chare from 0 P#0 (2 chares)
=== 0 === Chare 83 (load 7.2579)

=== 0 === Less loaded core 22 P#22 (3 chares, load: 22.0238)
=== 0 === Chare from 22 P#22 (3 chares)
=== 0 === Chare 51 (load 7.2492)

=== 0 === Less loaded core 4 P#1 (3 chares, load: 22.0459)
=== 0 === Chare from 4 P#4 (3 chares)
=== 0 === Chare 130 (load 7.2920)

=== 0 === Less loaded core 25 P#32767 (3 chares, load: 22.0472)
=== 0 === Chare from 25 P#25 (3 chares)
=== 0 === Chare 227 (load 7.3240)

=== 0 === Less loaded core 19 P#0 (3 chares, load: 22.0663)
=== 0 === Chare from 19 P#19 (3 chares)
=== 0 === Chare 80 (load 7.2598)

=== 0 === Less loaded core 5 P#3 (3 chares, load: 22.2173)
=== 0 === Chare from 5 P#5 (3 chares)
=== 0 === Chare 177 (load 7.3278)

=== 0 === Less loaded core 20 P#0 (3 chares, load: 22.4681)
=== 0 === Chare from 20 P#20 (3 chares)
=== 0 === Chare 65 (load 7.2061)

=== 0 === Less loaded core 15 P#0 (3 chares, load: 23.0133)
=== 0 === Chare from 15 P#15 (3 chares)
=== 0 === Chare 138 (load 6.7688)

=== 0 === Less loaded core 12 P#28023648 (3 chares, load: 23.4127)
=== 0 === Chare from 12 P#12 (3 chares)
=== 0 === Chare 97 (load 7.0211)

=== 0 === Less loaded core 11 P#0 (3 chares, load: 23.4528)
=== 0 === Chare from 11 P#11 (3 chares)
=== 0 === Chare 153 (load 6.9732)

=== 0 === Less loaded core 23 P#23 (3 chares, load: 23.5313)
=== 0 === Chare from 23 P#23 (3 chares)
=== 0 === Chare 217 (load 6.9967)

=== 0 === Less loaded core 7 P#7 (3 chares, load: 23.5646)
=== 0 === Chare from 7 P#7 (3 chares)
=== 0 === Chare 96 (load 6.8708)

=== 0 === Less loaded core 10 P#0 (3 chares, load: 23.5743)
=== 0 === Chare from 10 P#10 (3 chares)
=== 0 === Chare 211 (load 6.9605)

=== 0 === Less loaded core 9 P#0 (3 chares, load: 23.5880)
=== 0 === Chare from 9 P#9 (3 chares)
=== 0 === Chare 123 (load 7.0732)

=== 0 === Less loaded core 28 P#-2013265920 (3 chares, load: 23.7466)
=== 0 === Chare from 28 P#28 (3 chares)
=== 0 === Chare 193 (load 6.7995)

=== 0 === Less loaded core 14 P#19190240 (3 chares, load: 23.7741)
=== 0 === Chare from 14 P#14 (3 chares)
=== 0 === Chare 131 (load 6.7366)

=== 0 === Less loaded core 13 P#0 (3 chares, load: 23.7805)
=== 0 === Chare from 13 P#13 (3 chares)
=== 0 === Chare 169 (load 7.0532)

=== 0 === Less loaded core 29 P#1077397909 (3 chares, load: 23.7874)
=== 0 === Chare from 29 P#29 (3 chares)
=== 0 === Chare 74 (load 7.2047)

=== 0 === Less loaded core 27 P#32767 (3 chares, load: 23.7967)
=== 0 === Chare from 27 P#27 (3 chares)
=== 0 === Chare 58 (load 7.0299)

=== 0 === Less loaded core 6 P#5 (3 chares, load: 23.8055)
=== 0 === Chare from 6 P#6 (3 chares)
=== 0 === Chare 139 (load 6.7019)

=== 0 === Less loaded core 16 P#28024096 (3 chares, load: 23.8129)
=== 0 === Chare from 16 P#16 (3 chares)
=== 0 === Chare 5 (load 7.2547)

=== 0 === Less loaded core 8 P#9346032 (3 chares, load: 23.8302)
=== 0 === Chare from 8 P#8 (3 chares)
=== 0 === Chare 202 (load 6.6896)

=== 0 === Less loaded core 17 P#0 (3 chares, load: 23.8450)
=== 0 === Chare from 17 P#17 (3 chares)
=== 0 === Chare 17 (load 7.1902)

=== 0 === Less loaded core 24 P#24 (3 chares, load: 23.9217)
=== 0 === Chare from 24 P#24 (3 chares)
=== 0 === Chare 192 (load 6.8489)

=== 0 === Less loaded core 2 P#4 (3 chares, load: 23.9858)
=== 0 === Chare from 2 P#2 (3 chares)
=== 0 === Chare 147 (load 7.2264)

=== 0 === Less loaded core 30 P#-78976 (3 chares, load: 24.0021)
=== 0 === Chare from 30 P#30 (3 chares)
=== 0 === Chare 26 (load 7.2194)

=== 0 === Less loaded core 18 P#32 (3 chares, load: 24.0523)
=== 0 === Chare from 18 P#18 (3 chares)
=== 0 === Chare 34 (load 7.2122)

=== 0 === Less loaded core 21 P#0 (3 chares, load: 24.0553)
=== 0 === Chare from 21 P#21 (3 chares)
=== 0 === Chare 218 (load 7.1835)

=== 0 === Less loaded core 3 P#6 (3 chares, load: 24.0564)
=== 0 === Chare from 3 P#3 (3 chares)
=== 0 === Chare 40 (load 7.2484)

=== 0 === Less loaded core 31 P#32767 (3 chares, load: 24.0746)
=== 0 === Chare from 31 P#31 (3 chares)
=== 0 === Chare 185 (load 7.2465)

=== 0 === Less loaded core 1 P#2 (3 chares, load: 24.0754)
=== 0 === Chare from 1 P#1 (3 chares)
=== 0 === Chare 2 (load 7.2615)

=== 0 === Less loaded core 26 P#3 (3 chares, load: 24.1572)
=== 0 === Chare from 26 P#26 (3 chares)
=== 0 === Chare 145 (load 7.1671)

=== 0 === Less loaded core 0 P#0 (3 chares, load: 24.2822)
=== 0 === Chare from 0 P#0 (3 chares)
=== 0 === Chare 171 (load 7.1058)

[DEBUG] GetBackPlacement from node 6
15 9.5378
47 9.3420
0 7.0505
104 7.0380
4 9.4667
6 8.7800
5 8.4746
65 7.2236
20 7.0646
72 7.0151
46 6.9777
17 6.9464
23 7.0324
18 6.9891
19 6.9793
21 6.9683
12 9.5045
7 9.4216
79 9.4058
122 6.9052
58 7.0566
57 6.8283
56 6.7463
43 6.7312
71 7.0356
40 6.9733
68 6.9700
69 6.9562
59 9.4707
70 9.3595
63 9.3288
41 9.2768
107 8.7875
31 8.6324
115 7.9801
9 7.3545
26 9.1063
64 8.9327
33 7.2989
66 6.8988
39 7.1479
36 7.0196
37 6.9851
25 6.8813
42 8.6334
61 7.3729
60 7.3211
62 6.9892
27 8.8432
44 7.0947
24 7.0549
28 6.9491
48 9.1466
88 9.0657
86 7.0497
112 6.9727
32 9.0579
67 8.9476
82 7.0633
34 7.0091
117 7.1512
116 7.1388
118 7.0044
119 6.9939
45 7.0702
3 7.0637
1 6.9910
2 6.9413
84 9.0263
87 8.5632
11 8.1179
74 7.5129
85 8.6097
81 7.2044
83 6.9553
49 6.9121
90 7.2364
89 7.0358
91 7.0159
50 6.9966
8 8.7395
80 8.4386
51 8.4334
35 7.2426
113 7.2035
55 7.0189
53 6.9951
114 6.8820
105 10.0251
123 9.4950
22 9.3198
38 9.2677
127 7.1104
126 7.0663
124 7.0468
125 7.0401
95 9.1343
75 9.0914
16 9.0387
10 8.9681
120 6.8231
121 6.7913
14 6.7260
106 6.6661
73 7.0820
92 7.0511
94 6.9960
93 6.9317
110 7.1476
109 7.0861
108 7.0815
111 6.9554
76 7.0405
77 7.0152
13 6.9889
78 6.9487
54 7.0682
99 7.0137
52 7.0015
97 6.9845
29 7.0822
96 7.0371
98 6.9756
30 6.9673
100 7.0504
101 7.0096
102 6.9400
103 6.9264
Core 0 load 32.9683
Core 1 load 33.9449
Core 2 load 28.0039
Core 3 load 27.9691
Core 4 load 35.2371
Core 5 load 27.3625
Core 6 load 27.9351
Core 7 load 37.4359
Core 8 load 32.7546
Core 9 load 32.2367
Core 10 load 28.0339
Core 11 load 30.3165
Core 12 load 29.9419
Core 13 load 32.2348
Core 14 load 32.0779
Core 15 load 28.2884
Core 16 load 28.0662
Core 17 load 33.2203
Core 18 load 29.6815
Core 19 load 28.2846
Core 20 load 32.8540
Core 21 load 28.0994
Core 22 load 38.1077
Core 23 load 28.2636
Core 24 load 36.2325
Core 25 load 27.0065
Core 26 load 28.0608
Core 27 load 28.2706
Core 28 load 27.9933
Core 29 load 28.0679
Core 30 load 28.0624
Core 31 load 27.9265
Avg load 30.4668 in [29.5528 ; 31.3809 ]
Swap chares 103 (6.6661) and 91 (9.2677) between cores 25 (27.0065) and 22
(38.1077)
New loads : 25 (29.6081) and 22 (35.5060)
Swap chares 23 (6.7312) and 31 (9.2768) between cores 5 (27.3625) and 7
(37.4359)
New loads : 5 (29.9081) and 7 (34.8903)
Swap chares 127 (6.9264) and 99 (8.9681) between cores 31 (27.9265) and 24
(36.2325)
New loads : 31 (29.9682) and 24 (34.1908)
Swap chares 26 (6.9700) and 90 (9.3198) between cores 6 (27.9351) and 22
(35.5060)
New loads : 6 (30.2850) and 22 (33.1562)
Swap chares 14 (6.9793) and 18 (9.4058) between cores 3 (27.9691) and 4
(35.2371)
New loads : 3 (30.3956) and 4 (32.8106)
Swap chares 114 (6.9889) and 30 (9.3288) between cores 28 (27.9933) and 7
(34.8903)
New loads : 28 (30.3332) and 7 (32.5504)
Swap chares 10 (6.9777) and 98 (9.0387) between cores 2 (28.0039) and 24
(34.1908)
New loads : 2 (30.0648) and 24 (32.1298)
Swap chares 43 (6.8813) and 7 (7.2236) between cores 10 (28.0339) and 1
(33.9449)
New loads : 10 (28.3762) and 1 (33.6026)
Swap chares 106 (6.9960) and 6 (8.4746) between cores 26 (28.0608) and 1
(33.6026)
New loads : 26 (29.5394) and 1 (32.1240)
Swap chares 123 (6.9673) and 71 (7.5129) between cores 30 (28.0624) and 17
(33.2203)
New loads : 30 (28.6080) and 17 (32.6747)
Swap chares 65 (7.0637) and 89 (9.4950) between cores 16 (28.0662) and 22
(33.1562)
New loads : 16 (30.4975) and 22 (30.7249)
Swap chares 119 (6.9845) and 3 (7.0380) between cores 29 (28.0679) and 0
(32.9683)
New loads : 29 (28.1213) and 0 (32.9148)
Swap chares 87 (6.8820) and 3 (6.9845) between cores 21 (28.0994) and 0
(32.9148)
New loads : 21 (28.2020) and 0 (32.8123)
Swap chares 119 (7.0380) and 83 (7.2426) between cores 29 (28.1213) and 20
(32.8540)
New loads : 29 (28.3259) and 20 (32.6494)
Swap chares 86 (6.9951) and 2 (7.0505) between cores 21 (28.2020) and 0
(32.8123)
New loads : 21 (28.2574) and 0 (32.7568)
Swap chares 85 (7.0189) and 17 (9.4216) between cores 21 (28.2574) and 4
(32.8106)
New loads : 21 (30.6602) and 4 (30.4079)
Swap chares 93 (7.0663) and 1 (9.3420) between cores 23 (28.2636) and 0
(32.7568)
New loads : 23 (30.5392) and 0 (30.4812)
Swap chares 111 (6.9554) and 35 (7.3545) between cores 27 (28.2706) and 8
(32.7546)
New loads : 27 (28.6697) and 8 (32.3555)
Swap chares 78 (7.0159) and 70 (8.1179) between cores 19 (28.2846) and 17
(32.6747)
New loads : 19 (29.3866) and 17 (31.5727)
Swap chares 63 (6.9939) and 83 (7.0380) between cores 15 (28.2884) and 20
(32.6494)
New loads : 15 (28.3324) and 20 (32.6054)
Swap chares 118 (7.0015) and 82 (8.4334) between cores 29 (28.3259) and 20
(32.6054)
New loads : 29 (29.7578) and 20 (31.1735)
Swap chares 61 (7.1388) and 29 (9.3595) between cores 15 (28.3324) and 7
(32.5504)
New loads : 15 (30.5531) and 7 (30.3297)
Swap chares 42 (6.9851) and 34 (7.9801) between cores 10 (28.3762) and 8
(32.3555)
New loads : 10 (29.3713) and 8 (31.3604)
Swap chares 122 (6.9756) and 38 (7.2989) between cores 30 (28.6080) and 9
(32.2367)
New loads : 30 (28.9312) and 9 (31.9135)
Swap chares 109 (7.0861) and 53 (9.0657) between cores 27 (28.6697) and 13
(32.2348)
New loads : 27 (30.6493) and 13 (30.2551)
Swap chares 121 (7.0371) and 97 (9.0914) between cores 30 (28.9312) and 24
(32.1298)
New loads : 30 (30.9854) and 24 (30.0755)
Swap chares 41 (7.0196) and 5 (8.7800) between cores 10 (29.3713) and 1
(32.1240)
New loads : 10 (31.1317) and 1 (30.3636)
Swap chares 79 (6.9966) and 59 (7.0091) between cores 19 (29.3866) and 14
(32.0779)
New loads : 19 (29.3991) and 14 (32.0654)
Swap chares 77 (7.0358) and 57 (8.9476) between cores 19 (29.3991) and 14
(32.0654)
New loads : 19 (31.3109) and 14 (30.1536)
Swap chares 105 (7.0511) and 37 (8.9327) between cores 26 (29.5394) and 9
(31.9135)
New loads : 26 (31.4210) and 9 (30.0319)
Swap chares 102 (6.7260) and 70 (7.0159) between cores 25 (29.6081) and 17
(31.5727)
New loads : 25 (29.8980) and 17 (31.2829)
Swap chares 75 (6.9121) and 107 (6.9317) between cores 18 (29.6815) and 26
(31.4210)
New loads : 18 (29.7012) and 26 (31.4014)
Swap chares 74 (6.9553) and 106 (8.4746) between cores 18 (29.7012) and 26
(31.4014)
New loads : 18 (31.2205) and 26 (29.8821)
=== 6 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 0 P#0 (0 chares)
=== 6 === Chare 351 (load 9.5378)

=== 6 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 6 === Chare from 1 P#1 (0 chares)
=== 6 === Chare 272 (load 9.4667)

=== 6 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 6 === Chare from 2 P#2 (0 chares)
=== 6 === Chare 384 (load 9.0387)

=== 6 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 6 === Chare from 3 P#3 (0 chares)
=== 6 === Chare 711 (load 9.4058)

=== 6 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 6 === Chare from 4 P#4 (0 chares)
=== 6 === Chare 348 (load 9.5045)

=== 6 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 6 === Chare from 5 P#5 (0 chares)
=== 6 === Chare 609 (load 9.2768)

=== 6 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 6 === Chare from 6 P#6 (0 chares)
=== 6 === Chare 422 (load 9.3198)

=== 6 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 6 === Chare from 7 P#7 (0 chares)
=== 6 === Chare 671 (load 9.4707)

=== 6 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 6 === Chare from 8 P#8 (0 chares)
=== 6 === Chare 787 (load 8.7875)

=== 6 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 9 P#9 (0 chares)
=== 6 === Chare 446 (load 9.1063)

=== 6 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 10 P#10 (0 chares)
=== 6 === Chare 274 (load 8.7800)

=== 6 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 11 P#11 (0 chares)
=== 6 === Chare 610 (load 8.6334)

=== 6 === Less loaded core 12 P#28158336 (0 chares, load: 0.0000)
=== 6 === Chare from 12 P#12 (0 chares)
=== 6 === Chare 447 (load 8.8432)

=== 6 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 13 P#13 (0 chares)
=== 6 === Chare 620 (load 9.1466)

=== 6 === Less loaded core 14 P#19191072 (0 chares, load: 0.0000)
=== 6 === Chare from 14 P#14 (0 chares)
=== 6 === Chare 540 (load 9.0579)

=== 6 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 15 P#15 (0 chares)
=== 6 === Chare 702 (load 9.3595)

=== 6 === Less loaded core 16 P#28158784 (0 chares, load: 0.0000)
=== 6 === Chare from 16 P#16 (0 chares)
=== 6 === Chare 811 (load 9.4950)

=== 6 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 17 P#17 (0 chares)
=== 6 === Chare 716 (load 9.0263)

=== 6 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 6 === Chare from 18 P#18 (0 chares)
=== 6 === Chare 717 (load 8.6097)

=== 6 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 19 P#19 (0 chares)
=== 6 === Chare 687 (load 8.9476)

=== 6 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 20 P#20 (0 chares)
=== 6 === Chare 316 (load 8.7395)

=== 6 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 21 P#21 (0 chares)
=== 6 === Chare 275 (load 9.4216)

=== 6 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 6 === Chare from 22 P#22 (0 chares)
=== 6 === Chare 785 (load 10.0251)

=== 6 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 6 === Chare from 23 P#23 (0 chares)
=== 6 === Chare 615 (load 9.3420)

=== 6 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 6 === Chare from 24 P#24 (0 chares)
=== 6 === Chare 731 (load 9.1343)

=== 6 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 6 === Chare from 25 P#25 (0 chares)
=== 6 === Chare 566 (load 9.2677)

=== 6 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 26 P#26 (0 chares)
=== 6 === Chare 684 (load 8.9327)

=== 6 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 6 === Chare from 27 P#27 (0 chares)
=== 6 === Chare 720 (load 9.0657)

=== 6 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 28 P#28 (0 chares)
=== 6 === Chare 675 (load 9.3288)

=== 6 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 29 P#29 (0 chares)
=== 6 === Chare 623 (load 8.4334)

=== 6 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 6 === Chare from 30 P#30 (0 chares)
=== 6 === Chare 707 (load 9.0914)

=== 6 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 6 === Chare from 31 P#31 (0 chares)
=== 6 === Chare 318 (load 8.9681)

=== 6 === Less loaded core 29 P#1075895776 (1 chares, load: 8.4334)
=== 6 === Chare from 29 P#29 (1 chares)
=== 6 === Chare 543 (load 7.2426)

=== 6 === Less loaded core 18 P#32 (1 chares, load: 8.6097)
=== 6 === Chare from 18 P#18 (1 chares)
=== 6 === Chare 273 (load 8.4746)

=== 6 === Less loaded core 11 P#0 (1 chares, load: 8.6334)
=== 6 === Chare from 11 P#11 (1 chares)
=== 6 === Chare 673 (load 7.3729)

=== 6 === Less loaded core 20 P#0 (1 chares, load: 8.7395)
=== 6 === Chare from 20 P#20 (1 chares)
=== 6 === Chare 712 (load 8.4386)

=== 6 === Less loaded core 10 P#0 (1 chares, load: 8.7800)
=== 6 === Chare from 10 P#10 (1 chares)
=== 6 === Chare 795 (load 7.9801)

=== 6 === Less loaded core 8 P#9346032 (1 chares, load: 8.7875)
=== 6 === Chare from 8 P#8 (1 chares)
=== 6 === Chare 531 (load 8.6324)

=== 6 === Less loaded core 12 P#28158336 (1 chares, load: 8.8432)
=== 6 === Chare from 12 P#12 (1 chares)
=== 6 === Chare 612 (load 7.0947)

=== 6 === Less loaded core 26 P#1 (1 chares, load: 8.9327)
=== 6 === Chare from 26 P#26 (1 chares)
=== 6 === Chare 705 (load 7.0820)

=== 6 === Less loaded core 19 P#0 (1 chares, load: 8.9476)
=== 6 === Chare from 19 P#19 (1 chares)
=== 6 === Chare 319 (load 8.1179)

=== 6 === Less loaded core 31 P#32767 (1 chares, load: 8.9681)
=== 6 === Chare from 31 P#31 (1 chares)
=== 6 === Chare 764 (load 7.0504)

=== 6 === Less loaded core 17 P#0 (1 chares, load: 9.0263)
=== 6 === Chare from 17 P#17 (1 chares)
=== 6 === Chare 719 (load 8.5632)

=== 6 === Less loaded core 2 P#4 (1 chares, load: 9.0387)
=== 6 === Chare from 2 P#2 (1 chares)
=== 6 === Chare 420 (load 7.0646)

=== 6 === Less loaded core 14 P#19191072 (1 chares, load: 9.0579)
=== 6 === Chare from 14 P#14 (1 chares)
=== 6 === Chare 714 (load 7.0633)

=== 6 === Less loaded core 27 P#32767 (1 chares, load: 9.0657)
=== 6 === Chare from 27 P#27 (1 chares)
=== 6 === Chare 317 (load 7.3545)

=== 6 === Less loaded core 30 P#-78976 (1 chares, load: 9.0914)
=== 6 === Chare from 30 P#30 (1 chares)
=== 6 === Chare 706 (load 7.5129)

=== 6 === Less loaded core 9 P#0 (1 chares, load: 9.1063)
=== 6 === Chare from 9 P#9 (1 chares)
=== 6 === Chare 728 (load 7.0511)

=== 6 === Less loaded core 24 P#24 (1 chares, load: 9.1343)
=== 6 === Chare from 24 P#24 (1 chares)
=== 6 === Chare 732 (load 7.0371)

=== 6 === Less loaded core 13 P#0 (1 chares, load: 9.1466)
=== 6 === Chare from 13 P#13 (1 chares)
=== 6 === Chare 789 (load 7.0861)

=== 6 === Less loaded core 25 P#32767 (1 chares, load: 9.2677)
=== 6 === Chare from 25 P#25 (1 chares)
=== 6 === Chare 723 (load 7.0159)

=== 6 === Less loaded core 5 P#3 (1 chares, load: 9.2768)
=== 6 === Chare from 5 P#5 (1 chares)
=== 6 === Chare 670 (load 7.0566)

=== 6 === Less loaded core 6 P#5 (1 chares, load: 9.3198)
=== 6 === Chare from 6 P#6 (1 chares)
=== 6 === Chare 703 (load 7.0356)

=== 6 === Less loaded core 28 P#1744830464 (1 chares, load: 9.3288)
=== 6 === Chare from 28 P#28 (1 chares)
=== 6 === Chare 708 (load 7.0405)

=== 6 === Less loaded core 23 P#23 (1 chares, load: 9.3420)
=== 6 === Chare from 23 P#23 (1 chares)
=== 6 === Chare 823 (load 7.1104)

=== 6 === Less loaded core 15 P#0 (1 chares, load: 9.3595)
=== 6 === Chare from 15 P#15 (1 chares)
=== 6 === Chare 805 (load 7.1512)

=== 6 === Less loaded core 3 P#6 (1 chares, load: 9.4058)
=== 6 === Chare from 3 P#3 (1 chares)
=== 6 === Chare 423 (load 7.0324)

=== 6 === Less loaded core 21 P#0 (1 chares, load: 9.4216)
=== 6 === Chare from 21 P#21 (1 chares)
=== 6 === Chare 793 (load 7.2035)

=== 6 === Less loaded core 1 P#2 (1 chares, load: 9.4667)
=== 6 === Chare from 1 P#1 (1 chares)
=== 6 === Chare 564 (load 7.0196)

=== 6 === Less loaded core 7 P#7 (1 chares, load: 9.4707)
=== 6 === Chare from 7 P#7 (1 chares)
=== 6 === Chare 804 (load 7.1388)

=== 6 === Less loaded core 16 P#28158784 (1 chares, load: 9.4950)
=== 6 === Chare from 16 P#16 (1 chares)
=== 6 === Chare 613 (load 7.0702)

=== 6 === Less loaded core 4 P#1 (1 chares, load: 9.5045)
=== 6 === Chare from 4 P#4 (1 chares)
=== 6 === Chare 655 (load 7.0189)

=== 6 === Less loaded core 0 P#0 (1 chares, load: 9.5378)
=== 6 === Chare from 0 P#0 (1 chares)
=== 6 === Chare 822 (load 7.0663)

=== 6 === Less loaded core 22 P#22 (1 chares, load: 10.0251)
=== 6 === Chare from 22 P#22 (1 chares)
=== 6 === Chare 267 (load 7.0637)

=== 6 === Less loaded core 29 P#1076845077 (2 chares, load: 15.6759)
=== 6 === Chare from 29 P#29 (2 chares)
=== 6 === Chare 654 (load 7.0682)

=== 6 === Less loaded core 12 P#28158336 (2 chares, load: 15.9379)
=== 6 === Chare from 12 P#12 (2 chares)
=== 6 === Chare 444 (load 7.0549)

=== 6 === Less loaded core 11 P#0 (2 chares, load: 16.0063)
=== 6 === Chare from 11 P#11 (2 chares)
=== 6 === Chare 672 (load 7.3211)

=== 6 === Less loaded core 26 P#2 (2 chares, load: 16.0147)
=== 6 === Chare from 26 P#26 (2 chares)
=== 6 === Chare 715 (load 6.9553)

=== 6 === Less loaded core 31 P#32767 (2 chares, load: 16.0186)
=== 6 === Chare from 31 P#31 (2 chares)
=== 6 === Chare 765 (load 7.0096)

=== 6 === Less loaded core 2 P#4 (2 chares, load: 16.1033)
=== 6 === Chare from 2 P#2 (2 chares)
=== 6 === Chare 704 (load 7.0151)

=== 6 === Less loaded core 14 P#19191072 (2 chares, load: 16.1212)
=== 6 === Chare from 14 P#14 (2 chares)
=== 6 === Chare 721 (load 7.0358)

=== 6 === Less loaded core 9 P#0 (2 chares, load: 16.1574)
=== 6 === Chare from 9 P#9 (2 chares)
=== 6 === Chare 734 (load 6.9756)

=== 6 === Less loaded core 24 P#24 (2 chares, load: 16.1715)
=== 6 === Chare from 24 P#24 (2 chares)
=== 6 === Chare 614 (load 6.9777)

=== 6 === Less loaded core 13 P#0 (2 chares, load: 16.2327)
=== 6 === Chare from 13 P#13 (2 chares)
=== 6 === Chare 718 (load 7.0497)

=== 6 === Less loaded core 25 P#32767 (2 chares, load: 16.2836)
=== 6 === Chare from 25 P#25 (2 chares)
=== 6 === Chare 808 (load 6.8231)

=== 6 === Less loaded core 5 P#3 (2 chares, load: 16.3335)
=== 6 === Chare from 5 P#5 (2 chares)
=== 6 === Chare 669 (load 6.8283)

=== 6 === Less loaded core 6 P#5 (2 chares, load: 16.3554)
=== 6 === Chare from 6 P#6 (2 chares)
=== 6 === Chare 608 (load 6.9733)

=== 6 === Less loaded core 28 P#1073741824 (2 chares, load: 16.3693)
=== 6 === Chare from 28 P#28 (2 chares)
=== 6 === Chare 709 (load 7.0152)

=== 6 === Less loaded core 27 P#32767 (2 chares, load: 16.4202)
=== 6 === Chare from 27 P#27 (2 chares)
=== 6 === Chare 790 (load 7.1476)

=== 6 === Less loaded core 3 P#6 (2 chares, load: 16.4382)
=== 6 === Chare from 3 P#3 (2 chares)
=== 6 === Chare 386 (load 6.9891)

=== 6 === Less loaded core 23 P#23 (2 chares, load: 16.4524)
=== 6 === Chare from 23 P#23 (2 chares)
=== 6 === Chare 820 (load 7.0468)

=== 6 === Less loaded core 1 P#2 (2 chares, load: 16.4863)
=== 6 === Chare from 1 P#1 (2 chares)
=== 6 === Chare 730 (load 6.9960)

=== 6 === Less loaded core 15 P#0 (2 chares, load: 16.5107)
=== 6 === Chare from 15 P#15 (2 chares)
=== 6 === Chare 784 (load 7.0380)

=== 6 === Less loaded core 4 P#1 (2 chares, load: 16.5234)
=== 6 === Chare from 4 P#4 (2 chares)
=== 6 === Chare 387 (load 6.9793)

=== 6 === Less loaded core 16 P#28158784 (2 chares, load: 16.5652)
=== 6 === Chare from 16 P#16 (2 chares)
=== 6 === Chare 265 (load 6.9910)

=== 6 === Less loaded core 0 P#0 (2 chares, load: 16.6041)
=== 6 === Chare from 0 P#0 (2 chares)
=== 6 === Chare 653 (load 6.9951)

=== 6 === Less loaded core 30 P#-78976 (2 chares, load: 16.6043)
=== 6 === Chare from 30 P#30 (2 chares)
=== 6 === Chare 541 (load 7.2989)

=== 6 === Less loaded core 7 P#7 (2 chares, load: 16.6096)
=== 6 === Chare from 7 P#7 (2 chares)
=== 6 === Chare 349 (load 6.9889)

=== 6 === Less loaded core 21 P#0 (2 chares, load: 16.6251)
=== 6 === Chare from 21 P#21 (2 chares)
=== 6 === Chare 264 (load 7.0505)

=== 6 === Less loaded core 10 P#0 (2 chares, load: 16.7601)
=== 6 === Chare from 10 P#10 (2 chares)
=== 6 === Chare 685 (load 7.2236)

=== 6 === Less loaded core 19 P#0 (2 chares, load: 17.0654)
=== 6 === Chare from 19 P#19 (2 chares)
=== 6 === Chare 722 (load 7.2364)

=== 6 === Less loaded core 18 P#32 (2 chares, load: 17.0843)
=== 6 === Chare from 18 P#18 (2 chares)
=== 6 === Chare 713 (load 7.2044)

=== 6 === Less loaded core 22 P#22 (2 chares, load: 17.0888)
=== 6 === Chare from 22 P#22 (2 chares)
=== 6 === Chare 700 (load 6.9700)

=== 6 === Less loaded core 20 P#0 (2 chares, load: 17.1781)
=== 6 === Chare from 20 P#20 (2 chares)
=== 6 === Chare 652 (load 7.0015)

=== 6 === Less loaded core 8 P#9346032 (2 chares, load: 17.4199)
=== 6 === Chare from 8 P#8 (2 chares)
=== 6 === Chare 565 (load 6.9851)

=== 6 === Less loaded core 17 P#0 (2 chares, load: 17.5895)
=== 6 === Chare from 17 P#17 (2 chares)
=== 6 === Chare 530 (load 6.9673)

=== 6 === Less loaded core 29 P#1077329535 (3 chares, load: 22.7441)
=== 6 === Chare from 29 P#29 (3 chares)
=== 6 === Chare 735 (load 7.0137)

=== 6 === Less loaded core 26 P#3 (3 chares, load: 22.9700)
=== 6 === Chare from 26 P#26 (3 chares)
=== 6 === Chare 621 (load 6.9121)

=== 6 === Less loaded core 12 P#28158336 (3 chares, load: 22.9928)
=== 6 === Chare from 12 P#12 (3 chares)
=== 6 === Chare 528 (load 6.9491)

=== 6 === Less loaded core 31 P#32767 (3 chares, load: 23.0282)
=== 6 === Chare from 31 P#31 (3 chares)
=== 6 === Chare 766 (load 6.9400)

=== 6 === Less loaded core 25 P#32767 (3 chares, load: 23.1067)
=== 6 === Chare from 25 P#25 (3 chares)
=== 6 === Chare 809 (load 6.7913)

=== 6 === Less loaded core 2 P#4 (3 chares, load: 23.1185)
=== 6 === Chare from 2 P#2 (3 chares)
=== 6 === Chare 385 (load 6.9464)

=== 6 === Less loaded core 9 P#0 (3 chares, load: 23.1331)
=== 6 === Chare from 9 P#9 (3 chares)
=== 6 === Chare 686 (load 6.8988)

=== 6 === Less loaded core 24 P#24 (3 chares, load: 23.1492)
=== 6 === Chare from 24 P#24 (3 chares)
=== 6 === Chare 767 (load 6.9264)

=== 6 === Less loaded core 14 P#19191072 (3 chares, load: 23.1570)
=== 6 === Chare from 14 P#14 (3 chares)
=== 6 === Chare 622 (load 6.9966)

=== 6 === Less loaded core 5 P#3 (3 chares, load: 23.1618)
=== 6 === Chare from 5 P#5 (3 chares)
=== 6 === Chare 668 (load 6.7463)

=== 6 === Less loaded core 13 P#0 (3 chares, load: 23.2824)
=== 6 === Chare from 13 P#13 (3 chares)
=== 6 === Chare 792 (load 6.9727)

=== 6 === Less loaded core 11 P#0 (3 chares, load: 23.3273)
=== 6 === Chare from 11 P#11 (3 chares)
=== 6 === Chare 674 (load 6.9892)

=== 6 === Less loaded core 6 P#5 (3 chares, load: 23.3287)
=== 6 === Chare from 6 P#6 (3 chares)
=== 6 === Chare 701 (load 6.9562)

=== 6 === Less loaded core 28 P#-1879048192 (3 chares, load: 23.3845)
=== 6 === Chare from 28 P#28 (3 chares)
=== 6 === Chare 710 (load 6.9487)

=== 6 === Less loaded core 3 P#6 (3 chares, load: 23.4273)
=== 6 === Chare from 3 P#3 (3 chares)
=== 6 === Chare 421 (load 6.9683)

=== 6 === Less loaded core 1 P#2 (3 chares, load: 23.4822)
=== 6 === Chare from 1 P#1 (3 chares)
=== 6 === Chare 445 (load 6.8813)

=== 6 === Less loaded core 23 P#23 (3 chares, load: 23.4991)
=== 6 === Chare from 23 P#23 (3 chares)
=== 6 === Chare 821 (load 7.0401)

=== 6 === Less loaded core 4 P#1 (3 chares, load: 23.5027)
=== 6 === Chare from 4 P#4 (3 chares)
=== 6 === Chare 810 (load 6.9052)

=== 6 === Less loaded core 15 P#0 (3 chares, load: 23.5487)
=== 6 === Chare from 15 P#15 (3 chares)
=== 6 === Chare 806 (load 7.0044)

=== 6 === Less loaded core 16 P#28158784 (3 chares, load: 23.5562)
=== 6 === Chare from 16 P#16 (3 chares)
=== 6 === Chare 266 (load 6.9413)

=== 6 === Less loaded core 27 P#32767 (3 chares, load: 23.5678)
=== 6 === Chare from 27 P#27 (3 chares)
=== 6 === Chare 788 (load 7.0815)

=== 6 === Less loaded core 7 P#7 (3 chares, load: 23.5985)
=== 6 === Chare from 7 P#7 (3 chares)
=== 6 === Chare 611 (load 6.7312)

=== 6 === Less loaded core 0 P#0 (3 chares, load: 23.5992)
=== 6 === Chare from 0 P#0 (3 chares)
=== 6 === Chare 794 (load 6.8820)

=== 6 === Less loaded core 21 P#0 (3 chares, load: 23.6757)
=== 6 === Chare from 21 P#21 (3 chares)
=== 6 === Chare 733 (load 6.9845)

=== 6 === Less loaded core 30 P#-78976 (3 chares, load: 23.9032)
=== 6 === Chare from 30 P#30 (3 chares)
=== 6 === Chare 529 (load 7.0822)

=== 6 === Less loaded core 10 P#0 (3 chares, load: 23.9838)
=== 6 === Chare from 10 P#10 (3 chares)
=== 6 === Chare 567 (load 7.1479)

=== 6 === Less loaded core 22 P#22 (3 chares, load: 24.0588)
=== 6 === Chare from 22 P#22 (3 chares)
=== 6 === Chare 786 (load 6.6661)

=== 6 === Less loaded core 20 P#0 (3 chares, load: 24.1796)
=== 6 === Chare from 20 P#20 (3 chares)
=== 6 === Chare 807 (load 6.9939)

=== 6 === Less loaded core 18 P#32 (3 chares, load: 24.2887)
=== 6 === Chare from 18 P#18 (3 chares)
=== 6 === Chare 729 (load 6.9317)

=== 6 === Less loaded core 19 P#0 (3 chares, load: 24.3018)
=== 6 === Chare from 19 P#19 (3 chares)
=== 6 === Chare 542 (load 7.0091)

=== 6 === Less loaded core 8 P#9346032 (3 chares, load: 24.4050)
=== 6 === Chare from 8 P#8 (3 chares)
=== 6 === Chare 791 (load 6.9554)

=== 6 === Less loaded core 17 P#0 (3 chares, load: 24.5568)
=== 6 === Chare from 17 P#17 (3 chares)
=== 6 === Chare 350 (load 6.7260)


[TIMING] === TMPAR === TreeMatch distributed 0.452734 s
****************************
* LOAD STATISTICS (End)
****************************
Node Load AvgCoreLoad
0 978.5511 30.5797
1 985.8705 30.8085
2 981.5104 30.6722
3 998.1445 31.1920
4 992.3607 31.0113
5 976.6138 30.5192
6 974.9392 30.4668
7 970.7254 30.3352
min 970.7254
max 998.1445
avg 982.3395

Core Load
min 29.2730
max 32.1056 (118)
avg 30.6981
*********End***********


[TIMING] === TMPAR === Free resources 0.000386 s
CharmLB> TreeMatchLB: PE [0] Memory: LBManager: 920 KB CentralLB: 366 KB
CharmLB> TreeMatchLB: PE [0] #Objects migrating: 986, LBMigrateMsg size: 0.06
MB
CharmLB> TreeMatchLB: PE [0] strategy finished at 114.008828 duration
0.473958 s
CharmLB> TreeMatchLB: PE [0] step 2 finished at 114.614973 duration 6.932499 s


CharmLB> TreeMatchLB: PE [0] step 3 starting at 161.830125 Memory: 71.852280
MB
CharmLB> TreeMatchLB: PE [0] strategy starting at 163.757571
permutation 0 : 0,1,2,3,4,5,6,7,

=== D === 7 163.779491 163.779785 Distribute

=== C === 7 163.779785 164.215250 Calculate

=== R === 7 164.215250 164.215452 Return

=== P === Master_1 164.215452 164.217052 Process_results

=== D === 0 163.784438 163.784748 Distribute

=== C === 0 163.784748 164.215387 Calculate

=== R === 0 164.215387 164.217329 Return

=== P === Master_1 164.217330 164.218911 Process_results

=== D === 4 163.781451 163.781696 Distribute

=== C === 4 163.781696 164.217932 Calculate

=== R === 4 164.217932 164.219082 Return

=== P === Master_1 164.219082 164.220609 Process_results

=== D === 2 163.782932 163.783176 Distribute

=== C === 2 163.783176 164.221582 Calculate

=== R === 2 164.221582 164.221762 Return

=== P === Master_1 164.221762 164.223130 Process_results

=== D === 6 163.780196 163.780425 Distribute

=== C === 6 163.780425 164.223269 Calculate

=== R === 6 164.223269 164.223463 Return

=== P === Master_1 164.223463 164.224830 Process_results

=== D === 3 163.782203 163.782449 Distribute

=== C === 3 163.782449 164.228157 Calculate

=== R === 3 164.228157 164.228327 Return

=== P === Master_1 164.228328 164.229917 Process_results

=== D === 5 163.780817 163.781091 Distribute

=== C === 5 163.781091 164.228340 Calculate

=== R === 5 164.228340 164.230099 Return

=== P === Master_1 164.230099 164.231711 Process_results

=== D === 1 163.783684 163.784039 Distribute

=== C === 1 163.784039 164.232430 Calculate

=== R === 1 164.232430 164.232660 Return

=== P === Master_1 164.232660 164.234188 Process_results
TreeMatchLB strategy on 256 cores (8 nodes, 32 cores/node, load/PE : 32.73)
****************************
* LOAD STATISTICS (Init)
****************************
Node Load AvgCoreLoad
0 1000.3940 31.2623
1 1065.2500 33.2891
2 1052.7959 32.8999
3 1060.2852 33.1339
4 1062.9530 33.2173
5 1052.5636 32.8926
6 1051.8457 32.8702
7 989.4904 30.9216
min 989.4904
max 1065.2500
avg 1041.9472

Core Load
min 28.5114
max 48.6181 (20)
avg 32.5609
*********Init***********

[REFINE] Settings : refineCond 3 - refineMigCond 2
[REFINE] Initial load on node 0 : 1000.3940
[REFINE] Initial load on node 1 : 1065.2500
[REFINE] Initial load on node 2 : 1052.7959
[REFINE] Initial load on node 3 : 1060.2852
[REFINE] Initial load on node 4 : 1062.9530
[REFINE] Initial load on node 5 : 1052.5636
[REFINE] Initial load on node 6 : 1051.8457
[REFINE] Initial load on node 7 : 989.4904
[REFINE] Min : 989.4904 (Node 7)
[REFINE] Max : 1065.2500 (Node 1)
[REFINE] Avg : 1041.9472
[REFINE] Total : 8335.5777
[REFINE] Diff. Min/Max : 7.6564 %
[REFINE] 184 (10.7936) from node 1 (1060.9732) <-> 630 (6.5169) from node 7
(993.7672)
[REFINE] 200 (7.3598) from node 4 (1062.2524) <-> 640 (6.6592) from node 7
(994.4678)
****************************
* LOAD STATISTICS (Refined)
****************************
Node Load AvgCoreLoad
0 1000.3940 31.2623
1 1060.9732 33.1554
2 1052.7959 32.8999
3 1060.2852 33.1339
4 1062.2524 33.1954
5 1052.5636 32.8926
6 1051.8457 32.8702
7 994.4678 31.0771
min 994.4678
max 1062.2524
avg 1041.9472

Core Load
min 28.5114
max 48.6181 (20)
avg 32.5609
*********Refined***********


[TIMING] === INIT === Sequential part 0.021062 s

[TIMING] === LIBTOPOMAP === LibTopoMap 0.000060 s

[TIMING] === LIBTOPOMAP === Apply network placement 0.000210 s
[DEBUG] GetBackPlacement from node 7
3 7.0301
0 6.9590
1 6.9321
68 6.7071
18 6.8106
12 6.7370
112 6.7064
24 6.6847
8 10.7936
13 7.3598
7 6.9531
15 6.7236
54 6.9986
52 6.9494
79 6.8770
25 6.7455
44 9.6095
14 9.5565
126 9.4940
5 9.3186
31 8.8557
80 6.7680
96 6.7191
97 6.6748
84 7.0846
37 7.0744
40 6.9177
43 6.8885
58 7.1287
56 7.0046
119 6.9512
57 6.8735
94 10.5334
10 9.3397
108 6.9991
39 6.7061
22 9.4676
95 9.2290
110 7.0455
86 6.9647
33 8.0720
109 6.9221
11 6.9016
32 6.8369
93 12.6007
115 12.3892
19 10.6984
69 8.0953
117 7.0923
27 7.0470
118 7.0286
99 6.9635
116 9.5125
73 9.3839
85 9.3552
92 6.9602
50 9.6338
111 9.3477
100 7.6444
101 6.9340
121 10.8129
81 9.3275
122 9.3156
102 7.7313
2 9.8561
59 8.9903
4 6.7024
6 6.6661
55 9.0287
76 8.9700
53 6.9697
77 6.8946
89 9.3044
20 9.2830
26 6.9591
17 6.9365
71 9.3273
103 9.2788
127 6.9271
78 6.9069
23 6.9003
75 6.8856
123 6.8249
16 6.7244
38 9.4041
114 9.3125
98 9.2786
29 9.2776
70 8.5348
28 7.0321
74 6.9709
91 6.8177
41 9.1154
83 6.9050
82 6.9017
42 6.7653
9 6.7798
49 6.7468
48 6.7204
67 6.6620
45 6.8046
60 6.7423
46 6.7166
47 6.6884
107 9.0401
36 8.9831
62 8.9454
35 8.8759
51 9.1376
66 8.9504
64 6.7975
65 6.7252
113 6.9606
21 6.9403
90 6.9159
88 6.9105
87 7.0859
30 6.9184
61 6.7549
34 6.6597
106 6.9929
124 6.9851
63 6.9579
125 6.8605
105 6.9749
72 6.9486
120 6.9354
104 6.9199
Core 0 load 27.6282
Core 1 load 26.9387
Core 2 load 31.8302
Core 3 load 27.5706
Core 4 load 37.9786
Core 5 load 29.0176
Core 6 load 27.9652
Core 7 load 27.9579
Core 8 load 33.5783
Core 9 load 32.7068
Core 10 load 28.7327
Core 11 load 43.7836
Core 12 load 28.1314
Core 13 load 35.2118
Core 14 load 33.5599
Core 15 load 37.1874
Core 16 load 32.2148
Core 17 load 31.8629
Core 18 load 32.4828
Core 19 load 32.4401
Core 20 load 27.3352
Core 21 load 37.2727
Core 22 load 29.3555
Core 23 load 29.6874
Core 24 load 26.9089
Core 25 load 26.9518
Core 26 load 35.8444
Core 27 load 31.6108
Core 28 load 27.7273
Core 29 load 27.4189
Core 30 load 27.7964
Core 31 load 27.7789
Avg load 31.0771 in [30.1448 ; 32.0094 ]
Swap chares 99 (6.6620) and 47 (8.0953) between cores 24 (26.9089) and 11
(43.7836)
New loads : 24 (28.3423) and 11 (42.3502)
Swap chares 6 (6.7064) and 46 (10.6984) between cores 1 (26.9387) and 11
(42.3502)
New loads : 1 (30.9306) and 11 (38.3583)
Swap chares 101 (6.7423) and 45 (12.3892) between cores 25 (26.9518) and 11
(38.3583)
New loads : 25 (32.5987) and 11 (32.7114)
Swap chares 83 (6.7244) and 19 (9.3186) between cores 20 (27.3352) and 4
(37.9786)
New loads : 20 (29.9294) and 4 (35.3845)
Swap chares 119 (6.6597) and 87 (9.2776) between cores 29 (27.4189) and 21
(37.2727)
New loads : 29 (30.0367) and 21 (34.6549)
Swap chares 15 (6.7455) and 63 (7.7313) between cores 3 (27.5706) and 15
(37.1874)
New loads : 3 (28.5564) and 15 (36.2016)
Swap chares 3 (6.7071) and 63 (6.7455) between cores 0 (27.6282) and 15
(36.2016)
New loads : 0 (27.6666) and 15 (36.1632)
Swap chares 2 (6.9321) and 62 (9.3156) between cores 0 (27.6666) and 15
(36.1632)
New loads : 0 (30.0502) and 15 (33.7796)
Swap chares 115 (6.9105) and 107 (8.8759) between cores 28 (27.7273) and 26
(35.8444)
New loads : 28 (29.6927) and 26 (33.8791)
Swap chares 126 (6.9354) and 18 (9.4940) between cores 31 (27.7789) and 4
(35.3845)
New loads : 31 (30.3374) and 4 (32.8259)
Swap chares 123 (6.8605) and 55 (6.9602) between cores 30 (27.7964) and 13
(35.2118)
New loads : 30 (27.8961) and 13 (35.1121)
Swap chares 122 (6.9579) and 54 (9.3552) between cores 30 (27.8961) and 13
(35.1121)
New loads : 30 (30.2934) and 13 (32.7148)
Swap chares 30 (6.9512) and 86 (9.2786) between cores 7 (27.9579) and 21
(34.6549)
New loads : 7 (30.2854) and 21 (32.3275)
Swap chares 27 (6.8885) and 107 (6.9105) between cores 6 (27.9652) and 26
(33.8791)
New loads : 6 (27.9872) and 26 (33.8571)
Swap chares 26 (6.9177) and 106 (8.9454) between cores 6 (27.9872) and 26
(33.8571)
New loads : 6 (30.0149) and 26 (31.8293)
Swap chares 49 (7.0470) and 61 (9.3275) between cores 12 (28.1314) and 15
(33.7796)
New loads : 12 (30.4120) and 15 (31.4991)
Swap chares 98 (6.7204) and 34 (6.9991) between cores 24 (28.3423) and 8
(33.5783)
New loads : 24 (28.6210) and 8 (33.2996)
Swap chares 14 (6.8770) and 58 (7.6444) between cores 3 (28.5564) and 14
(33.5599)
New loads : 3 (29.3238) and 14 (32.7925)
Swap chares 97 (6.7468) and 33 (9.3397) between cores 24 (28.6210) and 8
(33.2996)
New loads : 24 (31.2139) and 8 (30.7067)
Swap chares 42 (6.9016) and 18 (6.9354) between cores 10 (28.7327) and 4
(32.8259)
New loads : 10 (28.7665) and 4 (32.7921)
Swap chares 43 (6.8369) and 59 (6.9340) between cores 10 (28.7665) and 14
(32.7925)
New loads : 10 (28.8636) and 14 (32.6955)
Swap chares 41 (6.9221) and 17 (9.5565) between cores 10 (28.8636) and 4
(32.7921)
New loads : 10 (31.4980) and 4 (30.1576)
Swap chares 23 (6.6748) and 55 (6.8605) between cores 5 (29.0176) and 13
(32.7148)
New loads : 5 (29.2033) and 13 (32.5291)
Swap chares 20 (8.8557) and 44 (12.6007) between cores 5 (29.2033) and 11
(32.7114)
New loads : 5 (32.9483) and 11 (28.9663)
Swap chares 47 (6.6620) and 23 (6.8605) between cores 11 (28.9663) and 5
(32.9483)
New loads : 11 (29.1648) and 5 (32.7498)
Swap chares 46 (6.7064) and 22 (6.7191) between cores 11 (29.1648) and 5
(32.7498)
New loads : 11 (29.1776) and 5 (32.7371)
Swap chares 45 (6.7423) and 21 (6.7680) between cores 11 (29.1776) and 5
(32.7371)
New loads : 11 (29.2033) and 5 (32.7114)
Swap chares 44 (8.8557) and 20 (12.6007) between cores 11 (29.2033) and 5
(32.7114)
New loads : 11 (32.9483) and 5 (28.9663)
Swap chares 23 (6.6620) and 47 (6.8605) between cores 5 (28.9663) and 11
(32.9483)
New loads : 5 (29.1648) and 11 (32.7498)
Swap chares 22 (6.7064) and 46 (6.7191) between cores 5 (29.1648) and 11
(32.7498)
New loads : 5 (29.1776) and 11 (32.7371)
Swap chares 21 (6.7423) and 45 (6.7680) between cores 5 (29.1776) and 11
(32.7371)
New loads : 5 (29.2033) and 11 (32.7114)
Swap chares 20 (8.8557) and 44 (12.6007) between cores 5 (29.2033) and 11
(32.7114)
New loads : 5 (32.9483) and 11 (28.9663)
Swap chares 47 (6.6620) and 23 (6.8605) between cores 11 (28.9663) and 5
(32.9483)
New loads : 11 (29.1648) and 5 (32.7498)
Swap chares 46 (6.7064) and 22 (6.7191) between cores 11 (29.1648) and 5
(32.7498)
New loads : 11 (29.1776) and 5 (32.7371)
Swap chares 45 (6.7423) and 21 (6.7680) between cores 11 (29.1776) and 5
(32.7371)
New loads : 11 (29.2033) and 5 (32.7114)
Swap chares 44 (8.8557) and 20 (12.6007) between cores 11 (29.2033) and 5
(32.7114)
New loads : 11 (32.9483) and 5 (28.9663)
Swap chares 23 (6.6620) and 47 (6.8605) between cores 5 (28.9663) and 11
(32.9483)
New loads : 5 (29.1648) and 11 (32.7498)
Swap chares 22 (6.7064) and 46 (6.7191) between cores 5 (29.1648) and 11
(32.7498)
New loads : 5 (29.1776) and 11 (32.7371)
Swap chares 21 (6.7423) and 45 (6.7680) between cores 5 (29.1776) and 11
(32.7371)
New loads : 5 (29.2033) and 11 (32.7114)
Swap chares 20 (8.8557) and 44 (12.6007) between cores 5 (29.2033) and 11
(32.7114)
New loads : 5 (32.9483) and 11 (28.9663)
Swap chares 47 (6.6620) and 23 (6.8605) between cores 11 (28.9663) and 5
(32.9483)
New loads : 11 (29.1648) and 5 (32.7498)
Swap chares 46 (6.7064) and 22 (6.7191) between cores 11 (29.1648) and 5
(32.7498)
New loads : 11 (29.1776) and 5 (32.7371)
Swap chares 45 (6.7423) and 21 (6.7680) between cores 11 (29.1776) and 5
(32.7371)
New loads : 11 (29.2033) and 5 (32.7114)
Swap chares 44 (8.8557) and 20 (12.6007) between cores 11 (29.2033) and 5
(32.7114)
New loads : 11 (32.9483) and 5 (28.9663)
Swap chares 23 (6.6620) and 47 (6.8605) between cores 5 (28.9663) and 11
(32.9483)
New loads : 5 (29.1648) and 11 (32.7498)
Swap chares 22 (6.7064) and 46 (6.7191) between cores 5 (29.1648) and 11
(32.7498)
New loads : 5 (29.1776) and 11 (32.7371)
Swap chares 21 (6.7423) and 45 (6.7680) between cores 5 (29.1776) and 11
(32.7371)
New loads : 5 (29.2033) and 11 (32.7114)
Swap chares 20 (8.8557) and 44 (12.6007) between cores 5 (29.2033) and 11
(32.7114)
New loads : 5 (32.9483) and 11 (28.9663)
Swap chares 47 (6.6620) and 23 (6.8605) between cores 11 (28.9663) and 5
(32.9483)
New loads : 11 (29.1648) and 5 (32.7498)
Swap chares 46 (6.7064) and 22 (6.7191) between cores 11 (29.1648) and 5
(32.7498)
New loads : 11 (29.1776) and 5 (32.7371)
Swap chares 45 (6.7423) and 21 (6.7680) between cores 11 (29.1776) and 5
(32.7371)
New loads : 11 (29.2033) and 5 (32.7114)
Swap chares 44 (8.8557) and 20 (12.6007) between cores 11 (29.2033) and 5
(32.7114)
New loads : 11 (32.9483) and 5 (28.9663)
Swap chares 23 (6.6620) and 47 (6.8605) between cores 5 (28.9663) and 11
(32.9483)
New loads : 5 (29.1648) and 11 (32.7498)
Swap chares 22 (6.7064) and 46 (6.7191) between cores 5 (29.1648) and 11
(32.7498)
New loads : 5 (29.1776) and 11 (32.7371)
Swap chares 21 (6.7423) and 45 (6.7680) between cores 5 (29.1776) and 11
(32.7371)
New loads : 5 (29.2033) and 11 (32.7114)
Swap chares 20 (8.8557) and 44 (12.6007) between cores 5 (29.2033) and 11
(32.7114)
New loads : 5 (32.9483) and 11 (28.9663)
Swap chares 47 (6.6620) and 23 (6.8605) between cores 11 (28.9663) and 5
(32.9483)
New loads : 11 (29.1648) and 5 (32.7498)
Swap chares 46 (6.7064) and 22 (6.7191) between cores 11 (29.1648) and 5
(32.7498)
New loads : 11 (29.1776) and 5 (32.7371)
Swap chares 45 (6.7423) and 21 (6.7680) between cores 11 (29.1776) and 5
(32.7371)
New loads : 11 (29.2033) and 5 (32.7114)
Swap chares 44 (8.8557) and 20 (12.6007) between cores 11 (29.2033) and 5
(32.7114)
New loads : 11 (32.9483) and 5 (28.9663)
Swap chares 23 (6.6620) and 47 (6.8605) between cores 5 (28.9663) and 11
(32.9483)
New loads : 5 (29.1648) and 11 (32.7498)
Swap chares 22 (6.7064) and 46 (6.7191) between cores 5 (29.1648) and 11
(32.7498)
New loads : 5 (29.1776) and 11 (32.7371)
Swap chares 21 (6.7423) and 45 (6.7680) between cores 5 (29.1776) and 11
(32.7371)
New loads : 5 (29.2033) and 11 (32.7114)
Swap chares 20 (8.8557) and 44 (12.6007) between cores 5 (29.2033) and 11
(32.7114)
New loads : 5 (32.9483) and 11 (28.9663)
=== 7 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 0 P#0 (0 chares)
=== 7 === Chare 862 (load 9.3156)

=== 7 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 7 === Chare from 1 P#1 (0 chares)
=== 7 === Chare 373 (load 10.6984)

=== 7 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 7 === Chare from 2 P#2 (0 chares)
=== 7 === Chare 184 (load 10.7936)

=== 7 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 7 === Chare from 3 P#3 (0 chares)
=== 7 === Chare 822 (load 7.7313)

=== 7 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 7 === Chare from 4 P#4 (0 chares)
=== 7 === Chare 660 (load 9.6095)

=== 7 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 7 === Chare from 5 P#5 (0 chares)
=== 7 === Chare 793 (load 12.6007)

=== 7 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 7 === Chare from 6 P#6 (0 chares)
=== 7 === Chare 714 (load 8.9454)

=== 7 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 7 === Chare from 7 P#7 (0 chares)
=== 7 === Chare 798 (load 9.2786)

=== 7 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 7 === Chare from 8 P#8 (0 chares)
=== 7 === Chare 794 (load 10.5334)

=== 7 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 9 P#9 (0 chares)
=== 7 === Chare 380 (load 9.4676)

=== 7 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 10 P#10 (0 chares)
=== 7 === Chare 276 (load 9.5565)

=== 7 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 11 P#11 (0 chares)
=== 7 === Chare 593 (load 8.8557)

=== 7 === Less loaded core 12 P#94425792 (0 chares, load: 0.0000)
=== 7 === Chare from 12 P#12 (0 chares)
=== 7 === Chare 777 (load 9.3275)

=== 7 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 13 P#13 (0 chares)
=== 7 === Chare 856 (load 9.5125)

=== 7 === Less loaded core 14 P#44873568 (0 chares, load: 0.0000)
=== 7 === Chare from 14 P#14 (0 chares)
=== 7 === Chare 674 (load 9.6338)

=== 7 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 15 P#15 (0 chares)
=== 7 === Chare 861 (load 10.8129)

=== 7 === Less loaded core 16 P#44872032 (0 chares, load: 0.0000)
=== 7 === Chare from 16 P#16 (0 chares)
=== 7 === Chare 66 (load 9.8561)

=== 7 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 17 P#17 (0 chares)
=== 7 === Chare 703 (load 9.0287)

=== 7 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 7 === Chare from 18 P#18 (0 chares)
=== 7 === Chare 785 (load 9.3044)

=== 7 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 19 P#19 (0 chares)
=== 7 === Chare 723 (load 9.3273)

=== 7 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 20 P#20 (0 chares)
=== 7 === Chare 113 (load 9.3186)

=== 7 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 21 P#21 (0 chares)
=== 7 === Chare 637 (load 9.4041)

=== 7 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 7 === Chare from 22 P#22 (0 chares)
=== 7 === Chare 722 (load 8.5348)

=== 7 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 7 === Chare from 23 P#23 (0 chares)
=== 7 === Chare 641 (load 9.1154)

=== 7 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 7 === Chare from 24 P#24 (0 chares)
=== 7 === Chare 193 (load 9.3397)

=== 7 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 7 === Chare from 25 P#25 (0 chares)
=== 7 === Chare 855 (load 12.3892)

=== 7 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 26 P#26 (0 chares)
=== 7 === Chare 831 (load 9.0401)

=== 7 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 7 === Chare from 27 P#27 (0 chares)
=== 7 === Chare 675 (load 9.1376)

=== 7 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 28 P#28 (0 chares)
=== 7 === Chare 629 (load 8.8759)

=== 7 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 29 P#29 (0 chares)
=== 7 === Chare 479 (load 9.2776)

=== 7 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 7 === Chare from 30 P#30 (0 chares)
=== 7 === Chare 781 (load 9.3552)

=== 7 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 7 === Chare from 31 P#31 (0 chares)
=== 7 === Chare 866 (load 9.4940)

=== 7 === Less loaded core 3 P#6 (1 chares, load: 7.7313)
=== 7 === Chare from 3 P#3 (1 chares)
=== 7 === Chare 820 (load 7.6444)

=== 7 === Less loaded core 22 P#22 (1 chares, load: 8.5348)
=== 7 === Chare from 22 P#22 (1 chares)
=== 7 === Chare 478 (load 7.0321)

=== 7 === Less loaded core 11 P#0 (1 chares, load: 8.8557)
=== 7 === Chare from 11 P#11 (1 chares)
=== 7 === Chare 712 (load 6.7423)

=== 7 === Less loaded core 28 P#-671088640 (1 chares, load: 8.8759)
=== 7 === Chare from 28 P#28 (1 chares)
=== 7 === Chare 853 (load 6.9606)

=== 7 === Less loaded core 6 P#5 (1 chares, load: 8.9454)
=== 7 === Chare from 6 P#6 (1 chares)
=== 7 === Chare 780 (load 7.0846)

=== 7 === Less loaded core 17 P#0 (1 chares, load: 9.0287)
=== 7 === Chare from 17 P#17 (1 chares)
=== 7 === Chare 740 (load 8.9700)

=== 7 === Less loaded core 26 P#1 (1 chares, load: 9.0401)
=== 7 === Chare from 26 P#26 (1 chares)
=== 7 === Chare 631 (load 8.9831)

=== 7 === Less loaded core 23 P#23 (1 chares, load: 9.1154)
=== 7 === Chare from 23 P#23 (1 chares)
=== 7 === Chare 779 (load 6.9050)

=== 7 === Less loaded core 27 P#32767 (1 chares, load: 9.1376)
=== 7 === Chare from 27 P#27 (1 chares)
=== 7 === Chare 718 (load 8.9504)

=== 7 === Less loaded core 29 P#1076006427 (1 chares, load: 9.2776)
=== 7 === Chare from 29 P#29 (1 chares)
=== 7 === Chare 783 (load 7.0859)

=== 7 === Less loaded core 7 P#7 (1 chares, load: 9.2786)
=== 7 === Chare from 7 P#7 (1 chares)
=== 7 === Chare 710 (load 7.1287)

=== 7 === Less loaded core 18 P#32 (1 chares, load: 9.3044)
=== 7 === Chare from 18 P#18 (1 chares)
=== 7 === Chare 374 (load 9.2830)

=== 7 === Less loaded core 0 P#0 (1 chares, load: 9.3156)
=== 7 === Chare from 0 P#0 (1 chares)
=== 7 === Chare 67 (load 7.0301)

=== 7 === Less loaded core 20 P#0 (1 chares, load: 9.3186)
=== 7 === Chare from 20 P#20 (1 chares)
=== 7 === Chare 381 (load 6.9003)

=== 7 === Less loaded core 19 P#0 (1 chares, load: 9.3273)
=== 7 === Chare from 19 P#19 (1 chares)
=== 7 === Chare 823 (load 9.2788)

=== 7 === Less loaded core 12 P#94425792 (1 chares, load: 9.3275)
=== 7 === Chare from 12 P#12 (1 chares)
=== 7 === Chare 857 (load 7.0923)

=== 7 === Less loaded core 24 P#24 (1 chares, load: 9.3397)
=== 7 === Chare from 24 P#24 (1 chares)
=== 7 === Chare 721 (load 8.0953)

=== 7 === Less loaded core 30 P#-78976 (1 chares, load: 9.3552)
=== 7 === Chare from 30 P#30 (1 chares)
=== 7 === Chare 830 (load 6.9929)

=== 7 === Less loaded core 21 P#0 (1 chares, load: 9.4041)
=== 7 === Chare from 21 P#21 (1 chares)
=== 7 === Chare 854 (load 9.3125)

=== 7 === Less loaded core 9 P#0 (1 chares, load: 9.4676)
=== 7 === Chare from 9 P#9 (1 chares)
=== 7 === Chare 795 (load 9.2290)

=== 7 === Less loaded core 31 P#32767 (1 chares, load: 9.4940)
=== 7 === Chare from 31 P#31 (1 chares)
=== 7 === Chare 829 (load 6.9749)

=== 7 === Less loaded core 13 P#0 (1 chares, load: 9.5125)
=== 7 === Chare from 13 P#13 (1 chares)
=== 7 === Chare 725 (load 9.3839)

=== 7 === Less loaded core 10 P#0 (1 chares, load: 9.5565)
=== 7 === Chare from 10 P#10 (1 chares)
=== 7 === Chare 595 (load 8.0720)

=== 7 === Less loaded core 4 P#1 (1 chares, load: 9.6095)
=== 7 === Chare from 4 P#4 (1 chares)
=== 7 === Chare 837 (load 6.9221)

=== 7 === Less loaded core 14 P#44873568 (1 chares, load: 9.6338)
=== 7 === Chare from 14 P#14 (1 chares)
=== 7 === Chare 839 (load 9.3477)

=== 7 === Less loaded core 16 P#44872032 (1 chares, load: 9.8561)
=== 7 === Chare from 16 P#16 (1 chares)
=== 7 === Chare 711 (load 8.9903)

=== 7 === Less loaded core 8 P#9346032 (1 chares, load: 10.5334)
=== 7 === Chare from 8 P#8 (1 chares)
=== 7 === Chare 673 (load 6.7468)

=== 7 === Less loaded core 1 P#2 (1 chares, load: 10.6984)
=== 7 === Chare from 1 P#1 (1 chares)
=== 7 === Chare 372 (load 6.8106)

=== 7 === Less loaded core 2 P#4 (1 chares, load: 10.7936)
=== 7 === Chare from 2 P#2 (1 chares)
=== 7 === Chare 200 (load 7.3598)

=== 7 === Less loaded core 15 P#0 (1 chares, load: 10.8129)
=== 7 === Chare from 15 P#15 (1 chares)
=== 7 === Chare 477 (load 7.0470)

=== 7 === Less loaded core 25 P#32767 (1 chares, load: 12.3892)
=== 7 === Chare from 25 P#25 (1 chares)
=== 7 === Chare 661 (load 6.8046)

=== 7 === Less loaded core 5 P#3 (1 chares, load: 12.6007)
=== 7 === Chare from 5 P#5 (1 chares)
=== 7 === Chare 865 (load 6.8605)

=== 7 === Less loaded core 3 P#6 (2 chares, load: 15.3758)
=== 7 === Chare from 3 P#3 (2 chares)
=== 7 === Chare 702 (load 6.9986)

=== 7 === Less loaded core 22 P#22 (2 chares, load: 15.5669)
=== 7 === Chare from 22 P#22 (2 chares)
=== 7 === Chare 726 (load 6.9709)

=== 7 === Less loaded core 11 P#0 (2 chares, load: 15.5979)
=== 7 === Chare from 11 P#11 (2 chares)
=== 7 === Chare 852 (load 6.7064)

=== 7 === Less loaded core 28 P#402653184 (2 chares, load: 15.8365)
=== 7 === Chare from 28 P#28 (2 chares)
=== 7 === Chare 375 (load 6.9403)

=== 7 === Less loaded core 23 P#23 (2 chares, load: 16.0204)
=== 7 === Chare from 23 P#23 (2 chares)
=== 7 === Chare 778 (load 6.9017)

=== 7 === Less loaded core 6 P#5 (2 chares, load: 16.0300)
=== 7 === Chare from 6 P#6 (2 chares)
=== 7 === Chare 636 (load 7.0744)

=== 7 === Less loaded core 20 P#0 (2 chares, load: 16.2189)
=== 7 === Chare from 20 P#20 (2 chares)
=== 7 === Chare 727 (load 6.8856)

=== 7 === Less loaded core 0 P#0 (2 chares, load: 16.3457)
=== 7 === Chare from 0 P#0 (2 chares)
=== 7 === Chare 64 (load 6.9590)

=== 7 === Less loaded core 30 P#-78976 (2 chares, load: 16.3481)
=== 7 === Chare from 30 P#30 (2 chares)
=== 7 === Chare 864 (load 6.9851)

=== 7 === Less loaded core 29 P#1076911372 (2 chares, load: 16.3635)
=== 7 === Chare from 29 P#29 (2 chares)
=== 7 === Chare 592 (load 6.9184)

=== 7 === Less loaded core 7 P#7 (2 chares, load: 16.4072)
=== 7 === Chare from 7 P#7 (2 chares)
=== 7 === Chare 708 (load 7.0046)

=== 7 === Less loaded core 12 P#94425792 (2 chares, load: 16.4198)
=== 7 === Chare from 12 P#12 (2 chares)
=== 7 === Chare 858 (load 7.0286)

=== 7 === Less loaded core 31 P#32767 (2 chares, load: 16.4689)
=== 7 === Chare from 31 P#31 (2 chares)
=== 7 === Chare 724 (load 6.9486)

=== 7 === Less loaded core 4 P#1 (2 chares, load: 16.5316)
=== 7 === Chare from 4 P#4 (2 chares)
=== 7 === Chare 194 (load 6.9016)

=== 7 === Less loaded core 8 P#9346032 (2 chares, load: 17.2802)
=== 7 === Chare from 8 P#8 (2 chares)
=== 7 === Chare 672 (load 6.7204)

=== 7 === Less loaded core 24 P#24 (2 chares, load: 17.4350)
=== 7 === Chare from 24 P#24 (2 chares)
=== 7 === Chare 836 (load 6.9991)

=== 7 === Less loaded core 1 P#2 (2 chares, load: 17.5089)
=== 7 === Chare from 1 P#1 (2 chares)
=== 7 === Chare 195 (load 6.7370)

=== 7 === Less loaded core 10 P#0 (2 chares, load: 17.6286)
=== 7 === Chare from 10 P#10 (2 chares)
=== 7 === Chare 860 (load 6.9354)

=== 7 === Less loaded core 15 P#0 (2 chares, load: 17.8599)
=== 7 === Chare from 15 P#15 (2 chares)
=== 7 === Chare 65 (load 6.9321)

=== 7 === Less loaded core 17 P#0 (2 chares, load: 17.9987)
=== 7 === Chare from 17 P#17 (2 chares)
=== 7 === Chare 701 (load 6.9697)

=== 7 === Less loaded core 26 P#2 (2 chares, load: 18.0232)
=== 7 === Chare from 26 P#26 (2 chares)
=== 7 === Chare 639 (load 6.9177)

=== 7 === Less loaded core 27 P#32767 (2 chares, load: 18.0881)
=== 7 === Chare from 27 P#27 (2 chares)
=== 7 === Chare 716 (load 6.7975)

=== 7 === Less loaded core 2 P#4 (2 chares, load: 18.1534)
=== 7 === Chare from 2 P#2 (2 chares)
=== 7 === Chare 115 (load 6.9531)

=== 7 === Less loaded core 18 P#32 (2 chares, load: 18.5873)
=== 7 === Chare from 18 P#18 (2 chares)
=== 7 === Chare 476 (load 6.9591)

=== 7 === Less loaded core 19 P#0 (2 chares, load: 18.6060)
=== 7 === Chare from 19 P#19 (2 chares)
=== 7 === Chare 867 (load 6.9271)

=== 7 === Less loaded core 9 P#0 (2 chares, load: 18.6966)
=== 7 === Chare from 9 P#9 (2 chares)
=== 7 === Chare 838 (load 7.0455)

=== 7 === Less loaded core 21 P#0 (2 chares, load: 18.7166)
=== 7 === Chare from 21 P#21 (2 chares)
=== 7 === Chare 859 (load 6.9512)

=== 7 === Less loaded core 16 P#44872032 (2 chares, load: 18.8464)
=== 7 === Chare from 16 P#16 (2 chares)
=== 7 === Chare 112 (load 6.7024)

=== 7 === Less loaded core 13 P#0 (2 chares, load: 18.8964)
=== 7 === Chare from 13 P#13 (2 chares)
=== 7 === Chare 715 (load 6.9579)

=== 7 === Less loaded core 14 P#44873568 (2 chares, load: 18.9815)
=== 7 === Chare from 14 P#14 (2 chares)
=== 7 === Chare 743 (load 6.8770)

=== 7 === Less loaded core 25 P#32767 (2 chares, load: 19.1938)
=== 7 === Chare from 25 P#25 (2 chares)
=== 7 === Chare 662 (load 6.7166)

=== 7 === Less loaded core 5 P#3 (2 chares, load: 19.4612)
=== 7 === Chare from 5 P#5 (2 chares)
=== 7 === Chare 776 (load 6.7680)

=== 7 === Less loaded core 11 P#0 (3 chares, load: 22.3043)
=== 7 === Chare from 11 P#11 (3 chares)
=== 7 === Chare 719 (load 6.6620)

=== 7 === Less loaded core 3 P#6 (3 chares, load: 22.3744)
=== 7 === Chare from 3 P#3 (3 chares)
=== 7 === Chare 700 (load 6.9494)

=== 7 === Less loaded core 22 P#22 (3 chares, load: 22.5378)
=== 7 === Chare from 22 P#22 (3 chares)
=== 7 === Chare 787 (load 6.8177)

=== 7 === Less loaded core 28 P#201326592 (3 chares, load: 22.7768)
=== 7 === Chare from 28 P#28 (3 chares)
=== 7 === Chare 786 (load 6.9159)

=== 7 === Less loaded core 23 P#23 (3 chares, load: 22.9221)
=== 7 === Chare from 23 P#23 (3 chares)
=== 7 === Chare 642 (load 6.7653)

=== 7 === Less loaded core 6 P#5 (3 chares, load: 23.1044)
=== 7 === Chare from 6 P#6 (3 chares)
=== 7 === Chare 784 (load 6.9105)

=== 7 === Less loaded core 20 P#0 (3 chares, load: 23.1045)
=== 7 === Chare from 20 P#20 (3 chares)
=== 7 === Chare 863 (load 6.8249)

=== 7 === Less loaded core 29 P#1077364773 (3 chares, load: 23.2818)
=== 7 === Chare from 29 P#29 (3 chares)
=== 7 === Chare 713 (load 6.7549)

=== 7 === Less loaded core 0 P#0 (3 chares, load: 23.3047)
=== 7 === Chare from 0 P#0 (3 chares)
=== 7 === Chare 383 (load 6.7455)

=== 7 === Less loaded core 30 P#-78976 (3 chares, load: 23.3332)
=== 7 === Chare from 30 P#30 (3 chares)
=== 7 === Chare 792 (load 6.9602)

=== 7 === Less loaded core 7 P#7 (3 chares, load: 23.4119)
=== 7 === Chare from 7 P#7 (3 chares)
=== 7 === Chare 709 (load 6.8735)

=== 7 === Less loaded core 31 P#32767 (3 chares, load: 23.4175)
=== 7 === Chare from 31 P#31 (3 chares)
=== 7 === Chare 828 (load 6.9199)

=== 7 === Less loaded core 4 P#1 (3 chares, load: 23.4332)
=== 7 === Chare from 4 P#4 (3 chares)
=== 7 === Chare 278 (load 6.7244)

=== 7 === Less loaded core 12 P#94425792 (3 chares, load: 23.4484)
=== 7 === Chare from 12 P#12 (3 chares)
=== 7 === Chare 799 (load 6.9635)

=== 7 === Less loaded core 8 P#9346032 (3 chares, load: 24.0006)
=== 7 === Chare from 8 P#8 (3 chares)
=== 7 === Chare 638 (load 6.7061)

=== 7 === Less loaded core 1 P#2 (3 chares, load: 24.2459)
=== 7 === Chare from 1 P#1 (3 chares)
=== 7 === Chare 382 (load 6.6847)

=== 7 === Less loaded core 24 P#24 (3 chares, load: 24.4341)
=== 7 === Chare from 24 P#24 (3 chares)
=== 7 === Chare 192 (load 6.7798)

=== 7 === Less loaded core 10 P#0 (3 chares, load: 24.5640)
=== 7 === Chare from 10 P#10 (3 chares)
=== 7 === Chare 821 (load 6.9340)

=== 7 === Less loaded core 15 P#0 (3 chares, load: 24.7919)
=== 7 === Chare from 15 P#15 (3 chares)
=== 7 === Chare 720 (load 6.7071)

=== 7 === Less loaded core 27 P#32767 (3 chares, load: 24.8856)
=== 7 === Chare from 27 P#27 (3 chares)
=== 7 === Chare 717 (load 6.7252)

=== 7 === Less loaded core 26 P#3 (3 chares, load: 24.9409)
=== 7 === Chare from 26 P#26 (3 chares)
=== 7 === Chare 643 (load 6.8885)

=== 7 === Less loaded core 17 P#0 (3 chares, load: 24.9683)
=== 7 === Chare from 17 P#17 (3 chares)
=== 7 === Chare 741 (load 6.8946)

=== 7 === Less loaded core 2 P#4 (3 chares, load: 25.1066)
=== 7 === Chare from 2 P#2 (3 chares)
=== 7 === Chare 277 (load 6.7236)

=== 7 === Less loaded core 19 P#0 (3 chares, load: 25.5332)
=== 7 === Chare from 19 P#19 (3 chares)
=== 7 === Chare 742 (load 6.9069)

=== 7 === Less loaded core 18 P#32 (3 chares, load: 25.5464)
=== 7 === Chare from 18 P#18 (3 chares)
=== 7 === Chare 279 (load 6.9365)

=== 7 === Less loaded core 16 P#44872032 (3 chares, load: 25.5487)
=== 7 === Chare from 16 P#16 (3 chares)
=== 7 === Chare 114 (load 6.6661)

=== 7 === Less loaded core 21 P#0 (3 chares, load: 25.6678)
=== 7 === Chare from 21 P#21 (3 chares)
=== 7 === Chare 628 (load 6.6597)

=== 7 === Less loaded core 9 P#0 (3 chares, load: 25.7421)
=== 7 === Chare from 9 P#9 (3 chares)
=== 7 === Chare 782 (load 6.9647)

=== 7 === Less loaded core 13 P#0 (3 chares, load: 25.8543)
=== 7 === Chare from 13 P#13 (3 chares)
=== 7 === Chare 797 (load 6.6748)

=== 7 === Less loaded core 14 P#44873568 (3 chares, load: 25.8585)
=== 7 === Chare from 14 P#14 (3 chares)
=== 7 === Chare 594 (load 6.8369)

=== 7 === Less loaded core 25 P#32767 (3 chares, load: 25.9104)
=== 7 === Chare from 25 P#25 (3 chares)
=== 7 === Chare 663 (load 6.6884)

=== 7 === Less loaded core 5 P#3 (3 chares, load: 26.2292)
=== 7 === Chare from 5 P#5 (3 chares)
=== 7 === Chare 796 (load 6.7191)

[DEBUG] GetBackPlacement from node 0
0 9.7705
72 9.3428
107 7.2622
71 7.1805
5 9.2832
4 7.4003
6 7.1971
7 7.1180
120 7.3028
8 7.3008
13 7.1715
123 7.1403
112 7.2305
12 7.2271
22 7.1409
19 7.1238
10 9.3361
15 7.2349
16 7.2091
18 7.1326
32 10.9456
90 8.0344
99 7.8259
68 7.4404
87 8.2055
65 7.5971
43 7.1590
85 7.0363
81 12.7199
80 11.4975
67 8.5796
66 7.3162
73 7.4149
1 7.4056
78 7.2839
20 7.1326
121 7.2463
17 7.1872
21 7.1525
23 7.0853
76 7.3091
2 7.2707
74 7.1366
75 7.0246
77 7.2918
49 7.2881
69 7.1536
79 7.0781
25 9.3611
47 9.2477
63 9.2368
127 9.2178
61 6.7693
27 6.7239
60 6.6637
62 6.6126
115 6.7708
96 6.7416
28 6.7226
29 6.6781
58 7.0433
59 6.8143
35 6.7006
57 6.6395
52 7.1002
3 7.0328
104 6.9699
53 6.9105
45 6.9968
44 6.9737
24 6.9600
46 6.8708
51 8.9846
41 7.0122
42 7.0117
50 6.9453
117 8.9526
93 8.8560
94 6.8806
95 6.8452
56 9.9362
33 9.3850
54 9.3002
64 9.0423
84 9.0649
114 6.9526
39 6.9059
38 6.8266
40 8.9495
34 7.0132
37 7.0034
55 6.9383
70 8.9526
109 8.9461
108 6.9640
48 6.9504
14 9.4145
113 9.3555
9 7.4088
88 7.3362
122 9.3090
36 9.2428
124 7.2087
31 7.1444
83 12.8328
82 11.5679
91 11.2114
89 8.9702
119 9.1622
116 7.4257
118 7.3211
92 7.2915
125 7.2798
105 7.2418
101 7.2193
11 7.2087
110 7.1650
102 7.1494
98 7.1318
111 7.0577
30 9.3636
26 7.2077
126 7.0464
86 6.9268
97 9.3288
106 9.2677
100 7.1944
103 7.1008
Core 0 load 33.5561
Core 1 load 30.9986
Core 2 load 28.9154
Core 3 load 28.7223
Core 4 load 30.9127
Core 5 load 34.2464
Core 6 load 29.9979
Core 7 load 40.1132
Core 8 load 29.2370
Core 9 load 28.6713
Core 10 load 28.7410
Core 11 load 28.8116
Core 12 load 37.0634
Core 13 load 26.7695
Core 14 load 26.9131
Core 15 load 27.1977
Core 16 load 28.0135
Core 17 load 27.8013
Core 18 load 29.9538
Core 19 load 31.5344
Core 20 load 37.6639
Core 21 load 29.7500
Core 22 load 29.9043
Core 23 load 31.8131
Core 24 load 33.5149
Core 25 load 32.9049
Core 26 load 44.5822
Core 27 load 31.2005
Core 28 load 28.9496
Core 29 load 28.5039
Core 30 load 30.5445
Core 31 load 32.8918
Avg load 31.2623 in [30.3244 ; 32.2002 ]
Swap chares 55 (6.6126) and 107 (8.9702) between cores 13 (26.7695) and 26
(44.5822)
New loads : 13 (29.1271) and 26 (42.2247)
Swap chares 58 (6.7226) and 106 (11.2114) between cores 14 (26.9131) and 26
(42.2247)
New loads : 14 (31.4019) and 26 (37.7358)
Swap chares 63 (6.6395) and 31 (7.3162) between cores 15 (27.1977) and 7
(40.1132)
New loads : 15 (27.8744) and 7 (39.4366)
Swap chares 70 (6.9600) and 30 (8.5796) between cores 17 (27.8013) and 7
(39.4366)
New loads : 17 (29.4210) and 7 (37.8169)
Swap chares 62 (6.7006) and 30 (6.9600) between cores 15 (27.8744) and 7
(37.8169)
New loads : 15 (28.1338) and 7 (37.5575)
Swap chares 65 (7.0328) and 105 (11.5679) between cores 16 (28.0135) and 26
(37.7358)
New loads : 16 (32.5485) and 26 (33.2008)
Swap chares 63 (7.3162) and 83 (9.0423) between cores 15 (28.1338) and 20
(37.6639)
New loads : 15 (29.8599) and 20 (35.9377)
Swap chares 117 (7.1494) and 29 (11.4975) between cores 29 (28.5039) and 7
(37.5575)
New loads : 29 (32.8520) and 7 (33.2094)
Swap chares 39 (7.0853) and 51 (9.2178) between cores 9 (28.6713) and 12
(37.0634)
New loads : 9 (30.8038) and 12 (34.9309)
Swap chares 15 (7.1238) and 83 (7.3162) between cores 3 (28.7223) and 20
(35.9377)
New loads : 3 (28.9147) and 20 (35.7454)
Swap chares 43 (7.0246) and 83 (7.1238) between cores 10 (28.7410) and 20
(35.7454)
New loads : 10 (28.8402) and 20 (35.6461)
Swap chares 46 (7.1536) and 82 (9.3002) between cores 11 (28.8116) and 20
(35.6461)
New loads : 11 (30.9583) and 20 (33.4994)
Swap chares 42 (7.1366) and 50 (9.2368) between cores 10 (28.8402) and 12
(34.9309)
New loads : 10 (30.9405) and 12 (32.8307)
Swap chares 15 (7.3162) and 23 (7.4404) between cores 3 (28.9147) and 5
(34.2464)
New loads : 3 (29.0390) and 5 (34.1221)
Swap chares 11 (7.1403) and 23 (7.3162) between cores 2 (28.9154) and 5
(34.1221)
New loads : 2 (29.0913) and 5 (33.9462)
Swap chares 114 (7.2193) and 22 (7.8259) between cores 28 (28.9496) and 5
(33.9462)
New loads : 28 (29.5562) and 5 (33.3396)
Swap chares 14 (7.1409) and 2 (7.2622) between cores 3 (29.0390) and 0
(33.5561)
New loads : 3 (29.1602) and 0 (33.4348)
Swap chares 11 (7.3162) and 99 (7.3362) between cores 2 (29.0913) and 24
(33.5149)
New loads : 2 (29.1113) and 24 (33.4949)
Swap chares 9 (7.3008) and 81 (9.3850) between cores 2 (29.1113) and 20
(33.4994)
New loads : 2 (31.1955) and 20 (31.4152)
Swap chares 54 (6.6637) and 98 (7.4088) between cores 13 (29.1271) and 24
(33.4949)
New loads : 13 (29.8722) and 24 (32.7499)
Swap chares 13 (7.2271) and 1 (9.3428) between cores 3 (29.1602) and 0
(33.4348)
New loads : 3 (31.2760) and 0 (31.3190)
Swap chares 35 (7.1326) and 23 (7.1403) between cores 8 (29.2370) and 5
(33.3396)
New loads : 8 (29.2447) and 5 (33.3319)
Swap chares 33 (7.4056) and 21 (8.0344) between cores 8 (29.2447) and 5
(33.3319)
New loads : 8 (29.8735) and 5 (32.7031)
Swap chares 69 (6.9737) and 29 (7.1494) between cores 17 (29.4210) and 7
(33.2094)
New loads : 17 (29.5966) and 7 (33.0337)
Swap chares 112 (7.2798) and 104 (12.8328) between cores 28 (29.5562) and 26
(33.2008)
New loads : 28 (35.1092) and 26 (27.6478)
Swap chares 107 (6.6126) and 115 (7.2087) between cores 26 (27.6478) and 28
(35.1092)
New loads : 26 (28.2439) and 28 (34.5131)
Swap chares 106 (6.7226) and 114 (7.8259) between cores 26 (28.2439) and 28
(34.5131)
New loads : 26 (29.3473) and 28 (33.4097)
Swap chares 105 (7.0328) and 113 (7.2418) between cores 26 (29.3473) and 28
(33.4097)
New loads : 26 (29.5562) and 28 (33.2008)
Swap chares 104 (7.2798) and 112 (12.8328) between cores 26 (29.5562) and 28
(33.2008)
New loads : 26 (35.1092) and 28 (27.6478)
Swap chares 115 (6.6126) and 107 (7.2087) between cores 28 (27.6478) and 26
(35.1092)
New loads : 28 (28.2439) and 26 (34.5131)
Swap chares 114 (6.7226) and 106 (7.8259) between cores 28 (28.2439) and 26
(34.5131)
New loads : 28 (29.3473) and 26 (33.4097)
Swap chares 113 (7.0328) and 105 (7.2418) between cores 28 (29.3473) and 26
(33.4097)
New loads : 28 (29.5562) and 26 (33.2008)
Swap chares 112 (7.2798) and 104 (12.8328) between cores 28 (29.5562) and 26
(33.2008)
New loads : 28 (35.1092) and 26 (27.6478)
Swap chares 107 (6.6126) and 115 (7.2087) between cores 26 (27.6478) and 28
(35.1092)
New loads : 26 (28.2439) and 28 (34.5131)
Swap chares 106 (6.7226) and 114 (7.8259) between cores 26 (28.2439) and 28
(34.5131)
New loads : 26 (29.3473) and 28 (33.4097)
Swap chares 105 (7.0328) and 113 (7.2418) between cores 26 (29.3473) and 28
(33.4097)
New loads : 26 (29.5562) and 28 (33.2008)
Swap chares 104 (7.2798) and 112 (12.8328) between cores 26 (29.5562) and 28
(33.2008)
New loads : 26 (35.1092) and 28 (27.6478)
Swap chares 115 (6.6126) and 107 (7.2087) between cores 28 (27.6478) and 26
(35.1092)
New loads : 28 (28.2439) and 26 (34.5131)
Swap chares 114 (6.7226) and 106 (7.8259) between cores 28 (28.2439) and 26
(34.5131)
New loads : 28 (29.3473) and 26 (33.4097)
Swap chares 113 (7.0328) and 105 (7.2418) between cores 28 (29.3473) and 26
(33.4097)
New loads : 28 (29.5562) and 26 (33.2008)
Swap chares 112 (7.2798) and 104 (12.8328) between cores 28 (29.5562) and 26
(33.2008)
New loads : 28 (35.1092) and 26 (27.6478)
Swap chares 107 (6.6126) and 115 (7.2087) between cores 26 (27.6478) and 28
(35.1092)
New loads : 26 (28.2439) and 28 (34.5131)
Swap chares 106 (6.7226) and 114 (7.8259) between cores 26 (28.2439) and 28
(34.5131)
New loads : 26 (29.3473) and 28 (33.4097)
Swap chares 105 (7.0328) and 113 (7.2418) between cores 26 (29.3473) and 28
(33.4097)
New loads : 26 (29.5562) and 28 (33.2008)
Swap chares 104 (7.2798) and 112 (12.8328) between cores 26 (29.5562) and 28
(33.2008)
New loads : 26 (35.1092) and 28 (27.6478)
Swap chares 115 (6.6126) and 107 (7.2087) between cores 28 (27.6478) and 26
(35.1092)
New loads : 28 (28.2439) and 26 (34.5131)
Swap chares 114 (6.7226) and 106 (7.8259) between cores 28 (28.2439) and 26
(34.5131)
New loads : 28 (29.3473) and 26 (33.4097)
Swap chares 113 (7.0328) and 105 (7.2418) between cores 28 (29.3473) and 26
(33.4097)
New loads : 28 (29.5562) and 26 (33.2008)
Swap chares 112 (7.2798) and 104 (12.8328) between cores 28 (29.5562) and 26
(33.2008)
New loads : 28 (35.1092) and 26 (27.6478)
Swap chares 107 (6.6126) and 115 (7.2087) between cores 26 (27.6478) and 28
(35.1092)
New loads : 26 (28.2439) and 28 (34.5131)
Swap chares 106 (6.7226) and 114 (7.8259) between cores 26 (28.2439) and 28
(34.5131)
New loads : 26 (29.3473) and 28 (33.4097)
Swap chares 105 (7.0328) and 113 (7.2418) between cores 26 (29.3473) and 28
(33.4097)
New loads : 26 (29.5562) and 28 (33.2008)
Swap chares 104 (7.2798) and 112 (12.8328) between cores 26 (29.5562) and 28
(33.2008)
New loads : 26 (35.1092) and 28 (27.6478)
Swap chares 115 (6.6126) and 107 (7.2087) between cores 28 (27.6478) and 26
(35.1092)
New loads : 28 (28.2439) and 26 (34.5131)
Swap chares 114 (6.7226) and 106 (7.8259) between cores 28 (28.2439) and 26
(34.5131)
New loads : 28 (29.3473) and 26 (33.4097)
Swap chares 113 (7.0328) and 105 (7.2418) between cores 28 (29.3473) and 26
(33.4097)
New loads : 28 (29.5562) and 26 (33.2008)
Swap chares 112 (7.2798) and 104 (12.8328) between cores 28 (29.5562) and 26
(33.2008)
New loads : 28 (35.1092) and 26 (27.6478)
Swap chares 107 (6.6126) and 115 (7.2087) between cores 26 (27.6478) and 28
(35.1092)
New loads : 26 (28.2439) and 28 (34.5131)
Swap chares 106 (6.7226) and 114 (7.8259) between cores 26 (28.2439) and 28
(34.5131)
New loads : 26 (29.3473) and 28 (33.4097)
Swap chares 105 (7.0328) and 113 (7.2418) between cores 26 (29.3473) and 28
(33.4097)
New loads : 26 (29.5562) and 28 (33.2008)
Swap chares 104 (7.2798) and 112 (12.8328) between cores 26 (29.5562) and 28
(33.2008)
New loads : 26 (35.1092) and 28 (27.6478)
Swap chares 115 (6.6126) and 107 (7.2087) between cores 28 (27.6478) and 26
(35.1092)
New loads : 28 (28.2439) and 26 (34.5131)
Swap chares 114 (6.7226) and 106 (7.8259) between cores 28 (28.2439) and 26
(34.5131)
New loads : 28 (29.3473) and 26 (33.4097)
Swap chares 113 (7.0328) and 105 (7.2418) between cores 28 (29.3473) and 26
(33.4097)
New loads : 28 (29.5562) and 26 (33.2008)
=== 0 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 0 P#0 (0 chares)
=== 0 === Chare 0 (load 9.7705)

=== 0 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 0 === Chare from 1 P#1 (0 chares)
=== 0 === Chare 5 (load 9.2832)

=== 0 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 0 === Chare from 2 P#2 (0 chares)
=== 0 === Chare 61 (load 9.3850)

=== 0 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 0 === Chare from 3 P#3 (0 chares)
=== 0 === Chare 140 (load 9.3428)

=== 0 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 0 === Chare from 4 P#4 (0 chares)
=== 0 === Chare 14 (load 9.3361)

=== 0 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 0 === Chare from 5 P#5 (0 chares)
=== 0 === Chare 60 (load 10.9456)

=== 0 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 0 === Chare from 6 P#6 (0 chares)
=== 0 === Chare 167 (load 8.2055)

=== 0 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 0 === Chare from 7 P#7 (0 chares)
=== 0 === Chare 157 (load 12.7199)

=== 0 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 0 === Chare from 8 P#8 (0 chares)
=== 0 === Chare 174 (load 8.0344)

=== 0 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 9 P#9 (0 chares)
=== 0 === Chare 247 (load 9.2178)

=== 0 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 10 P#10 (0 chares)
=== 0 === Chare 119 (load 9.2368)

=== 0 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 11 P#11 (0 chares)
=== 0 === Chare 102 (load 9.3002)

=== 0 === Less loaded core 12 P#38872752 (0 chares, load: 0.0000)
=== 0 === Chare from 12 P#12 (0 chares)
=== 0 === Chare 45 (load 9.3611)

=== 0 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 13 P#13 (0 chares)
=== 0 === Chare 173 (load 8.9702)

=== 0 === Less loaded core 14 P#45143680 (0 chares, load: 0.0000)
=== 0 === Chare from 14 P#14 (0 chares)
=== 0 === Chare 175 (load 11.2114)

=== 0 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 15 P#15 (0 chares)
=== 0 === Chare 124 (load 9.0423)

=== 0 === Less loaded core 16 P#45142144 (0 chares, load: 0.0000)
=== 0 === Chare from 16 P#16 (0 chares)
=== 0 === Chare 158 (load 11.5679)

=== 0 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 17 P#17 (0 chares)
=== 0 === Chare 127 (load 8.5796)

=== 0 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 0 === Chare from 18 P#18 (0 chares)
=== 0 === Chare 95 (load 8.9846)

=== 0 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 19 P#19 (0 chares)
=== 0 === Chare 229 (load 8.9526)

=== 0 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 20 P#20 (0 chares)
=== 0 === Chare 108 (load 9.9362)

=== 0 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 21 P#21 (0 chares)
=== 0 === Chare 164 (load 9.0649)

=== 0 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 0 === Chare from 22 P#22 (0 chares)
=== 0 === Chare 76 (load 8.9495)

=== 0 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 0 === Chare from 23 P#23 (0 chares)
=== 0 === Chare 134 (load 8.9526)

=== 0 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 0 === Chare from 24 P#24 (0 chares)
=== 0 === Chare 22 (load 9.4145)

=== 0 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 0 === Chare from 25 P#25 (0 chares)
=== 0 === Chare 238 (load 9.3090)

=== 0 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 26 P#26 (0 chares)
=== 0 === Chare 159 (load 12.8328)

=== 0 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 0 === Chare from 27 P#27 (0 chares)
=== 0 === Chare 231 (load 9.1622)

=== 0 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 28 P#28 (0 chares)
=== 0 === Chare 191 (load 7.8259)

=== 0 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 29 P#29 (0 chares)
=== 0 === Chare 156 (load 11.4975)

=== 0 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 0 === Chare from 30 P#30 (0 chares)
=== 0 === Chare 54 (load 9.3636)

=== 0 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 0 === Chare from 31 P#31 (0 chares)
=== 0 === Chare 189 (load 9.3288)

=== 0 === Less loaded core 28 P#-805306368 (1 chares, load: 7.8259)
=== 0 === Chare from 28 P#28 (1 chares)
=== 0 === Chare 245 (load 7.2798)

=== 0 === Less loaded core 8 P#9346032 (1 chares, load: 8.0344)
=== 0 === Chare from 8 P#8 (1 chares)
=== 0 === Chare 141 (load 7.4149)

=== 0 === Less loaded core 6 P#5 (1 chares, load: 8.2055)
=== 0 === Chare from 6 P#6 (1 chares)
=== 0 === Chare 125 (load 7.5971)

=== 0 === Less loaded core 17 P#0 (1 chares, load: 8.5796)
=== 0 === Chare from 17 P#17 (1 chares)
=== 0 === Chare 198 (load 7.1494)

=== 0 === Less loaded core 22 P#22 (1 chares, load: 8.9495)
=== 0 === Chare from 22 P#22 (1 chares)
=== 0 === Chare 62 (load 7.0132)

=== 0 === Less loaded core 23 P#23 (1 chares, load: 8.9526)
=== 0 === Chare from 23 P#23 (1 chares)
=== 0 === Chare 213 (load 8.9461)

=== 0 === Less loaded core 19 P#0 (1 chares, load: 8.9526)
=== 0 === Chare from 19 P#19 (1 chares)
=== 0 === Chare 181 (load 8.8560)

=== 0 === Less loaded core 13 P#0 (1 chares, load: 8.9702)
=== 0 === Chare from 13 P#13 (1 chares)
=== 0 === Chare 13 (load 7.4088)

=== 0 === Less loaded core 18 P#32 (1 chares, load: 8.9846)
=== 0 === Chare from 18 P#18 (1 chares)
=== 0 === Chare 77 (load 7.0122)

=== 0 === Less loaded core 15 P#0 (1 chares, load: 9.0423)
=== 0 === Chare from 15 P#15 (1 chares)
=== 0 === Chare 110 (load 7.0433)

=== 0 === Less loaded core 21 P#0 (1 chares, load: 9.0649)
=== 0 === Chare from 21 P#21 (1 chares)
=== 0 === Chare 222 (load 6.9526)

=== 0 === Less loaded core 27 P#32767 (1 chares, load: 9.1622)
=== 0 === Chare from 27 P#27 (1 chares)
=== 0 === Chare 228 (load 7.4257)

=== 0 === Less loaded core 9 P#0 (1 chares, load: 9.2178)
=== 0 === Chare from 9 P#9 (1 chares)
=== 0 === Chare 237 (load 7.2463)

=== 0 === Less loaded core 10 P#0 (1 chares, load: 9.2368)
=== 0 === Chare from 10 P#10 (1 chares)
=== 0 === Chare 148 (load 7.3091)

=== 0 === Less loaded core 1 P#2 (1 chares, load: 9.2832)
=== 0 === Chare from 1 P#1 (1 chares)
=== 0 === Chare 4 (load 7.4003)

=== 0 === Less loaded core 11 P#0 (1 chares, load: 9.3002)
=== 0 === Chare from 11 P#11 (1 chares)
=== 0 === Chare 149 (load 7.2918)

=== 0 === Less loaded core 25 P#32767 (1 chares, load: 9.3090)
=== 0 === Chare from 25 P#25 (1 chares)
=== 0 === Chare 68 (load 9.2428)

=== 0 === Less loaded core 31 P#32767 (1 chares, load: 9.3288)
=== 0 === Chare from 31 P#31 (1 chares)
=== 0 === Chare 206 (load 9.2677)

=== 0 === Less loaded core 4 P#1 (1 chares, load: 9.3361)
=== 0 === Chare from 4 P#4 (1 chares)
=== 0 === Chare 23 (load 7.2349)

=== 0 === Less loaded core 3 P#6 (1 chares, load: 9.3428)
=== 0 === Chare from 3 P#3 (1 chares)
=== 0 === Chare 132 (load 7.4404)

=== 0 === Less loaded core 12 P#38872752 (1 chares, load: 9.3611)
=== 0 === Chare from 12 P#12 (1 chares)
=== 0 === Chare 87 (load 9.2477)

=== 0 === Less loaded core 30 P#-78976 (1 chares, load: 9.3636)
=== 0 === Chare from 30 P#30 (1 chares)
=== 0 === Chare 46 (load 7.2077)

=== 0 === Less loaded core 2 P#4 (1 chares, load: 9.3850)
=== 0 === Chare from 2 P#2 (1 chares)
=== 0 === Chare 172 (load 7.3362)

=== 0 === Less loaded core 24 P#24 (1 chares, load: 9.4145)
=== 0 === Chare from 24 P#24 (1 chares)
=== 0 === Chare 221 (load 9.3555)

=== 0 === Less loaded core 0 P#0 (1 chares, load: 9.7705)
=== 0 === Chare from 0 P#0 (1 chares)
=== 0 === Chare 20 (load 7.2271)

=== 0 === Less loaded core 20 P#0 (1 chares, load: 9.9362)
=== 0 === Chare from 20 P#20 (1 chares)
=== 0 === Chare 12 (load 7.3008)

=== 0 === Less loaded core 5 P#3 (1 chares, load: 10.9456)
=== 0 === Chare from 5 P#5 (1 chares)
=== 0 === Chare 1 (load 7.4056)

=== 0 === Less loaded core 14 P#45143680 (1 chares, load: 11.2114)
=== 0 === Chare from 14 P#14 (1 chares)
=== 0 === Chare 223 (load 6.7708)

=== 0 === Less loaded core 29 P#1076297405 (1 chares, load: 11.4975)
=== 0 === Chare from 29 P#29 (1 chares)
=== 0 === Chare 214 (load 7.1650)

=== 0 === Less loaded core 16 P#45142144 (1 chares, load: 11.5679)
=== 0 === Chare from 16 P#16 (1 chares)
=== 0 === Chare 100 (load 7.1002)

=== 0 === Less loaded core 7 P#7 (1 chares, load: 12.7199)
=== 0 === Chare from 7 P#7 (1 chares)
=== 0 === Chare 84 (load 6.9737)

=== 0 === Less loaded core 26 P#1 (1 chares, load: 12.8328)
=== 0 === Chare from 26 P#26 (1 chares)
=== 0 === Chare 3 (load 7.0328)

=== 0 === Less loaded core 28 P#-939524096 (2 chares, load: 15.1057)
=== 0 === Chare from 28 P#28 (2 chares)
=== 0 === Chare 205 (load 7.2418)

=== 0 === Less loaded core 8 P#9346032 (2 chares, load: 15.4493)
=== 0 === Chare from 8 P#8 (2 chares)
=== 0 === Chare 150 (load 7.2839)

=== 0 === Less loaded core 17 P#0 (2 chares, load: 15.7290)
=== 0 === Chare from 17 P#17 (2 chares)
=== 0 === Chare 85 (load 6.9968)

=== 0 === Less loaded core 6 P#5 (2 chares, load: 15.8026)
=== 0 === Chare from 6 P#6 (2 chares)
=== 0 === Chare 79 (load 7.1590)

=== 0 === Less loaded core 22 P#22 (2 chares, load: 15.9626)
=== 0 === Chare from 22 P#22 (2 chares)
=== 0 === Chare 69 (load 7.0034)

=== 0 === Less loaded core 18 P#32 (2 chares, load: 15.9967)
=== 0 === Chare from 18 P#18 (2 chares)
=== 0 === Chare 78 (load 7.0117)

=== 0 === Less loaded core 21 P#0 (2 chares, load: 16.0175)
=== 0 === Chare from 21 P#21 (2 chares)
=== 0 === Chare 71 (load 6.9059)

=== 0 === Less loaded core 15 P#0 (2 chares, load: 16.0856)
=== 0 === Chare from 15 P#15 (2 chares)
=== 0 === Chare 44 (load 6.9600)

=== 0 === Less loaded core 13 P#0 (2 chares, load: 16.3790)
=== 0 === Chare from 13 P#13 (2 chares)
=== 0 === Chare 117 (load 6.7693)

=== 0 === Less loaded core 9 P#0 (2 chares, load: 16.4641)
=== 0 === Chare from 9 P#9 (2 chares)
=== 0 === Chare 29 (load 7.1872)

=== 0 === Less loaded core 10 P#0 (2 chares, load: 16.5459)
=== 0 === Chare from 10 P#10 (2 chares)
=== 0 === Chare 2 (load 7.2707)

=== 0 === Less loaded core 4 P#1 (2 chares, load: 16.5711)
=== 0 === Chare from 4 P#4 (2 chares)
=== 0 === Chare 28 (load 7.2091)

=== 0 === Less loaded core 30 P#-78976 (2 chares, load: 16.5712)
=== 0 === Chare from 30 P#30 (2 chares)
=== 0 === Chare 246 (load 7.0464)

=== 0 === Less loaded core 27 P#32767 (2 chares, load: 16.5879)
=== 0 === Chare from 27 P#27 (2 chares)
=== 0 === Chare 230 (load 7.3211)

=== 0 === Less loaded core 11 P#0 (2 chares, load: 16.5921)
=== 0 === Chare from 11 P#11 (2 chares)
=== 0 === Chare 93 (load 7.2881)

=== 0 === Less loaded core 1 P#2 (2 chares, load: 16.6835)
=== 0 === Chare from 1 P#1 (2 chares)
=== 0 === Chare 6 (load 7.1971)

=== 0 === Less loaded core 2 P#4 (2 chares, load: 16.7212)
=== 0 === Chare from 2 P#2 (2 chares)
=== 0 === Chare 236 (load 7.3028)

=== 0 === Less loaded core 3 P#6 (2 chares, load: 16.7833)
=== 0 === Chare from 3 P#3 (2 chares)
=== 0 === Chare 207 (load 7.2622)

=== 0 === Less loaded core 0 P#0 (2 chares, load: 16.9976)
=== 0 === Chare from 0 P#0 (2 chares)
=== 0 === Chare 135 (load 7.1805)

=== 0 === Less loaded core 20 P#0 (2 chares, load: 17.2371)
=== 0 === Chare from 20 P#20 (2 chares)
=== 0 === Chare 133 (load 7.1536)

=== 0 === Less loaded core 19 P#0 (2 chares, load: 17.8086)
=== 0 === Chare from 19 P#19 (2 chares)
=== 0 === Chare 182 (load 6.8806)

=== 0 === Less loaded core 23 P#23 (2 chares, load: 17.8987)
=== 0 === Chare from 23 P#23 (2 chares)
=== 0 === Chare 212 (load 6.9640)

=== 0 === Less loaded core 14 P#45143680 (2 chares, load: 17.9822)
=== 0 === Chare from 14 P#14 (2 chares)
=== 0 === Chare 188 (load 6.7416)

=== 0 === Less loaded core 5 P#3 (2 chares, load: 18.3512)
=== 0 === Chare from 5 P#5 (2 chares)
=== 0 === Chare 197 (load 7.2193)

=== 0 === Less loaded core 25 P#32767 (2 chares, load: 18.5517)
=== 0 === Chare from 25 P#25 (2 chares)
=== 0 === Chare 244 (load 7.2087)

=== 0 === Less loaded core 31 P#32767 (2 chares, load: 18.5965)
=== 0 === Chare from 31 P#31 (2 chares)
=== 0 === Chare 196 (load 7.1944)

=== 0 === Less loaded core 12 P#38872752 (2 chares, load: 18.6088)
=== 0 === Chare from 12 P#12 (2 chares)
=== 0 === Chare 142 (load 7.1366)

=== 0 === Less loaded core 29 P#1077062043 (2 chares, load: 18.6625)
=== 0 === Chare from 29 P#29 (2 chares)
=== 0 === Chare 190 (load 7.1318)

=== 0 === Less loaded core 16 P#45142144 (2 chares, load: 18.6680)
=== 0 === Chare from 16 P#16 (2 chares)
=== 0 === Chare 204 (load 6.9699)

=== 0 === Less loaded core 24 P#24 (2 chares, load: 18.7699)
=== 0 === Chare from 24 P#24 (2 chares)
=== 0 === Chare 126 (load 7.3162)

=== 0 === Less loaded core 7 P#7 (2 chares, load: 19.6936)
=== 0 === Chare from 7 P#7 (2 chares)
=== 0 === Chare 63 (load 6.7006)

=== 0 === Less loaded core 26 P#2 (2 chares, load: 19.8656)
=== 0 === Chare from 26 P#26 (2 chares)
=== 0 === Chare 52 (load 6.7226)

=== 0 === Less loaded core 28 P#469762048 (3 chares, load: 22.3475)
=== 0 === Chare from 28 P#28 (3 chares)
=== 0 === Chare 15 (load 7.2087)

=== 0 === Less loaded core 17 P#0 (3 chares, load: 22.7258)
=== 0 === Chare from 17 P#17 (3 chares)
=== 0 === Chare 86 (load 6.8708)

=== 0 === Less loaded core 8 P#9346032 (3 chares, load: 22.7332)
=== 0 === Chare from 8 P#8 (3 chares)
=== 0 === Chare 239 (load 7.1403)

=== 0 === Less loaded core 21 P#0 (3 chares, load: 22.9234)
=== 0 === Chare from 21 P#21 (3 chares)
=== 0 === Chare 70 (load 6.8266)

=== 0 === Less loaded core 6 P#5 (3 chares, load: 22.9616)
=== 0 === Chare from 6 P#6 (3 chares)
=== 0 === Chare 165 (load 7.0363)

=== 0 === Less loaded core 22 P#22 (3 chares, load: 22.9660)
=== 0 === Chare from 22 P#22 (3 chares)
=== 0 === Chare 103 (load 6.9383)

=== 0 === Less loaded core 18 P#32 (3 chares, load: 23.0084)
=== 0 === Chare from 18 P#18 (3 chares)
=== 0 === Chare 94 (load 6.9453)

=== 0 === Less loaded core 15 P#0 (3 chares, load: 23.0456)
=== 0 === Chare from 15 P#15 (3 chares)
=== 0 === Chare 111 (load 6.8143)

=== 0 === Less loaded core 13 P#0 (3 chares, load: 23.1483)
=== 0 === Chare from 13 P#13 (3 chares)
=== 0 === Chare 47 (load 6.7239)

=== 0 === Less loaded core 30 P#-78976 (3 chares, load: 23.6177)
=== 0 === Chare from 30 P#30 (3 chares)
=== 0 === Chare 166 (load 6.9268)

=== 0 === Less loaded core 9 P#0 (3 chares, load: 23.6513)
=== 0 === Chare from 9 P#9 (3 chares)
=== 0 === Chare 37 (load 7.1525)

=== 0 === Less loaded core 4 P#1 (3 chares, load: 23.7802)
=== 0 === Chare from 4 P#4 (3 chares)
=== 0 === Chare 30 (load 7.1326)

=== 0 === Less loaded core 10 P#0 (3 chares, load: 23.8166)
=== 0 === Chare from 10 P#10 (3 chares)
=== 0 === Chare 31 (load 7.1238)

=== 0 === Less loaded core 11 P#0 (3 chares, load: 23.8802)
=== 0 === Chare from 11 P#11 (3 chares)
=== 0 === Chare 151 (load 7.0781)

=== 0 === Less loaded core 1 P#2 (3 chares, load: 23.8806)
=== 0 === Chare from 1 P#1 (3 chares)
=== 0 === Chare 7 (load 7.1180)

=== 0 === Less loaded core 27 P#32767 (3 chares, load: 23.9090)
=== 0 === Chare from 27 P#27 (3 chares)
=== 0 === Chare 180 (load 7.2915)

=== 0 === Less loaded core 2 P#4 (3 chares, load: 24.0240)
=== 0 === Chare from 2 P#2 (3 chares)
=== 0 === Chare 21 (load 7.1715)

=== 0 === Less loaded core 3 P#6 (3 chares, load: 24.0455)
=== 0 === Chare from 3 P#3 (3 chares)
=== 0 === Chare 220 (load 7.2305)

=== 0 === Less loaded core 0 P#0 (3 chares, load: 24.1781)
=== 0 === Chare from 0 P#0 (3 chares)
=== 0 === Chare 38 (load 7.1409)

=== 0 === Less loaded core 20 P#0 (3 chares, load: 24.3906)
=== 0 === Chare from 20 P#20 (3 chares)
=== 0 === Chare 143 (load 7.0246)

=== 0 === Less loaded core 19 P#0 (3 chares, load: 24.6892)
=== 0 === Chare from 19 P#19 (3 chares)
=== 0 === Chare 183 (load 6.8452)

=== 0 === Less loaded core 14 P#45143680 (3 chares, load: 24.7239)
=== 0 === Chare from 14 P#14 (3 chares)
=== 0 === Chare 53 (load 6.6781)

=== 0 === Less loaded core 23 P#23 (3 chares, load: 24.8627)
=== 0 === Chare from 23 P#23 (3 chares)
=== 0 === Chare 92 (load 6.9504)

=== 0 === Less loaded core 5 P#3 (3 chares, load: 25.5705)
=== 0 === Chare from 5 P#5 (3 chares)
=== 0 === Chare 36 (load 7.1326)

=== 0 === Less loaded core 16 P#45142144 (3 chares, load: 25.6380)
=== 0 === Chare from 16 P#16 (3 chares)
=== 0 === Chare 101 (load 6.9105)

=== 0 === Less loaded core 12 P#38872752 (3 chares, load: 25.7454)
=== 0 === Chare from 12 P#12 (3 chares)
=== 0 === Chare 39 (load 7.0853)

=== 0 === Less loaded core 25 P#32767 (3 chares, load: 25.7605)
=== 0 === Chare from 25 P#25 (3 chares)
=== 0 === Chare 55 (load 7.1444)

=== 0 === Less loaded core 31 P#32767 (3 chares, load: 25.7910)
=== 0 === Chare from 31 P#31 (3 chares)
=== 0 === Chare 199 (load 7.1008)

=== 0 === Less loaded core 29 P#1077529430 (3 chares, load: 25.7943)
=== 0 === Chare from 29 P#29 (3 chares)
=== 0 === Chare 215 (load 7.0577)

=== 0 === Less loaded core 24 P#24 (3 chares, load: 26.0861)
=== 0 === Chare from 24 P#24 (3 chares)
=== 0 === Chare 116 (load 6.6637)

=== 0 === Less loaded core 7 P#7 (3 chares, load: 26.3942)
=== 0 === Chare from 7 P#7 (3 chares)
=== 0 === Chare 109 (load 6.6395)

=== 0 === Less loaded core 26 P#3 (3 chares, load: 26.5882)
=== 0 === Chare from 26 P#26 (3 chares)
=== 0 === Chare 118 (load 6.6126)

[DEBUG] GetBackPlacement from node 4
112 12.2723
108 11.0120
0 8.5409
1 6.8238
20 12.5702
43 10.9958
22 10.5917
27 8.3836
11 11.8841
13 10.9082
17 9.9794
78 8.7025
14 11.9781
34 10.2012
12 9.9278
55 8.1343
4 9.3629
63 9.2784
3 6.9551
16 6.6231
87 9.2429
10 9.1406
8 7.0044
9 6.9050
21 10.8743
41 8.2284
79 7.8034
5 6.9484
54 6.9552
53 6.8513
74 6.8273
18 6.6895
6 7.6042
24 7.6017
62 7.4962
26 7.3861
60 7.4922
61 7.4146
65 7.4097
15 7.2260
67 7.5360
7 7.5177
86 7.4929
64 7.4471
100 7.5125
84 7.4333
32 7.3433
85 7.3055
114 8.1504
48 7.3334
25 7.3044
51 7.3042
45 7.4323
75 7.3249
47 7.3247
50 7.3237
66 8.2576
82 7.4591
81 7.3623
42 7.3621
83 7.4178
80 7.2794
46 7.2679
89 7.2193
2 11.0927
73 9.0438
44 7.5955
124 7.3935
94 10.7669
109 8.8480
77 8.6367
125 7.4314
93 7.6318
38 7.4482
106 7.3652
56 7.2903
105 7.3709
104 7.3708
126 7.2140
127 7.1656
37 9.4601
23 9.3850
107 9.2115
35 6.6592
39 10.2444
72 8.0359
36 7.8149
102 7.1959
88 12.6058
115 12.4414
28 11.0899
91 10.8263
103 9.1986
113 8.3393
52 7.2852
101 7.1243
76 10.6002
19 8.4595
58 7.3556
59 7.2921
116 7.5824
117 7.5369
118 7.3267
119 7.1912
30 12.4509
110 12.4164
40 11.9200
90 10.5938
57 7.4804
68 7.4495
49 7.4178
33 7.3333
70 7.4477
71 7.4355
31 7.3469
29 7.2447
120 7.3848
123 7.3352
121 7.3252
122 7.2364
69 7.5493
99 7.4067
98 7.3979
111 7.3540
92 7.5287
97 7.5041
96 7.4318
95 7.3955
Core 0 load 38.6489
Core 1 load 42.5412
Core 2 load 41.4743
Core 3 load 40.2414
Core 4 load 32.2196
Core 5 load 32.2930
Core 6 load 33.8545
Core 7 load 27.3233
Core 8 load 30.0881
Core 9 load 29.5425
Core 10 load 29.9936
Core 11 load 29.5946
Core 12 load 30.0924
Core 13 load 29.4057
Core 14 load 30.4412
Core 15 load 29.1844
Core 16 load 35.1255
Core 17 load 35.6829
Core 18 load 29.7354
Core 19 load 29.1212
Core 20 load 34.7157
Core 21 load 33.2911
Core 22 load 46.9635
Core 23 load 31.9474
Core 24 load 33.7073
Core 25 load 29.6372
Core 26 load 47.3811
Core 27 load 29.6809
Core 28 load 29.4748
Core 29 load 29.2816
Core 30 load 29.7080
Core 31 load 29.8600
Avg load 33.1954 in [32.1995 ; 34.1912 ]
Swap chares 31 (6.6895) and 107 (10.5938) between cores 7 (27.3233) and 26
(47.3811)
New loads : 7 (31.2277) and 26 (43.4767)
Swap chares 79 (7.1656) and 91 (10.8263) between cores 19 (29.1212) and 22
(46.9635)
New loads : 19 (32.7820) and 22 (43.3027)
Swap chares 62 (7.2679) and 106 (11.9200) between cores 15 (29.1844) and 26
(43.4767)
New loads : 15 (33.8365) and 26 (38.8246)
Swap chares 118 (7.3252) and 90 (11.0899) between cores 29 (29.2816) and 22
(43.3027)
New loads : 29 (33.0463) and 22 (39.5380)
Swap chares 55 (7.3237) and 7 (8.3836) between cores 13 (29.4057) and 1
(42.5412)
New loads : 13 (30.4655) and 1 (41.4814)
Swap chares 115 (7.2447) and 7 (7.3237) between cores 28 (29.4748) and 1
(41.4814)
New loads : 28 (29.5538) and 1 (41.4023)
Swap chares 39 (7.2260) and 11 (8.7025) between cores 9 (29.5425) and 2
(41.4743)
New loads : 9 (31.0190) and 2 (39.9978)
Swap chares 114 (7.3469) and 6 (10.5917) between cores 28 (29.5538) and 1
(41.4023)
New loads : 28 (32.7986) and 1 (38.1575)
Swap chares 47 (7.3055) and 15 (8.1343) between cores 11 (29.5946) and 3
(40.2414)
New loads : 11 (30.4234) and 3 (39.4126)
Swap chares 103 (7.1912) and 11 (7.2260) between cores 25 (29.6372) and 2
(39.9978)
New loads : 25 (29.6720) and 2 (39.9630)
Swap chares 102 (7.3267) and 10 (9.9794) between cores 25 (29.6720) and 2
(39.9630)
New loads : 25 (32.3247) and 2 (37.3103)
Swap chares 109 (7.4495) and 89 (12.4414) between cores 27 (29.6809) and 22
(39.5380)
New loads : 27 (34.6729) and 22 (34.5460)
Swap chares 122 (7.3979) and 14 (9.9278) between cores 30 (29.7080) and 3
(39.4126)
New loads : 30 (32.2379) and 3 (36.8827)
Swap chares 73 (7.4482) and 105 (12.4164) between cores 18 (29.7354) and 26
(38.8246)
New loads : 18 (34.7037) and 26 (33.8564)
Swap chares 126 (7.4318) and 2 (8.5409) between cores 31 (29.8600) and 0
(38.6489)
New loads : 31 (30.9691) and 0 (37.5398)
Swap chares 41 (7.5177) and 5 (10.9958) between cores 10 (29.9936) and 1
(38.1575)
New loads : 10 (33.4718) and 1 (34.6794)
Swap chares 33 (7.6017) and 1 (11.0120) between cores 8 (30.0881) and 0
(37.5398)
New loads : 8 (33.4985) and 0 (34.1295)
Swap chares 50 (7.3044) and 10 (7.3267) between cores 12 (30.0924) and 2
(37.3103)
New loads : 12 (30.1148) and 2 (37.2880)
Swap chares 49 (7.3334) and 9 (10.9082) between cores 12 (30.1148) and 2
(37.2880)
New loads : 12 (33.6896) and 2 (33.7131)
Swap chares 46 (7.3433) and 14 (7.3979) between cores 11 (30.4234) and 3
(36.8827)
New loads : 11 (30.4780) and 3 (36.8281)
Swap chares 57 (7.4591) and 13 (10.2012) between cores 14 (30.4412) and 3
(36.8281)
New loads : 14 (33.1833) and 3 (34.0860)
Swap chares 54 (7.3247) and 70 (8.6367) between cores 13 (30.4655) and 17
(35.6829)
New loads : 13 (31.7775) and 17 (34.3710)
Swap chares 46 (7.3979) and 66 (7.5955) between cores 11 (30.4780) and 16
(35.1255)
New loads : 11 (30.6756) and 16 (34.9279)
Swap chares 45 (7.4333) and 65 (9.0438) between cores 11 (30.6756) and 16
(34.9279)
New loads : 11 (32.2861) and 16 (33.3174)
Swap chares 126 (8.5409) and 82 (9.2115) between cores 31 (30.9691) and 20
(34.7157)
New loads : 31 (31.6397) and 20 (34.0451)
Swap chares 37 (7.4146) and 73 (12.4164) between cores 9 (31.0190) and 18
(34.7037)
New loads : 9 (36.0208) and 18 (29.7019)
Swap chares 75 (7.2903) and 39 (8.7025) between cores 18 (29.7019) and 9
(36.0208)
New loads : 18 (31.1141) and 9 (34.6086)
Swap chares 73 (7.4146) and 5 (7.5177) between cores 18 (31.1141) and 1
(34.6794)
New loads : 18 (31.2171) and 1 (34.5764)
Swap chares 74 (7.3652) and 110 (7.4178) between cores 18 (31.2171) and 27
(34.6729)
New loads : 18 (31.2697) and 27 (34.6203)
Swap chares 30 (6.8273) and 110 (7.3652) between cores 7 (31.2277) and 27
(34.6203)
New loads : 7 (31.7655) and 27 (34.0825)
Swap chares 73 (7.5177) and 37 (12.4164) between cores 18 (31.2697) and 9
(34.6086)
New loads : 18 (36.1684) and 9 (29.7099)
Swap chares 39 (7.2903) and 75 (8.7025) between cores 9 (29.7099) and 18
(36.1684)
New loads : 9 (31.1220) and 18 (34.7563)
Swap chares 38 (7.4097) and 74 (7.4178) between cores 9 (31.1220) and 18
(34.7563)
New loads : 9 (31.1301) and 18 (34.7482)
Swap chares 37 (7.5177) and 73 (12.4164) between cores 9 (31.1301) and 18
(34.7482)
New loads : 9 (36.0289) and 18 (29.8494)
Swap chares 75 (7.2903) and 39 (8.7025) between cores 18 (29.8494) and 9
(36.0289)
New loads : 18 (31.2616) and 9 (34.6167)
Swap chares 74 (7.4097) and 38 (7.4178) between cores 18 (31.2616) and 9
(34.6167)
New loads : 18 (31.2697) and 9 (34.6086)
Swap chares 73 (7.5177) and 37 (12.4164) between cores 18 (31.2697) and 9
(34.6086)
New loads : 18 (36.1684) and 9 (29.7099)
Swap chares 39 (7.2903) and 75 (8.7025) between cores 9 (29.7099) and 18
(36.1684)
New loads : 9 (31.1220) and 18 (34.7563)
Swap chares 38 (7.4097) and 74 (7.4178) between cores 9 (31.1220) and 18
(34.7563)
New loads : 9 (31.1301) and 18 (34.7482)
Swap chares 37 (7.5177) and 73 (12.4164) between cores 9 (31.1301) and 18
(34.7482)
New loads : 9 (36.0289) and 18 (29.8494)
Swap chares 75 (7.2903) and 39 (8.7025) between cores 18 (29.8494) and 9
(36.0289)
New loads : 18 (31.2616) and 9 (34.6167)
Swap chares 74 (7.4097) and 38 (7.4178) between cores 18 (31.2616) and 9
(34.6167)
New loads : 18 (31.2697) and 9 (34.6086)
Swap chares 73 (7.5177) and 37 (12.4164) between cores 18 (31.2697) and 9
(34.6086)
New loads : 18 (36.1684) and 9 (29.7099)
Swap chares 39 (7.2903) and 75 (8.7025) between cores 9 (29.7099) and 18
(36.1684)
New loads : 9 (31.1220) and 18 (34.7563)
Swap chares 38 (7.4097) and 74 (7.4178) between cores 9 (31.1220) and 18
(34.7563)
New loads : 9 (31.1301) and 18 (34.7482)
Swap chares 37 (7.5177) and 73 (12.4164) between cores 9 (31.1301) and 18
(34.7482)
New loads : 9 (36.0289) and 18 (29.8494)
Swap chares 75 (7.2903) and 39 (8.7025) between cores 18 (29.8494) and 9
(36.0289)
New loads : 18 (31.2616) and 9 (34.6167)
Swap chares 74 (7.4097) and 38 (7.4178) between cores 18 (31.2616) and 9
(34.6167)
New loads : 18 (31.2697) and 9 (34.6086)
Swap chares 73 (7.5177) and 37 (12.4164) between cores 18 (31.2697) and 9
(34.6086)
New loads : 18 (36.1684) and 9 (29.7099)
Swap chares 39 (7.2903) and 75 (8.7025) between cores 9 (29.7099) and 18
(36.1684)
New loads : 9 (31.1220) and 18 (34.7563)
Swap chares 38 (7.4097) and 74 (7.4178) between cores 9 (31.1220) and 18
(34.7563)
New loads : 9 (31.1301) and 18 (34.7482)
Swap chares 37 (7.5177) and 73 (12.4164) between cores 9 (31.1301) and 18
(34.7482)
New loads : 9 (36.0289) and 18 (29.8494)
Swap chares 75 (7.2903) and 39 (8.7025) between cores 18 (29.8494) and 9
(36.0289)
New loads : 18 (31.2616) and 9 (34.6167)
Swap chares 74 (7.4097) and 38 (7.4178) between cores 18 (31.2616) and 9
(34.6167)
New loads : 18 (31.2697) and 9 (34.6086)
Swap chares 73 (7.5177) and 37 (12.4164) between cores 18 (31.2697) and 9
(34.6086)
New loads : 18 (36.1684) and 9 (29.7099)
Swap chares 39 (7.2903) and 75 (8.7025) between cores 9 (29.7099) and 18
(36.1684)
New loads : 9 (31.1220) and 18 (34.7563)
Swap chares 38 (7.4097) and 74 (7.4178) between cores 9 (31.1220) and 18
(34.7563)
New loads : 9 (31.1301) and 18 (34.7482)
Swap chares 37 (7.5177) and 73 (12.4164) between cores 9 (31.1301) and 18
(34.7482)
New loads : 9 (36.0289) and 18 (29.8494)
Swap chares 75 (7.2903) and 39 (8.7025) between cores 18 (29.8494) and 9
(36.0289)
New loads : 18 (31.2616) and 9 (34.6167)
Swap chares 74 (7.4097) and 38 (7.4178) between cores 18 (31.2616) and 9
(34.6167)
New loads : 18 (31.2697) and 9 (34.6086)
Swap chares 73 (7.5177) and 37 (12.4164) between cores 18 (31.2697) and 9
(34.6086)
New loads : 18 (36.1684) and 9 (29.7099)
Swap chares 39 (7.2903) and 75 (8.7025) between cores 9 (29.7099) and 18
(36.1684)
New loads : 9 (31.1220) and 18 (34.7563)
Swap chares 38 (7.4097) and 74 (7.4178) between cores 9 (31.1220) and 18
(34.7563)
New loads : 9 (31.1301) and 18 (34.7482)
Swap chares 37 (7.5177) and 73 (12.4164) between cores 9 (31.1301) and 18
(34.7482)
New loads : 9 (36.0289) and 18 (29.8494)
=== 4 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 0 P#0 (0 chares)
=== 4 === Chare 980 (load 12.2723)

=== 4 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 4 === Chare from 1 P#1 (0 chares)
=== 4 === Chare 369 (load 12.5702)

=== 4 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 4 === Chare from 2 P#2 (0 chares)
=== 4 === Chare 320 (load 11.8841)

=== 4 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 4 === Chare from 3 P#3 (0 chares)
=== 4 === Chare 323 (load 11.9781)

=== 4 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 4 === Chare from 4 P#4 (0 chares)
=== 4 === Chare 297 (load 9.3629)

=== 4 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 4 === Chare from 5 P#5 (0 chares)
=== 4 === Chare 935 (load 9.2429)

=== 4 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 4 === Chare from 6 P#6 (0 chares)
=== 4 === Chare 370 (load 10.8743)

=== 4 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 4 === Chare from 7 P#7 (0 chares)
=== 4 === Chare 946 (load 10.5938)

=== 4 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 4 === Chare from 8 P#8 (0 chares)
=== 4 === Chare 976 (load 11.0120)

=== 4 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 9 P#9 (0 chares)
=== 4 === Chare 978 (load 12.4164)

=== 4 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 10 P#10 (0 chares)
=== 4 === Chare 659 (load 10.9958)

=== 4 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 11 P#11 (0 chares)
=== 4 === Chare 869 (load 9.0438)

=== 4 === Less loaded core 12 P#18202784 (0 chares, load: 0.0000)
=== 4 === Chare from 12 P#12 (0 chares)
=== 4 === Chare 322 (load 10.9082)

=== 4 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 13 P#13 (0 chares)
=== 4 === Chare 877 (load 8.6367)

=== 4 === Less loaded core 14 P#45413808 (0 chares, load: 0.0000)
=== 4 === Chare from 14 P#14 (0 chares)
=== 4 === Chare 487 (load 10.2012)

=== 4 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 15 P#15 (0 chares)
=== 4 === Chare 656 (load 11.9200)

=== 4 === Less loaded core 16 P#45412272 (0 chares, load: 0.0000)
=== 4 === Chare from 16 P#16 (0 chares)
=== 4 === Chare 203 (load 11.0927)

=== 4 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 17 P#17 (0 chares)
=== 4 === Chare 954 (load 10.7669)

=== 4 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 4 === Chare from 18 P#18 (0 chares)
=== 4 === Chare 953 (load 7.6318)

=== 4 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 19 P#19 (0 chares)
=== 4 === Chare 947 (load 10.8263)

=== 4 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 20 P#20 (0 chares)
=== 4 === Chare 645 (load 9.4601)

=== 4 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 21 P#21 (0 chares)
=== 4 === Chare 647 (load 10.2444)

=== 4 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 4 === Chare from 22 P#22 (0 chares)
=== 4 === Chare 944 (load 12.6058)

=== 4 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 4 === Chare from 23 P#23 (0 chares)
=== 4 === Chare 971 (load 9.1986)

=== 4 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 4 === Chare from 24 P#24 (0 chares)
=== 4 === Chare 876 (load 10.6002)

=== 4 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 4 === Chare from 25 P#25 (0 chares)
=== 4 === Chare 342 (load 9.9794)

=== 4 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 26 P#26 (0 chares)
=== 4 === Chare 483 (load 12.4509)

=== 4 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 4 === Chare from 27 P#27 (0 chares)
=== 4 === Chare 983 (load 12.4414)

=== 4 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 28 P#28 (0 chares)
=== 4 === Chare 371 (load 10.5917)

=== 4 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 29 P#29 (0 chares)
=== 4 === Chare 481 (load 11.0899)

=== 4 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 4 === Chare from 30 P#30 (0 chares)
=== 4 === Chare 321 (load 9.9278)

=== 4 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 4 === Chare from 31 P#31 (0 chares)
=== 4 === Chare 975 (load 9.2115)

=== 4 === Less loaded core 18 P#32 (1 chares, load: 7.6318)
=== 4 === Chare from 18 P#18 (1 chares)
=== 4 === Chare 312 (load 7.5177)

=== 4 === Less loaded core 13 P#0 (1 chares, load: 8.6367)
=== 4 === Chare from 13 P#13 (1 chares)
=== 4 === Chare 480 (load 8.3836)

=== 4 === Less loaded core 11 P#0 (1 chares, load: 9.0438)
=== 4 === Chare from 11 P#11 (1 chares)
=== 4 === Chare 707 (load 8.1343)

=== 4 === Less loaded core 23 P#23 (1 chares, load: 9.1986)
=== 4 === Chare from 23 P#23 (1 chares)
=== 4 === Chare 981 (load 8.3393)

=== 4 === Less loaded core 31 P#32767 (1 chares, load: 9.2115)
=== 4 === Chare from 31 P#31 (1 chares)
=== 4 === Chare 952 (load 7.5287)

=== 4 === Less loaded core 5 P#3 (1 chares, load: 9.2429)
=== 4 === Chare from 5 P#5 (1 chares)
=== 4 === Chare 315 (load 9.1406)

=== 4 === Less loaded core 4 P#1 (1 chares, load: 9.3629)
=== 4 === Chare from 4 P#4 (1 chares)
=== 4 === Chare 807 (load 9.2784)

=== 4 === Less loaded core 20 P#0 (1 chares, load: 9.4601)
=== 4 === Chare from 20 P#20 (1 chares)
=== 4 === Chare 452 (load 9.3850)

=== 4 === Less loaded core 30 P#-78976 (1 chares, load: 9.9278)
=== 4 === Chare from 30 P#30 (1 chares)
=== 4 === Chare 825 (load 7.5493)

=== 4 === Less loaded core 25 P#32767 (1 chares, load: 9.9794)
=== 4 === Chare from 25 P#25 (1 chares)
=== 4 === Chare 984 (load 7.5824)

=== 4 === Less loaded core 14 P#45413808 (1 chares, load: 10.2012)
=== 4 === Chare from 14 P#14 (1 chares)
=== 4 === Chare 810 (load 8.2576)

=== 4 === Less loaded core 21 P#0 (1 chares, load: 10.2444)
=== 4 === Chare from 21 P#21 (1 chares)
=== 4 === Chare 868 (load 8.0359)

=== 4 === Less loaded core 28 P#-1610612736 (1 chares, load: 10.5917)
=== 4 === Chare from 28 P#28 (1 chares)
=== 4 === Chare 826 (load 7.4477)

=== 4 === Less loaded core 7 P#7 (1 chares, load: 10.5938)
=== 4 === Chare from 7 P#7 (1 chares)
=== 4 === Chare 974 (load 7.3652)

=== 4 === Less loaded core 24 P#24 (1 chares, load: 10.6002)
=== 4 === Chare from 24 P#24 (1 chares)
=== 4 === Chare 368 (load 8.4595)

=== 4 === Less loaded core 17 P#0 (1 chares, load: 10.7669)
=== 4 === Chare from 17 P#17 (1 chares)
=== 4 === Chare 977 (load 8.8480)

=== 4 === Less loaded core 19 P#0 (1 chares, load: 10.8263)
=== 4 === Chare from 19 P#19 (1 chares)
=== 4 === Chare 973 (load 7.3709)

=== 4 === Less loaded core 6 P#5 (1 chares, load: 10.8743)
=== 4 === Chare from 6 P#6 (1 chares)
=== 4 === Chare 657 (load 8.2284)

=== 4 === Less loaded core 12 P#18202784 (1 chares, load: 10.9082)
=== 4 === Chare from 12 P#12 (1 chares)
=== 4 === Chare 982 (load 8.1504)

=== 4 === Less loaded core 10 P#0 (1 chares, load: 10.9958)
=== 4 === Chare from 10 P#10 (1 chares)
=== 4 === Chare 811 (load 7.5360)

=== 4 === Less loaded core 8 P#9346032 (1 chares, load: 11.0120)
=== 4 === Chare from 8 P#8 (1 chares)
=== 4 === Chare 299 (load 7.6042)

=== 4 === Less loaded core 29 P#1076243980 (1 chares, load: 11.0899)
=== 4 === Chare from 29 P#29 (1 chares)
=== 4 === Chare 988 (load 7.3848)

=== 4 === Less loaded core 16 P#45412272 (1 chares, load: 11.0927)
=== 4 === Chare from 16 P#16 (1 chares)
=== 4 === Chare 932 (load 7.4333)

=== 4 === Less loaded core 2 P#4 (1 chares, load: 11.8841)
=== 4 === Chare from 2 P#2 (1 chares)
=== 4 === Chare 692 (load 7.3334)

=== 4 === Less loaded core 15 P#0 (1 chares, load: 11.9200)
=== 4 === Chare from 15 P#15 (1 chares)
=== 4 === Chare 919 (load 7.4178)

=== 4 === Less loaded core 3 P#6 (1 chares, load: 11.9781)
=== 4 === Chare from 3 P#3 (1 chares)
=== 4 === Chare 918 (load 7.4591)

=== 4 === Less loaded core 0 P#0 (1 chares, load: 12.2723)
=== 4 === Chare from 0 P#0 (1 chares)
=== 4 === Chare 453 (load 7.6017)

=== 4 === Less loaded core 9 P#0 (1 chares, load: 12.4164)
=== 4 === Chare from 9 P#9 (1 chares)
=== 4 === Chare 878 (load 8.7025)

=== 4 === Less loaded core 27 P#32767 (1 chares, load: 12.4414)
=== 4 === Chare from 27 P#27 (1 chares)
=== 4 === Chare 773 (load 7.4804)

=== 4 === Less loaded core 26 P#1 (1 chares, load: 12.4509)
=== 4 === Chare from 26 P#26 (1 chares)
=== 4 === Chare 646 (load 7.4482)

=== 4 === Less loaded core 1 P#2 (1 chares, load: 12.5702)
=== 4 === Chare from 1 P#1 (1 chares)
=== 4 === Chare 805 (load 7.4146)

=== 4 === Less loaded core 22 P#22 (1 chares, load: 12.6058)
=== 4 === Chare from 22 P#22 (1 chares)
=== 4 === Chare 824 (load 7.4495)

=== 4 === Less loaded core 18 P#32 (2 chares, load: 15.1494)
=== 4 === Chare from 18 P#18 (2 chares)
=== 4 === Chare 809 (load 7.4097)

=== 4 === Less loaded core 31 P#32767 (2 chares, load: 16.7402)
=== 4 === Chare from 31 P#31 (2 chares)
=== 4 === Chare 957 (load 7.5041)

=== 4 === Less loaded core 13 P#0 (2 chares, load: 17.0202)
=== 4 === Chare from 13 P#13 (2 chares)
=== 4 === Chare 685 (load 7.4323)

=== 4 === Less loaded core 11 P#0 (2 chares, load: 17.1781)
=== 4 === Chare from 11 P#11 (2 chares)
=== 4 === Chare 684 (load 7.5955)

=== 4 === Less loaded core 30 P#-78976 (2 chares, load: 17.4771)
=== 4 === Chare from 30 P#30 (2 chares)
=== 4 === Chare 959 (load 7.4067)

=== 4 === Less loaded core 23 P#23 (2 chares, load: 17.5379)
=== 4 === Chare from 23 P#23 (2 chares)
=== 4 === Chare 704 (load 7.2852)

=== 4 === Less loaded core 25 P#32767 (2 chares, load: 17.5618)
=== 4 === Chare from 25 P#25 (2 chares)
=== 4 === Chare 985 (load 7.5369)

=== 4 === Less loaded core 7 P#7 (2 chares, load: 17.9590)
=== 4 === Chare from 7 P#7 (2 chares)
=== 4 === Chare 706 (load 6.9552)

=== 4 === Less loaded core 28 P#-805306368 (2 chares, load: 18.0393)
=== 4 === Chare from 28 P#28 (2 chares)
=== 4 === Chare 827 (load 7.4355)

=== 4 === Less loaded core 19 P#0 (2 chares, load: 18.1972)
=== 4 === Chare from 19 P#19 (2 chares)
=== 4 === Chare 972 (load 7.3708)

=== 4 === Less loaded core 21 P#0 (2 chares, load: 18.2803)
=== 4 === Chare from 21 P#21 (2 chares)
=== 4 === Chare 644 (load 7.8149)

=== 4 === Less loaded core 5 P#3 (2 chares, load: 18.3835)
=== 4 === Chare from 5 P#5 (2 chares)
=== 4 === Chare 313 (load 7.0044)

=== 4 === Less loaded core 14 P#45413808 (2 chares, load: 18.4588)
=== 4 === Chare from 14 P#14 (2 chares)
=== 4 === Chare 917 (load 7.3623)

=== 4 === Less loaded core 29 P#1077049733 (2 chares, load: 18.4747)
=== 4 === Chare from 29 P#29 (2 chares)
=== 4 === Chare 991 (load 7.3352)

=== 4 === Less loaded core 16 P#45412272 (2 chares, load: 18.5260)
=== 4 === Chare from 16 P#16 (2 chares)
=== 4 === Chare 958 (load 7.3979)

=== 4 === Less loaded core 10 P#0 (2 chares, load: 18.5318)
=== 4 === Chare from 10 P#10 (2 chares)
=== 4 === Chare 934 (load 7.4929)

=== 4 === Less loaded core 8 P#9346032 (2 chares, load: 18.6162)
=== 4 === Chare from 8 P#8 (2 chares)
=== 4 === Chare 806 (load 7.4962)

=== 4 === Less loaded core 4 P#1 (2 chares, load: 18.6413)
=== 4 === Chare from 4 P#4 (2 chares)
=== 4 === Chare 296 (load 6.9551)

=== 4 === Less loaded core 20 P#0 (2 chares, load: 18.8451)
=== 4 === Chare from 20 P#20 (2 chares)
=== 4 === Chare 201 (load 8.5409)

=== 4 === Less loaded core 12 P#18202784 (2 chares, load: 19.0587)
=== 4 === Chare from 12 P#12 (2 chares)
=== 4 === Chare 986 (load 7.3267)

=== 4 === Less loaded core 24 P#24 (2 chares, load: 19.0597)
=== 4 === Chare from 24 P#24 (2 chares)
=== 4 === Chare 774 (load 7.3556)

=== 4 === Less loaded core 6 P#5 (2 chares, load: 19.1026)
=== 4 === Chare from 6 P#6 (2 chares)
=== 4 === Chare 879 (load 7.8034)

=== 4 === Less loaded core 2 P#4 (2 chares, load: 19.2175)
=== 4 === Chare from 2 P#2 (2 chares)
=== 4 === Chare 454 (load 7.3044)

=== 4 === Less loaded core 15 P#0 (2 chares, load: 19.3378)
=== 4 === Chare from 15 P#15 (2 chares)
=== 4 === Chare 916 (load 7.2794)

=== 4 === Less loaded core 3 P#6 (2 chares, load: 19.4372)
=== 4 === Chare from 3 P#3 (2 chares)
=== 4 === Chare 485 (load 7.3433)

=== 4 === Less loaded core 17 P#0 (2 chares, load: 19.6148)
=== 4 === Chare from 17 P#17 (2 chares)
=== 4 === Chare 997 (load 7.4314)

=== 4 === Less loaded core 0 P#0 (2 chares, load: 19.8740)
=== 4 === Chare from 0 P#0 (2 chares)
=== 4 === Chare 956 (load 7.4318)

=== 4 === Less loaded core 26 P#2 (2 chares, load: 19.8991)
=== 4 === Chare from 26 P#26 (2 chares)
=== 4 === Chare 686 (load 7.2679)

=== 4 === Less loaded core 27 P#32767 (2 chares, load: 19.9218)
=== 4 === Chare from 27 P#27 (2 chares)
=== 4 === Chare 486 (load 7.3333)

=== 4 === Less loaded core 1 P#2 (2 chares, load: 19.9848)
=== 4 === Chare from 1 P#1 (2 chares)
=== 4 === Chare 484 (load 7.3469)

=== 4 === Less loaded core 22 P#22 (2 chares, load: 20.0553)
=== 4 === Chare from 22 P#22 (2 chares)
=== 4 === Chare 989 (load 7.3252)

=== 4 === Less loaded core 9 P#0 (2 chares, load: 21.1189)
=== 4 === Chare from 9 P#9 (2 chares)
=== 4 === Chare 804 (load 7.4922)

=== 4 === Less loaded core 18 P#32 (3 chares, load: 22.5591)
=== 4 === Chare from 18 P#18 (3 chares)
=== 4 === Chare 772 (load 7.2903)

=== 4 === Less loaded core 31 P#32767 (3 chares, load: 24.2443)
=== 4 === Chare from 31 P#31 (3 chares)
=== 4 === Chare 955 (load 7.3955)

=== 4 === Less loaded core 13 P#0 (3 chares, load: 24.4526)
=== 4 === Chare from 13 P#13 (3 chares)
=== 4 === Chare 871 (load 7.3249)

=== 4 === Less loaded core 11 P#0 (3 chares, load: 24.7736)
=== 4 === Chare from 11 P#11 (3 chares)
=== 4 === Chare 968 (load 7.5125)

=== 4 === Less loaded core 23 P#23 (3 chares, load: 24.8231)
=== 4 === Chare from 23 P#23 (3 chares)
=== 4 === Chare 969 (load 7.1243)

=== 4 === Less loaded core 30 P#-78976 (3 chares, load: 24.8839)
=== 4 === Chare from 30 P#30 (3 chares)
=== 4 === Chare 979 (load 7.3540)

=== 4 === Less loaded core 7 P#7 (3 chares, load: 24.9141)
=== 4 === Chare from 7 P#7 (3 chares)
=== 4 === Chare 705 (load 6.8513)

=== 4 === Less loaded core 25 P#32767 (3 chares, load: 25.0987)
=== 4 === Chare from 25 P#25 (3 chares)
=== 4 === Chare 340 (load 7.2260)

=== 4 === Less loaded core 5 P#3 (3 chares, load: 25.3880)
=== 4 === Chare from 5 P#5 (3 chares)
=== 4 === Chare 314 (load 6.9050)

=== 4 === Less loaded core 28 P#-1342177280 (3 chares, load: 25.4749)
=== 4 === Chare from 28 P#28 (3 chares)
=== 4 === Chare 694 (load 7.3237)

=== 4 === Less loaded core 19 P#0 (3 chares, load: 25.5680)
=== 4 === Chare from 19 P#19 (3 chares)
=== 4 === Chare 998 (load 7.2140)

=== 4 === Less loaded core 4 P#1 (3 chares, load: 25.5964)
=== 4 === Chare from 4 P#4 (3 chares)
=== 4 === Chare 341 (load 6.6231)

=== 4 === Less loaded core 29 P#1077530454 (3 chares, load: 25.8099)
=== 4 === Chare from 29 P#29 (3 chares)
=== 4 === Chare 990 (load 7.2364)

=== 4 === Less loaded core 14 P#45413808 (3 chares, load: 25.8212)
=== 4 === Chare from 14 P#14 (3 chares)
=== 4 === Chare 658 (load 7.3621)

=== 4 === Less loaded core 16 P#45412272 (3 chares, load: 25.9239)
=== 4 === Chare from 16 P#16 (3 chares)
=== 4 === Chare 996 (load 7.3935)

=== 4 === Less loaded core 10 P#0 (3 chares, load: 26.0247)
=== 4 === Chare from 10 P#10 (3 chares)
=== 4 === Chare 808 (load 7.4471)

=== 4 === Less loaded core 21 P#0 (3 chares, load: 26.0952)
=== 4 === Chare from 21 P#21 (3 chares)
=== 4 === Chare 970 (load 7.1959)

=== 4 === Less loaded core 8 P#9346032 (3 chares, load: 26.1124)
=== 4 === Chare from 8 P#8 (3 chares)
=== 4 === Chare 455 (load 7.3861)

=== 4 === Less loaded core 12 P#18202784 (3 chares, load: 26.3854)
=== 4 === Chare from 12 P#12 (3 chares)
=== 4 === Chare 695 (load 7.3042)

=== 4 === Less loaded core 24 P#24 (3 chares, load: 26.4152)
=== 4 === Chare from 24 P#24 (3 chares)
=== 4 === Chare 775 (load 7.2921)

=== 4 === Less loaded core 2 P#4 (3 chares, load: 26.5219)
=== 4 === Chare from 2 P#2 (3 chares)
=== 4 === Chare 987 (load 7.1912)

=== 4 === Less loaded core 15 P#0 (3 chares, load: 26.6172)
=== 4 === Chare from 15 P#15 (3 chares)
=== 4 === Chare 945 (load 7.2193)

=== 4 === Less loaded core 3 P#6 (3 chares, load: 26.7805)
=== 4 === Chare from 3 P#3 (3 chares)
=== 4 === Chare 933 (load 7.3055)

=== 4 === Less loaded core 6 P#5 (3 chares, load: 26.9060)
=== 4 === Chare from 6 P#6 (3 chares)
=== 4 === Chare 298 (load 6.9484)

=== 4 === Less loaded core 17 P#0 (3 chares, load: 27.0463)
=== 4 === Chare from 17 P#17 (3 chares)
=== 4 === Chare 687 (load 7.3247)

=== 4 === Less loaded core 26 P#3 (3 chares, load: 27.1669)
=== 4 === Chare from 26 P#26 (3 chares)
=== 4 === Chare 343 (load 6.6895)

=== 4 === Less loaded core 27 P#32767 (3 chares, load: 27.2551)
=== 4 === Chare from 27 P#27 (3 chares)
=== 4 === Chare 870 (load 6.8273)

=== 4 === Less loaded core 0 P#0 (3 chares, load: 27.3057)
=== 4 === Chare from 0 P#0 (3 chares)
=== 4 === Chare 202 (load 6.8238)

=== 4 === Less loaded core 1 P#2 (3 chares, load: 27.3317)
=== 4 === Chare from 1 P#1 (3 chares)
=== 4 === Chare 482 (load 7.2447)

=== 4 === Less loaded core 22 P#22 (3 chares, load: 27.3805)
=== 4 === Chare from 22 P#22 (3 chares)
=== 4 === Chare 999 (load 7.1656)

=== 4 === Less loaded core 20 P#0 (3 chares, load: 27.3859)
=== 4 === Chare from 20 P#20 (3 chares)
=== 4 === Chare 640 (load 6.6592)

=== 4 === Less loaded core 9 P#0 (3 chares, load: 28.6111)
=== 4 === Chare from 9 P#9 (3 chares)
=== 4 === Chare 693 (load 7.4178)

[DEBUG] GetBackPlacement from node 2
1 11.8843
15 11.8312
0 11.4431
12 9.6971
47 11.5013
118 9.4380
46 9.1787
45 7.3324
27 7.3236
55 7.3071
24 7.2826
79 7.0723
67 11.5379
35 9.5092
107 9.3630
99 7.2946
59 7.1477
57 7.1388
6 7.1100
98 6.9283
49 7.3466
51 7.2057
50 7.0786
78 7.0767
56 9.2447
11 9.1871
33 7.1064
58 7.0571
52 9.3022
65 9.2325
53 7.1750
54 7.1402
3 7.3444
2 7.3341
14 7.3262
13 7.2951
68 7.4324
69 7.3092
71 7.2104
70 7.1561
60 7.6870
61 7.4931
63 7.4303
62 7.3657
113 7.4947
112 7.4869
114 7.4347
115 7.3300
22 9.4442
28 8.0838
23 7.9446
29 7.3417
43 7.4109
40 7.3683
41 7.2941
42 7.2616
72 7.4665
75 7.4047
73 7.3941
74 7.3600
124 7.4243
125 7.4045
126 7.4007
127 7.3945
8 7.5276
83 7.3393
34 7.2294
4 6.9898
48 8.0828
104 7.3886
38 7.3810
82 7.2956
39 11.7691
16 11.4751
119 9.7097
84 8.2181
17 11.8992
18 9.5563
44 7.9548
26 7.0994
87 11.5883
76 9.3970
120 9.3592
25 7.8982
108 12.1040
95 11.8186
89 11.6624
109 9.8808
105 11.8192
80 11.6591
92 9.4253
88 8.0352
106 9.2266
111 7.6495
86 7.4347
81 7.3703
7 9.3083
97 9.2631
5 7.0423
9 7.0143
123 11.6784
121 11.5066
122 9.5707
93 7.1852
77 7.1435
19 6.7793
21 6.7456
30 6.7130
91 9.3974
110 7.0576
94 6.8276
31 6.6795
64 6.9508
66 6.9381
116 6.9224
10 6.8665
96 6.9648
85 6.9540
117 6.8169
103 6.7616
100 9.1961
102 6.9062
101 6.8737
20 6.7453
36 9.9784
32 9.2581
37 7.5896
90 6.9137
Core 0 load 44.8556
Core 1 load 37.4504
Core 2 load 28.9856
Core 3 load 37.7048
Core 4 load 28.3247
Core 5 load 28.7076
Core 6 load 32.5953
Core 7 load 32.8499
Core 8 load 29.2997
Core 9 load 29.1081
Core 10 load 29.9761
Core 11 load 29.7463
Core 12 load 32.8142
Core 13 load 29.3350
Core 14 load 29.6254
Core 15 load 29.6240
Core 16 load 29.0862
Core 17 load 30.1481
Core 18 load 41.1721
Core 19 load 36.5097
Core 20 load 38.2427
Core 21 load 45.4658
Core 22 load 40.9389
Core 23 load 31.6811
Core 24 load 32.6280
Core 25 load 39.9409
Core 26 load 27.3815
Core 27 load 29.9622
Core 28 load 27.6778
Core 29 load 27.4975
Core 30 load 29.7213
Core 31 load 33.7398
Avg load 32.8999 in [31.9129 ; 33.8869 ]
Swap chares 107 (6.7130) and 87 (9.8808) between cores 26 (27.3815) and 21
(45.4658)
New loads : 26 (30.5494) and 21 (42.2979)
Swap chares 119 (6.7616) and 3 (9.6971) between cores 29 (27.4975) and 0
(44.8556)
New loads : 29 (30.4329) and 0 (41.9202)
Swap chares 114 (6.9224) and 86 (11.6624) between cores 28 (27.6778) and 21
(42.2979)
New loads : 28 (32.4178) and 21 (37.5579)
Swap chares 18 (7.1100) and 2 (11.4431) between cores 4 (28.3247) and 0
(41.9202)
New loads : 4 (32.6577) and 0 (37.5871)
Swap chares 23 (7.0767) and 75 (8.2181) between cores 5 (28.7076) and 18
(41.1721)
New loads : 5 (29.8490) and 18 (40.0306)
Swap chares 11 (7.0723) and 91 (8.0352) between cores 2 (28.9856) and 22
(40.9389)
New loads : 2 (29.9486) and 22 (39.9759)
Swap chares 67 (6.9898) and 75 (7.0767) between cores 16 (29.0862) and 18
(40.0306)
New loads : 16 (29.1731) and 18 (39.9438)
Swap chares 38 (7.2104) and 90 (9.4253) between cores 9 (29.1081) and 22
(39.9759)
New loads : 9 (31.3230) and 22 (37.7610)
Swap chares 66 (7.2294) and 74 (9.7097) between cores 16 (29.1731) and 18
(39.9438)
New loads : 16 (31.6534) and 18 (37.4635)
Swap chares 34 (7.3262) and 102 (9.5707) between cores 8 (29.2997) and 25
(39.9409)
New loads : 8 (31.5443) and 25 (37.6963)
Swap chares 55 (7.2616) and 83 (7.8982) between cores 13 (29.3350) and 20
(38.2427)
New loads : 13 (29.9716) and 20 (37.6061)
Swap chares 61 (7.4045) and 89 (11.6591) between cores 15 (29.6240) and 22
(37.7610)
New loads : 15 (33.8786) and 22 (33.5064)
Swap chares 58 (7.3941) and 14 (9.3630) between cores 14 (29.6254) and 3
(37.7048)
New loads : 14 (31.5943) and 3 (35.7359)
Swap chares 123 (6.7453) and 103 (7.1852) between cores 30 (29.7213) and 25
(37.6963)
New loads : 30 (30.1612) and 25 (37.2564)
Swap chares 46 (7.4347) and 82 (9.3592) between cores 11 (29.7463) and 20
(37.6061)
New loads : 11 (31.6707) and 20 (35.6816)
Swap chares 22 (7.0786) and 2 (7.1100) between cores 5 (29.8490) and 0
(37.5871)
New loads : 5 (29.8804) and 0 (37.5557)
Swap chares 21 (7.2057) and 85 (11.8186) between cores 5 (29.8804) and 21
(37.5579)
New loads : 5 (34.4933) and 21 (32.9450)
Swap chares 9 (7.3071) and 1 (11.8312) between cores 2 (29.9486) and 0
(37.5557)
New loads : 2 (34.4726) and 0 (33.0317)
Swap chares 111 (6.6795) and 75 (6.9898) between cores 27 (29.9622) and 18
(37.4635)
New loads : 27 (30.2725) and 18 (37.1531)
Swap chares 54 (7.2941) and 6 (9.1787) between cores 13 (29.9716) and 1
(37.4504)
New loads : 13 (31.8562) and 1 (35.5658)
Swap chares 41 (7.4931) and 101 (11.5066) between cores 10 (29.9761) and 25
(37.2564)
New loads : 10 (33.9895) and 25 (33.2429)
Swap chares 69 (7.3886) and 73 (11.4751) between cores 17 (30.1481) and 18
(37.1531)
New loads : 17 (34.2346) and 18 (33.0666)
Swap chares 122 (6.8737) and 78 (7.9548) between cores 30 (30.1612) and 19
(36.5097)
New loads : 30 (31.2424) and 19 (35.4285)
Swap chares 111 (6.9898) and 15 (7.2946) between cores 27 (30.2725) and 3
(35.7359)
New loads : 27 (30.5772) and 3 (35.4311)
Swap chares 118 (6.8169) and 82 (7.4347) between cores 29 (30.4329) and 20
(35.6816)
New loads : 29 (31.0507) and 20 (35.0638)
Swap chares 106 (6.7456) and 6 (7.2941) between cores 26 (30.5494) and 1
(35.5658)
New loads : 26 (31.0978) and 1 (35.0173)
Swap chares 110 (6.8276) and 14 (7.3941) between cores 27 (30.5772) and 3
(35.4311)
New loads : 27 (31.1437) and 3 (34.8646)
Swap chares 117 (6.9540) and 77 (9.5563) between cores 29 (31.0507) and 19
(35.4285)
New loads : 29 (33.6529) and 19 (32.8263)
Swap chares 105 (6.7793) and 81 (9.3970) between cores 26 (31.0978) and 20
(35.0638)
New loads : 26 (33.7155) and 20 (32.4462)
Swap chares 111 (7.2946) and 7 (7.3324) between cores 27 (31.1437) and 1
(35.0173)
New loads : 27 (31.1815) and 1 (34.9795)
Swap chares 109 (7.0576) and 5 (9.4380) between cores 27 (31.1815) and 1
(34.9795)
New loads : 27 (33.5619) and 1 (32.5991)
Swap chares 121 (6.9062) and 13 (9.5092) between cores 30 (31.2424) and 3
(34.8646)
New loads : 30 (33.8454) and 3 (32.2616)
Swap chares 39 (7.1561) and 23 (8.2181) between cores 9 (31.3230) and 5
(34.4933)
New loads : 9 (32.3851) and 5 (33.4313)
Swap chares 35 (7.2951) and 11 (8.0352) between cores 8 (31.5443) and 2
(34.4726)
New loads : 8 (32.2844) and 2 (33.7325)
Swap chares 57 (7.4047) and 69 (11.4751) between cores 14 (31.5943) and 17
(34.2346)
New loads : 14 (35.6647) and 17 (30.1642)
Swap chares 71 (7.2956) and 59 (7.3600) between cores 17 (30.1642) and 14
(35.6647)
New loads : 17 (30.2285) and 14 (35.6003)
Swap chares 70 (7.3810) and 58 (9.3630) between cores 17 (30.2285) and 14
(35.6003)
New loads : 17 (32.2106) and 14 (33.6183)
Swap chares 67 (7.0767) and 43 (7.3657) between cores 16 (31.6534) and 10
(33.9895)
New loads : 16 (31.9424) and 10 (33.7005)
=== 2 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 0 P#0 (0 chares)
=== 2 === Chare 25 (load 11.8843)

=== 2 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 2 === Chare from 1 P#1 (0 chares)
=== 2 === Chare 283 (load 11.5013)

=== 2 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 2 === Chare from 2 P#2 (0 chares)
=== 2 === Chare 147 (load 11.8312)

=== 2 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 2 === Chare from 3 P#3 (0 chares)
=== 2 === Chare 475 (load 11.5379)

=== 2 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 2 === Chare from 4 P#4 (0 chares)
=== 2 === Chare 24 (load 11.4431)

=== 2 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 2 === Chare from 5 P#5 (0 chares)
=== 2 === Chare 587 (load 11.8186)

=== 2 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 2 === Chare from 6 P#6 (0 chares)
=== 2 === Chare 412 (load 9.2447)

=== 2 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 2 === Chare from 7 P#7 (0 chares)
=== 2 === Chare 392 (load 9.3022)

=== 2 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 2 === Chare from 8 P#8 (0 chares)
=== 2 === Chare 626 (load 9.5707)

=== 2 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 9 P#9 (0 chares)
=== 2 === Chare 584 (load 9.4253)

=== 2 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 10 P#10 (0 chares)
=== 2 === Chare 625 (load 11.5066)

=== 2 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 11 P#11 (0 chares)
=== 2 === Chare 624 (load 9.3592)

=== 2 === Less loaded core 12 P#95122912 (0 chares, load: 0.0000)
=== 2 === Chare from 12 P#12 (0 chares)
=== 2 === Chare 178 (load 9.4442)

=== 2 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 13 P#13 (0 chares)
=== 2 === Chare 282 (load 9.1787)

=== 2 === Less loaded core 14 P#45683920 (0 chares, load: 0.0000)
=== 2 === Chare from 14 P#14 (0 chares)
=== 2 === Chare 168 (load 11.4751)

=== 2 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 15 P#15 (0 chares)
=== 2 === Chare 544 (load 11.6591)

=== 2 === Less loaded core 16 P#45682384 (0 chares, load: 0.0000)
=== 2 === Chare from 16 P#16 (0 chares)
=== 2 === Chare 623 (load 9.7097)

=== 2 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 17 P#17 (0 chares)
=== 2 === Chare 611 (load 9.3630)

=== 2 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 2 === Chare from 18 P#18 (0 chares)
=== 2 === Chare 255 (load 11.7691)

=== 2 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 19 P#19 (0 chares)
=== 2 === Chare 169 (load 11.8992)

=== 2 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 20 P#20 (0 chares)
=== 2 === Chare 567 (load 11.5883)

=== 2 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 21 P#21 (0 chares)
=== 2 === Chare 612 (load 12.1040)

=== 2 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 2 === Chare from 22 P#22 (0 chares)
=== 2 === Chare 609 (load 11.8192)

=== 2 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 2 === Chare from 23 P#23 (0 chares)
=== 2 === Chare 610 (load 9.2266)

=== 2 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 2 === Chare from 24 P#24 (0 chares)
=== 2 === Chare 75 (load 9.3083)

=== 2 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 2 === Chare from 25 P#25 (0 chares)
=== 2 === Chare 627 (load 11.6784)

=== 2 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 26 P#26 (0 chares)
=== 2 === Chare 613 (load 9.8808)

=== 2 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 2 === Chare from 27 P#27 (0 chares)
=== 2 === Chare 622 (load 9.4380)

=== 2 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 28 P#28 (0 chares)
=== 2 === Chare 581 (load 11.6624)

=== 2 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 29 P#29 (0 chares)
=== 2 === Chare 144 (load 9.6971)

=== 2 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 2 === Chare from 30 P#30 (0 chares)
=== 2 === Chare 235 (load 9.5092)

=== 2 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 2 === Chare from 31 P#31 (0 chares)
=== 2 === Chare 252 (load 9.9784)

=== 2 === Less loaded core 13 P#0 (1 chares, load: 9.1787)
=== 2 === Chare from 13 P#13 (1 chares)
=== 2 === Chare 209 (load 7.8982)

=== 2 === Less loaded core 23 P#23 (1 chares, load: 9.2266)
=== 2 === Chare from 23 P#23 (1 chares)
=== 2 === Chare 615 (load 7.6495)

=== 2 === Less loaded core 6 P#5 (1 chares, load: 9.2447)
=== 2 === Chare from 6 P#6 (1 chares)
=== 2 === Chare 91 (load 9.1871)

=== 2 === Less loaded core 7 P#7 (1 chares, load: 9.3022)
=== 2 === Chare from 7 P#7 (1 chares)
=== 2 === Chare 473 (load 9.2325)

=== 2 === Less loaded core 24 P#24 (1 chares, load: 9.3083)
=== 2 === Chare from 24 P#24 (1 chares)
=== 2 === Chare 601 (load 9.2631)

=== 2 === Less loaded core 11 P#0 (1 chares, load: 9.3592)
=== 2 === Chare from 11 P#11 (1 chares)
=== 2 === Chare 617 (load 7.4947)

=== 2 === Less loaded core 17 P#0 (1 chares, load: 9.3630)
=== 2 === Chare from 17 P#17 (1 chares)
=== 2 === Chare 288 (load 8.0828)

=== 2 === Less loaded core 9 P#0 (1 chares, load: 9.4253)
=== 2 === Chare from 9 P#9 (1 chares)
=== 2 === Chare 564 (load 8.2181)

=== 2 === Less loaded core 27 P#32767 (1 chares, load: 9.4380)
=== 2 === Chare from 27 P#27 (1 chares)
=== 2 === Chare 583 (load 9.3974)

=== 2 === Less loaded core 12 P#95122912 (1 chares, load: 9.4442)
=== 2 === Chare from 12 P#12 (1 chares)
=== 2 === Chare 216 (load 8.0838)

=== 2 === Less loaded core 30 P#-78976 (1 chares, load: 9.5092)
=== 2 === Chare from 30 P#30 (1 chares)
=== 2 === Chare 604 (load 9.1961)

=== 2 === Less loaded core 8 P#9346032 (1 chares, load: 9.5707)
=== 2 === Chare from 8 P#8 (1 chares)
=== 2 === Chare 580 (load 8.0352)

=== 2 === Less loaded core 29 P#1076061412 (1 chares, load: 9.6971)
=== 2 === Chare from 29 P#29 (1 chares)
=== 2 === Chare 170 (load 9.5563)

=== 2 === Less loaded core 16 P#45682384 (1 chares, load: 9.7097)
=== 2 === Chare from 16 P#16 (1 chares)
=== 2 === Chare 88 (load 7.5276)

=== 2 === Less loaded core 26 P#1 (1 chares, load: 9.8808)
=== 2 === Chare from 26 P#26 (1 chares)
=== 2 === Chare 520 (load 9.3970)

=== 2 === Less loaded core 31 P#32767 (1 chares, load: 9.9784)
=== 2 === Chare from 31 P#31 (1 chares)
=== 2 === Chare 232 (load 9.2581)

=== 2 === Less loaded core 4 P#1 (1 chares, load: 11.4431)
=== 2 === Chare from 4 P#4 (1 chares)
=== 2 === Chare 415 (load 7.1477)

=== 2 === Less loaded core 14 P#45683920 (1 chares, load: 11.4751)
=== 2 === Chare from 14 P#14 (1 chares)
=== 2 === Chare 516 (load 7.4665)

=== 2 === Less loaded core 1 P#2 (1 chares, load: 11.5013)
=== 2 === Chare from 1 P#1 (1 chares)
=== 2 === Chare 603 (load 7.2946)

=== 2 === Less loaded core 10 P#0 (1 chares, load: 11.5066)
=== 2 === Chare from 10 P#10 (1 chares)
=== 2 === Chare 436 (load 7.6870)

=== 2 === Less loaded core 3 P#6 (1 chares, load: 11.5379)
=== 2 === Chare from 3 P#3 (1 chares)
=== 2 === Chare 72 (load 6.9898)

=== 2 === Less loaded core 20 P#0 (1 chares, load: 11.5883)
=== 2 === Chare from 20 P#20 (1 chares)
=== 2 === Chare 262 (load 7.2616)

=== 2 === Less loaded core 15 P#0 (1 chares, load: 11.6591)
=== 2 === Chare from 15 P#15 (1 chares)
=== 2 === Chare 632 (load 7.4243)

=== 2 === Less loaded core 28 P#-268435456 (1 chares, load: 11.6624)
=== 2 === Chare from 28 P#28 (1 chares)
=== 2 === Chare 472 (load 6.9508)

=== 2 === Less loaded core 25 P#32767 (1 chares, load: 11.6784)
=== 2 === Chare from 25 P#25 (1 chares)
=== 2 === Chare 437 (load 7.4931)

=== 2 === Less loaded core 18 P#32 (1 chares, load: 11.7691)
=== 2 === Chare from 18 P#18 (1 chares)
=== 2 === Chare 608 (load 7.3886)

=== 2 === Less loaded core 5 P#3 (1 chares, load: 11.8186)
=== 2 === Chare from 5 P#5 (1 chares)
=== 2 === Chare 289 (load 7.3466)

=== 2 === Less loaded core 22 P#22 (1 chares, load: 11.8192)
=== 2 === Chare from 22 P#22 (1 chares)
=== 2 === Chare 633 (load 7.4045)

=== 2 === Less loaded core 2 P#4 (1 chares, load: 11.8312)
=== 2 === Chare from 2 P#2 (1 chares)
=== 2 === Chare 211 (load 7.3236)

=== 2 === Less loaded core 0 P#0 (1 chares, load: 11.8843)
=== 2 === Chare from 0 P#0 (1 chares)
=== 2 === Chare 395 (load 7.3071)

=== 2 === Less loaded core 19 P#0 (1 chares, load: 11.8992)
=== 2 === Chare from 19 P#19 (1 chares)
=== 2 === Chare 210 (load 7.0994)

=== 2 === Less loaded core 21 P#0 (1 chares, load: 12.1040)
=== 2 === Chare from 21 P#21 (1 chares)
=== 2 === Chare 291 (load 7.2057)

=== 2 === Less loaded core 11 P#0 (2 chares, load: 16.8539)
=== 2 === Chare from 11 P#11 (2 chares)
=== 2 === Chare 616 (load 7.4869)

=== 2 === Less loaded core 23 P#23 (2 chares, load: 16.8761)
=== 2 === Chare from 23 P#23 (2 chares)
=== 2 === Chare 566 (load 7.4347)

=== 2 === Less loaded core 13 P#0 (2 chares, load: 17.0770)
=== 2 === Chare from 13 P#13 (2 chares)
=== 2 === Chare 263 (load 7.4109)

=== 2 === Less loaded core 16 P#45682384 (2 chares, load: 17.2374)
=== 2 === Chare from 16 P#16 (2 chares)
=== 2 === Chare 438 (load 7.3657)

=== 2 === Less loaded core 17 P#0 (2 chares, load: 17.4459)
=== 2 === Chare from 17 P#17 (2 chares)
=== 2 === Chare 519 (load 7.4047)

=== 2 === Less loaded core 12 P#95122912 (2 chares, load: 17.5280)
=== 2 === Chare from 12 P#12 (2 chares)
=== 2 === Chare 179 (load 7.9446)

=== 2 === Less loaded core 8 P#9346032 (2 chares, load: 17.6059)
=== 2 === Chare from 8 P#8 (2 chares)
=== 2 === Chare 27 (load 7.3444)

=== 2 === Less loaded core 9 P#0 (2 chares, load: 17.6434)
=== 2 === Chare from 9 P#9 (2 chares)
=== 2 === Chare 512 (load 7.4324)

=== 2 === Less loaded core 6 P#5 (2 chares, load: 18.4318)
=== 2 === Chare from 6 P#6 (2 chares)
=== 2 === Chare 233 (load 7.1064)

=== 2 === Less loaded core 3 P#6 (2 chares, load: 18.5278)
=== 2 === Chare from 3 P#3 (2 chares)
=== 2 === Chare 606 (load 6.9062)

=== 2 === Less loaded core 7 P#7 (2 chares, load: 18.5347)
=== 2 === Chare from 7 P#7 (2 chares)
=== 2 === Chare 393 (load 7.1750)

=== 2 === Less loaded core 24 P#24 (2 chares, load: 18.5713)
=== 2 === Chare from 24 P#24 (2 chares)
=== 2 === Chare 73 (load 7.0423)

=== 2 === Less loaded core 4 P#1 (2 chares, load: 18.5907)
=== 2 === Chare from 4 P#4 (2 chares)
=== 2 === Chare 413 (load 7.1388)

=== 2 === Less loaded core 28 P#-67108864 (2 chares, load: 18.6132)
=== 2 === Chare from 28 P#28 (2 chares)
=== 2 === Chare 474 (load 6.9381)

=== 2 === Less loaded core 30 P#-78976 (2 chares, load: 18.7053)
=== 2 === Chare from 30 P#30 (2 chares)
=== 2 === Chare 280 (load 7.9548)

=== 2 === Less loaded core 1 P#2 (2 chares, load: 18.7959)
=== 2 === Chare from 1 P#1 (2 chares)
=== 2 === Chare 614 (load 7.0576)

=== 2 === Less loaded core 27 P#32767 (2 chares, load: 18.8354)
=== 2 === Chare from 27 P#27 (2 chares)
=== 2 === Chare 517 (load 7.3941)

=== 2 === Less loaded core 20 P#0 (2 chares, load: 18.8499)
=== 2 === Chare from 20 P#20 (2 chares)
=== 2 === Chare 621 (load 6.8169)

=== 2 === Less loaded core 14 P#45683920 (2 chares, load: 18.9417)
=== 2 === Chare from 14 P#14 (2 chares)
=== 2 === Chare 254 (load 7.3810)

=== 2 === Less loaded core 19 P#0 (2 chares, load: 18.9986)
=== 2 === Chare from 19 P#19 (2 chares)
=== 2 === Chare 565 (load 6.9540)

=== 2 === Less loaded core 15 P#0 (2 chares, load: 19.0835)
=== 2 === Chare from 15 P#15 (2 chares)
=== 2 === Chare 634 (load 7.4007)

=== 2 === Less loaded core 2 P#4 (2 chares, load: 19.1548)
=== 2 === Chare from 2 P#2 (2 chares)
=== 2 === Chare 145 (load 7.2951)

=== 2 === Less loaded core 18 P#32 (2 chares, load: 19.1577)
=== 2 === Chare from 18 P#18 (2 chares)
=== 2 === Chare 234 (load 7.2294)

=== 2 === Less loaded core 5 P#3 (2 chares, load: 19.1652)
=== 2 === Chare from 5 P#5 (2 chares)
=== 2 === Chare 514 (load 7.1561)

=== 2 === Less loaded core 25 P#32767 (2 chares, load: 19.1715)
=== 2 === Chare from 25 P#25 (2 chares)
=== 2 === Chare 146 (load 7.3262)

=== 2 === Less loaded core 0 P#0 (2 chares, load: 19.1914)
=== 2 === Chare from 0 P#0 (2 chares)
=== 2 === Chare 290 (load 7.0786)

=== 2 === Less loaded core 10 P#0 (2 chares, load: 19.1936)
=== 2 === Chare from 10 P#10 (2 chares)
=== 2 === Chare 439 (load 7.4303)

=== 2 === Less loaded core 22 P#22 (2 chares, load: 19.2237)
=== 2 === Chare from 22 P#22 (2 chares)
=== 2 === Chare 515 (load 7.2104)

=== 2 === Less loaded core 31 P#32767 (2 chares, load: 19.2365)
=== 2 === Chare from 31 P#31 (2 chares)
=== 2 === Chare 253 (load 7.5896)

=== 2 === Less loaded core 29 P#1077100762 (2 chares, load: 19.2533)
=== 2 === Chare from 29 P#29 (2 chares)
=== 2 === Chare 618 (load 7.4347)

=== 2 === Less loaded core 26 P#2 (2 chares, load: 19.2778)
=== 2 === Chare from 26 P#26 (2 chares)
=== 2 === Chare 261 (load 7.2941)

=== 2 === Less loaded core 21 P#0 (2 chares, load: 19.3097)
=== 2 === Chare from 21 P#21 (2 chares)
=== 2 === Chare 620 (load 6.9224)

=== 2 === Less loaded core 23 P#23 (3 chares, load: 24.3108)
=== 2 === Chare from 23 P#23 (3 chares)
=== 2 === Chare 545 (load 7.3703)

=== 2 === Less loaded core 11 P#0 (3 chares, load: 24.3407)
=== 2 === Chare from 11 P#11 (3 chares)
=== 2 === Chare 619 (load 7.3300)

=== 2 === Less loaded core 13 P#0 (3 chares, load: 24.4879)
=== 2 === Chare from 13 P#13 (3 chares)
=== 2 === Chare 260 (load 7.3683)

=== 2 === Less loaded core 16 P#45682384 (3 chares, load: 24.6031)
=== 2 === Chare from 16 P#16 (3 chares)
=== 2 === Chare 547 (load 7.3393)

=== 2 === Less loaded core 17 P#0 (3 chares, load: 24.8505)
=== 2 === Chare from 17 P#17 (3 chares)
=== 2 === Chare 518 (load 7.3600)

=== 2 === Less loaded core 8 P#9346032 (3 chares, load: 24.9503)
=== 2 === Chare from 8 P#8 (3 chares)
=== 2 === Chare 26 (load 7.3341)

=== 2 === Less loaded core 9 P#0 (3 chares, load: 25.0759)
=== 2 === Chare from 9 P#9 (3 chares)
=== 2 === Chare 513 (load 7.3092)

=== 2 === Less loaded core 3 P#6 (3 chares, load: 25.4340)
=== 2 === Chare from 3 P#3 (3 chares)
=== 2 === Chare 586 (load 6.8276)

=== 2 === Less loaded core 12 P#95122912 (3 chares, load: 25.4725)
=== 2 === Chare from 12 P#12 (3 chares)
=== 2 === Chare 217 (load 7.3417)

=== 2 === Less loaded core 6 P#5 (3 chares, load: 25.5382)
=== 2 === Chare from 6 P#6 (3 chares)
=== 2 === Chare 414 (load 7.0571)

=== 2 === Less loaded core 28 P#872415232 (3 chares, load: 25.5513)
=== 2 === Chare from 28 P#28 (3 chares)
=== 2 === Chare 90 (load 6.8665)

=== 2 === Less loaded core 24 P#24 (3 chares, load: 25.6136)
=== 2 === Chare from 24 P#24 (3 chares)
=== 2 === Chare 89 (load 7.0143)

=== 2 === Less loaded core 20 P#0 (3 chares, load: 25.6669)
=== 2 === Chare from 20 P#20 (3 chares)
=== 2 === Chare 171 (load 6.7793)

=== 2 === Less loaded core 7 P#7 (3 chares, load: 25.7097)
=== 2 === Chare from 7 P#7 (3 chares)
=== 2 === Chare 394 (load 7.1402)

=== 2 === Less loaded core 4 P#1 (3 chares, load: 25.7295)
=== 2 === Chare from 4 P#4 (3 chares)
=== 2 === Chare 602 (load 6.9283)

=== 2 === Less loaded core 1 P#2 (3 chares, load: 25.8535)
=== 2 === Chare from 1 P#1 (3 chares)
=== 2 === Chare 177 (load 6.7456)

=== 2 === Less loaded core 19 P#0 (3 chares, load: 25.9526)
=== 2 === Chare from 19 P#19 (3 chares)
=== 2 === Chare 605 (load 6.8737)

=== 2 === Less loaded core 27 P#32767 (3 chares, load: 26.2296)
=== 2 === Chare from 27 P#27 (3 chares)
=== 2 === Chare 281 (load 7.3324)

=== 2 === Less loaded core 21 P#0 (3 chares, load: 26.2320)
=== 2 === Chare from 21 P#21 (3 chares)
=== 2 === Chare 218 (load 6.7130)

=== 2 === Less loaded core 0 P#0 (3 chares, load: 26.2700)
=== 2 === Chare from 0 P#0 (3 chares)
=== 2 === Chare 607 (load 6.7616)

=== 2 === Less loaded core 5 P#3 (3 chares, load: 26.3213)
=== 2 === Chare from 5 P#5 (3 chares)
=== 2 === Chare 74 (load 7.1100)

=== 2 === Less loaded core 14 P#45683920 (3 chares, load: 26.3227)
=== 2 === Chare from 14 P#14 (3 chares)
=== 2 === Chare 546 (load 7.2956)

=== 2 === Less loaded core 18 P#32 (3 chares, load: 26.3871)
=== 2 === Chare from 18 P#18 (3 chares)
=== 2 === Chare 219 (load 6.6795)

=== 2 === Less loaded core 22 P#22 (3 chares, load: 26.4340)
=== 2 === Chare from 22 P#22 (3 chares)
=== 2 === Chare 523 (load 7.0723)

=== 2 === Less loaded core 2 P#4 (3 chares, load: 26.4498)
=== 2 === Chare from 2 P#2 (3 chares)
=== 2 === Chare 208 (load 7.2826)

=== 2 === Less loaded core 15 P#0 (3 chares, load: 26.4841)
=== 2 === Chare from 15 P#15 (3 chares)
=== 2 === Chare 635 (load 7.3945)

=== 2 === Less loaded core 25 P#32767 (3 chares, load: 26.4976)
=== 2 === Chare from 25 P#25 (3 chares)
=== 2 === Chare 176 (load 6.7453)

=== 2 === Less loaded core 26 P#3 (3 chares, load: 26.5719)
=== 2 === Chare from 26 P#26 (3 chares)
=== 2 === Chare 521 (load 7.1435)

=== 2 === Less loaded core 10 P#0 (3 chares, load: 26.6238)
=== 2 === Chare from 10 P#10 (3 chares)
=== 2 === Chare 522 (load 7.0767)

=== 2 === Less loaded core 30 P#-78976 (3 chares, load: 26.6602)
=== 2 === Chare from 30 P#30 (3 chares)
=== 2 === Chare 585 (load 7.1852)

=== 2 === Less loaded core 29 P#1077588003 (3 chares, load: 26.6880)
=== 2 === Chare from 29 P#29 (3 chares)
=== 2 === Chare 600 (load 6.9648)

=== 2 === Less loaded core 31 P#32767 (3 chares, load: 26.8261)
=== 2 === Chare from 31 P#31 (3 chares)
=== 2 === Chare 582 (load 6.9137)

[DEBUG] GetBackPlacement from node 6
28 9.3266
22 6.9523
0 6.9218
17 6.8107
61 7.0374
62 6.9757
92 6.9111
63 6.8960
25 6.9761
26 6.9245
7 6.8855
24 6.8630
15 10.9916
12 8.7784
13 7.1338
77 6.9752
108 6.9516
18 6.8562
1 6.8539
118 6.8005
52 6.9205
53 6.8763
43 6.8135
90 6.8122
8 9.3419
19 9.1555
35 9.1033
38 9.0847
49 8.5869
93 6.9909
51 6.8975
50 6.6540
2 11.7203
6 10.6825
103 9.9532
119 8.3979
100 8.3359
33 7.0445
101 7.0201
37 6.8912
102 11.6302
72 10.6825
47 10.5830
57 8.5287
73 8.3971
99 7.2350
75 6.9767
125 6.8800
40 8.7869
32 6.9415
36 6.8145
39 6.7135
46 8.2613
116 6.9266
66 6.8384
86 6.8084
76 6.9959
79 6.9835
54 6.9466
87 6.8966
113 7.0511
89 6.9096
105 6.8542
106 6.7774
4 9.3115
27 9.2350
3 9.1006
111 6.6141
11 6.7981
9 6.7922
34 6.6127
10 6.5796
58 6.8288
16 6.8278
91 6.8001
69 6.7929
88 8.9778
56 8.9563
107 8.8009
71 8.7627
5 6.7424
95 6.6978
98 6.6498
97 6.5961
21 9.0617
14 8.9963
55 8.9561
78 8.9522
29 7.0219
30 6.9689
31 6.8720
45 6.7738
94 10.0345
96 9.3246
60 9.2660
48 9.2188
126 7.2613
20 7.2285
114 7.1373
104 7.0734
127 11.9563
117 10.1716
109 8.4832
70 7.1192
110 10.6102
64 8.6200
44 8.4335
41 7.1063
68 12.2495
124 11.1666
121 10.7557
59 10.7333
23 12.0334
74 10.3275
42 9.9063
84 8.2368
120 12.2652
85 11.5092
112 8.9983
67 6.8684
81 11.7352
65 11.0886
82 11.0449
123 8.7386
80 11.9244
83 9.6572
115 7.9955
122 6.9616
Core 0 load 30.0114
Core 1 load 27.8203
Core 2 load 27.6490
Core 3 load 33.8790
Core 4 load 27.4623
Core 5 load 27.4226
Core 6 load 36.6855
Core 7 load 29.1293
Core 8 load 40.7539
Core 9 load 29.2917
Core 10 load 41.4244
Core 11 load 29.4888
Core 12 load 29.2564
Core 13 load 28.8347
Core 14 load 27.8226
Core 15 load 27.5923
Core 16 load 34.2612
Core 17 load 26.7826
Core 18 load 27.2496
Core 19 load 35.4977
Core 20 load 26.6860
Core 21 load 35.9663
Core 22 load 27.6367
Core 23 load 37.8439
Core 24 load 28.7006
Core 25 load 37.7304
Core 26 load 34.7701
Core 27 load 44.9051
Core 28 load 40.5040
Core 29 load 39.6411
Core 30 load 42.6073
Core 31 load 36.5387
Avg load 32.8702 in [31.8841 ; 33.8563 ]
Swap chares 83 (6.5961) and 111 (10.7333) between cores 20 (26.6860) and 27
(44.9051)
New loads : 20 (30.8232) and 27 (40.7679)
Swap chares 71 (6.5796) and 123 (8.7386) between cores 17 (26.7826) and 30
(42.6073)
New loads : 17 (28.9416) and 30 (40.4483)
Swap chares 75 (6.7929) and 43 (8.5287) between cores 18 (27.2496) and 10
(41.4244)
New loads : 18 (28.9854) and 10 (39.6886)
Swap chares 22 (6.8135) and 110 (10.7557) between cores 5 (27.4226) and 27
(40.7679)
New loads : 5 (31.3648) and 27 (36.8257)
Swap chares 19 (6.8005) and 35 (8.3979) between cores 4 (27.4623) and 8
(40.7539)
New loads : 4 (29.0597) and 8 (39.1564)
Swap chares 63 (6.7774) and 115 (8.2368) between cores 15 (27.5923) and 28
(40.5040)
New loads : 15 (29.0517) and 28 (39.0446)
Swap chares 90 (6.8720) and 122 (11.0449) between cores 22 (27.6367) and 30
(40.4483)
New loads : 22 (31.8096) and 30 (36.2754)
Swap chares 10 (6.8855) and 42 (10.5830) between cores 2 (27.6490) and 10
(39.6886)
New loads : 2 (31.3465) and 10 (35.9911)
Swap chares 6 (6.9111) and 118 (8.9983) between cores 1 (27.8203) and 29
(39.6411)
New loads : 1 (29.9075) and 29 (37.5539)
Swap chares 58 (6.9466) and 34 (9.9532) between cores 14 (27.8226) and 8
(39.1564)
New loads : 14 (30.8292) and 8 (36.1499)
Swap chares 98 (7.1373) and 114 (9.9063) between cores 24 (28.7006) and 28
(39.0446)
New loads : 24 (31.4695) and 28 (36.2757)
Swap chares 55 (6.8084) and 95 (9.2188) between cores 13 (28.8347) and 23
(37.8439)
New loads : 13 (31.2450) and 23 (35.4336)
Swap chares 70 (6.6127) and 102 (8.4832) between cores 17 (28.9416) and 25
(37.7304)
New loads : 17 (30.8121) and 25 (35.8599)
Swap chares 74 (6.8001) and 118 (6.9111) between cores 18 (28.9854) and 29
(37.5539)
New loads : 18 (29.0964) and 29 (37.4429)
Swap chares 61 (6.9096) and 117 (11.5092) between cores 15 (29.0517) and 29
(37.4429)
New loads : 15 (33.6512) and 29 (32.8434)
Swap chares 17 (6.8562) and 109 (11.1666) between cores 4 (29.0597) and 27
(36.8257)
New loads : 4 (33.3701) and 27 (32.5153)
Swap chares 75 (8.5287) and 27 (9.0847) between cores 18 (29.0964) and 6
(36.6855)
New loads : 18 (29.6524) and 6 (36.1295)
Swap chares 31 (6.6540) and 127 (6.9616) between cores 7 (29.1293) and 31
(36.5387)
New loads : 7 (29.4369) and 31 (36.2311)
Swap chares 51 (6.7135) and 115 (6.7774) between cores 12 (29.2564) and 28
(36.2757)
New loads : 12 (29.3204) and 28 (36.2117)
Swap chares 37 (7.0445) and 121 (11.0886) between cores 9 (29.2917) and 30
(36.2754)
New loads : 9 (33.3359) and 30 (32.2313)
Swap chares 50 (6.8145) and 126 (7.9955) between cores 12 (29.3204) and 31
(36.2311)
New loads : 12 (30.5013) and 31 (35.0502)
Swap chares 30 (6.8975) and 114 (7.1373) between cores 7 (29.4369) and 28
(36.2117)
New loads : 7 (29.6767) and 28 (35.9719)
Swap chares 45 (7.2350) and 33 (10.6825) between cores 11 (29.4888) and 8
(36.1499)
New loads : 11 (32.9363) and 8 (32.7023)
Swap chares 74 (6.9111) and 26 (9.1033) between cores 18 (29.6524) and 6
(36.1295)
New loads : 18 (31.8446) and 6 (33.9372)
Swap chares 29 (6.9909) and 41 (10.6825) between cores 7 (29.6767) and 10
(35.9911)
New loads : 7 (33.3684) and 10 (32.2995)
Swap chares 5 (6.9757) and 113 (10.3275) between cores 1 (29.9075) and 28
(35.9719)
New loads : 1 (33.2593) and 28 (32.6201)
Swap chares 3 (6.8107) and 87 (8.9522) between cores 0 (30.0114) and 21
(35.9663)
New loads : 0 (32.1529) and 21 (33.8248)
Swap chares 51 (6.7774) and 103 (7.1192) between cores 12 (30.5013) and 25
(35.8599)
New loads : 12 (30.8431) and 25 (35.5181)
Swap chares 69 (6.7922) and 101 (10.1716) between cores 17 (30.8121) and 25
(35.5181)
New loads : 17 (34.1916) and 25 (32.1387)
Swap chares 82 (6.6498) and 78 (8.8009) between cores 20 (30.8232) and 19
(35.4977)
New loads : 20 (32.9743) and 19 (33.3466)
Swap chares 57 (6.9835) and 93 (9.3246) between cores 14 (30.8292) and 23
(35.4336)
New loads : 14 (33.1702) and 23 (33.0925)
Swap chares 49 (6.9415) and 125 (9.6572) between cores 12 (30.8431) and 31
(35.0502)
New loads : 12 (33.5588) and 31 (32.3345)
Swap chares 54 (6.8384) and 106 (8.4335) between cores 13 (31.2450) and 26
(34.7701)
New loads : 13 (32.8402) and 26 (33.1750)
Swap chares 9 (6.9245) and 65 (9.2350) between cores 2 (31.3465) and 16
(34.2612)
New loads : 2 (33.6571) and 16 (31.9506)
Swap chares 23 (6.8122) and 71 (8.7386) between cores 5 (31.3648) and 17
(34.1916)
New loads : 5 (33.2912) and 17 (32.2652)
Swap chares 99 (7.0734) and 27 (8.5287) between cores 24 (31.4695) and 6
(33.9372)
New loads : 24 (32.9248) and 6 (32.4820)
Swap chares 91 (6.7738) and 15 (6.9752) between cores 22 (31.8096) and 3
(33.8790)
New loads : 22 (32.0109) and 3 (33.6777)
=== 6 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 0 P#0 (0 chares)
=== 6 === Chare 668 (load 9.3266)

=== 6 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 6 === Chare from 1 P#1 (0 chares)
=== 6 === Chare 818 (load 10.3275)

=== 6 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 6 === Chare from 2 P#2 (0 chares)
=== 6 === Chare 735 (load 10.5830)

=== 6 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 6 === Chare from 3 P#3 (0 chares)
=== 6 === Chare 359 (load 10.9916)

=== 6 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 6 === Chare from 4 P#4 (0 chares)
=== 6 === Chare 920 (load 11.1666)

=== 6 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 6 === Chare from 5 P#5 (0 chares)
=== 6 === Chare 913 (load 10.7557)

=== 6 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 6 === Chare from 6 P#6 (0 chares)
=== 6 === Chare 324 (load 9.3419)

=== 6 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 6 === Chare from 7 P#7 (0 chares)
=== 6 === Chare 816 (load 10.6825)

=== 6 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 6 === Chare from 8 P#8 (0 chares)
=== 6 === Chare 270 (load 11.7203)

=== 6 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 9 P#9 (0 chares)
=== 6 === Chare 765 (load 11.0886)

=== 6 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 10 P#10 (0 chares)
=== 6 === Chare 894 (load 11.6302)

=== 6 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 11 P#11 (0 chares)
=== 6 === Chare 306 (load 10.6825)

=== 6 === Less loaded core 12 P#94429856 (0 chares, load: 0.0000)
=== 6 === Chare from 12 P#12 (0 chares)
=== 6 === Chare 847 (load 9.6572)

=== 6 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 13 P#13 (0 chares)
=== 6 === Chare 736 (load 9.2188)

=== 6 === Less loaded core 14 P#44348928 (0 chares, load: 0.0000)
=== 6 === Chare from 14 P#14 (0 chares)
=== 6 === Chare 895 (load 9.9532)

=== 6 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 15 P#15 (0 chares)
=== 6 === Chare 849 (load 11.5092)

=== 6 === Less loaded core 16 P#44347392 (0 chares, load: 0.0000)
=== 6 === Chare from 16 P#16 (0 chares)
=== 6 === Chare 304 (load 9.3115)

=== 6 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 17 P#17 (0 chares)
=== 6 === Chare 909 (load 10.1716)

=== 6 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 6 === Chare from 18 P#18 (0 chares)
=== 6 === Chare 683 (load 9.1033)

=== 6 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 19 P#19 (0 chares)
=== 6 === Chare 872 (load 8.9778)

=== 6 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 20 P#20 (0 chares)
=== 6 === Chare 759 (load 10.7333)

=== 6 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 21 P#21 (0 chares)
=== 6 === Chare 441 (load 9.0617)

=== 6 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 6 === Chare from 22 P#22 (0 chares)
=== 6 === Chare 846 (load 11.0449)

=== 6 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 6 === Chare from 23 P#23 (0 chares)
=== 6 === Chare 882 (load 10.0345)

=== 6 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 6 === Chare from 24 P#24 (0 chares)
=== 6 === Chare 730 (load 9.9063)

=== 6 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 6 === Chare from 25 P#25 (0 chares)
=== 6 === Chare 923 (load 11.9563)

=== 6 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 26 P#26 (0 chares)
=== 6 === Chare 902 (load 10.6102)

=== 6 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 6 === Chare from 27 P#27 (0 chares)
=== 6 === Chare 768 (load 12.2495)

=== 6 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 28 P#28 (0 chares)
=== 6 === Chare 443 (load 12.0334)

=== 6 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 29 P#29 (0 chares)
=== 6 === Chare 912 (load 12.2652)

=== 6 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 6 === Chare from 30 P#30 (0 chares)
=== 6 === Chare 845 (load 11.7352)

=== 6 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 6 === Chare from 31 P#31 (0 chares)
=== 6 === Chare 844 (load 11.9244)

=== 6 === Less loaded core 19 P#0 (1 chares, load: 8.9778)
=== 6 === Chare from 19 P#19 (1 chares)
=== 6 === Chare 756 (load 8.9563)

=== 6 === Less loaded core 21 P#0 (1 chares, load: 9.0617)
=== 6 === Chare from 21 P#21 (1 chares)
=== 6 === Chare 358 (load 8.9963)

=== 6 === Less loaded core 18 P#32 (1 chares, load: 9.1033)
=== 6 === Chare from 18 P#18 (1 chares)
=== 6 === Chare 698 (load 9.0847)

=== 6 === Less loaded core 13 P#0 (1 chares, load: 9.2188)
=== 6 === Chare from 13 P#13 (1 chares)
=== 6 === Chare 732 (load 8.4335)

=== 6 === Less loaded core 16 P#44347392 (1 chares, load: 9.3115)
=== 6 === Chare from 16 P#16 (1 chares)
=== 6 === Chare 271 (load 9.1006)

=== 6 === Less loaded core 0 P#0 (1 chares, load: 9.3266)
=== 6 === Chare from 0 P#0 (1 chares)
=== 6 === Chare 842 (load 8.9522)

=== 6 === Less loaded core 6 P#5 (1 chares, load: 9.3419)
=== 6 === Chare from 6 P#6 (1 chares)
=== 6 === Chare 427 (load 9.1555)

=== 6 === Less loaded core 12 P#94429856 (1 chares, load: 9.6572)
=== 6 === Chare from 12 P#12 (1 chares)
=== 6 === Chare 728 (load 8.7869)

=== 6 === Less loaded core 24 P#24 (1 chares, load: 9.9063)
=== 6 === Chare from 24 P#24 (1 chares)
=== 6 === Chare 757 (load 8.5287)

=== 6 === Less loaded core 14 P#44348928 (1 chares, load: 9.9532)
=== 6 === Chare from 14 P#14 (1 chares)
=== 6 === Chare 884 (load 9.3246)

=== 6 === Less loaded core 23 P#23 (1 chares, load: 10.0345)
=== 6 === Chare from 23 P#23 (1 chares)
=== 6 === Chare 760 (load 9.2660)

=== 6 === Less loaded core 17 P#0 (1 chares, load: 10.1716)
=== 6 === Chare from 17 P#17 (1 chares)
=== 6 === Chare 901 (load 8.4832)

=== 6 === Less loaded core 1 P#2 (1 chares, load: 10.3275)
=== 6 === Chare from 1 P#1 (1 chares)
=== 6 === Chare 904 (load 8.9983)

=== 6 === Less loaded core 2 P#4 (1 chares, load: 10.5830)
=== 6 === Chare from 2 P#2 (1 chares)
=== 6 === Chare 471 (load 9.2350)

=== 6 === Less loaded core 26 P#1 (1 chares, load: 10.6102)
=== 6 === Chare from 26 P#26 (1 chares)
=== 6 === Chare 764 (load 8.6200)

=== 6 === Less loaded core 11 P#0 (1 chares, load: 10.6825)
=== 6 === Chare from 11 P#11 (1 chares)
=== 6 === Chare 817 (load 8.3971)

=== 6 === Less loaded core 7 P#7 (1 chares, load: 10.6825)
=== 6 === Chare from 7 P#7 (1 chares)
=== 6 === Chare 737 (load 8.5869)

=== 6 === Less loaded core 20 P#0 (1 chares, load: 10.7333)
=== 6 === Chare from 20 P#20 (1 chares)
=== 6 === Chare 899 (load 8.8009)

=== 6 === Less loaded core 5 P#3 (1 chares, load: 10.7557)
=== 6 === Chare from 5 P#5 (1 chares)
=== 6 === Chare 915 (load 8.7386)

=== 6 === Less loaded core 3 P#6 (1 chares, load: 10.9916)
=== 6 === Chare from 3 P#3 (1 chares)
=== 6 === Chare 356 (load 8.7784)

=== 6 === Less loaded core 22 P#22 (1 chares, load: 11.0449)
=== 6 === Chare from 22 P#22 (1 chares)
=== 6 === Chare 669 (load 7.0219)

=== 6 === Less loaded core 9 P#0 (1 chares, load: 11.0886)
=== 6 === Chare from 9 P#9 (1 chares)
=== 6 === Chare 892 (load 8.3359)

=== 6 === Less loaded core 4 P#1 (1 chares, load: 11.1666)
=== 6 === Chare from 4 P#4 (1 chares)
=== 6 === Chare 911 (load 8.3979)

=== 6 === Less loaded core 15 P#0 (1 chares, load: 11.5092)
=== 6 === Chare from 15 P#15 (1 chares)
=== 6 === Chare 848 (load 8.2368)

=== 6 === Less loaded core 10 P#0 (1 chares, load: 11.6302)
=== 6 === Chare from 10 P#10 (1 chares)
=== 6 === Chare 881 (load 6.9909)

=== 6 === Less loaded core 8 P#9346032 (1 chares, load: 11.7203)
=== 6 === Chare from 8 P#8 (1 chares)
=== 6 === Chare 887 (load 7.2350)

=== 6 === Less loaded core 30 P#-78976 (1 chares, load: 11.7352)
=== 6 === Chare from 30 P#30 (1 chares)
=== 6 === Chare 681 (load 7.0445)

=== 6 === Less loaded core 31 P#32767 (1 chares, load: 11.9244)
=== 6 === Chare from 31 P#31 (1 chares)
=== 6 === Chare 680 (load 6.9415)

=== 6 === Less loaded core 25 P#32767 (1 chares, load: 11.9563)
=== 6 === Chare from 25 P#25 (1 chares)
=== 6 === Chare 325 (load 6.7922)

=== 6 === Less loaded core 28 P#-1610612736 (1 chares, load: 12.0334)
=== 6 === Chare from 28 P#28 (1 chares)
=== 6 === Chare 762 (load 6.9757)

=== 6 === Less loaded core 27 P#32767 (1 chares, load: 12.2495)
=== 6 === Chare from 27 P#27 (1 chares)
=== 6 === Chare 426 (load 6.8562)

=== 6 === Less loaded core 29 P#1076398022 (1 chares, load: 12.2652)
=== 6 === Chare from 29 P#29 (1 chares)
=== 6 === Chare 873 (load 6.9096)

=== 6 === Less loaded core 13 P#0 (2 chares, load: 17.6523)
=== 6 === Chare from 13 P#13 (2 chares)
=== 6 === Chare 734 (load 8.2613)

=== 6 === Less loaded core 19 P#0 (2 chares, load: 17.9341)
=== 6 === Chare from 19 P#19 (2 chares)
=== 6 === Chare 771 (load 8.7627)

=== 6 === Less loaded core 21 P#0 (2 chares, load: 18.0580)
=== 6 === Chare from 21 P#21 (2 chares)
=== 6 === Chare 751 (load 8.9561)

=== 6 === Less loaded core 22 P#22 (2 chares, load: 18.0669)
=== 6 === Chare from 22 P#22 (2 chares)
=== 6 === Chare 841 (load 6.9752)

=== 6 === Less loaded core 18 P#32 (2 chares, load: 18.1880)
=== 6 === Chare from 18 P#18 (2 chares)
=== 6 === Chare 758 (load 6.8288)

=== 6 === Less loaded core 0 P#0 (2 chares, load: 18.2788)
=== 6 === Chare from 0 P#0 (2 chares)
=== 6 === Chare 442 (load 6.9523)

=== 6 === Less loaded core 16 P#44347392 (2 chares, load: 18.4120)
=== 6 === Chare from 16 P#16 (2 chares)
=== 6 === Chare 470 (load 6.9245)

=== 6 === Less loaded core 24 P#24 (2 chares, load: 18.4349)
=== 6 === Chare from 24 P#24 (2 chares)
=== 6 === Chare 922 (load 7.2613)

=== 6 === Less loaded core 12 P#94429856 (2 chares, load: 18.4441)
=== 6 === Chare from 12 P#12 (2 chares)
=== 6 === Chare 907 (load 7.9955)

=== 6 === Less loaded core 6 P#5 (2 chares, load: 18.4975)
=== 6 === Chare from 6 P#6 (2 chares)
=== 6 === Chare 896 (load 7.0734)

=== 6 === Less loaded core 10 P#0 (2 chares, load: 18.6211)
=== 6 === Chare from 10 P#10 (2 chares)
=== 6 === Chare 307 (load 6.8855)

=== 6 === Less loaded core 17 P#0 (2 chares, load: 18.6549)
=== 6 === Chare from 17 P#17 (2 chares)
=== 6 === Chare 874 (load 6.8122)

=== 6 === Less loaded core 25 P#32767 (2 chares, load: 18.7485)
=== 6 === Chare from 25 P#25 (2 chares)
=== 6 === Chare 898 (load 6.7774)

=== 6 === Less loaded core 30 P#-78976 (2 chares, load: 18.7797)
=== 6 === Chare from 30 P#30 (2 chares)
=== 6 === Chare 671 (load 6.8720)

=== 6 === Less loaded core 31 P#32767 (2 chares, load: 18.8659)
=== 6 === Chare from 31 P#31 (2 chares)
=== 6 === Chare 696 (load 6.8145)

=== 6 === Less loaded core 8 P#9346032 (2 chares, load: 18.9552)
=== 6 === Chare from 8 P#8 (2 chares)
=== 6 === Chare 750 (load 6.9466)

=== 6 === Less loaded core 28 P#-738197504 (2 chares, load: 19.0092)
=== 6 === Chare from 28 P#28 (2 chares)
=== 6 === Chare 739 (load 6.8975)

=== 6 === Less loaded core 11 P#0 (2 chares, load: 19.0796)
=== 6 === Chare from 11 P#11 (2 chares)
=== 6 === Chare 819 (load 6.9767)

=== 6 === Less loaded core 27 P#32767 (2 chares, load: 19.1057)
=== 6 === Chare from 27 P#27 (2 chares)
=== 6 === Chare 731 (load 6.8135)

=== 6 === Less loaded core 29 P#1077095617 (2 chares, load: 19.1748)
=== 6 === Chare from 29 P#29 (2 chares)
=== 6 === Chare 767 (load 6.8684)

=== 6 === Less loaded core 26 P#2 (2 chares, load: 19.2303)
=== 6 === Chare from 26 P#26 (2 chares)
=== 6 === Chare 729 (load 7.1063)

=== 6 === Less loaded core 7 P#7 (2 chares, load: 19.2694)
=== 6 === Chare from 7 P#7 (2 chares)
=== 6 === Chare 906 (load 7.1373)

=== 6 === Less loaded core 14 P#44348928 (2 chares, load: 19.2777)
=== 6 === Chare from 14 P#14 (2 chares)
=== 6 === Chare 840 (load 6.9959)

=== 6 === Less loaded core 23 P#23 (2 chares, load: 19.3006)
=== 6 === Chare from 23 P#23 (2 chares)
=== 6 === Chare 843 (load 6.9835)

=== 6 === Less loaded core 1 P#2 (2 chares, load: 19.3258)
=== 6 === Chare from 1 P#1 (2 chares)
=== 6 === Chare 761 (load 7.0374)

=== 6 === Less loaded core 9 P#0 (2 chares, load: 19.4245)
=== 6 === Chare from 9 P#9 (2 chares)
=== 6 === Chare 893 (load 7.0201)

=== 6 === Less loaded core 5 P#3 (2 chares, load: 19.4943)
=== 6 === Chare from 5 P#5 (2 chares)
=== 6 === Chare 748 (load 6.9205)

=== 6 === Less loaded core 20 P#0 (2 chares, load: 19.5341)
=== 6 === Chare from 20 P#20 (2 chares)
=== 6 === Chare 305 (load 6.7424)

=== 6 === Less loaded core 4 P#1 (2 chares, load: 19.5645)
=== 6 === Chare from 4 P#4 (2 chares)
=== 6 === Chare 900 (load 6.9516)

=== 6 === Less loaded core 15 P#0 (2 chares, load: 19.7460)
=== 6 === Chare from 15 P#15 (2 chares)
=== 6 === Chare 905 (load 7.0511)

=== 6 === Less loaded core 3 P#6 (2 chares, load: 19.7701)
=== 6 === Chare from 3 P#3 (2 chares)
=== 6 === Chare 357 (load 7.1338)

=== 6 === Less loaded core 2 P#4 (2 chares, load: 19.8180)
=== 6 === Chare from 2 P#2 (2 chares)
=== 6 === Chare 469 (load 6.9761)

=== 6 === Less loaded core 18 P#32 (3 chares, load: 25.0169)
=== 6 === Chare from 18 P#18 (3 chares)
=== 6 === Chare 424 (load 6.8278)

=== 6 === Less loaded core 22 P#22 (3 chares, load: 25.0421)
=== 6 === Chare from 22 P#22 (3 chares)
=== 6 === Chare 670 (load 6.9689)

=== 6 === Less loaded core 0 P#0 (3 chares, load: 25.2310)
=== 6 === Chare from 0 P#0 (3 chares)
=== 6 === Chare 268 (load 6.9218)

=== 6 === Less loaded core 16 P#44347392 (3 chares, load: 25.3365)
=== 6 === Chare from 16 P#16 (3 chares)
=== 6 === Chare 903 (load 6.6141)

=== 6 === Less loaded core 17 P#0 (3 chares, load: 25.4671)
=== 6 === Chare from 17 P#17 (3 chares)
=== 6 === Chare 327 (load 6.7981)

=== 6 === Less loaded core 10 P#0 (3 chares, load: 25.5066)
=== 6 === Chare from 10 P#10 (3 chares)
=== 6 === Chare 769 (load 6.7929)

=== 6 === Less loaded core 25 P#32767 (3 chares, load: 25.5260)
=== 6 === Chare from 25 P#25 (3 chares)
=== 6 === Chare 682 (load 6.6127)

=== 6 === Less loaded core 6 P#5 (3 chares, load: 25.5709)
=== 6 === Chare from 6 P#6 (3 chares)
=== 6 === Chare 880 (load 6.9111)

=== 6 === Less loaded core 30 P#-78976 (3 chares, load: 25.6517)
=== 6 === Chare from 30 P#30 (3 chares)
=== 6 === Chare 326 (load 6.5796)

=== 6 === Less loaded core 31 P#32767 (3 chares, load: 25.6804)
=== 6 === Chare from 31 P#31 (3 chares)
=== 6 === Chare 738 (load 6.6540)

=== 6 === Less loaded core 24 P#24 (3 chares, load: 25.6962)
=== 6 === Chare from 24 P#24 (3 chares)
=== 6 === Chare 440 (load 7.2285)

=== 6 === Less loaded core 8 P#9346032 (3 chares, load: 25.9018)
=== 6 === Chare from 8 P#8 (3 chares)
=== 6 === Chare 910 (load 6.8005)

=== 6 === Less loaded core 28 P#-201326592 (3 chares, load: 25.9067)
=== 6 === Chare from 28 P#28 (3 chares)
=== 6 === Chare 699 (load 6.7135)

=== 6 === Less loaded core 13 P#0 (3 chares, load: 25.9136)
=== 6 === Chare from 13 P#13 (3 chares)
=== 6 === Chare 908 (load 6.9266)

=== 6 === Less loaded core 27 P#32767 (3 chares, load: 25.9192)
=== 6 === Chare from 27 P#27 (3 chares)
=== 6 === Chare 885 (load 6.5961)

=== 6 === Less loaded core 29 P#1077545746 (3 chares, load: 26.0432)
=== 6 === Chare from 29 P#29 (3 chares)
=== 6 === Chare 875 (load 6.8001)

=== 6 === Less loaded core 11 P#0 (3 chares, load: 26.0564)
=== 6 === Chare from 11 P#11 (3 chares)
=== 6 === Chare 921 (load 6.8800)

=== 6 === Less loaded core 14 P#44348928 (3 chares, load: 26.2737)
=== 6 === Chare from 14 P#14 (3 chares)
=== 6 === Chare 851 (load 6.8966)

=== 6 === Less loaded core 20 P#0 (3 chares, load: 26.2766)
=== 6 === Chare from 20 P#20 (3 chares)
=== 6 === Chare 883 (load 6.6978)

=== 6 === Less loaded core 23 P#23 (3 chares, load: 26.2841)
=== 6 === Chare from 23 P#23 (3 chares)
=== 6 === Chare 850 (load 6.8084)

=== 6 === Less loaded core 26 P#3 (3 chares, load: 26.3366)
=== 6 === Chare from 26 P#26 (3 chares)
=== 6 === Chare 766 (load 6.8384)

=== 6 === Less loaded core 1 P#2 (3 chares, load: 26.3633)
=== 6 === Chare from 1 P#1 (3 chares)
=== 6 === Chare 763 (load 6.8960)

=== 6 === Less loaded core 7 P#7 (3 chares, load: 26.4068)
=== 6 === Chare from 7 P#7 (3 chares)
=== 6 === Chare 914 (load 6.9616)

=== 6 === Less loaded core 5 P#3 (3 chares, load: 26.4148)
=== 6 === Chare from 5 P#5 (3 chares)
=== 6 === Chare 749 (load 6.8763)

=== 6 === Less loaded core 12 P#94429856 (3 chares, load: 26.4396)
=== 6 === Chare from 12 P#12 (3 chares)
=== 6 === Chare 770 (load 7.1192)

=== 6 === Less loaded core 9 P#0 (3 chares, load: 26.4446)
=== 6 === Chare from 9 P#9 (3 chares)
=== 6 === Chare 697 (load 6.8912)

=== 6 === Less loaded core 4 P#1 (3 chares, load: 26.5161)
=== 6 === Chare from 4 P#4 (3 chares)
=== 6 === Chare 269 (load 6.8539)

=== 6 === Less loaded core 19 P#0 (3 chares, load: 26.6968)
=== 6 === Chare from 19 P#19 (3 chares)
=== 6 === Chare 886 (load 6.6498)

=== 6 === Less loaded core 2 P#4 (3 chares, load: 26.7941)
=== 6 === Chare from 2 P#2 (3 chares)
=== 6 === Chare 468 (load 6.8630)

=== 6 === Less loaded core 15 P#0 (3 chares, load: 26.7970)
=== 6 === Chare from 15 P#15 (3 chares)
=== 6 === Chare 897 (load 6.8542)

=== 6 === Less loaded core 3 P#6 (3 chares, load: 26.9038)
=== 6 === Chare from 3 P#3 (3 chares)
=== 6 === Chare 733 (load 6.7738)

=== 6 === Less loaded core 21 P#0 (3 chares, load: 27.0141)
=== 6 === Chare from 21 P#21 (3 chares)
=== 6 === Chare 425 (load 6.8107)

[DEBUG] GetBackPlacement from node 3
10 12.5773
48 12.2475
20 11.3668
0 10.5328
51 12.0115
50 11.4686
49 10.1616
56 8.3925
26 9.9107
72 8.2515
18 8.1743
8 7.4065
76 7.4656
77 7.3739
79 7.2628
78 7.1913
2 11.2036
11 8.4399
25 7.4539
70 7.4504
75 7.5136
68 7.3565
71 7.3451
74 7.3422
19 7.5293
13 7.4834
15 7.3870
52 7.3395
69 7.5880
14 7.4176
73 7.3776
24 7.3264
4 7.4806
30 7.3417
58 7.2652
22 6.8940
121 7.3945
59 7.3942
57 7.3060
37 7.1733
36 8.6456
7 7.3787
64 7.3766
5 7.3676
34 12.8071
35 11.0445
53 10.7722
55 9.6932
17 7.4698
27 7.4314
28 7.3598
31 7.2159
42 7.6481
43 7.5317
40 7.4456
41 7.3982
44 7.5052
46 7.3702
45 7.3464
81 7.1952
88 7.5176
90 7.4708
91 7.4372
89 7.3952
126 11.3346
1 9.4108
3 7.2233
16 6.8195
38 9.1499
29 7.3121
65 6.9949
100 6.8742
108 12.6518
86 11.9210
66 11.5323
109 10.0818
110 11.4077
122 8.8872
111 8.2005
101 7.2248
23 9.1901
9 9.1221
21 6.9441
39 6.6485
113 9.3366
99 9.2099
115 6.8251
114 6.7784
12 9.2302
94 9.1014
54 8.1619
92 7.0661
87 9.1155
33 8.9448
32 7.1792
95 7.0679
6 9.4542
67 7.8842
127 7.8766
118 7.3307
125 11.7573
47 9.7502
82 7.9354
63 7.0308
61 7.3955
117 7.3595
93 7.3551
103 7.3162
116 7.3384
85 7.3189
119 7.2338
83 7.1768
60 11.5125
124 11.4763
123 9.5233
102 7.7844
62 7.3629
80 7.3174
104 7.3065
107 7.2373
106 7.4479
120 7.3965
84 7.3949
97 7.2312
96 7.4125
105 7.3873
112 7.3411
98 7.2694
Core 0 load 46.7244
Core 1 load 42.0342
Core 2 load 33.7429
Core 3 load 29.2936
Core 4 load 34.5477
Core 5 load 29.5574
Core 6 load 29.7391
Core 7 load 29.7096
Core 8 load 28.9816
Core 9 load 29.2679
Core 10 load 30.7685
Core 11 load 44.3169
Core 12 load 29.4770
Core 13 load 30.0236
Core 14 load 29.4170
Core 15 load 29.8207
Core 16 load 34.7882
Core 17 load 30.3311
Core 18 load 46.1869
Core 19 load 35.7202
Core 20 load 31.9048
Core 21 load 32.1499
Core 22 load 33.5596
Core 23 load 32.3073
Core 24 load 32.5457
Core 25 load 36.4736
Core 26 load 29.4264
Core 27 load 29.0679
Core 28 load 40.2965
Core 29 load 29.2241
Core 30 load 29.4705
Core 31 load 29.4103
Avg load 33.1339 in [32.1399 ; 34.1279 ]
Swap chares 35 (6.8940) and 3 (10.5328) between cores 8 (28.9816) and 0
(46.7244)
New loads : 8 (32.6203) and 0 (43.0856)
Swap chares 111 (7.1768) and 75 (10.0818) between cores 27 (29.0679) and 18
(46.1869)
New loads : 27 (31.9729) and 18 (43.2820)
Swap chares 119 (7.2373) and 47 (9.6932) between cores 29 (29.2241) and 11
(44.3169)
New loads : 29 (31.6800) and 11 (41.8610)
Swap chares 39 (7.1733) and 75 (7.1768) between cores 9 (29.2679) and 18
(43.2820)
New loads : 9 (29.2715) and 18 (43.2784)
Swap chares 38 (7.3060) and 74 (11.5323) between cores 9 (29.2715) and 18
(43.2784)
New loads : 9 (33.4978) and 18 (39.0521)
Swap chares 14 (7.2628) and 2 (11.3668) between cores 3 (29.2936) and 0
(43.0856)
New loads : 3 (33.3976) and 0 (38.9816)
Swap chares 127 (7.2694) and 7 (8.3925) between cores 31 (29.4103) and 1
(42.0342)
New loads : 31 (30.5334) and 1 (40.9111)
Swap chares 59 (7.1952) and 47 (7.2373) between cores 14 (29.4170) and 11
(41.8610)
New loads : 14 (29.4591) and 11 (41.8189)
Swap chares 106 (7.3551) and 46 (10.7722) between cores 26 (29.4264) and 11
(41.8189)
New loads : 26 (32.8434) and 11 (38.4019)
Swap chares 59 (7.2373) and 7 (7.2694) between cores 14 (29.4591) and 1
(40.9111)
New loads : 14 (29.4912) and 1 (40.8789)
Swap chares 123 (7.2312) and 7 (7.2373) between cores 30 (29.4705) and 1
(40.8789)
New loads : 30 (29.4765) and 1 (40.8729)
Swap chares 122 (7.3949) and 6 (10.1616) between cores 30 (29.4765) and 1
(40.8729)
New loads : 30 (32.2432) and 1 (38.1062)
Swap chares 51 (7.2159) and 115 (7.7844) between cores 12 (29.4770) and 28
(40.2965)
New loads : 12 (30.0455) and 28 (39.7280)
Swap chares 58 (7.3464) and 114 (9.5233) between cores 14 (29.4912) and 28
(39.7280)
New loads : 14 (31.6682) and 28 (37.5511)
Swap chares 21 (7.3565) and 73 (11.9210) between cores 5 (29.5574) and 18
(39.0521)
New loads : 5 (34.1219) and 18 (34.4876)
Swap chares 29 (7.4176) and 1 (12.2475) between cores 7 (29.7096) and 0
(38.9816)
New loads : 7 (34.5395) and 0 (34.1517)
Swap chares 25 (7.4834) and 45 (11.0445) between cores 6 (29.7391) and 11
(38.4019)
New loads : 6 (33.3002) and 11 (34.8408)
Swap chares 61 (7.4708) and 5 (11.4686) between cores 15 (29.8207) and 1
(38.1062)
New loads : 15 (33.8185) and 1 (34.1084)
Swap chares 53 (7.5317) and 113 (11.4763) between cores 13 (30.0236) and 28
(37.5511)
New loads : 13 (33.9682) and 28 (33.6065)
Swap chares 50 (7.3598) and 102 (7.9354) between cores 12 (30.0455) and 25
(36.4736)
New loads : 12 (30.6211) and 25 (35.8981)
Swap chares 71 (6.8742) and 103 (7.0308) between cores 17 (30.3311) and 25
(35.8981)
New loads : 17 (30.4877) and 25 (35.7415)
Swap chares 70 (6.9949) and 102 (7.3598) between cores 17 (30.4877) and 25
(35.7415)
New loads : 17 (30.8526) and 25 (35.3766)
Swap chares 126 (7.3411) and 78 (8.2005) between cores 31 (30.5334) and 19
(35.7202)
New loads : 31 (31.3927) and 19 (34.8609)
Swap chares 49 (7.4314) and 101 (9.7502) between cores 12 (30.6211) and 25
(35.3766)
New loads : 12 (32.9398) and 25 (33.0578)
Swap chares 41 (7.3787) and 77 (8.8872) between cores 10 (30.7685) and 19
(34.8609)
New loads : 10 (32.2771) and 19 (33.3523)
Swap chares 71 (7.0308) and 47 (7.1952) between cores 17 (30.8526) and 11
(34.8408)
New loads : 17 (31.0170) and 11 (34.6764)
Swap chares 69 (7.3121) and 65 (9.4108) between cores 17 (31.0170) and 16
(34.7882)
New loads : 17 (33.1157) and 16 (32.6895)
Swap chares 125 (7.3873) and 45 (7.4834) between cores 31 (31.3927) and 11
(34.6764)
New loads : 31 (31.4888) and 11 (34.5803)
Swap chares 124 (7.4125) and 44 (12.8071) between cores 31 (31.4888) and 11
(34.5803)
New loads : 31 (36.8834) and 11 (29.1857)
Swap chares 47 (7.0308) and 127 (8.3925) between cores 11 (29.1857) and 31
(36.8834)
New loads : 11 (30.5474) and 31 (35.5217)
Swap chares 46 (7.3551) and 126 (8.2005) between cores 11 (30.5474) and 31
(35.5217)
New loads : 11 (31.3927) and 31 (34.6764)
Swap chares 45 (7.3873) and 125 (7.4834) between cores 11 (31.3927) and 31
(34.6764)
New loads : 11 (31.4888) and 31 (34.5803)
Swap chares 44 (7.4125) and 124 (12.8071) between cores 11 (31.4888) and 31
(34.5803)
New loads : 11 (36.8834) and 31 (29.1857)
Swap chares 127 (7.0308) and 47 (8.3925) between cores 31 (29.1857) and 11
(36.8834)
New loads : 31 (30.5474) and 11 (35.5217)
Swap chares 126 (7.3551) and 46 (8.2005) between cores 31 (30.5474) and 11
(35.5217)
New loads : 31 (31.3927) and 11 (34.6764)
Swap chares 125 (7.3873) and 45 (7.4834) between cores 31 (31.3927) and 11
(34.6764)
New loads : 31 (31.4888) and 11 (34.5803)
Swap chares 124 (7.4125) and 44 (12.8071) between cores 31 (31.4888) and 11
(34.5803)
New loads : 31 (36.8834) and 11 (29.1857)
Swap chares 47 (7.0308) and 127 (8.3925) between cores 11 (29.1857) and 31
(36.8834)
New loads : 11 (30.5474) and 31 (35.5217)
Swap chares 46 (7.3551) and 126 (8.2005) between cores 11 (30.5474) and 31
(35.5217)
New loads : 11 (31.3927) and 31 (34.6764)
Swap chares 45 (7.3873) and 125 (7.4834) between cores 11 (31.3927) and 31
(34.6764)
New loads : 11 (31.4888) and 31 (34.5803)
Swap chares 44 (7.4125) and 124 (12.8071) between cores 11 (31.4888) and 31
(34.5803)
New loads : 11 (36.8834) and 31 (29.1857)
Swap chares 127 (7.0308) and 47 (8.3925) between cores 31 (29.1857) and 11
(36.8834)
New loads : 31 (30.5474) and 11 (35.5217)
Swap chares 126 (7.3551) and 46 (8.2005) between cores 31 (30.5474) and 11
(35.5217)
New loads : 31 (31.3927) and 11 (34.6764)
Swap chares 125 (7.3873) and 45 (7.4834) between cores 31 (31.3927) and 11
(34.6764)
New loads : 31 (31.4888) and 11 (34.5803)
Swap chares 124 (7.4125) and 44 (12.8071) between cores 31 (31.4888) and 11
(34.5803)
New loads : 31 (36.8834) and 11 (29.1857)
Swap chares 47 (7.0308) and 127 (8.3925) between cores 11 (29.1857) and 31
(36.8834)
New loads : 11 (30.5474) and 31 (35.5217)
Swap chares 46 (7.3551) and 126 (8.2005) between cores 11 (30.5474) and 31
(35.5217)
New loads : 11 (31.3927) and 31 (34.6764)
Swap chares 45 (7.3873) and 125 (7.4834) between cores 11 (31.3927) and 31
(34.6764)
New loads : 11 (31.4888) and 31 (34.5803)
Swap chares 44 (7.4125) and 124 (12.8071) between cores 11 (31.4888) and 31
(34.5803)
New loads : 11 (36.8834) and 31 (29.1857)
Swap chares 127 (7.0308) and 47 (8.3925) between cores 31 (29.1857) and 11
(36.8834)
New loads : 31 (30.5474) and 11 (35.5217)
Swap chares 126 (7.3551) and 46 (8.2005) between cores 31 (30.5474) and 11
(35.5217)
New loads : 31 (31.3927) and 11 (34.6764)
Swap chares 125 (7.3873) and 45 (7.4834) between cores 31 (31.3927) and 11
(34.6764)
New loads : 31 (31.4888) and 11 (34.5803)
Swap chares 124 (7.4125) and 44 (12.8071) between cores 31 (31.4888) and 11
(34.5803)
New loads : 31 (36.8834) and 11 (29.1857)
Swap chares 47 (7.0308) and 127 (8.3925) between cores 11 (29.1857) and 31
(36.8834)
New loads : 11 (30.5474) and 31 (35.5217)
Swap chares 46 (7.3551) and 126 (8.2005) between cores 11 (30.5474) and 31
(35.5217)
New loads : 11 (31.3927) and 31 (34.6764)
Swap chares 45 (7.3873) and 125 (7.4834) between cores 11 (31.3927) and 31
(34.6764)
New loads : 11 (31.4888) and 31 (34.5803)
Swap chares 44 (7.4125) and 124 (12.8071) between cores 11 (31.4888) and 31
(34.5803)
New loads : 11 (36.8834) and 31 (29.1857)
Swap chares 127 (7.0308) and 47 (8.3925) between cores 31 (29.1857) and 11
(36.8834)
New loads : 31 (30.5474) and 11 (35.5217)
Swap chares 126 (7.3551) and 46 (8.2005) between cores 31 (30.5474) and 11
(35.5217)
New loads : 31 (31.3927) and 11 (34.6764)
Swap chares 125 (7.3873) and 45 (7.4834) between cores 31 (31.3927) and 11
(34.6764)
New loads : 31 (31.4888) and 11 (34.5803)
Swap chares 124 (7.4125) and 44 (12.8071) between cores 31 (31.4888) and 11
(34.5803)
New loads : 31 (36.8834) and 11 (29.1857)
Swap chares 47 (7.0308) and 127 (8.3925) between cores 11 (29.1857) and 31
(36.8834)
New loads : 11 (30.5474) and 31 (35.5217)
Swap chares 46 (7.3551) and 126 (8.2005) between cores 11 (30.5474) and 31
(35.5217)
New loads : 11 (31.3927) and 31 (34.6764)
Swap chares 45 (7.3873) and 125 (7.4834) between cores 11 (31.3927) and 31
(34.6764)
New loads : 11 (31.4888) and 31 (34.5803)
=== 3 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 0 P#0 (0 chares)
=== 3 === Chare 34 (load 12.5773)

=== 3 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 3 === Chare from 1 P#1 (0 chares)
=== 3 === Chare 155 (load 12.0115)

=== 3 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 3 === Chare from 2 P#2 (0 chares)
=== 3 === Chare 82 (load 9.9107)

=== 3 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 3 === Chare from 3 P#3 (0 chares)
=== 3 === Chare 56 (load 11.3668)

=== 3 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 3 === Chare from 4 P#4 (0 chares)
=== 3 === Chare 10 (load 11.2036)

=== 3 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 3 === Chare from 5 P#5 (0 chares)
=== 3 === Chare 422 (load 11.9210)

=== 3 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 3 === Chare from 6 P#6 (0 chares)
=== 3 === Chare 107 (load 11.0445)

=== 3 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 3 === Chare from 7 P#7 (0 chares)
=== 3 === Chare 152 (load 12.2475)

=== 3 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 3 === Chare from 8 P#8 (0 chares)
=== 3 === Chare 8 (load 10.5328)

=== 3 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 9 P#9 (0 chares)
=== 3 === Chare 346 (load 11.5323)

=== 3 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 10 P#10 (0 chares)
=== 3 === Chare 590 (load 8.8872)

=== 3 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 11 P#11 (0 chares)
=== 3 === Chare 240 (load 8.3925)

=== 3 === Less loaded core 12 P#105008768 (0 chares, load: 0.0000)
=== 3 === Chare from 12 P#12 (0 chares)
=== 3 === Chare 139 (load 9.7502)

=== 3 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 13 P#13 (0 chares)
=== 3 === Chare 596 (load 11.4763)

=== 3 === Less loaded core 14 P#45956640 (0 chares, load: 0.0000)
=== 3 === Chare from 14 P#14 (0 chares)
=== 3 === Chare 591 (load 9.5233)

=== 3 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 15 P#15 (0 chares)
=== 3 === Chare 154 (load 11.4686)

=== 3 === Less loaded core 16 P#45955104 (0 chares, load: 0.0000)
=== 3 === Chare from 16 P#16 (0 chares)
=== 3 === Chare 598 (load 11.3346)

=== 3 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 17 P#17 (0 chares)
=== 3 === Chare 9 (load 9.4108)

=== 3 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 3 === Chare from 18 P#18 (0 chares)
=== 3 === Chare 568 (load 12.6518)

=== 3 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 19 P#19 (0 chares)
=== 3 === Chare 570 (load 11.4077)

=== 3 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 20 P#20 (0 chares)
=== 3 === Chare 59 (load 9.1901)

=== 3 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 21 P#21 (0 chares)
=== 3 === Chare 573 (load 9.3366)

=== 3 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 3 === Chare from 22 P#22 (0 chares)
=== 3 === Chare 40 (load 9.2302)

=== 3 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 3 === Chare from 23 P#23 (0 chares)
=== 3 === Chare 423 (load 9.1155)

=== 3 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 3 === Chare from 24 P#24 (0 chares)
=== 3 === Chare 18 (load 9.4542)

=== 3 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 3 === Chare from 25 P#25 (0 chares)
=== 3 === Chare 597 (load 11.7573)

=== 3 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 26 P#26 (0 chares)
=== 3 === Chare 161 (load 10.7722)

=== 3 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 3 === Chare from 27 P#27 (0 chares)
=== 3 === Chare 569 (load 10.0818)

=== 3 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 28 P#28 (0 chares)
=== 3 === Chare 248 (load 11.5125)

=== 3 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 29 P#29 (0 chares)
=== 3 === Chare 163 (load 9.6932)

=== 3 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 3 === Chare from 30 P#30 (0 chares)
=== 3 === Chare 153 (load 10.1616)

=== 3 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 3 === Chare from 31 P#31 (0 chares)
=== 3 === Chare 106 (load 12.8071)

=== 3 === Less loaded core 11 P#0 (1 chares, load: 8.3925)
=== 3 === Chare from 11 P#11 (1 chares)
=== 3 === Chare 571 (load 8.2005)

=== 3 === Less loaded core 10 P#0 (1 chares, load: 8.8872)
=== 3 === Chare from 10 P#10 (1 chares)
=== 3 === Chare 120 (load 8.6456)

=== 3 === Less loaded core 23 P#23 (1 chares, load: 9.1155)
=== 3 === Chare from 23 P#23 (1 chares)
=== 3 === Chare 105 (load 8.9448)

=== 3 === Less loaded core 20 P#0 (1 chares, load: 9.1901)
=== 3 === Chare from 20 P#20 (1 chares)
=== 3 === Chare 33 (load 9.1221)

=== 3 === Less loaded core 22 P#22 (1 chares, load: 9.2302)
=== 3 === Chare from 22 P#22 (1 chares)
=== 3 === Chare 494 (load 9.1014)

=== 3 === Less loaded core 21 P#0 (1 chares, load: 9.3366)
=== 3 === Chare from 21 P#21 (1 chares)
=== 3 === Chare 507 (load 9.2099)

=== 3 === Less loaded core 17 P#0 (1 chares, load: 9.4108)
=== 3 === Chare from 17 P#17 (1 chares)
=== 3 === Chare 122 (load 9.1499)

=== 3 === Less loaded core 24 P#24 (1 chares, load: 9.4542)
=== 3 === Chare from 24 P#24 (1 chares)
=== 3 === Chare 347 (load 7.8842)

=== 3 === Less loaded core 14 P#45956640 (1 chares, load: 9.5233)
=== 3 === Chare from 14 P#14 (1 chares)
=== 3 === Chare 136 (load 7.5052)

=== 3 === Less loaded core 29 P#1076060903 (1 chares, load: 9.6932)
=== 3 === Chare from 29 P#29 (1 chares)
=== 3 === Chare 250 (load 7.3629)

=== 3 === Less loaded core 12 P#105008768 (1 chares, load: 9.7502)
=== 3 === Chare from 12 P#12 (1 chares)
=== 3 === Chare 406 (load 7.9354)

=== 3 === Less loaded core 2 P#4 (1 chares, load: 9.9107)
=== 3 === Chare from 2 P#2 (1 chares)
=== 3 === Chare 364 (load 8.2515)

=== 3 === Less loaded core 27 P#32767 (1 chares, load: 10.0818)
=== 3 === Chare from 27 P#27 (1 chares)
=== 3 === Chare 576 (load 7.3384)

=== 3 === Less loaded core 30 P#-78976 (1 chares, load: 10.1616)
=== 3 === Chare from 30 P#30 (1 chares)
=== 3 === Chare 538 (load 7.4479)

=== 3 === Less loaded core 8 P#9346032 (1 chares, load: 10.5328)
=== 3 === Chare from 8 P#8 (1 chares)
=== 3 === Chare 16 (load 7.4806)

=== 3 === Less loaded core 26 P#1 (1 chares, load: 10.7722)
=== 3 === Chare from 26 P#26 (1 chares)
=== 3 === Chare 249 (load 7.3955)

=== 3 === Less loaded core 6 P#5 (1 chares, load: 11.0445)
=== 3 === Chare from 6 P#6 (1 chares)
=== 3 === Chare 51 (load 7.5293)

=== 3 === Less loaded core 4 P#1 (1 chares, load: 11.2036)
=== 3 === Chare from 4 P#4 (1 chares)
=== 3 === Chare 35 (load 8.4399)

=== 3 === Less loaded core 16 P#45955104 (1 chares, load: 11.3346)
=== 3 === Chare from 16 P#16 (1 chares)
=== 3 === Chare 97 (load 7.3121)

=== 3 === Less loaded core 3 P#6 (1 chares, load: 11.3668)
=== 3 === Chare from 3 P#3 (1 chares)
=== 3 === Chare 396 (load 7.4656)

=== 3 === Less loaded core 19 P#0 (1 chares, load: 11.4077)
=== 3 === Chare from 19 P#19 (1 chares)
=== 3 === Chare 19 (load 7.3787)

=== 3 === Less loaded core 15 P#0 (1 chares, load: 11.4686)
=== 3 === Chare from 15 P#15 (1 chares)
=== 3 === Chare 448 (load 7.5176)

=== 3 === Less loaded core 13 P#0 (1 chares, load: 11.4763)
=== 3 === Chare from 13 P#13 (1 chares)
=== 3 === Chare 130 (load 7.6481)

=== 3 === Less loaded core 28 P#1744830464 (1 chares, load: 11.5125)
=== 3 === Chare from 28 P#28 (1 chares)
=== 3 === Chare 131 (load 7.5317)

=== 3 === Less loaded core 9 P#0 (1 chares, load: 11.5323)
=== 3 === Chare from 9 P#9 (1 chares)
=== 3 === Chare 589 (load 7.3945)

=== 3 === Less loaded core 25 P#32767 (1 chares, load: 11.7573)
=== 3 === Chare from 25 P#25 (1 chares)
=== 3 === Chare 83 (load 7.4314)

=== 3 === Less loaded core 5 P#3 (1 chares, load: 11.9210)
=== 3 === Chare from 5 P#5 (1 chares)
=== 3 === Chare 367 (load 7.5136)

=== 3 === Less loaded core 1 P#2 (1 chares, load: 12.0115)
=== 3 === Chare from 1 P#1 (1 chares)
=== 3 === Chare 450 (load 7.4708)

=== 3 === Less loaded core 7 P#7 (1 chares, load: 12.2475)
=== 3 === Chare from 7 P#7 (1 chares)
=== 3 === Chare 361 (load 7.5880)

=== 3 === Less loaded core 0 P#0 (1 chares, load: 12.5773)
=== 3 === Chare from 0 P#0 (1 chares)
=== 3 === Chare 42 (load 7.4176)

=== 3 === Less loaded core 18 P#32 (1 chares, load: 12.6518)
=== 3 === Chare from 18 P#18 (1 chares)
=== 3 === Chare 360 (load 7.3565)

=== 3 === Less loaded core 31 P#32767 (1 chares, load: 12.8071)
=== 3 === Chare from 31 P#31 (1 chares)
=== 3 === Chare 537 (load 7.3873)

=== 3 === Less loaded core 11 P#0 (2 chares, load: 16.5930)
=== 3 === Chare from 11 P#11 (2 chares)
=== 3 === Chare 41 (load 7.4834)

=== 3 === Less loaded core 14 P#45956640 (2 chares, load: 17.0285)
=== 3 === Chare from 14 P#14 (2 chares)
=== 3 === Chare 138 (load 7.3702)

=== 3 === Less loaded core 29 P#1076956759 (2 chares, load: 17.0560)
=== 3 === Chare from 29 P#29 (2 chares)
=== 3 === Chare 404 (load 7.3174)

=== 3 === Less loaded core 24 P#24 (2 chares, load: 17.3384)
=== 3 === Chare from 24 P#24 (2 chares)
=== 3 === Chare 599 (load 7.8766)

=== 3 === Less loaded core 27 P#32767 (2 chares, load: 17.4202)
=== 3 === Chare from 27 P#27 (2 chares)
=== 3 === Chare 421 (load 7.3189)

=== 3 === Less loaded core 10 P#0 (2 chares, load: 17.5328)
=== 3 === Chare from 10 P#10 (2 chares)
=== 3 === Chare 344 (load 7.3766)

=== 3 === Less loaded core 30 P#-78976 (2 chares, load: 17.6094)
=== 3 === Chare from 30 P#30 (2 chares)
=== 3 === Chare 588 (load 7.3965)

=== 3 === Less loaded core 12 P#105008768 (2 chares, load: 17.6855)
=== 3 === Chare from 12 P#12 (2 chares)
=== 3 === Chare 510 (load 7.7844)

=== 3 === Less loaded core 8 P#9346032 (2 chares, load: 18.0134)
=== 3 === Chare from 8 P#8 (2 chares)
=== 3 === Chare 98 (load 7.3417)

=== 3 === Less loaded core 23 P#23 (2 chares, load: 18.0603)
=== 3 === Chare from 23 P#23 (2 chares)
=== 3 === Chare 104 (load 7.1792)

=== 3 === Less loaded core 2 P#4 (2 chares, load: 18.1621)
=== 3 === Chare from 2 P#2 (2 chares)
=== 3 === Chare 50 (load 8.1743)

=== 3 === Less loaded core 26 P#2 (2 chares, load: 18.1677)
=== 3 === Chare from 26 P#26 (2 chares)
=== 3 === Chare 577 (load 7.3595)

=== 3 === Less loaded core 20 P#0 (2 chares, load: 18.3122)
=== 3 === Chare from 20 P#20 (2 chares)
=== 3 === Chare 57 (load 6.9441)

=== 3 === Less loaded core 22 P#22 (2 chares, load: 18.3316)
=== 3 === Chare from 22 P#22 (2 chares)
=== 3 === Chare 162 (load 8.1619)

=== 3 === Less loaded core 21 P#0 (2 chares, load: 18.5464)
=== 3 === Chare from 21 P#21 (2 chares)
=== 3 === Chare 575 (load 6.8251)

=== 3 === Less loaded core 17 P#0 (2 chares, load: 18.5607)
=== 3 === Chare from 17 P#17 (2 chares)
=== 3 === Chare 96 (load 7.3598)

=== 3 === Less loaded core 6 P#5 (2 chares, load: 18.5737)
=== 3 === Chare from 6 P#6 (2 chares)
=== 3 === Chare 43 (load 7.3870)

=== 3 === Less loaded core 16 P#45955104 (2 chares, load: 18.6467)
=== 3 === Chare from 16 P#16 (2 chares)
=== 3 === Chare 11 (load 7.2233)

=== 3 === Less loaded core 19 P#0 (2 chares, load: 18.7863)
=== 3 === Chare from 19 P#19 (2 chares)
=== 3 === Chare 572 (load 7.3411)

=== 3 === Less loaded core 3 P#6 (2 chares, load: 18.8324)
=== 3 === Chare from 3 P#3 (2 chares)
=== 3 === Chare 397 (load 7.3739)

=== 3 === Less loaded core 9 P#0 (2 chares, load: 18.9268)
=== 3 === Chare from 9 P#9 (2 chares)
=== 3 === Chare 243 (load 7.3942)

=== 3 === Less loaded core 15 P#0 (2 chares, load: 18.9862)
=== 3 === Chare from 15 P#15 (2 chares)
=== 3 === Chare 451 (load 7.4372)

=== 3 === Less loaded core 28 P#872415232 (2 chares, load: 19.0442)
=== 3 === Chare from 28 P#28 (2 chares)
=== 3 === Chare 137 (load 7.3464)

=== 3 === Less loaded core 13 P#0 (2 chares, load: 19.1243)
=== 3 === Chare from 13 P#13 (2 chares)
=== 3 === Chare 128 (load 7.4456)

=== 3 === Less loaded core 25 P#32767 (2 chares, load: 19.1887)
=== 3 === Chare from 25 P#25 (2 chares)
=== 3 === Chare 345 (load 6.9949)

=== 3 === Less loaded core 5 P#3 (2 chares, load: 19.4346)
=== 3 === Chare from 5 P#5 (2 chares)
=== 3 === Chare 363 (load 7.3451)

=== 3 === Less loaded core 1 P#2 (2 chares, load: 19.4823)
=== 3 === Chare from 1 P#1 (2 chares)
=== 3 === Chare 420 (load 7.3949)

=== 3 === Less loaded core 4 P#1 (2 chares, load: 19.6434)
=== 3 === Chare from 4 P#4 (2 chares)
=== 3 === Chare 81 (load 7.4539)

=== 3 === Less loaded core 7 P#7 (2 chares, load: 19.8355)
=== 3 === Chare from 7 P#7 (2 chares)
=== 3 === Chare 365 (load 7.3776)

=== 3 === Less loaded core 0 P#0 (2 chares, load: 19.9949)
=== 3 === Chare from 0 P#0 (2 chares)
=== 3 === Chare 399 (load 7.2628)

=== 3 === Less loaded core 18 P#32 (2 chares, load: 20.0083)
=== 3 === Chare from 18 P#18 (2 chares)
=== 3 === Chare 241 (load 7.3060)

=== 3 === Less loaded core 31 P#32767 (2 chares, load: 20.1944)
=== 3 === Chare from 31 P#31 (2 chares)
=== 3 === Chare 493 (load 7.3551)

=== 3 === Less loaded core 11 P#0 (3 chares, load: 24.0763)
=== 3 === Chare from 11 P#11 (3 chares)
=== 3 === Chare 504 (load 7.4125)

=== 3 === Less loaded core 29 P#1077436314 (3 chares, load: 24.3734)
=== 3 === Chare from 29 P#29 (3 chares)
=== 3 === Chare 536 (load 7.3065)

=== 3 === Less loaded core 14 P#45956640 (3 chares, load: 24.3987)
=== 3 === Chare from 14 P#14 (3 chares)
=== 3 === Chare 506 (load 7.2694)

=== 3 === Less loaded core 27 P#32767 (3 chares, load: 24.7391)
=== 3 === Chare from 27 P#27 (3 chares)
=== 3 === Chare 579 (load 7.2338)

=== 3 === Less loaded core 10 P#0 (3 chares, load: 24.9094)
=== 3 === Chare from 10 P#10 (3 chares)
=== 3 === Chare 17 (load 7.3676)

=== 3 === Less loaded core 30 P#-78976 (3 chares, load: 25.0059)
=== 3 === Chare from 30 P#30 (3 chares)
=== 3 === Chare 539 (load 7.2373)

=== 3 === Less loaded core 24 P#24 (3 chares, load: 25.2150)
=== 3 === Chare from 24 P#24 (3 chares)
=== 3 === Chare 578 (load 7.3307)

=== 3 === Less loaded core 23 P#23 (3 chares, load: 25.2395)
=== 3 === Chare from 23 P#23 (3 chares)
=== 3 === Chare 495 (load 7.0679)

=== 3 === Less loaded core 20 P#0 (3 chares, load: 25.2564)
=== 3 === Chare from 20 P#20 (3 chares)
=== 3 === Chare 123 (load 6.6485)

=== 3 === Less loaded core 8 P#9346032 (3 chares, load: 25.3551)
=== 3 === Chare from 8 P#8 (3 chares)
=== 3 === Chare 242 (load 7.2652)

=== 3 === Less loaded core 21 P#0 (3 chares, load: 25.3715)
=== 3 === Chare from 21 P#21 (3 chares)
=== 3 === Chare 574 (load 6.7784)

=== 3 === Less loaded core 12 P#105008768 (3 chares, load: 25.4699)
=== 3 === Chare from 12 P#12 (3 chares)
=== 3 === Chare 49 (load 7.4698)

=== 3 === Less loaded core 26 P#3 (3 chares, load: 25.5272)
=== 3 === Chare from 26 P#26 (3 chares)
=== 3 === Chare 511 (load 7.3162)

=== 3 === Less loaded core 16 P#45955104 (3 chares, load: 25.8700)
=== 3 === Chare from 16 P#16 (3 chares)
=== 3 === Chare 48 (load 6.8195)

=== 3 === Less loaded core 17 P#0 (3 chares, load: 25.9205)
=== 3 === Chare from 17 P#17 (3 chares)
=== 3 === Chare 405 (load 7.1952)

=== 3 === Less loaded core 6 P#5 (3 chares, load: 25.9608)
=== 3 === Chare from 6 P#6 (3 chares)
=== 3 === Chare 160 (load 7.3395)

=== 3 === Less loaded core 19 P#0 (3 chares, load: 26.1275)
=== 3 === Chare from 19 P#19 (3 chares)
=== 3 === Chare 509 (load 7.2248)

=== 3 === Less loaded core 25 P#32767 (3 chares, load: 26.1836)
=== 3 === Chare from 25 P#25 (3 chares)
=== 3 === Chare 508 (load 6.8742)

=== 3 === Less loaded core 3 P#6 (3 chares, load: 26.2063)
=== 3 === Chare from 3 P#3 (3 chares)
=== 3 === Chare 398 (load 7.1913)

=== 3 === Less loaded core 9 P#0 (3 chares, load: 26.3210)
=== 3 === Chare from 9 P#9 (3 chares)
=== 3 === Chare 407 (load 7.1768)

=== 3 === Less loaded core 2 P#4 (3 chares, load: 26.3364)
=== 3 === Chare from 2 P#2 (3 chares)
=== 3 === Chare 32 (load 7.4065)

=== 3 === Less loaded core 28 P#0 (3 chares, load: 26.3905)
=== 3 === Chare from 28 P#28 (3 chares)
=== 3 === Chare 99 (load 7.2159)

=== 3 === Less loaded core 15 P#0 (3 chares, load: 26.4233)
=== 3 === Chare from 15 P#15 (3 chares)
=== 3 === Chare 449 (load 7.3952)

=== 3 === Less loaded core 22 P#22 (3 chares, load: 26.4935)
=== 3 === Chare from 22 P#22 (3 chares)
=== 3 === Chare 492 (load 7.0661)

=== 3 === Less loaded core 13 P#0 (3 chares, load: 26.5700)
=== 3 === Chare from 13 P#13 (3 chares)
=== 3 === Chare 129 (load 7.3982)

=== 3 === Less loaded core 5 P#3 (3 chares, load: 26.7797)
=== 3 === Chare from 5 P#5 (3 chares)
=== 3 === Chare 366 (load 7.3422)

=== 3 === Less loaded core 1 P#2 (3 chares, load: 26.8772)
=== 3 === Chare from 1 P#1 (3 chares)
=== 3 === Chare 505 (load 7.2312)

=== 3 === Less loaded core 4 P#1 (3 chares, load: 27.0974)
=== 3 === Chare from 4 P#4 (3 chares)
=== 3 === Chare 362 (load 7.4504)

=== 3 === Less loaded core 7 P#7 (3 chares, load: 27.2131)
=== 3 === Chare from 7 P#7 (3 chares)
=== 3 === Chare 80 (load 7.3264)

=== 3 === Less loaded core 0 P#0 (3 chares, load: 27.2577)
=== 3 === Chare from 0 P#0 (3 chares)
=== 3 === Chare 58 (load 6.8940)

=== 3 === Less loaded core 18 P#32 (3 chares, load: 27.3143)
=== 3 === Chare from 18 P#18 (3 chares)
=== 3 === Chare 121 (load 7.1733)

=== 3 === Less loaded core 31 P#32767 (3 chares, load: 27.5495)
=== 3 === Chare from 31 P#31 (3 chares)
=== 3 === Chare 251 (load 7.0308)

[DEBUG] GetBackPlacement from node 5
1 7.4842
2 7.4001
0 7.2994
65 7.2420
122 10.3348
125 8.4303
66 7.3401
67 7.1979
47 8.4685
83 7.4347
64 7.2320
3 7.1983
21 12.0232
51 11.8992
34 11.1148
11 9.7422
57 7.5350
56 7.4703
58 7.3880
59 7.3453
91 7.4243
90 7.3650
88 7.3615
89 7.2960
93 10.2004
75 8.7203
107 8.2748
92 7.5959
98 12.3373
96 12.2034
97 11.1697
99 9.9420
17 7.5038
18 7.4704
16 7.4411
19 7.3564
42 7.5725
40 7.4410
41 7.3809
43 7.2418
25 7.4695
24 7.4544
27 7.4123
26 7.3302
123 8.4300
33 7.2277
127 7.2017
86 7.1487
48 12.2732
106 11.0197
49 10.4279
72 8.4922
50 11.0826
124 8.6775
74 8.5795
87 7.1889
73 7.2243
53 7.2059
85 7.1001
115 7.0625
116 7.3154
118 7.2361
117 7.1091
113 7.1075
5 12.0800
22 11.5274
4 10.0350
10 9.0066
20 8.2532
31 7.4016
76 7.4003
77 7.2349
6 11.9777
61 11.8299
7 11.1509
8 8.7412
71 9.1867
62 7.0630
45 7.0564
82 6.9269
12 7.1850
114 7.0144
68 6.9793
55 6.8989
69 7.4081
78 7.1943
46 6.8945
121 6.6856
39 12.1317
23 11.6363
108 10.1462
70 8.2463
37 9.9704
80 8.2131
60 8.2013
79 7.3830
109 6.9550
111 6.8790
110 6.8764
9 6.6463
32 7.0498
101 6.9883
38 6.9294
30 6.8586
100 7.0234
29 6.8679
104 6.6929
105 6.6147
94 8.7409
81 6.9455
95 6.9391
36 6.8197
112 9.2868
15 9.2103
14 6.8946
13 6.8728
119 9.2946
54 9.1562
52 6.9448
63 6.7125
28 9.3436
102 9.2289
44 7.0860
120 7.0184
84 9.3554
35 9.2488
103 7.2461
126 7.1210
Core 0 load 29.4256
Core 1 load 33.3031
Core 2 load 30.3335
Core 3 load 44.7794
Core 4 load 29.7385
Core 5 load 29.4468
Core 6 load 34.7915
Core 7 load 45.6524
Core 8 load 29.7717
Core 9 load 29.6363
Core 10 load 29.6664
Core 11 load 30.0081
Core 12 load 42.2130
Core 13 load 35.5284
Core 14 load 28.5927
Core 15 load 28.7682
Core 16 load 42.6491
Core 17 load 30.2899
Core 18 load 43.6996
Core 19 load 30.2330
Core 20 load 28.0777
Core 21 load 28.1825
Core 22 load 42.1606
Core 23 load 33.7677
Core 24 load 27.3567
Core 25 load 27.8261
Core 26 load 27.1989
Core 27 load 29.4452
Core 28 load 32.2645
Core 29 load 32.1081
Core 30 load 32.6769
Core 31 load 32.9713
Avg load 32.8926 in [31.9058 ; 33.8794 ]
Swap chares 107 (6.6147) and 31 (9.9420) between cores 26 (27.1989) and 7
(45.6524)
New loads : 26 (30.5262) and 7 (42.3251)
Swap chares 99 (6.6463) and 15 (9.7422) between cores 24 (27.3567) and 3
(44.7794)
New loads : 24 (30.4526) and 3 (41.6835)
Swap chares 103 (6.8586) and 75 (8.7412) between cores 25 (27.8261) and 18
(43.6996)
New loads : 25 (29.7087) and 18 (41.8170)
Swap chares 83 (6.8989) and 67 (9.0066) between cores 20 (28.0777) and 16
(42.6491)
New loads : 20 (30.1854) and 16 (40.5414)
Swap chares 86 (6.8945) and 30 (11.1697) between cores 21 (28.1825) and 7
(42.3251)
New loads : 21 (32.4577) and 7 (38.0499)
Swap chares 59 (7.0625) and 51 (8.4922) between cores 14 (28.5927) and 12
(42.2130)
New loads : 14 (30.0225) and 12 (40.7833)
Swap chares 63 (7.1075) and 91 (8.2463) between cores 15 (28.7682) and 22
(42.1606)
New loads : 15 (29.9070) and 22 (41.0218)
Swap chares 2 (7.2994) and 74 (11.1509) between cores 0 (29.4256) and 18
(41.8170)
New loads : 0 (33.2771) and 18 (37.9655)
Swap chares 110 (6.9391) and 14 (11.1148) between cores 27 (29.4452) and 3
(41.6835)
New loads : 27 (33.6209) and 3 (37.5078)
Swap chares 22 (7.3615) and 90 (10.1462) between cores 5 (29.4468) and 22
(41.0218)
New loads : 5 (32.2315) and 22 (38.2371)
Swap chares 38 (7.3809) and 50 (10.4279) between cores 9 (29.6363) and 12
(40.7833)
New loads : 9 (32.6833) and 12 (37.7362)
Swap chares 42 (7.4123) and 66 (10.0350) between cores 10 (29.6664) and 16
(40.5414)
New loads : 10 (32.2891) and 16 (37.9187)
Swap chares 102 (6.9294) and 90 (7.3615) between cores 25 (29.7087) and 22
(38.2371)
New loads : 25 (30.1408) and 22 (37.8050)
Swap chares 17 (7.4703) and 29 (12.2034) between cores 4 (29.7385) and 7
(38.0499)
New loads : 4 (34.4717) and 7 (33.3168)
Swap chares 33 (7.4704) and 73 (11.8299) between cores 8 (29.7717) and 18
(37.9655)
New loads : 8 (34.1312) and 18 (33.6061)
Swap chares 62 (7.1091) and 66 (7.4123) between cores 15 (29.9070) and 16
(37.9187)
New loads : 15 (30.2102) and 16 (37.6155)
Swap chares 45 (7.2277) and 89 (11.6363) between cores 11 (30.0081) and 22
(37.8050)
New loads : 11 (34.4168) and 22 (33.3963)
Swap chares 58 (7.1001) and 50 (7.3809) between cores 14 (30.0225) and 12
(37.7362)
New loads : 14 (30.3033) and 12 (37.4554)
Swap chares 101 (6.9883) and 65 (11.5274) between cores 25 (30.1408) and 16
(37.6155)
New loads : 25 (34.6800) and 16 (33.0764)
Swap chares 81 (7.0144) and 13 (11.8992) between cores 20 (30.1854) and 3
(37.5078)
New loads : 20 (35.0702) and 3 (32.6230)
Swap chares 61 (7.2361) and 49 (11.0197) between cores 15 (30.2102) and 12
(37.4554)
New loads : 15 (33.9937) and 12 (33.6719)
Swap chares 79 (6.9269) and 55 (7.1889) between cores 19 (30.2330) and 13
(35.5284)
New loads : 19 (30.4950) and 13 (35.2664)
Swap chares 70 (7.4003) and 54 (8.5795) between cores 17 (30.2899) and 13
(35.2664)
New loads : 17 (31.4692) and 13 (34.0872)
Swap chares 59 (8.4922) and 83 (9.0066) between cores 14 (30.3033) and 20
(35.0702)
New loads : 14 (30.8177) and 20 (34.5558)
Swap chares 11 (7.1983) and 27 (7.5959) between cores 2 (30.3335) and 6
(34.7915)
New loads : 2 (30.7311) and 6 (34.3939)
Swap chares 98 (6.8764) and 102 (7.3615) between cores 24 (30.4526) and 25
(34.6800)
New loads : 24 (30.9377) and 25 (34.1949)
Swap chares 79 (7.1889) and 83 (8.4922) between cores 19 (30.4950) and 20
(34.5558)
New loads : 19 (31.7983) and 20 (33.2524)
Swap chares 106 (6.6929) and 18 (7.3880) between cores 26 (30.5262) and 4
(34.4717)
New loads : 26 (31.2213) and 4 (33.7767)
Swap chares 9 (7.4347) and 45 (11.6363) between cores 2 (30.7311) and 11
(34.4168)
New loads : 2 (34.9327) and 11 (30.2152)
Swap chares 47 (7.1487) and 11 (7.5959) between cores 11 (30.2152) and 2
(34.9327)
New loads : 11 (30.6623) and 2 (34.4856)
Swap chares 46 (7.2017) and 10 (7.2320) between cores 11 (30.6623) and 2
(34.4856)
New loads : 11 (30.6926) and 2 (34.4553)
Swap chares 45 (7.4347) and 9 (11.6363) between cores 11 (30.6926) and 2
(34.4553)
New loads : 11 (34.8942) and 2 (30.2537)
Swap chares 11 (7.1487) and 47 (7.5959) between cores 2 (30.2537) and 11
(34.8942)
New loads : 2 (30.7009) and 11 (34.4470)
Swap chares 10 (7.2017) and 46 (7.2320) between cores 2 (30.7009) and 11
(34.4470)
New loads : 2 (30.7311) and 11 (34.4168)
Swap chares 9 (7.4347) and 45 (11.6363) between cores 2 (30.7311) and 11
(34.4168)
New loads : 2 (34.9327) and 11 (30.2152)
Swap chares 47 (7.1487) and 11 (7.5959) between cores 11 (30.2152) and 2
(34.9327)
New loads : 11 (30.6623) and 2 (34.4856)
Swap chares 46 (7.2017) and 10 (7.2320) between cores 11 (30.6623) and 2
(34.4856)
New loads : 11 (30.6926) and 2 (34.4553)
Swap chares 45 (7.4347) and 9 (11.6363) between cores 11 (30.6926) and 2
(34.4553)
New loads : 11 (34.8942) and 2 (30.2537)
Swap chares 11 (7.1487) and 47 (7.5959) between cores 2 (30.2537) and 11
(34.8942)
New loads : 2 (30.7009) and 11 (34.4470)
Swap chares 10 (7.2017) and 46 (7.2320) between cores 2 (30.7009) and 11
(34.4470)
New loads : 2 (30.7311) and 11 (34.4168)
Swap chares 9 (7.4347) and 45 (11.6363) between cores 2 (30.7311) and 11
(34.4168)
New loads : 2 (34.9327) and 11 (30.2152)
Swap chares 47 (7.1487) and 11 (7.5959) between cores 11 (30.2152) and 2
(34.9327)
New loads : 11 (30.6623) and 2 (34.4856)
Swap chares 46 (7.2017) and 10 (7.2320) between cores 11 (30.6623) and 2
(34.4856)
New loads : 11 (30.6926) and 2 (34.4553)
Swap chares 45 (7.4347) and 9 (11.6363) between cores 11 (30.6926) and 2
(34.4553)
New loads : 11 (34.8942) and 2 (30.2537)
Swap chares 11 (7.1487) and 47 (7.5959) between cores 2 (30.2537) and 11
(34.8942)
New loads : 2 (30.7009) and 11 (34.4470)
Swap chares 10 (7.2017) and 46 (7.2320) between cores 2 (30.7009) and 11
(34.4470)
New loads : 2 (30.7311) and 11 (34.4168)
Swap chares 9 (7.4347) and 45 (11.6363) between cores 2 (30.7311) and 11
(34.4168)
New loads : 2 (34.9327) and 11 (30.2152)
Swap chares 47 (7.1487) and 11 (7.5959) between cores 11 (30.2152) and 2
(34.9327)
New loads : 11 (30.6623) and 2 (34.4856)
Swap chares 46 (7.2017) and 10 (7.2320) between cores 11 (30.6623) and 2
(34.4856)
New loads : 11 (30.6926) and 2 (34.4553)
Swap chares 45 (7.4347) and 9 (11.6363) between cores 11 (30.6926) and 2
(34.4553)
New loads : 11 (34.8942) and 2 (30.2537)
Swap chares 11 (7.1487) and 47 (7.5959) between cores 2 (30.2537) and 11
(34.8942)
New loads : 2 (30.7009) and 11 (34.4470)
Swap chares 10 (7.2017) and 46 (7.2320) between cores 2 (30.7009) and 11
(34.4470)
New loads : 2 (30.7311) and 11 (34.4168)
Swap chares 9 (7.4347) and 45 (11.6363) between cores 2 (30.7311) and 11
(34.4168)
New loads : 2 (34.9327) and 11 (30.2152)
Swap chares 47 (7.1487) and 11 (7.5959) between cores 11 (30.2152) and 2
(34.9327)
New loads : 11 (30.6623) and 2 (34.4856)
Swap chares 46 (7.2017) and 10 (7.2320) between cores 11 (30.6623) and 2
(34.4856)
New loads : 11 (30.6926) and 2 (34.4553)
Swap chares 45 (7.4347) and 9 (11.6363) between cores 11 (30.6926) and 2
(34.4553)
New loads : 11 (34.8942) and 2 (30.2537)
Swap chares 11 (7.1487) and 47 (7.5959) between cores 2 (30.2537) and 11
(34.8942)
New loads : 2 (30.7009) and 11 (34.4470)
Swap chares 10 (7.2017) and 46 (7.2320) between cores 2 (30.7009) and 11
(34.4470)
New loads : 2 (30.7311) and 11 (34.4168)
Swap chares 9 (7.4347) and 45 (11.6363) between cores 2 (30.7311) and 11
(34.4168)
New loads : 2 (34.9327) and 11 (30.2152)
Swap chares 47 (7.1487) and 11 (7.5959) between cores 11 (30.2152) and 2
(34.9327)
New loads : 11 (30.6623) and 2 (34.4856)
Swap chares 46 (7.2017) and 10 (7.2320) between cores 11 (30.6623) and 2
(34.4856)
New loads : 11 (30.6926) and 2 (34.4553)
Swap chares 45 (7.4347) and 9 (11.6363) between cores 11 (30.6926) and 2
(34.4553)
New loads : 11 (34.8942) and 2 (30.2537)
Swap chares 11 (7.1487) and 47 (7.5959) between cores 2 (30.2537) and 11
(34.8942)
New loads : 2 (30.7009) and 11 (34.4470)
Swap chares 10 (7.2017) and 46 (7.2320) between cores 2 (30.7009) and 11
(34.4470)
New loads : 2 (30.7311) and 11 (34.4168)
=== 5 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 0 P#0 (0 chares)
=== 5 === Chare 267 (load 11.1509)

=== 5 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 5 === Chare from 1 P#1 (0 chares)
=== 5 === Chare 1018 (load 10.3348)

=== 5 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 5 === Chare from 2 P#2 (0 chares)
=== 5 === Chare 747 (load 8.4685)

=== 5 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 5 === Chare from 3 P#3 (0 chares)
=== 5 === Chare 497 (load 12.0232)

=== 5 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 5 === Chare from 4 P#4 (0 chares)
=== 5 === Chare 964 (load 12.2034)

=== 5 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 5 === Chare from 5 P#5 (0 chares)
=== 5 === Chare 1004 (load 10.1462)

=== 5 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 5 === Chare from 6 P#6 (0 chares)
=== 5 === Chare 961 (load 10.2004)

=== 5 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 5 === Chare from 7 P#7 (0 chares)
=== 5 === Chare 966 (load 12.3373)

=== 5 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 5 === Chare from 8 P#8 (0 chares)
=== 5 === Chare 813 (load 11.8299)

=== 5 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 9 P#9 (0 chares)
=== 5 === Chare 753 (load 10.4279)

=== 5 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 10 P#10 (0 chares)
=== 5 === Chare 264 (load 10.0350)

=== 5 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 11 P#11 (0 chares)
=== 5 === Chare 499 (load 11.6363)

=== 5 === Less loaded core 12 P#72812912 (0 chares, load: 0.0000)
=== 5 === Chare from 12 P#12 (0 chares)
=== 5 === Chare 752 (load 12.2732)

=== 5 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 13 P#13 (0 chares)
=== 5 === Chare 754 (load 11.0826)

=== 5 === Less loaded core 14 P#46091328 (0 chares, load: 0.0000)
=== 5 === Chare from 14 P#14 (0 chares)
=== 5 === Chare 302 (load 9.0066)

=== 5 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 15 P#15 (0 chares)
=== 5 === Chare 1002 (load 11.0197)

=== 5 === Less loaded core 16 P#46089792 (0 chares, load: 0.0000)
=== 5 === Chare from 16 P#16 (0 chares)
=== 5 === Chare 265 (load 12.0800)

=== 5 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 17 P#17 (0 chares)
=== 5 === Chare 926 (load 8.5795)

=== 5 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 5 === Chare from 18 P#18 (0 chares)
=== 5 === Chare 266 (load 11.9777)

=== 5 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 19 P#19 (0 chares)
=== 5 === Chare 891 (load 9.1867)

=== 5 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 20 P#20 (0 chares)
=== 5 === Chare 755 (load 11.8992)

=== 5 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 21 P#21 (0 chares)
=== 5 === Chare 965 (load 11.1697)

=== 5 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 5 === Chare from 22 P#22 (0 chares)
=== 5 === Chare 679 (load 12.1317)

=== 5 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 5 === Chare from 23 P#23 (0 chares)
=== 5 === Chare 677 (load 9.9704)

=== 5 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 5 === Chare from 24 P#24 (0 chares)
=== 5 === Chare 303 (load 9.7422)

=== 5 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 5 === Chare from 25 P#25 (0 chares)
=== 5 === Chare 498 (load 11.5274)

=== 5 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 26 P#26 (0 chares)
=== 5 === Chare 967 (load 9.9420)

=== 5 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 5 === Chare from 27 P#27 (0 chares)
=== 5 === Chare 666 (load 11.1148)

=== 5 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 28 P#28 (0 chares)
=== 5 === Chare 1008 (load 9.2868)

=== 5 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 29 P#29 (0 chares)
=== 5 === Chare 1015 (load 9.2946)

=== 5 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 5 === Chare from 30 P#30 (0 chares)
=== 5 === Chare 652 (load 9.3436)

=== 5 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 5 === Chare from 31 P#31 (0 chares)
=== 5 === Chare 940 (load 9.3554)

=== 5 === Less loaded core 2 P#4 (1 chares, load: 8.4685)
=== 5 === Chare from 2 P#2 (1 chares)
=== 5 === Chare 960 (load 7.5959)

=== 5 === Less loaded core 17 P#0 (1 chares, load: 8.5795)
=== 5 === Chare from 17 P#17 (1 chares)
=== 5 === Chare 496 (load 8.2532)

=== 5 === Less loaded core 14 P#46091328 (1 chares, load: 9.0066)
=== 5 === Chare from 14 P#14 (1 chares)
=== 5 === Chare 689 (load 7.3809)

=== 5 === Less loaded core 19 P#0 (1 chares, load: 9.1867)
=== 5 === Chare from 19 P#19 (1 chares)
=== 5 === Chare 924 (load 8.4922)

=== 5 === Less loaded core 28 P#-1476395008 (1 chares, load: 9.2868)
=== 5 === Chare from 28 P#28 (1 chares)
=== 5 === Chare 387 (load 9.2103)

=== 5 === Less loaded core 29 P#1076008662 (1 chares, load: 9.2946)
=== 5 === Chare from 29 P#29 (1 chares)
=== 5 === Chare 790 (load 9.1562)

=== 5 === Less loaded core 30 P#-78976 (1 chares, load: 9.3436)
=== 5 === Chare from 30 P#30 (1 chares)
=== 5 === Chare 994 (load 9.2289)

=== 5 === Less loaded core 31 P#32767 (1 chares, load: 9.3554)
=== 5 === Chare from 31 P#31 (1 chares)
=== 5 === Chare 667 (load 9.2488)

=== 5 === Less loaded core 24 P#24 (1 chares, load: 9.7422)
=== 5 === Chare from 24 P#24 (1 chares)
=== 5 === Chare 948 (load 7.3615)

=== 5 === Less loaded core 26 P#1 (1 chares, load: 9.9420)
=== 5 === Chare from 26 P#26 (1 chares)
=== 5 === Chare 802 (load 7.3880)

=== 5 === Less loaded core 23 P#23 (1 chares, load: 9.9704)
=== 5 === Chare from 23 P#23 (1 chares)
=== 5 === Chare 936 (load 8.2131)

=== 5 === Less loaded core 10 P#0 (1 chares, load: 10.0350)
=== 5 === Chare from 10 P#10 (1 chares)
=== 5 === Chare 649 (load 7.4695)

=== 5 === Less loaded core 5 P#3 (1 chares, load: 10.1462)
=== 5 === Chare from 5 P#5 (1 chares)
=== 5 === Chare 951 (load 7.4243)

=== 5 === Less loaded core 6 P#5 (1 chares, load: 10.2004)
=== 5 === Chare from 6 P#6 (1 chares)
=== 5 === Chare 927 (load 8.7203)

=== 5 === Less loaded core 1 P#2 (1 chares, load: 10.3348)
=== 5 === Chare from 1 P#1 (1 chares)
=== 5 === Chare 1021 (load 8.4303)

=== 5 === Less loaded core 9 P#0 (1 chares, load: 10.4279)
=== 5 === Chare from 9 P#9 (1 chares)
=== 5 === Chare 690 (load 7.5725)

=== 5 === Less loaded core 15 P#0 (1 chares, load: 11.0197)
=== 5 === Chare from 15 P#15 (1 chares)
=== 5 === Chare 890 (load 8.2463)

=== 5 === Less loaded core 13 P#0 (1 chares, load: 11.0826)
=== 5 === Chare from 13 P#13 (1 chares)
=== 5 === Chare 1020 (load 8.6775)

=== 5 === Less loaded core 27 P#32767 (1 chares, load: 11.1148)
=== 5 === Chare from 27 P#27 (1 chares)
=== 5 === Chare 962 (load 8.7409)

=== 5 === Less loaded core 0 P#0 (1 chares, load: 11.1509)
=== 5 === Chare from 0 P#0 (1 chares)
=== 5 === Chare 225 (load 7.4842)

=== 5 === Less loaded core 21 P#0 (1 chares, load: 11.1697)
=== 5 === Chare from 21 P#21 (1 chares)
=== 5 === Chare 889 (load 7.4081)

=== 5 === Less loaded core 25 P#32767 (1 chares, load: 11.5274)
=== 5 === Chare from 25 P#25 (1 chares)
=== 5 === Chare 300 (load 8.7412)

=== 5 === Less loaded core 11 P#0 (1 chares, load: 11.6363)
=== 5 === Chare from 11 P#11 (1 chares)
=== 5 === Chare 1019 (load 8.4300)

=== 5 === Less loaded core 8 P#9346032 (1 chares, load: 11.8299)
=== 5 === Chare from 8 P#8 (1 chares)
=== 5 === Chare 461 (load 7.5038)

=== 5 === Less loaded core 20 P#0 (1 chares, load: 11.8992)
=== 5 === Chare from 20 P#20 (1 chares)
=== 5 === Chare 943 (load 7.1889)

=== 5 === Less loaded core 18 P#32 (1 chares, load: 11.9777)
=== 5 === Chare from 18 P#18 (1 chares)
=== 5 === Chare 462 (load 7.4704)

=== 5 === Less loaded core 3 P#6 (1 chares, load: 12.0232)
=== 5 === Chare from 3 P#3 (1 chares)
=== 5 === Chare 1010 (load 7.0144)

=== 5 === Less loaded core 16 P#46089792 (1 chares, load: 12.0800)
=== 5 === Chare from 16 P#16 (1 chares)
=== 5 === Chare 1013 (load 7.1091)

=== 5 === Less loaded core 22 P#22 (1 chares, load: 12.1317)
=== 5 === Chare from 22 P#22 (1 chares)
=== 5 === Chare 665 (load 7.2277)

=== 5 === Less loaded core 4 P#1 (1 chares, load: 12.2034)
=== 5 === Chare from 4 P#4 (1 chares)
=== 5 === Chare 801 (load 7.5350)

=== 5 === Less loaded core 12 P#72812912 (1 chares, load: 12.2732)
=== 5 === Chare from 12 P#12 (1 chares)
=== 5 === Chare 1014 (load 7.2361)

=== 5 === Less loaded core 7 P#7 (1 chares, load: 12.3373)
=== 5 === Chare from 7 P#7 (1 chares)
=== 5 === Chare 800 (load 7.4703)

=== 5 === Less loaded core 2 P#4 (2 chares, load: 16.0644)
=== 5 === Chare from 2 P#2 (2 chares)
=== 5 === Chare 939 (load 7.4347)

=== 5 === Less loaded core 14 P#46091328 (2 chares, load: 16.3876)
=== 5 === Chare from 14 P#14 (2 chares)
=== 5 === Chare 925 (load 7.2243)

=== 5 === Less loaded core 17 P#0 (2 chares, load: 16.8327)
=== 5 === Chare from 17 P#17 (2 chares)
=== 5 === Chare 655 (load 7.4016)

=== 5 === Less loaded core 24 P#24 (2 chares, load: 17.1037)
=== 5 === Chare from 24 P#24 (2 chares)
=== 5 === Chare 1005 (load 6.9550)

=== 5 === Less loaded core 26 P#2 (2 chares, load: 17.3300)
=== 5 === Chare from 26 P#26 (2 chares)
=== 5 === Chare 992 (load 7.0234)

=== 5 === Less loaded core 10 P#0 (2 chares, load: 17.5044)
=== 5 === Chare from 10 P#10 (2 chares)
=== 5 === Chare 648 (load 7.4544)

=== 5 === Less loaded core 5 P#3 (2 chares, load: 17.5705)
=== 5 === Chare from 5 P#5 (2 chares)
=== 5 === Chare 950 (load 7.3650)

=== 5 === Less loaded core 19 P#0 (2 chares, load: 17.6790)
=== 5 === Chare from 19 P#19 (2 chares)
=== 5 === Chare 814 (load 7.0630)

=== 5 === Less loaded core 9 P#0 (2 chares, load: 18.0005)
=== 5 === Chare from 9 P#9 (2 chares)
=== 5 === Chare 688 (load 7.4410)

=== 5 === Less loaded core 23 P#23 (2 chares, load: 18.1835)
=== 5 === Chare from 23 P#23 (2 chares)
=== 5 === Chare 812 (load 8.2013)

=== 5 === Less loaded core 29 P#1077048168 (2 chares, load: 18.4508)
=== 5 === Chare from 29 P#29 (2 chares)
=== 5 === Chare 788 (load 6.9448)

=== 5 === Less loaded core 28 P#-1476395008 (2 chares, load: 18.4971)
=== 5 === Chare from 28 P#28 (2 chares)
=== 5 === Chare 386 (load 6.8946)

=== 5 === Less loaded core 30 P#-78976 (2 chares, load: 18.5725)
=== 5 === Chare from 30 P#30 (2 chares)
=== 5 === Chare 744 (load 7.0860)

=== 5 === Less loaded core 21 P#0 (2 chares, load: 18.5778)
=== 5 === Chare from 21 P#21 (2 chares)
=== 5 === Chare 930 (load 7.1943)

=== 5 === Less loaded core 31 P#32767 (2 chares, load: 18.6042)
=== 5 === Chare from 31 P#31 (2 chares)
=== 5 === Chare 995 (load 7.2461)

=== 5 === Less loaded core 0 P#0 (2 chares, load: 18.6350)
=== 5 === Chare from 0 P#0 (2 chares)
=== 5 === Chare 226 (load 7.4001)

=== 5 === Less loaded core 1 P#2 (2 chares, load: 18.7651)
=== 5 === Chare from 1 P#1 (2 chares)
=== 5 === Chare 834 (load 7.3401)

=== 5 === Less loaded core 6 P#5 (2 chares, load: 18.9208)
=== 5 === Chare from 6 P#6 (2 chares)
=== 5 === Chare 1003 (load 8.2748)

=== 5 === Less loaded core 3 P#6 (2 chares, load: 19.0376)
=== 5 === Chare from 3 P#3 (2 chares)
=== 5 === Chare 963 (load 6.9391)

=== 5 === Less loaded core 20 P#0 (2 chares, load: 19.0881)
=== 5 === Chare from 20 P#20 (2 chares)
=== 5 === Chare 384 (load 7.1850)

=== 5 === Less loaded core 16 P#46089792 (2 chares, load: 19.1892)
=== 5 === Chare from 16 P#16 (2 chares)
=== 5 === Chare 993 (load 6.9883)

=== 5 === Less loaded core 15 P#0 (2 chares, load: 19.2660)
=== 5 === Chare from 15 P#15 (2 chares)
=== 5 === Chare 651 (load 7.4123)

=== 5 === Less loaded core 8 P#9346032 (2 chares, load: 19.3337)
=== 5 === Chare from 8 P#8 (2 chares)
=== 5 === Chare 460 (load 7.4411)

=== 5 === Less loaded core 22 P#22 (2 chares, load: 19.3594)
=== 5 === Chare from 22 P#22 (2 chares)
=== 5 === Chare 1009 (load 7.1075)

=== 5 === Less loaded core 18 P#32 (2 chares, load: 19.4481)
=== 5 === Chare from 18 P#18 (2 chares)
=== 5 === Chare 224 (load 7.2994)

=== 5 === Less loaded core 12 P#72812912 (2 chares, load: 19.5093)
=== 5 === Chare from 12 P#12 (2 chares)
=== 5 === Chare 941 (load 7.1001)

=== 5 === Less loaded core 4 P#1 (2 chares, load: 19.7384)
=== 5 === Chare from 4 P#4 (2 chares)
=== 5 === Chare 803 (load 7.3453)

=== 5 === Less loaded core 13 P#0 (2 chares, load: 19.7601)
=== 5 === Chare from 13 P#13 (2 chares)
=== 5 === Chare 928 (load 7.4003)

=== 5 === Less loaded core 7 P#7 (2 chares, load: 19.8076)
=== 5 === Chare from 7 P#7 (2 chares)
=== 5 === Chare 746 (load 6.8945)

=== 5 === Less loaded core 27 P#32767 (2 chares, load: 19.8557)
=== 5 === Chare from 27 P#27 (2 chares)
=== 5 === Chare 937 (load 6.9455)

=== 5 === Less loaded core 11 P#0 (2 chares, load: 20.0663)
=== 5 === Chare from 11 P#11 (2 chares)
=== 5 === Chare 1023 (load 7.2017)

=== 5 === Less loaded core 25 P#32767 (2 chares, load: 20.2687)
=== 5 === Chare from 25 P#25 (2 chares)
=== 5 === Chare 664 (load 7.0498)

=== 5 === Less loaded core 2 P#4 (3 chares, load: 23.4991)
=== 5 === Chare from 2 P#2 (3 chares)
=== 5 === Chare 832 (load 7.2320)

=== 5 === Less loaded core 14 P#46091328 (3 chares, load: 23.6118)
=== 5 === Chare from 14 P#14 (3 chares)
=== 5 === Chare 789 (load 7.2059)

=== 5 === Less loaded core 24 P#24 (3 chares, load: 24.0587)
=== 5 === Chare from 24 P#24 (3 chares)
=== 5 === Chare 1007 (load 6.8790)

=== 5 === Less loaded core 17 P#0 (3 chares, load: 24.2343)
=== 5 === Chare from 17 P#17 (3 chares)
=== 5 === Chare 929 (load 7.2349)

=== 5 === Less loaded core 26 P#3 (3 chares, load: 24.3534)
=== 5 === Chare from 26 P#26 (3 chares)
=== 5 === Chare 653 (load 6.8679)

=== 5 === Less loaded core 19 P#0 (3 chares, load: 24.7420)
=== 5 === Chare from 19 P#19 (3 chares)
=== 5 === Chare 745 (load 7.0564)

=== 5 === Less loaded core 5 P#3 (3 chares, load: 24.9355)
=== 5 === Chare from 5 P#5 (3 chares)
=== 5 === Chare 949 (load 7.2960)

=== 5 === Less loaded core 10 P#0 (3 chares, load: 24.9588)
=== 5 === Chare from 10 P#10 (3 chares)
=== 5 === Chare 650 (load 7.3302)

=== 5 === Less loaded core 28 P#134217728 (3 chares, load: 25.3917)
=== 5 === Chare from 28 P#28 (3 chares)
=== 5 === Chare 385 (load 6.8728)

=== 5 === Less loaded core 29 P#1077503300 (3 chares, load: 25.3956)
=== 5 === Chare from 29 P#29 (3 chares)
=== 5 === Chare 815 (load 6.7125)

=== 5 === Less loaded core 9 P#0 (3 chares, load: 25.4415)
=== 5 === Chare from 9 P#9 (3 chares)
=== 5 === Chare 691 (load 7.2418)

=== 5 === Less loaded core 30 P#-78976 (3 chares, load: 25.6585)
=== 5 === Chare from 30 P#30 (3 chares)
=== 5 === Chare 1016 (load 7.0184)

=== 5 === Less loaded core 21 P#0 (3 chares, load: 25.7721)
=== 5 === Chare from 21 P#21 (3 chares)
=== 5 === Chare 1017 (load 6.6856)

=== 5 === Less loaded core 31 P#32767 (3 chares, load: 25.8503)
=== 5 === Chare from 31 P#31 (3 chares)
=== 5 === Chare 1022 (load 7.1210)

=== 5 === Less loaded core 3 P#6 (3 chares, load: 25.9767)
=== 5 === Chare from 3 P#3 (3 chares)
=== 5 === Chare 301 (load 6.6463)

=== 5 === Less loaded core 0 P#0 (3 chares, load: 26.0351)
=== 5 === Chare from 0 P#0 (3 chares)
=== 5 === Chare 833 (load 7.2420)

=== 5 === Less loaded core 1 P#2 (3 chares, load: 26.1052)
=== 5 === Chare from 1 P#1 (3 chares)
=== 5 === Chare 835 (load 7.1979)

=== 5 === Less loaded core 16 P#46089792 (3 chares, load: 26.1775)
=== 5 === Chare from 16 P#16 (3 chares)
=== 5 === Chare 791 (load 6.8989)

=== 5 === Less loaded core 20 P#0 (3 chares, load: 26.2731)
=== 5 === Chare from 20 P#20 (3 chares)
=== 5 === Chare 888 (load 6.9793)

=== 5 === Less loaded core 23 P#23 (3 chares, load: 26.3848)
=== 5 === Chare from 23 P#23 (3 chares)
=== 5 === Chare 931 (load 7.3830)

=== 5 === Less loaded core 22 P#22 (3 chares, load: 26.4669)
=== 5 === Chare from 22 P#22 (3 chares)
=== 5 === Chare 678 (load 6.9294)

=== 5 === Less loaded core 12 P#72812912 (3 chares, load: 26.6094)
=== 5 === Chare from 12 P#12 (3 chares)
=== 5 === Chare 1011 (load 7.0625)

=== 5 === Less loaded core 15 P#0 (3 chares, load: 26.6783)
=== 5 === Chare from 15 P#15 (3 chares)
=== 5 === Chare 1012 (load 7.3154)

=== 5 === Less loaded core 7 P#7 (3 chares, load: 26.7021)
=== 5 === Chare from 7 P#7 (3 chares)
=== 5 === Chare 1001 (load 6.6147)

=== 5 === Less loaded core 18 P#32 (3 chares, load: 26.7475)
=== 5 === Chare from 18 P#18 (3 chares)
=== 5 === Chare 654 (load 6.8586)

=== 5 === Less loaded core 8 P#9346032 (3 chares, load: 26.7748)
=== 5 === Chare from 8 P#8 (3 chares)
=== 5 === Chare 463 (load 7.3564)

=== 5 === Less loaded core 27 P#32767 (3 chares, load: 26.8012)
=== 5 === Chare from 27 P#27 (3 chares)
=== 5 === Chare 676 (load 6.8197)

=== 5 === Less loaded core 4 P#1 (3 chares, load: 27.0837)
=== 5 === Chare from 4 P#4 (3 chares)
=== 5 === Chare 1000 (load 6.6929)

=== 5 === Less loaded core 13 P#0 (3 chares, load: 27.1604)
=== 5 === Chare from 13 P#13 (3 chares)
=== 5 === Chare 938 (load 6.9269)

=== 5 === Less loaded core 6 P#5 (3 chares, load: 27.1956)
=== 5 === Chare from 6 P#6 (3 chares)
=== 5 === Chare 227 (load 7.1983)

=== 5 === Less loaded core 11 P#0 (3 chares, load: 27.2681)
=== 5 === Chare from 11 P#11 (3 chares)
=== 5 === Chare 942 (load 7.1487)

=== 5 === Less loaded core 25 P#32767 (3 chares, load: 27.3185)
=== 5 === Chare from 25 P#25 (3 chares)
=== 5 === Chare 1006 (load 6.8764)

[DEBUG] GetBackPlacement from node 1
2 11.3936
52 9.3411
53 7.3223
0 7.1508
32 9.0454
121 7.1852
14 7.1563
85 6.9443
122 7.2071
120 7.1746
69 7.1065
33 6.9953
79 11.4958
81 9.3872
43 9.1239
106 7.2086
44 9.9908
24 8.3150
51 8.1590
46 7.2826
111 12.1871
80 11.7906
54 11.2573
82 9.8140
112 7.3446
116 7.1366
117 7.1163
83 7.1108
114 7.1370
113 7.1036
104 7.0954
105 6.9897
78 7.2800
77 7.2525
8 6.9577
57 6.9062
31 8.6043
92 8.4851
76 7.4553
37 7.2872
90 7.1564
26 6.8451
45 6.8056
23 6.8055
71 6.9555
38 6.7970
93 6.7443
36 6.7428
110 7.1786
68 7.1465
115 7.1031
86 6.9821
95 6.9829
96 6.9754
87 6.9378
98 6.9261
88 9.3053
126 9.2118
89 7.0332
125 6.8543
97 9.2334
103 9.0958
124 6.8971
123 6.8115
27 10.1619
47 8.2263
19 7.3120
1 7.0551
21 7.2906
108 7.2403
66 7.2289
20 7.1925
6 9.1786
102 7.2636
101 7.1852
100 7.1365
65 9.3317
107 9.3170
17 9.1493
109 7.1033
39 11.7061
30 11.5626
28 9.7355
94 9.6899
119 11.6627
84 9.4430
118 7.8184
99 7.3011
35 12.5126
70 11.6242
40 9.5462
41 7.4350
67 12.2044
73 12.0178
72 11.8169
74 9.6842
3 7.2309
64 7.1933
56 7.1629
60 7.1189
63 7.5967
16 7.2822
4 7.2252
5 7.1300
12 12.3663
13 12.2714
7 11.3865
22 11.1046
42 10.2756
29 7.5246
18 7.2473
15 7.2382
10 10.9706
9 9.2171
55 8.9417
11 8.9233
62 9.8434
59 6.9164
61 6.8703
127 6.5169
50 7.0468
75 7.0093
91 6.9115
25 6.8647
34 9.6856
48 7.5977
49 7.1999
58 7.1462
Core 0 load 35.2077
Core 1 load 30.3311
Core 2 load 28.4835
Core 3 load 37.2156
Core 4 load 33.7475
Core 5 load 45.0490
Core 6 load 28.7083
Core 7 load 28.3258
Core 8 load 28.3964
Core 9 load 31.8319
Core 10 load 27.6125
Core 11 load 27.2395
Core 12 load 28.4103
Core 13 load 27.8222
Core 14 load 32.4046
Core 15 load 32.0377
Core 16 load 32.7552
Core 17 load 28.9524
Core 18 load 30.7639
Core 19 load 34.9014
Core 20 load 42.6941
Core 21 load 36.2252
Core 22 load 41.1181
Core 23 load 45.7232
Core 24 load 28.7061
Core 25 load 29.2341
Core 26 load 47.1287
Core 27 load 32.2857
Core 28 load 38.0528
Core 29 load 30.1469
Core 30 load 27.8323
Core 31 load 31.6294
Avg load 33.1554 in [32.1608 ; 34.1501 ]
Swap chares 47 (6.7428) and 107 (11.1046) between cores 11 (27.2395) and 26
(47.1287)
New loads : 11 (31.6014) and 26 (42.7669)
Swap chares 43 (6.8055) and 95 (9.6842) between cores 10 (27.6125) and 23
(45.7232)
New loads : 10 (30.4912) and 23 (42.8445)
Swap chares 55 (6.9261) and 23 (9.8140) between cores 13 (27.8222) and 5
(45.0490)
New loads : 13 (30.7101) and 5 (42.1612)
Swap chares 122 (6.9115) and 94 (11.8169) between cores 30 (27.8323) and 23
(42.8445)
New loads : 30 (32.7377) and 23 (37.9391)
Swap chares 30 (7.0954) and 106 (11.3865) between cores 7 (28.3258) and 26
(42.7669)
New loads : 7 (32.6168) and 26 (38.4759)
Swap chares 35 (6.9062) and 83 (9.6899) between cores 8 (28.3964) and 20
(42.6941)
New loads : 8 (31.1801) and 20 (39.9104)
Swap chares 50 (7.1031) and 22 (11.2573) between cores 12 (28.4103) and 5
(42.1612)
New loads : 12 (32.5645) and 5 (38.0070)
Swap chares 11 (6.9953) and 91 (7.4350) between cores 2 (28.4835) and 22
(41.1181)
New loads : 2 (28.9232) and 22 (40.6784)
Swap chares 98 (7.1629) and 90 (9.5462) between cores 24 (28.7061) and 22
(40.6784)
New loads : 24 (31.0894) and 22 (38.2951)
Swap chares 26 (7.1163) and 82 (9.7355) between cores 6 (28.7083) and 20
(39.9104)
New loads : 6 (31.3275) and 20 (37.2912)
Swap chares 9 (7.1746) and 105 (12.2714) between cores 2 (28.9232) and 26
(38.4759)
New loads : 2 (34.0200) and 26 (33.3792)
Swap chares 69 (7.2403) and 89 (11.6242) between cores 17 (28.9524) and 22
(38.2951)
New loads : 17 (33.3363) and 22 (33.9112)
Swap chares 103 (7.1300) and 115 (8.9233) between cores 25 (29.2341) and 28
(38.0528)
New loads : 25 (31.0274) and 28 (36.2595)
Swap chares 119 (6.5169) and 23 (6.9261) between cores 29 (30.1469) and 5
(38.0070)
New loads : 29 (30.5562) and 5 (37.5977)
Swap chares 5 (7.1852) and 93 (12.0178) between cores 1 (30.3311) and 23
(37.9391)
New loads : 1 (35.1638) and 23 (33.1065)
Swap chares 42 (6.8056) and 22 (7.1031) between cores 10 (30.4912) and 5
(37.5977)
New loads : 10 (30.7887) and 5 (37.3002)
Swap chares 117 (6.9164) and 21 (11.7906) between cores 29 (30.5562) and 5
(37.3002)
New loads : 29 (35.4305) and 5 (32.4259)
Swap chares 54 (6.9378) and 82 (7.1163) between cores 13 (30.7101) and 20
(37.2912)
New loads : 13 (30.8886) and 20 (37.1127)
Swap chares 75 (7.1365) and 15 (7.2086) between cores 18 (30.7639) and 3
(37.2156)
New loads : 18 (30.8360) and 3 (37.1434)
Swap chares 42 (7.1031) and 14 (9.1239) between cores 10 (30.7887) and 3
(37.1434)
New loads : 10 (32.8095) and 3 (35.1226)
Swap chares 73 (7.2636) and 81 (11.5626) between cores 18 (30.8360) and 20
(37.1127)
New loads : 18 (35.1350) and 20 (32.8136)
Swap chares 54 (7.1163) and 114 (8.9417) between cores 13 (30.8886) and 28
(36.2595)
New loads : 13 (32.7140) and 28 (34.4341)
Swap chares 102 (7.2252) and 86 (7.8184) between cores 25 (31.0274) and 21
(36.2252)
New loads : 25 (31.6206) and 21 (35.6320)
Swap chares 99 (7.1189) and 87 (7.3011) between cores 24 (31.0894) and 21
(35.6320)
New loads : 24 (31.2716) and 21 (35.4498)
Swap chares 34 (6.9577) and 86 (7.2252) between cores 8 (31.1801) and 21
(35.4498)
New loads : 8 (31.4476) and 21 (35.1823)
Swap chares 97 (7.1933) and 117 (11.7906) between cores 24 (31.2716) and 29
(35.4305)
New loads : 24 (35.8689) and 29 (30.8331)
Swap chares 119 (6.9261) and 99 (7.3011) between cores 29 (30.8331) and 24
(35.8689)
New loads : 29 (31.2081) and 24 (35.4939)
Swap chares 118 (6.8703) and 98 (9.5462) between cores 29 (31.2081) and 24
(35.4939)
New loads : 29 (33.8840) and 24 (32.8180)
Swap chares 27 (7.1108) and 3 (7.1508) between cores 6 (31.3275) and 0
(35.2077)
New loads : 6 (31.3674) and 0 (35.1678)
Swap chares 25 (7.1366) and 85 (9.4430) between cores 6 (31.3674) and 21
(35.1823)
New loads : 6 (33.6739) and 21 (32.8758)
Swap chares 34 (7.2252) and 2 (7.3223) between cores 8 (31.4476) and 0
(35.1678)
New loads : 8 (31.5447) and 0 (35.0707)
Swap chares 33 (7.2525) and 5 (12.0178) between cores 8 (31.5447) and 1
(35.1638)
New loads : 8 (36.3100) and 1 (30.3985)
Swap chares 7 (6.9443) and 35 (9.6899) between cores 1 (30.3985) and 8
(36.3100)
New loads : 1 (33.1441) and 8 (33.5644)
Swap chares 46 (6.7443) and 74 (7.1852) between cores 11 (31.6014) and 18
(35.1350)
New loads : 11 (32.0422) and 18 (34.6942)
Swap chares 101 (7.2822) and 13 (9.3872) between cores 25 (31.6206) and 3
(35.1226)
New loads : 25 (33.7257) and 3 (33.0176)
Swap chares 126 (7.1999) and 2 (7.2252) between cores 31 (31.6294) and 0
(35.0707)
New loads : 31 (31.6546) and 0 (35.0454)
Swap chares 125 (7.5977) and 1 (9.3411) between cores 31 (31.6546) and 0
(35.0454)
New loads : 31 (33.3981) and 0 (33.3020)
Swap chares 38 (7.4553) and 78 (9.1493) between cores 9 (31.8319) and 19
(34.9014)
New loads : 9 (33.5259) and 19 (33.2074)
Swap chares 63 (6.8115) and 75 (7.2086) between cores 15 (32.0377) and 18
(34.6942)
New loads : 15 (32.4349) and 18 (34.2970)
Swap chares 45 (6.7970) and 113 (9.2171) between cores 11 (32.0422) and 28
(34.4341)
New loads : 11 (34.4624) and 28 (32.0139)
Swap chares 115 (7.1300) and 47 (11.1046) between cores 28 (32.0139) and 11
(34.4624)
New loads : 28 (35.9885) and 11 (30.4878)
Swap chares 47 (7.1300) and 115 (11.1046) between cores 11 (30.4878) and 28
(35.9885)
New loads : 11 (34.4624) and 28 (32.0139)
Swap chares 115 (7.1300) and 47 (11.1046) between cores 28 (32.0139) and 11
(34.4624)
New loads : 28 (35.9885) and 11 (30.4878)
Swap chares 47 (7.1300) and 115 (11.1046) between cores 11 (30.4878) and 28
(35.9885)
New loads : 11 (34.4624) and 28 (32.0139)
Swap chares 115 (7.1300) and 47 (11.1046) between cores 28 (32.0139) and 11
(34.4624)
New loads : 28 (35.9885) and 11 (30.4878)
Swap chares 47 (7.1300) and 115 (11.1046) between cores 11 (30.4878) and 28
(35.9885)
New loads : 11 (34.4624) and 28 (32.0139)
Swap chares 115 (7.1300) and 47 (11.1046) between cores 28 (32.0139) and 11
(34.4624)
New loads : 28 (35.9885) and 11 (30.4878)
Swap chares 47 (7.1300) and 115 (11.1046) between cores 11 (30.4878) and 28
(35.9885)
New loads : 11 (34.4624) and 28 (32.0139)
Swap chares 115 (7.1300) and 47 (11.1046) between cores 28 (32.0139) and 11
(34.4624)
New loads : 28 (35.9885) and 11 (30.4878)
Swap chares 47 (7.1300) and 115 (11.1046) between cores 11 (30.4878) and 28
(35.9885)
New loads : 11 (34.4624) and 28 (32.0139)
Swap chares 115 (7.1300) and 47 (11.1046) between cores 28 (32.0139) and 11
(34.4624)
New loads : 28 (35.9885) and 11 (30.4878)
Swap chares 47 (7.1300) and 115 (11.1046) between cores 11 (30.4878) and 28
(35.9885)
New loads : 11 (34.4624) and 28 (32.0139)
Swap chares 115 (7.1300) and 47 (11.1046) between cores 28 (32.0139) and 11
(34.4624)
New loads : 28 (35.9885) and 11 (30.4878)
Swap chares 47 (7.1300) and 115 (11.1046) between cores 11 (30.4878) and 28
(35.9885)
New loads : 11 (34.4624) and 28 (32.0139)
Swap chares 115 (7.1300) and 47 (11.1046) between cores 28 (32.0139) and 11
(34.4624)
New loads : 28 (35.9885) and 11 (30.4878)
Swap chares 47 (7.1300) and 115 (11.1046) between cores 11 (30.4878) and 28
(35.9885)
New loads : 11 (34.4624) and 28 (32.0139)
Swap chares 115 (7.1300) and 47 (11.1046) between cores 28 (32.0139) and 11
(34.4624)
New loads : 28 (35.9885) and 11 (30.4878)
Swap chares 47 (7.1300) and 115 (11.1046) between cores 11 (30.4878) and 28
(35.9885)
New loads : 11 (34.4624) and 28 (32.0139)
Swap chares 115 (7.1300) and 47 (11.1046) between cores 28 (32.0139) and 11
(34.4624)
New loads : 28 (35.9885) and 11 (30.4878)
Swap chares 47 (7.1300) and 115 (11.1046) between cores 11 (30.4878) and 28
(35.9885)
New loads : 11 (34.4624) and 28 (32.0139)
Swap chares 115 (7.1300) and 47 (11.1046) between cores 28 (32.0139) and 11
(34.4624)
New loads : 28 (35.9885) and 11 (30.4878)
Swap chares 47 (7.1300) and 115 (11.1046) between cores 11 (30.4878) and 28
(35.9885)
New loads : 11 (34.4624) and 28 (32.0139)
Swap chares 115 (7.1300) and 47 (11.1046) between cores 28 (32.0139) and 11
(34.4624)
New loads : 28 (35.9885) and 11 (30.4878)
Swap chares 47 (7.1300) and 115 (11.1046) between cores 11 (30.4878) and 28
(35.9885)
New loads : 11 (34.4624) and 28 (32.0139)
=== 1 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 0 P#0 (0 chares)
=== 1 === Chare 187 (load 11.3936)

=== 1 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 1 === Chare from 1 P#1 (0 chares)
=== 1 === Chare 503 (load 9.6899)

=== 1 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 1 === Chare from 2 P#2 (0 chares)
=== 1 === Chare 286 (load 12.2714)

=== 1 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 1 === Chare from 3 P#3 (0 chares)
=== 1 === Chare 456 (load 11.4958)

=== 1 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 1 === Chare from 4 P#4 (0 chares)
=== 1 === Chare 353 (load 9.9908)

=== 1 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 1 === Chare from 5 P#5 (0 chares)
=== 1 === Chare 548 (load 12.1871)

=== 1 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 1 === Chare from 6 P#6 (0 chares)
=== 1 === Chare 329 (load 9.7355)

=== 1 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 1 === Chare from 7 P#7 (0 chares)
=== 1 === Chare 272 (load 11.3865)

=== 1 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 1 === Chare from 8 P#8 (0 chares)
=== 1 === Chare 434 (load 12.0178)

=== 1 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 9 P#9 (0 chares)
=== 1 === Chare 294 (load 9.1493)

=== 1 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 10 P#10 (0 chares)
=== 1 === Chare 435 (load 9.6842)

=== 1 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 11 P#11 (0 chares)
=== 1 === Chare 311 (load 11.1046)

=== 1 === Less loaded core 12 P#72779712 (0 chares, load: 0.0000)
=== 1 === Chare from 12 P#12 (0 chares)
=== 1 === Chare 391 (load 11.2573)

=== 1 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 13 P#13 (0 chares)
=== 1 === Chare 459 (load 9.8140)

=== 1 === Less loaded core 14 P#46226016 (0 chares, load: 0.0000)
=== 1 === Chare from 14 P#14 (0 chares)
=== 1 === Chare 489 (load 9.3053)

=== 1 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 15 P#15 (0 chares)
=== 1 === Chare 526 (load 9.2334)

=== 1 === Less loaded core 16 P#46224480 (0 chares, load: 0.0000)
=== 1 === Chare from 16 P#16 (0 chares)
=== 1 === Chare 328 (load 10.1619)

=== 1 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 17 P#17 (0 chares)
=== 1 === Chare 431 (load 11.6242)

=== 1 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 1 === Chare from 18 P#18 (0 chares)
=== 1 === Chare 331 (load 11.5626)

=== 1 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 19 P#19 (0 chares)
=== 1 === Chare 418 (load 9.3317)

=== 1 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 20 P#20 (0 chares)
=== 1 === Chare 348 (load 11.7061)

=== 1 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 21 P#21 (0 chares)
=== 1 === Chare 556 (load 11.6627)

=== 1 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 1 === Chare from 22 P#22 (0 chares)
=== 1 === Chare 336 (load 12.5126)

=== 1 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 1 === Chare from 23 P#23 (0 chares)
=== 1 === Chare 428 (load 12.2044)

=== 1 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 1 === Chare from 24 P#24 (0 chares)
=== 1 === Chare 457 (load 11.7906)

=== 1 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 1 === Chare from 25 P#25 (0 chares)
=== 1 === Chare 458 (load 9.3872)

=== 1 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 26 P#26 (0 chares)
=== 1 === Chare 285 (load 12.3663)

=== 1 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 1 === Chare from 27 P#27 (0 chares)
=== 1 === Chare 351 (load 10.2756)

=== 1 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 28 P#28 (0 chares)
=== 1 === Chare 275 (load 10.9706)

=== 1 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 29 P#29 (0 chares)
=== 1 === Chare 411 (load 9.8434)

=== 1 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 1 === Chare from 30 P#30 (0 chares)
=== 1 === Chare 433 (load 11.8169)

=== 1 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 1 === Chare from 31 P#31 (0 chares)
=== 1 === Chare 335 (load 9.6856)

=== 1 === Less loaded core 9 P#0 (1 chares, load: 9.1493)
=== 1 === Chare from 9 P#9 (1 chares)
=== 1 === Chare 332 (load 8.6043)

=== 1 === Less loaded core 15 P#0 (1 chares, load: 9.2334)
=== 1 === Chare from 15 P#15 (1 chares)
=== 1 === Chare 532 (load 9.0958)

=== 1 === Less loaded core 14 P#46226016 (1 chares, load: 9.3053)
=== 1 === Chare from 14 P#14 (1 chares)
=== 1 === Chare 563 (load 9.2118)

=== 1 === Less loaded core 19 P#0 (1 chares, load: 9.3317)
=== 1 === Chare from 19 P#19 (1 chares)
=== 1 === Chare 540 (load 9.3170)

=== 1 === Less loaded core 25 P#32767 (1 chares, load: 9.3872)
=== 1 === Chare from 25 P#25 (1 chares)
=== 1 === Chare 284 (load 8.9233)

=== 1 === Less loaded core 10 P#0 (1 chares, load: 9.6842)
=== 1 === Chare from 10 P#10 (1 chares)
=== 1 === Chare 352 (load 9.1239)

=== 1 === Less loaded core 31 P#32767 (1 chares, load: 9.6856)
=== 1 === Chare from 31 P#31 (1 chares)
=== 1 === Chare 389 (load 9.3411)

=== 1 === Less loaded core 1 P#2 (1 chares, load: 9.6899)
=== 1 === Chare from 1 P#1 (1 chares)
=== 1 === Chare 333 (load 9.0454)

=== 1 === Less loaded core 6 P#5 (1 chares, load: 9.7355)
=== 1 === Chare from 6 P#6 (1 chares)
=== 1 === Chare 465 (load 9.4430)

=== 1 === Less loaded core 13 P#0 (1 chares, load: 9.8140)
=== 1 === Chare from 13 P#13 (1 chares)
=== 1 === Chare 400 (load 8.9417)

=== 1 === Less loaded core 29 P#1076080590 (1 chares, load: 9.8434)
=== 1 === Chare from 29 P#29 (1 chares)
=== 1 === Chare 349 (load 9.5462)

=== 1 === Less loaded core 4 P#1 (1 chares, load: 9.9908)
=== 1 === Chare from 4 P#4 (1 chares)
=== 1 === Chare 317 (load 8.3150)

=== 1 === Less loaded core 16 P#46224480 (1 chares, load: 10.1619)
=== 1 === Chare from 16 P#16 (1 chares)
=== 1 === Chare 376 (load 8.2263)

=== 1 === Less loaded core 27 P#32767 (1 chares, load: 10.2756)
=== 1 === Chare from 27 P#27 (1 chares)
=== 1 === Chare 330 (load 7.5246)

=== 1 === Less loaded core 28 P#-402653184 (1 chares, load: 10.9706)
=== 1 === Chare from 28 P#28 (1 chares)
=== 1 === Chare 258 (load 7.1300)

=== 1 === Less loaded core 11 P#0 (1 chares, load: 11.1046)
=== 1 === Chare from 11 P#11 (1 chares)
=== 1 === Chare 274 (load 9.2171)

=== 1 === Less loaded core 12 P#72779712 (1 chares, load: 11.2573)
=== 1 === Chare from 12 P#12 (1 chares)
=== 1 === Chare 543 (load 7.1786)

=== 1 === Less loaded core 7 P#7 (1 chares, load: 11.3865)
=== 1 === Chare from 7 P#7 (1 chares)
=== 1 === Chare 551 (load 7.1370)

=== 1 === Less loaded core 0 P#0 (1 chares, load: 11.3936)
=== 1 === Chare from 0 P#0 (1 chares)
=== 1 === Chare 377 (load 7.5977)

=== 1 === Less loaded core 3 P#6 (1 chares, load: 11.4958)
=== 1 === Chare from 3 P#3 (1 chares)
=== 1 === Chare 293 (load 7.2822)

=== 1 === Less loaded core 18 P#32 (1 chares, load: 11.5626)
=== 1 === Chare from 18 P#18 (1 chares)
=== 1 === Chare 259 (load 9.1786)

=== 1 === Less loaded core 17 P#0 (1 chares, load: 11.6242)
=== 1 === Chare from 17 P#17 (1 chares)
=== 1 === Chare 310 (load 7.2906)

=== 1 === Less loaded core 21 P#0 (1 chares, load: 11.6627)
=== 1 === Chare from 21 P#21 (1 chares)
=== 1 === Chare 553 (load 7.1366)

=== 1 === Less loaded core 20 P#0 (1 chares, load: 11.7061)
=== 1 === Chare from 20 P#20 (1 chares)
=== 1 === Chare 531 (load 7.2636)

=== 1 === Less loaded core 24 P#24 (1 chares, load: 11.7906)
=== 1 === Chare from 24 P#24 (1 chares)
=== 1 === Chare 256 (load 7.2309)

=== 1 === Less loaded core 30 P#-78976 (1 chares, load: 11.8169)
=== 1 === Chare from 30 P#30 (1 chares)
=== 1 === Chare 379 (load 7.0468)

=== 1 === Less loaded core 8 P#9346032 (1 chares, load: 12.0178)
=== 1 === Chare from 8 P#8 (1 chares)
=== 1 === Chare 390 (load 7.3223)

=== 1 === Less loaded core 5 P#3 (1 chares, load: 12.1871)
=== 1 === Chare from 5 P#5 (1 chares)
=== 1 === Chare 408 (load 6.9164)

=== 1 === Less loaded core 23 P#23 (1 chares, load: 12.2044)
=== 1 === Chare from 23 P#23 (1 chares)
=== 1 === Chare 558 (load 7.1852)

=== 1 === Less loaded core 2 P#4 (1 chares, load: 12.2714)
=== 1 === Chare from 2 P#2 (1 chares)
=== 1 === Chare 350 (load 7.4350)

=== 1 === Less loaded core 26 P#1 (1 chares, load: 12.3663)
=== 1 === Chare from 26 P#26 (1 chares)
=== 1 === Chare 557 (load 7.1746)

=== 1 === Less loaded core 22 P#22 (1 chares, load: 12.5126)
=== 1 === Chare from 22 P#22 (1 chares)
=== 1 === Chare 541 (load 7.2403)

=== 1 === Less loaded core 9 P#0 (2 chares, load: 17.7536)
=== 1 === Chare from 9 P#9 (2 chares)
=== 1 === Chare 501 (load 8.4851)

=== 1 === Less loaded core 27 P#32767 (2 chares, load: 17.8002)
=== 1 === Chare from 27 P#27 (2 chares)
=== 1 === Chare 295 (load 7.2473)

=== 1 === Less loaded core 28 P#1811939328 (2 chares, load: 18.1006)
=== 1 === Chare from 28 P#28 (2 chares)
=== 1 === Chare 554 (load 7.1163)

=== 1 === Less loaded core 4 P#1 (2 chares, load: 18.3059)
=== 1 === Chare from 4 P#4 (2 chares)
=== 1 === Chare 388 (load 8.1590)

=== 1 === Less loaded core 25 P#32767 (2 chares, load: 18.3105)
=== 1 === Chare from 25 P#25 (2 chares)
=== 1 === Chare 555 (load 7.8184)

=== 1 === Less loaded core 15 P#0 (2 chares, load: 18.3292)
=== 1 === Chare from 15 P#15 (2 chares)
=== 1 === Chare 535 (load 7.2086)

=== 1 === Less loaded core 16 P#46224480 (2 chares, load: 18.3881)
=== 1 === Chare from 16 P#16 (2 chares)
=== 1 === Chare 308 (load 7.3120)

=== 1 === Less loaded core 12 P#72779712 (2 chares, load: 18.4359)
=== 1 === Chare from 12 P#12 (2 chares)
=== 1 === Chare 429 (load 7.1465)

=== 1 === Less loaded core 14 P#46226016 (2 chares, load: 18.5171)
=== 1 === Chare from 14 P#14 (2 chares)
=== 1 === Chare 490 (load 7.0332)

=== 1 === Less loaded core 7 P#7 (2 chares, load: 18.5234)
=== 1 === Chare from 7 P#7 (2 chares)
=== 1 === Chare 550 (load 7.1036)

=== 1 === Less loaded core 19 P#0 (2 chares, load: 18.6488)
=== 1 === Chare from 19 P#19 (2 chares)
=== 1 === Chare 445 (load 7.4553)

=== 1 === Less loaded core 1 P#2 (2 chares, load: 18.7352)
=== 1 === Chare from 1 P#1 (2 chares)
=== 1 === Chare 446 (load 7.2525)

=== 1 === Less loaded core 13 P#0 (2 chares, load: 18.7557)
=== 1 === Chare from 13 P#13 (2 chares)
=== 1 === Chare 524 (load 6.9829)

=== 1 === Less loaded core 3 P#6 (2 chares, load: 18.7780)
=== 1 === Chare from 3 P#3 (2 chares)
=== 1 === Chare 529 (load 7.1365)

=== 1 === Less loaded core 21 P#0 (2 chares, load: 18.7992)
=== 1 === Chare from 21 P#21 (2 chares)
=== 1 === Chare 409 (load 7.1189)

=== 1 === Less loaded core 10 P#0 (2 chares, load: 18.8081)
=== 1 === Chare from 10 P#10 (2 chares)
=== 1 === Chare 491 (load 7.1564)

=== 1 === Less loaded core 30 P#-78976 (2 chares, load: 18.8637)
=== 1 === Chare from 30 P#30 (2 chares)
=== 1 === Chare 444 (load 7.0093)

=== 1 === Less loaded core 17 P#0 (2 chares, load: 18.9149)
=== 1 === Chare from 17 P#17 (2 chares)
=== 1 === Chare 419 (load 7.2289)

=== 1 === Less loaded core 20 P#0 (2 chares, load: 18.9697)
=== 1 === Chare from 20 P#20 (2 chares)
=== 1 === Chare 488 (load 6.9378)

=== 1 === Less loaded core 0 P#0 (2 chares, load: 18.9913)
=== 1 === Chare from 0 P#0 (2 chares)
=== 1 === Chare 378 (load 7.1999)

=== 1 === Less loaded core 24 P#24 (2 chares, load: 19.0216)
=== 1 === Chare from 24 P#24 (2 chares)
=== 1 === Chare 527 (load 6.9261)

=== 1 === Less loaded core 31 P#32767 (2 chares, load: 19.0267)
=== 1 === Chare from 31 P#31 (2 chares)
=== 1 === Chare 257 (load 7.2252)

=== 1 === Less loaded core 5 P#3 (2 chares, load: 19.1035)
=== 1 === Chare from 5 P#5 (2 chares)
=== 1 === Chare 354 (load 6.8056)

=== 1 === Less loaded core 6 P#5 (2 chares, load: 19.1785)
=== 1 === Chare from 6 P#6 (2 chares)
=== 1 === Chare 549 (load 7.3446)

=== 1 === Less loaded core 8 P#9346032 (2 chares, load: 19.3401)
=== 1 === Chare from 8 P#8 (2 chares)
=== 1 === Chare 447 (load 7.2800)

=== 1 === Less loaded core 23 P#23 (2 chares, load: 19.3895)
=== 1 === Chare from 23 P#23 (2 chares)
=== 1 === Chare 500 (load 6.9115)

=== 1 === Less loaded core 29 P#1077109692 (2 chares, load: 19.3896)
=== 1 === Chare from 29 P#29 (2 chares)
=== 1 === Chare 528 (load 7.3011)

=== 1 === Less loaded core 26 P#2 (2 chares, load: 19.5409)
=== 1 === Chare from 26 P#26 (2 chares)
=== 1 === Chare 533 (load 7.0954)

=== 1 === Less loaded core 2 P#4 (2 chares, load: 19.7064)
=== 1 === Chare from 2 P#2 (2 chares)
=== 1 === Chare 559 (load 7.2071)

=== 1 === Less loaded core 22 P#22 (2 chares, load: 19.7530)
=== 1 === Chare from 22 P#22 (2 chares)
=== 1 === Chare 401 (load 7.1629)

=== 1 === Less loaded core 11 P#0 (2 chares, load: 20.3217)
=== 1 === Chare from 11 P#11 (2 chares)
=== 1 === Chare 530 (load 7.1852)

=== 1 === Less loaded core 18 P#32 (2 chares, load: 20.7413)
=== 1 === Chare from 18 P#18 (2 chares)
=== 1 === Chare 560 (load 6.8115)

=== 1 === Less loaded core 27 P#32767 (3 chares, load: 25.0476)
=== 1 === Chare from 27 P#27 (3 chares)
=== 1 === Chare 292 (load 7.2382)

=== 1 === Less loaded core 28 P#-738197504 (3 chares, load: 25.2170)
=== 1 === Chare from 28 P#28 (3 chares)
=== 1 === Chare 339 (load 6.7970)

=== 1 === Less loaded core 15 P#0 (3 chares, load: 25.5378)
=== 1 === Chare from 15 P#15 (3 chares)
=== 1 === Chare 561 (load 6.8971)

=== 1 === Less loaded core 14 P#46226016 (3 chares, load: 25.5503)
=== 1 === Chare from 14 P#14 (3 chares)
=== 1 === Chare 562 (load 6.8543)

=== 1 === Less loaded core 12 P#72779712 (3 chares, load: 25.5825)
=== 1 === Chare from 12 P#12 (3 chares)
=== 1 === Chare 467 (load 6.9821)

=== 1 === Less loaded core 7 P#7 (3 chares, load: 25.6271)
=== 1 === Chare from 7 P#7 (3 chares)
=== 1 === Chare 534 (load 6.9897)

=== 1 === Less loaded core 16 P#46224480 (3 chares, load: 25.7002)
=== 1 === Chare from 16 P#16 (3 chares)
=== 1 === Chare 186 (load 7.0551)

=== 1 === Less loaded core 13 P#0 (3 chares, load: 25.7386)
=== 1 === Chare from 13 P#13 (3 chares)
=== 1 === Chare 525 (load 6.9754)

=== 1 === Less loaded core 30 P#-78976 (3 chares, load: 25.8730)
=== 1 === Chare from 30 P#30 (3 chares)
=== 1 === Chare 318 (load 6.8647)

=== 1 === Less loaded core 20 P#0 (3 chares, load: 25.9075)
=== 1 === Chare from 20 P#20 (3 chares)
=== 1 === Chare 402 (load 6.9062)

=== 1 === Less loaded core 5 P#3 (3 chares, load: 25.9090)
=== 1 === Chare from 5 P#5 (3 chares)
=== 1 === Chare 630 (load 6.5169)

=== 1 === Less loaded core 3 P#6 (3 chares, load: 25.9145)
=== 1 === Chare from 3 P#3 (3 chares)
=== 1 === Chare 552 (load 7.1031)

=== 1 === Less loaded core 21 P#0 (3 chares, load: 25.9181)
=== 1 === Chare from 21 P#21 (3 chares)
=== 1 === Chare 273 (load 6.9577)

=== 1 === Less loaded core 24 P#24 (3 chares, load: 25.9477)
=== 1 === Chare from 24 P#24 (3 chares)
=== 1 === Chare 410 (load 6.8703)

=== 1 === Less loaded core 10 P#0 (3 chares, load: 25.9645)
=== 1 === Chare from 10 P#10 (3 chares)
=== 1 === Chare 319 (load 6.8451)

=== 1 === Less loaded core 1 P#2 (3 chares, load: 25.9878)
=== 1 === Chare from 1 P#1 (3 chares)
=== 1 === Chare 287 (load 7.1563)

=== 1 === Less loaded core 19 P#0 (3 chares, load: 26.1041)
=== 1 === Chare from 19 P#19 (3 chares)
=== 1 === Chare 542 (load 7.1033)

=== 1 === Less loaded core 25 P#32767 (3 chares, load: 26.1290)
=== 1 === Chare from 25 P#25 (3 chares)
=== 1 === Chare 416 (load 7.5967)

=== 1 === Less loaded core 17 P#0 (3 chares, load: 26.1438)
=== 1 === Chare from 17 P#17 (3 chares)
=== 1 === Chare 309 (load 7.1925)

=== 1 === Less loaded core 0 P#0 (3 chares, load: 26.1912)
=== 1 === Chare from 0 P#0 (3 chares)
=== 1 === Chare 464 (load 7.1108)

=== 1 === Less loaded core 9 P#0 (3 chares, load: 26.2387)
=== 1 === Chare from 9 P#9 (3 chares)
=== 1 === Chare 338 (load 7.2872)

=== 1 === Less loaded core 31 P#32767 (3 chares, load: 26.2519)
=== 1 === Chare from 31 P#31 (3 chares)
=== 1 === Chare 403 (load 7.1462)

=== 1 === Less loaded core 23 P#23 (3 chares, load: 26.3010)
=== 1 === Chare from 23 P#23 (3 chares)
=== 1 === Chare 316 (load 6.8055)

=== 1 === Less loaded core 4 P#1 (3 chares, load: 26.4649)
=== 1 === Chare from 4 P#4 (3 chares)
=== 1 === Chare 355 (load 7.2826)

=== 1 === Less loaded core 6 P#5 (3 chares, load: 26.5231)
=== 1 === Chare from 6 P#6 (3 chares)
=== 1 === Chare 185 (load 7.1508)

=== 1 === Less loaded core 8 P#9346032 (3 chares, load: 26.6201)
=== 1 === Chare from 8 P#8 (3 chares)
=== 1 === Chare 466 (load 6.9443)

=== 1 === Less loaded core 26 P#3 (3 chares, load: 26.6364)
=== 1 === Chare from 26 P#26 (3 chares)
=== 1 === Chare 337 (load 6.7428)

=== 1 === Less loaded core 29 P#1077588179 (3 chares, load: 26.6907)
=== 1 === Chare from 29 P#29 (3 chares)
=== 1 === Chare 417 (load 7.1933)

=== 1 === Less loaded core 2 P#4 (3 chares, load: 26.9135)
=== 1 === Chare from 2 P#2 (3 chares)
=== 1 === Chare 430 (load 7.1065)

=== 1 === Less loaded core 22 P#22 (3 chares, load: 26.9159)
=== 1 === Chare from 22 P#22 (3 chares)
=== 1 === Chare 334 (load 6.9953)

=== 1 === Less loaded core 11 P#0 (3 chares, load: 27.5069)
=== 1 === Chare from 11 P#11 (3 chares)
=== 1 === Chare 432 (load 6.9555)

=== 1 === Less loaded core 18 P#32 (3 chares, load: 27.5527)
=== 1 === Chare from 18 P#18 (3 chares)
=== 1 === Chare 502 (load 6.7443)


[TIMING] === TMPAR === TreeMatch distributed 0.455345 s
****************************
* LOAD STATISTICS (End)
****************************
Node Load AvgCoreLoad
0 1000.3940 31.2623
1 1060.9732 33.1554
2 1052.7959 32.8999
3 1060.2852 33.1339
4 1062.2524 33.1954
5 1052.5636 32.8926
6 1051.8457 32.8702
7 994.4678 31.0771
min 994.4678
max 1062.2524
avg 1041.9472

Core Load
min 28.9663
max 36.0289 (137)
avg 32.5609
*********End***********


[TIMING] === TMPAR === Free resources 0.000385 s
CharmLB> TreeMatchLB: PE [0] Memory: LBManager: 920 KB CentralLB: 366 KB
CharmLB> TreeMatchLB: PE [0] #Objects migrating: 973, LBMigrateMsg size: 0.06
MB
CharmLB> TreeMatchLB: PE [0] strategy finished at 164.234885 duration
0.477314 s
CharmLB> TreeMatchLB: PE [0] step 3 finished at 164.723847 duration 2.893722 s


CharmLB> TreeMatchLB: PE [0] step 4 starting at 215.460534 Memory: 74.640350
MB
CharmLB> TreeMatchLB: PE [0] strategy starting at 223.253520
permutation 0 : 0,1,2,3,4,5,6,7,

=== D === 6 223.296120 223.296333 Distribute

=== C === 6 223.296333 223.734360 Calculate

=== R === 6 223.734360 223.734602 Return

=== P === Master_1 223.734602 223.736262 Process_results

=== D === 7 223.295509 223.295709 Distribute

=== C === 7 223.295709 223.738471 Calculate

=== R === 7 223.738471 223.738801 Return

=== P === Master_1 223.738801 223.740343 Process_results

=== D === 2 223.298984 223.299217 Distribute

=== C === 2 223.299218 223.739131 Calculate

=== R === 2 223.739131 223.740628 Return

=== P === Master_1 223.740628 223.742196 Process_results

=== D === 0 223.300444 223.300751 Distribute

=== C === 0 223.300751 223.739798 Calculate

=== R === 0 223.739798 223.742305 Return

=== P === Master_1 223.742306 223.743927 Process_results

=== D === 5 223.296809 223.297054 Distribute

=== C === 5 223.297054 223.742258 Calculate

=== R === 5 223.742259 223.744089 Return

=== P === Master_1 223.744089 223.745690 Process_results

=== D === 4 223.297528 223.297782 Distribute

=== C === 4 223.297782 223.745354 Calculate

=== R === 4 223.745354 223.745970 Return

=== P === Master_1 223.745970 223.747447 Process_results

=== D === 1 223.299733 223.299974 Distribute

=== C === 1 223.299974 223.745412 Calculate

=== R === 1 223.745412 223.747551 Return

=== P === Master_1 223.747551 223.749123 Process_results

=== D === 3 223.298241 223.298479 Distribute

=== C === 3 223.298479 223.749584 Calculate

=== R === 3 223.749585 223.749784 Return

=== P === Master_1 223.749784 223.751422 Process_results
TreeMatchLB strategy on 256 cores (8 nodes, 32 cores/node, load/PE : 33.81)
****************************
* LOAD STATISTICS (Init)
****************************
Node Load AvgCoreLoad
0 1069.5780 33.4243
1 1090.9494 34.0922
2 1073.5622 33.5488
3 1080.3941 33.7623
4 1081.2788 33.7900
5 1069.6952 33.4280
6 1084.3798 33.8869
7 1064.4092 33.2628
min 1064.4092
max 1090.9494
avg 1076.7808

Core Load
min 27.4333
max 56.4091 (118)
avg 33.6494
*********Init***********

[REFINE] Settings : refineCond 3 - refineMigCond 2
[REFINE] Initial load on node 0 : 1069.5780
[REFINE] Initial load on node 1 : 1090.9494
[REFINE] Initial load on node 2 : 1073.5622
[REFINE] Initial load on node 3 : 1080.3941
[REFINE] Initial load on node 4 : 1081.2788
[REFINE] Initial load on node 5 : 1069.6952
[REFINE] Initial load on node 6 : 1084.3798
[REFINE] Initial load on node 7 : 1064.4092
[REFINE] Min : 1064.4092 (Node 7)
[REFINE] Max : 1090.9494 (Node 1)
[REFINE] Avg : 1076.7808
[REFINE] Total : 8614.2468
[REFINE] Diff. Min/Max : 2.4934 %
****************************
* LOAD STATISTICS (Refined)
****************************
Node Load AvgCoreLoad
0 1069.5780 33.4243
1 1090.9494 34.0922
2 1073.5622 33.5488
3 1080.3941 33.7623
4 1081.2788 33.7900
5 1069.6952 33.4280
6 1084.3798 33.8869
7 1064.4092 33.2628
min 1064.4092
max 1090.9494
avg 1076.7808

Core Load
min 27.4333
max 56.4091 (118)
avg 33.6494
*********Refined***********


[TIMING] === INIT === Sequential part 0.041234 s

[TIMING] === LIBTOPOMAP === LibTopoMap 0.000053 s

[TIMING] === LIBTOPOMAP === Apply network placement 0.000189 s
[DEBUG] GetBackPlacement from node 6
2 8.9167
0 8.9032
3 8.8915
26 8.6999
5 6.9933
127 6.8786
6 6.8744
60 6.7869
28 7.5433
112 7.1149
42 7.1087
50 7.0890
74 7.7862
121 7.1684
122 7.0775
38 7.0124
62 12.7859
68 10.3910
45 7.4192
1 6.8703
46 12.8262
61 11.6515
33 10.3259
63 8.8368
100 6.6922
78 6.6718
91 6.6640
75 6.5643
124 6.7651
107 6.6981
81 6.6722
80 6.6703
40 12.6859
64 11.7047
51 11.5854
4 9.1074
30 12.8948
43 11.9115
117 10.4010
99 9.2948
102 7.4302
23 7.0076
67 6.9696
66 6.9279
95 8.9153
119 7.3941
126 7.3101
87 7.0284
7 10.4108
24 7.4177
10 7.3020
41 6.8419
25 9.0287
98 7.0707
22 7.0446
11 6.9967
21 12.3466
56 9.3557
8 9.2724
35 6.6471
59 9.2114
9 9.1588
47 9.0660
118 6.9439
55 12.3929
108 10.0263
12 7.2238
29 6.8330
84 12.4149
77 9.7566
20 9.3742
82 7.4999
86 7.0896
65 7.0139
19 6.9718
39 6.9164
32 7.3898
85 7.1334
104 7.0370
106 6.9114
109 11.9962
44 9.2695
111 9.1641
53 7.4738
115 12.4191
110 12.4109
113 12.1143
123 9.9872
116 9.8447
103 7.1778
83 7.1203
97 6.9010
125 12.2728
93 12.0252
92 9.9323
94 7.1337
14 9.6991
18 9.2623
13 9.2127
114 9.1298
69 17.2756
70 16.6228
76 6.7770
71 6.6296
90 8.8529
88 8.8129
57 6.9124
34 6.7160
89 8.9840
79 8.9598
120 6.9347
48 6.9278
96 7.0075
49 6.8119
15 6.7233
54 6.6767
17 7.0069
16 6.8419
31 6.8060
27 6.7758
58 6.9160
37 6.8676
73 6.8447
36 6.7868
72 6.8895
101 6.8873
105 6.7868
52 6.7810
Core 0 load 35.4113
Core 1 load 27.5331
Core 2 load 28.8559
Core 3 load 29.0445
Core 4 load 37.4663
Core 5 load 43.6404
Core 6 load 26.5922
Core 7 load 26.8056
Core 8 load 45.0834
Core 9 load 44.5020
Core 10 load 28.3352
Core 11 load 30.6479
Core 12 load 31.9724
Core 13 load 30.1406
Core 14 load 37.6219
Core 15 load 34.3801
Core 16 load 36.4759
Core 17 load 39.0457
Core 18 load 27.9917
Core 19 load 28.4715
Core 20 load 37.9036
Core 21 load 46.9315
Core 22 load 31.0437
Core 23 load 41.3640
Core 24 load 37.3040
Core 25 load 47.3049
Core 26 load 31.2942
Core 27 load 31.8064
Core 28 load 27.2195
Core 29 load 27.4307
Core 30 load 27.4150
Core 31 load 27.3446
Avg load 33.8869 in [32.8703 ; 34.9035 ]
Swap chares 27 (6.5643) and 103 (6.6296) between cores 6 (26.5922) and 25
(47.3049)
New loads : 6 (26.6576) and 25 (47.2396)
Swap chares 26 (6.6640) and 102 (6.7770) between cores 6 (26.6576) and 25
(47.2396)
New loads : 6 (26.7705) and 25 (47.1266)
Swap chares 25 (6.6718) and 101 (16.6228) between cores 6 (26.7705) and 25
(47.1266)
New loads : 6 (36.7216) and 25 (37.1756)
Swap chares 31 (6.6703) and 87 (9.9872) between cores 7 (26.8056) and 21
(46.9315)
New loads : 7 (30.1225) and 21 (43.6146)
Swap chares 115 (6.6767) and 35 (9.1074) between cores 28 (27.2195) and 8
(45.0834)
New loads : 28 (29.6502) and 8 (42.6527)
Swap chares 127 (6.7810) and 39 (9.2948) between cores 31 (27.3446) and 9
(44.5020)
New loads : 31 (29.8583) and 9 (41.9883)
Swap chares 123 (6.7868) and 23 (8.8368) between cores 30 (27.4150) and 5
(43.6404)
New loads : 30 (29.4650) and 5 (41.5905)
Swap chares 118 (6.8060) and 86 (12.1143) between cores 29 (27.4307) and 21
(43.6146)
New loads : 29 (32.7389) and 21 (38.3063)
Swap chares 6 (6.8744) and 34 (11.5854) between cores 1 (27.5331) and 8
(42.6527)
New loads : 1 (32.2441) and 8 (37.9418)
Swap chares 74 (6.9718) and 38 (10.4010) between cores 18 (27.9917) and 9
(41.9883)
New loads : 18 (31.4208) and 9 (38.5591)
Swap chares 42 (6.9696) and 22 (10.3259) between cores 10 (28.3352) and 5
(41.5905)
New loads : 10 (31.6916) and 5 (38.2341)
Swap chares 79 (6.9114) and 95 (7.1337) between cores 19 (28.4715) and 23
(41.3640)
New loads : 19 (28.6939) and 23 (41.1416)
Swap chares 78 (7.0370) and 94 (9.9323) between cores 19 (28.6939) and 23
(41.1416)
New loads : 19 (31.5891) and 23 (38.2464)
Swap chares 11 (7.0890) and 71 (7.4999) between cores 2 (28.8559) and 17
(39.0457)
New loads : 2 (29.2668) and 17 (38.6348)
Swap chares 15 (7.0124) and 71 (7.0890) between cores 3 (29.0445) and 17
(38.6348)
New loads : 3 (29.1212) and 17 (38.5581)
Swap chares 13 (7.1684) and 37 (11.9115) between cores 3 (29.1212) and 9
(38.5591)
New loads : 3 (33.8643) and 9 (33.8160)
Swap chares 10 (7.1087) and 70 (9.3742) between cores 2 (29.2668) and 17
(38.5581)
New loads : 2 (31.5324) and 17 (36.2925)
Swap chares 121 (6.8676) and 85 (12.4109) between cores 30 (29.4650) and 21
(38.3063)
New loads : 30 (35.0083) and 21 (32.7630)
Swap chares 114 (6.7233) and 94 (7.0370) between cores 28 (29.6502) and 23
(38.2464)
New loads : 28 (29.9638) and 23 (37.9327)
Swap chares 126 (6.7868) and 22 (6.9696) between cores 31 (29.8583) and 5
(38.2341)
New loads : 31 (30.0411) and 5 (38.0513)
Swap chares 113 (6.8119) and 21 (11.6515) between cores 28 (29.9638) and 5
(38.0513)
New loads : 28 (34.8034) and 5 (33.2118)
Swap chares 125 (6.8873) and 33 (11.7047) between cores 31 (30.0411) and 8
(37.9418)
New loads : 31 (34.8585) and 8 (33.1243)
Swap chares 30 (6.6722) and 94 (6.7233) between cores 7 (30.1225) and 23
(37.9327)
New loads : 7 (30.1737) and 23 (37.8816)
Swap chares 55 (6.9967) and 83 (7.4738) between cores 13 (30.1406) and 20
(37.9036)
New loads : 13 (30.6177) and 20 (37.4265)
Swap chares 29 (6.6981) and 93 (12.0252) between cores 7 (30.1737) and 23
(37.8816)
New loads : 7 (35.5008) and 23 (32.5545)
Swap chares 54 (7.0446) and 58 (9.2724) between cores 13 (30.6177) and 14
(37.6219)
New loads : 13 (32.8456) and 14 (35.3940)
Swap chares 46 (7.3101) and 18 (7.4192) between cores 11 (30.6479) and 4
(37.4663)
New loads : 11 (30.7570) and 4 (37.3572)
Swap chares 46 (7.4192) and 82 (9.1641) between cores 11 (30.7570) and 20
(37.4265)
New loads : 11 (32.5019) and 20 (35.6815)
Swap chares 90 (7.1203) and 18 (7.3101) between cores 22 (31.0437) and 4
(37.3572)
New loads : 22 (31.2335) and 4 (37.1675)
Swap chares 91 (6.9010) and 99 (9.1298) between cores 22 (31.2335) and 24
(37.3040)
New loads : 22 (33.4623) and 24 (35.0752)
Swap chares 104 (8.8529) and 100 (17.2756) between cores 26 (31.2942) and 25
(37.1756)
New loads : 26 (39.7169) and 25 (28.7529)
Swap chares 103 (6.5643) and 107 (6.7160) between cores 25 (28.7529) and 26
(39.7169)
New loads : 25 (28.9047) and 26 (39.5651)
Swap chares 102 (6.6640) and 106 (6.9124) between cores 25 (28.9047) and 26
(39.5651)
New loads : 25 (29.1530) and 26 (39.3167)
Swap chares 101 (6.6718) and 105 (8.8129) between cores 25 (29.1530) and 26
(39.3167)
New loads : 25 (31.2942) and 26 (37.1756)
Swap chares 100 (8.8529) and 104 (17.2756) between cores 25 (31.2942) and 26
(37.1756)
New loads : 25 (39.7169) and 26 (28.7529)
Swap chares 107 (6.5643) and 103 (6.7160) between cores 26 (28.7529) and 25
(39.7169)
New loads : 26 (28.9047) and 25 (39.5651)
Swap chares 106 (6.6640) and 102 (6.9124) between cores 26 (28.9047) and 25
(39.5651)
New loads : 26 (29.1530) and 25 (39.3167)
Swap chares 105 (6.6718) and 101 (8.8129) between cores 26 (29.1530) and 25
(39.3167)
New loads : 26 (31.2942) and 25 (37.1756)
Swap chares 104 (8.8529) and 100 (17.2756) between cores 26 (31.2942) and 25
(37.1756)
New loads : 26 (39.7169) and 25 (28.7529)
Swap chares 103 (6.5643) and 107 (6.7160) between cores 25 (28.7529) and 26
(39.7169)
New loads : 25 (28.9047) and 26 (39.5651)
Swap chares 102 (6.6640) and 106 (6.9124) between cores 25 (28.9047) and 26
(39.5651)
New loads : 25 (29.1530) and 26 (39.3167)
Swap chares 101 (6.6718) and 105 (8.8129) between cores 25 (29.1530) and 26
(39.3167)
New loads : 25 (31.2942) and 26 (37.1756)
Swap chares 100 (8.8529) and 104 (17.2756) between cores 25 (31.2942) and 26
(37.1756)
New loads : 25 (39.7169) and 26 (28.7529)
Swap chares 107 (6.5643) and 103 (6.7160) between cores 26 (28.7529) and 25
(39.7169)
New loads : 26 (28.9047) and 25 (39.5651)
Swap chares 106 (6.6640) and 102 (6.9124) between cores 26 (28.9047) and 25
(39.5651)
New loads : 26 (29.1530) and 25 (39.3167)
Swap chares 105 (6.6718) and 101 (8.8129) between cores 26 (29.1530) and 25
(39.3167)
New loads : 26 (31.2942) and 25 (37.1756)
Swap chares 104 (8.8529) and 100 (17.2756) between cores 26 (31.2942) and 25
(37.1756)
New loads : 26 (39.7169) and 25 (28.7529)
Swap chares 103 (6.5643) and 107 (6.7160) between cores 25 (28.7529) and 26
(39.7169)
New loads : 25 (28.9047) and 26 (39.5651)
Swap chares 102 (6.6640) and 106 (6.9124) between cores 25 (28.9047) and 26
(39.5651)
New loads : 25 (29.1530) and 26 (39.3167)
Swap chares 101 (6.6718) and 105 (8.8129) between cores 25 (29.1530) and 26
(39.3167)
New loads : 25 (31.2942) and 26 (37.1756)
Swap chares 100 (8.8529) and 104 (17.2756) between cores 25 (31.2942) and 26
(37.1756)
New loads : 25 (39.7169) and 26 (28.7529)
Swap chares 107 (6.5643) and 103 (6.7160) between cores 26 (28.7529) and 25
(39.7169)
New loads : 26 (28.9047) and 25 (39.5651)
Swap chares 106 (6.6640) and 102 (6.9124) between cores 26 (28.9047) and 25
(39.5651)
New loads : 26 (29.1530) and 25 (39.3167)
Swap chares 105 (6.6718) and 101 (8.8129) between cores 26 (29.1530) and 25
(39.3167)
New loads : 26 (31.2942) and 25 (37.1756)
Swap chares 104 (8.8529) and 100 (17.2756) between cores 26 (31.2942) and 25
(37.1756)
New loads : 26 (39.7169) and 25 (28.7529)
Swap chares 103 (6.5643) and 107 (6.7160) between cores 25 (28.7529) and 26
(39.7169)
New loads : 25 (28.9047) and 26 (39.5651)
Swap chares 102 (6.6640) and 106 (6.9124) between cores 25 (28.9047) and 26
(39.5651)
New loads : 25 (29.1530) and 26 (39.3167)
Swap chares 101 (6.6718) and 105 (8.8129) between cores 25 (29.1530) and 26
(39.3167)
New loads : 25 (31.2942) and 26 (37.1756)
Swap chares 100 (8.8529) and 104 (17.2756) between cores 25 (31.2942) and 26
(37.1756)
New loads : 25 (39.7169) and 26 (28.7529)
Swap chares 107 (6.5643) and 103 (6.7160) between cores 26 (28.7529) and 25
(39.7169)
New loads : 26 (28.9047) and 25 (39.5651)
Swap chares 106 (6.6640) and 102 (6.9124) between cores 26 (28.9047) and 25
(39.5651)
New loads : 26 (29.1530) and 25 (39.3167)
Swap chares 105 (6.6718) and 101 (8.8129) between cores 26 (29.1530) and 25
(39.3167)
New loads : 26 (31.2942) and 25 (37.1756)
Swap chares 104 (8.8529) and 100 (17.2756) between cores 26 (31.2942) and 25
(37.1756)
New loads : 26 (39.7169) and 25 (28.7529)
Swap chares 103 (6.5643) and 107 (6.7160) between cores 25 (28.7529) and 26
(39.7169)
New loads : 25 (28.9047) and 26 (39.5651)
=== 6 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 0 P#0 (0 chares)
=== 6 === Chare 170 (load 8.9167)

=== 6 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 6 === Chare from 1 P#1 (0 chares)
=== 6 === Chare 759 (load 11.5854)

=== 6 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 6 === Chare from 2 P#2 (0 chares)
=== 6 === Chare 468 (load 9.3742)

=== 6 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 6 === Chare from 3 P#3 (0 chares)
=== 6 === Chare 695 (load 11.9115)

=== 6 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 6 === Chare from 4 P#4 (0 chares)
=== 6 === Chare 774 (load 12.7859)

=== 6 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 6 === Chare from 5 P#5 (0 chares)
=== 6 === Chare 718 (load 12.8262)

=== 6 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 6 === Chare from 6 P#6 (0 chares)
=== 6 === Chare 786 (load 16.6228)

=== 6 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 6 === Chare from 7 P#7 (0 chares)
=== 6 === Chare 853 (load 12.0252)

=== 6 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 6 === Chare from 8 P#8 (0 chares)
=== 6 === Chare 692 (load 12.6859)

=== 6 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 9 P#9 (0 chares)
=== 6 === Chare 606 (load 12.8948)

=== 6 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 10 P#10 (0 chares)
=== 6 === Chare 629 (load 10.3259)

=== 6 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 11 P#11 (0 chares)
=== 6 === Chare 939 (load 9.1641)

=== 6 === Less loaded core 12 P#18156144 (0 chares, load: 0.0000)
=== 6 === Chare from 12 P#12 (0 chares)
=== 6 === Chare 327 (load 10.4108)

=== 6 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 13 P#13 (0 chares)
=== 6 === Chare 344 (load 9.2724)

=== 6 === Less loaded core 14 P#90893312 (0 chares, load: 0.0000)
=== 6 === Chare from 14 P#14 (0 chares)
=== 6 === Chare 469 (load 12.3466)

=== 6 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 15 P#15 (0 chares)
=== 6 === Chare 771 (load 9.2114)

=== 6 === Less loaded core 16 P#35272576 (0 chares, load: 0.0000)
=== 6 === Chare from 16 P#16 (0 chares)
=== 6 === Chare 767 (load 12.3929)

=== 6 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 17 P#17 (0 chares)
=== 6 === Chare 808 (load 12.4149)

=== 6 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 6 === Chare from 18 P#18 (0 chares)
=== 6 === Chare 953 (load 10.4010)

=== 6 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 19 P#19 (0 chares)
=== 6 === Chare 852 (load 9.9323)

=== 6 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 20 P#20 (0 chares)
=== 6 === Chare 937 (load 11.9962)

=== 6 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 21 P#21 (0 chares)
=== 6 === Chare 951 (load 12.4191)

=== 6 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 6 === Chare from 22 P#22 (0 chares)
=== 6 === Chare 952 (load 9.8447)

=== 6 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 6 === Chare from 23 P#23 (0 chares)
=== 6 === Chare 985 (load 12.2728)

=== 6 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 6 === Chare from 24 P#24 (0 chares)
=== 6 === Chare 358 (load 9.6991)

=== 6 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 6 === Chare from 25 P#25 (0 chares)
=== 6 === Chare 838 (load 8.8529)

=== 6 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 26 P#26 (0 chares)
=== 6 === Chare 785 (load 17.2756)

=== 6 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 6 === Chare from 27 P#27 (0 chares)
=== 6 === Chare 837 (load 8.9840)

=== 6 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 28 P#28 (0 chares)
=== 6 === Chare 773 (load 11.6515)

=== 6 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 29 P#29 (0 chares)
=== 6 === Chare 949 (load 12.1143)

=== 6 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 6 === Chare from 30 P#30 (0 chares)
=== 6 === Chare 938 (load 12.4109)

=== 6 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 6 === Chare from 31 P#31 (0 chares)
=== 6 === Chare 780 (load 11.7047)

=== 6 === Less loaded core 25 P#32767 (1 chares, load: 8.8529)
=== 6 === Chare from 25 P#25 (1 chares)
=== 6 === Chare 630 (load 6.7160)

=== 6 === Less loaded core 0 P#0 (1 chares, load: 8.9167)
=== 6 === Chare from 0 P#0 (1 chares)
=== 6 === Chare 168 (load 8.9032)

=== 6 === Less loaded core 27 P#32767 (1 chares, load: 8.9840)
=== 6 === Chare from 27 P#27 (1 chares)
=== 6 === Chare 795 (load 8.9598)

=== 6 === Less loaded core 11 P#0 (1 chares, load: 9.1641)
=== 6 === Chare from 11 P#11 (1 chares)
=== 6 === Chare 855 (load 8.9153)

=== 6 === Less loaded core 15 P#0 (1 chares, load: 9.2114)
=== 6 === Chare from 15 P#15 (1 chares)
=== 6 === Chare 345 (load 9.1588)

=== 6 === Less loaded core 13 P#0 (1 chares, load: 9.2724)
=== 6 === Chare from 13 P#13 (1 chares)
=== 6 === Chare 485 (load 9.0287)

=== 6 === Less loaded core 2 P#4 (1 chares, load: 9.3742)
=== 6 === Chare from 2 P#2 (1 chares)
=== 6 === Chare 604 (load 7.5433)

=== 6 === Less loaded core 24 P#24 (1 chares, load: 9.6991)
=== 6 === Chare from 24 P#24 (1 chares)
=== 6 === Chare 454 (load 9.2623)

=== 6 === Less loaded core 22 P#22 (1 chares, load: 9.8447)
=== 6 === Chare from 22 P#22 (1 chares)
=== 6 === Chare 950 (load 9.1298)

=== 6 === Less loaded core 19 P#0 (1 chares, load: 9.9323)
=== 6 === Chare from 19 P#19 (1 chares)
=== 6 === Chare 628 (load 7.3898)

=== 6 === Less loaded core 10 P#0 (1 chares, load: 10.3259)
=== 6 === Chare from 10 P#10 (1 chares)
=== 6 === Chare 930 (load 7.4302)

=== 6 === Less loaded core 18 P#32 (1 chares, load: 10.4010)
=== 6 === Chare from 18 P#18 (1 chares)
=== 6 === Chare 810 (load 7.0896)

=== 6 === Less loaded core 12 P#18156144 (1 chares, load: 10.4108)
=== 6 === Chare from 12 P#12 (1 chares)
=== 6 === Chare 484 (load 7.4177)

=== 6 === Less loaded core 1 P#2 (1 chares, load: 11.5854)
=== 6 === Chare from 1 P#1 (1 chares)
=== 6 === Chare 325 (load 6.9933)

=== 6 === Less loaded core 28 P#-939524096 (1 chares, load: 11.6515)
=== 6 === Chare from 28 P#28 (1 chares)
=== 6 === Chare 324 (load 9.1074)

=== 6 === Less loaded core 31 P#32767 (1 chares, load: 11.7047)
=== 6 === Chare from 31 P#31 (1 chares)
=== 6 === Chare 919 (load 9.2948)

=== 6 === Less loaded core 3 P#6 (1 chares, load: 11.9115)
=== 6 === Chare from 3 P#3 (1 chares)
=== 6 === Chare 790 (load 7.7862)

=== 6 === Less loaded core 20 P#0 (1 chares, load: 11.9962)
=== 6 === Chare from 20 P#20 (1 chares)
=== 6 === Chare 716 (load 9.2695)

=== 6 === Less loaded core 7 P#7 (1 chares, load: 12.0252)
=== 6 === Chare from 7 P#7 (1 chares)
=== 6 === Chare 967 (load 9.9872)

=== 6 === Less loaded core 29 P#1076378241 (1 chares, load: 12.1143)
=== 6 === Chare from 29 P#29 (1 chares)
=== 6 === Chare 453 (load 7.0069)

=== 6 === Less loaded core 23 P#23 (1 chares, load: 12.2728)
=== 6 === Chare from 23 P#23 (1 chares)
=== 6 === Chare 934 (load 6.9114)

=== 6 === Less loaded core 14 P#90893312 (1 chares, load: 12.3466)
=== 6 === Chare from 14 P#14 (1 chares)
=== 6 === Chare 768 (load 9.3557)

=== 6 === Less loaded core 16 P#35272576 (1 chares, load: 12.3929)
=== 6 === Chare from 16 P#16 (1 chares)
=== 6 === Chare 936 (load 10.0263)

=== 6 === Less loaded core 30 P#-78976 (1 chares, load: 12.4109)
=== 6 === Chare from 30 P#30 (1 chares)
=== 6 === Chare 775 (load 8.8368)

=== 6 === Less loaded core 17 P#0 (1 chares, load: 12.4149)
=== 6 === Chare from 17 P#17 (1 chares)
=== 6 === Chare 793 (load 9.7566)

=== 6 === Less loaded core 21 P#0 (1 chares, load: 12.4191)
=== 6 === Chare from 21 P#21 (1 chares)
=== 6 === Chare 681 (load 6.8676)

=== 6 === Less loaded core 8 P#9346032 (1 chares, load: 12.6859)
=== 6 === Chare from 8 P#8 (1 chares)
=== 6 === Chare 929 (load 6.8873)

=== 6 === Less loaded core 4 P#1 (1 chares, load: 12.7859)
=== 6 === Chare from 4 P#4 (1 chares)
=== 6 === Chare 784 (load 10.3910)

=== 6 === Less loaded core 5 P#3 (1 chares, load: 12.8262)
=== 6 === Chare from 5 P#5 (1 chares)
=== 6 === Chare 757 (load 6.8119)

=== 6 === Less loaded core 9 P#0 (1 chares, load: 12.8948)
=== 6 === Chare from 9 P#9 (1 chares)
=== 6 === Chare 965 (load 7.1684)

=== 6 === Less loaded core 25 P#32767 (2 chares, load: 15.5689)
=== 6 === Chare from 25 P#25 (2 chares)
=== 6 === Chare 794 (load 6.6718)

=== 6 === Less loaded core 6 P#5 (1 chares, load: 16.6228)
=== 6 === Chare from 6 P#6 (1 chares)
=== 6 === Chare 792 (load 6.7770)

=== 6 === Less loaded core 2 P#4 (2 chares, load: 16.9176)
=== 6 === Chare from 2 P#2 (2 chares)
=== 6 === Chare 798 (load 7.4999)

=== 6 === Less loaded core 26 P#1 (1 chares, load: 17.2756)
=== 6 === Chare from 26 P#26 (1 chares)
=== 6 === Chare 836 (load 8.8129)

=== 6 === Less loaded core 19 P#0 (2 chares, load: 17.3220)
=== 6 === Chare from 19 P#19 (2 chares)
=== 6 === Chare 854 (load 7.1337)

=== 6 === Less loaded core 18 P#32 (2 chares, load: 17.4905)
=== 6 === Chare from 18 P#18 (2 chares)
=== 6 === Chare 781 (load 7.0139)

=== 6 === Less loaded core 10 P#0 (2 chares, load: 17.7561)
=== 6 === Chare from 10 P#10 (2 chares)
=== 6 === Chare 471 (load 7.0076)

=== 6 === Less loaded core 0 P#0 (2 chares, load: 17.8199)
=== 6 === Chare from 0 P#0 (2 chares)
=== 6 === Chare 171 (load 8.8915)

=== 6 === Less loaded core 12 P#18156144 (2 chares, load: 17.8284)
=== 6 === Chare from 12 P#12 (2 chares)
=== 6 === Chare 346 (load 7.3020)

=== 6 === Less loaded core 27 P#32767 (2 chares, load: 17.9438)
=== 6 === Chare from 27 P#27 (2 chares)
=== 6 === Chare 964 (load 6.9347)

=== 6 === Less loaded core 11 P#0 (2 chares, load: 18.0794)
=== 6 === Chare from 11 P#11 (2 chares)
=== 6 === Chare 955 (load 7.3941)

=== 6 === Less loaded core 13 P#0 (2 chares, load: 18.3011)
=== 6 === Chare from 13 P#13 (2 chares)
=== 6 === Chare 765 (load 7.4738)

=== 6 === Less loaded core 15 P#0 (2 chares, load: 18.3702)
=== 6 === Chare from 15 P#15 (2 chares)
=== 6 === Chare 719 (load 9.0660)

=== 6 === Less loaded core 1 P#2 (2 chares, load: 18.5787)
=== 6 === Chare from 1 P#1 (2 chares)
=== 6 === Chare 987 (load 6.8786)

=== 6 === Less loaded core 24 P#24 (2 chares, load: 18.9615)
=== 6 === Chare from 24 P#24 (2 chares)
=== 6 === Chare 357 (load 9.2127)

=== 6 === Less loaded core 22 P#22 (2 chares, load: 18.9745)
=== 6 === Chare from 22 P#22 (2 chares)
=== 6 === Chare 986 (load 7.3101)

=== 6 === Less loaded core 29 P#1077092098 (2 chares, load: 19.1211)
=== 6 === Chare from 29 P#29 (2 chares)
=== 6 === Chare 452 (load 6.8419)

=== 6 === Less loaded core 23 P#23 (2 chares, load: 19.1842)
=== 6 === Chare from 23 P#23 (2 chares)
=== 6 === Chare 935 (load 6.6981)

=== 6 === Less loaded core 21 P#0 (2 chares, load: 19.2867)
=== 6 === Chare from 21 P#21 (2 chares)
=== 6 === Chare 607 (load 6.8060)

=== 6 === Less loaded core 8 P#9346032 (2 chares, load: 19.5732)
=== 6 === Chare from 8 P#8 (2 chares)
=== 6 === Chare 326 (load 6.8744)

=== 6 === Less loaded core 5 P#3 (2 chares, load: 19.6381)
=== 6 === Chare from 5 P#5 (2 chares)
=== 6 === Chare 933 (load 6.7868)

=== 6 === Less loaded core 3 P#6 (2 chares, load: 19.6977)
=== 6 === Chare from 3 P#3 (2 chares)
=== 6 === Chare 758 (load 7.0890)

=== 6 === Less loaded core 9 P#0 (2 chares, load: 20.0632)
=== 6 === Chare from 9 P#9 (2 chares)
=== 6 === Chare 455 (load 6.9718)

=== 6 === Less loaded core 28 P#-2080374784 (2 chares, load: 20.7589)
=== 6 === Chare from 28 P#28 (2 chares)
=== 6 === Chare 932 (load 7.0370)

=== 6 === Less loaded core 31 P#32767 (2 chares, load: 20.9995)
=== 6 === Chare from 31 P#31 (2 chares)
=== 6 === Chare 783 (load 6.9696)

=== 6 === Less loaded core 30 P#-78976 (2 chares, load: 21.2477)
=== 6 === Chare from 30 P#30 (2 chares)
=== 6 === Chare 770 (load 6.9160)

=== 6 === Less loaded core 20 P#0 (2 chares, load: 21.2657)
=== 6 === Chare from 20 P#20 (2 chares)
=== 6 === Chare 717 (load 7.4192)

=== 6 === Less loaded core 14 P#90893312 (2 chares, load: 21.7023)
=== 6 === Chare from 14 P#14 (2 chares)
=== 6 === Chare 470 (load 7.0446)

=== 6 === Less loaded core 7 P#7 (2 chares, load: 22.0124)
=== 6 === Chare from 7 P#7 (2 chares)
=== 6 === Chare 984 (load 6.7651)

=== 6 === Less loaded core 17 P#0 (2 chares, load: 22.1715)
=== 6 === Chare from 17 P#17 (2 chares)
=== 6 === Chare 694 (load 7.1087)

=== 6 === Less loaded core 25 P#32767 (3 chares, load: 22.2407)
=== 6 === Chare from 25 P#25 (3 chares)
=== 6 === Chare 839 (load 6.6640)

=== 6 === Less loaded core 16 P#35272576 (2 chares, load: 22.4192)
=== 6 === Chare from 16 P#16 (2 chares)
=== 6 === Chare 356 (load 7.2238)

=== 6 === Less loaded core 4 P#1 (2 chares, load: 23.1769)
=== 6 === Chare from 4 P#4 (2 chares)
=== 6 === Chare 799 (load 7.1203)

=== 6 === Less loaded core 6 P#5 (2 chares, load: 23.3998)
=== 6 === Chare from 6 P#6 (2 chares)
=== 6 === Chare 928 (load 6.6922)

=== 6 === Less loaded core 2 P#4 (3 chares, load: 24.4175)
=== 6 === Chare from 2 P#2 (3 chares)
=== 6 === Chare 948 (load 7.1149)

=== 6 === Less loaded core 19 P#0 (3 chares, load: 24.4558)
=== 6 === Chare from 19 P#19 (3 chares)
=== 6 === Chare 809 (load 7.1334)

=== 6 === Less loaded core 18 P#32 (3 chares, load: 24.5044)
=== 6 === Chare from 18 P#18 (3 chares)
=== 6 === Chare 683 (load 6.9164)

=== 6 === Less loaded core 10 P#0 (3 chares, load: 24.7638)
=== 6 === Chare from 10 P#10 (3 chares)
=== 6 === Chare 782 (load 6.9279)

=== 6 === Less loaded core 27 P#32767 (3 chares, load: 24.8786)
=== 6 === Chare from 27 P#27 (3 chares)
=== 6 === Chare 756 (load 6.9278)

=== 6 === Less loaded core 12 P#18156144 (3 chares, load: 25.1305)
=== 6 === Chare from 12 P#12 (3 chares)
=== 6 === Chare 693 (load 6.8419)

=== 6 === Less loaded core 1 P#2 (3 chares, load: 25.4572)
=== 6 === Chare from 1 P#1 (3 chares)
=== 6 === Chare 772 (load 6.7869)

=== 6 === Less loaded core 11 P#0 (3 chares, load: 25.4735)
=== 6 === Chare from 11 P#11 (3 chares)
=== 6 === Chare 811 (load 7.0284)

=== 6 === Less loaded core 13 P#0 (3 chares, load: 25.7749)
=== 6 === Chare from 13 P#13 (3 chares)
=== 6 === Chare 918 (load 7.0707)

=== 6 === Less loaded core 23 P#23 (3 chares, load: 25.8823)
=== 6 === Chare from 23 P#23 (3 chares)
=== 6 === Chare 797 (load 6.6722)

=== 6 === Less loaded core 29 P#1077540491 (3 chares, load: 25.9631)
=== 6 === Chare from 29 P#29 (3 chares)
=== 6 === Chare 487 (load 6.7758)

=== 6 === Less loaded core 26 P#2 (2 chares, load: 26.0885)
=== 6 === Chare from 26 P#26 (2 chares)
=== 6 === Chare 769 (load 6.9124)

=== 6 === Less loaded core 21 P#0 (3 chares, load: 26.0928)
=== 6 === Chare from 21 P#21 (3 chares)
=== 6 === Chare 796 (load 6.6703)

=== 6 === Less loaded core 22 P#22 (3 chares, load: 26.2845)
=== 6 === Chare from 22 P#22 (3 chares)
=== 6 === Chare 931 (load 7.1778)

=== 6 === Less loaded core 5 P#3 (3 chares, load: 26.4250)
=== 6 === Chare from 5 P#5 (3 chares)
=== 6 === Chare 680 (load 6.7868)

=== 6 === Less loaded core 8 P#9346032 (3 chares, load: 26.4476)
=== 6 === Chare from 8 P#8 (3 chares)
=== 6 === Chare 766 (load 6.6767)

=== 6 === Less loaded core 0 P#0 (3 chares, load: 26.7114)
=== 6 === Chare from 0 P#0 (3 chares)
=== 6 === Chare 486 (load 8.6999)

=== 6 === Less loaded core 3 P#6 (3 chares, load: 26.7868)
=== 6 === Chare from 3 P#3 (3 chares)
=== 6 === Chare 966 (load 7.0775)

=== 6 === Less loaded core 9 P#0 (3 chares, load: 27.0350)
=== 6 === Chare from 9 P#9 (3 chares)
=== 6 === Chare 764 (load 6.7810)

=== 6 === Less loaded core 15 P#0 (3 chares, load: 27.4362)
=== 6 === Chare from 15 P#15 (3 chares)
=== 6 === Chare 954 (load 6.9439)

=== 6 === Less loaded core 28 P#1006632960 (3 chares, load: 27.7959)
=== 6 === Chare from 28 P#28 (3 chares)
=== 6 === Chare 916 (load 7.0075)

=== 6 === Less loaded core 31 P#32767 (3 chares, load: 27.9690)
=== 6 === Chare from 31 P#31 (3 chares)
=== 6 === Chare 788 (load 6.8895)

=== 6 === Less loaded core 30 P#-78976 (3 chares, load: 28.1637)
=== 6 === Chare from 30 P#30 (3 chares)
=== 6 === Chare 789 (load 6.8447)

=== 6 === Less loaded core 24 P#24 (3 chares, load: 28.1742)
=== 6 === Chare from 24 P#24 (3 chares)
=== 6 === Chare 917 (load 6.9010)

=== 6 === Less loaded core 20 P#0 (3 chares, load: 28.6849)
=== 6 === Chare from 20 P#20 (3 chares)
=== 6 === Chare 347 (load 6.9967)

=== 6 === Less loaded core 14 P#90893312 (3 chares, load: 28.7469)
=== 6 === Chare from 14 P#14 (3 chares)
=== 6 === Chare 631 (load 6.6471)

=== 6 === Less loaded core 7 P#7 (3 chares, load: 28.7775)
=== 6 === Chare from 7 P#7 (3 chares)
=== 6 === Chare 359 (load 6.7233)

=== 6 === Less loaded core 25 P#32767 (4 chares, load: 28.9047)
=== 6 === Chare from 17 P#17 (3 chares)
=== 6 === Chare 682 (load 7.0124)

=== 6 === Less loaded core 17 P#0 (4 chares, load: 29.2801)
=== 6 === Chare from 16 P#16 (3 chares)
=== 6 === Chare 605 (load 6.8330)

=== 6 === Less loaded core 16 P#35272576 (4 chares, load: 29.6429)
=== 6 === Chare from 6 P#6 (3 chares)
=== 6 === Chare 787 (load 6.6296)

=== 6 === Less loaded core 6 P#5 (4 chares, load: 30.0920)
=== 6 === Chare from 4 P#4 (3 chares)
=== 6 === Chare 169 (load 6.8703)

=== 6 === Less loaded core 4 P#1 (4 chares, load: 30.2972)
=== 6 === Chare from 26 P#26 (3 chares)
=== 6 === Chare 791 (load 6.5643)

[DEBUG] GetBackPlacement from node 7
0 9.4719
2 9.3300
59 7.0230
87 6.9807
19 9.1870
51 9.1805
86 6.9665
105 6.9070
84 7.1411
102 6.9675
54 6.9400
91 6.9272
100 6.9599
106 6.8547
107 6.7700
95 6.7573
65 12.6670
55 12.5844
5 12.4275
6 9.5290
50 9.9304
49 7.1964
83 7.1384
81 7.0487
53 12.2550
66 11.6292
47 9.2536
45 9.2454
63 9.1896
60 9.1738
62 6.9311
61 6.8725
25 6.8083
4 6.6781
96 6.6620
97 6.6400
44 13.3010
33 9.9318
80 6.9676
11 6.8287
88 7.0376
68 6.9300
109 6.7396
110 6.6879
90 9.3982
69 9.3232
89 9.2963
71 9.2909
12 9.0207
82 8.9996
14 8.9043
9 8.8483
108 8.8526
98 6.5865
125 6.5434
111 6.4711
127 8.8028
24 6.6510
94 6.5389
26 6.5304
116 6.7646
46 6.6643
117 6.5559
124 6.5516
7 9.1874
18 7.3583
1 6.9645
22 6.9378
16 6.9751
17 6.9515
15 6.9192
10 6.8612
31 7.1974
30 7.1141
23 6.8152
121 6.8125
112 8.9889
115 8.8726
113 6.9788
114 6.8591
8 6.9855
13 6.9422
35 6.6363
122 6.6006
21 6.7634
34 6.6314
119 6.6081
126 6.4826
40 6.9155
67 6.8723
43 6.8380
32 6.7478
79 9.8617
76 9.0130
77 7.1439
78 6.6679
101 9.8583
70 6.9313
48 6.6657
3 6.6485
58 13.0695
56 12.8006
57 12.6757
20 12.3169
118 10.8469
120 10.4409
99 8.0006
27 7.7130
72 17.5364
64 16.6736
42 13.7994
41 13.6414
104 9.4898
85 9.3436
28 6.7342
29 6.4176
38 8.8714
39 8.8403
36 6.6674
37 6.6296
52 9.4599
92 9.4193
93 9.2641
103 9.1625
123 10.2815
73 7.3028
75 7.1803
74 6.9790
Core 0 load 32.8056
Core 1 load 32.2410
Core 2 load 27.9758
Core 3 load 27.3419
Core 4 load 47.2079
Core 5 load 31.3138
Core 6 load 42.3834
Core 7 load 32.1670
Core 8 load 26.7884
Core 9 load 37.0290
Core 10 load 27.3951
Core 11 load 37.3087
Core 12 load 35.7728
Core 13 load 28.4537
Core 14 load 28.5231
Core 15 load 26.5365
Core 16 load 30.4480
Core 17 load 27.7069
Core 18 load 27.9392
Core 19 load 31.6994
Core 20 load 27.1647
Core 21 load 26.4855
Core 22 load 27.3736
Core 23 load 32.6865
Core 24 load 30.1038
Core 25 load 50.8627
Core 26 load 37.0014
Core 27 load 61.6508
Core 28 load 31.9852
Core 29 load 31.0086
Core 30 load 37.3058
Core 31 load 31.7435
Avg load 33.2628 in [32.2649 ; 34.2607 ]
Swap chares 87 (6.4826) and 111 (13.6414) between cores 21 (26.4855) and 27
(61.6508)
New loads : 21 (33.6443) and 27 (54.4920)
Swap chares 62 (6.5559) and 110 (13.7994) between cores 15 (26.5365) and 27
(54.4920)
New loads : 15 (33.7800) and 27 (47.2484)
Swap chares 35 (6.6400) and 103 (12.3169) between cores 8 (26.7884) and 25
(50.8627)
New loads : 8 (32.4654) and 25 (45.1857)
Swap chares 81 (6.9422) and 109 (16.6736) between cores 20 (27.1647) and 27
(47.2484)
New loads : 20 (36.8960) and 27 (37.5171)
Swap chares 15 (6.7573) and 19 (9.5290) between cores 3 (27.3419) and 4
(47.2079)
New loads : 3 (30.1136) and 4 (44.4362)
Swap chares 90 (6.8380) and 102 (12.6757) between cores 22 (27.3736) and 25
(45.1857)
New loads : 22 (33.2113) and 25 (39.3480)
Swap chares 43 (6.6879) and 19 (6.7573) between cores 10 (27.3951) and 4
(44.4362)
New loads : 10 (27.4645) and 4 (44.3668)
Swap chares 42 (6.7396) and 18 (12.4275) between cores 10 (27.4645) and 4
(44.3668)
New loads : 10 (33.1523) and 4 (38.6789)
Swap chares 71 (6.8612) and 27 (9.2454) between cores 17 (27.7069) and 6
(42.3834)
New loads : 17 (30.0912) and 6 (39.9991)
Swap chares 75 (6.8125) and 27 (6.8612) between cores 18 (27.9392) and 6
(39.9991)
New loads : 18 (27.9878) and 6 (39.9504)
Swap chares 10 (6.9400) and 26 (9.2536) between cores 2 (27.9758) and 6
(39.9504)
New loads : 2 (30.2895) and 6 (37.6368)
Swap chares 74 (6.8152) and 102 (6.8380) between cores 18 (27.9878) and 25
(39.3480)
New loads : 18 (28.0106) and 25 (39.3252)
Swap chares 73 (7.1141) and 101 (12.8006) between cores 18 (28.0106) and 25
(39.3252)
New loads : 18 (33.6971) and 25 (33.6387)
Swap chares 55 (6.4711) and 19 (6.6879) between cores 13 (28.4537) and 4
(38.6789)
New loads : 13 (28.6704) and 4 (38.4622)
Swap chares 58 (6.5389) and 18 (6.7396) between cores 14 (28.5231) and 4
(38.4622)
New loads : 14 (28.7238) and 4 (38.2614)
Swap chares 53 (6.5865) and 17 (12.5844) between cores 13 (28.6704) and 4
(38.2614)
New loads : 13 (34.6683) and 4 (32.2636)
Swap chares 59 (6.5304) and 27 (6.8125) between cores 14 (28.7238) and 6
(37.6368)
New loads : 14 (29.0059) and 6 (37.3546)
Swap chares 57 (6.6510) and 109 (6.9422) between cores 14 (29.0059) and 27
(37.5171)
New loads : 14 (29.2972) and 27 (37.2259)
Swap chares 58 (6.7396) and 26 (6.9400) between cores 14 (29.2972) and 6
(37.3546)
New loads : 14 (29.4975) and 6 (37.1543)
Swap chares 59 (6.8125) and 47 (9.2909) between cores 14 (29.4975) and 11
(37.3087)
New loads : 14 (31.9759) and 11 (34.8303)
Swap chares 70 (6.9192) and 122 (9.2641) between cores 17 (30.0912) and 30
(37.3058)
New loads : 17 (32.4361) and 30 (34.9608)
Swap chares 96 (9.8583) and 108 (17.5364) between cores 24 (30.1038) and 27
(37.2259)
New loads : 24 (37.7819) and 27 (29.5477)
Swap chares 111 (6.4826) and 99 (6.6485) between cores 27 (29.5477) and 24
(37.7819)
New loads : 27 (29.7137) and 24 (37.6160)
Swap chares 110 (6.5559) and 98 (6.6657) between cores 27 (29.7137) and 24
(37.6160)
New loads : 27 (29.8235) and 24 (37.5062)
Swap chares 109 (6.6510) and 97 (6.9313) between cores 27 (29.8235) and 24
(37.5062)
New loads : 27 (30.1038) and 24 (37.2259)
Swap chares 108 (9.8583) and 96 (17.5364) between cores 27 (30.1038) and 24
(37.2259)
New loads : 27 (37.7819) and 24 (29.5477)
Swap chares 99 (6.4826) and 111 (6.6485) between cores 24 (29.5477) and 27
(37.7819)
New loads : 24 (29.7137) and 27 (37.6160)
Swap chares 98 (6.5559) and 110 (6.6657) between cores 24 (29.7137) and 27
(37.6160)
New loads : 24 (29.8235) and 27 (37.5062)
Swap chares 97 (6.6510) and 109 (6.9313) between cores 24 (29.8235) and 27
(37.5062)
New loads : 24 (30.1038) and 27 (37.2259)
Swap chares 96 (9.8583) and 108 (17.5364) between cores 24 (30.1038) and 27
(37.2259)
New loads : 24 (37.7819) and 27 (29.5477)
Swap chares 111 (6.4826) and 99 (6.6485) between cores 27 (29.5477) and 24
(37.7819)
New loads : 27 (29.7137) and 24 (37.6160)
Swap chares 110 (6.5559) and 98 (6.6657) between cores 27 (29.7137) and 24
(37.6160)
New loads : 27 (29.8235) and 24 (37.5062)
Swap chares 109 (6.6510) and 97 (6.9313) between cores 27 (29.8235) and 24
(37.5062)
New loads : 27 (30.1038) and 24 (37.2259)
Swap chares 108 (9.8583) and 96 (17.5364) between cores 27 (30.1038) and 24
(37.2259)
New loads : 27 (37.7819) and 24 (29.5477)
Swap chares 99 (6.4826) and 111 (6.6485) between cores 24 (29.5477) and 27
(37.7819)
New loads : 24 (29.7137) and 27 (37.6160)
Swap chares 98 (6.5559) and 110 (6.6657) between cores 24 (29.7137) and 27
(37.6160)
New loads : 24 (29.8235) and 27 (37.5062)
Swap chares 97 (6.6510) and 109 (6.9313) between cores 24 (29.8235) and 27
(37.5062)
New loads : 24 (30.1038) and 27 (37.2259)
Swap chares 96 (9.8583) and 108 (17.5364) between cores 24 (30.1038) and 27
(37.2259)
New loads : 24 (37.7819) and 27 (29.5477)
Swap chares 111 (6.4826) and 99 (6.6485) between cores 27 (29.5477) and 24
(37.7819)
New loads : 27 (29.7137) and 24 (37.6160)
Swap chares 110 (6.5559) and 98 (6.6657) between cores 27 (29.7137) and 24
(37.6160)
New loads : 27 (29.8235) and 24 (37.5062)
Swap chares 109 (6.6510) and 97 (6.9313) between cores 27 (29.8235) and 24
(37.5062)
New loads : 27 (30.1038) and 24 (37.2259)
Swap chares 108 (9.8583) and 96 (17.5364) between cores 27 (30.1038) and 24
(37.2259)
New loads : 27 (37.7819) and 24 (29.5477)
Swap chares 99 (6.4826) and 111 (6.6485) between cores 24 (29.5477) and 27
(37.7819)
New loads : 24 (29.7137) and 27 (37.6160)
Swap chares 98 (6.5559) and 110 (6.6657) between cores 24 (29.7137) and 27
(37.6160)
New loads : 24 (29.8235) and 27 (37.5062)
Swap chares 97 (6.6510) and 109 (6.9313) between cores 24 (29.8235) and 27
(37.5062)
New loads : 24 (30.1038) and 27 (37.2259)
Swap chares 96 (9.8583) and 108 (17.5364) between cores 24 (30.1038) and 27
(37.2259)
New loads : 24 (37.7819) and 27 (29.5477)
Swap chares 111 (6.4826) and 99 (6.6485) between cores 27 (29.5477) and 24
(37.7819)
New loads : 27 (29.7137) and 24 (37.6160)
Swap chares 110 (6.5559) and 98 (6.6657) between cores 27 (29.7137) and 24
(37.6160)
New loads : 27 (29.8235) and 24 (37.5062)
Swap chares 109 (6.6510) and 97 (6.9313) between cores 27 (29.8235) and 24
(37.5062)
New loads : 27 (30.1038) and 24 (37.2259)
Swap chares 108 (9.8583) and 96 (17.5364) between cores 27 (30.1038) and 24
(37.2259)
New loads : 27 (37.7819) and 24 (29.5477)
Swap chares 99 (6.4826) and 111 (6.6485) between cores 24 (29.5477) and 27
(37.7819)
New loads : 24 (29.7137) and 27 (37.6160)
Swap chares 98 (6.5559) and 110 (6.6657) between cores 24 (29.7137) and 27
(37.6160)
New loads : 24 (29.8235) and 27 (37.5062)
Swap chares 97 (6.6510) and 109 (6.9313) between cores 24 (29.8235) and 27
(37.5062)
New loads : 24 (30.1038) and 27 (37.2259)
Swap chares 96 (9.8583) and 108 (17.5364) between cores 24 (30.1038) and 27
(37.2259)
New loads : 24 (37.7819) and 27 (29.5477)
Swap chares 111 (6.4826) and 99 (6.6485) between cores 27 (29.5477) and 24
(37.7819)
New loads : 27 (29.7137) and 24 (37.6160)
Swap chares 110 (6.5559) and 98 (6.6657) between cores 27 (29.7137) and 24
(37.6160)
New loads : 27 (29.8235) and 24 (37.5062)
Swap chares 109 (6.6510) and 97 (6.9313) between cores 27 (29.8235) and 24
(37.5062)
New loads : 27 (30.1038) and 24 (37.2259)
Swap chares 108 (9.8583) and 96 (17.5364) between cores 27 (30.1038) and 24
(37.2259)
New loads : 27 (37.7819) and 24 (29.5477)
Swap chares 99 (6.4826) and 111 (6.6485) between cores 24 (29.5477) and 27
(37.7819)
New loads : 24 (29.7137) and 27 (37.6160)
Swap chares 98 (6.5559) and 110 (6.6657) between cores 24 (29.7137) and 27
(37.6160)
New loads : 24 (29.8235) and 27 (37.5062)
Swap chares 97 (6.6510) and 109 (6.9313) between cores 24 (29.8235) and 27
(37.5062)
New loads : 24 (30.1038) and 27 (37.2259)
Swap chares 96 (9.8583) and 108 (17.5364) between cores 24 (30.1038) and 27
(37.2259)
New loads : 24 (37.7819) and 27 (29.5477)
Swap chares 111 (6.4826) and 99 (6.6485) between cores 27 (29.5477) and 24
(37.7819)
New loads : 27 (29.7137) and 24 (37.6160)
Swap chares 110 (6.5559) and 98 (6.6657) between cores 27 (29.7137) and 24
(37.6160)
New loads : 27 (29.8235) and 24 (37.5062)
=== 7 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 0 P#0 (0 chares)
=== 7 === Chare 376 (load 9.4719)

=== 7 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 7 === Chare from 1 P#1 (0 chares)
=== 7 === Chare 515 (load 9.1870)

=== 7 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 7 === Chare from 2 P#2 (0 chares)
=== 7 === Chare 803 (load 9.2536)

=== 7 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 7 === Chare from 3 P#3 (0 chares)
=== 7 === Chare 394 (load 9.5290)

=== 7 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 7 === Chare from 4 P#4 (0 chares)
=== 7 === Chare 861 (load 12.6670)

=== 7 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 7 === Chare from 5 P#5 (0 chares)
=== 7 === Chare 814 (load 9.9304)

=== 7 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 7 === Chare from 6 P#6 (0 chares)
=== 7 === Chare 841 (load 12.2550)

=== 7 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 7 === Chare from 7 P#7 (0 chares)
=== 7 === Chare 859 (load 9.1896)

=== 7 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 7 === Chare from 8 P#8 (0 chares)
=== 7 === Chare 568 (load 12.3169)

=== 7 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 9 P#9 (0 chares)
=== 7 === Chare 800 (load 13.3010)

=== 7 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 10 P#10 (0 chares)
=== 7 === Chare 393 (load 12.4275)

=== 7 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 11 P#11 (0 chares)
=== 7 === Chare 942 (load 9.3982)

=== 7 === Less loaded core 12 P#19515712 (0 chares, load: 0.0000)
=== 7 === Chare from 12 P#12 (0 chares)
=== 7 === Chare 456 (load 9.0207)

=== 7 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 13 P#13 (0 chares)
=== 7 === Chare 843 (load 12.5844)

=== 7 === Less loaded core 14 P#91163424 (0 chares, load: 0.0000)
=== 7 === Chare from 14 P#14 (0 chares)
=== 7 === Chare 867 (load 9.2909)

=== 7 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 15 P#15 (0 chares)
=== 7 === Chare 778 (load 13.7994)

=== 7 === Less loaded core 16 P#71871664 (0 chares, load: 0.0000)
=== 7 === Chare from 16 P#16 (0 chares)
=== 7 === Chare 395 (load 9.1874)

=== 7 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 17 P#17 (0 chares)
=== 7 === Chare 957 (load 9.2641)

=== 7 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 7 === Chare from 18 P#18 (0 chares)
=== 7 === Chare 848 (load 12.8006)

=== 7 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 19 P#19 (0 chares)
=== 7 === Chare 1000 (load 8.9889)

=== 7 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 20 P#20 (0 chares)
=== 7 === Chare 860 (load 16.6736)

=== 7 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 21 P#21 (0 chares)
=== 7 === Chare 777 (load 13.6414)

=== 7 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 7 === Chare from 22 P#22 (0 chares)
=== 7 === Chare 849 (load 12.6757)

=== 7 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 7 === Chare from 23 P#23 (0 chares)
=== 7 === Chare 887 (load 9.8617)

=== 7 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 7 === Chare from 24 P#24 (0 chares)
=== 7 === Chare 868 (load 17.5364)

=== 7 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 7 === Chare from 25 P#25 (0 chares)
=== 7 === Chare 850 (load 13.0695)

=== 7 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 26 P#26 (0 chares)
=== 7 === Chare 1006 (load 10.8469)

=== 7 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 7 === Chare from 27 P#27 (0 chares)
=== 7 === Chare 981 (load 9.8583)

=== 7 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 28 P#28 (0 chares)
=== 7 === Chare 988 (load 9.4898)

=== 7 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 29 P#29 (0 chares)
=== 7 === Chare 742 (load 8.8714)

=== 7 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 7 === Chare from 30 P#30 (0 chares)
=== 7 === Chare 840 (load 9.4599)

=== 7 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 7 === Chare from 31 P#31 (0 chares)
=== 7 === Chare 1015 (load 10.2815)

=== 7 === Less loaded core 29 P#1075953191 (1 chares, load: 8.8714)
=== 7 === Chare from 29 P#29 (1 chares)
=== 7 === Chare 743 (load 8.8403)

=== 7 === Less loaded core 19 P#0 (1 chares, load: 8.9889)
=== 7 === Chare from 19 P#19 (1 chares)
=== 7 === Chare 1003 (load 8.8726)

=== 7 === Less loaded core 12 P#19515712 (1 chares, load: 9.0207)
=== 7 === Chare from 12 P#12 (1 chares)
=== 7 === Chare 902 (load 8.9996)

=== 7 === Less loaded core 1 P#2 (1 chares, load: 9.1870)
=== 7 === Chare from 1 P#1 (1 chares)
=== 7 === Chare 815 (load 9.1805)

=== 7 === Less loaded core 16 P#71871664 (1 chares, load: 9.1874)
=== 7 === Chare from 16 P#16 (1 chares)
=== 7 === Chare 514 (load 7.3583)

=== 7 === Less loaded core 7 P#7 (1 chares, load: 9.1896)
=== 7 === Chare from 7 P#7 (1 chares)
=== 7 === Chare 856 (load 9.1738)

=== 7 === Less loaded core 2 P#4 (1 chares, load: 9.2536)
=== 7 === Chare from 2 P#2 (1 chares)
=== 7 === Chare 904 (load 7.1411)

=== 7 === Less loaded core 17 P#0 (1 chares, load: 9.2641)
=== 7 === Chare from 17 P#17 (1 chares)
=== 7 === Chare 801 (load 9.2454)

=== 7 === Less loaded core 14 P#91163424 (1 chares, load: 9.2909)
=== 7 === Chare from 14 P#14 (1 chares)
=== 7 === Chare 1019 (load 8.8028)

=== 7 === Less loaded core 11 P#0 (1 chares, load: 9.3982)
=== 7 === Chare from 11 P#11 (1 chares)
=== 7 === Chare 865 (load 9.3232)

=== 7 === Less loaded core 30 P#-78976 (1 chares, load: 9.4599)
=== 7 === Chare from 30 P#30 (1 chares)
=== 7 === Chare 956 (load 9.4193)

=== 7 === Less loaded core 0 P#0 (1 chares, load: 9.4719)
=== 7 === Chare from 0 P#0 (1 chares)
=== 7 === Chare 378 (load 9.3300)

=== 7 === Less loaded core 28 P#-536870912 (1 chares, load: 9.4898)
=== 7 === Chare from 28 P#28 (1 chares)
=== 7 === Chare 905 (load 9.3436)

=== 7 === Less loaded core 3 P#6 (1 chares, load: 9.5290)
=== 7 === Chare from 3 P#3 (1 chares)
=== 7 === Chare 980 (load 6.9599)

=== 7 === Less loaded core 27 P#32767 (1 chares, load: 9.8583)
=== 7 === Chare from 27 P#27 (1 chares)
=== 7 === Chare 812 (load 6.6657)

=== 7 === Less loaded core 23 P#23 (1 chares, load: 9.8617)
=== 7 === Chare from 23 P#23 (1 chares)
=== 7 === Chare 884 (load 9.0130)

=== 7 === Less loaded core 5 P#3 (1 chares, load: 9.9304)
=== 7 === Chare from 5 P#5 (1 chares)
=== 7 === Chare 813 (load 7.1964)

=== 7 === Less loaded core 31 P#32767 (1 chares, load: 10.2815)
=== 7 === Chare from 31 P#31 (1 chares)
=== 7 === Chare 869 (load 7.3028)

=== 7 === Less loaded core 26 P#1 (1 chares, load: 10.8469)
=== 7 === Chare from 26 P#26 (1 chares)
=== 7 === Chare 1012 (load 10.4409)

=== 7 === Less loaded core 6 P#5 (1 chares, load: 12.2550)
=== 7 === Chare from 6 P#6 (1 chares)
=== 7 === Chare 862 (load 11.6292)

=== 7 === Less loaded core 8 P#9346032 (1 chares, load: 12.3169)
=== 7 === Chare from 8 P#8 (1 chares)
=== 7 === Chare 677 (load 6.8083)

=== 7 === Less loaded core 10 P#0 (1 chares, load: 12.4275)
=== 7 === Chare from 10 P#10 (1 chares)
=== 7 === Chare 940 (load 7.0376)

=== 7 === Less loaded core 13 P#0 (1 chares, load: 12.5844)
=== 7 === Chare from 13 P#13 (1 chares)
=== 7 === Chare 992 (load 8.8526)

=== 7 === Less loaded core 4 P#1 (1 chares, load: 12.6670)
=== 7 === Chare from 4 P#4 (1 chares)
=== 7 === Chare 974 (load 6.5865)

=== 7 === Less loaded core 22 P#22 (1 chares, load: 12.6757)
=== 7 === Chare from 22 P#22 (1 chares)
=== 7 === Chare 776 (load 6.9155)

=== 7 === Less loaded core 18 P#32 (1 chares, load: 12.8006)
=== 7 === Chare from 18 P#18 (1 chares)
=== 7 === Chare 691 (load 7.1974)

=== 7 === Less loaded core 25 P#32767 (1 chares, load: 13.0695)
=== 7 === Chare from 25 P#25 (1 chares)
=== 7 === Chare 690 (load 7.1141)

=== 7 === Less loaded core 9 P#0 (1 chares, load: 13.3010)
=== 7 === Chare from 9 P#9 (1 chares)
=== 7 === Chare 729 (load 9.9318)

=== 7 === Less loaded core 21 P#0 (1 chares, load: 13.6414)
=== 7 === Chare from 21 P#21 (1 chares)
=== 7 === Chare 569 (load 6.7634)

=== 7 === Less loaded core 15 P#0 (1 chares, load: 13.7994)
=== 7 === Chare from 15 P#15 (1 chares)
=== 7 === Chare 1004 (load 6.7646)

=== 7 === Less loaded core 2 P#4 (2 chares, load: 16.3948)
=== 7 === Chare from 2 P#2 (2 chares)
=== 7 === Chare 982 (load 6.9675)

=== 7 === Less loaded core 3 P#6 (2 chares, load: 16.4889)
=== 7 === Chare from 3 P#3 (2 chares)
=== 7 === Chare 990 (load 6.8547)

=== 7 === Less loaded core 27 P#32767 (2 chares, load: 16.5240)
=== 7 === Chare from 27 P#27 (2 chares)
=== 7 === Chare 676 (load 6.6510)

=== 7 === Less loaded core 16 P#71871664 (2 chares, load: 16.5457)
=== 7 === Chare from 16 P#16 (2 chares)
=== 7 === Chare 377 (load 6.9645)

=== 7 === Less loaded core 20 P#0 (1 chares, load: 16.6736)
=== 7 === Chare from 20 P#20 (1 chares)
=== 7 === Chare 448 (load 6.9855)

=== 7 === Less loaded core 5 P#3 (2 chares, load: 17.1267)
=== 7 === Chare from 5 P#5 (2 chares)
=== 7 === Chare 903 (load 7.1384)

=== 7 === Less loaded core 24 P#24 (1 chares, load: 17.5364)
=== 7 === Chare from 24 P#24 (1 chares)
=== 7 === Chare 866 (load 6.9313)

=== 7 === Less loaded core 31 P#32767 (2 chares, load: 17.5843)
=== 7 === Chare from 31 P#31 (2 chares)
=== 7 === Chare 871 (load 7.1803)

=== 7 === Less loaded core 29 P#1076999726 (2 chares, load: 17.7116)
=== 7 === Chare from 29 P#29 (2 chares)
=== 7 === Chare 740 (load 6.6674)

=== 7 === Less loaded core 19 P#0 (2 chares, load: 17.8616)
=== 7 === Chare from 19 P#19 (2 chares)
=== 7 === Chare 1001 (load 6.9788)

=== 7 === Less loaded core 12 P#19515712 (2 chares, load: 18.0203)
=== 7 === Chare from 12 P#12 (2 chares)
=== 7 === Chare 458 (load 8.9043)

=== 7 === Less loaded core 14 P#91163424 (2 chares, load: 18.0937)
=== 7 === Chare from 14 P#14 (2 chares)
=== 7 === Chare 457 (load 6.9422)

=== 7 === Less loaded core 7 P#7 (2 chares, load: 18.3634)
=== 7 === Chare from 7 P#7 (2 chares)
=== 7 === Chare 858 (load 6.9311)

=== 7 === Less loaded core 1 P#2 (2 chares, load: 18.3675)
=== 7 === Chare from 1 P#1 (2 chares)
=== 7 === Chare 906 (load 6.9665)

=== 7 === Less loaded core 17 P#0 (2 chares, load: 18.5096)
=== 7 === Chare from 17 P#17 (2 chares)
=== 7 === Chare 512 (load 6.9751)

=== 7 === Less loaded core 11 P#0 (2 chares, load: 18.7214)
=== 7 === Chare from 11 P#11 (2 chares)
=== 7 === Chare 941 (load 9.2963)

=== 7 === Less loaded core 0 P#0 (2 chares, load: 18.8019)
=== 7 === Chare from 0 P#0 (2 chares)
=== 7 === Chare 851 (load 7.0230)

=== 7 === Less loaded core 28 P#-939524096 (2 chares, load: 18.8334)
=== 7 === Chare from 28 P#28 (2 chares)
=== 7 === Chare 688 (load 6.7342)

=== 7 === Less loaded core 23 P#23 (2 chares, load: 18.8747)
=== 7 === Chare from 23 P#23 (2 chares)
=== 7 === Chare 885 (load 7.1439)

=== 7 === Less loaded core 30 P#-78976 (2 chares, load: 18.8791)
=== 7 === Chare from 30 P#30 (2 chares)
=== 7 === Chare 983 (load 9.1625)

=== 7 === Less loaded core 8 P#9346032 (2 chares, load: 19.1252)
=== 7 === Chare from 8 P#8 (2 chares)
=== 7 === Chare 392 (load 6.6781)

=== 7 === Less loaded core 4 P#1 (2 chares, load: 19.2535)
=== 7 === Chare from 4 P#4 (2 chares)
=== 7 === Chare 958 (load 6.5389)

=== 7 === Less loaded core 10 P#0 (2 chares, load: 19.4651)
=== 7 === Chare from 10 P#10 (2 chares)
=== 7 === Chare 864 (load 6.9300)

=== 7 === Less loaded core 22 P#22 (2 chares, load: 19.5912)
=== 7 === Chare from 22 P#22 (2 chares)
=== 7 === Chare 863 (load 6.8723)

=== 7 === Less loaded core 18 P#32 (2 chares, load: 19.9980)
=== 7 === Chare from 18 P#18 (2 chares)
=== 7 === Chare 450 (load 6.8612)

=== 7 === Less loaded core 25 P#32767 (2 chares, load: 20.1836)
=== 7 === Chare from 25 P#25 (2 chares)
=== 7 === Chare 571 (load 6.8152)

=== 7 === Less loaded core 21 P#0 (2 chares, load: 20.4048)
=== 7 === Chare from 21 P#21 (2 chares)
=== 7 === Chare 730 (load 6.6314)

=== 7 === Less loaded core 15 P#0 (2 chares, load: 20.5640)
=== 7 === Chare from 15 P#15 (2 chares)
=== 7 === Chare 802 (load 6.6643)

=== 7 === Less loaded core 26 P#2 (2 chares, load: 21.2878)
=== 7 === Chare from 26 P#26 (2 chares)
=== 7 === Chare 975 (load 8.0006)

=== 7 === Less loaded core 13 P#0 (2 chares, load: 21.4370)
=== 7 === Chare from 13 P#13 (2 chares)
=== 7 === Chare 994 (load 6.6879)

=== 7 === Less loaded core 27 P#32767 (3 chares, load: 23.1750)
=== 7 === Chare from 27 P#27 (3 chares)
=== 7 === Chare 379 (load 6.6485)

=== 7 === Less loaded core 9 P#0 (2 chares, load: 23.2328)
=== 7 === Chare from 9 P#9 (2 chares)
=== 7 === Chare 900 (load 6.9676)

=== 7 === Less loaded core 3 P#6 (3 chares, load: 23.3436)
=== 7 === Chare from 3 P#3 (3 chares)
=== 7 === Chare 991 (load 6.7700)

=== 7 === Less loaded core 2 P#4 (3 chares, load: 23.3623)
=== 7 === Chare from 2 P#2 (3 chares)
=== 7 === Chare 943 (load 6.9272)

=== 7 === Less loaded core 16 P#71871664 (3 chares, load: 23.5103)
=== 7 === Chare from 16 P#16 (3 chares)
=== 7 === Chare 570 (load 6.9378)

=== 7 === Less loaded core 20 P#0 (2 chares, load: 23.6591)
=== 7 === Chare from 20 P#20 (2 chares)
=== 7 === Chare 731 (load 6.6363)

=== 7 === Less loaded core 6 P#5 (2 chares, load: 23.8843)
=== 7 === Chare from 6 P#6 (2 chares)
=== 7 === Chare 993 (load 6.7396)

=== 7 === Less loaded core 5 P#3 (3 chares, load: 24.2651)
=== 7 === Chare from 5 P#5 (3 chares)
=== 7 === Chare 901 (load 7.0487)

=== 7 === Less loaded core 29 P#1077436681 (3 chares, load: 24.3791)
=== 7 === Chare from 29 P#29 (3 chares)
=== 7 === Chare 741 (load 6.6296)

=== 7 === Less loaded core 24 P#24 (2 chares, load: 24.4677)
=== 7 === Chare from 24 P#24 (2 chares)
=== 7 === Chare 1005 (load 6.5559)

=== 7 === Less loaded core 31 P#32767 (3 chares, load: 24.7646)
=== 7 === Chare from 31 P#31 (3 chares)
=== 7 === Chare 870 (load 6.9790)

=== 7 === Less loaded core 19 P#0 (3 chares, load: 24.8403)
=== 7 === Chare from 19 P#19 (3 chares)
=== 7 === Chare 1002 (load 6.8591)

=== 7 === Less loaded core 14 P#91163424 (3 chares, load: 25.0359)
=== 7 === Chare from 14 P#14 (3 chares)
=== 7 === Chare 842 (load 6.9400)

=== 7 === Less loaded core 7 P#7 (3 chares, load: 25.2945)
=== 7 === Chare from 7 P#7 (3 chares)
=== 7 === Chare 857 (load 6.8725)

=== 7 === Less loaded core 1 P#2 (3 chares, load: 25.3340)
=== 7 === Chare from 1 P#1 (3 chares)
=== 7 === Chare 989 (load 6.9070)

=== 7 === Less loaded core 17 P#0 (3 chares, load: 25.4847)
=== 7 === Chare from 17 P#17 (3 chares)
=== 7 === Chare 513 (load 6.9515)

=== 7 === Less loaded core 28 P#-1140850688 (3 chares, load: 25.5676)
=== 7 === Chare from 28 P#28 (3 chares)
=== 7 === Chare 689 (load 6.4176)

=== 7 === Less loaded core 4 P#1 (3 chares, load: 25.7924)
=== 7 === Chare from 4 P#4 (3 chares)
=== 7 === Chare 995 (load 6.4711)

=== 7 === Less loaded core 8 P#9346032 (3 chares, load: 25.8033)
=== 7 === Chare from 8 P#8 (3 chares)
=== 7 === Chare 972 (load 6.6620)

=== 7 === Less loaded core 0 P#0 (3 chares, load: 25.8249)
=== 7 === Chare from 0 P#0 (3 chares)
=== 7 === Chare 907 (load 6.9807)

=== 7 === Less loaded core 23 P#23 (3 chares, load: 26.0186)
=== 7 === Chare from 23 P#23 (3 chares)
=== 7 === Chare 886 (load 6.6679)

=== 7 === Less loaded core 10 P#0 (3 chares, load: 26.3950)
=== 7 === Chare from 10 P#10 (3 chares)
=== 7 === Chare 959 (load 6.7573)

=== 7 === Less loaded core 22 P#22 (3 chares, load: 26.4635)
=== 7 === Chare from 22 P#22 (3 chares)
=== 7 === Chare 728 (load 6.7478)

=== 7 === Less loaded core 18 P#32 (3 chares, load: 26.8591)
=== 7 === Chare from 18 P#18 (3 chares)
=== 7 === Chare 779 (load 6.8380)

=== 7 === Less loaded core 12 P#19515712 (3 chares, load: 26.9245)
=== 7 === Chare from 12 P#12 (3 chares)
=== 7 === Chare 449 (load 8.8483)

=== 7 === Less loaded core 25 P#32767 (3 chares, load: 26.9988)
=== 7 === Chare from 25 P#25 (3 chares)
=== 7 === Chare 973 (load 6.6400)

=== 7 === Less loaded core 21 P#0 (3 chares, load: 27.0362)
=== 7 === Chare from 21 P#21 (3 chares)
=== 7 === Chare 1007 (load 6.6081)

=== 7 === Less loaded core 15 P#0 (3 chares, load: 27.2284)
=== 7 === Chare from 15 P#15 (3 chares)
=== 7 === Chare 1016 (load 6.5516)

=== 7 === Less loaded core 11 P#0 (3 chares, load: 28.0178)
=== 7 === Chare from 11 P#11 (3 chares)
=== 7 === Chare 1013 (load 6.8125)

=== 7 === Less loaded core 30 P#-78976 (3 chares, load: 28.0416)
=== 7 === Chare from 30 P#30 (3 chares)
=== 7 === Chare 459 (load 6.9192)

=== 7 === Less loaded core 13 P#0 (3 chares, load: 28.1249)
=== 7 === Chare from 13 P#13 (3 chares)
=== 7 === Chare 1017 (load 6.5434)

=== 7 === Less loaded core 26 P#3 (3 chares, load: 29.2885)
=== 7 === Chare from 26 P#26 (3 chares)
=== 7 === Chare 679 (load 7.7130)

=== 7 === Less loaded core 27 P#32767 (4 chares, load: 29.8235)
=== 7 === Chare from 24 P#24 (3 chares)
=== 7 === Chare 1018 (load 6.4826)

=== 7 === Less loaded core 3 P#6 (4 chares, load: 30.1136)
=== 7 === Chare from 20 P#20 (3 chares)
=== 7 === Chare 1014 (load 6.6006)

=== 7 === Less loaded core 9 P#0 (3 chares, load: 30.2003)
=== 7 === Chare from 9 P#9 (3 chares)
=== 7 === Chare 451 (load 6.8287)

=== 7 === Less loaded core 2 P#4 (4 chares, load: 30.2895)
=== 7 === Chare from 6 P#6 (3 chares)
=== 7 === Chare 678 (load 6.5304)

[DEBUG] GetBackPlacement from node 2
104 7.3777
0 7.3472
101 7.3298
11 7.2504
53 7.4638
34 7.4142
33 7.3277
92 7.2735
16 7.5253
89 7.4117
76 7.3893
46 7.2549
21 7.4543
45 7.4467
23 7.3682
44 7.3374
8 7.4382
42 7.4039
17 7.3922
123 7.1869
125 7.3959
9 7.3556
126 7.3503
19 7.3235
28 7.7061
61 7.3358
90 7.2988
105 7.2390
31 7.6798
29 7.3947
113 7.3252
74 7.2872
95 13.1413
41 13.1403
1 12.1969
111 10.6992
93 11.8998
71 9.1501
50 8.9001
56 7.5502
7 9.2316
5 9.1907
6 7.5519
4 7.1403
49 13.3111
48 10.6542
26 10.5697
59 7.3131
20 11.4729
52 8.9988
63 7.3696
106 7.3667
32 7.4259
60 7.3434
80 7.3161
72 6.9217
64 7.3096
114 7.3022
65 7.2502
79 7.1857
109 7.4513
67 7.3449
77 7.2811
66 7.2725
81 13.2055
18 10.9012
2 7.5826
120 7.3427
68 12.9100
38 11.2152
24 11.1789
62 8.0088
73 6.8981
51 6.8858
37 6.7510
78 6.6950
119 11.2068
118 7.9048
117 7.7608
100 6.8602
97 7.0004
96 6.9095
110 6.8173
27 6.7537
108 6.9410
36 6.8619
57 6.7593
87 6.7277
86 13.3823
102 11.2104
88 10.3616
69 7.9668
84 9.2348
99 9.2135
82 9.1930
98 9.1844
121 12.9931
122 11.0943
25 8.6204
3 7.2610
94 10.8901
30 8.3422
91 7.4570
47 7.3197
83 11.5918
39 8.8709
43 7.5096
103 7.2680
85 11.3142
115 8.7381
75 8.5102
116 7.4466
127 7.3408
35 7.3054
124 7.2925
10 7.2811
54 7.4131
22 7.3472
55 7.2944
107 7.2142
12 9.4552
15 9.1641
14 7.0671
13 7.0169
70 13.1706
40 10.9254
112 7.7650
58 7.1187
Core 0 load 29.3052
Core 1 load 29.4792
Core 2 load 29.5812
Core 3 load 29.6066
Core 4 load 29.4213
Core 5 load 29.4253
Core 6 load 29.5797
Core 7 load 29.6870
Core 8 load 49.1777
Core 9 load 37.5002
Core 10 load 33.1144
Core 11 load 41.8481
Core 12 load 35.2081
Core 13 load 29.0071
Core 14 load 29.0477
Core 15 load 29.3499
Core 16 load 39.0320
Core 17 load 43.3129
Core 18 load 27.2299
Core 19 load 33.7326
Core 20 load 27.4809
Core 21 load 27.2898
Core 22 load 42.9211
Core 23 load 36.8257
Core 24 load 39.9687
Core 25 load 34.0089
Core 26 load 35.2403
Core 27 load 36.0091
Core 28 load 29.2198
Core 29 load 29.2688
Core 30 load 32.7033
Core 31 load 38.9796
Avg load 33.5488 in [32.5424 ; 34.5553 ]
Swap chares 75 (6.6950) and 35 (10.6992) between cores 18 (27.2299) and 8
(49.1777)
New loads : 18 (31.2340) and 8 (45.1735)
Swap chares 86 (6.7593) and 34 (12.1969) between cores 21 (27.2898) and 8
(45.1735)
New loads : 21 (32.7275) and 8 (39.7359)
Swap chares 83 (6.7537) and 71 (8.0088) between cores 20 (27.4809) and 17
(43.3129)
New loads : 20 (28.7360) and 17 (42.0578)
Swap chares 82 (6.8173) and 90 (10.3616) between cores 20 (28.7360) and 22
(42.9211)
New loads : 20 (32.2804) and 22 (39.3768)
Swap chares 54 (7.3161) and 70 (11.1789) between cores 13 (29.0071) and 17
(42.0578)
New loads : 13 (32.8699) and 17 (38.1949)
Swap chares 59 (7.1857) and 47 (7.3131) between cores 14 (29.0477) and 11
(41.8481)
New loads : 14 (29.1751) and 11 (41.7207)
Swap chares 58 (7.2502) and 46 (10.5697) between cores 14 (29.1751) and 11
(41.7207)
New loads : 14 (32.4946) and 11 (38.4012)
Swap chares 114 (7.2925) and 98 (8.6204) between cores 28 (29.2198) and 24
(39.9687)
New loads : 28 (30.5477) and 24 (38.6408)
Swap chares 117 (7.3472) and 33 (13.1403) between cores 29 (29.2688) and 8
(39.7359)
New loads : 29 (35.0619) and 8 (33.9428)
Swap chares 3 (7.2504) and 91 (7.9668) between cores 0 (29.3052) and 22
(39.3768)
New loads : 0 (30.0216) and 22 (38.6605)
Swap chares 63 (7.2725) and 67 (7.3427) between cores 15 (29.3499) and 16
(39.0320)
New loads : 15 (29.4201) and 16 (38.9618)
Swap chares 62 (7.2811) and 126 (7.7650) between cores 15 (29.4201) and 31
(38.9796)
New loads : 15 (29.9040) and 31 (38.4957)
Swap chares 19 (7.1869) and 67 (7.2725) between cores 4 (29.4213) and 16
(38.9618)
New loads : 4 (29.5069) and 16 (38.8762)
Swap chares 22 (7.3503) and 66 (7.5826) between cores 5 (29.4253) and 16
(38.8762)
New loads : 5 (29.6576) and 16 (38.6439)
Swap chares 5 (7.4142) and 89 (11.2104) between cores 1 (29.4792) and 22
(38.6605)
New loads : 1 (33.2755) and 22 (34.8642)
Swap chares 17 (7.4039) and 65 (10.9012) between cores 4 (29.5069) and 16
(38.6439)
New loads : 4 (33.0041) and 16 (35.1467)
Swap chares 27 (7.2390) and 99 (7.2610) between cores 6 (29.5797) and 24
(38.6408)
New loads : 6 (29.6017) and 24 (38.6188)
Swap chares 9 (7.4117) and 97 (11.0943) between cores 2 (29.5812) and 24
(38.6188)
New loads : 2 (33.2638) and 24 (34.9362)
Swap chares 25 (7.3358) and 125 (10.9254) between cores 6 (29.6017) and 31
(38.4957)
New loads : 6 (33.1913) and 31 (34.9061)
Swap chares 13 (7.4467) and 45 (10.6542) between cores 3 (29.6066) and 11
(38.4012)
New loads : 3 (32.8141) and 11 (35.1937)
Swap chares 21 (7.3556) and 69 (11.2152) between cores 5 (29.6576) and 17
(38.1949)
New loads : 5 (33.5172) and 17 (34.3353)
Swap chares 31 (7.2872) and 39 (7.5502) between cores 7 (29.6870) and 9
(37.5002)
New loads : 7 (29.9499) and 9 (37.2372)
Swap chares 62 (7.7650) and 38 (8.9001) between cores 15 (29.9040) and 9
(37.2372)
New loads : 15 (31.0391) and 9 (36.1021)
Swap chares 31 (7.5502) and 95 (9.1844) between cores 7 (29.9499) and 23
(36.8257)
New loads : 7 (31.5841) and 23 (35.1915)
Swap chares 2 (7.3298) and 38 (7.7650) between cores 0 (30.0216) and 9
(36.1021)
New loads : 0 (30.4567) and 9 (35.6670)
Swap chares 2 (7.7650) and 110 (8.5102) between cores 0 (30.4567) and 27
(36.0091)
New loads : 0 (31.2019) and 27 (35.2639)
Swap chares 115 (7.2811) and 39 (7.2872) between cores 28 (30.5477) and 9
(35.6670)
New loads : 28 (30.5538) and 9 (35.6608)
Swap chares 113 (7.3054) and 37 (9.1501) between cores 28 (30.5538) and 9
(35.6608)
New loads : 28 (32.3985) and 9 (33.8162)
Swap chares 63 (7.3427) and 111 (7.4466) between cores 15 (31.0391) and 27
(35.2639)
New loads : 15 (31.1430) and 27 (35.1600)
Swap chares 61 (7.3449) and 105 (8.8709) between cores 15 (31.1430) and 26
(35.2403)
New loads : 15 (32.6690) and 26 (33.7143)
Swap chares 1 (7.3472) and 49 (8.9988) between cores 0 (31.2019) and 12
(35.2081)
New loads : 0 (32.8535) and 12 (33.5566)
Swap chares 74 (6.7510) and 46 (7.2502) between cores 18 (31.2340) and 11
(35.1937)
New loads : 18 (31.7332) and 11 (34.6945)
Swap chares 30 (7.3252) and 94 (9.1930) between cores 7 (31.5841) and 23
(35.1915)
New loads : 7 (33.4519) and 23 (33.3237)
Swap chares 74 (7.2502) and 110 (7.7650) between cores 18 (31.7332) and 27
(35.1600)
New loads : 18 (32.2481) and 27 (34.6452)
Swap chares 73 (6.8858) and 65 (7.4039) between cores 18 (32.2481) and 16
(35.1467)
New loads : 18 (32.7662) and 16 (34.6285)
Swap chares 81 (6.9095) and 117 (13.1403) between cores 20 (32.2804) and 29
(35.0619)
New loads : 20 (38.5112) and 29 (28.8311)
Swap chares 119 (7.2142) and 83 (8.0088) between cores 29 (28.8311) and 20
(38.5112)
New loads : 29 (29.6258) and 20 (37.7165)
Swap chares 118 (7.2944) and 82 (10.3616) between cores 29 (29.6258) and 20
(37.7165)
New loads : 29 (32.6931) and 20 (34.6493)
Swap chares 112 (7.3408) and 96 (12.9931) between cores 28 (32.3985) and 24
(34.9362)
New loads : 28 (38.0508) and 24 (29.2840)
Swap chares 99 (7.2390) and 115 (7.2872) between cores 24 (29.2840) and 28
(38.0508)
New loads : 24 (29.3322) and 28 (38.0025)
Swap chares 98 (7.2925) and 114 (8.6204) between cores 24 (29.3322) and 28
(38.0025)
New loads : 24 (30.6601) and 28 (36.6746)
Swap chares 97 (7.4117) and 113 (9.1501) between cores 24 (30.6601) and 28
(36.6746)
New loads : 24 (32.3985) and 28 (34.9362)
Swap chares 96 (7.3408) and 112 (12.9931) between cores 24 (32.3985) and 28
(34.9362)
New loads : 24 (38.0508) and 28 (29.2840)
Swap chares 115 (7.2390) and 99 (7.2872) between cores 28 (29.2840) and 24
(38.0508)
New loads : 28 (29.3322) and 24 (38.0025)
Swap chares 114 (7.2925) and 98 (8.6204) between cores 28 (29.3322) and 24
(38.0025)
New loads : 28 (30.6601) and 24 (36.6746)
Swap chares 113 (7.4117) and 97 (9.1501) between cores 28 (30.6601) and 24
(36.6746)
New loads : 28 (32.3985) and 24 (34.9362)
Swap chares 112 (7.3408) and 96 (12.9931) between cores 28 (32.3985) and 24
(34.9362)
New loads : 28 (38.0508) and 24 (29.2840)
Swap chares 99 (7.2390) and 115 (7.2872) between cores 24 (29.2840) and 28
(38.0508)
New loads : 24 (29.3322) and 28 (38.0025)
Swap chares 98 (7.2925) and 114 (8.6204) between cores 24 (29.3322) and 28
(38.0025)
New loads : 24 (30.6601) and 28 (36.6746)
Swap chares 97 (7.4117) and 113 (9.1501) between cores 24 (30.6601) and 28
(36.6746)
New loads : 24 (32.3985) and 28 (34.9362)
Swap chares 96 (7.3408) and 112 (12.9931) between cores 24 (32.3985) and 28
(34.9362)
New loads : 24 (38.0508) and 28 (29.2840)
Swap chares 115 (7.2390) and 99 (7.2872) between cores 28 (29.2840) and 24
(38.0508)
New loads : 28 (29.3322) and 24 (38.0025)
Swap chares 114 (7.2925) and 98 (8.6204) between cores 28 (29.3322) and 24
(38.0025)
New loads : 28 (30.6601) and 24 (36.6746)
Swap chares 113 (7.4117) and 97 (9.1501) between cores 28 (30.6601) and 24
(36.6746)
New loads : 28 (32.3985) and 24 (34.9362)
Swap chares 112 (7.3408) and 96 (12.9931) between cores 28 (32.3985) and 24
(34.9362)
New loads : 28 (38.0508) and 24 (29.2840)
Swap chares 99 (7.2390) and 115 (7.2872) between cores 24 (29.2840) and 28
(38.0508)
New loads : 24 (29.3322) and 28 (38.0025)
Swap chares 98 (7.2925) and 114 (8.6204) between cores 24 (29.3322) and 28
(38.0025)
New loads : 24 (30.6601) and 28 (36.6746)
Swap chares 97 (7.4117) and 113 (9.1501) between cores 24 (30.6601) and 28
(36.6746)
New loads : 24 (32.3985) and 28 (34.9362)
Swap chares 96 (7.3408) and 112 (12.9931) between cores 24 (32.3985) and 28
(34.9362)
New loads : 24 (38.0508) and 28 (29.2840)
Swap chares 115 (7.2390) and 99 (7.2872) between cores 28 (29.2840) and 24
(38.0508)
New loads : 28 (29.3322) and 24 (38.0025)
Swap chares 114 (7.2925) and 98 (8.6204) between cores 28 (29.3322) and 24
(38.0025)
New loads : 28 (30.6601) and 24 (36.6746)
Swap chares 113 (7.4117) and 97 (9.1501) between cores 28 (30.6601) and 24
(36.6746)
New loads : 28 (32.3985) and 24 (34.9362)
Swap chares 112 (7.3408) and 96 (12.9931) between cores 28 (32.3985) and 24
(34.9362)
New loads : 28 (38.0508) and 24 (29.2840)
Swap chares 99 (7.2390) and 115 (7.2872) between cores 24 (29.2840) and 28
(38.0508)
New loads : 24 (29.3322) and 28 (38.0025)
=== 2 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 0 P#0 (0 chares)
=== 2 === Chare 292 (load 8.9988)

=== 2 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 2 === Chare from 1 P#1 (0 chares)
=== 2 === Chare 494 (load 11.2104)

=== 2 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 2 === Chare from 2 P#2 (0 chares)
=== 2 === Chare 554 (load 11.0943)

=== 2 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 2 === Chare from 3 P#3 (0 chares)
=== 2 === Chare 268 (load 10.6542)

=== 2 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 2 === Chare from 4 P#4 (0 chares)
=== 2 === Chare 130 (load 10.9012)

=== 2 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 2 === Chare from 5 P#5 (0 chares)
=== 2 === Chare 238 (load 11.2152)

=== 2 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 2 === Chare from 6 P#6 (0 chares)
=== 2 === Chare 248 (load 10.9254)

=== 2 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 2 === Chare from 7 P#7 (0 chares)
=== 2 === Chare 446 (load 9.1930)

=== 2 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 2 === Chare from 8 P#8 (0 chares)
=== 2 === Chare 475 (load 13.1413)

=== 2 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 9 P#9 (0 chares)
=== 2 === Chare 473 (load 11.8998)

=== 2 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 10 P#10 (0 chares)
=== 2 === Chare 83 (load 9.2316)

=== 2 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 11 P#11 (0 chares)
=== 2 === Chare 269 (load 13.3111)

=== 2 === Less loaded core 12 P#51622240 (0 chares, load: 0.0000)
=== 2 === Chare from 12 P#12 (0 chares)
=== 2 === Chare 136 (load 11.4729)

=== 2 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 13 P#13 (0 chares)
=== 2 === Chare 184 (load 11.1789)

=== 2 === Less loaded core 14 P#91433552 (0 chares, load: 0.0000)
=== 2 === Chare from 14 P#14 (0 chares)
=== 2 === Chare 186 (load 10.5697)

=== 2 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 15 P#15 (0 chares)
=== 2 === Chare 270 (load 8.9001)

=== 2 === Less loaded core 16 P#38872752 (0 chares, load: 0.0000)
=== 2 === Chare from 16 P#16 (0 chares)
=== 2 === Chare 445 (load 13.2055)

=== 2 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 17 P#17 (0 chares)
=== 2 === Chare 408 (load 12.9100)

=== 2 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 2 === Chare from 18 P#18 (0 chares)
=== 2 === Chare 507 (load 10.6992)

=== 2 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 19 P#19 (0 chares)
=== 2 === Chare 547 (load 11.2068)

=== 2 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 20 P#20 (0 chares)
=== 2 === Chare 249 (load 13.1403)

=== 2 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 21 P#21 (0 chares)
=== 2 === Chare 73 (load 12.1969)

=== 2 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 2 === Chare from 22 P#22 (0 chares)
=== 2 === Chare 462 (load 13.3823)

=== 2 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 2 === Chare from 23 P#23 (0 chares)
=== 2 === Chare 460 (load 9.2348)

=== 2 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 2 === Chare from 24 P#24 (0 chares)
=== 2 === Chare 465 (load 7.4117)

=== 2 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 2 === Chare from 25 P#25 (0 chares)
=== 2 === Chare 474 (load 10.8901)

=== 2 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 26 P#26 (0 chares)
=== 2 === Chare 447 (load 11.5918)

=== 2 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 2 === Chare from 27 P#27 (0 chares)
=== 2 === Chare 461 (load 11.3142)

=== 2 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 28 P#28 (0 chares)
=== 2 === Chare 553 (load 12.9931)

=== 2 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 29 P#29 (0 chares)
=== 2 === Chare 464 (load 10.3616)

=== 2 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 2 === Chare from 30 P#30 (0 chares)
=== 2 === Chare 112 (load 9.4552)

=== 2 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 2 === Chare from 31 P#31 (0 chares)
=== 2 === Chare 410 (load 13.1706)

=== 2 === Less loaded core 24 P#24 (1 chares, load: 7.4117)
=== 2 === Chare from 24 P#24 (1 chares)
=== 2 === Chare 567 (load 7.3408)

=== 2 === Less loaded core 15 P#0 (1 chares, load: 8.9001)
=== 2 === Chare from 15 P#15 (1 chares)
=== 2 === Chare 239 (load 8.8709)

=== 2 === Less loaded core 0 P#0 (1 chares, load: 8.9988)
=== 2 === Chare from 0 P#0 (1 chares)
=== 2 === Chare 419 (load 8.5102)

=== 2 === Less loaded core 7 P#7 (1 chares, load: 9.1930)
=== 2 === Chare from 7 P#7 (1 chares)
=== 2 === Chare 490 (load 9.1844)

=== 2 === Less loaded core 10 P#0 (1 chares, load: 9.2316)
=== 2 === Chare from 10 P#10 (1 chares)
=== 2 === Chare 81 (load 9.1907)

=== 2 === Less loaded core 23 P#23 (1 chares, load: 9.2348)
=== 2 === Chare from 23 P#23 (1 chares)
=== 2 === Chare 491 (load 9.2135)

=== 2 === Less loaded core 30 P#-78976 (1 chares, load: 9.4552)
=== 2 === Chare from 30 P#30 (1 chares)
=== 2 === Chare 115 (load 9.1641)

=== 2 === Less loaded core 29 P#1076148516 (1 chares, load: 10.3616)
=== 2 === Chare from 29 P#29 (1 chares)
=== 2 === Chare 318 (load 8.0088)

=== 2 === Less loaded core 14 P#91433552 (1 chares, load: 10.5697)
=== 2 === Chare from 14 P#14 (1 chares)
=== 2 === Chare 311 (load 7.3131)

=== 2 === Less loaded core 3 P#6 (1 chares, load: 10.6542)
=== 2 === Chare from 3 P#3 (1 chares)
=== 2 === Chare 137 (load 7.4543)

=== 2 === Less loaded core 18 P#32 (1 chares, load: 10.6992)
=== 2 === Chare from 18 P#18 (1 chares)
=== 2 === Chare 508 (load 7.7650)

=== 2 === Less loaded core 25 P#32767 (1 chares, load: 10.8901)
=== 2 === Chare from 25 P#25 (1 chares)
=== 2 === Chare 194 (load 8.3422)

=== 2 === Less loaded core 4 P#1 (1 chares, load: 10.9012)
=== 2 === Chare from 4 P#4 (1 chares)
=== 2 === Chare 96 (load 7.4382)

=== 2 === Less loaded core 6 P#5 (1 chares, load: 10.9254)
=== 2 === Chare from 6 P#6 (1 chares)
=== 2 === Chare 192 (load 7.7061)

=== 2 === Less loaded core 2 P#4 (1 chares, load: 11.0943)
=== 2 === Chare from 2 P#2 (1 chares)
=== 2 === Chare 128 (load 7.5253)

=== 2 === Less loaded core 13 P#0 (1 chares, load: 11.1789)
=== 2 === Chare from 13 P#13 (1 chares)
=== 2 === Chare 232 (load 7.4259)

=== 2 === Less loaded core 19 P#0 (1 chares, load: 11.2068)
=== 2 === Chare from 19 P#19 (1 chares)
=== 2 === Chare 546 (load 7.9048)

=== 2 === Less loaded core 1 P#2 (1 chares, load: 11.2104)
=== 2 === Chare from 1 P#1 (1 chares)
=== 2 === Chare 293 (load 7.4638)

=== 2 === Less loaded core 5 P#3 (1 chares, load: 11.2152)
=== 2 === Chare from 5 P#5 (1 chares)
=== 2 === Chare 74 (load 7.5826)

=== 2 === Less loaded core 27 P#32767 (1 chares, load: 11.3142)
=== 2 === Chare from 27 P#27 (1 chares)
=== 2 === Chare 511 (load 8.7381)

=== 2 === Less loaded core 12 P#51622240 (1 chares, load: 11.4729)
=== 2 === Chare from 12 P#12 (1 chares)
=== 2 === Chare 319 (load 7.3696)

=== 2 === Less loaded core 26 P#1 (1 chares, load: 11.5918)
=== 2 === Chare from 26 P#26 (1 chares)
=== 2 === Chare 251 (load 7.5096)

=== 2 === Less loaded core 9 P#0 (1 chares, load: 11.8998)
=== 2 === Chare from 9 P#9 (1 chares)
=== 2 === Chare 493 (load 7.3298)

=== 2 === Less loaded core 21 P#0 (1 chares, load: 12.1969)
=== 2 === Chare from 21 P#21 (1 chares)
=== 2 === Chare 504 (load 6.9410)

=== 2 === Less loaded core 17 P#0 (1 chares, load: 12.9100)
=== 2 === Chare from 17 P#17 (1 chares)
=== 2 === Chare 97 (load 7.3556)

=== 2 === Less loaded core 28 P#-1744830464 (1 chares, load: 12.9931)
=== 2 === Chare from 28 P#28 (1 chares)
=== 2 === Chare 411 (load 9.1501)

=== 2 === Less loaded core 20 P#0 (1 chares, load: 13.1403)
=== 2 === Chare from 20 P#20 (1 chares)
=== 2 === Chare 295 (load 7.2944)

=== 2 === Less loaded core 8 P#9346032 (1 chares, load: 13.1413)
=== 2 === Chare from 8 P#8 (1 chares)
=== 2 === Chare 138 (load 7.3472)

=== 2 === Less loaded core 31 P#32767 (1 chares, load: 13.1706)
=== 2 === Chare from 31 P#31 (1 chares)
=== 2 === Chare 317 (load 7.3358)

=== 2 === Less loaded core 16 P#38872752 (1 chares, load: 13.2055)
=== 2 === Chare from 16 P#16 (1 chares)
=== 2 === Chare 566 (load 7.3503)

=== 2 === Less loaded core 11 P#0 (1 chares, load: 13.3111)
=== 2 === Chare from 11 P#11 (1 chares)
=== 2 === Chare 265 (load 7.4467)

=== 2 === Less loaded core 22 P#22 (1 chares, load: 13.3823)
=== 2 === Chare from 22 P#22 (1 chares)
=== 2 === Chare 234 (load 7.4142)

=== 2 === Less loaded core 24 P#24 (2 chares, load: 14.7525)
=== 2 === Chare from 24 P#24 (2 chares)
=== 2 === Chare 564 (load 7.2925)

=== 2 === Less loaded core 0 P#0 (2 chares, load: 17.5089)
=== 2 === Chare from 0 P#0 (2 chares)
=== 2 === Chare 409 (load 7.9668)

=== 2 === Less loaded core 15 P#0 (2 chares, load: 17.7710)
=== 2 === Chare from 15 P#15 (2 chares)
=== 2 === Chare 505 (load 7.4513)

=== 2 === Less loaded core 14 P#91433552 (2 chares, load: 17.8828)
=== 2 === Chare from 14 P#14 (2 chares)
=== 2 === Chare 340 (load 7.3096)

=== 2 === Less loaded core 3 P#6 (2 chares, load: 18.1085)
=== 2 === Chare from 3 P#3 (2 chares)
=== 2 === Chare 139 (load 7.3682)

=== 2 === Less loaded core 4 P#1 (2 chares, load: 18.3394)
=== 2 === Chare from 4 P#4 (2 chares)
=== 2 === Chare 129 (load 7.3922)

=== 2 === Less loaded core 29 P#1077042901 (2 chares, load: 18.3704)
=== 2 === Chare from 29 P#29 (2 chares)
=== 2 === Chare 294 (load 7.4131)

=== 2 === Less loaded core 7 P#7 (2 chares, load: 18.3774)
=== 2 === Chare from 7 P#7 (2 chares)
=== 2 === Chare 195 (load 7.6798)

=== 2 === Less loaded core 10 P#0 (2 chares, load: 18.4223)
=== 2 === Chare from 10 P#10 (2 chares)
=== 2 === Chare 82 (load 7.5519)

=== 2 === Less loaded core 23 P#23 (2 chares, load: 18.4483)
=== 2 === Chare from 23 P#23 (2 chares)
=== 2 === Chare 308 (load 7.5502)

=== 2 === Less loaded core 18 P#32 (2 chares, load: 18.4641)
=== 2 === Chare from 18 P#18 (2 chares)
=== 2 === Chare 250 (load 7.4039)

=== 2 === Less loaded core 13 P#0 (2 chares, load: 18.6048)
=== 2 === Chare from 13 P#13 (2 chares)
=== 2 === Chare 316 (load 7.3434)

=== 2 === Less loaded core 30 P#-78976 (2 chares, load: 18.6193)
=== 2 === Chare from 30 P#30 (2 chares)
=== 2 === Chare 114 (load 7.0671)

=== 2 === Less loaded core 2 P#4 (2 chares, load: 18.6196)
=== 2 === Chare from 2 P#2 (2 chares)
=== 2 === Chare 428 (load 7.3893)

=== 2 === Less loaded core 6 P#5 (2 chares, load: 18.6315)
=== 2 === Chare from 6 P#6 (2 chares)
=== 2 === Chare 466 (load 7.2988)

=== 2 === Less loaded core 1 P#2 (2 chares, load: 18.6742)
=== 2 === Chare from 1 P#1 (2 chares)
=== 2 === Chare 233 (load 7.3277)

=== 2 === Less loaded core 5 P#3 (2 chares, load: 18.7978)
=== 2 === Chare from 5 P#5 (2 chares)
=== 2 === Chare 565 (load 7.3959)

=== 2 === Less loaded core 12 P#51622240 (2 chares, load: 18.8426)
=== 2 === Chare from 12 P#12 (2 chares)
=== 2 === Chare 502 (load 7.3667)

=== 2 === Less loaded core 26 P#2 (2 chares, load: 19.1013)
=== 2 === Chare from 26 P#26 (2 chares)
=== 2 === Chare 343 (load 7.3449)

=== 2 === Less loaded core 19 P#0 (2 chares, load: 19.1116)
=== 2 === Chare from 19 P#19 (2 chares)
=== 2 === Chare 545 (load 7.7608)

=== 2 === Less loaded core 21 P#0 (2 chares, load: 19.1379)
=== 2 === Chare from 21 P#21 (2 chares)
=== 2 === Chare 236 (load 6.8619)

=== 2 === Less loaded core 9 P#0 (2 chares, load: 19.2297)
=== 2 === Chare from 9 P#9 (2 chares)
=== 2 === Chare 235 (load 7.3054)

=== 2 === Less loaded core 25 P#32767 (2 chares, load: 19.2323)
=== 2 === Chare from 25 P#25 (2 chares)
=== 2 === Chare 467 (load 7.4570)

=== 2 === Less loaded core 27 P#32767 (2 chares, load: 20.0523)
=== 2 === Chare from 27 P#27 (2 chares)
=== 2 === Chare 552 (load 7.3427)

=== 2 === Less loaded core 17 P#0 (2 chares, load: 20.2656)
=== 2 === Chare from 17 P#17 (2 chares)
=== 2 === Chare 444 (load 7.3161)

=== 2 === Less loaded core 20 P#0 (2 chares, load: 20.4347)
=== 2 === Chare from 20 P#20 (2 chares)
=== 2 === Chare 503 (load 7.2142)

=== 2 === Less loaded core 8 P#9346032 (2 chares, load: 20.4885)
=== 2 === Chare from 8 P#8 (2 chares)
=== 2 === Chare 309 (load 6.7593)

=== 2 === Less loaded core 31 P#32767 (2 chares, load: 20.5063)
=== 2 === Chare from 31 P#31 (2 chares)
=== 2 === Chare 429 (load 7.2811)

=== 2 === Less loaded core 16 P#38872752 (2 chares, load: 20.5558)
=== 2 === Chare from 16 P#16 (2 chares)
=== 2 === Chare 555 (load 7.1869)

=== 2 === Less loaded core 11 P#0 (2 chares, load: 20.7578)
=== 2 === Chare from 11 P#11 (2 chares)
=== 2 === Chare 431 (load 7.1857)

=== 2 === Less loaded core 22 P#22 (2 chares, load: 20.7965)
=== 2 === Chare from 22 P#22 (2 chares)
=== 2 === Chare 99 (load 7.2504)

=== 2 === Less loaded core 24 P#24 (3 chares, load: 22.0450)
=== 2 === Chare from 24 P#24 (3 chares)
=== 2 === Chare 418 (load 7.2872)

=== 2 === Less loaded core 28 P#201326592 (2 chares, load: 22.1432)
=== 2 === Chare from 28 P#28 (2 chares)
=== 2 === Chare 185 (load 8.6204)

=== 2 === Less loaded core 14 P#91433552 (3 chares, load: 25.1924)
=== 2 === Chare from 14 P#14 (3 chares)
=== 2 === Chare 510 (load 7.3022)

=== 2 === Less loaded core 15 P#0 (3 chares, load: 25.2223)
=== 2 === Chare from 15 P#15 (3 chares)
=== 2 === Chare 544 (load 7.4466)

=== 2 === Less loaded core 0 P#0 (3 chares, load: 25.4757)
=== 2 === Chare from 0 P#0 (3 chares)
=== 2 === Chare 500 (load 7.3777)

=== 2 === Less loaded core 3 P#6 (3 chares, load: 25.4767)
=== 2 === Chare from 3 P#3 (3 chares)
=== 2 === Chare 264 (load 7.3374)

=== 2 === Less loaded core 30 P#-78976 (3 chares, load: 25.6865)
=== 2 === Chare from 30 P#30 (3 chares)
=== 2 === Chare 113 (load 7.0169)

=== 2 === Less loaded core 4 P#1 (3 chares, load: 25.7316)
=== 2 === Chare from 4 P#4 (3 chares)
=== 2 === Chare 342 (load 7.2725)

=== 2 === Less loaded core 29 P#1077528726 (3 chares, load: 25.7835)
=== 2 === Chare from 29 P#29 (3 chares)
=== 2 === Chare 488 (load 6.9095)

=== 2 === Less loaded core 18 P#32 (3 chares, load: 25.8680)
=== 2 === Chare from 18 P#18 (3 chares)
=== 2 === Chare 417 (load 6.8981)

=== 2 === Less loaded core 6 P#5 (3 chares, load: 25.9303)
=== 2 === Chare from 6 P#6 (3 chares)
=== 2 === Chare 75 (load 7.2610)

=== 2 === Less loaded core 13 P#0 (3 chares, load: 25.9482)
=== 2 === Chare from 13 P#13 (3 chares)
=== 2 === Chare 416 (load 6.9217)

=== 2 === Less loaded core 10 P#0 (3 chares, load: 25.9741)
=== 2 === Chare from 10 P#10 (3 chares)
=== 2 === Chare 80 (load 7.1403)

=== 2 === Less loaded core 23 P#23 (3 chares, load: 25.9985)
=== 2 === Chare from 23 P#23 (3 chares)
=== 2 === Chare 509 (load 7.3252)

=== 2 === Less loaded core 21 P#0 (3 chares, load: 25.9998)
=== 2 === Chare from 21 P#21 (3 chares)
=== 2 === Chare 463 (load 6.7277)

=== 2 === Less loaded core 1 P#2 (3 chares, load: 26.0020)
=== 2 === Chare from 1 P#1 (3 chares)
=== 2 === Chare 472 (load 7.2735)

=== 2 === Less loaded core 2 P#4 (3 chares, load: 26.0089)
=== 2 === Chare from 2 P#2 (3 chares)
=== 2 === Chare 266 (load 7.2549)

=== 2 === Less loaded core 7 P#7 (3 chares, load: 26.0572)
=== 2 === Chare from 7 P#7 (3 chares)
=== 2 === Chare 193 (load 7.3947)

=== 2 === Less loaded core 5 P#3 (3 chares, load: 26.1937)
=== 2 === Chare from 5 P#5 (3 chares)
=== 2 === Chare 131 (load 7.3235)

=== 2 === Less loaded core 12 P#51622240 (3 chares, load: 26.2093)
=== 2 === Chare from 12 P#12 (3 chares)
=== 2 === Chare 72 (load 7.3472)

=== 2 === Less loaded core 26 P#3 (3 chares, load: 26.4463)
=== 2 === Chare from 26 P#26 (3 chares)
=== 2 === Chare 495 (load 7.2680)

=== 2 === Less loaded core 9 P#0 (3 chares, load: 26.5351)
=== 2 === Chare from 9 P#9 (3 chares)
=== 2 === Chare 98 (load 7.2811)

=== 2 === Less loaded core 25 P#32767 (3 chares, load: 26.6893)
=== 2 === Chare from 25 P#25 (3 chares)
=== 2 === Chare 267 (load 7.3197)

=== 2 === Less loaded core 19 P#0 (3 chares, load: 26.8724)
=== 2 === Chare from 19 P#19 (3 chares)
=== 2 === Chare 492 (load 6.8602)

=== 2 === Less loaded core 8 P#9346032 (3 chares, load: 27.2478)
=== 2 === Chare from 8 P#8 (3 chares)
=== 2 === Chare 430 (load 6.6950)

=== 2 === Less loaded core 27 P#32767 (3 chares, load: 27.3950)
=== 2 === Chare from 27 P#27 (3 chares)
=== 2 === Chare 341 (load 7.2502)

=== 2 === Less loaded core 17 P#0 (3 chares, load: 27.5816)
=== 2 === Chare from 17 P#17 (3 chares)
=== 2 === Chare 187 (load 6.7537)

=== 2 === Less loaded core 20 P#0 (3 chares, load: 27.6488)
=== 2 === Chare from 20 P#20 (3 chares)
=== 2 === Chare 489 (load 7.0004)

=== 2 === Less loaded core 16 P#38872752 (3 chares, load: 27.7428)
=== 2 === Chare from 16 P#16 (3 chares)
=== 2 === Chare 271 (load 6.8858)

=== 2 === Less loaded core 31 P#32767 (3 chares, load: 27.7875)
=== 2 === Chare from 31 P#31 (3 chares)
=== 2 === Chare 310 (load 7.1187)

=== 2 === Less loaded core 11 P#0 (3 chares, load: 27.9436)
=== 2 === Chare from 11 P#11 (3 chares)
=== 2 === Chare 237 (load 6.7510)

=== 2 === Less loaded core 22 P#22 (3 chares, load: 28.0469)
=== 2 === Chare from 22 P#22 (3 chares)
=== 2 === Chare 506 (load 6.8173)

=== 2 === Less loaded core 24 P#24 (4 chares, load: 29.3322)
=== 2 === Chare from 28 P#28 (3 chares)
=== 2 === Chare 501 (load 7.2390)

[DEBUG] GetBackPlacement from node 0
0 9.6208
13 9.0748
3 7.3324
14 7.0832
5 9.3281
4 7.3578
6 7.1798
7 6.9983
8 7.2226
11 7.1699
35 7.1499
83 7.1114
43 7.4761
42 7.1903
46 7.1546
81 7.1221
51 7.4593
1 7.3538
2 7.3538
23 7.2006
40 7.2526
16 7.1584
17 7.1210
15 7.1128
48 7.2349
20 7.1946
32 7.1559
37 7.0698
47 7.1266
33 7.1029
36 7.0510
38 6.9880
9 9.2540
84 9.2421
45 9.2297
87 6.7284
85 6.9342
68 6.8865
86 6.8569
28 6.7495
80 10.0923
90 9.0502
62 8.7610
89 7.0285
95 9.0294
93 8.9797
92 6.9313
94 6.9208
56 6.7116
63 6.5628
104 6.5076
29 6.4457
78 6.8181
59 6.6530
58 6.6219
31 6.4464
41 9.2548
49 9.1758
50 9.1278
39 9.0559
52 6.8998
96 6.7431
55 6.6651
106 6.5270
10 13.2544
99 12.2442
54 10.3000
98 9.4507
100 9.1515
103 9.0834
102 7.4419
101 7.0317
108 13.4860
110 13.3913
111 12.2771
109 10.7009
123 11.0502
114 7.8220
122 7.6960
113 7.0900
27 12.9961
12 10.3496
24 9.6587
44 7.4507
97 13.2893
71 12.6996
82 10.5781
116 10.1145
34 14.3671
115 14.2219
26 13.3573
25 12.9101
53 13.2301
57 10.6262
66 9.7072
107 7.7835
126 9.1597
18 9.1328
19 7.2064
127 6.9689
120 9.3538
125 9.3134
121 7.1808
124 7.1453
21 10.9294
30 7.8960
88 7.0681
69 6.8741
60 6.9639
64 6.9256
61 6.9092
91 6.8682
112 7.1940
22 7.1713
70 7.0740
65 6.7685
76 9.0560
75 8.9255
79 8.9124
74 6.9904
117 7.1363
73 6.9696
119 6.9450
67 6.8061
118 7.0075
77 6.9415
72 6.9155
105 6.6587
Core 0 load 33.1112
Core 1 load 30.8641
Core 2 load 28.6538
Core 3 load 28.9431
Core 4 load 29.3675
Core 5 load 28.6448
Core 6 load 28.6552
Core 7 load 28.2685
Core 8 load 34.4542
Core 9 load 27.4272
Core 10 load 34.9320
Core 11 load 31.8612
Core 12 load 26.2277
Core 13 load 26.5395
Core 14 load 36.6143
Core 15 load 26.8349
Core 16 load 45.2492
Core 17 load 32.7084
Core 18 load 49.8554
Core 19 load 33.6581
Core 20 load 40.4550
Core 21 load 46.6815
Core 22 load 54.8564
Core 23 load 41.3469
Core 24 load 32.4677
Core 25 load 32.9932
Core 26 load 32.7677
Core 27 load 27.6669
Core 28 load 28.2078
Core 29 load 33.8844
Core 30 load 27.8570
Core 31 load 27.5232
Avg load 33.4243 in [32.4216 ; 34.4270 ]
Swap chares 51 (6.4457) and 91 (12.9101) between cores 12 (26.2277) and 22
(54.8564)
New loads : 12 (32.6921) and 22 (48.3920)
Swap chares 55 (6.4464) and 75 (10.7009) between cores 13 (26.5395) and 18
(49.8554)
New loads : 13 (30.7939) and 18 (45.6009)
Swap chares 62 (6.6651) and 90 (13.3573) between cores 15 (26.8349) and 22
(48.3920)
New loads : 15 (33.5272) and 22 (41.6997)
Swap chares 39 (6.7495) and 87 (10.1145) between cores 9 (27.4272) and 21
(46.6815)
New loads : 9 (30.7921) and 21 (43.3165)
Swap chares 126 (6.9155) and 74 (12.2771) between cores 31 (27.5232) and 18
(45.6009)
New loads : 31 (32.8848) and 18 (40.2393)
Swap chares 111 (6.8682) and 67 (9.4507) between cores 27 (27.6669) and 16
(45.2492)
New loads : 27 (30.2494) and 16 (42.6667)
Swap chares 122 (6.9450) and 86 (10.5781) between cores 30 (27.8570) and 21
(43.3165)
New loads : 30 (31.4901) and 21 (39.6834)
Swap chares 115 (6.7685) and 67 (6.8682) between cores 28 (28.2078) and 16
(42.6667)
New loads : 28 (28.3075) and 16 (42.5670)
Swap chares 30 (7.0510) and 66 (10.3000) between cores 7 (28.2685) and 16
(42.5670)
New loads : 7 (31.5175) and 16 (39.3180)
Swap chares 113 (7.1713) and 89 (14.2219) between cores 28 (28.3075) and 22
(41.6997)
New loads : 28 (35.3581) and 22 (34.6491)
Swap chares 23 (7.1128) and 95 (7.7835) between cores 5 (28.6448) and 23
(41.3469)
New loads : 5 (29.3155) and 23 (40.6763)
Swap chares 11 (7.1114) and 95 (7.1128) between cores 2 (28.6538) and 23
(40.6763)
New loads : 2 (28.6552) and 23 (40.6749)
Swap chares 10 (7.1499) and 94 (9.7072) between cores 2 (28.6552) and 23
(40.6749)
New loads : 2 (31.2125) and 23 (38.1176)
Swap chares 27 (7.0698) and 83 (7.4507) between cores 6 (28.6552) and 20
(40.4550)
New loads : 6 (29.0360) and 20 (40.0742)
Swap chares 13 (7.1903) and 73 (13.3913) between cores 3 (28.9431) and 18
(40.2393)
New loads : 3 (35.1441) and 18 (34.0383)
Swap chares 26 (7.1559) and 82 (9.6587) between cores 6 (29.0360) and 20
(40.0742)
New loads : 6 (31.5389) and 20 (37.5713)
Swap chares 21 (7.1584) and 85 (12.6996) between cores 5 (29.3155) and 21
(39.6834)
New loads : 5 (34.8567) and 21 (34.1422)
Swap chares 17 (7.3538) and 65 (12.2442) between cores 4 (29.3675) and 16
(39.3180)
New loads : 4 (34.2578) and 16 (34.4277)
Swap chares 110 (6.9092) and 94 (7.1499) between cores 27 (30.2494) and 23
(38.1176)
New loads : 27 (30.4900) and 23 (37.8769)
Swap chares 109 (6.9256) and 93 (10.6262) between cores 27 (30.4900) and 23
(37.8769)
New loads : 27 (34.1907) and 23 (34.1763)
Swap chares 38 (6.8569) and 82 (7.1559) between cores 9 (30.7921) and 20
(37.5713)
New loads : 9 (31.0910) and 20 (37.2724)
Swap chares 54 (6.6219) and 82 (6.8569) between cores 13 (30.7939) and 20
(37.2724)
New loads : 13 (31.0290) and 20 (37.0374)
Swap chares 7 (6.9983) and 83 (7.0698) between cores 1 (30.8641) and 20
(37.0374)
New loads : 1 (30.9356) and 20 (36.9659)
Swap chares 5 (7.3578) and 81 (10.3496) between cores 1 (30.9356) and 20
(36.9659)
New loads : 1 (33.9273) and 20 (33.9741)
Swap chares 54 (6.8569) and 58 (9.1278) between cores 13 (31.0290) and 14
(36.6143)
New loads : 13 (33.2998) and 14 (34.3434)
Swap chares 37 (6.8865) and 113 (14.2219) between cores 9 (31.0910) and 28
(35.3581)
New loads : 9 (38.4264) and 28 (28.0227)
Swap chares 115 (6.8682) and 39 (10.1145) between cores 28 (28.0227) and 9
(38.4264)
New loads : 28 (31.2689) and 9 (35.1802)
Swap chares 9 (7.1699) and 37 (14.2219) between cores 2 (31.2125) and 9
(35.1802)
New loads : 2 (38.2645) and 9 (28.1282)
Swap chares 39 (6.8682) and 11 (7.1128) between cores 9 (28.1282) and 2
(38.2645)
New loads : 9 (28.3728) and 2 (38.0199)
Swap chares 38 (7.1559) and 10 (9.7072) between cores 9 (28.3728) and 2
(38.0199)
New loads : 9 (30.9241) and 2 (35.4686)
Swap chares 37 (7.1699) and 9 (14.2219) between cores 9 (30.9241) and 2
(35.4686)
New loads : 9 (37.9761) and 2 (28.4166)
Swap chares 11 (6.8682) and 39 (7.1128) between cores 2 (28.4166) and 9
(37.9761)
New loads : 2 (28.6612) and 9 (37.7315)
Swap chares 10 (7.1559) and 38 (9.7072) between cores 2 (28.6612) and 9
(37.7315)
New loads : 2 (31.2125) and 9 (35.1802)
Swap chares 9 (7.1699) and 37 (14.2219) between cores 2 (31.2125) and 9
(35.1802)
New loads : 2 (38.2645) and 9 (28.1282)
Swap chares 39 (6.8682) and 11 (7.1128) between cores 9 (28.1282) and 2
(38.2645)
New loads : 9 (28.3728) and 2 (38.0199)
Swap chares 38 (7.1559) and 10 (9.7072) between cores 9 (28.3728) and 2
(38.0199)
New loads : 9 (30.9241) and 2 (35.4686)
Swap chares 37 (7.1699) and 9 (14.2219) between cores 9 (30.9241) and 2
(35.4686)
New loads : 9 (37.9761) and 2 (28.4166)
Swap chares 11 (6.8682) and 39 (7.1128) between cores 2 (28.4166) and 9
(37.9761)
New loads : 2 (28.6612) and 9 (37.7315)
Swap chares 10 (7.1559) and 38 (9.7072) between cores 2 (28.6612) and 9
(37.7315)
New loads : 2 (31.2125) and 9 (35.1802)
Swap chares 9 (7.1699) and 37 (14.2219) between cores 2 (31.2125) and 9
(35.1802)
New loads : 2 (38.2645) and 9 (28.1282)
Swap chares 39 (6.8682) and 11 (7.1128) between cores 9 (28.1282) and 2
(38.2645)
New loads : 9 (28.3728) and 2 (38.0199)
Swap chares 38 (7.1559) and 10 (9.7072) between cores 9 (28.3728) and 2
(38.0199)
New loads : 9 (30.9241) and 2 (35.4686)
Swap chares 37 (7.1699) and 9 (14.2219) between cores 9 (30.9241) and 2
(35.4686)
New loads : 9 (37.9761) and 2 (28.4166)
Swap chares 11 (6.8682) and 39 (7.1128) between cores 2 (28.4166) and 9
(37.9761)
New loads : 2 (28.6612) and 9 (37.7315)
Swap chares 10 (7.1559) and 38 (9.7072) between cores 2 (28.6612) and 9
(37.7315)
New loads : 2 (31.2125) and 9 (35.1802)
Swap chares 9 (7.1699) and 37 (14.2219) between cores 2 (31.2125) and 9
(35.1802)
New loads : 2 (38.2645) and 9 (28.1282)
Swap chares 39 (6.8682) and 11 (7.1128) between cores 9 (28.1282) and 2
(38.2645)
New loads : 9 (28.3728) and 2 (38.0199)
Swap chares 38 (7.1559) and 10 (9.7072) between cores 9 (28.3728) and 2
(38.0199)
New loads : 9 (30.9241) and 2 (35.4686)
Swap chares 37 (7.1699) and 9 (14.2219) between cores 9 (30.9241) and 2
(35.4686)
New loads : 9 (37.9761) and 2 (28.4166)
Swap chares 11 (6.8682) and 39 (7.1128) between cores 2 (28.4166) and 9
(37.9761)
New loads : 2 (28.6612) and 9 (37.7315)
Swap chares 10 (7.1559) and 38 (9.7072) between cores 2 (28.6612) and 9
(37.7315)
New loads : 2 (31.2125) and 9 (35.1802)
Swap chares 9 (7.1699) and 37 (14.2219) between cores 2 (31.2125) and 9
(35.1802)
New loads : 2 (38.2645) and 9 (28.1282)
Swap chares 39 (6.8682) and 11 (7.1128) between cores 9 (28.1282) and 2
(38.2645)
New loads : 9 (28.3728) and 2 (38.0199)
Swap chares 38 (7.1559) and 10 (9.7072) between cores 9 (28.3728) and 2
(38.0199)
New loads : 9 (30.9241) and 2 (35.4686)
Swap chares 37 (7.1699) and 9 (14.2219) between cores 9 (30.9241) and 2
(35.4686)
New loads : 9 (37.9761) and 2 (28.4166)
Swap chares 11 (6.8682) and 39 (7.1128) between cores 2 (28.4166) and 9
(37.9761)
New loads : 2 (28.6612) and 9 (37.7315)
Swap chares 10 (7.1559) and 38 (9.7072) between cores 2 (28.6612) and 9
(37.7315)
New loads : 2 (31.2125) and 9 (35.1802)
Swap chares 9 (7.1699) and 37 (14.2219) between cores 2 (31.2125) and 9
(35.1802)
New loads : 2 (38.2645) and 9 (28.1282)
Swap chares 39 (6.8682) and 11 (7.1128) between cores 9 (28.1282) and 2
(38.2645)
New loads : 9 (28.3728) and 2 (38.0199)
Swap chares 38 (7.1559) and 10 (9.7072) between cores 9 (28.3728) and 2
(38.0199)
New loads : 9 (30.9241) and 2 (35.4686)
Swap chares 37 (7.1699) and 9 (14.2219) between cores 9 (30.9241) and 2
(35.4686)
New loads : 9 (37.9761) and 2 (28.4166)
Swap chares 11 (6.8682) and 39 (7.1128) between cores 2 (28.4166) and 9
(37.9761)
New loads : 2 (28.6612) and 9 (37.7315)
Swap chares 10 (7.1559) and 38 (9.7072) between cores 2 (28.6612) and 9
(37.7315)
New loads : 2 (31.2125) and 9 (35.1802)
Swap chares 9 (7.1699) and 37 (14.2219) between cores 2 (31.2125) and 9
(35.1802)
New loads : 2 (38.2645) and 9 (28.1282)
=== 0 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 0 P#0 (0 chares)
=== 0 === Chare 0 (load 9.6208)

=== 0 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 0 === Chare from 1 P#1 (0 chares)
=== 0 === Chare 12 (load 10.3496)

=== 0 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 0 === Chare from 2 P#2 (0 chares)
=== 0 === Chare 199 (load 14.2219)

=== 0 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 0 === Chare from 3 P#3 (0 chares)
=== 0 === Chare 190 (load 13.3913)

=== 0 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 0 === Chare from 4 P#4 (0 chares)
=== 0 === Chare 167 (load 12.2442)

=== 0 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 0 === Chare from 5 P#5 (0 chares)
=== 0 === Chare 111 (load 12.6996)

=== 0 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 0 === Chare from 6 P#6 (0 chares)
=== 0 === Chare 24 (load 9.6587)

=== 0 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 0 === Chare from 7 P#7 (0 chares)
=== 0 === Chare 78 (load 10.3000)

=== 0 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 0 === Chare from 8 P#8 (0 chares)
=== 0 === Chare 9 (load 9.2540)

=== 0 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 9 P#9 (0 chares)
=== 0 === Chare 11 (load 7.1699)

=== 0 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 10 P#10 (0 chares)
=== 0 === Chare 132 (load 10.0923)

=== 0 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 11 P#11 (0 chares)
=== 0 === Chare 159 (load 9.0294)

=== 0 === Less loaded core 12 P#35277632 (0 chares, load: 0.0000)
=== 0 === Chare from 12 P#12 (0 chares)
=== 0 === Chare 25 (load 12.9101)

=== 0 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 13 P#13 (0 chares)
=== 0 === Chare 189 (load 10.7009)

=== 0 === Less loaded core 14 P#90099072 (0 chares, load: 0.0000)
=== 0 === Chare from 14 P#14 (0 chares)
=== 0 === Chare 53 (load 9.2548)

=== 0 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 15 P#15 (0 chares)
=== 0 === Chare 26 (load 13.3573)

=== 0 === Less loaded core 16 P#72792800 (0 chares, load: 0.0000)
=== 0 === Chare from 16 P#16 (0 chares)
=== 0 === Chare 10 (load 13.2544)

=== 0 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 17 P#17 (0 chares)
=== 0 === Chare 172 (load 9.1515)

=== 0 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 0 === Chare from 18 P#18 (0 chares)
=== 0 === Chare 188 (load 13.4860)

=== 0 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 19 P#19 (0 chares)
=== 0 === Chare 215 (load 11.0502)

=== 0 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 20 P#20 (0 chares)
=== 0 === Chare 27 (load 12.9961)

=== 0 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 21 P#21 (0 chares)
=== 0 === Chare 165 (load 13.2893)

=== 0 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 0 === Chare from 22 P#22 (0 chares)
=== 0 === Chare 38 (load 14.3671)

=== 0 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 0 === Chare from 23 P#23 (0 chares)
=== 0 === Chare 77 (load 13.2301)

=== 0 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 0 === Chare from 24 P#24 (0 chares)
=== 0 === Chare 222 (load 9.1597)

=== 0 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 0 === Chare from 25 P#25 (0 chares)
=== 0 === Chare 212 (load 9.3538)

=== 0 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 26 P#26 (0 chares)
=== 0 === Chare 21 (load 10.9294)

=== 0 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 0 === Chare from 27 P#27 (0 chares)
=== 0 === Chare 85 (load 10.6262)

=== 0 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 28 P#28 (0 chares)
=== 0 === Chare 204 (load 10.1145)

=== 0 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 29 P#29 (0 chares)
=== 0 === Chare 124 (load 9.0560)

=== 0 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 0 === Chare from 30 P#30 (0 chares)
=== 0 === Chare 134 (load 10.5781)

=== 0 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 0 === Chare from 31 P#31 (0 chares)
=== 0 === Chare 191 (load 12.2771)

=== 0 === Less loaded core 9 P#0 (1 chares, load: 7.1699)
=== 0 === Chare from 9 P#9 (1 chares)
=== 0 === Chare 36 (load 7.1559)

=== 0 === Less loaded core 11 P#0 (1 chares, load: 9.0294)
=== 0 === Chare from 11 P#11 (1 chares)
=== 0 === Chare 157 (load 8.9797)

=== 0 === Less loaded core 29 P#1075977393 (1 chares, load: 9.0560)
=== 0 === Chare from 29 P#29 (1 chares)
=== 0 === Chare 119 (load 8.9255)

=== 0 === Less loaded core 17 P#0 (1 chares, load: 9.1515)
=== 0 === Chare from 17 P#17 (1 chares)
=== 0 === Chare 175 (load 9.0834)

=== 0 === Less loaded core 24 P#24 (1 chares, load: 9.1597)
=== 0 === Chare from 24 P#24 (1 chares)
=== 0 === Chare 18 (load 9.1328)

=== 0 === Less loaded core 8 P#9346032 (1 chares, load: 9.2540)
=== 0 === Chare from 8 P#8 (1 chares)
=== 0 === Chare 140 (load 9.2421)

=== 0 === Less loaded core 14 P#90099072 (1 chares, load: 9.2548)
=== 0 === Chare from 14 P#14 (1 chares)
=== 0 === Chare 69 (load 9.1758)

=== 0 === Less loaded core 25 P#32767 (1 chares, load: 9.3538)
=== 0 === Chare from 25 P#25 (1 chares)
=== 0 === Chare 221 (load 9.3134)

=== 0 === Less loaded core 0 P#0 (1 chares, load: 9.6208)
=== 0 === Chare from 0 P#0 (1 chares)
=== 0 === Chare 13 (load 9.0748)

=== 0 === Less loaded core 6 P#5 (1 chares, load: 9.6587)
=== 0 === Chare from 6 P#6 (1 chares)
=== 0 === Chare 60 (load 7.4507)

=== 0 === Less loaded core 10 P#0 (1 chares, load: 10.0923)
=== 0 === Chare from 10 P#10 (1 chares)
=== 0 === Chare 150 (load 9.0502)

=== 0 === Less loaded core 28 P#-1476395008 (1 chares, load: 10.1145)
=== 0 === Chare from 28 P#28 (1 chares)
=== 0 === Chare 196 (load 7.1940)

=== 0 === Less loaded core 7 P#7 (1 chares, load: 10.3000)
=== 0 === Chare from 7 P#7 (1 chares)
=== 0 === Chare 63 (load 7.1266)

=== 0 === Less loaded core 1 P#2 (1 chares, load: 10.3496)
=== 0 === Chare from 1 P#1 (1 chares)
=== 0 === Chare 5 (load 9.3281)

=== 0 === Less loaded core 30 P#-78976 (1 chares, load: 10.5781)
=== 0 === Chare from 30 P#30 (1 chares)
=== 0 === Chare 205 (load 7.1363)

=== 0 === Less loaded core 27 P#32767 (1 chares, load: 10.6262)
=== 0 === Chare from 27 P#27 (1 chares)
=== 0 === Chare 166 (load 9.4507)

=== 0 === Less loaded core 13 P#0 (1 chares, load: 10.7009)
=== 0 === Chare from 13 P#13 (1 chares)
=== 0 === Chare 70 (load 9.1278)

=== 0 === Less loaded core 26 P#1 (1 chares, load: 10.9294)
=== 0 === Chare from 26 P#26 (1 chares)
=== 0 === Chare 30 (load 7.8960)

=== 0 === Less loaded core 19 P#0 (1 chares, load: 11.0502)
=== 0 === Chare from 19 P#19 (1 chares)
=== 0 === Chare 198 (load 7.8220)

=== 0 === Less loaded core 4 P#1 (1 chares, load: 12.2442)
=== 0 === Chare from 4 P#4 (1 chares)
=== 0 === Chare 71 (load 7.4593)

=== 0 === Less loaded core 31 P#32767 (1 chares, load: 12.2771)
=== 0 === Chare from 31 P#31 (1 chares)
=== 0 === Chare 206 (load 7.0075)

=== 0 === Less loaded core 5 P#3 (1 chares, load: 12.6996)
=== 0 === Chare from 5 P#5 (1 chares)
=== 0 === Chare 183 (load 7.7835)

=== 0 === Less loaded core 12 P#35277632 (1 chares, load: 12.9101)
=== 0 === Chare from 12 P#12 (1 chares)
=== 0 === Chare 84 (load 6.7116)

=== 0 === Less loaded core 20 P#0 (1 chares, load: 12.9961)
=== 0 === Chare from 20 P#20 (1 chares)
=== 0 === Chare 4 (load 7.3578)

=== 0 === Less loaded core 23 P#23 (1 chares, load: 13.2301)
=== 0 === Chare from 23 P#23 (1 chares)
=== 0 === Chare 135 (load 7.1114)

=== 0 === Less loaded core 16 P#72792800 (1 chares, load: 13.2544)
=== 0 === Chare from 16 P#16 (1 chares)
=== 0 === Chare 1 (load 7.3538)

=== 0 === Less loaded core 21 P#0 (1 chares, load: 13.2893)
=== 0 === Chare from 21 P#21 (1 chares)
=== 0 === Chare 16 (load 7.1584)

=== 0 === Less loaded core 15 P#0 (1 chares, load: 13.3573)
=== 0 === Chare from 15 P#15 (1 chares)
=== 0 === Chare 76 (load 6.8998)

=== 0 === Less loaded core 3 P#6 (1 chares, load: 13.3913)
=== 0 === Chare from 3 P#3 (1 chares)
=== 0 === Chare 55 (load 7.4761)

=== 0 === Less loaded core 18 P#32 (1 chares, load: 13.4860)
=== 0 === Chare from 18 P#18 (1 chares)
=== 0 === Chare 54 (load 7.1903)

=== 0 === Less loaded core 2 P#4 (1 chares, load: 14.2219)
=== 0 === Chare from 2 P#2 (1 chares)
=== 0 === Chare 102 (load 9.7072)

=== 0 === Less loaded core 9 P#0 (2 chares, load: 14.3258)
=== 0 === Chare from 9 P#9 (2 chares)
=== 0 === Chare 141 (load 6.9342)

=== 0 === Less loaded core 22 P#22 (1 chares, load: 14.3671)
=== 0 === Chare from 22 P#22 (1 chares)
=== 0 === Chare 22 (load 7.1713)

=== 0 === Less loaded core 6 P#5 (2 chares, load: 17.1094)
=== 0 === Chare from 6 P#6 (2 chares)
=== 0 === Chare 68 (load 7.2349)

=== 0 === Less loaded core 28 P#603979776 (2 chares, load: 17.3085)
=== 0 === Chare from 28 P#28 (2 chares)
=== 0 === Chare 110 (load 7.0740)

=== 0 === Less loaded core 7 P#7 (2 chares, load: 17.4266)
=== 0 === Chare from 7 P#7 (2 chares)
=== 0 === Chare 37 (load 7.1029)

=== 0 === Less loaded core 30 P#-78976 (2 chares, load: 17.7144)
=== 0 === Chare from 30 P#30 (2 chares)
=== 0 === Chare 117 (load 6.9696)

=== 0 === Less loaded core 29 P#1077017415 (2 chares, load: 17.9816)
=== 0 === Chare from 29 P#29 (2 chares)
=== 0 === Chare 127 (load 8.9124)

=== 0 === Less loaded core 11 P#0 (2 chares, load: 18.0090)
=== 0 === Chare from 11 P#11 (2 chares)
=== 0 === Chare 156 (load 6.9313)

=== 0 === Less loaded core 17 P#0 (2 chares, load: 18.2349)
=== 0 === Chare from 17 P#17 (2 chares)
=== 0 === Chare 174 (load 7.4419)

=== 0 === Less loaded core 24 P#24 (2 chares, load: 18.2925)
=== 0 === Chare from 24 P#24 (2 chares)
=== 0 === Chare 19 (load 7.2064)

=== 0 === Less loaded core 14 P#90099072 (2 chares, load: 18.4306)
=== 0 === Chare from 14 P#14 (2 chares)
=== 0 === Chare 47 (load 9.0559)

=== 0 === Less loaded core 8 P#9346032 (2 chares, load: 18.4961)
=== 0 === Chare from 8 P#8 (2 chares)
=== 0 === Chare 61 (load 9.2297)

=== 0 === Less loaded core 25 P#32767 (2 chares, load: 18.6672)
=== 0 === Chare from 25 P#25 (2 chares)
=== 0 === Chare 213 (load 7.1808)

=== 0 === Less loaded core 0 P#0 (2 chares, load: 18.6956)
=== 0 === Chare from 0 P#0 (2 chares)
=== 0 === Chare 3 (load 7.3324)

=== 0 === Less loaded core 26 P#2 (2 chares, load: 18.8254)
=== 0 === Chare from 26 P#26 (2 chares)
=== 0 === Chare 148 (load 7.0681)

=== 0 === Less loaded core 19 P#0 (2 chares, load: 18.8722)
=== 0 === Chare from 19 P#19 (2 chares)
=== 0 === Chare 214 (load 7.6960)

=== 0 === Less loaded core 10 P#0 (2 chares, load: 19.1425)
=== 0 === Chare from 10 P#10 (2 chares)
=== 0 === Chare 94 (load 8.7610)

=== 0 === Less loaded core 31 P#32767 (2 chares, load: 19.2846)
=== 0 === Chare from 31 P#31 (2 chares)
=== 0 === Chare 125 (load 6.9415)

=== 0 === Less loaded core 12 P#35277632 (2 chares, load: 19.6217)
=== 0 === Chare from 12 P#12 (2 chares)
=== 0 === Chare 95 (load 6.5628)

=== 0 === Less loaded core 1 P#2 (2 chares, load: 19.6777)
=== 0 === Chare from 1 P#1 (2 chares)
=== 0 === Chare 6 (load 7.1798)

=== 0 === Less loaded core 4 P#1 (2 chares, load: 19.7035)
=== 0 === Chare from 4 P#4 (2 chares)
=== 0 === Chare 2 (load 7.3538)

=== 0 === Less loaded core 13 P#0 (2 chares, load: 19.8287)
=== 0 === Chare from 13 P#13 (2 chares)
=== 0 === Chare 126 (load 6.8181)

=== 0 === Less loaded core 27 P#32767 (2 chares, load: 20.0769)
=== 0 === Chare from 27 P#27 (2 chares)
=== 0 === Chare 39 (load 7.1499)

=== 0 === Less loaded core 15 P#0 (2 chares, load: 20.2571)
=== 0 === Chare from 15 P#15 (2 chares)
=== 0 === Chare 164 (load 6.7431)

=== 0 === Less loaded core 23 P#23 (2 chares, load: 20.3415)
=== 0 === Chare from 23 P#23 (2 chares)
=== 0 === Chare 100 (load 6.9256)

=== 0 === Less loaded core 20 P#0 (2 chares, load: 20.3539)
=== 0 === Chare from 20 P#20 (2 chares)
=== 0 === Chare 7 (load 6.9983)

=== 0 === Less loaded core 21 P#0 (2 chares, load: 20.4476)
=== 0 === Chare from 21 P#21 (2 chares)
=== 0 === Chare 207 (load 6.9450)

=== 0 === Less loaded core 5 P#3 (2 chares, load: 20.4831)
=== 0 === Chare from 5 P#5 (2 chares)
=== 0 === Chare 52 (load 7.2526)

=== 0 === Less loaded core 16 P#72792800 (2 chares, load: 20.6082)
=== 0 === Chare from 16 P#16 (2 chares)
=== 0 === Chare 44 (load 7.0510)

=== 0 === Less loaded core 18 P#32 (2 chares, load: 20.6764)
=== 0 === Chare from 18 P#18 (2 chares)
=== 0 === Chare 116 (load 6.9155)

=== 0 === Less loaded core 3 P#6 (2 chares, load: 20.8674)
=== 0 === Chare from 3 P#3 (2 chares)
=== 0 === Chare 62 (load 7.1546)

=== 0 === Less loaded core 9 P#0 (3 chares, load: 21.2600)
=== 0 === Chare from 9 P#9 (3 chares)
=== 0 === Chare 151 (load 6.8682)

=== 0 === Less loaded core 22 P#22 (2 chares, load: 21.5384)
=== 0 === Chare from 22 P#22 (2 chares)
=== 0 === Chare 79 (load 6.6651)

=== 0 === Less loaded core 2 P#4 (2 chares, load: 23.9291)
=== 0 === Chare from 2 P#2 (2 chares)
=== 0 === Chare 8 (load 7.2226)

=== 0 === Less loaded core 6 P#5 (3 chares, load: 24.3443)
=== 0 === Chare from 6 P#6 (3 chares)
=== 0 === Chare 20 (load 7.1946)

=== 0 === Less loaded core 28 P#1409286144 (3 chares, load: 24.3824)
=== 0 === Chare from 28 P#28 (3 chares)
=== 0 === Chare 108 (load 6.8865)

=== 0 === Less loaded core 7 P#7 (3 chares, load: 24.5295)
=== 0 === Chare from 7 P#7 (3 chares)
=== 0 === Chare 46 (load 6.9880)

=== 0 === Less loaded core 30 P#-78976 (3 chares, load: 24.6841)
=== 0 === Chare from 30 P#30 (3 chares)
=== 0 === Chare 103 (load 6.8061)

=== 0 === Less loaded core 11 P#0 (3 chares, load: 24.9404)
=== 0 === Chare from 11 P#11 (3 chares)
=== 0 === Chare 158 (load 6.9208)

=== 0 === Less loaded core 24 P#24 (3 chares, load: 25.4989)
=== 0 === Chare from 24 P#24 (3 chares)
=== 0 === Chare 223 (load 6.9689)

=== 0 === Less loaded core 17 P#0 (3 chares, load: 25.6768)
=== 0 === Chare from 17 P#17 (3 chares)
=== 0 === Chare 173 (load 7.0317)

=== 0 === Less loaded core 25 P#32767 (3 chares, load: 25.8479)
=== 0 === Chare from 25 P#25 (3 chares)
=== 0 === Chare 220 (load 7.1453)

=== 0 === Less loaded core 26 P#3 (3 chares, load: 25.8935)
=== 0 === Chare from 26 P#26 (3 chares)
=== 0 === Chare 109 (load 6.8741)

=== 0 === Less loaded core 0 P#0 (3 chares, load: 26.0280)
=== 0 === Chare from 0 P#0 (3 chares)
=== 0 === Chare 14 (load 7.0832)

=== 0 === Less loaded core 12 P#35277632 (3 chares, load: 26.1845)
=== 0 === Chare from 12 P#12 (3 chares)
=== 0 === Chare 180 (load 6.5076)

=== 0 === Less loaded core 31 P#32767 (3 chares, load: 26.2262)
=== 0 === Chare from 31 P#31 (3 chares)
=== 0 === Chare 181 (load 6.6587)

=== 0 === Less loaded core 19 P#0 (3 chares, load: 26.5682)
=== 0 === Chare from 19 P#19 (3 chares)
=== 0 === Chare 197 (load 7.0900)

=== 0 === Less loaded core 13 P#0 (3 chares, load: 26.6468)
=== 0 === Chare from 13 P#13 (3 chares)
=== 0 === Chare 87 (load 6.6530)

=== 0 === Less loaded core 1 P#2 (3 chares, load: 26.8575)
=== 0 === Chare from 1 P#1 (3 chares)
=== 0 === Chare 45 (load 7.0698)

=== 0 === Less loaded core 29 P#1077601501 (3 chares, load: 26.8940)
=== 0 === Chare from 29 P#29 (3 chares)
=== 0 === Chare 118 (load 6.9904)

=== 0 === Less loaded core 15 P#0 (3 chares, load: 27.0002)
=== 0 === Chare from 15 P#15 (3 chares)
=== 0 === Chare 182 (load 6.5270)

=== 0 === Less loaded core 4 P#1 (3 chares, load: 27.0573)
=== 0 === Chare from 4 P#4 (3 chares)
=== 0 === Chare 23 (load 7.2006)

=== 0 === Less loaded core 27 P#32767 (3 chares, load: 27.2268)
=== 0 === Chare from 27 P#27 (3 chares)
=== 0 === Chare 92 (load 6.9639)

=== 0 === Less loaded core 23 P#23 (3 chares, load: 27.2671)
=== 0 === Chare from 23 P#23 (3 chares)
=== 0 === Chare 93 (load 6.9092)

=== 0 === Less loaded core 20 P#0 (3 chares, load: 27.3522)
=== 0 === Chare from 20 P#20 (3 chares)
=== 0 === Chare 86 (load 6.6219)

=== 0 === Less loaded core 21 P#0 (3 chares, load: 27.3927)
=== 0 === Chare from 21 P#21 (3 chares)
=== 0 === Chare 28 (load 6.7495)

=== 0 === Less loaded core 14 P#90099072 (3 chares, load: 27.4865)
=== 0 === Chare from 14 P#14 (3 chares)
=== 0 === Chare 142 (load 6.8569)

=== 0 === Less loaded core 18 P#32 (3 chares, load: 27.5919)
=== 0 === Chare from 18 P#18 (3 chares)
=== 0 === Chare 31 (load 6.4464)

=== 0 === Less loaded core 16 P#72792800 (3 chares, load: 27.6592)
=== 0 === Chare from 16 P#16 (3 chares)
=== 0 === Chare 101 (load 6.7685)

=== 0 === Less loaded core 8 P#9346032 (3 chares, load: 27.7258)
=== 0 === Chare from 8 P#8 (3 chares)
=== 0 === Chare 143 (load 6.7284)

=== 0 === Less loaded core 5 P#3 (3 chares, load: 27.7357)
=== 0 === Chare from 5 P#5 (3 chares)
=== 0 === Chare 17 (load 7.1210)

=== 0 === Less loaded core 10 P#0 (3 chares, load: 27.9035)
=== 0 === Chare from 10 P#10 (3 chares)
=== 0 === Chare 149 (load 7.0285)

=== 0 === Less loaded core 3 P#6 (3 chares, load: 28.0220)
=== 0 === Chare from 3 P#3 (3 chares)
=== 0 === Chare 133 (load 7.1221)

=== 0 === Less loaded core 9 P#0 (4 chares, load: 28.1282)
=== 0 === Chare from 2 P#2 (3 chares)
=== 0 === Chare 15 (load 7.1128)

=== 0 === Less loaded core 22 P#22 (3 chares, load: 28.2034)
=== 0 === Chare from 22 P#22 (3 chares)
=== 0 === Chare 29 (load 6.4457)

[DEBUG] GetBackPlacement from node 5
0 7.4957
93 7.2139
91 7.1871
89 7.1846
109 7.4396
122 7.2297
90 7.1785
126 7.1165
55 7.6496
1 7.3938
96 7.3591
98 7.3410
116 7.4634
104 7.2738
99 7.2614
107 7.1987
86 11.9383
9 9.2305
13 9.1517
25 7.5602
115 13.0985
123 12.5419
112 12.1445
114 10.3469
97 7.3698
16 7.2846
119 7.2834
118 7.1799
111 9.5891
80 7.5317
127 7.4085
88 7.3146
29 7.3612
17 7.3255
2 7.3218
101 7.2207
31 7.3537
57 6.9364
26 6.8893
19 6.7839
47 7.3062
81 6.9328
8 6.9142
11 6.8364
56 9.3192
59 9.1733
58 6.8780
18 6.7889
74 12.7414
10 11.6999
106 10.2832
3 7.2893
14 12.9275
15 12.4586
108 7.4241
110 7.3969
27 12.7645
75 11.6668
30 10.3346
48 9.1217
73 10.4098
54 7.4209
100 7.3196
124 6.7369
7 9.2810
5 9.2134
4 6.8835
6 6.8449
46 7.1923
83 6.7498
35 6.7493
102 6.6893
20 9.3317
23 9.1752
21 7.2499
22 7.0230
64 9.1868
67 9.1842
65 7.2155
66 7.2086
33 12.7357
12 10.1734
71 9.8502
52 7.4479
87 7.4046
92 7.0349
82 7.0318
70 6.8988
34 12.7095
69 9.7366
24 9.4529
53 7.2491
84 13.0987
113 12.7814
117 12.6214
95 9.7522
28 7.9687
40 7.4472
43 7.3811
63 7.2446
61 7.4633
85 7.4031
62 7.3704
94 7.2939
120 12.3689
121 9.7694
72 9.6167
32 7.8188
68 7.7613
60 7.4960
41 7.3898
78 7.2819
36 7.4226
37 7.3788
50 7.3356
125 7.2210
51 7.5251
49 7.4850
77 7.3425
79 7.2295
105 9.4942
44 7.7757
38 7.3840
39 7.3424
45 7.4968
42 7.3469
76 7.2603
103 7.1241
Core 0 load 29.0813
Core 1 load 28.9643
Core 2 load 29.7434
Core 3 load 29.1973
Core 4 load 37.8807
Core 5 load 48.1319
Core 6 load 29.1177
Core 7 load 31.8439
Core 8 load 29.2291
Core 9 load 27.9634
Core 10 load 27.9895
Core 11 load 32.1593
Core 12 load 42.0138
Core 13 load 40.2071
Core 14 load 43.8876
Core 15 load 31.8872
Core 16 load 32.2228
Core 17 load 27.3806
Core 18 load 32.7798
Core 19 load 32.7951
Core 20 load 40.2073
Core 21 load 28.3702
Core 22 load 39.1483
Core 23 load 48.2538
Core 24 load 30.0417
Core 25 load 29.5307
Core 26 load 39.5738
Core 27 load 29.9289
Core 28 load 29.3580
Core 29 load 29.5821
Core 30 load 31.9963
Core 31 load 29.2281
Avg load 33.4280 in [32.4251 ; 34.4308 ]
Swap chares 71 (6.6893) and 95 (9.7522) between cores 17 (27.3806) and 23
(48.2538)
New loads : 17 (30.4436) and 23 (45.1908)
Swap chares 39 (6.7839) and 23 (10.3469) between cores 9 (27.9634) and 5
(48.1319)
New loads : 9 (31.5264) and 5 (44.5689)
Swap chares 42 (6.9142) and 94 (12.6214) between cores 10 (27.9895) and 23
(45.1908)
New loads : 10 (33.6968) and 23 (39.4835)
Swap chares 86 (7.0318) and 22 (12.1445) between cores 21 (28.3702) and 5
(44.5689)
New loads : 21 (33.4829) and 5 (39.4562)
Swap chares 7 (7.1165) and 59 (9.1217) between cores 1 (28.9643) and 14
(43.8876)
New loads : 1 (30.9695) and 14 (41.8824)
Swap chares 3 (7.1846) and 51 (7.2893) between cores 0 (29.0813) and 12
(42.0138)
New loads : 0 (29.1860) and 12 (41.9092)
Swap chares 27 (7.1799) and 51 (7.1846) between cores 6 (29.1177) and 12
(41.9092)
New loads : 6 (29.1224) and 12 (41.9044)
Swap chares 26 (7.2834) and 50 (10.2832) between cores 6 (29.1224) and 12
(41.9044)
New loads : 6 (32.1223) and 12 (38.9046)
Swap chares 2 (7.1871) and 58 (10.3346) between cores 0 (29.1860) and 14
(41.8824)
New loads : 0 (32.3335) and 14 (38.7349)
Swap chares 15 (7.1987) and 83 (7.4479) between cores 3 (29.1973) and 20
(40.2073)
New loads : 3 (29.4465) and 20 (39.9581)
Swap chares 127 (7.1241) and 55 (7.3969) between cores 31 (29.2281) and 13
(40.2071)
New loads : 31 (29.5009) and 13 (39.9343)
Swap chares 34 (7.3218) and 82 (9.8502) between cores 8 (29.2291) and 20
(39.9581)
New loads : 8 (31.7576) and 20 (37.4296)
Swap chares 114 (7.3356) and 54 (7.4241) between cores 28 (29.3580) and 13
(39.9343)
New loads : 28 (29.4465) and 13 (39.8458)
Swap chares 14 (7.2614) and 54 (7.3356) between cores 3 (29.4465) and 13
(39.8458)
New loads : 3 (29.5208) and 13 (39.7716)
Swap chares 113 (7.3788) and 53 (12.4586) between cores 28 (29.4465) and 13
(39.7716)
New loads : 28 (34.5263) and 13 (34.6918)
Swap chares 127 (7.3969) and 107 (7.8188) between cores 31 (29.5009) and 26
(39.5738)
New loads : 31 (29.9228) and 26 (39.1518)
Swap chares 13 (7.2738) and 93 (12.7814) between cores 3 (29.5208) and 23
(39.4835)
New loads : 3 (35.0284) and 23 (33.9759)
Swap chares 101 (7.4031) and 21 (12.5419) between cores 25 (29.5307) and 5
(39.4562)
New loads : 25 (34.6695) and 5 (34.3174)
Swap chares 119 (7.2295) and 107 (7.3969) between cores 29 (29.5821) and 26
(39.1518)
New loads : 29 (29.7494) and 26 (38.9845)
Swap chares 10 (7.3591) and 90 (9.4529) between cores 2 (29.7434) and 22
(39.1483)
New loads : 2 (31.8373) and 22 (37.0544)
Swap chares 118 (7.3425) and 106 (9.6167) between cores 29 (29.7494) and 26
(38.9845)
New loads : 29 (32.0236) and 26 (36.7103)
Swap chares 126 (7.2603) and 50 (7.2834) between cores 31 (29.9228) and 12
(38.9046)
New loads : 31 (29.9459) and 12 (38.8815)
Swap chares 109 (7.4960) and 49 (11.6999) between cores 27 (29.9289) and 12
(38.8815)
New loads : 27 (34.1329) and 12 (34.6775)
Swap chares 125 (7.3469) and 57 (11.6668) between cores 31 (29.9459) and 14
(38.7349)
New loads : 31 (34.2658) and 14 (34.4149)
Swap chares 99 (7.2446) and 19 (7.5602) between cores 24 (30.0417) and 4
(37.8807)
New loads : 24 (30.3572) and 4 (37.5651)
Swap chares 98 (7.3811) and 18 (9.1517) between cores 24 (30.3572) and 4
(37.5651)
New loads : 24 (32.1278) and 4 (35.7945)
Swap chares 70 (6.7493) and 82 (7.3218) between cores 17 (30.4436) and 20
(37.4296)
New loads : 17 (31.0161) and 20 (36.8572)
Swap chares 6 (7.1785) and 90 (7.3591) between cores 1 (30.9695) and 22
(37.0544)
New loads : 1 (31.1501) and 22 (36.8738)
Swap chares 69 (6.7498) and 89 (9.7366) between cores 17 (31.0161) and 22
(36.8738)
New loads : 17 (34.0029) and 22 (33.8870)
Swap chares 5 (7.2297) and 81 (10.1734) between cores 1 (31.1501) and 20
(36.8572)
New loads : 1 (34.0938) and 20 (33.9135)
Swap chares 38 (6.8893) and 106 (7.3425) between cores 9 (31.5264) and 26
(36.7103)
New loads : 9 (31.9795) and 26 (36.2572)
Swap chares 35 (7.2207) and 107 (7.2295) between cores 8 (31.7576) and 26
(36.2572)
New loads : 8 (31.7665) and 26 (36.2483)
Swap chares 33 (7.3255) and 105 (9.7694) between cores 8 (31.7665) and 26
(36.2483)
New loads : 8 (34.2104) and 26 (33.8044)
Swap chares 9 (7.3938) and 17 (9.2305) between cores 2 (31.8373) and 4
(35.7945)
New loads : 2 (33.6740) and 4 (33.9579)
Swap chares 31 (7.3146) and 15 (7.4479) between cores 7 (31.8439) and 3
(35.0284)
New loads : 7 (31.9773) and 3 (34.8950)
Swap chares 63 (6.7369) and 15 (7.3146) between cores 15 (31.8872) and 3
(34.8950)
New loads : 15 (32.4649) and 3 (34.3174)
Swap chares 28 (9.5891) and 52 (12.9275) between cores 7 (31.9773) and 13
(34.6918)
New loads : 7 (35.3157) and 13 (31.3534)
Swap chares 55 (7.1241) and 31 (7.4479) between cores 13 (31.3534) and 7
(35.3157)
New loads : 13 (31.6772) and 7 (34.9919)
Swap chares 54 (7.2614) and 30 (7.4085) between cores 13 (31.6772) and 7
(34.9919)
New loads : 13 (31.8243) and 7 (34.8447)
Swap chares 53 (7.3788) and 29 (7.5317) between cores 13 (31.8243) and 7
(34.8447)
New loads : 13 (31.9773) and 7 (34.6918)
Swap chares 52 (9.5891) and 28 (12.9275) between cores 13 (31.9773) and 7
(34.6918)
New loads : 13 (35.3157) and 7 (31.3534)
Swap chares 31 (7.1241) and 55 (7.4479) between cores 7 (31.3534) and 13
(35.3157)
New loads : 7 (31.6772) and 13 (34.9919)
Swap chares 30 (7.2614) and 54 (7.4085) between cores 7 (31.6772) and 13
(34.9919)
New loads : 7 (31.8243) and 13 (34.8447)
Swap chares 29 (7.3788) and 53 (7.5317) between cores 7 (31.8243) and 13
(34.8447)
New loads : 7 (31.9773) and 13 (34.6918)
Swap chares 28 (9.5891) and 52 (12.9275) between cores 7 (31.9773) and 13
(34.6918)
New loads : 7 (35.3157) and 13 (31.3534)
Swap chares 55 (7.1241) and 31 (7.4479) between cores 13 (31.3534) and 7
(35.3157)
New loads : 13 (31.6772) and 7 (34.9919)
Swap chares 54 (7.2614) and 30 (7.4085) between cores 13 (31.6772) and 7
(34.9919)
New loads : 13 (31.8243) and 7 (34.8447)
Swap chares 53 (7.3788) and 29 (7.5317) between cores 13 (31.8243) and 7
(34.8447)
New loads : 13 (31.9773) and 7 (34.6918)
Swap chares 52 (9.5891) and 28 (12.9275) between cores 13 (31.9773) and 7
(34.6918)
New loads : 13 (35.3157) and 7 (31.3534)
Swap chares 31 (7.1241) and 55 (7.4479) between cores 7 (31.3534) and 13
(35.3157)
New loads : 7 (31.6772) and 13 (34.9919)
Swap chares 30 (7.2614) and 54 (7.4085) between cores 7 (31.6772) and 13
(34.9919)
New loads : 7 (31.8243) and 13 (34.8447)
Swap chares 29 (7.3788) and 53 (7.5317) between cores 7 (31.8243) and 13
(34.8447)
New loads : 7 (31.9773) and 13 (34.6918)
Swap chares 28 (9.5891) and 52 (12.9275) between cores 7 (31.9773) and 13
(34.6918)
New loads : 7 (35.3157) and 13 (31.3534)
Swap chares 55 (7.1241) and 31 (7.4479) between cores 13 (31.3534) and 7
(35.3157)
New loads : 13 (31.6772) and 7 (34.9919)
Swap chares 54 (7.2614) and 30 (7.4085) between cores 13 (31.6772) and 7
(34.9919)
New loads : 13 (31.8243) and 7 (34.8447)
Swap chares 53 (7.3788) and 29 (7.5317) between cores 13 (31.8243) and 7
(34.8447)
New loads : 13 (31.9773) and 7 (34.6918)
Swap chares 52 (9.5891) and 28 (12.9275) between cores 13 (31.9773) and 7
(34.6918)
New loads : 13 (35.3157) and 7 (31.3534)
Swap chares 31 (7.1241) and 55 (7.4479) between cores 7 (31.3534) and 13
(35.3157)
New loads : 7 (31.6772) and 13 (34.9919)
Swap chares 30 (7.2614) and 54 (7.4085) between cores 7 (31.6772) and 13
(34.9919)
New loads : 7 (31.8243) and 13 (34.8447)
Swap chares 29 (7.3788) and 53 (7.5317) between cores 7 (31.8243) and 13
(34.8447)
New loads : 7 (31.9773) and 13 (34.6918)
Swap chares 28 (9.5891) and 52 (12.9275) between cores 7 (31.9773) and 13
(34.6918)
New loads : 7 (35.3157) and 13 (31.3534)
Swap chares 55 (7.1241) and 31 (7.4479) between cores 13 (31.3534) and 7
(35.3157)
New loads : 13 (31.6772) and 7 (34.9919)
Swap chares 54 (7.2614) and 30 (7.4085) between cores 13 (31.6772) and 7
(34.9919)
New loads : 13 (31.8243) and 7 (34.8447)
Swap chares 53 (7.3788) and 29 (7.5317) between cores 13 (31.8243) and 7
(34.8447)
New loads : 13 (31.9773) and 7 (34.6918)
=== 5 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 0 P#0 (0 chares)
=== 5 === Chare 686 (load 10.3346)

=== 5 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 5 === Chare from 1 P#1 (0 chares)
=== 5 === Chare 496 (load 10.1734)

=== 5 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 5 === Chare from 2 P#2 (0 chares)
=== 5 === Chare 668 (load 9.4529)

=== 5 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 5 === Chare from 3 P#3 (0 chares)
=== 5 === Chare 977 (load 12.7814)

=== 5 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 5 === Chare from 4 P#4 (0 chares)
=== 5 === Chare 910 (load 11.9383)

=== 5 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 5 === Chare from 5 P#5 (0 chares)
=== 5 === Chare 979 (load 13.0985)

=== 5 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 5 === Chare from 6 P#6 (0 chares)
=== 5 === Chare 962 (load 10.2832)

=== 5 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 5 === Chare from 7 P#7 (0 chares)
=== 5 === Chare 498 (load 12.9275)

=== 5 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 5 === Chare from 8 P#8 (0 chares)
=== 5 === Chare 883 (load 9.8502)

=== 5 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 9 P#9 (0 chares)
=== 5 === Chare 978 (load 10.3469)

=== 5 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 10 P#10 (0 chares)
=== 5 === Chare 997 (load 12.6214)

=== 5 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 11 P#11 (0 chares)
=== 5 === Chare 828 (load 9.3192)

=== 5 === Less loaded core 12 P#95107104 (0 chares, load: 0.0000)
=== 5 === Chare from 12 P#12 (0 chares)
=== 5 === Chare 890 (load 12.7414)

=== 5 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 13 P#13 (0 chares)
=== 5 === Chare 971 (load 9.5891)

=== 5 === Less loaded core 14 P#90368672 (0 chares, load: 0.0000)
=== 5 === Chare from 14 P#14 (0 chares)
=== 5 === Chare 671 (load 12.7645)

=== 5 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 15 P#15 (0 chares)
=== 5 === Chare 889 (load 10.4098)

=== 5 === Less loaded core 16 P#69895936 (0 chares, load: 0.0000)
=== 5 === Chare from 16 P#16 (0 chares)
=== 5 === Chare 387 (load 9.2810)

=== 5 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 17 P#17 (0 chares)
=== 5 === Chare 923 (load 9.7522)

=== 5 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 5 === Chare from 18 P#18 (0 chares)
=== 5 === Chare 520 (load 9.3317)

=== 5 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 19 P#19 (0 chares)
=== 5 === Chare 876 (load 9.1868)

=== 5 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 20 P#20 (0 chares)
=== 5 === Chare 701 (load 12.7357)

=== 5 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 21 P#21 (0 chares)
=== 5 === Chare 976 (load 12.1445)

=== 5 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 5 === Chare from 22 P#22 (0 chares)
=== 5 === Chare 702 (load 12.7095)

=== 5 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 5 === Chare from 23 P#23 (0 chares)
=== 5 === Chare 908 (load 13.0987)

=== 5 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 5 === Chare from 24 P#24 (0 chares)
=== 5 === Chare 497 (load 9.1517)

=== 5 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 5 === Chare from 25 P#25 (0 chares)
=== 5 === Chare 1011 (load 12.5419)

=== 5 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 26 P#26 (0 chares)
=== 5 === Chare 1008 (load 12.3689)

=== 5 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 5 === Chare from 27 P#27 (0 chares)
=== 5 === Chare 482 (load 11.6999)

=== 5 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 28 P#28 (0 chares)
=== 5 === Chare 499 (load 12.4586)

=== 5 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 29 P#29 (0 chares)
=== 5 === Chare 888 (load 9.6167)

=== 5 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 5 === Chare from 30 P#30 (0 chares)
=== 5 === Chare 961 (load 9.4942)

=== 5 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 5 === Chare from 31 P#31 (0 chares)
=== 5 === Chare 891 (load 11.6668)

=== 5 === Less loaded core 24 P#24 (1 chares, load: 9.1517)
=== 5 === Chare from 24 P#24 (1 chares)
=== 5 === Chare 684 (load 7.9687)

=== 5 === Less loaded core 19 P#0 (1 chares, load: 9.1868)
=== 5 === Chare from 19 P#19 (1 chares)
=== 5 === Chare 879 (load 9.1842)

=== 5 === Less loaded core 16 P#69895936 (1 chares, load: 9.2810)
=== 5 === Chare from 16 P#16 (1 chares)
=== 5 === Chare 385 (load 9.2134)

=== 5 === Less loaded core 11 P#0 (1 chares, load: 9.3192)
=== 5 === Chare from 11 P#11 (1 chares)
=== 5 === Chare 831 (load 9.1733)

=== 5 === Less loaded core 18 P#32 (1 chares, load: 9.3317)
=== 5 === Chare from 18 P#18 (1 chares)
=== 5 === Chare 523 (load 9.1752)

=== 5 === Less loaded core 2 P#4 (1 chares, load: 9.4529)
=== 5 === Chare from 2 P#2 (1 chares)
=== 5 === Chare 481 (load 9.2305)

=== 5 === Less loaded core 30 P#-78976 (1 chares, load: 9.4942)
=== 5 === Chare from 30 P#30 (1 chares)
=== 5 === Chare 804 (load 7.7757)

=== 5 === Less loaded core 13 P#0 (1 chares, load: 9.5891)
=== 5 === Chare from 13 P#13 (1 chares)
=== 5 === Chare 896 (load 7.5317)

=== 5 === Less loaded core 29 P#1076050878 (1 chares, load: 9.6167)
=== 5 === Chare from 29 P#29 (1 chares)
=== 5 === Chare 819 (load 7.5251)

=== 5 === Less loaded core 17 P#0 (1 chares, load: 9.7522)
=== 5 === Chare from 17 P#17 (1 chares)
=== 5 === Chare 881 (load 9.7366)

=== 5 === Less loaded core 8 P#9346032 (1 chares, load: 9.8502)
=== 5 === Chare from 8 P#8 (1 chares)
=== 5 === Chare 1009 (load 9.7694)

=== 5 === Less loaded core 1 P#2 (1 chares, load: 10.1734)
=== 5 === Chare from 1 P#1 (1 chares)
=== 5 === Chare 816 (load 9.1217)

=== 5 === Less loaded core 6 P#5 (1 chares, load: 10.2832)
=== 5 === Chare from 6 P#6 (1 chares)
=== 5 === Chare 925 (load 7.3698)

=== 5 === Less loaded core 0 P#0 (1 chares, load: 10.3346)
=== 5 === Chare from 0 P#0 (1 chares)
=== 5 === Chare 284 (load 7.4957)

=== 5 === Less loaded core 9 P#0 (1 chares, load: 10.3469)
=== 5 === Chare from 9 P#9 (1 chares)
=== 5 === Chare 687 (load 7.3537)

=== 5 === Less loaded core 15 P#0 (1 chares, load: 10.4098)
=== 5 === Chare from 15 P#15 (1 chares)
=== 5 === Chare 826 (load 7.4209)

=== 5 === Less loaded core 31 P#32767 (1 chares, load: 11.6668)
=== 5 === Chare from 31 P#31 (1 chares)
=== 5 === Chare 700 (load 7.8188)

=== 5 === Less loaded core 27 P#32767 (1 chares, load: 11.6999)
=== 5 === Chare from 27 P#27 (1 chares)
=== 5 === Chare 880 (load 7.7613)

=== 5 === Less loaded core 4 P#1 (1 chares, load: 11.9383)
=== 5 === Chare from 4 P#4 (1 chares)
=== 5 === Chare 285 (load 7.3938)

=== 5 === Less loaded core 21 P#0 (1 chares, load: 12.1445)
=== 5 === Chare from 21 P#21 (1 chares)
=== 5 === Chare 911 (load 7.4046)

=== 5 === Less loaded core 26 P#1 (1 chares, load: 12.3689)
=== 5 === Chare from 26 P#26 (1 chares)
=== 5 === Chare 517 (load 7.3255)

=== 5 === Less loaded core 28 P#2013265920 (1 chares, load: 12.4586)
=== 5 === Chare from 28 P#28 (1 chares)
=== 5 === Chare 968 (load 7.4241)

=== 5 === Less loaded core 25 P#32767 (1 chares, load: 12.5419)
=== 5 === Chare from 25 P#25 (1 chares)
=== 5 === Chare 873 (load 7.4633)

=== 5 === Less loaded core 10 P#0 (1 chares, load: 12.6214)
=== 5 === Chare from 10 P#10 (1 chares)
=== 5 === Chare 807 (load 7.3062)

=== 5 === Less loaded core 22 P#22 (1 chares, load: 12.7095)
=== 5 === Chare from 22 P#22 (1 chares)
=== 5 === Chare 825 (load 7.2491)

=== 5 === Less loaded core 20 P#0 (1 chares, load: 12.7357)
=== 5 === Chare from 20 P#20 (1 chares)
=== 5 === Chare 1010 (load 7.2297)

=== 5 === Less loaded core 12 P#95107104 (1 chares, load: 12.7414)
=== 5 === Chare from 12 P#12 (1 chares)
=== 5 === Chare 872 (load 7.4960)

=== 5 === Less loaded core 14 P#90368672 (1 chares, load: 12.7645)
=== 5 === Chare from 14 P#14 (1 chares)
=== 5 === Chare 754 (load 7.3469)

=== 5 === Less loaded core 3 P#6 (1 chares, load: 12.7814)
=== 5 === Chare from 3 P#3 (1 chares)
=== 5 === Chare 996 (load 7.4634)

=== 5 === Less loaded core 7 P#7 (1 chares, load: 12.9275)
=== 5 === Chare from 7 P#7 (1 chares)
=== 5 === Chare 713 (load 7.3788)

=== 5 === Less loaded core 5 P#3 (1 chares, load: 13.0985)
=== 5 === Chare from 5 P#5 (1 chares)
=== 5 === Chare 909 (load 7.4031)

=== 5 === Less loaded core 23 P#23 (1 chares, load: 13.0987)
=== 5 === Chare from 23 P#23 (1 chares)
=== 5 === Chare 960 (load 7.2738)

=== 5 === Less loaded core 24 P#24 (2 chares, load: 17.1204)
=== 5 === Chare from 24 P#24 (2 chares)
=== 5 === Chare 669 (load 7.5602)

=== 5 === Less loaded core 13 P#0 (2 chares, load: 17.1208)
=== 5 === Chare from 13 P#13 (2 chares)
=== 5 === Chare 824 (load 7.4479)

=== 5 === Less loaded core 29 P#1076962378 (2 chares, load: 17.1418)
=== 5 === Chare from 29 P#29 (2 chares)
=== 5 === Chare 817 (load 7.4850)

=== 5 === Less loaded core 30 P#-78976 (2 chares, load: 17.2700)
=== 5 === Chare from 30 P#30 (2 chares)
=== 5 === Chare 714 (load 7.3840)

=== 5 === Less loaded core 6 P#5 (2 chares, load: 17.6531)
=== 5 === Chare from 6 P#6 (2 chares)
=== 5 === Chare 516 (load 7.2846)

=== 5 === Less loaded core 9 P#0 (2 chares, load: 17.7006)
=== 5 === Chare from 9 P#9 (2 chares)
=== 5 === Chare 893 (load 7.3425)

=== 5 === Less loaded core 0 P#0 (2 chares, load: 17.8303)
=== 5 === Chare from 0 P#0 (2 chares)
=== 5 === Chare 287 (load 7.2893)

=== 5 === Less loaded core 15 P#0 (2 chares, load: 17.8307)
=== 5 === Chare from 15 P#15 (2 chares)
=== 5 === Chare 944 (load 7.3196)

=== 5 === Less loaded core 19 P#0 (2 chares, load: 18.3709)
=== 5 === Chare from 19 P#19 (2 chares)
=== 5 === Chare 877 (load 7.2155)

=== 5 === Less loaded core 11 P#0 (2 chares, load: 18.4924)
=== 5 === Chare from 11 P#11 (2 chares)
=== 5 === Chare 830 (load 6.8780)

=== 5 === Less loaded core 16 P#69895936 (2 chares, load: 18.4944)
=== 5 === Chare from 16 P#16 (2 chares)
=== 5 === Chare 384 (load 6.8835)

=== 5 === Less loaded core 18 P#32 (2 chares, load: 18.5069)
=== 5 === Chare from 18 P#18 (2 chares)
=== 5 === Chare 521 (load 7.2499)

=== 5 === Less loaded core 2 P#4 (2 chares, load: 18.6834)
=== 5 === Chare from 2 P#2 (2 chares)
=== 5 === Chare 827 (load 7.6496)

=== 5 === Less loaded core 1 P#2 (2 chares, load: 19.2951)
=== 5 === Chare from 1 P#1 (2 chares)
=== 5 === Chare 969 (load 7.4396)

=== 5 === Less loaded core 4 P#1 (2 chares, load: 19.3321)
=== 5 === Chare from 4 P#4 (2 chares)
=== 5 === Chare 755 (load 7.3811)

=== 5 === Less loaded core 27 P#32767 (2 chares, load: 19.4613)
=== 5 === Chare from 27 P#27 (2 chares)
=== 5 === Chare 753 (load 7.3898)

=== 5 === Less loaded core 31 P#32767 (2 chares, load: 19.4856)
=== 5 === Chare from 31 P#31 (2 chares)
=== 5 === Chare 805 (load 7.4968)

=== 5 === Less loaded core 17 P#0 (2 chares, load: 19.4889)
=== 5 === Chare from 17 P#17 (2 chares)
=== 5 === Chare 286 (load 7.3218)

=== 5 === Less loaded core 21 P#0 (2 chares, load: 19.5491)
=== 5 === Chare from 21 P#21 (2 chares)
=== 5 === Chare 920 (load 7.0349)

=== 5 === Less loaded core 8 P#9346032 (2 chares, load: 19.6197)
=== 5 === Chare from 8 P#8 (2 chares)
=== 5 === Chare 685 (load 7.3612)

=== 5 === Less loaded core 26 P#2 (2 chares, load: 19.6944)
=== 5 === Chare from 26 P#26 (2 chares)
=== 5 === Chare 945 (load 7.2207)

=== 5 === Less loaded core 28 P#2080374784 (2 chares, load: 19.8827)
=== 5 === Chare from 28 P#28 (2 chares)
=== 5 === Chare 712 (load 7.4226)

=== 5 === Less loaded core 10 P#0 (2 chares, load: 19.9276)
=== 5 === Chare from 10 P#10 (2 chares)
=== 5 === Chare 897 (load 6.9328)

=== 5 === Less loaded core 22 P#22 (2 chares, load: 19.9587)
=== 5 === Chare from 22 P#22 (2 chares)
=== 5 === Chare 914 (load 7.1785)

=== 5 === Less loaded core 20 P#0 (2 chares, load: 19.9655)
=== 5 === Chare from 20 P#20 (2 chares)
=== 5 === Chare 963 (load 7.1987)

=== 5 === Less loaded core 25 P#32767 (2 chares, load: 20.0053)
=== 5 === Chare from 25 P#25 (2 chares)
=== 5 === Chare 874 (load 7.3704)

=== 5 === Less loaded core 14 P#90368672 (2 chares, load: 20.1114)
=== 5 === Chare from 14 P#14 (2 chares)
=== 5 === Chare 915 (load 7.1871)

=== 5 === Less loaded core 12 P#95107104 (2 chares, load: 20.2373)
=== 5 === Chare from 12 P#12 (2 chares)
=== 5 === Chare 892 (load 7.2603)

=== 5 === Less loaded core 3 P#6 (2 chares, load: 20.2448)
=== 5 === Chare from 3 P#3 (2 chares)
=== 5 === Chare 818 (load 7.3356)

=== 5 === Less loaded core 7 P#7 (2 chares, load: 20.3063)
=== 5 === Chare from 7 P#7 (2 chares)
=== 5 === Chare 927 (load 7.2614)

=== 5 === Less loaded core 23 P#23 (2 chares, load: 20.3725)
=== 5 === Chare from 23 P#23 (2 chares)
=== 5 === Chare 480 (load 6.9142)

=== 5 === Less loaded core 5 P#3 (2 chares, load: 20.5016)
=== 5 === Chare from 5 P#5 (2 chares)
=== 5 === Chare 898 (load 7.0318)

=== 5 === Less loaded core 13 P#0 (3 chares, load: 24.5688)
=== 5 === Chare from 13 P#13 (3 chares)
=== 5 === Chare 1023 (load 7.4085)

=== 5 === Less loaded core 29 P#1077452916 (3 chares, load: 24.6268)
=== 5 === Chare from 29 P#29 (3 chares)
=== 5 === Chare 970 (load 7.3969)

=== 5 === Less loaded core 30 P#-78976 (3 chares, load: 24.6539)
=== 5 === Chare from 30 P#30 (3 chares)
=== 5 === Chare 715 (load 7.3424)

=== 5 === Less loaded core 24 P#24 (3 chares, load: 24.6806)
=== 5 === Chare from 24 P#24 (3 chares)
=== 5 === Chare 752 (load 7.4472)

=== 5 === Less loaded core 6 P#5 (3 chares, load: 24.9377)
=== 5 === Chare from 6 P#6 (3 chares)
=== 5 === Chare 913 (load 7.1846)

=== 5 === Less loaded core 9 P#0 (3 chares, load: 25.0431)
=== 5 === Chare from 9 P#9 (3 chares)
=== 5 === Chare 829 (load 6.9364)

=== 5 === Less loaded core 0 P#0 (3 chares, load: 25.1196)
=== 5 === Chare from 0 P#0 (3 chares)
=== 5 === Chare 921 (load 7.2139)

=== 5 === Less loaded core 15 P#0 (3 chares, load: 25.1503)
=== 5 === Chare from 15 P#15 (3 chares)
=== 5 === Chare 912 (load 7.3146)

=== 5 === Less loaded core 11 P#0 (3 chares, load: 25.3704)
=== 5 === Chare from 11 P#11 (3 chares)
=== 5 === Chare 518 (load 6.7889)

=== 5 === Less loaded core 16 P#69895936 (3 chares, load: 25.3779)
=== 5 === Chare from 16 P#16 (3 chares)
=== 5 === Chare 386 (load 6.8449)

=== 5 === Less loaded core 19 P#0 (3 chares, load: 25.5864)
=== 5 === Chare from 19 P#19 (3 chares)
=== 5 === Chare 878 (load 7.2086)

=== 5 === Less loaded core 18 P#32 (3 chares, load: 25.7568)
=== 5 === Chare from 18 P#18 (3 chares)
=== 5 === Chare 522 (load 7.0230)

=== 5 === Less loaded core 2 P#4 (3 chares, load: 26.3330)
=== 5 === Chare from 2 P#2 (3 chares)
=== 5 === Chare 926 (load 7.3410)

=== 5 === Less loaded core 21 P#0 (3 chares, load: 26.5841)
=== 5 === Chare from 21 P#21 (3 chares)
=== 5 === Chare 882 (load 6.8988)

=== 5 === Less loaded core 4 P#1 (3 chares, load: 26.7133)
=== 5 === Chare from 4 P#4 (3 chares)
=== 5 === Chare 875 (load 7.2446)

=== 5 === Less loaded core 1 P#2 (3 chares, load: 26.7347)
=== 5 === Chare from 1 P#1 (3 chares)
=== 5 === Chare 924 (load 7.3591)

=== 5 === Less loaded core 17 P#0 (3 chares, load: 26.8106)
=== 5 === Chare from 17 P#17 (3 chares)
=== 5 === Chare 806 (load 7.1923)

=== 5 === Less loaded core 27 P#32767 (3 chares, load: 26.8511)
=== 5 === Chare from 27 P#27 (3 chares)
=== 5 === Chare 894 (load 7.2819)

=== 5 === Less loaded core 10 P#0 (3 chares, load: 26.8604)
=== 5 === Chare from 10 P#10 (3 chares)
=== 5 === Chare 483 (load 6.8364)

=== 5 === Less loaded core 26 P#3 (3 chares, load: 26.9151)
=== 5 === Chare from 26 P#26 (3 chares)
=== 5 === Chare 670 (load 6.8893)

=== 5 === Less loaded core 8 P#9346032 (3 chares, load: 26.9809)
=== 5 === Chare from 8 P#8 (3 chares)
=== 5 === Chare 895 (load 7.2295)

=== 5 === Less loaded core 31 P#32767 (3 chares, load: 26.9824)
=== 5 === Chare from 31 P#31 (3 chares)
=== 5 === Chare 999 (load 7.2834)

=== 5 === Less loaded core 22 P#22 (3 chares, load: 27.1372)
=== 5 === Chare from 22 P#22 (3 chares)
=== 5 === Chare 899 (load 6.7498)

=== 5 === Less loaded core 20 P#0 (3 chares, load: 27.1642)
=== 5 === Chare from 20 P#20 (3 chares)
=== 5 === Chare 703 (load 6.7493)

=== 5 === Less loaded core 23 P#23 (3 chares, load: 27.2867)
=== 5 === Chare from 23 P#23 (3 chares)
=== 5 === Chare 946 (load 6.6893)

=== 5 === Less loaded core 14 P#90368672 (3 chares, load: 27.2985)
=== 5 === Chare from 14 P#14 (3 chares)
=== 5 === Chare 1022 (load 7.1165)

=== 5 === Less loaded core 28 P#-1140850688 (3 chares, load: 27.3052)
=== 5 === Chare from 28 P#28 (3 chares)
=== 5 === Chare 1021 (load 7.2210)

=== 5 === Less loaded core 25 P#32767 (3 chares, load: 27.3756)
=== 5 === Chare from 25 P#25 (3 chares)
=== 5 === Chare 922 (load 7.2939)

=== 5 === Less loaded core 12 P#95107104 (3 chares, load: 27.4977)
=== 5 === Chare from 12 P#12 (3 chares)
=== 5 === Chare 998 (load 7.1799)

=== 5 === Less loaded core 5 P#3 (3 chares, load: 27.5335)
=== 5 === Chare from 5 P#5 (3 chares)
=== 5 === Chare 519 (load 6.7839)

=== 5 === Less loaded core 7 P#7 (3 chares, load: 27.5677)
=== 5 === Chare from 7 P#7 (3 chares)
=== 5 === Chare 947 (load 7.1241)

=== 5 === Less loaded core 3 P#6 (3 chares, load: 27.5804)
=== 5 === Chare from 3 P#3 (3 chares)
=== 5 === Chare 1020 (load 6.7369)

[DEBUG] GetBackPlacement from node 4
0 12.0981
3 10.6101
1 9.7914
2 9.3388
38 9.1918
39 9.1136
22 7.0134
36 6.9144
25 13.5041
26 13.1351
24 10.6446
31 7.0166
125 12.9429
56 12.8731
27 12.4978
109 10.0945
7 12.0429
96 9.2858
100 9.0865
68 7.3924
52 9.7649
47 7.5664
58 7.4310
123 6.9545
57 7.4254
74 7.3978
12 7.0719
88 7.0438
69 7.4481
29 7.4055
72 7.4021
99 7.3438
97 7.4069
44 7.3356
5 7.3212
98 7.2575
107 7.3225
63 7.2870
118 7.2645
19 6.4121
16 12.4297
84 7.5960
13 7.3807
14 7.3258
108 7.4497
43 7.3608
42 7.3170
40 7.1166
23 9.8555
90 7.3452
75 7.3102
37 7.0508
106 7.4074
55 7.3741
54 7.3172
50 7.3087
101 7.3843
71 7.3714
119 7.3230
103 7.2669
89 7.4510
122 7.2918
91 7.2700
113 7.1006
9 13.9094
8 13.5165
20 11.1005
4 7.4447
111 8.1341
77 7.5402
41 7.4420
30 7.3113
18 19.7432
95 16.1932
10 11.9716
6 8.6845
11 12.4407
17 10.8916
33 9.1994
35 9.0409
87 7.4666
85 7.3640
28 7.3262
15 7.2704
66 7.3771
79 7.3201
48 7.2528
86 7.2048
32 13.2811
34 12.6811
67 10.3676
51 7.7732
62 9.9120
124 7.8411
82 7.5072
83 7.3440
64 7.4350
65 7.3699
110 7.3391
21 7.0981
104 7.4125
81 7.3973
126 7.3148
80 7.3094
76 7.4585
93 7.4341
94 7.3763
59 7.3577
116 7.7121
105 7.3822
70 7.3336
115 7.3021
60 7.3652
46 7.3554
45 7.3045
49 7.2252
73 7.4493
53 7.3498
78 7.3126
127 7.2505
61 7.4612
112 7.4300
92 7.3980
114 7.2681
120 7.3889
117 7.3461
102 7.3173
121 7.3161
Core 0 load 41.8383
Core 1 load 32.2333
Core 2 load 44.3004
Core 3 load 48.4083
Core 4 load 37.8077
Core 5 load 31.7168
Core 6 load 28.9390
Core 7 load 29.5996
Core 8 load 29.3211
Core 9 load 28.2861
Core 10 load 34.7322
Core 11 load 29.2441
Core 12 load 31.5617
Core 13 load 29.4074
Core 14 load 29.3455
Core 15 load 29.1134
Core 16 load 45.9712
Core 17 load 30.4277
Core 18 load 56.5925
Core 19 load 41.5727
Core 20 load 29.4272
Core 21 load 29.1548
Core 22 load 44.1031
Core 23 load 32.6043
Core 24 load 29.2421
Core 25 load 29.4340
Core 26 load 29.6266
Core 27 load 29.7299
Core 28 load 29.2503
Core 29 load 29.3621
Core 30 load 29.5572
Core 31 load 29.3683
Avg load 33.7900 in [32.7763 ; 34.8037 ]
Swap chares 39 (6.4121) and 75 (8.6845) between cores 9 (28.2861) and 18
(56.5925)
New loads : 9 (30.5585) and 18 (54.3201)
Swap chares 26 (7.0719) and 74 (11.9716) between cores 6 (28.9390) and 18
(54.3201)
New loads : 6 (33.8387) and 18 (49.4204)
Swap chares 61 (7.2918) and 73 (16.1932) between cores 15 (29.1134) and 18
(49.4204)
New loads : 15 (38.0147) and 18 (40.5191)
Swap chares 87 (7.2048) and 15 (10.0945) between cores 21 (29.1548) and 3
(48.4083)
New loads : 21 (32.0444) and 3 (45.5186)
Swap chares 99 (7.0981) and 67 (7.4447) between cores 24 (29.2421) and 16
(45.9712)
New loads : 24 (29.5887) and 16 (45.6246)
Swap chares 46 (7.3170) and 66 (11.1005) between cores 11 (29.2441) and 16
(45.6246)
New loads : 11 (33.0276) and 16 (41.8411)
Swap chares 114 (7.3045) and 14 (12.4978) between cores 28 (29.2503) and 3
(45.5186)
New loads : 28 (34.4436) and 3 (40.3253)
Swap chares 34 (7.3212) and 10 (10.6446) between cores 8 (29.3211) and 2
(44.3004)
New loads : 8 (32.6445) and 2 (40.9769)
Swap chares 59 (7.2669) and 91 (7.7732) between cores 14 (29.3455) and 22
(44.1031)
New loads : 14 (29.8519) and 22 (43.5967)
Swap chares 119 (7.2505) and 91 (7.2669) between cores 29 (29.3621) and 22
(43.5967)
New loads : 29 (29.3786) and 22 (43.5803)
Swap chares 126 (7.3173) and 90 (10.3676) between cores 31 (29.3683) and 22
(43.5803)
New loads : 31 (32.4186) and 22 (40.5299)
Swap chares 118 (7.3126) and 66 (7.3170) between cores 29 (29.3786) and 16
(41.8411)
New loads : 29 (29.3830) and 16 (41.8367)
Swap chares 119 (7.2669) and 3 (9.3388) between cores 29 (29.3830) and 0
(41.8383)
New loads : 29 (31.4548) and 0 (39.7664)
Swap chares 53 (7.3741) and 65 (13.5165) between cores 13 (29.4074) and 16
(41.8367)
New loads : 13 (35.5498) and 16 (35.6942)
Swap chares 83 (7.2704) and 79 (9.0409) between cores 20 (29.4272) and 19
(41.5727)
New loads : 20 (31.1976) and 19 (39.8022)
Swap chares 102 (7.3148) and 10 (7.3212) between cores 25 (29.4340) and 2
(40.9769)
New loads : 25 (29.4403) and 2 (40.9706)
Swap chares 101 (7.3973) and 9 (13.1351) between cores 25 (29.4403) and 2
(40.9706)
New loads : 25 (35.1782) and 2 (35.2327)
Swap chares 121 (7.4300) and 89 (12.6811) between cores 30 (29.5572) and 22
(40.5299)
New loads : 30 (34.8084) and 22 (35.2788)
Swap chares 96 (7.4350) and 72 (19.7432) between cores 24 (29.5887) and 18
(40.5191)
New loads : 24 (41.8969) and 18 (28.2109)
Swap chares 75 (6.4121) and 99 (7.4447) between cores 18 (28.2109) and 24
(41.8969)
New loads : 18 (29.2435) and 24 (40.8644)
Swap chares 74 (7.0719) and 98 (7.3391) between cores 18 (29.2435) and 24
(40.8644)
New loads : 18 (29.5107) and 24 (40.5972)
Swap chares 73 (7.2918) and 97 (7.3699) between cores 18 (29.5107) and 24
(40.5972)
New loads : 18 (29.5887) and 24 (40.5191)
Swap chares 72 (7.4350) and 96 (19.7432) between cores 18 (29.5887) and 24
(40.5191)
New loads : 18 (41.8969) and 24 (28.2109)
Swap chares 99 (6.4121) and 75 (7.4447) between cores 24 (28.2109) and 18
(41.8969)
New loads : 24 (29.2435) and 18 (40.8644)
Swap chares 98 (7.0719) and 74 (7.3391) between cores 24 (29.2435) and 18
(40.8644)
New loads : 24 (29.5107) and 18 (40.5972)
Swap chares 97 (7.2918) and 73 (7.3699) between cores 24 (29.5107) and 18
(40.5972)
New loads : 24 (29.5887) and 18 (40.5191)
Swap chares 96 (7.4350) and 72 (19.7432) between cores 24 (29.5887) and 18
(40.5191)
New loads : 24 (41.8969) and 18 (28.2109)
Swap chares 75 (6.4121) and 99 (7.4447) between cores 18 (28.2109) and 24
(41.8969)
New loads : 18 (29.2435) and 24 (40.8644)
Swap chares 74 (7.0719) and 98 (7.3391) between cores 18 (29.2435) and 24
(40.8644)
New loads : 18 (29.5107) and 24 (40.5972)
Swap chares 73 (7.2918) and 97 (7.3699) between cores 18 (29.5107) and 24
(40.5972)
New loads : 18 (29.5887) and 24 (40.5191)
Swap chares 72 (7.4350) and 96 (19.7432) between cores 18 (29.5887) and 24
(40.5191)
New loads : 18 (41.8969) and 24 (28.2109)
Swap chares 99 (6.4121) and 75 (7.4447) between cores 24 (28.2109) and 18
(41.8969)
New loads : 24 (29.2435) and 18 (40.8644)
Swap chares 98 (7.0719) and 74 (7.3391) between cores 24 (29.2435) and 18
(40.8644)
New loads : 24 (29.5107) and 18 (40.5972)
Swap chares 97 (7.2918) and 73 (7.3699) between cores 24 (29.5107) and 18
(40.5972)
New loads : 24 (29.5887) and 18 (40.5191)
Swap chares 96 (7.4350) and 72 (19.7432) between cores 24 (29.5887) and 18
(40.5191)
New loads : 24 (41.8969) and 18 (28.2109)
Swap chares 75 (6.4121) and 99 (7.4447) between cores 18 (28.2109) and 24
(41.8969)
New loads : 18 (29.2435) and 24 (40.8644)
Swap chares 74 (7.0719) and 98 (7.3391) between cores 18 (29.2435) and 24
(40.8644)
New loads : 18 (29.5107) and 24 (40.5972)
Swap chares 73 (7.2918) and 97 (7.3699) between cores 18 (29.5107) and 24
(40.5972)
New loads : 18 (29.5887) and 24 (40.5191)
Swap chares 72 (7.4350) and 96 (19.7432) between cores 18 (29.5887) and 24
(40.5191)
New loads : 18 (41.8969) and 24 (28.2109)
Swap chares 99 (6.4121) and 75 (7.4447) between cores 24 (28.2109) and 18
(41.8969)
New loads : 24 (29.2435) and 18 (40.8644)
Swap chares 98 (7.0719) and 74 (7.3391) between cores 24 (29.2435) and 18
(40.8644)
New loads : 24 (29.5107) and 18 (40.5972)
Swap chares 97 (7.2918) and 73 (7.3699) between cores 24 (29.5107) and 18
(40.5972)
New loads : 24 (29.5887) and 18 (40.5191)
Swap chares 96 (7.4350) and 72 (19.7432) between cores 24 (29.5887) and 18
(40.5191)
New loads : 24 (41.8969) and 18 (28.2109)
Swap chares 75 (6.4121) and 99 (7.4447) between cores 18 (28.2109) and 24
(41.8969)
New loads : 18 (29.2435) and 24 (40.8644)
Swap chares 74 (7.0719) and 98 (7.3391) between cores 18 (29.2435) and 24
(40.8644)
New loads : 18 (29.5107) and 24 (40.5972)
Swap chares 73 (7.2918) and 97 (7.3699) between cores 18 (29.5107) and 24
(40.5972)
New loads : 18 (29.5887) and 24 (40.5191)
Swap chares 72 (7.4350) and 96 (19.7432) between cores 18 (29.5887) and 24
(40.5191)
New loads : 18 (41.8969) and 24 (28.2109)
Swap chares 99 (6.4121) and 75 (7.4447) between cores 24 (28.2109) and 18
(41.8969)
New loads : 24 (29.2435) and 18 (40.8644)
Swap chares 98 (7.0719) and 74 (7.3391) between cores 24 (29.2435) and 18
(40.8644)
New loads : 24 (29.5107) and 18 (40.5972)
Swap chares 97 (7.2918) and 73 (7.3699) between cores 24 (29.5107) and 18
(40.5972)
New loads : 24 (29.5887) and 18 (40.5191)
Swap chares 96 (7.4350) and 72 (19.7432) between cores 24 (29.5887) and 18
(40.5191)
New loads : 24 (41.8969) and 18 (28.2109)
Swap chares 75 (6.4121) and 99 (7.4447) between cores 18 (28.2109) and 24
(41.8969)
New loads : 18 (29.2435) and 24 (40.8644)
Swap chares 74 (7.0719) and 98 (7.3391) between cores 18 (29.2435) and 24
(40.8644)
New loads : 18 (29.5107) and 24 (40.5972)
Swap chares 73 (7.2918) and 97 (7.3699) between cores 18 (29.5107) and 24
(40.5972)
New loads : 18 (29.5887) and 24 (40.5191)
Swap chares 72 (7.4350) and 96 (19.7432) between cores 18 (29.5887) and 24
(40.5191)
New loads : 18 (41.8969) and 24 (28.2109)
Swap chares 99 (6.4121) and 75 (7.4447) between cores 24 (28.2109) and 18
(41.8969)
New loads : 24 (29.2435) and 18 (40.8644)
Swap chares 98 (7.0719) and 74 (7.3391) between cores 24 (29.2435) and 18
(40.8644)
New loads : 24 (29.5107) and 18 (40.5972)
Swap chares 97 (7.2918) and 73 (7.3699) between cores 24 (29.5107) and 18
(40.5972)
New loads : 24 (29.5887) and 18 (40.5191)
Swap chares 96 (7.4350) and 72 (19.7432) between cores 24 (29.5887) and 18
(40.5191)
New loads : 24 (41.8969) and 18 (28.2109)
Swap chares 75 (6.4121) and 99 (7.4447) between cores 18 (28.2109) and 24
(41.8969)
New loads : 18 (29.2435) and 24 (40.8644)
Swap chares 74 (7.0719) and 98 (7.3391) between cores 18 (29.2435) and 24
(40.8644)
New loads : 18 (29.5107) and 24 (40.5972)
Swap chares 73 (7.2918) and 97 (7.3699) between cores 18 (29.5107) and 24
(40.5972)
New loads : 18 (29.5887) and 24 (40.5191)
Swap chares 72 (7.4350) and 96 (19.7432) between cores 18 (29.5887) and 24
(40.5191)
New loads : 18 (41.8969) and 24 (28.2109)
Swap chares 99 (6.4121) and 75 (7.4447) between cores 24 (28.2109) and 18
(41.8969)
New loads : 24 (29.2435) and 18 (40.8644)
=== 4 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 0 P#0 (0 chares)
=== 4 === Chare 32 (load 12.0981)

=== 4 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 4 === Chare from 1 P#1 (0 chares)
=== 4 === Chare 314 (load 9.1918)

=== 4 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 4 === Chare from 2 P#2 (0 chares)
=== 4 === Chare 245 (load 13.5041)

=== 4 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 4 === Chare from 3 P#3 (0 chares)
=== 4 === Chare 845 (load 12.9429)

=== 4 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 4 === Chare from 4 P#4 (0 chares)
=== 4 === Chare 43 (load 12.0429)

=== 4 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 4 === Chare from 5 P#5 (0 chares)
=== 4 === Chare 476 (load 9.7649)

=== 4 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 4 === Chare from 6 P#6 (0 chares)
=== 4 === Chare 66 (load 11.9716)

=== 4 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 4 === Chare from 7 P#7 (0 chares)
=== 4 === Chare 625 (load 7.4481)

=== 4 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 4 === Chare from 8 P#8 (0 chares)
=== 4 === Chare 244 (load 10.6446)

=== 4 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 9 P#9 (0 chares)
=== 4 === Chare 42 (load 8.6845)

=== 4 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 10 P#10 (0 chares)
=== 4 === Chare 104 (load 12.4297)

=== 4 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 11 P#11 (0 chares)
=== 4 === Chare 120 (load 11.1005)

=== 4 === Less loaded core 12 P#35281952 (0 chares, load: 0.0000)
=== 4 === Chare from 12 P#12 (0 chares)
=== 4 === Chare 123 (load 9.8555)

=== 4 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 13 P#13 (0 chares)
=== 4 === Chare 64 (load 13.5165)

=== 4 === Less loaded core 14 P#92108688 (0 chares, load: 0.0000)
=== 4 === Chare from 14 P#14 (0 chares)
=== 4 === Chare 407 (load 7.7732)

=== 4 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 15 P#15 (0 chares)
=== 4 === Chare 727 (load 16.1932)

=== 4 === Less loaded core 16 P#35277024 (0 chares, load: 0.0000)
=== 4 === Chare from 16 P#16 (0 chares)
=== 4 === Chare 65 (load 13.9094)

=== 4 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 17 P#17 (0 chares)
=== 4 === Chare 751 (load 8.1341)

=== 4 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 4 === Chare from 18 P#18 (0 chares)
=== 4 === Chare 106 (load 19.7432)

=== 4 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 19 P#19 (0 chares)
=== 4 === Chare 67 (load 12.4407)

=== 4 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 20 P#20 (0 chares)
=== 4 === Chare 303 (load 9.0409)

=== 4 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 21 P#21 (0 chares)
=== 4 === Chare 749 (load 10.0945)

=== 4 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 4 === Chare from 22 P#22 (0 chares)
=== 4 === Chare 300 (load 13.2811)

=== 4 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 4 === Chare from 23 P#23 (0 chares)
=== 4 === Chare 618 (load 9.9120)

=== 4 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 4 === Chare from 24 P#24 (0 chares)
=== 4 === Chare 40 (load 7.4447)

=== 4 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 4 === Chare from 25 P#25 (0 chares)
=== 4 === Chare 246 (load 13.1351)

=== 4 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 26 P#26 (0 chares)
=== 4 === Chare 672 (load 7.4585)

=== 4 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 4 === Chare from 27 P#27 (0 chares)
=== 4 === Chare 820 (load 7.7121)

=== 4 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 28 P#28 (0 chares)
=== 4 === Chare 247 (load 12.4978)

=== 4 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 29 P#29 (0 chares)
=== 4 === Chare 34 (load 9.3388)

=== 4 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 4 === Chare from 30 P#30 (0 chares)
=== 4 === Chare 302 (load 12.6811)

=== 4 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 4 === Chare from 31 P#31 (0 chares)
=== 4 === Chare 623 (load 10.3676)

=== 4 === Less loaded core 24 P#24 (1 chares, load: 7.4447)
=== 4 === Chare from 24 P#24 (1 chares)
=== 4 === Chare 620 (load 7.4350)

=== 4 === Less loaded core 7 P#7 (1 chares, load: 7.4481)
=== 4 === Chare from 7 P#7 (1 chares)
=== 4 === Chare 257 (load 7.4055)

=== 4 === Less loaded core 26 P#1 (1 chares, load: 7.4585)
=== 4 === Chare from 26 P#26 (1 chares)
=== 4 === Chare 725 (load 7.4341)

=== 4 === Less loaded core 27 P#32767 (1 chares, load: 7.7121)
=== 4 === Chare from 27 P#27 (1 chares)
=== 4 === Chare 745 (load 7.3822)

=== 4 === Less loaded core 14 P#92108688 (1 chares, load: 7.7732)
=== 4 === Chare from 14 P#14 (1 chares)
=== 4 === Chare 737 (load 7.3843)

=== 4 === Less loaded core 17 P#0 (1 chares, load: 8.1341)
=== 4 === Chare from 17 P#17 (1 chares)
=== 4 === Chare 673 (load 7.5402)

=== 4 === Less loaded core 9 P#0 (1 chares, load: 8.6845)
=== 4 === Chare from 9 P#9 (1 chares)
=== 4 === Chare 747 (load 7.3225)

=== 4 === Less loaded core 20 P#0 (1 chares, load: 9.0409)
=== 4 === Chare from 20 P#20 (1 chares)
=== 4 === Chare 707 (load 7.4666)

=== 4 === Less loaded core 1 P#2 (1 chares, load: 9.1918)
=== 4 === Chare from 1 P#1 (1 chares)
=== 4 === Chare 315 (load 9.1136)

=== 4 === Less loaded core 29 P#1076014452 (1 chares, load: 9.3388)
=== 4 === Chare from 29 P#29 (1 chares)
=== 4 === Chare 645 (load 7.4493)

=== 4 === Less loaded core 5 P#3 (1 chares, load: 9.7649)
=== 4 === Chare from 5 P#5 (1 chares)
=== 4 === Chare 383 (load 7.5664)

=== 4 === Less loaded core 12 P#35281952 (1 chares, load: 9.8555)
=== 4 === Chare from 12 P#12 (1 chares)
=== 4 === Chare 722 (load 7.3452)

=== 4 === Less loaded core 23 P#23 (1 chares, load: 9.9120)
=== 4 === Chare from 23 P#23 (1 chares)
=== 4 === Chare 844 (load 7.8411)

=== 4 === Less loaded core 21 P#0 (1 chares, load: 10.0945)
=== 4 === Chare from 21 P#21 (1 chares)
=== 4 === Chare 622 (load 7.3771)

=== 4 === Less loaded core 31 P#32767 (1 chares, load: 10.3676)
=== 4 === Chare from 31 P#31 (1 chares)
=== 4 === Chare 832 (load 7.3889)

=== 4 === Less loaded core 8 P#9346032 (1 chares, load: 10.6446)
=== 4 === Chare from 8 P#8 (1 chares)
=== 4 === Chare 733 (load 7.4069)

=== 4 === Less loaded core 11 P#0 (1 chares, load: 11.1005)
=== 4 === Chare from 11 P#11 (1 chares)
=== 4 === Chare 748 (load 7.4497)

=== 4 === Less loaded core 6 P#5 (1 chares, load: 11.9716)
=== 4 === Chare from 6 P#6 (1 chares)
=== 4 === Chare 561 (load 7.4254)

=== 4 === Less loaded core 4 P#1 (1 chares, load: 12.0429)
=== 4 === Chare from 4 P#4 (1 chares)
=== 4 === Chare 732 (load 9.2858)

=== 4 === Less loaded core 0 P#0 (1 chares, load: 12.0981)
=== 4 === Chare from 0 P#0 (1 chares)
=== 4 === Chare 35 (load 10.6101)

=== 4 === Less loaded core 10 P#0 (1 chares, load: 12.4297)
=== 4 === Chare from 10 P#10 (1 chares)
=== 4 === Chare 704 (load 7.5960)

=== 4 === Less loaded core 19 P#0 (1 chares, load: 12.4407)
=== 4 === Chare from 19 P#19 (1 chares)
=== 4 === Chare 105 (load 10.8916)

=== 4 === Less loaded core 28 P#536870912 (1 chares, load: 12.4978)
=== 4 === Chare from 28 P#28 (1 chares)
=== 4 === Chare 616 (load 7.3652)

=== 4 === Less loaded core 30 P#-78976 (1 chares, load: 12.6811)
=== 4 === Chare from 30 P#30 (1 chares)
=== 4 === Chare 617 (load 7.4612)

=== 4 === Less loaded core 3 P#6 (1 chares, load: 12.9429)
=== 4 === Chare from 3 P#3 (1 chares)
=== 4 === Chare 560 (load 12.8731)

=== 4 === Less loaded core 25 P#32767 (1 chares, load: 13.1351)
=== 4 === Chare from 25 P#25 (1 chares)
=== 4 === Chare 744 (load 7.4125)

=== 4 === Less loaded core 22 P#22 (1 chares, load: 13.2811)
=== 4 === Chare from 22 P#22 (1 chares)
=== 4 === Chare 760 (load 7.4300)

=== 4 === Less loaded core 2 P#4 (1 chares, load: 13.5041)
=== 4 === Chare from 2 P#2 (1 chares)
=== 4 === Chare 697 (load 7.3973)

=== 4 === Less loaded core 13 P#0 (1 chares, load: 13.5165)
=== 4 === Chare from 13 P#13 (1 chares)
=== 4 === Chare 746 (load 7.4074)

=== 4 === Less loaded core 16 P#35277024 (1 chares, load: 13.9094)
=== 4 === Chare from 16 P#16 (1 chares)
=== 4 === Chare 479 (load 7.3741)

=== 4 === Less loaded core 7 P#7 (2 chares, load: 14.8536)
=== 4 === Chare from 7 P#7 (2 chares)
=== 4 === Chare 644 (load 7.4021)

=== 4 === Less loaded core 24 P#24 (2 chares, load: 14.8797)
=== 4 === Chare from 24 P#24 (2 chares)
=== 4 === Chare 834 (load 7.2918)

=== 4 === Less loaded core 26 P#2 (2 chares, load: 14.8927)
=== 4 === Chare from 26 P#26 (2 chares)
=== 4 === Chare 726 (load 7.3763)

=== 4 === Less loaded core 27 P#32767 (2 chares, load: 15.0943)
=== 4 === Chare from 27 P#27 (2 chares)
=== 4 === Chare 626 (load 7.3336)

=== 4 === Less loaded core 14 P#92108688 (2 chares, load: 15.1575)
=== 4 === Chare from 14 P#14 (2 chares)
=== 4 === Chare 627 (load 7.3714)

=== 4 === Less loaded core 17 P#0 (2 chares, load: 15.6744)
=== 4 === Chare from 17 P#17 (2 chares)
=== 4 === Chare 337 (load 7.4420)

=== 4 === Less loaded core 9 P#0 (2 chares, load: 16.0070)
=== 4 === Chare from 9 P#9 (2 chares)
=== 4 === Chare 619 (load 7.2870)

=== 4 === Less loaded core 15 P#0 (1 chares, load: 16.1932)
=== 4 === Chare from 15 P#15 (1 chares)
=== 4 === Chare 721 (load 7.4510)

=== 4 === Less loaded core 20 P#0 (2 chares, load: 16.5075)
=== 4 === Chare from 20 P#20 (2 chares)
=== 4 === Chare 705 (load 7.3640)

=== 4 === Less loaded core 29 P#1076939197 (2 chares, load: 16.7880)
=== 4 === Chare from 29 P#29 (2 chares)
=== 4 === Chare 477 (load 7.3498)

=== 4 === Less loaded core 12 P#35281952 (2 chares, load: 17.2007)
=== 4 === Chare from 12 P#12 (2 chares)
=== 4 === Chare 647 (load 7.3102)

=== 4 === Less loaded core 5 P#3 (2 chares, load: 17.3313)
=== 4 === Chare from 5 P#5 (2 chares)
=== 4 === Chare 562 (load 7.4310)

=== 4 === Less loaded core 21 P#0 (2 chares, load: 17.4716)
=== 4 === Chare from 21 P#21 (2 chares)
=== 4 === Chare 675 (load 7.3201)

=== 4 === Less loaded core 23 P#23 (2 chares, load: 17.7531)
=== 4 === Chare from 23 P#23 (2 chares)
=== 4 === Chare 698 (load 7.5072)

=== 4 === Less loaded core 31 P#32767 (2 chares, load: 17.7565)
=== 4 === Chare from 31 P#31 (2 chares)
=== 4 === Chare 821 (load 7.3461)

=== 4 === Less loaded core 8 P#9346032 (2 chares, load: 18.0515)
=== 4 === Chare from 8 P#8 (2 chares)
=== 4 === Chare 380 (load 7.3356)

=== 4 === Less loaded core 1 P#2 (2 chares, load: 18.3054)
=== 4 === Chare from 1 P#1 (2 chares)
=== 4 === Chare 122 (load 7.0134)

=== 4 === Less loaded core 11 P#0 (2 chares, load: 18.5502)
=== 4 === Chare from 11 P#11 (2 chares)
=== 4 === Chare 339 (load 7.3608)

=== 4 === Less loaded core 6 P#5 (2 chares, load: 19.3970)
=== 4 === Chare from 6 P#6 (2 chares)
=== 4 === Chare 646 (load 7.3978)

=== 4 === Less loaded core 18 P#32 (1 chares, load: 19.7432)
=== 4 === Chare from 18 P#18 (1 chares)
=== 4 === Chare 621 (load 7.3699)

=== 4 === Less loaded core 28 P#-1342177280 (2 chares, load: 19.8630)
=== 4 === Chare from 28 P#28 (2 chares)
=== 4 === Chare 382 (load 7.3554)

=== 4 === Less loaded core 10 P#0 (2 chares, load: 20.0258)
=== 4 === Chare from 10 P#10 (2 chares)
=== 4 === Chare 89 (load 7.3807)

=== 4 === Less loaded core 30 P#-78976 (2 chares, load: 20.1423)
=== 4 === Chare from 30 P#30 (2 chares)
=== 4 === Chare 724 (load 7.3980)

=== 4 === Less loaded core 25 P#32767 (2 chares, load: 20.5476)
=== 4 === Chare from 25 P#25 (2 chares)
=== 4 === Chare 41 (load 7.3212)

=== 4 === Less loaded core 22 P#22 (2 chares, load: 20.7110)
=== 4 === Chare from 22 P#22 (2 chares)
=== 4 === Chare 738 (load 7.3173)

=== 4 === Less loaded core 2 P#4 (2 chares, load: 20.9014)
=== 4 === Chare from 2 P#2 (2 chares)
=== 4 === Chare 846 (load 7.3148)

=== 4 === Less loaded core 13 P#0 (2 chares, load: 20.9239)
=== 4 === Chare from 13 P#13 (2 chares)
=== 4 === Chare 478 (load 7.3172)

=== 4 === Less loaded core 16 P#35277024 (2 chares, load: 21.2835)
=== 4 === Chare from 16 P#16 (2 chares)
=== 4 === Chare 674 (load 7.3126)

=== 4 === Less loaded core 4 P#1 (2 chares, load: 21.3287)
=== 4 === Chare from 4 P#4 (2 chares)
=== 4 === Chare 736 (load 9.0865)

=== 4 === Less loaded core 24 P#24 (3 chares, load: 22.1715)
=== 4 === Chare from 24 P#24 (3 chares)
=== 4 === Chare 88 (load 7.0719)

=== 4 === Less loaded core 7 P#7 (3 chares, load: 22.2557)
=== 4 === Chare from 7 P#7 (3 chares)
=== 4 === Chare 735 (load 7.3438)

=== 4 === Less loaded core 26 P#3 (3 chares, load: 22.2690)
=== 4 === Chare from 26 P#26 (3 chares)
=== 4 === Chare 563 (load 7.3577)

=== 4 === Less loaded core 27 P#32767 (3 chares, load: 22.4279)
=== 4 === Chare from 27 P#27 (3 chares)
=== 4 === Chare 763 (load 7.3021)

=== 4 === Less loaded core 14 P#92108688 (3 chares, load: 22.5289)
=== 4 === Chare from 14 P#14 (3 chares)
=== 4 === Chare 823 (load 7.3230)

=== 4 === Less loaded core 0 P#0 (2 chares, load: 22.7082)
=== 4 === Chare from 0 P#0 (2 chares)
=== 4 === Chare 33 (load 9.7914)

=== 4 === Less loaded core 17 P#0 (3 chares, load: 23.1164)
=== 4 === Chare from 17 P#17 (3 chares)
=== 4 === Chare 258 (load 7.3113)

=== 4 === Less loaded core 9 P#0 (3 chares, load: 23.2940)
=== 4 === Chare from 9 P#9 (3 chares)
=== 4 === Chare 822 (load 7.2645)

=== 4 === Less loaded core 19 P#0 (2 chares, load: 23.3324)
=== 4 === Chare from 19 P#19 (2 chares)
=== 4 === Chare 301 (load 9.1994)

=== 4 === Less loaded core 15 P#0 (2 chares, load: 23.6442)
=== 4 === Chare from 15 P#15 (2 chares)
=== 4 === Chare 723 (load 7.2700)

=== 4 === Less loaded core 20 P#0 (3 chares, load: 23.8715)
=== 4 === Chare from 20 P#20 (3 chares)
=== 4 === Chare 256 (load 7.3262)

=== 4 === Less loaded core 29 P#1077420872 (3 chares, load: 24.1378)
=== 4 === Chare from 29 P#29 (3 chares)
=== 4 === Chare 338 (load 7.3170)

=== 4 === Less loaded core 12 P#35281952 (3 chares, load: 24.5109)
=== 4 === Chare from 12 P#12 (3 chares)
=== 4 === Chare 313 (load 7.0508)

=== 4 === Less loaded core 5 P#3 (3 chares, load: 24.7623)
=== 4 === Chare from 5 P#5 (3 chares)
=== 4 === Chare 835 (load 6.9545)

=== 4 === Less loaded core 21 P#0 (3 chares, load: 24.7917)
=== 4 === Chare from 21 P#21 (3 chares)
=== 4 === Chare 404 (load 7.2528)

=== 4 === Less loaded core 31 P#32767 (3 chares, load: 25.1026)
=== 4 === Chare from 31 P#31 (3 chares)
=== 4 === Chare 833 (load 7.3161)

=== 4 === Less loaded core 23 P#23 (3 chares, load: 25.2603)
=== 4 === Chare from 23 P#23 (3 chares)
=== 4 === Chare 699 (load 7.3440)

=== 4 === Less loaded core 1 P#2 (3 chares, load: 25.3188)
=== 4 === Chare from 1 P#1 (3 chares)
=== 4 === Chare 312 (load 6.9144)

=== 4 === Less loaded core 8 P#9346032 (3 chares, load: 25.3871)
=== 4 === Chare from 8 P#8 (3 chares)
=== 4 === Chare 734 (load 7.2575)

=== 4 === Less loaded core 3 P#6 (2 chares, load: 25.8160)
=== 4 === Chare from 3 P#3 (2 chares)
=== 4 === Chare 381 (load 7.3045)

=== 4 === Less loaded core 11 P#0 (3 chares, load: 25.9110)
=== 4 === Chare from 11 P#11 (3 chares)
=== 4 === Chare 336 (load 7.1166)

=== 4 === Less loaded core 6 P#5 (3 chares, load: 26.7949)
=== 4 === Chare from 6 P#6 (3 chares)
=== 4 === Chare 720 (load 7.0438)

=== 4 === Less loaded core 18 P#32 (2 chares, load: 27.1131)
=== 4 === Chare from 18 P#18 (2 chares)
=== 4 === Chare 750 (load 7.3391)

=== 4 === Less loaded core 28 P#805306368 (3 chares, load: 27.2184)
=== 4 === Chare from 28 P#28 (3 chares)
=== 4 === Chare 405 (load 7.2252)

=== 4 === Less loaded core 10 P#0 (3 chares, load: 27.4064)
=== 4 === Chare from 10 P#10 (3 chares)
=== 4 === Chare 90 (load 7.3258)

=== 4 === Less loaded core 30 P#-78976 (3 chares, load: 27.5403)
=== 4 === Chare from 30 P#30 (3 chares)
=== 4 === Chare 762 (load 7.2681)

=== 4 === Less loaded core 25 P#32767 (3 chares, load: 27.8688)
=== 4 === Chare from 25 P#25 (3 chares)
=== 4 === Chare 696 (load 7.3094)

=== 4 === Less loaded core 22 P#22 (3 chares, load: 28.0283)
=== 4 === Chare from 22 P#22 (3 chares)
=== 4 === Chare 847 (load 7.2505)

=== 4 === Less loaded core 2 P#4 (3 chares, load: 28.2162)
=== 4 === Chare from 2 P#2 (3 chares)
=== 4 === Chare 259 (load 7.0166)

=== 4 === Less loaded core 13 P#0 (3 chares, load: 28.2411)
=== 4 === Chare from 13 P#13 (3 chares)
=== 4 === Chare 406 (load 7.3087)

=== 4 === Less loaded core 16 P#35277024 (3 chares, load: 28.5961)
=== 4 === Chare from 16 P#16 (3 chares)
=== 4 === Chare 121 (load 7.0981)

=== 4 === Less loaded core 24 P#24 (4 chares, load: 29.2435)
=== 4 === Chare from 19 P#19 (3 chares)
=== 4 === Chare 91 (load 7.2704)

=== 4 === Less loaded core 7 P#7 (4 chares, load: 29.5996)
=== 4 === Chare from 4 P#4 (3 chares)
=== 4 === Chare 624 (load 7.3924)

=== 4 === Less loaded core 26 P#4 (4 chares, load: 29.6266)
=== 4 === Chare from 18 P#18 (3 chares)
=== 4 === Chare 107 (load 6.4121)

=== 4 === Less loaded core 27 P#32767 (4 chares, load: 29.7299)
=== 4 === Chare from 15 P#15 (3 chares)
=== 4 === Chare 761 (load 7.1006)

=== 4 === Less loaded core 14 P#92108688 (4 chares, load: 29.8519)
=== 4 === Chare from 3 P#3 (3 chares)
=== 4 === Chare 706 (load 7.2048)

=== 4 === Less loaded core 4 P#1 (4 chares, load: 30.4152)
=== 4 === Chare from 0 P#0 (3 chares)
=== 4 === Chare 739 (load 7.2669)

[DEBUG] GetBackPlacement from node 1
30 7.3195
56 7.3136
91 7.2876
0 7.2695
33 7.3800
35 7.2650
4 7.0406
8 6.9765
1 12.4537
44 9.7241
18 7.6057
53 7.2487
124 7.6639
32 7.4806
111 7.3222
34 7.2776
51 7.2309
72 7.1384
104 7.1333
11 6.9337
67 7.1667
82 7.1634
83 7.1550
66 7.0701
89 9.2325
29 9.0794
90 7.0989
109 7.0802
96 9.3583
88 9.2864
70 7.1446
54 7.0484
19 13.2221
61 11.6780
2 11.2958
10 8.9343
49 9.0720
37 7.4313
86 7.3441
15 7.3159
3 13.2266
120 12.0665
7 9.1998
115 6.9783
41 7.2258
28 7.2190
43 7.1168
65 7.1058
107 7.7429
16 7.1969
50 7.1947
48 7.1918
58 13.0821
125 11.0104
101 10.9327
57 7.7954
23 13.0929
79 11.7446
47 11.0230
46 7.7769
63 10.8690
126 7.7544
112 7.2672
45 7.1081
5 13.4202
6 11.6562
108 11.6228
122 8.2623
92 8.2992
85 7.1991
73 7.1766
106 7.0444
77 13.4766
9 11.5160
123 11.2203
69 8.6673
110 13.5281
40 11.4822
114 11.3623
121 8.1803
17 13.6048
94 11.8894
64 9.2224
105 7.6874
119 8.8702
100 7.6040
80 7.3557
31 7.2855
97 8.8004
59 7.4107
75 7.3726
42 7.2245
81 7.4580
60 7.3777
93 7.3672
76 7.3024
26 9.3349
25 9.1597
12 6.8645
13 6.8153
24 7.0523
21 6.8875
27 6.8445
99 6.8353
20 9.3314
22 9.2289
68 6.9180
87 6.7652
98 6.9591
52 6.8475
102 6.8123
127 6.7629
55 11.3701
14 8.8981
38 6.8199
39 6.6546
84 13.1439
113 9.9067
95 9.8242
78 8.9169
71 6.9383
62 6.8766
74 6.8758
36 6.7799
103 7.9783
118 6.8217
116 6.8084
117 6.8062
Core 0 load 29.1901
Core 1 load 28.6621
Core 2 load 37.0322
Core 3 load 29.7443
Core 4 load 28.4363
Core 5 load 28.5551
Core 6 load 32.4910
Core 7 load 32.8377
Core 8 load 45.1303
Core 9 load 31.1633
Core 10 load 41.4712
Core 11 load 28.6675
Core 12 load 29.3262
Core 13 load 42.8206
Core 14 load 43.6372
Core 15 load 32.9987
Core 16 load 44.9614
Core 17 load 29.7194
Core 18 load 44.8801
Core 19 load 44.5529
Core 20 load 42.4040
Core 21 load 31.1154
Core 22 load 30.8082
Core 23 load 29.5052
Core 24 load 32.1744
Core 25 load 27.6196
Core 26 load 32.2434
Core 27 load 27.3817
Core 28 load 33.7427
Core 29 load 41.7918
Core 30 load 27.4705
Core 31 load 28.4146
Avg load 34.0922 in [33.0694 ; 35.1149 ]
Swap chares 111 (6.7629) and 35 (8.9343) between cores 27 (27.3817) and 8
(45.1303)
New loads : 27 (29.5531) and 8 (42.9588)
Swap chares 123 (6.7799) and 67 (8.2623) between cores 30 (27.4705) and 16
(44.9614)
New loads : 30 (28.9529) and 16 (43.4790)
Swap chares 103 (6.8353) and 75 (8.6673) between cores 25 (27.6196) and 18
(44.8801)
New loads : 25 (29.4516) and 18 (43.0482)
Swap chares 127 (6.8062) and 79 (8.1803) between cores 31 (28.4146) and 19
(44.5529)
New loads : 31 (29.7886) and 19 (43.1789)
Swap chares 19 (6.9337) and 59 (7.7769) between cores 4 (28.4363) and 14
(43.6372)
New loads : 4 (29.2795) and 14 (42.7940)
Swap chares 22 (7.1550) and 66 (11.6228) between cores 5 (28.5551) and 16
(43.4790)
New loads : 5 (33.0228) and 16 (39.0113)
Swap chares 6 (7.0406) and 78 (11.3623) between cores 1 (28.6621) and 19
(43.1789)
New loads : 1 (32.9838) and 19 (38.8572)
Swap chares 46 (7.1168) and 74 (11.2203) between cores 11 (28.6675) and 18
(43.0482)
New loads : 11 (32.7709) and 18 (38.9447)
Swap chares 122 (6.8758) and 34 (11.2958) between cores 30 (28.9529) and 8
(42.9588)
New loads : 30 (33.3729) and 8 (38.5388)
Swap chares 3 (7.2695) and 55 (7.7954) between cores 0 (29.1901) and 13
(42.8206)
New loads : 0 (29.7160) and 13 (42.2947)
Swap chares 18 (7.1333) and 58 (11.0230) between cores 4 (29.2795) and 14
(42.7940)
New loads : 4 (33.1692) and 14 (38.9044)
Swap chares 51 (7.1918) and 83 (7.6874) between cores 12 (29.3262) and 20
(42.4040)
New loads : 12 (29.8218) and 20 (41.9084)
Swap chares 102 (6.8445) and 54 (10.9327) between cores 25 (29.4516) and 13
(42.2947)
New loads : 25 (33.5398) and 13 (38.2064)
Swap chares 94 (7.3672) and 82 (9.2224) between cores 23 (29.5052) and 20
(41.9084)
New loads : 23 (31.3604) and 20 (40.0532)
Swap chares 110 (6.8123) and 118 (9.8242) between cores 27 (29.5531) and 29
(41.7918)
New loads : 27 (32.5651) and 29 (38.7798)
Swap chares 2 (7.2876) and 42 (9.1998) between cores 0 (29.7160) and 10
(41.4712)
New loads : 0 (31.6282) and 10 (39.5590)
Swap chares 71 (7.0444) and 83 (7.1918) between cores 17 (29.7194) and 20
(40.0532)
New loads : 17 (29.8668) and 20 (39.9058)
Swap chares 14 (7.3222) and 82 (7.3672) between cores 3 (29.7443) and 20
(39.9058)
New loads : 3 (29.7893) and 20 (39.8608)
Swap chares 126 (6.8084) and 82 (7.3222) between cores 31 (29.7886) and 20
(39.8608)
New loads : 31 (30.3024) and 20 (39.3470)
Swap chares 13 (7.4806) and 41 (12.0665) between cores 3 (29.7893) and 10
(39.5590)
New loads : 3 (34.3752) and 10 (34.9731)
Swap chares 49 (7.1969) and 81 (11.8894) between cores 12 (29.8218) and 20
(39.3470)
New loads : 12 (34.5143) and 20 (34.6545)
Swap chares 69 (7.1991) and 65 (11.6562) between cores 17 (29.8668) and 16
(39.0113)
New loads : 17 (34.3239) and 16 (34.5542)
Swap chares 125 (6.8217) and 73 (11.5160) between cores 31 (30.3024) and 18
(38.9447)
New loads : 31 (34.9967) and 18 (34.2504)
Swap chares 89 (7.4107) and 57 (11.7446) between cores 22 (30.8082) and 14
(38.9044)
New loads : 22 (35.1421) and 14 (34.5705)
Swap chares 85 (7.6040) and 77 (11.4822) between cores 21 (31.1154) and 19
(38.8572)
New loads : 21 (34.9936) and 19 (34.9790)
Swap chares 39 (7.3159) and 119 (8.9169) between cores 9 (31.1633) and 29
(38.7798)
New loads : 9 (32.7643) and 29 (37.1788)
Swap chares 93 (7.3777) and 33 (11.6780) between cores 23 (31.3604) and 8
(38.5388)
New loads : 23 (35.6608) and 8 (34.2385)
Swap chares 1 (7.3136) and 53 (11.0104) between cores 0 (31.6282) and 13
(38.2064)
New loads : 0 (35.3250) and 13 (34.5096)
Swap chares 99 (6.8153) and 119 (7.3159) between cores 24 (32.1744) and 29
(37.1788)
New loads : 24 (32.6750) and 29 (36.6782)
Swap chares 107 (6.7652) and 11 (7.2487) between cores 26 (32.2434) and 2
(37.0322)
New loads : 26 (32.7270) and 2 (36.5487)
Swap chares 25 (9.0794) and 117 (9.9067) between cores 6 (32.4910) and 29
(36.6782)
New loads : 6 (33.3183) and 29 (35.8509)
Swap chares 109 (6.8475) and 9 (9.7241) between cores 27 (32.5651) and 2
(36.5487)
New loads : 27 (35.4417) and 2 (33.6720)
Swap chares 96 (9.3349) and 116 (13.1439) between cores 24 (32.6750) and 29
(35.8509)
New loads : 24 (36.4841) and 29 (32.0419)
Swap chares 119 (6.8153) and 99 (7.3159) between cores 29 (32.0419) and 24
(36.4841)
New loads : 29 (32.5425) and 24 (35.9835)
Swap chares 118 (6.8123) and 98 (6.8645) between cores 29 (32.5425) and 24
(35.9835)
New loads : 29 (32.5947) and 24 (35.9312)
Swap chares 117 (9.0794) and 97 (9.1597) between cores 29 (32.5947) and 24
(35.9312)
New loads : 29 (32.6750) and 24 (35.8509)
Swap chares 116 (9.3349) and 96 (13.1439) between cores 29 (32.6750) and 24
(35.8509)
New loads : 29 (36.4841) and 24 (32.0419)
Swap chares 99 (6.8153) and 119 (7.3159) between cores 24 (32.0419) and 29
(36.4841)
New loads : 24 (32.5425) and 29 (35.9835)
Swap chares 98 (6.8123) and 118 (6.8645) between cores 24 (32.5425) and 29
(35.9835)
New loads : 24 (32.5947) and 29 (35.9312)
Swap chares 97 (9.0794) and 117 (9.1597) between cores 24 (32.5947) and 29
(35.9312)
New loads : 24 (32.6750) and 29 (35.8509)
Swap chares 96 (9.3349) and 116 (13.1439) between cores 24 (32.6750) and 29
(35.8509)
New loads : 24 (36.4841) and 29 (32.0419)
Swap chares 119 (6.8153) and 99 (7.3159) between cores 29 (32.0419) and 24
(36.4841)
New loads : 29 (32.5425) and 24 (35.9835)
Swap chares 118 (6.8123) and 98 (6.8645) between cores 29 (32.5425) and 24
(35.9835)
New loads : 29 (32.5947) and 24 (35.9312)
Swap chares 117 (9.0794) and 97 (9.1597) between cores 29 (32.5947) and 24
(35.9312)
New loads : 29 (32.6750) and 24 (35.8509)
Swap chares 116 (9.3349) and 96 (13.1439) between cores 29 (32.6750) and 24
(35.8509)
New loads : 29 (36.4841) and 24 (32.0419)
Swap chares 99 (6.8153) and 119 (7.3159) between cores 24 (32.0419) and 29
(36.4841)
New loads : 24 (32.5425) and 29 (35.9835)
Swap chares 98 (6.8123) and 118 (6.8645) between cores 24 (32.5425) and 29
(35.9835)
New loads : 24 (32.5947) and 29 (35.9312)
Swap chares 97 (9.0794) and 117 (9.1597) between cores 24 (32.5947) and 29
(35.9312)
New loads : 24 (32.6750) and 29 (35.8509)
Swap chares 96 (9.3349) and 116 (13.1439) between cores 24 (32.6750) and 29
(35.8509)
New loads : 24 (36.4841) and 29 (32.0419)
Swap chares 119 (6.8153) and 99 (7.3159) between cores 29 (32.0419) and 24
(36.4841)
New loads : 29 (32.5425) and 24 (35.9835)
Swap chares 118 (6.8123) and 98 (6.8645) between cores 29 (32.5425) and 24
(35.9835)
New loads : 29 (32.5947) and 24 (35.9312)
Swap chares 117 (9.0794) and 97 (9.1597) between cores 29 (32.5947) and 24
(35.9312)
New loads : 29 (32.6750) and 24 (35.8509)
Swap chares 116 (9.3349) and 96 (13.1439) between cores 29 (32.6750) and 24
(35.8509)
New loads : 29 (36.4841) and 24 (32.0419)
Swap chares 99 (6.8153) and 119 (7.3159) between cores 24 (32.0419) and 29
(36.4841)
New loads : 24 (32.5425) and 29 (35.9835)
Swap chares 98 (6.8123) and 118 (6.8645) between cores 24 (32.5425) and 29
(35.9835)
New loads : 24 (32.5947) and 29 (35.9312)
Swap chares 97 (9.0794) and 117 (9.1597) between cores 24 (32.5947) and 29
(35.9312)
New loads : 24 (32.6750) and 29 (35.8509)
Swap chares 96 (9.3349) and 116 (13.1439) between cores 24 (32.6750) and 29
(35.8509)
New loads : 24 (36.4841) and 29 (32.0419)
Swap chares 119 (6.8153) and 99 (7.3159) between cores 29 (32.0419) and 24
(36.4841)
New loads : 29 (32.5425) and 24 (35.9835)
Swap chares 118 (6.8123) and 98 (6.8645) between cores 29 (32.5425) and 24
(35.9835)
New loads : 29 (32.5947) and 24 (35.9312)
Swap chares 117 (9.0794) and 97 (9.1597) between cores 29 (32.5947) and 24
(35.9312)
New loads : 29 (32.6750) and 24 (35.8509)
Swap chares 116 (9.3349) and 96 (13.1439) between cores 29 (32.6750) and 24
(35.8509)
New loads : 29 (36.4841) and 24 (32.0419)
Swap chares 99 (6.8153) and 119 (7.3159) between cores 24 (32.0419) and 29
(36.4841)
New loads : 24 (32.5425) and 29 (35.9835)
Swap chares 98 (6.8123) and 118 (6.8645) between cores 24 (32.5425) and 29
(35.9835)
New loads : 24 (32.5947) and 29 (35.9312)
Swap chares 97 (9.0794) and 117 (9.1597) between cores 24 (32.5947) and 29
(35.9312)
New loads : 24 (32.6750) and 29 (35.8509)
=== 1 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 0 P#0 (0 chares)
=== 1 === Chare 441 (load 11.0104)

=== 1 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 1 === Chare from 1 P#1 (0 chares)
=== 1 === Chare 422 (load 11.3623)

=== 1 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 1 === Chare from 2 P#2 (0 chares)
=== 1 === Chare 49 (load 12.4537)

=== 1 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 1 === Chare from 3 P#3 (0 chares)
=== 1 === Chare 432 (load 12.0665)

=== 1 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 1 === Chare from 4 P#4 (0 chares)
=== 1 === Chare 255 (load 11.0230)

=== 1 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 1 === Chare from 5 P#5 (0 chares)
=== 1 === Chare 412 (load 11.6228)

=== 1 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 1 === Chare from 6 P#6 (0 chares)
=== 1 === Chare 421 (load 9.9067)

=== 1 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 1 === Chare from 7 P#7 (0 chares)
=== 1 === Chare 388 (load 9.3583)

=== 1 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 1 === Chare from 8 P#8 (0 chares)
=== 1 === Chare 163 (load 13.2221)

=== 1 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 9 P#9 (0 chares)
=== 1 === Chare 261 (load 9.0720)

=== 1 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 10 P#10 (0 chares)
=== 1 === Chare 51 (load 13.2266)

=== 1 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 11 P#11 (0 chares)
=== 1 === Chare 435 (load 11.2203)

=== 1 === Less loaded core 12 P#19515712 (0 chares, load: 0.0000)
=== 1 === Chare from 12 P#12 (0 chares)
=== 1 === Chare 374 (load 11.8894)

=== 1 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 13 P#13 (0 chares)
=== 1 === Chare 278 (load 13.0821)

=== 1 === Less loaded core 14 P#92111296 (0 chares, load: 0.0000)
=== 1 === Chare from 14 P#14 (0 chares)
=== 1 === Chare 179 (load 13.0929)

=== 1 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 15 P#15 (0 chares)
=== 1 === Chare 283 (load 10.8690)

=== 1 === Less loaded core 16 P#69907104 (0 chares, load: 0.0000)
=== 1 === Chare from 16 P#16 (0 chares)
=== 1 === Chare 57 (load 13.4202)

=== 1 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 17 P#17 (0 chares)
=== 1 === Chare 58 (load 11.6562)

=== 1 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 1 === Chare from 18 P#18 (0 chares)
=== 1 === Chare 329 (load 13.4766)

=== 1 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 19 P#19 (0 chares)
=== 1 === Chare 414 (load 13.5281)

=== 1 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 20 P#20 (0 chares)
=== 1 === Chare 161 (load 13.6048)

=== 1 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 21 P#21 (0 chares)
=== 1 === Chare 240 (load 11.4822)

=== 1 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 1 === Chare from 22 P#22 (0 chares)
=== 1 === Chare 331 (load 11.7446)

=== 1 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 1 === Chare from 23 P#23 (0 chares)
=== 1 === Chare 281 (load 11.6780)

=== 1 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 1 === Chare from 24 P#24 (0 chares)
=== 1 === Chare 202 (load 9.3349)

=== 1 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 1 === Chare from 25 P#25 (0 chares)
=== 1 === Chare 397 (load 10.9327)

=== 1 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 26 P#26 (0 chares)
=== 1 === Chare 176 (load 9.3314)

=== 1 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 1 === Chare from 27 P#27 (0 chares)
=== 1 === Chare 375 (load 9.8242)

=== 1 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 28 P#28 (0 chares)
=== 1 === Chare 275 (load 11.3701)

=== 1 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 29 P#29 (0 chares)
=== 1 === Chare 364 (load 13.1439)

=== 1 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 1 === Chare from 30 P#30 (0 chares)
=== 1 === Chare 50 (load 11.2958)

=== 1 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 1 === Chare from 31 P#31 (0 chares)
=== 1 === Chare 145 (load 11.5160)

=== 1 === Less loaded core 9 P#0 (1 chares, load: 9.0720)
=== 1 === Chare from 9 P#9 (1 chares)
=== 1 === Chare 330 (load 8.9169)

=== 1 === Less loaded core 26 P#1 (1 chares, load: 9.3314)
=== 1 === Chare from 26 P#26 (1 chares)
=== 1 === Chare 178 (load 9.2289)

=== 1 === Less loaded core 24 P#24 (1 chares, load: 9.3349)
=== 1 === Chare from 24 P#24 (1 chares)
=== 1 === Chare 201 (load 9.1597)

=== 1 === Less loaded core 7 P#7 (1 chares, load: 9.3583)
=== 1 === Chare from 7 P#7 (1 chares)
=== 1 === Chare 368 (load 9.2864)

=== 1 === Less loaded core 27 P#32767 (1 chares, load: 9.8242)
=== 1 === Chare from 27 P#27 (1 chares)
=== 1 === Chare 252 (load 9.7241)

=== 1 === Less loaded core 6 P#5 (1 chares, load: 9.9067)
=== 1 === Chare from 6 P#6 (1 chares)
=== 1 === Chare 369 (load 9.2325)

=== 1 === Less loaded core 15 P#0 (1 chares, load: 10.8690)
=== 1 === Chare from 15 P#15 (1 chares)
=== 1 === Chare 442 (load 7.7544)

=== 1 === Less loaded core 25 P#32767 (1 chares, load: 10.9327)
=== 1 === Chare from 25 P#25 (1 chares)
=== 1 === Chare 297 (load 8.6673)

=== 1 === Less loaded core 0 P#0 (1 chares, load: 11.0104)
=== 1 === Chare from 0 P#0 (1 chares)
=== 1 === Chare 59 (load 9.1998)

=== 1 === Less loaded core 4 P#1 (1 chares, load: 11.0230)
=== 1 === Chare from 4 P#4 (1 chares)
=== 1 === Chare 254 (load 7.7769)

=== 1 === Less loaded core 11 P#0 (1 chares, load: 11.2203)
=== 1 === Chare from 11 P#11 (1 chares)
=== 1 === Chare 241 (load 7.2258)

=== 1 === Less loaded core 30 P#-78976 (1 chares, load: 11.2958)
=== 1 === Chare from 30 P#30 (1 chares)
=== 1 === Chare 434 (load 8.2623)

=== 1 === Less loaded core 1 P#2 (1 chares, load: 11.3623)
=== 1 === Chare from 1 P#1 (1 chares)
=== 1 === Chare 225 (load 7.3800)

=== 1 === Less loaded core 28 P#-671088640 (1 chares, load: 11.3701)
=== 1 === Chare from 28 P#28 (1 chares)
=== 1 === Chare 154 (load 8.8981)

=== 1 === Less loaded core 21 P#0 (1 chares, load: 11.4822)
=== 1 === Chare from 21 P#21 (1 chares)
=== 1 === Chare 427 (load 8.8702)

=== 1 === Less loaded core 31 P#32767 (1 chares, load: 11.5160)
=== 1 === Chare from 31 P#31 (1 chares)
=== 1 === Chare 433 (load 8.1803)

=== 1 === Less loaded core 5 P#3 (1 chares, load: 11.6228)
=== 1 === Chare from 5 P#5 (1 chares)
=== 1 === Chare 291 (load 7.1667)

=== 1 === Less loaded core 17 P#0 (1 chares, load: 11.6562)
=== 1 === Chare from 17 P#17 (1 chares)
=== 1 === Chare 372 (load 8.2992)

=== 1 === Less loaded core 23 P#23 (1 chares, load: 11.6780)
=== 1 === Chare from 23 P#23 (1 chares)
=== 1 === Chare 288 (load 9.2224)

=== 1 === Less loaded core 22 P#22 (1 chares, load: 11.7446)
=== 1 === Chare from 22 P#22 (1 chares)
=== 1 === Chare 389 (load 8.8004)

=== 1 === Less loaded core 12 P#19515712 (1 chares, load: 11.8894)
=== 1 === Chare from 12 P#12 (1 chares)
=== 1 === Chare 403 (load 7.7429)

=== 1 === Less loaded core 3 P#6 (1 chares, load: 12.0665)
=== 1 === Chare from 3 P#3 (1 chares)
=== 1 === Chare 440 (load 7.6639)

=== 1 === Less loaded core 2 P#4 (1 chares, load: 12.4537)
=== 1 === Chare from 2 P#2 (1 chares)
=== 1 === Chare 162 (load 7.6057)

=== 1 === Less loaded core 13 P#0 (1 chares, load: 13.0821)
=== 1 === Chare from 13 P#13 (1 chares)
=== 1 === Chare 276 (load 7.3136)

=== 1 === Less loaded core 14 P#92111296 (1 chares, load: 13.0929)
=== 1 === Chare from 14 P#14 (1 chares)
=== 1 === Chare 279 (load 7.4107)

=== 1 === Less loaded core 29 P#1076513202 (1 chares, load: 13.1439)
=== 1 === Chare from 29 P#29 (1 chares)
=== 1 === Chare 209 (load 9.0794)

=== 1 === Less loaded core 8 P#9346032 (1 chares, load: 13.2221)
=== 1 === Chare from 8 P#8 (1 chares)
=== 1 === Chare 280 (load 7.3777)

=== 1 === Less loaded core 10 P#0 (1 chares, load: 13.2266)
=== 1 === Chare from 10 P#10 (1 chares)
=== 1 === Chare 224 (load 7.4806)

=== 1 === Less loaded core 16 P#69907104 (1 chares, load: 13.4202)
=== 1 === Chare from 16 P#16 (1 chares)
=== 1 === Chare 365 (load 7.1991)

=== 1 === Less loaded core 18 P#32 (1 chares, load: 13.4766)
=== 1 === Chare from 18 P#18 (1 chares)
=== 1 === Chare 243 (load 7.1168)

=== 1 === Less loaded core 19 P#0 (1 chares, load: 13.5281)
=== 1 === Chare from 19 P#19 (1 chares)
=== 1 === Chare 396 (load 7.6040)

=== 1 === Less loaded core 20 P#0 (1 chares, load: 13.6048)
=== 1 === Chare from 20 P#20 (1 chares)
=== 1 === Chare 160 (load 7.1969)

=== 1 === Less loaded core 9 P#0 (2 chares, load: 17.9889)
=== 1 === Chare from 9 P#9 (2 chares)
=== 1 === Chare 229 (load 7.4313)

=== 1 === Less loaded core 11 P#0 (2 chares, load: 18.4461)
=== 1 === Chare from 11 P#11 (2 chares)
=== 1 === Chare 208 (load 7.2190)

=== 1 === Less loaded core 24 P#24 (2 chares, load: 18.4946)
=== 1 === Chare from 24 P#24 (2 chares)
=== 1 === Chare 155 (load 7.3159)

=== 1 === Less loaded core 26 P#2 (2 chares, load: 18.5602)
=== 1 === Chare from 26 P#26 (2 chares)
=== 1 === Chare 273 (load 7.2487)

=== 1 === Less loaded core 15 P#0 (2 chares, load: 18.6234)
=== 1 === Chare from 15 P#15 (2 chares)
=== 1 === Chare 420 (load 7.2672)

=== 1 === Less loaded core 7 P#7 (2 chares, load: 18.6447)
=== 1 === Chare from 7 P#7 (2 chares)
=== 1 === Chare 298 (load 7.1446)

=== 1 === Less loaded core 1 P#2 (2 chares, load: 18.7423)
=== 1 === Chare from 1 P#1 (2 chares)
=== 1 === Chare 227 (load 7.2650)

=== 1 === Less loaded core 5 P#3 (2 chares, load: 18.7894)
=== 1 === Chare from 5 P#5 (2 chares)
=== 1 === Chare 350 (load 7.1634)

=== 1 === Less loaded core 4 P#1 (2 chares, load: 18.7998)
=== 1 === Chare from 4 P#4 (2 chares)
=== 1 === Chare 263 (load 7.2309)

=== 1 === Less loaded core 6 P#5 (2 chares, load: 19.1392)
=== 1 === Chare from 6 P#6 (2 chares)
=== 1 === Chare 370 (load 7.0989)

=== 1 === Less loaded core 27 P#32767 (2 chares, load: 19.5483)
=== 1 === Chare from 27 P#27 (2 chares)
=== 1 === Chare 146 (load 8.9343)

=== 1 === Less loaded core 30 P#-78976 (2 chares, load: 19.5581)
=== 1 === Chare from 30 P#30 (2 chares)
=== 1 === Chare 299 (load 6.9383)

=== 1 === Less loaded core 25 P#32767 (2 chares, load: 19.6000)
=== 1 === Chare from 25 P#25 (2 chares)
=== 1 === Chare 200 (load 7.0523)

=== 1 === Less loaded core 12 P#19515712 (2 chares, load: 19.6323)
=== 1 === Chare from 12 P#12 (2 chares)
=== 1 === Chare 401 (load 7.6874)

=== 1 === Less loaded core 31 P#32767 (2 chares, load: 19.6962)
=== 1 === Chare from 31 P#31 (2 chares)
=== 1 === Chare 399 (load 7.9783)

=== 1 === Less loaded core 3 P#6 (2 chares, load: 19.7304)
=== 1 === Chare from 3 P#3 (2 chares)
=== 1 === Chare 373 (load 7.3672)

=== 1 === Less loaded core 17 P#0 (2 chares, load: 19.9554)
=== 1 === Chare from 17 P#17 (2 chares)
=== 1 === Chare 260 (load 7.1918)

=== 1 === Less loaded core 2 P#4 (2 chares, load: 20.0594)
=== 1 === Chare from 2 P#2 (2 chares)
=== 1 === Chare 272 (load 6.8475)

=== 1 === Less loaded core 0 P#0 (2 chares, load: 20.2101)
=== 1 === Chare from 0 P#0 (2 chares)
=== 1 === Chare 277 (load 7.7954)

=== 1 === Less loaded core 28 P#1342177280 (2 chares, load: 20.2682)
=== 1 === Chare from 28 P#28 (2 chares)
=== 1 === Chare 230 (load 6.8199)

=== 1 === Less loaded core 21 P#0 (2 chares, load: 20.3524)
=== 1 === Chare from 21 P#21 (2 chares)
=== 1 === Chare 348 (load 7.3557)

=== 1 === Less loaded core 13 P#0 (2 chares, load: 20.3957)
=== 1 === Chare from 13 P#13 (2 chares)
=== 1 === Chare 48 (load 7.2695)

=== 1 === Less loaded core 14 P#92111296 (2 chares, load: 20.5036)
=== 1 === Chare from 14 P#14 (2 chares)
=== 1 === Chare 400 (load 7.1333)

=== 1 === Less loaded core 22 P#22 (2 chares, load: 20.5449)
=== 1 === Chare from 22 P#22 (2 chares)
=== 1 === Chare 307 (load 7.3726)

=== 1 === Less loaded core 18 P#32 (2 chares, load: 20.5934)
=== 1 === Chare from 18 P#18 (2 chares)
=== 1 === Chare 391 (load 6.8353)

=== 1 === Less loaded core 8 P#9346032 (2 chares, load: 20.5998)
=== 1 === Chare from 8 P#8 (2 chares)
=== 1 === Chare 306 (load 6.8758)

=== 1 === Less loaded core 16 P#69907104 (2 chares, load: 20.6193)
=== 1 === Chare from 16 P#16 (2 chares)
=== 1 === Chare 351 (load 7.1550)

=== 1 === Less loaded core 10 P#0 (2 chares, load: 20.7073)
=== 1 === Chare from 10 P#10 (2 chares)
=== 1 === Chare 371 (load 7.2876)

=== 1 === Less loaded core 20 P#0 (2 chares, load: 20.8017)
=== 1 === Chare from 20 P#20 (2 chares)
=== 1 === Chare 402 (load 7.0444)

=== 1 === Less loaded core 23 P#23 (2 chares, load: 20.9005)
=== 1 === Chare from 23 P#23 (2 chares)
=== 1 === Chare 349 (load 7.4580)

=== 1 === Less loaded core 19 P#0 (2 chares, load: 21.1322)
=== 1 === Chare from 19 P#19 (2 chares)
=== 1 === Chare 56 (load 7.0406)

=== 1 === Less loaded core 29 P#1077295405 (2 chares, load: 22.2234)
=== 1 === Chare from 29 P#29 (2 chares)
=== 1 === Chare 153 (load 6.8153)

=== 1 === Less loaded core 9 P#0 (3 chares, load: 25.4202)
=== 1 === Chare from 9 P#9 (3 chares)
=== 1 === Chare 366 (load 7.3441)

=== 1 === Less loaded core 11 P#0 (3 chares, load: 25.6651)
=== 1 === Chare from 11 P#11 (3 chares)
=== 1 === Chare 289 (load 7.1058)

=== 1 === Less loaded core 7 P#7 (3 chares, load: 25.7892)
=== 1 === Chare from 7 P#7 (3 chares)
=== 1 === Chare 274 (load 7.0484)

=== 1 === Less loaded core 26 P#3 (3 chares, load: 25.8089)
=== 1 === Chare from 26 P#26 (3 chares)
=== 1 === Chare 296 (load 6.9180)

=== 1 === Less loaded core 24 P#24 (3 chares, load: 25.8105)
=== 1 === Chare from 24 P#24 (3 chares)
=== 1 === Chare 152 (load 6.8645)

=== 1 === Less loaded core 15 P#0 (3 chares, load: 25.8906)
=== 1 === Chare from 15 P#15 (3 chares)
=== 1 === Chare 253 (load 7.1081)

=== 1 === Less loaded core 5 P#3 (3 chares, load: 25.9528)
=== 1 === Chare from 5 P#5 (3 chares)
=== 1 === Chare 290 (load 7.0701)

=== 1 === Less loaded core 1 P#2 (3 chares, load: 26.0073)
=== 1 === Chare from 1 P#1 (3 chares)
=== 1 === Chare 144 (load 6.9765)

=== 1 === Less loaded core 4 P#1 (3 chares, load: 26.0308)
=== 1 === Chare from 4 P#4 (3 chares)
=== 1 === Chare 304 (load 7.1384)

=== 1 === Less loaded core 6 P#5 (3 chares, load: 26.2381)
=== 1 === Chare from 6 P#6 (3 chares)
=== 1 === Chare 413 (load 7.0802)

=== 1 === Less loaded core 30 P#-78976 (3 chares, load: 26.4963)
=== 1 === Chare from 30 P#30 (3 chares)
=== 1 === Chare 282 (load 6.8766)

=== 1 === Less loaded core 25 P#32767 (3 chares, load: 26.6523)
=== 1 === Chare from 25 P#25 (3 chares)
=== 1 === Chare 177 (load 6.8875)

=== 1 === Less loaded core 2 P#4 (3 chares, load: 26.9069)
=== 1 === Chare from 2 P#2 (3 chares)
=== 1 === Chare 367 (load 6.7652)

=== 1 === Less loaded core 28 P#-268435456 (3 chares, load: 27.0881)
=== 1 === Chare from 28 P#28 (3 chares)
=== 1 === Chare 231 (load 6.6546)

=== 1 === Less loaded core 3 P#6 (3 chares, load: 27.0976)
=== 1 === Chare from 3 P#3 (3 chares)
=== 1 === Chare 226 (load 7.2776)

=== 1 === Less loaded core 17 P#0 (3 chares, load: 27.1472)
=== 1 === Chare from 17 P#17 (3 chares)
=== 1 === Chare 305 (load 7.1766)

=== 1 === Less loaded core 12 P#19515712 (3 chares, load: 27.3197)
=== 1 === Chare from 12 P#12 (3 chares)
=== 1 === Chare 262 (load 7.1947)

=== 1 === Less loaded core 18 P#32 (3 chares, load: 27.4288)
=== 1 === Chare from 18 P#18 (3 chares)
=== 1 === Chare 426 (load 6.8217)

=== 1 === Less loaded core 8 P#9346032 (3 chares, load: 27.4756)
=== 1 === Chare from 8 P#8 (3 chares)
=== 1 === Chare 443 (load 6.7629)

=== 1 === Less loaded core 14 P#92111296 (3 chares, load: 27.6369)
=== 1 === Chare from 14 P#14 (3 chares)
=== 1 === Chare 147 (load 6.9337)

=== 1 === Less loaded core 13 P#0 (3 chares, load: 27.6652)
=== 1 === Chare from 13 P#13 (3 chares)
=== 1 === Chare 203 (load 6.8445)

=== 1 === Less loaded core 31 P#32767 (3 chares, load: 27.6745)
=== 1 === Chare from 31 P#31 (3 chares)
=== 1 === Chare 415 (load 7.3222)

=== 1 === Less loaded core 21 P#0 (3 chares, load: 27.7081)
=== 1 === Chare from 21 P#21 (3 chares)
=== 1 === Chare 211 (load 7.2855)

=== 1 === Less loaded core 16 P#69907104 (3 chares, load: 27.7743)
=== 1 === Chare from 16 P#16 (3 chares)
=== 1 === Chare 228 (load 6.7799)

=== 1 === Less loaded core 20 P#0 (3 chares, load: 27.8461)
=== 1 === Chare from 20 P#20 (3 chares)
=== 1 === Chare 424 (load 6.8084)

=== 1 === Less loaded core 22 P#22 (3 chares, load: 27.9176)
=== 1 === Chare from 22 P#22 (3 chares)
=== 1 === Chare 242 (load 7.2245)

=== 1 === Less loaded core 10 P#0 (3 chares, load: 27.9948)
=== 1 === Chare from 10 P#10 (3 chares)
=== 1 === Chare 423 (load 6.9783)

=== 1 === Less loaded core 0 P#0 (3 chares, load: 28.0056)
=== 1 === Chare from 0 P#0 (3 chares)
=== 1 === Chare 210 (load 7.3195)

=== 1 === Less loaded core 19 P#0 (3 chares, load: 28.1728)
=== 1 === Chare from 19 P#19 (3 chares)
=== 1 === Chare 425 (load 6.8062)

=== 1 === Less loaded core 23 P#23 (3 chares, load: 28.3584)
=== 1 === Chare from 23 P#23 (3 chares)
=== 1 === Chare 328 (load 7.3024)

=== 1 === Less loaded core 27 P#32767 (3 chares, load: 28.4826)
=== 1 === Chare from 27 P#27 (3 chares)
=== 1 === Chare 390 (load 6.9591)

=== 1 === Less loaded core 29 P#1077742053 (3 chares, load: 29.0387)
=== 1 === Chare from 29 P#29 (3 chares)
=== 1 === Chare 398 (load 6.8123)

[DEBUG] GetBackPlacement from node 3
0 7.4259
67 7.4155
122 7.2836
2 7.2306
88 7.5224
120 7.4537
121 7.4332
3 7.2065
110 7.3985
33 7.3984
117 7.3397
35 7.3175
92 7.4281
45 7.4158
47 7.3219
90 7.2333
53 7.4007
10 7.3120
94 7.2739
71 7.2590
118 7.3514
96 7.3415
85 7.2576
119 7.2547
60 7.4045
62 7.3734
61 7.3340
34 7.3104
112 7.4895
113 7.4455
114 7.4255
86 7.2178
1 19.9970
83 17.5883
81 12.2726
126 9.2084
82 13.2802
80 13.2681
124 13.2156
127 9.9593
46 11.2303
91 8.3154
9 7.5106
29 7.3087
36 7.4631
11 7.4521
17 7.3435
55 7.2452
7 12.9042
4 7.4334
20 7.3740
23 7.2752
6 10.0812
15 7.8906
12 7.4383
44 7.4248
125 12.2796
16 9.6632
63 9.3576
21 7.6256
32 7.6283
69 7.3430
37 7.2732
123 7.2060
95 7.4298
5 7.4273
105 7.3673
25 7.3350
52 7.4471
54 7.3629
106 7.2560
57 7.2494
40 7.3505
41 7.3216
42 7.2809
43 7.2804
65 7.5087
84 7.2987
97 7.2600
51 7.2473
28 7.4070
22 7.4052
13 7.3776
30 7.3737
24 7.3261
14 7.2927
27 7.2009
107 7.1796
48 7.2153
18 7.1936
19 7.1740
64 7.0103
59 13.1995
56 11.1569
39 7.5245
31 7.3218
70 13.4652
49 12.8511
8 12.3146
50 10.7062
98 11.6199
93 9.1035
58 8.6997
26 7.1034
38 13.3717
68 10.1210
104 7.7608
108 7.0746
109 7.3079
111 7.2440
89 7.1580
66 7.1243
75 7.2438
74 7.2110
73 7.1564
72 7.0348
99 11.1199
115 8.4701
116 7.4901
87 6.9931
79 12.6662
76 11.7283
78 10.2269
77 9.4217
103 9.0970
102 9.0103
101 7.5816
100 7.0036
Core 0 load 29.3556
Core 1 load 29.6157
Core 2 load 29.4540
Core 3 load 29.3991
Core 4 load 29.2456
Core 5 load 29.2051
Core 6 load 29.4223
Core 7 load 29.5783
Core 8 load 59.0663
Core 9 load 49.7232
Core 10 load 34.3649
Core 11 load 29.5038
Core 12 load 34.9867
Core 13 load 32.8349
Core 14 load 38.9260
Core 15 load 29.4505
Core 16 load 29.5593
Core 17 load 29.3154
Core 18 load 29.2334
Core 19 load 29.3147
Core 20 load 29.5636
Core 21 load 28.9993
Core 22 load 28.5931
Core 23 load 39.2028
Core 24 load 49.3370
Core 25 load 36.5265
Core 26 load 38.3280
Core 27 load 28.8341
Core 28 load 28.6460
Core 29 load 34.0732
Core 30 load 44.0430
Core 31 load 32.6925
Avg load 33.7623 in [32.7494 ; 34.7752 ]
Swap chares 91 (7.0103) and 35 (9.2084) between cores 22 (28.5931) and 8
(59.0663)
New loads : 22 (30.7913) and 8 (56.8681)
Swap chares 114 (7.1564) and 34 (12.2726) between cores 28 (28.6460) and 8
(56.8681)
New loads : 28 (33.7622) and 8 (51.7519)
Swap chares 109 (7.2440) and 33 (17.5883) between cores 27 (28.8341) and 8
(51.7519)
New loads : 27 (39.1784) and 8 (41.4076)
Swap chares 87 (7.1796) and 39 (9.9593) between cores 21 (28.9993) and 9
(49.7232)
New loads : 21 (31.7790) and 9 (46.9435)
Swap chares 23 (7.2547) and 99 (10.7062) between cores 5 (29.2051) and 24
(49.3370)
New loads : 5 (32.6566) and 24 (45.8856)
Swap chares 74 (7.2809) and 38 (13.2156) between cores 18 (29.2334) and 9
(46.9435)
New loads : 18 (35.1682) and 9 (41.0087)
Swap chares 18 (7.2739) and 98 (12.3146) between cores 4 (29.2456) and 24
(45.8856)
New loads : 4 (34.2863) and 24 (40.8448)
Swap chares 79 (7.2473) and 123 (9.4217) between cores 19 (29.3147) and 30
(44.0430)
New loads : 19 (31.4890) and 30 (41.8687)
Swap chares 70 (7.2560) and 122 (10.2269) between cores 17 (29.3154) and 30
(41.8687)
New loads : 17 (32.2863) and 30 (38.8978)
Swap chares 0 (7.4259) and 32 (19.9970) between cores 0 (29.3556) and 8
(41.4076)
New loads : 0 (41.9267) and 8 (28.8365)
Swap chares 35 (7.0103) and 3 (7.2306) between cores 8 (28.8365) and 0
(41.9267)
New loads : 8 (29.0569) and 0 (41.7063)
Swap chares 34 (7.1564) and 2 (7.2836) between cores 8 (29.0569) and 0
(41.7063)
New loads : 8 (29.1841) and 0 (41.5791)
Swap chares 33 (7.2440) and 1 (7.4155) between cores 8 (29.1841) and 0
(41.5791)
New loads : 8 (29.3556) and 0 (41.4076)
Swap chares 32 (7.4259) and 0 (19.9970) between cores 8 (29.3556) and 0
(41.4076)
New loads : 8 (41.9267) and 0 (28.8365)
Swap chares 3 (7.0103) and 35 (7.2306) between cores 0 (28.8365) and 8
(41.9267)
New loads : 0 (29.0569) and 8 (41.7063)
Swap chares 2 (7.1564) and 34 (7.2836) between cores 0 (29.0569) and 8
(41.7063)
New loads : 0 (29.1841) and 8 (41.5791)
Swap chares 1 (7.2440) and 33 (7.4155) between cores 0 (29.1841) and 8
(41.5791)
New loads : 0 (29.3556) and 8 (41.4076)
Swap chares 0 (7.4259) and 32 (19.9970) between cores 0 (29.3556) and 8
(41.4076)
New loads : 0 (41.9267) and 8 (28.8365)
Swap chares 35 (7.0103) and 3 (7.2306) between cores 8 (28.8365) and 0
(41.9267)
New loads : 8 (29.0569) and 0 (41.7063)
Swap chares 34 (7.1564) and 2 (7.2836) between cores 8 (29.0569) and 0
(41.7063)
New loads : 8 (29.1841) and 0 (41.5791)
Swap chares 33 (7.2440) and 1 (7.4155) between cores 8 (29.1841) and 0
(41.5791)
New loads : 8 (29.3556) and 0 (41.4076)
Swap chares 32 (7.4259) and 0 (19.9970) between cores 8 (29.3556) and 0
(41.4076)
New loads : 8 (41.9267) and 0 (28.8365)
Swap chares 3 (7.0103) and 35 (7.2306) between cores 0 (28.8365) and 8
(41.9267)
New loads : 0 (29.0569) and 8 (41.7063)
Swap chares 2 (7.1564) and 34 (7.2836) between cores 0 (29.0569) and 8
(41.7063)
New loads : 0 (29.1841) and 8 (41.5791)
Swap chares 1 (7.2440) and 33 (7.4155) between cores 0 (29.1841) and 8
(41.5791)
New loads : 0 (29.3556) and 8 (41.4076)
Swap chares 0 (7.4259) and 32 (19.9970) between cores 0 (29.3556) and 8
(41.4076)
New loads : 0 (41.9267) and 8 (28.8365)
Swap chares 35 (7.0103) and 3 (7.2306) between cores 8 (28.8365) and 0
(41.9267)
New loads : 8 (29.0569) and 0 (41.7063)
Swap chares 34 (7.1564) and 2 (7.2836) between cores 8 (29.0569) and 0
(41.7063)
New loads : 8 (29.1841) and 0 (41.5791)
Swap chares 33 (7.2440) and 1 (7.4155) between cores 8 (29.1841) and 0
(41.5791)
New loads : 8 (29.3556) and 0 (41.4076)
Swap chares 32 (7.4259) and 0 (19.9970) between cores 8 (29.3556) and 0
(41.4076)
New loads : 8 (41.9267) and 0 (28.8365)
Swap chares 3 (7.0103) and 35 (7.2306) between cores 0 (28.8365) and 8
(41.9267)
New loads : 0 (29.0569) and 8 (41.7063)
Swap chares 2 (7.1564) and 34 (7.2836) between cores 0 (29.0569) and 8
(41.7063)
New loads : 0 (29.1841) and 8 (41.5791)
Swap chares 1 (7.2440) and 33 (7.4155) between cores 0 (29.1841) and 8
(41.5791)
New loads : 0 (29.3556) and 8 (41.4076)
Swap chares 0 (7.4259) and 32 (19.9970) between cores 0 (29.3556) and 8
(41.4076)
New loads : 0 (41.9267) and 8 (28.8365)
Swap chares 35 (7.0103) and 3 (7.2306) between cores 8 (28.8365) and 0
(41.9267)
New loads : 8 (29.0569) and 0 (41.7063)
Swap chares 34 (7.1564) and 2 (7.2836) between cores 8 (29.0569) and 0
(41.7063)
New loads : 8 (29.1841) and 0 (41.5791)
Swap chares 33 (7.2440) and 1 (7.4155) between cores 8 (29.1841) and 0
(41.5791)
New loads : 8 (29.3556) and 0 (41.4076)
Swap chares 32 (7.4259) and 0 (19.9970) between cores 8 (29.3556) and 0
(41.4076)
New loads : 8 (41.9267) and 0 (28.8365)
Swap chares 3 (7.0103) and 35 (7.2306) between cores 0 (28.8365) and 8
(41.9267)
New loads : 0 (29.0569) and 8 (41.7063)
Swap chares 2 (7.1564) and 34 (7.2836) between cores 0 (29.0569) and 8
(41.7063)
New loads : 0 (29.1841) and 8 (41.5791)
Swap chares 1 (7.2440) and 33 (7.4155) between cores 0 (29.1841) and 8
(41.5791)
New loads : 0 (29.3556) and 8 (41.4076)
Swap chares 0 (7.4259) and 32 (19.9970) between cores 0 (29.3556) and 8
(41.4076)
New loads : 0 (41.9267) and 8 (28.8365)
Swap chares 35 (7.0103) and 3 (7.2306) between cores 8 (28.8365) and 0
(41.9267)
New loads : 8 (29.0569) and 0 (41.7063)
Swap chares 34 (7.1564) and 2 (7.2836) between cores 8 (29.0569) and 0
(41.7063)
New loads : 8 (29.1841) and 0 (41.5791)
Swap chares 33 (7.2440) and 1 (7.4155) between cores 8 (29.1841) and 0
(41.5791)
New loads : 8 (29.3556) and 0 (41.4076)
Swap chares 32 (7.4259) and 0 (19.9970) between cores 8 (29.3556) and 0
(41.4076)
New loads : 8 (41.9267) and 0 (28.8365)
Swap chares 3 (7.0103) and 35 (7.2306) between cores 0 (28.8365) and 8
(41.9267)
New loads : 0 (29.0569) and 8 (41.7063)
Swap chares 2 (7.1564) and 34 (7.2836) between cores 0 (29.0569) and 8
(41.7063)
New loads : 0 (29.1841) and 8 (41.5791)
Swap chares 1 (7.2440) and 33 (7.4155) between cores 0 (29.1841) and 8
(41.5791)
New loads : 0 (29.3556) and 8 (41.4076)
Swap chares 0 (7.4259) and 32 (19.9970) between cores 0 (29.3556) and 8
(41.4076)
New loads : 0 (41.9267) and 8 (28.8365)
Swap chares 35 (7.0103) and 3 (7.2306) between cores 8 (28.8365) and 0
(41.9267)
New loads : 8 (29.0569) and 0 (41.7063)
Swap chares 34 (7.1564) and 2 (7.2836) between cores 8 (29.0569) and 0
(41.7063)
New loads : 8 (29.1841) and 0 (41.5791)
Swap chares 33 (7.2440) and 1 (7.4155) between cores 8 (29.1841) and 0
(41.5791)
New loads : 8 (29.3556) and 0 (41.4076)
Swap chares 32 (7.4259) and 0 (19.9970) between cores 8 (29.3556) and 0
(41.4076)
New loads : 8 (41.9267) and 0 (28.8365)
Swap chares 3 (7.0103) and 35 (7.2306) between cores 0 (28.8365) and 8
(41.9267)
New loads : 0 (29.0569) and 8 (41.7063)
Swap chares 2 (7.1564) and 34 (7.2836) between cores 0 (29.0569) and 8
(41.7063)
New loads : 0 (29.1841) and 8 (41.5791)
Swap chares 1 (7.2440) and 33 (7.4155) between cores 0 (29.1841) and 8
(41.5791)
New loads : 0 (29.3556) and 8 (41.4076)
Swap chares 0 (7.4259) and 32 (19.9970) between cores 0 (29.3556) and 8
(41.4076)
New loads : 0 (41.9267) and 8 (28.8365)
Swap chares 35 (7.0103) and 3 (7.2306) between cores 8 (28.8365) and 0
(41.9267)
New loads : 8 (29.0569) and 0 (41.7063)
Swap chares 34 (7.1564) and 2 (7.2836) between cores 8 (29.0569) and 0
(41.7063)
New loads : 8 (29.1841) and 0 (41.5791)
Swap chares 33 (7.2440) and 1 (7.4155) between cores 8 (29.1841) and 0
(41.5791)
New loads : 8 (29.3556) and 0 (41.4076)
Swap chares 32 (7.4259) and 0 (19.9970) between cores 8 (29.3556) and 0
(41.4076)
New loads : 8 (41.9267) and 0 (28.8365)
Swap chares 3 (7.0103) and 35 (7.2306) between cores 0 (28.8365) and 8
(41.9267)
New loads : 0 (29.0569) and 8 (41.7063)
Swap chares 2 (7.1564) and 34 (7.2836) between cores 0 (29.0569) and 8
(41.7063)
New loads : 0 (29.1841) and 8 (41.5791)
=== 3 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 0 P#0 (0 chares)
=== 3 === Chare 216 (load 7.4259)

=== 3 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 3 === Chare from 1 P#1 (0 chares)
=== 3 === Chare 612 (load 7.5224)

=== 3 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 3 === Chare from 2 P#2 (0 chares)
=== 3 === Chare 654 (load 7.3985)

=== 3 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 3 === Chare from 3 P#3 (0 chares)
=== 3 === Chare 632 (load 7.4281)

=== 3 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 3 === Chare from 4 P#4 (0 chares)
=== 3 === Chare 332 (load 12.3146)

=== 3 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 3 === Chare from 5 P#5 (0 chares)
=== 3 === Chare 558 (load 10.7062)

=== 3 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 3 === Chare from 6 P#6 (0 chares)
=== 3 === Chare 580 (load 7.4045)

=== 3 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 3 === Chare from 7 P#7 (0 chares)
=== 3 === Chare 656 (load 7.4895)

=== 3 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 3 === Chare from 8 P#8 (0 chares)
=== 3 === Chare 217 (load 19.9970)

=== 3 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 9 P#9 (0 chares)
=== 3 === Chare 602 (load 13.2802)

=== 3 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 10 P#10 (0 chares)
=== 3 === Chare 550 (load 11.2303)

=== 3 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 11 P#11 (0 chares)
=== 3 === Chare 536 (load 7.4631)

=== 3 === Less loaded core 12 P#35277152 (0 chares, load: 0.0000)
=== 3 === Chare from 12 P#12 (0 chares)
=== 3 === Chare 323 (load 12.9042)

=== 3 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 13 P#13 (0 chares)
=== 3 === Chare 322 (load 10.0812)

=== 3 === Less loaded core 14 P#92245984 (0 chares, load: 0.0000)
=== 3 === Chare from 14 P#14 (0 chares)
=== 3 === Chare 709 (load 12.2796)

=== 3 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 15 P#15 (0 chares)
=== 3 === Chare 532 (load 7.6283)

=== 3 === Less loaded core 16 P#38583424 (0 chares, load: 0.0000)
=== 3 === Chare from 16 P#16 (0 chares)
=== 3 === Chare 635 (load 7.4298)

=== 3 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 17 P#17 (0 chares)
=== 3 === Chare 598 (load 10.2269)

=== 3 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 3 === Chare from 18 P#18 (0 chares)
=== 3 === Chare 708 (load 13.2156)

=== 3 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 19 P#19 (0 chares)
=== 3 === Chare 597 (load 9.4217)

=== 3 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 20 P#20 (0 chares)
=== 3 === Chare 528 (load 7.4070)

=== 3 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 21 P#21 (0 chares)
=== 3 === Chare 711 (load 9.9593)

=== 3 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 3 === Chare from 22 P#22 (0 chares)
=== 3 === Chare 710 (load 9.2084)

=== 3 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 3 === Chare from 23 P#23 (0 chares)
=== 3 === Chare 579 (load 13.1995)

=== 3 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 3 === Chare from 24 P#24 (0 chares)
=== 3 === Chare 590 (load 13.4652)

=== 3 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 3 === Chare from 25 P#25 (0 chares)
=== 3 === Chare 638 (load 11.6199)

=== 3 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 26 P#26 (0 chares)
=== 3 === Chare 538 (load 13.3717)

=== 3 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 3 === Chare from 27 P#27 (0 chares)
=== 3 === Chare 603 (load 17.5883)

=== 3 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 28 P#28 (0 chares)
=== 3 === Chare 601 (load 12.2726)

=== 3 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 29 P#29 (0 chares)
=== 3 === Chare 639 (load 11.1199)

=== 3 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 3 === Chare from 30 P#30 (0 chares)
=== 3 === Chare 599 (load 12.6662)

=== 3 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 3 === Chare from 31 P#31 (0 chares)
=== 3 === Chare 643 (load 9.0970)

=== 3 === Less loaded core 2 P#4 (1 chares, load: 7.3985)
=== 3 === Chare from 2 P#2 (1 chares)
=== 3 === Chare 533 (load 7.3984)

=== 3 === Less loaded core 6 P#5 (1 chares, load: 7.4045)
=== 3 === Chare from 6 P#6 (1 chares)
=== 3 === Chare 582 (load 7.3734)

=== 3 === Less loaded core 20 P#0 (1 chares, load: 7.4070)
=== 3 === Chare from 20 P#20 (1 chares)
=== 3 === Chare 438 (load 7.4052)

=== 3 === Less loaded core 0 P#0 (1 chares, load: 7.4259)
=== 3 === Chare from 0 P#0 (1 chares)
=== 3 === Chare 666 (load 7.2836)

=== 3 === Less loaded core 3 P#6 (1 chares, load: 7.4281)
=== 3 === Chare from 3 P#3 (1 chares)
=== 3 === Chare 549 (load 7.4158)

=== 3 === Less loaded core 16 P#38583424 (1 chares, load: 7.4298)
=== 3 === Chare from 16 P#16 (1 chares)
=== 3 === Chare 321 (load 7.4273)

=== 3 === Less loaded core 11 P#0 (1 chares, load: 7.4631)
=== 3 === Chare from 11 P#11 (1 chares)
=== 3 === Chare 335 (load 7.4521)

=== 3 === Less loaded core 7 P#7 (1 chares, load: 7.4895)
=== 3 === Chare from 7 P#7 (1 chares)
=== 3 === Chare 657 (load 7.4455)

=== 3 === Less loaded core 1 P#2 (1 chares, load: 7.5224)
=== 3 === Chare from 1 P#1 (1 chares)
=== 3 === Chare 664 (load 7.4537)

=== 3 === Less loaded core 15 P#0 (1 chares, load: 7.6283)
=== 3 === Chare from 15 P#15 (1 chares)
=== 3 === Chare 589 (load 7.3430)

=== 3 === Less loaded core 31 P#32767 (1 chares, load: 9.0970)
=== 3 === Chare from 31 P#31 (1 chares)
=== 3 === Chare 642 (load 9.0103)

=== 3 === Less loaded core 22 P#22 (1 chares, load: 9.2084)
=== 3 === Chare from 22 P#22 (1 chares)
=== 3 === Chare 556 (load 7.2153)

=== 3 === Less loaded core 19 P#0 (1 chares, load: 9.4217)
=== 3 === Chare from 19 P#19 (1 chares)
=== 3 === Chare 585 (load 7.5087)

=== 3 === Less loaded core 21 P#0 (1 chares, load: 9.9593)
=== 3 === Chare from 21 P#21 (1 chares)
=== 3 === Chare 524 (load 7.3261)

=== 3 === Less loaded core 13 P#0 (1 chares, load: 10.0812)
=== 3 === Chare from 13 P#13 (1 chares)
=== 3 === Chare 355 (load 7.8906)

=== 3 === Less loaded core 17 P#0 (1 chares, load: 10.2269)
=== 3 === Chare from 17 P#17 (1 chares)
=== 3 === Chare 572 (load 7.4471)

=== 3 === Less loaded core 5 P#3 (1 chares, load: 10.7062)
=== 3 === Chare from 5 P#5 (1 chares)
=== 3 === Chare 662 (load 7.3514)

=== 3 === Less loaded core 29 P#1076247905 (1 chares, load: 11.1199)
=== 3 === Chare from 29 P#29 (1 chares)
=== 3 === Chare 659 (load 8.4701)

=== 3 === Less loaded core 10 P#0 (1 chares, load: 11.2303)
=== 3 === Chare from 10 P#10 (1 chares)
=== 3 === Chare 615 (load 8.3154)

=== 3 === Less loaded core 25 P#32767 (1 chares, load: 11.6199)
=== 3 === Chare from 25 P#25 (1 chares)
=== 3 === Chare 633 (load 9.1035)

=== 3 === Less loaded core 28 P#-1073741824 (1 chares, load: 12.2726)
=== 3 === Chare from 28 P#28 (1 chares)
=== 3 === Chare 595 (load 7.2438)

=== 3 === Less loaded core 14 P#92245984 (1 chares, load: 12.2796)
=== 3 === Chare from 14 P#14 (1 chares)
=== 3 === Chare 360 (load 9.6632)

=== 3 === Less loaded core 4 P#1 (1 chares, load: 12.3146)
=== 3 === Chare from 4 P#4 (1 chares)
=== 3 === Chare 573 (load 7.4007)

=== 3 === Less loaded core 30 P#-78976 (1 chares, load: 12.6662)
=== 3 === Chare from 30 P#30 (1 chares)
=== 3 === Chare 596 (load 11.7283)

=== 3 === Less loaded core 12 P#35277152 (1 chares, load: 12.9042)
=== 3 === Chare from 12 P#12 (1 chares)
=== 3 === Chare 320 (load 7.4334)

=== 3 === Less loaded core 23 P#23 (1 chares, load: 13.1995)
=== 3 === Chare from 23 P#23 (1 chares)
=== 3 === Chare 576 (load 11.1569)

=== 3 === Less loaded core 18 P#32 (1 chares, load: 13.2156)
=== 3 === Chare from 18 P#18 (1 chares)
=== 3 === Chare 540 (load 7.3505)

=== 3 === Less loaded core 9 P#0 (1 chares, load: 13.2802)
=== 3 === Chare from 9 P#9 (1 chares)
=== 3 === Chare 600 (load 13.2681)

=== 3 === Less loaded core 26 P#1 (1 chares, load: 13.3717)
=== 3 === Chare from 26 P#26 (1 chares)
=== 3 === Chare 588 (load 10.1210)

=== 3 === Less loaded core 24 P#24 (1 chares, load: 13.4652)
=== 3 === Chare from 24 P#24 (1 chares)
=== 3 === Chare 557 (load 12.8511)

=== 3 === Less loaded core 0 P#0 (2 chares, load: 14.7095)
=== 3 === Chare from 0 P#0 (2 chares)
=== 3 === Chare 655 (load 7.2440)

=== 3 === Less loaded core 6 P#5 (2 chares, load: 14.7779)
=== 3 === Chare from 6 P#6 (2 chares)
=== 3 === Chare 581 (load 7.3340)

=== 3 === Less loaded core 2 P#4 (2 chares, load: 14.7968)
=== 3 === Chare from 2 P#2 (2 chares)
=== 3 === Chare 661 (load 7.3397)

=== 3 === Less loaded core 20 P#0 (2 chares, load: 14.8123)
=== 3 === Chare from 20 P#20 (2 chares)
=== 3 === Chare 353 (load 7.3776)

=== 3 === Less loaded core 3 P#6 (2 chares, load: 14.8439)
=== 3 === Chare from 3 P#3 (2 chares)
=== 3 === Chare 551 (load 7.3219)

=== 3 === Less loaded core 16 P#38583424 (2 chares, load: 14.8571)
=== 3 === Chare from 16 P#16 (2 chares)
=== 3 === Chare 649 (load 7.3673)

=== 3 === Less loaded core 11 P#0 (2 chares, load: 14.9152)
=== 3 === Chare from 11 P#11 (2 chares)
=== 3 === Chare 361 (load 7.3435)

=== 3 === Less loaded core 7 P#7 (2 chares, load: 14.9349)
=== 3 === Chare from 7 P#7 (2 chares)
=== 3 === Chare 658 (load 7.4255)

=== 3 === Less loaded core 15 P#0 (2 chares, load: 14.9713)
=== 3 === Chare from 15 P#15 (2 chares)
=== 3 === Chare 537 (load 7.2732)

=== 3 === Less loaded core 1 P#2 (2 chares, load: 14.9760)
=== 3 === Chare from 1 P#1 (2 chares)
=== 3 === Chare 665 (load 7.4332)

=== 3 === Less loaded core 22 P#22 (2 chares, load: 16.4238)
=== 3 === Chare from 22 P#22 (2 chares)
=== 3 === Chare 362 (load 7.1936)

=== 3 === Less loaded core 19 P#0 (2 chares, load: 16.9303)
=== 3 === Chare from 19 P#19 (2 chares)
=== 3 === Chare 608 (load 7.2987)

=== 3 === Less loaded core 21 P#0 (2 chares, load: 17.2854)
=== 3 === Chare from 21 P#21 (2 chares)
=== 3 === Chare 354 (load 7.2927)

=== 3 === Less loaded core 27 P#32767 (1 chares, load: 17.5883)
=== 3 === Chare from 27 P#27 (1 chares)
=== 3 === Chare 653 (load 7.3079)

=== 3 === Less loaded core 17 P#0 (2 chares, load: 17.6740)
=== 3 === Chare from 17 P#17 (2 chares)
=== 3 === Chare 574 (load 7.3629)

=== 3 === Less loaded core 13 P#0 (2 chares, load: 17.9718)
=== 3 === Chare from 13 P#13 (2 chares)
=== 3 === Chare 352 (load 7.4383)

=== 3 === Less loaded core 5 P#3 (2 chares, load: 18.0575)
=== 3 === Chare from 5 P#5 (2 chares)
=== 3 === Chare 636 (load 7.3415)

=== 3 === Less loaded core 31 P#32767 (2 chares, load: 18.1073)
=== 3 === Chare from 31 P#31 (2 chares)
=== 3 === Chare 641 (load 7.5816)

=== 3 === Less loaded core 28 P#-1006632960 (2 chares, load: 19.5164)
=== 3 === Chare from 28 P#28 (2 chares)
=== 3 === Chare 594 (load 7.2110)

=== 3 === Less loaded core 10 P#0 (2 chares, load: 19.5457)
=== 3 === Chare from 10 P#10 (2 chares)
=== 3 === Chare 333 (load 7.5106)

=== 3 === Less loaded core 29 P#1077122827 (2 chares, load: 19.5900)
=== 3 === Chare from 29 P#29 (2 chares)
=== 3 === Chare 660 (load 7.4901)

=== 3 === Less loaded core 4 P#1 (2 chares, load: 19.7154)
=== 3 === Chare from 4 P#4 (2 chares)
=== 3 === Chare 334 (load 7.3120)

=== 3 === Less loaded core 8 P#9346032 (1 chares, load: 19.9970)
=== 3 === Chare from 8 P#8 (1 chares)
=== 3 === Chare 587 (load 7.4155)

=== 3 === Less loaded core 12 P#35277152 (2 chares, load: 20.3375)
=== 3 === Chare from 12 P#12 (2 chares)
=== 3 === Chare 436 (load 7.3740)

=== 3 === Less loaded core 18 P#32 (2 chares, load: 20.5661)
=== 3 === Chare from 18 P#18 (2 chares)
=== 3 === Chare 541 (load 7.3216)

=== 3 === Less loaded core 25 P#32767 (2 chares, load: 20.7234)
=== 3 === Chare from 25 P#25 (2 chares)
=== 3 === Chare 578 (load 8.6997)

=== 3 === Less loaded core 14 P#92245984 (2 chares, load: 21.9428)
=== 3 === Chare from 14 P#14 (2 chares)
=== 3 === Chare 583 (load 9.3576)

=== 3 === Less loaded core 0 P#0 (3 chares, load: 21.9535)
=== 3 === Chare from 0 P#0 (3 chares)
=== 3 === Chare 218 (load 7.2306)

=== 3 === Less loaded core 6 P#5 (3 chares, load: 22.1119)
=== 3 === Chare from 6 P#6 (3 chares)
=== 3 === Chare 534 (load 7.3104)

=== 3 === Less loaded core 2 P#4 (3 chares, load: 22.1365)
=== 3 === Chare from 2 P#2 (3 chares)
=== 3 === Chare 535 (load 7.3175)

=== 3 === Less loaded core 3 P#6 (3 chares, load: 22.1658)
=== 3 === Chare from 3 P#3 (3 chares)
=== 3 === Chare 614 (load 7.2333)

=== 3 === Less loaded core 20 P#0 (3 chares, load: 22.1898)
=== 3 === Chare from 20 P#20 (3 chares)
=== 3 === Chare 530 (load 7.3737)

=== 3 === Less loaded core 16 P#38583424 (3 chares, load: 22.2243)
=== 3 === Chare from 16 P#16 (3 chares)
=== 3 === Chare 525 (load 7.3350)

=== 3 === Less loaded core 15 P#0 (3 chares, load: 22.2445)
=== 3 === Chare from 15 P#15 (3 chares)
=== 3 === Chare 667 (load 7.2060)

=== 3 === Less loaded core 11 P#0 (3 chares, load: 22.2587)
=== 3 === Chare from 11 P#11 (3 chares)
=== 3 === Chare 575 (load 7.2452)

=== 3 === Less loaded core 7 P#7 (3 chares, load: 22.3605)
=== 3 === Chare from 7 P#7 (3 chares)
=== 3 === Chare 610 (load 7.2178)

=== 3 === Less loaded core 1 P#2 (3 chares, load: 22.4092)
=== 3 === Chare from 1 P#1 (3 chares)
=== 3 === Chare 219 (load 7.2065)

=== 3 === Less loaded core 26 P#2 (2 chares, load: 23.4926)
=== 3 === Chare from 26 P#26 (2 chares)
=== 3 === Chare 648 (load 7.7608)

=== 3 === Less loaded core 22 P#22 (3 chares, load: 23.6174)
=== 3 === Chare from 22 P#22 (3 chares)
=== 3 === Chare 363 (load 7.1740)

=== 3 === Less loaded core 19 P#0 (3 chares, load: 24.2290)
=== 3 === Chare from 19 P#19 (3 chares)
=== 3 === Chare 637 (load 7.2600)

=== 3 === Less loaded core 23 P#23 (2 chares, load: 24.3565)
=== 3 === Chare from 23 P#23 (2 chares)
=== 3 === Chare 539 (load 7.5245)

=== 3 === Less loaded core 30 P#-78976 (2 chares, load: 24.3945)
=== 3 === Chare from 30 P#30 (2 chares)
=== 3 === Chare 650 (load 7.2560)

=== 3 === Less loaded core 21 P#0 (3 chares, load: 24.5781)
=== 3 === Chare from 21 P#21 (3 chares)
=== 3 === Chare 527 (load 7.2009)

=== 3 === Less loaded core 27 P#32767 (2 chares, load: 24.8961)
=== 3 === Chare from 27 P#27 (2 chares)
=== 3 === Chare 613 (load 7.1580)

=== 3 === Less loaded core 17 P#0 (3 chares, load: 25.0369)
=== 3 === Chare from 17 P#17 (3 chares)
=== 3 === Chare 577 (load 7.2494)

=== 3 === Less loaded core 5 P#3 (3 chares, load: 25.3990)
=== 3 === Chare from 5 P#5 (3 chares)
=== 3 === Chare 609 (load 7.2576)

=== 3 === Less loaded core 13 P#0 (3 chares, load: 25.4101)
=== 3 === Chare from 13 P#13 (3 chares)
=== 3 === Chare 548 (load 7.4248)

=== 3 === Less loaded core 31 P#32767 (3 chares, load: 25.6889)
=== 3 === Chare from 31 P#31 (3 chares)
=== 3 === Chare 640 (load 7.0036)

=== 3 === Less loaded core 24 P#24 (2 chares, load: 26.3162)
=== 3 === Chare from 24 P#24 (2 chares)
=== 3 === Chare 634 (load 7.2739)

=== 3 === Less loaded core 9 P#0 (2 chares, load: 26.5483)
=== 3 === Chare from 9 P#9 (2 chares)
=== 3 === Chare 542 (load 7.2809)

=== 3 === Less loaded core 28 P#1744830464 (3 chares, load: 26.7274)
=== 3 === Chare from 28 P#28 (3 chares)
=== 3 === Chare 592 (load 7.0348)

=== 3 === Less loaded core 4 P#1 (3 chares, load: 27.0274)
=== 3 === Chare from 4 P#4 (3 chares)
=== 3 === Chare 591 (load 7.2590)

=== 3 === Less loaded core 10 P#0 (3 chares, load: 27.0562)
=== 3 === Chare from 10 P#10 (3 chares)
=== 3 === Chare 529 (load 7.3087)

=== 3 === Less loaded core 29 P#1077613699 (3 chares, load: 27.0801)
=== 3 === Chare from 29 P#29 (3 chares)
=== 3 === Chare 611 (load 6.9931)

=== 3 === Less loaded core 8 P#9346032 (2 chares, load: 27.4125)
=== 3 === Chare from 8 P#8 (2 chares)
=== 3 === Chare 593 (load 7.1564)

=== 3 === Less loaded core 12 P#35277152 (3 chares, load: 27.7115)
=== 3 === Chare from 12 P#12 (3 chares)
=== 3 === Chare 439 (load 7.2752)

=== 3 === Less loaded core 18 P#32 (3 chares, load: 27.8878)
=== 3 === Chare from 18 P#18 (3 chares)
=== 3 === Chare 543 (load 7.2804)

=== 3 === Less loaded core 0 P#0 (4 chares, load: 29.1841)
=== 3 === Chare from 30 P#30 (3 chares)
=== 3 === Chare 559 (load 7.2473)

=== 3 === Less loaded core 3 P#6 (4 chares, load: 29.3991)
=== 3 === Chare from 27 P#27 (3 chares)
=== 3 === Chare 586 (load 7.1243)

=== 3 === Less loaded core 6 P#5 (4 chares, load: 29.4223)
=== 3 === Chare from 26 P#26 (3 chares)
=== 3 === Chare 652 (load 7.0746)

=== 3 === Less loaded core 25 P#32767 (3 chares, load: 29.4231)
=== 3 === Chare from 25 P#25 (3 chares)
=== 3 === Chare 526 (load 7.1034)

=== 3 === Less loaded core 15 P#0 (4 chares, load: 29.4505)
=== 3 === Chare from 14 P#14 (3 chares)
=== 3 === Chare 437 (load 7.6256)

=== 3 === Less loaded core 2 P#4 (4 chares, load: 29.4540)
=== 3 === Chare from 24 P#24 (3 chares)
=== 3 === Chare 663 (load 7.2547)

=== 3 === Less loaded core 11 P#0 (4 chares, load: 29.5038)
=== 3 === Chare from 9 P#9 (3 chares)
=== 3 === Chare 651 (load 7.1796)

=== 3 === Less loaded core 16 P#38583424 (4 chares, load: 29.5593)
=== 3 === Chare from 8 P#8 (3 chares)
=== 3 === Chare 584 (load 7.0103)

=== 3 === Less loaded core 20 P#0 (4 chares, load: 29.5636)
=== 3 === Chare from 23 P#23 (3 chares)
=== 3 === Chare 531 (load 7.3218)


[TIMING] === TMPAR === TreeMatch distributed 0.456497 s
****************************
* LOAD STATISTICS (End)
****************************
Node Load AvgCoreLoad
0 1069.5780 33.4243
1 1090.9494 34.0922
2 1073.5622 33.5488
3 1080.3941 33.7623
4 1081.2788 33.7900
5 1069.6952 33.4280
6 1084.3798 33.8869
7 1064.4092 33.2628
min 1064.4092
max 1090.9494
avg 1076.7808

Core Load
min 29.5783
max 37.6821 (132)
avg 33.6494
*********End***********


[TIMING] === TMPAR === Free resources 0.000429 s
CharmLB> TreeMatchLB: PE [0] Memory: LBManager: 920 KB CentralLB: 366 KB
CharmLB> TreeMatchLB: PE [0] #Objects migrating: 985, LBMigrateMsg size: 0.06
MB
CharmLB> TreeMatchLB: PE [0] strategy finished at 223.752209 duration
0.498689 s
CharmLB> TreeMatchLB: PE [0] step 4 finished at 224.138018 duration 8.677484 s


CharmLB> TreeMatchLB: PE [0] step 5 starting at 273.981258 Memory: 80.568024
MB
CharmLB> TreeMatchLB: PE [0] strategy starting at 283.497342
permutation 0 : 0,1,2,3,4,5,6,7,

=== D === 4 283.550374 283.552558 Distribute

=== C === 4 283.552558 283.985168 Calculate

=== R === 4 283.985168 283.985369 Return

=== P === Master_1 283.985369 283.986933 Process_results

=== D === 6 283.544782 283.546971 Distribute

=== C === 6 283.546971 283.986622 Calculate

=== R === 6 283.986622 283.987114 Return

=== P === Master_1 283.987114 283.988774 Process_results

=== D === 7 283.541911 283.544293 Distribute

=== C === 7 283.544293 283.988526 Calculate

=== R === 7 283.988527 283.988947 Return

=== P === Master_1 283.988948 283.990607 Process_results

=== D === 5 283.547499 283.549823 Distribute

=== C === 5 283.549823 283.989564 Calculate

=== R === 5 283.989564 283.990764 Return

=== P === Master_1 283.990764 283.992284 Process_results

=== D === 1 283.558717 283.560979 Distribute

=== C === 1 283.560979 283.990794 Calculate

=== R === 1 283.990795 283.992575 Return

=== P === Master_1 283.992575 283.994184 Process_results

=== D === 0 283.561535 283.561939 Distribute

=== C === 0 283.561939 283.991485 Calculate

=== R === 0 283.991485 283.994288 Return

=== P === Master_1 283.994289 283.995931 Process_results

=== D === 3 283.553078 283.555351 Distribute

=== C === 3 283.555351 283.994825 Calculate

=== R === 3 283.994825 283.996118 Return

=== P === Master_1 283.996118 283.997752 Process_results

=== D === 2 283.555998 283.558192 Distribute

=== C === 2 283.558193 283.999427 Calculate

=== R === 2 283.999427 283.999742 Return

=== P === Master_1 283.999742 284.001392 Process_results
TreeMatchLB strategy on 256 cores (8 nodes, 32 cores/node, load/PE : 34.33)
****************************
* LOAD STATISTICS (Init)
****************************
Node Load AvgCoreLoad
0 1110.3953 34.6999
1 1096.3807 34.2619
2 1087.5059 33.9846
3 1055.7354 32.9917
4 1062.5204 33.2038
5 1089.6824 34.0526
6 1095.6514 34.2391
7 1151.5422 35.9857
min 1055.7354
max 1151.5422
avg 1093.6767

Core Load
min 21.3321
max 57.3784 (254)
avg 34.1774
*********Init***********

[REFINE] Settings : refineCond 3 - refineMigCond 2
[REFINE] Initial load on node 0 : 1110.3953
[REFINE] Initial load on node 1 : 1096.3807
[REFINE] Initial load on node 2 : 1087.5059
[REFINE] Initial load on node 3 : 1055.7354
[REFINE] Initial load on node 4 : 1062.5204
[REFINE] Initial load on node 5 : 1089.6824
[REFINE] Initial load on node 6 : 1095.6514
[REFINE] Initial load on node 7 : 1151.5422
[REFINE] Min : 1055.7354 (Node 3)
[REFINE] Max : 1151.5422 (Node 7)
[REFINE] Avg : 1093.6767
[REFINE] Total : 8749.4138
[REFINE] Diff. Min/Max : 9.0749 %
[REFINE] 119 (9.7704) from node 7 (1148.6475) <-> 114 (6.8757) from node 3
(1058.6301)
[REFINE] 120 (19.9139) from node 7 (1135.6151) <-> 211 (6.8814) from node 3
(1071.6625)
[REFINE] 121 (6.7881) from node 7 (1135.6016) <-> 861 (6.7747) from node 4
(1062.5339)
[REFINE] 166 (14.0123) from node 7 (1128.3775) <-> 121 (6.7881) from node 4
(1069.7580)
[REFINE] 272 (14.7121) from node 7 (1120.6623) <-> 969 (6.9970) from node 4
(1077.4732)
[REFINE] 282 (9.4931) from node 7 (1118.0742) <-> 236 (6.9050) from node 3
(1074.2506)
[REFINE] 283 (10.7214) from node 7 (1114.2865) <-> 213 (6.9337) from node 3
(1078.0383)
****************************
* LOAD STATISTICS (Refined)
****************************
Node Load AvgCoreLoad
0 1110.3953 34.6999
1 1096.3807 34.2619
2 1087.5059 33.9846
3 1078.0383 33.6887
4 1077.4732 33.6710
5 1089.6824 34.0526
6 1095.6514 34.2391
7 1114.2865 34.8215
min 1077.4732
max 1114.2865
avg 1093.6767

Core Load
min 20.3149
max 57.3784 (254)
avg 34.1774
*********Refined***********


[TIMING] === INIT === Sequential part 0.043621 s

[TIMING] === LIBTOPOMAP === LibTopoMap 0.000060 s

[TIMING] === LIBTOPOMAP === Apply network placement 0.000209 s
[DEBUG] GetBackPlacement from node 4
2 21.3406
58 19.9365
1 13.3337
0 10.3349
8 14.3570
31 14.2291
7 11.0079
10 9.4065
34 12.3923
49 9.4868
54 8.9591
115 7.3314
50 7.5630
47 7.4291
48 7.3988
38 7.1504
9 14.0060
13 11.8650
12 7.3080
15 7.1813
80 7.4112
126 7.3015
39 7.1675
41 7.1415
55 8.5330
19 7.2294
20 7.1267
26 7.1079
27 7.2218
29 7.1027
28 7.0707
30 7.0225
3 7.6289
4 7.5464
84 7.3591
82 7.3466
42 7.3330
119 7.2389
21 7.1961
66 7.1512
32 7.4042
33 7.3617
43 7.0983
53 7.0221
91 7.4679
60 7.3333
94 7.2880
93 7.0427
11 14.7121
6 14.0123
97 7.4817
98 7.3528
96 7.4102
95 7.3577
127 7.2148
105 7.2045
107 7.4520
103 7.3669
108 7.3316
14 7.2703
104 7.4100
109 7.3315
83 7.2825
86 7.1737
16 19.1262
5 14.5363
40 10.5888
44 7.4255
106 19.1611
18 13.4852
100 9.7435
62 7.5853
17 10.3729
79 8.0734
65 7.5848
45 7.4418
88 7.5313
120 7.4827
121 7.4677
123 7.4206
122 7.7560
111 7.4773
52 7.2541
51 7.1898
61 7.4016
118 7.3699
112 7.2967
113 7.2919
87 7.4935
99 7.4069
64 7.2839
73 7.2606
89 7.6075
102 7.5602
90 7.5529
101 7.3919
24 7.4815
124 7.3823
22 7.3288
25 7.3265
67 7.4203
125 7.3996
69 7.2878
85 7.2679
72 7.7235
56 7.3890
117 7.2834
116 7.2638
114 7.3687
74 7.3606
110 7.3488
92 7.3171
23 7.4335
37 7.4109
35 7.3770
36 7.3660
46 7.5802
75 7.3500
77 7.3276
76 7.3223
57 7.7257
63 7.3966
68 7.3634
78 7.2766
81 7.3849
71 7.3391
59 7.3079
70 7.3040
Core 0 load 64.9456
Core 1 load 49.0005
Core 2 load 38.1697
Core 3 load 29.5414
Core 4 load 40.3603
Core 5 load 29.0217
Core 6 load 29.9970
Core 7 load 28.4177
Core 8 load 29.8809
Core 9 load 28.9192
Core 10 load 28.8863
Core 11 load 29.1318
Core 12 load 43.5590
Core 13 load 29.1872
Core 14 load 29.4208
Core 15 load 29.1977
Core 16 load 51.6768
Core 17 load 49.9751
Core 18 load 33.4728
Core 19 load 29.9022
Core 20 load 29.6772
Core 21 load 29.3601
Core 22 load 29.4449
Core 23 load 30.1125
Core 24 load 29.5191
Core 25 load 29.3756
Core 26 load 29.6596
Core 27 load 29.3951
Core 28 load 29.5874
Core 29 load 29.5800
Core 30 load 29.7622
Core 31 load 29.3358
Avg load 33.6710 in [32.6609 ; 34.6812 ]
Swap chares 31 (7.0225) and 3 (10.3349) between cores 7 (28.4177) and 0
(64.9456)
New loads : 7 (31.7301) and 0 (61.6332)
Swap chares 43 (7.0221) and 3 (7.0225) between cores 10 (28.8863) and 0
(61.6332)
New loads : 10 (28.8867) and 0 (61.6328)
Swap chares 42 (7.0983) and 2 (13.3337) between cores 10 (28.8867) and 0
(61.6328)
New loads : 10 (35.1221) and 0 (55.3974)
Swap chares 37 (7.2389) and 1 (19.9365) between cores 9 (28.9192) and 0
(55.3974)
New loads : 9 (41.6167) and 0 (42.6998)
Swap chares 23 (7.1415) and 67 (7.4255) between cores 5 (29.0217) and 16
(51.6768)
New loads : 5 (29.3057) and 16 (51.3928)
Swap chares 47 (7.0427) and 67 (7.1415) between cores 11 (29.1318) and 16
(51.3928)
New loads : 11 (29.2307) and 16 (51.2940)
Swap chares 54 (7.2148) and 66 (10.5888) between cores 13 (29.1872) and 16
(51.2940)
New loads : 13 (32.5612) and 16 (47.9200)
Swap chares 63 (7.1737) and 71 (7.5853) between cores 15 (29.1977) and 17
(49.9751)
New loads : 15 (29.6093) and 17 (49.5635)
Swap chares 47 (7.1415) and 71 (7.1737) between cores 11 (29.2307) and 17
(49.5635)
New loads : 11 (29.2628) and 17 (49.5313)
Swap chares 46 (7.2880) and 70 (9.7435) between cores 11 (29.2628) and 17
(49.5313)
New loads : 11 (31.7183) and 17 (47.0758)
Swap chares 23 (7.4255) and 7 (9.4065) between cores 5 (29.3057) and 1
(49.0005)
New loads : 5 (31.2867) and 1 (47.0195)
Swap chares 125 (7.3391) and 65 (14.5363) between cores 31 (29.3358) and 16
(47.9200)
New loads : 31 (36.5331) and 16 (40.7227)
Swap chares 85 (7.3699) and 69 (13.4852) between cores 21 (29.3601) and 17
(47.0758)
New loads : 21 (35.4753) and 17 (40.9606)
Swap chares 103 (7.2679) and 7 (7.4255) between cores 25 (29.3756) and 1
(47.0195)
New loads : 25 (29.5332) and 1 (46.8619)
Swap chares 110 (7.3488) and 6 (11.0079) between cores 27 (29.3951) and 1
(46.8619)
New loads : 27 (33.0542) and 1 (43.2028)
Swap chares 59 (7.2703) and 51 (7.3528) between cores 14 (29.4208) and 12
(43.5590)
New loads : 14 (29.5034) and 12 (43.4764)
Swap chares 91 (7.2606) and 51 (7.2703) between cores 22 (29.4449) and 12
(43.4764)
New loads : 22 (29.4546) and 12 (43.4668)
Swap chares 90 (7.2839) and 50 (7.4817) between cores 22 (29.4546) and 12
(43.4668)
New loads : 22 (29.6524) and 12 (43.2690)
Swap chares 57 (7.3669) and 49 (14.0123) between cores 14 (29.5034) and 12
(43.2690)
New loads : 14 (36.1488) and 12 (36.6235)
Swap chares 98 (7.3288) and 6 (7.3488) between cores 24 (29.5191) and 1
(43.2028)
New loads : 24 (29.5392) and 1 (43.1828)
Swap chares 102 (7.2878) and 6 (7.3288) between cores 25 (29.5332) and 1
(43.1828)
New loads : 25 (29.5742) and 1 (43.1418)
Swap chares 97 (7.3823) and 5 (14.2291) between cores 24 (29.5392) and 1
(43.1418)
New loads : 24 (36.3859) and 1 (36.2950)
Swap chares 12 (7.5630) and 0 (21.3406) between cores 3 (29.5414) and 0
(42.6998)
New loads : 3 (43.3190) and 0 (28.9223)
Swap chares 3 (7.0221) and 15 (7.1504) between cores 0 (28.9223) and 3
(43.3190)
New loads : 0 (29.0506) and 3 (43.1906)
Swap chares 2 (7.0983) and 14 (7.3988) between cores 0 (29.0506) and 3
(43.1906)
New loads : 0 (29.3512) and 3 (42.8900)
Swap chares 1 (7.2389) and 13 (7.4291) between cores 0 (29.3512) and 3
(42.8900)
New loads : 0 (29.5414) and 3 (42.6998)
Swap chares 0 (7.5630) and 12 (21.3406) between cores 0 (29.5414) and 3
(42.6998)
New loads : 0 (43.3190) and 3 (28.9223)
Swap chares 15 (7.0221) and 3 (7.1504) between cores 3 (28.9223) and 0
(43.3190)
New loads : 3 (29.0506) and 0 (43.1906)
Swap chares 14 (7.0983) and 2 (7.3988) between cores 3 (29.0506) and 0
(43.1906)
New loads : 3 (29.3512) and 0 (42.8900)
Swap chares 13 (7.2389) and 1 (7.4291) between cores 3 (29.3512) and 0
(42.8900)
New loads : 3 (29.5414) and 0 (42.6998)
Swap chares 12 (7.5630) and 0 (21.3406) between cores 3 (29.5414) and 0
(42.6998)
New loads : 3 (43.3190) and 0 (28.9223)
Swap chares 3 (7.0221) and 15 (7.1504) between cores 0 (28.9223) and 3
(43.3190)
New loads : 0 (29.0506) and 3 (43.1906)
Swap chares 2 (7.0983) and 14 (7.3988) between cores 0 (29.0506) and 3
(43.1906)
New loads : 0 (29.3512) and 3 (42.8900)
Swap chares 1 (7.2389) and 13 (7.4291) between cores 0 (29.3512) and 3
(42.8900)
New loads : 0 (29.5414) and 3 (42.6998)
Swap chares 0 (7.5630) and 12 (21.3406) between cores 0 (29.5414) and 3
(42.6998)
New loads : 0 (43.3190) and 3 (28.9223)
Swap chares 15 (7.0221) and 3 (7.1504) between cores 3 (28.9223) and 0
(43.3190)
New loads : 3 (29.0506) and 0 (43.1906)
Swap chares 14 (7.0983) and 2 (7.3988) between cores 3 (29.0506) and 0
(43.1906)
New loads : 3 (29.3512) and 0 (42.8900)
Swap chares 13 (7.2389) and 1 (7.4291) between cores 3 (29.3512) and 0
(42.8900)
New loads : 3 (29.5414) and 0 (42.6998)
Swap chares 12 (7.5630) and 0 (21.3406) between cores 3 (29.5414) and 0
(42.6998)
New loads : 3 (43.3190) and 0 (28.9223)
Swap chares 3 (7.0221) and 15 (7.1504) between cores 0 (28.9223) and 3
(43.3190)
New loads : 0 (29.0506) and 3 (43.1906)
Swap chares 2 (7.0983) and 14 (7.3988) between cores 0 (29.0506) and 3
(43.1906)
New loads : 0 (29.3512) and 3 (42.8900)
Swap chares 1 (7.2389) and 13 (7.4291) between cores 0 (29.3512) and 3
(42.8900)
New loads : 0 (29.5414) and 3 (42.6998)
Swap chares 0 (7.5630) and 12 (21.3406) between cores 0 (29.5414) and 3
(42.6998)
New loads : 0 (43.3190) and 3 (28.9223)
Swap chares 15 (7.0221) and 3 (7.1504) between cores 3 (28.9223) and 0
(43.3190)
New loads : 3 (29.0506) and 0 (43.1906)
Swap chares 14 (7.0983) and 2 (7.3988) between cores 3 (29.0506) and 0
(43.1906)
New loads : 3 (29.3512) and 0 (42.8900)
Swap chares 13 (7.2389) and 1 (7.4291) between cores 3 (29.3512) and 0
(42.8900)
New loads : 3 (29.5414) and 0 (42.6998)
Swap chares 12 (7.5630) and 0 (21.3406) between cores 3 (29.5414) and 0
(42.6998)
New loads : 3 (43.3190) and 0 (28.9223)
Swap chares 3 (7.0221) and 15 (7.1504) between cores 0 (28.9223) and 3
(43.3190)
New loads : 0 (29.0506) and 3 (43.1906)
Swap chares 2 (7.0983) and 14 (7.3988) between cores 0 (29.0506) and 3
(43.1906)
New loads : 0 (29.3512) and 3 (42.8900)
Swap chares 1 (7.2389) and 13 (7.4291) between cores 0 (29.3512) and 3
(42.8900)
New loads : 0 (29.5414) and 3 (42.6998)
Swap chares 0 (7.5630) and 12 (21.3406) between cores 0 (29.5414) and 3
(42.6998)
New loads : 0 (43.3190) and 3 (28.9223)
Swap chares 15 (7.0221) and 3 (7.1504) between cores 3 (28.9223) and 0
(43.3190)
New loads : 3 (29.0506) and 0 (43.1906)
Swap chares 14 (7.0983) and 2 (7.3988) between cores 3 (29.0506) and 0
(43.1906)
New loads : 3 (29.3512) and 0 (42.8900)
Swap chares 13 (7.2389) and 1 (7.4291) between cores 3 (29.3512) and 0
(42.8900)
New loads : 3 (29.5414) and 0 (42.6998)
Swap chares 12 (7.5630) and 0 (21.3406) between cores 3 (29.5414) and 0
(42.6998)
New loads : 3 (43.3190) and 0 (28.9223)
Swap chares 3 (7.0221) and 15 (7.1504) between cores 0 (28.9223) and 3
(43.3190)
New loads : 0 (29.0506) and 3 (43.1906)
Swap chares 2 (7.0983) and 14 (7.3988) between cores 0 (29.0506) and 3
(43.1906)
New loads : 0 (29.3512) and 3 (42.8900)
Swap chares 1 (7.2389) and 13 (7.4291) between cores 0 (29.3512) and 3
(42.8900)
New loads : 0 (29.5414) and 3 (42.6998)
Swap chares 0 (7.5630) and 12 (21.3406) between cores 0 (29.5414) and 3
(42.6998)
New loads : 0 (43.3190) and 3 (28.9223)
Swap chares 15 (7.0221) and 3 (7.1504) between cores 3 (28.9223) and 0
(43.3190)
New loads : 3 (29.0506) and 0 (43.1906)
Swap chares 14 (7.0983) and 2 (7.3988) between cores 3 (29.0506) and 0
(43.1906)
New loads : 3 (29.3512) and 0 (42.8900)
Swap chares 13 (7.2389) and 1 (7.4291) between cores 3 (29.3512) and 0
(42.8900)
New loads : 3 (29.5414) and 0 (42.6998)
Swap chares 12 (7.5630) and 0 (21.3406) between cores 3 (29.5414) and 0
(42.6998)
New loads : 3 (43.3190) and 0 (28.9223)
Swap chares 3 (7.0221) and 15 (7.1504) between cores 0 (28.9223) and 3
(43.3190)
New loads : 0 (29.0506) and 3 (43.1906)
=== 4 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 0 P#0 (0 chares)
=== 4 === Chare 668 (load 7.5630)

=== 4 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 4 === Chare from 1 P#1 (0 chares)
=== 4 === Chare 216 (load 14.3570)

=== 4 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 4 === Chare from 2 P#2 (0 chares)
=== 4 === Chare 409 (load 12.3923)

=== 4 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 4 === Chare from 3 P#3 (0 chares)
=== 4 === Chare 79 (load 21.3406)

=== 4 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 4 === Chare from 4 P#4 (0 chares)
=== 4 === Chare 217 (load 14.0060)

=== 4 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 4 === Chare from 5 P#5 (0 chares)
=== 4 === Chare 218 (load 9.4065)

=== 4 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 4 === Chare from 6 P#6 (0 chares)
=== 4 === Chare 677 (load 8.5330)

=== 4 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 4 === Chare from 7 P#7 (0 chares)
=== 4 === Chare 77 (load 10.3349)

=== 4 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 4 === Chare from 8 P#8 (0 chares)
=== 4 === Chare 91 (load 7.6289)

=== 4 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 9 P#9 (0 chares)
=== 4 === Chare 725 (load 19.9365)

=== 4 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 10 P#10 (0 chares)
=== 4 === Chare 78 (load 13.3337)

=== 4 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 11 P#11 (0 chares)
=== 4 === Chare 878 (load 9.7435)

=== 4 === Less loaded core 12 P#69915200 (0 chares, load: 0.0000)
=== 4 === Chare from 12 P#12 (0 chares)
=== 4 === Chare 272 (load 14.7121)

=== 4 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 13 P#13 (0 chares)
=== 4 === Chare 504 (load 10.5888)

=== 4 === Less loaded core 14 P#109183632 (0 chares, load: 0.0000)
=== 4 === Chare from 14 P#14 (0 chares)
=== 4 === Chare 166 (load 14.0123)

=== 4 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 15 P#15 (0 chares)
=== 4 === Chare 737 (load 7.5853)

=== 4 === Less loaded core 16 P#68187520 (0 chares, load: 0.0000)
=== 4 === Chare from 16 P#16 (0 chares)
=== 4 === Chare 318 (load 19.1262)

=== 4 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 17 P#17 (0 chares)
=== 4 === Chare 888 (load 19.1611)

=== 4 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 4 === Chare from 18 P#18 (0 chares)
=== 4 === Chare 319 (load 10.3729)

=== 4 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 19 P#19 (0 chares)
=== 4 === Chare 862 (load 7.5313)

=== 4 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 20 P#20 (0 chares)
=== 4 === Chare 965 (load 7.7560)

=== 4 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 21 P#21 (0 chares)
=== 4 === Chare 320 (load 13.4852)

=== 4 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 4 === Chare from 22 P#22 (0 chares)
=== 4 === Chare 860 (load 7.4935)

=== 4 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 4 === Chare from 23 P#23 (0 chares)
=== 4 === Chare 863 (load 7.6075)

=== 4 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 4 === Chare from 24 P#24 (0 chares)
=== 4 === Chare 406 (load 14.2291)

=== 4 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 4 === Chare from 25 P#25 (0 chares)
=== 4 === Chare 658 (load 7.4255)

=== 4 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 26 P#26 (0 chares)
=== 4 === Chare 811 (load 7.7235)

=== 4 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 4 === Chare from 27 P#27 (0 chares)
=== 4 === Chare 215 (load 11.0079)

=== 4 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 28 P#28 (0 chares)
=== 4 === Chare 349 (load 7.4335)

=== 4 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 29 P#29 (0 chares)
=== 4 === Chare 664 (load 7.5802)

=== 4 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 4 === Chare from 30 P#30 (0 chares)
=== 4 === Chare 724 (load 7.7257)

=== 4 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 4 === Chare from 31 P#31 (0 chares)
=== 4 === Chare 93 (load 14.5363)

=== 4 === Less loaded core 25 P#32767 (1 chares, load: 7.4255)
=== 4 === Chare from 25 P#25 (1 chares)
=== 4 === Chare 746 (load 7.4203)

=== 4 === Less loaded core 28 P#268435456 (1 chares, load: 7.4335)
=== 4 === Chare from 28 P#28 (1 chares)
=== 4 === Chare 465 (load 7.4109)

=== 4 === Less loaded core 22 P#22 (1 chares, load: 7.4935)
=== 4 === Chare from 22 P#22 (1 chares)
=== 4 === Chare 875 (load 7.4817)

=== 4 === Less loaded core 19 P#0 (1 chares, load: 7.5313)
=== 4 === Chare from 19 P#19 (1 chares)
=== 4 === Chare 963 (load 7.4827)

=== 4 === Less loaded core 0 P#0 (1 chares, load: 7.5630)
=== 4 === Chare from 0 P#0 (1 chares)
=== 4 === Chare 962 (load 7.2389)

=== 4 === Less loaded core 29 P#1075728916 (1 chares, load: 7.5802)
=== 4 === Chare from 29 P#29 (1 chares)
=== 4 === Chare 831 (load 7.3500)

=== 4 === Less loaded core 15 P#0 (1 chares, load: 7.5853)
=== 4 === Chare from 15 P#15 (1 chares)
=== 4 === Chare 886 (load 7.4100)

=== 4 === Less loaded core 23 P#23 (1 chares, load: 7.6075)
=== 4 === Chare from 23 P#23 (1 chares)
=== 4 === Chare 880 (load 7.5602)

=== 4 === Less loaded core 8 P#9346032 (1 chares, load: 7.6289)
=== 4 === Chare from 8 P#8 (1 chares)
=== 4 === Chare 92 (load 7.5464)

=== 4 === Less loaded core 26 P#1 (1 chares, load: 7.7235)
=== 4 === Chare from 26 P#26 (1 chares)
=== 4 === Chare 678 (load 7.3890)

=== 4 === Less loaded core 30 P#-78976 (1 chares, load: 7.7257)
=== 4 === Chare from 30 P#30 (1 chares)
=== 4 === Chare 738 (load 7.3966)

=== 4 === Less loaded core 20 P#0 (1 chares, load: 7.7560)
=== 4 === Chare from 20 P#20 (1 chares)
=== 4 === Chare 930 (load 7.4773)

=== 4 === Less loaded core 6 P#5 (1 chares, load: 8.5330)
=== 4 === Chare from 6 P#6 (1 chares)
=== 4 === Chare 329 (load 7.2294)

=== 4 === Less loaded core 5 P#3 (1 chares, load: 9.4065)
=== 4 === Chare from 5 P#5 (1 chares)
=== 4 === Chare 841 (load 7.4112)

=== 4 === Less loaded core 11 P#0 (1 chares, load: 9.7435)
=== 4 === Chare from 11 P#11 (1 chares)
=== 4 === Chare 869 (load 7.4679)

=== 4 === Less loaded core 7 P#7 (1 chares, load: 10.3349)
=== 4 === Chare from 7 P#7 (1 chares)
=== 4 === Chare 357 (load 7.2218)

=== 4 === Less loaded core 18 P#32 (1 chares, load: 10.3729)
=== 4 === Chare from 18 P#18 (1 chares)
=== 4 === Chare 840 (load 8.0734)

=== 4 === Less loaded core 13 P#0 (1 chares, load: 10.5888)
=== 4 === Chare from 13 P#13 (1 chares)
=== 4 === Chare 874 (load 7.4102)

=== 4 === Less loaded core 27 P#32767 (1 chares, load: 11.0079)
=== 4 === Chare from 27 P#27 (1 chares)
=== 4 === Chare 933 (load 7.3687)

=== 4 === Less loaded core 2 P#4 (1 chares, load: 12.3923)
=== 4 === Chare from 2 P#2 (1 chares)
=== 4 === Chare 667 (load 9.4868)

=== 4 === Less loaded core 10 P#0 (1 chares, load: 13.3337)
=== 4 === Chare from 10 P#10 (1 chares)
=== 4 === Chare 407 (load 7.4042)

=== 4 === Less loaded core 21 P#0 (1 chares, load: 13.4852)
=== 4 === Chare from 21 P#21 (1 chares)
=== 4 === Chare 736 (load 7.4016)

=== 4 === Less loaded core 4 P#1 (1 chares, load: 14.0060)
=== 4 === Chare from 4 P#4 (1 chares)
=== 4 === Chare 275 (load 11.8650)

=== 4 === Less loaded core 14 P#109183632 (1 chares, load: 14.0123)
=== 4 === Chare from 14 P#14 (1 chares)
=== 4 === Chare 918 (load 7.4520)

=== 4 === Less loaded core 24 P#24 (1 chares, load: 14.2291)
=== 4 === Chare from 24 P#24 (1 chares)
=== 4 === Chare 350 (load 7.4815)

=== 4 === Less loaded core 1 P#2 (1 chares, load: 14.3570)
=== 4 === Chare from 1 P#1 (1 chares)
=== 4 === Chare 967 (load 7.3823)

=== 4 === Less loaded core 31 P#32767 (1 chares, load: 14.5363)
=== 4 === Chare from 31 P#31 (1 chares)
=== 4 === Chare 842 (load 7.3849)

=== 4 === Less loaded core 12 P#69915200 (1 chares, load: 14.7121)
=== 4 === Chare from 12 P#12 (1 chares)
=== 4 === Chare 885 (load 7.3669)

=== 4 === Less loaded core 0 P#0 (2 chares, load: 14.8019)
=== 4 === Chare from 0 P#0 (2 chares)
=== 4 === Chare 466 (load 7.1504)

=== 4 === Less loaded core 28 P#0 (2 chares, load: 14.8444)
=== 4 === Chare from 28 P#28 (2 chares)
=== 4 === Chare 463 (load 7.3770)

=== 4 === Less loaded core 25 P#32767 (2 chares, load: 14.8458)
=== 4 === Chare from 25 P#25 (2 chares)
=== 4 === Chare 968 (load 7.3996)

=== 4 === Less loaded core 29 P#1076747324 (2 chares, load: 14.9301)
=== 4 === Chare from 29 P#29 (2 chares)
=== 4 === Chare 833 (load 7.3276)

=== 4 === Less loaded core 22 P#22 (2 chares, load: 14.9752)
=== 4 === Chare from 22 P#22 (2 chares)
=== 4 === Chare 877 (load 7.4069)

=== 4 === Less loaded core 15 P#0 (2 chares, load: 14.9953)
=== 4 === Chare from 15 P#15 (2 chares)
=== 4 === Chare 920 (load 7.3315)

=== 4 === Less loaded core 19 P#0 (2 chares, load: 15.0140)
=== 4 === Chare from 19 P#19 (2 chares)
=== 4 === Chare 964 (load 7.4677)

=== 4 === Less loaded core 26 P#2 (2 chares, load: 15.1124)
=== 4 === Chare from 26 P#26 (2 chares)
=== 4 === Chare 960 (load 7.2834)

=== 4 === Less loaded core 30 P#-78976 (2 chares, load: 15.1223)
=== 4 === Chare from 30 P#30 (2 chares)
=== 4 === Chare 747 (load 7.3634)

=== 4 === Less loaded core 23 P#23 (2 chares, load: 15.1677)
=== 4 === Chare from 23 P#23 (2 chares)
=== 4 === Chare 864 (load 7.5529)

=== 4 === Less loaded core 8 P#9346032 (2 chares, load: 15.1752)
=== 4 === Chare from 8 P#8 (2 chares)
=== 4 === Chare 845 (load 7.3591)

=== 4 === Less loaded core 20 P#0 (2 chares, load: 15.2333)
=== 4 === Chare from 20 P#20 (2 chares)
=== 4 === Chare 670 (load 7.2541)

=== 4 === Less loaded core 6 P#5 (2 chares, load: 15.7624)
=== 4 === Chare from 6 P#6 (2 chares)
=== 4 === Chare 330 (load 7.1267)

=== 4 === Less loaded core 5 P#3 (2 chares, load: 16.8177)
=== 4 === Chare from 5 P#5 (2 chares)
=== 4 === Chare 970 (load 7.3015)

=== 4 === Less loaded core 11 P#0 (2 chares, load: 17.2114)
=== 4 === Chare from 11 P#11 (2 chares)
=== 4 === Chare 727 (load 7.3333)

=== 4 === Less loaded core 7 P#7 (2 chares, load: 17.5567)
=== 4 === Chare from 7 P#7 (2 chares)
=== 4 === Chare 359 (load 7.1027)

=== 4 === Less loaded core 13 P#0 (2 chares, load: 17.9990)
=== 4 === Chare from 13 P#13 (2 chares)
=== 4 === Chare 873 (load 7.3577)

=== 4 === Less loaded core 27 P#32767 (2 chares, load: 18.3766)
=== 4 === Chare from 27 P#27 (2 chares)
=== 4 === Chare 830 (load 7.3606)

=== 4 === Less loaded core 18 P#32 (2 chares, load: 18.4462)
=== 4 === Chare from 18 P#18 (2 chares)
=== 4 === Chare 744 (load 7.5848)

=== 4 === Less loaded core 16 P#68187520 (1 chares, load: 19.1262)
=== 4 === Chare from 16 P#16 (1 chares)
=== 4 === Chare 810 (load 7.3391)

=== 4 === Less loaded core 17 P#0 (1 chares, load: 19.1611)
=== 4 === Chare from 17 P#17 (1 chares)
=== 4 === Chare 961 (load 7.3699)

=== 4 === Less loaded core 9 P#0 (1 chares, load: 19.9365)
=== 4 === Chare from 9 P#9 (1 chares)
=== 4 === Chare 656 (load 7.3330)

=== 4 === Less loaded core 10 P#0 (2 chares, load: 20.7379)
=== 4 === Chare from 10 P#10 (2 chares)
=== 4 === Chare 408 (load 7.3617)

=== 4 === Less loaded core 21 P#0 (2 chares, load: 20.8867)
=== 4 === Chare from 21 P#21 (2 chares)
=== 4 === Chare 931 (load 7.2967)

=== 4 === Less loaded core 3 P#6 (1 chares, load: 21.3406)
=== 4 === Chare from 3 P#3 (1 chares)
=== 4 === Chare 665 (load 7.4291)

=== 4 === Less loaded core 14 P#109183632 (2 chares, load: 21.4643)
=== 4 === Chare from 14 P#14 (2 chares)
=== 4 === Chare 876 (load 7.3528)

=== 4 === Less loaded core 24 P#24 (2 chares, load: 21.7106)
=== 4 === Chare from 24 P#24 (2 chares)
=== 4 === Chare 921 (load 7.3488)

=== 4 === Less loaded core 1 P#2 (2 chares, load: 21.7394)
=== 4 === Chare from 1 P#1 (2 chares)
=== 4 === Chare 748 (load 7.2878)

=== 4 === Less loaded core 2 P#4 (2 chares, load: 21.8791)
=== 4 === Chare from 2 P#2 (2 chares)
=== 4 === Chare 676 (load 8.9591)

=== 4 === Less loaded core 31 P#32767 (2 chares, load: 21.9212)
=== 4 === Chare from 31 P#31 (2 chares)
=== 4 === Chare 726 (load 7.3079)

=== 4 === Less loaded core 0 P#0 (3 chares, load: 21.9524)
=== 4 === Chare from 0 P#0 (3 chares)
=== 4 === Chare 657 (load 7.0983)

=== 4 === Less loaded core 12 P#69915200 (2 chares, load: 22.0790)
=== 4 === Chare from 12 P#12 (2 chares)
=== 4 === Chare 739 (load 7.2839)

=== 4 === Less loaded core 28 P#2080374784 (3 chares, load: 22.2213)
=== 4 === Chare from 28 P#28 (3 chares)
=== 4 === Chare 464 (load 7.3660)

=== 4 === Less loaded core 25 P#32767 (3 chares, load: 22.2454)
=== 4 === Chare from 25 P#25 (3 chares)
=== 4 === Chare 332 (load 7.3288)

=== 4 === Less loaded core 29 P#1077297659 (3 chares, load: 22.2577)
=== 4 === Chare from 29 P#29 (3 chares)
=== 4 === Chare 832 (load 7.3223)

=== 4 === Less loaded core 15 P#0 (3 chares, load: 22.3268)
=== 4 === Chare from 15 P#15 (3 chares)
=== 4 === Chare 844 (load 7.2825)

=== 4 === Less loaded core 22 P#22 (3 chares, load: 22.3821)
=== 4 === Chare from 22 P#22 (3 chares)
=== 4 === Chare 276 (load 7.2703)

=== 4 === Less loaded core 26 P#3 (3 chares, load: 22.3958)
=== 4 === Chare from 26 P#26 (3 chares)
=== 4 === Chare 959 (load 7.2638)

=== 4 === Less loaded core 19 P#0 (3 chares, load: 22.4817)
=== 4 === Chare from 19 P#19 (3 chares)
=== 4 === Chare 966 (load 7.4206)

=== 4 === Less loaded core 30 P#-78976 (3 chares, load: 22.4856)
=== 4 === Chare from 30 P#30 (3 chares)
=== 4 === Chare 839 (load 7.2766)

=== 4 === Less loaded core 20 P#0 (3 chares, load: 22.4874)
=== 4 === Chare from 20 P#20 (3 chares)
=== 4 === Chare 669 (load 7.1898)

=== 4 === Less loaded core 8 P#9346032 (3 chares, load: 22.5343)
=== 4 === Chare from 8 P#8 (3 chares)
=== 4 === Chare 843 (load 7.3466)

=== 4 === Less loaded core 23 P#23 (3 chares, load: 22.7206)
=== 4 === Chare from 23 P#23 (3 chares)
=== 4 === Chare 879 (load 7.3919)

=== 4 === Less loaded core 6 P#5 (3 chares, load: 22.8891)
=== 4 === Chare from 6 P#6 (3 chares)
=== 4 === Chare 352 (load 7.1079)

=== 4 === Less loaded core 5 P#3 (3 chares, load: 24.1192)
=== 4 === Chare from 5 P#5 (3 chares)
=== 4 === Chare 503 (load 7.1675)

=== 4 === Less loaded core 11 P#0 (3 chares, load: 24.5446)
=== 4 === Chare from 11 P#11 (3 chares)
=== 4 === Chare 847 (load 7.1737)

=== 4 === Less loaded core 7 P#7 (3 chares, load: 24.6594)
=== 4 === Chare from 7 P#7 (3 chares)
=== 4 === Chare 358 (load 7.0707)

=== 4 === Less loaded core 13 P#0 (3 chares, load: 25.3567)
=== 4 === Chare from 13 P#13 (3 chares)
=== 4 === Chare 887 (load 7.2045)

=== 4 === Less loaded core 27 P#32767 (3 chares, load: 25.7371)
=== 4 === Chare from 27 P#27 (3 chares)
=== 4 === Chare 870 (load 7.3171)

=== 4 === Less loaded core 4 P#1 (2 chares, load: 25.8710)
=== 4 === Chare from 4 P#4 (2 chares)
=== 4 === Chare 274 (load 7.3080)

=== 4 === Less loaded core 18 P#32 (3 chares, load: 26.0310)
=== 4 === Chare from 18 P#18 (3 chares)
=== 4 === Chare 659 (load 7.4418)

=== 4 === Less loaded core 16 P#68187520 (2 chares, load: 26.4653)
=== 4 === Chare from 16 P#16 (2 chares)
=== 4 === Chare 971 (load 7.2148)

=== 4 === Less loaded core 17 P#0 (2 chares, load: 26.5311)
=== 4 === Chare from 17 P#17 (2 chares)
=== 4 === Chare 872 (load 7.2880)

=== 4 === Less loaded core 9 P#0 (2 chares, load: 27.2694)
=== 4 === Chare from 9 P#9 (2 chares)
=== 4 === Chare 331 (load 7.1961)

=== 4 === Less loaded core 10 P#0 (3 chares, load: 28.0996)
=== 4 === Chare from 10 P#10 (3 chares)
=== 4 === Chare 360 (load 7.0225)

=== 4 === Less loaded core 21 P#0 (3 chares, load: 28.1834)
=== 4 === Chare from 21 P#21 (3 chares)
=== 4 === Chare 932 (load 7.2919)

=== 4 === Less loaded core 3 P#6 (2 chares, load: 28.7697)
=== 4 === Chare from 3 P#3 (2 chares)
=== 4 === Chare 666 (load 7.3988)

=== 4 === Less loaded core 14 P#109183632 (3 chares, load: 28.8171)
=== 4 === Chare from 14 P#14 (3 chares)
=== 4 === Chare 919 (load 7.3316)

=== 4 === Less loaded core 1 P#2 (3 chares, load: 29.0271)
=== 4 === Chare from 1 P#1 (3 chares)
=== 4 === Chare 846 (load 7.2679)

=== 4 === Less loaded core 0 P#0 (4 chares, load: 29.0506)
=== 4 === Chare from 31 P#31 (3 chares)
=== 4 === Chare 809 (load 7.3040)

=== 4 === Less loaded core 24 P#24 (3 chares, load: 29.0594)
=== 4 === Chare from 24 P#24 (3 chares)
=== 4 === Chare 351 (load 7.3265)

=== 4 === Less loaded core 31 P#32767 (4 chares, load: 29.2291)
=== 4 === Chare from 17 P#17 (3 chares)
=== 4 === Chare 505 (load 7.1415)

=== 4 === Less loaded core 12 P#69915200 (3 chares, load: 29.3629)
=== 4 === Chare from 12 P#12 (3 chares)
=== 4 === Chare 812 (load 7.2606)

=== 4 === Less loaded core 25 P#32767 (4 chares, load: 29.5742)
=== 4 === Chare from 16 P#16 (3 chares)
=== 4 === Chare 871 (load 7.0427)

=== 4 === Less loaded core 29 P#1077777533 (4 chares, load: 29.5800)
=== 4 === Chare from 9 P#9 (3 chares)
=== 4 === Chare 745 (load 7.1512)

=== 4 === Less loaded core 28 P#-1879048192 (4 chares, load: 29.5874)
=== 4 === Chare from 4 P#4 (3 chares)
=== 4 === Chare 277 (load 7.1813)

=== 4 === Less loaded core 15 P#0 (4 chares, load: 29.6093)
=== 4 === Chare from 3 P#3 (3 chares)
=== 4 === Chare 671 (load 7.0221)

=== 4 === Less loaded core 22 P#22 (4 chares, load: 29.6524)
=== 4 === Chare from 2 P#2 (3 chares)
=== 4 === Chare 958 (load 7.3314)

[DEBUG] GetBackPlacement from node 6
7 14.7130
0 14.1056
126 9.2285
91 6.5000
20 9.9802
19 9.4505
21 9.3839
24 9.2106
2 8.9778
109 8.8602
108 6.9784
1 6.9732
114 7.4365
113 6.9773
82 6.8992
116 6.8488
14 7.8462
11 6.6400
3 6.6357
17 6.4864
63 7.2207
65 6.9971
125 6.8940
8 6.5796
28 8.9700
30 8.8796
29 8.8148
27 8.7967
46 7.7173
43 6.9050
81 6.9019
45 6.8917
101 11.1320
36 11.0391
4 7.5216
102 7.5081
52 7.5548
99 6.8660
15 6.7939
79 6.7601
23 13.6338
33 13.4741
22 11.3956
6 6.9415
105 13.6075
104 11.7561
25 11.6248
12 8.5531
16 11.5091
112 8.6070
5 8.5041
100 7.1877
94 13.8540
93 11.4879
73 11.2359
95 9.4964
34 11.4261
10 11.3930
111 7.7642
110 6.5297
96 20.1778
66 14.3925
124 9.1830
127 9.1333
75 13.8966
9 11.6978
87 7.0357
18 6.9660
68 13.6407
31 11.2079
120 10.9879
38 8.0852
78 10.9131
80 8.1786
32 8.0662
51 7.1018
121 7.2110
57 7.1598
115 7.0930
54 7.0063
83 7.4023
53 7.0637
86 6.9477
13 6.9114
77 13.8505
76 11.9138
85 11.2594
118 8.2974
44 7.1283
56 6.9293
35 6.7033
37 6.6948
41 8.8093
42 8.6814
40 6.7995
39 6.7610
58 7.0154
49 7.0087
90 6.9681
26 6.9649
61 7.1027
89 7.0689
55 7.0568
74 6.9405
64 7.2281
103 7.0916
70 7.0696
84 7.0203
123 7.1265
122 7.0405
88 7.0182
98 6.7636
59 7.1382
107 7.1378
50 7.0990
47 7.0787
48 7.1854
60 7.1617
117 7.0638
71 6.9731
92 8.7977
69 7.2000
62 7.0681
72 7.0606
67 7.1411
106 7.0890
119 7.0025
97 6.8255
Core 0 load 44.5471
Core 1 load 38.0254
Core 2 load 31.7896
Core 3 load 28.1617
Core 4 load 27.6081
Core 5 load 27.6915
Core 6 load 35.4612
Core 7 load 28.4159
Core 8 load 37.2009
Core 9 load 27.9748
Core 10 load 45.4451
Core 11 load 45.5415
Core 12 load 35.8079
Core 13 load 46.0743
Core 14 load 37.1130
Core 15 load 52.8866
Core 16 load 39.5961
Core 17 load 43.9217
Core 18 load 34.2598
Core 19 load 28.4701
Core 20 load 28.3251
Core 21 load 45.3211
Core 22 load 27.4556
Core 23 load 31.0511
Core 24 load 27.9571
Core 25 load 28.1689
Core 26 load 28.4095
Core 27 load 27.9488
Core 28 load 28.4537
Core 29 load 28.3840
Core 30 load 30.1263
Core 31 load 28.0581
Avg load 34.2391 in [33.2119 ; 35.2663 ]
Swap chares 91 (6.6948) and 63 (9.1333) between cores 22 (27.4556) and 15
(52.8866)
New loads : 22 (29.8942) and 15 (50.4480)
Swap chares 19 (6.4864) and 63 (6.6948) between cores 4 (27.6081) and 15
(50.4480)
New loads : 4 (27.8166) and 15 (50.2396)
Swap chares 22 (6.8940) and 62 (9.1830) between cores 5 (27.6915) and 15
(50.2396)
New loads : 5 (29.9804) and 15 (47.9507)
Swap chares 18 (6.6357) and 62 (6.8940) between cores 4 (27.8166) and 15
(47.9507)
New loads : 4 (28.0749) and 15 (47.6923)
Swap chares 109 (7.0405) and 61 (14.3925) between cores 27 (27.9488) and 15
(47.6923)
New loads : 27 (35.3007) and 15 (40.3404)
Swap chares 99 (6.9649) and 55 (9.4964) between cores 24 (27.9571) and 13
(46.0743)
New loads : 24 (30.4886) and 13 (43.5428)
Swap chares 39 (6.7601) and 47 (8.5531) between cores 9 (27.9748) and 11
(45.5415)
New loads : 9 (29.7677) and 11 (43.7485)
Swap chares 127 (6.8255) and 43 (6.9415) between cores 31 (28.0581) and 10
(45.4451)
New loads : 31 (28.1741) and 10 (45.3291)
Swap chares 19 (6.6948) and 43 (6.8255) between cores 4 (28.0749) and 10
(45.3291)
New loads : 4 (28.2057) and 10 (45.1983)
Swap chares 15 (6.8488) and 87 (8.2974) between cores 3 (28.1617) and 21
(45.3211)
New loads : 3 (29.6104) and 21 (43.8724)
Swap chares 102 (7.0568) and 42 (11.3956) between cores 25 (28.1689) and 10
(45.1983)
New loads : 25 (32.5077) and 10 (40.8595)
Swap chares 126 (7.0025) and 2 (9.2285) between cores 31 (28.1741) and 0
(44.5471)
New loads : 31 (30.4001) and 0 (42.3211)
Swap chares 19 (6.8255) and 71 (8.0852) between cores 4 (28.2057) and 17
(43.9217)
New loads : 4 (29.4654) and 17 (42.6620)
Swap chares 82 (6.9477) and 86 (11.2594) between cores 20 (28.3251) and 21
(43.8724)
New loads : 20 (32.6368) and 21 (39.5607)
Swap chares 118 (7.0638) and 46 (11.6248) between cores 29 (28.3840) and 11
(43.7485)
New loads : 29 (32.9450) and 11 (39.1875)
Swap chares 106 (7.0696) and 54 (11.2359) between cores 26 (28.4095) and 13
(43.5428)
New loads : 26 (32.5759) and 13 (39.3764)
Swap chares 30 (6.9019) and 70 (10.9879) between cores 7 (28.4159) and 17
(42.6620)
New loads : 7 (32.5019) and 17 (38.5760)
Swap chares 113 (7.1378) and 1 (14.1056) between cores 28 (28.4537) and 0
(42.3211)
New loads : 28 (35.4215) and 0 (35.3533)
Swap chares 77 (7.1598) and 41 (13.4741) between cores 19 (28.4701) and 10
(40.8595)
New loads : 19 (34.7844) and 10 (34.5452)
Swap chares 17 (6.6400) and 61 (7.0405) between cores 4 (29.4654) and 15
(40.3404)
New loads : 4 (29.8659) and 15 (39.9398)
Swap chares 12 (7.4365) and 60 (20.1778) between cores 3 (29.6104) and 15
(39.9398)
New loads : 3 (42.3517) and 15 (27.1985)
Swap chares 63 (6.4864) and 15 (8.2974) between cores 15 (27.1985) and 3
(42.3517)
New loads : 15 (29.0096) and 3 (40.5406)
Swap chares 62 (6.6357) and 14 (6.8992) between cores 15 (29.0096) and 3
(40.5406)
New loads : 15 (29.2731) and 3 (40.2771)
Swap chares 61 (6.6400) and 13 (6.9773) between cores 15 (29.2731) and 3
(40.2771)
New loads : 15 (29.6104) and 3 (39.9398)
Swap chares 60 (7.4365) and 12 (20.1778) between cores 15 (29.6104) and 3
(39.9398)
New loads : 15 (42.3517) and 3 (27.1985)
Swap chares 15 (6.4864) and 63 (8.2974) between cores 3 (27.1985) and 15
(42.3517)
New loads : 3 (29.0096) and 15 (40.5406)
Swap chares 14 (6.6357) and 62 (6.8992) between cores 3 (29.0096) and 15
(40.5406)
New loads : 3 (29.2731) and 15 (40.2771)
Swap chares 13 (6.6400) and 61 (6.9773) between cores 3 (29.2731) and 15
(40.2771)
New loads : 3 (29.6104) and 15 (39.9398)
Swap chares 12 (7.4365) and 60 (20.1778) between cores 3 (29.6104) and 15
(39.9398)
New loads : 3 (42.3517) and 15 (27.1985)
Swap chares 63 (6.4864) and 15 (8.2974) between cores 15 (27.1985) and 3
(42.3517)
New loads : 15 (29.0096) and 3 (40.5406)
Swap chares 62 (6.6357) and 14 (6.8992) between cores 15 (29.0096) and 3
(40.5406)
New loads : 15 (29.2731) and 3 (40.2771)
Swap chares 61 (6.6400) and 13 (6.9773) between cores 15 (29.2731) and 3
(40.2771)
New loads : 15 (29.6104) and 3 (39.9398)
Swap chares 60 (7.4365) and 12 (20.1778) between cores 15 (29.6104) and 3
(39.9398)
New loads : 15 (42.3517) and 3 (27.1985)
Swap chares 15 (6.4864) and 63 (8.2974) between cores 3 (27.1985) and 15
(42.3517)
New loads : 3 (29.0096) and 15 (40.5406)
Swap chares 14 (6.6357) and 62 (6.8992) between cores 3 (29.0096) and 15
(40.5406)
New loads : 3 (29.2731) and 15 (40.2771)
Swap chares 13 (6.6400) and 61 (6.9773) between cores 3 (29.2731) and 15
(40.2771)
New loads : 3 (29.6104) and 15 (39.9398)
Swap chares 12 (7.4365) and 60 (20.1778) between cores 3 (29.6104) and 15
(39.9398)
New loads : 3 (42.3517) and 15 (27.1985)
Swap chares 63 (6.4864) and 15 (8.2974) between cores 15 (27.1985) and 3
(42.3517)
New loads : 15 (29.0096) and 3 (40.5406)
Swap chares 62 (6.6357) and 14 (6.8992) between cores 15 (29.0096) and 3
(40.5406)
New loads : 15 (29.2731) and 3 (40.2771)
Swap chares 61 (6.6400) and 13 (6.9773) between cores 15 (29.2731) and 3
(40.2771)
New loads : 15 (29.6104) and 3 (39.9398)
Swap chares 60 (7.4365) and 12 (20.1778) between cores 15 (29.6104) and 3
(39.9398)
New loads : 15 (42.3517) and 3 (27.1985)
Swap chares 15 (6.4864) and 63 (8.2974) between cores 3 (27.1985) and 15
(42.3517)
New loads : 3 (29.0096) and 15 (40.5406)
Swap chares 14 (6.6357) and 62 (6.8992) between cores 3 (29.0096) and 15
(40.5406)
New loads : 3 (29.2731) and 15 (40.2771)
Swap chares 13 (6.6400) and 61 (6.9773) between cores 3 (29.2731) and 15
(40.2771)
New loads : 3 (29.6104) and 15 (39.9398)
Swap chares 12 (7.4365) and 60 (20.1778) between cores 3 (29.6104) and 15
(39.9398)
New loads : 3 (42.3517) and 15 (27.1985)
Swap chares 63 (6.4864) and 15 (8.2974) between cores 15 (27.1985) and 3
(42.3517)
New loads : 15 (29.0096) and 3 (40.5406)
Swap chares 62 (6.6357) and 14 (6.8992) between cores 15 (29.0096) and 3
(40.5406)
New loads : 15 (29.2731) and 3 (40.2771)
Swap chares 61 (6.6400) and 13 (6.9773) between cores 15 (29.2731) and 3
(40.2771)
New loads : 15 (29.6104) and 3 (39.9398)
Swap chares 60 (7.4365) and 12 (20.1778) between cores 15 (29.6104) and 3
(39.9398)
New loads : 15 (42.3517) and 3 (27.1985)
Swap chares 15 (6.4864) and 63 (8.2974) between cores 3 (27.1985) and 15
(42.3517)
New loads : 3 (29.0096) and 15 (40.5406)
Swap chares 14 (6.6357) and 62 (6.8992) between cores 3 (29.0096) and 15
(40.5406)
New loads : 3 (29.2731) and 15 (40.2771)
Swap chares 13 (6.6400) and 61 (6.9773) between cores 3 (29.2731) and 15
(40.2771)
New loads : 3 (29.6104) and 15 (39.9398)
Swap chares 12 (7.4365) and 60 (20.1778) between cores 3 (29.6104) and 15
(39.9398)
New loads : 3 (42.3517) and 15 (27.1985)
Swap chares 63 (6.4864) and 15 (8.2974) between cores 15 (27.1985) and 3
(42.3517)
New loads : 15 (29.0096) and 3 (40.5406)
Swap chares 62 (6.6357) and 14 (6.8992) between cores 15 (29.0096) and 3
(40.5406)
New loads : 15 (29.2731) and 3 (40.2771)
Swap chares 61 (6.6400) and 13 (6.9773) between cores 15 (29.2731) and 3
(40.2771)
New loads : 15 (29.6104) and 3 (39.9398)
Swap chares 60 (7.4365) and 12 (20.1778) between cores 15 (29.6104) and 3
(39.9398)
New loads : 15 (42.3517) and 3 (27.1985)
Swap chares 15 (6.4864) and 63 (8.2974) between cores 3 (27.1985) and 15
(42.3517)
New loads : 3 (29.0096) and 15 (40.5406)
Swap chares 14 (6.6357) and 62 (6.8992) between cores 3 (29.0096) and 15
(40.5406)
New loads : 3 (29.2731) and 15 (40.2771)
Swap chares 13 (6.6400) and 61 (6.9773) between cores 3 (29.2731) and 15
(40.2771)
New loads : 3 (29.6104) and 15 (39.9398)
Swap chares 12 (7.4365) and 60 (20.1778) between cores 3 (29.6104) and 15
(39.9398)
New loads : 3 (42.3517) and 15 (27.1985)
Swap chares 63 (6.4864) and 15 (8.2974) between cores 15 (27.1985) and 3
(42.3517)
New loads : 15 (29.0096) and 3 (40.5406)
Swap chares 62 (6.6357) and 14 (6.8992) between cores 15 (29.0096) and 3
(40.5406)
New loads : 15 (29.2731) and 3 (40.2771)
Swap chares 61 (6.6400) and 13 (6.9773) between cores 15 (29.2731) and 3
(40.2771)
New loads : 15 (29.6104) and 3 (39.9398)
=== 6 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 0 P#0 (0 chares)
=== 6 === Chare 455 (load 14.7130)

=== 6 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 6 === Chare from 1 P#1 (0 chares)
=== 6 === Chare 621 (load 9.9802)

=== 6 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 6 === Chare from 2 P#2 (0 chares)
=== 6 === Chare 229 (load 8.9778)

=== 6 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 6 === Chare from 3 P#3 (0 chares)
=== 6 === Chare 882 (load 20.1778)

=== 6 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 6 === Chare from 4 P#4 (0 chares)
=== 6 === Chare 690 (load 8.0852)

=== 6 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 6 === Chare from 5 P#5 (0 chares)
=== 6 === Chare 946 (load 9.1830)

=== 6 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 6 === Chare from 6 P#6 (0 chares)
=== 6 === Chare 653 (load 8.9700)

=== 6 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 6 === Chare from 7 P#7 (0 chares)
=== 6 === Chare 926 (load 10.9879)

=== 6 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 6 === Chare from 8 P#8 (0 chares)
=== 6 === Chare 891 (load 11.1320)

=== 6 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 9 P#9 (0 chares)
=== 6 === Chare 531 (load 8.5531)

=== 6 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 10 P#10 (0 chares)
=== 6 === Chare 636 (load 13.6338)

=== 6 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 11 P#11 (0 chares)
=== 6 === Chare 895 (load 13.6075)

=== 6 === Less loaded core 12 P#104184928 (0 chares, load: 0.0000)
=== 6 === Chare from 12 P#12 (0 chares)
=== 6 === Chare 535 (load 11.5091)

=== 6 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 13 P#13 (0 chares)
=== 6 === Chare 868 (load 13.8540)

=== 6 === Less loaded core 14 P#109453760 (0 chares, load: 0.0000)
=== 6 === Chare from 14 P#14 (0 chares)
=== 6 === Chare 663 (load 11.4261)

=== 6 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 15 P#15 (0 chares)
=== 6 === Chare 912 (load 8.2974)

=== 6 === Less loaded core 16 P#69907104 (0 chares, load: 0.0000)
=== 6 === Chare from 16 P#16 (0 chares)
=== 6 === Chare 785 (load 13.8966)

=== 6 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 17 P#17 (0 chares)
=== 6 === Chare 774 (load 13.6407)

=== 6 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 6 === Chare from 18 P#18 (0 chares)
=== 6 === Chare 788 (load 10.9131)

=== 6 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 19 P#19 (0 chares)
=== 6 === Chare 662 (load 13.4741)

=== 6 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 20 P#20 (0 chares)
=== 6 === Chare 803 (load 11.2594)

=== 6 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 21 P#21 (0 chares)
=== 6 === Chare 787 (load 13.8505)

=== 6 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 6 === Chare from 22 P#22 (0 chares)
=== 6 === Chare 949 (load 9.1333)

=== 6 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 6 === Chare from 23 P#23 (0 chares)
=== 6 === Chare 701 (load 8.8093)

=== 6 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 6 === Chare from 24 P#24 (0 chares)
=== 6 === Chare 881 (load 9.4964)

=== 6 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 6 === Chare from 25 P#25 (0 chares)
=== 6 === Chare 623 (load 11.3956)

=== 6 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 26 P#26 (0 chares)
=== 6 === Chare 779 (load 11.2359)

=== 6 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 6 === Chare from 27 P#27 (0 chares)
=== 6 === Chare 772 (load 14.3925)

=== 6 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 28 P#28 (0 chares)
=== 6 === Chare 227 (load 14.1056)

=== 6 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 29 P#29 (0 chares)
=== 6 === Chare 638 (load 11.6248)

=== 6 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 6 === Chare from 30 P#30 (0 chares)
=== 6 === Chare 866 (load 8.7977)

=== 6 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 6 === Chare from 31 P#31 (0 chares)
=== 6 === Chare 948 (load 9.2285)

=== 6 === Less loaded core 4 P#1 (1 chares, load: 8.0852)
=== 6 === Chare from 4 P#4 (1 chares)
=== 6 === Chare 533 (load 7.8462)

=== 6 === Less loaded core 15 P#0 (1 chares, load: 8.2974)
=== 6 === Chare from 15 P#15 (1 chares)
=== 6 === Chare 904 (load 7.4365)

=== 6 === Less loaded core 9 P#0 (1 chares, load: 8.5531)
=== 6 === Chare from 9 P#9 (1 chares)
=== 6 === Chare 754 (load 7.5548)

=== 6 === Less loaded core 30 P#-78976 (1 chares, load: 8.7977)
=== 6 === Chare from 30 P#30 (1 chares)
=== 6 === Chare 775 (load 7.2000)

=== 6 === Less loaded core 23 P#23 (1 chares, load: 8.8093)
=== 6 === Chare from 23 P#23 (1 chares)
=== 6 === Chare 702 (load 8.6814)

=== 6 === Less loaded core 6 P#5 (1 chares, load: 8.9700)
=== 6 === Chare from 6 P#6 (1 chares)
=== 6 === Chare 655 (load 8.8796)

=== 6 === Less loaded core 2 P#4 (1 chares, load: 8.9778)
=== 6 === Chare from 2 P#2 (1 chares)
=== 6 === Chare 899 (load 8.8602)

=== 6 === Less loaded core 22 P#22 (1 chares, load: 9.1333)
=== 6 === Chare from 22 P#22 (1 chares)
=== 6 === Chare 704 (load 7.1283)

=== 6 === Less loaded core 5 P#3 (1 chares, load: 9.1830)
=== 6 === Chare from 5 P#5 (1 chares)
=== 6 === Chare 769 (load 7.2207)

=== 6 === Less loaded core 31 P#32767 (1 chares, load: 9.2285)
=== 6 === Chare from 31 P#31 (1 chares)
=== 6 === Chare 773 (load 7.1411)

=== 6 === Less loaded core 24 P#24 (1 chares, load: 9.4964)
=== 6 === Chare from 24 P#24 (1 chares)
=== 6 === Chare 764 (load 7.0154)

=== 6 === Less loaded core 1 P#2 (1 chares, load: 9.9802)
=== 6 === Chare from 1 P#1 (1 chares)
=== 6 === Chare 620 (load 9.4505)

=== 6 === Less loaded core 18 P#32 (1 chares, load: 10.9131)
=== 6 === Chare from 18 P#18 (1 chares)
=== 6 === Chare 790 (load 8.1786)

=== 6 === Less loaded core 7 P#7 (1 chares, load: 10.9879)
=== 6 === Chare from 7 P#7 (1 chares)
=== 6 === Chare 706 (load 7.7173)

=== 6 === Less loaded core 8 P#9346032 (1 chares, load: 11.1320)
=== 6 === Chare from 8 P#8 (1 chares)
=== 6 === Chare 688 (load 11.0391)

=== 6 === Less loaded core 26 P#1 (1 chares, load: 11.2359)
=== 6 === Chare from 26 P#26 (1 chares)
=== 6 === Chare 770 (load 7.2281)

=== 6 === Less loaded core 20 P#0 (1 chares, load: 11.2594)
=== 6 === Chare from 20 P#20 (1 chares)
=== 6 === Chare 801 (load 7.4023)

=== 6 === Less loaded core 25 P#32767 (1 chares, load: 11.3956)
=== 6 === Chare from 25 P#25 (1 chares)
=== 6 === Chare 767 (load 7.1027)

=== 6 === Less loaded core 14 P#109453760 (1 chares, load: 11.4261)
=== 6 === Chare from 14 P#14 (1 chares)
=== 6 === Chare 458 (load 11.3930)

=== 6 === Less loaded core 12 P#104184928 (1 chares, load: 11.5091)
=== 6 === Chare from 12 P#12 (1 chares)
=== 6 === Chare 902 (load 8.6070)

=== 6 === Less loaded core 29 P#1076314090 (1 chares, load: 11.6248)
=== 6 === Chare from 29 P#29 (1 chares)
=== 6 === Chare 729 (load 7.1854)

=== 6 === Less loaded core 19 P#0 (1 chares, load: 13.4741)
=== 6 === Chare from 19 P#19 (1 chares)
=== 6 === Chare 927 (load 7.2110)

=== 6 === Less loaded core 11 P#0 (1 chares, load: 13.6075)
=== 6 === Chare from 11 P#11 (1 chares)
=== 6 === Chare 894 (load 11.7561)

=== 6 === Less loaded core 10 P#0 (1 chares, load: 13.6338)
=== 6 === Chare from 10 P#10 (1 chares)
=== 6 === Chare 763 (load 7.1598)

=== 6 === Less loaded core 17 P#0 (1 chares, load: 13.6407)
=== 6 === Chare from 17 P#17 (1 chares)
=== 6 === Chare 660 (load 11.2079)

=== 6 === Less loaded core 21 P#0 (1 chares, load: 13.8505)
=== 6 === Chare from 21 P#21 (1 chares)
=== 6 === Chare 786 (load 11.9138)

=== 6 === Less loaded core 13 P#0 (1 chares, load: 13.8540)
=== 6 === Chare from 13 P#13 (1 chares)
=== 6 === Chare 867 (load 11.4879)

=== 6 === Less loaded core 16 P#69907104 (1 chares, load: 13.8966)
=== 6 === Chare from 16 P#16 (1 chares)
=== 6 === Chare 457 (load 11.6978)

=== 6 === Less loaded core 28 P#-805306368 (1 chares, load: 14.1056)
=== 6 === Chare from 28 P#28 (1 chares)
=== 6 === Chare 765 (load 7.1382)

=== 6 === Less loaded core 27 P#32767 (1 chares, load: 14.3925)
=== 6 === Chare from 27 P#27 (1 chares)
=== 6 === Chare 929 (load 7.1265)

=== 6 === Less loaded core 0 P#0 (1 chares, load: 14.7130)
=== 6 === Chare from 0 P#0 (1 chares)
=== 6 === Chare 897 (load 7.1378)

=== 6 === Less loaded core 15 P#0 (2 chares, load: 15.7339)
=== 6 === Chare from 15 P#15 (2 chares)
=== 6 === Chare 903 (load 6.9773)

=== 6 === Less loaded core 4 P#1 (2 chares, load: 15.9314)
=== 6 === Chare from 4 P#4 (2 chares)
=== 6 === Chare 928 (load 7.0405)

=== 6 === Less loaded core 30 P#-78976 (2 chares, load: 15.9977)
=== 6 === Chare from 30 P#30 (2 chares)
=== 6 === Chare 768 (load 7.0681)

=== 6 === Less loaded core 9 P#0 (2 chares, load: 16.1079)
=== 6 === Chare from 9 P#9 (2 chares)
=== 6 === Chare 889 (load 6.8660)

=== 6 === Less loaded core 22 P#22 (2 chares, load: 16.2616)
=== 6 === Chare from 22 P#22 (2 chares)
=== 6 === Chare 762 (load 6.9293)

=== 6 === Less loaded core 31 P#32767 (2 chares, load: 16.3696)
=== 6 === Chare from 31 P#31 (2 chares)
=== 6 === Chare 896 (load 7.0890)

=== 6 === Less loaded core 5 P#3 (2 chares, load: 16.4037)
=== 6 === Chare from 5 P#5 (2 chares)
=== 6 === Chare 771 (load 6.9971)

=== 6 === Less loaded core 24 P#24 (2 chares, load: 16.5118)
=== 6 === Chare from 24 P#24 (2 chares)
=== 6 === Chare 730 (load 7.0087)

=== 6 === Less loaded core 23 P#23 (2 chares, load: 17.4907)
=== 6 === Chare from 23 P#23 (2 chares)
=== 6 === Chare 700 (load 6.7995)

=== 6 === Less loaded core 2 P#4 (2 chares, load: 17.8380)
=== 6 === Chare from 2 P#2 (2 chares)
=== 6 === Chare 898 (load 6.9784)

=== 6 === Less loaded core 6 P#5 (2 chares, load: 17.8496)
=== 6 === Chare from 6 P#6 (2 chares)
=== 6 === Chare 654 (load 8.8148)

=== 6 === Less loaded core 26 P#2 (2 chares, load: 18.4641)
=== 6 === Chare from 26 P#26 (2 chares)
=== 6 === Chare 893 (load 7.0916)

=== 6 === Less loaded core 25 P#32767 (2 chares, load: 18.4983)
=== 6 === Chare from 25 P#25 (2 chares)
=== 6 === Chare 828 (load 7.0689)

=== 6 === Less loaded core 20 P#0 (2 chares, load: 18.6618)
=== 6 === Chare from 20 P#20 (2 chares)
=== 6 === Chare 755 (load 7.0637)

=== 6 === Less loaded core 7 P#7 (2 chares, load: 18.7053)
=== 6 === Chare from 7 P#7 (2 chares)
=== 6 === Chare 703 (load 6.9050)

=== 6 === Less loaded core 29 P#1077071722 (2 chares, load: 18.8102)
=== 6 === Chare from 29 P#29 (2 chares)
=== 6 === Chare 766 (load 7.1617)

=== 6 === Less loaded core 18 P#32 (2 chares, load: 19.0917)
=== 6 === Chare from 18 P#18 (2 chares)
=== 6 === Chare 661 (load 8.0662)

=== 6 === Less loaded core 1 P#2 (2 chares, load: 19.4308)
=== 6 === Chare from 1 P#1 (2 chares)
=== 6 === Chare 622 (load 9.3839)

=== 6 === Less loaded core 12 P#104184928 (2 chares, load: 20.1161)
=== 6 === Chare from 12 P#12 (2 chares)
=== 6 === Chare 355 (load 8.5041)

=== 6 === Less loaded core 3 P#6 (1 chares, load: 20.1778)
=== 6 === Chare from 3 P#3 (1 chares)
=== 6 === Chare 530 (load 6.6400)

=== 6 === Less loaded core 19 P#0 (2 chares, load: 20.6851)
=== 6 === Chare from 19 P#19 (2 chares)
=== 6 === Chare 905 (load 7.0930)

=== 6 === Less loaded core 10 P#0 (2 chares, load: 20.7936)
=== 6 === Chare from 10 P#10 (2 chares)
=== 6 === Chare 761 (load 7.0568)

=== 6 === Less loaded core 28 P#1811939328 (2 chares, load: 21.2437)
=== 6 === Chare from 28 P#28 (2 chares)
=== 6 === Chare 731 (load 7.0990)

=== 6 === Less loaded core 27 P#32767 (2 chares, load: 21.5190)
=== 6 === Chare from 27 P#27 (2 chares)
=== 6 === Chare 827 (load 7.0182)

=== 6 === Less loaded core 0 P#0 (2 chares, load: 21.8508)
=== 6 === Chare from 0 P#0 (2 chares)
=== 6 === Chare 913 (load 7.0025)

=== 6 === Less loaded core 8 P#9346032 (2 chares, load: 22.1711)
=== 6 === Chare from 8 P#8 (2 chares)
=== 6 === Chare 354 (load 7.5216)

=== 6 === Less loaded core 15 P#0 (3 chares, load: 22.7112)
=== 6 === Chare from 15 P#15 (3 chares)
=== 6 === Chare 792 (load 6.8992)

=== 6 === Less loaded core 14 P#109453760 (2 chares, load: 22.8192)
=== 6 === Chare from 14 P#14 (2 chares)
=== 6 === Chare 901 (load 7.7642)

=== 6 === Less loaded core 4 P#1 (3 chares, load: 22.9719)
=== 6 === Chare from 4 P#4 (3 chares)
=== 6 === Chare 947 (load 6.8940)

=== 6 === Less loaded core 9 P#0 (3 chares, load: 22.9739)
=== 6 === Chare from 9 P#9 (3 chares)
=== 6 === Chare 534 (load 6.7939)

=== 6 === Less loaded core 30 P#-78976 (3 chares, load: 23.0657)
=== 6 === Chare from 30 P#30 (3 chares)
=== 6 === Chare 778 (load 7.0606)

=== 6 === Less loaded core 22 P#22 (3 chares, load: 23.1909)
=== 6 === Chare from 22 P#22 (3 chares)
=== 6 === Chare 687 (load 6.7033)

=== 6 === Less loaded core 5 P#3 (3 chares, load: 23.4008)
=== 6 === Chare from 5 P#5 (3 chares)
=== 6 === Chare 456 (load 6.5796)

=== 6 === Less loaded core 31 P#32767 (3 chares, load: 23.4586)
=== 6 === Chare from 31 P#31 (3 chares)
=== 6 === Chare 356 (load 6.9415)

=== 6 === Less loaded core 24 P#24 (3 chares, load: 23.5205)
=== 6 === Chare from 24 P#24 (3 chares)
=== 6 === Chare 829 (load 6.9681)

=== 6 === Less loaded core 23 P#23 (3 chares, load: 24.2901)
=== 6 === Chare from 23 P#23 (3 chares)
=== 6 === Chare 699 (load 6.7610)

=== 6 === Less loaded core 2 P#4 (3 chares, load: 24.8164)
=== 6 === Chare from 2 P#2 (3 chares)
=== 6 === Chare 228 (load 6.9732)

=== 6 === Less loaded core 17 P#0 (2 chares, load: 24.8486)
=== 6 === Chare from 17 P#17 (2 chares)
=== 6 === Chare 791 (load 6.9019)

=== 6 === Less loaded core 13 P#0 (2 chares, load: 25.3420)
=== 6 === Chare from 13 P#13 (2 chares)
=== 6 === Chare 776 (load 7.0696)

=== 6 === Less loaded core 11 P#0 (2 chares, load: 25.3636)
=== 6 === Chare from 11 P#11 (2 chares)
=== 6 === Chare 911 (load 7.0638)

=== 6 === Less loaded core 26 P#3 (3 chares, load: 25.5556)
=== 6 === Chare from 26 P#26 (3 chares)
=== 6 === Chare 802 (load 7.0203)

=== 6 === Less loaded core 25 P#32767 (3 chares, load: 25.5672)
=== 6 === Chare from 25 P#25 (3 chares)
=== 6 === Chare 780 (load 6.9405)

=== 6 === Less loaded core 16 P#69907104 (2 chares, load: 25.5943)
=== 6 === Chare from 16 P#16 (2 chares)
=== 6 === Chare 826 (load 7.0357)

=== 6 === Less loaded core 7 P#7 (3 chares, load: 25.6102)
=== 6 === Chare from 7 P#7 (3 chares)
=== 6 === Chare 705 (load 6.8917)

=== 6 === Less loaded core 20 P#0 (3 chares, load: 25.7254)
=== 6 === Chare from 20 P#20 (3 chares)
=== 6 === Chare 532 (load 6.9114)

=== 6 === Less loaded core 21 P#0 (2 chares, load: 25.7643)
=== 6 === Chare from 21 P#21 (2 chares)
=== 6 === Chare 804 (load 6.9477)

=== 6 === Less loaded core 29 P#1077541070 (3 chares, load: 25.9719)
=== 6 === Chare from 29 P#29 (3 chares)
=== 6 === Chare 777 (load 6.9731)

=== 6 === Less loaded core 6 P#5 (3 chares, load: 26.6645)
=== 6 === Chare from 6 P#6 (3 chares)
=== 6 === Chare 652 (load 8.7967)

=== 6 === Less loaded core 3 P#6 (2 chares, load: 26.8178)
=== 6 === Chare from 3 P#3 (2 chares)
=== 6 === Chare 353 (load 6.6357)

=== 6 === Less loaded core 18 P#32 (3 chares, load: 27.1579)
=== 6 === Chare from 18 P#18 (3 chares)
=== 6 === Chare 753 (load 7.1018)

=== 6 === Less loaded core 19 P#0 (3 chares, load: 27.7781)
=== 6 === Chare from 19 P#19 (3 chares)
=== 6 === Chare 756 (load 7.0063)

=== 6 === Less loaded core 10 P#0 (3 chares, load: 27.8504)
=== 6 === Chare from 10 P#10 (3 chares)
=== 6 === Chare 689 (load 6.6948)

=== 6 === Less loaded core 28 P#-1342177280 (3 chares, load: 28.3427)
=== 6 === Chare from 28 P#28 (3 chares)
=== 6 === Chare 728 (load 7.0787)

=== 6 === Less loaded core 27 P#32767 (3 chares, load: 28.5372)
=== 6 === Chare from 27 P#27 (3 chares)
=== 6 === Chare 884 (load 6.7636)

=== 6 === Less loaded core 12 P#104184928 (3 chares, load: 28.6202)
=== 6 === Chare from 12 P#12 (3 chares)
=== 6 === Chare 890 (load 7.1877)

=== 6 === Less loaded core 1 P#2 (3 chares, load: 28.8147)
=== 6 === Chare from 1 P#1 (3 chares)
=== 6 === Chare 637 (load 9.2106)

=== 6 === Less loaded core 0 P#0 (3 chares, load: 28.8533)
=== 6 === Chare from 0 P#0 (3 chares)
=== 6 === Chare 865 (load 6.5000)

=== 6 === Less loaded core 15 P#0 (4 chares, load: 29.6104)
=== 6 === Chare from 14 P#14 (3 chares)
=== 6 === Chare 900 (load 6.5297)

=== 6 === Less loaded core 8 P#9346032 (3 chares, load: 29.6927)
=== 6 === Chare from 8 P#8 (3 chares)
=== 6 === Chare 892 (load 7.5081)

=== 6 === Less loaded core 9 P#0 (4 chares, load: 29.7677)
=== 6 === Chare from 3 P#3 (3 chares)
=== 6 === Chare 536 (load 6.4864)

=== 6 === Less loaded core 4 P#1 (4 chares, load: 29.8659)
=== 6 === Chare from 21 P#21 (3 chares)
=== 6 === Chare 910 (load 6.8488)

=== 6 === Less loaded core 22 P#22 (4 chares, load: 29.8942)
=== 6 === Chare from 17 P#17 (3 chares)
=== 6 === Chare 883 (load 6.8255)

=== 6 === Less loaded core 5 P#3 (4 chares, load: 29.9804)
=== 6 === Chare from 16 P#16 (3 chares)
=== 6 === Chare 537 (load 6.9660)

=== 6 === Less loaded core 30 P#-78976 (4 chares, load: 30.1263)
=== 6 === Chare from 13 P#13 (3 chares)
=== 6 === Chare 639 (load 6.9649)

=== 6 === Less loaded core 31 P#32767 (4 chares, load: 30.4001)
=== 6 === Chare from 11 P#11 (3 chares)
=== 6 === Chare 789 (load 6.7601)

[DEBUG] GetBackPlacement from node 7
115 12.4228
30 8.4541
0 6.8757
103 6.8361
61 6.9580
13 6.8257
14 6.7720
12 6.6351
75 7.6527
76 7.6054
108 7.1566
110 7.0077
111 7.3129
107 7.1820
113 7.0421
109 7.0418
59 20.7632
20 18.9484
80 12.2882
11 9.2975
56 15.6810
125 14.2350
124 11.6130
37 9.9208
39 13.7217
85 12.6423
63 8.8527
28 7.2016
42 13.5713
40 12.0388
46 8.7839
70 7.2113
16 13.0587
29 7.3458
6 6.9050
17 6.5210
33 12.7484
34 7.7219
60 7.4893
127 6.9970
54 20.1809
10 14.2715
9 13.7314
38 12.7945
90 8.8298
93 8.7423
92 6.8507
91 6.8271
7 6.9498
120 6.9489
86 6.6674
8 6.6109
82 6.5762
72 6.5587
74 6.4923
73 6.4259
57 11.9570
62 7.9840
35 7.9655
36 6.7697
123 14.2051
105 14.1395
106 11.7747
126 11.6091
99 6.9922
100 6.8817
69 6.8794
1 6.7881
116 9.3317
119 9.2672
118 9.1970
117 9.1745
98 9.2338
25 8.8194
3 6.8912
21 6.5656
41 11.0827
53 6.9045
55 6.7806
22 6.7008
49 9.3296
48 9.2569
50 7.4241
47 7.0102
65 9.2315
67 9.1657
64 6.9713
51 6.9022
114 11.2168
89 7.5087
112 7.4142
66 6.9701
87 6.8694
121 6.8649
101 6.8340
88 6.7448
77 6.6869
2 6.6355
79 6.6251
78 6.5791
24 8.8603
26 8.8410
84 6.5764
83 6.5620
32 9.4101
31 9.3838
104 9.1694
58 8.9771
122 8.8685
81 6.6674
52 6.6521
45 6.4003
97 8.8680
96 8.7716
5 6.9337
4 6.8814
102 6.7747
27 6.6367
95 6.6152
94 6.5953
18 9.6770
68 9.0383
23 9.0365
15 8.9005
19 6.6604
71 6.6365
44 6.5380
43 6.4210
Core 0 load 34.5887
Core 1 load 27.1908
Core 2 load 29.4225
Core 3 load 28.5789
Core 4 load 61.2973
Core 5 load 51.4499
Core 6 load 42.4183
Core 7 load 41.6052
Core 8 load 33.8305
Core 9 load 34.9565
Core 10 load 60.9784
Core 11 load 31.2499
Core 12 load 27.1769
Core 13 load 26.0532
Core 14 load 34.6763
Core 15 load 51.7285
Core 16 load 27.5414
Core 17 load 36.9704
Core 18 load 31.5101
Core 19 load 31.4686
Core 20 load 33.0208
Core 21 load 32.2706
Core 22 load 33.1098
Core 23 load 27.3130
Core 24 load 26.5267
Core 25 load 30.8397
Core 26 load 36.9404
Core 27 load 28.5884
Core 28 load 31.4548
Core 29 load 26.6219
Core 30 load 36.6523
Core 31 load 26.2559
Avg load 34.8215 in [33.7768 ; 35.8661 ]
Swap chares 55 (6.4259) and 19 (9.2975) between cores 13 (26.0532) and 4
(61.2973)
New loads : 13 (28.9248) and 4 (58.4257)
Swap chares 127 (6.4210) and 43 (12.7945) between cores 31 (26.2559) and 10
(60.9784)
New loads : 31 (32.6295) and 10 (54.6049)
Swap chares 98 (6.6251) and 18 (12.2882) between cores 24 (26.5267) and 4
(58.4257)
New loads : 24 (32.1898) and 4 (52.7627)
Swap chares 118 (6.6152) and 42 (13.7314) between cores 29 (26.6219) and 10
(54.6049)
New loads : 29 (33.7382) and 10 (47.4887)
Swap chares 49 (6.9489) and 17 (18.9484) between cores 12 (27.1769) and 4
(52.7627)
New loads : 12 (39.1764) and 4 (40.7631)
Swap chares 7 (6.6351) and 63 (11.6091) between cores 1 (27.1908) and 15
(51.7285)
New loads : 1 (32.1648) and 15 (46.7544)
Swap chares 95 (6.7448) and 23 (9.9208) between cores 23 (27.3130) and 5
(51.4499)
New loads : 23 (30.4891) and 5 (48.2738)
Swap chares 66 (6.8794) and 22 (11.6130) between cores 16 (27.5414) and 5
(48.2738)
New loads : 16 (32.2751) and 5 (43.5402)
Swap chares 13 (7.1820) and 41 (14.2715) between cores 3 (28.5789) and 10
(47.4887)
New loads : 3 (35.6684) and 10 (40.3992)
Swap chares 111 (6.4003) and 63 (6.6351) between cores 27 (28.5884) and 15
(46.7544)
New loads : 27 (28.8232) and 15 (46.5196)
Swap chares 110 (6.6521) and 62 (11.7747) between cores 27 (28.8232) and 15
(46.5196)
New loads : 27 (33.9458) and 15 (41.3970)
Swap chares 54 (6.4923) and 22 (6.8794) between cores 13 (28.9248) and 5
(43.5402)
New loads : 13 (29.3119) and 5 (43.1531)
Swap chares 53 (6.5587) and 21 (14.2350) between cores 13 (29.3119) and 5
(43.1531)
New loads : 13 (36.9881) and 5 (35.4769)
Swap chares 11 (7.0077) and 27 (7.2016) between cores 2 (29.4225) and 6
(42.4183)
New loads : 2 (29.6164) and 6 (42.2244)
Swap chares 10 (7.1566) and 26 (8.8527) between cores 2 (29.6164) and 6
(42.2244)
New loads : 2 (31.3125) and 6 (40.5283)
Swap chares 94 (6.8340) and 30 (8.7839) between cores 23 (30.4891) and 7
(41.6052)
New loads : 23 (32.4390) and 7 (39.6553)
Swap chares 102 (6.5764) and 62 (6.6521) between cores 25 (30.8397) and 15
(41.3970)
New loads : 25 (30.9154) and 15 (41.3213)
Swap chares 101 (8.8410) and 61 (14.1395) between cores 25 (30.9154) and 15
(41.3213)
New loads : 25 (36.2139) and 15 (36.0229)
Swap chares 44 (8.8298) and 16 (20.7632) between cores 11 (31.2499) and 4
(40.7631)
New loads : 11 (43.1833) and 4 (28.8297)
Swap chares 19 (6.4259) and 47 (6.8271) between cores 4 (28.8297) and 11
(43.1833)
New loads : 4 (29.2309) and 11 (42.7821)
Swap chares 18 (6.6251) and 46 (6.8507) between cores 4 (29.2309) and 11
(42.7821)
New loads : 4 (29.4564) and 11 (42.5566)
Swap chares 17 (6.9489) and 45 (8.7423) between cores 4 (29.4564) and 11
(42.5566)
New loads : 4 (31.2499) and 11 (40.7631)
Swap chares 16 (8.8298) and 44 (20.7632) between cores 4 (31.2499) and 11
(40.7631)
New loads : 4 (43.1833) and 11 (28.8297)
Swap chares 47 (6.4259) and 19 (6.8271) between cores 11 (28.8297) and 4
(43.1833)
New loads : 11 (29.2309) and 4 (42.7821)
Swap chares 46 (6.6251) and 18 (6.8507) between cores 11 (29.2309) and 4
(42.7821)
New loads : 11 (29.4564) and 4 (42.5566)
Swap chares 45 (6.9489) and 17 (8.7423) between cores 11 (29.4564) and 4
(42.5566)
New loads : 11 (31.2499) and 4 (40.7631)
Swap chares 44 (8.8298) and 16 (20.7632) between cores 11 (31.2499) and 4
(40.7631)
New loads : 11 (43.1833) and 4 (28.8297)
Swap chares 19 (6.4259) and 47 (6.8271) between cores 4 (28.8297) and 11
(43.1833)
New loads : 4 (29.2309) and 11 (42.7821)
Swap chares 18 (6.6251) and 46 (6.8507) between cores 4 (29.2309) and 11
(42.7821)
New loads : 4 (29.4564) and 11 (42.5566)
Swap chares 17 (6.9489) and 45 (8.7423) between cores 4 (29.4564) and 11
(42.5566)
New loads : 4 (31.2499) and 11 (40.7631)
Swap chares 16 (8.8298) and 44 (20.7632) between cores 4 (31.2499) and 11
(40.7631)
New loads : 4 (43.1833) and 11 (28.8297)
Swap chares 47 (6.4259) and 19 (6.8271) between cores 11 (28.8297) and 4
(43.1833)
New loads : 11 (29.2309) and 4 (42.7821)
Swap chares 46 (6.6251) and 18 (6.8507) between cores 11 (29.2309) and 4
(42.7821)
New loads : 11 (29.4564) and 4 (42.5566)
Swap chares 45 (6.9489) and 17 (8.7423) between cores 11 (29.4564) and 4
(42.5566)
New loads : 11 (31.2499) and 4 (40.7631)
Swap chares 44 (8.8298) and 16 (20.7632) between cores 11 (31.2499) and 4
(40.7631)
New loads : 11 (43.1833) and 4 (28.8297)
Swap chares 19 (6.4259) and 47 (6.8271) between cores 4 (28.8297) and 11
(43.1833)
New loads : 4 (29.2309) and 11 (42.7821)
Swap chares 18 (6.6251) and 46 (6.8507) between cores 4 (29.2309) and 11
(42.7821)
New loads : 4 (29.4564) and 11 (42.5566)
Swap chares 17 (6.9489) and 45 (8.7423) between cores 4 (29.4564) and 11
(42.5566)
New loads : 4 (31.2499) and 11 (40.7631)
Swap chares 16 (8.8298) and 44 (20.7632) between cores 4 (31.2499) and 11
(40.7631)
New loads : 4 (43.1833) and 11 (28.8297)
Swap chares 47 (6.4259) and 19 (6.8271) between cores 11 (28.8297) and 4
(43.1833)
New loads : 11 (29.2309) and 4 (42.7821)
Swap chares 46 (6.6251) and 18 (6.8507) between cores 11 (29.2309) and 4
(42.7821)
New loads : 11 (29.4564) and 4 (42.5566)
Swap chares 45 (6.9489) and 17 (8.7423) between cores 11 (29.4564) and 4
(42.5566)
New loads : 11 (31.2499) and 4 (40.7631)
Swap chares 44 (8.8298) and 16 (20.7632) between cores 11 (31.2499) and 4
(40.7631)
New loads : 11 (43.1833) and 4 (28.8297)
Swap chares 19 (6.4259) and 47 (6.8271) between cores 4 (28.8297) and 11
(43.1833)
New loads : 4 (29.2309) and 11 (42.7821)
Swap chares 18 (6.6251) and 46 (6.8507) between cores 4 (29.2309) and 11
(42.7821)
New loads : 4 (29.4564) and 11 (42.5566)
Swap chares 17 (6.9489) and 45 (8.7423) between cores 4 (29.4564) and 11
(42.5566)
New loads : 4 (31.2499) and 11 (40.7631)
Swap chares 16 (8.8298) and 44 (20.7632) between cores 4 (31.2499) and 11
(40.7631)
New loads : 4 (43.1833) and 11 (28.8297)
Swap chares 47 (6.4259) and 19 (6.8271) between cores 11 (28.8297) and 4
(43.1833)
New loads : 11 (29.2309) and 4 (42.7821)
Swap chares 46 (6.6251) and 18 (6.8507) between cores 11 (29.2309) and 4
(42.7821)
New loads : 11 (29.4564) and 4 (42.5566)
Swap chares 45 (6.9489) and 17 (8.7423) between cores 11 (29.4564) and 4
(42.5566)
New loads : 11 (31.2499) and 4 (40.7631)
Swap chares 44 (8.8298) and 16 (20.7632) between cores 11 (31.2499) and 4
(40.7631)
New loads : 11 (43.1833) and 4 (28.8297)
Swap chares 19 (6.4259) and 47 (6.8271) between cores 4 (28.8297) and 11
(43.1833)
New loads : 4 (29.2309) and 11 (42.7821)
Swap chares 18 (6.6251) and 46 (6.8507) between cores 4 (29.2309) and 11
(42.7821)
New loads : 4 (29.4564) and 11 (42.5566)
Swap chares 17 (6.9489) and 45 (8.7423) between cores 4 (29.4564) and 11
(42.5566)
New loads : 4 (31.2499) and 11 (40.7631)
Swap chares 16 (8.8298) and 44 (20.7632) between cores 4 (31.2499) and 11
(40.7631)
New loads : 4 (43.1833) and 11 (28.8297)
Swap chares 47 (6.4259) and 19 (6.8271) between cores 11 (28.8297) and 4
(43.1833)
New loads : 11 (29.2309) and 4 (42.7821)
Swap chares 46 (6.6251) and 18 (6.8507) between cores 11 (29.2309) and 4
(42.7821)
New loads : 11 (29.4564) and 4 (42.5566)
Swap chares 45 (6.9489) and 17 (8.7423) between cores 11 (29.4564) and 4
(42.5566)
New loads : 11 (31.2499) and 4 (40.7631)
Swap chares 44 (8.8298) and 16 (20.7632) between cores 11 (31.2499) and 4
(40.7631)
New loads : 11 (43.1833) and 4 (28.8297)
Swap chares 19 (6.4259) and 47 (6.8271) between cores 4 (28.8297) and 11
(43.1833)
New loads : 4 (29.2309) and 11 (42.7821)
Swap chares 18 (6.6251) and 46 (6.8507) between cores 4 (29.2309) and 11
(42.7821)
New loads : 4 (29.4564) and 11 (42.5566)
Swap chares 17 (6.9489) and 45 (8.7423) between cores 4 (29.4564) and 11
(42.5566)
New loads : 4 (31.2499) and 11 (40.7631)
Swap chares 16 (8.8298) and 44 (20.7632) between cores 4 (31.2499) and 11
(40.7631)
New loads : 4 (43.1833) and 11 (28.8297)
Swap chares 47 (6.4259) and 19 (6.8271) between cores 11 (28.8297) and 4
(43.1833)
New loads : 11 (29.2309) and 4 (42.7821)
=== 7 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 0 P#0 (0 chares)
=== 7 === Chare 938 (load 12.4228)

=== 7 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 7 === Chare from 1 P#1 (0 chares)
=== 7 === Chare 953 (load 11.6091)

=== 7 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 7 === Chare from 2 P#2 (0 chares)
=== 7 === Chare 719 (load 8.8527)

=== 7 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 7 === Chare from 3 P#3 (0 chares)
=== 7 === Chare 285 (load 14.2715)

=== 7 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 7 === Chare from 4 P#4 (0 chares)
=== 7 === Chare 715 (load 20.7632)

=== 7 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 7 === Chare from 5 P#5 (0 chares)
=== 7 === Chare 712 (load 15.6810)

=== 7 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 7 === Chare from 6 P#6 (0 chares)
=== 7 === Chare 672 (load 13.7217)

=== 7 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 7 === Chare from 7 P#7 (0 chares)
=== 7 === Chare 675 (load 13.5713)

=== 7 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 7 === Chare from 8 P#8 (0 chares)
=== 7 === Chare 431 (load 13.0587)

=== 7 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 9 P#9 (0 chares)
=== 7 === Chare 630 (load 12.7484)

=== 7 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 10 P#10 (0 chares)
=== 7 === Chare 710 (load 20.1809)

=== 7 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 11 P#11 (0 chares)
=== 7 === Chare 848 (load 8.8298)

=== 7 === Less loaded core 12 P#51628000 (0 chares, load: 0.0000)
=== 7 === Chare from 12 P#12 (0 chares)
=== 7 === Chare 472 (load 18.9484)

=== 7 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 13 P#13 (0 chares)
=== 7 === Chare 952 (load 14.2350)

=== 7 === Less loaded core 14 P#109723872 (0 chares, load: 0.0000)
=== 7 === Chare from 14 P#14 (0 chares)
=== 7 === Chare 713 (load 11.9570)

=== 7 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 15 P#15 (0 chares)
=== 7 === Chare 950 (load 14.2051)

=== 7 === Less loaded core 16 P#27738016 (0 chares, load: 0.0000)
=== 7 === Chare from 16 P#16 (0 chares)
=== 7 === Chare 951 (load 11.6130)

=== 7 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 17 P#17 (0 chares)
=== 7 === Chare 939 (load 9.3317)

=== 7 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 7 === Chare from 18 P#18 (0 chares)
=== 7 === Chare 856 (load 9.2338)

=== 7 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 19 P#19 (0 chares)
=== 7 === Chare 674 (load 11.0827)

=== 7 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 20 P#20 (0 chares)
=== 7 === Chare 697 (load 9.3296)

=== 7 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 21 P#21 (0 chares)
=== 7 === Chare 721 (load 9.2315)

=== 7 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 7 === Chare from 22 P#22 (0 chares)
=== 7 === Chare 937 (load 11.2168)

=== 7 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 7 === Chare from 23 P#23 (0 chares)
=== 7 === Chare 646 (load 9.9208)

=== 7 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 7 === Chare from 24 P#24 (0 chares)
=== 7 === Chare 813 (load 12.2882)

=== 7 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 7 === Chare from 25 P#25 (0 chares)
=== 7 === Chare 908 (load 14.1395)

=== 7 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 26 P#26 (0 chares)
=== 7 === Chare 629 (load 9.4101)

=== 7 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 7 === Chare from 27 P#27 (0 chares)
=== 7 === Chare 909 (load 11.7747)

=== 7 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 28 P#28 (0 chares)
=== 7 === Chare 855 (load 8.8680)

=== 7 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 29 P#29 (0 chares)
=== 7 === Chare 284 (load 13.7314)

=== 7 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 7 === Chare from 30 P#30 (0 chares)
=== 7 === Chare 433 (load 9.6770)

=== 7 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 7 === Chare from 31 P#31 (0 chares)
=== 7 === Chare 647 (load 12.7945)

=== 7 === Less loaded core 11 P#0 (1 chares, load: 8.8298)
=== 7 === Chare from 11 P#11 (1 chares)
=== 7 === Chare 943 (load 6.9489)

=== 7 === Less loaded core 2 P#4 (1 chares, load: 8.8527)
=== 7 === Chare from 2 P#2 (1 chares)
=== 7 === Chare 743 (load 7.6527)

=== 7 === Less loaded core 28 P#1744830464 (1 chares, load: 8.8680)
=== 7 === Chare from 28 P#28 (1 chares)
=== 7 === Chare 854 (load 8.7716)

=== 7 === Less loaded core 21 P#0 (1 chares, load: 9.2315)
=== 7 === Chare from 21 P#21 (1 chares)
=== 7 === Chare 723 (load 9.1657)

=== 7 === Less loaded core 18 P#32 (1 chares, load: 9.2338)
=== 7 === Chare from 18 P#18 (1 chares)
=== 7 === Chare 493 (load 8.8194)

=== 7 === Less loaded core 20 P#0 (1 chares, load: 9.3296)
=== 7 === Chare from 20 P#20 (1 chares)
=== 7 === Chare 696 (load 9.2569)

=== 7 === Less loaded core 17 P#0 (1 chares, load: 9.3317)
=== 7 === Chare from 17 P#17 (1 chares)
=== 7 === Chare 942 (load 9.2672)

=== 7 === Less loaded core 26 P#1 (1 chares, load: 9.4101)
=== 7 === Chare from 26 P#26 (1 chares)
=== 7 === Chare 628 (load 9.3838)

=== 7 === Less loaded core 30 P#-78976 (1 chares, load: 9.6770)
=== 7 === Chare from 30 P#30 (1 chares)
=== 7 === Chare 732 (load 9.0383)

=== 7 === Less loaded core 23 P#23 (1 chares, load: 9.9208)
=== 7 === Chare from 23 P#23 (1 chares)
=== 7 === Chare 682 (load 8.7839)

=== 7 === Less loaded core 19 P#0 (1 chares, load: 11.0827)
=== 7 === Chare from 19 P#19 (1 chares)
=== 7 === Chare 709 (load 6.9045)

=== 7 === Less loaded core 22 P#22 (1 chares, load: 11.2168)
=== 7 === Chare from 22 P#22 (1 chares)
=== 7 === Chare 838 (load 7.5087)

=== 7 === Less loaded core 1 P#2 (1 chares, load: 11.6091)
=== 7 === Chare from 1 P#1 (1 chares)
=== 7 === Chare 717 (load 6.9580)

=== 7 === Less loaded core 16 P#27738016 (1 chares, load: 11.6130)
=== 7 === Chare from 16 P#16 (1 chares)
=== 7 === Chare 857 (load 6.9922)

=== 7 === Less loaded core 27 P#32767 (1 chares, load: 11.7747)
=== 7 === Chare from 27 P#27 (1 chares)
=== 7 === Chare 945 (load 8.8685)

=== 7 === Less loaded core 14 P#109723872 (1 chares, load: 11.9570)
=== 7 === Chare from 14 P#14 (1 chares)
=== 7 === Chare 718 (load 7.9840)

=== 7 === Less loaded core 24 P#24 (1 chares, load: 12.2882)
=== 7 === Chare from 24 P#24 (1 chares)
=== 7 === Chare 750 (load 6.6869)

=== 7 === Less loaded core 0 P#0 (1 chares, load: 12.4228)
=== 7 === Chare from 0 P#0 (1 chares)
=== 7 === Chare 607 (load 8.4541)

=== 7 === Less loaded core 9 P#0 (1 chares, load: 12.7484)
=== 7 === Chare from 9 P#9 (1 chares)
=== 7 === Chare 631 (load 7.7219)

=== 7 === Less loaded core 31 P#32767 (1 chares, load: 12.7945)
=== 7 === Chare from 31 P#31 (1 chares)
=== 7 === Chare 471 (load 6.6604)

=== 7 === Less loaded core 8 P#9346032 (1 chares, load: 13.0587)
=== 7 === Chare from 8 P#8 (1 chares)
=== 7 === Chare 606 (load 7.3458)

=== 7 === Less loaded core 7 P#7 (1 chares, load: 13.5713)
=== 7 === Chare from 7 P#7 (1 chares)
=== 7 === Chare 673 (load 12.0388)

=== 7 === Less loaded core 6 P#5 (1 chares, load: 13.7217)
=== 7 === Chare from 6 P#6 (1 chares)
=== 7 === Chare 834 (load 12.6423)

=== 7 === Less loaded core 29 P#1076590207 (1 chares, load: 13.7314)
=== 7 === Chare from 29 P#29 (1 chares)
=== 7 === Chare 861 (load 6.7747)

=== 7 === Less loaded core 25 P#32767 (1 chares, load: 14.1395)
=== 7 === Chare from 25 P#25 (1 chares)
=== 7 === Chare 492 (load 8.8603)

=== 7 === Less loaded core 15 P#0 (1 chares, load: 14.2051)
=== 7 === Chare from 15 P#15 (1 chares)
=== 7 === Chare 494 (load 8.8410)

=== 7 === Less loaded core 13 P#0 (1 chares, load: 14.2350)
=== 7 === Chare from 13 P#13 (1 chares)
=== 7 === Chare 402 (load 9.2975)

=== 7 === Less loaded core 3 P#6 (1 chares, load: 14.2715)
=== 7 === Chare from 3 P#3 (1 chares)
=== 7 === Chare 934 (load 7.3129)

=== 7 === Less loaded core 5 P#3 (1 chares, load: 15.6810)
=== 7 === Chare from 5 P#5 (1 chares)
=== 7 === Chare 837 (load 6.7448)

=== 7 === Less loaded core 11 P#0 (2 chares, load: 15.7787)
=== 7 === Chare from 11 P#11 (2 chares)
=== 7 === Chare 849 (load 6.8271)

=== 7 === Less loaded core 2 P#4 (2 chares, load: 16.5054)
=== 7 === Chare from 2 P#2 (2 chares)
=== 7 === Chare 749 (load 7.6054)

=== 7 === Less loaded core 28 P#939524096 (2 chares, load: 17.6396)
=== 7 === Chare from 28 P#28 (2 chares)
=== 7 === Chare 213 (load 6.9337)

=== 7 === Less loaded core 19 P#0 (2 chares, load: 17.9872)
=== 7 === Chare from 19 P#19 (2 chares)
=== 7 === Chare 711 (load 6.7806)

=== 7 === Less loaded core 18 P#32 (2 chares, load: 18.0532)
=== 7 === Chare from 18 P#18 (2 chares)
=== 7 === Chare 167 (load 6.8912)

=== 7 === Less loaded core 21 P#0 (2 chares, load: 18.3972)
=== 7 === Chare from 21 P#21 (2 chares)
=== 7 === Chare 720 (load 6.9713)

=== 7 === Less loaded core 1 P#2 (2 chares, load: 18.5671)
=== 7 === Chare from 1 P#1 (2 chares)
=== 7 === Chare 404 (load 6.8257)

=== 7 === Less loaded core 20 P#0 (2 chares, load: 18.5865)
=== 7 === Chare from 20 P#20 (2 chares)
=== 7 === Chare 698 (load 7.4241)

=== 7 === Less loaded core 17 P#0 (2 chares, load: 18.5989)
=== 7 === Chare from 17 P#17 (2 chares)
=== 7 === Chare 941 (load 9.1970)

=== 7 === Less loaded core 16 P#27738016 (2 chares, load: 18.6052)
=== 7 === Chare from 16 P#16 (2 chares)
=== 7 === Chare 858 (load 6.8817)

=== 7 === Less loaded core 23 P#23 (2 chares, load: 18.7047)
=== 7 === Chare from 23 P#23 (2 chares)
=== 7 === Chare 836 (load 6.8694)

=== 7 === Less loaded core 30 P#-78976 (2 chares, load: 18.7153)
=== 7 === Chare from 30 P#30 (2 chares)
=== 7 === Chare 491 (load 9.0365)

=== 7 === Less loaded core 22 P#22 (2 chares, load: 18.7255)
=== 7 === Chare from 22 P#22 (2 chares)
=== 7 === Chare 935 (load 7.4142)

=== 7 === Less loaded core 26 P#2 (2 chares, load: 18.7939)
=== 7 === Chare from 26 P#26 (2 chares)
=== 7 === Chare 907 (load 9.1694)

=== 7 === Less loaded core 12 P#51628000 (1 chares, load: 18.9484)
=== 7 === Chare from 12 P#12 (1 chares)
=== 7 === Chare 271 (load 6.9498)

=== 7 === Less loaded core 24 P#24 (2 chares, load: 18.9751)
=== 7 === Chare from 24 P#24 (2 chares)
=== 7 === Chare 165 (load 6.6355)

=== 7 === Less loaded core 31 P#32767 (2 chares, load: 19.4549)
=== 7 === Chare from 31 P#31 (2 chares)
=== 7 === Chare 735 (load 6.6365)

=== 7 === Less loaded core 14 P#109723872 (2 chares, load: 19.9411)
=== 7 === Chare from 14 P#14 (2 chares)
=== 7 === Chare 644 (load 7.9655)

=== 7 === Less loaded core 10 P#0 (1 chares, load: 20.1809)
=== 7 === Chare from 10 P#10 (1 chares)
=== 7 === Chare 922 (load 7.1820)

=== 7 === Less loaded core 8 P#9346032 (2 chares, load: 20.4044)
=== 7 === Chare from 8 P#8 (2 chares)
=== 7 === Chare 236 (load 6.9050)

=== 7 === Less loaded core 9 P#0 (2 chares, load: 20.4703)
=== 7 === Chare from 9 P#9 (2 chares)
=== 7 === Chare 716 (load 7.4893)

=== 7 === Less loaded core 29 P#1077182864 (2 chares, load: 20.5061)
=== 7 === Chare from 29 P#29 (2 chares)
=== 7 === Chare 604 (load 6.6367)

=== 7 === Less loaded core 27 P#32767 (2 chares, load: 20.6433)
=== 7 === Chare from 27 P#27 (2 chares)
=== 7 === Chare 814 (load 6.6674)

=== 7 === Less loaded core 4 P#1 (1 chares, load: 20.7632)
=== 7 === Chare from 4 P#4 (1 chares)
=== 7 === Chare 851 (load 8.7423)

=== 7 === Less loaded core 0 P#0 (2 chares, load: 20.8769)
=== 7 === Chare from 0 P#0 (2 chares)
=== 7 === Chare 114 (load 6.8757)

=== 7 === Less loaded core 3 P#6 (2 chares, load: 21.5845)
=== 7 === Chare from 3 P#3 (2 chares)
=== 7 === Chare 936 (load 7.0421)

=== 7 === Less loaded core 5 P#3 (2 chares, load: 22.4258)
=== 7 === Chare from 5 P#5 (2 chares)
=== 7 === Chare 740 (load 6.5587)

=== 7 === Less loaded core 11 P#0 (3 chares, load: 22.6058)
=== 7 === Chare from 11 P#11 (3 chares)
=== 7 === Chare 752 (load 6.6251)

=== 7 === Less loaded core 25 P#32767 (2 chares, load: 22.9998)
=== 7 === Chare from 25 P#25 (2 chares)
=== 7 === Chare 708 (load 6.6521)

=== 7 === Less loaded core 15 P#0 (2 chares, load: 23.0462)
=== 7 === Chare from 15 P#15 (2 chares)
=== 7 === Chare 817 (load 6.5764)

=== 7 === Less loaded core 13 P#0 (2 chares, load: 23.5325)
=== 7 === Chare from 13 P#13 (2 chares)
=== 7 === Chare 733 (load 6.8794)

=== 7 === Less loaded core 2 P#4 (3 chares, load: 24.1109)
=== 7 === Chare from 2 P#2 (3 chares)
=== 7 === Chare 605 (load 7.2016)

=== 7 === Less loaded core 28 P#-1275068416 (3 chares, load: 24.5733)
=== 7 === Chare from 28 P#28 (3 chares)
=== 7 === Chare 211 (load 6.8814)

=== 7 === Less loaded core 19 P#0 (3 chares, load: 24.7678)
=== 7 === Chare from 19 P#19 (3 chares)
=== 7 === Chare 474 (load 6.7008)

=== 7 === Less loaded core 18 P#32 (3 chares, load: 24.9444)
=== 7 === Chare from 18 P#18 (3 chares)
=== 7 === Chare 473 (load 6.5656)

=== 7 === Less loaded core 21 P#0 (3 chares, load: 25.3685)
=== 7 === Chare from 21 P#21 (3 chares)
=== 7 === Chare 707 (load 6.9022)

=== 7 === Less loaded core 1 P#2 (3 chares, load: 25.3928)
=== 7 === Chare from 1 P#1 (3 chares)
=== 7 === Chare 405 (load 6.7720)

=== 7 === Less loaded core 16 P#27738016 (3 chares, load: 25.4869)
=== 7 === Chare from 16 P#16 (3 chares)
=== 7 === Chare 121 (load 6.7881)

=== 7 === Less loaded core 23 P#23 (3 chares, load: 25.5741)
=== 7 === Chare from 23 P#23 (3 chares)
=== 7 === Chare 944 (load 6.8649)

=== 7 === Less loaded core 7 P#7 (2 chares, load: 25.6101)
=== 7 === Chare from 7 P#7 (2 chares)
=== 7 === Chare 734 (load 7.2113)

=== 7 === Less loaded core 24 P#24 (3 chares, load: 25.6107)
=== 7 === Chare from 24 P#24 (3 chares)
=== 7 === Chare 751 (load 6.5791)

=== 7 === Less loaded core 12 P#51628000 (2 chares, load: 25.8982)
=== 7 === Chare from 12 P#12 (2 chares)
=== 7 === Chare 835 (load 6.6674)

=== 7 === Less loaded core 20 P#0 (3 chares, load: 26.0106)
=== 7 === Chare from 20 P#20 (3 chares)
=== 7 === Chare 695 (load 7.0102)

=== 7 === Less loaded core 31 P#32767 (3 chares, load: 26.0914)
=== 7 === Chare from 31 P#31 (3 chares)
=== 7 === Chare 680 (load 6.5380)

=== 7 === Less loaded core 22 P#22 (3 chares, load: 26.1396)
=== 7 === Chare from 22 P#22 (3 chares)
=== 7 === Chare 722 (load 6.9701)

=== 7 === Less loaded core 6 P#5 (2 chares, load: 26.3639)
=== 7 === Chare from 6 P#6 (2 chares)
=== 7 === Chare 923 (load 7.1566)

=== 7 === Less loaded core 29 P#1077617810 (3 chares, load: 27.1429)
=== 7 === Chare from 29 P#29 (3 chares)
=== 7 === Chare 852 (load 6.5953)

=== 7 === Less loaded core 8 P#9346032 (3 chares, load: 27.3095)
=== 7 === Chare from 8 P#8 (3 chares)
=== 7 === Chare 432 (load 6.5210)

=== 7 === Less loaded core 27 P#32767 (3 chares, load: 27.3107)
=== 7 === Chare from 27 P#27 (3 chares)
=== 7 === Chare 403 (load 6.6351)

=== 7 === Less loaded core 10 P#0 (2 chares, load: 27.3630)
=== 7 === Chare from 10 P#10 (2 chares)
=== 7 === Chare 853 (load 6.6152)

=== 7 === Less loaded core 30 P#-78976 (3 chares, load: 27.7518)
=== 7 === Chare from 30 P#30 (3 chares)
=== 7 === Chare 430 (load 8.9005)

=== 7 === Less loaded core 0 P#0 (3 chares, load: 27.7526)
=== 7 === Chare from 0 P#0 (3 chares)
=== 7 === Chare 906 (load 6.8361)

=== 7 === Less loaded core 17 P#0 (3 chares, load: 27.7959)
=== 7 === Chare from 17 P#17 (3 chares)
=== 7 === Chare 940 (load 9.1745)

=== 7 === Less loaded core 14 P#109723872 (3 chares, load: 27.9066)
=== 7 === Chare from 14 P#14 (3 chares)
=== 7 === Chare 645 (load 6.7697)

=== 7 === Less loaded core 9 P#0 (3 chares, load: 27.9595)
=== 7 === Chare from 9 P#9 (3 chares)
=== 7 === Chare 969 (load 6.9970)

=== 7 === Less loaded core 26 P#3 (3 chares, load: 27.9633)
=== 7 === Chare from 26 P#26 (3 chares)
=== 7 === Chare 714 (load 8.9771)

=== 7 === Less loaded core 3 P#6 (3 chares, load: 28.6266)
=== 7 === Chare from 3 P#3 (3 chares)
=== 7 === Chare 924 (load 7.0418)

=== 7 === Less loaded core 5 P#3 (3 chares, load: 28.9846)
=== 7 === Chare from 5 P#5 (3 chares)
=== 7 === Chare 742 (load 6.4923)

=== 7 === Less loaded core 11 P#0 (4 chares, load: 29.2309)
=== 7 === Chare from 10 P#10 (3 chares)
=== 7 === Chare 679 (load 6.4210)

=== 7 === Less loaded core 4 P#1 (2 chares, load: 29.5055)
=== 7 === Chare from 4 P#4 (2 chares)
=== 7 === Chare 850 (load 6.8507)

=== 7 === Less loaded core 15 P#0 (3 chares, load: 29.6226)
=== 7 === Chare from 15 P#15 (3 chares)
=== 7 === Chare 681 (load 6.4003)

=== 7 === Less loaded core 25 P#32767 (3 chares, load: 29.6519)
=== 7 === Chare from 25 P#25 (3 chares)
=== 7 === Chare 816 (load 6.5620)

=== 7 === Less loaded core 13 P#0 (3 chares, load: 30.4119)
=== 7 === Chare from 13 P#13 (3 chares)
=== 7 === Chare 815 (load 6.5762)

=== 7 === Less loaded core 2 P#4 (4 chares, load: 31.3125)
=== 7 === Chare from 12 P#12 (3 chares)
=== 7 === Chare 273 (load 6.6109)

=== 7 === Less loaded core 28 P#201326592 (4 chares, load: 31.4548)
=== 7 === Chare from 7 P#7 (3 chares)
=== 7 === Chare 859 (load 6.8340)

=== 7 === Less loaded core 19 P#0 (4 chares, load: 31.4686)
=== 7 === Chare from 6 P#6 (3 chares)
=== 7 === Chare 925 (load 7.0077)

=== 7 === Less loaded core 18 P#32 (4 chares, load: 31.5101)
=== 7 === Chare from 4 P#4 (3 chares)
=== 7 === Chare 741 (load 6.4259)

[DEBUG] GetBackPlacement from node 5
68 7.4858
108 7.4826
0 7.4391
24 7.3591
51 7.5034
28 7.4464
5 7.3749
77 7.1173
110 7.5011
48 7.4893
69 7.3869
6 7.3273
62 7.4373
42 7.3642
86 7.2089
78 7.1234
23 8.8609
111 7.5741
49 7.5304
58 7.4921
65 7.5316
124 7.4844
125 7.4454
66 7.3546
72 13.8832
29 11.5333
112 7.4241
106 7.3765
97 7.3899
94 7.3688
98 7.3679
81 7.3313
100 13.7865
34 11.1747
2 8.5600
7 7.2790
71 8.3290
8 7.4359
123 7.3069
14 7.2737
40 7.4640
12 7.4233
64 7.3955
67 7.3163
105 7.4409
82 7.4393
19 7.3289
18 7.2881
70 7.3838
4 7.3401
117 7.3372
63 7.1717
11 7.5439
20 7.3505
13 7.3231
25 7.2297
9 7.4984
74 7.3115
41 7.0332
99 7.0268
73 11.2364
79 8.2247
83 8.1866
107 7.1098
10 13.9699
120 11.2826
1 7.5115
90 7.0920
84 14.2235
121 14.0610
93 12.6296
122 10.8628
53 13.7939
15 12.8147
85 9.4705
27 7.3629
52 13.4354
55 9.4166
88 9.1831
91 9.1200
16 7.5267
102 7.4876
30 7.4033
31 7.3131
114 12.3959
43 12.3363
116 9.2336
60 8.8930
17 11.1753
54 10.8630
89 7.4346
21 7.3600
75 13.8618
118 11.9813
26 11.7555
101 7.9626
57 8.0201
103 6.8653
39 6.8317
3 6.8261
95 14.0870
119 11.7859
87 11.6517
61 7.6532
36 9.3835
38 9.0594
32 7.0819
37 6.7870
45 9.1965
47 9.1943
44 7.5296
46 6.7913
109 7.5049
50 7.4812
33 7.3556
22 7.3174
126 7.3896
127 7.3432
80 7.3269
115 7.2708
56 7.5085
92 7.4728
35 7.3007
59 7.2712
104 7.5098
96 7.4834
113 7.4463
76 7.1974
Core 0 load 29.7666
Core 1 load 29.4420
Core 2 load 29.7045
Core 3 load 29.1337
Core 4 load 31.4576
Core 5 load 29.8160
Core 6 load 40.2172
Core 7 load 29.4578
Core 8 load 40.8002
Core 9 load 30.3456
Core 10 load 29.5990
Core 11 load 29.4972
Core 12 load 29.2327
Core 13 load 29.4471
Core 14 load 28.8700
Core 15 load 34.7575
Core 16 load 39.8560
Core 17 load 51.7768
Core 18 load 43.4421
Core 19 load 41.1552
Core 20 load 29.7306
Core 21 load 42.8588
Core 22 load 36.8328
Core 23 load 45.5611
Core 24 load 28.5433
Core 25 load 45.1778
Core 26 load 32.3118
Core 27 load 32.7117
Core 28 load 29.6592
Core 29 load 29.3305
Core 30 load 29.5532
Core 31 load 29.6370
Avg load 34.0526 in [33.0310 ; 35.0742 ]
Swap chares 99 (6.8261) and 71 (10.8628) between cores 24 (28.5433) and 17
(51.7768)
New loads : 24 (32.5799) and 17 (47.7402)
Swap chares 58 (7.0332) and 70 (12.6296) between cores 14 (28.8700) and 17
(47.7402)
New loads : 14 (34.4663) and 17 (42.1439)
Swap chares 15 (7.1234) and 95 (7.9626) between cores 3 (29.1337) and 23
(45.5611)
New loads : 3 (29.9729) and 23 (44.7219)
Swap chares 51 (7.1717) and 103 (7.6532) between cores 12 (29.2327) and 25
(45.1778)
New loads : 12 (29.7142) and 25 (44.6963)
Swap chares 118 (7.3269) and 94 (11.7555) between cores 29 (29.3305) and 23
(44.7219)
New loads : 29 (33.7591) and 23 (40.2933)
Swap chares 7 (7.1173) and 103 (7.1717) between cores 1 (29.4420) and 25
(44.6963)
New loads : 1 (29.4964) and 25 (44.6419)
Swap chares 54 (7.3231) and 102 (11.6517) between cores 13 (29.4471) and 25
(44.6419)
New loads : 13 (33.7758) and 25 (40.3133)
Swap chares 31 (7.3313) and 75 (7.3629) between cores 7 (29.4578) and 18
(43.4421)
New loads : 7 (29.4895) and 18 (43.4105)
Swap chares 30 (7.3679) and 74 (9.4705) between cores 7 (29.4895) and 18
(43.4105)
New loads : 7 (31.5921) and 18 (41.3078)
Swap chares 7 (7.1717) and 87 (8.8930) between cores 1 (29.4964) and 21
(42.8588)
New loads : 1 (31.2177) and 21 (41.1375)
Swap chares 45 (7.4393) and 69 (14.0610) between cores 11 (29.4972) and 17
(42.1439)
New loads : 11 (36.1189) and 17 (35.5222)
Swap chares 123 (7.2712) and 75 (7.3313) between cores 30 (29.5532) and 18
(41.3078)
New loads : 30 (29.6133) and 18 (41.2477)
Swap chares 41 (7.4233) and 73 (12.8147) between cores 10 (29.5990) and 18
(41.2477)
New loads : 10 (34.9905) and 18 (35.8563)
Swap chares 123 (7.3313) and 79 (9.1200) between cores 30 (29.6133) and 19
(41.1552)
New loads : 30 (31.4020) and 19 (39.3664)
Swap chares 126 (7.4463) and 86 (9.2336) between cores 31 (29.6370) and 21
(41.1375)
New loads : 31 (31.4243) and 21 (39.3502)
Swap chares 114 (7.3556) and 34 (8.5600) between cores 28 (29.6592) and 8
(40.8002)
New loads : 28 (30.8636) and 8 (39.5958)
Swap chares 9 (7.4893) and 101 (11.7859) between cores 2 (29.7045) and 25
(40.3133)
New loads : 2 (34.0011) and 25 (36.0167)
Swap chares 49 (7.3401) and 93 (11.9813) between cores 12 (29.7142) and 23
(40.2933)
New loads : 12 (34.3554) and 23 (35.6521)
Swap chares 83 (7.3131) and 27 (7.3765) between cores 20 (29.7306) and 6
(40.2172)
New loads : 20 (29.7940) and 6 (40.1537)
Swap chares 1 (7.4826) and 25 (11.5333) between cores 0 (29.7666) and 6
(40.1537)
New loads : 0 (33.8173) and 6 (36.1030)
Swap chares 82 (7.4033) and 66 (7.5115) between cores 20 (29.7940) and 16
(39.8560)
New loads : 20 (29.9023) and 16 (39.7478)
Swap chares 21 (7.4844) and 65 (11.2826) between cores 5 (29.8160) and 16
(39.7478)
New loads : 5 (33.6142) and 16 (35.9495)
Swap chares 81 (7.4876) and 33 (11.1747) between cores 20 (29.9023) and 8
(39.5958)
New loads : 20 (33.5894) and 8 (35.9087)
Swap chares 14 (7.2089) and 78 (9.1831) between cores 3 (29.9729) and 19
(39.3664)
New loads : 3 (31.9471) and 19 (37.3922)
Swap chares 38 (7.3069) and 86 (7.4463) between cores 9 (30.3456) and 21
(39.3502)
New loads : 9 (30.4849) and 21 (39.2108)
Swap chares 37 (7.4359) and 85 (12.3363) between cores 9 (30.4849) and 21
(39.2108)
New loads : 9 (35.3853) and 21 (34.3104)
Swap chares 115 (7.3174) and 79 (7.3313) between cores 28 (30.8636) and 19
(37.3922)
New loads : 28 (30.8775) and 19 (37.3784)
Swap chares 113 (7.4812) and 77 (9.4166) between cores 28 (30.8775) and 19
(37.3784)
New loads : 28 (32.8129) and 19 (35.4429)
Swap chares 6 (7.3749) and 90 (7.4346) between cores 1 (31.2177) and 22
(36.8328)
New loads : 1 (31.2773) and 22 (36.7732)
Swap chares 5 (7.4464) and 89 (10.8630) between cores 1 (31.2773) and 22
(36.7732)
New loads : 1 (34.6939) and 22 (33.3566)
Swap chares 122 (7.3007) and 46 (7.3289) between cores 30 (31.4020) and 11
(36.1189)
New loads : 30 (31.4302) and 11 (36.0907)
Swap chares 127 (7.1974) and 27 (7.3131) between cores 31 (31.4243) and 6
(36.1030)
New loads : 31 (31.5400) and 6 (35.9873)
Swap chares 121 (7.4728) and 45 (14.0610) between cores 30 (31.4302) and 11
(36.0907)
New loads : 30 (38.0185) and 11 (29.5024)
Swap chares 47 (7.2881) and 123 (9.1200) between cores 11 (29.5024) and 30
(38.0185)
New loads : 11 (31.3344) and 30 (36.1865)
Swap chares 46 (7.3007) and 122 (7.3289) between cores 11 (31.3344) and 30
(36.1865)
New loads : 11 (31.3626) and 30 (36.1583)
Swap chares 45 (7.4728) and 121 (14.0610) between cores 11 (31.3626) and 30
(36.1583)
New loads : 11 (37.9508) and 30 (29.5701)
Swap chares 123 (7.2881) and 47 (9.1200) between cores 30 (29.5701) and 11
(37.9508)
New loads : 30 (31.4020) and 11 (36.1189)
Swap chares 122 (7.3007) and 46 (7.3289) between cores 30 (31.4020) and 11
(36.1189)
New loads : 30 (31.4302) and 11 (36.0907)
Swap chares 121 (7.4728) and 45 (14.0610) between cores 30 (31.4302) and 11
(36.0907)
New loads : 30 (38.0185) and 11 (29.5024)
Swap chares 47 (7.2881) and 123 (9.1200) between cores 11 (29.5024) and 30
(38.0185)
New loads : 11 (31.3344) and 30 (36.1865)
Swap chares 46 (7.3007) and 122 (7.3289) between cores 11 (31.3344) and 30
(36.1865)
New loads : 11 (31.3626) and 30 (36.1583)
Swap chares 45 (7.4728) and 121 (14.0610) between cores 11 (31.3626) and 30
(36.1583)
New loads : 11 (37.9508) and 30 (29.5701)
Swap chares 123 (7.2881) and 47 (9.1200) between cores 30 (29.5701) and 11
(37.9508)
New loads : 30 (31.4020) and 11 (36.1189)
Swap chares 122 (7.3007) and 46 (7.3289) between cores 30 (31.4020) and 11
(36.1189)
New loads : 30 (31.4302) and 11 (36.0907)
Swap chares 121 (7.4728) and 45 (14.0610) between cores 30 (31.4302) and 11
(36.0907)
New loads : 30 (38.0185) and 11 (29.5024)
Swap chares 47 (7.2881) and 123 (9.1200) between cores 11 (29.5024) and 30
(38.0185)
New loads : 11 (31.3344) and 30 (36.1865)
Swap chares 46 (7.3007) and 122 (7.3289) between cores 11 (31.3344) and 30
(36.1865)
New loads : 11 (31.3626) and 30 (36.1583)
Swap chares 45 (7.4728) and 121 (14.0610) between cores 11 (31.3626) and 30
(36.1583)
New loads : 11 (37.9508) and 30 (29.5701)
Swap chares 123 (7.2881) and 47 (9.1200) between cores 30 (29.5701) and 11
(37.9508)
New loads : 30 (31.4020) and 11 (36.1189)
Swap chares 122 (7.3007) and 46 (7.3289) between cores 30 (31.4020) and 11
(36.1189)
New loads : 30 (31.4302) and 11 (36.0907)
Swap chares 121 (7.4728) and 45 (14.0610) between cores 30 (31.4302) and 11
(36.0907)
New loads : 30 (38.0185) and 11 (29.5024)
Swap chares 47 (7.2881) and 123 (9.1200) between cores 11 (29.5024) and 30
(38.0185)
New loads : 11 (31.3344) and 30 (36.1865)
Swap chares 46 (7.3007) and 122 (7.3289) between cores 11 (31.3344) and 30
(36.1865)
New loads : 11 (31.3626) and 30 (36.1583)
Swap chares 45 (7.4728) and 121 (14.0610) between cores 11 (31.3626) and 30
(36.1583)
New loads : 11 (37.9508) and 30 (29.5701)
Swap chares 123 (7.2881) and 47 (9.1200) between cores 30 (29.5701) and 11
(37.9508)
New loads : 30 (31.4020) and 11 (36.1189)
Swap chares 122 (7.3007) and 46 (7.3289) between cores 30 (31.4020) and 11
(36.1189)
New loads : 30 (31.4302) and 11 (36.0907)
Swap chares 121 (7.4728) and 45 (14.0610) between cores 30 (31.4302) and 11
(36.0907)
New loads : 30 (38.0185) and 11 (29.5024)
Swap chares 47 (7.2881) and 123 (9.1200) between cores 11 (29.5024) and 30
(38.0185)
New loads : 11 (31.3344) and 30 (36.1865)
Swap chares 46 (7.3007) and 122 (7.3289) between cores 11 (31.3344) and 30
(36.1865)
New loads : 11 (31.3626) and 30 (36.1583)
Swap chares 45 (7.4728) and 121 (14.0610) between cores 11 (31.3626) and 30
(36.1583)
New loads : 11 (37.9508) and 30 (29.5701)
Swap chares 123 (7.2881) and 47 (9.1200) between cores 30 (29.5701) and 11
(37.9508)
New loads : 30 (31.4020) and 11 (36.1189)
Swap chares 122 (7.3007) and 46 (7.3289) between cores 30 (31.4020) and 11
(36.1189)
New loads : 30 (31.4302) and 11 (36.0907)
Swap chares 121 (7.4728) and 45 (14.0610) between cores 30 (31.4302) and 11
(36.0907)
New loads : 30 (38.0185) and 11 (29.5024)
Swap chares 47 (7.2881) and 123 (9.1200) between cores 11 (29.5024) and 30
(38.0185)
New loads : 11 (31.3344) and 30 (36.1865)
=== 5 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 0 P#0 (0 chares)
=== 5 === Chare 649 (load 11.5333)

=== 5 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 5 === Chare from 1 P#1 (0 chares)
=== 5 === Chare 799 (load 10.8630)

=== 5 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 5 === Chare from 2 P#2 (0 chares)
=== 5 === Chare 1015 (load 11.7859)

=== 5 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 5 === Chare from 3 P#3 (0 chares)
=== 5 === Chare 984 (load 9.1831)

=== 5 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 5 === Chare from 4 P#4 (0 chares)
=== 5 === Chare 635 (load 8.8609)

=== 5 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 5 === Chare from 5 P#5 (0 chares)
=== 5 === Chare 1016 (load 11.2826)

=== 5 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 5 === Chare from 6 P#6 (0 chares)
=== 5 === Chare 954 (load 13.8832)

=== 5 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 5 === Chare from 7 P#7 (0 chares)
=== 5 === Chare 981 (load 9.4705)

=== 5 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 5 === Chare from 8 P#8 (0 chares)
=== 5 === Chare 996 (load 13.7865)

=== 5 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 9 P#9 (0 chares)
=== 5 === Chare 760 (load 12.3363)

=== 5 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 10 P#10 (0 chares)
=== 5 === Chare 413 (load 12.8147)

=== 5 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 11 P#11 (0 chares)
=== 5 === Chare 987 (load 9.1200)

=== 5 === Less loaded core 12 P#26400400 (0 chares, load: 0.0000)
=== 5 === Chare from 12 P#12 (0 chares)
=== 5 === Chare 1014 (load 11.9813)

=== 5 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 13 P#13 (0 chares)
=== 5 === Chare 983 (load 11.6517)

=== 5 === Less loaded core 14 P#109994000 (0 chares, load: 0.0000)
=== 5 === Chare from 14 P#14 (0 chares)
=== 5 === Chare 989 (load 12.6296)

=== 5 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 15 P#15 (0 chares)
=== 5 === Chare 955 (load 11.2364)

=== 5 === Less loaded core 16 P#22285456 (0 chares, load: 0.0000)
=== 5 === Chare from 16 P#16 (0 chares)
=== 5 === Chare 367 (load 13.9699)

=== 5 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 17 P#17 (0 chares)
=== 5 === Chare 980 (load 14.2235)

=== 5 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 5 === Chare from 18 P#18 (0 chares)
=== 5 === Chare 798 (load 13.7939)

=== 5 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 19 P#19 (0 chares)
=== 5 === Chare 797 (load 13.4354)

=== 5 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 20 P#20 (0 chares)
=== 5 === Chare 685 (load 11.1747)

=== 5 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 21 P#21 (0 chares)
=== 5 === Chare 1010 (load 12.3959)

=== 5 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 5 === Chare from 22 P#22 (0 chares)
=== 5 === Chare 484 (load 11.1753)

=== 5 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 5 === Chare from 23 P#23 (0 chares)
=== 5 === Chare 957 (load 13.8618)

=== 5 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 5 === Chare from 24 P#24 (0 chares)
=== 5 === Chare 1018 (load 10.8628)

=== 5 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 5 === Chare from 25 P#25 (0 chares)
=== 5 === Chare 991 (load 14.0870)

=== 5 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 26 P#26 (0 chares)
=== 5 === Chare 691 (load 9.3835)

=== 5 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 5 === Chare from 27 P#27 (0 chares)
=== 5 === Chare 782 (load 9.1965)

=== 5 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 28 P#28 (0 chares)
=== 5 === Chare 800 (load 9.4166)

=== 5 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 29 P#29 (0 chares)
=== 5 === Chare 642 (load 11.7555)

=== 5 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 5 === Chare from 30 P#30 (0 chares)
=== 5 === Chare 1017 (load 14.0610)

=== 5 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 5 === Chare from 31 P#31 (0 chares)
=== 5 === Chare 1012 (load 9.2336)

=== 5 === Less loaded core 4 P#1 (1 chares, load: 8.8609)
=== 5 === Chare from 4 P#4 (1 chares)
=== 5 === Chare 1007 (load 7.5741)

=== 5 === Less loaded core 11 P#0 (1 chares, load: 9.1200)
=== 5 === Chare from 11 P#11 (1 chares)
=== 5 === Chare 988 (load 7.4728)

=== 5 === Less loaded core 3 P#6 (1 chares, load: 9.1831)
=== 5 === Chare from 3 P#3 (1 chares)
=== 5 === Chare 997 (load 7.9626)

=== 5 === Less loaded core 27 P#32767 (1 chares, load: 9.1965)
=== 5 === Chare from 27 P#27 (1 chares)
=== 5 === Chare 784 (load 9.1943)

=== 5 === Less loaded core 31 P#32767 (1 chares, load: 9.2336)
=== 5 === Chare from 31 P#31 (1 chares)
=== 5 === Chare 1000 (load 7.5098)

=== 5 === Less loaded core 26 P#1 (1 chares, load: 9.3835)
=== 5 === Chare from 26 P#26 (1 chares)
=== 5 === Chare 693 (load 9.0594)

=== 5 === Less loaded core 28 P#-134217728 (1 chares, load: 9.4166)
=== 5 === Chare from 28 P#28 (1 chares)
=== 5 === Chare 151 (load 8.5600)

=== 5 === Less loaded core 7 P#7 (1 chares, load: 9.4705)
=== 5 === Chare from 7 P#7 (1 chares)
=== 5 === Chare 993 (load 7.3899)

=== 5 === Less loaded core 24 P#24 (1 chares, load: 10.8628)
=== 5 === Chare from 24 P#24 (1 chares)
=== 5 === Chare 806 (load 8.0201)

=== 5 === Less loaded core 1 P#2 (1 chares, load: 10.8630)
=== 5 === Chare from 1 P#1 (1 chares)
=== 5 === Chare 818 (load 8.8930)

=== 5 === Less loaded core 20 P#0 (1 chares, load: 11.1747)
=== 5 === Chare from 20 P#20 (1 chares)
=== 5 === Chare 483 (load 7.5267)

=== 5 === Less loaded core 22 P#22 (1 chares, load: 11.1753)
=== 5 === Chare from 22 P#22 (1 chares)
=== 5 === Chare 648 (load 7.4464)

=== 5 === Less loaded core 15 P#0 (1 chares, load: 11.2364)
=== 5 === Chare from 15 P#15 (1 chares)
=== 5 === Chare 975 (load 8.2247)

=== 5 === Less loaded core 5 P#3 (1 chares, load: 11.2826)
=== 5 === Chare from 5 P#5 (1 chares)
=== 5 === Chare 823 (load 7.5316)

=== 5 === Less loaded core 0 P#0 (1 chares, load: 11.5333)
=== 5 === Chare from 0 P#0 (1 chares)
=== 5 === Chare 914 (load 7.4858)

=== 5 === Less loaded core 13 P#0 (1 chares, load: 11.6517)
=== 5 === Chare from 13 P#13 (1 chares)
=== 5 === Chare 368 (load 7.5439)

=== 5 === Less loaded core 29 P#1076331210 (1 chares, load: 11.7555)
=== 5 === Chare from 29 P#29 (1 chares)
=== 5 === Chare 1022 (load 7.3896)

=== 5 === Less loaded core 2 P#4 (1 chares, load: 11.7859)
=== 5 === Chare from 2 P#2 (1 chares)
=== 5 === Chare 1006 (load 7.5011)

=== 5 === Less loaded core 12 P#26400400 (1 chares, load: 11.9813)
=== 5 === Chare from 12 P#12 (1 chares)
=== 5 === Chare 819 (load 7.6532)

=== 5 === Less loaded core 9 P#0 (1 chares, load: 12.3363)
=== 5 === Chare from 9 P#9 (1 chares)
=== 5 === Chare 917 (load 8.3290)

=== 5 === Less loaded core 21 P#0 (1 chares, load: 12.3959)
=== 5 === Chare from 21 P#21 (1 chares)
=== 5 === Chare 365 (load 7.4359)

=== 5 === Less loaded core 14 P#109994000 (1 chares, load: 12.6296)
=== 5 === Chare from 14 P#14 (1 chares)
=== 5 === Chare 366 (load 7.4984)

=== 5 === Less loaded core 10 P#0 (1 chares, load: 12.8147)
=== 5 === Chare from 10 P#10 (1 chares)
=== 5 === Chare 757 (load 7.4640)

=== 5 === Less loaded core 19 P#0 (1 chares, load: 13.4354)
=== 5 === Chare from 19 P#19 (1 chares)
=== 5 === Chare 795 (load 7.4812)

=== 5 === Less loaded core 8 P#9346032 (1 chares, load: 13.7865)
=== 5 === Chare from 8 P#8 (1 chares)
=== 5 === Chare 998 (load 7.4876)

=== 5 === Less loaded core 18 P#32 (1 chares, load: 13.7939)
=== 5 === Chare from 18 P#18 (1 chares)
=== 5 === Chare 410 (load 7.4233)

=== 5 === Less loaded core 23 P#23 (1 chares, load: 13.8618)
=== 5 === Chare from 23 P#23 (1 chares)
=== 5 === Chare 286 (load 7.3401)

=== 5 === Less loaded core 6 P#5 (1 chares, load: 13.8832)
=== 5 === Chare from 6 P#6 (1 chares)
=== 5 === Chare 1004 (load 7.4826)

=== 5 === Less loaded core 16 P#22285456 (1 chares, load: 13.9699)
=== 5 === Chare from 16 P#16 (1 chares)
=== 5 === Chare 1020 (load 7.4844)

=== 5 === Less loaded core 30 P#-78976 (1 chares, load: 14.0610)
=== 5 === Chare from 30 P#30 (1 chares)
=== 5 === Chare 805 (load 7.5085)

=== 5 === Less loaded core 25 P#32767 (1 chares, load: 14.0870)
=== 5 === Chare from 25 P#25 (1 chares)
=== 5 === Chare 793 (load 7.4893)

=== 5 === Less loaded core 17 P#0 (1 chares, load: 14.2235)
=== 5 === Chare from 17 P#17 (1 chares)
=== 5 === Chare 978 (load 7.4393)

=== 5 === Less loaded core 4 P#1 (2 chares, load: 16.4350)
=== 5 === Chare from 4 P#4 (2 chares)
=== 5 === Chare 794 (load 7.5304)

=== 5 === Less loaded core 11 P#0 (2 chares, load: 16.5928)
=== 5 === Chare from 11 P#11 (2 chares)
=== 5 === Chare 1001 (load 7.4409)

=== 5 === Less loaded core 31 P#32767 (2 chares, load: 16.7435)
=== 5 === Chare from 31 P#31 (2 chares)
=== 5 === Chare 992 (load 7.4834)

=== 5 === Less loaded core 7 P#7 (2 chares, load: 16.8603)
=== 5 === Chare from 7 P#7 (2 chares)
=== 5 === Chare 990 (load 7.3688)

=== 5 === Less loaded core 3 P#6 (2 chares, load: 17.1457)
=== 5 === Chare from 3 P#3 (2 chares)
=== 5 === Chare 820 (load 7.4373)

=== 5 === Less loaded core 28 P#1207959552 (2 chares, load: 17.9766)
=== 5 === Chare from 28 P#28 (2 chares)
=== 5 === Chare 1005 (load 7.5049)

=== 5 === Less loaded core 27 P#32767 (2 chares, load: 18.3908)
=== 5 === Chare from 27 P#27 (2 chares)
=== 5 === Chare 781 (load 7.5296)

=== 5 === Less loaded core 26 P#2 (2 chares, load: 18.4429)
=== 5 === Chare from 26 P#26 (2 chares)
=== 5 === Chare 683 (load 7.0819)

=== 5 === Less loaded core 22 P#22 (2 chares, load: 18.6217)
=== 5 === Chare from 22 P#22 (2 chares)
=== 5 === Chare 287 (load 7.3749)

=== 5 === Less loaded core 20 P#0 (2 chares, load: 18.7014)
=== 5 === Chare from 20 P#20 (2 chares)
=== 5 === Chare 150 (load 7.5115)

=== 5 === Less loaded core 5 P#3 (2 chares, load: 18.8142)
=== 5 === Chare from 5 P#5 (2 chares)
=== 5 === Chare 1021 (load 7.4454)

=== 5 === Less loaded core 24 P#24 (2 chares, load: 18.8829)
=== 5 === Chare from 24 P#24 (2 chares)
=== 5 === Chare 999 (load 6.8653)

=== 5 === Less loaded core 0 P#0 (2 chares, load: 19.0191)
=== 5 === Chare from 0 P#0 (2 chares)
=== 5 === Chare 149 (load 7.4391)

=== 5 === Less loaded core 29 P#1077093669 (2 chares, load: 19.1451)
=== 5 === Chare from 29 P#29 (2 chares)
=== 5 === Chare 1023 (load 7.3432)

=== 5 === Less loaded core 13 P#0 (2 chares, load: 19.1956)
=== 5 === Chare from 13 P#13 (2 chares)
=== 5 === Chare 632 (load 7.3505)

=== 5 === Less loaded core 2 P#4 (2 chares, load: 19.2870)
=== 5 === Chare from 2 P#2 (2 chares)
=== 5 === Chare 915 (load 7.3869)

=== 5 === Less loaded core 15 P#0 (2 chares, load: 19.4611)
=== 5 === Chare from 15 P#15 (2 chares)
=== 5 === Chare 979 (load 8.1866)

=== 5 === Less loaded core 12 P#26400400 (2 chares, load: 19.6344)
=== 5 === Chare from 12 P#12 (2 chares)
=== 5 === Chare 916 (load 7.3838)

=== 5 === Less loaded core 1 P#2 (2 chares, load: 19.7560)
=== 5 === Chare from 1 P#1 (2 chares)
=== 5 === Chare 796 (load 7.5034)

=== 5 === Less loaded core 21 P#0 (2 chares, load: 19.8318)
=== 5 === Chare from 21 P#21 (2 chares)
=== 5 === Chare 1019 (load 7.3069)

=== 5 === Less loaded core 14 P#109994000 (2 chares, load: 20.1280)
=== 5 === Chare from 14 P#14 (2 chares)
=== 5 === Chare 956 (load 7.3115)

=== 5 === Less loaded core 10 P#0 (2 chares, load: 20.2787)
=== 5 === Chare from 10 P#10 (2 chares)
=== 5 === Chare 822 (load 7.3955)

=== 5 === Less loaded core 9 P#0 (2 chares, load: 20.6653)
=== 5 === Chare from 9 P#9 (2 chares)
=== 5 === Chare 1009 (load 7.4463)

=== 5 === Less loaded core 19 P#0 (2 chares, load: 20.9166)
=== 5 === Chare from 19 P#19 (2 chares)
=== 5 === Chare 634 (load 7.3174)

=== 5 === Less loaded core 23 P#23 (2 chares, load: 21.2019)
=== 5 === Chare from 23 P#23 (2 chares)
=== 5 === Chare 976 (load 7.3269)

=== 5 === Less loaded core 18 P#32 (2 chares, load: 21.2172)
=== 5 === Chare from 18 P#18 (2 chares)
=== 5 === Chare 994 (load 7.3679)

=== 5 === Less loaded core 8 P#9346032 (2 chares, load: 21.2740)
=== 5 === Chare from 8 P#8 (2 chares)
=== 5 === Chare 684 (load 7.3556)

=== 5 === Less loaded core 6 P#5 (2 chares, load: 21.3658)
=== 5 === Chare from 6 P#6 (2 chares)
=== 5 === Chare 1008 (load 7.4241)

=== 5 === Less loaded core 16 P#22285456 (2 chares, load: 21.4543)
=== 5 === Chare from 16 P#16 (2 chares)
=== 5 === Chare 650 (load 7.4033)

=== 5 === Less loaded core 30 P#-78976 (2 chares, load: 21.5695)
=== 5 === Chare from 30 P#30 (2 chares)
=== 5 === Chare 486 (load 7.3289)

=== 5 === Less loaded core 25 P#32767 (2 chares, load: 21.5763)
=== 5 === Chare from 25 P#25 (2 chares)
=== 5 === Chare 411 (load 7.3231)

=== 5 === Less loaded core 17 P#0 (2 chares, load: 21.6629)
=== 5 === Chare from 17 P#17 (2 chares)
=== 5 === Chare 758 (load 7.0332)

=== 5 === Less loaded core 4 P#1 (3 chares, load: 23.9655)
=== 5 === Chare from 4 P#4 (3 chares)
=== 5 === Chare 807 (load 7.4921)

=== 5 === Less loaded core 11 P#0 (3 chares, load: 24.0337)
=== 5 === Chare from 11 P#11 (3 chares)
=== 5 === Chare 686 (load 7.3007)

=== 5 === Less loaded core 31 P#32767 (3 chares, load: 24.2269)
=== 5 === Chare from 31 P#31 (3 chares)
=== 5 === Chare 651 (load 7.3131)

=== 5 === Less loaded core 7 P#7 (3 chares, load: 24.2292)
=== 5 === Chare from 7 P#7 (3 chares)
=== 5 === Chare 643 (load 7.3629)

=== 5 === Less loaded core 3 P#6 (3 chares, load: 24.5830)
=== 5 === Chare from 3 P#3 (3 chares)
=== 5 === Chare 759 (load 7.3642)

=== 5 === Less loaded core 28 P#-738197504 (3 chares, load: 25.4816)
=== 5 === Chare from 28 P#28 (3 chares)
=== 5 === Chare 977 (load 7.3313)

=== 5 === Less loaded core 26 P#3 (3 chares, load: 25.5248)
=== 5 === Chare from 26 P#26 (3 chares)
=== 5 === Chare 692 (load 6.7870)

=== 5 === Less loaded core 24 P#24 (3 chares, load: 25.7482)
=== 5 === Chare from 24 P#24 (3 chares)
=== 5 === Chare 694 (load 6.8317)

=== 5 === Less loaded core 27 P#32767 (3 chares, load: 25.9205)
=== 5 === Chare from 27 P#27 (3 chares)
=== 5 === Chare 783 (load 6.7913)

=== 5 === Less loaded core 22 P#22 (3 chares, load: 25.9966)
=== 5 === Chare from 22 P#22 (3 chares)
=== 5 === Chare 633 (load 7.3600)

=== 5 === Less loaded core 20 P#0 (3 chares, load: 26.2129)
=== 5 === Chare from 20 P#20 (3 chares)
=== 5 === Chare 1002 (load 7.3765)

=== 5 === Less loaded core 5 P#3 (3 chares, load: 26.2596)
=== 5 === Chare from 5 P#5 (3 chares)
=== 5 === Chare 824 (load 7.3546)

=== 5 === Less loaded core 0 P#0 (3 chares, load: 26.4582)
=== 5 === Chare from 0 P#0 (3 chares)
=== 5 === Chare 640 (load 7.3591)

=== 5 === Less loaded core 29 P#1077574914 (3 chares, load: 26.4883)
=== 5 === Chare from 29 P#29 (3 chares)
=== 5 === Chare 1011 (load 7.2708)

=== 5 === Less loaded core 13 P#0 (3 chares, load: 26.5461)
=== 5 === Chare from 13 P#13 (3 chares)
=== 5 === Chare 641 (load 7.2297)

=== 5 === Less loaded core 2 P#4 (3 chares, load: 26.6738)
=== 5 === Chare from 2 P#2 (3 chares)
=== 5 === Chare 288 (load 7.3273)

=== 5 === Less loaded core 12 P#26400400 (3 chares, load: 27.0182)
=== 5 === Chare from 12 P#12 (3 chares)
=== 5 === Chare 1013 (load 7.3372)

=== 5 === Less loaded core 21 P#0 (3 chares, load: 27.1387)
=== 5 === Chare from 21 P#21 (3 chares)
=== 5 === Chare 821 (load 7.1717)

=== 5 === Less loaded core 1 P#2 (3 chares, load: 27.2594)
=== 5 === Chare from 1 P#1 (3 chares)
=== 5 === Chare 985 (load 7.4346)

=== 5 === Less loaded core 14 P#109994000 (3 chares, load: 27.4395)
=== 5 === Chare from 14 P#14 (3 chares)
=== 5 === Chare 995 (load 7.0268)

=== 5 === Less loaded core 15 P#0 (3 chares, load: 27.6477)
=== 5 === Chare from 15 P#15 (3 chares)
=== 5 === Chare 1003 (load 7.1098)

=== 5 === Less loaded core 10 P#0 (3 chares, load: 27.6742)
=== 5 === Chare from 10 P#10 (3 chares)
=== 5 === Chare 825 (load 7.3163)

=== 5 === Less loaded core 9 P#0 (3 chares, load: 28.1116)
=== 5 === Chare from 9 P#9 (3 chares)
=== 5 === Chare 412 (load 7.2737)

=== 5 === Less loaded core 19 P#0 (3 chares, load: 28.2340)
=== 5 === Chare from 19 P#19 (3 chares)
=== 5 === Chare 982 (load 7.2089)

=== 5 === Less loaded core 23 P#23 (3 chares, load: 28.5287)
=== 5 === Chare from 23 P#23 (3 chares)
=== 5 === Chare 974 (load 7.1234)

=== 5 === Less loaded core 18 P#32 (3 chares, load: 28.5850)
=== 5 === Chare from 18 P#18 (3 chares)
=== 5 === Chare 808 (load 7.2712)

=== 5 === Less loaded core 8 P#9346032 (3 chares, load: 28.6297)
=== 5 === Chare from 8 P#8 (3 chares)
=== 5 === Chare 289 (load 7.2790)

=== 5 === Less loaded core 17 P#0 (3 chares, load: 28.6961)
=== 5 === Chare from 17 P#17 (3 chares)
=== 5 === Chare 152 (load 6.8261)

=== 5 === Less loaded core 6 P#5 (3 chares, load: 28.7899)
=== 5 === Chare from 6 P#6 (3 chares)
=== 5 === Chare 972 (load 7.1974)

=== 5 === Less loaded core 16 P#22285456 (3 chares, load: 28.8575)
=== 5 === Chare from 16 P#16 (3 chares)
=== 5 === Chare 986 (load 7.0920)

=== 5 === Less loaded core 30 P#-78976 (3 chares, load: 28.8984)
=== 5 === Chare from 30 P#30 (3 chares)
=== 5 === Chare 485 (load 7.2881)

=== 5 === Less loaded core 25 P#32767 (3 chares, load: 28.8994)
=== 5 === Chare from 25 P#25 (3 chares)
=== 5 === Chare 973 (load 7.1173)

[DEBUG] GetBackPlacement from node 1
0 7.0347
61 6.9643
45 6.8965
22 6.7142
47 6.9789
101 6.8834
75 6.8196
23 6.8032
2 9.1764
1 9.1602
4 6.9421
127 6.6784
60 9.3122
63 9.0607
5 6.8826
92 6.7388
16 7.1714
14 7.0956
15 7.0911
115 7.0699
104 12.3648
95 8.4964
52 8.3223
72 7.0557
33 12.4648
68 8.9531
41 7.0357
97 6.7986
106 9.0114
100 7.0162
94 6.8907
71 6.7588
12 14.4096
109 12.2647
13 11.0454
108 8.6660
118 14.1461
110 13.9185
121 12.3529
111 11.1541
113 8.3057
86 7.4425
49 7.3864
43 7.3265
65 11.3361
102 8.3296
80 7.4677
48 7.3576
28 9.3535
29 7.1081
114 6.9616
17 6.9388
66 14.3606
34 12.2786
116 8.4294
88 7.2020
123 7.1566
30 7.1479
59 7.0784
19 6.9376
57 9.2920
56 9.2435
21 9.0583
58 7.0938
7 11.2467
126 8.3584
3 7.2610
51 7.2330
69 14.0721
90 13.9499
32 12.9216
79 7.1995
44 7.5217
36 7.5082
62 7.3563
40 7.3227
98 8.6197
38 7.6714
46 7.6243
64 7.2253
77 10.8004
107 8.1882
6 7.3992
70 7.2457
76 14.3547
73 13.1827
55 11.1532
89 8.9493
18 10.5469
93 8.1579
74 8.0193
120 7.4169
78 13.5160
91 10.5131
25 8.8120
26 6.5176
35 8.1725
84 7.4314
8 7.3960
119 7.2163
105 7.4548
103 7.3800
112 7.2974
11 7.1022
42 9.8069
50 8.9357
20 8.4539
24 6.8479
27 19.5565
82 7.4041
117 7.3885
31 7.1735
81 7.3594
122 7.2324
9 7.1947
10 7.1373
37 7.3883
85 7.3480
87 7.2708
83 7.2525
39 7.3291
54 7.1943
99 7.1790
53 7.1652
96 7.4414
124 7.3701
67 7.2467
125 7.1960
Core 0 load 27.6098
Core 1 load 27.4852
Core 2 load 31.9571
Core 3 load 31.9944
Core 4 load 28.4280
Core 5 load 36.2392
Core 6 load 35.2522
Core 7 load 29.6772
Core 8 load 46.3857
Core 9 load 51.5716
Core 10 load 30.4612
Core 11 load 34.4910
Core 12 load 30.3619
Core 13 load 42.2706
Core 14 load 28.3206
Core 15 load 34.6876
Core 16 load 34.0992
Core 17 load 48.1430
Core 18 load 29.7088
Core 19 load 31.1407
Core 20 load 33.6335
Core 21 load 47.6399
Core 22 load 34.1409
Core 23 load 39.3587
Core 24 load 30.2162
Core 25 load 29.2344
Core 26 load 34.0443
Core 27 load 41.5227
Core 28 load 28.9238
Core 29 load 29.2596
Core 30 load 28.8677
Core 31 load 29.2542
Avg load 34.2619 in [33.2340 ; 35.2898 ]
Swap chares 7 (6.8032) and 39 (11.1541) between cores 1 (27.4852) and 9
(51.5716)
New loads : 1 (31.8361) and 9 (47.2207)
Swap chares 3 (6.7142) and 71 (7.1995) between cores 0 (27.6098) and 17
(48.1430)
New loads : 0 (28.0951) and 17 (47.6577)
Swap chares 2 (6.8965) and 70 (12.9216) between cores 0 (28.0951) and 17
(47.6577)
New loads : 0 (34.1201) and 17 (41.6327)
Swap chares 59 (6.9376) and 87 (8.9493) between cores 14 (28.3206) and 21
(47.6399)
New loads : 14 (30.3322) and 21 (45.6282)
Swap chares 18 (7.0911) and 38 (12.3529) between cores 4 (28.4280) and 9
(47.2207)
New loads : 4 (33.6898) and 9 (41.9589)
Swap chares 123 (7.1652) and 35 (8.6660) between cores 30 (28.8677) and 8
(46.3857)
New loads : 30 (30.3685) and 8 (44.8849)
Swap chares 114 (7.1947) and 86 (11.1532) between cores 28 (28.9238) and 21
(45.6282)
New loads : 28 (32.8823) and 21 (41.6697)
Swap chares 103 (7.1022) and 35 (7.1652) between cores 25 (29.2344) and 8
(44.8849)
New loads : 25 (29.2975) and 8 (44.8218)
Swap chares 126 (7.2467) and 34 (11.0454) between cores 31 (29.2542) and 8
(44.8218)
New loads : 31 (33.0529) and 8 (41.0231)
Swap chares 118 (7.2708) and 54 (8.4294) between cores 29 (29.2596) and 13
(42.2706)
New loads : 29 (30.4182) and 13 (41.1119)
Swap chares 101 (7.3800) and 37 (13.9185) between cores 25 (29.2975) and 9
(41.9589)
New loads : 25 (35.8359) and 9 (35.4204)
Swap chares 31 (6.7588) and 87 (6.9376) between cores 7 (29.6772) and 21
(41.6697)
New loads : 7 (29.8560) and 21 (41.4909)
Swap chares 73 (7.5082) and 69 (13.9499) between cores 18 (29.7088) and 17
(41.6327)
New loads : 18 (36.1505) and 17 (35.1909)
Swap chares 31 (6.9376) and 111 (7.1735) between cores 7 (29.8560) and 27
(41.5227)
New loads : 7 (30.0919) and 27 (41.2868)
Swap chares 30 (6.8907) and 86 (7.1947) between cores 7 (30.0919) and 21
(41.4909)
New loads : 7 (30.3959) and 21 (41.1869)
Swap chares 96 (8.1725) and 108 (19.5565) between cores 24 (30.2162) and 27
(41.2868)
New loads : 24 (41.6003) and 27 (29.9027)
Swap chares 111 (6.9376) and 99 (7.2163) between cores 27 (29.9027) and 24
(41.6003)
New loads : 27 (30.1813) and 24 (41.3216)
Swap chares 110 (7.3885) and 98 (7.3960) between cores 27 (30.1813) and 24
(41.3216)
New loads : 27 (30.1889) and 24 (41.3141)
Swap chares 109 (7.4041) and 97 (7.4314) between cores 27 (30.1889) and 24
(41.3141)
New loads : 27 (30.2162) and 24 (41.2868)
Swap chares 108 (8.1725) and 96 (19.5565) between cores 27 (30.2162) and 24
(41.2868)
New loads : 27 (41.6003) and 24 (29.9027)
Swap chares 99 (6.9376) and 111 (7.2163) between cores 24 (29.9027) and 27
(41.6003)
New loads : 24 (30.1813) and 27 (41.3216)
Swap chares 98 (7.3885) and 110 (7.3960) between cores 24 (30.1813) and 27
(41.3216)
New loads : 24 (30.1889) and 27 (41.3141)
Swap chares 97 (7.4041) and 109 (7.4314) between cores 24 (30.1889) and 27
(41.3141)
New loads : 24 (30.2162) and 27 (41.2868)
Swap chares 96 (8.1725) and 108 (19.5565) between cores 24 (30.2162) and 27
(41.2868)
New loads : 24 (41.6003) and 27 (29.9027)
Swap chares 111 (6.9376) and 99 (7.2163) between cores 27 (29.9027) and 24
(41.6003)
New loads : 27 (30.1813) and 24 (41.3216)
Swap chares 110 (7.3885) and 98 (7.3960) between cores 27 (30.1813) and 24
(41.3216)
New loads : 27 (30.1889) and 24 (41.3141)
Swap chares 109 (7.4041) and 97 (7.4314) between cores 27 (30.1889) and 24
(41.3141)
New loads : 27 (30.2162) and 24 (41.2868)
Swap chares 108 (8.1725) and 96 (19.5565) between cores 27 (30.2162) and 24
(41.2868)
New loads : 27 (41.6003) and 24 (29.9027)
Swap chares 99 (6.9376) and 111 (7.2163) between cores 24 (29.9027) and 27
(41.6003)
New loads : 24 (30.1813) and 27 (41.3216)
Swap chares 98 (7.3885) and 110 (7.3960) between cores 24 (30.1813) and 27
(41.3216)
New loads : 24 (30.1889) and 27 (41.3141)
Swap chares 97 (7.4041) and 109 (7.4314) between cores 24 (30.1889) and 27
(41.3141)
New loads : 24 (30.2162) and 27 (41.2868)
Swap chares 96 (8.1725) and 108 (19.5565) between cores 24 (30.2162) and 27
(41.2868)
New loads : 24 (41.6003) and 27 (29.9027)
Swap chares 111 (6.9376) and 99 (7.2163) between cores 27 (29.9027) and 24
(41.6003)
New loads : 27 (30.1813) and 24 (41.3216)
Swap chares 110 (7.3885) and 98 (7.3960) between cores 27 (30.1813) and 24
(41.3216)
New loads : 27 (30.1889) and 24 (41.3141)
Swap chares 109 (7.4041) and 97 (7.4314) between cores 27 (30.1889) and 24
(41.3141)
New loads : 27 (30.2162) and 24 (41.2868)
Swap chares 108 (8.1725) and 96 (19.5565) between cores 27 (30.2162) and 24
(41.2868)
New loads : 27 (41.6003) and 24 (29.9027)
Swap chares 99 (6.9376) and 111 (7.2163) between cores 24 (29.9027) and 27
(41.6003)
New loads : 24 (30.1813) and 27 (41.3216)
Swap chares 98 (7.3885) and 110 (7.3960) between cores 24 (30.1813) and 27
(41.3216)
New loads : 24 (30.1889) and 27 (41.3141)
Swap chares 97 (7.4041) and 109 (7.4314) between cores 24 (30.1889) and 27
(41.3141)
New loads : 24 (30.2162) and 27 (41.2868)
Swap chares 96 (8.1725) and 108 (19.5565) between cores 24 (30.2162) and 27
(41.2868)
New loads : 24 (41.6003) and 27 (29.9027)
Swap chares 111 (6.9376) and 99 (7.2163) between cores 27 (29.9027) and 24
(41.6003)
New loads : 27 (30.1813) and 24 (41.3216)
Swap chares 110 (7.3885) and 98 (7.3960) between cores 27 (30.1813) and 24
(41.3216)
New loads : 27 (30.1889) and 24 (41.3141)
Swap chares 109 (7.4041) and 97 (7.4314) between cores 27 (30.1889) and 24
(41.3141)
New loads : 27 (30.2162) and 24 (41.2868)
Swap chares 108 (8.1725) and 96 (19.5565) between cores 27 (30.2162) and 24
(41.2868)
New loads : 27 (41.6003) and 24 (29.9027)
Swap chares 99 (6.9376) and 111 (7.2163) between cores 24 (29.9027) and 27
(41.6003)
New loads : 24 (30.1813) and 27 (41.3216)
Swap chares 98 (7.3885) and 110 (7.3960) between cores 24 (30.1813) and 27
(41.3216)
New loads : 24 (30.1889) and 27 (41.3141)
Swap chares 97 (7.4041) and 109 (7.4314) between cores 24 (30.1889) and 27
(41.3141)
New loads : 24 (30.2162) and 27 (41.2868)
Swap chares 96 (8.1725) and 108 (19.5565) between cores 24 (30.2162) and 27
(41.2868)
New loads : 24 (41.6003) and 27 (29.9027)
Swap chares 111 (6.9376) and 99 (7.2163) between cores 27 (29.9027) and 24
(41.6003)
New loads : 27 (30.1813) and 24 (41.3216)
Swap chares 110 (7.3885) and 98 (7.3960) between cores 27 (30.1813) and 24
(41.3216)
New loads : 27 (30.1889) and 24 (41.3141)
Swap chares 109 (7.4041) and 97 (7.4314) between cores 27 (30.1889) and 24
(41.3141)
New loads : 27 (30.2162) and 24 (41.2868)
Swap chares 108 (8.1725) and 96 (19.5565) between cores 27 (30.2162) and 24
(41.2868)
New loads : 27 (41.6003) and 24 (29.9027)
Swap chares 99 (6.9376) and 111 (7.2163) between cores 24 (29.9027) and 27
(41.6003)
New loads : 24 (30.1813) and 27 (41.3216)
Swap chares 98 (7.3885) and 110 (7.3960) between cores 24 (30.1813) and 27
(41.3216)
New loads : 24 (30.1889) and 27 (41.3141)
Swap chares 97 (7.4041) and 109 (7.4314) between cores 24 (30.1889) and 27
(41.3141)
New loads : 24 (30.2162) and 27 (41.2868)
Swap chares 96 (8.1725) and 108 (19.5565) between cores 24 (30.2162) and 27
(41.2868)
New loads : 24 (41.6003) and 27 (29.9027)
Swap chares 111 (6.9376) and 99 (7.2163) between cores 27 (29.9027) and 24
(41.6003)
New loads : 27 (30.1813) and 24 (41.3216)
Swap chares 110 (7.3885) and 98 (7.3960) between cores 27 (30.1813) and 24
(41.3216)
New loads : 27 (30.1889) and 24 (41.3141)
Swap chares 109 (7.4041) and 97 (7.4314) between cores 27 (30.1889) and 24
(41.3141)
New loads : 27 (30.2162) and 24 (41.2868)
Swap chares 108 (8.1725) and 96 (19.5565) between cores 27 (30.2162) and 24
(41.2868)
New loads : 27 (41.6003) and 24 (29.9027)
Swap chares 99 (6.9376) and 111 (7.2163) between cores 24 (29.9027) and 27
(41.6003)
New loads : 24 (30.1813) and 27 (41.3216)
Swap chares 98 (7.3885) and 110 (7.3960) between cores 24 (30.1813) and 27
(41.3216)
New loads : 24 (30.1889) and 27 (41.3141)
Swap chares 97 (7.4041) and 109 (7.4314) between cores 24 (30.1889) and 27
(41.3141)
New loads : 24 (30.2162) and 27 (41.2868)
Swap chares 96 (8.1725) and 108 (19.5565) between cores 24 (30.2162) and 27
(41.2868)
New loads : 24 (41.6003) and 27 (29.9027)
=== 1 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 0 P#0 (0 chares)
=== 1 === Chare 333 (load 12.9216)

=== 1 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 1 === Chare from 1 P#1 (0 chares)
=== 1 === Chare 521 (load 11.1541)

=== 1 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 1 === Chare from 2 P#2 (0 chares)
=== 1 === Chare 265 (load 9.1764)

=== 1 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 1 === Chare from 3 P#3 (0 chares)
=== 1 === Chare 426 (load 9.3122)

=== 1 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 1 === Chare from 4 P#4 (0 chares)
=== 1 === Chare 539 (load 12.3529)

=== 1 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 1 === Chare from 5 P#5 (0 chares)
=== 1 === Chare 514 (load 12.3648)

=== 1 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 1 === Chare from 6 P#6 (0 chares)
=== 1 === Chare 334 (load 12.4648)

=== 1 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 1 === Chare from 7 P#7 (0 chares)
=== 1 === Chare 516 (load 9.0114)

=== 1 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 1 === Chare from 8 P#8 (0 chares)
=== 1 === Chare 302 (load 14.4096)

=== 1 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 9 P#9 (0 chares)
=== 1 === Chare 528 (load 14.1461)

=== 1 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 10 P#10 (0 chares)
=== 1 === Chare 523 (load 8.3057)

=== 1 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 11 P#11 (0 chares)
=== 1 === Chare 435 (load 11.3361)

=== 1 === Less loaded core 12 P#19176208 (0 chares, load: 0.0000)
=== 1 === Chare from 12 P#12 (0 chares)
=== 1 === Chare 321 (load 9.3535)

=== 1 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 13 P#13 (0 chares)
=== 1 === Chare 436 (load 14.3606)

=== 1 === Less loaded core 14 P#43874944 (0 chares, load: 0.0000)
=== 1 === Chare from 14 P#14 (0 chares)
=== 1 === Chare 488 (load 8.9493)

=== 1 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 15 P#15 (0 chares)
=== 1 === Chare 399 (load 9.2920)

=== 1 === Less loaded core 16 P#71197184 (0 chares, load: 0.0000)
=== 1 === Chare from 16 P#16 (0 chares)
=== 1 === Chare 281 (load 11.2467)

=== 1 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 17 P#17 (0 chares)
=== 1 === Chare 439 (load 14.0721)

=== 1 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 1 === Chare from 18 P#18 (0 chares)
=== 1 === Chare 489 (load 13.9499)

=== 1 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 19 P#19 (0 chares)
=== 1 === Chare 501 (load 8.6197)

=== 1 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 20 P#20 (0 chares)
=== 1 === Chare 447 (load 10.8004)

=== 1 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 21 P#21 (0 chares)
=== 1 === Chare 446 (load 14.3547)

=== 1 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 1 === Chare from 22 P#22 (0 chares)
=== 1 === Chare 308 (load 10.5469)

=== 1 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 1 === Chare from 23 P#23 (0 chares)
=== 1 === Chare 448 (load 13.5160)

=== 1 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 1 === Chare from 24 P#24 (0 chares)
=== 1 === Chare 317 (load 19.5565)

=== 1 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 1 === Chare from 25 P#25 (0 chares)
=== 1 === Chare 520 (load 13.9185)

=== 1 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 26 P#26 (0 chares)
=== 1 === Chare 375 (load 9.8069)

=== 1 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 1 === Chare from 27 P#27 (0 chares)
=== 1 === Chare 336 (load 8.1725)

=== 1 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 28 P#28 (0 chares)
=== 1 === Chare 397 (load 11.1532)

=== 1 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 29 P#29 (0 chares)
=== 1 === Chare 526 (load 8.4294)

=== 1 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 1 === Chare from 30 P#30 (0 chares)
=== 1 === Chare 518 (load 8.6660)

=== 1 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 1 === Chare from 31 P#31 (0 chares)
=== 1 === Chare 303 (load 11.0454)

=== 1 === Less loaded core 27 P#32767 (1 chares, load: 8.1725)
=== 1 === Chare from 27 P#27 (1 chares)
=== 1 === Chare 469 (load 7.4041)

=== 1 === Less loaded core 10 P#0 (1 chares, load: 8.3057)
=== 1 === Chare from 10 P#10 (1 chares)
=== 1 === Chare 481 (load 7.4425)

=== 1 === Less loaded core 29 P#1075895258 (1 chares, load: 8.4294)
=== 1 === Chare from 29 P#29 (1 chares)
=== 1 === Chare 370 (load 7.3883)

=== 1 === Less loaded core 19 P#0 (1 chares, load: 8.6197)
=== 1 === Chare from 19 P#19 (1 chares)
=== 1 === Chare 371 (load 7.6714)

=== 1 === Less loaded core 30 P#-78976 (1 chares, load: 8.6660)
=== 1 === Chare from 30 P#30 (1 chares)
=== 1 === Chare 372 (load 7.3291)

=== 1 === Less loaded core 14 P#43874944 (1 chares, load: 8.9493)
=== 1 === Chare from 14 P#14 (1 chares)
=== 1 === Chare 541 (load 7.1566)

=== 1 === Less loaded core 7 P#7 (1 chares, load: 9.0114)
=== 1 === Chare from 7 P#7 (1 chares)
=== 1 === Chare 291 (load 7.1947)

=== 1 === Less loaded core 2 P#4 (1 chares, load: 9.1764)
=== 1 === Chare from 2 P#2 (1 chares)
=== 1 === Chare 264 (load 9.1602)

=== 1 === Less loaded core 15 P#0 (1 chares, load: 9.2920)
=== 1 === Chare from 15 P#15 (1 chares)
=== 1 === Chare 398 (load 9.2435)

=== 1 === Less loaded core 3 P#6 (1 chares, load: 9.3122)
=== 1 === Chare from 3 P#3 (1 chares)
=== 1 === Chare 429 (load 9.0607)

=== 1 === Less loaded core 12 P#19176208 (1 chares, load: 9.3535)
=== 1 === Chare from 12 P#12 (1 chares)
=== 1 === Chare 322 (load 7.1081)

=== 1 === Less loaded core 26 P#1 (1 chares, load: 9.8069)
=== 1 === Chare from 26 P#26 (1 chares)
=== 1 === Chare 383 (load 8.9357)

=== 1 === Less loaded core 22 P#22 (1 chares, load: 10.5469)
=== 1 === Chare from 22 P#22 (1 chares)
=== 1 === Chare 496 (load 8.1579)

=== 1 === Less loaded core 20 P#0 (1 chares, load: 10.8004)
=== 1 === Chare from 20 P#20 (1 chares)
=== 1 === Chare 517 (load 8.1882)

=== 1 === Less loaded core 31 P#32767 (1 chares, load: 11.0454)
=== 1 === Chare from 31 P#31 (1 chares)
=== 1 === Chare 499 (load 7.4414)

=== 1 === Less loaded core 28 P#-939524096 (1 chares, load: 11.1532)
=== 1 === Chare from 28 P#28 (1 chares)
=== 1 === Chare 468 (load 7.3594)

=== 1 === Less loaded core 1 P#2 (1 chares, load: 11.1541)
=== 1 === Chare from 1 P#1 (1 chares)
=== 1 === Chare 380 (load 6.9789)

=== 1 === Less loaded core 16 P#71197184 (1 chares, load: 11.2467)
=== 1 === Chare from 16 P#16 (1 chares)
=== 1 === Chare 553 (load 8.3584)

=== 1 === Less loaded core 11 P#0 (1 chares, load: 11.3361)
=== 1 === Chare from 11 P#11 (1 chares)
=== 1 === Chare 512 (load 8.3296)

=== 1 === Less loaded core 4 P#1 (1 chares, load: 12.3529)
=== 1 === Chare from 4 P#4 (1 chares)
=== 1 === Chare 306 (load 7.1714)

=== 1 === Less loaded core 5 P#3 (1 chares, load: 12.3648)
=== 1 === Chare from 5 P#5 (1 chares)
=== 1 === Chare 498 (load 8.4964)

=== 1 === Less loaded core 6 P#5 (1 chares, load: 12.4648)
=== 1 === Chare from 6 P#6 (1 chares)
=== 1 === Chare 438 (load 8.9531)

=== 1 === Less loaded core 0 P#0 (1 chares, load: 12.9216)
=== 1 === Chare from 0 P#0 (1 chares)
=== 1 === Chare 449 (load 7.1995)

=== 1 === Less loaded core 23 P#23 (1 chares, load: 13.5160)
=== 1 === Chare from 23 P#23 (1 chares)
=== 1 === Chare 490 (load 10.5131)

=== 1 === Less loaded core 25 P#32767 (1 chares, load: 13.9185)
=== 1 === Chare from 25 P#25 (1 chares)
=== 1 === Chare 515 (load 7.4548)

=== 1 === Less loaded core 18 P#32 (1 chares, load: 13.9499)
=== 1 === Chare from 18 P#18 (1 chares)
=== 1 === Chare 377 (load 7.5217)

=== 1 === Less loaded core 17 P#0 (1 chares, load: 14.0721)
=== 1 === Chare from 17 P#17 (1 chares)
=== 1 === Chare 369 (load 7.5082)

=== 1 === Less loaded core 9 P#0 (1 chares, load: 14.1461)
=== 1 === Chare from 9 P#9 (1 chares)
=== 1 === Chare 513 (load 7.3800)

=== 1 === Less loaded core 21 P#0 (1 chares, load: 14.3547)
=== 1 === Chare from 21 P#21 (1 chares)
=== 1 === Chare 443 (load 13.1827)

=== 1 === Less loaded core 13 P#0 (1 chares, load: 14.3606)
=== 1 === Chare from 13 P#13 (1 chares)
=== 1 === Chare 335 (load 12.2786)

=== 1 === Less loaded core 8 P#9346032 (1 chares, load: 14.4096)
=== 1 === Chare from 8 P#8 (1 chares)
=== 1 === Chare 519 (load 12.2647)

=== 1 === Less loaded core 27 P#32767 (2 chares, load: 15.5766)
=== 1 === Chare from 27 P#27 (2 chares)
=== 1 === Chare 527 (load 7.3885)

=== 1 === Less loaded core 10 P#0 (2 chares, load: 15.7482)
=== 1 === Chare from 10 P#10 (2 chares)
=== 1 === Chare 382 (load 7.3864)

=== 1 === Less loaded core 29 P#1076863658 (2 chares, load: 15.8177)
=== 1 === Chare from 29 P#29 (2 chares)
=== 1 === Chare 480 (load 7.3480)

=== 1 === Less loaded core 30 P#-78976 (2 chares, load: 15.9951)
=== 1 === Chare from 30 P#30 (2 chares)
=== 1 === Chare 396 (load 7.1943)

=== 1 === Less loaded core 14 P#43874944 (2 chares, load: 16.1059)
=== 1 === Chare from 14 P#14 (2 chares)
=== 1 === Chare 323 (load 7.1479)

=== 1 === Less loaded core 7 P#7 (2 chares, load: 16.2062)
=== 1 === Chare from 7 P#7 (2 chares)
=== 1 === Chare 324 (load 7.1735)

=== 1 === Less loaded core 19 P#0 (2 chares, load: 16.2911)
=== 1 === Chare from 19 P#19 (2 chares)
=== 1 === Chare 379 (load 7.6243)

=== 1 === Less loaded core 12 P#19176208 (2 chares, load: 16.4615)
=== 1 === Chare from 12 P#12 (2 chares)
=== 1 === Chare 524 (load 6.9616)

=== 1 === Less loaded core 1 P#2 (2 chares, load: 18.1331)
=== 1 === Chare from 1 P#1 (2 chares)
=== 1 === Chare 511 (load 6.8834)

=== 1 === Less loaded core 2 P#4 (2 chares, load: 18.3366)
=== 1 === Chare from 2 P#2 (2 chares)
=== 1 === Chare 278 (load 6.9421)

=== 1 === Less loaded core 3 P#6 (2 chares, load: 18.3730)
=== 1 === Chare from 3 P#3 (2 chares)
=== 1 === Chare 279 (load 6.8826)

=== 1 === Less loaded core 31 P#32767 (2 chares, load: 18.4868)
=== 1 === Chare from 31 P#31 (2 chares)
=== 1 === Chare 551 (load 7.3701)

=== 1 === Less loaded core 28 P#-402653184 (2 chares, load: 18.5126)
=== 1 === Chare from 28 P#28 (2 chares)
=== 1 === Chare 540 (load 7.2324)

=== 1 === Less loaded core 15 P#0 (2 chares, load: 18.5355)
=== 1 === Chare from 15 P#15 (2 chares)
=== 1 === Chare 311 (load 9.0583)

=== 1 === Less loaded core 22 P#22 (2 chares, load: 18.7048)
=== 1 === Chare from 22 P#22 (2 chares)
=== 1 === Chare 444 (load 8.0193)

=== 1 === Less loaded core 26 P#2 (2 chares, load: 18.7425)
=== 1 === Chare from 26 P#26 (2 chares)
=== 1 === Chare 310 (load 8.4539)

=== 1 === Less loaded core 20 P#0 (2 chares, load: 18.9886)
=== 1 === Chare from 20 P#20 (2 chares)
=== 1 === Chare 280 (load 7.3992)

=== 1 === Less loaded core 4 P#1 (2 chares, load: 19.5242)
=== 1 === Chare from 4 P#4 (2 chares)
=== 1 === Chare 304 (load 7.0956)

=== 1 === Less loaded core 24 P#24 (1 chares, load: 19.5565)
=== 1 === Chare from 24 P#24 (1 chares)
=== 1 === Chare 479 (load 7.4314)

=== 1 === Less loaded core 16 P#71197184 (2 chares, load: 19.6052)
=== 1 === Chare from 16 P#16 (2 chares)
=== 1 === Chare 266 (load 7.2610)

=== 1 === Less loaded core 11 P#0 (2 chares, load: 19.6657)
=== 1 === Chare from 11 P#11 (2 chares)
=== 1 === Chare 467 (load 7.4677)

=== 1 === Less loaded core 0 P#0 (2 chares, load: 20.1211)
=== 1 === Chare from 0 P#0 (2 chares)
=== 1 === Chare 263 (load 7.0347)

=== 1 === Less loaded core 5 P#3 (2 chares, load: 20.8612)
=== 1 === Chare from 5 P#5 (2 chares)
=== 1 === Chare 394 (load 8.3223)

=== 1 === Less loaded core 25 P#32767 (2 chares, load: 21.3733)
=== 1 === Chare from 25 P#25 (2 chares)
=== 1 === Chare 522 (load 7.2974)

=== 1 === Less loaded core 6 P#5 (2 chares, load: 21.4179)
=== 1 === Chare from 6 P#6 (2 chares)
=== 1 === Chare 374 (load 7.0357)

=== 1 === Less loaded core 18 P#32 (2 chares, load: 21.4716)
=== 1 === Chare from 18 P#18 (2 chares)
=== 1 === Chare 428 (load 7.3563)

=== 1 === Less loaded core 9 P#0 (2 chares, load: 21.5262)
=== 1 === Chare from 9 P#9 (2 chares)
=== 1 === Chare 305 (load 7.0911)

=== 1 === Less loaded core 17 P#0 (2 chares, load: 21.5802)
=== 1 === Chare from 17 P#17 (2 chares)
=== 1 === Chare 378 (load 6.8965)

=== 1 === Less loaded core 27 P#32767 (3 chares, load: 22.9650)
=== 1 === Chare from 27 P#27 (3 chares)
=== 1 === Chare 309 (load 6.9376)

=== 1 === Less loaded core 10 P#0 (3 chares, load: 23.1346)
=== 1 === Chare from 10 P#10 (3 chares)
=== 1 === Chare 376 (load 7.3265)

=== 1 === Less loaded core 29 P#1077357161 (3 chares, load: 23.1657)
=== 1 === Chare from 29 P#29 (3 chares)
=== 1 === Chare 470 (load 7.2525)

=== 1 === Less loaded core 30 P#-78976 (3 chares, load: 23.1895)
=== 1 === Chare from 30 P#30 (3 chares)
=== 1 === Chare 502 (load 7.1790)

=== 1 === Less loaded core 14 P#43874944 (3 chares, load: 23.2538)
=== 1 === Chare from 14 P#14 (3 chares)
=== 1 === Chare 401 (load 7.0784)

=== 1 === Less loaded core 7 P#7 (3 chares, load: 23.3797)
=== 1 === Chare from 7 P#7 (3 chares)
=== 1 === Chare 510 (load 7.0162)

=== 1 === Less loaded core 12 P#19176208 (3 chares, load: 23.4231)
=== 1 === Chare from 12 P#12 (3 chares)
=== 1 === Chare 307 (load 6.9388)

=== 1 === Less loaded core 19 P#0 (3 chares, load: 23.9154)
=== 1 === Chare from 19 P#19 (3 chares)
=== 1 === Chare 434 (load 7.2253)

=== 1 === Less loaded core 23 P#23 (2 chares, load: 24.0290)
=== 1 === Chare from 23 P#23 (2 chares)
=== 1 === Chare 315 (load 8.8120)

=== 1 === Less loaded core 1 P#2 (3 chares, load: 25.0165)
=== 1 === Chare from 1 P#1 (3 chares)
=== 1 === Chare 445 (load 6.8196)

=== 1 === Less loaded core 3 P#6 (3 chares, load: 25.2556)
=== 1 === Chare from 3 P#3 (3 chares)
=== 1 === Chare 495 (load 6.7388)

=== 1 === Less loaded core 2 P#4 (3 chares, load: 25.2787)
=== 1 === Chare from 2 P#2 (3 chares)
=== 1 === Chare 554 (load 6.6784)

=== 1 === Less loaded core 28 P#1677721600 (3 chares, load: 25.7450)
=== 1 === Chare from 28 P#28 (3 chares)
=== 1 === Chare 292 (load 7.1373)

=== 1 === Less loaded core 31 P#32767 (3 chares, load: 25.8569)
=== 1 === Chare from 31 P#31 (3 chares)
=== 1 === Chare 552 (load 7.1960)

=== 1 === Less loaded core 20 P#0 (3 chares, load: 26.3878)
=== 1 === Chare from 20 P#20 (3 chares)
=== 1 === Chare 440 (load 7.2457)

=== 1 === Less loaded core 4 P#1 (3 chares, load: 26.6199)
=== 1 === Chare from 4 P#4 (3 chares)
=== 1 === Chare 525 (load 7.0699)

=== 1 === Less loaded core 13 P#0 (2 chares, load: 26.6391)
=== 1 === Chare from 13 P#13 (2 chares)
=== 1 === Chare 482 (load 7.2708)

=== 1 === Less loaded core 8 P#9346032 (2 chares, load: 26.6742)
=== 1 === Chare from 8 P#8 (2 chares)
=== 1 === Chare 437 (load 7.2467)

=== 1 === Less loaded core 22 P#22 (3 chares, load: 26.7241)
=== 1 === Chare from 22 P#22 (3 chares)
=== 1 === Chare 538 (load 7.4169)

=== 1 === Less loaded core 16 P#71197184 (3 chares, load: 26.8662)
=== 1 === Chare from 16 P#16 (3 chares)
=== 1 === Chare 384 (load 7.2330)

=== 1 === Less loaded core 24 P#24 (2 chares, load: 26.9880)
=== 1 === Chare from 24 P#24 (2 chares)
=== 1 === Chare 290 (load 7.3960)

=== 1 === Less loaded core 11 P#0 (3 chares, load: 27.1334)
=== 1 === Chare from 11 P#11 (3 chares)
=== 1 === Chare 381 (load 7.3576)

=== 1 === Less loaded core 0 P#0 (3 chares, load: 27.1558)
=== 1 === Chare from 0 P#0 (3 chares)
=== 1 === Chare 427 (load 6.9643)

=== 1 === Less loaded core 26 P#3 (3 chares, load: 27.1965)
=== 1 === Chare from 26 P#26 (3 chares)
=== 1 === Chare 314 (load 6.8479)

=== 1 === Less loaded core 21 P#0 (2 chares, load: 27.5373)
=== 1 === Chare from 21 P#21 (2 chares)
=== 1 === Chare 497 (load 6.8907)

=== 1 === Less loaded core 15 P#0 (3 chares, load: 27.5938)
=== 1 === Chare from 15 P#15 (3 chares)
=== 1 === Chare 400 (load 7.0938)

=== 1 === Less loaded core 6 P#5 (3 chares, load: 28.4536)
=== 1 === Chare from 6 P#6 (3 chares)
=== 1 === Chare 500 (load 6.7986)

=== 1 === Less loaded core 17 P#0 (3 chares, load: 28.4768)
=== 1 === Chare from 17 P#17 (3 chares)
=== 1 === Chare 312 (load 6.7142)

=== 1 === Less loaded core 9 P#0 (3 chares, load: 28.6172)
=== 1 === Chare from 9 P#9 (3 chares)
=== 1 === Chare 313 (load 6.8032)

=== 1 === Less loaded core 25 P#32767 (3 chares, load: 28.6707)
=== 1 === Chare from 25 P#25 (3 chares)
=== 1 === Chare 395 (load 7.1652)

=== 1 === Less loaded core 18 P#32 (3 chares, load: 28.8278)
=== 1 === Chare from 18 P#18 (3 chares)
=== 1 === Chare 373 (load 7.3227)

=== 1 === Less loaded core 5 P#3 (3 chares, load: 29.1835)
=== 1 === Chare from 5 P#5 (3 chares)
=== 1 === Chare 442 (load 7.0557)

=== 1 === Less loaded core 27 P#32767 (4 chares, load: 29.9027)
=== 1 === Chare from 24 P#24 (3 chares)
=== 1 === Chare 529 (load 7.2163)

=== 1 === Less loaded core 14 P#43874944 (4 chares, load: 30.3322)
=== 1 === Chare from 13 P#13 (3 chares)
=== 1 === Chare 487 (load 7.2020)

=== 1 === Less loaded core 12 P#19176208 (4 chares, load: 30.3619)
=== 1 === Chare from 8 P#8 (3 chares)
=== 1 === Chare 293 (load 7.1022)

=== 1 === Less loaded core 30 P#-78976 (4 chares, load: 30.3685)
=== 1 === Chare from 23 P#23 (3 chares)
=== 1 === Chare 316 (load 6.5176)

=== 1 === Less loaded core 7 P#7 (4 chares, load: 30.3959)
=== 1 === Chare from 21 P#21 (3 chares)
=== 1 === Chare 441 (load 6.7588)

[DEBUG] GetBackPlacement from node 0
0 9.5354
4 9.2394
1 7.2911
82 7.1283
2 9.6354
3 7.4534
108 7.3488
35 7.2596
115 7.3768
9 7.3447
104 7.3203
21 7.1932
90 7.9486
10 7.8253
109 7.2833
107 7.2101
45 8.9973
117 8.8319
14 8.3368
127 7.2033
27 12.7441
67 9.5206
74 8.8396
92 7.6349
111 20.1008
18 18.6540
68 15.5139
71 9.9379
70 14.6199
78 14.2626
69 12.0332
52 11.8018
5 7.3426
8 7.1187
83 7.0637
95 7.0454
65 7.1680
26 7.1492
29 7.1351
7 7.1276
36 8.3023
15 7.2380
24 7.1639
66 7.0003
20 7.1196
39 7.1047
87 7.0973
19 6.9303
81 6.6473
51 6.6127
49 6.5817
54 6.5730
58 9.2456
56 9.2285
53 9.1591
57 9.1415
89 7.8437
93 6.8078
50 6.5428
73 6.4182
60 6.7386
62 6.6863
61 6.6415
91 6.6099
11 14.1344
6 12.5463
80 9.4125
22 7.2161
25 14.4724
23 13.2225
13 11.2555
48 9.9912
75 11.8147
28 7.9633
12 7.7960
30 7.0732
17 14.3685
16 11.9404
122 11.7821
85 8.8741
31 9.5046
33 9.4305
32 9.3295
34 6.9924
37 6.9236
42 6.8869
59 6.8675
84 6.8296
41 9.9766
40 9.0510
47 9.0141
43 8.9859
46 6.9795
44 6.9681
105 6.8816
106 6.8761
120 6.9553
121 6.9374
38 6.8609
94 6.8144
126 6.8248
116 6.8164
124 6.7711
64 6.6934
63 7.5248
103 7.0736
55 6.7969
72 6.6234
76 12.5421
88 8.5719
113 6.9494
110 6.9367
77 14.4163
112 12.7569
79 11.2250
123 8.5596
86 7.1604
114 7.1363
125 7.1227
101 7.1169
96 9.4084
98 9.3048
99 8.1990
97 7.0802
100 9.1713
102 9.1351
119 8.7822
118 8.7560
Core 0 load 33.1942
Core 1 load 31.6971
Core 2 load 29.2350
Core 3 load 30.2672
Core 4 load 33.3693
Core 5 load 38.7392
Core 6 load 64.2066
Core 7 load 52.7174
Core 8 load 28.5705
Core 9 load 28.5800
Core 10 load 29.7046
Core 11 load 28.2520
Core 12 load 26.4147
Core 13 load 36.7747
Core 14 load 27.6125
Core 15 load 26.6762
Core 16 load 43.3092
Core 17 load 48.9416
Core 18 load 34.6471
Core 19 load 46.9651
Core 20 load 35.2571
Core 21 load 27.5077
Core 22 load 37.0276
Core 23 load 27.7053
Core 24 load 27.5681
Core 25 load 27.1057
Core 26 load 28.0187
Core 27 load 35.0002
Core 28 load 46.9578
Core 29 load 28.5363
Core 30 load 33.9923
Core 31 load 35.8446
Avg load 34.6999 in [33.6589 ; 35.7408 ]
Swap chares 51 (6.5730) and 27 (9.9379) between cores 12 (26.4147) and 6
(64.2066)
New loads : 12 (29.7797) and 6 (60.8417)
Swap chares 62 (6.6415) and 26 (15.5139) between cores 15 (26.6762) and 6
(60.8417)
New loads : 15 (35.5486) and 6 (51.9692)
Swap chares 103 (6.6934) and 31 (11.8018) between cores 25 (27.1057) and 7
(52.7174)
New loads : 25 (32.2140) and 7 (47.6090)
Swap chares 85 (6.8869) and 25 (18.6540) between cores 21 (27.5077) and 6
(51.9692)
New loads : 21 (39.2747) and 6 (40.2021)
Swap chares 99 (6.8144) and 71 (9.9912) between cores 24 (27.5681) and 17
(48.9416)
New loads : 24 (30.7448) and 17 (45.7648)
Swap chares 59 (6.4182) and 31 (6.6934) between cores 14 (27.6125) and 7
(47.6090)
New loads : 14 (27.8877) and 7 (47.3338)
Swap chares 94 (6.8816) and 30 (12.0332) between cores 23 (27.7053) and 7
(47.3338)
New loads : 23 (32.8568) and 7 (42.1823)
Swap chares 59 (6.6934) and 79 (8.8741) between cores 14 (27.8877) and 19
(46.9651)
New loads : 14 (30.0683) and 19 (44.7844)
Swap chares 107 (6.6234) and 115 (8.5596) between cores 26 (28.0187) and 28
(46.9578)
New loads : 26 (29.9549) and 28 (45.0216)
Swap chares 46 (7.0973) and 70 (11.2555) between cores 11 (28.2520) and 17
(45.7648)
New loads : 11 (32.4101) and 17 (41.6066)
Swap chares 118 (7.1227) and 114 (11.2250) between cores 29 (28.5363) and 28
(45.0216)
New loads : 29 (32.6385) and 28 (40.9193)
Swap chares 34 (7.0637) and 78 (11.7821) between cores 8 (28.5705) and 19
(44.7844)
New loads : 8 (33.2889) and 19 (40.0660)
Swap chares 39 (7.1276) and 67 (7.2161) between cores 9 (28.5800) and 16
(43.3092)
New loads : 9 (28.6684) and 16 (43.2208)
Swap chares 38 (7.1351) and 66 (9.4125) between cores 9 (28.6684) and 16
(43.2208)
New loads : 9 (30.9458) and 16 (40.9434)
Swap chares 9 (7.3447) and 29 (14.2626) between cores 2 (29.2350) and 7
(42.1823)
New loads : 2 (36.1529) and 7 (35.2643)
Swap chares 41 (7.2380) and 69 (13.2225) between cores 10 (29.7046) and 17
(41.6066)
New loads : 10 (35.6890) and 17 (35.6222)
Swap chares 50 (6.5817) and 66 (7.1351) between cores 12 (29.7797) and 16
(40.9434)
New loads : 12 (30.3331) and 16 (40.3900)
Swap chares 106 (6.7969) and 114 (7.1227) between cores 26 (29.9549) and 28
(40.9193)
New loads : 26 (30.2807) and 28 (40.5935)
Swap chares 58 (6.5428) and 114 (6.7969) between cores 14 (30.0683) and 28
(40.5935)
New loads : 14 (30.3224) and 28 (40.3394)
Swap chares 13 (7.8253) and 65 (12.5463) between cores 3 (30.2672) and 16
(40.3900)
New loads : 3 (34.9883) and 16 (35.6690)
Swap chares 105 (7.0736) and 113 (12.7569) between cores 26 (30.2807) and 28
(40.3394)
New loads : 26 (35.9641) and 28 (34.6561)
Swap chares 57 (6.8078) and 25 (6.8869) between cores 14 (30.3224) and 6
(40.2021)
New loads : 14 (30.4016) and 6 (40.1230)
Swap chares 49 (6.6127) and 25 (6.8078) between cores 12 (30.3331) and 6
(40.1230)
New loads : 12 (30.5281) and 6 (39.9279)
Swap chares 58 (6.7969) and 78 (7.0637) between cores 14 (30.4016) and 19
(40.0660)
New loads : 14 (30.6684) and 19 (39.7992)
Swap chares 48 (6.6473) and 24 (20.1008) between cores 12 (30.5281) and 6
(39.9279)
New loads : 12 (43.9815) and 6 (26.4745)
Swap chares 27 (6.5730) and 51 (9.9379) between cores 6 (26.4745) and 12
(43.9815)
New loads : 6 (29.8394) and 12 (40.6166)
Swap chares 26 (6.6415) and 50 (7.1351) between cores 6 (29.8394) and 12
(40.6166)
New loads : 6 (30.3331) and 12 (40.1230)
Swap chares 25 (6.6127) and 49 (6.8078) between cores 6 (30.3331) and 12
(40.1230)
New loads : 6 (30.5281) and 12 (39.9279)
Swap chares 24 (6.6473) and 48 (20.1008) between cores 6 (30.5281) and 12
(39.9279)
New loads : 6 (43.9815) and 12 (26.4745)
Swap chares 51 (6.5730) and 27 (9.9379) between cores 12 (26.4745) and 6
(43.9815)
New loads : 12 (29.8394) and 6 (40.6166)
Swap chares 50 (6.6415) and 26 (7.1351) between cores 12 (29.8394) and 6
(40.6166)
New loads : 12 (30.3331) and 6 (40.1230)
Swap chares 49 (6.6127) and 25 (6.8078) between cores 12 (30.3331) and 6
(40.1230)
New loads : 12 (30.5281) and 6 (39.9279)
Swap chares 48 (6.6473) and 24 (20.1008) between cores 12 (30.5281) and 6
(39.9279)
New loads : 12 (43.9815) and 6 (26.4745)
Swap chares 27 (6.5730) and 51 (9.9379) between cores 6 (26.4745) and 12
(43.9815)
New loads : 6 (29.8394) and 12 (40.6166)
Swap chares 26 (6.6415) and 50 (7.1351) between cores 6 (29.8394) and 12
(40.6166)
New loads : 6 (30.3331) and 12 (40.1230)
Swap chares 25 (6.6127) and 49 (6.8078) between cores 6 (30.3331) and 12
(40.1230)
New loads : 6 (30.5281) and 12 (39.9279)
Swap chares 24 (6.6473) and 48 (20.1008) between cores 6 (30.5281) and 12
(39.9279)
New loads : 6 (43.9815) and 12 (26.4745)
Swap chares 51 (6.5730) and 27 (9.9379) between cores 12 (26.4745) and 6
(43.9815)
New loads : 12 (29.8394) and 6 (40.6166)
Swap chares 50 (6.6415) and 26 (7.1351) between cores 12 (29.8394) and 6
(40.6166)
New loads : 12 (30.3331) and 6 (40.1230)
Swap chares 49 (6.6127) and 25 (6.8078) between cores 12 (30.3331) and 6
(40.1230)
New loads : 12 (30.5281) and 6 (39.9279)
Swap chares 48 (6.6473) and 24 (20.1008) between cores 12 (30.5281) and 6
(39.9279)
New loads : 12 (43.9815) and 6 (26.4745)
Swap chares 27 (6.5730) and 51 (9.9379) between cores 6 (26.4745) and 12
(43.9815)
New loads : 6 (29.8394) and 12 (40.6166)
Swap chares 26 (6.6415) and 50 (7.1351) between cores 6 (29.8394) and 12
(40.6166)
New loads : 6 (30.3331) and 12 (40.1230)
Swap chares 25 (6.6127) and 49 (6.8078) between cores 6 (30.3331) and 12
(40.1230)
New loads : 6 (30.5281) and 12 (39.9279)
Swap chares 24 (6.6473) and 48 (20.1008) between cores 6 (30.5281) and 12
(39.9279)
New loads : 6 (43.9815) and 12 (26.4745)
Swap chares 51 (6.5730) and 27 (9.9379) between cores 12 (26.4745) and 6
(43.9815)
New loads : 12 (29.8394) and 6 (40.6166)
Swap chares 50 (6.6415) and 26 (7.1351) between cores 12 (29.8394) and 6
(40.6166)
New loads : 12 (30.3331) and 6 (40.1230)
Swap chares 49 (6.6127) and 25 (6.8078) between cores 12 (30.3331) and 6
(40.1230)
New loads : 12 (30.5281) and 6 (39.9279)
Swap chares 48 (6.6473) and 24 (20.1008) between cores 12 (30.5281) and 6
(39.9279)
New loads : 12 (43.9815) and 6 (26.4745)
Swap chares 27 (6.5730) and 51 (9.9379) between cores 6 (26.4745) and 12
(43.9815)
New loads : 6 (29.8394) and 12 (40.6166)
Swap chares 26 (6.6415) and 50 (7.1351) between cores 6 (29.8394) and 12
(40.6166)
New loads : 6 (30.3331) and 12 (40.1230)
Swap chares 25 (6.6127) and 49 (6.8078) between cores 6 (30.3331) and 12
(40.1230)
New loads : 6 (30.5281) and 12 (39.9279)
Swap chares 24 (6.6473) and 48 (20.1008) between cores 6 (30.5281) and 12
(39.9279)
New loads : 6 (43.9815) and 12 (26.4745)
Swap chares 51 (6.5730) and 27 (9.9379) between cores 12 (26.4745) and 6
(43.9815)
New loads : 12 (29.8394) and 6 (40.6166)
Swap chares 50 (6.6415) and 26 (7.1351) between cores 12 (29.8394) and 6
(40.6166)
New loads : 12 (30.3331) and 6 (40.1230)
Swap chares 49 (6.6127) and 25 (6.8078) between cores 12 (30.3331) and 6
(40.1230)
New loads : 12 (30.5281) and 6 (39.9279)
Swap chares 48 (6.6473) and 24 (20.1008) between cores 12 (30.5281) and 6
(39.9279)
New loads : 12 (43.9815) and 6 (26.4745)
Swap chares 27 (6.5730) and 51 (9.9379) between cores 6 (26.4745) and 12
(43.9815)
New loads : 6 (29.8394) and 12 (40.6166)
Swap chares 26 (6.6415) and 50 (7.1351) between cores 6 (29.8394) and 12
(40.6166)
New loads : 6 (30.3331) and 12 (40.1230)
Swap chares 25 (6.6127) and 49 (6.8078) between cores 6 (30.3331) and 12
(40.1230)
New loads : 6 (30.5281) and 12 (39.9279)
Swap chares 24 (6.6473) and 48 (20.1008) between cores 6 (30.5281) and 12
(39.9279)
New loads : 6 (43.9815) and 12 (26.4745)
Swap chares 51 (6.5730) and 27 (9.9379) between cores 12 (26.4745) and 6
(43.9815)
New loads : 12 (29.8394) and 6 (40.6166)
Swap chares 50 (6.6415) and 26 (7.1351) between cores 12 (29.8394) and 6
(40.6166)
New loads : 12 (30.3331) and 6 (40.1230)
Swap chares 49 (6.6127) and 25 (6.8078) between cores 12 (30.3331) and 6
(40.1230)
New loads : 12 (30.5281) and 6 (39.9279)
=== 0 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 0 P#0 (0 chares)
=== 0 === Chare 0 (load 9.5354)

=== 0 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 0 === Chare from 1 P#1 (0 chares)
=== 0 === Chare 2 (load 9.6354)

=== 0 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 0 === Chare from 2 P#2 (0 chares)
=== 0 === Chare 117 (load 14.2626)

=== 0 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 0 === Chare from 3 P#3 (0 chares)
=== 0 === Chare 6 (load 12.5463)

=== 0 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 0 === Chare from 4 P#4 (0 chares)
=== 0 === Chare 59 (load 8.9973)

=== 0 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 0 === Chare from 5 P#5 (0 chares)
=== 0 === Chare 27 (load 12.7441)

=== 0 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 0 === Chare from 6 P#6 (0 chares)
=== 0 === Chare 178 (load 20.1008)

=== 0 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 0 === Chare from 7 P#7 (0 chares)
=== 0 === Chare 103 (load 14.6199)

=== 0 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 0 === Chare from 8 P#8 (0 chares)
=== 0 === Chare 201 (load 11.7821)

=== 0 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 9 P#9 (0 chares)
=== 0 === Chare 122 (load 9.4125)

=== 0 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 10 P#10 (0 chares)
=== 0 === Chare 23 (load 13.2225)

=== 0 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 11 P#11 (0 chares)
=== 0 === Chare 13 (load 11.2555)

=== 0 === Less loaded core 12 P#18174480 (0 chares, load: 0.0000)
=== 0 === Chare from 12 P#12 (0 chares)
=== 0 === Chare 104 (load 9.9379)

=== 0 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 13 P#13 (0 chares)
=== 0 === Chare 82 (load 9.2456)

=== 0 === Less loaded core 14 P#24232992 (0 chares, load: 0.0000)
=== 0 === Chare from 14 P#14 (0 chares)
=== 0 === Chare 130 (load 8.8741)

=== 0 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 15 P#15 (0 chares)
=== 0 === Chare 101 (load 15.5139)

=== 0 === Less loaded core 16 P#51622240 (0 chares, load: 0.0000)
=== 0 === Chare from 16 P#16 (0 chares)
=== 0 === Chare 11 (load 14.1344)

=== 0 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 17 P#17 (0 chares)
=== 0 === Chare 25 (load 14.4724)

=== 0 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 0 === Chare from 18 P#18 (0 chares)
=== 0 === Chare 111 (load 11.8147)

=== 0 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 19 P#19 (0 chares)
=== 0 === Chare 17 (load 14.3685)

=== 0 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 20 P#20 (0 chares)
=== 0 === Chare 35 (load 9.5046)

=== 0 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 21 P#21 (0 chares)
=== 0 === Chare 18 (load 18.6540)

=== 0 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 0 === Chare from 22 P#22 (0 chares)
=== 0 === Chare 52 (load 9.9766)

=== 0 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 0 === Chare from 23 P#23 (0 chares)
=== 0 === Chare 102 (load 12.0332)

=== 0 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 0 === Chare from 24 P#24 (0 chares)
=== 0 === Chare 65 (load 9.9912)

=== 0 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 0 === Chare from 25 P#25 (0 chares)
=== 0 === Chare 73 (load 11.8018)

=== 0 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 26 P#26 (0 chares)
=== 0 === Chare 183 (load 12.7569)

=== 0 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 0 === Chare from 27 P#27 (0 chares)
=== 0 === Chare 115 (load 12.5421)

=== 0 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 28 P#28 (0 chares)
=== 0 === Chare 116 (load 14.4163)

=== 0 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 29 P#29 (0 chares)
=== 0 === Chare 118 (load 11.2250)

=== 0 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 0 === Chare from 30 P#30 (0 chares)
=== 0 === Chare 153 (load 9.4084)

=== 0 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 0 === Chare from 31 P#31 (0 chares)
=== 0 === Chare 161 (load 9.1713)

=== 0 === Less loaded core 14 P#24232992 (1 chares, load: 8.8741)
=== 0 === Chare from 14 P#14 (1 chares)
=== 0 === Chare 138 (load 7.8437)

=== 0 === Less loaded core 4 P#1 (1 chares, load: 8.9973)
=== 0 === Chare from 4 P#4 (1 chares)
=== 0 === Chare 192 (load 8.8319)

=== 0 === Less loaded core 31 P#32767 (1 chares, load: 9.1713)
=== 0 === Chare from 31 P#31 (1 chares)
=== 0 === Chare 163 (load 9.1351)

=== 0 === Less loaded core 13 P#0 (1 chares, load: 9.2456)
=== 0 === Chare from 13 P#13 (1 chares)
=== 0 === Chare 80 (load 9.2285)

=== 0 === Less loaded core 30 P#-78976 (1 chares, load: 9.4084)
=== 0 === Chare from 30 P#30 (1 chares)
=== 0 === Chare 155 (load 9.3048)

=== 0 === Less loaded core 9 P#0 (1 chares, load: 9.4125)
=== 0 === Chare from 9 P#9 (1 chares)
=== 0 === Chare 22 (load 7.2161)

=== 0 === Less loaded core 20 P#0 (1 chares, load: 9.5046)
=== 0 === Chare from 20 P#20 (1 chares)
=== 0 === Chare 37 (load 9.4305)

=== 0 === Less loaded core 0 P#0 (1 chares, load: 9.5354)
=== 0 === Chare from 0 P#0 (1 chares)
=== 0 === Chare 4 (load 9.2394)

=== 0 === Less loaded core 1 P#2 (1 chares, load: 9.6354)
=== 0 === Chare from 1 P#1 (1 chares)
=== 0 === Chare 3 (load 7.4534)

=== 0 === Less loaded core 12 P#18174480 (1 chares, load: 9.9379)
=== 0 === Chare from 12 P#12 (1 chares)
=== 0 === Chare 29 (load 7.1351)

=== 0 === Less loaded core 22 P#22 (1 chares, load: 9.9766)
=== 0 === Chare from 22 P#22 (1 chares)
=== 0 === Chare 51 (load 9.0510)

=== 0 === Less loaded core 24 P#24 (1 chares, load: 9.9912)
=== 0 === Chare from 24 P#24 (1 chares)
=== 0 === Chare 199 (load 6.9553)

=== 0 === Less loaded core 29 P#1076261681 (1 chares, load: 11.2250)
=== 0 === Chare from 29 P#29 (1 chares)
=== 0 === Chare 131 (load 7.1604)

=== 0 === Less loaded core 11 P#0 (1 chares, load: 11.2555)
=== 0 === Chare from 11 P#11 (1 chares)
=== 0 === Chare 20 (load 7.1196)

=== 0 === Less loaded core 8 P#9346032 (1 chares, load: 11.7821)
=== 0 === Chare from 8 P#8 (1 chares)
=== 0 === Chare 5 (load 7.3426)

=== 0 === Less loaded core 25 P#32767 (1 chares, load: 11.8018)
=== 0 === Chare from 25 P#25 (1 chares)
=== 0 === Chare 209 (load 6.8248)

=== 0 === Less loaded core 18 P#32 (1 chares, load: 11.8147)
=== 0 === Chare from 18 P#18 (1 chares)
=== 0 === Chare 28 (load 7.9633)

=== 0 === Less loaded core 23 P#23 (1 chares, load: 12.0332)
=== 0 === Chare from 23 P#23 (1 chares)
=== 0 === Chare 60 (load 6.9795)

=== 0 === Less loaded core 27 P#32767 (1 chares, load: 12.5421)
=== 0 === Chare from 27 P#27 (1 chares)
=== 0 === Chare 137 (load 8.5719)

=== 0 === Less loaded core 3 P#6 (1 chares, load: 12.5463)
=== 0 === Chare from 3 P#3 (1 chares)
=== 0 === Chare 139 (load 7.9486)

=== 0 === Less loaded core 5 P#3 (1 chares, load: 12.7441)
=== 0 === Chare from 5 P#5 (1 chares)
=== 0 === Chare 97 (load 9.5206)

=== 0 === Less loaded core 26 P#1 (1 chares, load: 12.7569)
=== 0 === Chare from 26 P#26 (1 chares)
=== 0 === Chare 202 (load 8.5596)

=== 0 === Less loaded core 10 P#0 (1 chares, load: 13.2225)
=== 0 === Chare from 10 P#10 (1 chares)
=== 0 === Chare 43 (load 8.3023)

=== 0 === Less loaded core 16 P#51622240 (1 chares, load: 14.1344)
=== 0 === Chare from 16 P#16 (1 chares)
=== 0 === Chare 10 (load 7.8253)

=== 0 === Less loaded core 2 P#4 (1 chares, load: 14.2626)
=== 0 === Chare from 2 P#2 (1 chares)
=== 0 === Chare 186 (load 7.3768)

=== 0 === Less loaded core 19 P#0 (1 chares, load: 14.3685)
=== 0 === Chare from 19 P#19 (1 chares)
=== 0 === Chare 16 (load 11.9404)

=== 0 === Less loaded core 28 P#-1207959552 (1 chares, load: 14.4163)
=== 0 === Chare from 28 P#28 (1 chares)
=== 0 === Chare 164 (load 7.0736)

=== 0 === Less loaded core 17 P#0 (1 chares, load: 14.4724)
=== 0 === Chare from 17 P#17 (1 chares)
=== 0 === Chare 15 (load 7.2380)

=== 0 === Less loaded core 7 P#7 (1 chares, load: 14.6199)
=== 0 === Chare from 7 P#7 (1 chares)
=== 0 === Chare 9 (load 7.3447)

=== 0 === Less loaded core 15 P#0 (1 chares, load: 15.5139)
=== 0 === Chare from 15 P#15 (1 chares)
=== 0 === Chare 87 (load 6.7386)

=== 0 === Less loaded core 9 P#0 (2 chares, load: 16.6285)
=== 0 === Chare from 9 P#9 (2 chares)
=== 0 === Chare 95 (load 7.1680)

=== 0 === Less loaded core 14 P#24232992 (2 chares, load: 16.7177)
=== 0 === Chare from 14 P#14 (2 chares)
=== 0 === Chare 125 (load 7.0637)

=== 0 === Less loaded core 24 P#24 (2 chares, load: 16.9465)
=== 0 === Chare from 24 P#24 (2 chares)
=== 0 === Chare 200 (load 6.9374)

=== 0 === Less loaded core 12 P#18174480 (2 chares, load: 17.0730)
=== 0 === Chare from 12 P#12 (2 chares)
=== 0 === Chare 146 (load 6.8078)

=== 0 === Less loaded core 1 P#2 (2 chares, load: 17.0888)
=== 0 === Chare from 1 P#1 (2 chares)
=== 0 === Chare 175 (load 7.3488)

=== 0 === Less loaded core 4 P#1 (2 chares, load: 17.8291)
=== 0 === Chare from 4 P#4 (2 chares)
=== 0 === Chare 14 (load 8.3368)

=== 0 === Less loaded core 31 P#32767 (2 chares, load: 18.3064)
=== 0 === Chare from 31 P#31 (2 chares)
=== 0 === Chare 194 (load 8.7822)

=== 0 === Less loaded core 11 P#0 (2 chares, load: 18.3751)
=== 0 === Chare from 11 P#11 (2 chares)
=== 0 === Chare 46 (load 7.1047)

=== 0 === Less loaded core 29 P#1077043878 (2 chares, load: 18.3854)
=== 0 === Chare from 29 P#29 (2 chares)
=== 0 === Chare 185 (load 7.1363)

=== 0 === Less loaded core 13 P#0 (2 chares, load: 18.4741)
=== 0 === Chare from 13 P#13 (2 chares)
=== 0 === Chare 74 (load 9.1591)

=== 0 === Less loaded core 25 P#32767 (2 chares, load: 18.6265)
=== 0 === Chare from 25 P#25 (2 chares)
=== 0 === Chare 191 (load 6.8164)

=== 0 === Less loaded core 21 P#0 (1 chares, load: 18.6540)
=== 0 === Chare from 21 P#21 (1 chares)
=== 0 === Chare 44 (load 6.9236)

=== 0 === Less loaded core 30 P#-78976 (2 chares, load: 18.7132)
=== 0 === Chare from 30 P#30 (2 chares)
=== 0 === Chare 156 (load 8.1990)

=== 0 === Less loaded core 0 P#0 (2 chares, load: 18.7748)
=== 0 === Chare from 0 P#0 (2 chares)
=== 0 === Chare 1 (load 7.2911)

=== 0 === Less loaded core 20 P#0 (2 chares, load: 18.9351)
=== 0 === Chare from 20 P#20 (2 chares)
=== 0 === Chare 36 (load 9.3295)

=== 0 === Less loaded core 23 P#23 (2 chares, load: 19.0126)
=== 0 === Chare from 23 P#23 (2 chares)
=== 0 === Chare 58 (load 6.9681)

=== 0 === Less loaded core 22 P#22 (2 chares, load: 19.0276)
=== 0 === Chare from 22 P#22 (2 chares)
=== 0 === Chare 61 (load 9.0141)

=== 0 === Less loaded core 8 P#9346032 (2 chares, load: 19.1248)
=== 0 === Chare from 8 P#8 (2 chares)
=== 0 === Chare 8 (load 7.1187)

=== 0 === Less loaded core 18 P#32 (2 chares, load: 19.7780)
=== 0 === Chare from 18 P#18 (2 chares)
=== 0 === Chare 12 (load 7.7960)

=== 0 === Less loaded core 6 P#5 (1 chares, load: 20.1008)
=== 0 === Chare from 6 P#6 (1 chares)
=== 0 === Chare 88 (load 6.6415)

=== 0 === Less loaded core 3 P#6 (2 chares, load: 20.4949)
=== 0 === Chare from 3 P#3 (2 chares)
=== 0 === Chare 176 (load 7.2833)

=== 0 === Less loaded core 27 P#32767 (2 chares, load: 21.1141)
=== 0 === Chare from 27 P#27 (2 chares)
=== 0 === Chare 184 (load 6.9494)

=== 0 === Less loaded core 26 P#2 (2 chares, load: 21.3165)
=== 0 === Chare from 26 P#26 (2 chares)
=== 0 === Chare 90 (load 7.5248)

=== 0 === Less loaded core 28 P#1476395008 (2 chares, load: 21.4899)
=== 0 === Chare from 28 P#28 (2 chares)
=== 0 === Chare 108 (load 6.6234)

=== 0 === Less loaded core 10 P#0 (2 chares, load: 21.5248)
=== 0 === Chare from 10 P#10 (2 chares)
=== 0 === Chare 24 (load 7.1639)

=== 0 === Less loaded core 2 P#4 (2 chares, load: 21.6394)
=== 0 === Chare from 2 P#2 (2 chares)
=== 0 === Chare 168 (load 7.3203)

=== 0 === Less loaded core 17 P#0 (2 chares, load: 21.7104)
=== 0 === Chare from 17 P#17 (2 chares)
=== 0 === Chare 132 (load 7.0973)

=== 0 === Less loaded core 16 P#51622240 (2 chares, load: 21.9596)
=== 0 === Chare from 16 P#16 (2 chares)
=== 0 === Chare 7 (load 7.1276)

=== 0 === Less loaded core 7 P#7 (2 chares, load: 21.9645)
=== 0 === Chare from 7 P#7 (2 chares)
=== 0 === Chare 169 (load 6.8816)

=== 0 === Less loaded core 15 P#0 (2 chares, load: 22.2524)
=== 0 === Chare from 15 P#15 (2 chares)
=== 0 === Chare 89 (load 6.6863)

=== 0 === Less loaded core 5 P#3 (2 chares, load: 22.2647)
=== 0 === Chare from 5 P#5 (2 chares)
=== 0 === Chare 110 (load 8.8396)

=== 0 === Less loaded core 14 P#24232992 (3 chares, load: 23.7815)
=== 0 === Chare from 14 P#14 (3 chares)
=== 0 === Chare 53 (load 6.8869)

=== 0 === Less loaded core 9 P#0 (3 chares, load: 23.7965)
=== 0 === Chare from 9 P#9 (3 chares)
=== 0 === Chare 26 (load 7.1492)

=== 0 === Less loaded core 12 P#18174480 (3 chares, load: 23.8808)
=== 0 === Chare from 12 P#12 (3 chares)
=== 0 === Chare 123 (load 6.6473)

=== 0 === Less loaded core 24 P#24 (3 chares, load: 23.8839)
=== 0 === Chare from 24 P#24 (3 chares)
=== 0 === Chare 45 (load 6.8609)

=== 0 === Less loaded core 1 P#2 (3 chares, load: 24.4375)
=== 0 === Chare from 1 P#1 (3 chares)
=== 0 === Chare 42 (load 7.2596)

=== 0 === Less loaded core 25 P#32767 (3 chares, load: 25.4429)
=== 0 === Chare from 25 P#25 (3 chares)
=== 0 === Chare 207 (load 6.7711)

=== 0 === Less loaded core 11 P#0 (3 chares, load: 25.4798)
=== 0 === Chare from 11 P#11 (3 chares)
=== 0 === Chare 19 (load 6.9303)

=== 0 === Less loaded core 29 P#1077511563 (3 chares, load: 25.5217)
=== 0 === Chare from 29 P#29 (3 chares)
=== 0 === Chare 162 (load 7.1169)

=== 0 === Less loaded core 21 P#0 (2 chares, load: 25.5776)
=== 0 === Chare from 21 P#21 (2 chares)
=== 0 === Chare 83 (load 6.8675)

=== 0 === Less loaded core 23 P#23 (3 chares, load: 25.9807)
=== 0 === Chare from 23 P#23 (3 chares)
=== 0 === Chare 170 (load 6.8761)

=== 0 === Less loaded core 0 P#0 (3 chares, load: 26.0659)
=== 0 === Chare from 0 P#0 (3 chares)
=== 0 === Chare 124 (load 7.1283)

=== 0 === Less loaded core 4 P#1 (3 chares, load: 26.1660)
=== 0 === Chare from 4 P#4 (3 chares)
=== 0 === Chare 210 (load 7.2033)

=== 0 === Less loaded core 8 P#9346032 (3 chares, load: 26.2435)
=== 0 === Chare from 8 P#8 (3 chares)
=== 0 === Chare 148 (load 7.0454)

=== 0 === Less loaded core 19 P#0 (2 chares, load: 26.3089)
=== 0 === Chare from 19 P#19 (2 chares)
=== 0 === Chare 76 (load 6.7969)

=== 0 === Less loaded core 6 P#5 (2 chares, load: 26.7422)
=== 0 === Chare from 6 P#6 (2 chares)
=== 0 === Chare 68 (load 6.6127)

=== 0 === Less loaded core 30 P#-78976 (3 chares, load: 26.9122)
=== 0 === Chare from 30 P#30 (3 chares)
=== 0 === Chare 154 (load 7.0802)

=== 0 === Less loaded core 31 P#32767 (3 chares, load: 27.0886)
=== 0 === Chare from 31 P#31 (3 chares)
=== 0 === Chare 193 (load 8.7560)

=== 0 === Less loaded core 18 P#32 (3 chares, load: 27.5739)
=== 0 === Chare from 18 P#18 (3 chares)
=== 0 === Chare 30 (load 7.0732)

=== 0 === Less loaded core 13 P#0 (3 chares, load: 27.6332)
=== 0 === Chare from 13 P#13 (3 chares)
=== 0 === Chare 81 (load 9.1415)

=== 0 === Less loaded core 3 P#6 (3 chares, load: 27.7782)
=== 0 === Chare from 3 P#3 (3 chares)
=== 0 === Chare 171 (load 7.2101)

=== 0 === Less loaded core 22 P#22 (3 chares, load: 28.0417)
=== 0 === Chare from 22 P#22 (3 chares)
=== 0 === Chare 54 (load 8.9859)

=== 0 === Less loaded core 27 P#32767 (3 chares, load: 28.0635)
=== 0 === Chare from 27 P#27 (3 chares)
=== 0 === Chare 177 (load 6.9367)

=== 0 === Less loaded core 28 P#536870912 (3 chares, load: 28.1132)
=== 0 === Chare from 28 P#28 (3 chares)
=== 0 === Chare 67 (load 6.5428)

=== 0 === Less loaded core 20 P#0 (3 chares, load: 28.2646)
=== 0 === Chare from 20 P#20 (3 chares)
=== 0 === Chare 38 (load 6.9924)

=== 0 === Less loaded core 10 P#0 (3 chares, load: 28.6887)
=== 0 === Chare from 10 P#10 (3 chares)
=== 0 === Chare 96 (load 7.0003)

=== 0 === Less loaded core 17 P#0 (3 chares, load: 28.8077)
=== 0 === Chare from 17 P#17 (3 chares)
=== 0 === Chare 147 (load 6.8144)

=== 0 === Less loaded core 26 P#3 (3 chares, load: 28.8413)
=== 0 === Chare from 26 P#26 (3 chares)
=== 0 === Chare 208 (load 7.1227)

=== 0 === Less loaded core 7 P#7 (3 chares, load: 28.8461)
=== 0 === Chare from 7 P#7 (3 chares)
=== 0 === Chare 109 (load 6.4182)

=== 0 === Less loaded core 15 P#0 (3 chares, load: 28.9388)
=== 0 === Chare from 15 P#15 (3 chares)
=== 0 === Chare 140 (load 6.6099)

=== 0 === Less loaded core 2 P#4 (3 chares, load: 28.9597)
=== 0 === Chare from 2 P#2 (3 chares)
=== 0 === Chare 21 (load 7.1932)

=== 0 === Less loaded core 16 P#51622240 (3 chares, load: 29.0873)
=== 0 === Chare from 16 P#16 (3 chares)
=== 0 === Chare 66 (load 6.5817)

=== 0 === Less loaded core 12 P#18174480 (4 chares, load: 30.5281)
=== 0 === Chare from 6 P#6 (3 chares)
=== 0 === Chare 75 (load 6.5730)

=== 0 === Less loaded core 14 P#24232992 (4 chares, load: 30.6684)
=== 0 === Chare from 5 P#5 (3 chares)
=== 0 === Chare 145 (load 7.6349)

=== 0 === Less loaded core 24 P#24 (4 chares, load: 30.7448)
=== 0 === Chare from 21 P#21 (3 chares)
=== 0 === Chare 129 (load 6.8296)

=== 0 === Less loaded core 9 P#0 (4 chares, load: 30.9458)
=== 0 === Chare from 19 P#19 (3 chares)
=== 0 === Chare 94 (load 6.6934)

[DEBUG] GetBackPlacement from node 3
7 10.8492
102 7.4643
101 7.3546
0 7.3190
99 7.6362
81 7.3703
56 7.2978
12 7.2088
51 7.3550
57 7.2899
1 7.0788
53 6.9421
40 7.2496
100 7.2287
97 6.9790
13 6.9491
64 7.6085
43 7.5019
80 7.4339
41 7.2378
67 7.4666
82 7.4044
65 7.4018
83 7.3825
110 7.6291
111 7.4767
103 7.3840
120 7.2464
113 7.8344
109 7.6397
112 7.3952
121 7.2091
14 12.8431
2 10.0788
21 7.5456
117 7.4310
39 19.7792
54 18.0107
50 12.8193
74 8.9546
19 9.4635
31 7.4134
45 7.3607
55 7.0588
115 7.5214
116 7.5168
87 7.5021
46 7.2940
118 7.5546
72 7.4772
6 7.3869
75 7.1854
123 7.4121
73 7.3151
20 7.2848
122 7.2382
26 7.6573
28 7.4307
27 7.4065
119 7.3395
114 7.5366
125 7.3478
124 7.3101
126 7.2992
3 7.4827
33 7.4714
85 7.3356
88 7.3089
30 7.5171
35 7.3871
36 7.2857
32 7.2631
79 7.6178
94 7.3804
98 7.3441
9 7.2159
127 7.4337
96 7.3455
95 7.3368
86 7.2912
84 7.4030
59 7.3868
106 7.3505
58 7.3167
77 7.5376
66 7.5187
76 7.5154
61 7.3186
70 7.6429
69 7.5433
71 7.4967
68 7.4941
89 7.5182
91 7.5007
90 7.4981
92 7.3681
29 11.4756
4 8.7304
5 8.0906
34 7.0820
11 9.6662
8 7.8761
15 7.2918
52 6.9399
93 7.2346
16 7.1646
38 6.9898
37 6.9470
18 19.9139
63 10.7214
17 9.7704
62 9.4931
60 20.8705
10 20.8286
25 16.0431
24 10.1374
44 14.4777
23 13.8717
78 12.4675
22 12.0823
47 7.5146
49 7.4983
48 7.4680
42 7.1434
104 7.4222
105 7.3139
107 7.2999
108 7.1858
Core 0 load 32.9871
Core 1 load 29.5131
Core 2 load 28.6657
Core 3 load 28.4063
Core 4 load 29.7822
Core 5 load 29.6553
Core 6 load 29.7362
Core 7 load 30.0784
Core 8 load 37.8985
Core 9 load 59.5638
Core 10 load 31.2964
Core 11 load 29.8344
Core 12 load 29.6040
Core 13 load 29.2502
Core 14 load 29.8340
Core 15 load 29.4937
Core 16 load 29.5986
Core 17 load 29.4530
Core 18 load 29.5582
Core 19 load 29.4072
Core 20 load 29.4569
Core 21 load 29.8902
Core 22 load 30.1771
Core 23 load 29.8851
Core 24 load 35.3786
Core 25 load 31.7741
Core 26 load 28.3359
Core 27 load 49.8988
Core 28 load 67.8797
Core 29 load 52.8992
Core 30 load 29.6243
Core 31 load 29.2218
Avg load 33.6887 in [32.6780 ; 34.6994 ]
Swap chares 107 (6.9470) and 115 (10.1374) between cores 26 (28.3359) and 28
(67.8797)
New loads : 26 (31.5264) and 28 (64.6892)
Swap chares 14 (6.9790) and 114 (16.0431) between cores 3 (28.4063) and 28
(64.6892)
New loads : 3 (37.4705) and 28 (55.6251)
Swap chares 11 (6.9421) and 39 (8.9546) between cores 2 (28.6657) and 9
(59.5638)
New loads : 2 (30.6783) and 9 (57.5513)
Swap chares 126 (7.2999) and 38 (12.8193) between cores 31 (29.2218) and 9
(57.5513)
New loads : 31 (34.7412) and 9 (52.0319)
Swap chares 53 (7.3151) and 113 (20.8286) between cores 13 (29.2502) and 28
(55.6251)
New loads : 13 (42.7637) and 28 (42.1116)
Swap chares 79 (7.2912) and 119 (12.0823) between cores 19 (29.4072) and 29
(52.8992)
New loads : 19 (34.1983) and 29 (48.1081)
Swap chares 70 (7.2857) and 38 (7.2999) between cores 17 (29.4530) and 9
(52.0319)
New loads : 17 (29.4673) and 9 (52.0177)
Swap chares 81 (7.3868) and 37 (18.0107) between cores 20 (29.4569) and 9
(52.0177)
New loads : 20 (40.0809) and 9 (41.3937)
Swap chares 71 (7.2631) and 111 (9.4931) between cores 17 (29.4673) and 27
(49.8988)
New loads : 17 (31.6973) and 27 (47.6689)
Swap chares 62 (7.3101) and 118 (12.4675) between cores 15 (29.4937) and 29
(48.1081)
New loads : 15 (34.6511) and 29 (42.9507)
Swap chares 7 (7.2088) and 111 (7.2631) between cores 1 (29.5131) and 27
(47.6689)
New loads : 1 (29.5674) and 27 (47.6145)
Swap chares 74 (7.3441) and 110 (9.7704) between cores 18 (29.5582) and 27
(47.6145)
New loads : 18 (31.9845) and 27 (45.1882)
Swap chares 6 (7.2978) and 110 (7.3441) between cores 1 (29.5674) and 27
(45.1882)
New loads : 1 (29.6137) and 27 (45.1419)
Swap chares 65 (7.4714) and 109 (10.7214) between cores 16 (29.5986) and 27
(45.1419)
New loads : 16 (32.8486) and 27 (41.8919)
Swap chares 51 (7.1854) and 119 (7.2912) between cores 12 (29.6040) and 29
(42.9507)
New loads : 12 (29.7098) and 29 (42.8450)
Swap chares 5 (7.3703) and 117 (13.8717) between cores 1 (29.6137) and 29
(42.8450)
New loads : 1 (36.1152) and 29 (36.3435)
Swap chares 123 (7.1434) and 55 (7.2382) between cores 30 (29.6243) and 13
(42.7637)
New loads : 30 (29.7191) and 13 (42.6689)
Swap chares 21 (7.4044) and 53 (20.8286) between cores 5 (29.6553) and 13
(42.6689)
New loads : 5 (43.0796) and 13 (29.2447)
Swap chares 55 (7.1434) and 23 (7.3825) between cores 13 (29.2447) and 5
(43.0796)
New loads : 13 (29.4838) and 5 (42.8405)
Swap chares 54 (7.2848) and 22 (7.4018) between cores 13 (29.4838) and 5
(42.8405)
New loads : 13 (29.6008) and 5 (42.7235)
Swap chares 53 (7.4044) and 21 (20.8286) between cores 13 (29.6008) and 5
(42.7235)
New loads : 13 (43.0250) and 5 (29.2992)
Swap chares 23 (7.1434) and 55 (7.3825) between cores 5 (29.2992) and 13
(43.0250)
New loads : 5 (29.5383) and 13 (42.7859)
Swap chares 22 (7.2848) and 54 (7.4018) between cores 5 (29.5383) and 13
(42.7859)
New loads : 5 (29.6553) and 13 (42.6689)
Swap chares 21 (7.4044) and 53 (20.8286) between cores 5 (29.6553) and 13
(42.6689)
New loads : 5 (43.0796) and 13 (29.2447)
Swap chares 55 (7.1434) and 23 (7.3825) between cores 13 (29.2447) and 5
(43.0796)
New loads : 13 (29.4838) and 5 (42.8405)
Swap chares 54 (7.2848) and 22 (7.4018) between cores 13 (29.4838) and 5
(42.8405)
New loads : 13 (29.6008) and 5 (42.7235)
Swap chares 53 (7.4044) and 21 (20.8286) between cores 13 (29.6008) and 5
(42.7235)
New loads : 13 (43.0250) and 5 (29.2992)
Swap chares 23 (7.1434) and 55 (7.3825) between cores 5 (29.2992) and 13
(43.0250)
New loads : 5 (29.5383) and 13 (42.7859)
Swap chares 22 (7.2848) and 54 (7.4018) between cores 5 (29.5383) and 13
(42.7859)
New loads : 5 (29.6553) and 13 (42.6689)
Swap chares 21 (7.4044) and 53 (20.8286) between cores 5 (29.6553) and 13
(42.6689)
New loads : 5 (43.0796) and 13 (29.2447)
Swap chares 55 (7.1434) and 23 (7.3825) between cores 13 (29.2447) and 5
(43.0796)
New loads : 13 (29.4838) and 5 (42.8405)
Swap chares 54 (7.2848) and 22 (7.4018) between cores 13 (29.4838) and 5
(42.8405)
New loads : 13 (29.6008) and 5 (42.7235)
Swap chares 53 (7.4044) and 21 (20.8286) between cores 13 (29.6008) and 5
(42.7235)
New loads : 13 (43.0250) and 5 (29.2992)
Swap chares 23 (7.1434) and 55 (7.3825) between cores 5 (29.2992) and 13
(43.0250)
New loads : 5 (29.5383) and 13 (42.7859)
Swap chares 22 (7.2848) and 54 (7.4018) between cores 5 (29.5383) and 13
(42.7859)
New loads : 5 (29.6553) and 13 (42.6689)
Swap chares 21 (7.4044) and 53 (20.8286) between cores 5 (29.6553) and 13
(42.6689)
New loads : 5 (43.0796) and 13 (29.2447)
Swap chares 55 (7.1434) and 23 (7.3825) between cores 13 (29.2447) and 5
(43.0796)
New loads : 13 (29.4838) and 5 (42.8405)
Swap chares 54 (7.2848) and 22 (7.4018) between cores 13 (29.4838) and 5
(42.8405)
New loads : 13 (29.6008) and 5 (42.7235)
Swap chares 53 (7.4044) and 21 (20.8286) between cores 13 (29.6008) and 5
(42.7235)
New loads : 13 (43.0250) and 5 (29.2992)
Swap chares 23 (7.1434) and 55 (7.3825) between cores 5 (29.2992) and 13
(43.0250)
New loads : 5 (29.5383) and 13 (42.7859)
Swap chares 22 (7.2848) and 54 (7.4018) between cores 5 (29.5383) and 13
(42.7859)
New loads : 5 (29.6553) and 13 (42.6689)
Swap chares 21 (7.4044) and 53 (20.8286) between cores 5 (29.6553) and 13
(42.6689)
New loads : 5 (43.0796) and 13 (29.2447)
Swap chares 55 (7.1434) and 23 (7.3825) between cores 13 (29.2447) and 5
(43.0796)
New loads : 13 (29.4838) and 5 (42.8405)
Swap chares 54 (7.2848) and 22 (7.4018) between cores 13 (29.4838) and 5
(42.8405)
New loads : 13 (29.6008) and 5 (42.7235)
Swap chares 53 (7.4044) and 21 (20.8286) between cores 13 (29.6008) and 5
(42.7235)
New loads : 13 (43.0250) and 5 (29.2992)
Swap chares 23 (7.1434) and 55 (7.3825) between cores 5 (29.2992) and 13
(43.0250)
New loads : 5 (29.5383) and 13 (42.7859)
Swap chares 22 (7.2848) and 54 (7.4018) between cores 5 (29.5383) and 13
(42.7859)
New loads : 5 (29.6553) and 13 (42.6689)
Swap chares 21 (7.4044) and 53 (20.8286) between cores 5 (29.6553) and 13
(42.6689)
New loads : 5 (43.0796) and 13 (29.2447)
Swap chares 55 (7.1434) and 23 (7.3825) between cores 13 (29.2447) and 5
(43.0796)
New loads : 13 (29.4838) and 5 (42.8405)
Swap chares 54 (7.2848) and 22 (7.4018) between cores 13 (29.4838) and 5
(42.8405)
New loads : 13 (29.6008) and 5 (42.7235)
Swap chares 53 (7.4044) and 21 (20.8286) between cores 13 (29.6008) and 5
(42.7235)
New loads : 13 (43.0250) and 5 (29.2992)
Swap chares 23 (7.1434) and 55 (7.3825) between cores 5 (29.2992) and 13
(43.0250)
New loads : 5 (29.5383) and 13 (42.7859)
Swap chares 22 (7.2848) and 54 (7.4018) between cores 5 (29.5383) and 13
(42.7859)
New loads : 5 (29.6553) and 13 (42.6689)
Swap chares 21 (7.4044) and 53 (20.8286) between cores 5 (29.6553) and 13
(42.6689)
New loads : 5 (43.0796) and 13 (29.2447)
Swap chares 55 (7.1434) and 23 (7.3825) between cores 13 (29.2447) and 5
(43.0796)
New loads : 13 (29.4838) and 5 (42.8405)
Swap chares 54 (7.2848) and 22 (7.4018) between cores 13 (29.4838) and 5
(42.8405)
New loads : 13 (29.6008) and 5 (42.7235)
Swap chares 53 (7.4044) and 21 (20.8286) between cores 13 (29.6008) and 5
(42.7235)
New loads : 13 (43.0250) and 5 (29.2992)
Swap chares 23 (7.1434) and 55 (7.3825) between cores 5 (29.2992) and 13
(43.0250)
New loads : 5 (29.5383) and 13 (42.7859)
Swap chares 22 (7.2848) and 54 (7.4018) between cores 5 (29.5383) and 13
(42.7859)
New loads : 5 (29.6553) and 13 (42.6689)
Swap chares 21 (7.4044) and 53 (20.8286) between cores 5 (29.6553) and 13
(42.6689)
New loads : 5 (43.0796) and 13 (29.2447)
Swap chares 55 (7.1434) and 23 (7.3825) between cores 13 (29.2447) and 5
(43.0796)
New loads : 13 (29.4838) and 5 (42.8405)
Swap chares 54 (7.2848) and 22 (7.4018) between cores 13 (29.4838) and 5
(42.8405)
New loads : 13 (29.6008) and 5 (42.7235)
Swap chares 53 (7.4044) and 21 (20.8286) between cores 13 (29.6008) and 5
(42.7235)
New loads : 13 (43.0250) and 5 (29.2992)
Swap chares 23 (7.1434) and 55 (7.3825) between cores 5 (29.2992) and 13
(43.0250)
New loads : 5 (29.5383) and 13 (42.7859)
=== 3 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 0 P#0 (0 chares)
=== 3 === Chare 63 (load 10.8492)

=== 3 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 3 === Chare from 1 P#1 (0 chares)
=== 3 === Chare 158 (load 13.8717)

=== 3 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 3 === Chare from 2 P#2 (0 chares)
=== 3 === Chare 343 (load 8.9546)

=== 3 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 3 === Chare from 3 P#3 (0 chares)
=== 3 === Chare 160 (load 16.0431)

=== 3 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 3 === Chare from 4 P#4 (0 chares)
=== 3 === Chare 298 (load 7.6085)

=== 3 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 3 === Chare from 5 P#5 (0 chares)
=== 3 === Chare 301 (load 7.4666)

=== 3 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 3 === Chare from 6 P#6 (0 chares)
=== 3 === Chare 574 (load 7.6291)

=== 3 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 3 === Chare from 7 P#7 (0 chares)
=== 3 === Chare 577 (load 7.8344)

=== 3 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 3 === Chare from 8 P#8 (0 chares)
=== 3 === Chare 107 (load 12.8431)

=== 3 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 9 P#9 (0 chares)
=== 3 === Chare 219 (load 19.7792)

=== 3 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 10 P#10 (0 chares)
=== 3 === Chare 126 (load 9.4635)

=== 3 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 11 P#11 (0 chares)
=== 3 === Chare 587 (load 7.5214)

=== 3 === Less loaded core 12 P#69915200 (0 chares, load: 0.0000)
=== 3 === Chare from 12 P#12 (0 chares)
=== 3 === Chare 590 (load 7.5546)

=== 3 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 13 P#13 (0 chares)
=== 3 === Chare 85 (load 20.8286)

=== 3 === Less loaded core 14 P#43874944 (0 chares, load: 0.0000)
=== 3 === Chare from 14 P#14 (0 chares)
=== 3 === Chare 172 (load 7.6573)

=== 3 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 15 P#15 (0 chares)
=== 3 === Chare 363 (load 12.4675)

=== 3 === Less loaded core 16 P#71200864 (0 chares, load: 0.0000)
=== 3 === Chare from 16 P#16 (0 chares)
=== 3 === Chare 283 (load 10.7214)

=== 3 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 17 P#17 (0 chares)
=== 3 === Chare 282 (load 9.4931)

=== 3 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 3 === Chare from 18 P#18 (0 chares)
=== 3 === Chare 119 (load 9.7704)

=== 3 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 19 P#19 (0 chares)
=== 3 === Chare 157 (load 12.0823)

=== 3 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 20 P#20 (0 chares)
=== 3 === Chare 242 (load 18.0107)

=== 3 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 21 P#21 (0 chares)
=== 3 === Chare 362 (load 7.5376)

=== 3 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 3 === Chare from 22 P#22 (0 chares)
=== 3 === Chare 339 (load 7.6429)

=== 3 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 3 === Chare from 23 P#23 (0 chares)
=== 3 === Chare 450 (load 7.5182)

=== 3 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 3 === Chare from 24 P#24 (0 chares)
=== 3 === Chare 179 (load 11.4756)

=== 3 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 3 === Chare from 25 P#25 (0 chares)
=== 3 === Chare 86 (load 9.6662)

=== 3 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 26 P#26 (0 chares)
=== 3 === Chare 159 (load 10.1374)

=== 3 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 3 === Chare from 27 P#27 (0 chares)
=== 3 === Chare 120 (load 19.9139)

=== 3 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 28 P#28 (0 chares)
=== 3 === Chare 269 (load 20.8705)

=== 3 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 29 P#29 (0 chares)
=== 3 === Chare 224 (load 14.4777)

=== 3 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 3 === Chare from 30 P#30 (0 chares)
=== 3 === Chare 230 (load 7.5146)

=== 3 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 3 === Chare from 31 P#31 (0 chares)
=== 3 === Chare 233 (load 12.8193)

=== 3 === Less loaded core 5 P#3 (1 chares, load: 7.4666)
=== 3 === Chare from 5 P#5 (1 chares)
=== 3 === Chare 387 (load 7.4044)

=== 3 === Less loaded core 30 P#-78976 (1 chares, load: 7.5146)
=== 3 === Chare from 30 P#30 (1 chares)
=== 3 === Chare 232 (load 7.4983)

=== 3 === Less loaded core 23 P#23 (1 chares, load: 7.5182)
=== 3 === Chare from 23 P#23 (1 chares)
=== 3 === Chare 452 (load 7.5007)

=== 3 === Less loaded core 11 P#0 (1 chares, load: 7.5214)
=== 3 === Chare from 11 P#11 (1 chares)
=== 3 === Chare 588 (load 7.5168)

=== 3 === Less loaded core 21 P#0 (1 chares, load: 7.5376)
=== 3 === Chare from 21 P#21 (1 chares)
=== 3 === Chare 300 (load 7.5187)

=== 3 === Less loaded core 12 P#69915200 (1 chares, load: 7.5546)
=== 3 === Chare from 12 P#12 (1 chares)
=== 3 === Chare 341 (load 7.4772)

=== 3 === Less loaded core 4 P#1 (1 chares, load: 7.6085)
=== 3 === Chare from 4 P#4 (1 chares)
=== 3 === Chare 223 (load 7.5019)

=== 3 === Less loaded core 6 P#5 (1 chares, load: 7.6291)
=== 3 === Chare from 6 P#6 (1 chares)
=== 3 === Chare 575 (load 7.4767)

=== 3 === Less loaded core 22 P#22 (1 chares, load: 7.6429)
=== 3 === Chare from 22 P#22 (1 chares)
=== 3 === Chare 338 (load 7.5433)

=== 3 === Less loaded core 14 P#43874944 (1 chares, load: 7.6573)
=== 3 === Chare from 14 P#14 (1 chares)
=== 3 === Chare 174 (load 7.4307)

=== 3 === Less loaded core 7 P#7 (1 chares, load: 7.8344)
=== 3 === Chare from 7 P#7 (1 chares)
=== 3 === Chare 573 (load 7.6397)

=== 3 === Less loaded core 2 P#4 (1 chares, load: 8.9546)
=== 3 === Chare from 2 P#2 (1 chares)
=== 3 === Chare 234 (load 7.3550)

=== 3 === Less loaded core 10 P#0 (1 chares, load: 9.4635)
=== 3 === Chare from 10 P#10 (1 chares)
=== 3 === Chare 181 (load 7.4134)

=== 3 === Less loaded core 17 P#0 (1 chares, load: 9.4931)
=== 3 === Chare from 17 P#17 (1 chares)
=== 3 === Chare 180 (load 7.5171)

=== 3 === Less loaded core 25 P#32767 (1 chares, load: 9.6662)
=== 3 === Chare from 25 P#25 (1 chares)
=== 3 === Chare 64 (load 7.8761)

=== 3 === Less loaded core 18 P#32 (1 chares, load: 9.7704)
=== 3 === Chare from 18 P#18 (1 chares)
=== 3 === Chare 364 (load 7.6178)

=== 3 === Less loaded core 26 P#1 (1 chares, load: 10.1374)
=== 3 === Chare from 26 P#26 (1 chares)
=== 3 === Chare 454 (load 7.2346)

=== 3 === Less loaded core 16 P#71200864 (1 chares, load: 10.7214)
=== 3 === Chare from 16 P#16 (1 chares)
=== 3 === Chare 55 (load 7.4827)

=== 3 === Less loaded core 0 P#0 (1 chares, load: 10.8492)
=== 3 === Chare from 0 P#0 (1 chares)
=== 3 === Chare 558 (load 7.4643)

=== 3 === Less loaded core 24 P#24 (1 chares, load: 11.4756)
=== 3 === Chare from 24 P#24 (1 chares)
=== 3 === Chare 56 (load 8.7304)

=== 3 === Less loaded core 19 P#0 (1 chares, load: 12.0823)
=== 3 === Chare from 19 P#19 (1 chares)
=== 3 === Chare 599 (load 7.4337)

=== 3 === Less loaded core 15 P#0 (1 chares, load: 12.4675)
=== 3 === Chare from 15 P#15 (1 chares)
=== 3 === Chare 586 (load 7.5366)

=== 3 === Less loaded core 31 P#32767 (1 chares, load: 12.8193)
=== 3 === Chare from 31 P#31 (1 chares)
=== 3 === Chare 564 (load 7.4222)

=== 3 === Less loaded core 8 P#9346032 (1 chares, load: 12.8431)
=== 3 === Chare from 8 P#8 (1 chares)
=== 3 === Chare 41 (load 10.0788)

=== 3 === Less loaded core 1 P#2 (1 chares, load: 13.8717)
=== 3 === Chare from 1 P#1 (1 chares)
=== 3 === Chare 555 (load 7.6362)

=== 3 === Less loaded core 29 P#1076688019 (1 chares, load: 14.4777)
=== 3 === Chare from 29 P#29 (1 chares)
=== 3 === Chare 386 (load 7.3703)

=== 3 === Less loaded core 5 P#3 (2 chares, load: 14.8710)
=== 3 === Chare from 5 P#5 (2 chares)
=== 3 === Chare 388 (load 7.3825)

=== 3 === Less loaded core 30 P#-78976 (2 chares, load: 15.0129)
=== 3 === Chare from 30 P#30 (2 chares)
=== 3 === Chare 231 (load 7.4680)

=== 3 === Less loaded core 23 P#23 (2 chares, load: 15.0189)
=== 3 === Chare from 23 P#23 (2 chares)
=== 3 === Chare 451 (load 7.4981)

=== 3 === Less loaded core 12 P#69915200 (2 chares, load: 15.0317)
=== 3 === Chare from 12 P#12 (2 chares)
=== 3 === Chare 62 (load 7.3869)

=== 3 === Less loaded core 11 P#0 (2 chares, load: 15.0383)
=== 3 === Chare from 11 P#11 (2 chares)
=== 3 === Chare 424 (load 7.5021)

=== 3 === Less loaded core 21 P#0 (2 chares, load: 15.0562)
=== 3 === Chare from 21 P#21 (2 chares)
=== 3 === Chare 361 (load 7.5154)

=== 3 === Less loaded core 14 P#43874944 (2 chares, load: 15.0880)
=== 3 === Chare from 14 P#14 (2 chares)
=== 3 === Chare 173 (load 7.4065)

=== 3 === Less loaded core 6 P#5 (2 chares, load: 15.1057)
=== 3 === Chare from 6 P#6 (2 chares)
=== 3 === Chare 559 (load 7.3840)

=== 3 === Less loaded core 4 P#1 (2 chares, load: 15.1104)
=== 3 === Chare from 4 P#4 (2 chares)
=== 3 === Chare 385 (load 7.4339)

=== 3 === Less loaded core 22 P#22 (2 chares, load: 15.1862)
=== 3 === Chare from 22 P#22 (2 chares)
=== 3 === Chare 340 (load 7.4967)

=== 3 === Less loaded core 7 P#7 (2 chares, load: 15.4741)
=== 3 === Chare from 7 P#7 (2 chares)
=== 3 === Chare 576 (load 7.3952)

=== 3 === Less loaded core 3 P#6 (1 chares, load: 16.0431)
=== 3 === Chare from 3 P#3 (1 chares)
=== 3 === Chare 220 (load 7.2496)

=== 3 === Less loaded core 2 P#4 (2 chares, load: 16.3096)
=== 3 === Chare from 2 P#2 (2 chares)
=== 3 === Chare 245 (load 7.2899)

=== 3 === Less loaded core 10 P#0 (2 chares, load: 16.8769)
=== 3 === Chare from 10 P#10 (2 chares)
=== 3 === Chare 225 (load 7.3607)

=== 3 === Less loaded core 17 P#0 (2 chares, load: 17.0102)
=== 3 === Chare from 17 P#17 (2 chares)
=== 3 === Chare 189 (load 7.3871)

=== 3 === Less loaded core 26 P#2 (2 chares, load: 17.3720)
=== 3 === Chare from 26 P#26 (2 chares)
=== 3 === Chare 113 (load 7.1646)

=== 3 === Less loaded core 18 P#32 (2 chares, load: 17.3882)
=== 3 === Chare from 18 P#18 (2 chares)
=== 3 === Chare 542 (load 7.3804)

=== 3 === Less loaded core 25 P#32767 (2 chares, load: 17.5423)
=== 3 === Chare from 25 P#25 (2 chares)
=== 3 === Chare 112 (load 7.2918)

=== 3 === Less loaded core 20 P#0 (1 chares, load: 18.0107)
=== 3 === Chare from 20 P#20 (1 chares)
=== 3 === Chare 389 (load 7.4030)

=== 3 === Less loaded core 16 P#71200864 (2 chares, load: 18.2041)
=== 3 === Chare from 16 P#16 (2 chares)
=== 3 === Chare 422 (load 7.3356)

=== 3 === Less loaded core 0 P#0 (2 chares, load: 18.3136)
=== 3 === Chare from 0 P#0 (2 chares)
=== 3 === Chare 557 (load 7.3546)

=== 3 === Less loaded core 19 P#0 (2 chares, load: 19.5160)
=== 3 === Chare from 19 P#19 (2 chares)
=== 3 === Chare 544 (load 7.3455)

=== 3 === Less loaded core 9 P#0 (1 chares, load: 19.7792)
=== 3 === Chare from 9 P#9 (1 chares)
=== 3 === Chare 268 (load 7.3868)

=== 3 === Less loaded core 27 P#32767 (1 chares, load: 19.9139)
=== 3 === Chare from 27 P#27 (1 chares)
=== 3 === Chare 187 (load 7.4714)

=== 3 === Less loaded core 15 P#0 (2 chares, load: 20.0041)
=== 3 === Chare from 15 P#15 (2 chares)
=== 3 === Chare 597 (load 7.3478)

=== 3 === Less loaded core 24 P#24 (2 chares, load: 20.2060)
=== 3 === Chare from 24 P#24 (2 chares)
=== 3 === Chare 57 (load 8.0906)

=== 3 === Less loaded core 31 P#32767 (2 chares, load: 20.2415)
=== 3 === Chare from 31 P#31 (2 chares)
=== 3 === Chare 565 (load 7.3139)

=== 3 === Less loaded core 13 P#0 (1 chares, load: 20.8286)
=== 3 === Chare from 13 P#13 (1 chares)
=== 3 === Chare 595 (load 7.4121)

=== 3 === Less loaded core 28 P#-1006632960 (1 chares, load: 20.8705)
=== 3 === Chare from 28 P#28 (1 chares)
=== 3 === Chare 342 (load 7.3151)

=== 3 === Less loaded core 1 P#2 (2 chares, load: 21.5079)
=== 3 === Chare from 1 P#1 (2 chares)
=== 3 === Chare 546 (load 7.3441)

=== 3 === Less loaded core 29 P#1077270804 (2 chares, load: 21.8480)
=== 3 === Chare from 29 P#29 (2 chares)
=== 3 === Chare 596 (load 7.3101)

=== 3 === Less loaded core 5 P#3 (3 chares, load: 22.2535)
=== 3 === Chare from 5 P#5 (3 chares)
=== 3 === Chare 127 (load 7.2848)

=== 3 === Less loaded core 12 P#69915200 (3 chares, load: 22.4186)
=== 3 === Chare from 12 P#12 (3 chares)
=== 3 === Chare 423 (load 7.2912)

=== 3 === Less loaded core 30 P#-78976 (3 chares, load: 22.4809)
=== 3 === Chare from 30 P#30 (3 chares)
=== 3 === Chare 594 (load 7.2382)

=== 3 === Less loaded core 6 P#5 (3 chares, load: 22.4897)
=== 3 === Chare from 6 P#6 (3 chares)
=== 3 === Chare 592 (load 7.2464)

=== 3 === Less loaded core 14 P#43874944 (3 chares, load: 22.4945)
=== 3 === Chare from 14 P#14 (3 chares)
=== 3 === Chare 591 (load 7.3395)

=== 3 === Less loaded core 23 P#23 (3 chares, load: 22.5170)
=== 3 === Chare from 23 P#23 (3 chares)
=== 3 === Chare 453 (load 7.3681)

=== 3 === Less loaded core 11 P#0 (3 chares, load: 22.5404)
=== 3 === Chare from 11 P#11 (3 chares)
=== 3 === Chare 226 (load 7.2940)

=== 3 === Less loaded core 4 P#1 (3 chares, load: 22.5444)
=== 3 === Chare from 4 P#4 (3 chares)
=== 3 === Chare 221 (load 7.2378)

=== 3 === Less loaded core 21 P#0 (3 chares, load: 22.5716)
=== 3 === Chare from 21 P#21 (3 chares)
=== 3 === Chare 270 (load 7.3186)

=== 3 === Less loaded core 22 P#22 (3 chares, load: 22.6829)
=== 3 === Chare from 22 P#22 (3 chares)
=== 3 === Chare 337 (load 7.4941)

=== 3 === Less loaded core 7 P#7 (3 chares, load: 22.8692)
=== 3 === Chare from 7 P#7 (3 chares)
=== 3 === Chare 593 (load 7.2091)

=== 3 === Less loaded core 8 P#9346032 (2 chares, load: 22.9219)
=== 3 === Chare from 8 P#8 (2 chares)
=== 3 === Chare 128 (load 7.5456)

=== 3 === Less loaded core 3 P#6 (2 chares, load: 23.2927)
=== 3 === Chare from 3 P#3 (2 chares)
=== 3 === Chare 556 (load 7.2287)

=== 3 === Less loaded core 2 P#4 (3 chares, load: 23.5995)
=== 3 === Chare from 2 P#2 (3 chares)
=== 3 === Chare 40 (load 7.0788)

=== 3 === Less loaded core 10 P#0 (3 chares, load: 24.2376)
=== 3 === Chare from 10 P#10 (3 chares)
=== 3 === Chare 243 (load 7.0588)

=== 3 === Less loaded core 17 P#0 (3 chares, load: 24.3973)
=== 3 === Chare from 17 P#17 (3 chares)
=== 3 === Chare 567 (load 7.2999)

=== 3 === Less loaded core 26 P#3 (3 chares, load: 24.5366)
=== 3 === Chare from 26 P#26 (3 chares)
=== 3 === Chare 214 (load 6.9898)

=== 3 === Less loaded core 18 P#32 (3 chares, load: 24.7686)
=== 3 === Chare from 18 P#18 (3 chares)
=== 3 === Chare 84 (load 7.2159)

=== 3 === Less loaded core 25 P#32767 (3 chares, load: 24.8342)
=== 3 === Chare from 25 P#25 (3 chares)
=== 3 === Chare 235 (load 6.9399)

=== 3 === Less loaded core 20 P#0 (2 chares, load: 25.4137)
=== 3 === Chare from 20 P#20 (2 chares)
=== 3 === Chare 566 (load 7.3505)

=== 3 === Less loaded core 16 P#71200864 (3 chares, load: 25.5397)
=== 3 === Chare from 16 P#16 (3 chares)
=== 3 === Chare 425 (load 7.3089)

=== 3 === Less loaded core 0 P#0 (3 chares, load: 25.6681)
=== 3 === Chare from 0 P#0 (3 chares)
=== 3 === Chare 39 (load 7.3190)

=== 3 === Less loaded core 19 P#0 (3 chares, load: 26.8615)
=== 3 === Chare from 19 P#19 (3 chares)
=== 3 === Chare 543 (load 7.3368)

=== 3 === Less loaded core 9 P#0 (2 chares, load: 27.1660)
=== 3 === Chare from 9 P#9 (2 chares)
=== 3 === Chare 190 (load 7.2857)

=== 3 === Less loaded core 15 P#0 (3 chares, load: 27.3519)
=== 3 === Chare from 15 P#15 (3 chares)
=== 3 === Chare 598 (load 7.2992)

=== 3 === Less loaded core 27 P#32767 (2 chares, load: 27.3853)
=== 3 === Chare from 27 P#27 (2 chares)
=== 3 === Chare 244 (load 7.2978)

=== 3 === Less loaded core 31 P#32767 (3 chares, load: 27.5554)
=== 3 === Chare from 31 P#31 (3 chares)
=== 3 === Chare 568 (load 7.1858)

=== 3 === Less loaded core 28 P#-402653184 (2 chares, load: 28.1856)
=== 3 === Chare from 28 P#28 (2 chares)
=== 3 === Chare 545 (load 6.9790)

=== 3 === Less loaded core 13 P#0 (2 chares, load: 28.2407)
=== 3 === Chare from 13 P#13 (2 chares)
=== 3 === Chare 299 (load 7.4018)

=== 3 === Less loaded core 24 P#24 (3 chares, load: 28.2966)
=== 3 === Chare from 24 P#24 (3 chares)
=== 3 === Chare 188 (load 7.0820)

=== 3 === Less loaded core 1 P#2 (3 chares, load: 28.8520)
=== 3 === Chare from 1 P#1 (3 chares)
=== 3 === Chare 182 (load 7.2631)

=== 3 === Less loaded core 29 P#1077749881 (3 chares, load: 29.1581)
=== 3 === Chare from 29 P#29 (3 chares)
=== 3 === Chare 344 (load 7.1854)

=== 3 === Less loaded core 5 P#3 (4 chares, load: 29.5383)
=== 3 === Chare from 3 P#3 (3 chares)
=== 3 === Chare 106 (load 6.9491)

=== 3 === Less loaded core 12 P#69915200 (4 chares, load: 29.7098)
=== 3 === Chare from 9 P#9 (3 chares)
=== 3 === Chare 237 (load 6.9421)

=== 3 === Less loaded core 30 P#-78976 (4 chares, load: 29.7191)
=== 3 === Chare from 28 P#28 (3 chares)
=== 3 === Chare 212 (load 6.9470)

=== 3 === Less loaded core 6 P#5 (4 chares, load: 29.7362)
=== 3 === Chare from 27 P#27 (3 chares)
=== 3 === Chare 105 (load 7.2088)

=== 3 === Less loaded core 4 P#1 (4 chares, load: 29.7822)
=== 3 === Chare from 20 P#20 (3 chares)
=== 3 === Chare 267 (load 7.3167)

=== 3 === Less loaded core 14 P#43874944 (4 chares, load: 29.8340)
=== 3 === Chare from 13 P#13 (3 chares)
=== 3 === Chare 222 (load 7.1434)

=== 3 === Less loaded core 11 P#0 (4 chares, load: 29.8344)
=== 3 === Chare from 8 P#8 (3 chares)
=== 3 === Chare 589 (load 7.4310)

[DEBUG] GetBackPlacement from node 2
0 7.4080
65 7.3871
29 7.3472
102 7.3124
84 7.4164
44 7.3817
66 7.3674
30 7.2353
120 7.4587
17 7.4410
20 7.4373
46 7.3733
36 7.4329
24 7.4226
61 7.3269
107 7.1939
62 13.6480
3 11.1277
58 10.1239
35 8.0601
21 7.3762
22 7.2983
127 7.2698
124 7.2673
8 7.4918
10 7.2112
11 7.1669
13 7.1006
9 7.6412
63 7.3343
94 7.2978
105 7.2167
101 8.4419
15 7.4423
114 7.2921
106 7.2649
72 7.3657
18 7.2864
119 7.2182
51 7.1780
60 7.4251
92 7.3992
104 7.3064
82 7.1732
112 7.4819
125 7.3578
86 7.3040
111 7.2384
110 7.5866
43 7.4468
108 7.3940
68 7.3593
116 7.4105
117 7.4041
47 7.3725
45 7.3029
93 7.3742
48 7.3047
59 7.2752
56 7.2468
96 7.5861
98 7.3980
99 7.3965
95 7.3251
78 13.6417
1 13.3905
49 12.9028
64 10.2700
77 13.9390
79 10.4861
85 7.7720
118 7.0300
32 15.2129
33 14.4000
31 11.9074
34 9.9521
88 9.3254
91 9.1212
54 8.0247
89 7.0934
4 12.4435
70 9.1373
26 9.0906
2 8.2261
76 12.7413
122 8.8295
38 8.7505
27 6.8420
23 9.3488
71 9.1702
40 6.8135
42 6.7941
87 9.1905
39 6.9037
123 6.8282
83 6.7120
103 7.3391
113 7.3026
5 7.2862
115 7.2544
37 7.4539
74 7.4537
53 7.3948
57 7.3228
6 7.7008
7 7.4051
67 7.2794
25 7.2620
55 10.0849
14 7.6565
19 7.4903
16 7.4564
121 8.6003
41 7.4049
126 7.3984
12 7.2717
75 14.2774
97 11.9642
73 11.5017
50 8.6351
69 14.2502
52 12.0989
80 11.3984
28 8.4805
81 14.3645
100 12.4091
109 11.0867
90 7.9981
Core 0 load 29.4546
Core 1 load 29.4009
Core 2 load 29.7103
Core 3 load 29.3763
Core 4 load 42.9596
Core 5 load 29.2115
Core 6 load 28.9704
Core 7 load 29.4901
Core 8 load 30.4412
Core 9 load 29.0483
Core 10 load 29.3040
Core 11 load 29.3820
Core 12 load 29.7866
Core 13 load 29.4900
Core 14 load 29.2008
Core 15 load 29.7057
Core 16 load 50.2050
Core 17 load 39.2271
Core 18 load 51.4723
Core 19 load 33.5647
Core 20 load 38.8974
Core 21 load 37.1632
Core 22 load 32.1266
Core 23 load 29.6344
Core 24 load 29.1822
Core 25 load 29.6251
Core 26 load 29.6472
Core 27 load 32.6881
Core 28 load 30.6753
Core 29 load 46.3785
Core 30 load 46.2279
Core 31 load 45.8584
Avg load 33.9846 in [32.9650 ; 35.0041 ]
Swap chares 27 (7.1006) and 75 (9.9521) between cores 6 (28.9704) and 18
(51.4723)
New loads : 6 (31.8220) and 18 (48.6208)
Swap chares 39 (7.1780) and 67 (10.2700) between cores 9 (29.0483) and 16
(50.2050)
New loads : 9 (32.1403) and 16 (47.1130)
Swap chares 98 (7.2862) and 74 (11.9074) between cores 24 (29.1822) and 18
(48.6208)
New loads : 24 (33.8034) and 18 (43.9996)
Swap chares 58 (7.2752) and 66 (12.9028) between cores 14 (29.2008) and 16
(47.1130)
New loads : 14 (34.8285) and 16 (41.4853)
Swap chares 23 (7.2673) and 119 (8.6351) between cores 5 (29.2115) and 29
(46.3785)
New loads : 5 (30.5794) and 29 (45.0106)
Swap chares 43 (7.1732) and 123 (8.4805) between cores 10 (29.3040) and 30
(46.2279)
New loads : 10 (30.6112) and 30 (44.9207)
Swap chares 15 (7.1939) and 127 (7.9981) between cores 3 (29.3763) and 31
(45.8584)
New loads : 3 (30.1805) and 31 (45.0541)
Swap chares 46 (7.3040) and 126 (11.0867) between cores 11 (29.3820) and 31
(45.0541)
New loads : 11 (33.1647) and 31 (41.2714)
Swap chares 7 (7.2353) and 119 (7.2673) between cores 1 (29.4009) and 29
(45.0106)
New loads : 1 (29.4329) and 29 (44.9786)
Swap chares 6 (7.3674) and 118 (11.5017) between cores 1 (29.4329) and 29
(44.9786)
New loads : 1 (33.5671) and 29 (40.8444)
Swap chares 2 (7.3472) and 122 (11.3984) between cores 0 (29.4546) and 30
(44.9207)
New loads : 0 (33.5058) and 30 (40.8695)
Swap chares 53 (7.4041) and 73 (14.4000) between cores 13 (29.4900) and 18
(43.9996)
New loads : 13 (36.4859) and 18 (37.0037)
Swap chares 31 (7.2167) and 19 (8.0601) between cores 7 (29.4901) and 4
(42.9596)
New loads : 7 (30.3334) and 4 (42.1163)
Swap chares 102 (7.3948) and 18 (10.1239) between cores 25 (29.6251) and 4
(42.1163)
New loads : 25 (32.3542) and 4 (39.3872)
Swap chares 95 (6.7120) and 67 (7.1780) between cores 23 (29.6344) and 16
(41.4853)
New loads : 23 (30.1004) and 16 (41.0194)
Swap chares 106 (7.2794) and 126 (7.3040) between cores 26 (29.6472) and 31
(41.2714)
New loads : 26 (29.6718) and 31 (41.2468)
Swap chares 105 (7.4051) and 125 (12.4091) between cores 26 (29.6718) and 31
(41.2468)
New loads : 26 (34.6759) and 31 (36.2427)
Swap chares 61 (7.3980) and 65 (13.3905) between cores 15 (29.7057) and 16
(41.0194)
New loads : 15 (35.6981) and 16 (35.0269)
Swap chares 9 (7.4410) and 121 (12.0989) between cores 2 (29.7103) and 30
(40.8695)
New loads : 2 (34.3682) and 30 (36.2116)
Swap chares 49 (7.4468) and 117 (11.9642) between cores 12 (29.7866) and 29
(40.8444)
New loads : 12 (34.3041) and 29 (36.3269)
Swap chares 95 (7.1780) and 19 (7.2167) between cores 23 (30.1004) and 4
(39.3872)
New loads : 23 (30.1391) and 4 (39.3485)
Swap chares 94 (6.8282) and 18 (7.3948) between cores 23 (30.1391) and 4
(39.3485)
New loads : 23 (30.7057) and 4 (38.7818)
Swap chares 14 (7.3269) and 70 (7.7720) between cores 3 (30.1805) and 17
(39.2271)
New loads : 3 (30.6256) and 17 (38.7820)
Swap chares 31 (8.0601) and 83 (8.2261) between cores 7 (30.3334) and 20
(38.8974)
New loads : 7 (30.4994) and 20 (38.7314)
Swap chares 34 (7.2921) and 70 (7.3269) between cores 8 (30.4412) and 17
(38.7820)
New loads : 8 (30.4760) and 17 (38.7472)
Swap chares 33 (7.4423) and 17 (11.1277) between cores 8 (30.4760) and 4
(38.7818)
New loads : 8 (34.1614) and 4 (35.0964)
Swap chares 29 (7.3343) and 69 (10.4861) between cores 7 (30.4994) and 17
(38.7472)
New loads : 7 (33.6512) and 17 (35.5954)
Swap chares 22 (7.2698) and 82 (9.0906) between cores 5 (30.5794) and 20
(38.7314)
New loads : 5 (32.4002) and 20 (36.9106)
Swap chares 42 (7.3064) and 86 (8.7505) between cores 10 (30.6112) and 21
(37.1632)
New loads : 10 (32.0553) and 21 (35.7192)
Swap chares 12 (7.4329) and 72 (15.2129) between cores 3 (30.6256) and 18
(37.0037)
New loads : 3 (38.4055) and 18 (29.2238)
Swap chares 75 (7.1006) and 15 (7.9981) between cores 18 (29.2238) and 3
(38.4055)
New loads : 18 (30.1213) and 3 (37.5080)
Swap chares 74 (7.2862) and 14 (7.7720) between cores 18 (30.1213) and 3
(37.5080)
New loads : 18 (30.6071) and 3 (37.0223)
Swap chares 73 (7.4041) and 13 (7.4226) between cores 18 (30.6071) and 3
(37.0223)
New loads : 18 (30.6256) and 3 (37.0037)
Swap chares 72 (7.4329) and 12 (15.2129) between cores 18 (30.6256) and 3
(37.0037)
New loads : 18 (38.4055) and 3 (29.2238)
Swap chares 15 (7.1006) and 75 (7.9981) between cores 3 (29.2238) and 18
(38.4055)
New loads : 3 (30.1213) and 18 (37.5080)
Swap chares 14 (7.2862) and 74 (7.7720) between cores 3 (30.1213) and 18
(37.5080)
New loads : 3 (30.6071) and 18 (37.0223)
Swap chares 13 (7.4041) and 73 (7.4226) between cores 3 (30.6071) and 18
(37.0223)
New loads : 3 (30.6256) and 18 (37.0037)
Swap chares 12 (7.4329) and 72 (15.2129) between cores 3 (30.6256) and 18
(37.0037)
New loads : 3 (38.4055) and 18 (29.2238)
Swap chares 75 (7.1006) and 15 (7.9981) between cores 18 (29.2238) and 3
(38.4055)
New loads : 18 (30.1213) and 3 (37.5080)
Swap chares 74 (7.2862) and 14 (7.7720) between cores 18 (30.1213) and 3
(37.5080)
New loads : 18 (30.6071) and 3 (37.0223)
Swap chares 73 (7.4041) and 13 (7.4226) between cores 18 (30.6071) and 3
(37.0223)
New loads : 18 (30.6256) and 3 (37.0037)
Swap chares 72 (7.4329) and 12 (15.2129) between cores 18 (30.6256) and 3
(37.0037)
New loads : 18 (38.4055) and 3 (29.2238)
Swap chares 15 (7.1006) and 75 (7.9981) between cores 3 (29.2238) and 18
(38.4055)
New loads : 3 (30.1213) and 18 (37.5080)
Swap chares 14 (7.2862) and 74 (7.7720) between cores 3 (30.1213) and 18
(37.5080)
New loads : 3 (30.6071) and 18 (37.0223)
Swap chares 13 (7.4041) and 73 (7.4226) between cores 3 (30.6071) and 18
(37.0223)
New loads : 3 (30.6256) and 18 (37.0037)
Swap chares 12 (7.4329) and 72 (15.2129) between cores 3 (30.6256) and 18
(37.0037)
New loads : 3 (38.4055) and 18 (29.2238)
Swap chares 75 (7.1006) and 15 (7.9981) between cores 18 (29.2238) and 3
(38.4055)
New loads : 18 (30.1213) and 3 (37.5080)
Swap chares 74 (7.2862) and 14 (7.7720) between cores 18 (30.1213) and 3
(37.5080)
New loads : 18 (30.6071) and 3 (37.0223)
Swap chares 73 (7.4041) and 13 (7.4226) between cores 18 (30.6071) and 3
(37.0223)
New loads : 18 (30.6256) and 3 (37.0037)
Swap chares 72 (7.4329) and 12 (15.2129) between cores 18 (30.6256) and 3
(37.0037)
New loads : 18 (38.4055) and 3 (29.2238)
Swap chares 15 (7.1006) and 75 (7.9981) between cores 3 (29.2238) and 18
(38.4055)
New loads : 3 (30.1213) and 18 (37.5080)
Swap chares 14 (7.2862) and 74 (7.7720) between cores 3 (30.1213) and 18
(37.5080)
New loads : 3 (30.6071) and 18 (37.0223)
Swap chares 13 (7.4041) and 73 (7.4226) between cores 3 (30.6071) and 18
(37.0223)
New loads : 3 (30.6256) and 18 (37.0037)
Swap chares 12 (7.4329) and 72 (15.2129) between cores 3 (30.6256) and 18
(37.0037)
New loads : 3 (38.4055) and 18 (29.2238)
Swap chares 75 (7.1006) and 15 (7.9981) between cores 18 (29.2238) and 3
(38.4055)
New loads : 18 (30.1213) and 3 (37.5080)
Swap chares 74 (7.2862) and 14 (7.7720) between cores 18 (30.1213) and 3
(37.5080)
New loads : 18 (30.6071) and 3 (37.0223)
Swap chares 73 (7.4041) and 13 (7.4226) between cores 18 (30.6071) and 3
(37.0223)
New loads : 18 (30.6256) and 3 (37.0037)
Swap chares 72 (7.4329) and 12 (15.2129) between cores 18 (30.6256) and 3
(37.0037)
New loads : 18 (38.4055) and 3 (29.2238)
Swap chares 15 (7.1006) and 75 (7.9981) between cores 3 (29.2238) and 18
(38.4055)
New loads : 3 (30.1213) and 18 (37.5080)
Swap chares 14 (7.2862) and 74 (7.7720) between cores 3 (30.1213) and 18
(37.5080)
New loads : 3 (30.6071) and 18 (37.0223)
Swap chares 13 (7.4041) and 73 (7.4226) between cores 3 (30.6071) and 18
(37.0223)
New loads : 3 (30.6256) and 18 (37.0037)
Swap chares 12 (7.4329) and 72 (15.2129) between cores 3 (30.6256) and 18
(37.0037)
New loads : 3 (38.4055) and 18 (29.2238)
Swap chares 75 (7.1006) and 15 (7.9981) between cores 18 (29.2238) and 3
(38.4055)
New loads : 18 (30.1213) and 3 (37.5080)
Swap chares 74 (7.2862) and 14 (7.7720) between cores 18 (30.1213) and 3
(37.5080)
New loads : 18 (30.6071) and 3 (37.0223)
=== 2 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 0 P#0 (0 chares)
=== 2 === Chare 475 (load 11.3984)

=== 2 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 2 === Chare from 1 P#1 (0 chares)
=== 2 === Chare 419 (load 11.5017)

=== 2 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 2 === Chare from 2 P#2 (0 chares)
=== 2 === Chare 294 (load 12.0989)

=== 2 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 2 === Chare from 3 P#3 (0 chares)
=== 2 === Chare 239 (load 15.2129)

=== 2 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 2 === Chare from 4 P#4 (0 chares)
=== 2 === Chare 347 (load 13.6480)

=== 2 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 2 === Chare from 5 P#5 (0 chares)
=== 2 === Chare 198 (load 9.0906)

=== 2 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 2 === Chare from 6 P#6 (0 chares)
=== 2 === Chare 241 (load 9.9521)

=== 2 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 2 === Chare from 7 P#7 (0 chares)
=== 2 === Chare 462 (load 10.4861)

=== 2 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 2 === Chare from 8 P#8 (0 chares)
=== 2 === Chare 34 (load 11.1277)

=== 2 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 9 P#9 (0 chares)
=== 2 === Chare 390 (load 10.2700)

=== 2 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 10 P#10 (0 chares)
=== 2 === Chare 249 (load 8.7505)

=== 2 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 11 P#11 (0 chares)
=== 2 === Chare 601 (load 11.0867)

=== 2 === Less loaded core 12 P#68191552 (0 chares, load: 0.0000)
=== 2 === Chare from 12 P#12 (0 chares)
=== 2 === Chare 570 (load 11.9642)

=== 2 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 13 P#13 (0 chares)
=== 2 === Chare 240 (load 14.4000)

=== 2 === Less loaded core 14 P#24232992 (0 chares, load: 0.0000)
=== 2 === Chare from 14 P#14 (0 chares)
=== 2 === Chare 260 (load 12.9028)

=== 2 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 15 P#15 (0 chares)
=== 2 === Chare 32 (load 13.3905)

=== 2 === Less loaded core 16 P#104733392 (0 chares, load: 0.0000)
=== 2 === Chare from 16 P#16 (0 chares)
=== 2 === Chare 461 (load 13.6417)

=== 2 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 17 P#17 (0 chares)
=== 2 === Chare 460 (load 13.9390)

=== 2 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 2 === Chare from 18 P#18 (0 chares)
=== 2 === Chare 549 (load 7.9981)

=== 2 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 19 P#19 (0 chares)
=== 2 === Chare 547 (load 9.3254)

=== 2 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 20 P#20 (0 chares)
=== 2 === Chare 47 (load 12.4435)

=== 2 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 21 P#21 (0 chares)
=== 2 === Chare 459 (load 12.7413)

=== 2 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 2 === Chare from 22 P#22 (0 chares)
=== 2 === Chare 195 (load 9.3488)

=== 2 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 2 === Chare from 23 P#23 (0 chares)
=== 2 === Chare 509 (load 9.1905)

=== 2 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 2 === Chare from 24 P#24 (0 chares)
=== 2 === Chare 238 (load 11.9074)

=== 2 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 2 === Chare from 25 P#25 (0 chares)
=== 2 === Chare 327 (load 10.1239)

=== 2 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 26 P#26 (0 chares)
=== 2 === Chare 578 (load 12.4091)

=== 2 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 2 === Chare from 27 P#27 (0 chares)
=== 2 === Chare 297 (load 10.0849)

=== 2 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 28 P#28 (0 chares)
=== 2 === Chare 617 (load 8.6003)

=== 2 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 29 P#29 (0 chares)
=== 2 === Chare 421 (load 14.2774)

=== 2 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 2 === Chare from 30 P#30 (0 chares)
=== 2 === Chare 415 (load 14.2502)

=== 2 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 2 === Chare from 31 P#31 (0 chares)
=== 2 === Chare 476 (load 14.3645)

=== 2 === Less loaded core 18 P#32 (1 chares, load: 7.9981)
=== 2 === Chare from 18 P#18 (1 chares)
=== 2 === Chare 507 (load 7.7720)

=== 2 === Less loaded core 28 P#1342177280 (1 chares, load: 8.6003)
=== 2 === Chare from 28 P#28 (1 chares)
=== 2 === Chare 252 (load 7.4049)

=== 2 === Less loaded core 10 P#0 (1 chares, load: 8.7505)
=== 2 === Chare from 10 P#10 (1 chares)
=== 2 === Chare 204 (load 8.4805)

=== 2 === Less loaded core 5 P#3 (1 chares, load: 9.0906)
=== 2 === Chare from 5 P#5 (1 chares)
=== 2 === Chare 261 (load 8.6351)

=== 2 === Less loaded core 23 P#23 (1 chares, load: 9.1905)
=== 2 === Chare from 23 P#23 (1 chares)
=== 2 === Chare 295 (load 7.3948)

=== 2 === Less loaded core 19 P#0 (1 chares, load: 9.3254)
=== 2 === Chare from 19 P#19 (1 chares)
=== 2 === Chare 550 (load 9.1212)

=== 2 === Less loaded core 22 P#22 (1 chares, load: 9.3488)
=== 2 === Chare from 22 P#22 (1 chares)
=== 2 === Chare 417 (load 9.1702)

=== 2 === Less loaded core 6 P#5 (1 chares, load: 9.9521)
=== 2 === Chare from 6 P#6 (1 chares)
=== 2 === Chare 69 (load 7.4918)

=== 2 === Less loaded core 27 P#32767 (1 chares, load: 10.0849)
=== 2 === Chare from 27 P#27 (1 chares)
=== 2 === Chare 100 (load 7.6565)

=== 2 === Less loaded core 25 P#32767 (1 chares, load: 10.1239)
=== 2 === Chare from 25 P#25 (1 chares)
=== 2 === Chare 248 (load 7.4539)

=== 2 === Less loaded core 9 P#0 (1 chares, load: 10.2700)
=== 2 === Chare from 9 P#9 (1 chares)
=== 2 === Chare 418 (load 7.3657)

=== 2 === Less loaded core 7 P#7 (1 chares, load: 10.4861)
=== 2 === Chare from 7 P#7 (1 chares)
=== 2 === Chare 33 (load 8.2261)

=== 2 === Less loaded core 11 P#0 (1 chares, load: 11.0867)
=== 2 === Chare from 11 P#11 (1 chares)
=== 2 === Chare 608 (load 7.4819)

=== 2 === Less loaded core 8 P#9346032 (1 chares, load: 11.1277)
=== 2 === Chare from 8 P#8 (1 chares)
=== 2 === Chare 579 (load 8.4419)

=== 2 === Less loaded core 0 P#0 (1 chares, load: 11.3984)
=== 2 === Chare from 0 P#0 (1 chares)
=== 2 === Chare 31 (load 7.4080)

=== 2 === Less loaded core 1 P#2 (1 chares, load: 11.5017)
=== 2 === Chare from 1 P#1 (1 chares)
=== 2 === Chare 506 (load 7.4164)

=== 2 === Less loaded core 24 P#24 (1 chares, load: 11.9074)
=== 2 === Chare from 24 P#24 (1 chares)
=== 2 === Chare 581 (load 7.3391)

=== 2 === Less loaded core 12 P#68191552 (1 chares, load: 11.9642)
=== 2 === Chare from 12 P#12 (1 chares)
=== 2 === Chare 602 (load 7.5866)

=== 2 === Less loaded core 2 P#4 (1 chares, load: 12.0989)
=== 2 === Chare from 2 P#2 (1 chares)
=== 2 === Chare 616 (load 7.4587)

=== 2 === Less loaded core 26 P#1 (1 chares, load: 12.4091)
=== 2 === Chare from 26 P#26 (1 chares)
=== 2 === Chare 49 (load 7.7008)

=== 2 === Less loaded core 20 P#0 (1 chares, load: 12.4435)
=== 2 === Chare from 20 P#20 (1 chares)
=== 2 === Chare 416 (load 9.1373)

=== 2 === Less loaded core 21 P#0 (1 chares, load: 12.7413)
=== 2 === Chare from 21 P#21 (1 chares)
=== 2 === Chare 618 (load 8.8295)

=== 2 === Less loaded core 14 P#24232992 (1 chares, load: 12.9028)
=== 2 === Chare from 14 P#14 (1 chares)
=== 2 === Chare 561 (load 7.3742)

=== 2 === Less loaded core 15 P#0 (1 chares, load: 13.3905)
=== 2 === Chare from 15 P#15 (1 chares)
=== 2 === Chare 569 (load 7.5861)

=== 2 === Less loaded core 16 P#104733392 (1 chares, load: 13.6417)
=== 2 === Chare from 16 P#16 (1 chares)
=== 2 === Chare 571 (load 7.3980)

=== 2 === Less loaded core 4 P#1 (1 chares, load: 13.6480)
=== 2 === Chare from 4 P#4 (1 chares)
=== 2 === Chare 133 (load 7.4423)

=== 2 === Less loaded core 17 P#0 (1 chares, load: 13.9390)
=== 2 === Chare from 17 P#17 (1 chares)
=== 2 === Chare 348 (load 7.3343)

=== 2 === Less loaded core 30 P#-78976 (1 chares, load: 14.2502)
=== 2 === Chare from 30 P#30 (1 chares)
=== 2 === Chare 135 (load 7.4410)

=== 2 === Less loaded core 29 P#1076661772 (1 chares, load: 14.2774)
=== 2 === Chare from 29 P#29 (1 chares)
=== 2 === Chare 254 (load 7.4468)

=== 2 === Less loaded core 31 P#32767 (1 chares, load: 14.3645)
=== 2 === Chare from 31 P#31 (1 chares)
=== 2 === Chare 50 (load 7.4051)

=== 2 === Less loaded core 13 P#0 (1 chares, load: 14.4000)
=== 2 === Chare from 13 P#13 (1 chares)
=== 2 === Chare 612 (load 7.4105)

=== 2 === Less loaded core 3 P#6 (1 chares, load: 15.2129)
=== 2 === Chare from 3 P#3 (1 chares)
=== 2 === Chare 196 (load 7.4226)

=== 2 === Less loaded core 18 P#32 (2 chares, load: 15.7701)
=== 2 === Chare from 18 P#18 (2 chares)
=== 2 === Chare 247 (load 7.4329)

=== 2 === Less loaded core 28 P#805306368 (2 chares, load: 16.0052)
=== 2 === Chare from 28 P#28 (2 chares)
=== 2 === Chare 626 (load 7.3984)

=== 2 === Less loaded core 23 P#23 (2 chares, load: 16.5853)
=== 2 === Chare from 23 P#23 (2 chares)
=== 2 === Chare 583 (load 7.2167)

=== 2 === Less loaded core 10 P#0 (2 chares, load: 17.2309)
=== 2 === Chare from 10 P#10 (2 chares)
=== 2 === Chare 345 (load 7.4251)

=== 2 === Less loaded core 6 P#5 (2 chares, load: 17.4439)
=== 2 === Chare from 6 P#6 (2 chares)
=== 2 === Chare 71 (load 7.2112)

=== 2 === Less loaded core 25 P#32767 (2 chares, load: 17.5778)
=== 2 === Chare from 25 P#25 (2 chares)
=== 2 === Chare 420 (load 7.4537)

=== 2 === Less loaded core 9 P#0 (2 chares, load: 17.6357)
=== 2 === Chare from 9 P#9 (2 chares)
=== 2 === Chare 136 (load 7.2864)

=== 2 === Less loaded core 5 P#3 (2 chares, load: 17.7257)
=== 2 === Chare from 5 P#5 (2 chares)
=== 2 === Chare 143 (load 7.3762)

=== 2 === Less loaded core 27 P#32767 (2 chares, load: 17.7414)
=== 2 === Chare from 27 P#27 (2 chares)
=== 2 === Chare 141 (load 7.4903)

=== 2 === Less loaded core 19 P#0 (2 chares, load: 18.4466)
=== 2 === Chare from 19 P#19 (2 chares)
=== 2 === Chare 296 (load 8.0247)

=== 2 === Less loaded core 22 P#22 (2 chares, load: 18.5190)
=== 2 === Chare from 22 P#22 (2 chares)
=== 2 === Chare 251 (load 6.8135)

=== 2 === Less loaded core 11 P#0 (2 chares, load: 18.5686)
=== 2 === Chare from 11 P#11 (2 chares)
=== 2 === Chare 625 (load 7.3578)

=== 2 === Less loaded core 7 P#7 (2 chares, load: 18.7122)
=== 2 === Chare from 7 P#7 (2 chares)
=== 2 === Chare 70 (load 7.6412)

=== 2 === Less loaded core 0 P#0 (2 chares, load: 18.8063)
=== 2 === Chare from 0 P#0 (2 chares)
=== 2 === Chare 391 (load 7.3871)

=== 2 === Less loaded core 1 P#2 (2 chares, load: 18.9181)
=== 2 === Chare from 1 P#1 (2 chares)
=== 2 === Chare 255 (load 7.3817)

=== 2 === Less loaded core 24 P#24 (2 chares, load: 19.2464)
=== 2 === Chare from 24 P#24 (2 chares)
=== 2 === Chare 609 (load 7.3026)

=== 2 === Less loaded core 12 P#68191552 (2 chares, load: 19.5508)
=== 2 === Chare from 12 P#12 (2 chares)
=== 2 === Chare 600 (load 7.3940)

=== 2 === Less loaded core 2 P#4 (2 chares, load: 19.5576)
=== 2 === Chare from 2 P#2 (2 chares)
=== 2 === Chare 142 (load 7.4373)

=== 2 === Less loaded core 8 P#9346032 (2 chares, load: 19.5696)
=== 2 === Chare from 8 P#8 (2 chares)
=== 2 === Chare 346 (load 7.3269)

=== 2 === Less loaded core 26 P#2 (2 chares, load: 20.1099)
=== 2 === Chare from 26 P#26 (2 chares)
=== 2 === Chare 508 (load 7.3040)

=== 2 === Less loaded core 14 P#24232992 (2 chares, load: 20.2770)
=== 2 === Chare from 14 P#14 (2 chares)
=== 2 === Chare 259 (load 7.3047)

=== 2 === Less loaded core 15 P#0 (2 chares, load: 20.9766)
=== 2 === Chare from 15 P#15 (2 chares)
=== 2 === Chare 572 (load 7.3965)

=== 2 === Less loaded core 16 P#104733392 (2 chares, load: 21.0397)
=== 2 === Chare from 16 P#16 (2 chares)
=== 2 === Chare 328 (load 7.2752)

=== 2 === Less loaded core 4 P#1 (2 chares, load: 21.0902)
=== 2 === Chare from 4 P#4 (2 chares)
=== 2 === Chare 262 (load 7.1780)

=== 2 === Less loaded core 17 P#0 (2 chares, load: 21.2734)
=== 2 === Chare from 17 P#17 (2 chares)
=== 2 === Chare 610 (load 7.2921)

=== 2 === Less loaded core 21 P#0 (2 chares, load: 21.5708)
=== 2 === Chare from 21 P#21 (2 chares)
=== 2 === Chare 582 (load 7.3064)

=== 2 === Less loaded core 20 P#0 (2 chares, load: 21.5808)
=== 2 === Chare from 20 P#20 (2 chares)
=== 2 === Chare 246 (load 8.0601)

=== 2 === Less loaded core 30 P#-78976 (2 chares, load: 21.6913)
=== 2 === Chare from 30 P#30 (2 chares)
=== 2 === Chare 205 (load 7.3472)

=== 2 === Less loaded core 29 P#1077262695 (2 chares, load: 21.7242)
=== 2 === Chare from 29 P#29 (2 chares)
=== 2 === Chare 392 (load 7.3674)

=== 2 === Less loaded core 31 P#32767 (2 chares, load: 21.7695)
=== 2 === Chare from 31 P#31 (2 chares)
=== 2 === Chare 393 (load 7.2794)

=== 2 === Less loaded core 13 P#0 (2 chares, load: 21.8105)
=== 2 === Chare from 13 P#13 (2 chares)
=== 2 === Chare 258 (load 7.3725)

=== 2 === Less loaded core 3 P#6 (2 chares, load: 22.6355)
=== 2 === Chare from 3 P#3 (2 chares)
=== 2 === Chare 48 (load 7.2862)

=== 2 === Less loaded core 18 P#32 (3 chares, load: 23.2030)
=== 2 === Chare from 18 P#18 (3 chares)
=== 2 === Chare 613 (load 7.4041)

=== 2 === Less loaded core 28 P#738197504 (3 chares, load: 23.4035)
=== 2 === Chare from 28 P#28 (3 chares)
=== 2 === Chare 98 (load 7.2717)

=== 2 === Less loaded core 23 P#23 (3 chares, load: 23.8020)
=== 2 === Chare from 23 P#23 (3 chares)
=== 2 === Chare 250 (load 6.9037)

=== 2 === Less loaded core 6 P#5 (3 chares, load: 24.6551)
=== 2 === Chare from 6 P#6 (3 chares)
=== 2 === Chare 72 (load 7.1669)

=== 2 === Less loaded core 10 P#0 (3 chares, load: 24.6560)
=== 2 === Chare from 10 P#10 (3 chares)
=== 2 === Chare 560 (load 7.3992)

=== 2 === Less loaded core 9 P#0 (3 chares, load: 24.9222)
=== 2 === Chare from 9 P#9 (3 chares)
=== 2 === Chare 615 (load 7.2182)

=== 2 === Less loaded core 25 P#32767 (3 chares, load: 25.0315)
=== 2 === Chare from 25 P#25 (3 chares)
=== 2 === Chare 326 (load 7.3228)

=== 2 === Less loaded core 5 P#3 (3 chares, load: 25.1019)
=== 2 === Chare from 5 P#5 (3 chares)
=== 2 === Chare 144 (load 7.2983)

=== 2 === Less loaded core 27 P#32767 (3 chares, load: 25.2317)
=== 2 === Chare from 27 P#27 (3 chares)
=== 2 === Chare 134 (load 7.4564)

=== 2 === Less loaded core 22 P#22 (3 chares, load: 25.3325)
=== 2 === Chare from 22 P#22 (3 chares)
=== 2 === Chare 253 (load 6.7941)

=== 2 === Less loaded core 11 P#0 (3 chares, load: 25.9264)
=== 2 === Chare from 11 P#11 (3 chares)
=== 2 === Chare 603 (load 7.2384)

=== 2 === Less loaded core 0 P#0 (3 chares, load: 26.1935)
=== 2 === Chare from 0 P#0 (3 chares)
=== 2 === Chare 580 (load 7.3124)

=== 2 === Less loaded core 1 P#2 (3 chares, load: 26.2999)
=== 2 === Chare from 1 P#1 (3 chares)
=== 2 === Chare 624 (load 7.2673)

=== 2 === Less loaded core 7 P#7 (3 chares, load: 26.3534)
=== 2 === Chare from 7 P#7 (3 chares)
=== 2 === Chare 562 (load 7.2978)

=== 2 === Less loaded core 19 P#0 (3 chares, load: 26.4712)
=== 2 === Chare from 19 P#19 (3 chares)
=== 2 === Chare 548 (load 7.0934)

=== 2 === Less loaded core 24 P#24 (3 chares, load: 26.5490)
=== 2 === Chare from 24 P#24 (3 chares)
=== 2 === Chare 611 (load 7.2544)

=== 2 === Less loaded core 8 P#9346032 (3 chares, load: 26.8965)
=== 2 === Chare from 8 P#8 (3 chares)
=== 2 === Chare 584 (load 7.2649)

=== 2 === Less loaded core 12 P#68191552 (3 chares, load: 26.9448)
=== 2 === Chare from 12 P#12 (3 chares)
=== 2 === Chare 414 (load 7.3593)

=== 2 === Less loaded core 2 P#4 (3 chares, load: 26.9949)
=== 2 === Chare from 2 P#2 (3 chares)
=== 2 === Chare 257 (load 7.3733)

=== 2 === Less loaded core 26 P#3 (3 chares, load: 27.4139)
=== 2 === Chare from 26 P#26 (3 chares)
=== 2 === Chare 197 (load 7.2620)

=== 2 === Less loaded core 14 P#24232992 (3 chares, load: 27.5817)
=== 2 === Chare from 14 P#14 (3 chares)
=== 2 === Chare 325 (load 7.2468)

=== 2 === Less loaded core 4 P#1 (3 chares, load: 28.2682)
=== 2 === Chare from 4 P#4 (3 chares)
=== 2 === Chare 619 (load 6.8282)

=== 2 === Less loaded core 16 P#104733392 (3 chares, load: 28.3149)
=== 2 === Chare from 16 P#16 (3 chares)
=== 2 === Chare 478 (load 6.7120)

=== 2 === Less loaded core 15 P#0 (3 chares, load: 28.3731)
=== 2 === Chare from 15 P#15 (3 chares)
=== 2 === Chare 563 (load 7.3251)

=== 2 === Less loaded core 17 P#0 (3 chares, load: 28.5655)
=== 2 === Chare from 17 P#17 (3 chares)
=== 2 === Chare 614 (load 7.0300)

=== 2 === Less loaded core 21 P#0 (3 chares, load: 28.8772)
=== 2 === Chare from 21 P#21 (3 chares)
=== 2 === Chare 203 (load 6.8420)

=== 2 === Less loaded core 30 P#-78976 (3 chares, load: 29.0384)
=== 2 === Chare from 30 P#30 (3 chares)
=== 2 === Chare 477 (load 7.1732)

=== 2 === Less loaded core 31 P#32767 (3 chares, load: 29.0489)
=== 2 === Chare from 31 P#31 (3 chares)
=== 2 === Chare 585 (load 7.1939)

=== 2 === Less loaded core 29 P#1077745527 (3 chares, load: 29.0917)
=== 2 === Chare from 29 P#29 (3 chares)
=== 2 === Chare 206 (load 7.2353)

=== 2 === Less loaded core 13 P#0 (3 chares, load: 29.1830)
=== 2 === Chare from 13 P#13 (3 chares)
=== 2 === Chare 256 (load 7.3029)

=== 2 === Less loaded core 20 P#0 (3 chares, load: 29.6408)
=== 2 === Chare from 20 P#20 (3 chares)
=== 2 === Chare 627 (load 7.2698)

=== 2 === Less loaded core 3 P#6 (3 chares, load: 29.9217)
=== 2 === Chare from 3 P#3 (3 chares)
=== 2 === Chare 99 (load 7.1006)


[TIMING] === TMPAR === TreeMatch distributed 0.460230 s
****************************
* LOAD STATISTICS (End)
****************************
Node Load AvgCoreLoad
0 1110.3953 34.6999
1 1096.3807 34.2619
2 1087.5059 33.9846
3 1078.0383 33.6887
4 1077.4732 33.6710
5 1089.6824 34.0526
6 1095.6514 34.2391
7 1114.2865 34.8215
min 1077.4732
max 1114.2865
avg 1093.6767

Core Load
min 29.6596
max 38.4763 (243)
avg 34.1774
*********End***********


[TIMING] === TMPAR === Free resources 0.000442 s
CharmLB> TreeMatchLB: PE [0] Memory: LBManager: 920 KB CentralLB: 366 KB
CharmLB> TreeMatchLB: PE [0] #Objects migrating: 991, LBMigrateMsg size: 0.06
MB
CharmLB> TreeMatchLB: PE [0] strategy finished at 284.002200 duration
0.504858 s
CharmLB> TreeMatchLB: PE [0] step 5 finished at 284.442302 duration 10.461044
s


CharmLB> TreeMatchLB: PE [0] step 6 starting at 339.950491 Memory: 82.913483
MB
CharmLB> TreeMatchLB: PE [0] strategy starting at 343.739609
permutation 0 : 0,1,2,3,4,5,6,7,

=== D === 7 343.791553 343.793985 Distribute

=== C === 7 343.793986 344.235128 Calculate

=== R === 7 344.235129 344.235401 Return

=== P === Master_1 344.235401 344.237089 Process_results

=== D === 6 343.794543 343.796968 Distribute

=== C === 6 343.796968 344.237212 Calculate

=== R === 6 344.237212 344.238858 Return

=== P === Master_1 344.238858 344.240356 Process_results

=== D === 4 343.800490 343.803612 Distribute

=== C === 4 343.803612 344.237325 Calculate

=== R === 4 344.237326 344.241996 Return

=== P === Master_1 344.241996 344.243618 Process_results

=== D === 5 343.797562 343.799968 Distribute

=== C === 5 343.799969 344.240181 Calculate

=== R === 5 344.240181 344.245265 Return

=== P === Master_1 344.245265 344.246729 Process_results

=== D === 3 343.804284 343.806656 Distribute

=== C === 3 343.806656 344.243564 Calculate

=== R === 3 344.243564 344.248323 Return

=== P === Master_1 344.248323 344.249941 Process_results

=== D === 2 343.807288 343.809612 Distribute

=== C === 2 343.809612 344.251035 Calculate

=== R === 2 344.251035 344.251566 Return

=== P === Master_1 344.251567 344.253060 Process_results

=== D === 1 343.810284 343.812762 Distribute

=== C === 1 343.812762 344.254546 Calculate

=== R === 1 344.254547 344.254758 Return

=== P === Master_1 344.254758 344.256410 Process_results

=== D === 0 343.813385 343.813747 Distribute

=== C === 0 343.813747 344.263587 Calculate

=== R === 0 344.263587 344.263954 Return

=== P === Master_1 344.263954 344.265562 Process_results
TreeMatchLB strategy on 256 cores (8 nodes, 32 cores/node, load/PE : 33.93)
****************************
* LOAD STATISTICS (Init)
****************************
Node Load AvgCoreLoad
0 1133.7435 35.4295
1 1085.7160 33.9286
2 1091.0820 34.0963
3 1008.1050 31.5033
4 996.2499 31.1328
5 1093.6500 34.1766
6 1108.8489 34.6515
7 1132.1786 35.3806
min 996.2499
max 1133.7435
avg 1081.1967

Core Load
min 21.2351
max 57.5137 (30)
avg 33.7874
*********Init***********

[REFINE] Settings : refineCond 3 - refineMigCond 2
[REFINE] Initial load on node 0 : 1133.7435
[REFINE] Initial load on node 1 : 1085.7160
[REFINE] Initial load on node 2 : 1091.0820
[REFINE] Initial load on node 3 : 1008.1050
[REFINE] Initial load on node 4 : 996.2499
[REFINE] Initial load on node 5 : 1093.6500
[REFINE] Initial load on node 6 : 1108.8489
[REFINE] Initial load on node 7 : 1132.1786
[REFINE] Min : 996.2499 (Node 4)
[REFINE] Max : 1133.7435 (Node 0)
[REFINE] Avg : 1081.1967
[REFINE] Total : 8649.5739
[REFINE] Diff. Min/Max : 13.8011 %
[REFINE] 0 (9.6239) from node 0 (1131.0554) <-> 664 (6.9358) from node 4
(998.9380)
[REFINE] 1 (7.3096) from node 0 (1130.7332) <-> 927 (6.9874) from node 4
(999.2602)
[REFINE] 2 (9.5385) from node 0 (1128.2089) <-> 662 (7.0141) from node 4
(1001.7845)
[REFINE] 3 (7.3780) from node 0 (1127.8456) <-> 626 (7.0147) from node 4
(1002.1478)
[REFINE] 4 (9.4493) from node 0 (1125.4193) <-> 458 (7.0230) from node 4
(1004.5740)
[REFINE] 5 (7.1086) from node 0 (1125.3535) <-> 457 (7.0428) from node 4
(1004.6399)
[REFINE] 6 (7.0974) from node 0 (1125.3178) <-> 661 (7.0617) from node 4
(1004.6756)
[REFINE] 7 (7.0639) from node 0 (1125.3173) <-> 828 (7.0635) from node 4
(1004.6761)
[REFINE] 8 (9.0071) from node 0 (1123.3741) <-> 7 (7.0639) from node 4
(1006.6192)
[REFINE] 9 (8.8388) from node 0 (1121.6248) <-> 611 (7.0896) from node 4
(1008.3685)
[REFINE] 10 (7.2764) from node 0 (1121.3256) <-> 551 (6.9771) from node 3
(1008.4043)
[REFINE] 11 (7.3086) from node 0 (1121.1076) <-> 155 (7.0907) from node 4
(1008.5864)
[REFINE] 12 (7.5044) from node 0 (1120.5929) <-> 593 (6.9896) from node 3
(1008.9191)
[REFINE] 13 (7.3552) from node 0 (1120.3336) <-> 154 (7.0960) from node 4
(1008.8457)
[REFINE] 14 (7.4303) from node 0 (1120.0008) <-> 6 (7.0974) from node 4
(1009.1786)
[REFINE] 16 (8.5035) from node 0 (1118.5153) <-> 308 (7.0181) from node 3
(1010.4045)
[REFINE] 17 (11.2544) from node 0 (1114.3654) <-> 625 (7.1045) from node 4
(1013.3285)
[REFINE] 18 (7.5697) from node 0 (1113.8766) <-> 557 (7.0810) from node 3
(1010.8932)
[REFINE] 19 (7.5390) from node 0 (1113.4196) <-> 133 (7.0820) from node 3
(1011.3502)
[REFINE] 20 (7.4443) from node 0 (1113.0730) <-> 307 (7.0976) from node 3
(1011.6969)
[REFINE] 21 (8.0422) from node 0 (1112.1302) <-> 539 (7.0994) from node 3
(1012.6397)
[REFINE] 25 (7.4421) from node 0 (1111.7891) <-> 258 (7.1010) from node 3
(1012.9807)
[REFINE] 26 (7.3856) from node 0 (1111.5056) <-> 62 (7.1021) from node 3
(1013.2642)
[REFINE] 27 (7.5148) from node 0 (1111.1023) <-> 61 (7.1115) from node 3
(1013.6675)
[REFINE] 28 (7.4481) from node 0 (1110.7628) <-> 5 (7.1086) from node 4
(1013.6681)
[REFINE] 33 (7.2755) from node 0 (1110.6286) <-> 326 (7.1412) from node 3
(1013.8018)
[REFINE] 36 (8.3041) from node 0 (1109.4367) <-> 610 (7.1122) from node 4
(1014.8600)
[REFINE] 41 (7.3385) from node 0 (1109.2456) <-> 118 (7.1474) from node 3
(1013.9928)
[REFINE] 42 (7.2368) from node 0 (1109.1790) <-> 261 (7.1702) from node 3
(1014.0594)
[REFINE] 44 (7.3805) from node 0 (1108.9914) <-> 288 (7.1929) from node 3
(1014.2470)
[REFINE] 48 (7.4334) from node 0 (1108.7911) <-> 442 (7.2332) from node 3
(1014.4473)
[REFINE] 49 (13.1810) from node 0 (1102.8469) <-> 42 (7.2368) from node 3
(1020.3915)
[REFINE] 52 (7.3495) from node 0 (1102.6118) <-> 665 (7.1144) from node 4
(1015.0951)
[REFINE] 437 (7.2174) from node 6 (1108.7528) <-> 953 (7.1213) from node 4
(1015.1912)
[REFINE] 438 (8.0462) from node 6 (1107.8318) <-> 216 (7.1252) from node 4
(1016.1122)
[REFINE] 480 (8.1839) from node 6 (1106.7874) <-> 623 (7.1395) from node 4
(1017.1566)
[REFINE] 584 (8.8918) from node 6 (1105.0362) <-> 795 (7.1406) from node 4
(1018.9078)
[REFINE] 585 (8.8688) from node 6 (1103.3181) <-> 609 (7.1506) from node 4
(1020.6259)
[REFINE] 612 (10.5293) from node 6 (1100.0267) <-> 550 (7.2380) from node 3
(1023.6829)
[REFINE] 370 (16.2971) from node 7 (1123.0340) <-> 794 (7.1525) from node 4
(1029.7706)
[REFINE] 371 (8.1762) from node 7 (1122.0999) <-> 560 (7.2421) from node 3
(1024.6169)
[REFINE] 372 (12.0421) from node 7 (1117.3049) <-> 607 (7.2470) from node 3
(1029.4120)
[REFINE] 393 (7.2654) from node 7 (1117.2870) <-> 260 (7.2474) from node 3
(1029.4299)
[REFINE] 395 (12.0856) from node 7 (1112.4513) <-> 412 (7.2500) from node 3
(1034.2655)
[REFINE] 412 (7.2500) from node 7 (1112.3597) <-> 340 (7.1583) from node 4
(1029.8623)
[REFINE] 470 (7.9718) from node 7 (1111.5572) <-> 456 (7.1693) from node 4
(1030.6648)
[REFINE] 484 (8.1600) from node 7 (1110.5766) <-> 624 (7.1794) from node 4
(1031.6454)
[REFINE] 541 (8.6931) from node 7 (1109.0678) <-> 608 (7.1844) from node 4
(1033.1541)
[REFINE] 542 (11.1959) from node 7 (1105.0847) <-> 886 (7.2127) from node 4
(1037.1373)
[REFINE] 561 (10.9644) from node 7 (1101.3732) <-> 594 (7.2529) from node 3
(1037.9770)
****************************
* LOAD STATISTICS (Refined)
****************************
Node Load AvgCoreLoad
0 1102.6118 34.4566
1 1085.7160 33.9286
2 1091.0820 34.0963
3 1037.9770 32.4368
4 1037.1373 32.4105
5 1093.6500 34.1766
6 1100.0267 34.3758
7 1101.3732 34.4179
min 1037.1373
max 1102.6118
avg 1081.1967

Core Load
min 20.8274
max 57.5137 (30)
avg 33.7874
*********Refined***********


[TIMING] === INIT === Sequential part 0.048792 s

[TIMING] === LIBTOPOMAP === LibTopoMap 0.002236 s

[TIMING] === LIBTOPOMAP === Apply network placement 0.000218 s
[DEBUG] GetBackPlacement from node 7
79 9.0566
78 8.8885
0 7.2474
123 6.8292
64 9.8223
63 8.9139
100 6.8060
101 6.7290
22 6.9508
90 6.9312
57 6.6560
2 6.5588
41 12.4063
96 7.8678
5 7.0258
3 6.7472
62 8.9944
27 8.8551
85 8.6149
120 6.5884
61 8.9741
127 8.9356
107 6.7353
29 6.6765
58 6.7576
60 6.6273
117 6.5919
86 6.4590
102 6.8087
104 6.7140
105 6.7032
125 6.6863
35 9.6855
8 7.0285
6 6.9883
15 6.9646
38 17.6492
103 8.5726
106 7.1726
126 7.0490
33 14.7299
31 14.6758
30 12.4169
32 11.1825
42 16.8080
44 14.4597
111 11.5496
43 10.2231
17 7.9010
112 6.8964
80 6.8115
21 6.7228
18 7.9200
109 7.0653
110 6.9815
99 6.6426
108 7.2879
37 7.1418
39 7.1411
40 7.0746
95 9.3701
93 9.1070
97 9.1037
98 9.0155
14 7.2529
10 7.2421
4 7.1693
1 7.1583
34 8.4742
65 6.6242
54 6.6063
23 6.5642
118 8.7272
89 7.0570
9 6.7879
119 6.6585
94 9.2478
92 9.1492
91 6.9805
124 6.9312
19 7.2470
20 7.1844
25 7.1794
48 7.0348
75 13.7738
74 9.4823
76 7.2963
77 7.0021
113 7.5416
87 7.1525
81 7.0048
82 6.9958
114 8.4687
122 7.2127
115 7.1804
116 6.9847
66 7.0555
7 7.0090
68 6.9165
51 6.8556
88 11.2071
24 7.9951
83 7.8657
59 7.2540
12 9.3491
11 9.3333
55 9.1108
26 6.7744
67 6.9779
69 6.8467
53 6.5961
84 6.4493
16 21.9304
13 17.8239
46 13.6312
47 13.5195
45 9.7188
50 9.4923
52 6.7464
49 6.7200
71 14.4189
70 10.8887
56 10.5894
28 7.8534
73 14.2369
72 13.0126
36 12.8409
121 8.4834
Core 0 load 32.0217
Core 1 load 32.2712
Core 2 load 27.0969
Core 3 load 34.0471
Core 4 load 33.0529
Core 5 load 31.3216
Core 6 load 26.4357
Core 7 load 26.9121
Core 8 load 30.6669
Core 9 load 40.4434
Core 10 load 53.0052
Core 11 load 53.0404
Core 12 load 28.3317
Core 13 load 28.6093
Core 14 load 28.6454
Core 15 load 36.5963
Core 16 load 28.8227
Core 17 load 28.2689
Core 18 load 29.2306
Core 19 load 32.3087
Core 20 load 28.6456
Core 21 load 37.5545
Core 22 load 28.6946
Core 23 load 29.8465
Core 24 load 27.8366
Core 25 load 34.3219
Core 26 load 34.5677
Core 27 load 26.8701
Core 28 load 66.9050
Core 29 load 32.6775
Core 30 load 43.7504
Core 31 load 48.5739
Avg load 34.4179 in [33.3854 ; 35.4504 ]
Swap chares 27 (6.4590) and 115 (13.5195) between cores 6 (26.4357) and 28
(66.9050)
New loads : 6 (33.4962) and 28 (59.8445)
Swap chares 111 (6.4493) and 115 (6.4590) between cores 27 (26.8701) and 28
(59.8445)
New loads : 27 (26.8797) and 28 (59.8349)
Swap chares 110 (6.5961) and 114 (13.6312) between cores 27 (26.8797) and 28
(59.8349)
New loads : 27 (33.9149) and 28 (52.7997)
Swap chares 31 (6.6863) and 47 (10.2231) between cores 7 (26.9121) and 11
(53.0404)
New loads : 7 (30.4489) and 11 (49.5036)
Swap chares 11 (6.5588) and 43 (11.1825) between cores 2 (27.0969) and 10
(53.0052)
New loads : 2 (31.7206) and 10 (48.3815)
Swap chares 97 (7.0090) and 113 (17.8239) between cores 24 (27.8366) and 28
(52.7997)
New loads : 24 (38.6515) and 28 (41.9848)
Swap chares 71 (6.5642) and 47 (6.6863) between cores 17 (28.2689) and 11
(49.5036)
New loads : 17 (28.3910) and 11 (49.3816)
Swap chares 50 (6.8115) and 46 (11.5496) between cores 12 (28.3317) and 11
(49.3816)
New loads : 12 (33.0698) and 11 (44.6434)
Swap chares 71 (6.6863) and 127 (8.4834) between cores 17 (28.3910) and 31
(48.5739)
New loads : 17 (30.1881) and 31 (46.7768)
Swap chares 54 (6.9815) and 42 (12.4169) between cores 13 (28.6093) and 10
(48.3815)
New loads : 13 (34.0448) and 10 (42.9460)
Swap chares 58 (7.1411) and 126 (12.8409) between cores 14 (28.6454) and 31
(46.7768)
New loads : 14 (34.3452) and 31 (41.0770)
Swap chares 81 (7.1844) and 45 (14.4597) between cores 20 (28.6456) and 11
(44.6434)
New loads : 20 (35.9209) and 11 (37.3681)
Swap chares 91 (6.9958) and 123 (7.8534) between cores 22 (28.6946) and 30
(43.7504)
New loads : 22 (29.5522) and 30 (42.8928)
Swap chares 65 (7.2421) and 41 (14.6758) between cores 16 (28.8227) and 10
(42.9460)
New loads : 16 (36.2564) and 10 (35.5123)
Swap chares 75 (6.6585) and 123 (6.9958) between cores 18 (29.2306) and 30
(42.8928)
New loads : 18 (29.5679) and 30 (42.5555)
Swap chares 90 (7.0048) and 122 (10.5894) between cores 22 (29.5522) and 30
(42.5555)
New loads : 22 (33.1369) and 30 (38.9709)
Swap chares 72 (8.7272) and 112 (21.9304) between cores 18 (29.5679) and 28
(41.9848)
New loads : 18 (42.7712) and 28 (28.7816)
Swap chares 115 (6.4493) and 75 (6.9958) between cores 28 (28.7816) and 18
(42.7712)
New loads : 28 (29.3280) and 18 (42.2247)
Swap chares 114 (6.5961) and 74 (6.7879) between cores 28 (29.3280) and 18
(42.2247)
New loads : 28 (29.5199) and 18 (42.0329)
Swap chares 113 (7.0090) and 73 (7.0570) between cores 28 (29.5199) and 18
(42.0329)
New loads : 28 (29.5679) and 18 (41.9848)
Swap chares 112 (8.7272) and 72 (21.9304) between cores 28 (29.5679) and 18
(41.9848)
New loads : 28 (42.7712) and 18 (28.7816)
Swap chares 75 (6.4493) and 115 (6.9958) between cores 18 (28.7816) and 28
(42.7712)
New loads : 18 (29.3280) and 28 (42.2247)
Swap chares 74 (6.5961) and 114 (6.7879) between cores 18 (29.3280) and 28
(42.2247)
New loads : 18 (29.5199) and 28 (42.0329)
Swap chares 73 (7.0090) and 113 (7.0570) between cores 18 (29.5199) and 28
(42.0329)
New loads : 18 (29.5679) and 28 (41.9848)
Swap chares 72 (8.7272) and 112 (21.9304) between cores 18 (29.5679) and 28
(41.9848)
New loads : 18 (42.7712) and 28 (28.7816)
Swap chares 115 (6.4493) and 75 (6.9958) between cores 28 (28.7816) and 18
(42.7712)
New loads : 28 (29.3280) and 18 (42.2247)
Swap chares 114 (6.5961) and 74 (6.7879) between cores 28 (29.3280) and 18
(42.2247)
New loads : 28 (29.5199) and 18 (42.0329)
Swap chares 113 (7.0090) and 73 (7.0570) between cores 28 (29.5199) and 18
(42.0329)
New loads : 28 (29.5679) and 18 (41.9848)
Swap chares 112 (8.7272) and 72 (21.9304) between cores 28 (29.5679) and 18
(41.9848)
New loads : 28 (42.7712) and 18 (28.7816)
Swap chares 75 (6.4493) and 115 (6.9958) between cores 18 (28.7816) and 28
(42.7712)
New loads : 18 (29.3280) and 28 (42.2247)
Swap chares 74 (6.5961) and 114 (6.7879) between cores 18 (29.3280) and 28
(42.2247)
New loads : 18 (29.5199) and 28 (42.0329)
Swap chares 73 (7.0090) and 113 (7.0570) between cores 18 (29.5199) and 28
(42.0329)
New loads : 18 (29.5679) and 28 (41.9848)
Swap chares 72 (8.7272) and 112 (21.9304) between cores 18 (29.5679) and 28
(41.9848)
New loads : 18 (42.7712) and 28 (28.7816)
Swap chares 115 (6.4493) and 75 (6.9958) between cores 28 (28.7816) and 18
(42.7712)
New loads : 28 (29.3280) and 18 (42.2247)
Swap chares 114 (6.5961) and 74 (6.7879) between cores 28 (29.3280) and 18
(42.2247)
New loads : 28 (29.5199) and 18 (42.0329)
Swap chares 113 (7.0090) and 73 (7.0570) between cores 28 (29.5199) and 18
(42.0329)
New loads : 28 (29.5679) and 18 (41.9848)
Swap chares 112 (8.7272) and 72 (21.9304) between cores 28 (29.5679) and 18
(41.9848)
New loads : 28 (42.7712) and 18 (28.7816)
Swap chares 75 (6.4493) and 115 (6.9958) between cores 18 (28.7816) and 28
(42.7712)
New loads : 18 (29.3280) and 28 (42.2247)
Swap chares 74 (6.5961) and 114 (6.7879) between cores 18 (29.3280) and 28
(42.2247)
New loads : 18 (29.5199) and 28 (42.0329)
Swap chares 73 (7.0090) and 113 (7.0570) between cores 18 (29.5199) and 28
(42.0329)
New loads : 18 (29.5679) and 28 (41.9848)
Swap chares 72 (8.7272) and 112 (21.9304) between cores 18 (29.5679) and 28
(41.9848)
New loads : 18 (42.7712) and 28 (28.7816)
Swap chares 115 (6.4493) and 75 (6.9958) between cores 28 (28.7816) and 18
(42.7712)
New loads : 28 (29.3280) and 18 (42.2247)
Swap chares 114 (6.5961) and 74 (6.7879) between cores 28 (29.3280) and 18
(42.2247)
New loads : 28 (29.5199) and 18 (42.0329)
Swap chares 113 (7.0090) and 73 (7.0570) between cores 28 (29.5199) and 18
(42.0329)
New loads : 28 (29.5679) and 18 (41.9848)
Swap chares 112 (8.7272) and 72 (21.9304) between cores 28 (29.5679) and 18
(41.9848)
New loads : 28 (42.7712) and 18 (28.7816)
Swap chares 75 (6.4493) and 115 (6.9958) between cores 18 (28.7816) and 28
(42.7712)
New loads : 18 (29.3280) and 28 (42.2247)
Swap chares 74 (6.5961) and 114 (6.7879) between cores 18 (29.3280) and 28
(42.2247)
New loads : 18 (29.5199) and 28 (42.0329)
Swap chares 73 (7.0090) and 113 (7.0570) between cores 18 (29.5199) and 28
(42.0329)
New loads : 18 (29.5679) and 28 (41.9848)
Swap chares 72 (8.7272) and 112 (21.9304) between cores 18 (29.5679) and 28
(41.9848)
New loads : 18 (42.7712) and 28 (28.7816)
Swap chares 115 (6.4493) and 75 (6.9958) between cores 28 (28.7816) and 18
(42.7712)
New loads : 28 (29.3280) and 18 (42.2247)
Swap chares 114 (6.5961) and 74 (6.7879) between cores 28 (29.3280) and 18
(42.2247)
New loads : 28 (29.5199) and 18 (42.0329)
Swap chares 113 (7.0090) and 73 (7.0570) between cores 28 (29.5199) and 18
(42.0329)
New loads : 28 (29.5679) and 18 (41.9848)
Swap chares 112 (8.7272) and 72 (21.9304) between cores 28 (29.5679) and 18
(41.9848)
New loads : 28 (42.7712) and 18 (28.7816)
Swap chares 75 (6.4493) and 115 (6.9958) between cores 18 (28.7816) and 28
(42.7712)
New loads : 18 (29.3280) and 28 (42.2247)
Swap chares 74 (6.5961) and 114 (6.7879) between cores 18 (29.3280) and 28
(42.2247)
New loads : 18 (29.5199) and 28 (42.0329)
Swap chares 73 (7.0090) and 113 (7.0570) between cores 18 (29.5199) and 28
(42.0329)
New loads : 18 (29.5679) and 28 (41.9848)
Swap chares 72 (8.7272) and 112 (21.9304) between cores 18 (29.5679) and 28
(41.9848)
New loads : 18 (42.7712) and 28 (28.7816)
Swap chares 115 (6.4493) and 75 (6.9958) between cores 28 (28.7816) and 18
(42.7712)
New loads : 28 (29.3280) and 18 (42.2247)
Swap chares 114 (6.5961) and 74 (6.7879) between cores 28 (29.3280) and 18
(42.2247)
New loads : 28 (29.5199) and 18 (42.0329)
Swap chares 113 (7.0090) and 73 (7.0570) between cores 28 (29.5199) and 18
(42.0329)
New loads : 28 (29.5679) and 18 (41.9848)
Swap chares 112 (8.7272) and 72 (21.9304) between cores 28 (29.5679) and 18
(41.9848)
New loads : 28 (42.7712) and 18 (28.7816)
Swap chares 75 (6.4493) and 115 (6.9958) between cores 18 (28.7816) and 28
(42.7712)
New loads : 18 (29.3280) and 28 (42.2247)
Swap chares 74 (6.5961) and 114 (6.7879) between cores 18 (29.3280) and 28
(42.2247)
New loads : 18 (29.5199) and 28 (42.0329)
Swap chares 73 (7.0090) and 113 (7.0570) between cores 18 (29.5199) and 28
(42.0329)
New loads : 18 (29.5679) and 28 (41.9848)
=== 7 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 0 P#0 (0 chares)
=== 7 === Chare 781 (load 9.0566)

=== 7 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 7 === Chare from 1 P#1 (0 chares)
=== 7 === Chare 741 (load 9.8223)

=== 7 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 7 === Chare from 2 P#2 (0 chares)
=== 7 === Chare 644 (load 11.1825)

=== 7 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 7 === Chare from 3 P#3 (0 chares)
=== 7 === Chare 686 (load 12.4063)

=== 7 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 7 === Chare from 4 P#4 (0 chares)
=== 7 === Chare 739 (load 8.9944)

=== 7 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 7 === Chare from 5 P#5 (0 chares)
=== 7 === Chare 738 (load 8.9741)

=== 7 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 7 === Chare from 6 P#6 (0 chares)
=== 7 === Chare 692 (load 13.5195)

=== 7 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 7 === Chare from 7 P#7 (0 chares)
=== 7 === Chare 688 (load 10.2231)

=== 7 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 7 === Chare from 8 P#8 (0 chares)
=== 7 === Chare 651 (load 9.6855)

=== 7 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 9 P#9 (0 chares)
=== 7 === Chare 654 (load 17.6492)

=== 7 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 10 P#10 (0 chares)
=== 7 === Chare 645 (load 14.7299)

=== 7 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 11 P#11 (0 chares)
=== 7 === Chare 687 (load 16.8080)

=== 7 === Less loaded core 12 P#71200864 (0 chares, load: 0.0000)
=== 7 === Chare from 12 P#12 (0 chares)
=== 7 === Chare 857 (load 11.5496)

=== 7 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 13 P#13 (0 chares)
=== 7 === Chare 642 (load 12.4169)

=== 7 === Less loaded core 14 P#111640416 (0 chares, load: 0.0000)
=== 7 === Chare from 14 P#14 (0 chares)
=== 7 === Chare 652 (load 12.8409)

=== 7 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 15 P#15 (0 chares)
=== 7 === Chare 833 (load 9.3701)

=== 7 === Less loaded core 16 P#68173456 (0 chares, load: 0.0000)
=== 7 === Chare from 16 P#16 (0 chares)
=== 7 === Chare 643 (load 14.6758)

=== 7 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 17 P#17 (0 chares)
=== 7 === Chare 875 (load 8.4834)

=== 7 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 7 === Chare from 18 P#18 (0 chares)
=== 7 === Chare 872 (load 8.7272)

=== 7 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 19 P#19 (0 chares)
=== 7 === Chare 832 (load 9.2478)

=== 7 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 20 P#20 (0 chares)
=== 7 === Chare 689 (load 14.4597)

=== 7 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 21 P#21 (0 chares)
=== 7 === Chare 773 (load 13.7738)

=== 7 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 7 === Chare from 22 P#22 (0 chares)
=== 7 === Chare 709 (load 10.5894)

=== 7 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 7 === Chare from 23 P#23 (0 chares)
=== 7 === Chare 864 (load 8.4687)

=== 7 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 7 === Chare from 24 P#24 (0 chares)
=== 7 === Chare 564 (load 17.8239)

=== 7 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 7 === Chare from 25 P#25 (0 chares)
=== 7 === Chare 798 (load 11.2071)

=== 7 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 26 P#26 (0 chares)
=== 7 === Chare 563 (load 9.3491)

=== 7 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 7 === Chare from 27 P#27 (0 chares)
=== 7 === Chare 691 (load 13.6312)

=== 7 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 28 P#28 (0 chares)
=== 7 === Chare 601 (load 21.9304)

=== 7 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 7 === Chare from 29 P#29 (0 chares)
=== 7 === Chare 690 (load 9.7188)

=== 7 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 7 === Chare from 30 P#30 (0 chares)
=== 7 === Chare 769 (load 14.4189)

=== 7 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 7 === Chare from 31 P#31 (0 chares)
=== 7 === Chare 771 (load 14.2369)

=== 7 === Less loaded core 23 P#23 (1 chares, load: 8.4687)
=== 7 === Chare from 23 P#23 (1 chares)
=== 7 === Chare 886 (load 7.2127)

=== 7 === Less loaded core 17 P#0 (1 chares, load: 8.4834)
=== 7 === Chare from 17 P#17 (1 chares)
=== 7 === Chare 650 (load 8.4742)

=== 7 === Less loaded core 18 P#32 (1 chares, load: 8.7272)
=== 7 === Chare from 18 P#18 (1 chares)
=== 7 === Chare 799 (load 7.0570)

=== 7 === Less loaded core 5 P#3 (1 chares, load: 8.9741)
=== 7 === Chare from 5 P#5 (1 chares)
=== 7 === Chare 896 (load 8.9356)

=== 7 === Less loaded core 4 P#1 (1 chares, load: 8.9944)
=== 7 === Chare from 4 P#4 (1 chares)
=== 7 === Chare 628 (load 8.8551)

=== 7 === Less loaded core 0 P#0 (1 chares, load: 9.0566)
=== 7 === Chare from 0 P#0 (1 chares)
=== 7 === Chare 780 (load 8.8885)

=== 7 === Less loaded core 19 P#0 (1 chares, load: 9.2478)
=== 7 === Chare from 19 P#19 (1 chares)
=== 7 === Chare 830 (load 9.1492)

=== 7 === Less loaded core 26 P#1 (1 chares, load: 9.3491)
=== 7 === Chare from 26 P#26 (1 chares)
=== 7 === Chare 562 (load 9.3333)

=== 7 === Less loaded core 15 P#0 (1 chares, load: 9.3701)
=== 7 === Chare from 15 P#15 (1 chares)
=== 7 === Chare 831 (load 9.1070)

=== 7 === Less loaded core 8 P#9346032 (1 chares, load: 9.6855)
=== 7 === Chare from 8 P#8 (1 chares)
=== 7 === Chare 483 (load 7.0285)

=== 7 === Less loaded core 29 P#1076064262 (1 chares, load: 9.7188)
=== 7 === Chare from 29 P#29 (1 chares)
=== 7 === Chare 695 (load 9.4923)

=== 7 === Less loaded core 1 P#2 (1 chares, load: 9.8223)
=== 7 === Chare from 1 P#1 (1 chares)
=== 7 === Chare 740 (load 8.9139)

=== 7 === Less loaded core 7 P#7 (1 chares, load: 10.2231)
=== 7 === Chare from 7 P#7 (1 chares)
=== 7 === Chare 843 (load 6.8087)

=== 7 === Less loaded core 22 P#22 (1 chares, load: 10.5894)
=== 7 === Chare from 22 P#22 (1 chares)
=== 7 === Chare 629 (load 7.8534)

=== 7 === Less loaded core 2 P#4 (1 chares, load: 11.1825)
=== 7 === Chare from 2 P#2 (1 chares)
=== 7 === Chare 620 (load 6.9508)

=== 7 === Less loaded core 25 P#32767 (1 chares, load: 11.2071)
=== 7 === Chare from 25 P#25 (1 chares)
=== 7 === Chare 622 (load 7.9951)

=== 7 === Less loaded core 12 P#71200864 (1 chares, load: 11.5496)
=== 7 === Chare from 12 P#12 (1 chares)
=== 7 === Chare 602 (load 7.9010)

=== 7 === Less loaded core 3 P#6 (1 chares, load: 12.4063)
=== 7 === Chare from 3 P#3 (1 chares)
=== 7 === Chare 837 (load 7.8678)

=== 7 === Less loaded core 13 P#0 (1 chares, load: 12.4169)
=== 7 === Chare from 13 P#13 (1 chares)
=== 7 === Chare 603 (load 7.9200)

=== 7 === Less loaded core 14 P#111640416 (1 chares, load: 12.8409)
=== 7 === Chare from 14 P#14 (1 chares)
=== 7 === Chare 854 (load 7.2879)

=== 7 === Less loaded core 6 P#5 (1 chares, load: 13.5195)
=== 7 === Chare from 6 P#6 (1 chares)
=== 7 === Chare 724 (load 6.7576)

=== 7 === Less loaded core 27 P#32767 (1 chares, load: 13.6312)
=== 7 === Chare from 27 P#27 (1 chares)
=== 7 === Chare 761 (load 6.9779)

=== 7 === Less loaded core 21 P#0 (1 chares, load: 13.7738)
=== 7 === Chare from 21 P#21 (1 chares)
=== 7 === Chare 772 (load 9.4823)

=== 7 === Less loaded core 31 P#32767 (1 chares, load: 14.2369)
=== 7 === Chare from 31 P#31 (1 chares)
=== 7 === Chare 770 (load 13.0126)

=== 7 === Less loaded core 30 P#-78976 (1 chares, load: 14.4189)
=== 7 === Chare from 30 P#30 (1 chares)
=== 7 === Chare 768 (load 10.8887)

=== 7 === Less loaded core 20 P#0 (1 chares, load: 14.4597)
=== 7 === Chare from 20 P#20 (1 chares)
=== 7 === Chare 607 (load 7.2470)

=== 7 === Less loaded core 16 P#68173456 (1 chares, load: 14.6758)
=== 7 === Chare from 16 P#16 (1 chares)
=== 7 === Chare 594 (load 7.2529)

=== 7 === Less loaded core 10 P#0 (1 chares, load: 14.7299)
=== 7 === Chare from 10 P#10 (1 chares)
=== 7 === Chare 560 (load 7.2421)

=== 7 === Less loaded core 23 P#23 (2 chares, load: 15.6814)
=== 7 === Chare from 23 P#23 (2 chares)
=== 7 === Chare 865 (load 7.1804)

=== 7 === Less loaded core 18 P#32 (2 chares, load: 15.7842)
=== 7 === Chare from 18 P#18 (2 chares)
=== 7 === Chare 784 (load 6.9958)

=== 7 === Less loaded core 8 P#9346032 (2 chares, load: 16.7139)
=== 7 === Chare from 8 P#8 (2 chares)
=== 7 === Chare 469 (load 6.9883)

=== 7 === Less loaded core 11 P#0 (1 chares, load: 16.8080)
=== 7 === Chare from 11 P#11 (1 chares)
=== 7 === Chare 608 (load 7.1844)

=== 7 === Less loaded core 17 P#0 (2 chares, load: 16.9576)
=== 7 === Chare from 17 P#17 (2 chares)
=== 7 === Chare 759 (load 6.6242)

=== 7 === Less loaded core 7 P#7 (2 chares, load: 17.0318)
=== 7 === Chare from 7 P#7 (2 chares)
=== 7 === Chare 845 (load 6.7140)

=== 7 === Less loaded core 9 P#0 (1 chares, load: 17.6492)
=== 7 === Chare from 9 P#9 (1 chares)
=== 7 === Chare 844 (load 8.5726)

=== 7 === Less loaded core 24 P#24 (1 chares, load: 17.8239)
=== 7 === Chare from 24 P#24 (1 chares)
=== 7 === Chare 760 (load 7.0555)

=== 7 === Less loaded core 4 P#1 (2 chares, load: 17.8496)
=== 7 === Chare from 4 P#4 (2 chares)
=== 7 === Chare 787 (load 8.6149)

=== 7 === Less loaded core 5 P#3 (2 chares, load: 17.9098)
=== 7 === Chare from 5 P#5 (2 chares)
=== 7 === Chare 848 (load 6.7353)

=== 7 === Less loaded core 0 P#0 (2 chares, load: 17.9451)
=== 7 === Chare from 0 P#0 (2 chares)
=== 7 === Chare 260 (load 7.2474)

=== 7 === Less loaded core 2 P#4 (2 chares, load: 18.1333)
=== 7 === Chare from 2 P#2 (2 chares)
=== 7 === Chare 800 (load 6.9312)

=== 7 === Less loaded core 19 P#0 (2 chares, load: 18.3970)
=== 7 === Chare from 19 P#19 (2 chares)
=== 7 === Chare 801 (load 6.9805)

=== 7 === Less loaded core 22 P#22 (2 chares, load: 18.4428)
=== 7 === Chare from 22 P#22 (2 chares)
=== 7 === Chare 863 (load 7.5416)

=== 7 === Less loaded core 15 P#0 (2 chares, load: 18.4772)
=== 7 === Chare from 15 P#15 (2 chares)
=== 7 === Chare 838 (load 9.1037)

=== 7 === Less loaded core 26 P#2 (2 chares, load: 18.6825)
=== 7 === Chare from 26 P#26 (2 chares)
=== 7 === Chare 708 (load 9.1108)

=== 7 === Less loaded core 1 P#2 (2 chares, load: 18.7362)
=== 7 === Chare from 1 P#1 (2 chares)
=== 7 === Chare 841 (load 6.8060)

=== 7 === Less loaded core 25 P#32767 (2 chares, load: 19.2022)
=== 7 === Chare from 25 P#25 (2 chares)
=== 7 === Chare 785 (load 7.8657)

=== 7 === Less loaded core 29 P#1077097995 (2 chares, load: 19.2111)
=== 7 === Chare from 29 P#29 (2 chares)
=== 7 === Chare 697 (load 6.7464)

=== 7 === Less loaded core 12 P#71200864 (2 chares, load: 19.4506)
=== 7 === Chare from 12 P#12 (2 chares)
=== 7 === Chare 858 (load 6.8964)

=== 7 === Less loaded core 14 P#111640416 (2 chares, load: 20.1289)
=== 7 === Chare from 14 P#14 (2 chares)
=== 7 === Chare 653 (load 7.1418)

=== 7 === Less loaded core 3 P#6 (2 chares, load: 20.2741)
=== 7 === Chare from 3 P#3 (2 chares)
=== 7 === Chare 468 (load 7.0258)

=== 7 === Less loaded core 6 P#5 (2 chares, load: 20.2771)
=== 7 === Chare from 6 P#6 (2 chares)
=== 7 === Chare 726 (load 6.6273)

=== 7 === Less loaded core 13 P#0 (2 chares, load: 20.3370)
=== 7 === Chare from 13 P#13 (2 chares)
=== 7 === Chare 855 (load 7.0653)

=== 7 === Less loaded core 27 P#32767 (2 chares, load: 20.6092)
=== 7 === Chare from 27 P#27 (2 chares)
=== 7 === Chare 763 (load 6.8467)

=== 7 === Less loaded core 20 P#0 (2 chares, load: 21.7067)
=== 7 === Chare from 20 P#20 (2 chares)
=== 7 === Chare 624 (load 7.1794)

=== 7 === Less loaded core 16 P#68173456 (2 chares, load: 21.9287)
=== 7 === Chare from 16 P#16 (2 chares)
=== 7 === Chare 456 (load 7.1693)

=== 7 === Less loaded core 28 P#1073741824 (1 chares, load: 21.9304)
=== 7 === Chare from 28 P#28 (1 chares)
=== 7 === Chare 482 (load 7.0090)

=== 7 === Less loaded core 10 P#0 (2 chares, load: 21.9720)
=== 7 === Chare from 10 P#10 (2 chares)
=== 7 === Chare 856 (load 6.9815)

=== 7 === Less loaded core 18 P#32 (3 chares, load: 22.7800)
=== 7 === Chare from 18 P#18 (3 chares)
=== 7 === Chare 540 (load 6.7879)

=== 7 === Less loaded core 23 P#23 (3 chares, load: 22.8618)
=== 7 === Chare from 23 P#23 (3 chares)
=== 7 === Chare 866 (load 6.9847)

=== 7 === Less loaded core 21 P#0 (2 chares, load: 23.2561)
=== 7 === Chare from 21 P#21 (2 chares)
=== 7 === Chare 774 (load 7.2963)

=== 7 === Less loaded core 17 P#0 (3 chares, load: 23.5818)
=== 7 === Chare from 17 P#17 (3 chares)
=== 7 === Chare 707 (load 6.6063)

=== 7 === Less loaded core 8 P#9346032 (3 chares, load: 23.7023)
=== 7 === Chare from 8 P#8 (3 chares)
=== 7 === Chare 600 (load 6.9646)

=== 7 === Less loaded core 7 P#7 (3 chares, load: 23.7457)
=== 7 === Chare from 7 P#7 (3 chares)
=== 7 === Chare 846 (load 6.7032)

=== 7 === Less loaded core 11 P#0 (2 chares, load: 23.9924)
=== 7 === Chare from 11 P#11 (2 chares)
=== 7 === Chare 782 (load 6.8115)

=== 7 === Less loaded core 5 P#3 (3 chares, load: 24.6451)
=== 7 === Chare from 5 P#5 (3 chares)
=== 7 === Chare 630 (load 6.6765)

=== 7 === Less loaded core 24 P#24 (2 chares, load: 24.8794)
=== 7 === Chare from 24 P#24 (2 chares)
=== 7 === Chare 762 (load 6.9165)

=== 7 === Less loaded core 2 P#4 (3 chares, load: 25.0645)
=== 7 === Chare from 2 P#2 (3 chares)
=== 7 === Chare 723 (load 6.6560)

=== 7 === Less loaded core 0 P#0 (3 chares, load: 25.1925)
=== 7 === Chare from 0 P#0 (3 chares)
=== 7 === Chare 892 (load 6.8292)

=== 7 === Less loaded core 30 P#-78976 (2 chares, load: 25.3076)
=== 7 === Chare from 30 P#30 (2 chares)
=== 7 === Chare 783 (load 7.0048)

=== 7 === Less loaded core 19 P#0 (3 chares, load: 25.3775)
=== 7 === Chare from 19 P#19 (3 chares)
=== 7 === Chare 893 (load 6.9312)

=== 7 === Less loaded core 1 P#2 (3 chares, load: 25.5422)
=== 7 === Chare from 1 P#1 (3 chares)
=== 7 === Chare 842 (load 6.7290)

=== 7 === Less loaded core 29 P#1077540125 (3 chares, load: 25.9575)
=== 7 === Chare from 29 P#29 (3 chares)
=== 7 === Chare 694 (load 6.7200)

=== 7 === Less loaded core 22 P#22 (3 chares, load: 25.9844)
=== 7 === Chare from 22 P#22 (3 chares)
=== 7 === Chare 794 (load 7.1525)

=== 7 === Less loaded core 9 P#0 (2 chares, load: 26.2218)
=== 7 === Chare from 9 P#9 (2 chares)
=== 7 === Chare 847 (load 7.1726)

=== 7 === Less loaded core 12 P#71200864 (3 chares, load: 26.3470)
=== 7 === Chare from 12 P#12 (3 chares)
=== 7 === Chare 619 (load 6.7228)

=== 7 === Less loaded core 4 P#1 (3 chares, load: 26.4644)
=== 7 === Chare from 4 P#4 (3 chares)
=== 7 === Chare 874 (load 6.5884)

=== 7 === Less loaded core 6 P#5 (3 chares, load: 26.9044)
=== 7 === Chare from 6 P#6 (3 chares)
=== 7 === Chare 871 (load 6.5919)

=== 7 === Less loaded core 25 P#32767 (3 chares, load: 27.0679)
=== 7 === Chare from 25 P#25 (3 chares)
=== 7 === Chare 725 (load 7.2540)

=== 7 === Less loaded core 31 P#32767 (2 chares, load: 27.2496)
=== 7 === Chare from 31 P#31 (2 chares)
=== 7 === Chare 655 (load 7.1411)

=== 7 === Less loaded core 14 P#111640416 (3 chares, load: 27.2706)
=== 7 === Chare from 14 P#14 (3 chares)
=== 7 === Chare 656 (load 7.0746)

=== 7 === Less loaded core 3 P#6 (3 chares, load: 27.2998)
=== 7 === Chare from 3 P#3 (3 chares)
=== 7 === Chare 394 (load 6.7472)

=== 7 === Less loaded core 13 P#0 (3 chares, load: 27.4022)
=== 7 === Chare from 13 P#13 (3 chares)
=== 7 === Chare 840 (load 6.6426)

=== 7 === Less loaded core 27 P#32767 (3 chares, load: 27.4559)
=== 7 === Chare from 27 P#27 (3 chares)
=== 7 === Chare 788 (load 6.4590)

=== 7 === Less loaded core 15 P#0 (3 chares, load: 27.5808)
=== 7 === Chare from 15 P#15 (3 chares)
=== 7 === Chare 839 (load 9.0155)

=== 7 === Less loaded core 26 P#3 (3 chares, load: 27.7933)
=== 7 === Chare from 26 P#26 (3 chares)
=== 7 === Chare 627 (load 6.7744)

=== 7 === Less loaded core 20 P#0 (3 chares, load: 28.8861)
=== 7 === Chare from 20 P#20 (3 chares)
=== 7 === Chare 693 (load 7.0348)

=== 7 === Less loaded core 28 P#-671088640 (2 chares, load: 28.9394)
=== 7 === Chare from 28 P#28 (2 chares)
=== 7 === Chare 706 (load 6.5961)

=== 7 === Less loaded core 10 P#0 (3 chares, load: 28.9535)
=== 7 === Chare from 10 P#10 (3 chares)
=------------- FIN -------------- 1019
------------- FIN -------------- 1020
------------- FIN -------------- 988
------------- FIN -------------- 987
------------- FIN -------------- 926
------------- FIN -------------- 967
------------- FIN -------------- 968
------------- FIN -------------- 908
------------- FIN -------------- 1003
------------- FIN -------------- 972
------------- FIN -------------- 971
------------- FIN -------------- 943
------------- FIN -------------- 953
------------- FIN -------------- 1011
------------- FIN -------------- 837
------------- FIN -------------- 805
------------- FIN -------------- 784
------------- FIN -------------- 888
------------- FIN -------------- 887
------------- FIN -------------- 920
1 ./Essai/obs1.dat
1024 32 32
Timing total 368.662694
Timing compute max 84.417869
Timing compute min 48.890096
Timing comm max - attente + comm reelle 283.864419
Timing comm min - comm relle 235.133675
Part communication: 63.780165
Part compute: 13.261471
Ecart BC vs timing total 9.636932
Ecart BC 42.085608
Ecart Min/Max BC1 40.565589
Ecart Min/Max BC2 44.329986
timing max - BC1 48.458947
timing min - BC1 28.801290
timing max - BC2 35.958922
timing min - BC2 20.018337
------------- FIN -------------- 2
------------- FIN -------------- 0
------------- FIN -------------- 1
------------- FIN -------------- 3
------------- FIN -------------- 835
------------- FIN -------------- 804
------------- FIN -------------- 836
------------- FIN -------------- 876
------------- FIN -------------- 844
------------- FIN -------------- 793
------------- FIN -------------- 783
------------- FIN -------------- 874
------------- FIN -------------- 843
------------- FIN -------------- 842
------------- FIN -------------- 875
------------- FIN -------------- 769
------------- FIN -------------- 822
------------- FIN -------------- 854
------------- FIN -------------- 855
------------- FIN -------------- 821
------------- FIN -------------- 15
------------- FIN -------------- 857
------------- FIN -------------- 14
------------- FIN -------------- 636
------------- FIN -------------- 785
------------- FIN -------------- 838
------------- FIN -------------- 786
------------- FIN -------------- 10
------------- FIN -------------- 787
------------- FIN -------------- 811
------------- FIN -------------- 660
------------- FIN -------------- 713
------------- FIN -------------- 663
------------- FIN -------------- 670
[DEBUG] FindPermutationDist from node 5
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000007s
nb_levels=8
set_node: 0.000005s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0209
select_independent_groups=0.0041
select_independent_groups_2=0.0537
select_independent_groups_by_largest_index=0.1005
Grouping done in 0.1841s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0027
select_independent_groups=0.0005
select_independent_groups_2=0.0053
select_independent_groups_by_largest_index=0.1002
compute_weighted_degree=0.1025
select_indentendent_group_wg=0.0017
Grouping done in 0.2144s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0002
select_independent_groups_by_largest_index=0.0051
compute_weighted_degree=0.0060
select_indentendent_group_wg=0.0003
Grouping done in 0.0124s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0009s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_indepen------------- FIN -------------- 619
------------- FIN -------------- 587
------------- FIN -------------- 575
------------- FIN -------------- 558
------------- FIN -------------- 560
------------- FIN -------------- 527
------------- FIN -------------- 559
------------- FIN -------------- 528
------------- FIN -------------- 547
------------- FIN -------------- 548
------------- FIN -------------- 579
------------- FIN -------------- 549
------------- FIN -------------- 523
------------- FIN -------------- 555
------------- FIN -------------- 554
------------- FIN -------------- 581
------------- FIN -------------- 521
------------- FIN -------------- 928
------------- FIN -------------- 427
------------- FIN -------------- 938
------------- FIN -------------- 773
------------- FIN -------------- 553
------------- FIN -------------- 552
------------- FIN -------------- 606
------------- FIN -------------- 520
------------- FIN -------------- 512
------------- FIN -------------- 544
------------- FIN -------------- 513
------------- FIN -------------- 576
------------- FIN -------------- 562
------------- FIN -------------- 563
------------- FIN -------------- 565
------------- FIN -------------- 566
------------- FIN -------------- 534
------------- FIN -------------- 533
------------- FIN -------------- 535
------------- FIN -------------- 567
------------- FIN -------------- 530
------------- FIN -------------- 529
------------- FIN -------------- 532
------------- FIN -------------- 531
------------- FIN -------------- 620
------------- FIN -------------- 621
------------- FIN -------------- 588
------------- FIN -------------- 543
------------- FIN -------------- 525
------------- FIN -------------- 557
------------- FIN -------------- 556
------------- FIN -------------- 524
------------- FIN -------------- 428
------------- FIN -------------- 396
------------- FIN -------------- 447
------------- FIN -------------- 388
------------- FIN -------------- 488
------------- FIN -------------- 487
------------- FIN -------------- 489
------------- FIN -------------- 486
------------- FIN -------------- 298
------------- FIN -------------- 266
------------- FIN -------------- 330
------------- FIN -------------- 310
------------- FIN -------------- 915
------------- FIN -------------- 261
------------- FIN -------------- 293
------------- FIN -------------- 292
------------- FIN -------------- 260
------------- FIN -------------- 325
------------- FIN -------------- 324
------------- FIN -------------- 357
------------- FIN -------------- 316
------------- FIN -------------- 283
------------- FIN -------------- 284
------------- FIN -------------- 265
------------- FIN -------------- 297
------------- FIN -------------- 264
------------- FIN -------------- 285
------------- FIN -------------- 296
------------- FIN -------------- 274
------------- FIN -------------- 275
------------- FIN -------------- 273
------------- FIN -------------- 291
------------- FIN -------------- 335
------------- FIN -------------- 337
------------- FIN -------------- 336
------------- FIN -------------- 280
------------- FIN -------------- 305
------------- FIN -------------- 288
------------- FIN -------------- 263
------------- FIN -------------- 262
------------- FIN -------------- 205
------------- FIN -------------- 172
------------- FIN -------------- 237
------------- FIN -------------- 153
------------- FIN -------------- 230
------------- FIN -------------- 227
------------- FIN -------------- 213
------------- FIN -------------- 232
------------- FIN -------------- 132
------------- FIN -------------- 164
------------- FIN -------------- 201
------------- FIN -------------- 173
------------- FIN -------------- 204
------------- FIN -------------- 247
------------- FIN -------------- 185
------------- FIN -------------- 154
------------- FIN -------------- 169
------------- FIN -------------- 168
------------- FIN -------------- 226
------------- FIN -------------- 200
------------- FIN -------------- 241
------------- FIN -------------- 210
------------- FIN -------------- 129
------------- FIN -------------- 128
------------- FIN -------------- 991
------------- FIN -------------- 914
------------- FIN -------------- 992
------------- FIN -------------- 985
------------- FIN -------------- 150
------------- FIN -------------- 206
------------- FIN -------------- 229
------------- FIN -------------- 239
== 7 === Chare 369 (load 6.5588)

=== 7 === Less loaded core 16 P#68173456 (3 chares, load: 29.0980)
=== 7 === Chare from 16 P#16 (3 chares)
=== 7 === Chare 340 (load 7.1583)

=== 7 === Less loaded core 18 P#32 (4 chares, load: 29.5679)
=== 7 === Chare from 11 P#11 (3 chares)
=== 7 === Chare 621 (load 6.5642)

=== 7 === Less loaded core 23 P#23 (4 chares, load: 29.8465)
=== 7 === Chare from 21 P#21 (3 chares)
=== 7 === Chare 775 (load 7.0021)

=== 7 === Less loaded core 17 P#0 (4 chares, load: 30.1881)
=== 7 === Chare from 9 P#9 (3 chares)
=== 7 === Chare 895 (load 7.0490)

=== 7 === Less loaded core 7 P#7 (4 chares, load: 30.4489)
=== 7 === Chare from 31 P#31 (3 chares)
=== 7 === Chare 894 (load 6.6863)

=== 7 === Less loaded core 21 P#0 (4 chares, load: 30.5524)
=== 7 === Chare from 30 P#30 (3 chares)
=== 7 === Chare 873 (load 6.6585)

=== 7 === Less loaded core 8 P#9346032 (4 chares, load: 30.6669)
=== 7 === Chare from 28 P#28 (3 chares)
=== 7 === Chare 786 (load 6.4493)

=== 7 === Less loaded core 11 P#0 (4 chares, load: 30.8039)
=== 7 === Chare from 24 P#24 (3 chares)
=== 7 === Chare 696 (load 6.8556)

[DEBUG] GetBackPlacement from node 6
103 17.2839
17 11.5947
90 10.0861
0 7.1252
8 7.8258
99 7.0659
98 7.0094
20 6.9436
87 7.2258
96 7.1192
24 7.0886
49 7.0423
55 10.5527
57 7.6493
81 7.1464
97 7.1309
45 14.6493
44 11.2023
53 11.1547
38 8.0864
92 14.6492
117 12.4448
59 11.2244
94 7.7246
43 14.7017
93 12.2093
62 7.8161
83 7.6324
85 8.0143
119 7.2053
67 7.2022
58 7.1094
112 7.1165
101 7.0682
50 7.0429
1 7.0136
51 7.1381
100 7.1281
102 7.0550
52 7.0467
110 7.0983
39 6.9416
10 6.7892
107 6.7157
84 7.1953
63 7.1926
124 7.0787
111 7.0245
40 6.9741
5 6.9739
116 6.9688
41 6.6501
6 6.9848
73 6.9252
64 6.8619
48 6.8139
104 11.4502
11 8.8054
13 8.6302
12 7.3111
105 14.1514
47 12.1855
42 11.6150
106 7.3374
2 7.1106
72 6.9634
56 6.9557
91 6.9401
77 7.1090
78 6.9653
80 6.9547
79 6.8493
37 7.1734
114 7.1086
115 7.1063
65 7.0975
125 7.2227
122 7.1706
123 7.0933
126 7.0166
68 7.1876
70 7.0833
69 7.0744
3 6.9339
34 7.2044
120 7.1116
121 7.0531
54 7.0187
109 21.3046
9 7.2607
21 7.1043
86 6.9938
19 7.0941
60 7.0792
61 6.9952
18 6.9855
75 17.1246
66 10.2524
4 7.2380
7 7.1506
46 14.4253
95 12.5477
16 8.3547
15 6.6180
36 12.4969
118 9.6506
35 9.5693
14 7.1395
88 14.1424
108 12.4584
89 10.2650
74 6.9169
25 14.4910
82 12.7863
22 8.4398
23 6.9214
28 9.7182
26 9.2566
29 9.1922
27 9.1400
31 8.7807
30 8.7453
32 8.7359
33 8.7053
113 9.4270
76 7.1406
127 7.1213
71 6.5528
Core 0 load 46.0899
Core 1 load 28.8448
Core 2 load 28.4759
Core 3 load 32.4793
Core 4 load 45.0926
Core 5 load 46.0431
Core 6 load 42.3595
Core 7 load 29.5312
Core 8 load 28.2412
Core 9 load 28.3679
Core 10 load 27.5447
Core 11 load 28.4911
Core 12 load 27.5668
Core 13 load 27.5857
Core 14 load 36.1970
Core 15 load 45.2894
Core 16 load 27.9699
Core 17 load 27.8784
Core 18 load 28.4857
Core 19 load 28.5033
Core 20 load 28.2792
Core 21 load 28.3879
Core 22 load 42.6634
Core 23 load 28.1540
Core 24 load 41.7656
Core 25 load 41.9457
Core 26 load 38.8563
Core 27 load 43.7826
Core 28 load 42.6387
Core 29 load 37.3070
Core 30 load 34.9672
Core 31 load 30.2418
Avg load 34.3758 in [33.3446 ; 35.4071 ]
Swap chares 43 (6.7157) and 3 (7.1252) between cores 10 (27.5447) and 0
(46.0899)
New loads : 10 (27.9543) and 0 (45.6804)
Swap chares 51 (6.6501) and 23 (7.7246) between cores 12 (27.5668) and 5
(46.0431)
New loads : 12 (28.6414) and 5 (44.9685)
Swap chares 54 (6.8619) and 2 (10.0861) between cores 13 (27.5857) and 0
(45.6804)
New loads : 13 (30.8100) and 0 (42.4562)
Swap chares 71 (6.8493) and 63 (7.3374) between cores 17 (27.8784) and 15
(45.2894)
New loads : 17 (28.3665) and 15 (44.8013)
Swap chares 43 (7.1252) and 19 (8.0864) between cores 10 (27.9543) and 4
(45.0926)
New loads : 10 (28.9155) and 4 (44.1314)
Swap chares 66 (6.9557) and 22 (11.2244) between cores 16 (27.9699) and 5
(44.9685)
New loads : 16 (32.2385) and 5 (40.6998)
Swap chares 94 (6.9952) and 62 (11.6150) between cores 23 (28.1540) and 15
(44.8013)
New loads : 23 (32.7738) and 15 (40.1815)
Swap chares 35 (7.0136) and 19 (7.1252) between cores 8 (28.2412) and 4
(44.1314)
New loads : 8 (28.3528) and 4 (44.0198)
Swap chares 83 (6.9339) and 19 (7.0136) between cores 20 (28.2792) and 4
(44.0198)
New loads : 20 (28.3589) and 4 (43.9401)
Swap chares 34 (7.0429) and 18 (11.1547) between cores 8 (28.3528) and 4
(43.9401)
New loads : 8 (32.4646) and 4 (39.8283)
Swap chares 82 (7.0744) and 110 (10.2650) between cores 20 (28.3589) and 27
(43.7826)
New loads : 20 (31.5495) and 27 (40.5920)
Swap chares 70 (6.9547) and 90 (7.1043) between cores 17 (28.3665) and 22
(42.6634)
New loads : 17 (28.5160) and 22 (42.5139)
Swap chares 38 (7.0550) and 114 (8.4398) between cores 9 (28.3679) and 28
(42.6387)
New loads : 9 (29.7527) and 28 (41.2538)
Swap chares 85 (7.1116) and 89 (7.2607) between cores 21 (28.3879) and 22
(42.5139)
New loads : 21 (28.5370) and 22 (42.3648)
Swap chares 9 (7.1192) and 1 (11.5947) between cores 2 (28.4759) and 0
(42.4562)
New loads : 2 (32.9515) and 0 (37.9806)
Swap chares 73 (7.1086) and 89 (7.1116) between cores 18 (28.4857) and 22
(42.3648)
New loads : 18 (28.4888) and 22 (42.3618)
Swap chares 72 (7.1734) and 88 (21.3046) between cores 18 (28.4888) and 22
(42.3618)
New loads : 18 (42.6200) and 22 (28.2305)
Swap chares 91 (6.9938) and 75 (7.0975) between cores 22 (28.2305) and 18
(42.6200)
New loads : 22 (28.3342) and 18 (42.5163)
Swap chares 90 (6.9547) and 74 (7.1063) between cores 22 (28.3342) and 18
(42.5163)
New loads : 22 (28.4857) and 18 (42.3648)
Swap chares 89 (7.1086) and 73 (7.1116) between cores 22 (28.4857) and 18
(42.3648)
New loads : 22 (28.4888) and 18 (42.3618)
Swap chares 88 (7.1734) and 72 (21.3046) between cores 22 (28.4888) and 18
(42.3618)
New loads : 22 (42.6200) and 18 (28.2305)
Swap chares 75 (6.9938) and 91 (7.0975) between cores 18 (28.2305) and 22
(42.6200)
New loads : 18 (28.3342) and 22 (42.5163)
Swap chares 74 (6.9547) and 90 (7.1063) between cores 18 (28.3342) and 22
(42.5163)
New loads : 18 (28.4857) and 22 (42.3648)
Swap chares 73 (7.1086) and 89 (7.1116) between cores 18 (28.4857) and 22
(42.3648)
New loads : 18 (28.4888) and 22 (42.3618)
Swap chares 72 (7.1734) and 88 (21.3046) between cores 18 (28.4888) and 22
(42.3618)
New loads : 18 (42.6200) and 22 (28.2305)
Swap chares 91 (6.9938) and 75 (7.0975) between cores 22 (28.2305) and 18
(42.6200)
New loads : 22 (28.3342) and 18 (42.5163)
Swap chares 90 (6.9547) and 74 (7.1063) between cores 22 (28.3342) and 18
(42.5163)
New loads : 22 (28.4857) and 18 (42.3648)
Swap chares 89 (7.1086) and 73 (7.1116) between cores 22 (28.4857) and 18
(42.3648)
New loads : 22 (28.4888) and 18 (42.3618)
Swap chares 88 (7.1734) and 72 (21.3046) between cores 22 (28.4888) and 18
(42.3618)
New loads : 22 (42.6200) and 18 (28.2305)
Swap chares 75 (6.9938) and 91 (7.0975) between cores 18 (28.2305) and 22
(42.6200)
New loads : 18 (28.3342) and 22 (42.5163)
Swap chares 74 (6.9547) and 90 (7.1063) between cores 18 (28.3342) and 22
(42.5163)
New loads : 18 (28.4857) and 22 (42.3648)
Swap chares 73 (7.1086) and 89 (7.1116) between cores 18 (28.4857) and 22
(42.3648)
New loads : 18 (28.4888) and 22 (42.3618)
Swap chares 72 (7.1734) and 88 (21.3046) between cores 18 (28.4888) and 22
(42.3618)
New loads : 18 (42.6200) and 22 (28.2305)
Swap chares 91 (6.9938) and 75 (7.0975) between cores 22 (28.2305) and 18
(42.6200)
New loads : 22 (28.3342) and 18 (42.5163)
Swap chares 90 (6.9547) and 74 (7.1063) between cores 22 (28.3342) and 18
(42.5163)
New loads : 22 (28.4857) and 18 (42.3648)
Swap chares 89 (7.1086) and 73 (7.1116) between cores 22 (28.4857) and 18
(42.3648)
New loads : 22 (28.4888) and 18 (42.3618)
Swap chares 88 (7.1734) and 72 (21.3046) between cores 22 (28.4888) and 18
(42.3618)
New loads : 22 (42.6200) and 18 (28.2305)
Swap chares 75 (6.9938) and 91 (7.0975) between cores 18 (28.2305) and 22
(42.6200)
New loads : 18 (28.3342) and 22 (42.5163)
Swap chares 74 (6.9547) and 90 (7.1063) between cores 18 (28.3342) and 22
(42.5163)
New loads : 18 (28.4857) and 22 (42.3648)
Swap chares 73 (7.1086) and 89 (7.1116) between cores 18 (28.4857) and 22
(42.3648)
New loads : 18 (28.4888) and 22 (42.3618)
Swap chares 72 (7.1734) and 88 (21.3046) between cores 18 (28.4888) and 22
(42.3618)
New loads : 18 (42.6200) and 22 (28.2305)
Swap chares 91 (6.9938) and 75 (7.0975) between cores 22 (28.2305) and 18
(42.6200)
New loads : 22 (28.3342) and 18 (42.5163)
Swap chares 90 (6.9547) and 74 (7.1063) between cores 22 (28.3342) and 18
(42.5163)
New loads : 22 (28.4857) and 18 (42.3648)
Swap chares 89 (7.1086) and 73 (7.1116) between cores 22 (28.4857) and 18
(42.3648)
New loads : 22 (28.4888) and 18 (42.3618)
Swap chares 88 (7.1734) and 72 (21.3046) between cores 22 (28.4888) and 18
(42.3618)
New loads : 22 (42.6200) and 18 (28.2305)
Swap chares 75 (6.9938) and 91 (7.0975) between cores 18 (28.2305) and 22
(42.6200)
New loads : 18 (28.3342) and 22 (42.5163)
Swap chares 74 (6.9547) and 90 (7.1063) between cores 18 (28.3342) and 22
(42.5163)
New loads : 18 (28.4857) and 22 (42.3648)
Swap chares 73 (7.1086) and 89 (7.1116) between cores 18 (28.4857) and 22
(42.3648)
New loads : 18 (28.4888) and 22 (42.3618)
Swap chares 72 (7.1734) and 88 (21.3046) between cores 18 (28.4888) and 22
(42.3618)
New loads : 18 (42.6200) and 22 (28.2305)
Swap chares 91 (6.9938) and 75 (7.0975) between cores 22 (28.2305) and 18
(42.6200)
New loads : 22 (28.3342) and 18 (42.5163)
Swap chares 90 (6.9547) and 74 (7.1063) between cores 22 (28.3342) and 18
(42.5163)
New loads : 22 (28.4857) and 18 (42.3648)
Swap chares 89 (7.1086) and 73 (7.1116) between cores 22 (28.4857) and 18
(42.3648)
New loads : 22 (28.4888) and 18 (42.3618)
Swap chares 88 (7.1734) and 72 (21.3046) between cores 22 (28.4888) and 18
(42.3618)
New loads : 22 (42.6200) and 18 (28.2305)
Swap chares 75 (6.9938) and 91 (7.0975) between cores 18 (28.2305) and 22
(42.6200)
New loads : 18 (28.3342) and 22 (42.5163)
Swap chares 74 (6.9547) and 90 (7.1063) between cores 18 (28.3342) and 22
(42.5163)
New loads : 18 (28.4857) and 22 (42.3648)
Swap chares 73 (7.1086) and 89 (7.1116) between cores 18 (28.4857) and 22
(42.3648)
New loads : 18 (28.4888) and 22 (42.3618)
Swap chares 72 (7.1734) and 88 (21.3046) between cores 18 (28.4888) and 22
(42.3618)
New loads : 18 (42.6200) and 22 (28.2305)
Swap chares 91 (6.9938) and 75 (7.0975) between cores 22 (28.2305) and 18
(42.6200)
New loads : 22 (28.3342) and 18 (42.5163)
Swap chares 90 (6.9547) and 74 (7.1063) between cores 22 (28.3342) and 18
(42.5163)
New loads : 22 (28.4857) and 18 (42.3648)
Swap chares 89 (7.1086) and 73 (7.1116) between cores 22 (28.4857) and 18
(42.3648)
New loads : 22 (28.4888) and 18 (42.3618)
Swap chares 88 (7.1734) and 72 (21.3046) between cores 22 (28.4888) and 18
(42.3618)
New loads : 22 (42.6200) and 18 (28.2305)
Swap chares 75 (6.9938) and 91 (7.0975) between cores 18 (28.2305) and 22
(42.6200)
New loads : 18 (28.3342) and 22 (42.5163)
Swap chares 74 (6.9547) and 90 (7.1063) between cores 18 (28.3342) and 22
(42.5163)
New loads : 18 (28.4857) and 22 (42.3648)
Swap chares 73 (7.1086) and 89 (7.1116) between cores 18 (28.4857) and 22
(42.3648)
New loads : 18 (28.4888) and 22 (42.3618)
=== 6 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 0 P#0 (0 chares)
=== 6 === Chare 891 (load 17.2839)

=== 6 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 6 === Chare from 1 P#1 (0 chares)
=== 6 === Chare 613 (load 7.8258)

=== 6 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 6 === Chare from 2 P#2 (0 chares)
=== 6 === Chare 633 (load 11.5947)

=== 6 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 6 === Chare from 3 P#3 (0 chares)
=== 6 === Chare 731 (load 10.5527)

=== 6 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 6 === Chare from 4 P#4 (0 chares)
=== 6 === Chare 717 (load 14.6493)

=== 6 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 6 === Chare from 5 P#5 (0 chares)
=== 6 === Chare 850 (load 14.6492)

=== 6 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 6 === Chare from 6 P#6 (0 chares)
=== 6 === Chare 715 (load 14.7017)

=== 6 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 6 === Chare from 7 P#7 (0 chares)
=== 6 === Chare 822 (load 8.0143)

=== 6 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 6 === Chare from 8 P#8 (0 chares)
=== 6 === Chare 729 (load 11.1547)

=== 6 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 9 P#9 (0 chares)
=== 6 === Chare 657 (load 8.4398)

=== 6 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 10 P#10 (0 chares)
=== 6 === Chare 682 (load 8.0864)

=== 6 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 11 P#11 (0 chares)
=== 6 === Chare 821 (load 7.1953)

=== 6 === Less loaded core 12 P#52441504 (0 chares, load: 0.0000)
=== 6 === Chare from 12 P#12 (0 chares)
=== 6 === Chare 852 (load 7.7246)

=== 6 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 13 P#13 (0 chares)
=== 6 === Chare 836 (load 10.0861)

=== 6 === Less loaded core 14 P#111910544 (0 chares, load: 0.0000)
=== 6 === Chare from 14 P#14 (0 chares)
=== 6 === Chare 901 (load 11.4502)

=== 6 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 15 P#15 (0 chares)
=== 6 === Chare 902 (load 14.1514)

=== 6 === Less loaded core 16 P#22268448 (0 chares, load: 0.0000)
=== 6 === Chare from 16 P#16 (0 chares)
=== 6 === Chare 735 (load 11.2244)

=== 6 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 17 P#17 (0 chares)
=== 6 === Chare 903 (load 7.3374)

=== 6 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 6 === Chare from 18 P#18 (0 chares)
=== 6 === Chare 681 (load 7.1734)

=== 6 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 19 P#19 (0 chares)
=== 6 === Chare 944 (load 7.2227)

=== 6 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 20 P#20 (0 chares)
=== 6 === Chare 835 (load 10.2650)

=== 6 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 21 P#21 (0 chares)
=== 6 === Chare 614 (load 7.2607)

=== 6 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 6 === Chare from 22 P#22 (0 chares)
=== 6 === Chare 914 (load 21.3046)

=== 6 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 6 === Chare from 23 P#23 (0 chares)
=== 6 === Chare 714 (load 11.6150)

=== 6 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 6 === Chare from 24 P#24 (0 chares)
=== 6 === Chare 793 (load 17.1246)

=== 6 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 6 === Chare from 25 P#25 (0 chares)
=== 6 === Chare 718 (load 14.4253)

=== 6 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 26 P#26 (0 chares)
=== 6 === Chare 680 (load 12.4969)

=== 6 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 6 === Chare from 27 P#27 (0 chares)
=== 6 === Chare 834 (load 14.1424)

=== 6 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 28 P#28 (0 chares)
=== 6 === Chare 660 (load 14.4910)

=== 6 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 6 === Chare from 29 P#29 (0 chares)
=== 6 === Chare 672 (load 9.7182)

=== 6 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 6 === Chare from 30 P#30 (0 chares)
=== 6 === Chare 675 (load 8.7807)

=== 6 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 6 === Chare from 31 P#31 (0 chares)
=== 6 === Chare 918 (load 9.4270)

=== 6 === Less loaded core 18 P#32 (1 chares, load: 7.1734)
=== 6 === Chare from 18 P#18 (1 chares)
=== 6 === Chare 930 (load 7.1116)

=== 6 === Less loaded core 11 P#0 (1 chares, load: 7.1953)
=== 6 === Chare from 11 P#11 (1 chares)
=== 6 === Chare 751 (load 7.1926)

=== 6 === Less loaded core 19 P#0 (1 chares, load: 7.2227)
=== 6 === Chare from 19 P#19 (1 chares)
=== 6 === Chare 941 (load 7.1706)

=== 6 === Less loaded core 21 P#0 (1 chares, load: 7.2607)
=== 6 === Chare from 21 P#21 (1 chares)
=== 6 === Chare 678 (load 7.2044)

=== 6 === Less loaded core 17 P#0 (1 chares, load: 7.3374)
=== 6 === Chare from 17 P#17 (1 chares)
=== 6 === Chare 810 (load 7.1090)

=== 6 === Less loaded core 12 P#52441504 (1 chares, load: 7.7246)
=== 6 === Chare from 12 P#12 (1 chares)
=== 6 === Chare 684 (load 6.9741)

=== 6 === Less loaded core 1 P#2 (1 chares, load: 7.8258)
=== 6 === Chare from 1 P#1 (1 chares)
=== 6 === Chare 883 (load 7.0659)

=== 6 === Less loaded core 7 P#7 (1 chares, load: 8.0143)
=== 6 === Chare from 7 P#7 (1 chares)
=== 6 === Chare 929 (load 7.2053)

=== 6 === Less loaded core 10 P#0 (1 chares, load: 8.0864)
=== 6 === Chare from 10 P#10 (1 chares)
=== 6 === Chare 915 (load 7.0983)

=== 6 === Less loaded core 9 P#0 (1 chares, load: 8.4398)
=== 6 === Chare from 9 P#9 (1 chares)
=== 6 === Chare 727 (load 7.1381)

=== 6 === Less loaded core 30 P#-78976 (1 chares, load: 8.7807)
=== 6 === Chare from 30 P#30 (1 chares)
=== 6 === Chare 674 (load 8.7453)

=== 6 === Less loaded core 31 P#32767 (1 chares, load: 9.4270)
=== 6 === Chare from 31 P#31 (1 chares)
=== 6 === Chare 795 (load 7.1406)

=== 6 === Less loaded core 29 P#1076064182 (1 chares, load: 9.7182)
=== 6 === Chare from 29 P#29 (1 chares)
=== 6 === Chare 670 (load 9.2566)

=== 6 === Less loaded core 13 P#0 (1 chares, load: 10.0861)
=== 6 === Chare from 13 P#13 (1 chares)
=== 6 === Chare 583 (load 6.9848)

=== 6 === Less loaded core 20 P#0 (1 chares, load: 10.2650)
=== 6 === Chare from 20 P#20 (1 chares)
=== 6 === Chare 756 (load 7.1876)

=== 6 === Less loaded core 3 P#6 (1 chares, load: 10.5527)
=== 6 === Chare from 3 P#3 (1 chares)
=== 6 === Chare 733 (load 7.6493)

=== 6 === Less loaded core 8 P#9346032 (1 chares, load: 11.1547)
=== 6 === Chare from 8 P#8 (1 chares)
=== 6 === Chare 216 (load 7.1252)

=== 6 === Less loaded core 16 P#22268448 (1 chares, load: 11.2244)
=== 6 === Chare from 16 P#16 (1 chares)
=== 6 === Chare 479 (load 7.1106)

=== 6 === Less loaded core 14 P#111910544 (1 chares, load: 11.4502)
=== 6 === Chare from 14 P#14 (1 chares)
=== 6 === Chare 616 (load 8.8054)

=== 6 === Less loaded core 2 P#4 (1 chares, load: 11.5947)
=== 6 === Chare from 2 P#2 (1 chares)
=== 6 === Chare 824 (load 7.2258)

=== 6 === Less loaded core 23 P#23 (1 chares, load: 11.6150)
=== 6 === Chare from 23 P#23 (1 chares)
=== 6 === Chare 635 (load 7.0941)

=== 6 === Less loaded core 26 P#1 (1 chares, load: 12.4969)
=== 6 === Chare from 26 P#26 (1 chares)
=== 6 === Chare 928 (load 9.6506)

=== 6 === Less loaded core 27 P#32767 (1 chares, load: 14.1424)
=== 6 === Chare from 27 P#27 (1 chares)
=== 6 === Chare 905 (load 12.4584)

=== 6 === Less loaded core 15 P#0 (1 chares, load: 14.1514)
=== 6 === Chare from 15 P#15 (1 chares)
=== 6 === Chare 719 (load 12.1855)

=== 6 === Less loaded core 18 P#32 (2 chares, load: 14.2850)
=== 6 === Chare from 18 P#18 (2 chares)
=== 6 === Chare 920 (load 7.1063)

=== 6 === Less loaded core 11 P#0 (2 chares, load: 14.3878)
=== 6 === Chare from 11 P#11 (2 chares)
=== 6 === Chare 943 (load 7.0787)

=== 6 === Less loaded core 19 P#0 (2 chares, load: 14.3933)
=== 6 === Chare from 19 P#19 (2 chares)
=== 6 === Chare 942 (load 7.0933)

=== 6 === Less loaded core 25 P#32767 (1 chares, load: 14.4253)
=== 6 === Chare from 25 P#25 (1 chares)
=== 6 === Chare 853 (load 12.5477)

=== 6 === Less loaded core 17 P#0 (2 chares, load: 14.4464)
=== 6 === Chare from 17 P#17 (2 chares)
=== 6 === Chare 637 (load 7.1043)

=== 6 === Less loaded core 21 P#0 (2 chares, load: 14.4651)
=== 6 === Chare from 21 P#21 (2 chares)
=== 6 === Chare 931 (load 7.0531)

=== 6 === Less loaded core 28 P#-1342177280 (1 chares, load: 14.4910)
=== 6 === Chare from 28 P#28 (1 chares)
=== 6 === Chare 815 (load 12.7863)

=== 6 === Less loaded core 5 P#3 (1 chares, load: 14.6492)
=== 6 === Chare from 5 P#5 (1 chares)
=== 6 === Chare 922 (load 12.4448)

=== 6 === Less loaded core 4 P#1 (1 chares, load: 14.6493)
=== 6 === Chare from 4 P#4 (1 chares)
=== 6 === Chare 716 (load 11.2023)

=== 6 === Less loaded core 12 P#52441504 (2 chares, load: 14.6987)
=== 6 === Chare from 12 P#12 (2 chares)
=== 6 === Chare 582 (load 6.9739)

=== 6 === Less loaded core 6 P#5 (1 chares, load: 14.7017)
=== 6 === Chare from 6 P#6 (1 chares)
=== 6 === Chare 851 (load 12.2093)

=== 6 === Less loaded core 1 P#2 (2 chares, load: 14.8918)
=== 6 === Chare from 1 P#1 (2 chares)
=== 6 === Chare 882 (load 7.0094)

=== 6 === Less loaded core 10 P#0 (2 chares, load: 15.1847)
=== 6 === Chare from 10 P#10 (2 chares)
=== 6 === Chare 683 (load 6.9416)

=== 6 === Less loaded core 7 P#7 (2 chares, load: 15.2196)
=== 6 === Chare from 7 P#7 (2 chares)
=== 6 === Chare 755 (load 7.2022)

=== 6 === Less loaded core 9 P#0 (2 chares, load: 15.5779)
=== 6 === Chare from 9 P#9 (2 chares)
=== 6 === Chare 888 (load 7.1281)

=== 6 === Less loaded core 31 P#32767 (2 chares, load: 16.5676)
=== 6 === Chare from 31 P#31 (2 chares)
=== 6 === Chare 953 (load 7.1213)

=== 6 === Less loaded core 13 P#0 (2 chares, load: 17.0709)
=== 6 === Chare from 13 P#13 (2 chares)
=== 6 === Chare 791 (load 6.9252)

=== 6 === Less loaded core 24 P#24 (1 chares, load: 17.1246)
=== 6 === Chare from 24 P#24 (1 chares)
=== 6 === Chare 754 (load 10.2524)

=== 6 === Less loaded core 0 P#0 (1 chares, load: 17.2839)
=== 6 === Chare from 0 P#0 (1 chares)
=== 6 === Chare 880 (load 7.1192)

=== 6 === Less loaded core 20 P#0 (2 chares, load: 17.4526)
=== 6 === Chare from 20 P#20 (2 chares)
=== 6 === Chare 758 (load 7.0833)

=== 6 === Less loaded core 30 P#-78976 (2 chares, load: 17.5260)
=== 6 === Chare from 30 P#30 (2 chares)
=== 6 === Chare 676 (load 8.7359)

=== 6 === Less loaded core 3 P#6 (2 chares, load: 18.2020)
=== 6 === Chare from 3 P#3 (2 chares)
=== 6 === Chare 814 (load 7.1464)

=== 6 === Less loaded core 8 P#9346032 (2 chares, load: 18.2799)
=== 6 === Chare from 8 P#8 (2 chares)
=== 6 === Chare 917 (load 7.1165)

=== 6 === Less loaded core 16 P#22268448 (2 chares, load: 18.3350)
=== 6 === Chare from 16 P#16 (2 chares)
=== 6 === Chare 790 (load 6.9634)

=== 6 === Less loaded core 23 P#23 (2 chares, load: 18.7091)
=== 6 === Chare from 23 P#23 (2 chares)
=== 6 === Chare 736 (load 7.0792)

=== 6 === Less loaded core 2 P#4 (2 chares, load: 18.8206)
=== 6 === Chare from 2 P#2 (2 chares)
=== 6 === Chare 659 (load 7.0886)

=== 6 === Less loaded core 29 P#1077082507 (2 chares, load: 18.9748)
=== 6 === Chare from 29 P#29 (2 chares)
=== 6 === Chare 673 (load 9.1922)

=== 6 === Less loaded core 14 P#111910544 (2 chares, load: 20.2557)
=== 6 === Chare from 14 P#14 (2 chares)
=== 6 === Chare 618 (load 8.6302)

=== 6 === Less loaded core 22 P#22 (1 chares, load: 21.3046)
=== 6 === Chare from 22 P#22 (1 chares)
=== 6 === Chare 919 (load 7.1086)

=== 6 === Less loaded core 18 P#32 (3 chares, load: 21.3912)
=== 6 === Chare from 18 P#18 (3 chares)
=== 6 === Chare 753 (load 7.0975)

=== 6 === Less loaded core 11 P#0 (3 chares, load: 21.4665)
=== 6 === Chare from 11 P#11 (3 chares)
=== 6 === Chare 916 (load 7.0245)

=== 6 === Less loaded core 19 P#0 (3 chares, load: 21.4867)
=== 6 === Chare from 19 P#19 (3 chares)
=== 6 === Chare 945 (load 7.0166)

=== 6 === Less loaded core 21 P#0 (3 chares, load: 21.5183)
=== 6 === Chare from 21 P#21 (3 chares)
=== 6 === Chare 730 (load 7.0187)

=== 6 === Less loaded core 17 P#0 (3 chares, load: 21.5507)
=== 6 === Chare from 17 P#17 (3 chares)
=== 6 === Chare 811 (load 6.9653)

=== 6 === Less loaded core 12 P#52441504 (3 chares, load: 21.6726)
=== 6 === Chare from 12 P#12 (3 chares)
=== 6 === Chare 921 (load 6.9688)

=== 6 === Less loaded core 1 P#2 (3 chares, load: 21.9012)
=== 6 === Chare from 1 P#1 (3 chares)
=== 6 === Chare 636 (load 6.9436)

=== 6 === Less loaded core 10 P#0 (3 chares, load: 22.1263)
=== 6 === Chare from 10 P#10 (3 chares)
=== 6 === Chare 615 (load 6.7892)

=== 6 === Less loaded core 26 P#2 (2 chares, load: 22.1475)
=== 6 === Chare from 26 P#26 (2 chares)
=== 6 === Chare 679 (load 9.5693)

=== 6 === Less loaded core 7 P#7 (3 chares, load: 22.4218)
=== 6 === Chare from 7 P#7 (3 chares)
=== 6 === Chare 734 (load 7.1094)

=== 6 === Less loaded core 9 P#0 (3 chares, load: 22.7060)
=== 6 === Chare from 9 P#9 (3 chares)
=== 6 === Chare 728 (load 7.0467)

=== 6 === Less loaded core 31 P#32767 (3 chares, load: 23.6890)
=== 6 === Chare from 31 P#31 (3 chares)
=== 6 === Chare 789 (load 6.5528)

=== 6 === Less loaded core 13 P#0 (3 chares, load: 23.9961)
=== 6 === Chare from 13 P#13 (3 chares)
=== 6 === Chare 720 (load 6.8139)

=== 6 === Less loaded core 0 P#0 (2 chares, load: 24.4030)
=== 6 === Chare from 0 P#0 (2 chares)
=== 6 === Chare 752 (load 6.8619)

=== 6 === Less loaded core 20 P#0 (3 chares, load: 24.5359)
=== 6 === Chare from 20 P#20 (3 chares)
=== 6 === Chare 439 (load 7.0136)

=== 6 === Less loaded core 16 P#22268448 (3 chares, load: 25.2984)
=== 6 === Chare from 16 P#16 (3 chares)
=== 6 === Chare 849 (load 6.9401)

=== 6 === Less loaded core 3 P#6 (3 chares, load: 25.3484)
=== 6 === Chare from 3 P#3 (3 chares)
=== 6 === Chare 881 (load 7.1309)

=== 6 === Less loaded core 8 P#9346032 (3 chares, load: 25.3964)
=== 6 === Chare from 8 P#8 (3 chares)
=== 6 === Chare 889 (load 7.0682)

=== 6 === Less loaded core 23 P#23 (3 chares, load: 25.7883)
=== 6 === Chare from 23 P#23 (3 chares)
=== 6 === Chare 634 (load 6.9855)

=== 6 === Less loaded core 4 P#1 (2 chares, load: 25.8516)
=== 6 === Chare from 4 P#4 (2 chares)
=== 6 === Chare 722 (load 7.0429)

=== 6 === Less loaded core 2 P#4 (3 chares, load: 25.9091)
=== 6 === Chare from 2 P#2 (3 chares)
=== 6 === Chare 721 (load 7.0423)

=== 6 === Less loaded core 30 P#-78976 (3 chares, load: 26.2619)
=== 6 === Chare from 30 P#30 (3 chares)
=== 6 === Chare 677 (load 8.7053)

=== 6 === Less loaded core 15 P#0 (2 chares, load: 26.3370)
=== 6 === Chare from 15 P#15 (2 chares)
=== 6 === Chare 737 (load 6.9952)

=== 6 === Less loaded core 27 P#32767 (2 chares, load: 26.6007)
=== 6 === Chare from 27 P#27 (2 chares)
=== 6 === Chare 757 (load 7.0744)

=== 6 === Less loaded core 6 P#5 (2 chares, load: 26.9110)
=== 6 === Chare from 6 P#6 (2 chares)
=== 6 === Chare 750 (load 7.8161)

=== 6 === Less loaded core 25 P#32767 (2 chares, load: 26.9731)
=== 6 === Chare from 25 P#25 (2 chares)
=== 6 === Chare 632 (load 8.3547)

=== 6 === Less loaded core 5 P#3 (2 chares, load: 27.0940)
=== 6 === Chare from 5 P#5 (2 chares)
=== 6 === Chare 732 (load 6.9557)

=== 6 === Less loaded core 28 P#-1342177280 (2 chares, load: 27.2774)
=== 6 === Chare from 28 P#28 (2 chares)
=== 6 === Chare 890 (load 7.0550)

=== 6 === Less loaded core 24 P#24 (2 chares, load: 27.3770)
=== 6 === Chare from 24 P#24 (2 chares)
=== 6 === Chare 550 (load 7.2380)

=== 6 === Less loaded core 29 P#1077684929 (3 chares, load: 28.1670)
=== 6 === Chare from 29 P#29 (3 chares)
=== 6 === Chare 671 (load 9.1400)

=== 6 === Less loaded core 22 P#22 (2 chares, load: 28.4132)
=== 6 === Chare from 22 P#22 (2 chares)
=== 6 === Chare 823 (load 6.9938)

=== 6 === Less loaded core 18 P#32 (4 chares, load: 28.4888)
=== 6 === Chare from 15 P#15 (3 chares)
=== 6 === Chare 812 (load 6.8493)

=== 6 === Less loaded core 11 P#0 (4 chares, load: 28.4911)
=== 6 === Chare from 6 P#6 (3 chares)
=== 6 === Chare 816 (load 7.6324)

=== 6 === Less loaded core 19 P#0 (4 chares, load: 28.5033)
=== 6 === Chare from 14 P#14 (3 chares)
=== 6 === Chare 617 (load 7.3111)

=== 6 === Less loaded core 17 P#0 (4 chares, load: 28.5160)
=== 6 === Chare from 5 P#5 (3 chares)
=== 6 === Chare 685 (load 6.6501)

=== 6 === Less loaded core 21 P#0 (4 chares, load: 28.5370)
=== 6 === Chare from 4 P#4 (3 chares)
=== 6 === Chare 481 (load 6.9339)

=== 6 === Less loaded core 12 P#52441504 (4 chares, load: 28.6414)
=== 6 === Chare from 0 P#0 (3 chares)
=== 6 === Chare 904 (load 6.7157)

=== 6 === Less loaded core 1 P#2 (4 chares, load: 28.8448)
=== 6 === Chare from 28 P#28 (3 chares)
=== 6 === Chare 658 (load 6.9214)

=== 6 === Less loaded core 14 P#111910544 (4 chares, load: 28.8859)
=== 6 === Chare from 27 P#27 (3 chares)
=== 6 === Chare 792 (load 6.9169)

=== 6 === Less loaded core 10 P#0 (4 chares, load: 28.9155)
=== 6 === Chare from 26 P#26 (3 chares)
=== 6 === Chare 623 (load 7.1395)

=== 6 === Less loaded core 7 P#7 (4 chares, load: 29.5312)
=== 6 === Chare from 25 P#25 (3 chares)
=== 6 === Chare 631 (load 6.6180)

=== 6 === Less loaded core 9 P#0 (4 chares, load: 29.7527)
=== 6 === Chare from 24 P#24 (3 chares)
=== 6 === Chare 609 (load 7.1506)

=== 6 === Less loaded core 31 P#32767 (4 chares, load: 30.2418)
=== 6 === Chare from 22 P#22 (3 chares)
=== 6 === Chare 813 (load 6.9547)

[DEBUG] GetBackPlacement from node 4
0 9.6239
2 9.5385
4 9.4493
3 7.3780
50 7.6538
53 7.5228
74 7.4417
28 7.3995
99 7.5162
125 7.4928
126 7.4793
60 7.2558
112 7.5663
124 7.4857
113 7.4373
127 7.3832
39 7.4157
92 7.4118
100 7.3741
96 7.3226
73 7.6290
57 7.6217
110 7.5615
111 7.4751
40 7.3898
80 7.3717
81 7.3326
41 7.3314
93 7.4638
94 7.4465
89 7.4329
90 7.3898
119 7.6085
103 7.3766
25 7.3174
104 7.3114
115 7.5533
117 7.4312
118 7.4066
101 7.2763
69 7.4914
26 7.4847
72 7.3805
121 7.3307
58 7.5652
61 7.5144
27 7.3806
122 7.3798
29 12.2719
38 7.5505
51 7.4606
109 7.2753
36 9.6870
31 9.6694
62 9.4763
120 7.3658
116 7.5962
35 7.4483
64 7.4225
70 7.3759
67 7.3790
66 7.3629
102 7.3546
71 7.3227
17 21.1732
65 11.9994
16 8.2685
1 7.3096
24 18.5160
14 12.3206
23 9.7052
59 8.7046
5 9.0071
6 8.8388
105 7.2952
123 7.2502
44 8.0462
45 7.9718
7 7.3086
43 7.2174
10 11.2544
11 7.4481
9 7.4303
8 7.3552
30 16.2971
49 11.1959
12 8.3041
13 7.3495
48 8.6931
46 8.1839
47 8.1600
42 7.2500
86 9.5302
82 9.4941
54 8.8918
55 8.8688
106 7.4813
15 7.4238
114 7.4012
37 7.2793
83 7.6396
84 7.5908
79 7.5448
87 7.4168
33 7.4529
32 7.3360
52 7.3314
34 7.2832
56 7.5271
107 7.3897
108 7.3885
68 7.3685
63 7.3962
19 7.3870
20 7.3099
18 7.2856
91 7.4953
95 7.4450
97 7.3246
98 7.3018
88 7.4577
85 7.4065
21 7.3895
22 7.2566
78 7.6931
75 7.5163
76 7.3025
77 7.2545
Core 0 load 35.9896
Core 1 load 30.0178
Core 2 load 29.7441
Core 3 load 29.8725
Core 4 load 29.5242
Core 5 load 30.2873
Core 6 load 29.4254
Core 7 load 29.7330
Core 8 load 29.6140
Core 9 load 29.6674
Core 10 load 29.6873
Core 11 load 29.8399
Core 12 load 34.5583
Core 13 load 36.1985
Core 14 load 29.8429
Core 15 load 29.4192
Core 16 load 48.7506
Core 17 load 49.2464
Core 18 load 32.3914
Core 19 load 30.5440
Core 20 load 33.4881
Core 21 load 43.1465
Core 22 load 32.2870
Core 23 load 36.7849
Core 24 load 29.5856
Core 25 load 30.1920
Core 26 load 29.4035
Core 27 load 29.6738
Core 28 load 29.3787
Core 29 load 29.5667
Core 30 load 29.5103
Core 31 load 29.7664
Avg load 32.4105 in [31.4382 ; 33.3829 ]
Swap chares 115 (7.2856) and 71 (8.7046) between cores 28 (29.3787) and 17
(49.2464)
New loads : 28 (30.7977) and 17 (47.8274)
Swap chares 107 (7.2832) and 67 (7.3096) between cores 26 (29.4035) and 16
(48.7506)
New loads : 26 (29.4299) and 16 (48.7242)
Swap chares 62 (7.3546) and 66 (8.2685) between cores 15 (29.4192) and 16
(48.7242)
New loads : 15 (30.3331) and 16 (47.8103)
Swap chares 26 (7.3326) and 70 (9.7052) between cores 6 (29.4254) and 17
(47.8274)
New loads : 6 (31.7980) and 17 (45.4548)
Swap chares 106 (7.3314) and 66 (7.3546) between cores 26 (29.4299) and 16
(47.8103)
New loads : 26 (29.4531) and 16 (47.7871)
Swap chares 105 (7.3360) and 65 (11.9994) between cores 26 (29.4531) and 16
(47.7871)
New loads : 26 (34.1165) and 16 (43.1237)
Swap chares 123 (7.2566) and 71 (7.2856) between cores 30 (29.5103) and 17
(45.4548)
New loads : 30 (29.5393) and 17 (45.4258)
Swap chares 17 (7.4118) and 69 (12.3206) between cores 4 (29.5242) and 17
(45.4258)
New loads : 4 (34.4331) and 17 (40.5169)
Swap chares 123 (7.2856) and 87 (7.3495) between cores 30 (29.5393) and 21
(43.1465)
New loads : 30 (29.6032) and 21 (43.0826)
Swap chares 118 (7.3246) and 66 (7.3314) between cores 29 (29.5667) and 16
(43.1237)
New loads : 29 (29.5735) and 16 (43.1169)
Swap chares 116 (7.4953) and 64 (21.1732) between cores 29 (29.5735) and 16
(43.1169)
New loads : 29 (43.2514) and 16 (29.4390)
Swap chares 67 (7.2832) and 119 (7.3018) between cores 16 (29.4390) and 29
(43.2514)
New loads : 16 (29.4577) and 29 (43.2328)
Swap chares 66 (7.3246) and 118 (7.3314) between cores 16 (29.4577) and 29
(43.2328)
New loads : 16 (29.4645) and 29 (43.2260)
Swap chares 65 (7.3360) and 117 (7.4450) between cores 16 (29.4645) and 29
(43.2260)
New loads : 16 (29.5735) and 29 (43.1169)
Swap chares 64 (7.4953) and 116 (21.1732) between cores 16 (------------- FIN
-------------- 250
------------- FIN -------------- 147
------------- FIN -------------- 146
------------- FIN -------------- 145
------------- FIN -------------- 233
------------- FIN -------------- 234
------------- FIN -------------- 236
------------- FIN -------------- 197
------------- FIN -------------- 137
------------- FIN -------------- 138
------------- FIN -------------- 135
------------- FIN -------------- 136
------------- FIN -------------- 187
------------- FIN -------------- 161
------------- FIN -------------- 155
------------- FIN -------------- 251
------------- FIN -------------- 189
------------- FIN -------------- 134
------------- FIN -------------- 176
------------- FIN -------------- 242
------------- FIN -------------- 151
------------- FIN -------------- 199
------------- FIN -------------- 238
------------- FIN -------------- 131
------------- FIN -------------- 170
------------- FIN -------------- 171
------------- FIN -------------- 202
------------- FIN -------------- 195
------------- FIN -------------- 158
------------- FIN -------------- 157
------------- FIN -------------- 159
------------- FIN -------------- 191
------------- FIN -------------- 218
------------- FIN -------------- 243
------------- FIN -------------- 144
------------- FIN -------------- 178
[DEBUG] FindPermutationDist from node 1
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000007s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0212
select_independent_groups=0.0040
select_independent_groups_2=0.0392
select_independent_groups_by_largest_index=0.1019
Grouping done in 0.1715s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0026
select_independent_groups=0.0005
select_independent_groups_2=0.0074
select_independent_groups_by_largest_index=0.1004
compute_weighted_degree=[DEBUG] FindPermutationDist from node 2
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000007s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0210
select_independent_groups=0.0040
select_independent_groups_2=0.0389
select_independent_groups_by_largest_index=0.1002
Grouping done in 0.1693s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0027
select_independent_groups=0.0005
select_independent_groups_2=0.0056
select_independent_groups_by_largest_index=0.1005
compute_weighted_degree=0.1028
select_indentendent_group_wg=0.0064
Grouping done in 0.2199s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0012
select_independent_groups_by_largest_index=0.0049
compute_weighted_degree=0.0061
select_indentendent_group_wg=0.0010
Grouping done in 0.0141s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_g------------- FIN -------------- 511
------------- FIN -------------- 479
------------- FIN -------------- 509
------------- FIN -------------- 510
------------- FIN -------------- 456
------------- FIN -------------- 424
------------- FIN -------------- 423
------------- FIN -------------- 455
------------- FIN -------------- 386
------------- FIN -------------- 464
------------- FIN -------------- 495
------------- FIN -------------- 496
------------- FIN -------------- 463
------------- FIN -------------- 459
------------- FIN -------------- 492
------------- FIN -------------- 1013
------------- FIN -------------- 460
------------- FIN -------------- 490
------------- FIN -------------- 457
------------- FIN -------------- 429
------------- FIN -------------- 458
------------- FIN -------------- 468
------------- FIN -------------- 393
------------- FIN -------------- 426
------------- FIN -------------- 394
------------- FIN -------------- 425
------------- FIN -------------- 106
------------- FIN -------------- 112
------------- FIN -------------- 422
------------- FIN -------------- 414
------------- FIN -------------- 454
------------- FIN -------------- 417
------------- FIN -------------- 448
------------- FIN -------------- 416
------------- FIN -------------- 449
[DEBUG] FindPermutationDist from node 3
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000007s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0210
select_independent_groups=0.0039
select_independent_groups_2=0.0494
select_independent_groups_by_largest_index=0.1004
Grouping done in 0.1798s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0027
select_independent_groups=0.0004
select_independent_groups_2=0.0051
select_independent_groups_by_largest_index=0.1009
compute_weighted_degree=0.1027
select_indentendent_group_wg=0------------- FIN -------------- 614
------------- FIN -------------- 584
------------- FIN -------------- 615
------------- FIN -------------- 612
------------- FIN -------------- 76
------------- FIN -------------- 551
------------- FIN -------------- 616
------------- FIN -------------- 550
------------- FIN -------------- 519
------------- FIN -------------- 582
------------- FIN -------------- 864
------------- FIN -------------- 832
------------- FIN -------------- 1007
------------- FIN -------------- 1006
------------- FIN -------------- 638
------------- FIN -------------- 613
------------- FIN -------------- 578
------------- FIN -------------- 65
------------- FIN -------------- 50
------------- FIN -------------- 1009
------------- FIN -------------- 1010
------------- FIN -------------- 518
------------- FIN -------------- 516
------------- FIN -------------- 515
------------- FIN -------------- 517
------------- FIN -------------- 17
------------- FIN -------------- 79
------------- FIN -------------- 48
------------- FIN -------------- 81
dent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.412405s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 5
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000005s
nb_levels=8
set_node: 0.000003s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0211
select_independent_groups=0.0040
select_independent_groups_2=0.0376
select_independent_groups_by_largest_index=0.1001
Grouping done in 0.1678s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0026
select_independent_groups=0.0005
select_independent_groups_2=0.0079
select_independent_groups_by_largest_index=0.1003
compute_weighted_degree=0.1027
select_indentendent_group_wg=0.0063
Grouping done in 0.2218s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0012
select_independent_groups_by_largest_index=0.0050
compute_weighted_degree=0.0060
select_indentendent_group_wg=0.0006
Grouping done in 0.0136s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0009s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_indep------------- FIN -------------- 877
------------- FIN -------------- 795
------------- FIN -------------- 794
------------- FIN -------------- 8
------------- FIN -------------- 9
------------- FIN -------------- 392
------------- FIN -------------- 840
------------- FIN -------------- 834
------------- FIN -------------- 808
------------- FIN -------------- 802
------------- FIN -------------- 812
------------- FIN -------------- 807
------------- FIN -------------- 847
------------- FIN -------------- 815
------------- FIN -------------- 839
------------- FIN -------------- 921
------------- FIN -------------- 781
------------- FIN -------------- 813
------------- FIN -------------- 772
------------- FIN -------------- 782
------------- FIN -------------- 780
------------- FIN -------------- 878
------------- FIN -------------- 880
------------- FIN -------------- 879
------------- FIN -------------- 845
------------- FIN -------------- 774
------------- FIN -------------- 775
------------- FIN -------------- 776
------------- FIN -------------- 871
------------- FIN -------------- 846
------------- FIN -------------- 778
------------- FIN -------------- 809
------------- FIN -------------- 810
------------- FIN -------------- 779
------------- FIN -------------- 993
------------- FIN -------------- 539
------------- FIN -------------- 536
------------- FIN -------------- 841
------------- FIN -------------- 859
------------- FIN -------------- 791
------------- FIN -------------- 790
------------- FIN -------------- 12
------------- FIN -------------- 788
------------- FIN -------------- 799
------------- FIN -------------- 895
------------- FIN -------------- 863
------------- FIN -------------- 831
------------- FIN -------------- 870
------------- FIN -------------- 777
------------- FIN -------------- 869
------------- FIN -------------- 824
------------- FIN -------------- 913
------------- FIN -------------- 899
------------- FIN -------------- 866
[------------- FIN -------------- 1016
------------- FIN -------------- 1015
------------- FIN -------------- 1014
------------- FIN -------------- 984
------------- FIN -------------- 965
------------- FIN -------------- 935
------------- FIN -------------- 934
------------- FIN -------------- 966
------------- FIN -------------- 919
------------- FIN -------------- 942
------------- FIN -------------- 909
------------- FIN -------------- 910
------------- FIN -------------- 797
------------- FIN -------------- 798
------------- FIN -------------- 940
------------- FIN -------------- 796
------------- FIN -------------- 951
------------- FIN -------------- 960
------------- FIN -------------- 929
------------- FIN -------------- 442
------------- FIN -------------- 930
------------- FIN -------------- 828
------------- FIN -------------- 958
------------- FIN -------------- 990
------------- FIN -------------- 1022
------------- FIN -------------- 1023
------------- FIN -------------- 978
------------- FIN -------------- 977
------------- FIN -------------- 979
------------- FIN -------------- 947
------------- FIN -------------- 989
------------- FIN -------------- 1018
------------- FIN -------------- 1021
------------- FIN -------------- 1017
------------- FIN -------------- 1008
------------- FIN -------------- 906
------------- FIN -------------- 939
------------- FIN -------------- 907
------------- FIN -------------- 952
------------- FIN -------------- 955
------------- FIN -------------- 904
------------- FIN -------------- 964
------------- FIN -------------- 976
------------- FIN -------------- 152
------------- FIN -------------- 986
------------- FIN -------------- 974
------------- FIN -------------- 975
DEBUG] FindPermutationDist from node 6
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000006s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0209
select_independent_groups=0.0041
select_independent_groups_2=0.0208
select_independent_groups_by_largest_index=0.1004
Grouping done in 0.1512s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0027
select_independent_groups=0.0004
select_independent_groups_2=0.0051
select_independent_groups_by_largest_index=0.1005
compute_weighted_degree=0.1036
select_indentendent_group_wg=0.0056
Grouping done in 0.2194s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0008
select_independent_groups_by_largest_index=0.0067
compute_weighted_degree=0.0063
select_indentendent_group_wg=0.0005
Grouping done in 0.0151s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_grendent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.404925s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 5
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000004s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0211
select_independent_groups=0.0042
select_independent_groups_2=0.0638
select_independent_groups_by_largest_index=0.1009
Grouping done in 0.1947s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0027
select_independent_groups=0.0005
select_independent_groups_2=0.0088
select_independent_groups_by_largest_index=0.1009
compute_weighted_degree=0.1016
select_indentendent_group_wg=0.0078
Grouping done in 0.2236s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0011
select_independent_groups_by_largest_index=0.0053
compute_weighted_degree=0.0060
select_indentendent_group_wg=0.0011
Grouping done in 0.0143s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity------------- FIN
-------------- 585
------------- FIN -------------- 617
------------- FIN -------------- 586
------------- FIN -------------- 618
.0014
Grouping done in 0.2146s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0009
select_independent_groups_by_largest_index=0.0050
compute_weighted_degree=0.0060
select_indentendent_group_wg=0.0008
Grouping done in 0.0136s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0009s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.409635s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 3
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000005s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0209
select_independent_groups=0.0041
select_indepenroups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.405036s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 2
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000005s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0211
select_independent_groups=0.0040
select_independent_groups_2=0.0678
select_independent_groups_by_largest_index=0.1009
Grouping done in 0.1988s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0026
select_independent_groups=0.0005
select_independent_groups_2=0.0079
select_independent_groups_by_largest_index=0.1003
compute_weighted_degree=0.1064
select_indentendent_group_wg=0.0074
Grouping done in 0.2267s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0012
select_independent_groups_by_largest_index=0.0052
compute_weighted_degree=0.0061
select_indentendent_group_wg=0.0011
Grouping done in 0.0144s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0002
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indenten0.1042
select_indentendent_group_wg=0.0054
Grouping done in 0.2221s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0011
select_independent_groups_by_largest_index=0.0056
compute_weighted_degree=0.0063
select_indentendent_group_wg=0.0009
Grouping done in 0.0148s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0011s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.410009s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 1
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000004s
nb_levels=8
set_node: 0.000005s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0209
select_ind29.5735) and 29 (43.1169)
New loads : 16 (43.2514) and 29 (29.4390)
Swap chares 119 (7.2832) and 67 (7.3018) between cores 29 (29.4390) and 16
(43.2514)
New loads : 29 (29.4577) and 16 (43.2328)
Swap chares 118 (7.3246) and 66 (7.3314) between cores 29 (29.4577) and 16
(43.2328)
New loads : 29 (29.4645) and 16 (43.2260)
Swap chares 117 (7.3360) and 65 (7.4450) between cores 29 (29.4645) and 16
(43.2260)
New loads : 29 (29.5735) and 16 (43.1169)
Swap chares 116 (7.4953) and 64 (21.1732) between cores 29 (29.5735) and 16
(43.1169)
New loads : 29 (43.2514) and 16 (29.4390)
Swap chares 67 (7.2832) and 119 (7.3018) between cores 16 (29.4390) and 29
(43.2514)
New loads : 16 (29.4577) and 29 (43.2328)
Swap chares 66 (7.3246) and 118 (7.3314) between cores 16 (29.4577) and 29
(43.2328)
New loads : 16 (29.4645) and 29 (43.2260)
Swap chares 65 (7.3360) and 117 (7.4450) between cores 16 (29.4645) and 29
(43.2260)
New loads : 16 (29.5735) and 29 (43.1169)
Swap chares 64 (7.4953) and 116 (21.1732) between cores 16 (29.5735) and 29
(43.1169)
New loads : 16 (43.2514) and 29 (29.4390)
Swap chares 119 (7.2832) and 67 (7.3018) between cores 29 (29.4390) and 16
(43.2514)
New loads : 29 (29.4577) and 16 (43.2328)
Swap chares 118 (7.3246) and 66 (7.3314) between cores 29 (29.4577) and 16
(43.2328)
New loads : 29 (29.4645) and 16 (43.2260)
Swap chares 117 (7.3360) and 65 (7.4450) between cores 29 (29.4645) and 16
(43.2260)
New loads : 29 (29.5735) and 16 (43.1169)
Swap chares 116 (7.4953) and 64 (21.1732) between cores 29 (29.5735) and 16
(43.1169)
New loads : 29 (43.2514) and 16 (29.4390)
Swap chares 67 (7.2832) and 119 (7.3018) between cores 16 (29.4390) and 29
(43.2514)
New loads : 16 (29.4577) and 29 (43.2328)
Swap chares 66 (7.3246) and 118 (7.3314) between cores 16 (29.4577) and 29
(43.2328)
New loads : 16 (29.4645) and 29 (43.2260)
Swap chares 65 (7.3360) and 117 (7.4450) between cores 16 (29.4645) and 29
(43.2260)
New loads : 16 (29.5735) and 29 (43.1169)
Swap chares 64 (7.4953) and 116 (21.1732) between cores 16 (29.5735) and 29
(43.1169)
New loads : 16 (43.2514) and 29 (29.4390)
Swap chares 119 (7.2832) and 67 (7.3018) between cores 29 (29.4390) and 16
(43.2514)
New loads : 29 (29.4577) and 16 (43.2328)
Swap chares 118 (7.3246) and 66 (7.3314) between cores 29 (29.4577) and 16
(43.2328)
New loads : 29 (29.4645) and 16 (43.2260)
Swap chares 117 (7.3360) and 65 (7.4450) between cores 29 (29.4645) and 16
(43.2260)
New loads : 29 (29.5735) and 16 (43.1169)
Swap chares 116 (7.4953) and 64 (21.1732) between cores 29 (29.5735) and 16
(43.1169)
New loads : 29 (43.2514) and 16 (29.4390)
Swap chares 67 (7.2832) and 119 (7.3018) between cores 16 (29.4390) and 29
(43.2514)
New loads : 16 (29.4577) and 29 (43.2328)
Swap chares 66 (7.3246) and 118 (7.3314) between cores 16 (29.4577) and 29
(43.2328)
New loads : 16 (29.4645) and 29 (43.2260)
Swap chares 65 (7.3360) and 117 (7.4450) between cores 16 (29.4645) and 29
(43.2260)
New loads : 16 (29.5735) and 29 (43.1169)
Swap chares 64 (7.4953) and 116 (21.1732) between cores 16 (29.5735) and 29
(43.1169)
New loads : 16 (43.2514) and 29 (29.4390)
Swap chares 119 (7.2832) and 67 (7.3018) between cores 29 (29.4390) and 16
(43.2514)
New loads : 29 (29.4577) and 16 (43.2328)
Swap chares 118 (7.3246) and 66 (7.3314) between cores 29 (29.4577) and 16
(43.2328)
New loads : 29 (29.4645) and 16 (43.2260)
Swap chares 117 (7.3360) and 65 (7.4450) between cores 29 (29.4645) and 16
(43.2260)
New loads : 29 (29.5735) and 16 (43.1169)
Swap chares 116 (7.4953) and 64 (21.1732) between cores 29 (29.5735) and 16
(43.1169)
New loads : 29 (43.2514) and 16 (29.4390)
Swap chares 67 (7.2832) and 119 (7.3018) between cores 16 (29.4390) and 29
(43.2514)
New loads : 16 (29.4577) and 29 (43.2328)
Swap chares 66 (7.3246) and 118 (7.3314) between cores 16 (29.4577) and 29
(43.2328)
New loads : 16 (29.4645) and 29 (43.2260)
Swap chares 65 (7.3360) and 117 (7.4450) between cores 16 (29.4645) and 29
(43.2260)
New loads : 16 (29.5735) and 29 (43.1169)
Swap chares 64 (7.4953) and 116 (21.1732) between cores 16 (29.5735) and 29
(43.1169)
New loads : 16 (43.2514) and 29 (29.4390)
Swap chares 119 (7.2832) and 67 (7.3018) between cores 29 (29.4390) and 16
(43.2514)
New loads : 29 (29.4577) and 16 (43.2328)
Swap chares 118 (7.3246) and 66 (7.3314) between cores 29 (29.4577) and 16
(43.2328)
New loads : 29 (29.4645) and 16 (43.2260)
Swap chares 117 (7.3360) and 65 (7.4450) between cores 29 (29.4645) and 16
(43.2260)
New loads : 29 (29.5735) and 16 (43.1169)
Swap chares 116 (7.4953) and 64 (21.1732) between cores 29 (29.5735) and 16
(43.1169)
New loads : 29 (43.2514) and 16 (29.4390)
Swap chares 67 (7.2832) and 119 (7.3018) between cores 16 (29.4390) and 29
(43.2514)
New loads : 16 (29.4577) and 29 (43.2328)
Swap chares 66 (7.3246) and 118 (7.3314) between cores 16 (29.4577) and 29
(43.2328)
New loads : 16 (29.4645) and 29 (43.2260)
Swap chares 65 (7.3360) and 117 (7.4450) between cores 16 (29.4645) and 29
(43.2260)
New loads : 16 (29.5735) and 29 (43.1169)
Swap chares 64 (7.4953) and 116 (21.1732) between cores 16 (29.5735) and 29
(43.1169)
New loads : 16 (43.2514) and 29 (29.4390)
Swap chares 119 (7.2832) and 67 (7.3018) between cores 29 (29.4390) and 16
(43.2514)
New loads : 29 (29.4577) and 16 (43.2328)
Swap chares 118 (7.3246) and 66 (7.3314) between cores 29 (29.4577) and 16
(43.2328)
New loads : 29 (29.4645) and 16 (43.2260)
Swap chares 117 (7.3360) and 65 (7.4450) between cores 29 (29.4645) and 16
(43.2260)
New loads : 29 (29.5735) and 16 (43.1169)
Swap chares 116 (7.4953) and 64 (21.1732) between cores 29 (29.5735) and 16
(43.1169)
New loads : 29 (43.2514) and 16 (29.4390)
Swap chares 67 (7.2832) and 119 (7.3018) between cores 16 (29.4390) and 29
(43.2514)
New loads : 16 (29.4577) and 29 (43.2328)
Swap chares 66 (7.3246) and 118 (7.3314) between cores 16 (29.4577) and 29
(43.2328)
New loadsependent_groups=0.0039
select_independent_groups_2=0.0648
select_independent_groups_by_largest_index=0.1025
Grouping done in 0.1973s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0025
select_independent_groups=0.0005
select_independent_groups_2=0.0071
select_independent_groups_by_largest_index=0.1002
compute_weighted_degree=0.1080
select_indentendent_group_wg=0.0068
Grouping done in 0.2267s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0011
select_independent_groups_by_largest_index=0.0066
compute_weighted_degree=0.0064
select_indentendent_group_wg=0.0010
Grouping done in 0.0159s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!dent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.441672s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 2
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000004s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0212
select_independent_groups=0.0039
select_independent_groups_2=0.0642
select_independent_groups_by_largest_index=0.1014
Grouping done in 0.1957s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0027
select_independent_groups=0.0004
select_independent_groups_2=0.0077
select_independent_groups_by_largest_index=0.1005
compute_weighted_degree=0.1019
select_indentendent_group_wg=0.0079
Grouping done in 0.2225s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0010
select_independent_groups_by_largest_index=0.0053
compute_weighted_degree=0.0061
select_indentendent_group_wg=0.0008
Grouping done in 0.0140s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0002
select_independent_groups_bdent_groups_2=0.0522
select_independent_groups_by_largest_index=0.1005
Grouping done in 0.1828s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0025
select_independent_groups=0.0005
select_independent_groups_2=0.0064
select_independent_groups_by_largest_index=0.1007
compute_weighted_degree=0.1036
select_indentendent_group_wg=0.0049
Grouping done in 0.2201s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0007
select_independent_groups_by_largest_index=0.0050
compute_weighted_degree=0.0061
select_indentendent_group_wg=0.0006
Grouping done in 0.0132s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0002
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0002
Grouping done in 0.0011s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_le------------- FIN -------------- 873
------------- FIN -------------- 905
------------- FIN -------------- 114
------------- FIN -------------- 872
[DEBUG] FindPermutationDist from node 4
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000007s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0210
select_independent_groups=0.0041
select_independent_groups_2=0.0467
select_independent_groups_by_largest_index=0.1000
Grouping done in 0.1767s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0028
select_independent_groups=0.0005
select_independent_groups_2=0.0047
select_independent_groups_by_largest_index=0.1003
compute_weighted_degree=0.1012
select_indentendent_group_wg=0.0023
Grouping done in 0.2131s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0009
select_independent_groups_by_largest_index=0.0051
compute_weighted_degree=0.0060
select_indentendent_group_wg=0.0010
Grouping done in 0.0137s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0009s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_indepen)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0003
select_indentendent_group_wg=0.0001
Grouping done in 0.0009s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.434266s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 5
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000005s
nb_levels=8
set_node: 0.000005s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0211
select_independent_groups=0.0040
select_independent_groups_2=0.0775
select_independent_groups_by_largest_index=0.1004
Grouping done in 0.2078s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0028
select_independent_groups=0.0005
select_independent_groups_2=0.0079
select_independent_groups_by_largest_index=0.1001
compute_weighted_degree=0.1031
select_indentendent_group_wg=0.0071
Grouping donoups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.387418s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 6
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000004s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0209
select_independent_groups=0.0039
select_independent_groups_2=0.0610
select_independent_groups_by_largest_index=0.1013
Grouping done in 0.1923s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0028
select_independent_groups=0.0005
select_independent_groups_2=0.0069
select_independent_groups_by_largest_index=0.1006
compute_weighted_degree=0.1109
select_indentendent_group_wg=0.0045
Grouping done in 0.2275s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0009
select_independent_groups_by_largest_index=0.0069
compute_weighted_degree=0.0068
select_indentendent_group_wg=0.0008
Grouping done in 0.0162s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentend------------- FIN -------------- 918
------------- FIN -------------- 950
------------- FIN -------------- 941
------------- FIN -------------- 948
------------- FIN -------------- 792
------------- FIN -------------- 574
------------- FIN -------------- 916
------------- FIN -------------- 1012
------------- FIN -------------- 945
------------- FIN -------------- 944
------------- FIN -------------- 969
------------- FIN -------------- 571
------------- FIN -------------- 397
------------- FIN -------------- 508
------------- FIN -------------- 409
------------- FIN -------------- 599
------------- FIN -------------- 143
------------- FIN -------------- 889
------------- FIN -------------- 537
------------- FIN -------------- 474
------------- FIN -------------- 917
------------- FIN -------------- 949
------------- FIN -------------- 903
------------- FIN -------------- 829
------------- FIN -------------- 933
------------- FIN -------------- 461
------------- FIN -------------- 216
------------- FIN -------------- 220
------------- FIN -------------- 188
------------- FIN -------------- 252
------------- FIN -------------- 635
------------- FIN -------------- 900
------------- FIN -------------- 1001
------------- FIN -------------- 946
------------- FIN -------------- 937
------------- FIN -------------- 931
------------- FIN -------------- 901
------------- FIN -------------- 932
------------- FIN -------------- 961
------------- FIN -------------- 583
------------- FIN -------------- 825
------------- FIN -------------- 282
------------- FIN -------------- 605
------------- FIN -------------- 421
------------- FIN -------------- 622
------------- FIN -------------- 936
------------- FIN -------------- 963
------------- FIN -------------- 962
------------- FIN -------------- 995
------------- FIN -------------- 994
------------- FIN -------------- 956
------------- FIN -------------- 925
------------- FIN -------------- 957
------------- FIN -------------- 924
------------- FIN -------------- 1000
------------- FIN -------------- 997
------------- FIN -------------ent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.437753s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 6
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000005s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0212
select_independent_groups=0.0040
select_independent_groups_2=0.0720
select_independent_groups_by_largest_index=0.1000
Grouping done in 0.2023s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0028
select_independent_groups=0.0005
select_independent_groups_2=0.0081
select_independent_groups_by_largest_index=0.1002
compute_weighted_degree=0.1080
select_indentendent_group_wg=0.0075
Grouping done in 0.2285s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0011
select_independent_groups_by_largest_index=0.0062
compute_weighted_degree=0.0068
select_indentendent_group_wg=0.0009
Grouping done in 0.0158s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_bye in 0.2230s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0012
select_independent_groups_by_largest_index=0.0053
compute_weighted_degree=0.0062
select_indentendent_group_wg=0.0011
Grouping done in 0.0146s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0002
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0011s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.447184s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 5
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000005s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0211
select_independent_groups=0.0042
select_independent_groups_2=0.07dent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.405070s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 4
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000004s
nb_levels=8
set_node: 0.000005s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0209
select_independent_groups=0.0041
select_independent_groups_2=0.0653
select_independent_groups_by_largest_index=0.1003
Grouping done in 0.1953s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0028
select_independent_groups=0.0005
select_independent_groups_2=0.0080
select_independent_groups_by_largest_index=0.1003
compute_weighted_degree=0.1032
select_indentendent_group_wg=0.0057
Grouping done in 0.2220s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0007
select_independent_groups_by_largest_index=0.0053
compute_weighted_degree=0.0060
select_indentendent_group_wg=0.0010
Grouping done in 0.0137s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0002
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_indepvel_topology: 0.417920s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 3
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000005s
nb_levels=8
set_node: 0.000005s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0212
select_independent_groups=0.0039
select_independent_groups_2=0.0711
select_independent_groups_by_largest_index=0.1004
Grouping done in 0.2017s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0026
select_independent_groups=0.0004
select_independent_groups_2=0.0079
select_independent_groups_by_largest_index=0.1004
compute_weighted_degree=0.1042
select_indentendent_group_wg=0.0060
Grouping done in 0.2231s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0010
select_independent_groups_by_largest_index=0.0052
compute_weighted_degree=0.0061
select_indentendent_group_wg=0.0008
Grouping done in 0.0140s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0002
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wgy_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.433994s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 2
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000005s
nb_levels=8
set_node: 0.000005s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0211
select_independent_groups=0.0039
select_independent_groups_2=0.0680
select_independent_groups_by_largest_index=0.1003
Grouping done in 0.1983s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0026
select_independent_groups=0.0005
select_independent_groups_2=0.0081
select_independent_groups_by_largest_index=0.1000
compute_weighted_degree=0.1032
select_indentendent_group_wg=0.0074
Grouping done in 0.2234s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.
Build (top down) tree done!
build_level_topology: 0.441679s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 1
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000005s
nb_levels=8
set_node: 0.000005s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0210
select_independent_groups=0.0040
select_independent_groups_2=0.0657
select_independent_groups_by_largest_index=0.1004
Grouping done in 0.1963s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0025
select_independent_groups=0.0005
select_independent_groups_2=0.0071
select_independent_groups_by_largest_index=0.1006
compute_weighted_degree=0.1033
select_indentendent_group_wg=0.0044
Grouping done in 0.2200s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0010
select_independent_groups_by_largest_index=0.0059
compute_weighted_degree=0.0064
select_indentendent_group_wg=0.0008
Grouping done in 0.0150s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degre : 16 (29.4645) and 29 (43.2260)
Swap chares 65 (7.3360) and 117 (7.4450) between cores 16 (29.4645) and 29
(43.2260)
New loads : 16 (29.5735) and 29 (43.1169)
Swap chares 64 (7.4953) and 116 (21.1732) between cores 16 (29.5735) and 29
(43.1169)
New loads : 16 (43.2514) and 29 (29.4390)
Swap chares 119 (7.2832) and 67 (7.3018) between cores 29 (29.4390) and 16
(43.2514)
New loads : 29 (29.4577) and 16 (43.2328)
=== 4 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 0 P#0 (0 chares)
=== 4 === Chare 0 (load 9.6239)

=== 4 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 4 === Chare from 1 P#1 (0 chares)
=== 4 === Chare 565 (load 7.6538)

=== 4 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 4 === Chare from 2 P#2 (0 chares)
=== 4 === Chare 876 (load 7.5162)

=== 4 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 4 === Chare from 3 P#3 (0 chares)
=== 4 === Chare 934 (load 7.5663)

=== 4 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 4 === Chare from 4 P#4 (0 chares)
=== 4 === Chare 153 (load 12.3206)

=== 4 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 4 === Chare from 5 P#5 (0 chares)
=== 4 === Chare 796 (load 7.6290)

=== 4 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 4 === Chare from 6 P#6 (0 chares)
=== 4 === Chare 272 (load 9.7052)

=== 4 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 4 === Chare from 7 P#7 (0 chares)
=== 4 === Chare 861 (load 7.4638)

=== 4 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 4 === Chare from 8 P#8 (0 chares)
=== 4 === Chare 950 (load 7.6085)

=== 4 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 9 P#9 (0 chares)
=== 4 === Chare 937 (load 7.5533)

=== 4 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 10 P#10 (0 chares)
=== 4 === Chare 764 (load 7.4914)

=== 4 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 11 P#11 (0 chares)
=== 4 === Chare 640 (load 7.5652)

=== 4 === Less loaded core 12 P#27738016 (0 chares, load: 0.0000)
=== 4 === Chare from 12 P#12 (0 chares)
=== 4 === Chare 339 (load 12.2719)

=== 4 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 13 P#13 (0 chares)
=== 4 === Chare 391 (load 9.6870)

=== 4 === Less loaded core 14 P#112180656 (0 chares, load: 0.0000)
=== 4 === Chare from 14 P#14 (0 chares)
=== 4 === Chare 938 (load 7.5962)

=== 4 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 15 P#15 (0 chares)
=== 4 === Chare 217 (load 8.2685)

=== 4 === Less loaded core 16 P#22284400 (0 chares, load: 0.0000)
=== 4 === Chare from 16 P#16 (0 chares)
=== 4 === Chare 250 (load 21.1732)

=== 4 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 17 P#17 (0 chares)
=== 4 === Chare 309 (load 18.5160)

=== 4 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 4 === Chare from 18 P#18 (0 chares)
=== 4 === Chare 8 (load 9.0071)

=== 4 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 19 P#19 (0 chares)
=== 4 === Chare 438 (load 8.0462)

=== 4 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 20 P#20 (0 chares)
=== 4 === Chare 17 (load 11.2544)

=== 4 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 21 P#21 (0 chares)
=== 4 === Chare 370 (load 16.2971)

=== 4 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 4 === Chare from 22 P#22 (0 chares)
=== 4 === Chare 541 (load 8.6931)

=== 4 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 4 === Chare from 23 P#23 (0 chares)
=== 4 === Chare 820 (load 9.5302)

=== 4 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 4 === Chare from 24 P#24 (0 chares)
=== 4 === Chare 923 (load 7.4813)

=== 4 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 4 === Chare from 25 P#25 (0 chares)
=== 4 === Chare 817 (load 7.6396)

=== 4 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 26 P#26 (0 chares)
=== 4 === Chare 710 (load 11.9994)

=== 4 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 4 === Chare from 27 P#27 (0 chares)
=== 4 === Chare 638 (load 7.5271)

=== 4 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 28 P#28 (0 chares)
=== 4 === Chare 641 (load 8.7046)

=== 4 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 4 === Chare from 29 P#29 (0 chares)
=== 4 === Chare 859 (load 7.4953)

=== 4 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 4 === Chare from 30 P#30 (0 chares)
=== 4 === Chare 826 (load 7.4577)

=== 4 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 4 === Chare from 31 P#31 (0 chares)
=== 4 === Chare 805 (load 7.6931)

=== 4 === Less loaded core 30 P#-78976 (1 chares, load: 7.4577)
=== 4 === Chare from 30 P#30 (1 chares)
=== 4 === Chare 819 (load 7.4065)

=== 4 === Less loaded core 7 P#7 (1 chares, load: 7.4638)
=== 4 === Chare from 7 P#7 (1 chares)
=== 4 === Chare 862 (load 7.4465)

=== 4 === Less loaded core 24 P#24 (1 chares, load: 7.4813)
=== 4 === Chare from 24 P#24 (1 chares)
=== 4 === Chare 215 (load 7.4238)

=== 4 === Less loaded core 10 P#0 (1 chares, load: 7.4914)
=== 4 === Chare from 10 P#10 (1 chares)
=== 4 === Chare 311 (load 7.4847)

=== 4 === Less loaded core 29 P#1075706668 (1 chares, load: 7.4953)
=== 4 === Chare from 29 P#29 (1 chares)
=== 4 === Chare 387 (load 7.3360)

=== 4 === Less loaded core 2 P#4 (1 chares, load: 7.5162)
=== 4 === Chare from 2 P#2 (1 chares)
=== 4 === Chare 973 (load 7.4928)

=== 4 === Less loaded core 27 P#32767 (1 chares, load: 7.5271)
=== 4 === Chare from 27 P#27 (1 chares)
=== 4 === Chare 924 (load 7.3897)

=== 4 === Less loaded core 9 P#0 (1 chares, load: 7.5533)
=== 4 === Chare from 9 P#9 (1 chares)
=== 4 === Chare 939 (load 7.4312)

=== 4 === Less loaded core 11 P#0 (1 chares, load: 7.5652)
=== 4 === Chare from 11 P#11 (1 chares)
=== 4 === Chare 702 (load 7.5144)

=== 4 === Less loaded core 3 P#6 (1 chares, load: 7.5663)
=== 4 === Chare from 3 P#3 (1 chares)
=== 4 === Chare 972 (load 7.4857)

=== 4 === Less loaded core 14 P#112180656 (1 chares, load: 7.5962)
=== 4 === Chare from 14 P#14 (1 chares)
=== 4 === Chare 390 (load 7.4483)

=== 4 === Less loaded core 8 P#9346032 (1 chares, load: 7.6085)
=== 4 === Chare from 8 P#8 (1 chares)
=== 4 === Chare 884 (load 7.3766)

=== 4 === Less loaded core 5 P#3 (1 chares, load: 7.6290)
=== 4 === Chare from 5 P#5 (1 chares)
=== 4 === Chare 639 (load 7.6217)

=== 4 === Less loaded core 25 P#32767 (1 chares, load: 7.6396)
=== 4 === Chare from 25 P#25 (1 chares)
=== 4 === Chare 818 (load 7.5908)

=== 4 === Less loaded core 1 P#2 (1 chares, load: 7.6538)
=== 4 === Chare from 1 P#1 (1 chares)
=== 4 === Chare 568 (load 7.5228)

=== 4 === Less loaded core 31 P#32767 (1 chares, load: 7.6931)
=== 4 === Chare from 31 P#31 (1 chares)
=== 4 === Chare 802 (load 7.5163)

=== 4 === Less loaded core 19 P#0 (1 chares, load: 8.0462)
=== 4 === Chare from 19 P#19 (1 chares)
=== 4 === Chare 470 (load 7.9718)

=== 4 === Less loaded core 15 P#0 (1 chares, load: 8.2685)
=== 4 === Chare from 15 P#15 (1 chares)
=== 4 === Chare 712 (load 7.3790)

=== 4 === Less loaded core 22 P#22 (1 chares, load: 8.6931)
=== 4 === Chare from 22 P#22 (1 chares)
=== 4 === Chare 480 (load 8.1839)

=== 4 === Less loaded core 28 P#-671088640 (1 chares, load: 8.7046)
=== 4 === Chare from 28 P#28 (1 chares)
=== 4 === Chare 704 (load 7.3962)

=== 4 === Less loaded core 18 P#32 (1 chares, load: 9.0071)
=== 4 === Chare from 18 P#18 (1 chares)
=== 4 === Chare 9 (load 8.8388)

=== 4 === Less loaded core 23 P#23 (1 chares, load: 9.5302)
=== 4 === Chare from 23 P#23 (1 chares)
=== 4 === Chare 809 (load 9.4941)

=== 4 === Less loaded core 0 P#0 (1 chares, load: 9.6239)
=== 4 === Chare from 0 P#0 (1 chares)
=== 4 === Chare 2 (load 9.5385)

=== 4 === Less loaded core 13 P#0 (1 chares, load: 9.6870)
=== 4 === Chare from 13 P#13 (1 chares)
=== 4 === Chare 386 (load 9.6694)

=== 4 === Less loaded core 6 P#5 (1 chares, load: 9.7052)
=== 4 === Chare from 6 P#6 (1 chares)
=== 4 === Chare 398 (load 7.3898)

=== 4 === Less loaded core 20 P#0 (1 chares, load: 11.2544)
=== 4 === Chare from 20 P#20 (1 chares)
=== 4 === Chare 28 (load 7.4481)

=== 4 === Less loaded core 26 P#1 (1 chares, load: 11.9994)
=== 4 === Chare from 26 P#26 (1 chares)
=== 4 === Chare 388 (load 7.4529)

=== 4 === Less loaded core 12 P#27738016 (1 chares, load: 12.2719)
=== 4 === Chare from 12 P#12 (1 chares)
=== 4 === Chare 396 (load 7.5505)

=== 4 === Less loaded core 4 P#1 (1 chares, load: 12.3206)
=== 4 === Chare from 4 P#4 (1 chares)
=== 4 === Chare 397 (load 7.4157)

=== 4 === Less loaded core 29 P#1076734361 (2 chares, load: 14.8312)
=== 4 === Chare from 29 P#29 (2 chares)
=== 4 === Chare 869 (load 7.3246)

=== 4 === Less loaded core 30 P#-78976 (2 chares, load: 14.8642)
=== 4 === Chare from 30 P#30 (2 chares)
=== 4 === Chare 270 (load 7.3895)

=== 4 === Less loaded core 24 P#24 (2 chares, load: 14.9051)
=== 4 === Chare from 24 P#24 (2 chares)
=== 4 === Chare 936 (load 7.4012)

=== 4 === Less loaded core 7 P#7 (2 chares, load: 14.9103)
=== 4 === Chare from 7 P#7 (2 chares)
=== 4 === Chare 827 (load 7.4329)

=== 4 === Less loaded core 27 P#32767 (2 chares, load: 14.9168)
=== 4 === Chare from 27 P#27 (2 chares)
=== 4 === Chare 925 (load 7.3885)

=== 4 === Less loaded core 10 P#0 (2 chares, load: 14.9761)
=== 4 === Chare from 10 P#10 (2 chares)
=== 4 === Chare 767 (load 7.3805)

=== 4 === Less loaded core 9 P#0 (2 chares, load: 14.9845)
=== 4 === Chare from 9 P#9 (2 chares)
=== 4 === Chare 940 (load 7.4066)

=== 4 === Less loaded core 8 P#9346032 (2 chares, load: 14.9851)
=== 4 === Chare from 8 P#8 (2 chares)
=== 4 === Chare 310 (load 7.3174)

=== 4 === Less loaded core 2 P#4 (2 chares, load: 15.0090)
=== 4 === Chare from 2 P#2 (2 chares)
=== 4 === Chare 974 (load 7.4793)

=== 4 === Less loaded core 14 P#112180656 (2 chares, load: 15.0445)
=== 4 === Chare from 14 P#14 (2 chares)
=== 4 === Chare 705 (load 7.4225)

=== 4 === Less loaded core 3 P#6 (2 chares, load: 15.0521)
=== 4 === Chare from 3 P#3 (2 chares)
=== 4 === Chare 935 (load 7.4373)

=== 4 === Less loaded core 11 P#0 (2 chares, load: 15.0796)
=== 4 === Chare from 11 P#11 (2 chares)
=== 4 === Chare 312 (load 7.3806)

=== 4 === Less loaded core 1 P#2 (2 chares, load: 15.1766)
=== 4 === Chare from 1 P#1 (2 chares)
=== 4 === Chare 797 (load 7.4417)

=== 4 === Less loaded core 31 P#32767 (2 chares, load: 15.2094)
=== 4 === Chare from 31 P#31 (2 chares)
=== 4 === Chare 803 (load 7.3025)

=== 4 === Less loaded core 25 P#32767 (2 chares, load: 15.2304)
=== 4 === Chare from 25 P#25 (2 chares)
=== 4 === Chare 806 (load 7.5448)

=== 4 === Less loaded core 5 P#3 (2 chares, load: 15.2507)
=== 4 === Chare from 5 P#5 (2 chares)
=== 4 === Chare 932 (load 7.5615)

=== 4 === Less loaded core 15 P#0 (2 chares, load: 15.6475)
=== 4 === Chare from 15 P#15 (2 chares)
=== 4 === Chare 711 (load 7.3629)

=== 4 === Less loaded core 19 P#0 (2 chares, load: 16.0180)
=== 4 === Chare from 19 P#19 (2 chares)
=== 4 === Chare 11 (load 7.3086)

=== 4 === Less loaded core 28 P#-939524096 (2 chares, load: 16.1008)
=== 4 === Chare from 28 P#28 (2 chares)
=== 4 === Chare 252 (load 7.3870)

=== 4 === Less loaded core 21 P#0 (1 chares, load: 16.2971)
=== 4 === Chare from 21 P#21 (1 chares)
=== 4 === Chare 542 (load 11.1959)

=== 4 === Less loaded core 22 P#22 (2 chares, load: 16.8771)
=== 4 === Chare from 22 P#22 (2 chares)
=== 4 === Chare 484 (load 8.1600)

=== 4 === Less loaded core 6 P#5 (2 chares, load: 17.0949)
=== 4 === Chare from 6 P#6 (2 chares)
=== 4 === Chare 807 (load 7.3717)

=== 4 === Less loaded core 18 P#32 (2 chares, load: 17.8460)
=== 4 === Chare from 18 P#18 (2 chares)
=== 4 === Chare 887 (load 7.2952)

=== 4 === Less loaded core 17 P#0 (1 chares, load: 18.5160)
=== 4 === Chare from 17 P#17 (1 chares)
=== 4 === Chare 860 (load 7.4118)

=== 4 === Less loaded core 20 P#0 (2 chares, load: 18.7026)
=== 4 === Chare from 20 P#20 (2 chares)
=== 4 === Chare 14 (load 7.4303)

=== 4 === Less loaded core 23 P#23 (2 chares, load: 19.0244)
=== 4 === Chare from 23 P#23 (2 chares)
=== 4 === Chare 584 (load 8.8918)

=== 4 === Less loaded core 0 P#0 (2 chares, load: 19.1624)
=== 4 === Chare from 0 P#0 (2 chares)
=== 4 === Chare 4 (load 9.4493)

=== 4 === Less loaded core 13 P#0 (2 chares, load: 19.3564)
=== 4 === Chare from 13 P#13 (2 chares)
=== 4 === Chare 703 (load 9.4763)

=== 4 === Less loaded core 26 P#2 (2 chares, load: 19.4523)
=== 4 === Chare from 26 P#26 (2 chares)
=== 4 === Chare 879 (load 7.3546)

=== 4 === Less loaded core 4 P#1 (2 chares, load: 19.7364)
=== 4 === Chare from 4 P#4 (2 chares)
=== 4 === Chare 877 (load 7.3741)

=== 4 === Less loaded core 12 P#27738016 (2 chares, load: 19.8224)
=== 4 === Chare from 12 P#12 (2 chares)
=== 4 === Chare 566 (load 7.4606)

=== 4 === Less loaded core 16 P#22284400 (1 chares, load: 21.1732)
=== 4 === Chare from 16 P#16 (1 chares)
=== 4 === Chare 867 (load 7.4450)

=== 4 === Less loaded core 29 P#1077290982 (3 chares, load: 22.1559)
=== 4 === Chare from 29 P#29 (3 chares)
=== 4 === Chare 870 (load 7.3018)

=== 4 === Less loaded core 30 P#-78976 (3 chares, load: 22.2537)
=== 4 === Chare from 30 P#30 (3 chares)
=== 4 === Chare 52 (load 7.3495)

=== 4 === Less loaded core 8 P#9346032 (3 chares, load: 22.3025)
=== 4 === Chare from 8 P#8 (3 chares)
=== 4 === Chare 885 (load 7.3114)

=== 4 === Less loaded core 27 P#32767 (3 chares, load: 22.3053)
=== 4 === Chare from 27 P#27 (3 chares)
=== 4 === Chare 713 (load 7.3685)

=== 4 === Less loaded core 24 P#24 (3 chares, load: 22.3063)
=== 4 === Chare from 24 P#24 (3 chares)
=== 4 === Chare 392 (load 7.2793)

=== 4 === Less loaded core 7 P#7 (3 chares, load: 22.3432)
=== 4 === Chare from 7 P#7 (3 chares)
=== 4 === Chare 829 (load 7.3898)

=== 4 === Less loaded core 10 P#0 (3 chares, load: 22.3566)
=== 4 === Chare from 10 P#10 (3 chares)
=== 4 === Chare 952 (load 7.3307)

=== 4 === Less loaded core 9 P#0 (3 chares, load: 22.3911)
=== 4 === Chare from 9 P#9 (3 chares)
=== 4 === Chare 878 (load 7.2763)

=== 4 === Less loaded core 11 P#0 (3 chares, load: 22.4601)
=== 4 === Chare from 11 P#11 (3 chares)
=== 4 === Chare 954 (load 7.3798)

=== 4 === Less loaded core 14 P#112180656 (3 chares, load: 22.4670)
=== 4 === Chare from 14 P#14 (3 chares)
=== 4 === Chare 765 (load 7.3759)

=== 4 === Less loaded core 2 P#4 (3 chares, load: 22.4883)
=== 4 === Chare from 2 P#2 (3 chares)
=== 4 === Chare 663 (load 7.2558)

=== 4 === Less loaded core 3 P#6 (3 chares, load: 22.4893)
=== 4 === Chare from 3 P#3 (3 chares)
=== 4 === Chare 975 (load 7.3832)

=== 4 === Less loaded core 31 P#32767 (3 chares, load: 22.5118)
=== 4 === Chare from 31 P#31 (3 chares)
=== 4 === Chare 804 (load 7.2545)

=== 4 === Less loaded core 1 P#2 (3 chares, load: 22.6183)
=== 4 === Chare from 1 P#1 (3 chares)
=== 4 === Chare 338 (load 7.3995)

=== 4 === Less loaded core 25 P#32767 (3 chares, load: 22.7752)
=== 4 === Chare from 25 P#25 (3 chares)
=== 4 === Chare 825 (load 7.4168)

=== 4 === Less loaded core 5 P#3 (3 chares, load: 22.8122)
=== 4 === Chare from 5 P#5 (3 chares)
=== 4 === Chare 933 (load 7.4751)

=== 4 === Less loaded core 15 P#0 (3 chares, load: 23.0103)
=== 4 === Chare from 15 P#15 (3 chares)
=== 4 === Chare 766 (load 7.3227)

=== 4 === Less loaded core 19 P#0 (3 chares, load: 23.3266)
=== 4 === Chare from 19 P#19 (3 chares)
=== 4 === Chare 437 (load 7.2174)

=== 4 === Less loaded core 28 P#1677721600 (3 chares, load: 23.4878)
=== 4 === Chare from 28 P#28 (3 chares)
=== 4 === Chare 253 (load 7.3099)

=== 4 === Less loaded core 6 P#5 (3 chares, load: 24.4666)
=== 4 === Chare from 6 P#6 (3 chares)
=== 4 === Chare 399 (load 7.3314)

=== 4 === Less loaded core 22 P#22 (3 chares, load: 25.0370)
=== 4 === Chare from 22 P#22 (3 chares)
=== 4 === Chare 412 (load 7.2500)

=== 4 === Less loaded core 18 P#32 (3 chares, load: 25.1412)
=== 4 === Chare from 18 P#18 (3 chares)
=== 4 === Chare 971 (load 7.2502)

=== 4 === Less loaded core 17 P#0 (2 chares, load: 25.9278)
=== 4 === Chare from 17 P#17 (2 chares)
=== 4 === Chare 808 (load 7.3326)

=== 4 === Less loaded core 20 P#0 (3 chares, load: 26.1329)
=== 4 === Chare from 20 P#20 (3 chares)
=== 4 === Chare 13 (load 7.3552)

=== 4 === Less loaded core 26 P#3 (3 chares, load: 26.8069)
=== 4 === Chare from 26 P#26 (3 chares)
=== 4 === Chare 1 (load 7.3096)

=== 4 === Less loaded core 4 P#1 (3 chares, load: 27.1105)
=== 4 === Chare from 4 P#4 (3 chares)
=== 4 === Chare 868 (load 7.3226)

=== 4 === Less loaded core 12 P#27738016 (3 chares, load: 27.2830)
=== 4 === Chare from 12 P#12 (3 chares)
=== 4 === Chare 926 (load 7.2753)

=== 4 === Less loaded core 21 P#0 (2 chares, load: 27.4930)
=== 4 === Chare from 21 P#21 (2 chares)
=== 4 === Chare 36 (load 8.3041)

=== 4 === Less loaded core 23 P#23 (3 chares, load: 27.9162)
=== 4 === Chare from 23 P#23 (3 chares)
=== 4 === Chare 585 (load 8.8688)

=== 4 === Less loaded core 0 P#0 (3 chares, load: 28.6116)
=== 4 === Chare from 0 P#0 (3 chares)
=== 4 === Chare 3 (load 7.3780)

=== 4 === Less loaded core 16 P#22284400 (2 chares, load: 28.6182)
=== 4 === Chare from 16 P#16 (2 chares)
=== 4 === Chare 567 (load 7.3314)

=== 4 === Less loaded core 13 P#0 (3 chares, load: 28.8327)
=== 4 === Chare from 13 P#13 (3 chares)
=== 4 === Chare 951 (load 7.3658)

=== 4 === Less loaded core 29 P#1077769514 (4 chares, load: 29.4577)
=== 4 === Chare from 21 P#21 (3 chares)
=== 4 === Chare 251 (load 7.2856)

=== 4 === Less loaded core 24 P#24 (4 chares, load: 29.5856)
=== 4 === Chare from 17 P#17 (3 chares)
=== 4 === Chare 271 (load 7.2566)

=== 4 === Less loaded core 30 P#-78976 (4 chares, load: 29.6032)
=== 4 === Chare from 16 P#16 (3 chares)
=== 4 === Chare 389 (load 7.2832)

[DEBUG] GetBackPlacement from node 5
69 14.8575
0 12.1936
79 8.4145
6 7.2624
58 12.5682
86 8.7851
123 8.7557
50 7.3380
39 15.1165
14 15.0335
78 11.7651
29 9.6339
111 20.6140
94 18.2943
72 9.1671
96 7.4209
113 7.1808
120 7.0719
115 7.0232
32 7.0158
88 14.6718
90 12.9077
103 11.4121
117 7.9799
121 12.8128
57 8.3963
124 8.2753
126 6.6317
89 17.0984
91 10.4425
127 9.1286
125 9.0928
1 7.5149
3 7.4190
64 7.4044
4 7.3902
105 7.3725
76 7.3294
43 7.3102
83 7.2239
20 7.4075
22 7.4050
21 7.3045
23 7.3033
26 7.6287
68 7.3625
73 7.3348
109 7.3336
18 7.4957
27 7.4897
66 7.3058
2 7.2549
56 14.6031
45 10.9681
41 10.8321
24 7.9743
52 14.8625
65 7.4833
9 7.3602
15 7.2479
16 7.5873
17 7.3362
19 7.2712
63 7.1787
110 7.3129
5 7.1203
51 7.0796
71 6.9654
54 10.8237
61 7.9715
107 7.7417
82 7.1383
100 7.4147
48 7.4090
10 7.3517
7 7.3497
13 13.1261
8 7.1818
112 7.0889
114 7.0829
102 7.4104
30 7.2980
11 7.2084
119 7.0993
101 7.3891
49 7.2974
38 7.2870
122 7.2761
104 7.3903
62 7.3485
98 7.3361
74 7.3305
97 7.3555
85 7.3500
87 7.3259
99 7.2807
12 7.5721
40 7.4162
25 7.3377
42 7.2969
108 7.4536
60 7.4138
92 7.4017
93 7.3920
28 14.4335
59 12.8396
67 7.2703
77 7.2598
84 7.4625
37 7.4327
36 7.3410
75 7.2909
31 7.3088
106 7.3080
47 7.2592
118 7.1752
80 7.4888
70 7.3053
95 7.3020
116 7.1982
33 7.3841
46 7.3594
81 7.2990
34 7.2344
35 7.4221
44 7.3979
53 7.3977
55 7.3968
Core 0 load 42.7280
Core 1 load 37.4470
Core 2 load 51.5490
Core 3 load 55.4963
Core 4 load 28.2917
Core 5 load 46.9716
Core 6 load 36.1162
Core 7 load 45.7623
Core 8 load 29.7284
Core 9 load 29.2360
Core 10 load 29.4204
Core 11 load 29.6596
Core 12 load 29.5461
Core 13 load 44.3776
Core 14 load 36.9538
Core 15 load 29.3733
Core 16 load 28.4781
Core 17 load 33.6752
Core 18 load 29.5251
Core 19 load 34.4798
Core 20 load 29.0160
Core 21 load 29.2495
Core 22 load 29.4054
Core 23 load 29.3121
Core 24 load 29.6229
Core 25 load 29.6611
Core 26 load 41.8033
Core 27 load 29.5272
Core 28 load 29.0512
Core 29 load 29.2943
Core 30 load 29.2770
Core 31 load 29.6146
Avg load 34.1766 in [33.1513 ; 35.2019 ]
Swap chares 19 (7.0158) and 15 (7.4209) between cores 4 (28.2917) and 3
(55.4963)
New loads : 4 (28.6968) and 3 (55.0913)
Swap chares 67 (6.9654) and 15 (7.0158) between cores 16 (28.4781) and 3
(55.0913)
New loads : 16 (28.5285) and 3 (55.0408)
Swap chares 66 (7.0796) and 14 (9.1671) between cores 16 (28.5285) and 3
(55.0408)
New loads : 16 (30.6161) and 3 (52.9533)
Swap chares 18 (7.0232) and 14 (7.0796) between cores 4 (28.6968) and 3
(52.9533)
New loads : 4 (28.7532) and 3 (52.8969)
Swap chares 17 (7.0719) and 13 (18.2943) between cores 4 (28.7532) and 3
(52.8969)
New loads : 4 (39.9756) and 3 (41.6745)
Swap chares 83 (7.0993) and 11 (9.6339) between cores 20 (29.0160) and 2
(51.5490)
New loads : 20 (31.5506) and 2 (49.0144)
Swap chares 114 (7.2592) and 10 (11.7651) between cores 28 (29.0512) and 2
(49.0144)
New loads : 28 (33.5571) and 2 (44.5085)
Swap chares 39 (7.2239) and 23 (7.9799) between cores 9 (29.2360) and 5
(46.9716)
New loads : 9 (29.9921) and 5 (46.2156)
Swap chares 86 (7.2870) and 22 (11.4121) between cores 21 (29.2495) and 5
(46.2156)
New loads : 21 (33.3747) and 5 (42.0904)
Swap chares 123 (7.2344) and 31 (9.0928) between cores 30 (29.2770) and 7
(45.7623)
New loads : 30 (31.1354) and 7 (43.9039)
Swap chares 117 (7.3053) and 9 (15.0335) between cores 29 (29.2943) and 2
(44.5085)
New loads : 29 (37.0225) and 2 (36.7803)
Swap chares 95 (7.2807) and 55 (7.9743) between cores 23 (29.3121) and 13
(44.3776)
New loads : 23 (30.0057) and 13 (43.6840)
Swap chares 63 (7.1787) and 31 (7.2344) between cores 15 (29.3733) and 7
(43.9039)
New loads : 15 (29.4290) and 7 (43.8481)
Swap chares 90 (7.3361) and 30 (9.1286) between cores 22 (29.4054) and 7
(43.8481)
New loads : 22 (31.1980) and 7 (42.0556)
Swap chares 42 (7.3045) and 54 (10.8321) between cores 10 (29.4204) and 13
(43.6840)
New loads : 10 (32.9480) and 13 (40.1564)
Swap chares 63 (7.2344) and 3 (7.2624) between cores 15 (29.4290) and 0
(42.7280)
New loads : 15 (29.4570) and 0 (42.7000)
Swap chares 62 (7.2712) and 2 (8.4145) between cores 15 (29.4570) and 0
(42.7000)
New loads : 15 (30.6003) and 0 (41.5567)
Swap chares 73 (7.4090) and 21 (12.9077) between cores 18 (29.5251) and 5
(42.0904)
New loads : 18 (35.0238) and 5 (36.5917)
Swap chares 109 (7.4327) and 29 (10.4425) between cores 27 (29.5272) and 7
(42.0556)
New loads : 27 (32.5370) and 7 (39.0458)
Swap chares 51 (7.2549) and 107 (7.2598) between cores 12 (29.5461) and 26
(41.8033)
New loads : 12 (29.5510) and 26 (41.7984)
Swap chares 49 (7.4897) and 105 (12.8396) between cores 12 (29.5510) and 26
(41.7984)
New loads : 12 (34.9009) and 26 (36.4485)
Swap chares 124 (7.4221) and 12 (20.6140) between cores 31 (29.6146) and 3
(41.6745)
New loads : 31 (42.8064) and 3 (28.4826)
Swap chares 15 (6.9654) and 127 (7.3968) between cores 3 (28.4826) and 31
(42.8064)
New loads : 3 (28.9140) and 31 (42.3750)
Swap chares 14 (7.0232) and 126 (7.3977) between cores 3 (28.9140) and 31
(42.3750)
New loads : 3 (29.2886) and 31 (42.0004)
Swap chares 13 (7.0719) and 125 (7.3979) between cores 3 (29.2886) and 31
(42.0004)
New loads : 3 (29.6146) and 31 (41.6745)
Swap chares 12 (7.4221) and 124 (20.6140) between cores 3 (29.6146) and 31
(41.6745)
New loads : 3 (42.8064) and 31 (28.4826)
Swap chares 127 (6.9654) and 15 (7.3968) between cores 31 (28.4826) and 3
(42.8064)
New loads : 31 (28.9140) and 3 (42.3750)
Swap chares 126 (7.0232) and 14 (7.3977) between cores 31 (28.9140) and 3
(42.3750)
New loads : 31 (29.2886) and 3 (42.0004)
Swap chares 125 (7.0719) and 13 (7.3979) between cores 31 (29.2886) and 3
(42.0004)
New loads : 31 (29.6146) and 3 (41.6745)
Swap chares 124 (7.4221) and 12 (20.6140) between cores 31 (29.6146) and 3
(41.6745)
New loads : 31 (42.8064) and 3 (28.4826)
Swap chares 15 (6.9654) and 127 (7.3968) between cores 3 (28.4826) and 31
(42.8064)
New loads : 3 (28.9140) and 31 (42.3750)
Swap chares 14 (7.0232) and 126 (7.3977) between cores 3 (28.9140) and 31
(42.3750)
New loads : 3 (29.2886) and 31 (42.0004)
Swap chares 13 (7.0719) and 125 (7.3979) between cores 3 (29.2886) and 31
(42.0004)
New loads : 3 (29.6146) and 31 (41.6745)
Swap chares 12 (7.4221) and 124 (20.6140) between cores 3 (29.6146) and 31
(41.6745)
New loads : 3 (42.8064) and 31 (28.4826)
Swap chares 127 (6.9654) and 15 (7.3968) between cores 31 (28.4826) and 3
(42.8064)
New loads : 31 (28.9140) and 3 (42.3750)
Swap chares 126 (7.0232) and 14 (7.3977) between cores 31 (28.9140) and 3
(42.3750)
New loads : 31 (29.2886) and 3 (42.0004)
Swap chares 125 (7.0719) and 13 (7.3979) between cores 31 (29.2886) and 3
(42.0004)
New loads : 31 (29.6146) and 3 (41.6745)
Swap chares 124 (7.4221) and 12 (20.6140) between cores 31 (29.6146) and 3
(41.6745)
New loads : 31 (42.8064) and 3 (28.4826)
Swap chares 15 (6.9654) and 127 (7.3968) between cores 3 (28.4826) and 31
(42.8064)
New loads : 3 (28.9140) and 31 (42.3750)
Swap chares 14 (7.0232) and 126 (7.3977) between cores 3 (28.9140) and 31
(42.3750)
New loads : 3 (29.2886) and 31 (42.0004)
Swap chares 13 (7.0719) and 125 (7.3979) between cores 3 (29.2886) and 31
(42.0004)
New loads : 3 (29.6146) and 31 (41.6745)
Swap chares 12 (7.4221) and 124 (20.6140) between cores 3 (29.6146) and 31
(41.6745)
New loads : 3 (42.8064) and 31 (28.4826)
Swap chares 127 (6.9654) and 15 (7.3968) between cores 31 (28.4826) and 3
(42.8064)
New loads : 31 (28.9140) and 3 (42.3750)
Swap chares 126 (7.0232) and 14 (7.3977) between cores 31 (28.9140) and 3
(42.3750)
New loads : 31 (29.2886) and 3 (42.0004)
Swap chares 125 (7.0719) and 13 (7.3979) between cores 31 (29.2886) and 3
(42.0004)
New loads : 31 (29.6146) and 3 (41.6745)
Swap chares 124 (7.4221) and 12 (20.6140) between cores 31 (29.6146) and 3
(41.6745)
New loads : 31 (42.8064) and 3 (28.4826)
Swap chares 15 (6.9654) and 127 (7.3968) between cores 3 (28.4826) and 31
(42.8064)
New loads : 3 (28.9140) and 31 (42.3750)
Swap chares 14 (7.0232) and 126 (7.3977) between cores 3 (28.9140) and 31
(42.3750)
New loads : 3 (29.2886) and 31 (42.0004)
Swap chares 13 (7.0719) and 125 (7.3979) between cores 3 (29.2886) and 31
(42.0004)
New loads : 3 (29.6146) and 31 (41.6745)
Swap chares 12 (7.4221) and 124 (20.6140) between cores 3 (29.6146) and 31
(41.6745)
New loads : 3 (42.8064) and 31 (28.4826)
Swap chares 127 (6.9654) and 15 (7.3968) between cores 31 (28.4826) and 3
(42.8064)
New loads : 31 (28.9140) and 3 (42.3750)
Swap chares 126 (7.0232) and 14 (7.3977) between cores 31 (28.9140) and 3
(42.3750)
New loads : 31 (29.2886) and 3 (42.0004)
Swap chares 125 (7.0719) and 13 (7.3979) between cores 31 (29.2886) and 3
(42.0004)
New loads : 31 (29.6146) and 3 (41.6745)
Swap chares 124 (7.4221) and 12 (20.6140) between cores 31 (29.6146) and 3
(41.6745)
New loads : 31 (42.8064) and 3 (28.4826)
Swap chares 15 (6.9654) and 127 (7.3968) between cores 3 (28.4826) and 31
(42.8064)
New loads : 3 (28.9140) and 31 (42.3750)
Swap chares 14 (7.0232) and 126 (7.3977) between cores 3 (28.9140) and 31
(42.3750)
New loads : 3 (29.2886) and 31 (42.0004)
Swap chares 13 (7.0719) and 125 (7.3979) between cores 3 (29.2886) and 31
(42.0004)
New loads : 3 (29.6146) and 31 (41.6745)
Swap chares 12 (7.4221) and 124 (20.6140) between cores 3 (29.6146) and 31
(41.6745)
New loads : 3 (42.8064) and 31 (28.4826)
Swap chares 127 (6.9654) and 15 (7.3968) between cores 31 (28.4826) and 3
(42.8064)
New loads : 31 (28.9140) and 3 (42.3750)
Swap chares 126 (7.0232) and 14 (7.3977) between cores 31 (28.9140) and 3
(42.3750)
New loads : 31 (29.2886) and 3 (42.0004)
Swap chares 125 (7.0719) and 13 (7.3979) between cores 31 (29.2886) and 3
(42.0004)
New loads : 31 (29.6146) and 3 (41.6745)
Swap chares 124 (7.4221) and 12 (20.6140) between cores 31 (29.6146) and 3
(41.6745)
New loads : 31 (42.8064) and 3 (28.4826)
Swap chares 15 (6.9654) and 127 (7.3968) between cores 3 (28.4826) and 31
(42.8064)
New loads : 3 (28.9140) and 31 (42.3750)
Swap chares 14 (7.0232) and 126 (7.3977) between cores 3 (28.9140) and 31
(42.3750)
New loads : 3 (29.2886) and 31 (42.0004)
=== 5 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 0 P#0 (0 chares)
=== 5 === Chare 960 (load 14.8575)

=== 5 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 5 === Chare from 1 P#1 (0 chares)
=== 5 === Chare 912 (load 12.5682)

=== 5 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 5 === Chare from 2 P#2 (0 chares)
=== 5 === Chare 745 (load 15.1165)

=== 5 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 5 === Chare from 3 P#3 (0 chares)
=== 5 === Chare 701 (load 7.4221)

=== 5 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 5 === Chare from 4 P#4 (0 chares)
=== 5 === Chare 990 (load 18.2943)

=== 5 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 5 === Chare from 5 P#5 (0 chares)
=== 5 === Chare 984 (load 14.6718)

=== 5 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 5 === Chare from 6 P#6 (0 chares)
=== 5 === Chare 1017 (load 12.8128)

=== 5 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 5 === Chare from 7 P#7 (0 chares)
=== 5 === Chare 985 (load 17.0984)

=== 5 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 5 === Chare from 8 P#8 (0 chares)
=== 5 === Chare 294 (load 7.5149)

=== 5 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 9 P#9 (0 chares)
=== 5 === Chare 1013 (load 7.9799)

=== 5 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 10 P#10 (0 chares)
=== 5 === Chare 747 (load 10.8321)

=== 5 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 11 P#11 (0 chares)
=== 5 === Chare 648 (load 7.6287)

=== 5 === Less loaded core 12 P#108514448 (0 chares, load: 0.0000)
=== 5 === Chare from 12 P#12 (0 chares)
=== 5 === Chare 913 (load 12.8396)

=== 5 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 13 P#13 (0 chares)
=== 5 === Chare 910 (load 14.6031)

=== 5 === Less loaded core 14 P#111113184 (0 chares, load: 0.0000)
=== 5 === Chare from 14 P#14 (0 chares)
=== 5 === Chare 906 (load 14.8625)

=== 5 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 15 P#15 (0 chares)
=== 5 === Chare 970 (load 8.4145)

=== 5 === Less loaded core 16 P#72518176 (0 chares, load: 0.0000)
=== 5 === Chare from 16 P#16 (0 chares)
=== 5 === Chare 963 (load 9.1671)

=== 5 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 17 P#17 (0 chares)
=== 5 === Chare 908 (load 10.8237)

=== 5 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 5 === Chare from 18 P#18 (0 chares)
=== 5 === Chare 986 (load 12.9077)

=== 5 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 19 P#19 (0 chares)
=== 5 === Chare 519 (load 13.1261)

=== 5 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 20 P#20 (0 chares)
=== 5 === Chare 667 (load 9.6339)

=== 5 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 21 P#21 (0 chares)
=== 5 === Chare 999 (load 11.4121)

=== 5 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 5 === Chare from 22 P#22 (0 chares)
=== 5 === Chare 1023 (load 9.1286)

=== 5 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 5 === Chare from 23 P#23 (0 chares)
=== 5 === Chare 646 (load 7.9743)

=== 5 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 5 === Chare from 24 P#24 (0 chares)
=== 5 === Chare 518 (load 7.5721)

=== 5 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 5 === Chare from 25 P#25 (0 chares)
=== 5 === Chare 1004 (load 7.4536)

=== 5 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 26 P#26 (0 chares)
=== 5 === Chare 666 (load 14.4335)

=== 5 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 5 === Chare from 27 P#27 (0 chares)
=== 5 === Chare 987 (load 10.4425)

=== 5 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 28 P#28 (0 chares)
=== 5 === Chare 969 (load 11.7651)

=== 5 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 5 === Chare from 29 P#29 (0 chares)
=== 5 === Chare 520 (load 15.0335)

=== 5 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 5 === Chare from 30 P#30 (0 chares)
=== 5 === Chare 1021 (load 9.0928)

=== 5 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 5 === Chare from 31 P#31 (0 chares)
=== 5 === Chare 1007 (load 20.6140)

=== 5 === Less loaded core 3 P#6 (1 chares, load: 7.4221)
=== 5 === Chare from 3 P#3 (1 chares)
=== 5 === Chare 907 (load 7.3977)

=== 5 === Less loaded core 25 P#32767 (1 chares, load: 7.4536)
=== 5 === Chare from 25 P#25 (1 chares)
=== 5 === Chare 946 (load 7.4138)

=== 5 === Less loaded core 8 P#9346032 (1 chares, load: 7.5149)
=== 5 === Chare from 8 P#8 (1 chares)
=== 5 === Chare 296 (load 7.4190)

=== 5 === Less loaded core 24 P#24 (1 chares, load: 7.5721)
=== 5 === Chare e=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.433079s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 1
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000005s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0213
select_independent_groups=0.0039
select_independent_groups_2=0.0735
select_independent_groups_by_largest_index=0.1016
Grouping done in 0.2052s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0027
select_independent_groups=0.0005
select_independent_groups_2=0.0084
select_independent_groups_by_largest_index=0.1000
compute_weighted_degree=0.1051
select_indentendent_group_wg=0.0079
Grouping done in 0.2261s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0012
select_independent_groups_by_largest_index=0.0057
compute_weighted_degree=0.0066
select_indentendent_group_wg=0.0009
Grouping done in 0.0153s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0002
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
se0001
select_independent_groups_2=0.0010
select_independent_groups_by_largest_index=0.0059
compute_weighted_degree=0.0065
select_indentendent_group_wg=0.0008
Grouping done in 0.0149s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.438340s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 2
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000005s
nb_levels=8
set_node: 0.000005s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0213
select_independent_groups=0.0039
select_independent_groups_2=0.0679
select_independent_groups_by_largest_index=0.1011
Grouping done in 0.1991s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.440540s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 3
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000005s
nb_levels=8
set_node: 0.000005s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0213
select_independent_groups=0.0039
select_independent_groups_2=0.0739
select_independent_groups_by_largest_index=0.1008
Grouping done in 0.2049s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0027
select_independent_groups=0.0005
select_independent_groups_2=0.0085
select_independent_groups_by_largest_index=0.1002
compute_weighted_degree=0.1037
select_indentendent_group_wg=0.0073
Grouping done in 0.2243s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0012
select_independent_groups_by_largest_index=0.0055
compute_weighted_degree=0.0064
select_indentendent_group_wg=0.0009
Grouping done in 0.0147s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0011s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_inendent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.432612s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 4
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000004s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0211
select_independent_groups=0.0041
select_independent_groups_2=0.0746
select_independent_groups_by_largest_index=0.1002
Grouping done in 0.2049s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0027
select_independent_groups=0.0005
select_independent_groups_2=0.0086
select_independent_groups_by_largest_index=0.1002
compute_weighted_degree=0.0999
select_indentendent_group_wg=0.0072
Grouping done in 0.2206s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0010
select_independent_groups_by_largest_index=0.0053
compute_weighted_degree=0.0059
select_indentendent_group_wg=0.0010
Grouping done in 0.0139s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity12
select_independent_groups_by_largest_index=0.1013
Grouping done in 0.2030s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0031
select_independent_groups=0.0006
select_independent_groups_2=0.0089
select_independent_groups_by_largest_index=0.1003
compute_weighted_degree=0.1039
select_indentendent_group_wg=0.0070
Grouping done in 0.2253s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0012
select_independent_groups_by_largest_index=0.0055
compute_weighted_degree=0.0064
select_indentendent_group_wg=0.0011
Grouping done in 0.0150s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0002
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0011s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.44_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0011s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.448380s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 6
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000006s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0211
select_independent_groups=0.0040
select_independent_groups_2=0.0663
select_independent_groups_by_largest_index=0.1004
Grouping done in 0.1969s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0025
select_independent_groups=0.0005
select_independent_groups_2=0.0076
select_independent_groups_by_largest_index=0.1003
compute_weighted_degree=0.1085
select_indentendent_group_wg=0.0070
Grouping done in 0.2280s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0- 998
------------- FIN -------------- 999
------------- FIN -------------- 996
------------- FIN -------------- 922
------------- FIN -------------- 184
------------- FIN -------------- 923
------------- FIN -------------- 954
[DEBUG] FindPermutationDist from node 7
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000007s
nb_levels=8
set_node: 0.000005s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0208
select_independent_groups=0.0040
select_independent_groups_2=0.0674
select_independent_groups_by_largest_index=0.1005
Grouping done in 0.1977s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0027
select_independent_groups=0.0005
select_independent_groups_2=0.0077
select_independent_groups_by_largest_index=0.1001
compute_weighted_degree=0.1041
select_indentendent_group_wg=0.0069
Grouping done in 0.2235s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0010
select_independent_groups_by_largest_index=0.0059
compute_weighted_degree=0.0066
select_indentendent_group_wg=0.0006
Grouping done in 0.0149s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0002
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0011s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.437782s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 7
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000005s
nb_levels=8
set_node: 0.000005s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0208
select_independent_groups=0.0039
select_independent_groups_2=0.0640
select_independent_groups_by_largest_index=0.1002
Grouping done in 0.1943s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0028
select_independent_groups=0.0005
select_independent_groups_2=0.0068
select_independent_groups_by_largest_index=0.1002
compute_weighted_degree=0.1150
select_indentendent_group_wg=0.0059
Grouping done in 0.2327s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0008
select_independent_groups_by_largest_index=0.0068
compute_weighted_degree=0.0069
select_indentendent_group_wg=0.0007
Grouping done in 0.0161s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0003
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size )=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0003
select_indentendent_group_wg=0.0001
Grouping done in 0.0009s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.441057s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 4
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000006s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0213
select_independent_groups=0.0043
select_independent_groups_2=0.0629
select_independent_groups_by_largest_index=0.1003
Grouping done in 0.1937s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0027
select_independent_groups=0.0005
select_independent_groups_2=0.0075
select_independent_groups_by_largest_index=0.1011
compute_weighted_degree=0.1051
select_indentendent_group_wg=0.0069
Grouping dondex=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.445644s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 3
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000005s
nb_levels=8
set_node: 0.000005s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0213
select_independent_groups=0.0041
select_independent_groups_2=0.0795
select_independent_groups_by_largest_index=0.1005
Grouping done in 0.2100s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0028
select_independent_groups=0.0005
select_independent_groups_2=0.0084
select_independent_groups_by_largest_index=0.1007
compute_weighted_degree=0.1027
select_indentendent_group_wg=0.0079
Grouping done in 0.2245s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0011
select_independent_groups_by_largest_index=0.0055
compute_weighted_degree=0.0065
select_indentendent_group_wg=0.0009
Grouping done in 0.0147s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
selecfrom 24 P#24 (1 chares)
=== 5 === Chare 746 (load 7.4162)

=== 5 === Less loaded core 11 P#0 (1 chares, load: 7.6287)
=== 5 === Chare from 11 P#11 (1 chares)
=== 5 === Chare 959 (load 7.3625)

=== 5 === Less loaded core 23 P#23 (1 chares, load: 7.9743)
=== 5 === Chare from 23 P#23 (1 chares)
=== 5 === Chare 993 (load 7.3555)

=== 5 === Less loaded core 9 P#0 (1 chares, load: 7.9799)
=== 5 === Chare from 9 P#9 (1 chares)
=== 5 === Chare 1001 (load 7.3725)

=== 5 === Less loaded core 15 P#0 (1 chares, load: 8.4145)
=== 5 === Chare from 15 P#15 (1 chares)
=== 5 === Chare 543 (load 7.5873)

=== 5 === Less loaded core 30 P#-78976 (1 chares, load: 9.0928)
=== 5 === Chare from 30 P#30 (1 chares)
=== 5 === Chare 699 (load 7.3841)

=== 5 === Less loaded core 22 P#22 (1 chares, load: 9.1286)
=== 5 === Chare from 22 P#22 (1 chares)
=== 5 === Chare 1000 (load 7.3903)

=== 5 === Less loaded core 16 P#72518176 (1 chares, load: 9.1671)
=== 5 === Chare from 16 P#16 (1 chares)
=== 5 === Chare 1006 (load 7.3129)

=== 5 === Less loaded core 20 P#0 (1 chares, load: 9.6339)
=== 5 === Chare from 20 P#20 (1 chares)
=== 5 === Chare 998 (load 7.4104)

=== 5 === Less loaded core 27 P#32767 (1 chares, load: 10.4425)
=== 5 === Chare from 27 P#27 (1 chares)
=== 5 === Chare 980 (load 7.4625)

=== 5 === Less loaded core 17 P#0 (1 chares, load: 10.8237)
=== 5 === Chare from 17 P#17 (1 chares)
=== 5 === Chare 947 (load 7.9715)

=== 5 === Less loaded core 10 P#0 (1 chares, load: 10.8321)
=== 5 === Chare from 10 P#10 (1 chares)
=== 5 === Chare 578 (load 7.4075)

=== 5 === Less loaded core 21 P#0 (1 chares, load: 11.4121)
=== 5 === Chare from 21 P#21 (1 chares)
=== 5 === Chare 997 (load 7.3891)

=== 5 === Less loaded core 28 P#1744830464 (1 chares, load: 11.7651)
=== 5 === Chare from 28 P#28 (1 chares)
=== 5 === Chare 669 (load 7.3088)

=== 5 === Less loaded core 1 P#2 (1 chares, load: 12.5682)
=== 5 === Chare from 1 P#1 (1 chares)
=== 5 === Chare 982 (load 8.7851)

=== 5 === Less loaded core 6 P#5 (1 chares, load: 12.8128)
=== 5 === Chare from 6 P#6 (1 chares)
=== 5 === Chare 911 (load 8.3963)

=== 5 === Less loaded core 12 P#108514448 (1 chares, load: 12.8396)
=== 5 === Chare from 12 P#12 (1 chares)
=== 5 === Chare 545 (load 7.4957)

=== 5 === Less loaded core 18 P#32 (1 chares, load: 12.9077)
=== 5 === Chare from 18 P#18 (1 chares)
=== 5 === Chare 996 (load 7.4147)

=== 5 === Less loaded core 19 P#0 (1 chares, load: 13.1261)
=== 5 === Chare from 19 P#19 (1 chares)
=== 5 === Chare 498 (load 7.1818)

=== 5 === Less loaded core 26 P#1 (1 chares, load: 14.4335)
=== 5 === Chare from 26 P#26 (1 chares)
=== 5 === Chare 649 (load 7.4897)

=== 5 === Less loaded core 13 P#0 (1 chares, load: 14.6031)
=== 5 === Chare from 13 P#13 (1 chares)
=== 5 === Chare 777 (load 10.9681)

=== 5 === Less loaded core 5 P#3 (1 chares, load: 14.6718)
=== 5 === Chare from 5 P#5 (1 chares)
=== 5 === Chare 897 (load 7.4090)

=== 5 === Less loaded core 3 P#6 (2 chares, load: 14.8199)
=== 5 === Chare from 3 P#3 (2 chares)
=== 5 === Chare 909 (load 7.3968)

=== 5 === Less loaded core 0 P#0 (1 chares, load: 14.8575)
=== 5 === Chare from 0 P#0 (1 chares)
=== 5 === Chare 293 (load 12.1936)

=== 5 === Less loaded core 14 P#111113184 (1 chares, load: 14.8625)
=== 5 === Chare from 14 P#14 (1 chares)
=== 5 === Chare 956 (load 7.4833)

=== 5 === Less loaded core 25 P#32767 (2 chares, load: 14.8674)
=== 5 === Chare from 25 P#25 (2 chares)
=== 5 === Chare 988 (load 7.4017)

=== 5 === Less loaded core 8 P#9346032 (2 chares, load: 14.9339)
=== 5 === Chare from 8 P#8 (2 chares)
=== 5 === Chare 955 (load 7.4044)

=== 5 === Less loaded core 24 P#24 (2 chares, load: 14.9883)
=== 5 === Chare from 24 P#24 (2 chares)
=== 5 === Chare 647 (load 7.3377)

=== 5 === Less loaded core 11 P#0 (2 chares, load: 14.9912)
=== 5 === Chare from 11 P#11 (2 chares)
=== 5 === Chare 964 (load 7.3348)

=== 5 === Less loaded core 29 P#1076760871 (1 chares, load: 15.0335)
=== 5 === Chare from 29 P#29 (1 chares)
=== 5 === Chare 976 (load 7.4888)

=== 5 === Less loaded core 2 P#4 (1 chares, load: 15.1165)
=== 5 === Chare from 2 P#2 (1 chares)
=== 5 === Chare 961 (load 7.3053)

=== 5 === Less loaded core 23 P#23 (2 chares, load: 15.3298)
=== 5 === Chare from 23 P#23 (2 chares)
=== 5 === Chare 981 (load 7.3500)

=== 5 === Less loaded core 9 P#0 (2 chares, load: 15.3525)
=== 5 === Chare from 9 P#9 (2 chares)
=== 5 === Chare 967 (load 7.3294)

=== 5 === Less loaded core 15 P#0 (2 chares, load: 16.0018)
=== 5 === Chare from 15 P#15 (2 chares)
=== 5 === Chare 544 (load 7.3362)

=== 5 === Less loaded core 30 P#-78976 (2 chares, load: 16.4769)
=== 5 === Chare from 30 P#30 (2 chares)
=== 5 === Chare 778 (load 7.3594)

=== 5 === Less loaded core 16 P#72518176 (2 chares, load: 16.4800)
=== 5 === Chare from 16 P#16 (2 chares)
=== 5 === Chare 434 (load 7.1203)

=== 5 === Less loaded core 22 P#22 (2 chares, load: 16.5190)
=== 5 === Chare from 22 P#22 (2 chares)
=== 5 === Chare 948 (load 7.3485)

=== 5 === Less loaded core 20 P#0 (2 chares, load: 17.0443)
=== 5 === Chare from 20 P#20 (2 chares)
=== 5 === Chare 668 (load 7.2980)

=== 5 === Less loaded core 7 P#7 (1 chares, load: 17.0984)
=== 5 === Chare from 7 P#7 (1 chares)
=== 5 === Chare 743 (load 7.4327)

=== 5 === Less loaded core 27 P#32767 (2 chares, load: 17.9050)
=== 5 === Chare from 27 P#27 (2 chares)
=== 5 === Chare 742 (load 7.3410)

=== 5 === Less loaded core 10 P#0 (2 chares, load: 18.2396)
=== 5 === Chare from 10 P#10 (2 chares)
=== 5 === Chare 580 (load 7.4050)

=== 5 === Less loaded core 4 P#1 (1 chares, load: 18.2943)
=== 5 === Chare from 4 P#4 (1 chares)
=== 5 === Chare 992 (load 7.4209)

=== 5 === Less loaded core 17 P#0 (2 chares, load: 18.7952)
=== 5 === Chare from 17 P#17 (2 chares)
=== 5 === Chare 1003 (load 7.7417)

=== 5 === Less loaded core 21 P#0 (2 chares, load: 18.8012)
=== 5 === Chare from 21 P#21 (2 chares)
=== 5 === Chare 898 (load 7.2974)

=== 5 === Less loaded core 28 P#-402653184 (2 chares, load: 19.0739)
=== 5 === Chare from 28 P#28 (2 chares)
=== 5 === Chare 1002 (load 7.3080)

=== 5 === Less loaded core 19 P#0 (2 chares, load: 20.3080)
=== 5 === Chare from 19 P#19 (2 chares)
=== 5 === Chare 1008 (load 7.0889)

=== 5 === Less loaded core 18 P#32 (2 chares, load: 20.3224)
=== 5 === Chare from 18 P#18 (2 chares)
=== 5 === Chare 500 (load 7.3517)

=== 5 === Less loaded core 12 P#108514448 (2 chares, load: 20.3353)
=== 5 === Chare from 12 P#12 (2 chares)
=== 5 === Chare 957 (load 7.3058)

=== 5 === Less loaded core 31 P#32767 (1 chares, load: 20.6140)
=== 5 === Chare from 31 P#31 (1 chares)
=== 5 === Chare 776 (load 7.3979)

=== 5 === Less loaded core 6 P#5 (2 chares, load: 21.2092)
=== 5 === Chare from 6 P#6 (2 chares)
=== 5 === Chare 1020 (load 8.2753)

=== 5 === Less loaded core 1 P#2 (2 chares, load: 21.3534)
=== 5 === Chare from 1 P#1 (2 chares)
=== 5 === Chare 1019 (load 8.7557)

=== 5 === Less loaded core 26 P#2 (2 chares, load: 21.9232)
=== 5 === Chare from 26 P#26 (2 chares)
=== 5 === Chare 958 (load 7.2703)

=== 5 === Less loaded core 5 P#3 (2 chares, load: 22.0808)
=== 5 === Chare from 5 P#5 (2 chares)
=== 5 === Chare 744 (load 7.2870)

=== 5 === Less loaded core 3 P#6 (3 chares, load: 22.2167)
=== 5 === Chare from 3 P#3 (3 chares)
=== 5 === Chare 1016 (load 7.0719)

=== 5 === Less loaded core 25 P#32767 (3 chares, load: 22.2691)
=== 5 === Chare from 25 P#25 (3 chares)
=== 5 === Chare 989 (load 7.3920)

=== 5 === Less loaded core 11 P#0 (3 chares, load: 22.3260)
=== 5 === Chare from 11 P#11 (3 chares)
=== 5 === Chare 1005 (load 7.3336)

=== 5 === Less loaded core 24 P#24 (3 chares, load: 22.3260)
=== 5 === Chare from 24 P#24 (3 chares)
=== 5 === Chare 748 (load 7.2969)

=== 5 === Less loaded core 8 P#9346032 (3 chares, load: 22.3382)
=== 5 === Chare from 8 P#8 (3 chares)
=== 5 === Chare 433 (load 7.3902)

=== 5 === Less loaded core 14 P#111113184 (2 chares, load: 22.3457)
=== 5 === Chare from 14 P#14 (2 chares)
=== 5 === Chare 499 (load 7.3602)

=== 5 === Less loaded core 2 P#4 (2 chares, load: 22.4218)
=== 5 === Chare from 2 P#2 (2 chares)
=== 5 === Chare 779 (load 7.2592)

=== 5 === Less loaded core 29 P#1077315000 (2 chares, load: 22.5224)
=== 5 === Chare from 29 P#29 (2 chares)
=== 5 === Chare 991 (load 7.3020)

=== 5 === Less loaded core 23 P#23 (3 chares, load: 22.6798)
=== 5 === Chare from 23 P#23 (3 chares)
=== 5 === Chare 983 (load 7.3259)

=== 5 === Less loaded core 9 P#0 (3 chares, load: 22.6819)
=== 5 === Chare from 9 P#9 (3 chares)
=== 5 === Chare 749 (load 7.3102)

=== 5 === Less loaded core 15 P#0 (3 chares, load: 23.3379)
=== 5 === Chare from 15 P#15 (3 chares)
=== 5 === Chare 435 (load 7.2624)

=== 5 === Less loaded core 16 P#72518176 (3 chares, load: 23.6003)
=== 5 === Chare from 16 P#16 (3 chares)
=== 5 === Chare 698 (load 7.0158)

=== 5 === Less loaded core 30 P#-78976 (3 chares, load: 23.8364)
=== 5 === Chare from 30 P#30 (3 chares)
=== 5 === Chare 977 (load 7.2990)

=== 5 === Less loaded core 22 P#22 (3 chares, load: 23.8675)
=== 5 === Chare from 22 P#22 (3 chares)
=== 5 === Chare 965 (load 7.3305)

=== 5 === Less loaded core 20 P#0 (3 chares, load: 24.3422)
=== 5 === Chare from 20 P#20 (3 chares)
=== 5 === Chare 501 (load 7.2084)

=== 5 === Less loaded core 7 P#7 (2 chares, load: 24.5311)
=== 5 === Chare from 7 P#7 (2 chares)
=== 5 === Chare 994 (load 7.3361)

=== 5 === Less loaded core 27 P#32767 (3 chares, load: 25.2461)
=== 5 === Chare from 27 P#27 (3 chares)
=== 5 === Chare 966 (load 7.2909)

=== 5 === Less loaded core 13 P#0 (2 chares, load: 25.5712)
=== 5 === Chare from 13 P#13 (2 chares)
=== 5 === Chare 579 (load 7.3045)

=== 5 === Less loaded core 10 P#0 (3 chares, load: 25.6446)
=== 5 === Chare from 10 P#10 (3 chares)
=== 5 === Chare 581 (load 7.3033)

=== 5 === Less loaded core 4 P#1 (2 chares, load: 25.7152)
=== 5 === Chare from 4 P#4 (2 chares)
=== 5 === Chare 1009 (load 7.1808)

=== 5 === Less loaded core 21 P#0 (3 chares, load: 26.0986)
=== 5 === Chare from 21 P#21 (3 chares)
=== 5 === Chare 1018 (load 7.2761)

=== 5 === Less loaded core 28 P#-1342177280 (3 chares, load: 26.3819)
=== 5 === Chare from 28 P#28 (3 chares)
=== 5 === Chare 1014 (load 7.1752)

=== 5 === Less loaded core 17 P#0 (3 chares, load: 26.5369)
=== 5 === Chare from 17 P#17 (3 chares)
=== 5 === Chare 978 (load 7.1383)

=== 5 === Less loaded core 0 P#0 (2 chares, load: 27.0512)
=== 5 === Chare from 0 P#0 (2 chares)
=== 5 === Chare 546 (load 7.2712)

=== 5 === Less loaded core 19 P#0 (3 chares, load: 27.3969)
=== 5 === Chare from 19 P#19 (3 chares)
=== 5 === Chare 1010 (load 7.0829)

=== 5 === Less loaded core 12 P#108514448 (3 chares, load: 27.6411)
=== 5 === Chare from 12 P#12 (3 chares)
=== 5 === Chare 968 (load 7.2598)

=== 5 === Less loaded core 18 P#32 (3 chares, load: 27.6741)
=== 5 === Chare from 18 P#18 (3 chares)
=== 5 === Chare 436 (load 7.3497)

=== 5 === Less loaded core 31 P#32767 (2 chares, load: 28.0119)
=== 5 === Chare from 31 P#31 (2 chares)
=== 5 === Chare 1011 (load 7.0232)

=== 5 === Less loaded core 26 P#3 (3 chares, load: 29.1935)
=== 5 === Chare from 26 P#26 (3 chares)
=== 5 === Chare 295 (load 7.2549)

=== 5 === Less loaded core 3 P#6 (4 chares, load: 29.2886)
=== 5 === Chare from 2 P#2 (3 chares)
=== 5 === Chare 1015 (load 7.0993)

=== 5 === Less loaded core 5 P#3 (3 chares, load: 29.3678)
=== 5 === Chare from 5 P#5 (3 chares)
=== 5 === Chare 979 (load 7.2239)

=== 5 === Less loaded core 6 P#5 (3 chares, load: 29.4845)
=== 5 === Chare from 6 P#6 (3 chares)
=== 5 === Chare 1022 (load 6.6317)

=== 5 === Less loaded core 24 P#24 (4 chares, load: 29.6229)
=== 5 === Chare from 14 P#14 (3 chares)
=== 5 === Chare 521 (load 7.2479)

=== 5 === Less loaded core 11 P#0 (4 chares, load: 29.6596)
=== 5 === Chare from 7 P#7 (3 chares)
=== 5 === Chare 949 (load 7.1787)

=== 5 === Less loaded core 25 P#32767 (4 chares, load: 29.6611)
=== 5 === Chare from 13 P#13 (3 chares)
=== 5 === Chare 995 (load 7.2807)

=== 5 === Less loaded core 2 P#4 (4 chares, load: 29.6810)
=== 5 === Chare from 1 P#1 (3 chares)
=== 5 === Chare 899 (load 7.3380)

=== 5 === Less loaded core 14 P#111113184 (4 chares, load: 29.7059)
=== 5 === Chare from 4 P#4 (3 chares)
=== 5 === Chare 900 (load 7.0796)

=== 5 === Less loaded core 8 P#9346032 (4 chares, load: 29.7284)
=== 5 === Chare from 0 P#0 (3 chares)
=== 5 === Chare 700 (load 7.2344)

=== 5 === Less loaded core 29 P#1077793541 (3 chares, load: 29.8243)
=== 5 === Chare from 29 P#29 (3 chares)
=== 5 === Chare 1012 (load 7.1982)

=== 5 === Less loaded core 9 P#0 (4 chares, load: 29.9921)
=== 5 === Chare from 31 P#31 (3 chares)
=== 5 === Chare 962 (load 6.9654)

[DEBUG] GetBackPlacement from node 3
98 7.3686
99 7.2771
0 7.2764
13 7.2755
77 7.4239
57 7.4095
122 7.3013
121 7.2662
91 7.5761
90 7.4837
27 7.4753
123 7.3007
118 7.4819
117 7.4575
116 7.3749
46 7.3248
7 7.4992
31 7.3778
126 7.3376
125 7.3073
113 7.4603
100 7.4298
114 7.3320
35 7.3302
92 7.4741
76 7.4548
29 7.4178
62 7.3614
97 7.4676
112 7.4265
70 7.3863
88 7.3090
2 8.5035
1 7.5044
45 7.3697
53 7.3300
4 7.5390
12 7.5148
5 7.4443
19 7.4334
68 7.4810
37 7.4496
33 7.4451
71 7.3792
75 7.5755
54 7.4711
38 7.3937
39 7.3653
6 8.0422
10 7.4421
11 7.3856
14 7.3385
20 13.1810
61 12.0856
26 9.5467
15 7.3805
59 12.0421
58 8.1762
60 7.2654
48 7.2629
87 21.2697
64 12.1202
102 10.9644
127 10.5293
3 7.5697
63 7.4838
101 7.3586
25 7.3087
83 7.5805
82 7.5530
84 7.5214
85 7.4136
86 7.4906
34 7.4781
9 7.3640
89 7.3429
42 7.5512
44 7.5138
50 7.5053
72 7.4317
104 7.6330
17 7.5493
56 7.4007
106 7.3024
73 7.6725
124 7.5286
55 7.4761
103 7.4677
119 7.5506
108 7.3762
120 7.3446
40 7.2935
41 7.5567
74 7.5454
69 7.5116
43 7.4501
8 10.9034
22 9.2968
93 7.3537
110 7.3143
30 9.6523
23 9.5245
51 7.6211
24 7.2866
94 7.5065
18 7.4755
95 7.4631
96 7.4004
107 7.5517
52 7.5438
111 7.3680
109 7.3619
28 11.3386
16 9.8131
66 7.4573
67 7.3184
49 21.3816
21 16.1599
115 10.7393
47 7.9433
32 7.7203
78 7.5510
105 7.4241
80 7.2669
81 7.4487
65 7.3473
79 7.3311
36 7.3095
Core 0 load 29.1975
Core 1 load 29.4008
Core 2 load 29.8358
Core 3 load 29.6391
Core 4 load 29.5219
Core 5 load 29.5523
Core 6 load 29.7081
Core 7 load 29.5895
Core 8 load 30.7075
Core 9 load 29.9315
Core 10 load 29.7550
Core 11 load 29.8056
Core 12 load 30.2084
Core 13 load 42.1939
Core 14 load 34.7465
Core 15 load 54.8837
Core 16 load 29.7209
Core 17 load 30.0685
Core 18 load 29.6757
Core 19 load 30.0019
Core 20 load 29.8853
Core 21 load 30.1449
Core 22 load 29.5649
Core 23 load 30.0638
Core 24 load 34.8682
Core 25 load 34.0845
Core 26 load 29.8455
Core 27 load 29.8254
Core 28 load 35.9274
Core 29 load 56.2241
Core 30 load 29.9623
Core 31 load 29.4365
Avg load 32.4368 in [31.4637 ; 33.4099 ]
Swap chares 3 (7.2755) and 119 (7.9433) between cores 0 (29.1975) and 29
(56.2241)
New loads : 0 (29.8653) and 29 (55.5563)
Swap chares 7 (7.2662) and 119 (7.2755) between cores 1 (29.4008) and 29
(55.5563)
New loads : 1 (29.4101) and 29 (55.5470)
Swap chares 6 (7.3013) and 118 (10.7393) between cores 1 (29.4101) and 29
(55.5470)
New loads : 1 (32.8481) and 29 (52.1090)
Swap chares 127 (7.3095) and 63 (10.5293) between cores 31 (29.4365) and 15
(54.8837)
New loads : 31 (32.6564) and 15 (51.6638)
Swap chares 17 (7.3778) and 117 (16.1599) between cores 4 (29.5219) and 29
(52.1090)
New loads : 4 (38.3040) and 29 (43.3269)
Swap chares 22 (7.3320) and 62 (10.9644) between cores 5 (29.5523) and 15
(51.6638)
New loads : 5 (33.1847) and 15 (48.0314)
Swap chares 91 (7.2935) and 63 (7.3095) between cores 22 (29.5649) and 15
(48.0314)
New loads : 22 (29.5809) and 15 (48.0154)
Swap chares 89 (7.3762) and 61 (12.1202) between cores 22 (29.5809) and 15
(48.0154)
New loads : 22 (34.3249) and 15 (43.2714)
Swap chares 28 (7.4676) and 116 (21.3816) between cores 7 (29.5895) and 29
(43.3269)
New loads : 7 (43.5035) and 29 (29.4129)
Swap chares 119 (7.2662) and 31 (7.3090) between cores 29 (29.4129) and 7
(43.5035)
New loads : 29 (29.4557) and 7 (43.4607)
Swap chares 118 (7.3013) and 30 (7.3863) between cores 29 (29.4557) and 7
(43.4607)
New loads : 29 (29.5407) and 7 (43.3756)
Swap chares 117 (7.3778) and 29 (7.4265) between cores 29 (29.5407) and 7
(43.3756)
New loads : 29 (29.5895) and 7 (43.3269)
Swap chares 116 (7.4676) and 28 (21.3816) between cores 29 (29.5895) and 7
(43.3269)
New loads : 29 (43.5035) and 7 (29.4129)
Swap chares 31 (7.2662) and 119 (7.3090) between cores 7 (29.4129) and 29
(43.5035)
New loads : 7 (29.4557) and 29 (43.4607)
Swap chares 30 (7.3013) and 118 (7.3863) between cores 7 (29.4557) and 29
(43.4607)
New loads : 7 (29.5407) and 29 (43.3756)
Swap chares 29 (7.3778) and 117 (7.4265) between cores 7 (29.5407) and 29
(43.3756)
New loads : 7 (29.5895) and 29 (43.3269)
Swap chares 28 (7.4676) and 116 (21.3816) between cores 7 (29.5895) and 29
(43.3269)
New loads : 7 (43.5035) and 29 (29.4129)
Swap chares 119 (7.2662) and 31 (7.3090) between cores 29 (29.4129) and 7
(43.5035)
New loads : 29 (29.4557) and 7 (43.4607)
Swap chares 118 (7.3013) and 30 (7.3863) between cores 29 (29.4557) and 7
(43.4607)
New loads : 29 (29.5407) and 7 (43.3756)
Swap chares 117 (7.3778) and 29 (7.4265) between cores 29 (29.5407) and 7
(43.3756)
New loads : 29 (29.5895) and 7 (43.3269)
Swap chares 116 (7.4676) and 28 (21.3816) between cores 29 (29.5895) and 7
(43.3269)
New loads : 29 (43.5035) and 7 (29.4129)
Swap chares 31 (7.2662) and 119 (7.3090) between cores 7 (29.4129) and 29
(43.5035)
New loads : 7 (29.4557) and 29 (43.4607)
Swap chares 30 (7.3013) and 118 (7.3863) between cores 7 (29.4557) and 29
(43.4607)
New loads : 7 (29.5407) and 29 (43.3756)
Swap chares 29 (7.3778) and 117 (7.4265) between cores 7 (29.5407) and 29
(43.3756)
New loads : 7 (29.5895) and 29 (43.3269)
Swap chares 28 (7.4676) and 116 (21.3816) between cores 7 (29.5895) and 29
(43.3269)
New loads : 7 (43.5035) and 29 (29.4129)
Swap chares 119 (7.2662) and 31 (7.3090) between cores 29 (29.4129) and 7
(43.5035)
New loads : 29 (29.4557) and 7 (43.4607)
Swap chares 118 (7.3013) and 30 (7.3863) between cores 29 (29.4557) and 7
(43.4607)
New loads : 29 (29.5407) and 7 (43.3756)
Swap chares 117 (7.3778) and 29 (7.4265) between cores 29 (29.5407) and 7
(43.3756)
New loads : 29 (29.5895) and 7 (43.3269)
Swap chares 116 (7.4676) and 28 (21.3816) between cores 29 (29.5895) and 7
(43.3269)
New loads : 29 (43.5035) and 7 (29.4129)
Swap chares 31 (7.2662) and 119 (7.3090) between cores 7 (29.4129) and 29
(43.5035)
New loads : 7 (29.4557) and 29 (43.4607)
Swap chares 30 (7.3013) and 118 (7.3863) between cores 7 (29.4557) and 29
(43.4607)
New loads : 7 (29.5407) and 29 (43.3756)
Swap chares 29 (7.3778) and 117 (7.4265) between cores 7 (29.5407) and 29
(43.3756)
New loads : 7 (29.5895) and 29 (43.3269)
Swap chares 28 (7.4676) and 116 (21.3816) between cores 7 (29.5895) and 29
(43.3269)
New loads : 7 (43.5035) and 29 (29.4129)
Swap chares 119 (7.2662) and 31 (7.3090) between cores 29 (29.4129) and 7
(43.5035)
New loads : 29 (29.4557) and 7 (43.4607)
Swap chares 118 (7.3013) and 30 (7.3863) between cores 29 (29.4557) and 7
(43.4607)
New loads : 29 (29.5407) and 7 (43.3756)
Swap chares 117 (7.3778) and 29 (7.4265) between cores 29 (29.5407) and 7
(43.3756)
New loads : 29 (29.5895) and 7 (43.3269)
Swap chares 116 (7.4676) and 28 (21.3816) between cores 29 (29.5895) and 7
(43.3269)
New loads : 29 (43.5035) and 7 (29.4129)
Swap chares 31 (7.2662) and 119 (7.3090) between cores 7 (29.4129) and 29
(43.5035)
New loads : 7 (29.4557) and 29 (43.4607)
Swap chares 30 (7.3013) and 118 (7.3863) between cores 7 (29.4557) and 29
(43.4607)
New loads : 7 (29.5407) and 29 (43.3756)
Swap chares 29 (7.3778) and 117 (7.4265) between cores 7 (29.5407) and 29
(43.3756)
New loads : 7 (29.5895) and 29 (43.3269)
Swap chares 28 (7.4676) and 116 (21.3816) between cores 7 (29.5895) and 29
(43.3269)
New loads : 7 (43.5035) and 29 (29.4129)
Swap chares 119 (7.2662) and 31 (7.3090) between cores 29 (29.4129) and 7
(43.5035)
New loads : 29 (29.4557) and 7 (43.4607)
Swap chares 118 (7.3013) and 30 (7.3863) between cores 29 (29.4557) and 7
(43.4607)
New loads : 29 (29.5407) and 7 (43.3756)
Swap chares 117 (7.3778) and 29 (7.4265) between cores 29 (29.5407) and 7
(43.3756)
New loads : 29 (29.5895) and 7 (43.3269)
Swap chares 116 (7.4676) and 28 (21.3816) between cores 29 (29.5895) and 7
(43.3269)
New loads : 29 (43.5035) and 7 (29.4129)
Swap chares 31 (7.2662) and 119 (7.3090) between cores 7 (29.4129) and 29
(43.5035)
New loads : 7 (29.4557) and 29 (43.4607)
Swap chares 30 (7.3013) and 118 (7.3863) between cores 7 (29.4557) and 29
(43.4607)
New loads : 7 (29.5407) and 29 (43.3756)
Swap chares 29 (7.3778) and 117 (7.4265) between cores 7 (29.5407) and 29
(43.3756)
New loads : 7 (29.5895) and 29 (43.3269)
Swap chares 28 (7.4676) and 116 (21.3816) between cores 7 (29.5895) and 29
(43.3269)
New loads : 7 (43.5035) and 29 (29.4129)
Swap chares 119 (7.2662) and 31 (7.3090) between cores 29 (29.4129) and 7
(43.5035)
New loads : 29 (29.4557) and 7 (43.4607)
Swap chares 118 (7.3013) and 30 (7.3863) between cores 29 (29.4557) and 7
(43.4607)
New loads : 29 (29.5407) and 7 (43.3756)
Swap chares 117 (7.3778) and 29 (7.4265) between cores 29 (29.5407) and 7
(43.3756)
New loads : 29 (29.5895) and 7 (43.3269)
Swap chares 116 (7.4676) and 28 (21.3816) between cores 29 (29.5895) and 7
(43.3269)
New loads : 29 (43.5035) and 7 (29.4129)
Swap chares 31 (7.2662) and 119 (7.3090) between cores 7 (29.4129) and 29
(43.5035)
New loads : 7 (29.4557) and 29 (43.4607)
Swap chares 30 (7.3013) and 118 (7.3863) between cores 7 (29.4557) and 29
(43.4607)
New loads : 7 (29.5407) and 29 (43.3756)
Swap chares 29 (7.3778) and 117 (7.4265) between cores 7 (29.5407) and 29
(43.3756)
New loads : 7 (29.5895) and 29 (43.3269)
Swap chares 28 (7.4676) and 116 (21.3816) between cores 7 (29.5895) and 29
(43.3269)
New loads : 7 (43.5035) and 29 (29.4129)
Swap chares 119 (7.2662) and 31 (7.3090) between cores 29 (29.4129) and 7
(43.5035)
New loads : 29 (29.4557) and 7 (43.4607)
Swap chares 118 (7.3013) and 30 (7.3863) between cores 29 (29.4557) and 7
(43.4607)
New loads : 29 (29.5407) and 7 (43.3756)
Swap chares 117 (7.3778) and 29 (7.4265) between cores 29 (29.5407) and 7
(43.3756)
New loads : 29 (29.5895) and 7 (43.3269)
Swap chares 116 (7.4676) and 28 (21.3816) between cores 29 (29.5895) and 7
(43.3269)
New loads : 29 (43.5035) and 7 (29.4129)
Swap chares 31 (7.2662) and 119 (7.3090) between cores 7 (29.4129) and 29
(43.5035)
New loads : 7 (29.4557) and 29 (43.4607)
Swap chares 30 (7.3013) and 118 (7.3863) between cores 7 (29.4557) and 29
(43.4607)
New loads : 7 (29.5407) and 29 (43.3756)
Swap chares 29 (7.3778) and 117 (7.4265) between cores 7 (29.5407) and 29
(43.3756)
New loads : 7 (29.5895) and 29 (43.3269)
=== 3 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 0 P#0 (0 chares)
=== 3 === Chare 287 (load 7.9433)

=== 3 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 3 === Chare from 1 P#1 (0 chares)
=== 3 === Chare 589 (load 10.7393)

=== 3 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 3 === Chare from 2 P#2 (0 chares)
=== 3 === Chare 528 (load 7.5761)

=== 3 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 3 === Chare from 3 P#3 (0 chares)
=== 3 === Chare 592 (load 7.4819)

=== 3 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 3 === Chare from 4 P#4 (0 chares)
=== 3 === Chare 63 (load 16.1599)

=== 3 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 3 === Chare from 5 P#5 (0 chares)
=== 3 === Chare 561 (load 10.9644)

=== 3 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 3 === Chare from 6 P#6 (0 chares)
=== 3 === Chare 529 (load 7.4741)

=== 3 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 3 === Chare from 7 P#7 (0 chares)
=== 3 === Chare 547 (load 7.4676)

=== 3 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 3 === Chare from 8 P#8 (0 chares)
=== 3 === Chare 16 (load 8.5035)

=== 3 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 9 P#9 (0 chares)
=== 3 === Chare 19 (load 7.5390)

=== 3 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 10 P#10 (0 chares)
=== 3 === Chare 459 (load 7.4810)

=== 3 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 11 P#11 (0 chares)
=== 3 === Chare 495 (load 7.5755)

=== 3 === Less loaded core 12 P#22282544 (0 chares, load: 0.0000)
=== 3 === Chare from 12 P#12 (0 chares)
=== 3 === Chare 21 (load 8.0422)

=== 3 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 13 P#13 (0 chares)
=== 3 === Chare 49 (load 13.1810)

=== 3 === Less loaded core 14 P#110848144 (0 chares, load: 0.0000)
=== 3 === Chare from 14 P#14 (0 chares)
=== 3 === Chare 372 (load 12.0421)

=== 3 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 15 P#15 (0 chares)
=== 3 === Chare 511 (load 21.2697)

=== 3 === Less loaded core 16 P#22276608 (0 chares, load: 0.0000)
=== 3 === Chare from 16 P#16 (0 chares)
=== 3 === Chare 18 (load 7.5697)

=== 3 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 17 P#17 (0 chares)
=== 3 === Chare 507 (load 7.5805)

=== 3 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 3 === Chare from 18 P#18 (0 chares)
=== 3 === Chare 510 (load 7.4906)

=== 3 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 19 P#19 (0 chares)
=== 3 === Chare 278 (load 7.5512)

=== 3 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 20 P#20 (0 chares)
=== 3 === Chare 570 (load 7.6330)

=== 3 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 21 P#21 (0 chares)
=== 3 === Chare 493 (load 7.6725)

=== 3 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 3 === Chare from 22 P#22 (0 chares)
=== 3 === Chare 415 (load 12.1202)

=== 3 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 3 === Chare from 23 P#23 (0 chares)
=== 3 === Chare 277 (load 7.5567)

=== 3 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 3 === Chare from 24 P#24 (0 chares)
=== 3 === Chare 23 (load 10.9034)

=== 3 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 3 === Chare from 25 P#25 (0 chares)
=== 3 === Chare 170 (load 9.6523)

=== 3 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 26 P#26 (0 chares)
=== 3 === Chare 536 (load 7.5065)

=== 3 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 3 === Chare from 27 P#27 (0 chares)
=== 3 === Chare 573 (load 7.5517)

=== 3 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 28 P#28 (0 chares)
=== 3 === Chare 132 (load 11.3386)

=== 3 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 3 === Chare from 29 P#29 (0 chares)
=== 3 === Chare 306 (load 21.3816)

=== 3 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 3 === Chare from 30 P#30 (0 chares)
=== 3 === Chare 222 (load 7.7203)

=== 3 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 3 === Chare from 31 P#31 (0 chares)
=== 3 === Chare 612 (load 10.5293)

=== 3 === Less loaded core 7 P#7 (1 chares, load: 7.4676)
=== 3 === Chare from 7 P#7 (1 chares)
=== 3 === Chare 586 (load 7.4265)

=== 3 === Less loaded core 6 P#5 (1 chares, load: 7.4741)
=== 3 === Chare from 6 P#6 (1 chares)
=== 3 === Chare 496 (load 7.4548)

=== 3 === Less loaded core 10 P#0 (1 chares, load: 7.4810)
=== 3 === Chare from 10 P#10 (1 chares)
=== 3 === Chare 231 (load 7.4496)

=== 3 === Less loaded core 3 P#6 (1 chares, load: 7.4819)
=== 3 === Chare from 3 P#3 (1 chares)
=== 3 === Chare 591 (load 7.4575)

=== 3 === Less loaded core 18 P#32 (1 chares, load: 7.4906)
=== 3 === Chare from 18 P#18 (1 chares)
=== 3 === Chare 224 (load 7.4781)

=== 3 === Less loaded core 26 P#1 (1 chares, load: 7.5065)
=== 3 === Chare from 26 P#26 (1 chares)
=== 3 === Chare 47 (load 7.4755)

=== 3 === Less loaded core 9 P#0 (1 chares, load: 7.5390)
=== 3 === Chare from 9 P#9 (1 chares)
=== 3 === Chare 27 (load 7.5148)

=== 3 === Less loaded core 19 P#0 (1 chares, load: 7.5512)
=== 3 === Chare from 19 P#19 (1 chares)
=== 3 === Chare 280 (load 7.5138)

=== 3 === Less loaded core 27 P#32767 (1 chares, load: 7.5517)
=== 3 === Chare from 27 P#27 (1 chares)
=== 3 === Chare 325 (load 7.5438)

=== 3 === Less loaded core 23 P#23 (1 chares, load: 7.5567)
=== 3 === Chare from 23 P#23 (1 chares)
=== 3 === Chare 494 (load 7.5454)

=== 3 === Less loaded core 16 P#22276608 (1 chares, load: 7.5697)
=== 3 === Chare from 16 P#16 (1 chares)
=== 3 === Chare 414 (load 7.4838)

=== 3 === Less loaded core 11 P#0 (1 chares, load: 7.5755)
=== 3 === Chare from 11 P#11 (1 chares)
=== 3 === Chare 349 (load 7.4711)

=== 3 === Less loaded core 2 P#4 (1 chares, load: 7.5761)
=== 3 === Chare from 2 P#2 (1 chares)
=== 3 === Chare 527 (load 7.4837)

=== 3 === Less loaded core 17 P#0 (1 chares, load: 7.5805)
=== 3 === Chare from 17 P#17 (1 chares)
=== 3 === Chare 506 (load 7.5530)

=== 3 === Less loaded core 20 P#0 (1 chares, load: 7.6330)
=== 3 === Chare from 20 P#20 (1 chares)
=== 3 === Chare 46 (load 7.5493)

=== 3 === Less loaded core 21 P#0 (1 chares, load: 7.6725)
=== 3 === Chare from 21 P#21 (1 chares)
=== 3 === Chare 604 (load 7.5286)

=== 3 === Less loaded core 30 P#-78976 (1 chares, load: 7.7203)
=== 3 === Chare from 30 P#30 (1 chares)
=== 3 === Chare 502 (load 7.5510)

=== 3 === Less loaded core 0 P#0 (1 chares, load: 7.9433)
=== 3 === Chare from 0 P#0 (1 chares)
=== 3 === Chare 548 (load 7.3686)

=== 3 === Less loaded core 12 P#22282544 (1 chares, load: 8.0422)
=== 3 === Chare from 12 P#12 (1 chares)
=== 3 === Chare 25 (load 7.4421)

=== 3 === Less loaded core 8 P#9346032 (1 chares, load: 8.5035)
=== 3 === Chare from 8 P#8 (1 chares)
=== 3 === Chare 12 (load 7.5044)

=== 3 === Less loaded core 25 P#32767 (1 chares, load: 9.6523)
=== 3 === Chare from 25 P#25 (1 chares)
=== 3 === Chare 111 (load 9.5245)

=== 3 === Less loaded core 31 P#32767 (1 chares, load: 10.5293)
=== 3 === Chare from 31 P#31 (1 chares)
=== 3 === Chare 505 (load 7.4487)

=== 3 === Less loaded core 1 P#2 (1 chares, load: 10.7393)
=== 3 === Chare from 1 P#1 (1 chares)
=== 3 === Chare 497 (load 7.4239)

=== 3 === Less loaded core 24 P#24 (1 chares, load: 10.9034)
=== 3 === Chare from 24 P#24 (1 chares)
=== 3 === Chare 110 (load 9.2968)

=== 3 === Less loaded core 5 P#3 (1 chares, load: 10.9644)
=== 3 === Chare from 5 P#5 (1 chares)
=== 3 === Chare 587 (load 7.4603)

=== 3 === Less loaded core 28 P#402653184 (1 chares, load: 11.3386)
=== 3 === Chare from 28 P#28 (1 chares)
=== 3 === Chare 45 (load 9.8131)

=== 3 === Less loaded core 14 P#110848144 (1 chares, load: 12.0421)
=== 3 === Chare from 14 P#14 (1 chares)
=== 3 === Chare 371 (load 8.1762)

=== 3 === Less loaded core 22 P#22 (1 chares, load: 12.1202)
=== 3 === Chare from 22 P#22 (1 chares)
=== 3 === Chare 595 (load 7.5506)

=== 3 === Less loaded core 13 P#0 (1 chares, load: 13.1810)
=== 3 === Chare from 13 P#13 (1 chares)
=== 3 === Chare 395 (load 12.0856)

=== 3 === Less loaded core 7 P#7 (2 chares, load: 14.8941)
=== 3 === Chare from 7 P#7 (2 chares)
=== 3 === Chare 461 (load 7.3863)

=== 3 === Less loaded core 6 P#5 (2 chares, load: 14.9289)
=== 3 === Chare from 6 P#6 (2 chares)
=== 3 === Chare 169 (load 7.4178)

=== 3 === Less loaded core 10 P#0 (2 chares, load: 14.9306)
=== 3 === Chare from 10 P#10 (2 chares)
=== 3 === Chare 223 (load 7.4451)

=== 3 === Less loaded core 3 P#6 (2 chares, load: 14.9394)
=== 3 === Chare from 3 P#3 (2 chares)
=== 3 === Chare 590 (load 7.3749)

=== 3 === Less loaded core 18 P#32 (2 chares, load: 14.9688)
=== 3 === Chare from 18 P#18 (2 chares)
=== 3 === Chare 24 (load 7.3640)

=== 3 === Less loaded core 26 P#2 (2 chares, load: 14.9820)
=== 3 === Chare from 26 P#26 (2 chares)
=== 3 === Chare 537 (load 7.4631)

=== 3 === Less loaded core 11 P#0 (2 chares, load: 15.0466)
=== 3 === Chare from 11 P#11 (2 chares)
=== 3 === Chare 232 (load 7.3937)

=== 3 === Less loaded core 16 P#22276608 (2 chares, load: 15.0536)
=== 3 === Chare from 16 P#16 (2 chares)
=== 3 === Chare 559 (load 7.3586)

=== 3 === Less loaded core 9 P#0 (2 chares, load: 15.0538)
=== 3 === Chare from 9 P#9 (2 chares)
=== 3 === Chare 20 (load 7.4443)

=== 3 === Less loaded core 2 P#4 (2 chares, load: 15.0598)
=== 3 === Chare from 2 P#2 (2 chares)
=== 3 === Chare 131 (load 7.4753)

=== 3 === Less loaded core 19 P#0 (2 chares, load: 15.0650)
=== 3 === Chare from 19 P#19 (2 chares)
=== 3 === Chare 323 (load 7.5053)

=== 3 === Less loaded core 27 P#32767 (2 chares, load: 15.0955)
=== 3 === Chare from 27 P#27 (2 chares)
=== 3 === Chare 577 (load 7.3680)

=== 3 === Less loaded core 23 P#23 (2 chares, load: 15.1021)
=== 3 === Chare from 23 P#23 (2 chares)
=== 3 === Chare t_independent_groups_2=0.0002
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0011s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.451032s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 3
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000018s
nb_levels=8
set_node: 0.000005s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0212
select_independent_groups=0.0043
select_independent_groups_2=0.0664
select_independent_groups_by_largest_index=0.1000
Grouping done in 0.1966s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0028
select_independent_groups=0.0005
select_independent_groups_2=0.0076
select_independent_groups_by_largest_index=0.1004
compute_weighted_degree=0.1056
select_indentendent_group_wg=0.0072
Grouping done in 0.2256s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
lisof groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.444859s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 7
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000005s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0208
select_independent_groups=0.0040
select_independent_groups_2=0.0665
select_independent_groups_by_largest_index=0.1007
Grouping done in 0.1972s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0025
select_independent_groups=0.0005
select_independent_groups_2=0.0068
select_independent_groups_by_largest_index=0.1005
compute_weighted_degree=0.1074
select_indentendent_group_wg=0.0066
Grouping done in 0.2258s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0010
select_independent_groups_by_largest_index=0.0061
compute_weighted_degree=0.0066
select_indentendent_group_wg=0.0011
Grouping done in 0.0155s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.440279s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 7
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000005s
nb_levels=8
set_node: 0.000005s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0210
select_independent_groups=0.0042
select_independent_groups_2=0.0606
select_independent_groups_by_largest_index=0.1008
Grouping done in 0.1914s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0027
select_independent_groups=0.0004
select_independent_groups_2=0.0073
select_independent_groups_by_largest_index=0.1t_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0012
select_independent_groups_by_largest_index=0.0063
compute_weighted_degree=0.0066
select_indentendent_group_wg=0.0007
Grouping done in 0.0156s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0009s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.439400s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 3
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000005s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0211
select_independent_groups=0.0040
select_independent_groups_2=0.0588
select_independent_groups_by_largest_index=0.1002
Grouping done in 0.1894s!
Depth=6 nb_nodes460 (load 7.5116)

=== 3 === Less loaded core 17 P#0 (2 chares, load: 15.1335)
=== 3 === Chare from 17 P#17 (2 chares)
=== 3 === Chare 508 (load 7.5214)

=== 3 === Less loaded core 20 P#0 (2 chares, load: 15.1823)
=== 3 === Chare from 20 P#20 (2 chares)
=== 3 === Chare 351 (load 7.4007)

=== 3 === Less loaded core 21 P#0 (2 chares, load: 15.2011)
=== 3 === Chare from 21 P#21 (2 chares)
=== 3 === Chare 350 (load 7.4761)

=== 3 === Less loaded core 30 P#-78976 (2 chares, load: 15.2713)
=== 3 === Chare from 30 P#30 (2 chares)
=== 3 === Chare 571 (load 7.4241)

=== 3 === Less loaded core 0 P#0 (2 chares, load: 15.3118)
=== 3 === Chare from 0 P#0 (2 chares)
=== 3 === Chare 549 (load 7.2771)

=== 3 === Less loaded core 12 P#22282544 (2 chares, load: 15.4843)
=== 3 === Chare from 12 P#12 (2 chares)
=== 3 === Chare 26 (load 7.3856)

=== 3 === Less loaded core 8 P#9346032 (2 chares, load: 16.0078)
=== 3 === Chare from 8 P#8 (2 chares)
=== 3 === Chare 285 (load 7.3697)

=== 3 === Less loaded core 4 P#1 (1 chares, load: 16.1599)
=== 3 === Chare from 4 P#4 (1 chares)
=== 3 === Chare 22 (load 7.4992)

=== 3 === Less loaded core 31 P#32767 (2 chares, load: 17.9780)
=== 3 === Chare from 31 P#31 (2 chares)
=== 3 === Chare 440 (load 7.3473)

=== 3 === Less loaded core 1 P#2 (2 chares, load: 18.1632)
=== 3 === Chare from 1 P#1 (2 chares)
=== 3 === Chare 352 (load 7.4095)

=== 3 === Less loaded core 5 P#3 (2 chares, load: 18.4247)
=== 3 === Chare from 5 P#5 (2 chares)
=== 3 === Chare 558 (load 7.4298)

=== 3 === Less loaded core 25 P#32767 (2 chares, load: 19.1768)
=== 3 === Chare from 25 P#25 (2 chares)
=== 3 === Chare 324 (load 7.6211)

=== 3 === Less loaded core 22 P#22 (2 chares, load: 19.6708)
=== 3 === Chare from 22 P#22 (2 chares)
=== 3 === Chare 596 (load 7.3446)

=== 3 === Less loaded core 24 P#24 (2 chares, load: 20.2002)
=== 3 === Chare from 24 P#24 (2 chares)
=== 3 === Chare 530 (load 7.3537)

=== 3 === Less loaded core 14 P#110848144 (2 chares, load: 20.2182)
=== 3 === Chare from 14 P#14 (2 chares)
=== 3 === Chare 393 (load 7.2654)

=== 3 === Less loaded core 28 P#1946157056 (2 chares, load: 21.1517)
=== 3 === Chare from 28 P#28 (2 chares)
=== 3 === Chare 441 (load 7.4573)

=== 3 === Less loaded core 15 P#0 (1 chares, load: 21.2697)
=== 3 === Chare from 15 P#15 (1 chare001
compute_weighted_degree=0.1075
select_indentendent_group_wg=0.0068
Grouping done in 0.2263s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0010
select_independent_groups_by_largest_index=0.0065
compute_weighted_degree=0.0066
select_indentendent_group_wg=0.0008
Grouping done in 0.0159s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.435400s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 7
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000004s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0210
select_independent_groups=0.0041
select_independent_groups_2=0.0669
select_independent_groups_by_largest_index=0.1005
Grouping done in 0.1975s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0027
select_independent_groups=0.0004
select_independent_groups_2=0.0077
select_independent_groups_by_largest_index=0.1002
compute_weighted_degree=0.1080
select_indentendent_group_wg=0.0074
Grouping done in 0.2280s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0011
select_independent_groups_by_largest_index=0.0058
compute_weighted_degree=0.0065
select_indentendent_group_wg=0.0011
Grouping done in 0.0154s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0002
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0011s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.00s)
=== 3 === Chare 574 (load 7.3762)

=== 3 === Less loaded core 29 P#1077240241 (1 chares, load: 21.3816)
=== 3 === Chare from 29 P#29 (1 chares)
=== 3 === Chare 171 (load 7.3778)

=== 3 === Less loaded core 7 P#7 (3 chares, load: 22.2805)
=== 3 === Chare from 7 P#7 (3 chares)
=== 3 === Chare 512 (load 7.3090)

=== 3 === Less loaded core 3 P#6 (3 chares, load: 22.3143)
=== 3 === Chare from 3 P#3 (3 chares)
=== 3 === Chare 286 (load 7.3248)

=== 3 === Less loaded core 18 P#32 (3 chares, load: 22.3328)
=== 3 === Chare from 18 P#18 (3 chares)
=== 3 === Chare 513 (load 7.3429)

=== 3 === Less loaded core 6 P#5 (3 chares, load: 22.3468)
=== 3 === Chare from 6 P#6 (3 chares)
=== 3 === Chare 413 (load 7.3614)

=== 3 === Less loaded core 10 P#0 (3 chares, load: 22.3758)
=== 3 === Chare from 10 P#10 (3 chares)
=== 3 === Chare 462 (load 7.3792)

=== 3 === Less loaded core 16 P#22276608 (3 chares, load: 22.4122)
=== 3 === Chare from 16 P#16 (3 chares)
=== 3 === Chare 117 (load 7.3087)

=== 3 === Less loaded core 11 P#0 (3 chares, load: 22.4403)
=== 3 === Chare from 11 P#11 (3 chares)
=== 3 === Chare 233 (load 7.3653)

=== 3 === Less loaded core 26 P#3 (3 chares, load: 22.4451)
=== 3 === Chare from 26 P#26 (3 chares)
=== 3 === Chare 538 (load 7.4004)

=== 3 === Less loaded core 27 P#32767 (3 chares, load: 22.4635)
=== 3 === Chare from 27 P#27 (3 chares)
=== 3 === Chare 575 (load 7.3619)

=== 3 === Less loaded core 9 P#0 (3 chares, load: 22.4981)
=== 3 === Chare from 9 P#9 (3 chares)
=== 3 === Chare 48 (load 7.4334)

=== 3 === Less loaded core 2 P#4 (3 chares, load: 22.5351)
=== 3 === Chare from 2 P#2 (3 chares)
=== 3 === Chare 599 (load 7.3007)

=== 3 === Less loaded core 19 P#0 (3 chares, load: 22.5702)
=== 3 === Chare from 19 P#19 (3 chares)
=== 3 === Chare 463 (load 7.4317)

=== 3 === Less loaded core 20 P#0 (3 chares, load: 22.5830)
=== 3 === Chare from 20 P#20 (3 chares)
=== 3 === Chare 572 (load 7.3024)

=== 3 === Less loaded core 0 P#0 (3 chares, load: 22.5889)
=== 3 === Chare from 0 P#0 (3 chares)
=== 3 === Chare 10 (load 7.2764)

=== 3 === Less loaded core 23 P#23 (3 chares, load: 22.6138)
=== 3 === Chare from 23 P#23 (3 chares)
=== 3 === Chare 279 (load 7.4501)

=== 3 === Less loaded core 17 P#0 (3 chares, load: 22.6548)
=== 3 === Chare from 17 P#17 (3 chares)
=== 3 === Chare 509 (load 7.4136)

=== 3 === Less loaded core 21 P#0 (3 chares, load: 22.6772)
=== 3 === Chare from 21 P#21 (3 chares)
=== 3 === Chare 569 (load 7.4677)

=== 3 === Less loaded core 30 P#-78976 (3 chares, load: 22.6954)
=== 3 === Chare from 30 P#30 (3 chares)
=== 3 === Chare 504 (load 7.2669)

=== 3 === Less loaded core 12 P#22282544 (3 chares, load: 22.8699)
=== 3 === Chare from 12 P#12 (3 chares)
=== 3 === Chare 41 (load 7.3385)

=== 3 === Less loaded core 8 P#9346032 (3 chares, load: 23.3775)
=== 3 === Chare from 8 P#8 (3 chares)
=== 3 === Chare 348 (load 7.3300)

=== 3 === Less loaded core 4 P#1 (2 chares, load: 23.6591)
=== 3 === Chare from 4 P#4 (2 chares)
=== 3 === Chare 606 (load 7.3376)

=== 3 === Less loaded core 13 P#0 (2 chares, load: 25.2667)
=== 3 === Chare from 13 P#13 (2 chares)
=== 3 === Chare 119 (load 9.5467)

=== 3 === Less loaded core 31 P#32767 (3 chares, load: 25.3253)
=== 3 === Chare from 31 P#31 (3 chares)
=== 3 === Chare 503 (load 7.3311)

=== 3 === Less loaded core 1 P#2 (3 chares, load: 25.5727)
=== 3 === Chare from 1 P#1 (3 chares)
=== 3 === Chare 33 (load 7.2755)

=== 3 === Less loaded core 5 P#3 (3 chares, load: 25.8545)
=== 3 === Chare from 5 P#5 (3 chares)
=== 3 === Chare 225 (load 7.3302)

=== 3 === Less loaded core 25 P#32767 (3 chares, load: 26.7979)
=== 3 === Chare from 25 P#25 (3 chares)
=== 3 === Chare 112 (load 7.2866)

=== 3 === Less loaded core 22 P#22 (3 chares, load: 27.0154)
=== 3 === Chare from 22 P#22 (3 chares)
=== 3 === Chare 230 (load 7.3095)

=== 3 === Less loaded core 14 P#110848144 (3 chares, load: 27.4836)
=== 3 === Chare from 14 P#14 (3 chares)
=== 3 === Chare 305 (load 7.2629)

=== 3 === Less loaded core 24 P#24 (3 chares, load: 27.5539)
=== 3 === Chare from 24 P#24 (3 chares)
=== 3 === Chare 576 (load 7.3143)

=== 3 === Less loaded core 28 P#-402653184 (3 chares, load: 28.6090)
=== 3 === Chare from 28 P#28 (3 chares)
=== 3 === Chare 443 (load 7.3184)

=== 3 === Less loaded core 15 P#0 (2 chares, load: 28.6459)
=== 3 === Chare from 15 P#15 (2 chares)
=== 3 === Chare 588 (load 7.3320)

=== 3 === Less loaded core 29 P#1077723754 (2 chares, load: 28.7594)
=== 3 === Chare from 29 P#29 (2 chares)
=== 3 === Chare 598 (load 7.3013)

=== 3 === Less loaded core 7 P#7 (4 chares, load: 29.5895)
=== 3 === Chare from 4 P#4 (3 chares)
=== 3 === Chare 605 (load 7.3073)

=== 3 === Less loaded core 3 P#6 (4 chares, load: 29.6391)
=== 3 === Chare from 29 P#29 (3 chares)
=== 3 === Chare 597 (load 7.2662)

=== 3 === Less loaded core 18 P#32 (4 chares, load: 29.6757)
=== 3 === Chare from 15 P#15 (3 chares)
=== 3 === Chare 259 (load 7.2935)

=== 3 === Less loaded core 6 P#5 (4 chares, load: 29.7081)
=== 3 === Chare from 13 P#13 (3 chares)
=== 3 === Chare 44 (load 7.3805)

[DEBUG] GetBackPlacement from node 2
94 7.4556
92 7.3938
0 7.2986
74 7.2557
118 8.0714
39 7.4677
90 7.3604
96 7.3236
116 7.4273
110 7.4014
73 7.3619
45 7.3377
123 7.4160
120 7.4122
122 7.3080
121 7.2309
44 7.4920
2 7.4384
41 7.3981
65 7.3137
8 7.4118
9 7.3790
79 7.3362
5 7.1964
12 7.4036
88 7.3951
66 7.3448
67 7.2883
111 7.4250
109 7.4230
124 7.3513
125 7.3222
119 7.4384
32 7.4244
117 7.3333
7 7.1451
16 7.3696
19 7.3206
18 7.3027
103 7.1434
114 7.4770
48 7.4598
82 7.3540
71 7.2417
113 7.5766
60 7.5028
68 7.3984
112 7.3806
70 7.5810
53 7.5314
62 7.4438
54 7.2204
93 7.4536
105 7.3334
106 7.3080
104 7.2740
89 7.4176
97 7.4083
98 7.2732
55 7.2217
87 7.5016
80 7.4997
99 7.2562
101 7.1945
4 10.3314
1 7.5489
85 7.3939
38 7.3301
86 7.5808
24 7.3852
27 7.3384
26 7.3130
34 7.3747
35 7.2629
126 7.1720
22 7.0347
36 7.5387
37 7.4352
49 7.3695
51 7.2585
3 7.1033
23 7.0389
76 7.0018
100 6.9521
21 7.4209
42 7.2963
77 7.2819
46 7.2379
52 7.3801
75 7.2367
127 7.0737
107 6.9490
69 9.7405
61 7.5760
81 7.3539
108 7.1443
11 19.4438
78 14.6838
14 14.0033
6 11.9349
29 9.3507
30 9.2607
31 9.1679
28 6.9248
72 14.0520
91 13.9722
15 13.8610
13 9.8594
63 13.9640
43 13.5815
40 9.7504
95 7.0551
64 11.7491
50 8.1711
33 7.5688
10 7.2548
20 21.4172
47 16.3650
17 8.5887
115 7.3219
102 15.0316
25 11.2221
83 10.8035
84 8.0946
59 17.1818
58 15.1617
57 13.1709
56 10.4311
Core 0 load 29.4038
Core 1 load 30.2231
Core 2 load 29.5283
Core 3 load 29.3671
Core 4 load 29.6422
Core 5 load 29.3235
Core 6 load 29.4318
Core 7 load 29.5215
Core 8 load 29.3413
Core 9 load 29.1363
Core 10 load 29.5324
Core 11 load 29.8584
Core 12 load 29.7765
Core 13 load 29.3689
Core 14 load 29.3208
Core 15 load 29.4520
Core 16 load 32.6042
Core 17 load 29.6174
Core 18 load 28.8443
Core 19 load 29.6019
Core 20 load 28.0961
Core 21 load 29.2369
Core 22 load 28.6395
Core 23 load 31.8147
Core 24 load 60.0657
Core 25 load 34.7041
Core 26 load 51.7445
Core 27 load 44.3509
Core 28 load 34.7439
Core 29 load 53.6928
Core 30 load 45.1518
Core 31 load 55.9455
Avg load 34.0963 in [33.0734 ; 35.1192 ]
Swap chares 83 (6.9521) and 99 (11.9349) between cores 20 (28.0961) and 24
(60.0657)
New loads : 20 (33.0789) and 24 (55.0830)
Swap chares 91 (6.9490) and 127 (10.4311) between cores 22 (28.6395) and 31
(55.9455)
New loads : 22 (32.1216) and 31 (52.4634)
Swap chares 74 (7.1720) and 98 (14.0033) between cores 18 (28.8443) and 24
(55.0830)
New loads : 18 (35.6756) and 24 (48.2517)
Swap chares 39 (7.1434) and 119 (7.3219) between cores 9 (29.1363) and 29
(53.6928)
New loads : 9 (29.3148) and 29 (53.5142)
Swap chares 86 (7.2819) and 118 (8.5887) between cores 21 (29.2369) and 29
(53.5142)
New loads : 21 (30.5438) and 29 (52.2074)
Swap chares 38 (7.3027) and 126 (13.1709) between cores 9 (29.3148) and 31
(52.4634)
New loads : 9 (35.1830) and 31 (46.5952)
Swap chares 58 (7.2732) and 118 (7.2819) between cores 14 (29.3208) and 29
(52.2074)
New loads : 14 (29.3295) and 29 (52.1987)
Swap chares 21 (7.3790) and 117 (16.3650) between cores 5 (29.3235) and 29
(52.1987)
New loads : 5 (38.3094) and 29 (43.2128)
Swap chares 59 (7.2217) and 107 (9.8594) between cores 14 (29.3295) and 26
(51.7445)
New loads : 14 (31.9671) and 26 (49.1068)
Swap chares 35 (7.1451) and 107 (7.2217) between cores 8 (29.3413) and 26
(49.1068)
New loads : 8 (29.4179) and 26 (49.0302)
Swap chares 14 (7.3080) and 106 (13.8610) between cores 3 (29.3671) and 26
(49.0302)
New loads : 3 (35.9201) and 26 (42.4772)
Swap chares 53 (7.3334) and 97 (14.6838) between cores 13 (29.3689) and 24
(48.2517)
New loads : 13 (36.7193) and 24 (40.9013)
Swap chares 2 (7.2986) and 126 (7.3027) between cores 0 (29.4038) and 31
(46.5952)
New loads : 0 (29.4078) and 31 (46.5912)
Swap chares 1 (7.3938) and 125 (15.1617) between cores 0 (29.4078) and 31
(46.5912)
New loads : 0 (37.1757) and 31 (38.8233)
Swap chares 35 (7.2217) and 123 (8.0946) between cores 8 (29.4179) and 30
(45.1518)
New loads : 8 (30.2908) and 30 (44.2789)
Swap chares 26 (7.3448) and 110 (9.7504) between cores 6 (29.4318) and 27
(44.3509)
New loads : 6 (31.8373) and 27 (41.9453)
Swap chares 63 (7.1945) and 123 (7.2217) between cores 15 (29.4520) and 30
(44.2789)
New loads : 15 (29.4793) and 30 (44.2516)
Swap chares 62 (7.2562) and 122 (10.8035) between cores 15 (29.4793) and 30
(44.2516)
New loads : 15 (33.0265) and 30 (40.7044)
Swap chares 28 (7.4250) and 116 (21.4172) between cores 7 (29.5215) and 29
(43.2128)
New loads : 7 (43.5137) and 29 (29.2206)
Swap chares 119 (7.1434) and 31 (7.3222) between cores 29 (29.2206) and 7
(43.5137)
New loads : 29 (29.3994) and 7 (43.3349)
Swap chares 118 (7.2732) and 30 (7.3513) between cores 29 (29.3994) and 7
(43.3349)
New loads : 29 (29.4776) and 7 (43.2567)
Swap chares 117 (7.3790) and 29 (7.4230) between cores 29 (29.4776) and 7
(43.2567)
New loads : 29 (29.5215) and 7 (43.2128)
Swap chares 116 (7.4250) and 28 (21.4172) between cores 29 (29.5215) and 7
(43.2128)
New loads : 29 (43.5137) and 7 (29.2206)
Swap chares 31 (7.1434) and 119 (7.3222) between cores 7 (29.2206) and 29
(43.5137)
New loads : 7 (29.3994) and 29 (43.3349)
Swap chares 30 (7.2732) and 118 (7.3513) between cores 7 (29.3994) and 29
(43.3349)
New loads : 7 (29.4776) and 29 (43.2567)
Swap chares 29 (7.3790) and 117 (7.4230) between cores 7 (29.4776) and 29
(43.2567)
New loads : 7 (29.5215) and 29 (43.2128)
Swap chares 28 (7.4250) and 116 (21.4172) between cores 7 (29.5215) and 29
(43.2128)
New loads : 7 (43.5137) and 29 (29.2206)
Swap chares 119 (7.1434) and 31 (7.3222) between cores 29 (29.2206) and 7
(43.5137)
New loads : 29 (29.3994) and 7 (43.3349)
Swap chares 118 (7.2732) and 30 (7.3513) between cores 29 (29.3994) and 7
(43.3349)
New loads : 29 (29.4776) and 7 (43.2567)
Swap chares 117 (7.3790) and 29 (7.4230) between cores 29 (29.4776) and 7
(43.2567)
New loads : 29 (29.5215) and 7 (43.2128)
Swap chares 116 (7.4250) and 28 (21.4172) between cores 29 (29.5215) and 7
(43.2128)
New loads : 29 (43.5137) and 7 (29.2206)
Swap chares 31 (7.1434) and 119 (7.3222) between cores 7 (29.2206) and 29
(43.5137)
New loads : 7 (29.3994) and 29 (43.3349)
Swap chares 30 (7.2732) and 118 (7.3513) between cores 7 (29.3994) and 29
(43.3349)
New loads : 7 (29.4776) and 29 (43.2567)
Swap chares 29 (7.3790) and 117 (7.4230) between cores 7 (29.4776) and 29
(43.2567)
New loads : 7 (29.5215) and 29 (43.2128)
Swap chares 28 (7.4250) and 116 (21.4172) between cores 7 (29.5215) and 29
(43.2128)
New loads : 7 (43.5137) and 29 (29.2206)
Swap chares 119 (7.1434) and 31 (7.3222) between cores 29 (29.2206) and 7
(43.5137)
New loads : 29 (29.3994) and 7 (43.3349)
Swap chares 118 (7.2732) and 30 (7.3513) between cores 29 (29.3994) and 7
(43.3349)
New loads : 29 (29.4776) and 7 (43.2567)
Swap chares 117 (7.3790) and 29 (7.4230) between cores 29 (29.4776) and 7
(43.2567)
New loads : 29 (29.5215) and 7 (43.2128)
Swap chares 116 (7.4250) and 28 (21.4172) between cores 29 (29.5215) and 7
(43.2128)
New loads : 29 (43.5137) and 7 (29.2206)
Swap chares 31 (7.1434) and 119 (7.3222) between cores 7 (29.2206) and 29
(43.5137)
New loads : 7 (29.3994) and 29 (43.3349)
Swap chares 30 (7.2732) and 118 (7.3513) between cores 7 (29.3994) and 29
(43.3349)
New loads : 7 (29.4776) and 29 (43.2567)
Swap chares 29 (7.3790) and 117 (7.4230) between cores 7 (29.4776) and 29
(43.2567)
New loads : 7 (29.5215) and 29 (43.2128)
Swap chares 28 (7.4250) and 116 (21.4172) between cores 7 (29.5215) and 29
(43.2128)
New loads : 7 (43.5137) and 29 (29.2206)
Swap chares 119 (7.1434) and 31 (7.3222) between cores 29 (29.2206) and 7
(43.5137)
New loads : 29 (29.3994) and 7 (43.3349)
Swap chares 118 (7.2732) and 30 (7.3513) between cores 29 (29.3994) and 7
(43.3349)
New loads : 29 (29.4776) and 7 (43.2567)
Swap chares 117 (7.3790) and 29 (7.4230) between cores 29 (29.4776) and 7
(43.2567)
New loads : 29 (29.5215) and 7 (43.2128)
Swap chares 116 (7.4250) and 28 (21.4172) between cores 29 (29.5215) and 7
(43.2128)
New loads : 29 (43.5137) and 7 (29.2206)
Swap chares 31 (7.1434) and 119 (7.3222) between cores 7 (29.2206) and 29
(43.5137)
New loads : 7 (29.3994) and 29 (43.3349)
Swap chares 30 (7.2732) and 118 (7.3513) between cores 7 (29.3994) and 29
(43.3349)
New loads : 7 (29.4776) and 29 (43.2567)
Swap chares 29 (7.3790) and 117 (7.4230) between cores 7 (29.4776) and 29
(43.2567)
New loads : 7 (29.5215) and 29 (43.2128)
Swap chares 28 (7.4250) and 116 (21.4172) between cores 7 (29.5215) and 29
(43.2128)
New loads : 7 (43.5137) and 29 (29.2206)
Swap chares 119 (7.1434) and 31 (7.3222) between cores 29 (29.2206) and 7
(43.5137)
New loads : 29 (29.3994) and 7 (43.3349)
Swap chares 118 (7.2732) and 30 (7.3513) between cores 29 (29.3994) and 7
(43.3349)
New loads : 29 (29.4776) and 7 (43.2567)
Swap chares 117 (7.3790) and 29 (7.4230) between cores 29 (29.4776) and 7
(43.2567)
New loads : 29 (29.5215) and 7 (43.2128)
Swap chares 116 (7.4250) and 28 (21.4172) between cores 29 (29.5215) and 7
(43.2128)
New loads : 29 (43.5137) and 7 (29.2206)
Swap chares 31 (7.1434) and 119 (7.3222) between cores 7 (29.2206) and 29
(43.5137)
New loads : 7 (29.3994) and 29 (43.3349)
Swap chares 30 (7.2732) and 118 (7.3513) between cores 7 (29.3994) and 29
(43.3349)
New loads : 7 (29.4776) and 29 (43.2567)
Swap chares 29 (7.3790) and 117 (7.4230) between cores 7 (29.4776) and 29
(43.2567)
New loads : 7 (29.5215) and 29 (43.2128)
Swap chares 28 (7.4250) and 116 (21.4172) between cores 7 (29.5215) and 29
(43.2128)
New loads : 7 (43.5137) and 29 (29.2206)
Swap chares 119 (7.1434) and 31 (7.3222) between cores 29 (29.2206) and 7
(43.5137)
New loads : 29 (29.3994) and 7 (43.3349)
Swap chares 118 (7.2732) and 30 (7.3513) between cores 29 (29.3994) and 7
(43.3349)
New loads : 29 (29.4776) and 7 (43.2567)
Swap chares 117 (7.3790) and 29 (7.4230) between cores 29 (29.4776) and 7
(43.2567)
New loads : 29 (29.5215) and 7 (43.2128)
Swap chares 116 (7.4250) and 28 (21.4172) between cores 29 (29.5215) and 7
(43.2128)
New loads : 29 (43.5137) and 7 (29.2206)
Swap chares 31 (7.1434) and 119 (7.3222) between cores 7 (29.2206) and 29
(43.5137)
New loads : 7 (29.3994) and 29 (43.3349)
=== 2 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 0 P#0 (0 chares)
=== 2 === Chare 201 (load 15.1617)

=== 2 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 2 === Chare from 1 P#1 (0 chares)
=== 2 === Chare 410 (load 8.0714)

=== 2 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 2 === Chare from 2 P#2 (0 chares)
=== 2 === Chare 408 (load 7.4273)

=== 2 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 2 === Chare from 3 P#3 (0 chares)
=== 2 === Chare 71 (load 13.8610)

=== 2 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 2 === Chare from 4 P#4 (0 chares)
=== 2 === Chare 160 (load 7.4920)

=== 2 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 2 === Chare from 5 P#5 (0 chares)
=== 2 === Chare 163 (load 16.3650)

=== 2 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 2 === Chare from 6 P#6 (0 chares)
=== 2 === Chare 145 (load 9.7504)

=== 2 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 2 === Chare from 7 P#7 (0 chares)
=== 2 === Chare 385 (load 7.4250)

=== 2 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 2 === Chare from 8 P#8 (0 chares)
=== 2 === Chare 262 (load 8.0946)

=== 2 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 9 P#9 (0 chares)
=== 2 === Chare 200 (load 13.1709)

=== 2 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 10 P#10 (0 chares)
=== 2 === Chare 402 (load 7.4770)

=== 2 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 11 P#11 (0 chares)
=== 2 === Chare 401 (load 7.5766)

=== 2 === Less loaded core 12 P#51628000 (0 chares, load: 0.0000)
=== 2 === Chare from 12 P#12 (0 chares)
=== 2 === Chare 236 (load 7.5810)

=== 2 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 13 P#13 (0 chares)
=== 2 === Chare 244 (load 14.6838)

=== 2 === Less loaded core 14 P#19182192 (0 chares, load: 0.0000)
=== 2 === Chare from 14 P#14 (0 chares)
=== 2 === Chare 69 (load 9.8594)

=== 2 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 15 P#15 (0 chares)
=== 2 === Chare 257 (load 10.8035)

=== 2 === Less loaded core 16 P#71200864 (0 chares, load: 0.0000)
=== 2 === Chare from 16 P#16 (0 chares)
=== 2 === Chare 37 (load 10.3314)

=== 2 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 17 P#17 (0 chares)
=== 2 === Chare 264 (load 7.5808)

=== 2 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 2 === Chare from 18 P#18 (0 chares)
=== 2 === Chare 70 (load 14.0033)

=== 2 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 19 P#19 (0 chares)
=== 2 === Chare 138 (load 7.5387)

=== 2 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 20 P#20 (0 chares)
=== 2 === Chare 39 (load 11.9349)

=== 2 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 21 P#21 (0 chares)
=== 2 === Chare 78 (load 8.5887)

=== 2 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 2 === Chare from 22 P#22 (0 chares)
=== 2 === Chare 199 (load 10.4311)

=== 2 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 2 === Chare from 23 P#23 (0 chares)
=== 2 === Chare 235 (load 9.7405)

=== 2 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 2 === Chare from 24 P#24 (0 chares)
=== 2 === Chare 56 (load 19.4438)

=== 2 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 2 === Chare from 25 P#25 (0 chares)
=== 2 === Chare 103 (load 9.3507)

=== 2 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 26 P#26 (0 chares)
=== 2 === Chare 238 (load 14.0520)

=== 2 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 2 === Chare from 27 P#27 (0 chares)
=== 2 === Chare 210 (load 13.9640)

=== 2 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 28 P#28 (0 chares)
=== 2 === Chare 226 (load 11.7491)

=== 2 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 2 === Chare from 29 P#29 (0 chares)
=== 2 === Chare 85 (load 21.4172)

=== 2 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 2 === Chare from 30 P#30 (0 chares)
=== 2 === Chare 355 (load 15.0316)

=== 2 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 2 === Chare from 31 P#31 (0 chares)
=== 2 === Chare 202 (load 17.1818)

=== 2 === Less loaded core 7 P#7 (1 chares, load: 7.4250)
=== 2 === Chare from 7 P#7 (1 chares)
=== 2 === Chare 54 (load 7.3790)

=== 2 === Less loaded core 2 P#4 (1 chares, load: 7.4273)
=== 2 === Chare from 2 P#2 (1 chares)
=== 2 === Chare 384 (load 7.4014)

=== 2 === Less loaded core 10 P#0 (1 chares, load: 7.4770)
=== 2 === Chare from 10 P#10 (1 chares)
=== 2 === Chare 176 (load 7.4598)

=== 2 === Less loaded core 4 P#1 (1 chares, load: 7.4920)
=== 2 === Chare from 4 P#4 (1 chares)
=== 2 === Chare 31 (load 7.4384)

=== 2 === Less loaded core 19 P#0 (1 chares, load: 7.5387)
=== 2 === Chare from 19 P#19 (1 chares)
=== 2 === Chare 139 (load 7.4352)

=== 2 === Less loaded core 11 P#0 (1 chares, load: 7.5766)
=== 2 === Chare from 11 P#11 (1 chares)
=== 2 === Chare 207 (load 7.5028)

=== 2 === Less loaded core 17 P#0 (1 chares, load: 7.5808)
=== 2 === Chare from 17 P#17 (1 chares)
=== 2 === Chare 94 (load 7.3852)

=== 2 === Less loaded core 12 P#51628000 (1 chares, load: 7.5810)
=== 2 === Chare from 12 P#12 (1 chares)
=== 2 === Chare 192 (load 7.5314)

=== 2 === Less loaded core 1 P#2 (1 chares, load: 8.0714)
=== 2 === Chare from 1 P#1 (1 chares)
=== 2 === Chare 141 (load 7.4677)

=== 2 === Less loaded core 8 P#9346032 (1 chares, load: 8.0946)
=== 2 === Chare from 8 P#8 (1 chares)
=== 2 === Chare 411 (load 7.4384)

=== 2 === Less loaded core 21 P#0 (1 chares, load: 8.5887)
=== 2 === Chare from 21 P#21 (1 chares)
=== 2 === Chare 86 (load 7.4209)

=== 2 === Less loaded core 25 P#32767 (1 chares, load: 9.3507)
=== 2 === Chare from 25 P#25 (1 chares)
=== 2 === Chare 104 (load 9.2607)

=== 2 === Less loaded core 23 P#23 (1 chares, load: 9.7405)
=== 2 === Chare from 23 P#23 (1 chares)
=== 2 === Chare 208 (load 7.5760)

=== 2 === Less loaded core 6 P#5 (1 chares, load: 9.7504)
=== 2 === Chare from 6 P#6 (1 chares)
=== 2 === Chare 68 (load 7.4036)

=== 2 === Less loaded core 14 P#19182192 (1 chares, load: 9.8594)
=== 2 === Chare from 14 P#14 (1 chares)
=== 2 === Chare 282 (load 7.4176)

=== 2 === Less loaded core 16 P#71200864 (1 chares, load: 10.3314)
=== 2 === Chare from 16 P#16 (1 chares)
=== 2 === Chare 30 (load 7.5489)

=== 2 === Less loaded core 22 P#22 (1 chares, load: 10.4311)
=== 2 === Chare from 22 P#22 (1 chares)
=== 2 === Chare 191 (load 7.3801)

=== 2 === Less loaded core 15 P#0 (1 chares, load: 10.8035)
=== 2 === Chare from 15 P#15 (1 chares)
=== 2 === Chare 265 (load 7.5016)

=== 2 === Less loaded core 28 P#-402653184 (1 chares, load: 11.7491)
=== 2 === Chare from 28 P#28 (1 chares)
=== 2 === Chare 178 (load 8.1711)

=== 2 === Less loaded core 20 P#0 (1 chares, load: 11.9349)
=== 2 === Chare from 20 P#20 (1 chares)
=== 2 === Chare 32 (load 7.1033)

=== 2 === Less loaded core 9 P#0 (1 chares, load: 13.1709)
=== 2 === Chare from 9 P#9 (1 chares)
=== 2 === Chare 77 (load 7.3696)

=== 2 === Less loaded core 3 P#6 (1 chares, load: 13.8610)
=== 2 === Chare from 3 P#3 (1 chares)
=== 2 === Chare 428 (load 7.4160)

=== 2 === Less loaded core 27 P#32767 (1 chares, load: 13.9640)
=== 2 === Chare from 27 P#27 (1 chares)
=== 2 === Chare 148 (load 13.5815)

=== 2 === Less loaded core 18 P#32 (1 chares, load: 14.0033)
=== 2 === Chare from 18 P#18 (1 chares)
=== 2 === Chare 126 (load 7.3747)

=== 2 === Less loaded core 26 P#1 (1 chares, load: 14.0520)
=== 2 === Chare from 26 P#26 (1 chares)
=== 2 === Chare 284 (load 13.9722)

=== 2 === Less loaded core 13 P#0 (1 chares, load: 14.6838)
=== 2 === Chare from 13 P#13 (1 chares)
=== 2 === Chare 290 (load 7.4536)

=== 2 === Less loaded core 7 P#7 (2 chares, load: 14.8040)
=== 2 === Chare from 7 P#7 (2 chares)
=== 2 === Chare 430 (load 7.3222)

=== 2 === Less loaded core 2 P#4 (2 chares, load: 14.8287)
=== 2 === Chare from 2 P#2 (2 chares)
=== 2 === Chare 239 (load 7.3619)

=== 2 === Less loaded core 4 P#1 (2 chares, load: 14.9304)
=== 2 === Chare from 4 P#4 (2 chares)
=== 2 === Chare 146 (load 7.3981)

=== 2 === Less loaded core 10 P#0 (2 chares, load: 14.9367)
=== 2 === Chare from 10 P#10 (2 chares)
=== 2 === Chare 256 (load 7.3540)

=== 2 === Less loaded core 17 P#0 (2 chares, load: 14.9660)
=== 2 === Chare from 17 P#17 (2 chares)
=== 2 === Chare 97 (load 7.3384)

=== 2 === Less loaded core 19 P#0 (2 chares, load: 14.9739)
=== 2 === Chare from 19 P#19 (2 chares)
=== 2 === Chare 177 (load 7.3695)

=== 2 === Less loaded core 30 P#-78976 (1 chares, load: 15.0316)
=== 2 === Chare from 30 P#30 (1 chares)
=== 2 === Chare 95 (load 11.2221)

=== 2 === Less loaded core 11 P#0 (2 chares, load: 15.0794)
=== 2 === Chare from 11 P#11 (2 chares)
=== 2 === Chare 234 (load 7.3984)

=== 2 === Less loaded core 12 P#51628000 (2 chares, load: 15.1123)
=== 2 === Chare from 12 P#12 (2 chares)
=== 2 === Chare 209 (load 7.4438)

=== 2 === Less loaded core 0 P#0 (1 chares, load: 15.1617)
=== 2 === Chare from 0 P#0 (1 chares)
=== 2 === Chare 291 (load 7.4556)

=== 2 === Less loaded core 8 P#9346032 (2 chares, load: 15.5330)
=== 2 === Chare from 8 P#8 (2 chares)
=== 2 === Chare 124 (load 7.4244)

=== 2 === Less loaded core 1 P#2 (2 chares, load: 15.5391)
=== 2 === Chare from 1 P#1 (2 chares)
=== 2 === Chare 283 (load 7.3604)

=== 2 === Less loaded core 21 P#0 (2 chares, load: 16.0096)
=== 2 === Chare from 21 P#21 (2 chares)
=== 2 === Chare 147 (load 7.2963)

=== 2 === Less loaded core 5 P#3 (1 chares, load: 16.3650)
=== 2 === Chare from 5 P#5 (1 chares)
=== 2 === Chare 53 (load 7.4118)

=== 2 === Less loaded core 6 P#5 (2 chares, load: 17.1540)
=== 2 === Chare from 6 P#6 (2 chares)
=== 2 === Chare 281 (load 7.3951)

=== 2 === Less loaded core 31 P#32767 (1 chares, load: 17.1818)
=== 2 === Chare from 31 P#31 (1 chares)
=== 2 === Chare 289 (load 7.3938)

=== 2 === Less loaded core 14 P#19182192 (2 chares, load: 17.2769)
=== 2 === Chare from 14 P#14 (2 chares)
=== 2 === Chare 342 (load 7.4083)

=== 2 === Less loaded core 23 P#23 (2 chares, load: 17.3165)
=== 2 === Chare from 23 P#23 (2 chares)
=== 2 === Chare 255 (load 7.3539)

=== 2 === Less loaded core 22 P#22 (2 chares, load: 17.8111)
=== 2 === Chare from 22 P#22 (2 chares)
=== 2 === Chare 241 (load 7.2367)

=== 2 === Less loaded core 16 P#71200864 (2 chares, load: 17.8802)
=== 2 === Chare from 16 P#16 (2 chares)
=== 2 === Chare 263 (load 7.3939)

=== 2 === Less loaded core 15 P#0 (2 chares, load: 18.3051)
=== 2 === Chare from 15 P#15 (2 chares)
=== 2 === Chare 254 (load 7.4997)

=== 2 === Less loaded core 25 P#32767 (2 chares, load: 18.6114)
=== 2 === Chare from 25 P#25 (2 chares)
=== 2 === Chare 105 (load 9.1679)

=== 2 === Less loaded core 20 P#0 (2 chares, load: 19.0382)
=== 2 === Chare from 20 P#20 (2 chares)
=== 2 === Chare 88 (load 7.0389)

=== 2 === Less loaded core 24 P#24 (1 chares, load: 19.4438)
=== 2 === Chare from 24 P#24 (1 chares)
=== 2 === Chare 358 (load 7.3334)

=== 2 === Less loaded core 28 P#805306368 (2 chares, load: 19.9203)
=== 2 === Chare from 28 P#28 (2 chares)
=== 2 === Chare 125 (load 7.5688)

=== 2 === Less loaded core 9 P#0 (2 chares, load: 20.5405)
=== 2 === Chare from 9 P#9 (2 chares)
=== 2 === Chare 403 (load 7.3219)

=== 2 === Less loaded core 3 P#6 (2 chares, load: 21.2770)
=== 2 === Chare from 3 P#3 (2 chares)
=== 2 === Chare 425 (load 7.4122)

=== 2 === Less loaded core 18 P#32 (2 chares, load: 21.3780)
=== 2 === Chare from 18 P#18 (2 chares)
=== 2 === Chare 127 (load 7.2629)

=== 2 === Less loaded core 29 P#1077242572 (1 chares, load: 21.4172)
=== 2 === Chare from 29 P#29 (1 chares)
=== 2 === Chare 383 (load 7.4230)

=== 2 === Less loaded core 7 P#7 (3 chares, load: 22.1262)
=== 2 === Chare from 7 P#7 (3 chares)
=== 2 === Chare 343 (load 7.2732)

=== 2 === Less loaded core 13 P#0 (2 chares, load: 22.1374)
=== 2 === Chare from 13 P#13 (2 chares)
=== 2 === Chare 359 (load 7.3080)

=== 2 === Less loaded core 2 P#4 (3 chares, load: 22.1906)
=== 2 === Chare from 2 P#2 (3 chares)
=== 2 === Chare 161 (load 7.3377)

=== 2 === Less loaded core 10 P#0 (3 chares, load: 22.2908)
=== 2 === Chare from 10 P#10 (3 chares)
=== 2 === Chare 237 (load 7.2417)

=== 2 === Less loaded core 17 P#0 (3 chares, load: 22.3044)
=== 2 === Chare from 17 P#17 (3 chares)
=== 2 === Chare 96 (load 7.3130)

=== 2 === Less loaded core 4 P#1 (3 chares, load: 22.3286)
=== 2 === Chare from 4 P#4 (3 chares)
=== 2 === Chare 227 (load 7.3137)

=== 2 === Less loaded core 19 P#0 (3 chares, load: 22.3434)
=== 2 === Chare from 19 P#19 (3 chares)
=== 2 === Chare 179 (load 7.2585)

=== 2 === Less loaded core 11 P#0 (3 chares, load: 22.4778)
=== 2 === Chare from 11 P#11 (3 chares)
=== 2 === Chare 400 (load 7.3806)

=== 2 === Less loaded core 12 P#51628000 (3 chares, load: 22.5561)
=== 2 === Chare from 12 P#12 (3 chares)
=== 2 === Chare 193 (load 7.2204)

=== 2 === Less loaded core 0 P#0 (2 chares, load: 22.6173)
=== 2 === Chare from 0 P#0 (2 chares)
=== 2 === Chare 79 (load 7.3027)

=== 2 === Less loaded core 1 P#2 (3 chares, load: 22.8995)
=== 2 === Chare from 1 P#1 (3 chares)
=== 2 === Chare 341 (load 7.3236)

=== 2 === Less loaded core 8 P#9346032 (3 chares, load: 22.9574)
=== 2 === Chare from 8 P#8 (3 chares)
=== 2 === Chare 409 (load 7.3333)

=== 2 === Less loaded core 21 P#0 (3 chares, load: 23.3059)
=== 2 === Chare from 21 P#21 (3 chares)
=== 2 === Chare 162 (load 7.2379)

=== 2 === Less loaded core 5 P#3 (2 chares, load: 23.7768)
=== 2 === Chare from 5 P#5 (2 chares)
=== 2 === Chare 245 (load 7.3362)

=== 2 === Less loaded core 6 P#5 (3 chares, load: 24.5490)
=== 2 === Chare from 6 P#6 (3 chares)
=== 2 === Chare 229 (load 7.2883)

=== 2 === Less loaded core 31 P#32767 (2 chares, load: 24.5757)
=== 2 === Chare from 31 P#31 (2 chares)
=== 2 === Chare 29 (load 7.2986)

=== 2 === Less loaded core 23 P#23 (3 chares, load: 24.6704)
=== 2 === Chare from 23 P#23 (3 chares)
=== 2 === Chare 382 (load 7.1443)

=== 2 === Less loaded core 14 P#19182192 (3 chares, load: 24.6852)
=== 2 === Chare from 14 P#14 (3 chares)
=== 2 === Chare 243 (load 7.2819)

=== 2 === Less loaded core 22 P#22 (3 chares, load: 25.0479)
=== 2 === Chare from 22 P#22 (3 chares)
=== 2 === Chare 432 (load 7.0737)

=== 2 === Less loaded core 16 P#71200864 (3 chares, load: 25.2741)
=== 2 === Chare from 16 P#16 (3 chares)
=== 2 === Chare 140 (load 7.3301)

=== 2 === Less loaded core 15 P#0 (3 chares, load: 25.8048)
=== 2 === Chare from 15 P#15 (3 chares)
=== 2 === Chare 194 (load 7.2217)

=== 2 === Less loaded core 20 P#0 (3 chares, load: 26.0771)
=== 2 === Chare from 20 P#20 (3 chares)
=== 2 === Chare 242 (load 7.0018)

=== 2 === Less loaded core 30 P#-78976 (2 chares, load: 26.2537)
=== 2 === Chare from 30 P#30 (2 chares)
=== 2 === Chare 344 (load 7.2562)

=== 2 === Less loaded core 24 P#24 (2 chares, load: 26.7772)
=== 2 === Chare from 24 P#24 (2 chares)
=== 2 === Chare 431 (load 7.1720)

=== 2 === Less loaded core 28 P#1207959552 (3 chares, load: 27.4890)
=== 2 === Chare from 28 P#28 (3 chares)
=== 2 === Chare 55 (load 7.2548)

=== 2 === Less loaded core 27 P#32767 (2 chares, load: 27.5454)
=== 2 === Chare from 27 P#27 (2 chares)
=== 2 === Chare 228 (load 7.3448)

=== 2 === Less loaded core 25 P#32767 (3 chares, load: 27.7793)
=== 2 === Chare from 25 P#25 (3 chares)
=== 2 === Chare 102 (load 6.9248)

=== 2 === Less loaded core 9 P#0 (3 chares, load: 27.8624)
=== 2 === Chare from 9 P#9 (3 chares)
=== 2 === Chare 80 (load 7.3206)

=== 2 === Less loaded core 26 P#2 (2 chares, load: 28.0242)
=== 2 === Chare from 26 P#26 (2 chares)
=== 2 === Chare 427 (load 7.3080)

=== 2 === Less loaded core 18 P#32 (3 chares, load: 28.6409)
=== 2 === Chare from 18 P#18 (3 chares)
=== 2 === Chare 87 (load 7.0347)

=== 2 === Less loaded core 3 P#6 (3 chares, load: 28.6892)
=== 2 === Chare from 3 P#3 (3 chares)
=== 2 === Chare 426 (load 7.2309)

=== 2 === Less loaded core 29 P#1077729045 (2 chares, load: 28.8402)
=== 2 === Chare from 29 P#29 (2 chares)
=== 2 === Chare 429 (load 7.3513)

=== 2 === Less loaded core 7 P#7 (4 chares, load: 29.3994)
=== 2 === Chare from 5 P#5 (3 chares)
=== 2 === Chare 38 (load 7.1964)

=== 2 === Less loaded core 13 P#0 (3 chares, load: 29.4453)
=== 2 === Chare from 13 P#13 (3 chares)
=== 2 === Chare 357 (load 7.2740)

=== 2 === Less loaded core 2 P#4 (4 chares, load: 29.5283)
=== 2 === Chare from 0 P#0 (3 chares)
=== 2 === Chare 240 (load 7.2557)

=== 2 === Less loaded core 10 P#0 (4 chares, load: 29.5324)
=== 2 === Chare from 31 P#31 (3 chares)
=== 2 === Chare 360 (load 6.9490)

=== 2 === Less loaded core 19 P#0 (4 chares, load: 29.6019)
=== 2 === Chare from 30 P#30 (3 chares)
=== 2 === Chare 354 (load 7.1945)

=== 2 === Less loaded core 17 P#0 (4 chares, load: 29.6174)
=== 2 === Chare from 29 P#29 (3 chares)
=== 2 === Chare 356 (load 7.1434)

=== 2 === Less loaded core 4 P#1 (4 chares, load: 29.6422)
=== 2 === Chare from 27 P#27 (3 chares)
=== 2 === Chare 292 (load 7.0551)

=== 2 === Less loaded core 12 P#51628000 (4 chares, load: 29.7765)
=== 2 === Chare from 26 P#26 (3 chares)
=== 2 === Chare 40 (load 7.1451)

=== 2 === Less loaded core 11 P#0 (4 chares, load: 29.8584)
=== 2 === Chare from 24 P#24 (3 chares)
=== 2 === Chare 353 (load 6.9521)

[DEBUG] GetBackPlacement from node 1
10 14.5168
0 10.9748
9 10.4620
2 7.8939
67 7.9035
112 7.4039
21 7.2755
49 7.2515
4 13.2566
58 8.6449
14 7.3331
53 7.3018
102 14.7786
118 14.5239
116 13.0013
57 10.6654
77 7.4564
51 7.3058
47 7.2926
54 7.2157
88 7.3930
121 7.3743
122 7.3488
64 7.3127
50 7.6708
78 7.4514
48 7.3702
120 7.3039
93 7.5332
80 7.3919
94 7.3267
52 7.2767
109 7.4794
110 7.3826
111 7.3467
1 7.2364
97 7.4141
100 7.3581
99 7.2755
61 7.0835
6 7.8429
66 7.2313
5 7.1397
72 7.1381
101 7.5812
32 7.3454
65 7.3108
104 7.2523
31 10.9253
30 8.1962
79 7.3162
95 7.2774
105 7.4548
106 7.4345
96 7.3359
107 7.2928
82 7.4975
39 7.4783
38 7.4121
81 7.3449
123 7.4867
125 7.3909
127 7.3879
126 7.3127
45 13.8016
62 9.7466
22 6.8747
3 6.8297
26 9.4049
24 9.2677
15 7.0668
25 6.8444
23 7.0347
16 6.8457
13 6.8249
12 6.8130
17 9.2732
18 9.1039
85 6.9809
87 6.9076
35 13.9940
36 13.9179
20 9.2386
19 6.8424
59 13.9420
60 13.7148
34 9.9307
33 9.7520
28 9.7384
37 8.9129
89 6.9469
63 6.8851
92 9.9306
91 9.0256
90 7.2224
119 6.7889
7 14.7576
8 13.4863
114 13.3136
56 8.8392
69 9.0876
70 7.0052
71 6.9992
55 6.8357
41 9.3101
43 9.1870
40 9.1239
42 8.5188
124 8.7229
113 7.3395
115 7.1723
68 7.0645
11 10.2617
86 7.9253
108 7.7087
84 7.1666
117 13.9948
44 10.6235
46 7.8579
98 7.3558
27 7.4662
29 7.3872
103 7.3477
74 7.2107
73 7.3731
76 7.3056
75 7.1997
83 7.1912
Core 0 load 43.8475
Core 1 load 29.8343
Core 2 load 36.5364
Core 3 load 52.9692
Core 4 load 29.2704
Core 5 load 29.4287
Core 6 load 29.7963
Core 7 load 29.5285
Core 8 load 29.4450
Core 9 load 29.1312
Core 10 load 29.3520
Core 11 load 29.4897
Core 12 load 33.7151
Core 13 load 29.5180
Core 14 load 29.7327
Core 15 load 29.5783
Core 16 load 37.2527
Core 17 load 32.5838
Core 18 load 27.5183
Core 19 load 32.2656
Core 20 load 43.9930
Core 21 load 47.3394
Core 22 load 32.4833
Core 23 load 32.9676
Core 24 load 50.3967
Core 25 load 29.9277
Core 26 load 36.1397
Core 27 load 30.2992
Core 28 load 33.0623
Core 29 load 39.8319
Core 30 load 29.4119
Core 31 load 29.0696
Avg load 33.9286 in [32.9108 ; 34.9465 ]
Swap chares 75 (6.8130) and 15 (10.6654) between cores 18 (27.5183) and 3
(52.9692)
New loads : 18 (31.3708) and 3 (49.1168)
Swap chares 127 (7.1912) and 99 (8.8392) between cores 31 (29.0696) and 24
(50.3967)
New loads : 31 (30.7176) and 24 (48.7487)
Swap chares 38 (7.2755) and 14 (13.0013) between cores 9 (29.1312) and 3
(49.1168)
New loads : 9 (34.8570) and 3 (43.3910)
Swap chares 18 (7.2926) and 98 (13.3136) between cores 4 (29.2704) and 24
(48.7487)
New loads : 4 (35.2914) and 24 (42.7277)
Swap chares 43 (7.1381) and 87 (9.7520) between cores 10 (29.3520) and 21
(47.3394)
New loads : 10 (31.9659) and 21 (44.7255)
Swap chares 122 (7.3477) and 86 (9.9307) between cores 30 (29.4119) and 21
(44.7255)
New loads : 30 (31.9949) and 21 (42.1425)
Swap chares 22 (7.3488) and 82 (9.2386) between cores 5 (29.4287) and 20
(43.9930)
New loads : 5 (31.3186) and 20 (42.1031)
Swap chares 35 (7.2364) and 3 (7.8939) between cores 8 (29.4450) and 0
(43.8475)
New loads : 8 (30.1025) and 0 (43.1899)
Swap chares 45 (7.3454) and 13 (14.5239) between cores 11 (29.4897) and 3
(43.3910)
New loads : 11 (36.6682) and 3 (36.2125)
Swap chares 54 (7.3359) and 2 (10.4620) between cores 13 (29.5180) and 0
(43.1899)
New loads : 13 (32.6441) and 0 (40.0638)
Swap chares 29 (7.3919) and 97 (13.4863) between cores 7 (29.5285) and 24
(42.7277)
New loads : 7 (35.6229) and 24 (36.6333)
Swap chares 61 (7.3909) and 85 (13.7148) between cores 15 (29.5783) and 21
(42.1425)
New loads : 15 (35.9021) and 21 (35.8187)
Swap chares 57 (7.4783) and 81 (13.9179) between cores 14 (29.7327) and 20
(42.1031)
New loads : 14 (36.1724) and 20 (35.6635)
Swap chares 25 (7.4514) and 1 (10.9748) between cores 6 (29.7963) and 0
(40.0638)
New loads : 6 (33.3196) and 0 (36.5405)
Swap chares 7 (7.2515) and 119 (7.3558) between cores 1 (29.8343) and 29
(39.8319)
New loads : 1 (29.9386) and 29 (39.7277)
Swap chares 103 (6.8357) and 119 (7.2515) between cores 25 (29.9277) and 29
(39.7277)
New loads : 25 (30.3434) and 29 (39.3119)
Swap chares 6 (7.2755) and 118 (7.8579) between cores 1 (29.9386) and 29
(39.3119)
New loads : 1 (30.5211) and 29 (38.7295)
Swap chares 33 (7.3826) and 117 (10.6235) between cores 8 (30.1025) and 29
(38.7295)
New loads : 8 (33.3434) and 29 (35.4886)
Swap chares 109 (7.3395) and 65 (9.7466) between cores 27 (30.2992) and 16
(37.2527)
New loads : 27 (32.7064) and 16 (34.8455)
Swap chares 103 (7.2515) and 47 (7.2523) between cores 25 (30.3434) and 11
(36.6682)
New loads : 25 (30.3442) and 11 (36.6674)
Swap chares 102 (6.9992) and 46 (7.3108) between cores 25 (30.3442) and 11
(36.6674)
New loads : 25 (30.6559) and 11 (36.3557)
Swap chares 4 (7.9035) and 96 (14.7576) between cores 1 (30.5211) and 24
(36.6333)
New loads : 1 (37.3751) and 24 (29.7792)
Swap chares 99 (7.1912) and 7 (7.3558) between cores 24 (29.7792) and 1
(37.3751)
New loads : 24 (29.9438) and 1 (37.2106)
Swap chares 98 (7.2926) and 6 (7.8579) between cores 24 (29.9438) and 1
(37.2106)
New loads : 24 (30.5091) and 1 (36.6452)
Swap chares 97 (7.3919) and 5 (7.4039) between cores 24 (30.5091) and 1
(36.6452)
New loads : 24 (30.5211) and 1 (36.6333)
Swap chares 96 (7.9035) and 4 (14.7576) between cores 24 (30.5211) and 1
(36.6333)
New loads : 24 (37.3751) and 1 (29.7792)
Swap chares 7 (7.1912) and 99 (7.3558) between cores 1 (29.7792) and 24
(37.3751)
New loads : 1 (29.9438) and 24 (37.2106)
Swap chares 6 (7.2926) and 98 (7.8579) between cores 1 (29.9438) and 24
(37.2106)
New loads : 1 (30.5091) and 24 (36.6452)
Swap chares 5 (7.3919) and 97 (7.4039) between cores 1 (30.5091) and 24
(36.6452)
New loads : 1 (30.5211) and 24 (36.6333)
Swap chares 4 (7.9035) and 96 (14.7576) between cores 1 (30.5211) and 24
(36.6333)
New loads : 1 (37.3751) and 24 (29.7792)
Swap chares 99 (7.1912) and 7 (7.3558) between cores 24 (29.7792) and 1
(37.3751)
New loads : 24 (29.9438) and 1 (37.2106)
Swap chares 98 (7.2926) and 6 (7.8579) between cores 24 (29.9438) and 1
(37.2106)
New loads : 24 (30.5091) and 1 (36.6452)
Swap chares 97 (7.3919) and 5 (7.4039) between cores 24 (30.5091) and 1
(36.6452)
New loads : 24 (30.5211) and 1 (36.6333)
Swap chares 96 (7.9035) and 4 (14.7576) between cores 24 (30.5211) and 1
(36.6333)
New loads : 24 (37.3751) and 1 (29.7792)
Swap chares 7 (7.1912) and 99 (7.3558) between cores 1 (29.7792) and 24
(37.3751)
New loads : 1 (29.9438) and 24 (37.2106)
Swap chares 6 (7.2926) and 98 (7.8579) between cores 1 (29.9438) and 24
(37.2106)
New loads : 1 (30.5091) and 24 (36.6452)
Swap chares 5 (7.3919) and 97 (7.4039) between cores 1 (30.5091) and 24
(36.6452)
New loads : 1 (30.5211) and 24 (36.6333)
Swap chares 4 (7.9035) and 96 (14.7576) between cores 1 (30.5211) and 24
(36.6333)
New loads : 1 (37.3751) and 24 (29.7792)
Swap chares 99 (7.1912) and 7 (7.3558) between cores 24 (29.7792) and 1
(37.3751)
New loads : 24 (29.9438) and 1 (37.2106)
Swap chares 98 (7.2926) and 6 (7.8579) between cores 24 (29.9438) and 1
(37.2106)
New loads : 24 (30.5091) and 1 (36.6452)
Swap chares 97 (7.3919) and 5 (7.4039) between cores 24 (30.5091) and 1
(36.6452)
New loads : 24 (30.5211) and 1 (36.6333)
Swap chares 96 (7.9035) and 4 (14.7576) between cores 24 (30.5211) and 1
(36.6333)
New loads : 24 (37.3751) and 1 (29.7792)
Swap chares 7 (7.1912) and 99 (7.3558) between cores 1 (29.7792) and 24
(37.3751)
New loads : 1 (29.9438) and 24 (37.2106)
Swap chares 6 (7.2926) and 98 (7.8579) between cores 1 (29.9438) and 24
(37.2106)
New loads : 1 (30.5091) and 24 (36.6452)
Swap chares 5 (7.3919) and 97 (7.4039) between cores 1 (30.5091) and 24
(36.6452)
New loads : 1 (30.5211) and 24 (36.6333)
Swap chares 4 (7.9035) and 96 (14.7576) between cores 1 (30.5211) and 24
(36.6333)
New loads : 1 (37.3751) and 24 (29.7792)
Swap chares 99 (7.1912) and 7 (7.3558) between cores 24 (29.7792) and 1
(37.3751)
New loads : 24 (29.9438) and 1 (37.2106)
Swap chares 98 (7.2926) and 6 (7.8579) between cores 24 (29.9438) and 1
(37.2106)
New loads : 24 (30.5091) and 1 (36.6452)
Swap chares 97 (7.3919) and 5 (7.4039) between cores 24 (30.5091) and 1
(36.6452)
New loads : 24 (30.5211) and 1 (36.6333)
Swap chares 96 (7.9035) and 4 (14.7576) between cores 24 (30.5211) and 1
(36.6333)
New loads : 24 (37.3751) and 1 (29.7792)
Swap chares 7 (7.1912) and 99 (7.3558) between cores 1 (29.7792) and 24
(37.3751)
New loads : 1 (29.9438) and 24 (37.2106)
Swap chares 6 (7.2926) and 98 (7.8579) between cores 1 (29.9438) and 24
(37.2106)
New loads : 1 (30.5091) and 24 (36.6452)
Swap chares 5 (7.3919) and 97 (7.4039) between cores 1 (30.5091) and 24
(36.6452)
New loads : 1 (30.5211) and 24 (36.6333)
Swap chares 4 (7.9035) and 96 (14.7576) between cores 1 (30.5211) and 24
(36.6333)
New loads : 1 (37.3751) and 24 (29.7792)
Swap chares 99 (7.1912) and 7 (7.3558) between cores 24 (29.7792) and 1
(37.3751)
New loads : 24 (29.9438) and 1 (37.2106)
Swap chares 98 (7.2926) and 6 (7.8579) between cores 24 (29.9438) and 1
(37.2106)
New loads : 24 (30.5091) and 1 (36.6452)
Swap chares 97 (7.3919) and 5 (7.4039) between cores 24 (30.5091) and 1
(36.6452)
New loads : 24 (30.5211) and 1 (36.6333)
Swap chares 96 (7.9035) and 4 (14.7576) between cores 24 (30.5211) and 1
(36.6333)
New loads : 24 (37.3751) and 1 (29.7792)
Swap chares 7 (7.1912) and 99 (7.3558) between cores 1 (29.7792) and 24
(37.3751)
New loads : 1 (29.9438) and 24 (37.2106)
Swap chares 6 (7.2926) and 98 (7.8579) between cores 1 (29.9438) and 24
(37.2106)
New loads : 1 (30.5091) and 24 (36.6452)
Swap chares 5 (7.3919) and 97 (7.4039) between cores 1 (30.5091) and 24
(36.6452)
New loads : 1 (30.5211) and 24 (36.6333)
Swap chares 4 (7.9035) and 96 (14.7576) between cores 1 (30.5211) and 24
(36.6333)
New loads : 1 (37.3751) and 24 (29.7792)
Swap chares 99 (7.1912) and 7 (7.3558) between cores 24 (29.7792) and 1
(37.3751)
New loads : 24 (29.9438) and 1 (37.2106)
Swap chares 98 (7.2926) and 6 (7.8579) between cores 24 (29.9438) and 1
(37.2106)
New loads : 24 (30.5091) and 1 (36.6452)
=== 1 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 0 P#0 (0 chares)
=== 1 === Chare 269 (load 14.5168)

=== 1 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 1 === Chare from 1 P#1 (0 chares)
=== 1 === Chare 266 (load 14.7576)

=== 1 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 1 === Chare from 2 P#2 (0 chares)
=== 1 === Chare 247 (load 13.2566)

=== 1 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 1 === Chare from 3 P#3 (0 chares)
=== 1 === Chare 486 (load 14.7786)

=== 1 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 1 === Chare from 4 P#4 (0 chares)
=== 1 === Chare 523 (load 13.3136)

=== 1 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 1 === Chare from 5 P#5 (0 chares)
=== 1 === Chare 302 (load 9.2386)

=== 1 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 1 === Chare from 6 P#6 (0 chares)
=== 1 === Chare 184 (load 10.9748)

=== 1 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 1 === Chare from 7 P#7 (0 chares)
=== 1 === Chare 267 (load 13.4863)

=== 1 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 1 === Chare from 8 P#8 (0 chares)
=== 1 === Chare 345 (load 10.6235)

=== 1 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 9 P#9 (0 chares)
=== 1 === Chare 525 (load 13.0013)

=== 1 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 10 P#10 (0 chares)
=== 1 === Chare 327 (load 9.7520)

=== 1 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 11 P#11 (0 chares)
=== 1 === Chare 531 (load 14.5239)

=== 1 === Less loaded core 12 P#22936640 (0 chares, load: 0.0000)
=== 1 === Chare from 12 P#12 (0 chares)
=== 1 === Chare 321 (load 10.9253)

=== 1 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 13 P#13 (0 chares)
=== 1 === Chare 268 (load 10.4620)

=== 1 === Less loaded core 14 P#108514640 (0 chares, load: 0.0000)
=== 1 === Chare from 14 P#14 (0 chares)
=== 1 === Chare 330 (load 13.9179)

=== 1 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 15 P#15 (0 chares)
=== 1 === Chare 378 (load 13.7148)

=== 1 === Less loaded core 16 P#52441504 (0 chares, load: 0.0000)
=== 1 === Chare from 16 P#16 (0 chares)
=== 1 === Chare 346 (load 13.8016)

=== 1 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 17 P#17 (0 chares)
=== 1 === Chare 316 (load 9.4049)

=== 1 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 1 === Chare from 18 P#18 (0 chares)
=== 1 === Chare 375 (load 10.6654)

=== 1 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 19 P#19 (0 chares)
=== 1 === Chare 299 (load 9.2732)

=== 1 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 20 P#20 (0 chares)
=== 1 === Chare 329 (load 13.9940)

=== 1 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 21 P#21 (0 chares)
=== 1 === Chare 377 (load 13.9420)

=== 1 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 1 === Chare from 22 P#22 (0 chares)
=== 1 === Chare 318 (load 9.7384)

=== 1 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 1 === Chare from 23 P#23 (0 chares)
=== 1 === Chare 467 (load 9.9306)

=== 1 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 1 === Chare from 24 P#24 (0 chares)
=== 1 === Chare 407 (load 7.9035)

=== 1 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 1 === Chare from 25 P#25 (0 chares)
=== 1 === Chare 417 (load 9.0876)

=== 1 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 26 P#26 (0 chares)
=== 1 === Chare 335 (load 9.3101)

=== 1 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 1 === Chare from 27 P#27 (0 chares)
=== 1 === Chare 380 (load 9.7466)

=== 1 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 28 P#28 (0 chares)
=== 1 === Chare 273 (load 10.2617)

=== 1 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 1 === Chare from 29 P#29 (0 chares)
=== 1 === Chare 526 (load 13.9948)

=== 1 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 1 === Chare from 30 P#30 (0 chares)
=== 1 === Chare 328 (load 9.9307)

=== 1 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 1 === Chare from 31 P#31 (0 chares)
=== 1 === Chare 374 (load 8.8392)

=== 1 === Less loaded core 24 P#24 (1 chares, load: 7.9035)
=== 1 === Chare from 24 P#24 (1 chares)
=== 1 === Chare 347 (load 7.8579)

=== 1 === Less loaded core 31 P#32767 (1 chares, load: 8.8392)
=== 1 === Chare from 31 P#31 (1 chares)
=== 1 === Chare 421 (load 7.3731)

=== 1 === Less loaded core 25 P#32767 (1 chares, load: 9.0876)
=== 1 === Chare from 25 P#25 (1 chares)
=== 1 === Chare 405 (load 7.3108)

=== 1 === Less loaded core 5 P#3 (1 chares, load: 9.2386)
=== 1 === Chare from 5 P#5 (1 chares)
=== 1 === Chare 455 (load 7.3930)

=== 1 === Less loaded core 19 P#0 (1 chares, load: 9.2732)
=== 1 === Chare from 19 P#19 (1 chares)
=== 1 === Chare 300 (load 9.1039)

=== 1 === Less loaded core 26 P#1 (1 chares, load: 9.3101)
=== 1 === Chare from 26 P#26 (1 chares)
=== 1 === Chare 337 (load 9.1870)

=== 1 === Less loaded core 17 P#0 (1 chares, load: 9.4049)
=== 1 === Chare from 17 P#17 (1 chares)
=== 1 === Chare 314 (load 9.2677)

=== 1 === Less loaded core 22 P#22 (1 chares, load: 9.7384)
=== 1 === Chare from 22 P#22 (1 chares)
=== 1 === Chare 331 (load 8.9129)

=== 1 === Less loaded core 27 P#32767 (1 chares, load: 9.7466)
=== 1 === Chare from 27 P#27 (1 chares)
=== 1 === Chare 553 (load 8.7229)

=== 1 === Less loaded core 10 P#0 (1 chares, load: 9.7520)
=== 1 === Chare from 10 P#10 (1 chares)
=== 1 === Chare 249 (load 7.8429)

=== 1 === Less loaded core 23 P#23 (1 chares, load: 9.9306)
=== 1 === Chare from 23 P#23 (1 chares)
=== 1 === Chare 466 (load 9.0256)

=== 1 === Less loaded core 30 P#-78976 (1 chares, load: 9.9307)
=== 1 === Chare from 30 P#30 (1 chares)
=== 1 === Chare 317 (load 7.4662)

=== 1 === Less loaded core 28 P#-1879048192 (1 chares, load: 10.2617)
=== 1 === Chare from 28 P#28 (1 chares)
=== 1 === Chare 453 (load 7.9253)

=== 1 === Less loaded core 13 P#0 (1 chares, load: 10.4620)
=== 1 === Chare from 13 P#13 (1 chares)
=== 1 === Chare 489 (load 7.4548)

=== 1 === Less loaded core 8 P#9346032 (1 chares, load: 10.6235)
=== 1 === Chare from 8 P#8 (1 chares)
=== 1 === Chare 186 (load 7.8939)

=== 1 === Less loaded core 18 P#32 (1 chares, load: 10.6654)
=== 1 === Chare from 18 P#18 (1 chares)
=== 1 === Chare 313 (load 7.0347)

=== 1 === Less loaded core 12 P#22936640 (1 chares, load: 10.9253)
=== 1 === Chare from 12 P#12 (1 chares)
=== 1 === Chare 320 (load 8.1962)

=== 1 === Less loaded core 6 P#5 (1 chares, load: 10.9748)
=== 1 === Chare from 6 P#6 (1 chares)
=== 1 === Chare 364 (load 7.6708)

=== 1 === Less loaded core 9 P#0 (1 chares, load: 13.0013)
=== 1 === Chare from 9 P#9 (1 chares)
=== 1 === Chare 475 (load 7.4141)

=== 1 === Less loaded core 2 P#4 (1 chares, load: 13.2566)
=== 1 === Chare from 2 P#2 (1 chares)
=== 1 === Chare 376 (load 8.6449)

=== 1 === Less loaded core 4 P#1 (1 chares, load: 13.3136)
=== 1 === Chare from 4 P#4 (1 chares)
=== 1 === Chare 444 (load 7.4564)

=== 1 === Less loaded core 7 P#7 (1 chares, load: 13.4863)
=== 1 === Chare from 7 P#7 (1 chares)
=== 1 === Chare 471 (load 7.5332)

=== 1 === Less loaded core 15 P#0 (1 chares, load: 13.7148)
=== 1 === Chare from 15 P#15 (1 chares)
=== 1 === Chare 552 (load 7.4867)

=== 1 === Less loaded core 16 P#52441504 (1 chares, load: 13.8016)
=== 1 === Chare from 16 P#16 (1 chares)
=== 1 === Chare 522 (load 7.3395)

=== 1 === Less loaded core 14 P#108514640 (1 chares, load: 13.9179)
=== 1 === Chare from 14 P#14 (1 chares)
=== 1 === Chare 449 (load 7.4975)

=== 1 === Less loaded core 21 P#0 (1 chares, load: 13.9420)
=== 1 === Chare from 21 P#21 (1 chares)
=== 1 === Chare 554 (load 7.3909)

=== 1 === Less loaded core 20 P#0 (1 chares, load: 13.9940)
=== 1 === Chare from 20 P#20 (1 chares)
=== 1 === Chare 333 (load 7.4783)

=== 1 === Less loaded core 29 P#1076624721 (1 chares, load: 13.9948)
=== 1 === Chare from 29 P#29 (1 chares)
=== 1 === Chare 515 (load 7.3826)

=== 1 === Less loaded core 0 P#0 (1 chares, load: 14.5168)
=== 1 === Chare from 0 P#0 (1 chares)
=== 1 === Chare 445 (load 7.4514)

=== 1 === Less loaded core 11 P#0 (1 chares, load: 14.5239)
=== 1 === Chare from 11 P#11 (1 chares)
=== 1 === Chare 485 (load 7.5812)

=== 1 === Less loaded core 1 P#2 (1 chares, load: 14.7576)
=== 1 === Chare from 1 P#1 (1 chares)
=== 1 === Chare 517 (load 7.4039)

=== 1 === Less loaded core 3 P#6 (1 chares, load: 14.7786)
=== 1 === Chare from 3 P#3 (1 chares)
=== 1 === Chare 322 (load 7.3454)

=== 1 === Less loaded core 24 P#24 (2 chares, load: 15.7615)
=== 1 === Chare from 24 P#24 (2 chares)
=== 1 === Chare 447 (load 7.3919)

=== 1 === Less loaded core 31 P#32767 (2 chares, load: 16.2123)
=== 1 === Chare from 31 P#31 (2 chares)
=== 1 === Chare 424 (load 7.3056)

=== 1 === Less loaded core 25 P#32767 (2 chares, load: 16.3984)
=== 1 === Chare from 25 P#25 (2 chares)
=== 1 === Chare 488 (load 7.2523)

=== 1 === Less loaded core 5 P#3 (2 chares, load: 16.6316)
=== 1 === Chare from 5 P#5 (2 chares)
=== 1 === Chare 534 (load 7.3743)

=== 1 === Less loaded core 30 P#-78976 (2 chares, load: 17.3970)
=== 1 === Chare from 30 P#30 (2 chares)
=== 1 === Chare 319 (load 7.3872)

=== 1 === Less loaded core 10 P#0 (2 chares, load: 17.5949)
=== 1 === Chare from 10 P#10 (2 chares)
=== 1 === Chare 406 (load 7.2313)

=== 1 === Less loaded core 18 P#32 (2 chares, load: 17.7001)
=== 1 === Chare from 18 P#18 (2 chares)
=== 1 === Chare 298 (load 6.8457)

=== 1 === Less loaded core 13 P#0 (2 chares, load: 17.9168)
=== 1 === Chare from 13 P#13 (2 chares)
=== 1 === Chare 490 (load 7.4345)

=== 1 === Less loaded core 28 P#1275068416 (2 chares, load: 18.1870)
=== 1 === Chare from 28 P#28 (2 chares)
=== 1 === Chare 492 (load 7.7087)

=== 1 === Less loaded core 19 P#0 (2 chares, load: 18.3771)
=== 1 === Chare from 19 P#19 (2 chares)
=== 1 === Chare 452 (load 6.9809)

=== 1 === Less loaded core 27 P#32767 (2 chares, load: 18.4695)
=== 1 === Chare from 27 P#27 (2 chares)
=== 1 === Chare 524 (load 7.1723)

=== 1 === Less loaded core 26 P#2 (2 chares, load: 18.4971)
=== 1 === Chare from 26 P#26 (2 chares)
=== 1 === Chare 334 (load 9.1239)

=== 1 === Less loaded core 8 P#9346032 (2 chares, load: 18.5174)
=== 1 === Chare from 8 P#8 (2 chares)
=== 1 === Chare 514 (load 7.4794)

=== 1 === Less loaded core 6 P#5 (2 chares, load: 18.6455)
=== 1 === Chare from 6 P#6 (2 chares)
=== 1 === Chare 362 (load 7.3702)

=== 1 === Less loaded core 22 P#22 (2 chares, load: 18.6513)
=== 1 === Chare from 22 P#22 (2 chares)
=== 1 === Chare 464 (load 6.9469)

=== 1 === Less loaded core 17 P#0 (2 chares, load: 18.6726)
=== 1 === Chare from 17 P#17 (2 chares)
=== 1 === Chare 297 (load 7.0668)

=== 1 === Less loaded core 23 P#23 (2 chares, load: 18.9563)
=== 1 === Chare from 23 P#23 (2 chares)
=== 1 === Chare 465 (load 7.2224)

=== 1 === Less loaded core 12 P#22936640 (2 chares, load: 19.1215)
=== 1 === Chare from 12 P#12 (2 chares)
=== 1 === Chare 446 (load 7.3162)

=== 1 === Less loaded core 9 P#0 (2 chares, load: 20.4154)
=== 1 === Chare from 9 P#9 (2 chares)
=== 1 === Chare 478 (load 7.3581)

=== 1 === Less loaded core 4 P#1 (2 chares, load: 20.7700)
=== 1 === Chare from 4 P#4 (2 chares)
=== 1 === Chare 365 (load 7.3058)

=== 1 === Less loaded core 7 P#7 (2 chares, load: 21.0195)
=== 1 === Chare from 7 P#7 (2 chares)
=== 1 === Chare 472 (load 7.3267)

=== 1 === Less loaded core 16 P#52441504 (2 chares, load: 21.1411)
=== 1 === Chare from 16 P#16 (2 chares)
=== 1 === Chare 304 (load 6.8747)

=== 1 === Less loaded core 15 P#0 (2 chares, load: 21.2015)
=== 1 === Chare from 15 P#15 (2 chares)
=== 1 === Chare 556 (load 7.3879)

=== 1 === Less loaded core 21 P#0 (2 chares, load: 21.3329)
=== 1 === Chare from 21 P#21 (2 chares)
=== 1 === Chare 487 (load 7.3477)

=== 1 === Less loaded core 29 P#1077239963 (2 chares, load: 21.3774)
=== 1 === Chare from 29 P#29 (2 chares)
=== 1 === Chare 303 (load 7.2755)

=== 1 === Less loaded core 14 P#108514640 (2 chares, load: 21.4154)
=== 1 === Chare from 14 P#14 (2 chares)
=== 1 === Chare 332 (load 7.4121)

=== 1 === Less loaded core 20 P#0 (2 chares, load: 21.4724)
=== 1 === Chare from 20 P#20 (2 chares)
=== 1 === Chare 535 (load 7.3488)

=== 1 === Less loaded core 2 P#4 (2 chares, load: 21.9015)
=== 1 === Chare from 2 P#2 (2 chares)
=== 1 === Chare 276 (load 7.3331)

=== 1 === Less loaded core 0 P#0 (2 chares, load: 21.9682)
=== 1 === Chare from 0 P#0 (2 chares)
=== 1 === Chare 474 (load 7.3359)

=== 1 === Less loaded core 11 P#0 (2 chares, load: 22.1051)
=== 1 === Chare from 11 P#11 (2 chares)
=== 1 === Chare 363 (load 7.2515)

=== 1 === Less loaded core 3 P#6 (2 chares, load: 22.1240)
=== 1 === Chare from 3 P#3 (2 chares)
=== 1 === Chare 477 (load 7.2755)

=== 1 === Less loaded core 1 P#2 (2 chares, load: 22.1614)
=== 1 === Chare from 1 P#1 (2 chares)
=== 1 === Chare 361 (load 7.2926)

=== 1 === Less loaded core 24 P#24 (3 chares, load: 23.1534)
=== 1 === Chare from 24 P#24 (3 chares)
=== 1 === Chare 476 (load 7.3558)

=== 1 === Less loaded core 31 P#32767 (3 chares, load: 23.5179)
=== 1 === Chare from 31 P#31 (3 chares)
=== 1 === Chare 423 (load 7.1997)

=== 1 === Less loaded core 25 P#32767 (3 chares, load: 23.6507)
=== 1 === Chare from 25 P#25 (3 chares)
=== 1 === Chare 418 (load 7.0052)

=== 1 === Less loaded core 5 P#3 (3 chares, load: 24.0059)
=== 1 === Chare from 5 P#5 (3 chares)
=== 1 === Chare 404 (load 7.3127)

=== 1 === Less loaded core 18 P#32 (3 chares, load: 24.5458)
=== 1 === Chare from 18 P#18 (3 chares)
=== 1 === Chare 275 (load 6.8249)

=== 1 === Less loaded core 30 P#-78976 (3 chares, load: 24.7842)
=== 1 === Chare from 30 P#30 (3 chares)
=== 1 === Chare 422 (load 7.2107)

=== 1 === Less loaded core 10 P#0 (3 chares, load: 24.8262)
=== 1 === Chare from 10 P#10 (3 chares)
=== 1 === Chare 248 (load 7.1397)

=== 1 === Less loaded core 13 P#0 (3 chares, load: 25.3512)
=== 1 === Chare from 13 P#13 (3 chares)
=== 1 === Chare 491 (load 7.2928)

=== 1 === Less loaded core 19 P#0 (3 chares, load: 25.3580)
=== 1 === Chare from 19 P#19 (3 chares)
=== 1 === Chare 454 (load 6.9076)

=== 1 === Less loaded core 22 P#22 (3 chares, load: 25.5982)
=== 1 === Chare from 22 P#22 (3 chares)
=== 1 === Chare 381 (load 6.8851)

=== 1 === Less loaded core 27 P#32767 (3 chares, load: 25.6418)
=== 1 === Chare from 27 P#27 (3 chares)
=== 1 === Chare 416 (load 7.0645)

=== 1 === Less loaded core 17 P#0 (3 chares, load: 25.7394)
=== 1 === Chare from 17 P#17 (3 chares)
=== 1 === Chare 315 (load 6.8444)

=== 1 === Less loaded core 28 P#-536870912 (3 chares, load: 25.8957)
=== 1 === Chare from 28 P#28 (3 chares)
=== 1 === Chare 451 (load 7.1666)

=== 1 === Less loaded core 8 P#9346032 (3 chares, load: 25.9967)
=== 1 === Chare from 8 P#8 (3 chares)
=== 1 === Chare 516 (load 7.3467)

=== 1 === Less loaded core 6 P#5 (3 chares, load: 26.0157)
=== 1 === Chare from 6 P#6 (3 chares)
=== 1 === Chare 533 (load 7.3039)

=== 1 === Less loaded core 23 P#23 (3 chares, load: 26.1787)
=== 1 === Chare from 23 P#23 (3 chares)
=== 1 === Chare 532 (load 6.7889)

=== 1 === Less loaded core 12 P#22936640 (3 chares, load: 26.4378)
=== 1 === Chare from 12 P#12 (3 chares)
=== 1 === Chare 473 (load 7.2774)

=== 1 === Less loaded core 26 P#3 (3 chares, load: 27.6209)
=== 1 === Chare from 26 P#26 (3 chares)
=== 1 === Chare 336 (load 8.5188)

=== 1 === Less loaded core 9 P#0 (3 chares, load: 27.7735)
=== 1 === Chare from 9 P#9 (3 chares)
=== 1 === Chare 379 (load 7.0835)

=== 1 === Less loaded core 16 P#52441504 (3 chares, load: 28.0158)
=== 1 === Chare from 16 P#16 (3 chares)
=== 1 === Chare 246 (load 6.8297)

=== 1 === Less loaded core 4 P#1 (3 chares, load: 28.0758)
=== 1 === Chare from 4 P#4 (3 chares)
=== 1 === Chare 368 (load 7.2157)

=== 1 === Less loaded core 7 P#7 (3 chares, load: 28.3462)
=== 1 === Chare from 7 P#7 (3 chares)
=== 1 === Chare 366 (load 7.2767)

=== 1 === Less loaded core 15 P#0 (3 chares, load: 28.5894)
=== 1 === Chare from 15 P#15 (3 chares)
=== 1 === Chare 555 (load 7.3127)

=== 1 === Less loaded core 29 P#1077716768 (3 chares, load: 28.6528)
=== 1 === Chare from 29 P#29 (3 chares)
=== 1 === Chare 373 (load 6.8357)

=== 1 === Less loaded core 21 P#0 (3 chares, load: 28.6806)
=== 1 === Chare from 21 P#21 (3 chares)
=== 1 === Chare 420 (load 7.1381)

=== 1 === Less loaded core 20 P#0 (3 chares, load: 28.8211)
=== 1 === Chare from 20 P#20 (3 chares)
=== 1 === Chare 301 (load 6.8424)

=== 1 === Less loaded core 14 P#108514640 (3 chares, load: 28.8275)
=== 1 === Chare from 14 P#14 (3 chares)
=== 1 === Chare 448 (load 7.3449)

=== 1 === Less loaded core 2 P#4 (3 chares, load: 29.2346)
=== 1 === Chare from 2 P#2 (3 chares)
=== 1 === Chare 367 (load 7.3018)

=== 1 === Less loaded core 0 P#0 (3 chares, load: 29.3041)
=== 1 === Chare from 0 P#0 (3 chares)
=== 1 === Chare 185 (load 7.2364)

=== 1 === Less loaded core 11 P#0 (3 chares, load: 29.3566)
=== 1 === Chare from 11 P#11 (3 chares)
=== 1 === Chare 419 (load 6.9992)

=== 1 === Less loaded core 3 P#6 (3 chares, load: 29.3995)
=== 1 === Chare from 3 P#3 (3 chares)
=== 1 === Chare 274 (load 6.8130)

=== 1 === Less loaded core 1 P#2 (3 chares, load: 29.4540)
=== 1 === Chare from 1 P#1 (3 chares)
=== 1 === Chare 450 (load 7.1912)

[DEBUG] GetBackPlacement from node 0
6 7.2368
0 7.1086
17 7.0282
5 6.8103
7 7.1201
1 7.0974
2 7.0639
24 6.8983
26 9.3407
27 9.3255
20 8.4919
9 7.0174
28 9.1598
25 9.1315
44 7.1460
33 7.0584
41 8.6325
59 7.0790
19 7.0728
18 7.0171
60 6.9881
73 6.9102
29 6.8583
71 6.7981
55 9.3693
57 9.1762
56 9.1322
58 6.6957
63 9.7062
65 8.8100
62 8.7965
64 8.7812
78 6.9660
68 6.9431
70 6.8344
8 6.7921
76 6.8044
45 6.7726
85 6.7514
88 6.6757
12 15.0392
11 13.6444
42 8.8054
13 7.0390
48 15.2562
47 11.4646
51 11.1812
52 8.0544
16 12.4327
43 8.6156
38 8.3884
10 7.4722
72 7.4261
81 7.3719
40 7.2801
89 6.5402
118 7.1122
66 7.0960
34 6.6460
35 6.6252
67 7.0907
123 7.0141
127 6.9874
124 6.9358
3 6.7049
23 6.6594
21 6.6111
39 6.5367
14 7.1115
120 7.1045
108 7.0976
121 7.0147
110 7.1412
15 7.1021
105 7.1010
54 7.0820
61 9.5200
77 7.4344
106 7.1702
115 6.9771
31 14.0878
30 7.2502
109 7.0181
117 6.9896
37 12.9569
32 7.1216
114 7.0994
116 7.0810
111 7.2332
107 7.1929
119 7.0896
113 7.0230
125 7.1144
126 7.0635
122 7.0617
112 7.0428
92 7.0397
80 6.8229
53 6.5833
4 6.5432
104 9.1111
101 9.0441
102 8.8112
103 8.6671
75 9.0245
90 6.8486
74 6.8110
79 6.7880
84 14.6792
96 13.9431
94 13.7378
83 9.0770
22 21.4027
36 16.2920
69 11.5069
46 7.1474
100 14.9332
86 11.1015
91 7.7850
95 7.4221
87 14.9379
49 14.4956
50 12.1916
82 10.5709
99 17.9756
98 13.4897
97 11.1152
93 9.0021
Core 0 load 28.1839
Core 1 load 28.1797
Core 2 load 34.1755
Core 3 load 32.4956
Core 4 load 29.8014
Core 5 load 27.5547
Core 6 load 34.3735
Core 7 load 36.0939
Core 8 load 27.5357
Core 9 load 27.0041
Core 10 load 44.5280
Core 11 load 45.9565
Core 12 load 36.9088
Core 13 load 28.6182
Core 14 load 27.4794
Core 15 load 28.0280
Core 16 load 26.5120
Core 17 load 28.3282
Core 18 load 28.4264
Core 19 load 31.1017
Core 20 load 35.3456
Core 21 load 34.2589
Core 22 load 28.5387
Core 23 load 28.2823
Core 24 load 26.9891
Core 25 load 35.6335
Core 26 load 29.4721
Core 27 load 51.4371
Core 28 load 56.3491
Core 29 load 41.2417
Core 30 load 52.1960
Core 31 load 51.5826
Avg load 34.4566 in [33.4229 ; 35.4903 ]
Swap chares 67 (6.5367) and 115 (7.1474) between cores 16 (26.5120) and 28
(56.3491)
New loads : 16 (27.1228) and 28 (55.7384)
Swap chares 98 (6.5833) and 114 (11.5069) between cores 24 (26.9891) and 28
(55.7384)
New loads : 24 (31.9126) and 28 (50.8148)
Swap chares 39 (6.6757) and 123 (10.5709) between cores 9 (27.0041) and 30
(52.1960)
New loads : 9 (30.8993) and 30 (48.3007)
Swap chares 67 (7.1474) and 127 (9.0021) between cores 16 (27.1228) and 31
(51.5826)
New loads : 16 (28.9774) and 31 (49.7280)
Swap chares 59 (6.6252) and 111 (9.0770) between cores 14 (27.4794) and 27
(51.4371)
New loads : 14 (29.9311) and 27 (48.9853)
Swap chares 33 (6.9431) and 113 (16.2920) between cores 8 (27.5357) and 28
(50.8148)
New loads : 8 (36.8846) and 28 (41.4659)
Swap chares 23 (6.7981) and 127 (7.1474) between cores 5 (27.5547) and 31
(49.7280)
New loads : 5 (27.9040) and 31 (49.3787)
Swap chares 22 (6.8583) and 126 (11.1152) between cores 5 (27.9040) and 31
(49.3787)
New loads : 5 (32.1610) and 31 (45.1217)
Swap chares 62 (6.9874) and 110 (13.7378) between cores 15 (28.0280) and 27
(48.9853)
New loads : 15 (34.7783) and 27 (42.2350)
Swap chares 6 (7.0639) and 122 (12.1916) between cores 1 (28.1797) and 30
(48.3007)
New loads : 1 (33.3073) and 30 (43.1731)
Swap chares 3 (6.8103) and 47 (8.0544) between cores 0 (28.1839) and 11
(45.9565)
New loads : 0 (29.4280) and 11 (44.7124)
Swap chares 93 (7.0635) and 125 (13.4897) between cores 23 (28.2823) and 31
(45.1217)
New loads : 23 (34.7085) and 31 (38.6955)
Swap chares 70 (7.0976) and 46 (11.1812) between cores 17 (28.3282) and 11
(44.7124)
New loads : 17 (32.4119) and 11 (40.6287)
Swap chares 74 (7.1010) and 42 (8.8054) between cores 18 (28.4264) and 10
(44.5280)
New loads : 18 (30.1308) and 10 (42.8237)
Swap chares 89 (7.1929) and 121 (14.4956) between cores 22 (28.5387) and 30
(43.1731)
New loads : 22 (35.8414) and 30 (35.8705)
Swap chares 55 (6.5402) and 43 (7.0390) between cores 13 (28.6182) and 10
(42.8237)
New loads : 13 (29.1171) and 10 (42.3248)
Swap chares 66 (6.6111) and 42 (7.1010) between cores 16 (28.9774) and 10
(42.3248)
New loads : 16 (29.4674) and 10 (41.8348)
Swap chares 53 (7.3719) and 109 (13.9431) between cores 13 (29.1171) and 27
(42.2350)
New loads : 13 (35.6883) and 27 (35.6638)
Swap chares 1 (7.1086) and 41 (13.6444) between cores 0 (29.4280) and 10
(41.8348)
New loads : 0 (35.9637) and 10 (35.2991)
Swap chares 65 (6.6594) and 113 (6.9431) between cores 16 (29.4674) and 28
(41.4659)
New loads : 16 (29.7511) and 28 (41.1822)
Swap chares 107 (6.7880) and 119 (7.4221) between cores 26 (29.4721) and 29
(41.2417)
New loads : 26 (30.1061) and 29 (40.6077)
Swap chares 64 (6.7049) and 112 (21.4027) between cores 16 (29.7511) and 28
(41.1822)
New loads : 16 (44.4490) and 28 (26.4843)
Swap chares 115 (6.5367) and 67 (9.0021) between cores 28 (26.4843) and 16
(44.4490)
New loads : 28 (28.9497) and 16 (41.9836)
Swap chares 114 (6.5833) and 66 (7.1010) between cores 28 (28.9497) and 16
(41.9836)
New loads : 28 (29.4674) and 16 (41.4659)
Swap chares 113 (6.6594) and 65 (6.9431) between cores 28 (29.4674) and 16
(41.4659)
New loads : 28 (29.7511) and 16 (41.1822)
Swap chares 112 (6.7049) and 64 (21.4027) between cores 28 (29.7511) and 16
(41.1822)
New loads : 28 (44.4490) and 16 (26.4843)
Swap chares 67 (6.5367) and 115 (9.0021) between cores 16 (26.4843) and 28
(44.4490)
New loads : 16 (28.9497) and 28 (41.9836)
Swap chares 66 (6.5833) and 114 (7.1010) between cores 16 (28.9497) and 28
(41.9836)
New loads : 16 (29.4674) and 28 (41.4659)
Swap chares 65 (6.6594) and 113 (6.9431) between cores 16 (29.4674) and 28
(41.4659)
New loads : 16 (29.7511) and 28 (41.1822)
Swap chares 64 (6.7049) and 112 (21.4027) between cores 16 (29.7511) and 28
(41.1822)
New loads : 16 (44.4490) and 28 (26.4843)
Swap chares 115 (6.5367) and 67 (9.0021) between cores 28 (26.4843) and 16
(44.4490)
New loads : 28 (28.9497) and 16 (41.9836)
Swap chares 114 (6.5833) and 66 (7.1010) between cores 28 (28.9497) and 16
(41.9836)
New loads : 28 (29.4674) and 16 (41.4659)
Swap chares 113 (6.6594) and 65 (6.9431) between cores 28 (29.4674) and 16
(41.4659)
New loads : 28 (29.7511) and 16 (41.1822)
Swap chares 112 (6.7049) and 64 (21.4027) between cores 28 (29.7511) and 16
(41.1822)
New loads : 28 (44.4490) and 16 (26.4843)
Swap chares 67 (6.5367) and 115 (9.0021) between cores 16 (26.4843) and 28
(44.4490)
New loads : 16 (28.9497) and 28 (41.9836)
Swap chares 66 (6.5833) and 114 (7.1010) between cores 16 (28.9497) and 28
(41.9836)
New loads : 16 (29.4674) and 28 (41.4659)
Swap chares 65 (6.6594) and 113 (6.9431) between cores 16 (29.4674) and 28
(41.4659)
New loads : 16 (29.7511) and 28 (41.1822)
Swap chares 64 (6.7049) and 112 (21.4027) between cores 16 (29.7511) and 28
(41.1822)
New loads : 16 (44.4490) and 28 (26.4843)
Swap chares 115 (6.5367) and 67 (9.0021) between cores 28 (26.4843) and 16
(44.4490)
New loads : 28 (28.9497) and 16 (41.9836)
Swap chares 114 (6.5833) and 66 (7.1010) between cores 28 (28.9497) and 16
(41.9836)
New loads : 28 (29.4674) and 16 (41.4659)
Swap chares 113 (6.6594) and 65 (6.9431) between cores 28 (29.4674) and 16
(41.4659)
New loads : 28 (29.7511) and 16 (41.1822)
Swap chares 112 (6.7049) and 64 (21.4027) between cores 28 (29.7511) and 16
(41.1822)
New loads : 28 (44.4490) and 16 (26.4843)
Swap chares 67 (6.5367) and 115 (9.0021) between cores 16 (26.4843) and 28
(44.4490)
New loads : 16 (28.9497) and 28 (41.9836)
Swap chares 66 (6.5833) and 114 (7.1010) between cores 16 (28.9497) and 28
(41.9836)
New loads : 16 (29.4674) and 28 (41.4659)
Swap chares 65 (6.6594) and 113 (6.9431) between cores 16 (29.4674) and 28
(41.4659)
New loads : 16 (29.7511) and 28 (41.1822)
Swap chares 64 (6.7049) and 112 (21.4027) between cores 16 (29.7511) and 28
(41.1822)
New loads : 16 (44.4490) and 28 (26.4843)
Swap chares 115 (6.5367) and 67 (9.0021) between cores 28 (26.4843) and 16
(44.4490)
New loads : 28 (28.9497) and 16 (41.9836)
Swap chares 114 (6.5833) and 66 (7.1010) between cores 28 (28.9497) and 16
(41.9836)
New loads : 28 (29.4674) and 16 (41.4659)
Swap chares 113 (6.6594) and 65 (6.9431) between cores 28 (29.4674) and 16
(41.4659)
New loads : 28 (29.7511) and 16 (41.1822)
Swap chares 112 (6.7049) and 64 (21.4027) between cores 28 (29.7511) and 16
(41.1822)
New loads : 28 (44.4490) and 16 (26.4843)
Swap chares 67 (6.5367) and 115 (9.0021) between cores 16 (26.4843) and 28
(44.4490)
New loads : 16 (28.9497) and 28 (41.9836)
Swap chares 66 (6.5833) and 114 (7.1010) between cores 16 (28.9497) and 28
(41.9836)
New loads : 16 (29.4674) and 28 (41.4659)
Swap chares 65 (6.6594) and 113 (6.9431) between cores 16 (29.4674) and 28
(41.4659)
New loads : 16 (29.7511) and 28 (41.1822)
Swap chares 64 (6.7049) and 112 (21.4027) between cores 16 (29.7511) and 28
(41.1822)
New loads : 16 (44.4490) and 28 (26.4843)
Swap chares 115 (6.5367) and 67 (9.0021) between cores 28 (26.4843) and 16
(44.4490)
New loads : 28 (28.9497) and 16 (41.9836)
Swap chares 114 (6.5833) and 66 (7.1010) between cores 28 (28.9497) and 16
(41.9836)
New loads : 28 (29.4674) and 16 (41.4659)
Swap chares 113 (6.6594) and 65 (6.9431) between cores 28 (29.4674) and 16
(41.4659)
New loads : 28 (29.7511) and 16 (41.1822)
Swap chares 112 (6.7049) and 64 (21.4027) between cores 28 (29.7511) and 16
(41.1822)
New loads : 28 (44.4490) and 16 (26.4843)
Swap chares 67 (6.5367) and 115 (9.0021) between cores 16 (26.4843) and 28
(44.4490)
New loads : 16 (28.9497) and 28 (41.9836)
Swap chares 66 (6.5833) and 114 (7.1010) between cores 16 (28.9497) and 28
(41.9836)
New loads : 16 (29.4674) and 28 (41.4659)
Swap chares 65 (6.6594) and 113 (6.9431) between cores 16 (29.4674) and 28
(41.4659)
New loads : 16 (29.7511) and 28 (41.1822)
Swap chares 64 (6.7049) and 112 (21.4027) between cores 16 (29.7511) and 28
(41.1822)
New loads : 16 (44.4490) and 28 (26.4843)
Swap chares 115 (6.5367) and 67 (9.0021) between cores 28 (26.4843) and 16
(44.4490)
New loads : 28 (28.9497) and 16 (41.9836)
Swap chares 114 (6.5833) and 66 (7.1010) between cores 28 (28.9497) and 16
(41.9836)
New loads : 28 (29.4674) and 16 (41.4659)
=== 0 === Less loaded core 0 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 0 P#0 (0 chares)
=== 0 === Chare 58 (load 13.6444)

=== 0 === Less loaded core 1 P#2 (0 chares, load: 0.0000)
=== 0 === Chare from 1 P#1 (0 chares)
=== 0 === Chare 123 (load 12.1916)

=== 0 === Less loaded core 2 P#4 (0 chares, load: 0.0000)
=== 0 === Chare from 2 P#2 (0 chares)
=== 0 === Chare 82 (load 9.3407)

=== 0 === Less loaded core 3 P#6 (0 chares, load: 0.0000)
=== 0 === Chare from 3 P#3 (0 chares)
=== 0 === Chare 84 (load 9.1598)

=== 0 === Less loaded core 4 P#1 (0 chares, load: 0.0000)
=== 0 === Chare from 4 P#4 (0 chares)
=== 0 === Chare 109 (load 8.6325)

=== 0 === Less loaded core 5 P#3 (0 chares, load: 0.0000)
=== 0 === Chare from 5 P#5 (0 chares)
=== 0 === Chare 211 (load 11.1152)

=== 0 === Less loaded core 6 P#5 (0 chares, load: 0.0000)
=== 0 === Chare from 6 P#6 (0 chares)
=== 0 === Chare 134 (load 9.3693)

=== 0 === Less loaded core 7 P#7 (0 chares, load: 0.0000)
=== 0 === Chare from 7 P#7 (0 chares)
=== 0 === Chare 150 (load 9.7062)

=== 0 === Less loaded core 8 P#9346032 (0 chares, load: 0.0000)
=== 0 === Chare from 8 P#8 (0 chares)
=== 0 === Chare 100 (load 16.2920)

=== 0 === Less loaded core 9 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 9 P#9 (0 chares)
=== 0 === Chare 181 (load 10.5709)

=== 0 === Less loaded core 10 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 10 P#10 (0 chares)
=== 0 === Chare 59 (load 15.0392)

=== 0 === Less loaded core 11 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 11 P#11 (0 chares)
=== 0 === Chare 121 (load 15.2562)

=== 0 === Less loaded core 12 P#22268448 (0 chares, load: 0.0000)
=== 0 === Chare from 12 P#12 (0 chares)
=== 0 === Chare 64 (load 12.4327)

=== 0 === Less loaded core 13 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 13 P#13 (0 chares)
=== 0 === Chare 206 (load 13.9431)

=== 0 === Less loaded core 14 P#95258736 (0 chares, load: 0.0000)
=== 0 === Chare from 14 P#14 (0 chares)
=== 0 === Chare 182 (load 9.0770)

=== 0 === Less loaded core 15 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 15 P#15 (0 chares)
=== 0 === Chare 204 (load 13.7378)

=== 0 === Less loaded core 16 P#22935312 (0 chares, load: 0.0000)
=== 0 === Chare from 16 P#16 (0 chares)
=== 0 === Chare 74 (load 21.4027)

=== 0 === Less loaded core 17 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 17 P#17 (0 chares)
=== 0 === Chare 128 (load 11.1812)

=== 0 === Less loaded core 18 P#32 (0 chares, load: 0.0000)
=== 0 === Chare from 18 P#18 (0 chares)
=== 0 === Chare 113 (load 8.8054)

=== 0 === Less loaded core 19 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 19 P#19 (0 chares)
=== 0 === Chare 144 (load 9.5200)

=== 0 === Less loaded core 20 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 20 P#20 (0 chares)
=== 0 === Chare 91 (load 14.0878)

=== 0 === Less loaded core 21 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 21 P#21 (0 chares)
=== 0 === Chare 101 (load 12.9569)

=== 0 === Less loaded core 22 P#22 (0 chares, load: 0.0000)
=== 0 === Chare from 22 P#22 (0 chares)
=== 0 === Chare 122 (load 14.4956)

=== 0 === Less loaded core 23 P#23 (0 chares, load: 0.0000)
=== 0 === Chare from 23 P#23 (0 chares)
=== 0 === Chare 212 (load 13.4897)

=== 0 === Less loaded core 24 P#24 (0 chares, load: 0.0000)
=== 0 === Chare from 24 P#24 (0 chares)
=== 0 === Chare 157 (load 11.5069)

=== 0 === Less loaded core 25 P#32767 (0 chares, load: 0.0000)
=== 0 === Chare from 25 P#25 (0 chares)
=== 0 === Chare 221 (load 9.1111)

=== 0 === Less loaded core 26 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 26 P#26 (0 chares)
=== 0 === Chare 167 (load 9.0245)

=== 0 === Less loaded core 27 P#32767 (0 chares, load: 0.0000)
=== 0 === Chare from 27 P#27 (0 chares)
=== 0 === Chare 183 (load 14.6792)

=== 0 === Less loaded core 28 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 28 P#28 (0 chares)
=== 0 === Chare 203 (load 9.0021)

=== 0 === Less loaded core 29 P#0 (0 chares, load: 0.0000)
=== 0 === Chare from 29 P#29 (0 chares)
=== 0 === Chare 214 (load 14.9332)

=== 0 === Less loaded core 30 P#-78976 (0 chares, load: 0.0000)
=== 0 === Chare from 30 P#30 (0 chares)
=== 0 === Chare 189 (load 14.9379)

=== 0 === Less loaded core 31 P#32767 (0 chares, load: 0.0000)
=== 0 === Chare from 31 P#31 (0 chares)
=== 0 === Chare 213 (load 17.9756)

=== 0 === Less loaded core 4 P#1 (1 chares, load: 8.6325)
=== 0 === Chare from 4 P#4 (1 chares)
=== 0 === Chare 142 (load 7.0790)

=== 0 === Less loaded core 18 P#32 (1 chares, load: 8.8054)
=== 0 === Chare from 18 P#18 (1 chares)
=== 0 === Chare 326 (load 7.1412)

=== 0 === Less loaded core 28 P#1744830464 (1 chares, load: 9.0021)
=== 0 === Chare from 28 P#28 (1 chares)
=== 0 === Chare 258 (load 7.1010)

=== 0 === Less loaded core 26 P#1 (1 chares, load: 9.0245)
=== 0 === Chare from 26 P#26 (1 chares)
=== 0 === Chare 205 (load 7.4221)

=== 0 === Less loaded core 14 P#95258736 (1 chares, load: 9.0770)
=== 0 === Chare from 14 P#14 (1 chares)
=== 0 === Chare 610 (load 7.1122)

=== 0 === Less loaded core 25 P#32767 (1 chares, load: 9.1111)
=== 0 === Chare from 25 P#25 (1 chares)
=== 0 === Chare 218 (load 9.0441)

=== 0 === Less loaded core 3 P#6 (1 chares, load: 9.1598)
=== 0 === Chare from 3 P#3 (1 chares)
=== 0 === Chare 81 (load 9.1315)

=== 0 === Less loaded core 2 P#4 (1 chares, load: 9.3407)
=== 0 === Chare from 2 P#2 (1 chares)
=== 0 === Chare 83 (load 9.3255)

=== 0 === Less loaded core 6 P#5 (1 chares, load: 9.3693)
=== 0 === Chare from 6 P#6 (1 chares)
=== 0 === Chare 136 (load 9.1762)

=== 0 === Less loaded core 19 P#0 (1 chares, load: 9.5200)
=== 0 === Chare from 19 P#19 (1 chares)
=== 0 === Chare 172 (load 7.4344)

=== 0 === Less loaded core 7 P#7 (1 chares, load: 9.7062)
=== 0 === Chare from 7 P#7 (1 chares)
=== 0 === Chare 152 (load 8.8100)

=== 0 === Less loaded core 9 P#0 (1 chares, load: 10.5709)
=== 0 === Chare from 9 P#9 (1 chares)
=== 0 === Chare 168 (load 6.8044)

=== 0 === Less loaded core 5 P#3 (1 chares, load: 11.1152)
=== 0 === Chare from 5 P#5 (1 chares)
=== 0 === Chare 118 (load 7.1474)

=== 0 === Less loaded core 17 P#0 (1 chares, load: 11.1812)
=== 0 === Chare from 17 P#17 (1 chares)
=== 0 === Chare 61 (load 7.1115)

=== 0 === Less loaded core 24 P#24 (1 chares, load: 11.5069)
=== 0 === Chare from 24 P#24 (1 chares)
=== 0 === Chare 198 (load 7.0397)

=== 0 === Less loaded core 1 P#2 (1 chares, load: 12.1916)
=== 0 === Chare from 1 P#1 (1 chares)
=== 0 === Chare 43 (load 7.1201)

=== 0 === Less loaded core 12 P#22268448 (1 chares, load: 12.4327)
=== 0 === Chare from 12 P#12 (1 chares)
=== 0 === Chare 114 (load 8.6156)

=== 0 === Less loaded core 21 P#0 (1 chares, load: 12.9569)
=== 0 === Chare from 21 P#21 (1 chares)
=== 0 === Chare 92 (load 7.1216)

=== 0 === Less loaded core 23 P#23 (1 chares, load: 13.4897)
=== 0 === Chare from 23 P#23 (1 chares)
=== 0 === Chare 665 (load 7.1144)

=== 0 === Less loaded core 0 P#0 (1 chares, load: 13.6444)
=== 0 === Chare from 0 P#0 (1 chares)
=== 0 === Chare 129 (load 8.0544)

=== 0 === Less loaded core 15 P#0 (1 chares, load: 13.7378)
=== 0 === Chare from 15 P#15 (1 chares)
=== 0 === Chare 155 (load 7.0907)

=== 0 === Less loaded core 13 P#0 (1 chares, load: 13.9431)
=== 0 === Chare from 13 P#13 (1 chares)
=== 0 === Chare 164 (load 7.4261)

=== 0 === Less loaded core 20 P#0 (1 chares, load: 14.0878)
=== 0 === Chare from 20 P#20 (1 chares)
=== 0 === Chare 90 (load 7.2502)

=== 0 === Less loaded core 22 P#22 (1 chares, load: 14.4956)
=== 0 === Chare from 22 P#22 (1 chares)
=== 0 === Chare 442 (load 7.2332)

=== 0 === Less loaded core 27 P#32767 (1 chares, load: 14.6792)
=== 0 === Chare from 27 P#27 (1 chares)
=== 0 === Chare 180 (load 7.3719)

=== 0 === Less loaded core 29 P#1076747719 (1 chares, load: 14.9332)
=== 0 === Chare from 29 P#29 (1 chares)
=== 0 === Chare 188 (load 11.1015)

=== 0 === Less loaded core 30 P#-78976 (1 chares, load: 14.9379)
=== 0 === Chare from 30 P#30 (1 chares)
=== 0 === Chare 288 (load 7.1929)

=== 0 === Less loaded core 10 P#0 (1 chares, load: 15.0392)
=== 0 === Chare from 10 P#10 (1 chares)
=== 0 === Chare 5 (load 7.1086)

=== 0 === Less loaded core 11 P#0 (1 chares, load: 15.2562)
=== 0 === Chare from 11 P#11 (1 chares)
=== 0 === Chare 120 (load 11.4646)

=== 0 === Less loaded core 4 P#1 (2 chares, load: 15.7115)
=== 0 === Chare from 4 P#4 (2 chares)
=== 0 === Chare 67 (load 7.0728)

=== 0 === Less loaded core 18 P#32 (2 chares, load: 15.9466)
=== 0 === Chare from 18 P#18 (2 chares)
=== 0 === Chare 62 (load 7.1021)

=== 0 === Less loaded core 28 P#469762048 (2 chares, load: 16.1031)
=== 0 === Chare from 28 P#28 (2 chares)
=== 0 === Chare 15 (load 6.7049)

=== 0 === Less loaded core 14 P#95258736 (2 chares, load: 16.1892)
=== 0 === Chare from 14 P#14 (2 chares)
=== 0 === Chare 154 (load 7.0960)

=== 0 === Less loaded core 8 P#9346032 (1 chares, load: 16.2920)
=== 0 === Chare from 8 P#8 (1 chares)
=== 0 === Chare 173 (load 6.9660)

=== 0 === Less loaded core 26 P#2 (2 chares, load: 16.4465)
=== 0 === Chare from 26 P#26 (2 chares)
=== 0 === Chare 196 (load 6.8486)

=== 0 === Less loaded core 19 P#0 (2 chares, load: 16.9544)
=== 0 === Chare from 19 P#19 (2 chares)
=== 0 === Chare 261 (load 7.1702)

=== 0 === Less loaded core 9 P#0 (2 chares, load: 17.3753)
=== 0 === Chare from 9 P#9 (2 chares)
=== 0 === Chare 116 (load 6.7726)

=== 0 === Less loaded core 31 P#32767 (1 chares, load: 17.9756)
=== 0 === Chare from 31 P#31 (1 chares)
=== 0 === Chare 828 (load 7.0635)

=== 0 === Less loaded core 25 P#32767 (2 chares, load: 18.1552)
=== 0 === Chare from 25 P#25 (2 chares)
=== 0 === Chare 219 (load 8.8112)

=== 0 === Less loaded core 5 P#3 (2 chares, load: 18.2627)
=== 0 === Chare from 5 P#5 (2 chares)
=== 0 === Chare 143 (load 6.9881)

=== 0 === Less loaded core 3 P#6 (2 chares, load: 18.2912)
=== 0 === Chare from 3 P#3 (2 chares)
=== 0 === Chare 115 (load 7.1460)

=== 0 === Less loaded core 17 P#0 (2 chares, load: 18.2927)
=== 0 === Chare from 17 P#17 (2 chares)
=== 0 === Chare 625 (load 7.1045)

=== 0 === Less loaded core 7 P#7 (2 chares, load: 18.5162)
=== 0 === Chare from 7 P#7 (2 chares)
=== 0 === Chare 149 (load 8.7965)

=== 0 === Less loaded core 6 P#5 (2 chares, load: 18.5456)
=== 0 === Chare from 6 P#6 (2 chares)
=== 0 === Chare 135 (load 9.1322)

=== 0 === Less loaded core 24 P#24 (2 chares, load: 18.5466)
=== 0 === Chare from 24 P#24 (2 chares)
=== 0 === Chare 175 (load 6.8229)

=== 0 === Less loaded core 2 P#4 (2 chares, load: 18.6663)
=== 0 === Chare from 2 P#2 (2 chares)
=== 0 === Chare 72 (load 8.4919)

=== 0 === Less loaded core 1 P#2 (2 chares, load: 19.3116)
=== 0 === Chare from 1 P#1 (2 chares)
=== 0 === Chare 6 (load 7.0974)

=== 0 === Less loaded core 21 P#0 (2 chares, load: 20.0785)
=== 0 === Chare from 21 P#21 (2 chares)
=== 0 === Chare 539 (load 7.0994)

=== 0 === Less loaded core 23 P#23 (2 chares, load: 20.6041)
=== 0 === Chare from 23 P#23 (2 chares)
=== 0 === Chare 661 (load 7.0617)

=== 0 === Less loaded core 15 P#0 (2 chares, load: 20.8284)
=== 0 === Chare from 15 P#15 (2 chares)
=== 0 === Chare 662 (load 7.0141)

=== 0 === Less loaded core 12 P#22268448 (2 chares, load: 21.0482)
=== 0 === Chare from 12 P#12 (2 chares)
=== 0 === Chare 106 (load 8.3884)

=== 0 === Less loaded core 20 P#0 (2 chares, load: 21.3379)
=== 0 === Chare from 20 P#20 (2 chares)
=== 0 === Chare 308 (load 7.0181)

=== 0 === Less loaded core 13 P#0 (2 chares, load: 21.3691)
=== 0 === Chare from 13 P#13 (2 chares)
=== 0 === Chare 108 (load 7.2801)

=== 0 === Less loaded core 16 P#22935312 (1 chares, load: 21.4027)
=== 0 === Chare from 16 P#16 (1 chares)
=== 0 === Chare 156 (load 6.9431)

=== 0 === Less loaded core 0 P#0 (2 chares, load: 21.6988)
=== 0 === Chare from 0 P#0 (2 chares)
=== 0 === Chare 42 (load 7.2368)

=== 0 === Less loaded core 22 P#22 (2 chares, load: 21.7288)
=== 0 === Chare from 22 P#22 (2 chares)
=== 0 === Chare 611 (load 7.0896)

=== 0 === Less loaded core 27 P#32767 (2 chares, load: 22.0511)
=== 0 === Chare from 27 P#27 (2 chares)
=== 0 === Chare 927 (load 6.9874)

=== 0 === Less loaded core 30 P#-78976 (2 chares, load: 22.1308)
=== 0 === Chare from 30 P#30 (2 chares)
=== 0 === Chare 7 (load 7.0639)

=== 0 === Less loaded core 10 P#0 (2 chares, load: 22.1478)
=== 0 === Chare from 10 P#10 (2 chares)
=== 0 === Chare 73 (load 6.6111)

=== 0 === Less loaded core 4 P#1 (3 chares, load: 22.7843)
=== 0 === Chare from 4 P#4 (3 chares)
=== 0 === Chare 66 (load 7.0171)

=== 0 === Less loaded core 28 P#-2147483648 (3 chares, load: 22.8080)
=== 0 === Chare from 28 P#28 (3 chares)
=== 0 === Chare 75 (load 6.6594)

=== 0 === Less loaded core 18 P#32 (3 chares, load: 23.0487)
=== 0 === Chare from 18 P#18 (3 chares)
=== 0 === Chare 133 (load 7.0820)

=== 0 === Less loaded core 8 P#9346032 (2 chares, load: 23.2580)
=== 0 === Chare from 8 P#8 (2 chares)
=== 0 === Chare 158 (load 6.8344)

=== 0 === Less loaded core 14 P#95258736 (3 chares, load: 23.2852)
=== 0 === Chare from 14 P#14 (3 chares)
=== 0 === Chare 98 (load 6.6460)

=== 0 === Less loaded core 26 P#3 (3 chares, load: 23.2951)
=== 0 === Chare from 26 P#26 (3 chares)
=== 0 === Chare 166 (load 6.8110)

=== 0 === Less loaded core 19 P#0 (3 chares, load: 24.1246)
=== 0 === Chare from 19 P#19 (3 chares)
=== 0 === Chare 551 (load 6.9771)

=== 0 === Less loaded core 9 P#0 (3 chares, load: 24.1479)
=== 0 === Chare from 9 P#9 (3 chares)
=== 0 === Chare 187 (load 6.7514)

=== 0 === Less loaded core 31 P#32767 (2 chares, load: 25.0391)
=== 0 === Chare from 31 P#31 (2 chares)
=== 0 === Chare 89 (load 6.8583)

=== 0 === Less loaded core 5 P#3 (3 chares, load: 25.2507)
=== 0 === Chare from 5 P#5 (3 chares)
=== 0 === Chare 165 (load 6.9102)

=== 0 === Less loaded core 24 P#24 (3 chares, load: 25.3694)
=== 0 === Chare from 24 P#24 (3 chares)
=== 0 === Chare 34 (load 6.5432)

=== 0 === Less loaded core 17 P#0 (3 chares, load: 25.3972)
=== 0 === Chare from 17 P#17 (3 chares)
=== 0 === Chare 626 (load 7.0147)

=== 0 === Less loaded core 3 P#6 (3 chares, load: 25.4372)
=== 0 === Chare from 3 P#3 (3 chares)
=== 0 === Chare 93 (load 7.0584)

=== 0 === Less loaded core 29 P#1077545185 (2 chares, load: 26.0347)
=== 0 === Chare from 29 P#29 (2 chares)
=== 0 === Chare 197 (load 7.7850)

=== 0 === Less loaded core 1 P#2 (3 chares, load: 26.4091)
=== 0 === Chare from 1 P#1 (3 chares)
=== 0 === Chare 76 (load 6.8983)

=== 0 === Less loaded core 11 P#0 (2 chares, load: 26.7208)
=== 0 === Chare from 11 P#11 (2 chares)
=== 0 === Chare 307 (load 7.0976)

=== 0 === Less loaded core 25 P#32767 (3 chares, load: 26.9664)
=== 0 === Chare from 25 P#25 (3 chares)
=== 0 === Chare 220 (load 8.6671)

=== 0 === Less loaded core 2 P#4 (3 chares, load: 27.1582)
=== 0 === Chare from 2 P#2 (3 chares)
=== 0 === Chare 51 (load 7.0174)

=== 0 === Less loaded core 21 P#0 (3 chares, load: 27.1779)
=== 0 === Chare from 21 P#21 (3 chares)
=== 0 === Chare 557 (load 7.0810)

=== 0 === Less loaded core 7 P#7 (3 chares, load: 27.3127)
=== 0 === Chare from 7 P#7 (3 chares)
=== 0 === Chare 151 (load 8.7812)

=== 0 === Less loaded core 23 P#23 (3 chares, load: 27.6657)
=== 0 === Chare from 23 P#23 (3 chares)
=== 0 === Chare 457 (load 7.0428)

=== 0 === Less loaded core 6 P#5 (3 chares, load: 27.6778)
=== 0 === Chare from 6 P#6 (3 chares)
=== 0 === Chare 137 (load 6.6957)

=== 0 === Less loaded core 15 P#0 (3 chares, load: 27.8426)
=== 0 === Chare from 15 P#15 (3 chares)
=== 0 === Chare 664 (load 6.9358)

=== 0 === Less loaded core 16 P#22935312 (2 chares, load: 28.3459)
=== 0 === Chare from 16 P#16 (2 chares)
=== 0 === Chare 130 (load 6.5833)

=== 0 === Less loaded core 20 P#0 (3 chares, load: 28.3560)
=== 0 === Chare from 20 P#20 (3 chares)
=== 0 === Chare 593 (load 6.9896)

=== 0 === Less loaded core 13 P#0 (3 chares, load: 28.6493)
=== 0 === Chare from 13 P#13 (3 chares)
=== 0 === Chare 60 (load 7.0390)

=== 0 === Less loaded core 10 P#0 (3 chares, load: 28.7589)
=== 0 === Chare from 10 P#10 (3 chares)
=== 0 === Chare 195 (load 6.5402)

=== 0 === Less loaded core 22 P#22 (3 chares, load: 28.8184)
=== 0 === Chare from 22 P#22 (3 chares)
=== 0 === Chare 458 (load 7.0230)

=== 0 === Less loaded core 0 P#0 (3 chares, load: 28.9356)
=== 0 === Chare from 0 P#0 (3 chares)
=== 0 === Chare 65 (load 7.0282)

=== 0 === Less loaded core 27 P#32767 (3 chares, load: 29.0385)
=== 0 === Chare from 27 P#27 (3 chares)
=== 0 === Chare 99 (load 6.6252)

=== 0 === Less loaded core 30 P#-78976 (3 chares, load: 29.1948)
=== 0 === Chare from 30 P#30 (3 chares)
=== 0 === Chare 190 (load 6.6757)

=== 0 === Less loaded core 12 P#22268448 (3 chares, load: 29.4367)
=== 0 === Chare from 12 P#12 (3 chares)
=== 0 === Chare 57 (load 7.4722)

=== 0 === Less loaded core 28 P#671088640 (4 chares, load: 29.4674)
=== 0 === Chare from 16 P#16 (3 chares)
=== 0 === Chare 107 (load 6.5367)

=== 0 === Less loaded core 4 P#1 (4 chares, load: 29.8014)
=== 0 === Chare from 31 P#31 (3 chares)
=== 0 === Chare 159 (load 6.7981)

=== 0 === Less loaded core 14 P#95258736 (4 chares, load: 29.9311)
=== 0 === Chare from 11 P#11 (3 chares)
=== 0 === Chare 35 (load 6.8103)

=== 0 === Less loaded core 8 P#9346032 (3 chares, load: 30.0925)
=== 0 === Chare from 8 P#8 (3 chares)
=== 0 === Chare 50 (load 6.7921)

=== 0 === Less loaded core 26 P#4 (4 chares, load: 30.1061)
=== 0 === Chare from 29 P#29 (3 chares)
=== 0 === Chare 174 (load 6.7880)


[TIMING] === TMPAR === TreeMatch distributed 0.476110 s
****************************
* LOAD STATISTICS (End)
****************************
Node Load AvgCoreLoad
0 1102.6118 34.4566
1 1085.7160 33.9286
2 1091.0820 34.0963
3 1037.9770 32.4368
4 1037.1373 32.4105
5 1093.6500 34.1766
6 1100.0267 34.3758
7 1101.3732 34.4179
min 1037.1373
max 1102.6118
avg 1081.1967

Core Load
min 29.6140
max 37.6595 (235)
avg 33.7874
*********End***********


[TIMING] === TMPAR === Free resources 0.000448 s
CharmLB> TreeMatchLB: PE [0] Memory: LBManager: 920 KB CentralLB: 366 KB
CharmLB> TreeMatchLB: PE [0] #Objects migrating: 996, LBMigrateMsg size: 0.06
MB
CharmLB> TreeMatchLB: PE [0] strategy finished at 344.267708 duration
0.528099 s
CharmLB> TreeMatchLB: PE [0] step 6 finished at 345.188741 duration 5.238250 s

------------- FIN -------------- 105
------------- FIN -------------- 102
------------- FIN -------------- 67
------------- FIN -------------- 37
------------- FIN -------------- 20
------------- FIN -------------- 572
------------- FIN -------------- 61
------------- FIN -------------- 68
------------- FIN -------------- 60
------------- FIN -------------- 69
------------- FIN -------------- 62
------------- FIN -------------- 70
------------- FIN -------------- 28
------------- FIN -------------- 29
------------- FIN -------------- 31
------------- FIN -------------- 30
------------- FIN -------------- 35
------------- FIN -------------- 4
------------- FIN -------------- 36
------------- FIN -------------- 5
------------- FIN -------------- 22
------------- FIN -------------- 25
------------- FIN -------------- 24
------------- FIN -------------- 23
------------- FIN -------------- 573
------------- FIN -------------- 53
------------- FIN -------------- 541
------------- FIN -------------- 540
------------- FIN -------------- 126
------------- FIN -------------- 127
------------- FIN -------------- 63
------------- FIN -------------- 95
------------- FIN -------------- 115
------------- FIN -------------- 88
------------- FIN -------------- 89
------------- FIN -------------- 121
------------- FIN -------------- 120
------------- FIN -------------- 505
------------- FIN -------------- 570
------------- FIN -------------- 538
------------- FIN -------------- 104
------------- FIN -------------- 123
------------- FIN -------------- 124
------------- FIN -------------- 117
------------- FIN -------------- 122
------------- FIN -------------- 55
------------- FIN -------------- 57
------------- FIN -------------- 51
------------- FIN -------------- 892
------------- FIN -------------- 52
------------- FIN -------------- 116
------------- FIN -------------- 84
------------- FIN -------------- 391
------------- FIN -------------- 98
------------- FIN -------------- 125
------------- FIN -------------- 85
------------- FIN -------------- 91
------------- FIN -------------- 90
------------- FIN -------------- 58
------------- FIN -------------- 18
------------- FIN -------------- 99
------------- FIN -------------- 860
------------- FIN -------------- 103
------------- FIN -------------- 894
------------- FIN -------------- 568
------------- FIN -------------- 118
------------- FIN -------------- 77
------------- FIN -------------- 890
------------- FIN -------------- 19
------------- FIN -------------- 59
------------- FIN -------------- 56
------------- FIN -------------- 862
------------- FIN -------------- 54
------------- FIN -------------- 830
------------- FIN -------------- 893
------------- FIN -------------- 440
------------- FIN -------------- 506
------------- FIN -------------- 72
------------- FIN -------------- 73
------------- FIN -------------- 43
------------- FIN -------------- 74
------------- FIN -------------- 42
------------- FIN -------------- 44
------------- FIN -------------- 410
------------- FIN -------------- 604
------------- FIN -------------- 603
------------- FIN -------------- 41
------------- FIN -------------- 443
------------- FIN -------------- 475
------------- FIN -------------- 856
------------- FIN -------------- 107
------------- FIN -------------- 94
------------- FIN -------------- 21
------------- FIN -------------- 471
------------- FIN -------------- 93
------------- FIN -------------- 634
------------- FIN -------------- 633
------------- FIN -------------- 87
------------- FIN -------------- 891
------------- FIN -------------- 92
------------- FIN -------------- 46
------------- FIN -------------- 119
------------- FIN -------------- 45
------------- FIN -------------- 100
------------- FIN -------------- 80
------------- FIN -------------- 826
------------- FIN -------------- 478
------------- FIN -------------- 973
------------- FIN -------------- 82
------------- FIN -------------- 16
------------- FIN -------------- 407
------------- FIN -------------- 408
------------- FIN -------------- 101
------------- FIN -------------- 441
------------- FIN -------------- 472
------------- FIN -------------- 473
------------- FIN -------------- 600
------------- FIN -------------- 86
------------- FIN -------------- 601
------------- FIN -------------- 569
[DEBUG] FindPermutationDist from node 0
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000007s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0202
select_independent_groups=0.0039
select_independent_groups_2=0.0673
select_independent_groups_by_largest_index=0.1008
Grouping done in 0.1968s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0026
select_independent_groups=0.0005
select_independent_groups_2=0.0065
select_independent_groups_by_largest_index=0.1002
compute_weighted_degree=0.1026
select_indentendent_group_wg=0.0042
Grouping done in 0.2179s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0010
select_independent_groups_by_largest_index=0.0054
compute_weighted_degree=0.0063
select_indentendent_group_wg=0.0009
Grouping done in 0.0144s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.430716s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 0
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000004s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0203
select_independent_groups=0.0039
select_independent_groups_2=0.0685
select_independent_groups_by_largest_index=0.1003
Grouping done in 0.1977s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0027
select_independent_groups=0.0005
select_independent_groups_2=0.0074
select_independent_groups_by_largest_index=0.1005
compute_weighted_degree=0.1131
select_indentendent_group_wg=0.0066
Grouping done in 0.2323s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0010
select_independent_groups_by_largest_index=0.0060
compute_weighted_degree=0.0066
select_indentendent_group_wg=0.0009
Grouping done in 0.0153s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.446989s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 0
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000005s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0203
select_independent_groups=0.0039
select_independent_groups_2=0.0708
select_independent_groups_by_largest_index=0.1003
Grouping done in 0.2000s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0027
select_independent_groups=0.0004
select_independent_groups_2=0.0075
select_independent_groups_by_largest_index=0.1005
compute_weighted_degree=0.1075
select_indentendent_group_wg=0.0072
Grouping done in 0.2271s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0010
select_independent_groups_by_largest_index=0.0058
compute_weighted_degree=0.0067
select_indentendent_group_wg=0.0009
Grouping done in 0.0151s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.443911s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 0
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000005s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0202
select_independent_groups=0.0039
select_independent_groups_2=0.0612
select_independent_groups_by_largest_index=0.1001
Grouping done in 0.1902s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0025
select_independent_groups=0.0005
select_independent_groups_2=0.0078
select_independent_groups_by_largest_index=0.1001
compute_weighted_degree=0.1043
select_indentendent_group_wg=0.0073
Grouping done in 0.2239s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0009
select_independent_groups_by_largest_index=0.0058
compute_weighted_degree=0.0064
select_indentendent_group_wg=0.0009
Grouping done in 0.0148s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.430582s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 0
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000005s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0204
select_independent_groups=0.0039
select_independent_groups_2=0.0664
select_independent_groups_by_largest_index=0.1000
Grouping done in 0.1955s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0026
select_independent_groups=0.0005
select_independent_groups_2=0.0073
select_independent_groups_by_largest_index=0.1005
compute_weighted_degree=0.1071
select_indentendent_group_wg=0.0068
Grouping done in 0.2262s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0010
select_independent_groups_by_largest_index=0.0061
compute_weighted_degree=0.0066
select_indentendent_group_wg=0.0010
Grouping done in 0.0156s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.438992s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 0
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000015s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0207
select_independent_groups=0.0039
select_independent_groups_2=0.0583
select_independent_groups_by_largest_index=0.1006
Grouping done in 0.1882s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0027
select_independent_groups=0.0004
select_independent_groups_2=0.0061
select_independent_groups_by_largest_index=0.1003
compute_weighted_degree=0.1073
select_indentendent_group_wg=0.0060
Grouping done in 0.2241s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0010
select_independent_groups_by_largest_index=0.0060
compute_weighted_degree=0.0066
select_indentendent_group_wg=0.0010
Grouping done in 0.0153s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0011s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.429481s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 0
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000004s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0204
select_independent_groups=0.0040
select_independent_groups_2=0.0730
select_independent_groups_by_largest_index=0.1002
Grouping done in 0.2021s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0026
select_independent_groups=0.0005
select_independent_groups_2=0.0082
select_independent_groups_by_largest_index=0.1006
compute_weighted_degree=0.1096
select_indentendent_group_wg=0.0076
Grouping done in 0.2305s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0012
select_independent_groups_by_largest_index=0.0059
compute_weighted_degree=0.0067
select_indentendent_group_wg=0.0009
Grouping done in 0.0155s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.449784s
nb_leaves=128
M=128, N=128, BS=1
------------- FIN -------------- 38
------------- FIN -------------- 7
------------- FIN -------------- 39
------------- FIN -------------- 6
------------- FIN -------------- 40
------------- FIN -------------- 97
------------- FIN -------------- 66
------------- FIN -------------- 156
lect_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.448328s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 1
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000005s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0210
select_independent_groups=0.0040
select_independent_groups_2=0.0696
select_independent_groups_by_largest_index=0.1003
Grouping done in 0.2001s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0026
select_independent_groups=0.0004
select_independent_groups_2=0.0081
select_independent_groups_by_largest_index=0.1002
compute_weighted_degree=0.1075
select_indentendent_group_wg=0.0076
Grouping done in 0.2280s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0011
select_independent_groups_by_largest_index=0.0058
compute_weighted_degree=0.0068
select_indentendent_group_wg=0.0010
Grouping done in 0.0154s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
s:2016
list_all_possible_groups=0.0027
select_independent_groups=0.0005
select_independent_groups_2=0.0082
select_independent_groups_by_largest_index=0.1004
compute_weighted_degree=0.1038
select_indentendent_group_wg=0.0074
Grouping done in 0.2243s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0011
select_independent_groups_by_largest_index=0.0054
compute_weighted_degree=0.0066
select_indentendent_group_wg=0.0009
Grouping done in 0.0148s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.439848s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 2
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
che=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0026
select_independent_groups=0.0005
select_independent_groups_2=0.0067
select_independent_groups_by_largest_index=0.1000
compute_weighted_degree=0.1125
select_indentendent_group_wg=0.0060
Grouping done in 0.2298s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0009
select_independent_groups_by_largest_index=0.0064
compute_weighted_degree=0.0069
select_indentendent_group_wg=0.0008
Grouping done in 0.0158s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0011s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.436842s
nb_leaves=128
M=128, N=128, BS=1
------------- FIN -------------- 390
------------- FIN 5143s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 5
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000019s
nb_levels=8
set_node: 0.000005s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0210
select_independent_groups=0.0040
select_independent_groups_2=0.0697
select_independent_groups_by_largest_index=0.1002
Grouping done in 0.1999s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0027
select_independent_groups=0.0004
select_independent_groups_2=0.0081
select_independent_groups_by_largest_index=0.1001
compute_weighted_degree=0.1034
select_indentendent_group_wg=0.0074
Grouping done in 0.2235s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0011
select_independent_groups_by_largest_index=0.0051
compute_weighted_degree=0.0063
select_indentendent_group_wg=0.0010
Grouping done in 0.0144s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0011s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping d001
select_independent_groups_2=0.0011
select_independent_groups_by_largest_index=0.0066
compute_weighted_degree=0.0067
select_indentendent_group_wg=0.0009
Grouping done in 0.0162s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0009s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.442779s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 6
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000004s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0209
select_independent_groups=0.0041
select_independent_groups_2=0.0635
select_independent_groups_by_largest_index=0.1006
Grouping done in 0.1942s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0026
select_independent_groups=0.0005
select_independent_groups_2=0.0071
select_independent_groups_by_largest_index=0.1014
compute_weighted_degree=0.1076
select_indentendent_group_wg=0.0053
Grouping done in 0.2260s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0010
select_independent_groups_by_largest_index=0.0066
compute_weighted_degree=0.0068
select_indentendent_group_wg=0.0008
Grouping done in 0.0160s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.437964s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 6
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
checone in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.439663s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 5
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000005s
nb_levels=8
set_node: 0.000005s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0210
select_independent_groups=0.0040
select_independent_groups_2=0.0688
select_independent_groups_by_largest_index=0.1005
Grouping done in 0.1994s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0027
select_independent_groups=0.0005
select_independent_groups_2=0.0082
select_independent_groups_by_largest_index=0.1004
compute_weighted_degree=0.1035
select_indentendent_group_wg=0.0077
Grouping done in 0.2246s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0012
select_independent_groups_by_largest_index=0.0052
compute_weighted_degree=0.0062
select_indentendent_group_wg=0.0010
Grouping done in 0.0144s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0011s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute-------------- 389
------------- FIN -------------- 446
------------- FIN -------------- 113
------------- FIN -------------- 970
------------- FIN -------------- 419
------------- FIN -------------- 387
------------- FIN -------------- 412
------------- FIN -------------- 477
------------- FIN -------------- 413
------------- FIN -------------- 445
------------- FIN -------------- 432
ck_constraints: 0.000019s
nb_levels=8
set_node: 0.000005s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0212
select_independent_groups=0.0039
select_independent_groups_2=0.0705
select_independent_groups_by_largest_index=0.1005
Grouping done in 0.2011s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0028
select_independent_groups=0.0004
select_independent_groups_2=0.0075
select_independent_groups_by_largest_index=0.1009
compute_weighted_degree=0.1039
select_indentendent_group_wg=0.0065
Grouping done in 0.2235s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0011
select_independent_groups_by_largest_index=0.0055
compute_weighted_degree=0.0064
select_indentendent_group_wg=0.0010
Grouping done in 0.0148s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0011s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.00elect_independent_groups=0.0000
select_independent_groups_2=0.0002
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0002
Grouping done in 0.0011s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.445377s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 1
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000020s
nb_levels=8
set_node: 0.000005s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0211
select_independent_groups=0.0039
select_independent_groups_2=0.0567
select_independent_groups_by_largest_index=0.1003
Grouping done in 0.1871s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0028
select_independent_groups=0.0004
select_independent_groups_2=0.0076
select_independent_groups_by_largest_index=0.1002
compute_weighted_degree=0.1064
select_indentendent_group_wg=0.0064
Grouping done in 0.2253s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0011
select_independent_groups_by_largest_index=0.0061
compute_weighted_degree=0.0065
select_indentendent_group_wg=0.0010
Grouping done in 0.0156s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.429739s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 1
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000005s
nb_levels=8
set_node: 0.000005s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0211
select_independent_groups=0.0040
select_independent_groups_2=0.0669
select_independent_groups_by_largest_index=0.1004
Group00
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.441155s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 2
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000004s
nb_levels=8
set_node: 0.000005s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0211
select_independent_groups=0.0039
select_independent_groups_2=0.0699
select_independent_groups_by_largest_index=0.1009
Grouping done in 0.2009s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0027
select_independent_groups=0.0004
select_independent_groups_2=0.0079
select_independent_groups_by_largest_index=0.1004
compute_weighted_degree=0.1039
select_indentendent_group_wg=0.0070
Grouping done in 0.2240s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0012
select_independent_groups_by_largest_index=0.0052
compute_weighted_degree=0.0065
select_indentendent_group_wg=0.0009
Grouping done in 0.0147s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of g------------- FIN -------------- 886
------------- FIN -------------- 444
------------- FIN -------------- 476
------------- FIN -------------- 411
------------- FIN -------------- 83
------------- FIN -------------- 34
------------- FIN -------------- 47
------------- FIN -------------- 75
------------- FIN -------------- 480
------------- FIN -------------- 481
------------- FIN -------------- 384
------------- FIN -------------- 385
------------- FIN -------------- 497
------------- FIN -------------- 466
------------- FIN -------------- 465
------------- FIN -------------- 498
------------- FIN -------------- 500
------------- FIN -------------- 467
------------- FIN -------------- 499
------------- FIN -------------- 435
------------- FIN -------------- 402
------------- FIN -------------- 403
------------- FIN -------------- 401
------------- FIN -------------- 400
------------- FIN -------------- 434
------------- FIN -------------- 404
------------- FIN -------------- 436
------------- FIN -------------- 433
------------- FIN -------------- 483
------------- FIN -------------- 450
------------- FIN -------------- 482
------------- FIN -------------- 451
------------- FIN -------------- 484
------------- FIN -------------- 485
------------- FIN -------------- 453
------------- FIN -------------- 452
------------- FIN -------------- 420
------------- FIN -------------- 415
------------- FIN -------------- 395
------------- FIN -------------- 493
------------- FIN -------------- 494
------------- FIN -------------- 462
------------- FIN -------------- 111
------------- FIN -------------- 491
------------- FIN -------------- 418
------------- FIN -------------- 1002
------------- FIN -------------- 399
------------- FIN -------------- 398
------------- FIN -------------- 431
------------- FIN -------------- 430
------------- FIN -------------- 827
------------- FIN -------------- 902
------------- FIN -------------- 911
------------- FIN -------------- 507 _weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.440146s
nb_leaves=128
M=128, N=128, BS=1
------------- FIN -------------- 738
------------- FIN -------------- 644
------------- FIN -------------- 739
------------- FIN -------------- 708
------------- FIN -------------- 701
------------- FIN -------------- 676
------------- FIN -------------- 696
------------- FIN -------------- 756
------------- FIN -------------- 755
------------- FIN -------------- 758
------------- FIN -------------- 735
------------- FIN -------------- 717
------------- FIN -------------- 716
------------- FIN -------------- 748
------------- FIN -------------- 749
------------- FIN -------------- 724
------------- FIN -------------- 704
------------- FIN -------------- 654
------------- FIN -------------- 675
------------- FIN -------------- 688
------------- FIN -------------- 690
------------- FIN -------------- 736
------------- FIN -------------- 691
------------- FIN -------------- 658
------------- FIN -------------- 669
------------- FIN -------------- 661
------------- FIN -------------- 662
------------- FIN -------------- 659
------------- FIN -------------- 726
------------- FIN -------------- 702
------------- FIN -------------- 695
------------- FIN -------------- 694
------------- FIN -k_constraints: 0.000018s
nb_levels=8
set_node: 0.000005s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0211
select_independent_groups=0.0040
select_independent_groups_2=0.0666
select_independent_groups_by_largest_index=0.1005
Grouping done in 0.1973s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0027
select_independent_groups=0.0005
select_independent_groups_2=0.0079
select_independent_groups_by_largest_index=0.1005
compute_weighted_degree=0.1081
select_indentendent_group_wg=0.0042
Grouping done in 0.2254s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0011
select_independent_groups_by_largest_index=0.0062
compute_weighted_degree=0.0066
select_indentendent_group_wg=0.0005
Grouping done in 0.0151s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0011s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.439572s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 6
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000004s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0211
select_independent_groups=0.0041
select_independent_groups_2=0.0639
select_independent_groups_by_largest_index=0.1001
Grouping done in 0.1940s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0027
select_independent_groups=0.0005
select_independent_groups_2=0.0072
select_independent_groups_by_largest_index=0.1002
compute_weighted_degree=0.1103
select_indentendent_group_wg=0.0062
Grouping done in 0.2286s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0010
select_independent_groups_by_largest_index=0.0063
compute_weighted_degree=0.0067
select_indentendent_group_wg=0.0010
Grouping done in 0.0158s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0002
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of gr------------- 693
------------- FIN -------------- 725
------------- FIN -------------- 699
------------- FIN -------------- 692
------------- FIN -------------- 732
------------- FIN -------------- 700
------------- FIN -------------- 743
------------- FIN -------------- 764
------------- FIN -------------- 653
------------- FIN -------------- 648
------------- FIN -------------- 649
------------- FIN -------------- 655
------------- FIN -------------- 687
------------- FIN -------------- 705
------------- FIN -------------- 686
------------- FIN -------------- 750
------------- FIN -------------- 718
------------- FIN -------------- 715
------------- FIN -------------- 747
------------- FIN -------------- 709
------------- FIN -------------- 643
------------- FIN -------------- 645
------------- FIN -------------- 741
------------- FIN -------------- 740
------------- FIN -------------- 652
------------- FIN -------------- 651
------------- FIN -------------- 703
------------- FIN -------------- 683
------------- FIN -------------- 679
------------- FIN -------------- 646
------------- FIN -------------- 677
------------- FIN -------------- 678
------------- FIN -------------- 647
------------- FIN -------------- 657
------------- FIN -------------- 656
------------- FIN -------------- 689
------------- FIN -------------- 737
------------- FIN -------------- 671
------------- FIN -------------- 684
------------- FIN -------------- 757
------------- FIN -------------- 711
------------- FIN -------------- 710
------------- FIN -------------- 731
------------- FIN -------------- 742
------------- FIN -------------- 723
------------- FIN -------------- 664
------------- FIN -------------- 754
------------- FIN -------------- 722
------------- FIN -------------- 753
------------- FIN -------------- 762
------------- FIN -------------- 761
------------- FIN -------------- 730
------------- FIN -------------- 729
------------- FIN -------------- 733
------------- F
------------- FIN -------------- 503
------------- FIN -------------- 504
------------- FIN -------------- 858
------------- FIN -------------- 49
------------- FIN -------------- 469
------------- FIN -------------- 470
------------- FIN -------------- 502
------------- FIN -------------- 501
------------- FIN -------------- 1004
------------- FIN -------------- 71
------------- FIN -------------- 1005
------------- FIN -------------- 78
------------- FIN -------------- 109
------------- FIN -------------- 110
------------- FIN -------------- 108
------------- FIN -------------- 438
------------- FIN -------------- 406
------------- FIN -------------- 437
------------- FIN -------------- 405
roups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.441356s
nb_leaves=128
M=128, N=128, BS=1
------------- FIN -------------- 303
------------- FIN -------------- 295
------------- FIN -------------- 289
------------- FIN -------------- 277
------------- FIN -------------- 300
------------- FIN -------------- 279
------------- FIN -------------- 329
------------- FIN -------------- 328
------------- FIN -------------- 308
------------- FIN -------------- 340
------------- FIN -------------- 309
------------- FIN -------------- 272
------------- FIN -------------- 341
------------- FIN -------------- 374
------------- FIN -------------- 302
------------- FIN -------------- 301
------------- FIN -------------- 348
------------- FIN -------------- 383
------------- FIN -------------- 331
------------- FIN -------------- 312
------------- FIN -------------- 311
------------- FIN -------------- 278
------------- FIN -------------- 352
------------- FIN -------------- 307
------------- FIN -------------- 350
------------- FIN -------------- 344
------------- FIN -------------- 306
------------- FIN -------------- 258
------------- FIN -------------- 268
------------- FIN -------------- 290
ing done in 0.1974s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0027
select_independent_groups=0.0005
select_independent_groups_2=0.0078
select_independent_groups_by_largest_index=0.1001
compute_weighted_degree=0.1074
select_indentendent_group_wg=0.0069
Grouping done in 0.2271s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0010
select_independent_groups_by_largest_index=0.0062
compute_weighted_degree=0.0067
select_indentendent_group_wg=0.0008
Grouping done in 0.0156s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.441711s
nb_leaves=128
M=128, N=128, BS=1
------------- FIN -------------- 139
------------- FIN -------------- 235
------------- FIN -------------- 207
------------- FIN -------------- 196
------------- FIN -------------- 203
------------- FIN -------------- 198
------------- FIN -------------- 148
------------- FIN -------------- 149
------------- FIN -------------- 249
------------- FIN -------------- 179
------------- FIN -------------- 211
------------- FIN -------------- 244
------------- FIN -------------- 322
------------- FIN -------------- 323
------------- FIN -------------- 321
------------- FIN -------------- 355
------------- FIN -------------- 361
------------- FIN -------------- 360
------------- FIN -------------- 320
------------- FIN -------------- 342
------------- FIN -------------- 353
------------- FIN -------------- 375
------------- FIN -------------- 343
------------- FIN -------------- 267
------------- FIN -------------- 370
------------- FIN -------------- 371
------------- FIN -------------- 338
------------- FIN -------------- 339
------------- FIN -------------- 286
------------- FIN -------------- 318
------------- FIN -------------- 319
------------- FIN -------------- 287
------------- FIN -------------- 349
------------- FIN -------------- 317
------------- FIN -------------- 356
------------- FIN -------------- 373
------------- FIN -------------- 372
------------- FIN -------------- 381
------------- FIN -------------- 380
------------- FIN -------------- 281
------------- FIN -------------- 313
------------- FIN -------------- 256
------------- FIN -------------- 314
------------- FIN -------------- 376
------------- FIN -------------- 377
------------- FIN -------------- 351
------------- FIN -------------- 379
------------- FIN -------------- 345
------------- FIN -------------- 347
------------- FIN -------------- 315
------------- FIN -------------- 346
------------- FIN -------------- 334
------------- FIN -------------- 270
------------- FIN -------------- 269
------------- FIN -------------- 259
------------- FIN -------------- 304
------------- FIN -------------- 354
------------- FIN -------------- 271
------------- FIN -------------- 257
------------- FIN -------------- 367
------------- FIN -------------- 368
------------- FIN -------------- 369
------------- FIN -------------- 366
------------- FIN -------------- 378
------------- FIN -------------- 332
------------- FIN -------------- 3e in 0.2254s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0011
select_independent_groups_by_largest_index=0.0058
compute_weighted_degree=0.0066
select_indentendent_group_wg=0.0010
Grouping done in 0.0153s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0011s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.436170s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 4
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000004s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0211
select_independent_groups=0.0039
select_independent_groups_2=0.07IN -------------- 766
------------- FIN -------------- 734
------------- FIN -------------- 765
------------- FIN -------------- 650
------------- FIN -------------- 744
------------- FIN -------------- 712
------------- FIN -------------- 682
------------- FIN -------------- 751
------------- FIN -------------- 697
------------- FIN -------------- 673
------------- FIN -------------- 727
------------- FIN -------------- 698
------------- FIN -------------- 728
------------- FIN -------------- 641
------------- FIN -------------- 667
------------- FIN -------------- 759
------------- FIN -------------- 760
------------- FIN -------------- 745
------------- FIN -------------- 668
------------- FIN -------------- 714
------------- FIN -------------- 746
------------- FIN -------------- 674
------------- FIN -------------- 707
------------- FIN -------------- 706
------------- FIN -------------- 720
------------- FIN -------------- 752
------------- FIN -------------- 767
------------- FIN -------------- 719
------------- FIN -------------- 672
------------- FIN -------------- 666
------------- FIN -------------- 721
------------- FIN -------------- 685
------------- FIN -------------- 763
------------- FIN -------------- 681
------------- FIN -------------- 680
oups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.440179s
nb_leaves=128
M=128, N=128, BS=1
------------- FIN -------------- 867
------------- FIN -------------- 11
------------- FIN -------------- 789
------------- FIN -------------- 833
------------- FIN -------------- 865
------------- FIN -------------- 883
------------- FIN -------------- 868
------------- FIN -------------- 820
------------- FIN -------------- 602
------------- FIN -------------- 848
------------- FIN -------------- 849
------------- FIN -------------- 982
------------- FIN -------------- 817
------------- FIN -------------- 771
------------- FIN -------------- 814
------------- FIN -------------- 803
------------- FIN -------------- 897
------------- FIN -------------- 768
------------- FIN -------------- 770
------------- FIN -------------- 800
------------- FIN -------------- 851
------------- FIN -------------- 819
------------- FIN -------------- 823
------------- FIN -------------- 850
------------- FIN -------------- 818
------------- FIN -------------- 806
------------- FIN -------------- 882
------------- FIN -------------- 881
------------- FIN -------------- 801
------------- FIN -------------- 542
------------- FIN -------------- 885
------------- FIN -------------- 884
------------- FIN -------------- 852
------------- FIN -------------- 983
------------- FIN -------------- 853
00
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.442701s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 7
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000019s
nb_levels=8
set_node: 0.000005s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0211
select_independent_groups=0.0039
select_independent_groups_2=0.0668
select_independent_groups_by_largest_index=0.1009
Grouping done in 0.1977s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0028
select_independent_groups=0.0005
select_independent_groups_2=0.0076
select_independent_groups_by_largest_index=0.1001
compute_weighted_degree=0.1092
select_indentendent_group_wg=0.0071
Grouping done in 0.2287s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0011
select_independent_groups_by_largest_index=0.0063
compute_weighted_degree=0.0066
select_indentendent_group_wg=0.0011
Grouping done in 0.0159s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0011s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.444155s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 7
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000005s
nb_levels=8
set_node: 0.000005s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0211
select_independent_groups=0.0040
select_independent_groups_2=0.0628
select_independent_groups_by_largest_index=0.1003
Grouping done in 0.1934s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0028
select_independent_groups=0.0005
select_independent_groups_2=0.0074
select_independent_groups_by_largest_index=0.1010
compute_weighted_degree=0.1095
select_indentendent_group_wg=0.0075
Grouping done in 0.2303s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0011
select_independent_groups_by_largest_index=0.0059
compute_weighted_degree=0.0067
select_indentendent_group_wg=0.0011
Grouping done in 0.0156s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_in------------- FIN -------------- 980
------------- FIN -------------- 816
------------- FIN -------------- 981
------------- FIN -------------- 640
------------- FIN -------------- 665
------------- FIN -------------- 642
42
select_independent_groups_by_largest_index=0.1007
Grouping done in 0.2050s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0027
select_independent_groups=0.0004
select_independent_groups_2=0.0082
select_independent_groups_by_largest_index=0.1005
compute_weighted_degree=0.1056
select_indentendent_group_wg=0.0061
Grouping done in 0.2251s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0010
select_independent_groups_by_largest_index=0.0061
compute_weighted_degree=0.0067
select_indentendent_group_wg=0.0009
Grouping done in 0.0156s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0002
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0011s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.4465
------------- FIN -------------- 333
------------- FIN -------------- 364
------------- FIN -------------- 276
------------- FIN -------------- 359
------------- FIN -------------- 358
------------- FIN -------------- 326
------------- FIN -------------- 327
------------- FIN -------------- 294
------------- FIN -------------- 299
------------- FIN -------------- 382
------------- FIN -------------- 363
------------- FIN -------------- 362
------------- FIN -------------- 181
------------- FIN -------------- 163
------------- FIN -------------- 212
------------- FIN -------------- 180
------------- FIN -------------- 182
------------- FIN -------------- 215
------------- FIN -------------- 183
------------- FIN -------------- 214
------------- FIN -------------- 194
------------- FIN -------------- 219
------------- FIN -------------- 193
------------- FIN -------------- 162
------------- FIN -------------- 912
------------- FIN -------------- 13
------------- FIN -------------- 896
------------- FIN -------------- 898
------------- FIN -------------- 223
------------- FIN -------------- 253
------------- FIN -------------- 254
------------- FIN -------------- 255
------------- FIN -------------- 160
------------- FIN -------------- 225
------------- FIN -------------- 192
------------- FIN -------------- 224
------------- FIN -------------- 166
------------- FIN -------------- 221
------------- FIN -------------- 222
------------- FIN -------------- 190
------------- FIN -------------- 165
------------- FIN -------------- 240
------------- FIN -------------- 130
------------- FIN -------------- 231
------------- FIN -------------- 217
------------- FIN -------------- 248
------------- FIN -------------- 246
------------- FIN -------------- 245
------------- FIN -------------- 140
------------- FIN -------------- 142
------------- FIN -------------- 228
------------- FIN -------------- 141
------------- FIN -------------- 174
------------- FIN -------------- 133
------------- FIN -------------- 175
------------- FIN -------------- 208
------------- FIN -------------- 167
------------- FIN -------------- 209
------------- FIN -------------- 186
------------- FIN -------------- 177
7507s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 4
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000025s
nb_levels=8
set_node: 0.000005s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0212
select_independent_groups=0.0040
select_independent_groups_2=0.0595
select_independent_groups_by_largest_index=0.1013
Grouping done in 0.1909s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0025
select_independent_groups=0.0005
select_independent_groups_2=0.0070
select_independent_groups_by_largest_index=0.1000
compute_weighted_degree=0.1064
select_indentendent_group_wg=0.0059
Grouping done in 0.2239s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0009
select_independent_groups_by_largest_index=0.0066
compute_weighted_degree=0.0067
select_indentendent_group_wg=0.0008
Grouping done in 0.0159s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0011s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping ddependent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.441081s
nb_leaves=128
M=128, N=128, BS=1
------------- FIN -------------- 439
------------- FIN -------------- 927
------------- FIN -------------- 959
------------- FIN -------------- 861
one in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.432524s
nb_leaves=128
M=128, N=128, BS=1
[DEBUG] FindPermutationDist from node 4
n_objs = 128; nprocs = 32; root_arity = 32
N: 128
nb_constraints: 128
check_constraints: 0.000004s
nb_levels=8
set_node: 0.000004s
Depth=7 nb_nodes=128 nb_groups=64 size of groups(arity)=2
Number of groups:8128
list_all_possible_groups=0.0210
select_independent_groups=0.0041
select_independent_groups_2=0.0565
select_independent_groups_by_largest_index=0.1010
Grouping done in 0.1876s!
Depth=6 nb_nodes=64 nb_groups=32 size of groups(arity)=2
Number of groups:2016
list_all_possible_groups=0.0026
select_independent_groups=0.0005
select_independent_groups_2=0.0067
select_independent_groups_by_largest_index=0.1002
compute_weighted_degree=0.1114
select_indentendent_group_wg=0.0058
Grouping done in 0.2287s!
Depth=5 nb_nodes=32 nb_groups=16 size of groups(arity)=2
Number of groups:496
list_all_possible_groups=0.0004
select_independent_groups=0.0001
select_independent_groups_2=0.0008
select_independent_groups_by_largest_index=0.0066
compute_weighted_degree=0.0065
select_indentendent_group_wg=0.0008
Grouping done in 0.0156s!
Depth=4 nb_nodes=16 nb_groups=8 size of groups(arity)=2
Number of groups:120
list_all_possible_groups=0.0001
select_independent_groups=0.0000
select_independent_groups_2=0.0001
select_independent_groups_by_largest_index=0.0002
compute_weighted_degree=0.0004
select_indentendent_group_wg=0.0001
Grouping done in 0.0010s!
Depth=3 nb_nodes=8 nb_groups=4 size of groups(arity)=2
Number of groups:28
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0001s!
Depth=2 nb_nodes=4 nb_groups=2 size of groups(arity)=2
Number of groups:6
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Depth=1 nb_nodes=2 nb_groups=1 size of groups(arity)=2
Number of groups:1
list_all_possible_groups=0.0000
select_independent_groups=0.0000
select_independent_groups_2=0.0000
select_independent_groups_by_largest_index=0.0000
compute_weighted_degree=0.0000
select_indentendent_group_wg=0.0000
Grouping done in 0.0000s!
Build (top down) tree done!
build_level_topology: 0.433651s
nb_leaves=128
M=128, N=128, BS=1
------------- FIN -------------- 96
------------- FIN -------------- 32
------------- FIN -------------- 33
------------- FIN -------------- 64
------------- FIN -------------- 624
------------- FIN -------------- 623
------------- FIN -------------- 591
------------- FIN -------------- 590
------------- FIN -------------- 611
------------- FIN -------------- 609
------------- FIN -------------- 608
------------- FIN -------------- 610
------------- FIN -------------- 625
------------- FIN -------------- 545
------------- FIN -------------- 593
------------- FIN -------------- 561
------------- FIN -------------- 632
------------- FIN -------------- 26
------------- FIN -------------- 27
------------- FIN -------------- 631
------------- FIN -------------- 594
------------- FIN -------------- 595
------------- FIN -------------- 627
------------- FIN -------------- 626
------------- FIN -------------- 592
------------- FIN -------------- 628
------------- FIN -------------- 564
------------- FIN -------------- 596
------------- FIN -------------- 577
------------- FIN -------------- 546
------------- FIN -------------- 514
------------- FIN -------------- 637
------------- FIN -------------- 630
------------- FIN -------------- 629
------------- FIN -------------- 597
------------- FIN -------------- 598
------------- FIN -------------- 607
------------- FIN -------------- 526
------------- FIN -------------- 589
------------- FIN -------------- 522
------------- FIN -------------- 580
------------- FIN -------------- 639
[Partition 0][Node 0] End of program
Application 25159092 resources: utime ~93854s, stime ~2902s, Rss ~319592,
inblocks ~530745, outblocks ~464363

Attachment: signature.asc
Description: OpenPGP digital signature




Archive powered by MHonArc 2.6.16.

Top of Page