Trace number 4304864

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-SuperNG? (TO) 2520.06 2458.04

General information on the benchmark

NameStripPacking/
StripPacking-C2P1_c18.xml
MD5SUMbb34988e6b0e49ae8f3222e70708ff44
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 benchmark6.13401
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of constraints76
Number of domains25
Minimum domain size1
Maximum domain size40
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":73},{"size":15,"count":25},{"size":40,"count":25}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":25},{"degree":2,"count":50},{"degree":3,"count":50}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":50},{"arity":3,"count":25},{"arity":100,"count":1}]
Number of extensional constraints25
Number of intensional constraints50
Distribution of constraint types[{"type":"extension","count":25},{"type":"intension","count":50},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (120 MiB free)
  memory of node 1: 16384 MiB (1366 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304864-1534049593/watcher-4304864-1534049593 -o /tmp/evaluation-result-4304864-1534049593/solver-4304864-1534049593 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534040364-20983 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1201593461 -superng HOME/instance-4304864-1534049593.xml 

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

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

solver pid=22576, runsolver pid=22573

[startup+0.102052 s]*
/proc/loadavg: 1.62 1.71 1.70 2/207 22633
/proc/meminfo: memFree=1514192/32770624 swapFree=67108380/67108860
[pid=22576] ppid=22573 vsize=10005480 memory=16948 CPUtime=0.09 cores=1,3,5,7
/proc/22576/stat : 22576 (java) S 22573 22576 18934 0 -1 1077944320 4399 12973 0 0 1 1 5 2 20 0 6 0 222522452 10245611520 4237 33554432000 4194304 4196468 140735480129200 140735480111744 140519625543415 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
/proc/22576/statm: 2501370 4237 1934 1 0 2489808 0
[pid=22576/tid=22629] ppid=22573 vsize=10005480 memory=4279135704047322765 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22629/stat : 22629 (java) R 22573 22576 18934 0 -1 4202560 2218 12973 0 0 0 0 5 2 20 0 6 0 222522461 10245611520 4237 33554432000 4194304 4196468 140735480129200 140519597380176 140519609623902 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22630] ppid=22573 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22630/stat : 22630 (java) S 22573 22576 18934 0 -1 1077944384 1 12973 0 0 0 0 5 2 20 0 6 0 222522462 10245611520 4237 33554432000 4194304 4196468 140735480129200 140519629786256 140519625553621 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22631] ppid=22573 vsize=10005480 memory=140060093363840 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22631/stat : 22631 (java) S 22573 22576 18934 0 -1 1077944384 1 12973 0 0 0 0 5 2 20 0 6 0 222522462 10245611520 4237 33554432000 4194304 4196468 140735480129200 140519165107216 140519625553621 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22632] ppid=22573 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22632/stat : 22632 (java) S 22573 22576 18934 0 -1 1077944384 1 12973 0 0 0 0 5 2 20 0 6 0 222522462 10245611520 4237 33554432000 4194304 4196468 140735480129200 140519164054416 140519625553621 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22633] ppid=22573 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22633/stat : 22633 (java) S 22573 22576 18934 0 -1 1077944384 2 12973 0 0 0 0 5 2 20 0 6 0 222522462 10245611520 4237 33554432000 4194304 4196468 140735480129200 140519163001616 140519625553621 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16948 KiB

[startup+0.210194 s]*
/proc/loadavg: 1.62 1.71 1.70 5/216 22642
/proc/meminfo: memFree=1493268/32770624 swapFree=67108380/67108860
[pid=22576] ppid=22573 vsize=10982744 memory=42444 CPUtime=0.25 cores=1,3,5,7
/proc/22576/stat : 22576 (java) S 22573 22576 18934 0 -1 1077944320 7353 12973 0 0 16 2 5 2 20 0 15 0 222522452 11246329856 10611 33554432000 4194304 4196468 140735480129200 140735480111744 140519625543415 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
/proc/22576/statm: 2745686 10611 2957 1 0 2708109 0
[pid=22576/tid=22629] ppid=22573 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/22576/task/22629/stat : 22629 (java) R 22573 22576 18934 0 -1 4202560 3945 12973 0 0 10 1 5 2 20 0 15 0 222522461 11246329856 10677 33554432000 4194304 4196468 140735480129200 140519597367832 140519605819229 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22630] ppid=22573 vsize=10982744 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22630/stat : 22630 (java) S 22573 22576 18934 0 -1 1077944384 1 12973 0 0 0 0 5 2 20 0 15 0 222522462 11246329856 10677 33554432000 4194304 4196468 140735480129200 140519629786256 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22631] ppid=22573 vsize=10982744 memory=288370436245075584 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22631/stat : 22631 (java) S 22573 22576 18934 0 -1 1077944384 1 12973 0 0 0 0 5 2 20 0 15 0 222522462 11246329856 10677 33554432000 4194304 4196468 140735480129200 140519165107216 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22632] ppid=22573 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22632/stat : 22632 (java) S 22573 22576 18934 0 -1 1077944384 1 12973 0 0 0 0 5 2 20 0 15 0 222522462 11246329856 10677 33554432000 4194304 4196468 140735480129200 140519164054416 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22633] ppid=22573 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22633/stat : 22633 (java) S 22573 22576 18934 0 -1 1077944384 2 12973 0 0 0 0 5 2 20 0 15 0 222522462 11246329856 10677 33554432000 4194304 4196468 140735480129200 140519163001616 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22634] ppid=22573 vsize=10982744 memory=140060093363840 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22634/stat : 22634 (java) S 22573 22576 18934 0 -1 1077944384 2 12973 0 0 0 0 5 2 20 0 15 0 222522463 11246329856 10677 33554432000 4194304 4196468 140735480129200 140519118559600 140519625554562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22635] ppid=22573 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22635/stat : 22635 (java) S 22573 22576 18934 0 -1 1077944384 13 12973 0 0 0 0 5 2 20 0 15 0 222522464 11246329856 10677 33554432000 4194304 4196468 140735480129200 140518445016096 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22636] ppid=22573 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22636/stat : 22636 (java) S 22573 22576 18934 0 -1 1077944384 1 12973 0 0 0 0 5 2 20 0 15 0 222522464 11246329856 10743 33554432000 4194304 4196468 140735480129200 140518243689328 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22637] ppid=22573 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22637/stat : 22637 (java) S 22573 22576 18934 0 -1 1077944384 3 12973 0 0 0 0 5 2 20 0 15 0 222522467 11246329856 10743 33554432000 4194304 4196468 140735480129200 140517936289616 140519625562011 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22638] ppid=22573 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22576/task/22638/stat : 22638 (java) S 22573 22576 18934 0 -1 1077944384 550 12973 0 0 1 0 5 2 20 0 15 0 222522467 11246329856 10743 33554432000 4194304 4196468 140735480129200 140519117507440 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22639] ppid=22573 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22576/task/22639/stat : 22639 (java) S 22573 22576 18934 0 -1 1077944384 66 12973 0 0 1 0 5 2 20 0 15 0 222522467 11246329856 10743 33554432000 4194304 4196468 140735480129200 140519048997616 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22640] ppid=22573 vsize=10982744 memory=140060093363840 CPUtime=0.1 cores=1,3,5,7
/proc/22576/task/22640/stat : 22640 (java) S 22573 22576 18934 0 -1 1077944384 610 12973 0 0 3 0 5 2 20 0 15 0 222522467 11246329856 10743 33554432000 4194304 4196468 140735480129200 140519047944816 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22641] ppid=22573 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22641/stat : 22641 (java) S 22573 22576 18934 0 -1 1077944384 3 12973 0 0 0 0 5 2 20 0 15 0 222522467 11246329856 10743 33554432000 4194304 4196468 140735480129200 140517505493728 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22642] ppid=22573 vsize=10982744 memory=140060093363840 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22642/stat : 22642 (java) S 22573 22576 18934 0 -1 1077944384 1 12973 0 0 0 0 5 2 20 0 15 0 222522467 11246329856 10743 33554432000 4194304 4196468 140735480129200 140519046892208 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42444 KiB

[startup+0.310328 s]*
/proc/loadavg: 1.62 1.71 1.70 3/216 22642
/proc/meminfo: memFree=1480352/32770624 swapFree=67108380/67108860
[pid=22576] ppid=22573 vsize=10983192 memory=56380 CPUtime=0.38 cores=1,3,5,7
/proc/22576/stat : 22576 (java) S 22573 22576 18934 0 -1 1077944320 10665 12973 0 0 28 3 5 2 20 0 15 0 222522452 11246788608 14095 33554432000 4194304 4196468 140735480129200 140735480111744 140519625543415 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
/proc/22576/statm: 2745798 14095 3076 1 0 2708109 0
[pid=22576/tid=22629] ppid=22573 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/22576/task/22629/stat : 22629 (java) R 22573 22576 18934 0 -1 4202560 7208 12973 0 0 19 1 5 2 20 0 15 0 222522461 11246788608 14095 33554432000 4194304 4196468 140735480129200 140519597355424 140519447306512 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22630] ppid=22573 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22630/stat : 22630 (java) S 22573 22576 18934 0 -1 1077944384 1 12973 0 0 0 0 5 2 20 0 15 0 222522462 11246788608 14095 33554432000 4194304 4196468 140735480129200 140519629786256 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22631] ppid=22573 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22631/stat : 22631 (java) S 22573 22576 18934 0 -1 1077944384 1 12973 0 0 0 0 5 2 20 0 15 0 222522462 11246788608 14095 33554432000 4194304 4196468 140735480129200 140519165107216 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22632] ppid=22573 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22632/stat : 22632 (java) S 22573 22576 18934 0 -1 1077944384 1 12973 0 0 0 0 5 2 20 0 15 0 222522462 11246788608 14095 33554432000 4194304 4196468 140735480129200 140519164054416 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22633] ppid=22573 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22633/stat : 22633 (java) S 22573 22576 18934 0 -1 1077944384 2 12973 0 0 0 0 5 2 20 0 15 0 222522462 11246788608 14095 33554432000 4194304 4196468 140735480129200 140519163001616 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22634] ppid=22573 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22634/stat : 22634 (java) S 22573 22576 18934 0 -1 1077944384 2 12973 0 0 0 0 5 2 20 0 15 0 222522463 11246788608 14095 33554432000 4194304 4196468 140735480129200 140519118559600 140519625554562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22635] ppid=22573 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22635/stat : 22635 (java) S 22573 22576 18934 0 -1 1077944384 13 12973 0 0 0 0 5 2 20 0 15 0 222522464 11246788608 14095 33554432000 4194304 4196468 140735480129200 140518445016096 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22636] ppid=22573 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22636/stat : 22636 (java) S 22573 22576 18934 0 -1 1077944384 1 12973 0 0 0 0 5 2 20 0 15 0 222522464 11246788608 14095 33554432000 4194304 4196468 140735480129200 140518243689328 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22637] ppid=22573 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22637/stat : 22637 (java) S 22573 22576 18934 0 -1 1077944384 3 12973 0 0 0 0 5 2 20 0 15 0 222522467 11246788608 14095 33554432000 4194304 4196468 140735480129200 140517936289616 140519625562011 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22638] ppid=22573 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22576/task/22638/stat : 22638 (java) S 22573 22576 18934 0 -1 1077944384 552 12973 0 0 1 0 5 2 20 0 15 0 222522467 11246788608 14095 33554432000 4194304 4196468 140735480129200 140519117507440 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22639] ppid=22573 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22576/task/22639/stat : 22639 (java) S 22573 22576 18934 0 -1 1077944384 66 12973 0 0 1 0 5 2 20 0 15 0 222522467 11246788608 14095 33554432000 4194304 4196468 140735480129200 140519048997616 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22640] ppid=22573 vsize=10983192 memory=140060093363840 CPUtime=0.12 cores=1,3,5,7
/proc/22576/task/22640/stat : 22640 (java) S 22573 22576 18934 0 -1 1077944384 620 12973 0 0 5 0 5 2 20 0 15 0 222522467 11246788608 14095 33554432000 4194304 4196468 140735480129200 140519047944816 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22641] ppid=22573 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22641/stat : 22641 (java) S 22573 22576 18934 0 -1 1077944384 3 12973 0 0 0 0 5 2 20 0 15 0 222522467 11246788608 14095 33554432000 4194304 4196468 140735480129200 140517505493728 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22642] ppid=22573 vsize=10983192 memory=140060093363840 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22642/stat : 22642 (java) S 22573 22576 18934 0 -1 1077944384 1 12973 0 0 0 0 5 2 20 0 15 0 222522467 11246788608 14095 33554432000 4194304 4196468 140735480129200 140519046892208 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56380 KiB

[startup+0.700727 s]
/proc/loadavg: 1.73 1.73 1.70 3/216 22642
/proc/meminfo: memFree=1469684/32770624 swapFree=67108380/67108860
[pid=22576] ppid=22573 vsize=10983192 memory=88668 CPUtime=0.98 cores=1,3,5,7
/proc/22576/stat : 22576 (java) S 22573 22576 18934 0 -1 1077944320 16760 12973 0 0 86 5 5 2 20 0 15 0 222522452 11246788608 22167 33554432000 4194304 4196468 140735480129200 140735480111744 140519625543415 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
/proc/22576/statm: 2745798 22167 3238 1 0 2708109 0
[pid=22576/tid=22629] ppid=22573 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/22576/task/22629/stat : 22629 (java) R 22573 22576 18934 0 -1 4202560 12209 12973 0 0 55 3 5 2 20 0 15 0 222522461 11246788608 22167 33554432000 4194304 4196468 140735480129200 140519597346096 140519609623902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22630] ppid=22573 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22630/stat : 22630 (java) S 22573 22576 18934 0 -1 1077944384 1 12973 0 0 0 0 5 2 20 0 15 0 222522462 11246788608 22167 33554432000 4194304 4196468 140735480129200 140519629786256 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22631] ppid=22573 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22631/stat : 22631 (java) S 22573 22576 18934 0 -1 1077944384 1 12973 0 0 0 0 5 2 20 0 15 0 222522462 11246788608 22167 33554432000 4194304 4196468 140735480129200 140519165107216 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22632] ppid=22573 vsize=10983192 memory=140059957408560 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22632/stat : 22632 (java) S 22573 22576 18934 0 -1 1077944384 1 12973 0 0 0 0 5 2 20 0 15 0 222522462 11246788608 22167 33554432000 4194304 4196468 140735480129200 140519164054416 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22633] ppid=22573 vsize=10983192 memory=140063178490457 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22633/stat : 22633 (java) S 22573 22576 18934 0 -1 1077944384 2 12973 0 0 0 0 5 2 20 0 15 0 222522462 11246788608 22167 33554432000 4194304 4196468 140735480129200 140519163001616 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22634] ppid=22573 vsize=10983192 memory=1388 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22634/stat : 22634 (java) S 22573 22576 18934 0 -1 1077944384 5 12973 0 0 0 0 5 2 20 0 15 0 222522463 11246788608 22167 33554432000 4194304 4196468 140735480129200 140519118559600 140519625554562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22635] ppid=22573 vsize=10983192 memory=4639098309541127525 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22635/stat : 22635 (java) S 22573 22576 18934 0 -1 1077944384 13 12973 0 0 0 0 5 2 20 0 15 0 222522464 11246788608 22167 33554432000 4194304 4196468 140735480129200 140518445016096 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22636] ppid=22573 vsize=10983192 memory=6082220498109361512 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22636/stat : 22636 (java) S 22573 22576 18934 0 -1 1077944384 1 12973 0 0 0 0 5 2 20 0 15 0 222522464 11246788608 22167 33554432000 4194304 4196468 140735480129200 140518243689328 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22637] ppid=22573 vsize=10983192 memory=33684 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22637/stat : 22637 (java) S 22573 22576 18934 0 -1 1077944384 3 12973 0 0 0 0 5 2 20 0 15 0 222522467 11246788608 22167 33554432000 4194304 4196468 140735480129200 140517936289616 140519625562011 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22638] ppid=22573 vsize=10983192 memory=14392 CPUtime=0.17 cores=1,3,5,7
/proc/22576/task/22638/stat : 22638 (java) S 22573 22576 18934 0 -1 1077944384 1218 12973 0 0 10 0 5 2 20 0 15 0 222522467 11246788608 22167 33554432000 4194304 4196468 140735480129200 140519117507440 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22639] ppid=22573 vsize=10983192 memory=4004 CPUtime=0.14 cores=1,3,5,7
/proc/22576/task/22639/stat : 22639 (java) S 22573 22576 18934 0 -1 1077944384 449 12973 0 0 7 0 5 2 20 0 15 0 222522467 11246788608 22167 33554432000 4194304 4196468 140735480129200 140519048997616 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22640] ppid=22573 vsize=10983192 memory=500 CPUtime=0.2 cores=1,3,5,7
/proc/22576/task/22640/stat : 22640 (java) S 22573 22576 18934 0 -1 1077944384 662 12973 0 0 13 0 5 2 20 0 15 0 222522467 11246788608 22167 33554432000 4194304 4196468 140735480129200 140519047944816 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22641] ppid=22573 vsize=10983192 memory=1720 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22641/stat : 22641 (java) S 22573 22576 18934 0 -1 1077944384 3 12973 0 0 0 0 5 2 20 0 15 0 222522467 11246788608 22167 33554432000 4194304 4196468 140735480129200 140517505493728 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22642] ppid=22573 vsize=10983192 memory=1176 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22642/stat : 22642 (java) S 22573 22576 18934 0 -1 1077944384 1 12973 0 0 0 0 5 2 20 0 15 0 222522467 11246788608 22167 33554432000 4194304 4196468 140735480129200 140519046892208 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88668 KiB

[startup+1.50073 s]
/proc/loadavg: 1.73 1.73 1.70 3/216 22642
/proc/meminfo: memFree=1426284/32770624 swapFree=67108380/67108860
[pid=22576] ppid=22573 vsize=10998092 memory=183068 CPUtime=2.47 cores=1,3,5,7
/proc/22576/stat : 22576 (java) S 22573 22576 18934 0 -1 1077944320 25217 12973 0 0 229 11 5 2 20 0 15 0 222522452 11262046208 45767 33554432000 4194304 4196468 140735480129200 140735480111744 140519625543415 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
/proc/22576/statm: 2749523 45767 3478 1 0 2711181 0
[pid=22576/tid=22629] ppid=22573 vsize=10998092 memory=65408 CPUtime=1.42 cores=1,3,5,7
/proc/22576/task/22629/stat : 22629 (java) R 22573 22576 18934 0 -1 4202560 17735 12973 0 0 129 6 5 2 20 0 15 0 222522461 11262046208 45767 33554432000 4194304 4196468 140735480129200 140519597374672 140519625565341 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22630] ppid=22573 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/22576/task/22630/stat : 22630 (java) S 22573 22576 18934 0 -1 1077944384 66 12973 0 0 1 0 5 2 20 0 15 0 222522462 11262046208 45767 33554432000 4194304 4196468 140735480129200 140519629786256 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22631] ppid=22573 vsize=10998092 memory=280119914848416 CPUtime=0.08 cores=1,3,5,7
/proc/22576/task/22631/stat : 22631 (java) S 22573 22576 18934 0 -1 1077944384 24 12973 0 0 1 0 5 2 20 0 15 0 222522462 11262046208 45767 33554432000 4194304 4196468 140735480129200 140519165107216 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22632] ppid=22573 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22576/task/22632/stat : 22632 (java) S 22573 22576 18934 0 -1 1077944384 15 12973 0 0 1 0 5 2 20 0 15 0 222522462 11262046208 45767 33554432000 4194304 4196468 140735480129200 140519164054416 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22633] ppid=22573 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22633/stat : 22633 (java) S 22573 22576 18934 0 -1 1077944384 213 12973 0 0 0 0 5 2 20 0 15 0 222522462 11262046208 45767 33554432000 4194304 4196468 140735480129200 140519163001616 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22634] ppid=22573 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22576/task/22634/stat : 22634 (java) S 22573 22576 18934 0 -1 1077944384 46 12973 0 0 1 0 5 2 20 0 15 0 222522463 11262046208 45767 33554432000 4194304 4196468 140735480129200 140519118559600 140519625554562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22635] ppid=22573 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22635/stat : 22635 (java) S 22573 22576 18934 0 -1 1077944384 14 12973 0 0 0 0 5 2 20 0 15 0 222522464 11262046208 45767 33554432000 4194304 4196468 140735480129200 140518445016160 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22636] ppid=22573 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22636/stat : 22636 (java) S 22573 22576 18934 0 -1 1077944384 1 12973 0 0 0 0 5 2 20 0 15 0 222522464 11262046208 45767 33554432000 4194304 4196468 140735480129200 140518243689344 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22637] ppid=22573 vsize=10998092 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22637/stat : 22637 (java) S 22573 22576 18934 0 -1 1077944384 3 12973 0 0 0 0 5 2 20 0 15 0 222522467 11262046208 45767 33554432000 4194304 4196468 140735480129200 140517936289616 140519625562011 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22638] ppid=22573 vsize=10998092 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/22576/task/22638/stat : 22638 (java) S 22573 22576 18934 0 -1 1077944384 2472 12973 0 0 34 0 5 2 20 0 15 0 222522467 11262046208 45767 33554432000 4194304 4196468 140735480129200 140519117507440 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22639] ppid=22573 vsize=10998092 memory=10 CPUtime=0.31 cores=1,3,5,7
/proc/22576/task/22639/stat : 22639 (java) S 22573 22576 18934 0 -1 1077944384 1086 12973 0 0 24 0 5 2 20 0 15 0 222522467 11262046208 45767 33554432000 4194304 4196468 140735480129200 140519048997616 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22640] ppid=22573 vsize=10998092 memory=6791534058613427641 CPUtime=0.41 cores=1,3,5,7
/proc/22576/task/22640/stat : 22640 (java) S 22573 22576 18934 0 -1 1077944384 1347 12973 0 0 34 0 5 2 20 0 15 0 222522467 11262046208 45767 33554432000 4194304 4196468 140735480129200 140519047944816 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22641] ppid=22573 vsize=10998092 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22641/stat : 22641 (java) S 22573 22576 18934 0 -1 1077944384 3 12973 0 0 0 0 5 2 20 0 15 0 222522467 11262046208 45767 33554432000 4194304 4196468 140735480129200 140517505493728 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22642] ppid=22573 vsize=10998092 memory=280119915092864 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22642/stat : 22642 (java) S 22573 22576 18934 0 -1 1077944384 1 12973 0 0 0 0 5 2 20 0 15 0 222522467 11262046208 45767 33554432000 4194304 4196468 140735480129200 140519046892208 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10998092 KiB

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

/proc/22576/task/22629/stat : 22629 (java) R 22573 22576 18934 0 -1 4202560 310889 12973 0 0 229384 154 5 2 20 0 15 0 222522461 11348049920 434850 33554432000 4194304 4196468 140735480129200 140519597376768 140519213589322 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22630] ppid=22573 vsize=11082080 memory=1739400 CPUtime=12.51 cores=1,3,5,7
/proc/22576/task/22630/stat : 22630 (java) S 22573 22576 18934 0 -1 1077944384 26134 12973 0 0 1179 65 5 2 20 0 15 0 222522462 11348049920 434850 33554432000 4194304 4196468 140735480129200 140519629786256 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22631] ppid=22573 vsize=11082080 memory=1739400 CPUtime=12.47 cores=1,3,5,7
/proc/22576/task/22631/stat : 22631 (java) S 22573 22576 18934 0 -1 1077944384 27704 12973 0 0 1180 60 5 2 20 0 15 0 222522462 11348049920 434850 33554432000 4194304 4196468 140735480129200 140519165107216 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22632] ppid=22573 vsize=11082080 memory=1739400 CPUtime=12.5 cores=1,3,5,7
/proc/22576/task/22632/stat : 22632 (java) S 22573 22576 18934 0 -1 1077944384 30698 12973 0 0 1187 56 5 2 20 0 15 0 222522462 11348049920 434850 33554432000 4194304 4196468 140735480129200 140519164054416 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22633] ppid=22573 vsize=11082080 memory=7 CPUtime=12.5 cores=1,3,5,7
/proc/22576/task/22633/stat : 22633 (java) S 22573 22576 18934 0 -1 1077944384 33211 12973 0 0 1179 64 5 2 20 0 15 0 222522462 11348049920 434850 33554432000 4194304 4196468 140735480129200 140519163001616 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22634] ppid=22573 vsize=11082080 memory=1739400 CPUtime=11 cores=1,3,5,7
/proc/22576/task/22634/stat : 22634 (java) S 22573 22576 18934 0 -1 1077944384 23552 12973 0 0 1038 55 5 2 20 0 15 0 222522463 11348049920 434850 33554432000 4194304 4196468 140735480129200 140519118559600 140519625554562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22635] ppid=22573 vsize=11082080 memory=1739400 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22635/stat : 22635 (java) S 22573 22576 18934 0 -1 1077944384 15 12973 0 0 0 0 5 2 20 0 15 0 222522464 11348049920 434850 33554432000 4194304 4196468 140735480129200 140518445016224 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22636] ppid=22573 vsize=11082080 memory=60608 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22636/stat : 22636 (java) S 22573 22576 18934 0 -1 1077944384 5 12973 0 0 0 0 5 2 20 0 15 0 222522464 11348049920 434850 33554432000 4194304 4196468 140735480129200 140518243689344 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22637] ppid=22573 vsize=11082080 memory=1739400 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22637/stat : 22637 (java) S 22573 22576 18934 0 -1 1077944384 3 12973 0 0 0 0 5 2 20 0 15 0 222522467 11348049920 434850 33554432000 4194304 4196468 140735480129200 140517936289616 140519625562011 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22638] ppid=22573 vsize=11082080 memory=1739400 CPUtime=11.35 cores=1,3,5,7
/proc/22576/task/22638/stat : 22638 (java) S 22573 22576 18934 0 -1 1077944384 61198 12973 0 0 1121 7 5 2 20 0 15 0 222522467 11348049920 434850 33554432000 4194304 4196468 140735480129200 140519117507440 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22639] ppid=22573 vsize=11082080 memory=1739400 CPUtime=10.74 cores=1,3,5,7
/proc/22576/task/22639/stat : 22639 (java) S 22573 22576 18934 0 -1 1077944384 51047 12973 0 0 1062 5 5 2 20 0 15 0 222522467 11348049920 434850 33554432000 4194304 4196468 140735480129200 140519048997616 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22640] ppid=22573 vsize=11082080 memory=1739400 CPUtime=2.57 cores=1,3,5,7
/proc/22576/task/22640/stat : 22640 (java) S 22573 22576 18934 0 -1 1077944384 25240 12973 0 0 244 6 5 2 20 0 15 0 222522467 11348049920 434850 33554432000 4194304 4196468 140735480129200 140519047944816 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22641] ppid=22573 vsize=11082080 memory=1739400 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22641/stat : 22641 (java) S 22573 22576 18934 0 -1 1077944384 3 12973 0 0 0 0 5 2 20 0 15 0 222522467 11348049920 434850 33554432000 4194304 4196468 140735480129200 140517505493728 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22642] ppid=22573 vsize=11082080 memory=3848 CPUtime=1.47 cores=1,3,5,7
/proc/22576/task/22642/stat : 22642 (java) S 22573 22576 18934 0 -1 1077944384 1360 12973 0 0 63 77 5 2 20 0 15 0 222522467 11348049920 434850 33554432000 4194304 4196468 140735480129200 140519046892208 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
Current children cumulated CPU time: 2382.05 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1739400 KiB

[startup+2382.3 s]
/proc/loadavg: 1.67 1.39 1.37 3/216 22996
/proc/meminfo: memFree=4269124/32770624 swapFree=67108380/67108860
[pid=22576] ppid=22573 vsize=11082080 memory=1741448 CPUtime=2443.07 cores=1,3,5,7
/proc/22576/stat : 22576 (java) S 22573 22576 18934 0 -1 1077944320 594895 12973 0 0 243805 495 5 2 20 0 15 0 222522452 11348049920 435362 33554432000 4194304 4196468 140735480129200 140735480111744 140519625543415 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
/proc/22576/statm: 2770520 435362 3535 1 0 2732173 0
[pid=22576/tid=22629] ppid=22573 vsize=11082080 memory=1741448 CPUtime=2354.74 cores=1,3,5,7
/proc/22576/task/22629/stat : 22629 (java) R 22573 22576 18934 0 -1 4202560 311842 12973 0 0 235313 154 5 2 20 0 15 0 222522461 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519597377680 140519218169401 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22630] ppid=22573 vsize=11082080 memory=1741448 CPUtime=12.85 cores=1,3,5,7
/proc/22576/task/22630/stat : 22630 (java) S 22573 22576 18934 0 -1 1077944384 26244 12973 0 0 1212 66 5 2 20 0 15 0 222522462 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519629786256 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22631] ppid=22573 vsize=11082080 memory=1741448 CPUtime=12.82 cores=1,3,5,7
/proc/22576/task/22631/stat : 22631 (java) S 22573 22576 18934 0 -1 1077944384 27832 12973 0 0 1213 62 5 2 20 0 15 0 222522462 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519165107216 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22632] ppid=22573 vsize=11082080 memory=1741448 CPUtime=12.84 cores=1,3,5,7
/proc/22576/task/22632/stat : 22632 (java) S 22573 22576 18934 0 -1 1077944384 30740 12973 0 0 1220 57 5 2 20 0 15 0 222522462 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519164054416 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22633] ppid=22573 vsize=11082080 memory=1741448 CPUtime=12.85 cores=1,3,5,7
/proc/22576/task/22633/stat : 22633 (java) S 22573 22576 18934 0 -1 1077944384 33331 12973 0 0 1213 65 5 2 20 0 15 0 222522462 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519163001616 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22634] ppid=22573 vsize=11082080 memory=1741448 CPUtime=11.3 cores=1,3,5,7
/proc/22576/task/22634/stat : 22634 (java) S 22573 22576 18934 0 -1 1077944384 23811 12973 0 0 1066 57 5 2 20 0 15 0 222522463 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519118559600 140519625554562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22635] ppid=22573 vsize=11082080 memory=1741448 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22635/stat : 22635 (java) S 22573 22576 18934 0 -1 1077944384 15 12973 0 0 0 0 5 2 20 0 15 0 222522464 11348049920 435362 33554432000 4194304 4196468 140735480129200 140518445016224 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22636] ppid=22573 vsize=11082080 memory=1741448 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22636/stat : 22636 (java) S 22573 22576 18934 0 -1 1077944384 5 12973 0 0 0 0 5 2 20 0 15 0 222522464 11348049920 435362 33554432000 4194304 4196468 140735480129200 140518243689344 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22637] ppid=22573 vsize=11082080 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22637/stat : 22637 (java) S 22573 22576 18934 0 -1 1077944384 3 12973 0 0 0 0 5 2 20 0 15 0 222522467 11348049920 435362 33554432000 4194304 4196468 140735480129200 140517936289616 140519625562011 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22638] ppid=22573 vsize=11082080 memory=1741448 CPUtime=11.35 cores=1,3,5,7
/proc/22576/task/22638/stat : 22638 (java) S 22573 22576 18934 0 -1 1077944384 61203 12973 0 0 1121 7 5 2 20 0 15 0 222522467 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519117507440 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22639] ppid=22573 vsize=11082080 memory=3872 CPUtime=10.74 cores=1,3,5,7
/proc/22576/task/22639/stat : 22639 (java) S 22573 22576 18934 0 -1 1077944384 51051 12973 0 0 1062 5 5 2 20 0 15 0 222522467 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519048997616 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22640] ppid=22573 vsize=11082080 memory=3872 CPUtime=2.58 cores=1,3,5,7
/proc/22576/task/22640/stat : 22640 (java) S 22573 22576 18934 0 -1 1077944384 25244 12973 0 0 245 6 5 2 20 0 15 0 222522467 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519047944816 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22641] ppid=22573 vsize=11082080 memory=60608 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22641/stat : 22641 (java) S 22573 22576 18934 0 -1 1077944384 3 12973 0 0 0 0 5 2 20 0 15 0 222522467 11348049920 435362 33554432000 4194304 4196468 140735480129200 140517505493728 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22642] ppid=22573 vsize=11082080 memory=60608 CPUtime=1.51 cores=1,3,5,7
/proc/22576/task/22642/stat : 22642 (java) S 22573 22576 18934 0 -1 1077944384 1380 12973 0 0 65 79 5 2 20 0 15 0 222522467 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519046892208 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
Current children cumulated CPU time: 2443.07 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1741448 KiB

[startup+2442.3 s]
/proc/loadavg: 1.37 1.35 1.36 3/216 22997
/proc/meminfo: memFree=4268496/32770624 swapFree=67108380/67108860
[pid=22576] ppid=22573 vsize=11082080 memory=1741448 CPUtime=2504.06 cores=1,3,5,7
/proc/22576/stat : 22576 (java) S 22573 22576 18934 0 -1 1077944320 597311 12973 0 0 249894 505 5 2 20 0 15 0 222522452 11348049920 435362 33554432000 4194304 4196468 140735480129200 140735480111744 140519625543415 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
/proc/22576/statm: 2770520 435362 3535 1 0 2732173 0
[pid=22576/tid=22629] ppid=22573 vsize=11082080 memory=1741448 CPUtime=2414.05 cores=1,3,5,7
/proc/22576/task/22629/stat : 22629 (java) R 22573 22576 18934 0 -1 4202560 313231 12973 0 0 241242 156 5 2 20 0 15 0 222522461 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519597376096 140519205996687 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22630] ppid=22573 vsize=11082080 memory=1741448 CPUtime=13.19 cores=1,3,5,7
/proc/22576/task/22630/stat : 22630 (java) S 22573 22576 18934 0 -1 1077944384 26327 12973 0 0 1244 68 5 2 20 0 15 0 222522462 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519629786256 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22631] ppid=22573 vsize=11082080 memory=1741448 CPUtime=13.15 cores=1,3,5,7
/proc/22576/task/22631/stat : 22631 (java) S 22573 22576 18934 0 -1 1077944384 27974 12973 0 0 1245 63 5 2 20 0 15 0 222522462 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519165107216 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22632] ppid=22573 vsize=11082080 memory=1741448 CPUtime=13.19 cores=1,3,5,7
/proc/22576/task/22632/stat : 22632 (java) S 22573 22576 18934 0 -1 1077944384 30782 12973 0 0 1253 59 5 2 20 0 15 0 222522462 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519164054416 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22633] ppid=22573 vsize=11082080 memory=1741448 CPUtime=13.19 cores=1,3,5,7
/proc/22576/task/22633/stat : 22633 (java) S 22573 22576 18934 0 -1 1077944384 33447 12973 0 0 1246 66 5 2 20 0 15 0 222522462 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519163001616 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22634] ppid=22573 vsize=11082080 memory=1741448 CPUtime=11.59 cores=1,3,5,7
/proc/22576/task/22634/stat : 22634 (java) S 22573 22576 18934 0 -1 1077944384 24219 12973 0 0 1093 59 5 2 20 0 15 0 222522463 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519118559600 140519625554562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22635] ppid=22573 vsize=11082080 memory=1741448 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22635/stat : 22635 (java) S 22573 22576 18934 0 -1 1077944384 15 12973 0 0 0 0 5 2 20 0 15 0 222522464 11348049920 435362 33554432000 4194304 4196468 140735480129200 140518445016224 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22636] ppid=22573 vsize=11082080 memory=1741448 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22636/stat : 22636 (java) S 22573 22576 18934 0 -1 1077944384 5 12973 0 0 0 0 5 2 20 0 15 0 222522464 11348049920 435362 33554432000 4194304 4196468 140735480129200 140518243689344 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22637] ppid=22573 vsize=11082080 memory=1741448 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22637/stat : 22637 (java) S 22573 22576 18934 0 -1 1077944384 3 12973 0 0 0 0 5 2 20 0 15 0 222522467 11348049920 435362 33554432000 4194304 4196468 140735480129200 140517936289616 140519625562011 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22638] ppid=22573 vsize=11082080 memory=1741448 CPUtime=11.36 cores=1,3,5,7
/proc/22576/task/22638/stat : 22638 (java) S 22573 22576 18934 0 -1 1077944384 61205 12973 0 0 1122 7 5 2 20 0 15 0 222522467 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519117507440 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22639] ppid=22573 vsize=11082080 memory=1741448 CPUtime=10.74 cores=1,3,5,7
/proc/22576/task/22639/stat : 22639 (java) S 22573 22576 18934 0 -1 1077944384 51054 12973 0 0 1062 5 5 2 20 0 15 0 222522467 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519048997616 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22640] ppid=22573 vsize=11082080 memory=1741448 CPUtime=2.58 cores=1,3,5,7
/proc/22576/task/22640/stat : 22640 (java) S 22573 22576 18934 0 -1 1077944384 25447 12973 0 0 245 6 5 2 20 0 15 0 222522467 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519047944816 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22641] ppid=22573 vsize=11082080 memory=3872 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22641/stat : 22641 (java) S 22573 22576 18934 0 -1 1077944384 3 12973 0 0 0 0 5 2 20 0 15 0 222522467 11348049920 435362 33554432000 4194304 4196468 140735480129200 140517505493728 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22642] ppid=22573 vsize=11082080 memory=1741448 CPUtime=1.55 cores=1,3,5,7
/proc/22576/task/22642/stat : 22642 (java) S 22573 22576 18934 0 -1 1077944384 1408 12973 0 0 67 81 5 2 20 0 15 0 222522467 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519046892208 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
Current children cumulated CPU time: 2504.06 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1741448 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2458 s]*
/proc/loadavg: 1.29 1.33 1.35 3/216 22997
/proc/meminfo: memFree=4268620/32770624 swapFree=67108380/67108860
[pid=22576] ppid=22573 vsize=11082080 memory=1741448 CPUtime=2520 cores=1,3,5,7
/proc/22576/stat : 22576 (java) S 22573 22576 18934 0 -1 1077944320 598099 12973 0 0 251487 506 5 2 20 0 15 0 222522452 11348049920 435362 33554432000 4194304 4196468 140735480129200 140735480111744 140519625543415 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
/proc/22576/statm: 2770520 435362 3535 1 0 2732173 0
[pid=22576/tid=22629] ppid=22573 vsize=11082080 memory=4004 CPUtime=2429.56 cores=1,3,5,7
/proc/22576/task/22629/stat : 22629 (java) R 22573 22576 18934 0 -1 4202560 313596 12973 0 0 242793 156 5 2 20 0 15 0 222522461 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519597376224 140519215958187 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22630] ppid=22573 vsize=11082080 memory=4126316290023845779 CPUtime=13.27 cores=1,3,5,7
/proc/22576/task/22630/stat : 22630 (java) S 22573 22576 18934 0 -1 1077944384 26330 12973 0 0 1252 68 5 2 20 0 15 0 222522462 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519629786256 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22631] ppid=22573 vsize=11082080 memory=14392 CPUtime=13.24 cores=1,3,5,7
/proc/22576/task/22631/stat : 22631 (java) S 22573 22576 18934 0 -1 1077944384 28002 12973 0 0 1254 63 5 2 20 0 15 0 222522462 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519165107216 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22632] ppid=22573 vsize=11082080 memory=4004 CPUtime=13.28 cores=1,3,5,7
/proc/22576/task/22632/stat : 22632 (java) S 22573 22576 18934 0 -1 1077944384 30826 12973 0 0 1262 59 5 2 20 0 15 0 222522462 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519164054416 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22633] ppid=22573 vsize=11082080 memory=500 CPUtime=13.29 cores=1,3,5,7
/proc/22576/task/22633/stat : 22633 (java) S 22573 22576 18934 0 -1 1077944384 33582 12973 0 0 1255 67 5 2 20 0 15 0 222522462 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519163001616 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22634] ppid=22573 vsize=11082080 memory=1720 CPUtime=11.66 cores=1,3,5,7
/proc/22576/task/22634/stat : 22634 (java) S 22573 22576 18934 0 -1 1077944384 24418 12973 0 0 1100 59 5 2 20 0 15 0 222522463 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519118559600 140519625554562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22635] ppid=22573 vsize=11082080 memory=8961 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22635/stat : 22635 (java) S 22573 22576 18934 0 -1 1077944384 15 12973 0 0 0 0 5 2 20 0 15 0 222522464 11348049920 435362 33554432000 4194304 4196468 140735480129200 140518445016224 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22636] ppid=22573 vsize=11082080 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22636/stat : 22636 (java) S 22573 22576 18934 0 -1 1077944384 5 12973 0 0 0 0 5 2 20 0 15 0 222522464 11348049920 435362 33554432000 4194304 4196468 140735480129200 140518243689344 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22637] ppid=22573 vsize=11082080 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22637/stat : 22637 (java) S 22573 22576 18934 0 -1 1077944384 3 12973 0 0 0 0 5 2 20 0 15 0 222522467 11348049920 435362 33554432000 4194304 4196468 140735480129200 140517936289616 140519625562011 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22638] ppid=22573 vsize=11082080 memory=8836 CPUtime=11.36 cores=1,3,5,7
/proc/22576/task/22638/stat : 22638 (java) S 22573 22576 18934 0 -1 1077944384 61205 12973 0 0 1122 7 5 2 20 0 15 0 222522467 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519117507440 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22639] ppid=22573 vsize=11082080 memory=8868 CPUtime=10.74 cores=1,3,5,7
/proc/22576/task/22639/stat : 22639 (java) S 22573 22576 18934 0 -1 1077944384 51055 12973 0 0 1062 5 5 2 20 0 15 0 222522467 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519048997616 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22640] ppid=22573 vsize=11082080 memory=1741448 CPUtime=2.58 cores=1,3,5,7
/proc/22576/task/22640/stat : 22640 (java) S 22573 22576 18934 0 -1 1077944384 25447 12973 0 0 245 6 5 2 20 0 15 0 222522467 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519047944816 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22641] ppid=22573 vsize=11082080 memory=1176 CPUtime=0.07 cores=1,3,5,7
/proc/22576/task/22641/stat : 22641 (java) S 22573 22576 18934 0 -1 1077944384 3 12973 0 0 0 0 5 2 20 0 15 0 222522467 11348049920 435362 33554432000 4194304 4196468 140735480129200 140517505493728 140519625553621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
[pid=22576/tid=22642] ppid=22573 vsize=11082080 memory=932 CPUtime=1.55 cores=1,3,5,7
/proc/22576/task/22642/stat : 22642 (java) S 22573 22576 18934 0 -1 1077944384 1421 12973 0 0 67 81 5 2 20 0 15 0 222522467 11348049920 435362 33554432000 4194304 4196468 140735480129200 140519046892208 140519625554562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27615232 140735480134243 140735480137052 140735480137052 140735480139727 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1741448 KiB

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

[startup+2458.04 s]
# the end of solver process 22576 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.95 s, system=5.10836 s

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

Child status: 143
Real time (s): 2458.04
CPU time (s): 2520.06
CPU user time (s): 2514.95
CPU system time (s): 5.10836
CPU usage (%): 102.523
Max. virtual memory (cumulated for all children) (KiB): 11082908
Max. memory (cumulated for all children) (KiB): 1742480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.95
system time used= 5.10836
maximum resident set size= 1743736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 612450
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 298673
involuntary context switches= 6620


# summary of solver processes directly reported to runsolver:
#   pid: 22576
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2514.95
#   total CPU system time (s): 5.10836

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5652 second user time and 24.3279 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-12 06:53:13
IDJOB=4304864
IDBENCH=141127
IDSOLVER=2781
FILE ID=node137/4304864-1534049593
RUNJOBID= node137-1534040364-20983
PBS_JOBID= 21036962
Free space on /tmp= 26360 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/StripPacking/StripPacking-C2P1_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304864-1534049593/watcher-4304864-1534049593 -o /tmp/evaluation-result-4304864-1534049593/solver-4304864-1534049593 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534040364-20983 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1201593461 -superng HOME/instance-4304864-1534049593.xml

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

MD5SUM BENCH= bb34988e6b0e49ae8f3222e70708ff44
RANDOM SEED=1201593461

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         1523556 kB
MemAvailable:   26415180 kB
Buffers:          229668 kB
Cached:         24630116 kB
SwapCached:           24 kB
Active:         17812240 kB
Inactive:       12584316 kB
Active(anon):    5470364 kB
Inactive(anon):   118736 kB
Active(file):   12341876 kB
Inactive(file): 12465580 kB
Unevictable:        7432 kB
Mlocked:            7432 kB
SwapTotal:      67108860 kB
SwapFree:       67108380 kB
Dirty:             26488 kB
Writeback:             0 kB
AnonPages:       5560504 kB
Mapped:            68404 kB
Shmem:             49628 kB
Slab:             540896 kB
SReclaimable:     512628 kB
SUnreclaim:        28268 kB
KernelStack:        3808 kB
PageTables:        16236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6390932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4825088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 26336 MiB
End job on node137 at 2018-08-12 07:34:11