Trace number 4257305

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
OscaR - Parallel with EPS 2017-07-26OPT18 8.7425098 2.70402

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-03-11.xml
MD5SUM89f73fe590db4a20d7e5540e1d9cc017
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark0.40817201
Satisfiable
(Un)Satisfiability was proved
Number of variables66
Number of constraints86
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":33},{"size":9,"count":33}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":33},{"degree":7,"count":4},{"degree":8,"count":20},{"degree":10,"count":9}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":33},{"arity":3,"count":20},{"arity":4,"count":4},{"arity":6,"count":20},{"arity":9,"count":9}]
Number of extensional constraints53
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":53},{"type":"sum","count":33}]
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.23/0.38	c version: 2017-07-26
0.23/0.38	c seed: 660482406
0.23/0.38	c timeout: 1920
0.23/0.38	c memlimit: 22000
0.23/0.38	c nbcore: 8
0.42/0.41	c Parsing instance...
0.77/0.69	c Parsing done, starting search...
5.90/2.39	o 10
5.90/2.40	o 12
6.51/2.41	o 14
6.51/2.43	o 15
6.51/2.43	o 16
7.30/2.58	o 17
8.10/2.61	o 18
8.10/2.68	s OPTIMUM FOUND
8.10/2.68	v <instantiation>
8.10/2.68	v 	<list>
8.10/2.68	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10]
8.10/2.68	v 	</list>
8.10/2.68	v 	<values>
8.10/2.68	v 		0 1 1 0 1 1 0 0 0 1 1 1 0 1 0 1 0 1 0 1 0 1 1 1 0 0 0 1 1 0 1 1 0 2 3 2 4 2 3 2 2 2 3 2 3 6 3 4 3 6 3 4 3 6 3 2 3 2 2 2 3 2 4 2 3 2 
8.10/2.68	v 	</values>
8.10/2.68	v </instantiation>

Verifier Data

OK	18

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4257305-1501680305/watcher-4257305-1501680305 -o /tmp/evaluation-result-4257305-1501680305/solver-4257305-1501680305 -C 1920 -W 264 -M 31000 --bin-var /tmp/runsolver-exch-node134-1501676576-1207 --watchdog 324 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 660482406 --timelimit 1920 --memlimit 22000 --nbcore 8 HOME/instance-4257305-1501680305.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1920 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1950 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 264 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 8.46 8.15 7.65 2/178 20481
/proc/meminfo: memFree=31622352/32770624 swapFree=0/351060
[pid=20481] ppid=20478 vsize=23672 CPUtime=0 cores=0-7
/proc/20481/stat : 20481 (runsolver) D 20478 20481 1143 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 15536289 24240128 106 18446744073709551615 4194304 4338465 140722182731984 140722182729624 140043917808343 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 21704704 140722182738021 140722182738499 140722182738499 140722182741962 0
/proc/20481/statm: 5918 106 53 36 0 2156 0

[startup+0.100127 s]
/proc/loadavg: 8.46 8.15 7.65 2/178 20481
/proc/meminfo: memFree=31622352/32770624 swapFree=0/351060
[pid=20481] ppid=20478 vsize=356952 CPUtime=0 cores=0-7
/proc/20481/stat : 20481 (java) S 20478 20481 1143 0 -1 1077944320 1731 0 0 0 0 0 0 0 20 0 2 0 15536289 365518848 1880 18446744073709551615 4194304 4196468 140736776783184 140736776765728 139712944676599 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
/proc/20481/statm: 89238 1880 1031 1 0 79216 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 356952

[startup+0.200297 s]
/proc/loadavg: 8.46 8.15 7.65 2/178 20481
/proc/meminfo: memFree=31622352/32770624 swapFree=0/351060
[pid=20481] ppid=20478 vsize=25996604 CPUtime=0.08 cores=0-7
/proc/20481/stat : 20481 (java) S 20478 20481 1143 0 -1 1077944320 6888 0 0 0 7 1 0 0 20 0 20 0 15536289 26620522496 7071 18446744073709551615 4194304 4196468 140736776783184 140736776765728 139712944676599 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
/proc/20481/statm: 6499151 7071 3315 1 0 6487938 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25996604

[startup+0.300268 s]
/proc/loadavg: 8.46 8.15 7.65 2/178 20481
/proc/meminfo: memFree=31622352/32770624 swapFree=0/351060
[pid=20481] ppid=20478 vsize=25996604 CPUtime=0.23 cores=0-7
/proc/20481/stat : 20481 (java) S 20478 20481 1143 0 -1 1077944320 10397 0 0 0 21 2 0 0 20 0 20 0 15536289 26620522496 9654 18446744073709551615 4194304 4196468 140736776783184 140736776765728 139712944676599 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
/proc/20481/statm: 6499151 9654 3524 1 0 6487938 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 25996604

[startup+0.700253 s]
/proc/loadavg: 8.46 8.15 7.65 2/178 20481
/proc/meminfo: memFree=31622352/32770624 swapFree=0/351060
[pid=20481] ppid=20478 vsize=25998672 CPUtime=0.99 cores=0-7
/proc/20481/stat : 20481 (java) S 20478 20481 1143 0 -1 1077944320 14300 0 0 0 94 5 0 0 20 0 20 0 15536289 26622640128 16579 18446744073709551615 4194304 4196468 140736776783184 140736776765728 139712944676599 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
/proc/20481/statm: 6499668 16579 3720 1 0 6488450 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 25998672

[startup+1.50073 s]
/proc/loadavg: 8.46 8.15 7.65 5/198 20501
/proc/meminfo: memFree=31503668/32770624 swapFree=0/351064
[pid=20481] ppid=20478 vsize=26002768 CPUtime=3.72 cores=0-7
/proc/20481/stat : 20481 (java) S 20478 20481 1143 0 -1 1077944320 37028 0 0 0 361 11 0 0 20 0 20 0 15536289 26626834432 46102 18446744073709551615 4194304 4196468 140736776783184 140736776765728 139712944676599 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
/proc/20481/statm: 6500692 46102 3756 1 0 6489474 0
[pid=20481/tid=20483] ppid=20478 vsize=26002768 CPUtime=1.36 cores=0-7
/proc/20481/task/20483/stat : 20483 (java) R 20478 20481 1143 0 -1 4202560 14221 0 0 0 130 6 0 0 20 0 20 0 15536299 26626834432 46102 18446744073709551615 4194304 4196468 140736776783184 139712948904416 139712557165272 0 4 1 16800974 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20484] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20484/stat : 20484 (java) S 20478 20481 1143 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 15536299 26626834432 46102 18446744073709551615 4194304 4196468 140736776783184 139712871603216 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20485] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20485/stat : 20485 (java) S 20478 20481 1143 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 15536299 26626834432 46102 18446744073709551615 4194304 4196468 140736776783184 139712506387600 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20486] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20486/stat : 20486 (java) S 20478 20481 1143 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 15536299 26626834432 46102 18446744073709551615 4194304 4196468 140736776783184 139712505334544 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20487] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20487/stat : 20487 (java) S 20478 20481 1143 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 15536299 26626834432 46102 18446744073709551615 4194304 4196468 140736776783184 139712504282000 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20488] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20488/stat : 20488 (java) S 20478 20481 1143 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 15536299 26626834432 46102 18446744073709551615 4194304 4196468 140736776783184 139712503228944 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20489] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20489/stat : 20489 (java) S 20478 20481 1143 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 15536299 26626834432 46102 18446744073709551615 4194304 4196468 140736776783184 139712502176400 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20490] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20490/stat : 20490 (java) S 20478 20481 1143 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 15536299 26626834432 46102 18446744073709551615 4194304 4196468 140736776783184 139712501123344 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20491] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20491/stat : 20491 (java) S 20478 20481 1143 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 15536299 26626834432 46102 18446744073709551615 4194304 4196468 140736776783184 139712500070800 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20492] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20492/stat : 20492 (java) S 20478 20481 1143 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 15536301 26626834432 46102 18446744073709551615 4194304 4196468 140736776783184 139712345922288 139712944687746 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20493] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20493/stat : 20493 (java) S 20478 20481 1143 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 15536301 26626834432 46102 18446744073709551615 4194304 4196468 140736776783184 139712344868512 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20494] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20494/stat : 20494 (java) S 20478 20481 1143 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 15536302 26626834432 46102 18446744073709551615 4194304 4196468 140736776783184 139712343815408 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20495] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20495/stat : 20495 (java) S 20478 20481 1143 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 15536304 26626834432 46102 18446744073709551615 4194304 4196468 140736776783184 139712342763984 139712944695195 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20496] ppid=20478 vsize=26002768 CPUtime=0.61 cores=0-7
/proc/20481/task/20496/stat : 20496 (java) R 20478 20481 1143 0 -1 4202560 6392 0 0 0 60 1 0 0 20 0 20 0 15536304 26626834432 46102 18446744073709551615 4194304 4196468 140736776783184 139712341695040 139712929800222 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20497] ppid=20478 vsize=26002768 CPUtime=0.62 cores=0-7
/proc/20481/task/20497/stat : 20497 (java) R 20478 20481 1143 0 -1 4202560 4830 0 0 0 61 1 0 0 20 0 20 0 15536304 26626834432 46102 18446744073709551615 4194304 4196468 140736776783184 139712340649872 139712928160088 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20498] ppid=20478 vsize=26002768 CPUtime=0.62 cores=0-7
/proc/20481/task/20498/stat : 20498 (java) R 20478 20481 1143 0 -1 4202560 5134 0 0 0 62 0 0 0 20 0 20 0 15536304 26626834432 46102 18446744073709551615 4194304 4196468 140736776783184 139712339585552 139712923923340 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20499] ppid=20478 vsize=26002768 CPUtime=0.47 cores=0-7
/proc/20481/task/20499/stat : 20499 (java) S 20478 20481 1143 0 -1 1077944384 5064 0 0 0 46 1 0 0 20 0 20 0 15536304 26626834432 46102 18446744073709551615 4194304 4196468 140736776783184 139712338552944 139712944687746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20500] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20500/stat : 20500 (java) S 20478 20481 1143 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 15536304 26626834432 46102 18446744073709551615 4194304 4196468 140736776783184 139712337501152 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20501] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20501/stat : 20501 (java) S 20478 20481 1143 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 15536308 26626834432 46102 18446744073709551615 4194304 4196468 140736776783184 139712336448688 139712944687746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 26002768

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 20481 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60096 s]
/proc/loadavg: 8.46 8.15 7.65 5/198 20501
/proc/meminfo: memFree=31503668/32770624 swapFree=0/351064
[pid=20481] ppid=20478 vsize=26002768 CPUtime=4.11 cores=0-7
/proc/20481/stat : 20481 (java) S 20478 20481 1143 0 -1 1077944320 37406 0 0 0 399 12 0 0 20 0 20 0 15536289 26626834432 51566 18446744073709551615 4194304 4196468 140736776783184 140736776765728 139712944676599 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
/proc/20481/statm: 6500692 51566 3756 1 0 6489474 0
[pid=20481/tid=20483] ppid=20478 vsize=26002768 CPUtime=1.45 cores=0-7
/proc/20481/task/20483/stat : 20483 (java) R 20478 20481 1143 0 -1 4202560 14231 0 0 0 139 6 0 0 20 0 20 0 15536299 26626834432 51566 18446744073709551615 4194304 4196468 140736776783184 139712948909072 139712551551504 0 4 1 16800974 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20484] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20484/stat : 20484 (java) S 20478 20481 1143 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 15536299 26626834432 51566 18446744073709551615 4194304 4196468 140736776783184 139712871603216 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20485] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20485/stat : 20485 (java) S 20478 20481 1143 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 15536299 26626834432 51566 18446744073709551615 4194304 4196468 140736776783184 139712506387600 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20486] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20486/stat : 20486 (java) S 20478 20481 1143 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 15536299 26626834432 51566 18446744073709551615 4194304 4196468 140736776783184 139712505334544 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20487] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20487/stat : 20487 (java) S 20478 20481 1143 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 15536299 26626834432 51566 18446744073709551615 4194304 4196468 140736776783184 139712504282000 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20488] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20488/stat : 20488 (java) S 20478 20481 1143 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 15536299 26626834432 51566 18446744073709551615 4194304 4196468 140736776783184 139712503228944 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20489] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20489/stat : 20489 (java) S 20478 20481 1143 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 15536299 26626834432 51566 18446744073709551615 4194304 4196468 140736776783184 139712502176400 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20490] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20490/stat : 20490 (java) S 20478 20481 1143 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 15536299 26626834432 51566 18446744073709551615 4194304 4196468 140736776783184 139712501123344 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20491] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20491/stat : 20491 (java) S 20478 20481 1143 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 15536299 26626834432 51566 18446744073709551615 4194304 4196468 140736776783184 139712500070800 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20492] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20492/stat : 20492 (java) S 20478 20481 1143 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 15536301 26626834432 51566 18446744073709551615 4194304 4196468 140736776783184 139712345922288 139712944687746 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20493] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20493/stat : 20493 (java) S 20478 20481 1143 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 15536301 26626834432 51566 18446744073709551615 4194304 4196468 140736776783184 139712344868512 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20494] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20494/stat : 20494 (java) S 20478 20481 1143 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 15536302 26626834432 51566 18446744073709551615 4194304 4196468 140736776783184 139712343815408 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20495] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20495/stat : 20495 (java) S 20478 20481 1143 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 15536304 26626834432 51566 18446744073709551615 4194304 4196468 140736776783184 139712342763984 139712944695195 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20496] ppid=20478 vsize=26002768 CPUtime=0.7 cores=0-7
/proc/20481/task/20496/stat : 20496 (java) R 20478 20481 1143 0 -1 1077944384 6410 0 0 0 69 1 0 0 20 0 20 0 15536304 26626834432 51566 18446744073709551615 4194304 4196468 140736776783184 139712341711088 139712944687746 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20497] ppid=20478 vsize=26002768 CPUtime=0.72 cores=0-7
/proc/20481/task/20497/stat : 20497 (java) R 20478 20481 1143 0 -1 4202560 5114 0 0 0 71 1 0 0 20 0 20 0 15536304 26626834432 51566 18446744073709551615 4194304 4196468 140736776783184 139712340641616 139712926221176 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20498] ppid=20478 vsize=26002768 CPUtime=0.71 cores=0-7
/proc/20481/task/20498/stat : 20498 (java) R 20478 20481 1143 0 -1 4202560 5181 0 0 0 71 0 0 0 20 0 20 0 15536304 26626834432 51566 18446744073709551615 4194304 4196468 140736776783184 139712339605488 139712944688534 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20499] ppid=20478 vsize=26002768 CPUtime=0.48 cores=0-7
/proc/20481/task/20499/stat : 20499 (java) R 20478 20481 1143 0 -1 1077944384 5073 0 0 0 47 1 0 0 20 0 20 0 15536304 26626834432 51566 18446744073709551615 4194304 4196468 140736776783184 139712338552944 139712944687746 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20500] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20500/stat : 20500 (java) S 20478 20481 1143 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 15536304 26626834432 51566 18446744073709551615 4194304 4196468 140736776783184 139712337501152 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20501] ppid=20478 vsize=26002768 CPUtime=0 cores=0-7
/proc/20481/task/20501/stat : 20501 (java) S 20478 20481 1143 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 15536308 26626834432 51566 18446744073709551615 4194304 4196468 140736776783184 139712336448688 139712944687746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 26002768

[startup+2.40076 s]
/proc/loadavg: 8.46 8.15 7.65 2/200 20503
/proc/meminfo: memFree=31393980/32770624 swapFree=0/351072
[pid=20481] ppid=20478 vsize=27007408 CPUtime=6.51 cores=0-7
/proc/20481/stat : 20481 (java) S 20478 20481 1143 0 -1 1077944320 45812 0 0 0 634 17 0 0 20 0 35 0 15536289 27655585792 66112 18446744073709551615 4194304 4196468 140736776783184 140736776765728 139712944676599 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
/proc/20481/statm: 6751852 66112 3796 1 0 6740113 0
[pid=20481/tid=20483] ppid=20478 vsize=27007408 CPUtime=2.14 cores=0-7
/proc/20481/task/20483/stat : 20483 (java) S 20478 20481 1143 0 -1 1077944384 18158 0 0 0 207 7 0 0 20 0 35 0 15536299 27655585792 66112 18446744073709551615 4194304 4196468 140736776783184 139712948914304 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20484] ppid=20478 vsize=27007408 CPUtime=0 cores=0-7
/proc/20481/task/20484/stat : 20484 (java) S 20478 20481 1143 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 35 0 15536299 27655585792 66112 18446744073709551615 4194304 4196468 140736776783184 139712871603216 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20485] ppid=20478 vsize=27007408 CPUtime=0 cores=0-7
/proc/20481/task/20485/stat : 20485 (java) S 20478 20481 1143 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 35 0 15536299 27655585792 66112 18446744073709551615 4194304 4196468 140736776783184 139712506387600 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20486] ppid=20478 vsize=27007408 CPUtime=0 cores=0-7
/proc/20481/task/20486/stat : 20486 (java) S 20478 20481 1143 0 -1 1077944384 387 0 0 0 0 0 0 0 20 0 35 0 15536299 27655585792 66112 18446744073709551615 4194304 4196468 140736776783184 139712505334544 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20487] ppid=20478 vsize=27007408 CPUtime=0 cores=0-7
/proc/20481/task/20487/stat : 20487 (java) S 20478 20481 1143 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 35 0 15536299 27655585792 66112 18446744073709551615 4194304 4196468 140736776783184 139712504282000 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20488] ppid=20478 vsize=27007408 CPUtime=0 cores=0-7
/proc/20481/task/20488/stat : 20488 (java) S 20478 20481 1143 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 35 0 15536299 27655585792 66112 18446744073709551615 4194304 4196468 140736776783184 139712503228944 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20489] ppid=20478 vsize=27007408 CPUtime=0 cores=0-7
/proc/20481/task/20489/stat : 20489 (java) S 20478 20481 1143 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 35 0 15536299 27655585792 66112 18446744073709551615 4194304 4196468 140736776783184 139712502176400 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20490] ppid=20478 vsize=27007408 CPUtime=0 cores=0-7
/proc/20481/task/20490/stat : 20490 (java) S 20478 20481 1143 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 35 0 15536299 27655585792 66112 18446744073709551615 4194304 4196468 140736776783184 139712501123344 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20491] ppid=20478 vsize=27007408 CPUtime=0.01 cores=0-7
/proc/20481/task/20491/stat : 20491 (java) S 20478 20481 1143 0 -1 1077944384 110 0 0 0 1 0 0 0 20 0 35 0 15536299 27655585792 66112 18446744073709551615 4194304 4196468 140736776783184 139712500070800 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20492] ppid=20478 vsize=27007408 CPUtime=0 cores=0-7
/proc/20481/task/20492/stat : 20492 (java) S 20478 20481 1143 0 -1 1077944384 692 0 0 0 0 0 0 0 20 0 35 0 15536301 27655585792 66112 18446744073709551615 4194304 4196468 140736776783184 139712345922288 139712944687746 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20493] ppid=20478 vsize=27007408 CPUtime=0 cores=0-7
/proc/20481/task/20493/stat : 20493 (java) S 20478 20481 1143 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 35 0 15536301 27655585792 66112 18446744073709551615 4194304 4196468 140736776783184 139712344868576 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20494] ppid=20478 vsize=27007408 CPUtime=0 cores=0-7
/proc/20481/task/20494/stat : 20494 (java) S 20478 20481 1143 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 35 0 15536302 27655585792 66112 18446744073709551615 4194304 4196468 140736776783184 139712343815424 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20495] ppid=20478 vsize=27007408 CPUtime=0 cores=0-7
/proc/20481/task/20495/stat : 20495 (java) S 20478 20481 1143 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 35 0 15536304 27655585792 66112 18446744073709551615 4194304 4196468 140736776783184 139712342763984 139712944695195 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20496] ppid=20478 vsize=27007408 CPUtime=1.08 cores=0-7
/proc/20481/task/20496/stat : 20496 (java) R 20478 20481 1143 0 -1 4202560 6559 0 0 0 106 2 0 0 20 0 35 0 15536304 27655585792 66112 18446744073709551615 4194304 4196468 140736776783184 139712341697184 139712924500190 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20497] ppid=20478 vsize=27007408 CPUtime=1.1 cores=0-7
/proc/20481/task/20497/stat : 20497 (java) R 20478 20481 1143 0 -1 4202560 5601 0 0 0 109 1 0 0 20 0 35 0 15536304 27655585792 66112 18446744073709551615 4194304 4196468 140736776783184 139712340644624 139712923847638 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20498] ppid=20478 vsize=27007408 CPUtime=1.09 cores=0-7
/proc/20481/task/20498/stat : 20498 (java) R 20478 20481 1143 0 -1 4202560 5332 0 0 0 109 0 0 0 20 0 35 0 15536304 27655585792 66112 18446744073709551615 4194304 4196468 140736776783184 139712339592272 139712926086749 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20499] ppid=20478 vsize=27007408 CPUtime=0.63 cores=0-7
/proc/20481/task/20499/stat : 20499 (java) R 20478 20481 1143 0 -1 4202560 6230 0 0 0 62 1 0 0 20 0 35 0 15536304 27655585792 66112 18446744073709551615 4194304 4196468 140736776783184 139712338551344 139712944688534 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20500] ppid=20478 vsize=27007408 CPUtime=0 cores=0-7
/proc/20481/task/20500/stat : 20500 (java) S 20478 20481 1143 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 35 0 15536304 27655585792 66112 18446744073709551615 4194304 4196468 140736776783184 139712337501152 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20501] ppid=20478 vsize=27007408 CPUtime=0 cores=0-7
/proc/20481/task/20501/stat : 20501 (java) S 20478 20481 1143 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 35 0 15536308 27655585792 66112 18446744073709551615 4194304 4196468 140736776783184 139712336448688 139712944687746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20502] ppid=20478 vsize=27007408 CPUtime=0 cores=0-7
/proc/20481/task/20502/stat : 20502 (java) S 20478 20481 1143 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 35 0 15536496 27655585792 66112 18446744073709551615 4194304 4196468 140736776783184 139712335393792 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20503] ppid=20478 vsize=27007408 CPUtime=0 cores=0-7
/proc/20481/task/20503/stat : 20503 (java) S 20478 20481 1143 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 35 0 15536507 27655585792 66112 18446744073709551615 4194304 4196468 140736776783184 139712120685776 139712944687746 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
Current children cumulated CPU time (s) 6.51
Current children cumulated vsize (KiB) 27007408

[startup+2.60087 s]
/proc/loadavg: 8.46 8.15 7.65 2/200 20503
/proc/meminfo: memFree=31393980/32770624 swapFree=0/351072
[pid=20481] ppid=20478 vsize=27739612 CPUtime=8.1 cores=0-7
/proc/20481/stat : 20481 (java) S 20478 20481 1143 0 -1 1077944320 47984 0 0 0 791 19 0 0 20 0 46 0 15536289 28405362688 66287 18446744073709551615 4194304 4196468 140736776783184 140736776765728 139712944676599 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
/proc/20481/statm: 6934903 66287 3802 1 0 6923164 0
[pid=20481/tid=20483] ppid=20478 vsize=27739612 CPUtime=2.14 cores=0-7
/proc/20481/task/20483/stat : 20483 (java) S 20478 20481 1143 0 -1 1077944384 18158 0 0 0 207 7 0 0 20 0 46 0 15536299 28405362688 66287 18446744073709551615 4194304 4196468 140736776783184 139712948914304 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20484] ppid=20478 vsize=27739612 CPUtime=0 cores=0-7
/proc/20481/task/20484/stat : 20484 (java) S 20478 20481 1143 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 46 0 15536299 28405362688 66287 18446744073709551615 4194304 4196468 140736776783184 139712871603216 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20485] ppid=20478 vsize=27739612 CPUtime=0 cores=0-7
/proc/20481/task/20485/stat : 20485 (java) S 20478 20481 1143 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 46 0 15536299 28405362688 66287 18446744073709551615 4194304 4196468 140736776783184 139712506387600 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20486] ppid=20478 vsize=27739612 CPUtime=0 cores=0-7
/proc/20481/task/20486/stat : 20486 (java) S 20478 20481 1143 0 -1 1077944384 387 0 0 0 0 0 0 0 20 0 46 0 15536299 28405362688 66287 18446744073709551615 4194304 4196468 140736776783184 139712505334544 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20487] ppid=20478 vsize=27739612 CPUtime=0 cores=0-7
/proc/20481/task/20487/stat : 20487 (java) S 20478 20481 1143 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 46 0 15536299 28405362688 66287 18446744073709551615 4194304 4196468 140736776783184 139712504282000 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20488] ppid=20478 vsize=27739612 CPUtime=0 cores=0-7
/proc/20481/task/20488/stat : 20488 (java) S 20478 20481 1143 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 46 0 15536299 28405362688 66287 18446744073709551615 4194304 4196468 140736776783184 139712503228944 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20489] ppid=20478 vsize=27739612 CPUtime=0 cores=0-7
/proc/20481/task/20489/stat : 20489 (java) S 20478 20481 1143 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 46 0 15536299 28405362688 66287 18446744073709551615 4194304 4196468 140736776783184 139712502176400 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20490] ppid=20478 vsize=27739612 CPUtime=0 cores=0-7
/proc/20481/task/20490/stat : 20490 (java) S 20478 20481 1143 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 46 0 15536299 28405362688 66287 18446744073709551615 4194304 4196468 140736776783184 139712501123344 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20491] ppid=20478 vsize=27739612 CPUtime=0.01 cores=0-7
/proc/20481/task/20491/stat : 20491 (java) S 20478 20481 1143 0 -1 1077944384 110 0 0 0 1 0 0 0 20 0 46 0 15536299 28405362688 66287 18446744073709551615 4194304 4196468 140736776783184 139712500070800 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20492] ppid=20478 vsize=27739612 CPUtime=0 cores=0-7
/proc/20481/task/20492/stat : 20492 (java) S 20478 20481 1143 0 -1 1077944384 692 0 0 0 0 0 0 0 20 0 46 0 15536301 28405362688 66287 18446744073709551615 4194304 4196468 140736776783184 139712345922288 139712944687746 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20493] ppid=20478 vsize=27739612 CPUtime=0 cores=0-7
/proc/20481/task/20493/stat : 20493 (java) S 20478 20481 1143 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 46 0 15536301 28405362688 66287 18446744073709551615 4194304 4196468 140736776783184 139712344868576 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20494] ppid=20478 vsize=27739612 CPUtime=0 cores=0-7
/proc/20481/task/20494/stat : 20494 (java) S 20478 20481 1143 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 46 0 15536302 28405362688 66287 18446744073709551615 4194304 4196468 140736776783184 139712343815424 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20495] ppid=20478 vsize=27739612 CPUtime=0 cores=0-7
/proc/20481/task/20495/stat : 20495 (java) S 20478 20481 1143 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 15536304 28405362688 66287 18446744073709551615 4194304 4196468 140736776783184 139712342763984 139712944695195 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20496] ppid=20478 vsize=27739612 CPUtime=1.19 cores=0-7
/proc/20481/task/20496/stat : 20496 (java) R 20478 20481 1143 0 -1 4202560 6823 0 0 0 117 2 0 0 20 0 46 0 15536304 28405362688 66287 18446744073709551615 4194304 4196468 140736776783184 139712341696432 139712929556815 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20497] ppid=20478 vsize=27739612 CPUtime=1.2 cores=0-7
/proc/20481/task/20497/stat : 20497 (java) R 20478 20481 1143 0 -1 4202560 5927 0 0 0 119 1 0 0 20 0 46 0 15536304 28405362688 66287 18446744073709551615 4194304 4196468 140736776783184 139712340651736 139712924173738 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20498] ppid=20478 vsize=27739612 CPUtime=1.17 cores=0-7
/proc/20481/task/20498/stat : 20498 (java) R 20478 20481 1143 0 -1 4202560 5556 0 0 0 116 1 0 0 20 0 46 0 15536304 28405362688 66287 18446744073709551615 4194304 4196468 140736776783184 139712339586672 139712928208137 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20499] ppid=20478 vsize=27739612 CPUtime=0.71 cores=0-7
/proc/20481/task/20499/stat : 20499 (java) R 20478 20481 1143 0 -1 4202560 7178 0 0 0 69 2 0 0 20 0 46 0 15536304 28405362688 66287 18446744073709551615 4194304 4196468 140736776783184 139712338549408 139712924912688 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20500] ppid=20478 vsize=27739612 CPUtime=0 cores=0-7
/proc/20481/task/20500/stat : 20500 (java) S 20478 20481 1143 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 15536304 28405362688 66287 18446744073709551615 4194304 4196468 140736776783184 139712337501152 139712944686805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20501] ppid=20478 vsize=27739612 CPUtime=0 cores=0-7
/proc/20481/task/20501/stat : 20501 (java) S 20478 20481 1143 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 46 0 15536308 28405362688 66287 18446744073709551615 4194304 4196468 140736776783184 139712336448688 139712944687746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20502] ppid=20478 vsize=27739612 CPUtime=0.04 cores=0-7
/proc/20481/task/20502/stat : 20502 (java) R 20478 20481 1143 0 -1 1077944384 37 0 0 0 4 0 0 0 20 0 46 0 15536496 28405362688 66287 18446744073709551615 4194304 4196468 140736776783184 139712335393792 139712944686805 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
[pid=20481/tid=20503] ppid=20478 vsize=27739612 CPUtime=0 cores=0-7
/proc/20481/task/20503/stat : 20503 (java) S 20478 20481 1143 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 46 0 15536507 28405362688 66287 18446744073709551615 4194304 4196468 140736776783184 139712120685776 139712944687746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16351232 140736776790416 140736776790600 140736776790600 140736776794063 0
Current children cumulated CPU time (s) 8.1
Current children cumulated vsize (KiB) 27739612

[startup+2.70095 s]
/proc/loadavg: 8.46 8.15 7.65 2/200 20503
/proc/meminfo: memFree=31393980/32770624 swapFree=0/351072
[pid=20481] ppid=20478 vsize=0 CPUtime=8.73 cores=0-7
/proc/20481/stat : 20481 (java) Z 20478 20481 1143 0 -1 4227084 49276 0 0 0 852 21 0 0 20 0 2 0 15536289 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 0 0 0 0 0 0 0 0
/proc/20481/statm: 0 0 0 0 0 0 0
[pid=20481/tid=20499] ppid=20478 vsize=0 CPUtime=0.77 cores=0-7
/proc/20481/task/20499/stat : 20499 (java) R 20478 20481 1143 0 -1 4203588 7967 0 0 0 74 3 0 0 20 0 2 0 15536304 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 6 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.73
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 2.70402
CPU time (s): 8.74251
CPU user time (s): 8.52859
CPU system time (s): 0.213921
CPU usage (%): 323.315
Max. virtual memory (cumulated for all children) (KiB): 27739612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.52859
system time used= 0.213921
maximum resident set size= 269476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49276
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5760
involuntary context switches= 138

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.015135 second user time and 0.019263 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-02 15:11:04
IDJOB=4257305
IDBENCH=116003
IDSOLVER=2641
FILE ID=node134/4257305-1501680305
RUNJOBID= node134-1501676576-1207
PBS_JOBID= 
Free space on /tmp= 61900 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-03-11.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257305-1501680305/watcher-4257305-1501680305 -o /tmp/evaluation-result-4257305-1501680305/solver-4257305-1501680305 -C 1920 -W 264 -M 31000 --bin-var /tmp/runsolver-exch-node134-1501676576-1207 --watchdog 324  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 660482406 --timelimit 1920 --memlimit 22000 --nbcore 8 HOME/instance-4257305-1501680305.xml

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

MD5SUM BENCH= 89f73fe590db4a20d7e5540e1d9cc017
RANDOM SEED=660482406

node134.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.43
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.43
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.43
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.43
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:        31622728 kB
MemAvailable:   32014912 kB
Buffers:          136036 kB
Cached:           534016 kB
SwapCached:            0 kB
Active:           368548 kB
Inactive:         357712 kB
Active(anon):      58700 kB
Inactive(anon):     6652 kB
Active(file):     309848 kB
Inactive(file):   351060 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42236 kB
Writeback:             0 kB
AnonPages:         56468 kB
Mapped:            30612 kB
Shmem:              8892 kB
Slab:             119476 kB
SReclaimable:      94224 kB
SUnreclaim:        25252 kB
KernelStack:        3200 kB
PageTables:         4300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     277904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61856 MiB
End job on node134 at 2017-08-02 15:11:07