Trace number 4295995

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13SAT (TO)104 2520.12 2490.43

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-20-30-00_c18.xml
MD5SUM22e303206e5b0ea869a7ab153bbd8d22
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark1250.67
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size32
Distribution of domain sizes[{"size":20,"count":20},{"size":32,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.98/0.75	c Concrete v3.8.1528841891564 running
7.36/3.72	o 230
7.36/3.75	o 229
9.27/4.37	o 228
9.27/4.37	o 227
9.27/4.37	o 225
9.27/4.37	o 221
9.27/4.37	o 216
9.27/4.37	o 206
9.27/4.37	o 201
9.27/4.37	o 197
9.27/4.37	o 195
9.27/4.37	o 194
9.27/4.37	o 185
9.27/4.37	o 184
9.27/4.37	o 182
9.54/4.44	o 181
9.54/4.44	o 180
9.54/4.47	o 170
9.54/4.48	o 166
9.54/4.49	o 156
9.54/4.49	o 155
9.85/4.58	o 154
10.61/4.99	o 153
11.20/5.33	o 150
11.45/5.56	o 147
11.45/5.57	o 145
11.45/5.57	o 144
11.45/5.58	o 128
12.86/6.60	o 127
14.35/7.78	o 124
19.23/11.60	o 122
20.20/12.35	o 121
20.50/12.56	o 118
20.50/12.59	o 111
20.71/12.71	o 110
23.74/15.66	o 107
24.17/16.02	o 106
38.87/30.17	o 104
2520.06/2490.40	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.06/2490.40		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.06/2490.40		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.06/2490.40		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.06/2490.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.06/2490.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.06/2490.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.06/2490.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.06/2490.40		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.06/2490.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2490.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.06/2490.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2490.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2490.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.06/2490.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2490.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2490.40		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.06/2490.40		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.06/2490.40		at scala.Option.map(Option.scala:146)
2520.06/2490.40		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.06/2490.40		at concrete.MAC.mac(MAC.scala:203)
2520.06/2490.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2490.40		at scala.util.Try$.apply(Try.scala:209)
2520.06/2490.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2490.40		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2490.40		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2490.41		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2490.41		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2490.41		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2490.41		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2490.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2490.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2490.41		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2490.41		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2490.41		at concrete.MAC.nextSolution(MAC.scala:355)
2520.06/2490.41		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2490.41		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.06/2490.41		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.06/2490.41		at concrete.Solver.foreach(Solver.scala:68)
2520.06/2490.41		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.06/2490.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2490.41		at scala.util.Success.map(Try.scala:209)
2520.06/2490.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2490.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2490.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2490.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2490.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2490.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2490.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2490.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2490.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2490.41		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2490.41		at scala.App.main(App.scala:76)
2520.06/2490.41		at scala.App.main$(App.scala:74)
2520.06/2490.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2490.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2490.41	v <instantiation cost="104">
2520.06/2490.41	v       <list>
2520.06/2490.41	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19]
2520.06/2490.41	v       </list>
2520.06/2490.41	v       <values>
2520.06/2490.41	v         18 19 17 16 14 13 15 7 4 1 0 2 3 5 6 8 10 12 9 11 12 4 4 3 1 1 9 8 4 7 2 2 4 6 8 4 6 7 5 7
2520.06/2490.41	v       </values>
2520.06/2490.41	v     </instantiation>
2520.06/2490.41	s SATISFIABLE

Verifier Data

OK	104

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 (9590 MiB free)
  memory of node 1: 16384 MiB (12477 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295995-1532604673/watcher-4295995-1532604673 -o /tmp/evaluation-result-4295995-1532604673/solver-4295995-1532604673 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532594793-3954 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1803513598 -superng HOME/instance-4295995-1532604673.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=5852, runsolver pid=5849

[startup+0.100022 s]*
/proc/loadavg: 1.34 1.41 1.41 3/210 5909
/proc/meminfo: memFree=22590420/32770624 swapFree=67108860/67108860
[pid=5852] ppid=5849 vsize=9972712 memory=16812 CPUtime=0.08 cores=0,2,4,6
/proc/5852/stat : 5852 (java) S 5849 5852 2275 0 -1 1077944320 4370 12853 0 0 1 0 5 2 20 0 6 0 78030523 10212057088 4203 33554432000 4194304 4196468 140734491965808 140734491948352 140508417769207 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
/proc/5852/statm: 2493178 4203 1934 1 0 2481616 0
[pid=5852/tid=5905] ppid=5849 vsize=9972712 memory=-8960601696899481541 CPUtime=0.08 cores=0,2,4,6
/proc/5852/task/5905/stat : 5905 (java) R 5849 5852 2275 0 -1 4202560 2201 12853 0 0 1 0 5 2 20 0 6 0 78030532 10212057088 4269 33554432000 4194304 4196468 140734491965808 140508389605968 140508401849694 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5906] ppid=5849 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5906/stat : 5906 (java) S 5849 5852 2275 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 6 0 78030533 10212057088 4269 33554432000 4194304 4196468 140734491965808 140508422011536 140508417779413 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5907] ppid=5849 vsize=9972712 memory=139986235934336 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5907/stat : 5907 (java) S 5849 5852 2275 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 6 0 78030533 10212057088 4269 33554432000 4194304 4196468 140734491965808 140508320901648 140508417779413 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5908] ppid=5849 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5908/stat : 5908 (java) S 5849 5852 2275 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 6 0 78030533 10212057088 4269 33554432000 4194304 4196468 140734491965808 140508319848848 140508417779413 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5909] ppid=5849 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5909/stat : 5909 (java) S 5849 5852 2275 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 6 0 78030533 10212057088 4269 33554432000 4194304 4196468 140734491965808 140508318796048 140508417779413 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210163 s]*
/proc/loadavg: 1.34 1.41 1.41 3/219 5918
/proc/meminfo: memFree=22569352/32770624 swapFree=67108860/67108860
[pid=5852] ppid=5849 vsize=10818936 memory=45056 CPUtime=0.25 cores=0,2,4,6
/proc/5852/stat : 5852 (java) S 5849 5852 2275 0 -1 1077944320 9104 12853 0 0 17 1 5 2 20 0 15 0 78030523 11078590464 11264 33554432000 4194304 4196468 140734491965808 140734491948352 140508417769207 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
/proc/5852/statm: 2704734 11264 2970 1 0 2667157 0
[pid=5852/tid=5905] ppid=5849 vsize=10818936 memory=8514701219931451533 CPUtime=0.19 cores=0,2,4,6
/proc/5852/task/5905/stat : 5905 (java) R 5849 5852 2275 0 -1 4202560 6067 12853 0 0 11 1 5 2 20 0 15 0 78030532 11078590464 11581 33554432000 4194304 4196468 140734491965808 140508389594016 140508410448925 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5906] ppid=5849 vsize=10818936 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5906/stat : 5906 (java) S 5849 5852 2275 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 78030533 11078590464 11581 33554432000 4194304 4196468 140734491965808 140508422011536 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5907] ppid=5849 vsize=10818936 memory=139986235934336 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5907/stat : 5907 (java) S 5849 5852 2275 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 15 0 78030533 11078590464 11581 33554432000 4194304 4196468 140734491965808 140508320901648 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5908] ppid=5849 vsize=10818936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5908/stat : 5908 (java) S 5849 5852 2275 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 78030533 11078590464 11581 33554432000 4194304 4196468 140734491965808 140508319848848 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5909] ppid=5849 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5909/stat : 5909 (java) S 5849 5852 2275 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 15 0 78030533 11078590464 11581 33554432000 4194304 4196468 140734491965808 140508318796048 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5910] ppid=5849 vsize=10818904 memory=139986235934336 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5910/stat : 5910 (java) S 5849 5852 2275 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 15 0 78030535 11078557696 11581 33554432000 4194304 4196468 140734491965808 140507876191088 140508417780354 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5911] ppid=5849 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5911/stat : 5911 (java) S 5849 5852 2275 0 -1 1077944384 13 12853 0 0 0 0 5 2 20 0 15 0 78030535 11078557696 11581 33554432000 4194304 4196468 140734491965808 140507774707232 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5912] ppid=5849 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5912/stat : 5912 (java) S 5849 5852 2275 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 78030535 11078557696 11581 33554432000 4194304 4196468 140734491965808 140507170727280 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5913] ppid=5849 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5913/stat : 5913 (java) S 5849 5852 2275 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 78030538 11078557696 11581 33554432000 4194304 4196468 140734491965808 140506930436432 140508417787803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5914] ppid=5849 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5852/task/5914/stat : 5914 (java) S 5849 5852 2275 0 -1 1077944384 498 12853 0 0 1 0 5 2 20 0 15 0 78030538 11078590464 11581 33554432000 4194304 4196468 140734491965808 140507875137904 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5915] ppid=5849 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5852/task/5915/stat : 5915 (java) S 5849 5852 2275 0 -1 1077944384 89 12853 0 0 1 0 5 2 20 0 15 0 78030538 11078590464 11581 33554432000 4194304 4196468 140734491965808 140507874085104 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5916] ppid=5849 vsize=10818936 memory=139986235934336 CPUtime=0.1 cores=0,2,4,6
/proc/5852/task/5916/stat : 5916 (java) S 5849 5852 2275 0 -1 1077944384 542 12853 0 0 3 0 5 2 20 0 15 0 78030538 11078590464 11581 33554432000 4194304 4196468 140734491965808 140507873032304 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5917] ppid=5849 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5917/stat : 5917 (java) S 5849 5852 2275 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 78030538 11078590464 11581 33554432000 4194304 4196468 140734491965808 140506896877792 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5918] ppid=5849 vsize=10818936 memory=139986235934336 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5918/stat : 5918 (java) S 5849 5852 2275 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 78030538 11078590464 11581 33554432000 4194304 4196468 140734491965808 140507871980720 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 45056 KiB

[startup+0.31071 s]*
/proc/loadavg: 1.34 1.41 1.41 3/219 5918
/proc/meminfo: memFree=22556080/32770624 swapFree=67108860/67108860
[pid=5852] ppid=5849 vsize=10819352 memory=54200 CPUtime=0.38 cores=0,2,4,6
/proc/5852/stat : 5852 (java) S 5849 5852 2275 0 -1 1077944320 10625 12853 0 0 29 2 5 2 20 0 15 0 78030523 11079016448 13550 33554432000 4194304 4196468 140734491965808 140734491948352 140508417769207 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
/proc/5852/statm: 2704838 13550 3089 1 0 2667149 0
[pid=5852/tid=5905] ppid=5849 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/5852/task/5905/stat : 5905 (java) R 5849 5852 2275 0 -1 4202560 7264 12853 0 0 20 1 5 2 20 0 15 0 78030532 11079016448 13550 33554432000 4194304 4196468 140734491965808 140508389581216 140508410006334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5906] ppid=5849 vsize=10819352 memory=7013054977552830544 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5906/stat : 5906 (java) S 5849 5852 2275 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 78030533 11079016448 13550 33554432000 4194304 4196468 140734491965808 140508422011536 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5907] ppid=5849 vsize=10819352 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5907/stat : 5907 (java) S 5849 5852 2275 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 15 0 78030533 11079016448 13550 33554432000 4194304 4196468 140734491965808 140508320901648 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5908] ppid=5849 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5908/stat : 5908 (java) S 5849 5852 2275 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 78030533 11079016448 13550 33554432000 4194304 4196468 140734491965808 140508319848848 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5909] ppid=5849 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5909/stat : 5909 (java) S 5849 5852 2275 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 15 0 78030533 11079016448 13550 33554432000 4194304 4196468 140734491965808 140508318796048 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5910] ppid=5849 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5910/stat : 5910 (java) S 5849 5852 2275 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 15 0 78030535 11079016448 13550 33554432000 4194304 4196468 140734491965808 140507876191088 140508417780354 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5911] ppid=5849 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5911/stat : 5911 (java) S 5849 5852 2275 0 -1 1077944384 13 12853 0 0 0 0 5 2 20 0 15 0 78030535 11079016448 13550 33554432000 4194304 4196468 140734491965808 140507774707232 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5912] ppid=5849 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5912/stat : 5912 (java) S 5849 5852 2275 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 78030535 11079016448 13550 33554432000 4194304 4196468 140734491965808 140507170727280 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5913] ppid=5849 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5913/stat : 5913 (java) S 5849 5852 2275 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 78030538 11079016448 13550 33554432000 4194304 4196468 140734491965808 140506930436432 140508417787803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5914] ppid=5849 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5852/task/5914/stat : 5914 (java) S 5849 5852 2275 0 -1 1077944384 499 12853 0 0 1 0 5 2 20 0 15 0 78030538 11079016448 13550 33554432000 4194304 4196468 140734491965808 140507875137904 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5915] ppid=5849 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5852/task/5915/stat : 5915 (java) S 5849 5852 2275 0 -1 1077944384 89 12853 0 0 1 0 5 2 20 0 15 0 78030538 11079016448 13550 33554432000 4194304 4196468 140734491965808 140507874085104 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5916] ppid=5849 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/5852/task/5916/stat : 5916 (java) S 5849 5852 2275 0 -1 1077944384 554 12853 0 0 5 0 5 2 20 0 15 0 78030538 11079016448 13550 33554432000 4194304 4196468 140734491965808 140507873032304 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5917] ppid=5849 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5917/stat : 5917 (java) S 5849 5852 2275 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 78030538 11079016448 13550 33554432000 4194304 4196468 140734491965808 140506896877792 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5918] ppid=5849 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5918/stat : 5918 (java) S 5849 5852 2275 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 78030538 11079016448 13550 33554432000 4194304 4196468 140734491965808 140507871980720 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54200 KiB

[startup+0.700819 s]
/proc/loadavg: 1.34 1.41 1.41 3/219 5918
/proc/meminfo: memFree=22547168/32770624 swapFree=67108860/67108860
[pid=5852] ppid=5849 vsize=10819352 memory=86268 CPUtime=0.98 cores=0,2,4,6
/proc/5852/stat : 5852 (java) S 5849 5852 2275 0 -1 1077944320 16745 12853 0 0 86 5 5 2 20 0 15 0 78030523 11079016448 21567 33554432000 4194304 4196468 140734491965808 140734491948352 140508417769207 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
/proc/5852/statm: 2704838 21567 3237 1 0 2667149 0
[pid=5852/tid=5905] ppid=5849 vsize=10819352 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/5852/task/5905/stat : 5905 (java) R 5849 5852 2275 0 -1 4202560 12281 12853 0 0 55 3 5 2 20 0 15 0 78030532 11079016448 21567 33554432000 4194304 4196468 140734491965808 140508389582976 140508403946827 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5906] ppid=5849 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5906/stat : 5906 (java) S 5849 5852 2275 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 78030533 11079016448 21567 33554432000 4194304 4196468 140734491965808 140508422011536 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5907] ppid=5849 vsize=10819352 memory=3828 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5907/stat : 5907 (java) S 5849 5852 2275 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 15 0 78030533 11079016448 21567 33554432000 4194304 4196468 140734491965808 140508320901648 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5908] ppid=5849 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5908/stat : 5908 (java) S 5849 5852 2275 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 78030533 11079016448 21567 33554432000 4194304 4196468 140734491965808 140508319848848 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5909] ppid=5849 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5909/stat : 5909 (java) S 5849 5852 2275 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 15 0 78030533 11079016448 21567 33554432000 4194304 4196468 140734491965808 140508318796048 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5910] ppid=5849 vsize=10819352 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5910/stat : 5910 (java) S 5849 5852 2275 0 -1 1077944384 5 12853 0 0 0 0 5 2 20 0 15 0 78030535 11079016448 21567 33554432000 4194304 4196468 140734491965808 140507876191088 140508417780354 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5911] ppid=5849 vsize=10819352 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5911/stat : 5911 (java) S 5849 5852 2275 0 -1 1077944384 13 12853 0 0 0 0 5 2 20 0 15 0 78030535 11079016448 21567 33554432000 4194304 4196468 140734491965808 140507774707232 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5912] ppid=5849 vsize=10819352 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5912/stat : 5912 (java) S 5849 5852 2275 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 78030535 11079016448 21567 33554432000 4194304 4196468 140734491965808 140507170727280 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5913] ppid=5849 vsize=10819352 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5913/stat : 5913 (java) S 5849 5852 2275 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 78030538 11079016448 21567 33554432000 4194304 4196468 140734491965808 140506930436432 140508417787803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5914] ppid=5849 vsize=10819352 memory=13252 CPUtime=0.17 cores=0,2,4,6
/proc/5852/task/5914/stat : 5914 (java) S 5849 5852 2275 0 -1 1077944384 1119 12853 0 0 10 0 5 2 20 0 15 0 78030538 11079016448 21567 33554432000 4194304 4196468 140734491965808 140507875137904 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5915] ppid=5849 vsize=10819352 memory=15460 CPUtime=0.14 cores=0,2,4,6
/proc/5852/task/5915/stat : 5915 (java) S 5849 5852 2275 0 -1 1077944384 498 12853 0 0 7 0 5 2 20 0 15 0 78030538 11079016448 21567 33554432000 4194304 4196468 140734491965808 140507874085104 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5916] ppid=5849 vsize=10819352 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/5852/task/5916/stat : 5916 (java) S 5849 5852 2275 0 -1 1077944384 623 12853 0 0 13 0 5 2 20 0 15 0 78030538 11079016448 21567 33554432000 4194304 4196468 140734491965808 140507873032304 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5917] ppid=5849 vsize=10819352 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5917/stat : 5917 (java) S 5849 5852 2275 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 78030538 11079016448 21567 33554432000 4194304 4196468 140734491965808 140506896877792 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5918] ppid=5849 vsize=10819352 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5918/stat : 5918 (java) S 5849 5852 2275 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 78030538 11079016448 21567 33554432000 4194304 4196468 140734491965808 140507871980720 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86268 KiB

[startup+1.50081 s]
/proc/loadavg: 1.55 1.46 1.42 3/219 5918
/proc/meminfo: memFree=22501332/32770624 swapFree=67108860/67108860
[pid=5852] ppid=5849 vsize=10834252 memory=177460 CPUtime=2.27 cores=0,2,4,6
/proc/5852/stat : 5852 (java) S 5849 5852 2275 0 -1 1077944320 23973 12853 0 0 210 10 5 2 20 0 15 0 78030523 11094274048 44365 33554432000 4194304 4196468 140734491965808 140734491948352 140508417769207 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
/proc/5852/statm: 2708563 44365 3467 1 0 2670221 0
[pid=5852/tid=5905] ppid=5849 vsize=10834252 memory=0 CPUtime=1.41 cores=0,2,4,6
/proc/5852/task/5905/stat : 5905 (java) R 5849 5852 2275 0 -1 4202560 17925 12853 0 0 129 5 5 2 20 0 15 0 78030532 11094274048 44365 33554432000 4194304 4196468 140734491965808 140508389601744 140508403212633 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5906] ppid=5849 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5906/stat : 5906 (java) S 5849 5852 2275 0 -1 1077944384 251 12853 0 0 0 0 5 2 20 0 15 0 78030533 11094274048 44365 33554432000 4194304 4196468 140734491965808 140508422011536 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5907] ppid=5849 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5907/stat : 5907 (java) S 5849 5852 2275 0 -1 1077944384 25 12853 0 0 0 0 5 2 20 0 15 0 78030533 11094274048 44365 33554432000 4194304 4196468 140734491965808 140508320901648 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5908] ppid=5849 vsize=10834252 memory=3683998604062831409 CPUtime=0.08 cores=0,2,4,6
/proc/5852/task/5908/stat : 5908 (java) S 5849 5852 2275 0 -1 1077944384 33 12853 0 0 1 0 5 2 20 0 15 0 78030533 11094274048 44365 33554432000 4194304 4196468 140734491965808 140508319848848 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5909] ppid=5849 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5909/stat : 5909 (java) S 5849 5852 2275 0 -1 1077944384 65 12853 0 0 0 0 5 2 20 0 15 0 78030533 11094274048 44365 33554432000 4194304 4196468 140734491965808 140508318796048 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5910] ppid=5849 vsize=10834252 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/5852/task/5910/stat : 5910 (java) S 5849 5852 2275 0 -1 1077944384 51 12853 0 0 1 0 5 2 20 0 15 0 78030535 11094274048 44365 33554432000 4194304 4196468 140734491965808 140507876191088 140508417780354 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5911] ppid=5849 vsize=10834252 memory=279972275104000 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5911/stat : 5911 (java) S 5849 5852 2275 0 -1 1077944384 14 12853 0 0 0 0 5 2 20 0 15 0 78030535 11094274048 44365 33554432000 4194304 4196468 140734491965808 140507774707296 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5912] ppid=5849 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5912/stat : 5912 (java) S 5849 5852 2275 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 78030535 11094274048 44365 33554432000 4194304 4196468 140734491965808 140507170727296 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5913] ppid=5849 vsize=10834252 memory=1948 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5913/stat : 5913 (java) S 5849 5852 2275 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 78030538 11094274048 44365 33554432000 4194304 4196468 140734491965808 140506930436432 140508417787803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5914] ppid=5849 vsize=10834252 memory=5524 CPUtime=0.32 cores=0,2,4,6
/proc/5852/task/5914/stat : 5914 (java) S 5849 5852 2275 0 -1 1077944384 1589 12853 0 0 25 0 5 2 20 0 15 0 78030538 11094274048 44365 33554432000 4194304 4196468 140734491965808 140507875137904 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5915] ppid=5849 vsize=10834252 memory=1444 CPUtime=0.24 cores=0,2,4,6
/proc/5852/task/5915/stat : 5915 (java) S 5849 5852 2275 0 -1 1077944384 696 12853 0 0 17 0 5 2 20 0 15 0 78030538 11094274048 44365 33554432000 4194304 4196468 140734491965808 140507874085104 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5916] ppid=5849 vsize=10834252 memory=1200 CPUtime=0.37 cores=0,2,4,6
/proc/5852/task/5916/stat : 5916 (java) S 5849 5852 2275 0 -1 1077944384 1124 12853 0 0 30 0 5 2 20 0 15 0 78030538 11094274048 44365 33554432000 4194304 4196468 140734491965808 140507873032304 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5917] ppid=5849 vsize=10834252 memory=1008 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5917/stat : 5917 (java) S 5849 5852 2275 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 78030538 11094274048 44365 33554432000 4194304 4196468 140734491965808 140506896877792 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5918] ppid=5849 vsize=10834252 memory=12040 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5918/stat : 5918 (java) S 5849 5852 2275 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 78030538 11094274048 44365 33554432000 4194304 4196468 140734491965808 140507871980720 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10834252 KiB

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

/proc/5852/task/5905/stat : 5905 (java) R 5849 5852 2275 0 -1 4202560 80195 12853 0 0 231083 28 5 2 20 0 15 0 78030532 11178180608 154873 33554432000 4194304 4196468 140734491965808 140508389603664 140508006912783 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5906] ppid=5849 vsize=10916192 memory=619424 CPUtime=4.84 cores=0,2,4,6
/proc/5852/task/5906/stat : 5906 (java) S 5849 5852 2275 0 -1 1077944384 7147 12853 0 0 453 24 5 2 20 0 15 0 78030533 11178180608 154873 33554432000 4194304 4196468 140734491965808 140508422011536 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5907] ppid=5849 vsize=10916192 memory=619492 CPUtime=4.85 cores=0,2,4,6
/proc/5852/task/5907/stat : 5907 (java) S 5849 5852 2275 0 -1 1077944384 7701 12853 0 0 456 22 5 2 20 0 15 0 78030533 11178180608 154873 33554432000 4194304 4196468 140734491965808 140508320901648 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5908] ppid=5849 vsize=10916192 memory=619492 CPUtime=4.84 cores=0,2,4,6
/proc/5852/task/5908/stat : 5908 (java) S 5849 5852 2275 0 -1 1077944384 10534 12853 0 0 452 25 5 2 20 0 15 0 78030533 11178180608 154873 33554432000 4194304 4196468 140734491965808 140508319848848 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5909] ppid=5849 vsize=10916192 memory=619492 CPUtime=4.86 cores=0,2,4,6
/proc/5852/task/5909/stat : 5909 (java) S 5849 5852 2275 0 -1 1077944384 6483 12853 0 0 456 23 5 2 20 0 15 0 78030533 11178180608 154873 33554432000 4194304 4196468 140734491965808 140508318796048 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5910] ppid=5849 vsize=10916192 memory=619492 CPUtime=4.24 cores=0,2,4,6
/proc/5852/task/5910/stat : 5910 (java) S 5849 5852 2275 0 -1 1077944384 8800 12853 0 0 396 21 5 2 20 0 15 0 78030535 11178180608 154873 33554432000 4194304 4196468 140734491965808 140507876191088 140508417780354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5911] ppid=5849 vsize=10916192 memory=619492 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5911/stat : 5911 (java) S 5849 5852 2275 0 -1 1077944384 14 12853 0 0 0 0 5 2 20 0 15 0 78030535 11178180608 154873 33554432000 4194304 4196468 140734491965808 140507774707360 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5912] ppid=5849 vsize=10916192 memory=619492 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5912/stat : 5912 (java) S 5849 5852 2275 0 -1 1077944384 6 12853 0 0 0 0 5 2 20 0 15 0 78030535 11178180608 154873 33554432000 4194304 4196468 140734491965808 140507170727296 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5913] ppid=5849 vsize=10916192 memory=619492 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5913/stat : 5913 (java) S 5849 5852 2275 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 78030538 11178180608 154873 33554432000 4194304 4196468 140734491965808 140506930436432 140508417787803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5914] ppid=5849 vsize=10916192 memory=619492 CPUtime=5.74 cores=0,2,4,6
/proc/5852/task/5914/stat : 5914 (java) S 5849 5852 2275 0 -1 1077944384 27333 12853 0 0 562 5 5 2 20 0 15 0 78030538 11178180608 154873 33554432000 4194304 4196468 140734491965808 140507875137904 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5915] ppid=5849 vsize=10916192 memory=619492 CPUtime=6.47 cores=0,2,4,6
/proc/5852/task/5915/stat : 5915 (java) S 5849 5852 2275 0 -1 1077944384 29423 12853 0 0 635 5 5 2 20 0 15 0 78030538 11178180608 154873 33554432000 4194304 4196468 140734491965808 140507874085104 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5916] ppid=5849 vsize=10916192 memory=2448 CPUtime=3.11 cores=0,2,4,6
/proc/5852/task/5916/stat : 5916 (java) S 5849 5852 2275 0 -1 1077944384 32163 12853 0 0 299 5 5 2 20 0 15 0 78030538 11178180608 154873 33554432000 4194304 4196468 140734491965808 140507873032304 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5917] ppid=5849 vsize=10916192 memory=619492 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5917/stat : 5917 (java) S 5849 5852 2275 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 78030538 11178180608 154873 33554432000 4194304 4196468 140734491965808 140506896877792 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5918] ppid=5849 vsize=10916192 memory=18292 CPUtime=1.36 cores=0,2,4,6
/proc/5852/task/5918/stat : 5918 (java) S 5849 5852 2275 0 -1 1077944384 760 12853 0 0 68 61 5 2 20 0 15 0 78030538 11178180608 154873 33554432000 4194304 4196468 140734491965808 140507871980720 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
Current children cumulated CPU time: 2350.98 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 619492 KiB

[startup+2382.3 s]
/proc/loadavg: 1.64 1.65 1.66 3/219 6150
/proc/meminfo: memFree=18897092/32770624 swapFree=67108860/67108860
[pid=5852] ppid=5849 vsize=10916192 memory=619520 CPUtime=2411.34 cores=0,2,4,6
/proc/5852/stat : 5852 (java) S 5849 5852 2275 0 -1 1077944320 213542 12853 0 0 240933 194 5 2 20 0 15 0 78030523 11178180608 154880 33554432000 4194304 4196468 140734491965808 140734491948352 140508417769207 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
/proc/5852/statm: 2729048 154880 3519 1 0 2690701 0
[pid=5852/tid=5905] ppid=5849 vsize=10916192 memory=619520 CPUtime=2370.92 cores=0,2,4,6
/proc/5852/task/5905/stat : 5905 (java) R 5849 5852 2275 0 -1 4202560 80512 12853 0 0 237057 28 5 2 20 0 15 0 78030532 11178180608 154880 33554432000 4194304 4196468 140734491965808 140508389604784 140508006913226 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5906] ppid=5849 vsize=10916192 memory=619492 CPUtime=4.96 cores=0,2,4,6
/proc/5852/task/5906/stat : 5906 (java) S 5849 5852 2275 0 -1 1077944384 7158 12853 0 0 464 25 5 2 20 0 15 0 78030533 11178180608 154880 33554432000 4194304 4196468 140734491965808 140508422011536 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5907] ppid=5849 vsize=10916192 memory=619492 CPUtime=4.97 cores=0,2,4,6
/proc/5852/task/5907/stat : 5907 (java) S 5849 5852 2275 0 -1 1077944384 8045 12853 0 0 467 23 5 2 20 0 15 0 78030533 11178180608 154880 33554432000 4194304 4196468 140734491965808 140508320901648 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5908] ppid=5849 vsize=10916192 memory=619520 CPUtime=4.95 cores=0,2,4,6
/proc/5852/task/5908/stat : 5908 (java) S 5849 5852 2275 0 -1 1077944384 10542 12853 0 0 463 25 5 2 20 0 15 0 78030533 11178180608 154880 33554432000 4194304 4196468 140734491965808 140508319848848 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5909] ppid=5849 vsize=10916192 memory=619520 CPUtime=4.98 cores=0,2,4,6
/proc/5852/task/5909/stat : 5909 (java) S 5849 5852 2275 0 -1 1077944384 6541 12853 0 0 467 24 5 2 20 0 15 0 78030533 11178180608 154880 33554432000 4194304 4196468 140734491965808 140508318796048 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5910] ppid=5849 vsize=10916192 memory=619520 CPUtime=4.34 cores=0,2,4,6
/proc/5852/task/5910/stat : 5910 (java) S 5849 5852 2275 0 -1 1077944384 8835 12853 0 0 406 21 5 2 20 0 15 0 78030535 11178180608 154880 33554432000 4194304 4196468 140734491965808 140507876191088 140508417780354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5911] ppid=5849 vsize=10916192 memory=619520 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5911/stat : 5911 (java) S 5849 5852 2275 0 -1 1077944384 14 12853 0 0 0 0 5 2 20 0 15 0 78030535 11178180608 154880 33554432000 4194304 4196468 140734491965808 140507774707360 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5912] ppid=5849 vsize=10916192 memory=1200 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5912/stat : 5912 (java) S 5849 5852 2275 0 -1 1077944384 6 12853 0 0 0 0 5 2 20 0 15 0 78030535 11178180608 154880 33554432000 4194304 4196468 140734491965808 140507170727296 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5913] ppid=5849 vsize=10916192 memory=1008 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5913/stat : 5913 (java) S 5849 5852 2275 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 78030538 11178180608 154880 33554432000 4194304 4196468 140734491965808 140506930436432 140508417787803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5914] ppid=5849 vsize=10916192 memory=619520 CPUtime=5.74 cores=0,2,4,6
/proc/5852/task/5914/stat : 5914 (java) S 5849 5852 2275 0 -1 1077944384 27335 12853 0 0 562 5 5 2 20 0 15 0 78030538 11178180608 154880 33554432000 4194304 4196468 140734491965808 140507875137904 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5915] ppid=5849 vsize=10916192 memory=792 CPUtime=6.47 cores=0,2,4,6
/proc/5852/task/5915/stat : 5915 (java) S 5849 5852 2275 0 -1 1077944384 29425 12853 0 0 635 5 5 2 20 0 15 0 78030538 11178180608 154880 33554432000 4194304 4196468 140734491965808 140507874085104 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5916] ppid=5849 vsize=10916192 memory=619520 CPUtime=3.11 cores=0,2,4,6
/proc/5852/task/5916/stat : 5916 (java) S 5849 5852 2275 0 -1 1077944384 32165 12853 0 0 299 5 5 2 20 0 15 0 78030538 11178180608 154880 33554432000 4194304 4196468 140734491965808 140507873032304 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5917] ppid=5849 vsize=10916192 memory=619520 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5917/stat : 5917 (java) S 5849 5852 2275 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 78030538 11178180608 154880 33554432000 4194304 4196468 140734491965808 140506896877792 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5918] ppid=5849 vsize=10916192 memory=619520 CPUtime=1.4 cores=0,2,4,6
/proc/5852/task/5918/stat : 5918 (java) S 5849 5852 2275 0 -1 1077944384 766 12853 0 0 70 63 5 2 20 0 15 0 78030538 11178180608 154880 33554432000 4194304 4196468 140734491965808 140507871980720 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
Current children cumulated CPU time: 2411.34 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 619520 KiB

[startup+2442.3 s]
/proc/loadavg: 1.47 1.59 1.64 3/219 6151
/proc/meminfo: memFree=18872752/32770624 swapFree=67108860/67108860
[pid=5852] ppid=5849 vsize=10916192 memory=621572 CPUtime=2471.69 cores=0,2,4,6
/proc/5852/stat : 5852 (java) S 5849 5852 2275 0 -1 1077944320 214123 12853 0 0 246964 198 5 2 20 0 15 0 78030523 11178180608 155393 33554432000 4194304 4196468 140734491965808 140734491948352 140508417769207 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
/proc/5852/statm: 2729048 155393 3519 1 0 2690701 0
[pid=5852/tid=5905] ppid=5849 vsize=10916192 memory=621572 CPUtime=2430.66 cores=0,2,4,6
/proc/5852/task/5905/stat : 5905 (java) R 5849 5852 2275 0 -1 4202560 80832 12853 0 0 243030 29 5 2 20 0 15 0 78030532 11178180608 155393 33554432000 4194304 4196468 140734491965808 140508389598816 140508006912894 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5906] ppid=5849 vsize=10916192 memory=621572 CPUtime=5.08 cores=0,2,4,6
/proc/5852/task/5906/stat : 5906 (java) S 5849 5852 2275 0 -1 1077944384 7173 12853 0 0 475 26 5 2 20 0 15 0 78030533 11178180608 155393 33554432000 4194304 4196468 140734491965808 140508422011536 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5907] ppid=5849 vsize=10916192 memory=619524 CPUtime=5.09 cores=0,2,4,6
/proc/5852/task/5907/stat : 5907 (java) S 5849 5852 2275 0 -1 1077944384 8074 12853 0 0 479 23 5 2 20 0 15 0 78030533 11178180608 155393 33554432000 4194304 4196468 140734491965808 140508320901648 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5908] ppid=5849 vsize=10916192 memory=619524 CPUtime=5.08 cores=0,2,4,6
/proc/5852/task/5908/stat : 5908 (java) S 5849 5852 2275 0 -1 1077944384 10554 12853 0 0 475 26 5 2 20 0 15 0 78030533 11178180608 155393 33554432000 4194304 4196468 140734491965808 140508319848848 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5909] ppid=5849 vsize=10916192 memory=621572 CPUtime=5.11 cores=0,2,4,6
/proc/5852/task/5909/stat : 5909 (java) S 5849 5852 2275 0 -1 1077944384 6549 12853 0 0 479 25 5 2 20 0 15 0 78030533 11178180608 155393 33554432000 4194304 4196468 140734491965808 140508318796048 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5910] ppid=5849 vsize=10916192 memory=621572 CPUtime=4.45 cores=0,2,4,6
/proc/5852/task/5910/stat : 5910 (java) S 5849 5852 2275 0 -1 1077944384 9018 12853 0 0 416 22 5 2 20 0 15 0 78030535 11178180608 155393 33554432000 4194304 4196468 140734491965808 140507876191088 140508417780354 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5911] ppid=5849 vsize=10916192 memory=621572 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5911/stat : 5911 (java) S 5849 5852 2275 0 -1 1077944384 14 12853 0 0 0 0 5 2 20 0 15 0 78030535 11178180608 155393 33554432000 4194304 4196468 140734491965808 140507774707360 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5912] ppid=5849 vsize=10916192 memory=619492 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5912/stat : 5912 (java) S 5849 5852 2275 0 -1 1077944384 6 12853 0 0 0 0 5 2 20 0 15 0 78030535 11178180608 155393 33554432000 4194304 4196468 140734491965808 140507170727296 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5913] ppid=5849 vsize=10916192 memory=621572 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5913/stat : 5913 (java) S 5849 5852 2275 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 78030538 11178180608 155393 33554432000 4194304 4196468 140734491965808 140506930436432 140508417787803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5914] ppid=5849 vsize=10916192 memory=279972275661016 CPUtime=5.74 cores=0,2,4,6
/proc/5852/task/5914/stat : 5914 (java) S 5849 5852 2275 0 -1 1077944384 27335 12853 0 0 562 5 5 2 20 0 15 0 78030538 11178180608 155393 33554432000 4194304 4196468 140734491965808 140507875137904 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5915] ppid=5849 vsize=10916192 memory=621572 CPUtime=6.47 cores=0,2,4,6
/proc/5852/task/5915/stat : 5915 (java) S 5849 5852 2275 0 -1 1077944384 29425 12853 0 0 635 5 5 2 20 0 15 0 78030538 11178180608 155393 33554432000 4194304 4196468 140734491965808 140507874085104 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5916] ppid=5849 vsize=10916192 memory=621572 CPUtime=3.11 cores=0,2,4,6
/proc/5852/task/5916/stat : 5916 (java) S 5849 5852 2275 0 -1 1077944384 32165 12853 0 0 299 5 5 2 20 0 15 0 78030538 11178180608 155393 33554432000 4194304 4196468 140734491965808 140507873032304 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5917] ppid=5849 vsize=10916192 memory=621572 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5917/stat : 5917 (java) S 5849 5852 2275 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 78030538 11178180608 155393 33554432000 4194304 4196468 140734491965808 140506896877792 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5918] ppid=5849 vsize=10916192 memory=621572 CPUtime=1.43 cores=0,2,4,6
/proc/5852/task/5918/stat : 5918 (java) S 5849 5852 2275 0 -1 1077944384 780 12853 0 0 72 64 5 2 20 0 15 0 78030538 11178180608 155393 33554432000 4194304 4196468 140734491965808 140507871980720 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
Current children cumulated CPU time: 2471.69 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 621572 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2490.4 s]
/proc/loadavg: 1.64 1.62 1.65 3/219 6151
/proc/meminfo: memFree=18856792/32770624 swapFree=67108860/67108860
[pid=5852] ppid=5849 vsize=10916192 memory=621724 CPUtime=2520.06 cores=0,2,4,6
/proc/5852/stat : 5852 (java) S 5849 5852 2275 0 -1 1077944320 215192 12853 0 0 251798 201 5 2 20 0 15 0 78030523 11178180608 155431 33554432000 4194304 4196468 140734491965808 140734491948352 140508417769207 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
/proc/5852/statm: 2729048 155431 3519 1 0 2690701 0
[pid=5852/tid=5905] ppid=5849 vsize=10916192 memory=621724 CPUtime=2478.55 cores=0,2,4,6
/proc/5852/task/5905/stat : 5905 (java) R 5849 5852 2275 0 -1 4202560 81226 12853 0 0 247819 29 5 2 20 0 15 0 78030532 11178180608 155431 33554432000 4194304 4196468 140734491965808 140508389604736 140508001227158 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5906] ppid=5849 vsize=10916192 memory=8112282956445269571 CPUtime=5.17 cores=0,2,4,6
/proc/5852/task/5906/stat : 5906 (java) S 5849 5852 2275 0 -1 1077944384 7207 12853 0 0 484 26 5 2 20 0 15 0 78030533 11178180608 155431 33554432000 4194304 4196468 140734491965808 140508422011536 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5907] ppid=5849 vsize=10916192 memory=8243114992657236051 CPUtime=5.18 cores=0,2,4,6
/proc/5852/task/5907/stat : 5907 (java) S 5849 5852 2275 0 -1 1077944384 8416 12853 0 0 488 23 5 2 20 0 15 0 78030533 11178180608 155431 33554432000 4194304 4196468 140734491965808 140508320901648 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5908] ppid=5849 vsize=10916192 memory=288284493629096801 CPUtime=5.17 cores=0,2,4,6
/proc/5852/task/5908/stat : 5908 (java) S 5849 5852 2275 0 -1 1077944384 10578 12853 0 0 484 26 5 2 20 0 15 0 78030533 11178180608 155431 33554432000 4194304 4196468 140734491965808 140508319848848 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5909] ppid=5849 vsize=10916192 memory=4195587393170292768 CPUtime=5.2 cores=0,2,4,6
/proc/5852/task/5909/stat : 5909 (java) S 5849 5852 2275 0 -1 1077944384 6605 12853 0 0 487 26 5 2 20 0 15 0 78030533 11178180608 155431 33554432000 4194304 4196468 140734491965808 140508318796048 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5910] ppid=5849 vsize=10916192 memory=8112282956445269571 CPUtime=4.53 cores=0,2,4,6
/proc/5852/task/5910/stat : 5910 (java) S 5849 5852 2275 0 -1 1077944384 9216 12853 0 0 423 23 5 2 20 0 15 0 78030535 11178180608 155431 33554432000 4194304 4196468 140734491965808 140507876191088 140508417780354 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5911] ppid=5849 vsize=10916192 memory=12040 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5911/stat : 5911 (java) S 5849 5852 2275 0 -1 1077944384 14 12853 0 0 0 0 5 2 20 0 15 0 78030535 11178180608 155431 33554432000 4194304 4196468 140734491965808 140507774707360 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5912] ppid=5849 vsize=10916192 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5912/stat : 5912 (java) S 5849 5852 2275 0 -1 1077944384 6 12853 0 0 0 0 5 2 20 0 15 0 78030535 11178180608 155431 33554432000 4194304 4196468 140734491965808 140507170727296 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5913] ppid=5849 vsize=10916192 memory=8532 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5913/stat : 5913 (java) S 5849 5852 2275 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 78030538 11178180608 155431 33554432000 4194304 4196468 140734491965808 140506930436432 140508417787803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5914] ppid=5849 vsize=10916192 memory=3848 CPUtime=5.74 cores=0,2,4,6
/proc/5852/task/5914/stat : 5914 (java) S 5849 5852 2275 0 -1 1077944384 27337 12853 0 0 562 5 5 2 20 0 15 0 78030538 11178180608 155431 33554432000 4194304 4196468 140734491965808 140507875137904 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5915] ppid=5849 vsize=10916192 memory=2196 CPUtime=6.47 cores=0,2,4,6
/proc/5852/task/5915/stat : 5915 (java) S 5849 5852 2275 0 -1 1077944384 29427 12853 0 0 635 5 5 2 20 0 15 0 78030538 11178180608 155431 33554432000 4194304 4196468 140734491965808 140507874085104 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5916] ppid=5849 vsize=10916192 memory=7528 CPUtime=3.11 cores=0,2,4,6
/proc/5852/task/5916/stat : 5916 (java) S 5849 5852 2275 0 -1 1077944384 32167 12853 0 0 299 5 5 2 20 0 15 0 78030538 11178180608 155431 33554432000 4194304 4196468 140734491965808 140507873032304 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5917] ppid=5849 vsize=10916192 memory=832 CPUtime=0.07 cores=0,2,4,6
/proc/5852/task/5917/stat : 5917 (java) S 5849 5852 2275 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 78030538 11178180608 155431 33554432000 4194304 4196468 140734491965808 140506896877792 140508417779413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
[pid=5852/tid=5918] ppid=5849 vsize=10916192 memory=2592 CPUtime=1.46 cores=0,2,4,6
/proc/5852/task/5918/stat : 5918 (java) S 5849 5852 2275 0 -1 1077944384 795 12853 0 0 74 65 5 2 20 0 15 0 78030538 11178180608 155431 33554432000 4194304 4196468 140734491965808 140507871980720 140508417780354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21987328 140734491973803 140734491977052 140734491977052 140734491979727 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 621724 KiB

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

[startup+2490.43 s]
# the end of solver process 5852 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.06 s, system=2.05723 s

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

Child status: 143
Real time (s): 2490.43
CPU time (s): 2520.12
CPU user time (s): 2518.06
CPU system time (s): 2.05723
CPU usage (%): 101.192
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 649420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.06
system time used= 2.05723
maximum resident set size= 649420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228896
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 156881
involuntary context switches= 7339


# summary of solver processes directly reported to runsolver:
#   pid: 5852
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2518.06
#   total CPU system time (s): 2.05723

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2803 second user time and 23.4333 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-26 13:31:13
IDJOB=4295995
IDBENCH=141631
IDSOLVER=2751
FILE ID=node135/4295995-1532604673
RUNJOBID= node135-1532594793-3954
PBS_JOBID= 21021965
Free space on /tmp= 48340 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-20-30-00_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295995-1532604673/watcher-4295995-1532604673 -o /tmp/evaluation-result-4295995-1532604673/solver-4295995-1532604673 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532594793-3954 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1803513598 -superng HOME/instance-4295995-1532604673.xml

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

MD5SUM BENCH= 22e303206e5b0ea869a7ab153bbd8d22
RANDOM SEED=1803513598

node135.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:        22598236 kB
MemAvailable:   31492448 kB
Buffers:          201644 kB
Cached:          8873088 kB
SwapCached:            0 kB
Active:          2990516 kB
Inactive:        6575640 kB
Active(anon):     440944 kB
Inactive(anon):    78300 kB
Active(file):    2549572 kB
Inactive(file):  6497340 kB
Unevictable:        7220 kB
Mlocked:            7220 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26336 kB
Writeback:             0 kB
AnonPages:        512592 kB
Mapped:            53820 kB
Shmem:             25248 kB
Slab:             304640 kB
SReclaimable:     275760 kB
SUnreclaim:        28880 kB
KernelStack:        3856 kB
PageTables:         6156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1284760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    415744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48312 MiB
End job on node135 at 2018-07-26 14:12:44