Trace number 4295014

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 2018-06-13? (TO) 2520.15 2380.06

General information on the benchmark

NameCarSequencing/
CarSequencing-85-01_c18.xml
MD5SUM1301ca50d7ea6d03cca9e07ce6e480be
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 benchmark84.3427
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1440
Number of domains2
Minimum domain size2
Maximum domain size26
Distribution of domain sizes[{"size":2,"count":1000},{"size":26,"count":200}]
Minimum variable degree2
Maximum variable degree84
Distribution of variable degrees[{"degree":2,"count":200},{"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":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":60,"count":2}, {"degree":61,"count":2}, {"degree":62,"count":2}, {"degree":63,"count":2}, {"degree":64,"count":2}, {"degree":65,"count":2}, {"degree":66,"count":2}, {"degree":67,"count":2}, {"degree":68,"count":2}, {"degree":69,"count":2}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":3}, {"degree":84,"count":39}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":35,"count":1},{"arity":38,"count":2},{"arity":40,"count":2},{"arity":41,"count":2},{"arity":42,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},{"arity":47,"count":2},{"arity":48,"count":1},{"arity":50,"count":4},{"arity":52,"count":1},{"arity":53,"count":2},{"arity":54,"count":1},{"arity":55,"count":1},{"arity":56,"count":3},{"arity":58,"count":1},{"arity":59,"count":2},{"arity":60,"count":2},{"arity":62,"count":3},{"arity":64,"count":1},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1239},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295014-1532526133/watcher-4295014-1532526133 -o /tmp/evaluation-result-4295014-1532526133/solver-4295014-1532526133 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24417 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1904434324 HOME/instance-4295014-1532526133.xml 

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

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

solver pid=24698, runsolver pid=24695

[startup+0.100121 s]*
/proc/loadavg: 1.51 1.50 1.56 3/206 24755
/proc/meminfo: memFree=20488424/32770624 swapFree=67108860/67108860
[pid=24698] ppid=24695 vsize=9972712 memory=17212 CPUtime=0.08 cores=1,3,5,7
/proc/24698/stat : 24698 (java) S 24695 24698 24385 0 -1 1077944320 4432 13153 0 0 1 0 4 3 20 0 6 0 70176524 10212057088 4303 33554432000 4194304 4196468 140721477790032 140721477772576 140434564046583 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
/proc/24698/statm: 2493178 4303 1934 1 0 2481616 0
[pid=24698/tid=24751] ppid=24695 vsize=9972712 memory=4279135703946461070 CPUtime=0.08 cores=1,3,5,7
/proc/24698/task/24751/stat : 24751 (java) R 24695 24698 24385 0 -1 4202560 2239 13153 0 0 1 0 4 3 20 0 6 0 70176533 10212057088 4303 33554432000 4194304 4196468 140721477790032 140434535883344 140434564070173 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24752] ppid=24695 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24752/stat : 24752 (java) S 24695 24698 24385 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 6 0 70176534 10212057088 4303 33554432000 4194304 4196468 140721477790032 140434568289168 140434564056789 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24753] ppid=24695 vsize=9972712 memory=140457773221504 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24753/stat : 24753 (java) S 24695 24698 24385 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 6 0 70176534 10212057088 4303 33554432000 4194304 4196468 140721477790032 140434493594384 140434564056789 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24754] ppid=24695 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24754/stat : 24754 (java) S 24695 24698 24385 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 6 0 70176534 10212057088 4303 33554432000 4194304 4196468 140721477790032 140434136030352 140434564056789 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24755] ppid=24695 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24755/stat : 24755 (java) S 24695 24698 24385 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 6 0 70176534 10212057088 4303 33554432000 4194304 4196468 140721477790032 140434134977552 140434564056789 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17212 KiB

[startup+0.209932 s]*
/proc/loadavg: 1.51 1.50 1.56 3/215 24764
/proc/meminfo: memFree=20463648/32770624 swapFree=67108860/67108860
[pid=24698] ppid=24695 vsize=10818904 memory=45556 CPUtime=0.25 cores=1,3,5,7
/proc/24698/stat : 24698 (java) S 24695 24698 24385 0 -1 1077944320 8091 13153 0 0 17 1 4 3 20 0 15 0 70176524 11078557696 11389 33554432000 4194304 4196468 140721477790032 140721477772576 140434564046583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
/proc/24698/statm: 2704726 11389 2948 1 0 2667149 0
[pid=24698/tid=24751] ppid=24695 vsize=10818904 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/24698/task/24751/stat : 24751 (java) R 24695 24698 24385 0 -1 4202560 4685 13153 0 0 11 0 4 3 20 0 15 0 70176533 11078557696 11389 33554432000 4194304 4196468 140721477790032 140434535842624 140434544322290 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24752] ppid=24695 vsize=10818904 memory=331 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24752/stat : 24752 (java) S 24695 24698 24385 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 70176534 11078557696 11389 33554432000 4194304 4196468 140721477790032 140434568289168 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24753] ppid=24695 vsize=10818904 memory=140457773245905 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24753/stat : 24753 (java) S 24695 24698 24385 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 70176534 11078557696 11455 33554432000 4194304 4196468 140721477790032 140434493594384 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24754] ppid=24695 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24754/stat : 24754 (java) S 24695 24698 24385 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 70176534 11078557696 11455 33554432000 4194304 4196468 140721477790032 140434136030352 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24755] ppid=24695 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24755/stat : 24755 (java) S 24695 24698 24385 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 15 0 70176534 11078557696 11455 33554432000 4194304 4196468 140721477790032 140434134977552 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24756] ppid=24695 vsize=10818904 memory=140457773221504 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24756/stat : 24756 (java) S 24695 24698 24385 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 15 0 70176535 11078557696 11455 33554432000 4194304 4196468 140721477790032 140433835919472 140434564057730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24757] ppid=24695 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24757/stat : 24757 (java) S 24695 24698 24385 0 -1 1077944384 13 13153 0 0 0 0 4 3 20 0 15 0 70176535 11078557696 11455 33554432000 4194304 4196468 140721477790032 140433552302880 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24758] ppid=24695 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24758/stat : 24758 (java) S 24695 24698 24385 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 70176536 11078557696 11455 33554432000 4194304 4196468 140721477790032 140433350976624 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24759] ppid=24695 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24759/stat : 24759 (java) S 24695 24698 24385 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 70176538 11078557696 11455 33554432000 4194304 4196468 140721477790032 140433110685776 140434564065179 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24760] ppid=24695 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24698/task/24760/stat : 24760 (java) S 24695 24698 24385 0 -1 1077944384 349 13153 0 0 1 0 4 3 20 0 15 0 70176538 11078557696 11455 33554432000 4194304 4196468 140721477790032 140433834867312 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24761] ppid=24695 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24761/stat : 24761 (java) S 24695 24698 24385 0 -1 1077944384 252 13153 0 0 0 0 4 3 20 0 15 0 70176538 11078557696 11455 33554432000 4194304 4196468 140721477790032 140433833814512 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24762] ppid=24695 vsize=10818904 memory=140457773221504 CPUtime=0.1 cores=1,3,5,7
/proc/24698/task/24762/stat : 24762 (java) S 24695 24698 24385 0 -1 1077944384 610 13153 0 0 3 0 4 3 20 0 15 0 70176538 11078557696 11455 33554432000 4194304 4196468 140721477790032 140433832762224 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24763] ppid=24695 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24763/stat : 24763 (java) S 24695 24698 24385 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 70176539 11078557696 11455 33554432000 4194304 4196468 140721477790032 140433077128160 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24764] ppid=24695 vsize=10818904 memory=140457773221504 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24764/stat : 24764 (java) S 24695 24698 24385 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 70176539 11078557696 11455 33554432000 4194304 4196468 140721477790032 140433831709104 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 45556 KiB

[startup+0.310211 s]*
/proc/loadavg: 1.51 1.50 1.56 3/215 24764
/proc/meminfo: memFree=20452360/32770624 swapFree=67108860/67108860
[pid=24698] ppid=24695 vsize=10819352 memory=56520 CPUtime=0.38 cores=1,3,5,7
/proc/24698/stat : 24698 (java) S 24695 24698 24385 0 -1 1077944320 10686 13153 0 0 29 2 4 3 20 0 15 0 70176524 11079016448 14130 33554432000 4194304 4196468 140721477790032 140721477772576 140434564046583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
/proc/24698/statm: 2704838 14130 3067 1 0 2667149 0
[pid=24698/tid=24751] ppid=24695 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/24698/task/24751/stat : 24751 (java) R 24695 24698 24385 0 -1 4202560 7241 13153 0 0 20 1 4 3 20 0 15 0 70176533 11079016448 14130 33554432000 4194304 4196468 140721477790032 140434535858592 140434418215467 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24752] ppid=24695 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24752/stat : 24752 (java) S 24695 24698 24385 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 70176534 11079016448 14130 33554432000 4194304 4196468 140721477790032 140434568289168 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24753] ppid=24695 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24753/stat : 24753 (java) S 24695 24698 24385 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 70176534 11079016448 14130 33554432000 4194304 4196468 140721477790032 140434493594384 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24754] ppid=24695 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24754/stat : 24754 (java) S 24695 24698 24385 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 70176534 11079016448 14130 33554432000 4194304 4196468 140721477790032 140434136030352 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24755] ppid=24695 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24755/stat : 24755 (java) S 24695 24698 24385 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 15 0 70176534 11079016448 14130 33554432000 4194304 4196468 140721477790032 140434134977552 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24756] ppid=24695 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24756/stat : 24756 (java) S 24695 24698 24385 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 15 0 70176535 11079016448 14130 33554432000 4194304 4196468 140721477790032 140433835919472 140434564057730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24757] ppid=24695 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24757/stat : 24757 (java) S 24695 24698 24385 0 -1 1077944384 13 13153 0 0 0 0 4 3 20 0 15 0 70176535 11079016448 14130 33554432000 4194304 4196468 140721477790032 140433552302880 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24758] ppid=24695 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24758/stat : 24758 (java) S 24695 24698 24385 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 70176536 11079016448 14130 33554432000 4194304 4196468 140721477790032 140433350976624 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24759] ppid=24695 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24759/stat : 24759 (java) S 24695 24698 24385 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 70176538 11079016448 14130 33554432000 4194304 4196468 140721477790032 140433110685776 140434564065179 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24760] ppid=24695 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24698/task/24760/stat : 24760 (java) S 24695 24698 24385 0 -1 1077944384 352 13153 0 0 1 0 4 3 20 0 15 0 70176538 11079016448 14130 33554432000 4194304 4196468 140721477790032 140433834867312 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24761] ppid=24695 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24698/task/24761/stat : 24761 (java) S 24695 24698 24385 0 -1 1077944384 256 13153 0 0 1 0 4 3 20 0 15 0 70176538 11079016448 14130 33554432000 4194304 4196468 140721477790032 140433833814512 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24762] ppid=24695 vsize=10819352 memory=140457773221504 CPUtime=0.12 cores=1,3,5,7
/proc/24698/task/24762/stat : 24762 (java) S 24695 24698 24385 0 -1 1077944384 616 13153 0 0 5 0 4 3 20 0 15 0 70176538 11079016448 14130 33554432000 4194304 4196468 140721477790032 140433832762224 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24763] ppid=24695 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24763/stat : 24763 (java) S 24695 24698 24385 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 70176539 11079016448 14130 33554432000 4194304 4196468 140721477790032 140433077128160 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24764] ppid=24695 vsize=10819352 memory=140457773221504 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24764/stat : 24764 (java) S 24695 24698 24385 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 70176539 11079016448 14130 33554432000 4194304 4196468 140721477790032 140433831709104 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 56520 KiB

[startup+0.700807 s]
/proc/loadavg: 1.51 1.50 1.56 3/215 24764
/proc/meminfo: memFree=20441344/32770624 swapFree=67108860/67108860
[pid=24698] ppid=24695 vsize=10819352 memory=88496 CPUtime=0.99 cores=1,3,5,7
/proc/24698/stat : 24698 (java) S 24695 24698 24385 0 -1 1077944320 16751 13153 0 0 88 4 4 3 20 0 15 0 70176524 11079016448 22124 33554432000 4194304 4196468 140721477790032 140721477772576 140434564046583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
/proc/24698/statm: 2704838 22124 3223 1 0 2667149 0
[pid=24698/tid=24751] ppid=24695 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/24698/task/24751/stat : 24751 (java) R 24695 24698 24385 0 -1 4202560 12283 13153 0 0 56 3 4 3 20 0 15 0 70176533 11079016448 22124 33554432000 4194304 4196468 140721477790032 140434535867408 140434545610112 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24752] ppid=24695 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24752/stat : 24752 (java) S 24695 24698 24385 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 70176534 11079016448 22124 33554432000 4194304 4196468 140721477790032 140434568289168 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24753] ppid=24695 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24753/stat : 24753 (java) S 24695 24698 24385 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 70176534 11079016448 22124 33554432000 4194304 4196468 140721477790032 140434493594384 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24754] ppid=24695 vsize=10819352 memory=140457644536592 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24754/stat : 24754 (java) S 24695 24698 24385 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 70176534 11079016448 22124 33554432000 4194304 4196468 140721477790032 140434136030352 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24755] ppid=24695 vsize=10819352 memory=140458315481684 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24755/stat : 24755 (java) S 24695 24698 24385 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 15 0 70176534 11079016448 22124 33554432000 4194304 4196468 140721477790032 140434134977552 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24756] ppid=24695 vsize=10819352 memory=8540 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24756/stat : 24756 (java) S 24695 24698 24385 0 -1 1077944384 5 13153 0 0 0 0 4 3 20 0 15 0 70176535 11079016448 22124 33554432000 4194304 4196468 140721477790032 140433835919472 140434564057730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24757] ppid=24695 vsize=10819352 memory=7662705889289527641 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24757/stat : 24757 (java) S 24695 24698 24385 0 -1 1077944384 13 13153 0 0 0 0 4 3 20 0 15 0 70176535 11079016448 22124 33554432000 4194304 4196468 140721477790032 140433552302880 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24758] ppid=24695 vsize=10819352 memory=7885635084775281010 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24758/stat : 24758 (java) S 24695 24698 24385 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 70176536 11079016448 22124 33554432000 4194304 4196468 140721477790032 140433350976624 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24759] ppid=24695 vsize=10819352 memory=16436 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24759/stat : 24759 (java) S 24695 24698 24385 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 70176538 11079016448 22124 33554432000 4194304 4196468 140721477790032 140433110685776 140434564065179 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24760] ppid=24695 vsize=10819352 memory=12660 CPUtime=0.16 cores=1,3,5,7
/proc/24698/task/24760/stat : 24760 (java) S 24695 24698 24385 0 -1 1077944384 902 13153 0 0 9 0 4 3 20 0 15 0 70176538 11079016448 22124 33554432000 4194304 4196468 140721477790032 140433834867312 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24761] ppid=24695 vsize=10819352 memory=4008 CPUtime=0.14 cores=1,3,5,7
/proc/24698/task/24761/stat : 24761 (java) S 24695 24698 24385 0 -1 1077944384 685 13153 0 0 7 0 4 3 20 0 15 0 70176538 11079016448 22124 33554432000 4194304 4196468 140721477790032 140433833814512 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24762] ppid=24695 vsize=10819352 memory=1796 CPUtime=0.2 cores=1,3,5,7
/proc/24698/task/24762/stat : 24762 (java) S 24695 24698 24385 0 -1 1077944384 657 13153 0 0 13 0 4 3 20 0 15 0 70176538 11079016448 22124 33554432000 4194304 4196468 140721477790032 140433832762224 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24763] ppid=24695 vsize=10819352 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24763/stat : 24763 (java) S 24695 24698 24385 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 70176539 11079016448 22124 33554432000 4194304 4196468 140721477790032 140433077128160 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24764] ppid=24695 vsize=10819352 memory=956 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24764/stat : 24764 (java) S 24695 24698 24385 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 70176539 11079016448 22124 33554432000 4194304 4196468 140721477790032 140433831709104 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88496 KiB

[startup+1.5008 s]
/proc/loadavg: 1.51 1.50 1.56 3/215 24764
/proc/meminfo: memFree=20396748/32770624 swapFree=67108860/67108860
[pid=24698] ppid=24695 vsize=10834252 memory=194332 CPUtime=2.82 cores=1,3,5,7
/proc/24698/stat : 24698 (java) S 24695 24698 24385 0 -1 1077944320 25091 13153 0 0 265 10 4 3 20 0 15 0 70176524 11094274048 48583 33554432000 4194304 4196468 140721477790032 140721477772576 140434564046583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
/proc/24698/statm: 2708563 48583 3487 1 0 2670221 0
[pid=24698/tid=24751] ppid=24695 vsize=10834252 memory=65572 CPUtime=1.42 cores=1,3,5,7
/proc/24698/task/24751/stat : 24751 (java) R 24695 24698 24385 0 -1 4202560 17220 13153 0 0 129 6 4 3 20 0 15 0 70176533 11094274048 48583 33554432000 4194304 4196468 140721477790032 140434535857600 140434564068509 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24752] ppid=24695 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/24698/task/24752/stat : 24752 (java) S 24695 24698 24385 0 -1 1077944384 57 13153 0 0 1 0 4 3 20 0 15 0 70176534 11094274048 48583 33554432000 4194304 4196468 140721477790032 140434568289168 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24753] ppid=24695 vsize=10834252 memory=280915289104544 CPUtime=0.08 cores=1,3,5,7
/proc/24698/task/24753/stat : 24753 (java) S 24695 24698 24385 0 -1 1077944384 16 13153 0 0 1 0 4 3 20 0 15 0 70176534 11094274048 48583 33554432000 4194304 4196468 140721477790032 140434493594384 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24754] ppid=24695 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24698/task/24754/stat : 24754 (java) S 24695 24698 24385 0 -1 1077944384 20 13153 0 0 1 0 4 3 20 0 15 0 70176534 11094274048 48583 33554432000 4194304 4196468 140721477790032 140434136030352 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24755] ppid=24695 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24698/task/24755/stat : 24755 (java) S 24695 24698 24385 0 -1 1077944384 173 13153 0 0 1 0 4 3 20 0 15 0 70176534 11094274048 48583 33554432000 4194304 4196468 140721477790032 140434134977552 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24756] ppid=24695 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24698/task/24756/stat : 24756 (java) S 24695 24698 24385 0 -1 1077944384 45 13153 0 0 1 0 4 3 20 0 15 0 70176535 11094274048 48583 33554432000 4194304 4196468 140721477790032 140433835919472 140434564057730 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24757] ppid=24695 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24757/stat : 24757 (java) S 24695 24698 24385 0 -1 1077944384 14 13153 0 0 0 0 4 3 20 0 15 0 70176535 11094274048 48583 33554432000 4194304 4196468 140721477790032 140433552302944 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24758] ppid=24695 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24758/stat : 24758 (java) S 24695 24698 24385 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 70176536 11094274048 48583 33554432000 4194304 4196468 140721477790032 140433350976640 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24759] ppid=24695 vsize=10834252 memory=-2746958450906831424 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24759/stat : 24759 (java) S 24695 24698 24385 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 70176538 11094274048 48583 33554432000 4194304 4196468 140721477790032 140433110685776 140434564065179 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24760] ppid=24695 vsize=10834252 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/24698/task/24760/stat : 24760 (java) S 24695 24698 24385 0 -1 1077944384 2539 13153 0 0 46 0 4 3 20 0 15 0 70176538 11094274048 48583 33554432000 4194304 4196468 140721477790032 140433834867312 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24761] ppid=24695 vsize=10834252 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/24698/task/24761/stat : 24761 (java) S 24695 24698 24385 0 -1 1077944384 1324 13153 0 0 37 0 4 3 20 0 15 0 70176538 11094274048 48583 33554432000 4194304 4196468 140721477790032 140433833814512 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24762] ppid=24695 vsize=10834252 memory=6791534058613427641 CPUtime=0.5 cores=1,3,5,7
/proc/24698/task/24762/stat : 24762 (java) S 24695 24698 24385 0 -1 1077944384 1482 13153 0 0 43 0 4 3 20 0 15 0 70176538 11094274048 48583 33554432000 4194304 4196468 140721477790032 140433832762224 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24763] ppid=24695 vsize=10834252 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24763/stat : 24763 (java) S 24695 24698 24385 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 70176539 11094274048 48583 33554432000 4194304 4196468 140721477790032 140433077128160 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24764] ppid=24695 vsize=10834252 memory=280915289348992 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24764/stat : 24764 (java) S 24695 24698 24385 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 70176539 11094274048 48583 33554432000 4194304 4196468 140721477790032 140433831709104 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 10834252 KiB

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

/proc/24698/task/24751/stat : 24751 (java) R 24695 24698 24385 0 -1 4202560 260481 13153 0 0 216372 41 4 3 20 0 15 0 70176533 11111071744 1412988 33554432000 4194304 4196468 140721477790032 140434535880352 140434171929559 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24752] ppid=24695 vsize=10850656 memory=5651936 CPUtime=36.42 cores=1,3,5,7
/proc/24698/task/24752/stat : 24752 (java) S 24695 24698 24385 0 -1 1077944384 109609 13153 0 0 3492 143 4 3 20 0 15 0 70176534 11111071744 1412988 33554432000 4194304 4196468 140721477790032 140434568289168 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24753] ppid=24695 vsize=10850656 memory=5651944 CPUtime=36.5 cores=1,3,5,7
/proc/24698/task/24753/stat : 24753 (java) S 24695 24698 24385 0 -1 1077944384 102560 13153 0 0 3497 146 4 3 20 0 15 0 70176534 11111071744 1412988 33554432000 4194304 4196468 140721477790032 140434493594384 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24754] ppid=24695 vsize=10850656 memory=5651952 CPUtime=36.22 cores=1,3,5,7
/proc/24698/task/24754/stat : 24754 (java) S 24695 24698 24385 0 -1 1077944384 102026 13153 0 0 3471 144 4 3 20 0 15 0 70176534 11111071744 1412988 33554432000 4194304 4196468 140721477790032 140434136030352 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24755] ppid=24695 vsize=10850656 memory=5651952 CPUtime=36.35 cores=1,3,5,7
/proc/24698/task/24755/stat : 24755 (java) S 24695 24698 24385 0 -1 1077944384 98371 13153 0 0 3482 146 4 3 20 0 15 0 70176534 11111071744 1412988 33554432000 4194304 4196468 140721477790032 140434134977552 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24756] ppid=24695 vsize=10850656 memory=5651952 CPUtime=0.96 cores=1,3,5,7
/proc/24698/task/24756/stat : 24756 (java) S 24695 24698 24385 0 -1 1077944384 48353 13153 0 0 79 10 4 3 20 0 15 0 70176535 11111071744 1412988 33554432000 4194304 4196468 140721477790032 140433835919472 140434564057730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24757] ppid=24695 vsize=10850656 memory=5652444 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24757/stat : 24757 (java) S 24695 24698 24385 0 -1 1077944384 36 13153 0 0 0 0 4 3 20 0 15 0 70176535 11111071744 1412988 33554432000 4194304 4196468 140721477790032 140433552302944 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24758] ppid=24695 vsize=10850656 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24758/stat : 24758 (java) S 24695 24698 24385 0 -1 1077944384 22 13153 0 0 0 0 4 3 20 0 15 0 70176536 11111071744 1412988 33554432000 4194304 4196468 140721477790032 140433350976640 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24759] ppid=24695 vsize=10850656 memory=5651944 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24759/stat : 24759 (java) S 24695 24698 24385 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 70176538 11111071744 1412988 33554432000 4194304 4196468 140721477790032 140433110685776 140434564065179 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24760] ppid=24695 vsize=10850656 memory=5651952 CPUtime=11.85 cores=1,3,5,7
/proc/24698/task/24760/stat : 24760 (java) S 24695 24698 24385 0 -1 1077944384 38637 13153 0 0 1171 7 4 3 20 0 15 0 70176538 11111071744 1412988 33554432000 4194304 4196468 140721477790032 140433834867312 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24761] ppid=24695 vsize=10850656 memory=5651952 CPUtime=11.74 cores=1,3,5,7
/proc/24698/task/24761/stat : 24761 (java) S 24695 24698 24385 0 -1 1077944384 41065 13153 0 0 1160 7 4 3 20 0 15 0 70176538 11111071744 1412988 33554432000 4194304 4196468 140721477790032 140433833814512 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24762] ppid=24695 vsize=10850656 memory=280911665170170 CPUtime=4.2 cores=1,3,5,7
/proc/24698/task/24762/stat : 24762 (java) S 24695 24698 24385 0 -1 1077944384 34939 13153 0 0 406 7 4 3 20 0 15 0 70176538 11111071744 1412988 33554432000 4194304 4196468 140721477790032 140433832762224 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24763] ppid=24695 vsize=10850656 memory=11181248282 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24763/stat : 24763 (java) S 24695 24698 24385 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 70176539 11111071744 1412988 33554432000 4194304 4196468 140721477790032 140433077128160 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24764] ppid=24695 vsize=10850656 memory=0 CPUtime=1.36 cores=1,3,5,7
/proc/24698/task/24764/stat : 24764 (java) S 24695 24698 24385 0 -1 1077944384 1993 13153 0 0 58 71 4 3 20 0 15 0 70176539 11111071744 1412988 33554432000 4194304 4196468 140721477790032 140433831709104 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
Current children cumulated CPU time: 2339.29 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 5651952 KiB

[startup+2262.3 s]
/proc/loadavg: 1.46 1.42 1.50 3/215 24978
/proc/meminfo: memFree=10193852/32770624 swapFree=67108860/67108860
[pid=24698] ppid=24695 vsize=10850656 memory=5652980 CPUtime=2400.38 cores=1,3,5,7
/proc/24698/stat : 24698 (java) S 24695 24698 24385 0 -1 1077944320 863053 13153 0 0 239318 713 4 3 20 0 15 0 70176524 11111071744 1413245 33554432000 4194304 4196468 140721477790032 140721477772576 140434564046583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
/proc/24698/statm: 2712664 1413245 3534 1 0 2674317 0
[pid=24698/tid=24751] ppid=24695 vsize=10850656 memory=5651952 CPUtime=2223.86 cores=1,3,5,7
/proc/24698/task/24751/stat : 24751 (java) R 24695 24698 24385 0 -1 4202560 265328 13153 0 0 222337 42 4 3 20 0 15 0 70176533 11111071744 1413245 33554432000 4194304 4196468 140721477790032 140434535881168 140434184291660 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24752] ppid=24695 vsize=10850656 memory=5652980 CPUtime=36.73 cores=1,3,5,7
/proc/24698/task/24752/stat : 24752 (java) S 24695 24698 24385 0 -1 1077944384 111625 13153 0 0 3523 143 4 3 20 0 15 0 70176534 11111071744 1413245 33554432000 4194304 4196468 140721477790032 140434568289168 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24753] ppid=24695 vsize=10850656 memory=5652980 CPUtime=36.82 cores=1,3,5,7
/proc/24698/task/24753/stat : 24753 (java) S 24695 24698 24385 0 -1 1077944384 105739 13153 0 0 3529 146 4 3 20 0 15 0 70176534 11111071744 1413245 33554432000 4194304 4196468 140721477790032 140434493594384 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24754] ppid=24695 vsize=10850656 memory=5652980 CPUtime=36.55 cores=1,3,5,7
/proc/24698/task/24754/stat : 24754 (java) S 24695 24698 24385 0 -1 1077944384 106087 13153 0 0 3504 144 4 3 20 0 15 0 70176534 11111071744 1413245 33554432000 4194304 4196468 140721477790032 140434136030352 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24755] ppid=24695 vsize=10850656 memory=5652980 CPUtime=36.67 cores=1,3,5,7
/proc/24698/task/24755/stat : 24755 (java) S 24695 24698 24385 0 -1 1077944384 100472 13153 0 0 3514 146 4 3 20 0 15 0 70176534 11111071744 1413245 33554432000 4194304 4196468 140721477790032 140434134977552 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24756] ppid=24695 vsize=10850656 memory=5652980 CPUtime=0.97 cores=1,3,5,7
/proc/24698/task/24756/stat : 24756 (java) S 24695 24698 24385 0 -1 1077944384 48701 13153 0 0 80 10 4 3 20 0 15 0 70176535 11111071744 1413245 33554432000 4194304 4196468 140721477790032 140433835919472 140434564057730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24757] ppid=24695 vsize=10850656 memory=5652976 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24757/stat : 24757 (java) S 24695 24698 24385 0 -1 1077944384 36 13153 0 0 0 0 4 3 20 0 15 0 70176535 11111071744 1413245 33554432000 4194304 4196468 140721477790032 140433552302944 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24758] ppid=24695 vsize=10850656 memory=5652976 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24758/stat : 24758 (java) S 24695 24698 24385 0 -1 1077944384 22 13153 0 0 0 0 4 3 20 0 15 0 70176536 11111071744 1413245 33554432000 4194304 4196468 140721477790032 140433350976640 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24759] ppid=24695 vsize=10850656 memory=5652980 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24759/stat : 24759 (java) S 24695 24698 24385 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 70176538 11111071744 1413245 33554432000 4194304 4196468 140721477790032 140433110685776 140434564065179 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24760] ppid=24695 vsize=10850656 memory=5652980 CPUtime=11.89 cores=1,3,5,7
/proc/24698/task/24760/stat : 24760 (java) S 24695 24698 24385 0 -1 1077944384 40276 13153 0 0 1175 7 4 3 20 0 15 0 70176538 11111071744 1413245 33554432000 4194304 4196468 140721477790032 140433834867312 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24761] ppid=24695 vsize=10850656 memory=4008 CPUtime=11.79 cores=1,3,5,7
/proc/24698/task/24761/stat : 24761 (java) S 24695 24698 24385 0 -1 1077944384 43270 13153 0 0 1164 8 4 3 20 0 15 0 70176538 11111071744 1413245 33554432000 4194304 4196468 140721477790032 140433833814512 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24762] ppid=24695 vsize=10850656 memory=1796 CPUtime=4.21 cores=1,3,5,7
/proc/24698/task/24762/stat : 24762 (java) S 24695 24698 24385 0 -1 1077944384 37268 13153 0 0 407 7 4 3 20 0 15 0 70176538 11111071744 1413245 33554432000 4194304 4196468 140721477790032 140433832762224 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24763] ppid=24695 vsize=10850656 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24763/stat : 24763 (java) S 24695 24698 24385 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 70176539 11111071744 1413245 33554432000 4194304 4196468 140721477790032 140433077128160 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24764] ppid=24695 vsize=10850656 memory=1428 CPUtime=1.4 cores=1,3,5,7
/proc/24698/task/24764/stat : 24764 (java) S 24695 24698 24385 0 -1 1077944384 2030 13153 0 0 60 73 4 3 20 0 15 0 70176539 11111071744 1413245 33554432000 4194304 4196468 140721477790032 140433831709104 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
Current children cumulated CPU time: 2400.38 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 5652980 KiB

[startup+2322.3 s]
/proc/loadavg: 1.58 1.46 1.51 3/216 24987
/proc/meminfo: memFree=10182156/32770624 swapFree=67108860/67108860
[pid=24698] ppid=24695 vsize=10850656 memory=5659804 CPUtime=2461.37 cores=1,3,5,7
/proc/24698/stat : 24698 (java) S 24695 24698 24385 0 -1 1077944320 884298 13153 0 0 245412 718 4 3 20 0 15 0 70176524 11111071744 1414951 33554432000 4194304 4196468 140721477790032 140721477772576 140434564046583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
/proc/24698/statm: 2712664 1414951 3534 1 0 2674317 0
[pid=24698/tid=24751] ppid=24695 vsize=10850656 memory=5658188 CPUtime=2283.5 cores=1,3,5,7
/proc/24698/task/24751/stat : 24751 (java) R 24695 24698 24385 0 -1 4202560 271428 13153 0 0 228301 42 4 3 20 0 15 0 70176533 11111071744 1414951 33554432000 4194304 4196468 140721477790032 140434535880896 140434169335190 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24752] ppid=24695 vsize=10850656 memory=5658180 CPUtime=37.06 cores=1,3,5,7
/proc/24698/task/24752/stat : 24752 (java) S 24695 24698 24385 0 -1 1077944384 115443 13153 0 0 3555 144 4 3 20 0 15 0 70176534 11111071744 1414951 33554432000 4194304 4196468 140721477790032 140434568289168 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24753] ppid=24695 vsize=10850656 memory=5659724 CPUtime=37.14 cores=1,3,5,7
/proc/24698/task/24753/stat : 24753 (java) S 24695 24698 24385 0 -1 1077944384 107951 13153 0 0 3560 147 4 3 20 0 15 0 70176534 11111071744 1414951 33554432000 4194304 4196468 140721477790032 140434493594384 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24754] ppid=24695 vsize=10850656 memory=5659800 CPUtime=36.87 cores=1,3,5,7
/proc/24698/task/24754/stat : 24754 (java) S 24695 24698 24385 0 -1 1077944384 108557 13153 0 0 3535 145 4 3 20 0 15 0 70176534 11111071744 1414951 33554432000 4194304 4196468 140721477790032 140434136030352 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24755] ppid=24695 vsize=10850656 memory=5659804 CPUtime=36.99 cores=1,3,5,7
/proc/24698/task/24755/stat : 24755 (java) S 24695 24698 24385 0 -1 1077944384 102958 13153 0 0 3545 147 4 3 20 0 15 0 70176534 11111071744 1414951 33554432000 4194304 4196468 140721477790032 140434134977552 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24756] ppid=24695 vsize=10850656 memory=1796 CPUtime=0.99 cores=1,3,5,7
/proc/24698/task/24756/stat : 24756 (java) S 24695 24698 24385 0 -1 1077944384 49041 13153 0 0 82 10 4 3 20 0 15 0 70176535 11111071744 1414951 33554432000 4194304 4196468 140721477790032 140433835919472 140434564057730 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24757] ppid=24695 vsize=10850656 memory=5658188 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24757/stat : 24757 (java) S 24695 24698 24385 0 -1 1077944384 36 13153 0 0 0 0 4 3 20 0 15 0 70176535 11111071744 1414951 33554432000 4194304 4196468 140721477790032 140433552302944 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24758] ppid=24695 vsize=10850656 memory=5658188 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24758/stat : 24758 (java) S 24695 24698 24385 0 -1 1077944384 22 13153 0 0 0 0 4 3 20 0 15 0 70176536 11111071744 1414951 33554432000 4194304 4196468 140721477790032 140433350976640 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24759] ppid=24695 vsize=10850656 memory=5659780 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24759/stat : 24759 (java) S 24695 24698 24385 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 70176538 11111071744 1414951 33554432000 4194304 4196468 140721477790032 140433110685776 140434564065179 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24760] ppid=24695 vsize=10850656 memory=4140 CPUtime=11.89 cores=1,3,5,7
/proc/24698/task/24760/stat : 24760 (java) S 24695 24698 24385 0 -1 1077944384 40279 13153 0 0 1175 7 4 3 20 0 15 0 70176538 11111071744 1414951 33554432000 4194304 4196468 140721477790032 140433834867312 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24761] ppid=24695 vsize=10850656 memory=2340 CPUtime=11.81 cores=1,3,5,7
/proc/24698/task/24761/stat : 24761 (java) S 24695 24698 24385 0 -1 1077944384 44966 13153 0 0 1166 8 4 3 20 0 15 0 70176538 11111071744 1414951 33554432000 4194304 4196468 140721477790032 140433833814512 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24762] ppid=24695 vsize=10850656 memory=1576 CPUtime=4.21 cores=1,3,5,7
/proc/24698/task/24762/stat : 24762 (java) S 24695 24698 24385 0 -1 1077944384 39340 13153 0 0 407 7 4 3 20 0 15 0 70176538 11111071744 1414951 33554432000 4194304 4196468 140721477790032 140433832762224 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24763] ppid=24695 vsize=10850656 memory=5659780 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24763/stat : 24763 (java) S 24695 24698 24385 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 70176539 11111071744 1414951 33554432000 4194304 4196468 140721477790032 140433077128160 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24764] ppid=24695 vsize=10850656 memory=21388 CPUtime=1.43 cores=1,3,5,7
/proc/24698/task/24764/stat : 24764 (java) S 24695 24698 24385 0 -1 1077944384 2078 13153 0 0 61 75 4 3 20 0 15 0 70176539 11111071744 1414951 33554432000 4194304 4196468 140721477790032 140433831709104 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
Current children cumulated CPU time: 2461.37 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 5659804 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2380 s]*
/proc/loadavg: 1.61 1.50 1.52 3/216 24987
/proc/meminfo: memFree=10172752/32770624 swapFree=67108860/67108860
[pid=24698] ppid=24695 vsize=10850656 memory=5670024 CPUtime=2520.07 cores=1,3,5,7
/proc/24698/stat : 24698 (java) S 24695 24698 24385 0 -1 1077944320 900597 13153 0 0 251277 723 4 3 20 0 15 0 70176524 11111071744 1417506 33554432000 4194304 4196468 140721477790032 140721477772576 140434564046583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
/proc/24698/statm: 2712664 1417506 3534 1 0 2674317 0
[pid=24698/tid=24751] ppid=24695 vsize=10850656 memory=1398720917958146503 CPUtime=2340.86 cores=1,3,5,7
/proc/24698/task/24751/stat : 24751 (java) R 24695 24698 24385 0 -1 4202560 277202 13153 0 0 234036 43 4 3 20 0 15 0 70176533 11111071744 1417506 33554432000 4194304 4196468 140721477790032 140434535880128 140434180434823 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24752] ppid=24695 vsize=10850656 memory=4126316290023845779 CPUtime=37.37 cores=1,3,5,7
/proc/24698/task/24752/stat : 24752 (java) S 24695 24698 24385 0 -1 1077944384 119073 13153 0 0 3586 144 4 3 20 0 15 0 70176534 11111071744 1417506 33554432000 4194304 4196468 140721477790032 140434568289168 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24753] ppid=24695 vsize=10850656 memory=2436 CPUtime=37.46 cores=1,3,5,7
/proc/24698/task/24753/stat : 24753 (java) S 24695 24698 24385 0 -1 1077944384 111369 13153 0 0 3592 147 4 3 20 0 15 0 70176534 11111071744 1417506 33554432000 4194304 4196468 140721477790032 140434493594384 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24754] ppid=24695 vsize=10850656 memory=1296 CPUtime=37.19 cores=1,3,5,7
/proc/24698/task/24754/stat : 24754 (java) S 24695 24698 24385 0 -1 1077944384 109745 13153 0 0 3566 146 4 3 20 0 15 0 70176534 11111071744 1417506 33554432000 4194304 4196468 140721477790032 140434136030352 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24755] ppid=24695 vsize=10850656 memory=1728 CPUtime=37.31 cores=1,3,5,7
/proc/24698/task/24755/stat : 24755 (java) S 24695 24698 24385 0 -1 1077944384 104850 13153 0 0 3577 147 4 3 20 0 15 0 70176534 11111071744 1417506 33554432000 4194304 4196468 140721477790032 140434134977552 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24756] ppid=24695 vsize=10850656 memory=1008 CPUtime=1.02 cores=1,3,5,7
/proc/24698/task/24756/stat : 24756 (java) S 24695 24698 24385 0 -1 1077944384 49400 13153 0 0 84 11 4 3 20 0 15 0 70176535 11111071744 1417506 33554432000 4194304 4196468 140721477790032 140433835919472 140434564057730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24757] ppid=24695 vsize=10850656 memory=5520 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24757/stat : 24757 (java) S 24695 24698 24385 0 -1 1077944384 36 13153 0 0 0 0 4 3 20 0 15 0 70176535 11111071744 1417506 33554432000 4194304 4196468 140721477790032 140433552302944 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24758] ppid=24695 vsize=10850656 memory=4616 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24758/stat : 24758 (java) S 24695 24698 24385 0 -1 1077944384 22 13153 0 0 0 0 4 3 20 0 15 0 70176536 11111071744 1417506 33554432000 4194304 4196468 140721477790032 140433350976640 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24759] ppid=24695 vsize=10850656 memory=1428 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24759/stat : 24759 (java) S 24695 24698 24385 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 70176538 11111071744 1417506 33554432000 4194304 4196468 140721477790032 140433110685776 140434564065179 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24760] ppid=24695 vsize=10850656 memory=13048 CPUtime=11.89 cores=1,3,5,7
/proc/24698/task/24760/stat : 24760 (java) S 24695 24698 24385 0 -1 1077944384 40286 13153 0 0 1175 7 4 3 20 0 15 0 70176538 11111071744 1417506 33554432000 4194304 4196468 140721477790032 140433834867312 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24761] ppid=24695 vsize=10850656 memory=1696 CPUtime=11.81 cores=1,3,5,7
/proc/24698/task/24761/stat : 24761 (java) S 24695 24698 24385 0 -1 1077944384 44969 13153 0 0 1166 8 4 3 20 0 15 0 70176538 11111071744 1417506 33554432000 4194304 4196468 140721477790032 140433833814512 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24762] ppid=24695 vsize=10850656 memory=1232 CPUtime=4.21 cores=1,3,5,7
/proc/24698/task/24762/stat : 24762 (java) S 24695 24698 24385 0 -1 1077944384 39345 13153 0 0 407 7 4 3 20 0 15 0 70176538 11111071744 1417506 33554432000 4194304 4196468 140721477790032 140433832762224 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24763] ppid=24695 vsize=10850656 memory=1948 CPUtime=0.07 cores=1,3,5,7
/proc/24698/task/24763/stat : 24763 (java) S 24695 24698 24385 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 70176539 11111071744 1417506 33554432000 4194304 4196468 140721477790032 140433077128160 140434564056789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
[pid=24698/tid=24764] ppid=24695 vsize=10850656 memory=1200 CPUtime=1.47 cores=1,3,5,7
/proc/24698/task/24764/stat : 24764 (java) S 24695 24698 24385 0 -1 1077944384 2101 13153 0 0 63 77 4 3 20 0 15 0 70176539 11111071744 1417506 33554432000 4194304 4196468 140721477790032 140433831709104 140434564057730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140721477798510 140721477801308 140721477801308 140721477803983 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 5670024 KiB

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

[startup+2380.06 s]
# the end of solver process 24698 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.84 s, system=7.30933 s

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

Child status: 143
Real time (s): 2380.06
CPU time (s): 2520.15
CPU user time (s): 2512.84
CPU system time (s): 7.30933
CPU usage (%): 105.886
Max. virtual memory (cumulated for all children) (KiB): 10851316
Max. memory (cumulated for all children) (KiB): 5670076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.84
system time used= 7.30933
maximum resident set size= 5674248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 918613
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80415
involuntary context switches= 3504


# summary of solver processes directly reported to runsolver:
#   pid: 24698
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2512.84
#   total CPU system time (s): 7.30933

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5852 second user time and 23.0544 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-25 15:42:13
IDJOB=4295014
IDBENCH=141455
IDSOLVER=2750
FILE ID=node136/4295014-1532526133
RUNJOBID= node136-1532524210-24417
PBS_JOBID= 21021596
Free space on /tmp= 55912 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/CarSequencing/CarSequencing-85-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295014-1532526133/watcher-4295014-1532526133 -o /tmp/evaluation-result-4295014-1532526133/solver-4295014-1532526133 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24417 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1904434324 HOME/instance-4295014-1532526133.xml

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

MD5SUM BENCH= 1301ca50d7ea6d03cca9e07ce6e480be
RANDOM SEED=1904434324

node136.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.50
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.50
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.50
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.50
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:        20493940 kB
MemAvailable:   30919748 kB
Buffers:          210984 kB
Cached:         10446436 kB
SwapCached:            0 kB
Active:          3569104 kB
Inactive:        8146456 kB
Active(anon):    1009244 kB
Inactive(anon):    76688 kB
Active(file):    2559860 kB
Inactive(file):  8069768 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26540 kB
Writeback:             0 kB
AnonPages:       1167132 kB
Mapped:            52844 kB
Shmem:             25228 kB
Slab:             250748 kB
SReclaimable:     224032 kB
SUnreclaim:        26716 kB
KernelStack:        3840 kB
PageTables:        10424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1800264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    933888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55888 MiB
End job on node136 at 2018-07-25 16:21:54