Trace number 4259449

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.4? (TO) 253.285 231.006

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t08-9.xml
MD5SUM4c656a32ec3c33e829e63e71b466a9e3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark476
Best CPU time to get the best result obtained on this benchmark12.8968
Satisfiable
(Un)Satisfiability was proved
Number of variables7018
Number of constraints650
Number of domains11
Minimum domain size2
Maximum domain size212
Distribution of domain sizes[{"size":2,"count":638},{"size":22,"count":638},{"size":41,"count":638},{"size":43,"count":638},{"size":46,"count":638},{"size":62,"count":638},{"size":114,"count":638},{"size":137,"count":638},{"size":155,"count":638},{"size":178,"count":638},{"size":212,"count":638}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":7018}]
Minimum constraint arity11
Maximum constraint arity6380
Distribution of constraint arities[{"arity":11,"count":638},{"arity":638,"count":11},{"arity":6380,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":648}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

3.33/2.03	c Concrete v3.4 running
253.03/230.98	java.util.concurrent.TimeoutException
253.03/230.98		at concrete.MAC.mac(MAC.scala:74)
253.03/230.98		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
253.03/230.98		at scala.util.Try$.apply(Try.scala:209)
253.03/230.98		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
253.03/230.98		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
253.03/230.98		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
253.03/230.98		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
253.03/230.98		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
253.03/230.98		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
253.03/230.98		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
253.03/230.98		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
253.03/230.98		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
253.03/230.98		at concrete.MAC.oneRun(MAC.scala:146)
253.03/230.98		at concrete.MAC.nextSolution(MAC.scala:166)
253.03/230.98		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
253.03/230.98		at concrete.ProblemState.map(ProblemState.scala:203)
253.03/230.98		at concrete.ProblemState.map(ProblemState.scala:188)
253.03/230.98		at concrete.MAC.nextSolution(MAC.scala:195)
253.03/230.98		at concrete.Solver.hasNext(Solver.scala:202)
253.03/230.98		at scala.collection.Iterator.toStream(Iterator.scala:1403)
253.03/230.98		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
253.03/230.98		at concrete.Solver.toStream(Solver.scala:73)
253.03/230.98		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
253.03/230.98		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
253.03/230.98		at concrete.Solver.toIterable(Solver.scala:73)
253.03/230.98		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
253.03/230.98		at scala.util.Success.$anonfun$map$1(Try.scala:251)
253.03/230.98		at scala.util.Success.map(Try.scala:209)
253.03/230.98		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
253.03/230.98		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
253.03/230.98		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
253.03/230.98		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
253.03/230.98		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
253.03/230.98		at scala.Function0.apply$mcV$sp(Function0.scala:34)
253.03/230.98		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
253.03/230.98		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
253.03/230.98		at scala.App.$anonfun$main$1$adapted(App.scala:76)
253.03/230.98		at scala.collection.immutable.List.foreach(List.scala:389)
253.03/230.98		at scala.App.main(App.scala:76)
253.03/230.98		at scala.App.main$(App.scala:74)
253.03/230.98		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
253.03/230.98		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
253.03/230.99	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 (13339 MiB free)
  memory of node 1: 16384 MiB (11964 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259449-1502646035/watcher-4259449-1502646035 -o /tmp/evaluation-result-4259449-1502646035/solver-4259449-1502646035 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502644582-9044 --watchdog 312 bin/concrete HOME/instance-4259449-1502646035.xml 

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

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


[startup+0.100145 s]*
/proc/loadavg: 1.64 1.88 2.00 3/206 9837
/proc/meminfo: memFree=25905128/32770624 swapFree=67108860/67108860
[pid=9783] ppid=9780 vsize=13379040 memory=15436 CPUtime=0.08 cores=0,2,4,6
/proc/9783/stat : 9783 (java) S 9780 9783 3242 0 -1 1077944320 4493 12636 0 0 1 0 4 3 20 0 6 0 97684419 13700136960 3859 33554432000 4194304 4196468 140734736329136 140734736311680 139715726098167 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
/proc/9783/statm: 3344760 3859 1953 1 0 3333198 0
[pid=9783/tid=9833] ppid=9780 vsize=13380068 memory=-8817613508242096065 CPUtime=0.08 cores=0,2,4,6
/proc/9783/task/9833/stat : 9833 (java) S 9780 9783 3242 0 -1 1077944384 2369 12636 0 0 1 0 4 3 20 0 7 0 97684428 13701189632 3925 33554432000 4194304 4196468 140734736329136 139715730340624 139715726108373 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9834] ppid=9780 vsize=13445604 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9834/stat : 9834 (java) S 9780 9783 3242 0 -1 1077944384 2 12636 0 0 0 0 4 3 20 0 7 0 97684429 13768298496 3925 33554432000 4194304 4196468 140734736329136 139715321981200 139715726108373 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9835] ppid=9780 vsize=13445604 memory=139758396724864 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9835/stat : 9835 (java) S 9780 9783 3242 0 -1 1077944384 1 12636 0 0 0 0 4 3 20 0 7 0 97684429 13768298496 3925 33554432000 4194304 4196468 140734736329136 139715320928656 139715726108373 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9836] ppid=9780 vsize=13445604 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9836/stat : 9836 (java) S 9780 9783 3242 0 -1 1077944384 2 12636 0 0 0 0 4 3 20 0 7 0 97684429 13768298496 3925 33554432000 4194304 4196468 140734736329136 139715319876112 139715726108373 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9837] ppid=9780 vsize=13445604 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9837/stat : 9837 (java) S 9780 9783 3242 0 -1 1077944384 2 12636 0 0 0 0 4 3 20 0 7 0 97684429 13768298496 3925 33554432000 4194304 4196468 140734736329136 139715318823568 139715726108373 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9838] ppid=9780 vsize=13445604 memory=139758396724864 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9838/stat : 9838 (java) S 9780 9783 3242 0 -1 1077944384 2 12636 0 0 0 0 4 3 20 0 7 0 97684430 13768298496 3925 33554432000 4194304 4196468 140734736329136 139714839796208 139715726109314 0 0 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13379040 KiB
Current children cumulated memory: 15436 KiB

[startup+0.209824 s]*
/proc/loadavg: 1.64 1.88 2.00 3/215 9846
/proc/meminfo: memFree=25887204/32770624 swapFree=67108860/67108860
[pid=9783] ppid=9780 vsize=13978600 memory=38420 CPUtime=0.26 cores=0,2,4,6
/proc/9783/stat : 9783 (java) S 9780 9783 3242 0 -1 1077944320 8517 12636 0 0 17 2 4 3 20 0 15 0 97684419 14314086400 9605 33554432000 4194304 4196468 140734736329136 140734736311680 139715726098167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
/proc/9783/statm: 3494650 9605 2965 1 0 3482967 0
[pid=9783/tid=9833] ppid=9780 vsize=13978600 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/9783/task/9833/stat : 9833 (java) R 9780 9783 3242 0 -1 4202560 5021 12636 0 0 10 1 4 3 20 0 15 0 97684428 14314086400 9605 33554432000 4194304 4196468 140734736329136 139715730273552 139715707661696 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9834] ppid=9780 vsize=13978600 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9834/stat : 9834 (java) S 9780 9783 3242 0 -1 1077944384 2 12636 0 0 0 0 4 3 20 0 15 0 97684429 14314086400 9605 33554432000 4194304 4196468 140734736329136 139715321981200 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9835] ppid=9780 vsize=13978600 memory=139758396734324 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9835/stat : 9835 (java) S 9780 9783 3242 0 -1 1077944384 1 12636 0 0 0 0 4 3 20 0 15 0 97684429 14314086400 9605 33554432000 4194304 4196468 140734736329136 139715320928656 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9836] ppid=9780 vsize=13978600 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9836/stat : 9836 (java) S 9780 9783 3242 0 -1 1077944384 2 12636 0 0 0 0 4 3 20 0 15 0 97684429 14314086400 9605 33554432000 4194304 4196468 140734736329136 139715319876112 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9837] ppid=9780 vsize=13978600 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9837/stat : 9837 (java) S 9780 9783 3242 0 -1 1077944384 2 12636 0 0 0 0 4 3 20 0 15 0 97684429 14314086400 9605 33554432000 4194304 4196468 140734736329136 139715318823568 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9838] ppid=9780 vsize=13978600 memory=139758396724864 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9838/stat : 9838 (java) S 9780 9783 3242 0 -1 1077944384 2 12636 0 0 0 0 4 3 20 0 15 0 97684430 14314086400 9605 33554432000 4194304 4196468 140734736329136 139714839796208 139715726109314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9839] ppid=9780 vsize=13978600 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9839/stat : 9839 (java) S 9780 9783 3242 0 -1 1077944384 33 12636 0 0 0 0 4 3 20 0 15 0 97684431 14314086400 9605 33554432000 4194304 4196468 140734736329136 139714838742432 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9840] ppid=9780 vsize=13978600 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9840/stat : 9840 (java) S 9780 9783 3242 0 -1 1077944384 21 12636 0 0 0 0 4 3 20 0 15 0 97684431 14314086400 9605 33554432000 4194304 4196468 140734736329136 139714837689840 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9841] ppid=9780 vsize=13978600 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9841/stat : 9841 (java) S 9780 9783 3242 0 -1 1077944384 3 12636 0 0 0 0 4 3 20 0 15 0 97684434 14314086400 9605 33554432000 4194304 4196468 140734736329136 139714836638416 139715726116763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9842] ppid=9780 vsize=13978600 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9783/task/9842/stat : 9842 (java) S 9780 9783 3242 0 -1 1077944384 589 12636 0 0 1 0 4 3 20 0 15 0 97684434 14314086400 9605 33554432000 4194304 4196468 140734736329136 139714835585008 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9843] ppid=9780 vsize=13978600 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9843/stat : 9843 (java) S 9780 9783 3242 0 -1 1077944384 205 12636 0 0 0 0 4 3 20 0 15 0 97684434 14314086400 9605 33554432000 4194304 4196468 140734736329136 139714834532464 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9844] ppid=9780 vsize=13978600 memory=139758396724864 CPUtime=0.1 cores=0,2,4,6
/proc/9783/task/9844/stat : 9844 (java) S 9780 9783 3242 0 -1 1077944384 483 12636 0 0 3 0 4 3 20 0 15 0 97684434 14314086400 9605 33554432000 4194304 4196468 140734736329136 139714833479920 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9845] ppid=9780 vsize=13978600 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9845/stat : 9845 (java) S 9780 9783 3242 0 -1 1077944384 3 12636 0 0 0 0 4 3 20 0 15 0 97684434 14314086400 9605 33554432000 4194304 4196468 140734736329136 139714832427616 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9846] ppid=9780 vsize=13978600 memory=139758396724864 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9846/stat : 9846 (java) S 9780 9783 3242 0 -1 1077944384 1 12636 0 0 0 0 4 3 20 0 15 0 97684434 14314086400 9605 33554432000 4194304 4196468 140734736329136 139714831375152 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13978600 KiB
Current children cumulated memory: 38420 KiB

[startup+0.31023 s]*
/proc/loadavg: 1.64 1.88 2.00 3/215 9846
/proc/meminfo: memFree=25875444/32770624 swapFree=67108860/67108860
[pid=9783] ppid=9780 vsize=13979028 memory=48556 CPUtime=0.37 cores=0,2,4,6
/proc/9783/stat : 9783 (java) S 9780 9783 3242 0 -1 1077944320 10768 12636 0 0 28 2 4 3 20 0 15 0 97684419 14314524672 12139 33554432000 4194304 4196468 140734736329136 140734736311680 139715726098167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
/proc/9783/statm: 3494757 12139 3079 1 0 3482967 0
[pid=9783/tid=9833] ppid=9780 vsize=13979028 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/9783/task/9833/stat : 9833 (java) R 9780 9783 3242 0 -1 4202560 7262 12636 0 0 20 2 4 3 20 0 15 0 97684428 14314524672 12139 33554432000 4194304 4196468 140734736329136 139715730319776 139715711263753 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9834] ppid=9780 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9834/stat : 9834 (java) S 9780 9783 3242 0 -1 1077944384 2 12636 0 0 0 0 4 3 20 0 15 0 97684429 14314524672 12139 33554432000 4194304 4196468 140734736329136 139715321981200 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9835] ppid=9780 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9835/stat : 9835 (java) S 9780 9783 3242 0 -1 1077944384 1 12636 0 0 0 0 4 3 20 0 15 0 97684429 14314524672 12139 33554432000 4194304 4196468 140734736329136 139715320928656 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9836] ppid=9780 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9836/stat : 9836 (java) S 9780 9783 3242 0 -1 1077944384 2 12636 0 0 0 0 4 3 20 0 15 0 97684429 14314524672 12139 33554432000 4194304 4196468 140734736329136 139715319876112 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9837] ppid=9780 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9837/stat : 9837 (java) S 9780 9783 3242 0 -1 1077944384 2 12636 0 0 0 0 4 3 20 0 15 0 97684429 14314524672 12139 33554432000 4194304 4196468 140734736329136 139715318823568 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9838] ppid=9780 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9838/stat : 9838 (java) S 9780 9783 3242 0 -1 1077944384 2 12636 0 0 0 0 4 3 20 0 15 0 97684430 14314524672 12139 33554432000 4194304 4196468 140734736329136 139714839796208 139715726109314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9839] ppid=9780 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9839/stat : 9839 (java) S 9780 9783 3242 0 -1 1077944384 33 12636 0 0 0 0 4 3 20 0 15 0 97684431 14314524672 12139 33554432000 4194304 4196468 140734736329136 139714838742432 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9840] ppid=9780 vsize=13979028 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9840/stat : 9840 (java) S 9780 9783 3242 0 -1 1077944384 21 12636 0 0 0 0 4 3 20 0 15 0 97684431 14314524672 12139 33554432000 4194304 4196468 140734736329136 139714837689840 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9841] ppid=9780 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9841/stat : 9841 (java) S 9780 9783 3242 0 -1 1077944384 3 12636 0 0 0 0 4 3 20 0 15 0 97684434 14314524672 12139 33554432000 4194304 4196468 140734736329136 139714836638416 139715726116763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9842] ppid=9780 vsize=13979028 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9783/task/9842/stat : 9842 (java) S 9780 9783 3242 0 -1 1077944384 590 12636 0 0 2 0 4 3 20 0 15 0 97684434 14314524672 12139 33554432000 4194304 4196468 140734736329136 139714835585008 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9843] ppid=9780 vsize=13979028 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9843/stat : 9843 (java) S 9780 9783 3242 0 -1 1077944384 208 12636 0 0 0 0 4 3 20 0 15 0 97684434 14314524672 12139 33554432000 4194304 4196468 140734736329136 139714834532464 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9844] ppid=9780 vsize=13979028 memory=139758396724864 CPUtime=0.12 cores=0,2,4,6
/proc/9783/task/9844/stat : 9844 (java) S 9780 9783 3242 0 -1 1077944384 489 12636 0 0 5 0 4 3 20 0 15 0 97684434 14314524672 12139 33554432000 4194304 4196468 140734736329136 139714833479920 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9845] ppid=9780 vsize=13979028 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9845/stat : 9845 (java) S 9780 9783 3242 0 -1 1077944384 3 12636 0 0 0 0 4 3 20 0 15 0 97684434 14314524672 12139 33554432000 4194304 4196468 140734736329136 139714832427616 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9846] ppid=9780 vsize=13979028 memory=139758396724864 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9846/stat : 9846 (java) S 9780 9783 3242 0 -1 1077944384 1 12636 0 0 0 0 4 3 20 0 15 0 97684434 14314524672 12139 33554432000 4194304 4196468 140734736329136 139714831375152 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 13979028 KiB
Current children cumulated memory: 48556 KiB

[startup+0.701269 s]
/proc/loadavg: 1.64 1.88 2.00 3/215 9846
/proc/meminfo: memFree=25866884/32770624 swapFree=67108860/67108860
[pid=9783] ppid=9780 vsize=13979176 memory=80836 CPUtime=0.97 cores=0,2,4,6
/proc/9783/stat : 9783 (java) S 9780 9783 3242 0 -1 1077944320 16925 12636 0 0 86 4 4 3 20 0 15 0 97684419 14314676224 20209 33554432000 4194304 4196468 140734736329136 140734736311680 139715726098167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
/proc/9783/statm: 3494794 20209 3260 1 0 3482967 0
[pid=9783/tid=9833] ppid=9780 vsize=13979176 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/9783/task/9833/stat : 9833 (java) R 9780 9783 3242 0 -1 4202560 12671 12636 0 0 56 3 4 3 20 0 15 0 97684428 14314676224 20209 33554432000 4194304 4196468 140734736329136 139715730326112 139715710178654 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9834] ppid=9780 vsize=13979176 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9834/stat : 9834 (java) S 9780 9783 3242 0 -1 1077944384 2 12636 0 0 0 0 4 3 20 0 15 0 97684429 14314676224 20209 33554432000 4194304 4196468 140734736329136 139715321981200 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9835] ppid=9780 vsize=13979176 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9835/stat : 9835 (java) S 9780 9783 3242 0 -1 1077944384 1 12636 0 0 0 0 4 3 20 0 15 0 97684429 14314676224 20209 33554432000 4194304 4196468 140734736329136 139715320928656 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9836] ppid=9780 vsize=13979176 memory=139758235959920 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9836/stat : 9836 (java) S 9780 9783 3242 0 -1 1077944384 2 12636 0 0 0 0 4 3 20 0 15 0 97684429 14314676224 20209 33554432000 4194304 4196468 140734736329136 139715319876112 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9837] ppid=9780 vsize=13979176 memory=139762530779748 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9837/stat : 9837 (java) S 9780 9783 3242 0 -1 1077944384 2 12636 0 0 0 0 4 3 20 0 15 0 97684429 14314676224 20209 33554432000 4194304 4196468 140734736329136 139715318823568 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9838] ppid=9780 vsize=13979176 memory=1196 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9838/stat : 9838 (java) S 9780 9783 3242 0 -1 1077944384 5 12636 0 0 0 0 4 3 20 0 15 0 97684430 14314676224 20209 33554432000 4194304 4196468 140734736329136 139714839796208 139715726109314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9839] ppid=9780 vsize=13979176 memory=7014751519583131217 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9839/stat : 9839 (java) S 9780 9783 3242 0 -1 1077944384 33 12636 0 0 0 0 4 3 20 0 15 0 97684431 14314676224 20209 33554432000 4194304 4196468 140734736329136 139714838742432 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9840] ppid=9780 vsize=13979176 memory=18476 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9840/stat : 9840 (java) S 9780 9783 3242 0 -1 1077944384 21 12636 0 0 0 0 4 3 20 0 15 0 97684431 14314676224 20209 33554432000 4194304 4196468 140734736329136 139714837689840 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9841] ppid=9780 vsize=13979176 memory=16920 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9841/stat : 9841 (java) S 9780 9783 3242 0 -1 1077944384 3 12636 0 0 0 0 4 3 20 0 15 0 97684434 14314676224 20209 33554432000 4194304 4196468 140734736329136 139714836638416 139715726116763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9842] ppid=9780 vsize=13979176 memory=4048 CPUtime=0.16 cores=0,2,4,6
/proc/9783/task/9842/stat : 9842 (java) S 9780 9783 3242 0 -1 1077944384 1054 12636 0 0 9 0 4 3 20 0 15 0 97684434 14314676224 20209 33554432000 4194304 4196468 140734736329136 139714835585008 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9843] ppid=9780 vsize=13979176 memory=1792 CPUtime=0.13 cores=0,2,4,6
/proc/9783/task/9843/stat : 9843 (java) S 9780 9783 3242 0 -1 1077944384 450 12636 0 0 6 0 4 3 20 0 15 0 97684434 14314676224 20209 33554432000 4194304 4196468 140734736329136 139714834532464 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9844] ppid=9780 vsize=13979176 memory=648 CPUtime=0.2 cores=0,2,4,6
/proc/9783/task/9844/stat : 9844 (java) S 9780 9783 3242 0 -1 1077944384 531 12636 0 0 13 0 4 3 20 0 15 0 97684434 14314676224 20209 33554432000 4194304 4196468 140734736329136 139714833479920 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9845] ppid=9780 vsize=13979176 memory=1240 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9845/stat : 9845 (java) S 9780 9783 3242 0 -1 1077944384 3 12636 0 0 0 0 4 3 20 0 15 0 97684434 14314676224 20209 33554432000 4194304 4196468 140734736329136 139714832427616 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9846] ppid=9780 vsize=13979176 memory=960 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9846/stat : 9846 (java) S 9780 9783 3242 0 -1 1077944384 1 12636 0 0 0 0 4 3 20 0 15 0 97684434 14314676224 20209 33554432000 4194304 4196468 140734736329136 139714831375152 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 13979176 KiB
Current children cumulated memory: 80836 KiB

[startup+1.5029 s]
/proc/loadavg: 1.64 1.88 2.00 3/215 9846
/proc/meminfo: memFree=25812504/32770624 swapFree=67108860/67108860
[pid=9783] ppid=9780 vsize=13991700 memory=172552 CPUtime=2.2 cores=0,2,4,6
/proc/9783/stat : 9783 (java) S 9780 9783 3242 0 -1 1077944320 26907 12636 0 0 204 9 4 3 20 0 15 0 97684419 14327500800 43138 33554432000 4194304 4196468 140734736329136 140734736311680 139715726098167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
/proc/9783/statm: 3497925 43138 3405 1 0 3486039 0
[pid=9783/tid=9833] ppid=9780 vsize=13991700 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/9783/task/9833/stat : 9833 (java) R 9780 9783 3242 0 -1 4202560 19509 12636 0 0 131 5 4 3 20 0 15 0 97684428 14327500800 43138 33554432000 4194304 4196468 140734736329136 139715730332720 139715718335294 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9834] ppid=9780 vsize=13991700 memory=279516471968192 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9834/stat : 9834 (java) S 9780 9783 3242 0 -1 1077944384 49 12636 0 0 0 0 4 3 20 0 15 0 97684429 14327500800 43138 33554432000 4194304 4196468 140734736329136 139715321981200 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9835] ppid=9780 vsize=13991700 memory=279516471977504 CPUtime=0.08 cores=0,2,4,6
/proc/9783/task/9835/stat : 9835 (java) S 9780 9783 3242 0 -1 1077944384 30 12636 0 0 1 0 4 3 20 0 15 0 97684429 14327500800 43138 33554432000 4194304 4196468 140734736329136 139715320928656 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9836] ppid=9780 vsize=13991700 memory=139758235994608 CPUtime=0.08 cores=0,2,4,6
/proc/9783/task/9836/stat : 9836 (java) S 9780 9783 3242 0 -1 1077944384 47 12636 0 0 1 0 4 3 20 0 15 0 97684429 14327500800 43138 33554432000 4194304 4196468 140734736329136 139715319876112 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9837] ppid=9780 vsize=13991700 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9837/stat : 9837 (java) S 9780 9783 3242 0 -1 1077944384 218 12636 0 0 0 0 4 3 20 0 15 0 97684429 14327500800 43138 33554432000 4194304 4196468 140734736329136 139715318823568 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9838] ppid=9780 vsize=13991700 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9783/task/9838/stat : 9838 (java) S 9780 9783 3242 0 -1 1077944384 1541 12636 0 0 1 0 4 3 20 0 15 0 97684430 14327500800 43138 33554432000 4194304 4196468 140734736329136 139714839796208 139715726109314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9839] ppid=9780 vsize=13991700 memory=13331578489482 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9839/stat : 9839 (java) S 9780 9783 3242 0 -1 1077944384 54 12636 0 0 0 0 4 3 20 0 15 0 97684431 14327500800 43138 33554432000 4194304 4196468 140734736329136 139714838742496 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9840] ppid=9780 vsize=13991700 memory=-7097495484385563872 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9840/stat : 9840 (java) S 9780 9783 3242 0 -1 1077944384 44 12636 0 0 0 0 4 3 20 0 15 0 97684431 14327500800 43138 33554432000 4194304 4196468 140734736329136 139714837689856 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9841] ppid=9780 vsize=13991700 memory=7372508517169391212 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9841/stat : 9841 (java) S 9780 9783 3242 0 -1 1077944384 3 12636 0 0 0 0 4 3 20 0 15 0 97684434 14327500800 43138 33554432000 4194304 4196468 140734736329136 139714836638416 139715726116763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9842] ppid=9780 vsize=13991700 memory=7380386384905725292 CPUtime=0.24 cores=0,2,4,6
/proc/9783/task/9842/stat : 9842 (java) S 9780 9783 3242 0 -1 1077944384 1280 12636 0 0 17 0 4 3 20 0 15 0 97684434 14327500800 43138 33554432000 4194304 4196468 140734736329136 139714835585008 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9843] ppid=9780 vsize=13991700 memory=5937823920922126439 CPUtime=0.23 cores=0,2,4,6
/proc/9783/task/9843/stat : 9843 (java) S 9780 9783 3242 0 -1 1077944384 672 12636 0 0 16 0 4 3 20 0 15 0 97684434 14327500800 43138 33554432000 4194304 4196468 140734736329136 139714834532464 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9844] ppid=9780 vsize=13991700 memory=6655300316396806240 CPUtime=0.39 cores=0,2,4,6
/proc/9783/task/9844/stat : 9844 (java) S 9780 9783 3242 0 -1 1077944384 1305 12636 0 0 32 0 4 3 20 0 15 0 97684434 14327500800 43138 33554432000 4194304 4196468 140734736329136 139714833479920 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9845] ppid=9780 vsize=13991700 memory=7449886648024196967 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9845/stat : 9845 (java) S 9780 9783 3242 0 -1 1077944384 3 12636 0 0 0 0 4 3 20 0 15 0 97684434 14327500800 43138 33554432000 4194304 4196468 140734736329136 139714832427616 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9846] ppid=9780 vsize=13991700 memory=5863803711580628066 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9846/stat : 9846 (java) S 9780 9783 3242 0 -1 1077944384 3 12636 0 0 0 0 4 3 20 0 15 0 97684434 14327500800 43138 33554432000 4194304 4196468 140734736329136 139714831375152 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0

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

/proc/9783/task/9833/stat : 9833 (java) R 9780 9783 3242 0 -1 4202560 44518 12636 0 0 22055 27 4 3 20 0 15 0 97684428 14344470528 309756 33554432000 4194304 4196468 140734736329136 139715730332416 139715364997106 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9834] ppid=9780 vsize=14008272 memory=4144 CPUtime=0.81 cores=0,2,4,6
/proc/9783/task/9834/stat : 9834 (java) S 9780 9783 3242 0 -1 1077944384 3825 12636 0 0 65 9 4 3 20 0 15 0 97684429 14344470528 309756 33554432000 4194304 4196468 140734736329136 139715321981200 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9835] ppid=9780 vsize=14008272 memory=1251704 CPUtime=0.79 cores=0,2,4,6
/proc/9783/task/9835/stat : 9835 (java) S 9780 9783 3242 0 -1 1077944384 2126 12636 0 0 63 9 4 3 20 0 15 0 97684429 14344470528 309756 33554432000 4194304 4196468 140734736329136 139715320928656 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9836] ppid=9780 vsize=14008272 memory=1242104 CPUtime=0.79 cores=0,2,4,6
/proc/9783/task/9836/stat : 9836 (java) S 9780 9783 3242 0 -1 1077944384 2638 12636 0 0 65 7 4 3 20 0 15 0 97684429 14344470528 309756 33554432000 4194304 4196468 140734736329136 139715319876112 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9837] ppid=9780 vsize=14008272 memory=1239536 CPUtime=0.79 cores=0,2,4,6
/proc/9783/task/9837/stat : 9837 (java) S 9780 9783 3242 0 -1 1077944384 3114 12636 0 0 62 10 4 3 20 0 15 0 97684429 14344470528 309756 33554432000 4194304 4196468 140734736329136 139715318823568 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9838] ppid=9780 vsize=14008272 memory=1241076 CPUtime=0.48 cores=0,2,4,6
/proc/9783/task/9838/stat : 9838 (java) S 9780 9783 3242 0 -1 1077944384 4757 12636 0 0 37 4 4 3 20 0 15 0 97684430 14344470528 309756 33554432000 4194304 4196468 140734736329136 139714839796208 139715726109314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9839] ppid=9780 vsize=14008272 memory=1241076 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9839/stat : 9839 (java) S 9780 9783 3242 0 -1 1077944384 57 12636 0 0 0 0 4 3 20 0 15 0 97684431 14344470528 309756 33554432000 4194304 4196468 140734736329136 139714838742496 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9840] ppid=9780 vsize=14008272 memory=1290144 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9840/stat : 9840 (java) S 9780 9783 3242 0 -1 1077944384 48 12636 0 0 0 0 4 3 20 0 15 0 97684431 14344470528 309756 33554432000 4194304 4196468 140734736329136 139714837689856 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9841] ppid=9780 vsize=14008272 memory=1290144 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9841/stat : 9841 (java) S 9780 9783 3242 0 -1 1077944384 3 12636 0 0 0 0 4 3 20 0 15 0 97684434 14344470528 309756 33554432000 4194304 4196468 140734736329136 139714836638416 139715726116763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9842] ppid=9780 vsize=14008272 memory=2909308 CPUtime=8.37 cores=0,2,4,6
/proc/9783/task/9842/stat : 9842 (java) S 9780 9783 3242 0 -1 1077944384 19611 12636 0 0 826 4 4 3 20 0 15 0 97684434 14344470528 309756 33554432000 4194304 4196468 140734736329136 139714835585008 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9843] ppid=9780 vsize=14008272 memory=1239024 CPUtime=7.89 cores=0,2,4,6
/proc/9783/task/9843/stat : 9843 (java) S 9780 9783 3242 0 -1 1077944384 18695 12636 0 0 778 4 4 3 20 0 15 0 97684434 14344470528 309756 33554432000 4194304 4196468 140734736329136 139714834532464 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9844] ppid=9780 vsize=14008272 memory=1243640 CPUtime=3.19 cores=0,2,4,6
/proc/9783/task/9844/stat : 9844 (java) S 9780 9783 3242 0 -1 1077944384 16601 12636 0 0 308 4 4 3 20 0 15 0 97684434 14344470528 309756 33554432000 4194304 4196468 140734736329136 139714833479920 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9845] ppid=9780 vsize=14008272 memory=1271668 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9845/stat : 9845 (java) S 9780 9783 3242 0 -1 1077944384 3 12636 0 0 0 0 4 3 20 0 15 0 97684434 14344470528 309756 33554432000 4194304 4196468 140734736329136 139714832427616 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9846] ppid=9780 vsize=14008272 memory=1241588 CPUtime=0.17 cores=0,2,4,6
/proc/9783/task/9846/stat : 9846 (java) S 9780 9783 3242 0 -1 1077944384 1009 12636 0 0 6 4 4 3 20 0 15 0 97684434 14344470528 309756 33554432000 4194304 4196468 140734736329136 139714831375152 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
Current children cumulated CPU time: 243.66 s
Current children cumulated vsize: 14008272 KiB
Current children cumulated memory: 1239024 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+230.601 s]
/proc/loadavg: 1.56 1.81 1.95 3/215 9982
/proc/meminfo: memFree=23697424/32770624 swapFree=67108860/67108860
[pid=9783] ppid=9780 vsize=14008272 memory=1228264 CPUtime=252.06 cores=0,2,4,6
/proc/9783/stat : 9783 (java) S 9780 9783 3242 0 -1 1077944320 119533 12636 0 0 25115 84 4 3 20 0 15 0 97684419 14344470528 307066 33554432000 4194304 4196468 140734736329136 140734736311680 139715726098167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
/proc/9783/statm: 3502068 307066 3507 1 0 3489623 0
[pid=9783/tid=9833] ppid=9780 vsize=14008272 memory=2408 CPUtime=229.1 cores=0,2,4,6
/proc/9783/task/9833/stat : 9833 (java) R 9780 9783 3242 0 -1 4202560 44622 12636 0 0 22876 27 4 3 20 0 15 0 97684428 14344470528 307066 33554432000 4194304 4196468 140734736329136 139715730332320 139715364997239 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9834] ppid=9780 vsize=14008272 memory=1732 CPUtime=0.85 cores=0,2,4,6
/proc/9783/task/9834/stat : 9834 (java) S 9780 9783 3242 0 -1 1077944384 3927 12636 0 0 69 9 4 3 20 0 15 0 97684429 14344470528 307066 33554432000 4194304 4196468 140734736329136 139715321981200 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9835] ppid=9780 vsize=14008272 memory=1224 CPUtime=0.84 cores=0,2,4,6
/proc/9783/task/9835/stat : 9835 (java) S 9780 9783 3242 0 -1 1077944384 2138 12636 0 0 67 10 4 3 20 0 15 0 97684429 14344470528 307066 33554432000 4194304 4196468 140734736329136 139715320928656 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9836] ppid=9780 vsize=14008272 memory=1296 CPUtime=0.83 cores=0,2,4,6
/proc/9783/task/9836/stat : 9836 (java) S 9780 9783 3242 0 -1 1077944384 2651 12636 0 0 69 7 4 3 20 0 15 0 97684429 14344470528 307066 33554432000 4194304 4196468 140734736329136 139715319876112 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9837] ppid=9780 vsize=14008272 memory=2408 CPUtime=0.83 cores=0,2,4,6
/proc/9783/task/9837/stat : 9837 (java) S 9780 9783 3242 0 -1 1077944384 3123 12636 0 0 66 10 4 3 20 0 15 0 97684429 14344470528 307066 33554432000 4194304 4196468 140734736329136 139715318823568 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9838] ppid=9780 vsize=14008272 memory=1732 CPUtime=0.51 cores=0,2,4,6
/proc/9783/task/9838/stat : 9838 (java) S 9780 9783 3242 0 -1 1077944384 4894 12636 0 0 40 4 4 3 20 0 15 0 97684430 14344470528 307066 33554432000 4194304 4196468 140734736329136 139714839796208 139715726109314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9839] ppid=9780 vsize=14008272 memory=1224 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9839/stat : 9839 (java) S 9780 9783 3242 0 -1 1077944384 57 12636 0 0 0 0 4 3 20 0 15 0 97684431 14344470528 307066 33554432000 4194304 4196468 140734736329136 139714838742496 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9840] ppid=9780 vsize=14008272 memory=4144 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9840/stat : 9840 (java) S 9780 9783 3242 0 -1 1077944384 48 12636 0 0 0 0 4 3 20 0 15 0 97684431 14344470528 307066 33554432000 4194304 4196468 140734736329136 139714837689856 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9841] ppid=9780 vsize=14008272 memory=28576 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9841/stat : 9841 (java) S 9780 9783 3242 0 -1 1077944384 3 12636 0 0 0 0 4 3 20 0 15 0 97684434 14344470528 307066 33554432000 4194304 4196468 140734736329136 139714836638416 139715726116763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9842] ppid=9780 vsize=14008272 memory=1296 CPUtime=8.37 cores=0,2,4,6
/proc/9783/task/9842/stat : 9842 (java) S 9780 9783 3242 0 -1 1077944384 19611 12636 0 0 826 4 4 3 20 0 15 0 97684434 14344470528 307066 33554432000 4194304 4196468 140734736329136 139714835585008 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9843] ppid=9780 vsize=14008272 memory=2408 CPUtime=7.89 cores=0,2,4,6
/proc/9783/task/9843/stat : 9843 (java) S 9780 9783 3242 0 -1 1077944384 18695 12636 0 0 778 4 4 3 20 0 15 0 97684434 14344470528 307066 33554432000 4194304 4196468 140734736329136 139714834532464 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9844] ppid=9780 vsize=14008272 memory=288230574492221466 CPUtime=3.19 cores=0,2,4,6
/proc/9783/task/9844/stat : 9844 (java) S 9780 9783 3242 0 -1 1077944384 16601 12636 0 0 308 4 4 3 20 0 15 0 97684434 14344470528 307066 33554432000 4194304 4196468 140734736329136 139714833479920 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9845] ppid=9780 vsize=14008272 memory=28568 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9845/stat : 9845 (java) S 9780 9783 3242 0 -1 1077944384 3 12636 0 0 0 0 4 3 20 0 15 0 97684434 14344470528 307066 33554432000 4194304 4196468 140734736329136 139714832427616 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9846] ppid=9780 vsize=14008272 memory=1296 CPUtime=0.18 cores=0,2,4,6
/proc/9783/task/9846/stat : 9846 (java) S 9780 9783 3242 0 -1 1077944384 1011 12636 0 0 6 5 4 3 20 0 15 0 97684434 14344470528 307066 33554432000 4194304 4196468 140734736329136 139714831375152 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 14008272 KiB
Current children cumulated memory: 1228264 KiB

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

[startup+231.006 s]
# the end of solver process 9783 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=252.373 s, system=0.911414 s

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

[startup+230.807 s]
/proc/loadavg: 1.56 1.81 1.95 3/215 9982
/proc/meminfo: memFree=23697424/32770624 swapFree=67108860/67108860
[pid=9783] ppid=9780 vsize=14141400 memory=1234464 CPUtime=252.76 cores=0,2,4,6
/proc/9783/stat : 9783 (java) S 9780 9783 3242 0 -1 1077944320 132494 12636 0 0 25183 86 4 3 20 0 17 0 97684419 14480793600 308616 33554432000 4194304 4196468 140734736329136 140734736311680 139715726098167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
/proc/9783/statm: 3535350 308616 3507 1 0 3522905 0
[pid=9783/tid=9833] ppid=9780 vsize=14141400 memory=1240564 CPUtime=229.11 cores=0,2,4,6
/proc/9783/task/9833/stat : 9833 (java) S 9780 9783 3242 0 -1 1077944384 45456 12636 0 0 22877 27 4 3 20 0 17 0 97684428 14480793600 308616 33554432000 4194304 4196468 140734736329136 139715730335952 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9834] ppid=9780 vsize=14141400 memory=4144 CPUtime=1.01 cores=0,2,4,6
/proc/9783/task/9834/stat : 9834 (java) R 9780 9783 3242 0 -1 4202560 4028 12636 0 0 85 9 4 3 20 0 17 0 97684429 14480793600 308616 33554432000 4194304 4196468 140734736329136 139715321981400 139715711048772 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9835] ppid=9780 vsize=14141400 memory=8112282956445269571 CPUtime=1 cores=0,2,4,6
/proc/9783/task/9835/stat : 9835 (java) R 9780 9783 3242 0 -1 4202560 2174 12636 0 0 83 10 4 3 20 0 17 0 97684429 14480793600 308616 33554432000 4194304 4196468 140734736329136 139715320928856 139715711048772 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9836] ppid=9780 vsize=14141400 memory=4420 CPUtime=1 cores=0,2,4,6
/proc/9783/task/9836/stat : 9836 (java) R 9780 9783 3242 0 -1 4202560 2731 12636 0 0 85 8 4 3 20 0 17 0 97684429 14480793600 308616 33554432000 4194304 4196468 140734736329136 139715319876112 139715710552177 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9837] ppid=9780 vsize=14141400 memory=6628 CPUtime=0.99 cores=0,2,4,6
/proc/9783/task/9837/stat : 9837 (java) R 9780 9783 3242 0 -1 4202560 3210 12636 0 0 82 10 4 3 20 0 17 0 97684429 14480793600 308616 33554432000 4194304 4196468 140734736329136 139715318823568 139715711083463 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9838] ppid=9780 vsize=14141400 memory=8836 CPUtime=0.54 cores=0,2,4,6
/proc/9783/task/9838/stat : 9838 (java) S 9780 9783 3242 0 -1 1077944384 15372 12636 0 0 42 5 4 3 20 0 17 0 97684430 14480793600 308616 33554432000 4194304 4196468 140734736329136 139714839794608 139715726108373 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9839] ppid=9780 vsize=14141400 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9839/stat : 9839 (java) S 9780 9783 3242 0 -1 1077944384 58 12636 0 0 0 0 4 3 20 0 17 0 97684431 14480793600 308616 33554432000 4194304 4196468 140734736329136 139714838742000 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9840] ppid=9780 vsize=14141400 memory=796 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9840/stat : 9840 (java) S 9780 9783 3242 0 -1 1077944384 48 12636 0 0 0 0 4 3 20 0 17 0 97684431 14480793600 308616 33554432000 4194304 4196468 140734736329136 139714837689856 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9841] ppid=9780 vsize=14141400 memory=1436 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9841/stat : 9841 (java) S 9780 9783 3242 0 -1 1077944384 225 12636 0 0 0 0 4 3 20 0 17 0 97684434 14480793600 308616 33554432000 4194304 4196468 140734736329136 139714836638416 139715726116763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9842] ppid=9780 vsize=14141400 memory=1012 CPUtime=8.37 cores=0,2,4,6
/proc/9783/task/9842/stat : 9842 (java) S 9780 9783 3242 0 -1 1077944384 19613 12636 0 0 826 4 4 3 20 0 17 0 97684434 14480793600 308616 33554432000 4194304 4196468 140734736329136 139714835585008 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9843] ppid=9780 vsize=14141400 memory=1712 CPUtime=7.9 cores=0,2,4,6
/proc/9783/task/9843/stat : 9843 (java) S 9780 9783 3242 0 -1 1077944384 18847 12636 0 0 779 4 4 3 20 0 17 0 97684434 14480793600 308616 33554432000 4194304 4196468 140734736329136 139714834517456 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9844] ppid=9780 vsize=14141400 memory=1952 CPUtime=3.19 cores=0,2,4,6
/proc/9783/task/9844/stat : 9844 (java) S 9780 9783 3242 0 -1 1077944384 17196 12636 0 0 308 4 4 3 20 0 17 0 97684434 14480793600 308616 33554432000 4194304 4196468 140734736329136 139714833479920 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9845] ppid=9780 vsize=14141400 memory=8612 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9845/stat : 9845 (java) S 9780 9783 3242 0 -1 1077944384 3 12636 0 0 0 0 4 3 20 0 17 0 97684434 14480793600 308616 33554432000 4194304 4196468 140734736329136 139714832427616 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9846] ppid=9780 vsize=14141400 memory=1230316 CPUtime=0.18 cores=0,2,4,6
/proc/9783/task/9846/stat : 9846 (java) S 9780 9783 3242 0 -1 1077944384 1013 12636 0 0 6 5 4 3 20 0 17 0 97684434 14480793600 308616 33554432000 4194304 4196468 140734736329136 139714831375152 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
Current children cumulated CPU time: 252.76 s
Current children cumulated vsize: 14141400 KiB
Current children cumulated memory: 1234464 KiB

[startup+230.901 s]
/proc/loadavg: 1.56 1.81 1.95 3/215 9982
/proc/meminfo: memFree=23697424/32770624 swapFree=67108860/67108860
[pid=9783] ppid=9780 vsize=14141400 memory=1233132 CPUtime=253.03 cores=0,2,4,6
/proc/9783/stat : 9783 (java) S 9780 9783 3242 0 -1 1077944320 132568 12636 0 0 25210 86 4 3 20 0 17 0 97684419 14480793600 308283 33554432000 4194304 4196468 140734736329136 140734736311680 139715726098167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
/proc/9783/statm: 3535350 308283 3507 1 0 3522905 0
[pid=9783/tid=9833] ppid=9780 vsize=14141400 memory=1251704 CPUtime=229.11 cores=0,2,4,6
/proc/9783/task/9833/stat : 9833 (java) S 9780 9783 3242 0 -1 1077944384 45458 12636 0 0 22877 27 4 3 20 0 17 0 97684428 14480793600 308283 33554432000 4194304 4196468 140734736329136 139715730335952 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9834] ppid=9780 vsize=14141400 memory=4144 CPUtime=1.07 cores=0,2,4,6
/proc/9783/task/9834/stat : 9834 (java) R 9780 9783 3242 0 -1 4202560 4038 12636 0 0 91 9 4 3 20 0 17 0 97684429 14480793600 308283 33554432000 4194304 4196468 140734736329136 139715321981200 139715711048845 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9835] ppid=9780 vsize=14141400 memory=1238000 CPUtime=1.06 cores=0,2,4,6
/proc/9783/task/9835/stat : 9835 (java) R 9780 9783 3242 0 -1 4202560 2174 12636 0 0 89 10 4 3 20 0 17 0 97684429 14480793600 308283 33554432000 4194304 4196468 140734736329136 139715320928656 139715710795759 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9836] ppid=9780 vsize=14141400 memory=1235280 CPUtime=1.06 cores=0,2,4,6
/proc/9783/task/9836/stat : 9836 (java) R 9780 9783 3242 0 -1 4202560 2731 12636 0 0 91 8 4 3 20 0 17 0 97684429 14480793600 308283 33554432000 4194304 4196468 140734736329136 139715319876312 139715710795806 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9837] ppid=9780 vsize=14141400 memory=18476 CPUtime=1.05 cores=0,2,4,6
/proc/9783/task/9837/stat : 9837 (java) R 9780 9783 3242 0 -1 4202560 3221 12636 0 0 88 10 4 3 20 0 17 0 97684429 14480793600 308283 33554432000 4194304 4196468 140734736329136 139715318823568 139715710552362 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9838] ppid=9780 vsize=14141400 memory=16928 CPUtime=0.58 cores=0,2,4,6
/proc/9783/task/9838/stat : 9838 (java) S 9780 9783 3242 0 -1 1077944384 15423 12636 0 0 46 5 4 3 20 0 17 0 97684430 14480793600 308283 33554432000 4194304 4196468 140734736329136 139714839794608 139715726108373 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9839] ppid=9780 vsize=14141400 memory=164 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9839/stat : 9839 (java) S 9780 9783 3242 0 -1 1077944384 58 12636 0 0 0 0 4 3 20 0 17 0 97684431 14480793600 308283 33554432000 4194304 4196468 140734736329136 139714838742000 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9840] ppid=9780 vsize=14141400 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9840/stat : 9840 (java) S 9780 9783 3242 0 -1 1077944384 48 12636 0 0 0 0 4 3 20 0 17 0 97684431 14480793600 308283 33554432000 4194304 4196468 140734736329136 139714837689856 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9841] ppid=9780 vsize=14141400 memory=4144 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9841/stat : 9841 (java) S 9780 9783 3242 0 -1 1077944384 225 12636 0 0 0 0 4 3 20 0 17 0 97684434 14480793600 308283 33554432000 4194304 4196468 140734736329136 139714836638416 139715726116763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9842] ppid=9780 vsize=14141400 memory=28568 CPUtime=8.37 cores=0,2,4,6
/proc/9783/task/9842/stat : 9842 (java) S 9780 9783 3242 0 -1 1077944384 19613 12636 0 0 826 4 4 3 20 0 17 0 97684434 14480793600 308283 33554432000 4194304 4196468 140734736329136 139714835585008 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9843] ppid=9780 vsize=14141400 memory=1244156 CPUtime=7.9 cores=0,2,4,6
/proc/9783/task/9843/stat : 9843 (java) S 9780 9783 3242 0 -1 1077944384 18847 12636 0 0 779 4 4 3 20 0 17 0 97684434 14480793600 308283 33554432000 4194304 4196468 140734736329136 139714834517296 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9844] ppid=9780 vsize=14141400 memory=1245548 CPUtime=3.19 cores=0,2,4,6
/proc/9783/task/9844/stat : 9844 (java) S 9780 9783 3242 0 -1 1077944384 17196 12636 0 0 308 4 4 3 20 0 17 0 97684434 14480793600 308283 33554432000 4194304 4196468 140734736329136 139714833479920 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9845] ppid=9780 vsize=14141400 memory=4144 CPUtime=0.07 cores=0,2,4,6
/proc/9783/task/9845/stat : 9845 (java) S 9780 9783 3242 0 -1 1077944384 3 12636 0 0 0 0 4 3 20 0 17 0 97684434 14480793600 308283 33554432000 4194304 4196468 140734736329136 139714832427616 139715726108373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
[pid=9783/tid=9846] ppid=9780 vsize=14141400 memory=28576 CPUtime=0.18 cores=0,2,4,6
/proc/9783/task/9846/stat : 9846 (java) S 9780 9783 3242 0 -1 1077944384 1013 12636 0 0 6 5 4 3 20 0 17 0 97684434 14480793600 308283 33554432000 4194304 4196468 140734736329136 139714831375152 139715726109314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18665472 140734736333462 140734736336247 140734736336247 140734736338895 0
Current children cumulated CPU time: 253.03 s
Current children cumulated vsize: 14141400 KiB
Current children cumulated memory: 1233132 KiB

Child status: 143
Real time (s): 231.006
CPU time (s): 253.285
CPU user time (s): 252.373
CPU system time (s): 0.911414
CPU usage (%): 109.644
Max. virtual memory (cumulated for all children) (KiB): 14141400
Max. memory (cumulated for all children) (KiB): 1449024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.373
system time used= 0.911414
maximum resident set size= 1449556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145418
page faults= 0
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24148
involuntary context switches= 1111


# summary of solver processes directly reported to runsolver:
#   pid: 9783
#   total CPU time (s): 253.285
#   total CPU user time (s): 252.373
#   total CPU system time (s): 0.911414

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.32068 second user time and 2.2226 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 19:26:17
IDJOB=4259449
IDBENCH=124232
IDSOLVER=2646
FILE ID=node149/4259449-1502646035
RUNJOBID= node149-1502644582-9044
PBS_JOBID= 20628307
Free space on /tmp= 61912 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t08-9.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259449-1502646035/watcher-4259449-1502646035 -o /tmp/evaluation-result-4259449-1502646035/solver-4259449-1502646035 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502644582-9044 --watchdog 312  bin/concrete HOME/instance-4259449-1502646035.xml

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

MD5SUM BENCH= 4c656a32ec3c33e829e63e71b466a9e3
RANDOM SEED=543031896

node149.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.43
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.43
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.43
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.43
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:        25912076 kB
MemAvailable:   30065584 kB
Buffers:          267272 kB
Cached:          4159876 kB
SwapCached:            0 kB
Active:          3071500 kB
Inactive:        3315736 kB
Active(anon):    1963412 kB
Inactive(anon):    24944 kB
Active(file):    1108088 kB
Inactive(file):  3290792 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24392 kB
Writeback:             4 kB
AnonPages:       1966800 kB
Mapped:            57044 kB
Shmem:             25224 kB
Slab:             168132 kB
SReclaimable:     140928 kB
SUnreclaim:        27204 kB
KernelStack:        3504 kB
PageTables:         9020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2855300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1730560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61888 MiB
End job on node149 at 2017-08-13 19:30:08