Trace number 4387482

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.10OPT2 108.703 87.7401

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.61293
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.76/0.54	c Concrete v3.10.1560635388952 running
18.03/6.59	o 80
18.86/6.81	o 79
19.19/6.99	o 78
19.52/7.10	o 77
19.75/7.14	o 76
19.75/7.18	o 75
19.75/7.19	o 5
19.97/7.23	o 4
19.97/7.26	o 3
107.62/86.77	o 2
108.64/87.72	v <instantiation
108.64/87.72	v         cost = '2'>
108.64/87.72	v       <list>
108.64/87.72	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]
108.64/87.72	v       </list>
108.64/87.72	v       <values>
108.64/87.72	v         0 0 0 0 1 1 2 2 2 0 1 1 2 0 2 0 1 2 0 1 2 1 1 2 2 0 0 1 1 2 2 0 0 1 2 0 1 2 0 2 1 0 0 1 1 1 2 1 0 2 1 0 0 2 2 0 2 1 2 0 1 0 1 2 1 0 2 0 1 2 0 1 2 2 1 0 1 2 1 2 0
108.64/87.72	v       </values>
108.64/87.72	v     </instantiation>
108.64/87.72	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 (12984 MiB free)
  memory of node 1: 16384 MiB (15462 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387482-1568307480/watcher-4387482-1568307480 -o /tmp/evaluation-result-4387482-1568307480/solver-4387482-1568307480 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568282247-6564 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=933594268 HOME/instance-4387482-1568307480.xml 

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

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


[startup+0.109549 s]*
/proc/loadavg: 1.68 1.52 1.50 3/219 12470
/proc/meminfo: memFree=29119904/32770624 swapFree=66920520/67108860
[pid=12412] ppid=12409 vsize=10355560 memory=22684 CPUtime=0.11 cores=1,3,5,7
/proc/12412/stat : 12412 (java) S 12409 12412 5621 0 -1 1077944320 4915 13290 0 0 2 1 5 3 20 0 9 0 407004092 10604093440 5671 33554432000 4194304 4196468 140736160669488 140736160652032 140700391624439 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
/proc/12412/statm: 2588890 5671 2102 1 0 2551431 0
[pid=12412/tid=12465] ppid=12409 vsize=10355560 memory=720575944405811505 CPUtime=0.09 cores=1,3,5,7
/proc/12412/task/12465/stat : 12465 (java) R 12409 12412 5621 0 -1 4202560 2692 13290 0 0 1 0 5 3 20 0 9 0 407004101 10604093440 5671 33554432000 4194304 4196468 140736160669488 140700363460464 140700391646365 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12466] ppid=12409 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12466/stat : 12466 (java) S 12409 12412 5621 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 9 0 407004102 10604093440 5671 33554432000 4194304 4196468 140736160669488 140700395866768 140700391634645 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12467] ppid=12409 vsize=10355560 memory=288370401859155584 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12467/stat : 12467 (java) S 12409 12412 5621 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 9 0 407004102 10604093440 5671 33554432000 4194304 4196468 140736160669488 140699964725776 140700391634645 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12468] ppid=12409 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12468/stat : 12468 (java) S 12409 12412 5621 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 9 0 407004102 10604093440 5671 33554432000 4194304 4196468 140736160669488 140699963672976 140700391634645 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12469] ppid=12409 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12469/stat : 12469 (java) S 12409 12412 5621 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 9 0 407004102 10604093440 5671 33554432000 4194304 4196468 140736160669488 140699962620176 140700391634645 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12470] ppid=12409 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12470/stat : 12470 (java) S 12409 12412 5621 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 9 0 407004103 10604093440 5671 33554432000 4194304 4196468 140736160669488 140699918314352 140700391635586 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12471] ppid=12409 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12471/stat : 12471 (java) S 12409 12412 5621 0 -1 1077944384 13 13290 0 0 0 0 5 3 20 0 9 0 407004103 10604093440 5671 33554432000 4194304 4196468 140736160669488 140699840276000 140700391634645 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12472] ppid=12409 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12472/stat : 12472 (java) S 12409 12412 5621 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 9 0 407004104 10604093440 5671 33554432000 4194304 4196468 140736160669488 140699236296112 140700391634645 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 22684 KiB

[startup+0.210079 s]*
/proc/loadavg: 1.68 1.52 1.50 3/227 12478
/proc/meminfo: memFree=29102784/32770624 swapFree=66920520/67108860
[pid=12412] ppid=12409 vsize=10818940 memory=39284 CPUtime=0.27 cores=1,3,5,7
/proc/12412/stat : 12412 (java) S 12409 12412 5621 0 -1 1077944320 7170 13290 0 0 17 2 5 3 20 0 15 0 407004092 11078594560 9821 33554432000 4194304 4196468 140736160669488 140736160652032 140700391624439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
/proc/12412/statm: 2704735 9821 2966 1 0 2667149 0
[pid=12412/tid=12465] ppid=12409 vsize=10818940 memory=720575944405811505 CPUtime=0.19 cores=1,3,5,7
/proc/12412/task/12465/stat : 12465 (java) R 12409 12412 5621 0 -1 4202560 3680 13290 0 0 11 0 5 3 20 0 15 0 407004101 11078594560 9821 33554432000 4194304 4196468 140736160669488 140700363456640 140700391646365 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12466] ppid=12409 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12466/stat : 12466 (java) S 12409 12412 5621 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 407004102 11078594560 9821 33554432000 4194304 4196468 140736160669488 140700395866768 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12467] ppid=12409 vsize=10818940 memory=288370401859155584 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12467/stat : 12467 (java) S 12409 12412 5621 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 407004102 11078594560 9821 33554432000 4194304 4196468 140736160669488 140699964725776 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12468] ppid=12409 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12468/stat : 12468 (java) S 12409 12412 5621 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 407004102 11078594560 9821 33554432000 4194304 4196468 140736160669488 140699963672976 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12469] ppid=12409 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12469/stat : 12469 (java) S 12409 12412 5621 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 407004102 11078594560 9821 33554432000 4194304 4196468 140736160669488 140699962620176 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12470] ppid=12409 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12470/stat : 12470 (java) S 12409 12412 5621 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 407004103 11078594560 9821 33554432000 4194304 4196468 140736160669488 140699918314352 140700391635586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12471] ppid=12409 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12471/stat : 12471 (java) S 12409 12412 5621 0 -1 1077944384 13 13290 0 0 0 0 5 3 20 0 15 0 407004103 11078594560 9821 33554432000 4194304 4196468 140736160669488 140699840276000 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12472] ppid=12409 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12472/stat : 12472 (java) S 12409 12412 5621 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 407004104 11078594560 9821 33554432000 4194304 4196468 140736160669488 140699236296048 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12473] ppid=12409 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12473/stat : 12473 (java) S 12409 12412 5621 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 407004106 11078594560 9821 33554432000 4194304 4196468 140736160669488 140698928896336 140700391643035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12474] ppid=12409 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12412/task/12474/stat : 12474 (java) S 12409 12412 5621 0 -1 1077944384 564 13290 0 0 1 0 5 3 20 0 15 0 407004106 11078594560 9821 33554432000 4194304 4196468 140736160669488 140699917261168 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12475] ppid=12409 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12475/stat : 12475 (java) S 12409 12412 5621 0 -1 1077944384 57 13290 0 0 0 0 5 3 20 0 15 0 407004106 11078594560 9821 33554432000 4194304 4196468 140736160669488 140699916208368 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12476] ppid=12409 vsize=10818940 memory=140025707443840 CPUtime=0.11 cores=1,3,5,7
/proc/12412/task/12476/stat : 12476 (java) R 12409 12412 5621 0 -1 4202560 639 13290 0 0 3 0 5 3 20 0 15 0 407004106 11078594560 9821 33554432000 4194304 4196468 140736160669488 140699915155568 140700370441467 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12477] ppid=12409 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12477/stat : 12477 (java) S 12409 12412 5621 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 407004107 11078594560 9821 33554432000 4194304 4196468 140736160669488 140698895337696 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12478] ppid=12409 vsize=10818940 memory=140025707443840 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12478/stat : 12478 (java) S 12409 12412 5621 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 407004107 11078594560 9821 33554432000 4194304 4196468 140736160669488 140699914103984 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 39284 KiB

[startup+0.31042 s]*
/proc/loadavg: 1.68 1.52 1.50 3/227 12478
/proc/meminfo: memFree=29092340/32770624 swapFree=66920520/67108860
[pid=12412] ppid=12409 vsize=10820244 memory=50620 CPUtime=0.41 cores=1,3,5,7
/proc/12412/stat : 12412 (java) S 12409 12412 5621 0 -1 1077944320 10920 13290 0 0 29 4 5 3 20 0 15 0 407004092 11079929856 12655 33554432000 4194304 4196468 140736160669488 140736160652032 140700391624439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
/proc/12412/statm: 2705061 12655 3285 1 0 2667149 0
[pid=12412/tid=12465] ppid=12409 vsize=10820244 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/12412/task/12465/stat : 12465 (java) R 12409 12412 5621 0 -1 4202560 7408 13290 0 0 19 2 5 3 20 0 15 0 407004101 11079929856 12655 33554432000 4194304 4196468 140736160669488 140700363443984 140699992825303 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12466] ppid=12409 vsize=10820244 memory=7969308241958893075 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12466/stat : 12466 (java) S 12409 12412 5621 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 407004102 11079929856 12655 33554432000 4194304 4196468 140736160669488 140700395866768 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12467] ppid=12409 vsize=10820244 memory=1398720917958146503 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12467/stat : 12467 (java) S 12409 12412 5621 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 407004102 11079929856 12655 33554432000 4194304 4196468 140736160669488 140699964725776 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12468] ppid=12409 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12468/stat : 12468 (java) S 12409 12412 5621 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 407004102 11079929856 12655 33554432000 4194304 4196468 140736160669488 140699963672976 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12469] ppid=12409 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12469/stat : 12469 (java) S 12409 12412 5621 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 407004102 11079929856 12655 33554432000 4194304 4196468 140736160669488 140699962620176 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12470] ppid=12409 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12470/stat : 12470 (java) S 12409 12412 5621 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 407004103 11079929856 12655 33554432000 4194304 4196468 140736160669488 140699918314352 140700391635586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12471] ppid=12409 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12471/stat : 12471 (java) S 12409 12412 5621 0 -1 1077944384 13 13290 0 0 0 0 5 3 20 0 15 0 407004103 11079929856 12655 33554432000 4194304 4196468 140736160669488 140699840276000 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12472] ppid=12409 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12472/stat : 12472 (java) S 12409 12412 5621 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 407004104 11079929856 12655 33554432000 4194304 4196468 140736160669488 140699236296048 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12473] ppid=12409 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12473/stat : 12473 (java) S 12409 12412 5621 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 407004106 11079929856 12655 33554432000 4194304 4196468 140736160669488 140698928896336 140700391643035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12474] ppid=12409 vsize=10820244 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/12412/task/12474/stat : 12474 (java) R 12409 12412 5621 0 -1 4202560 566 13290 0 0 2 0 5 3 20 0 15 0 407004106 11079929856 12655 33554432000 4194304 4196468 140736160669488 140699917261168 140700371076625 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12475] ppid=12409 vsize=10820244 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/12412/task/12475/stat : 12475 (java) S 12409 12412 5621 0 -1 1077944384 57 13290 0 0 1 0 5 3 20 0 15 0 407004106 11079929856 12655 33554432000 4194304 4196468 140736160669488 140699916208368 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12476] ppid=12409 vsize=10820244 memory=140025707443840 CPUtime=0.13 cores=1,3,5,7
/proc/12412/task/12476/stat : 12476 (java) S 12409 12412 5621 0 -1 1077944384 652 13290 0 0 5 0 5 3 20 0 15 0 407004106 11079929856 12655 33554432000 4194304 4196468 140736160669488 140699915155568 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12477] ppid=12409 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12477/stat : 12477 (java) S 12409 12412 5621 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 407004107 11079929856 12655 33554432000 4194304 4196468 140736160669488 140698895337696 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12478] ppid=12409 vsize=10820244 memory=140025707443840 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12478/stat : 12478 (java) S 12409 12412 5621 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 407004107 11079929856 12655 33554432000 4194304 4196468 140736160669488 140699914103984 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 50620 KiB

[startup+0.700909 s]
/proc/loadavg: 1.68 1.52 1.50 5/227 12478
/proc/meminfo: memFree=29077004/32770624 swapFree=66920520/67108860
[pid=12412] ppid=12409 vsize=10824340 memory=80876 CPUtime=1.16 cores=1,3,5,7
/proc/12412/stat : 12412 (java) S 12409 12412 5621 0 -1 1077944320 15038 13290 0 0 102 6 5 3 20 0 15 0 407004092 11084124160 20219 33554432000 4194304 4196468 140736160669488 140736160652032 140700391624439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
/proc/12412/statm: 2706085 20219 3507 1 0 2668173 0
[pid=12412/tid=12465] ppid=12409 vsize=10824340 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/12412/task/12465/stat : 12465 (java) R 12409 12412 5621 0 -1 4202560 10730 13290 0 0 56 4 5 3 20 0 15 0 407004101 11084124160 20219 33554432000 4194304 4196468 140736160669488 140700363442400 140700391646365 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12466] ppid=12409 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12466/stat : 12466 (java) S 12409 12412 5621 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 407004102 11084124160 20219 33554432000 4194304 4196468 140736160669488 140700395866768 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12467] ppid=12409 vsize=10824340 memory=280051195136864 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12467/stat : 12467 (java) S 12409 12412 5621 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 407004102 11084124160 20219 33554432000 4194304 4196468 140736160669488 140699964725776 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12468] ppid=12409 vsize=10824340 memory=338 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12468/stat : 12468 (java) S 12409 12412 5621 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 407004102 11084124160 20219 33554432000 4194304 4196468 140736160669488 140699963672976 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12469] ppid=12409 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12469/stat : 12469 (java) S 12409 12412 5621 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 407004102 11084124160 20219 33554432000 4194304 4196468 140736160669488 140699962620176 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12470] ppid=12409 vsize=10824340 memory=1552 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12470/stat : 12470 (java) S 12409 12412 5621 0 -1 1077944384 5 13290 0 0 0 0 5 3 20 0 15 0 407004103 11084124160 20219 33554432000 4194304 4196468 140736160669488 140699918314352 140700391635586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12471] ppid=12409 vsize=10824340 memory=7956 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12471/stat : 12471 (java) S 12409 12412 5621 0 -1 1077944384 13 13290 0 0 0 0 5 3 20 0 15 0 407004103 11084124160 20219 33554432000 4194304 4196468 140736160669488 140699840276000 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12472] ppid=12409 vsize=10824340 memory=3444 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12472/stat : 12472 (java) S 12409 12412 5621 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 407004104 11084124160 20219 33554432000 4194304 4196468 140736160669488 140699236296048 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12473] ppid=12409 vsize=10824340 memory=1556 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12473/stat : 12473 (java) S 12409 12412 5621 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 407004106 11084124160 20219 33554432000 4194304 4196468 140736160669488 140698928896336 140700391643035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12474] ppid=12409 vsize=10824340 memory=2832 CPUtime=0.23 cores=1,3,5,7
/proc/12412/task/12474/stat : 12474 (java) S 12409 12412 5621 0 -1 1077944384 901 13290 0 0 15 0 5 3 20 0 15 0 407004106 11084124160 20219 33554432000 4194304 4196468 140736160669488 140699917261168 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12475] ppid=12409 vsize=10824340 memory=984 CPUtime=0.21 cores=1,3,5,7
/proc/12412/task/12475/stat : 12475 (java) S 12409 12412 5621 0 -1 1077944384 348 13290 0 0 13 0 5 3 20 0 15 0 407004106 11084124160 20219 33554432000 4194304 4196468 140736160669488 140699916208368 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12476] ppid=12409 vsize=10824340 memory=14012 CPUtime=0.25 cores=1,3,5,7
/proc/12412/task/12476/stat : 12476 (java) S 12409 12412 5621 0 -1 1077944384 819 13290 0 0 17 0 5 3 20 0 15 0 407004106 11084124160 20219 33554432000 4194304 4196468 140736160669488 140699915155568 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12477] ppid=12409 vsize=10824340 memory=5044 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12477/stat : 12477 (java) S 12409 12412 5621 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 407004107 11084124160 20219 33554432000 4194304 4196468 140736160669488 140698895337696 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12478] ppid=12409 vsize=10824340 memory=2016 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12478/stat : 12478 (java) S 12409 12412 5621 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 407004107 11084124160 20219 33554432000 4194304 4196468 140736160669488 140699914103984 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80876 KiB

[startup+1.50075 s]
/proc/loadavg: 1.68 1.52 1.50 5/227 12478
/proc/meminfo: memFree=29026364/32770624 swapFree=66920520/67108860
[pid=12412] ppid=12409 vsize=10834656 memory=188128 CPUtime=2.95 cores=1,3,5,7
/proc/12412/stat : 12412 (java) S 12409 12412 5621 0 -1 1077944320 24230 13290 0 0 276 11 5 3 20 0 15 0 407004092 11094687744 47032 33554432000 4194304 4196468 140736160669488 140736160652032 140700391624439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
/proc/12412/statm: 2708664 47032 3586 1 0 2670733 0
[pid=12412/tid=12465] ppid=12409 vsize=10834656 memory=184292 CPUtime=1.44 cores=1,3,5,7
/proc/12412/task/12465/stat : 12465 (java) R 12409 12412 5621 0 -1 4202560 15562 13290 0 0 130 6 5 3 20 0 15 0 407004101 11094687744 47032 33554432000 4194304 4196468 140736160669488 140700363452040 140700375668069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12466] ppid=12409 vsize=10834656 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/12412/task/12466/stat : 12466 (java) S 12409 12412 5621 0 -1 1077944384 69 13290 0 0 1 0 5 3 20 0 15 0 407004102 11094687744 47032 33554432000 4194304 4196468 140736160669488 140700395866768 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12467] ppid=12409 vsize=10834656 memory=33 CPUtime=0.09 cores=1,3,5,7
/proc/12412/task/12467/stat : 12467 (java) S 12409 12412 5621 0 -1 1077944384 278 13290 0 0 1 0 5 3 20 0 15 0 407004102 11094687744 47032 33554432000 4194304 4196468 140736160669488 140699964725776 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12468] ppid=12409 vsize=10834656 memory=3524 CPUtime=0.09 cores=1,3,5,7
/proc/12412/task/12468/stat : 12468 (java) S 12409 12412 5621 0 -1 1077944384 33 13290 0 0 1 0 5 3 20 0 15 0 407004102 11094687744 47032 33554432000 4194304 4196468 140736160669488 140699963672976 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12469] ppid=12409 vsize=10834656 memory=21 CPUtime=0.09 cores=1,3,5,7
/proc/12412/task/12469/stat : 12469 (java) S 12409 12412 5621 0 -1 1077944384 111 13290 0 0 1 0 5 3 20 0 15 0 407004102 11094687744 47032 33554432000 4194304 4196468 140736160669488 140699962620176 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12470] ppid=12409 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12412/task/12470/stat : 12470 (java) S 12409 12412 5621 0 -1 1077944384 497 13290 0 0 1 0 5 3 20 0 15 0 407004103 11094687744 47032 33554432000 4194304 4196468 140736160669488 140699918314352 140700391635586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12471] ppid=12409 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12471/stat : 12471 (java) S 12409 12412 5621 0 -1 1077944384 13 13290 0 0 0 0 5 3 20 0 15 0 407004103 11094687744 47032 33554432000 4194304 4196468 140736160669488 140699840276064 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12472] ppid=12409 vsize=10834656 memory=2832 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12472/stat : 12472 (java) S 12409 12412 5621 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 407004104 11094687744 47032 33554432000 4194304 4196468 140736160669488 140699236296064 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12473] ppid=12409 vsize=10834656 memory=984 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12473/stat : 12473 (java) S 12409 12412 5621 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 407004106 11094687744 47032 33554432000 4194304 4196468 140736160669488 140698928896336 140700391643035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12474] ppid=12409 vsize=10834656 memory=14012 CPUtime=0.57 cores=1,3,5,7
/proc/12412/task/12474/stat : 12474 (java) S 12409 12412 5621 0 -1 1077944384 2076 13290 0 0 49 0 5 3 20 0 15 0 407004106 11094687744 47032 33554432000 4194304 4196468 140736160669488 140699917261168 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12475] ppid=12409 vsize=10834656 memory=5044 CPUtime=0.52 cores=1,3,5,7
/proc/12412/task/12475/stat : 12475 (java) S 12409 12412 5621 0 -1 1077944384 1580 13290 0 0 44 0 5 3 20 0 15 0 407004106 11094687744 47032 33554432000 4194304 4196468 140736160669488 140699916208368 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12476] ppid=12409 vsize=10834656 memory=2120 CPUtime=0.53 cores=1,3,5,7
/proc/12412/task/12476/stat : 12476 (java) R 12409 12412 5621 0 -1 4202560 1795 13290 0 0 44 1 5 3 20 0 15 0 407004106 11094687744 47032 33554432000 4194304 4196468 140736160669488 140699915155568 140700370280658 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0

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

[pid=12412/tid=12477] ppid=12409 vsize=10846964 memory=2120 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12477/stat : 12477 (java) S 12409 12412 5621 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 407004107 11107291136 306383 33554432000 4194304 4196468 140736160669488 140698895337696 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12478] ppid=12409 vsize=10846964 memory=12020 CPUtime=0.11 cores=1,3,5,7
/proc/12412/task/12478/stat : 12478 (java) S 12409 12412 5621 0 -1 1077944384 112 13290 0 0 2 1 5 3 20 0 15 0 407004107 11107291136 306383 33554432000 4194304 4196468 140736160669488 140699914103984 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
Current children cumulated CPU time: 105.72 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1225532 KiB

[startup+86.4007 s]
/proc/loadavg: 1.51 1.54 1.51 3/227 12484
/proc/meminfo: memFree=27915556/32770624 swapFree=66920520/67108860
[pid=12412] ppid=12409 vsize=10846964 memory=1223996 CPUtime=107.32 cores=1,3,5,7
/proc/12412/stat : 12412 (java) S 12409 12412 5621 0 -1 1077944320 104301 13290 0 0 10664 60 5 3 20 0 15 0 407004092 11107291136 305999 33554432000 4194304 4196468 140736160669488 140736160652032 140700391624439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
/proc/12412/statm: 2711741 305999 3629 1 0 2673805 0
[pid=12412/tid=12465] ppid=12409 vsize=10846964 memory=1229636 CPUtime=85.97 cores=1,3,5,7
/proc/12412/task/12465/stat : 12465 (java) R 12409 12412 5621 0 -1 4202560 32051 13290 0 0 8565 24 5 3 20 0 15 0 407004101 11107291136 305999 33554432000 4194304 4196468 140736160669488 140700363460080 140700009954042 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12466] ppid=12409 vsize=10846964 memory=1408 CPUtime=0.29 cores=1,3,5,7
/proc/12412/task/12466/stat : 12466 (java) S 12409 12412 5621 0 -1 1077944384 2764 13290 0 0 16 5 5 3 20 0 15 0 407004102 11107291136 305999 33554432000 4194304 4196468 140736160669488 140700395866768 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12467] ppid=12409 vsize=10846964 memory=3224 CPUtime=0.27 cores=1,3,5,7
/proc/12412/task/12467/stat : 12467 (java) S 12409 12412 5621 0 -1 1077944384 1492 13290 0 0 15 4 5 3 20 0 15 0 407004102 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699964725776 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12468] ppid=12409 vsize=10846964 memory=2397612 CPUtime=0.27 cores=1,3,5,7
/proc/12412/task/12468/stat : 12468 (java) S 12409 12412 5621 0 -1 1077944384 1400 13290 0 0 16 3 5 3 20 0 15 0 407004102 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699963672976 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12469] ppid=12409 vsize=10846964 memory=56 CPUtime=0.28 cores=1,3,5,7
/proc/12412/task/12469/stat : 12469 (java) S 12409 12412 5621 0 -1 1077944384 1025 13290 0 0 16 4 5 3 20 0 15 0 407004102 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699962620176 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12470] ppid=12409 vsize=10846964 memory=288283372642643818 CPUtime=0.2 cores=1,3,5,7
/proc/12412/task/12470/stat : 12470 (java) S 12409 12412 5621 0 -1 1077944384 5332 13290 0 0 11 1 5 3 20 0 15 0 407004103 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699918314352 140700391635586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12471] ppid=12409 vsize=10846964 memory=306925510707482096 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12471/stat : 12471 (java) S 12409 12412 5621 0 -1 1077944384 25 13290 0 0 0 0 5 3 20 0 15 0 407004103 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699840276064 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12472] ppid=12409 vsize=10846964 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12472/stat : 12472 (java) S 12409 12412 5621 0 -1 1077944384 16 13290 0 0 0 0 5 3 20 0 15 0 407004104 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699236296064 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12473] ppid=12409 vsize=10846964 memory=1044 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12473/stat : 12473 (java) S 12409 12412 5621 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 407004106 11107291136 305999 33554432000 4194304 4196468 140736160669488 140698928896336 140700391643035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12474] ppid=12409 vsize=10846964 memory=708 CPUtime=8.2 cores=1,3,5,7
/proc/12412/task/12474/stat : 12474 (java) S 12409 12412 5621 0 -1 1077944384 21256 13290 0 0 807 5 5 3 20 0 15 0 407004106 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699917261168 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12475] ppid=12409 vsize=10846964 memory=9364 CPUtime=8.54 cores=1,3,5,7
/proc/12412/task/12475/stat : 12475 (java) S 12409 12412 5621 0 -1 1077944384 20287 13290 0 0 842 4 5 3 20 0 15 0 407004106 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699916208368 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12476] ppid=12409 vsize=10846964 memory=1120 CPUtime=3.8 cores=1,3,5,7
/proc/12412/task/12476/stat : 12476 (java) S 12409 12412 5621 0 -1 1077944384 16316 13290 0 0 367 5 5 3 20 0 15 0 407004106 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699915155568 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12477] ppid=12409 vsize=10846964 memory=1225532 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12477/stat : 12477 (java) S 12409 12412 5621 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 407004107 11107291136 305999 33554432000 4194304 4196468 140736160669488 140698895337696 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12478] ppid=12409 vsize=10846964 memory=3580 CPUtime=0.12 cores=1,3,5,7
/proc/12412/task/12478/stat : 12478 (java) S 12409 12412 5621 0 -1 1077944384 122 13290 0 0 2 2 5 3 20 0 15 0 407004107 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699914103984 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
Current children cumulated CPU time: 107.32 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1223996 KiB

[startup+87.2007 s]
/proc/loadavg: 1.51 1.54 1.51 3/227 12484
/proc/meminfo: memFree=27915608/32770624 swapFree=66920520/67108860
[pid=12412] ppid=12409 vsize=10846964 memory=1223996 CPUtime=108.13 cores=1,3,5,7
/proc/12412/stat : 12412 (java) S 12409 12412 5621 0 -1 1077944320 107207 13290 0 0 10745 60 5 3 20 0 15 0 407004092 11107291136 305999 33554432000 4194304 4196468 140736160669488 140736160652032 140700391624439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
/proc/12412/statm: 2711741 305999 3629 1 0 2673805 0
[pid=12412/tid=12465] ppid=12409 vsize=10846964 memory=1223996 CPUtime=86.77 cores=1,3,5,7
/proc/12412/task/12465/stat : 12465 (java) R 12409 12412 5621 0 -1 4202560 33226 13290 0 0 8645 24 5 3 20 0 15 0 407004101 11107291136 305999 33554432000 4194304 4196468 140736160669488 140700363460784 140700001126912 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12466] ppid=12409 vsize=10846964 memory=988 CPUtime=0.29 cores=1,3,5,7
/proc/12412/task/12466/stat : 12466 (java) S 12409 12412 5621 0 -1 1077944384 3231 13290 0 0 16 5 5 3 20 0 15 0 407004102 11107291136 305999 33554432000 4194304 4196468 140736160669488 140700395866768 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12467] ppid=12409 vsize=10846964 memory=2016 CPUtime=0.28 cores=1,3,5,7
/proc/12412/task/12467/stat : 12467 (java) S 12409 12412 5621 0 -1 1077944384 1531 13290 0 0 16 4 5 3 20 0 15 0 407004102 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699964725776 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12468] ppid=12409 vsize=10846964 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/12412/task/12468/stat : 12468 (java) S 12409 12412 5621 0 -1 1077944384 1440 13290 0 0 16 3 5 3 20 0 15 0 407004102 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699963672976 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12469] ppid=12409 vsize=10846964 memory=2604 CPUtime=0.28 cores=1,3,5,7
/proc/12412/task/12469/stat : 12469 (java) S 12409 12412 5621 0 -1 1077944384 1029 13290 0 0 16 4 5 3 20 0 15 0 407004102 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699962620176 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12470] ppid=12409 vsize=10846964 memory=2604 CPUtime=0.2 cores=1,3,5,7
/proc/12412/task/12470/stat : 12470 (java) S 12409 12412 5621 0 -1 1077944384 5558 13290 0 0 11 1 5 3 20 0 15 0 407004103 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699918314352 140700391635586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12471] ppid=12409 vsize=10846964 memory=4100 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12471/stat : 12471 (java) S 12409 12412 5621 0 -1 1077944384 25 13290 0 0 0 0 5 3 20 0 15 0 407004103 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699840276064 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12472] ppid=12409 vsize=10846964 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12472/stat : 12472 (java) S 12409 12412 5621 0 -1 1077944384 16 13290 0 0 0 0 5 3 20 0 15 0 407004104 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699236296064 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12473] ppid=12409 vsize=10846964 memory=3224 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12473/stat : 12473 (java) S 12409 12412 5621 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 407004106 11107291136 305999 33554432000 4194304 4196468 140736160669488 140698928896336 140700391643035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12474] ppid=12409 vsize=10846964 memory=6791534058613427641 CPUtime=8.2 cores=1,3,5,7
/proc/12412/task/12474/stat : 12474 (java) S 12409 12412 5621 0 -1 1077944384 21390 13290 0 0 807 5 5 3 20 0 15 0 407004106 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699917261168 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12475] ppid=12409 vsize=10846964 memory=1552 CPUtime=8.55 cores=1,3,5,7
/proc/12412/task/12475/stat : 12475 (java) S 12409 12412 5621 0 -1 1077944384 21104 13290 0 0 843 4 5 3 20 0 15 0 407004106 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699916208368 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12476] ppid=12409 vsize=10846964 memory=7956 CPUtime=3.8 cores=1,3,5,7
/proc/12412/task/12476/stat : 12476 (java) S 12409 12412 5621 0 -1 1077944384 16320 13290 0 0 367 5 5 3 20 0 15 0 407004106 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699915155568 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12477] ppid=12409 vsize=10846964 memory=3444 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12477/stat : 12477 (java) S 12409 12412 5621 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 407004107 11107291136 305999 33554432000 4194304 4196468 140736160669488 140698895337696 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12478] ppid=12409 vsize=10846964 memory=1556 CPUtime=0.12 cores=1,3,5,7
/proc/12412/task/12478/stat : 12478 (java) S 12409 12412 5621 0 -1 1077944384 122 13290 0 0 2 2 5 3 20 0 15 0 407004107 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699914103984 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
Current children cumulated CPU time: 108.13 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1223996 KiB

[startup+87.6007 s]
/proc/loadavg: 1.51 1.54 1.51 3/227 12484
/proc/meminfo: memFree=27915608/32770624 swapFree=66920520/67108860
[pid=12412] ppid=12409 vsize=10846964 memory=1223996 CPUtime=108.53 cores=1,3,5,7
/proc/12412/stat : 12412 (java) S 12409 12412 5621 0 -1 1077944320 107245 13290 0 0 10785 60 5 3 20 0 15 0 407004092 11107291136 305999 33554432000 4194304 4196468 140736160669488 140736160652032 140700391624439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
/proc/12412/statm: 2711741 305999 3629 1 0 2673805 0
[pid=12412/tid=12465] ppid=12409 vsize=10846964 memory=988 CPUtime=87.17 cores=1,3,5,7
/proc/12412/task/12465/stat : 12465 (java) R 12409 12412 5621 0 -1 4202560 33264 13290 0 0 8685 24 5 3 20 0 15 0 407004101 11107291136 305999 33554432000 4194304 4196468 140736160669488 140700363460784 140699996597147 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12466] ppid=12409 vsize=10846964 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/12412/task/12466/stat : 12466 (java) S 12409 12412 5621 0 -1 1077944384 3231 13290 0 0 16 5 5 3 20 0 15 0 407004102 11107291136 305999 33554432000 4194304 4196468 140736160669488 140700395866768 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12467] ppid=12409 vsize=10846964 memory=1636 CPUtime=0.28 cores=1,3,5,7
/proc/12412/task/12467/stat : 12467 (java) S 12409 12412 5621 0 -1 1077944384 1531 13290 0 0 16 4 5 3 20 0 15 0 407004102 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699964725776 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12468] ppid=12409 vsize=10846964 memory=2637593874126223952 CPUtime=0.27 cores=1,3,5,7
/proc/12412/task/12468/stat : 12468 (java) S 12409 12412 5621 0 -1 1077944384 1440 13290 0 0 16 3 5 3 20 0 15 0 407004102 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699963672976 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12469] ppid=12409 vsize=10846964 memory=2636629357601701986 CPUtime=0.28 cores=1,3,5,7
/proc/12412/task/12469/stat : 12469 (java) S 12409 12412 5621 0 -1 1077944384 1029 13290 0 0 16 4 5 3 20 0 15 0 407004102 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699962620176 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12470] ppid=12409 vsize=10846964 memory=16108271643292440 CPUtime=0.2 cores=1,3,5,7
/proc/12412/task/12470/stat : 12470 (java) S 12409 12412 5621 0 -1 1077944384 5558 13290 0 0 11 1 5 3 20 0 15 0 407004103 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699918314352 140700391635586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12471] ppid=12409 vsize=10846964 memory=3616729365930590123 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12471/stat : 12471 (java) S 12409 12412 5621 0 -1 1077944384 25 13290 0 0 0 0 5 3 20 0 15 0 407004103 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699840276064 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12472] ppid=12409 vsize=10846964 memory=303485001314609453 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12472/stat : 12472 (java) S 12409 12412 5621 0 -1 1077944384 16 13290 0 0 0 0 5 3 20 0 15 0 407004104 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699236296064 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12473] ppid=12409 vsize=10846964 memory=288283385594664243 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12473/stat : 12473 (java) S 12409 12412 5621 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 407004106 11107291136 305999 33554432000 4194304 4196468 140736160669488 140698928896336 140700391643035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12474] ppid=12409 vsize=10846964 memory=7660736647001107554 CPUtime=8.2 cores=1,3,5,7
/proc/12412/task/12474/stat : 12474 (java) S 12409 12412 5621 0 -1 1077944384 21390 13290 0 0 807 5 5 3 20 0 15 0 407004106 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699917261168 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12475] ppid=12409 vsize=10846964 memory=6296422976775344737 CPUtime=8.55 cores=1,3,5,7
/proc/12412/task/12475/stat : 12475 (java) S 12409 12412 5621 0 -1 1077944384 21104 13290 0 0 843 4 5 3 20 0 15 0 407004106 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699916208368 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12476] ppid=12409 vsize=10846964 memory=0 CPUtime=3.8 cores=1,3,5,7
/proc/12412/task/12476/stat : 12476 (java) S 12409 12412 5621 0 -1 1077944384 16320 13290 0 0 367 5 5 3 20 0 15 0 407004106 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699915155568 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12477] ppid=12409 vsize=10846964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12477/stat : 12477 (java) S 12409 12412 5621 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 407004107 11107291136 305999 33554432000 4194304 4196468 140736160669488 140698895337696 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12478] ppid=12409 vsize=10846964 memory=734279748384560000 CPUtime=0.12 cores=1,3,5,7
/proc/12412/task/12478/stat : 12478 (java) S 12409 12412 5621 0 -1 1077944384 122 13290 0 0 2 2 5 3 20 0 15 0 407004107 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699914103984 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
Current children cumulated CPU time: 108.53 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1223996 KiB

[startup+87.7007 s]
/proc/loadavg: 1.51 1.54 1.51 3/227 12484
/proc/meminfo: memFree=27915608/32770624 swapFree=66920520/67108860
[pid=12412] ppid=12409 vsize=10846964 memory=1223996 CPUtime=108.64 cores=1,3,5,7
/proc/12412/stat : 12412 (java) S 12409 12412 5621 0 -1 1077944320 108390 13290 0 0 10796 60 5 3 20 0 15 0 407004092 11107291136 305999 33554432000 4194304 4196468 140736160669488 140736160652032 140700391624439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
/proc/12412/statm: 2711741 305999 3629 1 0 2673805 0
[pid=12412/tid=12465] ppid=12409 vsize=10846964 memory=1223996 CPUtime=87.27 cores=1,3,5,7
/proc/12412/task/12465/stat : 12465 (java) R 12409 12412 5621 0 -1 4202560 33276 13290 0 0 8695 24 5 3 20 0 15 0 407004101 11107291136 305999 33554432000 4194304 4196468 140736160669488 140700363460784 140700373030710 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12466] ppid=12409 vsize=10846964 memory=1227584 CPUtime=0.29 cores=1,3,5,7
/proc/12412/task/12466/stat : 12466 (java) S 12409 12412 5621 0 -1 1077944384 3231 13290 0 0 16 5 5 3 20 0 15 0 407004102 11107291136 305999 33554432000 4194304 4196468 140736160669488 140700395866768 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12467] ppid=12409 vsize=10846964 memory=1229636 CPUtime=0.28 cores=1,3,5,7
/proc/12412/task/12467/stat : 12467 (java) S 12409 12412 5621 0 -1 1077944384 1531 13290 0 0 16 4 5 3 20 0 15 0 407004102 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699964725776 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12468] ppid=12409 vsize=10846964 memory=1223996 CPUtime=0.27 cores=1,3,5,7
/proc/12412/task/12468/stat : 12468 (java) S 12409 12412 5621 0 -1 1077944384 1440 13290 0 0 16 3 5 3 20 0 15 0 407004102 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699963672976 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12469] ppid=12409 vsize=10846964 memory=1223996 CPUtime=0.28 cores=1,3,5,7
/proc/12412/task/12469/stat : 12469 (java) S 12409 12412 5621 0 -1 1077944384 1029 13290 0 0 16 4 5 3 20 0 15 0 407004102 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699962620176 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12470] ppid=12409 vsize=10846964 memory=1223996 CPUtime=0.2 cores=1,3,5,7
/proc/12412/task/12470/stat : 12470 (java) S 12409 12412 5621 0 -1 1077944384 5558 13290 0 0 11 1 5 3 20 0 15 0 407004103 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699918314352 140700391635586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12471] ppid=12409 vsize=10846964 memory=2832 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12471/stat : 12471 (java) S 12409 12412 5621 0 -1 1077944384 25 13290 0 0 0 0 5 3 20 0 15 0 407004103 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699840276064 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12472] ppid=12409 vsize=10846964 memory=1223996 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12472/stat : 12472 (java) S 12409 12412 5621 0 -1 1077944384 16 13290 0 0 0 0 5 3 20 0 15 0 407004104 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699236296064 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12473] ppid=12409 vsize=10846964 memory=1223996 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12473/stat : 12473 (java) S 12409 12412 5621 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 407004106 11107291136 305999 33554432000 4194304 4196468 140736160669488 140698928896336 140700391643035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12474] ppid=12409 vsize=10846964 memory=1225532 CPUtime=8.22 cores=1,3,5,7
/proc/12412/task/12474/stat : 12474 (java) R 12409 12412 5621 0 -1 4202560 22666 13290 0 0 809 5 5 3 20 0 15 0 407004106 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699917261168 140700375947776 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12475] ppid=12409 vsize=10846964 memory=1229636 CPUtime=8.55 cores=1,3,5,7
/proc/12412/task/12475/stat : 12475 (java) S 12409 12412 5621 0 -1 1077944384 21104 13290 0 0 843 4 5 3 20 0 15 0 407004106 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699916208368 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12476] ppid=12409 vsize=10846964 memory=3580 CPUtime=3.8 cores=1,3,5,7
/proc/12412/task/12476/stat : 12476 (java) S 12409 12412 5621 0 -1 1077944384 16320 13290 0 0 367 5 5 3 20 0 15 0 407004106 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699915155568 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12477] ppid=12409 vsize=10846964 memory=1225532 CPUtime=0.08 cores=1,3,5,7
/proc/12412/task/12477/stat : 12477 (java) S 12409 12412 5621 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 407004107 11107291136 305999 33554432000 4194304 4196468 140736160669488 140698895337696 140700391634645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
[pid=12412/tid=12478] ppid=12409 vsize=10846964 memory=1225532 CPUtime=0.12 cores=1,3,5,7
/proc/12412/task/12478/stat : 12478 (java) S 12409 12412 5621 0 -1 1077944384 122 13290 0 0 2 2 5 3 20 0 15 0 407004107 11107291136 305999 33554432000 4194304 4196468 140736160669488 140699914103984 140700391635586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19599360 140736160676598 140736160679109 140736160679109 140736160681935 0
Current children cumulated CPU time: 108.64 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1223996 KiB

Child status: 0
Real time (s): 87.7401
CPU time (s): 108.703
CPU user time (s): 108.047
CPU system time (s): 0.655289
CPU usage (%): 123.892
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 1260428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 108.047
system time used= 0.655289
maximum resident set size= 1262476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123343
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= 21282
involuntary context switches= 206


# summary of solver processes directly reported to runsolver:
#   pid: 12412
#   total CPU time (s): 108.703
#   total CPU user time (s): 108.047
#   total CPU system time (s): 0.655289

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.610316 second user time and 0.770098 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-12 17:56:04
IDJOB=4387482
IDBENCH=139724
IDSOLVER=2823
FILE ID=node107/4387482-1568307480
RUNJOBID= node107-1568282247-6564
PBS_JOBID= 21701087
Free space on /tmp= 55672 MiB

SOLVER NAME= Concrete 3.10
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-4387482-1568307480/watcher-4387482-1568307480 -o /tmp/evaluation-result-4387482-1568307480/solver-4387482-1568307480 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568282247-6564 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=933594268 HOME/instance-4387482-1568307480.xml

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

MD5SUM BENCH= 72a1fa157874bc53acfadcbdb1252751
RANDOM SEED=933594268

node107.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:        29129652 kB
MemAvailable:   29443376 kB
Buffers:          106132 kB
Cached:           476980 kB
SwapCached:        80500 kB
Active:          2763604 kB
Inactive:         285972 kB
Active(anon):    2394708 kB
Inactive(anon):   100864 kB
Active(file):     368896 kB
Inactive(file):   185108 kB
Unevictable:      109236 kB
Mlocked:          109236 kB
SwapTotal:      67108860 kB
SwapFree:       66920520 kB
Dirty:             34960 kB
Writeback:             4 kB
AnonPages:       2496784 kB
Mapped:            44800 kB
Shmem:             20268 kB
Slab:             179816 kB
SReclaimable:     151108 kB
SUnreclaim:        28708 kB
KernelStack:        3712 kB
PageTables:        10316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3507252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2316288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 55636 MiB
End job on node107 at 2019-09-12 17:57:32