Trace number 4259598

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.4SAT (TO)5 262.254 240.03999

General information on the benchmark

NameOpenStacks/OpenStacks-m2c-s1/
OpenStacks-m2c-nrwsSmall-4-1.xml
MD5SUMf288468cefacfaaaa4cb1a45aff7b0fc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.43327501
Satisfiable
(Un)Satisfiability was proved
Number of variables260
Number of constraints241
Number of domains3
Minimum domain size2
Maximum domain size21
Distribution of domain sizes[{"size":2,"count":200},{"size":20,"count":40},{"size":21,"count":20}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":220},{"degree":3,"count":3},{"degree":5,"count":9},{"degree":7,"count":8},{"degree":21,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":200},{"arity":4,"count":4},{"arity":5,"count":2},{"arity":6,"count":14},{"arity":11,"count":20},{"arity":20,"count":1}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"allDifferent","count":1},{"type":"sum","count":20},{"type":"minimum","count":10},{"type":"maximum","count":10}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

3.23/2.17	c Concrete v3.4 running
11.62/5.01	o 8
11.62/5.08	o 7
11.98/5.13	o 6
13.29/5.55	o 5
262.19/240.01	java.util.concurrent.TimeoutException
262.19/240.01		at concrete.MAC.mac(MAC.scala:74)
262.19/240.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
262.19/240.01		at scala.util.Try$.apply(Try.scala:209)
262.19/240.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
262.19/240.01		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
262.19/240.01		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
262.19/240.01		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
262.19/240.01		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
262.19/240.01		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
262.19/240.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
262.19/240.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
262.19/240.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
262.19/240.01		at concrete.MAC.oneRun(MAC.scala:146)
262.19/240.01		at concrete.MAC.nextSolution(MAC.scala:166)
262.19/240.01		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
262.19/240.01		at concrete.ProblemState.map(ProblemState.scala:203)
262.19/240.01		at concrete.ProblemState.map(ProblemState.scala:188)
262.19/240.01		at concrete.MAC.nextSolution(MAC.scala:195)
262.19/240.01		at concrete.Solver.hasNext(Solver.scala:202)
262.19/240.01		at scala.collection.Iterator.toStream(Iterator.scala:1403)
262.19/240.01		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
262.19/240.01		at concrete.Solver.toStream(Solver.scala:73)
262.19/240.01		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
262.19/240.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
262.19/240.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
262.19/240.01		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
262.19/240.01		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
262.19/240.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
262.19/240.01		at scala.util.Success.map(Try.scala:209)
262.19/240.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
262.19/240.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
262.19/240.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
262.19/240.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
262.19/240.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
262.19/240.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
262.19/240.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
262.19/240.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
262.19/240.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
262.19/240.01		at scala.collection.immutable.List.foreach(List.scala:389)
262.19/240.01		at scala.App.main(App.scala:76)
262.19/240.01		at scala.App.main$(App.scala:74)
262.19/240.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
262.19/240.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
262.19/240.02	v <instantiation cost="5">
262.19/240.02	v       <list>
262.19/240.02	v         p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] min[0] min[1] min[2] min[3] min[4] min[5] min[6] min[7] min[8] min[9] max[0] max[1] max[2] max[3] max[4] max[5] max[6] max[7] max[8] max[9] o[0][0] o[0][1] o[0][2] o[0][3] o[0][4] o[0][5] o[0][6] o[0][7] o[0][8] o[0][9] o[0][10] o[0][11] o[0][12] o[0][13] o[0][14] o[0][15] o[0][16] o[0][17] o[0][18] o[0][19] o[1][0] o[1][1] o[1][2] o[1][3] o[1][4] o[1][5] o[1][6] o[1][7] o[1][8] o[1][9] o[1][10] o[1][11] o[1][12] o[1][13] o[1][14] o[1][15] o[1][16] o[1][17] o[1][18] o[1][19] o[2][0] o[2][1] o[2][2] o[2][3] o[2][4] o[2][5] o[2][6] o[2][7] o[2][8] o[2][9] o[2][10] o[2][11] o[2][12] o[2][13] o[2][14] o[2][15] o[2][16] o[2][17] o[2][18] o[2][19] o[3][0] o[3][1] o[3][2] o[3][3] o[3][4] o[3][5] o[3][6] o[3][7] o[3][8] o[3][9] o[3][10] o[3][11] o[3][12] o[3][13] o[3][14] o[3][15] o[3][16] o[3][17] o[3][18] o[3][19] o[4][0] o[4][1] o[4][2] o[4][3] o[4][4] o[4][5] o[4][6] o[4][7] o[4][8] o[4][9] o[4][10] o[4][11] o[4][12] o[4][13] o[4][14] o[4][15] o[4][16] o[4][17] o[4][18] o[4][19] o[5][0] o[5][1] o[5][2] o[5][3] o[5][4] o[5][5] o[5][6] o[5][7] o[5][8] o[5][9] o[5][10] o[5][11] o[5][12] o[5][13] o[5][14] o[5][15] o[5][16] o[5][17] o[5][18] o[5][19] o[6][0] o[6][1] o[6][2] o[6][3] o[6][4] o[6][5] o[6][6] o[6][7] o[6][8] o[6][9] o[6][10] o[6][11] o[6][12] o[6][13] o[6][14] o[6][15] o[6][16] o[6][17] o[6][18] o[6][19] o[7][0] o[7][1] o[7][2] o[7][3] o[7][4] o[7][5] o[7][6] o[7][7] o[7][8] o[7][9] o[7][10] o[7][11] o[7][12] o[7][13] o[7][14] o[7][15] o[7][16] o[7][17] o[7][18] o[7][19] o[8][0] o[8][1] o[8][2] o[8][3] o[8][4] o[8][5] o[8][6] o[8][7] o[8][8] o[8][9] o[8][10] o[8][11] o[8][12] o[8][13] o[8][14] o[8][15] o[8][16] o[8][17] o[8][18] o[8][19] o[9][0] o[9][1] o[9][2] o[9][3] o[9][4] o[9][5] o[9][6] o[9][7] o[9][8] o[9][9] o[9][10] o[9][11] o[9][12] o[9][13] o[9][14] o[9][15] o[9][16] o[9][17] o[9][18] o[9][19] so[0] so[1] so[2] so[3] so[4] so[5] so[6] so[7] so[8] so[9] so[10] so[11] so[12] so[13] so[14] so[15] so[16] so[17] so[18] so[19]
262.19/240.02	v       </list>
262.19/240.02	v       <values>
262.19/240.02	v         5 3 8 15 7 12 16 11 4 0 9 2 1 14 6 10 18 17 19 13 0 12 7 0 5 2 15 4 11 6 18 19 19 9 11 5 19 6 16 14 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 0 0 0 0 0 2 2 3 3 4 5 5 5 5 5 4 5 5 5 5 5 5 4 4 3
262.19/240.02	v       </values>
262.19/240.02	v     </instantiation>
262.19/240.02	s SATISFIABLE

Verifier Data

OK	5

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259598-1502000515/watcher-4259598-1502000515 -o /tmp/evaluation-result-4259598-1502000515/solver-4259598-1502000515 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1501998935-17394 --watchdog 300 bin/concrete HOME/instance-4259598-1502000515.xml 

pid=18442
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.36 1.81 2.35 6/195 18445
/proc/meminfo: memFree=31143996/32770624 swapFree=0/304124
[pid=18445] ppid=18442 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/18445/stat : 18445 (runsolver) D 18442 18445 2450 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 2245237 24240128 105 18446744073709551615 4194304 4338465 140720543824880 140720543822520 140361990374103 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 12947456 140720543826137 140720543826511 140720543826511 140720543829962 0
/proc/18445/statm: 5918 105 52 36 0 2156 0

[startup+0.100066 s]
/proc/loadavg: 1.36 1.81 2.35 6/195 18445
/proc/meminfo: memFree=31143996/32770624 swapFree=0/304124
[pid=18445] ppid=18442 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/18445/stat : 18445 (bash) S 18442 18445 2450 0 -1 4202496 897 6480 0 0 0 0 0 1 20 0 1 0 2245237 9867264 372 18446744073709551615 4194304 5098028 140730654766464 140730654760472 139973307206656 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 7 0 0 7196144 7232144 37597184 140730654773786 140730654773871 140730654773871 140730654777322 0
/proc/18445/statm: 2409 372 292 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200297 s]
/proc/loadavg: 1.36 1.81 2.35 6/195 18445
/proc/meminfo: memFree=31143996/32770624 swapFree=0/304124
[pid=18445] ppid=18442 vsize=100812 CPUtime=0.07 cores=1,3,5,7
/proc/18445/stat : 18445 (java) S 18442 18445 2450 0 -1 1077944320 2239 12432 0 0 0 0 5 2 20 0 2 0 2245237 103231488 1177 18446744073709551615 4194304 4196468 140730522551600 140730522534144 139935379263223 0 0 1 0 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
/proc/18445/statm: 25203 1177 874 1 0 16801 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 100812

[startup+0.306329 s]
/proc/loadavg: 1.36 1.81 2.35 6/195 18445
/proc/meminfo: memFree=31143996/32770624 swapFree=0/304124
[pid=18445] ppid=18442 vsize=13974356 CPUtime=0.17 cores=1,3,5,7
/proc/18445/stat : 18445 (java) S 18442 18445 2450 0 -1 1077944320 6621 12432 0 0 8 2 5 2 20 0 15 0 2245237 14309740544 7261 18446744073709551615 4194304 4196468 140730522551600 140730522534144 139935379263223 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
/proc/18445/statm: 3493589 7261 2865 1 0 3482965 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 13974356

[startup+0.700243 s]
/proc/loadavg: 1.36 1.81 2.35 6/195 18445
/proc/meminfo: memFree=31143996/32770624 swapFree=0/304124
[pid=18445] ppid=18442 vsize=13974784 CPUtime=0.72 cores=1,3,5,7
/proc/18445/stat : 18445 (java) S 18442 18445 2450 0 -1 1077944320 13964 12432 0 0 60 5 5 2 20 0 15 0 2245237 14310178816 14930 18446744073709551615 4194304 4196468 140730522551600 140730522534144 139935379263223 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
/proc/18445/statm: 3493696 14930 3137 1 0 3482965 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 13974784

[startup+1.50282 s]
/proc/loadavg: 1.36 1.81 2.35 5/210 18508
/proc/meminfo: memFree=31030616/32770624 swapFree=0/304460
[pid=18445] ppid=18442 vsize=13985408 CPUtime=1.95 cores=1,3,5,7
/proc/18445/stat : 18445 (java) S 18442 18445 2450 0 -1 1077944320 29889 12432 0 0 177 11 5 2 20 0 15 0 2245237 14321057792 42709 18446744073709551615 4194304 4196468 140730522551600 140730522534144 139935379263223 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
/proc/18445/statm: 3496352 42709 3373 1 0 3485525 0
[pid=18445/tid=18495] ppid=18442 vsize=13985408 CPUtime=1.3 cores=1,3,5,7
/proc/18445/task/18495/stat : 18495 (java) R 18442 18445 2450 0 -1 4202560 22313 12432 0 0 115 8 5 2 20 0 15 0 2245257 14321057792 42709 18446744073709551615 4194304 4196468 140730522551600 139935383489616 139935363343710 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18496] ppid=18442 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18445/task/18496/stat : 18496 (java) S 18442 18445 2450 0 -1 1077944384 191 12432 0 0 1 0 5 2 20 0 15 0 2245258 14321057792 42709 18446744073709551615 4194304 4196468 140730522551600 139934979779088 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18497] ppid=18442 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18445/task/18497/stat : 18497 (java) S 18442 18445 2450 0 -1 1077944384 56 12432 0 0 1 0 5 2 20 0 15 0 2245258 14321057792 42709 18446744073709551615 4194304 4196468 140730522551600 139934978726544 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18498] ppid=18442 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18445/task/18498/stat : 18498 (java) S 18442 18445 2450 0 -1 1077944384 49 12432 0 0 1 0 5 2 20 0 15 0 2245258 14321057792 42709 18446744073709551615 4194304 4196468 140730522551600 139934977673488 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18499] ppid=18442 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18445/task/18499/stat : 18499 (java) S 18442 18445 2450 0 -1 1077944384 61 12432 0 0 1 0 5 2 20 0 15 0 2245258 14321057792 42709 18446744073709551615 4194304 4196468 140730522551600 139934976620944 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18500] ppid=18442 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18445/task/18500/stat : 18500 (java) S 18442 18445 2450 0 -1 1077944384 1673 12432 0 0 1 0 5 2 20 0 15 0 2245259 14321057792 42709 18446744073709551615 4194304 4196468 140730522551600 139934857779952 139935379274370 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18501] ppid=18442 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18501/stat : 18501 (java) S 18442 18445 2450 0 -1 1077944384 55 12432 0 0 0 0 5 2 20 0 15 0 2245260 14321057792 42709 18446744073709551615 4194304 4196468 140730522551600 139934856726240 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18502] ppid=18442 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18502/stat : 18502 (java) S 18442 18445 2450 0 -1 1077944384 44 12432 0 0 0 0 5 2 20 0 15 0 2245260 14321057792 42709 18446744073709551615 4194304 4196468 140730522551600 139934855673088 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18503] ppid=18442 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18503/stat : 18503 (java) S 18442 18445 2450 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 2245263 14321057792 42709 18446744073709551615 4194304 4196468 140730522551600 139934854621648 139935379281819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18504] ppid=18442 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/18445/task/18504/stat : 18504 (java) R 18442 18445 2450 0 -1 4202560 1145 12432 0 0 15 0 5 2 20 0 15 0 2245263 14321057792 42709 18446744073709551615 4194304 4196468 140730522551600 139934853568752 139935371552672 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18505] ppid=18442 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/18445/task/18505/stat : 18505 (java) R 18442 18445 2450 0 -1 4202560 701 12432 0 0 14 0 5 2 20 0 15 0 2245263 14321057792 42709 18446744073709551615 4194304 4196468 140730522551600 139934852505472 139935363660320 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18506] ppid=18442 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/18445/task/18506/stat : 18506 (java) S 18442 18445 2450 0 -1 1077944384 1430 12432 0 0 24 0 5 2 20 0 15 0 2245263 14321057792 42709 18446744073709551615 4194304 4196468 140730522551600 139934851463152 139935379274370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18507] ppid=18442 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18507/stat : 18507 (java) S 18442 18445 2450 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 2245263 14321057792 42709 18446744073709551615 4194304 4196468 140730522551600 139934850410848 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18508] ppid=18442 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18508/stat : 18508 (java) S 18442 18445 2450 0 -1 1077944384 10 12432 0 0 0 0 5 2 20 0 15 0 2245266 14321057792 42709 18446744073709551615 4194304 4196468 140730522551600 139934849358896 139935379274370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 13985408

[startup+3.10137 s]
/proc/loadavg: 1.73 1.88 2.37 8/210 18508
/proc/meminfo: memFree=30901276/32770624 swapFree=0/304460
[pid=18445] ppid=18442 vsize=13997884 CPUtime=5.88 cores=1,3,5,7
/proc/18445/stat : 18445 (java) S 18442 18445 2450 0 -1 1077944320 49734 12432 0 0 563 18 5 2 20 0 15 0 2245237 14333833216 60486 18446744073709551615 4194304 4196468 140730522551600 140730522534144 139935379263223 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
/proc/18445/statm: 3499471 60486 3443 1 0 3488085 0
[pid=18445/tid=18495] ppid=18442 vsize=13997884 CPUtime=2.89 cores=1,3,5,7
/proc/18445/task/18495/stat : 18495 (java) R 18442 18445 2450 0 -1 4202560 34087 12432 0 0 271 11 5 2 20 0 15 0 2245257 14333833216 60486 18446744073709551615 4194304 4196468 140730522551600 139935383495328 139935362626966 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18496] ppid=18442 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18445/task/18496/stat : 18496 (java) S 18442 18445 2450 0 -1 1077944384 191 12432 0 0 1 0 5 2 20 0 15 0 2245258 14333833216 60486 18446744073709551615 4194304 4196468 140730522551600 139934979779088 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18497] ppid=18442 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18445/task/18497/stat : 18497 (java) S 18442 18445 2450 0 -1 1077944384 56 12432 0 0 1 0 5 2 20 0 15 0 2245258 14333833216 60486 18446744073709551615 4194304 4196468 140730522551600 139934978726544 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18498] ppid=18442 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18445/task/18498/stat : 18498 (java) S 18442 18445 2450 0 -1 1077944384 49 12432 0 0 1 0 5 2 20 0 15 0 2245258 14333833216 60486 18446744073709551615 4194304 4196468 140730522551600 139934977673488 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18499] ppid=18442 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18445/task/18499/stat : 18499 (java) S 18442 18445 2450 0 -1 1077944384 61 12432 0 0 1 0 5 2 20 0 15 0 2245258 14333833216 60486 18446744073709551615 4194304 4196468 140730522551600 139934976620944 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18500] ppid=18442 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18445/task/18500/stat : 18500 (java) S 18442 18445 2450 0 -1 1077944384 1688 12432 0 0 1 0 5 2 20 0 15 0 2245259 14333833216 60486 18446744073709551615 4194304 4196468 140730522551600 139934857779952 139935379274370 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18501] ppid=18442 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18501/stat : 18501 (java) S 18442 18445 2450 0 -1 1077944384 55 12432 0 0 0 0 5 2 20 0 15 0 2245260 14333833216 60486 18446744073709551615 4194304 4196468 140730522551600 139934856726240 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18502] ppid=18442 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18502/stat : 18502 (java) S 18442 18445 2450 0 -1 1077944384 44 12432 0 0 0 0 5 2 20 0 15 0 2245260 14333833216 60486 18446744073709551615 4194304 4196468 140730522551600 139934855673088 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18503] ppid=18442 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18503/stat : 18503 (java) S 18442 18445 2450 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 2245263 14333833216 60486 18446744073709551615 4194304 4196468 140730522551600 139934854621648 139935379281819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18504] ppid=18442 vsize=13997884 CPUtime=0.9 cores=1,3,5,7
/proc/18445/task/18504/stat : 18504 (java) R 18442 18445 2450 0 -1 4202560 2955 12432 0 0 83 0 5 2 20 0 15 0 2245263 14333833216 60486 18446744073709551615 4194304 4196468 140730522551600 139934853553904 139935356858384 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18505] ppid=18442 vsize=13997884 CPUtime=1.13 cores=1,3,5,7
/proc/18445/task/18505/stat : 18505 (java) R 18442 18445 2450 0 -1 4202560 4182 12432 0 0 105 1 5 2 20 0 15 0 2245263 14333833216 60486 18446744073709551615 4194304 4196468 140730522551600 139934852498240 139935364378495 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18506] ppid=18442 vsize=13997884 CPUtime=1.05 cores=1,3,5,7
/proc/18445/task/18506/stat : 18506 (java) R 18442 18445 2450 0 -1 1077944384 4193 12432 0 0 96 2 5 2 20 0 15 0 2245263 14333833216 60486 18446744073709551615 4194304 4196468 140730522551600 139934851463152 139935379274370 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18507] ppid=18442 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18507/stat : 18507 (java) S 18442 18445 2450 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 2245263 14333833216 60486 18446744073709551615 4194304 4196468 140730522551600 139934850410848 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18508] ppid=18442 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18508/stat : 18508 (java) S 18442 18445 2450 0 -1 1077944384 12 12432 0 0 0 0 5 2 20 0 15 0 2245266 14333833216 60486 18446744073709551615 4194304 4196468 140730522551600 139934849358896 139935379274370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 13997884

[startup+6.30068 s]
/proc/loadavg: 1.73 1.88 2.37 5/210 18508
/proc/meminfo: memFree=30343808/32770624 swapFree=0/304472
[pid=18445] ppid=18442 vsize=14069564 CPUtime=15.71 cores=1,3,5,7
/proc/18445/stat : 18445 (java) S 18442 18445 2450 0 -1 1077944320 79668 12432 0 0 1537 27 5 2 20 0 15 0 2245237 14407233536 96963 18446744073709551615 4194304 4196468 140730522551600 140730522534144 139935379263223 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
/proc/18445/statm: 3517391 96963 3477 1 0 3506005 0
[pid=18445/tid=18495] ppid=18442 vsize=14069564 CPUtime=5.81 cores=1,3,5,7
/proc/18445/task/18495/stat : 18495 (java) R 18442 18445 2450 0 -1 4202560 43050 12432 0 0 559 15 5 2 20 0 15 0 2245257 14407233536 96963 18446744073709551615 4194304 4196468 140730522551600 139935383495696 139935034070336 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18496] ppid=18442 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/18445/task/18496/stat : 18496 (java) S 18442 18445 2450 0 -1 1077944384 278 12432 0 0 13 0 5 2 20 0 15 0 2245258 14407233536 96963 18446744073709551615 4194304 4196468 140730522551600 139934979779088 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18497] ppid=18442 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/18445/task/18497/stat : 18497 (java) S 18442 18445 2450 0 -1 1077944384 470 12432 0 0 13 0 5 2 20 0 15 0 2245258 14407233536 96963 18446744073709551615 4194304 4196468 140730522551600 139934978726544 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18498] ppid=18442 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/18445/task/18498/stat : 18498 (java) S 18442 18445 2450 0 -1 1077944384 960 12432 0 0 14 0 5 2 20 0 15 0 2245258 14407233536 96963 18446744073709551615 4194304 4196468 140730522551600 139934977673488 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18499] ppid=18442 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/18445/task/18499/stat : 18499 (java) S 18442 18445 2450 0 -1 1077944384 137 12432 0 0 13 0 5 2 20 0 15 0 2245258 14407233536 96963 18446744073709551615 4194304 4196468 140730522551600 139934976620944 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18500] ppid=18442 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/18445/task/18500/stat : 18500 (java) S 18442 18445 2450 0 -1 1077944384 2575 12432 0 0 13 0 5 2 20 0 15 0 2245259 14407233536 96963 18446744073709551615 4194304 4196468 140730522551600 139934857779952 139935379274370 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18501] ppid=18442 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18501/stat : 18501 (java) S 18442 18445 2450 0 -1 1077944384 55 12432 0 0 0 0 5 2 20 0 15 0 2245260 14407233536 96963 18446744073709551615 4194304 4196468 140730522551600 139934856726240 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18502] ppid=18442 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18502/stat : 18502 (java) S 18442 18445 2450 0 -1 1077944384 44 12432 0 0 0 0 5 2 20 0 15 0 2245260 14407233536 96963 18446744073709551615 4194304 4196468 140730522551600 139934855673088 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18503] ppid=18442 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18503/stat : 18503 (java) S 18442 18445 2450 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 2245263 14407233536 96963 18446744073709551615 4194304 4196468 140730522551600 139934854621648 139935379281819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18504] ppid=18442 vsize=14069564 CPUtime=3.57 cores=1,3,5,7
/proc/18445/task/18504/stat : 18504 (java) R 18442 18445 2450 0 -1 4202560 12870 12432 0 0 348 2 5 2 20 0 15 0 2245263 14407233536 96963 18446744073709551615 4194304 4196468 140730522551600 139934853560704 139935359115359 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18505] ppid=18442 vsize=14069564 CPUtime=3.82 cores=1,3,5,7
/proc/18445/task/18505/stat : 18505 (java) R 18442 18445 2450 0 -1 4202560 8883 12432 0 0 374 1 5 2 20 0 15 0 2245263 14407233536 96963 18446744073709551615 4194304 4196468 140730522551600 139934852516016 139935357280232 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18506] ppid=18442 vsize=14069564 CPUtime=1.94 cores=1,3,5,7
/proc/18445/task/18506/stat : 18506 (java) S 18442 18445 2450 0 -1 1077944384 8059 12432 0 0 183 4 5 2 20 0 15 0 2245263 14407233536 96963 18446744073709551615 4194304 4196468 140730522551600 139934851463152 139935379274370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18507] ppid=18442 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18507/stat : 18507 (java) S 18442 18445 2450 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 2245263 14407233536 96963 18446744073709551615 4194304 4196468 140730522551600 139934850410848 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18508] ppid=18442 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18508/stat : 18508 (java) S 18442 18445 2450 0 -1 1077944384 126 12432 0 0 0 0 5 2 20 0 15 0 2245266 14407233536 96963 18446744073709551615 4194304 4196468 140730522551600 139934849358896 139935379274370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
Current children cumulated CPU time (s) 15.71
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 1.85 1.90 2.38 3/210 18508
/proc/meminfo: memFree=29240940/32770624 swapFree=0/304480
[pid=18445] ppid=18442 vsize=14069564 CPUtime=25.82 cores=1,3,5,7
/proc/18445/stat : 18445 (java) S 18442 18445 2450 0 -1 1077944320 82364 12432 0 0 2535 40 5 2 20 0 15 0 2245237 14407233536 200989 18446744073709551615 4194304 4196468 140730522551600 140730522534144 139935379263223 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
/proc/18445/statm: 3517391 200989 3480 1 0 3506005 0
[pid=18445/tid=18495] ppid=18442 vsize=14069564 CPUtime=12.17 cores=1,3,5,7
/proc/18445/task/18495/stat : 18495 (java) R 18442 18445 2450 0 -1 4202560 43992 12432 0 0 1190 20 5 2 20 0 15 0 2245257 14407233536 200989 18446744073709551615 4194304 4196468 140730522551600 139935383497504 139935033770325 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18496] ppid=18442 vsize=14069564 CPUtime=0.24 cores=1,3,5,7
/proc/18445/task/18496/stat : 18496 (java) S 18442 18445 2450 0 -1 1077944384 302 12432 0 0 15 2 5 2 20 0 15 0 2245258 14407233536 200989 18446744073709551615 4194304 4196468 140730522551600 139934979779088 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18497] ppid=18442 vsize=14069564 CPUtime=0.24 cores=1,3,5,7
/proc/18445/task/18497/stat : 18497 (java) S 18442 18445 2450 0 -1 1077944384 492 12432 0 0 15 2 5 2 20 0 15 0 2245258 14407233536 200989 18446744073709551615 4194304 4196468 140730522551600 139934978726544 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18498] ppid=18442 vsize=14069564 CPUtime=0.25 cores=1,3,5,7
/proc/18445/task/18498/stat : 18498 (java) S 18442 18445 2450 0 -1 1077944384 981 12432 0 0 16 2 5 2 20 0 15 0 2245258 14407233536 200989 18446744073709551615 4194304 4196468 140730522551600 139934977673488 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18499] ppid=18442 vsize=14069564 CPUtime=0.23 cores=1,3,5,7
/proc/18445/task/18499/stat : 18499 (java) S 18442 18445 2450 0 -1 1077944384 155 12432 0 0 15 1 5 2 20 0 15 0 2245258 14407233536 200989 18446744073709551615 4194304 4196468 140730522551600 139934976620944 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18500] ppid=18442 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/18445/task/18500/stat : 18500 (java) S 18442 18445 2450 0 -1 1077944384 2797 12432 0 0 13 1 5 2 20 0 15 0 2245259 14407233536 200989 18446744073709551615 4194304 4196468 140730522551600 139934857779952 139935379274370 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18501] ppid=18442 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18501/stat : 18501 (java) S 18442 18445 2450 0 -1 1077944384 55 12432 0 0 0 0 5 2 20 0 15 0 2245260 14407233536 200989 18446744073709551615 4194304 4196468 140730522551600 139934856726240 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18502] ppid=18442 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18502/stat : 18502 (java) S 18442 18445 2450 0 -1 1077944384 44 12432 0 0 0 0 5 2 20 0 15 0 2245260 14407233536 200989 18446744073709551615 4194304 4196468 140730522551600 139934855673088 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18503] ppid=18442 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18503/stat : 18503 (java) S 18442 18445 2450 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 2245263 14407233536 200989 18446744073709551615 4194304 4196468 140730522551600 139934854621648 139935379281819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0

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

/proc/18445/task/18507/stat : 18507 (java) S 18442 18445 2450 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 2245263 14407233536 312545 18446744073709551615 4194304 4196468 140730522551600 139934850410848 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18508] ppid=18442 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/18445/task/18508/stat : 18508 (java) S 18442 18445 2450 0 -1 1077944384 624 12432 0 0 4 2 5 2 20 0 15 0 2245266 14407233536 312545 18446744073709551615 4194304 4196468 140730522551600 139934849358896 139935379274370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
Current children cumulated CPU time (s) 120.32
Current children cumulated vsize (KiB) 14069564

[startup+162.301 s]
/proc/loadavg: 1.26 1.66 2.22 3/214 18529
/proc/meminfo: memFree=27041516/32770624 swapFree=0/304668
[pid=18445] ppid=18442 vsize=14069564 CPUtime=182.18 cores=1,3,5,7
/proc/18445/stat : 18445 (java) S 18442 18445 2450 0 -1 1077944320 133710 12432 0 0 18129 82 5 2 20 0 15 0 2245237 14407233536 273372 18446744073709551615 4194304 4196468 140730522551600 140730522534144 139935379263223 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
/proc/18445/statm: 3517391 273372 3480 1 0 3506005 0
[pid=18445/tid=18495] ppid=18442 vsize=14069564 CPUtime=160.78 cores=1,3,5,7
/proc/18445/task/18495/stat : 18495 (java) R 18442 18445 2450 0 -1 4202560 54878 12432 0 0 16041 30 5 2 20 0 15 0 2245257 14407233536 273372 18446744073709551615 4194304 4196468 140730522551600 139935383497008 139935036199425 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18496] ppid=18442 vsize=14069564 CPUtime=0.84 cores=1,3,5,7
/proc/18445/task/18496/stat : 18496 (java) S 18442 18445 2450 0 -1 1077944384 998 12432 0 0 69 8 5 2 20 0 15 0 2245258 14407233536 273372 18446744073709551615 4194304 4196468 140730522551600 139934979779088 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18497] ppid=18442 vsize=14069564 CPUtime=0.84 cores=1,3,5,7
/proc/18445/task/18497/stat : 18497 (java) S 18442 18445 2450 0 -1 1077944384 2371 12432 0 0 70 7 5 2 20 0 15 0 2245258 14407233536 273372 18446744073709551615 4194304 4196468 140730522551600 139934978726544 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18498] ppid=18442 vsize=14069564 CPUtime=0.83 cores=1,3,5,7
/proc/18445/task/18498/stat : 18498 (java) S 18442 18445 2450 0 -1 1077944384 2520 12432 0 0 69 7 5 2 20 0 15 0 2245258 14407233536 273372 18446744073709551615 4194304 4196468 140730522551600 139934977673488 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18499] ppid=18442 vsize=14069564 CPUtime=0.83 cores=1,3,5,7
/proc/18445/task/18499/stat : 18499 (java) S 18442 18445 2450 0 -1 1077944384 4132 12432 0 0 70 6 5 2 20 0 15 0 2245258 14407233536 273372 18446744073709551615 4194304 4196468 140730522551600 139934976620944 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18500] ppid=18442 vsize=14069564 CPUtime=0.5 cores=1,3,5,7
/proc/18445/task/18500/stat : 18500 (java) S 18442 18445 2450 0 -1 1077944384 4133 12432 0 0 37 6 5 2 20 0 15 0 2245259 14407233536 273372 18446744073709551615 4194304 4196468 140730522551600 139934857779952 139935379274370 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18501] ppid=18442 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18501/stat : 18501 (java) S 18442 18445 2450 0 -1 1077944384 55 12432 0 0 0 0 5 2 20 0 15 0 2245260 14407233536 273372 18446744073709551615 4194304 4196468 140730522551600 139934856726240 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18502] ppid=18442 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18502/stat : 18502 (java) S 18442 18445 2450 0 -1 1077944384 44 12432 0 0 0 0 5 2 20 0 15 0 2245260 14407233536 273372 18446744073709551615 4194304 4196468 140730522551600 139934855673088 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18503] ppid=18442 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18503/stat : 18503 (java) S 18442 18445 2450 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 2245263 14407233536 273372 18446744073709551615 4194304 4196468 140730522551600 139934854621648 139935379281819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18504] ppid=18442 vsize=14069564 CPUtime=7.48 cores=1,3,5,7
/proc/18445/task/18504/stat : 18504 (java) S 18442 18445 2450 0 -1 1077944384 26273 12432 0 0 737 4 5 2 20 0 15 0 2245263 14407233536 273372 18446744073709551615 4194304 4196468 140730522551600 139934853568752 139935379274370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18505] ppid=18442 vsize=14069564 CPUtime=7.74 cores=1,3,5,7
/proc/18445/task/18505/stat : 18505 (java) S 18442 18445 2450 0 -1 1077944384 16924 12432 0 0 764 3 5 2 20 0 15 0 2245263 14407233536 273372 18446744073709551615 4194304 4196468 140730522551600 139934852516208 139935379274370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18506] ppid=18442 vsize=14069564 CPUtime=2.73 cores=1,3,5,7
/proc/18445/task/18506/stat : 18506 (java) S 18442 18445 2450 0 -1 1077944384 18575 12432 0 0 259 7 5 2 20 0 15 0 2245263 14407233536 273372 18446744073709551615 4194304 4196468 140730522551600 139934851463152 139935379274370 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18507] ppid=18442 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18507/stat : 18507 (java) S 18442 18445 2450 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 2245263 14407233536 273372 18446744073709551615 4194304 4196468 140730522551600 139934850410848 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18508] ppid=18442 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/18445/task/18508/stat : 18508 (java) S 18442 18445 2450 0 -1 1077944384 646 12432 0 0 5 4 5 2 20 0 15 0 2245266 14407233536 273372 18446744073709551615 4194304 4196468 140730522551600 139934849358896 139935379274370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
Current children cumulated CPU time (s) 182.18
Current children cumulated vsize (KiB) 14069564

[startup+222.301 s]
/proc/loadavg: 1.57 1.67 2.18 3/214 18531
/proc/meminfo: memFree=27507344/32770624 swapFree=0/304724
[pid=18445] ppid=18442 vsize=14069564 CPUtime=244.01 cores=1,3,5,7
/proc/18445/stat : 18445 (java) S 18442 18445 2450 0 -1 1077944320 139189 12432 0 0 24302 92 5 2 20 0 15 0 2245237 14407233536 235919 18446744073709551615 4194304 4196468 140730522551600 140730522534144 139935379263223 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
/proc/18445/statm: 3517391 235919 3480 1 0 3506005 0
[pid=18445/tid=18495] ppid=18442 vsize=14069564 CPUtime=220.19 cores=1,3,5,7
/proc/18445/task/18495/stat : 18495 (java) R 18442 18445 2450 0 -1 4202560 55669 12432 0 0 21981 31 5 2 20 0 15 0 2245257 14407233536 235919 18446744073709551615 4194304 4196468 140730522551600 139935383497696 139935020573248 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18496] ppid=18442 vsize=14069564 CPUtime=1.18 cores=1,3,5,7
/proc/18445/task/18496/stat : 18496 (java) S 18442 18445 2450 0 -1 1077944384 1294 12432 0 0 102 9 5 2 20 0 15 0 2245258 14407233536 235919 18446744073709551615 4194304 4196468 140730522551600 139934979779088 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18497] ppid=18442 vsize=14069564 CPUtime=1.18 cores=1,3,5,7
/proc/18445/task/18497/stat : 18497 (java) S 18442 18445 2450 0 -1 1077944384 3678 12432 0 0 103 8 5 2 20 0 15 0 2245258 14407233536 235919 18446744073709551615 4194304 4196468 140730522551600 139934978726544 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18498] ppid=18442 vsize=14069564 CPUtime=1.18 cores=1,3,5,7
/proc/18445/task/18498/stat : 18498 (java) S 18442 18445 2450 0 -1 1077944384 2769 12432 0 0 102 9 5 2 20 0 15 0 2245258 14407233536 235919 18446744073709551615 4194304 4196468 140730522551600 139934977673488 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18499] ppid=18442 vsize=14069564 CPUtime=1.17 cores=1,3,5,7
/proc/18445/task/18499/stat : 18499 (java) S 18442 18445 2450 0 -1 1077944384 4411 12432 0 0 103 7 5 2 20 0 15 0 2245258 14407233536 235919 18446744073709551615 4194304 4196468 140730522551600 139934976620944 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18500] ppid=18442 vsize=14069564 CPUtime=0.69 cores=1,3,5,7
/proc/18445/task/18500/stat : 18500 (java) S 18442 18445 2450 0 -1 1077944384 4184 12432 0 0 53 9 5 2 20 0 15 0 2245259 14407233536 235919 18446744073709551615 4194304 4196468 140730522551600 139934857779952 139935379274370 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18501] ppid=18442 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18501/stat : 18501 (java) S 18442 18445 2450 0 -1 1077944384 55 12432 0 0 0 0 5 2 20 0 15 0 2245260 14407233536 235919 18446744073709551615 4194304 4196468 140730522551600 139934856726240 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18502] ppid=18442 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18502/stat : 18502 (java) S 18442 18445 2450 0 -1 1077944384 44 12432 0 0 0 0 5 2 20 0 15 0 2245260 14407233536 235919 18446744073709551615 4194304 4196468 140730522551600 139934855673088 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18503] ppid=18442 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18503/stat : 18503 (java) S 18442 18445 2450 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 2245263 14407233536 235919 18446744073709551615 4194304 4196468 140730522551600 139934854621648 139935379281819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18504] ppid=18442 vsize=14069564 CPUtime=7.78 cores=1,3,5,7
/proc/18445/task/18504/stat : 18504 (java) S 18442 18445 2450 0 -1 1077944384 26619 12432 0 0 767 4 5 2 20 0 15 0 2245263 14407233536 235919 18446744073709551615 4194304 4196468 140730522551600 139934853568752 139935379274370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18505] ppid=18442 vsize=14069564 CPUtime=8.08 cores=1,3,5,7
/proc/18445/task/18505/stat : 18505 (java) S 18442 18445 2450 0 -1 1077944384 18544 12432 0 0 797 4 5 2 20 0 15 0 2245263 14407233536 235919 18446744073709551615 4194304 4196468 140730522551600 139934852516208 139935379274370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18506] ppid=18442 vsize=14069564 CPUtime=2.9 cores=1,3,5,7
/proc/18445/task/18506/stat : 18506 (java) S 18442 18445 2450 0 -1 1077944384 19102 12432 0 0 276 7 5 2 20 0 15 0 2245263 14407233536 235919 18446744073709551615 4194304 4196468 140730522551600 139934851463152 139935379274370 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18507] ppid=18442 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18507/stat : 18507 (java) S 18442 18445 2450 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 2245263 14407233536 235919 18446744073709551615 4194304 4196468 140730522551600 139934850410848 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18508] ppid=18442 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/18445/task/18508/stat : 18508 (java) S 18442 18445 2450 0 -1 1077944384 659 12432 0 0 7 5 5 2 20 0 15 0 2245266 14407233536 235919 18446744073709551615 4194304 4196468 140730522551600 139934849358896 139935379274370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
Current children cumulated CPU time (s) 244.01
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.006 s]
/proc/loadavg: 1.38 1.62 2.16 4/211 18659
/proc/meminfo: memFree=30645060/32770624 swapFree=0/304768
[pid=18445] ppid=18442 vsize=14069564 CPUtime=262.19 cores=1,3,5,7
/proc/18445/stat : 18445 (java) S 18442 18445 2450 0 -1 1077944320 146129 12432 0 0 26117 95 5 2 20 0 15 0 2245237 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 140730522534144 139935379263223 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
/proc/18445/statm: 3517391 231074 3480 1 0 3506005 0
[pid=18445/tid=18495] ppid=18442 vsize=14069564 CPUtime=237.71 cores=1,3,5,7
/proc/18445/task/18495/stat : 18495 (java) R 18442 18445 2450 0 -1 4202560 56503 12432 0 0 23732 32 5 2 20 0 15 0 2245257 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139935383497008 139935033529377 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18496] ppid=18442 vsize=14069564 CPUtime=1.28 cores=1,3,5,7
/proc/18445/task/18496/stat : 18496 (java) S 18442 18445 2450 0 -1 1077944384 1415 12432 0 0 112 9 5 2 20 0 15 0 2245258 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139934979779088 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18497] ppid=18442 vsize=14069564 CPUtime=1.28 cores=1,3,5,7
/proc/18445/task/18497/stat : 18497 (java) S 18442 18445 2450 0 -1 1077944384 3709 12432 0 0 113 8 5 2 20 0 15 0 2245258 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139934978726544 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18498] ppid=18442 vsize=14069564 CPUtime=1.29 cores=1,3,5,7
/proc/18445/task/18498/stat : 18498 (java) S 18442 18445 2450 0 -1 1077944384 2844 12432 0 0 113 9 5 2 20 0 15 0 2245258 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139934977673488 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18499] ppid=18442 vsize=14069564 CPUtime=1.28 cores=1,3,5,7
/proc/18445/task/18499/stat : 18499 (java) S 18442 18445 2450 0 -1 1077944384 4925 12432 0 0 114 7 5 2 20 0 15 0 2245258 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139934976620944 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18500] ppid=18442 vsize=14069564 CPUtime=0.75 cores=1,3,5,7
/proc/18445/task/18500/stat : 18500 (java) S 18442 18445 2450 0 -1 1077944384 4420 12432 0 0 59 9 5 2 20 0 15 0 2245259 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139934857779952 139935379274370 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18501] ppid=18442 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18501/stat : 18501 (java) S 18442 18445 2450 0 -1 1077944384 55 12432 0 0 0 0 5 2 20 0 15 0 2245260 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139934856726240 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18502] ppid=18442 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18502/stat : 18502 (java) S 18442 18445 2450 0 -1 1077944384 44 12432 0 0 0 0 5 2 20 0 15 0 2245260 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139934855673088 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18503] ppid=18442 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18503/stat : 18503 (java) S 18442 18445 2450 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 2245263 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139934854621648 139935379281819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18504] ppid=18442 vsize=14069564 CPUtime=7.84 cores=1,3,5,7
/proc/18445/task/18504/stat : 18504 (java) S 18442 18445 2450 0 -1 1077944384 28759 12432 0 0 773 4 5 2 20 0 15 0 2245263 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139934853568752 139935379274370 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18505] ppid=18442 vsize=14069564 CPUtime=8.15 cores=1,3,5,7
/proc/18445/task/18505/stat : 18505 (java) S 18442 18445 2450 0 -1 1077944384 19752 12432 0 0 804 4 5 2 20 0 15 0 2245263 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139934852516208 139935379274370 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18506] ppid=18442 vsize=14069564 CPUtime=2.93 cores=1,3,5,7
/proc/18445/task/18506/stat : 18506 (java) S 18442 18445 2450 0 -1 1077944384 20874 12432 0 0 279 7 5 2 20 0 15 0 2245263 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139934851463152 139935379274370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18507] ppid=18442 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18507/stat : 18507 (java) S 18442 18445 2450 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 2245263 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139934850410848 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18508] ppid=18442 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/18445/task/18508/stat : 18508 (java) S 18442 18445 2450 0 -1 1077944384 668 12432 0 0 7 6 5 2 20 0 15 0 2245266 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139934849358896 139935379274370 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
Current children cumulated CPU time (s) 262.19
Current children cumulated vsize (KiB) 14069564

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 18445 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.006 s]
/proc/loadavg: 1.38 1.62 2.16 4/211 18659
/proc/meminfo: memFree=30645060/32770624 swapFree=0/304768
[pid=18445] ppid=18442 vsize=14069564 CPUtime=262.19 cores=1,3,5,7
/proc/18445/stat : 18445 (java) S 18442 18445 2450 0 -1 1077944320 146129 12432 0 0 26117 95 5 2 20 0 15 0 2245237 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 140730522534144 139935379263223 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
/proc/18445/statm: 3517391 231074 3480 1 0 3506005 0
[pid=18445/tid=18495] ppid=18442 vsize=14069564 CPUtime=237.71 cores=1,3,5,7
/proc/18445/task/18495/stat : 18495 (java) R 18442 18445 2450 0 -1 4202560 56503 12432 0 0 23732 32 5 2 20 0 15 0 2245257 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139935383497008 139935033529377 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18496] ppid=18442 vsize=14069564 CPUtime=1.28 cores=1,3,5,7
/proc/18445/task/18496/stat : 18496 (java) S 18442 18445 2450 0 -1 1077944384 1415 12432 0 0 112 9 5 2 20 0 15 0 2245258 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139934979779088 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18497] ppid=18442 vsize=14069564 CPUtime=1.28 cores=1,3,5,7
/proc/18445/task/18497/stat : 18497 (java) S 18442 18445 2450 0 -1 1077944384 3709 12432 0 0 113 8 5 2 20 0 15 0 2245258 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139934978726544 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18498] ppid=18442 vsize=14069564 CPUtime=1.29 cores=1,3,5,7
/proc/18445/task/18498/stat : 18498 (java) S 18442 18445 2450 0 -1 1077944384 2844 12432 0 0 113 9 5 2 20 0 15 0 2245258 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139934977673488 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18499] ppid=18442 vsize=14069564 CPUtime=1.28 cores=1,3,5,7
/proc/18445/task/18499/stat : 18499 (java) S 18442 18445 2450 0 -1 1077944384 4925 12432 0 0 114 7 5 2 20 0 15 0 2245258 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139934976620944 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18500] ppid=18442 vsize=14069564 CPUtime=0.75 cores=1,3,5,7
/proc/18445/task/18500/stat : 18500 (java) S 18442 18445 2450 0 -1 1077944384 4420 12432 0 0 59 9 5 2 20 0 15 0 2245259 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139934857779952 139935379274370 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18501] ppid=18442 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18501/stat : 18501 (java) S 18442 18445 2450 0 -1 1077944384 55 12432 0 0 0 0 5 2 20 0 15 0 2245260 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139934856726240 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18502] ppid=18442 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18502/stat : 18502 (java) S 18442 18445 2450 0 -1 1077944384 44 12432 0 0 0 0 5 2 20 0 15 0 2245260 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139934855673088 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18503] ppid=18442 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18503/stat : 18503 (java) S 18442 18445 2450 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 2245263 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139934854621648 139935379281819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18504] ppid=18442 vsize=14069564 CPUtime=7.84 cores=1,3,5,7
/proc/18445/task/18504/stat : 18504 (java) S 18442 18445 2450 0 -1 1077944384 28759 12432 0 0 773 4 5 2 20 0 15 0 2245263 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139934853568752 139935379274370 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18505] ppid=18442 vsize=14069564 CPUtime=8.15 cores=1,3,5,7
/proc/18445/task/18505/stat : 18505 (java) S 18442 18445 2450 0 -1 1077944384 19752 12432 0 0 804 4 5 2 20 0 15 0 2245263 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139934852516208 139935379274370 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18506] ppid=18442 vsize=14069564 CPUtime=2.93 cores=1,3,5,7
/proc/18445/task/18506/stat : 18506 (java) S 18442 18445 2450 0 -1 1077944384 20874 12432 0 0 279 7 5 2 20 0 15 0 2245263 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139934851463152 139935379274370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18507] ppid=18442 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18445/task/18507/stat : 18507 (java) S 18442 18445 2450 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 2245263 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139934850410848 139935379273429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
[pid=18445/tid=18508] ppid=18442 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/18445/task/18508/stat : 18508 (java) S 18442 18445 2450 0 -1 1077944384 668 12432 0 0 7 6 5 2 20 0 15 0 2245266 14407233536 231074 18446744073709551615 4194304 4196468 140730522551600 139934849358896 139935379274370 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30990336 140730522560470 140730522563255 140730522563255 140730522566607 0
Current children cumulated CPU time (s) 262.19
Current children cumulated vsize (KiB) 14069564

Child status: 143
Real time (s): 240.04
CPU time (s): 262.254
CPU user time (s): 261.261
CPU system time (s): 0.99277
CPU usage (%): 109.254
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 261.261
system time used= 0.99277
maximum resident set size= 1389456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159947
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27910
involuntary context switches= 695

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.07728 second user time and 1.51119 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-06 08:07:51
IDJOB=4259598
IDBENCH=140506
IDSOLVER=2646
FILE ID=node127/4259598-1502000515
RUNJOBID= node127-1501998935-17394
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-nrwsSmall-4-1.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259598-1502000515/watcher-4259598-1502000515 -o /tmp/evaluation-result-4259598-1502000515/solver-4259598-1502000515 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1501998935-17394 --watchdog 300  bin/concrete HOME/instance-4259598-1502000515.xml

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

MD5SUM BENCH= f288468cefacfaaaa4cb1a45aff7b0fc
RANDOM SEED=1237522891

node127.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.92
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.92
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.92
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.92
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:        31144524 kB
MemAvailable:   31393868 kB
Buffers:          103000 kB
Cached:           428268 kB
SwapCached:            0 kB
Active:           908788 kB
Inactive:         312656 kB
Active(anon):     691024 kB
Inactive(anon):     8532 kB
Active(file):     217764 kB
Inactive(file):   304124 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24856 kB
Writeback:             0 kB
AnonPages:        682820 kB
Mapped:            41620 kB
Shmem:              8868 kB
Slab:             111648 kB
SReclaimable:      86584 kB
SUnreclaim:        25064 kB
KernelStack:        3440 kB
PageTables:         6048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1863380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    475136 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= 61984 MiB
End job on node127 at 2017-08-06 08:11:51