Trace number 4396576

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2? (TO) 2400.28 2347.71

General information on the benchmark

NameBinPacking/
BinPacking-mdd-fu/BinPacking-mdd-fu1000-02.xml
MD5SUM81a54afd524339631fcda48b56d1b2da
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4061
Number of constraints583
Number of domains2
Minimum domain size82
Maximum domain size581
Distribution of domain sizes[{"size":82,"count":4060},{"size":581,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":3480},{"degree":4,"count":580}]
Minimum constraint arity7
Maximum constraint arity4060
Distribution of constraint arities[{"arity":7,"count":580},{"arity":581,"count":1},{"arity":4060,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":580},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.79/0.55	c Concrete v3.12.2.1568380929293 running
2400.16/2347.68	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.16/2347.68		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.16/2347.68		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.16/2347.68		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2400.16/2347.68		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.16/2347.68		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.16/2347.68		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2400.16/2347.68		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
2400.16/2347.68		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2400.16/2347.68		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.16/2347.68		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.16/2347.68		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.16/2347.68		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.16/2347.68		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.16/2347.68		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.16/2347.68		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.16/2347.68		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.16/2347.68		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.16/2347.68		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.16/2347.68		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.16/2347.68		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.16/2347.68		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.16/2347.68		at scala.Option.map(Option.scala:243)
2400.16/2347.68		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.16/2347.68		at concrete.MAC.mac(MAC.scala:216)
2400.16/2347.68		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.16/2347.68		at scala.util.Try$.apply(Try.scala:212)
2400.16/2347.68		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.16/2347.68		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.16/2347.68		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.16/2347.68		at concrete.MAC.oneRun(MAC.scala:265)
2400.16/2347.68		at concrete.MAC.nextSolution(MAC.scala:284)
2400.16/2347.68		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2400.16/2347.68		at concrete.ProblemState.map(ProblemState.scala:238)
2400.16/2347.68		at concrete.ProblemState.map(ProblemState.scala:212)
2400.16/2347.68		at concrete.MAC.nextSolution(MAC.scala:348)
2400.16/2347.68		at concrete.Solver.hasNext(Solver.scala:160)
2400.16/2347.68		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.16/2347.68		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.16/2347.68		at concrete.Solver.foreach(Solver.scala:67)
2400.16/2347.68		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.16/2347.68		at scala.util.Success.map(Try.scala:264)
2400.16/2347.68		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.16/2347.68		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.16/2347.68		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.16/2347.68		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.16/2347.68		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.16/2347.68		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.16/2347.68		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.16/2347.68		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.16/2347.68		at scala.App.$anonfun$main$1(App.scala:75)
2400.16/2347.68		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.16/2347.68		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.16/2347.68		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.16/2347.68		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.16/2347.68		at scala.App.main(App.scala:75)
2400.16/2347.68		at scala.App.main$(App.scala:73)
2400.16/2347.68		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.16/2347.68		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.16/2347.69	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 (10666 MiB free)
  memory of node 1: 16384 MiB (12379 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396576-1568406323/watcher-4396576-1568406323 -o /tmp/evaluation-result-4396576-1568406323/solver-4396576-1568406323 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568401563-1361 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=427476139 HOME/instance-4396576-1568406323.xml 

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

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


[startup+0.100057 s]*
/proc/loadavg: 1.40 1.44 1.42 3/220 2657
/proc/meminfo: memFree=23593752/32770624 swapFree=67108848/67108860
[pid=2600] ppid=2597 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/2600/stat : 2600 (java) S 2597 2600 1330 0 -1 1077944320 4422 13173 0 0 1 0 5 3 20 0 6 0 416569683 10212057088 4138 33554432000 4194304 4196468 140732070802256 140732070784800 139780548611831 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
/proc/2600/statm: 2493178 4138 1933 1 0 2481616 0
[pid=2600/tid=2653] ppid=2597 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2653/stat : 2653 (java) R 2597 2600 1330 0 -1 4202560 2265 13173 0 0 0 0 5 3 20 0 6 0 416569693 10212057088 4204 33554432000 4194304 4196468 140732070802256 139780520448592 139780532692318 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2654] ppid=2597 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2654/stat : 2654 (java) S 2597 2600 1330 0 -1 1077944384 2 13173 0 0 0 0 5 3 20 0 6 0 416569693 10212057088 4204 33554432000 4194304 4196468 140732070802256 139780552854672 139780548622037 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2655] ppid=2597 vsize=9972712 memory=140387616585344 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2655/stat : 2655 (java) S 2597 2600 1330 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 6 0 416569693 10212057088 4204 33554432000 4194304 4196468 140732070802256 139780451744784 139780548622037 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2656] ppid=2597 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2656/stat : 2656 (java) S 2597 2600 1330 0 -1 1077944384 2 13173 0 0 0 0 5 3 20 0 6 0 416569693 10212057088 4204 33554432000 4194304 4196468 140732070802256 139780450691984 139780548622037 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2657] ppid=2597 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2657/stat : 2657 (java) S 2597 2600 1330 0 -1 1077944384 2 13173 0 0 0 0 5 3 20 0 6 0 416569693 10212057088 4204 33554432000 4194304 4196468 140732070802256 139780119456528 139780548622037 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.21016 s]*
/proc/loadavg: 1.40 1.44 1.42 4/229 2666
/proc/meminfo: memFree=23573060/32770624 swapFree=67108848/67108860
[pid=2600] ppid=2597 vsize=10819664 memory=39440 CPUtime=0.26 cores=0,2,4,6
/proc/2600/stat : 2600 (java) S 2597 2600 1330 0 -1 1077944320 7185 13173 0 0 17 1 5 3 20 0 15 0 416569683 11079335936 9860 33554432000 4194304 4196468 140732070802256 140732070784800 139780548611831 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
/proc/2600/statm: 2704916 9860 3161 1 0 2667149 0
[pid=2600/tid=2653] ppid=2597 vsize=10819664 memory=5450916389569530688 CPUtime=0.19 cores=0,2,4,6
/proc/2600/task/2653/stat : 2653 (java) R 2597 2600 1330 0 -1 4202560 3684 13173 0 0 10 1 5 3 20 0 15 0 416569693 11079335936 9860 33554432000 4194304 4196468 140732070802256 139780520417632 139780528885600 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2654] ppid=2597 vsize=10819664 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2654/stat : 2654 (java) S 2597 2600 1330 0 -1 1077944384 2 13173 0 0 0 0 5 3 20 0 15 0 416569693 11079335936 9860 33554432000 4194304 4196468 140732070802256 139780552854672 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2655] ppid=2597 vsize=10819664 memory=140387616585344 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2655/stat : 2655 (java) S 2597 2600 1330 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 15 0 416569693 11079335936 9860 33554432000 4194304 4196468 140732070802256 139780451744784 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2656] ppid=2597 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2656/stat : 2656 (java) S 2597 2600 1330 0 -1 1077944384 2 13173 0 0 0 0 5 3 20 0 15 0 416569693 11079335936 9860 33554432000 4194304 4196468 140732070802256 139780450691984 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2657] ppid=2597 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2657/stat : 2657 (java) S 2597 2600 1330 0 -1 1077944384 2 13173 0 0 0 0 5 3 20 0 15 0 416569693 11079335936 9860 33554432000 4194304 4196468 140732070802256 139780119456528 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2658] ppid=2597 vsize=10819664 memory=140387616585344 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2658/stat : 2658 (java) S 2597 2600 1330 0 -1 1077944384 2 13173 0 0 0 0 5 3 20 0 15 0 416569695 11079335936 9860 33554432000 4194304 4196468 140732070802256 139780008053104 139780548622978 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2659] ppid=2597 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2659/stat : 2659 (java) S 2597 2600 1330 0 -1 1077944384 13 13173 0 0 0 0 5 3 20 0 15 0 416569695 11079335936 9860 33554432000 4194304 4196468 140732070802256 139779442205728 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2660] ppid=2597 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2660/stat : 2660 (java) S 2597 2600 1330 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 15 0 416569695 11079335936 9860 33554432000 4194304 4196468 140732070802256 139779307987824 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2661] ppid=2597 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2661/stat : 2661 (java) S 2597 2600 1330 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 416569698 11079335936 9860 33554432000 4194304 4196468 140732070802256 139779067696976 139780548630427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2662] ppid=2597 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2600/task/2662/stat : 2662 (java) S 2597 2600 1330 0 -1 1077944384 337 13173 0 0 1 0 5 3 20 0 15 0 416569698 11079335936 9860 33554432000 4194304 4196468 140732070802256 139780007000944 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2663] ppid=2597 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/2600/task/2663/stat : 2663 (java) S 2597 2600 1330 0 -1 1077944384 315 13173 0 0 1 0 5 3 20 0 15 0 416569698 11079335936 9860 33554432000 4194304 4196468 140732070802256 139780005948144 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2664] ppid=2597 vsize=10819664 memory=140387616585344 CPUtime=0.11 cores=0,2,4,6
/proc/2600/task/2664/stat : 2664 (java) S 2597 2600 1330 0 -1 1077944384 612 13173 0 0 3 0 5 3 20 0 15 0 416569698 11079335936 9860 33554432000 4194304 4196468 140732070802256 139780004895344 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2665] ppid=2597 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2665/stat : 2665 (java) S 2597 2600 1330 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 416569698 11079335936 9860 33554432000 4194304 4196468 140732070802256 139779034139360 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2666] ppid=2597 vsize=10819664 memory=140387616585344 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2666/stat : 2666 (java) S 2597 2600 1330 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 15 0 416569699 11079335936 9860 33554432000 4194304 4196468 140732070802256 139780003842736 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39440 KiB

[startup+0.310498 s]*
/proc/loadavg: 1.40 1.44 1.42 3/229 2666
/proc/meminfo: memFree=23560484/32770624 swapFree=67108848/67108860
[pid=2600] ppid=2597 vsize=10820148 memory=50584 CPUtime=0.4 cores=0,2,4,6
/proc/2600/stat : 2600 (java) S 2597 2600 1330 0 -1 1077944320 10889 13173 0 0 29 3 5 3 20 0 15 0 416569683 11079831552 12646 33554432000 4194304 4196468 140732070802256 140732070784800 139780548611831 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
/proc/2600/statm: 2705037 12646 3293 1 0 2667149 0
[pid=2600/tid=2653] ppid=2597 vsize=10820148 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/2600/task/2653/stat : 2653 (java) R 2597 2600 1330 0 -1 4202560 7368 13173 0 0 19 2 5 3 20 0 15 0 416569693 11079831552 12646 33554432000 4194304 4196468 140732070802256 139780520411744 139780532692318 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2654] ppid=2597 vsize=10820148 memory=7445131264579364708 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2654/stat : 2654 (java) S 2597 2600 1330 0 -1 1077944384 2 13173 0 0 0 0 5 3 20 0 15 0 416569693 11079831552 12646 33554432000 4194304 4196468 140732070802256 139780552854672 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2655] ppid=2597 vsize=10820148 memory=5788339726952981056 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2655/stat : 2655 (java) S 2597 2600 1330 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 15 0 416569693 11079831552 12646 33554432000 4194304 4196468 140732070802256 139780451744784 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2656] ppid=2597 vsize=10820148 memory=7019607475438636226 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2656/stat : 2656 (java) S 2597 2600 1330 0 -1 1077944384 2 13173 0 0 0 0 5 3 20 0 15 0 416569693 11079831552 12646 33554432000 4194304 4196468 140732070802256 139780450691984 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2657] ppid=2597 vsize=10820148 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2657/stat : 2657 (java) S 2597 2600 1330 0 -1 1077944384 2 13173 0 0 0 0 5 3 20 0 15 0 416569693 11079831552 12646 33554432000 4194304 4196468 140732070802256 139780119456528 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2658] ppid=2597 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2658/stat : 2658 (java) S 2597 2600 1330 0 -1 1077944384 2 13173 0 0 0 0 5 3 20 0 15 0 416569695 11079831552 12646 33554432000 4194304 4196468 140732070802256 139780008053104 139780548622978 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2659] ppid=2597 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2659/stat : 2659 (java) S 2597 2600 1330 0 -1 1077944384 13 13173 0 0 0 0 5 3 20 0 15 0 416569695 11079831552 12646 33554432000 4194304 4196468 140732070802256 139779442205728 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2660] ppid=2597 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2660/stat : 2660 (java) S 2597 2600 1330 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 15 0 416569695 11079831552 12646 33554432000 4194304 4196468 140732070802256 139779307987824 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2661] ppid=2597 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2661/stat : 2661 (java) S 2597 2600 1330 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 416569698 11079831552 12646 33554432000 4194304 4196468 140732070802256 139779067696976 139780548630427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2662] ppid=2597 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/2600/task/2662/stat : 2662 (java) S 2597 2600 1330 0 -1 1077944384 346 13173 0 0 2 0 5 3 20 0 15 0 416569698 11079831552 12646 33554432000 4194304 4196468 140732070802256 139780007000944 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2663] ppid=2597 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2600/task/2663/stat : 2663 (java) S 2597 2600 1330 0 -1 1077944384 316 13173 0 0 1 0 5 3 20 0 15 0 416569698 11079831552 12646 33554432000 4194304 4196468 140732070802256 139780005948144 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2664] ppid=2597 vsize=10820148 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/2600/task/2664/stat : 2664 (java) S 2597 2600 1330 0 -1 1077944384 622 13173 0 0 5 0 5 3 20 0 15 0 416569698 11079831552 12646 33554432000 4194304 4196468 140732070802256 139780004895344 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2665] ppid=2597 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2665/stat : 2665 (java) S 2597 2600 1330 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 416569698 11079831552 12646 33554432000 4194304 4196468 140732070802256 139779034139360 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2666] ppid=2597 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2666/stat : 2666 (java) S 2597 2600 1330 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 15 0 416569699 11079831552 12646 33554432000 4194304 4196468 140732070802256 139780003842736 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50584 KiB

[startup+0.700617 s]
/proc/loadavg: 1.40 1.44 1.42 3/228 2666
/proc/meminfo: memFree=23545584/32770624 swapFree=67108848/67108860
[pid=2600] ppid=2597 vsize=10824360 memory=83844 CPUtime=1.12 cores=0,2,4,6
/proc/2600/stat : 2600 (java) S 2597 2600 1330 0 -1 1077944320 15196 13173 0 0 99 5 5 3 20 0 15 0 416569683 11084144640 20961 33554432000 4194304 4196468 140732070802256 140732070784800 139780548611831 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
/proc/2600/statm: 2706090 20961 3502 1 0 2668173 0
[pid=2600/tid=2653] ppid=2597 vsize=10824360 memory=2241 CPUtime=0.67 cores=0,2,4,6
/proc/2600/task/2653/stat : 2653 (java) R 2597 2600 1330 0 -1 4202560 10359 13173 0 0 55 4 5 3 20 0 15 0 416569693 11084144640 20961 33554432000 4194304 4196468 140732070802256 139780520436224 139780548633757 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2654] ppid=2597 vsize=10824360 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2654/stat : 2654 (java) S 2597 2600 1330 0 -1 1077944384 2 13173 0 0 0 0 5 3 20 0 15 0 416569693 11084144640 20961 33554432000 4194304 4196468 140732070802256 139780552854672 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2655] ppid=2597 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2655/stat : 2655 (java) S 2597 2600 1330 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 15 0 416569693 11084144640 20961 33554432000 4194304 4196468 140732070802256 139780451744784 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2656] ppid=2597 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2656/stat : 2656 (java) S 2597 2600 1330 0 -1 1077944384 2 13173 0 0 0 0 5 3 20 0 15 0 416569693 11084144640 20961 33554432000 4194304 4196468 140732070802256 139780450691984 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2657] ppid=2597 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2657/stat : 2657 (java) S 2597 2600 1330 0 -1 1077944384 2 13173 0 0 0 0 5 3 20 0 15 0 416569693 11084144640 20961 33554432000 4194304 4196468 140732070802256 139780119456528 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2658] ppid=2597 vsize=10824360 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2658/stat : 2658 (java) S 2597 2600 1330 0 -1 1077944384 5 13173 0 0 0 0 5 3 20 0 15 0 416569695 11084144640 20961 33554432000 4194304 4196468 140732070802256 139780008053104 139780548622978 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2659] ppid=2597 vsize=10824360 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2659/stat : 2659 (java) S 2597 2600 1330 0 -1 1077944384 13 13173 0 0 0 0 5 3 20 0 15 0 416569695 11084144640 20961 33554432000 4194304 4196468 140732070802256 139779442205728 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2660] ppid=2597 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2660/stat : 2660 (java) S 2597 2600 1330 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 15 0 416569695 11084144640 20961 33554432000 4194304 4196468 140732070802256 139779307987824 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2661] ppid=2597 vsize=10824360 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2661/stat : 2661 (java) S 2597 2600 1330 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 416569698 11084144640 20961 33554432000 4194304 4196468 140732070802256 139779067696976 139780548630427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2662] ppid=2597 vsize=10824360 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/2600/task/2662/stat : 2662 (java) S 2597 2600 1330 0 -1 1077944384 907 13173 0 0 13 0 5 3 20 0 15 0 416569698 11084144640 20961 33554432000 4194304 4196468 140732070802256 139780007000944 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2663] ppid=2597 vsize=10824360 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/2600/task/2663/stat : 2663 (java) R 2597 2600 1330 0 -1 4202560 804 13173 0 0 12 0 5 3 20 0 15 0 416569698 11084144640 20961 33554432000 4194304 4196468 140732070802256 139780005948144 139780528268353 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2664] ppid=2597 vsize=10824360 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/2600/task/2664/stat : 2664 (java) S 2597 2600 1330 0 -1 1077944384 884 13173 0 0 17 0 5 3 20 0 15 0 416569698 11084144640 20961 33554432000 4194304 4196468 140732070802256 139780004895344 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2665] ppid=2597 vsize=10824360 memory=280775031259376 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2665/stat : 2665 (java) S 2597 2600 1330 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 416569698 11084144640 20961 33554432000 4194304 4196468 140732070802256 139779034139360 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2666] ppid=2597 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2666/stat : 2666 (java) S 2597 2600 1330 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 15 0 416569699 11084144640 20961 33554432000 4194304 4196468 140732070802256 139780003842736 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83844 KiB

[startup+1.50076 s]
/proc/loadavg: 1.40 1.44 1.42 5/228 2666
/proc/meminfo: memFree=23497688/32770624 swapFree=67108848/67108860
[pid=2600] ppid=2597 vsize=10830664 memory=200136 CPUtime=3.58 cores=0,2,4,6
/proc/2600/stat : 2600 (java) S 2597 2600 1330 0 -1 1077944320 28801 13173 0 0 341 9 5 3 20 0 15 0 416569683 11090599936 50034 33554432000 4194304 4196468 140732070802256 140732070784800 139780548611831 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
/proc/2600/statm: 2707666 50034 3553 1 0 2669730 0
[pid=2600/tid=2653] ppid=2597 vsize=10830664 memory=24 CPUtime=1.47 cores=0,2,4,6
/proc/2600/task/2653/stat : 2653 (java) R 2597 2600 1330 0 -1 4202560 11536 13173 0 0 132 7 5 3 20 0 15 0 416569693 11090599936 50034 33554432000 4194304 4196468 140732070802256 139780520443888 139780533692672 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2654] ppid=2597 vsize=10830664 memory=31 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2654/stat : 2654 (java) S 2597 2600 1330 0 -1 1077944384 2 13173 0 0 0 0 5 3 20 0 15 0 416569693 11090599936 50034 33554432000 4194304 4196468 140732070802256 139780552854672 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2655] ppid=2597 vsize=10830664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2655/stat : 2655 (java) S 2597 2600 1330 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 15 0 416569693 11090599936 50034 33554432000 4194304 4196468 140732070802256 139780451744784 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2656] ppid=2597 vsize=10830664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2656/stat : 2656 (java) S 2597 2600 1330 0 -1 1077944384 2 13173 0 0 0 0 5 3 20 0 15 0 416569693 11090599936 50034 33554432000 4194304 4196468 140732070802256 139780450691984 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2657] ppid=2597 vsize=10830664 memory=104924 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2657/stat : 2657 (java) S 2597 2600 1330 0 -1 1077944384 2 13173 0 0 0 0 5 3 20 0 15 0 416569693 11090599936 50034 33554432000 4194304 4196468 140732070802256 139780119456528 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2658] ppid=2597 vsize=10830664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2658/stat : 2658 (java) S 2597 2600 1330 0 -1 1077944384 5 13173 0 0 0 0 5 3 20 0 15 0 416569695 11090599936 50034 33554432000 4194304 4196468 140732070802256 139780008053104 139780548622978 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2659] ppid=2597 vsize=10830664 memory=7014751519583261538 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2659/stat : 2659 (java) S 2597 2600 1330 0 -1 1077944384 13 13173 0 0 0 0 5 3 20 0 15 0 416569695 11090599936 50034 33554432000 4194304 4196468 140732070802256 139779442205728 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2660] ppid=2597 vsize=10830664 memory=7588959467185400152 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2660/stat : 2660 (java) S 2597 2600 1330 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 15 0 416569695 11090599936 50034 33554432000 4194304 4196468 140732070802256 139779307987824 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2661] ppid=2597 vsize=10830664 memory=8173314695794943600 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2661/stat : 2661 (java) S 2597 2600 1330 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 416569698 11090599936 50034 33554432000 4194304 4196468 140732070802256 139779067696976 139780548630427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2662] ppid=2597 vsize=10830664 memory=4639948313719891052 CPUtime=0.93 cores=0,2,4,6
/proc/2600/task/2662/stat : 2662 (java) R 2597 2600 1330 0 -1 4202560 7130 13173 0 0 85 0 5 3 20 0 15 0 416569698 11090599936 50034 33554432000 4194304 4196468 140732070802256 139780006986968 139780530155548 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2663] ppid=2597 vsize=10830664 memory=7017852211110371671 CPUtime=0.9 cores=0,2,4,6
/proc/2600/task/2663/stat : 2663 (java) S 2597 2600 1330 0 -1 1077944384 6362 13173 0 0 82 0 5 3 20 0 15 0 416569698 11090599936 50034 33554432000 4194304 4196468 140732070802256 139780005948144 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2664] ppid=2597 vsize=10830664 memory=7014751519583261538 CPUtime=0.47 cores=0,2,4,6
/proc/2600/task/2664/stat : 2664 (java) S 2597 2600 1330 0 -1 1077944384 1531 13173 0 0 39 0 5 3 20 0 15 0 416569698 11090599936 50034 33554432000 4194304 4196468 140732070802256 139780004895344 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2665] ppid=2597 vsize=10830664 memory=7014751519583261538 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2665/stat : 2665 (java) S 2597 2600 1330 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 416569698 11090599936 50034 33554432000 4194304 4196468 140732070802256 139779034139360 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2666] ppid=2597 vsize=10830664 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2666/stat : 2666 (java) S 2597 2600 1330 0 -1 1077944384 1 13173 0 0 0 0 5 3 20 0 15 0 416569699 11090599936 50034 33554432000 4194304 4196468 140732070802256 139780003842736 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
Current children cumulated CPU time: 3.58 s
Current children cumulated vsize: 10830664 KiB

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

[pid=2600/tid=2657] ppid=2597 vsize=10849032 memory=2684168 CPUtime=11.05 cores=0,2,4,6
/proc/2600/task/2657/stat : 2657 (java) S 2597 2600 1330 0 -1 1077944384 36632 13173 0 0 1049 48 5 3 20 0 15 0 416569693 11109408768 671042 33554432000 4194304 4196468 140732070802256 139780119456528 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2658] ppid=2597 vsize=10849032 memory=2684168 CPUtime=1.79 cores=0,2,4,6
/proc/2600/task/2658/stat : 2658 (java) S 2597 2600 1330 0 -1 1077944384 24415 13173 0 0 151 20 5 3 20 0 15 0 416569695 11109408768 671042 33554432000 4194304 4196468 140732070802256 139780008053104 139780548622978 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2659] ppid=2597 vsize=10849032 memory=2684168 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2659/stat : 2659 (java) S 2597 2600 1330 0 -1 1077944384 26 13173 0 0 0 0 5 3 20 0 15 0 416569695 11109408768 671042 33554432000 4194304 4196468 140732070802256 139779442205856 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2660] ppid=2597 vsize=10849032 memory=2684168 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2660/stat : 2660 (java) S 2597 2600 1330 0 -1 1077944384 11 13173 0 0 0 0 5 3 20 0 15 0 416569695 11109408768 671042 33554432000 4194304 4196468 140732070802256 139779307987840 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2661] ppid=2597 vsize=10849032 memory=2684168 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2661/stat : 2661 (java) S 2597 2600 1330 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 416569698 11109408768 671042 33554432000 4194304 4196468 140732070802256 139779067696976 139780548630427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2662] ppid=2597 vsize=10849032 memory=4276 CPUtime=7.99 cores=0,2,4,6
/proc/2600/task/2662/stat : 2662 (java) S 2597 2600 1330 0 -1 1077944384 57589 13173 0 0 784 7 5 3 20 0 15 0 416569698 11109408768 671042 33554432000 4194304 4196468 140732070802256 139780007000944 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2663] ppid=2597 vsize=10849032 memory=2684168 CPUtime=7.54 cores=0,2,4,6
/proc/2600/task/2663/stat : 2663 (java) S 2597 2600 1330 0 -1 1077944384 52199 13173 0 0 739 7 5 3 20 0 15 0 416569698 11109408768 671042 33554432000 4194304 4196468 140732070802256 139780005948144 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2664] ppid=2597 vsize=10849032 memory=804 CPUtime=2.64 cores=0,2,4,6
/proc/2600/task/2664/stat : 2664 (java) S 2597 2600 1330 0 -1 1077944384 65478 13173 0 0 247 9 5 3 20 0 15 0 416569698 11109408768 671042 33554432000 4194304 4196468 140732070802256 139780004895344 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2665] ppid=2597 vsize=10849032 memory=2684168 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2665/stat : 2665 (java) S 2597 2600 1330 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 416569698 11109408768 671042 33554432000 4194304 4196468 140732070802256 139779034139360 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2666] ppid=2597 vsize=10849032 memory=3924 CPUtime=1.33 cores=0,2,4,6
/proc/2600/task/2666/stat : 2666 (java) S 2597 2600 1330 0 -1 1077944384 2039 13173 0 0 57 68 5 3 20 0 15 0 416569699 11109408768 671042 33554432000 4194304 4196468 140732070802256 139780003842736 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
Current children cumulated CPU time: 2313.09 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 2684168 KiB

[startup+2322.3 s]
/proc/loadavg: 1.06 1.28 1.37 3/228 3033
/proc/meminfo: memFree=20628400/32770624 swapFree=67108848/67108860
[pid=2600] ppid=2597 vsize=10849032 memory=2648816 CPUtime=2374.37 cores=0,2,4,6
/proc/2600/stat : 2600 (java) S 2597 2600 1330 0 -1 1077944320 536074 13173 0 0 237076 353 5 3 20 0 15 0 416569683 11109408768 662204 33554432000 4194304 4196468 140732070802256 140732070784800 139780548611831 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
/proc/2600/statm: 2712258 662204 3636 1 0 2674317 0
[pid=2600/tid=2653] ppid=2597 vsize=10849032 memory=8112282956445269571 CPUtime=2307.78 cores=0,2,4,6
/proc/2600/task/2653/stat : 2653 (java) R 2597 2600 1330 0 -1 4202560 160497 13173 0 0 230711 59 5 3 20 0 15 0 416569693 11109408768 662204 33554432000 4194304 4196468 140732070802256 139780520447056 139780134654906 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2654] ppid=2597 vsize=10849032 memory=2659072 CPUtime=11.37 cores=0,2,4,6
/proc/2600/task/2654/stat : 2654 (java) S 2597 2600 1330 0 -1 1077944384 41411 13173 0 0 1078 51 5 3 20 0 15 0 416569693 11109408768 662204 33554432000 4194304 4196468 140732070802256 139780552854672 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2655] ppid=2597 vsize=10849032 memory=2683160 CPUtime=11.42 cores=0,2,4,6
/proc/2600/task/2655/stat : 2655 (java) S 2597 2600 1330 0 -1 1077944384 47172 13173 0 0 1084 50 5 3 20 0 15 0 416569693 11109408768 662204 33554432000 4194304 4196468 140732070802256 139780451744784 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2656] ppid=2597 vsize=10849032 memory=2673424 CPUtime=11.42 cores=0,2,4,6
/proc/2600/task/2656/stat : 2656 (java) S 2597 2600 1330 0 -1 1077944384 43149 13173 0 0 1084 50 5 3 20 0 15 0 416569693 11109408768 662204 33554432000 4194304 4196468 140732070802256 139780450691984 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2657] ppid=2597 vsize=10849032 memory=2669832 CPUtime=11.44 cores=0,2,4,6
/proc/2600/task/2657/stat : 2657 (java) S 2597 2600 1330 0 -1 1077944384 37342 13173 0 0 1088 48 5 3 20 0 15 0 416569693 11109408768 662204 33554432000 4194304 4196468 140732070802256 139780119456528 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2658] ppid=2597 vsize=10849032 memory=2659072 CPUtime=1.86 cores=0,2,4,6
/proc/2600/task/2658/stat : 2658 (java) S 2597 2600 1330 0 -1 1077944384 24823 13173 0 0 158 20 5 3 20 0 15 0 416569695 11109408768 662204 33554432000 4194304 4196468 140732070802256 139780008053104 139780548622978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2659] ppid=2597 vsize=10849032 memory=2655992 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2659/stat : 2659 (java) S 2597 2600 1330 0 -1 1077944384 26 13173 0 0 0 0 5 3 20 0 15 0 416569695 11109408768 662204 33554432000 4194304 4196468 140732070802256 139779442205856 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2660] ppid=2597 vsize=10849032 memory=2655992 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2660/stat : 2660 (java) S 2597 2600 1330 0 -1 1077944384 11 13173 0 0 0 0 5 3 20 0 15 0 416569695 11109408768 662204 33554432000 4194304 4196468 140732070802256 139779307987840 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2661] ppid=2597 vsize=10849032 memory=2651888 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2661/stat : 2661 (java) S 2597 2600 1330 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 416569698 11109408768 662204 33554432000 4194304 4196468 140732070802256 139779067696976 139780548630427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2662] ppid=2597 vsize=10849032 memory=2650864 CPUtime=8.12 cores=0,2,4,6
/proc/2600/task/2662/stat : 2662 (java) S 2597 2600 1330 0 -1 1077944384 58264 13173 0 0 797 7 5 3 20 0 15 0 416569698 11109408768 662204 33554432000 4194304 4196468 140732070802256 139780007000944 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2663] ppid=2597 vsize=10849032 memory=2648816 CPUtime=7.56 cores=0,2,4,6
/proc/2600/task/2663/stat : 2663 (java) S 2597 2600 1330 0 -1 1077944384 52733 13173 0 0 741 7 5 3 20 0 15 0 416569698 11109408768 662204 33554432000 4194304 4196468 140732070802256 139780005948144 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2664] ppid=2597 vsize=10849032 memory=2649836 CPUtime=2.64 cores=0,2,4,6
/proc/2600/task/2664/stat : 2664 (java) S 2597 2600 1330 0 -1 1077944384 66346 13173 0 0 247 9 5 3 20 0 15 0 416569698 11109408768 662204 33554432000 4194304 4196468 140732070802256 139780004895344 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2665] ppid=2597 vsize=10849032 memory=916 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2665/stat : 2665 (java) S 2597 2600 1330 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 416569698 11109408768 662204 33554432000 4194304 4196468 140732070802256 139779034139360 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2666] ppid=2597 vsize=10849032 memory=3848 CPUtime=1.36 cores=0,2,4,6
/proc/2600/task/2666/stat : 2666 (java) S 2597 2600 1330 0 -1 1077944384 2085 13173 0 0 58 70 5 3 20 0 15 0 416569699 11109408768 662204 33554432000 4194304 4196468 140732070802256 139780003842736 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
Current children cumulated CPU time: 2374.37 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 2648816 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2347.5 s]
/proc/loadavg: 1.12 1.28 1.36 3/228 3036
/proc/meminfo: memFree=20644624/32770624 swapFree=67108848/67108860
[pid=2600] ppid=2597 vsize=10849032 memory=2633460 CPUtime=2400.04 cores=0,2,4,6
/proc/2600/stat : 2600 (java) S 2597 2600 1330 0 -1 1077944320 538135 13173 0 0 239642 354 5 3 20 0 15 0 416569683 11109408768 658365 33554432000 4194304 4196468 140732070802256 140732070784800 139780548611831 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
/proc/2600/statm: 2712258 658365 3636 1 0 2674317 0
[pid=2600/tid=2653] ppid=2597 vsize=10849032 memory=2633972 CPUtime=2332.77 cores=0,2,4,6
/proc/2600/task/2653/stat : 2653 (java) R 2597 2600 1330 0 -1 4202560 161118 13173 0 0 233210 59 5 3 20 0 15 0 416569693 11109408768 658365 33554432000 4194304 4196468 140732070802256 139780520446944 139780149082235 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2654] ppid=2597 vsize=10849032 memory=2683160 CPUtime=11.53 cores=0,2,4,6
/proc/2600/task/2654/stat : 2654 (java) S 2597 2600 1330 0 -1 1077944384 41675 13173 0 0 1094 51 5 3 20 0 15 0 416569693 11109408768 658365 33554432000 4194304 4196468 140732070802256 139780552854672 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2655] ppid=2597 vsize=10849032 memory=2669832 CPUtime=11.58 cores=0,2,4,6
/proc/2600/task/2655/stat : 2655 (java) S 2597 2600 1330 0 -1 1077944384 47625 13173 0 0 1099 51 5 3 20 0 15 0 416569693 11109408768 658365 33554432000 4194304 4196468 140732070802256 139780451744784 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2656] ppid=2597 vsize=10849032 memory=2659072 CPUtime=11.58 cores=0,2,4,6
/proc/2600/task/2656/stat : 2656 (java) S 2597 2600 1330 0 -1 1077944384 43227 13173 0 0 1100 50 5 3 20 0 15 0 416569693 11109408768 658365 33554432000 4194304 4196468 140732070802256 139780450691984 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2657] ppid=2597 vsize=10849032 memory=280775031668456 CPUtime=11.6 cores=0,2,4,6
/proc/2600/task/2657/stat : 2657 (java) S 2597 2600 1330 0 -1 1077944384 37748 13173 0 0 1104 48 5 3 20 0 15 0 416569693 11109408768 658365 33554432000 4194304 4196468 140732070802256 139780119456528 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2658] ppid=2597 vsize=10849032 memory=2645732 CPUtime=1.9 cores=0,2,4,6
/proc/2600/task/2658/stat : 2658 (java) S 2597 2600 1330 0 -1 1077944384 25027 13173 0 0 161 21 5 3 20 0 15 0 416569695 11109408768 658365 33554432000 4194304 4196468 140732070802256 139780008053104 139780548622978 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2659] ppid=2597 vsize=10849032 memory=2638076 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2659/stat : 2659 (java) S 2597 2600 1330 0 -1 1077944384 26 13173 0 0 0 0 5 3 20 0 15 0 416569695 11109408768 658365 33554432000 4194304 4196468 140732070802256 139779442205856 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2660] ppid=2597 vsize=10849032 memory=2637052 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2660/stat : 2660 (java) S 2597 2600 1330 0 -1 1077944384 11 13173 0 0 0 0 5 3 20 0 15 0 416569695 11109408768 658365 33554432000 4194304 4196468 140732070802256 139779307987840 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2661] ppid=2597 vsize=10849032 memory=2635000 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2661/stat : 2661 (java) S 2597 2600 1330 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 416569698 11109408768 658365 33554432000 4194304 4196468 140732070802256 139779067696976 139780548630427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2662] ppid=2597 vsize=10849032 memory=2633972 CPUtime=8.12 cores=0,2,4,6
/proc/2600/task/2662/stat : 2662 (java) S 2597 2600 1330 0 -1 1077944384 58266 13173 0 0 797 7 5 3 20 0 15 0 416569698 11109408768 658365 33554432000 4194304 4196468 140732070802256 139780007000944 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2663] ppid=2597 vsize=10849032 memory=2633972 CPUtime=7.56 cores=0,2,4,6
/proc/2600/task/2663/stat : 2663 (java) S 2597 2600 1330 0 -1 1077944384 52735 13173 0 0 741 7 5 3 20 0 15 0 416569698 11109408768 658365 33554432000 4194304 4196468 140732070802256 139780005948144 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2664] ppid=2597 vsize=10849032 memory=2633972 CPUtime=2.64 cores=0,2,4,6
/proc/2600/task/2664/stat : 2664 (java) S 2597 2600 1330 0 -1 1077944384 66348 13173 0 0 247 9 5 3 20 0 15 0 416569698 11109408768 658365 33554432000 4194304 4196468 140732070802256 139780004895344 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2665] ppid=2597 vsize=10849032 memory=2633460 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2665/stat : 2665 (java) S 2597 2600 1330 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 15 0 416569698 11109408768 658365 33554432000 4194304 4196468 140732070802256 139779034139360 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2666] ppid=2597 vsize=10849032 memory=2636024 CPUtime=1.37 cores=0,2,4,6
/proc/2600/task/2666/stat : 2666 (java) S 2597 2600 1330 0 -1 1077944384 2114 13173 0 0 59 70 5 3 20 0 15 0 416569699 11109408768 658365 33554432000 4194304 4196468 140732070802256 139780003842736 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 2633460 KiB

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

[startup+2347.71 s]
# the end of solver process 2600 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.69 s, system=3.59496 s

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

[startup+2347.61 s]
/proc/loadavg: 1.12 1.28 1.36 3/228 3036
/proc/meminfo: memFree=20644624/32770624 swapFree=67108848/67108860
[pid=2600] ppid=2597 vsize=11045648 memory=2637136 CPUtime=2400.16 cores=0,2,4,6
/proc/2600/stat : 2600 (java) S 2597 2600 1330 0 -1 1077944320 538262 13173 0 0 239654 354 5 3 20 0 17 0 416569683 11310743552 659284 33554432000 4194304 4196468 140732070802256 140732070784800 139780548611831 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
/proc/2600/statm: 2761412 659284 3637 1 0 2723471 0
[pid=2600/tid=2653] ppid=2597 vsize=11045648 memory=1840 CPUtime=2332.87 cores=0,2,4,6
/proc/2600/task/2653/stat : 2653 (java) R 2597 2600 1330 0 -1 4202560 161118 13173 0 0 233220 59 5 3 20 0 17 0 416569693 11310743552 659284 33554432000 4194304 4196468 140732070802256 139780520443808 139780149081017 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2654] ppid=2597 vsize=11045648 memory=1384 CPUtime=11.54 cores=0,2,4,6
/proc/2600/task/2654/stat : 2654 (java) S 2597 2600 1330 0 -1 1077944384 41675 13173 0 0 1095 51 5 3 20 0 17 0 416569693 11310743552 659284 33554432000 4194304 4196468 140732070802256 139780552854672 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2655] ppid=2597 vsize=11045648 memory=7180 CPUtime=11.59 cores=0,2,4,6
/proc/2600/task/2655/stat : 2655 (java) S 2597 2600 1330 0 -1 1077944384 47628 13173 0 0 1100 51 5 3 20 0 17 0 416569693 11310743552 659284 33554432000 4194304 4196468 140732070802256 139780451744784 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2656] ppid=2597 vsize=11045648 memory=1100 CPUtime=11.58 cores=0,2,4,6
/proc/2600/task/2656/stat : 2656 (java) S 2597 2600 1330 0 -1 1077944384 43227 13173 0 0 1100 50 5 3 20 0 17 0 416569693 11310743552 659284 33554432000 4194304 4196468 140732070802256 139780450691984 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2657] ppid=2597 vsize=11045648 memory=15208 CPUtime=11.6 cores=0,2,4,6
/proc/2600/task/2657/stat : 2657 (java) S 2597 2600 1330 0 -1 1077944384 37753 13173 0 0 1104 48 5 3 20 0 17 0 416569693 11310743552 659284 33554432000 4194304 4196468 140732070802256 139780119456528 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2658] ppid=2597 vsize=11045648 memory=24580 CPUtime=1.9 cores=0,2,4,6
/proc/2600/task/2658/stat : 2658 (java) S 2597 2600 1330 0 -1 1077944384 25027 13173 0 0 161 21 5 3 20 0 17 0 416569695 11310743552 659284 33554432000 4194304 4196468 140732070802256 139780008053104 139780548622978 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2659] ppid=2597 vsize=11045648 memory=4048 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2659/stat : 2659 (java) S 2597 2600 1330 0 -1 1077944384 26 13173 0 0 0 0 5 3 20 0 17 0 416569695 11310743552 659284 33554432000 4194304 4196468 140732070802256 139779442205856 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2660] ppid=2597 vsize=11045648 memory=14288 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2660/stat : 2660 (java) S 2597 2600 1330 0 -1 1077944384 11 13173 0 0 0 0 5 3 20 0 17 0 416569695 11310743552 659284 33554432000 4194304 4196468 140732070802256 139779307987840 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2661] ppid=2597 vsize=11045648 memory=504 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2661/stat : 2661 (java) S 2597 2600 1330 0 -1 1077944384 80 13173 0 0 0 0 5 3 20 0 17 0 416569698 11310743552 659284 33554432000 4194304 4196468 140732070802256 139779067696976 139780548630427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2662] ppid=2597 vsize=11045648 memory=1728 CPUtime=8.12 cores=0,2,4,6
/proc/2600/task/2662/stat : 2662 (java) S 2597 2600 1330 0 -1 1077944384 58266 13173 0 0 797 7 5 3 20 0 17 0 416569698 11310743552 659284 33554432000 4194304 4196468 140732070802256 139780007000944 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2663] ppid=2597 vsize=11045648 memory=924 CPUtime=7.56 cores=0,2,4,6
/proc/2600/task/2663/stat : 2663 (java) S 2597 2600 1330 0 -1 1077944384 52735 13173 0 0 741 7 5 3 20 0 17 0 416569698 11310743552 659284 33554432000 4194304 4196468 140732070802256 139780005948144 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2664] ppid=2597 vsize=11045648 memory=1804 CPUtime=2.64 cores=0,2,4,6
/proc/2600/task/2664/stat : 2664 (java) S 2597 2600 1330 0 -1 1077944384 66348 13173 0 0 247 9 5 3 20 0 17 0 416569698 11310743552 659284 33554432000 4194304 4196468 140732070802256 139780004895344 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2665] ppid=2597 vsize=11045648 memory=916 CPUtime=0.08 cores=0,2,4,6
/proc/2600/task/2665/stat : 2665 (java) S 2597 2600 1330 0 -1 1077944384 3 13173 0 0 0 0 5 3 20 0 17 0 416569698 11310743552 659284 33554432000 4194304 4196468 140732070802256 139779034139360 139780548622037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
[pid=2600/tid=2666] ppid=2597 vsize=11045648 memory=8112282956445269571 CPUtime=1.37 cores=0,2,4,6
/proc/2600/task/2666/stat : 2666 (java) S 2597 2600 1330 0 -1 1077944384 2114 13173 0 0 59 70 5 3 20 0 17 0 416569699 11310743552 659284 33554432000 4194304 4196468 140732070802256 139780003842736 139780548622978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 32325632 140732070808304 140732070810821 140732070810821 140732070813647 0
Current children cumulated CPU time: 2400.16 s
Current children cumulated vsize: 11045648 KiB
Current children cumulated memory: 2637136 KiB

[startup+2347.7 s]*
/proc/loadavg: 1.12 1.28 1.36 3/215 3038
/proc/meminfo: memFree=22144628/32770624 swapFree=67108848/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2347.71
CPU time (s): 2400.28
CPU user time (s): 2396.69
CPU system time (s): 3.59496
CPU usage (%): 102.239
Max. virtual memory (cumulated for all children) (KiB): 11045648
Max. memory (cumulated for all children) (KiB): 3487892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.69
system time used= 3.59497
maximum resident set size= 3487960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 552008
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 95243
involuntary context switches= 4933


# summary of solver processes directly reported to runsolver:
#   pid: 2600
#   total CPU time (s): 2400.28
#   total CPU user time (s): 2396.69
#   total CPU system time (s): 3.59496

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.1103 second user time and 22.6729 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-13 22:24:42
IDJOB=4396576
IDBENCH=138227
IDSOLVER=2847
FILE ID=node143/4396576-1568406323
RUNJOBID= node143-1568401563-1361
PBS_JOBID= 21701881
Free space on /tmp= 59240 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-fu/BinPacking-mdd-fu1000-02.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396576-1568406323/watcher-4396576-1568406323 -o /tmp/evaluation-result-4396576-1568406323/solver-4396576-1568406323 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568401563-1361 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=427476139 HOME/instance-4396576-1568406323.xml

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

MD5SUM BENCH= 81a54afd524339631fcda48b56d1b2da
RANDOM SEED=427476139

node143.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.73
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.73
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.73
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.73
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:        23598624 kB
MemAvailable:   31085140 kB
Buffers:          193632 kB
Cached:          7583048 kB
SwapCached:            8 kB
Active:          2857892 kB
Inactive:        5642916 kB
Active(anon):     678404 kB
Inactive(anon):   145140 kB
Active(file):    2179488 kB
Inactive(file):  5497776 kB
Unevictable:      107160 kB
Mlocked:          107160 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:             35816 kB
Writeback:             0 kB
AnonPages:        742652 kB
Mapped:            62184 kB
Shmem:             90756 kB
Slab:             266568 kB
SReclaimable:     237712 kB
SUnreclaim:        28856 kB
KernelStack:        3792 kB
PageTables:         6960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1927148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    614400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 59204 MiB
End job on node143 at 2019-09-13 23:03:50