Trace number 4392133

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 225.233 213.27

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 benchmark80.7366
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.74/0.55	c Concrete v3.10.1560635388952 running
7.19/3.33	o 142
7.19/3.36	o 141
7.83/3.56	o 140
7.83/3.56	o 139
7.83/3.56	o 138
7.83/3.56	o 137
7.83/3.56	o 136
7.83/3.56	o 135
8.18/3.65	o 134
8.18/3.67	o 133
8.99/3.97	o 127
9.38/4.19	o 126
9.52/4.21	o 125
9.52/4.22	o 119
9.72/4.31	o 117
9.85/4.46	o 116
10.39/4.76	o 114
10.39/4.76	o 112
10.39/4.77	o 110
10.69/4.90	o 109
11.22/5.28	o 108
11.22/5.29	o 107
11.84/5.68	o 106
14.84/7.78	o 105
21.72/12.52	o 104
24.74/15.28	o 103
225.14/213.25	v <instantiation
225.14/213.25	v         cost = '103'>
225.14/213.25	v       <list>
225.14/213.25	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]
225.14/213.25	v       </list>
225.14/213.25	v       <values>
225.14/213.25	v         0 0 0 0 3 4 8 24 18 15 31 15 23 39 8 8 31 11 49 16 37 28 38 18 43 49 43 47 44 58 31 57 48 68 48 41 28 49 64 70 57 70 57 77 66 77 88 77 80 87 82 90 94 85 94 80 75 93 99 102 77 103
225.14/213.25	v       </values>
225.14/213.25	v     </instantiation>
225.14/213.25	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 (10682 MiB free)
  memory of node 1: 16384 MiB (12324 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392133-1568316896/watcher-4392133-1568316896 -o /tmp/evaluation-result-4392133-1568316896/solver-4392133-1568316896 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568309802-8654 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=847858898 HOME/instance-4392133-1568316896.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=11637, runsolver pid=11634

[startup+0.10019 s]*
/proc/loadavg: 1.21 1.31 1.41 3/218 11693
/proc/meminfo: memFree=23553588/32770624 swapFree=67108848/67108860
[pid=11637] ppid=11634 vsize=9972712 memory=16552 CPUtime=0.09 cores=0,2,4,6
/proc/11637/stat : 11637 (java) S 11634 11637 8623 0 -1 1077944320 4408 13253 0 0 1 0 5 3 20 0 6 0 407626998 10212057088 4138 33554432000 4194304 4196468 140722283070560 140722283053104 140267472408311 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
/proc/11637/statm: 2493178 4138 1933 1 0 2481616 0
[pid=11637/tid=11690] ppid=11634 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11690/stat : 11690 (java) R 11634 11637 8623 0 -1 4202560 2222 13253 0 0 0 0 5 3 20 0 6 0 407627008 10212057088 4204 33554432000 4194304 4196468 140722283070560 140267444245072 140267456488798 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11691] ppid=11634 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11691/stat : 11691 (java) S 11634 11637 8623 0 -1 1077944384 1 13253 0 0 0 0 5 3 20 0 6 0 407627008 10212057088 4204 33554432000 4194304 4196468 140722283070560 140267476650512 140267472418517 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11692] ppid=11634 vsize=9972712 memory=139982201304704 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11692/stat : 11692 (java) S 11634 11637 8623 0 -1 1077944384 1 13253 0 0 0 0 5 3 20 0 6 0 407627008 10212057088 4204 33554432000 4194304 4196468 140722283070560 140267045444240 140267472418517 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11693] ppid=11634 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11693/stat : 11693 (java) S 11634 11637 8623 0 -1 1077944384 2 13253 0 0 0 0 5 3 20 0 6 0 407627008 10212057088 4204 33554432000 4194304 4196468 140722283070560 140267044391184 140267472418517 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11694] ppid=11634 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11694/stat : 11694 (java) S 11634 11637 8623 0 -1 1077944384 2 13253 0 0 0 0 5 3 20 0 6 0 407627008 10212057088 4204 33554432000 4194304 4196468 140722283070560 140267043338640 140267472418517 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16552 KiB

[startup+0.210229 s]*
/proc/loadavg: 1.19 1.30 1.41 3/228 11703
/proc/meminfo: memFree=23532272/32770624 swapFree=67108848/67108860
[pid=11637] ppid=11634 vsize=10818940 memory=39292 CPUtime=0.26 cores=0,2,4,6
/proc/11637/stat : 11637 (java) S 11634 11637 8623 0 -1 1077944320 7105 13253 0 0 17 1 5 3 20 0 15 0 407626998 11078594560 9823 33554432000 4194304 4196468 140722283070560 140722283053104 140267472408311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
/proc/11637/statm: 2704735 9823 2983 1 0 2667149 0
[pid=11637/tid=11690] ppid=11634 vsize=10818940 memory=5450916389569530688 CPUtime=0.19 cores=0,2,4,6
/proc/11637/task/11690/stat : 11690 (java) R 11634 11637 8623 0 -1 4202560 3618 13253 0 0 10 1 5 3 20 0 15 0 407627008 11078594560 9823 33554432000 4194304 4196468 140722283070560 140267444232464 140267456488798 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11691] ppid=11634 vsize=10818940 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11691/stat : 11691 (java) S 11634 11637 8623 0 -1 1077944384 1 13253 0 0 0 0 5 3 20 0 15 0 407627008 11078594560 9823 33554432000 4194304 4196468 140722283070560 140267476650512 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11692] ppid=11634 vsize=10818940 memory=139982201304704 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11692/stat : 11692 (java) S 11634 11637 8623 0 -1 1077944384 1 13253 0 0 0 0 5 3 20 0 15 0 407627008 11078594560 9823 33554432000 4194304 4196468 140722283070560 140267045444240 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11693] ppid=11634 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11693/stat : 11693 (java) S 11634 11637 8623 0 -1 1077944384 2 13253 0 0 0 0 5 3 20 0 15 0 407627008 11078594560 9823 33554432000 4194304 4196468 140722283070560 140267044391184 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11694] ppid=11634 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11694/stat : 11694 (java) S 11634 11637 8623 0 -1 1077944384 2 13253 0 0 0 0 5 3 20 0 15 0 407627008 11078594560 9823 33554432000 4194304 4196468 140722283070560 140267043338640 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11695] ppid=11634 vsize=10818940 memory=139982201304704 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11695/stat : 11695 (java) S 11634 11637 8623 0 -1 1077944384 2 13253 0 0 0 0 5 3 20 0 15 0 407627010 11078594560 9823 33554432000 4194304 4196468 140722283070560 140266999085808 140267472419458 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11696] ppid=11634 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11696/stat : 11696 (java) S 11634 11637 8623 0 -1 1077944384 13 13253 0 0 0 0 5 3 20 0 15 0 407627010 11078594560 9823 33554432000 4194304 4196468 140722283070560 140266920994464 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11697] ppid=11634 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11697/stat : 11697 (java) S 11634 11637 8623 0 -1 1077944384 2 13253 0 0 0 0 5 3 20 0 15 0 407627010 11078594560 9823 33554432000 4194304 4196468 140722283070560 140266317014256 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11698] ppid=11634 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11698/stat : 11698 (java) S 11634 11637 8623 0 -1 1077944384 3 13253 0 0 0 0 5 3 20 0 15 0 407627013 11078594560 9823 33554432000 4194304 4196468 140722283070560 140266009614800 140267472426907 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11699] ppid=11634 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11637/task/11699/stat : 11699 (java) S 11634 11637 8623 0 -1 1077944384 469 13253 0 0 1 0 5 3 20 0 15 0 407627013 11078594560 9823 33554432000 4194304 4196468 140722283070560 140266998032624 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11700] ppid=11634 vsize=10818940 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/11637/task/11700/stat : 11700 (java) S 11634 11637 8623 0 -1 1077944384 157 13253 0 0 1 0 5 3 20 0 15 0 407627013 11078594560 9823 33554432000 4194304 4196468 140722283070560 140266996980080 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11701] ppid=11634 vsize=10818940 memory=139982201304704 CPUtime=0.11 cores=0,2,4,6
/proc/11637/task/11701/stat : 11701 (java) S 11634 11637 8623 0 -1 1077944384 633 13253 0 0 3 0 5 3 20 0 15 0 407627013 11078594560 9823 33554432000 4194304 4196468 140722283070560 140266995927024 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11702] ppid=11634 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11702/stat : 11702 (java) S 11634 11637 8623 0 -1 1077944384 3 13253 0 0 0 0 5 3 20 0 15 0 407627013 11078594560 9823 33554432000 4194304 4196468 140722283070560 140265976056160 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11703] ppid=11634 vsize=10818940 memory=139982201304704 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11703/stat : 11703 (java) S 11634 11637 8623 0 -1 1077944384 1 13253 0 0 0 0 5 3 20 0 15 0 407627014 11078594560 9823 33554432000 4194304 4196468 140722283070560 140266994875440 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 39292 KiB

[startup+0.310385 s]*
/proc/loadavg: 1.19 1.30 1.41 3/228 11703
/proc/meminfo: memFree=23520520/32770624 swapFree=67108848/67108860
[pid=11637] ppid=11634 vsize=10820096 memory=50624 CPUtime=0.4 cores=0,2,4,6
/proc/11637/stat : 11637 (java) S 11634 11637 8623 0 -1 1077944320 10878 13253 0 0 29 3 5 3 20 0 15 0 407626998 11079778304 12656 33554432000 4194304 4196468 140722283070560 140722283053104 140267472408311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
/proc/11637/statm: 2705024 12656 3237 1 0 2667149 0
[pid=11637/tid=11690] ppid=11634 vsize=10820096 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/11637/task/11690/stat : 11690 (java) R 11634 11637 8623 0 -1 4202560 7372 13253 0 0 19 2 5 3 20 0 15 0 407627008 11079778304 12656 33554432000 4194304 4196468 140722283070560 140267444207568 140267472430237 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11691] ppid=11634 vsize=10820096 memory=6297842532204571241 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11691/stat : 11691 (java) S 11634 11637 8623 0 -1 1077944384 1 13253 0 0 0 0 5 3 20 0 15 0 407627008 11079778304 12656 33554432000 4194304 4196468 140722283070560 140267476650512 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11692] ppid=11634 vsize=10820096 memory=5787213827347079232 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11692/stat : 11692 (java) S 11634 11637 8623 0 -1 1077944384 1 13253 0 0 0 0 5 3 20 0 15 0 407627008 11079778304 12656 33554432000 4194304 4196468 140722283070560 140267045444240 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11693] ppid=11634 vsize=10820096 memory=7649539370587277249 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11693/stat : 11693 (java) S 11634 11637 8623 0 -1 1077944384 2 13253 0 0 0 0 5 3 20 0 15 0 407627008 11079778304 12656 33554432000 4194304 4196468 140722283070560 140267044391184 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11694] ppid=11634 vsize=10820096 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11694/stat : 11694 (java) S 11634 11637 8623 0 -1 1077944384 2 13253 0 0 0 0 5 3 20 0 15 0 407627008 11079778304 12656 33554432000 4194304 4196468 140722283070560 140267043338640 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11695] ppid=11634 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11695/stat : 11695 (java) S 11634 11637 8623 0 -1 1077944384 2 13253 0 0 0 0 5 3 20 0 15 0 407627010 11079778304 12656 33554432000 4194304 4196468 140722283070560 140266999085808 140267472419458 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11696] ppid=11634 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11696/stat : 11696 (java) S 11634 11637 8623 0 -1 1077944384 13 13253 0 0 0 0 5 3 20 0 15 0 407627010 11079778304 12656 33554432000 4194304 4196468 140722283070560 140266920994464 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11697] ppid=11634 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11697/stat : 11697 (java) S 11634 11637 8623 0 -1 1077944384 2 13253 0 0 0 0 5 3 20 0 15 0 407627010 11079778304 12656 33554432000 4194304 4196468 140722283070560 140266317014256 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11698] ppid=11634 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11698/stat : 11698 (java) S 11634 11637 8623 0 -1 1077944384 3 13253 0 0 0 0 5 3 20 0 15 0 407627013 11079778304 12656 33554432000 4194304 4196468 140722283070560 140266009614800 140267472426907 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11699] ppid=11634 vsize=10820096 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/11637/task/11699/stat : 11699 (java) S 11634 11637 8623 0 -1 1077944384 470 13253 0 0 2 0 5 3 20 0 15 0 407627013 11079778304 12656 33554432000 4194304 4196468 140722283070560 140266998032624 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11700] ppid=11634 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11637/task/11700/stat : 11700 (java) S 11634 11637 8623 0 -1 1077944384 158 13253 0 0 1 0 5 3 20 0 15 0 407627013 11079778304 12656 33554432000 4194304 4196468 140722283070560 140266996980080 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11701] ppid=11634 vsize=10820096 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/11637/task/11701/stat : 11701 (java) S 11634 11637 8623 0 -1 1077944384 642 13253 0 0 5 0 5 3 20 0 15 0 407627013 11079778304 12656 33554432000 4194304 4196468 140722283070560 140266995927024 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11702] ppid=11634 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11702/stat : 11702 (java) S 11634 11637 8623 0 -1 1077944384 3 13253 0 0 0 0 5 3 20 0 15 0 407627013 11079778304 12656 33554432000 4194304 4196468 140722283070560 140265976056160 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11703] ppid=11634 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11703/stat : 11703 (java) S 11634 11637 8623 0 -1 1077944384 1 13253 0 0 0 0 5 3 20 0 15 0 407627014 11079778304 12656 33554432000 4194304 4196468 140722283070560 140266994875440 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 50624 KiB

[startup+0.7008 s]
/proc/loadavg: 1.19 1.30 1.41 5/228 11703
/proc/meminfo: memFree=23505804/32770624 swapFree=67108848/67108860
[pid=11637] ppid=11634 vsize=10824340 memory=80588 CPUtime=1.15 cores=0,2,4,6
/proc/11637/stat : 11637 (java) S 11634 11637 8623 0 -1 1077944320 14866 13253 0 0 102 5 5 3 20 0 15 0 407626998 11084124160 20147 33554432000 4194304 4196468 140722283070560 140722283053104 140267472408311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
/proc/11637/statm: 2706085 20147 3497 1 0 2668173 0
[pid=11637/tid=11690] ppid=11634 vsize=10824340 memory=2241 CPUtime=0.67 cores=0,2,4,6
/proc/11637/task/11690/stat : 11690 (java) R 11634 11637 8623 0 -1 4202560 10571 13253 0 0 55 4 5 3 20 0 15 0 407627008 11084124160 20147 33554432000 4194304 4196468 140722283070560 140267444237888 140267456488798 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11691] ppid=11634 vsize=10824340 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11691/stat : 11691 (java) S 11634 11637 8623 0 -1 1077944384 1 13253 0 0 0 0 5 3 20 0 15 0 407627008 11084124160 20147 33554432000 4194304 4196468 140722283070560 140267476650512 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11692] ppid=11634 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11692/stat : 11692 (java) S 11634 11637 8623 0 -1 1077944384 1 13253 0 0 0 0 5 3 20 0 15 0 407627008 11084124160 20147 33554432000 4194304 4196468 140722283070560 140267045444240 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11693] ppid=11634 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11693/stat : 11693 (java) S 11634 11637 8623 0 -1 1077944384 2 13253 0 0 0 0 5 3 20 0 15 0 407627008 11084124160 20147 33554432000 4194304 4196468 140722283070560 140267044391184 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11694] ppid=11634 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11694/stat : 11694 (java) S 11634 11637 8623 0 -1 1077944384 2 13253 0 0 0 0 5 3 20 0 15 0 407627008 11084124160 20147 33554432000 4194304 4196468 140722283070560 140267043338640 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11695] ppid=11634 vsize=10824340 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11695/stat : 11695 (java) S 11634 11637 8623 0 -1 1077944384 5 13253 0 0 0 0 5 3 20 0 15 0 407627010 11084124160 20147 33554432000 4194304 4196468 140722283070560 140266999085808 140267472419458 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11696] ppid=11634 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11696/stat : 11696 (java) S 11634 11637 8623 0 -1 1077944384 13 13253 0 0 0 0 5 3 20 0 15 0 407627010 11084124160 20147 33554432000 4194304 4196468 140722283070560 140266920994464 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11697] ppid=11634 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11697/stat : 11697 (java) S 11634 11637 8623 0 -1 1077944384 2 13253 0 0 0 0 5 3 20 0 15 0 407627010 11084124160 20147 33554432000 4194304 4196468 140722283070560 140266317014256 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11698] ppid=11634 vsize=10824340 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11698/stat : 11698 (java) S 11634 11637 8623 0 -1 1077944384 3 13253 0 0 0 0 5 3 20 0 15 0 407627013 11084124160 20147 33554432000 4194304 4196468 140722283070560 140266009614800 140267472426907 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11699] ppid=11634 vsize=10824340 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/11637/task/11699/stat : 11699 (java) S 11634 11637 8623 0 -1 1077944384 742 13253 0 0 12 0 5 3 20 0 15 0 407627013 11084124160 20147 33554432000 4194304 4196468 140722283070560 140266998032624 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11700] ppid=11634 vsize=10824340 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/11637/task/11700/stat : 11700 (java) S 11634 11637 8623 0 -1 1077944384 516 13253 0 0 15 0 5 3 20 0 15 0 407627013 11084124160 20147 33554432000 4194304 4196468 140722283070560 140266996980080 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11701] ppid=11634 vsize=10824340 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/11637/task/11701/stat : 11701 (java) S 11634 11637 8623 0 -1 1077944384 800 13253 0 0 17 0 5 3 20 0 15 0 407627013 11084124160 20147 33554432000 4194304 4196468 140722283070560 140266995927024 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11702] ppid=11634 vsize=10824340 memory=279964087746800 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11702/stat : 11702 (java) S 11634 11637 8623 0 -1 1077944384 3 13253 0 0 0 0 5 3 20 0 15 0 407627013 11084124160 20147 33554432000 4194304 4196468 140722283070560 140265976056160 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11703] ppid=11634 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11703/stat : 11703 (java) S 11634 11637 8623 0 -1 1077944384 1 13253 0 0 0 0 5 3 20 0 15 0 407627014 11084124160 20147 33554432000 4194304 4196468 140722283070560 140266994875440 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80588 KiB

[startup+1.50065 s]
/proc/loadavg: 1.19 1.30 1.41 3/228 11703
/proc/meminfo: memFree=23463412/32770624 swapFree=67108848/67108860
[pid=11637] ppid=11634 vsize=10834656 memory=166652 CPUtime=2.47 cores=0,2,4,6
/proc/11637/stat : 11637 (java) S 11634 11637 8623 0 -1 1077944320 22364 13253 0 0 230 9 5 3 20 0 15 0 407626998 11094687744 41663 33554432000 4194304 4196468 140722283070560 140722283053104 140267472408311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
/proc/11637/statm: 2708664 41663 3579 1 0 2670733 0
[pid=11637/tid=11690] ppid=11634 vsize=10834656 memory=20 CPUtime=1.44 cores=0,2,4,6
/proc/11637/task/11690/stat : 11690 (java) R 11634 11637 8623 0 -1 4202560 15732 13253 0 0 130 6 5 3 20 0 15 0 407627008 11094687744 41663 33554432000 4194304 4196468 140722283070560 140267444203024 140267472429658 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11691] ppid=11634 vsize=10834656 memory=27 CPUtime=0.09 cores=0,2,4,6
/proc/11637/task/11691/stat : 11691 (java) S 11634 11637 8623 0 -1 1077944384 18 13253 0 0 1 0 5 3 20 0 15 0 407627008 11094687744 41663 33554432000 4194304 4196468 140722283070560 140267476650512 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11692] ppid=11634 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11637/task/11692/stat : 11692 (java) S 11634 11637 8623 0 -1 1077944384 348 13253 0 0 1 0 5 3 20 0 15 0 407627008 11094687744 41663 33554432000 4194304 4196468 140722283070560 140267045444240 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11693] ppid=11634 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11637/task/11693/stat : 11693 (java) S 11634 11637 8623 0 -1 1077944384 67 13253 0 0 1 0 5 3 20 0 15 0 407627008 11094687744 41663 33554432000 4194304 4196468 140722283070560 140267044391184 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11694] ppid=11634 vsize=10834656 memory=94300 CPUtime=0.09 cores=0,2,4,6
/proc/11637/task/11694/stat : 11694 (java) S 11634 11637 8623 0 -1 1077944384 96 13253 0 0 1 0 5 3 20 0 15 0 407627008 11094687744 41663 33554432000 4194304 4196468 140722283070560 140267043338640 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11695] ppid=11634 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11637/task/11695/stat : 11695 (java) S 11634 11637 8623 0 -1 1077944384 731 13253 0 0 1 0 5 3 20 0 15 0 407627010 11094687744 41663 33554432000 4194304 4196468 140722283070560 140266999085808 140267472419458 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11696] ppid=11634 vsize=10834656 memory=6296985926779098979 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11696/stat : 11696 (java) S 11634 11637 8623 0 -1 1077944384 14 13253 0 0 0 0 5 3 20 0 15 0 407627010 11094687744 41663 33554432000 4194304 4196468 140722283070560 140266920994528 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11697] ppid=11634 vsize=10834656 memory=7237396091445078630 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11697/stat : 11697 (java) S 11634 11637 8623 0 -1 1077944384 2 13253 0 0 0 0 5 3 20 0 15 0 407627010 11094687744 41663 33554432000 4194304 4196468 140722283070560 140266317014272 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11698] ppid=11634 vsize=10834656 memory=7668029690517284449 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11698/stat : 11698 (java) S 11634 11637 8623 0 -1 1077944384 3 13253 0 0 0 0 5 3 20 0 15 0 407627013 11094687744 41663 33554432000 4194304 4196468 140722283070560 140266009614800 140267472426907 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11699] ppid=11634 vsize=10834656 memory=5787213827181732953 CPUtime=0.32 cores=0,2,4,6
/proc/11637/task/11699/stat : 11699 (java) S 11634 11637 8623 0 -1 1077944384 951 13253 0 0 24 0 5 3 20 0 15 0 407627013 11094687744 41663 33554432000 4194304 4196468 140722283070560 140266998032624 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11700] ppid=11634 vsize=10834656 memory=7234004094013828967 CPUtime=0.33 cores=0,2,4,6
/proc/11637/task/11700/stat : 11700 (java) S 11634 11637 8623 0 -1 1077944384 608 13253 0 0 25 0 5 3 20 0 15 0 407627013 11094687744 41663 33554432000 4194304 4196468 140722283070560 140266996980080 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11701] ppid=11634 vsize=10834656 memory=6296985926779098979 CPUtime=0.51 cores=0,2,4,6
/proc/11637/task/11701/stat : 11701 (java) R 11634 11637 8623 0 -1 4202560 1587 13253 0 0 43 0 5 3 20 0 15 0 407627013 11094687744 41663 33554432000 4194304 4196468 140722283070560 140266995927024 140267472420246 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11702] ppid=11634 vsize=10834656 memory=6296985926779098979 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11702/stat : 11702 (java) S 11634 11637 8623 0 -1 1077944384 3 13253 0 0 0 0 5 3 20 0 15 0 407627013 11094687744 41663 33554432000 4194304 4196468 140722283070560 140265976056160 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11703] ppid=11634 vsize=10834656 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11703/stat : 11703 (java) S 11634 11637 8623 0 -1 1077944384 1 13253 0 0 0 0 5 3 20 0 15 0 407627014 11094687744 41663 33554432000 4194304 4196468 140722283070560 140266994875440 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834656 KiB

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

[pid=11637/tid=11702] ppid=11634 vsize=10846964 memory=-8412654372977416051 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11702/stat : 11702 (java) S 11634 11637 8623 0 -1 1077944384 3 13253 0 0 0 0 5 3 20 0 15 0 407627013 11107291136 164031 33554432000 4194304 4196468 140722283070560 140265976056160 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11703] ppid=11634 vsize=10846964 memory=8041079860532773434 CPUtime=0.2 cores=0,2,4,6
/proc/11637/task/11703/stat : 11703 (java) S 11634 11637 8623 0 -1 1077944384 243 13253 0 0 5 7 5 3 20 0 15 0 407627014 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266994875440 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
Current children cumulated CPU time: 219.89 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 656124 KiB

[startup+211.201 s]
/proc/loadavg: 1.14 1.31 1.39 3/229 11721
/proc/meminfo: memFree=22906500/32770624 swapFree=67108848/67108860
[pid=11637] ppid=11634 vsize=10846964 memory=656124 CPUtime=223.12 cores=0,2,4,6
/proc/11637/stat : 11637 (java) S 11634 11637 8623 0 -1 1077944320 95568 13253 0 0 22246 58 5 3 20 0 15 0 407626998 11107291136 164031 33554432000 4194304 4196468 140722283070560 140722283053104 140267472408311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
/proc/11637/statm: 2711741 164031 3625 1 0 2673805 0
[pid=11637/tid=11690] ppid=11634 vsize=10846964 memory=1840 CPUtime=209.55 cores=0,2,4,6
/proc/11637/task/11690/stat : 11690 (java) R 11634 11637 8623 0 -1 4202560 30343 13253 0 0 20930 17 5 3 20 0 15 0 407627008 11107291136 164031 33554432000 4194304 4196468 140722283070560 140267444244368 140267085176597 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11691] ppid=11634 vsize=10846964 memory=656092 CPUtime=0.78 cores=0,2,4,6
/proc/11637/task/11691/stat : 11691 (java) S 11634 11637 8623 0 -1 1077944384 3303 13253 0 0 65 5 5 3 20 0 15 0 407627008 11107291136 164031 33554432000 4194304 4196468 140722283070560 140267476650512 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11692] ppid=11634 vsize=10846964 memory=3924 CPUtime=0.76 cores=0,2,4,6
/proc/11637/task/11692/stat : 11692 (java) S 11634 11637 8623 0 -1 1077944384 1254 13253 0 0 63 5 5 3 20 0 15 0 407627008 11107291136 164031 33554432000 4194304 4196468 140722283070560 140267045444240 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11693] ppid=11634 vsize=10846964 memory=656092 CPUtime=0.78 cores=0,2,4,6
/proc/11637/task/11693/stat : 11693 (java) S 11634 11637 8623 0 -1 1077944384 4387 13253 0 0 64 6 5 3 20 0 15 0 407627008 11107291136 164031 33554432000 4194304 4196468 140722283070560 140267044391184 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11694] ppid=11634 vsize=10846964 memory=21818 CPUtime=0.77 cores=0,2,4,6
/proc/11637/task/11694/stat : 11694 (java) S 11634 11637 8623 0 -1 1077944384 1605 13253 0 0 63 6 5 3 20 0 15 0 407627008 11107291136 164031 33554432000 4194304 4196468 140722283070560 140267043338640 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11695] ppid=11634 vsize=10846964 memory=20472 CPUtime=0.75 cores=0,2,4,6
/proc/11637/task/11695/stat : 11695 (java) S 11634 11637 8623 0 -1 1077944384 4954 13253 0 0 63 4 5 3 20 0 15 0 407627010 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266999085808 140267472419458 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11696] ppid=11634 vsize=10846964 memory=68 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11696/stat : 11696 (java) S 11634 11637 8623 0 -1 1077944384 15 13253 0 0 0 0 5 3 20 0 15 0 407627010 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266920994528 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11697] ppid=11634 vsize=10846964 memory=656092 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11697/stat : 11697 (java) S 11634 11637 8623 0 -1 1077944384 2 13253 0 0 0 0 5 3 20 0 15 0 407627010 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266317014272 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11698] ppid=11634 vsize=10846964 memory=338 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11698/stat : 11698 (java) S 11634 11637 8623 0 -1 1077944384 3 13253 0 0 0 0 5 3 20 0 15 0 407627013 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266009614800 140267472426907 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11699] ppid=11634 vsize=10846964 memory=0 CPUtime=3.46 cores=0,2,4,6
/proc/11637/task/11699/stat : 11699 (java) S 11634 11637 8623 0 -1 1077944384 15441 13253 0 0 335 3 5 3 20 0 15 0 407627013 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266998032624 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11700] ppid=11634 vsize=10846964 memory=656124 CPUtime=3.46 cores=0,2,4,6
/proc/11637/task/11700/stat : 11700 (java) S 11634 11637 8623 0 -1 1077944384 13975 13253 0 0 334 4 5 3 20 0 15 0 407627013 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266996980080 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11701] ppid=11634 vsize=10846964 memory=8041079860532773434 CPUtime=3.25 cores=0,2,4,6
/proc/11637/task/11701/stat : 11701 (java) S 11634 11637 8623 0 -1 1077944384 17834 13253 0 0 313 4 5 3 20 0 15 0 407627013 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266995927024 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11702] ppid=11634 vsize=10846964 memory=7956005031678667109 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11702/stat : 11702 (java) S 11634 11637 8623 0 -1 1077944384 3 13253 0 0 0 0 5 3 20 0 15 0 407627013 11107291136 164031 33554432000 4194304 4196468 140722283070560 140265976056160 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11703] ppid=11634 vsize=10846964 memory=6791534058613427641 CPUtime=0.2 cores=0,2,4,6
/proc/11637/task/11703/stat : 11703 (java) S 11634 11637 8623 0 -1 1077944384 243 13253 0 0 5 7 5 3 20 0 15 0 407627014 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266994875440 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
Current children cumulated CPU time: 223.12 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 656124 KiB

[startup+212.001 s]*
/proc/loadavg: 1.14 1.31 1.39 3/229 11721
/proc/meminfo: memFree=22906624/32770624 swapFree=67108848/67108860
[pid=11637] ppid=11634 vsize=10846964 memory=656124 CPUtime=223.94 cores=0,2,4,6
/proc/11637/stat : 11637 (java) S 11634 11637 8623 0 -1 1077944320 95577 13253 0 0 22328 58 5 3 20 0 15 0 407626998 11107291136 164031 33554432000 4194304 4196468 140722283070560 140722283053104 140267472408311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
/proc/11637/statm: 2711741 164031 3625 1 0 2673805 0
[pid=11637/tid=11690] ppid=11634 vsize=10846964 memory=804 CPUtime=210.34 cores=0,2,4,6
/proc/11637/task/11690/stat : 11690 (java) R 11634 11637 8623 0 -1 4202560 30348 13253 0 0 21009 17 5 3 20 0 15 0 407627008 11107291136 164031 33554432000 4194304 4196468 140722283070560 140267444244368 140267084446976 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11691] ppid=11634 vsize=10846964 memory=1808 CPUtime=0.78 cores=0,2,4,6
/proc/11637/task/11691/stat : 11691 (java) S 11634 11637 8623 0 -1 1077944384 3303 13253 0 0 65 5 5 3 20 0 15 0 407627008 11107291136 164031 33554432000 4194304 4196468 140722283070560 140267476650512 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11692] ppid=11634 vsize=10846964 memory=920 CPUtime=0.76 cores=0,2,4,6
/proc/11637/task/11692/stat : 11692 (java) S 11634 11637 8623 0 -1 1077944384 1254 13253 0 0 63 5 5 3 20 0 15 0 407627008 11107291136 164031 33554432000 4194304 4196468 140722283070560 140267045444240 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11693] ppid=11634 vsize=10846964 memory=4872558044660077418 CPUtime=0.78 cores=0,2,4,6
/proc/11637/task/11693/stat : 11693 (java) S 11634 11637 8623 0 -1 1077944384 4387 13253 0 0 64 6 5 3 20 0 15 0 407627008 11107291136 164031 33554432000 4194304 4196468 140722283070560 140267044391184 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11694] ppid=11634 vsize=10846964 memory=2768 CPUtime=0.78 cores=0,2,4,6
/proc/11637/task/11694/stat : 11694 (java) S 11634 11637 8623 0 -1 1077944384 1605 13253 0 0 64 6 5 3 20 0 15 0 407627008 11107291136 164031 33554432000 4194304 4196468 140722283070560 140267043338640 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11695] ppid=11634 vsize=10846964 memory=2716 CPUtime=0.75 cores=0,2,4,6
/proc/11637/task/11695/stat : 11695 (java) S 11634 11637 8623 0 -1 1077944384 4956 13253 0 0 63 4 5 3 20 0 15 0 407627010 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266999085808 140267472419458 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11696] ppid=11634 vsize=10846964 memory=4100 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11696/stat : 11696 (java) S 11634 11637 8623 0 -1 1077944384 15 13253 0 0 0 0 5 3 20 0 15 0 407627010 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266920994528 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11697] ppid=11634 vsize=10846964 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11697/stat : 11697 (java) S 11634 11637 8623 0 -1 1077944384 2 13253 0 0 0 0 5 3 20 0 15 0 407627010 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266317014272 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11698] ppid=11634 vsize=10846964 memory=3196 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11698/stat : 11698 (java) S 11634 11637 8623 0 -1 1077944384 3 13253 0 0 0 0 5 3 20 0 15 0 407627013 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266009614800 140267472426907 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11699] ppid=11634 vsize=10846964 memory=730004 CPUtime=3.46 cores=0,2,4,6
/proc/11637/task/11699/stat : 11699 (java) S 11634 11637 8623 0 -1 1077944384 15441 13253 0 0 335 3 5 3 20 0 15 0 407627013 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266998032624 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11700] ppid=11634 vsize=10846964 memory=1408 CPUtime=3.46 cores=0,2,4,6
/proc/11637/task/11700/stat : 11700 (java) S 11634 11637 8623 0 -1 1077944384 13975 13253 0 0 334 4 5 3 20 0 15 0 407627013 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266996980080 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11701] ppid=11634 vsize=10846964 memory=3108 CPUtime=3.25 cores=0,2,4,6
/proc/11637/task/11701/stat : 11701 (java) S 11634 11637 8623 0 -1 1077944384 17834 13253 0 0 313 4 5 3 20 0 15 0 407627013 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266995927024 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11702] ppid=11634 vsize=10846964 memory=656124 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11702/stat : 11702 (java) S 11634 11637 8623 0 -1 1077944384 3 13253 0 0 0 0 5 3 20 0 15 0 407627013 11107291136 164031 33554432000 4194304 4196468 140722283070560 140265976056160 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11703] ppid=11634 vsize=10846964 memory=1964 CPUtime=0.2 cores=0,2,4,6
/proc/11637/task/11703/stat : 11703 (java) S 11634 11637 8623 0 -1 1077944384 245 13253 0 0 5 7 5 3 20 0 15 0 407627014 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266994875440 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
Current children cumulated CPU time: 223.94 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 656124 KiB

[startup+212.801 s]
/proc/loadavg: 1.14 1.31 1.39 3/229 11721
/proc/meminfo: memFree=22906624/32770624 swapFree=67108848/67108860
[pid=11637] ppid=11634 vsize=10846964 memory=656124 CPUtime=224.74 cores=0,2,4,6
/proc/11637/stat : 11637 (java) S 11634 11637 8623 0 -1 1077944320 95581 13253 0 0 22408 58 5 3 20 0 15 0 407626998 11107291136 164031 33554432000 4194304 4196468 140722283070560 140722283053104 140267472408311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
/proc/11637/statm: 2711741 164031 3625 1 0 2673805 0
[pid=11637/tid=11690] ppid=11634 vsize=10846964 memory=656092 CPUtime=211.13 cores=0,2,4,6
/proc/11637/task/11690/stat : 11690 (java) R 11634 11637 8623 0 -1 4202560 30352 13253 0 0 21088 17 5 3 20 0 15 0 407627008 11107291136 164031 33554432000 4194304 4196468 140722283070560 140267444243360 140267086694302 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11691] ppid=11634 vsize=10846964 memory=656092 CPUtime=0.78 cores=0,2,4,6
/proc/11637/task/11691/stat : 11691 (java) S 11634 11637 8623 0 -1 1077944384 3303 13253 0 0 65 5 5 3 20 0 15 0 407627008 11107291136 164031 33554432000 4194304 4196468 140722283070560 140267476650512 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11692] ppid=11634 vsize=10846964 memory=656124 CPUtime=0.76 cores=0,2,4,6
/proc/11637/task/11692/stat : 11692 (java) S 11634 11637 8623 0 -1 1077944384 1254 13253 0 0 63 5 5 3 20 0 15 0 407627008 11107291136 164031 33554432000 4194304 4196468 140722283070560 140267045444240 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11693] ppid=11634 vsize=10846964 memory=4276 CPUtime=0.79 cores=0,2,4,6
/proc/11637/task/11693/stat : 11693 (java) S 11634 11637 8623 0 -1 1077944384 4387 13253 0 0 65 6 5 3 20 0 15 0 407627008 11107291136 164031 33554432000 4194304 4196468 140722283070560 140267044391184 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11694] ppid=11634 vsize=10846964 memory=1536 CPUtime=0.78 cores=0,2,4,6
/proc/11637/task/11694/stat : 11694 (java) S 11634 11637 8623 0 -1 1077944384 1605 13253 0 0 64 6 5 3 20 0 15 0 407627008 11107291136 164031 33554432000 4194304 4196468 140722283070560 140267043338640 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11695] ppid=11634 vsize=10846964 memory=6791534058613427641 CPUtime=0.75 cores=0,2,4,6
/proc/11637/task/11695/stat : 11695 (java) S 11634 11637 8623 0 -1 1077944384 4956 13253 0 0 63 4 5 3 20 0 15 0 407627010 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266999085808 140267472419458 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11696] ppid=11634 vsize=10846964 memory=3224 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11696/stat : 11696 (java) S 11634 11637 8623 0 -1 1077944384 15 13253 0 0 0 0 5 3 20 0 15 0 407627010 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266920994528 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11697] ppid=11634 vsize=10846964 memory=730004 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11697/stat : 11697 (java) S 11634 11637 8623 0 -1 1077944384 2 13253 0 0 0 0 5 3 20 0 15 0 407627010 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266317014272 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11698] ppid=11634 vsize=10846964 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11698/stat : 11698 (java) S 11634 11637 8623 0 -1 1077944384 3 13253 0 0 0 0 5 3 20 0 15 0 407627013 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266009614800 140267472426907 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11699] ppid=11634 vsize=10846964 memory=656124 CPUtime=3.46 cores=0,2,4,6
/proc/11637/task/11699/stat : 11699 (java) S 11634 11637 8623 0 -1 1077944384 15441 13253 0 0 335 3 5 3 20 0 15 0 407627013 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266998032624 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11700] ppid=11634 vsize=10846964 memory=279964088728944 CPUtime=3.46 cores=0,2,4,6
/proc/11637/task/11700/stat : 11700 (java) S 11634 11637 8623 0 -1 1077944384 13975 13253 0 0 334 4 5 3 20 0 15 0 407627013 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266996980080 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11701] ppid=11634 vsize=10846964 memory=6791534058613427641 CPUtime=3.25 cores=0,2,4,6
/proc/11637/task/11701/stat : 11701 (java) S 11634 11637 8623 0 -1 1077944384 17834 13253 0 0 313 4 5 3 20 0 15 0 407627013 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266995927024 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11702] ppid=11634 vsize=10846964 memory=38184 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11702/stat : 11702 (java) S 11634 11637 8623 0 -1 1077944384 3 13253 0 0 0 0 5 3 20 0 15 0 407627013 11107291136 164031 33554432000 4194304 4196468 140722283070560 140265976056160 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11703] ppid=11634 vsize=10846964 memory=1228 CPUtime=0.2 cores=0,2,4,6
/proc/11637/task/11703/stat : 11703 (java) S 11634 11637 8623 0 -1 1077944384 245 13253 0 0 5 7 5 3 20 0 15 0 407627014 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266994875440 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
Current children cumulated CPU time: 224.74 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 656124 KiB

[startup+213.201 s]
/proc/loadavg: 1.14 1.31 1.39 3/229 11721
/proc/meminfo: memFree=22906624/32770624 swapFree=67108848/67108860
[pid=11637] ppid=11634 vsize=10846964 memory=656124 CPUtime=225.14 cores=0,2,4,6
/proc/11637/stat : 11637 (java) S 11634 11637 8623 0 -1 1077944320 95584 13253 0 0 22448 58 5 3 20 0 15 0 407626998 11107291136 164031 33554432000 4194304 4196468 140722283070560 140722283053104 140267472408311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
/proc/11637/statm: 2711741 164031 3625 1 0 2673805 0
[pid=11637/tid=11690] ppid=11634 vsize=10846964 memory=288230596050944315 CPUtime=211.52 cores=0,2,4,6
/proc/11637/task/11690/stat : 11690 (java) R 11634 11637 8623 0 -1 4202560 30355 13253 0 0 21127 17 5 3 20 0 15 0 407627008 11107291136 164031 33554432000 4194304 4196468 140722283070560 140267444243296 140267076206561 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11691] ppid=11634 vsize=10846964 memory=15825482151103024 CPUtime=0.79 cores=0,2,4,6
/proc/11637/task/11691/stat : 11691 (java) S 11634 11637 8623 0 -1 1077944384 3303 13253 0 0 66 5 5 3 20 0 15 0 407627008 11107291136 164031 33554432000 4194304 4196468 140722283070560 140267476650512 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11692] ppid=11634 vsize=10846964 memory=4048 CPUtime=0.77 cores=0,2,4,6
/proc/11637/task/11692/stat : 11692 (java) S 11634 11637 8623 0 -1 1077944384 1254 13253 0 0 64 5 5 3 20 0 15 0 407627008 11107291136 164031 33554432000 4194304 4196468 140722283070560 140267045444240 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11693] ppid=11634 vsize=10846964 memory=288230574492221466 CPUtime=0.79 cores=0,2,4,6
/proc/11637/task/11693/stat : 11693 (java) S 11634 11637 8623 0 -1 1077944384 4387 13253 0 0 65 6 5 3 20 0 15 0 407627008 11107291136 164031 33554432000 4194304 4196468 140722283070560 140267044391184 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11694] ppid=11634 vsize=10846964 memory=288230596050944315 CPUtime=0.78 cores=0,2,4,6
/proc/11637/task/11694/stat : 11694 (java) S 11634 11637 8623 0 -1 1077944384 1605 13253 0 0 64 6 5 3 20 0 15 0 407627008 11107291136 164031 33554432000 4194304 4196468 140722283070560 140267043338640 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11695] ppid=11634 vsize=10846964 memory=15825482151103024 CPUtime=0.75 cores=0,2,4,6
/proc/11637/task/11695/stat : 11695 (java) S 11634 11637 8623 0 -1 1077944384 4956 13253 0 0 63 4 5 3 20 0 15 0 407627010 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266999085808 140267472419458 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11696] ppid=11634 vsize=10846964 memory=15208 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11696/stat : 11696 (java) S 11634 11637 8623 0 -1 1077944384 15 13253 0 0 0 0 5 3 20 0 15 0 407627010 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266920994528 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11697] ppid=11634 vsize=10846964 memory=23260 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11697/stat : 11697 (java) S 11634 11637 8623 0 -1 1077944384 2 13253 0 0 0 0 5 3 20 0 15 0 407627010 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266317014272 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11698] ppid=11634 vsize=10846964 memory=4048 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11698/stat : 11698 (java) S 11634 11637 8623 0 -1 1077944384 3 13253 0 0 0 0 5 3 20 0 15 0 407627013 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266009614800 140267472426907 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11699] ppid=11634 vsize=10846964 memory=14288 CPUtime=3.46 cores=0,2,4,6
/proc/11637/task/11699/stat : 11699 (java) S 11634 11637 8623 0 -1 1077944384 15441 13253 0 0 335 3 5 3 20 0 15 0 407627013 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266998032624 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11700] ppid=11634 vsize=10846964 memory=504 CPUtime=3.46 cores=0,2,4,6
/proc/11637/task/11700/stat : 11700 (java) S 11634 11637 8623 0 -1 1077944384 13975 13253 0 0 334 4 5 3 20 0 15 0 407627013 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266996980080 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11701] ppid=11634 vsize=10846964 memory=656124 CPUtime=3.25 cores=0,2,4,6
/proc/11637/task/11701/stat : 11701 (java) S 11634 11637 8623 0 -1 1077944384 17834 13253 0 0 313 4 5 3 20 0 15 0 407627013 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266995927024 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11702] ppid=11634 vsize=10846964 memory=656124 CPUtime=0.08 cores=0,2,4,6
/proc/11637/task/11702/stat : 11702 (java) S 11634 11637 8623 0 -1 1077944384 3 13253 0 0 0 0 5 3 20 0 15 0 407627013 11107291136 164031 33554432000 4194304 4196468 140722283070560 140265976056160 140267472418517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
[pid=11637/tid=11703] ppid=11634 vsize=10846964 memory=4872558044660077418 CPUtime=0.2 cores=0,2,4,6
/proc/11637/task/11703/stat : 11703 (java) S 11634 11637 8623 0 -1 1077944384 245 13253 0 0 5 7 5 3 20 0 15 0 407627014 11107291136 164031 33554432000 4194304 4196468 140722283070560 140266994875440 140267472419458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140722283076342 140722283078853 140722283078853 140722283081679 0
Current children cumulated CPU time: 225.14 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 656124 KiB

Child status: 0
Real time (s): 213.27
CPU time (s): 225.233
CPU user time (s): 224.602
CPU system time (s): 0.630564
CPU usage (%): 105.609
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 656940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 224.602
system time used= 0.630564
maximum resident set size= 658208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109827
page faults= 0
swaps= 0
block input operations= 0
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32978
involuntary context switches= 725


# summary of solver processes directly reported to runsolver:
#   pid: 11637
#   total CPU time (s): 225.233
#   total CPU user time (s): 224.602
#   total CPU system time (s): 0.630564

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.46186 second user time and 1.85134 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-12 21:34:15
IDJOB=4392133
IDBENCH=128339
IDSOLVER=2837
FILE ID=node143/4392133-1568316896
RUNJOBID= node143-1568309802-8654
PBS_JOBID= 21701123
Free space on /tmp= 58820 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-4392133-1568316896/watcher-4392133-1568316896 -o /tmp/evaluation-result-4392133-1568316896/solver-4392133-1568316896 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568309802-8654 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=847858898 HOME/instance-4392133-1568316896.xml

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

MD5SUM BENCH= 90855c6c3ff0f3816786e6ae00e0aae6
RANDOM SEED=847858898

node143.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.73
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.73
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.73
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.73
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:        23559408 kB
MemAvailable:   31047168 kB
Buffers:          152388 kB
Cached:          7623780 kB
SwapCached:            8 kB
Active:          2912208 kB
Inactive:        5626348 kB
Active(anon):     717832 kB
Inactive(anon):   144520 kB
Active(file):    2194376 kB
Inactive(file):  5481828 kB
Unevictable:      107780 kB
Mlocked:          107780 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:             35284 kB
Writeback:             0 kB
AnonPages:        870724 kB
Mapped:            60776 kB
Shmem:             90756 kB
Slab:             268764 kB
SReclaimable:     240016 kB
SUnreclaim:        28748 kB
KernelStack:        3728 kB
PageTables:         7048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1997656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    669696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 58784 MiB
End job on node143 at 2019-09-12 21:37:49