Trace number 4407353

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-24 parallelOPT4482 27.8483 7.17082

General information on the benchmark

NameMario/
Mario-zinc-s1/Mario-t-hard-5.xml
MD5SUM4de37f7087aa8e77bde3fd457ed5d54a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4482
Best CPU time to get the best result obtained on this benchmark16.4329
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints201
Number of domains166
Minimum domain size1
Maximum domain size100
Distribution of domain sizes[{"size":1,"count":5},{"size":2,"count":95},{"size":83,"count":1},{"size":85,"count":1},{"size":86,"count":3},{"size":87,"count":3},{"size":88,"count":8},{"size":89,"count":19},{"size":90,"count":19},{"size":91,"count":8},{"size":92,"count":17},{"size":93,"count":12},{"size":94,"count":3},{"size":95,"count":3},{"size":96,"count":1},{"size":97,"count":2},{"size":100,"count":100}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":199},{"degree":3,"count":99}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":198},{"arity":100,"count":2}]
Number of extensional constraints100
Number of intensional constraints99
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":99},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4407353-1569347584.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4407353-1569347584.xml, -tl, 2016s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
4.70/1.32	c solve instance...
6.84/1.66	o 0 
7.57/1.75	o 74 
8.35/1.82	o 98 
8.35/1.85	o 104 
8.35/1.88	o 849 
10.40/2.17	o 852 
10.40/2.17	o 940 
11.24/2.36	o 945 
11.24/2.38	o 1167 
11.85/2.57	o 1169 
11.85/2.58	o 1268 
12.25/2.76	o 1271 
12.25/2.77	o 1275 
12.25/2.78	o 1302 
12.90/2.96	o 1305 
12.90/2.98	o 1315 
13.23/3.15	o 3386 
14.53/3.70	o 3388 
14.53/3.73	o 3478 
18.69/4.31	o 3672 
18.69/4.31	o 3819 
18.69/4.31	o 3862 
18.69/4.31	o 3873 
18.69/4.31	o 3910 
18.69/4.31	o 3979 
18.69/4.31	o 4052 
18.69/4.31	o 4106 
18.69/4.31	o 4118 
18.69/4.31	o 4135 
18.69/4.31	o 4149 
18.69/4.31	o 4150 
18.69/4.31	o 4209 
18.69/4.31	o 4210 
18.69/4.31	o 4217 
19.10/4.45	o 4272 
19.89/4.99	o 4392 
22.00/5.46	o 4394 
22.00/5.47	o 4413 
24.38/5.93	o 4415 
24.81/6.33	o 4419 
26.91/6.78	o 4420 
27.73/7.15	o 4482 
27.73/7.15	s OPTIMUM FOUND
27.73/7.15	v <instantiation>
27.73/7.15	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91] s[92] s[93] s[94] s[95] s[96] s[97] s[98] s[99] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] f[15] f[16] f[17] f[18] f[19] f[20] f[21] f[22] f[23] f[24] f[25] f[26] f[27] f[28] f[29] f[30] f[31] f[32] f[33] f[34] f[35] f[36] f[37] f[38] f[39] f[40] f[41] f[42] f[43] f[44] f[45] f[46] f[47] f[48] f[49] f[50] f[51] f[52] f[53] f[54] f[55] f[56] f[57] f[58] f[59] f[60] f[61] f[62] f[63] f[64] f[65] f[66] f[67] f[68] f[69] f[70] f[71] f[72] f[73] f[74] f[75] f[76] f[77] f[78] f[79] f[80] f[81] f[82] f[83] f[84] f[85] f[86] f[87] f[88] f[89] f[90] f[91] f[92] f[93] f[94] f[95] f[96] f[97] f[98] f[99] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24] g[25] g[26] g[27] g[28] g[29] g[30] g[31] g[32] g[33] g[34] g[35] g[36] g[37] g[38] g[39] g[40] g[41] g[42] g[43] g[44] g[45] g[46] g[47] g[48] g[49] g[50] g[51] g[52] g[53] g[54] g[55] g[56] g[57] g[58] g[59] g[60] g[61] g[62] g[63] g[64] g[65] g[66] g[67] g[68] g[69] g[70] g[71] g[72] g[73] g[74] g[75] g[76] g[77] g[78] g[79] g[80] g[81] g[82] g[83] g[84] g[85] g[86] g[87] g[88] g[89] g[90] g[91] g[92] g[93] g[94] g[95] g[96] g[97] g[98] g[99] </list>
27.73/7.15	v 	<values>69 0 1 47 62 85 44 25 75 58 71 24 40 99 61 70 10 79 56 95 80 73 64 59 31 81 34 21 11 97 16 32 54 96 84 22 29 33 48 87 50 49 26 67 89 19 37 78 15 60 53 42 51 7 55 90 28 57 39 63 66 98 93 30 38 83 65 27 18 46 82 45 5 23 12 76 52 13 86 2 41 3 88 72 43 36 14 6 74 17 8 35 92 20 94 91 77 9 4 68 44 0 60 156 84 82 26 248 379 317 406 266 485 189 15 18 412 488 139 333 71 105 422 51 264 82 386 55 183 189 93 450 108 440 385 36 52 44 39 246 373 123 354 358 31 167 21 496 401 411 480 306 89 466 260 11 240 0 63 364 240 207 51 2 106 330 316 123 354 30 371 30 31 314 169 391 122 213 408 270 85 216 277 154 16 398 486 14 54 20 161 344 0 4 0 58 4 143 330 226 0 0 74 24 6 5 54 91 22 21 31 3 47 60 28 90 78 15 17 17 8 65 8 56 61 2 80 47 15 20 89 92 57 29 7 30 46 43 69 33 84 51 70 57 41 98 52 42 53 95 25 5 12 37 3 12 59 0 47 31 99 51 7 26 98 65 33 97 44 18 49 36 58 30 55 57 69 60 13 99 65 73 84 63 56 91 88 6 91 37 43 11 0 1 0 85 27 69 54 60 </values>
27.73/7.15	v </instantiation>

Verifier Data

OK	4482

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13215 MiB free)
  memory of node 1: 16384 MiB (11603 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4407353-1569347584/watcher-4407353-1569347584 -o /tmp/evaluation-result-4407353-1569347584/solver-4407353-1569347584 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node139-1569336112-9884 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1480853069 HOME/instance-4407353-1569347584.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=15761, runsolver pid=15758
Current StackSize limit: 8192 KiB


[startup+0.10025 s]*
/proc/loadavg: 7.47 7.94 8.12 2/209 15782
/proc/meminfo: memFree=25397072/32770624 swapFree=66941040/67108860
[pid=15761] ppid=15758 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15761/stat : 15761 (xcsp3-exec) S 15758 15761 9857 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511029240 115843072 363 33554432000 4194304 5098028 140729369315984 140729369314088 139719882707580 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35176448 140729369322363 140729369322606 140729369322606 140729369325514 0
/proc/15761/statm: 28282 363 304 221 0 87 0
[pid=15763] ppid=15761 vsize=28227396 memory=29332 CPUtime=0.12 cores=0-7
/proc/15763/stat : 15763 (java) S 15761 15761 9857 0 -1 1077944320 5811 0 0 0 11 1 0 0 20 0 20 0 511029240 28904853504 7333 33554432000 4194304 4196468 140726796993920 140726796976464 140371151322871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
/proc/15763/statm: 7056849 7333 3117 1 0 7019032 0
[pid=15763/tid=15764] ppid=15761 vsize=28227396 memory=8185743605838552221 CPUtime=0.09 cores=0-7
/proc/15763/task/15764/stat : 15764 (java) R 15761 15761 9857 0 -1 4202560 3716 0 0 0 8 1 0 0 20 0 20 0 511029241 28904853504 7333 33554432000 4194304 4196468 140726796993920 140371155555136 140371151344797 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15765] ppid=15761 vsize=28227396 memory=732370220324256741 CPUtime=0 cores=0-7
/proc/15763/task/15765/stat : 15765 (java) S 15761 15761 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511029241 28904853504 7333 33554432000 4194304 4196468 140726796993920 140371103943440 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15766] ppid=15761 vsize=28227396 memory=140081986803328 CPUtime=0 cores=0-7
/proc/15763/task/15766/stat : 15766 (java) S 15761 15761 9857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511029241 28904853504 7333 33554432000 4194304 4196468 140726796993920 140371102890896 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15767] ppid=15761 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15767/stat : 15767 (java) S 15761 15761 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511029241 28904853504 7333 33554432000 4194304 4196468 140726796993920 140371101838352 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15768] ppid=15761 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15768/stat : 15768 (java) S 15761 15761 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511029241 28904853504 7333 33554432000 4194304 4196468 140726796993920 140371100785808 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15769] ppid=15761 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15769/stat : 15769 (java) S 15761 15761 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511029241 28904853504 7333 33554432000 4194304 4196468 140726796993920 140371099732240 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15770] ppid=15761 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15763/task/15770/stat : 15770 (java) S 15761 15761 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511029241 28904853504 7333 33554432000 4194304 4196468 140726796993920 140371098679696 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15771] ppid=15761 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15771/stat : 15771 (java) S 15761 15761 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511029242 28904853504 7333 33554432000 4194304 4196468 140726796993920 140371097627152 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15772] ppid=15761 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15772/stat : 15772 (java) S 15761 15761 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511029242 28904853504 7333 33554432000 4194304 4196468 140726796993920 140371096574608 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15773] ppid=15761 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15773/stat : 15773 (java) S 15761 15761 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511029243 28904853504 7333 33554432000 4194304 4196468 140726796993920 140369347078640 140371151334018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15774] ppid=15761 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15774/stat : 15774 (java) S 15761 15761 9857 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511029243 28904853504 7333 33554432000 4194304 4196468 140726796993920 140369346024864 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15775] ppid=15761 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15775/stat : 15775 (java) S 15761 15761 9857 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511029244 28904853504 7333 33554432000 4194304 4196468 140726796993920 140369344972272 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15776] ppid=15761 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15776/stat : 15776 (java) S 15761 15761 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511029246 28904853504 7333 33554432000 4194304 4196468 140726796993920 140369343920848 140371151341467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15777] ppid=15761 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15777/stat : 15777 (java) S 15761 15761 9857 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 20 0 511029246 28904853504 7333 33554432000 4194304 4196468 140726796993920 140369342867440 140371151334018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15778] ppid=15761 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15778/stat : 15778 (java) S 15761 15761 9857 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 511029246 28904853504 7333 33554432000 4194304 4196468 140726796993920 140369341814896 140371151334018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15779] ppid=15761 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15779/stat : 15779 (java) S 15761 15761 9857 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511029246 28904853504 7333 33554432000 4194304 4196468 140726796993920 140369340762352 140371151334018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15780] ppid=15761 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15763/task/15780/stat : 15780 (java) R 15761 15761 9857 0 -1 4202560 342 0 0 0 1 0 0 0 20 0 20 0 511029246 28904853504 7333 33554432000 4194304 4196468 140726796993920 140369339709808 140371151334806 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15781] ppid=15761 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15781/stat : 15781 (java) S 15761 15761 9857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511029246 28904853504 7333 33554432000 4194304 4196468 140726796993920 140369338657504 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15782] ppid=15761 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15763/task/15782/stat : 15782 (java) S 15761 15761 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511029247 28904853504 7333 33554432000 4194304 4196468 140726796993920 140369337605040 140371151334018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30784 KiB

[startup+0.210584 s]*
/proc/loadavg: 7.47 7.94 8.12 3/209 15782
/proc/meminfo: memFree=25384740/32770624 swapFree=66941040/67108860
[pid=15761] ppid=15758 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15761/stat : 15761 (xcsp3-exec) S 15758 15761 9857 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511029240 115843072 363 33554432000 4194304 5098028 140729369315984 140729369314088 139719882707580 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35176448 140729369322363 140729369322606 140729369322606 140729369325514 0
/proc/15761/statm: 28282 363 304 221 0 87 0
[pid=15763] ppid=15761 vsize=28227396 memory=41128 CPUtime=0.34 cores=0-7
/proc/15763/stat : 15763 (java) S 15761 15761 9857 0 -1 1077944320 9540 0 0 0 31 3 0 0 20 0 20 0 511029240 28904853504 10282 33554432000 4194304 4196468 140726796993920 140726796976464 140371151322871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
/proc/15763/statm: 7056849 10282 3295 1 0 7019032 0
[pid=15763/tid=15764] ppid=15761 vsize=28227396 memory=576460756329955521 CPUtime=0.2 cores=0-7
/proc/15763/task/15764/stat : 15764 (java) R 15761 15761 9857 0 -1 4202560 6656 0 0 0 18 2 0 0 20 0 20 0 511029241 28904853504 10282 33554432000 4194304 4196468 140726796993920 140371155555600 140370755222164 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15765] ppid=15761 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15765/stat : 15765 (java) S 15761 15761 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511029241 28904853504 10282 33554432000 4194304 4196468 140726796993920 140371103943440 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15766] ppid=15761 vsize=28227396 memory=140081986816332 CPUtime=0 cores=0-7
/proc/15763/task/15766/stat : 15766 (java) S 15761 15761 9857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511029241 28904853504 10282 33554432000 4194304 4196468 140726796993920 140371102890896 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15767] ppid=15761 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15767/stat : 15767 (java) S 15761 15761 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511029241 28904853504 10282 33554432000 4194304 4196468 140726796993920 140371101838352 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15768] ppid=15761 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15768/stat : 15768 (java) S 15761 15761 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511029241 28904853504 10282 33554432000 4194304 4196468 140726796993920 140371100785808 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15769] ppid=15761 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15769/stat : 15769 (java) S 15761 15761 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511029241 28904853504 10282 33554432000 4194304 4196468 140726796993920 140371099732240 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15770] ppid=15761 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15763/task/15770/stat : 15770 (java) S 15761 15761 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511029241 28904853504 10282 33554432000 4194304 4196468 140726796993920 140371098679696 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15771] ppid=15761 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15771/stat : 15771 (java) S 15761 15761 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511029242 28904853504 10282 33554432000 4194304 4196468 140726796993920 140371097627152 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15772] ppid=15761 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15772/stat : 15772 (java) S 15761 15761 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511029242 28904853504 10282 33554432000 4194304 4196468 140726796993920 140371096574608 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15773] ppid=15761 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15773/stat : 15773 (java) S 15761 15761 9857 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511029243 28904853504 10282 33554432000 4194304 4196468 140726796993920 140369347078640 140371151334018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15774] ppid=15761 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15774/stat : 15774 (java) S 15761 15761 9857 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511029243 28904853504 10282 33554432000 4194304 4196468 140726796993920 140369346024864 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15775] ppid=15761 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15775/stat : 15775 (java) S 15761 15761 9857 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511029244 28904853504 10282 33554432000 4194304 4196468 140726796993920 140369344972272 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15776] ppid=15761 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15776/stat : 15776 (java) S 15761 15761 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511029246 28904853504 10282 33554432000 4194304 4196468 140726796993920 140369343920848 140371151341467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15777] ppid=15761 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15763/task/15777/stat : 15777 (java) S 15761 15761 9857 0 -1 1077944384 408 0 0 0 1 0 0 0 20 0 20 0 511029246 28904853504 10282 33554432000 4194304 4196468 140726796993920 140369342867440 140371151334018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15778] ppid=15761 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/15763/task/15778/stat : 15778 (java) S 15761 15761 9857 0 -1 1077944384 351 0 0 0 2 0 0 0 20 0 20 0 511029246 28904853504 10282 33554432000 4194304 4196468 140726796993920 140369341814896 140371151334018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15779] ppid=15761 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15763/task/15779/stat : 15779 (java) S 15761 15761 9857 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 20 0 511029246 28904853504 10282 33554432000 4194304 4196468 140726796993920 140369340762352 140371151334018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15780] ppid=15761 vsize=28227396 memory=0 CPUtime=0.07 cores=0-7
/proc/15763/task/15780/stat : 15780 (java) R 15761 15761 9857 0 -1 4202560 748 0 0 0 7 0 0 0 20 0 20 0 511029246 28904853504 10282 33554432000 4194304 4196468 140726796993920 140369339709808 140371143559998 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15781] ppid=15761 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15781/stat : 15781 (java) S 15761 15761 9857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511029246 28904853504 10282 33554432000 4194304 4196468 140726796993920 140369338657504 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15782] ppid=15761 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15763/task/15782/stat : 15782 (java) S 15761 15761 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511029247 28904853504 10282 33554432000 4194304 4196468 140726796993920 140369337605040 140371151334018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42580 KiB

[startup+0.310259 s]*
/proc/loadavg: 7.47 7.94 8.12 7/209 15782
/proc/meminfo: memFree=25377644/32770624 swapFree=66941040/67108860
[pid=15761] ppid=15758 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15761/stat : 15761 (xcsp3-exec) S 15758 15761 9857 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511029240 115843072 363 33554432000 4194304 5098028 140729369315984 140729369314088 139719882707580 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35176448 140729369322363 140729369322606 140729369322606 140729369325514 0
/proc/15761/statm: 28282 363 304 221 0 87 0
[pid=15763] ppid=15761 vsize=28231652 memory=50160 CPUtime=0.53 cores=0-7
/proc/15763/stat : 15763 (java) S 15761 15761 9857 0 -1 1077944320 10903 0 0 0 48 5 0 0 20 0 20 0 511029240 28909211648 12540 33554432000 4194304 4196468 140726796993920 140726796976464 140371151322871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
/proc/15763/statm: 7057913 12540 3354 1 0 7019032 0
[pid=15763/tid=15764] ppid=15761 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/15763/task/15764/stat : 15764 (java) R 15761 15761 9857 0 -1 4202560 7803 0 0 0 27 3 0 0 20 0 20 0 511029241 28909211648 12540 33554432000 4194304 4196468 140726796993920 140371155553984 140371151344797 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15765] ppid=15761 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15765/stat : 15765 (java) S 15761 15761 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511029241 28909211648 12540 33554432000 4194304 4196468 140726796993920 140371103943440 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15766] ppid=15761 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15766/stat : 15766 (java) S 15761 15761 9857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511029241 28909211648 12540 33554432000 4194304 4196468 140726796993920 140371102890896 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15767] ppid=15761 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15767/stat : 15767 (java) S 15761 15761 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511029241 28909211648 12540 33554432000 4194304 4196468 140726796993920 140371101838352 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15768] ppid=15761 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15768/stat : 15768 (java) S 15761 15761 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511029241 28909211648 12540 33554432000 4194304 4196468 140726796993920 140371100785808 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15769] ppid=15761 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15769/stat : 15769 (java) S 15761 15761 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511029241 28909211648 12540 33554432000 4194304 4196468 140726796993920 140371099732240 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15770] ppid=15761 vsize=28231652 memory=140081834846895 CPUtime=0 cores=0-7
/proc/15763/task/15770/stat : 15770 (java) S 15761 15761 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511029241 28909211648 12540 33554432000 4194304 4196468 140726796993920 140371098679696 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15771] ppid=15761 vsize=28231652 memory=140081834849200 CPUtime=0 cores=0-7
/proc/15763/task/15771/stat : 15771 (java) S 15761 15761 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511029242 28909211648 12540 33554432000 4194304 4196468 140726796993920 140371097627152 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15772] ppid=15761 vsize=28231652 memory=140081834851504 CPUtime=0 cores=0-7
/proc/15763/task/15772/stat : 15772 (java) S 15761 15761 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511029242 28909211648 12540 33554432000 4194304 4196468 140726796993920 140371096574608 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15773] ppid=15761 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15773/stat : 15773 (java) S 15761 15761 9857 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511029243 28909211648 12540 33554432000 4194304 4196468 140726796993920 140369347078640 140371151334018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15774] ppid=15761 vsize=28231652 memory=280163669716880 CPUtime=0 cores=0-7
/proc/15763/task/15774/stat : 15774 (java) S 15761 15761 9857 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511029243 28909211648 12540 33554432000 4194304 4196468 140726796993920 140369346024864 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15775] ppid=15761 vsize=28231652 memory=280163669714576 CPUtime=0 cores=0-7
/proc/15763/task/15775/stat : 15775 (java) S 15761 15761 9857 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511029244 28909211648 12540 33554432000 4194304 4196468 140726796993920 140369344972272 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15776] ppid=15761 vsize=28231652 memory=280163669721488 CPUtime=0 cores=0-7
/proc/15763/task/15776/stat : 15776 (java) S 15761 15761 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511029246 28909211648 12540 33554432000 4194304 4196468 140726796993920 140369343920848 140371151341467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15777] ppid=15761 vsize=28231652 memory=280163669662768 CPUtime=0.03 cores=0-7
/proc/15763/task/15777/stat : 15777 (java) R 15761 15761 9857 0 -1 4202560 500 0 0 0 3 0 0 0 20 0 20 0 511029246 28909211648 12540 33554432000 4194304 4196468 140726796993920 140369342853536 140371132844759 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15778] ppid=15761 vsize=28231652 memory=280163669735312 CPUtime=0.03 cores=0-7
/proc/15763/task/15778/stat : 15778 (java) S 15761 15761 9857 0 -1 1077944384 382 0 0 0 3 0 0 0 20 0 20 0 511029246 28909211648 12540 33554432000 4194304 4196468 140726796993920 140369341814896 140371151334018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15779] ppid=15761 vsize=28231652 memory=280163669742224 CPUtime=0.02 cores=0-7
/proc/15763/task/15779/stat : 15779 (java) S 15761 15761 9857 0 -1 1077944384 72 0 0 0 2 0 0 0 20 0 20 0 511029246 28909211648 12540 33554432000 4194304 4196468 140726796993920 140369340762352 140371151334018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15780] ppid=15761 vsize=28231652 memory=280163669739920 CPUtime=0.12 cores=0-7
/proc/15763/task/15780/stat : 15780 (java) S 15761 15761 9857 0 -1 1077944384 841 0 0 0 12 0 0 0 20 0 20 0 511029246 28909211648 12540 33554432000 4194304 4196468 140726796993920 140369339709808 140371151334018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15781] ppid=15761 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15781/stat : 15781 (java) S 15761 15761 9857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511029246 28909211648 12540 33554432000 4194304 4196468 140726796993920 140369338657504 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15782] ppid=15761 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/15763/task/15782/stat : 15782 (java) S 15761 15761 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511029247 28909211648 12540 33554432000 4194304 4196468 140726796993920 140369337605040 140371151334018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51612 KiB

[startup+0.701018 s]
/proc/loadavg: 7.47 7.94 8.12 6/209 15782
/proc/meminfo: memFree=25351916/32770624 swapFree=66941040/67108860
[pid=15761] ppid=15758 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15761/stat : 15761 (xcsp3-exec) S 15758 15761 9857 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511029240 115843072 363 33554432000 4194304 5098028 140729369315984 140729369314088 139719882707580 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35176448 140729369322363 140729369322606 140729369322606 140729369325514 0
/proc/15761/statm: 28282 363 304 221 0 87 0
[pid=15763] ppid=15761 vsize=28233776 memory=106020 CPUtime=1.92 cores=0-7
/proc/15763/stat : 15763 (java) S 15761 15761 9857 0 -1 1077944320 15577 0 0 0 185 7 0 0 20 0 20 0 511029240 28911386624 26505 33554432000 4194304 4196468 140726796993920 140726796976464 140371151322871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
/proc/15763/statm: 7058444 26505 3460 1 0 7019544 0
[pid=15763/tid=15764] ppid=15761 vsize=28233776 memory=0 CPUtime=0.67 cores=0-7
/proc/15763/task/15764/stat : 15764 (java) R 15761 15761 9857 0 -1 4202560 9181 0 0 0 63 4 0 0 20 0 20 0 511029241 28911386624 26505 33554432000 4194304 4196468 140726796993920 140371155557872 140371151334806 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15765] ppid=15761 vsize=28233776 memory=2353 CPUtime=0 cores=0-7
/proc/15763/task/15765/stat : 15765 (java) S 15761 15761 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511029241 28911386624 26505 33554432000 4194304 4196468 140726796993920 140371103943440 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15766] ppid=15761 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15766/stat : 15766 (java) S 15761 15761 9857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511029241 28911386624 26505 33554432000 4194304 4196468 140726796993920 140371102890896 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15767] ppid=15761 vsize=28233776 memory=10728 CPUtime=0 cores=0-7
/proc/15763/task/15767/stat : 15767 (java) S 15761 15761 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511029241 28911386624 26505 33554432000 4194304 4196468 140726796993920 140371101838352 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0

################
# More data... #
################

[pid=15763/tid=15772] ppid=15761 vsize=28834900 memory=0 CPUtime=0.08 cores=0-7
/proc/15763/task/15772/stat : 15772 (java) S 15761 15761 9857 0 -1 1077944384 226 0 0 0 4 4 0 0 20 0 28 0 511029242 29526937600 160652 33554432000 4194304 4196468 140726796993920 140371096574608 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15773] ppid=15761 vsize=28834900 memory=0 CPUtime=0.03 cores=0-7
/proc/15763/task/15773/stat : 15773 (java) S 15761 15761 9857 0 -1 1077944384 674 0 0 0 2 1 0 0 20 0 28 0 511029243 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369347078640 140371151334018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15774] ppid=15761 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15774/stat : 15774 (java) S 15761 15761 9857 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 511029243 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369346024928 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15775] ppid=15761 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15775/stat : 15775 (java) S 15761 15761 9857 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 511029244 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369344972288 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15776] ppid=15761 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15776/stat : 15776 (java) S 15761 15761 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511029246 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369343920848 140371151341467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15777] ppid=15761 vsize=28834900 memory=280163670053888 CPUtime=2.83 cores=0-7
/proc/15763/task/15777/stat : 15777 (java) S 15761 15761 9857 0 -1 1077944384 6161 0 0 0 280 3 0 0 20 0 28 0 511029246 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369342867440 140371151334018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15778] ppid=15761 vsize=28834900 memory=4638778424102965584 CPUtime=2.65 cores=0-7
/proc/15763/task/15778/stat : 15778 (java) S 15761 15761 9857 0 -1 1077944384 5143 0 0 0 264 1 0 0 20 0 28 0 511029246 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369341814896 140371151334018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15779] ppid=15761 vsize=28834900 memory=6226597463719952482 CPUtime=2.48 cores=0-7
/proc/15763/task/15779/stat : 15779 (java) S 15761 15761 9857 0 -1 1077944384 4738 0 0 0 245 3 0 0 20 0 28 0 511029246 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369340762352 140371151334018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15780] ppid=15761 vsize=28834900 memory=7013346343823632999 CPUtime=1.04 cores=0-7
/proc/15763/task/15780/stat : 15780 (java) S 15761 15761 9857 0 -1 1077944384 5640 0 0 0 101 3 0 0 20 0 28 0 511029246 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369339709808 140371151334018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15781] ppid=15761 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15781/stat : 15781 (java) S 15761 15761 9857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511029246 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369338657504 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15782] ppid=15761 vsize=28834900 memory=7013909268021665856 CPUtime=0 cores=0-7
/proc/15763/task/15782/stat : 15782 (java) S 15761 15761 9857 0 -1 1077944384 152 0 0 0 0 0 0 0 20 0 28 0 511029247 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369337605040 140371151334018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
Current children cumulated CPU time: 27.11 s
Current children cumulated vsize: 28948028 KiB
Current children cumulated memory: 644060 KiB

[startup+7.00152 s]*
/proc/loadavg: 7.03 7.85 8.08 3/217 16118
/proc/meminfo: memFree=24783380/32770624 swapFree=66941040/67108860
[pid=15761] ppid=15758 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15761/stat : 15761 (xcsp3-exec) S 15758 15761 9857 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511029240 115843072 363 33554432000 4194304 5098028 140729369315984 140729369314088 139719882707580 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35176448 140729369322363 140729369322606 140729369322606 140729369325514 0
/proc/15761/statm: 28282 363 304 221 0 87 0
[pid=15763] ppid=15761 vsize=28834900 memory=642608 CPUtime=27.53 cores=0-7
/proc/15763/stat : 15763 (java) S 15761 15761 9857 0 -1 1077944320 43150 0 0 0 2683 70 0 0 20 0 28 0 511029240 29526937600 160652 33554432000 4194304 4196468 140726796993920 140726796976464 140371151322871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
/proc/15763/statm: 7208725 160652 3536 1 0 7169825 0
[pid=15763/tid=15764] ppid=15761 vsize=28834900 memory=6791534058613427641 CPUtime=1.28 cores=0-7
/proc/15763/task/15764/stat : 15764 (java) S 15761 15761 9857 0 -1 1077944384 9752 0 0 0 122 6 0 0 20 0 28 0 511029241 29526937600 160652 33554432000 4194304 4196468 140726796993920 140371155563648 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15765] ppid=15761 vsize=28834900 memory=-7003737579269690708 CPUtime=0.09 cores=0-7
/proc/15763/task/15765/stat : 15765 (java) S 15761 15761 9857 0 -1 1077944384 222 0 0 0 5 4 0 0 20 0 28 0 511029241 29526937600 160652 33554432000 4194304 4196468 140726796993920 140371103943440 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15766] ppid=15761 vsize=28834900 memory=2244 CPUtime=0.07 cores=0-7
/proc/15763/task/15766/stat : 15766 (java) S 15761 15761 9857 0 -1 1077944384 170 0 0 0 4 3 0 0 20 0 28 0 511029241 29526937600 160652 33554432000 4194304 4196468 140726796993920 140371102890896 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15767] ppid=15761 vsize=28834900 memory=0 CPUtime=0.09 cores=0-7
/proc/15763/task/15767/stat : 15767 (java) S 15761 15761 9857 0 -1 1077944384 212 0 0 0 5 4 0 0 20 0 28 0 511029241 29526937600 160652 33554432000 4194304 4196468 140726796993920 140371101838352 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15768] ppid=15761 vsize=28834900 memory=0 CPUtime=0.09 cores=0-7
/proc/15763/task/15768/stat : 15768 (java) S 15761 15761 9857 0 -1 1077944384 194 0 0 0 4 5 0 0 20 0 28 0 511029241 29526937600 160652 33554432000 4194304 4196468 140726796993920 140371100785808 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15769] ppid=15761 vsize=28834900 memory=0 CPUtime=0.09 cores=0-7
/proc/15763/task/15769/stat : 15769 (java) S 15761 15761 9857 0 -1 1077944384 193 0 0 0 4 5 0 0 20 0 28 0 511029241 29526937600 160652 33554432000 4194304 4196468 140726796993920 140371099732240 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15770] ppid=15761 vsize=28834900 memory=0 CPUtime=0.09 cores=0-7
/proc/15763/task/15770/stat : 15770 (java) S 15761 15761 9857 0 -1 1077944384 166 0 0 0 5 4 0 0 20 0 28 0 511029241 29526937600 160652 33554432000 4194304 4196468 140726796993920 140371098679696 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15771] ppid=15761 vsize=28834900 memory=0 CPUtime=0.1 cores=0-7
/proc/15763/task/15771/stat : 15771 (java) S 15761 15761 9857 0 -1 1077944384 296 0 0 0 6 4 0 0 20 0 28 0 511029242 29526937600 160652 33554432000 4194304 4196468 140726796993920 140371097627152 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15772] ppid=15761 vsize=28834900 memory=0 CPUtime=0.08 cores=0-7
/proc/15763/task/15772/stat : 15772 (java) S 15761 15761 9857 0 -1 1077944384 226 0 0 0 4 4 0 0 20 0 28 0 511029242 29526937600 160652 33554432000 4194304 4196468 140726796993920 140371096574608 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15773] ppid=15761 vsize=28834900 memory=0 CPUtime=0.03 cores=0-7
/proc/15763/task/15773/stat : 15773 (java) S 15761 15761 9857 0 -1 1077944384 674 0 0 0 2 1 0 0 20 0 28 0 511029243 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369347078640 140371151334018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15774] ppid=15761 vsize=28834900 memory=7523107478184158290 CPUtime=0 cores=0-7
/proc/15763/task/15774/stat : 15774 (java) S 15761 15761 9857 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 511029243 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369346024928 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15775] ppid=15761 vsize=28834900 memory=-7595761213668167008 CPUtime=0 cores=0-7
/proc/15763/task/15775/stat : 15775 (java) S 15761 15761 9857 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 511029244 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369344972288 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15776] ppid=15761 vsize=28834900 memory=7976406965554101975 CPUtime=0 cores=0-7
/proc/15763/task/15776/stat : 15776 (java) S 15761 15761 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511029246 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369343920848 140371151341467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15777] ppid=15761 vsize=28834900 memory=6944656575208382560 CPUtime=2.83 cores=0-7
/proc/15763/task/15777/stat : 15777 (java) S 15761 15761 9857 0 -1 1077944384 6161 0 0 0 280 3 0 0 20 0 28 0 511029246 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369342867440 140371151334018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15778] ppid=15761 vsize=28834900 memory=6944656575208382560 CPUtime=2.65 cores=0-7
/proc/15763/task/15778/stat : 15778 (java) S 15761 15761 9857 0 -1 1077944384 5143 0 0 0 264 1 0 0 20 0 28 0 511029246 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369341814896 140371151334018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15779] ppid=15761 vsize=28834900 memory=6944656592455360604 CPUtime=2.48 cores=0-7
/proc/15763/task/15779/stat : 15779 (java) S 15761 15761 9857 0 -1 1077944384 4738 0 0 0 245 3 0 0 20 0 28 0 511029246 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369340762352 140371151334018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15780] ppid=15761 vsize=28834900 memory=-6081100125891549016 CPUtime=1.04 cores=0-7
/proc/15763/task/15780/stat : 15780 (java) S 15761 15761 9857 0 -1 1077944384 5640 0 0 0 101 3 0 0 20 0 28 0 511029246 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369339709808 140371151334018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15781] ppid=15761 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15781/stat : 15781 (java) S 15761 15761 9857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511029246 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369338657504 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15782] ppid=15761 vsize=28834900 memory=-1 CPUtime=0 cores=0-7
/proc/15763/task/15782/stat : 15782 (java) S 15761 15761 9857 0 -1 1077944384 152 0 0 0 0 0 0 0 20 0 28 0 511029247 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369337605040 140371151334018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=16111] ppid=15761 vsize=28834900 memory=-1 CPUtime=0 cores=0-7
/proc/15763/task/16111/stat : 16111 (java) S 15761 15761 9857 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 511029918 29526937600 160652 33554432000 4194304 4196468 140726796993920 140368876990528 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=16112] ppid=15761 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/16112/stat : 16112 (java) S 15761 15761 9857 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 511029918 29526937600 160652 33554432000 4194304 4196468 140726796993920 140368879097408 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=16113] ppid=15761 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/16113/stat : 16113 (java) S 15761 15761 9857 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 511029918 29526937600 160652 33554432000 4194304 4196468 140726796993920 140368881201856 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=16114] ppid=15761 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/16114/stat : 16114 (java) S 15761 15761 9857 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 511029918 29526937600 160652 33554432000 4194304 4196468 140726796993920 140368882254656 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=16115] ppid=15761 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/16115/stat : 16115 (java) S 15761 15761 9857 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 511029918 29526937600 160652 33554432000 4194304 4196468 140726796993920 140368880149440 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=16116] ppid=15761 vsize=28834900 memory=7521121777048252010 CPUtime=0.22 cores=0-7
/proc/15763/task/16116/stat : 16116 (java) R 15761 15761 9857 0 -1 4202560 20 0 0 0 22 0 0 0 20 0 28 0 511029918 29526937600 160652 33554432000 4194304 4196468 140726796993920 140368883309640 140370764364311 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=16117] ppid=15761 vsize=28834900 memory=280163670340704 CPUtime=0.22 cores=0-7
/proc/15763/task/16117/stat : 16117 (java) R 15761 15761 9857 0 -1 4202560 21 0 0 0 22 0 0 0 20 0 28 0 511029918 29526937600 160652 33554432000 4194304 4196468 140726796993920 140368875940960 140370764461848 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=16118] ppid=15761 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/16118/stat : 16118 (java) S 15761 15761 9857 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 511029918 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369330488640 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
Current children cumulated CPU time: 27.53 s
Current children cumulated vsize: 28948028 KiB
Current children cumulated memory: 644060 KiB

[startup+7.11068 s]
/proc/loadavg: 7.03 7.85 8.08 3/217 16118
/proc/meminfo: memFree=24783380/32770624 swapFree=66941040/67108860
[pid=15761] ppid=15758 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15761/stat : 15761 (xcsp3-exec) S 15758 15761 9857 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511029240 115843072 363 33554432000 4194304 5098028 140729369315984 140729369314088 139719882707580 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35176448 140729369322363 140729369322606 140729369322606 140729369325514 0
/proc/15761/statm: 28282 363 304 221 0 87 0
[pid=15763] ppid=15761 vsize=28834900 memory=642608 CPUtime=27.73 cores=0-7
/proc/15763/stat : 15763 (java) S 15761 15761 9857 0 -1 1077944320 43152 0 0 0 2703 70 0 0 20 0 28 0 511029240 29526937600 160652 33554432000 4194304 4196468 140726796993920 140726796976464 140371151322871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
/proc/15763/statm: 7208725 160652 3536 1 0 7169825 0
[pid=15763/tid=15764] ppid=15761 vsize=28834900 memory=5 CPUtime=1.28 cores=0-7
/proc/15763/task/15764/stat : 15764 (java) S 15761 15761 9857 0 -1 1077944384 9752 0 0 0 122 6 0 0 20 0 28 0 511029241 29526937600 160652 33554432000 4194304 4196468 140726796993920 140371155563648 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15765] ppid=15761 vsize=28834900 memory=280163669932512 CPUtime=0.09 cores=0-7
/proc/15763/task/15765/stat : 15765 (java) S 15761 15761 9857 0 -1 1077944384 222 0 0 0 5 4 0 0 20 0 28 0 511029241 29526937600 160652 33554432000 4194304 4196468 140726796993920 140371103943440 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15766] ppid=15761 vsize=28834900 memory=24708 CPUtime=0.07 cores=0-7
/proc/15763/task/15766/stat : 15766 (java) S 15761 15761 9857 0 -1 1077944384 170 0 0 0 4 3 0 0 20 0 28 0 511029241 29526937600 160652 33554432000 4194304 4196468 140726796993920 140371102890896 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15767] ppid=15761 vsize=28834900 memory=642608 CPUtime=0.09 cores=0-7
/proc/15763/task/15767/stat : 15767 (java) S 15761 15761 9857 0 -1 1077944384 212 0 0 0 5 4 0 0 20 0 28 0 511029241 29526937600 160652 33554432000 4194304 4196468 140726796993920 140371101838352 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15768] ppid=15761 vsize=28834900 memory=0 CPUtime=0.09 cores=0-7
/proc/15763/task/15768/stat : 15768 (java) S 15761 15761 9857 0 -1 1077944384 194 0 0 0 4 5 0 0 20 0 28 0 511029241 29526937600 160652 33554432000 4194304 4196468 140726796993920 140371100785808 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15769] ppid=15761 vsize=28834900 memory=3620 CPUtime=0.09 cores=0-7
/proc/15763/task/15769/stat : 15769 (java) S 15761 15761 9857 0 -1 1077944384 193 0 0 0 4 5 0 0 20 0 28 0 511029241 29526937600 160652 33554432000 4194304 4196468 140726796993920 140371099732240 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15770] ppid=15761 vsize=28834900 memory=63088 CPUtime=0.09 cores=0-7
/proc/15763/task/15770/stat : 15770 (java) S 15761 15761 9857 0 -1 1077944384 166 0 0 0 5 4 0 0 20 0 28 0 511029241 29526937600 160652 33554432000 4194304 4196468 140726796993920 140371098679696 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15771] ppid=15761 vsize=28834900 memory=642608 CPUtime=0.1 cores=0-7
/proc/15763/task/15771/stat : 15771 (java) S 15761 15761 9857 0 -1 1077944384 296 0 0 0 6 4 0 0 20 0 28 0 511029242 29526937600 160652 33554432000 4194304 4196468 140726796993920 140371097627152 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15772] ppid=15761 vsize=28834900 memory=271820 CPUtime=0.08 cores=0-7
/proc/15763/task/15772/stat : 15772 (java) S 15761 15761 9857 0 -1 1077944384 226 0 0 0 4 4 0 0 20 0 28 0 511029242 29526937600 160652 33554432000 4194304 4196468 140726796993920 140371096574608 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15773] ppid=15761 vsize=28834900 memory=1452 CPUtime=0.03 cores=0-7
/proc/15763/task/15773/stat : 15773 (java) S 15761 15761 9857 0 -1 1077944384 674 0 0 0 2 1 0 0 20 0 28 0 511029243 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369347078640 140371151334018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15774] ppid=15761 vsize=28834900 memory=585016 CPUtime=0 cores=0-7
/proc/15763/task/15774/stat : 15774 (java) S 15761 15761 9857 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 511029243 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369346024928 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15775] ppid=15761 vsize=28834900 memory=6788 CPUtime=0 cores=0-7
/proc/15763/task/15775/stat : 15775 (java) S 15761 15761 9857 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 511029244 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369344972288 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15776] ppid=15761 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/15763/task/15776/stat : 15776 (java) S 15761 15761 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511029246 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369343920848 140371151341467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15777] ppid=15761 vsize=28834900 memory=0 CPUtime=2.83 cores=0-7
/proc/15763/task/15777/stat : 15777 (java) S 15761 15761 9857 0 -1 1077944384 6161 0 0 0 280 3 0 0 20 0 28 0 511029246 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369342867440 140371151334018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15778] ppid=15761 vsize=28834900 memory=1452 CPUtime=2.65 cores=0-7
/proc/15763/task/15778/stat : 15778 (java) S 15761 15761 9857 0 -1 1077944384 5143 0 0 0 264 1 0 0 20 0 28 0 511029246 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369341814896 140371151334018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15779] ppid=15761 vsize=28834900 memory=280163669800928 CPUtime=2.48 cores=0-7
/proc/15763/task/15779/stat : 15779 (java) S 15761 15761 9857 0 -1 1077944384 4738 0 0 0 245 3 0 0 20 0 28 0 511029246 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369340762352 140371151334018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15780] ppid=15761 vsize=28834900 memory=207773337942831 CPUtime=1.04 cores=0-7
/proc/15763/task/15780/stat : 15780 (java) S 15761 15761 9857 0 -1 1077944384 5640 0 0 0 101 3 0 0 20 0 28 0 511029246 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369339709808 140371151334018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15781] ppid=15761 vsize=28834900 memory=207773337942832 CPUtime=0 cores=0-7
/proc/15763/task/15781/stat : 15781 (java) S 15761 15761 9857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511029246 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369338657504 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=15782] ppid=15761 vsize=28834900 memory=207773337942833 CPUtime=0 cores=0-7
/proc/15763/task/15782/stat : 15782 (java) S 15761 15761 9857 0 -1 1077944384 152 0 0 0 0 0 0 0 20 0 28 0 511029247 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369337605040 140371151334018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=16111] ppid=15761 vsize=28834900 memory=988 CPUtime=0 cores=0-7
/proc/15763/task/16111/stat : 16111 (java) S 15761 15761 9857 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 511029918 29526937600 160652 33554432000 4194304 4196468 140726796993920 140368876990528 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=16112] ppid=15761 vsize=28834900 memory=2016 CPUtime=0 cores=0-7
/proc/15763/task/16112/stat : 16112 (java) S 15761 15761 9857 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 511029918 29526937600 160652 33554432000 4194304 4196468 140726796993920 140368879097408 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=16113] ppid=15761 vsize=28834900 memory=1416 CPUtime=0 cores=0-7
/proc/15763/task/16113/stat : 16113 (java) S 15761 15761 9857 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 511029918 29526937600 160652 33554432000 4194304 4196468 140726796993920 140368881201856 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=16114] ppid=15761 vsize=28834900 memory=10728 CPUtime=0 cores=0-7
/proc/15763/task/16114/stat : 16114 (java) S 15761 15761 9857 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 511029918 29526937600 160652 33554432000 4194304 4196468 140726796993920 140368882254656 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=16115] ppid=15761 vsize=28834900 memory=1552 CPUtime=0 cores=0-7
/proc/15763/task/16115/stat : 16115 (java) S 15761 15761 9857 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 511029918 29526937600 160652 33554432000 4194304 4196468 140726796993920 140368880149440 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=16116] ppid=15761 vsize=28834900 memory=0 CPUtime=0.32 cores=0-7
/proc/15763/task/16116/stat : 16116 (java) R 15761 15761 9857 0 -1 4202560 20 0 0 0 32 0 0 0 20 0 28 0 511029918 29526937600 160652 33554432000 4194304 4196468 140726796993920 140368883309640 140370764030602 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=16117] ppid=15761 vsize=28834900 memory=0 CPUtime=0.32 cores=0-7
/proc/15763/task/16117/stat : 16117 (java) R 15761 15761 9857 0 -1 4202560 23 0 0 0 32 0 0 0 20 0 28 0 511029918 29526937600 160652 33554432000 4194304 4196468 140726796993920 140368875940960 140370764030650 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
[pid=15763/tid=16118] ppid=15761 vsize=28834900 memory=267 CPUtime=0 cores=0-7
/proc/15763/task/16118/stat : 16118 (java) S 15761 15761 9857 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 511029918 29526937600 160652 33554432000 4194304 4196468 140726796993920 140369330488640 140371151333077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140726797001712 140726797001883 140726797001883 140726797004751 0
Current children cumulated CPU time: 27.73 s
Current children cumulated vsize: 28948028 KiB
Current children cumulated memory: 644060 KiB

Child status: 0
Real time (s): 7.17082
CPU time (s): 27.8483
CPU user time (s): 27.1278
CPU system time (s): 0.72059
CPU usage (%): 388.356
Max. virtual memory (cumulated for all children) (KiB): 28948028
Max. memory (cumulated for all children) (KiB): 644060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.1278
system time used= 0.72059
maximum resident set size= 643148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43991
page faults= 0
swaps= 0
block input operations= 0
block output operations= 120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7535
involuntary context switches= 480


# summary of solver processes directly reported to runsolver:
#   pid: 15761
#   total CPU time (s): 27.8483
#   total CPU user time (s): 27.1278
#   total CPU system time (s): 0.72059

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.0776 second user time and 0.122868 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-24 19:55:18
IDJOB=4407353
IDBENCH=133274
IDSOLVER=2872
FILE ID=node139/4407353-1569347584
RUNJOBID= node139-1569336112-9884
PBS_JOBID= 21705055
Free space on /tmp= 5144 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/Mario/Mario-zinc-s1/Mario-t-hard-5.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4407353-1569347584/watcher-4407353-1569347584 -o /tmp/evaluation-result-4407353-1569347584/solver-4407353-1569347584 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node139-1569336112-9884 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1480853069 HOME/instance-4407353-1569347584.xml

TIME LIMIT= 2016 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 4de37f7087aa8e77bde3fd457ed5d54a
RANDOM SEED=1480853069

node139.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25414568 kB
MemAvailable:   31780396 kB
Buffers:          105900 kB
Cached:          6348544 kB
SwapCached:        64832 kB
Active:          3225800 kB
Inactive:        3298292 kB
Active(anon):       4152 kB
Inactive(anon):   121752 kB
Active(file):    3221648 kB
Inactive(file):  3176540 kB
Unevictable:      107100 kB
Mlocked:          107100 kB
SwapTotal:      67108860 kB
SwapFree:       66941040 kB
Dirty:             26184 kB
Writeback:             0 kB
AnonPages:        123564 kB
Mapped:            57220 kB
Shmem:             47380 kB
Slab:             425912 kB
SReclaimable:     396100 kB
SUnreclaim:        29812 kB
KernelStack:        3680 kB
PageTables:         6020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 5120 MiB
End job on node139 at 2019-09-24 19:55:25