Trace number 4259451

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.09599 230.955

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t15-1.xml
MD5SUMb82332625d17a81d2c62c757de216262
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark123
Best CPU time to get the best result obtained on this benchmark7.2521
Satisfiable
(Un)Satisfiability was proved
Number of variables3507
Number of constraints189
Number of domains12
Minimum domain size2
Maximum domain size20
Distribution of domain sizes[{"size":2,"count":334},{"size":3,"count":334},{"size":5,"count":334},{"size":8,"count":167},{"size":9,"count":167},{"size":10,"count":334},{"size":11,"count":167},{"size":12,"count":167},{"size":14,"count":668},{"size":15,"count":334},{"size":18,"count":334},{"size":20,"count":167}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":3507}]
Minimum constraint arity21
Maximum constraint arity3340
Distribution of constraint arities[{"arity":21,"count":167},{"arity":167,"count":21},{"arity":3340,"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":187}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259451-1502645581/watcher-4259451-1502645581 -o /tmp/evaluation-result-4259451-1502645581/solver-4259451-1502645581 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502644582-9044 --watchdog 312 bin/concrete HOME/instance-4259451-1502645581.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=9265, runsolver pid=9262
Current StackSize limit: 8192 KiB


[startup+0.10011 s]*
/proc/loadavg: 3.09 2.40 2.14 3/209 9319
/proc/meminfo: memFree=23846568/32770624 swapFree=67108860/67108860
[pid=9265] ppid=9262 vsize=13379040 memory=15564 CPUtime=0.08 cores=0,2,4,6
/proc/9265/stat : 9265 (java) S 9262 9265 3242 0 -1 1077944320 4478 12670 0 0 1 0 5 2 20 0 6 0 97638991 13700136960 3825 33554432000 4194304 4196468 140737097678720 140737097661264 139661847809783 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
/proc/9265/statm: 3344760 3891 1989 1 0 3333198 0
[pid=9265/tid=9315] ppid=9262 vsize=13445604 memory=-8601159251151601603 CPUtime=0.08 cores=0,2,4,6
/proc/9265/task/9315/stat : 9315 (java) R 9262 9265 3242 0 -1 4202560 2390 12670 0 0 1 0 5 2 20 0 7 0 97638999 13768298496 3891 33554432000 4194304 4196468 140737097678720 139661852052240 139661829665104 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9316] ppid=9262 vsize=13445604 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9316/stat : 9316 (java) S 9262 9265 3242 0 -1 1077944384 1 12670 0 0 0 0 5 2 20 0 7 0 97639000 13768298496 3957 33554432000 4194304 4196468 140737097678720 139661444049936 139661847819989 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9317] ppid=9262 vsize=13445604 memory=140135697426048 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9317/stat : 9317 (java) S 9262 9265 3242 0 -1 1077944384 1 12670 0 0 0 0 5 2 20 0 7 0 97639000 13768298496 3957 33554432000 4194304 4196468 140737097678720 139661442997392 139661847819989 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9318] ppid=9262 vsize=13445604 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9318/stat : 9318 (java) S 9262 9265 3242 0 -1 1077944384 1 12670 0 0 0 0 5 2 20 0 7 0 97639000 13768298496 3957 33554432000 4194304 4196468 140737097678720 139661441944336 139661847819989 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9319] ppid=9262 vsize=13445604 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9319/stat : 9319 (java) S 9262 9265 3242 0 -1 1077944384 2 12670 0 0 0 0 5 2 20 0 7 0 97639000 13768298496 3957 33554432000 4194304 4196468 140737097678720 139661440891792 139661847819989 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9320] ppid=9262 vsize=13445604 memory=140135697426048 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9320/stat : 9320 (java) S 9262 9265 3242 0 -1 1077944384 2 12670 0 0 0 0 5 2 20 0 7 0 97639002 13768298496 3957 33554432000 4194304 4196468 140737097678720 139660827384048 139661847820930 0 0 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13379040 KiB
Current children cumulated memory: 15564 KiB

[startup+0.209907 s]*
/proc/loadavg: 3.09 2.40 2.14 3/218 9328
/proc/meminfo: memFree=23828672/32770624 swapFree=67108860/67108860
[pid=9265] ppid=9262 vsize=13978600 memory=38072 CPUtime=0.26 cores=0,2,4,6
/proc/9265/stat : 9265 (java) S 9262 9265 3242 0 -1 1077944320 8435 12670 0 0 17 2 5 2 20 0 15 0 97638991 14314086400 9518 33554432000 4194304 4196468 140737097678720 140737097661264 139661847809783 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
/proc/9265/statm: 3494650 9518 2973 1 0 3482967 0
[pid=9265/tid=9315] ppid=9262 vsize=13978600 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/9265/task/9315/stat : 9315 (java) R 9262 9265 3242 0 -1 4202560 4934 12670 0 0 11 1 5 2 20 0 15 0 97638999 14314086400 9518 33554432000 4194304 4196468 140737097678720 139661851985168 139661828085163 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9316] ppid=9262 vsize=13978600 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9316/stat : 9316 (java) S 9262 9265 3242 0 -1 1077944384 1 12670 0 0 0 0 5 2 20 0 15 0 97639000 14314086400 9518 33554432000 4194304 4196468 140737097678720 139661444049936 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9317] ppid=9262 vsize=13978600 memory=140135697435356 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9317/stat : 9317 (java) S 9262 9265 3242 0 -1 1077944384 1 12670 0 0 0 0 5 2 20 0 15 0 97639000 14314086400 9518 33554432000 4194304 4196468 140737097678720 139661442997392 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9318] ppid=9262 vsize=13978600 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9318/stat : 9318 (java) S 9262 9265 3242 0 -1 1077944384 1 12670 0 0 0 0 5 2 20 0 15 0 97639000 14314086400 9518 33554432000 4194304 4196468 140737097678720 139661441944336 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9319] ppid=9262 vsize=13978600 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9319/stat : 9319 (java) S 9262 9265 3242 0 -1 1077944384 2 12670 0 0 0 0 5 2 20 0 15 0 97639000 14314086400 9518 33554432000 4194304 4196468 140737097678720 139661440891792 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9320] ppid=9262 vsize=13978600 memory=140135697426048 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9320/stat : 9320 (java) S 9262 9265 3242 0 -1 1077944384 2 12670 0 0 0 0 5 2 20 0 15 0 97639002 14314086400 9518 33554432000 4194304 4196468 140737097678720 139660827384048 139661847820930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9321] ppid=9262 vsize=13978600 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9321/stat : 9321 (java) S 9262 9265 3242 0 -1 1077944384 33 12670 0 0 0 0 5 2 20 0 15 0 97639002 14314086400 9518 33554432000 4194304 4196468 140737097678720 139660826330272 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9322] ppid=9262 vsize=13978600 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9322/stat : 9322 (java) S 9262 9265 3242 0 -1 1077944384 21 12670 0 0 0 0 5 2 20 0 15 0 97639002 14314086400 9518 33554432000 4194304 4196468 140737097678720 139660825277168 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9323] ppid=9262 vsize=13978600 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9323/stat : 9323 (java) S 9262 9265 3242 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 97639005 14314086400 9518 33554432000 4194304 4196468 140737097678720 139660824225744 139661847828379 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9324] ppid=9262 vsize=13978600 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9265/task/9324/stat : 9324 (java) S 9262 9265 3242 0 -1 1077944384 495 12670 0 0 1 0 5 2 20 0 15 0 97639005 14314086400 9518 33554432000 4194304 4196468 140737097678720 139660823173872 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9325] ppid=9262 vsize=13978600 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9325/stat : 9325 (java) S 9262 9265 3242 0 -1 1077944384 261 12670 0 0 0 0 5 2 20 0 15 0 97639005 14314086400 9518 33554432000 4194304 4196468 140737097678720 139660822121328 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9326] ppid=9262 vsize=13978600 memory=140135697426048 CPUtime=0.1 cores=0,2,4,6
/proc/9265/task/9326/stat : 9326 (java) S 9262 9265 3242 0 -1 1077944384 528 12670 0 0 3 0 5 2 20 0 15 0 97639005 14314086400 9518 33554432000 4194304 4196468 140737097678720 139660821068272 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9327] ppid=9262 vsize=13978600 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9327/stat : 9327 (java) S 9262 9265 3242 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 97639005 14314086400 9518 33554432000 4194304 4196468 140737097678720 139660820015968 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9328] ppid=9262 vsize=13978600 memory=140135697426048 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9328/stat : 9328 (java) S 9262 9265 3242 0 -1 1077944384 1 12670 0 0 0 0 5 2 20 0 15 0 97639005 14314086400 9518 33554432000 4194304 4196468 140737097678720 139660818962992 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13978600 KiB
Current children cumulated memory: 38072 KiB

[startup+0.310328 s]*
/proc/loadavg: 3.09 2.40 2.14 2/218 9328
/proc/meminfo: memFree=23816516/32770624 swapFree=67108860/67108860
[pid=9265] ppid=9262 vsize=13979028 memory=48408 CPUtime=0.37 cores=0,2,4,6
/proc/9265/stat : 9265 (java) S 9262 9265 3242 0 -1 1077944320 10687 12670 0 0 28 2 5 2 20 0 15 0 97638991 14314524672 12102 33554432000 4194304 4196468 140737097678720 140737097661264 139661847809783 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
/proc/9265/statm: 3494757 12102 3087 1 0 3482967 0
[pid=9265/tid=9315] ppid=9262 vsize=13979028 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/9265/task/9315/stat : 9315 (java) R 9262 9265 3242 0 -1 4202560 7174 12670 0 0 20 2 5 2 20 0 15 0 97638999 14314524672 12102 33554432000 4194304 4196468 140737097678720 139661852019808 139661830996592 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9316] ppid=9262 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9316/stat : 9316 (java) S 9262 9265 3242 0 -1 1077944384 1 12670 0 0 0 0 5 2 20 0 15 0 97639000 14314524672 12102 33554432000 4194304 4196468 140737097678720 139661444049936 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9317] ppid=9262 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9317/stat : 9317 (java) S 9262 9265 3242 0 -1 1077944384 1 12670 0 0 0 0 5 2 20 0 15 0 97639000 14314524672 12102 33554432000 4194304 4196468 140737097678720 139661442997392 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9318] ppid=9262 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9318/stat : 9318 (java) S 9262 9265 3242 0 -1 1077944384 1 12670 0 0 0 0 5 2 20 0 15 0 97639000 14314524672 12102 33554432000 4194304 4196468 140737097678720 139661441944336 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9319] ppid=9262 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9319/stat : 9319 (java) S 9262 9265 3242 0 -1 1077944384 2 12670 0 0 0 0 5 2 20 0 15 0 97639000 14314524672 12102 33554432000 4194304 4196468 140737097678720 139661440891792 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9320] ppid=9262 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9320/stat : 9320 (java) S 9262 9265 3242 0 -1 1077944384 2 12670 0 0 0 0 5 2 20 0 15 0 97639002 14314524672 12102 33554432000 4194304 4196468 140737097678720 139660827384048 139661847820930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9321] ppid=9262 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9321/stat : 9321 (java) S 9262 9265 3242 0 -1 1077944384 33 12670 0 0 0 0 5 2 20 0 15 0 97639002 14314524672 12102 33554432000 4194304 4196468 140737097678720 139660826330272 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9322] ppid=9262 vsize=13979028 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9322/stat : 9322 (java) S 9262 9265 3242 0 -1 1077944384 21 12670 0 0 0 0 5 2 20 0 15 0 97639002 14314524672 12102 33554432000 4194304 4196468 140737097678720 139660825277168 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9323] ppid=9262 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9323/stat : 9323 (java) S 9262 9265 3242 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 97639005 14314524672 12102 33554432000 4194304 4196468 140737097678720 139660824225744 139661847828379 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9324] ppid=9262 vsize=13979028 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9265/task/9324/stat : 9324 (java) S 9262 9265 3242 0 -1 1077944384 498 12670 0 0 1 0 5 2 20 0 15 0 97639005 14314524672 12102 33554432000 4194304 4196468 140737097678720 139660823173872 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9325] ppid=9262 vsize=13979028 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9265/task/9325/stat : 9325 (java) S 9262 9265 3242 0 -1 1077944384 264 12670 0 0 1 0 5 2 20 0 15 0 97639005 14314524672 12102 33554432000 4194304 4196468 140737097678720 139660822121328 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9326] ppid=9262 vsize=13979028 memory=140135697426048 CPUtime=0.12 cores=0,2,4,6
/proc/9265/task/9326/stat : 9326 (java) S 9262 9265 3242 0 -1 1077944384 534 12670 0 0 5 0 5 2 20 0 15 0 97639005 14314524672 12102 33554432000 4194304 4196468 140737097678720 139660821068272 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9327] ppid=9262 vsize=13979028 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9327/stat : 9327 (java) S 9262 9265 3242 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 97639005 14314524672 12102 33554432000 4194304 4196468 140737097678720 139660820015968 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9328] ppid=9262 vsize=13979028 memory=140135697426048 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9328/stat : 9328 (java) S 9262 9265 3242 0 -1 1077944384 1 12670 0 0 0 0 5 2 20 0 15 0 97639005 14314524672 12102 33554432000 4194304 4196468 140737097678720 139660818962992 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 13979028 KiB
Current children cumulated memory: 48408 KiB

[startup+0.700709 s]
/proc/loadavg: 3.00 2.39 2.14 3/218 9328
/proc/meminfo: memFree=23808204/32770624 swapFree=67108860/67108860
[pid=9265] ppid=9262 vsize=13979176 memory=80880 CPUtime=0.97 cores=0,2,4,6
/proc/9265/stat : 9265 (java) S 9262 9265 3242 0 -1 1077944320 16885 12670 0 0 86 4 5 2 20 0 15 0 97638991 14314676224 20220 33554432000 4194304 4196468 140737097678720 140737097661264 139661847809783 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
/proc/9265/statm: 3494794 20220 3260 1 0 3482967 0
[pid=9265/tid=9315] ppid=9262 vsize=13979176 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/9265/task/9315/stat : 9315 (java) R 9262 9265 3242 0 -1 4202560 12582 12670 0 0 56 3 5 2 20 0 15 0 97638999 14314676224 20220 33554432000 4194304 4196468 140737097678720 139661852028848 139661847831805 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9316] ppid=9262 vsize=13979176 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9316/stat : 9316 (java) S 9262 9265 3242 0 -1 1077944384 1 12670 0 0 0 0 5 2 20 0 15 0 97639000 14314676224 20220 33554432000 4194304 4196468 140737097678720 139661444049936 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9317] ppid=9262 vsize=13979176 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9317/stat : 9317 (java) S 9262 9265 3242 0 -1 1077944384 1 12670 0 0 0 0 5 2 20 0 15 0 97639000 14314676224 20220 33554432000 4194304 4196468 140737097678720 139661442997392 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9318] ppid=9262 vsize=13979176 memory=140135589102192 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9318/stat : 9318 (java) S 9262 9265 3242 0 -1 1077944384 1 12670 0 0 0 0 5 2 20 0 15 0 97639000 14314676224 20220 33554432000 4194304 4196468 140737097678720 139661441944336 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9319] ppid=9262 vsize=13979176 memory=140136192934500 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9319/stat : 9319 (java) S 9262 9265 3242 0 -1 1077944384 2 12670 0 0 0 0 5 2 20 0 15 0 97639000 14314676224 20220 33554432000 4194304 4196468 140737097678720 139661440891792 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9320] ppid=9262 vsize=13979176 memory=1196 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9320/stat : 9320 (java) S 9262 9265 3242 0 -1 1077944384 5 12670 0 0 0 0 5 2 20 0 15 0 97639002 14314676224 20220 33554432000 4194304 4196468 140737097678720 139660827384048 139661847820930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9321] ppid=9262 vsize=13979176 memory=7014751519583131217 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9321/stat : 9321 (java) S 9262 9265 3242 0 -1 1077944384 33 12670 0 0 0 0 5 2 20 0 15 0 97639002 14314676224 20220 33554432000 4194304 4196468 140737097678720 139660826330272 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9322] ppid=9262 vsize=13979176 memory=18476 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9322/stat : 9322 (java) S 9262 9265 3242 0 -1 1077944384 21 12670 0 0 0 0 5 2 20 0 15 0 97639002 14314676224 20220 33554432000 4194304 4196468 140737097678720 139660825277168 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9323] ppid=9262 vsize=13979176 memory=16916 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9323/stat : 9323 (java) S 9262 9265 3242 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 97639005 14314676224 20220 33554432000 4194304 4196468 140737097678720 139660824225744 139661847828379 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9324] ppid=9262 vsize=13979176 memory=4048 CPUtime=0.17 cores=0,2,4,6
/proc/9265/task/9324/stat : 9324 (java) S 9262 9265 3242 0 -1 1077944384 988 12670 0 0 10 0 5 2 20 0 15 0 97639005 14314676224 20220 33554432000 4194304 4196468 140737097678720 139660823173872 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9325] ppid=9262 vsize=13979176 memory=1792 CPUtime=0.12 cores=0,2,4,6
/proc/9265/task/9325/stat : 9325 (java) S 9262 9265 3242 0 -1 1077944384 496 12670 0 0 5 0 5 2 20 0 15 0 97639005 14314676224 20220 33554432000 4194304 4196468 140737097678720 139660822121328 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9326] ppid=9262 vsize=13979176 memory=648 CPUtime=0.2 cores=0,2,4,6
/proc/9265/task/9326/stat : 9326 (java) S 9262 9265 3242 0 -1 1077944384 599 12670 0 0 13 0 5 2 20 0 15 0 97639005 14314676224 20220 33554432000 4194304 4196468 140737097678720 139660821068272 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9327] ppid=9262 vsize=13979176 memory=1240 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9327/stat : 9327 (java) S 9262 9265 3242 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 97639005 14314676224 20220 33554432000 4194304 4196468 140737097678720 139660820015968 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9328] ppid=9262 vsize=13979176 memory=960 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9328/stat : 9328 (java) S 9262 9265 3242 0 -1 1077944384 1 12670 0 0 0 0 5 2 20 0 15 0 97639005 14314676224 20220 33554432000 4194304 4196468 140737097678720 139660818962992 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 13979176 KiB
Current children cumulated memory: 80880 KiB

[startup+1.50275 s]
/proc/loadavg: 3.00 2.39 2.14 3/218 9328
/proc/meminfo: memFree=23751148/32770624 swapFree=67108860/67108860
[pid=9265] ppid=9262 vsize=13991700 memory=174700 CPUtime=2.2 cores=0,2,4,6
/proc/9265/stat : 9265 (java) S 9262 9265 3242 0 -1 1077944320 25078 12670 0 0 204 9 5 2 20 0 15 0 97638991 14327500800 43675 33554432000 4194304 4196468 140737097678720 140737097661264 139661847809783 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
/proc/9265/statm: 3497925 43675 3405 1 0 3486039 0
[pid=9265/tid=9315] ppid=9262 vsize=13991700 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/9265/task/9315/stat : 9315 (java) R 9262 9265 3242 0 -1 4202560 18436 12670 0 0 130 6 5 2 20 0 15 0 97638999 14327500800 43675 33554432000 4194304 4196468 140737097678720 139661852041552 139661840046910 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9316] ppid=9262 vsize=13991700 memory=280271178252736 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9316/stat : 9316 (java) S 9262 9265 3242 0 -1 1077944384 46 12670 0 0 0 0 5 2 20 0 15 0 97639000 14327500800 43675 33554432000 4194304 4196468 140737097678720 139661444049936 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9317] ppid=9262 vsize=13991700 memory=280271178262048 CPUtime=0.08 cores=0,2,4,6
/proc/9265/task/9317/stat : 9317 (java) S 9262 9265 3242 0 -1 1077944384 33 12670 0 0 1 0 5 2 20 0 15 0 97639000 14327500800 43675 33554432000 4194304 4196468 140737097678720 139661442997392 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9318] ppid=9262 vsize=13991700 memory=140135589136880 CPUtime=0.08 cores=0,2,4,6
/proc/9265/task/9318/stat : 9318 (java) S 9262 9265 3242 0 -1 1077944384 31 12670 0 0 1 0 5 2 20 0 15 0 97639000 14327500800 43675 33554432000 4194304 4196468 140737097678720 139661441944336 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9319] ppid=9262 vsize=13991700 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9265/task/9319/stat : 9319 (java) S 9262 9265 3242 0 -1 1077944384 200 12670 0 0 1 0 5 2 20 0 15 0 97639000 14327500800 43675 33554432000 4194304 4196468 140737097678720 139661440891792 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9320] ppid=9262 vsize=13991700 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9265/task/9320/stat : 9320 (java) S 9262 9265 3242 0 -1 1077944384 646 12670 0 0 1 0 5 2 20 0 15 0 97639002 14327500800 43675 33554432000 4194304 4196468 140737097678720 139660827384048 139661847820930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9321] ppid=9262 vsize=13991700 memory=13331578489482 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9321/stat : 9321 (java) S 9262 9265 3242 0 -1 1077944384 56 12670 0 0 0 0 5 2 20 0 15 0 97639002 14327500800 43675 33554432000 4194304 4196468 140737097678720 139660826330336 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9322] ppid=9262 vsize=13991700 memory=-7097495484385563872 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9322/stat : 9322 (java) S 9262 9265 3242 0 -1 1077944384 43 12670 0 0 0 0 5 2 20 0 15 0 97639002 14327500800 43675 33554432000 4194304 4196468 140737097678720 139660825277184 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9323] ppid=9262 vsize=13991700 memory=7811049790412255077 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9323/stat : 9323 (java) S 9262 9265 3242 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 97639005 14327500800 43675 33554432000 4194304 4196468 140737097678720 139660824225744 139661847828379 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9324] ppid=9262 vsize=13991700 memory=7452444099150375279 CPUtime=0.26 cores=0,2,4,6
/proc/9265/task/9324/stat : 9324 (java) S 9262 9265 3242 0 -1 1077944384 1195 12670 0 0 19 0 5 2 20 0 15 0 97639005 14327500800 43675 33554432000 4194304 4196468 140737097678720 139660823173872 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9325] ppid=9262 vsize=13991700 memory=6442512978031436905 CPUtime=0.21 cores=0,2,4,6
/proc/9265/task/9325/stat : 9325 (java) S 9262 9265 3242 0 -1 1077944384 686 12670 0 0 14 0 5 2 20 0 15 0 97639005 14327500800 43675 33554432000 4194304 4196468 140737097678720 139660822121328 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9326] ppid=9262 vsize=13991700 memory=6655300316396806240 CPUtime=0.39 cores=0,2,4,6
/proc/9265/task/9326/stat : 9326 (java) S 9262 9265 3242 0 -1 1077944384 1548 12670 0 0 32 0 5 2 20 0 15 0 97639005 14327500800 43675 33554432000 4194304 4196468 140737097678720 139660821068272 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9327] ppid=9262 vsize=13991700 memory=7235990842940220778 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9327/stat : 9327 (java) S 9262 9265 3242 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 97639005 14327500800 43675 33554432000 4194304 4196468 140737097678720 139660820015968 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9328] ppid=9262 vsize=13991700 memory=6154008789040786529 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9328/stat : 9328 (java) S 9262 9265 3242 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 97639005 14327500800 43675 33554432000 4194304 4196468 140737097678720 139660818962992 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0

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

/proc/9265/task/9315/stat : 9315 (java) R 9262 9265 3242 0 -1 4202560 50686 12670 0 0 22041 28 5 2 20 0 15 0 97638999 14411579392 236296 33554432000 4194304 4196468 140737097678720 139661852043728 139661500097621 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9316] ppid=9262 vsize=14073808 memory=946208 CPUtime=0.74 cores=0,2,4,6
/proc/9265/task/9316/stat : 9316 (java) S 9262 9265 3242 0 -1 1077944384 2975 12670 0 0 62 5 5 2 20 0 15 0 97639000 14411579392 236296 33554432000 4194304 4196468 140737097678720 139661444049936 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9317] ppid=9262 vsize=14073808 memory=945184 CPUtime=0.74 cores=0,2,4,6
/proc/9265/task/9317/stat : 9317 (java) S 9262 9265 3242 0 -1 1077944384 1767 12670 0 0 62 5 5 2 20 0 15 0 97639000 14411579392 236296 33554432000 4194304 4196468 140737097678720 139661442997392 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9318] ppid=9262 vsize=14073808 memory=3000 CPUtime=0.75 cores=0,2,4,6
/proc/9265/task/9318/stat : 9318 (java) S 9262 9265 3242 0 -1 1077944384 1776 12670 0 0 63 5 5 2 20 0 15 0 97639000 14411579392 236296 33554432000 4194304 4196468 140737097678720 139661441944336 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9319] ppid=9262 vsize=14073808 memory=1107364 CPUtime=0.73 cores=0,2,4,6
/proc/9265/task/9319/stat : 9319 (java) S 9262 9265 3242 0 -1 1077944384 3485 12670 0 0 60 6 5 2 20 0 15 0 97639000 14411579392 236296 33554432000 4194304 4196468 140737097678720 139661440891792 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9320] ppid=9262 vsize=14073808 memory=2208 CPUtime=0.64 cores=0,2,4,6
/proc/9265/task/9320/stat : 9320 (java) S 9262 9265 3242 0 -1 1077944384 4486 12670 0 0 53 4 5 2 20 0 15 0 97639002 14411579392 236296 33554432000 4194304 4196468 140737097678720 139660827384048 139661847820930 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9321] ppid=9262 vsize=14073808 memory=6508 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9321/stat : 9321 (java) S 9262 9265 3242 0 -1 1077944384 60 12670 0 0 0 0 5 2 20 0 15 0 97639002 14411579392 236296 33554432000 4194304 4196468 140737097678720 139660826330400 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9322] ppid=9262 vsize=14073808 memory=844 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9322/stat : 9322 (java) S 9262 9265 3242 0 -1 1077944384 51 12670 0 0 0 0 5 2 20 0 15 0 97639002 14411579392 236296 33554432000 4194304 4196468 140737097678720 139660825277184 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9323] ppid=9262 vsize=14073808 memory=12032 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9323/stat : 9323 (java) S 9262 9265 3242 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 97639005 14411579392 236296 33554432000 4194304 4196468 140737097678720 139660824225744 139661847828379 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9324] ppid=9262 vsize=14073808 memory=5792 CPUtime=8.27 cores=0,2,4,6
/proc/9265/task/9324/stat : 9324 (java) S 9262 9265 3242 0 -1 1077944384 24083 12670 0 0 815 5 5 2 20 0 15 0 97639005 14411579392 236296 33554432000 4194304 4196468 140737097678720 139660823173872 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9325] ppid=9262 vsize=14073808 memory=796 CPUtime=8.17 cores=0,2,4,6
/proc/9265/task/9325/stat : 9325 (java) S 9262 9265 3242 0 -1 1077944384 16687 12670 0 0 807 3 5 2 20 0 15 0 97639005 14411579392 236296 33554432000 4194304 4196468 140737097678720 139660822121328 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9326] ppid=9262 vsize=14073808 memory=945696 CPUtime=3.19 cores=0,2,4,6
/proc/9265/task/9326/stat : 9326 (java) S 9262 9265 3242 0 -1 1077944384 18467 12670 0 0 306 6 5 2 20 0 15 0 97639005 14411579392 236296 33554432000 4194304 4196468 140737097678720 139660821068272 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9327] ppid=9262 vsize=14073808 memory=5792 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9327/stat : 9327 (java) S 9262 9265 3242 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 97639005 14411579392 236296 33554432000 4194304 4196468 140737097678720 139660820015968 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9328] ppid=9262 vsize=14073808 memory=796 CPUtime=0.18 cores=0,2,4,6
/proc/9265/task/9328/stat : 9328 (java) S 9262 9265 3242 0 -1 1077944384 515 12670 0 0 5 6 5 2 20 0 15 0 97639005 14411579392 236296 33554432000 4194304 4196468 140737097678720 139660818962992 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
Current children cumulated CPU time: 243.67 s
Current children cumulated vsize: 14073808 KiB
Current children cumulated memory: 945184 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+230.601 s]
/proc/loadavg: 1.65 2.09 2.08 3/216 9467
/proc/meminfo: memFree=25824988/32770624 swapFree=67108860/67108860
[pid=9265] ppid=9262 vsize=14073808 memory=939140 CPUtime=252.07 cores=0,2,4,6
/proc/9265/stat : 9265 (java) S 9262 9265 3242 0 -1 1077944320 128707 12670 0 0 25126 74 5 2 20 0 15 0 97638991 14411579392 234785 33554432000 4194304 4196468 140737097678720 140737097661264 139661847809783 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
/proc/9265/statm: 3518452 234785 3508 1 0 3506007 0
[pid=9265/tid=9315] ppid=9262 vsize=14073808 memory=1296 CPUtime=228.98 cores=0,2,4,6
/proc/9265/task/9315/stat : 9315 (java) R 9262 9265 3242 0 -1 4202560 50849 12670 0 0 22862 29 5 2 20 0 15 0 97638999 14411579392 234785 33554432000 4194304 4196468 140737097678720 139661852044032 139661500522704 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9316] ppid=9262 vsize=14073808 memory=2408 CPUtime=0.78 cores=0,2,4,6
/proc/9265/task/9316/stat : 9316 (java) S 9262 9265 3242 0 -1 1077944384 3059 12670 0 0 66 5 5 2 20 0 15 0 97639000 14411579392 234785 33554432000 4194304 4196468 140737097678720 139661444049936 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9317] ppid=9262 vsize=14073808 memory=8112282956445269571 CPUtime=0.77 cores=0,2,4,6
/proc/9265/task/9317/stat : 9317 (java) S 9262 9265 3242 0 -1 1077944384 1835 12670 0 0 65 5 5 2 20 0 15 0 97639000 14411579392 234785 33554432000 4194304 4196468 140737097678720 139661442997392 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9318] ppid=9262 vsize=14073808 memory=648 CPUtime=0.79 cores=0,2,4,6
/proc/9265/task/9318/stat : 9318 (java) S 9262 9265 3242 0 -1 1077944384 2834 12670 0 0 67 5 5 2 20 0 15 0 97639000 14411579392 234785 33554432000 4194304 4196468 140737097678720 139661441944336 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9319] ppid=9262 vsize=14073808 memory=1240 CPUtime=0.77 cores=0,2,4,6
/proc/9265/task/9319/stat : 9319 (java) S 9262 9265 3242 0 -1 1077944384 3588 12670 0 0 64 6 5 2 20 0 15 0 97639000 14411579392 234785 33554432000 4194304 4196468 140737097678720 139661440891792 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9320] ppid=9262 vsize=14073808 memory=960 CPUtime=0.68 cores=0,2,4,6
/proc/9265/task/9320/stat : 9320 (java) S 9262 9265 3242 0 -1 1077944384 4524 12670 0 0 57 4 5 2 20 0 15 0 97639002 14411579392 234785 33554432000 4194304 4196468 140737097678720 139660827384048 139661847820930 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9321] ppid=9262 vsize=14073808 memory=2340 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9321/stat : 9321 (java) S 9262 9265 3242 0 -1 1077944384 60 12670 0 0 0 0 5 2 20 0 15 0 97639002 14411579392 234785 33554432000 4194304 4196468 140737097678720 139660826330400 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9322] ppid=9262 vsize=14073808 memory=947236 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9322/stat : 9322 (java) S 9262 9265 3242 0 -1 1077944384 51 12670 0 0 0 0 5 2 20 0 15 0 97639002 14411579392 234785 33554432000 4194304 4196468 140737097678720 139660825277184 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9323] ppid=9262 vsize=14073808 memory=1224 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9323/stat : 9323 (java) S 9262 9265 3242 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 97639005 14411579392 234785 33554432000 4194304 4196468 140737097678720 139660824225744 139661847828379 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9324] ppid=9262 vsize=14073808 memory=960560 CPUtime=8.27 cores=0,2,4,6
/proc/9265/task/9324/stat : 9324 (java) S 9262 9265 3242 0 -1 1077944384 24083 12670 0 0 815 5 5 2 20 0 15 0 97639005 14411579392 234785 33554432000 4194304 4196468 140737097678720 139660823173872 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9325] ppid=9262 vsize=14073808 memory=947224 CPUtime=8.17 cores=0,2,4,6
/proc/9265/task/9325/stat : 9325 (java) S 9262 9265 3242 0 -1 1077944384 16687 12670 0 0 807 3 5 2 20 0 15 0 97639005 14411579392 234785 33554432000 4194304 4196468 140737097678720 139660822121328 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9326] ppid=9262 vsize=14073808 memory=947224 CPUtime=3.19 cores=0,2,4,6
/proc/9265/task/9326/stat : 9326 (java) S 9262 9265 3242 0 -1 1077944384 18467 12670 0 0 306 6 5 2 20 0 15 0 97639005 14411579392 234785 33554432000 4194304 4196468 140737097678720 139660821068272 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9327] ppid=9262 vsize=14073808 memory=1224 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9327/stat : 9327 (java) S 9262 9265 3242 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 97639005 14411579392 234785 33554432000 4194304 4196468 140737097678720 139660820015968 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9328] ppid=9262 vsize=14073808 memory=939028 CPUtime=0.18 cores=0,2,4,6
/proc/9265/task/9328/stat : 9328 (java) S 9262 9265 3242 0 -1 1077944384 515 12670 0 0 5 6 5 2 20 0 15 0 97639005 14411579392 234785 33554432000 4194304 4196468 140737097678720 139660818962992 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 14073808 KiB
Current children cumulated memory: 939140 KiB

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

[startup+230.955 s]
# the end of solver process 9265 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=252.295 s, system=0.80065 s

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

[startup+230.801 s]
/proc/loadavg: 1.65 2.09 2.08 3/216 9467
/proc/meminfo: memFree=25824988/32770624 swapFree=67108860/67108860
[pid=9265] ppid=9262 vsize=14206936 memory=945412 CPUtime=252.69 cores=0,2,4,6
/proc/9265/stat : 9265 (java) S 9262 9265 3242 0 -1 1077944320 139600 12670 0 0 25187 75 5 2 20 0 17 0 97638991 14547902464 236353 33554432000 4194304 4196468 140737097678720 140737097661264 139661847809783 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
/proc/9265/statm: 3551734 236353 3508 1 0 3539289 0
[pid=9265/tid=9315] ppid=9262 vsize=14206936 memory=8112282956445269571 CPUtime=228.99 cores=0,2,4,6
/proc/9265/task/9315/stat : 9315 (java) S 9262 9265 3242 0 -1 1077944384 51576 12670 0 0 22863 29 5 2 20 0 17 0 97638999 14547902464 236353 33554432000 4194304 4196468 140737097678720 139661852047504 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9316] ppid=9262 vsize=14206936 memory=4620 CPUtime=0.92 cores=0,2,4,6
/proc/9265/task/9316/stat : 9316 (java) R 9262 9265 3242 0 -1 4202560 3083 12670 0 0 80 5 5 2 20 0 17 0 97639000 14547902464 236353 33554432000 4194304 4196468 140737097678720 139661444050056 139661840437991 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9317] ppid=9262 vsize=14206936 memory=1196 CPUtime=0.91 cores=0,2,4,6
/proc/9265/task/9317/stat : 9317 (java) R 9262 9265 3242 0 -1 4202560 1856 12670 0 0 79 5 5 2 20 0 17 0 97639000 14547902464 236353 33554432000 4194304 4196468 140737097678720 139661442997392 139661832508542 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9318] ppid=9262 vsize=14206936 memory=15872 CPUtime=0.93 cores=0,2,4,6
/proc/9265/task/9318/stat : 9318 (java) R 9262 9265 3242 0 -1 4202560 2848 12670 0 0 81 5 5 2 20 0 17 0 97639000 14547902464 236353 33554432000 4194304 4196468 140737097678720 139661441944336 139661832510427 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9319] ppid=9262 vsize=14206936 memory=18476 CPUtime=0.91 cores=0,2,4,6
/proc/9265/task/9319/stat : 9319 (java) R 9262 9265 3242 0 -1 4202560 3598 12670 0 0 78 6 5 2 20 0 17 0 97639000 14547902464 236353 33554432000 4194304 4196468 140737097678720 139661440891792 139661840437991 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9320] ppid=9262 vsize=14206936 memory=16920 CPUtime=0.73 cores=0,2,4,6
/proc/9265/task/9320/stat : 9320 (java) S 9262 9265 3242 0 -1 1077944384 14065 12670 0 0 61 5 5 2 20 0 17 0 97639002 14547902464 236353 33554432000 4194304 4196468 140737097678720 139660827382672 139661847819989 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9321] ppid=9262 vsize=14206936 memory=4048 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9321/stat : 9321 (java) S 9262 9265 3242 0 -1 1077944384 62 12670 0 0 0 0 5 2 20 0 17 0 97639002 14547902464 236353 33554432000 4194304 4196468 140737097678720 139660826330000 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9322] ppid=9262 vsize=14206936 memory=2208 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9322/stat : 9322 (java) S 9262 9265 3242 0 -1 1077944384 51 12670 0 0 0 0 5 2 20 0 17 0 97639002 14547902464 236353 33554432000 4194304 4196468 140737097678720 139660825277184 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9323] ppid=9262 vsize=14206936 memory=6508 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9323/stat : 9323 (java) S 9262 9265 3242 0 -1 1077944384 198 12670 0 0 0 0 5 2 20 0 17 0 97639005 14547902464 236353 33554432000 4194304 4196468 140737097678720 139660824225744 139661847828379 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9324] ppid=9262 vsize=14206936 memory=844 CPUtime=8.27 cores=0,2,4,6
/proc/9265/task/9324/stat : 9324 (java) S 9262 9265 3242 0 -1 1077944384 24083 12670 0 0 815 5 5 2 20 0 17 0 97639005 14547902464 236353 33554432000 4194304 4196468 140737097678720 139660823173872 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9325] ppid=9262 vsize=14206936 memory=1692 CPUtime=8.17 cores=0,2,4,6
/proc/9265/task/9325/stat : 9325 (java) S 9262 9265 3242 0 -1 1077944384 16687 12670 0 0 807 3 5 2 20 0 17 0 97639005 14547902464 236353 33554432000 4194304 4196468 140737097678720 139660822121328 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9326] ppid=9262 vsize=14206936 memory=916 CPUtime=3.19 cores=0,2,4,6
/proc/9265/task/9326/stat : 9326 (java) S 9262 9265 3242 0 -1 1077944384 18467 12670 0 0 306 6 5 2 20 0 17 0 97639005 14547902464 236353 33554432000 4194304 4196468 140737097678720 139660821068272 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9327] ppid=9262 vsize=14206936 memory=3832 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9327/stat : 9327 (java) S 9262 9265 3242 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 17 0 97639005 14547902464 236353 33554432000 4194304 4196468 140737097678720 139660820015968 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9328] ppid=9262 vsize=14206936 memory=4100 CPUtime=0.18 cores=0,2,4,6
/proc/9265/task/9328/stat : 9328 (java) S 9262 9265 3242 0 -1 1077944384 522 12670 0 0 5 6 5 2 20 0 17 0 97639005 14547902464 236353 33554432000 4194304 4196468 140737097678720 139660818962992 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
Current children cumulated CPU time: 252.69 s
Current children cumulated vsize: 14206936 KiB
Current children cumulated memory: 945412 KiB

[startup+230.901 s]
/proc/loadavg: 1.65 2.09 2.08 3/216 9467
/proc/meminfo: memFree=25824988/32770624 swapFree=67108860/67108860
[pid=9265] ppid=9262 vsize=14206936 memory=945064 CPUtime=252.98 cores=0,2,4,6
/proc/9265/stat : 9265 (java) S 9262 9265 3242 0 -1 1077944320 139633 12670 0 0 25216 75 5 2 20 0 17 0 97638991 14547902464 236266 33554432000 4194304 4196468 140737097678720 140737097661264 139661847809783 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
/proc/9265/statm: 3551734 236266 3508 1 0 3539289 0
[pid=9265/tid=9315] ppid=9262 vsize=14206936 memory=945920 CPUtime=228.99 cores=0,2,4,6
/proc/9265/task/9315/stat : 9315 (java) S 9262 9265 3242 0 -1 1077944384 51577 12670 0 0 22863 29 5 2 20 0 17 0 97638999 14547902464 236266 33554432000 4194304 4196468 140737097678720 139661852047504 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9316] ppid=9262 vsize=14206936 memory=939140 CPUtime=0.98 cores=0,2,4,6
/proc/9265/task/9316/stat : 9316 (java) S 9262 9265 3242 0 -1 1077944384 3090 12670 0 0 86 5 5 2 20 0 17 0 97639000 14547902464 236266 33554432000 4194304 4196468 140737097678720 139661444049936 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9317] ppid=9262 vsize=14206936 memory=0 CPUtime=0.98 cores=0,2,4,6
/proc/9265/task/9317/stat : 9317 (java) S 9262 9265 3242 0 -1 1077944384 1861 12670 0 0 86 5 5 2 20 0 17 0 97639000 14547902464 236266 33554432000 4194304 4196468 140737097678720 139661442997392 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9318] ppid=9262 vsize=14206936 memory=179911885080729 CPUtime=1 cores=0,2,4,6
/proc/9265/task/9318/stat : 9318 (java) S 9262 9265 3242 0 -1 1077944384 2852 12670 0 0 88 5 5 2 20 0 17 0 97639000 14547902464 236266 33554432000 4194304 4196468 140737097678720 139661441944336 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9319] ppid=9262 vsize=14206936 memory=4144 CPUtime=0.98 cores=0,2,4,6
/proc/9265/task/9319/stat : 9319 (java) S 9262 9265 3242 0 -1 1077944384 3606 12670 0 0 85 6 5 2 20 0 17 0 97639000 14547902464 236266 33554432000 4194304 4196468 140737097678720 139661440891792 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9320] ppid=9262 vsize=14206936 memory=28564 CPUtime=0.76 cores=0,2,4,6
/proc/9265/task/9320/stat : 9320 (java) R 9262 9265 3242 0 -1 4202560 14068 12670 0 0 64 5 5 2 20 0 17 0 97639002 14547902464 236266 33554432000 4194304 4196468 140737097678720 139660827382448 139661832874082 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9321] ppid=9262 vsize=14206936 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9321/stat : 9321 (java) S 9262 9265 3242 0 -1 1077944384 63 12670 0 0 0 0 5 2 20 0 17 0 97639002 14547902464 236266 33554432000 4194304 4196468 140737097678720 139660826330384 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9322] ppid=9262 vsize=14206936 memory=1196 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9322/stat : 9322 (java) S 9262 9265 3242 0 -1 1077944384 53 12670 0 0 0 0 5 2 20 0 17 0 97639002 14547902464 236266 33554432000 4194304 4196468 140737097678720 139660825277184 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9323] ppid=9262 vsize=14206936 memory=947224 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9323/stat : 9323 (java) S 9262 9265 3242 0 -1 1077944384 198 12670 0 0 0 0 5 2 20 0 17 0 97639005 14547902464 236266 33554432000 4194304 4196468 140737097678720 139660824225744 139661847828379 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9324] ppid=9262 vsize=14206936 memory=947224 CPUtime=8.27 cores=0,2,4,6
/proc/9265/task/9324/stat : 9324 (java) S 9262 9265 3242 0 -1 1077944384 24083 12670 0 0 815 5 5 2 20 0 17 0 97639005 14547902464 236266 33554432000 4194304 4196468 140737097678720 139660823173872 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9325] ppid=9262 vsize=14206936 memory=2408 CPUtime=8.17 cores=0,2,4,6
/proc/9265/task/9325/stat : 9325 (java) S 9262 9265 3242 0 -1 1077944384 16687 12670 0 0 807 3 5 2 20 0 17 0 97639005 14547902464 236266 33554432000 4194304 4196468 140737097678720 139660822121328 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9326] ppid=9262 vsize=14206936 memory=1436 CPUtime=3.19 cores=0,2,4,6
/proc/9265/task/9326/stat : 9326 (java) S 9262 9265 3242 0 -1 1077944384 18467 12670 0 0 306 6 5 2 20 0 17 0 97639005 14547902464 236266 33554432000 4194304 4196468 140737097678720 139660821068272 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9327] ppid=9262 vsize=14206936 memory=1012 CPUtime=0.07 cores=0,2,4,6
/proc/9265/task/9327/stat : 9327 (java) S 9262 9265 3242 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 17 0 97639005 14547902464 236266 33554432000 4194304 4196468 140737097678720 139660820015968 139661847819989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
[pid=9265/tid=9328] ppid=9262 vsize=14206936 memory=939140 CPUtime=0.18 cores=0,2,4,6
/proc/9265/task/9328/stat : 9328 (java) S 9262 9265 3242 0 -1 1077944384 522 12670 0 0 5 6 5 2 20 0 17 0 97639005 14547902464 236266 33554432000 4194304 4196468 140737097678720 139660818962992 139661847820930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13864960 140737097685654 140737097688439 140737097688439 140737097691087 0
Current children cumulated CPU time: 252.98 s
Current children cumulated vsize: 14206936 KiB
Current children cumulated memory: 945064 KiB

Child status: 143
Real time (s): 230.955
CPU time (s): 253.096
CPU user time (s): 252.295
CPU system time (s): 0.80065
CPU usage (%): 109.587
Max. virtual memory (cumulated for all children) (KiB): 14206936
Max. memory (cumulated for all children) (KiB): 1054268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.295
system time used= 0.80065
maximum resident set size= 1054792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152538
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30148
involuntary context switches= 905


# summary of solver processes directly reported to runsolver:
#   pid: 9265
#   total CPU time (s): 253.096
#   total CPU user time (s): 252.295
#   total CPU system time (s): 0.80065

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.49807 second user time and 2.08113 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 19:18:42
IDJOB=4259451
IDBENCH=124135
IDSOLVER=2646
FILE ID=node149/4259451-1502645581
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-t15-1.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259451-1502645581/watcher-4259451-1502645581 -o /tmp/evaluation-result-4259451-1502645581/solver-4259451-1502645581 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502644582-9044 --watchdog 312  bin/concrete HOME/instance-4259451-1502645581.xml

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

MD5SUM BENCH= b82332625d17a81d2c62c757de216262
RANDOM SEED=830976780

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:        23854260 kB
MemAvailable:   28006576 kB
Buffers:          266540 kB
Cached:          4159440 kB
SwapCached:            0 kB
Active:          5125136 kB
Inactive:        3315316 kB
Active(anon):    4017728 kB
Inactive(anon):    24944 kB
Active(file):    1107408 kB
Inactive(file):  3290372 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24028 kB
Writeback:             8 kB
AnonPages:       4021440 kB
Mapped:            56984 kB
Shmem:             25224 kB
Slab:             168200 kB
SReclaimable:     140744 kB
SUnreclaim:        27456 kB
KernelStack:        3552 kB
PageTables:        13008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4702684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3788800 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:22:34