Trace number 4304837

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.9.2? (TO) 2520.13 2502.53

General information on the benchmark

NameColouredQueens/
ColouredQueens-16_c18.xml
MD5SUMca60191094dbbdd7cca22b5ebea1cb75
Bench CategoryCSP (decision 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 variables256
Number of constraints90
Number of domains1
Minimum domain size16
Maximum domain size16
Distribution of domain sizes[{"size":16,"count":256}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":252}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":4},{"arity":14,"count":4},{"arity":15,"count":4},{"arity":16,"count":34}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":90}]
Optimization problemNO
Type of objective

Solver Data

0.94/0.76	c Concrete v3.9.2.1532736233296 running
2520.08/2502.50	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.08/2502.50		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.08/2502.50		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.08/2502.50		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.08/2502.50		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.08/2502.50		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.08/2502.50		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.08/2502.50		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.08/2502.50		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.08/2502.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.08/2502.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.08/2502.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.08/2502.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.08/2502.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.08/2502.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.08/2502.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.08/2502.50		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.08/2502.50		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.08/2502.50		at scala.Option.map(Option.scala:146)
2520.08/2502.50		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.08/2502.50		at concrete.MAC.mac(MAC.scala:203)
2520.08/2502.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.08/2502.50		at scala.util.Try$.apply(Try.scala:209)
2520.08/2502.50		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.08/2502.50		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.08/2502.50		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.08/2502.50		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.08/2502.50		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.08/2502.50		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.08/2502.50		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.08/2502.50		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.08/2502.50		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.08/2502.50		at concrete.MAC.oneRun(MAC.scala:253)
2520.08/2502.50		at concrete.MAC.nextSolution(MAC.scala:272)
2520.08/2502.50		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.08/2502.50		at concrete.ProblemState.map(ProblemState.scala:221)
2520.08/2502.50		at concrete.ProblemState.map(ProblemState.scala:204)
2520.08/2502.50		at concrete.MAC.nextSolution(MAC.scala:334)
2520.08/2502.50		at concrete.Solver.hasNext(Solver.scala:166)
2520.08/2502.50		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.08/2502.50		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.08/2502.50		at concrete.Solver.toStream(Solver.scala:68)
2520.08/2502.50		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.08/2502.50		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.08/2502.50		at concrete.Solver.toIterable(Solver.scala:68)
2520.08/2502.50		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.08/2502.50		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.08/2502.50		at scala.util.Success.map(Try.scala:209)
2520.08/2502.50		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2502.50		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.08/2502.50		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.08/2502.50		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2502.50		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.08/2502.50		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.08/2502.50		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.08/2502.50		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.08/2502.50		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.08/2502.50		at scala.collection.immutable.List.foreach(List.scala:389)
2520.08/2502.50		at scala.App.main(App.scala:76)
2520.08/2502.50		at scala.App.main$(App.scala:74)
2520.08/2502.50		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.08/2502.50		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2502.51	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 (6524 MiB free)
  memory of node 1: 16384 MiB (5432 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304837-1534038877/watcher-4304837-1534038877 -o /tmp/evaluation-result-4304837-1534038877/solver-4304837-1534038877 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534038877-15390 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1593091059 HOME/instance-4304837-1534038877.xml 

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

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


[startup+0.100111 s]*
/proc/loadavg: 1.00 1.03 1.33 5/217 15501
/proc/meminfo: memFree=12216404/32770624 swapFree=67108496/67108860
[pid=15424] ppid=15417 vsize=113256 memory=1608 CPUtime=0.07 cores=0,2,4,6
/proc/15424/stat : 15424 (bash) S 15417 15424 14233 0 -1 4202496 940 11549 0 1 0 0 4 3 20 0 1 0 221450980 115974144 402 33554432000 4194304 5098028 140734350536528 140734350529512 139929113861120 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 1 0 0 7196144 7232144 28946432 140734350537899 140734350538024 140734350538024 140734350540782 0
/proc/15424/statm: 28314 402 319 221 0 119 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1608 KiB

[startup+0.210103 s]*
/proc/loadavg: 1.00 1.03 1.33 6/219 15555
/proc/meminfo: memFree=12191072/32770624 swapFree=67108496/67108860
[pid=15424] ppid=15417 vsize=10982696 memory=40828 CPUtime=0.22 cores=0,2,4,6
/proc/15424/stat : 15424 (java) S 15417 15424 14233 0 -1 1077944320 6908 12909 0 1 14 1 4 3 20 0 15 0 221450980 11246280704 10207 33554432000 4194304 4196468 140731480591856 140731480574400 139722837327607 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
/proc/15424/statm: 2745674 10207 2932 1 0 2708109 0
[pid=15424/tid=15529] ppid=15417 vsize=10982696 memory=7022364594140610616 CPUtime=0.16 cores=0,2,4,6
/proc/15424/task/15529/stat : 15529 (java) R 15417 15424 14233 0 -1 4202560 3454 12909 0 1 9 0 4 3 20 0 15 0 221450992 11246280704 10207 33554432000 4194304 4196468 140731480591856 139722809149808 139722821408094 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15531] ppid=15417 vsize=10982696 memory=364 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15531/stat : 15531 (java) S 15417 15424 14233 0 -1 1077944384 2 12909 0 1 0 0 4 3 20 0 15 0 221450993 11246280704 10207 33554432000 4194304 4196468 140731480591856 139722841570448 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15532] ppid=15417 vsize=10982696 memory=140578411135635 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15532/stat : 15532 (java) S 15417 15424 14233 0 -1 1077944384 2 12909 0 1 0 0 4 3 20 0 15 0 221450993 11246280704 10207 33554432000 4194304 4196468 140731480591856 139722377243664 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15534] ppid=15417 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15534/stat : 15534 (java) S 15417 15424 14233 0 -1 1077944384 1 12909 0 1 0 0 4 3 20 0 15 0 221450993 11246280704 10207 33554432000 4194304 4196468 140731480591856 139722376190864 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15536] ppid=15417 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15536/stat : 15536 (java) S 15417 15424 14233 0 -1 1077944384 2 12909 0 1 0 0 4 3 20 0 15 0 221450993 11246280704 10207 33554432000 4194304 4196468 140731480591856 139722375138064 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15539] ppid=15417 vsize=10982696 memory=140578409961088 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15539/stat : 15539 (java) S 15417 15424 14233 0 -1 1077944384 2 12909 0 1 0 0 4 3 20 0 15 0 221450994 11246280704 10207 33554432000 4194304 4196468 140731480591856 139722263349616 139722837338754 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15541] ppid=15417 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15541/stat : 15541 (java) S 15417 15424 14233 0 -1 1077944384 13 12909 0 1 0 0 4 3 20 0 15 0 221450995 11246280704 10207 33554432000 4194304 4196468 140731480591856 139721661473824 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15543] ppid=15417 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15543/stat : 15543 (java) S 15417 15424 14233 0 -1 1077944384 1 12909 0 1 0 0 4 3 20 0 15 0 221450995 11246280704 10207 33554432000 4194304 4196468 140731480591856 139721460147056 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15548] ppid=15417 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15548/stat : 15548 (java) S 15417 15424 14233 0 -1 1077944384 3 12909 0 1 0 0 4 3 20 0 15 0 221450998 11246280704 10207 33554432000 4194304 4196468 140731480591856 139721152747344 139722837346203 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15549] ppid=15417 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15424/task/15549/stat : 15549 (java) S 15417 15424 14233 0 -1 1077944384 359 12909 0 1 1 0 4 3 20 0 15 0 221450998 11246280704 10207 33554432000 4194304 4196468 140731480591856 139722262297456 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15550] ppid=15417 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15550/stat : 15550 (java) S 15417 15424 14233 0 -1 1077944384 255 12909 0 1 0 0 4 3 20 0 15 0 221450998 11246280704 10207 33554432000 4194304 4196468 140731480591856 139722261244656 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15551] ppid=15417 vsize=10982696 memory=140578409961088 CPUtime=0.09 cores=0,2,4,6
/proc/15424/task/15551/stat : 15551 (java) R 15417 15424 14233 0 -1 4202560 626 12909 0 1 2 0 4 3 20 0 15 0 221450998 11246280704 10207 33554432000 4194304 4196468 140731480591856 139722260191856 139722816248124 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15553] ppid=15417 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15553/stat : 15553 (java) S 15417 15424 14233 0 -1 1077944384 3 12909 0 1 0 0 4 3 20 0 15 0 221450998 11246280704 10207 33554432000 4194304 4196468 140731480591856 139720721951456 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15555] ppid=15417 vsize=10982696 memory=140578409961088 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15555/stat : 15555 (java) S 15417 15424 14233 0 -1 1077944384 1 12909 0 1 0 0 4 3 20 0 15 0 221450998 11246280704 10207 33554432000 4194304 4196468 140731480591856 139722259139248 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 40828 KiB

[startup+0.310621 s]*
/proc/loadavg: 1.00 1.03 1.33 9/219 15555
/proc/meminfo: memFree=12165364/32770624 swapFree=67108496/67108860
[pid=15424] ppid=15417 vsize=10983192 memory=51588 CPUtime=0.35 cores=0,2,4,6
/proc/15424/stat : 15424 (java) S 15417 15424 14233 0 -1 1077944320 9939 12909 0 1 26 2 4 3 20 0 15 0 221450980 11246788608 12897 33554432000 4194304 4196468 140731480591856 140731480574400 139722837327607 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
/proc/15424/statm: 2745798 12897 3063 1 0 2708109 0
[pid=15424/tid=15529] ppid=15417 vsize=10983192 memory=576461178948550685 CPUtime=0.25 cores=0,2,4,6
/proc/15424/task/15529/stat : 15529 (java) R 15417 15424 14233 0 -1 4202560 6469 12909 0 1 17 1 4 3 20 0 15 0 221450992 11246788608 12897 33554432000 4194304 4196468 140731480591856 139722809138160 139722816924697 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15531] ppid=15417 vsize=10983192 memory=303993216221577239 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15531/stat : 15531 (java) S 15417 15424 14233 0 -1 1077944384 2 12909 0 1 0 0 4 3 20 0 15 0 221450993 11246788608 12897 33554432000 4194304 4196468 140731480591856 139722841570448 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15532] ppid=15417 vsize=10983192 memory=13714278044685976 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15532/stat : 15532 (java) S 15417 15424 14233 0 -1 1077944384 2 12909 0 1 0 0 4 3 20 0 15 0 221450993 11246788608 12897 33554432000 4194304 4196468 140731480591856 139722377243664 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15534] ppid=15417 vsize=10983192 memory=-8033973737701895300 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15534/stat : 15534 (java) S 15417 15424 14233 0 -1 1077944384 1 12909 0 1 0 0 4 3 20 0 15 0 221450993 11246788608 12897 33554432000 4194304 4196468 140731480591856 139722376190864 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15536] ppid=15417 vsize=10983192 memory=664954319948704082 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15536/stat : 15536 (java) S 15417 15424 14233 0 -1 1077944384 2 12909 0 1 0 0 4 3 20 0 15 0 221450993 11246788608 12897 33554432000 4194304 4196468 140731480591856 139722375138064 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15539] ppid=15417 vsize=10983192 memory=665099296288323523 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15539/stat : 15539 (java) S 15417 15424 14233 0 -1 1077944384 2 12909 0 1 0 0 4 3 20 0 15 0 221450994 11246788608 12897 33554432000 4194304 4196468 140731480591856 139722263349616 139722837338754 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15541] ppid=15417 vsize=10983192 memory=3472328296227680264 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15541/stat : 15541 (java) S 15417 15424 14233 0 -1 1077944384 13 12909 0 1 0 0 4 3 20 0 15 0 221450995 11246788608 12897 33554432000 4194304 4196468 140731480591856 139721661473824 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15543] ppid=15417 vsize=10983192 memory=9051283677730746851 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15543/stat : 15543 (java) S 15417 15424 14233 0 -1 1077944384 1 12909 0 1 0 0 4 3 20 0 15 0 221450995 11246788608 12897 33554432000 4194304 4196468 140731480591856 139721460147056 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15548] ppid=15417 vsize=10983192 memory=6944656575208382560 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15548/stat : 15548 (java) S 15417 15424 14233 0 -1 1077944384 3 12909 0 1 0 0 4 3 20 0 15 0 221450998 11246788608 12897 33554432000 4194304 4196468 140731480591856 139721152747344 139722837346203 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15549] ppid=15417 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15424/task/15549/stat : 15549 (java) S 15417 15424 14233 0 -1 1077944384 360 12909 0 1 1 0 4 3 20 0 15 0 221450998 11246788608 12897 33554432000 4194304 4196468 140731480591856 139722262297456 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15550] ppid=15417 vsize=10983192 memory=664970774370808936 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15550/stat : 15550 (java) S 15417 15424 14233 0 -1 1077944384 255 12909 0 1 0 0 4 3 20 0 15 0 221450998 11246788608 12897 33554432000 4194304 4196468 140731480591856 139722261244656 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15551] ppid=15417 vsize=10983192 memory=140578409961088 CPUtime=0.11 cores=0,2,4,6
/proc/15424/task/15551/stat : 15551 (java) S 15417 15424 14233 0 -1 1077944384 637 12909 0 1 4 0 4 3 20 0 15 0 221450998 11246788608 12897 33554432000 4194304 4196468 140731480591856 139722260191856 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15553] ppid=15417 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15553/stat : 15553 (java) S 15417 15424 14233 0 -1 1077944384 3 12909 0 1 0 0 4 3 20 0 15 0 221450998 11246788608 12897 33554432000 4194304 4196468 140731480591856 139720721951456 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15555] ppid=15417 vsize=10983192 memory=140578409961088 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15555/stat : 15555 (java) S 15417 15424 14233 0 -1 1077944384 1 12909 0 1 0 0 4 3 20 0 15 0 221450998 11246788608 12897 33554432000 4194304 4196468 140731480591856 139722259139248 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 51588 KiB

[startup+0.700737 s]
/proc/loadavg: 1.00 1.03 1.33 4/219 15555
/proc/meminfo: memFree=12138816/32770624 swapFree=67108496/67108860
[pid=15424] ppid=15417 vsize=10983192 memory=88844 CPUtime=0.94 cores=0,2,4,6
/proc/15424/stat : 15424 (java) S 15417 15424 14233 0 -1 1077944320 16810 12909 0 1 83 4 4 3 20 0 15 0 221450980 11246788608 22211 33554432000 4194304 4196468 140731480591856 140731480574400 139722837327607 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
/proc/15424/statm: 2745798 22211 3237 1 0 2708109 0
[pid=15424/tid=15529] ppid=15417 vsize=10983192 memory=269 CPUtime=0.64 cores=0,2,4,6
/proc/15424/task/15529/stat : 15529 (java) R 15417 15424 14233 0 -1 4202560 12431 12909 0 1 54 3 4 3 20 0 15 0 221450992 11246788608 22211 33554432000 4194304 4196468 140731480591856 139722809151440 139722837341494 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15531] ppid=15417 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15531/stat : 15531 (java) S 15417 15424 14233 0 -1 1077944384 2 12909 0 1 0 0 4 3 20 0 15 0 221450993 11246788608 22211 33554432000 4194304 4196468 140731480591856 139722841570448 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15532] ppid=15417 vsize=10983192 memory=644 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15532/stat : 15532 (java) S 15417 15424 14233 0 -1 1077944384 2 12909 0 1 0 0 4 3 20 0 15 0 221450993 11246788608 22211 33554432000 4194304 4196468 140731480591856 139722377243664 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15534] ppid=15417 vsize=10983192 memory=378 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15534/stat : 15534 (java) S 15417 15424 14233 0 -1 1077944384 1 12909 0 1 0 0 4 3 20 0 15 0 221450993 11246788608 22211 33554432000 4194304 4196468 140731480591856 139722376190864 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15536] ppid=15417 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15536/stat : 15536 (java) S 15417 15424 14233 0 -1 1077944384 2 12909 0 1 0 0 4 3 20 0 15 0 221450993 11246788608 22211 33554432000 4194304 4196468 140731480591856 139722375138064 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15539] ppid=15417 vsize=10983192 memory=6296967299103478373 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15539/stat : 15539 (java) S 15417 15424 14233 0 -1 1077944384 5 12909 0 1 0 0 4 3 20 0 15 0 221450994 11246788608 22211 33554432000 4194304 4196468 140731480591856 139722263349616 139722837338754 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15541] ppid=15417 vsize=10983192 memory=4639059895069856102 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15541/stat : 15541 (java) S 15417 15424 14233 0 -1 1077944384 13 12909 0 1 0 0 4 3 20 0 15 0 221450995 11246788608 22211 33554432000 4194304 4196468 140731480591856 139721661473824 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15543] ppid=15417 vsize=10983192 memory=5859271421084128616 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15543/stat : 15543 (java) S 15417 15424 14233 0 -1 1077944384 1 12909 0 1 0 0 4 3 20 0 15 0 221450995 11246788608 22211 33554432000 4194304 4196468 140731480591856 139721460147056 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15548] ppid=15417 vsize=10983192 memory=-6168368575958768251 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15548/stat : 15548 (java) S 15417 15424 14233 0 -1 1077944384 3 12909 0 1 0 0 4 3 20 0 15 0 221450998 11246788608 22211 33554432000 4194304 4196468 140731480591856 139721152747344 139722837346203 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15549] ppid=15417 vsize=10983192 memory=-7395679465411340910 CPUtime=0.14 cores=0,2,4,6
/proc/15424/task/15549/stat : 15549 (java) S 15417 15424 14233 0 -1 1077944384 625 12909 0 1 7 0 4 3 20 0 15 0 221450998 11246788608 22211 33554432000 4194304 4196468 140731480591856 139722262297456 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15550] ppid=15417 vsize=10983192 memory=-7737605734073691286 CPUtime=0.16 cores=0,2,4,6
/proc/15424/task/15550/stat : 15550 (java) S 15417 15424 14233 0 -1 1077944384 861 12909 0 1 9 0 4 3 20 0 15 0 221450998 11246788608 22211 33554432000 4194304 4196468 140731480591856 139722261244656 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15551] ppid=15417 vsize=10983192 memory=-7384994774051102368 CPUtime=0.19 cores=0,2,4,6
/proc/15424/task/15551/stat : 15551 (java) S 15417 15424 14233 0 -1 1077944384 672 12909 0 1 12 0 4 3 20 0 15 0 221450998 11246788608 22211 33554432000 4194304 4196468 140731480591856 139722260191856 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15553] ppid=15417 vsize=10983192 memory=6944656592452807325 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15553/stat : 15553 (java) S 15417 15424 14233 0 -1 1077944384 3 12909 0 1 0 0 4 3 20 0 15 0 221450998 11246788608 22211 33554432000 4194304 4196468 140731480591856 139720721951456 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15555] ppid=15417 vsize=10983192 memory=4000 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15555/stat : 15555 (java) S 15417 15424 14233 0 -1 1077944384 1 12909 0 1 0 0 4 3 20 0 15 0 221450998 11246788608 22211 33554432000 4194304 4196468 140731480591856 139722259139248 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
Current children cumulated CPU time: 0.94 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88844 KiB

[startup+1.50112 s]
/proc/loadavg: 1.00 1.03 1.33 7/219 15555
/proc/meminfo: memFree=12051552/32770624 swapFree=67108496/67108860
[pid=15424] ppid=15417 vsize=10998092 memory=178428 CPUtime=2.24 cores=0,2,4,6
/proc/15424/stat : 15424 (java) S 15417 15424 14233 0 -1 1077944320 23824 12909 0 1 208 9 4 3 20 0 15 0 221450980 11262046208 44607 33554432000 4194304 4196468 140731480591856 140731480574400 139722837327607 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
/proc/15424/statm: 2749523 44607 3468 1 0 2711181 0
[pid=15424/tid=15529] ppid=15417 vsize=10998092 memory=6791534058613427641 CPUtime=1.38 cores=0,2,4,6
/proc/15424/task/15529/stat : 15529 (java) R 15417 15424 14233 0 -1 4202560 17916 12909 0 1 126 5 4 3 20 0 15 0 221450992 11262046208 44607 33554432000 4194304 4196468 140731480591856 139722809159128 139722407830049 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15531] ppid=15417 vsize=10998092 memory=644 CPUtime=0.08 cores=0,2,4,6
/proc/15424/task/15531/stat : 15531 (java) S 15417 15424 14233 0 -1 1077944384 15 12909 0 1 1 0 4 3 20 0 15 0 221450993 11262046208 44607 33554432000 4194304 4196468 140731480591856 139722841570448 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15532] ppid=15417 vsize=10998092 memory=378 CPUtime=0.08 cores=0,2,4,6
/proc/15424/task/15532/stat : 15532 (java) S 15417 15424 14233 0 -1 1077944384 25 12909 0 1 1 0 4 3 20 0 15 0 221450993 11262046208 44607 33554432000 4194304 4196468 140731480591856 139722377243664 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15534] ppid=15417 vsize=10998092 memory=281156612370080 CPUtime=0.08 cores=0,2,4,6
/proc/15424/task/15534/stat : 15534 (java) S 15417 15424 14233 0 -1 1077944384 226 12909 0 1 1 0 4 3 20 0 15 0 221450993 11262046208 44607 33554432000 4194304 4196468 140731480591856 139722376190864 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15536] ppid=15417 vsize=10998092 memory=281156612374528 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15536/stat : 15536 (java) S 15417 15424 14233 0 -1 1077944384 56 12909 0 1 0 0 4 3 20 0 15 0 221450993 11262046208 44607 33554432000 4194304 4196468 140731480591856 139722375138064 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15539] ppid=15417 vsize=10998092 memory=140578306205796 CPUtime=0.08 cores=0,2,4,6
/proc/15424/task/15539/stat : 15539 (java) S 15417 15424 14233 0 -1 1077944384 59 12909 0 1 1 0 4 3 20 0 15 0 221450994 11262046208 44607 33554432000 4194304 4196468 140731480591856 139722263349616 139722837338754 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15541] ppid=15417 vsize=10998092 memory=490 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15541/stat : 15541 (java) S 15417 15424 14233 0 -1 1077944384 13 12909 0 1 0 0 4 3 20 0 15 0 221450995 11262046208 44607 33554432000 4194304 4196468 140731480591856 139721661473888 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15543] ppid=15417 vsize=10998092 memory=1 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15543/stat : 15543 (java) S 15417 15424 14233 0 -1 1077944384 2 12909 0 1 0 0 4 3 20 0 15 0 221450995 11262046208 44607 33554432000 4194304 4196468 140731480591856 139721460147072 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15548] ppid=15417 vsize=10998092 memory=75 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15548/stat : 15548 (java) S 15417 15424 14233 0 -1 1077944384 3 12909 0 1 0 0 4 3 20 0 15 0 221450998 11262046208 44607 33554432000 4194304 4196468 140731480591856 139721152747344 139722837346203 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15549] ppid=15417 vsize=10998092 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/15424/task/15549/stat : 15549 (java) S 15417 15424 14233 0 -1 1077944384 729 12909 0 1 17 0 4 3 20 0 15 0 221450998 11262046208 44607 33554432000 4194304 4196468 140731480591856 139722262297456 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15550] ppid=15417 vsize=10998092 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/15424/task/15550/stat : 15550 (java) S 15417 15424 14233 0 -1 1077944384 1332 12909 0 1 23 0 4 3 20 0 15 0 221450998 11262046208 44607 33554432000 4194304 4196468 140731480591856 139722261244656 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15551] ppid=15417 vsize=10998092 memory=140578306205505 CPUtime=0.4 cores=0,2,4,6
/proc/15424/task/15551/stat : 15551 (java) S 15417 15424 14233 0 -1 1077944384 1256 12909 0 1 33 0 4 3 20 0 15 0 221450998 11262046208 44607 33554432000 4194304 4196468 140731480591856 139722260191856 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15553] ppid=15417 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15553/stat : 15553 (java) S 15417 15424 14233 0 -1 1077944384 3 12909 0 1 0 0 4 3 20 0 15 0 221450998 11262046208 44607 33554432000 4194304 4196468 140731480591856 139720721951456 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15555] ppid=15417 vsize=10998092 memory=-3472574513799858006 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15555/stat : 15555 (java) S 15417 15424 14233 0 -1 1077944384 1 12909 0 1 0 0 4 3 20 0 15 0 221450998 11262046208 44607 33554432000 4194304 4196468 140731480591856 139722259139248 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 178428 KiB

[startup+3.11111 s]
/proc/loadavg: 1.00 1.03 1.33 11/219 15555
/proc/meminfo: memFree=11737328/32770624 swapFree=67108496/67108860
[pid=15424] ppid=15417 vsize=11008352 memory=297260 CPUtime=6.22 cores=0,2,4,6
/proc/15424/stat : 15424 (java) S 15417 15424 14233 0 -1 1077944320 33982 12909 0 1 599 16 4 3 20 0 15 0 221450980 11272552448 74315 33554432000 4194304 4196468 140731480591856 140731480574400 139722837327607 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
/proc/15424/statm: 2752088 74315 3496 1 0 2713741 0
[pid=15424/tid=15529] ppid=15417 vsize=11008352 memory=490 CPUtime=2.96 cores=0,2,4,6
/proc/15424/task/15529/stat : 15529 (java) R 15417 15424 14233 0 -1 4202560 23156 12909 0 1 281 8 4 3 20 0 15 0 221450992 11272552448 74315 33554432000 4194304 4196468 140731480591856 139722809160856 139722821469937 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0

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

/proc/15424/task/15529/stat : 15529 (java) R 15417 15424 14233 0 -1 4202560 70024 12909 0 1 243407 24 4 3 20 0 15 0 221450992 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722809161392 139722421461060 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15531] ppid=15417 vsize=11075936 memory=538620 CPUtime=3.34 cores=0,2,4,6
/proc/15424/task/15531/stat : 15531 (java) S 15417 15424 14233 0 -1 1077944384 9730 12909 0 1 309 18 4 3 20 0 15 0 221450993 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722841570448 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15532] ppid=15417 vsize=11075936 memory=538620 CPUtime=3.32 cores=0,2,4,6
/proc/15424/task/15532/stat : 15532 (java) S 15417 15424 14233 0 -1 1077944384 15070 12909 0 1 307 18 4 3 20 0 15 0 221450993 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722377243664 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15534] ppid=15417 vsize=11075936 memory=0 CPUtime=3.31 cores=0,2,4,6
/proc/15424/task/15534/stat : 15534 (java) S 15417 15424 14233 0 -1 1077944384 9671 12909 0 1 306 18 4 3 20 0 15 0 221450993 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722376190864 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15536] ppid=15417 vsize=11075936 memory=538620 CPUtime=3.33 cores=0,2,4,6
/proc/15424/task/15536/stat : 15536 (java) S 15417 15424 14233 0 -1 1077944384 10718 12909 0 1 310 16 4 3 20 0 15 0 221450993 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722375138064 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15539] ppid=15417 vsize=11075936 memory=538620 CPUtime=3.31 cores=0,2,4,6
/proc/15424/task/15539/stat : 15539 (java) S 15417 15424 14233 0 -1 1077944384 13461 12909 0 1 306 18 4 3 20 0 15 0 221450994 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722263349616 139722837338754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15541] ppid=15417 vsize=11075936 memory=538620 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15541/stat : 15541 (java) S 15417 15424 14233 0 -1 1077944384 24 12909 0 1 0 0 4 3 20 0 15 0 221450995 11341758464 134655 33554432000 4194304 4196468 140731480591856 139721661473952 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15543] ppid=15417 vsize=11075936 memory=538620 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15543/stat : 15543 (java) S 15417 15424 14233 0 -1 1077944384 4 12909 0 1 0 0 4 3 20 0 15 0 221450995 11341758464 134655 33554432000 4194304 4196468 140731480591856 139721460147072 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15548] ppid=15417 vsize=11075936 memory=538620 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15548/stat : 15548 (java) S 15417 15424 14233 0 -1 1077944384 3 12909 0 1 0 0 4 3 20 0 15 0 221450998 11341758464 134655 33554432000 4194304 4196468 140731480591856 139721152747344 139722837346203 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15549] ppid=15417 vsize=11075936 memory=538620 CPUtime=3.58 cores=0,2,4,6
/proc/15424/task/15549/stat : 15549 (java) S 15417 15424 14233 0 -1 1077944384 14901 12909 0 1 349 2 4 3 20 0 15 0 221450998 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722262297456 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15550] ppid=15417 vsize=11075936 memory=538620 CPUtime=3.24 cores=0,2,4,6
/proc/15424/task/15550/stat : 15550 (java) S 15417 15424 14233 0 -1 1077944384 15398 12909 0 1 314 3 4 3 20 0 15 0 221450998 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722261244656 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15551] ppid=15417 vsize=11075936 memory=538620 CPUtime=1.64 cores=0,2,4,6
/proc/15424/task/15551/stat : 15551 (java) S 15417 15424 14233 0 -1 1077944384 15477 12909 0 1 153 4 4 3 20 0 15 0 221450998 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722260191856 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15553] ppid=15417 vsize=11075936 memory=538620 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15553/stat : 15553 (java) S 15417 15424 14233 0 -1 1077944384 3 12909 0 1 0 0 4 3 20 0 15 0 221450998 11341758464 134655 33554432000 4194304 4196468 140731480591856 139720721951456 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15555] ppid=15417 vsize=11075936 memory=14694093276057294 CPUtime=0.76 cores=0,2,4,6
/proc/15424/task/15555/stat : 15555 (java) S 15417 15424 14233 0 -1 1077944384 1056 12909 0 1 34 35 4 3 20 0 15 0 221450998 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722259139248 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
Current children cumulated CPU time: 2459.7 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 538620 KiB

[startup+2502.3 s]
/proc/loadavg: 1.37 1.27 1.29 5/215 15784
/proc/meminfo: memFree=11361588/32770624 swapFree=67108496/67108860
[pid=15424] ppid=15417 vsize=11075936 memory=538620 CPUtime=2519.88 cores=0,2,4,6
/proc/15424/stat : 15424 (java) S 15417 15424 14233 0 -1 1077944320 178696 12909 0 1 251846 135 4 3 20 0 15 0 221450980 11341758464 134655 33554432000 4194304 4196468 140731480591856 140731480574400 139722837327607 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
/proc/15424/statm: 2768984 134655 3522 1 0 2730637 0
[pid=15424/tid=15529] ppid=15417 vsize=11075936 memory=538620 CPUtime=2494.18 cores=0,2,4,6
/proc/15424/task/15529/stat : 15529 (java) R 15417 15424 14233 0 -1 4202560 70404 12909 0 1 249387 24 4 3 20 0 15 0 221450992 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722809161456 139722420830064 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15531] ppid=15417 vsize=11075936 memory=538620 CPUtime=3.42 cores=0,2,4,6
/proc/15424/task/15531/stat : 15531 (java) S 15417 15424 14233 0 -1 1077944384 9746 12909 0 1 316 19 4 3 20 0 15 0 221450993 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722841570448 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15532] ppid=15417 vsize=11075936 memory=538620 CPUtime=3.4 cores=0,2,4,6
/proc/15424/task/15532/stat : 15532 (java) S 15417 15424 14233 0 -1 1077944384 15175 12909 0 1 314 19 4 3 20 0 15 0 221450993 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722377243664 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15534] ppid=15417 vsize=11075936 memory=7301887782884125334 CPUtime=3.38 cores=0,2,4,6
/proc/15424/task/15534/stat : 15534 (java) S 15417 15424 14233 0 -1 1077944384 9700 12909 0 1 313 18 4 3 20 0 15 0 221450993 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722376190864 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15536] ppid=15417 vsize=11075936 memory=3872 CPUtime=3.41 cores=0,2,4,6
/proc/15424/task/15536/stat : 15536 (java) S 15417 15424 14233 0 -1 1077944384 10951 12909 0 1 318 16 4 3 20 0 15 0 221450993 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722375138064 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15539] ppid=15417 vsize=11075936 memory=59944 CPUtime=3.39 cores=0,2,4,6
/proc/15424/task/15539/stat : 15539 (java) S 15417 15424 14233 0 -1 1077944384 13642 12909 0 1 314 18 4 3 20 0 15 0 221450994 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722263349616 139722837338754 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15541] ppid=15417 vsize=11075936 memory=2260 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15541/stat : 15541 (java) S 15417 15424 14233 0 -1 1077944384 24 12909 0 1 0 0 4 3 20 0 15 0 221450995 11341758464 134655 33554432000 4194304 4196468 140731480591856 139721661473952 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15543] ppid=15417 vsize=11075936 memory=1788 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15543/stat : 15543 (java) S 15417 15424 14233 0 -1 1077944384 4 12909 0 1 0 0 4 3 20 0 15 0 221450995 11341758464 134655 33554432000 4194304 4196468 140731480591856 139721460147072 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15548] ppid=15417 vsize=11075936 memory=756 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15548/stat : 15548 (java) S 15417 15424 14233 0 -1 1077944384 3 12909 0 1 0 0 4 3 20 0 15 0 221450998 11341758464 134655 33554432000 4194304 4196468 140731480591856 139721152747344 139722837346203 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15549] ppid=15417 vsize=11075936 memory=538620 CPUtime=3.58 cores=0,2,4,6
/proc/15424/task/15549/stat : 15549 (java) S 15417 15424 14233 0 -1 1077944384 14903 12909 0 1 349 2 4 3 20 0 15 0 221450998 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722262297456 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15550] ppid=15417 vsize=11075936 memory=538620 CPUtime=3.24 cores=0,2,4,6
/proc/15424/task/15550/stat : 15550 (java) S 15417 15424 14233 0 -1 1077944384 15400 12909 0 1 314 3 4 3 20 0 15 0 221450998 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722261244656 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15551] ppid=15417 vsize=11075936 memory=59944 CPUtime=1.64 cores=0,2,4,6
/proc/15424/task/15551/stat : 15551 (java) S 15417 15424 14233 0 -1 1077944384 15479 12909 0 1 153 4 4 3 20 0 15 0 221450998 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722260191856 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15553] ppid=15417 vsize=11075936 memory=538620 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15553/stat : 15553 (java) S 15417 15424 14233 0 -1 1077944384 3 12909 0 1 0 0 4 3 20 0 15 0 221450998 11341758464 134655 33554432000 4194304 4196468 140731480591856 139720721951456 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15555] ppid=15417 vsize=11075936 memory=756 CPUtime=0.78 cores=0,2,4,6
/proc/15424/task/15555/stat : 15555 (java) S 15417 15424 14233 0 -1 1077944384 1074 12909 0 1 35 36 4 3 20 0 15 0 221450998 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722259139248 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
Current children cumulated CPU time: 2519.88 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 538620 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2502.5 s]
/proc/loadavg: 1.37 1.27 1.29 5/215 15784
/proc/meminfo: memFree=11361588/32770624 swapFree=67108496/67108860
[pid=15424] ppid=15417 vsize=11075936 memory=538620 CPUtime=2520.08 cores=0,2,4,6
/proc/15424/stat : 15424 (java) S 15417 15424 14233 0 -1 1077944320 178696 12909 0 1 251866 135 4 3 20 0 15 0 221450980 11341758464 134655 33554432000 4194304 4196468 140731480591856 140731480574400 139722837327607 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
/proc/15424/statm: 2768984 134655 3522 1 0 2730637 0
[pid=15424/tid=15529] ppid=15417 vsize=11075936 memory=538620 CPUtime=2494.38 cores=0,2,4,6
/proc/15424/task/15529/stat : 15529 (java) R 15417 15424 14233 0 -1 4202560 70404 12909 0 1 249407 24 4 3 20 0 15 0 221450992 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722809161456 139722421357897 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15531] ppid=15417 vsize=11075936 memory=538620 CPUtime=3.42 cores=0,2,4,6
/proc/15424/task/15531/stat : 15531 (java) S 15417 15424 14233 0 -1 1077944384 9746 12909 0 1 316 19 4 3 20 0 15 0 221450993 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722841570448 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15532] ppid=15417 vsize=11075936 memory=538620 CPUtime=3.4 cores=0,2,4,6
/proc/15424/task/15532/stat : 15532 (java) S 15417 15424 14233 0 -1 1077944384 15175 12909 0 1 314 19 4 3 20 0 15 0 221450993 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722377243664 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15534] ppid=15417 vsize=11075936 memory=7301887782884125334 CPUtime=3.38 cores=0,2,4,6
/proc/15424/task/15534/stat : 15534 (java) S 15417 15424 14233 0 -1 1077944384 9700 12909 0 1 313 18 4 3 20 0 15 0 221450993 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722376190864 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15536] ppid=15417 vsize=11075936 memory=2260 CPUtime=3.41 cores=0,2,4,6
/proc/15424/task/15536/stat : 15536 (java) S 15417 15424 14233 0 -1 1077944384 10951 12909 0 1 318 16 4 3 20 0 15 0 221450993 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722375138064 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15539] ppid=15417 vsize=11075936 memory=1788 CPUtime=3.39 cores=0,2,4,6
/proc/15424/task/15539/stat : 15539 (java) S 15417 15424 14233 0 -1 1077944384 13642 12909 0 1 314 18 4 3 20 0 15 0 221450994 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722263349616 139722837338754 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15541] ppid=15417 vsize=11075936 memory=756 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15541/stat : 15541 (java) S 15417 15424 14233 0 -1 1077944384 24 12909 0 1 0 0 4 3 20 0 15 0 221450995 11341758464 134655 33554432000 4194304 4196468 140731480591856 139721661473952 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15543] ppid=15417 vsize=11075936 memory=538620 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15543/stat : 15543 (java) S 15417 15424 14233 0 -1 1077944384 4 12909 0 1 0 0 4 3 20 0 15 0 221450995 11341758464 134655 33554432000 4194304 4196468 140731480591856 139721460147072 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15548] ppid=15417 vsize=11075936 memory=538620 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15548/stat : 15548 (java) S 15417 15424 14233 0 -1 1077944384 3 12909 0 1 0 0 4 3 20 0 15 0 221450998 11341758464 134655 33554432000 4194304 4196468 140731480591856 139721152747344 139722837346203 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15549] ppid=15417 vsize=11075936 memory=59944 CPUtime=3.58 cores=0,2,4,6
/proc/15424/task/15549/stat : 15549 (java) S 15417 15424 14233 0 -1 1077944384 14903 12909 0 1 349 2 4 3 20 0 15 0 221450998 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722262297456 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15550] ppid=15417 vsize=11075936 memory=538620 CPUtime=3.24 cores=0,2,4,6
/proc/15424/task/15550/stat : 15550 (java) S 15417 15424 14233 0 -1 1077944384 15400 12909 0 1 314 3 4 3 20 0 15 0 221450998 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722261244656 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15551] ppid=15417 vsize=11075936 memory=756 CPUtime=1.64 cores=0,2,4,6
/proc/15424/task/15551/stat : 15551 (java) S 15417 15424 14233 0 -1 1077944384 15479 12909 0 1 153 4 4 3 20 0 15 0 221450998 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722260191856 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15553] ppid=15417 vsize=11075936 memory=3872 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15553/stat : 15553 (java) S 15417 15424 14233 0 -1 1077944384 3 12909 0 1 0 0 4 3 20 0 15 0 221450998 11341758464 134655 33554432000 4194304 4196468 140731480591856 139720721951456 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15555] ppid=15417 vsize=11075936 memory=59944 CPUtime=0.78 cores=0,2,4,6
/proc/15424/task/15555/stat : 15555 (java) S 15417 15424 14233 0 -1 1077944384 1074 12909 0 1 35 36 4 3 20 0 15 0 221450998 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722259139248 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 538620 KiB

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

[startup+2502.53 s]
# the end of solver process 15424 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.73 s, system=1.40325 s

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

[startup+2502.5 s]
/proc/loadavg: 1.37 1.27 1.29 5/215 15784
/proc/meminfo: memFree=11361588/32770624 swapFree=67108496/67108860
[pid=15424] ppid=15417 vsize=11075936 memory=538620 CPUtime=2520.08 cores=0,2,4,6
/proc/15424/stat : 15424 (java) S 15417 15424 14233 0 -1 1077944320 178696 12909 0 1 251866 135 4 3 20 0 15 0 221450980 11341758464 134655 33554432000 4194304 4196468 140731480591856 140731480574400 139722837327607 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
/proc/15424/statm: 2768984 134655 3522 1 0 2730637 0
[pid=15424/tid=15529] ppid=15417 vsize=11075936 memory=538620 CPUtime=2494.38 cores=0,2,4,6
/proc/15424/task/15529/stat : 15529 (java) R 15417 15424 14233 0 -1 4202560 70404 12909 0 1 249407 24 4 3 20 0 15 0 221450992 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722809161456 139722421357897 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15531] ppid=15417 vsize=11075936 memory=538620 CPUtime=3.42 cores=0,2,4,6
/proc/15424/task/15531/stat : 15531 (java) S 15417 15424 14233 0 -1 1077944384 9746 12909 0 1 316 19 4 3 20 0 15 0 221450993 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722841570448 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15532] ppid=15417 vsize=11075936 memory=538620 CPUtime=3.4 cores=0,2,4,6
/proc/15424/task/15532/stat : 15532 (java) S 15417 15424 14233 0 -1 1077944384 15175 12909 0 1 314 19 4 3 20 0 15 0 221450993 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722377243664 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15534] ppid=15417 vsize=11075936 memory=7301887782884125334 CPUtime=3.38 cores=0,2,4,6
/proc/15424/task/15534/stat : 15534 (java) S 15417 15424 14233 0 -1 1077944384 9700 12909 0 1 313 18 4 3 20 0 15 0 221450993 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722376190864 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15536] ppid=15417 vsize=11075936 memory=2260 CPUtime=3.41 cores=0,2,4,6
/proc/15424/task/15536/stat : 15536 (java) S 15417 15424 14233 0 -1 1077944384 10951 12909 0 1 318 16 4 3 20 0 15 0 221450993 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722375138064 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15539] ppid=15417 vsize=11075936 memory=1788 CPUtime=3.39 cores=0,2,4,6
/proc/15424/task/15539/stat : 15539 (java) S 15417 15424 14233 0 -1 1077944384 13642 12909 0 1 314 18 4 3 20 0 15 0 221450994 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722263349616 139722837338754 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15541] ppid=15417 vsize=11075936 memory=756 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15541/stat : 15541 (java) S 15417 15424 14233 0 -1 1077944384 24 12909 0 1 0 0 4 3 20 0 15 0 221450995 11341758464 134655 33554432000 4194304 4196468 140731480591856 139721661473952 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15543] ppid=15417 vsize=11075936 memory=538620 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15543/stat : 15543 (java) S 15417 15424 14233 0 -1 1077944384 4 12909 0 1 0 0 4 3 20 0 15 0 221450995 11341758464 134655 33554432000 4194304 4196468 140731480591856 139721460147072 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15548] ppid=15417 vsize=11075936 memory=538620 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15548/stat : 15548 (java) S 15417 15424 14233 0 -1 1077944384 3 12909 0 1 0 0 4 3 20 0 15 0 221450998 11341758464 134655 33554432000 4194304 4196468 140731480591856 139721152747344 139722837346203 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15549] ppid=15417 vsize=11075936 memory=59944 CPUtime=3.58 cores=0,2,4,6
/proc/15424/task/15549/stat : 15549 (java) S 15417 15424 14233 0 -1 1077944384 14903 12909 0 1 349 2 4 3 20 0 15 0 221450998 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722262297456 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15550] ppid=15417 vsize=11075936 memory=538620 CPUtime=3.24 cores=0,2,4,6
/proc/15424/task/15550/stat : 15550 (java) S 15417 15424 14233 0 -1 1077944384 15400 12909 0 1 314 3 4 3 20 0 15 0 221450998 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722261244656 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15551] ppid=15417 vsize=11075936 memory=756 CPUtime=1.64 cores=0,2,4,6
/proc/15424/task/15551/stat : 15551 (java) S 15417 15424 14233 0 -1 1077944384 15479 12909 0 1 153 4 4 3 20 0 15 0 221450998 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722260191856 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15553] ppid=15417 vsize=11075936 memory=3872 CPUtime=0.07 cores=0,2,4,6
/proc/15424/task/15553/stat : 15553 (java) S 15417 15424 14233 0 -1 1077944384 3 12909 0 1 0 0 4 3 20 0 15 0 221450998 11341758464 134655 33554432000 4194304 4196468 140731480591856 139720721951456 139722837337813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
[pid=15424/tid=15555] ppid=15417 vsize=11075936 memory=59944 CPUtime=0.78 cores=0,2,4,6
/proc/15424/task/15555/stat : 15555 (java) S 15417 15424 14233 0 -1 1077944384 1074 12909 0 1 35 36 4 3 20 0 15 0 221450998 11341758464 134655 33554432000 4194304 4196468 140731480591856 139722259139248 139722837338754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 22675456 140731480599148 140731480601948 140731480601948 140731480604623 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 538620 KiB

Child status: 143
Real time (s): 2502.53
CPU time (s): 2520.13
CPU user time (s): 2518.73
CPU system time (s): 1.40325
CPU usage (%): 100.704
Max. virtual memory (cumulated for all children) (KiB): 11078644
Max. memory (cumulated for all children) (KiB): 703860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.73
system time used= 1.40325
maximum resident set size= 704904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192608
page faults= 1
swaps= 0
block input operations= 192
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128694
involuntary context switches= 4755


# summary of solver processes directly reported to runsolver:
#   pid: 15424
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2518.73
#   total CPU system time (s): 1.40325

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8534 second user time and 21.132 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-12 03:54:37
IDJOB=4304837
IDBENCH=141020
IDSOLVER=2780
FILE ID=node149/4304837-1534038877
RUNJOBID= node149-1534038877-15390
PBS_JOBID= 21036971
Free space on /tmp= 38804 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-16_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304837-1534038877/watcher-4304837-1534038877 -o /tmp/evaluation-result-4304837-1534038877/solver-4304837-1534038877 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534038877-15390 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1593091059 HOME/instance-4304837-1534038877.xml

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

MD5SUM BENCH= ca60191094dbbdd7cca22b5ebea1cb75
RANDOM SEED=1593091059

node149.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
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.60
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.60
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.60
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:        12244632 kB
MemAvailable:   31906708 kB
Buffers:          170864 kB
Cached:         19504232 kB
SwapCached:           28 kB
Active:          7848744 kB
Inactive:       11880020 kB
Active(anon):       2860 kB
Inactive(anon):   103136 kB
Active(file):    7845884 kB
Inactive(file): 11776884 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             53160 kB
Writeback:             0 kB
AnonPages:         61328 kB
Mapped:            53448 kB
Shmem:             49616 kB
Slab:             495660 kB
SReclaimable:     467768 kB
SUnreclaim:        27892 kB
KernelStack:        3232 kB
PageTables:         5092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     352256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 38752 MiB
End job on node149 at 2018-08-12 04:36:21