Trace number 4295183

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
Concrete 3.8-SuperNG 2018-06-13? (TO) 2520.08 2341.85

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-20_c18.xml
MD5SUMe7264eb6ef9a48e90df3f2dfb87ec466
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark2400.21
Satisfiable
(Un)Satisfiability was proved
Number of variables402
Number of constraints12543
Number of domains2
Minimum domain size3
Maximum domain size200
Distribution of domain sizes[{"size":3,"count":400},{"size":200,"count":2}]
Minimum variable degree2
Maximum variable degree77
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":59,"count":76},{"degree":61,"count":68},{"degree":63,"count":60},{"degree":65,"count":52},{"degree":67,"count":44},{"degree":69,"count":36},{"degree":71,"count":28},{"degree":73,"count":20},{"degree":75,"count":12},{"degree":77,"count":4}]
Minimum constraint arity2
Maximum constraint arity401
Distribution of constraint arities[{"arity":2,"count":12541},{"arity":401,"count":2}]
Number of extensional constraints0
Number of intensional constraints12541
Distribution of constraint types[{"type":"intension","count":12541},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
2520.00/2341.81	Exception in thread "main" java.util.concurrent.TimeoutException
2520.00/2341.81		at concrete.MAC.mac(MAC.scala:188)
2520.00/2341.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.00/2341.81		at scala.util.Try$.apply(Try.scala:209)
2520.00/2341.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.00/2341.81		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.00/2341.81		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.00/2341.81		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.00/2341.81		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.00/2341.81		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.00/2341.81		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.00/2341.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.00/2341.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.00/2341.81		at concrete.MAC.oneRun(MAC.scala:253)
2520.00/2341.81		at concrete.MAC.nextSolution(MAC.scala:272)
2520.00/2341.81		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.00/2341.81		at concrete.ProblemState.map(ProblemState.scala:221)
2520.00/2341.81		at concrete.ProblemState.map(ProblemState.scala:204)
2520.00/2341.81		at concrete.MAC.nextSolution(MAC.scala:334)
2520.00/2341.81		at concrete.Solver.hasNext(Solver.scala:166)
2520.00/2341.81		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.00/2341.81		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.00/2341.81		at concrete.Solver.foreach(Solver.scala:68)
2520.00/2341.81		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.00/2341.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.00/2341.81		at scala.util.Success.map(Try.scala:209)
2520.00/2341.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2341.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.00/2341.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.00/2341.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2341.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.00/2341.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.00/2341.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.00/2341.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.00/2341.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.00/2341.81		at scala.collection.immutable.List.foreach(List.scala:389)
2520.00/2341.81		at scala.App.main(App.scala:76)
2520.00/2341.81		at scala.App.main$(App.scala:74)
2520.00/2341.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.00/2341.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2341.82	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 (1268 MiB free)
  memory of node 1: 16384 MiB (13303 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295183-1532527606/watcher-4295183-1532527606 -o /tmp/evaluation-result-4295183-1532527606/solver-4295183-1532527606 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4224 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=325136325 -superng HOME/instance-4295183-1532527606.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
Current StackSize limit: 8192 KiB

solver pid=10916, runsolver pid=10913

[startup+0.100114 s]*
/proc/loadavg: 1.96 1.82 1.74 6/210 10973
/proc/meminfo: memFree=14913500/32770624 swapFree=67108860/67108860
[pid=10916] ppid=10913 vsize=9972712 memory=18996 CPUtime=0.08 cores=1,3,5,7
/proc/10916/stat : 10916 (java) S 10913 10916 4192 0 -1 1077944320 4403 13189 0 0 1 0 5 2 20 0 6 0 70323805 10212057088 4749 33554432000 4194304 4196468 140736062115712 140736062098256 140052112690935 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
/proc/10916/statm: 2493178 4749 1934 1 0 2481616 0
[pid=10916/tid=10969] ppid=10913 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/10916/task/10969/stat : 10969 (java) R 10913 10916 4192 0 -1 4202560 2234 13189 0 0 1 0 5 2 20 0 6 0 70323814 10212057088 4814 33554432000 4194304 4196468 140736062115712 140052084527696 140052097813872 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10970] ppid=10913 vsize=9972712 memory=5793854988230760889 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10970/stat : 10970 (java) S 10913 10916 4192 0 -1 1077944384 1 13189 0 0 0 0 5 2 20 0 6 0 70323815 10212057088 4814 33554432000 4194304 4196468 140736062115712 140052116933264 140052112701141 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10971] ppid=10913 vsize=9972712 memory=139737220867712 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10971/stat : 10971 (java) S 10913 10916 4192 0 -1 1077944384 1 13189 0 0 0 0 5 2 20 0 6 0 70323815 10212057088 4814 33554432000 4194304 4196468 140736062115712 140052040092176 140052112701141 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10972] ppid=10913 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10972/stat : 10972 (java) S 10913 10916 4192 0 -1 1077944384 1 13189 0 0 0 0 5 2 20 0 6 0 70323815 10212057088 4814 33554432000 4194304 4196468 140736062115712 140051684759952 140052112701141 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10973] ppid=10913 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10973/stat : 10973 (java) S 10913 10916 4192 0 -1 1077944384 2 13189 0 0 0 0 5 2 20 0 6 0 70323815 10212057088 4814 33554432000 4194304 4196468 140736062115712 140051683707152 140052112701141 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18996 KiB

[startup+0.210586 s]*
/proc/loadavg: 1.96 1.82 1.74 6/219 10982
/proc/meminfo: memFree=14891604/32770624 swapFree=67108860/67108860
[pid=10916] ppid=10913 vsize=10818904 memory=45140 CPUtime=0.25 cores=1,3,5,7
/proc/10916/stat : 10916 (java) S 10913 10916 4192 0 -1 1077944320 7934 13189 0 0 16 2 5 2 20 0 15 0 70323805 11078557696 11285 33554432000 4194304 4196468 140736062115712 140736062098256 140052112690935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
/proc/10916/statm: 2704726 11285 2972 1 0 2667149 0
[pid=10916/tid=10969] ppid=10913 vsize=10818904 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/10916/task/10969/stat : 10969 (java) R 10913 10916 4192 0 -1 4202560 4598 13189 0 0 10 1 5 2 20 0 15 0 70323814 11078557696 11285 33554432000 4194304 4196468 140736062115712 140052084508048 140052096771422 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10970] ppid=10913 vsize=10818904 memory=4211973463425658250 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10970/stat : 10970 (java) S 10913 10916 4192 0 -1 1077944384 1 13189 0 0 0 0 5 2 20 0 15 0 70323815 11078557696 11285 33554432000 4194304 4196468 140736062115712 140052116933264 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10971] ppid=10913 vsize=10818904 memory=139737220867712 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10971/stat : 10971 (java) S 10913 10916 4192 0 -1 1077944384 1 13189 0 0 0 0 5 2 20 0 15 0 70323815 11078557696 11285 33554432000 4194304 4196468 140736062115712 140052040092176 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10972] ppid=10913 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10972/stat : 10972 (java) S 10913 10916 4192 0 -1 1077944384 1 13189 0 0 0 0 5 2 20 0 15 0 70323815 11078557696 11285 33554432000 4194304 4196468 140736062115712 140051684759952 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10973] ppid=10913 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10973/stat : 10973 (java) S 10913 10916 4192 0 -1 1077944384 2 13189 0 0 0 0 5 2 20 0 15 0 70323815 11078557696 11285 33554432000 4194304 4196468 140736062115712 140051683707152 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10974] ppid=10913 vsize=10818904 memory=139737220867712 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10974/stat : 10974 (java) S 10913 10916 4192 0 -1 1077944384 2 13189 0 0 0 0 5 2 20 0 15 0 70323817 11078557696 11285 33554432000 4194304 4196468 140736062115712 140051639266160 140052112702082 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10975] ppid=10913 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10975/stat : 10975 (java) S 10913 10916 4192 0 -1 1077944384 13 13189 0 0 0 0 5 2 20 0 15 0 70323817 11078557696 11285 33554432000 4194304 4196468 140736062115712 140051031778848 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10976] ppid=10913 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10976/stat : 10976 (java) S 10913 10916 4192 0 -1 1077944384 1 13189 0 0 0 0 5 2 20 0 15 0 70323817 11078557696 11285 33554432000 4194304 4196468 140736062115712 140050897560944 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10977] ppid=10913 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10977/stat : 10977 (java) S 10913 10916 4192 0 -1 1077944384 3 13189 0 0 0 0 5 2 20 0 15 0 70323820 11078557696 11285 33554432000 4194304 4196468 140736062115712 140050657270096 140052112709531 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10978] ppid=10913 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10916/task/10978/stat : 10978 (java) S 10913 10916 4192 0 -1 1077944384 490 13189 0 0 1 0 5 2 20 0 15 0 70323820 11078557696 11285 33554432000 4194304 4196468 140736062115712 140051638212976 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10979] ppid=10913 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10916/task/10979/stat : 10979 (java) S 10913 10916 4192 0 -1 1077944384 86 13189 0 0 1 0 5 2 20 0 15 0 70323820 11078590464 11285 33554432000 4194304 4196468 140736062115712 140051637160176 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10980] ppid=10913 vsize=10818936 memory=139737220867712 CPUtime=0.1 cores=1,3,5,7
/proc/10916/task/10980/stat : 10980 (java) S 10913 10916 4192 0 -1 1077944384 552 13189 0 0 3 0 5 2 20 0 15 0 70323820 11078590464 11285 33554432000 4194304 4196468 140736062115712 140051112519792 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10981] ppid=10913 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10981/stat : 10981 (java) S 10913 10916 4192 0 -1 1077944384 3 13189 0 0 0 0 5 2 20 0 15 0 70323820 11078590464 11285 33554432000 4194304 4196468 140736062115712 140050623711456 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10982] ppid=10913 vsize=10819896 memory=139737220867712 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10982/stat : 10982 (java) S 10913 10916 4192 0 -1 1077944384 1 13189 0 0 0 0 5 2 20 0 15 0 70323820 11079573504 11285 33554432000 4194304 4196468 140736062115712 140051111468208 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 45140 KiB

[startup+0.310474 s]*
/proc/loadavg: 1.96 1.82 1.74 6/219 10982
/proc/meminfo: memFree=14880192/32770624 swapFree=67108860/67108860
[pid=10916] ppid=10913 vsize=10819352 memory=55636 CPUtime=0.37 cores=1,3,5,7
/proc/10916/stat : 10916 (java) S 10913 10916 4192 0 -1 1077944320 10439 13189 0 0 28 2 5 2 20 0 15 0 70323805 11079016448 13909 33554432000 4194304 4196468 140736062115712 140736062098256 140052112690935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
/proc/10916/statm: 2704838 13909 3091 1 0 2667149 0
[pid=10916/tid=10969] ppid=10913 vsize=10819352 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/10916/task/10969/stat : 10969 (java) R 10913 10916 4192 0 -1 4202560 7097 13189 0 0 19 1 5 2 20 0 15 0 70323814 11079016448 13909 33554432000 4194304 4196468 140736062115712 140052084502944 140052104932325 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10970] ppid=10913 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10970/stat : 10970 (java) S 10913 10916 4192 0 -1 1077944384 1 13189 0 0 0 0 5 2 20 0 15 0 70323815 11079016448 13909 33554432000 4194304 4196468 140736062115712 140052116933264 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10971] ppid=10913 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10971/stat : 10971 (java) S 10913 10916 4192 0 -1 1077944384 1 13189 0 0 0 0 5 2 20 0 15 0 70323815 11079016448 13909 33554432000 4194304 4196468 140736062115712 140052040092176 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10972] ppid=10913 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10972/stat : 10972 (java) S 10913 10916 4192 0 -1 1077944384 1 13189 0 0 0 0 5 2 20 0 15 0 70323815 11079016448 13909 33554432000 4194304 4196468 140736062115712 140051684759952 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10973] ppid=10913 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10973/stat : 10973 (java) S 10913 10916 4192 0 -1 1077944384 2 13189 0 0 0 0 5 2 20 0 15 0 70323815 11079016448 13909 33554432000 4194304 4196468 140736062115712 140051683707152 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10974] ppid=10913 vsize=10819352 memory=139737220867711 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10974/stat : 10974 (java) S 10913 10916 4192 0 -1 1077944384 2 13189 0 0 0 0 5 2 20 0 15 0 70323817 11079016448 13909 33554432000 4194304 4196468 140736062115712 140051639266160 140052112702082 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10975] ppid=10913 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10975/stat : 10975 (java) S 10913 10916 4192 0 -1 1077944384 13 13189 0 0 0 0 5 2 20 0 15 0 70323817 11079016448 13909 33554432000 4194304 4196468 140736062115712 140051031778848 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10976] ppid=10913 vsize=10819352 memory=139737220867712 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10976/stat : 10976 (java) S 10913 10916 4192 0 -1 1077944384 1 13189 0 0 0 0 5 2 20 0 15 0 70323817 11079016448 13909 33554432000 4194304 4196468 140736062115712 140050897560944 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10977] ppid=10913 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10977/stat : 10977 (java) S 10913 10916 4192 0 -1 1077944384 3 13189 0 0 0 0 5 2 20 0 15 0 70323820 11079016448 13909 33554432000 4194304 4196468 140736062115712 140050657270096 140052112709531 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10978] ppid=10913 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10916/task/10978/stat : 10978 (java) S 10913 10916 4192 0 -1 1077944384 491 13189 0 0 1 0 5 2 20 0 15 0 70323820 11079016448 13909 33554432000 4194304 4196468 140736062115712 140051638212976 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10979] ppid=10913 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10916/task/10979/stat : 10979 (java) R 10913 10916 4192 0 -1 4202560 86 13189 0 0 1 0 5 2 20 0 15 0 70323820 11079016448 13909 33554432000 4194304 4196468 140736062115712 140051637160176 140052097568945 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10980] ppid=10913 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/10916/task/10980/stat : 10980 (java) R 10913 10916 4192 0 -1 4202560 560 13189 0 0 5 0 5 2 20 0 15 0 70323820 11079016448 13909 33554432000 4194304 4196468 140736062115712 140051112519792 140052096771422 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10981] ppid=10913 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10981/stat : 10981 (java) S 10913 10916 4192 0 -1 1077944384 3 13189 0 0 0 0 5 2 20 0 15 0 70323820 11079016448 13909 33554432000 4194304 4196468 140736062115712 140050623711456 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10982] ppid=10913 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10982/stat : 10982 (java) S 10913 10916 4192 0 -1 1077944384 1 13189 0 0 0 0 5 2 20 0 15 0 70323820 11079016448 13909 33554432000 4194304 4196468 140736062115712 140051111468208 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 55636 KiB

[startup+0.700741 s]
/proc/loadavg: 1.96 1.82 1.74 7/219 10982
/proc/meminfo: memFree=14868904/32770624 swapFree=67108860/67108860
[pid=10916] ppid=10913 vsize=10819352 memory=88696 CPUtime=0.99 cores=1,3,5,7
/proc/10916/stat : 10916 (java) S 10913 10916 4192 0 -1 1077944320 16751 13189 0 0 87 5 5 2 20 0 15 0 70323805 11079016448 22174 33554432000 4194304 4196468 140736062115712 140736062098256 140052112690935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
/proc/10916/statm: 2704838 22174 3246 1 0 2667149 0
[pid=10916/tid=10969] ppid=10913 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/10916/task/10969/stat : 10969 (java) R 10913 10916 4192 0 -1 4202560 12335 13189 0 0 56 3 5 2 20 0 15 0 70323814 11079016448 22174 33554432000 4194304 4196468 140736062115712 140052084511760 140052092966087 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10970] ppid=10913 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10970/stat : 10970 (java) S 10913 10916 4192 0 -1 1077944384 1 13189 0 0 0 0 5 2 20 0 15 0 70323815 11079016448 22174 33554432000 4194304 4196468 140736062115712 140052116933264 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10971] ppid=10913 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10971/stat : 10971 (java) S 10913 10916 4192 0 -1 1077944384 1 13189 0 0 0 0 5 2 20 0 15 0 70323815 11079016448 22174 33554432000 4194304 4196468 140736062115712 140052040092176 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10972] ppid=10913 vsize=10819352 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10972/stat : 10972 (java) S 10913 10916 4192 0 -1 1077944384 1 13189 0 0 0 0 5 2 20 0 15 0 70323815 11079016448 22174 33554432000 4194304 4196468 140736062115712 140051684759952 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10973] ppid=10913 vsize=10819352 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10973/stat : 10973 (java) S 10913 10916 4192 0 -1 1077944384 2 13189 0 0 0 0 5 2 20 0 15 0 70323815 11079016448 22174 33554432000 4194304 4196468 140736062115712 140051683707152 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10974] ppid=10913 vsize=10819352 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10974/stat : 10974 (java) S 10913 10916 4192 0 -1 1077944384 5 13189 0 0 0 0 5 2 20 0 15 0 70323817 11079016448 22174 33554432000 4194304 4196468 140736062115712 140051639266160 140052112702082 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10975] ppid=10913 vsize=10819352 memory=139737096529136 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10975/stat : 10975 (java) S 10913 10916 4192 0 -1 1077944384 13 13189 0 0 0 0 5 2 20 0 15 0 70323817 11079016448 22174 33554432000 4194304 4196468 140736062115712 140051031778848 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10976] ppid=10913 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10976/stat : 10976 (java) S 10913 10916 4192 0 -1 1077944384 1 13189 0 0 0 0 5 2 20 0 15 0 70323817 11079016448 22174 33554432000 4194304 4196468 140736062115712 140050897560944 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10977] ppid=10913 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10977/stat : 10977 (java) S 10913 10916 4192 0 -1 1077944384 3 13189 0 0 0 0 5 2 20 0 15 0 70323820 11079016448 22174 33554432000 4194304 4196468 140736062115712 140050657270096 140052112709531 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10978] ppid=10913 vsize=10819352 memory=6944656575208382560 CPUtime=0.17 cores=1,3,5,7
/proc/10916/task/10978/stat : 10978 (java) S 10913 10916 4192 0 -1 1077944384 1092 13189 0 0 10 0 5 2 20 0 15 0 70323820 11079016448 22174 33554432000 4194304 4196468 140736062115712 140051638212976 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10979] ppid=10913 vsize=10819352 memory=6656426216303648864 CPUtime=0.14 cores=1,3,5,7
/proc/10916/task/10979/stat : 10979 (java) S 10913 10916 4192 0 -1 1077944384 465 13189 0 0 7 0 5 2 20 0 15 0 70323820 11079016448 22174 33554432000 4194304 4196468 140736062115712 140051637160176 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10980] ppid=10913 vsize=10819352 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/10916/task/10980/stat : 10980 (java) S 10913 10916 4192 0 -1 1077944384 640 13189 0 0 13 0 5 2 20 0 15 0 70323820 11079016448 22174 33554432000 4194304 4196468 140736062115712 140051112519792 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10981] ppid=10913 vsize=10819352 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10981/stat : 10981 (java) S 10913 10916 4192 0 -1 1077944384 3 13189 0 0 0 0 5 2 20 0 15 0 70323820 11079016448 22174 33554432000 4194304 4196468 140736062115712 140050623711456 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10982] ppid=10913 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10982/stat : 10982 (java) S 10913 10916 4192 0 -1 1077944384 1 13189 0 0 0 0 5 2 20 0 15 0 70323820 11079016448 22174 33554432000 4194304 4196468 140736062115712 140051111468208 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88696 KiB

[startup+1.50737 s]
/proc/loadavg: 1.96 1.82 1.74 6/219 10982
/proc/meminfo: memFree=14823164/32770624 swapFree=67108860/67108860
[pid=10916] ppid=10913 vsize=10828108 memory=226452 CPUtime=3.1 cores=1,3,5,7
/proc/10916/stat : 10916 (java) S 10913 10916 4192 0 -1 1077944320 22808 13189 0 0 293 10 5 2 20 0 15 0 70323805 11087982592 56613 33554432000 4194304 4196468 140736062115712 140736062098256 140052112690935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
/proc/10916/statm: 2707027 56613 3456 1 0 2668685 0
[pid=10916/tid=10969] ppid=10913 vsize=10828108 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/10916/task/10969/stat : 10969 (java) S 10913 10916 4192 0 -1 1077944384 15129 13189 0 0 132 6 5 2 20 0 15 0 70323814 11087982592 56613 33554432000 4194304 4196468 140736062115712 140052084524384 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10970] ppid=10913 vsize=10828108 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10970/stat : 10970 (java) S 10913 10916 4192 0 -1 1077944384 235 13189 0 0 0 0 5 2 20 0 15 0 70323815 11087982592 56613 33554432000 4194304 4196468 140736062115712 140052116933264 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10971] ppid=10913 vsize=10828108 memory=21268 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10971/stat : 10971 (java) R 10913 10916 4192 0 -1 1077944384 12 13189 0 0 0 0 5 2 20 0 15 0 70323815 11087982592 56613 33554432000 4194304 4196468 140736062115712 140052040092176 140052112701141 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10972] ppid=10913 vsize=10828108 memory=1292 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10972/stat : 10972 (java) S 10913 10916 4192 0 -1 1077944384 14 13189 0 0 0 0 5 2 20 0 15 0 70323815 11087982592 56613 33554432000 4194304 4196468 140736062115712 140051684759952 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10973] ppid=10913 vsize=10828108 memory=102568 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10973/stat : 10973 (java) S 10913 10916 4192 0 -1 1077944384 102 13189 0 0 0 0 5 2 20 0 15 0 70323815 11087982592 56613 33554432000 4194304 4196468 140736062115712 140051683707152 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10974] ppid=10913 vsize=10828108 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10974/stat : 10974 (java) R 10913 10916 4192 0 -1 4202560 15 13189 0 0 0 0 5 2 20 0 15 0 70323817 11087982592 56613 33554432000 4194304 4196468 140736062115712 140051639264672 140052097755680 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10975] ppid=10913 vsize=10828108 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10975/stat : 10975 (java) S 10913 10916 4192 0 -1 1077944384 13 13189 0 0 0 0 5 2 20 0 15 0 70323817 11087982592 56613 33554432000 4194304 4196468 140736062115712 140051031778848 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10976] ppid=10913 vsize=10828108 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10976/stat : 10976 (java) S 10913 10916 4192 0 -1 1077944384 1 13189 0 0 0 0 5 2 20 0 15 0 70323817 11087982592 56613 33554432000 4194304 4196468 140736062115712 140050897560944 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10977] ppid=10913 vsize=10828108 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10977/stat : 10977 (java) S 10913 10916 4192 0 -1 1077944384 3 13189 0 0 0 0 5 2 20 0 15 0 70323820 11087982592 56613 33554432000 4194304 4196468 140736062115712 140050657270096 140052112709531 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10978] ppid=10913 vsize=10828108 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/10916/task/10978/stat : 10978 (java) S 10913 10916 4192 0 -1 1077944384 1885 13189 0 0 60 0 5 2 20 0 15 0 70323820 11087982592 56613 33554432000 4194304 4196468 140736062115712 140051638198816 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10979] ppid=10913 vsize=10828108 memory=0 CPUtime=0.61 cores=1,3,5,7
/proc/10916/task/10979/stat : 10979 (java) S 10913 10916 4192 0 -1 1077944384 1816 13189 0 0 54 0 5 2 20 0 15 0 70323820 11087982592 56613 33554432000 4194304 4196468 140736062115712 140051637151488 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10980] ppid=10913 vsize=10828108 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/10916/task/10980/stat : 10980 (java) S 10913 10916 4192 0 -1 1077944384 1392 13189 0 0 42 0 5 2 20 0 15 0 70323820 11087982592 56613 33554432000 4194304 4196468 140736062115712 140051112519792 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10981] ppid=10913 vsize=10828108 memory=288230596050944315 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10981/stat : 10981 (java) S 10913 10916 4192 0 -1 1077944384 3 13189 0 0 0 0 5 2 20 0 15 0 70323820 11087982592 56613 33554432000 4194304 4196468 140736062115712 140050623711456 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10982] ppid=10913 vsize=10828108 memory=16100360058046859 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10982/stat : 10982 (java) S 10913 10916 4192 0 -1 1077944384 1 13189 0 0 0 0 5 2 20 0 15 0 70323820 11087982592 56613 33554432000 4194304 4196468 140736062115712 140051111468208 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 10828108 KiB

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

/proc/10916/task/10969/stat : 10969 (java) R 10913 10916 4192 0 -1 4202560 253810 13189 0 0 214947 49 5 2 20 0 15 0 70323814 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140052084524960 140051738303757 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10970] ppid=10913 vsize=10850656 memory=4965344 CPUtime=49.79 cores=1,3,5,7
/proc/10916/task/10970/stat : 10970 (java) S 10913 10916 4192 0 -1 1077944384 57499 13189 0 0 4860 112 5 2 20 0 15 0 70323815 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140052116933264 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10971] ppid=10913 vsize=10850656 memory=4965344 CPUtime=49.9 cores=1,3,5,7
/proc/10916/task/10971/stat : 10971 (java) S 10913 10916 4192 0 -1 1077944384 49729 13189 0 0 4876 107 5 2 20 0 15 0 70323815 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140052040092176 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10972] ppid=10913 vsize=10850656 memory=4965344 CPUtime=49.84 cores=1,3,5,7
/proc/10916/task/10972/stat : 10972 (java) S 10913 10916 4192 0 -1 1077944384 52899 13189 0 0 4866 111 5 2 20 0 15 0 70323815 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140051684759952 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10973] ppid=10913 vsize=10850656 memory=4965344 CPUtime=49.72 cores=1,3,5,7
/proc/10916/task/10973/stat : 10973 (java) S 10913 10916 4192 0 -1 1077944384 52831 13189 0 0 4857 108 5 2 20 0 15 0 70323815 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140051683707152 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10974] ppid=10913 vsize=10850656 memory=4965348 CPUtime=1.28 cores=1,3,5,7
/proc/10916/task/10974/stat : 10974 (java) S 10913 10916 4192 0 -1 1077944384 79351 13189 0 0 110 11 5 2 20 0 15 0 70323817 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140051639266160 140052112702082 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 68 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10975] ppid=10913 vsize=10850656 memory=4965344 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10975/stat : 10975 (java) S 10913 10916 4192 0 -1 1077944384 17 13189 0 0 0 0 5 2 20 0 15 0 70323817 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140051031778976 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10976] ppid=10913 vsize=10850656 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10976/stat : 10976 (java) S 10913 10916 4192 0 -1 1077944384 11 13189 0 0 0 0 5 2 20 0 15 0 70323817 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140050897560960 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10977] ppid=10913 vsize=10850656 memory=4976524 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10977/stat : 10977 (java) S 10913 10916 4192 0 -1 1077944384 3 13189 0 0 0 0 5 2 20 0 15 0 70323820 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140050657270096 140052112709531 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10978] ppid=10913 vsize=10850656 memory=21408 CPUtime=12.27 cores=1,3,5,7
/proc/10916/task/10978/stat : 10978 (java) S 10913 10916 4192 0 -1 1077944384 47607 13189 0 0 1215 5 5 2 20 0 15 0 70323820 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140051638212976 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10979] ppid=10913 vsize=10850656 memory=4969948 CPUtime=12.93 cores=1,3,5,7
/proc/10916/task/10979/stat : 10979 (java) S 10913 10916 4192 0 -1 1077944384 47915 13189 0 0 1280 6 5 2 20 0 15 0 70323820 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140051637160176 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10980] ppid=10913 vsize=10850656 memory=4969948 CPUtime=3.12 cores=1,3,5,7
/proc/10916/task/10980/stat : 10980 (java) S 10913 10916 4192 0 -1 1077944384 35397 13189 0 0 298 7 5 2 20 0 15 0 70323820 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140051112519792 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10981] ppid=10913 vsize=10850656 memory=4965344 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10981/stat : 10981 (java) S 10913 10916 4192 0 -1 1077944384 3 13189 0 0 0 0 5 2 20 0 15 0 70323820 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140050623711456 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10982] ppid=10913 vsize=10850656 memory=4965344 CPUtime=1.42 cores=1,3,5,7
/proc/10916/task/10982/stat : 10982 (java) S 10913 10916 4192 0 -1 1077944384 2172 13189 0 0 59 76 5 2 20 0 15 0 70323820 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140051111468208 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 64 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
Current children cumulated CPU time: 2379.8 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 4965344 KiB

[startup+2262.3 s]
/proc/loadavg: 1.52 1.06 1.29 2/198 11121
/proc/meminfo: memFree=15644628/32770624 swapFree=67108860/67108860
[pid=10916] ppid=10913 vsize=10850656 memory=4965344 CPUtime=2440.09 cores=1,3,5,7
/proc/10916/stat : 10916 (java) S 10913 10916 4192 0 -1 1077944320 692585 13189 0 0 243422 580 5 2 20 0 15 0 70323805 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140736062098256 140052112690935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
/proc/10916/statm: 2712664 1241336 3537 1 0 2674317 0
[pid=10916/tid=10969] ppid=10913 vsize=10850656 memory=4965344 CPUtime=2209.93 cores=1,3,5,7
/proc/10916/task/10969/stat : 10969 (java) R 10913 10916 4192 0 -1 4202560 259924 13189 0 0 220936 50 5 2 20 0 15 0 70323814 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140052084524960 140051738305022 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10970] ppid=10913 vsize=10850656 memory=4965344 CPUtime=49.88 cores=1,3,5,7
/proc/10916/task/10970/stat : 10970 (java) S 10913 10916 4192 0 -1 1077944384 58217 13189 0 0 4869 112 5 2 20 0 15 0 70323815 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140052116933264 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10971] ppid=10913 vsize=10850656 memory=4965344 CPUtime=50 cores=1,3,5,7
/proc/10916/task/10971/stat : 10971 (java) S 10913 10916 4192 0 -1 1077944384 51097 13189 0 0 4885 108 5 2 20 0 15 0 70323815 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140052040092176 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10972] ppid=10913 vsize=10850656 memory=4965344 CPUtime=49.93 cores=1,3,5,7
/proc/10916/task/10972/stat : 10972 (java) S 10913 10916 4192 0 -1 1077944384 53826 13189 0 0 4874 112 5 2 20 0 15 0 70323815 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140051684759952 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10973] ppid=10913 vsize=10850656 memory=4965344 CPUtime=49.8 cores=1,3,5,7
/proc/10916/task/10973/stat : 10973 (java) S 10913 10916 4192 0 -1 1077944384 54469 13189 0 0 4865 108 5 2 20 0 15 0 70323815 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140051683707152 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10974] ppid=10913 vsize=10850656 memory=4965344 CPUtime=1.29 cores=1,3,5,7
/proc/10916/task/10974/stat : 10974 (java) S 10913 10916 4192 0 -1 1077944384 79686 13189 0 0 111 11 5 2 20 0 15 0 70323817 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140051639266160 140052112702082 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 68 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10975] ppid=10913 vsize=10850656 memory=4965344 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10975/stat : 10975 (java) S 10913 10916 4192 0 -1 1077944384 17 13189 0 0 0 0 5 2 20 0 15 0 70323817 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140051031778976 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10976] ppid=10913 vsize=10850656 memory=4965344 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10976/stat : 10976 (java) S 10913 10916 4192 0 -1 1077944384 11 13189 0 0 0 0 5 2 20 0 15 0 70323817 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140050897560960 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10977] ppid=10913 vsize=10850656 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10977/stat : 10977 (java) S 10913 10916 4192 0 -1 1077944384 3 13189 0 0 0 0 5 2 20 0 15 0 70323820 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140050657270096 140052112709531 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10978] ppid=10913 vsize=10850656 memory=4965344 CPUtime=12.27 cores=1,3,5,7
/proc/10916/task/10978/stat : 10978 (java) S 10913 10916 4192 0 -1 1077944384 47611 13189 0 0 1215 5 5 2 20 0 15 0 70323820 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140051638212976 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10979] ppid=10913 vsize=10850656 memory=33 CPUtime=12.93 cores=1,3,5,7
/proc/10916/task/10979/stat : 10979 (java) S 10913 10916 4192 0 -1 1077944384 47919 13189 0 0 1280 6 5 2 20 0 15 0 70323820 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140051637160176 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10980] ppid=10913 vsize=10850656 memory=3212 CPUtime=3.12 cores=1,3,5,7
/proc/10916/task/10980/stat : 10980 (java) S 10913 10916 4192 0 -1 1077944384 35405 13189 0 0 298 7 5 2 20 0 15 0 70323820 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140051112519792 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10981] ppid=10913 vsize=10850656 memory=303430223234596890 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10981/stat : 10981 (java) S 10913 10916 4192 0 -1 1077944384 3 13189 0 0 0 0 5 2 20 0 15 0 70323820 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140050623711456 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10982] ppid=10913 vsize=10850656 memory=288230596050944315 CPUtime=1.46 cores=1,3,5,7
/proc/10916/task/10982/stat : 10982 (java) S 10913 10916 4192 0 -1 1077944384 2209 13189 0 0 61 78 5 2 20 0 15 0 70323820 11111071744 1241336 33554432000 4194304 4196468 140736062115712 140051111468208 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 64 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
Current children cumulated CPU time: 2440.09 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 4965344 KiB

[startup+2322.3 s]
/proc/loadavg: 1.11 1.03 1.27 2/197 11122
/proc/meminfo: memFree=15645596/32770624 swapFree=67108860/67108860
[pid=10916] ppid=10913 vsize=10850656 memory=4965348 CPUtime=2500.41 cores=1,3,5,7
/proc/10916/stat : 10916 (java) S 10913 10916 4192 0 -1 1077944320 703250 13189 0 0 249450 584 5 2 20 0 15 0 70323805 11111071744 1241337 33554432000 4194304 4196468 140736062115712 140736062098256 140052112690935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
/proc/10916/statm: 2712664 1241337 3537 1 0 2674317 0
[pid=10916/tid=10969] ppid=10913 vsize=10850656 memory=4965348 CPUtime=2269.83 cores=1,3,5,7
/proc/10916/task/10969/stat : 10969 (java) R 10913 10916 4192 0 -1 4202560 265532 13189 0 0 226925 51 5 2 20 0 15 0 70323814 11111071744 1241337 33554432000 4194304 4196468 140736062115712 140052084524448 140051724536610 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10970] ppid=10913 vsize=10850656 memory=4965348 CPUtime=49.97 cores=1,3,5,7
/proc/10916/task/10970/stat : 10970 (java) S 10913 10916 4192 0 -1 1077944384 59995 13189 0 0 4878 112 5 2 20 0 15 0 70323815 11111071744 1241337 33554432000 4194304 4196468 140736062115712 140052116933264 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10971] ppid=10913 vsize=10850656 memory=4965348 CPUtime=50.09 cores=1,3,5,7
/proc/10916/task/10971/stat : 10971 (java) S 10913 10916 4192 0 -1 1077944384 52392 13189 0 0 4894 108 5 2 20 0 15 0 70323815 11111071744 1241337 33554432000 4194304 4196468 140736062115712 140052040092176 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10972] ppid=10913 vsize=10850656 memory=4965348 CPUtime=50.03 cores=1,3,5,7
/proc/10916/task/10972/stat : 10972 (java) S 10913 10916 4192 0 -1 1077944384 54554 13189 0 0 4884 112 5 2 20 0 15 0 70323815 11111071744 1241337 33554432000 4194304 4196468 140736062115712 140051684759952 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10973] ppid=10913 vsize=10850656 memory=4965348 CPUtime=49.89 cores=1,3,5,7
/proc/10916/task/10973/stat : 10973 (java) S 10913 10916 4192 0 -1 1077944384 55336 13189 0 0 4874 108 5 2 20 0 15 0 70323815 11111071744 1241337 33554432000 4194304 4196468 140736062115712 140051683707152 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10974] ppid=10913 vsize=10850656 memory=4965348 CPUtime=1.31 cores=1,3,5,7
/proc/10916/task/10974/stat : 10974 (java) S 10913 10916 4192 0 -1 1077944384 80024 13189 0 0 113 11 5 2 20 0 15 0 70323817 11111071744 1241337 33554432000 4194304 4196468 140736062115712 140051639266160 140052112702082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 68 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10975] ppid=10913 vsize=10850656 memory=4965348 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10975/stat : 10975 (java) S 10913 10916 4192 0 -1 1077944384 17 13189 0 0 0 0 5 2 20 0 15 0 70323817 11111071744 1241337 33554432000 4194304 4196468 140736062115712 140051031778976 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10976] ppid=10913 vsize=10850656 memory=4965348 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10976/stat : 10976 (java) S 10913 10916 4192 0 -1 1077944384 11 13189 0 0 0 0 5 2 20 0 15 0 70323817 11111071744 1241337 33554432000 4194304 4196468 140736062115712 140050897560960 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10977] ppid=10913 vsize=10850656 memory=4965348 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10977/stat : 10977 (java) S 10913 10916 4192 0 -1 1077944384 3 13189 0 0 0 0 5 2 20 0 15 0 70323820 11111071744 1241337 33554432000 4194304 4196468 140736062115712 140050657270096 140052112709531 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10978] ppid=10913 vsize=10850656 memory=4965348 CPUtime=12.27 cores=1,3,5,7
/proc/10916/task/10978/stat : 10978 (java) S 10913 10916 4192 0 -1 1077944384 47615 13189 0 0 1215 5 5 2 20 0 15 0 70323820 11111071744 1241337 33554432000 4194304 4196468 140736062115712 140051638212976 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10979] ppid=10913 vsize=10850656 memory=4132 CPUtime=12.93 cores=1,3,5,7
/proc/10916/task/10979/stat : 10979 (java) S 10913 10916 4192 0 -1 1077944384 47927 13189 0 0 1280 6 5 2 20 0 15 0 70323820 11111071744 1241337 33554432000 4194304 4196468 140736062115712 140051637160176 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10980] ppid=10913 vsize=10850656 memory=4965348 CPUtime=3.12 cores=1,3,5,7
/proc/10916/task/10980/stat : 10980 (java) S 10913 10916 4192 0 -1 1077944384 35409 13189 0 0 298 7 5 2 20 0 15 0 70323820 11111071744 1241337 33554432000 4194304 4196468 140736062115712 140051112519792 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10981] ppid=10913 vsize=10850656 memory=4965348 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10981/stat : 10981 (java) S 10913 10916 4192 0 -1 1077944384 3 13189 0 0 0 0 5 2 20 0 15 0 70323820 11111071744 1241337 33554432000 4194304 4196468 140736062115712 140050623711456 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10982] ppid=10913 vsize=10850656 memory=4965348 CPUtime=1.51 cores=1,3,5,7
/proc/10916/task/10982/stat : 10982 (java) S 10913 10916 4192 0 -1 1077944384 2244 13189 0 0 63 81 5 2 20 0 15 0 70323820 11111071744 1241337 33554432000 4194304 4196468 140736062115712 140051111468208 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 64 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
Current children cumulated CPU time: 2500.41 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 4965348 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2341.8 s]
/proc/loadavg: 1.00 1.01 1.25 2/197 11123
/proc/meminfo: memFree=15644864/32770624 swapFree=67108860/67108860
[pid=10916] ppid=10913 vsize=10850656 memory=4965452 CPUtime=2520 cores=1,3,5,7
/proc/10916/stat : 10916 (java) S 10913 10916 4192 0 -1 1077944320 708122 13189 0 0 251408 585 5 2 20 0 15 0 70323805 11111071744 1241363 33554432000 4194304 4196468 140736062115712 140736062098256 140052112690935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
/proc/10916/statm: 2712664 1241363 3537 1 0 2674317 0
[pid=10916/tid=10969] ppid=10913 vsize=10850656 memory=2236 CPUtime=2289.3 cores=1,3,5,7
/proc/10916/task/10969/stat : 10969 (java) R 10913 10916 4192 0 -1 4202560 266770 13189 0 0 228872 51 5 2 20 0 15 0 70323814 11111071744 1241363 33554432000 4194304 4196468 140736062115712 140052084524912 140051736915818 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10970] ppid=10913 vsize=10850656 memory=6791534058613427641 CPUtime=50 cores=1,3,5,7
/proc/10916/task/10970/stat : 10970 (java) S 10913 10916 4192 0 -1 1077944384 61240 13189 0 0 4881 112 5 2 20 0 15 0 70323815 11111071744 1241363 33554432000 4194304 4196468 140736062115712 140052116933264 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10971] ppid=10913 vsize=10850656 memory=796 CPUtime=50.11 cores=1,3,5,7
/proc/10916/task/10971/stat : 10971 (java) S 10913 10916 4192 0 -1 1077944384 53230 13189 0 0 4896 108 5 2 20 0 15 0 70323815 11111071744 1241363 33554432000 4194304 4196468 140736062115712 140052040092176 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10972] ppid=10913 vsize=10850656 memory=8544 CPUtime=50.05 cores=1,3,5,7
/proc/10916/task/10972/stat : 10972 (java) S 10913 10916 4192 0 -1 1077944384 55087 13189 0 0 4886 112 5 2 20 0 15 0 70323815 11111071744 1241363 33554432000 4194304 4196468 140736062115712 140051684759952 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10973] ppid=10913 vsize=10850656 memory=5784 CPUtime=49.92 cores=1,3,5,7
/proc/10916/task/10973/stat : 10973 (java) S 10913 10916 4192 0 -1 1077944384 56071 13189 0 0 4877 108 5 2 20 0 15 0 70323815 11111071744 1241363 33554432000 4194304 4196468 140736062115712 140051683707152 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10974] ppid=10913 vsize=10850656 memory=1200 CPUtime=1.31 cores=1,3,5,7
/proc/10916/task/10974/stat : 10974 (java) S 10913 10916 4192 0 -1 1077944384 80303 13189 0 0 113 11 5 2 20 0 15 0 70323817 11111071744 1241363 33554432000 4194304 4196468 140736062115712 140051639266160 140052112702082 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 68 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10975] ppid=10913 vsize=10850656 memory=12032 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10975/stat : 10975 (java) S 10913 10916 4192 0 -1 1077944384 17 13189 0 0 0 0 5 2 20 0 15 0 70323817 11111071744 1241363 33554432000 4194304 4196468 140736062115712 140051031778976 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10976] ppid=10913 vsize=10850656 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10976/stat : 10976 (java) S 10913 10916 4192 0 -1 1077944384 11 13189 0 0 0 0 5 2 20 0 15 0 70323817 11111071744 1241363 33554432000 4194304 4196468 140736062115712 140050897560960 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10977] ppid=10913 vsize=10850656 memory=4620 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10977/stat : 10977 (java) S 10913 10916 4192 0 -1 1077944384 3 13189 0 0 0 0 5 2 20 0 15 0 70323820 11111071744 1241363 33554432000 4194304 4196468 140736062115712 140050657270096 140052112709531 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10978] ppid=10913 vsize=10850656 memory=4965452 CPUtime=12.27 cores=1,3,5,7
/proc/10916/task/10978/stat : 10978 (java) S 10913 10916 4192 0 -1 1077944384 47615 13189 0 0 1215 5 5 2 20 0 15 0 70323820 11111071744 1241363 33554432000 4194304 4196468 140736062115712 140051638212976 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10979] ppid=10913 vsize=10850656 memory=1008 CPUtime=12.93 cores=1,3,5,7
/proc/10916/task/10979/stat : 10979 (java) S 10913 10916 4192 0 -1 1077944384 47927 13189 0 0 1280 6 5 2 20 0 15 0 70323820 11111071744 1241363 33554432000 4194304 4196468 140736062115712 140051637160176 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10980] ppid=10913 vsize=10850656 memory=4620 CPUtime=3.12 cores=1,3,5,7
/proc/10916/task/10980/stat : 10980 (java) S 10913 10916 4192 0 -1 1077944384 35409 13189 0 0 298 7 5 2 20 0 15 0 70323820 11111071744 1241363 33554432000 4194304 4196468 140736062115712 140051112519792 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10981] ppid=10913 vsize=10850656 memory=15872 CPUtime=0.07 cores=1,3,5,7
/proc/10916/task/10981/stat : 10981 (java) S 10913 10916 4192 0 -1 1077944384 3 13189 0 0 0 0 5 2 20 0 15 0 70323820 11111071744 1241363 33554432000 4194304 4196468 140736062115712 140050623711456 140052112701141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
[pid=10916/tid=10982] ppid=10913 vsize=10850656 memory=12740 CPUtime=1.52 cores=1,3,5,7
/proc/10916/task/10982/stat : 10982 (java) S 10913 10916 4192 0 -1 1077944384 2248 13189 0 0 63 82 5 2 20 0 15 0 70323820 11111071744 1241363 33554432000 4194304 4196468 140736062115712 140051111468208 140052112702082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 64 0 0 6293624 6294260 15527936 140736062122156 140736062125404 140736062125404 140736062128079 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 4965452 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2341.85 s]
# the end of solver process 10916 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.17 s, system=5.91011 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2341.85
CPU time (s): 2520.08
CPU user time (s): 2514.17
CPU system time (s): 5.91011
CPU usage (%): 107.61
Max. virtual memory (cumulated for all children) (KiB): 10850656
Max. memory (cumulated for all children) (KiB): 4976524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.17
system time used= 5.91011
maximum resident set size= 4976608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 725800
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 69416
involuntary context switches= 5639


# summary of solver processes directly reported to runsolver:
#   pid: 10916
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2514.17
#   total CPU system time (s): 5.91011

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2098 second user time and 21.9471 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-25 16:06:46
IDJOB=4295183
IDBENCH=141485
IDSOLVER=2751
FILE ID=node132/4295183-1532527606
RUNJOBID= node132-1532498695-4224
PBS_JOBID= 21021589
Free space on /tmp= 52116 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-20_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295183-1532527606/watcher-4295183-1532527606 -o /tmp/evaluation-result-4295183-1532527606/solver-4295183-1532527606 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4224 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=325136325 -superng HOME/instance-4295183-1532527606.xml

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

MD5SUM BENCH= e7264eb6ef9a48e90df3f2dfb87ec466
RANDOM SEED=325136325

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        14921588 kB
MemAvailable:   26274668 kB
Buffers:          204444 kB
Cached:         11315248 kB
SwapCached:            0 kB
Active:          8791012 kB
Inactive:        8429956 kB
Active(anon):    5651732 kB
Inactive(anon):    77616 kB
Active(file):    3139280 kB
Inactive(file):  8352340 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26912 kB
Writeback:             0 kB
AnonPages:       5706780 kB
Mapped:            52840 kB
Shmem:             25248 kB
Slab:             317664 kB
SReclaimable:     289920 kB
SUnreclaim:        27744 kB
KernelStack:        3600 kB
PageTables:        16376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6232092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5476352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52120 MiB
End job on node132 at 2018-07-25 16:45:48