Trace number 4402891

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.3OPT103 2234.13 2200.62

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-21-07.xml
MD5SUM8aa67fa0ddb9b908e7b385aede1c36d3
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 benchmark97.2195
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size334
Distribution of domain sizes[{"size":1,"count":1},{"size":334,"count":61}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":11},{"degree":5,"count":14},{"degree":6,"count":16},{"degree":7,"count":12},{"degree":8,"count":5}]
Minimum constraint arity2
Maximum constraint arity38
Distribution of constraint arities[{"arity":2,"count":112},{"arity":21,"count":1},{"arity":27,"count":1},{"arity":35,"count":1},{"arity":38,"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.78/0.56	c Concrete v3.12.3.1568965526260 running
7.67/3.62	o 119
7.67/3.66	o 118
7.67/3.70	o 116
10.51/4.84	o 115
10.51/4.85	o 114
10.51/4.89	o 111
10.65/4.96	o 110
13.85/7.61	o 109
13.85/7.63	o 108
19.33/12.65	o 107
19.57/12.80	o 106
395.95/384.45	o 105
472.81/460.15	o 104
472.81/460.15	o 103
2234.08/2200.61	v <instantiation
2234.08/2200.61	v         cost = '103'>
2234.08/2200.61	v       <list>
2234.08/2200.61	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]
2234.08/2200.61	v       </list>
2234.08/2200.61	v       <values>
2234.08/2200.61	v         0 0 0 0 14 10 5 15 22 4 18 22 8 20 42 17 16 18 54 21 15 30 40 19 41 30 23 33 68 18 33 39 30 47 58 39 39 45 58 35 15 55 45 47 68 88 77 66 87 80 58 73 83 88 77 90 90 83 94 102 94 103
2234.08/2200.61	v       </values>
2234.08/2200.61	v     </instantiation>
2234.08/2200.61	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 (3216 MiB free)
  memory of node 1: 16384 MiB (2191 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402891-1568977527/watcher-4402891-1568977527 -o /var/tmp/evaluation-result-4402891-1568977527/solver-4402891-1568977527 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1568967600-16259 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1308241223 HOME/instance-4402891-1568977527.xml 

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

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=19009, runsolver pid=19006

[startup+0.100062 s]*
/proc/loadavg: 1.40 1.39 1.46 3/220 19066
/proc/meminfo: memFree=5534216/32770624 swapFree=66992968/67108860
[pid=19009] ppid=19006 vsize=9972712 memory=15176 CPUtime=0.08 cores=0,2,4,6
/proc/19009/stat : 19009 (java) S 19006 19009 16228 0 -1 1077944320 4522 13090 0 0 1 0 5 2 20 0 6 0 474020526 10212057088 3794 33554432000 4194304 4196468 140724249213440 140724249195984 139663005544183 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
/proc/19009/statm: 2493178 3794 1934 1 0 2481616 0
[pid=19009/tid=19062] ppid=19006 vsize=9972712 memory=720575944405811505 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19062/stat : 19062 (java) R 19006 19009 16228 0 -1 4202560 2324 13090 0 0 0 0 5 2 20 0 6 0 474020535 10212057088 3794 33554432000 4194304 4196468 140724249213440 139662977380944 139663005566109 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19063] ppid=19006 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19063/stat : 19063 (java) S 19006 19009 16228 0 -1 1077944384 2 13090 0 0 0 0 5 2 20 0 6 0 474020536 10212057088 3794 33554432000 4194304 4196468 140724249213440 139663009786896 139663005554389 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19064] ppid=19006 vsize=9972712 memory=140464388249981 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19064/stat : 19064 (java) S 19006 19009 16228 0 -1 1077944384 2 13090 0 0 0 0 5 2 20 0 6 0 474020536 10212057088 3794 33554432000 4194304 4196468 140724249213440 139662578814096 139663005554389 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19065] ppid=19006 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19065/stat : 19065 (java) S 19006 19009 16228 0 -1 1077944384 2 13090 0 0 0 0 5 2 20 0 6 0 474020536 10212057088 3794 33554432000 4194304 4196468 140724249213440 139662577761040 139663005554389 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19066] ppid=19006 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19066/stat : 19066 (java) S 19006 19009 16228 0 -1 1077944384 1 13090 0 0 0 0 5 2 20 0 6 0 474020536 10212057088 3794 33554432000 4194304 4196468 140724249213440 139662576708496 139663005554389 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15176 KiB

[startup+0.21262 s]*
/proc/loadavg: 1.40 1.39 1.46 3/229 19075
/proc/meminfo: memFree=5510912/32770624 swapFree=66992968/67108860
[pid=19009] ppid=19006 vsize=10820164 memory=43540 CPUtime=0.26 cores=0,2,4,6
/proc/19009/stat : 19009 (java) S 19006 19009 16228 0 -1 1077944320 7825 13090 0 0 17 2 5 2 20 0 15 0 474020526 11079847936 10885 33554432000 4194304 4196468 140724249213440 140724249195984 139663005544183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
/proc/19009/statm: 2705041 10885 3295 1 0 2667149 0
[pid=19009/tid=19062] ppid=19006 vsize=10820176 memory=753035770744996145 CPUtime=0.19 cores=0,2,4,6
/proc/19009/task/19062/stat : 19062 (java) R 19006 19009 16228 0 -1 4202560 4234 13090 0 0 11 1 5 2 20 0 15 0 474020535 11079860224 10885 33554432000 4194304 4196468 140724249213440 139662977355216 139662997781310 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19063] ppid=19006 vsize=10820176 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19063/stat : 19063 (java) S 19006 19009 16228 0 -1 1077944384 2 13090 0 0 0 0 5 2 20 0 15 0 474020536 11079860224 10885 33554432000 4194304 4196468 140724249213440 139663009786896 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19064] ppid=19006 vsize=10820176 memory=140464388249981 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19064/stat : 19064 (java) S 19006 19009 16228 0 -1 1077944384 2 13090 0 0 0 0 5 2 20 0 15 0 474020536 11079860224 10885 33554432000 4194304 4196468 140724249213440 139662578814096 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19065] ppid=19006 vsize=10820176 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19065/stat : 19065 (java) S 19006 19009 16228 0 -1 1077944384 2 13090 0 0 0 0 5 2 20 0 15 0 474020536 11079860224 10885 33554432000 4194304 4196468 140724249213440 139662577761040 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19066] ppid=19006 vsize=10820176 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19066/stat : 19066 (java) S 19006 19009 16228 0 -1 1077944384 1 13090 0 0 0 0 5 2 20 0 15 0 474020536 11079860224 10885 33554432000 4194304 4196468 140724249213440 139662576708496 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19067] ppid=19006 vsize=10820184 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19067/stat : 19067 (java) S 19006 19009 16228 0 -1 1077944384 2 13090 0 0 0 0 5 2 20 0 15 0 474020537 11079868416 10885 33554432000 4194304 4196468 140724249213440 139662465005808 139663005555330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19068] ppid=19006 vsize=10820184 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19068/stat : 19068 (java) S 19006 19009 16228 0 -1 1077944384 33 13090 0 0 0 0 5 2 20 0 15 0 474020538 11079868416 10885 33554432000 4194304 4196468 140724249213440 139662463952032 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19069] ppid=19006 vsize=10820184 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19069/stat : 19069 (java) S 19006 19009 16228 0 -1 1077944384 1 13090 0 0 0 0 5 2 20 0 15 0 474020538 11079868416 10885 33554432000 4194304 4196468 140724249213440 139662337237744 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19070] ppid=19006 vsize=10820184 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19070/stat : 19070 (java) S 19006 19009 16228 0 -1 1077944384 2 13090 0 0 0 0 5 2 20 0 15 0 474020541 11079868416 10885 33554432000 4194304 4196468 140724249213440 139661733259216 139663005562779 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19071] ppid=19006 vsize=10820184 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19071/stat : 19071 (java) R 19006 19009 16228 0 -1 4202560 372 13090 0 0 0 0 5 2 20 0 15 0 474020541 11079868416 10885 33554432000 4194304 4196468 140724249213440 139662430395120 139662983547025 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19072] ppid=19006 vsize=10820184 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19009/task/19072/stat : 19072 (java) S 19006 19009 16228 0 -1 1077944384 308 13090 0 0 1 0 5 2 20 0 15 0 474020541 11079868416 10885 33554432000 4194304 4196468 140724249213440 139662429342576 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19073] ppid=19006 vsize=10820188 memory=140464384882304 CPUtime=0.1 cores=0,2,4,6
/proc/19009/task/19073/stat : 19073 (java) R 19006 19009 16228 0 -1 1077944384 662 13090 0 0 3 0 5 2 20 0 15 0 474020541 11079872512 10885 33554432000 4194304 4196468 140724249213440 139662428289520 139663005555330 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19074] ppid=19006 vsize=10820188 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19074/stat : 19074 (java) S 19006 19009 16228 0 -1 1077944384 3 13090 0 0 0 0 5 2 20 0 15 0 474020541 11079872512 10885 33554432000 4194304 4196468 140724249213440 139661263498080 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19075] ppid=19006 vsize=10820188 memory=140464384882304 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19075/stat : 19075 (java) S 19006 19009 16228 0 -1 1077944384 1 13090 0 0 0 0 5 2 20 0 15 0 474020541 11079872512 10885 33554432000 4194304 4196468 140724249213440 139662427236912 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 43540 KiB

[startup+0.310606 s]*
/proc/loadavg: 1.40 1.39 1.46 3/229 19075
/proc/meminfo: memFree=5498396/32770624 swapFree=66992968/67108860
[pid=19009] ppid=19006 vsize=10820196 memory=51720 CPUtime=0.4 cores=0,2,4,6
/proc/19009/stat : 19009 (java) S 19006 19009 16228 0 -1 1077944320 11223 13090 0 0 29 4 5 2 20 0 15 0 474020526 11079880704 12930 33554432000 4194304 4196468 140724249213440 140724249195984 139663005544183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
/proc/19009/statm: 2705049 12930 3315 1 0 2667149 0
[pid=19009/tid=19062] ppid=19006 vsize=10820196 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/19009/task/19062/stat : 19062 (java) R 19006 19009 16228 0 -1 4202560 7577 13090 0 0 19 3 5 2 20 0 15 0 474020535 11079880704 12930 33554432000 4194304 4196468 140724249213440 139662977354272 139662989624700 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19063] ppid=19006 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19063/stat : 19063 (java) S 19006 19009 16228 0 -1 1077944384 2 13090 0 0 0 0 5 2 20 0 15 0 474020536 11079880704 12930 33554432000 4194304 4196468 140724249213440 139663009786896 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19064] ppid=19006 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19064/stat : 19064 (java) S 19006 19009 16228 0 -1 1077944384 2 13090 0 0 0 0 5 2 20 0 15 0 474020536 11079880704 12930 33554432000 4194304 4196468 140724249213440 139662578814096 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19065] ppid=19006 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19065/stat : 19065 (java) S 19006 19009 16228 0 -1 1077944384 2 13090 0 0 0 0 5 2 20 0 15 0 474020536 11079880704 12930 33554432000 4194304 4196468 140724249213440 139662577761040 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19066] ppid=19006 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19066/stat : 19066 (java) S 19006 19009 16228 0 -1 1077944384 1 13090 0 0 0 0 5 2 20 0 15 0 474020536 11079880704 12930 33554432000 4194304 4196468 140724249213440 139662576708496 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19067] ppid=19006 vsize=10820196 memory=140464384882303 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19067/stat : 19067 (java) S 19006 19009 16228 0 -1 1077944384 2 13090 0 0 0 0 5 2 20 0 15 0 474020537 11079880704 12930 33554432000 4194304 4196468 140724249213440 139662465005808 139663005555330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19068] ppid=19006 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19068/stat : 19068 (java) S 19006 19009 16228 0 -1 1077944384 33 13090 0 0 0 0 5 2 20 0 15 0 474020538 11079880704 12930 33554432000 4194304 4196468 140724249213440 139662463952032 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19069] ppid=19006 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19069/stat : 19069 (java) S 19006 19009 16228 0 -1 1077944384 1 13090 0 0 0 0 5 2 20 0 15 0 474020538 11079880704 12930 33554432000 4194304 4196468 140724249213440 139662337237744 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19070] ppid=19006 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19070/stat : 19070 (java) S 19006 19009 16228 0 -1 1077944384 2 13090 0 0 0 0 5 2 20 0 15 0 474020541 11079880704 12930 33554432000 4194304 4196468 140724249213440 139661733259216 139663005562779 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19071] ppid=19006 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19009/task/19071/stat : 19071 (java) S 19006 19009 16228 0 -1 1077944384 387 13090 0 0 1 0 5 2 20 0 15 0 474020541 11079880704 12930 33554432000 4194304 4196468 140724249213440 139662430395120 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19072] ppid=19006 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/19009/task/19072/stat : 19072 (java) S 19006 19009 16228 0 -1 1077944384 316 13090 0 0 2 0 5 2 20 0 15 0 474020541 11079880704 12930 33554432000 4194304 4196468 140724249213440 139662429342576 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19073] ppid=19006 vsize=10820196 memory=140464384882304 CPUtime=0.12 cores=0,2,4,6
/proc/19009/task/19073/stat : 19073 (java) S 19006 19009 16228 0 -1 1077944384 698 13090 0 0 5 0 5 2 20 0 15 0 474020541 11079880704 12930 33554432000 4194304 4196468 140724249213440 139662428289520 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19074] ppid=19006 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19074/stat : 19074 (java) S 19006 19009 16228 0 -1 1077944384 3 13090 0 0 0 0 5 2 20 0 15 0 474020541 11079880704 12930 33554432000 4194304 4196468 140724249213440 139661263498080 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19075] ppid=19006 vsize=10820196 memory=140464384882304 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19075/stat : 19075 (java) S 19006 19009 16228 0 -1 1077944384 1 13090 0 0 0 0 5 2 20 0 15 0 474020541 11079880704 12930 33554432000 4194304 4196468 140724249213440 139662427236912 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 51720 KiB

[startup+0.700753 s]
/proc/loadavg: 1.40 1.39 1.46 3/229 19075
/proc/meminfo: memFree=5486020/32770624 swapFree=66992968/67108860
[pid=19009] ppid=19006 vsize=10824364 memory=86580 CPUtime=1.13 cores=0,2,4,6
/proc/19009/stat : 19009 (java) S 19006 19009 16228 0 -1 1077944320 15376 13090 0 0 100 6 5 2 20 0 15 0 474020526 11084148736 21645 33554432000 4194304 4196468 140724249213440 140724249195984 139663005544183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
/proc/19009/statm: 2706091 21645 3505 1 0 2668173 0
[pid=19009/tid=19062] ppid=19006 vsize=10824364 memory=7660742144744843625 CPUtime=0.66 cores=0,2,4,6
/proc/19009/task/19062/stat : 19062 (java) R 19006 19009 16228 0 -1 4202560 10470 13090 0 0 55 4 5 2 20 0 15 0 474020535 11084148736 21645 33554432000 4194304 4196468 140724249213440 139662977366480 139663005566109 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19063] ppid=19006 vsize=10824364 memory=1212 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19063/stat : 19063 (java) S 19006 19009 16228 0 -1 1077944384 2 13090 0 0 0 0 5 2 20 0 15 0 474020536 11084148736 21645 33554432000 4194304 4196468 140724249213440 139663009786896 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19064] ppid=19006 vsize=10824364 memory=1060 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19064/stat : 19064 (java) S 19006 19009 16228 0 -1 1077944384 2 13090 0 0 0 0 5 2 20 0 15 0 474020536 11084148736 21645 33554432000 4194304 4196468 140724249213440 139662578814096 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19065] ppid=19006 vsize=10824364 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19065/stat : 19065 (java) S 19006 19009 16228 0 -1 1077944384 2 13090 0 0 0 0 5 2 20 0 15 0 474020536 11084148736 21645 33554432000 4194304 4196468 140724249213440 139662577761040 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19066] ppid=19006 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19066/stat : 19066 (java) S 19006 19009 16228 0 -1 1077944384 1 13090 0 0 0 0 5 2 20 0 15 0 474020536 11084148736 21645 33554432000 4194304 4196468 140724249213440 139662576708496 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19067] ppid=19006 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19067/stat : 19067 (java) S 19006 19009 16228 0 -1 1077944384 5 13090 0 0 0 0 5 2 20 0 15 0 474020537 11084148736 21645 33554432000 4194304 4196468 140724249213440 139662465005808 139663005555330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19068] ppid=19006 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19068/stat : 19068 (java) S 19006 19009 16228 0 -1 1077944384 33 13090 0 0 0 0 5 2 20 0 15 0 474020538 11084148736 21645 33554432000 4194304 4196468 140724249213440 139662463952032 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19069] ppid=19006 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19069/stat : 19069 (java) S 19006 19009 16228 0 -1 1077944384 1 13090 0 0 0 0 5 2 20 0 15 0 474020538 11084148736 21645 33554432000 4194304 4196468 140724249213440 139662337237744 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19070] ppid=19006 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19070/stat : 19070 (java) S 19006 19009 16228 0 -1 1077944384 2 13090 0 0 0 0 5 2 20 0 15 0 474020541 11084148736 21645 33554432000 4194304 4196468 140724249213440 139661733259216 139663005562779 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19071] ppid=19006 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/19009/task/19071/stat : 19071 (java) S 19006 19009 16228 0 -1 1077944384 922 13090 0 0 12 0 5 2 20 0 15 0 474020541 11084148736 21645 33554432000 4194304 4196468 140724249213440 139662430395120 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19072] ppid=19006 vsize=10824364 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/19009/task/19072/stat : 19072 (java) S 19006 19009 16228 0 -1 1077944384 796 13090 0 0 14 0 5 2 20 0 15 0 474020541 11084148736 21645 33554432000 4194304 4196468 140724249213440 139662429342576 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19073] ppid=19006 vsize=10824364 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/19009/task/19073/stat : 19073 (java) S 19006 19009 16228 0 -1 1077944384 932 13090 0 0 17 0 5 2 20 0 15 0 474020541 11084148736 21645 33554432000 4194304 4196468 140724249213440 139662428289520 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19074] ppid=19006 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19074/stat : 19074 (java) S 19006 19009 16228 0 -1 1077944384 3 13090 0 0 0 0 5 2 20 0 15 0 474020541 11084148736 21645 33554432000 4194304 4196468 140724249213440 139661263498080 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19075] ppid=19006 vsize=10824364 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19075/stat : 19075 (java) S 19006 19009 16228 0 -1 1077944384 1 13090 0 0 0 0 5 2 20 0 15 0 474020541 11084148736 21645 33554432000 4194304 4196468 140724249213440 139662427236912 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 86580 KiB

[startup+1.50076 s]
/proc/loadavg: 1.40 1.39 1.46 3/229 19075
/proc/meminfo: memFree=5439924/32770624 swapFree=66992968/67108860
[pid=19009] ppid=19006 vsize=10834680 memory=172344 CPUtime=2.45 cores=0,2,4,6
/proc/19009/stat : 19009 (java) S 19006 19009 16228 0 -1 1077944320 22014 13090 0 0 228 10 5 2 20 0 15 0 474020526 11094712320 43086 33554432000 4194304 4196468 140724249213440 140724249195984 139663005544183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
/proc/19009/statm: 2708670 43086 3586 1 0 2670733 0
[pid=19009/tid=19062] ppid=19006 vsize=10834680 memory=140464288174680 CPUtime=1.43 cores=0,2,4,6
/proc/19009/task/19062/stat : 19062 (java) R 19006 19009 16228 0 -1 4202560 15349 13090 0 0 130 6 5 2 20 0 15 0 474020535 11094712320 43086 33554432000 4194304 4196468 140724249213440 139662977334896 139663005556118 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19063] ppid=19006 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19009/task/19063/stat : 19063 (java) S 19006 19009 16228 0 -1 1077944384 73 13090 0 0 1 0 5 2 20 0 15 0 474020536 11094712320 43086 33554432000 4194304 4196468 140724249213440 139663009786896 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19064] ppid=19006 vsize=10834680 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/19009/task/19064/stat : 19064 (java) S 19006 19009 16228 0 -1 1077944384 71 13090 0 0 1 0 5 2 20 0 15 0 474020536 11094712320 43086 33554432000 4194304 4196468 140724249213440 139662578814096 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19065] ppid=19006 vsize=10834680 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19065/stat : 19065 (java) S 19006 19009 16228 0 -1 1077944384 325 13090 0 0 0 0 5 2 20 0 15 0 474020536 11094712320 43086 33554432000 4194304 4196468 140724249213440 139662577761040 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19066] ppid=19006 vsize=10834680 memory=280928576756128 CPUtime=0.08 cores=0,2,4,6
/proc/19009/task/19066/stat : 19066 (java) S 19006 19009 16228 0 -1 1077944384 34 13090 0 0 1 0 5 2 20 0 15 0 474020536 11094712320 43086 33554432000 4194304 4196468 140724249213440 139662576708496 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19067] ppid=19006 vsize=10834680 memory=222092758914232 CPUtime=0.08 cores=0,2,4,6
/proc/19009/task/19067/stat : 19067 (java) S 19006 19009 16228 0 -1 1077944384 129 13090 0 0 1 0 5 2 20 0 15 0 474020537 11094712320 43086 33554432000 4194304 4196468 140724249213440 139662465005808 139663005555330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19068] ppid=19006 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19068/stat : 19068 (java) S 19006 19009 16228 0 -1 1077944384 34 13090 0 0 0 0 5 2 20 0 15 0 474020538 11094712320 43086 33554432000 4194304 4196468 140724249213440 139662463952096 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19069] ppid=19006 vsize=10834680 memory=7517785422657980216 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19069/stat : 19069 (java) S 19006 19009 16228 0 -1 1077944384 1 13090 0 0 0 0 5 2 20 0 15 0 474020538 11094712320 43086 33554432000 4194304 4196468 140724249213440 139662337237760 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19070] ppid=19006 vsize=10834680 memory=-8412658770403813517 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19070/stat : 19070 (java) S 19006 19009 16228 0 -1 1077944384 2 13090 0 0 0 0 5 2 20 0 15 0 474020541 11094712320 43086 33554432000 4194304 4196468 140724249213440 139661733259216 139663005562779 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19071] ppid=19006 vsize=10834680 memory=-7668917182949848256 CPUtime=0.3 cores=0,2,4,6
/proc/19009/task/19071/stat : 19071 (java) S 19006 19009 16228 0 -1 1077944384 1076 13090 0 0 23 0 5 2 20 0 15 0 474020541 11094712320 43086 33554432000 4194304 4196468 140724249213440 139662430395120 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19072] ppid=19006 vsize=10834680 memory=8514726395714956677 CPUtime=0.33 cores=0,2,4,6
/proc/19009/task/19072/stat : 19072 (java) S 19006 19009 16228 0 -1 1077944384 1004 13090 0 0 26 0 5 2 20 0 15 0 474020541 11094712320 43086 33554432000 4194304 4196468 140724249213440 139662429342576 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19073] ppid=19006 vsize=10834680 memory=7100839887184299122 CPUtime=0.47 cores=0,2,4,6
/proc/19009/task/19073/stat : 19073 (java) R 19006 19009 16228 0 -1 4202560 1708 13090 0 0 40 0 5 2 20 0 15 0 474020541 11094712320 43086 33554432000 4194304 4196468 140724249213440 139662428289520 139663005556118 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19074] ppid=19006 vsize=10834680 memory=4628420171383865741 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19074/stat : 19074 (java) S 19006 19009 16228 0 -1 1077944384 3 13090 0 0 0 0 5 2 20 0 15 0 474020541 11094712320 43086 33554432000 4194304 4196468 140724249213440 139661263498080 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19075] ppid=19006 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19075/stat : 19075 (java) S 19006 19009 16228 0 -1 1077944384 1 13090 0 0 0 0 5 2 20 0 15 0 474020541 11094712320 43086 33554432000 4194304 4196468 140724249213440 139662427236912 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834680 KiB

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

[pid=19009/tid=19074] ppid=19006 vsize=10846988 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19074/stat : 19074 (java) S 19006 19009 16228 0 -1 1077944384 3 13090 0 0 0 0 5 2 20 0 15 0 474020541 11107315712 174652 33554432000 4194304 4196468 140724249213440 139661263498080 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19075] ppid=19006 vsize=10846988 memory=2608 CPUtime=1.4 cores=0,2,4,6
/proc/19009/task/19075/stat : 19075 (java) S 19006 19009 16228 0 -1 1077944384 871 13090 0 0 69 64 5 2 20 0 15 0 474020541 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662427236912 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
Current children cumulated CPU time: 2228.61 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 698608 KiB

[startup+2198.4 s]
/proc/loadavg: 1.51 1.49 1.41 3/228 19533
/proc/meminfo: memFree=5262576/32770624 swapFree=66992996/67108860
[pid=19009] ppid=19006 vsize=10846988 memory=698608 CPUtime=2231.85 cores=0,2,4,6
/proc/19009/stat : 19009 (java) S 19006 19009 16228 0 -1 1077944320 172723 13090 0 0 222883 295 5 2 20 0 15 0 474020526 11107315712 174652 33554432000 4194304 4196468 140724249213440 140724249195984 139663005544183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
/proc/19009/statm: 2711747 174652 3634 1 0 2673805 0
[pid=19009/tid=19062] ppid=19006 vsize=10846988 memory=984 CPUtime=2176.1 cores=0,2,4,6
/proc/19009/task/19062/stat : 19062 (java) R 19006 19009 16228 0 -1 4202560 57695 13090 0 0 217563 40 5 2 20 0 15 0 474020535 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662977380000 139662624176432 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19063] ppid=19006 vsize=10846988 memory=2004 CPUtime=9.42 cores=0,2,4,6
/proc/19009/task/19063/stat : 19063 (java) S 19006 19009 16228 0 -1 1077944384 10479 13090 0 0 887 48 5 2 20 0 15 0 474020536 11107315712 174652 33554432000 4194304 4196468 140724249213440 139663009786896 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19064] ppid=19006 vsize=10846988 memory=140468679849599 CPUtime=9.42 cores=0,2,4,6
/proc/19009/task/19064/stat : 19064 (java) S 19006 19009 16228 0 -1 1077944384 6425 13090 0 0 892 43 5 2 20 0 15 0 474020536 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662578814096 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19065] ppid=19006 vsize=10846988 memory=7679937539709960979 CPUtime=9.39 cores=0,2,4,6
/proc/19009/task/19065/stat : 19065 (java) S 19006 19009 16228 0 -1 1077944384 6655 13090 0 0 881 51 5 2 20 0 15 0 474020536 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662577761040 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19066] ppid=19006 vsize=10846988 memory=698608 CPUtime=9.4 cores=0,2,4,6
/proc/19009/task/19066/stat : 19066 (java) S 19006 19009 16228 0 -1 1077944384 5836 13090 0 0 886 47 5 2 20 0 15 0 474020536 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662576708496 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19067] ppid=19006 vsize=10846988 memory=1398722017469774279 CPUtime=9.31 cores=0,2,4,6
/proc/19009/task/19067/stat : 19067 (java) S 19006 19009 16228 0 -1 1077944384 10733 13090 0 0 878 46 5 2 20 0 15 0 474020537 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662465005808 139663005555330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19068] ppid=19006 vsize=10846988 memory=2004 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19068/stat : 19068 (java) S 19006 19009 16228 0 -1 1077944384 39 13090 0 0 0 0 5 2 20 0 15 0 474020538 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662463952160 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19069] ppid=19006 vsize=10846988 memory=1212 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19069/stat : 19069 (java) S 19006 19009 16228 0 -1 1077944384 1 13090 0 0 0 0 5 2 20 0 15 0 474020538 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662337237760 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19070] ppid=19006 vsize=10846988 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19070/stat : 19070 (java) S 19006 19009 16228 0 -1 1077944384 2 13090 0 0 0 0 5 2 20 0 15 0 474020541 11107315712 174652 33554432000 4194304 4196468 140724249213440 139661733259216 139663005562779 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19071] ppid=19006 vsize=10846988 memory=698608 CPUtime=2.96 cores=0,2,4,6
/proc/19009/task/19071/stat : 19071 (java) S 19006 19009 16228 0 -1 1077944384 25714 13090 0 0 286 3 5 2 20 0 15 0 474020541 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662430395120 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19072] ppid=19006 vsize=10846988 memory=44976 CPUtime=3.13 cores=0,2,4,6
/proc/19009/task/19072/stat : 19072 (java) S 19006 19009 16228 0 -1 1077944384 22324 13090 0 0 302 4 5 2 20 0 15 0 474020541 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662429342576 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19073] ppid=19006 vsize=10846988 memory=984 CPUtime=1.83 cores=0,2,4,6
/proc/19009/task/19073/stat : 19073 (java) S 19006 19009 16228 0 -1 1077944384 23742 13090 0 0 171 5 5 2 20 0 15 0 474020541 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662428289520 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19074] ppid=19006 vsize=10846988 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19074/stat : 19074 (java) S 19006 19009 16228 0 -1 1077944384 3 13090 0 0 0 0 5 2 20 0 15 0 474020541 11107315712 174652 33554432000 4194304 4196468 140724249213440 139661263498080 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19075] ppid=19006 vsize=10846988 memory=44976 CPUtime=1.4 cores=0,2,4,6
/proc/19009/task/19075/stat : 19075 (java) S 19006 19009 16228 0 -1 1077944384 871 13090 0 0 69 64 5 2 20 0 15 0 474020541 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662427236912 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
Current children cumulated CPU time: 2231.85 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 698608 KiB

[startup+2200 s]*
/proc/loadavg: 1.47 1.49 1.41 3/228 19533
/proc/meminfo: memFree=5262320/32770624 swapFree=66992996/67108860
[pid=19009] ppid=19006 vsize=10846988 memory=698608 CPUtime=2233.48 cores=0,2,4,6
/proc/19009/stat : 19009 (java) S 19006 19009 16228 0 -1 1077944320 172734 13090 0 0 223046 295 5 2 20 0 15 0 474020526 11107315712 174652 33554432000 4194304 4196468 140724249213440 140724249195984 139663005544183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
/proc/19009/statm: 2711747 174652 3634 1 0 2673805 0
[pid=19009/tid=19062] ppid=19006 vsize=10846988 memory=5787782378022855989 CPUtime=2177.69 cores=0,2,4,6
/proc/19009/task/19062/stat : 19062 (java) R 19006 19009 16228 0 -1 4202560 57705 13090 0 0 217722 40 5 2 20 0 15 0 474020535 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662977380096 139662621844096 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19063] ppid=19006 vsize=10846988 memory=1398722017469774279 CPUtime=9.43 cores=0,2,4,6
/proc/19009/task/19063/stat : 19063 (java) S 19006 19009 16228 0 -1 1077944384 10480 13090 0 0 888 48 5 2 20 0 15 0 474020536 11107315712 174652 33554432000 4194304 4196468 140724249213440 139663009786896 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19064] ppid=19006 vsize=10846988 memory=924 CPUtime=9.43 cores=0,2,4,6
/proc/19009/task/19064/stat : 19064 (java) S 19006 19009 16228 0 -1 1077944384 6425 13090 0 0 893 43 5 2 20 0 15 0 474020536 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662578814096 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19065] ppid=19006 vsize=10846988 memory=3848 CPUtime=9.4 cores=0,2,4,6
/proc/19009/task/19065/stat : 19065 (java) S 19006 19009 16228 0 -1 1077944384 6655 13090 0 0 882 51 5 2 20 0 15 0 474020536 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662577761040 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19066] ppid=19006 vsize=10846988 memory=2608 CPUtime=9.42 cores=0,2,4,6
/proc/19009/task/19066/stat : 19066 (java) S 19006 19009 16228 0 -1 1077944384 5836 13090 0 0 887 48 5 2 20 0 15 0 474020536 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662576708496 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19067] ppid=19006 vsize=10846988 memory=2608 CPUtime=9.32 cores=0,2,4,6
/proc/19009/task/19067/stat : 19067 (java) S 19006 19009 16228 0 -1 1077944384 10733 13090 0 0 879 46 5 2 20 0 15 0 474020537 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662465005808 139663005555330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19068] ppid=19006 vsize=10846988 memory=4108 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19068/stat : 19068 (java) S 19006 19009 16228 0 -1 1077944384 39 13090 0 0 0 0 5 2 20 0 15 0 474020538 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662463952160 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19069] ppid=19006 vsize=10846988 memory=1404 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19069/stat : 19069 (java) S 19006 19009 16228 0 -1 1077944384 1 13090 0 0 0 0 5 2 20 0 15 0 474020538 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662337237760 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19070] ppid=19006 vsize=10846988 memory=3224 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19070/stat : 19070 (java) S 19006 19009 16228 0 -1 1077944384 2 13090 0 0 0 0 5 2 20 0 15 0 474020541 11107315712 174652 33554432000 4194304 4196468 140724249213440 139661733259216 139663005562779 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19071] ppid=19006 vsize=10846988 memory=698608 CPUtime=2.96 cores=0,2,4,6
/proc/19009/task/19071/stat : 19071 (java) S 19006 19009 16228 0 -1 1077944384 25714 13090 0 0 286 3 5 2 20 0 15 0 474020541 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662430395120 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19072] ppid=19006 vsize=10846988 memory=1408 CPUtime=3.13 cores=0,2,4,6
/proc/19009/task/19072/stat : 19072 (java) S 19006 19009 16228 0 -1 1077944384 22324 13090 0 0 302 4 5 2 20 0 15 0 474020541 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662429342576 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19073] ppid=19006 vsize=10846988 memory=3200 CPUtime=1.83 cores=0,2,4,6
/proc/19009/task/19073/stat : 19073 (java) S 19006 19009 16228 0 -1 1077944384 23742 13090 0 0 171 5 5 2 20 0 15 0 474020541 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662428289520 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19074] ppid=19006 vsize=10846988 memory=914480 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19074/stat : 19074 (java) S 19006 19009 16228 0 -1 1077944384 3 13090 0 0 0 0 5 2 20 0 15 0 474020541 11107315712 174652 33554432000 4194304 4196468 140724249213440 139661263498080 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19075] ppid=19006 vsize=10846988 memory=1736 CPUtime=1.4 cores=0,2,4,6
/proc/19009/task/19075/stat : 19075 (java) S 19006 19009 16228 0 -1 1077944384 871 13090 0 0 69 64 5 2 20 0 15 0 474020541 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662427236912 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
Current children cumulated CPU time: 2233.48 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 698608 KiB

[startup+2200.4 s]
/proc/loadavg: 1.47 1.49 1.41 3/228 19533
/proc/meminfo: memFree=5262320/32770624 swapFree=66992996/67108860
[pid=19009] ppid=19006 vsize=10846988 memory=698608 CPUtime=2233.88 cores=0,2,4,6
/proc/19009/stat : 19009 (java) S 19006 19009 16228 0 -1 1077944320 172736 13090 0 0 223086 295 5 2 20 0 15 0 474020526 11107315712 174652 33554432000 4194304 4196468 140724249213440 140724249195984 139663005544183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
/proc/19009/statm: 2711747 174652 3634 1 0 2673805 0
[pid=19009/tid=19062] ppid=19006 vsize=10846988 memory=13847456437766712 CPUtime=2178.08 cores=0,2,4,6
/proc/19009/task/19062/stat : 19062 (java) R 19006 19009 16228 0 -1 4202560 57707 13090 0 0 217761 40 5 2 20 0 15 0 474020535 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662977379184 139662623268926 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19063] ppid=19006 vsize=10846988 memory=1228 CPUtime=9.43 cores=0,2,4,6
/proc/19009/task/19063/stat : 19063 (java) S 19006 19009 16228 0 -1 1077944384 10480 13090 0 0 888 48 5 2 20 0 15 0 474020536 11107315712 174652 33554432000 4194304 4196468 140724249213440 139663009786896 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19064] ppid=19006 vsize=10846988 memory=9520 CPUtime=9.43 cores=0,2,4,6
/proc/19009/task/19064/stat : 19064 (java) S 19006 19009 16228 0 -1 1077944384 6425 13090 0 0 893 43 5 2 20 0 15 0 474020536 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662578814096 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19065] ppid=19006 vsize=10846988 memory=698608 CPUtime=9.4 cores=0,2,4,6
/proc/19009/task/19065/stat : 19065 (java) S 19006 19009 16228 0 -1 1077944384 6655 13090 0 0 882 51 5 2 20 0 15 0 474020536 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662577761040 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19066] ppid=19006 vsize=10846988 memory=928 CPUtime=9.42 cores=0,2,4,6
/proc/19009/task/19066/stat : 19066 (java) S 19006 19009 16228 0 -1 1077944384 5836 13090 0 0 887 48 5 2 20 0 15 0 474020536 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662576708496 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19067] ppid=19006 vsize=10846988 memory=1688 CPUtime=9.32 cores=0,2,4,6
/proc/19009/task/19067/stat : 19067 (java) S 19006 19009 16228 0 -1 1077944384 10733 13090 0 0 879 46 5 2 20 0 15 0 474020537 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662465005808 139663005555330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19068] ppid=19006 vsize=10846988 memory=1984 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19068/stat : 19068 (java) S 19006 19009 16228 0 -1 1077944384 39 13090 0 0 0 0 5 2 20 0 15 0 474020538 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662463952160 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19069] ppid=19006 vsize=10846988 memory=2672 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19069/stat : 19069 (java) S 19006 19009 16228 0 -1 1077944384 1 13090 0 0 0 0 5 2 20 0 15 0 474020538 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662337237760 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19070] ppid=19006 vsize=10846988 memory=1440 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19070/stat : 19070 (java) S 19006 19009 16228 0 -1 1077944384 2 13090 0 0 0 0 5 2 20 0 15 0 474020541 11107315712 174652 33554432000 4194304 4196468 140724249213440 139661733259216 139663005562779 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19071] ppid=19006 vsize=10846988 memory=784 CPUtime=2.96 cores=0,2,4,6
/proc/19009/task/19071/stat : 19071 (java) S 19006 19009 16228 0 -1 1077944384 25714 13090 0 0 286 3 5 2 20 0 15 0 474020541 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662430395120 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19072] ppid=19006 vsize=10846988 memory=1764 CPUtime=3.13 cores=0,2,4,6
/proc/19009/task/19072/stat : 19072 (java) S 19006 19009 16228 0 -1 1077944384 22324 13090 0 0 302 4 5 2 20 0 15 0 474020541 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662429342576 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19073] ppid=19006 vsize=10846988 memory=111628 CPUtime=1.83 cores=0,2,4,6
/proc/19009/task/19073/stat : 19073 (java) S 19006 19009 16228 0 -1 1077944384 23742 13090 0 0 171 5 5 2 20 0 15 0 474020541 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662428289520 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19074] ppid=19006 vsize=10846988 memory=804 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19074/stat : 19074 (java) S 19006 19009 16228 0 -1 1077944384 3 13090 0 0 0 0 5 2 20 0 15 0 474020541 11107315712 174652 33554432000 4194304 4196468 140724249213440 139661263498080 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19075] ppid=19006 vsize=10846988 memory=0 CPUtime=1.4 cores=0,2,4,6
/proc/19009/task/19075/stat : 19075 (java) S 19006 19009 16228 0 -1 1077944384 871 13090 0 0 69 64 5 2 20 0 15 0 474020541 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662427236912 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
Current children cumulated CPU time: 2233.88 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 698608 KiB

[startup+2200.6 s]
/proc/loadavg: 1.47 1.49 1.41 3/228 19533
/proc/meminfo: memFree=5262320/32770624 swapFree=66992996/67108860
[pid=19009] ppid=19006 vsize=10846988 memory=698608 CPUtime=2234.08 cores=0,2,4,6
/proc/19009/stat : 19009 (java) S 19006 19009 16228 0 -1 1077944320 172737 13090 0 0 223106 295 5 2 20 0 15 0 474020526 11107315712 174652 33554432000 4194304 4196468 140724249213440 140724249195984 139663005544183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
/proc/19009/statm: 2711747 174652 3634 1 0 2673805 0
[pid=19009/tid=19062] ppid=19006 vsize=10846988 memory=-8412656567318647667 CPUtime=2178.28 cores=0,2,4,6
/proc/19009/task/19062/stat : 19062 (java) R 19006 19009 16228 0 -1 4202560 57708 13090 0 0 217781 40 5 2 20 0 15 0 474020535 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662977379184 139662623246441 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19063] ppid=19006 vsize=10846988 memory=4427205132082312746 CPUtime=9.43 cores=0,2,4,6
/proc/19009/task/19063/stat : 19063 (java) S 19006 19009 16228 0 -1 1077944384 10480 13090 0 0 888 48 5 2 20 0 15 0 474020536 11107315712 174652 33554432000 4194304 4196468 140724249213440 139663009786896 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19064] ppid=19006 vsize=10846988 memory=-8412652152092201843 CPUtime=9.43 cores=0,2,4,6
/proc/19009/task/19064/stat : 19064 (java) S 19006 19009 16228 0 -1 1077944384 6425 13090 0 0 893 43 5 2 20 0 15 0 474020536 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662578814096 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19065] ppid=19006 vsize=10846988 memory=-7023579799431922829 CPUtime=9.4 cores=0,2,4,6
/proc/19009/task/19065/stat : 19065 (java) S 19006 19009 16228 0 -1 1077944384 6655 13090 0 0 882 51 5 2 20 0 15 0 474020536 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662577761040 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19066] ppid=19006 vsize=10846988 memory=-8486080722631693414 CPUtime=9.42 cores=0,2,4,6
/proc/19009/task/19066/stat : 19066 (java) S 19006 19009 16228 0 -1 1077944384 5836 13090 0 0 887 48 5 2 20 0 15 0 474020536 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662576708496 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19067] ppid=19006 vsize=10846988 memory=-7666414585839465563 CPUtime=9.32 cores=0,2,4,6
/proc/19009/task/19067/stat : 19067 (java) S 19006 19009 16228 0 -1 1077944384 10733 13090 0 0 879 46 5 2 20 0 15 0 474020537 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662465005808 139663005555330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19068] ppid=19006 vsize=10846988 memory=-6520478321162704286 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19068/stat : 19068 (java) S 19006 19009 16228 0 -1 1077944384 39 13090 0 0 0 0 5 2 20 0 15 0 474020538 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662463952160 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19069] ppid=19006 vsize=10846988 memory=-7521736447810188379 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19069/stat : 19069 (java) S 19006 19009 16228 0 -1 1077944384 1 13090 0 0 0 0 5 2 20 0 15 0 474020538 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662337237760 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19070] ppid=19006 vsize=10846988 memory=-8412652160765825907 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19070/stat : 19070 (java) S 19006 19009 16228 0 -1 1077944384 2 13090 0 0 0 0 5 2 20 0 15 0 474020541 11107315712 174652 33554432000 4194304 4196468 140724249213440 139661733259216 139663005562779 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19071] ppid=19006 vsize=10846988 memory=7897517683652307531 CPUtime=2.96 cores=0,2,4,6
/proc/19009/task/19071/stat : 19071 (java) S 19006 19009 16228 0 -1 1077944384 25714 13090 0 0 286 3 5 2 20 0 15 0 474020541 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662430395120 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19072] ppid=19006 vsize=10846988 memory=1408 CPUtime=3.13 cores=0,2,4,6
/proc/19009/task/19072/stat : 19072 (java) S 19006 19009 16228 0 -1 1077944384 22324 13090 0 0 302 4 5 2 20 0 15 0 474020541 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662429342576 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19073] ppid=19006 vsize=10846988 memory=3200 CPUtime=1.83 cores=0,2,4,6
/proc/19009/task/19073/stat : 19073 (java) S 19006 19009 16228 0 -1 1077944384 23742 13090 0 0 171 5 5 2 20 0 15 0 474020541 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662428289520 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19074] ppid=19006 vsize=10846988 memory=914480 CPUtime=0.07 cores=0,2,4,6
/proc/19009/task/19074/stat : 19074 (java) S 19006 19009 16228 0 -1 1077944384 3 13090 0 0 0 0 5 2 20 0 15 0 474020541 11107315712 174652 33554432000 4194304 4196468 140724249213440 139661263498080 139663005554389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
[pid=19009/tid=19075] ppid=19006 vsize=10846988 memory=952 CPUtime=1.4 cores=0,2,4,6
/proc/19009/task/19075/stat : 19075 (java) S 19006 19009 16228 0 -1 1077944384 871 13090 0 0 69 64 5 2 20 0 15 0 474020541 11107315712 174652 33554432000 4194304 4196468 140724249213440 139662427236912 139663005555330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32186368 140724249217635 140724249220277 140724249220277 140724249223119 0
Current children cumulated CPU time: 2234.08 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 698608 KiB

Child status: 0
Real time (s): 2200.62
CPU time (s): 2234.13
CPU user time (s): 2231.13
CPU system time (s): 2.99812
CPU usage (%): 101.523
Max. virtual memory (cumulated for all children) (KiB): 10849652
Max. memory (cumulated for all children) (KiB): 698608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2231.13
system time used= 2.99812
maximum resident set size= 700692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186322
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 247407
involuntary context switches= 7324


# summary of solver processes directly reported to runsolver:
#   pid: 19009
#   total CPU time (s): 2234.13
#   total CPU user time (s): 2231.13
#   total CPU system time (s): 2.99812

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.96 second user time and 20.9722 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-20 13:04:49
IDJOB=4402891
IDBENCH=128622
IDSOLVER=2861
FILE ID=node126/4402891-1568977527
RUNJOBID= node126-1568967600-16259
PBS_JOBID= 21704622
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-21-07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402891-1568977527/watcher-4402891-1568977527 -o /var/tmp/evaluation-result-4402891-1568977527/solver-4402891-1568977527 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1568967600-16259 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1308241223 HOME/instance-4402891-1568977527.xml

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

MD5SUM BENCH= 8aa67fa0ddb9b908e7b385aede1c36d3
RANDOM SEED=1308241223

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         5539156 kB
MemAvailable:   30543076 kB
Buffers:          121356 kB
Cached:         24929736 kB
SwapCached:         6912 kB
Active:         13820532 kB
Inactive:       12556232 kB
Active(anon):    1317460 kB
Inactive(anon):    45708 kB
Active(file):   12503072 kB
Inactive(file): 12510524 kB
Unevictable:      109312 kB
Mlocked:          109312 kB
SwapTotal:      67108860 kB
SwapFree:       66992968 kB
Dirty:             35660 kB
Writeback:             0 kB
AnonPages:       1482068 kB
Mapped:            60908 kB
Shmem:             29360 kB
Slab:             447180 kB
SReclaimable:     418784 kB
SUnreclaim:        28396 kB
KernelStack:        4016 kB
PageTables:         8284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2560340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1388544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node126 at 2019-09-20 13:41:30