Trace number 4262167

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)60 2520.0801 2464.1201

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-10-12.xml
MD5SUM20c15018e625ff04718a0750d7a9de92
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark2400.02
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints276
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":120},{"size":9,"count":120}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":120},{"degree":7,"count":4},{"degree":8,"count":36},{"degree":10,"count":80}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":120},{"arity":3,"count":36},{"arity":4,"count":4},{"arity":6,"count":36},{"arity":9,"count":80}]
Number of extensional constraints156
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":156},{"type":"sum","count":120}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

3.26/2.18	c Concrete v3.4 running
9.70/4.50	o 40
10.02/4.63	o 43
10.02/4.69	o 44
10.95/4.98	o 46
11.25/5.01	o 47
12.17/5.37	o 48
12.17/5.39	o 50
18.76/10.49	o 51
18.91/10.50	o 52
18.91/10.51	o 53
18.91/10.52	o 54
40.86/31.13	o 55
41.09/31.35	o 56
136.80/123.72	o 57
138.30/125.18	o 58
1467.24/1427.84	o 59
1876.69/1830.93	o 60
2520.04/2464.10	java.util.concurrent.TimeoutException
2520.04/2464.10		at concrete.MAC.mac(MAC.scala:74)
2520.04/2464.10		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.04/2464.10		at scala.util.Try$.apply(Try.scala:209)
2520.04/2464.10		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.04/2464.10		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.04/2464.10		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.04/2464.10		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.04/2464.10		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.04/2464.10		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.04/2464.10		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.04/2464.10		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.04/2464.10		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.04/2464.10		at concrete.MAC.oneRun(MAC.scala:146)
2520.04/2464.10		at concrete.MAC.nextSolution(MAC.scala:166)
2520.04/2464.10		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.04/2464.10		at concrete.ProblemState.map(ProblemState.scala:203)
2520.04/2464.10		at concrete.ProblemState.map(ProblemState.scala:188)
2520.04/2464.10		at concrete.MAC.nextSolution(MAC.scala:195)
2520.04/2464.10		at concrete.Solver.hasNext(Solver.scala:202)
2520.04/2464.10		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.04/2464.10		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.04/2464.10		at concrete.Solver.toStream(Solver.scala:73)
2520.04/2464.10		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.04/2464.10		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.04/2464.10		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.04/2464.10		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.04/2464.10		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.04/2464.10		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.04/2464.10		at scala.util.Success.map(Try.scala:209)
2520.04/2464.10		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.04/2464.10		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.04/2464.10		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.04/2464.10		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.04/2464.10		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.04/2464.10		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.04/2464.10		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.04/2464.10		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.04/2464.10		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.04/2464.10		at scala.collection.immutable.List.foreach(List.scala:389)
2520.04/2464.10		at scala.App.main(App.scala:76)
2520.04/2464.10		at scala.App.main$(App.scala:74)
2520.04/2464.10		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.04/2464.10		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2464.11	v <instantiation cost="60">
2520.04/2464.11	v       <list>
2520.04/2464.11	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[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[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[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[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[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[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[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[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[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] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[0][11] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[1][11] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[2][11] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[3][10] s[3][11] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[4][10] s[4][11] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[5][10] s[5][11] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] s[6][7] s[6][8] s[6][9] s[6][10] s[6][11] s[7][0] s[7][1] s[7][2] s[7][3] s[7][4] s[7][5] s[7][6] s[7][7] s[7][8] s[7][9] s[7][10] s[7][11] s[8][0] s[8][1] s[8][2] s[8][3] s[8][4] s[8][5] s[8][6] s[8][7] s[8][8] s[8][9] s[8][10] s[8][11] s[9][0] s[9][1] s[9][2] s[9][3] s[9][4] s[9][5] s[9][6] s[9][7] s[9][8] s[9][9] s[9][10] s[9][11]
2520.04/2464.11	v       </list>
2520.04/2464.11	v       <values>
2520.04/2464.11	v         1 1 0 1 1 0 1 1 0 1 1 0 1 0 0 0 1 1 0 1 0 1 0 1 0 1 1 0 0 0 0 1 0 1 0 1 0 0 0 1 1 1 1 1 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 1 1 1 0 1 1 1 1 0 1 1 1 0 0 1 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 1 0 1 1 0 1 1 0 0 0 1 1 2 2 2 2 3 4 3 2 4 2 3 2 3 5 4 4 3 3 5 3 6 3 6 2 2 2 2 4 5 5 6 3 6 3 6 2 2 4 5 3 2 2 3 2 4 2 3 2 2 2 3 5 6 5 5 4 5 5 4 2 3 6 5 3 3 2 4 2 3 3 2 2 2 3 3 4 6 3 6 3 6 5 3 2 4 5 5 2 5 2 6 2 5 2 4 2 2 3 5 3 6 3 6 2 4 2 5 2 2 4 3 2 4 2 3 2 2 2 3 2
2520.04/2464.11	v       </values>
2520.04/2464.11	v     </instantiation>
2520.04/2464.11	s SATISFIABLE

Verifier Data

OK	60

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-4262167-1502422147/watcher-4262167-1502422147 -o /tmp/evaluation-result-4262167-1502422147/solver-4262167-1502422147 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19681 --watchdog 2580 bin/concrete HOME/instance-4262167-1502422147.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.23 1.30 1.31 2/194 21358
/proc/meminfo: memFree=30775020/32770624 swapFree=0/542008
[pid=21358] ppid=21355 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/21358/stat : 21358 (runsolver) D 21355 21358 19618 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 44408213 24240128 106 18446744073709551615 4194304 4338465 140725419088864 140725419086504 139958578836183 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 21438464 140725419090128 140725419090505 140725419090505 140725419093962 0
/proc/21358/statm: 5918 106 53 36 0 2156 0

[startup+0.100115 s]
/proc/loadavg: 1.23 1.30 1.31 2/194 21358
/proc/meminfo: memFree=30775020/32770624 swapFree=0/542008
[pid=21358] ppid=21355 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/21358/stat : 21358 (bash) S 21355 21358 19618 0 -1 4202496 851 6175 0 0 0 0 0 1 20 0 1 0 44408213 9867264 366 18446744073709551615 4194304 5098028 140728246530464 140728246524200 140124181347328 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 8 0 0 7196144 7232144 38944768 140728246534676 140728246534761 140728246534761 140728246538218 0
/proc/21358/statm: 2409 366 287 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200339 s]
/proc/loadavg: 1.23 1.30 1.31 2/194 21358
/proc/meminfo: memFree=30775020/32770624 swapFree=0/542008
[pid=21358] ppid=21355 vsize=13358716 CPUtime=0.09 cores=0,2,4,6
/proc/21358/stat : 21358 (java) S 21355 21358 19618 0 -1 1077944320 3806 12489 0 0 1 0 5 3 20 0 6 0 44408213 13679325184 3089 18446744073709551615 4194304 4196468 140727599662944 140727599645488 139783574748919 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
/proc/21358/statm: 3339679 3155 1579 1 0 3329176 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13358716

[startup+0.300714 s]
/proc/loadavg: 1.23 1.30 1.31 2/194 21358
/proc/meminfo: memFree=30775020/32770624 swapFree=0/542008
[pid=21358] ppid=21355 vsize=13974356 CPUtime=0.17 cores=0,2,4,6
/proc/21358/stat : 21358 (java) S 21355 21358 19618 0 -1 1077944320 6046 12489 0 0 9 0 5 3 20 0 15 0 44408213 14309740544 6696 18446744073709551615 4194304 4196468 140727599662944 140727599645488 139783574748919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
/proc/21358/statm: 3493589 6696 2794 1 0 3482965 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 13974356

[startup+0.700733 s]
/proc/loadavg: 1.23 1.30 1.31 2/194 21358
/proc/meminfo: memFree=30775020/32770624 swapFree=0/542008
[pid=21358] ppid=21355 vsize=13974784 CPUtime=0.72 cores=0,2,4,6
/proc/21358/stat : 21358 (java) S 21355 21358 19618 0 -1 1077944320 14042 12489 0 0 61 3 5 3 20 0 15 0 44408213 14310178816 14901 18446744073709551615 4194304 4196468 140727599662944 140727599645488 139783574748919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
/proc/21358/statm: 3493696 14901 3097 1 0 3482965 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 13974784

[startup+1.50065 s]
/proc/loadavg: 1.23 1.30 1.31 3/194 21437
/proc/meminfo: memFree=31125712/32770624 swapFree=0/542040
[pid=21358] ppid=21355 vsize=13985408 CPUtime=1.99 cores=0,2,4,6
/proc/21358/stat : 21358 (java) S 21355 21358 19618 0 -1 1077944320 29663 12489 0 0 180 11 5 3 20 0 15 0 44408213 14321057792 42680 18446744073709551615 4194304 4196468 140727599662944 140727599645488 139783574748919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
/proc/21358/statm: 3496352 42680 3376 1 0 3485525 0
[pid=21358/tid=21408] ppid=21355 vsize=13985408 CPUtime=1.31 cores=0,2,4,6
/proc/21358/task/21408/stat : 21408 (java) R 21355 21358 19618 0 -1 4202560 21978 12489 0 0 116 7 5 3 20 0 15 0 44408232 14321057792 42680 18446744073709551615 4194304 4196468 140727599662944 139783578969344 139783558829406 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21409] ppid=21355 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/21358/task/21409/stat : 21409 (java) S 21355 21358 19618 0 -1 1077944384 62 12489 0 0 1 0 5 3 20 0 15 0 44408233 14321057792 42680 18446744073709551615 4194304 4196468 140727599662944 139783537854864 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21410] ppid=21355 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21410/stat : 21410 (java) S 21355 21358 19618 0 -1 1077944384 39 12489 0 0 0 0 5 3 20 0 15 0 44408233 14321057792 42680 18446744073709551615 4194304 4196468 140727599662944 139783173388560 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21411] ppid=21355 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21411/stat : 21411 (java) S 21355 21358 19618 0 -1 1077944384 66 12489 0 0 0 0 5 3 20 0 15 0 44408233 14321057792 42680 18446744073709551615 4194304 4196468 140727599662944 139783172336272 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21412] ppid=21355 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21412/stat : 21412 (java) S 21355 21358 19618 0 -1 1077944384 183 12489 0 0 0 0 5 3 20 0 15 0 44408233 14321057792 42680 18446744073709551615 4194304 4196468 140727599662944 139783171283472 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21413] ppid=21355 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/21358/task/21413/stat : 21413 (java) S 21355 21358 19618 0 -1 1077944384 1616 12489 0 0 1 0 5 3 20 0 15 0 44408234 14321057792 42680 18446744073709551615 4194304 4196468 140727599662944 139783053318768 139783574760066 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21414] ppid=21355 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21414/stat : 21414 (java) S 21355 21358 19618 0 -1 1077944384 55 12489 0 0 0 0 5 3 20 0 15 0 44408234 14321057792 42680 18446744073709551615 4194304 4196468 140727599662944 139783052264800 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21415] ppid=21355 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21415/stat : 21415 (java) S 21355 21358 19618 0 -1 1077944384 42 12489 0 0 0 0 5 3 20 0 15 0 44408235 14321057792 42680 18446744073709551615 4194304 4196468 140727599662944 139783051212416 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21416] ppid=21355 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21416/stat : 21416 (java) S 21355 21358 19618 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 44408237 14321057792 42680 18446744073709551615 4194304 4196468 140727599662944 139783050160720 139783574767515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21417] ppid=21355 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/21358/task/21417/stat : 21417 (java) S 21355 21358 19618 0 -1 1077944384 1038 12489 0 0 16 0 5 3 20 0 15 0 44408237 14321057792 42680 18446744073709551615 4194304 4196468 140727599662944 139783049107568 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21418] ppid=21355 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/21358/task/21418/stat : 21418 (java) S 21355 21358 19618 0 -1 1077944384 983 12489 0 0 16 0 5 3 20 0 15 0 44408237 14321057792 42680 18446744073709551615 4194304 4196468 140727599662944 139783048054768 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21419] ppid=21355 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/21358/task/21419/stat : 21419 (java) S 21355 21358 19618 0 -1 1077944384 1434 12489 0 0 23 0 5 3 20 0 15 0 44408237 14321057792 42680 18446744073709551615 4194304 4196468 140727599662944 139783047002480 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21420] ppid=21355 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21420/stat : 21420 (java) S 21355 21358 19618 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 44408238 14321057792 42680 18446744073709551615 4194304 4196468 140727599662944 139783045949920 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21421] ppid=21355 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21421/stat : 21421 (java) S 21355 21358 19618 0 -1 1077944384 11 12489 0 0 0 0 5 3 20 0 15 0 44408241 14321057792 42680 18446744073709551615 4194304 4196468 140727599662944 139783044897712 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 13985408

[startup+3.10062 s]
/proc/loadavg: 1.37 1.33 1.32 3/189 21469
/proc/meminfo: memFree=31086652/32770624 swapFree=0/542020
[pid=21358] ppid=21355 vsize=13999932 CPUtime=5.52 cores=0,2,4,6
/proc/21358/stat : 21358 (java) S 21355 21358 19618 0 -1 1077944320 49846 12489 0 0 530 14 5 3 20 0 15 0 44408213 14335930368 55007 18446744073709551615 4194304 4196468 140727599662944 140727599645488 139783574748919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
/proc/21358/statm: 3499983 55007 3446 1 0 3488597 0
[pid=21358/tid=21408] ppid=21355 vsize=13999932 CPUtime=2.9 cores=0,2,4,6
/proc/21358/task/21408/stat : 21408 (java) R 21355 21358 19618 0 -1 4202560 35860 12489 0 0 273 9 5 3 20 0 15 0 44408232 14335930368 55007 18446744073709551615 4194304 4196468 140727599662944 139783578972608 139783215168992 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21409] ppid=21355 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/21358/task/21409/stat : 21409 (java) S 21355 21358 19618 0 -1 1077944384 62 12489 0 0 1 0 5 3 20 0 15 0 44408233 14335930368 55007 18446744073709551615 4194304 4196468 140727599662944 139783537854864 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21410] ppid=21355 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21410/stat : 21410 (java) S 21355 21358 19618 0 -1 1077944384 39 12489 0 0 0 0 5 3 20 0 15 0 44408233 14335930368 55007 18446744073709551615 4194304 4196468 140727599662944 139783173388560 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21411] ppid=21355 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21411/stat : 21411 (java) S 21355 21358 19618 0 -1 1077944384 66 12489 0 0 0 0 5 3 20 0 15 0 44408233 14335930368 55007 18446744073709551615 4194304 4196468 140727599662944 139783172336272 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21412] ppid=21355 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21412/stat : 21412 (java) S 21355 21358 19618 0 -1 1077944384 183 12489 0 0 0 0 5 3 20 0 15 0 44408233 14335930368 55007 18446744073709551615 4194304 4196468 140727599662944 139783171283472 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21413] ppid=21355 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/21358/task/21413/stat : 21413 (java) S 21355 21358 19618 0 -1 1077944384 1630 12489 0 0 1 0 5 3 20 0 15 0 44408234 14335930368 55007 18446744073709551615 4194304 4196468 140727599662944 139783053318768 139783574760066 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21414] ppid=21355 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21414/stat : 21414 (java) S 21355 21358 19618 0 -1 1077944384 55 12489 0 0 0 0 5 3 20 0 15 0 44408234 14335930368 55007 18446744073709551615 4194304 4196468 140727599662944 139783052264800 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21415] ppid=21355 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21415/stat : 21415 (java) S 21355 21358 19618 0 -1 1077944384 42 12489 0 0 0 0 5 3 20 0 15 0 44408235 14335930368 55007 18446744073709551615 4194304 4196468 140727599662944 139783051212416 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21416] ppid=21355 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21416/stat : 21416 (java) S 21355 21358 19618 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 44408237 14335930368 55007 18446744073709551615 4194304 4196468 140727599662944 139783050160720 139783574767515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21417] ppid=21355 vsize=13999932 CPUtime=1.04 cores=0,2,4,6
/proc/21358/task/21417/stat : 21417 (java) R 21355 21358 19618 0 -1 1077944384 4452 12489 0 0 96 0 5 3 20 0 15 0 44408237 14335930368 55007 18446744073709551615 4194304 4196468 140727599662944 139783049107568 139783574760066 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21418] ppid=21355 vsize=13999932 CPUtime=0.68 cores=0,2,4,6
/proc/21358/task/21418/stat : 21418 (java) S 21355 21358 19618 0 -1 1077944384 1825 12489 0 0 59 1 5 3 20 0 15 0 44408237 14335930368 55007 18446744073709551615 4194304 4196468 140727599662944 139783048054768 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21419] ppid=21355 vsize=13999932 CPUtime=1.04 cores=0,2,4,6
/proc/21358/task/21419/stat : 21419 (java) S 21355 21358 19618 0 -1 1077944384 3463 12489 0 0 95 1 5 3 20 0 15 0 44408237 14335930368 55007 18446744073709551615 4194304 4196468 140727599662944 139783047002480 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21420] ppid=21355 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21420/stat : 21420 (java) S 21355 21358 19618 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 44408238 14335930368 55007 18446744073709551615 4194304 4196468 140727599662944 139783045949920 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21421] ppid=21355 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21421/stat : 21421 (java) S 21355 21358 19618 0 -1 1077944384 12 12489 0 0 0 0 5 3 20 0 15 0 44408241 14335930368 55007 18446744073709551615 4194304 4196468 140727599662944 139783044897712 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
Current children cumulated CPU time (s) 5.52
Current children cumulated vsize (KiB) 13999932

[startup+6.30072 s]
/proc/loadavg: 1.37 1.33 1.32 6/209 21546
/proc/meminfo: memFree=30674116/32770624 swapFree=0/542056
[pid=21358] ppid=21355 vsize=14069564 CPUtime=14.27 cores=0,2,4,6
/proc/21358/stat : 21358 (java) S 21355 21358 19618 0 -1 1077944320 68025 12489 0 0 1395 24 5 3 20 0 15 0 44408213 14407233536 102068 18446744073709551615 4194304 4196468 140727599662944 140727599645488 139783574748919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
/proc/21358/statm: 3517391 102068 3475 1 0 3506005 0
[pid=21358/tid=21408] ppid=21355 vsize=14069564 CPUtime=5.84 cores=0,2,4,6
/proc/21358/task/21408/stat : 21408 (java) R 21355 21358 19618 0 -1 4202560 45004 12489 0 0 562 14 5 3 20 0 15 0 44408232 14407233536 102068 18446744073709551615 4194304 4196468 140727599662944 139783578980344 139783230477405 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21409] ppid=21355 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/21358/task/21409/stat : 21409 (java) S 21355 21358 19618 0 -1 1077944384 160 12489 0 0 10 1 5 3 20 0 15 0 44408233 14407233536 102068 18446744073709551615 4194304 4196468 140727599662944 139783537854864 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21410] ppid=21355 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/21358/task/21410/stat : 21410 (java) S 21355 21358 19618 0 -1 1077944384 64 12489 0 0 12 1 5 3 20 0 15 0 44408233 14407233536 102068 18446744073709551615 4194304 4196468 140727599662944 139783173388560 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21411] ppid=21355 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/21358/task/21411/stat : 21411 (java) S 21355 21358 19618 0 -1 1077944384 99 12489 0 0 10 0 5 3 20 0 15 0 44408233 14407233536 102068 18446744073709551615 4194304 4196468 140727599662944 139783172336272 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21412] ppid=21355 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/21358/task/21412/stat : 21412 (java) S 21355 21358 19618 0 -1 1077944384 218 12489 0 0 8 1 5 3 20 0 15 0 44408233 14407233536 102068 18446744073709551615 4194304 4196468 140727599662944 139783171283472 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21413] ppid=21355 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/21358/task/21413/stat : 21413 (java) S 21355 21358 19618 0 -1 1077944384 2305 12489 0 0 12 0 5 3 20 0 15 0 44408234 14407233536 102068 18446744073709551615 4194304 4196468 140727599662944 139783053318768 139783574760066 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21414] ppid=21355 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21414/stat : 21414 (java) S 21355 21358 19618 0 -1 1077944384 55 12489 0 0 0 0 5 3 20 0 15 0 44408234 14407233536 102068 18446744073709551615 4194304 4196468 140727599662944 139783052264800 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21415] ppid=21355 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21415/stat : 21415 (java) S 21355 21358 19618 0 -1 1077944384 43 12489 0 0 0 0 5 3 20 0 15 0 44408235 14407233536 102068 18446744073709551615 4194304 4196468 140727599662944 139783051212416 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21416] ppid=21355 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21416/stat : 21416 (java) S 21355 21358 19618 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 44408237 14407233536 102068 18446744073709551615 4194304 4196468 140727599662944 139783050160720 139783574767515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21417] ppid=21355 vsize=14069564 CPUtime=3.56 cores=0,2,4,6
/proc/21358/task/21417/stat : 21417 (java) S 21355 21358 19618 0 -1 1077944384 9072 12489 0 0 347 1 5 3 20 0 15 0 44408237 14407233536 102068 18446744073709551615 4194304 4196468 140727599662944 139783049107568 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21418] ppid=21355 vsize=14069564 CPUtime=2.72 cores=0,2,4,6
/proc/21358/task/21418/stat : 21418 (java) S 21355 21358 19618 0 -1 1077944384 3846 12489 0 0 263 1 5 3 20 0 15 0 44408237 14407233536 102068 18446744073709551615 4194304 4196468 140727599662944 139783048054768 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21419] ppid=21355 vsize=14069564 CPUtime=1.74 cores=0,2,4,6
/proc/21358/task/21419/stat : 21419 (java) S 21355 21358 19618 0 -1 1077944384 4988 12489 0 0 164 2 5 3 20 0 15 0 44408237 14407233536 102068 18446744073709551615 4194304 4196468 140727599662944 139783047002480 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21420] ppid=21355 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21420/stat : 21420 (java) S 21355 21358 19618 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 44408238 14407233536 102068 18446744073709551615 4194304 4196468 140727599662944 139783045949920 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21421] ppid=21355 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21421/stat : 21421 (java) S 21355 21358 19618 0 -1 1077944384 14 12489 0 0 0 0 5 3 20 0 15 0 44408241 14407233536 102068 18446744073709551615 4194304 4196468 140727599662944 139783044897712 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
Current children cumulated CPU time (s) 14.27
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 1.86 1.43 1.35 5/209 21673
/proc/meminfo: memFree=30256820/32770624 swapFree=0/542088
[pid=21358] ppid=21355 vsize=14069564 CPUtime=21.36 cores=0,2,4,6
/proc/21358/stat : 21358 (java) S 21355 21358 19618 0 -1 1077944320 76676 12489 0 0 2096 32 5 3 20 0 15 0 44408213 14407233536 175572 18446744073709551615 4194304 4196468 140727599662944 140727599645488 139783574748919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
/proc/21358/statm: 3517391 175572 3480 1 0 3506005 0
[pid=21358/tid=21408] ppid=21355 vsize=14069564 CPUtime=12.21 cores=0,2,4,6
/proc/21358/task/21408/stat : 21408 (java) R 21355 21358 19618 0 -1 4202560 46771 12489 0 0 1195 18 5 3 20 0 15 0 44408232 14407233536 175572 18446744073709551615 4194304 4196468 140727599662944 139783578982776 139783229715724 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21409] ppid=21355 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/21358/task/21409/stat : 21409 (java) S 21355 21358 19618 0 -1 1077944384 631 12489 0 0 11 1 5 3 20 0 15 0 44408233 14407233536 175572 18446744073709551615 4194304 4196468 140727599662944 139783537854864 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21410] ppid=21355 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/21358/task/21410/stat : 21410 (java) S 21355 21358 19618 0 -1 1077944384 1131 12489 0 0 13 1 5 3 20 0 15 0 44408233 14407233536 175572 18446744073709551615 4194304 4196468 140727599662944 139783173388560 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21411] ppid=21355 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/21358/task/21411/stat : 21411 (java) S 21355 21358 19618 0 -1 1077944384 159 12489 0 0 11 1 5 3 20 0 15 0 44408233 14407233536 175572 18446744073709551615 4194304 4196468 140727599662944 139783172336272 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21412] ppid=21355 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/21358/task/21412/stat : 21412 (java) S 21355 21358 19618 0 -1 1077944384 293 12489 0 0 10 1 5 3 20 0 15 0 44408233 14407233536 175572 18446744073709551615 4194304 4196468 140727599662944 139783171283472 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21413] ppid=21355 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/21358/task/21413/stat : 21413 (java) S 21355 21358 19618 0 -1 1077944384 2722 12489 0 0 13 0 5 3 20 0 15 0 44408234 14407233536 175572 18446744073709551615 4194304 4196468 140727599662944 139783053318768 139783574760066 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21414] ppid=21355 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21414/stat : 21414 (java) S 21355 21358 19618 0 -1 1077944384 55 12489 0 0 0 0 5 3 20 0 15 0 44408234 14407233536 175572 18446744073709551615 4194304 4196468 140727599662944 139783052264800 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21415] ppid=21355 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21415/stat : 21415 (java) S 21355 21358 19618 0 -1 1077944384 43 12489 0 0 0 0 5 3 20 0 15 0 44408235 14407233536 175572 18446744073709551615 4194304 4196468 140727599662944 139783051212416 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21416] ppid=21355 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21416/stat : 21416 (java) S 21355 21358 19618 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 44408237 14407233536 175572 18446744073709551615 4194304 4196468 140727599662944 139783050160720 139783574767515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0

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

/proc/21358/task/21420/stat : 21420 (java) S 21355 21358 19618 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 44408238 14407233536 214914 18446744073709551615 4194304 4196468 140727599662944 139783045949920 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21421] ppid=21355 vsize=14069564 CPUtime=1.44 cores=0,2,4,6
/proc/21358/task/21421/stat : 21421 (java) S 21355 21358 19618 0 -1 1077944384 997 12489 0 0 63 73 5 3 20 0 15 0 44408241 14407233536 214914 18446744073709551615 4194304 4196468 140727599662944 139783044897712 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
Current children cumulated CPU time (s) 2314.96
Current children cumulated vsize (KiB) 14069564

[startup+2322.3 s]
/proc/loadavg: 1.45 1.38 1.34 3/210 21811
/proc/meminfo: memFree=29597132/32770624 swapFree=0/542552
[pid=21358] ppid=21355 vsize=14069564 CPUtime=2375.94 cores=0,2,4,6
/proc/21358/stat : 21358 (java) S 21355 21358 19618 0 -1 1077944320 231452 12489 0 0 237231 355 5 3 20 0 15 0 44408213 14407233536 213760 18446744073709551615 4194304 4196468 140727599662944 140727599645488 139783574748919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
/proc/21358/statm: 3517391 213760 3487 1 0 3506005 0
[pid=21358/tid=21408] ppid=21355 vsize=14069564 CPUtime=2295.79 cores=0,2,4,6
/proc/21358/task/21408/stat : 21408 (java) R 21355 21358 19618 0 -1 4202560 95676 12489 0 0 229516 55 5 3 20 0 15 0 44408232 14407233536 213760 18446744073709551615 4194304 4196468 140727599662944 139783578982960 139783229561563 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21409] ppid=21355 vsize=14069564 CPUtime=12.03 cores=0,2,4,6
/proc/21358/task/21409/stat : 21409 (java) S 21355 21358 19618 0 -1 1077944384 9650 12489 0 0 1138 57 5 3 20 0 15 0 44408233 14407233536 213760 18446744073709551615 4194304 4196468 140727599662944 139783537854864 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21410] ppid=21355 vsize=14069564 CPUtime=12.03 cores=0,2,4,6
/proc/21358/task/21410/stat : 21410 (java) S 21355 21358 19618 0 -1 1077944384 10539 12489 0 0 1141 54 5 3 20 0 15 0 44408233 14407233536 213760 18446744073709551615 4194304 4196468 140727599662944 139783173388560 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21411] ppid=21355 vsize=14069564 CPUtime=12.06 cores=0,2,4,6
/proc/21358/task/21411/stat : 21411 (java) S 21355 21358 19618 0 -1 1077944384 9996 12489 0 0 1143 55 5 3 20 0 15 0 44408233 14407233536 213760 18446744073709551615 4194304 4196468 140727599662944 139783172336272 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21412] ppid=21355 vsize=14069564 CPUtime=12.02 cores=0,2,4,6
/proc/21358/task/21412/stat : 21412 (java) S 21355 21358 19618 0 -1 1077944384 11561 12489 0 0 1142 52 5 3 20 0 15 0 44408233 14407233536 213760 18446744073709551615 4194304 4196468 140727599662944 139783171283472 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21413] ppid=21355 vsize=14069564 CPUtime=11.46 cores=0,2,4,6
/proc/21358/task/21413/stat : 21413 (java) S 21355 21358 19618 0 -1 1077944384 12969 12489 0 0 1084 54 5 3 20 0 15 0 44408234 14407233536 213760 18446744073709551615 4194304 4196468 140727599662944 139783053318768 139783574760066 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21414] ppid=21355 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21414/stat : 21414 (java) S 21355 21358 19618 0 -1 1077944384 67 12489 0 0 0 0 5 3 20 0 15 0 44408234 14407233536 213760 18446744073709551615 4194304 4196468 140727599662944 139783052264800 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21415] ppid=21355 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21415/stat : 21415 (java) S 21355 21358 19618 0 -1 1077944384 43 12489 0 0 0 0 5 3 20 0 15 0 44408235 14407233536 213760 18446744073709551615 4194304 4196468 140727599662944 139783051212416 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21416] ppid=21355 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21416/stat : 21416 (java) S 21355 21358 19618 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 44408237 14407233536 213760 18446744073709551615 4194304 4196468 140727599662944 139783050160720 139783574767515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21417] ppid=21355 vsize=14069564 CPUtime=8.51 cores=0,2,4,6
/proc/21358/task/21417/stat : 21417 (java) S 21355 21358 19618 0 -1 1077944384 32867 12489 0 0 838 5 5 3 20 0 15 0 44408237 14407233536 213760 18446744073709551615 4194304 4196468 140727599662944 139783049107568 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21418] ppid=21355 vsize=14069564 CPUtime=7.69 cores=0,2,4,6
/proc/21358/task/21418/stat : 21418 (java) S 21355 21358 19618 0 -1 1077944384 19444 12489 0 0 755 6 5 3 20 0 15 0 44408237 14407233536 213760 18446744073709551615 4194304 4196468 140727599662944 139783048054768 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21419] ppid=21355 vsize=14069564 CPUtime=3.47 cores=0,2,4,6
/proc/21358/task/21419/stat : 21419 (java) S 21355 21358 19618 0 -1 1077944384 25470 12489 0 0 333 6 5 3 20 0 15 0 44408237 14407233536 213760 18446744073709551615 4194304 4196468 140727599662944 139783047002480 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21420] ppid=21355 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21420/stat : 21420 (java) S 21355 21358 19618 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 44408238 14407233536 213760 18446744073709551615 4194304 4196468 140727599662944 139783045949920 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21421] ppid=21355 vsize=14069564 CPUtime=1.48 cores=0,2,4,6
/proc/21358/task/21421/stat : 21421 (java) S 21355 21358 19618 0 -1 1077944384 1013 12489 0 0 65 75 5 3 20 0 15 0 44408241 14407233536 213760 18446744073709551615 4194304 4196468 140727599662944 139783044897712 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
Current children cumulated CPU time (s) 2375.94
Current children cumulated vsize (KiB) 14069564

[startup+2382.3 s]
/proc/loadavg: 1.62 1.46 1.37 3/210 21813
/proc/meminfo: memFree=29596472/32770624 swapFree=0/542548
[pid=21358] ppid=21355 vsize=14069564 CPUtime=2436.91 cores=0,2,4,6
/proc/21358/stat : 21358 (java) S 21355 21358 19618 0 -1 1077944320 233236 12489 0 0 243320 363 5 3 20 0 15 0 44408213 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 140727599645488 139783574748919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
/proc/21358/statm: 3517391 213502 3487 1 0 3506005 0
[pid=21358/tid=21408] ppid=21355 vsize=14069564 CPUtime=2355.1 cores=0,2,4,6
/proc/21358/task/21408/stat : 21408 (java) R 21355 21358 19618 0 -1 4202560 96669 12489 0 0 235446 56 5 3 20 0 15 0 44408232 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783578982896 139783231001704 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21409] ppid=21355 vsize=14069564 CPUtime=12.36 cores=0,2,4,6
/proc/21358/task/21409/stat : 21409 (java) S 21355 21358 19618 0 -1 1077944384 9799 12489 0 0 1170 58 5 3 20 0 15 0 44408233 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783537854864 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21410] ppid=21355 vsize=14069564 CPUtime=12.36 cores=0,2,4,6
/proc/21358/task/21410/stat : 21410 (java) S 21355 21358 19618 0 -1 1077944384 10601 12489 0 0 1173 55 5 3 20 0 15 0 44408233 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783173388560 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21411] ppid=21355 vsize=14069564 CPUtime=12.39 cores=0,2,4,6
/proc/21358/task/21411/stat : 21411 (java) S 21355 21358 19618 0 -1 1077944384 10305 12489 0 0 1174 57 5 3 20 0 15 0 44408233 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783172336272 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21412] ppid=21355 vsize=14069564 CPUtime=12.35 cores=0,2,4,6
/proc/21358/task/21412/stat : 21412 (java) S 21355 21358 19618 0 -1 1077944384 11598 12489 0 0 1173 54 5 3 20 0 15 0 44408233 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783171283472 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21413] ppid=21355 vsize=14069564 CPUtime=11.77 cores=0,2,4,6
/proc/21358/task/21413/stat : 21413 (java) S 21355 21358 19618 0 -1 1077944384 13180 12489 0 0 1113 56 5 3 20 0 15 0 44408234 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783053318768 139783574760066 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21414] ppid=21355 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21414/stat : 21414 (java) S 21355 21358 19618 0 -1 1077944384 67 12489 0 0 0 0 5 3 20 0 15 0 44408234 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783052264800 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21415] ppid=21355 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21415/stat : 21415 (java) S 21355 21358 19618 0 -1 1077944384 43 12489 0 0 0 0 5 3 20 0 15 0 44408235 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783051212416 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21416] ppid=21355 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21416/stat : 21416 (java) S 21355 21358 19618 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 44408237 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783050160720 139783574767515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21417] ppid=21355 vsize=14069564 CPUtime=8.51 cores=0,2,4,6
/proc/21358/task/21417/stat : 21417 (java) S 21355 21358 19618 0 -1 1077944384 32869 12489 0 0 838 5 5 3 20 0 15 0 44408237 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783049107568 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21418] ppid=21355 vsize=14069564 CPUtime=7.69 cores=0,2,4,6
/proc/21358/task/21418/stat : 21418 (java) S 21355 21358 19618 0 -1 1077944384 19447 12489 0 0 755 6 5 3 20 0 15 0 44408237 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783048054768 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21419] ppid=21355 vsize=14069564 CPUtime=3.47 cores=0,2,4,6
/proc/21358/task/21419/stat : 21419 (java) S 21355 21358 19618 0 -1 1077944384 25472 12489 0 0 333 6 5 3 20 0 15 0 44408237 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783047002480 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21420] ppid=21355 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21420/stat : 21420 (java) S 21355 21358 19618 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 44408238 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783045949920 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21421] ppid=21355 vsize=14069564 CPUtime=1.52 cores=0,2,4,6
/proc/21358/task/21421/stat : 21421 (java) S 21355 21358 19618 0 -1 1077944384 1029 12489 0 0 67 77 5 3 20 0 15 0 44408241 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783044897712 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
Current children cumulated CPU time (s) 2436.91
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.35 1.41 1.36 3/209 21816
/proc/meminfo: memFree=29596512/32770624 swapFree=0/542564
[pid=21358] ppid=21355 vsize=14069564 CPUtime=2497.89 cores=0,2,4,6
/proc/21358/stat : 21358 (java) S 21355 21358 19618 0 -1 1077944320 234797 12489 0 0 249411 370 5 3 20 0 15 0 44408213 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 140727599645488 139783574748919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
/proc/21358/statm: 3517391 213502 3487 1 0 3506005 0
[pid=21358/tid=21408] ppid=21355 vsize=14069564 CPUtime=2414.4 cores=0,2,4,6
/proc/21358/task/21408/stat : 21408 (java) R 21355 21358 19618 0 -1 4202560 97479 12489 0 0 241376 56 5 3 20 0 15 0 44408232 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783578982880 139783228831943 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21409] ppid=21355 vsize=14069564 CPUtime=12.7 cores=0,2,4,6
/proc/21358/task/21409/stat : 21409 (java) S 21355 21358 19618 0 -1 1077944384 9908 12489 0 0 1202 60 5 3 20 0 15 0 44408233 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783537854864 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21410] ppid=21355 vsize=14069564 CPUtime=12.7 cores=0,2,4,6
/proc/21358/task/21410/stat : 21410 (java) S 21355 21358 19618 0 -1 1077944384 10879 12489 0 0 1205 57 5 3 20 0 15 0 44408233 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783173388560 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21411] ppid=21355 vsize=14069564 CPUtime=12.72 cores=0,2,4,6
/proc/21358/task/21411/stat : 21411 (java) S 21355 21358 19618 0 -1 1077944384 10411 12489 0 0 1207 57 5 3 20 0 15 0 44408233 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783172336272 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21412] ppid=21355 vsize=14069564 CPUtime=12.69 cores=0,2,4,6
/proc/21358/task/21412/stat : 21412 (java) S 21355 21358 19618 0 -1 1077944384 11623 12489 0 0 1205 56 5 3 20 0 15 0 44408233 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783171283472 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21413] ppid=21355 vsize=14069564 CPUtime=12.06 cores=0,2,4,6
/proc/21358/task/21413/stat : 21413 (java) S 21355 21358 19618 0 -1 1077944384 13399 12489 0 0 1141 57 5 3 20 0 15 0 44408234 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783053318768 139783574760066 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21414] ppid=21355 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21414/stat : 21414 (java) S 21355 21358 19618 0 -1 1077944384 67 12489 0 0 0 0 5 3 20 0 15 0 44408234 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783052264800 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21415] ppid=21355 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21415/stat : 21415 (java) S 21355 21358 19618 0 -1 1077944384 43 12489 0 0 0 0 5 3 20 0 15 0 44408235 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783051212416 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21416] ppid=21355 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21416/stat : 21416 (java) S 21355 21358 19618 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 44408237 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783050160720 139783574767515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21417] ppid=21355 vsize=14069564 CPUtime=8.51 cores=0,2,4,6
/proc/21358/task/21417/stat : 21417 (java) S 21355 21358 19618 0 -1 1077944384 32871 12489 0 0 838 5 5 3 20 0 15 0 44408237 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783049107568 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21418] ppid=21355 vsize=14069564 CPUtime=7.69 cores=0,2,4,6
/proc/21358/task/21418/stat : 21418 (java) S 21355 21358 19618 0 -1 1077944384 19449 12489 0 0 755 6 5 3 20 0 15 0 44408237 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783048054768 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21419] ppid=21355 vsize=14069564 CPUtime=3.47 cores=0,2,4,6
/proc/21358/task/21419/stat : 21419 (java) S 21355 21358 19618 0 -1 1077944384 25474 12489 0 0 333 6 5 3 20 0 15 0 44408237 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783047002480 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21420] ppid=21355 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21420/stat : 21420 (java) S 21355 21358 19618 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 44408238 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783045949920 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21421] ppid=21355 vsize=14069564 CPUtime=1.56 cores=0,2,4,6
/proc/21358/task/21421/stat : 21421 (java) S 21355 21358 19618 0 -1 1077944384 1037 12489 0 0 68 80 5 3 20 0 15 0 44408241 14407233536 213502 18446744073709551615 4194304 4196468 140727599662944 139783044897712 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
Current children cumulated CPU time (s) 2497.89
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2464.1 s]
/proc/loadavg: 1.46 1.43 1.37 3/209 21817
/proc/meminfo: memFree=29592540/32770624 swapFree=0/542548
[pid=21358] ppid=21355 vsize=14069564 CPUtime=2520.04 cores=0,2,4,6
/proc/21358/stat : 21358 (java) S 21355 21358 19618 0 -1 1077944320 236089 12489 0 0 251623 373 5 3 20 0 15 0 44408213 14407233536 214014 18446744073709551615 4194304 4196468 140727599662944 140727599645488 139783574748919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
/proc/21358/statm: 3517391 214014 3487 1 0 3506005 0
[pid=21358/tid=21408] ppid=21355 vsize=14069564 CPUtime=2435.95 cores=0,2,4,6
/proc/21358/task/21408/stat : 21408 (java) R 21355 21358 19618 0 -1 4202560 98032 12489 0 0 243530 57 5 3 20 0 15 0 44408232 14407233536 214014 18446744073709551615 4194304 4196468 140727599662944 139783578982992 139783220513764 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21409] ppid=21355 vsize=14069564 CPUtime=12.82 cores=0,2,4,6
/proc/21358/task/21409/stat : 21409 (java) S 21355 21358 19618 0 -1 1077944384 9943 12489 0 0 1214 60 5 3 20 0 15 0 44408233 14407233536 214014 18446744073709551615 4194304 4196468 140727599662944 139783537854864 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21410] ppid=21355 vsize=14069564 CPUtime=12.83 cores=0,2,4,6
/proc/21358/task/21410/stat : 21410 (java) S 21355 21358 19618 0 -1 1077944384 11178 12489 0 0 1217 58 5 3 20 0 15 0 44408233 14407233536 214014 18446744073709551615 4194304 4196468 140727599662944 139783173388560 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21411] ppid=21355 vsize=14069564 CPUtime=12.85 cores=0,2,4,6
/proc/21358/task/21411/stat : 21411 (java) S 21355 21358 19618 0 -1 1077944384 10462 12489 0 0 1219 58 5 3 20 0 15 0 44408233 14407233536 214014 18446744073709551615 4194304 4196468 140727599662944 139783172336272 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21412] ppid=21355 vsize=14069564 CPUtime=12.81 cores=0,2,4,6
/proc/21358/task/21412/stat : 21412 (java) S 21355 21358 19618 0 -1 1077944384 11800 12489 0 0 1217 56 5 3 20 0 15 0 44408233 14407233536 214014 18446744073709551615 4194304 4196468 140727599662944 139783171283472 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21413] ppid=21355 vsize=14069564 CPUtime=12.16 cores=0,2,4,6
/proc/21358/task/21413/stat : 21413 (java) S 21355 21358 19618 0 -1 1077944384 13568 12489 0 0 1151 57 5 3 20 0 15 0 44408234 14407233536 214014 18446744073709551615 4194304 4196468 140727599662944 139783053318768 139783574760066 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21414] ppid=21355 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21414/stat : 21414 (java) S 21355 21358 19618 0 -1 1077944384 67 12489 0 0 0 0 5 3 20 0 15 0 44408234 14407233536 214014 18446744073709551615 4194304 4196468 140727599662944 139783052264800 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21415] ppid=21355 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21415/stat : 21415 (java) S 21355 21358 19618 0 -1 1077944384 43 12489 0 0 0 0 5 3 20 0 15 0 44408235 14407233536 214014 18446744073709551615 4194304 4196468 140727599662944 139783051212416 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21416] ppid=21355 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21416/stat : 21416 (java) S 21355 21358 19618 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 44408237 14407233536 214014 18446744073709551615 4194304 4196468 140727599662944 139783050160720 139783574767515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21417] ppid=21355 vsize=14069564 CPUtime=8.51 cores=0,2,4,6
/proc/21358/task/21417/stat : 21417 (java) S 21355 21358 19618 0 -1 1077944384 32873 12489 0 0 838 5 5 3 20 0 15 0 44408237 14407233536 214014 18446744073709551615 4194304 4196468 140727599662944 139783049107568 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21418] ppid=21355 vsize=14069564 CPUtime=7.69 cores=0,2,4,6
/proc/21358/task/21418/stat : 21418 (java) S 21355 21358 19618 0 -1 1077944384 19451 12489 0 0 755 6 5 3 20 0 15 0 44408237 14407233536 214014 18446744073709551615 4194304 4196468 140727599662944 139783048054768 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21419] ppid=21355 vsize=14069564 CPUtime=3.47 cores=0,2,4,6
/proc/21358/task/21419/stat : 21419 (java) S 21355 21358 19618 0 -1 1077944384 25476 12489 0 0 333 6 5 3 20 0 15 0 44408237 14407233536 214014 18446744073709551615 4194304 4196468 140727599662944 139783047002480 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21420] ppid=21355 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/21358/task/21420/stat : 21420 (java) S 21355 21358 19618 0 -1 1077944384 3 12489 0 0 0 0 5 3 20 0 15 0 44408238 14407233536 214014 18446744073709551615 4194304 4196468 140727599662944 139783045949920 139783574759125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
[pid=21358/tid=21421] ppid=21355 vsize=14069564 CPUtime=1.57 cores=0,2,4,6
/proc/21358/task/21421/stat : 21421 (java) S 21355 21358 19618 0 -1 1077944384 1039 12489 0 0 69 80 5 3 20 0 15 0 44408241 14407233536 214014 18446744073709551615 4194304 4196468 140727599662944 139783044897712 139783574760066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32919552 140727599671248 140727599674033 140727599674033 140727599677391 0
Current children cumulated CPU time (s) 2520.04
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 21358 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2464.12
CPU time (s): 2520.08
CPU user time (s): 2516.31
CPU system time (s): 3.77276
CPU usage (%): 102.271
Max. virtual memory (cumulated for all children) (KiB): 14071668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.31
system time used= 3.77276
maximum resident set size= 974024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249434
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 300795
involuntary context switches= 10046

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.76037 second user time and 16.2702 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-11 05:15:00
IDJOB=4262167
IDBENCH=115943
IDSOLVER=2650
FILE ID=node127/4262167-1502422147
RUNJOBID= node127-1502411410-19681
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-10-12.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262167-1502422147/watcher-4262167-1502422147 -o /tmp/evaluation-result-4262167-1502422147/solver-4262167-1502422147 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19681 --watchdog 2580  bin/concrete HOME/instance-4262167-1502422147.xml

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

MD5SUM BENCH= 20c15018e625ff04718a0750d7a9de92
RANDOM SEED=2108910605

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:        30775812 kB
MemAvailable:   31547324 kB
Buffers:          241616 kB
Cached:           820968 kB
SwapCached:            0 kB
Active:          1007076 kB
Inactive:         566916 kB
Active(anon):     511904 kB
Inactive(anon):    24908 kB
Active(file):     495172 kB
Inactive(file):   542008 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24000 kB
Writeback:             0 kB
AnonPages:        511564 kB
Mapped:            53908 kB
Shmem:             25252 kB
Slab:             125420 kB
SReclaimable:     100332 kB
SUnreclaim:        25088 kB
KernelStack:        3408 kB
PageTables:         5932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1425988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    423936 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-11 05:56:05