Trace number 4294154

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 NameAnswerCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13? (TO) 2520.11 2463.04

General information on the benchmark

NameBibd/
Bibd-sc-12-06-05_c18.xml
MD5SUMc0ca155b7f34bafa6648dc876ad7391e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.29173
Satisfiable
(Un)Satisfiability was proved
Number of variables3432
Number of constraints1553
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1716}]
Minimum variable degree0
Maximum variable degree14
Distribution of variable degrees[{"degree":0,"count":1716},{"degree":2,"count":1452},{"degree":14,"count":264}]
Minimum constraint arity3
Maximum constraint arity264
Distribution of constraint arities[{"arity":3,"count":1452},{"arity":12,"count":22},{"arity":22,"count":78},{"arity":264,"count":1}]
Number of extensional constraints0
Number of intensional constraints1452
Distribution of constraint types[{"type":"intension","count":1452},{"type":"lex","count":1},{"type":"sum","count":100}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294154-1532435519/watcher-4294154-1532435519 -o /tmp/evaluation-result-4294154-1532435519/solver-4294154-1532435519 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12740 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=274613961 -superng HOME/instance-4294154-1532435519.xml 

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

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

solver pid=17287, runsolver pid=17284

[startup+0.100276 s]*
/proc/loadavg: 1.34 1.37 1.44 3/209 17341
/proc/meminfo: memFree=15190624/32770624 swapFree=67108860/67108860
[pid=17287] ppid=17284 vsize=9972712 memory=14648 CPUtime=0.08 cores=0,2,4,6
/proc/17287/stat : 17287 (java) S 17284 17287 12709 0 -1 1077944320 4327 12857 0 0 1 0 5 2 20 0 6 0 61115215 10212057088 3662 33554432000 4194304 4196468 140731308615456 140731308598000 140078073298679 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
/proc/17287/statm: 2493178 3662 1932 1 0 2481616 0
[pid=17287/tid=17340] ppid=17284 vsize=9972712 memory=5855087015965393053 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17340/stat : 17340 (java) R 17284 17287 12709 0 -1 4202560 2147 12857 0 0 0 0 5 2 20 0 6 0 61115224 10212057088 3662 33554432000 4194304 4196468 140731308615456 140078045135440 140078057379166 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17341] ppid=17284 vsize=9972712 memory=5793855806079789497 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17341/stat : 17341 (java) S 17284 17287 12709 0 -1 1077944384 1 12857 0 0 0 0 5 2 20 0 6 0 61115225 10212057088 3662 33554432000 4194304 4196468 140731308615456 140078077540624 140078073308885 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17342] ppid=17284 vsize=9972712 memory=140555069896320 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17342/stat : 17342 (java) S 17284 17287 12709 0 -1 1077944384 2 12857 0 0 0 0 5 2 20 0 6 0 61115225 10212057088 3662 33554432000 4194304 4196468 140731308615456 140078011582864 140078073308885 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17343] ppid=17284 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17343/stat : 17343 (java) S 17284 17287 12709 0 -1 1077944384 2 12857 0 0 0 0 5 2 20 0 6 0 61115225 10212057088 3662 33554432000 4194304 4196468 140731308615456 140077645007376 140078073308885 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17344] ppid=17284 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17344/stat : 17344 (java) S 17284 17287 12709 0 -1 1077944384 2 12857 0 0 0 0 5 2 20 0 6 0 61115225 10212057088 3662 33554432000 4194304 4196468 140731308615456 140077643954832 140078073308885 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14648 KiB

[startup+0.210762 s]*
/proc/loadavg: 1.34 1.37 1.44 3/221 17353
/proc/meminfo: memFree=15167504/32770624 swapFree=67108860/67108860
[pid=17287] ppid=17284 vsize=10818904 memory=41108 CPUtime=0.24 cores=0,2,4,6
/proc/17287/stat : 17287 (java) S 17284 17287 12709 0 -1 1077944320 8008 12857 0 0 16 1 5 2 20 0 15 0 61115215 11078557696 10277 33554432000 4194304 4196468 140731308615456 140731308598000 140078073298679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
/proc/17287/statm: 2704726 10277 2971 1 0 2667149 0
[pid=17287/tid=17340] ppid=17284 vsize=10818904 memory=-8540663193526752614 CPUtime=0.18 cores=0,2,4,6
/proc/17287/task/17340/stat : 17340 (java) R 17284 17287 12709 0 -1 4202560 4656 12857 0 0 10 1 5 2 20 0 15 0 61115224 11078557696 10343 33554432000 4194304 4196468 140731308615456 140078045120584 140078053574493 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17341] ppid=17284 vsize=10818904 memory=4211974281274686858 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17341/stat : 17341 (java) S 17284 17287 12709 0 -1 1077944384 1 12857 0 0 0 0 5 2 20 0 15 0 61115225 11078557696 10343 33554432000 4194304 4196468 140731308615456 140078077540624 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17342] ppid=17284 vsize=10818904 memory=140555069896320 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17342/stat : 17342 (java) S 17284 17287 12709 0 -1 1077944384 2 12857 0 0 0 0 5 2 20 0 15 0 61115225 11078557696 10343 33554432000 4194304 4196468 140731308615456 140078011582864 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17343] ppid=17284 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17343/stat : 17343 (java) S 17284 17287 12709 0 -1 1077944384 2 12857 0 0 0 0 5 2 20 0 15 0 61115225 11078557696 10409 33554432000 4194304 4196468 140731308615456 140077645007376 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17344] ppid=17284 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17344/stat : 17344 (java) S 17284 17287 12709 0 -1 1077944384 2 12857 0 0 0 0 5 2 20 0 15 0 61115225 11078557696 10409 33554432000 4194304 4196468 140731308615456 140077643954832 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17345] ppid=17284 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17345/stat : 17345 (java) S 17284 17287 12709 0 -1 1077944384 2 12857 0 0 0 0 5 2 20 0 15 0 61115227 11078557696 10409 33554432000 4194304 4196468 140731308615456 140077345057264 140078073309826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17346] ppid=17284 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17346/stat : 17346 (java) S 17284 17287 12709 0 -1 1077944384 13 12857 0 0 0 0 5 2 20 0 15 0 61115227 11078557696 10409 33554432000 4194304 4196468 140731308615456 140077271344544 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17347] ppid=17284 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17347/stat : 17347 (java) S 17284 17287 12709 0 -1 1077944384 1 12857 0 0 0 0 5 2 20 0 15 0 61115228 11078557696 10409 33554432000 4194304 4196468 140731308615456 140077137126896 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17348] ppid=17284 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17348/stat : 17348 (java) S 17284 17287 12709 0 -1 1077944384 3 12857 0 0 0 0 5 2 20 0 15 0 61115230 11078557696 10409 33554432000 4194304 4196468 140731308615456 140076628400848 140078073317275 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17349] ppid=17284 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17287/task/17349/stat : 17349 (java) S 17284 17287 12709 0 -1 1077944384 513 12857 0 0 1 0 5 2 20 0 15 0 61115230 11078557696 10409 33554432000 4194304 4196468 140731308615456 140077344004080 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17350] ppid=17284 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17350/stat : 17350 (java) S 17284 17287 12709 0 -1 1077944384 78 12857 0 0 0 0 5 2 20 0 15 0 61115230 11078557696 10409 33554432000 4194304 4196468 140731308615456 140077342951536 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17351] ppid=17284 vsize=10818904 memory=140555069896320 CPUtime=0.1 cores=0,2,4,6
/proc/17287/task/17351/stat : 17351 (java) S 17284 17287 12709 0 -1 1077944384 617 12857 0 0 3 0 5 2 20 0 15 0 61115230 11078557696 10409 33554432000 4194304 4196468 140731308615456 140077341898992 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17352] ppid=17284 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17352/stat : 17352 (java) S 17284 17287 12709 0 -1 1077944384 3 12857 0 0 0 0 5 2 20 0 15 0 61115231 11078557696 10409 33554432000 4194304 4196468 140731308615456 140076594842208 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17353] ppid=17284 vsize=10818904 memory=140555069896320 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17353/stat : 17353 (java) S 17284 17287 12709 0 -1 1077944384 1 12857 0 0 0 0 5 2 20 0 15 0 61115231 11078557696 10409 33554432000 4194304 4196468 140731308615456 140077340846896 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41108 KiB

[startup+0.310458 s]*
/proc/loadavg: 1.34 1.37 1.44 3/221 17353
/proc/meminfo: memFree=15155844/32770624 swapFree=67108860/67108860
[pid=17287] ppid=17284 vsize=10819352 memory=52900 CPUtime=0.38 cores=0,2,4,6
/proc/17287/stat : 17287 (java) S 17284 17287 12709 0 -1 1077944320 10859 12857 0 0 28 3 5 2 20 0 15 0 61115215 11079016448 13225 33554432000 4194304 4196468 140731308615456 140731308598000 140078073298679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
/proc/17287/statm: 2704838 13225 3090 1 0 2667149 0
[pid=17287/tid=17340] ppid=17284 vsize=10819352 memory=6791534058613427641 CPUtime=0.27 cores=0,2,4,6
/proc/17287/task/17340/stat : 17340 (java) R 17284 17287 12709 0 -1 4202560 7427 12857 0 0 18 2 5 2 20 0 15 0 61115224 11079016448 13291 33554432000 4194304 4196468 140731308615456 140078045110688 140078057379166 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17341] ppid=17284 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17341/stat : 17341 (java) S 17284 17287 12709 0 -1 1077944384 1 12857 0 0 0 0 5 2 20 0 15 0 61115225 11079016448 13291 33554432000 4194304 4196468 140731308615456 140078077540624 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17342] ppid=17284 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17342/stat : 17342 (java) S 17284 17287 12709 0 -1 1077944384 2 12857 0 0 0 0 5 2 20 0 15 0 61115225 11079016448 13291 33554432000 4194304 4196468 140731308615456 140078011582864 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17343] ppid=17284 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17343/stat : 17343 (java) S 17284 17287 12709 0 -1 1077944384 2 12857 0 0 0 0 5 2 20 0 15 0 61115225 11079016448 13291 33554432000 4194304 4196468 140731308615456 140077645007376 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17344] ppid=17284 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17344/stat : 17344 (java) S 17284 17287 12709 0 -1 1077944384 2 12857 0 0 0 0 5 2 20 0 15 0 61115225 11079016448 13291 33554432000 4194304 4196468 140731308615456 140077643954832 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17345] ppid=17284 vsize=10819352 memory=140555069896319 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17345/stat : 17345 (java) S 17284 17287 12709 0 -1 1077944384 2 12857 0 0 0 0 5 2 20 0 15 0 61115227 11079016448 13291 33554432000 4194304 4196468 140731308615456 140077345057264 140078073309826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17346] ppid=17284 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17346/stat : 17346 (java) S 17284 17287 12709 0 -1 1077944384 13 12857 0 0 0 0 5 2 20 0 15 0 61115227 11079016448 13291 33554432000 4194304 4196468 140731308615456 140077271344544 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17347] ppid=17284 vsize=10819352 memory=140555069896320 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17347/stat : 17347 (java) S 17284 17287 12709 0 -1 1077944384 1 12857 0 0 0 0 5 2 20 0 15 0 61115228 11079016448 13291 33554432000 4194304 4196468 140731308615456 140077137126896 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17348] ppid=17284 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17348/stat : 17348 (java) S 17284 17287 12709 0 -1 1077944384 3 12857 0 0 0 0 5 2 20 0 15 0 61115230 11079016448 13291 33554432000 4194304 4196468 140731308615456 140076628400848 140078073317275 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17349] ppid=17284 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17287/task/17349/stat : 17349 (java) R 17284 17287 12709 0 -1 1077944384 518 12857 0 0 2 0 5 2 20 0 15 0 61115230 11079016448 13291 33554432000 4194304 4196468 140731308615456 140077344004080 140078073309826 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17350] ppid=17284 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17287/task/17350/stat : 17350 (java) S 17284 17287 12709 0 -1 1077944384 81 12857 0 0 1 0 5 2 20 0 15 0 61115230 11079016448 13291 33554432000 4194304 4196468 140731308615456 140077342951536 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17351] ppid=17284 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/17287/task/17351/stat : 17351 (java) R 17284 17287 12709 0 -1 1077944384 651 12857 0 0 5 0 5 2 20 0 15 0 61115230 11079016448 13291 33554432000 4194304 4196468 140731308615456 140077341898992 140078073309826 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17352] ppid=17284 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17352/stat : 17352 (java) S 17284 17287 12709 0 -1 1077944384 3 12857 0 0 0 0 5 2 20 0 15 0 61115231 11079016448 13291 33554432000 4194304 4196468 140731308615456 140076594842208 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17353] ppid=17284 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17353/stat : 17353 (java) S 17284 17287 12709 0 -1 1077944384 1 12857 0 0 0 0 5 2 20 0 15 0 61115231 11079016448 13291 33554432000 4194304 4196468 140731308615456 140077340846896 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52900 KiB

[startup+0.700811 s]
/proc/loadavg: 1.34 1.37 1.44 3/221 17353
/proc/meminfo: memFree=15144556/32770624 swapFree=67108860/67108860
[pid=17287] ppid=17284 vsize=10819352 memory=85832 CPUtime=0.98 cores=0,2,4,6
/proc/17287/stat : 17287 (java) S 17284 17287 12709 0 -1 1077944320 17170 12857 0 0 87 4 5 2 20 0 15 0 61115215 11079016448 21458 33554432000 4194304 4196468 140731308615456 140731308598000 140078073298679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
/proc/17287/statm: 2704838 21458 3237 1 0 2667149 0
[pid=17287/tid=17340] ppid=17284 vsize=10819352 memory=19076 CPUtime=0.65 cores=0,2,4,6
/proc/17287/task/17340/stat : 17340 (java) R 17284 17287 12709 0 -1 4202560 12496 12857 0 0 55 3 5 2 20 0 15 0 61115224 11079016448 21458 33554432000 4194304 4196468 140731308615456 140078045118968 140078053574560 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17341] ppid=17284 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17341/stat : 17341 (java) S 17284 17287 12709 0 -1 1077944384 1 12857 0 0 0 0 5 2 20 0 15 0 61115225 11079016448 21458 33554432000 4194304 4196468 140731308615456 140078077540624 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17342] ppid=17284 vsize=10819352 memory=288230587427469581 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17342/stat : 17342 (java) S 17284 17287 12709 0 -1 1077944384 2 12857 0 0 0 0 5 2 20 0 15 0 61115225 11079016448 21458 33554432000 4194304 4196468 140731308615456 140078011582864 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17343] ppid=17284 vsize=10819352 memory=15816694631256675 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17343/stat : 17343 (java) S 17284 17287 12709 0 -1 1077944384 2 12857 0 0 0 0 5 2 20 0 15 0 61115225 11079016448 21458 33554432000 4194304 4196468 140731308615456 140077645007376 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17344] ppid=17284 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17344/stat : 17344 (java) S 17284 17287 12709 0 -1 1077944384 2 12857 0 0 0 0 5 2 20 0 15 0 61115225 11079016448 21458 33554432000 4194304 4196468 140731308615456 140077643954832 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17345] ppid=17284 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17345/stat : 17345 (java) S 17284 17287 12709 0 -1 1077944384 5 12857 0 0 0 0 5 2 20 0 15 0 61115227 11079016448 21458 33554432000 4194304 4196468 140731308615456 140077345057264 140078073309826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17346] ppid=17284 vsize=10819352 memory=140554952548960 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17346/stat : 17346 (java) S 17284 17287 12709 0 -1 1077944384 13 12857 0 0 0 0 5 2 20 0 15 0 61115227 11079016448 21458 33554432000 4194304 4196468 140731308615456 140077271344544 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17347] ppid=17284 vsize=10819352 memory=140557099730032 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17347/stat : 17347 (java) S 17284 17287 12709 0 -1 1077944384 1 12857 0 0 0 0 5 2 20 0 15 0 61115228 11079016448 21458 33554432000 4194304 4196468 140731308615456 140077137126896 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17348] ppid=17284 vsize=10819352 memory=2340 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17348/stat : 17348 (java) S 17284 17287 12709 0 -1 1077944384 3 12857 0 0 0 0 5 2 20 0 15 0 61115230 11079016448 21458 33554432000 4194304 4196468 140731308615456 140076628400848 140078073317275 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17349] ppid=17284 vsize=10819352 memory=6153431502485414241 CPUtime=0.14 cores=0,2,4,6
/proc/17287/task/17349/stat : 17349 (java) S 17284 17287 12709 0 -1 1077944384 919 12857 0 0 7 0 5 2 20 0 15 0 61115230 11079016448 21458 33554432000 4194304 4196468 140731308615456 140077344004080 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17350] ppid=17284 vsize=10819352 memory=7881696724453321575 CPUtime=0.16 cores=0,2,4,6
/proc/17287/task/17350/stat : 17350 (java) S 17284 17287 12709 0 -1 1077944384 706 12857 0 0 9 0 5 2 20 0 15 0 61115230 11079016448 21458 33554432000 4194304 4196468 140731308615456 140077342951536 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17351] ppid=17284 vsize=10819352 memory=6154538792250073449 CPUtime=0.2 cores=0,2,4,6
/proc/17287/task/17351/stat : 17351 (java) S 17284 17287 12709 0 -1 1077944384 825 12857 0 0 13 0 5 2 20 0 15 0 61115230 11079016448 21458 33554432000 4194304 4196468 140731308615456 140077341898992 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17352] ppid=17284 vsize=10819352 memory=8514726395715218844 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17352/stat : 17352 (java) S 17284 17287 12709 0 -1 1077944384 3 12857 0 0 0 0 5 2 20 0 15 0 61115231 11079016448 21458 33554432000 4194304 4196468 140731308615456 140076594842208 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17353] ppid=17284 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17353/stat : 17353 (java) S 17284 17287 12709 0 -1 1077944384 1 12857 0 0 0 0 5 2 20 0 15 0 61115231 11079016448 21458 33554432000 4194304 4196468 140731308615456 140077340846896 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85832 KiB

[startup+1.5007 s]
/proc/loadavg: 1.34 1.37 1.44 4/221 17353
/proc/meminfo: memFree=15099988/32770624 swapFree=67108860/67108860
[pid=17287] ppid=17284 vsize=10832204 memory=173812 CPUtime=2.76 cores=0,2,4,6
/proc/17287/stat : 17287 (java) S 17284 17287 12709 0 -1 1077944320 25679 12857 0 0 260 9 5 2 20 0 15 0 61115215 11092176896 42941 33554432000 4194304 4196468 140731308615456 140731308598000 140078073298679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
/proc/17287/statm: 2708051 42941 3449 1 0 2669709 0
[pid=17287/tid=17340] ppid=17284 vsize=10832204 memory=7738406144024012632 CPUtime=1.43 cores=0,2,4,6
/proc/17287/task/17340/stat : 17340 (java) S 17284 17287 12709 0 -1 1077944384 17415 12857 0 0 130 6 5 2 20 0 15 0 61115224 11092176896 43453 33554432000 4194304 4196468 140731308615456 140078045111344 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17341] ppid=17284 vsize=10832204 memory=7885069999971525992 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17341/stat : 17341 (java) S 17284 17287 12709 0 -1 1077944384 9 12857 0 0 0 0 5 2 20 0 15 0 61115225 11092176896 43453 33554432000 4194304 4196468 140731308615456 140078077540624 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17342] ppid=17284 vsize=10832204 memory=7593721413491450472 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17342/stat : 17342 (java) S 17284 17287 12709 0 -1 1077944384 50 12857 0 0 0 0 5 2 20 0 15 0 61115225 11092176896 43453 33554432000 4194304 4196468 140731308615456 140078011582864 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17343] ppid=17284 vsize=10832204 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17343/stat : 17343 (java) S 17284 17287 12709 0 -1 1077944384 161 12857 0 0 0 0 5 2 20 0 15 0 61115225 11092176896 43453 33554432000 4194304 4196468 140731308615456 140077645007376 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17344] ppid=17284 vsize=10832204 memory=215051160058336 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17344/stat : 17344 (java) S 17284 17287 12709 0 -1 1077944384 18 12857 0 0 0 0 5 2 20 0 15 0 61115225 11092176896 43453 33554432000 4194304 4196468 140731308615456 140077643954832 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17345] ppid=17284 vsize=10832204 memory=3904963032027245965 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17345/stat : 17345 (java) R 17284 17287 12709 0 -1 4202560 26 12857 0 0 0 0 5 2 20 0 15 0 61115227 11092176896 43453 33554432000 4194304 4196468 140731308615456 140077345055744 140078066395515 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17346] ppid=17284 vsize=10832204 memory=4638778428397932880 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17346/stat : 17346 (java) S 17284 17287 12709 0 -1 1077944384 13 12857 0 0 0 0 5 2 20 0 15 0 61115227 11092176896 43453 33554432000 4194304 4196468 140731308615456 140077271344544 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17347] ppid=17284 vsize=10832204 memory=6935649255776346176 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17347/stat : 17347 (java) S 17284 17287 12709 0 -1 1077944384 1 12857 0 0 0 0 5 2 20 0 15 0 61115228 11092176896 43453 33554432000 4194304 4196468 140731308615456 140077137126896 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17348] ppid=17284 vsize=10832204 memory=281109904490736 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17348/stat : 17348 (java) S 17284 17287 12709 0 -1 1077944384 3 12857 0 0 0 0 5 2 20 0 15 0 61115230 11092176896 43453 33554432000 4194304 4196468 140731308615456 140076628400848 140078073317275 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17349] ppid=17284 vsize=10832204 memory=6935649255759570240 CPUtime=0.49 cores=0,2,4,6
/proc/17287/task/17349/stat : 17349 (java) S 17284 17287 12709 0 -1 1077944384 2556 12857 0 0 42 0 5 2 20 0 15 0 61115230 11092176896 43453 33554432000 4194304 4196468 140731308615456 140077344004080 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17350] ppid=17284 vsize=10832204 memory=-6870341868400567911 CPUtime=0.48 cores=0,2,4,6
/proc/17287/task/17350/stat : 17350 (java) S 17284 17287 12709 0 -1 1077944384 1399 12857 0 0 41 0 5 2 20 0 15 0 61115230 11092176896 43453 33554432000 4194304 4196468 140731308615456 140077342951536 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17351] ppid=17284 vsize=10832204 memory=6656426216303648864 CPUtime=0.5 cores=0,2,4,6
/proc/17287/task/17351/stat : 17351 (java) S 17284 17287 12709 0 -1 1077944384 1832 12857 0 0 43 0 5 2 20 0 15 0 61115230 11092176896 43453 33554432000 4194304 4196468 140731308615456 140077341898992 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17352] ppid=17284 vsize=10832204 memory=6944656592455360604 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17352/stat : 17352 (java) S 17284 17287 12709 0 -1 1077944384 3 12857 0 0 0 0 5 2 20 0 15 0 61115231 11092176896 43453 33554432000 4194304 4196468 140731308615456 140076594842208 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17353] ppid=17284 vsize=10832204 memory=6655300316396806240 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17353/stat : 17353 (java) S 17284 17287 12709 0 -1 1077944384 3 12857 0 0 0 0 5 2 20 0 15 0 61115231 11092176896 43453 33554432000 4194304 4196468 140731308615456 140077340846896 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 10832204 KiB

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

/proc/17287/task/17340/stat : 17340 (java) R 17284 17287 12709 0 -1 4202560 94624 12857 0 0 230077 48 5 2 20 0 15 0 61115224 11178180608 266892 33554432000 4194304 4196468 140731308615456 140078045133504 140077675828346 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17341] ppid=17284 vsize=10916192 memory=1067560 CPUtime=11.22 cores=0,2,4,6
/proc/17287/task/17341/stat : 17341 (java) S 17284 17287 12709 0 -1 1077944384 21828 12857 0 0 1071 44 5 2 20 0 15 0 61115225 11178180608 266892 33554432000 4194304 4196468 140731308615456 140078077540624 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17342] ppid=17284 vsize=10916192 memory=1067560 CPUtime=11.18 cores=0,2,4,6
/proc/17287/task/17342/stat : 17342 (java) S 17284 17287 12709 0 -1 1077944384 16889 12857 0 0 1064 47 5 2 20 0 15 0 61115225 11178180608 266892 33554432000 4194304 4196468 140731308615456 140078011582864 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17343] ppid=17284 vsize=10916192 memory=1067560 CPUtime=11.17 cores=0,2,4,6
/proc/17287/task/17343/stat : 17343 (java) S 17284 17287 12709 0 -1 1077944384 15258 12857 0 0 1064 46 5 2 20 0 15 0 61115225 11178180608 266892 33554432000 4194304 4196468 140731308615456 140077645007376 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17344] ppid=17284 vsize=10916192 memory=1067568 CPUtime=11.21 cores=0,2,4,6
/proc/17287/task/17344/stat : 17344 (java) S 17284 17287 12709 0 -1 1077944384 16281 12857 0 0 1066 48 5 2 20 0 15 0 61115225 11178180608 266892 33554432000 4194304 4196468 140731308615456 140077643954832 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17345] ppid=17284 vsize=10916192 memory=1067568 CPUtime=8.07 cores=0,2,4,6
/proc/17287/task/17345/stat : 17345 (java) S 17284 17287 12709 0 -1 1077944384 19346 12857 0 0 758 42 5 2 20 0 15 0 61115227 11178180608 266892 33554432000 4194304 4196468 140731308615456 140077345057264 140078073309826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17346] ppid=17284 vsize=10916192 memory=1067568 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17346/stat : 17346 (java) S 17284 17287 12709 0 -1 1077944384 17 12857 0 0 0 0 5 2 20 0 15 0 61115227 11178180608 266892 33554432000 4194304 4196468 140731308615456 140077271344608 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17347] ppid=17284 vsize=10916192 memory=1067568 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17347/stat : 17347 (java) S 17284 17287 12709 0 -1 1077944384 8 12857 0 0 0 0 5 2 20 0 15 0 61115228 11178180608 266892 33554432000 4194304 4196468 140731308615456 140077137126912 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17348] ppid=17284 vsize=10916192 memory=1067568 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17348/stat : 17348 (java) S 17284 17287 12709 0 -1 1077944384 3 12857 0 0 0 0 5 2 20 0 15 0 61115230 11178180608 266892 33554432000 4194304 4196468 140731308615456 140076628400848 140078073317275 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17349] ppid=17284 vsize=10916192 memory=1067568 CPUtime=9.12 cores=0,2,4,6
/proc/17287/task/17349/stat : 17349 (java) S 17284 17287 12709 0 -1 1077944384 25645 12857 0 0 898 7 5 2 20 0 15 0 61115230 11178180608 266892 33554432000 4194304 4196468 140731308615456 140077344004080 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17350] ppid=17284 vsize=10916192 memory=1067568 CPUtime=8.91 cores=0,2,4,6
/proc/17287/task/17350/stat : 17350 (java) S 17284 17287 12709 0 -1 1077944384 16933 12857 0 0 880 4 5 2 20 0 15 0 61115230 11178180608 266892 33554432000 4194304 4196468 140731308615456 140077342951536 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17351] ppid=17284 vsize=10916192 memory=1067568 CPUtime=4.06 cores=0,2,4,6
/proc/17287/task/17351/stat : 17351 (java) S 17284 17287 12709 0 -1 1077944384 38087 12857 0 0 392 7 5 2 20 0 15 0 61115230 11178180608 266892 33554432000 4194304 4196468 140731308615456 140077341898992 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17352] ppid=17284 vsize=10916192 memory=1067568 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17352/stat : 17352 (java) S 17284 17287 12709 0 -1 1077944384 3 12857 0 0 0 0 5 2 20 0 15 0 61115231 11178180608 266892 33554432000 4194304 4196468 140731308615456 140076594842208 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17353] ppid=17284 vsize=10916192 memory=1067568 CPUtime=1.39 cores=0,2,4,6
/proc/17287/task/17353/stat : 17353 (java) S 17284 17287 12709 0 -1 1077944384 2956 12857 0 0 68 64 5 2 20 0 15 0 61115231 11178180608 266892 33554432000 4194304 4196468 140731308615456 140077340846896 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
Current children cumulated CPU time: 2377.12 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1067568 KiB

[startup+2382.3 s]
/proc/loadavg: 1.20 1.37 1.39 3/220 17581
/proc/meminfo: memFree=14233572/32770624 swapFree=67108860/67108860
[pid=17287] ppid=17284 vsize=10916192 memory=1067628 CPUtime=2438.07 cores=0,2,4,6
/proc/17287/stat : 17287 (java) S 17284 17287 12709 0 -1 1077944320 271642 12857 0 0 243475 325 5 2 20 0 15 0 61115215 11178180608 266907 33554432000 4194304 4196468 140731308615456 140731308598000 140078073298679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
/proc/17287/statm: 2729048 266907 3529 1 0 2690701 0
[pid=17287/tid=17340] ppid=17284 vsize=10916192 memory=1067628 CPUtime=2360.74 cores=0,2,4,6
/proc/17287/task/17340/stat : 17340 (java) R 17284 17287 12709 0 -1 4202560 95339 12857 0 0 236018 49 5 2 20 0 15 0 61115224 11178180608 266907 33554432000 4194304 4196468 140731308615456 140078045133280 140077699698948 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17341] ppid=17284 vsize=10916192 memory=1067628 CPUtime=11.54 cores=0,2,4,6
/proc/17287/task/17341/stat : 17341 (java) S 17284 17287 12709 0 -1 1077944384 22167 12857 0 0 1101 46 5 2 20 0 15 0 61115225 11178180608 266907 33554432000 4194304 4196468 140731308615456 140078077540624 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17342] ppid=17284 vsize=10916192 memory=1067568 CPUtime=11.5 cores=0,2,4,6
/proc/17287/task/17342/stat : 17342 (java) S 17284 17287 12709 0 -1 1077944384 17054 12857 0 0 1095 48 5 2 20 0 15 0 61115225 11178180608 266907 33554432000 4194304 4196468 140731308615456 140078011582864 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17343] ppid=17284 vsize=10916192 memory=1067628 CPUtime=11.5 cores=0,2,4,6
/proc/17287/task/17343/stat : 17343 (java) S 17284 17287 12709 0 -1 1077944384 15321 12857 0 0 1095 48 5 2 20 0 15 0 61115225 11178180608 266907 33554432000 4194304 4196468 140731308615456 140077645007376 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17344] ppid=17284 vsize=10916192 memory=1067628 CPUtime=11.52 cores=0,2,4,6
/proc/17287/task/17344/stat : 17344 (java) S 17284 17287 12709 0 -1 1077944384 16336 12857 0 0 1096 49 5 2 20 0 15 0 61115225 11178180608 266907 33554432000 4194304 4196468 140731308615456 140077643954832 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17345] ppid=17284 vsize=10916192 memory=1067628 CPUtime=8.29 cores=0,2,4,6
/proc/17287/task/17345/stat : 17345 (java) S 17284 17287 12709 0 -1 1077944384 19559 12857 0 0 778 44 5 2 20 0 15 0 61115227 11178180608 266907 33554432000 4194304 4196468 140731308615456 140077345057264 140078073309826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17346] ppid=17284 vsize=10916192 memory=1067628 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17346/stat : 17346 (java) S 17284 17287 12709 0 -1 1077944384 17 12857 0 0 0 0 5 2 20 0 15 0 61115227 11178180608 266907 33554432000 4194304 4196468 140731308615456 140077271344608 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17347] ppid=17284 vsize=10916192 memory=1067628 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17347/stat : 17347 (java) S 17284 17287 12709 0 -1 1077944384 8 12857 0 0 0 0 5 2 20 0 15 0 61115228 11178180608 266907 33554432000 4194304 4196468 140731308615456 140077137126912 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17348] ppid=17284 vsize=10916192 memory=1067628 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17348/stat : 17348 (java) S 17284 17287 12709 0 -1 1077944384 3 12857 0 0 0 0 5 2 20 0 15 0 61115230 11178180608 266907 33554432000 4194304 4196468 140731308615456 140076628400848 140078073317275 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17349] ppid=17284 vsize=10916192 memory=1444 CPUtime=9.12 cores=0,2,4,6
/proc/17287/task/17349/stat : 17349 (java) S 17284 17287 12709 0 -1 1077944384 25647 12857 0 0 898 7 5 2 20 0 15 0 61115230 11178180608 266907 33554432000 4194304 4196468 140731308615456 140077344004080 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17350] ppid=17284 vsize=10916192 memory=1067628 CPUtime=8.91 cores=0,2,4,6
/proc/17287/task/17350/stat : 17350 (java) S 17284 17287 12709 0 -1 1077944384 16935 12857 0 0 880 4 5 2 20 0 15 0 61115230 11178180608 266907 33554432000 4194304 4196468 140731308615456 140077342951536 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17351] ppid=17284 vsize=10916192 memory=94 CPUtime=4.06 cores=0,2,4,6
/proc/17287/task/17351/stat : 17351 (java) S 17284 17287 12709 0 -1 1077944384 38090 12857 0 0 392 7 5 2 20 0 15 0 61115230 11178180608 266907 33554432000 4194304 4196468 140731308615456 140077341898992 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17352] ppid=17284 vsize=10916192 memory=3828 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17352/stat : 17352 (java) S 17284 17287 12709 0 -1 1077944384 3 12857 0 0 0 0 5 2 20 0 15 0 61115231 11178180608 266907 33554432000 4194304 4196468 140731308615456 140076594842208 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17353] ppid=17284 vsize=10916192 memory=19112 CPUtime=1.42 cores=0,2,4,6
/proc/17287/task/17353/stat : 17353 (java) S 17284 17287 12709 0 -1 1077944384 2972 12857 0 0 69 66 5 2 20 0 15 0 61115231 11178180608 266907 33554432000 4194304 4196468 140731308615456 140077340846896 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
Current children cumulated CPU time: 2438.07 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1067628 KiB

[startup+2442.3 s]
/proc/loadavg: 1.45 1.41 1.40 3/219 17582
/proc/meminfo: memFree=14233532/32770624 swapFree=67108860/67108860
[pid=17287] ppid=17284 vsize=10916192 memory=1067704 CPUtime=2499.08 cores=0,2,4,6
/proc/17287/stat : 17287 (java) S 17284 17287 12709 0 -1 1077944320 273647 12857 0 0 249569 332 5 2 20 0 15 0 61115215 11178180608 266926 33554432000 4194304 4196468 140731308615456 140731308598000 140078073298679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
/proc/17287/statm: 2729048 266926 3529 1 0 2690701 0
[pid=17287/tid=17340] ppid=17284 vsize=10916192 memory=3828 CPUtime=2420.09 cores=0,2,4,6
/proc/17287/task/17340/stat : 17340 (java) R 17284 17287 12709 0 -1 4202560 96164 12857 0 0 241952 50 5 2 20 0 15 0 61115224 11178180608 266926 33554432000 4194304 4196468 140731308615456 140078045132272 140077698403624 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17341] ppid=17284 vsize=10916192 memory=1067680 CPUtime=11.89 cores=0,2,4,6
/proc/17287/task/17341/stat : 17341 (java) S 17284 17287 12709 0 -1 1077944384 22540 12857 0 0 1135 47 5 2 20 0 15 0 61115225 11178180608 266926 33554432000 4194304 4196468 140731308615456 140078077540624 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17342] ppid=17284 vsize=10916192 memory=1067704 CPUtime=11.85 cores=0,2,4,6
/proc/17287/task/17342/stat : 17342 (java) S 17284 17287 12709 0 -1 1077944384 17228 12857 0 0 1129 49 5 2 20 0 15 0 61115225 11178180608 266926 33554432000 4194304 4196468 140731308615456 140078011582864 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17343] ppid=17284 vsize=10916192 memory=1067704 CPUtime=11.85 cores=0,2,4,6
/proc/17287/task/17343/stat : 17343 (java) S 17284 17287 12709 0 -1 1077944384 15366 12857 0 0 1129 49 5 2 20 0 15 0 61115225 11178180608 266926 33554432000 4194304 4196468 140731308615456 140077645007376 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17344] ppid=17284 vsize=10916192 memory=1067680 CPUtime=11.87 cores=0,2,4,6
/proc/17287/task/17344/stat : 17344 (java) S 17284 17287 12709 0 -1 1077944384 16661 12857 0 0 1130 50 5 2 20 0 15 0 61115225 11178180608 266926 33554432000 4194304 4196468 140731308615456 140077643954832 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17345] ppid=17284 vsize=10916192 memory=1067680 CPUtime=8.52 cores=0,2,4,6
/proc/17287/task/17345/stat : 17345 (java) S 17284 17287 12709 0 -1 1077944384 19790 12857 0 0 800 45 5 2 20 0 15 0 61115227 11178180608 266926 33554432000 4194304 4196468 140731308615456 140077345057264 140078073309826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17346] ppid=17284 vsize=10916192 memory=1067680 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17346/stat : 17346 (java) S 17284 17287 12709 0 -1 1077944384 17 12857 0 0 0 0 5 2 20 0 15 0 61115227 11178180608 266926 33554432000 4194304 4196468 140731308615456 140077271344608 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17347] ppid=17284 vsize=10916192 memory=1067704 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17347/stat : 17347 (java) S 17284 17287 12709 0 -1 1077944384 8 12857 0 0 0 0 5 2 20 0 15 0 61115228 11178180608 266926 33554432000 4194304 4196468 140731308615456 140077137126912 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17348] ppid=17284 vsize=10916192 memory=1067704 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17348/stat : 17348 (java) S 17284 17287 12709 0 -1 1077944384 3 12857 0 0 0 0 5 2 20 0 15 0 61115230 11178180608 266926 33554432000 4194304 4196468 140731308615456 140076628400848 140078073317275 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17349] ppid=17284 vsize=10916192 memory=1067704 CPUtime=9.12 cores=0,2,4,6
/proc/17287/task/17349/stat : 17349 (java) S 17284 17287 12709 0 -1 1077944384 25651 12857 0 0 898 7 5 2 20 0 15 0 61115230 11178180608 266926 33554432000 4194304 4196468 140731308615456 140077344004080 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17350] ppid=17284 vsize=10916192 memory=1067704 CPUtime=8.91 cores=0,2,4,6
/proc/17287/task/17350/stat : 17350 (java) S 17284 17287 12709 0 -1 1077944384 16939 12857 0 0 880 4 5 2 20 0 15 0 61115230 11178180608 266926 33554432000 4194304 4196468 140731308615456 140077342951536 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17351] ppid=17284 vsize=10916192 memory=1067704 CPUtime=4.06 cores=0,2,4,6
/proc/17287/task/17351/stat : 17351 (java) S 17284 17287 12709 0 -1 1077944384 38094 12857 0 0 392 7 5 2 20 0 15 0 61115230 11178180608 266926 33554432000 4194304 4196468 140731308615456 140077341898992 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17352] ppid=17284 vsize=10916192 memory=281109905611872 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17352/stat : 17352 (java) S 17284 17287 12709 0 -1 1077944384 3 12857 0 0 0 0 5 2 20 0 15 0 61115231 11178180608 266926 33554432000 4194304 4196468 140731308615456 140076594842208 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17353] ppid=17284 vsize=10916192 memory=1067680 CPUtime=1.46 cores=0,2,4,6
/proc/17287/task/17353/stat : 17353 (java) S 17284 17287 12709 0 -1 1077944384 2992 12857 0 0 71 68 5 2 20 0 15 0 61115231 11178180608 266926 33554432000 4194304 4196468 140731308615456 140077340846896 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
Current children cumulated CPU time: 2499.08 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1067704 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2463 s]*
/proc/loadavg: 1.59 1.44 1.42 3/219 17582
/proc/meminfo: memFree=14233756/32770624 swapFree=67108860/67108860
[pid=17287] ppid=17284 vsize=10916192 memory=1067736 CPUtime=2520.06 cores=0,2,4,6
/proc/17287/stat : 17287 (java) S 17284 17287 12709 0 -1 1077944320 274229 12857 0 0 251665 334 5 2 20 0 15 0 61115215 11178180608 266934 33554432000 4194304 4196468 140731308615456 140731308598000 140078073298679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
/proc/17287/statm: 2729048 266934 3529 1 0 2690701 0
[pid=17287/tid=17340] ppid=17284 vsize=10916192 memory=1398720917958146503 CPUtime=2440.62 cores=0,2,4,6
/proc/17287/task/17340/stat : 17340 (java) R 17284 17287 12709 0 -1 4202560 96430 12857 0 0 244005 50 5 2 20 0 15 0 61115224 11178180608 266934 33554432000 4194304 4196468 140731308615456 140078045133136 140077699702813 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17341] ppid=17284 vsize=10916192 memory=905 CPUtime=11.97 cores=0,2,4,6
/proc/17287/task/17341/stat : 17341 (java) S 17284 17287 12709 0 -1 1077944384 22560 12857 0 0 1143 47 5 2 20 0 15 0 61115225 11178180608 266934 33554432000 4194304 4196468 140731308615456 140078077540624 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17342] ppid=17284 vsize=10916192 memory=884 CPUtime=11.94 cores=0,2,4,6
/proc/17287/task/17342/stat : 17342 (java) S 17284 17287 12709 0 -1 1077944384 17259 12857 0 0 1137 50 5 2 20 0 15 0 61115225 11178180608 266934 33554432000 4194304 4196468 140731308615456 140078011582864 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17343] ppid=17284 vsize=10916192 memory=399 CPUtime=11.93 cores=0,2,4,6
/proc/17287/task/17343/stat : 17343 (java) S 17284 17287 12709 0 -1 1077944384 15427 12857 0 0 1137 49 5 2 20 0 15 0 61115225 11178180608 266934 33554432000 4194304 4196468 140731308615456 140077645007376 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17344] ppid=17284 vsize=10916192 memory=-7003737579269690708 CPUtime=11.95 cores=0,2,4,6
/proc/17287/task/17344/stat : 17344 (java) S 17284 17287 12709 0 -1 1077944384 16668 12857 0 0 1138 50 5 2 20 0 15 0 61115225 11178180608 266934 33554432000 4194304 4196468 140731308615456 140077643954832 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17345] ppid=17284 vsize=10916192 memory=792 CPUtime=8.59 cores=0,2,4,6
/proc/17287/task/17345/stat : 17345 (java) S 17284 17287 12709 0 -1 1077944384 19973 12857 0 0 807 45 5 2 20 0 15 0 61115227 11178180608 266934 33554432000 4194304 4196468 140731308615456 140077345057264 140078073309826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17346] ppid=17284 vsize=10916192 memory=1228 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17346/stat : 17346 (java) S 17284 17287 12709 0 -1 1077944384 17 12857 0 0 0 0 5 2 20 0 15 0 61115227 11178180608 266934 33554432000 4194304 4196468 140731308615456 140077271344608 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17347] ppid=17284 vsize=10916192 memory=1948 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17347/stat : 17347 (java) S 17284 17287 12709 0 -1 1077944384 8 12857 0 0 0 0 5 2 20 0 15 0 61115228 11178180608 266934 33554432000 4194304 4196468 140731308615456 140077137126912 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17348] ppid=17284 vsize=10916192 memory=5524 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17348/stat : 17348 (java) S 17284 17287 12709 0 -1 1077944384 3 12857 0 0 0 0 5 2 20 0 15 0 61115230 11178180608 266934 33554432000 4194304 4196468 140731308615456 140076628400848 140078073317275 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17349] ppid=17284 vsize=10916192 memory=1444 CPUtime=9.12 cores=0,2,4,6
/proc/17287/task/17349/stat : 17349 (java) S 17284 17287 12709 0 -1 1077944384 25651 12857 0 0 898 7 5 2 20 0 15 0 61115230 11178180608 266934 33554432000 4194304 4196468 140731308615456 140077344004080 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17350] ppid=17284 vsize=10916192 memory=1200 CPUtime=8.91 cores=0,2,4,6
/proc/17287/task/17350/stat : 17350 (java) S 17284 17287 12709 0 -1 1077944384 16939 12857 0 0 880 4 5 2 20 0 15 0 61115230 11178180608 266934 33554432000 4194304 4196468 140731308615456 140077342951536 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17351] ppid=17284 vsize=10916192 memory=1609468 CPUtime=4.06 cores=0,2,4,6
/proc/17287/task/17351/stat : 17351 (java) S 17284 17287 12709 0 -1 1077944384 38094 12857 0 0 392 7 5 2 20 0 15 0 61115230 11178180608 266934 33554432000 4194304 4196468 140731308615456 140077341898992 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17352] ppid=17284 vsize=10916192 memory=4096 CPUtime=0.07 cores=0,2,4,6
/proc/17287/task/17352/stat : 17352 (java) S 17284 17287 12709 0 -1 1077944384 3 12857 0 0 0 0 5 2 20 0 15 0 61115231 11178180608 266934 33554432000 4194304 4196468 140731308615456 140076594842208 140078073308885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
[pid=17287/tid=17353] ppid=17284 vsize=10916192 memory=1398720917958146503 CPUtime=1.47 cores=0,2,4,6
/proc/17287/task/17353/stat : 17353 (java) S 17284 17287 12709 0 -1 1077944384 3006 12857 0 0 71 69 5 2 20 0 15 0 61115231 11178180608 266934 33554432000 4194304 4196468 140731308615456 140077340846896 140078073309826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27459584 140731308624044 140731308627292 140731308627292 140731308629967 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1067736 KiB

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

[startup+2463.04 s]
# the end of solver process 17287 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.72 s, system=3.38478 s

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

Child status: 143
Real time (s): 2463.04
CPU time (s): 2520.11
CPU user time (s): 2516.72
CPU system time (s): 3.38478
CPU usage (%): 102.317
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 1272036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.72
system time used= 3.38478
maximum resident set size= 1275140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 288147
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 237676
involuntary context switches= 7479


# summary of solver processes directly reported to runsolver:
#   pid: 17287
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.72
#   total CPU system time (s): 3.38478

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7371 second user time and 20.5613 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-24 14:32:00
IDJOB=4294154
IDBENCH=141336
IDSOLVER=2751
FILE ID=node135/4294154-1532435519
RUNJOBID= node135-1532413601-12740
PBS_JOBID= 21021575
Free space on /tmp= 48396 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Bibd/Bibd-sc-12-06-05_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294154-1532435519/watcher-4294154-1532435519 -o /tmp/evaluation-result-4294154-1532435519/solver-4294154-1532435519 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12740 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=274613961 -superng HOME/instance-4294154-1532435519.xml

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

MD5SUM BENCH= c0ca155b7f34bafa6648dc876ad7391e
RANDOM SEED=274613961

node135.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.50
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.50
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.50
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.50
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:        15194564 kB
MemAvailable:   30238252 kB
Buffers:          206336 kB
Cached:         14891856 kB
SwapCached:            0 kB
Active:          4098848 kB
Inactive:       12748524 kB
Active(anon):    1699392 kB
Inactive(anon):    69860 kB
Active(file):    2399456 kB
Inactive(file): 12678664 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26732 kB
Writeback:             0 kB
AnonPages:       1756760 kB
Mapped:            51544 kB
Shmem:             17056 kB
Slab:             422556 kB
SReclaimable:     394028 kB
SUnreclaim:        28528 kB
KernelStack:        3600 kB
PageTables:         9400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2560356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1523712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48368 MiB
End job on node135 at 2018-07-24 15:13:04