Trace number 4403116

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.3OPT55 86.8975 79.152

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-10_c18.xml
MD5SUMfd7701f01011f2453d3fac3f444f25b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark28.5824
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.78/0.55	c Concrete v3.12.3.1568965526260 running
7.61/3.51	o 78
7.61/3.55	o 76
8.26/3.76	o 73
8.59/3.81	o 72
8.59/3.82	o 71
8.59/3.86	o 70
8.59/3.87	o 67
8.86/4.00	o 66
9.61/4.49	o 65
9.91/4.54	o 64
11.34/5.69	o 63
11.59/5.87	o 62
11.59/5.89	o 61
18.97/12.38	o 60
23.76/16.95	o 59
35.75/28.89	o 55
86.83/79.13	v <instantiation
86.83/79.13	v         cost = '55'>
86.83/79.13	v       <list>
86.83/79.13	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9]
86.83/79.13	v       </list>
86.83/79.13	v       <values>
86.83/79.13	v         0 2 14 21 29 32 45 49 54 55 2 14 21 29 32 45 49 54 55 12 19 27 30 43 47 52 53 7 15 18 31 35 40 41 8 11 24 28 33 34 3 16 20 25 26 13 17 22 23 4 9 10 5 6 1
86.83/79.13	v       </values>
86.83/79.13	v     </instantiation>
86.83/79.13	s OPTIMUM FOUND

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403116-1568985898/watcher-4403116-1568985898 -o /var/tmp/evaluation-result-4403116-1568985898/solver-4403116-1568985898 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1568967596-32356 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=2047248357 HOME/instance-4403116-1568985898.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=5370, runsolver pid=5367

[startup+0.100062 s]*
/proc/loadavg: 1.49 1.45 1.41 3/222 5427
/proc/meminfo: memFree=4754356/32770624 swapFree=66988640/67108860
[pid=5370] ppid=5367 vsize=9972712 memory=18856 CPUtime=0.08 cores=0,2,4,6
/proc/5370/stat : 5370 (java) S 5367 5370 32325 0 -1 1077944320 4432 13042 0 0 1 0 5 2 20 0 6 0 474852369 10212057088 4714 33554432000 4194304 4196468 140721372525776 140721372508320 140435591618295 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
/proc/5370/statm: 2493178 4714 1934 1 0 2481616 0
[pid=5370/tid=5423] ppid=5367 vsize=9972712 memory=-8171376296011865461 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5423/stat : 5423 (java) R 5367 5370 32325 0 -1 4202560 2236 13042 0 0 0 0 5 2 20 0 6 0 474852379 10212057088 4714 33554432000 4194304 4196468 140721372525776 140435563455056 140435591640221 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5424] ppid=5367 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5424/stat : 5424 (java) S 5367 5370 32325 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 6 0 474852379 10212057088 4714 33554432000 4194304 4196468 140721372525776 140435595860880 140435591628501 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5425] ppid=5367 vsize=9972712 memory=140383435994752 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5425/stat : 5425 (java) S 5367 5370 32325 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 6 0 474852379 10212057088 4714 33554432000 4194304 4196468 140721372525776 140435500063504 140435591628501 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5426] ppid=5367 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5426/stat : 5426 (java) S 5367 5370 32325 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 6 0 474852379 10212057088 4714 33554432000 4194304 4196468 140721372525776 140435163765904 140435591628501 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5427] ppid=5367 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5427/stat : 5427 (java) S 5367 5370 32325 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 6 0 474852379 10212057088 4714 33554432000 4194304 4196468 140721372525776 140435162713104 140435591628501 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18856 KiB

[startup+0.21034 s]*
/proc/loadavg: 1.49 1.45 1.41 4/231 5436
/proc/meminfo: memFree=4731440/32770624 swapFree=66988640/67108860
[pid=5370] ppid=5367 vsize=10820164 memory=45632 CPUtime=0.25 cores=0,2,4,6
/proc/5370/stat : 5370 (java) S 5367 5370 32325 0 -1 1077944320 7302 13042 0 0 17 1 5 2 20 0 15 0 474852369 11079847936 11408 33554432000 4194304 4196468 140721372525776 140721372508320 140435591618295 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
/proc/5370/statm: 2705041 11408 3297 1 0 2667149 0
[pid=5370/tid=5423] ppid=5367 vsize=10820196 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/5370/task/5423/stat : 5423 (java) R 5367 5370 32325 0 -1 4202560 3818 13042 0 0 11 1 5 2 20 0 15 0 474852379 11079880704 11408 33554432000 4194304 4196468 140721372525776 140435563429328 140435584715131 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5424] ppid=5367 vsize=10820196 memory=4294967639 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5424/stat : 5424 (java) S 5367 5370 32325 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 474852379 11079880704 11408 33554432000 4194304 4196468 140721372525776 140435595860880 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5425] ppid=5367 vsize=10820196 memory=140383436005118 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5425/stat : 5425 (java) S 5367 5370 32325 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 474852379 11079880704 11408 33554432000 4194304 4196468 140721372525776 140435500063504 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5426] ppid=5367 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5426/stat : 5426 (java) S 5367 5370 32325 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 474852379 11079880704 11408 33554432000 4194304 4196468 140721372525776 140435163765904 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5427] ppid=5367 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5427/stat : 5427 (java) S 5367 5370 32325 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 474852379 11079880704 11408 33554432000 4194304 4196468 140721372525776 140435162713104 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5428] ppid=5367 vsize=10820196 memory=140383435994752 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5428/stat : 5428 (java) S 5367 5370 32325 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 474852381 11079880704 11408 33554432000 4194304 4196468 140721372525776 140435118270576 140435591629442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5429] ppid=5367 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5429/stat : 5429 (java) S 5367 5370 32325 0 -1 1077944384 13 13042 0 0 0 0 5 2 20 0 15 0 474852381 11079880704 11408 33554432000 4194304 4196468 140721372525776 140435028697888 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5430] ppid=5367 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5430/stat : 5430 (java) S 5367 5370 32325 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 474852381 11079880704 11408 33554432000 4194304 4196468 140721372525776 140434894480496 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5431] ppid=5367 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5431/stat : 5431 (java) S 5367 5370 32325 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 474852384 11079880704 11408 33554432000 4194304 4196468 140721372525776 140434290501712 140435591636891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5432] ppid=5367 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5370/task/5432/stat : 5432 (java) R 5367 5370 32325 0 -1 4202560 479 13042 0 0 1 0 5 2 20 0 15 0 474852384 11079880704 11408 33554432000 4194304 4196468 140721372525776 140435117218416 140435576505808 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5433] ppid=5367 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5433/stat : 5433 (java) S 5367 5370 32325 0 -1 1077944384 162 13042 0 0 0 0 5 2 20 0 15 0 474852384 11079880704 11408 33554432000 4194304 4196468 140721372525776 140435116165616 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5434] ppid=5367 vsize=10820196 memory=140383435994752 CPUtime=0.1 cores=0,2,4,6
/proc/5370/task/5434/stat : 5434 (java) R 5367 5370 32325 0 -1 1077944384 632 13042 0 0 3 0 5 2 20 0 15 0 474852384 11079880704 11408 33554432000 4194304 4196468 140721372525776 140435115113328 140435591629442 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5435] ppid=5367 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5435/stat : 5435 (java) S 5367 5370 32325 0 -1 1077944384 3 13042 0 0 0 0 5 2 20 0 15 0 474852384 11079880704 11408 33554432000 4194304 4196468 140721372525776 140433820740576 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5436] ppid=5367 vsize=10820196 memory=140383435994752 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5436/stat : 5436 (java) S 5367 5370 32325 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 474852385 11079880704 11408 33554432000 4194304 4196468 140721372525776 140435114060208 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 45632 KiB

[startup+0.31113 s]*
/proc/loadavg: 1.49 1.45 1.41 3/231 5436
/proc/meminfo: memFree=4718964/32770624 swapFree=66988640/67108860
[pid=5370] ppid=5367 vsize=10820196 memory=54016 CPUtime=0.4 cores=0,2,4,6
/proc/5370/stat : 5370 (java) S 5367 5370 32325 0 -1 1077944320 10376 13042 0 0 30 3 5 2 20 0 15 0 474852369 11079880704 13504 33554432000 4194304 4196468 140721372525776 140721372508320 140435591618295 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
/proc/5370/statm: 2705049 13504 3317 1 0 2667149 0
[pid=5370/tid=5423] ppid=5367 vsize=10820196 memory=6935054825532540783 CPUtime=0.28 cores=0,2,4,6
/proc/5370/task/5423/stat : 5423 (java) R 5367 5370 32325 0 -1 4202560 6845 13042 0 0 19 2 5 2 20 0 15 0 474852379 11079880704 13569 33554432000 4194304 4196468 140721372525776 140435563429840 140435575698782 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5424] ppid=5367 vsize=10820196 memory=-8813974798734826869 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5424/stat : 5424 (java) S 5367 5370 32325 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 474852379 11079880704 13569 33554432000 4194304 4196468 140721372525776 140435595860880 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5425] ppid=5367 vsize=10820196 memory=-2843871815799522462 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5425/stat : 5425 (java) S 5367 5370 32325 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 474852379 11079880704 13569 33554432000 4194304 4196468 140721372525776 140435500063504 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5426] ppid=5367 vsize=10820196 memory=-8412656567334364540 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5426/stat : 5426 (java) S 5367 5370 32325 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 474852379 11079880704 13569 33554432000 4194304 4196468 140721372525776 140435163765904 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5427] ppid=5367 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5427/stat : 5427 (java) S 5367 5370 32325 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 474852379 11079880704 13569 33554432000 4194304 4196468 140721372525776 140435162713104 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5428] ppid=5367 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5428/stat : 5428 (java) S 5367 5370 32325 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 474852381 11079880704 13569 33554432000 4194304 4196468 140721372525776 140435118270576 140435591629442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5429] ppid=5367 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5429/stat : 5429 (java) S 5367 5370 32325 0 -1 1077944384 13 13042 0 0 0 0 5 2 20 0 15 0 474852381 11079880704 13569 33554432000 4194304 4196468 140721372525776 140435028697888 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5430] ppid=5367 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5430/stat : 5430 (java) S 5367 5370 32325 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 474852381 11079880704 13569 33554432000 4194304 4196468 140721372525776 140434894480496 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5431] ppid=5367 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5431/stat : 5431 (java) S 5367 5370 32325 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 474852384 11079880704 13569 33554432000 4194304 4196468 140721372525776 140434290501712 140435591636891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5432] ppid=5367 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5370/task/5432/stat : 5432 (java) S 5367 5370 32325 0 -1 1077944384 488 13042 0 0 2 0 5 2 20 0 15 0 474852384 11079880704 13569 33554432000 4194304 4196468 140721372525776 140435117218416 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5433] ppid=5367 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5370/task/5433/stat : 5433 (java) S 5367 5370 32325 0 -1 1077944384 163 13042 0 0 1 0 5 2 20 0 15 0 474852384 11079880704 13569 33554432000 4194304 4196468 140721372525776 140435116165616 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5434] ppid=5367 vsize=10820196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/5370/task/5434/stat : 5434 (java) S 5367 5370 32325 0 -1 1077944384 652 13042 0 0 5 0 5 2 20 0 15 0 474852384 11079880704 13569 33554432000 4194304 4196468 140721372525776 140435115113328 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5435] ppid=5367 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5435/stat : 5435 (java) S 5367 5370 32325 0 -1 1077944384 3 13042 0 0 0 0 5 2 20 0 15 0 474852384 11079880704 13569 33554432000 4194304 4196468 140721372525776 140433820740576 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5436] ppid=5367 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5436/stat : 5436 (java) S 5367 5370 32325 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 474852385 11079880704 13569 33554432000 4194304 4196468 140721372525776 140435114060208 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54016 KiB

[startup+0.700754 s]
/proc/loadavg: 1.49 1.45 1.41 3/231 5436
/proc/meminfo: memFree=4703372/32770624 swapFree=66988640/67108860
[pid=5370] ppid=5367 vsize=10824364 memory=87496 CPUtime=1.13 cores=0,2,4,6
/proc/5370/stat : 5370 (java) S 5367 5370 32325 0 -1 1077944320 15084 13042 0 0 101 5 5 2 20 0 15 0 474852369 11084148736 21874 33554432000 4194304 4196468 140721372525776 140721372508320 140435591618295 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
/proc/5370/statm: 2706091 21874 3509 1 0 2668173 0
[pid=5370/tid=5423] ppid=5367 vsize=10824364 memory=4641617509154462377 CPUtime=0.66 cores=0,2,4,6
/proc/5370/task/5423/stat : 5423 (java) R 5367 5370 32325 0 -1 4202560 10407 13042 0 0 55 4 5 2 20 0 15 0 474852379 11084148736 21874 33554432000 4194304 4196468 140721372525776 140435563445920 140435591640221 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5424] ppid=5367 vsize=10824364 memory=-6510923483710009956 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5424/stat : 5424 (java) S 5367 5370 32325 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 474852379 11084148736 21874 33554432000 4194304 4196468 140721372525776 140435595860880 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5425] ppid=5367 vsize=10824364 memory=5794541058820694358 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5425/stat : 5425 (java) S 5367 5370 32325 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 474852379 11084148736 21874 33554432000 4194304 4196468 140721372525776 140435500063504 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5426] ppid=5367 vsize=10824364 memory=7810746329648818265 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5426/stat : 5426 (java) S 5367 5370 32325 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 474852379 11084148736 21874 33554432000 4194304 4196468 140721372525776 140435163765904 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5427] ppid=5367 vsize=10824364 memory=-8383301583103180171 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5427/stat : 5427 (java) S 5367 5370 32325 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 474852379 11084148736 21874 33554432000 4194304 4196468 140721372525776 140435162713104 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5428] ppid=5367 vsize=10824364 memory=6655300316396806240 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5428/stat : 5428 (java) S 5367 5370 32325 0 -1 1077944384 5 13042 0 0 0 0 5 2 20 0 15 0 474852381 11084148736 21874 33554432000 4194304 4196468 140721372525776 140435118270576 140435591629442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5429] ppid=5367 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5429/stat : 5429 (java) S 5367 5370 32325 0 -1 1077944384 13 13042 0 0 0 0 5 2 20 0 15 0 474852381 11084148736 21874 33554432000 4194304 4196468 140721372525776 140435028697888 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5430] ppid=5367 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5430/stat : 5430 (java) S 5367 5370 32325 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 474852381 11084148736 21874 33554432000 4194304 4196468 140721372525776 140434894480496 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5431] ppid=5367 vsize=10824364 memory=140383435993633 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5431/stat : 5431 (java) S 5367 5370 32325 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 474852384 11084148736 21874 33554432000 4194304 4196468 140721372525776 140434290501712 140435591636891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5432] ppid=5367 vsize=10824364 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/5370/task/5432/stat : 5432 (java) S 5367 5370 32325 0 -1 1077944384 967 13042 0 0 15 0 5 2 20 0 15 0 474852384 11084148736 21874 33554432000 4194304 4196468 140721372525776 140435117218416 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5433] ppid=5367 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/5370/task/5433/stat : 5433 (java) R 5367 5370 32325 0 -1 4202560 636 13042 0 0 12 0 5 2 20 0 15 0 474852384 11084148736 21874 33554432000 4194304 4196468 140721372525776 140435116165616 140435573152736 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5434] ppid=5367 vsize=10824364 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/5370/task/5434/stat : 5434 (java) S 5367 5370 32325 0 -1 1077944384 840 13042 0 0 17 0 5 2 20 0 15 0 474852384 11084148736 21874 33554432000 4194304 4196468 140721372525776 140435115113328 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5435] ppid=5367 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5435/stat : 5435 (java) S 5367 5370 32325 0 -1 1077944384 3 13042 0 0 0 0 5 2 20 0 15 0 474852384 11084148736 21874 33554432000 4194304 4196468 140721372525776 140433820740576 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5436] ppid=5367 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5436/stat : 5436 (java) S 5367 5370 32325 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 474852385 11084148736 21874 33554432000 4194304 4196468 140721372525776 140435114060208 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87496 KiB

[startup+1.50063 s]
/proc/loadavg: 1.45 1.44 1.41 4/231 5436
/proc/meminfo: memFree=4659036/32770624 swapFree=66988640/67108860
[pid=5370] ppid=5367 vsize=10834680 memory=175340 CPUtime=2.43 cores=0,2,4,6
/proc/5370/stat : 5370 (java) S 5367 5370 32325 0 -1 1077944320 21830 13042 0 0 224 12 5 2 20 0 15 0 474852369 11094712320 43835 33554432000 4194304 4196468 140721372525776 140721372508320 140435591618295 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
/proc/5370/statm: 2708670 43835 3588 1 0 2670733 0
[pid=5370/tid=5423] ppid=5367 vsize=10834680 memory=-7361174377247368086 CPUtime=1.43 cores=0,2,4,6
/proc/5370/task/5423/stat : 5423 (java) R 5367 5370 32325 0 -1 4202560 15355 13042 0 0 128 8 5 2 20 0 15 0 474852379 11094712320 43835 33554432000 4194304 4196468 140721372525776 140435563412016 140435179848984 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5424] ppid=5367 vsize=10834680 memory=7682475212697334586 CPUtime=0.08 cores=0,2,4,6
/proc/5370/task/5424/stat : 5424 (java) S 5367 5370 32325 0 -1 1077944384 96 13042 0 0 1 0 5 2 20 0 15 0 474852379 11094712320 43835 33554432000 4194304 4196468 140721372525776 140435595860880 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5425] ppid=5367 vsize=10834680 memory=6933690287860520857 CPUtime=0.08 cores=0,2,4,6
/proc/5370/task/5425/stat : 5425 (java) S 5367 5370 32325 0 -1 1077944384 81 13042 0 0 1 0 5 2 20 0 15 0 474852379 11094712320 43835 33554432000 4194304 4196468 140721372525776 140435500063504 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5426] ppid=5367 vsize=10834680 memory=6720696446780543624 CPUtime=0.08 cores=0,2,4,6
/proc/5370/task/5426/stat : 5426 (java) S 5367 5370 32325 0 -1 1077944384 353 13042 0 0 1 0 5 2 20 0 15 0 474852379 11094712320 43835 33554432000 4194304 4196468 140721372525776 140435163765904 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5427] ppid=5367 vsize=10834680 memory=7815562230106565195 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5427/stat : 5427 (java) S 5367 5370 32325 0 -1 1077944384 20 13042 0 0 0 0 5 2 20 0 15 0 474852379 11094712320 43835 33554432000 4194304 4196468 140721372525776 140435162713104 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5428] ppid=5367 vsize=10834680 memory=-6812210783619891858 CPUtime=0.08 cores=0,2,4,6
/proc/5370/task/5428/stat : 5428 (java) S 5367 5370 32325 0 -1 1077944384 158 13042 0 0 1 0 5 2 20 0 15 0 474852381 11094712320 43835 33554432000 4194304 4196468 140721372525776 140435118270576 140435591629442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5429] ppid=5367 vsize=10834680 memory=6945507666079274341 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5429/stat : 5429 (java) S 5367 5370 32325 0 -1 1077944384 14 13042 0 0 0 0 5 2 20 0 15 0 474852381 11094712320 43835 33554432000 4194304 4196468 140721372525776 140435028697952 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5430] ppid=5367 vsize=10834680 memory=3472330508203214406 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5430/stat : 5430 (java) S 5367 5370 32325 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 474852381 11094712320 43835 33554432000 4194304 4196468 140721372525776 140434894480512 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5431] ppid=5367 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5431/stat : 5431 (java) S 5367 5370 32325 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 474852384 11094712320 43835 33554432000 4194304 4196468 140721372525776 140434290501712 140435591636891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5432] ppid=5367 vsize=10834680 memory=-6237260532469557610 CPUtime=0.32 cores=0,2,4,6
/proc/5370/task/5432/stat : 5432 (java) S 5367 5370 32325 0 -1 1077944384 1094 13042 0 0 25 0 5 2 20 0 15 0 474852384 11094712320 43835 33554432000 4194304 4196468 140721372525776 140435117218416 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5433] ppid=5367 vsize=10834680 memory=-3123010188551861097 CPUtime=0.31 cores=0,2,4,6
/proc/5370/task/5433/stat : 5433 (java) S 5367 5370 32325 0 -1 1077944384 773 13042 0 0 24 0 5 2 20 0 15 0 474852384 11094712320 43835 33554432000 4194304 4196468 140721372525776 140435116165616 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5434] ppid=5367 vsize=10834680 memory=-3831251742559211316 CPUtime=0.46 cores=0,2,4,6
/proc/5370/task/5434/stat : 5434 (java) R 5367 5370 32325 0 -1 4202560 1677 13042 0 0 39 0 5 2 20 0 15 0 474852384 11094712320 43835 33554432000 4194304 4196468 140721372525776 140435115113328 140435570155266 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5435] ppid=5367 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5435/stat : 5435 (java) S 5367 5370 32325 0 -1 1077944384 3 13042 0 0 0 0 5 2 20 0 15 0 474852384 11094712320 43835 33554432000 4194304 4196468 140721372525776 140433820740576 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5436] ppid=5367 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5436/stat : 5436 (java) S 5367 5370 32325 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 474852385 11094712320 43835 33554432000 4194304 4196468 140721372525776 140435114060208 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834680 KiB

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

[pid=5370/tid=5435] ppid=5367 vsize=10846988 memory=467268 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5435/stat : 5435 (java) S 5367 5370 32325 0 -1 1077944384 3 13042 0 0 0 0 5 2 20 0 15 0 474852384 11107315712 224828 33554432000 4194304 4196468 140721372525776 140433820740576 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5436] ppid=5367 vsize=10846988 memory=2004 CPUtime=0.1 cores=0,2,4,6
/proc/5370/task/5436/stat : 5436 (java) S 5367 5370 32325 0 -1 1077944384 315 13042 0 0 2 1 5 2 20 0 15 0 474852385 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435114060208 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
Current children cumulated CPU time: 84.49 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 899312 KiB

[startup+78.4008 s]
/proc/loadavg: 1.60 1.49 1.43 3/229 5441
/proc/meminfo: memFree=3870844/32770624 swapFree=66988644/67108860
[pid=5370] ppid=5367 vsize=10846988 memory=899312 CPUtime=86.12 cores=0,2,4,6
/proc/5370/stat : 5370 (java) S 5367 5370 32325 0 -1 1077944320 79881 13042 0 0 8563 42 5 2 20 0 15 0 474852369 11107315712 224828 33554432000 4194304 4196468 140721372525776 140721372508320 140435591618295 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
/proc/5370/statm: 2711747 224828 3627 1 0 2673805 0
[pid=5370/tid=5423] ppid=5367 vsize=10846988 memory=8112282956445269571 CPUtime=77.89 cores=0,2,4,6
/proc/5370/task/5423/stat : 5423 (java) R 5367 5370 32325 0 -1 4202560 30169 13042 0 0 7760 22 5 2 20 0 15 0 474852379 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435563453424 140435190661581 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5424] ppid=5367 vsize=10846988 memory=1028 CPUtime=0.25 cores=0,2,4,6
/proc/5370/task/5424/stat : 5424 (java) S 5367 5370 32325 0 -1 1077944384 2965 13042 0 0 16 2 5 2 20 0 15 0 474852379 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435595860880 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5425] ppid=5367 vsize=10846988 memory=1060 CPUtime=0.26 cores=0,2,4,6
/proc/5370/task/5425/stat : 5425 (java) S 5367 5370 32325 0 -1 1077944384 736 13042 0 0 16 3 5 2 20 0 15 0 474852379 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435500063504 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5426] ppid=5367 vsize=10846988 memory=2828 CPUtime=0.26 cores=0,2,4,6
/proc/5370/task/5426/stat : 5426 (java) S 5367 5370 32325 0 -1 1077944384 1938 13042 0 0 16 3 5 2 20 0 15 0 474852379 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435163765904 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5427] ppid=5367 vsize=10846988 memory=756 CPUtime=0.25 cores=0,2,4,6
/proc/5370/task/5427/stat : 5427 (java) S 5367 5370 32325 0 -1 1077944384 351 13042 0 0 16 2 5 2 20 0 15 0 474852379 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435162713104 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5428] ppid=5367 vsize=10846988 memory=1548 CPUtime=0.25 cores=0,2,4,6
/proc/5370/task/5428/stat : 5428 (java) S 5367 5370 32325 0 -1 1077944384 5097 13042 0 0 17 1 5 2 20 0 15 0 474852381 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435118270576 140435591629442 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5429] ppid=5367 vsize=10846988 memory=8104 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5429/stat : 5429 (java) S 5367 5370 32325 0 -1 1077944384 15 13042 0 0 0 0 5 2 20 0 15 0 474852381 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435028698016 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5430] ppid=5367 vsize=10846988 memory=1164 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5430/stat : 5430 (java) S 5367 5370 32325 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 474852381 11107315712 224828 33554432000 4194304 4196468 140721372525776 140434894480512 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5431] ppid=5367 vsize=10846988 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5431/stat : 5431 (java) S 5367 5370 32325 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 474852384 11107315712 224828 33554432000 4194304 4196468 140721372525776 140434290501712 140435591636891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5432] ppid=5367 vsize=10846988 memory=38832 CPUtime=3.08 cores=0,2,4,6
/proc/5370/task/5432/stat : 5432 (java) S 5367 5370 32325 0 -1 1077944384 13644 13042 0 0 299 2 5 2 20 0 15 0 474852384 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435117218416 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5433] ppid=5367 vsize=10846988 memory=2004 CPUtime=2.76 cores=0,2,4,6
/proc/5370/task/5433/stat : 5433 (java) S 5367 5370 32325 0 -1 1077944384 12903 13042 0 0 267 2 5 2 20 0 15 0 474852384 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435116165616 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5434] ppid=5367 vsize=10846988 memory=984 CPUtime=1.54 cores=0,2,4,6
/proc/5370/task/5434/stat : 5434 (java) S 5367 5370 32325 0 -1 1077944384 9540 13042 0 0 145 2 5 2 20 0 15 0 474852384 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435115113328 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5435] ppid=5367 vsize=10846988 memory=1324 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5435/stat : 5435 (java) S 5367 5370 32325 0 -1 1077944384 3 13042 0 0 0 0 5 2 20 0 15 0 474852384 11107315712 224828 33554432000 4194304 4196468 140721372525776 140433820740576 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5436] ppid=5367 vsize=10846988 memory=780 CPUtime=0.11 cores=0,2,4,6
/proc/5370/task/5436/stat : 5436 (java) S 5367 5370 32325 0 -1 1077944384 315 13042 0 0 2 2 5 2 20 0 15 0 474852385 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435114060208 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
Current children cumulated CPU time: 86.12 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 899312 KiB

[startup+78.8008 s]
/proc/loadavg: 1.60 1.49 1.43 3/229 5441
/proc/meminfo: memFree=3870844/32770624 swapFree=66988644/67108860
[pid=5370] ppid=5367 vsize=10846988 memory=899312 CPUtime=86.52 cores=0,2,4,6
/proc/5370/stat : 5370 (java) S 5367 5370 32325 0 -1 1077944320 79883 13042 0 0 8603 42 5 2 20 0 15 0 474852369 11107315712 224828 33554432000 4194304 4196468 140721372525776 140721372508320 140435591618295 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
/proc/5370/statm: 2711747 224828 3627 1 0 2673805 0
[pid=5370/tid=5423] ppid=5367 vsize=10846988 memory=301741420686082359 CPUtime=78.29 cores=0,2,4,6
/proc/5370/task/5423/stat : 5423 (java) R 5367 5370 32325 0 -1 4202560 30171 13042 0 0 7800 22 5 2 20 0 15 0 474852379 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435563453264 140435190890913 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5424] ppid=5367 vsize=10846988 memory=15535211081370037 CPUtime=0.26 cores=0,2,4,6
/proc/5370/task/5424/stat : 5424 (java) S 5367 5370 32325 0 -1 1077944384 2965 13042 0 0 17 2 5 2 20 0 15 0 474852379 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435595860880 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5425] ppid=5367 vsize=10846988 memory=15535211081370037 CPUtime=0.26 cores=0,2,4,6
/proc/5370/task/5425/stat : 5425 (java) S 5367 5370 32325 0 -1 1077944384 736 13042 0 0 16 3 5 2 20 0 15 0 474852379 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435500063504 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5426] ppid=5367 vsize=10846988 memory=780 CPUtime=0.26 cores=0,2,4,6
/proc/5370/task/5426/stat : 5426 (java) S 5367 5370 32325 0 -1 1077944384 1938 13042 0 0 16 3 5 2 20 0 15 0 474852379 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435163765904 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5427] ppid=5367 vsize=10846988 memory=3620 CPUtime=0.25 cores=0,2,4,6
/proc/5370/task/5427/stat : 5427 (java) S 5367 5370 32325 0 -1 1077944384 351 13042 0 0 16 2 5 2 20 0 15 0 474852379 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435162713104 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5428] ppid=5367 vsize=10846988 memory=899312 CPUtime=0.25 cores=0,2,4,6
/proc/5370/task/5428/stat : 5428 (java) S 5367 5370 32325 0 -1 1077944384 5097 13042 0 0 17 1 5 2 20 0 15 0 474852381 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435118270576 140435591629442 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5429] ppid=5367 vsize=10846988 memory=9520 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5429/stat : 5429 (java) S 5367 5370 32325 0 -1 1077944384 15 13042 0 0 0 0 5 2 20 0 15 0 474852381 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435028698016 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5430] ppid=5367 vsize=10846988 memory=899312 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5430/stat : 5430 (java) S 5367 5370 32325 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 474852381 11107315712 224828 33554432000 4194304 4196468 140721372525776 140434894480512 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5431] ppid=5367 vsize=10846988 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5431/stat : 5431 (java) S 5367 5370 32325 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 474852384 11107315712 224828 33554432000 4194304 4196468 140721372525776 140434290501712 140435591636891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5432] ppid=5367 vsize=10846988 memory=3620 CPUtime=3.08 cores=0,2,4,6
/proc/5370/task/5432/stat : 5432 (java) S 5367 5370 32325 0 -1 1077944384 13644 13042 0 0 299 2 5 2 20 0 15 0 474852384 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435117218416 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5433] ppid=5367 vsize=10846988 memory=38832 CPUtime=2.76 cores=0,2,4,6
/proc/5370/task/5433/stat : 5433 (java) S 5367 5370 32325 0 -1 1077944384 12903 13042 0 0 267 2 5 2 20 0 15 0 474852384 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435116165616 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5434] ppid=5367 vsize=10846988 memory=31076 CPUtime=1.54 cores=0,2,4,6
/proc/5370/task/5434/stat : 5434 (java) S 5367 5370 32325 0 -1 1077944384 9540 13042 0 0 145 2 5 2 20 0 15 0 474852384 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435115113328 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5435] ppid=5367 vsize=10846988 memory=297237795272130855 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5435/stat : 5435 (java) S 5367 5370 32325 0 -1 1077944384 3 13042 0 0 0 0 5 2 20 0 15 0 474852384 11107315712 224828 33554432000 4194304 4196468 140721372525776 140433820740576 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5436] ppid=5367 vsize=10846988 memory=14135532762432953 CPUtime=0.11 cores=0,2,4,6
/proc/5370/task/5436/stat : 5436 (java) S 5367 5370 32325 0 -1 1077944384 315 13042 0 0 2 2 5 2 20 0 15 0 474852385 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435114060208 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
Current children cumulated CPU time: 86.52 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 899312 KiB

[startup+79.0008 s]*
/proc/loadavg: 1.60 1.49 1.43 3/229 5441
/proc/meminfo: memFree=3870844/32770624 swapFree=66988644/67108860
[pid=5370] ppid=5367 vsize=10846988 memory=899312 CPUtime=86.73 cores=0,2,4,6
/proc/5370/stat : 5370 (java) S 5367 5370 32325 0 -1 1077944320 79885 13042 0 0 8624 42 5 2 20 0 15 0 474852369 11107315712 224828 33554432000 4194304 4196468 140721372525776 140721372508320 140435591618295 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
/proc/5370/statm: 2711747 224828 3627 1 0 2673805 0
[pid=5370/tid=5423] ppid=5367 vsize=10846988 memory=4104 CPUtime=78.49 cores=0,2,4,6
/proc/5370/task/5423/stat : 5423 (java) R 5367 5370 32325 0 -1 4202560 30172 13042 0 0 7820 22 5 2 20 0 15 0 474852379 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435563453344 140435191748920 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5424] ppid=5367 vsize=10846988 memory=6935054825532540783 CPUtime=0.26 cores=0,2,4,6
/proc/5370/task/5424/stat : 5424 (java) S 5367 5370 32325 0 -1 1077944384 2966 13042 0 0 17 2 5 2 20 0 15 0 474852379 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435595860880 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5425] ppid=5367 vsize=10846988 memory=2149 CPUtime=0.26 cores=0,2,4,6
/proc/5370/task/5425/stat : 5425 (java) S 5367 5370 32325 0 -1 1077944384 736 13042 0 0 16 3 5 2 20 0 15 0 474852379 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435500063504 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5426] ppid=5367 vsize=10846988 memory=145063 CPUtime=0.26 cores=0,2,4,6
/proc/5370/task/5426/stat : 5426 (java) S 5367 5370 32325 0 -1 1077944384 1938 13042 0 0 16 3 5 2 20 0 15 0 474852379 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435163765904 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5427] ppid=5367 vsize=10846988 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/5370/task/5427/stat : 5427 (java) S 5367 5370 32325 0 -1 1077944384 351 13042 0 0 16 2 5 2 20 0 15 0 474852379 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435162713104 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5428] ppid=5367 vsize=10846988 memory=122 CPUtime=0.25 cores=0,2,4,6
/proc/5370/task/5428/stat : 5428 (java) S 5367 5370 32325 0 -1 1077944384 5097 13042 0 0 17 1 5 2 20 0 15 0 474852381 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435118270576 140435591629442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5429] ppid=5367 vsize=10846988 memory=8362 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5429/stat : 5429 (java) S 5367 5370 32325 0 -1 1077944384 15 13042 0 0 0 0 5 2 20 0 15 0 474852381 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435028698016 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5430] ppid=5367 vsize=10846988 memory=40192 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5430/stat : 5430 (java) S 5367 5370 32325 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 474852381 11107315712 224828 33554432000 4194304 4196468 140721372525776 140434894480512 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5431] ppid=5367 vsize=10846988 memory=2 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5431/stat : 5431 (java) S 5367 5370 32325 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 474852384 11107315712 224828 33554432000 4194304 4196468 140721372525776 140434290501712 140435591636891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5432] ppid=5367 vsize=10846988 memory=0 CPUtime=3.08 cores=0,2,4,6
/proc/5370/task/5432/stat : 5432 (java) S 5367 5370 32325 0 -1 1077944384 13644 13042 0 0 299 2 5 2 20 0 15 0 474852384 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435117218416 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5433] ppid=5367 vsize=10846988 memory=13 CPUtime=2.76 cores=0,2,4,6
/proc/5370/task/5433/stat : 5433 (java) S 5367 5370 32325 0 -1 1077944384 12903 13042 0 0 267 2 5 2 20 0 15 0 474852384 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435116165616 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5434] ppid=5367 vsize=10846988 memory=149 CPUtime=1.54 cores=0,2,4,6
/proc/5370/task/5434/stat : 5434 (java) S 5367 5370 32325 0 -1 1077944384 9540 13042 0 0 145 2 5 2 20 0 15 0 474852384 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435115113328 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5435] ppid=5367 vsize=10846988 memory=108 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5435/stat : 5435 (java) S 5367 5370 32325 0 -1 1077944384 3 13042 0 0 0 0 5 2 20 0 15 0 474852384 11107315712 224828 33554432000 4194304 4196468 140721372525776 140433820740576 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5436] ppid=5367 vsize=10846988 memory=8544 CPUtime=0.11 cores=0,2,4,6
/proc/5370/task/5436/stat : 5436 (java) S 5367 5370 32325 0 -1 1077944384 315 13042 0 0 2 2 5 2 20 0 15 0 474852385 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435114060208 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
Current children cumulated CPU time: 86.73 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 899312 KiB

[startup+79.1107 s]
/proc/loadavg: 1.60 1.49 1.43 3/229 5441
/proc/meminfo: memFree=3870844/32770624 swapFree=66988644/67108860
[pid=5370] ppid=5367 vsize=10846988 memory=899312 CPUtime=86.83 cores=0,2,4,6
/proc/5370/stat : 5370 (java) S 5367 5370 32325 0 -1 1077944320 79885 13042 0 0 8634 42 5 2 20 0 15 0 474852369 11107315712 224828 33554432000 4194304 4196468 140721372525776 140721372508320 140435591618295 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
/proc/5370/statm: 2711747 224828 3627 1 0 2673805 0
[pid=5370/tid=5423] ppid=5367 vsize=10846988 memory=899312 CPUtime=78.6 cores=0,2,4,6
/proc/5370/task/5423/stat : 5423 (java) R 5367 5370 32325 0 -1 4202560 30172 13042 0 0 7831 22 5 2 20 0 15 0 474852379 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435563453344 140435191761437 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5424] ppid=5367 vsize=10846988 memory=899312 CPUtime=0.26 cores=0,2,4,6
/proc/5370/task/5424/stat : 5424 (java) S 5367 5370 32325 0 -1 1077944384 2966 13042 0 0 17 2 5 2 20 0 15 0 474852379 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435595860880 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5425] ppid=5367 vsize=10846988 memory=899312 CPUtime=0.26 cores=0,2,4,6
/proc/5370/task/5425/stat : 5425 (java) S 5367 5370 32325 0 -1 1077944384 736 13042 0 0 16 3 5 2 20 0 15 0 474852379 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435500063504 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5426] ppid=5367 vsize=10846988 memory=46634754910824 CPUtime=0.26 cores=0,2,4,6
/proc/5370/task/5426/stat : 5426 (java) S 5367 5370 32325 0 -1 1077944384 1938 13042 0 0 16 3 5 2 20 0 15 0 474852379 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435163765904 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5427] ppid=5367 vsize=10846988 memory=6944656592455360604 CPUtime=0.25 cores=0,2,4,6
/proc/5370/task/5427/stat : 5427 (java) S 5367 5370 32325 0 -1 1077944384 351 13042 0 0 16 2 5 2 20 0 15 0 474852379 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435162713104 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5428] ppid=5367 vsize=10846988 memory=9520 CPUtime=0.25 cores=0,2,4,6
/proc/5370/task/5428/stat : 5428 (java) S 5367 5370 32325 0 -1 1077944384 5097 13042 0 0 17 1 5 2 20 0 15 0 474852381 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435118270576 140435591629442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5429] ppid=5367 vsize=10846988 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5429/stat : 5429 (java) S 5367 5370 32325 0 -1 1077944384 15 13042 0 0 0 0 5 2 20 0 15 0 474852381 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435028698016 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5430] ppid=5367 vsize=10846988 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5430/stat : 5430 (java) S 5367 5370 32325 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 474852381 11107315712 224828 33554432000 4194304 4196468 140721372525776 140434894480512 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5431] ppid=5367 vsize=10846988 memory=38832 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5431/stat : 5431 (java) S 5367 5370 32325 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 474852384 11107315712 224828 33554432000 4194304 4196468 140721372525776 140434290501712 140435591636891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5432] ppid=5367 vsize=10846988 memory=2004 CPUtime=3.08 cores=0,2,4,6
/proc/5370/task/5432/stat : 5432 (java) S 5367 5370 32325 0 -1 1077944384 13644 13042 0 0 299 2 5 2 20 0 15 0 474852384 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435117218416 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5433] ppid=5367 vsize=10846988 memory=756 CPUtime=2.76 cores=0,2,4,6
/proc/5370/task/5433/stat : 5433 (java) S 5367 5370 32325 0 -1 1077944384 12903 13042 0 0 267 2 5 2 20 0 15 0 474852384 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435116165616 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5434] ppid=5367 vsize=10846988 memory=1548 CPUtime=1.54 cores=0,2,4,6
/proc/5370/task/5434/stat : 5434 (java) S 5367 5370 32325 0 -1 1077944384 9540 13042 0 0 145 2 5 2 20 0 15 0 474852384 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435115113328 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5435] ppid=5367 vsize=10846988 memory=8104 CPUtime=0.07 cores=0,2,4,6
/proc/5370/task/5435/stat : 5435 (java) S 5367 5370 32325 0 -1 1077944384 3 13042 0 0 0 0 5 2 20 0 15 0 474852384 11107315712 224828 33554432000 4194304 4196468 140721372525776 140433820740576 140435591628501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
[pid=5370/tid=5436] ppid=5367 vsize=10846988 memory=7 CPUtime=0.11 cores=0,2,4,6
/proc/5370/task/5436/stat : 5436 (java) S 5367 5370 32325 0 -1 1077944384 315 13042 0 0 2 2 5 2 20 0 15 0 474852385 11107315712 224828 33554432000 4194304 4196468 140721372525776 140435114060208 140435591629442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140721372527203 140721372529845 140721372529845 140721372532687 0
Current children cumulated CPU time: 86.83 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 899312 KiB

Child status: 0
Real time (s): 79.152
CPU time (s): 86.8975
CPU user time (s): 86.4337
CPU system time (s): 0.463823
CPU usage (%): 109.786
Max. virtual memory (cumulated for all children) (KiB): 10847608
Max. memory (cumulated for all children) (KiB): 904940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 86.4337
system time used= 0.463823
maximum resident set size= 905432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94209
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= 11777
involuntary context switches= 373


# summary of solver processes directly reported to runsolver:
#   pid: 5370
#   total CPU time (s): 86.8975
#   total CPU user time (s): 86.4337
#   total CPU system time (s): 0.463823

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.550845 second user time and 0.752183 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-20 15:24:15
IDJOB=4403116
IDBENCH=141371
IDSOLVER=2862
FILE ID=node121/4403116-1568985898
RUNJOBID= node121-1568967596-32356
PBS_JOBID= 21704626
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-10_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403116-1568985898/watcher-4403116-1568985898 -o /var/tmp/evaluation-result-4403116-1568985898/solver-4403116-1568985898 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1568967596-32356 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=2047248357 HOME/instance-4403116-1568985898.xml

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

MD5SUM BENCH= fd7701f01011f2453d3fac3f444f25b8
RANDOM SEED=2047248357

node121.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.75
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.75
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.75
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.75
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:         4760116 kB
MemAvailable:   30878768 kB
Buffers:          148332 kB
Cached:         25903348 kB
SwapCached:         5476 kB
Active:         13979364 kB
Inactive:       13058660 kB
Active(anon):     981188 kB
Inactive(anon):    42688 kB
Active(file):   12998176 kB
Inactive(file): 13015972 kB
Unevictable:      111188 kB
Mlocked:          111188 kB
SwapTotal:      67108860 kB
SwapFree:       66988640 kB
Dirty:             35276 kB
Writeback:             0 kB
AnonPages:       1013072 kB
Mapped:            60752 kB
Shmem:             29208 kB
Slab:             562104 kB
SReclaimable:     532964 kB
SUnreclaim:        29140 kB
KernelStack:        4048 kB
PageTables:         7240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2239128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    823296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node121 at 2019-09-20 15:25:34