Trace number 4295041

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8 2018-06-13? (TO) 2520.16 2378.75

General information on the benchmark

NameCarSequencing/
CarSequencing-90-01_c18.xml
MD5SUMcda201995a07a9b7663412ba5f5fbb4e
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 benchmark156.426
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1459
Number of domains2
Minimum domain size2
Maximum domain size27
Distribution of domain sizes[{"size":2,"count":1000},{"size":27,"count":200}]
Minimum variable degree2
Maximum variable degree92
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":68,"count":2}, {"degree":69,"count":2}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":2}, {"degree":84,"count":2}, {"degree":85,"count":2}, {"degree":86,"count":2}, {"degree":87,"count":2}, {"degree":88,"count":2}, {"degree":89,"count":2}, {"degree":90,"count":2}, {"degree":91,"count":3}, {"degree":92,"count":23}]
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":20,"count":1},{"arity":23,"count":1},{"arity":24,"count":1},{"arity":26,"count":3},{"arity":28,"count":1},{"arity":29,"count":2},{"arity":30,"count":2},{"arity":32,"count":3},{"arity":34,"count":1},{"arity":35,"count":3},{"arity":36,"count":1},{"arity":38,"count":3},{"arity":40,"count":2},{"arity":41,"count":2},{"arity":42,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},{"arity":47,"count":2},{"arity":48,"count":1},{"arity":50,"count":4},"...",{"arity":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":1258},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295041-1532526653/watcher-4295041-1532526653 -o /tmp/evaluation-result-4295041-1532526653/solver-4295041-1532526653 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24416 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1904434324 HOME/instance-4295041-1532526653.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=24842, runsolver pid=24839

[startup+0.100088 s]*
/proc/loadavg: 1.30 1.48 1.55 3/207 24899
/proc/meminfo: memFree=15939840/32770624 swapFree=67108860/67108860
[pid=24842] ppid=24839 vsize=9972712 memory=18860 CPUtime=0.08 cores=0,2,4,6
/proc/24842/stat : 24842 (java) S 24839 24842 24385 0 -1 1077944320 4371 13226 0 0 1 0 5 2 20 0 6 0 70228459 10212057088 4715 33554432000 4194304 4196468 140732658683872 140732658666416 140619432365815 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
/proc/24842/statm: 2493178 4715 1934 1 0 2481616 0
[pid=24842/tid=24895] ppid=24839 vsize=9972712 memory=4279135703913235855 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24895/stat : 24895 (java) R 24839 24842 24385 0 -1 4202560 2176 13226 0 0 0 0 5 2 20 0 6 0 70228468 10212057088 4715 33554432000 4194304 4196468 140732658683872 140619404202576 140619413759549 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24896] ppid=24839 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24896/stat : 24896 (java) S 24839 24842 24385 0 -1 1077944384 1 13226 0 0 0 0 5 2 20 0 6 0 70228469 10212057088 4715 33554432000 4194304 4196468 140732658683872 140619436608400 140619432376021 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24897] ppid=24839 vsize=9972712 memory=139955342141056 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24897/stat : 24897 (java) S 24839 24842 24385 0 -1 1077944384 1 13226 0 0 0 0 5 2 20 0 6 0 70228469 10212057088 4715 33554432000 4194304 4196468 140732658683872 140619324881680 140619432376021 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24898] ppid=24839 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24898/stat : 24898 (java) S 24839 24842 24385 0 -1 1077944384 1 13226 0 0 0 0 5 2 20 0 6 0 70228469 10212057088 4715 33554432000 4194304 4196468 140732658683872 140619323829392 140619432376021 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24899] ppid=24839 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24899/stat : 24899 (java) S 24839 24842 24385 0 -1 1077944384 2 13226 0 0 0 0 5 2 20 0 6 0 70228469 10212057088 4715 33554432000 4194304 4196468 140732658683872 140619322776592 140619432376021 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.210498 s]*
/proc/loadavg: 1.30 1.48 1.55 3/216 24908
/proc/meminfo: memFree=15920424/32770624 swapFree=67108860/67108860
[pid=24842] ppid=24839 vsize=10818904 memory=40776 CPUtime=0.26 cores=0,2,4,6
/proc/24842/stat : 24842 (java) S 24839 24842 24385 0 -1 1077944320 7937 13226 0 0 17 2 5 2 20 0 15 0 70228459 11078557696 10194 33554432000 4194304 4196468 140732658683872 140732658666416 140619432365815 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
/proc/24842/statm: 2704726 10194 2954 1 0 2667149 0
[pid=24842/tid=24895] ppid=24839 vsize=10818904 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/24842/task/24895/stat : 24895 (java) R 24839 24842 24385 0 -1 4202560 4466 13226 0 0 10 1 5 2 20 0 15 0 70228468 11078557696 10194 33554432000 4194304 4196468 140732658683872 140619404182928 140619432387741 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24896] ppid=24839 vsize=10818904 memory=331 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24896/stat : 24896 (java) S 24839 24842 24385 0 -1 1077944384 1 13226 0 0 0 0 5 2 20 0 15 0 70228469 11078557696 10194 33554432000 4194304 4196468 140732658683872 140619436608400 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24897] ppid=24839 vsize=10818904 memory=139955342165457 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24897/stat : 24897 (java) S 24839 24842 24385 0 -1 1077944384 1 13226 0 0 0 0 5 2 20 0 15 0 70228469 11078557696 10194 33554432000 4194304 4196468 140732658683872 140619324881680 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24898] ppid=24839 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24898/stat : 24898 (java) S 24839 24842 24385 0 -1 1077944384 1 13226 0 0 0 0 5 2 20 0 15 0 70228469 11078557696 10194 33554432000 4194304 4196468 140732658683872 140619323829392 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24899] ppid=24839 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24899/stat : 24899 (java) S 24839 24842 24385 0 -1 1077944384 2 13226 0 0 0 0 5 2 20 0 15 0 70228469 11078557696 10194 33554432000 4194304 4196468 140732658683872 140619322776592 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24900] ppid=24839 vsize=10818904 memory=139955342141056 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24900/stat : 24900 (java) S 24839 24842 24385 0 -1 1077944384 2 13226 0 0 0 0 5 2 20 0 15 0 70228471 11078557696 10194 33554432000 4194304 4196468 140732658683872 140618756978800 140619432376962 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24901] ppid=24839 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24901/stat : 24901 (java) S 24839 24842 24385 0 -1 1077944384 33 13226 0 0 0 0 5 2 20 0 15 0 70228471 11078557696 10194 33554432000 4194304 4196468 140732658683872 140618755924768 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24902] ppid=24839 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24902/stat : 24902 (java) S 24839 24842 24385 0 -1 1077944384 1 13226 0 0 0 0 5 2 20 0 15 0 70228471 11078557696 10194 33554432000 4194304 4196468 140732658683872 140618303005808 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24903] ppid=24839 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24903/stat : 24903 (java) S 24839 24842 24385 0 -1 1077944384 3 13226 0 0 0 0 5 2 20 0 15 0 70228474 11078557696 10194 33554432000 4194304 4196468 140732658683872 140617995606096 140619432384411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24904] ppid=24839 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24842/task/24904/stat : 24904 (java) S 24839 24842 24385 0 -1 1077944384 434 13226 0 0 1 0 5 2 20 0 15 0 70228474 11078557696 10194 33554432000 4194304 4196468 140732658683872 140618722368112 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24905] ppid=24839 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24842/task/24905/stat : 24905 (java) S 24839 24842 24385 0 -1 1077944384 185 13226 0 0 1 0 5 2 20 0 15 0 70228474 11078557696 10194 33554432000 4194304 4196468 140732658683872 140618721315312 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24906] ppid=24839 vsize=10818904 memory=139955342141056 CPUtime=0.1 cores=0,2,4,6
/proc/24842/task/24906/stat : 24906 (java) R 24839 24842 24385 0 -1 4202560 613 13226 0 0 3 0 5 2 20 0 15 0 70228474 11078557696 10194 33554432000 4194304 4196468 140732658683872 140618720259960 140619424602942 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24907] ppid=24839 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24907/stat : 24907 (java) S 24839 24842 24385 0 -1 1077944384 3 13226 0 0 0 0 5 2 20 0 15 0 70228474 11078557696 10194 33554432000 4194304 4196468 140732658683872 140617962048480 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24908] ppid=24839 vsize=10818904 memory=139955342141056 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24908/stat : 24908 (java) S 24839 24842 24385 0 -1 1077944384 1 13226 0 0 0 0 5 2 20 0 15 0 70228474 11078557696 10194 33554432000 4194304 4196468 140732658683872 140618719209904 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 40776 KiB

[startup+0.310288 s]*
/proc/loadavg: 1.30 1.48 1.55 3/216 24908
/proc/meminfo: memFree=15909508/32770624 swapFree=67108860/67108860
[pid=24842] ppid=24839 vsize=10819352 memory=51304 CPUtime=0.38 cores=0,2,4,6
/proc/24842/stat : 24842 (java) S 24839 24842 24385 0 -1 1077944320 10430 13226 0 0 29 2 5 2 20 0 15 0 70228459 11079016448 12826 33554432000 4194304 4196468 140732658683872 140732658666416 140619432365815 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
/proc/24842/statm: 2704838 12826 3073 1 0 2667149 0
[pid=24842/tid=24895] ppid=24839 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/24842/task/24895/stat : 24895 (java) R 24839 24842 24385 0 -1 4202560 6950 13226 0 0 19 2 5 2 20 0 15 0 70228468 11079016448 12826 33554432000 4194304 4196468 140732658683872 140619404177824 140619432387741 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24896] ppid=24839 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24896/stat : 24896 (java) S 24839 24842 24385 0 -1 1077944384 1 13226 0 0 0 0 5 2 20 0 15 0 70228469 11079016448 12826 33554432000 4194304 4196468 140732658683872 140619436608400 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24897] ppid=24839 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24897/stat : 24897 (java) S 24839 24842 24385 0 -1 1077944384 1 13226 0 0 0 0 5 2 20 0 15 0 70228469 11079016448 12826 33554432000 4194304 4196468 140732658683872 140619324881680 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24898] ppid=24839 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24898/stat : 24898 (java) S 24839 24842 24385 0 -1 1077944384 1 13226 0 0 0 0 5 2 20 0 15 0 70228469 11079016448 12826 33554432000 4194304 4196468 140732658683872 140619323829392 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24899] ppid=24839 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24899/stat : 24899 (java) S 24839 24842 24385 0 -1 1077944384 2 13226 0 0 0 0 5 2 20 0 15 0 70228469 11079016448 12826 33554432000 4194304 4196468 140732658683872 140619322776592 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24900] ppid=24839 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24900/stat : 24900 (java) S 24839 24842 24385 0 -1 1077944384 2 13226 0 0 0 0 5 2 20 0 15 0 70228471 11079016448 12826 33554432000 4194304 4196468 140732658683872 140618756978800 140619432376962 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24901] ppid=24839 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24901/stat : 24901 (java) S 24839 24842 24385 0 -1 1077944384 33 13226 0 0 0 0 5 2 20 0 15 0 70228471 11079016448 12826 33554432000 4194304 4196468 140732658683872 140618755924768 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24902] ppid=24839 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24902/stat : 24902 (java) S 24839 24842 24385 0 -1 1077944384 1 13226 0 0 0 0 5 2 20 0 15 0 70228471 11079016448 12826 33554432000 4194304 4196468 140732658683872 140618303005808 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24903] ppid=24839 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24903/stat : 24903 (java) S 24839 24842 24385 0 -1 1077944384 3 13226 0 0 0 0 5 2 20 0 15 0 70228474 11079016448 12826 33554432000 4194304 4196468 140732658683872 140617995606096 140619432384411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24904] ppid=24839 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24842/task/24904/stat : 24904 (java) S 24839 24842 24385 0 -1 1077944384 434 13226 0 0 1 0 5 2 20 0 15 0 70228474 11079016448 12826 33554432000 4194304 4196468 140732658683872 140618722368112 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24905] ppid=24839 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24842/task/24905/stat : 24905 (java) S 24839 24842 24385 0 -1 1077944384 186 13226 0 0 1 0 5 2 20 0 15 0 70228474 11079016448 12826 33554432000 4194304 4196468 140732658683872 140618721315312 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24906] ppid=24839 vsize=10819352 memory=139955342141056 CPUtime=0.12 cores=0,2,4,6
/proc/24842/task/24906/stat : 24906 (java) S 24839 24842 24385 0 -1 1077944384 619 13226 0 0 5 0 5 2 20 0 15 0 70228474 11079016448 12826 33554432000 4194304 4196468 140732658683872 140618720263024 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24907] ppid=24839 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24907/stat : 24907 (java) S 24839 24842 24385 0 -1 1077944384 3 13226 0 0 0 0 5 2 20 0 15 0 70228474 11079016448 12826 33554432000 4194304 4196468 140732658683872 140617962048480 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24908] ppid=24839 vsize=10819352 memory=139955342141056 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24908/stat : 24908 (java) S 24839 24842 24385 0 -1 1077944384 1 13226 0 0 0 0 5 2 20 0 15 0 70228474 11079016448 12826 33554432000 4194304 4196468 140732658683872 140618719209904 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51304 KiB

[startup+0.708454 s]
/proc/loadavg: 1.30 1.48 1.55 3/216 24908
/proc/meminfo: memFree=15897848/32770624 swapFree=67108860/67108860
[pid=24842] ppid=24839 vsize=10819352 memory=84584 CPUtime=1 cores=0,2,4,6
/proc/24842/stat : 24842 (java) S 24839 24842 24385 0 -1 1077944320 16785 13226 0 0 89 4 5 2 20 0 15 0 70228459 11079016448 21146 33554432000 4194304 4196468 140732658683872 140732658666416 140619432365815 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
/proc/24842/statm: 2704838 21146 3246 1 0 2667149 0
[pid=24842/tid=24895] ppid=24839 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/24842/task/24895/stat : 24895 (java) R 24839 24842 24385 0 -1 4202560 12197 13226 0 0 57 3 5 2 20 0 15 0 70228468 11079016448 21146 33554432000 4194304 4196468 140732658683872 140619404180144 140619413929344 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24896] ppid=24839 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24896/stat : 24896 (java) S 24839 24842 24385 0 -1 1077944384 1 13226 0 0 0 0 5 2 20 0 15 0 70228469 11079016448 21146 33554432000 4194304 4196468 140732658683872 140619436608400 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24897] ppid=24839 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24897/stat : 24897 (java) S 24839 24842 24385 0 -1 1077944384 1 13226 0 0 0 0 5 2 20 0 15 0 70228469 11079016448 21146 33554432000 4194304 4196468 140732658683872 140619324881680 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24898] ppid=24839 vsize=10819352 memory=139955200471824 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24898/stat : 24898 (java) S 24839 24842 24385 0 -1 1077944384 1 13226 0 0 0 0 5 2 20 0 15 0 70228469 11079016448 21146 33554432000 4194304 4196468 140732658683872 140619323829392 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24899] ppid=24839 vsize=10819352 memory=139955804308052 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24899/stat : 24899 (java) S 24839 24842 24385 0 -1 1077944384 2 13226 0 0 0 0 5 2 20 0 15 0 70228469 11079016448 21146 33554432000 4194304 4196468 140732658683872 140619322776592 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24900] ppid=24839 vsize=10819352 memory=8540 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24900/stat : 24900 (java) S 24839 24842 24385 0 -1 1077944384 5 13226 0 0 0 0 5 2 20 0 15 0 70228471 11079016448 21146 33554432000 4194304 4196468 140732658683872 140618756978800 140619432376962 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24901] ppid=24839 vsize=10819352 memory=7662705889289527641 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24901/stat : 24901 (java) S 24839 24842 24385 0 -1 1077944384 33 13226 0 0 0 0 5 2 20 0 15 0 70228471 11079016448 21146 33554432000 4194304 4196468 140732658683872 140618755924768 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24902] ppid=24839 vsize=10819352 memory=7885635084775281010 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24902/stat : 24902 (java) S 24839 24842 24385 0 -1 1077944384 1 13226 0 0 0 0 5 2 20 0 15 0 70228471 11079016448 21146 33554432000 4194304 4196468 140732658683872 140618303005808 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24903] ppid=24839 vsize=10819352 memory=16436 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24903/stat : 24903 (java) S 24839 24842 24385 0 -1 1077944384 3 13226 0 0 0 0 5 2 20 0 15 0 70228474 11079016448 21146 33554432000 4194304 4196468 140732658683872 140617995606096 140619432384411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24904] ppid=24839 vsize=10819352 memory=12668 CPUtime=0.16 cores=0,2,4,6
/proc/24842/task/24904/stat : 24904 (java) S 24839 24842 24385 0 -1 1077944384 1025 13226 0 0 9 0 5 2 20 0 15 0 70228474 11079016448 21146 33554432000 4194304 4196468 140732658683872 140618722368112 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24905] ppid=24839 vsize=10819352 memory=4008 CPUtime=0.15 cores=0,2,4,6
/proc/24842/task/24905/stat : 24905 (java) S 24839 24842 24385 0 -1 1077944384 599 13226 0 0 8 0 5 2 20 0 15 0 70228474 11079016448 21146 33554432000 4194304 4196468 140732658683872 140618721315312 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24906] ppid=24839 vsize=10819352 memory=1796 CPUtime=0.2 cores=0,2,4,6
/proc/24842/task/24906/stat : 24906 (java) S 24839 24842 24385 0 -1 1077944384 720 13226 0 0 13 0 5 2 20 0 15 0 70228474 11079016448 21146 33554432000 4194304 4196468 140732658683872 140618720263024 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24907] ppid=24839 vsize=10819352 memory=644 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24907/stat : 24907 (java) S 24839 24842 24385 0 -1 1077944384 3 13226 0 0 0 0 5 2 20 0 15 0 70228474 11079016448 21146 33554432000 4194304 4196468 140732658683872 140617962048480 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24908] ppid=24839 vsize=10819352 memory=956 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24908/stat : 24908 (java) S 24839 24842 24385 0 -1 1077944384 1 13226 0 0 0 0 5 2 20 0 15 0 70228474 11079016448 21146 33554432000 4194304 4196468 140732658683872 140618719209904 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84584 KiB

[startup+1.50073 s]
/proc/loadavg: 1.36 1.49 1.55 5/216 24908
/proc/meminfo: memFree=15852140/32770624 swapFree=67108860/67108860
[pid=24842] ppid=24839 vsize=10834252 memory=191320 CPUtime=2.86 cores=0,2,4,6
/proc/24842/stat : 24842 (java) S 24839 24842 24385 0 -1 1077944320 25408 13226 0 0 269 10 5 2 20 0 15 0 70228459 11094274048 47830 33554432000 4194304 4196468 140732658683872 140732658666416 140619432365815 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
/proc/24842/statm: 2708563 47830 3482 1 0 2670221 0
[pid=24842/tid=24895] ppid=24839 vsize=10834252 memory=61036 CPUtime=1.41 cores=0,2,4,6
/proc/24842/task/24895/stat : 24895 (java) R 24839 24842 24385 0 -1 4202560 17110 13226 0 0 128 6 5 2 20 0 15 0 70228468 11094274048 47830 33554432000 4194304 4196468 140732658683872 140619404182768 140619416409445 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24896] ppid=24839 vsize=10834252 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/24842/task/24896/stat : 24896 (java) S 24839 24842 24385 0 -1 1077944384 15 13226 0 0 2 0 5 2 20 0 15 0 70228469 11094274048 47830 33554432000 4194304 4196468 140732658683872 140619436608400 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24897] ppid=24839 vsize=10834252 memory=279910400975008 CPUtime=0.09 cores=0,2,4,6
/proc/24842/task/24897/stat : 24897 (java) S 24839 24842 24385 0 -1 1077944384 23 13226 0 0 2 0 5 2 20 0 15 0 70228469 11094274048 47830 33554432000 4194304 4196468 140732658683872 140619324881680 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24898] ppid=24839 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24842/task/24898/stat : 24898 (java) S 24839 24842 24385 0 -1 1077944384 178 13226 0 0 1 0 5 2 20 0 15 0 70228469 11094274048 47830 33554432000 4194304 4196468 140732658683872 140619323829392 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24899] ppid=24839 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/24842/task/24899/stat : 24899 (java) S 24839 24842 24385 0 -1 1077944384 63 13226 0 0 2 0 5 2 20 0 15 0 70228469 11094274048 47830 33554432000 4194304 4196468 140732658683872 140619322776592 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24900] ppid=24839 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24842/task/24900/stat : 24900 (java) S 24839 24842 24385 0 -1 1077944384 57 13226 0 0 1 0 5 2 20 0 15 0 70228471 11094274048 47830 33554432000 4194304 4196468 140732658683872 140618756978800 140619432376962 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24901] ppid=24839 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24901/stat : 24901 (java) S 24839 24842 24385 0 -1 1077944384 34 13226 0 0 0 0 5 2 20 0 15 0 70228471 11094274048 47830 33554432000 4194304 4196468 140732658683872 140618755924832 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24902] ppid=24839 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24902/stat : 24902 (java) S 24839 24842 24385 0 -1 1077944384 1 13226 0 0 0 0 5 2 20 0 15 0 70228471 11094274048 47830 33554432000 4194304 4196468 140732658683872 140618303005824 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24903] ppid=24839 vsize=10834252 memory=-2746958450906831424 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24903/stat : 24903 (java) S 24839 24842 24385 0 -1 1077944384 3 13226 0 0 0 0 5 2 20 0 15 0 70228474 11094274048 47830 33554432000 4194304 4196468 140732658683872 140617995606096 140619432384411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24904] ppid=24839 vsize=10834252 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/24842/task/24904/stat : 24904 (java) S 24839 24842 24385 0 -1 1077944384 2234 13226 0 0 42 0 5 2 20 0 15 0 70228474 11094274048 47830 33554432000 4194304 4196468 140732658683872 140618722368112 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24905] ppid=24839 vsize=10834252 memory=0 CPUtime=0.5 cores=0,2,4,6
/proc/24842/task/24905/stat : 24905 (java) S 24839 24842 24385 0 -1 1077944384 1899 13226 0 0 43 0 5 2 20 0 15 0 70228474 11094274048 47830 33554432000 4194304 4196468 140732658683872 140618721315312 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24906] ppid=24839 vsize=10834252 memory=6791534058613427641 CPUtime=0.51 cores=0,2,4,6
/proc/24842/task/24906/stat : 24906 (java) S 24839 24842 24385 0 -1 1077944384 1595 13226 0 0 44 0 5 2 20 0 15 0 70228474 11094274048 47830 33554432000 4194304 4196468 140732658683872 140618720263024 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24907] ppid=24839 vsize=10834252 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24907/stat : 24907 (java) S 24839 24842 24385 0 -1 1077944384 3 13226 0 0 0 0 5 2 20 0 15 0 70228474 11094274048 47830 33554432000 4194304 4196468 140732658683872 140617962048480 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24908] ppid=24839 vsize=10834252 memory=279910401219456 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24908/stat : 24908 (java) S 24839 24842 24385 0 -1 1077944384 1 13226 0 0 0 0 5 2 20 0 15 0 70228474 11094274048 47830 33554432000 4194304 4196468 140732658683872 140618719209904 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 10834252 KiB

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

/proc/24842/task/24895/stat : 24895 (java) R 24839 24842 24385 0 -1 4202560 245468 13226 0 0 222343 45 5 2 20 0 15 0 70228468 11111071744 1420139 33554432000 4194304 4196468 140732658683872 140619404199744 140619008178088 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24896] ppid=24839 vsize=10850656 memory=1200 CPUtime=36.64 cores=0,2,4,6
/proc/24842/task/24896/stat : 24896 (java) S 24839 24842 24385 0 -1 1077944384 90083 13226 0 0 3505 152 5 2 20 0 15 0 70228469 11111071744 1420139 33554432000 4194304 4196468 140732658683872 140619436608400 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24897] ppid=24839 vsize=10850656 memory=5680556 CPUtime=36.74 cores=0,2,4,6
/proc/24842/task/24897/stat : 24897 (java) S 24839 24842 24385 0 -1 1077944384 107909 13226 0 0 3523 144 5 2 20 0 15 0 70228469 11111071744 1420139 33554432000 4194304 4196468 140732658683872 140619324881680 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24898] ppid=24839 vsize=10850656 memory=5680552 CPUtime=36.66 cores=0,2,4,6
/proc/24842/task/24898/stat : 24898 (java) S 24839 24842 24385 0 -1 1077944384 92276 13226 0 0 3512 147 5 2 20 0 15 0 70228469 11111071744 1420139 33554432000 4194304 4196468 140732658683872 140619323829392 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24899] ppid=24839 vsize=10850656 memory=5680552 CPUtime=36.56 cores=0,2,4,6
/proc/24842/task/24899/stat : 24899 (java) S 24839 24842 24385 0 -1 1077944384 107387 13226 0 0 3501 148 5 2 20 0 15 0 70228469 11111071744 1420139 33554432000 4194304 4196468 140732658683872 140619322776592 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24900] ppid=24839 vsize=10850656 memory=5680556 CPUtime=0.97 cores=0,2,4,6
/proc/24842/task/24900/stat : 24900 (java) S 24839 24842 24385 0 -1 1077944384 50613 13226 0 0 81 9 5 2 20 0 15 0 70228471 11111071744 1420139 33554432000 4194304 4196468 140732658683872 140618756978800 140619432376962 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24901] ppid=24839 vsize=10850656 memory=5680556 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24901/stat : 24901 (java) S 24839 24842 24385 0 -1 1077944384 41 13226 0 0 0 0 5 2 20 0 15 0 70228471 11111071744 1420139 33554432000 4194304 4196468 140732658683872 140618755924832 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24902] ppid=24839 vsize=10850656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24902/stat : 24902 (java) S 24839 24842 24385 0 -1 1077944384 2 13226 0 0 0 0 5 2 20 0 15 0 70228471 11111071744 1420139 33554432000 4194304 4196468 140732658683872 140618303005824 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24903] ppid=24839 vsize=10850656 memory=5680556 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24903/stat : 24903 (java) S 24839 24842 24385 0 -1 1077944384 3 13226 0 0 0 0 5 2 20 0 15 0 70228474 11111071744 1420139 33554432000 4194304 4196468 140732658683872 140617995606096 140619432384411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24904] ppid=24839 vsize=10850656 memory=279910402009952 CPUtime=13.07 cores=0,2,4,6
/proc/24842/task/24904/stat : 24904 (java) S 24839 24842 24385 0 -1 1077944384 46481 13226 0 0 1293 7 5 2 20 0 15 0 70228474 11111071744 1420139 33554432000 4194304 4196468 140732658683872 140618722368112 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24905] ppid=24839 vsize=10850656 memory=5680556 CPUtime=12.14 cores=0,2,4,6
/proc/24842/task/24905/stat : 24905 (java) S 24839 24842 24385 0 -1 1077944384 41737 13226 0 0 1202 5 5 2 20 0 15 0 70228474 11111071744 1420139 33554432000 4194304 4196468 140732658683872 140618721315312 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24906] ppid=24839 vsize=10850656 memory=5680556 CPUtime=4.3 cores=0,2,4,6
/proc/24842/task/24906/stat : 24906 (java) S 24839 24842 24385 0 -1 1077944384 32271 13226 0 0 415 8 5 2 20 0 15 0 70228474 11111071744 1420139 33554432000 4194304 4196468 140732658683872 140618720263024 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24907] ppid=24839 vsize=10850656 memory=5678504 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24907/stat : 24907 (java) S 24839 24842 24385 0 -1 1077944384 3 13226 0 0 0 0 5 2 20 0 15 0 70228474 11111071744 1420139 33554432000 4194304 4196468 140732658683872 140617962048480 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24908] ppid=24839 vsize=10850656 memory=5678504 CPUtime=1.4 cores=0,2,4,6
/proc/24842/task/24908/stat : 24908 (java) S 24839 24842 24385 0 -1 1077944384 2208 13226 0 0 63 70 5 2 20 0 15 0 70228474 11111071744 1420139 33554432000 4194304 4196468 140732658683872 140618719209904 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
Current children cumulated CPU time: 2401.91 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 5680556 KiB

[startup+2322.3 s]
/proc/loadavg: 1.41 1.62 1.61 3/215 25124
/proc/meminfo: memFree=10722008/32770624 swapFree=67108860/67108860
[pid=24842] ppid=24839 vsize=10850656 memory=5680572 CPUtime=2462.84 cores=0,2,4,6
/proc/24842/stat : 24842 (java) S 24839 24842 24385 0 -1 1077944320 834427 13226 0 0 245556 721 5 2 20 0 15 0 70228459 11111071744 1420143 33554432000 4194304 4196468 140732658683872 140732658666416 140619432365815 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
/proc/24842/statm: 2712664 1420143 3532 1 0 2674317 0
[pid=24842/tid=24895] ppid=24839 vsize=10850656 memory=5680572 CPUtime=2283.63 cores=0,2,4,6
/proc/24842/task/24895/stat : 24895 (java) R 24839 24842 24385 0 -1 4202560 250762 13226 0 0 228310 46 5 2 20 0 15 0 70228468 11111071744 1420143 33554432000 4194304 4196468 140732658683872 140619404199760 140618997134810 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24896] ppid=24839 vsize=10850656 memory=5680572 CPUtime=36.94 cores=0,2,4,6
/proc/24842/task/24896/stat : 24896 (java) S 24839 24842 24385 0 -1 1077944384 92104 13226 0 0 3535 152 5 2 20 0 15 0 70228469 11111071744 1420143 33554432000 4194304 4196468 140732658683872 140619436608400 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24897] ppid=24839 vsize=10850656 memory=5680572 CPUtime=37.04 cores=0,2,4,6
/proc/24842/task/24897/stat : 24897 (java) S 24839 24842 24385 0 -1 1077944384 110334 13226 0 0 3553 144 5 2 20 0 15 0 70228469 11111071744 1420143 33554432000 4194304 4196468 140732658683872 140619324881680 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24898] ppid=24839 vsize=10850656 memory=5680572 CPUtime=36.97 cores=0,2,4,6
/proc/24842/task/24898/stat : 24898 (java) S 24839 24842 24385 0 -1 1077944384 95381 13226 0 0 3542 148 5 2 20 0 15 0 70228469 11111071744 1420143 33554432000 4194304 4196468 140732658683872 140619323829392 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24899] ppid=24839 vsize=10850656 memory=5679832 CPUtime=36.86 cores=0,2,4,6
/proc/24842/task/24899/stat : 24899 (java) S 24839 24842 24385 0 -1 1077944384 109908 13226 0 0 3530 149 5 2 20 0 15 0 70228469 11111071744 1420143 33554432000 4194304 4196468 140732658683872 140619322776592 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24900] ppid=24839 vsize=10850656 memory=5679532 CPUtime=0.99 cores=0,2,4,6
/proc/24842/task/24900/stat : 24900 (java) S 24839 24842 24385 0 -1 1077944384 50964 13226 0 0 83 9 5 2 20 0 15 0 70228471 11111071744 1420143 33554432000 4194304 4196468 140732658683872 140618756978800 140619432376962 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24901] ppid=24839 vsize=10850656 memory=5680572 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24901/stat : 24901 (java) S 24839 24842 24385 0 -1 1077944384 41 13226 0 0 0 0 5 2 20 0 15 0 70228471 11111071744 1420143 33554432000 4194304 4196468 140732658683872 140618755924832 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24902] ppid=24839 vsize=10850656 memory=5680572 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24902/stat : 24902 (java) S 24839 24842 24385 0 -1 1077944384 2 13226 0 0 0 0 5 2 20 0 15 0 70228471 11111071744 1420143 33554432000 4194304 4196468 140732658683872 140618303005824 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24903] ppid=24839 vsize=10850656 memory=5680572 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24903/stat : 24903 (java) S 24839 24842 24385 0 -1 1077944384 3 13226 0 0 0 0 5 2 20 0 15 0 70228474 11111071744 1420143 33554432000 4194304 4196468 140732658683872 140617995606096 140619432384411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24904] ppid=24839 vsize=10850656 memory=5680572 CPUtime=13.07 cores=0,2,4,6
/proc/24842/task/24904/stat : 24904 (java) S 24839 24842 24385 0 -1 1077944384 46485 13226 0 0 1293 7 5 2 20 0 15 0 70228474 11111071744 1420143 33554432000 4194304 4196468 140732658683872 140618722368112 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24905] ppid=24839 vsize=10850656 memory=5680572 CPUtime=12.14 cores=0,2,4,6
/proc/24842/task/24905/stat : 24905 (java) S 24839 24842 24385 0 -1 1077944384 41739 13226 0 0 1202 5 5 2 20 0 15 0 70228474 11111071744 1420143 33554432000 4194304 4196468 140732658683872 140618721315312 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24906] ppid=24839 vsize=10850656 memory=5680572 CPUtime=4.3 cores=0,2,4,6
/proc/24842/task/24906/stat : 24906 (java) S 24839 24842 24385 0 -1 1077944384 32274 13226 0 0 415 8 5 2 20 0 15 0 70228474 11111071744 1420143 33554432000 4194304 4196468 140732658683872 140618720263024 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24907] ppid=24839 vsize=10850656 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24907/stat : 24907 (java) S 24839 24842 24385 0 -1 1077944384 3 13226 0 0 0 0 5 2 20 0 15 0 70228474 11111071744 1420143 33554432000 4194304 4196468 140732658683872 140617962048480 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24908] ppid=24839 vsize=10850656 memory=5680572 CPUtime=1.44 cores=0,2,4,6
/proc/24842/task/24908/stat : 24908 (java) S 24839 24842 24385 0 -1 1077944384 2234 13226 0 0 65 72 5 2 20 0 15 0 70228474 11111071744 1420143 33554432000 4194304 4196468 140732658683872 140618719209904 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
Current children cumulated CPU time: 2462.84 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 5680572 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2378.7 s]
/proc/loadavg: 1.33 1.58 1.59 3/215 25132
/proc/meminfo: memFree=10554692/32770624 swapFree=67108860/67108860
[pid=24842] ppid=24839 vsize=10850656 memory=5683984 CPUtime=2520.09 cores=0,2,4,6
/proc/24842/stat : 24842 (java) S 24839 24842 24385 0 -1 1077944320 850711 13226 0 0 251277 725 5 2 20 0 15 0 70228459 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140732658666416 140619432365815 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
/proc/24842/statm: 2712664 1420996 3532 1 0 2674317 0
[pid=24842/tid=24895] ppid=24839 vsize=10850656 memory=13048 CPUtime=2339.73 cores=0,2,4,6
/proc/24842/task/24895/stat : 24895 (java) R 24839 24842 24385 0 -1 4202560 256423 13226 0 0 233919 47 5 2 20 0 15 0 70228468 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140619404199744 140618992297491 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24896] ppid=24839 vsize=10850656 memory=5683984 CPUtime=37.22 cores=0,2,4,6
/proc/24842/task/24896/stat : 24896 (java) S 24839 24842 24385 0 -1 1077944384 93679 13226 0 0 3562 153 5 2 20 0 15 0 70228469 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140619436608400 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24897] ppid=24839 vsize=10850656 memory=5683848 CPUtime=37.32 cores=0,2,4,6
/proc/24842/task/24897/stat : 24897 (java) S 24839 24842 24385 0 -1 1077944384 113052 13226 0 0 3580 145 5 2 20 0 15 0 70228469 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140619324881680 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24898] ppid=24839 vsize=10850656 memory=5683652 CPUtime=37.24 cores=0,2,4,6
/proc/24842/task/24898/stat : 24898 (java) S 24839 24842 24385 0 -1 1077944384 97960 13226 0 0 3569 148 5 2 20 0 15 0 70228469 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140619323829392 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24899] ppid=24839 vsize=10850656 memory=5683652 CPUtime=37.13 cores=0,2,4,6
/proc/24842/task/24899/stat : 24899 (java) S 24839 24842 24385 0 -1 1077944384 111962 13226 0 0 3557 149 5 2 20 0 15 0 70228469 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140619322776592 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24900] ppid=24839 vsize=10850656 memory=5683652 CPUtime=1 cores=0,2,4,6
/proc/24842/task/24900/stat : 24900 (java) S 24839 24842 24385 0 -1 1077944384 51302 13226 0 0 84 9 5 2 20 0 15 0 70228471 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140618756978800 140619432376962 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24901] ppid=24839 vsize=10850656 memory=5683804 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24901/stat : 24901 (java) S 24839 24842 24385 0 -1 1077944384 41 13226 0 0 0 0 5 2 20 0 15 0 70228471 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140618755924832 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24902] ppid=24839 vsize=10850656 memory=5683652 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24902/stat : 24902 (java) S 24839 24842 24385 0 -1 1077944384 2 13226 0 0 0 0 5 2 20 0 15 0 70228471 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140618303005824 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24903] ppid=24839 vsize=10850656 memory=5683848 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24903/stat : 24903 (java) S 24839 24842 24385 0 -1 1077944384 3 13226 0 0 0 0 5 2 20 0 15 0 70228474 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140617995606096 140619432384411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24904] ppid=24839 vsize=10850656 memory=5683984 CPUtime=13.07 cores=0,2,4,6
/proc/24842/task/24904/stat : 24904 (java) S 24839 24842 24385 0 -1 1077944384 46489 13226 0 0 1293 7 5 2 20 0 15 0 70228474 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140618722368112 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24905] ppid=24839 vsize=10850656 memory=2257 CPUtime=12.14 cores=0,2,4,6
/proc/24842/task/24905/stat : 24905 (java) S 24839 24842 24385 0 -1 1077944384 41746 13226 0 0 1202 5 5 2 20 0 15 0 70228474 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140618721315312 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24906] ppid=24839 vsize=10850656 memory=4140 CPUtime=4.31 cores=0,2,4,6
/proc/24842/task/24906/stat : 24906 (java) S 24839 24842 24385 0 -1 1077944384 33596 13226 0 0 416 8 5 2 20 0 15 0 70228474 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140618720263024 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24907] ppid=24839 vsize=10850656 memory=2200 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24907/stat : 24907 (java) S 24839 24842 24385 0 -1 1077944384 3 13226 0 0 0 0 5 2 20 0 15 0 70228474 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140617962048480 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24908] ppid=24839 vsize=10850656 memory=7528 CPUtime=1.47 cores=0,2,4,6
/proc/24842/task/24908/stat : 24908 (java) S 24839 24842 24385 0 -1 1077944384 2260 13226 0 0 67 73 5 2 20 0 15 0 70228474 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140618719209904 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 5683984 KiB

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

[startup+2378.75 s]
# the end of solver process 24842 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.85 s, system=7.31347 s

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

[startup+2378.7 s]
/proc/loadavg: 1.33 1.58 1.59 3/215 25132
/proc/meminfo: memFree=10554692/32770624 swapFree=67108860/67108860
[pid=24842] ppid=24839 vsize=10850656 memory=5683984 CPUtime=2520.09 cores=0,2,4,6
/proc/24842/stat : 24842 (java) S 24839 24842 24385 0 -1 1077944320 850711 13226 0 0 251277 725 5 2 20 0 15 0 70228459 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140732658666416 140619432365815 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
/proc/24842/statm: 2712664 1420996 3532 1 0 2674317 0
[pid=24842/tid=24895] ppid=24839 vsize=10850656 memory=13048 CPUtime=2339.73 cores=0,2,4,6
/proc/24842/task/24895/stat : 24895 (java) R 24839 24842 24385 0 -1 4202560 256423 13226 0 0 233919 47 5 2 20 0 15 0 70228468 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140619404199744 140618992297491 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24896] ppid=24839 vsize=10850656 memory=5683984 CPUtime=37.22 cores=0,2,4,6
/proc/24842/task/24896/stat : 24896 (java) S 24839 24842 24385 0 -1 1077944384 93679 13226 0 0 3562 153 5 2 20 0 15 0 70228469 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140619436608400 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24897] ppid=24839 vsize=10850656 memory=5683848 CPUtime=37.32 cores=0,2,4,6
/proc/24842/task/24897/stat : 24897 (java) S 24839 24842 24385 0 -1 1077944384 113052 13226 0 0 3580 145 5 2 20 0 15 0 70228469 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140619324881680 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24898] ppid=24839 vsize=10850656 memory=5683652 CPUtime=37.24 cores=0,2,4,6
/proc/24842/task/24898/stat : 24898 (java) S 24839 24842 24385 0 -1 1077944384 97960 13226 0 0 3569 148 5 2 20 0 15 0 70228469 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140619323829392 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24899] ppid=24839 vsize=10850656 memory=5683652 CPUtime=37.13 cores=0,2,4,6
/proc/24842/task/24899/stat : 24899 (java) S 24839 24842 24385 0 -1 1077944384 111962 13226 0 0 3557 149 5 2 20 0 15 0 70228469 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140619322776592 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24900] ppid=24839 vsize=10850656 memory=5683652 CPUtime=1 cores=0,2,4,6
/proc/24842/task/24900/stat : 24900 (java) S 24839 24842 24385 0 -1 1077944384 51302 13226 0 0 84 9 5 2 20 0 15 0 70228471 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140618756978800 140619432376962 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24901] ppid=24839 vsize=10850656 memory=5683804 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24901/stat : 24901 (java) S 24839 24842 24385 0 -1 1077944384 41 13226 0 0 0 0 5 2 20 0 15 0 70228471 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140618755924832 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24902] ppid=24839 vsize=10850656 memory=5683652 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24902/stat : 24902 (java) S 24839 24842 24385 0 -1 1077944384 2 13226 0 0 0 0 5 2 20 0 15 0 70228471 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140618303005824 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24903] ppid=24839 vsize=10850656 memory=5683848 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24903/stat : 24903 (java) S 24839 24842 24385 0 -1 1077944384 3 13226 0 0 0 0 5 2 20 0 15 0 70228474 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140617995606096 140619432384411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24904] ppid=24839 vsize=10850656 memory=5683984 CPUtime=13.07 cores=0,2,4,6
/proc/24842/task/24904/stat : 24904 (java) S 24839 24842 24385 0 -1 1077944384 46489 13226 0 0 1293 7 5 2 20 0 15 0 70228474 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140618722368112 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24905] ppid=24839 vsize=10850656 memory=2257 CPUtime=12.14 cores=0,2,4,6
/proc/24842/task/24905/stat : 24905 (java) S 24839 24842 24385 0 -1 1077944384 41746 13226 0 0 1202 5 5 2 20 0 15 0 70228474 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140618721315312 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24906] ppid=24839 vsize=10850656 memory=4140 CPUtime=4.31 cores=0,2,4,6
/proc/24842/task/24906/stat : 24906 (java) S 24839 24842 24385 0 -1 1077944384 33596 13226 0 0 416 8 5 2 20 0 15 0 70228474 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140618720263024 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24907] ppid=24839 vsize=10850656 memory=2200 CPUtime=0.07 cores=0,2,4,6
/proc/24842/task/24907/stat : 24907 (java) S 24839 24842 24385 0 -1 1077944384 3 13226 0 0 0 0 5 2 20 0 15 0 70228474 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140617962048480 140619432376021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
[pid=24842/tid=24908] ppid=24839 vsize=10850656 memory=7528 CPUtime=1.47 cores=0,2,4,6
/proc/24842/task/24908/stat : 24908 (java) S 24839 24842 24385 0 -1 1077944384 2260 13226 0 0 67 73 5 2 20 0 15 0 70228474 11111071744 1420996 33554432000 4194304 4196468 140732658683872 140618719209904 140619432376962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12423168 140732658690670 140732658693468 140732658693468 140732658696143 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 5683984 KiB

Child status: 143
Real time (s): 2378.75
CPU time (s): 2520.16
CPU user time (s): 2512.85
CPU system time (s): 7.31347
CPU usage (%): 105.945
Max. virtual memory (cumulated for all children) (KiB): 10851316
Max. memory (cumulated for all children) (KiB): 5683984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.85
system time used= 7.31347
maximum resident set size= 5688200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 868714
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80361
involuntary context switches= 5697


# summary of solver processes directly reported to runsolver:
#   pid: 24842
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2512.85
#   total CPU system time (s): 7.31347

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.1131 second user time and 23.0337 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-25 15:50:53
IDJOB=4295041
IDBENCH=141458
IDSOLVER=2750
FILE ID=node136/4295041-1532526653
RUNJOBID= node136-1532524210-24416
PBS_JOBID= 21021596
Free space on /tmp= 55912 MiB

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

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

MD5SUM BENCH= cda201995a07a9b7663412ba5f5fbb4e
RANDOM SEED=1904434324

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        15946796 kB
MemAvailable:   26372132 kB
Buffers:          211268 kB
Cached:         10446144 kB
SwapCached:            0 kB
Active:          8113976 kB
Inactive:        8146372 kB
Active(anon):    5554500 kB
Inactive(anon):    76688 kB
Active(file):    2559476 kB
Inactive(file):  8069684 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26356 kB
Writeback:             0 kB
AnonPages:       5534856 kB
Mapped:            52588 kB
Shmem:             25228 kB
Slab:             250968 kB
SReclaimable:     224020 kB
SUnreclaim:        26948 kB
KernelStack:        3824 kB
PageTables:        16192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6539316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5242880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

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