Trace number 4305191

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameFrb/
frb-53-24-3-mgd_c18.xml
MD5SUM2687d075c2954ad7539e74b041f9986e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables53
Number of constraints470
Number of domains1
Minimum domain size24
Maximum domain size24
Distribution of domain sizes[{"size":24,"count":53}]
Minimum variable degree11
Maximum variable degree26
Distribution of variable degrees[{"degree":11,"count":1},{"degree":13,"count":2},{"degree":14,"count":5},{"degree":15,"count":4},{"degree":16,"count":6},{"degree":17,"count":7},{"degree":18,"count":12},{"degree":19,"count":4},{"degree":20,"count":3},{"degree":21,"count":2},{"degree":22,"count":3},{"degree":23,"count":1},{"degree":24,"count":1},{"degree":25,"count":1},{"degree":26,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":470}]
Number of extensional constraints470
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":470}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305191-1534138370/watcher-4305191-1534138370 -o /tmp/evaluation-result-4305191-1534138370/solver-4305191-1534138370 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534135902-2549 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1541982433 HOME/instance-4305191-1534138370.xml 

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

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


[startup+0.100091 s]*
/proc/loadavg: 1.60 1.52 1.43 3/207 2928
/proc/meminfo: memFree=12019184/32770624 swapFree=67108496/67108860
[pid=2871] ppid=2868 vsize=10005480 memory=14908 CPUtime=0.08 cores=0,2,4,6
/proc/2871/stat : 2871 (java) S 2868 2871 2518 0 -1 1077944320 4375 13159 0 0 1 0 5 2 20 0 6 0 231400172 10245611520 3727 33554432000 4194304 4196468 140735309197168 140735309179712 140355266998007 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
/proc/2871/statm: 2501370 3727 1934 1 0 2489808 0
[pid=2871/tid=2924] ppid=2868 vsize=10005480 memory=-9032380014983954367 CPUtime=0.08 cores=0,2,4,6
/proc/2871/task/2924/stat : 2924 (java) R 2868 2871 2518 0 -1 4202560 2232 13159 0 0 1 0 5 2 20 0 6 0 231400181 10245611520 3793 33554432000 4194304 4196468 140735309197168 140355238834768 140355251078494 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2925] ppid=2868 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2925/stat : 2925 (java) S 2868 2871 2518 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 6 0 231400182 10245611520 3793 33554432000 4194304 4196468 140735309197168 140355271239952 140355267008213 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2926] ppid=2868 vsize=10005480 memory=139839657490048 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2926/stat : 2926 (java) S 2868 2871 2518 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 6 0 231400182 10245611520 3793 33554432000 4194304 4196468 140735309197168 140354806745488 140355267008213 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2927] ppid=2868 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2927/stat : 2927 (java) S 2868 2871 2518 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 6 0 231400182 10245611520 3793 33554432000 4194304 4196468 140735309197168 140354805692944 140355267008213 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2928] ppid=2868 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2928/stat : 2928 (java) S 2868 2871 2518 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 6 0 231400182 10245611520 3793 33554432000 4194304 4196468 140735309197168 140354804640400 140355267008213 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 14908 KiB

[startup+0.209918 s]*
/proc/loadavg: 1.60 1.52 1.43 3/216 2937
/proc/meminfo: memFree=11996356/32770624 swapFree=67108496/67108860
[pid=2871] ppid=2868 vsize=10982744 memory=41900 CPUtime=0.25 cores=0,2,4,6
/proc/2871/stat : 2871 (java) S 2868 2871 2518 0 -1 1077944320 7664 13159 0 0 17 1 5 2 20 0 15 0 231400172 11246329856 10475 33554432000 4194304 4196468 140735309197168 140735309179712 140355266998007 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
/proc/2871/statm: 2745686 10475 2982 1 0 2708109 0
[pid=2871/tid=2924] ppid=2868 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/2871/task/2924/stat : 2924 (java) R 2868 2871 2518 0 -1 4202560 4420 13159 0 0 11 0 5 2 20 0 15 0 231400181 11246329856 10739 33554432000 4194304 4196468 140735309197168 140355238812992 140355247273714 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2925] ppid=2868 vsize=10982744 memory=365 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2925/stat : 2925 (java) S 2868 2871 2518 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 231400182 11246329856 10805 33554432000 4194304 4196468 140735309197168 140355271239952 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2926] ppid=2868 vsize=10982744 memory=288370215809201792 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2926/stat : 2926 (java) S 2868 2871 2518 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 231400182 11246329856 10805 33554432000 4194304 4196468 140735309197168 140354806745488 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2927] ppid=2868 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2927/stat : 2927 (java) S 2868 2871 2518 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 231400182 11246329856 10805 33554432000 4194304 4196468 140735309197168 140354805692944 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2928] ppid=2868 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2928/stat : 2928 (java) S 2868 2871 2518 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 231400182 11246329856 10805 33554432000 4194304 4196468 140735309197168 140354804640400 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2929] ppid=2868 vsize=10982744 memory=139839657490048 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2929/stat : 2929 (java) S 2868 2871 2518 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 231400183 11246329856 10805 33554432000 4194304 4196468 140735309197168 140354692938224 140355267009154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2930] ppid=2868 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2930/stat : 2930 (java) S 2868 2871 2518 0 -1 1077944384 13 13159 0 0 0 0 5 2 20 0 15 0 231400184 11246329856 10805 33554432000 4194304 4196468 140735309197168 140354095408544 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2931] ppid=2868 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2931/stat : 2931 (java) S 2868 2871 2518 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 231400184 11246329856 10805 33554432000 4194304 4196468 140735309197168 140353894082032 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2932] ppid=2868 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2932/stat : 2932 (java) S 2868 2871 2518 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 231400187 11246329856 10805 33554432000 4194304 4196468 140735309197168 140353586682576 140355267016603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2933] ppid=2868 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2871/task/2933/stat : 2933 (java) S 2868 2871 2518 0 -1 1077944384 491 13159 0 0 1 0 5 2 20 0 15 0 231400187 11246329856 10805 33554432000 4194304 4196468 140735309197168 140354691885040 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2934] ppid=2868 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2934/stat : 2934 (java) S 2868 2871 2518 0 -1 1077944384 151 13159 0 0 0 0 5 2 20 0 15 0 231400187 11246329856 10805 33554432000 4194304 4196468 140735309197168 140354690832496 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2935] ppid=2868 vsize=10982744 memory=139839657490048 CPUtime=0.09 cores=0,2,4,6
/proc/2871/task/2935/stat : 2935 (java) S 2868 2871 2518 0 -1 1077944384 675 13159 0 0 2 0 5 2 20 0 15 0 231400187 11246329856 10805 33554432000 4194304 4196468 140735309197168 140354689779952 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2936] ppid=2868 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2936/stat : 2936 (java) S 2868 2871 2518 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 231400187 11246329856 10871 33554432000 4194304 4196468 140735309197168 140353155885664 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2937] ppid=2868 vsize=10982744 memory=139839657490048 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2937/stat : 2937 (java) S 2868 2871 2518 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 231400187 11246329856 10871 33554432000 4194304 4196468 140735309197168 140354688727856 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 41900 KiB

[startup+0.310279 s]*
/proc/loadavg: 1.60 1.52 1.43 3/216 2937
/proc/meminfo: memFree=11982712/32770624 swapFree=67108496/67108860
[pid=2871] ppid=2868 vsize=10983192 memory=55296 CPUtime=0.38 cores=0,2,4,6
/proc/2871/stat : 2871 (java) S 2868 2871 2518 0 -1 1077944320 10910 13159 0 0 29 2 5 2 20 0 15 0 231400172 11246788608 13824 33554432000 4194304 4196468 140735309197168 140735309179712 140355266998007 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
/proc/2871/statm: 2745798 13824 3101 1 0 2708109 0
[pid=2871/tid=2924] ppid=2868 vsize=10983192 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/2871/task/2924/stat : 2924 (java) R 2868 2871 2518 0 -1 4202560 7345 13159 0 0 20 1 5 2 20 0 15 0 231400181 11246788608 13866 33554432000 4194304 4196468 140735309197168 140355238810016 140355251078494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2925] ppid=2868 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2925/stat : 2925 (java) S 2868 2871 2518 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 231400182 11246788608 13866 33554432000 4194304 4196468 140735309197168 140355271239952 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2926] ppid=2868 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2926/stat : 2926 (java) S 2868 2871 2518 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 231400182 11246788608 13866 33554432000 4194304 4196468 140735309197168 140354806745488 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2927] ppid=2868 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2927/stat : 2927 (java) S 2868 2871 2518 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 231400182 11246788608 13866 33554432000 4194304 4196468 140735309197168 140354805692944 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2928] ppid=2868 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2928/stat : 2928 (java) S 2868 2871 2518 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 231400182 11246788608 13866 33554432000 4194304 4196468 140735309197168 140354804640400 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2929] ppid=2868 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2929/stat : 2929 (java) S 2868 2871 2518 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 231400183 11246788608 13866 33554432000 4194304 4196468 140735309197168 140354692938224 140355267009154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2930] ppid=2868 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2930/stat : 2930 (java) S 2868 2871 2518 0 -1 1077944384 13 13159 0 0 0 0 5 2 20 0 15 0 231400184 11246788608 13866 33554432000 4194304 4196468 140735309197168 140354095408544 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2931] ppid=2868 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2931/stat : 2931 (java) S 2868 2871 2518 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 231400184 11246788608 13866 33554432000 4194304 4196468 140735309197168 140353894082032 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2932] ppid=2868 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2932/stat : 2932 (java) S 2868 2871 2518 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 231400187 11246788608 13866 33554432000 4194304 4196468 140735309197168 140353586682576 140355267016603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2933] ppid=2868 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2871/task/2933/stat : 2933 (java) S 2868 2871 2518 0 -1 1077944384 494 13159 0 0 1 0 5 2 20 0 15 0 231400187 11246788608 13866 33554432000 4194304 4196468 140735309197168 140354691885040 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2934] ppid=2868 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2871/task/2934/stat : 2934 (java) S 2868 2871 2518 0 -1 1077944384 157 13159 0 0 1 0 5 2 20 0 15 0 231400187 11246788608 13866 33554432000 4194304 4196468 140735309197168 140354690832496 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2935] ppid=2868 vsize=10983192 memory=139839657490048 CPUtime=0.11 cores=0,2,4,6
/proc/2871/task/2935/stat : 2935 (java) S 2868 2871 2518 0 -1 1077944384 707 13159 0 0 4 0 5 2 20 0 15 0 231400187 11246788608 13866 33554432000 4194304 4196468 140735309197168 140354689779952 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2936] ppid=2868 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2936/stat : 2936 (java) S 2868 2871 2518 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 231400187 11246788608 13866 33554432000 4194304 4196468 140735309197168 140353155885664 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2937] ppid=2868 vsize=10983192 memory=139839657490048 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2937/stat : 2937 (java) S 2868 2871 2518 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 231400187 11246788608 13866 33554432000 4194304 4196468 140735309197168 140354688727856 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55296 KiB

[startup+0.700709 s]
/proc/loadavg: 1.60 1.52 1.43 2/200 2939
/proc/meminfo: memFree=12965392/32770624 swapFree=67108496/67108860
[pid=2871] ppid=2868 vsize=10983192 memory=88012 CPUtime=0.98 cores=0,2,4,6
/proc/2871/stat : 2871 (java) S 2868 2871 2518 0 -1 1077944320 17138 13159 0 0 87 4 5 2 20 0 15 0 231400172 11246788608 22003 33554432000 4194304 4196468 140735309197168 140735309179712 140355266998007 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
/proc/2871/statm: 2745798 22003 3246 1 0 2708109 0
[pid=2871/tid=2924] ppid=2868 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/2871/task/2924/stat : 2924 (java) R 2868 2871 2518 0 -1 4202560 12605 13159 0 0 56 3 5 2 20 0 15 0 231400181 11246788608 22003 33554432000 4194304 4196468 140735309197168 140355238821008 140355252163646 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2925] ppid=2868 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2925/stat : 2925 (java) S 2868 2871 2518 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 231400182 11246788608 22003 33554432000 4194304 4196468 140735309197168 140355271239952 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2926] ppid=2868 vsize=10983192 memory=33 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2926/stat : 2926 (java) S 2868 2871 2518 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 231400182 11246788608 22003 33554432000 4194304 4196468 140735309197168 140354806745488 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2927] ppid=2868 vsize=10983192 memory=5782710158159929408 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2927/stat : 2927 (java) S 2868 2871 2518 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 231400182 11246788608 22003 33554432000 4194304 4196468 140735309197168 140354805692944 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2928] ppid=2868 vsize=10983192 memory=-7741296126441013152 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2928/stat : 2928 (java) S 2868 2871 2518 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 231400182 11246788608 22003 33554432000 4194304 4196468 140735309197168 140354804640400 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2929] ppid=2868 vsize=10983192 memory=3054121327058243648 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2929/stat : 2929 (java) S 2868 2871 2518 0 -1 1077944384 5 13159 0 0 0 0 5 2 20 0 15 0 231400183 11246788608 22003 33554432000 4194304 4196468 140735309197168 140354692938224 140355267009154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2930] ppid=2868 vsize=10983192 memory=4638778398333294178 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2930/stat : 2930 (java) S 2868 2871 2518 0 -1 1077944384 13 13159 0 0 0 0 5 2 20 0 15 0 231400184 11246788608 22003 33554432000 4194304 4196468 140735309197168 140354095408544 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2931] ppid=2868 vsize=10983192 memory=7250080968263871072 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2931/stat : 2931 (java) S 2868 2871 2518 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 231400184 11246788608 22003 33554432000 4194304 4196468 140735309197168 140353894082032 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2932] ppid=2868 vsize=10983192 memory=7512057137015578688 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2932/stat : 2932 (java) S 2868 2871 2518 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 231400187 11246788608 22003 33554432000 4194304 4196468 140735309197168 140353586682576 140355267016603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2933] ppid=2868 vsize=10983192 memory=734122130331934768 CPUtime=0.17 cores=0,2,4,6
/proc/2871/task/2933/stat : 2933 (java) S 2868 2871 2518 0 -1 1077944384 963 13159 0 0 10 0 5 2 20 0 15 0 231400187 11246788608 22003 33554432000 4194304 4196468 140735309197168 140354691885040 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2934] ppid=2868 vsize=10983192 memory=6935649255759568960 CPUtime=0.14 cores=0,2,4,6
/proc/2871/task/2934/stat : 2934 (java) S 2868 2871 2518 0 -1 1077944384 465 13159 0 0 7 0 5 2 20 0 15 0 231400187 11246788608 22003 33554432000 4194304 4196468 140735309197168 140354690832496 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2935] ppid=2868 vsize=10983192 memory=3467824671636873280 CPUtime=0.19 cores=0,2,4,6
/proc/2871/task/2935/stat : 2935 (java) S 2868 2871 2518 0 -1 1077944384 880 13159 0 0 12 0 5 2 20 0 15 0 231400187 11246788608 22003 33554432000 4194304 4196468 140735309197168 140354689779952 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2936] ppid=2868 vsize=10983192 memory=4000 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2936/stat : 2936 (java) S 2868 2871 2518 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 231400187 11246788608 22003 33554432000 4194304 4196468 140735309197168 140353155885664 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2937] ppid=2868 vsize=10983192 memory=14204 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2937/stat : 2937 (java) S 2868 2871 2518 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 231400187 11246788608 22003 33554432000 4194304 4196468 140735309197168 140354688727856 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88012 KiB

[startup+1.51091 s]
/proc/loadavg: 1.95 1.60 1.46 5/199 2971
/proc/meminfo: memFree=12824620/32770624 swapFree=67108496/67108860
[pid=2871] ppid=2868 vsize=10993996 memory=236792 CPUtime=2.88 cores=0,2,4,6
/proc/2871/stat : 2871 (java) S 2868 2871 2518 0 -1 1077944320 23343 13159 0 0 269 12 5 2 20 0 15 0 231400172 11257851904 59198 33554432000 4194304 4196468 140735309197168 140735309179712 140355266998007 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
/proc/2871/statm: 2748499 59198 3450 1 0 2710157 0
[pid=2871/tid=2924] ppid=2868 vsize=10993996 memory=14204 CPUtime=1.45 cores=0,2,4,6
/proc/2871/task/2924/stat : 2924 (java) R 2868 2871 2518 0 -1 4202560 16336 13159 0 0 130 8 5 2 20 0 15 0 231400181 11257851904 59198 33554432000 4194304 4196468 140735309197168 140355238805472 140355267019933 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2925] ppid=2868 vsize=10993996 memory=279679009561232 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2925/stat : 2925 (java) S 2868 2871 2518 0 -1 1077944384 12 13159 0 0 0 0 5 2 20 0 15 0 231400182 11257851904 59198 33554432000 4194304 4196468 140735309197168 140355271239952 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2926] ppid=2868 vsize=10993996 memory=4638778415881994343 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2926/stat : 2926 (java) R 2868 2871 2518 0 -1 1077944384 169 13159 0 0 0 0 5 2 20 0 15 0 231400182 11257851904 59198 33554432000 4194304 4196468 140735309197168 140354806745488 140355267008213 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2927] ppid=2868 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2927/stat : 2927 (java) S 2868 2871 2518 0 -1 1077944384 6 13159 0 0 0 0 5 2 20 0 15 0 231400182 11257851904 59198 33554432000 4194304 4196468 140735309197168 140354805692944 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2928] ppid=2868 vsize=10993996 memory=288230574492221466 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2928/stat : 2928 (java) S 2868 2871 2518 0 -1 1077944384 41 13159 0 0 0 0 5 2 20 0 15 0 231400182 11257851904 59198 33554432000 4194304 4196468 140735309197168 140354804640400 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2929] ppid=2868 vsize=10993996 memory=288230596050944315 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2929/stat : 2929 (java) S 2868 2871 2518 0 -1 1077944384 37 13159 0 0 0 0 5 2 20 0 15 0 231400183 11257851904 59198 33554432000 4194304 4196468 140735309197168 140354692938224 140355267009154 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2930] ppid=2868 vsize=10993996 memory=16103662887897592 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2930/stat : 2930 (java) R 2868 2871 2518 0 -1 1077944384 13 13159 0 0 0 0 5 2 20 0 15 0 231400184 11257851904 59198 33554432000 4194304 4196468 140735309197168 140354095408544 140355267008213 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2931] ppid=2868 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2931/stat : 2931 (java) S 2868 2871 2518 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 231400184 11257851904 59198 33554432000 4194304 4196468 140735309197168 140353894082032 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2932] ppid=2868 vsize=10993996 memory=19265 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2932/stat : 2932 (java) S 2868 2871 2518 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 231400187 11257851904 59198 33554432000 4194304 4196468 140735309197168 140353586682576 140355267016603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2933] ppid=2868 vsize=10993996 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/2871/task/2933/stat : 2933 (java) R 2868 2871 2518 0 -1 4202560 1626 13159 0 0 47 0 5 2 20 0 15 0 231400187 11257851904 59198 33554432000 4194304 4196468 140735309197168 140354691870032 140355267009942 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2934] ppid=2868 vsize=10993996 memory=-4546129931942301728 CPUtime=0.52 cores=0,2,4,6
/proc/2871/task/2934/stat : 2934 (java) R 2868 2871 2518 0 -1 4202560 1213 13159 0 0 45 0 5 2 20 0 15 0 231400187 11257851904 59198 33554432000 4194304 4196468 140735309197168 140354690812336 140355267019354 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2935] ppid=2868 vsize=10993996 memory=0 CPUtime=0.5 cores=0,2,4,6
/proc/2871/task/2935/stat : 2935 (java) S 2868 2871 2518 0 -1 1077944384 1688 13159 0 0 42 1 5 2 20 0 15 0 231400187 11257851904 59198 33554432000 4194304 4196468 140735309197168 140354689779952 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2936] ppid=2868 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2936/stat : 2936 (java) S 2868 2871 2518 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 231400187 11257851904 59198 33554432000 4194304 4196468 140735309197168 140353155885664 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2937] ppid=2868 vsize=10993996 memory=33 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2937/stat : 2937 (java) S 2868 2871 2518 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 231400187 11257851904 59198 33554432000 4194304 4196468 140735309197168 140354688727856 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
Current children cumulated CPU time: 2.88 s
Current children cumulated vsize: 10993996 KiB

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

/proc/2871/task/2924/stat : 2924 (java) R 2868 2871 2518 0 -1 4202560 92670 13159 0 0 229472 60 5 2 20 0 15 0 231400181 11343855616 304968 33554432000 4194304 4196468 140735309197168 140355238832240 140354852041819 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2925] ppid=2868 vsize=11077984 memory=1219872 CPUtime=11.57 cores=0,2,4,6
/proc/2871/task/2925/stat : 2925 (java) S 2868 2871 2518 0 -1 1077944384 9820 13159 0 0 1088 62 5 2 20 0 15 0 231400182 11343855616 304968 33554432000 4194304 4196468 140735309197168 140355271239952 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2926] ppid=2868 vsize=11077984 memory=1219820 CPUtime=11.5 cores=0,2,4,6
/proc/2871/task/2926/stat : 2926 (java) S 2868 2871 2518 0 -1 1077944384 11053 13159 0 0 1086 57 5 2 20 0 15 0 231400182 11343855616 304968 33554432000 4194304 4196468 140735309197168 140354806745488 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2927] ppid=2868 vsize=11077984 memory=1219872 CPUtime=11.52 cores=0,2,4,6
/proc/2871/task/2927/stat : 2927 (java) S 2868 2871 2518 0 -1 1077944384 13737 13159 0 0 1080 65 5 2 20 0 15 0 231400182 11343855616 304968 33554432000 4194304 4196468 140735309197168 140354805692944 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2928] ppid=2868 vsize=11077984 memory=1219872 CPUtime=11.54 cores=0,2,4,6
/proc/2871/task/2928/stat : 2928 (java) S 2868 2871 2518 0 -1 1077944384 14360 13159 0 0 1086 61 5 2 20 0 15 0 231400182 11343855616 304968 33554432000 4194304 4196468 140735309197168 140354804640400 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2929] ppid=2868 vsize=11077984 memory=0 CPUtime=11.52 cores=0,2,4,6
/proc/2871/task/2929/stat : 2929 (java) S 2868 2871 2518 0 -1 1077944384 15259 13159 0 0 1085 60 5 2 20 0 15 0 231400183 11343855616 304968 33554432000 4194304 4196468 140735309197168 140354692938224 140355267009154 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2930] ppid=2868 vsize=11077984 memory=1219872 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2930/stat : 2930 (java) S 2868 2871 2518 0 -1 1077944384 25 13159 0 0 0 0 5 2 20 0 15 0 231400184 11343855616 304968 33554432000 4194304 4196468 140735309197168 140354095408672 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2931] ppid=2868 vsize=11077984 memory=1219872 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2931/stat : 2931 (java) S 2868 2871 2518 0 -1 1077944384 11 13159 0 0 0 0 5 2 20 0 15 0 231400184 11343855616 304968 33554432000 4194304 4196468 140735309197168 140353894082048 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2932] ppid=2868 vsize=11077984 memory=1219872 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2932/stat : 2932 (java) S 2868 2871 2518 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 231400187 11343855616 304968 33554432000 4194304 4196468 140735309197168 140353586682576 140355267016603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2933] ppid=2868 vsize=11077984 memory=0 CPUtime=4.06 cores=0,2,4,6
/proc/2871/task/2933/stat : 2933 (java) S 2868 2871 2518 0 -1 1077944384 16429 13159 0 0 395 4 5 2 20 0 15 0 231400187 11343855616 304968 33554432000 4194304 4196468 140735309197168 140354691885040 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2934] ppid=2868 vsize=11077984 memory=8112282956445269571 CPUtime=4.1 cores=0,2,4,6
/proc/2871/task/2934/stat : 2934 (java) S 2868 2871 2518 0 -1 1077944384 15981 13159 0 0 400 3 5 2 20 0 15 0 231400187 11343855616 304968 33554432000 4194304 4196468 140735309197168 140354690832496 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2935] ppid=2868 vsize=11077984 memory=1624 CPUtime=1.88 cores=0,2,4,6
/proc/2871/task/2935/stat : 2935 (java) S 2868 2871 2518 0 -1 1077944384 18200 13159 0 0 176 5 5 2 20 0 15 0 231400187 11343855616 304968 33554432000 4194304 4196468 140735309197168 140354689779952 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2936] ppid=2868 vsize=11077984 memory=1219872 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2936/stat : 2936 (java) S 2868 2871 2518 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 231400187 11343855616 304968 33554432000 4194304 4196468 140735309197168 140353155885664 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2937] ppid=2868 vsize=11077984 memory=3872 CPUtime=1.46 cores=0,2,4,6
/proc/2871/task/2937/stat : 2937 (java) S 2868 2871 2518 0 -1 1077944384 1155 13159 0 0 73 66 5 2 20 0 15 0 231400187 11343855616 304968 33554432000 4194304 4196468 140735309197168 140354688727856 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
Current children cumulated CPU time: 2364.01 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1219872 KiB

[startup+2382.3 s]
/proc/loadavg: 1.65 1.53 1.41 3/215 3160
/proc/meminfo: memFree=10288140/32770624 swapFree=67108496/67108860
[pid=2871] ppid=2868 vsize=11077984 memory=1219872 CPUtime=2424.92 cores=0,2,4,6
/proc/2871/stat : 2871 (java) S 2868 2871 2518 0 -1 1077944320 212238 13159 0 0 242105 380 5 2 20 0 15 0 231400172 11343855616 304968 33554432000 4194304 4196468 140735309197168 140735309179712 140355266998007 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
/proc/2871/statm: 2769496 304968 3523 1 0 2731149 0
[pid=2871/tid=2924] ppid=2868 vsize=11077984 memory=1219872 CPUtime=2354.67 cores=0,2,4,6
/proc/2871/task/2924/stat : 2924 (java) R 2868 2871 2518 0 -1 4202560 93400 13159 0 0 235399 61 5 2 20 0 15 0 231400181 11343855616 304968 33554432000 4194304 4196468 140735309197168 140355238832400 140354852668354 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2925] ppid=2868 vsize=11077984 memory=279679011321424 CPUtime=11.89 cores=0,2,4,6
/proc/2871/task/2925/stat : 2925 (java) S 2868 2871 2518 0 -1 1077944384 9887 13159 0 0 1119 63 5 2 20 0 15 0 231400182 11343855616 304968 33554432000 4194304 4196468 140735309197168 140355271239952 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2926] ppid=2868 vsize=11077984 memory=1219872 CPUtime=11.82 cores=0,2,4,6
/proc/2871/task/2926/stat : 2926 (java) S 2868 2871 2518 0 -1 1077944384 11095 13159 0 0 1117 58 5 2 20 0 15 0 231400182 11343855616 304968 33554432000 4194304 4196468 140735309197168 140354806745488 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2927] ppid=2868 vsize=11077984 memory=1219872 CPUtime=11.84 cores=0,2,4,6
/proc/2871/task/2927/stat : 2927 (java) S 2868 2871 2518 0 -1 1077944384 13757 13159 0 0 1110 67 5 2 20 0 15 0 231400182 11343855616 304968 33554432000 4194304 4196468 140735309197168 140354805692944 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2928] ppid=2868 vsize=11077984 memory=1219872 CPUtime=11.87 cores=0,2,4,6
/proc/2871/task/2928/stat : 2928 (java) S 2868 2871 2518 0 -1 1077944384 14672 13159 0 0 1117 63 5 2 20 0 15 0 231400182 11343855616 304968 33554432000 4194304 4196468 140735309197168 140354804640400 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2929] ppid=2868 vsize=11077984 memory=1219872 CPUtime=11.83 cores=0,2,4,6
/proc/2871/task/2929/stat : 2929 (java) S 2868 2871 2518 0 -1 1077944384 15403 13159 0 0 1114 62 5 2 20 0 15 0 231400183 11343855616 304968 33554432000 4194304 4196468 140735309197168 140354692938224 140355267009154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2930] ppid=2868 vsize=11077984 memory=1219872 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2930/stat : 2930 (java) S 2868 2871 2518 0 -1 1077944384 25 13159 0 0 0 0 5 2 20 0 15 0 231400184 11343855616 304968 33554432000 4194304 4196468 140735309197168 140354095408672 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2931] ppid=2868 vsize=11077984 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2931/stat : 2931 (java) S 2868 2871 2518 0 -1 1077944384 11 13159 0 0 0 0 5 2 20 0 15 0 231400184 11343855616 304968 33554432000 4194304 4196468 140735309197168 140353894082048 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2932] ppid=2868 vsize=11077984 memory=5420 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2932/stat : 2932 (java) S 2868 2871 2518 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 231400187 11343855616 304968 33554432000 4194304 4196468 140735309197168 140353586682576 140355267016603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2933] ppid=2868 vsize=11077984 memory=4424 CPUtime=4.06 cores=0,2,4,6
/proc/2871/task/2933/stat : 2933 (java) S 2868 2871 2518 0 -1 1077944384 16431 13159 0 0 395 4 5 2 20 0 15 0 231400187 11343855616 304968 33554432000 4194304 4196468 140735309197168 140354691885040 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2934] ppid=2868 vsize=11077984 memory=62648 CPUtime=4.1 cores=0,2,4,6
/proc/2871/task/2934/stat : 2934 (java) S 2868 2871 2518 0 -1 1077944384 15983 13159 0 0 400 3 5 2 20 0 15 0 231400187 11343855616 304968 33554432000 4194304 4196468 140735309197168 140354690832496 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2935] ppid=2868 vsize=11077984 memory=1224 CPUtime=1.88 cores=0,2,4,6
/proc/2871/task/2935/stat : 2935 (java) S 2868 2871 2518 0 -1 1077944384 18202 13159 0 0 176 5 5 2 20 0 15 0 231400187 11343855616 304968 33554432000 4194304 4196468 140735309197168 140354689779952 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2936] ppid=2868 vsize=11077984 memory=1219872 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2936/stat : 2936 (java) S 2868 2871 2518 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 231400187 11343855616 304968 33554432000 4194304 4196468 140735309197168 140353155885664 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2937] ppid=2868 vsize=11077984 memory=1219872 CPUtime=1.5 cores=0,2,4,6
/proc/2871/task/2937/stat : 2937 (java) S 2868 2871 2518 0 -1 1077944384 1173 13159 0 0 75 68 5 2 20 0 15 0 231400187 11343855616 304968 33554432000 4194304 4196468 140735309197168 140354688727856 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
Current children cumulated CPU time: 2424.92 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1219872 KiB

[startup+2442.3 s]
/proc/loadavg: 1.50 1.51 1.41 3/215 3161
/proc/meminfo: memFree=10287992/32770624 swapFree=67108496/67108860
[pid=2871] ppid=2868 vsize=11077984 memory=1219872 CPUtime=2485.82 cores=0,2,4,6
/proc/2871/stat : 2871 (java) S 2868 2871 2518 0 -1 1077944320 213871 13159 0 0 248186 389 5 2 20 0 15 0 231400172 11343855616 304968 33554432000 4194304 4196468 140735309197168 140735309179712 140355266998007 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
/proc/2871/statm: 2769496 304968 3523 1 0 2731149 0
[pid=2871/tid=2924] ppid=2868 vsize=11077984 memory=1219872 CPUtime=2413.92 cores=0,2,4,6
/proc/2871/task/2924/stat : 2924 (java) R 2868 2871 2518 0 -1 4202560 94149 13159 0 0 241323 62 5 2 20 0 15 0 231400181 11343855616 304968 33554432000 4194304 4196468 140735309197168 140355238832352 140354852041798 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2925] ppid=2868 vsize=11077984 memory=1219872 CPUtime=12.21 cores=0,2,4,6
/proc/2871/task/2925/stat : 2925 (java) S 2868 2871 2518 0 -1 1077944384 10364 13159 0 0 1148 66 5 2 20 0 15 0 231400182 11343855616 304968 33554432000 4194304 4196468 140735309197168 140355271239952 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2926] ppid=2868 vsize=11077984 memory=1219872 CPUtime=12.13 cores=0,2,4,6
/proc/2871/task/2926/stat : 2926 (java) S 2868 2871 2518 0 -1 1077944384 11121 13159 0 0 1147 59 5 2 20 0 15 0 231400182 11343855616 304968 33554432000 4194304 4196468 140735309197168 140354806745488 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2927] ppid=2868 vsize=11077984 memory=1219872 CPUtime=12.17 cores=0,2,4,6
/proc/2871/task/2927/stat : 2927 (java) S 2868 2871 2518 0 -1 1077944384 13804 13159 0 0 1141 69 5 2 20 0 15 0 231400182 11343855616 304968 33554432000 4194304 4196468 140735309197168 140354805692944 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2928] ppid=2868 vsize=11077984 memory=1219872 CPUtime=12.19 cores=0,2,4,6
/proc/2871/task/2928/stat : 2928 (java) S 2868 2871 2518 0 -1 1077944384 14820 13159 0 0 1148 64 5 2 20 0 15 0 231400182 11343855616 304968 33554432000 4194304 4196468 140735309197168 140354804640400 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2929] ppid=2868 vsize=11077984 memory=8833 CPUtime=12.13 cores=0,2,4,6
/proc/2871/task/2929/stat : 2929 (java) S 2868 2871 2518 0 -1 1077944384 15566 13159 0 0 1143 63 5 2 20 0 15 0 231400183 11343855616 304968 33554432000 4194304 4196468 140735309197168 140354692938224 140355267009154 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2930] ppid=2868 vsize=11077984 memory=1219872 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2930/stat : 2930 (java) S 2868 2871 2518 0 -1 1077944384 25 13159 0 0 0 0 5 2 20 0 15 0 231400184 11343855616 304968 33554432000 4194304 4196468 140735309197168 140354095408672 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2931] ppid=2868 vsize=11077984 memory=1219872 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2931/stat : 2931 (java) S 2868 2871 2518 0 -1 1077944384 11 13159 0 0 0 0 5 2 20 0 15 0 231400184 11343855616 304968 33554432000 4194304 4196468 140735309197168 140353894082048 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2932] ppid=2868 vsize=11077984 memory=1219872 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2932/stat : 2932 (java) S 2868 2871 2518 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 231400187 11343855616 304968 33554432000 4194304 4196468 140735309197168 140353586682576 140355267016603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2933] ppid=2868 vsize=11077984 memory=1219872 CPUtime=4.06 cores=0,2,4,6
/proc/2871/task/2933/stat : 2933 (java) S 2868 2871 2518 0 -1 1077944384 16433 13159 0 0 395 4 5 2 20 0 15 0 231400187 11343855616 304968 33554432000 4194304 4196468 140735309197168 140354691885040 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2934] ppid=2868 vsize=11077984 memory=3872 CPUtime=4.1 cores=0,2,4,6
/proc/2871/task/2934/stat : 2934 (java) S 2868 2871 2518 0 -1 1077944384 15985 13159 0 0 400 3 5 2 20 0 15 0 231400187 11343855616 304968 33554432000 4194304 4196468 140735309197168 140354690832496 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2935] ppid=2868 vsize=11077984 memory=1219872 CPUtime=1.88 cores=0,2,4,6
/proc/2871/task/2935/stat : 2935 (java) S 2868 2871 2518 0 -1 1077944384 18204 13159 0 0 176 5 5 2 20 0 15 0 231400187 11343855616 304968 33554432000 4194304 4196468 140735309197168 140354689779952 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2936] ppid=2868 vsize=11077984 memory=1219872 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2936/stat : 2936 (java) S 2868 2871 2518 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 231400187 11343855616 304968 33554432000 4194304 4196468 140735309197168 140353155885664 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2937] ppid=2868 vsize=11077984 memory=1219872 CPUtime=1.53 cores=0,2,4,6
/proc/2871/task/2937/stat : 2937 (java) S 2868 2871 2518 0 -1 1077944384 1190 13159 0 0 77 69 5 2 20 0 15 0 231400187 11343855616 304968 33554432000 4194304 4196468 140735309197168 140354688727856 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
Current children cumulated CPU time: 2485.82 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1219872 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476 s]
/proc/loadavg: 1.60 1.53 1.42 3/215 3162
/proc/meminfo: memFree=10274084/32770624 swapFree=67108496/67108860
[pid=2871] ppid=2868 vsize=11077984 memory=1221920 CPUtime=2520.02 cores=0,2,4,6
/proc/2871/stat : 2871 (java) S 2868 2871 2518 0 -1 1077944320 215064 13159 0 0 251602 393 5 2 20 0 15 0 231400172 11343855616 305480 33554432000 4194304 4196468 140735309197168 140735309179712 140355266998007 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
/proc/2871/statm: 2769496 305480 3523 1 0 2731149 0
[pid=2871/tid=2924] ppid=2868 vsize=11077984 memory=4424 CPUtime=2447.22 cores=0,2,4,6
/proc/2871/task/2924/stat : 2924 (java) R 2868 2871 2518 0 -1 4202560 94831 13159 0 0 244653 62 5 2 20 0 15 0 231400181 11343855616 305480 33554432000 4194304 4196468 140735309197168 140355238832128 140354837566947 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2925] ppid=2868 vsize=11077984 memory=8112282956445269571 CPUtime=12.39 cores=0,2,4,6
/proc/2871/task/2925/stat : 2925 (java) S 2868 2871 2518 0 -1 1077944384 10425 13159 0 0 1166 66 5 2 20 0 15 0 231400182 11343855616 305480 33554432000 4194304 4196468 140735309197168 140355271239952 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2926] ppid=2868 vsize=11077984 memory=1128 CPUtime=12.32 cores=0,2,4,6
/proc/2871/task/2926/stat : 2926 (java) S 2868 2871 2518 0 -1 1077944384 11139 13159 0 0 1164 61 5 2 20 0 15 0 231400182 11343855616 305480 33554432000 4194304 4196468 140735309197168 140354806745488 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2927] ppid=2868 vsize=11077984 memory=15188 CPUtime=12.35 cores=0,2,4,6
/proc/2871/task/2927/stat : 2927 (java) S 2868 2871 2518 0 -1 1077944384 13828 13159 0 0 1158 70 5 2 20 0 15 0 231400182 11343855616 305480 33554432000 4194304 4196468 140735309197168 140354805692944 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2928] ppid=2868 vsize=11077984 memory=4000 CPUtime=12.37 cores=0,2,4,6
/proc/2871/task/2928/stat : 2928 (java) S 2868 2871 2518 0 -1 1077944384 14887 13159 0 0 1165 65 5 2 20 0 15 0 231400182 11343855616 305480 33554432000 4194304 4196468 140735309197168 140354804640400 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2929] ppid=2868 vsize=11077984 memory=14204 CPUtime=12.31 cores=0,2,4,6
/proc/2871/task/2929/stat : 2929 (java) S 2868 2871 2518 0 -1 1077944384 15689 13159 0 0 1160 64 5 2 20 0 15 0 231400183 11343855616 305480 33554432000 4194304 4196468 140735309197168 140354692938224 140355267009154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2930] ppid=2868 vsize=11077984 memory=35248 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2930/stat : 2930 (java) S 2868 2871 2518 0 -1 1077944384 25 13159 0 0 0 0 5 2 20 0 15 0 231400184 11343855616 305480 33554432000 4194304 4196468 140735309197168 140354095408672 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2931] ppid=2868 vsize=11077984 memory=1180 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2931/stat : 2931 (java) S 2868 2871 2518 0 -1 1077944384 11 13159 0 0 0 0 5 2 20 0 15 0 231400184 11343855616 305480 33554432000 4194304 4196468 140735309197168 140353894082048 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2932] ppid=2868 vsize=11077984 memory=504 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2932/stat : 2932 (java) S 2868 2871 2518 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 231400187 11343855616 305480 33554432000 4194304 4196468 140735309197168 140353586682576 140355267016603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2933] ppid=2868 vsize=11077984 memory=1720 CPUtime=4.06 cores=0,2,4,6
/proc/2871/task/2933/stat : 2933 (java) S 2868 2871 2518 0 -1 1077944384 16435 13159 0 0 395 4 5 2 20 0 15 0 231400187 11343855616 305480 33554432000 4194304 4196468 140735309197168 140354691885040 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2934] ppid=2868 vsize=11077984 memory=928 CPUtime=4.1 cores=0,2,4,6
/proc/2871/task/2934/stat : 2934 (java) S 2868 2871 2518 0 -1 1077944384 15987 13159 0 0 400 3 5 2 20 0 15 0 231400187 11343855616 305480 33554432000 4194304 4196468 140735309197168 140354690832496 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2935] ppid=2868 vsize=11077984 memory=2288 CPUtime=1.88 cores=0,2,4,6
/proc/2871/task/2935/stat : 2935 (java) S 2868 2871 2518 0 -1 1077944384 18403 13159 0 0 176 5 5 2 20 0 15 0 231400187 11343855616 305480 33554432000 4194304 4196468 140735309197168 140354689779952 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2936] ppid=2868 vsize=11077984 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/2871/task/2936/stat : 2936 (java) S 2868 2871 2518 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 231400187 11343855616 305480 33554432000 4194304 4196468 140735309197168 140353155885664 140355267008213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
[pid=2871/tid=2937] ppid=2868 vsize=11077984 memory=1380 CPUtime=1.55 cores=0,2,4,6
/proc/2871/task/2937/stat : 2937 (java) S 2868 2871 2518 0 -1 1077944384 1205 13159 0 0 79 69 5 2 20 0 15 0 231400187 11343855616 305480 33554432000 4194304 4196468 140735309197168 140354688727856 140355267009154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15740928 140735309199980 140735309202780 140735309202780 140735309205455 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1221920 KiB

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

[startup+2476.03 s]
# the end of solver process 2871 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.1 s, system=3.97788 s

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

Child status: 143
Real time (s): 2476.03
CPU time (s): 2520.07
CPU user time (s): 2516.1
CPU system time (s): 3.97788
CPU usage (%): 101.779
Max. virtual memory (cumulated for all children) (KiB): 11080812
Max. memory (cumulated for all children) (KiB): 1221920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.1
system time used= 3.97788
maximum resident set size= 1224292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229006
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 318802
involuntary context switches= 9123


# summary of solver processes directly reported to runsolver:
#   pid: 2871
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.1
#   total CPU system time (s): 3.97788

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.1575 second user time and 24.2116 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-13 07:32:50
IDJOB=4305191
IDBENCH=141580
IDSOLVER=2780
FILE ID=node149/4305191-1534138370
RUNJOBID= node149-1534135902-2549
PBS_JOBID= 21037026
Free space on /tmp= 39028 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Frb/frb-53-24-3-mgd_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305191-1534138370/watcher-4305191-1534138370 -o /tmp/evaluation-result-4305191-1534138370/solver-4305191-1534138370 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534135902-2549 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1541982433 HOME/instance-4305191-1534138370.xml

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

MD5SUM BENCH= 2687d075c2954ad7539e74b041f9986e
RANDOM SEED=1541982433

node149.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.60
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.60
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.60
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.60
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:        12024584 kB
MemAvailable:   30909832 kB
Buffers:          220376 kB
Cached:         18700676 kB
SwapCached:           28 kB
Active:          8873628 kB
Inactive:       11094548 kB
Active(anon):     995828 kB
Inactive(anon):   103084 kB
Active(file):    7877800 kB
Inactive(file): 10991464 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             26976 kB
Writeback:             0 kB
AnonPages:       1066088 kB
Mapped:            68196 kB
Shmem:             49616 kB
Slab:             472560 kB
SReclaimable:     444444 kB
SUnreclaim:        28116 kB
KernelStack:        3792 kB
PageTables:         8120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2114328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    966656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 39004 MiB
End job on node149 at 2018-08-13 08:14:06