Trace number 4401444

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.2OPT3 1130.06 1105.85

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n1c1w4k.xml
MD5SUMbade4ae5f74057612f70883ad9768226
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark6.15173
Satisfiable
(Un)Satisfiability was proved
Number of variables89
Number of constraints91
Number of domains2
Minimum domain size39
Maximum domain size45
Distribution of domain sizes[{"size":39,"count":88},{"size":45,"count":1}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":44},{"degree":5,"count":44}]
Minimum constraint arity2
Maximum constraint arity88
Distribution of constraint arities[{"arity":2,"count":88},{"arity":45,"count":1},{"arity":88,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":44},{"type":"lex","count":1},{"type":"sum","count":44},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax 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.56	c Concrete v3.12.2.1568631193530 running
269.44/257.07	o 2
290.70/277.85	o 3
1129.99/1105.84	v <instantiation
1129.99/1105.84	v         cost = '3'>
1129.99/1105.84	v       <list>
1129.99/1105.84	v         x b[0][0] b[0][1] b[1][0] b[1][1] b[2][0] b[2][1] b[3][0] b[3][1] b[4][0] b[4][1] b[5][0] b[5][1] b[6][0] b[6][1] b[7][0] b[7][1] b[8][0] b[8][1] b[9][0] b[9][1] b[10][0] b[10][1] b[11][0] b[11][1] b[12][0] b[12][1] b[13][0] b[13][1] b[14][0] b[14][1] b[15][0] b[15][1] b[16][0] b[16][1] b[17][0] b[17][1] b[18][0] b[18][1] b[19][0] b[19][1] b[20][0] b[20][1] b[21][0] b[21][1] b[22][0] b[22][1] b[23][0] b[23][1] b[24][0] b[24][1] b[25][0] b[25][1] b[26][0] b[26][1] b[27][0] b[27][1] b[28][0] b[28][1] b[29][0] b[29][1] b[30][0] b[30][1] b[31][0] b[31][1] b[32][0] b[32][1] b[33][0] b[33][1] b[34][0] b[34][1] b[35][0] b[35][1] b[36][0] b[36][1] b[37][0] b[37][1] b[38][0] b[38][1] b[39][0] b[39][1] b[40][0] b[40][1] b[41][0] b[41][1] b[42][0] b[42][1] b[43][0] b[43][1]
1129.99/1105.84	v       </list>
1129.99/1105.84	v       <values>
1129.99/1105.84	v         3 100 0 98 0 95 0 94 0 94 0 94 0 93 0 92 0 87 0 85 0 85 0 84 0 83 0 82 0 81 0 78 0 78 0 75 0 73 0 72 0 71 0 71 0 70 0 70 0 68 0 67 0 67 0 66 0 65 0 64 0 60 0 59 0 58 35 57 43 56 43 56 43 56 37 55 45 55 36 54 46 51 49 0 0 0 0 0 0
1129.99/1105.84	v       </values>
1129.99/1105.84	v     </instantiation>
1129.99/1105.84	s OPTIMUM FOUND

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401444-1568687615/watcher-4401444-1568687615 -o /tmp/evaluation-result-4401444-1568687615/solver-4401444-1568687615 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568673289-15738 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1545093772 HOME/instance-4401444-1568687615.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=19990, runsolver pid=19987

[startup+0.100165 s]*
/proc/loadavg: 1.58 1.53 1.51 3/218 20047
/proc/meminfo: memFree=31027640/32770624 swapFree=66976788/67108860
[pid=19990] ppid=19987 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/19990/stat : 19990 (java) S 19987 19990 15707 0 -1 1077944320 4438 13077 0 0 1 0 5 3 20 0 6 0 445024122 10212057088 4204 33554432000 4194304 4196468 140735261919056 140735261901600 140019787296503 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
/proc/19990/statm: 2493178 4204 1935 1 0 2481616 0
[pid=19990/tid=20043] ppid=19987 vsize=9972712 memory=-8439527450518781933 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20043/stat : 20043 (java) R 19987 19990 15707 0 -1 4202560 2239 13077 0 0 0 0 5 3 20 0 6 0 445024131 10212057088 4204 33554432000 4194304 4196468 140735261919056 140019759133264 140019787318429 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20044] ppid=19987 vsize=9972712 memory=4211974027760323978 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20044/stat : 20044 (java) S 19987 19990 15707 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 6 0 445024132 10212057088 4204 33554432000 4194304 4196468 140735261919056 140019791538576 140019787306709 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20045] ppid=19987 vsize=9972712 memory=140301555533440 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20045/stat : 20045 (java) S 19987 19990 15707 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 6 0 445024132 10212057088 4204 33554432000 4194304 4196468 140735261919056 140019695741200 140019787306709 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20046] ppid=19987 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20046/stat : 20046 (java) S 19987 19990 15707 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 6 0 445024132 10212057088 4204 33554432000 4194304 4196468 140735261919056 140019694688912 140019787306709 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20047] ppid=19987 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20047/stat : 20047 (java) S 19987 19990 15707 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 6 0 445024132 10212057088 4204 33554432000 4194304 4196468 140735261919056 140019693636112 140019787306709 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210063 s]*
/proc/loadavg: 1.58 1.53 1.51 5/227 20056
/proc/meminfo: memFree=31005260/32770624 swapFree=66976788/67108860
[pid=19990] ppid=19987 vsize=10819712 memory=44044 CPUtime=0.27 cores=0,2,4,6
/proc/19990/stat : 19990 (java) S 19987 19990 15707 0 -1 1077944320 7242 13077 0 0 18 1 5 3 20 0 15 0 445024122 11079385088 11011 33554432000 4194304 4196468 140735261919056 140735261901600 140019787296503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
/proc/19990/statm: 2704928 11011 3206 1 0 2667149 0
[pid=19990/tid=20043] ppid=19987 vsize=10819712 memory=7900017517374083699 CPUtime=0.19 cores=0,2,4,6
/proc/19990/task/20043/stat : 20043 (java) R 19987 19990 15707 0 -1 4202560 3735 13077 0 0 11 0 5 3 20 0 15 0 445024131 11079385088 11011 33554432000 4194304 4196468 140735261919056 140019759127744 140019787318804 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20044] ppid=19987 vsize=10819856 memory=4211974027760323978 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20044/stat : 20044 (java) S 19987 19990 15707 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 15 0 445024132 11079532544 11011 33554432000 4194304 4196468 140735261919056 140019791538576 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20045] ppid=19987 vsize=10819856 memory=140301555533440 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20045/stat : 20045 (java) S 19987 19990 15707 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 445024132 11079532544 11011 33554432000 4194304 4196468 140735261919056 140019695741200 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20046] ppid=19987 vsize=10819856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20046/stat : 20046 (java) S 19987 19990 15707 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 15 0 445024132 11079532544 11011 33554432000 4194304 4196468 140735261919056 140019694688912 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20047] ppid=19987 vsize=10819856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20047/stat : 20047 (java) S 19987 19990 15707 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 445024132 11079532544 11011 33554432000 4194304 4196468 140735261919056 140019693636112 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20048] ppid=19987 vsize=10819856 memory=140301555533440 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20048/stat : 20048 (java) S 19987 19990 15707 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 445024133 11079532544 11011 33554432000 4194304 4196468 140735261919056 140019246840432 140019787307650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20049] ppid=19987 vsize=10819856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20049/stat : 20049 (java) S 19987 19990 15707 0 -1 1077944384 13 13077 0 0 0 0 5 3 20 0 15 0 445024134 11079532544 11011 33554432000 4194304 4196468 140735261919056 140019155068192 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20050] ppid=19987 vsize=10819856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20050/stat : 20050 (java) S 19987 19990 15707 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 15 0 445024134 11079532544 11011 33554432000 4194304 4196468 140735261919056 140018551088752 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20051] ppid=19987 vsize=10819856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20051/stat : 20051 (java) S 19987 19990 15707 0 -1 1077944384 3 13077 0 0 0 0 5 3 20 0 15 0 445024137 11079532544 11011 33554432000 4194304 4196468 140735261919056 140018310797904 140019787315099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20052] ppid=19987 vsize=10819856 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19990/task/20052/stat : 20052 (java) S 19987 19990 15707 0 -1 1077944384 465 13077 0 0 1 0 5 3 20 0 15 0 445024137 11079532544 11011 33554432000 4194304 4196468 140735261919056 140019245787248 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20053] ppid=19987 vsize=10819856 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/19990/task/20053/stat : 20053 (java) S 19987 19990 15707 0 -1 1077944384 204 13077 0 0 1 0 5 3 20 0 15 0 445024137 11079532544 11011 33554432000 4194304 4196468 140735261919056 140019244734448 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20054] ppid=19987 vsize=10819856 memory=140301555533440 CPUtime=0.11 cores=0,2,4,6
/proc/19990/task/20054/stat : 20054 (java) S 19987 19990 15707 0 -1 1077944384 608 13077 0 0 3 0 5 3 20 0 15 0 445024137 11079532544 11011 33554432000 4194304 4196468 140735261919056 140019243682160 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20055] ppid=19987 vsize=10819856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20055/stat : 20055 (java) S 19987 19990 15707 0 -1 1077944384 3 13077 0 0 0 0 5 3 20 0 15 0 445024137 11079532544 11011 33554432000 4194304 4196468 140735261919056 140018277239264 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20056] ppid=19987 vsize=10819856 memory=140301555533440 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20056/stat : 20056 (java) S 19987 19990 15707 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 15 0 445024137 11079532544 11011 33554432000 4194304 4196468 140735261919056 140019242630064 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 44044 KiB

[startup+0.310487 s]*
/proc/loadavg: 1.58 1.53 1.51 3/227 20056
/proc/meminfo: memFree=30992340/32770624 swapFree=66976788/67108860
[pid=19990] ppid=19987 vsize=10820196 memory=52844 CPUtime=0.41 cores=0,2,4,6
/proc/19990/stat : 19990 (java) S 19987 19990 15707 0 -1 1077944320 10746 13077 0 0 30 3 5 3 20 0 15 0 445024122 11079880704 13211 33554432000 4194304 4196468 140735261919056 140735261901600 140019787296503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
/proc/19990/statm: 2705049 13211 3337 1 0 2667149 0
[pid=19990/tid=20043] ppid=19987 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/19990/task/20043/stat : 20043 (java) R 19987 19990 15707 0 -1 4202560 7220 13077 0 0 19 2 5 3 20 0 15 0 445024131 11079880704 13211 33554432000 4194304 4196468 140735261919056 140019759114960 140019771376990 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20044] ppid=19987 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20044/stat : 20044 (java) S 19987 19990 15707 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 15 0 445024132 11079880704 13211 33554432000 4194304 4196468 140735261919056 140019791538576 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20045] ppid=19987 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20045/stat : 20045 (java) S 19987 19990 15707 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 445024132 11079880704 13211 33554432000 4194304 4196468 140735261919056 140019695741200 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20046] ppid=19987 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20046/stat : 20046 (java) S 19987 19990 15707 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 15 0 445024132 11079880704 13211 33554432000 4194304 4196468 140735261919056 140019694688912 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20047] ppid=19987 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20047/stat : 20047 (java) S 19987 19990 15707 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 445024132 11079880704 13211 33554432000 4194304 4196468 140735261919056 140019693636112 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20048] ppid=19987 vsize=10820196 memory=140301555533439 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20048/stat : 20048 (java) S 19987 19990 15707 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 445024133 11079880704 13211 33554432000 4194304 4196468 140735261919056 140019246840432 140019787307650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20049] ppid=19987 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20049/stat : 20049 (java) S 19987 19990 15707 0 -1 1077944384 13 13077 0 0 0 0 5 3 20 0 15 0 445024134 11079880704 13211 33554432000 4194304 4196468 140735261919056 140019155068192 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20050] ppid=19987 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20050/stat : 20050 (java) S 19987 19990 15707 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 15 0 445024134 11079880704 13211 33554432000 4194304 4196468 140735261919056 140018551088752 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20051] ppid=19987 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20051/stat : 20051 (java) S 19987 19990 15707 0 -1 1077944384 3 13077 0 0 0 0 5 3 20 0 15 0 445024137 11079880704 13211 33554432000 4194304 4196468 140735261919056 140018310797904 140019787315099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20052] ppid=19987 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/19990/task/20052/stat : 20052 (java) S 19987 19990 15707 0 -1 1077944384 466 13077 0 0 2 0 5 3 20 0 15 0 445024137 11079880704 13211 33554432000 4194304 4196468 140735261919056 140019245787248 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20053] ppid=19987 vsize=10820196 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/19990/task/20053/stat : 20053 (java) S 19987 19990 15707 0 -1 1077944384 213 13077 0 0 2 0 5 3 20 0 15 0 445024137 11079880704 13211 33554432000 4194304 4196468 140735261919056 140019244734448 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20054] ppid=19987 vsize=10820196 memory=140301555533440 CPUtime=0.13 cores=0,2,4,6
/proc/19990/task/20054/stat : 20054 (java) S 19987 19990 15707 0 -1 1077944384 615 13077 0 0 5 0 5 3 20 0 15 0 445024137 11079880704 13211 33554432000 4194304 4196468 140735261919056 140019243682160 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20055] ppid=19987 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20055/stat : 20055 (java) S 19987 19990 15707 0 -1 1077944384 3 13077 0 0 0 0 5 3 20 0 15 0 445024137 11079880704 13211 33554432000 4194304 4196468 140735261919056 140018277239264 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20056] ppid=19987 vsize=10820196 memory=140301555533440 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20056/stat : 20056 (java) S 19987 19990 15707 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 15 0 445024137 11079880704 13211 33554432000 4194304 4196468 140735261919056 140019242630064 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52844 KiB

[startup+0.700905 s]
/proc/loadavg: 1.58 1.53 1.51 3/227 20056
/proc/meminfo: memFree=30979056/32770624 swapFree=66976788/67108860
[pid=19990] ppid=19987 vsize=10824364 memory=85224 CPUtime=1.12 cores=0,2,4,6
/proc/19990/stat : 19990 (java) S 19987 19990 15707 0 -1 1077944320 14975 13077 0 0 99 5 5 3 20 0 15 0 445024122 11084148736 21306 33554432000 4194304 4196468 140735261919056 140735261901600 140019787296503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
/proc/19990/statm: 2706091 21306 3512 1 0 2668173 0
[pid=19990/tid=20043] ppid=19987 vsize=10824364 memory=2241 CPUtime=0.67 cores=0,2,4,6
/proc/19990/task/20043/stat : 20043 (java) R 19987 19990 15707 0 -1 4202560 10250 13077 0 0 55 4 5 3 20 0 15 0 445024131 11084148736 21306 33554432000 4194304 4196468 140735261919056 140019759112416 140019374625409 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20044] ppid=19987 vsize=10824364 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20044/stat : 20044 (java) S 19987 19990 15707 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 15 0 445024132 11084148736 21306 33554432000 4194304 4196468 140735261919056 140019791538576 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20045] ppid=19987 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20045/stat : 20045 (java) S 19987 19990 15707 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 445024132 11084148736 21306 33554432000 4194304 4196468 140735261919056 140019695741200 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20046] ppid=19987 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20046/stat : 20046 (java) S 19987 19990 15707 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 15 0 445024132 11084148736 21306 33554432000 4194304 4196468 140735261919056 140019694688912 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20047] ppid=19987 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20047/stat : 20047 (java) S 19987 19990 15707 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 445024132 11084148736 21306 33554432000 4194304 4196468 140735261919056 140019693636112 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20048] ppid=19987 vsize=10824364 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20048/stat : 20048 (java) S 19987 19990 15707 0 -1 1077944384 5 13077 0 0 0 0 5 3 20 0 15 0 445024133 11084148736 21306 33554432000 4194304 4196468 140735261919056 140019246840432 140019787307650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20049] ppid=19987 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20049/stat : 20049 (java) S 19987 19990 15707 0 -1 1077944384 13 13077 0 0 0 0 5 3 20 0 15 0 445024134 11084148736 21306 33554432000 4194304 4196468 140735261919056 140019155068192 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20050] ppid=19987 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20050/stat : 20050 (java) S 19987 19990 15707 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 15 0 445024134 11084148736 21306 33554432000 4194304 4196468 140735261919056 140018551088752 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20051] ppid=19987 vsize=10824364 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20051/stat : 20051 (java) S 19987 19990 15707 0 -1 1077944384 3 13077 0 0 0 0 5 3 20 0 15 0 445024137 11084148736 21306 33554432000 4194304 4196468 140735261919056 140018310797904 140019787315099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20052] ppid=19987 vsize=10824364 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/19990/task/20052/stat : 20052 (java) S 19987 19990 15707 0 -1 1077944384 929 13077 0 0 12 0 5 3 20 0 15 0 445024137 11084148736 21306 33554432000 4194304 4196468 140735261919056 140019245787248 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20053] ppid=19987 vsize=10824364 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/19990/task/20053/stat : 20053 (java) R 19987 19990 15707 0 -1 4202560 675 13077 0 0 13 0 5 3 20 0 15 0 445024137 11084148736 21306 33554432000 4194304 4196468 140735261919056 140019244734448 140019770796595 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20054] ppid=19987 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/19990/task/20054/stat : 20054 (java) S 19987 19990 15707 0 -1 1077944384 885 13077 0 0 17 0 5 3 20 0 15 0 445024137 11084148736 21306 33554432000 4194304 4196468 140735261919056 140019243682160 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20055] ppid=19987 vsize=10824364 memory=280602829914352 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20055/stat : 20055 (java) S 19987 19990 15707 0 -1 1077944384 3 13077 0 0 0 0 5 3 20 0 15 0 445024137 11084148736 21306 33554432000 4194304 4196468 140735261919056 140018277239264 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20056] ppid=19987 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20056/stat : 20056 (java) S 19987 19990 15707 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 15 0 445024137 11084148736 21306 33554432000 4194304 4196468 140735261919056 140019242630064 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85224 KiB

[startup+1.50079 s]
/proc/loadavg: 1.58 1.53 1.51 5/227 20056
/proc/meminfo: memFree=30936892/32770624 swapFree=66976788/67108860
[pid=19990] ppid=19987 vsize=10834680 memory=172968 CPUtime=2.45 cores=0,2,4,6
/proc/19990/stat : 19990 (java) S 19987 19990 15707 0 -1 1077944320 21806 13077 0 0 228 9 5 3 20 0 15 0 445024122 11094712320 43242 33554432000 4194304 4196468 140735261919056 140735261901600 140019787296503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
/proc/19990/statm: 2708670 43242 3574 1 0 2670733 0
[pid=19990/tid=20043] ppid=19987 vsize=10834680 memory=280602830279544 CPUtime=1.44 cores=0,2,4,6
/proc/19990/task/20043/stat : 20043 (java) R 19987 19990 15707 0 -1 4202560 15188 13077 0 0 130 6 5 3 20 0 15 0 445024131 11094712320 43242 33554432000 4194304 4196468 140735261919056 140019759097552 140019771376990 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20044] ppid=19987 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19990/task/20044/stat : 20044 (java) S 19987 19990 15707 0 -1 1077944384 53 13077 0 0 1 0 5 3 20 0 15 0 445024132 11094712320 43242 33554432000 4194304 4196468 140735261919056 140019791538576 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20045] ppid=19987 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19990/task/20045/stat : 20045 (java) S 19987 19990 15707 0 -1 1077944384 355 13077 0 0 1 0 5 3 20 0 15 0 445024132 11094712320 43242 33554432000 4194304 4196468 140735261919056 140019695741200 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20046] ppid=19987 vsize=10834680 memory=4580 CPUtime=0.09 cores=0,2,4,6
/proc/19990/task/20046/stat : 20046 (java) S 19987 19990 15707 0 -1 1077944384 65 13077 0 0 1 0 5 3 20 0 15 0 445024132 11094712320 43242 33554432000 4194304 4196468 140735261919056 140019694688912 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20047] ppid=19987 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19990/task/20047/stat : 20047 (java) S 19987 19990 15707 0 -1 1077944384 32 13077 0 0 1 0 5 3 20 0 15 0 445024132 11094712320 43242 33554432000 4194304 4196468 140735261919056 140019693636112 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20048] ppid=19987 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19990/task/20048/stat : 20048 (java) S 19987 19990 15707 0 -1 1077944384 163 13077 0 0 1 0 5 3 20 0 15 0 445024133 11094712320 43242 33554432000 4194304 4196468 140735261919056 140019246840432 140019787307650 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20049] ppid=19987 vsize=10834680 memory=280602830439168 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20049/stat : 20049 (java) S 19987 19990 15707 0 -1 1077944384 14 13077 0 0 0 0 5 3 20 0 15 0 445024134 11094712320 43242 33554432000 4194304 4196468 140735261919056 140019155068256 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20050] ppid=19987 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20050/stat : 20050 (java) S 19987 19990 15707 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 15 0 445024134 11094712320 43242 33554432000 4194304 4196468 140735261919056 140018551088768 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20051] ppid=19987 vsize=10834680 memory=16660 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20051/stat : 20051 (java) S 19987 19990 15707 0 -1 1077944384 3 13077 0 0 0 0 5 3 20 0 15 0 445024137 11094712320 43242 33554432000 4194304 4196468 140735261919056 140018310797904 140019787315099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20052] ppid=19987 vsize=10834680 memory=2244 CPUtime=0.3 cores=0,2,4,6
/proc/19990/task/20052/stat : 20052 (java) S 19987 19990 15707 0 -1 1077944384 1109 13077 0 0 22 0 5 3 20 0 15 0 445024137 11094712320 43242 33554432000 4194304 4196468 140735261919056 140019245787248 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20053] ppid=19987 vsize=10834680 memory=140301415226464 CPUtime=0.34 cores=0,2,4,6
/proc/19990/task/20053/stat : 20053 (java) S 19987 19990 15707 0 -1 1077944384 887 13077 0 0 26 0 5 3 20 0 15 0 445024137 11094712320 43242 33554432000 4194304 4196468 140735261919056 140019244734448 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20054] ppid=19987 vsize=10834680 memory=0 CPUtime=0.5 cores=0,2,4,6
/proc/19990/task/20054/stat : 20054 (java) S 19987 19990 15707 0 -1 1077944384 1733 13077 0 0 42 0 5 3 20 0 15 0 445024137 11094712320 43242 33554432000 4194304 4196468 140735261919056 140019243682160 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20055] ppid=19987 vsize=10834680 memory=-1088251628401078322 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20055/stat : 20055 (java) S 19987 19990 15707 0 -1 1077944384 3 13077 0 0 0 0 5 3 20 0 15 0 445024137 11094712320 43242 33554432000 4194304 4196468 140735261919056 140018277239264 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20056] ppid=19987 vsize=10834680 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20056/stat : 20056 (java) S 19987 19990 15707 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 15 0 445024137 11094712320 43242 33554432000 4194304 4196468 140735261919056 140019242630064 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834680 KiB

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

[pid=19990/tid=20055] ppid=19987 vsize=10846988 memory=984 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20055/stat : 20055 (java) S 19987 19990 15707 0 -1 1077944384 3 13077 0 0 0 0 5 3 20 0 15 0 445024137 11107315712 204136 33554432000 4194304 4196468 140735261919056 140018277239264 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20056] ppid=19987 vsize=10846988 memory=5265 CPUtime=0.76 cores=0,2,4,6
/proc/19990/task/20056/stat : 20056 (java) S 19987 19990 15707 0 -1 1077944384 1009 13077 0 0 35 33 5 3 20 0 15 0 445024137 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019242630064 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
Current children cumulated CPU time: 1124.92 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 816544 KiB

[startup+1104 s]*
/proc/loadavg: 1.58 1.43 1.43 3/229 20288
/proc/meminfo: memFree=30657584/32770624 swapFree=66976816/67108860
[pid=19990] ppid=19987 vsize=10846988 memory=816544 CPUtime=1128.18 cores=0,2,4,6
/proc/19990/stat : 19990 (java) S 19987 19990 15707 0 -1 1077944320 170343 13077 0 0 112636 174 5 3 20 0 15 0 445024122 11107315712 204136 33554432000 4194304 4196468 140735261919056 140735261901600 140019787296503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
/proc/19990/statm: 2711747 204136 3626 1 0 2673805 0
[pid=19990/tid=20043] ppid=19987 vsize=10846988 memory=8317482817917895235 CPUtime=1091.61 cores=0,2,4,6
/proc/19990/task/20043/stat : 20043 (java) R 19987 19990 15707 0 -1 4202560 49562 13077 0 0 109125 28 5 3 20 0 15 0 445024131 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019759131888 140019388207706 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20044] ppid=19987 vsize=10846988 memory=-7003737579269690708 CPUtime=5.14 cores=0,2,4,6
/proc/19990/task/20044/stat : 20044 (java) S 19987 19990 15707 0 -1 1077944384 9291 13077 0 0 479 27 5 3 20 0 15 0 445024132 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019791538576 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20045] ppid=19987 vsize=10846988 memory=2828 CPUtime=5.15 cores=0,2,4,6
/proc/19990/task/20045/stat : 20045 (java) S 19987 19990 15707 0 -1 1077944384 7365 13077 0 0 481 26 5 3 20 0 15 0 445024132 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019695741200 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20046] ppid=19987 vsize=10846988 memory=756 CPUtime=5.13 cores=0,2,4,6
/proc/19990/task/20046/stat : 20046 (java) S 19987 19990 15707 0 -1 1077944384 8803 13077 0 0 479 26 5 3 20 0 15 0 445024132 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019694688912 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20047] ppid=19987 vsize=10846988 memory=1548 CPUtime=5.13 cores=0,2,4,6
/proc/19990/task/20047/stat : 20047 (java) S 19987 19990 15707 0 -1 1077944384 8707 13077 0 0 479 26 5 3 20 0 15 0 445024132 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019693636112 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20048] ppid=19987 vsize=10846988 memory=7872 CPUtime=5.22 cores=0,2,4,6
/proc/19990/task/20048/stat : 20048 (java) S 19987 19990 15707 0 -1 1077944384 8955 13077 0 0 488 26 5 3 20 0 15 0 445024133 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019246840432 140019787307650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 18 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20049] ppid=19987 vsize=10846988 memory=1164 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20049/stat : 20049 (java) S 19987 19990 15707 0 -1 1077944384 27 13077 0 0 0 0 5 3 20 0 15 0 445024134 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019155068256 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20050] ppid=19987 vsize=10846988 memory=9448 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20050/stat : 20050 (java) S 19987 19990 15707 0 -1 1077944384 13 13077 0 0 0 0 5 3 20 0 15 0 445024134 11107315712 204136 33554432000 4194304 4196468 140735261919056 140018551088768 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20051] ppid=19987 vsize=10846988 memory=14008 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20051/stat : 20051 (java) S 19987 19990 15707 0 -1 1077944384 3 13077 0 0 0 0 5 3 20 0 15 0 445024137 11107315712 204136 33554432000 4194304 4196468 140735261919056 140018310797904 140019787315099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20052] ppid=19987 vsize=10846988 memory=2120 CPUtime=4.55 cores=0,2,4,6
/proc/19990/task/20052/stat : 20052 (java) S 19987 19990 15707 0 -1 1077944384 26005 13077 0 0 444 3 5 3 20 0 15 0 445024137 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019245787248 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20053] ppid=19987 vsize=10846988 memory=11976 CPUtime=4.19 cores=0,2,4,6
/proc/19990/task/20053/stat : 20053 (java) S 19987 19990 15707 0 -1 1077944384 27681 13077 0 0 407 4 5 3 20 0 15 0 445024137 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019244734448 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20054] ppid=19987 vsize=10846988 memory=11292 CPUtime=1.9 cores=0,2,4,6
/proc/19990/task/20054/stat : 20054 (java) S 19987 19990 15707 0 -1 1077944384 20714 13077 0 0 179 3 5 3 20 0 15 0 445024137 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019243682160 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 19 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20055] ppid=19987 vsize=10846988 memory=512 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20055/stat : 20055 (java) S 19987 19990 15707 0 -1 1077944384 3 13077 0 0 0 0 5 3 20 0 15 0 445024137 11107315712 204136 33554432000 4194304 4196468 140735261919056 140018277239264 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20056] ppid=19987 vsize=10846988 memory=1564 CPUtime=0.76 cores=0,2,4,6
/proc/19990/task/20056/stat : 20056 (java) S 19987 19990 15707 0 -1 1077944384 1010 13077 0 0 35 33 5 3 20 0 15 0 445024137 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019242630064 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 17 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
Current children cumulated CPU time: 1128.18 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 816544 KiB

[startup+1104.8 s]
/proc/loadavg: 1.58 1.43 1.43 3/229 20288
/proc/meminfo: memFree=30657584/32770624 swapFree=66976816/67108860
[pid=19990] ppid=19987 vsize=10846988 memory=816544 CPUtime=1128.98 cores=0,2,4,6
/proc/19990/stat : 19990 (java) S 19987 19990 15707 0 -1 1077944320 170348 13077 0 0 112716 174 5 3 20 0 15 0 445024122 11107315712 204136 33554432000 4194304 4196468 140735261919056 140735261901600 140019787296503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
/proc/19990/statm: 2711747 204136 3626 1 0 2673805 0
[pid=19990/tid=20043] ppid=19987 vsize=10846988 memory=2004 CPUtime=1092.39 cores=0,2,4,6
/proc/19990/task/20043/stat : 20043 (java) R 19987 19990 15707 0 -1 4202560 49567 13077 0 0 109203 28 5 3 20 0 15 0 445024131 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019759132640 140019386836199 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20044] ppid=19987 vsize=10846988 memory=6791534058613427641 CPUtime=5.15 cores=0,2,4,6
/proc/19990/task/20044/stat : 20044 (java) S 19987 19990 15707 0 -1 1077944384 9291 13077 0 0 480 27 5 3 20 0 15 0 445024132 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019791538576 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20045] ppid=19987 vsize=10846988 memory=303430266251378998 CPUtime=5.15 cores=0,2,4,6
/proc/19990/task/20045/stat : 20045 (java) S 19987 19990 15707 0 -1 1077944384 7365 13077 0 0 481 26 5 3 20 0 15 0 445024132 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019695741200 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20046] ppid=19987 vsize=10846988 memory=15252640887999028 CPUtime=5.14 cores=0,2,4,6
/proc/19990/task/20046/stat : 20046 (java) S 19987 19990 15707 0 -1 1077944384 8803 13077 0 0 480 26 5 3 20 0 15 0 445024132 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019694688912 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20047] ppid=19987 vsize=10846988 memory=804 CPUtime=5.13 cores=0,2,4,6
/proc/19990/task/20047/stat : 20047 (java) S 19987 19990 15707 0 -1 1077944384 8707 13077 0 0 479 26 5 3 20 0 15 0 445024132 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019693636112 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20048] ppid=19987 vsize=10846988 memory=6791534058613427641 CPUtime=5.23 cores=0,2,4,6
/proc/19990/task/20048/stat : 20048 (java) S 19987 19990 15707 0 -1 1077944384 8955 13077 0 0 489 26 5 3 20 0 15 0 445024133 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019246840432 140019787307650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 18 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20049] ppid=19987 vsize=10846988 memory=3784 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20049/stat : 20049 (java) S 19987 19990 15707 0 -1 1077944384 27 13077 0 0 0 0 5 3 20 0 15 0 445024134 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019155068256 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20050] ppid=19987 vsize=10846988 memory=1440 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20050/stat : 20050 (java) S 19987 19990 15707 0 -1 1077944384 13 13077 0 0 0 0 5 3 20 0 15 0 445024134 11107315712 204136 33554432000 4194304 4196468 140735261919056 140018551088768 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20051] ppid=19987 vsize=10846988 memory=904 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20051/stat : 20051 (java) S 19987 19990 15707 0 -1 1077944384 3 13077 0 0 0 0 5 3 20 0 15 0 445024137 11107315712 204136 33554432000 4194304 4196468 140735261919056 140018310797904 140019787315099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20052] ppid=19987 vsize=10846988 memory=1984 CPUtime=4.55 cores=0,2,4,6
/proc/19990/task/20052/stat : 20052 (java) S 19987 19990 15707 0 -1 1077944384 26005 13077 0 0 444 3 5 3 20 0 15 0 445024137 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019245787248 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20053] ppid=19987 vsize=10846988 memory=2528 CPUtime=4.19 cores=0,2,4,6
/proc/19990/task/20053/stat : 20053 (java) S 19987 19990 15707 0 -1 1077944384 27681 13077 0 0 407 4 5 3 20 0 15 0 445024137 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019244734448 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20054] ppid=19987 vsize=10846988 memory=1408 CPUtime=1.9 cores=0,2,4,6
/proc/19990/task/20054/stat : 20054 (java) S 19987 19990 15707 0 -1 1077944384 20714 13077 0 0 179 3 5 3 20 0 15 0 445024137 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019243682160 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 19 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20055] ppid=19987 vsize=10846988 memory=3168 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20055/stat : 20055 (java) S 19987 19990 15707 0 -1 1077944384 3 13077 0 0 0 0 5 3 20 0 15 0 445024137 11107315712 204136 33554432000 4194304 4196468 140735261919056 140018277239264 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20056] ppid=19987 vsize=10846988 memory=816544 CPUtime=0.76 cores=0,2,4,6
/proc/19990/task/20056/stat : 20056 (java) S 19987 19990 15707 0 -1 1077944384 1010 13077 0 0 35 33 5 3 20 0 15 0 445024137 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019242630064 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 17 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
Current children cumulated CPU time: 1128.98 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 816544 KiB

[startup+1105.6 s]
/proc/loadavg: 1.58 1.43 1.43 3/229 20288
/proc/meminfo: memFree=30657844/32770624 swapFree=66976816/67108860
[pid=19990] ppid=19987 vsize=10846988 memory=816544 CPUtime=1129.79 cores=0,2,4,6
/proc/19990/stat : 19990 (java) S 19987 19990 15707 0 -1 1077944320 170355 13077 0 0 112797 174 5 3 20 0 15 0 445024122 11107315712 204136 33554432000 4194304 4196468 140735261919056 140735261901600 140019787296503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
/proc/19990/statm: 2711747 204136 3626 1 0 2673805 0
[pid=19990/tid=20043] ppid=19987 vsize=10846988 memory=816544 CPUtime=1093.18 cores=0,2,4,6
/proc/19990/task/20043/stat : 20043 (java) R 19987 19990 15707 0 -1 4202560 49573 13077 0 0 109282 28 5 3 20 0 15 0 445024131 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019759132432 140019386835882 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20044] ppid=19987 vsize=10846988 memory=1440 CPUtime=5.15 cores=0,2,4,6
/proc/19990/task/20044/stat : 20044 (java) S 19987 19990 15707 0 -1 1077944384 9291 13077 0 0 480 27 5 3 20 0 15 0 445024132 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019791538576 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20045] ppid=19987 vsize=10846988 memory=904 CPUtime=5.16 cores=0,2,4,6
/proc/19990/task/20045/stat : 20045 (java) S 19987 19990 15707 0 -1 1077944384 7365 13077 0 0 482 26 5 3 20 0 15 0 445024132 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019695741200 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20046] ppid=19987 vsize=10846988 memory=816544 CPUtime=5.14 cores=0,2,4,6
/proc/19990/task/20046/stat : 20046 (java) S 19987 19990 15707 0 -1 1077944384 8803 13077 0 0 480 26 5 3 20 0 15 0 445024132 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019694688912 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20047] ppid=19987 vsize=10846988 memory=30356 CPUtime=5.14 cores=0,2,4,6
/proc/19990/task/20047/stat : 20047 (java) S 19987 19990 15707 0 -1 1077944384 8708 13077 0 0 480 26 5 3 20 0 15 0 445024132 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019693636112 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20048] ppid=19987 vsize=10846988 memory=2004 CPUtime=5.23 cores=0,2,4,6
/proc/19990/task/20048/stat : 20048 (java) S 19987 19990 15707 0 -1 1077944384 8955 13077 0 0 489 26 5 3 20 0 15 0 445024133 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019246840432 140019787307650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 18 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20049] ppid=19987 vsize=10846988 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20049/stat : 20049 (java) S 19987 19990 15707 0 -1 1077944384 27 13077 0 0 0 0 5 3 20 0 15 0 445024134 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019155068256 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20050] ppid=19987 vsize=10846988 memory=2528 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20050/stat : 20050 (java) S 19987 19990 15707 0 -1 1077944384 13 13077 0 0 0 0 5 3 20 0 15 0 445024134 11107315712 204136 33554432000 4194304 4196468 140735261919056 140018551088768 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20051] ppid=19987 vsize=10846988 memory=1764 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20051/stat : 20051 (java) S 19987 19990 15707 0 -1 1077944384 3 13077 0 0 0 0 5 3 20 0 15 0 445024137 11107315712 204136 33554432000 4194304 4196468 140735261919056 140018310797904 140019787315099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20052] ppid=19987 vsize=10846988 memory=111632 CPUtime=4.55 cores=0,2,4,6
/proc/19990/task/20052/stat : 20052 (java) S 19987 19990 15707 0 -1 1077944384 26005 13077 0 0 444 3 5 3 20 0 15 0 445024137 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019245787248 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20053] ppid=19987 vsize=10846988 memory=0 CPUtime=4.19 cores=0,2,4,6
/proc/19990/task/20053/stat : 20053 (java) S 19987 19990 15707 0 -1 1077944384 27681 13077 0 0 407 4 5 3 20 0 15 0 445024137 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019244734448 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20054] ppid=19987 vsize=10846988 memory=7100839861465685612 CPUtime=1.9 cores=0,2,4,6
/proc/19990/task/20054/stat : 20054 (java) S 19987 19990 15707 0 -1 1077944384 20714 13077 0 0 179 3 5 3 20 0 15 0 445024137 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019243682160 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 19 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20055] ppid=19987 vsize=10846988 memory=9448 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20055/stat : 20055 (java) S 19987 19990 15707 0 -1 1077944384 3 13077 0 0 0 0 5 3 20 0 15 0 445024137 11107315712 204136 33554432000 4194304 4196468 140735261919056 140018277239264 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20056] ppid=19987 vsize=10846988 memory=816544 CPUtime=0.76 cores=0,2,4,6
/proc/19990/task/20056/stat : 20056 (java) S 19987 19990 15707 0 -1 1077944384 1010 13077 0 0 35 33 5 3 20 0 15 0 445024137 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019242630064 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
Current children cumulated CPU time: 1129.79 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 816544 KiB

[startup+1105.8 s]
/proc/loadavg: 1.58 1.43 1.43 3/229 20288
/proc/meminfo: memFree=30657844/32770624 swapFree=66976816/67108860
[pid=19990] ppid=19987 vsize=10846988 memory=816544 CPUtime=1129.99 cores=0,2,4,6
/proc/19990/stat : 19990 (java) S 19987 19990 15707 0 -1 1077944320 170416 13077 0 0 112817 174 5 3 20 0 15 0 445024122 11107315712 204136 33554432000 4194304 4196468 140735261919056 140735261901600 140019787296503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
/proc/19990/statm: 2711747 204136 3626 1 0 2673805 0
[pid=19990/tid=20043] ppid=19987 vsize=10846988 memory=1028 CPUtime=1093.37 cores=0,2,4,6
/proc/19990/task/20043/stat : 20043 (java) R 19987 19990 15707 0 -1 4202560 49634 13077 0 0 109301 28 5 3 20 0 15 0 445024131 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019759132480 140019374298288 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20044] ppid=19987 vsize=10846988 memory=1060 CPUtime=5.15 cores=0,2,4,6
/proc/19990/task/20044/stat : 20044 (java) S 19987 19990 15707 0 -1 1077944384 9291 13077 0 0 480 27 5 3 20 0 15 0 445024132 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019791538576 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20045] ppid=19987 vsize=10846988 memory=2828 CPUtime=5.16 cores=0,2,4,6
/proc/19990/task/20045/stat : 20045 (java) S 19987 19990 15707 0 -1 1077944384 7365 13077 0 0 482 26 5 3 20 0 15 0 445024132 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019695741200 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20046] ppid=19987 vsize=10846988 memory=756 CPUtime=5.14 cores=0,2,4,6
/proc/19990/task/20046/stat : 20046 (java) S 19987 19990 15707 0 -1 1077944384 8803 13077 0 0 480 26 5 3 20 0 15 0 445024132 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019694688912 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20047] ppid=19987 vsize=10846988 memory=2628 CPUtime=5.14 cores=0,2,4,6
/proc/19990/task/20047/stat : 20047 (java) S 19987 19990 15707 0 -1 1077944384 8708 13077 0 0 480 26 5 3 20 0 15 0 445024132 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019693636112 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20048] ppid=19987 vsize=10846988 memory=2656 CPUtime=5.23 cores=0,2,4,6
/proc/19990/task/20048/stat : 20048 (java) S 19987 19990 15707 0 -1 1077944384 8955 13077 0 0 489 26 5 3 20 0 15 0 445024133 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019246840432 140019787307650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 18 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20049] ppid=19987 vsize=10846988 memory=4096 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20049/stat : 20049 (java) S 19987 19990 15707 0 -1 1077944384 27 13077 0 0 0 0 5 3 20 0 15 0 445024134 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019155068256 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20050] ppid=19987 vsize=10846988 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20050/stat : 20050 (java) S 19987 19990 15707 0 -1 1077944384 13 13077 0 0 0 0 5 3 20 0 15 0 445024134 11107315712 204136 33554432000 4194304 4196468 140735261919056 140018551088768 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20051] ppid=19987 vsize=10846988 memory=3168 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20051/stat : 20051 (java) S 19987 19990 15707 0 -1 1077944384 3 13077 0 0 0 0 5 3 20 0 15 0 445024137 11107315712 204136 33554432000 4194304 4196468 140735261919056 140018310797904 140019787315099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20052] ppid=19987 vsize=10846988 memory=816544 CPUtime=4.55 cores=0,2,4,6
/proc/19990/task/20052/stat : 20052 (java) S 19987 19990 15707 0 -1 1077944384 26005 13077 0 0 444 3 5 3 20 0 15 0 445024137 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019245787248 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20053] ppid=19987 vsize=10846988 memory=1412 CPUtime=4.19 cores=0,2,4,6
/proc/19990/task/20053/stat : 20053 (java) S 19987 19990 15707 0 -1 1077944384 27681 13077 0 0 407 4 5 3 20 0 15 0 445024137 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019244734448 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20054] ppid=19987 vsize=10846988 memory=3620 CPUtime=1.9 cores=0,2,4,6
/proc/19990/task/20054/stat : 20054 (java) S 19987 19990 15707 0 -1 1077944384 20714 13077 0 0 179 3 5 3 20 0 15 0 445024137 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019243682160 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 19 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20055] ppid=19987 vsize=10846988 memory=30356 CPUtime=0.08 cores=0,2,4,6
/proc/19990/task/20055/stat : 20055 (java) S 19987 19990 15707 0 -1 1077944384 3 13077 0 0 0 0 5 3 20 0 15 0 445024137 11107315712 204136 33554432000 4194304 4196468 140735261919056 140018277239264 140019787306709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
[pid=19990/tid=20056] ppid=19987 vsize=10846988 memory=2004 CPUtime=0.76 cores=0,2,4,6
/proc/19990/task/20056/stat : 20056 (java) S 19987 19990 15707 0 -1 1077944384 1010 13077 0 0 35 33 5 3 20 0 15 0 445024137 11107315712 204136 33554432000 4194304 4196468 140735261919056 140019242630064 140019787307650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 9973760 140735261924079 140735261926597 140735261926597 140735261929423 0
Current children cumulated CPU time: 1129.99 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 816544 KiB

Child status: 0
Real time (s): 1105.85
CPU time (s): 1130.06
CPU user time (s): 1128.28
CPU system time (s): 1.7843
CPU usage (%): 102.189
Max. virtual memory (cumulated for all children) (KiB): 10849652
Max. memory (cumulated for all children) (KiB): 826168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1128.28
system time used= 1.7843
maximum resident set size= 826684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184309
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128989
involuntary context switches= 6004


# summary of solver processes directly reported to runsolver:
#   pid: 19990
#   total CPU time (s): 1130.06
#   total CPU user time (s): 1128.28
#   total CPU system time (s): 1.7843

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.50468 second user time and 11.4994 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-17 04:32:52
IDJOB=4401444
IDBENCH=136538
IDSOLVER=2858
FILE ID=node121/4401444-1568687615
RUNJOBID= node121-1568673289-15738
PBS_JOBID= 21703788
Free space on /tmp= 61372 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n1c1w4k.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401444-1568687615/watcher-4401444-1568687615 -o /tmp/evaluation-result-4401444-1568687615/solver-4401444-1568687615 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568673289-15738 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1545093772 HOME/instance-4401444-1568687615.xml

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

MD5SUM BENCH= bade4ae5f74057612f70883ad9768226
RANDOM SEED=1545093772

node121.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31032764 kB
MemAvailable:   31191236 kB
Buffers:           51452 kB
Cached:           405532 kB
SwapCached:        10568 kB
Active:           931156 kB
Inactive:         265160 kB
Active(anon):     730196 kB
Inactive(anon):    41964 kB
Active(file):     200960 kB
Inactive(file):   223196 kB
Unevictable:      108988 kB
Mlocked:          108988 kB
SwapTotal:      67108860 kB
SwapFree:       66976788 kB
Dirty:             35140 kB
Writeback:             0 kB
AnonPages:        957852 kB
Mapped:            55424 kB
Shmem:             23592 kB
Slab:             129556 kB
SReclaimable:     100304 kB
SUnreclaim:        29252 kB
KernelStack:        3984 kB
PageTables:        11768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1699768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    862208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61336 MiB
End job on node121 at 2019-09-17 04:51:19