Trace number 4294952

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameCarSequencing/
CarSequencing-60-01_c18.xml
MD5SUM78ce7b18c2bc9eefd2fccfc0b2746318
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 benchmark20.4936
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1379
Number of domains2
Minimum domain size2
Maximum domain size24
Distribution of domain sizes[{"size":2,"count":1000},{"size":24,"count":200}]
Minimum variable degree2
Maximum variable degree62
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":19},{"degree":21,"count":19},{"degree":22,"count":19},{"degree":23,"count":19},{"degree":24,"count":125},{"degree":25,"count":14},{"degree":26,"count":14},"...",{"degree":38,"count":8}, {"degree":39,"count":8}, {"degree":40,"count":8}, {"degree":41,"count":8}, {"degree":42,"count":8}, {"degree":43,"count":9}, {"degree":44,"count":125}, {"degree":45,"count":6}, {"degree":46,"count":6}, {"degree":47,"count":6}, {"degree":48,"count":6}, {"degree":49,"count":6}, {"degree":50,"count":6}, {"degree":51,"count":6}, {"degree":52,"count":6}, {"degree":53,"count":6}, {"degree":54,"count":7}, {"degree":55,"count":7}, {"degree":56,"count":48}, {"degree":57,"count":3}, {"degree":58,"count":3}, {"degree":59,"count":3}, {"degree":60,"count":4}, {"degree":61,"count":4}, {"degree":62,"count":27}]
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":29,"count":1},{"arity":32,"count":1},{"arity":35,"count":1},{"arity":38,"count":1},{"arity":41,"count":1},{"arity":44,"count":1},{"arity":47,"count":2},{"arity":50,"count":2},{"arity":53,"count":2},{"arity":56,"count":2},{"arity":59,"count":2},{"arity":62,"count":2},{"arity":65,"count":2},{"arity":68,"count":2},{"arity":71,"count":2},{"arity":74,"count":2},{"arity":77,"count":2},{"arity":80,"count":2},{"arity":83,"count":2},{"arity":86,"count":2},{"arity":89,"count":2},"...",{"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":1178},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294952-1532503707/watcher-4294952-1532503707 -o /tmp/evaluation-result-4294952-1532503707/solver-4294952-1532503707 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4224 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=565979220 -superng HOME/instance-4294952-1532503707.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
solver pid=5270, runsolver pid=5267
Current StackSize limit: 8192 KiB


[startup+0.10046 s]*
/proc/loadavg: 1.31 1.38 1.45 5/206 5324
/proc/meminfo: memFree=20310488/32770624 swapFree=67108860/67108860
[pid=5270] ppid=5267 vsize=9972712 memory=16544 CPUtime=0.09 cores=1,3,5,7
/proc/5270/stat : 5270 (java) S 5267 5270 4192 0 -1 1077944320 4290 13289 0 0 1 0 5 3 20 0 6 0 67933853 10212057088 4136 33554432000 4194304 4196468 140733983612288 140733983594832 140083030245111 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
/proc/5270/statm: 2493178 4136 1932 1 0 2481616 0
[pid=5270/tid=5323] ppid=5267 vsize=9972712 memory=4718545630382498451 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5323/stat : 5323 (java) R 5267 5270 4192 0 -1 4202560 2133 13289 0 0 0 0 5 3 20 0 6 0 67933862 10212057088 4202 33554432000 4194304 4196468 140733983612288 140083002081872 140083014325598 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5324] ppid=5267 vsize=9972712 memory=5793854952296126905 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5324/stat : 5324 (java) S 5267 5270 4192 0 -1 1077944384 2 13289 0 0 0 0 5 3 20 0 6 0 67933863 10212057088 4202 33554432000 4194304 4196468 140733983612288 140083034487184 140083030255317 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5325] ppid=5267 vsize=9972712 memory=139701286233728 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5325/stat : 5325 (java) S 5267 5270 4192 0 -1 1077944384 1 13289 0 0 0 0 5 3 20 0 6 0 67933863 10212057088 4202 33554432000 4194304 4196468 140733983612288 140082922760464 140083030255317 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5326] ppid=5267 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5326/stat : 5326 (java) S 5267 5270 4192 0 -1 1077944384 2 13289 0 0 0 0 5 3 20 0 6 0 67933863 10212057088 4202 33554432000 4194304 4196468 140733983612288 140082921708176 140083030255317 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5327] ppid=5267 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5327/stat : 5327 (java) S 5267 5270 4192 0 -1 1077944384 1 13289 0 0 0 0 5 3 20 0 6 0 67933863 10212057088 4202 33554432000 4194304 4196468 140733983612288 140082920655376 140083030255317 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16544 KiB

[startup+0.210161 s]*
/proc/loadavg: 1.31 1.38 1.45 5/218 5336
/proc/meminfo: memFree=20281936/32770624 swapFree=67108860/67108860
[pid=5270] ppid=5267 vsize=10818904 memory=45788 CPUtime=0.26 cores=1,3,5,7
/proc/5270/stat : 5270 (java) S 5267 5270 4192 0 -1 1077944320 8144 13289 0 0 16 2 5 3 20 0 15 0 67933853 11078557696 11447 33554432000 4194304 4196468 140733983612288 140733983594832 140083030245111 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
/proc/5270/statm: 2704726 11447 2968 1 0 2667149 0
[pid=5270/tid=5323] ppid=5267 vsize=10818904 memory=-2899909650764262549 CPUtime=0.19 cores=1,3,5,7
/proc/5270/task/5323/stat : 5323 (java) R 5267 5270 4192 0 -1 4202560 4796 13289 0 0 10 1 5 3 20 0 15 0 67933862 11078557696 11447 33554432000 4194304 4196468 140733983612288 140083002062224 140083030267037 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5324] ppid=5267 vsize=10818904 memory=4211973427491024266 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5324/stat : 5324 (java) S 5267 5270 4192 0 -1 1077944384 2 13289 0 0 0 0 5 3 20 0 15 0 67933863 11078557696 11447 33554432000 4194304 4196468 140733983612288 140083034487184 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5325] ppid=5267 vsize=10818904 memory=139701286233728 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5325/stat : 5325 (java) S 5267 5270 4192 0 -1 1077944384 1 13289 0 0 0 0 5 3 20 0 15 0 67933863 11078557696 11447 33554432000 4194304 4196468 140733983612288 140082922760464 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5326] ppid=5267 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5326/stat : 5326 (java) S 5267 5270 4192 0 -1 1077944384 2 13289 0 0 0 0 5 3 20 0 15 0 67933863 11078557696 11447 33554432000 4194304 4196468 140733983612288 140082921708176 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5327] ppid=5267 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5327/stat : 5327 (java) S 5267 5270 4192 0 -1 1077944384 1 13289 0 0 0 0 5 3 20 0 15 0 67933863 11078557696 11447 33554432000 4194304 4196468 140733983612288 140082920655376 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5328] ppid=5267 vsize=10818904 memory=139701286233728 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5328/stat : 5328 (java) S 5267 5270 4192 0 -1 1077944384 2 13289 0 0 0 0 5 3 20 0 15 0 67933864 11078557696 11447 33554432000 4194304 4196468 140733983612288 140082489162352 140083030256258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5329] ppid=5267 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5329/stat : 5329 (java) S 5267 5270 4192 0 -1 1077944384 33 13289 0 0 0 0 5 3 20 0 15 0 67933865 11078557696 11447 33554432000 4194304 4196468 140733983612288 140082488108320 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5330] ppid=5267 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5330/stat : 5330 (java) S 5267 5270 4192 0 -1 1077944384 1 13289 0 0 0 0 5 3 20 0 15 0 67933865 11078557696 11447 33554432000 4194304 4196468 140733983612288 140082371618416 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5331] ppid=5267 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5331/stat : 5331 (java) S 5267 5270 4192 0 -1 1077944384 2 13289 0 0 0 0 5 3 20 0 15 0 67933868 11078557696 11447 33554432000 4194304 4196468 140733983612288 140081767639632 140083030263707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5332] ppid=5267 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5270/task/5332/stat : 5332 (java) S 5267 5270 4192 0 -1 1077944384 479 13289 0 0 1 0 5 3 20 0 15 0 67933868 11078557696 11447 33554432000 4194304 4196468 140733983612288 140082454550640 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5333] ppid=5267 vsize=10818904 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/5270/task/5333/stat : 5333 (java) S 5267 5270 4192 0 -1 1077944384 88 13289 0 0 1 0 5 3 20 0 15 0 67933868 11078557696 11447 33554432000 4194304 4196468 140733983612288 140082453497840 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5334] ppid=5267 vsize=10818904 memory=139701286233728 CPUtime=0.11 cores=1,3,5,7
/proc/5270/task/5334/stat : 5334 (java) S 5267 5270 4192 0 -1 1077944384 571 13289 0 0 3 0 5 3 20 0 15 0 67933868 11078557696 11447 33554432000 4194304 4196468 140733983612288 140082452445552 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5335] ppid=5267 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5335/stat : 5335 (java) S 5267 5270 4192 0 -1 1077944384 3 13289 0 0 0 0 5 3 20 0 15 0 67933868 11078557696 11447 33554432000 4194304 4196468 140733983612288 140081297877472 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5336] ppid=5267 vsize=10818904 memory=139701286233728 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5336/stat : 5336 (java) S 5267 5270 4192 0 -1 1077944384 1 13289 0 0 0 0 5 3 20 0 15 0 67933868 11078557696 11447 33554432000 4194304 4196468 140733983612288 140082451393456 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 45788 KiB

[startup+0.31026 s]*
/proc/loadavg: 1.31 1.38 1.45 4/218 5336
/proc/meminfo: memFree=20249320/32770624 swapFree=67108860/67108860
[pid=5270] ppid=5267 vsize=10819352 memory=56452 CPUtime=0.39 cores=1,3,5,7
/proc/5270/stat : 5270 (java) S 5267 5270 4192 0 -1 1077944320 10664 13289 0 0 28 3 5 3 20 0 15 0 67933853 11079016448 14113 33554432000 4194304 4196468 140733983612288 140733983594832 140083030245111 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
/proc/5270/statm: 2704838 14113 3087 1 0 2667149 0
[pid=5270/tid=5323] ppid=5267 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/5270/task/5323/stat : 5323 (java) R 5267 5270 4192 0 -1 4202560 7281 13289 0 0 18 2 5 3 20 0 15 0 67933862 11079016448 14113 33554432000 4194304 4196468 140733983612288 140083002057120 140083030267037 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5324] ppid=5267 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5324/stat : 5324 (java) S 5267 5270 4192 0 -1 1077944384 2 13289 0 0 0 0 5 3 20 0 15 0 67933863 11079016448 14113 33554432000 4194304 4196468 140733983612288 140083034487184 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5325] ppid=5267 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5325/stat : 5325 (java) S 5267 5270 4192 0 -1 1077944384 1 13289 0 0 0 0 5 3 20 0 15 0 67933863 11079016448 14113 33554432000 4194304 4196468 140733983612288 140082922760464 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5326] ppid=5267 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5326/stat : 5326 (java) S 5267 5270 4192 0 -1 1077944384 2 13289 0 0 0 0 5 3 20 0 15 0 67933863 11079016448 14113 33554432000 4194304 4196468 140733983612288 140082921708176 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5327] ppid=5267 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5327/stat : 5327 (java) S 5267 5270 4192 0 -1 1077944384 1 13289 0 0 0 0 5 3 20 0 15 0 67933863 11079016448 14113 33554432000 4194304 4196468 140733983612288 140082920655376 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5328] ppid=5267 vsize=10819352 memory=139701286233727 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5328/stat : 5328 (java) S 5267 5270 4192 0 -1 1077944384 2 13289 0 0 0 0 5 3 20 0 15 0 67933864 11079016448 14113 33554432000 4194304 4196468 140733983612288 140082489162352 140083030256258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5329] ppid=5267 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5329/stat : 5329 (java) S 5267 5270 4192 0 -1 1077944384 33 13289 0 0 0 0 5 3 20 0 15 0 67933865 11079016448 14113 33554432000 4194304 4196468 140733983612288 140082488108320 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5330] ppid=5267 vsize=10819352 memory=139701286233728 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5330/stat : 5330 (java) S 5267 5270 4192 0 -1 1077944384 1 13289 0 0 0 0 5 3 20 0 15 0 67933865 11079016448 14113 33554432000 4194304 4196468 140733983612288 140082371618416 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5331] ppid=5267 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5331/stat : 5331 (java) S 5267 5270 4192 0 -1 1077944384 2 13289 0 0 0 0 5 3 20 0 15 0 67933868 11079016448 14113 33554432000 4194304 4196468 140733983612288 140081767639632 140083030263707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5332] ppid=5267 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/5270/task/5332/stat : 5332 (java) S 5267 5270 4192 0 -1 1077944384 480 13289 0 0 2 0 5 3 20 0 15 0 67933868 11079016448 14113 33554432000 4194304 4196468 140733983612288 140082454550640 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5333] ppid=5267 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/5270/task/5333/stat : 5333 (java) S 5267 5270 4192 0 -1 1077944384 88 13289 0 0 1 0 5 3 20 0 15 0 67933868 11079016448 14113 33554432000 4194304 4196468 140733983612288 140082453497840 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5334] ppid=5267 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/5270/task/5334/stat : 5334 (java) S 5267 5270 4192 0 -1 1077944384 576 13289 0 0 5 0 5 3 20 0 15 0 67933868 11079016448 14113 33554432000 4194304 4196468 140733983612288 140082452445552 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5335] ppid=5267 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5335/stat : 5335 (java) S 5267 5270 4192 0 -1 1077944384 3 13289 0 0 0 0 5 3 20 0 15 0 67933868 11079016448 14113 33554432000 4194304 4196468 140733983612288 140081297877472 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5336] ppid=5267 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5336/stat : 5336 (java) S 5267 5270 4192 0 -1 1077944384 1 13289 0 0 0 0 5 3 20 0 15 0 67933868 11079016448 14113 33554432000 4194304 4196468 140733983612288 140082451393456 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 56452 KiB

[startup+0.700739 s]
/proc/loadavg: 1.31 1.38 1.45 5/218 5336
/proc/meminfo: memFree=20235428/32770624 swapFree=67108860/67108860
[pid=5270] ppid=5267 vsize=10819352 memory=88708 CPUtime=0.99 cores=1,3,5,7
/proc/5270/stat : 5270 (java) S 5267 5270 4192 0 -1 1077944320 16761 13289 0 0 87 4 5 3 20 0 15 0 67933853 11079016448 22177 33554432000 4194304 4196468 140733983612288 140733983594832 140083030245111 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
/proc/5270/statm: 2704838 22177 3247 1 0 2667149 0
[pid=5270/tid=5323] ppid=5267 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/5270/task/5323/stat : 5323 (java) R 5267 5270 4192 0 -1 4202560 12336 13289 0 0 55 3 5 3 20 0 15 0 67933862 11079016448 22177 33554432000 4194304 4196468 140733983612288 140083002065936 140083010520779 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5324] ppid=5267 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5324/stat : 5324 (java) S 5267 5270 4192 0 -1 1077944384 2 13289 0 0 0 0 5 3 20 0 15 0 67933863 11079016448 22177 33554432000 4194304 4196468 140733983612288 140083034487184 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5325] ppid=5267 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5325/stat : 5325 (java) S 5267 5270 4192 0 -1 1077944384 1 13289 0 0 0 0 5 3 20 0 15 0 67933863 11079016448 22177 33554432000 4194304 4196468 140733983612288 140082922760464 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5326] ppid=5267 vsize=10819352 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5326/stat : 5326 (java) S 5267 5270 4192 0 -1 1077944384 2 13289 0 0 0 0 5 3 20 0 15 0 67933863 11079016448 22177 33554432000 4194304 4196468 140733983612288 140082921708176 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5327] ppid=5267 vsize=10819352 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5327/stat : 5327 (java) S 5267 5270 4192 0 -1 1077944384 1 13289 0 0 0 0 5 3 20 0 15 0 67933863 11079016448 22177 33554432000 4194304 4196468 140733983612288 140082920655376 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5328] ppid=5267 vsize=10819352 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5328/stat : 5328 (java) S 5267 5270 4192 0 -1 1077944384 5 13289 0 0 0 0 5 3 20 0 15 0 67933864 11079016448 22177 33554432000 4194304 4196468 140733983612288 140082489162352 140083030256258 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5329] ppid=5267 vsize=10819352 memory=139701126178032 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5329/stat : 5329 (java) S 5267 5270 4192 0 -1 1077944384 33 13289 0 0 0 0 5 3 20 0 15 0 67933865 11079016448 22177 33554432000 4194304 4196468 140733983612288 140082488108320 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5330] ppid=5267 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5330/stat : 5330 (java) S 5267 5270 4192 0 -1 1077944384 1 13289 0 0 0 0 5 3 20 0 15 0 67933865 11079016448 22177 33554432000 4194304 4196468 140733983612288 140082371618416 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5331] ppid=5267 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5331/stat : 5331 (java) S 5267 5270 4192 0 -1 1077944384 2 13289 0 0 0 0 5 3 20 0 15 0 67933868 11079016448 22177 33554432000 4194304 4196468 140733983612288 140081767639632 140083030263707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5332] ppid=5267 vsize=10819352 memory=6944656575208382560 CPUtime=0.15 cores=1,3,5,7
/proc/5270/task/5332/stat : 5332 (java) S 5267 5270 4192 0 -1 1077944384 859 13289 0 0 7 0 5 3 20 0 15 0 67933868 11079016448 22177 33554432000 4194304 4196468 140733983612288 140082454550640 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5333] ppid=5267 vsize=10819352 memory=6656426216303648864 CPUtime=0.18 cores=1,3,5,7
/proc/5270/task/5333/stat : 5333 (java) S 5267 5270 4192 0 -1 1077944384 688 13289 0 0 10 0 5 3 20 0 15 0 67933868 11079016448 22177 33554432000 4194304 4196468 140733983612288 140082453497840 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5334] ppid=5267 vsize=10819352 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/5270/task/5334/stat : 5334 (java) S 5267 5270 4192 0 -1 1077944384 635 13289 0 0 13 0 5 3 20 0 15 0 67933868 11079016448 22177 33554432000 4194304 4196468 140733983612288 140082452445552 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5335] ppid=5267 vsize=10819352 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5335/stat : 5335 (java) S 5267 5270 4192 0 -1 1077944384 3 13289 0 0 0 0 5 3 20 0 15 0 67933868 11079016448 22177 33554432000 4194304 4196468 140733983612288 140081297877472 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5336] ppid=5267 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5336/stat : 5336 (java) S 5267 5270 4192 0 -1 1077944384 1 13289 0 0 0 0 5 3 20 0 15 0 67933868 11079016448 22177 33554432000 4194304 4196468 140733983612288 140082451393456 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88708 KiB

[startup+1.50069 s]
/proc/loadavg: 1.31 1.38 1.45 5/218 5336
/proc/meminfo: memFree=20058664/32770624 swapFree=67108860/67108860
[pid=5270] ppid=5267 vsize=10834252 memory=194908 CPUtime=2.85 cores=1,3,5,7
/proc/5270/stat : 5270 (java) S 5267 5270 4192 0 -1 1077944320 26635 13289 0 0 267 10 5 3 20 0 15 0 67933853 11094274048 48727 33554432000 4194304 4196468 140733983612288 140733983594832 140083030245111 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
/proc/5270/statm: 2708563 48727 3487 1 0 2670221 0
[pid=5270/tid=5323] ppid=5267 vsize=10834252 memory=0 CPUtime=1.41 cores=1,3,5,7
/proc/5270/task/5323/stat : 5323 (java) R 5267 5270 4192 0 -1 4202560 17548 13289 0 0 127 6 5 3 20 0 15 0 67933862 11094274048 48727 33554432000 4194304 4196468 140733983612288 140083002056160 140083030267037 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5324] ppid=5267 vsize=10834252 memory=4132 CPUtime=0.09 cores=1,3,5,7
/proc/5270/task/5324/stat : 5324 (java) S 5267 5270 4192 0 -1 1077944384 29 13289 0 0 1 0 5 3 20 0 15 0 67933863 11094274048 48727 33554432000 4194304 4196468 140733983612288 140083034487184 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5325] ppid=5267 vsize=10834252 memory=20512 CPUtime=0.1 cores=1,3,5,7
/proc/5270/task/5325/stat : 5325 (java) S 5267 5270 4192 0 -1 1077944384 164 13289 0 0 2 0 5 3 20 0 15 0 67933863 11094274048 48727 33554432000 4194304 4196468 140733983612288 140082922760464 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5326] ppid=5267 vsize=10834252 memory=1292 CPUtime=0.09 cores=1,3,5,7
/proc/5270/task/5326/stat : 5326 (java) S 5267 5270 4192 0 -1 1077944384 67 13289 0 0 1 0 5 3 20 0 15 0 67933863 11094274048 48727 33554432000 4194304 4196468 140733983612288 140082921708176 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5327] ppid=5267 vsize=10834252 memory=102992 CPUtime=0.09 cores=1,3,5,7
/proc/5270/task/5327/stat : 5327 (java) S 5267 5270 4192 0 -1 1077944384 14 13289 0 0 1 0 5 3 20 0 15 0 67933863 11094274048 48727 33554432000 4194304 4196468 140733983612288 140082920655376 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5328] ppid=5267 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5270/task/5328/stat : 5328 (java) S 5267 5270 4192 0 -1 1077944384 855 13289 0 0 1 0 5 3 20 0 15 0 67933864 11094274048 48727 33554432000 4194304 4196468 140733983612288 140082489162352 140083030256258 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5329] ppid=5267 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5329/stat : 5329 (java) S 5267 5270 4192 0 -1 1077944384 54 13289 0 0 0 0 5 3 20 0 15 0 67933865 11094274048 48727 33554432000 4194304 4196468 140733983612288 140082488108384 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5330] ppid=5267 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5330/stat : 5330 (java) S 5267 5270 4192 0 -1 1077944384 2 13289 0 0 0 0 5 3 20 0 15 0 67933865 11094274048 48727 33554432000 4194304 4196468 140733983612288 140082371618432 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5331] ppid=5267 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5331/stat : 5331 (java) S 5267 5270 4192 0 -1 1077944384 2 13289 0 0 0 0 5 3 20 0 15 0 67933868 11094274048 48727 33554432000 4194304 4196468 140733983612288 140081767639632 140083030263707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5332] ppid=5267 vsize=10834252 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/5270/task/5332/stat : 5332 (java) S 5267 5270 4192 0 -1 1077944384 2740 13289 0 0 46 0 5 3 20 0 15 0 67933868 11094274048 48727 33554432000 4194304 4196468 140733983612288 140082454550640 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5333] ppid=5267 vsize=10834252 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/5270/task/5333/stat : 5333 (java) S 5267 5270 4192 0 -1 1077944384 1320 13289 0 0 40 0 5 3 20 0 15 0 67933868 11094274048 48727 33554432000 4194304 4196468 140733983612288 140082453497840 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5334] ppid=5267 vsize=10834252 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/5270/task/5334/stat : 5334 (java) S 5267 5270 4192 0 -1 1077944384 1642 13289 0 0 42 0 5 3 20 0 15 0 67933868 11094274048 48727 33554432000 4194304 4196468 140733983612288 140082452445552 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5335] ppid=5267 vsize=10834252 memory=288230596050944315 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5335/stat : 5335 (java) S 5267 5270 4192 0 -1 1077944384 3 13289 0 0 0 0 5 3 20 0 15 0 67933868 11094274048 48727 33554432000 4194304 4196468 140733983612288 140081297877472 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5336] ppid=5267 vsize=10834252 memory=16100360058046859 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5336/stat : 5336 (java) S 5267 5270 4192 0 -1 1077944384 3 13289 0 0 0 0 5 3 20 0 15 0 67933868 11094274048 48727 33554432000 4194304 4196468 140733983612288 140082451393456 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 10834252 KiB

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

/proc/5270/task/5323/stat : 5323 (java) R 5267 5270 4192 0 -1 4202560 322778 13289 0 0 214390 61 5 3 20 0 15 0 67933862 11113168896 1214989 33554432000 4194304 4196468 140733983612288 140083002079664 140082616501797 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5324] ppid=5267 vsize=10852704 memory=4859924 CPUtime=56.08 cores=1,3,5,7
/proc/5270/task/5324/stat : 5324 (java) S 5267 5270 4192 0 -1 1077944384 78738 13289 0 0 5384 216 5 3 20 0 15 0 67933863 11113168896 1214989 33554432000 4194304 4196468 140733983612288 140083034487184 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5325] ppid=5267 vsize=10852704 memory=4829144 CPUtime=55.98 cores=1,3,5,7
/proc/5270/task/5325/stat : 5325 (java) S 5267 5270 4192 0 -1 1077944384 80216 13289 0 0 5374 216 5 3 20 0 15 0 67933863 11113168896 1214989 33554432000 4194304 4196468 140733983612288 140082922760464 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5326] ppid=5267 vsize=10852704 memory=4859916 CPUtime=56.23 cores=1,3,5,7
/proc/5270/task/5326/stat : 5326 (java) S 5267 5270 4192 0 -1 1077944384 64892 13289 0 0 5397 218 5 3 20 0 15 0 67933863 11113168896 1214989 33554432000 4194304 4196468 140733983612288 140082921708176 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5327] ppid=5267 vsize=10852704 memory=4859924 CPUtime=56.09 cores=1,3,5,7
/proc/5270/task/5327/stat : 5327 (java) S 5267 5270 4192 0 -1 1077944384 78232 13289 0 0 5384 217 5 3 20 0 15 0 67933863 11113168896 1214989 33554432000 4194304 4196468 140733983612288 140082920655376 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5328] ppid=5267 vsize=10852704 memory=4859924 CPUtime=0.97 cores=1,3,5,7
/proc/5270/task/5328/stat : 5328 (java) S 5267 5270 4192 0 -1 1077944384 70975 13289 0 0 77 12 5 3 20 0 15 0 67933864 11113168896 1214989 33554432000 4194304 4196468 140733983612288 140082489162352 140083030256258 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5329] ppid=5267 vsize=10852704 memory=4859924 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5329/stat : 5329 (java) S 5267 5270 4192 0 -1 1077944384 77 13289 0 0 0 0 5 3 20 0 15 0 67933865 11113168896 1214989 33554432000 4194304 4196468 140733983612288 140082488108384 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5330] ppid=5267 vsize=10852704 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5330/stat : 5330 (java) S 5267 5270 4192 0 -1 1077944384 6 13289 0 0 0 0 5 3 20 0 15 0 67933865 11113168896 1214989 33554432000 4194304 4196468 140733983612288 140082371618432 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5331] ppid=5267 vsize=10852704 memory=4859956 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5331/stat : 5331 (java) S 5267 5270 4192 0 -1 1077944384 2 13289 0 0 0 0 5 3 20 0 15 0 67933868 11113168896 1214989 33554432000 4194304 4196468 140733983612288 140081767639632 140083030263707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5332] ppid=5267 vsize=10852704 memory=4859924 CPUtime=13.3 cores=1,3,5,7
/proc/5270/task/5332/stat : 5332 (java) S 5267 5270 4192 0 -1 1077944384 67720 13289 0 0 1313 9 5 3 20 0 15 0 67933868 11113168896 1214989 33554432000 4194304 4196468 140733983612288 140082454550640 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5333] ppid=5267 vsize=10852704 memory=240231 CPUtime=14.52 cores=1,3,5,7
/proc/5270/task/5333/stat : 5333 (java) S 5267 5270 4192 0 -1 1077944384 80737 13289 0 0 1436 8 5 3 20 0 15 0 67933868 11113168896 1214989 33554432000 4194304 4196468 140733983612288 140082453497840 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5334] ppid=5267 vsize=10852704 memory=4859924 CPUtime=4.47 cores=1,3,5,7
/proc/5270/task/5334/stat : 5334 (java) S 5267 5270 4192 0 -1 1077944384 63386 13289 0 0 428 11 5 3 20 0 15 0 67933868 11113168896 1214989 33554432000 4194304 4196468 140733983612288 140082452445552 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5335] ppid=5267 vsize=10852704 memory=4859956 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5335/stat : 5335 (java) S 5267 5270 4192 0 -1 1077944384 3 13289 0 0 0 0 5 3 20 0 15 0 67933868 11113168896 1214989 33554432000 4194304 4196468 140733983612288 140081297877472 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5336] ppid=5267 vsize=10852704 memory=301794158559088906 CPUtime=1.35 cores=1,3,5,7
/proc/5270/task/5336/stat : 5336 (java) S 5267 5270 4192 0 -1 1077944384 1711 13289 0 0 53 74 5 3 20 0 15 0 67933868 11113168896 1214989 33554432000 4194304 4196468 140733983612288 140082451393456 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
Current children cumulated CPU time: 2402.99 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 4859956 KiB

[startup+2262.3 s]
/proc/loadavg: 1.37 1.44 1.53 3/218 5431
/proc/meminfo: memFree=13893976/32770624 swapFree=67108860/67108860
[pid=5270] ppid=5267 vsize=10852704 memory=4859996 CPUtime=2463.1 cores=1,3,5,7
/proc/5270/stat : 5270 (java) S 5267 5270 4192 0 -1 1077944320 923487 13289 0 0 245268 1034 5 3 20 0 15 0 67933853 11113168896 1214999 33554432000 4194304 4196468 140733983612288 140733983594832 140083030245111 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
/proc/5270/statm: 2713176 1214999 3540 1 0 2674829 0
[pid=5270/tid=5323] ppid=5267 vsize=10852704 memory=4859996 CPUtime=2204.55 cores=1,3,5,7
/proc/5270/task/5323/stat : 5323 (java) R 5267 5270 4192 0 -1 4202560 329296 13289 0 0 220385 62 5 3 20 0 15 0 67933862 11113168896 1214999 33554432000 4194304 4196468 140733983612288 140083002078688 140082616503324 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5324] ppid=5267 vsize=10852704 memory=4859996 CPUtime=56.11 cores=1,3,5,7
/proc/5270/task/5324/stat : 5324 (java) S 5267 5270 4192 0 -1 1077944384 78781 13289 0 0 5387 216 5 3 20 0 15 0 67933863 11113168896 1214999 33554432000 4194304 4196468 140733983612288 140083034487184 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5325] ppid=5267 vsize=10852704 memory=4859996 CPUtime=56.01 cores=1,3,5,7
/proc/5270/task/5325/stat : 5325 (java) S 5267 5270 4192 0 -1 1077944384 81056 13289 0 0 5377 216 5 3 20 0 15 0 67933863 11113168896 1214999 33554432000 4194304 4196468 140733983612288 140082922760464 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5326] ppid=5267 vsize=10852704 memory=4859996 CPUtime=56.26 cores=1,3,5,7
/proc/5270/task/5326/stat : 5326 (java) S 5267 5270 4192 0 -1 1077944384 67637 13289 0 0 5400 218 5 3 20 0 15 0 67933863 11113168896 1214999 33554432000 4194304 4196468 140733983612288 140082921708176 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5327] ppid=5267 vsize=10852704 memory=4859996 CPUtime=56.11 cores=1,3,5,7
/proc/5270/task/5327/stat : 5327 (java) S 5267 5270 4192 0 -1 1077944384 79533 13289 0 0 5386 217 5 3 20 0 15 0 67933863 11113168896 1214999 33554432000 4194304 4196468 140733983612288 140082920655376 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5328] ppid=5267 vsize=10852704 memory=8544 CPUtime=0.98 cores=1,3,5,7
/proc/5270/task/5328/stat : 5328 (java) S 5267 5270 4192 0 -1 1077944384 71308 13289 0 0 78 12 5 3 20 0 15 0 67933864 11113168896 1214999 33554432000 4194304 4196468 140733983612288 140082489162352 140083030256258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5329] ppid=5267 vsize=10852704 memory=4859996 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5329/stat : 5329 (java) S 5267 5270 4192 0 -1 1077944384 77 13289 0 0 0 0 5 3 20 0 15 0 67933865 11113168896 1214999 33554432000 4194304 4196468 140733983612288 140082488108384 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5330] ppid=5267 vsize=10852704 memory=15872 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5330/stat : 5330 (java) S 5267 5270 4192 0 -1 1077944384 6 13289 0 0 0 0 5 3 20 0 15 0 67933865 11113168896 1214999 33554432000 4194304 4196468 140733983612288 140082371618432 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5331] ppid=5267 vsize=10852704 memory=4859968 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5331/stat : 5331 (java) S 5267 5270 4192 0 -1 1077944384 2 13289 0 0 0 0 5 3 20 0 15 0 67933868 11113168896 1214999 33554432000 4194304 4196468 140733983612288 140081767639632 140083030263707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5332] ppid=5267 vsize=10852704 memory=4859968 CPUtime=13.3 cores=1,3,5,7
/proc/5270/task/5332/stat : 5332 (java) S 5267 5270 4192 0 -1 1077944384 67724 13289 0 0 1313 9 5 3 20 0 15 0 67933868 11113168896 1214999 33554432000 4194304 4196468 140733983612288 140082454550640 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5333] ppid=5267 vsize=10852704 memory=8112282956445269571 CPUtime=14.52 cores=1,3,5,7
/proc/5270/task/5333/stat : 5333 (java) S 5267 5270 4192 0 -1 1077944384 80745 13289 0 0 1436 8 5 3 20 0 15 0 67933868 11113168896 1214999 33554432000 4194304 4196468 140733983612288 140082453497840 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5334] ppid=5267 vsize=10852704 memory=2236 CPUtime=4.47 cores=1,3,5,7
/proc/5270/task/5334/stat : 5334 (java) S 5267 5270 4192 0 -1 1077944384 63390 13289 0 0 428 11 5 3 20 0 15 0 67933868 11113168896 1214999 33554432000 4194304 4196468 140733983612288 140082452445552 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5335] ppid=5267 vsize=10852704 memory=4859996 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5335/stat : 5335 (java) S 5267 5270 4192 0 -1 1077944384 3 13289 0 0 0 0 5 3 20 0 15 0 67933868 11113168896 1214999 33554432000 4194304 4196468 140733983612288 140081297877472 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5336] ppid=5267 vsize=10852704 memory=4132 CPUtime=1.38 cores=1,3,5,7
/proc/5270/task/5336/stat : 5336 (java) S 5267 5270 4192 0 -1 1077944384 1737 13289 0 0 54 76 5 3 20 0 15 0 67933868 11113168896 1214999 33554432000 4194304 4196468 140733983612288 140082451393456 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
Current children cumulated CPU time: 2463.1 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 4859996 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2319.11 s]
/proc/loadavg: 1.42 1.45 1.53 3/218 5432
/proc/meminfo: memFree=13894172/32770624 swapFree=67108860/67108860
[pid=5270] ppid=5267 vsize=10852704 memory=4859884 CPUtime=2520.01 cores=1,3,5,7
/proc/5270/stat : 5270 (java) S 5267 5270 4192 0 -1 1077944320 934541 13289 0 0 250957 1036 5 3 20 0 15 0 67933853 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140733983594832 140083030245111 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
/proc/5270/statm: 2713176 1214971 3540 1 0 2674829 0
[pid=5270/tid=5323] ppid=5267 vsize=10852704 memory=4859960 CPUtime=2261.32 cores=1,3,5,7
/proc/5270/task/5323/stat : 5323 (java) R 5267 5270 4192 0 -1 4202560 335149 13289 0 0 226061 63 5 3 20 0 15 0 67933862 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140083002078912 140082616502308 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5324] ppid=5267 vsize=10852704 memory=4859908 CPUtime=56.14 cores=1,3,5,7
/proc/5270/task/5324/stat : 5324 (java) S 5267 5270 4192 0 -1 1077944384 78929 13289 0 0 5390 216 5 3 20 0 15 0 67933863 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140083034487184 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5325] ppid=5267 vsize=10852704 memory=4859884 CPUtime=56.03 cores=1,3,5,7
/proc/5270/task/5325/stat : 5325 (java) S 5267 5270 4192 0 -1 1077944384 82212 13289 0 0 5379 216 5 3 20 0 15 0 67933863 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140082922760464 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5326] ppid=5267 vsize=10852704 memory=4859884 CPUtime=56.29 cores=1,3,5,7
/proc/5270/task/5326/stat : 5326 (java) S 5267 5270 4192 0 -1 1077944384 68382 13289 0 0 5403 218 5 3 20 0 15 0 67933863 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140082921708176 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5327] ppid=5267 vsize=10852704 memory=4859884 CPUtime=56.14 cores=1,3,5,7
/proc/5270/task/5327/stat : 5327 (java) S 5267 5270 4192 0 -1 1077944384 82316 13289 0 0 5389 217 5 3 20 0 15 0 67933863 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140082920655376 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5328] ppid=5267 vsize=10852704 memory=4859996 CPUtime=0.98 cores=1,3,5,7
/proc/5270/task/5328/stat : 5328 (java) S 5267 5270 4192 0 -1 1077944384 71635 13289 0 0 78 12 5 3 20 0 15 0 67933864 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140082489162352 140083030256258 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5329] ppid=5267 vsize=10852704 memory=4859884 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5329/stat : 5329 (java) S 5267 5270 4192 0 -1 1077944384 77 13289 0 0 0 0 5 3 20 0 15 0 67933865 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140082488108384 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5330] ppid=5267 vsize=10852704 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5330/stat : 5330 (java) S 5267 5270 4192 0 -1 1077944384 6 13289 0 0 0 0 5 3 20 0 15 0 67933865 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140082371618432 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5331] ppid=5267 vsize=10852704 memory=20728 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5331/stat : 5331 (java) S 5267 5270 4192 0 -1 1077944384 2 13289 0 0 0 0 5 3 20 0 15 0 67933868 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140081767639632 140083030263707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5332] ppid=5267 vsize=10852704 memory=4859884 CPUtime=13.3 cores=1,3,5,7
/proc/5270/task/5332/stat : 5332 (java) S 5267 5270 4192 0 -1 1077944384 67729 13289 0 0 1313 9 5 3 20 0 15 0 67933868 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140082454550640 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5333] ppid=5267 vsize=10852704 memory=4132 CPUtime=14.52 cores=1,3,5,7
/proc/5270/task/5333/stat : 5333 (java) S 5267 5270 4192 0 -1 1077944384 80748 13289 0 0 1436 8 5 3 20 0 15 0 67933868 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140082453497840 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5334] ppid=5267 vsize=10852704 memory=4859944 CPUtime=4.47 cores=1,3,5,7
/proc/5270/task/5334/stat : 5334 (java) S 5267 5270 4192 0 -1 1077944384 63398 13289 0 0 428 11 5 3 20 0 15 0 67933868 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140082452445552 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5335] ppid=5267 vsize=10852704 memory=1832 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5335/stat : 5335 (java) S 5267 5270 4192 0 -1 1077944384 3 13289 0 0 0 0 5 3 20 0 15 0 67933868 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140081297877472 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5336] ppid=5267 vsize=10852704 memory=4132 CPUtime=1.42 cores=1,3,5,7
/proc/5270/task/5336/stat : 5336 (java) S 5267 5270 4192 0 -1 1077944384 1763 13289 0 0 56 78 5 3 20 0 15 0 67933868 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140082451393456 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 4859884 KiB

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

[startup+2319.16 s]
# the end of solver process 5270 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2509.66 s, system=10.433 s

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

[startup+2319.11 s]
/proc/loadavg: 1.42 1.45 1.53 3/218 5432
/proc/meminfo: memFree=13894172/32770624 swapFree=67108860/67108860
[pid=5270] ppid=5267 vsize=10852704 memory=4859884 CPUtime=2520.01 cores=1,3,5,7
/proc/5270/stat : 5270 (java) S 5267 5270 4192 0 -1 1077944320 934541 13289 0 0 250957 1036 5 3 20 0 15 0 67933853 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140733983594832 140083030245111 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
/proc/5270/statm: 2713176 1214971 3540 1 0 2674829 0
[pid=5270/tid=5323] ppid=5267 vsize=10852704 memory=4859960 CPUtime=2261.32 cores=1,3,5,7
/proc/5270/task/5323/stat : 5323 (java) R 5267 5270 4192 0 -1 4202560 335149 13289 0 0 226061 63 5 3 20 0 15 0 67933862 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140083002078912 140082616502308 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5324] ppid=5267 vsize=10852704 memory=4859908 CPUtime=56.14 cores=1,3,5,7
/proc/5270/task/5324/stat : 5324 (java) S 5267 5270 4192 0 -1 1077944384 78929 13289 0 0 5390 216 5 3 20 0 15 0 67933863 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140083034487184 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5325] ppid=5267 vsize=10852704 memory=4859884 CPUtime=56.03 cores=1,3,5,7
/proc/5270/task/5325/stat : 5325 (java) S 5267 5270 4192 0 -1 1077944384 82212 13289 0 0 5379 216 5 3 20 0 15 0 67933863 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140082922760464 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5326] ppid=5267 vsize=10852704 memory=4859884 CPUtime=56.29 cores=1,3,5,7
/proc/5270/task/5326/stat : 5326 (java) S 5267 5270 4192 0 -1 1077944384 68382 13289 0 0 5403 218 5 3 20 0 15 0 67933863 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140082921708176 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5327] ppid=5267 vsize=10852704 memory=4859884 CPUtime=56.14 cores=1,3,5,7
/proc/5270/task/5327/stat : 5327 (java) S 5267 5270 4192 0 -1 1077944384 82316 13289 0 0 5389 217 5 3 20 0 15 0 67933863 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140082920655376 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5328] ppid=5267 vsize=10852704 memory=4859996 CPUtime=0.98 cores=1,3,5,7
/proc/5270/task/5328/stat : 5328 (java) S 5267 5270 4192 0 -1 1077944384 71635 13289 0 0 78 12 5 3 20 0 15 0 67933864 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140082489162352 140083030256258 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5329] ppid=5267 vsize=10852704 memory=4859884 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5329/stat : 5329 (java) S 5267 5270 4192 0 -1 1077944384 77 13289 0 0 0 0 5 3 20 0 15 0 67933865 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140082488108384 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5330] ppid=5267 vsize=10852704 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5330/stat : 5330 (java) S 5267 5270 4192 0 -1 1077944384 6 13289 0 0 0 0 5 3 20 0 15 0 67933865 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140082371618432 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5331] ppid=5267 vsize=10852704 memory=20728 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5331/stat : 5331 (java) S 5267 5270 4192 0 -1 1077944384 2 13289 0 0 0 0 5 3 20 0 15 0 67933868 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140081767639632 140083030263707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5332] ppid=5267 vsize=10852704 memory=4859884 CPUtime=13.3 cores=1,3,5,7
/proc/5270/task/5332/stat : 5332 (java) S 5267 5270 4192 0 -1 1077944384 67729 13289 0 0 1313 9 5 3 20 0 15 0 67933868 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140082454550640 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5333] ppid=5267 vsize=10852704 memory=4132 CPUtime=14.52 cores=1,3,5,7
/proc/5270/task/5333/stat : 5333 (java) S 5267 5270 4192 0 -1 1077944384 80748 13289 0 0 1436 8 5 3 20 0 15 0 67933868 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140082453497840 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5334] ppid=5267 vsize=10852704 memory=4859944 CPUtime=4.47 cores=1,3,5,7
/proc/5270/task/5334/stat : 5334 (java) S 5267 5270 4192 0 -1 1077944384 63398 13289 0 0 428 11 5 3 20 0 15 0 67933868 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140082452445552 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5335] ppid=5267 vsize=10852704 memory=1832 CPUtime=0.08 cores=1,3,5,7
/proc/5270/task/5335/stat : 5335 (java) S 5267 5270 4192 0 -1 1077944384 3 13289 0 0 0 0 5 3 20 0 15 0 67933868 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140081297877472 140083030255317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
[pid=5270/tid=5336] ppid=5267 vsize=10852704 memory=4132 CPUtime=1.42 cores=1,3,5,7
/proc/5270/task/5336/stat : 5336 (java) S 5267 5270 4192 0 -1 1077944384 1763 13289 0 0 56 78 5 3 20 0 15 0 67933868 11113168896 1214971 33554432000 4194304 4196468 140733983612288 140082451393456 140083030256258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18231296 140733983615148 140733983618396 140733983618396 140733983621071 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 4859884 KiB

Child status: 143
Real time (s): 2319.16
CPU time (s): 2520.09
CPU user time (s): 2509.66
CPU system time (s): 10.433
CPU usage (%): 108.664
Max. virtual memory (cumulated for all children) (KiB): 10852704
Max. memory (cumulated for all children) (KiB): 5787032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2509.66
system time used= 10.433
maximum resident set size= 5787044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 953015
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 72448
involuntary context switches= 5672


# summary of solver processes directly reported to runsolver:
#   pid: 5270
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2509.66
#   total CPU system time (s): 10.433

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6697 second user time and 22.4068 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-25 09:28:27
IDJOB=4294952
IDBENCH=141448
IDSOLVER=2751
FILE ID=node132/4294952-1532503707
RUNJOBID= node132-1532498695-4224
PBS_JOBID= 21021589
Free space on /tmp= 52116 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/CarSequencing/CarSequencing-60-01_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294952-1532503707/watcher-4294952-1532503707 -o /tmp/evaluation-result-4294952-1532503707/solver-4294952-1532503707 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4224 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=565979220 -superng HOME/instance-4294952-1532503707.xml

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

MD5SUM BENCH= 78ce7b18c2bc9eefd2fccfc0b2746318
RANDOM SEED=565979220

node132.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.65
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.65
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.65
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.65
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:        20319196 kB
MemAvailable:   31647344 kB
Buffers:          192732 kB
Cached:         11294680 kB
SwapCached:            0 kB
Active:          3429052 kB
Inactive:        8406940 kB
Active(anon):     298776 kB
Inactive(anon):    69452 kB
Active(file):    3130276 kB
Inactive(file):  8337488 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             55200 kB
Writeback:             0 kB
AnonPages:        374204 kB
Mapped:            52284 kB
Shmem:             17056 kB
Slab:             315880 kB
SReclaimable:     288844 kB
SUnreclaim:        27036 kB
KernelStack:        3856 kB
PageTables:         5860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1345716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52092 MiB
End job on node132 at 2018-07-25 10:07:06