Trace number 4259440

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)322 252.37801 204.492

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-17-19.xml
MD5SUM6bb486b702ae8a5e43f429c3e7fd2e95
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark240.05
Satisfiable
(Un)Satisfiability was proved
Number of variables323
Number of constraints23257
Number of domains1
Minimum domain size323
Maximum domain size323
Distribution of domain sizes[{"size":323,"count":323}]
Minimum variable degree290
Maximum variable degree290
Distribution of variable degrees[{"degree":290,"count":323}]
Minimum constraint arity4
Maximum constraint arity323
Distribution of constraint arities[{"arity":4,"count":23256},{"arity":323,"count":1}]
Number of extensional constraints0
Number of intensional constraints23256
Distribution of constraint types[{"type":"intension","count":23256},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

Verifier Data

OK	322

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 (11113 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259440-1502651611/watcher-4259440-1502651611 -o /tmp/evaluation-result-4259440-1502651611/solver-4259440-1502651611 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25473 --watchdog 312 bin/concrete HOME/instance-4259440-1502651611.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
solver pid=4200, runsolver pid=4197
Current StackSize limit: 8192 KiB


[startup+0.100049 s]*
/proc/loadavg: 2.06 1.99 2.05 4/201 4224
/proc/meminfo: memFree=26890868/32770624 swapFree=67108860/67108860
[pid=4200] ppid=4197 vsize=9636 memory=1508 CPUtime=0.01 cores=0,2,4,6
/proc/4200/stat : 4200 (bash) S 4197 4200 8289 0 -1 4202496 892 6480 0 0 0 0 0 1 20 0 1 0 112976258 9867264 377 18446744073709551615 4194304 5098028 140727209876480 140727209870488 139949231455232 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 8 0 0 7196144 7232144 8323072 140727209878004 140727209878089 140727209878089 140727209881578 0
/proc/4200/statm: 2409 377 297 221 0 118 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9636 KiB
Current children cumulated memory: 1508 KiB

[startup+0.210172 s]*
/proc/loadavg: 2.06 1.99 2.05 4/201 4250
/proc/meminfo: memFree=26889688/32770624 swapFree=67108860/67108860
[pid=4200] ppid=4197 vsize=13356508 memory=10668 CPUtime=0.08 cores=0,2,4,6
/proc/4200/stat : 4200 (java) S 4197 4200 8289 0 -1 1077944320 3333 12673 0 0 0 0 5 3 20 0 6 0 112976258 13677064192 2667 18446744073709551615 4194304 4196468 140732214935648 140732214918192 140466342424311 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
/proc/4200/statm: 3339127 2667 1204 1 0 3329097 0
[pid=4200/tid=4250] ppid=4197 vsize=13356508 memory=4134931637327788091 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4250/stat : 4250 (java) R 4197 4200 8289 0 -1 4202560 1340 12673 0 0 0 0 5 3 20 0 6 0 112976279 13677064192 2803 18446744073709551615 4194304 4196468 140732214935648 140466346660432 140466335141274 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4251] ppid=4197 vsize=13358716 memory=664954298551644168 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4251/stat : 4251 (java) S 4197 4200 8289 0 -1 1077944384 2 12673 0 0 0 0 5 3 20 0 6 0 112976280 13679325184 2803 18446744073709551615 4194304 4196468 140732214935648 140466303323280 140466342434517 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4252] ppid=4197 vsize=13358716 memory=140138266564224 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4252/stat : 4252 (java) S 4197 4200 8289 0 -1 1077944384 1 12673 0 0 0 0 5 3 20 0 6 0 112976280 13679325184 2803 18446744073709551615 4194304 4196468 140732214935648 140465941179408 140466342434517 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4253] ppid=4197 vsize=13358716 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4253/stat : 4253 (java) S 4197 4200 8289 0 -1 1077944384 2 12673 0 0 0 0 5 3 20 0 6 0 112976280 13679325184 2803 18446744073709551615 4194304 4196468 140732214935648 140465940126608 140466342434517 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4254] ppid=4197 vsize=13358716 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4254/stat : 4254 (java) S 4197 4200 8289 0 -1 1077944384 1 12673 0 0 0 0 5 3 20 0 6 0 112976280 13679325184 2868 18446744073709551615 4194304 4196468 140732214935648 140465939073808 140466342434517 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13356508 KiB
Current children cumulated memory: 10668 KiB

[startup+0.310355 s]*
/proc/loadavg: 2.06 1.99 2.05 4/214 4263
/proc/meminfo: memFree=26878628/32770624 swapFree=67108860/67108860
[pid=4200] ppid=4197 vsize=13974356 memory=26440 CPUtime=0.17 cores=0,2,4,6
/proc/4200/stat : 4200 (java) S 4197 4200 8289 0 -1 1077944320 6024 12673 0 0 8 1 5 3 20 0 15 0 112976258 14309740544 6610 18446744073709551615 4194304 4196468 140732214935648 140732214918192 140466342424311 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
/proc/4200/statm: 3493589 6610 2770 1 0 3482965 0
[pid=4200/tid=4250] ppid=4197 vsize=13974356 memory=576567874760998942 CPUtime=0.14 cores=0,2,4,6
/proc/4200/task/4250/stat : 4250 (java) R 4197 4200 8289 0 -1 4202560 3137 12673 0 0 6 0 5 3 20 0 15 0 112976279 14309740544 6610 18446744073709551615 4194304 4196468 140732214935648 140466346646672 140466342436246 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4251] ppid=4197 vsize=13974356 memory=4294975228 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4251/stat : 4251 (java) S 4197 4200 8289 0 -1 1077944384 2 12673 0 0 0 0 5 3 20 0 15 0 112976280 14309740544 6610 18446744073709551615 4194304 4196468 140732214935648 140466303323280 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4252] ppid=4197 vsize=13974356 memory=140138267574537 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4252/stat : 4252 (java) S 4197 4200 8289 0 -1 1077944384 1 12673 0 0 0 0 5 3 20 0 15 0 112976280 14309740544 6610 18446744073709551615 4194304 4196468 140732214935648 140465941179408 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4253] ppid=4197 vsize=13974356 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4253/stat : 4253 (java) S 4197 4200 8289 0 -1 1077944384 2 12673 0 0 0 0 5 3 20 0 15 0 112976280 14309740544 6610 18446744073709551615 4194304 4196468 140732214935648 140465940126608 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4254] ppid=4197 vsize=13974356 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4254/stat : 4254 (java) S 4197 4200 8289 0 -1 1077944384 1 12673 0 0 0 0 5 3 20 0 15 0 112976280 14309740544 6610 18446744073709551615 4194304 4196468 140732214935648 140465939073808 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4255] ppid=4197 vsize=13974356 memory=140138266564224 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4255/stat : 4255 (java) S 4197 4200 8289 0 -1 1077944384 2 12673 0 0 0 0 5 3 20 0 15 0 112976281 14309740544 6610 18446744073709551615 4194304 4196468 140732214935648 140465821006192 140466342435458 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4256] ppid=4197 vsize=13974356 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4256/stat : 4256 (java) S 4197 4200 8289 0 -1 1077944384 33 12673 0 0 0 0 5 3 20 0 15 0 112976282 14309740544 6610 18446744073709551615 4194304 4196468 140732214935648 140465819952160 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4257] ppid=4197 vsize=13974356 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4257/stat : 4257 (java) S 4197 4200 8289 0 -1 1077944384 21 12673 0 0 0 0 5 3 20 0 15 0 112976282 14309740544 6610 18446744073709551615 4194304 4196468 140732214935648 140465818899312 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4258] ppid=4197 vsize=13974356 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4258/stat : 4258 (java) S 4197 4200 8289 0 -1 1077944384 3 12673 0 0 0 0 5 3 20 0 15 0 112976284 14309740544 6610 18446744073709551615 4194304 4196468 140732214935648 140465817847632 140466342442907 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4259] ppid=4197 vsize=13974356 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4259/stat : 4259 (java) S 4197 4200 8289 0 -1 1077944384 310 12673 0 0 0 0 5 3 20 0 15 0 112976284 14309740544 6610 18446744073709551615 4194304 4196468 140732214935648 140465816796016 140466342435458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4260] ppid=4197 vsize=13974356 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4260/stat : 4260 (java) R 4197 4200 8289 0 -1 4202560 126 12673 0 0 0 0 5 3 20 0 15 0 112976284 14309740544 6610 18446744073709551615 4194304 4196468 140732214935648 140465815743216 140466342445658 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4261] ppid=4197 vsize=13974356 memory=140138266564224 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4261/stat : 4261 (java) R 4197 4200 8289 0 -1 4202560 236 12673 0 0 0 0 5 3 20 0 15 0 112976284 14309740544 6610 18446744073709551615 4194304 4196468 140732214935648 140465814690416 140466342445658 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4262] ppid=4197 vsize=13974356 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4262/stat : 4262 (java) S 4197 4200 8289 0 -1 1077944384 3 12673 0 0 0 0 5 3 20 0 15 0 112976285 14309740544 6610 18446744073709551615 4194304 4196468 140732214935648 140465813637856 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4263] ppid=4197 vsize=13974356 memory=140138266564224 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4263/stat : 4263 (java) S 4197 4200 8289 0 -1 1077944384 1 12673 0 0 0 0 5 3 20 0 15 0 112976288 14309740544 6610 18446744073709551615 4194304 4196468 140732214935648 140465812585136 140466342435458 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 13974356 KiB
Current children cumulated memory: 26440 KiB

[startup+0.709007 s]
/proc/loadavg: 2.06 1.99 2.05 4/201 4265
/proc/meminfo: memFree=31270832/32770624 swapFree=67108860/67108860
[pid=4200] ppid=4197 vsize=13974784 memory=59124 CPUtime=0.71 cores=0,2,4,6
/proc/4200/stat : 4200 (java) S 4197 4200 8289 0 -1 1077944320 13918 12673 0 0 60 3 5 3 20 0 15 0 112976258 14310178816 14781 18446744073709551615 4194304 4196468 140732214935648 140732214918192 140466342424311 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
/proc/4200/statm: 3493696 14781 3088 1 0 3482965 0
[pid=4200/tid=4250] ppid=4197 vsize=13974784 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/4200/task/4250/stat : 4250 (java) R 4197 4200 8289 0 -1 4202560 10228 12673 0 0 42 3 5 3 20 0 15 0 112976279 14310178816 14781 18446744073709551615 4194304 4196468 140732214935648 140466346632192 140466326504798 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4251] ppid=4197 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4251/stat : 4251 (java) S 4197 4200 8289 0 -1 1077944384 2 12673 0 0 0 0 5 3 20 0 15 0 112976280 14310178816 14781 18446744073709551615 4194304 4196468 140732214935648 140466303323280 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4252] ppid=4197 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4252/stat : 4252 (java) S 4197 4200 8289 0 -1 1077944384 1 12673 0 0 0 0 5 3 20 0 15 0 112976280 14310178816 14781 18446744073709551615 4194304 4196468 140732214935648 140465941179408 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4253] ppid=4197 vsize=13974784 memory=4278483708103473607 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4253/stat : 4253 (java) S 4197 4200 8289 0 -1 1077944384 2 12673 0 0 0 0 5 3 20 0 15 0 112976280 14310178816 14781 18446744073709551615 4194304 4196468 140732214935648 140465940126608 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4254] ppid=4197 vsize=13974784 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4254/stat : 4254 (java) S 4197 4200 8289 0 -1 1077944384 1 12673 0 0 0 0 5 3 20 0 15 0 112976280 14310178816 14781 18446744073709551615 4194304 4196468 140732214935648 140465939073808 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4255] ppid=4197 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4255/stat : 4255 (java) S 4197 4200 8289 0 -1 1077944384 5 12673 0 0 0 0 5 3 20 0 15 0 112976281 14310178816 14781 18446744073709551615 4194304 4196468 140732214935648 140465821006192 140466342435458 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4256] ppid=4197 vsize=13974784 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4256/stat : 4256 (java) S 4197 4200 8289 0 -1 1077944384 33 12673 0 0 0 0 5 3 20 0 15 0 112976282 14310178816 14781 18446744073709551615 4194304 4196468 140732214935648 140465819952160 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4257] ppid=4197 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4257/stat : 4257 (java) S 4197 4200 8289 0 -1 1077944384 21 12673 0 0 0 0 5 3 20 0 15 0 112976282 14310178816 14781 18446744073709551615 4194304 4196468 140732214935648 140465818899312 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4258] ppid=4197 vsize=13974784 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4258/stat : 4258 (java) S 4197 4200 8289 0 -1 1077944384 3 12673 0 0 0 0 5 3 20 0 15 0 112976284 14310178816 14781 18446744073709551615 4194304 4196468 140732214935648 140465817847632 140466342442907 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4259] ppid=4197 vsize=13974784 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/4200/task/4259/stat : 4259 (java) R 4197 4200 8289 0 -1 4202560 519 12673 0 0 3 0 5 3 20 0 15 0 112976284 14310178816 14781 18446744073709551615 4194304 4196468 140732214935648 140465816796016 140466342436246 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4260] ppid=4197 vsize=13974784 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/4200/task/4260/stat : 4260 (java) R 4197 4200 8289 0 -1 1077944384 319 12673 0 0 3 0 5 3 20 0 15 0 112976284 14310178816 14781 18446744073709551615 4194304 4196468 140732214935648 140465815743216 140466342435458 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4261] ppid=4197 vsize=13974784 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/4200/task/4261/stat : 4261 (java) R 4197 4200 8289 0 -1 1077944384 631 12673 0 0 10 0 5 3 20 0 15 0 112976284 14310178816 14781 18446744073709551615 4194304 4196468 140732214935648 140465814690416 140466342435458 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4262] ppid=4197 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4262/stat : 4262 (java) S 4197 4200 8289 0 -1 1077944384 3 12673 0 0 0 0 5 3 20 0 15 0 112976285 14310178816 14781 18446744073709551615 4194304 4196468 140732214935648 140465813637856 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4263] ppid=4197 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4263/stat : 4263 (java) S 4197 4200 8289 0 -1 1077944384 1 12673 0 0 0 0 5 3 20 0 15 0 112976288 14310178816 14781 18446744073709551615 4194304 4196468 140732214935648 140465812585136 140466342435458 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
Current children cumulated CPU time: 0.71 s
Current children cumulated vsize: 13974784 KiB
Current children cumulated memory: 59124 KiB

[startup+1.50076 s]
/proc/loadavg: 2.06 1.99 2.05 5/213 4294
/proc/meminfo: memFree=31209952/32770624 swapFree=67108860/67108860
[pid=4200] ppid=4197 vsize=13985408 memory=158728 CPUtime=1.89 cores=0,2,4,6
/proc/4200/stat : 4200 (java) S 4197 4200 8289 0 -1 1077944320 27691 12673 0 0 172 9 5 3 20 0 15 0 112976258 14321057792 39682 18446744073709551615 4194304 4196468 140732214935648 140732214918192 140466342424311 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
/proc/4200/statm: 3496352 39682 3365 1 0 3485525 0
[pid=4200/tid=4250] ppid=4197 vsize=13985408 memory=86416 CPUtime=1.31 cores=0,2,4,6
/proc/4200/task/4250/stat : 4250 (java) S 4197 4200 8289 0 -1 1077944384 22009 12673 0 0 116 7 5 3 20 0 15 0 112976279 14321057792 39682 18446744073709551615 4194304 4196468 140732214935648 140466346645424 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4251] ppid=4197 vsize=13985408 memory=124020 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4251/stat : 4251 (java) S 4197 4200 8289 0 -1 1077944384 34 12673 0 0 0 0 5 3 20 0 15 0 112976280 14321057792 39682 18446744073709551615 4194304 4196468 140732214935648 140466303323280 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4252] ppid=4197 vsize=13985408 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4252/stat : 4252 (java) S 4197 4200 8289 0 -1 1077944384 192 12673 0 0 0 0 5 3 20 0 15 0 112976280 14321057792 39682 18446744073709551615 4194304 4196468 140732214935648 140465941179408 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4253] ppid=4197 vsize=13985408 memory=140138266563057 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4253/stat : 4253 (java) S 4197 4200 8289 0 -1 1077944384 65 12673 0 0 0 0 5 3 20 0 15 0 112976280 14321057792 39682 18446744073709551615 4194304 4196468 140732214935648 140465940126608 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4254] ppid=4197 vsize=13985408 memory=7018125890872501864 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4254/stat : 4254 (java) S 4197 4200 8289 0 -1 1077944384 45 12673 0 0 0 0 5 3 20 0 15 0 112976280 14321057792 39682 18446744073709551615 4194304 4196468 140732214935648 140465939073808 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4255] ppid=4197 vsize=13985408 memory=7373912391685270632 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4255/stat : 4255 (java) R 4197 4200 8289 0 -1 4202560 190 12673 0 0 0 0 5 3 20 0 15 0 112976281 14321057792 39682 18446744073709551615 4194304 4196468 140732214935648 140465821004480 140466323830697 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4256] ppid=4197 vsize=13985408 memory=7811871134507095632 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4256/stat : 4256 (java) S 4197 4200 8289 0 -1 1077944384 33 12673 0 0 0 0 5 3 20 0 15 0 112976282 14321057792 39682 18446744073709551615 4194304 4196468 140732214935648 140465819952160 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4257] ppid=4197 vsize=13985408 memory=280276278342296 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4257/stat : 4257 (java) S 4197 4200 8289 0 -1 1077944384 21 12673 0 0 0 0 5 3 20 0 15 0 112976282 14321057792 39682 18446744073709551615 4194304 4196468 140732214935648 140465818899312 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4258] ppid=4197 vsize=13985408 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4258/stat : 4258 (java) S 4197 4200 8289 0 -1 1077944384 3 12673 0 0 0 0 5 3 20 0 15 0 112976284 14321057792 39682 18446744073709551615 4194304 4196468 140732214935648 140465817847632 140466342442907 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4259] ppid=4197 vsize=13985408 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/4200/task/4259/stat : 4259 (java) S 4197 4200 8289 0 -1 1077944384 895 12673 0 0 16 0 5 3 20 0 15 0 112976284 14321057792 39682 18446744073709551615 4194304 4196468 140732214935648 140465816796016 140466342435458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4260] ppid=4197 vsize=13985408 memory=-5921431000321636112 CPUtime=0.21 cores=0,2,4,6
/proc/4200/task/4260/stat : 4260 (java) S 4197 4200 8289 0 -1 1077944384 699 12673 0 0 13 0 5 3 20 0 15 0 112976284 14321057792 39682 18446744073709551615 4194304 4196468 140732214935648 140465815743216 140466342435458 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4261] ppid=4197 vsize=13985408 memory=1724 CPUtime=0.31 cores=0,2,4,6
/proc/4200/task/4261/stat : 4261 (java) S 4197 4200 8289 0 -1 1077944384 1347 12673 0 0 23 0 5 3 20 0 15 0 112976284 14321057792 39682 18446744073709551615 4194304 4196468 140732214935648 140465814686288 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4262] ppid=4197 vsize=13985408 memory=792 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4262/stat : 4262 (java) S 4197 4200 8289 0 -1 1077944384 3 12673 0 0 0 0 5 3 20 0 15 0 112976285 14321057792 39682 18446744073709551615 4194304 4196468 140732214935648 140465813637856 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4263] ppid=4197 vsize=13985408 memory=1716 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4263/stat : 4263 (java) S 4197 4200 8289 0 -1 1077944384 8 12673 0 0 0 0 5 3 20 0 15 0 112976288 14321057792 39682 18446744073709551615 4194304 4196468 140732214935648 140465812585136 140466342435458 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 13985408 KiB
Current children cumulated memory: 158728 KiB

[startup+3.11063 s]
/proc/loadavg: 2.06 1.99 2.05 7/213 4294
/proc/meminfo: memFree=30658920/32770624 swapFree=67108860/67108860
[pid=4200] ppid=4197 vsize=13995836 memory=297360 CPUtime=6.07 cores=0,2,4,6
/proc/4200/stat : 4200 (java) S 4197 4200 8289 0 -1 1077944320 38859 12673 0 0 581 18 5 3 20 0 15 0 112976258 14331736064 74340 18446744073709551615 4194304 4196468 140732214935648 140732214918192 140466342424311 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
/proc/4200/statm: 3498959 74340 3463 1 0 3487573 0
[pid=4200/tid=4250] ppid=4197 vsize=13995836 memory=8 CPUtime=2.85 cores=0,2,4,6
/proc/4200/task/4250/stat : 4250 (java) R 4197 4200 8289 0 -1 4202560 26576 12673 0 0 268 9 5 3 20 0 15 0 112976279 14331736064 74340 18446744073709551615 4194304 4196468 140732214935648 140466346653936 140466342436246 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4251] ppid=4197 vsize=13995836 memory=55 CPUtime=0.11 cores=0,2,4,6
/proc/4200/task/4251/stat : 4251 (java) S 4197 4200 8289 0 -1 1077944384 74 12673 0 0 2 1 5 3 20 0 15 0 112976280 14331736064 74340 18446744073709551615 4194304 4196468 140732214935648 140466303323280 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4252] ppid=4197 vsize=13995836 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/4200/task/4252/stat : 4252 (java) S 4197 4200 8289 0 -1 1077944384 368 12673 0 0 2 1 5 3 20 0 15 0 112976280 14331736064 74340 18446744073709551615 4194304 4196468 140732214935648 140465941179408 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4253] ppid=4197 vsize=13995836 memory=55 CPUtime=0.1 cores=0,2,4,6
/proc/4200/task/4253/stat : 4253 (java) S 4197 4200 8289 0 -1 1077944384 80 12673 0 0 2 0 5 3 20 0 15 0 112976280 14331736064 74340 18446744073709551615 4194304 4196468 140732214935648 140465940126608 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4254] ppid=4197 vsize=13995836 memory=8189 CPUtime=0.11 cores=0,2,4,6
/proc/4200/task/4254/stat : 4254 (java) S 4197 4200 8289 0 -1 1077944384 78 12673 0 0 3 0 5 3 20 0 15 0 112976280 14331736064 74340 18446744073709551615 4194304 4196468 140732214935648 140465939073808 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4255] ppid=4197 vsize=13995836 memory=29374 CPUtime=0.09 cores=0,2,4,6
/proc/4200/task/4255/stat : 4255 (java) S 4197 4200 8289 0 -1 1077944384 1806 12673 0 0 1 0 5 3 20 0 15 0 112976281 14331736064 74340 18446744073709551615 4194304 4196468 140732214935648 140465821006192 140466342435458 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4256] ppid=4197 vsize=13995836 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4256/stat : 4256 (java) S 4197 4200 8289 0 -1 1077944384 54 12673 0 0 0 0 5 3 20 0 15 0 112976282 14331736064 74340 18446744073709551615 4194304 4196468 140732214935648 140465819952224 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4257] ppid=4197 vsize=13995836 memory=4137282616176384387 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4257/stat : 4257 (java) S 4197 4200 8289 0 -1 1077944384 44 12673 0 0 0 0 5 3 20 0 15 0 112976282 14331736064 74340 18446744073709551615 4194304 4196468 140732214935648 140465818899328 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4258] ppid=4197 vsize=13995836 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4258/stat : 4258 (java) S 4197 4200 8289 0 -1 1077944384 3 12673 0 0 0 0 5 3 20 0 15 0 112976284 14331736064 74340 18446744073709551615 4194304 4196468 140732214935648 140465817847632 140466342442907 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4259] ppid=4197 vsize=13995836 memory=280276278857504 CPUtime=1.14 cores=0,2,4,6
/proc/4200/task/4259/stat : 4259 (java) S 4197 4200 8289 0 -1 1077944384 1948 12673 0 0 106 0 5 3 20 0 15 0 112976284 14331736064 74340 18446744073709551615 4194304 4196468 140732214935648 140465816796016 140466342435458 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0

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

/proc/4200/task/4250/stat : 4250 (java) R 4197 4200 8289 0 -1 4202560 42147 12673 0 0 4662 54 5 3 20 0 15 0 112976279 14335930368 1097992 18446744073709551615 4194304 4196468 140732214935648 140466346659472 140465990327283 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4251] ppid=4197 vsize=13999932 memory=4391968 CPUtime=3.26 cores=0,2,4,6
/proc/4200/task/4251/stat : 4251 (java) S 4197 4200 8289 0 -1 1077944384 1615 12673 0 0 292 26 5 3 20 0 15 0 112976280 14335930368 1097992 18446744073709551615 4194304 4196468 140732214935648 140466303323280 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4252] ppid=4197 vsize=13999932 memory=4391968 CPUtime=3.32 cores=0,2,4,6
/proc/4200/task/4252/stat : 4252 (java) S 4197 4200 8289 0 -1 1077944384 2059 12673 0 0 297 27 5 3 20 0 15 0 112976280 14335930368 1097992 18446744073709551615 4194304 4196468 140732214935648 140465941179408 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4253] ppid=4197 vsize=13999932 memory=4297620 CPUtime=3.32 cores=0,2,4,6
/proc/4200/task/4253/stat : 4253 (java) S 4197 4200 8289 0 -1 1077944384 2951 12673 0 0 295 29 5 3 20 0 15 0 112976280 14335930368 1097992 18446744073709551615 4194304 4196468 140732214935648 140465940126608 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4254] ppid=4197 vsize=13999932 memory=4224852 CPUtime=3.32 cores=0,2,4,6
/proc/4200/task/4254/stat : 4254 (java) S 4197 4200 8289 0 -1 1077944384 1676 12673 0 0 297 27 5 3 20 0 15 0 112976280 14335930368 1097992 18446744073709551615 4194304 4196468 140732214935648 140465939073808 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4255] ppid=4197 vsize=13999932 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/4200/task/4255/stat : 4255 (java) S 4197 4200 8289 0 -1 1077944384 8190 12673 0 0 37 0 5 3 20 0 15 0 112976281 14335930368 1097992 18446744073709551615 4194304 4196468 140732214935648 140465821006192 140466342435458 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4256] ppid=4197 vsize=13999932 memory=8621759419906165568 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4256/stat : 4256 (java) S 4197 4200 8289 0 -1 1077944384 59 12673 0 0 0 0 5 3 20 0 15 0 112976282 14335930368 1097992 18446744073709551615 4194304 4196468 140732214935648 140465819952288 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4257] ppid=4197 vsize=13999932 memory=4391968 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4257/stat : 4257 (java) S 4197 4200 8289 0 -1 1077944384 49 12673 0 0 0 0 5 3 20 0 15 0 112976282 14335930368 1097992 18446744073709551615 4194304 4196468 140732214935648 140465818899328 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4258] ppid=4197 vsize=13999932 memory=4391224 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4258/stat : 4258 (java) S 4197 4200 8289 0 -1 1077944384 3 12673 0 0 0 0 5 3 20 0 15 0 112976284 14335930368 1097992 18446744073709551615 4194304 4196468 140732214935648 140465817847632 140466342442907 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4259] ppid=4197 vsize=13999932 memory=2440 CPUtime=5.51 cores=0,2,4,6
/proc/4200/task/4259/stat : 4259 (java) S 4197 4200 8289 0 -1 1077944384 7253 12673 0 0 542 1 5 3 20 0 15 0 112976284 14335930368 1097992 18446744073709551615 4194304 4196468 140732214935648 140465816796016 140466342435458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4260] ppid=4197 vsize=13999932 memory=4168 CPUtime=5.39 cores=0,2,4,6
/proc/4200/task/4260/stat : 4260 (java) S 4197 4200 8289 0 -1 1077944384 7528 12673 0 0 529 2 5 3 20 0 15 0 112976284 14335930368 1097992 18446744073709551615 4194304 4196468 140732214935648 140465815743216 140466342435458 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4261] ppid=4197 vsize=13999932 memory=54704 CPUtime=2.02 cores=0,2,4,6
/proc/4200/task/4261/stat : 4261 (java) S 4197 4200 8289 0 -1 1077944384 12112 12673 0 0 190 4 5 3 20 0 15 0 112976284 14335930368 1097992 18446744073709551615 4194304 4196468 140732214935648 140465814690416 140466342435458 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4262] ppid=4197 vsize=13999932 memory=1296 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4262/stat : 4262 (java) S 4197 4200 8289 0 -1 1077944384 3 12673 0 0 0 0 5 3 20 0 15 0 112976285 14335930368 1097992 18446744073709551615 4194304 4196468 140732214935648 140465813637856 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4263] ppid=4197 vsize=13999932 memory=15876 CPUtime=0.1 cores=0,2,4,6
/proc/4200/task/4263/stat : 4263 (java) S 4197 4200 8289 0 -1 1077944384 434 12673 0 0 2 0 5 3 20 0 15 0 112976288 14335930368 1097992 18446744073709551615 4194304 4196468 140732214935648 140465812585136 140466342435458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
Current children cumulated CPU time: 73.32 s
Current children cumulated vsize: 13999932 KiB
Current children cumulated memory: 4391968 KiB

[startup+102.301 s]
/proc/loadavg: 1.77 1.91 2.02 3/220 4437
/proc/meminfo: memFree=21928884/32770624 swapFree=67108860/67108860
[pid=4200] ppid=4197 vsize=14067516 memory=4445816 CPUtime=129.82 cores=0,2,4,6
/proc/4200/stat : 4200 (java) S 4197 4200 8289 0 -1 1077944320 122025 12673 0 0 12791 183 5 3 20 0 15 0 112976258 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140732214918192 140466342424311 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
/proc/4200/statm: 3516879 1111454 3483 1 0 3505493 0
[pid=4200/tid=4250] ppid=4197 vsize=14067516 memory=4445816 CPUtime=98.23 cores=0,2,4,6
/proc/4200/task/4250/stat : 4250 (java) R 4197 4200 8289 0 -1 4202560 57961 12673 0 0 9759 56 5 3 20 0 15 0 112976279 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140466346657016 140465983933441 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4251] ppid=4197 vsize=14067516 memory=4445816 CPUtime=3.45 cores=0,2,4,6
/proc/4200/task/4251/stat : 4251 (java) S 4197 4200 8289 0 -1 1077944384 1615 12673 0 0 311 26 5 3 20 0 15 0 112976280 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140466303323280 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4252] ppid=4197 vsize=14067516 memory=4445816 CPUtime=3.51 cores=0,2,4,6
/proc/4200/task/4252/stat : 4252 (java) S 4197 4200 8289 0 -1 1077944384 2059 12673 0 0 316 27 5 3 20 0 15 0 112976280 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140465941179408 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4253] ppid=4197 vsize=14067516 memory=4445816 CPUtime=3.5 cores=0,2,4,6
/proc/4200/task/4253/stat : 4253 (java) S 4197 4200 8289 0 -1 1077944384 2954 12673 0 0 313 29 5 3 20 0 15 0 112976280 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140465940126608 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4254] ppid=4197 vsize=14067516 memory=4445636 CPUtime=3.51 cores=0,2,4,6
/proc/4200/task/4254/stat : 4254 (java) S 4197 4200 8289 0 -1 1077944384 1676 12673 0 0 316 27 5 3 20 0 15 0 112976280 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140465939073808 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4255] ppid=4197 vsize=14067516 memory=134224370 CPUtime=0.45 cores=0,2,4,6
/proc/4200/task/4255/stat : 4255 (java) S 4197 4200 8289 0 -1 1077944384 8203 12673 0 0 37 0 5 3 20 0 15 0 112976281 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140465821006192 140466342435458 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4256] ppid=4197 vsize=14067516 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4256/stat : 4256 (java) S 4197 4200 8289 0 -1 1077944384 59 12673 0 0 0 0 5 3 20 0 15 0 112976282 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140465819952288 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4257] ppid=4197 vsize=14067516 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4257/stat : 4257 (java) S 4197 4200 8289 0 -1 1077944384 49 12673 0 0 0 0 5 3 20 0 15 0 112976282 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140465818899328 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4258] ppid=4197 vsize=14067516 memory=6003388902741339241 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4258/stat : 4258 (java) S 4197 4200 8289 0 -1 1077944384 3 12673 0 0 0 0 5 3 20 0 15 0 112976284 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140465817847632 140466342442907 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4259] ppid=4197 vsize=14067516 memory=4445816 CPUtime=7.66 cores=0,2,4,6
/proc/4200/task/4259/stat : 4259 (java) S 4197 4200 8289 0 -1 1077944384 16854 12673 0 0 755 3 5 3 20 0 15 0 112976284 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140465816796016 140466342435458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4260] ppid=4197 vsize=14067516 memory=1232 CPUtime=7.56 cores=0,2,4,6
/proc/4200/task/4260/stat : 4260 (java) S 4197 4200 8289 0 -1 1077944384 13771 12673 0 0 745 3 5 3 20 0 15 0 112976284 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140465815743216 140466342435458 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4261] ppid=4197 vsize=14067516 memory=640 CPUtime=2.44 cores=0,2,4,6
/proc/4200/task/4261/stat : 4261 (java) S 4197 4200 8289 0 -1 1077944384 14107 12673 0 0 231 5 5 3 20 0 15 0 112976284 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140465814690416 140466342435458 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4262] ppid=4197 vsize=14067516 memory=4170928 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4262/stat : 4262 (java) S 4197 4200 8289 0 -1 1077944384 3 12673 0 0 0 0 5 3 20 0 15 0 112976285 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140465813637856 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4263] ppid=4197 vsize=14067516 memory=4445816 CPUtime=0.12 cores=0,2,4,6
/proc/4200/task/4263/stat : 4263 (java) S 4197 4200 8289 0 -1 1077944384 562 12673 0 0 3 1 5 3 20 0 15 0 112976288 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140465812585136 140466342435458 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
Current children cumulated CPU time: 129.82 s
Current children cumulated vsize: 14067516 KiB
Current children cumulated memory: 4445816 KiB

[startup+162.301 s]
/proc/loadavg: 1.71 1.86 1.99 3/220 4439
/proc/meminfo: memFree=21499428/32770624 swapFree=67108860/67108860
[pid=4200] ppid=4197 vsize=14067516 memory=4445816 CPUtime=189.84 cores=0,2,4,6
/proc/4200/stat : 4200 (java) S 4197 4200 8289 0 -1 1077944320 122391 12673 0 0 18792 184 5 3 20 0 15 0 112976258 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140732214918192 140466342424311 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
/proc/4200/statm: 3516879 1111454 3483 1 0 3505493 0
[pid=4200/tid=4250] ppid=4197 vsize=14067516 memory=4445816 CPUtime=158.22 cores=0,2,4,6
/proc/4200/task/4250/stat : 4250 (java) R 4197 4200 8289 0 -1 4202560 58189 12673 0 0 15758 56 5 3 20 0 15 0 112976279 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140466346657016 140465983933553 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4251] ppid=4197 vsize=14067516 memory=4445816 CPUtime=3.45 cores=0,2,4,6
/proc/4200/task/4251/stat : 4251 (java) S 4197 4200 8289 0 -1 1077944384 1615 12673 0 0 311 26 5 3 20 0 15 0 112976280 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140466303323280 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4252] ppid=4197 vsize=14067516 memory=4445816 CPUtime=3.51 cores=0,2,4,6
/proc/4200/task/4252/stat : 4252 (java) S 4197 4200 8289 0 -1 1077944384 2059 12673 0 0 316 27 5 3 20 0 15 0 112976280 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140465941179408 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4253] ppid=4197 vsize=14067516 memory=4445816 CPUtime=3.5 cores=0,2,4,6
/proc/4200/task/4253/stat : 4253 (java) S 4197 4200 8289 0 -1 1077944384 2954 12673 0 0 313 29 5 3 20 0 15 0 112976280 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140465940126608 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4254] ppid=4197 vsize=14067516 memory=4445816 CPUtime=3.51 cores=0,2,4,6
/proc/4200/task/4254/stat : 4254 (java) S 4197 4200 8289 0 -1 1077944384 1676 12673 0 0 316 27 5 3 20 0 15 0 112976280 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140465939073808 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4255] ppid=4197 vsize=14067516 memory=4445816 CPUtime=0.45 cores=0,2,4,6
/proc/4200/task/4255/stat : 4255 (java) S 4197 4200 8289 0 -1 1077944384 8225 12673 0 0 37 0 5 3 20 0 15 0 112976281 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140465821006192 140466342435458 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4256] ppid=4197 vsize=14067516 memory=4445816 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4256/stat : 4256 (java) S 4197 4200 8289 0 -1 1077944384 59 12673 0 0 0 0 5 3 20 0 15 0 112976282 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140465819952288 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4257] ppid=4197 vsize=14067516 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4257/stat : 4257 (java) S 4197 4200 8289 0 -1 1077944384 49 12673 0 0 0 0 5 3 20 0 15 0 112976282 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140465818899328 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4258] ppid=4197 vsize=14067516 memory=-8316900901535099443 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4258/stat : 4258 (java) S 4197 4200 8289 0 -1 1077944384 3 12673 0 0 0 0 5 3 20 0 15 0 112976284 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140465817847632 140466342442907 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4259] ppid=4197 vsize=14067516 memory=4445816 CPUtime=7.66 cores=0,2,4,6
/proc/4200/task/4259/stat : 4259 (java) S 4197 4200 8289 0 -1 1077944384 16862 12673 0 0 755 3 5 3 20 0 15 0 112976284 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140465816796016 140466342435458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4260] ppid=4197 vsize=14067516 memory=4445816 CPUtime=7.56 cores=0,2,4,6
/proc/4200/task/4260/stat : 4260 (java) S 4197 4200 8289 0 -1 1077944384 13777 12673 0 0 745 3 5 3 20 0 15 0 112976284 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140465815743216 140466342435458 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4261] ppid=4197 vsize=14067516 memory=4445816 CPUtime=2.44 cores=0,2,4,6
/proc/4200/task/4261/stat : 4261 (java) S 4197 4200 8289 0 -1 1077944384 14133 12673 0 0 231 5 5 3 20 0 15 0 112976284 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140465814690416 140466342435458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4262] ppid=4197 vsize=14067516 memory=1724 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4262/stat : 4262 (java) S 4197 4200 8289 0 -1 1077944384 3 12673 0 0 0 0 5 3 20 0 15 0 112976285 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140465813637856 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4263] ppid=4197 vsize=14067516 memory=792 CPUtime=0.14 cores=0,2,4,6
/proc/4200/task/4263/stat : 4263 (java) S 4197 4200 8289 0 -1 1077944384 638 12673 0 0 4 2 5 3 20 0 15 0 112976288 14405136384 1111454 18446744073709551615 4194304 4196468 140732214935648 140465812585136 140466342435458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
Current children cumulated CPU time: 189.84 s
Current children cumulated vsize: 14067516 KiB
Current children cumulated memory: 4445816 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+204.201 s]
/proc/loadavg: 1.94 1.91 2.00 5/217 4565
/proc/meminfo: memFree=26628952/32770624 swapFree=67108860/67108860
[pid=4200] ppid=4197 vsize=14069564 memory=4511092 CPUtime=252.05 cores=0,2,4,6
/proc/4200/stat : 4200 (java) S 4197 4200 8289 0 -1 1077944320 170880 12673 0 0 25002 195 5 3 20 0 15 0 112976258 14407233536 1127773 18446744073709551615 4194304 4196468 140732214935648 140732214918192 140466342424311 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
/proc/4200/statm: 3517391 1127773 3489 1 0 3506005 0
[pid=4200/tid=4250] ppid=4197 vsize=14069564 memory=288230617509003574 CPUtime=195.33 cores=0,2,4,6
/proc/4200/task/4250/stat : 4250 (java) R 4197 4200 8289 0 -1 4202560 73182 12673 0 0 19466 59 5 3 20 0 15 0 112976279 14407233536 1127773 18446744073709551615 4194304 4196468 140732214935648 140466346656328 140466001305799 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4251] ppid=4197 vsize=14069564 memory=14689686622832056 CPUtime=7.91 cores=0,2,4,6
/proc/4200/task/4251/stat : 4251 (java) S 4197 4200 8289 0 -1 1077944384 3901 12673 0 0 756 27 5 3 20 0 15 0 112976280 14407233536 1127773 18446744073709551615 4194304 4196468 140732214935648 140466303323280 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4252] ppid=4197 vsize=14069564 memory=1716 CPUtime=7.99 cores=0,2,4,6
/proc/4200/task/4252/stat : 4252 (java) S 4197 4200 8289 0 -1 1077944384 3136 12673 0 0 762 29 5 3 20 0 15 0 112976280 14407233536 1127773 18446744073709551615 4194304 4196468 140732214935648 140465941179408 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4253] ppid=4197 vsize=14069564 memory=1228 CPUtime=7.97 cores=0,2,4,6
/proc/4200/task/4253/stat : 4253 (java) S 4197 4200 8289 0 -1 1077944384 4312 12673 0 0 758 31 5 3 20 0 15 0 112976280 14407233536 1127773 18446744073709551615 4194304 4196468 140732214935648 140465940126608 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4254] ppid=4197 vsize=14069564 memory=14356 CPUtime=7.93 cores=0,2,4,6
/proc/4200/task/4254/stat : 4254 (java) S 4197 4200 8289 0 -1 1077944384 2251 12673 0 0 757 28 5 3 20 0 15 0 112976280 14407233536 1127773 18446744073709551615 4194304 4196468 140732214935648 140465939073808 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4255] ppid=4197 vsize=14069564 memory=1008 CPUtime=0.73 cores=0,2,4,6
/proc/4200/task/4255/stat : 4255 (java) S 4197 4200 8289 0 -1 1077944384 13979 12673 0 0 64 1 5 3 20 0 15 0 112976281 14407233536 1127773 18446744073709551615 4194304 4196468 140732214935648 140465821006192 140466342435458 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4256] ppid=4197 vsize=14069564 memory=7014751519734583913 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4256/stat : 4256 (java) S 4197 4200 8289 0 -1 1077944384 62 12673 0 0 0 0 5 3 20 0 15 0 112976282 14407233536 1127773 18446744073709551615 4194304 4196468 140732214935648 140465819952288 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4257] ppid=4197 vsize=14069564 memory=7596002925737109584 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4257/stat : 4257 (java) S 4197 4200 8289 0 -1 1077944384 54 12673 0 0 0 0 5 3 20 0 15 0 112976282 14407233536 1127773 18446744073709551615 4194304 4196468 140732214935648 140465818899328 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4258] ppid=4197 vsize=14069564 memory=7164493982568180076 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4258/stat : 4258 (java) S 4197 4200 8289 0 -1 1077944384 3 12673 0 0 0 0 5 3 20 0 15 0 112976284 14407233536 1127773 18446744073709551615 4194304 4196468 140732214935648 140465817847632 140466342442907 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4259] ppid=4197 vsize=14069564 memory=7882828121784479853 CPUtime=11.2 cores=0,2,4,6
/proc/4200/task/4259/stat : 4259 (java) S 4197 4200 8289 0 -1 1077944384 26185 12673 0 0 1108 4 5 3 20 0 15 0 112976284 14407233536 1127773 18446744073709551615 4194304 4196468 140732214935648 140465816796016 140466342435458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4260] ppid=4197 vsize=14069564 memory=7522257559540491113 CPUtime=10.6 cores=0,2,4,6
/proc/4200/task/4260/stat : 4260 (java) S 4197 4200 8289 0 -1 1077944384 22179 12673 0 0 1048 4 5 3 20 0 15 0 112976284 14407233536 1127773 18446744073709551615 4194304 4196468 140732214935648 140465815743216 140466342435458 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4261] ppid=4197 vsize=14069564 memory=7014751519734583913 CPUtime=2.86 cores=0,2,4,6
/proc/4200/task/4261/stat : 4261 (java) S 4197 4200 8289 0 -1 1077944384 18809 12673 0 0 272 6 5 3 20 0 15 0 112976284 14407233536 1127773 18446744073709551615 4194304 4196468 140732214935648 140465814690416 140466342435458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4262] ppid=4197 vsize=14069564 memory=7014751519734583913 CPUtime=0.08 cores=0,2,4,6
/proc/4200/task/4262/stat : 4262 (java) S 4197 4200 8289 0 -1 1077944384 3 12673 0 0 0 0 5 3 20 0 15 0 112976285 14407233536 1127773 18446744073709551615 4194304 4196468 140732214935648 140465813637856 140466342434517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
[pid=4200/tid=4263] ppid=4197 vsize=14069564 memory=2020 CPUtime=0.16 cores=0,2,4,6
/proc/4200/task/4263/stat : 4263 (java) S 4197 4200 8289 0 -1 1077944384 675 12673 0 0 5 3 5 3 20 0 15 0 112976288 14407233536 1127773 18446744073709551615 4194304 4196468 140732214935648 140465812585136 140466342435458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20508672 140732214941616 140732214944401 140732214944401 140732214947791 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 4511092 KiB

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

[startup+204.492 s]
# the end of solver process 4200 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.345 s, system=2.03286 s

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

Child status: 143
Real time (s): 204.492
CPU time (s): 252.378
CPU user time (s): 250.345
CPU system time (s): 2.03286
CPU usage (%): 123.417
Max. virtual memory (cumulated for all children) (KiB): 14069692
Max. memory (cumulated for all children) (KiB): 4534356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.345
system time used= 2.03286
maximum resident set size= 4534692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185634
page faults= 0
swaps= 0
block input operations= 0
block output operations= 376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16513
involuntary context switches= 935


# summary of solver processes directly reported to runsolver:
#   pid: 4200
#   total CPU time (s): 252.378
#   total CPU user time (s): 250.345
#   total CPU system time (s): 2.03286

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.25335 second user time and 1.88977 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 20:59:23
IDJOB=4259440
IDBENCH=139754
IDSOLVER=2646
FILE ID=node133/4259440-1502651611
RUNJOBID= node133-1502641620-25473
PBS_JOBID= 
Free space on /tmp= 62004 MiB

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

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

MD5SUM BENCH= 6bb486b702ae8a5e43f429c3e7fd2e95
RANDOM SEED=488132043

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:        26891224 kB
MemAvailable:   27540900 kB
Buffers:          242220 kB
Cached:           702224 kB
SwapCached:            0 kB
Active:          5230744 kB
Inactive:         191376 kB
Active(anon):    4418244 kB
Inactive(anon):   100804 kB
Active(file):     812500 kB
Inactive(file):    90572 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25632 kB
Writeback:             0 kB
AnonPages:       4585648 kB
Mapped:            69996 kB
Shmem:             41660 kB
Slab:             152408 kB
SReclaimable:     124880 kB
SUnreclaim:        27528 kB
KernelStack:        3744 kB
PageTables:        13592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5444300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4347904 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= 61972 MiB
End job on node133 at 2017-08-13 21:02:48