Trace number 4401386

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.2OPT68 237.787 227.117

General information on the benchmark

NameRcpsp/Rcpsp-m1-j90/
Rcpsp-j90-06-08.xml
MD5SUM8d7da43fda8420e04b4d8dcd0c7711ab
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark68
Best CPU time to get the best result obtained on this benchmark35.3822
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints142
Number of domains2
Minimum domain size1
Maximum domain size505
Distribution of domain sizes[{"size":1,"count":1},{"size":505,"count":91}]
Minimum variable degree3
Maximum variable degree7
Distribution of variable degrees[{"degree":3,"count":10},{"degree":4,"count":26},{"degree":5,"count":23},{"degree":6,"count":22},{"degree":7,"count":11}]
Minimum constraint arity2
Maximum constraint arity48
Distribution of constraint arities[{"arity":2,"count":138},{"arity":42,"count":1},{"arity":43,"count":1},{"arity":48,"count":2}]
Number of extensional constraints0
Number of intensional constraints138
Distribution of constraint types[{"type":"intension","count":138},{"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.76/0.55	c Concrete v3.12.2.1568631193530 running
8.55/3.71	o 504
8.87/3.90	o 83
9.19/3.93	o 82
9.19/3.95	o 81
9.19/3.96	o 80
9.19/3.98	o 77
10.75/4.40	o 76
10.92/4.56	o 75
11.46/4.86	o 74
11.97/5.13	o 73
11.97/5.17	o 70
29.30/21.07	o 69
121.52/112.38	o 68
237.65/227.10	v <instantiation
237.65/227.10	v         cost = '68'>
237.65/227.10	v       <list>
237.65/227.10	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] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91]
237.65/227.10	v       </list>
237.65/227.10	v       <values>
237.65/227.10	v         0 0 0 0 6 4 6 19 9 23 6 35 15 18 8 4 16 21 13 21 13 28 13 16 8 46 16 11 33 13 27 23 14 12 14 18 28 18 9 23 25 35 32 26 35 9 39 12 26 39 26 32 19 44 30 44 36 23 4 9 23 37 38 39 35 39 40 32 45 39 42 46 45 44 54 54 36 50 45 49 47 56 46 55 54 57 51 59 64 65 62 68
237.65/227.10	v       </values>
237.65/227.10	v     </instantiation>
237.65/227.10	s OPTIMUM FOUND

Verifier Data

OK	68

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401386-1568682816/watcher-4401386-1568682816 -o /tmp/evaluation-result-4401386-1568682816/solver-4401386-1568682816 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568673291-17352 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=491185228 HOME/instance-4401386-1568682816.xml 

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

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=19974, runsolver pid=19971

[startup+0.100192 s]*
/proc/loadavg: 1.32 1.32 1.33 3/221 20031
/proc/meminfo: memFree=27774964/32770624 swapFree=66959728/67108860
[pid=19974] ppid=19971 vsize=9972712 memory=20900 CPUtime=0.08 cores=1,3,5,7
/proc/19974/stat : 19974 (java) S 19971 19974 17320 0 -1 1077944320 4477 13331 0 0 1 0 4 3 20 0 6 0 444221797 10212057088 5225 33554432000 4194304 4196468 140727262257072 140727262239616 139934219210487 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
/proc/19974/statm: 2493178 5225 1935 1 0 2481616 0
[pid=19974/tid=20027] ppid=19971 vsize=9972712 memory=4351193297950770823 CPUtime=0.08 cores=1,3,5,7
/proc/19974/task/20027/stat : 20027 (java) R 19971 19974 17320 0 -1 4202560 2285 13331 0 0 1 0 4 3 20 0 6 0 444221806 10212057088 5290 33554432000 4194304 4196468 140727262257072 139934191047248 139934204333424 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20028] ppid=19971 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20028/stat : 20028 (java) S 19971 19974 17320 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 6 0 444221807 10212057088 5290 33554432000 4194304 4196468 140727262257072 139934223452560 139934219220693 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20029] ppid=19971 vsize=9972712 memory=140458540406400 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20029/stat : 20029 (java) S 19971 19974 17320 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 6 0 444221807 10212057088 5290 33554432000 4194304 4196468 140727262257072 139934138272016 139934219220693 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20030] ppid=19971 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20030/stat : 20030 (java) S 19971 19974 17320 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 6 0 444221807 10212057088 5290 33554432000 4194304 4196468 140727262257072 139934137219728 139934219220693 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20031] ppid=19971 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20031/stat : 20031 (java) S 19971 19974 17320 0 -1 1077944384 2 13331 0 0 0 0 4 3 20 0 6 0 444221807 10212057088 5290 33554432000 4194304 4196468 140727262257072 139934136166928 139934219220693 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 20900 KiB

[startup+0.210341 s]*
/proc/loadavg: 1.32 1.32 1.33 4/230 20040
/proc/meminfo: memFree=27757432/32770624 swapFree=66959728/67108860
[pid=19974] ppid=19971 vsize=10820196 memory=43512 CPUtime=0.26 cores=1,3,5,7
/proc/19974/stat : 19974 (java) S 19971 19974 17320 0 -1 1077944320 7229 13331 0 0 18 1 4 3 20 0 15 0 444221797 11079880704 10878 33554432000 4194304 4196468 140727262257072 140727262239616 139934219210487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
/proc/19974/statm: 2705049 10878 3290 1 0 2667149 0
[pid=19974/tid=20027] ppid=19971 vsize=10820196 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/19974/task/20027/stat : 20027 (java) R 19971 19974 17320 0 -1 1077944384 3739 13331 0 0 11 1 4 3 20 0 15 0 444221806 11079880704 10878 33554432000 4194304 4196468 140727262257072 139934191024672 139934219234365 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20028] ppid=19971 vsize=10820196 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20028/stat : 20028 (java) S 19971 19974 17320 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444221807 11079880704 10878 33554432000 4194304 4196468 140727262257072 139934223452560 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20029] ppid=19971 vsize=10820196 memory=140458540425070 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20029/stat : 20029 (java) S 19971 19974 17320 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444221807 11079880704 10878 33554432000 4194304 4196468 140727262257072 139934138272016 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20030] ppid=19971 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20030/stat : 20030 (java) S 19971 19974 17320 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444221807 11079880704 10878 33554432000 4194304 4196468 140727262257072 139934137219728 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20031] ppid=19971 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20031/stat : 20031 (java) S 19971 19974 17320 0 -1 1077944384 2 13331 0 0 0 0 4 3 20 0 15 0 444221807 11079880704 10878 33554432000 4194304 4196468 140727262257072 139934136166928 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20032] ppid=19971 vsize=10820196 memory=140458540406400 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20032/stat : 20032 (java) S 19971 19974 17320 0 -1 1077944384 2 13331 0 0 0 0 4 3 20 0 15 0 444221809 11079880704 10878 33554432000 4194304 4196468 140727262257072 139933745879664 139934219221634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20033] ppid=19971 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20033/stat : 20033 (java) S 19971 19974 17320 0 -1 1077944384 13 13331 0 0 0 0 4 3 20 0 15 0 444221809 11079880704 10878 33554432000 4194304 4196468 140727262257072 139933658375456 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20034] ppid=19971 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20034/stat : 20034 (java) S 19971 19974 17320 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444221809 11079880704 10878 33554432000 4194304 4196468 140727262257072 139933054396016 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20035] ppid=19971 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20035/stat : 20035 (java) S 19971 19974 17320 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444221812 11079880704 10878 33554432000 4194304 4196468 140727262257072 139932746996304 139934219229083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20036] ppid=19971 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19974/task/20036/stat : 20036 (java) S 19971 19974 17320 0 -1 1077944384 484 13331 0 0 1 0 4 3 20 0 15 0 444221812 11079880704 10878 33554432000 4194304 4196468 140727262257072 139933744826480 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20037] ppid=19971 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19974/task/20037/stat : 20037 (java) S 19971 19974 17320 0 -1 1077944384 190 13331 0 0 1 0 4 3 20 0 15 0 444221812 11079880704 10878 33554432000 4194304 4196468 140727262257072 139933743773680 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20038] ppid=19971 vsize=10820196 memory=140458540406400 CPUtime=0.1 cores=1,3,5,7
/proc/19974/task/20038/stat : 20038 (java) S 19971 19974 17320 0 -1 1077944384 587 13331 0 0 3 0 4 3 20 0 15 0 444221812 11079880704 10878 33554432000 4194304 4196468 140727262257072 139933742721392 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20039] ppid=19971 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20039/stat : 20039 (java) S 19971 19974 17320 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444221812 11079880704 10878 33554432000 4194304 4196468 140727262257072 139932713437664 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20040] ppid=19971 vsize=10820196 memory=140458540406400 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20040/stat : 20040 (java) S 19971 19974 17320 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444221812 11079880704 10878 33554432000 4194304 4196468 140727262257072 139933741669296 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 43512 KiB

[startup+0.310697 s]*
/proc/loadavg: 1.38 1.33 1.33 3/230 20040
/proc/meminfo: memFree=27744376/32770624 swapFree=66959728/67108860
[pid=19974] ppid=19971 vsize=10820196 memory=52204 CPUtime=0.4 cores=1,3,5,7
/proc/19974/stat : 19974 (java) S 19971 19974 17320 0 -1 1077944320 10489 13331 0 0 30 3 4 3 20 0 15 0 444221797 11079880704 13051 33554432000 4194304 4196468 140727262257072 140727262239616 139934219210487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
/proc/19974/statm: 2705049 13051 3307 1 0 2667149 0
[pid=19974/tid=20027] ppid=19971 vsize=10820220 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/19974/task/20027/stat : 20027 (java) R 19971 19974 17320 0 -1 4202560 6983 13331 0 0 19 2 4 3 20 0 15 0 444221806 11079905280 13051 33554432000 4194304 4196468 140727262257072 139934191031888 139934211888501 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20028] ppid=19971 vsize=10820264 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20028/stat : 20028 (java) S 19971 19974 17320 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444221807 11079950336 13051 33554432000 4194304 4196468 140727262257072 139934223452560 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20029] ppid=19971 vsize=10820264 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20029/stat : 20029 (java) S 19971 19974 17320 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444221807 11079950336 13051 33554432000 4194304 4196468 140727262257072 139934138272016 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20030] ppid=19971 vsize=10820264 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20030/stat : 20030 (java) S 19971 19974 17320 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444221807 11079950336 13051 33554432000 4194304 4196468 140727262257072 139934137219728 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20031] ppid=19971 vsize=10820264 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20031/stat : 20031 (java) S 19971 19974 17320 0 -1 1077944384 2 13331 0 0 0 0 4 3 20 0 15 0 444221807 11079950336 13051 33554432000 4194304 4196468 140727262257072 139934136166928 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20032] ppid=19971 vsize=10820264 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20032/stat : 20032 (java) S 19971 19974 17320 0 -1 1077944384 2 13331 0 0 0 0 4 3 20 0 15 0 444221809 11079950336 13051 33554432000 4194304 4196468 140727262257072 139933745879664 139934219221634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20033] ppid=19971 vsize=10820264 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20033/stat : 20033 (java) S 19971 19974 17320 0 -1 1077944384 13 13331 0 0 0 0 4 3 20 0 15 0 444221809 11079950336 13051 33554432000 4194304 4196468 140727262257072 139933658375456 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20034] ppid=19971 vsize=10820264 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20034/stat : 20034 (java) S 19971 19974 17320 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444221809 11079950336 13051 33554432000 4194304 4196468 140727262257072 139933054396016 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20035] ppid=19971 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20035/stat : 20035 (java) S 19971 19974 17320 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444221812 11079954432 13051 33554432000 4194304 4196468 140727262257072 139932746996304 139934219229083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20036] ppid=19971 vsize=10820268 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19974/task/20036/stat : 20036 (java) S 19971 19974 17320 0 -1 1077944384 485 13331 0 0 2 0 4 3 20 0 15 0 444221812 11079954432 13051 33554432000 4194304 4196468 140727262257072 139933744826480 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20037] ppid=19971 vsize=10820268 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19974/task/20037/stat : 20037 (java) S 19971 19974 17320 0 -1 1077944384 190 13331 0 0 1 0 4 3 20 0 15 0 444221812 11079954432 13051 33554432000 4194304 4196468 140727262257072 139933743773680 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20038] ppid=19971 vsize=10820268 memory=140458540406400 CPUtime=0.12 cores=1,3,5,7
/proc/19974/task/20038/stat : 20038 (java) S 19971 19974 17320 0 -1 1077944384 605 13331 0 0 5 0 4 3 20 0 15 0 444221812 11079954432 13051 33554432000 4194304 4196468 140727262257072 139933742721392 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20039] ppid=19971 vsize=10820268 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20039/stat : 20039 (java) S 19971 19974 17320 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444221812 11079954432 13051 33554432000 4194304 4196468 140727262257072 139932713437664 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20040] ppid=19971 vsize=10820268 memory=140458540406400 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20040/stat : 20040 (java) S 19971 19974 17320 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444221812 11079954432 13051 33554432000 4194304 4196468 140727262257072 139933741669296 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52204 KiB

[startup+0.704056 s]
/proc/loadavg: 1.38 1.33 1.33 3/230 20040
/proc/meminfo: memFree=27730200/32770624 swapFree=66959728/67108860
[pid=19974] ppid=19971 vsize=10824364 memory=85644 CPUtime=1.14 cores=1,3,5,7
/proc/19974/stat : 19974 (java) S 19971 19974 17320 0 -1 1077944320 15133 13331 0 0 102 5 4 3 20 0 15 0 444221797 11084148736 21411 33554432000 4194304 4196468 140727262257072 140727262239616 139934219210487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
/proc/19974/statm: 2706091 21411 3496 1 0 2668173 0
[pid=19974/tid=20027] ppid=19971 vsize=10824364 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/19974/task/20027/stat : 20027 (java) R 19971 19974 17320 0 -1 4202560 10542 13331 0 0 55 4 4 3 20 0 15 0 444221806 11084148736 21411 33554432000 4194304 4196468 140727262257072 139934191037440 139934203290974 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20028] ppid=19971 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20028/stat : 20028 (java) S 19971 19974 17320 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444221807 11084148736 21411 33554432000 4194304 4196468 140727262257072 139934223452560 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20029] ppid=19971 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20029/stat : 20029 (java) S 19971 19974 17320 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444221807 11084148736 21411 33554432000 4194304 4196468 140727262257072 139934138272016 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20030] ppid=19971 vsize=10824364 memory=140458382734128 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20030/stat : 20030 (java) S 19971 19974 17320 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444221807 11084148736 21411 33554432000 4194304 4196468 140727262257072 139934137219728 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20031] ppid=19971 vsize=10824364 memory=140462610448964 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20031/stat : 20031 (java) S 19971 19974 17320 0 -1 1077944384 2 13331 0 0 0 0 4 3 20 0 15 0 444221807 11084148736 21411 33554432000 4194304 4196468 140727262257072 139934136166928 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20032] ppid=19971 vsize=10824364 memory=2828 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20032/stat : 20032 (java) S 19971 19974 17320 0 -1 1077944384 5 13331 0 0 0 0 4 3 20 0 15 0 444221809 11084148736 21411 33554432000 4194304 4196468 140727262257072 139933745879664 139934219221634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20033] ppid=19971 vsize=10824364 memory=7302135314614015848 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20033/stat : 20033 (java) S 19971 19974 17320 0 -1 1077944384 13 13331 0 0 0 0 4 3 20 0 15 0 444221809 11084148736 21411 33554432000 4194304 4196468 140727262257072 139933658375456 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20034] ppid=19971 vsize=10824364 memory=7739276948478061159 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20034/stat : 20034 (java) S 19971 19974 17320 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444221809 11084148736 21411 33554432000 4194304 4196468 140727262257072 139933054396016 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20035] ppid=19971 vsize=10824364 memory=14004 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20035/stat : 20035 (java) S 19971 19974 17320 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444221812 11084148736 21411 33554432000 4194304 4196468 140727262257072 139932746996304 139934219229083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20036] ppid=19971 vsize=10824364 memory=25640 CPUtime=0.2 cores=1,3,5,7
/proc/19974/task/20036/stat : 20036 (java) R 19971 19974 17320 0 -1 4202560 843 13331 0 0 13 0 4 3 20 0 15 0 444221812 11084148736 21411 33554432000 4194304 4196468 140727262257072 139933744813680 139934204336279 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20037] ppid=19971 vsize=10824364 memory=14048 CPUtime=0.22 cores=1,3,5,7
/proc/19974/task/20037/stat : 20037 (java) R 19971 19974 17320 0 -1 4202560 660 13331 0 0 15 0 4 3 20 0 15 0 444221812 11084148736 21411 33554432000 4194304 4196468 140727262257072 139933743773680 139934204138808 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20038] ppid=19971 vsize=10824364 memory=2124 CPUtime=0.24 cores=1,3,5,7
/proc/19974/task/20038/stat : 20038 (java) R 19971 19974 17320 0 -1 4202560 854 13331 0 0 17 0 4 3 20 0 15 0 444221812 11084148736 21411 33554432000 4194304 4196468 140727262257072 139933742721392 139934219231834 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20039] ppid=19971 vsize=10824364 memory=500 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20039/stat : 20039 (java) S 19971 19974 17320 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444221812 11084148736 21411 33554432000 4194304 4196468 140727262257072 139932713437664 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20040] ppid=19971 vsize=10824364 memory=1556 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20040/stat : 20040 (java) S 19971 19974 17320 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444221812 11084148736 21411 33554432000 4194304 4196468 140727262257072 139933741669296 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85644 KiB

[startup+1.50067 s]
/proc/loadavg: 1.38 1.33 1.33 4/230 20040
/proc/meminfo: memFree=27684960/32770624 swapFree=66959728/67108860
[pid=19974] ppid=19971 vsize=10834680 memory=173224 CPUtime=2.46 cores=1,3,5,7
/proc/19974/stat : 19974 (java) S 19971 19974 17320 0 -1 1077944320 21742 13331 0 0 229 10 4 3 20 0 15 0 444221797 11094712320 43306 33554432000 4194304 4196468 140727262257072 140727262239616 139934219210487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
/proc/19974/statm: 2708670 43306 3578 1 0 2670733 0
[pid=19974/tid=20027] ppid=19971 vsize=10834680 memory=69500 CPUtime=1.42 cores=1,3,5,7
/proc/19974/task/20027/stat : 20027 (java) R 19971 19974 17320 0 -1 4202560 15373 13331 0 0 129 6 4 3 20 0 15 0 444221806 11094712320 43306 33554432000 4194304 4196468 140727262257072 139934191010352 139934219222422 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20028] ppid=19971 vsize=10834680 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/19974/task/20028/stat : 20028 (java) S 19971 19974 17320 0 -1 1077944384 58 13331 0 0 1 0 4 3 20 0 15 0 444221807 11094712320 43306 33554432000 4194304 4196468 140727262257072 139934223452560 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20029] ppid=19971 vsize=10834680 memory=280916765499552 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20029/stat : 20029 (java) S 19971 19974 17320 0 -1 1077944384 348 13331 0 0 0 0 4 3 20 0 15 0 444221807 11094712320 43306 33554432000 4194304 4196468 140727262257072 139934138272016 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20030] ppid=19971 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19974/task/20030/stat : 20030 (java) S 19971 19974 17320 0 -1 1077944384 28 13331 0 0 1 0 4 3 20 0 15 0 444221807 11094712320 43306 33554432000 4194304 4196468 140727262257072 139934137219728 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20031] ppid=19971 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19974/task/20031/stat : 20031 (java) S 19971 19974 17320 0 -1 1077944384 73 13331 0 0 1 0 4 3 20 0 15 0 444221807 11094712320 43306 33554432000 4194304 4196468 140727262257072 139934136166928 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20032] ppid=19971 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19974/task/20032/stat : 20032 (java) S 19971 19974 17320 0 -1 1077944384 137 13331 0 0 1 0 4 3 20 0 15 0 444221809 11094712320 43306 33554432000 4194304 4196468 140727262257072 139933745879664 139934219221634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20033] ppid=19971 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20033/stat : 20033 (java) S 19971 19974 17320 0 -1 1077944384 14 13331 0 0 0 0 4 3 20 0 15 0 444221809 11094712320 43306 33554432000 4194304 4196468 140727262257072 139933658375456 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20034] ppid=19971 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20034/stat : 20034 (java) S 19971 19974 17320 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444221809 11094712320 43306 33554432000 4194304 4196468 140727262257072 139933054396032 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20035] ppid=19971 vsize=10834680 memory=-1088251628401078322 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20035/stat : 20035 (java) S 19971 19974 17320 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444221812 11094712320 43306 33554432000 4194304 4196468 140727262257072 139932746996304 139934219229083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20036] ppid=19971 vsize=10834680 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/19974/task/20036/stat : 20036 (java) S 19971 19974 17320 0 -1 1077944384 1089 13331 0 0 24 0 4 3 20 0 15 0 444221812 11094712320 43306 33554432000 4194304 4196468 140727262257072 139933744826480 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20037] ppid=19971 vsize=10834680 memory=10 CPUtime=0.33 cores=1,3,5,7
/proc/19974/task/20037/stat : 20037 (java) S 19971 19974 17320 0 -1 1077944384 797 13331 0 0 26 0 4 3 20 0 15 0 444221812 11094712320 43306 33554432000 4194304 4196468 140727262257072 139933743773680 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20038] ppid=19971 vsize=10834680 memory=6791534058613427641 CPUtime=0.49 cores=1,3,5,7
/proc/19974/task/20038/stat : 20038 (java) R 19971 19974 17320 0 -1 4202560 1613 13331 0 0 42 0 4 3 20 0 15 0 444221812 11094712320 43306 33554432000 4194304 4196468 140727262257072 139933742721392 139934197575148 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20039] ppid=19971 vsize=10834680 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20039/stat : 20039 (java) S 19971 19974 17320 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444221812 11094712320 43306 33554432000 4194304 4196468 140727262257072 139932713437664 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20040] ppid=19971 vsize=10834680 memory=280916765744000 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20040/stat : 20040 (java) S 19971 19974 17320 0 -1 1077944384 1 13331 0 0 0 0 4 3 20 0 15 0 444221812 11094712320 43306 33554432000 4194304 4196468 140727262257072 139933741669296 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834680 KiB

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

[pid=19974/tid=20039] ppid=19971 vsize=10846988 memory=2124 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20039/stat : 20039 (java) S 19971 19974 17320 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444221812 11107315712 166395 33554432000 4194304 4196468 140727262257072 139932713437664 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20040] ppid=19971 vsize=10846988 memory=500 CPUtime=0.19 cores=1,3,5,7
/proc/19974/task/20040/stat : 20040 (java) S 19971 19974 17320 0 -1 1077944384 655 13331 0 0 5 7 4 3 20 0 15 0 444221812 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933741669296 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
Current children cumulated CPU time: 234.62 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 665580 KiB

[startup+225.601 s]
/proc/loadavg: 1.30 1.28 1.31 3/228 20057
/proc/meminfo: memFree=27127424/32770624 swapFree=66959728/67108860
[pid=19974] ppid=19971 vsize=10846988 memory=665580 CPUtime=236.23 cores=1,3,5,7
/proc/19974/stat : 19974 (java) S 19971 19974 17320 0 -1 1077944320 105813 13331 0 0 23560 56 4 3 20 0 15 0 444221797 11107315712 166395 33554432000 4194304 4196468 140727262257072 140727262239616 139934219210487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
/proc/19974/statm: 2711747 166395 3632 1 0 2673805 0
[pid=19974/tid=20027] ppid=19971 vsize=10846988 memory=4126316290023845779 CPUtime=223.9 cores=1,3,5,7
/proc/19974/task/20027/stat : 20027 (java) R 19971 19974 17320 0 -1 4202560 31664 13331 0 0 22366 17 4 3 20 0 15 0 444221806 11107315712 166395 33554432000 4194304 4196468 140727262257072 139934191045824 139933822398273 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20028] ppid=19971 vsize=10846988 memory=2648 CPUtime=0.75 cores=1,3,5,7
/proc/19974/task/20028/stat : 20028 (java) S 19971 19974 17320 0 -1 1077944384 4051 13331 0 0 63 5 4 3 20 0 15 0 444221807 11107315712 166395 33554432000 4194304 4196468 140727262257072 139934223452560 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20029] ppid=19971 vsize=10846988 memory=665580 CPUtime=0.74 cores=1,3,5,7
/proc/19974/task/20029/stat : 20029 (java) S 19971 19974 17320 0 -1 1077944384 3954 13331 0 0 62 5 4 3 20 0 15 0 444221807 11107315712 166395 33554432000 4194304 4196468 140727262257072 139934138272016 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20030] ppid=19971 vsize=10846988 memory=0 CPUtime=0.77 cores=1,3,5,7
/proc/19974/task/20030/stat : 20030 (java) S 19971 19974 17320 0 -1 1077944384 1849 13331 0 0 64 6 4 3 20 0 15 0 444221807 11107315712 166395 33554432000 4194304 4196468 140727262257072 139934137219728 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20031] ppid=19971 vsize=10846988 memory=12 CPUtime=0.75 cores=1,3,5,7
/proc/19974/task/20031/stat : 20031 (java) S 19971 19974 17320 0 -1 1077944384 1750 13331 0 0 63 5 4 3 20 0 15 0 444221807 11107315712 166395 33554432000 4194304 4196468 140727262257072 139934136166928 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20032] ppid=19971 vsize=10846988 memory=665580 CPUtime=0.78 cores=1,3,5,7
/proc/19974/task/20032/stat : 20032 (java) S 19971 19974 17320 0 -1 1077944384 3926 13331 0 0 66 5 4 3 20 0 15 0 444221809 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933745879664 139934219221634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20033] ppid=19971 vsize=10846988 memory=10604 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20033/stat : 20033 (java) S 19971 19974 17320 0 -1 1077944384 19 13331 0 0 0 0 4 3 20 0 15 0 444221809 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933658375520 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20034] ppid=19971 vsize=10846988 memory=4160 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20034/stat : 20034 (java) S 19971 19974 17320 0 -1 1077944384 7 13331 0 0 0 0 4 3 20 0 15 0 444221809 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933054396032 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20035] ppid=19971 vsize=10846988 memory=776 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20035/stat : 20035 (java) S 19971 19974 17320 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444221812 11107315712 166395 33554432000 4194304 4196468 140727262257072 139932746996304 139934219229083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20036] ppid=19971 vsize=10846988 memory=1564 CPUtime=3.38 cores=1,3,5,7
/proc/19974/task/20036/stat : 20036 (java) S 19971 19974 17320 0 -1 1077944384 22435 13331 0 0 328 3 4 3 20 0 15 0 444221812 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933744826480 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20037] ppid=19971 vsize=10846988 memory=6791534058613427641 CPUtime=3.62 cores=1,3,5,7
/proc/19974/task/20037/stat : 20037 (java) S 19971 19974 17320 0 -1 1077944384 17935 13331 0 0 354 1 4 3 20 0 15 0 444221812 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933743773680 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20038] ppid=19971 vsize=10846988 memory=1060 CPUtime=1.86 cores=1,3,5,7
/proc/19974/task/20038/stat : 20038 (java) S 19971 19974 17320 0 -1 1077944384 15358 13331 0 0 175 4 4 3 20 0 15 0 444221812 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933742721392 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20039] ppid=19971 vsize=10846988 memory=2828 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20039/stat : 20039 (java) S 19971 19974 17320 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444221812 11107315712 166395 33554432000 4194304 4196468 140727262257072 139932713437664 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20040] ppid=19971 vsize=10846988 memory=1216 CPUtime=0.19 cores=1,3,5,7
/proc/19974/task/20040/stat : 20040 (java) S 19971 19974 17320 0 -1 1077944384 655 13331 0 0 5 7 4 3 20 0 15 0 444221812 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933741669296 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
Current children cumulated CPU time: 236.23 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 665580 KiB

[startup+226.401 s]
/proc/loadavg: 1.35 1.29 1.32 3/228 20057
/proc/meminfo: memFree=27127424/32770624 swapFree=66959728/67108860
[pid=19974] ppid=19971 vsize=10846988 memory=665580 CPUtime=237.04 cores=1,3,5,7
/proc/19974/stat : 19974 (java) S 19971 19974 17320 0 -1 1077944320 105818 13331 0 0 23641 56 4 3 20 0 15 0 444221797 11107315712 166395 33554432000 4194304 4196468 140727262257072 140727262239616 139934219210487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
/proc/19974/statm: 2711747 166395 3632 1 0 2673805 0
[pid=19974/tid=20027] ppid=19971 vsize=10846988 memory=665580 CPUtime=224.69 cores=1,3,5,7
/proc/19974/task/20027/stat : 20027 (java) R 19971 19974 17320 0 -1 4202560 31669 13331 0 0 22445 17 4 3 20 0 15 0 444221806 11107315712 166395 33554432000 4194304 4196468 140727262257072 139934191046480 139933813214220 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20028] ppid=19971 vsize=10846988 memory=665580 CPUtime=0.76 cores=1,3,5,7
/proc/19974/task/20028/stat : 20028 (java) S 19971 19974 17320 0 -1 1077944384 4051 13331 0 0 64 5 4 3 20 0 15 0 444221807 11107315712 166395 33554432000 4194304 4196468 140727262257072 139934223452560 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20029] ppid=19971 vsize=10846988 memory=6791534058613427641 CPUtime=0.75 cores=1,3,5,7
/proc/19974/task/20029/stat : 20029 (java) S 19971 19974 17320 0 -1 1077944384 3954 13331 0 0 63 5 4 3 20 0 15 0 444221807 11107315712 166395 33554432000 4194304 4196468 140727262257072 139934138272016 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20030] ppid=19971 vsize=10846988 memory=2124 CPUtime=0.77 cores=1,3,5,7
/proc/19974/task/20030/stat : 20030 (java) S 19971 19974 17320 0 -1 1077944384 1849 13331 0 0 64 6 4 3 20 0 15 0 444221807 11107315712 166395 33554432000 4194304 4196468 140727262257072 139934137219728 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20031] ppid=19971 vsize=10846988 memory=6791534058613427641 CPUtime=0.75 cores=1,3,5,7
/proc/19974/task/20031/stat : 20031 (java) S 19971 19974 17320 0 -1 1077944384 1750 13331 0 0 63 5 4 3 20 0 15 0 444221807 11107315712 166395 33554432000 4194304 4196468 140727262257072 139934136166928 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20032] ppid=19971 vsize=10846988 memory=1660 CPUtime=0.78 cores=1,3,5,7
/proc/19974/task/20032/stat : 20032 (java) S 19971 19974 17320 0 -1 1077944384 3926 13331 0 0 66 5 4 3 20 0 15 0 444221809 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933745879664 139934219221634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20033] ppid=19971 vsize=10846988 memory=47980 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20033/stat : 20033 (java) S 19971 19974 17320 0 -1 1077944384 19 13331 0 0 0 0 4 3 20 0 15 0 444221809 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933658375520 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20034] ppid=19971 vsize=10846988 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20034/stat : 20034 (java) S 19971 19974 17320 0 -1 1077944384 7 13331 0 0 0 0 4 3 20 0 15 0 444221809 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933054396032 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20035] ppid=19971 vsize=10846988 memory=2008 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20035/stat : 20035 (java) S 19971 19974 17320 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444221812 11107315712 166395 33554432000 4194304 4196468 140727262257072 139932746996304 139934219229083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20036] ppid=19971 vsize=10846988 memory=1436 CPUtime=3.38 cores=1,3,5,7
/proc/19974/task/20036/stat : 20036 (java) S 19971 19974 17320 0 -1 1077944384 22435 13331 0 0 328 3 4 3 20 0 15 0 444221812 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933744826480 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20037] ppid=19971 vsize=10846988 memory=6791534058613427641 CPUtime=3.62 cores=1,3,5,7
/proc/19974/task/20037/stat : 20037 (java) S 19971 19974 17320 0 -1 1077944384 17935 13331 0 0 354 1 4 3 20 0 15 0 444221812 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933743773680 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20038] ppid=19971 vsize=10846988 memory=1772 CPUtime=1.86 cores=1,3,5,7
/proc/19974/task/20038/stat : 20038 (java) S 19971 19974 17320 0 -1 1077944384 15358 13331 0 0 175 4 4 3 20 0 15 0 444221812 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933742721392 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20039] ppid=19971 vsize=10846988 memory=832 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20039/stat : 20039 (java) S 19971 19974 17320 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444221812 11107315712 166395 33554432000 4194304 4196468 140727262257072 139932713437664 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20040] ppid=19971 vsize=10846988 memory=1436 CPUtime=0.19 cores=1,3,5,7
/proc/19974/task/20040/stat : 20040 (java) S 19971 19974 17320 0 -1 1077944384 655 13331 0 0 5 7 4 3 20 0 15 0 444221812 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933741669296 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
Current children cumulated CPU time: 237.04 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 665580 KiB

[startup+226.801 s]
/proc/loadavg: 1.35 1.29 1.32 3/228 20057
/proc/meminfo: memFree=27127424/32770624 swapFree=66959728/67108860
[pid=19974] ppid=19971 vsize=10846988 memory=665580 CPUtime=237.44 cores=1,3,5,7
/proc/19974/stat : 19974 (java) S 19971 19974 17320 0 -1 1077944320 105821 13331 0 0 23681 56 4 3 20 0 15 0 444221797 11107315712 166395 33554432000 4194304 4196468 140727262257072 140727262239616 139934219210487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
/proc/19974/statm: 2711747 166395 3632 1 0 2673805 0
[pid=19974/tid=20027] ppid=19971 vsize=10846988 memory=288230583166042426 CPUtime=225.09 cores=1,3,5,7
/proc/19974/task/20027/stat : 20027 (java) R 19971 19974 17320 0 -1 4202560 31671 13331 0 0 22485 17 4 3 20 0 15 0 444221806 11107315712 166395 33554432000 4194304 4196468 140727262257072 139934191045504 139933823865107 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20028] ppid=19971 vsize=10846988 memory=15261432686053804 CPUtime=0.76 cores=1,3,5,7
/proc/19974/task/20028/stat : 20028 (java) S 19971 19974 17320 0 -1 1077944384 4051 13331 0 0 64 5 4 3 20 0 15 0 444221807 11107315712 166395 33554432000 4194304 4196468 140727262257072 139934223452560 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20029] ppid=19971 vsize=10846988 memory=2580 CPUtime=0.75 cores=1,3,5,7
/proc/19974/task/20029/stat : 20029 (java) S 19971 19974 17320 0 -1 1077944384 3955 13331 0 0 63 5 4 3 20 0 15 0 444221807 11107315712 166395 33554432000 4194304 4196468 140727262257072 139934138272016 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20030] ppid=19971 vsize=10846988 memory=1760 CPUtime=0.77 cores=1,3,5,7
/proc/19974/task/20030/stat : 20030 (java) S 19971 19974 17320 0 -1 1077944384 1849 13331 0 0 64 6 4 3 20 0 15 0 444221807 11107315712 166395 33554432000 4194304 4196468 140727262257072 139934137219728 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20031] ppid=19971 vsize=10846988 memory=6791534058613427641 CPUtime=0.75 cores=1,3,5,7
/proc/19974/task/20031/stat : 20031 (java) S 19971 19974 17320 0 -1 1077944384 1750 13331 0 0 63 5 4 3 20 0 15 0 444221807 11107315712 166395 33554432000 4194304 4196468 140727262257072 139934136166928 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20032] ppid=19971 vsize=10846988 memory=3848 CPUtime=0.78 cores=1,3,5,7
/proc/19974/task/20032/stat : 20032 (java) S 19971 19974 17320 0 -1 1077944384 3926 13331 0 0 66 5 4 3 20 0 15 0 444221809 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933745879664 139934219221634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20033] ppid=19971 vsize=10846988 memory=2648 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20033/stat : 20033 (java) S 19971 19974 17320 0 -1 1077944384 19 13331 0 0 0 0 4 3 20 0 15 0 444221809 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933658375520 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20034] ppid=19971 vsize=10846988 memory=2628 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20034/stat : 20034 (java) S 19971 19974 17320 0 -1 1077944384 7 13331 0 0 0 0 4 3 20 0 15 0 444221809 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933054396032 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20035] ppid=19971 vsize=10846988 memory=4104 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20035/stat : 20035 (java) S 19971 19974 17320 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444221812 11107315712 166395 33554432000 4194304 4196468 140727262257072 139932746996304 139934219229083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20036] ppid=19971 vsize=10846988 memory=1412 CPUtime=3.38 cores=1,3,5,7
/proc/19974/task/20036/stat : 20036 (java) S 19971 19974 17320 0 -1 1077944384 22435 13331 0 0 328 3 4 3 20 0 15 0 444221812 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933744826480 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20037] ppid=19971 vsize=10846988 memory=3200 CPUtime=3.62 cores=1,3,5,7
/proc/19974/task/20037/stat : 20037 (java) S 19971 19974 17320 0 -1 1077944384 17935 13331 0 0 354 1 4 3 20 0 15 0 444221812 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933743773680 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20038] ppid=19971 vsize=10846988 memory=732624 CPUtime=1.86 cores=1,3,5,7
/proc/19974/task/20038/stat : 20038 (java) S 19971 19974 17320 0 -1 1077944384 15358 13331 0 0 175 4 4 3 20 0 15 0 444221812 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933742721392 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20039] ppid=19971 vsize=10846988 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20039/stat : 20039 (java) S 19971 19974 17320 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444221812 11107315712 166395 33554432000 4194304 4196468 140727262257072 139932713437664 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20040] ppid=19971 vsize=10846988 memory=665580 CPUtime=0.19 cores=1,3,5,7
/proc/19974/task/20040/stat : 20040 (java) S 19971 19974 17320 0 -1 1077944384 655 13331 0 0 5 7 4 3 20 0 15 0 444221812 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933741669296 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
Current children cumulated CPU time: 237.44 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 665580 KiB

[startup+227.001 s]*
/proc/loadavg: 1.35 1.29 1.32 3/228 20057
/proc/meminfo: memFree=27127424/32770624 swapFree=66959728/67108860
[pid=19974] ppid=19971 vsize=10846988 memory=665580 CPUtime=237.65 cores=1,3,5,7
/proc/19974/stat : 19974 (java) S 19971 19974 17320 0 -1 1077944320 105822 13331 0 0 23702 56 4 3 20 0 15 0 444221797 11107315712 166395 33554432000 4194304 4196468 140727262257072 140727262239616 139934219210487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
/proc/19974/statm: 2711747 166395 3632 1 0 2673805 0
[pid=19974/tid=20027] ppid=19971 vsize=10846988 memory=4026532047 CPUtime=225.3 cores=1,3,5,7
/proc/19974/task/20027/stat : 20027 (java) R 19971 19974 17320 0 -1 4202560 31672 13331 0 0 22506 17 4 3 20 0 15 0 444221806 11107315712 166395 33554432000 4194304 4196468 140727262257072 139934191045456 139933824901527 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20028] ppid=19971 vsize=10846988 memory=0 CPUtime=0.76 cores=1,3,5,7
/proc/19974/task/20028/stat : 20028 (java) S 19971 19974 17320 0 -1 1077944384 4051 13331 0 0 64 5 4 3 20 0 15 0 444221807 11107315712 166395 33554432000 4194304 4196468 140727262257072 139934223452560 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20029] ppid=19971 vsize=10846988 memory=140458540419117 CPUtime=0.75 cores=1,3,5,7
/proc/19974/task/20029/stat : 20029 (java) S 19971 19974 17320 0 -1 1077944384 3955 13331 0 0 63 5 4 3 20 0 15 0 444221807 11107315712 166395 33554432000 4194304 4196468 140727262257072 139934138272016 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20030] ppid=19971 vsize=10846988 memory=7232886968738802340 CPUtime=0.77 cores=1,3,5,7
/proc/19974/task/20030/stat : 20030 (java) S 19971 19974 17320 0 -1 1077944384 1849 13331 0 0 64 6 4 3 20 0 15 0 444221807 11107315712 166395 33554432000 4194304 4196468 140727262257072 139934137219728 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20031] ppid=19971 vsize=10846988 memory=-7595718148000617580 CPUtime=0.75 cores=1,3,5,7
/proc/19974/task/20031/stat : 20031 (java) S 19971 19974 17320 0 -1 1077944384 1750 13331 0 0 63 5 4 3 20 0 15 0 444221807 11107315712 166395 33554432000 4194304 4196468 140727262257072 139934136166928 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20032] ppid=19971 vsize=10846988 memory=0 CPUtime=0.78 cores=1,3,5,7
/proc/19974/task/20032/stat : 20032 (java) S 19971 19974 17320 0 -1 1077944384 3926 13331 0 0 66 5 4 3 20 0 15 0 444221809 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933745879664 139934219221634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20033] ppid=19971 vsize=10846988 memory=115589119 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20033/stat : 20033 (java) S 19971 19974 17320 0 -1 1077944384 19 13331 0 0 0 0 4 3 20 0 15 0 444221809 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933658375520 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20034] ppid=19971 vsize=10846988 memory=333429561 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20034/stat : 20034 (java) S 19971 19974 17320 0 -1 1077944384 7 13331 0 0 0 0 4 3 20 0 15 0 444221809 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933054396032 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20035] ppid=19971 vsize=10846988 memory=3054156605267021189 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20035/stat : 20035 (java) S 19971 19974 17320 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444221812 11107315712 166395 33554432000 4194304 4196468 140727262257072 139932746996304 139934219229083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20036] ppid=19971 vsize=10846988 memory=0 CPUtime=3.38 cores=1,3,5,7
/proc/19974/task/20036/stat : 20036 (java) S 19971 19974 17320 0 -1 1077944384 22435 13331 0 0 328 3 4 3 20 0 15 0 444221812 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933744826480 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20037] ppid=19971 vsize=10846988 memory=3833443103590725681 CPUtime=3.62 cores=1,3,5,7
/proc/19974/task/20037/stat : 20037 (java) S 19971 19974 17320 0 -1 1077944384 17935 13331 0 0 354 1 4 3 20 0 15 0 444221812 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933743773680 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20038] ppid=19971 vsize=10846988 memory=7378837859481437872 CPUtime=1.86 cores=1,3,5,7
/proc/19974/task/20038/stat : 20038 (java) S 19971 19974 17320 0 -1 1077944384 15358 13331 0 0 175 4 4 3 20 0 15 0 444221812 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933742721392 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20039] ppid=19971 vsize=10846988 memory=4830726568193044527 CPUtime=0.07 cores=1,3,5,7
/proc/19974/task/20039/stat : 20039 (java) S 19971 19974 17320 0 -1 1077944384 3 13331 0 0 0 0 4 3 20 0 15 0 444221812 11107315712 166395 33554432000 4194304 4196468 140727262257072 139932713437664 139934219220693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
[pid=19974/tid=20040] ppid=19971 vsize=10846988 memory=3472464356721575600 CPUtime=0.19 cores=1,3,5,7
/proc/19974/task/20040/stat : 20040 (java) S 19971 19974 17320 0 -1 1077944384 655 13331 0 0 5 7 4 3 20 0 15 0 444221812 11107315712 166395 33554432000 4194304 4196468 140727262257072 139933741669296 139934219221634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140727262264048 140727262266565 140727262266565 140727262269391 0
Current children cumulated CPU time: 237.65 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 665580 KiB

Child status: 0
Real time (s): 227.117
CPU time (s): 237.787
CPU user time (s): 237.171
CPU system time (s): 0.615319
CPU usage (%): 104.698
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 678760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 237.171
system time used= 0.615319
maximum resident set size= 680808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120496
page faults= 0
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25360
involuntary context switches= 507


# summary of solver processes directly reported to runsolver:
#   pid: 19974
#   total CPU time (s): 237.787
#   total CPU user time (s): 237.171
#   total CPU system time (s): 0.615319

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.35556 second user time and 2.25775 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-17 03:12:56
IDJOB=4401386
IDBENCH=128773
IDSOLVER=2858
FILE ID=node124/4401386-1568682816
RUNJOBID= node124-1568673291-17352
PBS_JOBID= 21703786
Free space on /tmp= 61776 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j90/Rcpsp-j90-06-08.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401386-1568682816/watcher-4401386-1568682816 -o /tmp/evaluation-result-4401386-1568682816/solver-4401386-1568682816 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568673291-17352 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=491185228 HOME/instance-4401386-1568682816.xml

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

MD5SUM BENCH= 8d7da43fda8420e04b4d8dcd0c7711ab
RANDOM SEED=491185228

node124.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.47
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.47
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.47
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.47
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:        27785364 kB
MemAvailable:   31125036 kB
Buffers:          227248 kB
Cached:          3400360 kB
SwapCached:        46376 kB
Active:          1836148 kB
Inactive:        2558912 kB
Active(anon):     719148 kB
Inactive(anon):    97996 kB
Active(file):    1117000 kB
Inactive(file):  2460916 kB
Unevictable:      107732 kB
Mlocked:          107732 kB
SwapTotal:      67108860 kB
SwapFree:       66959728 kB
Dirty:             35388 kB
Writeback:            16 kB
AnonPages:        830424 kB
Mapped:            62096 kB
Shmem:             40944 kB
Slab:             185132 kB
SReclaimable:     155184 kB
SUnreclaim:        29948 kB
KernelStack:        3760 kB
PageTables:         6876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1970248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    630784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61744 MiB
End job on node124 at 2019-09-17 03:16:43