Trace number 4294916

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13? (TO) 2520.11 2498.74

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-07-08_c18.xml
MD5SUM4cf2470ecfcea4403011c16b404a3a31
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark40.0171
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints15
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":56}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":56}]
Minimum constraint arity7
Maximum constraint arity8
Distribution of constraint arities[{"arity":7,"count":8},{"arity":8,"count":7}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294916-1532500985/watcher-4294916-1532500985 -o /tmp/evaluation-result-4294916-1532500985/solver-4294916-1532500985 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532470571-27173 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=840564868 -superng HOME/instance-4294916-1532500985.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=605, runsolver pid=602
Current StackSize limit: 8192 KiB


[startup+0.10009 s]*
/proc/loadavg: 1.56 1.59 1.54 3/207 672
/proc/meminfo: memFree=22644308/32770624 swapFree=67108860/67108860
[pid=605] ppid=602 vsize=9972712 memory=16544 CPUtime=0.09 cores=0,2,4,6
/proc/605/stat : 605 (java) S 602 605 27142 0 -1 1077944320 4273 13194 0 0 1 0 5 3 20 0 6 0 67661702 10212057088 4136 33554432000 4194304 4196468 140736778166272 140736778148816 140069185187575 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
/proc/605/statm: 2493178 4136 1932 1 0 2481616 0
[pid=605/tid=668] ppid=602 vsize=9972712 memory=8389772277269004345 CPUtime=0.09 cores=0,2,4,6
/proc/605/task/668/stat : 668 (java) R 602 605 27142 0 -1 4202560 2251 13194 0 0 1 0 5 3 20 0 6 0 67661711 10212057088 4268 33554432000 4194304 4196468 140736778166272 140069157024336 140069170310512 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=669] ppid=602 vsize=9972712 memory=4294967660 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/669/stat : 669 (java) S 602 605 27142 0 -1 1077944384 1 13194 0 0 0 0 5 3 20 0 6 0 67661712 10212057088 4268 33554432000 4194304 4196468 140736778166272 140069189421584 140069185197781 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=670] ppid=602 vsize=9972712 memory=140386119031596 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/670/stat : 670 (java) S 602 605 27142 0 -1 1077944384 1 13194 0 0 0 0 5 3 20 0 6 0 67661712 10212057088 4268 33554432000 4194304 4196468 140736778166272 140069088320144 140069185197781 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=671] ppid=602 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/671/stat : 671 (java) S 602 605 27142 0 -1 1077944384 1 13194 0 0 0 0 5 3 20 0 6 0 67661712 10212057088 4268 33554432000 4194304 4196468 140736778166272 140069087267088 140069185197781 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=672] ppid=602 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/672/stat : 672 (java) S 602 605 27142 0 -1 1077944384 2 13194 0 0 0 0 5 3 20 0 6 0 67661712 10212057088 4268 33554432000 4194304 4196468 140736778166272 140069086214544 140069185197781 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16544 KiB

[startup+0.209811 s]*
/proc/loadavg: 1.56 1.59 1.54 3/216 681
/proc/meminfo: memFree=22624136/32770624 swapFree=67108860/67108860
[pid=605] ppid=602 vsize=10818904 memory=43532 CPUtime=0.26 cores=0,2,4,6
/proc/605/stat : 605 (java) S 602 605 27142 0 -1 1077944320 8081 13194 0 0 17 1 5 3 20 0 15 0 67661702 11078557696 10883 33554432000 4194304 4196468 140736778166272 140736778148816 140069185187575 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
/proc/605/statm: 2704726 10883 2969 1 0 2667149 0
[pid=605/tid=668] ppid=602 vsize=10818936 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/605/task/668/stat : 668 (java) R 602 605 27142 0 -1 4202560 6066 13194 0 0 11 0 5 3 20 0 15 0 67661711 11078590464 11580 33554432000 4194304 4196468 140736778166272 140069157012384 140069177867293 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=669] ppid=602 vsize=10818936 memory=4294967660 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/669/stat : 669 (java) S 602 605 27142 0 -1 1077944384 1 13194 0 0 0 0 5 3 20 0 15 0 67661712 11078590464 11580 33554432000 4194304 4196468 140736778166272 140069189421584 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=670] ppid=602 vsize=10818904 memory=140386119031596 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/670/stat : 670 (java) S 602 605 27142 0 -1 1077944384 1 13194 0 0 0 0 5 3 20 0 15 0 67661712 11078557696 11580 33554432000 4194304 4196468 140736778166272 140069088320144 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=671] ppid=602 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/671/stat : 671 (java) S 602 605 27142 0 -1 1077944384 1 13194 0 0 0 0 5 3 20 0 15 0 67661712 11078557696 11580 33554432000 4194304 4196468 140736778166272 140069087267088 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=672] ppid=602 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/672/stat : 672 (java) S 602 605 27142 0 -1 1077944384 2 13194 0 0 0 0 5 3 20 0 15 0 67661712 11078557696 11580 33554432000 4194304 4196468 140736778166272 140069086214544 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=673] ppid=602 vsize=10818904 memory=140386118657664 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/673/stat : 673 (java) S 602 605 27142 0 -1 1077944384 2 13194 0 0 0 0 5 3 20 0 15 0 67661713 11078557696 11580 33554432000 4194304 4196468 140736778166272 140068644465392 140069185198722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=674] ppid=602 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/674/stat : 674 (java) S 602 605 27142 0 -1 1077944384 13 13194 0 0 0 0 5 3 20 0 15 0 67661714 11078590464 11580 33554432000 4194304 4196468 140736778166272 140068547192480 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=675] ppid=602 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/675/stat : 675 (java) S 602 605 27142 0 -1 1077944384 1 13194 0 0 0 0 5 3 20 0 15 0 67661714 11078590464 11580 33554432000 4194304 4196468 140736778166272 140067943212272 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=676] ppid=602 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/676/stat : 676 (java) S 602 605 27142 0 -1 1077944384 3 13194 0 0 0 0 5 3 20 0 15 0 67661717 11078590464 11580 33554432000 4194304 4196468 140736778166272 140067702921680 140069185206171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=677] ppid=602 vsize=10818936 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/605/task/677/stat : 677 (java) S 602 605 27142 0 -1 1077944384 479 13194 0 0 1 0 5 3 20 0 15 0 67661717 11078590464 11580 33554432000 4194304 4196468 140736778166272 140068643412208 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=678] ppid=602 vsize=10818936 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/605/task/678/stat : 678 (java) S 602 605 27142 0 -1 1077944384 88 13194 0 0 1 0 5 3 20 0 15 0 67661717 11078590464 11580 33554432000 4194304 4196468 140736778166272 140068642359664 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=679] ppid=602 vsize=10818936 memory=140386118657664 CPUtime=0.11 cores=0,2,4,6
/proc/605/task/679/stat : 679 (java) S 602 605 27142 0 -1 1077944384 562 13194 0 0 3 0 5 3 20 0 15 0 67661717 11078590464 11580 33554432000 4194304 4196468 140736778166272 140068641306608 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=680] ppid=602 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/680/stat : 680 (java) S 602 605 27142 0 -1 1077944384 3 13194 0 0 0 0 5 3 20 0 15 0 67661717 11078590464 11580 33554432000 4194304 4196468 140736778166272 140067669363040 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=681] ppid=602 vsize=10818936 memory=140386118657664 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/681/stat : 681 (java) S 602 605 27142 0 -1 1077944384 1 13194 0 0 0 0 5 3 20 0 15 0 67661717 11078590464 11580 33554432000 4194304 4196468 140736778166272 140068640255024 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 43532 KiB

[startup+0.310421 s]*
/proc/loadavg: 1.56 1.59 1.54 4/216 681
/proc/meminfo: memFree=22610492/32770624 swapFree=67108860/67108860
[pid=605] ppid=602 vsize=10819352 memory=54196 CPUtime=0.38 cores=0,2,4,6
/proc/605/stat : 605 (java) S 602 605 27142 0 -1 1077944320 10583 13194 0 0 28 2 5 3 20 0 15 0 67661702 11079016448 13549 33554432000 4194304 4196468 140736778166272 140736778148816 140069185187575 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
/proc/605/statm: 2704838 13549 3088 1 0 2667149 0
[pid=605/tid=668] ppid=602 vsize=10819352 memory=1398720917958146503 CPUtime=0.29 cores=0,2,4,6
/proc/605/task/668/stat : 668 (java) R 602 605 27142 0 -1 4202560 7262 13194 0 0 20 1 5 3 20 0 15 0 67661711 11079016448 13549 33554432000 4194304 4196468 140736778166272 140069156999584 140069168374384 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=669] ppid=602 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/669/stat : 669 (java) S 602 605 27142 0 -1 1077944384 1 13194 0 0 0 0 5 3 20 0 15 0 67661712 11079016448 13549 33554432000 4194304 4196468 140736778166272 140069189421584 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=670] ppid=602 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/670/stat : 670 (java) S 602 605 27142 0 -1 1077944384 1 13194 0 0 0 0 5 3 20 0 15 0 67661712 11079016448 13549 33554432000 4194304 4196468 140736778166272 140069088320144 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=671] ppid=602 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/671/stat : 671 (java) S 602 605 27142 0 -1 1077944384 1 13194 0 0 0 0 5 3 20 0 15 0 67661712 11079016448 13549 33554432000 4194304 4196468 140736778166272 140069087267088 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=672] ppid=602 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/672/stat : 672 (java) S 602 605 27142 0 -1 1077944384 2 13194 0 0 0 0 5 3 20 0 15 0 67661712 11079016448 13549 33554432000 4194304 4196468 140736778166272 140069086214544 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=673] ppid=602 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/673/stat : 673 (java) S 602 605 27142 0 -1 1077944384 2 13194 0 0 0 0 5 3 20 0 15 0 67661713 11079016448 13549 33554432000 4194304 4196468 140736778166272 140068644465392 140069185198722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=674] ppid=602 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/674/stat : 674 (java) S 602 605 27142 0 -1 1077944384 13 13194 0 0 0 0 5 3 20 0 15 0 67661714 11079016448 13549 33554432000 4194304 4196468 140736778166272 140068547192480 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=675] ppid=602 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/675/stat : 675 (java) S 602 605 27142 0 -1 1077944384 1 13194 0 0 0 0 5 3 20 0 15 0 67661714 11079016448 13549 33554432000 4194304 4196468 140736778166272 140067943212272 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=676] ppid=602 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/676/stat : 676 (java) S 602 605 27142 0 -1 1077944384 3 13194 0 0 0 0 5 3 20 0 15 0 67661717 11079016448 13549 33554432000 4194304 4196468 140736778166272 140067702921680 140069185206171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=677] ppid=602 vsize=10819352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/605/task/677/stat : 677 (java) S 602 605 27142 0 -1 1077944384 480 13194 0 0 2 0 5 3 20 0 15 0 67661717 11079016448 13549 33554432000 4194304 4196468 140736778166272 140068643412208 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=678] ppid=602 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/605/task/678/stat : 678 (java) S 602 605 27142 0 -1 1077944384 88 13194 0 0 1 0 5 3 20 0 15 0 67661717 11079016448 13549 33554432000 4194304 4196468 140736778166272 140068642359664 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=679] ppid=602 vsize=10819352 memory=140386118657664 CPUtime=0.13 cores=0,2,4,6
/proc/605/task/679/stat : 679 (java) R 602 605 27142 0 -1 4202560 574 13194 0 0 5 0 5 3 20 0 15 0 67661717 11079016448 13549 33554432000 4194304 4196468 140736778166272 140068641306608 140069177424702 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=680] ppid=602 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/680/stat : 680 (java) S 602 605 27142 0 -1 1077944384 3 13194 0 0 0 0 5 3 20 0 15 0 67661717 11079016448 13549 33554432000 4194304 4196468 140736778166272 140067669363040 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=681] ppid=602 vsize=10819352 memory=140386118657664 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/681/stat : 681 (java) S 602 605 27142 0 -1 1077944384 1 13194 0 0 0 0 5 3 20 0 15 0 67661717 11079016448 13549 33554432000 4194304 4196468 140736778166272 140068640255024 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54196 KiB

[startup+0.700736 s]
/proc/loadavg: 1.56 1.59 1.54 3/216 681
/proc/meminfo: memFree=22601932/32770624 swapFree=67108860/67108860
[pid=605] ppid=602 vsize=10819352 memory=86256 CPUtime=0.99 cores=0,2,4,6
/proc/605/stat : 605 (java) S 602 605 27142 0 -1 1077944320 16750 13194 0 0 87 4 5 3 20 0 15 0 67661702 11079016448 21564 33554432000 4194304 4196468 140736778166272 140736778148816 140069185187575 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
/proc/605/statm: 2704838 21564 3237 1 0 2667149 0
[pid=605/tid=668] ppid=602 vsize=10819352 memory=4028 CPUtime=0.67 cores=0,2,4,6
/proc/605/task/668/stat : 668 (java) R 602 605 27142 0 -1 4202560 12377 13194 0 0 56 3 5 3 20 0 15 0 67661711 11079016448 21564 33554432000 4194304 4196468 140736778166272 140069157003984 140069169268062 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=669] ppid=602 vsize=10819352 memory=20300 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/669/stat : 669 (java) S 602 605 27142 0 -1 1077944384 1 13194 0 0 0 0 5 3 20 0 15 0 67661712 11079016448 21564 33554432000 4194304 4196468 140736778166272 140069189421584 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=670] ppid=602 vsize=10819352 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/670/stat : 670 (java) S 602 605 27142 0 -1 1077944384 1 13194 0 0 0 0 5 3 20 0 15 0 67661712 11079016448 21564 33554432000 4194304 4196468 140736778166272 140069088320144 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=671] ppid=602 vsize=10819352 memory=3120 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/671/stat : 671 (java) S 602 605 27142 0 -1 1077944384 1 13194 0 0 0 0 5 3 20 0 15 0 67661712 11079016448 21564 33554432000 4194304 4196468 140736778166272 140069087267088 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=672] ppid=602 vsize=10819352 memory=2070724 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/672/stat : 672 (java) S 602 605 27142 0 -1 1077944384 2 13194 0 0 0 0 5 3 20 0 15 0 67661712 11079016448 21564 33554432000 4194304 4196468 140736778166272 140069086214544 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=673] ppid=602 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/673/stat : 673 (java) S 602 605 27142 0 -1 1077944384 5 13194 0 0 0 0 5 3 20 0 15 0 67661713 11079016448 21564 33554432000 4194304 4196468 140736778166272 140068644465392 140069185198722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=674] ppid=602 vsize=10819352 memory=4778389918059158064 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/674/stat : 674 (java) S 602 605 27142 0 -1 1077944384 13 13194 0 0 0 0 5 3 20 0 15 0 67661714 11079016448 21564 33554432000 4194304 4196468 140736778166272 140068547192480 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=675] ppid=602 vsize=10819352 memory=3614789888072759642 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/675/stat : 675 (java) S 602 605 27142 0 -1 1077944384 1 13194 0 0 0 0 5 3 20 0 15 0 67661714 11079016448 21564 33554432000 4194304 4196468 140736778166272 140067943212272 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=676] ppid=602 vsize=10819352 memory=2317753195005910405 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/676/stat : 676 (java) S 602 605 27142 0 -1 1077944384 3 13194 0 0 0 0 5 3 20 0 15 0 67661717 11079016448 21564 33554432000 4194304 4196468 140736778166272 140067702921680 140069185206171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=677] ppid=602 vsize=10819352 memory=-7380131622317049510 CPUtime=0.15 cores=0,2,4,6
/proc/605/task/677/stat : 677 (java) S 602 605 27142 0 -1 1077944384 836 13194 0 0 7 0 5 3 20 0 15 0 67661717 11079016448 21564 33554432000 4194304 4196468 140736778166272 140068643412208 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=678] ppid=602 vsize=10819352 memory=3053511329498284128 CPUtime=0.17 cores=0,2,4,6
/proc/605/task/678/stat : 678 (java) S 602 605 27142 0 -1 1077944384 675 13194 0 0 9 0 5 3 20 0 15 0 67661717 11079016448 21564 33554432000 4194304 4196468 140736778166272 140068642359664 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=679] ppid=602 vsize=10819352 memory=4627829673402837600 CPUtime=0.21 cores=0,2,4,6
/proc/605/task/679/stat : 679 (java) S 602 605 27142 0 -1 1077944384 643 13194 0 0 13 0 5 3 20 0 15 0 67661717 11079016448 21564 33554432000 4194304 4196468 140736778166272 140068641306608 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=680] ppid=602 vsize=10819352 memory=2867664571609120 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/680/stat : 680 (java) S 602 605 27142 0 -1 1077944384 3 13194 0 0 0 0 5 3 20 0 15 0 67661717 11079016448 21564 33554432000 4194304 4196468 140736778166272 140067669363040 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=681] ppid=602 vsize=10819352 memory=2319389199337275488 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/681/stat : 681 (java) S 602 605 27142 0 -1 1077944384 2 13194 0 0 0 0 5 3 20 0 15 0 67661717 11079016448 21564 33554432000 4194304 4196468 140736778166272 140068640255024 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86256 KiB

[startup+1.50067 s]
/proc/loadavg: 1.56 1.59 1.54 5/216 681
/proc/meminfo: memFree=22462944/32770624 swapFree=67108860/67108860
[pid=605] ppid=602 vsize=10828108 memory=238676 CPUtime=2.84 cores=0,2,4,6
/proc/605/stat : 605 (java) S 602 605 27142 0 -1 1077944320 21877 13194 0 0 265 11 5 3 20 0 15 0 67661702 11087982592 59669 33554432000 4194304 4196468 140736778166272 140736778148816 140069185187575 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
/proc/605/statm: 2707027 59669 3468 1 0 2668685 0
[pid=605/tid=668] ppid=602 vsize=10828108 memory=7080347379404879729 CPUtime=1.45 cores=0,2,4,6
/proc/605/task/668/stat : 668 (java) R 602 605 27142 0 -1 4202560 14997 13194 0 0 130 7 5 3 20 0 15 0 67661711 11087982592 59669 33554432000 4194304 4196468 140736778166272 140069157017360 140068769111819 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=669] ppid=602 vsize=10828108 memory=4139773032748511627 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/669/stat : 669 (java) S 602 605 27142 0 -1 1077944384 1 13194 0 0 0 0 5 3 20 0 15 0 67661712 11087982592 59669 33554432000 4194304 4196468 140736778166272 140069189421584 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=670] ppid=602 vsize=10828108 memory=-5228247886584567603 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/670/stat : 670 (java) S 602 605 27142 0 -1 1077944384 289 13194 0 0 0 0 5 3 20 0 15 0 67661712 11087982592 59669 33554432000 4194304 4196468 140736778166272 140069088320144 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=671] ppid=602 vsize=10828108 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/671/stat : 671 (java) S 602 605 27142 0 -1 1077944384 35 13194 0 0 0 0 5 3 20 0 15 0 67661712 11087982592 59669 33554432000 4194304 4196468 140736778166272 140069087267088 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=672] ppid=602 vsize=10828108 memory=7517159033909825622 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/672/stat : 672 (java) S 602 605 27142 0 -1 1077944384 96 13194 0 0 0 0 5 3 20 0 15 0 67661712 11087982592 59669 33554432000 4194304 4196468 140736778166272 140069086214544 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=673] ppid=602 vsize=10828108 memory=7882236580216722006 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/673/stat : 673 (java) S 602 605 27142 0 -1 1077944384 96 13194 0 0 0 0 5 3 20 0 15 0 67661713 11087982592 59669 33554432000 4194304 4196468 140736778166272 140068644465392 140069185198722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=674] ppid=602 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/674/stat : 674 (java) S 602 605 27142 0 -1 1077944384 14 13194 0 0 0 0 5 3 20 0 15 0 67661714 11087982592 59669 33554432000 4194304 4196468 140736778166272 140068547192480 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=675] ppid=602 vsize=10828108 memory=280771944522640 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/675/stat : 675 (java) S 602 605 27142 0 -1 1077944384 2 13194 0 0 0 0 5 3 20 0 15 0 67661714 11087982592 59669 33554432000 4194304 4196468 140736778166272 140067943212288 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=676] ppid=602 vsize=10828108 memory=2110736579456836 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/676/stat : 676 (java) S 602 605 27142 0 -1 1077944384 3 13194 0 0 0 0 5 3 20 0 15 0 67661717 11087982592 59669 33554432000 4194304 4196468 140736778166272 140067702921680 140069185206171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=677] ppid=602 vsize=10828108 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/605/task/677/stat : 677 (java) R 602 605 27142 0 -1 4202560 1526 13194 0 0 46 0 5 3 20 0 15 0 67661717 11087982592 59669 33554432000 4194304 4196468 140736778166272 140068643412336 140069164448875 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=678] ppid=602 vsize=10828108 memory=0 CPUtime=0.58 cores=0,2,4,6
/proc/605/task/678/stat : 678 (java) S 602 605 27142 0 -1 1077944384 1361 13194 0 0 50 0 5 3 20 0 15 0 67661717 11087982592 59669 33554432000 4194304 4196468 140736778166272 140068642359664 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=679] ppid=602 vsize=10828108 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/605/task/679/stat : 679 (java) S 602 605 27142 0 -1 1077944384 1264 13194 0 0 34 0 5 3 20 0 15 0 67661717 11087982592 59669 33554432000 4194304 4196468 140736778166272 140068641306608 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=680] ppid=602 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/680/stat : 680 (java) S 602 605 27142 0 -1 1077944384 3 13194 0 0 0 0 5 3 20 0 15 0 67661717 11087982592 59669 33554432000 4194304 4196468 140736778166272 140067669363040 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=681] ppid=602 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/681/stat : 681 (java) S 602 605 27142 0 -1 1077944384 2 13194 0 0 0 0 5 3 20 0 15 0 67661717 11087982592 59669 33554432000 4194304 4196468 140736778166272 140068640255024 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 10828108 KiB

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

/proc/605/task/668/stat : 668 (java) R 602 605 27142 0 -1 4202560 119361 13194 0 0 231329 49 5 3 20 0 15 0 67661711 11176083456 443043 33554432000 4194304 4196468 140736778166272 140069157016224 140068777725348 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=669] ppid=602 vsize=10914144 memory=4126316290023845779 CPUtime=3.41 cores=0,2,4,6
/proc/605/task/669/stat : 669 (java) S 602 605 27142 0 -1 1077944384 29975 13194 0 0 309 24 5 3 20 0 15 0 67661712 11176083456 443043 33554432000 4194304 4196468 140736778166272 140069189421584 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=670] ppid=602 vsize=10914144 memory=4028 CPUtime=3.39 cores=0,2,4,6
/proc/605/task/670/stat : 670 (java) S 602 605 27142 0 -1 1077944384 31115 13194 0 0 305 26 5 3 20 0 15 0 67661712 11176083456 443043 33554432000 4194304 4196468 140736778166272 140069088320144 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=671] ppid=602 vsize=10914144 memory=6947385649911455296 CPUtime=3.4 cores=0,2,4,6
/proc/605/task/671/stat : 671 (java) S 602 605 27142 0 -1 1077944384 29761 13194 0 0 306 26 5 3 20 0 15 0 67661712 11176083456 443043 33554432000 4194304 4196468 140736778166272 140069087267088 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=672] ppid=602 vsize=10914144 memory=1296 CPUtime=3.39 cores=0,2,4,6
/proc/605/task/672/stat : 672 (java) S 602 605 27142 0 -1 1077944384 23521 13194 0 0 304 27 5 3 20 0 15 0 67661712 11176083456 443043 33554432000 4194304 4196468 140736778166272 140069086214544 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=673] ppid=602 vsize=10914144 memory=2428 CPUtime=3.3 cores=0,2,4,6
/proc/605/task/673/stat : 673 (java) S 602 605 27142 0 -1 1077944384 22417 13194 0 0 306 16 5 3 20 0 15 0 67661713 11176083456 443043 33554432000 4194304 4196468 140736778166272 140068644465392 140069185198722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=674] ppid=602 vsize=10914144 memory=288230574492221466 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/674/stat : 674 (java) S 602 605 27142 0 -1 1077944384 16 13194 0 0 0 0 5 3 20 0 15 0 67661714 11176083456 443043 33554432000 4194304 4196468 140736778166272 140068547192608 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=675] ppid=602 vsize=10914144 memory=303148748257886234 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/675/stat : 675 (java) S 602 605 27142 0 -1 1077944384 13 13194 0 0 0 0 5 3 20 0 15 0 67661714 11176083456 443043 33554432000 4194304 4196468 140736778166272 140067943212288 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=676] ppid=602 vsize=10914144 memory=302867281954996538 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/676/stat : 676 (java) S 602 605 27142 0 -1 1077944384 3 13194 0 0 0 0 5 3 20 0 15 0 67661717 11176083456 443043 33554432000 4194304 4196468 140736778166272 140067702921680 140069185206171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=677] ppid=602 vsize=10914144 memory=14696283692598694 CPUtime=4.59 cores=0,2,4,6
/proc/605/task/677/stat : 677 (java) S 602 605 27142 0 -1 1077944384 40865 13194 0 0 447 4 5 3 20 0 15 0 67661717 11176083456 443043 33554432000 4194304 4196468 140736778166272 140068643412208 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=678] ppid=602 vsize=10914144 memory=1944 CPUtime=4.94 cores=0,2,4,6
/proc/605/task/678/stat : 678 (java) S 602 605 27142 0 -1 1077944384 51478 13194 0 0 480 6 5 3 20 0 15 0 67661717 11176083456 443043 33554432000 4194304 4196468 140736778166272 140068642359664 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=679] ppid=602 vsize=10914144 memory=1416 CPUtime=1.85 cores=0,2,4,6
/proc/605/task/679/stat : 679 (java) S 602 605 27142 0 -1 1077944384 35140 13194 0 0 172 5 5 3 20 0 15 0 67661717 11176083456 443043 33554432000 4194304 4196468 140736778166272 140068641306608 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=680] ppid=602 vsize=10914144 memory=4612 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/680/stat : 680 (java) S 602 605 27142 0 -1 1077944384 3 13194 0 0 0 0 5 3 20 0 15 0 67661717 11176083456 443043 33554432000 4194304 4196468 140736778166272 140067669363040 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=681] ppid=602 vsize=10914144 memory=8544 CPUtime=1.32 cores=0,2,4,6
/proc/605/task/681/stat : 681 (java) S 602 605 27142 0 -1 1077944384 2320 13194 0 0 68 56 5 3 20 0 15 0 67661717 11176083456 443043 33554432000 4194304 4196468 140736778166272 140068640255024 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
Current children cumulated CPU time: 2342.84 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1772172 KiB

[startup+2382.3 s]*
/proc/loadavg: 0.63 0.78 1.06 2/196 827
/proc/meminfo: memFree=22984756/32770624 swapFree=67108860/67108860
[pid=605] ppid=602 vsize=10914144 memory=1772204 CPUtime=2403.09 cores=0,2,4,6
/proc/605/stat : 605 (java) S 602 605 27142 0 -1 1077944320 392525 13194 0 0 240089 212 5 3 20 0 15 0 67661702 11176083456 443051 33554432000 4194304 4196468 140736778166272 140736778148816 140069185187575 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
/proc/605/statm: 2728536 443051 3523 1 0 2690189 0
[pid=605/tid=668] ppid=602 vsize=10914144 memory=6935054825532540783 CPUtime=2373.58 cores=0,2,4,6
/proc/605/task/668/stat : 668 (java) R 602 605 27142 0 -1 4202560 120551 13194 0 0 237301 49 5 3 20 0 15 0 67661711 11176083456 443051 33554432000 4194304 4196468 140736778166272 140069157015792 140068778798731 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=669] ppid=602 vsize=10914144 memory=4126316290023845779 CPUtime=3.51 cores=0,2,4,6
/proc/605/task/669/stat : 669 (java) S 602 605 27142 0 -1 1077944384 30562 13194 0 0 318 25 5 3 20 0 15 0 67661712 11176083456 443051 33554432000 4194304 4196468 140736778166272 140069189421584 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=670] ppid=602 vsize=10914144 memory=916 CPUtime=3.49 cores=0,2,4,6
/proc/605/task/670/stat : 670 (java) S 602 605 27142 0 -1 1077944384 31730 13194 0 0 314 27 5 3 20 0 15 0 67661712 11176083456 443051 33554432000 4194304 4196468 140736778166272 140069088320144 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=671] ppid=602 vsize=10914144 memory=3848 CPUtime=3.49 cores=0,2,4,6
/proc/605/task/671/stat : 671 (java) S 602 605 27142 0 -1 1077944384 30981 13194 0 0 315 26 5 3 20 0 15 0 67661712 11176083456 443051 33554432000 4194304 4196468 140736778166272 140069087267088 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=672] ppid=602 vsize=10914144 memory=2600 CPUtime=3.5 cores=0,2,4,6
/proc/605/task/672/stat : 672 (java) S 602 605 27142 0 -1 1077944384 23592 13194 0 0 314 28 5 3 20 0 15 0 67661712 11176083456 443051 33554432000 4194304 4196468 140736778166272 140069086214544 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=673] ppid=602 vsize=10914144 memory=6935054825532540783 CPUtime=3.4 cores=0,2,4,6
/proc/605/task/673/stat : 673 (java) S 602 605 27142 0 -1 1077944384 23029 13194 0 0 316 16 5 3 20 0 15 0 67661713 11176083456 443051 33554432000 4194304 4196468 140736778166272 140068644465392 140069185198722 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=674] ppid=602 vsize=10914144 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/674/stat : 674 (java) S 602 605 27142 0 -1 1077944384 16 13194 0 0 0 0 5 3 20 0 15 0 67661714 11176083456 443051 33554432000 4194304 4196468 140736778166272 140068547192608 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=675] ppid=602 vsize=10914144 memory=1944 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/675/stat : 675 (java) S 602 605 27142 0 -1 1077944384 13 13194 0 0 0 0 5 3 20 0 15 0 67661714 11176083456 443051 33554432000 4194304 4196468 140736778166272 140067943212288 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=676] ppid=602 vsize=10914144 memory=1416 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/676/stat : 676 (java) S 602 605 27142 0 -1 1077944384 3 13194 0 0 0 0 5 3 20 0 15 0 67661717 11176083456 443051 33554432000 4194304 4196468 140736778166272 140067702921680 140069185206171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=677] ppid=602 vsize=10914144 memory=4612 CPUtime=4.59 cores=0,2,4,6
/proc/605/task/677/stat : 677 (java) S 602 605 27142 0 -1 1077944384 40869 13194 0 0 447 4 5 3 20 0 15 0 67661717 11176083456 443051 33554432000 4194304 4196468 140736778166272 140068643412208 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=678] ppid=602 vsize=10914144 memory=8544 CPUtime=4.94 cores=0,2,4,6
/proc/605/task/678/stat : 678 (java) S 602 605 27142 0 -1 1077944384 51482 13194 0 0 480 6 5 3 20 0 15 0 67661717 11176083456 443051 33554432000 4194304 4196468 140736778166272 140068642359664 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=679] ppid=602 vsize=10914144 memory=1408 CPUtime=1.85 cores=0,2,4,6
/proc/605/task/679/stat : 679 (java) S 602 605 27142 0 -1 1077944384 35144 13194 0 0 172 5 5 3 20 0 15 0 67661717 11176083456 443051 33554432000 4194304 4196468 140736778166272 140068641306608 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=680] ppid=602 vsize=10914144 memory=1772204 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/680/stat : 680 (java) S 602 605 27142 0 -1 1077944384 3 13194 0 0 0 0 5 3 20 0 15 0 67661717 11176083456 443051 33554432000 4194304 4196468 140736778166272 140067669363040 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=681] ppid=602 vsize=10914144 memory=1772204 CPUtime=1.36 cores=0,2,4,6
/proc/605/task/681/stat : 681 (java) S 602 605 27142 0 -1 1077944384 2362 13194 0 0 70 58 5 3 20 0 15 0 67661717 11176083456 443051 33554432000 4194304 4196468 140736778166272 140068640255024 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
Current children cumulated CPU time: 2403.09 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1772204 KiB

[startup+2442.3 s]*
/proc/loadavg: 0.60 0.75 1.03 2/196 828
/proc/meminfo: memFree=22985416/32770624 swapFree=67108860/67108860
[pid=605] ppid=602 vsize=10914144 memory=1772236 CPUtime=2463.38 cores=0,2,4,6
/proc/605/stat : 605 (java) S 602 605 27142 0 -1 1077944320 398241 13194 0 0 246115 215 5 3 20 0 15 0 67661702 11176083456 443059 33554432000 4194304 4196468 140736778166272 140736778148816 140069185187575 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
/proc/605/statm: 2728536 443059 3523 1 0 2690189 0
[pid=605/tid=668] ppid=602 vsize=10914144 memory=6935054825532540783 CPUtime=2433.34 cores=0,2,4,6
/proc/605/task/668/stat : 668 (java) R 602 605 27142 0 -1 4202560 121952 13194 0 0 243277 49 5 3 20 0 15 0 67661711 11176083456 443059 33554432000 4194304 4196468 140736778166272 140069157017152 140068778801505 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=669] ppid=602 vsize=10914144 memory=1236 CPUtime=3.61 cores=0,2,4,6
/proc/605/task/669/stat : 669 (java) S 602 605 27142 0 -1 1077944384 31156 13194 0 0 328 25 5 3 20 0 15 0 67661712 11176083456 443059 33554432000 4194304 4196468 140736778166272 140069189421584 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=670] ppid=602 vsize=10914144 memory=960 CPUtime=3.59 cores=0,2,4,6
/proc/605/task/670/stat : 670 (java) S 602 605 27142 0 -1 1077944384 32801 13194 0 0 324 27 5 3 20 0 15 0 67661712 11176083456 443059 33554432000 4194304 4196468 140736778166272 140069088320144 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=671] ppid=602 vsize=10914144 memory=2340 CPUtime=3.59 cores=0,2,4,6
/proc/605/task/671/stat : 671 (java) S 602 605 27142 0 -1 1077944384 31715 13194 0 0 324 27 5 3 20 0 15 0 67661712 11176083456 443059 33554432000 4194304 4196468 140736778166272 140069087267088 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=672] ppid=602 vsize=10914144 memory=4126316290023845779 CPUtime=3.59 cores=0,2,4,6
/proc/605/task/672/stat : 672 (java) S 602 605 27142 0 -1 1077944384 24801 13194 0 0 323 28 5 3 20 0 15 0 67661712 11176083456 443059 33554432000 4194304 4196468 140736778166272 140069086214544 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=673] ppid=602 vsize=10914144 memory=1572 CPUtime=3.5 cores=0,2,4,6
/proc/605/task/673/stat : 673 (java) S 602 605 27142 0 -1 1077944384 23683 13194 0 0 325 17 5 3 20 0 15 0 67661713 11176083456 443059 33554432000 4194304 4196468 140736778166272 140068644465392 140069185198722 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=674] ppid=602 vsize=10914144 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/674/stat : 674 (java) S 602 605 27142 0 -1 1077944384 16 13194 0 0 0 0 5 3 20 0 15 0 67661714 11176083456 443059 33554432000 4194304 4196468 140736778166272 140068547192608 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=675] ppid=602 vsize=10914144 memory=4124 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/675/stat : 675 (java) S 602 605 27142 0 -1 1077944384 13 13194 0 0 0 0 5 3 20 0 15 0 67661714 11176083456 443059 33554432000 4194304 4196468 140736778166272 140067943212288 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=676] ppid=602 vsize=10914144 memory=2200 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/676/stat : 676 (java) S 602 605 27142 0 -1 1077944384 3 13194 0 0 0 0 5 3 20 0 15 0 67661717 11176083456 443059 33554432000 4194304 4196468 140736778166272 140067702921680 140069185206171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=677] ppid=602 vsize=10914144 memory=8148 CPUtime=4.59 cores=0,2,4,6
/proc/605/task/677/stat : 677 (java) S 602 605 27142 0 -1 1077944384 40873 13194 0 0 447 4 5 3 20 0 15 0 67661717 11176083456 443059 33554432000 4194304 4196468 140736778166272 140068643412208 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=678] ppid=602 vsize=10914144 memory=848 CPUtime=4.94 cores=0,2,4,6
/proc/605/task/678/stat : 678 (java) S 602 605 27142 0 -1 1077944384 51486 13194 0 0 480 6 5 3 20 0 15 0 67661717 11176083456 443059 33554432000 4194304 4196468 140736778166272 140068642359664 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=679] ppid=602 vsize=10914144 memory=1692 CPUtime=1.85 cores=0,2,4,6
/proc/605/task/679/stat : 679 (java) S 602 605 27142 0 -1 1077944384 35148 13194 0 0 172 5 5 3 20 0 15 0 67661717 11176083456 443059 33554432000 4194304 4196468 140736778166272 140068641306608 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=680] ppid=602 vsize=10914144 memory=916 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/680/stat : 680 (java) S 602 605 27142 0 -1 1077944384 3 13194 0 0 0 0 5 3 20 0 15 0 67661717 11176083456 443059 33554432000 4194304 4196468 140736778166272 140067669363040 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=681] ppid=602 vsize=10914144 memory=3848 CPUtime=1.39 cores=0,2,4,6
/proc/605/task/681/stat : 681 (java) S 602 605 27142 0 -1 1077944384 2403 13194 0 0 72 59 5 3 20 0 15 0 67661717 11176083456 443059 33554432000 4194304 4196468 140736778166272 140068640255024 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
Current children cumulated CPU time: 2463.38 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1772236 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2498.7 s]
/proc/loadavg: 0.70 0.74 1.02 2/196 829
/proc/meminfo: memFree=22983492/32770624 swapFree=67108860/67108860
[pid=605] ppid=602 vsize=10914144 memory=1774324 CPUtime=2520.05 cores=0,2,4,6
/proc/605/stat : 605 (java) S 602 605 27142 0 -1 1077944320 402474 13194 0 0 251778 219 5 3 20 0 15 0 67661702 11176083456 443581 33554432000 4194304 4196468 140736778166272 140736778148816 140069185187575 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
/proc/605/statm: 2728536 443581 3523 1 0 2690189 0
[pid=605/tid=668] ppid=602 vsize=10914144 memory=1692 CPUtime=2489.5 cores=0,2,4,6
/proc/605/task/668/stat : 668 (java) R 602 605 27142 0 -1 4202560 122831 13194 0 0 248893 49 5 3 20 0 15 0 67661711 11176083456 443581 33554432000 4194304 4196468 140736778166272 140069157017584 140068778799221 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=669] ppid=602 vsize=10914144 memory=916 CPUtime=3.69 cores=0,2,4,6
/proc/605/task/669/stat : 669 (java) S 602 605 27142 0 -1 1077944384 32230 13194 0 0 336 25 5 3 20 0 15 0 67661712 11176083456 443581 33554432000 4194304 4196468 140736778166272 140069189421584 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=670] ppid=602 vsize=10914144 memory=6947385649911455296 CPUtime=3.68 cores=0,2,4,6
/proc/605/task/670/stat : 670 (java) S 602 605 27142 0 -1 1077944384 33021 13194 0 0 332 28 5 3 20 0 15 0 67661712 11176083456 443581 33554432000 4194304 4196468 140736778166272 140069088320144 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=671] ppid=602 vsize=10914144 memory=1416 CPUtime=3.68 cores=0,2,4,6
/proc/605/task/671/stat : 671 (java) S 602 605 27142 0 -1 1077944384 32757 13194 0 0 333 27 5 3 20 0 15 0 67661712 11176083456 443581 33554432000 4194304 4196468 140736778166272 140069087267088 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=672] ppid=602 vsize=10914144 memory=4612 CPUtime=3.68 cores=0,2,4,6
/proc/605/task/672/stat : 672 (java) S 602 605 27142 0 -1 1077944384 25432 13194 0 0 332 28 5 3 20 0 15 0 67661712 11176083456 443581 33554432000 4194304 4196468 140736778166272 140069086214544 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=673] ppid=602 vsize=10914144 memory=8544 CPUtime=3.6 cores=0,2,4,6
/proc/605/task/673/stat : 673 (java) S 602 605 27142 0 -1 1077944384 24043 13194 0 0 334 18 5 3 20 0 15 0 67661713 11176083456 443581 33554432000 4194304 4196468 140736778166272 140068644465392 140069185198722 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=674] ppid=602 vsize=10914144 memory=18444 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/674/stat : 674 (java) S 602 605 27142 0 -1 1077944384 16 13194 0 0 0 0 5 3 20 0 15 0 67661714 11176083456 443581 33554432000 4194304 4196468 140736778166272 140068547192608 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=675] ppid=602 vsize=10914144 memory=1774324 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/675/stat : 675 (java) S 602 605 27142 0 -1 1077944384 13 13194 0 0 0 0 5 3 20 0 15 0 67661714 11176083456 443581 33554432000 4194304 4196468 140736778166272 140067943212288 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=676] ppid=602 vsize=10914144 memory=1784 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/676/stat : 676 (java) S 602 605 27142 0 -1 1077944384 3 13194 0 0 0 0 5 3 20 0 15 0 67661717 11176083456 443581 33554432000 4194304 4196468 140736778166272 140067702921680 140069185206171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=677] ppid=602 vsize=10914144 memory=1236 CPUtime=4.59 cores=0,2,4,6
/proc/605/task/677/stat : 677 (java) S 602 605 27142 0 -1 1077944384 40875 13194 0 0 447 4 5 3 20 0 15 0 67661717 11176083456 443581 33554432000 4194304 4196468 140736778166272 140068643412208 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=678] ppid=602 vsize=10914144 memory=6947385649911455296 CPUtime=4.94 cores=0,2,4,6
/proc/605/task/678/stat : 678 (java) S 602 605 27142 0 -1 1077944384 51488 13194 0 0 480 6 5 3 20 0 15 0 67661717 11176083456 443581 33554432000 4194304 4196468 140736778166272 140068642359664 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=679] ppid=602 vsize=10914144 memory=848 CPUtime=1.85 cores=0,2,4,6
/proc/605/task/679/stat : 679 (java) S 602 605 27142 0 -1 1077944384 35150 13194 0 0 172 5 5 3 20 0 15 0 67661717 11176083456 443581 33554432000 4194304 4196468 140736778166272 140068641306608 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=680] ppid=602 vsize=10914144 memory=1692 CPUtime=0.08 cores=0,2,4,6
/proc/605/task/680/stat : 680 (java) S 602 605 27142 0 -1 1077944384 3 13194 0 0 0 0 5 3 20 0 15 0 67661717 11176083456 443581 33554432000 4194304 4196468 140736778166272 140067669363040 140069185197781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
[pid=605/tid=681] ppid=602 vsize=10914144 memory=916 CPUtime=1.43 cores=0,2,4,6
/proc/605/task/681/stat : 681 (java) S 602 605 27142 0 -1 1077944384 2424 13194 0 0 74 61 5 3 20 0 15 0 67661717 11176083456 443581 33554432000 4194304 4196468 140736778166272 140068640255024 140069185198722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28217344 140736778168492 140736778171740 140736778171740 140736778174415 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1774324 KiB

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

[startup+2498.74 s]
# the end of solver process 605 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.86 s, system=2.24773 s

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

Child status: 143
Real time (s): 2498.74
CPU time (s): 2520.11
CPU user time (s): 2517.86
CPU system time (s): 2.24773
CPU usage (%): 100.855
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 2130976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.86
system time used= 2.24773
maximum resident set size= 2132796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 419073
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132841
involuntary context switches= 6582


# summary of solver processes directly reported to runsolver:
#   pid: 605
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2517.86
#   total CPU system time (s): 2.24773

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9235 second user time and 23.8178 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-25 08:43:05
IDJOB=4294916
IDBENCH=141444
IDSOLVER=2751
FILE ID=node151/4294916-1532500985
RUNJOBID= node151-1532470571-27173
PBS_JOBID= 21021586
Free space on /tmp= 54904 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-07-08_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294916-1532500985/watcher-4294916-1532500985 -o /tmp/evaluation-result-4294916-1532500985/solver-4294916-1532500985 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532470571-27173 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=840564868 -superng HOME/instance-4294916-1532500985.xml

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

MD5SUM BENCH= 4cf2470ecfcea4403011c16b404a3a31
RANDOM SEED=840564868

node151.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.87
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.87
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.87
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.87
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:        22652748 kB
MemAvailable:   29889616 kB
Buffers:          182764 kB
Cached:          7292068 kB
SwapCached:            0 kB
Active:          3423172 kB
Inactive:        6164460 kB
Active(anon):    2062920 kB
Inactive(anon):    69472 kB
Active(file):    1360252 kB
Inactive(file):  6094988 kB
Unevictable:        7784 kB
Mlocked:            7784 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             29056 kB
Writeback:             0 kB
AnonPages:       2044676 kB
Mapped:            52400 kB
Shmem:             17032 kB
Slab:             222736 kB
SReclaimable:     194924 kB
SUnreclaim:        27812 kB
KernelStack:        3824 kB
PageTables:         9728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2937408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1820672 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= 54908 MiB
End job on node151 at 2018-07-25 09:24:44