Trace number 4387221

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
Concrete 3.10OPT41 674.097 658.148

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-25-5-5-0.xml
MD5SUM297e7ff3843a631e244fdcc6d730e090
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark41
Best CPU time to get the best result obtained on this benchmark34.5009
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints101
Number of domains24
Minimum domain size4
Maximum domain size26
Distribution of domain sizes[{"size":4,"count":12},{"size":5,"count":7},{"size":6,"count":6},{"size":26,"count":50}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":25},{"degree":26,"count":24},{"degree":27,"count":1},{"degree":28,"count":25}]
Minimum constraint arity1
Maximum constraint arity26
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":50},{"arity":25,"count":25},{"arity":26,"count":25}]
Number of extensional constraints50
Number of intensional constraints26
Distribution of constraint types[{"type":"extension","count":50},{"type":"intension","count":26},{"type":"count","count":25}]
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.71/0.55	c Concrete v3.10.1560635388952 running
221.96/212.01	o -2963
223.21/213.19	o -2960
223.73/213.67	o -1964
225.59/215.26	o -1958
228.53/217.91	o -1957
228.53/217.92	o -1956
247.34/236.17	o -1951
254.09/242.50	o -1950
254.09/242.59	o -1949
302.09/289.36	o -965
304.04/291.29	o -964
304.34/291.53	o -955
306.18/293.34	o -948
308.41/295.52	o 26
360.89/346.62	o 31
384.52/369.81	o 37
392.30/377.50	o 41
674.03/658.13	v <instantiation
674.03/658.13	v         cost = '41'>
674.03/658.13	v       <list>
674.03/658.13	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] p[24] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24]
674.03/658.13	v       </list>
674.03/658.13	v       <values>
674.03/658.13	v         5 0 1 2 3 6 7 12 9 4 15 10 11 8 13 16 17 18 19 14 -1 -1 -1 -1 -1 0 19 18 17 16 1 2 3 14 15 6 5 4 13 12 7 8 9 10 11 -1 -1 -1 -1 -1 -3 -4 6 6 -2 0 -3 -6 6 1 0 3 7 5 7 3 3 6 4 2 0 0 0 0 0
674.03/658.13	v       </values>
674.03/658.13	v     </instantiation>
674.03/658.13	s OPTIMUM FOUND

Verifier Data

OK	41

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387221-1568295867/watcher-4387221-1568295867 -o /tmp/evaluation-result-4387221-1568295867/solver-4387221-1568295867 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568286944-21597 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1724380115 HOME/instance-4387221-1568295867.xml 

running on 4 cores: 0,2,4,6

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=23729, runsolver pid=23726

[startup+0.100131 s]*
/proc/loadavg: 1.36 1.33 1.40 3/222 23786
/proc/meminfo: memFree=29593784/32770624 swapFree=66965564/67108860
[pid=23729] ppid=23726 vsize=9972712 memory=16812 CPUtime=0.09 cores=0,2,4,6
/proc/23729/stat : 23729 (java) S 23726 23729 19880 0 -1 1077944320 4454 13543 0 0 1 1 4 3 20 0 6 0 405836285 10212057088 4203 33554432000 4194304 4196468 140733748694864 140733748677408 140283541692151 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
/proc/23729/statm: 2493178 4203 1935 1 0 2481616 0
[pid=23729/tid=23782] ppid=23726 vsize=9972712 memory=4628411388058700198 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23782/stat : 23782 (java) R 23726 23729 19880 0 -1 4202560 2253 13543 0 0 0 0 4 3 20 0 6 0 405836294 10212057088 4203 33554432000 4194304 4196468 140733748694864 140283513528912 140283525772638 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23783] ppid=23726 vsize=9972712 memory=5793855802564766137 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23783/stat : 23783 (java) S 23726 23729 19880 0 -1 1077944384 1 13543 0 0 0 0 4 3 20 0 6 0 405836295 10212057088 4203 33554432000 4194304 4196468 140733748694864 140283545934864 140283541702357 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23784] ppid=23726 vsize=9972712 memory=140551554872960 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23784/stat : 23784 (java) S 23726 23729 19880 0 -1 1077944384 1 13543 0 0 0 0 4 3 20 0 6 0 405836295 10212057088 4203 33554432000 4194304 4196468 140733748694864 140283434208400 140283541702357 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23785] ppid=23726 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23785/stat : 23785 (java) S 23726 23729 19880 0 -1 1077944384 1 13543 0 0 0 0 4 3 20 0 6 0 405836295 10212057088 4203 33554432000 4194304 4196468 140733748694864 140283433155344 140283541702357 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23786] ppid=23726 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23786/stat : 23786 (java) S 23726 23729 19880 0 -1 1077944384 2 13543 0 0 0 0 4 3 20 0 6 0 405836295 10212057088 4203 33554432000 4194304 4196468 140733748694864 140283432102800 140283541702357 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210432 s]*
/proc/loadavg: 1.36 1.33 1.40 3/231 23795
/proc/meminfo: memFree=29575864/32770624 swapFree=66965564/67108860
[pid=23729] ppid=23726 vsize=10818940 memory=36736 CPUtime=0.25 cores=0,2,4,6
/proc/23729/stat : 23729 (java) S 23726 23729 19880 0 -1 1077944320 7021 13543 0 0 16 2 4 3 20 0 15 0 405836285 11078594560 9184 33554432000 4194304 4196468 140733748694864 140733748677408 140283541692151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
/proc/23729/statm: 2704735 9184 2982 1 0 2667149 0
[pid=23729/tid=23782] ppid=23726 vsize=10818940 memory=-8540663193526752614 CPUtime=0.18 cores=0,2,4,6
/proc/23729/task/23782/stat : 23782 (java) R 23726 23729 19880 0 -1 4202560 3507 13543 0 0 10 1 4 3 20 0 15 0 405836294 11078594560 9184 33554432000 4194304 4196468 140733748694864 140283513524720 140283541714077 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23783] ppid=23726 vsize=10818940 memory=4211974277759663498 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23783/stat : 23783 (java) S 23726 23729 19880 0 -1 1077944384 1 13543 0 0 0 0 4 3 20 0 15 0 405836295 11078594560 9184 33554432000 4194304 4196468 140733748694864 140283545934864 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23784] ppid=23726 vsize=10818940 memory=140551554872960 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23784/stat : 23784 (java) S 23726 23729 19880 0 -1 1077944384 1 13543 0 0 0 0 4 3 20 0 15 0 405836295 11078594560 9184 33554432000 4194304 4196468 140733748694864 140283434208400 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23785] ppid=23726 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23785/stat : 23785 (java) S 23726 23729 19880 0 -1 1077944384 1 13543 0 0 0 0 4 3 20 0 15 0 405836295 11078594560 9184 33554432000 4194304 4196468 140733748694864 140283433155344 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23786] ppid=23726 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23786/stat : 23786 (java) S 23726 23729 19880 0 -1 1077944384 2 13543 0 0 0 0 4 3 20 0 15 0 405836295 11078594560 9184 33554432000 4194304 4196468 140733748694864 140283432102800 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23787] ppid=23726 vsize=10818940 memory=140551554872960 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23787/stat : 23787 (java) S 23726 23729 19880 0 -1 1077944384 2 13543 0 0 0 0 4 3 20 0 15 0 405836297 11078594560 9184 33554432000 4194304 4196468 140733748694864 140282544728304 140283541703298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23788] ppid=23726 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23788/stat : 23788 (java) S 23726 23729 19880 0 -1 1077944384 33 13543 0 0 0 0 4 3 20 0 15 0 405836297 11078594560 9184 33554432000 4194304 4196468 140733748694864 140282543674528 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23789] ppid=23726 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23789/stat : 23789 (java) S 23726 23729 19880 0 -1 1077944384 1 13543 0 0 0 0 4 3 20 0 15 0 405836297 11078594560 9184 33554432000 4194304 4196468 140733748694864 140282423141104 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23790] ppid=23726 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23790/stat : 23790 (java) S 23726 23729 19880 0 -1 1077944384 3 13543 0 0 0 0 4 3 20 0 15 0 405836300 11078594560 9184 33554432000 4194304 4196468 140733748694864 140282115741648 140283541710747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23791] ppid=23726 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23729/task/23791/stat : 23791 (java) S 23726 23729 19880 0 -1 1077944384 360 13543 0 0 1 0 4 3 20 0 15 0 405836300 11078594560 9184 33554432000 4194304 4196468 140733748694864 140282510117616 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23792] ppid=23726 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23792/stat : 23792 (java) S 23726 23729 19880 0 -1 1077944384 278 13543 0 0 0 0 4 3 20 0 15 0 405836300 11078594560 9184 33554432000 4194304 4196468 140733748694864 140282509065072 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23793] ppid=23726 vsize=10818940 memory=140551554872960 CPUtime=0.1 cores=0,2,4,6
/proc/23729/task/23793/stat : 23793 (java) S 23726 23729 19880 0 -1 1077944384 618 13543 0 0 3 0 4 3 20 0 15 0 405836300 11078594560 9184 33554432000 4194304 4196468 140733748694864 140282508012016 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23794] ppid=23726 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23794/stat : 23794 (java) S 23726 23729 19880 0 -1 1077944384 3 13543 0 0 0 0 4 3 20 0 15 0 405836300 11078594560 9184 33554432000 4194304 4196468 140733748694864 140282082184032 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23795] ppid=23726 vsize=10818940 memory=140551554872960 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23795/stat : 23795 (java) S 23726 23729 19880 0 -1 1077944384 1 13543 0 0 0 0 4 3 20 0 15 0 405836301 11078594560 9184 33554432000 4194304 4196468 140733748694864 140282506959408 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 36736 KiB

[startup+0.310676 s]*
/proc/loadavg: 1.36 1.33 1.40 3/231 23795
/proc/meminfo: memFree=29564756/32770624 swapFree=66965564/67108860
[pid=23729] ppid=23726 vsize=10820096 memory=48068 CPUtime=0.39 cores=0,2,4,6
/proc/23729/stat : 23729 (java) S 23726 23729 19880 0 -1 1077944320 10770 13543 0 0 28 4 4 3 20 0 15 0 405836285 11079778304 12017 33554432000 4194304 4196468 140733748694864 140733748677408 140283541692151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
/proc/23729/statm: 2705024 12017 3236 1 0 2667149 0
[pid=23729/tid=23782] ppid=23726 vsize=10820096 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/23729/task/23782/stat : 23782 (java) R 23726 23729 19880 0 -1 4202560 7245 13543 0 0 18 3 4 3 20 0 15 0 405836294 11079778304 12017 33554432000 4194304 4196468 140733748694864 140283513491408 140283541714077 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23783] ppid=23726 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23783/stat : 23783 (java) S 23726 23729 19880 0 -1 1077944384 1 13543 0 0 0 0 4 3 20 0 15 0 405836295 11079778304 12017 33554432000 4194304 4196468 140733748694864 140283545934864 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23784] ppid=23726 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23784/stat : 23784 (java) S 23726 23729 19880 0 -1 1077944384 1 13543 0 0 0 0 4 3 20 0 15 0 405836295 11079778304 12017 33554432000 4194304 4196468 140733748694864 140283434208400 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23785] ppid=23726 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23785/stat : 23785 (java) S 23726 23729 19880 0 -1 1077944384 1 13543 0 0 0 0 4 3 20 0 15 0 405836295 11079778304 12017 33554432000 4194304 4196468 140733748694864 140283433155344 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23786] ppid=23726 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23786/stat : 23786 (java) S 23726 23729 19880 0 -1 1077944384 2 13543 0 0 0 0 4 3 20 0 15 0 405836295 11079778304 12017 33554432000 4194304 4196468 140733748694864 140283432102800 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23787] ppid=23726 vsize=10820096 memory=140551554872959 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23787/stat : 23787 (java) S 23726 23729 19880 0 -1 1077944384 2 13543 0 0 0 0 4 3 20 0 15 0 405836297 11079778304 12017 33554432000 4194304 4196468 140733748694864 140282544728304 140283541703298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23788] ppid=23726 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23788/stat : 23788 (java) S 23726 23729 19880 0 -1 1077944384 33 13543 0 0 0 0 4 3 20 0 15 0 405836297 11079778304 12017 33554432000 4194304 4196468 140733748694864 140282543674528 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23789] ppid=23726 vsize=10820096 memory=140551554872960 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23789/stat : 23789 (java) S 23726 23729 19880 0 -1 1077944384 1 13543 0 0 0 0 4 3 20 0 15 0 405836297 11079778304 12017 33554432000 4194304 4196468 140733748694864 140282423141104 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23790] ppid=23726 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23790/stat : 23790 (java) S 23726 23729 19880 0 -1 1077944384 3 13543 0 0 0 0 4 3 20 0 15 0 405836300 11079778304 12017 33554432000 4194304 4196468 140733748694864 140282115741648 140283541710747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23791] ppid=23726 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23729/task/23791/stat : 23791 (java) S 23726 23729 19880 0 -1 1077944384 361 13543 0 0 2 0 4 3 20 0 15 0 405836300 11079778304 12017 33554432000 4194304 4196468 140733748694864 140282510117616 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23792] ppid=23726 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23729/task/23792/stat : 23792 (java) S 23726 23729 19880 0 -1 1077944384 279 13543 0 0 1 0 4 3 20 0 15 0 405836300 11079778304 12017 33554432000 4194304 4196468 140733748694864 140282509065072 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23793] ppid=23726 vsize=10820096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/23729/task/23793/stat : 23793 (java) S 23726 23729 19880 0 -1 1077944384 627 13543 0 0 5 0 4 3 20 0 15 0 405836300 11079778304 12017 33554432000 4194304 4196468 140733748694864 140282508012016 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23794] ppid=23726 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23794/stat : 23794 (java) S 23726 23729 19880 0 -1 1077944384 3 13543 0 0 0 0 4 3 20 0 15 0 405836300 11079778304 12017 33554432000 4194304 4196468 140733748694864 140282082184032 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23795] ppid=23726 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23795/stat : 23795 (java) S 23726 23729 19880 0 -1 1077944384 1 13543 0 0 0 0 4 3 20 0 15 0 405836301 11079778304 12017 33554432000 4194304 4196468 140733748694864 140282506959408 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 48068 KiB

[startup+0.700731 s]
/proc/loadavg: 1.36 1.33 1.40 6/231 23795
/proc/meminfo: memFree=29551632/32770624 swapFree=66965564/67108860
[pid=23729] ppid=23726 vsize=10824340 memory=78332 CPUtime=1.13 cores=0,2,4,6
/proc/23729/stat : 23729 (java) S 23726 23729 19880 0 -1 1077944320 14824 13543 0 0 100 6 4 3 20 0 15 0 405836285 11084124160 19583 33554432000 4194304 4196468 140733748694864 140733748677408 140283541692151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
/proc/23729/statm: 2706085 19583 3508 1 0 2668173 0
[pid=23729/tid=23782] ppid=23726 vsize=10824340 memory=18752 CPUtime=0.65 cores=0,2,4,6
/proc/23729/task/23782/stat : 23782 (java) R 23726 23729 19880 0 -1 4202560 10483 13543 0 0 54 4 4 3 20 0 15 0 405836294 11084124160 19583 33554432000 4194304 4196468 140733748694864 140283513518736 140283541714077 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23783] ppid=23726 vsize=10824340 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23783/stat : 23783 (java) S 23726 23729 19880 0 -1 1077944384 1 13543 0 0 0 0 4 3 20 0 15 0 405836295 11084124160 19583 33554432000 4194304 4196468 140733748694864 140283545934864 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23784] ppid=23726 vsize=10824340 memory=140551395779075 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23784/stat : 23784 (java) S 23726 23729 19880 0 -1 1077944384 1 13543 0 0 0 0 4 3 20 0 15 0 405836295 11084124160 19583 33554432000 4194304 4196468 140733748694864 140283434208400 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23785] ppid=23726 vsize=10824340 memory=140552804762501 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23785/stat : 23785 (java) S 23726 23729 19880 0 -1 1077944384 1 13543 0 0 0 0 4 3 20 0 15 0 405836295 11084124160 19583 33554432000 4194304 4196468 140733748694864 140283433155344 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23786] ppid=23726 vsize=10824340 memory=1564 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23786/stat : 23786 (java) S 23726 23729 19880 0 -1 1077944384 2 13543 0 0 0 0 4 3 20 0 15 0 405836295 11084124160 19583 33554432000 4194304 4196468 140733748694864 140283432102800 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23787] ppid=23726 vsize=10824340 memory=5794564071169546345 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23787/stat : 23787 (java) S 23726 23729 19880 0 -1 1077944384 5 13543 0 0 0 0 4 3 20 0 15 0 405836297 11084124160 19583 33554432000 4194304 4196468 140733748694864 140282544728304 140283541703298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23788] ppid=23726 vsize=10824340 memory=7380106142448641899 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23788/stat : 23788 (java) S 23726 23729 19880 0 -1 1077944384 33 13543 0 0 0 0 4 3 20 0 15 0 405836297 11084124160 19583 33554432000 4194304 4196468 140733748694864 140282543674528 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23789] ppid=23726 vsize=10824340 memory=7301858164987948385 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23789/stat : 23789 (java) S 23726 23729 19880 0 -1 1077944384 1 13543 0 0 0 0 4 3 20 0 15 0 405836297 11084124160 19613 33554432000 4194304 4196468 140733748694864 140282423141104 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23790] ppid=23726 vsize=10824340 memory=-5874771483550389462 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23790/stat : 23790 (java) S 23726 23729 19880 0 -1 1077944384 3 13543 0 0 0 0 4 3 20 0 15 0 405836300 11084124160 19613 33554432000 4194304 4196468 140733748694864 140282115741648 140283541710747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23791] ppid=23726 vsize=10824340 memory=-7533522213388100735 CPUtime=0.22 cores=0,2,4,6
/proc/23729/task/23791/stat : 23791 (java) S 23726 23729 19880 0 -1 1077944384 709 13543 0 0 15 0 4 3 20 0 15 0 405836300 11084124160 19613 33554432000 4194304 4196468 140733748694864 140282510117616 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23792] ppid=23726 vsize=10824340 memory=7679937539659563834 CPUtime=0.19 cores=0,2,4,6
/proc/23729/task/23792/stat : 23792 (java) S 23726 23729 19880 0 -1 1077944384 561 13543 0 0 12 0 4 3 20 0 15 0 405836300 11084124160 19613 33554432000 4194304 4196468 140733748694864 140282509065072 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23793] ppid=23726 vsize=10824340 memory=7682744562830902035 CPUtime=0.24 cores=0,2,4,6
/proc/23729/task/23793/stat : 23793 (java) S 23726 23729 19880 0 -1 1077944384 814 13543 0 0 17 0 4 3 20 0 15 0 405836300 11084124160 19613 33554432000 4194304 4196468 140733748694864 140282508012016 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23794] ppid=23726 vsize=10824340 memory=4137287014106042739 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23794/stat : 23794 (java) S 23726 23729 19880 0 -1 1077944384 3 13543 0 0 0 0 4 3 20 0 15 0 405836300 11084124160 19613 33554432000 4194304 4196468 140733748694864 140282082184032 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23795] ppid=23726 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23795/stat : 23795 (java) S 23726 23729 19880 0 -1 1077944384 1 13543 0 0 0 0 4 3 20 0 15 0 405836301 11084124160 19613 33554432000 4194304 4196468 140733748694864 140282506959408 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 78332 KiB

[startup+1.50067 s]
/proc/loadavg: 1.36 1.33 1.40 6/230 23795
/proc/meminfo: memFree=29486404/32770624 swapFree=66965564/67108860
[pid=23729] ppid=23726 vsize=10832608 memory=225332 CPUtime=3.01 cores=0,2,4,6
/proc/23729/stat : 23729 (java) S 23726 23729 19880 0 -1 1077944320 25047 13543 0 0 281 13 4 3 20 0 15 0 405836285 11092590592 56333 33554432000 4194304 4196468 140733748694864 140733748677408 140283541692151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
/proc/23729/statm: 2708152 56333 3581 1 0 2670221 0
[pid=23729/tid=23782] ppid=23726 vsize=10832608 memory=0 CPUtime=1.41 cores=0,2,4,6
/proc/23729/task/23782/stat : 23782 (java) R 23726 23729 19880 0 -1 4202560 15254 13543 0 0 127 7 4 3 20 0 15 0 405836294 11092590592 56333 33554432000 4194304 4196468 140733748694864 140283513522944 140283541704086 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23783] ppid=23726 vsize=10832608 memory=102696 CPUtime=0.08 cores=0,2,4,6
/proc/23729/task/23783/stat : 23783 (java) S 23726 23729 19880 0 -1 1077944384 44 13543 0 0 1 0 4 3 20 0 15 0 405836295 11092590592 56333 33554432000 4194304 4196468 140733748694864 140283545934864 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23784] ppid=23726 vsize=10832608 memory=5790086053191909267 CPUtime=0.08 cores=0,2,4,6
/proc/23729/task/23784/stat : 23784 (java) S 23726 23729 19880 0 -1 1077944384 21 13543 0 0 1 0 4 3 20 0 15 0 405836295 11092590592 56333 33554432000 4194304 4196468 140733748694864 140283434208400 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23785] ppid=23726 vsize=10832608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23729/task/23785/stat : 23785 (java) S 23726 23729 19880 0 -1 1077944384 261 13543 0 0 1 0 4 3 20 0 15 0 405836295 11092590592 56333 33554432000 4194304 4196468 140733748694864 140283433155344 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23786] ppid=23726 vsize=10832608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23729/task/23786/stat : 23786 (java) S 23726 23729 19880 0 -1 1077944384 69 13543 0 0 1 0 4 3 20 0 15 0 405836295 11092590592 56333 33554432000 4194304 4196468 140733748694864 140283432102800 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23787] ppid=23726 vsize=10832608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23729/task/23787/stat : 23787 (java) S 23726 23729 19880 0 -1 1077944384 92 13543 0 0 1 0 4 3 20 0 15 0 405836297 11092590592 56333 33554432000 4194304 4196468 140733748694864 140282544728304 140283541703298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23788] ppid=23726 vsize=10832608 memory=-6221781267475802396 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23788/stat : 23788 (java) S 23726 23729 19880 0 -1 1077944384 34 13543 0 0 0 0 4 3 20 0 15 0 405836297 11092590592 56333 33554432000 4194304 4196468 140733748694864 140282543674592 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23789] ppid=23726 vsize=10832608 memory=1764 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23789/stat : 23789 (java) S 23726 23729 19880 0 -1 1077944384 1 13543 0 0 0 0 4 3 20 0 15 0 405836297 11092590592 56333 33554432000 4194304 4196468 140733748694864 140282423141104 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23790] ppid=23726 vsize=10832608 memory=111632 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23790/stat : 23790 (java) S 23726 23729 19880 0 -1 1077944384 3 13543 0 0 0 0 4 3 20 0 15 0 405836300 11092590592 56333 33554432000 4194304 4196468 140733748694864 140282115741648 140283541710747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23791] ppid=23726 vsize=10832608 memory=0 CPUtime=0.61 cores=0,2,4,6
/proc/23729/task/23791/stat : 23791 (java) S 23726 23729 19880 0 -1 1077944384 2358 13543 0 0 54 0 4 3 20 0 15 0 405836300 11092590592 56333 33554432000 4194304 4196468 140733748694864 140282510117616 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23792] ppid=23726 vsize=10832608 memory=242715782615818 CPUtime=0.61 cores=0,2,4,6
/proc/23729/task/23792/stat : 23792 (java) S 23726 23729 19880 0 -1 1077944384 2821 13543 0 0 54 0 4 3 20 0 15 0 405836300 11092590592 56333 33554432000 4194304 4196468 140733748694864 140282509065072 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23793] ppid=23726 vsize=10832608 memory=1226649 CPUtime=0.43 cores=0,2,4,6
/proc/23729/task/23793/stat : 23793 (java) S 23726 23729 19880 0 -1 1077944384 1876 13543 0 0 36 0 4 3 20 0 15 0 405836300 11092590592 56333 33554432000 4194304 4196468 140733748694864 140282508012016 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23794] ppid=23726 vsize=10832608 memory=6935649255759569234 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23794/stat : 23794 (java) S 23726 23729 19880 0 -1 1077944384 3 13543 0 0 0 0 4 3 20 0 15 0 405836300 11092590592 56333 33554432000 4194304 4196468 140733748694864 140282082184032 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23795] ppid=23726 vsize=10832608 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23795/stat : 23795 (java) S 23726 23729 19880 0 -1 1077944384 1 13543 0 0 0 0 4 3 20 0 15 0 405836301 11092590592 56333 33554432000 4194304 4196468 140733748694864 140282506959408 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 10832608 KiB

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

[pid=23729/tid=23794] ppid=23726 vsize=10849012 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23794/stat : 23794 (java) S 23726 23729 19880 0 -1 1077944384 3 13543 0 0 0 0 4 3 20 0 15 0 405836300 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282082184032 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23795] ppid=23726 vsize=10849012 memory=2120 CPUtime=0.32 cores=0,2,4,6
/proc/23729/task/23795/stat : 23795 (java) S 23726 23729 19880 0 -1 1077944384 782 13543 0 0 14 11 4 3 20 0 15 0 405836301 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282506959408 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
Current children cumulated CPU time: 671.93 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 2082008 KiB

[startup+656.801 s]
/proc/loadavg: 1.48 1.54 1.50 4/232 23856
/proc/meminfo: memFree=27501064/32770624 swapFree=66965568/67108860
[pid=23729] ppid=23726 vsize=10849012 memory=2082008 CPUtime=672.72 cores=0,2,4,6
/proc/23729/stat : 23729 (java) S 23726 23729 19880 0 -1 1077944320 161850 13543 0 0 67149 116 4 3 20 0 15 0 405836285 11109388288 520502 33554432000 4194304 4196468 140733748694864 140733748677408 140283541692151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
/proc/23729/statm: 2712253 520502 3620 1 0 2674317 0
[pid=23729/tid=23782] ppid=23726 vsize=10849012 memory=984 CPUtime=656.03 cores=0,2,4,6
/proc/23729/task/23782/stat : 23782 (java) R 23726 23729 19880 0 -1 4202560 58798 13543 0 0 65557 39 4 3 20 0 15 0 405836294 11109388288 520502 33554432000 4194304 4196468 140733748694864 140283513519104 140283115999588 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23783] ppid=23726 vsize=10849012 memory=2048 CPUtime=0.57 cores=0,2,4,6
/proc/23729/task/23783/stat : 23783 (java) S 23726 23729 19880 0 -1 1077944384 5614 13543 0 0 39 11 4 3 20 0 15 0 405836295 11109388288 520502 33554432000 4194304 4196468 140733748694864 140283545934864 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23784] ppid=23726 vsize=10849012 memory=1240 CPUtime=0.57 cores=0,2,4,6
/proc/23729/task/23784/stat : 23784 (java) S 23726 23729 19880 0 -1 1077944384 2463 13543 0 0 38 12 4 3 20 0 15 0 405836295 11109388288 520502 33554432000 4194304 4196468 140733748694864 140283434208400 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23785] ppid=23726 vsize=10849012 memory=3428 CPUtime=0.57 cores=0,2,4,6
/proc/23729/task/23785/stat : 23785 (java) S 23726 23729 19880 0 -1 1077944384 4667 13543 0 0 38 12 4 3 20 0 15 0 405836295 11109388288 520502 33554432000 4194304 4196468 140733748694864 140283433155344 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23786] ppid=23726 vsize=10849012 memory=6791534058613427641 CPUtime=0.57 cores=0,2,4,6
/proc/23729/task/23786/stat : 23786 (java) S 23726 23729 19880 0 -1 1077944384 1324 13543 0 0 38 12 4 3 20 0 15 0 405836295 11109388288 520502 33554432000 4194304 4196468 140733748694864 140283432102800 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23787] ppid=23726 vsize=10849012 memory=1764 CPUtime=0.19 cores=0,2,4,6
/proc/23729/task/23787/stat : 23787 (java) S 23726 23729 19880 0 -1 1077944384 8321 13543 0 0 10 2 4 3 20 0 15 0 405836297 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282544728304 140283541703298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23788] ppid=23726 vsize=10849012 memory=111632 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23788/stat : 23788 (java) S 23726 23729 19880 0 -1 1077944384 51 13543 0 0 0 0 4 3 20 0 15 0 405836297 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282543674656 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23789] ppid=23726 vsize=10849012 memory=800 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23789/stat : 23789 (java) S 23726 23729 19880 0 -1 1077944384 16 13543 0 0 0 0 4 3 20 0 15 0 405836297 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282423141120 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23790] ppid=23726 vsize=10849012 memory=1632 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23790/stat : 23790 (java) S 23726 23729 19880 0 -1 1077944384 3 13543 0 0 0 0 4 3 20 0 15 0 405836300 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282115741648 140283541710747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23791] ppid=23726 vsize=10849012 memory=1800 CPUtime=5.29 cores=0,2,4,6
/proc/23729/task/23791/stat : 23791 (java) S 23726 23729 19880 0 -1 1077944384 21860 13543 0 0 517 5 4 3 20 0 15 0 405836300 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282510117616 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23792] ppid=23726 vsize=10849012 memory=924 CPUtime=5.65 cores=0,2,4,6
/proc/23729/task/23792/stat : 23792 (java) S 23726 23729 19880 0 -1 1077944384 25517 13543 0 0 553 5 4 3 20 0 15 0 405836300 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282509065072 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23793] ppid=23726 vsize=10849012 memory=6791534058613427641 CPUtime=3.46 cores=0,2,4,6
/proc/23729/task/23793/stat : 23793 (java) S 23726 23729 19880 0 -1 1077944384 30221 13543 0 0 333 6 4 3 20 0 15 0 405836300 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282508012016 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 21 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23794] ppid=23726 vsize=10849012 memory=1052 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23794/stat : 23794 (java) S 23726 23729 19880 0 -1 1077944384 3 13543 0 0 0 0 4 3 20 0 15 0 405836300 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282082184032 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23795] ppid=23726 vsize=10849012 memory=2832 CPUtime=0.32 cores=0,2,4,6
/proc/23729/task/23795/stat : 23795 (java) S 23726 23729 19880 0 -1 1077944384 782 13543 0 0 14 11 4 3 20 0 15 0 405836301 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282506959408 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
Current children cumulated CPU time: 672.72 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 2082008 KiB

[startup+657.601 s]
/proc/loadavg: 1.48 1.54 1.50 4/232 23856
/proc/meminfo: memFree=27501064/32770624 swapFree=66965568/67108860
[pid=23729] ppid=23726 vsize=10849012 memory=2082008 CPUtime=673.52 cores=0,2,4,6
/proc/23729/stat : 23729 (java) S 23726 23729 19880 0 -1 1077944320 161963 13543 0 0 67229 116 4 3 20 0 15 0 405836285 11109388288 520502 33554432000 4194304 4196468 140733748694864 140733748677408 140283541692151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
/proc/23729/statm: 2712253 520502 3620 1 0 2674317 0
[pid=23729/tid=23782] ppid=23726 vsize=10849012 memory=1800 CPUtime=656.83 cores=0,2,4,6
/proc/23729/task/23782/stat : 23782 (java) R 23726 23729 19880 0 -1 4202560 58803 13543 0 0 65637 39 4 3 20 0 15 0 405836294 11109388288 520502 33554432000 4194304 4196468 140733748694864 140283513527048 140283116004640 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23783] ppid=23726 vsize=10849012 memory=924 CPUtime=0.57 cores=0,2,4,6
/proc/23729/task/23783/stat : 23783 (java) S 23726 23729 19880 0 -1 1077944384 5614 13543 0 0 39 11 4 3 20 0 15 0 405836295 11109388288 520502 33554432000 4194304 4196468 140733748694864 140283545934864 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23784] ppid=23726 vsize=10849012 memory=7976 CPUtime=0.57 cores=0,2,4,6
/proc/23729/task/23784/stat : 23784 (java) S 23726 23729 19880 0 -1 1077944384 2463 13543 0 0 38 12 4 3 20 0 15 0 405836295 11109388288 520502 33554432000 4194304 4196468 140733748694864 140283434208400 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23785] ppid=23726 vsize=10849012 memory=1560 CPUtime=0.57 cores=0,2,4,6
/proc/23729/task/23785/stat : 23785 (java) S 23726 23729 19880 0 -1 1077944384 4667 13543 0 0 38 12 4 3 20 0 15 0 405836295 11109388288 520502 33554432000 4194304 4196468 140733748694864 140283433155344 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23786] ppid=23726 vsize=10849012 memory=14008 CPUtime=0.57 cores=0,2,4,6
/proc/23729/task/23786/stat : 23786 (java) S 23726 23729 19880 0 -1 1077944384 1324 13543 0 0 38 12 4 3 20 0 15 0 405836295 11109388288 520502 33554432000 4194304 4196468 140733748694864 140283432102800 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23787] ppid=23726 vsize=10849012 memory=6791534058613427641 CPUtime=0.19 cores=0,2,4,6
/proc/23729/task/23787/stat : 23787 (java) S 23726 23729 19880 0 -1 1077944384 8321 13543 0 0 10 2 4 3 20 0 15 0 405836297 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282544728304 140283541703298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23788] ppid=23726 vsize=10849012 memory=2082008 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23788/stat : 23788 (java) S 23726 23729 19880 0 -1 1077944384 51 13543 0 0 0 0 4 3 20 0 15 0 405836297 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282543674656 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23789] ppid=23726 vsize=10849012 memory=18760 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23789/stat : 23789 (java) S 23726 23729 19880 0 -1 1077944384 16 13543 0 0 0 0 4 3 20 0 15 0 405836297 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282423141120 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23790] ppid=23726 vsize=10849012 memory=984 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23790/stat : 23790 (java) S 23726 23729 19880 0 -1 1077944384 3 13543 0 0 0 0 4 3 20 0 15 0 405836300 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282115741648 140283541710747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23791] ppid=23726 vsize=10849012 memory=2048 CPUtime=5.3 cores=0,2,4,6
/proc/23729/task/23791/stat : 23791 (java) S 23726 23729 19880 0 -1 1077944384 21860 13543 0 0 518 5 4 3 20 0 15 0 405836300 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282510117616 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23792] ppid=23726 vsize=10849012 memory=3624 CPUtime=5.66 cores=0,2,4,6
/proc/23729/task/23792/stat : 23792 (java) S 23726 23729 19880 0 -1 1077944384 25528 13543 0 0 554 5 4 3 20 0 15 0 405836300 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282509065072 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23793] ppid=23726 vsize=10849012 memory=18760 CPUtime=3.46 cores=0,2,4,6
/proc/23729/task/23793/stat : 23793 (java) S 23726 23729 19880 0 -1 1077944384 30318 13543 0 0 333 6 4 3 20 0 15 0 405836300 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282508012016 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 21 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23794] ppid=23726 vsize=10849012 memory=984 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23794/stat : 23794 (java) S 23726 23729 19880 0 -1 1077944384 3 13543 0 0 0 0 4 3 20 0 15 0 405836300 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282082184032 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23795] ppid=23726 vsize=10849012 memory=2048 CPUtime=0.32 cores=0,2,4,6
/proc/23729/task/23795/stat : 23795 (java) S 23726 23729 19880 0 -1 1077944384 782 13543 0 0 14 11 4 3 20 0 15 0 405836301 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282506959408 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
Current children cumulated CPU time: 673.52 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 2082008 KiB

[startup+658.001 s]*
/proc/loadavg: 1.48 1.54 1.50 4/232 23856
/proc/meminfo: memFree=27501064/32770624 swapFree=66965568/67108860
[pid=23729] ppid=23726 vsize=10849012 memory=2082008 CPUtime=673.93 cores=0,2,4,6
/proc/23729/stat : 23729 (java) S 23726 23729 19880 0 -1 1077944320 162182 13543 0 0 67270 116 4 3 20 0 15 0 405836285 11109388288 520502 33554432000 4194304 4196468 140733748694864 140733748677408 140283541692151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
/proc/23729/statm: 2712253 520502 3620 1 0 2674317 0
[pid=23729/tid=23782] ppid=23726 vsize=10849012 memory=6791534058613427641 CPUtime=657.23 cores=0,2,4,6
/proc/23729/task/23782/stat : 23782 (java) R 23726 23729 19880 0 -1 4202560 58804 13543 0 0 65677 39 4 3 20 0 15 0 405836294 11109388288 520502 33554432000 4194304 4196468 140733748694864 140283513525552 140283121150152 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23783] ppid=23726 vsize=10849012 memory=-7003737579269690708 CPUtime=0.57 cores=0,2,4,6
/proc/23729/task/23783/stat : 23783 (java) S 23726 23729 19880 0 -1 1077944384 5614 13543 0 0 39 11 4 3 20 0 15 0 405836295 11109388288 520502 33554432000 4194304 4196468 140733748694864 140283545934864 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23784] ppid=23726 vsize=10849012 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/23729/task/23784/stat : 23784 (java) S 23726 23729 19880 0 -1 1077944384 2463 13543 0 0 38 12 4 3 20 0 15 0 405836295 11109388288 520502 33554432000 4194304 4196468 140733748694864 140283434208400 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23785] ppid=23726 vsize=10849012 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/23729/task/23785/stat : 23785 (java) S 23726 23729 19880 0 -1 1077944384 4667 13543 0 0 38 12 4 3 20 0 15 0 405836295 11109388288 520502 33554432000 4194304 4196468 140733748694864 140283433155344 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23786] ppid=23726 vsize=10849012 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/23729/task/23786/stat : 23786 (java) S 23726 23729 19880 0 -1 1077944384 1324 13543 0 0 38 12 4 3 20 0 15 0 405836295 11109388288 520502 33554432000 4194304 4196468 140733748694864 140283432102800 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23787] ppid=23726 vsize=10849012 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/23729/task/23787/stat : 23787 (java) S 23726 23729 19880 0 -1 1077944384 8321 13543 0 0 10 2 4 3 20 0 15 0 405836297 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282544728304 140283541703298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23788] ppid=23726 vsize=10849012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23788/stat : 23788 (java) S 23726 23729 19880 0 -1 1077944384 51 13543 0 0 0 0 4 3 20 0 15 0 405836297 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282543674656 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23789] ppid=23726 vsize=10849012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23789/stat : 23789 (java) S 23726 23729 19880 0 -1 1077944384 16 13543 0 0 0 0 4 3 20 0 15 0 405836297 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282423141120 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23790] ppid=23726 vsize=10849012 memory=2276 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23790/stat : 23790 (java) S 23726 23729 19880 0 -1 1077944384 3 13543 0 0 0 0 4 3 20 0 15 0 405836300 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282115741648 140283541710747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23791] ppid=23726 vsize=10849012 memory=2832 CPUtime=5.3 cores=0,2,4,6
/proc/23729/task/23791/stat : 23791 (java) S 23726 23729 19880 0 -1 1077944384 22001 13543 0 0 518 5 4 3 20 0 15 0 405836300 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282510117616 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23792] ppid=23726 vsize=10849012 memory=9328 CPUtime=5.66 cores=0,2,4,6
/proc/23729/task/23792/stat : 23792 (java) S 23726 23729 19880 0 -1 1077944384 25528 13543 0 0 554 5 4 3 20 0 15 0 405836300 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282509065072 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23793] ppid=23726 vsize=10849012 memory=1716 CPUtime=3.46 cores=0,2,4,6
/proc/23729/task/23793/stat : 23793 (java) S 23726 23729 19880 0 -1 1077944384 30395 13543 0 0 333 6 4 3 20 0 15 0 405836300 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282508012016 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 21 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23794] ppid=23726 vsize=10849012 memory=1216 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23794/stat : 23794 (java) S 23726 23729 19880 0 -1 1077944384 3 13543 0 0 0 0 4 3 20 0 15 0 405836300 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282082184032 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23795] ppid=23726 vsize=10849012 memory=1000 CPUtime=0.32 cores=0,2,4,6
/proc/23729/task/23795/stat : 23795 (java) S 23726 23729 19880 0 -1 1077944384 782 13543 0 0 14 11 4 3 20 0 15 0 405836301 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282506959408 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
Current children cumulated CPU time: 673.93 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 2082008 KiB

[startup+658.11 s]
/proc/loadavg: 1.48 1.54 1.50 4/232 23856
/proc/meminfo: memFree=27501064/32770624 swapFree=66965568/67108860
[pid=23729] ppid=23726 vsize=10849012 memory=2082008 CPUtime=674.03 cores=0,2,4,6
/proc/23729/stat : 23729 (java) S 23726 23729 19880 0 -1 1077944320 162182 13543 0 0 67280 116 4 3 20 0 15 0 405836285 11109388288 520502 33554432000 4194304 4196468 140733748694864 140733748677408 140283541692151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
/proc/23729/statm: 2712253 520502 3620 1 0 2674317 0
[pid=23729/tid=23782] ppid=23726 vsize=10849012 memory=2082008 CPUtime=657.34 cores=0,2,4,6
/proc/23729/task/23782/stat : 23782 (java) R 23726 23729 19880 0 -1 4202560 58804 13543 0 0 65688 39 4 3 20 0 15 0 405836294 11109388288 520502 33554432000 4194304 4196468 140733748694864 140283513525552 140283116000349 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23783] ppid=23726 vsize=10849012 memory=2082008 CPUtime=0.57 cores=0,2,4,6
/proc/23729/task/23783/stat : 23783 (java) S 23726 23729 19880 0 -1 1077944384 5614 13543 0 0 39 11 4 3 20 0 15 0 405836295 11109388288 520502 33554432000 4194304 4196468 140733748694864 140283545934864 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23784] ppid=23726 vsize=10849012 memory=2082008 CPUtime=0.57 cores=0,2,4,6
/proc/23729/task/23784/stat : 23784 (java) S 23726 23729 19880 0 -1 1077944384 2463 13543 0 0 38 12 4 3 20 0 15 0 405836295 11109388288 520502 33554432000 4194304 4196468 140733748694864 140283434208400 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23785] ppid=23726 vsize=10849012 memory=2082008 CPUtime=0.57 cores=0,2,4,6
/proc/23729/task/23785/stat : 23785 (java) S 23726 23729 19880 0 -1 1077944384 4667 13543 0 0 38 12 4 3 20 0 15 0 405836295 11109388288 520502 33554432000 4194304 4196468 140733748694864 140283433155344 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23786] ppid=23726 vsize=10849012 memory=2082008 CPUtime=0.57 cores=0,2,4,6
/proc/23729/task/23786/stat : 23786 (java) S 23726 23729 19880 0 -1 1077944384 1324 13543 0 0 38 12 4 3 20 0 15 0 405836295 11109388288 520502 33554432000 4194304 4196468 140733748694864 140283432102800 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23787] ppid=23726 vsize=10849012 memory=2082008 CPUtime=0.19 cores=0,2,4,6
/proc/23729/task/23787/stat : 23787 (java) S 23726 23729 19880 0 -1 1077944384 8321 13543 0 0 10 2 4 3 20 0 15 0 405836297 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282544728304 140283541703298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23788] ppid=23726 vsize=10849012 memory=1240 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23788/stat : 23788 (java) S 23726 23729 19880 0 -1 1077944384 51 13543 0 0 0 0 4 3 20 0 15 0 405836297 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282543674656 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23789] ppid=23726 vsize=10849012 memory=2082008 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23789/stat : 23789 (java) S 23726 23729 19880 0 -1 1077944384 16 13543 0 0 0 0 4 3 20 0 15 0 405836297 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282423141120 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23790] ppid=23726 vsize=10849012 memory=2082008 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23790/stat : 23790 (java) S 23726 23729 19880 0 -1 1077944384 3 13543 0 0 0 0 4 3 20 0 15 0 405836300 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282115741648 140283541710747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23791] ppid=23726 vsize=10849012 memory=2082008 CPUtime=5.3 cores=0,2,4,6
/proc/23729/task/23791/stat : 23791 (java) S 23726 23729 19880 0 -1 1077944384 22001 13543 0 0 518 5 4 3 20 0 15 0 405836300 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282510117616 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23792] ppid=23726 vsize=10849012 memory=2082008 CPUtime=5.66 cores=0,2,4,6
/proc/23729/task/23792/stat : 23792 (java) S 23726 23729 19880 0 -1 1077944384 25528 13543 0 0 554 5 4 3 20 0 15 0 405836300 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282509065072 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23793] ppid=23726 vsize=10849012 memory=2082008 CPUtime=3.46 cores=0,2,4,6
/proc/23729/task/23793/stat : 23793 (java) S 23726 23729 19880 0 -1 1077944384 30395 13543 0 0 333 6 4 3 20 0 15 0 405836300 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282508012016 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 21 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23794] ppid=23726 vsize=10849012 memory=2082008 CPUtime=0.07 cores=0,2,4,6
/proc/23729/task/23794/stat : 23794 (java) S 23726 23729 19880 0 -1 1077944384 3 13543 0 0 0 0 4 3 20 0 15 0 405836300 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282082184032 140283541702357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
[pid=23729/tid=23795] ppid=23726 vsize=10849012 memory=2082008 CPUtime=0.32 cores=0,2,4,6
/proc/23729/task/23795/stat : 23795 (java) S 23726 23729 19880 0 -1 1077944384 782 13543 0 0 14 11 4 3 20 0 15 0 405836301 11109388288 520502 33554432000 4194304 4196468 140733748694864 140282506959408 140283541703298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 12857344 140733748697845 140733748700357 140733748700357 140733748703183 0
Current children cumulated CPU time: 674.03 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 2082008 KiB

Child status: 0
Real time (s): 658.148
CPU time (s): 674.097
CPU user time (s): 672.876
CPU system time (s): 1.22101
CPU usage (%): 102.423
Max. virtual memory (cumulated for all children) (KiB): 10849012
Max. memory (cumulated for all children) (KiB): 2139520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 672.876
system time used= 1.22101
maximum resident set size= 2153856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176608
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29587
involuntary context switches= 686


# summary of solver processes directly reported to runsolver:
#   pid: 23729
#   total CPU time (s): 674.097
#   total CPU user time (s): 672.876
#   total CPU system time (s): 1.22101

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.94696 second user time and 6.1393 second system time

The end

Launcher Data

Begin job on node135 at 2019-09-12 15:43:47
IDJOB=4387221
IDBENCH=128018
IDSOLVER=2823
FILE ID=node135/4387221-1568295867
RUNJOBID= node135-1568286944-21597
PBS_JOBID= 21701073
Free space on /tmp= 56716 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-25-5-5-0.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387221-1568295867/watcher-4387221-1568295867 -o /tmp/evaluation-result-4387221-1568295867/solver-4387221-1568295867 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568286944-21597 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1724380115 HOME/instance-4387221-1568295867.xml

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

MD5SUM BENCH= 297e7ff3843a631e244fdcc6d730e090
RANDOM SEED=1724380115

node135.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.76
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.76
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.76
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.76
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:        29599452 kB
MemAvailable:   30437588 kB
Buffers:           99600 kB
Cached:          1003548 kB
SwapCached:        36312 kB
Active:          1904200 kB
Inactive:         664412 kB
Active(anon):    1435868 kB
Inactive(anon):    60348 kB
Active(file):     468332 kB
Inactive(file):   604064 kB
Unevictable:      108968 kB
Mlocked:          108968 kB
SwapTotal:      67108860 kB
SwapFree:       66965564 kB
Dirty:             35948 kB
Writeback:             0 kB
AnonPages:       1538924 kB
Mapped:            46548 kB
Shmem:             22024 kB
Slab:             193788 kB
SReclaimable:     163152 kB
SUnreclaim:        30636 kB
KernelStack:        3760 kB
PageTables:         8564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2667872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1415168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 56680 MiB
End job on node135 at 2019-09-12 15:54:45