Trace number 4402828

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.3OPT832 272.475 258.221

General information on the benchmark

NameMario/Mario-zinc-s1/
Mario-n-medium-4.xml
MD5SUM6d883eab13fdde7c2f2cac6b4a0af40c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark832
Best CPU time to get the best result obtained on this benchmark98.4606
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints61
Number of domains53
Minimum domain size1
Maximum domain size30
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":29,"count":8},{"size":30,"count":52}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":59},{"degree":3,"count":29}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":58},{"arity":30,"count":2}]
Number of extensional constraints30
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":30},{"type":"intension","count":29},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.78/0.54	c Concrete v3.12.3.1568965526260 running
8.63/3.71	o 211
8.63/3.71	o 266
8.63/3.73	o 275
8.63/3.75	o 331
8.63/3.77	o 386
8.63/3.77	o 464
9.02/3.88	o 487
9.02/3.89	o 514
9.02/3.89	o 626
11.21/4.52	o 643
14.10/5.78	o 657
14.58/5.92	o 678
14.58/5.93	o 747
14.58/5.96	o 753
14.89/6.15	o 832
272.43/258.20	v <instantiation
272.43/258.20	v         cost = '832'>
272.43/258.20	v       <list>
272.43/258.20	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] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] f[15] f[16] f[17] f[18] f[19] f[20] f[21] f[22] f[23] f[24] f[25] f[26] f[27] f[28] f[29] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24] g[25] g[26] g[27] g[28] g[29]
272.43/258.20	v       </list>
272.43/258.20	v       <values>
272.43/258.20	v         6 0 15 17 18 5 26 7 9 12 10 11 16 4 2 8 21 14 28 19 20 13 22 23 24 25 3 27 1 29 52 0 54 45 179 0 14 0 47 215 0 0 279 141 18 6 154 274 29 0 0 146 0 0 0 0 196 0 91 0 0 0 3 58 67 0 11 0 62 27 0 0 52 60 62 52 69 76 62 0 0 69 0 0 0 0 33 0 69 0
272.43/258.20	v       </values>
272.43/258.20	v     </instantiation>
272.43/258.20	s OPTIMUM FOUND

Verifier Data

OK	832

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402828-1568978188/watcher-4402828-1568978188 -o /var/tmp/evaluation-result-4402828-1568978188/solver-4402828-1568978188 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1568967598-20069 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=579841060 HOME/instance-4402828-1568978188.xml 

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

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


[startup+0.100061 s]*
/proc/loadavg: 2.03 1.76 1.64 3/218 24123
/proc/meminfo: memFree=3306248/32770624 swapFree=66956604/67108860
[pid=24066] ppid=24063 vsize=10055356 memory=18856 CPUtime=0.08 cores=1,3,5,7
/proc/24066/stat : 24066 (java) S 24063 24066 20037 0 -1 1077944320 4454 13368 0 0 1 0 5 2 20 0 7 0 474057489 10296684544 4714 33554432000 4194304 4196468 140727598393184 140727598375728 140003108904695 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
/proc/24066/statm: 2513839 4714 1972 1 0 2502277 0
[pid=24066/tid=24119] ppid=24063 vsize=10055356 memory=5853399287057580445 CPUtime=0.08 cores=1,3,5,7
/proc/24066/task/24119/stat : 24119 (java) R 24063 24066 20037 0 -1 4202560 2289 13368 0 0 1 0 5 2 20 0 7 0 474057498 10296684544 4780 33554432000 4194304 4196468 140727598393184 140003080747792 140003089127360 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24120] ppid=24063 vsize=10055356 memory=5793855571506788793 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24120/stat : 24120 (java) S 24063 24066 20037 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 7 0 474057499 10296684544 4780 33554432000 4194304 4196468 140727598393184 140003113147280 140003108914901 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24121] ppid=24063 vsize=10055356 memory=140320496895616 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24121/stat : 24121 (java) S 24063 24066 20037 0 -1 1077944384 1 13368 0 0 0 0 5 2 20 0 7 0 474057499 10296684544 4780 33554432000 4194304 4196468 140727598393184 140003001420560 140003108914901 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24122] ppid=24063 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24122/stat : 24122 (java) S 24063 24066 20037 0 -1 1077944384 1 13368 0 0 0 0 5 2 20 0 7 0 474057499 10296684544 4780 33554432000 4194304 4196468 140727598393184 140003000368272 140003108914901 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24123] ppid=24063 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24123/stat : 24123 (java) S 24063 24066 20037 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 7 0 474057499 10296684544 4780 33554432000 4194304 4196468 140727598393184 140002999315472 140003108914901 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24124] ppid=24063 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24124/stat : 24124 (java) S 24063 24066 20037 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 7 0 474057500 10296684544 4780 33554432000 4194304 4196468 140727598393184 140002568247408 140003108915842 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 18856 KiB

[startup+0.209832 s]*
/proc/loadavg: 2.03 1.76 1.64 4/227 24132
/proc/meminfo: memFree=3288464/32770624 swapFree=66956604/67108860
[pid=24066] ppid=24063 vsize=10820196 memory=41320 CPUtime=0.26 cores=1,3,5,7
/proc/24066/stat : 24066 (java) S 24063 24066 20037 0 -1 1077944320 7247 13368 0 0 18 1 5 2 20 0 15 0 474057489 11079880704 10330 33554432000 4194304 4196468 140727598393184 140727598375728 140003108904695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
/proc/24066/statm: 2705049 10330 3306 1 0 2667149 0
[pid=24066/tid=24119] ppid=24063 vsize=10820196 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/24066/task/24119/stat : 24119 (java) R 24063 24066 20037 0 -1 4202560 3731 13368 0 0 11 0 5 2 20 0 15 0 474057498 11079880704 10330 33554432000 4194304 4196468 140727598393184 140003080707696 140003108926621 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24120] ppid=24063 vsize=10820196 memory=4211974046701686154 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24120/stat : 24120 (java) S 24063 24066 20037 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 474057499 11079880704 10330 33554432000 4194304 4196468 140727598393184 140003113147280 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24121] ppid=24063 vsize=10820196 memory=140320496895616 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24121/stat : 24121 (java) S 24063 24066 20037 0 -1 1077944384 1 13368 0 0 0 0 5 2 20 0 15 0 474057499 11079880704 10330 33554432000 4194304 4196468 140727598393184 140003001420560 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24122] ppid=24063 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24122/stat : 24122 (java) S 24063 24066 20037 0 -1 1077944384 1 13368 0 0 0 0 5 2 20 0 15 0 474057499 11079880704 10330 33554432000 4194304 4196468 140727598393184 140003000368272 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24123] ppid=24063 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24123/stat : 24123 (java) S 24063 24066 20037 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 474057499 11079880704 10330 33554432000 4194304 4196468 140727598393184 140002999315472 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24124] ppid=24063 vsize=10820196 memory=140320496895616 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24124/stat : 24124 (java) S 24063 24066 20037 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 474057500 11079880704 10330 33554432000 4194304 4196468 140727598393184 140002568247408 140003108915842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24125] ppid=24063 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24125/stat : 24125 (java) S 24063 24066 20037 0 -1 1077944384 33 13368 0 0 0 0 5 2 20 0 15 0 474057500 11079880704 10330 33554432000 4194304 4196468 140727598393184 140002567193376 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24126] ppid=24063 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24126/stat : 24126 (java) S 24063 24066 20037 0 -1 1077944384 1 13368 0 0 0 0 5 2 20 0 15 0 474057501 11079880704 10330 33554432000 4194304 4196468 140727598393184 140001975198832 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24127] ppid=24063 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24127/stat : 24127 (java) S 24063 24066 20037 0 -1 1077944384 3 13368 0 0 0 0 5 2 20 0 15 0 474057503 11079880704 10330 33554432000 4194304 4196468 140727598393184 140001667799120 140003108923291 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24128] ppid=24063 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24066/task/24128/stat : 24128 (java) S 24063 24066 20037 0 -1 1077944384 469 13368 0 0 1 0 5 2 20 0 15 0 474057503 11079880704 10330 33554432000 4194304 4196468 140727598393184 140002533636720 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24129] ppid=24063 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24129/stat : 24129 (java) S 24063 24066 20037 0 -1 1077944384 176 13368 0 0 0 0 5 2 20 0 15 0 474057503 11079880704 10330 33554432000 4194304 4196468 140727598393184 140002532583920 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24130] ppid=24063 vsize=10820196 memory=140320496895616 CPUtime=0.1 cores=1,3,5,7
/proc/24066/task/24130/stat : 24130 (java) S 24063 24066 20037 0 -1 1077944384 615 13368 0 0 3 0 5 2 20 0 15 0 474057503 11079880704 10330 33554432000 4194304 4196468 140727598393184 140002531531632 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24131] ppid=24063 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24131/stat : 24131 (java) S 24063 24066 20037 0 -1 1077944384 3 13368 0 0 0 0 5 2 20 0 15 0 474057503 11079880704 10330 33554432000 4194304 4196468 140727598393184 140001634241504 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24132] ppid=24063 vsize=10820196 memory=140320496895616 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24132/stat : 24132 (java) S 24063 24066 20037 0 -1 1077944384 1 13368 0 0 0 0 5 2 20 0 15 0 474057504 11079880704 10330 33554432000 4194304 4196468 140727598393184 140002530478512 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41320 KiB

[startup+0.31052 s]*
/proc/loadavg: 2.03 1.76 1.64 3/227 24132
/proc/meminfo: memFree=3278924/32770624 swapFree=66956604/67108860
[pid=24066] ppid=24063 vsize=10820196 memory=49628 CPUtime=0.4 cores=1,3,5,7
/proc/24066/stat : 24066 (java) S 24063 24066 20037 0 -1 1077944320 10365 13368 0 0 30 3 5 2 20 0 15 0 474057489 11079880704 12407 33554432000 4194304 4196468 140727598393184 140727598375728 140003108904695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
/proc/24066/statm: 2705049 12407 3316 1 0 2667149 0
[pid=24066/tid=24119] ppid=24063 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/24066/task/24119/stat : 24119 (java) R 24063 24066 20037 0 -1 4202560 6839 13368 0 0 20 2 5 2 20 0 15 0 474057498 11079880704 12407 33554432000 4194304 4196468 140727598393184 140003080713616 140003108916630 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24120] ppid=24063 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24120/stat : 24120 (java) S 24063 24066 20037 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 474057499 11079880704 12407 33554432000 4194304 4196468 140727598393184 140003113147280 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24121] ppid=24063 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24121/stat : 24121 (java) S 24063 24066 20037 0 -1 1077944384 1 13368 0 0 0 0 5 2 20 0 15 0 474057499 11079880704 12407 33554432000 4194304 4196468 140727598393184 140003001420560 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24122] ppid=24063 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24122/stat : 24122 (java) S 24063 24066 20037 0 -1 1077944384 1 13368 0 0 0 0 5 2 20 0 15 0 474057499 11079880704 12407 33554432000 4194304 4196468 140727598393184 140003000368272 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24123] ppid=24063 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24123/stat : 24123 (java) S 24063 24066 20037 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 474057499 11079880704 12407 33554432000 4194304 4196468 140727598393184 140002999315472 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24124] ppid=24063 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24124/stat : 24124 (java) S 24063 24066 20037 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 474057500 11079880704 12407 33554432000 4194304 4196468 140727598393184 140002568247408 140003108915842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24125] ppid=24063 vsize=10820196 memory=140320496895615 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24125/stat : 24125 (java) S 24063 24066 20037 0 -1 1077944384 33 13368 0 0 0 0 5 2 20 0 15 0 474057500 11079880704 12407 33554432000 4194304 4196468 140727598393184 140002567193376 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24126] ppid=24063 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24126/stat : 24126 (java) S 24063 24066 20037 0 -1 1077944384 1 13368 0 0 0 0 5 2 20 0 15 0 474057501 11079880704 12407 33554432000 4194304 4196468 140727598393184 140001975198832 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24127] ppid=24063 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24127/stat : 24127 (java) S 24063 24066 20037 0 -1 1077944384 3 13368 0 0 0 0 5 2 20 0 15 0 474057503 11079880704 12407 33554432000 4194304 4196468 140727598393184 140001667799120 140003108923291 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24128] ppid=24063 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/24066/task/24128/stat : 24128 (java) S 24063 24066 20037 0 -1 1077944384 470 13368 0 0 2 0 5 2 20 0 15 0 474057503 11079880704 12407 33554432000 4194304 4196468 140727598393184 140002533636720 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24129] ppid=24063 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24066/task/24129/stat : 24129 (java) S 24063 24066 20037 0 -1 1077944384 176 13368 0 0 1 0 5 2 20 0 15 0 474057503 11079880704 12407 33554432000 4194304 4196468 140727598393184 140002532583920 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24130] ppid=24063 vsize=10820196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/24066/task/24130/stat : 24130 (java) S 24063 24066 20037 0 -1 1077944384 624 13368 0 0 5 0 5 2 20 0 15 0 474057503 11079880704 12407 33554432000 4194304 4196468 140727598393184 140002531531632 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24131] ppid=24063 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24131/stat : 24131 (java) S 24063 24066 20037 0 -1 1077944384 3 13368 0 0 0 0 5 2 20 0 15 0 474057503 11079880704 12407 33554432000 4194304 4196468 140727598393184 140001634241504 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24132] ppid=24063 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24132/stat : 24132 (java) S 24063 24066 20037 0 -1 1077944384 1 13368 0 0 0 0 5 2 20 0 15 0 474057504 11079880704 12407 33554432000 4194304 4196468 140727598393184 140002530478512 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49628 KiB

[startup+0.700721 s]
/proc/loadavg: 2.03 1.76 1.64 3/227 24132
/proc/meminfo: memFree=3264768/32770624 swapFree=66956604/67108860
[pid=24066] ppid=24063 vsize=10824364 memory=82080 CPUtime=1.15 cores=1,3,5,7
/proc/24066/stat : 24066 (java) S 24063 24066 20037 0 -1 1077944320 14821 13368 0 0 102 6 5 2 20 0 15 0 474057489 11084148736 20520 33554432000 4194304 4196468 140727598393184 140727598375728 140003108904695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
/proc/24066/statm: 2706091 20520 3514 1 0 2668173 0
[pid=24066/tid=24119] ppid=24063 vsize=10824364 memory=2112 CPUtime=0.66 cores=1,3,5,7
/proc/24066/task/24119/stat : 24119 (java) R 24063 24066 20037 0 -1 4202560 10186 13368 0 0 55 4 5 2 20 0 15 0 474057498 11084148736 20520 33554432000 4194304 4196468 140727598393184 140003080722624 140003108926621 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24120] ppid=24063 vsize=10824364 memory=12040 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24120/stat : 24120 (java) S 24063 24066 20037 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 474057499 11084148736 20520 33554432000 4194304 4196468 140727598393184 140003113147280 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24121] ppid=24063 vsize=10824364 memory=31648 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24121/stat : 24121 (java) S 24063 24066 20037 0 -1 1077944384 1 13368 0 0 0 0 5 2 20 0 15 0 474057499 11084148736 20520 33554432000 4194304 4196468 140727598393184 140003001420560 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24122] ppid=24063 vsize=10824364 memory=1556 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24122/stat : 24122 (java) S 24063 24066 20037 0 -1 1077944384 1 13368 0 0 0 0 5 2 20 0 15 0 474057499 11084148736 20520 33554432000 4194304 4196468 140727598393184 140003000368272 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24123] ppid=24063 vsize=10824364 memory=532 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24123/stat : 24123 (java) S 24063 24066 20037 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 474057499 11084148736 20520 33554432000 4194304 4196468 140727598393184 140002999315472 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24124] ppid=24063 vsize=10824364 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24124/stat : 24124 (java) S 24063 24066 20037 0 -1 1077944384 5 13368 0 0 0 0 5 2 20 0 15 0 474057500 11084148736 20520 33554432000 4194304 4196468 140727598393184 140002568247408 140003108915842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24125] ppid=24063 vsize=10824364 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24125/stat : 24125 (java) S 24063 24066 20037 0 -1 1077944384 33 13368 0 0 0 0 5 2 20 0 15 0 474057500 11084148736 20520 33554432000 4194304 4196468 140727598393184 140002567193376 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24126] ppid=24063 vsize=10824364 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24126/stat : 24126 (java) S 24063 24066 20037 0 -1 1077944384 1 13368 0 0 0 0 5 2 20 0 15 0 474057501 11084148736 20520 33554432000 4194304 4196468 140727598393184 140001975198832 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24127] ppid=24063 vsize=10824364 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24127/stat : 24127 (java) S 24063 24066 20037 0 -1 1077944384 3 13368 0 0 0 0 5 2 20 0 15 0 474057503 11084148736 20520 33554432000 4194304 4196468 140727598393184 140001667799120 140003108923291 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24128] ppid=24063 vsize=10824364 memory=2112 CPUtime=0.19 cores=1,3,5,7
/proc/24066/task/24128/stat : 24128 (java) S 24063 24066 20037 0 -1 1077944384 869 13368 0 0 12 0 5 2 20 0 15 0 474057503 11084148736 20520 33554432000 4194304 4196468 140727598393184 140002533636720 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24129] ppid=24063 vsize=10824364 memory=12040 CPUtime=0.23 cores=1,3,5,7
/proc/24066/task/24129/stat : 24129 (java) S 24063 24066 20037 0 -1 1077944384 743 13368 0 0 16 0 5 2 20 0 15 0 474057503 11084148736 20520 33554432000 4194304 4196468 140727598393184 140002532583920 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24130] ppid=24063 vsize=10824364 memory=31648 CPUtime=0.24 cores=1,3,5,7
/proc/24066/task/24130/stat : 24130 (java) S 24063 24066 20037 0 -1 1077944384 767 13368 0 0 17 0 5 2 20 0 15 0 474057503 11084148736 20520 33554432000 4194304 4196468 140727598393184 140002531531632 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24131] ppid=24063 vsize=10824364 memory=1556 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24131/stat : 24131 (java) S 24063 24066 20037 0 -1 1077944384 3 13368 0 0 0 0 5 2 20 0 15 0 474057503 11084148736 20520 33554432000 4194304 4196468 140727598393184 140001634241504 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24132] ppid=24063 vsize=10824364 memory=532 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24132/stat : 24132 (java) S 24063 24066 20037 0 -1 1077944384 1 13368 0 0 0 0 5 2 20 0 15 0 474057504 11084148736 20520 33554432000 4194304 4196468 140727598393184 140002530478512 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 82080 KiB

[startup+1.50073 s]
/proc/loadavg: 2.03 1.76 1.64 3/227 24132
/proc/meminfo: memFree=3213592/32770624 swapFree=66956604/67108860
[pid=24066] ppid=24063 vsize=10834680 memory=175876 CPUtime=2.64 cores=1,3,5,7
/proc/24066/stat : 24066 (java) S 24063 24066 20037 0 -1 1077944320 25058 13368 0 0 246 11 5 2 20 0 15 0 474057489 11094712320 43969 33554432000 4194304 4196468 140727598393184 140727598375728 140003108904695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
/proc/24066/statm: 2708670 43969 3576 1 0 2670733 0
[pid=24066/tid=24119] ppid=24063 vsize=10834680 memory=172860 CPUtime=1.43 cores=1,3,5,7
/proc/24066/task/24119/stat : 24119 (java) R 24063 24066 20037 0 -1 4202560 15703 13368 0 0 130 6 5 2 20 0 15 0 474057498 11094712320 43969 33554432000 4194304 4196468 140727598393184 140003080708176 140003092985182 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24120] ppid=24063 vsize=10834680 memory=3688764965461046578 CPUtime=0.08 cores=1,3,5,7
/proc/24066/task/24120/stat : 24120 (java) S 24063 24066 20037 0 -1 1077944384 30 13368 0 0 1 0 5 2 20 0 15 0 474057499 11094712320 43969 33554432000 4194304 4196468 140727598393184 140003113147280 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24121] ppid=24063 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24121/stat : 24121 (java) S 24063 24066 20037 0 -1 1077944384 83 13368 0 0 0 0 5 2 20 0 15 0 474057499 11094712320 43969 33554432000 4194304 4196468 140727598393184 140003001420560 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24122] ppid=24063 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24122/stat : 24122 (java) S 24063 24066 20037 0 -1 1077944384 366 13368 0 0 0 0 5 2 20 0 15 0 474057499 11094712320 43969 33554432000 4194304 4196468 140727598393184 140003000368272 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24123] ppid=24063 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24066/task/24123/stat : 24123 (java) S 24063 24066 20037 0 -1 1077944384 54 13368 0 0 1 0 5 2 20 0 15 0 474057499 11094712320 43969 33554432000 4194304 4196468 140727598393184 140002999315472 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24124] ppid=24063 vsize=10834680 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/24066/task/24124/stat : 24124 (java) S 24063 24066 20037 0 -1 1077944384 1213 13368 0 0 1 0 5 2 20 0 15 0 474057500 11094712320 43969 33554432000 4194304 4196468 140727598393184 140002568247408 140003108915842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24125] ppid=24063 vsize=10834680 memory=11553938203 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24125/stat : 24125 (java) S 24063 24066 20037 0 -1 1077944384 34 13368 0 0 0 0 5 2 20 0 15 0 474057500 11094712320 43969 33554432000 4194304 4196468 140727598393184 140002567193440 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24126] ppid=24063 vsize=10834680 memory=280640679843168 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24126/stat : 24126 (java) S 24063 24066 20037 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 474057501 11094712320 43969 33554432000 4194304 4196468 140727598393184 140001975198832 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24127] ppid=24063 vsize=10834680 memory=280640679829200 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24127/stat : 24127 (java) S 24063 24066 20037 0 -1 1077944384 3 13368 0 0 0 0 5 2 20 0 15 0 474057503 11094712320 43969 33554432000 4194304 4196468 140727598393184 140001667799120 140003108923291 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24128] ppid=24063 vsize=10834680 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/24066/task/24128/stat : 24128 (java) S 24063 24066 20037 0 -1 1077944384 1733 13368 0 0 30 0 5 2 20 0 15 0 474057503 11094712320 43969 33554432000 4194304 4196468 140727598393184 140002533636720 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24129] ppid=24063 vsize=10834680 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/24066/task/24129/stat : 24129 (java) S 24063 24066 20037 0 -1 1077944384 1861 13368 0 0 36 0 5 2 20 0 15 0 474057503 11094712320 43969 33554432000 4194304 4196468 140727598393184 140002532583920 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24130] ppid=24063 vsize=10834680 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/24066/task/24130/stat : 24130 (java) S 24063 24066 20037 0 -1 1077944384 1765 13368 0 0 42 0 5 2 20 0 15 0 474057503 11094712320 44033 33554432000 4194304 4196468 140727598393184 140002531531632 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24131] ppid=24063 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24131/stat : 24131 (java) S 24063 24066 20037 0 -1 1077944384 3 13368 0 0 0 0 5 2 20 0 15 0 474057503 11094712320 44033 33554432000 4194304 4196468 140727598393184 140001634241504 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24132] ppid=24063 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24132/stat : 24132 (java) S 24063 24066 20037 0 -1 1077944384 1 13368 0 0 0 0 5 2 20 0 15 0 474057504 11094712320 44033 33554432000 4194304 4196468 140727598393184 140002530478512 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0

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

[pid=24066/tid=24131] ppid=24063 vsize=10849048 memory=812072 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24131/stat : 24131 (java) S 24063 24066 20037 0 -1 1077944384 3 13368 0 0 0 0 5 2 20 0 15 0 474057503 11109425152 234884 33554432000 4194304 4196468 140727598393184 140001634241504 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24132] ppid=24063 vsize=10849048 memory=3620 CPUtime=0.2 cores=1,3,5,7
/proc/24066/task/24132/stat : 24132 (java) S 24063 24066 20037 0 -1 1077944384 659 13368 0 0 6 7 5 2 20 0 15 0 474057504 11109425152 234884 33554432000 4194304 4196468 140727598393184 140002530478512 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
Current children cumulated CPU time: 266.95 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 939536 KiB

[startup+256.001 s]*
/proc/loadavg: 1.42 1.58 1.60 3/229 24415
/proc/meminfo: memFree=2244848/32770624 swapFree=66956604/67108860
[pid=24066] ppid=24063 vsize=10849048 memory=939712 CPUtime=270.21 cores=1,3,5,7
/proc/24066/stat : 24066 (java) S 24063 24066 20037 0 -1 1077944320 110860 13368 0 0 26941 73 5 2 20 0 15 0 474057489 11109425152 234928 33554432000 4194304 4196468 140727598393184 140727598375728 140003108904695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
/proc/24066/statm: 2712262 234928 3632 1 0 2674317 0
[pid=24066/tid=24119] ppid=24063 vsize=10849048 memory=0 CPUtime=253.75 cores=1,3,5,7
/proc/24066/task/24119/stat : 24119 (java) R 24063 24066 20037 0 -1 4202560 34780 13368 0 0 25345 23 5 2 20 0 15 0 474057498 11109425152 234928 33554432000 4194304 4196468 140727598393184 140003080741136 140002664192743 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24120] ppid=24063 vsize=10849048 memory=0 CPUtime=1.07 cores=1,3,5,7
/proc/24066/task/24120/stat : 24120 (java) S 24063 24066 20037 0 -1 1077944384 2886 13368 0 0 93 7 5 2 20 0 15 0 474057499 11109425152 234928 33554432000 4194304 4196468 140727598393184 140003113147280 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24121] ppid=24063 vsize=10849048 memory=26039 CPUtime=1.07 cores=1,3,5,7
/proc/24066/task/24121/stat : 24121 (java) S 24063 24066 20037 0 -1 1077944384 1983 13368 0 0 92 8 5 2 20 0 15 0 474057499 11109425152 234928 33554432000 4194304 4196468 140727598393184 140003001420560 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24122] ppid=24063 vsize=10849048 memory=-7003737579269690708 CPUtime=1.07 cores=1,3,5,7
/proc/24066/task/24122/stat : 24122 (java) S 24063 24066 20037 0 -1 1077944384 7320 13368 0 0 93 7 5 2 20 0 15 0 474057499 11109425152 234928 33554432000 4194304 4196468 140727598393184 140003000368272 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24123] ppid=24063 vsize=10849048 memory=54364 CPUtime=1.07 cores=1,3,5,7
/proc/24066/task/24123/stat : 24123 (java) S 24063 24066 20037 0 -1 1077944384 2266 13368 0 0 93 7 5 2 20 0 15 0 474057499 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002999315472 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24124] ppid=24063 vsize=10849048 memory=1988 CPUtime=0.93 cores=1,3,5,7
/proc/24066/task/24124/stat : 24124 (java) S 24063 24066 20037 0 -1 1077944384 5891 13368 0 0 79 7 5 2 20 0 15 0 474057500 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002568247408 140003108915842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24125] ppid=24063 vsize=10849048 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24125/stat : 24125 (java) S 24063 24066 20037 0 -1 1077944384 38 13368 0 0 0 0 5 2 20 0 15 0 474057500 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002567193440 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24126] ppid=24063 vsize=10849048 memory=939536 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24126/stat : 24126 (java) S 24063 24066 20037 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 474057501 11109425152 234928 33554432000 4194304 4196468 140727598393184 140001975198848 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24127] ppid=24063 vsize=10849048 memory=-7003737579269690708 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24127/stat : 24127 (java) S 24063 24066 20037 0 -1 1077944384 3 13368 0 0 0 0 5 2 20 0 15 0 474057503 11109425152 234928 33554432000 4194304 4196468 140727598393184 140001667799120 140003108923291 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24128] ppid=24063 vsize=10849048 memory=939536 CPUtime=4.33 cores=1,3,5,7
/proc/24066/task/24128/stat : 24128 (java) S 24063 24066 20037 0 -1 1077944384 21491 13368 0 0 422 4 5 2 20 0 15 0 474057503 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002533636720 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24129] ppid=24063 vsize=10849048 memory=31656 CPUtime=4.2 cores=1,3,5,7
/proc/24066/task/24129/stat : 24129 (java) S 24063 24066 20037 0 -1 1077944384 17463 13368 0 0 410 3 5 2 20 0 15 0 474057503 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002532583920 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24130] ppid=24063 vsize=10849048 memory=1556 CPUtime=3.06 cores=1,3,5,7
/proc/24066/task/24130/stat : 24130 (java) S 24063 24066 20037 0 -1 1077944384 13868 13368 0 0 295 4 5 2 20 0 15 0 474057503 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002531531632 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24131] ppid=24063 vsize=10849048 memory=532 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24131/stat : 24131 (java) S 24063 24066 20037 0 -1 1077944384 3 13368 0 0 0 0 5 2 20 0 15 0 474057503 11109425152 234928 33554432000 4194304 4196468 140727598393184 140001634241504 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24132] ppid=24063 vsize=10849048 memory=928 CPUtime=0.2 cores=1,3,5,7
/proc/24066/task/24132/stat : 24132 (java) S 24063 24066 20037 0 -1 1077944384 659 13368 0 0 6 7 5 2 20 0 15 0 474057504 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002530478512 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
Current children cumulated CPU time: 270.21 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 939712 KiB

[startup+257.601 s]
/proc/loadavg: 1.42 1.58 1.60 3/229 24415
/proc/meminfo: memFree=2244848/32770624 swapFree=66956604/67108860
[pid=24066] ppid=24063 vsize=10849048 memory=939712 CPUtime=271.82 cores=1,3,5,7
/proc/24066/stat : 24066 (java) S 24063 24066 20037 0 -1 1077944320 110902 13368 0 0 27102 73 5 2 20 0 15 0 474057489 11109425152 234928 33554432000 4194304 4196468 140727598393184 140727598375728 140003108904695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
/proc/24066/statm: 2712262 234928 3632 1 0 2674317 0
[pid=24066/tid=24119] ppid=24063 vsize=10849048 memory=1088 CPUtime=255.32 cores=1,3,5,7
/proc/24066/task/24119/stat : 24119 (java) R 24063 24066 20037 0 -1 4202560 34789 13368 0 0 25502 23 5 2 20 0 15 0 474057498 11109425152 234928 33554432000 4194304 4196468 140727598393184 140003080740704 140002676433607 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24120] ppid=24063 vsize=10849048 memory=988 CPUtime=1.08 cores=1,3,5,7
/proc/24066/task/24120/stat : 24120 (java) S 24063 24066 20037 0 -1 1077944384 2887 13368 0 0 94 7 5 2 20 0 15 0 474057499 11109425152 234928 33554432000 4194304 4196468 140727598393184 140003113147280 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24121] ppid=24063 vsize=10849048 memory=6791534058613427641 CPUtime=1.08 cores=1,3,5,7
/proc/24066/task/24121/stat : 24121 (java) S 24063 24066 20037 0 -1 1077944384 1988 13368 0 0 93 8 5 2 20 0 15 0 474057499 11109425152 234928 33554432000 4194304 4196468 140727598393184 140003001420560 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24122] ppid=24063 vsize=10849048 memory=54364 CPUtime=1.07 cores=1,3,5,7
/proc/24066/task/24122/stat : 24122 (java) S 24063 24066 20037 0 -1 1077944384 7324 13368 0 0 93 7 5 2 20 0 15 0 474057499 11109425152 234928 33554432000 4194304 4196468 140727598393184 140003000368272 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24123] ppid=24063 vsize=10849048 memory=1428 CPUtime=1.08 cores=1,3,5,7
/proc/24066/task/24123/stat : 24123 (java) S 24063 24066 20037 0 -1 1077944384 2267 13368 0 0 94 7 5 2 20 0 15 0 474057499 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002999315472 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24124] ppid=24063 vsize=10849048 memory=4104 CPUtime=0.94 cores=1,3,5,7
/proc/24066/task/24124/stat : 24124 (java) S 24063 24066 20037 0 -1 1077944384 5913 13368 0 0 80 7 5 2 20 0 15 0 474057500 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002568247408 140003108915842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24125] ppid=24063 vsize=10849048 memory=3620 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24125/stat : 24125 (java) S 24063 24066 20037 0 -1 1077944384 38 13368 0 0 0 0 5 2 20 0 15 0 474057500 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002567193440 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24126] ppid=24063 vsize=10849048 memory=54372 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24126/stat : 24126 (java) S 24063 24066 20037 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 474057501 11109425152 234928 33554432000 4194304 4196468 140727598393184 140001975198848 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24127] ppid=24063 vsize=10849048 memory=1988 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24127/stat : 24127 (java) S 24063 24066 20037 0 -1 1077944384 3 13368 0 0 0 0 5 2 20 0 15 0 474057503 11109425152 234928 33554432000 4194304 4196468 140727598393184 140001667799120 140003108923291 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24128] ppid=24063 vsize=10849048 memory=988 CPUtime=4.33 cores=1,3,5,7
/proc/24066/task/24128/stat : 24128 (java) S 24063 24066 20037 0 -1 1077944384 21491 13368 0 0 422 4 5 2 20 0 15 0 474057503 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002533636720 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24129] ppid=24063 vsize=10849048 memory=6791534058613427641 CPUtime=4.2 cores=1,3,5,7
/proc/24066/task/24129/stat : 24129 (java) S 24063 24066 20037 0 -1 1077944384 17463 13368 0 0 410 3 5 2 20 0 15 0 474057503 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002532583920 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24130] ppid=24063 vsize=10849048 memory=6791534058613427641 CPUtime=3.06 cores=1,3,5,7
/proc/24066/task/24130/stat : 24130 (java) S 24063 24066 20037 0 -1 1077944384 13868 13368 0 0 295 4 5 2 20 0 15 0 474057503 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002531531632 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24131] ppid=24063 vsize=10849048 memory=3636 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24131/stat : 24131 (java) S 24063 24066 20037 0 -1 1077944384 3 13368 0 0 0 0 5 2 20 0 15 0 474057503 11109425152 234928 33554432000 4194304 4196468 140727598393184 140001634241504 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24132] ppid=24063 vsize=10849048 memory=2832 CPUtime=0.2 cores=1,3,5,7
/proc/24066/task/24132/stat : 24132 (java) S 24063 24066 20037 0 -1 1077944384 659 13368 0 0 6 7 5 2 20 0 15 0 474057504 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002530478512 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
Current children cumulated CPU time: 271.82 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 939712 KiB

[startup+258.001 s]*
/proc/loadavg: 1.42 1.58 1.60 3/229 24415
/proc/meminfo: memFree=2244848/32770624 swapFree=66956604/67108860
[pid=24066] ppid=24063 vsize=10849048 memory=939712 CPUtime=272.24 cores=1,3,5,7
/proc/24066/stat : 24066 (java) S 24063 24066 20037 0 -1 1077944320 110905 13368 0 0 27144 73 5 2 20 0 15 0 474057489 11109425152 234928 33554432000 4194304 4196468 140727598393184 140727598375728 140003108904695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
/proc/24066/statm: 2712262 234928 3632 1 0 2674317 0
[pid=24066/tid=24119] ppid=24063 vsize=10849048 memory=6791534058613427641 CPUtime=255.72 cores=1,3,5,7
/proc/24066/task/24119/stat : 24119 (java) R 24063 24066 20037 0 -1 4202560 34792 13368 0 0 25542 23 5 2 20 0 15 0 474057498 11109425152 234928 33554432000 4194304 4196468 140727598393184 140003080740032 140002665263112 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24120] ppid=24063 vsize=10849048 memory=-7003737579269690708 CPUtime=1.08 cores=1,3,5,7
/proc/24066/task/24120/stat : 24120 (java) S 24063 24066 20037 0 -1 1077944384 2887 13368 0 0 94 7 5 2 20 0 15 0 474057499 11109425152 234928 33554432000 4194304 4196468 140727598393184 140003113147280 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24121] ppid=24063 vsize=10849048 memory=1556 CPUtime=1.08 cores=1,3,5,7
/proc/24066/task/24121/stat : 24121 (java) S 24063 24066 20037 0 -1 1077944384 1988 13368 0 0 93 8 5 2 20 0 15 0 474057499 11109425152 234928 33554432000 4194304 4196468 140727598393184 140003001420560 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24122] ppid=24063 vsize=10849048 memory=532 CPUtime=1.08 cores=1,3,5,7
/proc/24066/task/24122/stat : 24122 (java) S 24063 24066 20037 0 -1 1077944384 7324 13368 0 0 94 7 5 2 20 0 15 0 474057499 11109425152 234928 33554432000 4194304 4196468 140727598393184 140003000368272 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24123] ppid=24063 vsize=10849048 memory=928 CPUtime=1.09 cores=1,3,5,7
/proc/24066/task/24123/stat : 24123 (java) S 24063 24066 20037 0 -1 1077944384 2267 13368 0 0 94 8 5 2 20 0 15 0 474057499 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002999315472 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24124] ppid=24063 vsize=10849048 memory=1720 CPUtime=0.94 cores=1,3,5,7
/proc/24066/task/24124/stat : 24124 (java) S 24063 24066 20037 0 -1 1077944384 5913 13368 0 0 80 7 5 2 20 0 15 0 474057500 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002568247408 140003108915842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24125] ppid=24063 vsize=10849048 memory=1976 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24125/stat : 24125 (java) S 24063 24066 20037 0 -1 1077944384 38 13368 0 0 0 0 5 2 20 0 15 0 474057500 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002567193440 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24126] ppid=24063 vsize=10849048 memory=2432 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24126/stat : 24126 (java) S 24063 24066 20037 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 474057501 11109425152 234928 33554432000 4194304 4196468 140727598393184 140001975198848 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24127] ppid=24063 vsize=10849048 memory=1436 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24127/stat : 24127 (java) S 24063 24066 20037 0 -1 1077944384 3 13368 0 0 0 0 5 2 20 0 15 0 474057503 11109425152 234928 33554432000 4194304 4196468 140727598393184 140001667799120 140003108923291 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24128] ppid=24063 vsize=10849048 memory=808 CPUtime=4.33 cores=1,3,5,7
/proc/24066/task/24128/stat : 24128 (java) S 24063 24066 20037 0 -1 1077944384 21491 13368 0 0 422 4 5 2 20 0 15 0 474057503 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002533636720 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24129] ppid=24063 vsize=10849048 memory=1764 CPUtime=4.2 cores=1,3,5,7
/proc/24066/task/24129/stat : 24129 (java) S 24063 24066 20037 0 -1 1077944384 17463 13368 0 0 410 3 5 2 20 0 15 0 474057503 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002532583920 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24130] ppid=24063 vsize=10849048 memory=111628 CPUtime=3.06 cores=1,3,5,7
/proc/24066/task/24130/stat : 24130 (java) S 24063 24066 20037 0 -1 1077944384 13868 13368 0 0 295 4 5 2 20 0 15 0 474057503 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002531531632 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24131] ppid=24063 vsize=10849048 memory=800 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24131/stat : 24131 (java) S 24063 24066 20037 0 -1 1077944384 3 13368 0 0 0 0 5 2 20 0 15 0 474057503 11109425152 234928 33554432000 4194304 4196468 140727598393184 140001634241504 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24132] ppid=24063 vsize=10849048 memory=1804 CPUtime=0.2 cores=1,3,5,7
/proc/24066/task/24132/stat : 24132 (java) S 24063 24066 20037 0 -1 1077944384 659 13368 0 0 6 7 5 2 20 0 15 0 474057504 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002530478512 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
Current children cumulated CPU time: 272.24 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 939712 KiB

[startup+258.201 s]
/proc/loadavg: 1.42 1.58 1.60 3/229 24415
/proc/meminfo: memFree=2244848/32770624 swapFree=66956604/67108860
[pid=24066] ppid=24063 vsize=10849048 memory=939712 CPUtime=272.43 cores=1,3,5,7
/proc/24066/stat : 24066 (java) S 24063 24066 20037 0 -1 1077944320 110911 13368 0 0 27163 73 5 2 20 0 15 0 474057489 11109425152 234928 33554432000 4194304 4196468 140727598393184 140727598375728 140003108904695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
/proc/24066/statm: 2712262 234928 3632 1 0 2674317 0
[pid=24066/tid=24119] ppid=24063 vsize=10849048 memory=3848 CPUtime=255.91 cores=1,3,5,7
/proc/24066/task/24119/stat : 24119 (java) R 24063 24066 20037 0 -1 4202560 34793 13368 0 0 25561 23 5 2 20 0 15 0 474057498 11109425152 234928 33554432000 4194304 4196468 140727598393184 140003080740064 140002676279022 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24120] ppid=24063 vsize=10849048 memory=2912 CPUtime=1.08 cores=1,3,5,7
/proc/24066/task/24120/stat : 24120 (java) S 24063 24066 20037 0 -1 1077944384 2887 13368 0 0 94 7 5 2 20 0 15 0 474057499 11109425152 234928 33554432000 4194304 4196468 140727598393184 140003113147280 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24121] ppid=24063 vsize=10849048 memory=2864 CPUtime=1.08 cores=1,3,5,7
/proc/24066/task/24121/stat : 24121 (java) S 24063 24066 20037 0 -1 1077944384 1988 13368 0 0 93 8 5 2 20 0 15 0 474057499 11109425152 234928 33554432000 4194304 4196468 140727598393184 140003001420560 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24122] ppid=24063 vsize=10849048 memory=4104 CPUtime=1.08 cores=1,3,5,7
/proc/24066/task/24122/stat : 24122 (java) S 24063 24066 20037 0 -1 1077944384 7324 13368 0 0 94 7 5 2 20 0 15 0 474057499 11109425152 234928 33554432000 4194304 4196468 140727598393184 140003000368272 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24123] ppid=24063 vsize=10849048 memory=1408 CPUtime=1.09 cores=1,3,5,7
/proc/24066/task/24123/stat : 24123 (java) S 24063 24066 20037 0 -1 1077944384 2268 13368 0 0 94 8 5 2 20 0 15 0 474057499 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002999315472 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24124] ppid=24063 vsize=10849048 memory=2976 CPUtime=0.94 cores=1,3,5,7
/proc/24066/task/24124/stat : 24124 (java) S 24063 24066 20037 0 -1 1077944384 5917 13368 0 0 80 7 5 2 20 0 15 0 474057500 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002568247408 140003108915842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24125] ppid=24063 vsize=10849048 memory=939712 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24125/stat : 24125 (java) S 24063 24066 20037 0 -1 1077944384 38 13368 0 0 0 0 5 2 20 0 15 0 474057500 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002567193440 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24126] ppid=24063 vsize=10849048 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24126/stat : 24126 (java) S 24063 24066 20037 0 -1 1077944384 2 13368 0 0 0 0 5 2 20 0 15 0 474057501 11109425152 234928 33554432000 4194304 4196468 140727598393184 140001975198848 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24127] ppid=24063 vsize=10849048 memory=3036 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24127/stat : 24127 (java) S 24063 24066 20037 0 -1 1077944384 3 13368 0 0 0 0 5 2 20 0 15 0 474057503 11109425152 234928 33554432000 4194304 4196468 140727598393184 140001667799120 140003108923291 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24128] ppid=24063 vsize=10849048 memory=812144 CPUtime=4.33 cores=1,3,5,7
/proc/24066/task/24128/stat : 24128 (java) S 24063 24066 20037 0 -1 1077944384 21491 13368 0 0 422 4 5 2 20 0 15 0 474057503 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002533636720 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24129] ppid=24063 vsize=10849048 memory=6791534058613427641 CPUtime=4.2 cores=1,3,5,7
/proc/24066/task/24129/stat : 24129 (java) S 24063 24066 20037 0 -1 1077944384 17463 13368 0 0 410 3 5 2 20 0 15 0 474057503 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002532583920 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24130] ppid=24063 vsize=10849048 memory=-7003737579269690708 CPUtime=3.06 cores=1,3,5,7
/proc/24066/task/24130/stat : 24130 (java) S 24063 24066 20037 0 -1 1077944384 13868 13368 0 0 295 4 5 2 20 0 15 0 474057503 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002531531632 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24131] ppid=24063 vsize=10849048 memory=808 CPUtime=0.07 cores=1,3,5,7
/proc/24066/task/24131/stat : 24131 (java) S 24063 24066 20037 0 -1 1077944384 3 13368 0 0 0 0 5 2 20 0 15 0 474057503 11109425152 234928 33554432000 4194304 4196468 140727598393184 140001634241504 140003108914901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
[pid=24066/tid=24132] ppid=24063 vsize=10849048 memory=1764 CPUtime=0.2 cores=1,3,5,7
/proc/24066/task/24132/stat : 24132 (java) S 24063 24066 20037 0 -1 1077944384 659 13368 0 0 6 7 5 2 20 0 15 0 474057504 11109425152 234928 33554432000 4194304 4196468 140727598393184 140002530478512 140003108915842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33144832 140727598398052 140727598400693 140727598400693 140727598403535 0
Current children cumulated CPU time: 272.43 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 939712 KiB

Child status: 0
Real time (s): 258.221
CPU time (s): 272.475
CPU user time (s): 271.698
CPU system time (s): 0.776676
CPU usage (%): 105.52
Max. virtual memory (cumulated for all children) (KiB): 10851692
Max. memory (cumulated for all children) (KiB): 1036132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 271.698
system time used= 0.776676
maximum resident set size= 1038180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125731
page faults= 0
swaps= 0
block input operations= 0
block output operations= 472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31926
involuntary context switches= 1168


# summary of solver processes directly reported to runsolver:
#   pid: 24066
#   total CPU time (s): 272.475
#   total CPU user time (s): 271.698
#   total CPU system time (s): 0.776676

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.97771 second user time and 2.06806 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-20 13:15:50
IDJOB=4402828
IDBENCH=133281
IDSOLVER=2861
FILE ID=node149/4402828-1568978188
RUNJOBID= node149-1568967598-20069
PBS_JOBID= 21704611
Free space on /var/tmp= 13448 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Mario/Mario-zinc-s1/Mario-n-medium-4.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402828-1568978188/watcher-4402828-1568978188 -o /var/tmp/evaluation-result-4402828-1568978188/solver-4402828-1568978188 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1568967598-20069 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=579841060 HOME/instance-4402828-1568978188.xml

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

MD5SUM BENCH= 6d883eab13fdde7c2f2cac6b4a0af40c
RANDOM SEED=579841060

node149.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.81
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.81
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.81
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.81
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:         3317764 kB
MemAvailable:   31161296 kB
Buffers:          143648 kB
Cached:         27625168 kB
SwapCached:        41588 kB
Active:         14504928 kB
Inactive:       13966844 kB
Active(anon):     661244 kB
Inactive(anon):    85708 kB
Active(file):   13843684 kB
Inactive(file): 13881136 kB
Unevictable:      109700 kB
Mlocked:          109700 kB
SwapTotal:      67108860 kB
SwapFree:       66956604 kB
Dirty:             35296 kB
Writeback:             0 kB
AnonPages:        772248 kB
Mapped:            65200 kB
Shmem:             35620 kB
Slab:             576712 kB
SReclaimable:     547172 kB
SUnreclaim:        29540 kB
KernelStack:        3792 kB
PageTables:         7464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1945708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    614400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /var/tmp at the end= 13412 MiB
End job on node149 at 2019-09-20 13:20:09