Trace number 4299019

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
GG's minicp 2018-04-29? 1575.34 461.302

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-05-0350_c18.xml
MD5SUM51b7f32ab0afbf3da7a228f765e579fa
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark536857239
Best CPU time to get the best result obtained on this benchmark2519.85
Satisfiable
(Un)Satisfiability was proved
Number of variables7232
Number of constraints4665
Number of domains18
Minimum domain size1
Maximum domain size135
Distribution of domain sizes[{"size":1,"count":3},{"size":2,"count":2524},{"size":11,"count":2177},{"size":12,"count":1},{"size":25,"count":55},{"size":33,"count":45},{"size":44,"count":26},{"size":48,"count":22},{"size":51,"count":17},{"size":55,"count":31},{"size":91,"count":204},{"size":102,"count":203},{"size":106,"count":126},{"size":135,"count":1798}]
Minimum variable degree2
Maximum variable degree2178
Distribution of variable degrees[{"degree":2,"count":6532},{"degree":3,"count":5},{"degree":4,"count":7},{"degree":5,"count":11},{"degree":6,"count":11},{"degree":7,"count":19},{"degree":8,"count":26},{"degree":9,"count":28},{"degree":10,"count":31},{"degree":11,"count":40},{"degree":12,"count":48},{"degree":13,"count":50},{"degree":14,"count":80},{"degree":15,"count":109},{"degree":16,"count":148},{"degree":17,"count":81},{"degree":18,"count":2},{"degree":19,"count":2},{"degree":21,"count":1},{"degree":2178,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":311},{"arity":3,"count":2177},{"arity":6,"count":2177}]
Number of extensional constraints4665
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4665}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
1575.16/461.26	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1575.16/461.26		at minicp.engine.constraints.TableCT.<init>(TableCT.java:361)
1575.16/461.26		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:141)
1575.16/461.26		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
1575.16/461.26		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
1575.16/461.26		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1575.16/461.26		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:429)
1575.16/461.26		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
1575.16/461.26		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
1575.16/461.26		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1575.16/461.26		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1575.16/461.26		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1575.16/461.26		at xcsp3.XCSP3.<init>(XCSP3.java:70)
1575.16/461.26		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
1575.16/461.26		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
1575.16/461.26	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 (7706 MiB free)
  memory of node 1: 16384 MiB (7130 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299019-1532789929/watcher-4299019-1532789929 -o /tmp/evaluation-result-4299019-1532789929/solver-4299019-1532789929 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532774285-30332 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299019-1532789929.xml 

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

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


[startup+0.100058 s]*
/proc/loadavg: 4.70 4.01 2.82 4/215 32075
/proc/meminfo: memFree=15177216/32770624 swapFree=67108404/67108860
[pid=32060] ppid=32057 vsize=10661056 memory=27460 CPUtime=0.13 cores=0,2,4,6
/proc/32060/stat : 32060 (java) S 32057 32060 30301 0 -1 1077944320 5275 0 0 0 12 1 0 0 20 0 15 0 96556296 10916921344 6865 33554432000 4194304 4196468 140721695837360 140721695819904 140548362182391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
/proc/32060/statm: 2665264 6865 2841 1 0 2627263 0
[pid=32060/tid=32062] ppid=32057 vsize=10661056 memory=-8269626465541590911 CPUtime=0.09 cores=0,2,4,6
/proc/32060/task/32062/stat : 32062 (java) R 32057 32060 30301 0 -1 4202560 3145 0 0 0 9 0 0 0 20 0 15 0 96556296 10916921344 6865 33554432000 4194304 4196468 140721695837360 140548366411872 140548362203738 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32063] ppid=32057 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32063/stat : 32063 (java) S 32057 32060 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96556297 10916921344 6865 33554432000 4194304 4196468 140721695837360 140548314802832 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32064] ppid=32057 vsize=10661056 memory=140107732588160 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32064/stat : 32064 (java) S 32057 32060 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96556297 10916921344 6865 33554432000 4194304 4196468 140721695837360 140548313750032 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32065] ppid=32057 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32065/stat : 32065 (java) S 32057 32060 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556297 10916921344 6865 33554432000 4194304 4196468 140721695837360 140548312697232 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32066] ppid=32057 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32066/stat : 32066 (java) S 32057 32060 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96556297 10916921344 6865 33554432000 4194304 4196468 140721695837360 140548311644432 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32067] ppid=32057 vsize=10661056 memory=140107732588160 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32067/stat : 32067 (java) S 32057 32060 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96556299 10916921344 6865 33554432000 4194304 4196468 140721695837360 140547921107824 140548362193538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32068] ppid=32057 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32068/stat : 32068 (java) S 32057 32060 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96556299 10916921344 6865 33554432000 4194304 4196468 140721695837360 140547920053792 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32069] ppid=32057 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32069/stat : 32069 (java) S 32057 32060 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96556299 10916921344 6865 33554432000 4194304 4196468 140721695837360 140547919000944 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32070] ppid=32057 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32070/stat : 32070 (java) S 32057 32060 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556302 10916921344 6865 33554432000 4194304 4196468 140721695837360 140547917949264 140548362200987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32071] ppid=32057 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32071/stat : 32071 (java) S 32057 32060 30301 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 96556302 10916921344 6865 33554432000 4194304 4196468 140721695837360 140547916896624 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32072] ppid=32057 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32072/stat : 32072 (java) S 32057 32060 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556302 10916921344 6865 33554432000 4194304 4196468 140721695837360 140547915843824 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32073] ppid=32057 vsize=10661056 memory=140107732588160 CPUtime=0.01 cores=0,2,4,6
/proc/32060/task/32073/stat : 32073 (java) R 32057 32060 30301 0 -1 1077944384 328 0 0 0 1 0 0 0 20 0 15 0 96556302 10916921344 6865 33554432000 4194304 4196468 140721695837360 140547914791024 140548362193538 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32074] ppid=32057 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32074/stat : 32074 (java) S 32057 32060 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556302 10916921344 6865 33554432000 4194304 4196468 140721695837360 140547913738464 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32075] ppid=32057 vsize=10661056 memory=140107732588160 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32075/stat : 32075 (java) S 32057 32060 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96556302 10916921344 6865 33554432000 4194304 4196468 140721695837360 140547912686768 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27460 KiB

[startup+0.218237 s]*
/proc/loadavg: 4.64 4.01 2.83 6/215 32075
/proc/meminfo: memFree=15165788/32770624 swapFree=67108404/67108860
[pid=32060] ppid=32057 vsize=10661056 memory=42052 CPUtime=0.38 cores=0,2,4,6
/proc/32060/stat : 32060 (java) S 32057 32060 30301 0 -1 1077944320 8559 0 0 0 36 2 0 0 20 0 15 0 96556296 10916921344 10513 33554432000 4194304 4196468 140721695837360 140721695819904 140548362182391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
/proc/32060/statm: 2665264 10513 3027 1 0 2627263 0
[pid=32060/tid=32062] ppid=32057 vsize=10661056 memory=7022364594140610616 CPUtime=0.21 cores=0,2,4,6
/proc/32060/task/32062/stat : 32062 (java) R 32057 32060 30301 0 -1 4202560 5119 0 0 0 20 1 0 0 20 0 15 0 96556296 10916921344 10513 33554432000 4194304 4196468 140721695837360 140548366420432 140548362204317 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32063] ppid=32057 vsize=10661056 memory=345 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32063/stat : 32063 (java) S 32057 32060 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96556297 10916921344 10513 33554432000 4194304 4196468 140721695837360 140548314802832 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32064] ppid=32057 vsize=10661056 memory=140107732618744 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32064/stat : 32064 (java) S 32057 32060 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96556297 10916921344 10513 33554432000 4194304 4196468 140721695837360 140548313750032 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32065] ppid=32057 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32065/stat : 32065 (java) S 32057 32060 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556297 10916921344 10513 33554432000 4194304 4196468 140721695837360 140548312697232 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32066] ppid=32057 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32066/stat : 32066 (java) S 32057 32060 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96556297 10916921344 10513 33554432000 4194304 4196468 140721695837360 140548311644432 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32067] ppid=32057 vsize=10661056 memory=140107732588160 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32067/stat : 32067 (java) S 32057 32060 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96556299 10916921344 10513 33554432000 4194304 4196468 140721695837360 140547921107824 140548362193538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32068] ppid=32057 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32068/stat : 32068 (java) S 32057 32060 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96556299 10916921344 10513 33554432000 4194304 4196468 140721695837360 140547920053792 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32069] ppid=32057 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32069/stat : 32069 (java) S 32057 32060 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96556299 10916921344 10513 33554432000 4194304 4196468 140721695837360 140547919000944 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32070] ppid=32057 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32070/stat : 32070 (java) S 32057 32060 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556302 10916921344 10513 33554432000 4194304 4196468 140721695837360 140547917949264 140548362200987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32071] ppid=32057 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/32060/task/32071/stat : 32071 (java) R 32057 32060 30301 0 -1 4202560 535 0 0 0 2 0 0 0 20 0 15 0 96556302 10916921344 10513 33554432000 4194304 4196468 140721695837360 140547916882648 140548347069168 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32072] ppid=32057 vsize=10661056 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/32060/task/32072/stat : 32072 (java) R 32057 32060 30301 0 -1 4202560 428 0 0 0 3 0 0 0 20 0 15 0 96556302 10916921344 10513 33554432000 4194304 4196468 140721695837360 140547915824840 140548341597984 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32073] ppid=32057 vsize=10661056 memory=140107732588160 CPUtime=0.09 cores=0,2,4,6
/proc/32060/task/32073/stat : 32073 (java) R 32057 32060 30301 0 -1 4202560 1112 0 0 0 9 0 0 0 20 0 15 0 96556302 10916921344 10513 33554432000 4194304 4196468 140721695837360 140547914786968 140548341123838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32074] ppid=32057 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32074/stat : 32074 (java) S 32057 32060 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556302 10916921344 10513 33554432000 4194304 4196468 140721695837360 140547913738464 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32075] ppid=32057 vsize=10661056 memory=140107732588160 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32075/stat : 32075 (java) S 32057 32060 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96556302 10916921344 10513 33554432000 4194304 4196468 140721695837360 140547912686768 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 42052 KiB

[startup+0.313238 s]*
/proc/loadavg: 4.64 4.01 2.83 5/215 32075
/proc/meminfo: memFree=15105128/32770624 swapFree=67108404/67108860
[pid=32060] ppid=32057 vsize=10661056 memory=109436 CPUtime=0.59 cores=0,2,4,6
/proc/32060/stat : 32060 (java) S 32057 32060 30301 0 -1 1077944320 9072 0 0 0 55 4 0 0 20 0 15 0 96556296 10916921344 27359 33554432000 4194304 4196468 140721695837360 140721695819904 140548362182391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
/proc/32060/statm: 2665264 27359 3047 1 0 2627263 0
[pid=32060/tid=32062] ppid=32057 vsize=10661056 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/32060/task/32062/stat : 32062 (java) R 32057 32060 30301 0 -1 4202560 5153 0 0 0 27 3 0 0 20 0 15 0 96556296 10916921344 27359 33554432000 4194304 4196468 140721695837360 140548366420176 140548362204317 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32063] ppid=32057 vsize=10661056 memory=288230609002954775 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32063/stat : 32063 (java) S 32057 32060 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96556297 10916921344 27359 33554432000 4194304 4196468 140721695837360 140548314802832 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32064] ppid=32057 vsize=10661056 memory=140107732618636 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32064/stat : 32064 (java) S 32057 32060 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96556297 10916921344 27359 33554432000 4194304 4196468 140721695837360 140548313750032 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32065] ppid=32057 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32065/stat : 32065 (java) S 32057 32060 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556297 10916921344 27359 33554432000 4194304 4196468 140721695837360 140548312697232 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32066] ppid=32057 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32066/stat : 32066 (java) S 32057 32060 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96556297 10916921344 27359 33554432000 4194304 4196468 140721695837360 140548311644432 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32067] ppid=32057 vsize=10661056 memory=140107732588160 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32067/stat : 32067 (java) S 32057 32060 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96556299 10916921344 27359 33554432000 4194304 4196468 140721695837360 140547921107824 140548362193538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32068] ppid=32057 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32068/stat : 32068 (java) S 32057 32060 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96556299 10916921344 27359 33554432000 4194304 4196468 140721695837360 140547920053792 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32069] ppid=32057 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32069/stat : 32069 (java) S 32057 32060 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96556299 10916921344 27359 33554432000 4194304 4196468 140721695837360 140547919000944 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32070] ppid=32057 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32070/stat : 32070 (java) S 32057 32060 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556302 10916921344 27359 33554432000 4194304 4196468 140721695837360 140547917949264 140548362200987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32071] ppid=32057 vsize=10661056 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32060/task/32071/stat : 32071 (java) R 32057 32060 30301 0 -1 4202560 659 0 0 0 7 0 0 0 20 0 15 0 96556302 10916921344 27359 33554432000 4194304 4196468 140721695837360 140547916896624 140548362203738 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32072] ppid=32057 vsize=10661056 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32060/task/32072/stat : 32072 (java) R 32057 32060 30301 0 -1 4202560 732 0 0 0 8 0 0 0 20 0 15 0 96556302 10916921344 27359 33554432000 4194304 4196468 140721695837360 140547915830008 140548346579485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32073] ppid=32057 vsize=10661056 memory=140107732588160 CPUtime=0.12 cores=0,2,4,6
/proc/32060/task/32073/stat : 32073 (java) S 32057 32060 30301 0 -1 1077944384 1157 0 0 0 12 0 0 0 20 0 15 0 96556302 10916921344 27359 33554432000 4194304 4196468 140721695837360 140547914791024 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32074] ppid=32057 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32074/stat : 32074 (java) S 32057 32060 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556302 10916921344 27359 33554432000 4194304 4196468 140721695837360 140547913738464 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32075] ppid=32057 vsize=10661056 memory=140107732588160 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32075/stat : 32075 (java) S 32057 32060 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96556302 10916921344 27359 33554432000 4194304 4196468 140721695837360 140547912686768 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 109436 KiB

[startup+0.710253 s]
/proc/loadavg: 4.64 4.01 2.83 5/215 32075
/proc/meminfo: memFree=14906732/32770624 swapFree=67108404/67108860
[pid=32060] ppid=32057 vsize=10661056 memory=486556 CPUtime=1.73 cores=0,2,4,6
/proc/32060/stat : 32060 (java) S 32057 32060 30301 0 -1 1077944320 13659 0 0 0 131 42 0 0 20 0 15 0 96556296 10916921344 121639 33554432000 4194304 4196468 140721695837360 140721695819904 140548362182391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
/proc/32060/statm: 2665264 121639 3087 1 0 2627263 0
[pid=32060/tid=32062] ppid=32057 vsize=10661056 memory=1840 CPUtime=0.52 cores=0,2,4,6
/proc/32060/task/32062/stat : 32062 (java) S 32057 32060 30301 0 -1 1077944384 5183 0 0 0 45 7 0 0 20 0 15 0 96556296 10916921344 121639 33554432000 4194304 4196468 140721695837360 140548366421648 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32063] ppid=32057 vsize=10661056 memory=1716 CPUtime=0.13 cores=0,2,4,6
/proc/32060/task/32063/stat : 32063 (java) R 32057 32060 30301 0 -1 4202560 407 0 0 0 6 7 0 0 20 0 15 0 96556297 10916921344 121639 33554432000 4194304 4196468 140721695837360 140548314802832 140548355285356 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32064] ppid=32057 vsize=10661056 memory=796 CPUtime=0.14 cores=0,2,4,6
/proc/32060/task/32064/stat : 32064 (java) R 32057 32060 30301 0 -1 4202560 421 0 0 0 5 9 0 0 20 0 15 0 96556297 10916921344 121639 33554432000 4194304 4196468 140721695837360 140548313750032 140548355285370 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32065] ppid=32057 vsize=10661056 memory=11008 CPUtime=0.13 cores=0,2,4,6
/proc/32060/task/32065/stat : 32065 (java) R 32057 32060 30301 0 -1 4202560 229 0 0 0 6 7 0 0 20 0 15 0 96556297 10916921344 121639 33554432000 4194304 4196468 140721695837360 140548312697432 140548346883024 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32066] ppid=32057 vsize=10661056 memory=1008 CPUtime=0.15 cores=0,2,4,6
/proc/32060/task/32066/stat : 32066 (java) R 32057 32060 30301 0 -1 4202560 417 0 0 0 6 9 0 0 20 0 15 0 96556297 10916921344 121639 33554432000 4194304 4196468 140721695837360 140548311644432 140548355282091 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32067] ppid=32057 vsize=10661056 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32067/stat : 32067 (java) S 32057 32060 30301 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 96556299 10916921344 121639 33554432000 4194304 4196468 140721695837360 140547921106368 140548362192597 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32068] ppid=32057 vsize=10661056 memory=8568 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32068/stat : 32068 (java) S 32057 32060 30301 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96556299 10916921344 121639 33554432000 4194304 4196468 140721695837360 140547920053792 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32069] ppid=32057 vsize=10661056 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32069/stat : 32069 (java) S 32057 32060 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96556299 10916921344 121639 33554432000 4194304 4196468 140721695837360 140547919000944 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32070] ppid=32057 vsize=10661056 memory=5372 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32070/stat : 32070 (java) S 32057 32060 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556302 10916921344 121639 33554432000 4194304 4196468 140721695837360 140547917949264 140548362200987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32071] ppid=32057 vsize=10661056 memory=7302135314614015848 CPUtime=0.16 cores=0,2,4,6
/proc/32060/task/32071/stat : 32071 (java) S 32057 32060 30301 0 -1 1077944384 1740 0 0 0 16 0 0 0 20 0 15 0 96556302 10916921344 121639 33554432000 4194304 4196468 140721695837360 140547916896624 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32072] ppid=32057 vsize=10661056 memory=7450453974481135974 CPUtime=0.31 cores=0,2,4,6
/proc/32060/task/32072/stat : 32072 (java) S 32057 32060 30301 0 -1 1077944384 2641 0 0 0 31 0 0 0 20 0 15 0 96556302 10916921344 121639 33554432000 4194304 4196468 140721695837360 140547915843824 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32073] ppid=32057 vsize=10661056 memory=7440061282865139792 CPUtime=0.12 cores=0,2,4,6
/proc/32060/task/32073/stat : 32073 (java) S 32057 32060 30301 0 -1 1077944384 1165 0 0 0 12 0 0 0 20 0 15 0 96556302 10916921344 121639 33554432000 4194304 4196468 140721695837360 140547914791024 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32074] ppid=32057 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32074/stat : 32074 (java) S 32057 32060 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556302 10916921344 121639 33554432000 4194304 4196468 140721695837360 140547913738464 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32075] ppid=32057 vsize=10661056 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32075/stat : 32075 (java) S 32057 32060 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96556302 10916921344 121639 33554432000 4194304 4196468 140721695837360 140547912686768 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 486556 KiB

[startup+1.50079 s]
/proc/loadavg: 4.64 4.01 2.83 3/215 32075
/proc/meminfo: memFree=14624672/32770624 swapFree=67108404/67108860
[pid=32060] ppid=32057 vsize=10661056 memory=887292 CPUtime=3.41 cores=0,2,4,6
/proc/32060/stat : 32060 (java) S 32057 32060 30301 0 -1 1077944320 15100 0 0 0 258 83 0 0 20 0 15 0 96556296 10916921344 221823 33554432000 4194304 4196468 140721695837360 140721695819904 140548362182391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
/proc/32060/statm: 2665264 221823 3100 1 0 2627263 0
[pid=32060/tid=32062] ppid=32057 vsize=10661056 memory=0 CPUtime=1.02 cores=0,2,4,6
/proc/32060/task/32062/stat : 32062 (java) R 32057 32060 30301 0 -1 4202560 5242 0 0 0 90 12 0 0 20 0 15 0 96556296 10916921344 221823 33554432000 4194304 4196468 140721695837360 140548366421648 140548362204317 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32063] ppid=32057 vsize=10661056 memory=-6951259422114956437 CPUtime=0.4 cores=0,2,4,6
/proc/32060/task/32063/stat : 32063 (java) S 32057 32060 30301 0 -1 1077944384 554 0 0 0 24 16 0 0 20 0 15 0 96556297 10916921344 221823 33554432000 4194304 4196468 140721695837360 140548314802832 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32064] ppid=32057 vsize=10661056 memory=-6509546260019855299 CPUtime=0.41 cores=0,2,4,6
/proc/32060/task/32064/stat : 32064 (java) S 32057 32060 30301 0 -1 1077944384 550 0 0 0 24 17 0 0 20 0 15 0 96556297 10916921344 221823 33554432000 4194304 4196468 140721695837360 140548313750032 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32065] ppid=32057 vsize=10661056 memory=-7390251449858225344 CPUtime=0.39 cores=0,2,4,6
/proc/32060/task/32065/stat : 32065 (java) S 32057 32060 30301 0 -1 1077944384 367 0 0 0 23 16 0 0 20 0 15 0 96556297 10916921344 221823 33554432000 4194304 4196468 140721695837360 140548312697232 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32066] ppid=32057 vsize=10661056 memory=4134692831991786133 CPUtime=0.42 cores=0,2,4,6
/proc/32060/task/32066/stat : 32066 (java) S 32057 32060 30301 0 -1 1077944384 565 0 0 0 23 19 0 0 20 0 15 0 96556297 10916921344 221823 33554432000 4194304 4196468 140721695837360 140548311644432 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32067] ppid=32057 vsize=10661056 memory=-7165351541977658656 CPUtime=0.01 cores=0,2,4,6
/proc/32060/task/32067/stat : 32067 (java) S 32057 32060 30301 0 -1 1077944384 897 0 0 0 1 0 0 0 20 0 15 0 96556299 10916921344 221823 33554432000 4194304 4196468 140721695837360 140547921107824 140548362193538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0

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

[pid=32060/tid=32074] ppid=32057 vsize=10661132 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32074/stat : 32074 (java) S 32057 32060 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556302 10916999168 2061237 33554432000 4194304 4196468 140721695837360 140547913738464 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32075] ppid=32057 vsize=10661132 memory=8568 CPUtime=0.27 cores=0,2,4,6
/proc/32060/task/32075/stat : 32075 (java) S 32057 32060 30301 0 -1 1077944384 537 0 0 0 14 13 0 0 20 0 15 0 96556302 10916999168 2061237 33554432000 4194304 4196468 140721695837360 140547912686768 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
Current children cumulated CPU time: 1561.3 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8244948 KiB

[startup+459.201 s]
/proc/loadavg: 4.56 4.28 3.37 6/215 32112
/proc/meminfo: memFree=6944600/32770624 swapFree=67108404/67108860
[pid=32060] ppid=32057 vsize=10661132 memory=8244960 CPUtime=1567.39 cores=0,2,4,6
/proc/32060/stat : 32060 (java) S 32057 32060 30301 0 -1 1077944320 195802 0 4 0 155751 988 0 0 20 0 15 0 96556296 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140721695819904 140548362182391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
/proc/32060/statm: 2665283 2061240 3187 1 0 2627263 0
[pid=32060/tid=32062] ppid=32057 vsize=10661132 memory=1300 CPUtime=71.55 cores=0,2,4,6
/proc/32060/task/32062/stat : 32062 (java) S 32057 32060 30301 0 -1 1077944384 17413 0 0 0 7126 29 0 0 20 0 15 0 96556296 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140548366420976 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32063] ppid=32057 vsize=10661132 memory=6791534058613427641 CPUtime=370.8 cores=0,2,4,6
/proc/32060/task/32063/stat : 32063 (java) R 32057 32060 30301 0 -1 4202560 20698 0 1 0 36831 249 0 0 20 0 15 0 96556297 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140548314803032 140548347133384 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32064] ppid=32057 vsize=10661132 memory=1440 CPUtime=371.19 cores=0,2,4,6
/proc/32060/task/32064/stat : 32064 (java) R 32057 32060 30301 0 -1 4202560 25732 0 1 0 36892 227 0 0 20 0 15 0 96556297 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140548313749616 140548354810599 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32065] ppid=32057 vsize=10661132 memory=4612 CPUtime=369.85 cores=0,2,4,6
/proc/32060/task/32065/stat : 32065 (java) R 32057 32060 30301 0 -1 4202560 21961 0 1 0 36747 238 0 0 20 0 15 0 96556297 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140548312697128 140548354810599 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32066] ppid=32057 vsize=10661132 memory=1200 CPUtime=370.23 cores=0,2,4,6
/proc/32060/task/32066/stat : 32066 (java) R 32057 32060 30301 0 -1 4202560 23437 0 1 0 36793 230 0 0 20 0 15 0 96556297 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140548311644016 140548354810599 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32067] ppid=32057 vsize=10661132 memory=15876 CPUtime=9.13 cores=0,2,4,6
/proc/32060/task/32067/stat : 32067 (java) S 32057 32060 30301 0 -1 1077944384 62826 0 0 0 909 4 0 0 20 0 15 0 96556299 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547921106160 140548362192597 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32068] ppid=32057 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32068/stat : 32068 (java) S 32057 32060 30301 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 96556299 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547920053392 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32069] ppid=32057 vsize=10661132 memory=288230583166042426 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32069/stat : 32069 (java) S 32057 32060 30301 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96556299 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547919000944 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32070] ppid=32057 vsize=10661132 memory=13847469322668609 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32070/stat : 32070 (java) S 32057 32060 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556302 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547917949264 140548362200987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32071] ppid=32057 vsize=10661132 memory=288230583166042426 CPUtime=1.64 cores=0,2,4,6
/proc/32060/task/32071/stat : 32071 (java) S 32057 32060 30301 0 -1 1077944384 6956 0 0 0 163 1 0 0 20 0 15 0 96556302 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547916896624 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32072] ppid=32057 vsize=10661132 memory=6791534058613427641 CPUtime=2.11 cores=0,2,4,6
/proc/32060/task/32072/stat : 32072 (java) S 32057 32060 30301 0 -1 1077944384 9223 0 0 0 209 2 0 0 20 0 15 0 96556302 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547915843824 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32073] ppid=32057 vsize=10661132 memory=288230574492221466 CPUtime=0.54 cores=0,2,4,6
/proc/32060/task/32073/stat : 32073 (java) S 32057 32060 30301 0 -1 1077944384 5612 0 0 0 53 1 0 0 20 0 15 0 96556302 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547914791024 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32074] ppid=32057 vsize=10661132 memory=303430223234596890 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32074/stat : 32074 (java) S 32057 32060 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556302 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547913738464 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32075] ppid=32057 vsize=10661132 memory=5372 CPUtime=0.27 cores=0,2,4,6
/proc/32060/task/32075/stat : 32075 (java) S 32057 32060 30301 0 -1 1077944384 537 0 0 0 14 13 0 0 20 0 15 0 96556302 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547912686768 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
Current children cumulated CPU time: 1567.39 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8244960 KiB

[startup+460.001 s]*
/proc/loadavg: 4.56 4.28 3.37 6/215 32112
/proc/meminfo: memFree=6944600/32770624 swapFree=67108404/67108860
[pid=32060] ppid=32057 vsize=10661132 memory=8244960 CPUtime=1570.53 cores=0,2,4,6
/proc/32060/stat : 32060 (java) S 32057 32060 30301 0 -1 1077944320 195829 0 4 0 156063 990 0 0 20 0 15 0 96556296 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140721695819904 140548362182391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
/proc/32060/statm: 2665283 2061240 3187 1 0 2627263 0
[pid=32060/tid=32062] ppid=32057 vsize=10661132 memory=1716 CPUtime=71.55 cores=0,2,4,6
/proc/32060/task/32062/stat : 32062 (java) S 32057 32060 30301 0 -1 1077944384 17413 0 0 0 7126 29 0 0 20 0 15 0 96556296 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140548366420976 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32063] ppid=32057 vsize=10661132 memory=8244924 CPUtime=371.61 cores=0,2,4,6
/proc/32060/task/32063/stat : 32063 (java) R 32057 32060 30301 0 -1 4202560 20725 0 1 0 36912 249 0 0 20 0 15 0 96556297 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140548314803032 140548347132996 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32064] ppid=32057 vsize=10661132 memory=4126316290023845779 CPUtime=371.96 cores=0,2,4,6
/proc/32060/task/32064/stat : 32064 (java) R 32057 32060 30301 0 -1 4202560 25732 0 1 0 36969 227 0 0 20 0 15 0 96556297 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140548313749616 140548354810599 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32065] ppid=32057 vsize=10661132 memory=1300 CPUtime=370.61 cores=0,2,4,6
/proc/32060/task/32065/stat : 32065 (java) R 32057 32060 30301 0 -1 4202560 21961 0 1 0 36823 238 0 0 20 0 15 0 96556297 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140548312697128 140548354810599 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32066] ppid=32057 vsize=10661132 memory=1840 CPUtime=371.02 cores=0,2,4,6
/proc/32060/task/32066/stat : 32066 (java) R 32057 32060 30301 0 -1 4202560 23437 0 1 0 36871 231 0 0 20 0 15 0 96556297 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140548311644016 140548354810599 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32067] ppid=32057 vsize=10661132 memory=1716 CPUtime=9.13 cores=0,2,4,6
/proc/32060/task/32067/stat : 32067 (java) S 32057 32060 30301 0 -1 1077944384 62826 0 0 0 909 4 0 0 20 0 15 0 96556299 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547921106160 140548362192597 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32068] ppid=32057 vsize=10661132 memory=796 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32068/stat : 32068 (java) S 32057 32060 30301 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 96556299 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547920053392 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32069] ppid=32057 vsize=10661132 memory=11008 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32069/stat : 32069 (java) S 32057 32060 30301 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96556299 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547919000944 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32070] ppid=32057 vsize=10661132 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32070/stat : 32070 (java) S 32057 32060 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556302 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547917949264 140548362200987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32071] ppid=32057 vsize=10661132 memory=1952 CPUtime=1.64 cores=0,2,4,6
/proc/32060/task/32071/stat : 32071 (java) S 32057 32060 30301 0 -1 1077944384 6956 0 0 0 163 1 0 0 20 0 15 0 96556302 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547916896624 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32072] ppid=32057 vsize=10661132 memory=8568 CPUtime=2.11 cores=0,2,4,6
/proc/32060/task/32072/stat : 32072 (java) S 32057 32060 30301 0 -1 1077944384 9223 0 0 0 209 2 0 0 20 0 15 0 96556302 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547915843824 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32073] ppid=32057 vsize=10661132 memory=1228 CPUtime=0.54 cores=0,2,4,6
/proc/32060/task/32073/stat : 32073 (java) S 32057 32060 30301 0 -1 1077944384 5612 0 0 0 53 1 0 0 20 0 15 0 96556302 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547914791024 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32074] ppid=32057 vsize=10661132 memory=5372 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32074/stat : 32074 (java) S 32057 32060 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556302 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547913738464 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32075] ppid=32057 vsize=10661132 memory=1440 CPUtime=0.27 cores=0,2,4,6
/proc/32060/task/32075/stat : 32075 (java) S 32057 32060 30301 0 -1 1077944384 537 0 0 0 14 13 0 0 20 0 15 0 96556302 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547912686768 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
Current children cumulated CPU time: 1570.53 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8244960 KiB

[startup+460.801 s]
/proc/loadavg: 4.56 4.28 3.37 6/215 32112
/proc/meminfo: memFree=6944600/32770624 swapFree=67108404/67108860
[pid=32060] ppid=32057 vsize=10661132 memory=8244960 CPUtime=1573.6 cores=0,2,4,6
/proc/32060/stat : 32060 (java) S 32057 32060 30301 0 -1 1077944320 195841 0 4 0 156370 990 0 0 20 0 15 0 96556296 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140721695819904 140548362182391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
/proc/32060/statm: 2665283 2061240 3187 1 0 2627263 0
[pid=32060/tid=32062] ppid=32057 vsize=10661132 memory=8244888 CPUtime=71.55 cores=0,2,4,6
/proc/32060/task/32062/stat : 32062 (java) S 32057 32060 30301 0 -1 1077944384 17413 0 0 0 7126 29 0 0 20 0 15 0 96556296 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140548366420976 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32063] ppid=32057 vsize=10661132 memory=8244900 CPUtime=372.4 cores=0,2,4,6
/proc/32060/task/32063/stat : 32063 (java) R 32057 32060 30301 0 -1 4202560 20736 0 1 0 36991 249 0 0 20 0 15 0 96556297 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140548314803032 140548347132996 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32064] ppid=32057 vsize=10661132 memory=11008 CPUtime=372.72 cores=0,2,4,6
/proc/32060/task/32064/stat : 32064 (java) R 32057 32060 30301 0 -1 4202560 25732 0 1 0 37045 227 0 0 20 0 15 0 96556297 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140548313749616 140548354810599 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32065] ppid=32057 vsize=10661132 memory=1008 CPUtime=371.37 cores=0,2,4,6
/proc/32060/task/32065/stat : 32065 (java) R 32057 32060 30301 0 -1 4202560 21961 0 1 0 36899 238 0 0 20 0 15 0 96556297 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140548312696816 140548354810599 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32066] ppid=32057 vsize=10661132 memory=8244948 CPUtime=371.77 cores=0,2,4,6
/proc/32060/task/32066/stat : 32066 (java) R 32057 32060 30301 0 -1 4202560 23437 0 1 0 36946 231 0 0 20 0 15 0 96556297 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140548311644328 140548354810599 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32067] ppid=32057 vsize=10661132 memory=8244948 CPUtime=9.13 cores=0,2,4,6
/proc/32060/task/32067/stat : 32067 (java) S 32057 32060 30301 0 -1 1077944384 62826 0 0 0 909 4 0 0 20 0 15 0 96556299 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547921106160 140548362192597 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32068] ppid=32057 vsize=10661132 memory=13847469322668609 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32068/stat : 32068 (java) S 32057 32060 30301 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 96556299 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547920053392 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32069] ppid=32057 vsize=10661132 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32069/stat : 32069 (java) S 32057 32060 30301 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96556299 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547919000944 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32070] ppid=32057 vsize=10661132 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32070/stat : 32070 (java) S 32057 32060 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556302 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547917949264 140548362200987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32071] ppid=32057 vsize=10661132 memory=8568 CPUtime=1.64 cores=0,2,4,6
/proc/32060/task/32071/stat : 32071 (java) S 32057 32060 30301 0 -1 1077944384 6956 0 0 0 163 1 0 0 20 0 15 0 96556302 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547916896624 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32072] ppid=32057 vsize=10661132 memory=443 CPUtime=2.11 cores=0,2,4,6
/proc/32060/task/32072/stat : 32072 (java) S 32057 32060 30301 0 -1 1077944384 9223 0 0 0 209 2 0 0 20 0 15 0 96556302 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547915843824 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32073] ppid=32057 vsize=10661132 memory=163 CPUtime=0.54 cores=0,2,4,6
/proc/32060/task/32073/stat : 32073 (java) S 32057 32060 30301 0 -1 1077944384 5612 0 0 0 53 1 0 0 20 0 15 0 96556302 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547914791024 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32074] ppid=32057 vsize=10661132 memory=280 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32074/stat : 32074 (java) S 32057 32060 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556302 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547913738464 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32075] ppid=32057 vsize=10661132 memory=6791534058613427641 CPUtime=0.27 cores=0,2,4,6
/proc/32060/task/32075/stat : 32075 (java) S 32057 32060 30301 0 -1 1077944384 537 0 0 0 14 13 0 0 20 0 15 0 96556302 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547912686768 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
Current children cumulated CPU time: 1573.6 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8244960 KiB

[startup+461.201 s]
/proc/loadavg: 4.59 4.30 3.38 6/215 32112
/proc/meminfo: memFree=6944600/32770624 swapFree=67108404/67108860
[pid=32060] ppid=32057 vsize=10661132 memory=8244960 CPUtime=1575.16 cores=0,2,4,6
/proc/32060/stat : 32060 (java) S 32057 32060 30301 0 -1 1077944320 196593 0 4 0 156526 990 0 0 20 0 15 0 96556296 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140721695819904 140548362182391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
/proc/32060/statm: 2665283 2061240 3187 1 0 2627263 0
[pid=32060/tid=32062] ppid=32057 vsize=10661132 memory=8568 CPUtime=71.55 cores=0,2,4,6
/proc/32060/task/32062/stat : 32062 (java) S 32057 32060 30301 0 -1 1077944384 17413 0 0 0 7126 29 0 0 20 0 15 0 96556296 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140548366420976 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32063] ppid=32057 vsize=10661132 memory=1228 CPUtime=372.79 cores=0,2,4,6
/proc/32060/task/32063/stat : 32063 (java) R 32057 32060 30301 0 -1 4202560 20752 0 1 0 37030 249 0 0 20 0 15 0 96556297 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140548314803032 140548354810599 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32064] ppid=32057 vsize=10661132 memory=6791534058613427641 CPUtime=373.1 cores=0,2,4,6
/proc/32060/task/32064/stat : 32064 (java) R 32057 32060 30301 0 -1 4202560 26011 0 1 0 37083 227 0 0 20 0 15 0 96556297 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140548313750152 140548354810599 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32065] ppid=32057 vsize=10661132 memory=7522250971396199525 CPUtime=371.76 cores=0,2,4,6
/proc/32060/task/32065/stat : 32065 (java) R 32057 32060 30301 0 -1 4202560 21988 0 1 0 36938 238 0 0 20 0 15 0 96556297 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140548312697120 140548347179073 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32066] ppid=32057 vsize=10661132 memory=8172746239644292197 CPUtime=372.17 cores=0,2,4,6
/proc/32060/task/32066/stat : 32066 (java) R 32057 32060 30301 0 -1 4202560 23452 0 1 0 36986 231 0 0 20 0 15 0 96556297 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140548311644632 140548354810599 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32067] ppid=32057 vsize=10661132 memory=8172746239644292197 CPUtime=9.14 cores=0,2,4,6
/proc/32060/task/32067/stat : 32067 (java) S 32057 32060 30301 0 -1 1077944384 63240 0 0 0 910 4 0 0 20 0 15 0 96556299 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547921106384 140548362192597 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32068] ppid=32057 vsize=10661132 memory=5939492966370013545 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32068/stat : 32068 (java) S 32057 32060 30301 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 96556299 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547920053392 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32069] ppid=32057 vsize=10661132 memory=5864344684153366633 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32069/stat : 32069 (java) S 32057 32060 30301 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96556299 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547919000944 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32070] ppid=32057 vsize=10661132 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32070/stat : 32070 (java) S 32057 32060 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556302 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547917949264 140548362200987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32071] ppid=32057 vsize=10661132 memory=1952 CPUtime=1.64 cores=0,2,4,6
/proc/32060/task/32071/stat : 32071 (java) S 32057 32060 30301 0 -1 1077944384 6957 0 0 0 163 1 0 0 20 0 15 0 96556302 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547916896384 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32072] ppid=32057 vsize=10661132 memory=8568 CPUtime=2.11 cores=0,2,4,6
/proc/32060/task/32072/stat : 32072 (java) S 32057 32060 30301 0 -1 1077944384 9223 0 0 0 209 2 0 0 20 0 15 0 96556302 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547915843872 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32073] ppid=32057 vsize=10661132 memory=1228 CPUtime=0.54 cores=0,2,4,6
/proc/32060/task/32073/stat : 32073 (java) S 32057 32060 30301 0 -1 1077944384 5612 0 0 0 53 1 0 0 20 0 15 0 96556302 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547914791072 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32074] ppid=32057 vsize=10661132 memory=5372 CPUtime=0 cores=0,2,4,6
/proc/32060/task/32074/stat : 32074 (java) S 32057 32060 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96556302 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547913738464 140548362192597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
[pid=32060/tid=32075] ppid=32057 vsize=10661132 memory=1440 CPUtime=0.27 cores=0,2,4,6
/proc/32060/task/32075/stat : 32075 (java) S 32057 32060 30301 0 -1 1077944384 537 0 0 0 14 13 0 0 20 0 15 0 96556302 10916999168 2061240 33554432000 4194304 4196468 140721695837360 140547912686768 140548362193538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140721695843445 140721695843593 140721695843593 140721695846351 0
Current children cumulated CPU time: 1575.16 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8244960 KiB

Child status: 1
Real time (s): 461.302
CPU time (s): 1575.34
CPU user time (s): 1565.4
CPU system time (s): 9.94115
CPU usage (%): 341.498
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8244960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1565.4
system time used= 9.94115
maximum resident set size= 8245192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196810
page faults= 4
swaps= 0
block input operations= 288
block output operations= 640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40945
involuntary context switches= 24628


# summary of solver processes directly reported to runsolver:
#   pid: 32060
#   total CPU time (s): 1575.34
#   total CPU user time (s): 1565.4
#   total CPU system time (s): 9.94115

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.16004 second user time and 4.26799 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-28 16:58:51
IDJOB=4299019
IDBENCH=141284
IDSOLVER=2762
FILE ID=node148/4299019-1532789929
RUNJOBID= node148-1532774285-30332
PBS_JOBID= 21022458
Free space on /tmp= 42512 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-05-0350_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299019-1532789929/watcher-4299019-1532789929 -o /tmp/evaluation-result-4299019-1532789929/solver-4299019-1532789929 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532774285-30332 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299019-1532789929.xml

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

MD5SUM BENCH= 51b7f32ab0afbf3da7a228f765e579fa
RANDOM SEED=1445752576

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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.50
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.50
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.50
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:        15193532 kB
MemAvailable:   24239776 kB
Buffers:          227692 kB
Cached:          8951036 kB
SwapCached:          352 kB
Active:         10437936 kB
Inactive:        6470048 kB
Active(anon):    7682928 kB
Inactive(anon):    74228 kB
Active(file):    2755008 kB
Inactive(file):  6395820 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:            584820 kB
Writeback:             0 kB
AnonPages:       7736124 kB
Mapped:            55028 kB
Shmem:             25016 kB
Slab:             352736 kB
SReclaimable:     323876 kB
SUnreclaim:        28860 kB
KernelStack:        3520 kB
PageTables:        20292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8654636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7593984 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= 42512 MiB
End job on node148 at 2018-07-28 17:06:33