Trace number 4299035

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
slowpoke 2018-04-29? 177.937 78.1855

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-test02-0250_c18.xml
MD5SUM973c4f7d3bfa6ee5bf8044e5608ab9c3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark89983130
Best CPU time to get the best result obtained on this benchmark2520.03
Satisfiable
(Un)Satisfiability was proved
Number of variables3894
Number of constraints2462
Number of domains32
Minimum domain size1
Maximum domain size175
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":1380},{"size":11,"count":1131},{"size":12,"count":1},{"size":23,"count":45},{"size":47,"count":70},{"size":57,"count":33},{"size":60,"count":11},{"size":69,"count":36},{"size":70,"count":19},{"size":79,"count":14},{"size":81,"count":2},{"size":84,"count":6},{"size":93,"count":2},{"size":94,"count":10},{"size":110,"count":4},{"size":113,"count":12},{"size":118,"count":77},{"size":127,"count":39},{"size":137,"count":13},{"size":151,"count":17},{"size":153,"count":16},{"size":154,"count":100},{"size":170,"count":27},{"size":175,"count":828}]
Minimum variable degree2
Maximum variable degree1132
Distribution of variable degrees[{"degree":2,"count":3396},{"degree":3,"count":10},{"degree":4,"count":16},{"degree":5,"count":23},{"degree":6,"count":38},{"degree":7,"count":47},{"degree":8,"count":26},{"degree":9,"count":44},{"degree":10,"count":59},{"degree":11,"count":73},{"degree":12,"count":68},{"degree":13,"count":29},{"degree":14,"count":29},{"degree":15,"count":16},{"degree":16,"count":13},{"degree":17,"count":2},{"degree":18,"count":2},{"degree":19,"count":2},{"degree":1132,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":200},{"arity":3,"count":1131},{"arity":6,"count":1131}]
Number of extensional constraints2462
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2462}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.14/0.13	c version: 2018-04-11
0.14/0.13	c seed: 1811631
0.14/0.13	c timeout: 2520
0.14/0.13	c memlimit: -1
0.14/0.13	c nbcore: -1
177.60/78.10	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
177.85/78.16		at minicp.engine.core.BitSetMiniCP.<init>(BitSetMiniCP.java:13)
177.85/78.16		at minicp.engine.constraints.TableCT.<init>(TableCT.java:70)
177.85/78.16		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:155)
177.85/78.16		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
177.85/78.16		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
177.85/78.16		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
177.85/78.16		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:429)
177.85/78.16		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
177.85/78.16		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
177.85/78.16		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
177.85/78.16		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
177.85/78.16		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
177.85/78.16		at xcsp3.XCSP3.<init>(XCSP3.java:84)
177.85/78.16		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
177.85/78.16		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
177.85/78.16	s UNKNOWN

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299035-1532798490/watcher-4299035-1532798490 -o /tmp/evaluation-result-4299035-1532798490/solver-4299035-1532798490 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532775768-15808 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299035-1532798490.xml --timelimit 2520 

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

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

solver pid=18541, runsolver pid=18538

[startup+0.103949 s]*
/proc/loadavg: 5.84 3.25 2.27 4/220 18556
/proc/meminfo: memFree=19003752/32770624 swapFree=67108860/67108860
[pid=18541] ppid=18538 vsize=10661056 memory=27792 CPUtime=0.14 cores=1,3,5,7
/proc/18541/stat : 18541 (java) S 18538 18541 15776 0 -1 1077944320 5403 0 0 0 13 1 0 0 20 0 15 0 97412347 10916921344 6948 33554432000 4194304 4196468 140728620342992 140728620325536 140497615367927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
/proc/18541/statm: 2665264 6948 2866 1 0 2627263 0
[pid=18541/tid=18543] ppid=18538 vsize=10661056 memory=-7254949987974015097 CPUtime=0.09 cores=1,3,5,7
/proc/18541/task/18543/stat : 18543 (java) R 18538 18541 15776 0 -1 4202560 3183 0 0 0 9 0 0 0 20 0 15 0 97412348 10916921344 6948 33554432000 4194304 4196468 140728620342992 140497619597408 140497599411557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18544] ppid=18538 vsize=10661056 memory=5793855832354347449 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18544/stat : 18544 (java) S 18538 18541 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97412349 10916921344 6948 33554432000 4194304 4196468 140728620342992 140497576327696 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18545] ppid=18538 vsize=10661056 memory=140581344454272 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18545/stat : 18545 (java) S 18538 18541 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97412349 10916921344 6948 33554432000 4194304 4196468 140728620342992 140497575275152 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18546] ppid=18538 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18546/stat : 18546 (java) S 18538 18541 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97412349 10916921344 6948 33554432000 4194304 4196468 140728620342992 140497220507920 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18547] ppid=18538 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18547/stat : 18547 (java) S 18538 18541 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97412349 10916921344 6948 33554432000 4194304 4196468 140728620342992 140497219455376 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18548] ppid=18538 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18548/stat : 18548 (java) S 18538 18541 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97412350 10916921344 6948 33554432000 4194304 4196468 140728620342992 140497175182064 140497615379074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18549] ppid=18538 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18549/stat : 18549 (java) S 18538 18541 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97412350 10916921344 6948 33554432000 4194304 4196468 140728620342992 140497174128288 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18550] ppid=18538 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18550/stat : 18550 (java) S 18538 18541 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97412351 10916921344 7014 33554432000 4194304 4196468 140728620342992 140497173075184 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18551] ppid=18538 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18551/stat : 18551 (java) S 18538 18541 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412353 10916921344 7014 33554432000 4194304 4196468 140728620342992 140496970181072 140497615386523 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18552] ppid=18538 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18552/stat : 18552 (java) R 18538 18541 15776 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 97412353 10916921344 7014 33554432000 4194304 4196468 140728620342992 140496969128176 140497615379074 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18553] ppid=18538 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18553/stat : 18553 (java) R 18538 18541 15776 0 -1 4202560 203 0 0 0 0 0 0 0 20 0 15 0 97412353 10916921344 7014 33554432000 4194304 4196468 140728620342992 140496968075632 140497593235744 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18554] ppid=18538 vsize=10661056 memory=140581344454272 CPUtime=0.02 cores=1,3,5,7
/proc/18541/task/18554/stat : 18554 (java) S 18538 18541 15776 0 -1 1077944384 353 0 0 0 2 0 0 0 20 0 15 0 97412353 10916921344 7014 33554432000 4194304 4196468 140728620342992 140496967022576 140497615379074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18555] ppid=18538 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18555/stat : 18555 (java) S 18538 18541 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412353 10916921344 7014 33554432000 4194304 4196468 140728620342992 140496965970272 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18556] ppid=18538 vsize=10661056 memory=140581344454272 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18556/stat : 18556 (java) S 18538 18541 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97412353 10916921344 7014 33554432000 4194304 4196468 140728620342992 140496964918320 140497615379074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27792 KiB

[startup+0.210891 s]*
/proc/loadavg: 5.84 3.25 2.27 4/220 18556
/proc/meminfo: memFree=18991348/32770624 swapFree=67108860/67108860
[pid=18541] ppid=18538 vsize=10661056 memory=40352 CPUtime=0.34 cores=1,3,5,7
/proc/18541/stat : 18541 (java) S 18538 18541 15776 0 -1 1077944320 8226 0 0 0 32 2 0 0 20 0 15 0 97412347 10916921344 10088 33554432000 4194304 4196468 140728620342992 140728620325536 140497615367927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
/proc/18541/statm: 2665264 10088 2984 1 0 2627263 0
[pid=18541/tid=18543] ppid=18538 vsize=10661056 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/18541/task/18543/stat : 18543 (java) R 18538 18541 15776 0 -1 4202560 5150 0 0 0 19 1 0 0 20 0 15 0 97412348 10916921344 10088 33554432000 4194304 4196468 140728620342992 140497619606240 140497615389853 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18544] ppid=18538 vsize=10661056 memory=4211974307549244810 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18544/stat : 18544 (java) S 18538 18541 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97412349 10916921344 10088 33554432000 4194304 4196468 140728620342992 140497576327696 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18545] ppid=18538 vsize=10661056 memory=140581344454272 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18545/stat : 18545 (java) S 18538 18541 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97412349 10916921344 10088 33554432000 4194304 4196468 140728620342992 140497575275152 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18546] ppid=18538 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18546/stat : 18546 (java) S 18538 18541 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97412349 10916921344 10088 33554432000 4194304 4196468 140728620342992 140497220507920 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18547] ppid=18538 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18547/stat : 18547 (java) S 18538 18541 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97412349 10916921344 10088 33554432000 4194304 4196468 140728620342992 140497219455376 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18548] ppid=18538 vsize=10661056 memory=140581344454272 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18548/stat : 18548 (java) S 18538 18541 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97412350 10916921344 10088 33554432000 4194304 4196468 140728620342992 140497175182064 140497615379074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18549] ppid=18538 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18549/stat : 18549 (java) S 18538 18541 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97412350 10916921344 10088 33554432000 4194304 4196468 140728620342992 140497174128288 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18550] ppid=18538 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18550/stat : 18550 (java) S 18538 18541 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97412351 10916921344 10088 33554432000 4194304 4196468 140728620342992 140497173075184 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18551] ppid=18538 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18551/stat : 18551 (java) S 18538 18541 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412353 10916921344 10088 33554432000 4194304 4196468 140728620342992 140496970181072 140497615386523 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18552] ppid=18538 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/18541/task/18552/stat : 18552 (java) R 18538 18541 15776 0 -1 4202560 447 0 0 0 2 0 0 0 20 0 15 0 97412353 10916921344 10088 33554432000 4194304 4196468 140728620342992 140496969128272 140497594779453 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18553] ppid=18538 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/18541/task/18553/stat : 18553 (java) R 18538 18541 15776 0 -1 1077944384 368 0 0 0 2 0 0 0 20 0 15 0 97412353 10916921344 10088 33554432000 4194304 4196468 140728620342992 140496968075760 140497615378133 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18554] ppid=18538 vsize=10661056 memory=140581344454272 CPUtime=0.08 cores=1,3,5,7
/proc/18541/task/18554/stat : 18554 (java) R 18538 18541 15776 0 -1 4202560 912 0 0 0 8 0 0 0 20 0 15 0 97412353 10916921344 10088 33554432000 4194304 4196468 140728620342992 140496967018728 140497594765721 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18555] ppid=18538 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18555/stat : 18555 (java) S 18538 18541 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412353 10916921344 10088 33554432000 4194304 4196468 140728620342992 140496965970272 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18556] ppid=18538 vsize=10661056 memory=140581344454272 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18556/stat : 18556 (java) S 18538 18541 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97412353 10916921344 10088 33554432000 4194304 4196468 140728620342992 140496964918320 140497615379074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40352 KiB

[startup+0.311166 s]*
/proc/loadavg: 5.84 3.25 2.27 4/220 18556
/proc/meminfo: memFree=18929232/32770624 swapFree=67108860/67108860
[pid=18541] ppid=18538 vsize=10661056 memory=108248 CPUtime=0.56 cores=1,3,5,7
/proc/18541/stat : 18541 (java) S 18538 18541 15776 0 -1 1077944320 8740 0 0 0 53 3 0 0 20 0 15 0 97412347 10916921344 27062 33554432000 4194304 4196468 140728620342992 140728620325536 140497615367927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
/proc/18541/statm: 2665264 27062 3034 1 0 2627263 0
[pid=18541/tid=18543] ppid=18538 vsize=10661056 memory=6735269665583770266 CPUtime=0.3 cores=1,3,5,7
/proc/18541/task/18543/stat : 18543 (java) R 18538 18541 15776 0 -1 4202560 5186 0 0 0 28 2 0 0 20 0 15 0 97412348 10916921344 27128 33554432000 4194304 4196468 140728620342992 140497619599360 140497615389853 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18544] ppid=18538 vsize=10661056 memory=4211974307549244810 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18544/stat : 18544 (java) S 18538 18541 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97412349 10916921344 27128 33554432000 4194304 4196468 140728620342992 140497576327696 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18545] ppid=18538 vsize=10661056 memory=281162536376704 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18545/stat : 18545 (java) S 18538 18541 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97412349 10916921344 27128 33554432000 4194304 4196468 140728620342992 140497575275152 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18546] ppid=18538 vsize=10661056 memory=281162383872512 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18546/stat : 18546 (java) S 18538 18541 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97412349 10916921344 27128 33554432000 4194304 4196468 140728620342992 140497220507920 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18547] ppid=18538 vsize=10661056 memory=140581191922447 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18547/stat : 18547 (java) S 18538 18541 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97412349 10916921344 27194 33554432000 4194304 4196468 140728620342992 140497219455376 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18548] ppid=18538 vsize=10661056 memory=281162536385920 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18548/stat : 18548 (java) S 18538 18541 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97412350 10916921344 27194 33554432000 4194304 4196468 140728620342992 140497175182064 140497615379074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18549] ppid=18538 vsize=10661056 memory=140581191927055 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18549/stat : 18549 (java) S 18538 18541 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97412350 10916921344 27194 33554432000 4194304 4196468 140728620342992 140497174128288 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18550] ppid=18538 vsize=10661056 memory=140581191945168 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18550/stat : 18550 (java) S 18538 18541 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97412351 10916921344 27194 33554432000 4194304 4196468 140728620342992 140497173075184 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18551] ppid=18538 vsize=10661056 memory=140581191949761 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18551/stat : 18551 (java) S 18538 18541 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412353 10916921344 27194 33554432000 4194304 4196468 140728620342992 140496970181072 140497615386523 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18552] ppid=18538 vsize=10661056 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18541/task/18552/stat : 18552 (java) D 18538 18541 15776 0 -1 4202560 816 0 0 0 7 0 0 0 20 0 15 0 97412353 10916921344 27194 33554432000 4194304 4196468 140728620342992 140496969109192 140497596068224 0 4 0 16800975 18446744071582151416 0 0 -1 3 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18553] ppid=18538 vsize=10661056 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/18541/task/18553/stat : 18553 (java) S 18538 18541 15776 0 -1 1077944384 553 0 0 0 5 0 0 0 20 0 15 0 97412353 10916921344 27194 33554432000 4194304 4196468 140728620342992 140496968075632 140497615379074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18554] ppid=18538 vsize=10661056 memory=140581344454272 CPUtime=0.12 cores=1,3,5,7
/proc/18541/task/18554/stat : 18554 (java) D 18538 18541 15776 0 -1 4202560 966 0 0 0 12 0 0 0 20 0 15 0 97412353 10916921344 27194 33554432000 4194304 4196468 140728620342992 140496967019048 140497608085079 0 4 0 16800975 18446744071582151463 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18555] ppid=18538 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18555/stat : 18555 (java) S 18538 18541 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412353 10916921344 27194 33554432000 4194304 4196468 140728620342992 140496965970272 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18556] ppid=18538 vsize=10661056 memory=140581344482064 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18556/stat : 18556 (java) S 18538 18541 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97412353 10916921344 27194 33554432000 4194304 4196468 140728620342992 140496964918320 140497615379074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 108248 KiB

[startup+0.703138 s]
/proc/loadavg: 5.84 3.25 2.27 3/220 18556
/proc/meminfo: memFree=18738464/32770624 swapFree=67108860/67108860
[pid=18541] ppid=18538 vsize=10661056 memory=476800 CPUtime=1.57 cores=1,3,5,7
/proc/18541/stat : 18541 (java) S 18538 18541 15776 0 -1 1077944320 11623 0 0 0 122 35 0 0 20 0 15 0 97412347 10916921344 119200 33554432000 4194304 4196468 140728620342992 140728620325536 140497615367927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
/proc/18541/statm: 2665264 119200 3086 1 0 2627263 0
[pid=18541/tid=18543] ppid=18538 vsize=10661056 memory=56 CPUtime=0.53 cores=1,3,5,7
/proc/18541/task/18543/stat : 18543 (java) S 18538 18541 15776 0 -1 1077944384 5217 0 0 0 48 5 0 0 20 0 15 0 97412348 10916921344 119200 33554432000 4194304 4196468 140728620342992 140497619607184 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18544] ppid=18538 vsize=10661056 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/18541/task/18544/stat : 18544 (java) R 18538 18541 15776 0 -1 4202560 262 0 0 0 7 6 0 0 20 0 15 0 97412349 10916921344 119200 33554432000 4194304 4196468 140728620342992 140497576327896 140497608470906 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18545] ppid=18538 vsize=10661056 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/18541/task/18545/stat : 18545 (java) R 18538 18541 15776 0 -1 4202560 492 0 0 0 4 7 0 0 20 0 15 0 97412349 10916921344 119200 33554432000 4194304 4196468 140728620342992 140497575275152 140497608467627 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18546] ppid=18538 vsize=10661056 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/18541/task/18546/stat : 18546 (java) R 18538 18541 15776 0 -1 4202560 286 0 0 0 5 7 0 0 20 0 15 0 97412349 10916921344 119200 33554432000 4194304 4196468 140728620342992 140497220507920 140497608467627 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18547] ppid=18538 vsize=10661056 memory=8320808402719684661 CPUtime=0.13 cores=1,3,5,7
/proc/18541/task/18547/stat : 18547 (java) R 18538 18541 15776 0 -1 4202560 321 0 0 0 6 7 0 0 20 0 15 0 97412349 10916921344 119200 33554432000 4194304 4196468 140728620342992 140497219455376 140497608467627 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18548] ppid=18538 vsize=10661056 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18548/stat : 18548 (java) S 18538 18541 15776 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 97412350 10916921344 119200 33554432000 4194304 4196468 140728620342992 140497175180608 140497615378133 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18549] ppid=18538 vsize=10661056 memory=796 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18549/stat : 18549 (java) S 18538 18541 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97412350 10916921344 119200 33554432000 4194304 4196468 140728620342992 140497174128288 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18550] ppid=18538 vsize=10661056 memory=8452 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18550/stat : 18550 (java) S 18538 18541 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97412351 10916921344 119712 33554432000 4194304 4196468 140728620342992 140497173075184 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18551] ppid=18538 vsize=10661056 memory=5776 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18551/stat : 18551 (java) S 18538 18541 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412353 10916921344 119712 33554432000 4194304 4196468 140728620342992 140496970181072 140497615386523 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18552] ppid=18538 vsize=10661056 memory=1200 CPUtime=0.24 cores=1,3,5,7
/proc/18541/task/18552/stat : 18552 (java) S 18538 18541 15776 0 -1 1077944384 1651 0 0 0 24 0 0 0 20 0 15 0 97412353 10916921344 119712 33554432000 4194304 4196468 140728620342992 140496969107632 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18553] ppid=18538 vsize=10661056 memory=12136 CPUtime=0.11 cores=1,3,5,7
/proc/18541/task/18553/stat : 18553 (java) S 18538 18541 15776 0 -1 1077944384 882 0 0 0 11 0 0 0 20 0 15 0 97412353 10916921344 119712 33554432000 4194304 4196468 140728620342992 140496968066912 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18554] ppid=18538 vsize=10661056 memory=1008 CPUtime=0.13 cores=1,3,5,7
/proc/18541/task/18554/stat : 18554 (java) S 18538 18541 15776 0 -1 1077944384 1058 0 0 0 13 0 0 0 20 0 15 0 97412353 10916921344 119712 33554432000 4194304 4196468 140728620342992 140496967022576 140497615379074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18555] ppid=18538 vsize=10661056 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18555/stat : 18555 (java) S 18538 18541 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412353 10916921344 119712 33554432000 4194304 4196468 140728620342992 140496965970272 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18556] ppid=18538 vsize=10661056 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18556/stat : 18556 (java) S 18538 18541 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97412353 10916921344 119712 33554432000 4194304 4196468 140728620342992 140496964918320 140497615379074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 476800 KiB

[startup+1.50084 s]
/proc/loadavg: 5.84 3.25 2.27 3/220 18556
/proc/meminfo: memFree=18470492/32770624 swapFree=67108860/67108860
[pid=18541] ppid=18538 vsize=10661056 memory=881064 CPUtime=3.32 cores=1,3,5,7
/proc/18541/stat : 18541 (java) S 18538 18541 15776 0 -1 1077944320 13437 0 0 0 255 77 0 0 20 0 15 0 97412347 10916921344 220266 33554432000 4194304 4196468 140728620342992 140728620325536 140497615367927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
/proc/18541/statm: 2665264 220266 3099 1 0 2627263 0
[pid=18541/tid=18543] ppid=18538 vsize=10661056 memory=0 CPUtime=1.04 cores=1,3,5,7
/proc/18541/task/18543/stat : 18543 (java) R 18538 18541 15776 0 -1 4202560 5275 0 0 0 93 11 0 0 20 0 15 0 97412348 10916921344 220266 33554432000 4194304 4196468 140728620342992 140497619607184 140497615389853 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18544] ppid=18538 vsize=10661056 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/18541/task/18544/stat : 18544 (java) S 18538 18541 15776 0 -1 1077944384 415 0 0 0 24 15 0 0 20 0 15 0 97412349 10916921344 220266 33554432000 4194304 4196468 140728620342992 140497576327696 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18545] ppid=18538 vsize=10661056 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/18541/task/18545/stat : 18545 (java) S 18538 18541 15776 0 -1 1077944384 621 0 0 0 23 15 0 0 20 0 15 0 97412349 10916921344 220266 33554432000 4194304 4196468 140728620342992 140497575275152 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18546] ppid=18538 vsize=10661056 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/18541/task/18546/stat : 18546 (java) S 18538 18541 15776 0 -1 1077944384 424 0 0 0 22 16 0 0 20 0 15 0 97412349 10916921344 220266 33554432000 4194304 4196468 140728620342992 140497220507920 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18547] ppid=18538 vsize=10661056 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/18541/task/18547/stat : 18547 (java) S 18538 18541 15776 0 -1 1077944384 470 0 0 0 23 16 0 0 20 0 15 0 97412349 10916921344 220266 33554432000 4194304 4196468 140728620342992 140497219455376 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18548] ppid=18538 vsize=10661056 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/18541/task/18548/stat : 18548 (java) S 18538 18541 15776 0 -1 1077944384 894 0 0 0 1 0 0 0 20 0 15 0 97412350 10916921344 220266 33554432000 4194304 4196468 140728620342992 140497175182064 140497615379074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0

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

[pid=18541/tid=18555] ppid=18538 vsize=10661132 memory=2444 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18555/stat : 18555 (java) S 18538 18541 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412353 10916999168 2074071 33554432000 4194304 4196468 140728620342992 140496965970272 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18556] ppid=18538 vsize=10661132 memory=1832 CPUtime=0.04 cores=1,3,5,7
/proc/18541/task/18556/stat : 18556 (java) S 18538 18541 15776 0 -1 1077944384 540 0 0 0 2 2 0 0 20 0 15 0 97412353 10916999168 2074071 33554432000 4194304 4196468 140728620342992 140496964918320 140497615379074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
Current children cumulated CPU time: 166.96 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8296284 KiB

[startup+76.8012 s]
/proc/loadavg: 3.95 3.18 2.31 6/220 18557
/proc/meminfo: memFree=9622372/32770624 swapFree=67108860/67108860
[pid=18541] ppid=18538 vsize=10661132 memory=8296324 CPUtime=172.95 cores=1,3,5,7
/proc/18541/stat : 18541 (java) S 18538 18541 15776 0 -1 1077944320 107050 0 0 0 16505 790 0 0 20 0 15 0 97412347 10916999168 2074081 33554432000 4194304 4196468 140728620342992 140728620325536 140497615367927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
/proc/18541/statm: 2665283 2074081 3190 1 0 2627263 0
[pid=18541/tid=18543] ppid=18538 vsize=10661132 memory=4620 CPUtime=43.07 cores=1,3,5,7
/proc/18541/task/18543/stat : 18543 (java) S 18538 18541 15776 0 -1 1077944384 15684 0 0 0 4283 24 0 0 20 0 15 0 97412348 10916999168 2074081 33554432000 4194304 4196468 140728620342992 140497619606544 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18544] ppid=18538 vsize=10661132 memory=4767992 CPUtime=31.2 cores=1,3,5,7
/proc/18541/task/18544/stat : 18544 (java) R 18538 18541 15776 0 -1 4202560 10943 0 0 0 2932 188 0 0 20 0 15 0 97412349 10916999168 2074081 33554432000 4194304 4196468 140728620342992 140497576327696 140497600364331 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18545] ppid=18538 vsize=10661132 memory=2292 CPUtime=31.23 cores=1,3,5,7
/proc/18541/task/18545/stat : 18545 (java) R 18538 18541 15776 0 -1 4202560 20706 0 0 0 2939 184 0 0 20 0 15 0 97412349 10916999168 2074081 33554432000 4194304 4196468 140728620342992 140497575275152 140497600364541 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18546] ppid=18538 vsize=10661132 memory=527 CPUtime=31.06 cores=1,3,5,7
/proc/18541/task/18546/stat : 18546 (java) R 18538 18541 15776 0 -1 4202560 14393 0 0 0 2906 200 0 0 20 0 15 0 97412349 10916999168 2074081 33554432000 4194304 4196468 140728620342992 140497220507808 140497600364563 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18547] ppid=18538 vsize=10661132 memory=8296284 CPUtime=31.16 cores=1,3,5,7
/proc/18541/task/18547/stat : 18547 (java) R 18538 18541 15776 0 -1 4202560 11008 0 0 0 2930 186 0 0 20 0 15 0 97412349 10916999168 2074081 33554432000 4194304 4196468 140728620342992 140497219455576 140497600066657 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18548] ppid=18538 vsize=10661132 memory=8296284 CPUtime=2.11 cores=1,3,5,7
/proc/18541/task/18548/stat : 18548 (java) S 18538 18541 15776 0 -1 1077944384 16863 0 0 0 210 1 0 0 20 0 15 0 97412350 10916999168 2074081 33554432000 4194304 4196468 140728620342992 140497175180608 140497615378133 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18549] ppid=18538 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18549/stat : 18549 (java) S 18538 18541 15776 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 97412350 10916999168 2074081 33554432000 4194304 4196468 140728620342992 140497174127952 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18550] ppid=18538 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18550/stat : 18550 (java) S 18538 18541 15776 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 97412351 10916999168 2074081 33554432000 4194304 4196468 140728620342992 140497173075184 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18551] ppid=18538 vsize=10661132 memory=9126232286719478932 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18551/stat : 18551 (java) S 18538 18541 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412353 10916999168 2074081 33554432000 4194304 4196468 140728620342992 140496970181072 140497615386523 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18552] ppid=18538 vsize=10661132 memory=8330969454845486047 CPUtime=1.43 cores=1,3,5,7
/proc/18541/task/18552/stat : 18552 (java) S 18538 18541 15776 0 -1 1077944384 5289 0 0 0 143 0 0 0 20 0 15 0 97412353 10916999168 2074081 33554432000 4194304 4196468 140728620342992 140496969127936 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18553] ppid=18538 vsize=10661132 memory=3820540 CPUtime=1.06 cores=1,3,5,7
/proc/18541/task/18553/stat : 18553 (java) S 18538 18541 15776 0 -1 1077944384 5012 0 0 0 105 1 0 0 20 0 15 0 97412353 10916999168 2074081 33554432000 4194304 4196468 140728620342992 140496968075680 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18554] ppid=18538 vsize=10661132 memory=106 CPUtime=0.5 cores=1,3,5,7
/proc/18541/task/18554/stat : 18554 (java) S 18538 18541 15776 0 -1 1077944384 5179 0 0 0 50 0 0 0 20 0 15 0 97412353 10916999168 2074081 33554432000 4194304 4196468 140728620342992 140496967022624 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18555] ppid=18538 vsize=10661132 memory=50 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18555/stat : 18555 (java) S 18538 18541 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412353 10916999168 2074081 33554432000 4194304 4196468 140728620342992 140496965970272 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18556] ppid=18538 vsize=10661132 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/18541/task/18556/stat : 18556 (java) S 18538 18541 15776 0 -1 1077944384 540 0 0 0 2 2 0 0 20 0 15 0 97412353 10916999168 2074081 33554432000 4194304 4196468 140728620342992 140496964918320 140497615379074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
Current children cumulated CPU time: 172.95 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8296324 KiB

[startup+77.6012 s]
/proc/loadavg: 4.03 3.21 2.33 3/220 18557
/proc/meminfo: memFree=9622372/32770624 swapFree=67108860/67108860
[pid=18541] ppid=18538 vsize=10661132 memory=8296348 CPUtime=176 cores=1,3,5,7
/proc/18541/stat : 18541 (java) S 18538 18541 15776 0 -1 1077944320 108057 0 0 0 16810 790 0 0 20 0 15 0 97412347 10916999168 2074087 33554432000 4194304 4196468 140728620342992 140728620325536 140497615367927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
/proc/18541/statm: 2665283 2074087 3190 1 0 2627263 0
[pid=18541/tid=18543] ppid=18538 vsize=10661132 memory=8452 CPUtime=43.07 cores=1,3,5,7
/proc/18541/task/18543/stat : 18543 (java) S 18538 18541 15776 0 -1 1077944384 15684 0 0 0 4283 24 0 0 20 0 15 0 97412348 10916999168 2074087 33554432000 4194304 4196468 140728620342992 140497619606544 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18544] ppid=18538 vsize=10661132 memory=5776 CPUtime=31.95 cores=1,3,5,7
/proc/18541/task/18544/stat : 18544 (java) R 18538 18541 15776 0 -1 4202560 11015 0 0 0 3007 188 0 0 20 0 15 0 97412349 10916999168 2074087 33554432000 4194304 4196468 140728620342992 140497576327584 140497595394378 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18545] ppid=18538 vsize=10661132 memory=1200 CPUtime=31.98 cores=1,3,5,7
/proc/18541/task/18545/stat : 18545 (java) R 18538 18541 15776 0 -1 4202560 20993 0 0 0 3014 184 0 0 20 0 15 0 97412349 10916999168 2074087 33554432000 4194304 4196468 140728620342992 140497575275152 140497600065679 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18546] ppid=18538 vsize=10661132 memory=6791534058613427641 CPUtime=31.81 cores=1,3,5,7
/proc/18541/task/18546/stat : 18546 (java) R 18538 18541 15776 0 -1 4202560 14739 0 0 0 2981 200 0 0 20 0 15 0 97412349 10916999168 2074087 33554432000 4194304 4196468 140728620342992 140497220507920 140497600318563 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18547] ppid=18538 vsize=10661132 memory=12136 CPUtime=31.92 cores=1,3,5,7
/proc/18541/task/18547/stat : 18547 (java) R 18538 18541 15776 0 -1 4202560 11285 0 0 0 3005 187 0 0 20 0 15 0 97412349 10916999168 2074087 33554432000 4194304 4196468 140728620342992 140497219455576 140497600065495 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18548] ppid=18538 vsize=10661132 memory=1008 CPUtime=2.15 cores=1,3,5,7
/proc/18541/task/18548/stat : 18548 (java) S 18538 18541 15776 0 -1 1077944384 16863 0 0 0 214 1 0 0 20 0 15 0 97412350 10916999168 2074087 33554432000 4194304 4196468 140728620342992 140497175180400 140497615378133 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18549] ppid=18538 vsize=10661132 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18549/stat : 18549 (java) S 18538 18541 15776 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 97412350 10916999168 2074087 33554432000 4194304 4196468 140728620342992 140497174127952 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18550] ppid=18538 vsize=10661132 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18550/stat : 18550 (java) S 18538 18541 15776 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 97412351 10916999168 2074087 33554432000 4194304 4196468 140728620342992 140497173075184 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18551] ppid=18538 vsize=10661132 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18551/stat : 18551 (java) S 18538 18541 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412353 10916999168 2074087 33554432000 4194304 4196468 140728620342992 140496970181072 140497615386523 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18552] ppid=18538 vsize=10661132 memory=1716 CPUtime=1.43 cores=1,3,5,7
/proc/18541/task/18552/stat : 18552 (java) S 18538 18541 15776 0 -1 1077944384 5289 0 0 0 143 0 0 0 20 0 15 0 97412353 10916999168 2074087 33554432000 4194304 4196468 140728620342992 140496969127936 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18553] ppid=18538 vsize=10661132 memory=1424 CPUtime=1.06 cores=1,3,5,7
/proc/18541/task/18553/stat : 18553 (java) S 18538 18541 15776 0 -1 1077944384 5012 0 0 0 105 1 0 0 20 0 15 0 97412353 10916999168 2074087 33554432000 4194304 4196468 140728620342992 140496968075680 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18554] ppid=18538 vsize=10661132 memory=28212 CPUtime=0.5 cores=1,3,5,7
/proc/18541/task/18554/stat : 18554 (java) S 18538 18541 15776 0 -1 1077944384 5179 0 0 0 50 0 0 0 20 0 15 0 97412353 10916999168 2074087 33554432000 4194304 4196468 140728620342992 140496967022624 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18555] ppid=18538 vsize=10661132 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18555/stat : 18555 (java) S 18538 18541 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412353 10916999168 2074087 33554432000 4194304 4196468 140728620342992 140496965970272 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18556] ppid=18538 vsize=10661132 memory=2444 CPUtime=0.04 cores=1,3,5,7
/proc/18541/task/18556/stat : 18556 (java) S 18538 18541 15776 0 -1 1077944384 565 0 0 0 2 2 0 0 20 0 15 0 97412353 10916999168 2074087 33554432000 4194304 4196468 140728620342992 140496964918320 140497615379074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
Current children cumulated CPU time: 176 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8296348 KiB

[startup+78.0012 s]*
/proc/loadavg: 4.03 3.21 2.33 6/220 18557
/proc/meminfo: memFree=9622372/32770624 swapFree=67108860/67108860
[pid=18541] ppid=18538 vsize=10661132 memory=8296352 CPUtime=177.6 cores=1,3,5,7
/proc/18541/stat : 18541 (java) S 18538 18541 15776 0 -1 1077944320 113210 0 0 0 16970 790 0 0 20 0 15 0 97412347 10916999168 2074088 33554432000 4194304 4196468 140728620342992 140728620325536 140497615367927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
/proc/18541/statm: 2665283 2074088 3190 1 0 2627263 0
[pid=18541/tid=18543] ppid=18538 vsize=10661132 memory=6791534058613427641 CPUtime=43.07 cores=1,3,5,7
/proc/18541/task/18543/stat : 18543 (java) S 18538 18541 15776 0 -1 1077944384 15684 0 0 0 4283 24 0 0 20 0 15 0 97412348 10916999168 2074088 33554432000 4194304 4196468 140728620342992 140497619606544 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18544] ppid=18538 vsize=10661132 memory=-7003737579269690708 CPUtime=32.35 cores=1,3,5,7
/proc/18541/task/18544/stat : 18544 (java) R 18538 18541 15776 0 -1 4202560 11018 0 0 0 3047 188 0 0 20 0 15 0 97412349 10916999168 2074088 33554432000 4194304 4196468 140728620342992 140497576327584 140497600364563 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18545] ppid=18538 vsize=10661132 memory=2828 CPUtime=32.38 cores=1,3,5,7
/proc/18541/task/18545/stat : 18545 (java) R 18538 18541 15776 0 -1 4202560 21125 0 0 0 3054 184 0 0 20 0 15 0 97412349 10916999168 2074088 33554432000 4194304 4196468 140728620342992 140497575275152 140497600066672 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18546] ppid=18538 vsize=10661132 memory=2836 CPUtime=32.21 cores=1,3,5,7
/proc/18541/task/18546/stat : 18546 (java) R 18538 18541 15776 0 -1 4202560 14748 0 0 0 3021 200 0 0 20 0 15 0 97412349 10916999168 2074088 33554432000 4194304 4196468 140728620342992 140497220507920 140497596977764 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18547] ppid=18538 vsize=10661132 memory=8296284 CPUtime=32.31 cores=1,3,5,7
/proc/18541/task/18547/stat : 18547 (java) R 18538 18541 15776 0 -1 4202560 11291 0 0 0 3044 187 0 0 20 0 15 0 97412349 10916999168 2074088 33554432000 4194304 4196468 140728620342992 140497219455576 140497600364573 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18548] ppid=18538 vsize=10661132 memory=288230596050944315 CPUtime=2.16 cores=1,3,5,7
/proc/18541/task/18548/stat : 18548 (java) S 18538 18541 15776 0 -1 1077944384 21866 0 0 0 215 1 0 0 20 0 15 0 97412350 10916999168 2074088 33554432000 4194304 4196468 140728620342992 140497175180624 140497615378133 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18549] ppid=18538 vsize=10661132 memory=16100360058046859 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18549/stat : 18549 (java) S 18538 18541 15776 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 97412350 10916999168 2074088 33554432000 4194304 4196468 140728620342992 140497174127952 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18550] ppid=18538 vsize=10661132 memory=5218812 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18550/stat : 18550 (java) S 18538 18541 15776 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 97412351 10916999168 2074088 33554432000 4194304 4196468 140728620342992 140497173075184 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18551] ppid=18538 vsize=10661132 memory=3844 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18551/stat : 18551 (java) S 18538 18541 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412353 10916999168 2074088 33554432000 4194304 4196468 140728620342992 140496970181072 140497615386523 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18552] ppid=18538 vsize=10661132 memory=2828 CPUtime=1.43 cores=1,3,5,7
/proc/18541/task/18552/stat : 18552 (java) S 18538 18541 15776 0 -1 1077944384 5289 0 0 0 143 0 0 0 20 0 15 0 97412353 10916999168 2074088 33554432000 4194304 4196468 140728620342992 140496969127936 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18553] ppid=18538 vsize=10661132 memory=2836 CPUtime=1.06 cores=1,3,5,7
/proc/18541/task/18553/stat : 18553 (java) S 18538 18541 15776 0 -1 1077944384 5012 0 0 0 105 1 0 0 20 0 15 0 97412353 10916999168 2074088 33554432000 4194304 4196468 140728620342992 140496968075680 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18554] ppid=18538 vsize=10661132 memory=4108 CPUtime=0.5 cores=1,3,5,7
/proc/18541/task/18554/stat : 18554 (java) S 18538 18541 15776 0 -1 1077944384 5179 0 0 0 50 0 0 0 20 0 15 0 97412353 10916999168 2074088 33554432000 4194304 4196468 140728620342992 140496967022624 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18555] ppid=18538 vsize=10661132 memory=8296348 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18555/stat : 18555 (java) S 18538 18541 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412353 10916999168 2074088 33554432000 4194304 4196468 140728620342992 140496965970272 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18556] ppid=18538 vsize=10661132 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/18541/task/18556/stat : 18556 (java) S 18538 18541 15776 0 -1 1077944384 565 0 0 0 2 2 0 0 20 0 15 0 97412353 10916999168 2074088 33554432000 4194304 4196468 140728620342992 140496964918320 140497615379074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
Current children cumulated CPU time: 177.6 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8296352 KiB

[startup+78.1125 s]
/proc/loadavg: 4.03 3.21 2.33 6/220 18557
/proc/meminfo: memFree=9622372/32770624 swapFree=67108860/67108860
[pid=18541] ppid=18538 vsize=10661132 memory=8296492 CPUtime=177.85 cores=1,3,5,7
/proc/18541/stat : 18541 (java) S 18538 18541 15776 0 -1 1077944320 116077 0 0 0 16995 790 0 0 20 0 15 0 97412347 10916999168 2074123 33554432000 4194304 4196468 140728620342992 140728620325536 140497615367927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
/proc/18541/statm: 2665283 2074123 3198 1 0 2627263 0
[pid=18541/tid=18543] ppid=18538 vsize=10661132 memory=0 CPUtime=43.07 cores=1,3,5,7
/proc/18541/task/18543/stat : 18543 (java) S 18538 18541 15776 0 -1 1077944384 15780 0 0 0 4283 24 0 0 20 0 15 0 97412348 10916999168 2074123 33554432000 4194304 4196468 140728620342992 140497619607424 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18544] ppid=18538 vsize=10661132 memory=8296284 CPUtime=32.4 cores=1,3,5,7
/proc/18541/task/18544/stat : 18544 (java) S 18538 18541 15776 0 -1 1077944384 11018 0 0 0 3052 188 0 0 20 0 15 0 97412349 10916999168 2074123 33554432000 4194304 4196468 140728620342992 140497576327696 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18545] ppid=18538 vsize=10661132 memory=16312 CPUtime=32.43 cores=1,3,5,7
/proc/18541/task/18545/stat : 18545 (java) S 18538 18541 15776 0 -1 1077944384 21128 0 0 0 3059 184 0 0 20 0 15 0 97412349 10916999168 2074123 33554432000 4194304 4196468 140728620342992 140497575275152 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18546] ppid=18538 vsize=10661132 memory=8296348 CPUtime=32.26 cores=1,3,5,7
/proc/18541/task/18546/stat : 18546 (java) S 18538 18541 15776 0 -1 1077944384 14748 0 0 0 3026 200 0 0 20 0 15 0 97412349 10916999168 2074123 33554432000 4194304 4196468 140728620342992 140497220507920 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18547] ppid=18538 vsize=10661132 memory=3 CPUtime=32.36 cores=1,3,5,7
/proc/18541/task/18547/stat : 18547 (java) R 18538 18541 15776 0 -1 1077944384 11294 0 0 0 3049 187 0 0 20 0 15 0 97412349 10916999168 2074123 33554432000 4194304 4196468 140728620342992 140497219455392 140497615378133 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18548] ppid=18538 vsize=10661132 memory=8296324 CPUtime=2.21 cores=1,3,5,7
/proc/18541/task/18548/stat : 18548 (java) S 18538 18541 15776 0 -1 1077944384 24616 0 0 0 220 1 0 0 20 0 15 0 97412350 10916999168 2074123 33554432000 4194304 4196468 140728620342992 140497175180608 140497615378133 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18549] ppid=18538 vsize=10661132 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18549/stat : 18549 (java) S 18538 18541 15776 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 97412350 10916999168 2074123 33554432000 4194304 4196468 140728620342992 140497174128352 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18550] ppid=18538 vsize=10661132 memory=8296348 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18550/stat : 18550 (java) S 18538 18541 15776 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 97412351 10916999168 2074123 33554432000 4194304 4196468 140728620342992 140497173075184 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18551] ppid=18538 vsize=10661132 memory=1832 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18551/stat : 18551 (java) S 18538 18541 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412353 10916999168 2074123 33554432000 4194304 4196468 140728620342992 140496970181072 140497615386523 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18552] ppid=18538 vsize=10661132 memory=8296260 CPUtime=1.43 cores=1,3,5,7
/proc/18541/task/18552/stat : 18552 (java) S 18538 18541 15776 0 -1 1077944384 5291 0 0 0 143 0 0 0 20 0 15 0 97412353 10916999168 2074123 33554432000 4194304 4196468 140728620342992 140496969128176 140497615379074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18553] ppid=18538 vsize=10661132 memory=8296352 CPUtime=1.06 cores=1,3,5,7
/proc/18541/task/18553/stat : 18553 (java) S 18538 18541 15776 0 -1 1077944384 5014 0 0 0 105 1 0 0 20 0 15 0 97412353 10916999168 2074123 33554432000 4194304 4196468 140728620342992 140496968075632 140497615379074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18554] ppid=18538 vsize=10661132 memory=159386236391653 CPUtime=0.5 cores=1,3,5,7
/proc/18541/task/18554/stat : 18554 (java) S 18538 18541 15776 0 -1 1077944384 5181 0 0 0 50 0 0 0 20 0 15 0 97412353 10916999168 2074123 33554432000 4194304 4196468 140728620342992 140496967022576 140497615379074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18555] ppid=18538 vsize=10661132 memory=8296276 CPUtime=0 cores=1,3,5,7
/proc/18541/task/18555/stat : 18555 (java) S 18538 18541 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412353 10916999168 2074123 33554432000 4194304 4196468 140728620342992 140496965970272 140497615378133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
[pid=18541/tid=18556] ppid=18538 vsize=10661132 memory=8296276 CPUtime=0.04 cores=1,3,5,7
/proc/18541/task/18556/stat : 18556 (java) S 18538 18541 15776 0 -1 1077944384 565 0 0 0 2 2 0 0 20 0 15 0 97412353 10916999168 2074123 33554432000 4194304 4196468 140728620342992 140496964918320 140497615379074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16412672 140728620348572 140728620348681 140728620348681 140728620351439 0
Current children cumulated CPU time: 177.85 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8296492 KiB

Child status: 1
Real time (s): 78.1855
CPU time (s): 177.937
CPU user time (s): 169.992
CPU system time (s): 7.94465
CPU usage (%): 227.583
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8296492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 169.992
system time used= 7.94465
maximum resident set size= 8296492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116197
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5744
involuntary context switches= 1337


# summary of solver processes directly reported to runsolver:
#   pid: 18541
#   total CPU time (s): 177.937
#   total CPU user time (s): 169.992
#   total CPU system time (s): 7.94465

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.479482 second user time and 0.853007 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-28 19:21:32
IDJOB=4299035
IDBENCH=141286
IDSOLVER=2765
FILE ID=node132/4299035-1532798490
RUNJOBID= node132-1532775768-15808
PBS_JOBID= 21022466
Free space on /tmp= 51516 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-test02-0250_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299035-1532798490/watcher-4299035-1532798490 -o /tmp/evaluation-result-4299035-1532798490/solver-4299035-1532798490 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532775768-15808 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299035-1532798490.xml --timelimit 2520

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

MD5SUM BENCH= 973c4f7d3bfa6ee5bf8044e5608ab9c3
RANDOM SEED=2138816927

node132.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.65
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.65
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.65
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.65
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:        19022416 kB
MemAvailable:   27813108 kB
Buffers:          208732 kB
Cached:          8783072 kB
SwapCached:            0 kB
Active:          7248636 kB
Inactive:        5908548 kB
Active(anon):    4115620 kB
Inactive(anon):    77832 kB
Active(file):    3133016 kB
Inactive(file):  5830716 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            435748 kB
Writeback:             0 kB
AnonPages:       4020860 kB
Mapped:            55076 kB
Shmem:             25248 kB
Slab:             283344 kB
SReclaimable:     255420 kB
SUnreclaim:        27924 kB
KernelStack:        3584 kB
PageTables:        13120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4751692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3903488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 51516 MiB
End job on node132 at 2018-07-28 19:22:50