Trace number 4296047

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.15 2414.65

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m2-4-0_c18.xml
MD5SUM04f92f5fbe642378aecc464c78b62b37
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 variables22422
Number of constraints24998
Number of domains4
Minimum domain size2
Maximum domain size111
Distribution of domain sizes[{"size":2,"count":22089},{"size":10,"count":111},{"size":37,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree224
Distribution of variable degrees[{"degree":2,"count":20313},{"degree":3,"count":1443},{"degree":4,"count":333},{"degree":5,"count":222},{"degree":222,"count":78},{"degree":223,"count":24},{"degree":224,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":24774},{"arity":88,"count":111},{"arity":111,"count":2},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints24663
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":24663},{"type":"ordered","count":1},{"type":"sum","count":223}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4296047-1532609415/watcher-4296047-1532609415 -o /tmp/evaluation-result-4296047-1532609415/solver-4296047-1532609415 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532594593-7268 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1983119158 -superng HOME/instance-4296047-1532609415.xml 

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

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


[startup+0.100124 s]*
/proc/loadavg: 2.37 2.06 1.97 3/203 9899
/proc/meminfo: memFree=21696384/32770624 swapFree=67077000/67108860
[pid=9846] ppid=9843 vsize=9972712 memory=16548 CPUtime=0.09 cores=0,2,4,6
/proc/9846/stat : 9846 (java) S 9843 9846 5667 0 -1 1077944320 4278 13107 0 0 1 0 5 3 20 0 6 0 78504716 10212057088 4137 33554432000 4194304 4196468 140736323816496 140736323799040 140353613684471 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
/proc/9846/statm: 2493178 4137 1932 1 0 2481616 0
[pid=9846/tid=9899] ppid=9843 vsize=9972712 memory=-8745273339715829695 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9899/stat : 9899 (java) R 9843 9846 5667 0 -1 4202560 2107 13107 0 0 0 0 5 3 20 0 6 0 78504725 10212057088 4137 33554432000 4194304 4196468 140736323816496 140353585521232 140353599366997 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9900] ppid=9843 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9900/stat : 9900 (java) S 9843 9846 5667 0 -1 1077944384 1 13107 0 0 0 0 5 3 20 0 6 0 78504726 10212057088 4137 33554432000 4194304 4196468 140736323816496 140353617926544 140353613694677 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9901] ppid=9843 vsize=9972712 memory=139711822767744 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9901/stat : 9901 (java) S 9843 9846 5667 0 -1 1077944384 1 13107 0 0 0 0 5 3 20 0 6 0 78504726 10212057088 4137 33554432000 4194304 4196468 140736323816496 140353506199824 140353613694677 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9902] ppid=9843 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9902/stat : 9902 (java) S 9843 9846 5667 0 -1 1077944384 2 13107 0 0 0 0 5 3 20 0 6 0 78504726 10212057088 4137 33554432000 4194304 4196468 140736323816496 140353505147536 140353613694677 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9903] ppid=9843 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9903/stat : 9903 (java) S 9843 9846 5667 0 -1 1077944384 2 13107 0 0 0 0 5 3 20 0 6 0 78504726 10212057088 4137 33554432000 4194304 4196468 140736323816496 140353504094736 140353613694677 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16548 KiB

[startup+0.209875 s]*
/proc/loadavg: 2.37 2.06 1.97 3/216 9912
/proc/meminfo: memFree=21674604/32770624 swapFree=67077000/67108860
[pid=9846] ppid=9843 vsize=10818904 memory=41272 CPUtime=0.26 cores=0,2,4,6
/proc/9846/stat : 9846 (java) S 9843 9846 5667 0 -1 1077944320 8047 13107 0 0 17 1 5 3 20 0 15 0 78504716 11078557696 10318 33554432000 4194304 4196468 140736323816496 140736323799040 140353613684471 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
/proc/9846/statm: 2704726 10318 2971 1 0 2667149 0
[pid=9846/tid=9899] ppid=9843 vsize=10818904 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/9846/task/9899/stat : 9899 (java) R 9843 9846 5667 0 -1 4202560 4692 13107 0 0 11 0 5 3 20 0 15 0 78504725 11078557696 10318 33554432000 4194304 4196468 140736323816496 140353585481392 140353597764958 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9900] ppid=9843 vsize=10818904 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9900/stat : 9900 (java) S 9843 9846 5667 0 -1 1077944384 1 13107 0 0 0 0 5 3 20 0 15 0 78504726 11078557696 10318 33554432000 4194304 4196468 140736323816496 140353617926544 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9901] ppid=9843 vsize=10818904 memory=139711822777844 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9901/stat : 9901 (java) S 9843 9846 5667 0 -1 1077944384 1 13107 0 0 0 0 5 3 20 0 15 0 78504726 11078557696 10318 33554432000 4194304 4196468 140736323816496 140353506199824 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9902] ppid=9843 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9902/stat : 9902 (java) S 9843 9846 5667 0 -1 1077944384 2 13107 0 0 0 0 5 3 20 0 15 0 78504726 11078557696 10318 33554432000 4194304 4196468 140736323816496 140353505147536 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9903] ppid=9843 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9903/stat : 9903 (java) S 9843 9846 5667 0 -1 1077944384 2 13107 0 0 0 0 5 3 20 0 15 0 78504726 11078557696 10318 33554432000 4194304 4196468 140736323816496 140353504094736 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9904] ppid=9843 vsize=10818904 memory=139711822767744 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9904/stat : 9904 (java) S 9843 9846 5667 0 -1 1077944384 2 13107 0 0 0 0 5 3 20 0 15 0 78504727 11078557696 10318 33554432000 4194304 4196468 140736323816496 140353072986736 140353613695618 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9905] ppid=9843 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9905/stat : 9905 (java) S 9843 9846 5667 0 -1 1077944384 33 13107 0 0 0 0 5 3 20 0 15 0 78504728 11078557696 10318 33554432000 4194304 4196468 140736323816496 140353071932704 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9906] ppid=9843 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9906/stat : 9906 (java) S 9843 9846 5667 0 -1 1077944384 1 13107 0 0 0 0 5 3 20 0 15 0 78504728 11078557696 10318 33554432000 4194304 4196468 140736323816496 140352484796016 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9907] ppid=9843 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9907/stat : 9907 (java) S 9843 9846 5667 0 -1 1077944384 3 13107 0 0 0 0 5 3 20 0 15 0 78504731 11078557696 10318 33554432000 4194304 4196468 140736323816496 140352177396304 140353613703067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9908] ppid=9843 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9846/task/9908/stat : 9908 (java) S 9843 9846 5667 0 -1 1077944384 492 13107 0 0 1 0 5 3 20 0 15 0 78504731 11078557696 10318 33554432000 4194304 4196468 140736323816496 140353038375024 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9909] ppid=9843 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9909/stat : 9909 (java) S 9843 9846 5667 0 -1 1077944384 74 13107 0 0 0 0 5 3 20 0 15 0 78504731 11078557696 10318 33554432000 4194304 4196468 140736323816496 140353037322224 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9910] ppid=9843 vsize=10818904 memory=139711822767744 CPUtime=0.11 cores=0,2,4,6
/proc/9846/task/9910/stat : 9910 (java) S 9843 9846 5667 0 -1 1077944384 555 13107 0 0 3 0 5 3 20 0 15 0 78504731 11078557696 10318 33554432000 4194304 4196468 140736323816496 140353036269936 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9911] ppid=9843 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9911/stat : 9911 (java) S 9843 9846 5667 0 -1 1077944384 3 13107 0 0 0 0 5 3 20 0 15 0 78504731 11078590464 10318 33554432000 4194304 4196468 140736323816496 140352143837664 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9912] ppid=9843 vsize=10818936 memory=139711822767744 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9912/stat : 9912 (java) S 9843 9846 5667 0 -1 1077944384 1 13107 0 0 0 0 5 3 20 0 15 0 78504731 11078590464 10318 33554432000 4194304 4196468 140736323816496 140353035217840 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41272 KiB

[startup+0.310133 s]*
/proc/loadavg: 2.37 2.06 1.97 5/216 9912
/proc/meminfo: memFree=21662948/32770624 swapFree=67077000/67108860
[pid=9846] ppid=9843 vsize=10819352 memory=51936 CPUtime=0.38 cores=0,2,4,6
/proc/9846/stat : 9846 (java) S 9843 9846 5667 0 -1 1077944320 10542 13107 0 0 28 2 5 3 20 0 15 0 78504716 11079016448 12984 33554432000 4194304 4196468 140736323816496 140736323799040 140353613684471 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
/proc/9846/statm: 2704838 12984 3090 1 0 2667149 0
[pid=9846/tid=9899] ppid=9843 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/9846/task/9899/stat : 9899 (java) R 9843 9846 5667 0 -1 4202560 7177 13107 0 0 19 1 5 3 20 0 15 0 78504725 11079016448 12984 33554432000 4194304 4196468 140736323816496 140353585496480 140353597764958 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9900] ppid=9843 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9900/stat : 9900 (java) S 9843 9846 5667 0 -1 1077944384 1 13107 0 0 0 0 5 3 20 0 15 0 78504726 11079016448 12984 33554432000 4194304 4196468 140736323816496 140353617926544 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9901] ppid=9843 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9901/stat : 9901 (java) S 9843 9846 5667 0 -1 1077944384 1 13107 0 0 0 0 5 3 20 0 15 0 78504726 11079016448 12984 33554432000 4194304 4196468 140736323816496 140353506199824 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9902] ppid=9843 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9902/stat : 9902 (java) S 9843 9846 5667 0 -1 1077944384 2 13107 0 0 0 0 5 3 20 0 15 0 78504726 11079016448 12984 33554432000 4194304 4196468 140736323816496 140353505147536 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9903] ppid=9843 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9903/stat : 9903 (java) S 9843 9846 5667 0 -1 1077944384 2 13107 0 0 0 0 5 3 20 0 15 0 78504726 11079016448 12984 33554432000 4194304 4196468 140736323816496 140353504094736 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9904] ppid=9843 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9904/stat : 9904 (java) S 9843 9846 5667 0 -1 1077944384 2 13107 0 0 0 0 5 3 20 0 15 0 78504727 11079016448 12984 33554432000 4194304 4196468 140736323816496 140353072986736 140353613695618 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9905] ppid=9843 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9905/stat : 9905 (java) S 9843 9846 5667 0 -1 1077944384 33 13107 0 0 0 0 5 3 20 0 15 0 78504728 11079016448 12984 33554432000 4194304 4196468 140736323816496 140353071932704 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9906] ppid=9843 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9906/stat : 9906 (java) S 9843 9846 5667 0 -1 1077944384 1 13107 0 0 0 0 5 3 20 0 15 0 78504728 11079016448 12984 33554432000 4194304 4196468 140736323816496 140352484796016 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9907] ppid=9843 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9907/stat : 9907 (java) S 9843 9846 5667 0 -1 1077944384 3 13107 0 0 0 0 5 3 20 0 15 0 78504731 11079016448 12984 33554432000 4194304 4196468 140736323816496 140352177396304 140353613703067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9908] ppid=9843 vsize=10819352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/9846/task/9908/stat : 9908 (java) S 9843 9846 5667 0 -1 1077944384 493 13107 0 0 2 0 5 3 20 0 15 0 78504731 11079016448 12984 33554432000 4194304 4196468 140736323816496 140353038375024 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9909] ppid=9843 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/9846/task/9909/stat : 9909 (java) S 9843 9846 5667 0 -1 1077944384 74 13107 0 0 1 0 5 3 20 0 15 0 78504731 11079016448 12984 33554432000 4194304 4196468 140736323816496 140353037322224 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9910] ppid=9843 vsize=10819352 memory=139711822767744 CPUtime=0.13 cores=0,2,4,6
/proc/9846/task/9910/stat : 9910 (java) S 9843 9846 5667 0 -1 1077944384 560 13107 0 0 5 0 5 3 20 0 15 0 78504731 11079016448 12984 33554432000 4194304 4196468 140736323816496 140353036269936 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9911] ppid=9843 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9911/stat : 9911 (java) S 9843 9846 5667 0 -1 1077944384 3 13107 0 0 0 0 5 3 20 0 15 0 78504731 11079016448 12984 33554432000 4194304 4196468 140736323816496 140352143837664 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9912] ppid=9843 vsize=10819352 memory=139711822767744 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9912/stat : 9912 (java) S 9843 9846 5667 0 -1 1077944384 1 13107 0 0 0 0 5 3 20 0 15 0 78504731 11079016448 12984 33554432000 4194304 4196468 140736323816496 140353035217840 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51936 KiB

[startup+0.700786 s]
/proc/loadavg: 2.37 2.06 1.97 5/216 9912
/proc/meminfo: memFree=21652032/32770624 swapFree=67077000/67108860
[pid=9846] ppid=9843 vsize=10819352 memory=84336 CPUtime=0.99 cores=0,2,4,6
/proc/9846/stat : 9846 (java) S 9843 9846 5667 0 -1 1077944320 16788 13107 0 0 87 4 5 3 20 0 15 0 78504716 11079016448 21084 33554432000 4194304 4196468 140736323816496 140736323799040 140353613684471 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
/proc/9846/statm: 2704838 21084 3237 1 0 2667149 0
[pid=9846/tid=9899] ppid=9843 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/9846/task/9899/stat : 9899 (java) R 9843 9846 5667 0 -1 4202560 12265 13107 0 0 56 3 5 3 20 0 15 0 78504725 11079016448 21084 33554432000 4194304 4196468 140736323816496 140353585505296 140353596871297 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9900] ppid=9843 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9900/stat : 9900 (java) S 9843 9846 5667 0 -1 1077944384 1 13107 0 0 0 0 5 3 20 0 15 0 78504726 11079016448 21084 33554432000 4194304 4196468 140736323816496 140353617926544 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9901] ppid=9843 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9901/stat : 9901 (java) S 9843 9846 5667 0 -1 1077944384 1 13107 0 0 0 0 5 3 20 0 15 0 78504726 11079016448 21084 33554432000 4194304 4196468 140736323816496 140353506199824 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9902] ppid=9843 vsize=10819352 memory=139711662404368 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9902/stat : 9902 (java) S 9843 9846 5667 0 -1 1077944384 2 13107 0 0 0 0 5 3 20 0 15 0 78504726 11079016448 21084 33554432000 4194304 4196468 140736323816496 140353505147536 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9903] ppid=9843 vsize=10819352 memory=139715286139465 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9903/stat : 9903 (java) S 9843 9846 5667 0 -1 1077944384 2 13107 0 0 0 0 5 3 20 0 15 0 78504726 11079016448 21084 33554432000 4194304 4196468 140736323816496 140353504094736 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9904] ppid=9843 vsize=10819352 memory=796 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9904/stat : 9904 (java) S 9843 9846 5667 0 -1 1077944384 5 13107 0 0 0 0 5 3 20 0 15 0 78504727 11079016448 21084 33554432000 4194304 4196468 140736323816496 140353072986736 140353613695618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9905] ppid=9843 vsize=10819352 memory=7014751519650764113 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9905/stat : 9905 (java) S 9843 9846 5667 0 -1 1077944384 33 13107 0 0 0 0 5 3 20 0 15 0 78504728 11079016448 21084 33554432000 4194304 4196468 140736323816496 140353071932704 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9906] ppid=9843 vsize=10819352 memory=7597123233646858610 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9906/stat : 9906 (java) S 9843 9846 5667 0 -1 1077944384 1 13107 0 0 0 0 5 3 20 0 15 0 78504728 11079016448 21084 33554432000 4194304 4196468 140736323816496 140352484796016 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9907] ppid=9843 vsize=10819352 memory=3604 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9907/stat : 9907 (java) S 9843 9846 5667 0 -1 1077944384 3 13107 0 0 0 0 5 3 20 0 15 0 78504731 11079016448 21084 33554432000 4194304 4196468 140736323816496 140352177396304 140353613703067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9908] ppid=9843 vsize=10819352 memory=10896 CPUtime=0.15 cores=0,2,4,6
/proc/9846/task/9908/stat : 9908 (java) S 9843 9846 5667 0 -1 1077944384 851 13107 0 0 7 0 5 3 20 0 15 0 78504731 11079016448 21084 33554432000 4194304 4196468 140736323816496 140353038375024 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9909] ppid=9843 vsize=10819352 memory=15128 CPUtime=0.18 cores=0,2,4,6
/proc/9846/task/9909/stat : 9909 (java) S 9843 9846 5667 0 -1 1077944384 773 13107 0 0 10 0 5 3 20 0 15 0 78504731 11079016448 21084 33554432000 4194304 4196468 140736323816496 140353037322224 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9910] ppid=9843 vsize=10819352 memory=640 CPUtime=0.21 cores=0,2,4,6
/proc/9846/task/9910/stat : 9910 (java) S 9843 9846 5667 0 -1 1077944384 655 13107 0 0 13 0 5 3 20 0 15 0 78504731 11079016448 21084 33554432000 4194304 4196468 140736323816496 140353036269936 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9911] ppid=9843 vsize=10819352 memory=1760 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9911/stat : 9911 (java) S 9843 9846 5667 0 -1 1077944384 3 13107 0 0 0 0 5 3 20 0 15 0 78504731 11079016448 21084 33554432000 4194304 4196468 140736323816496 140352143837664 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9912] ppid=9843 vsize=10819352 memory=960 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9912/stat : 9912 (java) S 9843 9846 5667 0 -1 1077944384 1 13107 0 0 0 0 5 3 20 0 15 0 78504731 11079016448 21084 33554432000 4194304 4196468 140736323816496 140353035217840 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84336 KiB

[startup+1.50105 s]
/proc/loadavg: 2.37 2.06 1.97 4/216 9912
/proc/meminfo: memFree=21576660/32770624 swapFree=67077000/67108860
[pid=9846] ppid=9843 vsize=10828108 memory=236648 CPUtime=3.06 cores=0,2,4,6
/proc/9846/stat : 9846 (java) S 9843 9846 5667 0 -1 1077944320 22902 13107 0 0 287 11 5 3 20 0 15 0 78504716 11087982592 59162 33554432000 4194304 4196468 140736323816496 140736323799040 140353613684471 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
/proc/9846/statm: 2707027 59162 3475 1 0 2668685 0
[pid=9846/tid=9899] ppid=9843 vsize=10828108 memory=61228 CPUtime=1.44 cores=0,2,4,6
/proc/9846/task/9899/stat : 9899 (java) R 9843 9846 5667 0 -1 4202560 15047 13107 0 0 130 6 5 3 20 0 15 0 78504725 11087982592 59162 33554432000 4194304 4196468 140736323816496 140353585518504 140353597728101 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9900] ppid=9843 vsize=10828108 memory=8112282956445269571 CPUtime=0.09 cores=0,2,4,6
/proc/9846/task/9900/stat : 9900 (java) S 9843 9846 5667 0 -1 1077944384 36 13107 0 0 1 0 5 3 20 0 15 0 78504726 11087982592 59162 33554432000 4194304 4196468 140736323816496 140353617926544 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9901] ppid=9843 vsize=10828108 memory=279423324840096 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9901/stat : 9901 (java) S 9843 9846 5667 0 -1 1077944384 17 13107 0 0 0 0 5 3 20 0 15 0 78504726 11087982592 59162 33554432000 4194304 4196468 140736323816496 140353506199824 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9902] ppid=9843 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9902/stat : 9902 (java) S 9843 9846 5667 0 -1 1077944384 195 13107 0 0 0 0 5 3 20 0 15 0 78504726 11087982592 59162 33554432000 4194304 4196468 140736323816496 140353505147536 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9903] ppid=9843 vsize=10828108 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9846/task/9903/stat : 9903 (java) S 9843 9846 5667 0 -1 1077944384 82 13107 0 0 1 0 5 3 20 0 15 0 78504726 11087982592 59162 33554432000 4194304 4196468 140736323816496 140353504094736 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9904] ppid=9843 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9904/stat : 9904 (java) S 9843 9846 5667 0 -1 1077944384 93 13107 0 0 0 0 5 3 20 0 15 0 78504727 11087982592 59162 33554432000 4194304 4196468 140736323816496 140353072986736 140353613695618 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9905] ppid=9843 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9905/stat : 9905 (java) S 9843 9846 5667 0 -1 1077944384 33 13107 0 0 0 0 5 3 20 0 15 0 78504728 11087982592 59162 33554432000 4194304 4196468 140736323816496 140353071932704 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9906] ppid=9843 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9906/stat : 9906 (java) S 9843 9846 5667 0 -1 1077944384 2 13107 0 0 0 0 5 3 20 0 15 0 78504728 11087982592 59162 33554432000 4194304 4196468 140736323816496 140352484796016 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9907] ppid=9843 vsize=10828108 memory=-2746958450906831424 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9907/stat : 9907 (java) S 9843 9846 5667 0 -1 1077944384 3 13107 0 0 0 0 5 3 20 0 15 0 78504731 11087982592 59162 33554432000 4194304 4196468 140736323816496 140352177396304 140353613703067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9908] ppid=9843 vsize=10828108 memory=0 CPUtime=0.6 cores=0,2,4,6
/proc/9846/task/9908/stat : 9908 (java) R 9843 9846 5667 0 -1 4202560 2337 13107 0 0 52 0 5 3 20 0 15 0 78504731 11087982592 59162 33554432000 4194304 4196468 140736323816496 140353038361568 140353595228911 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9909] ppid=9843 vsize=10828108 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/9846/task/9909/stat : 9909 (java) R 9843 9846 5667 0 -1 4202560 1553 13107 0 0 58 0 5 3 20 0 15 0 78504731 11087982592 59162 33554432000 4194304 4196468 140736323816496 140353037302128 140353593372454 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9910] ppid=9843 vsize=10828108 memory=8112282956445269571 CPUtime=0.48 cores=0,2,4,6
/proc/9846/task/9910/stat : 9910 (java) R 9843 9846 5667 0 -1 4202560 1309 13107 0 0 40 0 5 3 20 0 15 0 78504731 11087982592 59162 33554432000 4194304 4196468 140736323816496 140353036269936 140353613705818 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9911] ppid=9843 vsize=10828108 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9911/stat : 9911 (java) S 9843 9846 5667 0 -1 1077944384 3 13107 0 0 0 0 5 3 20 0 15 0 78504731 11087982592 59162 33554432000 4194304 4196468 140736323816496 140352143837664 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9912] ppid=9843 vsize=10828108 memory=279423325084544 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9912/stat : 9912 (java) S 9843 9846 5667 0 -1 1077944384 1 13107 0 0 0 0 5 3 20 0 15 0 78504731 11087982592 59162 33554432000 4194304 4196468 140736323816496 140353035217840 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 10828108 KiB

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

/proc/9846/task/9899/stat : 9899 (java) R 9843 9846 5667 0 -1 4202560 236266 13107 0 0 224012 79 5 3 20 0 15 0 78504725 11113168896 1208591 33554432000 4194304 4196468 140736323816496 140353585518928 140353184093741 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9900] ppid=9843 vsize=10852704 memory=2257 CPUtime=20.32 cores=0,2,4,6
/proc/9846/task/9900/stat : 9900 (java) S 9843 9846 5667 0 -1 1077944384 32316 13107 0 0 1962 62 5 3 20 0 15 0 78504726 11113168896 1208591 33554432000 4194304 4196468 140736323816496 140353617926544 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9901] ppid=9843 vsize=10852704 memory=4834364 CPUtime=20.32 cores=0,2,4,6
/proc/9846/task/9901/stat : 9901 (java) S 9843 9846 5667 0 -1 1077944384 41229 13107 0 0 1961 63 5 3 20 0 15 0 78504726 11113168896 1208591 33554432000 4194304 4196468 140736323816496 140353506199824 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9902] ppid=9843 vsize=10852704 memory=4834364 CPUtime=20.35 cores=0,2,4,6
/proc/9846/task/9902/stat : 9902 (java) S 9843 9846 5667 0 -1 1077944384 27956 13107 0 0 1961 66 5 3 20 0 15 0 78504726 11113168896 1208591 33554432000 4194304 4196468 140736323816496 140353505147536 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9903] ppid=9843 vsize=10852704 memory=4834364 CPUtime=20.3 cores=0,2,4,6
/proc/9846/task/9903/stat : 9903 (java) S 9843 9846 5667 0 -1 1077944384 35674 13107 0 0 1961 61 5 3 20 0 15 0 78504726 11113168896 1208591 33554432000 4194304 4196468 140736323816496 140353504094736 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9904] ppid=9843 vsize=10852704 memory=164 CPUtime=0.81 cores=0,2,4,6
/proc/9846/task/9904/stat : 9904 (java) S 9843 9846 5667 0 -1 1077944384 60790 13107 0 0 64 9 5 3 20 0 15 0 78504727 11113168896 1208591 33554432000 4194304 4196468 140736323816496 140353072986736 140353613695618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9905] ppid=9843 vsize=10852704 memory=4834364 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9905/stat : 9905 (java) S 9843 9846 5667 0 -1 1077944384 42 13107 0 0 0 0 5 3 20 0 15 0 78504728 11113168896 1208591 33554432000 4194304 4196468 140736323816496 140353071932768 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9906] ppid=9843 vsize=10852704 memory=4834364 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9906/stat : 9906 (java) S 9843 9846 5667 0 -1 1077944384 2 13107 0 0 0 0 5 3 20 0 15 0 78504728 11113168896 1208591 33554432000 4194304 4196468 140736323816496 140352484796032 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9907] ppid=9843 vsize=10852704 memory=4834364 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9907/stat : 9907 (java) S 9843 9846 5667 0 -1 1077944384 3 13107 0 0 0 0 5 3 20 0 15 0 78504731 11113168896 1208591 33554432000 4194304 4196468 140736323816496 140352177396304 140353613703067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9908] ppid=9843 vsize=10852704 memory=4834364 CPUtime=18.53 cores=0,2,4,6
/proc/9846/task/9908/stat : 9908 (java) S 9843 9846 5667 0 -1 1077944384 57436 13107 0 0 1836 9 5 3 20 0 15 0 78504731 11113168896 1208591 33554432000 4194304 4196468 140736323816496 140353038375024 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9909] ppid=9843 vsize=10852704 memory=4834364 CPUtime=17.98 cores=0,2,4,6
/proc/9846/task/9909/stat : 9909 (java) S 9843 9846 5667 0 -1 1077944384 59468 13107 0 0 1780 10 5 3 20 0 15 0 78504731 11113168896 1208591 33554432000 4194304 4196468 140736323816496 140353037322224 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9910] ppid=9843 vsize=10852704 memory=4834364 CPUtime=5.12 cores=0,2,4,6
/proc/9846/task/9910/stat : 9910 (java) S 9843 9846 5667 0 -1 1077944384 56260 13107 0 0 493 11 5 3 20 0 15 0 78504731 11113168896 1208591 33554432000 4194304 4196468 140736323816496 140353036269936 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9911] ppid=9843 vsize=10852704 memory=4834364 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9911/stat : 9911 (java) S 9843 9846 5667 0 -1 1077944384 3 13107 0 0 0 0 5 3 20 0 15 0 78504731 11113168896 1208591 33554432000 4194304 4196468 140736323816496 140352143837664 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9912] ppid=9843 vsize=10852704 memory=3544 CPUtime=1.43 cores=0,2,4,6
/proc/9846/task/9912/stat : 9912 (java) S 9843 9846 5667 0 -1 1077944384 1635 13107 0 0 69 66 5 3 20 0 15 0 78504731 11113168896 1208591 33554432000 4194304 4196468 140736323816496 140353035217840 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
Current children cumulated CPU time: 2365.52 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 4834364 KiB

[startup+2322.3 s]
/proc/loadavg: 1.44 1.63 2.26 3/215 10259
/proc/meminfo: memFree=18605700/32770624 swapFree=67077004/67108860
[pid=9846] ppid=9843 vsize=10852704 memory=4944704 CPUtime=2427.39 cores=0,2,4,6
/proc/9846/stat : 9846 (java) S 9843 9846 5667 0 -1 1077944320 623258 13107 0 0 242292 439 5 3 20 0 15 0 78504716 11113168896 1236176 33554432000 4194304 4196468 140736323816496 140736323799040 140353613684471 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
/proc/9846/statm: 2713176 1236176 3540 1 0 2674829 0
[pid=9846/tid=9899] ppid=9843 vsize=10852704 memory=225 CPUtime=2300.36 cores=0,2,4,6
/proc/9846/task/9899/stat : 9899 (java) R 9843 9846 5667 0 -1 4202560 239984 13107 0 0 229948 80 5 3 20 0 15 0 78504725 11113168896 1236176 33554432000 4194304 4196468 140736323816496 140353585518800 140353175941182 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9900] ppid=9843 vsize=10852704 memory=4832312 CPUtime=20.94 cores=0,2,4,6
/proc/9846/task/9900/stat : 9900 (java) S 9843 9846 5667 0 -1 1077944384 33385 13107 0 0 2021 65 5 3 20 0 15 0 78504726 11113168896 1236176 33554432000 4194304 4196468 140736323816496 140353617926544 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9901] ppid=9843 vsize=10852704 memory=4881032 CPUtime=20.93 cores=0,2,4,6
/proc/9846/task/9901/stat : 9901 (java) S 9843 9846 5667 0 -1 1077944384 44560 13107 0 0 2018 67 5 3 20 0 15 0 78504726 11113168896 1236176 33554432000 4194304 4196468 140736323816496 140353506199824 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9902] ppid=9843 vsize=10852704 memory=4881032 CPUtime=20.97 cores=0,2,4,6
/proc/9846/task/9902/stat : 9902 (java) S 9843 9846 5667 0 -1 1077944384 30036 13107 0 0 2019 70 5 3 20 0 15 0 78504726 11113168896 1236176 33554432000 4194304 4196468 140736323816496 140353505147536 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9903] ppid=9843 vsize=10852704 memory=4944704 CPUtime=20.91 cores=0,2,4,6
/proc/9846/task/9903/stat : 9903 (java) S 9843 9846 5667 0 -1 1077944384 37092 13107 0 0 2019 64 5 3 20 0 15 0 78504726 11113168896 1236176 33554432000 4194304 4196468 140736323816496 140353504094736 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9904] ppid=9843 vsize=10852704 memory=4944704 CPUtime=0.81 cores=0,2,4,6
/proc/9846/task/9904/stat : 9904 (java) S 9843 9846 5667 0 -1 1077944384 61118 13107 0 0 64 9 5 3 20 0 15 0 78504727 11113168896 1236176 33554432000 4194304 4196468 140736323816496 140353072986736 140353613695618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9905] ppid=9843 vsize=10852704 memory=4944704 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9905/stat : 9905 (java) S 9843 9846 5667 0 -1 1077944384 42 13107 0 0 0 0 5 3 20 0 15 0 78504728 11113168896 1236176 33554432000 4194304 4196468 140736323816496 140353071932768 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9906] ppid=9843 vsize=10852704 memory=4944704 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9906/stat : 9906 (java) S 9843 9846 5667 0 -1 1077944384 2 13107 0 0 0 0 5 3 20 0 15 0 78504728 11113168896 1236176 33554432000 4194304 4196468 140736323816496 140352484796032 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9907] ppid=9843 vsize=10852704 memory=4100 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9907/stat : 9907 (java) S 9843 9846 5667 0 -1 1077944384 3 13107 0 0 0 0 5 3 20 0 15 0 78504731 11113168896 1236176 33554432000 4194304 4196468 140736323816496 140352177396304 140353613703067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9908] ppid=9843 vsize=10852704 memory=4834364 CPUtime=18.53 cores=0,2,4,6
/proc/9846/task/9908/stat : 9908 (java) S 9843 9846 5667 0 -1 1077944384 57440 13107 0 0 1836 9 5 3 20 0 15 0 78504731 11113168896 1236176 33554432000 4194304 4196468 140736323816496 140353038375024 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9909] ppid=9843 vsize=10852704 memory=4944704 CPUtime=17.98 cores=0,2,4,6
/proc/9846/task/9909/stat : 9909 (java) S 9843 9846 5667 0 -1 1077944384 59472 13107 0 0 1780 10 5 3 20 0 15 0 78504731 11113168896 1236176 33554432000 4194304 4196468 140736323816496 140353037322224 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9910] ppid=9843 vsize=10852704 memory=4944704 CPUtime=5.12 cores=0,2,4,6
/proc/9846/task/9910/stat : 9910 (java) S 9843 9846 5667 0 -1 1077944384 56268 13107 0 0 493 11 5 3 20 0 15 0 78504731 11113168896 1236176 33554432000 4194304 4196468 140736323816496 140353036269936 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9911] ppid=9843 vsize=10852704 memory=4944704 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9911/stat : 9911 (java) S 9843 9846 5667 0 -1 1077944384 3 13107 0 0 0 0 5 3 20 0 15 0 78504731 11113168896 1236176 33554432000 4194304 4196468 140736323816496 140352143837664 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9912] ppid=9843 vsize=10852704 memory=4944704 CPUtime=1.46 cores=0,2,4,6
/proc/9846/task/9912/stat : 9912 (java) S 9843 9846 5667 0 -1 1077944384 1661 13107 0 0 70 68 5 3 20 0 15 0 78504731 11113168896 1236176 33554432000 4194304 4196468 140736323816496 140353035217840 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
Current children cumulated CPU time: 2427.39 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 4944704 KiB

[startup+2382.3 s]
/proc/loadavg: 1.58 1.64 2.23 3/215 10260
/proc/meminfo: memFree=18628580/32770624 swapFree=67077004/67108860
[pid=9846] ppid=9843 vsize=10852704 memory=4920596 CPUtime=2487.63 cores=0,2,4,6
/proc/9846/stat : 9846 (java) S 9843 9846 5667 0 -1 1077944320 632777 13107 0 0 248313 442 5 3 20 0 15 0 78504716 11113168896 1230149 33554432000 4194304 4196468 140736323816496 140736323799040 140353613684471 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
/proc/9846/statm: 2713176 1230149 3540 1 0 2674829 0
[pid=9846/tid=9899] ppid=9843 vsize=10852704 memory=4920596 CPUtime=2360.29 cores=0,2,4,6
/proc/9846/task/9899/stat : 9899 (java) R 9843 9846 5667 0 -1 4202560 243641 13107 0 0 235940 81 5 3 20 0 15 0 78504725 11113168896 1230149 33554432000 4194304 4196468 140736323816496 140353585518864 140353194763366 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9900] ppid=9843 vsize=10852704 memory=4944704 CPUtime=21.01 cores=0,2,4,6
/proc/9846/task/9900/stat : 9900 (java) S 9843 9846 5667 0 -1 1077944384 34304 13107 0 0 2028 65 5 3 20 0 15 0 78504726 11113168896 1230149 33554432000 4194304 4196468 140736323816496 140353617926544 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9901] ppid=9843 vsize=10852704 memory=4920596 CPUtime=20.99 cores=0,2,4,6
/proc/9846/task/9901/stat : 9901 (java) S 9843 9846 5667 0 -1 1077944384 47019 13107 0 0 2024 67 5 3 20 0 15 0 78504726 11113168896 1230149 33554432000 4194304 4196468 140736323816496 140353506199824 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9902] ppid=9843 vsize=10852704 memory=4930340 CPUtime=21.04 cores=0,2,4,6
/proc/9846/task/9902/stat : 9902 (java) S 9843 9846 5667 0 -1 1077944384 31115 13107 0 0 2026 70 5 3 20 0 15 0 78504726 11113168896 1230149 33554432000 4194304 4196468 140736323816496 140353505147536 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9903] ppid=9843 vsize=10852704 memory=4930340 CPUtime=20.98 cores=0,2,4,6
/proc/9846/task/9903/stat : 9903 (java) S 9843 9846 5667 0 -1 1077944384 38127 13107 0 0 2026 64 5 3 20 0 15 0 78504726 11113168896 1230149 33554432000 4194304 4196468 140736323816496 140353504094736 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9904] ppid=9843 vsize=10852704 memory=4920596 CPUtime=0.82 cores=0,2,4,6
/proc/9846/task/9904/stat : 9904 (java) S 9843 9846 5667 0 -1 1077944384 61446 13107 0 0 65 9 5 3 20 0 15 0 78504727 11113168896 1230149 33554432000 4194304 4196468 140736323816496 140353072986736 140353613695618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9905] ppid=9843 vsize=10852704 memory=4920596 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9905/stat : 9905 (java) S 9843 9846 5667 0 -1 1077944384 42 13107 0 0 0 0 5 3 20 0 15 0 78504728 11113168896 1230149 33554432000 4194304 4196468 140736323816496 140353071932768 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9906] ppid=9843 vsize=10852704 memory=4944192 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9906/stat : 9906 (java) S 9843 9846 5667 0 -1 1077944384 2 13107 0 0 0 0 5 3 20 0 15 0 78504728 11113168896 1230149 33554432000 4194304 4196468 140736323816496 140352484796032 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9907] ppid=9843 vsize=10852704 memory=4920596 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9907/stat : 9907 (java) S 9843 9846 5667 0 -1 1077944384 3 13107 0 0 0 0 5 3 20 0 15 0 78504731 11113168896 1230149 33554432000 4194304 4196468 140736323816496 140352177396304 140353613703067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9908] ppid=9843 vsize=10852704 memory=3032 CPUtime=18.53 cores=0,2,4,6
/proc/9846/task/9908/stat : 9908 (java) S 9843 9846 5667 0 -1 1077944384 57445 13107 0 0 1836 9 5 3 20 0 15 0 78504731 11113168896 1230149 33554432000 4194304 4196468 140736323816496 140353038375024 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9909] ppid=9843 vsize=10852704 memory=4920596 CPUtime=17.98 cores=0,2,4,6
/proc/9846/task/9909/stat : 9909 (java) S 9843 9846 5667 0 -1 1077944384 59475 13107 0 0 1780 10 5 3 20 0 15 0 78504731 11113168896 1230149 33554432000 4194304 4196468 140736323816496 140353037322224 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9910] ppid=9843 vsize=10852704 memory=20612 CPUtime=5.12 cores=0,2,4,6
/proc/9846/task/9910/stat : 9910 (java) S 9843 9846 5667 0 -1 1077944384 56276 13107 0 0 493 11 5 3 20 0 15 0 78504731 11113168896 1230149 33554432000 4194304 4196468 140736323816496 140353036269936 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9911] ppid=9843 vsize=10852704 memory=4930340 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9911/stat : 9911 (java) S 9843 9846 5667 0 -1 1077944384 3 13107 0 0 0 0 5 3 20 0 15 0 78504731 11113168896 1230149 33554432000 4194304 4196468 140736323816496 140352143837664 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9912] ppid=9843 vsize=10852704 memory=4930340 CPUtime=1.5 cores=0,2,4,6
/proc/9846/task/9912/stat : 9912 (java) S 9843 9846 5667 0 -1 1077944384 1687 13107 0 0 73 69 5 3 20 0 15 0 78504731 11113168896 1230149 33554432000 4194304 4196468 140736323816496 140353035217840 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
Current children cumulated CPU time: 2487.63 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 4920596 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2414.6 s]
/proc/loadavg: 1.47 1.61 2.20 3/215 10268
/proc/meminfo: memFree=18641808/32770624 swapFree=67077004/67108860
[pid=9846] ppid=9843 vsize=10852704 memory=4916488 CPUtime=2520.08 cores=0,2,4,6
/proc/9846/stat : 9846 (java) S 9843 9846 5667 0 -1 1077944320 641014 13107 0 0 251556 444 5 3 20 0 15 0 78504716 11113168896 1229122 33554432000 4194304 4196468 140736323816496 140736323799040 140353613684471 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
/proc/9846/statm: 2713176 1229122 3540 1 0 2674829 0
[pid=9846/tid=9899] ppid=9843 vsize=10852704 memory=824 CPUtime=2392.54 cores=0,2,4,6
/proc/9846/task/9899/stat : 9899 (java) R 9843 9846 5667 0 -1 4202560 246547 13107 0 0 239164 82 5 3 20 0 15 0 78504725 11113168896 1229122 33554432000 4194304 4196468 140736323816496 140353585519232 140353196282626 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9900] ppid=9843 vsize=10852704 memory=1796 CPUtime=21.05 cores=0,2,4,6
/proc/9846/task/9900/stat : 9900 (java) S 9843 9846 5667 0 -1 1077944384 34960 13107 0 0 2032 65 5 3 20 0 15 0 78504726 11113168896 1229122 33554432000 4194304 4196468 140736323816496 140353617926544 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9901] ppid=9843 vsize=10852704 memory=8112282956445269571 CPUtime=21.03 cores=0,2,4,6
/proc/9846/task/9901/stat : 9901 (java) S 9843 9846 5667 0 -1 1077944384 47913 13107 0 0 2028 67 5 3 20 0 15 0 78504726 11113168896 1229122 33554432000 4194304 4196468 140736323816496 140353506199824 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9902] ppid=9843 vsize=10852704 memory=1876 CPUtime=21.08 cores=0,2,4,6
/proc/9846/task/9902/stat : 9902 (java) S 9843 9846 5667 0 -1 1077944384 32043 13107 0 0 2030 70 5 3 20 0 15 0 78504726 11113168896 1229122 33554432000 4194304 4196468 140736323816496 140353505147536 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9903] ppid=9843 vsize=10852704 memory=1664 CPUtime=21.02 cores=0,2,4,6
/proc/9846/task/9903/stat : 9903 (java) S 9843 9846 5667 0 -1 1077944384 40611 13107 0 0 2030 64 5 3 20 0 15 0 78504726 11113168896 1229122 33554432000 4194304 4196468 140736323816496 140353504094736 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9904] ppid=9843 vsize=10852704 memory=1828 CPUtime=0.82 cores=0,2,4,6
/proc/9846/task/9904/stat : 9904 (java) S 9843 9846 5667 0 -1 1077944384 61778 13107 0 0 65 9 5 3 20 0 15 0 78504727 11113168896 1229122 33554432000 4194304 4196468 140736323816496 140353072986736 140353613695618 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9905] ppid=9843 vsize=10852704 memory=800 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9905/stat : 9905 (java) S 9843 9846 5667 0 -1 1077944384 42 13107 0 0 0 0 5 3 20 0 15 0 78504728 11113168896 1229122 33554432000 4194304 4196468 140736323816496 140353071932768 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9906] ppid=9843 vsize=10852704 memory=5204 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9906/stat : 9906 (java) S 9843 9846 5667 0 -1 1077944384 2 13107 0 0 0 0 5 3 20 0 15 0 78504728 11113168896 1229122 33554432000 4194304 4196468 140736323816496 140352484796032 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9907] ppid=9843 vsize=10852704 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9907/stat : 9907 (java) S 9843 9846 5667 0 -1 1077944384 3 13107 0 0 0 0 5 3 20 0 15 0 78504731 11113168896 1229122 33554432000 4194304 4196468 140736323816496 140352177396304 140353613703067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9908] ppid=9843 vsize=10852704 memory=4100 CPUtime=18.53 cores=0,2,4,6
/proc/9846/task/9908/stat : 9908 (java) S 9843 9846 5667 0 -1 1077944384 57449 13107 0 0 1836 9 5 3 20 0 15 0 78504731 11113168896 1229122 33554432000 4194304 4196468 140736323816496 140353038375024 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9909] ppid=9843 vsize=10852704 memory=1398720917958146503 CPUtime=17.98 cores=0,2,4,6
/proc/9846/task/9909/stat : 9909 (java) S 9843 9846 5667 0 -1 1077944384 59479 13107 0 0 1780 10 5 3 20 0 15 0 78504731 11113168896 1229122 33554432000 4194304 4196468 140736323816496 140353037322224 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9910] ppid=9843 vsize=10852704 memory=4126316290023845779 CPUtime=5.12 cores=0,2,4,6
/proc/9846/task/9910/stat : 9910 (java) S 9843 9846 5667 0 -1 1077944384 56284 13107 0 0 493 11 5 3 20 0 15 0 78504731 11113168896 1229122 33554432000 4194304 4196468 140736323816496 140353036269936 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9911] ppid=9843 vsize=10852704 memory=800 CPUtime=0.08 cores=0,2,4,6
/proc/9846/task/9911/stat : 9911 (java) S 9843 9846 5667 0 -1 1077944384 3 13107 0 0 0 0 5 3 20 0 15 0 78504731 11113168896 1229122 33554432000 4194304 4196468 140736323816496 140352143837664 140353613694677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
[pid=9846/tid=9912] ppid=9843 vsize=10852704 memory=5204 CPUtime=1.52 cores=0,2,4,6
/proc/9846/task/9912/stat : 9912 (java) S 9843 9846 5667 0 -1 1077944384 1708 13107 0 0 74 70 5 3 20 0 15 0 78504731 11113168896 1229122 33554432000 4194304 4196468 140736323816496 140353035217840 140353613695618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140736323819691 140736323822940 140736323822940 140736323825615 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 4916488 KiB

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

[startup+2414.65 s]
# the end of solver process 9846 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.64 s, system=4.51014 s

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

Child status: 143
Real time (s): 2414.65
CPU time (s): 2520.15
CPU user time (s): 2515.64
CPU system time (s): 4.51014
CPU usage (%): 104.369
Max. virtual memory (cumulated for all children) (KiB): 10852704
Max. memory (cumulated for all children) (KiB): 4944708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.64
system time used= 4.51014
maximum resident set size= 4944708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 658389
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 75922
involuntary context switches= 4079


# summary of solver processes directly reported to runsolver:
#   pid: 9846
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2515.64
#   total CPU system time (s): 4.51014

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4387 second user time and 21.6431 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-26 14:50:15
IDJOB=4296047
IDBENCH=141644
IDSOLVER=2751
FILE ID=node102/4296047-1532609415
RUNJOBID= node102-1532594593-7268
PBS_JOBID= 21021970
Free space on /tmp= 52720 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m2-4-0_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-4296047-1532609415/watcher-4296047-1532609415 -o /tmp/evaluation-result-4296047-1532609415/solver-4296047-1532609415 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532594593-7268 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1983119158 -superng HOME/instance-4296047-1532609415.xml

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

MD5SUM BENCH= 04f92f5fbe642378aecc464c78b62b37
RANDOM SEED=1983119158

node102.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.51
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.51
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.51
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.51
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:        21700668 kB
MemAvailable:   29449740 kB
Buffers:          191884 kB
Cached:          7793412 kB
SwapCached:         5296 kB
Active:          3865292 kB
Inactive:        6661372 kB
Active(anon):    2512740 kB
Inactive(anon):    53648 kB
Active(file):    1352552 kB
Inactive(file):  6607724 kB
Unevictable:        6616 kB
Mlocked:            6616 kB
SwapTotal:      67108860 kB
SwapFree:       67077000 kB
Dirty:             28248 kB
Writeback:             0 kB
AnonPages:       2548744 kB
Mapped:            47044 kB
Shmem:             21932 kB
Slab:             237224 kB
SReclaimable:     209260 kB
SUnreclaim:        27964 kB
KernelStack:        3808 kB
PageTables:        10232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3850948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2338816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52692 MiB
End job on node102 at 2018-07-26 15:30:30