Trace number 4249284

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
R1: Concrete 3.4SAT (TO)283 2400.1299 2339.04

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-16-18.xml
MD5SUMdd156cd3c4e4f48d7499665f65319a51
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark2400.0601
Satisfiable
(Un)Satisfiability was proved
Number of variables288
Number of constraints18361
Number of domains1
Minimum domain size288
Maximum domain size288
Distribution of domain sizes[{"size":288,"count":288}]
Minimum variable degree257
Maximum variable degree257
Distribution of variable degrees[{"degree":257,"count":288}]
Minimum constraint arity4
Maximum constraint arity288
Distribution of constraint arities[{"arity":4,"count":18360},{"arity":288,"count":1}]
Number of extensional constraints0
Number of intensional constraints18360
Distribution of constraint types[{"type":"intension","count":18360},{"type":"lex","count":1}]
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.15/2.20	c Concrete v3.4 running
173.10/133.72	o 287
196.16/154.57	o 286
306.39/263.02	o 285
1710.58/1658.24	o 284
1857.63/1803.35	o 283
2400.07/2339.01	java.util.concurrent.TimeoutException
2400.07/2339.01		at concrete.MAC.mac(MAC.scala:74)
2400.07/2339.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.07/2339.01		at scala.util.Try$.apply(Try.scala:209)
2400.07/2339.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.07/2339.01		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.07/2339.01		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.07/2339.01		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.07/2339.01		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.07/2339.01		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.07/2339.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.07/2339.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.07/2339.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.07/2339.01		at concrete.MAC.oneRun(MAC.scala:146)
2400.07/2339.01		at concrete.MAC.nextSolution(MAC.scala:166)
2400.07/2339.01		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.07/2339.01		at concrete.ProblemState.map(ProblemState.scala:203)
2400.07/2339.01		at concrete.ProblemState.map(ProblemState.scala:188)
2400.07/2339.01		at concrete.MAC.nextSolution(MAC.scala:195)
2400.07/2339.01		at concrete.Solver.hasNext(Solver.scala:202)
2400.07/2339.01		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.07/2339.01		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.07/2339.01		at concrete.Solver.toStream(Solver.scala:73)
2400.07/2339.01		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.07/2339.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.07/2339.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.07/2339.01		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.07/2339.01		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.07/2339.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.07/2339.01		at scala.util.Success.map(Try.scala:209)
2400.07/2339.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.07/2339.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.07/2339.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.07/2339.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.07/2339.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.07/2339.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.07/2339.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.07/2339.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.07/2339.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.07/2339.01		at scala.collection.immutable.List.foreach(List.scala:389)
2400.07/2339.01		at scala.App.main(App.scala:76)
2400.07/2339.01		at scala.App.main$(App.scala:74)
2400.07/2339.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.07/2339.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.07/2339.01	v <instantiation cost="283">
2400.07/2339.01	v       <list>
2400.07/2339.01	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[0][15] x[0][16] x[0][17] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[1][15] x[1][16] x[1][17] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[2][15] x[2][16] x[2][17] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[3][15] x[3][16] x[3][17] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] x[4][15] x[4][16] x[4][17] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[5][13] x[5][14] x[5][15] x[5][16] x[5][17] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[6][13] x[6][14] x[6][15] x[6][16] x[6][17] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[7][13] x[7][14] x[7][15] x[7][16] x[7][17] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[8][12] x[8][13] x[8][14] x[8][15] x[8][16] x[8][17] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[9][12] x[9][13] x[9][14] x[9][15] x[9][16] x[9][17] x[10][0] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[10][10] x[10][11] x[10][12] x[10][13] x[10][14] x[10][15] x[10][16] x[10][17] x[11][0] x[11][1] x[11][2] x[11][3] x[11][4] x[11][5] x[11][6] x[11][7] x[11][8] x[11][9] x[11][10] x[11][11] x[11][12] x[11][13] x[11][14] x[11][15] x[11][16] x[11][17] x[12][0] x[12][1] x[12][2] x[12][3] x[12][4] x[12][5] x[12][6] x[12][7] x[12][8] x[12][9] x[12][10] x[12][11] x[12][12] x[12][13] x[12][14] x[12][15] x[12][16] x[12][17] x[13][0] x[13][1] x[13][2] x[13][3] x[13][4] x[13][5] x[13][6] x[13][7] x[13][8] x[13][9] x[13][10] x[13][11] x[13][12] x[13][13] x[13][14] x[13][15] x[13][16] x[13][17] x[14][0] x[14][1] x[14][2] x[14][3] x[14][4] x[14][5] x[14][6] x[14][7] x[14][8] x[14][9] x[14][10] x[14][11] x[14][12] x[14][13] x[14][14] x[14][15] x[14][16] x[14][17] x[15][0] x[15][1] x[15][2] x[15][3] x[15][4] x[15][5] x[15][6] x[15][7] x[15][8] x[15][9] x[15][10] x[15][11] x[15][12] x[15][13] x[15][14] x[15][15] x[15][16] x[15][17]
2400.07/2339.01	v       </list>
2400.07/2339.01	v       <values>
2400.07/2339.01	v         277 277 278 279 279 280 280 280 281 282 282 282 282 282 283 283 283 283 277 282 280 280 281 281 283 283 279 279 280 281 281 281 277 278 278 278 277 282 281 281 282 279 282 283 279 282 281 278 280 283 281 278 280 283 277 282 282 283 280 280 281 279 280 283 281 283 281 279 280 280 278 282 278 280 283 282 279 282 280 278 281 279 282 283 280 281 280 281 281 281 278 282 283 280 280 281 281 280 281 280 282 278 278 279 279 279 280 278 279 279 283 281 282 279 281 281 280 279 280 282 280 281 282 279 283 279 279 281 283 278 279 282 280 278 281 280 280 281 283 280 281 283 282 278 279 283 281 279 280 282 282 279 279 281 283 280 278 281 279 283 279 280 279 283 282 281 282 281 279 278 282 281 282 280 283 280 278 280 278 283 280 283 280 281 281 282 279 283 281 280 279 283 280 282 282 280 283 282 280 283 283 282 282 283 283 281 283 283 281 281 279 283 283 282 281 280 281 282 283 283 283 282 281 282 282 281 283 282 280 280 281 282 281 283 282 282 283 282 279 279 280 283 281 281 281 279 279 282 279 280 280 280 283 282 283 280 279 280 278 279 278 281 279 281 280 278 282 281 282 280 283 283 282 282 283 281 282 280 278 279 280 279 282 279 281 280 282 281
2400.07/2339.01	v       </values>
2400.07/2339.01	v     </instantiation>
2400.07/2339.01	s SATISFIABLE

Verifier Data

OK	283

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-4249284-1502102966/watcher-4249284-1502102966 -o /tmp/evaluation-result-4249284-1502102966/solver-4249284-1502102966 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502077974-12598 --watchdog 2560 bin/concrete HOME/instance-4249284-1502102966.xml 

pid=18263
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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.45 1.41 1.57 2/198 18266
/proc/meminfo: memFree=29196052/32770624 swapFree=0/438836
[pid=18266] ppid=18263 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/18266/stat : 18266 (runsolver) D 18263 18266 25139 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 57802667 24240128 106 18446744073709551615 4194304 4338465 140728557217808 140728557215448 139910782714583 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 33943552 140728557224144 140728557224521 140728557224521 140728557227978 0
/proc/18266/statm: 5918 106 53 36 0 2156 0

[startup+0.100115 s]
/proc/loadavg: 1.45 1.41 1.57 2/198 18266
/proc/meminfo: memFree=29196052/32770624 swapFree=0/438836
[pid=18266] ppid=18263 vsize=9640 CPUtime=0.01 cores=0,2,4,6
/proc/18266/stat : 18266 (bash) S 18263 18266 25139 0 -1 4202496 851 6149 0 0 0 0 0 1 20 0 1 0 57802667 9871360 372 18446744073709551615 4194304 5098028 140734770721712 140734770715448 140333162306560 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 8 0 0 7196144 7232144 16588800 140734770725396 140734770725481 140734770725481 140734770728938 0
/proc/18266/statm: 2410 372 292 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200302 s]
/proc/loadavg: 1.45 1.41 1.57 2/198 18266
/proc/meminfo: memFree=29196052/32770624 swapFree=0/438836
[pid=18266] ppid=18263 vsize=9640 CPUtime=0.01 cores=0,2,4,6
/proc/18266/stat : 18266 (bash) S 18263 18266 25139 0 -1 4202496 888 6453 0 0 0 0 0 1 20 0 1 0 57802667 9871360 372 18446744073709551615 4194304 5098028 140734770721712 140734770715720 140333162306560 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 8 0 0 7196144 7232144 16588800 140734770725396 140734770725481 140734770725481 140734770728938 0
/proc/18266/statm: 2410 372 292 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.300345 s]
/proc/loadavg: 1.45 1.41 1.57 2/198 18266
/proc/meminfo: memFree=29196052/32770624 swapFree=0/438836
[pid=18266] ppid=18263 vsize=10485316 CPUtime=0.14 cores=0,2,4,6
/proc/18266/stat : 18266 (java) S 18263 18266 25139 0 -1 1077944320 5520 12667 0 0 5 1 5 3 20 0 14 0 57802667 10736963584 5701 18446744073709551615 4194304 4196468 140726437719856 140726437702400 140078997085943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
/proc/18266/statm: 2621329 5701 2568 1 0 2610826 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 10485316

[startup+0.700301 s]
/proc/loadavg: 1.45 1.41 1.57 2/198 18266
/proc/meminfo: memFree=29196052/32770624 swapFree=0/438836
[pid=18266] ppid=18263 vsize=10552792 CPUtime=0.68 cores=0,2,4,6
/proc/18266/stat : 18266 (java) S 18263 18266 25139 0 -1 1077944320 13771 12667 0 0 56 4 5 3 20 0 15 0 57802667 10806059008 14732 18446744073709551615 4194304 4196468 140726437719856 140726437702400 140078997085943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
/proc/18266/statm: 2638198 14732 3130 1 0 2627467 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 10552792

[startup+1.50065 s]
/proc/loadavg: 1.45 1.41 1.57 3/213 18329
/proc/meminfo: memFree=29102308/32770624 swapFree=0/439088
[pid=18266] ppid=18263 vsize=10563416 CPUtime=1.91 cores=0,2,4,6
/proc/18266/stat : 18266 (java) S 18263 18266 25139 0 -1 1077944320 28501 12667 0 0 174 9 5 3 20 0 15 0 57802667 10816937984 38449 18446744073709551615 4194304 4196468 140726437719856 140726437702400 140078997085943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
/proc/18266/statm: 2640854 38449 3352 1 0 2630027 0
[pid=18266/tid=18316] ppid=18263 vsize=10563416 CPUtime=1.29 cores=0,2,4,6
/proc/18266/task/18316/stat : 18316 (java) S 18263 18266 25139 0 -1 1077944384 22633 12667 0 0 115 6 5 3 20 0 15 0 57802688 10816937984 38449 18446744073709551615 4194304 4196468 140726437719856 140079001309440 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18317] ppid=18263 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18317/stat : 18317 (java) S 18263 18266 25139 0 -1 1077944384 40 12667 0 0 0 0 5 3 20 0 15 0 57802689 10816937984 38449 18446744073709551615 4194304 4196468 140726437719856 140078954052496 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18318] ppid=18263 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18318/stat : 18318 (java) S 18263 18266 25139 0 -1 1077944384 161 12667 0 0 0 0 5 3 20 0 15 0 57802689 10816937984 38449 18446744073709551615 4194304 4196468 140726437719856 140078952999696 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18319] ppid=18263 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18319/stat : 18319 (java) S 18263 18266 25139 0 -1 1077944384 25 12667 0 0 0 0 5 3 20 0 15 0 57802689 10816937984 38449 18446744073709551615 4194304 4196468 140726437719856 140078951947408 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18320] ppid=18263 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18320/stat : 18320 (java) S 18263 18266 25139 0 -1 1077944384 21 12667 0 0 0 0 5 3 20 0 15 0 57802689 10816937984 38449 18446744073709551615 4194304 4196468 140726437719856 140078950894608 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18321] ppid=18263 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18321/stat : 18321 (java) R 18263 18266 25139 0 -1 4202560 55 12667 0 0 0 0 5 3 20 0 15 0 57802690 10816937984 38449 18446744073709551615 4194304 4196468 140726437719856 140078560551552 140078982024720 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18322] ppid=18263 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18322/stat : 18322 (java) S 18263 18266 25139 0 -1 1077944384 33 12667 0 0 0 0 5 3 20 0 15 0 57802691 10816937984 38449 18446744073709551615 4194304 4196468 140726437719856 140078559499040 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18323] ppid=18263 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18323/stat : 18323 (java) S 18263 18266 25139 0 -1 1077944384 21 12667 0 0 0 0 5 3 20 0 15 0 57802691 10816937984 38449 18446744073709551615 4194304 4196468 140726437719856 140078558446704 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18324] ppid=18263 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18324/stat : 18324 (java) S 18263 18266 25139 0 -1 1077944384 3 12667 0 0 0 0 5 3 20 0 15 0 57802694 10816937984 38449 18446744073709551615 4194304 4196468 140726437719856 140078557395024 140078997104539 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18325] ppid=18263 vsize=10563416 CPUtime=0.24 cores=0,2,4,6
/proc/18266/task/18325/stat : 18325 (java) S 18263 18266 25139 0 -1 1077944384 1179 12667 0 0 16 0 5 3 20 0 15 0 57802694 10816937984 38449 18446744073709551615 4194304 4196468 140726437719856 140078556342896 140078997097090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18326] ppid=18263 vsize=10563416 CPUtime=0.24 cores=0,2,4,6
/proc/18266/task/18326/stat : 18326 (java) S 18263 18266 25139 0 -1 1077944384 858 12667 0 0 16 0 5 3 20 0 15 0 57802694 10816937984 38449 18446744073709551615 4194304 4196468 140726437719856 140078555290096 140078997097090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18327] ppid=18263 vsize=10563416 CPUtime=0.31 cores=0,2,4,6
/proc/18266/task/18327/stat : 18327 (java) S 18263 18266 25139 0 -1 1077944384 1321 12667 0 0 23 0 5 3 20 0 15 0 57802694 10816937984 38449 18446744073709551615 4194304 4196468 140726437719856 140078554237808 140078997097090 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18328] ppid=18263 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18328/stat : 18328 (java) S 18263 18266 25139 0 -1 1077944384 3 12667 0 0 0 0 5 3 20 0 15 0 57802694 10816937984 38449 18446744073709551615 4194304 4196468 140726437719856 140078553185248 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18329] ppid=18263 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18329/stat : 18329 (java) S 18263 18266 25139 0 -1 1077944384 10 12667 0 0 0 0 5 3 20 0 15 0 57802698 10816937984 38449 18446744073709551615 4194304 4196468 140726437719856 140078552132016 140078997097090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 10563416

[startup+3.10061 s]
/proc/loadavg: 1.45 1.41 1.57 4/213 18329
/proc/meminfo: memFree=29026956/32770624 swapFree=0/439088
[pid=18266] ppid=18263 vsize=10573844 CPUtime=6.16 cores=0,2,4,6
/proc/18266/stat : 18266 (java) S 18263 18266 25139 0 -1 1077944320 42332 12667 0 0 593 15 5 3 20 0 15 0 57802667 10827616256 73513 18446744073709551615 4194304 4196468 140726437719856 140726437702400 140078997085943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
/proc/18266/statm: 2643461 73513 3462 1 0 2632075 0
[pid=18266/tid=18316] ppid=18263 vsize=10573844 CPUtime=2.85 cores=0,2,4,6
/proc/18266/task/18316/stat : 18316 (java) R 18263 18266 25139 0 -1 4202560 27424 12667 0 0 268 9 5 3 20 0 15 0 57802688 10827616256 73513 18446744073709551615 4194304 4196468 140726437719856 140079001316200 140078630338803 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18317] ppid=18263 vsize=10573844 CPUtime=0.09 cores=0,2,4,6
/proc/18266/task/18317/stat : 18317 (java) S 18263 18266 25139 0 -1 1077944384 85 12667 0 0 1 0 5 3 20 0 15 0 57802689 10827616256 73513 18446744073709551615 4194304 4196468 140726437719856 140078954052496 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18318] ppid=18263 vsize=10573844 CPUtime=0.1 cores=0,2,4,6
/proc/18266/task/18318/stat : 18318 (java) S 18263 18266 25139 0 -1 1077944384 314 12667 0 0 2 0 5 3 20 0 15 0 57802689 10827616256 73513 18446744073709551615 4194304 4196468 140726437719856 140078952999696 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18319] ppid=18263 vsize=10573844 CPUtime=0.09 cores=0,2,4,6
/proc/18266/task/18319/stat : 18319 (java) S 18263 18266 25139 0 -1 1077944384 37 12667 0 0 1 0 5 3 20 0 15 0 57802689 10827616256 73513 18446744073709551615 4194304 4196468 140726437719856 140078951947408 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18320] ppid=18263 vsize=10573844 CPUtime=0.1 cores=0,2,4,6
/proc/18266/task/18320/stat : 18320 (java) S 18263 18266 25139 0 -1 1077944384 61 12667 0 0 2 0 5 3 20 0 15 0 57802689 10827616256 73513 18446744073709551615 4194304 4196468 140726437719856 140078950894608 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18321] ppid=18263 vsize=10573844 CPUtime=0.09 cores=0,2,4,6
/proc/18266/task/18321/stat : 18321 (java) S 18263 18266 25139 0 -1 1077944384 1883 12667 0 0 1 0 5 3 20 0 15 0 57802690 10827616256 73513 18446744073709551615 4194304 4196468 140726437719856 140078560553072 140078997097090 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18322] ppid=18263 vsize=10573844 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18322/stat : 18322 (java) S 18263 18266 25139 0 -1 1077944384 56 12667 0 0 0 0 5 3 20 0 15 0 57802691 10827616256 73513 18446744073709551615 4194304 4196468 140726437719856 140078559499104 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18323] ppid=18263 vsize=10573844 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18323/stat : 18323 (java) S 18263 18266 25139 0 -1 1077944384 44 12667 0 0 0 0 5 3 20 0 15 0 57802691 10827616256 73513 18446744073709551615 4194304 4196468 140726437719856 140078558446720 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18324] ppid=18263 vsize=10573844 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18324/stat : 18324 (java) S 18263 18266 25139 0 -1 1077944384 3 12667 0 0 0 0 5 3 20 0 15 0 57802694 10827616256 73513 18446744073709551615 4194304 4196468 140726437719856 140078557395024 140078997104539 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18325] ppid=18263 vsize=10573844 CPUtime=1.22 cores=0,2,4,6
/proc/18266/task/18325/stat : 18325 (java) R 18263 18266 25139 0 -1 4202560 3245 12667 0 0 114 0 5 3 20 0 15 0 57802694 10827616256 73513 18446744073709551615 4194304 4196468 140726437719856 140078556328960 140078978605197 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18326] ppid=18263 vsize=10573844 CPUtime=1.14 cores=0,2,4,6
/proc/18266/task/18326/stat : 18326 (java) R 18263 18266 25139 0 -1 4202560 2592 12667 0 0 106 0 5 3 20 0 15 0 57802694 10827616256 73513 18446744073709551615 4194304 4196468 140726437719856 140078555274448 140078976450621 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18327] ppid=18263 vsize=10573844 CPUtime=1.02 cores=0,2,4,6
/proc/18266/task/18327/stat : 18327 (java) R 18263 18266 25139 0 -1 4202560 4432 12667 0 0 94 0 5 3 20 0 15 0 57802694 10827616256 73513 18446744073709551615 4194304 4196468 140726437719856 140078554234256 140078976221426 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18328] ppid=18263 vsize=10573844 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18328/stat : 18328 (java) S 18263 18266 25139 0 -1 1077944384 3 12667 0 0 0 0 5 3 20 0 15 0 57802694 10827616256 73513 18446744073709551615 4194304 4196468 140726437719856 140078553185248 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18329] ppid=18263 vsize=10573844 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18329/stat : 18329 (java) S 18263 18266 25139 0 -1 1077944384 15 12667 0 0 0 0 5 3 20 0 15 0 57802698 10827616256 73513 18446744073709551615 4194304 4196468 140726437719856 140078552132016 140078997097090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 10573844

[startup+6.30068 s]
/proc/loadavg: 1.58 1.44 1.58 3/213 18329
/proc/meminfo: memFree=28616212/32770624 swapFree=0/439096
[pid=18266] ppid=18263 vsize=10575892 CPUtime=14.89 cores=0,2,4,6
/proc/18266/stat : 18266 (java) S 18263 18266 25139 0 -1 1077944320 53703 12667 0 0 1438 43 5 3 20 0 15 0 57802667 10829713408 164662 18446744073709551615 4194304 4196468 140726437719856 140726437702400 140078997085943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
/proc/18266/statm: 2643973 164662 3486 1 0 2632587 0
[pid=18266/tid=18316] ppid=18263 vsize=10575892 CPUtime=5.76 cores=0,2,4,6
/proc/18266/task/18316/stat : 18316 (java) R 18263 18266 25139 0 -1 4202560 29475 12667 0 0 556 12 5 3 20 0 15 0 57802688 10829713408 164662 18446744073709551615 4194304 4196468 140726437719856 140079001318104 140078631337343 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18317] ppid=18263 vsize=10575892 CPUtime=0.35 cores=0,2,4,6
/proc/18266/task/18317/stat : 18317 (java) S 18263 18266 25139 0 -1 1077944384 350 12667 0 0 21 6 5 3 20 0 15 0 57802689 10829713408 164662 18446744073709551615 4194304 4196468 140726437719856 140078954052496 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18318] ppid=18263 vsize=10575892 CPUtime=0.33 cores=0,2,4,6
/proc/18266/task/18318/stat : 18318 (java) S 18263 18266 25139 0 -1 1077944384 542 12667 0 0 19 6 5 3 20 0 15 0 57802689 10829713408 164662 18446744073709551615 4194304 4196468 140726437719856 140078952999696 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18319] ppid=18263 vsize=10575892 CPUtime=0.34 cores=0,2,4,6
/proc/18266/task/18319/stat : 18319 (java) S 18263 18266 25139 0 -1 1077944384 193 12667 0 0 20 6 5 3 20 0 15 0 57802689 10829713408 164662 18446744073709551615 4194304 4196468 140726437719856 140078951947408 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18320] ppid=18263 vsize=10575892 CPUtime=0.35 cores=0,2,4,6
/proc/18266/task/18320/stat : 18320 (java) S 18263 18266 25139 0 -1 1077944384 294 12667 0 0 21 6 5 3 20 0 15 0 57802689 10829713408 164662 18446744073709551615 4194304 4196468 140726437719856 140078950894608 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18321] ppid=18263 vsize=10575892 CPUtime=0.1 cores=0,2,4,6
/proc/18266/task/18321/stat : 18321 (java) S 18263 18266 25139 0 -1 1077944384 2152 12667 0 0 2 0 5 3 20 0 15 0 57802690 10829713408 164662 18446744073709551615 4194304 4196468 140726437719856 140078560553072 140078997097090 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18322] ppid=18263 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18322/stat : 18322 (java) S 18263 18266 25139 0 -1 1077944384 56 12667 0 0 0 0 5 3 20 0 15 0 57802691 10829713408 164662 18446744073709551615 4194304 4196468 140726437719856 140078559499104 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18323] ppid=18263 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18323/stat : 18323 (java) S 18263 18266 25139 0 -1 1077944384 44 12667 0 0 0 0 5 3 20 0 15 0 57802691 10829713408 164662 18446744073709551615 4194304 4196468 140726437719856 140078558446720 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18324] ppid=18263 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18324/stat : 18324 (java) S 18263 18266 25139 0 -1 1077944384 3 12667 0 0 0 0 5 3 20 0 15 0 57802694 10829713408 164662 18446744073709551615 4194304 4196468 140726437719856 140078557395024 140078997104539 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18325] ppid=18263 vsize=10575892 CPUtime=3.32 cores=0,2,4,6
/proc/18266/task/18325/stat : 18325 (java) S 18263 18266 25139 0 -1 1077944384 5968 12667 0 0 324 0 5 3 20 0 15 0 57802694 10829713408 164662 18446744073709551615 4194304 4196468 140726437719856 140078556342896 140078997097090 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18326] ppid=18263 vsize=10575892 CPUtime=3.4 cores=0,2,4,6
/proc/18266/task/18326/stat : 18326 (java) R 18263 18266 25139 0 -1 4202560 6079 12667 0 0 331 1 5 3 20 0 15 0 57802694 10829713408 164662 18446744073709551615 4194304 4196468 140726437719856 140078555271112 140078982201189 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18327] ppid=18263 vsize=10575892 CPUtime=1.48 cores=0,2,4,6
/proc/18266/task/18327/stat : 18327 (java) S 18263 18266 25139 0 -1 1077944384 6256 12667 0 0 139 1 5 3 20 0 15 0 57802694 10829713408 164662 18446744073709551615 4194304 4196468 140726437719856 140078554237808 140078997097090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18328] ppid=18263 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18328/stat : 18328 (java) S 18263 18266 25139 0 -1 1077944384 3 12667 0 0 0 0 5 3 20 0 15 0 57802694 10829713408 164662 18446744073709551615 4194304 4196468 140726437719856 140078553185248 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18329] ppid=18263 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18329/stat : 18329 (java) S 18263 18266 25139 0 -1 1077944384 150 12667 0 0 0 0 5 3 20 0 15 0 57802698 10829713408 164662 18446744073709551615 4194304 4196468 140726437719856 140078552132016 140078997097090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
Current children cumulated CPU time (s) 14.89
Current children cumulated vsize (KiB) 10575892

[startup+12.7007 s]
/proc/loadavg: 1.61 1.44 1.58 3/213 18329
/proc/meminfo: memFree=26824404/32770624 swapFree=0/439104
[pid=18266] ppid=18263 vsize=10575892 CPUtime=24.65 cores=0,2,4,6
/proc/18266/stat : 18266 (java) S 18263 18266 25139 0 -1 1077944320 75606 12667 0 0 2347 110 5 3 20 0 15 0 57802667 10829713408 626064 18446744073709551615 4194304 4196468 140726437719856 140726437702400 140078997085943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
/proc/18266/statm: 2643973 626064 3488 1 0 2632587 0
[pid=18266/tid=18316] ppid=18263 vsize=10575892 CPUtime=11.14 cores=0,2,4,6
/proc/18266/task/18316/stat : 18316 (java) R 18263 18266 25139 0 -1 4202560 35286 12667 0 0 1074 32 5 3 20 0 15 0 57802688 10829713408 626064 18446744073709551615 4194304 4196468 140726437719856 140079001320912 140078630643214 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18317] ppid=18263 vsize=10575892 CPUtime=1.23 cores=0,2,4,6
/proc/18266/task/18317/stat : 18317 (java) S 18263 18266 25139 0 -1 1077944384 1747 12667 0 0 98 17 5 3 20 0 15 0 57802689 10829713408 626064 18446744073709551615 4194304 4196468 140726437719856 140078954052496 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18318] ppid=18263 vsize=10575892 CPUtime=1.21 cores=0,2,4,6
/proc/18266/task/18318/stat : 18318 (java) S 18263 18266 25139 0 -1 1077944384 968 12667 0 0 96 17 5 3 20 0 15 0 57802689 10829713408 626064 18446744073709551615 4194304 4196468 140726437719856 140078952999696 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18319] ppid=18263 vsize=10575892 CPUtime=1.24 cores=0,2,4,6
/proc/18266/task/18319/stat : 18319 (java) S 18263 18266 25139 0 -1 1077944384 555 12667 0 0 98 18 5 3 20 0 15 0 57802689 10829713408 626064 18446744073709551615 4194304 4196468 140726437719856 140078951947408 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18320] ppid=18263 vsize=10575892 CPUtime=1.26 cores=0,2,4,6
/proc/18266/task/18320/stat : 18320 (java) S 18263 18266 25139 0 -1 1077944384 993 12667 0 0 101 17 5 3 20 0 15 0 57802689 10829713408 626064 18446744073709551615 4194304 4196468 140726437719856 140078950894608 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18321] ppid=18263 vsize=10575892 CPUtime=0.2 cores=0,2,4,6
/proc/18266/task/18321/stat : 18321 (java) S 18263 18266 25139 0 -1 1077944384 8149 12667 0 0 12 0 5 3 20 0 15 0 57802690 10829713408 626064 18446744073709551615 4194304 4196468 140726437719856 140078560553072 140078997097090 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18322] ppid=18263 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18322/stat : 18322 (java) S 18263 18266 25139 0 -1 1077944384 58 12667 0 0 0 0 5 3 20 0 15 0 57802691 10829713408 626064 18446744073709551615 4194304 4196468 140726437719856 140078559499104 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18323] ppid=18263 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18323/stat : 18323 (java) S 18263 18266 25139 0 -1 1077944384 46 12667 0 0 0 0 5 3 20 0 15 0 57802691 10829713408 626064 18446744073709551615 4194304 4196468 140726437719856 140078558446720 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18324] ppid=18263 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18324/stat : 18324 (java) S 18263 18266 25139 0 -1 1077944384 3 12667 0 0 0 0 5 3 20 0 15 0 57802694 10829713408 626064 18446744073709551615 4194304 4196468 140726437719856 140078557395024 140078997104539 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0

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

/proc/18266/task/18328/stat : 18328 (java) S 18263 18266 25139 0 -1 1077944384 3 12667 0 0 0 0 5 3 20 0 15 0 57802694 10836004864 733101 18446744073709551615 4194304 4196468 140726437719856 140078553185248 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18329] ppid=18263 vsize=10582036 CPUtime=1.34 cores=0,2,4,6
/proc/18266/task/18329/stat : 18329 (java) S 18263 18266 25139 0 -1 1077944384 1686 12667 0 0 61 65 5 3 20 0 15 0 57802698 10836004864 733101 18446744073709551615 4194304 4196468 140726437719856 140078552132016 140078997097090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
Current children cumulated CPU time (s) 2200.66
Current children cumulated vsize (KiB) 10582036

[startup+2202.3 s]
/proc/loadavg: 1.37 1.44 1.56 3/214 18622
/proc/meminfo: memFree=25540028/32770624 swapFree=0/439880
[pid=18266] ppid=18263 vsize=10582036 CPUtime=2261.46 cores=0,2,4,6
/proc/18266/stat : 18266 (java) S 18263 18266 25139 0 -1 1077944320 455553 12667 0 0 225828 310 5 3 20 0 15 0 57802667 10836004864 716138 18446744073709551615 4194304 4196468 140726437719856 140726437702400 140078997085943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
/proc/18266/statm: 2645509 716138 3506 1 0 2634123 0
[pid=18266/tid=18316] ppid=18263 vsize=10582036 CPUtime=2189.25 cores=0,2,4,6
/proc/18266/task/18316/stat : 18316 (java) R 18263 18266 25139 0 -1 4202560 205629 12667 0 0 218850 67 5 3 20 0 15 0 57802688 10836004864 716138 18446744073709551615 4194304 4196468 140726437719856 140079001319920 140078650010419 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18317] ppid=18263 vsize=10582036 CPUtime=11.7 cores=0,2,4,6
/proc/18266/task/18317/stat : 18317 (java) S 18263 18266 25139 0 -1 1077944384 24142 12667 0 0 1122 40 5 3 20 0 15 0 57802689 10836004864 716138 18446744073709551615 4194304 4196468 140726437719856 140078954052496 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18318] ppid=18263 vsize=10582036 CPUtime=11.67 cores=0,2,4,6
/proc/18266/task/18318/stat : 18318 (java) S 18263 18266 25139 0 -1 1077944384 28534 12667 0 0 1118 41 5 3 20 0 15 0 57802689 10836004864 716138 18446744073709551615 4194304 4196468 140726437719856 140078952999696 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18319] ppid=18263 vsize=10582036 CPUtime=11.71 cores=0,2,4,6
/proc/18266/task/18319/stat : 18319 (java) S 18263 18266 25139 0 -1 1077944384 25821 12667 0 0 1122 41 5 3 20 0 15 0 57802689 10836004864 716138 18446744073709551615 4194304 4196468 140726437719856 140078951947408 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18320] ppid=18263 vsize=10582036 CPUtime=11.72 cores=0,2,4,6
/proc/18266/task/18320/stat : 18320 (java) S 18263 18266 25139 0 -1 1077944384 29973 12667 0 0 1123 41 5 3 20 0 15 0 57802689 10836004864 716138 18446744073709551615 4194304 4196468 140726437719856 140078950894608 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18321] ppid=18263 vsize=10582036 CPUtime=1.02 cores=0,2,4,6
/proc/18266/task/18321/stat : 18321 (java) S 18263 18266 25139 0 -1 1077944384 27294 12667 0 0 85 9 5 3 20 0 15 0 57802690 10836004864 716138 18446744073709551615 4194304 4196468 140726437719856 140078560553072 140078997097090 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18322] ppid=18263 vsize=10582036 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18322/stat : 18322 (java) S 18263 18266 25139 0 -1 1077944384 75 12667 0 0 0 0 5 3 20 0 15 0 57802691 10836004864 716138 18446744073709551615 4194304 4196468 140726437719856 140078559499104 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18323] ppid=18263 vsize=10582036 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18323/stat : 18323 (java) S 18263 18266 25139 0 -1 1077944384 51 12667 0 0 0 0 5 3 20 0 15 0 57802691 10836004864 716138 18446744073709551615 4194304 4196468 140726437719856 140078558446720 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18324] ppid=18263 vsize=10582036 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18324/stat : 18324 (java) S 18263 18266 25139 0 -1 1077944384 3 12667 0 0 0 0 5 3 20 0 15 0 57802694 10836004864 716138 18446744073709551615 4194304 4196468 140726437719856 140078557395024 140078997104539 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18325] ppid=18263 vsize=10582036 CPUtime=10.82 cores=0,2,4,6
/proc/18266/task/18325/stat : 18325 (java) S 18263 18266 25139 0 -1 1077944384 37367 12667 0 0 1069 5 5 3 20 0 15 0 57802694 10836004864 716138 18446744073709551615 4194304 4196468 140726437719856 140078556342896 140078997097090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18326] ppid=18263 vsize=10582036 CPUtime=9.83 cores=0,2,4,6
/proc/18266/task/18326/stat : 18326 (java) S 18263 18266 25139 0 -1 1077944384 34855 12667 0 0 970 5 5 3 20 0 15 0 57802694 10836004864 716138 18446744073709551615 4194304 4196468 140726437719856 140078555290096 140078997097090 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18327] ppid=18263 vsize=10582036 CPUtime=2.99 cores=0,2,4,6
/proc/18266/task/18327/stat : 18327 (java) S 18263 18266 25139 0 -1 1077944384 37955 12667 0 0 285 6 5 3 20 0 15 0 57802694 10836004864 716138 18446744073709551615 4194304 4196468 140726437719856 140078554237808 140078997097090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18328] ppid=18263 vsize=10582036 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18328/stat : 18328 (java) S 18263 18266 25139 0 -1 1077944384 3 12667 0 0 0 0 5 3 20 0 15 0 57802694 10836004864 716138 18446744073709551615 4194304 4196468 140726437719856 140078553185248 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18329] ppid=18263 vsize=10582036 CPUtime=1.37 cores=0,2,4,6
/proc/18266/task/18329/stat : 18329 (java) S 18263 18266 25139 0 -1 1077944384 1713 12667 0 0 62 67 5 3 20 0 15 0 57802698 10836004864 716138 18446744073709551615 4194304 4196468 140726437719856 140078552132016 140078997097090 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
Current children cumulated CPU time (s) 2261.46
Current children cumulated vsize (KiB) 10582036

[startup+2262.3 s]
/proc/loadavg: 1.48 1.44 1.55 3/213 18624
/proc/meminfo: memFree=25633984/32770624 swapFree=0/439900
[pid=18266] ppid=18263 vsize=10582036 CPUtime=2322.28 cores=0,2,4,6
/proc/18266/stat : 18266 (java) S 18263 18266 25139 0 -1 1077944320 459986 12667 0 0 231907 313 5 3 20 0 15 0 57802667 10836004864 697669 18446744073709551615 4194304 4196468 140726437719856 140726437702400 140078997085943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
/proc/18266/statm: 2645509 697669 3506 1 0 2634123 0
[pid=18266/tid=18316] ppid=18263 vsize=10582036 CPUtime=2248.96 cores=0,2,4,6
/proc/18266/task/18316/stat : 18316 (java) R 18263 18266 25139 0 -1 4202560 207661 12667 0 0 224821 67 5 3 20 0 15 0 57802688 10836004864 697669 18446744073709551615 4194304 4196468 140726437719856 140079001320144 140078648020943 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18317] ppid=18263 vsize=10582036 CPUtime=11.96 cores=0,2,4,6
/proc/18266/task/18317/stat : 18317 (java) S 18263 18266 25139 0 -1 1077944384 24475 12667 0 0 1148 40 5 3 20 0 15 0 57802689 10836004864 697669 18446744073709551615 4194304 4196468 140726437719856 140078954052496 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18318] ppid=18263 vsize=10582036 CPUtime=11.93 cores=0,2,4,6
/proc/18266/task/18318/stat : 18318 (java) S 18263 18266 25139 0 -1 1077944384 29568 12667 0 0 1144 41 5 3 20 0 15 0 57802689 10836004864 697669 18446744073709551615 4194304 4196468 140726437719856 140078952999696 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18319] ppid=18263 vsize=10582036 CPUtime=11.97 cores=0,2,4,6
/proc/18266/task/18319/stat : 18319 (java) S 18263 18266 25139 0 -1 1077944384 26149 12667 0 0 1148 41 5 3 20 0 15 0 57802689 10836004864 697669 18446744073709551615 4194304 4196468 140726437719856 140078951947408 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18320] ppid=18263 vsize=10582036 CPUtime=11.98 cores=0,2,4,6
/proc/18266/task/18320/stat : 18320 (java) S 18263 18266 25139 0 -1 1077944384 30342 12667 0 0 1149 41 5 3 20 0 15 0 57802689 10836004864 697669 18446744073709551615 4194304 4196468 140726437719856 140078950894608 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18321] ppid=18263 vsize=10582036 CPUtime=1.05 cores=0,2,4,6
/proc/18266/task/18321/stat : 18321 (java) S 18263 18266 25139 0 -1 1077944384 27603 12667 0 0 87 10 5 3 20 0 15 0 57802690 10836004864 697669 18446744073709551615 4194304 4196468 140726437719856 140078560553072 140078997097090 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18322] ppid=18263 vsize=10582036 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18322/stat : 18322 (java) S 18263 18266 25139 0 -1 1077944384 75 12667 0 0 0 0 5 3 20 0 15 0 57802691 10836004864 697669 18446744073709551615 4194304 4196468 140726437719856 140078559499104 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18323] ppid=18263 vsize=10582036 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18323/stat : 18323 (java) S 18263 18266 25139 0 -1 1077944384 51 12667 0 0 0 0 5 3 20 0 15 0 57802691 10836004864 697669 18446744073709551615 4194304 4196468 140726437719856 140078558446720 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18324] ppid=18263 vsize=10582036 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18324/stat : 18324 (java) S 18263 18266 25139 0 -1 1077944384 3 12667 0 0 0 0 5 3 20 0 15 0 57802694 10836004864 697669 18446744073709551615 4194304 4196468 140726437719856 140078557395024 140078997104539 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18325] ppid=18263 vsize=10582036 CPUtime=10.82 cores=0,2,4,6
/proc/18266/task/18325/stat : 18325 (java) S 18263 18266 25139 0 -1 1077944384 37369 12667 0 0 1069 5 5 3 20 0 15 0 57802694 10836004864 697669 18446744073709551615 4194304 4196468 140726437719856 140078556342896 140078997097090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18326] ppid=18263 vsize=10582036 CPUtime=9.83 cores=0,2,4,6
/proc/18266/task/18326/stat : 18326 (java) S 18263 18266 25139 0 -1 1077944384 34858 12667 0 0 970 5 5 3 20 0 15 0 57802694 10836004864 697669 18446744073709551615 4194304 4196468 140726437719856 140078555290096 140078997097090 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18327] ppid=18263 vsize=10582036 CPUtime=2.99 cores=0,2,4,6
/proc/18266/task/18327/stat : 18327 (java) S 18263 18266 25139 0 -1 1077944384 37957 12667 0 0 285 6 5 3 20 0 15 0 57802694 10836004864 697669 18446744073709551615 4194304 4196468 140726437719856 140078554237808 140078997097090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18328] ppid=18263 vsize=10582036 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18328/stat : 18328 (java) S 18263 18266 25139 0 -1 1077944384 3 12667 0 0 0 0 5 3 20 0 15 0 57802694 10836004864 697669 18446744073709551615 4194304 4196468 140726437719856 140078553185248 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18329] ppid=18263 vsize=10582036 CPUtime=1.41 cores=0,2,4,6
/proc/18266/task/18329/stat : 18329 (java) S 18263 18266 25139 0 -1 1077944384 1734 12667 0 0 65 68 5 3 20 0 15 0 57802698 10836004864 697669 18446744073709551615 4194304 4196468 140726437719856 140078552132016 140078997097090 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
Current children cumulated CPU time (s) 2322.28
Current children cumulated vsize (KiB) 10582036

[startup+2322.3 s]
/proc/loadavg: 1.46 1.44 1.54 3/212 18626
/proc/meminfo: memFree=25713648/32770624 swapFree=0/439932
[pid=18266] ppid=18263 vsize=10582036 CPUtime=2383.12 cores=0,2,4,6
/proc/18266/stat : 18266 (java) S 18263 18266 25139 0 -1 1077944320 466877 12667 0 0 237988 316 5 3 20 0 15 0 57802667 10836004864 685869 18446744073709551615 4194304 4196468 140726437719856 140726437702400 140078997085943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
/proc/18266/statm: 2645509 685869 3506 1 0 2634123 0
[pid=18266/tid=18316] ppid=18263 vsize=10582036 CPUtime=2308.66 cores=0,2,4,6
/proc/18266/task/18316/stat : 18316 (java) R 18263 18266 25139 0 -1 4202560 210647 12667 0 0 230791 67 5 3 20 0 15 0 57802688 10836004864 685869 18446744073709551615 4194304 4196468 140726437719856 140079001320032 140078643569971 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18317] ppid=18263 vsize=10582036 CPUtime=12.24 cores=0,2,4,6
/proc/18266/task/18317/stat : 18317 (java) S 18263 18266 25139 0 -1 1077944384 25074 12667 0 0 1175 41 5 3 20 0 15 0 57802689 10836004864 685869 18446744073709551615 4194304 4196468 140726437719856 140078954052496 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18318] ppid=18263 vsize=10582036 CPUtime=12.2 cores=0,2,4,6
/proc/18266/task/18318/stat : 18318 (java) S 18263 18266 25139 0 -1 1077944384 30284 12667 0 0 1170 42 5 3 20 0 15 0 57802689 10836004864 685869 18446744073709551615 4194304 4196468 140726437719856 140078952999696 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18319] ppid=18263 vsize=10582036 CPUtime=12.23 cores=0,2,4,6
/proc/18266/task/18319/stat : 18319 (java) S 18263 18266 25139 0 -1 1077944384 27550 12667 0 0 1174 41 5 3 20 0 15 0 57802689 10836004864 685869 18446744073709551615 4194304 4196468 140726437719856 140078951947408 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18320] ppid=18263 vsize=10582036 CPUtime=12.25 cores=0,2,4,6
/proc/18266/task/18320/stat : 18320 (java) S 18263 18266 25139 0 -1 1077944384 30983 12667 0 0 1176 41 5 3 20 0 15 0 57802689 10836004864 685869 18446744073709551615 4194304 4196468 140726437719856 140078950894608 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18321] ppid=18263 vsize=10582036 CPUtime=1.06 cores=0,2,4,6
/proc/18266/task/18321/stat : 18321 (java) S 18263 18266 25139 0 -1 1077944384 28105 12667 0 0 88 10 5 3 20 0 15 0 57802690 10836004864 685869 18446744073709551615 4194304 4196468 140726437719856 140078560553072 140078997097090 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18322] ppid=18263 vsize=10582036 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18322/stat : 18322 (java) S 18263 18266 25139 0 -1 1077944384 75 12667 0 0 0 0 5 3 20 0 15 0 57802691 10836004864 685869 18446744073709551615 4194304 4196468 140726437719856 140078559499104 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18323] ppid=18263 vsize=10582036 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18323/stat : 18323 (java) S 18263 18266 25139 0 -1 1077944384 51 12667 0 0 0 0 5 3 20 0 15 0 57802691 10836004864 685869 18446744073709551615 4194304 4196468 140726437719856 140078558446720 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18324] ppid=18263 vsize=10582036 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18324/stat : 18324 (java) S 18263 18266 25139 0 -1 1077944384 3 12667 0 0 0 0 5 3 20 0 15 0 57802694 10836004864 685869 18446744073709551615 4194304 4196468 140726437719856 140078557395024 140078997104539 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18325] ppid=18263 vsize=10582036 CPUtime=10.82 cores=0,2,4,6
/proc/18266/task/18325/stat : 18325 (java) S 18263 18266 25139 0 -1 1077944384 37373 12667 0 0 1069 5 5 3 20 0 15 0 57802694 10836004864 685869 18446744073709551615 4194304 4196468 140726437719856 140078556342896 140078997097090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18326] ppid=18263 vsize=10582036 CPUtime=9.83 cores=0,2,4,6
/proc/18266/task/18326/stat : 18326 (java) S 18263 18266 25139 0 -1 1077944384 34864 12667 0 0 970 5 5 3 20 0 15 0 57802694 10836004864 685869 18446744073709551615 4194304 4196468 140726437719856 140078555290096 140078997097090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18327] ppid=18263 vsize=10582036 CPUtime=2.99 cores=0,2,4,6
/proc/18266/task/18327/stat : 18327 (java) S 18263 18266 25139 0 -1 1077944384 37961 12667 0 0 285 6 5 3 20 0 15 0 57802694 10836004864 685869 18446744073709551615 4194304 4196468 140726437719856 140078554237808 140078997097090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18328] ppid=18263 vsize=10582036 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18328/stat : 18328 (java) S 18263 18266 25139 0 -1 1077944384 3 12667 0 0 0 0 5 3 20 0 15 0 57802694 10836004864 685869 18446744073709551615 4194304 4196468 140726437719856 140078553185248 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18329] ppid=18263 vsize=10582036 CPUtime=1.44 cores=0,2,4,6
/proc/18266/task/18329/stat : 18329 (java) S 18263 18266 25139 0 -1 1077944384 1766 12667 0 0 66 70 5 3 20 0 15 0 57802698 10836004864 685869 18446744073709551615 4194304 4196468 140726437719856 140078552132016 140078997097090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
Current children cumulated CPU time (s) 2383.12
Current children cumulated vsize (KiB) 10582036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2339 s]
/proc/loadavg: 1.37 1.42 1.54 3/212 18627
/proc/meminfo: memFree=25736784/32770624 swapFree=0/439968
[pid=18266] ppid=18263 vsize=10582036 CPUtime=2400.07 cores=0,2,4,6
/proc/18266/stat : 18266 (java) S 18263 18266 25139 0 -1 1077944320 468104 12667 0 0 239683 316 5 3 20 0 15 0 57802667 10836004864 682534 18446744073709551615 4194304 4196468 140726437719856 140726437702400 140078997085943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
/proc/18266/statm: 2645509 682534 3506 1 0 2634123 0
[pid=18266/tid=18316] ppid=18263 vsize=10582036 CPUtime=2325.26 cores=0,2,4,6
/proc/18266/task/18316/stat : 18316 (java) R 18263 18266 25139 0 -1 4202560 210841 12667 0 0 232451 67 5 3 20 0 15 0 57802688 10836004864 682534 18446744073709551615 4194304 4196468 140726437719856 140079001319872 140078647024555 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18317] ppid=18263 vsize=10582036 CPUtime=12.32 cores=0,2,4,6
/proc/18266/task/18317/stat : 18317 (java) S 18263 18266 25139 0 -1 1077944384 25182 12667 0 0 1183 41 5 3 20 0 15 0 57802689 10836004864 682534 18446744073709551615 4194304 4196468 140726437719856 140078954052496 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18318] ppid=18263 vsize=10582036 CPUtime=12.29 cores=0,2,4,6
/proc/18266/task/18318/stat : 18318 (java) S 18263 18266 25139 0 -1 1077944384 30431 12667 0 0 1179 42 5 3 20 0 15 0 57802689 10836004864 682534 18446744073709551615 4194304 4196468 140726437719856 140078952999696 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18319] ppid=18263 vsize=10582036 CPUtime=12.32 cores=0,2,4,6
/proc/18266/task/18319/stat : 18319 (java) S 18263 18266 25139 0 -1 1077944384 27641 12667 0 0 1183 41 5 3 20 0 15 0 57802689 10836004864 682534 18446744073709551615 4194304 4196468 140726437719856 140078951947408 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18320] ppid=18263 vsize=10582036 CPUtime=12.33 cores=0,2,4,6
/proc/18266/task/18320/stat : 18320 (java) S 18263 18266 25139 0 -1 1077944384 31533 12667 0 0 1184 41 5 3 20 0 15 0 57802689 10836004864 682534 18446744073709551615 4194304 4196468 140726437719856 140078950894608 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18321] ppid=18263 vsize=10582036 CPUtime=1.08 cores=0,2,4,6
/proc/18266/task/18321/stat : 18321 (java) S 18263 18266 25139 0 -1 1077944384 28217 12667 0 0 89 11 5 3 20 0 15 0 57802690 10836004864 682534 18446744073709551615 4194304 4196468 140726437719856 140078560553072 140078997097090 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18322] ppid=18263 vsize=10582036 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18322/stat : 18322 (java) S 18263 18266 25139 0 -1 1077944384 75 12667 0 0 0 0 5 3 20 0 15 0 57802691 10836004864 682534 18446744073709551615 4194304 4196468 140726437719856 140078559499104 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18323] ppid=18263 vsize=10582036 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18323/stat : 18323 (java) S 18263 18266 25139 0 -1 1077944384 51 12667 0 0 0 0 5 3 20 0 15 0 57802691 10836004864 682534 18446744073709551615 4194304 4196468 140726437719856 140078558446720 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18324] ppid=18263 vsize=10582036 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18324/stat : 18324 (java) S 18263 18266 25139 0 -1 1077944384 3 12667 0 0 0 0 5 3 20 0 15 0 57802694 10836004864 682534 18446744073709551615 4194304 4196468 140726437719856 140078557395024 140078997104539 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18325] ppid=18263 vsize=10582036 CPUtime=10.82 cores=0,2,4,6
/proc/18266/task/18325/stat : 18325 (java) S 18263 18266 25139 0 -1 1077944384 37373 12667 0 0 1069 5 5 3 20 0 15 0 57802694 10836004864 682534 18446744073709551615 4194304 4196468 140726437719856 140078556342896 140078997097090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18326] ppid=18263 vsize=10582036 CPUtime=9.83 cores=0,2,4,6
/proc/18266/task/18326/stat : 18326 (java) S 18263 18266 25139 0 -1 1077944384 34864 12667 0 0 970 5 5 3 20 0 15 0 57802694 10836004864 682534 18446744073709551615 4194304 4196468 140726437719856 140078555290096 140078997097090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18327] ppid=18263 vsize=10582036 CPUtime=2.99 cores=0,2,4,6
/proc/18266/task/18327/stat : 18327 (java) S 18263 18266 25139 0 -1 1077944384 37961 12667 0 0 285 6 5 3 20 0 15 0 57802694 10836004864 682534 18446744073709551615 4194304 4196468 140726437719856 140078554237808 140078997097090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18328] ppid=18263 vsize=10582036 CPUtime=0.08 cores=0,2,4,6
/proc/18266/task/18328/stat : 18328 (java) S 18263 18266 25139 0 -1 1077944384 3 12667 0 0 0 0 5 3 20 0 15 0 57802694 10836004864 682534 18446744073709551615 4194304 4196468 140726437719856 140078553185248 140078997096149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
[pid=18266/tid=18329] ppid=18263 vsize=10582036 CPUtime=1.46 cores=0,2,4,6
/proc/18266/task/18329/stat : 18329 (java) S 18263 18266 25139 0 -1 1077944384 1791 12667 0 0 67 71 5 3 20 0 15 0 57802698 10836004864 682534 18446744073709551615 4194304 4196468 140726437719856 140078552132016 140078997097090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8101888 140726437722075 140726437724849 140726437724849 140726437728207 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 10582036

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 18266 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2339.04
CPU time (s): 2400.13
CPU user time (s): 2396.91
CPU system time (s): 3.2176
CPU usage (%): 102.612
Max. virtual memory (cumulated for all children) (KiB): 10582184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.91
system time used= 3.2176
maximum resident set size= 3446980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 485489
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 70290
involuntary context switches= 2549

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3017 second user time and 14.6075 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-07 12:35:28
IDJOB=4249284
IDBENCH=139753
IDSOLVER=2630
FILE ID=node134/4249284-1502102966
RUNJOBID= node134-1502077974-12598
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-16-18.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249284-1502102966/watcher-4249284-1502102966 -o /tmp/evaluation-result-4249284-1502102966/solver-4249284-1502102966 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502077974-12598 --watchdog 2560  bin/concrete HOME/instance-4249284-1502102966.xml

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

MD5SUM BENCH= dd156cd3c4e4f48d7499665f65319a51
RANDOM SEED=656808633

node134.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.43
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.43
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.43
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.43
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:        29195856 kB
MemAvailable:   29860696 kB
Buffers:          213928 kB
Cached:           740568 kB
SwapCached:            0 kB
Active:          2680632 kB
Inactive:         461868 kB
Active(anon):    2190464 kB
Inactive(anon):    23032 kB
Active(file):     490168 kB
Inactive(file):   438836 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25268 kB
Writeback:             0 kB
AnonPages:       2325488 kB
Mapped:            54332 kB
Shmem:             25276 kB
Slab:             129312 kB
SReclaimable:     103344 kB
SUnreclaim:        25968 kB
KernelStack:        3760 kB
PageTables:        10608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2667604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2093056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61980 MiB
End job on node134 at 2017-08-07 13:14:27