Trace number 4259438

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)254 252.117 215.457

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-15-17.xml
MD5SUM5342dff7930c7d1c2bbf0c6436545580
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark240.009
Satisfiable
(Un)Satisfiability was proved
Number of variables255
Number of constraints14281
Number of domains1
Minimum domain size255
Maximum domain size255
Distribution of domain sizes[{"size":255,"count":255}]
Minimum variable degree226
Maximum variable degree226
Distribution of variable degrees[{"degree":226,"count":255}]
Minimum constraint arity4
Maximum constraint arity255
Distribution of constraint arities[{"arity":4,"count":14280},{"arity":255,"count":1}]
Number of extensional constraints0
Number of intensional constraints14280
Distribution of constraint types[{"type":"intension","count":14280},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

Verifier Data

OK	254

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

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

running on 4 cores: 0,2,4,6

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=3940, runsolver pid=3937

[startup+0.100252 s]*
/proc/loadavg: 1.75 2.00 2.07 7/203 3968
/proc/meminfo: memFree=24749812/32770624 swapFree=67108860/67108860
[pid=3940] ppid=3937 vsize=9636 memory=1512 CPUtime=0.01 cores=0,2,4,6
/proc/3940/stat : 3940 (bash) S 3937 3940 8289 0 -1 4202496 900 6475 0 0 0 0 0 1 20 0 1 0 112954363 9867264 378 18446744073709551615 4194304 5098028 140733588535120 140733588529128 140109764750336 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 16195584 140733588537844 140733588537929 140733588537929 140733588541418 0
/proc/3940/statm: 2409 378 297 221 0 118 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9636 KiB
Current children cumulated memory: 1512 KiB

[startup+0.21027 s]*
/proc/loadavg: 1.75 2.00 2.07 3/201 3990
/proc/meminfo: memFree=24743300/32770624 swapFree=67108860/67108860
[pid=3940] ppid=3937 vsize=13358716 memory=11212 CPUtime=0.08 cores=0,2,4,6
/proc/3940/stat : 3940 (java) S 3937 3940 8289 0 -1 1077944320 3506 12342 0 0 0 0 5 3 20 0 6 0 112954363 13679325184 2803 18446744073709551615 4194304 4196468 140726731180976 140726731163520 140466417512183 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
/proc/3940/statm: 3339679 2803 1309 1 0 3329176 0
[pid=3940/tid=3990] ppid=3937 vsize=13358716 memory=4134931637327788091 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3990/stat : 3990 (java) R 3937 3940 8289 0 -1 4202560 1735 12342 0 0 0 0 5 3 20 0 6 0 112954384 13679325184 3198 18446744073709551615 4194304 4196468 140726731180976 140466421748304 140466378493814 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3991] ppid=3937 vsize=13358716 memory=664954298551644168 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3991/stat : 3991 (java) S 3937 3940 8289 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 6 0 112954385 13679325184 3198 18446744073709551615 4194304 4196468 140726731180976 140466374478480 140466417522389 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3992] ppid=3937 vsize=13358716 memory=139990671132288 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3992/stat : 3992 (java) S 3937 3940 8289 0 -1 1077944384 1 12342 0 0 0 0 5 3 20 0 6 0 112954385 13679325184 3198 18446744073709551615 4194304 4196468 140726731180976 140466373425680 140466417522389 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3993] ppid=3937 vsize=13358716 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3993/stat : 3993 (java) S 3937 3940 8289 0 -1 1077944384 2 12342 0 0 0 0 5 3 20 0 6 0 112954385 13679325184 3198 18446744073709551615 4194304 4196468 140726731180976 140466372372880 140466417522389 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3994] ppid=3937 vsize=13358716 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3994/stat : 3994 (java) S 3937 3940 8289 0 -1 1077944384 1 12342 0 0 0 0 5 3 20 0 6 0 112954385 13679325184 3264 18446744073709551615 4194304 4196468 140726731180976 140466371320080 140466417522389 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13358716 KiB
Current children cumulated memory: 11212 KiB

[startup+0.310303 s]*
/proc/loadavg: 1.75 2.00 2.07 2/213 4002
/proc/meminfo: memFree=24733436/32770624 swapFree=67108860/67108860
[pid=3940] ppid=3937 vsize=13907308 memory=22004 CPUtime=0.14 cores=0,2,4,6
/proc/3940/stat : 3940 (java) S 3937 3940 8289 0 -1 1077944320 5823 12342 0 0 5 1 5 3 20 0 14 0 112954363 14241083392 5501 18446744073709551615 4194304 4196468 140726731180976 140726731163520 140466417512183 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
/proc/3940/statm: 3476827 5501 2567 1 0 3466324 0
[pid=3940/tid=3990] ppid=3937 vsize=13907308 memory=576567874760998942 CPUtime=0.12 cores=0,2,4,6
/proc/3940/task/3990/stat : 3990 (java) D 3937 3940 8289 0 -1 4202560 3080 12342 0 0 4 0 5 3 20 0 14 0 112954384 14241083392 5501 18446744073709551615 4194304 4196468 140726731180976 140466421749664 140466417534205 0 4 1 16800974 18446744071580418449 0 0 -1 6 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3991] ppid=3937 vsize=13907308 memory=4294975228 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3991/stat : 3991 (java) S 3937 3940 8289 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 14 0 112954385 14241083392 5501 18446744073709551615 4194304 4196468 140726731180976 140466374478480 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3992] ppid=3937 vsize=13907308 memory=139990672142243 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3992/stat : 3992 (java) S 3937 3940 8289 0 -1 1077944384 1 12342 0 0 0 0 5 3 20 0 14 0 112954385 14241083392 5501 18446744073709551615 4194304 4196468 140726731180976 140466373425680 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3993] ppid=3937 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3993/stat : 3993 (java) S 3937 3940 8289 0 -1 1077944384 2 12342 0 0 0 0 5 3 20 0 14 0 112954385 14241083392 5501 18446744073709551615 4194304 4196468 140726731180976 140466372372880 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3994] ppid=3937 vsize=13907308 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3994/stat : 3994 (java) S 3937 3940 8289 0 -1 1077944384 1 12342 0 0 0 0 5 3 20 0 14 0 112954385 14241083392 5501 18446744073709551615 4194304 4196468 140726731180976 140466371320080 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3995] ppid=3937 vsize=13907308 memory=139990671132288 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3995/stat : 3995 (java) S 3937 3940 8289 0 -1 1077944384 2 12342 0 0 0 0 5 3 20 0 14 0 112954386 14241083392 5501 18446744073709551615 4194304 4196468 140726731180976 140465895619440 140466417523330 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3996] ppid=3937 vsize=13907308 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3996/stat : 3996 (java) S 3937 3940 8289 0 -1 1077944384 33 12342 0 0 0 0 5 3 20 0 14 0 112954387 14241083392 5501 18446744073709551615 4194304 4196468 140726731180976 140465894565408 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3997] ppid=3937 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3997/stat : 3997 (java) S 3937 3940 8289 0 -1 1077944384 21 12342 0 0 0 0 5 3 20 0 14 0 112954387 14241083392 5501 18446744073709551615 4194304 4196468 140726731180976 140465893512560 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3998] ppid=3937 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3998/stat : 3998 (java) S 3937 3940 8289 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 14 0 112954390 14241083392 5501 18446744073709551615 4194304 4196468 140726731180976 140465892460880 140466417530779 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3999] ppid=3937 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3999/stat : 3999 (java) S 3937 3940 8289 0 -1 1077944384 299 12342 0 0 0 0 5 3 20 0 14 0 112954390 14241083392 5501 18446744073709551615 4194304 4196468 140726731180976 140465891408240 140466417523330 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4000] ppid=3937 vsize=13907308 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/4000/stat : 4000 (java) S 3937 3940 8289 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 14 0 112954390 14241083392 5501 18446744073709551615 4194304 4196468 140726731180976 140465890355440 140466417523330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4001] ppid=3937 vsize=13907308 memory=139990671132288 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/4001/stat : 4001 (java) S 3937 3940 8289 0 -1 1077944384 218 12342 0 0 0 0 5 3 20 0 14 0 112954390 14241083392 5501 18446744073709551615 4194304 4196468 140726731180976 140465889302640 140466417523330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4002] ppid=3937 vsize=13907308 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/4002/stat : 4002 (java) S 3937 3940 8289 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 14 0 112954390 14241083392 5501 18446744073709551615 4194304 4196468 140726731180976 140465888250080 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 13907308 KiB
Current children cumulated memory: 22004 KiB

[startup+0.700792 s]
/proc/loadavg: 1.75 2.00 2.07 3/214 4003
/proc/meminfo: memFree=24722720/32770624 swapFree=67108860/67108860
[pid=3940] ppid=3937 vsize=13974784 memory=53404 CPUtime=0.48 cores=0,2,4,6
/proc/3940/stat : 3940 (java) S 3937 3940 8289 0 -1 1077944320 13032 12342 0 0 37 3 5 3 20 0 15 0 112954363 14310178816 13351 18446744073709551615 4194304 4196468 140726731180976 140726731163520 140466417512183 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
/proc/3940/statm: 3493696 13351 3071 1 0 3482965 0
[pid=3940/tid=3990] ppid=3937 vsize=13974784 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/3940/task/3990/stat : 3990 (java) R 3937 3940 8289 0 -1 4202560 9523 12342 0 0 27 2 5 3 20 0 15 0 112954384 14310178816 13351 18446744073709551615 4194304 4196468 140726731180976 140466421702080 140466397788011 0 4 1 16800974 0 0 0 -1 4 0 0 18 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3991] ppid=3937 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3991/stat : 3991 (java) S 3937 3940 8289 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 15 0 112954385 14310178816 13351 18446744073709551615 4194304 4196468 140726731180976 140466374478480 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3992] ppid=3937 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3992/stat : 3992 (java) S 3937 3940 8289 0 -1 1077944384 1 12342 0 0 0 0 5 3 20 0 15 0 112954385 14310178816 13351 18446744073709551615 4194304 4196468 140726731180976 140466373425680 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3993] ppid=3937 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3993/stat : 3993 (java) S 3937 3940 8289 0 -1 1077944384 2 12342 0 0 0 0 5 3 20 0 15 0 112954385 14310178816 13351 18446744073709551615 4194304 4196468 140726731180976 140466372372880 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3994] ppid=3937 vsize=13974784 memory=14356 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3994/stat : 3994 (java) S 3937 3940 8289 0 -1 1077944384 1 12342 0 0 0 0 5 3 20 0 15 0 112954385 14310178816 13351 18446744073709551615 4194304 4196468 140726731180976 140466371320080 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3995] ppid=3937 vsize=13974784 memory=1008 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3995/stat : 3995 (java) S 3937 3940 8289 0 -1 1077944384 2 12342 0 0 0 0 5 3 20 0 15 0 112954386 14310178816 13351 18446744073709551615 4194304 4196468 140726731180976 140465895619440 140466417523330 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3996] ppid=3937 vsize=13974784 memory=2012 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3996/stat : 3996 (java) S 3937 3940 8289 0 -1 1077944384 33 12342 0 0 0 0 5 3 20 0 15 0 112954387 14310178816 13351 18446744073709551615 4194304 4196468 140726731180976 140465894565408 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3997] ppid=3937 vsize=13974784 memory=11136 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3997/stat : 3997 (java) S 3937 3940 8289 0 -1 1077944384 21 12342 0 0 0 0 5 3 20 0 15 0 112954387 14310178816 13351 18446744073709551615 4194304 4196468 140726731180976 140465893512560 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3998] ppid=3937 vsize=13974784 memory=5788 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3998/stat : 3998 (java) S 3937 3940 8289 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 15 0 112954390 14310178816 13351 18446744073709551615 4194304 4196468 140726731180976 140465892460880 140466417530779 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3999] ppid=3937 vsize=13974784 memory=4612 CPUtime=0.09 cores=0,2,4,6
/proc/3940/task/3999/stat : 3999 (java) S 3937 3940 8289 0 -1 1077944384 598 12342 0 0 1 0 5 3 20 0 15 0 112954390 14310178816 13351 18446744073709551615 4194304 4196468 140726731180976 140465891408240 140466417523330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4000] ppid=3937 vsize=13974784 memory=1436 CPUtime=0.1 cores=0,2,4,6
/proc/3940/task/4000/stat : 4000 (java) S 3937 3940 8289 0 -1 1077944384 146 12342 0 0 2 0 5 3 20 0 15 0 112954390 14310178816 13351 18446744073709551615 4194304 4196468 140726731180976 140465890355440 140466417523330 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4001] ppid=3937 vsize=13974784 memory=1200 CPUtime=0.14 cores=0,2,4,6
/proc/3940/task/4001/stat : 4001 (java) S 3937 3940 8289 0 -1 1077944384 541 12342 0 0 6 0 5 3 20 0 15 0 112954390 14310178816 13351 18446744073709551615 4194304 4196468 140726731180976 140465889302640 140466417523330 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4002] ppid=3937 vsize=13974784 memory=15876 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/4002/stat : 4002 (java) S 3937 3940 8289 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 15 0 112954390 14310178816 13351 18446744073709551615 4194304 4196468 140726731180976 140465888250080 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4003] ppid=3937 vsize=13974784 memory=4064 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/4003/stat : 4003 (java) S 3937 3940 8289 0 -1 1077944384 1 12342 0 0 0 0 5 3 20 0 15 0 112954408 14310178816 13351 18446744073709551615 4194304 4196468 140726731180976 140465887198384 140466417523330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 13974784 KiB
Current children cumulated memory: 53404 KiB

[startup+1.50084 s]
/proc/loadavg: 1.75 2.00 2.07 6/214 4003
/proc/meminfo: memFree=24671960/32770624 swapFree=67108860/67108860
[pid=3940] ppid=3937 vsize=13985408 memory=129360 CPUtime=1.69 cores=0,2,4,6
/proc/3940/stat : 3940 (java) S 3937 3940 8289 0 -1 1077944320 26356 12342 0 0 155 6 5 3 20 0 15 0 112954363 14321057792 32340 18446744073709551615 4194304 4196468 140726731180976 140726731163520 140466417512183 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
/proc/3940/statm: 3496352 32340 3330 1 0 3485525 0
[pid=3940/tid=3990] ppid=3937 vsize=13985408 memory=0 CPUtime=1.17 cores=0,2,4,6
/proc/3940/task/3990/stat : 3990 (java) R 3937 3940 8289 0 -1 4202560 21187 12342 0 0 104 5 5 3 20 0 15 0 112954384 14321057792 32340 18446744073709551615 4194304 4196468 140726731180976 140466421745192 140466403698089 0 4 1 16800974 0 0 0 -1 4 0 0 18 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3991] ppid=3937 vsize=13985408 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3991/stat : 3991 (java) S 3937 3940 8289 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 15 0 112954385 14321057792 32340 18446744073709551615 4194304 4196468 140726731180976 140466374478480 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3992] ppid=3937 vsize=13985408 memory=7810743001367933520 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3992/stat : 3992 (java) S 3937 3940 8289 0 -1 1077944384 1 12342 0 0 0 0 5 3 20 0 15 0 112954385 14321057792 32340 18446744073709551615 4194304 4196468 140726731180976 140466373425680 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3993] ppid=3937 vsize=13985408 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3993/stat : 3993 (java) S 3937 3940 8289 0 -1 1077944384 2 12342 0 0 0 0 5 3 20 0 15 0 112954385 14321057792 32340 18446744073709551615 4194304 4196468 140726731180976 140466372372880 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3994] ppid=3937 vsize=13985408 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3994/stat : 3994 (java) S 3937 3940 8289 0 -1 1077944384 1 12342 0 0 0 0 5 3 20 0 15 0 112954385 14321057792 32340 18446744073709551615 4194304 4196468 140726731180976 140466371320080 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3995] ppid=3937 vsize=13985408 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3995/stat : 3995 (java) S 3937 3940 8289 0 -1 1077944384 5 12342 0 0 0 0 5 3 20 0 15 0 112954386 14321057792 32340 18446744073709551615 4194304 4196468 140726731180976 140465895619440 140466417523330 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3996] ppid=3937 vsize=13985408 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3996/stat : 3996 (java) S 3937 3940 8289 0 -1 1077944384 33 12342 0 0 0 0 5 3 20 0 15 0 112954387 14321057792 32340 18446744073709551615 4194304 4196468 140726731180976 140465894565408 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3997] ppid=3937 vsize=13985408 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3997/stat : 3997 (java) S 3937 3940 8289 0 -1 1077944384 21 12342 0 0 0 0 5 3 20 0 15 0 112954387 14321057792 32340 18446744073709551615 4194304 4196468 140726731180976 140465893512560 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3998] ppid=3937 vsize=13985408 memory=3054156605335311252 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3998/stat : 3998 (java) S 3937 3940 8289 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 15 0 112954390 14321057792 32340 18446744073709551615 4194304 4196468 140726731180976 140465892460880 140466417530779 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3999] ppid=3937 vsize=13985408 memory=3467824627879784490 CPUtime=0.24 cores=0,2,4,6
/proc/3940/task/3999/stat : 3999 (java) S 3937 3940 8289 0 -1 1077944384 1048 12342 0 0 16 0 5 3 20 0 15 0 112954390 14321057792 32340 18446744073709551615 4194304 4196468 140726731180976 140465891408240 140466417523330 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4000] ppid=3937 vsize=13985408 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/3940/task/4000/stat : 4000 (java) S 3937 3940 8289 0 -1 1077944384 1039 12342 0 0 14 0 5 3 20 0 15 0 112954390 14321057792 32340 18446744073709551615 4194304 4196468 140726731180976 140465890355440 140466417523330 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4001] ppid=3937 vsize=13985408 memory=8 CPUtime=0.28 cores=0,2,4,6
/proc/3940/task/4001/stat : 4001 (java) S 3937 3940 8289 0 -1 1077944384 851 12342 0 0 20 0 5 3 20 0 15 0 112954390 14321057792 32340 18446744073709551615 4194304 4196468 140726731180976 140465889302640 140466417523330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4002] ppid=3937 vsize=13985408 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/4002/stat : 4002 (java) S 3937 3940 8289 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 15 0 112954390 14321057792 32340 18446744073709551615 4194304 4196468 140726731180976 140465888250080 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4003] ppid=3937 vsize=13985408 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/4003/stat : 4003 (java) S 3937 3940 8289 0 -1 1077944384 5 12342 0 0 0 0 5 3 20 0 15 0 112954408 14321057792 32340 18446744073709551615 4194304 4196468 140726731180976 140465887198384 140466417523330 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 13985408 KiB
Current children cumulated memory: 129360 KiB

[startup+3.11077 s]
/proc/loadavg: 1.77 2.00 2.07 5/214 4003
/proc/meminfo: memFree=24452868/32770624 swapFree=67108860/67108860
[pid=3940] ppid=3937 vsize=13995836 memory=282772 CPUtime=5.62 cores=0,2,4,6
/proc/3940/stat : 3940 (java) S 3937 3940 8289 0 -1 1077944320 39340 12342 0 0 538 16 5 3 20 0 15 0 112954363 14331736064 70693 18446744073709551615 4194304 4196468 140726731180976 140726731163520 140466417512183 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
/proc/3940/statm: 3498959 70693 3462 1 0 3487573 0
[pid=3940/tid=3990] ppid=3937 vsize=13995836 memory=8 CPUtime=2.72 cores=0,2,4,6
/proc/3940/task/3990/stat : 3990 (java) R 3937 3940 8289 0 -1 4202560 26973 12342 0 0 256 8 5 3 20 0 15 0 112954384 14331736064 70711 18446744073709551615 4194304 4196468 140726731180976 140466421744592 140466417524118 0 4 1 16800974 0 0 0 -1 0 0 0 18 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3991] ppid=3937 vsize=13995836 memory=8 CPUtime=0.09 cores=0,2,4,6
/proc/3940/task/3991/stat : 3991 (java) S 3937 3940 8289 0 -1 1077944384 213 12342 0 0 1 0 5 3 20 0 15 0 112954385 14331736064 70711 18446744073709551615 4194304 4196468 140726731180976 140466374478480 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3992] ppid=3937 vsize=13995836 memory=55 CPUtime=0.1 cores=0,2,4,6
/proc/3940/task/3992/stat : 3992 (java) S 3937 3940 8289 0 -1 1077944384 66 12342 0 0 1 1 5 3 20 0 15 0 112954385 14331736064 70711 18446744073709551615 4194304 4196468 140726731180976 140466373425680 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3993] ppid=3937 vsize=13995836 memory=8163 CPUtime=0.09 cores=0,2,4,6
/proc/3940/task/3993/stat : 3993 (java) S 3937 3940 8289 0 -1 1077944384 224 12342 0 0 1 0 5 3 20 0 15 0 112954385 14331736064 70711 18446744073709551615 4194304 4196468 140726731180976 140466372372880 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3994] ppid=3937 vsize=13995836 memory=18866 CPUtime=0.1 cores=0,2,4,6
/proc/3940/task/3994/stat : 3994 (java) S 3937 3940 8289 0 -1 1077944384 67 12342 0 0 1 1 5 3 20 0 15 0 112954385 14331736064 70711 18446744073709551615 4194304 4196468 140726731180976 140466371320080 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3995] ppid=3937 vsize=13995836 memory=52 CPUtime=0.09 cores=0,2,4,6
/proc/3940/task/3995/stat : 3995 (java) S 3937 3940 8289 0 -1 1077944384 2013 12342 0 0 1 0 5 3 20 0 15 0 112954386 14331736064 70711 18446744073709551615 4194304 4196468 140726731180976 140465895619440 140466417523330 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3996] ppid=3937 vsize=13995836 memory=39 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3996/stat : 3996 (java) S 3937 3940 8289 0 -1 1077944384 55 12342 0 0 0 0 5 3 20 0 15 0 112954387 14331736064 70711 18446744073709551615 4194304 4196468 140726731180976 140465894565472 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3997] ppid=3937 vsize=13995836 memory=139990566855302 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3997/stat : 3997 (java) S 3937 3940 8289 0 -1 1077944384 45 12342 0 0 0 0 5 3 20 0 15 0 112954387 14331736064 70711 18446744073709551615 4194304 4196468 140726731180976 140465893512576 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3998] ppid=3937 vsize=13995836 memory=17 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3998/stat : 3998 (java) S 3937 3940 8289 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 15 0 112954390 14331736064 70711 18446744073709551615 4194304 4196468 140726731180976 140465892460880 140466417530779 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3999] ppid=3937 vsize=13995836 memory=123024 CPUtime=1.01 cores=0,2,4,6
/proc/3940/task/3999/stat : 3999 (java) R 3937 3940 8289 0 -1 4202560 2173 12342 0 0 93 0 5 3 20 0 15 0 112954390 14331736064 70711 18446744073709551615 4194304 4196468 140726731180976 140465891399888 140466410615785 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4000] ppid=3937 vsize=13995836 memory=14695179886003559 CPUtime=1.01 cores=0,2,4,6
/proc/3940/task/4000/stat : 4000 (java) R 3937 3940 8289 0 -1 4202560 2272 12342 0 0 92 1 5 3 20 0 15 0 112954390 14331736064 70711 18446744073709551615 4194304 4196468 140726731180976 140465890332592 140466401908031 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0

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

/proc/3940/task/3990/stat : 3990 (java) R 3937 3940 8289 0 -1 4202560 50139 12342 0 0 4845 58 5 3 20 0 15 0 112954384 14405136384 1060132 18446744073709551615 4194304 4196468 140726731180976 140466421744320 140466067546676 0 4 1 16800974 0 0 0 -1 4 0 0 18 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3991] ppid=3937 vsize=14067516 memory=0 CPUtime=1.55 cores=0,2,4,6
/proc/3940/task/3991/stat : 3991 (java) S 3937 3940 8289 0 -1 1077944384 1807 12342 0 0 125 22 5 3 20 0 15 0 112954385 14405136384 1060132 18446744073709551615 4194304 4196468 140726731180976 140466374478480 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3992] ppid=3937 vsize=14067516 memory=4240528 CPUtime=1.56 cores=0,2,4,6
/proc/3940/task/3992/stat : 3992 (java) S 3937 3940 8289 0 -1 1077944384 1026 12342 0 0 127 21 5 3 20 0 15 0 112954385 14405136384 1060132 18446744073709551615 4194304 4196468 140726731180976 140466373425680 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3993] ppid=3937 vsize=14067516 memory=17192754089939 CPUtime=1.51 cores=0,2,4,6
/proc/3940/task/3993/stat : 3993 (java) S 3937 3940 8289 0 -1 1077944384 1373 12342 0 0 123 20 5 3 20 0 15 0 112954385 14405136384 1060132 18446744073709551615 4194304 4196468 140726731180976 140466372372880 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3994] ppid=3937 vsize=14067516 memory=279980730915562 CPUtime=1.54 cores=0,2,4,6
/proc/3940/task/3994/stat : 3994 (java) S 3937 3940 8289 0 -1 1077944384 1794 12342 0 0 126 20 5 3 20 0 15 0 112954385 14405136384 1060132 18446744073709551615 4194304 4196468 140726731180976 140466371320080 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3995] ppid=3937 vsize=14067516 memory=4240528 CPUtime=0.22 cores=0,2,4,6
/proc/3940/task/3995/stat : 3995 (java) S 3937 3940 8289 0 -1 1077944384 13449 12342 0 0 13 1 5 3 20 0 15 0 112954386 14405136384 1060132 18446744073709551615 4194304 4196468 140726731180976 140465895619440 140466417523330 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3996] ppid=3937 vsize=14067516 memory=4168 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3996/stat : 3996 (java) S 3937 3940 8289 0 -1 1077944384 58 12342 0 0 0 0 5 3 20 0 15 0 112954387 14405136384 1060132 18446744073709551615 4194304 4196468 140726731180976 140465894565472 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3997] ppid=3937 vsize=14067516 memory=4240528 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3997/stat : 3997 (java) S 3937 3940 8289 0 -1 1077944384 49 12342 0 0 0 0 5 3 20 0 15 0 112954387 14405136384 1060132 18446744073709551615 4194304 4196468 140726731180976 140465893512576 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3998] ppid=3937 vsize=14067516 memory=2440 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3998/stat : 3998 (java) S 3937 3940 8289 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 15 0 112954390 14405136384 1060132 18446744073709551615 4194304 4196468 140726731180976 140465892460880 140466417530779 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3999] ppid=3937 vsize=14067516 memory=4240528 CPUtime=7.53 cores=0,2,4,6
/proc/3940/task/3999/stat : 3999 (java) S 3937 3940 8289 0 -1 1077944384 9199 12342 0 0 743 2 5 3 20 0 15 0 112954390 14405136384 1060132 18446744073709551615 4194304 4196468 140726731180976 140465891408240 140466417523330 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4000] ppid=3937 vsize=14067516 memory=1160 CPUtime=7.18 cores=0,2,4,6
/proc/3940/task/4000/stat : 4000 (java) S 3937 3940 8289 0 -1 1077944384 7997 12342 0 0 708 2 5 3 20 0 15 0 112954390 14405136384 1060132 18446744073709551615 4194304 4196468 140726731180976 140465890355440 140466417523330 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4001] ppid=3937 vsize=14067516 memory=4240528 CPUtime=2.38 cores=0,2,4,6
/proc/3940/task/4001/stat : 4001 (java) S 3937 3940 8289 0 -1 1077944384 10549 12342 0 0 227 3 5 3 20 0 15 0 112954390 14405136384 1060132 18446744073709551615 4194304 4196468 140726731180976 140465889302640 140466417523330 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4002] ppid=3937 vsize=14067516 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/4002/stat : 4002 (java) S 3937 3940 8289 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 15 0 112954390 14405136384 1060132 18446744073709551615 4194304 4196468 140726731180976 140465888250080 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4003] ppid=3937 vsize=14067516 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/3940/task/4003/stat : 4003 (java) S 3937 3940 8289 0 -1 1077944384 136 12342 0 0 1 1 5 3 20 0 15 0 112954408 14405136384 1060132 18446744073709551615 4194304 4196468 140726731180976 140465887198384 140466417523330 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
Current children cumulated CPU time: 72.07 s
Current children cumulated vsize: 14067516 KiB
Current children cumulated memory: 4240528 KiB

[startup+102.301 s]
/proc/loadavg: 1.90 1.99 2.06 3/213 4131
/proc/meminfo: memFree=22738180/32770624 swapFree=67108860/67108860
[pid=3940] ppid=3937 vsize=14069564 memory=4304940 CPUtime=137.89 cores=0,2,4,6
/proc/3940/stat : 3940 (java) S 3937 3940 8289 0 -1 1077944320 139922 12342 0 0 13616 165 5 3 20 0 15 0 112954363 14407233536 1076235 18446744073709551615 4194304 4196468 140726731180976 140726731163520 140466417512183 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
/proc/3940/statm: 3517391 1076235 3487 1 0 3506005 0
[pid=3940/tid=3990] ppid=3937 vsize=14069564 memory=4314432 CPUtime=97.26 cores=0,2,4,6
/proc/3940/task/3990/stat : 3990 (java) R 3937 3940 8289 0 -1 4202560 61868 12342 0 0 9658 60 5 3 20 0 15 0 112954384 14407233536 1076235 18446744073709551615 4194304 4196468 140726731180976 140466421743136 140466069356283 0 4 1 16800974 0 0 0 -1 0 0 0 18 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3991] ppid=3937 vsize=14069564 memory=4305740 CPUtime=4.34 cores=0,2,4,6
/proc/3940/task/3991/stat : 3991 (java) S 3937 3940 8289 0 -1 1077944384 2228 12342 0 0 403 23 5 3 20 0 15 0 112954385 14407233536 1076235 18446744073709551615 4194304 4196468 140726731180976 140466374478480 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3992] ppid=3937 vsize=14069564 memory=157183321121154 CPUtime=4.34 cores=0,2,4,6
/proc/3940/task/3992/stat : 3992 (java) S 3937 3940 8289 0 -1 1077944384 1460 12342 0 0 404 22 5 3 20 0 15 0 112954385 14407233536 1076235 18446744073709551615 4194304 4196468 140726731180976 140466373425680 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3993] ppid=3937 vsize=14069564 memory=54696 CPUtime=4.26 cores=0,2,4,6
/proc/3940/task/3993/stat : 3993 (java) S 3937 3940 8289 0 -1 1077944384 1569 12342 0 0 397 21 5 3 20 0 15 0 112954385 14407233536 1076235 18446744073709551615 4194304 4196468 140726731180976 140466372372880 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3994] ppid=3937 vsize=14069564 memory=1296 CPUtime=4.3 cores=0,2,4,6
/proc/3940/task/3994/stat : 3994 (java) S 3937 3940 8289 0 -1 1077944384 3248 12342 0 0 401 21 5 3 20 0 15 0 112954385 14407233536 1076235 18446744073709551615 4194304 4196468 140726731180976 140466371320080 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3995] ppid=3937 vsize=14069564 memory=55 CPUtime=0.47 cores=0,2,4,6
/proc/3940/task/3995/stat : 3995 (java) S 3937 3940 8289 0 -1 1077944384 18744 12342 0 0 38 1 5 3 20 0 15 0 112954386 14407233536 1076235 18446744073709551615 4194304 4196468 140726731180976 140465895619440 140466417523330 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3996] ppid=3937 vsize=14069564 memory=288230583132495610 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3996/stat : 3996 (java) S 3937 3940 8289 0 -1 1077944384 65 12342 0 0 0 0 5 3 20 0 15 0 112954387 14407233536 1076235 18446744073709551615 4194304 4196468 140726731180976 140465894565536 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3997] ppid=3937 vsize=14069564 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3997/stat : 3997 (java) S 3937 3940 8289 0 -1 1077944384 53 12342 0 0 0 0 5 3 20 0 15 0 112954387 14407233536 1076235 18446744073709551615 4194304 4196468 140726731180976 140465893512576 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3998] ppid=3937 vsize=14069564 memory=5 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3998/stat : 3998 (java) S 3937 3940 8289 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 15 0 112954390 14407233536 1076235 18446744073709551615 4194304 4196468 140726731180976 140465892460880 140466417530779 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3999] ppid=3937 vsize=14069564 memory=4324908 CPUtime=10.54 cores=0,2,4,6
/proc/3940/task/3999/stat : 3999 (java) S 3937 3940 8289 0 -1 1077944384 17672 12342 0 0 1042 4 5 3 20 0 15 0 112954390 14407233536 1076235 18446744073709551615 4194304 4196468 140726731180976 140465891408240 140466417523330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4000] ppid=3937 vsize=14069564 memory=4324908 CPUtime=10.07 cores=0,2,4,6
/proc/3940/task/4000/stat : 4000 (java) S 3937 3940 8289 0 -1 1077944384 16383 12342 0 0 996 3 5 3 20 0 15 0 112954390 14407233536 1076235 18446744073709551615 4194304 4196468 140726731180976 140465890355440 140466417523330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4001] ppid=3937 vsize=14069564 memory=279981134610368 CPUtime=2.8 cores=0,2,4,6
/proc/3940/task/4001/stat : 4001 (java) S 3937 3940 8289 0 -1 1077944384 14286 12342 0 0 268 4 5 3 20 0 15 0 112954390 14407233536 1076235 18446744073709551615 4194304 4196468 140726731180976 140465889302640 140466417523330 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4002] ppid=3937 vsize=14069564 memory=156899450298118 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/4002/stat : 4002 (java) S 3937 3940 8289 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 15 0 112954390 14407233536 1076235 18446744073709551615 4194304 4196468 140726731180976 140465888250080 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4003] ppid=3937 vsize=14069564 memory=156899450298119 CPUtime=0.13 cores=0,2,4,6
/proc/3940/task/4003/stat : 4003 (java) S 3937 3940 8289 0 -1 1077944384 186 12342 0 0 2 3 5 3 20 0 15 0 112954408 14407233536 1076235 18446744073709551615 4194304 4196468 140726731180976 140465887198384 140466417523330 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
Current children cumulated CPU time: 137.89 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 4304940 KiB

[startup+162.301 s]
/proc/loadavg: 1.88 1.96 2.05 3/214 4135
/proc/meminfo: memFree=22591524/32770624 swapFree=67108860/67108860
[pid=3940] ppid=3937 vsize=14069564 memory=4302508 CPUtime=198.65 cores=0,2,4,6
/proc/3940/stat : 3940 (java) S 3937 3940 8289 0 -1 1077944320 157836 12342 0 0 19688 169 5 3 20 0 15 0 112954363 14407233536 1075627 18446744073709551615 4194304 4196468 140726731180976 140726731163520 140466417512183 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
/proc/3940/statm: 3517391 1075627 3489 1 0 3506005 0
[pid=3940/tid=3990] ppid=3937 vsize=14069564 memory=4302504 CPUtime=157.14 cores=0,2,4,6
/proc/3940/task/3990/stat : 3990 (java) R 3937 3940 8289 0 -1 4202560 68050 12342 0 0 15645 61 5 3 20 0 15 0 112954384 14407233536 1075627 18446744073709551615 4194304 4196468 140726731180976 140466421744760 140466060259821 0 4 1 16800974 0 0 0 -1 0 0 0 18 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3991] ppid=3937 vsize=14069564 memory=4302504 CPUtime=4.45 cores=0,2,4,6
/proc/3940/task/3991/stat : 3991 (java) S 3937 3940 8289 0 -1 1077944384 2813 12342 0 0 414 23 5 3 20 0 15 0 112954385 14407233536 1075627 18446744073709551615 4194304 4196468 140726731180976 140466374478480 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3992] ppid=3937 vsize=14069564 memory=4302504 CPUtime=4.45 cores=0,2,4,6
/proc/3940/task/3992/stat : 3992 (java) S 3937 3940 8289 0 -1 1077944384 2569 12342 0 0 415 22 5 3 20 0 15 0 112954385 14407233536 1075627 18446744073709551615 4194304 4196468 140726731180976 140466373425680 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3993] ppid=3937 vsize=14069564 memory=4302508 CPUtime=4.38 cores=0,2,4,6
/proc/3940/task/3993/stat : 3993 (java) S 3937 3940 8289 0 -1 1077944384 1770 12342 0 0 408 22 5 3 20 0 15 0 112954385 14407233536 1075627 18446744073709551615 4194304 4196468 140726731180976 140466372372880 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3994] ppid=3937 vsize=14069564 memory=4302504 CPUtime=4.41 cores=0,2,4,6
/proc/3940/task/3994/stat : 3994 (java) S 3937 3940 8289 0 -1 1077944384 3674 12342 0 0 412 21 5 3 20 0 15 0 112954385 14407233536 1075627 18446744073709551615 4194304 4196468 140726731180976 140466371320080 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3995] ppid=3937 vsize=14069564 memory=4302504 CPUtime=0.48 cores=0,2,4,6
/proc/3940/task/3995/stat : 3995 (java) S 3937 3940 8289 0 -1 1077944384 19073 12342 0 0 39 1 5 3 20 0 15 0 112954386 14407233536 1075627 18446744073709551615 4194304 4196468 140726731180976 140465895619440 140466417523330 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3996] ppid=3937 vsize=14069564 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3996/stat : 3996 (java) S 3937 3940 8289 0 -1 1077944384 65 12342 0 0 0 0 5 3 20 0 15 0 112954387 14407233536 1075627 18446744073709551615 4194304 4196468 140726731180976 140465894565536 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3997] ppid=3937 vsize=14069564 memory=4302504 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3997/stat : 3997 (java) S 3937 3940 8289 0 -1 1077944384 53 12342 0 0 0 0 5 3 20 0 15 0 112954387 14407233536 1075627 18446744073709551615 4194304 4196468 140726731180976 140465893512576 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3998] ppid=3937 vsize=14069564 memory=4302504 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3998/stat : 3998 (java) S 3937 3940 8289 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 15 0 112954390 14407233536 1075627 18446744073709551615 4194304 4196468 140726731180976 140465892460880 140466417530779 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3999] ppid=3937 vsize=14069564 memory=4302504 CPUtime=10.74 cores=0,2,4,6
/proc/3940/task/3999/stat : 3999 (java) S 3937 3940 8289 0 -1 1077944384 21387 12342 0 0 1062 4 5 3 20 0 15 0 112954390 14407233536 1075627 18446744073709551615 4194304 4196468 140726731180976 140465891408240 140466417523330 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4000] ppid=3937 vsize=14069564 memory=4302504 CPUtime=10.21 cores=0,2,4,6
/proc/3940/task/4000/stat : 4000 (java) S 3937 3940 8289 0 -1 1077944384 19708 12342 0 0 1010 3 5 3 20 0 15 0 112954390 14407233536 1075627 18446744073709551615 4194304 4196468 140726731180976 140465890355440 140466417523330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4001] ppid=3937 vsize=14069564 memory=4302508 CPUtime=2.84 cores=0,2,4,6
/proc/3940/task/4001/stat : 4001 (java) S 3937 3940 8289 0 -1 1077944384 16173 12342 0 0 272 4 5 3 20 0 15 0 112954390 14407233536 1075627 18446744073709551615 4194304 4196468 140726731180976 140465889302640 140466417523330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4002] ppid=3937 vsize=14069564 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/4002/stat : 4002 (java) S 3937 3940 8289 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 15 0 112954390 14407233536 1075627 18446744073709551615 4194304 4196468 140726731180976 140465888250080 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4003] ppid=3937 vsize=14069564 memory=288230574492221466 CPUtime=0.16 cores=0,2,4,6
/proc/3940/task/4003/stat : 4003 (java) S 3937 3940 8289 0 -1 1077944384 341 12342 0 0 4 4 5 3 20 0 15 0 112954408 14407233536 1075627 18446744073709551615 4194304 4196468 140726731180976 140465887198384 140466417523330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
Current children cumulated CPU time: 198.65 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 4302508 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+215.401 s]
/proc/loadavg: 1.89 1.95 2.04 3/214 4138
/proc/meminfo: memFree=22590904/32770624 swapFree=67108860/67108860
[pid=3940] ppid=3937 vsize=14069564 memory=4304576 CPUtime=252.04 cores=0,2,4,6
/proc/3940/stat : 3940 (java) S 3937 3940 8289 0 -1 1077944320 167435 12342 0 0 25025 171 5 3 20 0 15 0 112954363 14407233536 1076144 18446744073709551615 4194304 4196468 140726731180976 140726731163520 140466417512183 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
/proc/3940/statm: 3517391 1076144 3489 1 0 3506005 0
[pid=3940/tid=3990] ppid=3937 vsize=14069564 memory=2164 CPUtime=210.14 cores=0,2,4,6
/proc/3940/task/3990/stat : 3990 (java) R 3937 3940 8289 0 -1 4202560 73766 12342 0 0 20944 62 5 3 20 0 15 0 112954384 14407233536 1076144 18446744073709551615 4194304 4196468 140726731180976 140466421746320 140466050896396 0 4 1 16800974 0 0 0 -1 0 0 0 18 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3991] ppid=3937 vsize=14069564 memory=928 CPUtime=4.53 cores=0,2,4,6
/proc/3940/task/3991/stat : 3991 (java) S 3937 3940 8289 0 -1 1077944384 4596 12342 0 0 422 23 5 3 20 0 15 0 112954385 14407233536 1076144 18446744073709551615 4194304 4196468 140726731180976 140466374478480 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3992] ppid=3937 vsize=14069564 memory=1620 CPUtime=4.53 cores=0,2,4,6
/proc/3940/task/3992/stat : 3992 (java) S 3937 3940 8289 0 -1 1077944384 2847 12342 0 0 423 22 5 3 20 0 15 0 112954385 14407233536 1076144 18446744073709551615 4194304 4196468 140726731180976 140466373425680 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3993] ppid=3937 vsize=14069564 memory=844 CPUtime=4.47 cores=0,2,4,6
/proc/3940/task/3993/stat : 3993 (java) S 3937 3940 8289 0 -1 1077944384 1968 12342 0 0 417 22 5 3 20 0 15 0 112954385 14407233536 1076144 18446744073709551615 4194304 4196468 140726731180976 140466372372880 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3994] ppid=3937 vsize=14069564 memory=4629771062077588875 CPUtime=4.5 cores=0,2,4,6
/proc/3940/task/3994/stat : 3994 (java) S 3937 3940 8289 0 -1 1077944384 3844 12342 0 0 421 21 5 3 20 0 15 0 112954385 14407233536 1076144 18446744073709551615 4194304 4196468 140726731180976 140466371320080 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3995] ppid=3937 vsize=14069564 memory=-6662747570986533011 CPUtime=0.49 cores=0,2,4,6
/proc/3940/task/3995/stat : 3995 (java) S 3937 3940 8289 0 -1 1077944384 19420 12342 0 0 40 1 5 3 20 0 15 0 112954386 14407233536 1076144 18446744073709551615 4194304 4196468 140726731180976 140465895619440 140466417523330 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3996] ppid=3937 vsize=14069564 memory=-8253362762722141311 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3996/stat : 3996 (java) S 3937 3940 8289 0 -1 1077944384 65 12342 0 0 0 0 5 3 20 0 15 0 112954387 14407233536 1076144 18446744073709551615 4194304 4196468 140726731180976 140465894565536 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3997] ppid=3937 vsize=14069564 memory=7100839861465685612 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3997/stat : 3997 (java) S 3937 3940 8289 0 -1 1077944384 53 12342 0 0 0 0 5 3 20 0 15 0 112954387 14407233536 1076144 18446744073709551615 4194304 4196468 140726731180976 140465893512576 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3998] ppid=3937 vsize=14069564 memory=-7175204567652784766 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/3998/stat : 3998 (java) S 3937 3940 8289 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 15 0 112954390 14407233536 1076144 18446744073709551615 4194304 4196468 140726731180976 140465892460880 140466417530779 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=3999] ppid=3937 vsize=14069564 memory=3054156605268465310 CPUtime=10.74 cores=0,2,4,6
/proc/3940/task/3999/stat : 3999 (java) S 3937 3940 8289 0 -1 1077944384 21467 12342 0 0 1062 4 5 3 20 0 15 0 112954390 14407233536 1076144 18446744073709551615 4194304 4196468 140726731180976 140465891408240 140466417523330 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4000] ppid=3937 vsize=14069564 memory=18484 CPUtime=10.22 cores=0,2,4,6
/proc/3940/task/4000/stat : 4000 (java) S 3937 3940 8289 0 -1 1077944384 19711 12342 0 0 1011 3 5 3 20 0 15 0 112954390 14407233536 1076144 18446744073709551615 4194304 4196468 140726731180976 140465890355440 140466417523330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4001] ppid=3937 vsize=14069564 memory=3912 CPUtime=2.85 cores=0,2,4,6
/proc/3940/task/4001/stat : 4001 (java) S 3937 3940 8289 0 -1 1077944384 17163 12342 0 0 273 4 5 3 20 0 15 0 112954390 14407233536 1076144 18446744073709551615 4194304 4196468 140726731180976 140465889302640 140466417523330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4002] ppid=3937 vsize=14069564 memory=2884 CPUtime=0.08 cores=0,2,4,6
/proc/3940/task/4002/stat : 4002 (java) S 3937 3940 8289 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 15 0 112954390 14407233536 1076144 18446744073709551615 4194304 4196468 140726731180976 140465888250080 140466417522389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
[pid=3940/tid=4003] ppid=3937 vsize=14069564 memory=288230574492221466 CPUtime=0.19 cores=0,2,4,6
/proc/3940/task/4003/stat : 4003 (java) S 3937 3940 8289 0 -1 1077944384 375 12342 0 0 5 6 5 3 20 0 15 0 112954408 14407233536 1076144 18446744073709551615 4194304 4196468 140726731180976 140465887198384 140466417523330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35688448 140726731184048 140726731186833 140726731186833 140726731190223 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 4304576 KiB

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

[startup+215.457 s]
# the end of solver process 3940 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.339 s, system=1.77813 s

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

Child status: 143
Real time (s): 215.457
CPU time (s): 252.117
CPU user time (s): 250.339
CPU system time (s): 1.77813
CPU usage (%): 117.015
Max. virtual memory (cumulated for all children) (KiB): 14071384
Max. memory (cumulated for all children) (KiB): 4324908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.339
system time used= 1.77813
maximum resident set size= 4326008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182339
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15999
involuntary context switches= 586


# summary of solver processes directly reported to runsolver:
#   pid: 3940
#   total CPU time (s): 252.117
#   total CPU user time (s): 250.339
#   total CPU system time (s): 1.77813

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.25564 second user time and 2.06541 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 20:55:44
IDJOB=4259438
IDBENCH=139752
IDSOLVER=2646
FILE ID=node133/4259438-1502651392
RUNJOBID= node133-1502641620-25473
PBS_JOBID= 
Free space on /tmp= 61972 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-15-17.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259438-1502651392/watcher-4259438-1502651392 -o /tmp/evaluation-result-4259438-1502651392/solver-4259438-1502651392 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25473 --watchdog 312  bin/concrete HOME/instance-4259438-1502651392.xml

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

MD5SUM BENCH= 5342dff7930c7d1c2bbf0c6436545580
RANDOM SEED=720949055

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:        24754980 kB
MemAvailable:   25437680 kB
Buffers:          242116 kB
Cached:           735852 kB
SwapCached:            0 kB
Active:          7363944 kB
Inactive:         190828 kB
Active(anon):    6517992 kB
Inactive(anon):   100804 kB
Active(file):     845952 kB
Inactive(file):    90024 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24884 kB
Writeback:             4 kB
AnonPages:       6572972 kB
Mapped:            69908 kB
Shmem:             41660 kB
Slab:             152664 kB
SReclaimable:     125116 kB
SUnreclaim:        27548 kB
KernelStack:        3776 kB
PageTables:        18808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7134180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6367232 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= 61980 MiB
End job on node133 at 2017-08-13 20:59:20