Trace number 4387242

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.10OPT103 206.986 194.154

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-21-01.xml
MD5SUM90855c6c3ff0f3816786e6ae00e0aae6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark103
Best CPU time to get the best result obtained on this benchmark99.291
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size332
Distribution of domain sizes[{"size":1,"count":1},{"size":332,"count":61}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":2},{"degree":4,"count":9},{"degree":5,"count":20},{"degree":6,"count":15},{"degree":7,"count":14},{"degree":8,"count":2}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":112},{"arity":26,"count":1},{"arity":28,"count":1},{"arity":31,"count":1},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints112
Distribution of constraint types[{"type":"intension","count":112},{"type":"cumulative","count":4}]
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.75/0.54	c Concrete v3.10.1560635388952 running
7.37/3.33	o 142
7.37/3.34	o 141
7.37/3.36	o 140
8.01/3.50	o 139
8.34/3.60	o 138
8.34/3.61	o 137
8.34/3.63	o 135
9.28/3.95	o 134
9.28/3.96	o 127
9.62/4.06	o 126
9.62/4.08	o 124
9.94/4.11	o 123
9.94/4.12	o 122
10.22/4.20	o 121
10.22/4.24	o 120
10.22/4.25	o 119
10.22/4.25	o 113
10.22/4.26	o 112
10.22/4.28	o 111
10.22/4.29	o 110
10.47/4.38	o 109
11.14/4.79	o 108
11.63/5.02	o 107
12.99/5.81	o 106
12.99/5.85	o 105
14.55/6.90	o 104
19.21/10.11	o 103
206.91/194.14	v <instantiation
206.91/194.14	v         cost = '103'>
206.91/194.14	v       <list>
206.91/194.14	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61]
206.91/194.14	v       </list>
206.91/194.14	v       <values>
206.91/194.14	v         0 0 0 0 3 4 8 24 24 15 32 38 23 40 8 8 31 11 49 15 38 28 38 18 43 50 39 47 44 58 31 57 48 68 48 42 28 49 66 68 57 70 57 77 66 77 88 81 80 87 82 90 94 85 94 80 75 93 99 102 77 103
206.91/194.14	v       </values>
206.91/194.14	v     </instantiation>
206.91/194.14	s OPTIMUM FOUND

Verifier Data

OK	103

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387242-1568296622/watcher-4387242-1568296622 -o /tmp/evaluation-result-4387242-1568296622/solver-4387242-1568296622 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568286041-32307 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=55491920 HOME/instance-4387242-1568296622.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
Current StackSize limit: 8192 KiB

solver pid=3362, runsolver pid=3359

[startup+0.100127 s]*
/proc/loadavg: 1.66 1.55 1.60 3/218 3419
/proc/meminfo: memFree=16512052/32770624 swapFree=66939700/67108860
[pid=3362] ppid=3359 vsize=9972712 memory=18600 CPUtime=0.08 cores=1,3,5,7
/proc/3362/stat : 3362 (java) S 3359 3362 31346 0 -1 1077944320 4401 13269 0 0 1 0 4 3 20 0 6 0 405929096 10212057088 4650 33554432000 4194304 4196468 140733843006496 140733842989040 139741136338679 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
/proc/3362/statm: 2493178 4650 1933 1 0 2481616 0
[pid=3362/tid=3415] ppid=3359 vsize=9972712 memory=-8171376296011865461 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3415/stat : 3415 (java) R 3359 3362 31346 0 -1 4202560 2207 13269 0 0 0 0 4 3 20 0 6 0 405929105 10212057088 4650 33554432000 4194304 4196468 140733843006496 139741108175440 139741122021205 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3416] ppid=3359 vsize=9972712 memory=5792869726567804975 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3416/stat : 3416 (java) S 3359 3362 31346 0 -1 1077944384 1 13269 0 0 0 0 4 3 20 0 6 0 405929106 10212057088 4650 33554432000 4194304 4196468 140733843006496 139741140581264 139741136348885 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3417] ppid=3359 vsize=9972712 memory=139929351681664 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3417/stat : 3417 (java) S 3359 3362 31346 0 -1 1077944384 2 13269 0 0 0 0 4 3 20 0 6 0 405929106 10212057088 4650 33554432000 4194304 4196468 140733843006496 139741059332880 139741136348885 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3418] ppid=3359 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3418/stat : 3418 (java) S 3359 3362 31346 0 -1 1077944384 1 13269 0 0 0 0 4 3 20 0 6 0 405929106 10212057088 4650 33554432000 4194304 4196468 140733843006496 139741058280592 139741136348885 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3419] ppid=3359 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3419/stat : 3419 (java) S 3359 3362 31346 0 -1 1077944384 2 13269 0 0 0 0 4 3 20 0 6 0 405929106 10212057088 4715 33554432000 4194304 4196468 140733843006496 139741057227792 139741136348885 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18600 KiB

[startup+0.209912 s]*
/proc/loadavg: 1.66 1.55 1.60 3/227 3428
/proc/meminfo: memFree=16492332/32770624 swapFree=66939700/67108860
[pid=3362] ppid=3359 vsize=10818940 memory=38316 CPUtime=0.25 cores=1,3,5,7
/proc/3362/stat : 3362 (java) S 3359 3362 31346 0 -1 1077944320 6929 13269 0 0 16 2 4 3 20 0 15 0 405929096 11078594560 9579 33554432000 4194304 4196468 140733843006496 140733842989040 139741136338679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
/proc/3362/statm: 2704735 9579 2972 1 0 2667149 0
[pid=3362/tid=3415] ppid=3359 vsize=10818940 memory=8389772277269004345 CPUtime=0.18 cores=1,3,5,7
/proc/3362/task/3415/stat : 3415 (java) R 3359 3362 31346 0 -1 4202560 3401 13269 0 0 10 1 4 3 20 0 15 0 405929105 11078594560 9579 33554432000 4194304 4196468 140733843006496 139741108171696 139741120419166 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3416] ppid=3359 vsize=10818940 memory=4294967641 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3416/stat : 3416 (java) S 3359 3362 31346 0 -1 1077944384 1 13269 0 0 0 0 4 3 20 0 15 0 405929106 11078594560 9579 33554432000 4194304 4196468 140733843006496 139741140581264 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3417] ppid=3359 vsize=10818940 memory=288370305503393408 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3417/stat : 3417 (java) S 3359 3362 31346 0 -1 1077944384 2 13269 0 0 0 0 4 3 20 0 15 0 405929106 11078594560 9579 33554432000 4194304 4196468 140733843006496 139741059332880 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3418] ppid=3359 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3418/stat : 3418 (java) S 3359 3362 31346 0 -1 1077944384 1 13269 0 0 0 0 4 3 20 0 15 0 405929106 11078594560 9579 33554432000 4194304 4196468 140733843006496 139741058280592 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3419] ppid=3359 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3419/stat : 3419 (java) S 3359 3362 31346 0 -1 1077944384 2 13269 0 0 0 0 4 3 20 0 15 0 405929106 11078594560 9579 33554432000 4194304 4196468 140733843006496 139741057227792 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3420] ppid=3359 vsize=10818940 memory=139929351681664 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3420/stat : 3420 (java) S 3359 3362 31346 0 -1 1077944384 2 13269 0 0 0 0 4 3 20 0 15 0 405929107 11078594560 9579 33554432000 4194304 4196468 140733843006496 139740662929520 139741136349826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3421] ppid=3359 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3421/stat : 3421 (java) S 3359 3362 31346 0 -1 1077944384 13 13269 0 0 0 0 4 3 20 0 15 0 405929108 11078594560 9579 33554432000 4194304 4196468 140733843006496 139740586173216 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3422] ppid=3359 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3422/stat : 3422 (java) S 3359 3362 31346 0 -1 1077944384 1 13269 0 0 0 0 4 3 20 0 15 0 405929108 11078594560 9579 33554432000 4194304 4196468 140733843006496 139739915084912 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3423] ppid=3359 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3423/stat : 3423 (java) S 3359 3362 31346 0 -1 1077944384 3 13269 0 0 0 0 4 3 20 0 15 0 405929111 11078594560 9579 33554432000 4194304 4196468 140733843006496 139739674794064 139741136357275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3424] ppid=3359 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3362/task/3424/stat : 3424 (java) S 3359 3362 31346 0 -1 1077944384 581 13269 0 0 1 0 4 3 20 0 15 0 405929111 11078594560 9579 33554432000 4194304 4196468 140733843006496 139740661877360 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3425] ppid=3359 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3362/task/3425/stat : 3425 (java) S 3359 3362 31346 0 -1 1077944384 70 13269 0 0 1 0 4 3 20 0 15 0 405929111 11078594560 9579 33554432000 4194304 4196468 140733843006496 139740660824560 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3426] ppid=3359 vsize=10818940 memory=139929351681664 CPUtime=0.1 cores=1,3,5,7
/proc/3362/task/3426/stat : 3426 (java) S 3359 3362 31346 0 -1 1077944384 646 13269 0 0 3 0 4 3 20 0 15 0 405929111 11078594560 9579 33554432000 4194304 4196468 140733843006496 139740659772272 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3427] ppid=3359 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3427/stat : 3427 (java) S 3359 3362 31346 0 -1 1077944384 3 13269 0 0 0 0 4 3 20 0 15 0 405929111 11078594560 9579 33554432000 4194304 4196468 140733843006496 139739641236448 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3428] ppid=3359 vsize=10818940 memory=139929351681664 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3428/stat : 3428 (java) S 3359 3362 31346 0 -1 1077944384 1 13269 0 0 0 0 4 3 20 0 15 0 405929111 11078594560 9579 33554432000 4194304 4196468 140733843006496 139740658719152 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38316 KiB

[startup+0.31033 s]*
/proc/loadavg: 1.66 1.55 1.60 3/227 3428
/proc/meminfo: memFree=16481820/32770624 swapFree=66939700/67108860
[pid=3362] ppid=3359 vsize=10820096 memory=50136 CPUtime=0.39 cores=1,3,5,7
/proc/3362/stat : 3362 (java) S 3359 3362 31346 0 -1 1077944320 10574 13269 0 0 29 3 4 3 20 0 15 0 405929096 11079778304 12534 33554432000 4194304 4196468 140733843006496 140733842989040 139741136338679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
/proc/3362/statm: 2705024 12534 3282 1 0 2667149 0
[pid=3362/tid=3415] ppid=3359 vsize=10820244 memory=6935054825532540783 CPUtime=0.28 cores=1,3,5,7
/proc/3362/task/3415/stat : 3415 (java) R 3359 3362 31346 0 -1 4202560 7055 13269 0 0 19 2 4 3 20 0 15 0 405929105 11079929856 12534 33554432000 4194304 4196468 140733843006496 139741108120576 139740737248672 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3416] ppid=3359 vsize=10820244 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3416/stat : 3416 (java) S 3359 3362 31346 0 -1 1077944384 1 13269 0 0 0 0 4 3 20 0 15 0 405929106 11079929856 12534 33554432000 4194304 4196468 140733843006496 139741140581264 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3417] ppid=3359 vsize=10820244 memory=-2843871790046495902 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3417/stat : 3417 (java) S 3359 3362 31346 0 -1 1077944384 2 13269 0 0 0 0 4 3 20 0 15 0 405929106 11079929856 12534 33554432000 4194304 4196468 140733843006496 139741059332880 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3418] ppid=3359 vsize=10820244 memory=-8412656567334364540 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3418/stat : 3418 (java) S 3359 3362 31346 0 -1 1077944384 1 13269 0 0 0 0 4 3 20 0 15 0 405929106 11079929856 12534 33554432000 4194304 4196468 140733843006496 139741058280592 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3419] ppid=3359 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3419/stat : 3419 (java) S 3359 3362 31346 0 -1 1077944384 2 13269 0 0 0 0 4 3 20 0 15 0 405929106 11079929856 12534 33554432000 4194304 4196468 140733843006496 139741057227792 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3420] ppid=3359 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3420/stat : 3420 (java) S 3359 3362 31346 0 -1 1077944384 2 13269 0 0 0 0 4 3 20 0 15 0 405929107 11079929856 12534 33554432000 4194304 4196468 140733843006496 139740662929520 139741136349826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3421] ppid=3359 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3421/stat : 3421 (java) S 3359 3362 31346 0 -1 1077944384 13 13269 0 0 0 0 4 3 20 0 15 0 405929108 11079929856 12534 33554432000 4194304 4196468 140733843006496 139740586173216 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3422] ppid=3359 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3422/stat : 3422 (java) S 3359 3362 31346 0 -1 1077944384 1 13269 0 0 0 0 4 3 20 0 15 0 405929108 11079929856 12534 33554432000 4194304 4196468 140733843006496 139739915084912 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3423] ppid=3359 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3423/stat : 3423 (java) S 3359 3362 31346 0 -1 1077944384 3 13269 0 0 0 0 4 3 20 0 15 0 405929111 11079929856 12534 33554432000 4194304 4196468 140733843006496 139739674794064 139741136357275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3424] ppid=3359 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3362/task/3424/stat : 3424 (java) R 3359 3362 31346 0 -1 4202560 582 13269 0 0 2 0 4 3 20 0 15 0 405929111 11079929856 12534 33554432000 4194304 4196468 140733843006496 139740661877360 139741114323249 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3425] ppid=3359 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3362/task/3425/stat : 3425 (java) S 3359 3362 31346 0 -1 1077944384 70 13269 0 0 1 0 4 3 20 0 15 0 405929111 11079929856 12534 33554432000 4194304 4196468 140733843006496 139740660824560 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3426] ppid=3359 vsize=10820244 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/3362/task/3426/stat : 3426 (java) S 3359 3362 31346 0 -1 1077944384 671 13269 0 0 5 0 4 3 20 0 15 0 405929111 11079929856 12534 33554432000 4194304 4196468 140733843006496 139740659772272 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3427] ppid=3359 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3427/stat : 3427 (java) S 3359 3362 31346 0 -1 1077944384 3 13269 0 0 0 0 4 3 20 0 15 0 405929111 11079929856 12534 33554432000 4194304 4196468 140733843006496 139739641236448 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3428] ppid=3359 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3428/stat : 3428 (java) S 3359 3362 31346 0 -1 1077944384 1 13269 0 0 0 0 4 3 20 0 15 0 405929111 11079929856 12534 33554432000 4194304 4196468 140733843006496 139740658719152 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 50136 KiB

[startup+0.700958 s]
/proc/loadavg: 1.66 1.55 1.60 5/227 3428
/proc/meminfo: memFree=16465236/32770624 swapFree=66939700/67108860
[pid=3362] ppid=3359 vsize=10825364 memory=80564 CPUtime=1.13 cores=1,3,5,7
/proc/3362/stat : 3362 (java) S 3359 3362 31346 0 -1 1077944320 14870 13269 0 0 101 5 4 3 20 0 15 0 405929096 11085172736 20141 33554432000 4194304 4196468 140733843006496 140733842989040 139741136338679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
/proc/3362/statm: 2706341 20141 3501 1 0 2668429 0
[pid=3362/tid=3415] ppid=3359 vsize=10824340 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/3362/task/3415/stat : 3415 (java) R 3359 3362 31346 0 -1 4202560 10531 13269 0 0 56 3 4 3 20 0 15 0 405929105 11084124160 20160 33554432000 4194304 4196468 140733843006496 139741108156640 139741129055783 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3416] ppid=3359 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3416/stat : 3416 (java) S 3359 3362 31346 0 -1 1077944384 1 13269 0 0 0 0 4 3 20 0 15 0 405929106 11084124160 20160 33554432000 4194304 4196468 140733843006496 139741140581264 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3417] ppid=3359 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3417/stat : 3417 (java) S 3359 3362 31346 0 -1 1077944384 2 13269 0 0 0 0 4 3 20 0 15 0 405929106 11084124160 20160 33554432000 4194304 4196468 140733843006496 139741059332880 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3418] ppid=3359 vsize=10824340 memory=279858458398480 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3418/stat : 3418 (java) S 3359 3362 31346 0 -1 1077944384 1 13269 0 0 0 0 4 3 20 0 15 0 405929106 11084124160 20160 33554432000 4194304 4196468 140733843006496 139741058280592 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3419] ppid=3359 vsize=10825364 memory=217802548 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3419/stat : 3419 (java) S 3359 3362 31346 0 -1 1077944384 2 13269 0 0 0 0 4 3 20 0 15 0 405929106 11085172736 20160 33554432000 4194304 4196468 140733843006496 139741057227792 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3420] ppid=3359 vsize=10825364 memory=-6510923483710009956 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3420/stat : 3420 (java) S 3359 3362 31346 0 -1 1077944384 5 13269 0 0 0 0 4 3 20 0 15 0 405929107 11085172736 20160 33554432000 4194304 4196468 140733843006496 139740662929520 139741136349826 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3421] ppid=3359 vsize=10825364 memory=6368461852977090640 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3421/stat : 3421 (java) S 3359 3362 31346 0 -1 1077944384 13 13269 0 0 0 0 4 3 20 0 15 0 405929108 11085172736 20160 33554432000 4194304 4196468 140733843006496 139740586173216 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3422] ppid=3359 vsize=10825364 memory=8099279071866868838 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3422/stat : 3422 (java) S 3359 3362 31346 0 -1 1077944384 1 13269 0 0 0 0 4 3 20 0 15 0 405929108 11085172736 20160 33554432000 4194304 4196468 140733843006496 139739915084912 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3423] ppid=3359 vsize=10824340 memory=-3705176732362986910 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3423/stat : 3423 (java) S 3359 3362 31346 0 -1 1077944384 3 13269 0 0 0 0 4 3 20 0 15 0 405929111 11084124160 20160 33554432000 4194304 4196468 140733843006496 139739674794064 139741136357275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3424] ppid=3359 vsize=10824340 memory=6655300316396806240 CPUtime=0.22 cores=1,3,5,7
/proc/3362/task/3424/stat : 3424 (java) S 3359 3362 31346 0 -1 1077944384 908 13269 0 0 15 0 4 3 20 0 15 0 405929111 11084124160 20160 33554432000 4194304 4196468 140733843006496 139740661877360 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3425] ppid=3359 vsize=10824340 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/3362/task/3425/stat : 3425 (java) S 3359 3362 31346 0 -1 1077944384 347 13269 0 0 12 0 4 3 20 0 15 0 405929111 11084124160 20160 33554432000 4194304 4196468 140733843006496 139740660824560 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3426] ppid=3359 vsize=10824340 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/3362/task/3426/stat : 3426 (java) S 3359 3362 31346 0 -1 1077944384 879 13269 0 0 17 0 4 3 20 0 15 0 405929111 11084124160 20160 33554432000 4194304 4196468 140733843006496 139740659772272 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3427] ppid=3359 vsize=10825364 memory=279858458961472 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3427/stat : 3427 (java) S 3359 3362 31346 0 -1 1077944384 3 13269 0 0 0 0 4 3 20 0 15 0 405929111 11085172736 20160 33554432000 4194304 4196468 140733843006496 139739641236448 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3428] ppid=3359 vsize=10825364 memory=139930034504289 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3428/stat : 3428 (java) S 3359 3362 31346 0 -1 1077944384 1 13269 0 0 0 0 4 3 20 0 15 0 405929111 11085172736 20160 33554432000 4194304 4196468 140733843006496 139740658719152 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10825364 KiB
Current children cumulated memory: 80564 KiB

[startup+1.50077 s]
/proc/loadavg: 1.68 1.56 1.61 5/227 3428
/proc/meminfo: memFree=16422976/32770624 swapFree=66939700/67108860
[pid=3362] ppid=3359 vsize=10834656 memory=166584 CPUtime=2.49 cores=1,3,5,7
/proc/3362/stat : 3362 (java) S 3359 3362 31346 0 -1 1077944320 22400 13269 0 0 233 9 4 3 20 0 15 0 405929096 11094687744 41646 33554432000 4194304 4196468 140733843006496 140733842989040 139741136338679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
/proc/3362/statm: 2708664 41646 3580 1 0 2670733 0
[pid=3362/tid=3415] ppid=3359 vsize=10834656 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/3362/task/3415/stat : 3415 (java) R 3359 3362 31346 0 -1 4202560 15610 13269 0 0 130 5 4 3 20 0 15 0 405929105 11094687744 41646 33554432000 4194304 4196468 140733843006496 139741108143664 139740741353756 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3416] ppid=3359 vsize=10834656 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/3362/task/3416/stat : 3416 (java) S 3359 3362 31346 0 -1 1077944384 372 13269 0 0 1 0 4 3 20 0 15 0 405929106 11094687744 41646 33554432000 4194304 4196468 140733843006496 139741140581264 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3417] ppid=3359 vsize=10834656 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/3362/task/3417/stat : 3417 (java) S 3359 3362 31346 0 -1 1077944384 67 13269 0 0 1 0 4 3 20 0 15 0 405929106 11094687744 41646 33554432000 4194304 4196468 140733843006496 139741059332880 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3418] ppid=3359 vsize=10834656 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/3362/task/3418/stat : 3418 (java) S 3359 3362 31346 0 -1 1077944384 20 13269 0 0 1 0 4 3 20 0 15 0 405929106 11094687744 41646 33554432000 4194304 4196468 140733843006496 139741058280592 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3419] ppid=3359 vsize=10834656 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/3362/task/3419/stat : 3419 (java) S 3359 3362 31346 0 -1 1077944384 83 13269 0 0 1 0 4 3 20 0 15 0 405929106 11094687744 41646 33554432000 4194304 4196468 140733843006496 139741057227792 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3420] ppid=3359 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3362/task/3420/stat : 3420 (java) S 3359 3362 31346 0 -1 1077944384 807 13269 0 0 1 0 4 3 20 0 15 0 405929107 11094687744 41646 33554432000 4194304 4196468 140733843006496 139740662929520 139741136349826 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3421] ppid=3359 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3421/stat : 3421 (java) S 3359 3362 31346 0 -1 1077944384 14 13269 0 0 0 0 4 3 20 0 15 0 405929108 11094687744 41646 33554432000 4194304 4196468 140733843006496 139740586173280 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3422] ppid=3359 vsize=10834656 memory=-7966001967407402336 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3422/stat : 3422 (java) S 3359 3362 31346 0 -1 1077944384 2 13269 0 0 0 0 4 3 20 0 15 0 405929108 11094687744 41646 33554432000 4194304 4196468 140733843006496 139739915084928 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3423] ppid=3359 vsize=10834656 memory=6944938067432061290 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3423/stat : 3423 (java) S 3359 3362 31346 0 -1 1077944384 3 13269 0 0 0 0 4 3 20 0 15 0 405929111 11094687744 41646 33554432000 4194304 4196468 140733843006496 139739674794064 139741136357275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3424] ppid=3359 vsize=10834656 memory=7100839870102598736 CPUtime=0.34 cores=1,3,5,7
/proc/3362/task/3424/stat : 3424 (java) R 3359 3362 31346 0 -1 1077944384 998 13269 0 0 27 0 4 3 20 0 15 0 405929111 11094687744 41646 33554432000 4194304 4196468 140733843006496 139740661877360 139741136349826 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3425] ppid=3359 vsize=10834656 memory=4627829655977429107 CPUtime=0.31 cores=1,3,5,7
/proc/3362/task/3425/stat : 3425 (java) S 3359 3362 31346 0 -1 1077944384 549 13269 0 0 24 0 4 3 20 0 15 0 405929111 11094687744 41646 33554432000 4194304 4196468 140733843006496 139740660824560 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3426] ppid=3359 vsize=10834656 memory=8514726395714820750 CPUtime=0.49 cores=1,3,5,7
/proc/3362/task/3426/stat : 3426 (java) R 3359 3362 31346 0 -1 4202560 1666 13269 0 0 42 0 4 3 20 0 15 0 405929111 11094687744 41646 33554432000 4194304 4196468 140733843006496 139740659768032 139741120419166 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3427] ppid=3359 vsize=10834656 memory=8940607975817108597 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3427/stat : 3427 (java) S 3359 3362 31346 0 -1 1077944384 3 13269 0 0 0 0 4 3 20 0 15 0 405929111 11094687744 41646 33554432000 4194304 4196468 140733843006496 139739641236448 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3428] ppid=3359 vsize=10834656 memory=279858458651968 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3428/stat : 3428 (java) S 3359 3362 31346 0 -1 1077944384 1 13269 0 0 0 0 4 3 20 0 15 0 405929111 11094687744 41646 33554432000 4194304 4196468 140733843006496 139740658719152 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 10834656 KiB

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

[pid=3362/tid=3427] ppid=3359 vsize=10846964 memory=671260 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3427/stat : 3427 (java) S 3359 3362 31346 0 -1 1077944384 3 13269 0 0 0 0 4 3 20 0 15 0 405929111 11107291136 167815 33554432000 4194304 4196468 140733843006496 139739641236448 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3428] ppid=3359 vsize=10846964 memory=671160 CPUtime=0.16 cores=1,3,5,7
/proc/3362/task/3428/stat : 3428 (java) S 3359 3362 31346 0 -1 1077944384 552 13269 0 0 3 6 4 3 20 0 15 0 405929111 11107291136 167815 33554432000 4194304 4196468 140733843006496 139740658719152 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
Current children cumulated CPU time: 204.78 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 671260 KiB

[startup+192.801 s]
/proc/loadavg: 1.56 1.60 1.61 3/229 3575
/proc/meminfo: memFree=17115612/32770624 swapFree=66939700/67108860
[pid=3362] ppid=3359 vsize=10846964 memory=671260 CPUtime=205.59 cores=1,3,5,7
/proc/3362/stat : 3362 (java) S 3359 3362 31346 0 -1 1077944320 108042 13269 0 0 20494 58 4 3 20 0 15 0 405929096 11107291136 167815 33554432000 4194304 4196468 140733843006496 140733842989040 139741136338679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
/proc/3362/statm: 2711741 167815 3625 1 0 2673805 0
[pid=3362/tid=3415] ppid=3359 vsize=10846964 memory=12040 CPUtime=191.31 cores=1,3,5,7
/proc/3362/task/3415/stat : 3415 (java) R 3359 3362 31346 0 -1 4202560 30579 13269 0 0 19107 17 4 3 20 0 15 0 405929105 11107291136 167815 33554432000 4194304 4196468 140733843006496 139741108173840 139740751757317 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3416] ppid=3359 vsize=10846964 memory=18000 CPUtime=0.68 cores=1,3,5,7
/proc/3362/task/3416/stat : 3416 (java) S 3359 3362 31346 0 -1 1077944384 5017 13269 0 0 56 5 4 3 20 0 15 0 405929106 11107291136 167815 33554432000 4194304 4196468 140733843006496 139741140581264 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3417] ppid=3359 vsize=10846964 memory=2120 CPUtime=0.69 cores=1,3,5,7
/proc/3362/task/3417/stat : 3417 (java) S 3359 3362 31346 0 -1 1077944384 2071 13269 0 0 57 5 4 3 20 0 15 0 405929106 11107291136 167815 33554432000 4194304 4196468 140733843006496 139741059332880 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3418] ppid=3359 vsize=10846964 memory=8112282956445269571 CPUtime=0.68 cores=1,3,5,7
/proc/3362/task/3418/stat : 3418 (java) S 3359 3362 31346 0 -1 1077944384 1304 13269 0 0 56 5 4 3 20 0 15 0 405929106 11107291136 167815 33554432000 4194304 4196468 140733843006496 139741058280592 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3419] ppid=3359 vsize=10846964 memory=2004 CPUtime=0.68 cores=1,3,5,7
/proc/3362/task/3419/stat : 3419 (java) S 3359 3362 31346 0 -1 1077944384 1866 13269 0 0 55 6 4 3 20 0 15 0 405929106 11107291136 167815 33554432000 4194304 4196468 140733843006496 139741057227792 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3420] ppid=3359 vsize=10846964 memory=1376 CPUtime=0.67 cores=1,3,5,7
/proc/3362/task/3420/stat : 3420 (java) S 3359 3362 31346 0 -1 1077944384 4904 13269 0 0 56 4 4 3 20 0 15 0 405929107 11107291136 167815 33554432000 4194304 4196468 140733843006496 139740662929520 139741136349826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3421] ppid=3359 vsize=10846964 memory=1060 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3421/stat : 3421 (java) S 3359 3362 31346 0 -1 1077944384 15 13269 0 0 0 0 4 3 20 0 15 0 405929108 11107291136 167815 33554432000 4194304 4196468 140733843006496 139740586173344 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3422] ppid=3359 vsize=10846964 memory=3248 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3422/stat : 3422 (java) S 3359 3362 31346 0 -1 1077944384 2 13269 0 0 0 0 4 3 20 0 15 0 405929108 11107291136 167815 33554432000 4194304 4196468 140733843006496 139739915084928 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3423] ppid=3359 vsize=10846964 memory=1724 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3423/stat : 3423 (java) S 3359 3362 31346 0 -1 1077944384 3 13269 0 0 0 0 4 3 20 0 15 0 405929111 11107291136 167815 33554432000 4194304 4196468 140733843006496 139739674794064 139741136357275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3424] ppid=3359 vsize=10846964 memory=8112282956445269571 CPUtime=3.87 cores=1,3,5,7
/proc/3362/task/3424/stat : 3424 (java) S 3359 3362 31346 0 -1 1077944384 22160 13269 0 0 377 3 4 3 20 0 15 0 405929111 11107291136 167815 33554432000 4194304 4196468 140733843006496 139740661877360 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3425] ppid=3359 vsize=10846964 memory=500 CPUtime=4.06 cores=1,3,5,7
/proc/3362/task/3425/stat : 3425 (java) S 3359 3362 31346 0 -1 1077944384 15895 13269 0 0 395 4 4 3 20 0 15 0 405929111 11107291136 167815 33554432000 4194304 4196468 140733843006496 139740660824560 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3426] ppid=3359 vsize=10846964 memory=1556 CPUtime=3.31 cores=1,3,5,7
/proc/3362/task/3426/stat : 3426 (java) S 3359 3362 31346 0 -1 1077944384 21466 13269 0 0 318 6 4 3 20 0 15 0 405929111 11107291136 167815 33554432000 4194304 4196468 140733843006496 139740659772272 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3427] ppid=3359 vsize=10846964 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3427/stat : 3427 (java) S 3359 3362 31346 0 -1 1077944384 3 13269 0 0 0 0 4 3 20 0 15 0 405929111 11107291136 167815 33554432000 4194304 4196468 140733843006496 139739641236448 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3428] ppid=3359 vsize=10846964 memory=1548 CPUtime=0.17 cores=1,3,5,7
/proc/3362/task/3428/stat : 3428 (java) S 3359 3362 31346 0 -1 1077944384 552 13269 0 0 3 7 4 3 20 0 15 0 405929111 11107291136 167815 33554432000 4194304 4196468 140733843006496 139740658719152 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
Current children cumulated CPU time: 205.59 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 671260 KiB

[startup+193.601 s]
/proc/loadavg: 1.56 1.60 1.61 3/229 3575
/proc/meminfo: memFree=17115612/32770624 swapFree=66939700/67108860
[pid=3362] ppid=3359 vsize=10846964 memory=671260 CPUtime=206.4 cores=1,3,5,7
/proc/3362/stat : 3362 (java) S 3359 3362 31346 0 -1 1077944320 108047 13269 0 0 20575 58 4 3 20 0 15 0 405929096 11107291136 167815 33554432000 4194304 4196468 140733843006496 140733842989040 139741136338679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
/proc/3362/statm: 2711741 167815 3625 1 0 2673805 0
[pid=3362/tid=3415] ppid=3359 vsize=10846964 memory=3620 CPUtime=192.1 cores=1,3,5,7
/proc/3362/task/3415/stat : 3415 (java) R 3359 3362 31346 0 -1 4202560 30584 13269 0 0 19186 17 4 3 20 0 15 0 405929105 11107291136 167815 33554432000 4194304 4196468 140733843006496 139741108174416 139741119514257 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3416] ppid=3359 vsize=10846964 memory=8112282956445269571 CPUtime=0.68 cores=1,3,5,7
/proc/3362/task/3416/stat : 3416 (java) S 3359 3362 31346 0 -1 1077944384 5017 13269 0 0 56 5 4 3 20 0 15 0 405929106 11107291136 167815 33554432000 4194304 4196468 140733843006496 139741140581264 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3417] ppid=3359 vsize=10846964 memory=3024 CPUtime=0.69 cores=1,3,5,7
/proc/3362/task/3417/stat : 3417 (java) S 3359 3362 31346 0 -1 1077944384 2071 13269 0 0 57 5 4 3 20 0 15 0 405929106 11107291136 167815 33554432000 4194304 4196468 140733843006496 139741059332880 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3418] ppid=3359 vsize=10846964 memory=671260 CPUtime=0.68 cores=1,3,5,7
/proc/3362/task/3418/stat : 3418 (java) S 3359 3362 31346 0 -1 1077944384 1304 13269 0 0 56 5 4 3 20 0 15 0 405929106 11107291136 167815 33554432000 4194304 4196468 140733843006496 139741058280592 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3419] ppid=3359 vsize=10846964 memory=1412 CPUtime=0.68 cores=1,3,5,7
/proc/3362/task/3419/stat : 3419 (java) S 3359 3362 31346 0 -1 1077944384 1866 13269 0 0 55 6 4 3 20 0 15 0 405929106 11107291136 167815 33554432000 4194304 4196468 140733843006496 139741057227792 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3420] ppid=3359 vsize=10846964 memory=2944 CPUtime=0.68 cores=1,3,5,7
/proc/3362/task/3420/stat : 3420 (java) S 3359 3362 31346 0 -1 1077944384 4904 13269 0 0 57 4 4 3 20 0 15 0 405929107 11107291136 167815 33554432000 4194304 4196468 140733843006496 139740662929520 139741136349826 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3421] ppid=3359 vsize=10846964 memory=619972 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3421/stat : 3421 (java) S 3359 3362 31346 0 -1 1077944384 15 13269 0 0 0 0 4 3 20 0 15 0 405929108 11107291136 167815 33554432000 4194304 4196468 140733843006496 139740586173344 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3422] ppid=3359 vsize=10846964 memory=2120 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3422/stat : 3422 (java) S 3359 3362 31346 0 -1 1077944384 2 13269 0 0 0 0 4 3 20 0 15 0 405929108 11107291136 167815 33554432000 4194304 4196468 140733843006496 139739915084928 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3423] ppid=3359 vsize=10846964 memory=500 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3423/stat : 3423 (java) S 3359 3362 31346 0 -1 1077944384 3 13269 0 0 0 0 4 3 20 0 15 0 405929111 11107291136 167815 33554432000 4194304 4196468 140733843006496 139739674794064 139741136357275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3424] ppid=3359 vsize=10846964 memory=1556 CPUtime=3.87 cores=1,3,5,7
/proc/3362/task/3424/stat : 3424 (java) S 3359 3362 31346 0 -1 1077944384 22160 13269 0 0 377 3 4 3 20 0 15 0 405929111 11107291136 167815 33554432000 4194304 4196468 140733843006496 139740661877360 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3425] ppid=3359 vsize=10846964 memory=928 CPUtime=4.06 cores=1,3,5,7
/proc/3362/task/3425/stat : 3425 (java) S 3359 3362 31346 0 -1 1077944384 15895 13269 0 0 395 4 4 3 20 0 15 0 405929111 11107291136 167815 33554432000 4194304 4196468 140733843006496 139740660824560 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3426] ppid=3359 vsize=10846964 memory=1548 CPUtime=3.31 cores=1,3,5,7
/proc/3362/task/3426/stat : 3426 (java) S 3359 3362 31346 0 -1 1077944384 21466 13269 0 0 318 6 4 3 20 0 15 0 405929111 11107291136 167815 33554432000 4194304 4196468 140733843006496 139740659772272 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3427] ppid=3359 vsize=10846964 memory=1980 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3427/stat : 3427 (java) S 3359 3362 31346 0 -1 1077944384 3 13269 0 0 0 0 4 3 20 0 15 0 405929111 11107291136 167815 33554432000 4194304 4196468 140733843006496 139739641236448 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3428] ppid=3359 vsize=10846964 memory=2460 CPUtime=0.17 cores=1,3,5,7
/proc/3362/task/3428/stat : 3428 (java) S 3359 3362 31346 0 -1 1077944384 552 13269 0 0 3 7 4 3 20 0 15 0 405929111 11107291136 167815 33554432000 4194304 4196468 140733843006496 139740658719152 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
Current children cumulated CPU time: 206.4 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 671260 KiB

[startup+194.001 s]*
/proc/loadavg: 1.56 1.60 1.61 3/229 3576
/proc/meminfo: memFree=17115332/32770624 swapFree=66939700/67108860
[pid=3362] ppid=3359 vsize=10846964 memory=671260 CPUtime=206.81 cores=1,3,5,7
/proc/3362/stat : 3362 (java) S 3359 3362 31346 0 -1 1077944320 108051 13269 0 0 20616 58 4 3 20 0 15 0 405929096 11107291136 167815 33554432000 4194304 4196468 140733843006496 140733842989040 139741136338679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
/proc/3362/statm: 2711741 167815 3625 1 0 2673805 0
[pid=3362/tid=3415] ppid=3359 vsize=10846964 memory=6935054825532540783 CPUtime=192.51 cores=1,3,5,7
/proc/3362/task/3415/stat : 3415 (java) R 3359 3362 31346 0 -1 4202560 30587 13269 0 0 19227 17 4 3 20 0 15 0 405929105 11107291136 167815 33554432000 4194304 4196468 140733843006496 139741108174768 139741116361280 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3416] ppid=3359 vsize=10846964 memory=4872558044660077418 CPUtime=0.68 cores=1,3,5,7
/proc/3362/task/3416/stat : 3416 (java) S 3359 3362 31346 0 -1 1077944384 5017 13269 0 0 56 5 4 3 20 0 15 0 405929106 11107291136 167815 33554432000 4194304 4196468 140733843006496 139741140581264 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3417] ppid=3359 vsize=10846964 memory=14411531655841659 CPUtime=0.69 cores=1,3,5,7
/proc/3362/task/3417/stat : 3417 (java) S 3359 3362 31346 0 -1 1077944384 2071 13269 0 0 57 5 4 3 20 0 15 0 405929106 11107291136 167815 33554432000 4194304 4196468 140733843006496 139741059332880 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3418] ppid=3359 vsize=10846964 memory=2004 CPUtime=0.68 cores=1,3,5,7
/proc/3362/task/3418/stat : 3418 (java) S 3359 3362 31346 0 -1 1077944384 1304 13269 0 0 56 5 4 3 20 0 15 0 405929106 11107291136 167815 33554432000 4194304 4196468 140733843006496 139741058280592 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3419] ppid=3359 vsize=10846964 memory=1376 CPUtime=0.7 cores=1,3,5,7
/proc/3362/task/3419/stat : 3419 (java) S 3359 3362 31346 0 -1 1077944384 1866 13269 0 0 56 7 4 3 20 0 15 0 405929106 11107291136 167815 33554432000 4194304 4196468 140733843006496 139741057227792 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3420] ppid=3359 vsize=10846964 memory=1060 CPUtime=0.68 cores=1,3,5,7
/proc/3362/task/3420/stat : 3420 (java) S 3359 3362 31346 0 -1 1077944384 4905 13269 0 0 57 4 4 3 20 0 15 0 405929107 11107291136 167815 33554432000 4194304 4196468 140733843006496 139740662929520 139741136349826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3421] ppid=3359 vsize=10846964 memory=3248 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3421/stat : 3421 (java) S 3359 3362 31346 0 -1 1077944384 15 13269 0 0 0 0 4 3 20 0 15 0 405929108 11107291136 167815 33554432000 4194304 4196468 140733843006496 139740586173344 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3422] ppid=3359 vsize=10846964 memory=1724 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3422/stat : 3422 (java) S 3359 3362 31346 0 -1 1077944384 2 13269 0 0 0 0 4 3 20 0 15 0 405929108 11107291136 167815 33554432000 4194304 4196468 140733843006496 139739915084928 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3423] ppid=3359 vsize=10846964 memory=5956 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3423/stat : 3423 (java) S 3359 3362 31346 0 -1 1077944384 3 13269 0 0 0 0 4 3 20 0 15 0 405929111 11107291136 167815 33554432000 4194304 4196468 140733843006496 139739674794064 139741136357275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3424] ppid=3359 vsize=10846964 memory=10604 CPUtime=3.87 cores=1,3,5,7
/proc/3362/task/3424/stat : 3424 (java) S 3359 3362 31346 0 -1 1077944384 22160 13269 0 0 377 3 4 3 20 0 15 0 405929111 11107291136 167815 33554432000 4194304 4196468 140733843006496 139740661877360 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3425] ppid=3359 vsize=10846964 memory=728 CPUtime=4.06 cores=1,3,5,7
/proc/3362/task/3425/stat : 3425 (java) S 3359 3362 31346 0 -1 1077944384 15895 13269 0 0 395 4 4 3 20 0 15 0 405929111 11107291136 167815 33554432000 4194304 4196468 140733843006496 139740660824560 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3426] ppid=3359 vsize=10846964 memory=780 CPUtime=3.31 cores=1,3,5,7
/proc/3362/task/3426/stat : 3426 (java) S 3359 3362 31346 0 -1 1077944384 21466 13269 0 0 318 6 4 3 20 0 15 0 405929111 11107291136 167815 33554432000 4194304 4196468 140733843006496 139740659772272 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3427] ppid=3359 vsize=10846964 memory=1552 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3427/stat : 3427 (java) S 3359 3362 31346 0 -1 1077944384 3 13269 0 0 0 0 4 3 20 0 15 0 405929111 11107291136 167815 33554432000 4194304 4196468 140733843006496 139739641236448 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3428] ppid=3359 vsize=10846964 memory=2832 CPUtime=0.17 cores=1,3,5,7
/proc/3362/task/3428/stat : 3428 (java) S 3359 3362 31346 0 -1 1077944384 552 13269 0 0 3 7 4 3 20 0 15 0 405929111 11107291136 167815 33554432000 4194304 4196468 140733843006496 139740658719152 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
Current children cumulated CPU time: 206.81 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 671260 KiB

[startup+194.11 s]
/proc/loadavg: 1.56 1.60 1.61 3/229 3576
/proc/meminfo: memFree=17115332/32770624 swapFree=66939700/67108860
[pid=3362] ppid=3359 vsize=10846964 memory=671260 CPUtime=206.91 cores=1,3,5,7
/proc/3362/stat : 3362 (java) S 3359 3362 31346 0 -1 1077944320 108051 13269 0 0 20626 58 4 3 20 0 15 0 405929096 11107291136 167815 33554432000 4194304 4196468 140733843006496 140733842989040 139741136338679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
/proc/3362/statm: 2711741 167815 3625 1 0 2673805 0
[pid=3362/tid=3415] ppid=3359 vsize=10846964 memory=671260 CPUtime=192.61 cores=1,3,5,7
/proc/3362/task/3415/stat : 3415 (java) R 3359 3362 31346 0 -1 4202560 30587 13269 0 0 19237 17 4 3 20 0 15 0 405929105 11107291136 167815 33554432000 4194304 4196468 140733843006496 139741108174768 139740751255768 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3416] ppid=3359 vsize=10846964 memory=671260 CPUtime=0.68 cores=1,3,5,7
/proc/3362/task/3416/stat : 3416 (java) S 3359 3362 31346 0 -1 1077944384 5017 13269 0 0 56 5 4 3 20 0 15 0 405929106 11107291136 167815 33554432000 4194304 4196468 140733843006496 139741140581264 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3417] ppid=3359 vsize=10846964 memory=671260 CPUtime=0.69 cores=1,3,5,7
/proc/3362/task/3417/stat : 3417 (java) S 3359 3362 31346 0 -1 1077944384 2071 13269 0 0 57 5 4 3 20 0 15 0 405929106 11107291136 167815 33554432000 4194304 4196468 140733843006496 139741059332880 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3418] ppid=3359 vsize=10846964 memory=671260 CPUtime=0.68 cores=1,3,5,7
/proc/3362/task/3418/stat : 3418 (java) S 3359 3362 31346 0 -1 1077944384 1304 13269 0 0 56 5 4 3 20 0 15 0 405929106 11107291136 167815 33554432000 4194304 4196468 140733843006496 139741058280592 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3419] ppid=3359 vsize=10846964 memory=671160 CPUtime=0.7 cores=1,3,5,7
/proc/3362/task/3419/stat : 3419 (java) S 3359 3362 31346 0 -1 1077944384 1866 13269 0 0 56 7 4 3 20 0 15 0 405929106 11107291136 167815 33554432000 4194304 4196468 140733843006496 139741057227792 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3420] ppid=3359 vsize=10846964 memory=671260 CPUtime=0.68 cores=1,3,5,7
/proc/3362/task/3420/stat : 3420 (java) S 3359 3362 31346 0 -1 1077944384 4905 13269 0 0 57 4 4 3 20 0 15 0 405929107 11107291136 167815 33554432000 4194304 4196468 140733843006496 139740662929520 139741136349826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3421] ppid=3359 vsize=10846964 memory=671160 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3421/stat : 3421 (java) S 3359 3362 31346 0 -1 1077944384 15 13269 0 0 0 0 4 3 20 0 15 0 405929108 11107291136 167815 33554432000 4194304 4196468 140733843006496 139740586173344 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3422] ppid=3359 vsize=10846964 memory=671160 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3422/stat : 3422 (java) S 3359 3362 31346 0 -1 1077944384 2 13269 0 0 0 0 4 3 20 0 15 0 405929108 11107291136 167815 33554432000 4194304 4196468 140733843006496 139739915084928 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3423] ppid=3359 vsize=10846964 memory=671260 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3423/stat : 3423 (java) S 3359 3362 31346 0 -1 1077944384 3 13269 0 0 0 0 4 3 20 0 15 0 405929111 11107291136 167815 33554432000 4194304 4196468 140733843006496 139739674794064 139741136357275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3424] ppid=3359 vsize=10846964 memory=671160 CPUtime=3.87 cores=1,3,5,7
/proc/3362/task/3424/stat : 3424 (java) S 3359 3362 31346 0 -1 1077944384 22160 13269 0 0 377 3 4 3 20 0 15 0 405929111 11107291136 167815 33554432000 4194304 4196468 140733843006496 139740661877360 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3425] ppid=3359 vsize=10846964 memory=36 CPUtime=4.06 cores=1,3,5,7
/proc/3362/task/3425/stat : 3425 (java) S 3359 3362 31346 0 -1 1077944384 15895 13269 0 0 395 4 4 3 20 0 15 0 405929111 11107291136 167815 33554432000 4194304 4196468 140733843006496 139740660824560 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3426] ppid=3359 vsize=10846964 memory=671260 CPUtime=3.31 cores=1,3,5,7
/proc/3362/task/3426/stat : 3426 (java) S 3359 3362 31346 0 -1 1077944384 21466 13269 0 0 318 6 4 3 20 0 15 0 405929111 11107291136 167815 33554432000 4194304 4196468 140733843006496 139740659772272 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3427] ppid=3359 vsize=10846964 memory=671260 CPUtime=0.07 cores=1,3,5,7
/proc/3362/task/3427/stat : 3427 (java) S 3359 3362 31346 0 -1 1077944384 3 13269 0 0 0 0 4 3 20 0 15 0 405929111 11107291136 167815 33554432000 4194304 4196468 140733843006496 139739641236448 139741136348885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
[pid=3362/tid=3428] ppid=3359 vsize=10846964 memory=671260 CPUtime=0.17 cores=1,3,5,7
/proc/3362/task/3428/stat : 3428 (java) S 3359 3362 31346 0 -1 1077944384 552 13269 0 0 3 7 4 3 20 0 15 0 405929111 11107291136 167815 33554432000 4194304 4196468 140733843006496 139740658719152 139741136349826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28352512 140733843012343 140733843014853 140733843014853 140733843017679 0
Current children cumulated CPU time: 206.91 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 671260 KiB

Child status: 0
Real time (s): 194.154
CPU time (s): 206.986
CPU user time (s): 206.351
CPU system time (s): 0.634722
CPU usage (%): 106.609
Max. virtual memory (cumulated for all children) (KiB): 10849584
Max. memory (cumulated for all children) (KiB): 674556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 206.351
system time used= 0.634722
maximum resident set size= 676096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122278
page faults= 0
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31268
involuntary context switches= 528


# summary of solver processes directly reported to runsolver:
#   pid: 3362
#   total CPU time (s): 206.986
#   total CPU user time (s): 206.351
#   total CPU system time (s): 0.634722

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.48037 second user time and 1.53876 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-12 15:56:20
IDJOB=4387242
IDBENCH=128339
IDSOLVER=2823
FILE ID=node125/4387242-1568296622
RUNJOBID= node125-1568286041-32307
PBS_JOBID= 21701079
Free space on /tmp= 55060 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-21-01.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387242-1568296622/watcher-4387242-1568296622 -o /tmp/evaluation-result-4387242-1568296622/solver-4387242-1568296622 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568286041-32307 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=55491920 HOME/instance-4387242-1568296622.xml

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

MD5SUM BENCH= 90855c6c3ff0f3816786e6ae00e0aae6
RANDOM SEED=55491920

node125.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.29
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.29
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.29
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.29
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:        16518468 kB
MemAvailable:   29935716 kB
Buffers:          168452 kB
Cached:         13374880 kB
SwapCached:        66684 kB
Active:          3007336 kB
Inactive:       12463308 kB
Active(anon):    1864776 kB
Inactive(anon):   103148 kB
Active(file):    1142560 kB
Inactive(file): 12360160 kB
Unevictable:      108980 kB
Mlocked:          108980 kB
SwapTotal:      67108860 kB
SwapFree:       66939700 kB
Dirty:             35012 kB
Writeback:             0 kB
AnonPages:       1970928 kB
Mapped:            55364 kB
Shmem:             32120 kB
Slab:             371664 kB
SReclaimable:     342988 kB
SUnreclaim:        28676 kB
KernelStack:        3744 kB
PageTables:         9396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3011436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1804288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 55028 MiB
End job on node125 at 2019-09-12 15:59:35