Trace number 4293202

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.09 2466.73

General information on the benchmark

NameStripPacking/
StripPacking-N1b_c18.xml
MD5SUMd6d9a16a398659a401a93dc83363d7ca
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 benchmark158.344
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints52
Number of domains19
Minimum domain size1
Maximum domain size200
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":49},{"size":200,"count":34}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":17},{"degree":2,"count":34},{"degree":3,"count":34}]
Minimum constraint arity2
Maximum constraint arity68
Distribution of constraint arities[{"arity":2,"count":34},{"arity":3,"count":17},{"arity":68,"count":1}]
Number of extensional constraints17
Number of intensional constraints34
Distribution of constraint types[{"type":"extension","count":17},{"type":"intension","count":34},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293202-1532308668/watcher-4293202-1532308668 -o /tmp/evaluation-result-4293202-1532308668/solver-4293202-1532308668 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532295772-9831 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=417996063 -superng HOME/instance-4293202-1532308668.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=12400, runsolver pid=12397
Current StackSize limit: 8192 KiB


[startup+0.100022 s]*
/proc/loadavg: 1.71 1.61 1.60 3/207 12457
/proc/meminfo: memFree=17028712/32770624 swapFree=67108860/67108860
[pid=12400] ppid=12397 vsize=9972712 memory=17076 CPUtime=0.09 cores=0,2,4,6
/proc/12400/stat : 12400 (java) S 12397 12400 9800 0 -1 1077944320 4395 13142 0 0 1 0 5 3 20 0 6 0 48429708 10212057088 4269 33554432000 4194304 4196468 140734999701408 140734999683952 140194810658551 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
/proc/12400/statm: 2493178 4269 1934 1 0 2481616 0
[pid=12400/tid=12453] ppid=12397 vsize=9972712 memory=4279135704013962638 CPUtime=0.09 cores=0,2,4,6
/proc/12400/task/12453/stat : 12453 (java) R 12397 12400 9800 0 -1 4202560 2226 13142 0 0 1 0 5 3 20 0 6 0 48429717 10212057088 4269 33554432000 4194304 4196468 140734999701408 140194782495312 140194794739038 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12454] ppid=12397 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12454/stat : 12454 (java) S 12397 12400 9800 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 6 0 48429718 10212057088 4269 33554432000 4194304 4196468 140734999701408 140194814901392 140194810668757 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12455] ppid=12397 vsize=9972712 memory=140139529373312 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12455/stat : 12455 (java) S 12397 12400 9800 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 6 0 48429718 10212057088 4269 33554432000 4194304 4196468 140734999701408 140194713791504 140194810668757 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12456] ppid=12397 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12456/stat : 12456 (java) S 12397 12400 9800 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 6 0 48429718 10212057088 4269 33554432000 4194304 4196468 140734999701408 140194382474128 140194810668757 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12457] ppid=12397 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12457/stat : 12457 (java) S 12397 12400 9800 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 6 0 48429718 10212057088 4269 33554432000 4194304 4196468 140734999701408 140194381421328 140194810668757 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210045 s]*
/proc/loadavg: 1.71 1.61 1.60 3/216 12466
/proc/meminfo: memFree=17006916/32770624 swapFree=67108860/67108860
[pid=12400] ppid=12397 vsize=10818904 memory=43720 CPUtime=0.26 cores=0,2,4,6
/proc/12400/stat : 12400 (java) S 12397 12400 9800 0 -1 1077944320 8752 13142 0 0 16 2 5 3 20 0 15 0 48429708 11078557696 10930 33554432000 4194304 4196468 140734999701408 140734999683952 140194810658551 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
/proc/12400/statm: 2704734 10930 2966 1 0 2667157 0
[pid=12400/tid=12453] ppid=12397 vsize=10818936 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/12400/task/12453/stat : 12453 (java) R 12397 12400 9800 0 -1 4202560 5956 13142 0 0 10 1 5 3 20 0 15 0 48429717 11078590464 11457 33554432000 4194304 4196468 140734999701408 140194782483360 140194803338269 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12454] ppid=12397 vsize=10818936 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12454/stat : 12454 (java) S 12397 12400 9800 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 48429718 11078590464 11457 33554432000 4194304 4196468 140734999701408 140194814901392 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12455] ppid=12397 vsize=10818936 memory=140139529660482 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12455/stat : 12455 (java) S 12397 12400 9800 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 48429718 11078590464 11523 33554432000 4194304 4196468 140734999701408 140194713791504 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12456] ppid=12397 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12456/stat : 12456 (java) S 12397 12400 9800 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 48429718 11078590464 11523 33554432000 4194304 4196468 140734999701408 140194382474128 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12457] ppid=12397 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12457/stat : 12457 (java) S 12397 12400 9800 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 48429718 11078590464 11523 33554432000 4194304 4196468 140734999701408 140194381421328 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12458] ppid=12397 vsize=10818936 memory=140139529373312 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12458/stat : 12458 (java) S 12397 12400 9800 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 48429719 11078590464 11523 33554432000 4194304 4196468 140734999701408 140194270153072 140194810669698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12459] ppid=12397 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12459/stat : 12459 (java) S 12397 12400 9800 0 -1 1077944384 13 13142 0 0 0 0 5 3 20 0 15 0 48429720 11078557696 11576 33554432000 4194304 4196468 140734999701408 140193705223200 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12460] ppid=12397 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12460/stat : 12460 (java) S 12397 12400 9800 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 48429720 11078557696 11576 33554432000 4194304 4196468 140734999701408 140193571005296 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12461] ppid=12397 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12461/stat : 12461 (java) S 12397 12400 9800 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 48429723 11078557696 11576 33554432000 4194304 4196468 140734999701408 140193330714448 140194810677147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12462] ppid=12397 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12400/task/12462/stat : 12462 (java) S 12397 12400 9800 0 -1 1077944384 529 13142 0 0 1 0 5 3 20 0 15 0 48429723 11078557696 11576 33554432000 4194304 4196468 140734999701408 140194269100912 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12463] ppid=12397 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12463/stat : 12463 (java) S 12397 12400 9800 0 -1 1077944384 55 13142 0 0 0 0 5 3 20 0 15 0 48429723 11078557696 11576 33554432000 4194304 4196468 140734999701408 140194268048112 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12464] ppid=12397 vsize=10818904 memory=140139529373312 CPUtime=0.11 cores=0,2,4,6
/proc/12400/task/12464/stat : 12464 (java) S 12397 12400 9800 0 -1 1077944384 548 13142 0 0 3 0 5 3 20 0 15 0 48429723 11078557696 11576 33554432000 4194304 4196468 140734999701408 140194266995312 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12465] ppid=12397 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12465/stat : 12465 (java) S 12397 12400 9800 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 48429723 11078590464 11576 33554432000 4194304 4196468 140734999701408 140193297156832 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12466] ppid=12397 vsize=10818936 memory=140139529373312 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12466/stat : 12466 (java) S 12397 12400 9800 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 48429723 11078590464 11576 33554432000 4194304 4196468 140734999701408 140194265942704 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 43720 KiB

[startup+0.310347 s]*
/proc/loadavg: 1.71 1.61 1.60 3/216 12466
/proc/meminfo: memFree=16994144/32770624 swapFree=67108860/67108860
[pid=12400] ppid=12397 vsize=10819352 memory=54180 CPUtime=0.38 cores=0,2,4,6
/proc/12400/stat : 12400 (java) S 12397 12400 9800 0 -1 1077944320 10614 13142 0 0 27 3 5 3 20 0 15 0 48429708 11079016448 13545 33554432000 4194304 4196468 140734999701408 140734999683952 140194810658551 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
/proc/12400/statm: 2704838 13545 3085 1 0 2667149 0
[pid=12400/tid=12453] ppid=12397 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/12400/task/12453/stat : 12453 (java) R 12397 12400 9800 0 -1 4202560 7254 13142 0 0 19 2 5 3 20 0 15 0 48429717 11079016448 13545 33554432000 4194304 4196468 140734999701408 140194782470560 140194810680477 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12454] ppid=12397 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12454/stat : 12454 (java) S 12397 12400 9800 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 48429718 11079016448 13545 33554432000 4194304 4196468 140734999701408 140194814901392 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12455] ppid=12397 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12455/stat : 12455 (java) S 12397 12400 9800 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 48429718 11079016448 13545 33554432000 4194304 4196468 140734999701408 140194713791504 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12456] ppid=12397 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12456/stat : 12456 (java) S 12397 12400 9800 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 48429718 11079016448 13545 33554432000 4194304 4196468 140734999701408 140194382474128 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12457] ppid=12397 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12457/stat : 12457 (java) S 12397 12400 9800 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 48429718 11079016448 13545 33554432000 4194304 4196468 140734999701408 140194381421328 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12458] ppid=12397 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12458/stat : 12458 (java) S 12397 12400 9800 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 48429719 11079016448 13545 33554432000 4194304 4196468 140734999701408 140194270153072 140194810669698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12459] ppid=12397 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12459/stat : 12459 (java) S 12397 12400 9800 0 -1 1077944384 13 13142 0 0 0 0 5 3 20 0 15 0 48429720 11079016448 13545 33554432000 4194304 4196468 140734999701408 140193705223200 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12460] ppid=12397 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12460/stat : 12460 (java) S 12397 12400 9800 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 48429720 11079016448 13545 33554432000 4194304 4196468 140734999701408 140193571005296 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12461] ppid=12397 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12461/stat : 12461 (java) S 12397 12400 9800 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 48429723 11079016448 13545 33554432000 4194304 4196468 140734999701408 140193330714448 140194810677147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12462] ppid=12397 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12400/task/12462/stat : 12462 (java) S 12397 12400 9800 0 -1 1077944384 530 13142 0 0 1 0 5 3 20 0 15 0 48429723 11079016448 13545 33554432000 4194304 4196468 140734999701408 140194269100912 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12463] ppid=12397 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/12400/task/12463/stat : 12463 (java) S 12397 12400 9800 0 -1 1077944384 55 13142 0 0 1 0 5 3 20 0 15 0 48429723 11079016448 13545 33554432000 4194304 4196468 140734999701408 140194268048112 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12464] ppid=12397 vsize=10819352 memory=140139529373312 CPUtime=0.12 cores=0,2,4,6
/proc/12400/task/12464/stat : 12464 (java) R 12397 12400 9800 0 -1 4202560 559 13142 0 0 4 0 5 3 20 0 15 0 48429723 11079016448 13545 33554432000 4194304 4196468 140734999701408 140194266995312 140194789196992 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12465] ppid=12397 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12465/stat : 12465 (java) S 12397 12400 9800 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 48429723 11079016448 13545 33554432000 4194304 4196468 140734999701408 140193297156832 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12466] ppid=12397 vsize=10819352 memory=140139529373312 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12466/stat : 12466 (java) S 12397 12400 9800 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 48429723 11079016448 13545 33554432000 4194304 4196468 140734999701408 140194265942704 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54180 KiB

[startup+0.70075 s]
/proc/loadavg: 1.71 1.61 1.60 5/216 12466
/proc/meminfo: memFree=16982916/32770624 swapFree=67108860/67108860
[pid=12400] ppid=12397 vsize=10819352 memory=86252 CPUtime=0.98 cores=0,2,4,6
/proc/12400/stat : 12400 (java) S 12397 12400 9800 0 -1 1077944320 16731 13142 0 0 85 5 5 3 20 0 15 0 48429708 11079016448 21563 33554432000 4194304 4196468 140734999701408 140734999683952 140194810658551 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
/proc/12400/statm: 2704838 21563 3237 1 0 2667149 0
[pid=12400/tid=12453] ppid=12397 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/12400/task/12453/stat : 12453 (java) R 12397 12400 9800 0 -1 4202560 12298 13142 0 0 56 3 5 3 20 0 15 0 48429717 11079016448 21563 33554432000 4194304 4196468 140734999701408 140194782479376 140194792222098 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12454] ppid=12397 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12454/stat : 12454 (java) S 12397 12400 9800 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 48429718 11079016448 21563 33554432000 4194304 4196468 140734999701408 140194814901392 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12455] ppid=12397 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12455/stat : 12455 (java) S 12397 12400 9800 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 48429718 11079016448 21563 33554432000 4194304 4196468 140734999701408 140194713791504 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12456] ppid=12397 vsize=10819352 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12456/stat : 12456 (java) S 12397 12400 9800 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 48429718 11079016448 21563 33554432000 4194304 4196468 140734999701408 140194382474128 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12457] ppid=12397 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12457/stat : 12457 (java) S 12397 12400 9800 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 48429718 11079016448 21563 33554432000 4194304 4196468 140734999701408 140194381421328 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12458] ppid=12397 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12458/stat : 12458 (java) S 12397 12400 9800 0 -1 1077944384 5 13142 0 0 0 0 5 3 20 0 15 0 48429719 11079016448 21563 33554432000 4194304 4196468 140734999701408 140194270153072 140194810669698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12459] ppid=12397 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12459/stat : 12459 (java) S 12397 12400 9800 0 -1 1077944384 13 13142 0 0 0 0 5 3 20 0 15 0 48429720 11079016448 21563 33554432000 4194304 4196468 140734999701408 140193705223200 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12460] ppid=12397 vsize=10819352 memory=140139414303504 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12460/stat : 12460 (java) S 12397 12400 9800 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 48429720 11079016448 21563 33554432000 4194304 4196468 140734999701408 140193571005296 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12461] ppid=12397 vsize=10819352 memory=140140487901777 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12461/stat : 12461 (java) S 12397 12400 9800 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 48429723 11079016448 21563 33554432000 4194304 4196468 140734999701408 140193330714448 140194810677147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12462] ppid=12397 vsize=10819352 memory=14004 CPUtime=0.15 cores=0,2,4,6
/proc/12400/task/12462/stat : 12462 (java) S 12397 12400 9800 0 -1 1077944384 923 13142 0 0 7 0 5 3 20 0 15 0 48429723 11079016448 21563 33554432000 4194304 4196468 140734999701408 140194269100912 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12463] ppid=12397 vsize=10819352 memory=4639098309541127269 CPUtime=0.16 cores=0,2,4,6
/proc/12400/task/12463/stat : 12463 (java) S 12397 12400 9800 0 -1 1077944384 657 13142 0 0 8 0 5 3 20 0 15 0 48429723 11079016448 21563 33554432000 4194304 4196468 140734999701408 140194268048112 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12464] ppid=12397 vsize=10819352 memory=7813023418146120529 CPUtime=0.2 cores=0,2,4,6
/proc/12400/task/12464/stat : 12464 (java) S 12397 12400 9800 0 -1 1077944384 629 13142 0 0 12 0 5 3 20 0 15 0 48429723 11079016448 21563 33554432000 4194304 4196468 140734999701408 140194266995312 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12465] ppid=12397 vsize=10819352 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12465/stat : 12465 (java) S 12397 12400 9800 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 48429723 11079016448 21563 33554432000 4194304 4196468 140734999701408 140193297156832 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12466] ppid=12397 vsize=10819352 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12466/stat : 12466 (java) S 12397 12400 9800 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 48429723 11079016448 21563 33554432000 4194304 4196468 140734999701408 140194265942704 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86252 KiB

[startup+1.50068 s]
/proc/loadavg: 1.71 1.61 1.60 3/216 12466
/proc/meminfo: memFree=16936004/32770624 swapFree=67108860/67108860
[pid=12400] ppid=12397 vsize=10834252 memory=177348 CPUtime=2.27 cores=0,2,4,6
/proc/12400/stat : 12400 (java) S 12397 12400 9800 0 -1 1077944320 23915 13142 0 0 209 10 5 3 20 0 15 0 48429708 11094274048 44337 33554432000 4194304 4196468 140734999701408 140734999683952 140194810658551 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
/proc/12400/statm: 2708563 44337 3466 1 0 2670221 0
[pid=12400/tid=12453] ppid=12397 vsize=10834252 memory=12848 CPUtime=1.43 cores=0,2,4,6
/proc/12400/task/12453/stat : 12453 (java) R 12397 12400 9800 0 -1 4202560 17844 13142 0 0 129 6 5 3 20 0 15 0 48429717 11094274048 44337 33554432000 4194304 4196468 140734999701408 140194782489936 140194794702181 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12454] ppid=12397 vsize=10834252 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/12400/task/12454/stat : 12454 (java) S 12397 12400 9800 0 -1 1077944384 54 13142 0 0 1 0 5 3 20 0 15 0 48429718 11094274048 44337 33554432000 4194304 4196468 140734999701408 140194814901392 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12455] ppid=12397 vsize=10834252 memory=1408 CPUtime=0.09 cores=0,2,4,6
/proc/12400/task/12455/stat : 12455 (java) S 12397 12400 9800 0 -1 1077944384 255 13142 0 0 1 0 5 3 20 0 15 0 48429718 11094274048 44337 33554432000 4194304 4196468 140734999701408 140194713791504 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12456] ppid=12397 vsize=10834252 memory=2600 CPUtime=0.09 cores=0,2,4,6
/proc/12400/task/12456/stat : 12456 (java) S 12397 12400 9800 0 -1 1077944384 18 13142 0 0 1 0 5 3 20 0 15 0 48429718 11094274048 44337 33554432000 4194304 4196468 140734999701408 140194382474128 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12457] ppid=12397 vsize=10834252 memory=86252 CPUtime=0.09 cores=0,2,4,6
/proc/12400/task/12457/stat : 12457 (java) S 12397 12400 9800 0 -1 1077944384 28 13142 0 0 1 0 5 3 20 0 15 0 48429718 11094274048 44337 33554432000 4194304 4196468 140734999701408 140194381421328 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12458] ppid=12397 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12400/task/12458/stat : 12458 (java) S 12397 12400 9800 0 -1 1077944384 57 13142 0 0 1 0 5 3 20 0 15 0 48429719 11094274048 44337 33554432000 4194304 4196468 140734999701408 140194270153072 140194810669698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12459] ppid=12397 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12459/stat : 12459 (java) S 12397 12400 9800 0 -1 1077944384 13 13142 0 0 0 0 5 3 20 0 15 0 48429720 11094274048 44337 33554432000 4194304 4196468 140734999701408 140193705223264 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12460] ppid=12397 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12460/stat : 12460 (java) S 12397 12400 9800 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 48429720 11094274048 44337 33554432000 4194304 4196468 140734999701408 140193571005312 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12461] ppid=12397 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12461/stat : 12461 (java) S 12397 12400 9800 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 48429723 11094274048 44337 33554432000 4194304 4196468 140734999701408 140193330714448 140194810677147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12462] ppid=12397 vsize=10834252 memory=6935649255759568960 CPUtime=0.24 cores=0,2,4,6
/proc/12400/task/12462/stat : 12462 (java) R 12397 12400 9800 0 -1 1077944384 1127 13142 0 0 16 0 5 3 20 0 15 0 48429723 11094274048 44337 33554432000 4194304 4196468 140734999701408 140194269100912 140194810669698 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12463] ppid=12397 vsize=10834252 memory=280278828882816 CPUtime=0.31 cores=0,2,4,6
/proc/12400/task/12463/stat : 12463 (java) S 12397 12400 9800 0 -1 1077944384 1121 13142 0 0 23 0 5 3 20 0 15 0 48429723 11094274048 44337 33554432000 4194304 4196468 140734999701408 140194268048112 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12464] ppid=12397 vsize=10834252 memory=6944656592452938395 CPUtime=0.41 cores=0,2,4,6
/proc/12400/task/12464/stat : 12464 (java) R 12397 12400 9800 0 -1 4202560 1198 13142 0 0 32 1 5 3 20 0 15 0 48429723 11094274048 44337 33554432000 4194304 4196468 140734999701408 140194266995312 140194810679898 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12465] ppid=12397 vsize=10834252 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12465/stat : 12465 (java) S 12397 12400 9800 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 48429723 11094274048 44337 33554432000 4194304 4196468 140734999701408 140193297156832 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12466] ppid=12397 vsize=10834252 memory=4206468019014099040 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12466/stat : 12466 (java) S 12397 12400 9800 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 48429723 11094274048 44337 33554432000 4194304 4196468 140734999701408 140194265942704 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10834252 KiB

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

/proc/12400/task/12453/stat : 12453 (java) R 12397 12400 9800 0 -1 4202560 130304 13142 0 0 235394 69 5 3 20 0 15 0 48429717 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194782491200 140194408740703 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12454] ppid=12397 vsize=10918240 memory=1538120 CPUtime=12.41 cores=0,2,4,6
/proc/12400/task/12454/stat : 12454 (java) S 12397 12400 9800 0 -1 1077944384 24015 13142 0 0 1175 58 5 3 20 0 15 0 48429718 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194814901392 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12455] ppid=12397 vsize=10918240 memory=1538120 CPUtime=12.38 cores=0,2,4,6
/proc/12400/task/12455/stat : 12455 (java) S 12397 12400 9800 0 -1 1077944384 31291 13142 0 0 1170 60 5 3 20 0 15 0 48429718 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194713791504 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12456] ppid=12397 vsize=10918240 memory=1538120 CPUtime=12.35 cores=0,2,4,6
/proc/12400/task/12456/stat : 12456 (java) S 12397 12400 9800 0 -1 1077944384 29034 13142 0 0 1166 61 5 3 20 0 15 0 48429718 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194382474128 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12457] ppid=12397 vsize=10918240 memory=1538064 CPUtime=12.42 cores=0,2,4,6
/proc/12400/task/12457/stat : 12457 (java) S 12397 12400 9800 0 -1 1077944384 26963 13142 0 0 1175 59 5 3 20 0 15 0 48429718 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194381421328 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12458] ppid=12397 vsize=10918240 memory=1538120 CPUtime=11.31 cores=0,2,4,6
/proc/12400/task/12458/stat : 12458 (java) S 12397 12400 9800 0 -1 1077944384 22882 13142 0 0 1068 55 5 3 20 0 15 0 48429719 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194270153072 140194810669698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12459] ppid=12397 vsize=10918240 memory=1538120 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12459/stat : 12459 (java) S 12397 12400 9800 0 -1 1077944384 13 13142 0 0 0 0 5 3 20 0 15 0 48429720 11180277760 385043 33554432000 4194304 4196468 140734999701408 140193705223264 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12460] ppid=12397 vsize=10918240 memory=1540172 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12460/stat : 12460 (java) S 12397 12400 9800 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 48429720 11180277760 385043 33554432000 4194304 4196468 140734999701408 140193571005312 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12461] ppid=12397 vsize=10918240 memory=1540172 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12461/stat : 12461 (java) S 12397 12400 9800 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 48429723 11180277760 385043 33554432000 4194304 4196468 140734999701408 140193330714448 140194810677147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12462] ppid=12397 vsize=10918240 memory=1540172 CPUtime=7.7 cores=0,2,4,6
/proc/12400/task/12462/stat : 12462 (java) S 12397 12400 9800 0 -1 1077944384 46865 13142 0 0 758 4 5 3 20 0 15 0 48429723 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194269100912 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12463] ppid=12397 vsize=10918240 memory=1540172 CPUtime=7.74 cores=0,2,4,6
/proc/12400/task/12463/stat : 12463 (java) S 12397 12400 9800 0 -1 1077944384 50406 13142 0 0 759 7 5 3 20 0 15 0 48429723 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194268048112 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12464] ppid=12397 vsize=10918240 memory=1540172 CPUtime=2.48 cores=0,2,4,6
/proc/12400/task/12464/stat : 12464 (java) S 12397 12400 9800 0 -1 1077944384 39820 13142 0 0 233 7 5 3 20 0 15 0 48429723 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194266995312 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12465] ppid=12397 vsize=10918240 memory=1538120 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12465/stat : 12465 (java) S 12397 12400 9800 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 48429723 11180277760 385043 33554432000 4194304 4196468 140734999701408 140193297156832 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12466] ppid=12397 vsize=10918240 memory=1540172 CPUtime=1.42 cores=0,2,4,6
/proc/12400/task/12466/stat : 12466 (java) S 12397 12400 9800 0 -1 1077944384 1581 13142 0 0 66 68 5 3 20 0 15 0 48429723 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194265942704 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
Current children cumulated CPU time: 2434.31 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1540172 KiB

[startup+2442.3 s]
/proc/loadavg: 1.24 1.31 1.37 3/215 12541
/proc/meminfo: memFree=15080656/32770624 swapFree=67108860/67108860
[pid=12400] ppid=12397 vsize=10918240 memory=1540172 CPUtime=2495.25 cores=0,2,4,6
/proc/12400/stat : 12400 (java) S 12397 12400 9800 0 -1 1077944320 408176 13142 0 0 249125 392 5 3 20 0 15 0 48429708 11180277760 385043 33554432000 4194304 4196468 140734999701408 140734999683952 140194810658551 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
/proc/12400/statm: 2729560 385043 3534 1 0 2691213 0
[pid=12400/tid=12453] ppid=12397 vsize=10918240 memory=1540172 CPUtime=2414.02 cores=0,2,4,6
/proc/12400/task/12453/stat : 12453 (java) R 12397 12400 9800 0 -1 4202560 131674 13142 0 0 241324 70 5 3 20 0 15 0 48429717 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194782491616 140194407945516 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12454] ppid=12397 vsize=10918240 memory=1540172 CPUtime=12.74 cores=0,2,4,6
/proc/12400/task/12454/stat : 12454 (java) S 12397 12400 9800 0 -1 1077944384 24166 13142 0 0 1205 61 5 3 20 0 15 0 48429718 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194814901392 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12455] ppid=12397 vsize=10918240 memory=1540172 CPUtime=12.71 cores=0,2,4,6
/proc/12400/task/12455/stat : 12455 (java) S 12397 12400 9800 0 -1 1077944384 31905 13142 0 0 1201 62 5 3 20 0 15 0 48429718 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194713791504 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12456] ppid=12397 vsize=10918240 memory=1540172 CPUtime=12.68 cores=0,2,4,6
/proc/12400/task/12456/stat : 12456 (java) S 12397 12400 9800 0 -1 1077944384 29241 13142 0 0 1198 62 5 3 20 0 15 0 48429718 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194382474128 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12457] ppid=12397 vsize=10918240 memory=1540172 CPUtime=12.75 cores=0,2,4,6
/proc/12400/task/12457/stat : 12457 (java) S 12397 12400 9800 0 -1 1077944384 27042 13142 0 0 1207 60 5 3 20 0 15 0 48429718 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194381421328 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12458] ppid=12397 vsize=10918240 memory=1540172 CPUtime=11.6 cores=0,2,4,6
/proc/12400/task/12458/stat : 12458 (java) S 12397 12400 9800 0 -1 1077944384 23233 13142 0 0 1095 57 5 3 20 0 15 0 48429719 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194270153072 140194810669698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12459] ppid=12397 vsize=10918240 memory=1540172 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12459/stat : 12459 (java) S 12397 12400 9800 0 -1 1077944384 13 13142 0 0 0 0 5 3 20 0 15 0 48429720 11180277760 385043 33554432000 4194304 4196468 140734999701408 140193705223264 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12460] ppid=12397 vsize=10918240 memory=1540172 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12460/stat : 12460 (java) S 12397 12400 9800 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 48429720 11180277760 385043 33554432000 4194304 4196468 140734999701408 140193571005312 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12461] ppid=12397 vsize=10918240 memory=1540172 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12461/stat : 12461 (java) S 12397 12400 9800 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 48429723 11180277760 385043 33554432000 4194304 4196468 140734999701408 140193330714448 140194810677147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12462] ppid=12397 vsize=10918240 memory=1540172 CPUtime=7.7 cores=0,2,4,6
/proc/12400/task/12462/stat : 12462 (java) S 12397 12400 9800 0 -1 1077944384 46867 13142 0 0 758 4 5 3 20 0 15 0 48429723 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194269100912 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12463] ppid=12397 vsize=10918240 memory=1540172 CPUtime=7.74 cores=0,2,4,6
/proc/12400/task/12463/stat : 12463 (java) S 12397 12400 9800 0 -1 1077944384 50408 13142 0 0 759 7 5 3 20 0 15 0 48429723 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194268048112 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12464] ppid=12397 vsize=10918240 memory=1540172 CPUtime=2.48 cores=0,2,4,6
/proc/12400/task/12464/stat : 12464 (java) S 12397 12400 9800 0 -1 1077944384 39822 13142 0 0 233 7 5 3 20 0 15 0 48429723 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194266995312 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12465] ppid=12397 vsize=10918240 memory=1540172 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12465/stat : 12465 (java) S 12397 12400 9800 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 48429723 11180277760 385043 33554432000 4194304 4196468 140734999701408 140193297156832 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12466] ppid=12397 vsize=10918240 memory=1540172 CPUtime=1.45 cores=0,2,4,6
/proc/12400/task/12466/stat : 12466 (java) S 12397 12400 9800 0 -1 1077944384 1604 13142 0 0 68 69 5 3 20 0 15 0 48429723 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194265942704 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
Current children cumulated CPU time: 2495.25 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1540172 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.7 s]
/proc/loadavg: 1.15 1.29 1.36 6/215 12669
/proc/meminfo: memFree=15383520/32770624 swapFree=67108860/67108860
[pid=12400] ppid=12397 vsize=10918240 memory=1540172 CPUtime=2520.04 cores=0,2,4,6
/proc/12400/stat : 12400 (java) S 12397 12400 9800 0 -1 1077944320 410213 13142 0 0 251599 397 5 3 20 0 15 0 48429708 11180277760 385043 33554432000 4194304 4196468 140734999701408 140734999683952 140194810658551 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
/proc/12400/statm: 2729560 385043 3534 1 0 2691213 0
[pid=12400/tid=12453] ppid=12397 vsize=10918240 memory=1540172 CPUtime=2438.14 cores=0,2,4,6
/proc/12400/task/12453/stat : 12453 (java) R 12397 12400 9800 0 -1 4202560 132506 13142 0 0 243734 72 5 3 20 0 15 0 48429717 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194782491344 140194413265497 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12454] ppid=12397 vsize=10918240 memory=1540172 CPUtime=12.86 cores=0,2,4,6
/proc/12400/task/12454/stat : 12454 (java) S 12397 12400 9800 0 -1 1077944384 24182 13142 0 0 1217 61 5 3 20 0 15 0 48429718 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194814901392 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12455] ppid=12397 vsize=10918240 memory=1540172 CPUtime=12.84 cores=0,2,4,6
/proc/12400/task/12455/stat : 12455 (java) S 12397 12400 9800 0 -1 1077944384 32000 13142 0 0 1214 62 5 3 20 0 15 0 48429718 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194713791504 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12456] ppid=12397 vsize=10918240 memory=1540172 CPUtime=12.82 cores=0,2,4,6
/proc/12400/task/12456/stat : 12456 (java) S 12397 12400 9800 0 -1 1077944384 29378 13142 0 0 1211 63 5 3 20 0 15 0 48429718 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194382474128 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12457] ppid=12397 vsize=10918240 memory=4140 CPUtime=12.89 cores=0,2,4,6
/proc/12400/task/12457/stat : 12457 (java) S 12397 12400 9800 0 -1 1077944384 27658 13142 0 0 1221 60 5 3 20 0 15 0 48429718 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194381421328 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12458] ppid=12397 vsize=10918240 memory=16112 CPUtime=11.72 cores=0,2,4,6
/proc/12400/task/12458/stat : 12458 (java) S 12397 12400 9800 0 -1 1077944384 23547 13142 0 0 1106 58 5 3 20 0 15 0 48429719 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194270153072 140194810669698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12459] ppid=12397 vsize=10918240 memory=1540172 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12459/stat : 12459 (java) S 12397 12400 9800 0 -1 1077944384 13 13142 0 0 0 0 5 3 20 0 15 0 48429720 11180277760 385043 33554432000 4194304 4196468 140734999701408 140193705223264 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12460] ppid=12397 vsize=10918240 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12460/stat : 12460 (java) S 12397 12400 9800 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 48429720 11180277760 385043 33554432000 4194304 4196468 140734999701408 140193571005312 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12461] ppid=12397 vsize=10918240 memory=1540172 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12461/stat : 12461 (java) S 12397 12400 9800 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 48429723 11180277760 385043 33554432000 4194304 4196468 140734999701408 140193330714448 140194810677147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12462] ppid=12397 vsize=10918240 memory=4140 CPUtime=7.7 cores=0,2,4,6
/proc/12400/task/12462/stat : 12462 (java) S 12397 12400 9800 0 -1 1077944384 46869 13142 0 0 758 4 5 3 20 0 15 0 48429723 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194269100912 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12463] ppid=12397 vsize=10918240 memory=1540172 CPUtime=7.74 cores=0,2,4,6
/proc/12400/task/12463/stat : 12463 (java) S 12397 12400 9800 0 -1 1077944384 50410 13142 0 0 759 7 5 3 20 0 15 0 48429723 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194268048112 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12464] ppid=12397 vsize=10918240 memory=1540172 CPUtime=2.48 cores=0,2,4,6
/proc/12400/task/12464/stat : 12464 (java) S 12397 12400 9800 0 -1 1077944384 39824 13142 0 0 233 7 5 3 20 0 15 0 48429723 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194266995312 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12465] ppid=12397 vsize=10918240 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12465/stat : 12465 (java) S 12397 12400 9800 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 48429723 11180277760 385043 33554432000 4194304 4196468 140734999701408 140193297156832 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12466] ppid=12397 vsize=10918240 memory=16112 CPUtime=1.47 cores=0,2,4,6
/proc/12400/task/12466/stat : 12466 (java) S 12397 12400 9800 0 -1 1077944384 1625 13142 0 0 69 70 5 3 20 0 15 0 48429723 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194265942704 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1540172 KiB

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

[startup+2466.73 s]
# the end of solver process 12400 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.06 s, system=4.02616 s

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

[startup+2466.7 s]
/proc/loadavg: 1.15 1.29 1.36 6/215 12669
/proc/meminfo: memFree=15383520/32770624 swapFree=67108860/67108860
[pid=12400] ppid=12397 vsize=10918240 memory=1540172 CPUtime=2520.04 cores=0,2,4,6
/proc/12400/stat : 12400 (java) S 12397 12400 9800 0 -1 1077944320 410213 13142 0 0 251599 397 5 3 20 0 15 0 48429708 11180277760 385043 33554432000 4194304 4196468 140734999701408 140734999683952 140194810658551 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
/proc/12400/statm: 2729560 385043 3534 1 0 2691213 0
[pid=12400/tid=12453] ppid=12397 vsize=10918240 memory=1540172 CPUtime=2438.14 cores=0,2,4,6
/proc/12400/task/12453/stat : 12453 (java) R 12397 12400 9800 0 -1 4202560 132506 13142 0 0 243734 72 5 3 20 0 15 0 48429717 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194782491344 140194413265497 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12454] ppid=12397 vsize=10918240 memory=1540172 CPUtime=12.86 cores=0,2,4,6
/proc/12400/task/12454/stat : 12454 (java) S 12397 12400 9800 0 -1 1077944384 24182 13142 0 0 1217 61 5 3 20 0 15 0 48429718 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194814901392 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12455] ppid=12397 vsize=10918240 memory=1540172 CPUtime=12.84 cores=0,2,4,6
/proc/12400/task/12455/stat : 12455 (java) S 12397 12400 9800 0 -1 1077944384 32000 13142 0 0 1214 62 5 3 20 0 15 0 48429718 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194713791504 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12456] ppid=12397 vsize=10918240 memory=1540172 CPUtime=12.82 cores=0,2,4,6
/proc/12400/task/12456/stat : 12456 (java) S 12397 12400 9800 0 -1 1077944384 29378 13142 0 0 1211 63 5 3 20 0 15 0 48429718 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194382474128 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12457] ppid=12397 vsize=10918240 memory=4140 CPUtime=12.89 cores=0,2,4,6
/proc/12400/task/12457/stat : 12457 (java) S 12397 12400 9800 0 -1 1077944384 27658 13142 0 0 1221 60 5 3 20 0 15 0 48429718 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194381421328 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12458] ppid=12397 vsize=10918240 memory=16112 CPUtime=11.72 cores=0,2,4,6
/proc/12400/task/12458/stat : 12458 (java) S 12397 12400 9800 0 -1 1077944384 23547 13142 0 0 1106 58 5 3 20 0 15 0 48429719 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194270153072 140194810669698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12459] ppid=12397 vsize=10918240 memory=1540172 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12459/stat : 12459 (java) S 12397 12400 9800 0 -1 1077944384 13 13142 0 0 0 0 5 3 20 0 15 0 48429720 11180277760 385043 33554432000 4194304 4196468 140734999701408 140193705223264 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12460] ppid=12397 vsize=10918240 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12460/stat : 12460 (java) S 12397 12400 9800 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 48429720 11180277760 385043 33554432000 4194304 4196468 140734999701408 140193571005312 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12461] ppid=12397 vsize=10918240 memory=1540172 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12461/stat : 12461 (java) S 12397 12400 9800 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 48429723 11180277760 385043 33554432000 4194304 4196468 140734999701408 140193330714448 140194810677147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12462] ppid=12397 vsize=10918240 memory=4140 CPUtime=7.7 cores=0,2,4,6
/proc/12400/task/12462/stat : 12462 (java) S 12397 12400 9800 0 -1 1077944384 46869 13142 0 0 758 4 5 3 20 0 15 0 48429723 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194269100912 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12463] ppid=12397 vsize=10918240 memory=1540172 CPUtime=7.74 cores=0,2,4,6
/proc/12400/task/12463/stat : 12463 (java) S 12397 12400 9800 0 -1 1077944384 50410 13142 0 0 759 7 5 3 20 0 15 0 48429723 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194268048112 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12464] ppid=12397 vsize=10918240 memory=1540172 CPUtime=2.48 cores=0,2,4,6
/proc/12400/task/12464/stat : 12464 (java) S 12397 12400 9800 0 -1 1077944384 39824 13142 0 0 233 7 5 3 20 0 15 0 48429723 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194266995312 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12465] ppid=12397 vsize=10918240 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/12400/task/12465/stat : 12465 (java) S 12397 12400 9800 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 48429723 11180277760 385043 33554432000 4194304 4196468 140734999701408 140193297156832 140194810668757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
[pid=12400/tid=12466] ppid=12397 vsize=10918240 memory=16112 CPUtime=1.47 cores=0,2,4,6
/proc/12400/task/12466/stat : 12466 (java) S 12397 12400 9800 0 -1 1077944384 1625 13142 0 0 69 70 5 3 20 0 15 0 48429723 11180277760 385043 33554432000 4194304 4196468 140734999701408 140194265942704 140194810669698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15863808 140734999709868 140734999713116 140734999713116 140734999715791 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1540172 KiB

Child status: 143
Real time (s): 2466.73
CPU time (s): 2520.09
CPU user time (s): 2516.06
CPU system time (s): 4.02616
CPU usage (%): 102.163
Max. virtual memory (cumulated for all children) (KiB): 10919072
Max. memory (cumulated for all children) (KiB): 1540172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.06
system time used= 4.02616
maximum resident set size= 1544388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 426467
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 299976
involuntary context switches= 8963


# summary of solver processes directly reported to runsolver:
#   pid: 12400
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.06
#   total CPU system time (s): 4.02616

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.721 second user time and 24.0673 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-23 03:17:48
IDJOB=4293202
IDBENCH=141132
IDSOLVER=2751
FILE ID=node106/4293202-1532308668
RUNJOBID= node106-1532295772-9831
PBS_JOBID= 21018983
Free space on /tmp= 53004 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/StripPacking/StripPacking-N1b_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-4293202-1532308668/watcher-4293202-1532308668 -o /tmp/evaluation-result-4293202-1532308668/solver-4293202-1532308668 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532295772-9831 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=417996063 -superng HOME/instance-4293202-1532308668.xml

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

MD5SUM BENCH= d6d9a16a398659a401a93dc83363d7ca
RANDOM SEED=417996063

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        17033956 kB
MemAvailable:   30882384 kB
Buffers:          255972 kB
Cached:         13679812 kB
SwapCached:            0 kB
Active:          2439024 kB
Inactive:       12608360 kB
Active(anon):    1114008 kB
Inactive(anon):    17092 kB
Active(file):    1325016 kB
Inactive(file): 12591268 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27180 kB
Writeback:             0 kB
AnonPages:       1136100 kB
Mapped:            49716 kB
Shmem:             17036 kB
Slab:             388316 kB
SReclaimable:     360604 kB
SUnreclaim:        27712 kB
KernelStack:        3808 kB
PageTables:         7440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2161116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    886784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 52980 MiB
End job on node106 at 2018-07-23 03:58:55