Trace number 4302350

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.9.2OPT44 17.9377 11.232

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-09_c18.xml
MD5SUM967738086e80168f9eb4b0337d9e8cf6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark1.83173
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
7.01/3.59	o 81
7.33/3.65	o 76
7.33/3.67	o 75
7.65/3.70	o 72
7.65/3.73	o 69
7.99/3.84	o 68
7.99/3.85	o 67
7.99/3.87	o 66
7.99/3.88	o 63
7.99/3.89	o 62
8.34/3.90	o 61
8.34/3.91	o 56
8.34/3.95	o 55
8.34/3.95	o 54
8.98/4.12	o 53
8.98/4.16	o 52
9.76/4.52	o 51
10.00/4.65	o 50
10.00/4.65	o 49
10.19/4.71	o 47
12.16/6.22	o 45
16.37/9.70	o 44
17.89/11.21	v <instantiation cost="44">
17.89/11.21	v       <list>
17.89/11.21	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][5] y[4][6] y[4][7] y[4][8] y[5][6] y[5][7] y[5][8] y[6][7] y[6][8] y[7][8]
17.89/11.21	v       </list>
17.89/11.21	v       <values>
17.89/11.21	v         0 1 5 12 25 27 35 41 44 1 5 12 25 27 35 41 44 4 11 24 26 34 40 43 7 20 22 30 36 39 13 15 23 29 32 2 10 16 19 8 14 17 6 9 3
17.89/11.21	v       </values>
17.89/11.21	v     </instantiation>
17.89/11.21	s OPTIMUM FOUND

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302350-1532897244/watcher-4302350-1532897244 -o /tmp/evaluation-result-4302350-1532897244/solver-4302350-1532897244 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13368 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=526589722 HOME/instance-4302350-1532897244.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
solver pid=16082, runsolver pid=16079
Current StackSize limit: 8192 KiB


[startup+0.100118 s]*
/proc/loadavg: 1.42 1.61 1.62 3/206 16139
/proc/meminfo: memFree=24538284/32770624 swapFree=67108688/67108860
[pid=16082] ppid=16079 vsize=10005480 memory=18336 CPUtime=0.09 cores=0,2,4,6
/proc/16082/stat : 16082 (java) S 16079 16082 6529 0 -1 1077944320 4247 13162 0 0 1 0 5 3 20 0 6 0 107287283 10245611520 4584 33554432000 4194304 4196468 140728870440272 140728870422816 139853272395511 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
/proc/16082/statm: 2501370 4584 1931 1 0 2489808 0
[pid=16082/tid=16135] ppid=16079 vsize=10005480 memory=4279135704013701263 CPUtime=0.09 cores=0,2,4,6
/proc/16082/task/16135/stat : 16135 (java) R 16079 16082 6529 0 -1 4202560 2056 13162 0 0 1 0 5 3 20 0 6 0 107287292 10245611520 4584 33554432000 4194304 4196468 140728870440272 139853244232272 139853272417437 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16136] ppid=16079 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16136/stat : 16136 (java) S 16079 16082 6529 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 6 0 107287293 10245611520 4584 33554432000 4194304 4196468 140728870440272 139853276638096 139853272405717 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16137] ppid=16079 vsize=10005480 memory=140341751207552 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16137/stat : 16137 (java) S 16079 16082 6529 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 6 0 107287293 10245611520 4584 33554432000 4194304 4196468 140728870440272 139853131356944 139853272405717 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16138] ppid=16079 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16138/stat : 16138 (java) S 16079 16082 6529 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 6 0 107287293 10245611520 4584 33554432000 4194304 4196468 140728870440272 139853130304656 139853272405717 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16139] ppid=16079 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16139/stat : 16139 (java) S 16079 16082 6529 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 6 0 107287293 10245611520 4584 33554432000 4194304 4196468 140728870440272 139853129251856 139853272405717 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18336 KiB

[startup+0.209905 s]*
/proc/loadavg: 1.42 1.61 1.62 3/215 16148
/proc/meminfo: memFree=24513496/32770624 swapFree=67108688/67108860
[pid=16082] ppid=16079 vsize=10982744 memory=46552 CPUtime=0.26 cores=0,2,4,6
/proc/16082/stat : 16082 (java) S 16079 16082 6529 0 -1 1077944320 7794 13162 0 0 16 2 5 3 20 0 15 0 107287283 11246329856 11638 33554432000 4194304 4196468 140728870440272 140728870422816 139853272395511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
/proc/16082/statm: 2745686 11638 2973 1 0 2708109 0
[pid=16082/tid=16135] ppid=16079 vsize=10982744 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/16082/task/16135/stat : 16135 (java) D 16079 16082 6529 0 -1 1077944384 4342 13162 0 0 11 1 5 3 20 0 15 0 107287292 11246329856 11638 33554432000 4194304 4196468 140728870440272 139853244220320 139853265074733 0 4 0 16800975 18446744072101572132 0 0 -1 2 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16136] ppid=16079 vsize=10982744 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16136/stat : 16136 (java) S 16079 16082 6529 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107287293 11246329856 11638 33554432000 4194304 4196468 140728870440272 139853276638096 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16137] ppid=16079 vsize=10982744 memory=140341751847420 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16137/stat : 16137 (java) S 16079 16082 6529 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 107287293 11246329856 11638 33554432000 4194304 4196468 140728870440272 139853131356944 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16138] ppid=16079 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16138/stat : 16138 (java) S 16079 16082 6529 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107287293 11246329856 11638 33554432000 4194304 4196468 140728870440272 139853130304656 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16139] ppid=16079 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16139/stat : 16139 (java) S 16079 16082 6529 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 107287293 11246329856 11638 33554432000 4194304 4196468 140728870440272 139853129251856 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16140] ppid=16079 vsize=10982776 memory=140341751207552 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16140/stat : 16140 (java) S 16079 16082 6529 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 107287294 11246362624 11638 33554432000 4194304 4196468 140728870440272 139852698294384 139853272406658 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16141] ppid=16079 vsize=10982776 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16141/stat : 16141 (java) S 16079 16082 6529 0 -1 1077944384 13 13162 0 0 0 0 5 3 20 0 15 0 107287295 11246362624 11638 33554432000 4194304 4196468 140728870440272 139852067627808 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16142] ppid=16079 vsize=10983736 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16142/stat : 16142 (java) S 16079 16082 6529 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107287295 11247345664 11638 33554432000 4194304 4196468 140728870440272 139851919778928 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16143] ppid=16079 vsize=10983736 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16143/stat : 16143 (java) S 16079 16082 6529 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107287298 11247345664 11704 33554432000 4194304 4196468 140728870440272 139851612379216 139853272414107 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16144] ppid=16079 vsize=10983736 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16082/task/16144/stat : 16144 (java) S 16079 16082 6529 0 -1 1077944384 357 13162 0 0 1 0 5 3 20 0 15 0 107287298 11247345664 11704 33554432000 4194304 4196468 140728870440272 139852697242224 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16145] ppid=16079 vsize=10983736 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16145/stat : 16145 (java) S 16079 16082 6529 0 -1 1077944384 267 13162 0 0 0 0 5 3 20 0 15 0 107287298 11247345664 11704 33554432000 4194304 4196468 140728870440272 139852696189424 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16146] ppid=16079 vsize=10983736 memory=140341751207552 CPUtime=0.11 cores=0,2,4,6
/proc/16082/task/16146/stat : 16146 (java) S 16079 16082 6529 0 -1 1077944384 609 13162 0 0 3 0 5 3 20 0 15 0 107287298 11247345664 11704 33554432000 4194304 4196468 140728870440272 139852695137136 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16147] ppid=16079 vsize=10983736 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16147/stat : 16147 (java) S 16079 16082 6529 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107287298 11247345664 11704 33554432000 4194304 4196468 140728870440272 139851181583328 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16148] ppid=16079 vsize=10983736 memory=140341751207552 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16148/stat : 16148 (java) S 16079 16082 6529 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107287298 11247345664 11770 33554432000 4194304 4196468 140728870440272 139852694084016 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 46552 KiB

[startup+0.310255 s]*
/proc/loadavg: 1.42 1.61 1.62 3/215 16148
/proc/meminfo: memFree=24501588/32770624 swapFree=67108688/67108860
[pid=16082] ppid=16079 vsize=10983192 memory=57196 CPUtime=0.39 cores=0,2,4,6
/proc/16082/stat : 16082 (java) S 16079 16082 6529 0 -1 1077944320 10292 13162 0 0 28 3 5 3 20 0 15 0 107287283 11246788608 14299 33554432000 4194304 4196468 140728870440272 140728870422816 139853272395511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
/proc/16082/statm: 2745798 14299 3092 1 0 2708109 0
[pid=16082/tid=16135] ppid=16079 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/16082/task/16135/stat : 16135 (java) R 16079 16082 6529 0 -1 4202560 6831 13162 0 0 19 1 5 3 20 0 15 0 107287292 11246788608 14299 33554432000 4194304 4196468 140728870440272 139853244207520 139853272417437 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16136] ppid=16079 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16136/stat : 16136 (java) S 16079 16082 6529 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107287293 11246788608 14299 33554432000 4194304 4196468 140728870440272 139853276638096 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16137] ppid=16079 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16137/stat : 16137 (java) S 16079 16082 6529 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 107287293 11246788608 14299 33554432000 4194304 4196468 140728870440272 139853131356944 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16138] ppid=16079 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16138/stat : 16138 (java) S 16079 16082 6529 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107287293 11246788608 14299 33554432000 4194304 4196468 140728870440272 139853130304656 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16139] ppid=16079 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16139/stat : 16139 (java) S 16079 16082 6529 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 107287293 11246788608 14299 33554432000 4194304 4196468 140728870440272 139853129251856 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16140] ppid=16079 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16140/stat : 16140 (java) S 16079 16082 6529 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 107287294 11246788608 14299 33554432000 4194304 4196468 140728870440272 139852698294384 139853272406658 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16141] ppid=16079 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16141/stat : 16141 (java) S 16079 16082 6529 0 -1 1077944384 13 13162 0 0 0 0 5 3 20 0 15 0 107287295 11246788608 14299 33554432000 4194304 4196468 140728870440272 139852067627808 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16142] ppid=16079 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16142/stat : 16142 (java) S 16079 16082 6529 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107287295 11246788608 14299 33554432000 4194304 4196468 140728870440272 139851919778928 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16143] ppid=16079 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16143/stat : 16143 (java) S 16079 16082 6529 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107287298 11246788608 14299 33554432000 4194304 4196468 140728870440272 139851612379216 139853272414107 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16144] ppid=16079 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16082/task/16144/stat : 16144 (java) S 16079 16082 6529 0 -1 1077944384 359 13162 0 0 1 0 5 3 20 0 15 0 107287298 11246788608 14299 33554432000 4194304 4196468 140728870440272 139852697242224 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16145] ppid=16079 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/16082/task/16145/stat : 16145 (java) S 16079 16082 6529 0 -1 1077944384 270 13162 0 0 1 0 5 3 20 0 15 0 107287298 11246788608 14299 33554432000 4194304 4196468 140728870440272 139852696189424 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16146] ppid=16079 vsize=10983192 memory=140341751207552 CPUtime=0.12 cores=0,2,4,6
/proc/16082/task/16146/stat : 16146 (java) S 16079 16082 6529 0 -1 1077944384 615 13162 0 0 4 0 5 3 20 0 15 0 107287298 11246788608 14299 33554432000 4194304 4196468 140728870440272 139852695137136 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16147] ppid=16079 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16147/stat : 16147 (java) S 16079 16082 6529 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107287298 11246788608 14299 33554432000 4194304 4196468 140728870440272 139851181583328 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16148] ppid=16079 vsize=10983192 memory=140341751207552 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16148/stat : 16148 (java) S 16079 16082 6529 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107287298 11246788608 14299 33554432000 4194304 4196468 140728870440272 139852694084016 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57196 KiB

[startup+0.700683 s]
/proc/loadavg: 1.42 1.61 1.62 3/215 16148
/proc/meminfo: memFree=24490880/32770624 swapFree=67108688/67108860
[pid=16082] ppid=16079 vsize=10983192 memory=89496 CPUtime=0.99 cores=0,2,4,6
/proc/16082/stat : 16082 (java) S 16079 16082 6529 0 -1 1077944320 16393 13162 0 0 87 4 5 3 20 0 15 0 107287283 11246788608 22374 33554432000 4194304 4196468 140728870440272 140728870422816 139853272395511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
/proc/16082/statm: 2745798 22374 3247 1 0 2708109 0
[pid=16082/tid=16135] ppid=16079 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/16082/task/16135/stat : 16135 (java) R 16079 16082 6529 0 -1 4202560 11891 13162 0 0 56 3 5 3 20 0 15 0 107287292 11246788608 22374 33554432000 4194304 4196468 140728870440272 139853244216336 139853252670663 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16136] ppid=16079 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16136/stat : 16136 (java) S 16079 16082 6529 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107287293 11246788608 22374 33554432000 4194304 4196468 140728870440272 139853276638096 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16137] ppid=16079 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16137/stat : 16137 (java) S 16079 16082 6529 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 107287293 11246788608 22374 33554432000 4194304 4196468 140728870440272 139853131356944 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16138] ppid=16079 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16138/stat : 16138 (java) S 16079 16082 6529 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107287293 11246788608 22374 33554432000 4194304 4196468 140728870440272 139853130304656 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16139] ppid=16079 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16139/stat : 16139 (java) S 16079 16082 6529 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 107287293 11246788608 22374 33554432000 4194304 4196468 140728870440272 139853129251856 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16140] ppid=16079 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16140/stat : 16140 (java) S 16079 16082 6529 0 -1 1077944384 5 13162 0 0 0 0 5 3 20 0 15 0 107287294 11246788608 22374 33554432000 4194304 4196468 140728870440272 139852698294384 139853272406658 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16141] ppid=16079 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16141/stat : 16141 (java) S 16079 16082 6529 0 -1 1077944384 13 13162 0 0 0 0 5 3 20 0 15 0 107287295 11246788608 22374 33554432000 4194304 4196468 140728870440272 139852067627808 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16142] ppid=16079 vsize=10983192 memory=140341613310736 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16142/stat : 16142 (java) S 16079 16082 6529 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107287295 11246788608 22374 33554432000 4194304 4196468 140728870440272 139851919778928 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16143] ppid=16079 vsize=10983192 memory=140342351364689 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16143/stat : 16143 (java) S 16079 16082 6529 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107287298 11246788608 22374 33554432000 4194304 4196468 140728870440272 139851612379216 139853272414107 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16144] ppid=16079 vsize=10983192 memory=14076 CPUtime=0.17 cores=0,2,4,6
/proc/16082/task/16144/stat : 16144 (java) S 16079 16082 6529 0 -1 1077944384 941 13162 0 0 9 0 5 3 20 0 15 0 107287298 11246788608 22374 33554432000 4194304 4196468 140728870440272 139852697242224 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16145] ppid=16079 vsize=10983192 memory=4639098309541127269 CPUtime=0.15 cores=0,2,4,6
/proc/16082/task/16145/stat : 16145 (java) S 16079 16082 6529 0 -1 1077944384 667 13162 0 0 7 0 5 3 20 0 15 0 107287298 11246788608 22374 33554432000 4194304 4196468 140728870440272 139852696189424 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16146] ppid=16079 vsize=10983192 memory=7885635084775281009 CPUtime=0.21 cores=0,2,4,6
/proc/16082/task/16146/stat : 16146 (java) S 16079 16082 6529 0 -1 1077944384 667 13162 0 0 13 0 5 3 20 0 15 0 107287298 11246788608 22374 33554432000 4194304 4196468 140728870440272 139852695137136 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16147] ppid=16079 vsize=10983192 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16147/stat : 16147 (java) S 16079 16082 6529 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107287298 11246788608 22374 33554432000 4194304 4196468 140728870440272 139851181583328 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16148] ppid=16079 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16148/stat : 16148 (java) S 16079 16082 6529 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107287298 11246788608 22374 33554432000 4194304 4196468 140728870440272 139852694084016 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89496 KiB

[startup+1.5007 s]
/proc/loadavg: 1.42 1.61 1.62 3/215 16148
/proc/meminfo: memFree=24446020/32770624 swapFree=67108688/67108860
[pid=16082] ppid=16079 vsize=11000140 memory=180408 CPUtime=2.26 cores=0,2,4,6
/proc/16082/stat : 16082 (java) S 16079 16082 6529 0 -1 1077944320 23548 13162 0 0 209 9 5 3 20 0 15 0 107287283 11264143360 45102 33554432000 4194304 4196468 140728870440272 140728870422816 139853272395511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
/proc/16082/statm: 2750035 45102 3466 1 0 2711693 0
[pid=16082/tid=16135] ppid=16079 vsize=11000140 memory=12848 CPUtime=1.43 cores=0,2,4,6
/proc/16082/task/16135/stat : 16135 (java) R 16079 16082 6529 0 -1 4202560 17414 13162 0 0 129 6 5 3 20 0 15 0 107287292 11264143360 45102 33554432000 4194304 4196468 140728870440272 139853244227056 139853272407446 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16136] ppid=16079 vsize=11000140 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/16082/task/16136/stat : 16136 (java) S 16079 16082 6529 0 -1 1077944384 250 13162 0 0 1 0 5 3 20 0 15 0 107287293 11264143360 45102 33554432000 4194304 4196468 140728870440272 139853276638096 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16137] ppid=16079 vsize=11000140 memory=1408 CPUtime=0.09 cores=0,2,4,6
/proc/16082/task/16137/stat : 16137 (java) S 16079 16082 6529 0 -1 1077944384 23 13162 0 0 1 0 5 3 20 0 15 0 107287293 11264143360 45102 33554432000 4194304 4196468 140728870440272 139853131356944 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16138] ppid=16079 vsize=11000140 memory=2920 CPUtime=0.09 cores=0,2,4,6
/proc/16082/task/16138/stat : 16138 (java) S 16079 16082 6529 0 -1 1077944384 67 13162 0 0 1 0 5 3 20 0 15 0 107287293 11264143360 45102 33554432000 4194304 4196468 140728870440272 139853130304656 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16139] ppid=16079 vsize=11000140 memory=89496 CPUtime=0.09 cores=0,2,4,6
/proc/16082/task/16139/stat : 16139 (java) S 16079 16082 6529 0 -1 1077944384 31 13162 0 0 1 0 5 3 20 0 15 0 107287293 11264143360 45102 33554432000 4194304 4196468 140728870440272 139853129251856 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16140] ppid=16079 vsize=11000140 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16082/task/16140/stat : 16140 (java) S 16079 16082 6529 0 -1 1077944384 60 13162 0 0 1 0 5 3 20 0 15 0 107287294 11264143360 45102 33554432000 4194304 4196468 140728870440272 139852698294384 139853272406658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16141] ppid=16079 vsize=11000140 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16141/stat : 16141 (java) S 16079 16082 6529 0 -1 1077944384 14 13162 0 0 0 0 5 3 20 0 15 0 107287295 11264143360 45102 33554432000 4194304 4196468 140728870440272 139852067627872 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16142] ppid=16079 vsize=11000140 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16142/stat : 16142 (java) S 16079 16082 6529 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107287295 11264143360 45102 33554432000 4194304 4196468 140728870440272 139851919778928 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16143] ppid=16079 vsize=11000140 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16143/stat : 16143 (java) S 16079 16082 6529 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107287298 11264143360 45102 33554432000 4194304 4196468 140728870440272 139851612379216 139853272414107 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16144] ppid=16079 vsize=11000140 memory=6935649255759568960 CPUtime=0.29 cores=0,2,4,6
/proc/16082/task/16144/stat : 16144 (java) S 16079 16082 6529 0 -1 1077944384 1092 13162 0 0 21 0 5 3 20 0 15 0 107287298 11264143360 45102 33554432000 4194304 4196468 140728870440272 139852697242224 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16145] ppid=16079 vsize=11000140 memory=280683226897280 CPUtime=0.28 cores=0,2,4,6
/proc/16082/task/16145/stat : 16145 (java) S 16079 16082 6529 0 -1 1077944384 1173 13162 0 0 20 0 5 3 20 0 15 0 107287298 11264143360 45102 33554432000 4194304 4196468 140728870440272 139852696189424 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16146] ppid=16079 vsize=11000140 memory=6944656592452938395 CPUtime=0.38 cores=0,2,4,6
/proc/16082/task/16146/stat : 16146 (java) R 16079 16082 6529 0 -1 4202560 1221 13162 0 0 30 0 5 3 20 0 15 0 107287298 11264143360 45102 33554432000 4194304 4196468 140728870440272 139852695137136 139853272416858 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16147] ppid=16079 vsize=11000140 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16147/stat : 16147 (java) S 16079 16082 6529 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107287298 11264143360 45102 33554432000 4194304 4196468 140728870440272 139851181583328 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16148] ppid=16079 vsize=11000140 memory=4206468019014099040 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16148/stat : 16148 (java) S 16079 16082 6529 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107287298 11264143360 45102 33554432000 4194304 4196468 140728870440272 139852694084016 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 11000140 KiB

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

[pid=16082/tid=16147] ppid=16079 vsize=11077984 memory=7378630537833308987 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16147/stat : 16147 (java) S 16079 16082 6529 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107287298 11343855616 119729 33554432000 4194304 4196468 140728870440272 139851181583328 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16148] ppid=16079 vsize=11077984 memory=448068 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16148/stat : 16148 (java) S 16079 16082 6529 0 -1 1077944384 13 13162 0 0 0 0 5 3 20 0 15 0 107287298 11343855616 119729 33554432000 4194304 4196468 140728870440272 139852694084016 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
Current children cumulated CPU time: 12.45 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 478916 KiB

[startup+9.60141 s]
/proc/loadavg: 1.51 1.63 1.62 3/215 16148
/proc/meminfo: memFree=23920168/32770624 swapFree=67108688/67108860
[pid=16082] ppid=16079 vsize=11077984 memory=641036 CPUtime=16.27 cores=0,2,4,6
/proc/16082/stat : 16082 (java) S 16079 16082 6529 0 -1 1077944320 70780 13162 0 0 1591 28 5 3 20 0 15 0 107287283 11343855616 160259 33554432000 4194304 4196468 140728870440272 140728870422816 139853272395511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
/proc/16082/statm: 2769496 160259 3521 1 0 2731149 0
[pid=16082/tid=16135] ppid=16079 vsize=11077984 memory=7524223525304426839 CPUtime=9.42 cores=0,2,4,6
/proc/16082/task/16135/stat : 16135 (java) R 16079 16082 6529 0 -1 4202560 48311 13162 0 0 918 16 5 3 20 0 15 0 107287292 11343855616 160259 33554432000 4194304 4196468 140728870440272 139853244228824 139852821634176 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16136] ppid=16079 vsize=11077984 memory=534444 CPUtime=0.13 cores=0,2,4,6
/proc/16082/task/16136/stat : 16136 (java) S 16079 16082 6529 0 -1 1077944384 296 13162 0 0 4 1 5 3 20 0 15 0 107287293 11343855616 160259 33554432000 4194304 4196468 140728870440272 139853276638096 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16137] ppid=16079 vsize=11077984 memory=6791534058613427641 CPUtime=0.13 cores=0,2,4,6
/proc/16082/task/16137/stat : 16137 (java) S 16079 16082 6529 0 -1 1077944384 77 13162 0 0 4 1 5 3 20 0 15 0 107287293 11343855616 160259 33554432000 4194304 4196468 140728870440272 139853131356944 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16138] ppid=16079 vsize=11077984 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/16082/task/16138/stat : 16138 (java) S 16079 16082 6529 0 -1 1077944384 109 13162 0 0 4 1 5 3 20 0 15 0 107287293 11343855616 160259 33554432000 4194304 4196468 140728870440272 139853130304656 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16139] ppid=16079 vsize=11077984 memory=209396835581402 CPUtime=0.13 cores=0,2,4,6
/proc/16082/task/16139/stat : 16139 (java) S 16079 16082 6529 0 -1 1077944384 246 13162 0 0 4 1 5 3 20 0 15 0 107287293 11343855616 160259 33554432000 4194304 4196468 140728870440272 139853129251856 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16140] ppid=16079 vsize=11077984 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/16082/task/16140/stat : 16140 (java) S 16079 16082 6529 0 -1 1077944384 2290 13162 0 0 5 0 5 3 20 0 15 0 107287294 11343855616 160259 33554432000 4194304 4196468 140728870440272 139852698294384 139853272406658 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16141] ppid=16079 vsize=11077984 memory=280683226602888 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16141/stat : 16141 (java) S 16079 16082 6529 0 -1 1077944384 17 13162 0 0 0 0 5 3 20 0 15 0 107287295 11343855616 160259 33554432000 4194304 4196468 140728870440272 139852067627872 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16142] ppid=16079 vsize=11077984 memory=7684433386921362195 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16142/stat : 16142 (java) S 16079 16082 6529 0 -1 1077944384 4 13162 0 0 0 0 5 3 20 0 15 0 107287295 11343855616 160259 33554432000 4194304 4196468 140728870440272 139851919778944 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16143] ppid=16079 vsize=11077984 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16143/stat : 16143 (java) S 16079 16082 6529 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107287298 11343855616 160259 33554432000 4194304 4196468 140728870440272 139851612379216 139853272414107 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16144] ppid=16079 vsize=11077984 memory=6944656592387989600 CPUtime=2.44 cores=0,2,4,6
/proc/16082/task/16144/stat : 16144 (java) S 16079 16082 6529 0 -1 1077944384 4464 13162 0 0 235 1 5 3 20 0 15 0 107287298 11343855616 160259 33554432000 4194304 4196468 140728870440272 139852697242224 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16145] ppid=16079 vsize=11077984 memory=7378983553979662436 CPUtime=2.75 cores=0,2,4,6
/proc/16082/task/16145/stat : 16145 (java) S 16079 16082 6529 0 -1 1077944384 7927 13162 0 0 266 1 5 3 20 0 15 0 107287298 11343855616 160259 33554432000 4194304 4196468 140728870440272 139852696189424 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16146] ppid=16079 vsize=11077984 memory=4642197910265684584 CPUtime=1.54 cores=0,2,4,6
/proc/16082/task/16146/stat : 16146 (java) S 16079 16082 6529 0 -1 1077944384 4825 13162 0 0 144 2 5 3 20 0 15 0 107287298 11343855616 160259 33554432000 4194304 4196468 140728870440272 139852695137136 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16147] ppid=16079 vsize=11077984 memory=7649399388542940721 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16147/stat : 16147 (java) S 16079 16082 6529 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107287298 11343855616 160259 33554432000 4194304 4196468 140728870440272 139851181583328 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16148] ppid=16079 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16148/stat : 16148 (java) S 16079 16082 6529 0 -1 1077944384 13 13162 0 0 0 0 5 3 20 0 15 0 107287298 11343855616 160259 33554432000 4194304 4196468 140728870440272 139852694084016 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
Current children cumulated CPU time: 16.27 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 641036 KiB

[startup+10.4007 s]
/proc/loadavg: 1.51 1.63 1.62 3/215 16148
/proc/meminfo: memFree=23864624/32770624 swapFree=67108688/67108860
[pid=16082] ppid=16079 vsize=11077984 memory=696444 CPUtime=17.09 cores=0,2,4,6
/proc/16082/stat : 16082 (java) S 16079 16082 6529 0 -1 1077944320 70843 13162 0 0 1672 29 5 3 20 0 15 0 107287283 11343855616 174111 33554432000 4194304 4196468 140728870440272 140728870422816 139853272395511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
/proc/16082/statm: 2769496 174111 3521 1 0 2731149 0
[pid=16082/tid=16135] ppid=16079 vsize=11077984 memory=792 CPUtime=10.22 cores=0,2,4,6
/proc/16082/task/16135/stat : 16135 (java) R 16079 16082 6529 0 -1 4202560 48350 13162 0 0 997 17 5 3 20 0 15 0 107287292 11343855616 174111 33554432000 4194304 4196468 140728870440272 139853244229984 139852820601479 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16136] ppid=16079 vsize=11077984 memory=1228 CPUtime=0.13 cores=0,2,4,6
/proc/16082/task/16136/stat : 16136 (java) S 16079 16082 6529 0 -1 1077944384 296 13162 0 0 4 1 5 3 20 0 15 0 107287293 11343855616 174111 33554432000 4194304 4196468 140728870440272 139853276638096 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16137] ppid=16079 vsize=11077984 memory=8556 CPUtime=0.13 cores=0,2,4,6
/proc/16082/task/16137/stat : 16137 (java) S 16079 16082 6529 0 -1 1077944384 78 13162 0 0 4 1 5 3 20 0 15 0 107287293 11343855616 174111 33554432000 4194304 4196468 140728870440272 139853131356944 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16138] ppid=16079 vsize=11077984 memory=2241 CPUtime=0.13 cores=0,2,4,6
/proc/16082/task/16138/stat : 16138 (java) S 16079 16082 6529 0 -1 1077944384 109 13162 0 0 4 1 5 3 20 0 15 0 107287293 11343855616 174111 33554432000 4194304 4196468 140728870440272 139853130304656 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16139] ppid=16079 vsize=11077984 memory=2244 CPUtime=0.13 cores=0,2,4,6
/proc/16082/task/16139/stat : 16139 (java) S 16079 16082 6529 0 -1 1077944384 246 13162 0 0 4 1 5 3 20 0 15 0 107287293 11343855616 174111 33554432000 4194304 4196468 140728870440272 139853129251856 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16140] ppid=16079 vsize=11077984 memory=7591206774546585440 CPUtime=0.13 cores=0,2,4,6
/proc/16082/task/16140/stat : 16140 (java) S 16079 16082 6529 0 -1 1077944384 2309 13162 0 0 5 0 5 3 20 0 15 0 107287294 11343855616 174111 33554432000 4194304 4196468 140728870440272 139852698294384 139853272406658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16141] ppid=16079 vsize=11077984 memory=7013938881743070871 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16141/stat : 16141 (java) S 16079 16082 6529 0 -1 1077944384 17 13162 0 0 0 0 5 3 20 0 15 0 107287295 11343855616 174111 33554432000 4194304 4196468 140728870440272 139852067627872 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16142] ppid=16079 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16142/stat : 16142 (java) S 16079 16082 6529 0 -1 1077944384 4 13162 0 0 0 0 5 3 20 0 15 0 107287295 11343855616 174111 33554432000 4194304 4196468 140728870440272 139851919778944 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16143] ppid=16079 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16143/stat : 16143 (java) S 16079 16082 6529 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107287298 11343855616 174111 33554432000 4194304 4196468 140728870440272 139851612379216 139853272414107 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16144] ppid=16079 vsize=11077984 memory=0 CPUtime=2.44 cores=0,2,4,6
/proc/16082/task/16144/stat : 16144 (java) S 16079 16082 6529 0 -1 1077944384 4464 13162 0 0 235 1 5 3 20 0 15 0 107287298 11343855616 174111 33554432000 4194304 4196468 140728870440272 139852697242224 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16145] ppid=16079 vsize=11077984 memory=7011348500760777816 CPUtime=2.76 cores=0,2,4,6
/proc/16082/task/16145/stat : 16145 (java) S 16079 16082 6529 0 -1 1077944384 7928 13162 0 0 267 1 5 3 20 0 15 0 107287298 11343855616 174111 33554432000 4194304 4196468 140728870440272 139852696189424 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16146] ppid=16079 vsize=11077984 memory=0 CPUtime=1.55 cores=0,2,4,6
/proc/16082/task/16146/stat : 16146 (java) S 16079 16082 6529 0 -1 1077944384 4828 13162 0 0 145 2 5 3 20 0 15 0 107287298 11343855616 174111 33554432000 4194304 4196468 140728870440272 139852695137136 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16147] ppid=16079 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16147/stat : 16147 (java) S 16079 16082 6529 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107287298 11343855616 174111 33554432000 4194304 4196468 140728870440272 139851181583328 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16148] ppid=16079 vsize=11077984 memory=140341613499328 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16148/stat : 16148 (java) S 16079 16082 6529 0 -1 1077944384 13 13162 0 0 0 0 5 3 20 0 15 0 107287298 11343855616 174111 33554432000 4194304 4196468 140728870440272 139852694084016 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
Current children cumulated CPU time: 17.09 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 696444 KiB

[startup+10.8007 s]
/proc/loadavg: 1.51 1.63 1.62 3/215 16148
/proc/meminfo: memFree=23864624/32770624 swapFree=67108688/67108860
[pid=16082] ppid=16079 vsize=11077984 memory=698560 CPUtime=17.49 cores=0,2,4,6
/proc/16082/stat : 16082 (java) S 16079 16082 6529 0 -1 1077944320 70848 13162 0 0 1712 29 5 3 20 0 15 0 107287283 11343855616 174640 33554432000 4194304 4196468 140728870440272 140728870422816 139853272395511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
/proc/16082/statm: 2769496 174640 3521 1 0 2731149 0
[pid=16082/tid=16135] ppid=16079 vsize=11077984 memory=6791534058613427641 CPUtime=10.61 cores=0,2,4,6
/proc/16082/task/16135/stat : 16135 (java) R 16079 16082 6529 0 -1 4202560 48351 13162 0 0 1036 17 5 3 20 0 15 0 107287292 11343855616 174640 33554432000 4194304 4196468 140728870440272 139853244229824 139852820600711 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16136] ppid=16079 vsize=11077984 memory=-3252517613199061085 CPUtime=0.13 cores=0,2,4,6
/proc/16082/task/16136/stat : 16136 (java) S 16079 16082 6529 0 -1 1077944384 297 13162 0 0 4 1 5 3 20 0 15 0 107287293 11343855616 174640 33554432000 4194304 4196468 140728870440272 139853276638096 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16137] ppid=16079 vsize=11077984 memory=-2026666227646606628 CPUtime=0.13 cores=0,2,4,6
/proc/16082/task/16137/stat : 16137 (java) S 16079 16082 6529 0 -1 1077944384 79 13162 0 0 4 1 5 3 20 0 15 0 107287293 11343855616 174640 33554432000 4194304 4196468 140728870440272 139853131356944 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16138] ppid=16079 vsize=11077984 memory=-2317720213663851332 CPUtime=0.13 cores=0,2,4,6
/proc/16082/task/16138/stat : 16138 (java) S 16079 16082 6529 0 -1 1077944384 110 13162 0 0 4 1 5 3 20 0 15 0 107287293 11343855616 174640 33554432000 4194304 4196468 140728870440272 139853130304656 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16139] ppid=16079 vsize=11077984 memory=-4695052241013923951 CPUtime=0.13 cores=0,2,4,6
/proc/16082/task/16139/stat : 16139 (java) S 16079 16082 6529 0 -1 1077944384 247 13162 0 0 4 1 5 3 20 0 15 0 107287293 11343855616 174640 33554432000 4194304 4196468 140728870440272 139853129251856 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16140] ppid=16079 vsize=11077984 memory=-7739291840220455296 CPUtime=0.13 cores=0,2,4,6
/proc/16082/task/16140/stat : 16140 (java) S 16079 16082 6529 0 -1 1077944384 2309 13162 0 0 5 0 5 3 20 0 15 0 107287294 11343855616 174640 33554432000 4194304 4196468 140728870440272 139852698294384 139853272406658 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16141] ppid=16079 vsize=11077984 memory=4137282616176187523 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16141/stat : 16141 (java) S 16079 16082 6529 0 -1 1077944384 17 13162 0 0 0 0 5 3 20 0 15 0 107287295 11343855616 174640 33554432000 4194304 4196468 140728870440272 139852067627872 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16142] ppid=16079 vsize=11077984 memory=4137282616176187523 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16142/stat : 16142 (java) S 16079 16082 6529 0 -1 1077944384 4 13162 0 0 0 0 5 3 20 0 15 0 107287295 11343855616 174640 33554432000 4194304 4196468 140728870440272 139851919778944 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16143] ppid=16079 vsize=11077984 memory=-6586667735541663136 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16143/stat : 16143 (java) S 16079 16082 6529 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107287298 11343855616 174640 33554432000 4194304 4196468 140728870440272 139851612379216 139853272414107 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16144] ppid=16079 vsize=11077984 memory=-7523660553960122769 CPUtime=2.44 cores=0,2,4,6
/proc/16082/task/16144/stat : 16144 (java) S 16079 16082 6529 0 -1 1077944384 4464 13162 0 0 235 1 5 3 20 0 15 0 107287298 11343855616 174640 33554432000 4194304 4196468 140728870440272 139852697242224 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16145] ppid=16079 vsize=11077984 memory=-7101718590825193272 CPUtime=2.76 cores=0,2,4,6
/proc/16082/task/16145/stat : 16145 (java) S 16079 16082 6529 0 -1 1077944384 7928 13162 0 0 267 1 5 3 20 0 15 0 107287298 11343855616 174640 33554432000 4194304 4196468 140728870440272 139852696189424 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16146] ppid=16079 vsize=11077984 memory=7589503746947829840 CPUtime=1.55 cores=0,2,4,6
/proc/16082/task/16146/stat : 16146 (java) S 16079 16082 6529 0 -1 1077944384 4828 13162 0 0 145 2 5 3 20 0 15 0 107287298 11343855616 174640 33554432000 4194304 4196468 140728870440272 139852695137136 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16147] ppid=16079 vsize=11077984 memory=-4059589565078923626 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16147/stat : 16147 (java) S 16079 16082 6529 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107287298 11343855616 174640 33554432000 4194304 4196468 140728870440272 139851181583328 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16148] ppid=16079 vsize=11077984 memory=7682475212697334586 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16148/stat : 16148 (java) S 16079 16082 6529 0 -1 1077944384 13 13162 0 0 0 0 5 3 20 0 15 0 107287298 11343855616 174640 33554432000 4194304 4196468 140728870440272 139852694084016 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
Current children cumulated CPU time: 17.49 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 698560 KiB

[startup+11.2007 s]
/proc/loadavg: 1.51 1.63 1.62 3/215 16148
/proc/meminfo: memFree=23858480/32770624 swapFree=67108688/67108860
[pid=16082] ppid=16079 vsize=11077984 memory=698560 CPUtime=17.89 cores=0,2,4,6
/proc/16082/stat : 16082 (java) S 16079 16082 6529 0 -1 1077944320 70891 13162 0 0 1752 29 5 3 20 0 15 0 107287283 11343855616 174640 33554432000 4194304 4196468 140728870440272 140728870422816 139853272395511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
/proc/16082/statm: 2769496 174640 3521 1 0 2731149 0
[pid=16082/tid=16135] ppid=16079 vsize=11077984 memory=6791534058613427641 CPUtime=11.01 cores=0,2,4,6
/proc/16082/task/16135/stat : 16135 (java) R 16079 16082 6529 0 -1 4202560 48394 13162 0 0 1076 17 5 3 20 0 15 0 107287292 11343855616 174640 33554432000 4194304 4196468 140728870440272 139853244228264 139852820822048 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16136] ppid=16079 vsize=11077984 memory=6944656575208382560 CPUtime=0.13 cores=0,2,4,6
/proc/16082/task/16136/stat : 16136 (java) S 16079 16082 6529 0 -1 1077944384 297 13162 0 0 4 1 5 3 20 0 15 0 107287293 11343855616 174640 33554432000 4194304 4196468 140728870440272 139853276638096 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16137] ppid=16079 vsize=11077984 memory=4945125699554088323 CPUtime=0.13 cores=0,2,4,6
/proc/16082/task/16137/stat : 16137 (java) S 16079 16082 6529 0 -1 1077944384 79 13162 0 0 4 1 5 3 20 0 15 0 107287293 11343855616 174640 33554432000 4194304 4196468 140728870440272 139853131356944 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16138] ppid=16079 vsize=11077984 memory=7222483652687470737 CPUtime=0.13 cores=0,2,4,6
/proc/16082/task/16138/stat : 16138 (java) S 16079 16082 6529 0 -1 1077944384 110 13162 0 0 4 1 5 3 20 0 15 0 107287293 11343855616 174640 33554432000 4194304 4196468 140728870440272 139853130304656 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16139] ppid=16079 vsize=11077984 memory=-7522837583129502606 CPUtime=0.13 cores=0,2,4,6
/proc/16082/task/16139/stat : 16139 (java) S 16079 16082 6529 0 -1 1077944384 247 13162 0 0 4 1 5 3 20 0 15 0 107287293 11343855616 174640 33554432000 4194304 4196468 140728870440272 139853129251856 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16140] ppid=16079 vsize=11077984 memory=-9109213556524817781 CPUtime=0.13 cores=0,2,4,6
/proc/16082/task/16140/stat : 16140 (java) S 16079 16082 6529 0 -1 1077944384 2309 13162 0 0 5 0 5 3 20 0 15 0 107287294 11343855616 174640 33554432000 4194304 4196468 140728870440272 139852698294384 139853272406658 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16141] ppid=16079 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16141/stat : 16141 (java) S 16079 16082 6529 0 -1 1077944384 17 13162 0 0 0 0 5 3 20 0 15 0 107287295 11343855616 174640 33554432000 4194304 4196468 140728870440272 139852067627872 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16142] ppid=16079 vsize=11077984 memory=280683226992896 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16142/stat : 16142 (java) S 16079 16082 6529 0 -1 1077944384 4 13162 0 0 0 0 5 3 20 0 15 0 107287295 11343855616 174640 33554432000 4194304 4196468 140728870440272 139851919778944 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16143] ppid=16079 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16143/stat : 16143 (java) S 16079 16082 6529 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107287298 11343855616 174640 33554432000 4194304 4196468 140728870440272 139851612379216 139853272414107 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16144] ppid=16079 vsize=11077984 memory=7306916055891837008 CPUtime=2.44 cores=0,2,4,6
/proc/16082/task/16144/stat : 16144 (java) S 16079 16082 6529 0 -1 1077944384 4464 13162 0 0 235 1 5 3 20 0 15 0 107287298 11343855616 174640 33554432000 4194304 4196468 140728870440272 139852697242224 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16145] ppid=16079 vsize=11077984 memory=288286679767450455 CPUtime=2.76 cores=0,2,4,6
/proc/16082/task/16145/stat : 16145 (java) S 16079 16082 6529 0 -1 1077944384 7928 13162 0 0 267 1 5 3 20 0 15 0 107287298 11343855616 174640 33554432000 4194304 4196468 140728870440272 139852696189424 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16146] ppid=16079 vsize=11077984 memory=4752519 CPUtime=1.55 cores=0,2,4,6
/proc/16082/task/16146/stat : 16146 (java) S 16079 16082 6529 0 -1 1077944384 4828 13162 0 0 145 2 5 3 20 0 15 0 107287298 11343855616 174640 33554432000 4194304 4196468 140728870440272 139852695137136 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16147] ppid=16079 vsize=11077984 memory=7014199646468138344 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16147/stat : 16147 (java) S 16079 16082 6529 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107287298 11343855616 174640 33554432000 4194304 4196468 140728870440272 139851181583328 139853272405717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
[pid=16082/tid=16148] ppid=16079 vsize=11077984 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/16082/task/16148/stat : 16148 (java) S 16079 16082 6529 0 -1 1077944384 13 13162 0 0 0 0 5 3 20 0 15 0 107287298 11343855616 174640 33554432000 4194304 4196468 140728870440272 139852694084016 139853272406658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33525760 140728870447730 140728870450529 140728870450529 140728870453199 0
Current children cumulated CPU time: 17.89 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 698560 KiB

Child status: 0
Real time (s): 11.232
CPU time (s): 17.9377
CPU user time (s): 17.5945
CPU system time (s): 0.343242
CPU usage (%): 159.702
Max. virtual memory (cumulated for all children) (KiB): 11080696
Max. memory (cumulated for all children) (KiB): 698560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.5945
system time used= 0.343242
maximum resident set size= 700672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84184
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7567
involuntary context switches= 77


# summary of solver processes directly reported to runsolver:
#   pid: 16082
#   total CPU time (s): 17.9377
#   total CPU user time (s): 17.5945
#   total CPU system time (s): 0.343242

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.091824 second user time and 0.146681 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-29 22:47:24
IDJOB=4302350
IDBENCH=141376
IDSOLVER=2776
FILE ID=node106/4302350-1532897244
RUNJOBID= node106-1532895551-13368
PBS_JOBID= 21022522
Free space on /tmp= 54700 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-09_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302350-1532897244/watcher-4302350-1532897244 -o /tmp/evaluation-result-4302350-1532897244/solver-4302350-1532897244 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13368 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=526589722 HOME/instance-4302350-1532897244.xml

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

MD5SUM BENCH= 967738086e80168f9eb4b0337d9e8cf6
RANDOM SEED=526589722

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        24545384 kB
MemAvailable:   30917676 kB
Buffers:          248296 kB
Cached:          6357152 kB
SwapCached:            0 kB
Active:          3453720 kB
Inactive:        4221588 kB
Active(anon):    1017000 kB
Inactive(anon):    80476 kB
Active(file):    2436720 kB
Inactive(file):  4141112 kB
Unevictable:        6960 kB
Mlocked:            6960 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             26256 kB
Writeback:             0 kB
AnonPages:       1076712 kB
Mapped:            58120 kB
Shmem:             25056 kB
Slab:             248020 kB
SReclaimable:     220592 kB
SUnreclaim:        27428 kB
KernelStack:        3504 kB
PageTables:         7420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2241552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    847872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 54672 MiB
End job on node106 at 2018-07-29 22:47:36