Trace number 4305117

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.9.2? (TO) 2520.07 2430.07

General information on the benchmark

NameCarSequencing/
CarSequencing-06-76_c18.xml
MD5SUMb12b47f7e650fdaeab738d4a819b9f4b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark110.197
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints727
Number of domains2
Minimum domain size2
Maximum domain size22
Distribution of domain sizes[{"size":2,"count":500},{"size":22,"count":100}]
Minimum variable degree2
Maximum variable degree53
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":19},{"degree":16,"count":19},{"degree":17,"count":19},{"degree":18,"count":19},{"degree":19,"count":49},{"degree":20,"count":14},{"degree":21,"count":14},{"degree":22,"count":14},{"degree":23,"count":14},{"degree":24,"count":19},{"degree":25,"count":8},{"degree":26,"count":8},"...",{"degree":29,"count":31}, {"degree":30,"count":5}, {"degree":31,"count":5}, {"degree":32,"count":5}, {"degree":33,"count":5}, {"degree":34,"count":5}, {"degree":35,"count":6}, {"degree":36,"count":6}, {"degree":37,"count":4}, {"degree":38,"count":2}, {"degree":39,"count":2}, {"degree":40,"count":2}, {"degree":41,"count":2}, {"degree":42,"count":2}, {"degree":43,"count":2}, {"degree":44,"count":2}, {"degree":45,"count":2}, {"degree":46,"count":2}, {"degree":47,"count":2}, {"degree":48,"count":2}, {"degree":49,"count":2}, {"degree":50,"count":2}, {"degree":51,"count":2}, {"degree":52,"count":3}, {"degree":53,"count":1}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":100},{"arity":3,"count":196},{"arity":4,"count":2},{"arity":5,"count":192},{"arity":6,"count":101},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":10,"count":2},{"arity":12,"count":1},{"arity":13,"count":1},{"arity":14,"count":1},{"arity":15,"count":1},{"arity":16,"count":2},{"arity":18,"count":1},{"arity":19,"count":1},{"arity":20,"count":2},{"arity":22,"count":2},{"arity":24,"count":1},{"arity":25,"count":2},{"arity":26,"count":1},{"arity":28,"count":3},{"arity":30,"count":2},{"arity":31,"count":2},{"arity":32,"count":1},{"arity":34,"count":3},"...",{"arity":67,"count":2}, {"arity":68,"count":1}, {"arity":70,"count":5}, {"arity":72,"count":1}, {"arity":73,"count":2}, {"arity":74,"count":1}, {"arity":75,"count":2}, {"arity":76,"count":3}, {"arity":78,"count":1}, {"arity":79,"count":2}, {"arity":80,"count":3}, {"arity":82,"count":3}, {"arity":84,"count":1}, {"arity":85,"count":4}, {"arity":86,"count":1}, {"arity":88,"count":3}, {"arity":90,"count":3}, {"arity":91,"count":2}, {"arity":92,"count":1}, {"arity":94,"count":3}, {"arity":95,"count":2}, {"arity":96,"count":1}, {"arity":97,"count":2}, {"arity":98,"count":1}, {"arity":100,"count":6}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":626},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305117-1534115279/watcher-4305117-1534115279 -o /tmp/evaluation-result-4305117-1534115279/solver-4305117-1534115279 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534096964-13174 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=198338318 HOME/instance-4305117-1534115279.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=16666, runsolver pid=16663
Current StackSize limit: 8192 KiB


[startup+0.100595 s]*
/proc/loadavg: 1.53 1.54 1.50 2/206 16723
/proc/meminfo: memFree=13610032/32770624 swapFree=67108196/67108860
[pid=16666] ppid=16663 vsize=10005480 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/16666/stat : 16666 (java) S 16663 16666 13143 0 -1 1077944320 4209 13143 0 0 1 0 5 3 20 0 6 0 229091112 10245611520 4582 33554432000 4194304 4196468 140729161549280 140729161531824 139768249839351 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
/proc/16666/statm: 2501370 4582 1930 1 0 2489808 0
[pid=16666/tid=16719] ppid=16663 vsize=10005480 memory=5852835220496416925 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16719/stat : 16719 (java) R 16663 16666 13143 0 -1 4202560 2029 13143 0 0 0 0 5 3 20 0 6 0 229091121 10245611520 4582 33554432000 4194304 4196468 140729161549280 139768221676112 139768242076478 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16720] ppid=16663 vsize=10005480 memory=5793855485192858041 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16720/stat : 16720 (java) S 16663 16666 13143 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 6 0 229091122 10245611520 4582 33554432000 4194304 4196468 140729161549280 139768254081936 139768249849557 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16721] ppid=16663 vsize=10005480 memory=140234182964864 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16721/stat : 16721 (java) S 16663 16666 13143 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 6 0 229091122 10245611520 4582 33554432000 4194304 4196468 140729161549280 139768108800784 139768249849557 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16722] ppid=16663 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16722/stat : 16722 (java) S 16663 16666 13143 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 6 0 229091122 10245611520 4582 33554432000 4194304 4196468 140729161549280 139768107748496 139768249849557 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16723] ppid=16663 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16723/stat : 16723 (java) S 16663 16666 13143 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 6 0 229091122 10245611520 4582 33554432000 4194304 4196468 140729161549280 139768106695696 139768249849557 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18328 KiB

[startup+0.209827 s]*
/proc/loadavg: 1.53 1.54 1.50 3/215 16732
/proc/meminfo: memFree=13591472/32770624 swapFree=67108196/67108860
[pid=16666] ppid=16663 vsize=10982744 memory=43364 CPUtime=0.26 cores=0,2,4,6
/proc/16666/stat : 16666 (java) S 16663 16666 13143 0 -1 1077944320 7060 13143 0 0 17 1 5 3 20 0 15 0 229091112 11246329856 10841 33554432000 4194304 4196468 140729161549280 140729161531824 139768249839351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
/proc/16666/statm: 2745686 10841 2953 1 0 2708109 0
[pid=16666/tid=16719] ppid=16663 vsize=10982744 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/16666/task/16719/stat : 16719 (java) R 16663 16666 13143 0 -1 4202560 3819 13143 0 0 10 1 5 3 20 0 15 0 229091121 11246329856 11039 33554432000 4194304 4196468 140729161549280 139768221663344 139768230115058 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16720] ppid=16663 vsize=10982744 memory=4211973960387755402 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16720/stat : 16720 (java) S 16663 16666 13143 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229091122 11246329856 11039 33554432000 4194304 4196468 140729161549280 139768254081936 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16721] ppid=16663 vsize=10982744 memory=140234182964864 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16721/stat : 16721 (java) S 16663 16666 13143 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229091122 11246329856 11039 33554432000 4194304 4196468 140729161549280 139768108800784 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16722] ppid=16663 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16722/stat : 16722 (java) S 16663 16666 13143 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229091122 11246329856 11105 33554432000 4194304 4196468 140729161549280 139768107748496 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16723] ppid=16663 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16723/stat : 16723 (java) S 16663 16666 13143 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 229091122 11246329856 11105 33554432000 4194304 4196468 140729161549280 139768106695696 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16724] ppid=16663 vsize=10982744 memory=140234182964864 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16724/stat : 16724 (java) S 16663 16666 13143 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 229091124 11246329856 11105 33554432000 4194304 4196468 140729161549280 139767675029616 139768249850498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16725] ppid=16663 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16725/stat : 16725 (java) S 16663 16666 13143 0 -1 1077944384 13 13143 0 0 0 0 5 3 20 0 15 0 229091124 11246329856 11105 33554432000 4194304 4196468 140729161549280 139767040697120 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16726] ppid=16663 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16726/stat : 16726 (java) S 16663 16666 13143 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229091124 11246329856 11105 33554432000 4194304 4196468 140729161549280 139766892848240 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16727] ppid=16663 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16727/stat : 16727 (java) S 16663 16666 13143 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229091127 11246329856 11105 33554432000 4194304 4196468 140729161549280 139766585448528 139768249857947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16728] ppid=16663 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16666/task/16728/stat : 16728 (java) S 16663 16666 13143 0 -1 1077944384 496 13143 0 0 1 0 5 3 20 0 15 0 229091127 11246329856 11105 33554432000 4194304 4196468 140729161549280 139767673977456 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16729] ppid=16663 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16729/stat : 16729 (java) S 16663 16666 13143 0 -1 1077944384 124 13143 0 0 0 0 5 3 20 0 15 0 229091127 11246329856 11105 33554432000 4194304 4196468 140729161549280 139767672924656 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16730] ppid=16663 vsize=10982744 memory=140234182964864 CPUtime=0.11 cores=0,2,4,6
/proc/16666/task/16730/stat : 16730 (java) S 16663 16666 13143 0 -1 1077944384 600 13143 0 0 3 0 5 3 20 0 15 0 229091127 11246329856 11105 33554432000 4194304 4196468 140729161549280 139767671872368 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16731] ppid=16663 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16731/stat : 16731 (java) S 16663 16666 13143 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229091127 11246329856 11105 33554432000 4194304 4196468 140729161549280 139766154652640 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16732] ppid=16663 vsize=10982744 memory=140234182964864 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16732/stat : 16732 (java) S 16663 16666 13143 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229091127 11246329856 11105 33554432000 4194304 4196468 140729161549280 139767670819248 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43364 KiB

[startup+0.310115 s]*
/proc/loadavg: 1.53 1.54 1.50 3/215 16732
/proc/meminfo: memFree=13578200/32770624 swapFree=67108196/67108860
[pid=16666] ppid=16663 vsize=10983192 memory=56968 CPUtime=0.39 cores=0,2,4,6
/proc/16666/stat : 16666 (java) S 16663 16666 13143 0 -1 1077944320 10275 13143 0 0 28 3 5 3 20 0 15 0 229091112 11246788608 14242 33554432000 4194304 4196468 140729161549280 140729161531824 139768249839351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
/proc/16666/statm: 2745798 14242 3072 1 0 2708109 0
[pid=16666/tid=16719] ppid=16663 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/16666/task/16719/stat : 16719 (java) R 16663 16666 13143 0 -1 4202560 6835 13143 0 0 19 2 5 3 20 0 15 0 229091121 11246788608 14242 33554432000 4194304 4196468 140729161549280 139768221651360 139768233919838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16720] ppid=16663 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16720/stat : 16720 (java) S 16663 16666 13143 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229091122 11246788608 14242 33554432000 4194304 4196468 140729161549280 139768254081936 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16721] ppid=16663 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16721/stat : 16721 (java) S 16663 16666 13143 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229091122 11246788608 14242 33554432000 4194304 4196468 140729161549280 139768108800784 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16722] ppid=16663 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16722/stat : 16722 (java) S 16663 16666 13143 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229091122 11246788608 14242 33554432000 4194304 4196468 140729161549280 139768107748496 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16723] ppid=16663 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16723/stat : 16723 (java) S 16663 16666 13143 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 229091122 11246788608 14242 33554432000 4194304 4196468 140729161549280 139768106695696 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16724] ppid=16663 vsize=10983192 memory=140234182964863 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16724/stat : 16724 (java) S 16663 16666 13143 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 229091124 11246788608 14242 33554432000 4194304 4196468 140729161549280 139767675029616 139768249850498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16725] ppid=16663 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16725/stat : 16725 (java) S 16663 16666 13143 0 -1 1077944384 13 13143 0 0 0 0 5 3 20 0 15 0 229091124 11246788608 14242 33554432000 4194304 4196468 140729161549280 139767040697120 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16726] ppid=16663 vsize=10983192 memory=140234182964864 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16726/stat : 16726 (java) S 16663 16666 13143 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229091124 11246788608 14242 33554432000 4194304 4196468 140729161549280 139766892848240 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16727] ppid=16663 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16727/stat : 16727 (java) S 16663 16666 13143 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229091127 11246788608 14242 33554432000 4194304 4196468 140729161549280 139766585448528 139768249857947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16728] ppid=16663 vsize=10983192 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/16666/task/16728/stat : 16728 (java) S 16663 16666 13143 0 -1 1077944384 496 13143 0 0 2 0 5 3 20 0 15 0 229091127 11246788608 14242 33554432000 4194304 4196468 140729161549280 139767673977456 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16729] ppid=16663 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/16666/task/16729/stat : 16729 (java) S 16663 16666 13143 0 -1 1077944384 127 13143 0 0 1 0 5 3 20 0 15 0 229091127 11246788608 14242 33554432000 4194304 4196468 140729161549280 139767672924656 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16730] ppid=16663 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/16666/task/16730/stat : 16730 (java) S 16663 16666 13143 0 -1 1077944384 610 13143 0 0 4 0 5 3 20 0 15 0 229091127 11246788608 14242 33554432000 4194304 4196468 140729161549280 139767671872368 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16731] ppid=16663 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16731/stat : 16731 (java) S 16663 16666 13143 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229091127 11246788608 14242 33554432000 4194304 4196468 140729161549280 139766154652640 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16732] ppid=16663 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16732/stat : 16732 (java) S 16663 16666 13143 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229091127 11246788608 14242 33554432000 4194304 4196468 140729161549280 139767670819248 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56968 KiB

[startup+0.700744 s]
/proc/loadavg: 1.53 1.54 1.50 4/215 16732
/proc/meminfo: memFree=13567656/32770624 swapFree=67108196/67108860
[pid=16666] ppid=16663 vsize=10983192 memory=88908 CPUtime=0.99 cores=0,2,4,6
/proc/16666/stat : 16666 (java) S 16663 16666 13143 0 -1 1077944320 16381 13143 0 0 88 3 5 3 20 0 15 0 229091112 11246788608 22227 33554432000 4194304 4196468 140729161549280 140729161531824 139768249839351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
/proc/16666/statm: 2745798 22227 3238 1 0 2708109 0
[pid=16666/tid=16719] ppid=16663 vsize=10983192 memory=62188 CPUtime=0.67 cores=0,2,4,6
/proc/16666/task/16719/stat : 16719 (java) R 16663 16666 13143 0 -1 4202560 11860 13143 0 0 56 3 5 3 20 0 15 0 229091121 11246788608 22227 33554432000 4194304 4196468 140729161549280 139768221662352 139768233919838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16720] ppid=16663 vsize=10983192 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16720/stat : 16720 (java) S 16663 16666 13143 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229091122 11246788608 22227 33554432000 4194304 4196468 140729161549280 139768254081936 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16721] ppid=16663 vsize=10983192 memory=140234037961219 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16721/stat : 16721 (java) S 16663 16666 13143 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229091122 11246788608 22227 33554432000 4194304 4196468 140729161549280 139768108800784 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16722] ppid=16663 vsize=10983192 memory=140234977182603 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16722/stat : 16722 (java) S 16663 16666 13143 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229091122 11246788608 22227 33554432000 4194304 4196468 140729161549280 139768107748496 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16723] ppid=16663 vsize=10983192 memory=640 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16723/stat : 16723 (java) S 16663 16666 13143 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 229091122 11246788608 22227 33554432000 4194304 4196468 140729161549280 139768106695696 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16724] ppid=16663 vsize=10983192 memory=7305218370954421849 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16724/stat : 16724 (java) S 16663 16666 13143 0 -1 1077944384 5 13143 0 0 0 0 5 3 20 0 15 0 229091124 11246788608 22227 33554432000 4194304 4196468 140729161549280 139767675029616 139768249850498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16725] ppid=16663 vsize=10983192 memory=8025788839814059116 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16725/stat : 16725 (java) S 16663 16666 13143 0 -1 1077944384 13 13143 0 0 0 0 5 3 20 0 15 0 229091124 11246788608 22227 33554432000 4194304 4196468 140729161549280 139767040697120 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16726] ppid=16663 vsize=10983192 memory=6220993253238723945 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16726/stat : 16726 (java) S 16663 16666 13143 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229091124 11246788608 22227 33554432000 4194304 4196468 140729161549280 139766892848240 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16727] ppid=16663 vsize=10983192 memory=3054156605368933524 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16727/stat : 16727 (java) S 16663 16666 13143 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229091127 11246788608 22227 33554432000 4194304 4196468 140729161549280 139766585448528 139768249857947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16728] ppid=16663 vsize=10983192 memory=8326441112149131689 CPUtime=0.18 cores=0,2,4,6
/proc/16666/task/16728/stat : 16728 (java) S 16663 16666 13143 0 -1 1077944384 1120 13143 0 0 10 0 5 3 20 0 15 0 229091127 11246788608 22227 33554432000 4194304 4196468 140729161549280 139767673977456 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16729] ppid=16663 vsize=10983192 memory=7679937539659563834 CPUtime=0.14 cores=0,2,4,6
/proc/16666/task/16729/stat : 16729 (java) S 16663 16666 13143 0 -1 1077944384 517 13143 0 0 6 0 5 3 20 0 15 0 229091127 11246788608 22227 33554432000 4194304 4196468 140729161549280 139767672924656 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16730] ppid=16663 vsize=10983192 memory=6944656425123485561 CPUtime=0.21 cores=0,2,4,6
/proc/16666/task/16730/stat : 16730 (java) S 16663 16666 13143 0 -1 1077944384 664 13143 0 0 13 0 5 3 20 0 15 0 229091127 11246788608 22227 33554432000 4194304 4196468 140729161549280 139767671872368 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16731] ppid=16663 vsize=10983192 memory=-9178176116494409632 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16731/stat : 16731 (java) S 16663 16666 13143 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229091127 11246788608 22227 33554432000 4194304 4196468 140729161549280 139766154652640 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16732] ppid=16663 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16732/stat : 16732 (java) S 16663 16666 13143 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229091127 11246788608 22227 33554432000 4194304 4196468 140729161549280 139767670819248 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88908 KiB

[startup+1.50076 s]
/proc/loadavg: 1.53 1.54 1.50 6/215 16732
/proc/meminfo: memFree=13438172/32770624 swapFree=67108196/67108860
[pid=16666] ppid=16663 vsize=10998092 memory=206900 CPUtime=3 cores=0,2,4,6
/proc/16666/stat : 16666 (java) S 16663 16666 13143 0 -1 1077944320 30400 13143 0 0 281 11 5 3 20 0 15 0 229091112 11262046208 51725 33554432000 4194304 4196468 140729161549280 140729161531824 139768249839351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
/proc/16666/statm: 2749523 51725 3475 1 0 2711181 0
[pid=16666/tid=16719] ppid=16663 vsize=10998092 memory=0 CPUtime=1.41 cores=0,2,4,6
/proc/16666/task/16719/stat : 16719 (java) R 16663 16666 13143 0 -1 4202560 18081 13143 0 0 126 7 5 3 20 0 15 0 229091121 11262046208 51725 33554432000 4194304 4196468 140729161549280 139768221656640 139768233919838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16720] ppid=16663 vsize=10998092 memory=102604 CPUtime=0.09 cores=0,2,4,6
/proc/16666/task/16720/stat : 16720 (java) S 16663 16666 13143 0 -1 1077944384 93 13143 0 0 1 0 5 3 20 0 15 0 229091122 11262046208 51725 33554432000 4194304 4196468 140729161549280 139768254081936 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16721] ppid=16663 vsize=10998092 memory=5790086053191909267 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16721/stat : 16721 (java) S 16663 16666 13143 0 -1 1077944384 16 13143 0 0 0 0 5 3 20 0 15 0 229091122 11262046208 51725 33554432000 4194304 4196468 140729161549280 139768108800784 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16722] ppid=16663 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16666/task/16722/stat : 16722 (java) S 16663 16666 13143 0 -1 1077944384 179 13143 0 0 1 0 5 3 20 0 15 0 229091122 11262046208 51725 33554432000 4194304 4196468 140729161549280 139768107748496 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16723] ppid=16663 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16666/task/16723/stat : 16723 (java) S 16663 16666 13143 0 -1 1077944384 23 13143 0 0 1 0 5 3 20 0 15 0 229091122 11262046208 51725 33554432000 4194304 4196468 140729161549280 139768106695696 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16724] ppid=16663 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16666/task/16724/stat : 16724 (java) S 16663 16666 13143 0 -1 1077944384 61 13143 0 0 1 0 5 3 20 0 15 0 229091124 11262046208 51725 33554432000 4194304 4196468 140729161549280 139767675029616 139768249850498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16725] ppid=16663 vsize=10998092 memory=-6221781267475802396 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16725/stat : 16725 (java) S 16663 16666 13143 0 -1 1077944384 14 13143 0 0 0 0 5 3 20 0 15 0 229091124 11262046208 51725 33554432000 4194304 4196468 140729161549280 139767040697120 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16726] ppid=16663 vsize=10998092 memory=4124 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16726/stat : 16726 (java) S 16663 16666 13143 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229091124 11262046208 51725 33554432000 4194304 4196468 140729161549280 139766892848240 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16727] ppid=16663 vsize=10998092 memory=2092 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16727/stat : 16727 (java) S 16663 16666 13143 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229091127 11262046208 51725 33554432000 4194304 4196468 140729161549280 139766585448528 139768249857947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16728] ppid=16663 vsize=10998092 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/16666/task/16728/stat : 16728 (java) R 16663 16666 13143 0 -1 4202560 4066 13143 0 0 54 1 5 3 20 0 15 0 229091127 11262046208 51725 33554432000 4194304 4196468 140729161549280 139767673962448 139768234226504 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16729] ppid=16663 vsize=10998092 memory=212063070779251 CPUtime=0.6 cores=0,2,4,6
/proc/16666/task/16729/stat : 16729 (java) R 16663 16666 13143 0 -1 4202560 3987 13143 0 0 51 1 5 3 20 0 15 0 229091127 11262046208 51725 33554432000 4194304 4196468 140729161549280 139767672909832 139768229670761 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16730] ppid=16663 vsize=10998092 memory=3906926772679358037 CPUtime=0.48 cores=0,2,4,6
/proc/16666/task/16730/stat : 16730 (java) S 16663 16666 13143 0 -1 1077944384 1683 13143 0 0 40 0 5 3 20 0 15 0 229091127 11262046208 51725 33554432000 4194304 4196468 140729161549280 139767671872368 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16731] ppid=16663 vsize=10998092 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16731/stat : 16731 (java) S 16663 16666 13143 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229091127 11262046208 51725 33554432000 4194304 4196468 140729161549280 139766154652640 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16732] ppid=16663 vsize=10998092 memory=4640205495973466192 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16732/stat : 16732 (java) S 16663 16666 13143 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229091127 11262046208 51725 33554432000 4194304 4196468 140729161549280 139767670819248 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
Current children cumulated CPU time: 3 s
Current children cumulated vsize: 10998092 KiB

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

/proc/16666/task/16719/stat : 16719 (java) R 16663 16666 13143 0 -1 4202560 187271 13143 0 0 224196 87 5 3 20 0 15 0 229091121 11278843904 941580 33554432000 4194304 4196468 140729161549280 139768221673264 139767805164649 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16720] ppid=16663 vsize=11014496 memory=3742712 CPUtime=17.4 cores=0,2,4,6
/proc/16666/task/16720/stat : 16720 (java) S 16663 16666 13143 0 -1 1077944384 33538 13143 0 0 1660 72 5 3 20 0 15 0 229091122 11278843904 941580 33554432000 4194304 4196468 140729161549280 139768254081936 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16721] ppid=16663 vsize=11014496 memory=3246504 CPUtime=17.36 cores=0,2,4,6
/proc/16666/task/16721/stat : 16721 (java) S 16663 16666 13143 0 -1 1077944384 24696 13143 0 0 1656 72 5 3 20 0 15 0 229091122 11278843904 941580 33554432000 4194304 4196468 140729161549280 139768108800784 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16722] ppid=16663 vsize=11014496 memory=3566412 CPUtime=17.43 cores=0,2,4,6
/proc/16666/task/16722/stat : 16722 (java) S 16663 16666 13143 0 -1 1077944384 32730 13143 0 0 1663 72 5 3 20 0 15 0 229091122 11278843904 941580 33554432000 4194304 4196468 140729161549280 139768107748496 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16723] ppid=16663 vsize=11014496 memory=3742712 CPUtime=17.41 cores=0,2,4,6
/proc/16666/task/16723/stat : 16723 (java) S 16663 16666 13143 0 -1 1077944384 25647 13143 0 0 1661 72 5 3 20 0 15 0 229091122 11278843904 941580 33554432000 4194304 4196468 140729161549280 139768106695696 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16724] ppid=16663 vsize=11014496 memory=0 CPUtime=1.28 cores=0,2,4,6
/proc/16666/task/16724/stat : 16724 (java) S 16663 16666 13143 0 -1 1077944384 33304 13143 0 0 104 16 5 3 20 0 15 0 229091124 11278843904 941580 33554432000 4194304 4196468 140729161549280 139767675029616 139768249850498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16725] ppid=16663 vsize=11014496 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16725/stat : 16725 (java) S 16663 16666 13143 0 -1 1077944384 21 13143 0 0 0 0 5 3 20 0 15 0 229091124 11278843904 941580 33554432000 4194304 4196468 140729161549280 139767040697184 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16726] ppid=16663 vsize=11014496 memory=3767288 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16726/stat : 16726 (java) S 16663 16666 13143 0 -1 1077944384 4 13143 0 0 0 0 5 3 20 0 15 0 229091124 11278843904 941580 33554432000 4194304 4196468 140729161549280 139766892848256 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16727] ppid=16663 vsize=11014496 memory=3767288 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16727/stat : 16727 (java) S 16663 16666 13143 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229091127 11278843904 941580 33554432000 4194304 4196468 140729161549280 139766585448528 139768249857947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16728] ppid=16663 vsize=11014496 memory=3767288 CPUtime=15.88 cores=0,2,4,6
/proc/16666/task/16728/stat : 16728 (java) S 16663 16666 13143 0 -1 1077944384 106618 13143 0 0 1567 13 5 3 20 0 15 0 229091127 11278843904 941580 33554432000 4194304 4196468 140729161549280 139767673977456 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16729] ppid=16663 vsize=11014496 memory=3767288 CPUtime=15.53 cores=0,2,4,6
/proc/16666/task/16729/stat : 16729 (java) S 16663 16666 13143 0 -1 1077944384 102953 13143 0 0 1534 11 5 3 20 0 15 0 229091127 11278843904 941580 33554432000 4194304 4196468 140729161549280 139767672924656 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16730] ppid=16663 vsize=11014496 memory=4028 CPUtime=4.57 cores=0,2,4,6
/proc/16666/task/16730/stat : 16730 (java) S 16663 16666 13143 0 -1 1077944384 95349 13143 0 0 436 13 5 3 20 0 15 0 229091127 11278843904 941580 33554432000 4194304 4196468 140729161549280 139767671872368 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16731] ppid=16663 vsize=11014496 memory=62244 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16731/stat : 16731 (java) S 16663 16666 13143 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229091127 11278843904 941580 33554432000 4194304 4196468 140729161549280 139766154652640 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16732] ppid=16663 vsize=11014496 memory=3767288 CPUtime=1.34 cores=0,2,4,6
/proc/16666/task/16732/stat : 16732 (java) S 16663 16666 13143 0 -1 1077944384 2888 13143 0 0 68 58 5 3 20 0 15 0 229091127 11278843904 941580 33554432000 4194304 4196468 140729161549280 139767670819248 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
Current children cumulated CPU time: 2350.5 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3766320 KiB

[startup+2322.3 s]
/proc/loadavg: 1.78 1.71 1.64 3/215 16932
/proc/meminfo: memFree=9796896/32770624 swapFree=67108196/67108860
[pid=16666] ppid=16663 vsize=11014496 memory=3766424 CPUtime=2411.03 cores=0,2,4,6
/proc/16666/stat : 16666 (java) S 16663 16666 13143 0 -1 1077944320 655819 13143 0 0 240621 474 5 3 20 0 15 0 229091112 11278843904 941606 33554432000 4194304 4196468 140729161549280 140729161531824 139768249839351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
/proc/16666/statm: 2753624 941606 3534 1 0 2715277 0
[pid=16666/tid=16719] ppid=16663 vsize=11014496 memory=3766424 CPUtime=2302.72 cores=0,2,4,6
/proc/16666/task/16719/stat : 16719 (java) R 16663 16666 13143 0 -1 4202560 192686 13143 0 0 230176 88 5 3 20 0 15 0 229091121 11278843904 941606 33554432000 4194304 4196468 140729161549280 139768221673312 139767805381371 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16720] ppid=16663 vsize=11014496 memory=3766328 CPUtime=17.57 cores=0,2,4,6
/proc/16666/task/16720/stat : 16720 (java) S 16663 16666 13143 0 -1 1077944384 33745 13143 0 0 1677 72 5 3 20 0 15 0 229091122 11278843904 941606 33554432000 4194304 4196468 140729161549280 139768254081936 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16721] ppid=16663 vsize=11014496 memory=3766328 CPUtime=17.53 cores=0,2,4,6
/proc/16666/task/16721/stat : 16721 (java) S 16663 16666 13143 0 -1 1077944384 26553 13143 0 0 1673 72 5 3 20 0 15 0 229091122 11278843904 941606 33554432000 4194304 4196468 140729161549280 139768108800784 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16722] ppid=16663 vsize=11014496 memory=3766344 CPUtime=17.6 cores=0,2,4,6
/proc/16666/task/16722/stat : 16722 (java) S 16663 16666 13143 0 -1 1077944384 33071 13143 0 0 1680 72 5 3 20 0 15 0 229091122 11278843904 941606 33554432000 4194304 4196468 140729161549280 139768107748496 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16723] ppid=16663 vsize=11014496 memory=3766424 CPUtime=17.58 cores=0,2,4,6
/proc/16666/task/16723/stat : 16723 (java) S 16663 16666 13143 0 -1 1077944384 26064 13143 0 0 1678 72 5 3 20 0 15 0 229091122 11278843904 941606 33554432000 4194304 4196468 140729161549280 139768106695696 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16724] ppid=16663 vsize=11014496 memory=3766424 CPUtime=1.29 cores=0,2,4,6
/proc/16666/task/16724/stat : 16724 (java) S 16663 16666 13143 0 -1 1077944384 33641 13143 0 0 105 16 5 3 20 0 15 0 229091124 11278843904 941606 33554432000 4194304 4196468 140729161549280 139767675029616 139768249850498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16725] ppid=16663 vsize=11014496 memory=3766424 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16725/stat : 16725 (java) S 16663 16666 13143 0 -1 1077944384 21 13143 0 0 0 0 5 3 20 0 15 0 229091124 11278843904 941606 33554432000 4194304 4196468 140729161549280 139767040697184 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16726] ppid=16663 vsize=11014496 memory=3766328 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16726/stat : 16726 (java) S 16663 16666 13143 0 -1 1077944384 4 13143 0 0 0 0 5 3 20 0 15 0 229091124 11278843904 941606 33554432000 4194304 4196468 140729161549280 139766892848256 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16727] ppid=16663 vsize=11014496 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16727/stat : 16727 (java) S 16663 16666 13143 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229091127 11278843904 941606 33554432000 4194304 4196468 140729161549280 139766585448528 139768249857947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16728] ppid=16663 vsize=11014496 memory=56 CPUtime=15.88 cores=0,2,4,6
/proc/16666/task/16728/stat : 16728 (java) S 16663 16666 13143 0 -1 1077944384 106621 13143 0 0 1567 13 5 3 20 0 15 0 229091127 11278843904 941606 33554432000 4194304 4196468 140729161549280 139767673977456 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16729] ppid=16663 vsize=11014496 memory=3766424 CPUtime=15.53 cores=0,2,4,6
/proc/16666/task/16729/stat : 16729 (java) S 16663 16666 13143 0 -1 1077944384 102955 13143 0 0 1534 11 5 3 20 0 15 0 229091127 11278843904 941606 33554432000 4194304 4196468 140729161549280 139767672924656 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16730] ppid=16663 vsize=11014496 memory=3766424 CPUtime=4.57 cores=0,2,4,6
/proc/16666/task/16730/stat : 16730 (java) S 16663 16666 13143 0 -1 1077944384 95352 13143 0 0 436 13 5 3 20 0 15 0 229091127 11278843904 941606 33554432000 4194304 4196468 140729161549280 139767671872368 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16731] ppid=16663 vsize=11014496 memory=3766424 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16731/stat : 16731 (java) S 16663 16666 13143 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229091127 11278843904 941606 33554432000 4194304 4196468 140729161549280 139766154652640 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16732] ppid=16663 vsize=11014496 memory=7852 CPUtime=1.38 cores=0,2,4,6
/proc/16666/task/16732/stat : 16732 (java) S 16663 16666 13143 0 -1 1077944384 2911 13143 0 0 69 61 5 3 20 0 15 0 229091127 11278843904 941606 33554432000 4194304 4196468 140729161549280 139767670819248 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
Current children cumulated CPU time: 2411.03 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3766424 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 1.78 1.67 3/215 16933
/proc/meminfo: memFree=9527680/32770624 swapFree=67108196/67108860
[pid=16666] ppid=16663 vsize=11014496 memory=3766340 CPUtime=2471.56 cores=0,2,4,6
/proc/16666/stat : 16666 (java) S 16663 16666 13143 0 -1 1077944320 665218 13143 0 0 246671 477 5 3 20 0 15 0 229091112 11278843904 941585 33554432000 4194304 4196468 140729161549280 140729161531824 139768249839351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
/proc/16666/statm: 2753624 941585 3534 1 0 2715277 0
[pid=16666/tid=16719] ppid=16663 vsize=11014496 memory=6791534058613427641 CPUtime=2362.52 cores=0,2,4,6
/proc/16666/task/16719/stat : 16719 (java) R 16663 16666 13143 0 -1 4202560 199068 13143 0 0 236155 89 5 3 20 0 15 0 229091121 11278843904 941585 33554432000 4194304 4196468 140729161549280 139768221673248 139767804560447 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16720] ppid=16663 vsize=11014496 memory=3766724 CPUtime=17.74 cores=0,2,4,6
/proc/16666/task/16720/stat : 16720 (java) S 16663 16666 13143 0 -1 1077944384 34547 13143 0 0 1694 72 5 3 20 0 15 0 229091122 11278843904 941585 33554432000 4194304 4196468 140729161549280 139768254081936 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16721] ppid=16663 vsize=11014496 memory=3766340 CPUtime=17.69 cores=0,2,4,6
/proc/16666/task/16721/stat : 16721 (java) S 16663 16666 13143 0 -1 1077944384 27908 13143 0 0 1689 72 5 3 20 0 15 0 229091122 11278843904 941585 33554432000 4194304 4196468 140729161549280 139768108800784 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16722] ppid=16663 vsize=11014496 memory=3766340 CPUtime=17.77 cores=0,2,4,6
/proc/16666/task/16722/stat : 16722 (java) S 16663 16666 13143 0 -1 1077944384 33206 13143 0 0 1697 72 5 3 20 0 15 0 229091122 11278843904 941585 33554432000 4194304 4196468 140729161549280 139768107748496 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16723] ppid=16663 vsize=11014496 memory=3766340 CPUtime=17.75 cores=0,2,4,6
/proc/16666/task/16723/stat : 16723 (java) S 16663 16666 13143 0 -1 1077944384 26423 13143 0 0 1695 72 5 3 20 0 15 0 229091122 11278843904 941585 33554432000 4194304 4196468 140729161549280 139768106695696 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16724] ppid=16663 vsize=11014496 memory=3766340 CPUtime=1.31 cores=0,2,4,6
/proc/16666/task/16724/stat : 16724 (java) S 16663 16666 13143 0 -1 1077944384 33976 13143 0 0 107 16 5 3 20 0 15 0 229091124 11278843904 941585 33554432000 4194304 4196468 140729161549280 139767675029616 139768249850498 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16725] ppid=16663 vsize=11014496 memory=3766340 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16725/stat : 16725 (java) S 16663 16666 13143 0 -1 1077944384 21 13143 0 0 0 0 5 3 20 0 15 0 229091124 11278843904 941585 33554432000 4194304 4196468 140729161549280 139767040697184 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16726] ppid=16663 vsize=11014496 memory=62244 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16726/stat : 16726 (java) S 16663 16666 13143 0 -1 1077944384 4 13143 0 0 0 0 5 3 20 0 15 0 229091124 11278843904 941585 33554432000 4194304 4196468 140729161549280 139766892848256 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16727] ppid=16663 vsize=11014496 memory=3766724 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16727/stat : 16727 (java) S 16663 16666 13143 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229091127 11278843904 941585 33554432000 4194304 4196468 140729161549280 139766585448528 139768249857947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16728] ppid=16663 vsize=11014496 memory=3766340 CPUtime=15.88 cores=0,2,4,6
/proc/16666/task/16728/stat : 16728 (java) S 16663 16666 13143 0 -1 1077944384 106624 13143 0 0 1567 13 5 3 20 0 15 0 229091127 11278843904 941585 33554432000 4194304 4196468 140729161549280 139767673977456 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16729] ppid=16663 vsize=11014496 memory=4028 CPUtime=15.53 cores=0,2,4,6
/proc/16666/task/16729/stat : 16729 (java) S 16663 16666 13143 0 -1 1077944384 102957 13143 0 0 1534 11 5 3 20 0 15 0 229091127 11278843904 941585 33554432000 4194304 4196468 140729161549280 139767672924656 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16730] ppid=16663 vsize=11014496 memory=62244 CPUtime=4.57 cores=0,2,4,6
/proc/16666/task/16730/stat : 16730 (java) S 16663 16666 13143 0 -1 1077944384 95355 13143 0 0 436 13 5 3 20 0 15 0 229091127 11278843904 941585 33554432000 4194304 4196468 140729161549280 139767671872368 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16731] ppid=16663 vsize=11014496 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16731/stat : 16731 (java) S 16663 16666 13143 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229091127 11278843904 941585 33554432000 4194304 4196468 140729161549280 139766154652640 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16732] ppid=16663 vsize=11014496 memory=6791534058613427641 CPUtime=1.4 cores=0,2,4,6
/proc/16666/task/16732/stat : 16732 (java) S 16663 16666 13143 0 -1 1077944384 2934 13143 0 0 70 62 5 3 20 0 15 0 229091127 11278843904 941585 33554432000 4194304 4196468 140729161549280 139767670819248 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
Current children cumulated CPU time: 2471.56 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3766340 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2430 s]*
/proc/loadavg: 1.76 1.75 1.67 3/215 16934
/proc/meminfo: memFree=9511968/32770624 swapFree=67108196/67108860
[pid=16666] ppid=16663 vsize=11014496 memory=3766376 CPUtime=2520 cores=0,2,4,6
/proc/16666/stat : 16666 (java) S 16663 16666 13143 0 -1 1077944320 674294 13143 0 0 251513 479 5 3 20 0 15 0 229091112 11278843904 941594 33554432000 4194304 4196468 140729161549280 140729161531824 139768249839351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
/proc/16666/statm: 2753624 941594 3534 1 0 2715277 0
[pid=16666/tid=16719] ppid=16663 vsize=11014496 memory=6791534058613427641 CPUtime=2409.96 cores=0,2,4,6
/proc/16666/task/16719/stat : 16719 (java) R 16663 16666 13143 0 -1 4202560 204745 13143 0 0 240899 89 5 3 20 0 15 0 229091121 11278843904 941594 33554432000 4194304 4196468 140729161549280 139768221673152 139767795638167 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16720] ppid=16663 vsize=11014496 memory=35472 CPUtime=17.99 cores=0,2,4,6
/proc/16666/task/16720/stat : 16720 (java) S 16663 16666 13143 0 -1 1077944384 34957 13143 0 0 1718 73 5 3 20 0 15 0 229091122 11278843904 941594 33554432000 4194304 4196468 140729161549280 139768254081936 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16721] ppid=16663 vsize=11014496 memory=4032 CPUtime=17.94 cores=0,2,4,6
/proc/16666/task/16721/stat : 16721 (java) S 16663 16666 13143 0 -1 1077944384 29320 13143 0 0 1713 73 5 3 20 0 15 0 229091122 11278843904 941594 33554432000 4194304 4196468 140729161549280 139768108800784 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16722] ppid=16663 vsize=11014496 memory=17816 CPUtime=18.01 cores=0,2,4,6
/proc/16666/task/16722/stat : 16722 (java) S 16663 16666 13143 0 -1 1077944384 34044 13143 0 0 1721 72 5 3 20 0 15 0 229091122 11278843904 941594 33554432000 4194304 4196468 140729161549280 139768107748496 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16723] ppid=16663 vsize=11014496 memory=-7003737579269690708 CPUtime=17.99 cores=0,2,4,6
/proc/16666/task/16723/stat : 16723 (java) S 16663 16666 13143 0 -1 1077944384 26799 13143 0 0 1719 72 5 3 20 0 15 0 229091122 11278843904 941594 33554432000 4194304 4196468 140729161549280 139768106695696 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16724] ppid=16663 vsize=11014496 memory=288230596050944315 CPUtime=1.32 cores=0,2,4,6
/proc/16666/task/16724/stat : 16724 (java) S 16663 16666 13143 0 -1 1077944384 34308 13143 0 0 108 16 5 3 20 0 15 0 229091124 11278843904 941594 33554432000 4194304 4196468 140729161549280 139767675029616 139768249850498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16725] ppid=16663 vsize=11014496 memory=14126766767740366 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16725/stat : 16725 (java) S 16663 16666 13143 0 -1 1077944384 21 13143 0 0 0 0 5 3 20 0 15 0 229091124 11278843904 941594 33554432000 4194304 4196468 140729161549280 139767040697184 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16726] ppid=16663 vsize=11014496 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16726/stat : 16726 (java) S 16663 16666 13143 0 -1 1077944384 4 13143 0 0 0 0 5 3 20 0 15 0 229091124 11278843904 941594 33554432000 4194304 4196468 140729161549280 139766892848256 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16727] ppid=16663 vsize=11014496 memory=3172 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16727/stat : 16727 (java) S 16663 16666 13143 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229091127 11278843904 941594 33554432000 4194304 4196468 140729161549280 139766585448528 139768249857947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16728] ppid=16663 vsize=11014496 memory=3766376 CPUtime=15.88 cores=0,2,4,6
/proc/16666/task/16728/stat : 16728 (java) S 16663 16666 13143 0 -1 1077944384 106627 13143 0 0 1567 13 5 3 20 0 15 0 229091127 11278843904 941594 33554432000 4194304 4196468 140729161549280 139767673977456 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16729] ppid=16663 vsize=11014496 memory=1408 CPUtime=15.53 cores=0,2,4,6
/proc/16666/task/16729/stat : 16729 (java) S 16663 16666 13143 0 -1 1077944384 102959 13143 0 0 1534 11 5 3 20 0 15 0 229091127 11278843904 941594 33554432000 4194304 4196468 140729161549280 139767672924656 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16730] ppid=16663 vsize=11014496 memory=3132 CPUtime=4.57 cores=0,2,4,6
/proc/16666/task/16730/stat : 16730 (java) S 16663 16666 13143 0 -1 1077944384 95358 13143 0 0 436 13 5 3 20 0 15 0 229091127 11278843904 941594 33554432000 4194304 4196468 140729161549280 139767671872368 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16731] ppid=16663 vsize=11014496 memory=5413900 CPUtime=0.08 cores=0,2,4,6
/proc/16666/task/16731/stat : 16731 (java) S 16663 16666 13143 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229091127 11278843904 941594 33554432000 4194304 4196468 140729161549280 139766154652640 139768249849557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
[pid=16666/tid=16732] ppid=16663 vsize=11014496 memory=6791534058613427641 CPUtime=1.43 cores=0,2,4,6
/proc/16666/task/16732/stat : 16732 (java) S 16663 16666 13143 0 -1 1077944384 2957 13143 0 0 72 63 5 3 20 0 15 0 229091127 11278843904 941594 33554432000 4194304 4196468 140729161549280 139767670819248 139768249850498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 22593536 140729161554541 140729161557340 140729161557340 140729161560015 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3766376 KiB

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

[startup+2430.07 s]
# the end of solver process 16666 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.21 s, system=4.85998 s

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

Child status: 143
Real time (s): 2430.07
CPU time (s): 2520.07
CPU user time (s): 2515.21
CPU system time (s): 4.85998
CPU usage (%): 103.704
Max. virtual memory (cumulated for all children) (KiB): 11014496
Max. memory (cumulated for all children) (KiB): 3767288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.21
system time used= 4.85998
maximum resident set size= 3770612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 692433
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84568
involuntary context switches= 4537


# summary of solver processes directly reported to runsolver:
#   pid: 16666
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2515.21
#   total CPU system time (s): 4.85998

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6211 second user time and 22.9513 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-13 01:07:59
IDJOB=4305117
IDBENCH=141452
IDSOLVER=2780
FILE ID=node151/4305117-1534115279
RUNJOBID= node151-1534096964-13174
PBS_JOBID= 21036999
Free space on /tmp= 41228 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/CarSequencing/CarSequencing-06-76_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305117-1534115279/watcher-4305117-1534115279 -o /tmp/evaluation-result-4305117-1534115279/solver-4305117-1534115279 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534096964-13174 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=198338318 HOME/instance-4305117-1534115279.xml

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

MD5SUM BENCH= b12b47f7e650fdaeab738d4a819b9f4b
RANDOM SEED=198338318

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        13620824 kB
MemAvailable:   26846120 kB
Buffers:          198584 kB
Cached:         13140572 kB
SwapCached:           16 kB
Active:         10852920 kB
Inactive:        7590808 kB
Active(anon):    5054204 kB
Inactive(anon):   102576 kB
Active(file):    5798716 kB
Inactive(file):  7488232 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             26300 kB
Writeback:             0 kB
AnonPages:       5120112 kB
Mapped:            73044 kB
Shmem:             49524 kB
Slab:             395316 kB
SReclaimable:     366808 kB
SUnreclaim:        28508 kB
KernelStack:        3792 kB
PageTables:        15780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6159624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4849664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 41200 MiB
End job on node151 at 2018-08-13 01:48:29