Trace number 4395817

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 NameAnswerCPU timeWall clock time
Concrete 3.12.2SAT 16.2335 8.79122

General information on the benchmark

NameSudoku/
Sudoku-table-s1/Sudoku-s10c-table.xml
MD5SUM8248e4e11a775a898590caffd4c1e549
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.54494
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints28
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":81}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":49},{"degree":4,"count":32}]
Minimum constraint arity9
Maximum constraint arity32
Distribution of constraint arities[{"arity":9,"count":27},{"arity":32,"count":1}]
Number of extensional constraints27
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":27},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.78/0.54	c Concrete v3.12.2.1568380929293 running
16.00/8.76	v <instantiation
16.00/8.76	v         >
16.00/8.76	v       <list>
16.00/8.76	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8]
16.00/8.76	v       </list>
16.00/8.76	v       <values>
16.00/8.76	v         1 9 3 6 7 2 4 8 5 4 6 2 3 5 8 9 7 1 7 8 5 9 1 4 6 2 3 5 3 8 2 9 6 7 1 4 6 7 4 1 3 5 2 9 8 2 1 9 4 8 7 3 5 6 8 2 6 7 4 1 5 3 9 9 4 1 5 2 3 8 6 7 3 5 7 8 6 9 1 4 2
16.00/8.76	v       </values>
16.00/8.76	v     </instantiation>
16.00/8.76	s SATISFIABLE

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395817-1568393533/watcher-4395817-1568393533 -o /tmp/evaluation-result-4395817-1568393533/solver-4395817-1568393533 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568393484-30986 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=40804620 HOME/instance-4395817-1568393533.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
solver pid=31209, runsolver pid=31206
Current StackSize limit: 8192 KiB


[startup+0.100107 s]*
/proc/loadavg: 1.39 1.10 1.25 3/219 31266
/proc/meminfo: memFree=31225504/32770624 swapFree=67004204/67108860
[pid=31209] ppid=31206 vsize=10055356 memory=19124 CPUtime=0.1 cores=1,3,5,7
/proc/31209/stat : 31209 (java) S 31206 31209 30411 0 -1 1077944320 4529 13036 0 0 1 1 5 3 20 0 7 0 415514920 10296684544 4781 33554432000 4194304 4196468 140733483740720 140733483723264 140607681982199 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
/proc/31209/statm: 2513839 4781 2016 1 0 2502277 0
[pid=31209/tid=31262] ppid=31206 vsize=10055356 memory=720575944405811505 CPUtime=0.09 cores=1,3,5,7
/proc/31209/task/31262/stat : 31262 (java) R 31206 31209 30411 0 -1 4202560 2314 13036 0 0 1 0 5 3 20 0 7 0 415514928 10296684544 4781 33554432000 4194304 4196468 140733483740720 140607653825296 140607682004125 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31263] ppid=31206 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31263/stat : 31263 (java) S 31206 31209 30411 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 7 0 415514929 10296684544 4781 33554432000 4194304 4196468 140733483740720 140607686224912 140607681992405 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31264] ppid=31206 vsize=10055356 memory=288370870209906304 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31264/stat : 31264 (java) S 31206 31209 30411 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 7 0 415514929 10296684544 4781 33554432000 4194304 4196468 140733483740720 140607574498448 140607681992405 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31265] ppid=31206 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31265/stat : 31265 (java) S 31206 31209 30411 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 7 0 415514929 10296684544 4781 33554432000 4194304 4196468 140733483740720 140607573445392 140607681992405 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31266] ppid=31206 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31266/stat : 31266 (java) S 31206 31209 30411 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 7 0 415514929 10296684544 4781 33554432000 4194304 4196468 140733483740720 140607572392848 140607681992405 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31267] ppid=31206 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31267/stat : 31267 (java) S 31206 31209 30411 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 7 0 415514931 10296684544 4781 33554432000 4194304 4196468 140733483740720 140607140862192 140607681993346 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 19124 KiB

[startup+0.209965 s]*
/proc/loadavg: 1.39 1.10 1.25 3/228 31275
/proc/meminfo: memFree=31210448/32770624 swapFree=67004204/67108860
[pid=31209] ppid=31206 vsize=10820116 memory=40820 CPUtime=0.27 cores=1,3,5,7
/proc/31209/stat : 31209 (java) S 31206 31209 30411 0 -1 1077944320 7097 13036 0 0 18 1 5 3 20 0 15 0 415514920 11079798784 10205 33554432000 4194304 4196468 140733483740720 140733483723264 140607681982199 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
/proc/31209/statm: 2705029 10205 3226 1 0 2667149 0
[pid=31209/tid=31262] ppid=31206 vsize=10820128 memory=751940894209540401 CPUtime=0.2 cores=1,3,5,7
/proc/31209/task/31262/stat : 31262 (java) R 31206 31209 30411 0 -1 4202560 3583 13036 0 0 11 1 5 3 20 0 15 0 415514928 11079811072 10205 33554432000 4194304 4196468 140733483740720 140607653815216 140607674660213 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31263] ppid=31206 vsize=10820136 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31263/stat : 31263 (java) S 31206 31209 30411 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 415514929 11079819264 10205 33554432000 4194304 4196468 140733483740720 140607686224912 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31264] ppid=31206 vsize=10820136 memory=288370870209906304 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31264/stat : 31264 (java) S 31206 31209 30411 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 415514929 11079819264 10205 33554432000 4194304 4196468 140733483740720 140607574498448 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31265] ppid=31206 vsize=10820136 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31265/stat : 31265 (java) S 31206 31209 30411 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 415514929 11079819264 10205 33554432000 4194304 4196468 140733483740720 140607573445392 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31266] ppid=31206 vsize=10820136 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31266/stat : 31266 (java) S 31206 31209 30411 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 415514929 11079819264 10205 33554432000 4194304 4196468 140733483740720 140607572392848 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31267] ppid=31206 vsize=10820136 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31267/stat : 31267 (java) S 31206 31209 30411 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 415514931 11079819264 10205 33554432000 4194304 4196468 140733483740720 140607140862192 140607681993346 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31268] ppid=31206 vsize=10820136 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31268/stat : 31268 (java) S 31206 31209 30411 0 -1 1077944384 33 13036 0 0 0 0 5 3 20 0 15 0 415514931 11079819264 10205 33554432000 4194304 4196468 140733483740720 140607139808416 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31269] ppid=31206 vsize=10820140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31269/stat : 31269 (java) S 31206 31209 30411 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 415514931 11079823360 10205 33554432000 4194304 4196468 140733483740720 140606558954224 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31270] ppid=31206 vsize=10820140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31270/stat : 31270 (java) S 31206 31209 30411 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 415514934 11079823360 10205 33554432000 4194304 4196468 140733483740720 140606251554768 140607682000795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31271] ppid=31206 vsize=10820140 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/31209/task/31271/stat : 31271 (java) S 31206 31209 30411 0 -1 1077944384 594 13036 0 0 1 0 5 3 20 0 15 0 415514934 11079823360 10205 33554432000 4194304 4196468 140733483740720 140607106251504 140607681993346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31272] ppid=31206 vsize=10820140 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/31209/task/31272/stat : 31272 (java) R 31206 31209 30411 0 -1 4202560 57 13036 0 0 1 0 5 3 20 0 15 0 415514934 11079823360 10205 33554432000 4194304 4196468 140733483740720 140607105198960 140607661636480 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31273] ppid=31206 vsize=10820148 memory=140494058194560 CPUtime=0.11 cores=1,3,5,7
/proc/31209/task/31273/stat : 31273 (java) S 31206 31209 30411 0 -1 1077944384 612 13036 0 0 3 0 5 3 20 0 15 0 415514934 11079831552 10205 33554432000 4194304 4196468 140733483740720 140607104145904 140607681993346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31274] ppid=31206 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31274/stat : 31274 (java) S 31206 31209 30411 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 415514934 11079831552 10205 33554432000 4194304 4196468 140733483740720 140606217997152 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31275] ppid=31206 vsize=10820148 memory=140494058194560 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31275/stat : 31275 (java) S 31206 31209 30411 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 415514934 11079831552 10205 33554432000 4194304 4196468 140733483740720 140607103093296 140607681993346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820116 KiB
Current children cumulated memory: 40820 KiB

[startup+0.31051 s]*
/proc/loadavg: 1.39 1.10 1.25 3/228 31275
/proc/meminfo: memFree=31197640/32770624 swapFree=67004204/67108860
[pid=31209] ppid=31206 vsize=10820264 memory=49872 CPUtime=0.4 cores=1,3,5,7
/proc/31209/stat : 31209 (java) S 31206 31209 30411 0 -1 1077944320 10639 13036 0 0 29 3 5 3 20 0 15 0 415514920 11079950336 12468 33554432000 4194304 4196468 140733483740720 140733483723264 140607681982199 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
/proc/31209/statm: 2705066 12468 3336 1 0 2667149 0
[pid=31209/tid=31262] ppid=31206 vsize=10820264 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/31209/task/31262/stat : 31262 (java) R 31206 31209 30411 0 -1 4202560 7099 13036 0 0 19 2 5 3 20 0 15 0 415514928 11079950336 12468 33554432000 4194304 4196468 140733483740720 140607653795520 140607667675651 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31263] ppid=31206 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31263/stat : 31263 (java) S 31206 31209 30411 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 415514929 11079950336 12468 33554432000 4194304 4196468 140733483740720 140607686224912 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31264] ppid=31206 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31264/stat : 31264 (java) S 31206 31209 30411 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 415514929 11079950336 12468 33554432000 4194304 4196468 140733483740720 140607574498448 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31265] ppid=31206 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31265/stat : 31265 (java) S 31206 31209 30411 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 415514929 11079950336 12468 33554432000 4194304 4196468 140733483740720 140607573445392 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31266] ppid=31206 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31266/stat : 31266 (java) S 31206 31209 30411 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 415514929 11079950336 12468 33554432000 4194304 4196468 140733483740720 140607572392848 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31267] ppid=31206 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31267/stat : 31267 (java) S 31206 31209 30411 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 415514931 11079950336 12468 33554432000 4194304 4196468 140733483740720 140607140862192 140607681993346 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31268] ppid=31206 vsize=10820264 memory=140494058194559 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31268/stat : 31268 (java) S 31206 31209 30411 0 -1 1077944384 33 13036 0 0 0 0 5 3 20 0 15 0 415514931 11079950336 12468 33554432000 4194304 4196468 140733483740720 140607139808416 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31269] ppid=31206 vsize=10820264 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31269/stat : 31269 (java) S 31206 31209 30411 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 415514931 11079950336 12468 33554432000 4194304 4196468 140733483740720 140606558954224 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31270] ppid=31206 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31270/stat : 31270 (java) S 31206 31209 30411 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 415514934 11079950336 12468 33554432000 4194304 4196468 140733483740720 140606251554768 140607682000795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31271] ppid=31206 vsize=10820264 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/31209/task/31271/stat : 31271 (java) S 31206 31209 30411 0 -1 1077944384 595 13036 0 0 2 0 5 3 20 0 15 0 415514934 11079950336 12468 33554432000 4194304 4196468 140733483740720 140607106251504 140607681993346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31272] ppid=31206 vsize=10820264 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/31209/task/31272/stat : 31272 (java) S 31206 31209 30411 0 -1 1077944384 66 13036 0 0 1 0 5 3 20 0 15 0 415514934 11079950336 12468 33554432000 4194304 4196468 140733483740720 140607105198960 140607681993346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31273] ppid=31206 vsize=10820264 memory=140494058194560 CPUtime=0.13 cores=1,3,5,7
/proc/31209/task/31273/stat : 31273 (java) S 31206 31209 30411 0 -1 1077944384 621 13036 0 0 5 0 5 3 20 0 15 0 415514934 11079950336 12468 33554432000 4194304 4196468 140733483740720 140607104145904 140607681993346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31274] ppid=31206 vsize=10820264 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31274/stat : 31274 (java) S 31206 31209 30411 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 415514934 11079950336 12468 33554432000 4194304 4196468 140733483740720 140606217997152 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31275] ppid=31206 vsize=10820264 memory=140494058194560 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31275/stat : 31275 (java) S 31206 31209 30411 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 415514934 11079950336 12468 33554432000 4194304 4196468 140733483740720 140607103093296 140607681993346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820264 KiB
Current children cumulated memory: 49872 KiB

[startup+0.7007 s]
/proc/loadavg: 1.39 1.10 1.25 3/228 31275
/proc/meminfo: memFree=31182968/32770624 swapFree=67004204/67108860
[pid=31209] ppid=31206 vsize=10824360 memory=83160 CPUtime=1.16 cores=1,3,5,7
/proc/31209/stat : 31209 (java) S 31206 31209 30411 0 -1 1077944320 14863 13036 0 0 102 6 5 3 20 0 15 0 415514920 11084144640 20790 33554432000 4194304 4196468 140733483740720 140733483723264 140607681982199 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
/proc/31209/statm: 2706090 20790 3503 1 0 2668173 0
[pid=31209/tid=31262] ppid=31206 vsize=10824360 memory=1556 CPUtime=0.68 cores=1,3,5,7
/proc/31209/task/31262/stat : 31262 (java) R 31206 31209 30411 0 -1 4202560 10114 13036 0 0 56 4 5 3 20 0 15 0 415514928 11084144640 20790 33554432000 4194304 4196468 140733483740720 140607653800128 140607681994134 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31263] ppid=31206 vsize=10824360 memory=740 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31263/stat : 31263 (java) S 31206 31209 30411 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 415514929 11084144640 20790 33554432000 4194304 4196468 140733483740720 140607686224912 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31264] ppid=31206 vsize=10824360 memory=1052 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31264/stat : 31264 (java) S 31206 31209 30411 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 415514929 11084144640 20790 33554432000 4194304 4196468 140733483740720 140607574498448 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31265] ppid=31206 vsize=10824360 memory=7548 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31265/stat : 31265 (java) S 31206 31209 30411 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 415514929 11084144640 20790 33554432000 4194304 4196468 140733483740720 140607573445392 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31266] ppid=31206 vsize=10824360 memory=4004 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31266/stat : 31266 (java) S 31206 31209 30411 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 415514929 11084144640 20790 33554432000 4194304 4196468 140733483740720 140607572392848 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31267] ppid=31206 vsize=10824360 memory=140494058193441 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31267/stat : 31267 (java) S 31206 31209 30411 0 -1 1077944384 5 13036 0 0 0 0 5 3 20 0 15 0 415514931 11084144640 20790 33554432000 4194304 4196468 140733483740720 140607140862192 140607681993346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31268] ppid=31206 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31268/stat : 31268 (java) S 31206 31209 30411 0 -1 1077944384 33 13036 0 0 0 0 5 3 20 0 15 0 415514931 11084144640 20790 33554432000 4194304 4196468 140733483740720 140607139808416 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31269] ppid=31206 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31269/stat : 31269 (java) S 31206 31209 30411 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 415514931 11084144640 20790 33554432000 4194304 4196468 140733483740720 140606558954224 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31270] ppid=31206 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31270/stat : 31270 (java) S 31206 31209 30411 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 415514934 11084144640 20790 33554432000 4194304 4196468 140733483740720 140606251554768 140607682000795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31271] ppid=31206 vsize=10824360 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/31209/task/31271/stat : 31271 (java) S 31206 31209 30411 0 -1 1077944384 997 13036 0 0 12 0 5 3 20 0 15 0 415514934 11084144640 20790 33554432000 4194304 4196468 140733483740720 140607106251504 140607681993346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31272] ppid=31206 vsize=10824360 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/31209/task/31272/stat : 31272 (java) S 31206 31209 30411 0 -1 1077944384 634 13036 0 0 16 0 5 3 20 0 15 0 415514934 11084144640 20790 33554432000 4194304 4196468 140733483740720 140607105198960 140607681993346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31273] ppid=31206 vsize=10824360 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/31209/task/31273/stat : 31273 (java) S 31206 31209 30411 0 -1 1077944384 857 13036 0 0 17 0 5 3 20 0 15 0 415514934 11084144640 20790 33554432000 4194304 4196468 140733483740720 140607104145904 140607681993346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31274] ppid=31206 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31274/stat : 31274 (java) S 31206 31209 30411 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 415514934 11084144640 20790 33554432000 4194304 4196468 140733483740720 140606217997152 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31275] ppid=31206 vsize=10824360 memory=3588 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31275/stat : 31275 (java) S 31206 31209 30411 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 415514934 11084144640 20790 33554432000 4194304 4196468 140733483740720 140607103093296 140607681993346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83160 KiB

[startup+1.50076 s]
/proc/loadavg: 1.39 1.10 1.25 5/228 31275
/proc/meminfo: memFree=30955276/32770624 swapFree=67004204/67108860
[pid=31209] ppid=31206 vsize=10826484 memory=438376 CPUtime=2.78 cores=1,3,5,7
/proc/31209/stat : 31209 (java) S 31206 31209 30411 0 -1 1077944320 17039 13036 0 0 249 21 5 3 20 0 15 0 415514920 11086319616 109594 33554432000 4194304 4196468 140733483740720 140733483723264 140607681982199 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
/proc/31209/statm: 2706621 109594 3578 1 0 2668685 0
[pid=31209/tid=31262] ppid=31206 vsize=10826484 memory=280987900609088 CPUtime=1.4 cores=1,3,5,7
/proc/31209/task/31262/stat : 31262 (java) R 31206 31209 30411 0 -1 4202560 10823 13036 0 0 124 8 5 3 20 0 15 0 415514928 11086319616 109594 33554432000 4194304 4196468 140733483740720 140607653817152 140607250593099 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31263] ppid=31206 vsize=10826484 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/31209/task/31263/stat : 31263 (java) S 31206 31209 30411 0 -1 1077944384 79 13036 0 0 3 2 5 3 20 0 15 0 415514929 11086319616 109594 33554432000 4194304 4196468 140733483740720 140607686224912 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31264] ppid=31206 vsize=10826484 memory=-7531822216213012384 CPUtime=0.13 cores=1,3,5,7
/proc/31209/task/31264/stat : 31264 (java) S 31206 31209 30411 0 -1 1077944384 64 13036 0 0 3 2 5 3 20 0 15 0 415514929 11086319616 109594 33554432000 4194304 4196468 140733483740720 140607574498448 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31265] ppid=31206 vsize=10826484 memory=-7522837415797432224 CPUtime=0.13 cores=1,3,5,7
/proc/31209/task/31265/stat : 31265 (java) S 31206 31209 30411 0 -1 1077944384 248 13036 0 0 3 2 5 3 20 0 15 0 415514929 11086319616 109594 33554432000 4194304 4196468 140733483740720 140607573445392 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31266] ppid=31206 vsize=10826484 memory=6944656592455360608 CPUtime=0.13 cores=1,3,5,7
/proc/31209/task/31266/stat : 31266 (java) S 31206 31209 30411 0 -1 1077944384 107 13036 0 0 3 2 5 3 20 0 15 0 415514929 11086319616 109594 33554432000 4194304 4196468 140733483740720 140607572392848 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31267] ppid=31206 vsize=10826484 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31267/stat : 31267 (java) S 31206 31209 30411 0 -1 1077944384 211 13036 0 0 0 0 5 3 20 0 15 0 415514931 11086319616 109594 33554432000 4194304 4196468 140733483740720 140607140862192 140607681993346 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31268] ppid=31206 vsize=10826484 memory=5941190579427120278 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31268/stat : 31268 (java) S 31206 31209 30411 0 -1 1077944384 34 13036 0 0 0 0 5 3 20 0 15 0 415514931 11086319616 109594 33554432000 4194304 4196468 140733483740720 140607139808416 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31269] ppid=31206 vsize=10826484 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31269/stat : 31269 (java) S 31206 31209 30411 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 415514931 11086319616 109594 33554432000 4194304 4196468 140733483740720 140606558954224 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31270] ppid=31206 vsize=10826484 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31270/stat : 31270 (java) S 31206 31209 30411 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 415514934 11086319616 109594 33554432000 4194304 4196468 140733483740720 140606251554768 140607682000795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31271] ppid=31206 vsize=10826484 memory=6852 CPUtime=0.44 cores=1,3,5,7
/proc/31209/task/31271/stat : 31271 (java) S 31206 31209 30411 0 -1 1077944384 1368 13036 0 0 36 0 5 3 20 0 15 0 415514934 11086319616 109594 33554432000 4194304 4196468 140733483740720 140607106251504 140607681993346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31272] ppid=31206 vsize=10826484 memory=2244 CPUtime=0.5 cores=1,3,5,7
/proc/31209/task/31272/stat : 31272 (java) S 31206 31209 30411 0 -1 1077944384 748 13036 0 0 42 0 5 3 20 0 15 0 415514934 11086319616 109594 33554432000 4194304 4196468 140733483740720 140607105198960 140607681993346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31273] ppid=31206 vsize=10826484 memory=1556 CPUtime=0.37 cores=1,3,5,7
/proc/31209/task/31273/stat : 31273 (java) S 31206 31209 30411 0 -1 1077944384 1138 13036 0 0 29 0 5 3 20 0 15 0 415514934 11086319616 109594 33554432000 4194304 4196468 140733483740720 140607104145904 140607681993346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31274] ppid=31206 vsize=10826484 memory=740 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31274/stat : 31274 (java) S 31206 31209 30411 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 415514934 11086319616 109594 33554432000 4194304 4196468 140733483740720 140606217997152 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31275] ppid=31206 vsize=10826484 memory=1052 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31275/stat : 31275 (java) S 31206 31209 30411 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 415514934 11086319616 109594 33554432000 4194304 4196468 140733483740720 140607103093296 140607681993346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0

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

[pid=31209/tid=31274] ppid=31206 vsize=10840840 memory=280987901404592 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31274/stat : 31274 (java) S 31206 31209 30411 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 415514934 11101020160 364222 33554432000 4194304 4196468 140733483740720 140606217997152 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31275] ppid=31206 vsize=10840840 memory=280987901192848 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31275/stat : 31275 (java) S 31206 31209 30411 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 415514934 11101020160 364222 33554432000 4194304 4196468 140733483740720 140607103093296 140607681993346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
Current children cumulated CPU time: 11.71 s
Current children cumulated vsize: 10840840 KiB
Current children cumulated memory: 1456888 KiB

[startup+8.00106 s]*
/proc/loadavg: 1.55 1.14 1.27 6/228 31275
/proc/meminfo: memFree=29237972/32770624 swapFree=67004204/67108860
[pid=31209] ppid=31206 vsize=10840840 memory=1886656 CPUtime=13.76 cores=1,3,5,7
/proc/31209/stat : 31209 (java) S 31206 31209 30411 0 -1 1077944320 32952 13036 0 0 1290 78 5 3 20 0 15 0 415514920 11101020160 471664 33554432000 4194304 4196468 140733483740720 140733483723264 140607681982199 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
/proc/31209/statm: 2710210 471664 3613 1 0 2672269 0
[pid=31209/tid=31262] ppid=31206 vsize=10840840 memory=8317482817917895235 CPUtime=7.45 cores=1,3,5,7
/proc/31209/task/31262/stat : 31262 (java) R 31206 31209 30411 0 -1 4202560 18622 13036 0 0 711 26 5 3 20 0 15 0 415514928 11101020160 471664 33554432000 4194304 4196468 140733483740720 140607653810144 140607666062686 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31263] ppid=31206 vsize=10840840 memory=280987900575984 CPUtime=0.45 cores=1,3,5,7
/proc/31209/task/31263/stat : 31263 (java) S 31206 31209 30411 0 -1 1077944384 385 13036 0 0 26 11 5 3 20 0 15 0 415514929 11101020160 471664 33554432000 4194304 4196468 140733483740720 140607686224912 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31264] ppid=31206 vsize=10840840 memory=280987900575874 CPUtime=0.45 cores=1,3,5,7
/proc/31209/task/31264/stat : 31264 (java) S 31206 31209 30411 0 -1 1077944384 424 13036 0 0 25 12 5 3 20 0 15 0 415514929 11101020160 471664 33554432000 4194304 4196468 140733483740720 140607574498448 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31265] ppid=31206 vsize=10840840 memory=7236229500900889449 CPUtime=0.44 cores=1,3,5,7
/proc/31209/task/31265/stat : 31265 (java) S 31206 31209 30411 0 -1 1077944384 558 13036 0 0 25 11 5 3 20 0 15 0 415514929 11101020160 471664 33554432000 4194304 4196468 140733483740720 140607573445392 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31266] ppid=31206 vsize=10840840 memory=7230639588482966635 CPUtime=0.45 cores=1,3,5,7
/proc/31209/task/31266/stat : 31266 (java) S 31206 31209 30411 0 -1 1077944384 425 13036 0 0 26 11 5 3 20 0 15 0 415514929 11101020160 471664 33554432000 4194304 4196468 140733483740720 140607572392848 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31267] ppid=31206 vsize=10840840 memory=-2893623298589923098 CPUtime=0.21 cores=1,3,5,7
/proc/31209/task/31267/stat : 31267 (java) S 31206 31209 30411 0 -1 1077944384 1098 13036 0 0 13 0 5 3 20 0 15 0 415514931 11101020160 471664 33554432000 4194304 4196468 140733483740720 140607140862192 140607681993346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31268] ppid=31206 vsize=10840840 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31268/stat : 31268 (java) S 31206 31209 30411 0 -1 1077944384 34 13036 0 0 0 0 5 3 20 0 15 0 415514931 11101020160 471664 33554432000 4194304 4196468 140733483740720 140607139808480 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31269] ppid=31206 vsize=10840840 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31269/stat : 31269 (java) S 31206 31209 30411 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 415514931 11101020160 471664 33554432000 4194304 4196468 140733483740720 140606558954240 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31270] ppid=31206 vsize=10840840 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31270/stat : 31270 (java) S 31206 31209 30411 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 415514934 11101020160 471664 33554432000 4194304 4196468 140733483740720 140606251554768 140607682000795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31271] ppid=31206 vsize=10840840 memory=-7361174377247368086 CPUtime=1.86 cores=1,3,5,7
/proc/31209/task/31271/stat : 31271 (java) R 31206 31209 30411 0 -1 4202560 2562 13036 0 0 177 1 5 3 20 0 15 0 415514934 11101020160 471664 33554432000 4194304 4196468 140733483740720 140607106239056 140607667092280 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31272] ppid=31206 vsize=10840840 memory=-6876588461455810464 CPUtime=2.01 cores=1,3,5,7
/proc/31209/task/31272/stat : 31272 (java) R 31206 31209 30411 0 -1 4202560 3307 13036 0 0 193 0 5 3 20 0 15 0 415514934 11101020160 471664 33554432000 4194304 4196468 140733483740720 140607105179536 140607665478939 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31273] ppid=31206 vsize=10840840 memory=5787477641288517003 CPUtime=0.97 cores=1,3,5,7
/proc/31209/task/31273/stat : 31273 (java) S 31206 31209 30411 0 -1 1077944384 3317 13036 0 0 88 1 5 3 20 0 15 0 415514934 11101020160 471664 33554432000 4194304 4196468 140733483740720 140607104145904 140607681993346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31274] ppid=31206 vsize=10840840 memory=-8961168018402230209 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31274/stat : 31274 (java) S 31206 31209 30411 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 415514934 11101020160 471664 33554432000 4194304 4196468 140733483740720 140606217997152 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31275] ppid=31206 vsize=10840840 memory=-8253362762722141311 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31275/stat : 31275 (java) S 31206 31209 30411 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 415514934 11101020160 471664 33554432000 4194304 4196468 140733483740720 140607103093296 140607681993346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
Current children cumulated CPU time: 13.76 s
Current children cumulated vsize: 10840840 KiB
Current children cumulated memory: 1886656 KiB

[startup+8.40078 s]
/proc/loadavg: 1.55 1.14 1.27 6/228 31275
/proc/meminfo: memFree=29237972/32770624 swapFree=67004204/67108860
[pid=31209] ppid=31206 vsize=10842888 memory=1891028 CPUtime=15.02 cores=1,3,5,7
/proc/31209/stat : 31209 (java) S 31206 31209 30411 0 -1 1077944320 34067 13036 0 0 1415 79 5 3 20 0 15 0 415514920 11103117312 472757 33554432000 4194304 4196468 140733483740720 140733483723264 140607681982199 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
/proc/31209/statm: 2710722 472757 3613 1 0 2672781 0
[pid=31209/tid=31262] ppid=31206 vsize=10842888 memory=-7018678008598327130 CPUtime=7.83 cores=1,3,5,7
/proc/31209/task/31262/stat : 31262 (java) R 31206 31209 30411 0 -1 4202560 19298 13036 0 0 749 26 5 3 20 0 15 0 415514928 11103117312 472757 33554432000 4194304 4196468 140733483740720 140607653814704 140607682004125 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31263] ppid=31206 vsize=10842888 memory=-7524763381268044119 CPUtime=0.45 cores=1,3,5,7
/proc/31209/task/31263/stat : 31263 (java) S 31206 31209 30411 0 -1 1077944384 385 13036 0 0 26 11 5 3 20 0 15 0 415514929 11103117312 472757 33554432000 4194304 4196468 140733483740720 140607686224912 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31264] ppid=31206 vsize=10842888 memory=4493084566509496218 CPUtime=0.45 cores=1,3,5,7
/proc/31209/task/31264/stat : 31264 (java) S 31206 31209 30411 0 -1 1077944384 424 13036 0 0 25 12 5 3 20 0 15 0 415514929 11103117312 472757 33554432000 4194304 4196468 140733483740720 140607574498448 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31265] ppid=31206 vsize=10842888 memory=-6006511502995447388 CPUtime=0.44 cores=1,3,5,7
/proc/31209/task/31265/stat : 31265 (java) S 31206 31209 30411 0 -1 1077944384 558 13036 0 0 25 11 5 3 20 0 15 0 415514929 11103117312 472757 33554432000 4194304 4196468 140733483740720 140607573445392 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31266] ppid=31206 vsize=10842888 memory=7449886592206191719 CPUtime=0.45 cores=1,3,5,7
/proc/31209/task/31266/stat : 31266 (java) S 31206 31209 30411 0 -1 1077944384 425 13036 0 0 26 11 5 3 20 0 15 0 415514929 11103117312 472757 33554432000 4194304 4196468 140733483740720 140607572392848 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31267] ppid=31206 vsize=10842888 memory=-7306664173060117615 CPUtime=0.21 cores=1,3,5,7
/proc/31209/task/31267/stat : 31267 (java) S 31206 31209 30411 0 -1 1077944384 1098 13036 0 0 13 0 5 3 20 0 15 0 415514931 11103117312 472757 33554432000 4194304 4196468 140733483740720 140607140862192 140607681993346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31268] ppid=31206 vsize=10842888 memory=7595695062498502245 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31268/stat : 31268 (java) S 31206 31209 30411 0 -1 1077944384 34 13036 0 0 0 0 5 3 20 0 15 0 415514931 11103117312 472757 33554432000 4194304 4196468 140733483740720 140607139808480 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31269] ppid=31206 vsize=10842888 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31269/stat : 31269 (java) S 31206 31209 30411 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 415514931 11103117312 472757 33554432000 4194304 4196468 140733483740720 140606558954240 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31270] ppid=31206 vsize=10842888 memory=111632 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31270/stat : 31270 (java) S 31206 31209 30411 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 415514934 11103117312 472757 33554432000 4194304 4196468 140733483740720 140606251554768 140607682000795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31271] ppid=31206 vsize=10842888 memory=804 CPUtime=2.21 cores=1,3,5,7
/proc/31209/task/31271/stat : 31271 (java) R 31206 31209 30411 0 -1 4202560 2671 13036 0 0 212 1 5 3 20 0 15 0 415514934 11103117312 472757 33554432000 4194304 4196468 140733483740720 140607106233040 140607666907248 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31272] ppid=31206 vsize=10842888 memory=4096 CPUtime=2.37 cores=1,3,5,7
/proc/31209/task/31272/stat : 31272 (java) R 31206 31209 30411 0 -1 4202560 3374 13036 0 0 228 1 5 3 20 0 15 0 415514934 11103117312 472757 33554432000 4194304 4196468 140733483740720 140607105185808 140607665885239 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31273] ppid=31206 vsize=10842888 memory=1808 CPUtime=1.14 cores=1,3,5,7
/proc/31209/task/31273/stat : 31273 (java) S 31206 31209 30411 0 -1 1077944384 3579 13036 0 0 104 2 5 3 20 0 15 0 415514934 11103117312 472757 33554432000 4194304 4196468 140733483740720 140607104145904 140607681993346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31274] ppid=31206 vsize=10842888 memory=920 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31274/stat : 31274 (java) S 31206 31209 30411 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 415514934 11103117312 472757 33554432000 4194304 4196468 140733483740720 140606217997152 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31275] ppid=31206 vsize=10842888 memory=3848 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31275/stat : 31275 (java) S 31206 31209 30411 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 415514934 11103117312 472757 33554432000 4194304 4196468 140733483740720 140607103093296 140607681993346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
Current children cumulated CPU time: 15.02 s
Current children cumulated vsize: 10842888 KiB
Current children cumulated memory: 1891028 KiB

[startup+8.60073 s]
/proc/loadavg: 1.55 1.14 1.27 6/228 31275
/proc/meminfo: memFree=29237972/32770624 swapFree=67004204/67108860
[pid=31209] ppid=31206 vsize=10844936 memory=1974956 CPUtime=15.68 cores=1,3,5,7
/proc/31209/stat : 31209 (java) S 31206 31209 30411 0 -1 1077944320 34706 13036 0 0 1471 89 5 3 20 0 15 0 415514920 11105214464 493739 33554432000 4194304 4196468 140733483740720 140733483723264 140607681982199 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
/proc/31209/statm: 2711234 493739 3615 1 0 2673293 0
[pid=31209/tid=31262] ppid=31206 vsize=10844936 memory=2600 CPUtime=7.94 cores=1,3,5,7
/proc/31209/task/31262/stat : 31262 (java) R 31206 31209 30411 0 -1 4202560 19596 13036 0 0 760 26 5 3 20 0 15 0 415514928 11105214464 493739 33554432000 4194304 4196468 140733483740720 140607653805712 140607667147752 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31263] ppid=31206 vsize=10844936 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/31209/task/31263/stat : 31263 (java) S 31206 31209 30411 0 -1 1077944384 419 13036 0 0 29 13 5 3 20 0 15 0 415514929 11105214464 493739 33554432000 4194304 4196468 140733483740720 140607686224912 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31264] ppid=31206 vsize=10844936 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/31209/task/31264/stat : 31264 (java) S 31206 31209 30411 0 -1 1077944384 465 13036 0 0 30 14 5 3 20 0 15 0 415514929 11105214464 493739 33554432000 4194304 4196468 140733483740720 140607574498448 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31265] ppid=31206 vsize=10844936 memory=3467965121830124135 CPUtime=0.51 cores=1,3,5,7
/proc/31209/task/31265/stat : 31265 (java) S 31206 31209 30411 0 -1 1077944384 600 13036 0 0 29 14 5 3 20 0 15 0 415514929 11105214464 493739 33554432000 4194304 4196468 140733483740720 140607573445392 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31266] ppid=31206 vsize=10844936 memory=6656426216303648864 CPUtime=0.49 cores=1,3,5,7
/proc/31209/task/31266/stat : 31266 (java) S 31206 31209 30411 0 -1 1077944384 451 13036 0 0 29 12 5 3 20 0 15 0 415514929 11105214464 493739 33554432000 4194304 4196468 140733483740720 140607572392848 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31267] ppid=31206 vsize=10844936 memory=7300764081983694994 CPUtime=0.23 cores=1,3,5,7
/proc/31209/task/31267/stat : 31267 (java) S 31206 31209 30411 0 -1 1077944384 1112 13036 0 0 15 0 5 3 20 0 15 0 415514931 11105214464 493739 33554432000 4194304 4196468 140733483740720 140607140862192 140607681993346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31268] ppid=31206 vsize=10844936 memory=280987900935376 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31268/stat : 31268 (java) S 31206 31209 30411 0 -1 1077944384 34 13036 0 0 0 0 5 3 20 0 15 0 415514931 11105214464 493739 33554432000 4194304 4196468 140733483740720 140607139808480 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31269] ppid=31206 vsize=10844936 memory=1456936 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31269/stat : 31269 (java) S 31206 31209 30411 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 415514931 11105214464 493739 33554432000 4194304 4196468 140733483740720 140606558954240 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31270] ppid=31206 vsize=10844936 memory=6408091206839 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31270/stat : 31270 (java) S 31206 31209 30411 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 415514934 11105214464 493739 33554432000 4194304 4196468 140733483740720 140606251554768 140607682000795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31271] ppid=31206 vsize=10844936 memory=288230621803970871 CPUtime=2.34 cores=1,3,5,7
/proc/31209/task/31271/stat : 31271 (java) S 31206 31209 30411 0 -1 1077944384 2716 13036 0 0 225 1 5 3 20 0 15 0 415514934 11105214464 493739 33554432000 4194304 4196468 140733483740720 140607106251504 140607681993346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31272] ppid=31206 vsize=10844936 memory=15262527902714418 CPUtime=2.47 cores=1,3,5,7
/proc/31209/task/31272/stat : 31272 (java) S 31206 31209 30411 0 -1 1077944384 3455 13036 0 0 238 1 5 3 20 0 15 0 415514934 11105214464 493739 33554432000 4194304 4196468 140733483740720 140607105198960 140607681993346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31273] ppid=31206 vsize=10844936 memory=1760 CPUtime=1.19 cores=1,3,5,7
/proc/31209/task/31273/stat : 31273 (java) S 31206 31209 30411 0 -1 1077944384 3637 13036 0 0 109 2 5 3 20 0 15 0 415514934 11105214464 493739 33554432000 4194304 4196468 140733483740720 140607104145904 140607681993346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31274] ppid=31206 vsize=10844936 memory=111632 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31274/stat : 31274 (java) S 31206 31209 30411 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 415514934 11105214464 493739 33554432000 4194304 4196468 140733483740720 140606217997152 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31275] ppid=31206 vsize=10844936 memory=804 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31275/stat : 31275 (java) S 31206 31209 30411 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 415514934 11105214464 493739 33554432000 4194304 4196468 140733483740720 140607103093296 140607681993346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
Current children cumulated CPU time: 15.68 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 1974956 KiB

[startup+8.71102 s]
/proc/loadavg: 1.55 1.14 1.27 6/228 31275
/proc/meminfo: memFree=29237972/32770624 swapFree=67004204/67108860
[pid=31209] ppid=31206 vsize=10844936 memory=1979132 CPUtime=16 cores=1,3,5,7
/proc/31209/stat : 31209 (java) S 31206 31209 30411 0 -1 1077944320 35753 13036 0 0 1503 89 5 3 20 0 15 0 415514920 11105214464 494783 33554432000 4194304 4196468 140733483740720 140733483723264 140607681982199 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
/proc/31209/statm: 2711234 494783 3616 1 0 2673293 0
[pid=31209/tid=31262] ppid=31206 vsize=10844936 memory=1888440 CPUtime=8.06 cores=1,3,5,7
/proc/31209/task/31262/stat : 31262 (java) R 31206 31209 30411 0 -1 4202560 19908 13036 0 0 771 27 5 3 20 0 15 0 415514928 11105214464 494783 33554432000 4194304 4196468 140733483740720 140607653817888 140607246860352 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31263] ppid=31206 vsize=10844936 memory=1949440 CPUtime=0.5 cores=1,3,5,7
/proc/31209/task/31263/stat : 31263 (java) S 31206 31209 30411 0 -1 1077944384 419 13036 0 0 29 13 5 3 20 0 15 0 415514929 11105214464 494783 33554432000 4194304 4196468 140733483740720 140607686224912 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31264] ppid=31206 vsize=10844936 memory=1366012 CPUtime=0.52 cores=1,3,5,7
/proc/31209/task/31264/stat : 31264 (java) S 31206 31209 30411 0 -1 1077944384 465 13036 0 0 30 14 5 3 20 0 15 0 415514929 11105214464 494783 33554432000 4194304 4196468 140733483740720 140607574498448 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31265] ppid=31206 vsize=10844936 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/31209/task/31265/stat : 31265 (java) S 31206 31209 30411 0 -1 1077944384 600 13036 0 0 29 14 5 3 20 0 15 0 415514929 11105214464 494783 33554432000 4194304 4196468 140733483740720 140607573445392 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31266] ppid=31206 vsize=10844936 memory=1505 CPUtime=0.49 cores=1,3,5,7
/proc/31209/task/31266/stat : 31266 (java) S 31206 31209 30411 0 -1 1077944384 451 13036 0 0 29 12 5 3 20 0 15 0 415514929 11105214464 494783 33554432000 4194304 4196468 140733483740720 140607572392848 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31267] ppid=31206 vsize=10844936 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/31209/task/31267/stat : 31267 (java) S 31206 31209 30411 0 -1 1077944384 1112 13036 0 0 16 0 5 3 20 0 15 0 415514931 11105214464 494783 33554432000 4194304 4196468 140733483740720 140607140862192 140607681993346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31268] ppid=31206 vsize=10844936 memory=5936700220005705555 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31268/stat : 31268 (java) S 31206 31209 30411 0 -1 1077944384 34 13036 0 0 0 0 5 3 20 0 15 0 415514931 11105214464 494783 33554432000 4194304 4196468 140733483740720 140607139808480 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31269] ppid=31206 vsize=10844936 memory=1556 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31269/stat : 31269 (java) S 31206 31209 30411 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 415514931 11105214464 494783 33554432000 4194304 4196468 140733483740720 140606558954240 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31270] ppid=31206 vsize=10844936 memory=740 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31270/stat : 31270 (java) S 31206 31209 30411 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 415514934 11105214464 494783 33554432000 4194304 4196468 140733483740720 140606251554768 140607682000795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31271] ppid=31206 vsize=10844936 memory=1052 CPUtime=2.42 cores=1,3,5,7
/proc/31209/task/31271/stat : 31271 (java) R 31206 31209 30411 0 -1 4202560 3051 13036 0 0 233 1 5 3 20 0 15 0 415514934 11105214464 494783 33554432000 4194304 4196468 140733483740720 140607106237688 140607661675303 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31272] ppid=31206 vsize=10844936 memory=288230574492221466 CPUtime=2.56 cores=1,3,5,7
/proc/31209/task/31272/stat : 31272 (java) R 31206 31209 30411 0 -1 4202560 3791 13036 0 0 247 1 5 3 20 0 15 0 415514934 11105214464 494783 33554432000 4194304 4196468 140733483740720 140607105178920 140607667997424 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31273] ppid=31206 vsize=10844936 memory=303711745523056951 CPUtime=1.23 cores=1,3,5,7
/proc/31209/task/31273/stat : 31273 (java) R 31206 31209 30411 0 -1 4202560 3701 13036 0 0 113 2 5 3 20 0 15 0 415514934 11105214464 494783 33554432000 4194304 4196468 140733483740720 140607104143864 140607666095104 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31274] ppid=31206 vsize=10844936 memory=15262527902714418 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31274/stat : 31274 (java) S 31206 31209 30411 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 415514934 11105214464 494783 33554432000 4194304 4196468 140733483740720 140606217997152 140607681992405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
[pid=31209/tid=31275] ppid=31206 vsize=10844936 memory=-7019939300591424361 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31275/stat : 31275 (java) S 31206 31209 30411 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 415514934 11105214464 494783 33554432000 4194304 4196468 140733483740720 140607103093296 140607681993346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15826944 140733483748081 140733483750597 140733483750597 140733483753423 0
Current children cumulated CPU time: 16 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 1979132 KiB

Child status: 0
Real time (s): 8.79122
CPU time (s): 16.2335
CPU user time (s): 15.2905
CPU system time (s): 0.943012
CPU usage (%): 184.656
Max. virtual memory (cumulated for all children) (KiB): 10844936
Max. memory (cumulated for all children) (KiB): 1979132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.2905
system time used= 0.943012
maximum resident set size= 1987284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50362
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5586
involuntary context switches= 69


# summary of solver processes directly reported to runsolver:
#   pid: 31209
#   total CPU time (s): 16.2335
#   total CPU user time (s): 15.2905
#   total CPU system time (s): 0.943012

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.068016 second user time and 0.132146 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-13 18:51:36
IDJOB=4395817
IDBENCH=120392
IDSOLVER=2846
FILE ID=node148/4395817-1568393533
RUNJOBID= node148-1568393484-30986
PBS_JOBID= 21701862
Free space on /tmp= 61256 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Sudoku/Sudoku-table-s1/Sudoku-s10c-table.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395817-1568393533/watcher-4395817-1568393533 -o /tmp/evaluation-result-4395817-1568393533/solver-4395817-1568393533 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568393484-30986 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=40804620 HOME/instance-4395817-1568393533.xml

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

MD5SUM BENCH= 8248e4e11a775a898590caffd4c1e549
RANDOM SEED=40804620

node148.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.13
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.13
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.13
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.13
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:        31237328 kB
MemAvailable:   31439176 kB
Buffers:           35280 kB
Cached:           465500 kB
SwapCached:         3840 kB
Active:           799824 kB
Inactive:         183188 kB
Active(anon):     479864 kB
Inactive(anon):    43744 kB
Active(file):     319960 kB
Inactive(file):   139444 kB
Unevictable:      108944 kB
Mlocked:          108944 kB
SwapTotal:      67108860 kB
SwapFree:       67004204 kB
Dirty:             55744 kB
Writeback:             0 kB
AnonPages:        593608 kB
Mapped:            57424 kB
Shmem:             32324 kB
Slab:             145304 kB
SReclaimable:     116560 kB
SUnreclaim:        28744 kB
KernelStack:        4000 kB
PageTables:         6720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1818292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    428032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61220 MiB
End job on node148 at 2019-09-13 18:51:45