Trace number 4298268

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
MiniCPFever 2018-04-29? 68.8892 28.1478

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-scen-07-opt_c18.xml
MD5SUMa3e395aa512c401cf03b466e858ef0f4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3065
Number of constraints2865
Number of domains7
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":2665},{"size":22,"count":8},{"size":36,"count":184},{"size":44,"count":208}]
Minimum variable degree2
Maximum variable degree62
Distribution of variable degrees[{"degree":2,"count":2665},{"degree":3,"count":15},{"degree":4,"count":8},{"degree":5,"count":34},{"degree":6,"count":11},{"degree":7,"count":34},{"degree":8,"count":5},{"degree":9,"count":45},{"degree":10,"count":18},{"degree":11,"count":11},{"degree":12,"count":7},{"degree":13,"count":30},{"degree":14,"count":10},{"degree":15,"count":31},{"degree":16,"count":5},{"degree":17,"count":26},{"degree":18,"count":5},{"degree":19,"count":13},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":7},{"degree":25,"count":5},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":200},{"arity":3,"count":2665}]
Number of extensional constraints2865
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2865}]
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
68.73/28.06	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
68.73/28.06		at minicp.engine.constraints.NegTableCT.<init>(NegTableCT.java:95)
68.73/28.06		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:143)
68.73/28.06		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
68.73/28.06		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
68.73/28.06		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
68.73/28.06		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
68.73/28.06		at org.xcsp.parser.XCallbacks$$Lambda$87/220454978.accept(Unknown Source)
68.73/28.06		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
68.73/28.06		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
68.73/28.06		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
68.73/28.06		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
68.73/28.06		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
68.85/28.12		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
68.85/28.12		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
68.85/28.12		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
68.85/28.12		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
68.85/28.12		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
68.85/28.12		at xcsp3.XCSP3.<init>(XCSP3.java:79)
68.85/28.12		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:58)
68.85/28.12		at xcsp3.CompetitionApp.main(CompetitionApp.java:46)
68.85/28.12	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 (12259 MiB free)
  memory of node 1: 16384 MiB (13289 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298268-1532753263/watcher-4298268-1532753263 -o /tmp/evaluation-result-4298268-1532753263/solver-4298268-1532753263 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532740893-4892 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298268-1532753263.xml 

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

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


[startup+0.103096 s]*
/proc/loadavg: 1.72 1.66 1.57 4/215 6347
/proc/meminfo: memFree=26146060/32770624 swapFree=67108860/67108860
[pid=6332] ppid=6329 vsize=10658972 memory=27512 CPUtime=0.13 cores=1,3,5,7
/proc/6332/stat : 6332 (java) S 6329 6332 4860 0 -1 1077944320 5292 0 0 0 12 1 0 0 20 0 15 0 92889481 10914787328 6878 33554432000 4194304 4196468 140735062777632 140735062760176 139959952420599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
/proc/6332/statm: 2664743 6878 2856 1 0 2627263 0
[pid=6332/tid=6334] ppid=6329 vsize=10658972 memory=-8826032117228860608 CPUtime=0.09 cores=1,3,5,7
/proc/6332/task/6334/stat : 6334 (java) R 6329 6332 4860 0 -1 4202560 3112 0 0 0 9 0 0 0 20 0 15 0 92889482 10914787328 6878 33554432000 4194304 4196468 140735062777632 139959956643184 139959944657726 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6335] ppid=6329 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6335/stat : 6335 (java) S 6329 6332 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92889483 10914787328 6878 33554432000 4194304 4196468 140735062777632 139959905041040 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6336] ppid=6329 vsize=10658972 memory=140697965123200 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6336/stat : 6336 (java) S 6329 6332 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92889483 10914787328 6878 33554432000 4194304 4196468 140735062777632 139959903988240 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6337] ppid=6329 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6337/stat : 6337 (java) S 6329 6332 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92889483 10914787328 6878 33554432000 4194304 4196468 140735062777632 139959902935440 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6338] ppid=6329 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6338/stat : 6338 (java) S 6329 6332 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92889483 10914787328 6878 33554432000 4194304 4196468 140735062777632 139959901882640 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6339] ppid=6329 vsize=10658972 memory=140697965123200 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6339/stat : 6339 (java) S 6329 6332 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92889484 10914787328 6878 33554432000 4194304 4196468 140735062777632 139959512202096 139959952431746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6340] ppid=6329 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6340/stat : 6340 (java) S 6329 6332 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92889484 10914787328 6878 33554432000 4194304 4196468 140735062777632 139959511148064 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6341] ppid=6329 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6341/stat : 6341 (java) S 6329 6332 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92889485 10914787328 6878 33554432000 4194304 4196468 140735062777632 139959510095216 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6342] ppid=6329 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6342/stat : 6342 (java) S 6329 6332 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92889487 10914787328 6878 33554432000 4194304 4196468 140735062777632 139959509043536 139959952439195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6343] ppid=6329 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6343/stat : 6343 (java) S 6329 6332 4860 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 92889487 10914787328 6878 33554432000 4194304 4196468 140735062777632 139959507990896 139959952431746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6344] ppid=6329 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6344/stat : 6344 (java) S 6329 6332 4860 0 -1 1077944384 179 0 0 0 0 0 0 0 20 0 15 0 92889487 10914787328 6878 33554432000 4194304 4196468 140735062777632 139959506938096 139959952431746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6345] ppid=6329 vsize=10658972 memory=140697965123200 CPUtime=0.02 cores=1,3,5,7
/proc/6332/task/6345/stat : 6345 (java) R 6329 6332 4860 0 -1 4202560 344 0 0 0 2 0 0 0 20 0 15 0 92889487 10914787328 6878 33554432000 4194304 4196468 140735062777632 139959505885296 139959952434481 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6346] ppid=6329 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6346/stat : 6346 (java) S 6329 6332 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92889487 10914787328 6878 33554432000 4194304 4196468 140735062777632 139959504832736 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6347] ppid=6329 vsize=10658972 memory=140697965123200 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6347/stat : 6347 (java) R 6329 6332 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92889487 10914787328 6878 33554432000 4194304 4196468 140735062777632 139959503781040 139959952431746 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27512 KiB

[startup+0.210534 s]*
/proc/loadavg: 1.72 1.66 1.57 4/215 6347
/proc/meminfo: memFree=26134168/32770624 swapFree=67108860/67108860
[pid=6332] ppid=6329 vsize=10658972 memory=39924 CPUtime=0.33 cores=1,3,5,7
/proc/6332/stat : 6332 (java) S 6329 6332 4860 0 -1 1077944320 8062 0 0 0 31 2 0 0 20 0 15 0 92889481 10914787328 9981 33554432000 4194304 4196468 140735062777632 140735062760176 139959952420599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
/proc/6332/statm: 2664743 9981 2955 1 0 2627263 0
[pid=6332/tid=6334] ppid=6329 vsize=10658972 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/6332/task/6334/stat : 6334 (java) R 6329 6332 4860 0 -1 4202560 5071 0 0 0 19 1 0 0 20 0 15 0 92889482 10914787328 9981 33554432000 4194304 4196468 140735062777632 139959956657616 139959580875686 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6335] ppid=6329 vsize=10658972 memory=364 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6335/stat : 6335 (java) S 6329 6332 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92889483 10914787328 9981 33554432000 4194304 4196468 140735062777632 139959905041040 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6336] ppid=6329 vsize=10658972 memory=140697965129625 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6336/stat : 6336 (java) S 6329 6332 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92889483 10914787328 9981 33554432000 4194304 4196468 140735062777632 139959903988240 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6337] ppid=6329 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6337/stat : 6337 (java) S 6329 6332 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92889483 10914787328 9981 33554432000 4194304 4196468 140735062777632 139959902935440 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6338] ppid=6329 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6338/stat : 6338 (java) S 6329 6332 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92889483 10914787328 9981 33554432000 4194304 4196468 140735062777632 139959901882640 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6339] ppid=6329 vsize=10658972 memory=140697965123200 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6339/stat : 6339 (java) S 6329 6332 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92889484 10914787328 9981 33554432000 4194304 4196468 140735062777632 139959512202096 139959952431746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6340] ppid=6329 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6340/stat : 6340 (java) S 6329 6332 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92889484 10914787328 9981 33554432000 4194304 4196468 140735062777632 139959511148064 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6341] ppid=6329 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6341/stat : 6341 (java) S 6329 6332 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92889485 10914787328 9981 33554432000 4194304 4196468 140735062777632 139959510095216 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6342] ppid=6329 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6342/stat : 6342 (java) S 6329 6332 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92889487 10914787328 9981 33554432000 4194304 4196468 140735062777632 139959509043536 139959952439195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6343] ppid=6329 vsize=10658972 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/6332/task/6343/stat : 6343 (java) R 6329 6332 4860 0 -1 1077944384 390 0 0 0 2 0 0 0 20 0 15 0 92889487 10914787328 9981 33554432000 4194304 4196468 140735062777632 139959507990896 139959952431746 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6344] ppid=6329 vsize=10658972 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/6332/task/6344/stat : 6344 (java) R 6329 6332 4860 0 -1 4202560 503 0 0 0 2 0 0 0 20 0 15 0 92889487 10914787328 9981 33554432000 4194304 4196468 140735062777632 139959506928480 139959933120896 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6345] ppid=6329 vsize=10658972 memory=140697965123200 CPUtime=0.07 cores=1,3,5,7
/proc/6332/task/6345/stat : 6345 (java) S 6329 6332 4860 0 -1 1077944384 745 0 0 0 7 0 0 0 20 0 15 0 92889487 10914787328 9981 33554432000 4194304 4196468 140735062777632 139959505885296 139959952431746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6346] ppid=6329 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6346/stat : 6346 (java) S 6329 6332 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92889487 10914787328 10047 33554432000 4194304 4196468 140735062777632 139959504832736 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6347] ppid=6329 vsize=10658972 memory=140697965123200 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6347/stat : 6347 (java) S 6329 6332 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92889487 10914787328 10047 33554432000 4194304 4196468 140735062777632 139959503781040 139959952431746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 39924 KiB

[startup+0.311228 s]*
/proc/loadavg: 1.72 1.66 1.57 5/215 6347
/proc/meminfo: memFree=26096504/32770624 swapFree=67108860/67108860
[pid=6332] ppid=6329 vsize=10658972 memory=78556 CPUtime=0.65 cores=1,3,5,7
/proc/6332/stat : 6332 (java) S 6329 6332 4860 0 -1 1077944320 10043 0 0 0 62 3 0 0 20 0 15 0 92889481 10914787328 19639 33554432000 4194304 4196468 140735062777632 140735062760176 139959952420599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
/proc/6332/statm: 2664743 19639 3047 1 0 2627263 0
[pid=6332/tid=6334] ppid=6329 vsize=10658972 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/6332/task/6334/stat : 6334 (java) R 6329 6332 4860 0 -1 4202560 5198 0 0 0 28 2 0 0 20 0 15 0 92889482 10914787328 19639 33554432000 4194304 4196468 140735062777632 139959956656880 139959945098613 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6335] ppid=6329 vsize=10658972 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6335/stat : 6335 (java) S 6329 6332 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92889483 10914787328 19639 33554432000 4194304 4196468 140735062777632 139959905041040 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6336] ppid=6329 vsize=10658972 memory=14548909695129240 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6336/stat : 6336 (java) S 6329 6332 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92889483 10914787328 19639 33554432000 4194304 4196468 140735062777632 139959903988240 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6337] ppid=6329 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6337/stat : 6337 (java) S 6329 6332 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92889483 10914787328 19639 33554432000 4194304 4196468 140735062777632 139959902935440 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6338] ppid=6329 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6338/stat : 6338 (java) S 6329 6332 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92889483 10914787328 19639 33554432000 4194304 4196468 140735062777632 139959901882640 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6339] ppid=6329 vsize=10658972 memory=140697965123200 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6339/stat : 6339 (java) S 6329 6332 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92889484 10914787328 19639 33554432000 4194304 4196468 140735062777632 139959512202096 139959952431746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6340] ppid=6329 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6340/stat : 6340 (java) S 6329 6332 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92889484 10914787328 19639 33554432000 4194304 4196468 140735062777632 139959511148064 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6341] ppid=6329 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6341/stat : 6341 (java) S 6329 6332 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92889485 10914787328 19639 33554432000 4194304 4196468 140735062777632 139959510095216 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6342] ppid=6329 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6342/stat : 6342 (java) S 6329 6332 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92889487 10914787328 19639 33554432000 4194304 4196468 140735062777632 139959509043536 139959952439195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6343] ppid=6329 vsize=10658972 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/6332/task/6343/stat : 6343 (java) R 6329 6332 4860 0 -1 4202560 1381 0 0 0 10 0 0 0 20 0 15 0 92889487 10914787328 19639 33554432000 4194304 4196468 140735062777632 139959507971912 139959930437591 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6344] ppid=6329 vsize=10659048 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/6332/task/6344/stat : 6344 (java) R 6329 6332 4860 0 -1 4202560 1107 0 0 0 11 0 0 0 20 0 15 0 92889487 10914865152 19639 33554432000 4194304 4196468 140735062777632 139959506923864 139959944661580 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6345] ppid=6329 vsize=10659048 memory=140697965123200 CPUtime=0.12 cores=1,3,5,7
/proc/6332/task/6345/stat : 6345 (java) R 6329 6332 4860 0 -1 4202560 1003 0 0 0 12 0 0 0 20 0 15 0 92889487 10914865152 19639 33554432000 4194304 4196468 140735062777632 139959505885296 139959952441946 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6346] ppid=6329 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6346/stat : 6346 (java) S 6329 6332 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92889487 10914865152 19639 33554432000 4194304 4196468 140735062777632 139959504832736 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6347] ppid=6329 vsize=10659048 memory=140697965123200 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6347/stat : 6347 (java) S 6329 6332 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92889487 10914865152 19639 33554432000 4194304 4196468 140735062777632 139959503781040 139959952431746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 78556 KiB

[startup+0.701212 s]
/proc/loadavg: 1.72 1.66 1.57 5/215 6347
/proc/meminfo: memFree=26063692/32770624 swapFree=67108860/67108860
[pid=6332] ppid=6329 vsize=10659048 memory=214308 CPUtime=1.93 cores=1,3,5,7
/proc/6332/stat : 6332 (java) S 6329 6332 4860 0 -1 1077944320 11844 0 0 0 186 7 0 0 20 0 15 0 92889481 10914865152 53577 33554432000 4194304 4196468 140735062777632 140735062760176 139959952420599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
/proc/6332/statm: 2664762 53577 3109 1 0 2627263 0
[pid=6332/tid=6334] ppid=6329 vsize=10659048 memory=1840 CPUtime=0.65 cores=1,3,5,7
/proc/6332/task/6334/stat : 6334 (java) R 6329 6332 4860 0 -1 4202560 5472 0 0 0 62 3 0 0 20 0 15 0 92889482 10914865152 53577 33554432000 4194304 4196468 140735062777632 139959956657600 139959579273808 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6335] ppid=6329 vsize=10659048 memory=1004 CPUtime=0.01 cores=1,3,5,7
/proc/6332/task/6335/stat : 6335 (java) S 6329 6332 4860 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 15 0 92889483 10914865152 53577 33554432000 4194304 4196468 140735062777632 139959905041040 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6336] ppid=6329 vsize=10659048 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6336/stat : 6336 (java) S 6329 6332 4860 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 92889483 10914865152 53577 33554432000 4194304 4196468 140735062777632 139959903988240 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6337] ppid=6329 vsize=10659048 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6337/stat : 6337 (java) S 6329 6332 4860 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 92889483 10914865152 53577 33554432000 4194304 4196468 140735062777632 139959902935440 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6338] ppid=6329 vsize=10659048 memory=792 CPUtime=0.01 cores=1,3,5,7
/proc/6332/task/6338/stat : 6338 (java) S 6329 6332 4860 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 15 0 92889483 10914865152 53577 33554432000 4194304 4196468 140735062777632 139959901882640 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6339] ppid=6329 vsize=10659048 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6339/stat : 6339 (java) S 6329 6332 4860 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92889484 10914865152 53577 33554432000 4194304 4196468 140735062777632 139959512202096 139959952431746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6340] ppid=6329 vsize=10659048 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6340/stat : 6340 (java) S 6329 6332 4860 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92889484 10914865152 53577 33554432000 4194304 4196468 140735062777632 139959511148064 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6341] ppid=6329 vsize=10659048 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6341/stat : 6341 (java) S 6329 6332 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92889485 10914865152 53577 33554432000 4194304 4196468 140735062777632 139959510095216 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6342] ppid=6329 vsize=10659048 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6342/stat : 6342 (java) S 6329 6332 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92889487 10914865152 53577 33554432000 4194304 4196468 140735062777632 139959509043536 139959952439195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6343] ppid=6329 vsize=10659048 memory=7163631965283378496 CPUtime=0.45 cores=1,3,5,7
/proc/6332/task/6343/stat : 6343 (java) R 6329 6332 4860 0 -1 4202560 1713 0 0 0 45 0 0 0 20 0 15 0 92889487 10914865152 53577 33554432000 4194304 4196468 140735062777632 139959507977712 139959937350069 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6344] ppid=6329 vsize=10659048 memory=7667213801450137426 CPUtime=0.48 cores=1,3,5,7
/proc/6332/task/6344/stat : 6344 (java) R 6329 6332 4860 0 -1 4202560 1749 0 0 0 48 0 0 0 20 0 15 0 92889487 10914865152 53577 33554432000 4194304 4196468 140735062777632 139959506921536 139959937546550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6345] ppid=6329 vsize=10659048 memory=7295946094789283920 CPUtime=0.26 cores=1,3,5,7
/proc/6332/task/6345/stat : 6345 (java) R 6329 6332 4860 0 -1 4202560 1381 0 0 0 26 0 0 0 20 0 15 0 92889487 10914865152 53577 33554432000 4194304 4196468 140735062777632 139959505885296 139959931067701 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6346] ppid=6329 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6346/stat : 6346 (java) S 6329 6332 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92889487 10914865152 53577 33554432000 4194304 4196468 140735062777632 139959504832736 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6347] ppid=6329 vsize=10659048 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6347/stat : 6347 (java) S 6329 6332 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92889487 10914865152 53577 33554432000 4194304 4196468 140735062777632 139959503781040 139959952431746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
Current children cumulated CPU time: 1.93 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 214308 KiB

[startup+1.50121 s]
/proc/loadavg: 1.75 1.67 1.57 3/215 6347
/proc/meminfo: memFree=25925156/32770624 swapFree=67108860/67108860
[pid=6332] ppid=6329 vsize=10659048 memory=415172 CPUtime=3.48 cores=1,3,5,7
/proc/6332/stat : 6332 (java) S 6329 6332 4860 0 -1 1077944320 13151 0 0 0 328 20 0 0 20 0 15 0 92889481 10914865152 103793 33554432000 4194304 4196468 140735062777632 140735062760176 139959952420599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
/proc/6332/statm: 2664762 103793 3128 1 0 2627263 0
[pid=6332/tid=6334] ppid=6329 vsize=10659048 memory=0 CPUtime=1.39 cores=1,3,5,7
/proc/6332/task/6334/stat : 6334 (java) R 6329 6332 4860 0 -1 4202560 5536 0 0 0 133 6 0 0 20 0 15 0 92889482 10914865152 103793 33554432000 4194304 4196468 140735062777632 139959956653400 139959582869678 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6335] ppid=6329 vsize=10659048 memory=-8754540793456063680 CPUtime=0.06 cores=1,3,5,7
/proc/6332/task/6335/stat : 6335 (java) S 6329 6332 4860 0 -1 1077944384 96 0 0 0 3 3 0 0 20 0 15 0 92889483 10914865152 103793 33554432000 4194304 4196468 140735062777632 139959905041040 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6336] ppid=6329 vsize=10659048 memory=-2843869621055772062 CPUtime=0.06 cores=1,3,5,7
/proc/6332/task/6336/stat : 6336 (java) S 6329 6332 4860 0 -1 1077944384 337 0 0 0 3 3 0 0 20 0 15 0 92889483 10914865152 103793 33554432000 4194304 4196468 140735062777632 139959903988240 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6337] ppid=6329 vsize=10659048 memory=5450919713671312938 CPUtime=0.06 cores=1,3,5,7
/proc/6332/task/6337/stat : 6337 (java) S 6329 6332 4860 0 -1 1077944384 227 0 0 0 4 2 0 0 20 0 15 0 92889483 10914865152 103793 33554432000 4194304 4196468 140735062777632 139959902935440 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6338] ppid=6329 vsize=10659048 memory=7005738693937936738 CPUtime=0.06 cores=1,3,5,7
/proc/6332/task/6338/stat : 6338 (java) S 6329 6332 4860 0 -1 1077944384 102 0 0 0 4 2 0 0 20 0 15 0 92889483 10914865152 103793 33554432000 4194304 4196468 140735062777632 139959901882640 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6339] ppid=6329 vsize=10659048 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6339/stat : 6339 (java) S 6329 6332 4860 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 92889484 10914865152 103793 33554432000 4194304 4196468 140735062777632 139959512202096 139959952431746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0

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

[pid=6332/tid=6346] ppid=6329 vsize=10659048 memory=8305712 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6346/stat : 6346 (java) S 6329 6332 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92889487 10914865152 2076519 33554432000 4194304 4196468 140735062777632 139959504832736 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6347] ppid=6329 vsize=10659048 memory=1944 CPUtime=0.01 cores=1,3,5,7
/proc/6332/task/6347/stat : 6347 (java) S 6329 6332 4860 0 -1 1077944384 639 0 0 0 0 1 0 0 20 0 15 0 92889487 10914865152 2076519 33554432000 4194304 4196468 140735062777632 139959503781040 139959952431746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
Current children cumulated CPU time: 61.07 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8306076 KiB

[startup+27.2008 s]
/proc/loadavg: 2.15 1.76 1.61 6/215 6347
/proc/meminfo: memFree=17871744/32770624 swapFree=67108860/67108860
[pid=6332] ppid=6329 vsize=10659048 memory=8306084 CPUtime=65.98 cores=1,3,5,7
/proc/6332/stat : 6332 (java) S 6329 6332 4860 0 -1 1077944320 79791 0 1 0 6183 415 0 0 20 0 15 0 92889481 10914865152 2076521 33554432000 4194304 4196468 140735062777632 140735062760176 139959952420599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
/proc/6332/statm: 2664762 2076521 3179 1 0 2627263 0
[pid=6332/tid=6334] ppid=6329 vsize=10659048 memory=0 CPUtime=12.19 cores=1,3,5,7
/proc/6332/task/6334/stat : 6334 (java) S 6329 6332 4860 0 -1 1077944384 10126 0 0 0 1207 12 0 0 20 0 15 0 92889482 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959956658448 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6335] ppid=6329 vsize=10659048 memory=96 CPUtime=11.79 cores=1,3,5,7
/proc/6332/task/6335/stat : 6335 (java) R 6329 6332 4860 0 -1 4202560 6455 0 1 0 1083 96 0 0 20 0 15 0 92889483 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959905041240 139959945523592 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6336] ppid=6329 vsize=10659048 memory=8112282956445269571 CPUtime=11.84 cores=1,3,5,7
/proc/6332/task/6336/stat : 6336 (java) R 6329 6332 4860 0 -1 4202560 5623 0 0 0 1098 86 0 0 20 0 15 0 92889483 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959903988048 139959945048807 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6337] ppid=6329 vsize=10659048 memory=148 CPUtime=11.81 cores=1,3,5,7
/proc/6332/task/6337/stat : 6337 (java) R 6329 6332 4860 0 -1 4202560 6041 0 0 0 1066 115 0 0 20 0 15 0 92889483 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959902935560 139959945048807 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6338] ppid=6329 vsize=10659048 memory=55 CPUtime=11.83 cores=1,3,5,7
/proc/6332/task/6338/stat : 6338 (java) R 6329 6332 4860 0 -1 4202560 10000 0 0 0 1085 98 0 0 20 0 15 0 92889483 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959901882760 139959945048807 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6339] ppid=6329 vsize=10659048 memory=0 CPUtime=2.92 cores=1,3,5,7
/proc/6332/task/6339/stat : 6339 (java) S 6329 6332 4860 0 -1 1077944384 27118 0 0 0 290 2 0 0 20 0 15 0 92889484 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959512200656 139959952430805 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6340] ppid=6329 vsize=10659048 memory=1 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6340/stat : 6340 (java) S 6329 6332 4860 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 92889484 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959511148128 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6341] ppid=6329 vsize=10659048 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6341/stat : 6341 (java) S 6329 6332 4860 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 92889485 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959510095216 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6342] ppid=6329 vsize=10659048 memory=4638778398332698720 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6342/stat : 6342 (java) S 6329 6332 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92889487 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959509043536 139959952439195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6343] ppid=6329 vsize=10659048 memory=-7749695364487619941 CPUtime=1.48 cores=1,3,5,7
/proc/6332/task/6343/stat : 6343 (java) S 6329 6332 4860 0 -1 1077944384 4365 0 0 0 148 0 0 0 20 0 15 0 92889487 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959507990896 139959952431746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6344] ppid=6329 vsize=10659048 memory=3054156605335311508 CPUtime=1.48 cores=1,3,5,7
/proc/6332/task/6344/stat : 6344 (java) S 6329 6332 4860 0 -1 1077944384 5173 0 0 0 147 1 0 0 20 0 15 0 92889487 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959506938096 139959952431746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6345] ppid=6329 vsize=10659048 memory=2867664571609120 CPUtime=0.55 cores=1,3,5,7
/proc/6332/task/6345/stat : 6345 (java) S 6329 6332 4860 0 -1 1077944384 2826 0 0 0 54 1 0 0 20 0 15 0 92889487 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959505885296 139959952431746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6346] ppid=6329 vsize=10659048 memory=37 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6346/stat : 6346 (java) S 6329 6332 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92889487 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959504832736 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6347] ppid=6329 vsize=10659048 memory=8305888 CPUtime=0.01 cores=1,3,5,7
/proc/6332/task/6347/stat : 6347 (java) S 6329 6332 4860 0 -1 1077944384 639 0 0 0 0 1 0 0 20 0 15 0 92889487 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959503781040 139959952431746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
Current children cumulated CPU time: 65.98 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8306084 KiB

[startup+27.6007 s]
/proc/loadavg: 2.15 1.76 1.61 6/215 6347
/proc/meminfo: memFree=17871744/32770624 swapFree=67108860/67108860
[pid=6332] ppid=6329 vsize=10659048 memory=8306084 CPUtime=67.54 cores=1,3,5,7
/proc/6332/stat : 6332 (java) S 6329 6332 4860 0 -1 1077944320 80084 0 1 0 6339 415 0 0 20 0 15 0 92889481 10914865152 2076521 33554432000 4194304 4196468 140735062777632 140735062760176 139959952420599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
/proc/6332/statm: 2664762 2076521 3179 1 0 2627263 0
[pid=6332/tid=6334] ppid=6329 vsize=10659048 memory=8112282956445269571 CPUtime=12.19 cores=1,3,5,7
/proc/6332/task/6334/stat : 6334 (java) S 6329 6332 4860 0 -1 1077944384 10126 0 0 0 1207 12 0 0 20 0 15 0 92889482 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959956658448 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6335] ppid=6329 vsize=10659048 memory=8305072 CPUtime=12.19 cores=1,3,5,7
/proc/6332/task/6335/stat : 6335 (java) R 6329 6332 4860 0 -1 4202560 6748 0 1 0 1123 96 0 0 20 0 15 0 92889483 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959905041240 139959945523633 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6336] ppid=6329 vsize=10659048 memory=1840 CPUtime=12.23 cores=1,3,5,7
/proc/6332/task/6336/stat : 6336 (java) S 6329 6332 4860 0 -1 1077944384 5623 0 0 0 1137 86 0 0 20 0 15 0 92889483 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959903988048 139959952431746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6337] ppid=6329 vsize=10659048 memory=1004 CPUtime=12.2 cores=1,3,5,7
/proc/6332/task/6337/stat : 6337 (java) R 6329 6332 4860 0 -1 4202560 6041 0 0 0 1105 115 0 0 20 0 15 0 92889483 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959902935560 139959945048807 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6338] ppid=6329 vsize=10659048 memory=12060 CPUtime=12.21 cores=1,3,5,7
/proc/6332/task/6338/stat : 6338 (java) R 6329 6332 4860 0 -1 4202560 10000 0 0 0 1123 98 0 0 20 0 15 0 92889483 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959901882760 139959945048807 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6339] ppid=6329 vsize=10659048 memory=5788 CPUtime=2.92 cores=1,3,5,7
/proc/6332/task/6339/stat : 6339 (java) S 6329 6332 4860 0 -1 1077944384 27118 0 0 0 290 2 0 0 20 0 15 0 92889484 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959512200656 139959952430805 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6340] ppid=6329 vsize=10659048 memory=792 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6340/stat : 6340 (java) S 6329 6332 4860 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 92889484 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959511148128 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6341] ppid=6329 vsize=10659048 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6341/stat : 6341 (java) S 6329 6332 4860 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 92889485 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959510095216 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6342] ppid=6329 vsize=10659048 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6342/stat : 6342 (java) S 6329 6332 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92889487 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959509043536 139959952439195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6343] ppid=6329 vsize=10659048 memory=1416 CPUtime=1.48 cores=1,3,5,7
/proc/6332/task/6343/stat : 6343 (java) S 6329 6332 4860 0 -1 1077944384 4365 0 0 0 148 0 0 0 20 0 15 0 92889487 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959507990896 139959952431746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6344] ppid=6329 vsize=10659048 memory=3296 CPUtime=1.48 cores=1,3,5,7
/proc/6332/task/6344/stat : 6344 (java) S 6329 6332 4860 0 -1 1077944384 5173 0 0 0 147 1 0 0 20 0 15 0 92889487 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959506938096 139959952431746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6345] ppid=6329 vsize=10659048 memory=2104524 CPUtime=0.55 cores=1,3,5,7
/proc/6332/task/6345/stat : 6345 (java) S 6329 6332 4860 0 -1 1077944384 2826 0 0 0 54 1 0 0 20 0 15 0 92889487 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959505885296 139959952431746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6346] ppid=6329 vsize=10659048 memory=1404 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6346/stat : 6346 (java) S 6329 6332 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92889487 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959504832736 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6347] ppid=6329 vsize=10659048 memory=2776 CPUtime=0.01 cores=1,3,5,7
/proc/6332/task/6347/stat : 6347 (java) S 6329 6332 4860 0 -1 1077944384 639 0 0 0 0 1 0 0 20 0 15 0 92889487 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959503781040 139959952431746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
Current children cumulated CPU time: 67.54 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8306084 KiB

[startup+28.0007 s]*
/proc/loadavg: 2.15 1.76 1.61 3/215 6347
/proc/meminfo: memFree=17871744/32770624 swapFree=67108860/67108860
[pid=6332] ppid=6329 vsize=10659048 memory=8306084 CPUtime=68.73 cores=1,3,5,7
/proc/6332/stat : 6332 (java) S 6329 6332 4860 0 -1 1077944320 80228 0 1 0 6458 415 0 0 20 0 15 0 92889481 10914865152 2076521 33554432000 4194304 4196468 140735062777632 140735062760176 139959952420599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
/proc/6332/statm: 2664762 2076521 3179 1 0 2627263 0
[pid=6332/tid=6334] ppid=6329 vsize=10659048 memory=8112282956445269571 CPUtime=12.19 cores=1,3,5,7
/proc/6332/task/6334/stat : 6334 (java) S 6329 6332 4860 0 -1 1077944384 10126 0 0 0 1207 12 0 0 20 0 15 0 92889482 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959956658448 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6335] ppid=6329 vsize=10659048 memory=4872558044660077418 CPUtime=12.46 cores=1,3,5,7
/proc/6332/task/6335/stat : 6335 (java) S 6329 6332 4860 0 -1 1077944384 6758 0 1 0 1150 96 0 0 20 0 15 0 92889483 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959905041040 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6336] ppid=6329 vsize=10659048 memory=5788 CPUtime=12.49 cores=1,3,5,7
/proc/6332/task/6336/stat : 6336 (java) S 6329 6332 4860 0 -1 1077944384 5623 0 0 0 1163 86 0 0 20 0 15 0 92889483 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959903988240 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6337] ppid=6329 vsize=10659048 memory=792 CPUtime=12.46 cores=1,3,5,7
/proc/6332/task/6337/stat : 6337 (java) S 6329 6332 4860 0 -1 1077944384 6041 0 0 0 1131 115 0 0 20 0 15 0 92889483 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959902935440 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6338] ppid=6329 vsize=10659048 memory=1228 CPUtime=12.47 cores=1,3,5,7
/proc/6332/task/6338/stat : 6338 (java) S 6329 6332 4860 0 -1 1077944384 10000 0 0 0 1149 98 0 0 20 0 15 0 92889483 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959901882640 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6339] ppid=6329 vsize=10659048 memory=1944 CPUtime=3.06 cores=1,3,5,7
/proc/6332/task/6339/stat : 6339 (java) R 6329 6332 4860 0 -1 4202560 27252 0 0 0 304 2 0 0 20 0 15 0 92889484 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959512200656 139959936878230 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6340] ppid=6329 vsize=10659048 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6340/stat : 6340 (java) S 6329 6332 4860 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 92889484 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959511148128 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6341] ppid=6329 vsize=10659048 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6341/stat : 6341 (java) S 6329 6332 4860 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 92889485 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959510095216 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6342] ppid=6329 vsize=10659048 memory=8496 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6342/stat : 6342 (java) S 6329 6332 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92889487 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959509043536 139959952439195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6343] ppid=6329 vsize=10659048 memory=1624 CPUtime=1.48 cores=1,3,5,7
/proc/6332/task/6343/stat : 6343 (java) S 6329 6332 4860 0 -1 1077944384 4365 0 0 0 148 0 0 0 20 0 15 0 92889487 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959507990896 139959952431746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6344] ppid=6329 vsize=10659048 memory=1200 CPUtime=1.48 cores=1,3,5,7
/proc/6332/task/6344/stat : 6344 (java) S 6329 6332 4860 0 -1 1077944384 5173 0 0 0 147 1 0 0 20 0 15 0 92889487 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959506938096 139959952431746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6345] ppid=6329 vsize=10659048 memory=15872 CPUtime=0.55 cores=1,3,5,7
/proc/6332/task/6345/stat : 6345 (java) S 6329 6332 4860 0 -1 1077944384 2826 0 0 0 54 1 0 0 20 0 15 0 92889487 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959505885296 139959952431746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6346] ppid=6329 vsize=10659048 memory=16200 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6346/stat : 6346 (java) S 6329 6332 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92889487 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959504832736 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6347] ppid=6329 vsize=10659048 memory=4052 CPUtime=0.01 cores=1,3,5,7
/proc/6332/task/6347/stat : 6347 (java) S 6329 6332 4860 0 -1 1077944384 639 0 0 0 0 1 0 0 20 0 15 0 92889487 10914865152 2076521 33554432000 4194304 4196468 140735062777632 139959503781040 139959952431746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
Current children cumulated CPU time: 68.73 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8306084 KiB

[startup+28.1195 s]
/proc/loadavg: 2.15 1.76 1.61 3/215 6347
/proc/meminfo: memFree=17871744/32770624 swapFree=67108860/67108860
[pid=6332] ppid=6329 vsize=7610088 memory=5259240 CPUtime=68.85 cores=1,3,5,7
/proc/6332/stat : 6332 (java) S 6329 6332 4860 0 -1 1077944320 80377 0 1 0 6469 416 0 0 20 0 15 0 92889481 7792730112 1314810 33554432000 4194304 4196468 140735062777632 140735062760176 139959952420599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
/proc/6332/statm: 1902522 1314810 3180 1 0 1865023 0
[pid=6332/tid=6334] ppid=6329 vsize=7610088 memory=-7745171290612657811 CPUtime=12.19 cores=1,3,5,7
/proc/6332/task/6334/stat : 6334 (java) S 6329 6332 4860 0 -1 1077944384 10176 0 0 0 1207 12 0 0 20 0 15 0 92889482 7792730112 1314810 33554432000 4194304 4196468 140735062777632 139959956659616 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6335] ppid=6329 vsize=7610088 memory=8306084 CPUtime=12.47 cores=1,3,5,7
/proc/6332/task/6335/stat : 6335 (java) S 6329 6332 4860 0 -1 1077944384 6758 0 1 0 1151 96 0 0 20 0 15 0 92889483 7792730112 1314810 33554432000 4194304 4196468 140735062777632 139959905041040 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6336] ppid=6329 vsize=7610088 memory=452 CPUtime=12.49 cores=1,3,5,7
/proc/6332/task/6336/stat : 6336 (java) S 6329 6332 4860 0 -1 1077944384 5625 0 0 0 1163 86 0 0 20 0 15 0 92889483 7792730112 1314810 33554432000 4194304 4196468 140735062777632 139959903988240 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6337] ppid=6329 vsize=7610088 memory=8306084 CPUtime=12.46 cores=1,3,5,7
/proc/6332/task/6337/stat : 6337 (java) S 6329 6332 4860 0 -1 1077944384 6041 0 0 0 1131 115 0 0 20 0 15 0 92889483 7792730112 1314810 33554432000 4194304 4196468 140735062777632 139959902935440 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6338] ppid=6329 vsize=7610088 memory=6944920475361112214 CPUtime=12.48 cores=1,3,5,7
/proc/6332/task/6338/stat : 6338 (java) S 6329 6332 4860 0 -1 1077944384 10005 0 0 0 1150 98 0 0 20 0 15 0 92889483 7792730112 1314810 33554432000 4194304 4196468 140735062777632 139959901882640 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6339] ppid=6329 vsize=7610088 memory=8306084 CPUtime=3.16 cores=1,3,5,7
/proc/6332/task/6339/stat : 6339 (java) R 6329 6332 4860 0 -1 4202560 27273 0 0 0 313 3 0 0 20 0 15 0 92889484 7792730112 1314810 33554432000 4194304 4196468 140735062777632 139959512200856 139959945137562 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6340] ppid=6329 vsize=7610088 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6340/stat : 6340 (java) S 6329 6332 4860 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 92889484 7792730112 1314810 33554432000 4194304 4196468 140735062777632 139959511148128 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6341] ppid=6329 vsize=7610088 memory=8306084 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6341/stat : 6341 (java) S 6329 6332 4860 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 92889485 7792730112 1314810 33554432000 4194304 4196468 140735062777632 139959510095216 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6342] ppid=6329 vsize=7610088 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6342/stat : 6342 (java) S 6329 6332 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92889487 7792730112 1314810 33554432000 4194304 4196468 140735062777632 139959509043536 139959952439195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6343] ppid=6329 vsize=7610088 memory=8306084 CPUtime=1.49 cores=1,3,5,7
/proc/6332/task/6343/stat : 6343 (java) S 6329 6332 4860 0 -1 1077944384 4375 0 0 0 148 1 0 0 20 0 15 0 92889487 7792730112 1314810 33554432000 4194304 4196468 140735062777632 139959507982176 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6344] ppid=6329 vsize=7610088 memory=0 CPUtime=1.48 cores=1,3,5,7
/proc/6332/task/6344/stat : 6344 (java) S 6329 6332 4860 0 -1 1077944384 5176 0 0 0 147 1 0 0 20 0 15 0 92889487 7792730112 1314810 33554432000 4194304 4196468 140735062777632 139959506937856 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6345] ppid=6329 vsize=7610088 memory=8306084 CPUtime=0.55 cores=1,3,5,7
/proc/6332/task/6345/stat : 6345 (java) S 6329 6332 4860 0 -1 1077944384 2882 0 0 0 54 1 0 0 20 0 15 0 92889487 7792730112 1314810 33554432000 4194304 4196468 140735062777632 139959505884864 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6346] ppid=6329 vsize=7610088 memory=6933690279252828305 CPUtime=0 cores=1,3,5,7
/proc/6332/task/6346/stat : 6346 (java) S 6329 6332 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92889487 7792730112 1314810 33554432000 4194304 4196468 140735062777632 139959504832736 139959952430805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
[pid=6332/tid=6347] ppid=6329 vsize=7610088 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/6332/task/6347/stat : 6347 (java) S 6329 6332 4860 0 -1 1077944384 639 0 0 0 0 1 0 0 20 0 15 0 92889487 7792730112 1314810 33554432000 4194304 4196468 140735062777632 139959503781040 139959952431746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140735062783149 140735062783241 140735062783241 140735062785999 0
Current children cumulated CPU time: 68.85 s
Current children cumulated vsize: 7610088 KiB
Current children cumulated memory: 5259240 KiB

Child status: 1
Real time (s): 28.1478
CPU time (s): 68.8892
CPU user time (s): 64.6942
CPU system time (s): 4.19493
CPU usage (%): 244.741
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 8306084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.6942
system time used= 4.19493
maximum resident set size= 8306140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80506
page faults= 1
swaps= 0
block input operations= 288
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4339
involuntary context switches= 585


# summary of solver processes directly reported to runsolver:
#   pid: 6332
#   total CPU time (s): 68.8892
#   total CPU user time (s): 64.6942
#   total CPU system time (s): 4.19493

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.199739 second user time and 0.329343 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-28 06:47:43
IDJOB=4298268
IDBENCH=141093
IDSOLVER=2763
FILE ID=node151/4298268-1532753263
RUNJOBID= node151-1532740893-4892
PBS_JOBID= 21022447
Free space on /tmp= 54884 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-scen-07-opt_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298268-1532753263/watcher-4298268-1532753263 -o /tmp/evaluation-result-4298268-1532753263/solver-4298268-1532753263 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532740893-4892 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298268-1532753263.xml

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

MD5SUM BENCH= a3e395aa512c401cf03b466e858ef0f4
RANDOM SEED=1087763963

node151.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.87
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.87
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.87
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.87
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:        26163072 kB
MemAvailable:   29847784 kB
Buffers:          178320 kB
Cached:          3775832 kB
SwapCached:            0 kB
Active:          3568624 kB
Inactive:        2553968 kB
Active(anon):    2118048 kB
Inactive(anon):    78192 kB
Active(file):    1450576 kB
Inactive(file):  2475776 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             15560 kB
Writeback:             0 kB
AnonPages:       2175928 kB
Mapped:            54284 kB
Shmem:             25224 kB
Slab:             176040 kB
SReclaimable:     148388 kB
SUnreclaim:        27652 kB
KernelStack:        3488 kB
PageTables:        11492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2817060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2066432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54884 MiB
End job on node151 at 2018-07-28 06:48:11