Trace number 4401332

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.12.2OPT2 84.1807 67.9819

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-09-09.xml
MD5SUM72a1fa157874bc53acfadcbdb1252751
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark9.4954
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints1297
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":81}]
Minimum variable degree66
Maximum variable degree66
Distribution of variable degrees[{"degree":66,"count":81}]
Minimum constraint arity4
Maximum constraint arity81
Distribution of constraint arities[{"arity":4,"count":1296},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints1296
Distribution of constraint types[{"type":"intension","count":1296},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.74/0.55	c Concrete v3.12.2.1568631193530 running
19.68/7.17	o 80
19.97/7.29	o 79
20.17/7.38	o 6
20.45/7.40	o 5
20.45/7.49	o 4
20.66/7.59	o 3
77.55/61.46	o 2
84.09/67.95	v <instantiation
84.09/67.95	v         cost = '2'>
84.09/67.95	v       <list>
84.09/67.95	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8]
84.09/67.95	v       </list>
84.09/67.95	v       <values>
84.09/67.95	v         0 0 0 0 1 2 2 2 2 0 1 1 2 0 0 1 1 2 0 1 2 2 2 2 0 0 1 1 0 2 1 1 0 0 1 2 1 2 1 0 2 0 2 0 1 1 2 2 0 0 1 1 2 0 2 0 1 2 1 1 2 0 0 2 1 0 1 2 1 0 2 0 2 2 0 1 0 2 1 0 1
84.09/67.95	v       </values>
84.09/67.95	v     </instantiation>
84.09/67.95	s OPTIMUM FOUND

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401332-1568690338/watcher-4401332-1568690338 -o /tmp/evaluation-result-4401332-1568690338/solver-4401332-1568690338 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12496 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1754054935 HOME/instance-4401332-1568690338.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=19071, runsolver pid=19068
Current StackSize limit: 8192 KiB


[startup+0.100139 s]*
/proc/loadavg: 1.71 1.70 1.59 3/216 19128
/proc/meminfo: memFree=28529600/32770624 swapFree=66922596/67108860
[pid=19071] ppid=19068 vsize=9972712 memory=17080 CPUtime=0.09 cores=1,3,5,7
/proc/19071/stat : 19071 (java) S 19068 19071 12464 0 -1 1077944320 4500 13132 0 0 1 0 5 3 20 0 6 0 445302535 10212057088 4270 33554432000 4194304 4196468 140727020974176 140727020956720 140102156435191 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
/proc/19071/statm: 2493178 4270 1935 1 0 2481616 0
[pid=19071/tid=19124] ppid=19068 vsize=9972712 memory=4279135703913364878 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19124/stat : 19124 (java) R 19068 19071 12464 0 -1 4202560 2308 13132 0 0 0 0 5 3 20 0 6 0 445302544 10212057088 4270 33554432000 4194304 4196468 140727020974176 140102128271952 140102140515678 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19125] ppid=19068 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19125/stat : 19125 (java) S 19068 19071 12464 0 -1 1077944384 1 13132 0 0 0 0 5 3 20 0 6 0 445302545 10212057088 4270 33554432000 4194304 4196468 140727020974176 140102160677136 140102156445397 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19126] ppid=19068 vsize=9972712 memory=140213037725312 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19126/stat : 19126 (java) S 19068 19071 12464 0 -1 1077944384 2 13132 0 0 0 0 5 3 20 0 6 0 445302545 10212057088 4270 33554432000 4194304 4196468 140727020974176 140102048950672 140102156445397 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19127] ppid=19068 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19127/stat : 19127 (java) S 19068 19071 12464 0 -1 1077944384 1 13132 0 0 0 0 5 3 20 0 6 0 445302545 10212057088 4270 33554432000 4194304 4196468 140727020974176 140102047898128 140102156445397 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19128] ppid=19068 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19128/stat : 19128 (java) S 19068 19071 12464 0 -1 1077944384 2 13132 0 0 0 0 5 3 20 0 6 0 445302545 10212057088 4270 33554432000 4194304 4196468 140727020974176 140102046845584 140102156445397 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.210473 s]*
/proc/loadavg: 1.71 1.70 1.59 4/225 19137
/proc/meminfo: memFree=28511028/32770624 swapFree=66922596/67108860
[pid=19071] ppid=19068 vsize=10819856 memory=39784 CPUtime=0.26 cores=1,3,5,7
/proc/19071/stat : 19071 (java) S 19068 19071 12464 0 -1 1077944320 7280 13132 0 0 17 1 5 3 20 0 15 0 445302535 11079532544 9946 33554432000 4194304 4196468 140727020974176 140727020956720 140102156435191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
/proc/19071/statm: 2704964 9946 3182 1 0 2667149 0
[pid=19071/tid=19124] ppid=19068 vsize=10820020 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/19071/task/19124/stat : 19124 (java) R 19068 19071 12464 0 -1 4202560 3830 13132 0 0 10 0 5 3 20 0 15 0 445302544 11079700480 10012 33554432000 4194304 4196468 140727020974176 140102128268240 140102079511506 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19125] ppid=19068 vsize=10820020 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19125/stat : 19125 (java) S 19068 19071 12464 0 -1 1077944384 1 13132 0 0 0 0 5 3 20 0 15 0 445302545 11079700480 10012 33554432000 4194304 4196468 140727020974176 140102160677136 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19126] ppid=19068 vsize=10820020 memory=140213037725312 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19126/stat : 19126 (java) S 19068 19071 12464 0 -1 1077944384 2 13132 0 0 0 0 5 3 20 0 15 0 445302545 11079700480 10012 33554432000 4194304 4196468 140727020974176 140102048950672 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19127] ppid=19068 vsize=10820020 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19127/stat : 19127 (java) S 19068 19071 12464 0 -1 1077944384 1 13132 0 0 0 0 5 3 20 0 15 0 445302545 11079700480 10012 33554432000 4194304 4196468 140727020974176 140102047898128 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19128] ppid=19068 vsize=10820020 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19128/stat : 19128 (java) S 19068 19071 12464 0 -1 1077944384 2 13132 0 0 0 0 5 3 20 0 15 0 445302545 11079700480 10012 33554432000 4194304 4196468 140727020974176 140102046845584 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19129] ppid=19068 vsize=10820020 memory=140213037725312 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19129/stat : 19129 (java) S 19068 19071 12464 0 -1 1077944384 2 13132 0 0 0 0 5 3 20 0 15 0 445302546 11079700480 10012 33554432000 4194304 4196468 140727020974176 140101615802864 140102156446338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19130] ppid=19068 vsize=10820020 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19130/stat : 19130 (java) S 19068 19071 12464 0 -1 1077944384 33 13132 0 0 0 0 5 3 20 0 15 0 445302546 11079700480 10012 33554432000 4194304 4196468 140727020974176 140101614749088 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19131] ppid=19068 vsize=10820020 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19131/stat : 19131 (java) S 19068 19071 12464 0 -1 1077944384 1 13132 0 0 0 0 5 3 20 0 15 0 445302547 11079700480 10012 33554432000 4194304 4196468 140727020974176 140100960773616 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19132] ppid=19068 vsize=10820020 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19132/stat : 19132 (java) S 19068 19071 12464 0 -1 1077944384 3 13132 0 0 0 0 5 3 20 0 15 0 445302549 11079700480 10012 33554432000 4194304 4196468 140727020974176 140100720483024 140102156453787 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19133] ppid=19068 vsize=10820020 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19071/task/19133/stat : 19133 (java) S 19068 19071 12464 0 -1 1077944384 477 13132 0 0 1 0 5 3 20 0 15 0 445302549 11079700480 10012 33554432000 4194304 4196468 140727020974176 140101581191152 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19134] ppid=19068 vsize=10820020 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/19071/task/19134/stat : 19134 (java) S 19068 19071 12464 0 -1 1077944384 175 13132 0 0 1 0 5 3 20 0 15 0 445302549 11079700480 10012 33554432000 4194304 4196468 140727020974176 140101580138608 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19135] ppid=19068 vsize=10820020 memory=140213037725312 CPUtime=0.11 cores=1,3,5,7
/proc/19071/task/19135/stat : 19135 (java) S 19068 19071 12464 0 -1 1077944384 603 13132 0 0 3 0 5 3 20 0 15 0 445302549 11079700480 10012 33554432000 4194304 4196468 140727020974176 140101579086064 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19136] ppid=19068 vsize=10820020 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19136/stat : 19136 (java) S 19068 19071 12464 0 -1 1077944384 3 13132 0 0 0 0 5 3 20 0 15 0 445302550 11079700480 10012 33554432000 4194304 4196468 140727020974176 140100686924384 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19137] ppid=19068 vsize=10820020 memory=140213037725312 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19137/stat : 19137 (java) S 19068 19071 12464 0 -1 1077944384 1 13132 0 0 0 0 5 3 20 0 15 0 445302550 11079700480 10012 33554432000 4194304 4196468 140727020974176 140101578033968 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819856 KiB
Current children cumulated memory: 39784 KiB

[startup+0.310469 s]*
/proc/loadavg: 1.71 1.70 1.59 4/225 19137
/proc/meminfo: memFree=28498832/32770624 swapFree=66922596/67108860
[pid=19071] ppid=19068 vsize=10820196 memory=48600 CPUtime=0.4 cores=1,3,5,7
/proc/19071/stat : 19071 (java) S 19068 19071 12464 0 -1 1077944320 10894 13132 0 0 29 3 5 3 20 0 15 0 445302535 11079880704 12150 33554432000 4194304 4196468 140727020974176 140727020956720 140102156435191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
/proc/19071/statm: 2705049 12150 3314 1 0 2667149 0
[pid=19071/tid=19124] ppid=19068 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/19071/task/19124/stat : 19124 (java) R 19068 19071 12464 0 -1 4202560 7369 13132 0 0 19 2 5 3 20 0 15 0 445302544 11079880704 12150 33554432000 4194304 4196468 140727020974176 140102128238288 140102140515678 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19125] ppid=19068 vsize=10820196 memory=7594582356730079852 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19125/stat : 19125 (java) S 19068 19071 12464 0 -1 1077944384 1 13132 0 0 0 0 5 3 20 0 15 0 445302545 11079880704 12150 33554432000 4194304 4196468 140727020974176 140102160677136 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19126] ppid=19068 vsize=10820196 memory=5787233549803348032 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19126/stat : 19126 (java) S 19068 19071 12464 0 -1 1077944384 2 13132 0 0 0 0 5 3 20 0 15 0 445302545 11079880704 12150 33554432000 4194304 4196468 140727020974176 140102048950672 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19127] ppid=19068 vsize=10820196 memory=7649539575738681025 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19127/stat : 19127 (java) S 19068 19071 12464 0 -1 1077944384 1 13132 0 0 0 0 5 3 20 0 15 0 445302545 11079880704 12150 33554432000 4194304 4196468 140727020974176 140102047898128 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19128] ppid=19068 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19128/stat : 19128 (java) S 19068 19071 12464 0 -1 1077944384 2 13132 0 0 0 0 5 3 20 0 15 0 445302545 11079880704 12150 33554432000 4194304 4196468 140727020974176 140102046845584 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19129] ppid=19068 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19129/stat : 19129 (java) S 19068 19071 12464 0 -1 1077944384 2 13132 0 0 0 0 5 3 20 0 15 0 445302546 11079880704 12150 33554432000 4194304 4196468 140727020974176 140101615802864 140102156446338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19130] ppid=19068 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19130/stat : 19130 (java) S 19068 19071 12464 0 -1 1077944384 33 13132 0 0 0 0 5 3 20 0 15 0 445302546 11079880704 12150 33554432000 4194304 4196468 140727020974176 140101614749088 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19131] ppid=19068 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19131/stat : 19131 (java) S 19068 19071 12464 0 -1 1077944384 1 13132 0 0 0 0 5 3 20 0 15 0 445302547 11079880704 12150 33554432000 4194304 4196468 140727020974176 140100960773616 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19132] ppid=19068 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19132/stat : 19132 (java) S 19068 19071 12464 0 -1 1077944384 3 13132 0 0 0 0 5 3 20 0 15 0 445302549 11079880704 12150 33554432000 4194304 4196468 140727020974176 140100720483024 140102156453787 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19133] ppid=19068 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19071/task/19133/stat : 19133 (java) S 19068 19071 12464 0 -1 1077944384 478 13132 0 0 1 0 5 3 20 0 15 0 445302549 11079880704 12150 33554432000 4194304 4196468 140727020974176 140101581191152 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19134] ppid=19068 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/19071/task/19134/stat : 19134 (java) S 19068 19071 12464 0 -1 1077944384 184 13132 0 0 2 0 5 3 20 0 15 0 445302549 11079880704 12150 33554432000 4194304 4196468 140727020974176 140101580138608 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19135] ppid=19068 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/19071/task/19135/stat : 19135 (java) S 19068 19071 12464 0 -1 1077944384 610 13132 0 0 5 0 5 3 20 0 15 0 445302549 11079880704 12150 33554432000 4194304 4196468 140727020974176 140101579086064 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19136] ppid=19068 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19136/stat : 19136 (java) S 19068 19071 12464 0 -1 1077944384 3 13132 0 0 0 0 5 3 20 0 15 0 445302550 11079880704 12150 33554432000 4194304 4196468 140727020974176 140100686924384 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19137] ppid=19068 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19137/stat : 19137 (java) S 19068 19071 12464 0 -1 1077944384 1 13132 0 0 0 0 5 3 20 0 15 0 445302550 11079880704 12150 33554432000 4194304 4196468 140727020974176 140101578033968 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48600 KiB

[startup+0.702428 s]
/proc/loadavg: 1.71 1.70 1.59 3/225 19137
/proc/meminfo: memFree=28484924/32770624 swapFree=66922596/67108860
[pid=19071] ppid=19068 vsize=10824364 memory=81588 CPUtime=1.11 cores=1,3,5,7
/proc/19071/stat : 19071 (java) S 19068 19071 12464 0 -1 1077944320 15155 13132 0 0 99 4 5 3 20 0 15 0 445302535 11084148736 20397 33554432000 4194304 4196468 140727020974176 140727020956720 140102156435191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
/proc/19071/statm: 2706091 20397 3511 1 0 2668173 0
[pid=19071/tid=19124] ppid=19068 vsize=10824364 memory=2241 CPUtime=0.67 cores=1,3,5,7
/proc/19071/task/19124/stat : 19124 (java) R 19068 19071 12464 0 -1 4202560 10510 13132 0 0 56 3 5 3 20 0 15 0 445302544 11084148736 20397 33554432000 4194304 4196468 140727020974176 140102128261744 140102156457117 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19125] ppid=19068 vsize=10824364 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19125/stat : 19125 (java) S 19068 19071 12464 0 -1 1077944384 1 13132 0 0 0 0 5 3 20 0 15 0 445302545 11084148736 20397 33554432000 4194304 4196468 140727020974176 140102160677136 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19126] ppid=19068 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19126/stat : 19126 (java) S 19068 19071 12464 0 -1 1077944384 2 13132 0 0 0 0 5 3 20 0 15 0 445302545 11084148736 20397 33554432000 4194304 4196468 140727020974176 140102048950672 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19127] ppid=19068 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19127/stat : 19127 (java) S 19068 19071 12464 0 -1 1077944384 1 13132 0 0 0 0 5 3 20 0 15 0 445302545 11084148736 20397 33554432000 4194304 4196468 140727020974176 140102047898128 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19128] ppid=19068 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19128/stat : 19128 (java) S 19068 19071 12464 0 -1 1077944384 2 13132 0 0 0 0 5 3 20 0 15 0 445302545 11084148736 20397 33554432000 4194304 4196468 140727020974176 140102046845584 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19129] ppid=19068 vsize=10824364 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19129/stat : 19129 (java) S 19068 19071 12464 0 -1 1077944384 5 13132 0 0 0 0 5 3 20 0 15 0 445302546 11084148736 20397 33554432000 4194304 4196468 140727020974176 140101615802864 140102156446338 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19130] ppid=19068 vsize=10824364 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19130/stat : 19130 (java) S 19068 19071 12464 0 -1 1077944384 33 13132 0 0 0 0 5 3 20 0 15 0 445302546 11084148736 20397 33554432000 4194304 4196468 140727020974176 140101614749088 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19131] ppid=19068 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19131/stat : 19131 (java) S 19068 19071 12464 0 -1 1077944384 1 13132 0 0 0 0 5 3 20 0 15 0 445302547 11084148736 20397 33554432000 4194304 4196468 140727020974176 140100960773616 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19132] ppid=19068 vsize=10824364 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19132/stat : 19132 (java) S 19068 19071 12464 0 -1 1077944384 3 13132 0 0 0 0 5 3 20 0 15 0 445302549 11084148736 20397 33554432000 4194304 4196468 140727020974176 140100720483024 140102156453787 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19133] ppid=19068 vsize=10824364 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/19071/task/19133/stat : 19133 (java) R 19068 19071 12464 0 -1 4202560 905 13132 0 0 12 0 5 3 20 0 15 0 445302549 11084148736 20397 33554432000 4194304 4196468 140727020974176 140101581184080 140102135681023 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19134] ppid=19068 vsize=10824364 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/19071/task/19134/stat : 19134 (java) R 19068 19071 12464 0 -1 4202560 680 13132 0 0 13 0 5 3 20 0 15 0 445302549 11084148736 20397 33554432000 4194304 4196468 140727020974176 140101580138608 140102137136079 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19135] ppid=19068 vsize=10824364 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/19071/task/19135/stat : 19135 (java) S 19068 19071 12464 0 -1 1077944384 802 13132 0 0 17 0 5 3 20 0 15 0 445302549 11084148736 20397 33554432000 4194304 4196468 140727020974176 140101579086064 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19136] ppid=19068 vsize=10824364 memory=280425796731120 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19136/stat : 19136 (java) S 19068 19071 12464 0 -1 1077944384 3 13132 0 0 0 0 5 3 20 0 15 0 445302550 11084148736 20397 33554432000 4194304 4196468 140727020974176 140100686924384 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19137] ppid=19068 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19137/stat : 19137 (java) S 19068 19071 12464 0 -1 1077944384 1 13132 0 0 0 0 5 3 20 0 15 0 445302550 11084148736 20397 33554432000 4194304 4196468 140727020974176 140101578033968 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81588 KiB

[startup+1.50068 s]
/proc/loadavg: 1.71 1.70 1.59 5/225 19137
/proc/meminfo: memFree=28419196/32770624 swapFree=66922596/67108860
[pid=19071] ppid=19068 vsize=10834680 memory=189472 CPUtime=2.89 cores=1,3,5,7
/proc/19071/stat : 19071 (java) S 19068 19071 12464 0 -1 1077944320 23709 13132 0 0 271 10 5 3 20 0 15 0 445302535 11094712320 47368 33554432000 4194304 4196468 140727020974176 140727020956720 140102156435191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
/proc/19071/statm: 2708670 47368 3590 1 0 2670733 0
[pid=19071/tid=19124] ppid=19068 vsize=10834680 memory=26 CPUtime=1.43 cores=1,3,5,7
/proc/19071/task/19124/stat : 19124 (java) R 19068 19071 12464 0 -1 4202560 15476 13132 0 0 129 6 5 3 20 0 15 0 445302544 11094712320 47368 33554432000 4194304 4196468 140727020974176 140102128265168 140102140478821 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19125] ppid=19068 vsize=10834680 memory=32 CPUtime=0.09 cores=1,3,5,7
/proc/19071/task/19125/stat : 19125 (java) S 19068 19071 12464 0 -1 1077944384 300 13132 0 0 1 0 5 3 20 0 15 0 445302545 11094712320 47368 33554432000 4194304 4196468 140727020974176 140102160677136 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19126] ppid=19068 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19071/task/19126/stat : 19126 (java) S 19068 19071 12464 0 -1 1077944384 76 13132 0 0 1 0 5 3 20 0 15 0 445302545 11094712320 47368 33554432000 4194304 4196468 140727020974176 140102048950672 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19127] ppid=19068 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19071/task/19127/stat : 19127 (java) S 19068 19071 12464 0 -1 1077944384 39 13132 0 0 1 0 5 3 20 0 15 0 445302545 11094712320 47368 33554432000 4194304 4196468 140727020974176 140102047898128 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19128] ppid=19068 vsize=10834680 memory=102380 CPUtime=0.09 cores=1,3,5,7
/proc/19071/task/19128/stat : 19128 (java) S 19068 19071 12464 0 -1 1077944384 84 13132 0 0 1 0 5 3 20 0 15 0 445302545 11094712320 47368 33554432000 4194304 4196468 140727020974176 140102046845584 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19129] ppid=19068 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19071/task/19129/stat : 19129 (java) S 19068 19071 12464 0 -1 1077944384 516 13132 0 0 1 0 5 3 20 0 15 0 445302546 11094712320 47368 33554432000 4194304 4196468 140727020974176 140101615802864 140102156446338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19130] ppid=19068 vsize=10834680 memory=7234844112153764183 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19130/stat : 19130 (java) S 19068 19071 12464 0 -1 1077944384 34 13132 0 0 0 0 5 3 20 0 15 0 445302546 11094712320 47368 33554432000 4194304 4196468 140727020974176 140101614749088 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19131] ppid=19068 vsize=10834680 memory=7308328829505200725 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19131/stat : 19131 (java) S 19068 19071 12464 0 -1 1077944384 1 13132 0 0 0 0 5 3 20 0 15 0 445302547 11094712320 47368 33554432000 4194304 4196468 140727020974176 140100960773616 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19132] ppid=19068 vsize=10834680 memory=7012785640037443688 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19132/stat : 19132 (java) S 19068 19071 12464 0 -1 1077944384 3 13132 0 0 0 0 5 3 20 0 15 0 445302549 11094712320 47368 33554432000 4194304 4196468 140727020974176 140100720483024 140102156453787 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19133] ppid=19068 vsize=10834680 memory=5789193038506583128 CPUtime=0.51 cores=1,3,5,7
/proc/19071/task/19133/stat : 19133 (java) S 19068 19071 12464 0 -1 1077944384 1741 13132 0 0 43 0 5 3 20 0 15 0 445302549 11094712320 47368 33554432000 4194304 4196468 140727020974176 140101581191152 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19134] ppid=19068 vsize=10834680 memory=7524777558889490026 CPUtime=0.53 cores=1,3,5,7
/proc/19071/task/19134/stat : 19134 (java) R 19068 19071 12464 0 -1 4202560 1572 13132 0 0 45 0 5 3 20 0 15 0 445302549 11094712320 47368 33554432000 4194304 4196468 140727020974176 140101580138608 140102148676633 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19135] ppid=19068 vsize=10834680 memory=7234844112153764183 CPUtime=0.51 cores=1,3,5,7
/proc/19071/task/19135/stat : 19135 (java) R 19068 19071 12464 0 -1 4202560 1658 13132 0 0 43 0 5 3 20 0 15 0 445302549 11094712320 47368 33554432000 4194304 4196468 140727020974176 140101579086064 140102140515678 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19136] ppid=19068 vsize=10834680 memory=7234844112153764183 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19136/stat : 19136 (java) S 19068 19071 12464 0 -1 1077944384 3 13132 0 0 0 0 5 3 20 0 15 0 445302550 11094712320 47368 33554432000 4194304 4196468 140727020974176 140100686924384 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19137] ppid=19068 vsize=10834680 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19137/stat : 19137 (java) S 19068 19071 12464 0 -1 1077944384 1 13132 0 0 0 0 5 3 20 0 15 0 445302550 11094712320 47368 33554432000 4194304 4196468 140727020974176 140101578033968 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
Current children cumulated CPU time: 2.89 s
Current children cumulated vsize: 10834680 KiB

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

[pid=19071/tid=19136] ppid=19068 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19136/stat : 19136 (java) S 19068 19071 12464 0 -1 1077944384 3 13132 0 0 0 0 5 3 20 0 15 0 445302550 11107315712 390030 33554432000 4194304 4196468 140727020974176 140100686924384 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19137] ppid=19068 vsize=10846988 memory=1560120 CPUtime=0.11 cores=1,3,5,7
/proc/19071/task/19137/stat : 19137 (java) S 19068 19071 12464 0 -1 1077944384 373 13132 0 0 1 2 5 3 20 0 15 0 445302550 11107315712 390030 33554432000 4194304 4196468 140727020974176 140101578033968 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
Current children cumulated CPU time: 81.77 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1560120 KiB

[startup+67.2007 s]
/proc/loadavg: 1.81 1.74 1.61 3/225 19143
/proc/meminfo: memFree=27058548/32770624 swapFree=66922596/67108860
[pid=19071] ppid=19068 vsize=10846988 memory=1559608 CPUtime=83.37 cores=1,3,5,7
/proc/19071/stat : 19071 (java) S 19068 19071 12464 0 -1 1077944320 100688 13132 0 0 8275 54 5 3 20 0 15 0 445302535 11107315712 389902 33554432000 4194304 4196468 140727020974176 140727020956720 140102156435191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
/proc/19071/statm: 2711747 389902 3634 1 0 2673805 0
[pid=19071/tid=19124] ppid=19068 vsize=10846988 memory=2364 CPUtime=66.79 cores=1,3,5,7
/proc/19071/task/19124/stat : 19124 (java) R 19068 19071 12464 0 -1 4202560 30863 13132 0 0 6647 24 5 3 20 0 15 0 445302544 11107315712 389902 33554432000 4194304 4196468 140727020974176 140102128271440 140101718673025 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19125] ppid=19068 vsize=10846988 memory=1540 CPUtime=0.3 cores=1,3,5,7
/proc/19071/task/19125/stat : 19125 (java) S 19068 19071 12464 0 -1 1077944384 599 13132 0 0 18 4 5 3 20 0 15 0 445302545 11107315712 389902 33554432000 4194304 4196468 140727020974176 140102160677136 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19126] ppid=19068 vsize=10846988 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/19071/task/19126/stat : 19126 (java) S 19068 19071 12464 0 -1 1077944384 1791 13132 0 0 17 4 5 3 20 0 15 0 445302545 11107315712 389902 33554432000 4194304 4196468 140727020974176 140102048950672 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19127] ppid=19068 vsize=10846988 memory=2832 CPUtime=0.27 cores=1,3,5,7
/proc/19071/task/19127/stat : 19127 (java) S 19068 19071 12464 0 -1 1077944384 986 13132 0 0 16 3 5 3 20 0 15 0 445302545 11107315712 389902 33554432000 4194304 4196468 140727020974176 140102047898128 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19128] ppid=19068 vsize=10846988 memory=772 CPUtime=0.31 cores=1,3,5,7
/proc/19071/task/19128/stat : 19128 (java) S 19068 19071 12464 0 -1 1077944384 2900 13132 0 0 18 5 5 3 20 0 15 0 445302545 11107315712 389902 33554432000 4194304 4196468 140727020974176 140102046845584 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19129] ppid=19068 vsize=10846988 memory=1060 CPUtime=0.18 cores=1,3,5,7
/proc/19071/task/19129/stat : 19129 (java) S 19068 19071 12464 0 -1 1077944384 3848 13132 0 0 10 0 5 3 20 0 15 0 445302546 11107315712 389902 33554432000 4194304 4196468 140727020974176 140101615802864 140102156446338 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19130] ppid=19068 vsize=10846988 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19130/stat : 19130 (java) S 19068 19071 12464 0 -1 1077944384 55 13132 0 0 0 0 5 3 20 0 15 0 445302546 11107315712 389902 33554432000 4194304 4196468 140727020974176 140101614749152 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19131] ppid=19068 vsize=10846988 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19131/stat : 19131 (java) S 19068 19071 12464 0 -1 1077944384 14 13132 0 0 0 0 5 3 20 0 15 0 445302547 11107315712 389902 33554432000 4194304 4196468 140727020974176 140100960773632 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19132] ppid=19068 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19132/stat : 19132 (java) S 19068 19071 12464 0 -1 1077944384 3 13132 0 0 0 0 5 3 20 0 15 0 445302549 11107315712 389902 33554432000 4194304 4196468 140727020974176 140100720483024 140102156453787 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19133] ppid=19068 vsize=10846988 memory=5937554532017335649 CPUtime=6.6 cores=1,3,5,7
/proc/19071/task/19133/stat : 19133 (java) S 19068 19071 12464 0 -1 1077944384 21346 13132 0 0 649 3 5 3 20 0 15 0 445302549 11107315712 389902 33554432000 4194304 4196468 140727020974176 140101581191152 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19134] ppid=19068 vsize=10846988 memory=6791534058613427641 CPUtime=6.82 cores=1,3,5,7
/proc/19071/task/19134/stat : 19134 (java) S 19068 19071 12464 0 -1 1077944384 20837 13132 0 0 672 2 5 3 20 0 15 0 445302549 11107315712 389902 33554432000 4194304 4196468 140727020974176 140101580138608 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19135] ppid=19068 vsize=10846988 memory=47248 CPUtime=2.32 cores=1,3,5,7
/proc/19071/task/19135/stat : 19135 (java) S 19068 19071 12464 0 -1 1077944384 14864 13132 0 0 220 4 5 3 20 0 15 0 445302549 11107315712 389902 33554432000 4194304 4196468 140727020974176 140101579086064 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19136] ppid=19068 vsize=10846988 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19136/stat : 19136 (java) S 19068 19071 12464 0 -1 1077944384 3 13132 0 0 0 0 5 3 20 0 15 0 445302550 11107315712 389902 33554432000 4194304 4196468 140727020974176 140100686924384 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19137] ppid=19068 vsize=10846988 memory=2016 CPUtime=0.11 cores=1,3,5,7
/proc/19071/task/19137/stat : 19137 (java) S 19068 19071 12464 0 -1 1077944384 373 13132 0 0 1 2 5 3 20 0 15 0 445302550 11107315712 389902 33554432000 4194304 4196468 140727020974176 140101578033968 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
Current children cumulated CPU time: 83.37 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1559608 KiB

[startup+67.6007 s]
/proc/loadavg: 1.81 1.74 1.61 3/225 19143
/proc/meminfo: memFree=27058548/32770624 swapFree=66922596/67108860
[pid=19071] ppid=19068 vsize=10846988 memory=1559608 CPUtime=83.79 cores=1,3,5,7
/proc/19071/stat : 19071 (java) S 19068 19071 12464 0 -1 1077944320 101603 13132 0 0 8317 54 5 3 20 0 15 0 445302535 11107315712 389902 33554432000 4194304 4196468 140727020974176 140727020956720 140102156435191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
/proc/19071/statm: 2711747 389902 3634 1 0 2673805 0
[pid=19071/tid=19124] ppid=19068 vsize=10846988 memory=6791534058613427641 CPUtime=67.19 cores=1,3,5,7
/proc/19071/task/19124/stat : 19124 (java) R 19068 19071 12464 0 -1 4202560 30870 13132 0 0 6687 24 5 3 20 0 15 0 445302544 11107315712 389902 33554432000 4194304 4196468 140727020974176 140102128271440 140101734166995 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19125] ppid=19068 vsize=10846988 memory=-7679004722349093442 CPUtime=0.3 cores=1,3,5,7
/proc/19071/task/19125/stat : 19125 (java) S 19068 19071 12464 0 -1 1077944384 599 13132 0 0 18 4 5 3 20 0 15 0 445302545 11107315712 389902 33554432000 4194304 4196468 140727020974176 140102160677136 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19126] ppid=19068 vsize=10846988 memory=-7740096080597194087 CPUtime=0.29 cores=1,3,5,7
/proc/19071/task/19126/stat : 19126 (java) S 19068 19071 12464 0 -1 1077944384 1791 13132 0 0 17 4 5 3 20 0 15 0 445302545 11107315712 389902 33554432000 4194304 4196468 140727020974176 140102048950672 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19127] ppid=19068 vsize=10846988 memory=-7679004722349093442 CPUtime=0.27 cores=1,3,5,7
/proc/19071/task/19127/stat : 19127 (java) S 19068 19071 12464 0 -1 1077944384 986 13132 0 0 16 3 5 3 20 0 15 0 445302545 11107315712 389902 33554432000 4194304 4196468 140727020974176 140102047898128 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19128] ppid=19068 vsize=10846988 memory=4137282578176515228 CPUtime=0.31 cores=1,3,5,7
/proc/19071/task/19128/stat : 19128 (java) S 19068 19071 12464 0 -1 1077944384 2900 13132 0 0 18 5 5 3 20 0 15 0 445302545 11107315712 389902 33554432000 4194304 4196468 140727020974176 140102046845584 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19129] ppid=19068 vsize=10846988 memory=6944656592455359545 CPUtime=0.18 cores=1,3,5,7
/proc/19071/task/19129/stat : 19129 (java) S 19068 19071 12464 0 -1 1077944384 3848 13132 0 0 10 0 5 3 20 0 15 0 445302546 11107315712 389902 33554432000 4194304 4196468 140727020974176 140101615802864 140102156446338 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19130] ppid=19068 vsize=10846988 memory=-7814691523512926820 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19130/stat : 19130 (java) S 19068 19071 12464 0 -1 1077944384 55 13132 0 0 0 0 5 3 20 0 15 0 445302546 11107315712 389902 33554432000 4194304 4196468 140727020974176 140101614749152 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19131] ppid=19068 vsize=10846988 memory=7679927811743456362 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19131/stat : 19131 (java) S 19068 19071 12464 0 -1 1077944384 14 13132 0 0 0 0 5 3 20 0 15 0 445302547 11107315712 389902 33554432000 4194304 4196468 140727020974176 140100960773632 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19132] ppid=19068 vsize=10846988 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19132/stat : 19132 (java) S 19068 19071 12464 0 -1 1077944384 3 13132 0 0 0 0 5 3 20 0 15 0 445302549 11107315712 389902 33554432000 4194304 4196468 140727020974176 140100720483024 140102156453787 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19133] ppid=19068 vsize=10846988 memory=-2026666227646604569 CPUtime=6.62 cores=1,3,5,7
/proc/19071/task/19133/stat : 19133 (java) S 19068 19071 12464 0 -1 1077944384 22254 13132 0 0 651 3 5 3 20 0 15 0 445302549 11107315712 389902 33554432000 4194304 4196468 140727020974176 140101581191152 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19134] ppid=19068 vsize=10846988 memory=280425797546000 CPUtime=6.82 cores=1,3,5,7
/proc/19071/task/19134/stat : 19134 (java) S 19068 19071 12464 0 -1 1077944384 20837 13132 0 0 672 2 5 3 20 0 15 0 445302549 11107315712 389902 33554432000 4194304 4196468 140727020974176 140101580138608 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19135] ppid=19068 vsize=10846988 memory=1560120 CPUtime=2.32 cores=1,3,5,7
/proc/19071/task/19135/stat : 19135 (java) S 19068 19071 12464 0 -1 1077944384 14864 13132 0 0 220 4 5 3 20 0 15 0 445302549 11107315712 389902 33554432000 4194304 4196468 140727020974176 140101579086064 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19136] ppid=19068 vsize=10846988 memory=1060 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19136/stat : 19136 (java) S 19068 19071 12464 0 -1 1077944384 3 13132 0 0 0 0 5 3 20 0 15 0 445302550 11107315712 389902 33554432000 4194304 4196468 140727020974176 140100686924384 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19137] ppid=19068 vsize=10846988 memory=1484 CPUtime=0.11 cores=1,3,5,7
/proc/19071/task/19137/stat : 19137 (java) S 19068 19071 12464 0 -1 1077944384 373 13132 0 0 1 2 5 3 20 0 15 0 445302550 11107315712 389902 33554432000 4194304 4196468 140727020974176 140101578033968 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
Current children cumulated CPU time: 83.79 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1559608 KiB

[startup+67.8007 s]
/proc/loadavg: 1.81 1.74 1.61 3/225 19143
/proc/meminfo: memFree=27058548/32770624 swapFree=66922596/67108860
[pid=19071] ppid=19068 vsize=10846988 memory=1559608 CPUtime=83.99 cores=1,3,5,7
/proc/19071/stat : 19071 (java) S 19068 19071 12464 0 -1 1077944320 101603 13132 0 0 8337 54 5 3 20 0 15 0 445302535 11107315712 389902 33554432000 4194304 4196468 140727020974176 140727020956720 140102156435191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
/proc/19071/statm: 2711747 389902 3634 1 0 2673805 0
[pid=19071/tid=19124] ppid=19068 vsize=10846988 memory=1176 CPUtime=67.39 cores=1,3,5,7
/proc/19071/task/19124/stat : 19124 (java) R 19068 19071 12464 0 -1 4202560 30870 13132 0 0 6707 24 5 3 20 0 15 0 445302544 11107315712 389902 33554432000 4194304 4196468 140727020974176 140102128271440 140101721399030 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19125] ppid=19068 vsize=10846988 memory=6072 CPUtime=0.3 cores=1,3,5,7
/proc/19071/task/19125/stat : 19125 (java) S 19068 19071 12464 0 -1 1077944384 599 13132 0 0 18 4 5 3 20 0 15 0 445302545 11107315712 389902 33554432000 4194304 4196468 140727020974176 140102160677136 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19126] ppid=19068 vsize=10846988 memory=780 CPUtime=0.29 cores=1,3,5,7
/proc/19071/task/19126/stat : 19126 (java) S 19068 19071 12464 0 -1 1077944384 1791 13132 0 0 17 4 5 3 20 0 15 0 445302545 11107315712 389902 33554432000 4194304 4196468 140727020974176 140102048950672 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19127] ppid=19068 vsize=10846988 memory=14008 CPUtime=0.27 cores=1,3,5,7
/proc/19071/task/19127/stat : 19127 (java) S 19068 19071 12464 0 -1 1077944384 986 13132 0 0 16 3 5 3 20 0 15 0 445302545 11107315712 389902 33554432000 4194304 4196468 140727020974176 140102047898128 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19128] ppid=19068 vsize=10846988 memory=24776 CPUtime=0.31 cores=1,3,5,7
/proc/19071/task/19128/stat : 19128 (java) S 19068 19071 12464 0 -1 1077944384 2900 13132 0 0 18 5 5 3 20 0 15 0 445302545 11107315712 389902 33554432000 4194304 4196468 140727020974176 140102046845584 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19129] ppid=19068 vsize=10846988 memory=2116 CPUtime=0.18 cores=1,3,5,7
/proc/19071/task/19129/stat : 19129 (java) S 19068 19071 12464 0 -1 1077944384 3848 13132 0 0 10 0 5 3 20 0 15 0 445302546 11107315712 389902 33554432000 4194304 4196468 140727020974176 140101615802864 140102156446338 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19130] ppid=19068 vsize=10846988 memory=12024 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19130/stat : 19130 (java) S 19068 19071 12464 0 -1 1077944384 55 13132 0 0 0 0 5 3 20 0 15 0 445302546 11107315712 389902 33554432000 4194304 4196468 140727020974176 140101614749152 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19131] ppid=19068 vsize=10846988 memory=1560 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19131/stat : 19131 (java) S 19068 19071 12464 0 -1 1077944384 14 13132 0 0 0 0 5 3 20 0 15 0 445302547 11107315712 389902 33554432000 4194304 4196468 140727020974176 140100960773632 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19132] ppid=19068 vsize=10846988 memory=500 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19132/stat : 19132 (java) S 19068 19071 12464 0 -1 1077944384 3 13132 0 0 0 0 5 3 20 0 15 0 445302549 11107315712 389902 33554432000 4194304 4196468 140727020974176 140100720483024 140102156453787 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19133] ppid=19068 vsize=10846988 memory=928 CPUtime=6.62 cores=1,3,5,7
/proc/19071/task/19133/stat : 19133 (java) S 19068 19071 12464 0 -1 1077944384 22254 13132 0 0 651 3 5 3 20 0 15 0 445302549 11107315712 389902 33554432000 4194304 4196468 140727020974176 140101581191152 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19134] ppid=19068 vsize=10846988 memory=1984 CPUtime=6.82 cores=1,3,5,7
/proc/19071/task/19134/stat : 19134 (java) S 19068 19071 12464 0 -1 1077944384 20837 13132 0 0 672 2 5 3 20 0 15 0 445302549 11107315712 389902 33554432000 4194304 4196468 140727020974176 140101580138608 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19135] ppid=19068 vsize=10846988 memory=33 CPUtime=2.32 cores=1,3,5,7
/proc/19071/task/19135/stat : 19135 (java) S 19068 19071 12464 0 -1 1077944384 14864 13132 0 0 220 4 5 3 20 0 15 0 445302549 11107315712 389902 33554432000 4194304 4196468 140727020974176 140101579086064 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19136] ppid=19068 vsize=10846988 memory=7897517683652307531 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19136/stat : 19136 (java) S 19068 19071 12464 0 -1 1077944384 3 13132 0 0 0 0 5 3 20 0 15 0 445302550 11107315712 389902 33554432000 4194304 4196468 140727020974176 140100686924384 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19137] ppid=19068 vsize=10846988 memory=8514726395715349656 CPUtime=0.11 cores=1,3,5,7
/proc/19071/task/19137/stat : 19137 (java) S 19068 19071 12464 0 -1 1077944384 373 13132 0 0 1 2 5 3 20 0 15 0 445302550 11107315712 389902 33554432000 4194304 4196468 140727020974176 140101578033968 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
Current children cumulated CPU time: 83.99 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1559608 KiB

[startup+67.9008 s]
/proc/loadavg: 1.81 1.74 1.61 3/225 19143
/proc/meminfo: memFree=27058548/32770624 swapFree=66922596/67108860
[pid=19071] ppid=19068 vsize=10846988 memory=1559608 CPUtime=84.09 cores=1,3,5,7
/proc/19071/stat : 19071 (java) S 19068 19071 12464 0 -1 1077944320 101603 13132 0 0 8347 54 5 3 20 0 15 0 445302535 11107315712 389902 33554432000 4194304 4196468 140727020974176 140727020956720 140102156435191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
/proc/19071/statm: 2711747 389902 3634 1 0 2673805 0
[pid=19071/tid=19124] ppid=19068 vsize=10846988 memory=1559608 CPUtime=67.49 cores=1,3,5,7
/proc/19071/task/19124/stat : 19124 (java) R 19068 19071 12464 0 -1 4202560 30870 13132 0 0 6717 24 5 3 20 0 15 0 445302544 11107315712 389902 33554432000 4194304 4196468 140727020974176 140102128271440 140101724655956 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19125] ppid=19068 vsize=10846988 memory=1560120 CPUtime=0.3 cores=1,3,5,7
/proc/19071/task/19125/stat : 19125 (java) S 19068 19071 12464 0 -1 1077944384 599 13132 0 0 18 4 5 3 20 0 15 0 445302545 11107315712 389902 33554432000 4194304 4196468 140727020974176 140102160677136 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19126] ppid=19068 vsize=10846988 memory=1560120 CPUtime=0.29 cores=1,3,5,7
/proc/19071/task/19126/stat : 19126 (java) S 19068 19071 12464 0 -1 1077944384 1791 13132 0 0 17 4 5 3 20 0 15 0 445302545 11107315712 389902 33554432000 4194304 4196468 140727020974176 140102048950672 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19127] ppid=19068 vsize=10846988 memory=1567816 CPUtime=0.27 cores=1,3,5,7
/proc/19071/task/19127/stat : 19127 (java) S 19068 19071 12464 0 -1 1077944384 986 13132 0 0 16 3 5 3 20 0 15 0 445302545 11107315712 389902 33554432000 4194304 4196468 140727020974176 140102047898128 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19128] ppid=19068 vsize=10846988 memory=1567816 CPUtime=0.31 cores=1,3,5,7
/proc/19071/task/19128/stat : 19128 (java) S 19068 19071 12464 0 -1 1077944384 2900 13132 0 0 18 5 5 3 20 0 15 0 445302545 11107315712 389902 33554432000 4194304 4196468 140727020974176 140102046845584 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19129] ppid=19068 vsize=10846988 memory=1484 CPUtime=0.18 cores=1,3,5,7
/proc/19071/task/19129/stat : 19129 (java) S 19068 19071 12464 0 -1 1077944384 3848 13132 0 0 10 0 5 3 20 0 15 0 445302546 11107315712 389902 33554432000 4194304 4196468 140727020974176 140101615802864 140102156446338 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19130] ppid=19068 vsize=10846988 memory=1096 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19130/stat : 19130 (java) S 19068 19071 12464 0 -1 1077944384 55 13132 0 0 0 0 5 3 20 0 15 0 445302546 11107315712 389902 33554432000 4194304 4196468 140727020974176 140101614749152 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19131] ppid=19068 vsize=10846988 memory=1567816 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19131/stat : 19131 (java) S 19068 19071 12464 0 -1 1077944384 14 13132 0 0 0 0 5 3 20 0 15 0 445302547 11107315712 389902 33554432000 4194304 4196468 140727020974176 140100960773632 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19132] ppid=19068 vsize=10846988 memory=1567816 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19132/stat : 19132 (java) S 19068 19071 12464 0 -1 1077944384 3 13132 0 0 0 0 5 3 20 0 15 0 445302549 11107315712 389902 33554432000 4194304 4196468 140727020974176 140100720483024 140102156453787 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19133] ppid=19068 vsize=10846988 memory=1559608 CPUtime=6.62 cores=1,3,5,7
/proc/19071/task/19133/stat : 19133 (java) S 19068 19071 12464 0 -1 1077944384 22254 13132 0 0 651 3 5 3 20 0 15 0 445302549 11107315712 389902 33554432000 4194304 4196468 140727020974176 140101581191152 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19134] ppid=19068 vsize=10846988 memory=1559608 CPUtime=6.82 cores=1,3,5,7
/proc/19071/task/19134/stat : 19134 (java) S 19068 19071 12464 0 -1 1077944384 20837 13132 0 0 672 2 5 3 20 0 15 0 445302549 11107315712 389902 33554432000 4194304 4196468 140727020974176 140101580138608 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19135] ppid=19068 vsize=10846988 memory=1567816 CPUtime=2.32 cores=1,3,5,7
/proc/19071/task/19135/stat : 19135 (java) S 19068 19071 12464 0 -1 1077944384 14864 13132 0 0 220 4 5 3 20 0 15 0 445302549 11107315712 389902 33554432000 4194304 4196468 140727020974176 140101579086064 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19136] ppid=19068 vsize=10846988 memory=280425796731120 CPUtime=0.08 cores=1,3,5,7
/proc/19071/task/19136/stat : 19136 (java) S 19068 19071 12464 0 -1 1077944384 3 13132 0 0 0 0 5 3 20 0 15 0 445302550 11107315712 389902 33554432000 4194304 4196468 140727020974176 140100686924384 140102156445397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
[pid=19071/tid=19137] ppid=19068 vsize=10846988 memory=1567816 CPUtime=0.11 cores=1,3,5,7
/proc/19071/task/19137/stat : 19137 (java) S 19068 19071 12464 0 -1 1077944384 373 13132 0 0 1 2 5 3 20 0 15 0 445302550 11107315712 389902 33554432000 4194304 4196468 140727020974176 140101578033968 140102156446338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34447360 140727020980975 140727020983493 140727020983493 140727020986319 0
Current children cumulated CPU time: 84.09 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1559608 KiB

Child status: 0
Real time (s): 67.9819
CPU time (s): 84.1807
CPU user time (s): 83.5869
CPU system time (s): 0.593819
CPU usage (%): 123.828
Max. virtual memory (cumulated for all children) (KiB): 10849652
Max. memory (cumulated for all children) (KiB): 1567816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.5869
system time used= 0.593819
maximum resident set size= 1568860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115618
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9746
involuntary context switches= 174


# summary of solver processes directly reported to runsolver:
#   pid: 19071
#   total CPU time (s): 84.1807
#   total CPU user time (s): 83.5869
#   total CPU system time (s): 0.593819

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.421387 second user time and 0.687639 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-17 05:20:50
IDJOB=4401332
IDBENCH=139724
IDSOLVER=2858
FILE ID=node139/4401332-1568690338
RUNJOBID= node139-1568673443-12496
PBS_JOBID= 21703780
Free space on /tmp= 59524 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-09-09.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401332-1568690338/watcher-4401332-1568690338 -o /tmp/evaluation-result-4401332-1568690338/solver-4401332-1568690338 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12496 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1754054935 HOME/instance-4401332-1568690338.xml

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

MD5SUM BENCH= 72a1fa157874bc53acfadcbdb1252751
RANDOM SEED=1754054935

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28536248 kB
MemAvailable:   29273336 kB
Buffers:          120928 kB
Cached:           907752 kB
SwapCached:        78132 kB
Active:          3195868 kB
Inactive:         464628 kB
Active(anon):    2556720 kB
Inactive(anon):   118736 kB
Active(file):     639148 kB
Inactive(file):   345892 kB
Unevictable:      106964 kB
Mlocked:          106964 kB
SwapTotal:      67108860 kB
SwapFree:       66922596 kB
Dirty:             35760 kB
Writeback:             0 kB
AnonPages:       2744004 kB
Mapped:            61648 kB
Shmem:             34504 kB
Slab:             164952 kB
SReclaimable:     135768 kB
SUnreclaim:        29184 kB
KernelStack:        3968 kB
PageTables:        10792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3691816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2557952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59488 MiB
End job on node139 at 2019-09-17 05:21:59