Trace number 4295006

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.54 2230.18

General information on the benchmark

NameCarSequencing/
CarSequencing-70-01_c18.xml
MD5SUM5ebb66a2f72e45e9d6642a776a6cc19c
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 benchmark5.09527
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1402
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 degree63
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":19},{"degree":25,"count":19},{"degree":26,"count":19},"...",{"degree":39,"count":8}, {"degree":40,"count":8}, {"degree":41,"count":8}, {"degree":42,"count":8}, {"degree":43,"count":8}, {"degree":44,"count":8}, {"degree":45,"count":8}, {"degree":46,"count":8}, {"degree":47,"count":8}, {"degree":48,"count":8}, {"degree":49,"count":8}, {"degree":50,"count":8}, {"degree":51,"count":8}, {"degree":52,"count":8}, {"degree":53,"count":9}, {"degree":54,"count":9}, {"degree":55,"count":53}, {"degree":56,"count":5}, {"degree":57,"count":6}, {"degree":58,"count":6}, {"degree":59,"count":38}, {"degree":60,"count":2}, {"degree":61,"count":2}, {"degree":62,"count":3}, {"degree":63,"count":81}]
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":38,"count":1},{"arity":41,"count":1},{"arity":44,"count":1},{"arity":47,"count":1},{"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":75,"count":1},{"arity":77,"count":2},{"arity":80,"count":3},{"arity":82,"count":1},{"arity":83,"count":2},{"arity":84,"count":1},{"arity":85,"count":1},{"arity":86,"count":3},"...",{"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":1201},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295006-1532510972/watcher-4295006-1532510972 -o /tmp/evaluation-result-4295006-1532510972/solver-4295006-1532510972 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4223 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2053907417 -superng HOME/instance-4295006-1532510972.xml 

running on 4 cores: 0,2,4,6

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

solver pid=6313, runsolver pid=6310

[startup+0.100138 s]*
/proc/loadavg: 1.94 1.92 1.88 5/209 6370
/proc/meminfo: memFree=15671968/32770624 swapFree=67108860/67108860
[pid=6313] ppid=6310 vsize=9972712 memory=14644 CPUtime=0.09 cores=0,2,4,6
/proc/6313/stat : 6313 (java) S 6310 6313 4192 0 -1 1077944320 4336 13243 0 0 1 0 5 3 20 0 6 0 68660382 10212057088 3661 33554432000 4194304 4196468 140720972055392 140720972037936 140441399467767 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
/proc/6313/statm: 2493178 3661 1932 1 0 2481616 0
[pid=6313/tid=6366] ppid=6310 vsize=9972712 memory=4718545630382498451 CPUtime=0.09 cores=0,2,4,6
/proc/6313/task/6366/stat : 6366 (java) R 6310 6313 4192 0 -1 4202560 2185 13243 0 0 1 0 5 3 20 0 6 0 68660391 10212057088 3727 33554432000 4194304 4196468 140720972055392 140441371304528 140441383548254 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6367] ppid=6310 vsize=9972712 memory=5793855817550625209 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6367/stat : 6367 (java) S 6310 6313 4192 0 -1 1077944384 2 13243 0 0 0 0 5 3 20 0 6 0 68660392 10212057088 3727 33554432000 4194304 4196468 140720972055392 140441403710480 140441399477973 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6368] ppid=6310 vsize=9972712 memory=140566540732032 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6368/stat : 6368 (java) S 6310 6313 4192 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 6 0 68660392 10212057088 3727 33554432000 4194304 4196468 140720972055392 140440972397712 140441399477973 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6369] ppid=6310 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6369/stat : 6369 (java) S 6310 6313 4192 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 6 0 68660392 10212057088 3727 33554432000 4194304 4196468 140720972055392 140440971344656 140441399477973 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6370] ppid=6310 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6370/stat : 6370 (java) S 6310 6313 4192 0 -1 1077944384 2 13243 0 0 0 0 5 3 20 0 6 0 68660392 10212057088 3727 33554432000 4194304 4196468 140720972055392 140440970292112 140441399477973 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14644 KiB

[startup+0.210305 s]*
/proc/loadavg: 1.94 1.92 1.88 3/218 6379
/proc/meminfo: memFree=15647624/32770624 swapFree=67108860/67108860
[pid=6313] ppid=6310 vsize=10818904 memory=42028 CPUtime=0.26 cores=0,2,4,6
/proc/6313/stat : 6313 (java) S 6310 6313 4192 0 -1 1077944320 7715 13243 0 0 16 2 5 3 20 0 15 0 68660382 11078557696 10507 33554432000 4194304 4196468 140720972055392 140720972037936 140441399467767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
/proc/6313/statm: 2704726 10507 2974 1 0 2667149 0
[pid=6313/tid=6366] ppid=6310 vsize=10818904 memory=-2899909650764262549 CPUtime=0.19 cores=0,2,4,6
/proc/6313/task/6366/stat : 6366 (java) R 6310 6313 4192 0 -1 4202560 4463 13243 0 0 10 1 5 3 20 0 15 0 68660391 11078557696 10705 33554432000 4194304 4196468 140720972055392 140441371263808 140441377490050 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6367] ppid=6310 vsize=10818904 memory=4211974292745522570 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6367/stat : 6367 (java) S 6310 6313 4192 0 -1 1077944384 2 13243 0 0 0 0 5 3 20 0 15 0 68660392 11078557696 10705 33554432000 4194304 4196468 140720972055392 140441403710480 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6368] ppid=6310 vsize=10818904 memory=140566540732032 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6368/stat : 6368 (java) S 6310 6313 4192 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 68660392 11078557696 10705 33554432000 4194304 4196468 140720972055392 140440972397712 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6369] ppid=6310 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6369/stat : 6369 (java) S 6310 6313 4192 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 68660392 11078557696 10705 33554432000 4194304 4196468 140720972055392 140440971344656 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6370] ppid=6310 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6370/stat : 6370 (java) S 6310 6313 4192 0 -1 1077944384 2 13243 0 0 0 0 5 3 20 0 15 0 68660392 11078557696 10705 33554432000 4194304 4196468 140720972055392 140440970292112 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6371] ppid=6310 vsize=10818904 memory=140566540732032 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6371/stat : 6371 (java) S 6310 6313 4192 0 -1 1077944384 2 13243 0 0 0 0 5 3 20 0 15 0 68660393 11078557696 10705 33554432000 4194304 4196468 140720972055392 140440858749168 140441399478914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6372] ppid=6310 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6372/stat : 6372 (java) S 6310 6313 4192 0 -1 1077944384 13 13243 0 0 0 0 5 3 20 0 15 0 68660394 11078557696 10705 33554432000 4194304 4196468 140720972055392 140440580215968 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6373] ppid=6310 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6373/stat : 6373 (java) S 6310 6313 4192 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 68660394 11078557696 10705 33554432000 4194304 4196468 140720972055392 140440196080368 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6374] ppid=6310 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6374/stat : 6374 (java) S 6310 6313 4192 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 68660397 11078557696 10705 33554432000 4194304 4196468 140720972055392 140440056448976 140441399486363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6375] ppid=6310 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6313/task/6375/stat : 6375 (java) S 6310 6313 4192 0 -1 1077944384 488 13243 0 0 1 0 5 3 20 0 15 0 68660397 11078557696 10705 33554432000 4194304 4196468 140720972055392 140440857697008 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6376] ppid=6310 vsize=10818904 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/6313/task/6376/stat : 6376 (java) S 6310 6313 4192 0 -1 1077944384 98 13243 0 0 1 0 5 3 20 0 15 0 68660397 11078557696 10705 33554432000 4194304 4196468 140720972055392 140440856644464 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6377] ppid=6310 vsize=10818904 memory=140566540732032 CPUtime=0.11 cores=0,2,4,6
/proc/6313/task/6377/stat : 6377 (java) S 6310 6313 4192 0 -1 1077944384 627 13243 0 0 3 0 5 3 20 0 15 0 68660397 11078557696 10771 33554432000 4194304 4196468 140720972055392 140440855591408 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6378] ppid=6310 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6378/stat : 6378 (java) S 6310 6313 4192 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 68660397 11078557696 10771 33554432000 4194304 4196468 140720972055392 140439659211616 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6379] ppid=6310 vsize=10818904 memory=140566540732032 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6379/stat : 6379 (java) S 6310 6313 4192 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 68660397 11078557696 10771 33554432000 4194304 4196468 140720972055392 140440854538800 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42028 KiB

[startup+0.310313 s]*
/proc/loadavg: 1.94 1.92 1.88 3/218 6379
/proc/meminfo: memFree=15634600/32770624 swapFree=67108860/67108860
[pid=6313] ppid=6310 vsize=10819352 memory=55172 CPUtime=0.39 cores=0,2,4,6
/proc/6313/stat : 6313 (java) S 6310 6313 4192 0 -1 1077944320 10887 13243 0 0 28 3 5 3 20 0 15 0 68660382 11079016448 13793 33554432000 4194304 4196468 140720972055392 140720972037936 140441399467767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
/proc/6313/statm: 2704838 13793 3093 1 0 2667149 0
[pid=6313/tid=6366] ppid=6310 vsize=10819352 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/6313/task/6366/stat : 6366 (java) R 6310 6313 4192 0 -1 4202560 7429 13243 0 0 19 2 5 3 20 0 15 0 68660391 11079016448 13793 33554432000 4194304 4196468 140720972055392 140441371279776 140441383548254 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6367] ppid=6310 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6367/stat : 6367 (java) S 6310 6313 4192 0 -1 1077944384 2 13243 0 0 0 0 5 3 20 0 15 0 68660392 11079016448 13793 33554432000 4194304 4196468 140720972055392 140441403710480 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6368] ppid=6310 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6368/stat : 6368 (java) S 6310 6313 4192 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 68660392 11079016448 13793 33554432000 4194304 4196468 140720972055392 140440972397712 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6369] ppid=6310 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6369/stat : 6369 (java) S 6310 6313 4192 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 68660392 11079016448 13793 33554432000 4194304 4196468 140720972055392 140440971344656 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6370] ppid=6310 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6370/stat : 6370 (java) S 6310 6313 4192 0 -1 1077944384 2 13243 0 0 0 0 5 3 20 0 15 0 68660392 11079016448 13793 33554432000 4194304 4196468 140720972055392 140440970292112 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6371] ppid=6310 vsize=10819352 memory=140566540732031 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6371/stat : 6371 (java) S 6310 6313 4192 0 -1 1077944384 2 13243 0 0 0 0 5 3 20 0 15 0 68660393 11079016448 13793 33554432000 4194304 4196468 140720972055392 140440858749168 140441399478914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6372] ppid=6310 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6372/stat : 6372 (java) S 6310 6313 4192 0 -1 1077944384 13 13243 0 0 0 0 5 3 20 0 15 0 68660394 11079016448 13793 33554432000 4194304 4196468 140720972055392 140440580215968 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6373] ppid=6310 vsize=10819352 memory=140566540732032 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6373/stat : 6373 (java) S 6310 6313 4192 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 68660394 11079016448 13793 33554432000 4194304 4196468 140720972055392 140440196080368 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6374] ppid=6310 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6374/stat : 6374 (java) S 6310 6313 4192 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 68660397 11079016448 13793 33554432000 4194304 4196468 140720972055392 140440056448976 140441399486363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6375] ppid=6310 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6313/task/6375/stat : 6375 (java) S 6310 6313 4192 0 -1 1077944384 491 13243 0 0 1 0 5 3 20 0 15 0 68660397 11079016448 13793 33554432000 4194304 4196468 140720972055392 140440857697008 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6376] ppid=6310 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/6313/task/6376/stat : 6376 (java) S 6310 6313 4192 0 -1 1077944384 104 13243 0 0 1 0 5 3 20 0 15 0 68660397 11079016448 13793 33554432000 4194304 4196468 140720972055392 140440856644464 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6377] ppid=6310 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/6313/task/6377/stat : 6377 (java) S 6310 6313 4192 0 -1 1077944384 659 13243 0 0 5 0 5 3 20 0 15 0 68660397 11079016448 13793 33554432000 4194304 4196468 140720972055392 140440855591408 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6378] ppid=6310 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6378/stat : 6378 (java) S 6310 6313 4192 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 68660397 11079016448 13793 33554432000 4194304 4196468 140720972055392 140439659211616 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6379] ppid=6310 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6379/stat : 6379 (java) S 6310 6313 4192 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 68660397 11079016448 13793 33554432000 4194304 4196468 140720972055392 140440854538800 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 55172 KiB

[startup+0.70074 s]
/proc/loadavg: 1.94 1.92 1.88 3/218 6379
/proc/meminfo: memFree=15623692/32770624 swapFree=67108860/67108860
[pid=6313] ppid=6310 vsize=10819352 memory=88156 CPUtime=1 cores=0,2,4,6
/proc/6313/stat : 6313 (java) S 6310 6313 4192 0 -1 1077944320 17167 13243 0 0 88 4 5 3 20 0 15 0 68660382 11079016448 22039 33554432000 4194304 4196468 140720972055392 140720972037936 140441399467767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
/proc/6313/statm: 2704838 22039 3246 1 0 2667149 0
[pid=6313/tid=6366] ppid=6310 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/6313/task/6366/stat : 6366 (java) R 6310 6313 4192 0 -1 4202560 12502 13243 0 0 56 3 5 3 20 0 15 0 68660391 11079016448 22039 33554432000 4194304 4196468 140720972055392 140441371288056 140441381032219 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6367] ppid=6310 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6367/stat : 6367 (java) S 6310 6313 4192 0 -1 1077944384 2 13243 0 0 0 0 5 3 20 0 15 0 68660392 11079016448 22039 33554432000 4194304 4196468 140720972055392 140441403710480 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6368] ppid=6310 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6368/stat : 6368 (java) S 6310 6313 4192 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 68660392 11079016448 22039 33554432000 4194304 4196468 140720972055392 140440972397712 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6369] ppid=6310 vsize=10819352 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6369/stat : 6369 (java) S 6310 6313 4192 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 68660392 11079016448 22039 33554432000 4194304 4196468 140720972055392 140440971344656 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6370] ppid=6310 vsize=10819352 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6370/stat : 6370 (java) S 6310 6313 4192 0 -1 1077944384 2 13243 0 0 0 0 5 3 20 0 15 0 68660392 11079016448 22039 33554432000 4194304 4196468 140720972055392 140440970292112 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6371] ppid=6310 vsize=10819352 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6371/stat : 6371 (java) S 6310 6313 4192 0 -1 1077944384 5 13243 0 0 0 0 5 3 20 0 15 0 68660393 11079016448 22039 33554432000 4194304 4196468 140720972055392 140440858749168 140441399478914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6372] ppid=6310 vsize=10819352 memory=140566427870448 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6372/stat : 6372 (java) S 6310 6313 4192 0 -1 1077944384 13 13243 0 0 0 0 5 3 20 0 15 0 68660394 11079016448 22039 33554432000 4194304 4196468 140720972055392 140440580215968 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6373] ppid=6310 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6373/stat : 6373 (java) S 6310 6313 4192 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 68660394 11079016448 22039 33554432000 4194304 4196468 140720972055392 140440196080368 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6374] ppid=6310 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6374/stat : 6374 (java) S 6310 6313 4192 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 68660397 11079016448 22039 33554432000 4194304 4196468 140720972055392 140440056448976 140441399486363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6375] ppid=6310 vsize=10819352 memory=6944656575208382560 CPUtime=0.15 cores=0,2,4,6
/proc/6313/task/6375/stat : 6375 (java) S 6310 6313 4192 0 -1 1077944384 861 13243 0 0 7 0 5 3 20 0 15 0 68660397 11079016448 22039 33554432000 4194304 4196468 140720972055392 140440857697008 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6376] ppid=6310 vsize=10819352 memory=6656426216303648864 CPUtime=0.18 cores=0,2,4,6
/proc/6313/task/6376/stat : 6376 (java) S 6310 6313 4192 0 -1 1077944384 752 13243 0 0 10 0 5 3 20 0 15 0 68660397 11079016448 22039 33554432000 4194304 4196468 140720972055392 140440856644464 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6377] ppid=6310 vsize=10819352 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/6313/task/6377/stat : 6377 (java) S 6310 6313 4192 0 -1 1077944384 828 13243 0 0 13 0 5 3 20 0 15 0 68660397 11079016448 22039 33554432000 4194304 4196468 140720972055392 140440855591408 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6378] ppid=6310 vsize=10819352 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6378/stat : 6378 (java) S 6310 6313 4192 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 68660397 11079016448 22039 33554432000 4194304 4196468 140720972055392 140439659211616 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6379] ppid=6310 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6379/stat : 6379 (java) S 6310 6313 4192 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 68660397 11079016448 22039 33554432000 4194304 4196468 140720972055392 140440854538800 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88156 KiB

[startup+1.5059 s]
/proc/loadavg: 1.94 1.92 1.88 3/218 6379
/proc/meminfo: memFree=15577868/32770624 swapFree=67108860/67108860
[pid=6313] ppid=6310 vsize=10832204 memory=194304 CPUtime=2.83 cores=0,2,4,6
/proc/6313/stat : 6313 (java) S 6310 6313 4192 0 -1 1077944320 25362 13243 0 0 266 9 5 3 20 0 15 0 68660382 11092176896 48576 33554432000 4194304 4196468 140720972055392 140720972037936 140441399467767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
/proc/6313/statm: 2708051 48576 3456 1 0 2669709 0
[pid=6313/tid=6366] ppid=6310 vsize=10832204 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/6313/task/6366/stat : 6366 (java) S 6310 6313 4192 0 -1 1077944384 17130 13243 0 0 130 6 5 3 20 0 15 0 68660391 11092176896 48576 33554432000 4194304 4196468 140720972055392 140441371282960 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6367] ppid=6310 vsize=10832204 memory=4132 CPUtime=0.09 cores=0,2,4,6
/proc/6313/task/6367/stat : 6367 (java) R 6310 6313 4192 0 -1 4202560 16 13243 0 0 1 0 5 3 20 0 15 0 68660392 11092176896 48576 33554432000 4194304 4196468 140720972055392 140441403710480 140441384168451 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6368] ppid=6310 vsize=10832204 memory=20856 CPUtime=0.09 cores=0,2,4,6
/proc/6313/task/6368/stat : 6368 (java) R 6310 6313 4192 0 -1 4202560 164 13243 0 0 1 0 5 3 20 0 15 0 68660392 11092176896 48576 33554432000 4194304 4196468 140720972055392 140440972397712 140441392095975 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6369] ppid=6310 vsize=10832204 memory=1292 CPUtime=0.09 cores=0,2,4,6
/proc/6313/task/6369/stat : 6369 (java) R 6310 6313 4192 0 -1 4202560 20 13243 0 0 1 0 5 3 20 0 15 0 68660392 11092176896 48576 33554432000 4194304 4196468 140720972055392 140440971344656 140441392095975 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6370] ppid=6310 vsize=10832204 memory=103072 CPUtime=0.09 cores=0,2,4,6
/proc/6313/task/6370/stat : 6370 (java) R 6310 6313 4192 0 -1 4202560 61 13243 0 0 1 0 5 3 20 0 15 0 68660392 11092176896 48576 33554432000 4194304 4196468 140720972055392 140440970292232 140441392095975 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6371] ppid=6310 vsize=10832204 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6313/task/6371/stat : 6371 (java) S 6310 6313 4192 0 -1 1077944384 40 13243 0 0 1 0 5 3 20 0 15 0 68660393 11092176896 48576 33554432000 4194304 4196468 140720972055392 140440858747680 140441399477973 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6372] ppid=6310 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6372/stat : 6372 (java) S 6310 6313 4192 0 -1 1077944384 13 13243 0 0 0 0 5 3 20 0 15 0 68660394 11092176896 48576 33554432000 4194304 4196468 140720972055392 140440580215968 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6373] ppid=6310 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6373/stat : 6373 (java) S 6310 6313 4192 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 68660394 11092176896 48576 33554432000 4194304 4196468 140720972055392 140440196080368 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6374] ppid=6310 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6374/stat : 6374 (java) S 6310 6313 4192 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 68660397 11092176896 48576 33554432000 4194304 4196468 140720972055392 140440056448976 140441399486363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6375] ppid=6310 vsize=10832204 memory=0 CPUtime=0.51 cores=0,2,4,6
/proc/6313/task/6375/stat : 6375 (java) S 6310 6313 4192 0 -1 1077944384 2208 13243 0 0 43 0 5 3 20 0 15 0 68660397 11092176896 48576 33554432000 4194304 4196468 140720972055392 140440857697008 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6376] ppid=6310 vsize=10832204 memory=0 CPUtime=0.5 cores=0,2,4,6
/proc/6313/task/6376/stat : 6376 (java) S 6310 6313 4192 0 -1 1077944384 1832 13243 0 0 42 0 5 3 20 0 15 0 68660397 11092176896 48576 33554432000 4194304 4196468 140720972055392 140440856644464 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6377] ppid=6310 vsize=10832204 memory=0 CPUtime=0.5 cores=0,2,4,6
/proc/6313/task/6377/stat : 6377 (java) S 6310 6313 4192 0 -1 1077944384 1678 13243 0 0 42 0 5 3 20 0 15 0 68660397 11092176896 48576 33554432000 4194304 4196468 140720972055392 140440855591408 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6378] ppid=6310 vsize=10832204 memory=288230596050944315 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6378/stat : 6378 (java) S 6310 6313 4192 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 68660397 11092176896 48576 33554432000 4194304 4196468 140720972055392 140439659211616 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6379] ppid=6310 vsize=10832204 memory=16100360058046859 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6379/stat : 6379 (java) S 6310 6313 4192 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 68660397 11092176896 48576 33554432000 4194304 4196468 140720972055392 140440854538800 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 10832204 KiB

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

/proc/6313/task/6366/stat : 6366 (java) R 6310 6313 4192 0 -1 4202560 286943 13243 0 0 205471 45 5 3 20 0 15 0 68660391 11111071744 1396562 33554432000 4194304 4196468 140720972055392 140441371301312 140441017886028 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6367] ppid=6310 vsize=10850656 memory=5586264 CPUtime=84.98 cores=0,2,4,6
/proc/6313/task/6367/stat : 6367 (java) S 6310 6313 4192 0 -1 1077944384 79183 13243 0 0 8307 183 5 3 20 0 15 0 68660392 11111071744 1396562 33554432000 4194304 4196468 140720972055392 140441403710480 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6368] ppid=6310 vsize=10850656 memory=5586276 CPUtime=85.18 cores=0,2,4,6
/proc/6313/task/6368/stat : 6368 (java) S 6310 6313 4192 0 -1 1077944384 85430 13243 0 0 8330 180 5 3 20 0 15 0 68660392 11111071744 1396562 33554432000 4194304 4196468 140720972055392 140440972397712 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6369] ppid=6310 vsize=10850656 memory=281132857008640 CPUtime=85.06 cores=0,2,4,6
/proc/6313/task/6369/stat : 6369 (java) S 6310 6313 4192 0 -1 1077944384 73404 13243 0 0 8318 180 5 3 20 0 15 0 68660392 11111071744 1396562 33554432000 4194304 4196468 140720972055392 140440971344656 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6370] ppid=6310 vsize=10850656 memory=5586276 CPUtime=85.07 cores=0,2,4,6
/proc/6313/task/6370/stat : 6370 (java) S 6310 6313 4192 0 -1 1077944384 81329 13243 0 0 8315 184 5 3 20 0 15 0 68660392 11111071744 1396562 33554432000 4194304 4196468 140720972055392 140440970292112 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6371] ppid=6310 vsize=10850656 memory=5586276 CPUtime=1.18 cores=0,2,4,6
/proc/6313/task/6371/stat : 6371 (java) S 6310 6313 4192 0 -1 1077944384 98830 13243 0 0 99 11 5 3 20 0 15 0 68660393 11111071744 1396562 33554432000 4194304 4196468 140720972055392 140440858749168 140441399478914 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6372] ppid=6310 vsize=10850656 memory=5586276 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6372/stat : 6372 (java) S 6310 6313 4192 0 -1 1077944384 27 13243 0 0 0 0 5 3 20 0 15 0 68660394 11111071744 1396562 33554432000 4194304 4196468 140720972055392 140440580216032 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6373] ppid=6310 vsize=10850656 memory=5586276 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6373/stat : 6373 (java) S 6310 6313 4192 0 -1 1077944384 5 13243 0 0 0 0 5 3 20 0 15 0 68660394 11111071744 1396562 33554432000 4194304 4196468 140720972055392 140440196080384 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6374] ppid=6310 vsize=10850656 memory=5586276 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6374/stat : 6374 (java) S 6310 6313 4192 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 68660397 11111071744 1396562 33554432000 4194304 4196468 140720972055392 140440056448976 140441399486363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6375] ppid=6310 vsize=10850656 memory=5586264 CPUtime=14.42 cores=0,2,4,6
/proc/6313/task/6375/stat : 6375 (java) S 6310 6313 4192 0 -1 1077944384 81041 13243 0 0 1425 9 5 3 20 0 15 0 68660397 11111071744 1396562 33554432000 4194304 4196468 140720972055392 140440857697008 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6376] ppid=6310 vsize=10850656 memory=5586248 CPUtime=13.86 cores=0,2,4,6
/proc/6313/task/6376/stat : 6376 (java) S 6310 6313 4192 0 -1 1077944384 63157 13243 0 0 1370 8 5 3 20 0 15 0 68660397 11111071744 1396562 33554432000 4194304 4196468 140720972055392 140440856644464 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6377] ppid=6310 vsize=10850656 memory=5586248 CPUtime=4.59 cores=0,2,4,6
/proc/6313/task/6377/stat : 6377 (java) S 6310 6313 4192 0 -1 1077944384 72707 13243 0 0 441 10 5 3 20 0 15 0 68660397 11111071744 1396562 33554432000 4194304 4196468 140720972055392 140440855591408 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6378] ppid=6310 vsize=10850656 memory=-7003737579269690708 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6378/stat : 6378 (java) S 6310 6313 4192 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 68660397 11111071744 1396562 33554432000 4194304 4196468 140720972055392 140439659211616 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6379] ppid=6310 vsize=10850656 memory=5586264 CPUtime=1.31 cores=0,2,4,6
/proc/6313/task/6379/stat : 6379 (java) S 6310 6313 4192 0 -1 1077944384 1895 13243 0 0 61 62 5 3 20 0 15 0 68660397 11111071744 1396562 33554432000 4194304 4196468 140720972055392 140440854538800 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
Current children cumulated CPU time: 2430.28 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 5586248 KiB

[startup+2202.3 s]
/proc/loadavg: 1.69 1.99 1.94 3/220 6601
/proc/meminfo: memFree=10115828/32770624 swapFree=67108860/67108860
[pid=6313] ppid=6310 vsize=10850656 memory=5586112 CPUtime=2491.29 cores=0,2,4,6
/proc/6313/stat : 6313 (java) S 6310 6313 4192 0 -1 1077944320 945613 13243 0 0 248261 860 5 3 20 0 15 0 68660382 11111071744 1396528 33554432000 4194304 4196468 140720972055392 140720972037936 140441399467767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
/proc/6313/statm: 2712664 1396528 3534 1 0 2674317 0
[pid=6313/tid=6366] ppid=6310 vsize=10850656 memory=3848 CPUtime=2114.9 cores=0,2,4,6
/proc/6313/task/6366/stat : 6366 (java) R 6310 6313 4192 0 -1 4202560 295043 13243 0 0 211435 47 5 3 20 0 15 0 68660391 11111071744 1396528 33554432000 4194304 4196468 140720972055392 140441371300552 140441025768602 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6367] ppid=6310 vsize=10850656 memory=5586112 CPUtime=85.3 cores=0,2,4,6
/proc/6313/task/6367/stat : 6367 (java) S 6310 6313 4192 0 -1 1077944384 81223 13243 0 0 8339 183 5 3 20 0 15 0 68660392 11111071744 1396528 33554432000 4194304 4196468 140720972055392 140441403710480 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6368] ppid=6310 vsize=10850656 memory=5586208 CPUtime=85.51 cores=0,2,4,6
/proc/6313/task/6368/stat : 6368 (java) S 6310 6313 4192 0 -1 1077944384 86663 13243 0 0 8363 180 5 3 20 0 15 0 68660392 11111071744 1396528 33554432000 4194304 4196468 140720972055392 140440972397712 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6369] ppid=6310 vsize=10850656 memory=5586112 CPUtime=85.38 cores=0,2,4,6
/proc/6313/task/6369/stat : 6369 (java) S 6310 6313 4192 0 -1 1077944384 75989 13243 0 0 8350 180 5 3 20 0 15 0 68660392 11111071744 1396528 33554432000 4194304 4196468 140720972055392 140440971344656 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6370] ppid=6310 vsize=10850656 memory=5586252 CPUtime=85.39 cores=0,2,4,6
/proc/6313/task/6370/stat : 6370 (java) S 6310 6313 4192 0 -1 1077944384 84088 13243 0 0 8347 184 5 3 20 0 15 0 68660392 11111071744 1396528 33554432000 4194304 4196468 140720972055392 140440970292112 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6371] ppid=6310 vsize=10850656 memory=5586184 CPUtime=1.19 cores=0,2,4,6
/proc/6313/task/6371/stat : 6371 (java) S 6310 6313 4192 0 -1 1077944384 99529 13243 0 0 100 11 5 3 20 0 15 0 68660393 11111071744 1396528 33554432000 4194304 4196468 140720972055392 140440858749168 140441399478914 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6372] ppid=6310 vsize=10850656 memory=5586216 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6372/stat : 6372 (java) S 6310 6313 4192 0 -1 1077944384 27 13243 0 0 0 0 5 3 20 0 15 0 68660394 11111071744 1396528 33554432000 4194304 4196468 140720972055392 140440580216032 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6373] ppid=6310 vsize=10850656 memory=5586216 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6373/stat : 6373 (java) S 6310 6313 4192 0 -1 1077944384 5 13243 0 0 0 0 5 3 20 0 15 0 68660394 11111071744 1396528 33554432000 4194304 4196468 140720972055392 140440196080384 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6374] ppid=6310 vsize=10850656 memory=5586204 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6374/stat : 6374 (java) S 6310 6313 4192 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 68660397 11111071744 1396528 33554432000 4194304 4196468 140720972055392 140440056448976 140441399486363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6375] ppid=6310 vsize=10850656 memory=5586112 CPUtime=14.42 cores=0,2,4,6
/proc/6313/task/6375/stat : 6375 (java) S 6310 6313 4192 0 -1 1077944384 81051 13243 0 0 1425 9 5 3 20 0 15 0 68660397 11111071744 1396528 33554432000 4194304 4196468 140720972055392 140440857697008 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6376] ppid=6310 vsize=10850656 memory=5586112 CPUtime=13.86 cores=0,2,4,6
/proc/6313/task/6376/stat : 6376 (java) S 6310 6313 4192 0 -1 1077944384 65147 13243 0 0 1370 8 5 3 20 0 15 0 68660397 11111071744 1396528 33554432000 4194304 4196468 140720972055392 140440856644464 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6377] ppid=6310 vsize=10850656 memory=5586112 CPUtime=4.59 cores=0,2,4,6
/proc/6313/task/6377/stat : 6377 (java) S 6310 6313 4192 0 -1 1077944384 72713 13243 0 0 441 10 5 3 20 0 15 0 68660397 11111071744 1396528 33554432000 4194304 4196468 140720972055392 140440855591408 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6378] ppid=6310 vsize=10850656 memory=1424 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6378/stat : 6378 (java) S 6310 6313 4192 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 68660397 11111071744 1396528 33554432000 4194304 4196468 140720972055392 140439659211616 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6379] ppid=6310 vsize=10850656 memory=796 CPUtime=1.34 cores=0,2,4,6
/proc/6313/task/6379/stat : 6379 (java) S 6310 6313 4192 0 -1 1077944384 1937 13243 0 0 62 64 5 3 20 0 15 0 68660397 11111071744 1396528 33554432000 4194304 4196468 140720972055392 140440854538800 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
Current children cumulated CPU time: 2491.29 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 5586112 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2230 s]*
/proc/loadavg: 1.68 1.96 1.94 3/219 6601
/proc/meminfo: memFree=10114668/32770624 swapFree=67108860/67108860
[pid=6313] ppid=6310 vsize=10850656 memory=5586232 CPUtime=2520.01 cores=0,2,4,6
/proc/6313/stat : 6313 (java) S 6310 6313 4192 0 -1 1077944320 950815 13243 0 0 251130 863 5 3 20 0 15 0 68660382 11111071744 1396558 33554432000 4194304 4196468 140720972055392 140720972037936 140441399467767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
/proc/6313/statm: 2712664 1396558 3534 1 0 2674317 0
[pid=6313/tid=6366] ppid=6310 vsize=10850656 memory=8112282956445269571 CPUtime=2142.27 cores=0,2,4,6
/proc/6313/task/6366/stat : 6366 (java) R 6310 6313 4192 0 -1 4202560 298053 13243 0 0 214172 47 5 3 20 0 15 0 68660391 11111071744 1396558 33554432000 4194304 4196468 140720972055392 140441371298688 140441017560888 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6367] ppid=6310 vsize=10850656 memory=-7003737579269690708 CPUtime=85.63 cores=0,2,4,6
/proc/6313/task/6367/stat : 6367 (java) S 6310 6313 4192 0 -1 1077944384 81491 13243 0 0 8372 183 5 3 20 0 15 0 68660392 11111071744 1396558 33554432000 4194304 4196468 140720972055392 140441403710480 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6368] ppid=6310 vsize=10850656 memory=5586232 CPUtime=85.85 cores=0,2,4,6
/proc/6313/task/6368/stat : 6368 (java) S 6310 6313 4192 0 -1 1077944384 87191 13243 0 0 8396 181 5 3 20 0 15 0 68660392 11111071744 1396558 33554432000 4194304 4196468 140720972055392 140440972397712 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6369] ppid=6310 vsize=10850656 memory=1408 CPUtime=85.72 cores=0,2,4,6
/proc/6313/task/6369/stat : 6369 (java) S 6310 6313 4192 0 -1 1077944384 76451 13243 0 0 8383 181 5 3 20 0 15 0 68660392 11111071744 1396558 33554432000 4194304 4196468 140720972055392 140440971344656 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6370] ppid=6310 vsize=10850656 memory=3096 CPUtime=85.72 cores=0,2,4,6
/proc/6313/task/6370/stat : 6370 (java) S 6310 6313 4192 0 -1 1077944384 84829 13243 0 0 8379 185 5 3 20 0 15 0 68660392 11111071744 1396558 33554432000 4194304 4196468 140720972055392 140440970292112 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6371] ppid=6310 vsize=10850656 memory=4901868 CPUtime=1.19 cores=0,2,4,6
/proc/6313/task/6371/stat : 6371 (java) S 6310 6313 4192 0 -1 1077944384 99652 13243 0 0 100 11 5 3 20 0 15 0 68660393 11111071744 1396558 33554432000 4194304 4196468 140720972055392 140440858749168 140441399478914 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6372] ppid=6310 vsize=10850656 memory=7300713684968761700 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6372/stat : 6372 (java) S 6310 6313 4192 0 -1 1077944384 27 13243 0 0 0 0 5 3 20 0 15 0 68660394 11111071744 1396558 33554432000 4194304 4196468 140720972055392 140440580216032 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6373] ppid=6310 vsize=10850656 memory=7584172172082901604 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6373/stat : 6373 (java) S 6310 6313 4192 0 -1 1077944384 5 13243 0 0 0 0 5 3 20 0 15 0 68660394 11111071744 1396558 33554432000 4194304 4196468 140720972055392 140440196080384 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6374] ppid=6310 vsize=10850656 memory=7955169376970692457 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6374/stat : 6374 (java) S 6310 6313 4192 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 68660397 11111071744 1396558 33554432000 4194304 4196468 140720972055392 140440056448976 140441399486363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6375] ppid=6310 vsize=10850656 memory=4132 CPUtime=14.42 cores=0,2,4,6
/proc/6313/task/6375/stat : 6375 (java) S 6310 6313 4192 0 -1 1077944384 81051 13243 0 0 1425 9 5 3 20 0 15 0 68660397 11111071744 1396558 33554432000 4194304 4196468 140720972055392 140440857697008 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6376] ppid=6310 vsize=10850656 memory=20908 CPUtime=13.86 cores=0,2,4,6
/proc/6313/task/6376/stat : 6376 (java) S 6310 6313 4192 0 -1 1077944384 65147 13243 0 0 1370 8 5 3 20 0 15 0 68660397 11111071744 1396558 33554432000 4194304 4196468 140720972055392 140440856644464 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6377] ppid=6310 vsize=10850656 memory=1292 CPUtime=4.6 cores=0,2,4,6
/proc/6313/task/6377/stat : 6377 (java) S 6310 6313 4192 0 -1 1077944384 72775 13243 0 0 442 10 5 3 20 0 15 0 68660397 11111071744 1396558 33554432000 4194304 4196468 140720972055392 140440855591408 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6378] ppid=6310 vsize=10850656 memory=2444 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6378/stat : 6378 (java) S 6310 6313 4192 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 68660397 11111071744 1396558 33554432000 4194304 4196468 140720972055392 140439659211616 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6379] ppid=6310 vsize=10850656 memory=3096 CPUtime=1.36 cores=0,2,4,6
/proc/6313/task/6379/stat : 6379 (java) S 6310 6313 4192 0 -1 1077944384 1945 13243 0 0 63 65 5 3 20 0 15 0 68660397 11111071744 1396558 33554432000 4194304 4196468 140720972055392 140440854538800 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 5586232 KiB

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

[startup+2230.18 s]
# the end of solver process 6313 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2511.83 s, system=8.70726 s

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

[startup+2230.12 s]
/proc/loadavg: 1.68 1.96 1.94 3/219 6601
/proc/meminfo: memFree=10114668/32770624 swapFree=67108860/67108860
[pid=6313] ppid=6310 vsize=11047272 memory=5590440 CPUtime=2520.39 cores=0,2,4,6
/proc/6313/stat : 6313 (java) S 6310 6313 4192 0 -1 1077944320 951824 13243 0 0 251168 863 5 3 20 0 17 0 68660382 11312406528 1397610 33554432000 4194304 4196468 140720972055392 140720972037936 140441399467767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
/proc/6313/statm: 2761818 1397610 3536 1 0 2723471 0
[pid=6313/tid=6366] ppid=6310 vsize=11047272 memory=5586232 CPUtime=2142.28 cores=0,2,4,6
/proc/6313/task/6366/stat : 6366 (java) S 6310 6313 4192 0 -1 1077944384 298422 13243 0 0 214173 47 5 3 20 0 17 0 68660391 11312406528 1397610 33554432000 4194304 4196468 140720972055392 140441371310000 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6367] ppid=6310 vsize=11047272 memory=5586232 CPUtime=85.72 cores=0,2,4,6
/proc/6313/task/6367/stat : 6367 (java) R 6310 6313 4192 0 -1 4202560 81500 13243 0 0 8381 183 5 3 20 0 17 0 68660392 11312406528 1397610 33554432000 4194304 4196468 140720972055392 140441403710680 140441384494838 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6368] ppid=6310 vsize=11047272 memory=5586232 CPUtime=85.94 cores=0,2,4,6
/proc/6313/task/6368/stat : 6368 (java) R 6310 6313 4192 0 -1 4202560 87199 13243 0 0 8405 181 5 3 20 0 17 0 68660392 11312406528 1397610 33554432000 4194304 4196468 140720972055392 140440972397912 140441384495186 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6369] ppid=6310 vsize=11047272 memory=5586232 CPUtime=85.81 cores=0,2,4,6
/proc/6313/task/6369/stat : 6369 (java) R 6310 6313 4192 0 -1 4202560 76461 13243 0 0 8392 181 5 3 20 0 17 0 68660392 11312406528 1397610 33554432000 4194304 4196468 140720972055392 140440971344656 140441392564468 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6370] ppid=6310 vsize=11047272 memory=5586232 CPUtime=85.82 cores=0,2,4,6
/proc/6313/task/6370/stat : 6370 (java) R 6310 6313 4192 0 -1 4202560 84837 13243 0 0 8389 185 5 3 20 0 17 0 68660392 11312406528 1397610 33554432000 4194304 4196468 140720972055392 140440970292112 140441384495670 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6371] ppid=6310 vsize=11047272 memory=5561176 CPUtime=1.2 cores=0,2,4,6
/proc/6313/task/6371/stat : 6371 (java) S 6310 6313 4192 0 -1 1077944384 99652 13243 0 0 101 11 5 3 20 0 17 0 68660393 11312406528 1397610 33554432000 4194304 4196468 140720972055392 140440858747680 140441399477973 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6372] ppid=6310 vsize=11047272 memory=5586216 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6372/stat : 6372 (java) S 6310 6313 4192 0 -1 1077944384 27 13243 0 0 0 0 5 3 20 0 17 0 68660394 11312406528 1397610 33554432000 4194304 4196468 140720972055392 140440580216032 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6373] ppid=6310 vsize=11047272 memory=5586216 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6373/stat : 6373 (java) S 6310 6313 4192 0 -1 1077944384 5 13243 0 0 0 0 5 3 20 0 17 0 68660394 11312406528 1397610 33554432000 4194304 4196468 140720972055392 140440196080384 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6374] ppid=6310 vsize=11047272 memory=5586184 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6374/stat : 6374 (java) S 6310 6313 4192 0 -1 1077944384 208 13243 0 0 0 0 5 3 20 0 17 0 68660397 11312406528 1397610 33554432000 4194304 4196468 140720972055392 140440056448976 140441399486363 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6375] ppid=6310 vsize=11047272 memory=5586252 CPUtime=14.42 cores=0,2,4,6
/proc/6313/task/6375/stat : 6375 (java) S 6310 6313 4192 0 -1 1077944384 81051 13243 0 0 1425 9 5 3 20 0 17 0 68660397 11312406528 1397610 33554432000 4194304 4196468 140720972055392 140440857697008 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6376] ppid=6310 vsize=11047272 memory=5560920 CPUtime=13.87 cores=0,2,4,6
/proc/6313/task/6376/stat : 6376 (java) S 6310 6313 4192 0 -1 1077944384 65163 13243 0 0 1371 8 5 3 20 0 17 0 68660397 11312406528 1397610 33554432000 4194304 4196468 140720972055392 140440856644464 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6377] ppid=6310 vsize=11047272 memory=5586232 CPUtime=4.6 cores=0,2,4,6
/proc/6313/task/6377/stat : 6377 (java) S 6310 6313 4192 0 -1 1077944384 72806 13243 0 0 442 10 5 3 20 0 17 0 68660397 11312406528 1397610 33554432000 4194304 4196468 140720972055392 140440855591408 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6378] ppid=6310 vsize=11047272 memory=5586232 CPUtime=0.08 cores=0,2,4,6
/proc/6313/task/6378/stat : 6378 (java) S 6310 6313 4192 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 17 0 68660397 11312406528 1397610 33554432000 4194304 4196468 140720972055392 140439659211616 140441399477973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
[pid=6313/tid=6379] ppid=6310 vsize=11047272 memory=5586232 CPUtime=1.36 cores=0,2,4,6
/proc/6313/task/6379/stat : 6379 (java) S 6310 6313 4192 0 -1 1077944384 1945 13243 0 0 63 65 5 3 20 0 17 0 68660397 11312406528 1397610 33554432000 4194304 4196468 140720972055392 140440854538800 140441399478914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34656256 140720972056747 140720972059996 140720972059996 140720972062671 0
Current children cumulated CPU time: 2520.39 s
Current children cumulated vsize: 11047272 KiB
Current children cumulated memory: 5590440 KiB

Child status: 143
Real time (s): 2230.18
CPU time (s): 2520.54
CPU user time (s): 2511.83
CPU system time (s): 8.70726
CPU usage (%): 113.02
Max. virtual memory (cumulated for all children) (KiB): 11047272
Max. memory (cumulated for all children) (KiB): 5620856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2511.83
system time used= 8.70726
maximum resident set size= 5620860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 965716
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= 71495
involuntary context switches= 6516


# summary of solver processes directly reported to runsolver:
#   pid: 6313
#   total CPU time (s): 2520.54
#   total CPU user time (s): 2511.83
#   total CPU system time (s): 8.70726

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3115 second user time and 21.077 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-25 11:29:32
IDJOB=4295006
IDBENCH=141454
IDSOLVER=2751
FILE ID=node132/4295006-1532510972
RUNJOBID= node132-1532498695-4223
PBS_JOBID= 21021589
Free space on /tmp= 52120 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/CarSequencing/CarSequencing-70-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-4295006-1532510972/watcher-4295006-1532510972 -o /tmp/evaluation-result-4295006-1532510972/solver-4295006-1532510972 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4223 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2053907417 -superng HOME/instance-4295006-1532510972.xml

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

MD5SUM BENCH= 5ebb66a2f72e45e9d6642a776a6cc19c
RANDOM SEED=2053907417

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:        15676464 kB
MemAvailable:   27007816 kB
Buffers:          195456 kB
Cached:         11303676 kB
SwapCached:            0 kB
Active:          8049304 kB
Inactive:        8418836 kB
Active(anon):    4919708 kB
Inactive(anon):    77644 kB
Active(file):    3129596 kB
Inactive(file):  8341192 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26172 kB
Writeback:             0 kB
AnonPages:       4976376 kB
Mapped:            52736 kB
Shmem:             25248 kB
Slab:             316496 kB
SReclaimable:     289024 kB
SUnreclaim:        27472 kB
KernelStack:        3552 kB
PageTables:        14908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6117464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4704256 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 12:06:42