Trace number 4311842

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 NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-17SAT 1683.7 1677.03

General information on the benchmark

NameMagicHexagon/
MagicHexagon-05-m003_c18.xml
MD5SUM11e14450858ef922a4bcb0797a1233a1
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark97.2458
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints34
Number of domains1
Minimum domain size61
Maximum domain size61
Distribution of domain sizes[{"size":61,"count":61}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":20},{"degree":4,"count":55},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity61
Distribution of constraint arities[{"arity":2,"count":6},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":3},{"arity":61,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":27}]
Optimization problemNO
Type of objective

Solver Data

0.68/0.55	c version: 2018-08-17
0.68/0.56	c seed: 124049636
0.68/0.56	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 1
0.68/0.58	c Parsing instance...
1.52/1.05	c Parsing done, starting search...
1683.67/1677.02	s SATISFIABLE
1683.67/1677.02	v <instantiation>
1683.67/1677.02	v 	<list>
1683.67/1677.02	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4]
1683.67/1677.02	v 	</list>
1683.67/1677.02	v 	<values>
1683.67/1677.02	v 		30 45 7 53 48 26 1 50 57 17 32 34 51 18 4 12 23 41 37 49 19 -3 9 40 8 24 56 2 29 0 -2 14 3 43 38 35 33 15 -1 16 36 10 39 27 44 6 11 21 20 54 13 42 22 46 55 5 52 25 28 31 47 
1683.67/1677.02	v 	</values>
1683.67/1677.02	v </instantiation>

Verifier Data

OK	

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 (10879 MiB free)
  memory of node 1: 16384 MiB (9400 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311842-1534561052/watcher-4311842-1534561052 -o /tmp/evaluation-result-4311842-1534561052/solver-4311842-1534561052 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534541039-9204 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 124049636 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311842-1534561052.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=11455, runsolver pid=11452

[startup+0.10009 s]*
/proc/loadavg: 1.64 1.44 1.41 3/215 11470
/proc/meminfo: memFree=20749512/32770624 swapFree=67108372/67108860
[pid=11455] ppid=11452 vsize=14082736 memory=31216 CPUtime=0.12 cores=1,3,5,7
/proc/11455/stat : 11455 (java) S 11452 11455 9172 0 -1 1077944320 6703 0 0 0 11 1 0 0 20 0 15 0 273668428 14420721664 7804 33554432000 4194304 4196468 140736039194080 140736039176624 139623978000119 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
/proc/11455/statm: 3520684 7804 3152 1 0 3482761 0
[pid=11455/tid=11457] ppid=11452 vsize=14082736 memory=-8701690554792055937 CPUtime=0.09 cores=1,3,5,7
/proc/11455/task/11457/stat : 11457 (java) R 11452 11455 9172 0 -1 4202560 4749 0 0 0 9 0 0 0 20 0 15 0 273668428 14420721664 7804 33554432000 4194304 4196468 140736039194080 139623982220960 139623978012054 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11458] ppid=11452 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11458/stat : 11458 (java) S 11452 11455 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273668429 14420721664 7804 33554432000 4194304 4196468 140736039194080 139623893068048 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11459] ppid=11452 vsize=14082736 memory=140039387477632 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11459/stat : 11459 (java) S 11452 11455 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273668429 14420721664 7804 33554432000 4194304 4196468 140736039194080 139623892015504 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11460] ppid=11452 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11460/stat : 11460 (java) S 11452 11455 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273668429 14420721664 7804 33554432000 4194304 4196468 140736039194080 139623890962960 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11461] ppid=11452 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11461/stat : 11461 (java) S 11452 11455 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273668429 14420721664 7804 33554432000 4194304 4196468 140736039194080 139623889910416 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11462] ppid=11452 vsize=14082736 memory=140039387477632 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11462/stat : 11462 (java) S 11452 11455 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273668431 14420721664 7804 33554432000 4194304 4196468 140736039194080 139623158991344 139623978011266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11463] ppid=11452 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11463/stat : 11463 (java) S 11452 11455 9172 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273668431 14420721664 7804 33554432000 4194304 4196468 140736039194080 139623157937568 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11464] ppid=11452 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11464/stat : 11464 (java) S 11452 11455 9172 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273668431 14420721664 7804 33554432000 4194304 4196468 140736039194080 139623156884976 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11465] ppid=11452 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11465/stat : 11465 (java) S 11452 11455 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273668434 14420721664 7804 33554432000 4194304 4196468 140736039194080 139623155833552 139623978018715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11466] ppid=11452 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11466/stat : 11466 (java) S 11452 11455 9172 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 273668434 14420721664 7804 33554432000 4194304 4196468 140736039194080 139623154780144 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11467] ppid=11452 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11467/stat : 11467 (java) S 11452 11455 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273668434 14420721664 7804 33554432000 4194304 4196468 140736039194080 139623153727600 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11468] ppid=11452 vsize=14082736 memory=140039387477632 CPUtime=0.01 cores=1,3,5,7
/proc/11455/task/11468/stat : 11468 (java) S 11452 11455 9172 0 -1 1077944384 283 0 0 0 1 0 0 0 20 0 15 0 273668434 14420721664 7804 33554432000 4194304 4196468 140736039194080 139623152675056 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11469] ppid=11452 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11469/stat : 11469 (java) S 11452 11455 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273668434 14420721664 7804 33554432000 4194304 4196468 140736039194080 139623151622752 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11470] ppid=11452 vsize=14082736 memory=140039387477632 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11470/stat : 11470 (java) S 11452 11455 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273668434 14420721664 7804 33554432000 4194304 4196468 140736039194080 139623150570288 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31216 KiB

[startup+0.221 s]*
/proc/loadavg: 1.64 1.44 1.41 4/215 11470
/proc/meminfo: memFree=20733388/32770624 swapFree=67108372/67108860
[pid=11455] ppid=11452 vsize=14082736 memory=47240 CPUtime=0.33 cores=1,3,5,7
/proc/11455/stat : 11455 (java) S 11452 11455 9172 0 -1 1077944320 10447 0 0 0 31 2 0 0 20 0 15 0 273668428 14420721664 11810 33554432000 4194304 4196468 140736039194080 140736039176624 139623978000119 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
/proc/11455/statm: 3520684 11810 3367 1 0 3482761 0
[pid=11455/tid=11457] ppid=11452 vsize=14082736 memory=7022364594140610616 CPUtime=0.21 cores=1,3,5,7
/proc/11455/task/11457/stat : 11457 (java) R 11452 11455 9172 0 -1 4202560 8146 0 0 0 20 1 0 0 20 0 15 0 273668428 14420721664 11810 33554432000 4194304 4196468 140736039194080 139623982226432 139623962043749 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11458] ppid=11452 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11458/stat : 11458 (java) S 11452 11455 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273668429 14420721664 11810 33554432000 4194304 4196468 140736039194080 139623893068048 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11459] ppid=11452 vsize=14082736 memory=140039387489188 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11459/stat : 11459 (java) S 11452 11455 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273668429 14420721664 11810 33554432000 4194304 4196468 140736039194080 139623892015504 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11460] ppid=11452 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11460/stat : 11460 (java) S 11452 11455 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273668429 14420721664 11810 33554432000 4194304 4196468 140736039194080 139623890962960 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11461] ppid=11452 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11461/stat : 11461 (java) S 11452 11455 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273668429 14420721664 11810 33554432000 4194304 4196468 140736039194080 139623889910416 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11462] ppid=11452 vsize=14082736 memory=140039387477632 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11462/stat : 11462 (java) S 11452 11455 9172 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273668431 14420721664 11810 33554432000 4194304 4196468 140736039194080 139623158991344 139623978011266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11463] ppid=11452 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11463/stat : 11463 (java) S 11452 11455 9172 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273668431 14420721664 11810 33554432000 4194304 4196468 140736039194080 139623157937568 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11464] ppid=11452 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11464/stat : 11464 (java) S 11452 11455 9172 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273668431 14420721664 11810 33554432000 4194304 4196468 140736039194080 139623156884976 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11465] ppid=11452 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11465/stat : 11465 (java) S 11452 11455 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273668434 14420721664 11810 33554432000 4194304 4196468 140736039194080 139623155833552 139623978018715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11466] ppid=11452 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11455/task/11466/stat : 11466 (java) S 11452 11455 9172 0 -1 1077944384 432 0 0 0 2 0 0 0 20 0 15 0 273668434 14420721664 11810 33554432000 4194304 4196468 140736039194080 139623154780144 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11467] ppid=11452 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/11455/task/11467/stat : 11467 (java) S 11452 11455 9172 0 -1 1077944384 174 0 0 0 1 0 0 0 20 0 15 0 273668434 14420721664 11810 33554432000 4194304 4196468 140736039194080 139623153727600 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11468] ppid=11452 vsize=14082736 memory=140039387477632 CPUtime=0.07 cores=1,3,5,7
/proc/11455/task/11468/stat : 11468 (java) S 11452 11455 9172 0 -1 1077944384 313 0 0 0 7 0 0 0 20 0 15 0 273668434 14420721664 11810 33554432000 4194304 4196468 140736039194080 139623152675056 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11469] ppid=11452 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11469/stat : 11469 (java) S 11452 11455 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273668434 14420721664 11810 33554432000 4194304 4196468 140736039194080 139623151622752 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11470] ppid=11452 vsize=14082736 memory=140039387477632 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11470/stat : 11470 (java) S 11452 11455 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273668434 14420721664 11810 33554432000 4194304 4196468 140736039194080 139623150570288 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47240 KiB

[startup+0.310489 s]*
/proc/loadavg: 1.64 1.44 1.41 5/215 11470
/proc/meminfo: memFree=20729976/32770624 swapFree=67108372/67108860
[pid=11455] ppid=11452 vsize=14082736 memory=50524 CPUtime=0.44 cores=1,3,5,7
/proc/11455/stat : 11455 (java) S 11452 11455 9172 0 -1 1077944320 10794 0 0 0 42 2 0 0 20 0 15 0 273668428 14420721664 12631 33554432000 4194304 4196468 140736039194080 140736039176624 139623978000119 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
/proc/11455/statm: 3520684 12631 3369 1 0 3482761 0
[pid=11455/tid=11457] ppid=11452 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/11455/task/11457/stat : 11457 (java) R 11452 11455 9172 0 -1 4202560 8462 0 0 0 29 1 0 0 20 0 15 0 273668428 14420721664 12631 33554432000 4194304 4196468 140736039194080 139623982211632 139623961186945 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11458] ppid=11452 vsize=14082736 memory=304556161963917335 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11458/stat : 11458 (java) S 11452 11455 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273668429 14420721664 12631 33554432000 4194304 4196468 140736039194080 139623893068048 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11459] ppid=11452 vsize=14082736 memory=140039387489005 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11459/stat : 11459 (java) S 11452 11455 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273668429 14420721664 12631 33554432000 4194304 4196468 140736039194080 139623892015504 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11460] ppid=11452 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11460/stat : 11460 (java) S 11452 11455 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273668429 14420721664 12631 33554432000 4194304 4196468 140736039194080 139623890962960 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11461] ppid=11452 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11461/stat : 11461 (java) S 11452 11455 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273668429 14420721664 12631 33554432000 4194304 4196468 140736039194080 139623889910416 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11462] ppid=11452 vsize=14082736 memory=140039387477632 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11462/stat : 11462 (java) S 11452 11455 9172 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273668431 14420721664 12631 33554432000 4194304 4196468 140736039194080 139623158991344 139623978011266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11463] ppid=11452 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11463/stat : 11463 (java) S 11452 11455 9172 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273668431 14420721664 12631 33554432000 4194304 4196468 140736039194080 139623157937568 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11464] ppid=11452 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11464/stat : 11464 (java) S 11452 11455 9172 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273668431 14420721664 12631 33554432000 4194304 4196468 140736039194080 139623156884976 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11465] ppid=11452 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11465/stat : 11465 (java) S 11452 11455 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273668434 14420721664 12631 33554432000 4194304 4196468 140736039194080 139623155833552 139623978018715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11466] ppid=11452 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11455/task/11466/stat : 11466 (java) S 11452 11455 9172 0 -1 1077944384 432 0 0 0 2 0 0 0 20 0 15 0 273668434 14420721664 12631 33554432000 4194304 4196468 140736039194080 139623154780144 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11467] ppid=11452 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/11455/task/11467/stat : 11467 (java) S 11452 11455 9172 0 -1 1077944384 191 0 0 0 2 0 0 0 20 0 15 0 273668434 14420721664 12631 33554432000 4194304 4196468 140736039194080 139623153727600 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11468] ppid=11452 vsize=14082736 memory=140039387477632 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11468/stat : 11468 (java) S 11452 11455 9172 0 -1 1077944384 326 0 0 0 8 0 0 0 20 0 15 0 273668434 14420721664 12631 33554432000 4194304 4196468 140736039194080 139623152675056 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11469] ppid=11452 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11469/stat : 11469 (java) S 11452 11455 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273668434 14420721664 12631 33554432000 4194304 4196468 140736039194080 139623151622752 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11470] ppid=11452 vsize=14082736 memory=140039387477632 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11470/stat : 11470 (java) S 11452 11455 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273668434 14420721664 12631 33554432000 4194304 4196468 140736039194080 139623150570288 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50524 KiB

[startup+0.700704 s]
/proc/loadavg: 1.64 1.44 1.41 3/215 11470
/proc/meminfo: memFree=20705436/32770624 swapFree=67108372/67108860
[pid=11455] ppid=11452 vsize=14084804 memory=88908 CPUtime=0.99 cores=1,3,5,7
/proc/11455/stat : 11455 (java) S 11452 11455 9172 0 -1 1077944320 17644 0 0 0 95 4 0 0 20 0 15 0 273668428 14422839296 22227 33554432000 4194304 4196468 140736039194080 140736039176624 139623978000119 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
/proc/11455/statm: 3521201 22227 3500 1 0 3483273 0
[pid=11455/tid=11457] ppid=11452 vsize=14084804 memory=1752 CPUtime=0.67 cores=1,3,5,7
/proc/11455/task/11457/stat : 11457 (java) R 11452 11455 9172 0 -1 4202560 14913 0 0 0 64 3 0 0 20 0 15 0 273668428 14422839296 22227 33554432000 4194304 4196468 140736039194080 139623982224928 139623978022045 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11458] ppid=11452 vsize=14084804 memory=5540 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11458/stat : 11458 (java) S 11452 11455 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273668429 14422839296 22227 33554432000 4194304 4196468 140736039194080 139623893068048 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11459] ppid=11452 vsize=14084804 memory=4400 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11459/stat : 11459 (java) S 11452 11455 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273668429 14422839296 22227 33554432000 4194304 4196468 140736039194080 139623892015504 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11460] ppid=11452 vsize=14084804 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11460/stat : 11460 (java) S 11452 11455 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273668429 14422839296 22227 33554432000 4194304 4196468 140736039194080 139623890962960 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11461] ppid=11452 vsize=14084804 memory=1220 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11461/stat : 11461 (java) S 11452 11455 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273668429 14422839296 22227 33554432000 4194304 4196468 140736039194080 139623889910416 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11462] ppid=11452 vsize=14084804 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11462/stat : 11462 (java) S 11452 11455 9172 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273668431 14422839296 22227 33554432000 4194304 4196468 140736039194080 139623158991344 139623978011266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11463] ppid=11452 vsize=14084804 memory=868 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11463/stat : 11463 (java) S 11452 11455 9172 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273668431 14422839296 22227 33554432000 4194304 4196468 140736039194080 139623157937568 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11464] ppid=11452 vsize=14084804 memory=6616 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11464/stat : 11464 (java) S 11452 11455 9172 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273668431 14422839296 22227 33554432000 4194304 4196468 140736039194080 139623156884976 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11465] ppid=11452 vsize=14084804 memory=7518026621751089001 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11465/stat : 11465 (java) S 11452 11455 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273668434 14422839296 22227 33554432000 4194304 4196468 140736039194080 139623155833552 139623978018715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11466] ppid=11452 vsize=14084804 memory=7881696724453321575 CPUtime=0.05 cores=1,3,5,7
/proc/11455/task/11466/stat : 11466 (java) S 11452 11455 9172 0 -1 1077944384 564 0 0 0 5 0 0 0 20 0 15 0 273668434 14422839296 22227 33554432000 4194304 4196468 140736039194080 139623154780144 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11467] ppid=11452 vsize=14084804 memory=5787213857196369745 CPUtime=0.08 cores=1,3,5,7
/proc/11455/task/11467/stat : 11467 (java) S 11452 11455 9172 0 -1 1077944384 352 0 0 0 8 0 0 0 20 0 15 0 273668434 14422839296 22227 33554432000 4194304 4196468 140736039194080 139623153727600 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11468] ppid=11452 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/11455/task/11468/stat : 11468 (java) S 11452 11455 9172 0 -1 1077944384 432 0 0 0 15 0 0 0 20 0 15 0 273668434 14422839296 22227 33554432000 4194304 4196468 140736039194080 139623152675056 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11469] ppid=11452 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11469/stat : 11469 (java) S 11452 11455 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273668434 14422839296 22227 33554432000 4194304 4196468 140736039194080 139623151622752 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11470] ppid=11452 vsize=14084804 memory=33 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11470/stat : 11470 (java) S 11452 11455 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273668434 14422839296 22227 33554432000 4194304 4196468 140736039194080 139623150570288 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88908 KiB

[startup+1.50177 s]
/proc/loadavg: 1.64 1.44 1.41 3/215 11470
/proc/meminfo: memFree=20672928/32770624 swapFree=67108372/67108860
[pid=11455] ppid=11452 vsize=14090948 memory=134528 CPUtime=2.91 cores=1,3,5,7
/proc/11455/stat : 11455 (java) S 11452 11455 9172 0 -1 1077944320 24653 0 0 0 284 7 0 0 20 0 15 0 273668428 14429130752 33632 33554432000 4194304 4196468 140736039194080 140736039176624 139623978000119 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
/proc/11455/statm: 3522737 33632 3540 1 0 3484809 0
[pid=11455/tid=11457] ppid=11452 vsize=14090948 memory=6791534058613427641 CPUtime=1.47 cores=1,3,5,7
/proc/11455/task/11457/stat : 11457 (java) R 11452 11455 9172 0 -1 4202560 18630 0 0 0 142 5 0 0 20 0 15 0 273668428 14429130752 33632 33554432000 4194304 4196468 140736039194080 139623982235880 139623569451975 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11458] ppid=11452 vsize=14090948 memory=-8754540793456063680 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11458/stat : 11458 (java) S 11452 11455 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273668429 14429130752 33632 33554432000 4194304 4196468 140736039194080 139623893068048 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11459] ppid=11452 vsize=14090948 memory=-2843869621055772062 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11459/stat : 11459 (java) S 11452 11455 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273668429 14429130752 33632 33554432000 4194304 4196468 140736039194080 139623892015504 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11460] ppid=11452 vsize=14090948 memory=5450919713671312938 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11460/stat : 11460 (java) S 11452 11455 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273668429 14429130752 33632 33554432000 4194304 4196468 140736039194080 139623890962960 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11461] ppid=11452 vsize=14090948 memory=7005738693937936738 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11461/stat : 11461 (java) S 11452 11455 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273668429 14429130752 33632 33554432000 4194304 4196468 140736039194080 139623889910416 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11462] ppid=11452 vsize=14090948 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11462/stat : 11462 (java) S 11452 11455 9172 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273668431 14429130752 33632 33554432000 4194304 4196468 140736039194080 139623158991344 139623978011266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0

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

[pid=11455/tid=11469] ppid=11452 vsize=14090948 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11469/stat : 11469 (java) S 11452 11455 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273668434 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623151622752 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11470] ppid=11452 vsize=14090948 memory=932 CPUtime=0.37 cores=1,3,5,7
/proc/11455/task/11470/stat : 11470 (java) S 11452 11455 9172 0 -1 1077944384 1251 0 0 0 15 22 0 0 20 0 15 0 273668434 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623150570288 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
Current children cumulated CPU time: 1680.25 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 220112 KiB

[startup+1675.2 s]
/proc/loadavg: 1.26 1.32 1.37 3/215 11700
/proc/meminfo: memFree=20566096/32770624 swapFree=67108372/67108860
[pid=11455] ppid=11452 vsize=14090948 memory=220112 CPUtime=1681.85 cores=1,3,5,7
/proc/11455/stat : 11455 (java) S 11452 11455 9172 0 -1 1077944320 58255 0 0 0 168093 92 0 0 20 0 15 0 273668428 14429130752 55028 33554432000 4194304 4196468 140736039194080 140736039176624 139623978000119 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
/proc/11455/statm: 3522737 55028 3570 1 0 3484809 0
[pid=11455/tid=11457] ppid=11452 vsize=14090948 memory=6764 CPUtime=1669.97 cores=1,3,5,7
/proc/11455/task/11457/stat : 11457 (java) R 11452 11455 9172 0 -1 4202560 30254 0 0 0 166985 12 0 0 20 0 15 0 273668428 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623982238112 139623569545170 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11458] ppid=11452 vsize=14090948 memory=1100 CPUtime=1.86 cores=1,3,5,7
/proc/11455/task/11458/stat : 11458 (java) S 11452 11455 9172 0 -1 1077944384 2266 0 0 0 169 17 0 0 20 0 15 0 273668429 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623893068048 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11459] ppid=11452 vsize=14090948 memory=2144 CPUtime=1.86 cores=1,3,5,7
/proc/11455/task/11459/stat : 11459 (java) S 11452 11455 9172 0 -1 1077944384 3727 0 0 0 167 19 0 0 20 0 15 0 273668429 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623892015504 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11460] ppid=11452 vsize=14090948 memory=1752 CPUtime=1.85 cores=1,3,5,7
/proc/11455/task/11460/stat : 11460 (java) S 11452 11455 9172 0 -1 1077944384 2093 0 0 0 168 17 0 0 20 0 15 0 273668429 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623890962960 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11461] ppid=11452 vsize=14090948 memory=6791534058613427641 CPUtime=1.86 cores=1,3,5,7
/proc/11455/task/11461/stat : 11461 (java) S 11452 11455 9172 0 -1 1077944384 2098 0 0 0 169 17 0 0 20 0 15 0 273668429 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623889910416 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11462] ppid=11452 vsize=14090948 memory=1100 CPUtime=2.04 cores=1,3,5,7
/proc/11455/task/11462/stat : 11462 (java) S 11452 11455 9172 0 -1 1077944384 3575 0 0 0 192 12 0 0 20 0 15 0 273668431 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623158991344 139623978011266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11463] ppid=11452 vsize=14090948 memory=2144 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11463/stat : 11463 (java) S 11452 11455 9172 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 273668431 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623157937632 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11464] ppid=11452 vsize=14090948 memory=1752 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11464/stat : 11464 (java) S 11452 11455 9172 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 273668431 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623156884992 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11465] ppid=11452 vsize=14090948 memory=5540 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11465/stat : 11465 (java) S 11452 11455 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273668434 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623155833552 139623978018715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11466] ppid=11452 vsize=14090948 memory=4400 CPUtime=0.74 cores=1,3,5,7
/proc/11455/task/11466/stat : 11466 (java) S 11452 11455 9172 0 -1 1077944384 4032 0 0 0 73 1 0 0 20 0 15 0 273668434 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623154780144 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11467] ppid=11452 vsize=14090948 memory=1620 CPUtime=0.77 cores=1,3,5,7
/proc/11455/task/11467/stat : 11467 (java) S 11452 11455 9172 0 -1 1077944384 2926 0 0 0 76 1 0 0 20 0 15 0 273668434 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623153727600 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11468] ppid=11452 vsize=14090948 memory=1220 CPUtime=0.43 cores=1,3,5,7
/proc/11455/task/11468/stat : 11468 (java) S 11452 11455 9172 0 -1 1077944384 4571 0 0 0 42 1 0 0 20 0 15 0 273668434 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623152675056 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11469] ppid=11452 vsize=14090948 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11469/stat : 11469 (java) S 11452 11455 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273668434 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623151622752 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11470] ppid=11452 vsize=14090948 memory=868 CPUtime=0.38 cores=1,3,5,7
/proc/11455/task/11470/stat : 11470 (java) S 11452 11455 9172 0 -1 1077944384 1251 0 0 0 16 22 0 0 20 0 15 0 273668434 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623150570288 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
Current children cumulated CPU time: 1681.85 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 220112 KiB

[startup+1676 s]*
/proc/loadavg: 1.26 1.32 1.37 3/215 11700
/proc/meminfo: memFree=20566096/32770624 swapFree=67108372/67108860
[pid=11455] ppid=11452 vsize=14090948 memory=220112 CPUtime=1682.66 cores=1,3,5,7
/proc/11455/stat : 11455 (java) S 11452 11455 9172 0 -1 1077944320 58256 0 0 0 168174 92 0 0 20 0 15 0 273668428 14429130752 55028 33554432000 4194304 4196468 140736039194080 140736039176624 139623978000119 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
/proc/11455/statm: 3522737 55028 3570 1 0 3484809 0
[pid=11455/tid=11457] ppid=11452 vsize=14090948 memory=1398720917958146503 CPUtime=1670.78 cores=1,3,5,7
/proc/11455/task/11457/stat : 11457 (java) R 11452 11455 9172 0 -1 4202560 30255 0 0 0 167066 12 0 0 20 0 15 0 273668428 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623982238000 139623570121020 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11458] ppid=11452 vsize=14090948 memory=4872558044660077418 CPUtime=1.86 cores=1,3,5,7
/proc/11455/task/11458/stat : 11458 (java) S 11452 11455 9172 0 -1 1077944384 2266 0 0 0 169 17 0 0 20 0 15 0 273668429 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623893068048 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11459] ppid=11452 vsize=14090948 memory=8514701219730523551 CPUtime=1.86 cores=1,3,5,7
/proc/11455/task/11459/stat : 11459 (java) S 11452 11455 9172 0 -1 1077944384 3727 0 0 0 167 19 0 0 20 0 15 0 273668429 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623892015504 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11460] ppid=11452 vsize=14090948 memory=7956002841010266450 CPUtime=1.85 cores=1,3,5,7
/proc/11455/task/11460/stat : 11460 (java) S 11452 11455 9172 0 -1 1077944384 2093 0 0 0 168 17 0 0 20 0 15 0 273668429 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623890962960 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11461] ppid=11452 vsize=14090948 memory=7090186800692029038 CPUtime=1.86 cores=1,3,5,7
/proc/11455/task/11461/stat : 11461 (java) S 11452 11455 9172 0 -1 1077944384 2098 0 0 0 169 17 0 0 20 0 15 0 273668429 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623889910416 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11462] ppid=11452 vsize=14090948 memory=7953467311109074282 CPUtime=2.04 cores=1,3,5,7
/proc/11455/task/11462/stat : 11462 (java) S 11452 11455 9172 0 -1 1077944384 3575 0 0 0 192 12 0 0 20 0 15 0 273668431 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623158991344 139623978011266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11463] ppid=11452 vsize=14090948 memory=7584172180673161326 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11463/stat : 11463 (java) S 11452 11455 9172 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 273668431 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623157937632 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11464] ppid=11452 vsize=14090948 memory=7451557858487331944 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11464/stat : 11464 (java) S 11452 11455 9172 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 273668431 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623156884992 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11465] ppid=11452 vsize=14090948 memory=7809355425898063973 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11465/stat : 11465 (java) S 11452 11455 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273668434 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623155833552 139623978018715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11466] ppid=11452 vsize=14090948 memory=6227753068443495527 CPUtime=0.74 cores=1,3,5,7
/proc/11455/task/11466/stat : 11466 (java) S 11452 11455 9172 0 -1 1077944384 4032 0 0 0 73 1 0 0 20 0 15 0 273668434 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623154780144 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11467] ppid=11452 vsize=14090948 memory=7306090266794943592 CPUtime=0.77 cores=1,3,5,7
/proc/11455/task/11467/stat : 11467 (java) S 11452 11455 9172 0 -1 1077944384 2926 0 0 0 76 1 0 0 20 0 15 0 273668434 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623153727600 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11468] ppid=11452 vsize=14090948 memory=8026088984694713192 CPUtime=0.43 cores=1,3,5,7
/proc/11455/task/11468/stat : 11468 (java) S 11452 11455 9172 0 -1 1077944384 4571 0 0 0 42 1 0 0 20 0 15 0 273668434 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623152675056 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11469] ppid=11452 vsize=14090948 memory=6005107448324580453 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11469/stat : 11469 (java) S 11452 11455 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273668434 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623151622752 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11470] ppid=11452 vsize=14090948 memory=7669744958083197032 CPUtime=0.38 cores=1,3,5,7
/proc/11455/task/11470/stat : 11470 (java) S 11452 11455 9172 0 -1 1077944384 1251 0 0 0 16 22 0 0 20 0 15 0 273668434 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623150570288 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
Current children cumulated CPU time: 1682.66 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 220112 KiB

[startup+1676.8 s]
/proc/loadavg: 1.26 1.32 1.37 3/215 11700
/proc/meminfo: memFree=20566096/32770624 swapFree=67108372/67108860
[pid=11455] ppid=11452 vsize=14090948 memory=220112 CPUtime=1683.46 cores=1,3,5,7
/proc/11455/stat : 11455 (java) S 11452 11455 9172 0 -1 1077944320 58258 0 0 0 168254 92 0 0 20 0 15 0 273668428 14429130752 55028 33554432000 4194304 4196468 140736039194080 140736039176624 139623978000119 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
/proc/11455/statm: 3522737 55028 3570 1 0 3484809 0
[pid=11455/tid=11457] ppid=11452 vsize=14090948 memory=220112 CPUtime=1671.57 cores=1,3,5,7
/proc/11455/task/11457/stat : 11457 (java) R 11452 11455 9172 0 -1 4202560 30257 0 0 0 167145 12 0 0 20 0 15 0 273668428 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623982238384 139623569678240 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11458] ppid=11452 vsize=14090948 memory=220112 CPUtime=1.86 cores=1,3,5,7
/proc/11455/task/11458/stat : 11458 (java) S 11452 11455 9172 0 -1 1077944384 2266 0 0 0 169 17 0 0 20 0 15 0 273668429 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623893068048 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11459] ppid=11452 vsize=14090948 memory=220112 CPUtime=1.86 cores=1,3,5,7
/proc/11455/task/11459/stat : 11459 (java) S 11452 11455 9172 0 -1 1077944384 3727 0 0 0 167 19 0 0 20 0 15 0 273668429 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623892015504 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11460] ppid=11452 vsize=14090948 memory=220112 CPUtime=1.85 cores=1,3,5,7
/proc/11455/task/11460/stat : 11460 (java) S 11452 11455 9172 0 -1 1077944384 2093 0 0 0 168 17 0 0 20 0 15 0 273668429 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623890962960 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11461] ppid=11452 vsize=14090948 memory=1800 CPUtime=1.86 cores=1,3,5,7
/proc/11455/task/11461/stat : 11461 (java) S 11452 11455 9172 0 -1 1077944384 2098 0 0 0 169 17 0 0 20 0 15 0 273668429 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623889910416 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11462] ppid=11452 vsize=14090948 memory=868 CPUtime=2.04 cores=1,3,5,7
/proc/11455/task/11462/stat : 11462 (java) S 11452 11455 9172 0 -1 1077944384 3575 0 0 0 192 12 0 0 20 0 15 0 273668431 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623158991344 139623978011266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11463] ppid=11452 vsize=14090948 memory=220112 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11463/stat : 11463 (java) S 11452 11455 9172 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 273668431 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623157937632 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11464] ppid=11452 vsize=14090948 memory=1220 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11464/stat : 11464 (java) S 11452 11455 9172 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 273668431 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623156884992 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11465] ppid=11452 vsize=14090948 memory=220112 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11465/stat : 11465 (java) S 11452 11455 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273668434 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623155833552 139623978018715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11466] ppid=11452 vsize=14090948 memory=280078577490240 CPUtime=0.74 cores=1,3,5,7
/proc/11455/task/11466/stat : 11466 (java) S 11452 11455 9172 0 -1 1077944384 4032 0 0 0 73 1 0 0 20 0 15 0 273668434 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623154780144 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11467] ppid=11452 vsize=14090948 memory=7157735280297400657 CPUtime=0.77 cores=1,3,5,7
/proc/11455/task/11467/stat : 11467 (java) S 11452 11455 9172 0 -1 1077944384 2926 0 0 0 76 1 0 0 20 0 15 0 273668434 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623153727600 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11468] ppid=11452 vsize=14090948 memory=7305218370954094169 CPUtime=0.43 cores=1,3,5,7
/proc/11455/task/11468/stat : 11468 (java) S 11452 11455 9172 0 -1 1077944384 4571 0 0 0 42 1 0 0 20 0 15 0 273668434 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623152675056 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11469] ppid=11452 vsize=14090948 memory=3732 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11469/stat : 11469 (java) S 11452 11455 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273668434 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623151622752 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11470] ppid=11452 vsize=14090948 memory=13756 CPUtime=0.38 cores=1,3,5,7
/proc/11455/task/11470/stat : 11470 (java) S 11452 11455 9172 0 -1 1077944384 1251 0 0 0 16 22 0 0 20 0 15 0 273668434 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623150570288 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
Current children cumulated CPU time: 1683.46 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 220112 KiB

[startup+1677 s]*
/proc/loadavg: 1.26 1.32 1.37 3/215 11700
/proc/meminfo: memFree=20566096/32770624 swapFree=67108372/67108860
[pid=11455] ppid=11452 vsize=14090948 memory=220112 CPUtime=1683.67 cores=1,3,5,7
/proc/11455/stat : 11455 (java) S 11452 11455 9172 0 -1 1077944320 58258 0 0 0 168275 92 0 0 20 0 15 0 273668428 14429130752 55028 33554432000 4194304 4196468 140736039194080 140736039176624 139623978000119 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
/proc/11455/statm: 3522737 55028 3570 1 0 3484809 0
[pid=11455/tid=11457] ppid=11452 vsize=14090948 memory=1398720917958146503 CPUtime=1671.78 cores=1,3,5,7
/proc/11455/task/11457/stat : 11457 (java) R 11452 11455 9172 0 -1 4202560 30257 0 0 0 167166 12 0 0 20 0 15 0 273668428 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623982238384 139623570121728 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11458] ppid=11452 vsize=14090948 memory=4872558044660077418 CPUtime=1.86 cores=1,3,5,7
/proc/11455/task/11458/stat : 11458 (java) S 11452 11455 9172 0 -1 1077944384 2266 0 0 0 169 17 0 0 20 0 15 0 273668429 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623893068048 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11459] ppid=11452 vsize=14090948 memory=1220 CPUtime=1.86 cores=1,3,5,7
/proc/11455/task/11459/stat : 11459 (java) S 11452 11455 9172 0 -1 1077944384 3727 0 0 0 167 19 0 0 20 0 15 0 273668429 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623892015504 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11460] ppid=11452 vsize=14090948 memory=1800 CPUtime=1.85 cores=1,3,5,7
/proc/11455/task/11460/stat : 11460 (java) S 11452 11455 9172 0 -1 1077944384 2093 0 0 0 168 17 0 0 20 0 15 0 273668429 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623890962960 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11461] ppid=11452 vsize=14090948 memory=3812 CPUtime=1.86 cores=1,3,5,7
/proc/11455/task/11461/stat : 11461 (java) S 11452 11455 9172 0 -1 1077944384 2098 0 0 0 169 17 0 0 20 0 15 0 273668429 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623889910416 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11462] ppid=11452 vsize=14090948 memory=6764 CPUtime=2.04 cores=1,3,5,7
/proc/11455/task/11462/stat : 11462 (java) S 11452 11455 9172 0 -1 1077944384 3575 0 0 0 192 12 0 0 20 0 15 0 273668431 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623158991344 139623978011266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11463] ppid=11452 vsize=14090948 memory=1100 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11463/stat : 11463 (java) S 11452 11455 9172 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 273668431 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623157937632 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11464] ppid=11452 vsize=14090948 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11464/stat : 11464 (java) S 11452 11455 9172 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 273668431 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623156884992 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11465] ppid=11452 vsize=14090948 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11465/stat : 11465 (java) S 11452 11455 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273668434 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623155833552 139623978018715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11466] ppid=11452 vsize=14090948 memory=1398720917958146503 CPUtime=0.74 cores=1,3,5,7
/proc/11455/task/11466/stat : 11466 (java) S 11452 11455 9172 0 -1 1077944384 4032 0 0 0 73 1 0 0 20 0 15 0 273668434 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623154780144 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11467] ppid=11452 vsize=14090948 memory=4872558044660077418 CPUtime=0.77 cores=1,3,5,7
/proc/11455/task/11467/stat : 11467 (java) S 11452 11455 9172 0 -1 1077944384 2926 0 0 0 76 1 0 0 20 0 15 0 273668434 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623153727600 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11468] ppid=11452 vsize=14090948 memory=203 CPUtime=0.43 cores=1,3,5,7
/proc/11455/task/11468/stat : 11468 (java) S 11452 11455 9172 0 -1 1077944384 4571 0 0 0 42 1 0 0 20 0 15 0 273668434 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623152675056 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11469] ppid=11452 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11455/task/11469/stat : 11469 (java) S 11452 11455 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273668434 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623151622752 139623978010325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
[pid=11455/tid=11470] ppid=11452 vsize=14090948 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/11455/task/11470/stat : 11470 (java) S 11452 11455 9172 0 -1 1077944384 1251 0 0 0 16 22 0 0 20 0 15 0 273668434 14429130752 55028 33554432000 4194304 4196468 140736039194080 139623150570288 139623978011266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31903744 140736039199817 140736039200009 140736039200009 140736039202767 0
Current children cumulated CPU time: 1683.67 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 220112 KiB

Child status: 0
Real time (s): 1677.03
CPU time (s): 1683.7
CPU user time (s): 1682.77
CPU system time (s): 0.924454
CPU usage (%): 100.398
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 230204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1682.77
system time used= 0.924454
maximum resident set size= 231220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58831
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 92956
involuntary context switches= 2488


# summary of solver processes directly reported to runsolver:
#   pid: 11455
#   total CPU time (s): 1683.7
#   total CPU user time (s): 1682.77
#   total CPU system time (s): 0.924454

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.094 second user time and 14.8247 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-18 04:57:32
IDJOB=4311842
IDBENCH=141559
IDSOLVER=2799
FILE ID=node137/4311842-1534561052
RUNJOBID= node137-1534541039-9204
PBS_JOBID= 21038634
Free space on /tmp= 43528 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-05-m003_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311842-1534561052/watcher-4311842-1534561052 -o /tmp/evaluation-result-4311842-1534561052/solver-4311842-1534561052 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534541039-9204 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 124049636 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311842-1534561052.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 11e14450858ef922a4bcb0797a1233a1
RANDOM SEED=124049636

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        20767604 kB
MemAvailable:   31608132 kB
Buffers:          214808 kB
Cached:         10879888 kB
SwapCached:            8 kB
Active:          7639944 kB
Inactive:        3790700 kB
Active(anon):     305708 kB
Inactive(anon):    99076 kB
Active(file):    7334236 kB
Inactive(file):  3691624 kB
Unevictable:        7196 kB
Mlocked:            7196 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:             35792 kB
Writeback:             0 kB
AnonPages:        343320 kB
Mapped:            33192 kB
Shmem:             66008 kB
Slab:             271544 kB
SReclaimable:     243128 kB
SUnreclaim:        28416 kB
KernelStack:        3584 kB
PageTables:         5688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1240440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 43492 MiB
End job on node137 at 2018-08-18 05:25:30