Trace number 4259429

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)166 252.08501 223.45

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-13-13.xml
MD5SUM35fa3ccff61e9a72252c43058d5bc461
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark245.22701
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints6085
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree146
Maximum variable degree146
Distribution of variable degrees[{"degree":146,"count":169}]
Minimum constraint arity4
Maximum constraint arity169
Distribution of constraint arities[{"arity":4,"count":6084},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints6084
Distribution of constraint types[{"type":"intension","count":6084},{"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.27/2.18	c Concrete v3.4 running
51.53/27.23	o 168
52.65/27.68	o 167
67.06/39.36	o 166
252.00/223.41	java.util.concurrent.TimeoutException
252.00/223.41		at concrete.MAC.mac(MAC.scala:74)
252.00/223.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
252.00/223.41		at scala.util.Try$.apply(Try.scala:209)
252.00/223.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.00/223.41		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.00/223.41		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.00/223.41		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.00/223.41		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
252.00/223.41		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.00/223.41		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.00/223.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.00/223.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.00/223.41		at concrete.MAC.oneRun(MAC.scala:146)
252.00/223.41		at concrete.MAC.nextSolution(MAC.scala:166)
252.00/223.41		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
252.00/223.41		at concrete.ProblemState.map(ProblemState.scala:203)
252.00/223.41		at concrete.ProblemState.map(ProblemState.scala:188)
252.00/223.41		at concrete.MAC.nextSolution(MAC.scala:195)
252.00/223.41		at concrete.Solver.hasNext(Solver.scala:202)
252.00/223.41		at scala.collection.Iterator.toStream(Iterator.scala:1403)
252.00/223.41		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
252.00/223.41		at concrete.Solver.toStream(Solver.scala:73)
252.00/223.41		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
252.00/223.41		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
252.00/223.41		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
252.00/223.41		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
252.00/223.41		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
252.00/223.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.00/223.41		at scala.util.Success.map(Try.scala:209)
252.00/223.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
252.00/223.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
252.00/223.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
252.00/223.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
252.00/223.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
252.00/223.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.00/223.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.00/223.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.00/223.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.00/223.41		at scala.collection.immutable.List.foreach(List.scala:389)
252.00/223.41		at scala.App.main(App.scala:76)
252.00/223.41		at scala.App.main$(App.scala:74)
252.00/223.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
252.00/223.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.00/223.42	v <instantiation cost="166">
252.00/223.42	v       <list>
252.00/223.42	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[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[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[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[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[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[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[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[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[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[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[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[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]
252.00/223.42	v       </list>
252.00/223.42	v       <values>
252.00/223.42	v         162 162 162 162 163 163 163 163 164 165 166 166 166 162 163 164 165 161 163 164 166 165 166 163 163 165 162 163 166 164 164 166 164 166 165 165 162 165 162 162 164 164 164 165 165 165 163 165 166 163 164 164 162 165 165 166 162 165 164 166 166 165 164 163 165 163 162 163 165 165 164 164 166 164 165 166 164 163 163 166 165 163 164 162 163 165 165 164 163 166 164 164 165 164 165 164 166 165 165 163 166 164 165 166 165 165 166 166 166 164 166 164 165 166 165 166 164 165 166 164 166 165 166 163 165 164 163 166 163 165 166 163 166 164 165 164 163 162 166 164 164 165 163 166 164 163 162 164 165 163 165 164 166 166 162 162 166 166 163 165 163 165 166 166 164 164 165 163 166
252.00/223.42	v       </values>
252.00/223.42	v     </instantiation>
252.00/223.42	s SATISFIABLE

Verifier Data

OK	166

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12824 MiB free)
  memory of node 1: 16384 MiB (15434 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259429-1502650791/watcher-4259429-1502650791 -o /tmp/evaluation-result-4259429-1502650791/solver-4259429-1502650791 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25474 --watchdog 312 bin/concrete HOME/instance-4259429-1502650791.xml 

running on 4 cores: 1,3,5,7

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

solver pid=3155, runsolver pid=3152

[startup+0.100066 s]*
/proc/loadavg: 2.07 2.21 2.13 3/200 3183
/proc/meminfo: memFree=28934300/32770624 swapFree=67108860/67108860
[pid=3155] ppid=3152 vsize=9636 memory=1468 CPUtime=0.01 cores=1,3,5,7
/proc/3155/stat : 3155 (bash) S 3152 3155 8289 0 -1 4202496 900 6474 0 0 0 0 0 1 20 0 1 0 112894243 9867264 367 18446744073709551615 4194304 5098028 140724328445152 140724328439160 139798802635776 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 8 0 0 7196144 7232144 12394496 140724328452596 140724328452681 140724328452681 140724328456170 0
/proc/3155/statm: 2409 367 288 221 0 118 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9636 KiB
Current children cumulated memory: 1468 KiB

[startup+0.209829 s]*
/proc/loadavg: 2.07 2.21 2.13 3/201 3205
/proc/meminfo: memFree=28929536/32770624 swapFree=67108860/67108860
[pid=3155] ppid=3152 vsize=13358716 memory=14040 CPUtime=0.07 cores=1,3,5,7
/proc/3155/stat : 3155 (java) S 3152 3155 8289 0 -1 1077944320 3680 12795 0 0 0 0 4 3 20 0 6 0 112894243 13679325184 3510 18446744073709551615 4194304 4196468 140734112060160 140734112042704 139858585149175 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
/proc/3155/statm: 3339679 3510 1465 1 0 3329176 0
[pid=3155/tid=3205] ppid=3152 vsize=13358716 memory=4134931637327788091 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3205/stat : 3205 (java) R 3152 3155 8289 0 -1 4202560 1972 12795 0 0 0 0 4 3 20 0 6 0 112894264 13679325184 3972 18446744073709551615 4194304 4196468 140734112060160 139858589385296 139858565423104 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3206] ppid=3152 vsize=13358716 memory=664954298551644168 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3206/stat : 3206 (java) S 3152 3155 8289 0 -1 1077944384 1 12795 0 0 0 0 4 3 20 0 6 0 112894264 13679325184 3972 18446744073709551615 4194304 4196468 140734112060160 139858504563472 139858585159381 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3207] ppid=3152 vsize=13358716 memory=140426638149248 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3207/stat : 3207 (java) S 3152 3155 8289 0 -1 1077944384 1 12795 0 0 0 0 4 3 20 0 6 0 112894264 13679325184 3972 18446744073709551615 4194304 4196468 140734112060160 139858503510928 139858585159381 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3208] ppid=3152 vsize=13358716 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3208/stat : 3208 (java) S 3152 3155 8289 0 -1 1077944384 2 12795 0 0 0 0 4 3 20 0 6 0 112894264 13679325184 3972 18446744073709551615 4194304 4196468 140734112060160 139858502458384 139858585159381 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3209] ppid=3152 vsize=13358716 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3209/stat : 3209 (java) S 3152 3155 8289 0 -1 1077944384 2 12795 0 0 0 0 4 3 20 0 6 0 112894264 13679325184 3972 18446744073709551615 4194304 4196468 140734112060160 139858501405840 139858585159381 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13358716 KiB
Current children cumulated memory: 14040 KiB

[startup+0.310068 s]*
/proc/loadavg: 2.07 2.21 2.13 5/214 3218
/proc/meminfo: memFree=28911636/32770624 swapFree=67108860/67108860
[pid=3155] ppid=3152 vsize=13974356 memory=30504 CPUtime=0.19 cores=1,3,5,7
/proc/3155/stat : 3155 (java) S 3152 3155 8289 0 -1 1077944320 6472 12795 0 0 10 2 4 3 20 0 15 0 112894243 14309740544 7626 18446744073709551615 4194304 4196468 140734112060160 140734112042704 139858585149175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
/proc/3155/statm: 3493589 7626 2903 1 0 3482965 0
[pid=3155/tid=3205] ppid=3152 vsize=13974356 memory=576567874760998942 CPUtime=0.14 cores=1,3,5,7
/proc/3155/task/3205/stat : 3205 (java) R 3152 3155 8289 0 -1 4202560 3041 12795 0 0 6 1 4 3 20 0 15 0 112894264 14309740544 7626 18446744073709551615 4194304 4196468 140734112060160 139858589381312 139858568523264 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3206] ppid=3152 vsize=13974356 memory=4294975228 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3206/stat : 3206 (java) S 3152 3155 8289 0 -1 1077944384 1 12795 0 0 0 0 4 3 20 0 15 0 112894264 14309740544 7626 18446744073709551615 4194304 4196468 140734112060160 139858504563472 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3207] ppid=3152 vsize=13974356 memory=140426639156038 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3207/stat : 3207 (java) S 3152 3155 8289 0 -1 1077944384 1 12795 0 0 0 0 4 3 20 0 15 0 112894264 14309740544 7626 18446744073709551615 4194304 4196468 140734112060160 139858503510928 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3208] ppid=3152 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3208/stat : 3208 (java) S 3152 3155 8289 0 -1 1077944384 2 12795 0 0 0 0 4 3 20 0 15 0 112894264 14309740544 7626 18446744073709551615 4194304 4196468 140734112060160 139858502458384 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3209] ppid=3152 vsize=13974356 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3209/stat : 3209 (java) S 3152 3155 8289 0 -1 1077944384 2 12795 0 0 0 0 4 3 20 0 15 0 112894264 14309740544 7626 18446744073709551615 4194304 4196468 140734112060160 139858501405840 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3210] ppid=3152 vsize=13974356 memory=140426638149248 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3210/stat : 3210 (java) S 3152 3155 8289 0 -1 1077944384 2 12795 0 0 0 0 4 3 20 0 15 0 112894266 14309740544 7626 18446744073709551615 4194304 4196468 140734112060160 139858062845936 139858585160322 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3211] ppid=3152 vsize=13974356 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3211/stat : 3211 (java) S 3152 3155 8289 0 -1 1077944384 33 12795 0 0 0 0 4 3 20 0 15 0 112894266 14309740544 7626 18446744073709551615 4194304 4196468 140734112060160 139858061792160 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3212] ppid=3152 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3212/stat : 3212 (java) S 3152 3155 8289 0 -1 1077944384 21 12795 0 0 0 0 4 3 20 0 15 0 112894266 14309740544 7626 18446744073709551615 4194304 4196468 140734112060160 139858060739568 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3213] ppid=3152 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3213/stat : 3213 (java) S 3152 3155 8289 0 -1 1077944384 3 12795 0 0 0 0 4 3 20 0 15 0 112894269 14309740544 7626 18446744073709551615 4194304 4196468 140734112060160 139858059688144 139858585167771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3214] ppid=3152 vsize=13974356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3155/task/3214/stat : 3214 (java) R 3152 3155 8289 0 -1 4202560 711 12795 0 0 1 0 4 3 20 0 15 0 112894269 14309740544 7626 18446744073709551615 4194304 4196468 140734112060160 139858058616872 139858569415404 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3215] ppid=3152 vsize=13974356 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3215/stat : 3215 (java) R 3152 3155 8289 0 -1 1077944384 7 12795 0 0 0 0 4 3 20 0 15 0 112894269 14309740544 7626 18446744073709551615 4194304 4196468 140734112060160 139858057583312 139858585159381 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3216] ppid=3152 vsize=13974356 memory=140426638149248 CPUtime=0.08 cores=1,3,5,7
/proc/3155/task/3216/stat : 3216 (java) R 3152 3155 8289 0 -1 4202560 498 12795 0 0 1 0 4 3 20 0 15 0 112894269 14309740544 7626 18446744073709551615 4194304 4196468 140734112060160 139858056526432 139858570314830 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3217] ppid=3152 vsize=13974356 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3217/stat : 3217 (java) S 3152 3155 8289 0 -1 1077944384 3 12795 0 0 0 0 4 3 20 0 15 0 112894269 14309740544 7626 18446744073709551615 4194304 4196468 140734112060160 139858055478368 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3218] ppid=3152 vsize=13974356 memory=140426638149248 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3218/stat : 3218 (java) S 3152 3155 8289 0 -1 1077944384 1 12795 0 0 0 0 4 3 20 0 15 0 112894272 14309740544 7626 18446744073709551615 4194304 4196468 140734112060160 139858054424880 139858585160322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 13974356 KiB
Current children cumulated memory: 30504 KiB

[startup+0.700705 s]
/proc/loadavg: 2.07 2.21 2.13 3/214 3218
/proc/meminfo: memFree=28883696/32770624 swapFree=67108860/67108860
[pid=3155] ppid=3152 vsize=13974784 memory=60512 CPUtime=0.7 cores=1,3,5,7
/proc/3155/stat : 3155 (java) S 3152 3155 8289 0 -1 1077944320 13679 12795 0 0 59 4 4 3 20 0 15 0 112894243 14310178816 15128 18446744073709551615 4194304 4196468 140734112060160 140734112042704 139858585149175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
/proc/3155/statm: 3493696 15128 3097 1 0 3482965 0
[pid=3155/tid=3205] ppid=3152 vsize=13974784 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/3155/task/3205/stat : 3205 (java) R 3152 3155 8289 0 -1 4202560 10088 12795 0 0 42 4 4 3 20 0 15 0 112894264 14310178816 15128 18446744073709551615 4194304 4196468 140734112060160 139858589373584 139858566712719 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3206] ppid=3152 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3206/stat : 3206 (java) S 3152 3155 8289 0 -1 1077944384 1 12795 0 0 0 0 4 3 20 0 15 0 112894264 14310178816 15128 18446744073709551615 4194304 4196468 140734112060160 139858504563472 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3207] ppid=3152 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3207/stat : 3207 (java) S 3152 3155 8289 0 -1 1077944384 1 12795 0 0 0 0 4 3 20 0 15 0 112894264 14310178816 15128 18446744073709551615 4194304 4196468 140734112060160 139858503510928 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3208] ppid=3152 vsize=13974784 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3208/stat : 3208 (java) S 3152 3155 8289 0 -1 1077944384 2 12795 0 0 0 0 4 3 20 0 15 0 112894264 14310178816 15128 18446744073709551615 4194304 4196468 140734112060160 139858502458384 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3209] ppid=3152 vsize=13974784 memory=14356 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3209/stat : 3209 (java) S 3152 3155 8289 0 -1 1077944384 2 12795 0 0 0 0 4 3 20 0 15 0 112894264 14310178816 15128 18446744073709551615 4194304 4196468 140734112060160 139858501405840 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3210] ppid=3152 vsize=13974784 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3210/stat : 3210 (java) S 3152 3155 8289 0 -1 1077944384 6 12795 0 0 0 0 4 3 20 0 15 0 112894266 14310178816 15128 18446744073709551615 4194304 4196468 140734112060160 139858062845936 139858585160322 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3211] ppid=3152 vsize=13974784 memory=2012 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3211/stat : 3211 (java) S 3152 3155 8289 0 -1 1077944384 33 12795 0 0 0 0 4 3 20 0 15 0 112894266 14310178816 15128 18446744073709551615 4194304 4196468 140734112060160 139858061792160 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3212] ppid=3152 vsize=13974784 memory=11136 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3212/stat : 3212 (java) S 3152 3155 8289 0 -1 1077944384 21 12795 0 0 0 0 4 3 20 0 15 0 112894266 14310178816 15128 18446744073709551615 4194304 4196468 140734112060160 139858060739568 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3213] ppid=3152 vsize=13974784 memory=5788 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3213/stat : 3213 (java) S 3152 3155 8289 0 -1 1077944384 3 12795 0 0 0 0 4 3 20 0 15 0 112894269 14310178816 15128 18446744073709551615 4194304 4196468 140734112060160 139858059688144 139858585167771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3214] ppid=3152 vsize=13974784 memory=4612 CPUtime=0.11 cores=1,3,5,7
/proc/3155/task/3214/stat : 3214 (java) S 3152 3155 8289 0 -1 1077944384 786 12795 0 0 4 0 4 3 20 0 15 0 112894269 14310178816 15128 18446744073709551615 4194304 4196468 140734112060160 139858058635760 139858585160322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3215] ppid=3152 vsize=13974784 memory=1436 CPUtime=0.09 cores=1,3,5,7
/proc/3155/task/3215/stat : 3215 (java) S 3152 3155 8289 0 -1 1077944384 27 12795 0 0 2 0 4 3 20 0 15 0 112894269 14310178816 15128 18446744073709551615 4194304 4196468 140734112060160 139858057583216 139858585160322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3216] ppid=3152 vsize=13974784 memory=1200 CPUtime=0.17 cores=1,3,5,7
/proc/3155/task/3216/stat : 3216 (java) S 3152 3155 8289 0 -1 1077944384 549 12795 0 0 10 0 4 3 20 0 15 0 112894269 14310178816 15128 18446744073709551615 4194304 4196468 140734112060160 139858056530672 139858585160322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3217] ppid=3152 vsize=13974784 memory=15876 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3217/stat : 3217 (java) S 3152 3155 8289 0 -1 1077944384 3 12795 0 0 0 0 4 3 20 0 15 0 112894269 14310178816 15128 18446744073709551615 4194304 4196468 140734112060160 139858055478368 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3218] ppid=3152 vsize=13974784 memory=4064 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3218/stat : 3218 (java) S 3152 3155 8289 0 -1 1077944384 1 12795 0 0 0 0 4 3 20 0 15 0 112894272 14310178816 15128 18446744073709551615 4194304 4196468 140734112060160 139858054424880 139858585160322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 13974784 KiB
Current children cumulated memory: 60512 KiB

[startup+1.50126 s]
/proc/loadavg: 2.07 2.21 2.13 3/214 3218
/proc/meminfo: memFree=28829140/32770624 swapFree=67108860/67108860
[pid=3155] ppid=3152 vsize=13985408 memory=172544 CPUtime=1.97 cores=1,3,5,7
/proc/3155/stat : 3155 (java) S 3152 3155 8289 0 -1 1077944320 28947 12795 0 0 179 11 4 3 20 0 15 0 112894243 14321057792 43136 18446744073709551615 4194304 4196468 140734112060160 140734112042704 139858585149175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
/proc/3155/statm: 3496352 43136 3366 1 0 3485525 0
[pid=3155/tid=3205] ppid=3152 vsize=13985408 memory=54656 CPUtime=1.29 cores=1,3,5,7
/proc/3155/task/3205/stat : 3205 (java) R 3152 3155 8289 0 -1 4202560 21998 12795 0 0 116 6 4 3 20 0 15 0 112894264 14321057792 43179 18446744073709551615 4194304 4196468 140734112060160 139858589375568 139858569192805 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3206] ppid=3152 vsize=13985408 memory=86984 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3206/stat : 3206 (java) S 3152 3155 8289 0 -1 1077944384 41 12795 0 0 0 0 4 3 20 0 15 0 112894264 14321057792 43179 18446744073709551615 4194304 4196468 140734112060160 139858504563472 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3207] ppid=3152 vsize=13985408 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3155/task/3207/stat : 3207 (java) S 3152 3155 8289 0 -1 1077944384 44 12795 0 0 1 0 4 3 20 0 15 0 112894264 14321057792 43179 18446744073709551615 4194304 4196468 140734112060160 139858503510928 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3208] ppid=3152 vsize=13985408 memory=140426638148097 CPUtime=0.08 cores=1,3,5,7
/proc/3155/task/3208/stat : 3208 (java) S 3152 3155 8289 0 -1 1077944384 63 12795 0 0 1 0 4 3 20 0 15 0 112894264 14321057792 43179 18446744073709551615 4194304 4196468 140734112060160 139858502458384 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3209] ppid=3152 vsize=13985408 memory=280853012002672 CPUtime=0.08 cores=1,3,5,7
/proc/3155/task/3209/stat : 3209 (java) S 3152 3155 8289 0 -1 1077944384 204 12795 0 0 1 0 4 3 20 0 15 0 112894264 14321057792 43179 18446744073709551615 4194304 4196468 140734112060160 139858501405840 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3210] ppid=3152 vsize=13985408 memory=5794564157170869604 CPUtime=0.08 cores=1,3,5,7
/proc/3155/task/3210/stat : 3210 (java) S 3152 3155 8289 0 -1 1077944384 1160 12795 0 0 1 0 4 3 20 0 15 0 112894266 14321057792 43179 18446744073709551615 4194304 4196468 140734112060160 139858062845936 139858585160322 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3211] ppid=3152 vsize=13985408 memory=7738966907338309740 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3211/stat : 3211 (java) S 3152 3155 8289 0 -1 1077944384 55 12795 0 0 0 0 4 3 20 0 15 0 112894266 14321057792 43179 18446744073709551615 4194304 4196468 140734112060160 139858061792224 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3212] ppid=3152 vsize=13985408 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3212/stat : 3212 (java) S 3152 3155 8289 0 -1 1077944384 44 12795 0 0 0 0 4 3 20 0 15 0 112894266 14321057792 43179 18446744073709551615 4194304 4196468 140734112060160 139858060739584 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3213] ppid=3152 vsize=13985408 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3213/stat : 3213 (java) S 3152 3155 8289 0 -1 1077944384 3 12795 0 0 0 0 4 3 20 0 15 0 112894269 14321057792 43179 18446744073709551615 4194304 4196468 140734112060160 139858059688144 139858585167771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3214] ppid=3152 vsize=13985408 memory=7 CPUtime=0.25 cores=1,3,5,7
/proc/3155/task/3214/stat : 3214 (java) S 3152 3155 8289 0 -1 1077944384 1358 12795 0 0 18 0 4 3 20 0 15 0 112894269 14321057792 43179 18446744073709551615 4194304 4196468 140734112060160 139858058635760 139858585160322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3215] ppid=3152 vsize=13985408 memory=7 CPUtime=0.22 cores=1,3,5,7
/proc/3155/task/3215/stat : 3215 (java) S 3152 3155 8289 0 -1 1077944384 459 12795 0 0 15 0 4 3 20 0 15 0 112894269 14321057792 43179 18446744073709551615 4194304 4196468 140734112060160 139858057583216 139858585160322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3216] ppid=3152 vsize=13985408 memory=280853011888736 CPUtime=0.3 cores=1,3,5,7
/proc/3155/task/3216/stat : 3216 (java) R 3152 3155 8289 0 -1 4202560 1354 12795 0 0 23 0 4 3 20 0 15 0 112894269 14321057792 43179 18446744073709551615 4194304 4196468 140734112060160 139858056526544 139858578248875 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3217] ppid=3152 vsize=13985408 memory=288230591722430204 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3217/stat : 3217 (java) S 3152 3155 8289 0 -1 1077944384 3 12795 0 0 0 0 4 3 20 0 15 0 112894269 14321057792 43179 18446744073709551615 4194304 4196468 140734112060160 139858055478368 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3218] ppid=3152 vsize=13985408 memory=13849655444270520 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3218/stat : 3218 (java) S 3152 3155 8289 0 -1 1077944384 6 12795 0 0 0 0 4 3 20 0 15 0 112894272 14321057792 43179 18446744073709551615 4194304 4196468 140734112060160 139858054424880 139858585160322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
Current children cumulated CPU time: 1.97 s
Current children cumulated vsize: 13985408 KiB
Current children cumulated memory: 172544 KiB

[startup+3.11061 s]
/proc/loadavg: 2.07 2.21 2.13 5/214 3218
/proc/meminfo: memFree=28609612/32770624 swapFree=67108860/67108860
[pid=3155] ppid=3152 vsize=13995836 memory=285632 CPUtime=6.51 cores=1,3,5,7
/proc/3155/stat : 3155 (java) S 3152 3155 8289 0 -1 1077944320 42267 12795 0 0 627 17 4 3 20 0 15 0 112894243 14331736064 71408 18446744073709551615 4194304 4196468 140734112060160 140734112042704 139858585149175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
/proc/3155/statm: 3498959 71408 3463 1 0 3487573 0
[pid=3155/tid=3205] ppid=3152 vsize=13995836 memory=266032 CPUtime=2.88 cores=1,3,5,7
/proc/3155/task/3205/stat : 3205 (java) R 3152 3155 8289 0 -1 4202560 27736 12795 0 0 271 10 4 3 20 0 15 0 112894264 14331736064 71408 18446744073709551615 4194304 4196468 140734112060160 139858589379760 139858188046977 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3206] ppid=3152 vsize=13995836 memory=280853012025024 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3206/stat : 3206 (java) S 3152 3155 8289 0 -1 1077944384 43 12795 0 0 0 0 4 3 20 0 15 0 112894264 14331736064 71408 18446744073709551615 4194304 4196468 140734112060160 139858504563472 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3207] ppid=3152 vsize=13995836 memory=280853011921472 CPUtime=0.08 cores=1,3,5,7
/proc/3155/task/3207/stat : 3207 (java) S 3152 3155 8289 0 -1 1077944384 125 12795 0 0 1 0 4 3 20 0 15 0 112894264 14331736064 71408 18446744073709551615 4194304 4196468 140734112060160 139858503510928 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3208] ppid=3152 vsize=13995836 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/3155/task/3208/stat : 3208 (java) S 3152 3155 8289 0 -1 1077944384 71 12795 0 0 1 0 4 3 20 0 15 0 112894264 14331736064 71408 18446744073709551615 4194304 4196468 140734112060160 139858502458384 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3209] ppid=3152 vsize=13995836 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3155/task/3209/stat : 3209 (java) S 3152 3155 8289 0 -1 1077944384 226 12795 0 0 1 0 4 3 20 0 15 0 112894264 14331736064 71408 18446744073709551615 4194304 4196468 140734112060160 139858501405840 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3210] ppid=3152 vsize=13995836 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3155/task/3210/stat : 3210 (java) S 3152 3155 8289 0 -1 1077944384 1239 12795 0 0 1 0 4 3 20 0 15 0 112894266 14331736064 71408 18446744073709551615 4194304 4196468 140734112060160 139858062845936 139858585160322 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3211] ppid=3152 vsize=13995836 memory=1 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3211/stat : 3211 (java) S 3152 3155 8289 0 -1 1077944384 55 12795 0 0 0 0 4 3 20 0 15 0 112894266 14331736064 71408 18446744073709551615 4194304 4196468 140734112060160 139858061792224 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3212] ppid=3152 vsize=13995836 memory=1 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3212/stat : 3212 (java) S 3152 3155 8289 0 -1 1077944384 44 12795 0 0 0 0 4 3 20 0 15 0 112894266 14331736064 71408 18446744073709551615 4194304 4196468 140734112060160 139858060739584 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3213] ppid=3152 vsize=13995836 memory=1 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3213/stat : 3213 (java) S 3152 3155 8289 0 -1 1077944384 3 12795 0 0 0 0 4 3 20 0 15 0 112894269 14331736064 71408 18446744073709551615 4194304 4196468 140734112060160 139858059688144 139858585167771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3214] ppid=3152 vsize=13995836 memory=55 CPUtime=1.27 cores=1,3,5,7
/proc/3155/task/3214/stat : 3214 (java) R 3152 3155 8289 0 -1 4202560 3029 12795 0 0 120 0 4 3 20 0 15 0 112894269 14331736064 71408 18446744073709551615 4194304 4196468 140734112060160 139858058634944 139858570863872 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0

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

/proc/3155/task/3205/stat : 3205 (java) R 3152 3155 8289 0 -1 4202560 57330 12795 0 0 9916 61 4 3 20 0 15 0 112894264 14407233536 1013447 18446744073709551615 4194304 4196468 140734112060160 139858589384680 139858197260928 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3206] ppid=3152 vsize=14069564 memory=4053788 CPUtime=2 cores=1,3,5,7
/proc/3155/task/3206/stat : 3206 (java) S 3152 3155 8289 0 -1 1077944384 934 12795 0 0 181 12 4 3 20 0 15 0 112894264 14407233536 1013447 18446744073709551615 4194304 4196468 140734112060160 139858504563472 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3207] ppid=3152 vsize=14069564 memory=4168 CPUtime=2.02 cores=1,3,5,7
/proc/3155/task/3207/stat : 3207 (java) S 3152 3155 8289 0 -1 1077944384 1190 12795 0 0 182 13 4 3 20 0 15 0 112894264 14407233536 1013447 18446744073709551615 4194304 4196468 140734112060160 139858503510928 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3208] ppid=3152 vsize=14069564 memory=0 CPUtime=2.04 cores=1,3,5,7
/proc/3155/task/3208/stat : 3208 (java) S 3152 3155 8289 0 -1 1077944384 1994 12795 0 0 184 13 4 3 20 0 15 0 112894264 14407233536 1013447 18446744073709551615 4194304 4196468 140734112060160 139858502458384 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3209] ppid=3152 vsize=14069564 memory=11136 CPUtime=2.02 cores=1,3,5,7
/proc/3155/task/3209/stat : 3209 (java) S 3152 3155 8289 0 -1 1077944384 1540 12795 0 0 182 13 4 3 20 0 15 0 112894264 14407233536 1013447 18446744073709551615 4194304 4196468 140734112060160 139858501405840 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3210] ppid=3152 vsize=14069564 memory=5788 CPUtime=0.3 cores=1,3,5,7
/proc/3155/task/3210/stat : 3210 (java) S 3152 3155 8289 0 -1 1077944384 7069 12795 0 0 22 1 4 3 20 0 15 0 112894266 14407233536 1013447 18446744073709551615 4194304 4196468 140734112060160 139858062845936 139858585160322 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3211] ppid=3152 vsize=14069564 memory=4168 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3211/stat : 3211 (java) S 3152 3155 8289 0 -1 1077944384 63 12795 0 0 0 0 4 3 20 0 15 0 112894266 14407233536 1013447 18446744073709551615 4194304 4196468 140734112060160 139858061792224 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3212] ppid=3152 vsize=14069564 memory=54656 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3212/stat : 3212 (java) S 3152 3155 8289 0 -1 1077944384 55 12795 0 0 0 0 4 3 20 0 15 0 112894266 14407233536 1013447 18446744073709551615 4194304 4196468 140734112060160 139858060739584 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3213] ppid=3152 vsize=14069564 memory=55 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3213/stat : 3213 (java) S 3152 3155 8289 0 -1 1077944384 3 12795 0 0 0 0 4 3 20 0 15 0 112894269 14407233536 1013447 18446744073709551615 4194304 4196468 140734112060160 139858059688144 139858585167771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3214] ppid=3152 vsize=14069564 memory=734096883974151632 CPUtime=9.86 cores=1,3,5,7
/proc/3155/task/3214/stat : 3214 (java) S 3152 3155 8289 0 -1 1077944384 12446 12795 0 0 977 2 4 3 20 0 15 0 112894269 14407233536 1013447 18446744073709551615 4194304 4196468 140734112060160 139858058635760 139858585160322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3215] ppid=3152 vsize=14069564 memory=1228 CPUtime=10.08 cores=1,3,5,7
/proc/3155/task/3215/stat : 3215 (java) S 3152 3155 8289 0 -1 1077944384 18014 12795 0 0 999 2 4 3 20 0 15 0 112894269 14407233536 1013447 18446744073709551615 4194304 4196468 140734112060160 139858057583216 139858585160322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3216] ppid=3152 vsize=14069564 memory=14356 CPUtime=2.73 cores=1,3,5,7
/proc/3155/task/3216/stat : 3216 (java) S 3152 3155 8289 0 -1 1077944384 13226 12795 0 0 261 5 4 3 20 0 15 0 112894269 14407233536 1013447 18446744073709551615 4194304 4196468 140734112060160 139858056530672 139858585160322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3217] ppid=3152 vsize=14069564 memory=280853012351232 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3217/stat : 3217 (java) S 3152 3155 8289 0 -1 1077944384 3 12795 0 0 0 0 4 3 20 0 15 0 112894269 14407233536 1013447 18446744073709551615 4194304 4196468 140734112060160 139858055478368 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3218] ppid=3152 vsize=14069564 memory=140426506305547 CPUtime=0.11 cores=1,3,5,7
/proc/3155/task/3218/stat : 3218 (java) S 3152 3155 8289 0 -1 1077944384 390 12795 0 0 2 2 4 3 20 0 15 0 112894272 14407233536 1013447 18446744073709551615 4194304 4196468 140734112060160 139858054424880 139858585160322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
Current children cumulated CPU time: 130.51 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 4053788 KiB

[startup+162.301 s]
/proc/loadavg: 2.21 2.24 2.15 3/214 3350
/proc/meminfo: memFree=23015584/32770624 swapFree=67108860/67108860
[pid=3155] ppid=3152 vsize=14069564 memory=4103804 CPUtime=190.74 cores=1,3,5,7
/proc/3155/stat : 3155 (java) S 3152 3155 8289 0 -1 1077944320 130076 12795 0 0 18932 135 4 3 20 0 15 0 112894243 14407233536 1025951 18446744073709551615 4194304 4196468 140734112060160 140734112042704 139858585149175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
/proc/3155/statm: 3517391 1025951 3494 1 0 3506005 0
[pid=3155/tid=3205] ppid=3152 vsize=14069564 memory=4103804 CPUtime=159.79 cores=1,3,5,7
/proc/3155/task/3205/stat : 3205 (java) R 3152 3155 8289 0 -1 4202560 63203 12795 0 0 15910 62 4 3 20 0 15 0 112894264 14407233536 1025951 18446744073709551615 4194304 4196468 140734112060160 139858589383136 139858190005496 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3206] ppid=3152 vsize=14069564 memory=4088612 CPUtime=2.05 cores=1,3,5,7
/proc/3155/task/3206/stat : 3206 (java) S 3152 3155 8289 0 -1 1077944384 1254 12795 0 0 185 13 4 3 20 0 15 0 112894264 14407233536 1025951 18446744073709551615 4194304 4196468 140734112060160 139858504563472 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3207] ppid=3152 vsize=14069564 memory=4103804 CPUtime=2.07 cores=1,3,5,7
/proc/3155/task/3207/stat : 3207 (java) S 3152 3155 8289 0 -1 1077944384 2792 12795 0 0 186 14 4 3 20 0 15 0 112894264 14407233536 1025951 18446744073709551615 4194304 4196468 140734112060160 139858503510928 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3208] ppid=3152 vsize=14069564 memory=4099552 CPUtime=2.09 cores=1,3,5,7
/proc/3155/task/3208/stat : 3208 (java) S 3152 3155 8289 0 -1 1077944384 2074 12795 0 0 188 14 4 3 20 0 15 0 112894264 14407233536 1025951 18446744073709551615 4194304 4196468 140734112060160 139858502458384 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3209] ppid=3152 vsize=14069564 memory=4103804 CPUtime=2.07 cores=1,3,5,7
/proc/3155/task/3209/stat : 3209 (java) S 3152 3155 8289 0 -1 1077944384 1636 12795 0 0 186 14 4 3 20 0 15 0 112894264 14407233536 1025951 18446744073709551615 4194304 4196468 140734112060160 139858501405840 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3210] ppid=3152 vsize=14069564 memory=4099552 CPUtime=0.31 cores=1,3,5,7
/proc/3155/task/3210/stat : 3210 (java) S 3152 3155 8289 0 -1 1077944384 7382 12795 0 0 23 1 4 3 20 0 15 0 112894266 14407233536 1025951 18446744073709551615 4194304 4196468 140734112060160 139858062845936 139858585160322 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3211] ppid=3152 vsize=14069564 memory=4103804 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3211/stat : 3211 (java) S 3152 3155 8289 0 -1 1077944384 63 12795 0 0 0 0 4 3 20 0 15 0 112894266 14407233536 1025951 18446744073709551615 4194304 4196468 140734112060160 139858061792224 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3212] ppid=3152 vsize=14069564 memory=7680170660397595203 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3212/stat : 3212 (java) S 3152 3155 8289 0 -1 1077944384 55 12795 0 0 0 0 4 3 20 0 15 0 112894266 14407233536 1025951 18446744073709551615 4194304 4196468 140734112060160 139858060739584 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3213] ppid=3152 vsize=14069564 memory=4103804 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3213/stat : 3213 (java) S 3152 3155 8289 0 -1 1077944384 3 12795 0 0 0 0 4 3 20 0 15 0 112894269 14407233536 1025951 18446744073709551615 4194304 4196468 140734112060160 139858059688144 139858585167771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3214] ppid=3152 vsize=14069564 memory=225 CPUtime=9.91 cores=1,3,5,7
/proc/3155/task/3214/stat : 3214 (java) S 3152 3155 8289 0 -1 1077944384 14653 12795 0 0 982 2 4 3 20 0 15 0 112894269 14407233536 1025951 18446744073709551615 4194304 4196468 140734112060160 139858058635760 139858585160322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3215] ppid=3152 vsize=14069564 memory=4103804 CPUtime=10.08 cores=1,3,5,7
/proc/3155/task/3215/stat : 3215 (java) S 3152 3155 8289 0 -1 1077944384 18464 12795 0 0 999 2 4 3 20 0 15 0 112894269 14407233536 1025951 18446744073709551615 4194304 4196468 140734112060160 139858057583216 139858585160322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3216] ppid=3152 vsize=14069564 memory=4103804 CPUtime=2.73 cores=1,3,5,7
/proc/3155/task/3216/stat : 3216 (java) S 3152 3155 8289 0 -1 1077944384 15905 12795 0 0 261 5 4 3 20 0 15 0 112894269 14407233536 1025951 18446744073709551615 4194304 4196468 140734112060160 139858056530672 139858585160322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3217] ppid=3152 vsize=14069564 memory=4103804 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3217/stat : 3217 (java) S 3152 3155 8289 0 -1 1077944384 3 12795 0 0 0 0 4 3 20 0 15 0 112894269 14407233536 1025951 18446744073709551615 4194304 4196468 140734112060160 139858055478368 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3218] ppid=3152 vsize=14069564 memory=4103804 CPUtime=0.15 cores=1,3,5,7
/proc/3155/task/3218/stat : 3218 (java) S 3152 3155 8289 0 -1 1077944384 433 12795 0 0 4 4 4 3 20 0 15 0 112894272 14407233536 1025951 18446744073709551615 4194304 4196468 140734112060160 139858054424880 139858585160322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
Current children cumulated CPU time: 190.74 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 4103804 KiB

[startup+222.301 s]
/proc/loadavg: 1.97 2.17 2.13 3/214 3352
/proc/meminfo: memFree=23019476/32770624 swapFree=67108860/67108860
[pid=3155] ppid=3152 vsize=14069564 memory=4080332 CPUtime=250.9 cores=1,3,5,7
/proc/3155/stat : 3155 (java) S 3152 3155 8289 0 -1 1077944320 140360 12795 0 0 24944 139 4 3 20 0 15 0 112894243 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 140734112042704 139858585149175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
/proc/3155/statm: 3517391 1020083 3494 1 0 3506005 0
[pid=3155/tid=3205] ppid=3152 vsize=14069564 memory=4080332 CPUtime=219.74 cores=1,3,5,7
/proc/3155/task/3205/stat : 3205 (java) R 3152 3155 8289 0 -1 4202560 69256 12795 0 0 21903 64 4 3 20 0 15 0 112894264 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858589383232 139858181103558 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3206] ppid=3152 vsize=14069564 memory=4080332 CPUtime=2.09 cores=1,3,5,7
/proc/3155/task/3206/stat : 3206 (java) S 3152 3155 8289 0 -1 1077944384 1444 12795 0 0 189 13 4 3 20 0 15 0 112894264 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858504563472 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3207] ppid=3152 vsize=14069564 memory=4080332 CPUtime=2.1 cores=1,3,5,7
/proc/3155/task/3207/stat : 3207 (java) S 3152 3155 8289 0 -1 1077944384 4434 12795 0 0 189 14 4 3 20 0 15 0 112894264 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858503510928 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3208] ppid=3152 vsize=14069564 memory=4080332 CPUtime=2.13 cores=1,3,5,7
/proc/3155/task/3208/stat : 3208 (java) S 3152 3155 8289 0 -1 1077944384 2135 12795 0 0 192 14 4 3 20 0 15 0 112894264 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858502458384 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3209] ppid=3152 vsize=14069564 memory=4080332 CPUtime=2.11 cores=1,3,5,7
/proc/3155/task/3209/stat : 3209 (java) S 3152 3155 8289 0 -1 1077944384 1792 12795 0 0 190 14 4 3 20 0 15 0 112894264 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858501405840 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3210] ppid=3152 vsize=14069564 memory=4080332 CPUtime=0.32 cores=1,3,5,7
/proc/3155/task/3210/stat : 3210 (java) S 3152 3155 8289 0 -1 1077944384 7702 12795 0 0 24 1 4 3 20 0 15 0 112894266 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858062845936 139858585160322 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3211] ppid=3152 vsize=14069564 memory=4080332 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3211/stat : 3211 (java) S 3152 3155 8289 0 -1 1077944384 63 12795 0 0 0 0 4 3 20 0 15 0 112894266 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858061792224 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3212] ppid=3152 vsize=14069564 memory=4080332 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3212/stat : 3212 (java) S 3152 3155 8289 0 -1 1077944384 55 12795 0 0 0 0 4 3 20 0 15 0 112894266 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858060739584 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3213] ppid=3152 vsize=14069564 memory=302022848351043610 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3213/stat : 3213 (java) S 3152 3155 8289 0 -1 1077944384 3 12795 0 0 0 0 4 3 20 0 15 0 112894269 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858059688144 139858585167771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3214] ppid=3152 vsize=14069564 memory=288230617509003574 CPUtime=9.91 cores=1,3,5,7
/proc/3155/task/3214/stat : 3214 (java) S 3152 3155 8289 0 -1 1077944384 14660 12795 0 0 982 2 4 3 20 0 15 0 112894269 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858058635760 139858585160322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3215] ppid=3152 vsize=14069564 memory=4082896 CPUtime=10.09 cores=1,3,5,7
/proc/3155/task/3215/stat : 3215 (java) S 3152 3155 8289 0 -1 1077944384 18672 12795 0 0 1000 2 4 3 20 0 15 0 112894269 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858057583216 139858585160322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3216] ppid=3152 vsize=14069564 memory=4082896 CPUtime=2.74 cores=1,3,5,7
/proc/3155/task/3216/stat : 3216 (java) S 3152 3155 8289 0 -1 1077944384 17502 12795 0 0 262 5 4 3 20 0 15 0 112894269 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858056530672 139858585160322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3217] ppid=3152 vsize=14069564 memory=4080332 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3217/stat : 3217 (java) S 3152 3155 8289 0 -1 1077944384 3 12795 0 0 0 0 4 3 20 0 15 0 112894269 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858055478368 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3218] ppid=3152 vsize=14069564 memory=1296 CPUtime=0.19 cores=1,3,5,7
/proc/3155/task/3218/stat : 3218 (java) S 3152 3155 8289 0 -1 1077944384 483 12795 0 0 6 6 4 3 20 0 15 0 112894272 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858054424880 139858585160322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
Current children cumulated CPU time: 250.9 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 4080332 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+223.401 s]
/proc/loadavg: 1.97 2.17 2.13 3/214 3352
/proc/meminfo: memFree=23019476/32770624 swapFree=67108860/67108860
[pid=3155] ppid=3152 vsize=14069564 memory=4080332 CPUtime=252 cores=1,3,5,7
/proc/3155/stat : 3155 (java) S 3152 3155 8289 0 -1 1077944320 140360 12795 0 0 25054 139 4 3 20 0 15 0 112894243 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 140734112042704 139858585149175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
/proc/3155/statm: 3517391 1020083 3494 1 0 3506005 0
[pid=3155/tid=3205] ppid=3152 vsize=14069564 memory=928 CPUtime=220.84 cores=1,3,5,7
/proc/3155/task/3205/stat : 3205 (java) R 3152 3155 8289 0 -1 4202560 69256 12795 0 0 22013 64 4 3 20 0 15 0 112894264 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858589383232 139858192965439 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3206] ppid=3152 vsize=14069564 memory=2760 CPUtime=2.09 cores=1,3,5,7
/proc/3155/task/3206/stat : 3206 (java) S 3152 3155 8289 0 -1 1077944384 1444 12795 0 0 189 13 4 3 20 0 15 0 112894264 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858504563472 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3207] ppid=3152 vsize=14069564 memory=2760 CPUtime=2.1 cores=1,3,5,7
/proc/3155/task/3207/stat : 3207 (java) S 3152 3155 8289 0 -1 1077944384 4434 12795 0 0 189 14 4 3 20 0 15 0 112894264 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858503510928 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3208] ppid=3152 vsize=14069564 memory=4278483708103473607 CPUtime=2.13 cores=1,3,5,7
/proc/3155/task/3208/stat : 3208 (java) S 3152 3155 8289 0 -1 1077944384 2135 12795 0 0 192 14 4 3 20 0 15 0 112894264 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858502458384 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3209] ppid=3152 vsize=14069564 memory=4872558044660077418 CPUtime=2.11 cores=1,3,5,7
/proc/3155/task/3209/stat : 3209 (java) S 3152 3155 8289 0 -1 1077944384 1792 12795 0 0 190 14 4 3 20 0 15 0 112894264 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858501405840 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3210] ppid=3152 vsize=14069564 memory=302022848351043610 CPUtime=0.32 cores=1,3,5,7
/proc/3155/task/3210/stat : 3210 (java) S 3152 3155 8289 0 -1 1077944384 7702 12795 0 0 24 1 4 3 20 0 15 0 112894266 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858062845936 139858585160322 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3211] ppid=3152 vsize=14069564 memory=288230617509003574 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3211/stat : 3211 (java) S 3152 3155 8289 0 -1 1077944384 63 12795 0 0 0 0 4 3 20 0 15 0 112894266 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858061792224 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3212] ppid=3152 vsize=14069564 memory=14356 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3212/stat : 3212 (java) S 3152 3155 8289 0 -1 1077944384 55 12795 0 0 0 0 4 3 20 0 15 0 112894266 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858060739584 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3213] ppid=3152 vsize=14069564 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3213/stat : 3213 (java) S 3152 3155 8289 0 -1 1077944384 3 12795 0 0 0 0 4 3 20 0 15 0 112894269 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858059688144 139858585167771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3214] ppid=3152 vsize=14069564 memory=2012 CPUtime=9.91 cores=1,3,5,7
/proc/3155/task/3214/stat : 3214 (java) S 3152 3155 8289 0 -1 1077944384 14660 12795 0 0 982 2 4 3 20 0 15 0 112894269 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858058635760 139858585160322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3215] ppid=3152 vsize=14069564 memory=11136 CPUtime=10.09 cores=1,3,5,7
/proc/3155/task/3215/stat : 3215 (java) S 3152 3155 8289 0 -1 1077944384 18672 12795 0 0 1000 2 4 3 20 0 15 0 112894269 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858057583216 139858585160322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3216] ppid=3152 vsize=14069564 memory=5788 CPUtime=2.74 cores=1,3,5,7
/proc/3155/task/3216/stat : 3216 (java) S 3152 3155 8289 0 -1 1077944384 17502 12795 0 0 262 5 4 3 20 0 15 0 112894269 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858056530672 139858585160322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3217] ppid=3152 vsize=14069564 memory=4612 CPUtime=0.07 cores=1,3,5,7
/proc/3155/task/3217/stat : 3217 (java) S 3152 3155 8289 0 -1 1077944384 3 12795 0 0 0 0 4 3 20 0 15 0 112894269 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858055478368 139858585159381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
[pid=3155/tid=3218] ppid=3152 vsize=14069564 memory=1436 CPUtime=0.19 cores=1,3,5,7
/proc/3155/task/3218/stat : 3218 (java) S 3152 3155 8289 0 -1 1077944384 483 12795 0 0 6 6 4 3 20 0 15 0 112894272 14407233536 1020083 18446744073709551615 4194304 4196468 140734112060160 139858054424880 139858585160322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32989184 140734112061360 140734112064145 140734112064145 140734112067535 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 4080332 KiB

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

[startup+223.45 s]
# the end of solver process 3155 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.621 s, system=1.46402 s

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

Child status: 143
Real time (s): 223.45
CPU time (s): 252.085
CPU user time (s): 250.621
CPU system time (s): 1.46402
CPU usage (%): 112.815
Max. virtual memory (cumulated for all children) (KiB): 14069692
Max. memory (cumulated for all children) (KiB): 4118148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.621
system time used= 1.46402
maximum resident set size= 4118320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156608
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15542
involuntary context switches= 450


# summary of solver processes directly reported to runsolver:
#   pid: 3155
#   total CPU time (s): 252.085
#   total CPU user time (s): 250.621
#   total CPU system time (s): 1.46402

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.30987 second user time and 2.21403 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 20:45:43
IDJOB=4259429
IDBENCH=139728
IDSOLVER=2646
FILE ID=node133/4259429-1502650791
RUNJOBID= node133-1502641620-25474
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-13-13.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259429-1502650791/watcher-4259429-1502650791 -o /tmp/evaluation-result-4259429-1502650791/solver-4259429-1502650791 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25474 --watchdog 312  bin/concrete HOME/instance-4259429-1502650791.xml

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

MD5SUM BENCH= 35fa3ccff61e9a72252c43058d5bc461
RANDOM SEED=1260260221

node133.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.17
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.17
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.17
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.17
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:        28937344 kB
MemAvailable:   29584076 kB
Buffers:          241708 kB
Cached:           700088 kB
SwapCached:            0 kB
Active:          3190824 kB
Inactive:         190772 kB
Active(anon):    2380788 kB
Inactive(anon):   100804 kB
Active(file):     810036 kB
Inactive(file):    89968 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24812 kB
Writeback:             4 kB
AnonPages:       2427300 kB
Mapped:            69856 kB
Shmem:             41660 kB
Slab:             152496 kB
SReclaimable:     125124 kB
SUnreclaim:        27372 kB
KernelStack:        3552 kB
PageTables:         9712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3864408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2207744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-13 20:49:26