Trace number 4309135

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
OscaR - Parallel with EPS 2018-08-14UNSAT 12.0424 9.05483

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g34-g36_c18.xml
MD5SUMbf1db001ac5fdaef8f815bb03b0feb23
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.0424
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints241
Number of domains1
Minimum domain size120
Maximum domain size120
Distribution of domain sizes[{"size":120,"count":120}]
Minimum variable degree5
Maximum variable degree5
Distribution of variable degrees[{"degree":5,"count":120}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":240},{"arity":120,"count":1}]
Number of extensional constraints240
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":240},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 896657046
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.55	c nbcore: 8
0.67/0.58	c Parsing instance...
1.49/0.91	c Parsing done, starting search...
11.99/9.04	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309135-1534387725/watcher-4309135-1534387725 -o /tmp/evaluation-result-4309135-1534387725/solver-4309135-1534387725 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1534382651-15951 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 896657046 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309135-1534387725.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0.100154 s]*
/proc/loadavg: 8.58 8.75 8.82 2/198 16451
/proc/meminfo: memFree=24007740/32770624 swapFree=67108500/67108860
[pid=16431] ppid=16428 vsize=26103420 memory=31948 CPUtime=0.12 cores=0-7
/proc/16431/stat : 16431 (java) S 16428 16431 15924 0 -1 1077944320 7009 0 0 0 11 1 0 0 20 0 20 0 256335674 26729902080 7987 33554432000 4194304 4196468 140734609303168 140734609285712 139932556029687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
/proc/16431/statm: 6525855 7987 3080 1 0 6487932 0
[pid=16431/tid=16433] ppid=16428 vsize=26103420 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/16431/task/16433/stat : 16433 (java) R 16428 16431 15924 0 -1 4202560 5209 0 0 0 9 0 0 0 20 0 20 0 256335675 26729902080 8119 33554432000 4194304 4196468 140734609303168 139932560223408 139932536305447 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16434] ppid=16428 vsize=26103420 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16431/task/16434/stat : 16434 (java) S 16428 16431 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256335675 26729902080 8119 33554432000 4194304 4196468 140734609303168 139932519135504 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16435] ppid=16428 vsize=26103420 memory=140320711886464 CPUtime=0 cores=0-7
/proc/16431/task/16435/stat : 16435 (java) S 16428 16431 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256335675 26729902080 8119 33554432000 4194304 4196468 140734609303168 139932113172880 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16436] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16436/stat : 16436 (java) S 16428 16431 15924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256335675 26729902080 8119 33554432000 4194304 4196468 140734609303168 139932112120336 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16437] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16437/stat : 16437 (java) S 16428 16431 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256335675 26729902080 8119 33554432000 4194304 4196468 140734609303168 139932111067792 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16438] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16438/stat : 16438 (java) S 16428 16431 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256335675 26729902080 8119 33554432000 4194304 4196468 140734609303168 139932110015248 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16439] ppid=16428 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/16431/task/16439/stat : 16439 (java) S 16428 16431 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256335675 26729902080 8119 33554432000 4194304 4196468 140734609303168 139932108962704 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16440] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16440/stat : 16440 (java) S 16428 16431 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256335675 26729902080 8119 33554432000 4194304 4196468 140734609303168 139932107910160 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16441] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16441/stat : 16441 (java) S 16428 16431 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256335675 26729902080 8119 33554432000 4194304 4196468 140734609303168 139932106857616 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16442] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16442/stat : 16442 (java) S 16428 16431 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256335677 26729902080 8119 33554432000 4194304 4196468 140734609303168 139931008530416 139932556040834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16443] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16443/stat : 16443 (java) S 16428 16431 15924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256335677 26729902080 8119 33554432000 4194304 4196468 140734609303168 139931007476640 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16444] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16444/stat : 16444 (java) S 16428 16431 15924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256335677 26729902080 8119 33554432000 4194304 4196468 140734609303168 139931006424048 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16445] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16445/stat : 16445 (java) S 16428 16431 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256335680 26729902080 8184 33554432000 4194304 4196468 140734609303168 139931005372624 139932556048283 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16446] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16446/stat : 16446 (java) S 16428 16431 15924 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 256335680 26729902080 8184 33554432000 4194304 4196468 140734609303168 139931004320240 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16447] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16447/stat : 16447 (java) S 16428 16431 15924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256335680 26729902080 8184 33554432000 4194304 4196468 140734609303168 139931003267696 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16448] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16448/stat : 16448 (java) S 16428 16431 15924 0 -1 1077944384 259 0 0 0 0 0 0 0 20 0 20 0 256335680 26729902080 8184 33554432000 4194304 4196468 140734609303168 139931002215152 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16449] ppid=16428 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/16431/task/16449/stat : 16449 (java) S 16428 16431 15924 0 -1 1077944384 248 0 0 0 1 0 0 0 20 0 20 0 256335680 26729902080 8184 33554432000 4194304 4196468 140734609303168 139931001162608 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16450] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16450/stat : 16450 (java) S 16428 16431 15924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256335680 26729902080 8184 33554432000 4194304 4196468 140734609303168 139931000109280 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16451] ppid=16428 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/16431/task/16451/stat : 16451 (java) S 16428 16431 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256335680 26729902080 8184 33554432000 4194304 4196468 140734609303168 139930999056816 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 31948 KiB

[startup+0.209888 s]*
/proc/loadavg: 8.58 8.75 8.82 3/198 16451
/proc/meminfo: memFree=23994284/32770624 swapFree=67108500/67108860
[pid=16431] ppid=16428 vsize=26103420 memory=44168 CPUtime=0.31 cores=0-7
/proc/16431/stat : 16431 (java) S 16428 16431 15924 0 -1 1077944320 10153 0 0 0 29 2 0 0 20 0 20 0 256335674 26729902080 11042 33554432000 4194304 4196468 140734609303168 140734609285712 139932556029687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
/proc/16431/statm: 6525855 11042 3391 1 0 6487932 0
[pid=16431/tid=16433] ppid=16428 vsize=26103420 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/16431/task/16433/stat : 16433 (java) R 16428 16431 15924 0 -1 4202560 7917 0 0 0 19 1 0 0 20 0 20 0 256335675 26729902080 11042 33554432000 4194304 4196468 140734609303168 139932560255584 139932556051613 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16434] ppid=16428 vsize=26103420 memory=11931 CPUtime=0 cores=0-7
/proc/16431/task/16434/stat : 16434 (java) S 16428 16431 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256335675 26729902080 11042 33554432000 4194304 4196468 140734609303168 139932519135504 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16435] ppid=16428 vsize=26103420 memory=288370696863598208 CPUtime=0 cores=0-7
/proc/16431/task/16435/stat : 16435 (java) S 16428 16431 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256335675 26729902080 11042 33554432000 4194304 4196468 140734609303168 139932113172880 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16436] ppid=16428 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/16431/task/16436/stat : 16436 (java) S 16428 16431 15924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256335675 26729902080 11042 33554432000 4194304 4196468 140734609303168 139932112120336 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16437] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16437/stat : 16437 (java) S 16428 16431 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256335675 26729902080 11042 33554432000 4194304 4196468 140734609303168 139932111067792 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16438] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16438/stat : 16438 (java) S 16428 16431 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256335675 26729902080 11042 33554432000 4194304 4196468 140734609303168 139932110015248 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16439] ppid=16428 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/16431/task/16439/stat : 16439 (java) S 16428 16431 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256335675 26729902080 11042 33554432000 4194304 4196468 140734609303168 139932108962704 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16440] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16440/stat : 16440 (java) S 16428 16431 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256335675 26729902080 11042 33554432000 4194304 4196468 140734609303168 139932107910160 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16441] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16441/stat : 16441 (java) S 16428 16431 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256335675 26729902080 11042 33554432000 4194304 4196468 140734609303168 139932106857616 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16442] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16442/stat : 16442 (java) S 16428 16431 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256335677 26729902080 11042 33554432000 4194304 4196468 140734609303168 139931008530416 139932556040834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16443] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16443/stat : 16443 (java) S 16428 16431 15924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256335677 26729902080 11042 33554432000 4194304 4196468 140734609303168 139931007476640 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16444] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16444/stat : 16444 (java) S 16428 16431 15924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256335677 26729902080 11042 33554432000 4194304 4196468 140734609303168 139931006424048 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16445] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16445/stat : 16445 (java) S 16428 16431 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256335680 26729902080 11042 33554432000 4194304 4196468 140734609303168 139931005372624 139932556048283 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16446] ppid=16428 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/16431/task/16446/stat : 16446 (java) S 16428 16431 15924 0 -1 1077944384 95 0 0 0 1 0 0 0 20 0 20 0 256335680 26729902080 11042 33554432000 4194304 4196468 140734609303168 139931004320240 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16447] ppid=16428 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/16431/task/16447/stat : 16447 (java) S 16428 16431 15924 0 -1 1077944384 206 0 0 0 1 0 0 0 20 0 20 0 256335680 26729902080 11042 33554432000 4194304 4196468 140734609303168 139931003267696 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16448] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16448/stat : 16448 (java) S 16428 16431 15924 0 -1 1077944384 265 0 0 0 0 0 0 0 20 0 20 0 256335680 26729902080 11042 33554432000 4194304 4196468 140734609303168 139931002215152 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16449] ppid=16428 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/16431/task/16449/stat : 16449 (java) R 16428 16431 15924 0 -1 4202560 291 0 0 0 6 0 0 0 20 0 20 0 256335680 26729902080 11042 33554432000 4194304 4196468 140734609303168 139931001162608 139932534996592 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16450] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16450/stat : 16450 (java) S 16428 16431 15924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256335680 26729902080 11042 33554432000 4194304 4196468 140734609303168 139931000109280 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16451] ppid=16428 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/16431/task/16451/stat : 16451 (java) S 16428 16431 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256335680 26729902080 11042 33554432000 4194304 4196468 140734609303168 139930999056816 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 44168 KiB

[startup+0.309953 s]*
/proc/loadavg: 8.58 8.75 8.82 3/198 16451
/proc/meminfo: memFree=23990748/32770624 swapFree=67108500/67108860
[pid=16431] ppid=16428 vsize=26103420 memory=47460 CPUtime=0.43 cores=0-7
/proc/16431/stat : 16431 (java) S 16428 16431 15924 0 -1 1077944320 10527 0 0 0 41 2 0 0 20 0 20 0 256335674 26729902080 11865 33554432000 4194304 4196468 140734609303168 140734609285712 139932556029687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
/proc/16431/statm: 6525855 11865 3393 1 0 6487932 0
[pid=16431/tid=16433] ppid=16428 vsize=26103420 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/16431/task/16433/stat : 16433 (java) R 16428 16431 15924 0 -1 4202560 8240 0 0 0 28 1 0 0 20 0 20 0 256335675 26729902080 11865 33554432000 4194304 4196468 140734609303168 139932560191424 139932540110174 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16434] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16434/stat : 16434 (java) S 16428 16431 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256335675 26729902080 11865 33554432000 4194304 4196468 140734609303168 139932519135504 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16435] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16435/stat : 16435 (java) S 16428 16431 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256335675 26729902080 11865 33554432000 4194304 4196468 140734609303168 139932113172880 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16436] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16436/stat : 16436 (java) S 16428 16431 15924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256335675 26729902080 11865 33554432000 4194304 4196468 140734609303168 139932112120336 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16437] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16437/stat : 16437 (java) S 16428 16431 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256335675 26729902080 11865 33554432000 4194304 4196468 140734609303168 139932111067792 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16438] ppid=16428 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/16431/task/16438/stat : 16438 (java) S 16428 16431 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256335675 26729902080 11865 33554432000 4194304 4196468 140734609303168 139932110015248 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16439] ppid=16428 vsize=26103420 memory=140320608187311 CPUtime=0 cores=0-7
/proc/16431/task/16439/stat : 16439 (java) S 16428 16431 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256335675 26729902080 11865 33554432000 4194304 4196468 140734609303168 139932108962704 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16440] ppid=16428 vsize=26103420 memory=140320608189616 CPUtime=0 cores=0-7
/proc/16431/task/16440/stat : 16440 (java) S 16428 16431 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256335675 26729902080 11865 33554432000 4194304 4196468 140734609303168 139932107910160 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16441] ppid=16428 vsize=26103420 memory=140320608191920 CPUtime=0 cores=0-7
/proc/16431/task/16441/stat : 16441 (java) S 16428 16431 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256335675 26729902080 11865 33554432000 4194304 4196468 140734609303168 139932106857616 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16442] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16442/stat : 16442 (java) S 16428 16431 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256335677 26729902080 11865 33554432000 4194304 4196468 140734609303168 139931008530416 139932556040834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16443] ppid=16428 vsize=26103420 memory=280641216390800 CPUtime=0 cores=0-7
/proc/16431/task/16443/stat : 16443 (java) S 16428 16431 15924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256335677 26729902080 11865 33554432000 4194304 4196468 140734609303168 139931007476640 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16444] ppid=16428 vsize=26103420 memory=280641216397712 CPUtime=0 cores=0-7
/proc/16431/task/16444/stat : 16444 (java) S 16428 16431 15924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256335677 26729902080 11865 33554432000 4194304 4196468 140734609303168 139931006424048 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16445] ppid=16428 vsize=26103420 memory=280641216338992 CPUtime=0 cores=0-7
/proc/16431/task/16445/stat : 16445 (java) S 16428 16431 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256335680 26729902080 11865 33554432000 4194304 4196468 140734609303168 139931005372624 139932556048283 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16446] ppid=16428 vsize=26103420 memory=280641216411536 CPUtime=0.01 cores=0-7
/proc/16431/task/16446/stat : 16446 (java) S 16428 16431 15924 0 -1 1077944384 99 0 0 0 1 0 0 0 20 0 20 0 256335680 26729902080 11865 33554432000 4194304 4196468 140734609303168 139931004320240 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16447] ppid=16428 vsize=26103420 memory=280641216418448 CPUtime=0.02 cores=0-7
/proc/16431/task/16447/stat : 16447 (java) S 16428 16431 15924 0 -1 1077944384 243 0 0 0 2 0 0 0 20 0 20 0 256335680 26729902080 11865 33554432000 4194304 4196468 140734609303168 139931003267696 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16448] ppid=16428 vsize=26103420 memory=280641216416144 CPUtime=0.01 cores=0-7
/proc/16431/task/16448/stat : 16448 (java) S 16428 16431 15924 0 -1 1077944384 265 0 0 0 1 0 0 0 20 0 20 0 256335680 26729902080 11865 33554432000 4194304 4196468 140734609303168 139931002215152 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16449] ppid=16428 vsize=26103420 memory=280641216432752 CPUtime=0.08 cores=0-7
/proc/16431/task/16449/stat : 16449 (java) S 16428 16431 15924 0 -1 1077944384 298 0 0 0 8 0 0 0 20 0 20 0 256335680 26729902080 11865 33554432000 4194304 4196468 140734609303168 139931001162608 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16450] ppid=16428 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16450/stat : 16450 (java) S 16428 16431 15924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256335680 26729902080 11865 33554432000 4194304 4196468 140734609303168 139931000109280 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16451] ppid=16428 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/16431/task/16451/stat : 16451 (java) S 16428 16431 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256335680 26729902080 11865 33554432000 4194304 4196468 140734609303168 139930999056816 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 47460 KiB

[startup+0.700878 s]
/proc/loadavg: 8.58 8.75 8.82 2/198 16451
/proc/meminfo: memFree=23967060/32770624 swapFree=67108500/67108860
[pid=16431] ppid=16428 vsize=26105488 memory=87640 CPUtime=0.99 cores=0-7
/proc/16431/stat : 16431 (java) S 16428 16431 15924 0 -1 1077944320 17322 0 0 0 95 4 0 0 20 0 20 0 256335674 26732019712 21910 33554432000 4194304 4196468 140734609303168 140734609285712 139932556029687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
/proc/16431/statm: 6526372 21910 3499 1 0 6488444 0
[pid=16431/tid=16433] ppid=16428 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/16431/task/16433/stat : 16433 (java) R 16428 16431 15924 0 -1 4202560 14620 0 0 0 64 3 0 0 20 0 20 0 256335675 26732019712 21910 33554432000 4194304 4196468 140734609303168 139932560252992 139932556051613 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16434] ppid=16428 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16434/stat : 16434 (java) S 16428 16431 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256335675 26732019712 21910 33554432000 4194304 4196468 140734609303168 139932519135504 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16435] ppid=16428 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16435/stat : 16435 (java) S 16428 16431 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256335675 26732019712 21910 33554432000 4194304 4196468 140734609303168 139932113172880 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16436] ppid=16428 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16436/stat : 16436 (java) S 16428 16431 15924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256335675 26732019712 21910 33554432000 4194304 4196468 140734609303168 139932112120336 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16437] ppid=16428 vsize=26105488 memory=6392 CPUtime=0 cores=0-7
/proc/16431/task/16437/stat : 16437 (java) S 16428 16431 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256335675 26732019712 21910 33554432000 4194304 4196468 140734609303168 139932111067792 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16438] ppid=16428 vsize=26105488 memory=864 CPUtime=0 cores=0-7
/proc/16431/task/16438/stat : 16438 (java) S 16428 16431 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256335675 26732019712 21910 33554432000 4194304 4196468 140734609303168 139932110015248 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16439] ppid=16428 vsize=26105488 memory=1296 CPUtime=0 cores=0-7
/proc/16431/task/16439/stat : 16439 (java) S 16428 16431 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256335675 26732019712 21910 33554432000 4194304 4196468 140734609303168 139932108962704 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16440] ppid=16428 vsize=26105488 memory=1068 CPUtime=0 cores=0-7
/proc/16431/task/16440/stat : 16440 (java) S 16428 16431 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256335675 26732019712 21910 33554432000 4194304 4196468 140734609303168 139932107910160 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16441] ppid=16428 vsize=26105488 memory=15084 CPUtime=0 cores=0-7
/proc/16431/task/16441/stat : 16441 (java) S 16428 16431 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256335675 26732019712 21910 33554432000 4194304 4196468 140734609303168 139932106857616 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16442] ppid=16428 vsize=26105488 memory=39416 CPUtime=0 cores=0-7
/proc/16431/task/16442/stat : 16442 (java) S 16428 16431 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256335677 26732019712 21910 33554432000 4194304 4196468 140734609303168 139931008530416 139932556040834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0

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

[pid=16431/tid=16446] ppid=16428 vsize=26111632 memory=8026650869813564775 CPUtime=0.7 cores=0-7
/proc/16431/task/16446/stat : 16446 (java) S 16428 16431 15924 0 -1 1077944384 2052 0 0 0 69 1 0 0 20 0 20 0 256335680 26738311168 62657 33554432000 4194304 4196468 140734609303168 139931004320240 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16447] ppid=16428 vsize=26111632 memory=8026650869813564775 CPUtime=0.7 cores=0-7
/proc/16431/task/16447/stat : 16447 (java) S 16428 16431 15924 0 -1 1077944384 2537 0 0 0 69 1 0 0 20 0 20 0 256335680 26738311168 62657 33554432000 4194304 4196468 140734609303168 139931003267696 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16448] ppid=16428 vsize=26111632 memory=8099531882097108048 CPUtime=0.74 cores=0-7
/proc/16431/task/16448/stat : 16448 (java) S 16428 16431 15924 0 -1 1077944384 2112 0 0 0 73 1 0 0 20 0 20 0 256335680 26738311168 62657 33554432000 4194304 4196468 140734609303168 139931002215152 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16449] ppid=16428 vsize=26111632 memory=8026650869813564775 CPUtime=0.68 cores=0-7
/proc/16431/task/16449/stat : 16449 (java) S 16428 16431 15924 0 -1 1077944384 4786 0 0 0 66 2 0 0 20 0 20 0 256335680 26738311168 62657 33554432000 4194304 4196468 140734609303168 139931001162608 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 30 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16450] ppid=16428 vsize=26111632 memory=56 CPUtime=0 cores=0-7
/proc/16431/task/16450/stat : 16450 (java) S 16428 16431 15924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256335680 26738311168 62657 33554432000 4194304 4196468 140734609303168 139931000109280 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16451] ppid=16428 vsize=26111632 memory=66508483 CPUtime=0 cores=0-7
/proc/16431/task/16451/stat : 16451 (java) S 16428 16431 15924 0 -1 1077944384 353 0 0 0 0 0 0 0 20 0 20 0 256335680 26738311168 62657 33554432000 4194304 4196468 140734609303168 139930999056816 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 43 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
Current children cumulated CPU time: 9.28 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 250628 KiB

[startup+8.0008 s]*
/proc/loadavg: 7.71 8.56 8.76 2/198 16451
/proc/meminfo: memFree=23785212/32770624 swapFree=67108500/67108860
[pid=16431] ppid=16428 vsize=26111632 memory=252908 CPUtime=10.91 cores=0-7
/proc/16431/stat : 16431 (java) S 16428 16431 15924 0 -1 1077944320 36189 0 0 0 1076 15 0 0 20 0 20 0 256335674 26738311168 63227 33554432000 4194304 4196468 140734609303168 140734609285712 139932556029687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
/proc/16431/statm: 6527908 63227 3584 1 0 6489980 0
[pid=16431/tid=16433] ppid=16428 vsize=26111632 memory=6791534058613427641 CPUtime=7.95 cores=0-7
/proc/16431/task/16433/stat : 16433 (java) R 16428 16431 15924 0 -1 4202560 21063 0 0 0 789 6 0 0 20 0 20 0 256335675 26738311168 63227 33554432000 4194304 4196468 140734609303168 139932560261784 139932199896092 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16434] ppid=16428 vsize=26111632 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16431/task/16434/stat : 16434 (java) S 16428 16431 15924 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 20 0 256335675 26738311168 63227 33554432000 4194304 4196468 140734609303168 139932519135504 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16435] ppid=16428 vsize=26111632 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/16431/task/16435/stat : 16435 (java) S 16428 16431 15924 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 256335675 26738311168 63227 33554432000 4194304 4196468 140734609303168 139932113172880 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16436] ppid=16428 vsize=26111632 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/16431/task/16436/stat : 16436 (java) S 16428 16431 15924 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 256335675 26738311168 63227 33554432000 4194304 4196468 140734609303168 139932112120336 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16437] ppid=16428 vsize=26111632 memory=13851867369180031 CPUtime=0 cores=0-7
/proc/16431/task/16437/stat : 16437 (java) S 16428 16431 15924 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 256335675 26738311168 63227 33554432000 4194304 4196468 140734609303168 139932111067792 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16438] ppid=16428 vsize=26111632 memory=31 CPUtime=0 cores=0-7
/proc/16431/task/16438/stat : 16438 (java) S 16428 16431 15924 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 20 0 256335675 26738311168 63227 33554432000 4194304 4196468 140734609303168 139932110015248 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16439] ppid=16428 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16439/stat : 16439 (java) S 16428 16431 15924 0 -1 1077944384 156 0 0 0 0 0 0 0 20 0 20 0 256335675 26738311168 63227 33554432000 4194304 4196468 140734609303168 139932108962704 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16440] ppid=16428 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16440/stat : 16440 (java) S 16428 16431 15924 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 256335675 26738311168 63227 33554432000 4194304 4196468 140734609303168 139932107910160 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16441] ppid=16428 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16441/stat : 16441 (java) S 16428 16431 15924 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 256335675 26738311168 63227 33554432000 4194304 4196468 140734609303168 139932106857616 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16442] ppid=16428 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16442/stat : 16442 (java) S 16428 16431 15924 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 20 0 256335677 26738311168 63227 33554432000 4194304 4196468 140734609303168 139931008530416 139932556040834 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 37 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16443] ppid=16428 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16443/stat : 16443 (java) S 16428 16431 15924 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 256335677 26738311168 63227 33554432000 4194304 4196468 140734609303168 139931007476704 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16444] ppid=16428 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16444/stat : 16444 (java) S 16428 16431 15924 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 256335677 26738311168 63227 33554432000 4194304 4196468 140734609303168 139931006424048 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16445] ppid=16428 vsize=26111632 memory=252852 CPUtime=0 cores=0-7
/proc/16431/task/16445/stat : 16445 (java) S 16428 16431 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256335680 26738311168 63227 33554432000 4194304 4196468 140734609303168 139931005372624 139932556048283 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16446] ppid=16428 vsize=26111632 memory=6791534058613427641 CPUtime=0.7 cores=0-7
/proc/16431/task/16446/stat : 16446 (java) S 16428 16431 15924 0 -1 1077944384 2127 0 0 0 69 1 0 0 20 0 20 0 256335680 26738311168 63227 33554432000 4194304 4196468 140734609303168 139931004320240 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16447] ppid=16428 vsize=26111632 memory=2244 CPUtime=0.71 cores=0-7
/proc/16431/task/16447/stat : 16447 (java) S 16428 16431 15924 0 -1 1077944384 2818 0 0 0 70 1 0 0 20 0 20 0 256335680 26738311168 63227 33554432000 4194304 4196468 140734609303168 139931003267696 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16448] ppid=16428 vsize=26111632 memory=0 CPUtime=0.75 cores=0-7
/proc/16431/task/16448/stat : 16448 (java) S 16428 16431 15924 0 -1 1077944384 2714 0 0 0 74 1 0 0 20 0 20 0 256335680 26738311168 63227 33554432000 4194304 4196468 140734609303168 139931002215152 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16449] ppid=16428 vsize=26111632 memory=0 CPUtime=0.68 cores=0-7
/proc/16431/task/16449/stat : 16449 (java) S 16428 16431 15924 0 -1 1077944384 4995 0 0 0 66 2 0 0 20 0 20 0 256335680 26738311168 63227 33554432000 4194304 4196468 140734609303168 139931001162608 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 30 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16450] ppid=16428 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16450/stat : 16450 (java) S 16428 16431 15924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256335680 26738311168 63227 33554432000 4194304 4196468 140734609303168 139931000109280 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16451] ppid=16428 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16451/stat : 16451 (java) S 16428 16431 15924 0 -1 1077944384 371 0 0 0 0 0 0 0 20 0 20 0 256335680 26738311168 63227 33554432000 4194304 4196468 140734609303168 139930999056816 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 43 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
Current children cumulated CPU time: 10.91 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 252908 KiB

[startup+8.80081 s]
/proc/loadavg: 7.71 8.56 8.76 2/198 16451
/proc/meminfo: memFree=23785212/32770624 swapFree=67108500/67108860
[pid=16431] ppid=16428 vsize=26111632 memory=273972 CPUtime=11.78 cores=0-7
/proc/16431/stat : 16431 (java) S 16428 16431 15924 0 -1 1077944320 38437 0 0 0 1158 20 0 0 20 0 20 0 256335674 26738311168 68493 33554432000 4194304 4196468 140734609303168 140734609285712 139932556029687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
/proc/16431/statm: 6527908 68493 3588 1 0 6489980 0
[pid=16431/tid=16433] ppid=16428 vsize=26111632 memory=4296 CPUtime=8.73 cores=0-7
/proc/16431/task/16433/stat : 16433 (java) R 16428 16431 15924 0 -1 4202560 21329 0 0 0 866 7 0 0 20 0 20 0 256335675 26738311168 68493 33554432000 4194304 4196468 140734609303168 139932560264448 139932197949653 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16434] ppid=16428 vsize=26111632 memory=6791534058613427641 CPUtime=0.01 cores=0-7
/proc/16431/task/16434/stat : 16434 (java) S 16428 16431 15924 0 -1 1077944384 728 0 0 0 1 0 0 0 20 0 20 0 256335675 26738311168 68493 33554432000 4194304 4196468 140734609303168 139932519135504 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16435] ppid=16428 vsize=26111632 memory=772 CPUtime=0 cores=0-7
/proc/16431/task/16435/stat : 16435 (java) S 16428 16431 15924 0 -1 1077944384 445 0 0 0 0 0 0 0 20 0 20 0 256335675 26738311168 68493 33554432000 4194304 4196468 140734609303168 139932113172880 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16436] ppid=16428 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16436/stat : 16436 (java) S 16428 16431 15924 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 256335675 26738311168 68493 33554432000 4194304 4196468 140734609303168 139932112120336 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16437] ppid=16428 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16437/stat : 16437 (java) S 16428 16431 15924 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 20 0 256335675 26738311168 68493 33554432000 4194304 4196468 140734609303168 139932111067792 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16438] ppid=16428 vsize=26111632 memory=6944656592387989600 CPUtime=0.01 cores=0-7
/proc/16431/task/16438/stat : 16438 (java) S 16428 16431 15924 0 -1 1077944384 165 0 0 0 1 0 0 0 20 0 20 0 256335675 26738311168 68493 33554432000 4194304 4196468 140734609303168 139932110015248 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16439] ppid=16428 vsize=26111632 memory=7810763844726514514 CPUtime=0 cores=0-7
/proc/16431/task/16439/stat : 16439 (java) S 16428 16431 15924 0 -1 1077944384 165 0 0 0 0 0 0 0 20 0 20 0 256335675 26738311168 68493 33554432000 4194304 4196468 140734609303168 139932108962704 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16440] ppid=16428 vsize=26111632 memory=2356 CPUtime=0.01 cores=0-7
/proc/16431/task/16440/stat : 16440 (java) S 16428 16431 15924 0 -1 1077944384 120 0 0 0 1 0 0 0 20 0 20 0 256335675 26738311168 68493 33554432000 4194304 4196468 140734609303168 139932107910160 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16441] ppid=16428 vsize=26111632 memory=252908 CPUtime=0.02 cores=0-7
/proc/16431/task/16441/stat : 16441 (java) S 16428 16431 15924 0 -1 1077944384 120 0 0 0 1 1 0 0 20 0 20 0 256335675 26738311168 68493 33554432000 4194304 4196468 140734609303168 139932106857616 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16442] ppid=16428 vsize=26111632 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/16431/task/16442/stat : 16442 (java) S 16428 16431 15924 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 20 0 256335677 26738311168 68493 33554432000 4194304 4196468 140734609303168 139931008530416 139932556040834 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 37 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16443] ppid=16428 vsize=26111632 memory=13851867369180031 CPUtime=0 cores=0-7
/proc/16431/task/16443/stat : 16443 (java) S 16428 16431 15924 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 256335677 26738311168 68493 33554432000 4194304 4196468 140734609303168 139931007476704 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16444] ppid=16428 vsize=26111632 memory=210874304331874 CPUtime=0 cores=0-7
/proc/16431/task/16444/stat : 16444 (java) S 16428 16431 15924 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 256335677 26738311168 68493 33554432000 4194304 4196468 140734609303168 139931006424064 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16445] ppid=16428 vsize=26111632 memory=210874304331875 CPUtime=0 cores=0-7
/proc/16431/task/16445/stat : 16445 (java) S 16428 16431 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256335680 26738311168 68493 33554432000 4194304 4196468 140734609303168 139931005372624 139932556048283 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16446] ppid=16428 vsize=26111632 memory=210874304331876 CPUtime=0.71 cores=0-7
/proc/16431/task/16446/stat : 16446 (java) S 16428 16431 15924 0 -1 1077944384 2489 0 0 0 70 1 0 0 20 0 20 0 256335680 26738311168 68493 33554432000 4194304 4196468 140734609303168 139931004320240 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16447] ppid=16428 vsize=26111632 memory=210874304331877 CPUtime=0.71 cores=0-7
/proc/16431/task/16447/stat : 16447 (java) S 16428 16431 15924 0 -1 1077944384 2819 0 0 0 70 1 0 0 20 0 20 0 256335680 26738311168 68493 33554432000 4194304 4196468 140734609303168 139931003267696 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16448] ppid=16428 vsize=26111632 memory=210874304331878 CPUtime=0.75 cores=0-7
/proc/16431/task/16448/stat : 16448 (java) S 16428 16431 15924 0 -1 1077944384 2714 0 0 0 74 1 0 0 20 0 20 0 256335680 26738311168 68493 33554432000 4194304 4196468 140734609303168 139931002215152 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16449] ppid=16428 vsize=26111632 memory=210874304331879 CPUtime=0.68 cores=0-7
/proc/16431/task/16449/stat : 16449 (java) S 16428 16431 15924 0 -1 1077944384 4995 0 0 0 66 2 0 0 20 0 20 0 256335680 26738311168 68493 33554432000 4194304 4196468 140734609303168 139931001162608 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 30 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16450] ppid=16428 vsize=26111632 memory=210874304331880 CPUtime=0 cores=0-7
/proc/16431/task/16450/stat : 16450 (java) S 16428 16431 15924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256335680 26738311168 68493 33554432000 4194304 4196468 140734609303168 139931000109280 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16451] ppid=16428 vsize=26111632 memory=210874304331881 CPUtime=0 cores=0-7
/proc/16431/task/16451/stat : 16451 (java) S 16428 16431 15924 0 -1 1077944384 371 0 0 0 0 0 0 0 20 0 20 0 256335680 26738311168 68493 33554432000 4194304 4196468 140734609303168 139930999056816 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 43 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
Current children cumulated CPU time: 11.78 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 273972 KiB

[startup+9.0008 s]*
/proc/loadavg: 7.71 8.56 8.76 2/198 16451
/proc/meminfo: memFree=23763428/32770624 swapFree=67108500/67108860
[pid=16431] ppid=16428 vsize=26111632 memory=273972 CPUtime=11.99 cores=0-7
/proc/16431/stat : 16431 (java) S 16428 16431 15924 0 -1 1077944320 38462 0 0 0 1179 20 0 0 20 0 20 0 256335674 26738311168 68493 33554432000 4194304 4196468 140734609303168 140734609285712 139932556029687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
/proc/16431/statm: 6527908 68493 3588 1 0 6489980 0
[pid=16431/tid=16433] ppid=16428 vsize=26111632 memory=8316850467074736180 CPUtime=8.94 cores=0-7
/proc/16431/task/16433/stat : 16433 (java) R 16428 16431 15924 0 -1 4202560 21335 0 0 0 887 7 0 0 20 0 20 0 256335675 26738311168 68493 33554432000 4194304 4196468 140734609303168 139932560263640 139932197949810 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16434] ppid=16428 vsize=26111632 memory=11952 CPUtime=0.01 cores=0-7
/proc/16431/task/16434/stat : 16434 (java) S 16428 16431 15924 0 -1 1077944384 728 0 0 0 1 0 0 0 20 0 20 0 256335675 26738311168 68493 33554432000 4194304 4196468 140734609303168 139932519135504 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16435] ppid=16428 vsize=26111632 memory=140320711902671 CPUtime=0 cores=0-7
/proc/16431/task/16435/stat : 16435 (java) S 16428 16431 15924 0 -1 1077944384 445 0 0 0 0 0 0 0 20 0 20 0 256335675 26738311168 68493 33554432000 4194304 4196468 140734609303168 139932113172880 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16436] ppid=16428 vsize=26111632 memory=-1 CPUtime=0 cores=0-7
/proc/16431/task/16436/stat : 16436 (java) S 16428 16431 15924 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 256335675 26738311168 68493 33554432000 4194304 4196468 140734609303168 139932112120336 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16437] ppid=16428 vsize=26111632 memory=7373607929660533587 CPUtime=0 cores=0-7
/proc/16431/task/16437/stat : 16437 (java) S 16428 16431 15924 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 20 0 256335675 26738311168 68493 33554432000 4194304 4196468 140734609303168 139932111067792 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16438] ppid=16428 vsize=26111632 memory=7953752136529175407 CPUtime=0.01 cores=0-7
/proc/16431/task/16438/stat : 16438 (java) S 16428 16431 15924 0 -1 1077944384 165 0 0 0 1 0 0 0 20 0 20 0 256335675 26738311168 68493 33554432000 4194304 4196468 140734609303168 139932110015248 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16439] ppid=16428 vsize=26111632 memory=32 CPUtime=0 cores=0-7
/proc/16431/task/16439/stat : 16439 (java) S 16428 16431 15924 0 -1 1077944384 165 0 0 0 0 0 0 0 20 0 20 0 256335675 26738311168 68493 33554432000 4194304 4196468 140734609303168 139932108962704 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16440] ppid=16428 vsize=26111632 memory=0 CPUtime=0.01 cores=0-7
/proc/16431/task/16440/stat : 16440 (java) S 16428 16431 15924 0 -1 1077944384 120 0 0 0 1 0 0 0 20 0 20 0 256335675 26738311168 68493 33554432000 4194304 4196468 140734609303168 139932107910160 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16441] ppid=16428 vsize=26111632 memory=0 CPUtime=0.02 cores=0-7
/proc/16431/task/16441/stat : 16441 (java) S 16428 16431 15924 0 -1 1077944384 120 0 0 0 1 1 0 0 20 0 20 0 256335675 26738311168 68493 33554432000 4194304 4196468 140734609303168 139932106857616 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16442] ppid=16428 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16442/stat : 16442 (java) S 16428 16431 15924 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 20 0 256335677 26738311168 68493 33554432000 4194304 4196468 140734609303168 139931008530416 139932556040834 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 37 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16443] ppid=16428 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16443/stat : 16443 (java) S 16428 16431 15924 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 256335677 26738311168 68493 33554432000 4194304 4196468 140734609303168 139931007476704 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16444] ppid=16428 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16444/stat : 16444 (java) S 16428 16431 15924 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 256335677 26738311168 68493 33554432000 4194304 4196468 140734609303168 139931006424064 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16445] ppid=16428 vsize=26111632 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/16431/task/16445/stat : 16445 (java) S 16428 16431 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256335680 26738311168 68493 33554432000 4194304 4196468 140734609303168 139931005372624 139932556048283 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16446] ppid=16428 vsize=26111632 memory=6655300316396806240 CPUtime=0.71 cores=0-7
/proc/16431/task/16446/stat : 16446 (java) S 16428 16431 15924 0 -1 1077944384 2489 0 0 0 70 1 0 0 20 0 20 0 256335680 26738311168 68493 33554432000 4194304 4196468 140734609303168 139931004320240 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16447] ppid=16428 vsize=26111632 memory=0 CPUtime=0.71 cores=0-7
/proc/16431/task/16447/stat : 16447 (java) S 16428 16431 15924 0 -1 1077944384 2819 0 0 0 70 1 0 0 20 0 20 0 256335680 26738311168 68493 33554432000 4194304 4196468 140734609303168 139931003267696 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16448] ppid=16428 vsize=26111632 memory=-1 CPUtime=0.75 cores=0-7
/proc/16431/task/16448/stat : 16448 (java) S 16428 16431 15924 0 -1 1077944384 2733 0 0 0 74 1 0 0 20 0 20 0 256335680 26738311168 68493 33554432000 4194304 4196468 140734609303168 139931002215152 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16449] ppid=16428 vsize=26111632 memory=-1 CPUtime=0.68 cores=0-7
/proc/16431/task/16449/stat : 16449 (java) S 16428 16431 15924 0 -1 1077944384 4995 0 0 0 66 2 0 0 20 0 20 0 256335680 26738311168 68493 33554432000 4194304 4196468 140734609303168 139931001162608 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 30 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16450] ppid=16428 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/16431/task/16450/stat : 16450 (java) S 16428 16431 15924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256335680 26738311168 68493 33554432000 4194304 4196468 140734609303168 139931000109280 139932556039893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
[pid=16431/tid=16451] ppid=16428 vsize=26111632 memory=-1 CPUtime=0 cores=0-7
/proc/16431/task/16451/stat : 16451 (java) S 16428 16431 15924 0 -1 1077944384 371 0 0 0 0 0 0 0 20 0 20 0 256335680 26738311168 68493 33554432000 4194304 4196468 140734609303168 139930999056816 139932556040834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 43 0 0 6293624 6294260 31858688 140734609306702 140734609306885 140734609306885 140734609309647 0
Current children cumulated CPU time: 11.99 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 273972 KiB

Child status: 0
Real time (s): 9.05483
CPU time (s): 12.0424
CPU user time (s): 11.8243
CPU system time (s): 0.218075
CPU usage (%): 132.994
Max. virtual memory (cumulated for all children) (KiB): 26111632
Max. memory (cumulated for all children) (KiB): 273972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.8243
system time used= 0.218075
maximum resident set size= 275508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39099
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4666
involuntary context switches= 18


# summary of solver processes directly reported to runsolver:
#   pid: 16431
#   total CPU time (s): 12.0424
#   total CPU user time (s): 11.8243
#   total CPU system time (s): 0.218075

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.09119 second user time and 0.113297 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-16 04:48:45
IDJOB=4309135
IDBENCH=141496
IDSOLVER=2793
FILE ID=node104/4309135-1534387725
RUNJOBID= node104-1534382651-15951
PBS_JOBID= 21038302
Free space on /tmp= 44476 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g34-g36_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309135-1534387725/watcher-4309135-1534387725 -o /tmp/evaluation-result-4309135-1534387725/solver-4309135-1534387725 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1534382651-15951 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 896657046 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309135-1534387725.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= bf1db001ac5fdaef8f815bb03b0feb23
RANDOM SEED=896657046

node104.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.11
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.11
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.11
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.11
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:        24025072 kB
MemAvailable:   31894808 kB
Buffers:          192268 kB
Cached:          7900924 kB
SwapCached:            4 kB
Active:          4032180 kB
Inactive:        4114328 kB
Active(anon):       4720 kB
Inactive(anon):   109196 kB
Active(file):    4027460 kB
Inactive(file):  4005132 kB
Unevictable:        7320 kB
Mlocked:            7320 kB
SwapTotal:      67108860 kB
SwapFree:       67108500 kB
Dirty:             35984 kB
Writeback:            44 kB
AnonPages:         58724 kB
Mapped:            55156 kB
Shmem:             57828 kB
Slab:             293972 kB
SReclaimable:     265604 kB
SUnreclaim:        28368 kB
KernelStack:        3152 kB
PageTables:         4944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     359104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 44444 MiB
End job on node104 at 2018-08-16 04:48:54