Trace number 4294572

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 2484.93

General information on the benchmark

NameMisteryShopper/
MisteryShopper-10c_c18.xml
MD5SUM56c97bc9b19c7ad517216d1a3c315031
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 benchmark5.95232
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints621
Number of domains3
Minimum domain size5
Maximum domain size50
Distribution of domain sizes[{"size":5,"count":250},{"size":6,"count":250},{"size":50,"count":500}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":500},{"degree":3,"count":250},{"degree":4,"count":220},{"degree":5,"count":30}]
Minimum constraint arity2
Maximum constraint arity250
Distribution of constraint arities[{"arity":2,"count":500},{"arity":5,"count":100},{"arity":6,"count":5},{"arity":50,"count":10},{"arity":100,"count":5},{"arity":250,"count":1}]
Number of extensional constraints500
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":500},{"type":"allDifferent","count":110},{"type":"ordered","count":5},{"type":"lex","count":1},{"type":"channel","count":5}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294572-1532470810/watcher-4294572-1532470810 -o /tmp/evaluation-result-4294572-1532470810/solver-4294572-1532470810 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24797 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1430721750 -superng HOME/instance-4294572-1532470810.xml 

running on 4 cores: 1,3,5,7

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

solver pid=30099, runsolver pid=30096

[startup+0.100134 s]*
/proc/loadavg: 1.58 1.50 1.44 3/208 30156
/proc/meminfo: memFree=20036428/32770624 swapFree=67108860/67108860
[pid=30099] ppid=30096 vsize=9972712 memory=18592 CPUtime=0.09 cores=1,3,5,7
/proc/30099/stat : 30099 (java) S 30096 30099 24765 0 -1 1077944320 4311 13183 0 0 1 1 5 2 20 0 6 0 64644170 10212057088 4648 33554432000 4194304 4196468 140733007838720 140733007821264 140345130716919 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
/proc/30099/statm: 2493178 4648 1932 1 0 2481616 0
[pid=30099/tid=30152] ppid=30096 vsize=9972712 memory=4279135703946986127 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30152/stat : 30152 (java) R 30096 30099 24765 0 -1 4202560 2130 13183 0 0 0 0 5 2 20 0 6 0 64644179 10212057088 4714 33554432000 4194304 4196468 140733007838720 140345102553680 140345115839856 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30153] ppid=30096 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30153/stat : 30153 (java) S 30096 30099 24765 0 -1 1077944384 2 13183 0 0 0 0 5 2 20 0 6 0 64644180 10212057088 4714 33554432000 4194304 4196468 140733007838720 140345134959376 140345130727125 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30154] ppid=30096 vsize=9972712 memory=139817965315712 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30154/stat : 30154 (java) S 30096 30099 24765 0 -1 1077944384 2 13183 0 0 0 0 5 2 20 0 6 0 64644180 10212057088 4714 33554432000 4194304 4196468 140733007838720 140345039162256 140345130727125 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30155] ppid=30096 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30155/stat : 30155 (java) S 30096 30099 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 6 0 64644180 10212057088 4714 33554432000 4194304 4196468 140733007838720 140345038109712 140345130727125 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30156] ppid=30096 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30156/stat : 30156 (java) S 30096 30099 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 6 0 64644180 10212057088 4714 33554432000 4194304 4196468 140733007838720 140345037057168 140345130727125 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210003 s]*
/proc/loadavg: 1.58 1.50 1.44 3/217 30165
/proc/meminfo: memFree=20014480/32770624 swapFree=67108860/67108860
[pid=30099] ppid=30096 vsize=10818856 memory=41748 CPUtime=0.26 cores=1,3,5,7
/proc/30099/stat : 30099 (java) S 30096 30099 24765 0 -1 1077944320 8879 13183 0 0 17 2 5 2 20 0 15 0 64644170 11078508544 10437 33554432000 4194304 4196468 140733007838720 140733007821264 140345130716919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
/proc/30099/statm: 2704714 10437 2960 1 0 2667149 0
[pid=30099/tid=30152] ppid=30096 vsize=10818856 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/30099/task/30152/stat : 30152 (java) R 30096 30099 24765 0 -1 4202560 5503 13183 0 0 10 1 5 2 20 0 15 0 64644179 11078508544 10437 33554432000 4194304 4196468 140733007838720 140345102514576 140345114760549 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30153] ppid=30096 vsize=10818856 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30153/stat : 30153 (java) S 30096 30099 24765 0 -1 1077944384 2 13183 0 0 0 0 5 2 20 0 15 0 64644180 11078508544 10437 33554432000 4194304 4196468 140733007838720 140345134959376 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30154] ppid=30096 vsize=10818856 memory=139817965315712 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30154/stat : 30154 (java) S 30096 30099 24765 0 -1 1077944384 2 13183 0 0 0 0 5 2 20 0 15 0 64644180 11078508544 10437 33554432000 4194304 4196468 140733007838720 140345039162256 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30155] ppid=30096 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30155/stat : 30155 (java) S 30096 30099 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 15 0 64644180 11078508544 10437 33554432000 4194304 4196468 140733007838720 140345038109712 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30156] ppid=30096 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30156/stat : 30156 (java) S 30096 30099 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 15 0 64644180 11078508544 10437 33554432000 4194304 4196468 140733007838720 140345037057168 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30157] ppid=30096 vsize=10818856 memory=139817965315712 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30157/stat : 30157 (java) S 30096 30099 24765 0 -1 1077944384 2 13183 0 0 0 0 5 2 20 0 15 0 64644181 11078508544 10437 33554432000 4194304 4196468 140733007838720 140344335013872 140345130728066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30158] ppid=30096 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30158/stat : 30158 (java) S 30096 30099 24765 0 -1 1077944384 33 13183 0 0 0 0 5 2 20 0 15 0 64644182 11078508544 10437 33554432000 4194304 4196468 140733007838720 140344333960096 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30159] ppid=30096 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30159/stat : 30159 (java) S 30096 30099 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 15 0 64644182 11078508544 10437 33554432000 4194304 4196468 140733007838720 140343961969648 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30160] ppid=30096 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30160/stat : 30160 (java) S 30096 30099 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 64644185 11078508544 10437 33554432000 4194304 4196468 140733007838720 140343721679056 140345130735515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30161] ppid=30096 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30099/task/30161/stat : 30161 (java) S 30096 30099 24765 0 -1 1077944384 487 13183 0 0 1 0 5 2 20 0 15 0 64644185 11078508544 10437 33554432000 4194304 4196468 140733007838720 140344300403184 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30162] ppid=30096 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30099/task/30162/stat : 30162 (java) S 30096 30099 24765 0 -1 1077944384 86 13183 0 0 1 0 5 2 20 0 15 0 64644185 11078508544 10437 33554432000 4194304 4196468 140733007838720 140344299350640 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30163] ppid=30096 vsize=10818856 memory=139817965315712 CPUtime=0.1 cores=1,3,5,7
/proc/30099/task/30163/stat : 30163 (java) S 30096 30099 24765 0 -1 1077944384 565 13183 0 0 3 0 5 2 20 0 15 0 64644185 11078508544 10437 33554432000 4194304 4196468 140733007838720 140343928412912 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30164] ppid=30096 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30164/stat : 30164 (java) S 30096 30099 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 64644185 11078508544 10437 33554432000 4194304 4196468 140733007838720 140343688121440 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30165] ppid=30096 vsize=10818856 memory=139817965315712 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30165/stat : 30165 (java) S 30096 30099 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 15 0 64644185 11078508544 10437 33554432000 4194304 4196468 140733007838720 140343927359792 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 41748 KiB

[startup+0.310311 s]*
/proc/loadavg: 1.58 1.50 1.44 3/217 30165
/proc/meminfo: memFree=20003492/32770624 swapFree=67108860/67108860
[pid=30099] ppid=30096 vsize=10819352 memory=51232 CPUtime=0.39 cores=1,3,5,7
/proc/30099/stat : 30099 (java) S 30096 30099 24765 0 -1 1077944320 10431 13183 0 0 29 3 5 2 20 0 15 0 64644170 11079016448 12808 33554432000 4194304 4196468 140733007838720 140733007821264 140345130716919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
/proc/30099/statm: 2704838 12808 3091 1 0 2667149 0
[pid=30099/tid=30152] ppid=30096 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/30099/task/30152/stat : 30152 (java) R 30096 30099 24765 0 -1 4202560 7032 13183 0 0 19 2 5 2 20 0 15 0 64644179 11079016448 12808 33554432000 4194304 4196468 140733007838720 140345102528928 140345110992222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30153] ppid=30096 vsize=10819352 memory=7373043845850746960 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30153/stat : 30153 (java) S 30096 30099 24765 0 -1 1077944384 2 13183 0 0 0 0 5 2 20 0 15 0 64644180 11079016448 12808 33554432000 4194304 4196468 140733007838720 140345134959376 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30154] ppid=30096 vsize=10819352 memory=2080 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30154/stat : 30154 (java) S 30096 30099 24765 0 -1 1077944384 2 13183 0 0 0 0 5 2 20 0 15 0 64644180 11079016448 12808 33554432000 4194304 4196468 140733007838720 140345039162256 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30155] ppid=30096 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30155/stat : 30155 (java) S 30096 30099 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 15 0 64644180 11079016448 12808 33554432000 4194304 4196468 140733007838720 140345038109712 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30156] ppid=30096 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30156/stat : 30156 (java) S 30096 30099 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 15 0 64644180 11079016448 12808 33554432000 4194304 4196468 140733007838720 140345037057168 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30157] ppid=30096 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30157/stat : 30157 (java) S 30096 30099 24765 0 -1 1077944384 2 13183 0 0 0 0 5 2 20 0 15 0 64644181 11079016448 12808 33554432000 4194304 4196468 140733007838720 140344335013872 140345130728066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30158] ppid=30096 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30158/stat : 30158 (java) S 30096 30099 24765 0 -1 1077944384 33 13183 0 0 0 0 5 2 20 0 15 0 64644182 11079016448 12808 33554432000 4194304 4196468 140733007838720 140344333960096 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30159] ppid=30096 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30159/stat : 30159 (java) S 30096 30099 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 15 0 64644182 11079016448 12808 33554432000 4194304 4196468 140733007838720 140343961969648 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30160] ppid=30096 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30160/stat : 30160 (java) S 30096 30099 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 64644185 11079016448 12808 33554432000 4194304 4196468 140733007838720 140343721679056 140345130735515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30161] ppid=30096 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30099/task/30161/stat : 30161 (java) S 30096 30099 24765 0 -1 1077944384 488 13183 0 0 2 0 5 2 20 0 15 0 64644185 11079016448 12808 33554432000 4194304 4196468 140733007838720 140344300403184 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30162] ppid=30096 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30099/task/30162/stat : 30162 (java) S 30096 30099 24765 0 -1 1077944384 86 13183 0 0 1 0 5 2 20 0 15 0 64644185 11079016448 12808 33554432000 4194304 4196468 140733007838720 140344299350640 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30163] ppid=30096 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/30099/task/30163/stat : 30163 (java) S 30096 30099 24765 0 -1 1077944384 584 13183 0 0 5 0 5 2 20 0 15 0 64644185 11079016448 12808 33554432000 4194304 4196468 140733007838720 140343928412912 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30164] ppid=30096 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30164/stat : 30164 (java) S 30096 30099 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 64644185 11079016448 12808 33554432000 4194304 4196468 140733007838720 140343688121440 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30165] ppid=30096 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30165/stat : 30165 (java) S 30096 30099 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 15 0 64644185 11079016448 12808 33554432000 4194304 4196468 140733007838720 140343927359792 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51232 KiB

[startup+0.700782 s]
/proc/loadavg: 1.58 1.50 1.44 3/217 30165
/proc/meminfo: memFree=19993568/32770624 swapFree=67108860/67108860
[pid=30099] ppid=30096 vsize=10819352 memory=84844 CPUtime=0.98 cores=1,3,5,7
/proc/30099/stat : 30099 (java) S 30096 30099 24765 0 -1 1077944320 16862 13183 0 0 87 4 5 2 20 0 15 0 64644170 11079016448 21211 33554432000 4194304 4196468 140733007838720 140733007821264 140345130716919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
/proc/30099/statm: 2704838 21211 3240 1 0 2667149 0
[pid=30099/tid=30152] ppid=30096 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/30099/task/30152/stat : 30152 (java) R 30096 30099 24765 0 -1 4202560 12490 13183 0 0 56 3 5 2 20 0 15 0 64644179 11079016448 21211 33554432000 4194304 4196468 140733007838720 140345102537744 140345113903700 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30153] ppid=30096 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30153/stat : 30153 (java) S 30096 30099 24765 0 -1 1077944384 2 13183 0 0 0 0 5 2 20 0 15 0 64644180 11079016448 21211 33554432000 4194304 4196468 140733007838720 140345134959376 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30154] ppid=30096 vsize=10819352 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30154/stat : 30154 (java) S 30096 30099 24765 0 -1 1077944384 2 13183 0 0 0 0 5 2 20 0 15 0 64644180 11079016448 21211 33554432000 4194304 4196468 140733007838720 140345039162256 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30155] ppid=30096 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30155/stat : 30155 (java) S 30096 30099 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 15 0 64644180 11079016448 21211 33554432000 4194304 4196468 140733007838720 140345038109712 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30156] ppid=30096 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30156/stat : 30156 (java) S 30096 30099 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 15 0 64644180 11079016448 21211 33554432000 4194304 4196468 140733007838720 140345037057168 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30157] ppid=30096 vsize=10819352 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30157/stat : 30157 (java) S 30096 30099 24765 0 -1 1077944384 6 13183 0 0 0 0 5 2 20 0 15 0 64644181 11079016448 21211 33554432000 4194304 4196468 140733007838720 140344335013872 140345130728066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30158] ppid=30096 vsize=10819352 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30158/stat : 30158 (java) S 30096 30099 24765 0 -1 1077944384 33 13183 0 0 0 0 5 2 20 0 15 0 64644182 11079016448 21211 33554432000 4194304 4196468 140733007838720 140344333960096 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30159] ppid=30096 vsize=10819352 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30159/stat : 30159 (java) S 30096 30099 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 15 0 64644182 11079016448 21211 33554432000 4194304 4196468 140733007838720 140343961969648 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30160] ppid=30096 vsize=10819352 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30160/stat : 30160 (java) S 30096 30099 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 64644185 11079016448 21211 33554432000 4194304 4196468 140733007838720 140343721679056 140345130735515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30161] ppid=30096 vsize=10819352 memory=13252 CPUtime=0.17 cores=1,3,5,7
/proc/30099/task/30161/stat : 30161 (java) S 30096 30099 24765 0 -1 1077944384 1123 13183 0 0 10 0 5 2 20 0 15 0 64644185 11079016448 21211 33554432000 4194304 4196468 140733007838720 140344300403184 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30162] ppid=30096 vsize=10819352 memory=15460 CPUtime=0.13 cores=1,3,5,7
/proc/30099/task/30162/stat : 30162 (java) S 30096 30099 24765 0 -1 1077944384 329 13183 0 0 6 0 5 2 20 0 15 0 64644185 11079016448 21211 33554432000 4194304 4196468 140733007838720 140344299350640 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30163] ppid=30096 vsize=10819352 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/30099/task/30163/stat : 30163 (java) S 30096 30099 24765 0 -1 1077944384 675 13183 0 0 13 0 5 2 20 0 15 0 64644185 11079016448 21211 33554432000 4194304 4196468 140733007838720 140343928412912 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30164] ppid=30096 vsize=10819352 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30164/stat : 30164 (java) S 30096 30099 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 64644185 11079016448 21211 33554432000 4194304 4196468 140733007838720 140343688121440 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30165] ppid=30096 vsize=10819352 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30165/stat : 30165 (java) S 30096 30099 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 15 0 64644185 11079016448 21211 33554432000 4194304 4196468 140733007838720 140343927359792 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84844 KiB

[startup+1.50069 s]
/proc/loadavg: 1.58 1.50 1.44 3/217 30165
/proc/meminfo: memFree=19947236/32770624 swapFree=67108860/67108860
[pid=30099] ppid=30096 vsize=10832204 memory=189164 CPUtime=2.96 cores=1,3,5,7
/proc/30099/stat : 30099 (java) S 30096 30099 24765 0 -1 1077944320 25379 13183 0 0 281 8 5 2 20 0 15 0 64644170 11092176896 47291 33554432000 4194304 4196468 140733007838720 140733007821264 140345130716919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
/proc/30099/statm: 2708051 47291 3451 1 0 2669709 0
[pid=30099/tid=30152] ppid=30096 vsize=10832204 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/30099/task/30152/stat : 30152 (java) S 30096 30099 24765 0 -1 1077944384 17340 13183 0 0 131 5 5 2 20 0 15 0 64644179 11092176896 47291 33554432000 4194304 4196468 140733007838720 140345102529296 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30153] ppid=30096 vsize=10832204 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30153/stat : 30153 (java) R 30096 30099 24765 0 -1 4202560 57 13183 0 0 0 0 5 2 20 0 15 0 64644180 11092176896 47291 33554432000 4194304 4196468 140733007838720 140345134959376 140345115414553 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30154] ppid=30096 vsize=10832204 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30154/stat : 30154 (java) R 30096 30099 24765 0 -1 4202560 16 13183 0 0 0 0 5 2 20 0 15 0 64644180 11092176896 47291 33554432000 4194304 4196468 140733007838720 140345039162256 140345115414553 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30155] ppid=30096 vsize=10832204 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30155/stat : 30155 (java) R 30096 30099 24765 0 -1 4202560 5 13183 0 0 0 0 5 2 20 0 15 0 64644180 11092176896 47291 33554432000 4194304 4196468 140733007838720 140345038109712 140345115414553 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30156] ppid=30096 vsize=10832204 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30156/stat : 30156 (java) R 30096 30099 24765 0 -1 1077944384 158 13183 0 0 0 0 5 2 20 0 15 0 64644180 11092176896 47291 33554432000 4194304 4196468 140733007838720 140345037057168 140345130727125 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30157] ppid=30096 vsize=10832204 memory=1399103955520229747 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30157/stat : 30157 (java) S 30096 30099 24765 0 -1 1077944384 43 13183 0 0 0 0 5 2 20 0 15 0 64644181 11092176896 47291 33554432000 4194304 4196468 140733007838720 140344335012160 140345130727125 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30158] ppid=30096 vsize=10832204 memory=279635657042176 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30158/stat : 30158 (java) S 30096 30099 24765 0 -1 1077944384 33 13183 0 0 0 0 5 2 20 0 15 0 64644182 11092176896 47291 33554432000 4194304 4196468 140733007838720 140344333960096 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30159] ppid=30096 vsize=10832204 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30159/stat : 30159 (java) S 30096 30099 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 15 0 64644182 11092176896 47291 33554432000 4194304 4196468 140733007838720 140343961969648 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30160] ppid=30096 vsize=10832204 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30160/stat : 30160 (java) S 30096 30099 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 64644185 11092176896 47291 33554432000 4194304 4196468 140733007838720 140343721679056 140345130735515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30161] ppid=30096 vsize=10832204 memory=1704 CPUtime=0.64 cores=1,3,5,7
/proc/30099/task/30161/stat : 30161 (java) S 30096 30099 24765 0 -1 1077944384 2377 13183 0 0 57 0 5 2 20 0 15 0 64644185 11092176896 47291 33554432000 4194304 4196468 140733007838720 140344300394464 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30162] ppid=30096 vsize=10832204 memory=9924 CPUtime=0.51 cores=1,3,5,7
/proc/30099/task/30162/stat : 30162 (java) S 30096 30099 24765 0 -1 1077944384 1238 13183 0 0 44 0 5 2 20 0 15 0 64644185 11092176896 47291 33554432000 4194304 4196468 140733007838720 140344299350640 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30163] ppid=30096 vsize=10832204 memory=5788 CPUtime=0.52 cores=1,3,5,7
/proc/30099/task/30163/stat : 30163 (java) S 30096 30099 24765 0 -1 1077944384 1913 13183 0 0 45 0 5 2 20 0 15 0 64644185 11092176896 47291 33554432000 4194304 4196468 140733007838720 140343928412912 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30164] ppid=30096 vsize=10832204 memory=1936 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30164/stat : 30164 (java) S 30096 30099 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 64644185 11092176896 47291 33554432000 4194304 4196468 140733007838720 140343688121440 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30165] ppid=30096 vsize=10832204 memory=1196 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30165/stat : 30165 (java) S 30096 30099 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 64644185 11092176896 47291 33554432000 4194304 4196468 140733007838720 140343927359792 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
Current children cumulated CPU time: 2.96 s
Current children cumulated vsize: 10832204 KiB

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

/proc/30099/task/30152/stat : 30152 (java) R 30096 30099 24765 0 -1 4202560 88580 13183 0 0 237216 31 5 2 20 0 15 0 64644179 11178180608 147458 33554432000 4194304 4196468 140733007838720 140345102550944 140344718098835 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30153] ppid=30096 vsize=10916192 memory=4136 CPUtime=6.48 cores=1,3,5,7
/proc/30099/task/30153/stat : 30153 (java) S 30096 30099 24765 0 -1 1077944384 11539 13183 0 0 587 54 5 2 20 0 15 0 64644180 11178180608 147458 33554432000 4194304 4196468 140733007838720 140345134959376 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30154] ppid=30096 vsize=10916192 memory=589832 CPUtime=6.48 cores=1,3,5,7
/proc/30099/task/30154/stat : 30154 (java) S 30096 30099 24765 0 -1 1077944384 13816 13183 0 0 585 56 5 2 20 0 15 0 64644180 11178180608 147458 33554432000 4194304 4196468 140733007838720 140345039162256 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30155] ppid=30096 vsize=10916192 memory=589832 CPUtime=6.47 cores=1,3,5,7
/proc/30099/task/30155/stat : 30155 (java) S 30096 30099 24765 0 -1 1077944384 10327 13183 0 0 586 54 5 2 20 0 15 0 64644180 11178180608 147458 33554432000 4194304 4196468 140733007838720 140345038109712 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30156] ppid=30096 vsize=10916192 memory=589832 CPUtime=6.47 cores=1,3,5,7
/proc/30099/task/30156/stat : 30156 (java) S 30096 30099 24765 0 -1 1077944384 14019 13183 0 0 588 52 5 2 20 0 15 0 64644180 11178180608 147458 33554432000 4194304 4196468 140733007838720 140345037057168 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30157] ppid=30096 vsize=10916192 memory=589832 CPUtime=2.18 cores=1,3,5,7
/proc/30099/task/30157/stat : 30157 (java) S 30096 30099 24765 0 -1 1077944384 12373 13183 0 0 192 19 5 2 20 0 15 0 64644181 11178180608 147458 33554432000 4194304 4196468 140733007838720 140344335013872 140345130728066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30158] ppid=30096 vsize=10916192 memory=589832 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30158/stat : 30158 (java) S 30096 30099 24765 0 -1 1077944384 62 13183 0 0 0 0 5 2 20 0 15 0 64644182 11178180608 147458 33554432000 4194304 4196468 140733007838720 140344333960160 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30159] ppid=30096 vsize=10916192 memory=589832 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30159/stat : 30159 (java) S 30096 30099 24765 0 -1 1077944384 12 13183 0 0 0 0 5 2 20 0 15 0 64644182 11178180608 147458 33554432000 4194304 4196468 140733007838720 140343961969664 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30160] ppid=30096 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30160/stat : 30160 (java) S 30096 30099 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 64644185 11178180608 147458 33554432000 4194304 4196468 140733007838720 140343721679056 140345130735515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30161] ppid=30096 vsize=10916192 memory=279635658969392 CPUtime=6.79 cores=1,3,5,7
/proc/30099/task/30161/stat : 30161 (java) S 30096 30099 24765 0 -1 1077944384 33141 13183 0 0 669 3 5 2 20 0 15 0 64644185 11178180608 147458 33554432000 4194304 4196468 140733007838720 140344300403184 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30162] ppid=30096 vsize=10916192 memory=589832 CPUtime=5.93 cores=1,3,5,7
/proc/30099/task/30162/stat : 30162 (java) S 30096 30099 24765 0 -1 1077944384 29946 13183 0 0 582 4 5 2 20 0 15 0 64644185 11178180608 147458 33554432000 4194304 4196468 140733007838720 140344299350640 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30163] ppid=30096 vsize=10916192 memory=18252 CPUtime=2.6 cores=1,3,5,7
/proc/30099/task/30163/stat : 30163 (java) S 30096 30099 24765 0 -1 1077944384 22055 13183 0 0 249 4 5 2 20 0 15 0 64644185 11178180608 147458 33554432000 4194304 4196468 140733007838720 140343928412912 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30164] ppid=30096 vsize=10916192 memory=589832 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30164/stat : 30164 (java) S 30096 30099 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 64644185 11178180608 147458 33554432000 4194304 4196468 140733007838720 140343688121440 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30165] ppid=30096 vsize=10916192 memory=589832 CPUtime=1.34 cores=1,3,5,7
/proc/30099/task/30165/stat : 30165 (java) S 30096 30099 24765 0 -1 1077944384 2135 13183 0 0 59 68 5 2 20 0 15 0 64644185 11178180608 147458 33554432000 4194304 4196468 140733007838720 140343927359792 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
Current children cumulated CPU time: 2416.76 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 589832 KiB

[startup+2442.3 s]
/proc/loadavg: 1.57 1.52 1.41 3/216 30369
/proc/meminfo: memFree=21137060/32770624 swapFree=67108860/67108860
[pid=30099] ppid=30096 vsize=10916192 memory=590800 CPUtime=2477.17 cores=1,3,5,7
/proc/30099/stat : 30099 (java) S 30096 30099 24765 0 -1 1077944320 241529 13183 0 0 247385 325 5 2 20 0 15 0 64644170 11178180608 147700 33554432000 4194304 4196468 140733007838720 140733007821264 140345130716919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
/proc/30099/statm: 2729048 147700 3528 1 0 2690701 0
[pid=30099/tid=30152] ppid=30096 vsize=10916192 memory=590800 CPUtime=2432.35 cores=1,3,5,7
/proc/30099/task/30152/stat : 30152 (java) R 30096 30099 24765 0 -1 4202560 88933 13183 0 0 243196 32 5 2 20 0 15 0 64644179 11178180608 147700 33554432000 4194304 4196468 140733007838720 140345102551088 140344736467284 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30153] ppid=30096 vsize=10916192 memory=590800 CPUtime=6.61 cores=1,3,5,7
/proc/30099/task/30153/stat : 30153 (java) S 30096 30099 24765 0 -1 1077944384 12062 13183 0 0 599 55 5 2 20 0 15 0 64644180 11178180608 147700 33554432000 4194304 4196468 140733007838720 140345134959376 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30154] ppid=30096 vsize=10916192 memory=590800 CPUtime=6.61 cores=1,3,5,7
/proc/30099/task/30154/stat : 30154 (java) S 30096 30099 24765 0 -1 1077944384 13881 13183 0 0 598 56 5 2 20 0 15 0 64644180 11178180608 147700 33554432000 4194304 4196468 140733007838720 140345039162256 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30155] ppid=30096 vsize=10916192 memory=590800 CPUtime=6.6 cores=1,3,5,7
/proc/30099/task/30155/stat : 30155 (java) S 30096 30099 24765 0 -1 1077944384 10343 13183 0 0 599 54 5 2 20 0 15 0 64644180 11178180608 147700 33554432000 4194304 4196468 140733007838720 140345038109712 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30156] ppid=30096 vsize=10916192 memory=590764 CPUtime=6.6 cores=1,3,5,7
/proc/30099/task/30156/stat : 30156 (java) S 30096 30099 24765 0 -1 1077944384 14166 13183 0 0 601 52 5 2 20 0 15 0 64644180 11178180608 147700 33554432000 4194304 4196468 140733007838720 140345037057168 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30157] ppid=30096 vsize=10916192 memory=590744 CPUtime=2.24 cores=1,3,5,7
/proc/30099/task/30157/stat : 30157 (java) S 30096 30099 24765 0 -1 1077944384 12572 13183 0 0 197 20 5 2 20 0 15 0 64644181 11178180608 147700 33554432000 4194304 4196468 140733007838720 140344335013872 140345130728066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30158] ppid=30096 vsize=10916192 memory=1196 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30158/stat : 30158 (java) S 30096 30099 24765 0 -1 1077944384 62 13183 0 0 0 0 5 2 20 0 15 0 64644182 11178180608 147700 33554432000 4194304 4196468 140733007838720 140344333960160 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30159] ppid=30096 vsize=10916192 memory=8520 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30159/stat : 30159 (java) S 30096 30099 24765 0 -1 1077944384 12 13183 0 0 0 0 5 2 20 0 15 0 64644182 11178180608 147700 33554432000 4194304 4196468 140733007838720 140343961969664 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30160] ppid=30096 vsize=10916192 memory=590764 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30160/stat : 30160 (java) S 30096 30099 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 64644185 11178180608 147700 33554432000 4194304 4196468 140733007838720 140343721679056 140345130735515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30161] ppid=30096 vsize=10916192 memory=279635659288192 CPUtime=6.79 cores=1,3,5,7
/proc/30099/task/30161/stat : 30161 (java) S 30096 30099 24765 0 -1 1077944384 33143 13183 0 0 669 3 5 2 20 0 15 0 64644185 11178180608 147700 33554432000 4194304 4196468 140733007838720 140344300403184 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30162] ppid=30096 vsize=10916192 memory=6791534058613427641 CPUtime=5.93 cores=1,3,5,7
/proc/30099/task/30162/stat : 30162 (java) S 30096 30099 24765 0 -1 1077944384 29948 13183 0 0 582 4 5 2 20 0 15 0 64644185 11178180608 147700 33554432000 4194304 4196468 140733007838720 140344299350640 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30163] ppid=30096 vsize=10916192 memory=1012 CPUtime=2.6 cores=1,3,5,7
/proc/30099/task/30163/stat : 30163 (java) S 30096 30099 24765 0 -1 1077944384 22057 13183 0 0 249 4 5 2 20 0 15 0 64644185 11178180608 147700 33554432000 4194304 4196468 140733007838720 140343928412912 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30164] ppid=30096 vsize=10916192 memory=3292 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30164/stat : 30164 (java) S 30096 30099 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 64644185 11178180608 147700 33554432000 4194304 4196468 140733007838720 140343688121440 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30165] ppid=30096 vsize=10916192 memory=951696 CPUtime=1.38 cores=1,3,5,7
/proc/30099/task/30165/stat : 30165 (java) S 30096 30099 24765 0 -1 1077944384 2152 13183 0 0 61 70 5 2 20 0 15 0 64644185 11178180608 147700 33554432000 4194304 4196468 140733007838720 140343927359792 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
Current children cumulated CPU time: 2477.17 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 590800 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2484.9 s]
/proc/loadavg: 1.41 1.48 1.41 3/217 30396
/proc/meminfo: memFree=21133752/32770624 swapFree=67108860/67108860
[pid=30099] ppid=30096 vsize=10916192 memory=592848 CPUtime=2520.06 cores=1,3,5,7
/proc/30099/stat : 30099 (java) S 30096 30099 24765 0 -1 1077944320 242197 13183 0 0 251672 327 5 2 20 0 15 0 64644170 11178180608 148212 33554432000 4194304 4196468 140733007838720 140733007821264 140345130716919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
/proc/30099/statm: 2729048 148212 3528 1 0 2690701 0
[pid=30099/tid=30152] ppid=30096 vsize=10916192 memory=592848 CPUtime=2474.81 cores=1,3,5,7
/proc/30099/task/30152/stat : 30152 (java) R 30096 30099 24765 0 -1 4202560 89212 13183 0 0 247442 32 5 2 20 0 15 0 64644179 11178180608 148212 33554432000 4194304 4196468 140733007838720 140345102550944 140344736467325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30153] ppid=30096 vsize=10916192 memory=59 CPUtime=6.7 cores=1,3,5,7
/proc/30099/task/30153/stat : 30153 (java) S 30096 30099 24765 0 -1 1077944384 12070 13183 0 0 608 55 5 2 20 0 15 0 64644180 11178180608 148212 33554432000 4194304 4196468 140733007838720 140345134959376 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30154] ppid=30096 vsize=10916192 memory=592848 CPUtime=6.7 cores=1,3,5,7
/proc/30099/task/30154/stat : 30154 (java) S 30096 30099 24765 0 -1 1077944384 13886 13183 0 0 607 56 5 2 20 0 15 0 64644180 11178180608 148212 33554432000 4194304 4196468 140733007838720 140345039162256 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30155] ppid=30096 vsize=10916192 memory=592848 CPUtime=6.69 cores=1,3,5,7
/proc/30099/task/30155/stat : 30155 (java) S 30096 30099 24765 0 -1 1077944384 10678 13183 0 0 607 55 5 2 20 0 15 0 64644180 11178180608 148212 33554432000 4194304 4196468 140733007838720 140345038109712 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30156] ppid=30096 vsize=10916192 memory=1012 CPUtime=6.68 cores=1,3,5,7
/proc/30099/task/30156/stat : 30156 (java) S 30096 30099 24765 0 -1 1077944384 14188 13183 0 0 609 52 5 2 20 0 15 0 64644180 11178180608 148212 33554432000 4194304 4196468 140733007838720 140345037057168 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30157] ppid=30096 vsize=10916192 memory=592848 CPUtime=2.28 cores=1,3,5,7
/proc/30099/task/30157/stat : 30157 (java) S 30096 30099 24765 0 -1 1077944384 12589 13183 0 0 201 20 5 2 20 0 15 0 64644181 11178180608 148212 33554432000 4194304 4196468 140733007838720 140344335013872 140345130728066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30158] ppid=30096 vsize=10916192 memory=592848 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30158/stat : 30158 (java) S 30096 30099 24765 0 -1 1077944384 62 13183 0 0 0 0 5 2 20 0 15 0 64644182 11178180608 148212 33554432000 4194304 4196468 140733007838720 140344333960160 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30159] ppid=30096 vsize=10916192 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30159/stat : 30159 (java) S 30096 30099 24765 0 -1 1077944384 12 13183 0 0 0 0 5 2 20 0 15 0 64644182 11178180608 148212 33554432000 4194304 4196468 140733007838720 140343961969664 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30160] ppid=30096 vsize=10916192 memory=592848 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30160/stat : 30160 (java) S 30096 30099 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 64644185 11178180608 148212 33554432000 4194304 4196468 140733007838720 140343721679056 140345130735515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30161] ppid=30096 vsize=10916192 memory=592848 CPUtime=6.79 cores=1,3,5,7
/proc/30099/task/30161/stat : 30161 (java) S 30096 30099 24765 0 -1 1077944384 33143 13183 0 0 669 3 5 2 20 0 15 0 64644185 11178180608 148212 33554432000 4194304 4196468 140733007838720 140344300403184 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30162] ppid=30096 vsize=10916192 memory=796 CPUtime=5.93 cores=1,3,5,7
/proc/30099/task/30162/stat : 30162 (java) S 30096 30099 24765 0 -1 1077944384 29948 13183 0 0 582 4 5 2 20 0 15 0 64644185 11178180608 148212 33554432000 4194304 4196468 140733007838720 140344299350640 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30163] ppid=30096 vsize=10916192 memory=1012 CPUtime=2.6 cores=1,3,5,7
/proc/30099/task/30163/stat : 30163 (java) S 30096 30099 24765 0 -1 1077944384 22057 13183 0 0 249 4 5 2 20 0 15 0 64644185 11178180608 148212 33554432000 4194304 4196468 140733007838720 140343928412912 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30164] ppid=30096 vsize=10916192 memory=592848 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30164/stat : 30164 (java) S 30096 30099 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 64644185 11178180608 148212 33554432000 4194304 4196468 140733007838720 140343688121440 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30165] ppid=30096 vsize=10916192 memory=592848 CPUtime=1.39 cores=1,3,5,7
/proc/30099/task/30165/stat : 30165 (java) S 30096 30099 24765 0 -1 1077944384 2154 13183 0 0 61 71 5 2 20 0 15 0 64644185 11178180608 148212 33554432000 4194304 4196468 140733007838720 140343927359792 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 592848 KiB

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

[startup+2484.93 s]
# the end of solver process 30099 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.8 s, system=3.31349 s

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

[startup+2484.9 s]
/proc/loadavg: 1.41 1.48 1.41 3/217 30396
/proc/meminfo: memFree=21133752/32770624 swapFree=67108860/67108860
[pid=30099] ppid=30096 vsize=10916192 memory=592848 CPUtime=2520.06 cores=1,3,5,7
/proc/30099/stat : 30099 (java) S 30096 30099 24765 0 -1 1077944320 242197 13183 0 0 251672 327 5 2 20 0 15 0 64644170 11178180608 148212 33554432000 4194304 4196468 140733007838720 140733007821264 140345130716919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
/proc/30099/statm: 2729048 148212 3528 1 0 2690701 0
[pid=30099/tid=30152] ppid=30096 vsize=10916192 memory=592848 CPUtime=2474.81 cores=1,3,5,7
/proc/30099/task/30152/stat : 30152 (java) R 30096 30099 24765 0 -1 4202560 89212 13183 0 0 247442 32 5 2 20 0 15 0 64644179 11178180608 148212 33554432000 4194304 4196468 140733007838720 140345102550944 140344736467325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30153] ppid=30096 vsize=10916192 memory=59 CPUtime=6.7 cores=1,3,5,7
/proc/30099/task/30153/stat : 30153 (java) S 30096 30099 24765 0 -1 1077944384 12070 13183 0 0 608 55 5 2 20 0 15 0 64644180 11178180608 148212 33554432000 4194304 4196468 140733007838720 140345134959376 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30154] ppid=30096 vsize=10916192 memory=592848 CPUtime=6.7 cores=1,3,5,7
/proc/30099/task/30154/stat : 30154 (java) S 30096 30099 24765 0 -1 1077944384 13886 13183 0 0 607 56 5 2 20 0 15 0 64644180 11178180608 148212 33554432000 4194304 4196468 140733007838720 140345039162256 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30155] ppid=30096 vsize=10916192 memory=592848 CPUtime=6.69 cores=1,3,5,7
/proc/30099/task/30155/stat : 30155 (java) S 30096 30099 24765 0 -1 1077944384 10678 13183 0 0 607 55 5 2 20 0 15 0 64644180 11178180608 148212 33554432000 4194304 4196468 140733007838720 140345038109712 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30156] ppid=30096 vsize=10916192 memory=1012 CPUtime=6.68 cores=1,3,5,7
/proc/30099/task/30156/stat : 30156 (java) S 30096 30099 24765 0 -1 1077944384 14188 13183 0 0 609 52 5 2 20 0 15 0 64644180 11178180608 148212 33554432000 4194304 4196468 140733007838720 140345037057168 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30157] ppid=30096 vsize=10916192 memory=592848 CPUtime=2.28 cores=1,3,5,7
/proc/30099/task/30157/stat : 30157 (java) S 30096 30099 24765 0 -1 1077944384 12589 13183 0 0 201 20 5 2 20 0 15 0 64644181 11178180608 148212 33554432000 4194304 4196468 140733007838720 140344335013872 140345130728066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30158] ppid=30096 vsize=10916192 memory=592848 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30158/stat : 30158 (java) S 30096 30099 24765 0 -1 1077944384 62 13183 0 0 0 0 5 2 20 0 15 0 64644182 11178180608 148212 33554432000 4194304 4196468 140733007838720 140344333960160 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30159] ppid=30096 vsize=10916192 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30159/stat : 30159 (java) S 30096 30099 24765 0 -1 1077944384 12 13183 0 0 0 0 5 2 20 0 15 0 64644182 11178180608 148212 33554432000 4194304 4196468 140733007838720 140343961969664 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30160] ppid=30096 vsize=10916192 memory=592848 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30160/stat : 30160 (java) S 30096 30099 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 64644185 11178180608 148212 33554432000 4194304 4196468 140733007838720 140343721679056 140345130735515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30161] ppid=30096 vsize=10916192 memory=592848 CPUtime=6.79 cores=1,3,5,7
/proc/30099/task/30161/stat : 30161 (java) S 30096 30099 24765 0 -1 1077944384 33143 13183 0 0 669 3 5 2 20 0 15 0 64644185 11178180608 148212 33554432000 4194304 4196468 140733007838720 140344300403184 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30162] ppid=30096 vsize=10916192 memory=796 CPUtime=5.93 cores=1,3,5,7
/proc/30099/task/30162/stat : 30162 (java) S 30096 30099 24765 0 -1 1077944384 29948 13183 0 0 582 4 5 2 20 0 15 0 64644185 11178180608 148212 33554432000 4194304 4196468 140733007838720 140344299350640 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30163] ppid=30096 vsize=10916192 memory=1012 CPUtime=2.6 cores=1,3,5,7
/proc/30099/task/30163/stat : 30163 (java) S 30096 30099 24765 0 -1 1077944384 22057 13183 0 0 249 4 5 2 20 0 15 0 64644185 11178180608 148212 33554432000 4194304 4196468 140733007838720 140343928412912 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30164] ppid=30096 vsize=10916192 memory=592848 CPUtime=0.07 cores=1,3,5,7
/proc/30099/task/30164/stat : 30164 (java) S 30096 30099 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 64644185 11178180608 148212 33554432000 4194304 4196468 140733007838720 140343688121440 140345130727125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
[pid=30099/tid=30165] ppid=30096 vsize=10916192 memory=592848 CPUtime=1.39 cores=1,3,5,7
/proc/30099/task/30165/stat : 30165 (java) S 30096 30099 24765 0 -1 1077944384 2154 13183 0 0 61 71 5 2 20 0 15 0 64644185 11178180608 148212 33554432000 4194304 4196468 140733007838720 140343927359792 140345130728066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16068608 140733007845547 140733007848796 140733007848796 140733007851471 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 592848 KiB

Child status: 143
Real time (s): 2484.93
CPU time (s): 2520.11
CPU user time (s): 2516.8
CPU system time (s): 3.31349
CPU usage (%): 101.416
Max. virtual memory (cumulated for all children) (KiB): 10918832
Max. memory (cumulated for all children) (KiB): 2002132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.8
system time used= 3.31349
maximum resident set size= 2024284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 256804
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103385
involuntary context switches= 3610


# summary of solver processes directly reported to runsolver:
#   pid: 30099
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.8
#   total CPU system time (s): 3.31349

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9658 second user time and 23.2629 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-25 00:20:10
IDJOB=4294572
IDBENCH=141398
IDSOLVER=2751
FILE ID=node105/4294572-1532470810
RUNJOBID= node105-1532448512-24797
PBS_JOBID= 21021581
Free space on /tmp= 44736 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/MisteryShopper/MisteryShopper-10c_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-4294572-1532470810/watcher-4294572-1532470810 -o /tmp/evaluation-result-4294572-1532470810/solver-4294572-1532470810 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24797 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1430721750 -superng HOME/instance-4294572-1532470810.xml

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

MD5SUM BENCH= 56c97bc9b19c7ad517216d1a3c315031
RANDOM SEED=1430721750

node105.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.32
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.32
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.32
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.32
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:        20042896 kB
MemAvailable:   29324212 kB
Buffers:          226220 kB
Cached:          9195396 kB
SwapCached:            0 kB
Active:          4262128 kB
Inactive:        7822064 kB
Active(anon):    2617308 kB
Inactive(anon):    65516 kB
Active(file):    1644820 kB
Inactive(file):  7756548 kB
Unevictable:        7180 kB
Mlocked:            7180 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27004 kB
Writeback:             0 kB
AnonPages:       2637664 kB
Mapped:            51668 kB
Shmem:             17036 kB
Slab:             336312 kB
SReclaimable:     308408 kB
SUnreclaim:        27904 kB
KernelStack:        3840 kB
PageTables:        10528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3499692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2416640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44712 MiB
End job on node105 at 2018-07-25 01:01:35