Trace number 4402926

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.12.3SAT (TO)3 2520.11 2472.23

General information on the benchmark

NameOpd/Opd-sum-small/
Opd-10-030-009.xml
MD5SUM902db1136df2968cd1e3d1d445559775
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark7.55584
Satisfiable
(Un)Satisfiability was proved
Number of variables301
Number of constraints56
Number of domains2
Minimum domain size2
Maximum domain size29
Distribution of domain sizes[{"size":2,"count":300},{"size":29,"count":1}]
Minimum variable degree11
Maximum variable degree46
Distribution of variable degrees[{"degree":11,"count":300},{"degree":46,"count":1}]
Minimum constraint arity30
Maximum constraint arity300
Distribution of constraint arities[{"arity":30,"count":10},{"arity":61,"count":45},{"arity":300,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":55}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.79/0.60	c Concrete v3.12.3.1568965526260 running
12.63/5.08	o 6
13.57/5.34	o 5
13.57/5.34	o 4
13.57/5.34	o 3
2520.06/2472.20	Exception in thread "main" java.util.concurrent.TimeoutException
2520.06/2472.21		at concrete.MAC.mac(MAC.scala:192)
2520.06/2472.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.06/2472.21		at scala.util.Try$.apply(Try.scala:210)
2520.06/2472.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.06/2472.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.06/2472.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.06/2472.21		at concrete.MAC.oneRun(MAC.scala:265)
2520.06/2472.21		at concrete.MAC.nextSolution(MAC.scala:284)
2520.06/2472.21		at concrete.MAC.nextSolution(MAC.scala:369)
2520.06/2472.21		at concrete.Solver.hasNext(Solver.scala:160)
2520.06/2472.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.06/2472.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.06/2472.21		at concrete.Solver.foreach(Solver.scala:67)
2520.06/2472.21		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.06/2472.21		at scala.util.Success.map(Try.scala:262)
2520.06/2472.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2472.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.06/2472.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.06/2472.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2472.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.06/2472.21		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.06/2472.21		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.06/2472.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.06/2472.21		at scala.App.$anonfun$main$1(App.scala:73)
2520.06/2472.21		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.06/2472.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.06/2472.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.06/2472.21		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.06/2472.21		at scala.App.main(App.scala:73)
2520.06/2472.21		at scala.App.main$(App.scala:71)
2520.06/2472.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.06/2472.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2472.22	v <instantiation
2520.06/2472.22	v         cost = '3'>
2520.06/2472.22	v       <list>
2520.06/2472.22	v         z 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[0][19] x[0][20] x[0][21] x[0][22] x[0][23] x[0][24] x[0][25] x[0][26] x[0][27] x[0][28] x[0][29] 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[1][19] x[1][20] x[1][21] x[1][22] x[1][23] x[1][24] x[1][25] x[1][26] x[1][27] x[1][28] x[1][29] 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[2][19] x[2][20] x[2][21] x[2][22] x[2][23] x[2][24] x[2][25] x[2][26] x[2][27] x[2][28] x[2][29] 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[3][19] x[3][20] x[3][21] x[3][22] x[3][23] x[3][24] x[3][25] x[3][26] x[3][27] x[3][28] x[3][29] 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[4][19] x[4][20] x[4][21] x[4][22] x[4][23] x[4][24] x[4][25] x[4][26] x[4][27] x[4][28] x[4][29] 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[5][19] x[5][20] x[5][21] x[5][22] x[5][23] x[5][24] x[5][25] x[5][26] x[5][27] x[5][28] x[5][29] 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[6][19] x[6][20] x[6][21] x[6][22] x[6][23] x[6][24] x[6][25] x[6][26] x[6][27] x[6][28] x[6][29] 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[7][19] x[7][20] x[7][21] x[7][22] x[7][23] x[7][24] x[7][25] x[7][26] x[7][27] x[7][28] x[7][29] 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[8][19] x[8][20] x[8][21] x[8][22] x[8][23] x[8][24] x[8][25] x[8][26] x[8][27] x[8][28] x[8][29] 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[9][19] x[9][20] x[9][21] x[9][22] x[9][23] x[9][24] x[9][25] x[9][26] x[9][27] x[9][28] x[9][29]
2520.06/2472.22	v       </list>
2520.06/2472.22	v       <values>
2520.06/2472.22	v         3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 1 1 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 1 1 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 1 0 1 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 1 1 0 0 0 0 0 1 1 0 1 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 1 1 0 1 1 1 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 1 0 0 0 0 1 1 0 1 0 0 0 0 1 0 1 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 0 0 1 0 0 1 0
2520.06/2472.22	v       </values>
2520.06/2472.22	v     </instantiation>
2520.06/2472.22	s SATISFIABLE

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402926-1568970221/watcher-4402926-1568970221 -o /tmp/evaluation-result-4402926-1568970221/solver-4402926-1568970221 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324482060-14013 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=799927705 HOME/instance-4402926-1568970221.xml 

running on 4 cores: 4-7

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


[startup+0.100232 s]*
/proc/loadavg: 1.51 1.45 1.36 2/215 14956
/proc/meminfo: memFree=2701912/32770688 swapFree=66927188/67108860
[pid=14903] ppid=14900 vsize=9972712 memory=16284 CPUtime=0.09 cores=4-7
/proc/14903/stat : 14903 (java) S 14900 14903 13981 0 -1 1077944320 4315 13301 0 0 1 0 5 3 20 0 6 0 473028308 10212057088 4071 33554432000 4194304 4196468 140737224369888 140737224352432 139914223046391 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
/proc/14903/statm: 2493178 4071 1920 1 0 2481616 0
[pid=14903/tid=14956] ppid=14900 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=4-7
/proc/14903/task/14956/stat : 14956 (java) R 14900 14903 13981 0 -1 4202560 2122 13301 0 0 0 0 5 3 20 0 6 0 473028318 10212057088 4071 33554432000 4194304 4196468 140737224369888 139914194883152 139914223068317 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14957] ppid=14900 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=4-7
/proc/14903/task/14957/stat : 14957 (java) S 14900 14903 13981 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 6 0 473028319 10212057088 4071 33554432000 4194304 4196468 140737224369888 139914227288336 139914223056597 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14958] ppid=14900 vsize=9972712 memory=140003832235648 CPUtime=0.08 cores=4-7
/proc/14903/task/14958/stat : 14958 (java) S 14900 14903 13981 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 6 0 473028319 10212057088 4071 33554432000 4194304 4196468 140737224369888 139914131491216 139914223056597 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14959] ppid=14900 vsize=9972712 memory=0 CPUtime=0.08 cores=4-7
/proc/14903/task/14959/stat : 14959 (java) S 14900 14903 13981 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 6 0 473028319 10212057088 4071 33554432000 4194304 4196468 140737224369888 139913795000848 139914223056597 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14960] ppid=14900 vsize=9972712 memory=-1 CPUtime=0.08 cores=4-7
/proc/14903/task/14960/stat : 14960 (java) S 14900 14903 13981 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 6 0 473028319 10212057088 4071 33554432000 4194304 4196468 140737224369888 139913793948304 139914223056597 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16284 KiB

[startup+0.211135 s]*
/proc/loadavg: 1.51 1.45 1.36 3/228 14969
/proc/meminfo: memFree=2680288/32770688 swapFree=66927188/67108860
[pid=14903] ppid=14900 vsize=10819716 memory=38600 CPUtime=0.26 cores=4-7
/proc/14903/stat : 14903 (java) S 14900 14903 13981 0 -1 1077944320 6944 13301 0 0 17 1 5 3 20 0 15 0 473028308 11079389184 9650 33554432000 4194304 4196468 140737224369888 140737224352432 139914223046391 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
/proc/14903/statm: 2704929 9650 3174 1 0 2667149 0
[pid=14903/tid=14956] ppid=14900 vsize=10819716 memory=7022364594140610616 CPUtime=0.19 cores=4-7
/proc/14903/task/14956/stat : 14956 (java) R 14900 14903 13981 0 -1 4202560 3460 13301 0 0 11 0 5 3 20 0 15 0 473028318 11079389184 9650 33554432000 4194304 4196468 140737224369888 139914194877440 139914215283518 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14957] ppid=14900 vsize=10819716 memory=364 CPUtime=0.08 cores=4-7
/proc/14903/task/14957/stat : 14957 (java) S 14900 14903 13981 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 473028319 11079389184 9650 33554432000 4194304 4196468 140737224369888 139914227288336 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14958] ppid=14900 vsize=10819716 memory=140003832250086 CPUtime=0.08 cores=4-7
/proc/14903/task/14958/stat : 14958 (java) S 14900 14903 13981 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 473028319 11079389184 9650 33554432000 4194304 4196468 140737224369888 139914131491216 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14959] ppid=14900 vsize=10819716 memory=0 CPUtime=0.08 cores=4-7
/proc/14903/task/14959/stat : 14959 (java) S 14900 14903 13981 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 15 0 473028319 11079389184 9650 33554432000 4194304 4196468 140737224369888 139913795000848 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14960] ppid=14900 vsize=10819716 memory=-1 CPUtime=0.08 cores=4-7
/proc/14903/task/14960/stat : 14960 (java) S 14900 14903 13981 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 473028319 11079389184 9650 33554432000 4194304 4196468 140737224369888 139913793948304 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14961] ppid=14900 vsize=10819716 memory=140003832235648 CPUtime=0.08 cores=4-7
/proc/14903/task/14961/stat : 14961 (java) S 14900 14903 13981 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 15 0 473028320 11079389184 9650 33554432000 4194304 4196468 140737224369888 139913749694960 139914223057538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14962] ppid=14900 vsize=10819716 memory=-1 CPUtime=0.08 cores=4-7
/proc/14903/task/14962/stat : 14962 (java) S 14900 14903 13981 0 -1 1077944384 13 13301 0 0 0 0 5 3 20 0 15 0 473028321 11079389184 9650 33554432000 4194304 4196468 140737224369888 139913659934112 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14963] ppid=14900 vsize=10819716 memory=0 CPUtime=0.08 cores=4-7
/proc/14903/task/14963/stat : 14963 (java) S 14900 14903 13981 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 473028321 11079389184 9650 33554432000 4194304 4196468 140737224369888 139913055954416 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14964] ppid=14900 vsize=10819716 memory=0 CPUtime=0.08 cores=4-7
/proc/14903/task/14964/stat : 14964 (java) S 14900 14903 13981 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 473028324 11079389184 9650 33554432000 4194304 4196468 140737224369888 139912748554960 139914223064987 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14965] ppid=14900 vsize=10819716 memory=0 CPUtime=0.09 cores=4-7
/proc/14903/task/14965/stat : 14965 (java) S 14900 14903 13981 0 -1 1077944384 468 13301 0 0 1 0 5 3 20 0 15 0 473028324 11079389184 9650 33554432000 4194304 4196468 140737224369888 139913748641776 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14966] ppid=14900 vsize=10819716 memory=-1 CPUtime=0.08 cores=4-7
/proc/14903/task/14966/stat : 14966 (java) S 14900 14903 13981 0 -1 1077944384 185 13301 0 0 0 0 5 3 20 0 15 0 473028324 11079389184 9650 33554432000 4194304 4196468 140737224369888 139913747589232 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14967] ppid=14900 vsize=10819716 memory=140003832235648 CPUtime=0.11 cores=4-7
/proc/14903/task/14967/stat : 14967 (java) R 14900 14903 13981 0 -1 4202560 608 13301 0 0 3 0 5 3 20 0 15 0 473028324 11079389184 9650 33554432000 4194304 4196468 140737224369888 139913746536688 139914202456336 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14968] ppid=14900 vsize=10819716 memory=-1 CPUtime=0.08 cores=4-7
/proc/14903/task/14968/stat : 14968 (java) S 14900 14903 13981 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 473028324 11079389184 9650 33554432000 4194304 4196468 140737224369888 139912714996320 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14969] ppid=14900 vsize=10819716 memory=140003832235648 CPUtime=0.08 cores=4-7
/proc/14903/task/14969/stat : 14969 (java) S 14900 14903 13981 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 473028324 11079389184 9650 33554432000 4194304 4196468 140737224369888 139913745484592 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 38600 KiB

[startup+0.311558 s]*
/proc/loadavg: 1.51 1.45 1.36 3/228 14969
/proc/meminfo: memFree=2667120/32770688 swapFree=66927188/67108860
[pid=14903] ppid=14900 vsize=10820196 memory=49760 CPUtime=0.4 cores=4-7
/proc/14903/stat : 14903 (java) S 14900 14903 13981 0 -1 1077944320 10660 13301 0 0 29 3 5 3 20 0 15 0 473028308 11079880704 12440 33554432000 4194304 4196468 140737224369888 140737224352432 139914223046391 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
/proc/14903/statm: 2705049 12440 3302 1 0 2667149 0
[pid=14903/tid=14956] ppid=14900 vsize=10820196 memory=1398722017469774279 CPUtime=0.29 cores=4-7
/proc/14903/task/14956/stat : 14956 (java) R 14900 14903 13981 0 -1 4202560 7133 13301 0 0 19 2 5 3 20 0 15 0 473028318 11079880704 12440 33554432000 4194304 4196468 140737224369888 139914194855312 139914208212030 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14957] ppid=14900 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/14903/task/14957/stat : 14957 (java) S 14900 14903 13981 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 473028319 11079880704 12440 33554432000 4194304 4196468 140737224369888 139914227288336 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14958] ppid=14900 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/14903/task/14958/stat : 14958 (java) S 14900 14903 13981 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 473028319 11079880704 12440 33554432000 4194304 4196468 140737224369888 139914131491216 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14959] ppid=14900 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/14903/task/14959/stat : 14959 (java) S 14900 14903 13981 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 15 0 473028319 11079880704 12440 33554432000 4194304 4196468 140737224369888 139913795000848 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14960] ppid=14900 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/14903/task/14960/stat : 14960 (java) S 14900 14903 13981 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 473028319 11079880704 12440 33554432000 4194304 4196468 140737224369888 139913793948304 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14961] ppid=14900 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/14903/task/14961/stat : 14961 (java) S 14900 14903 13981 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 15 0 473028320 11079880704 12440 33554432000 4194304 4196468 140737224369888 139913749694960 139914223057538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14962] ppid=14900 vsize=10820196 memory=-1 CPUtime=0.08 cores=4-7
/proc/14903/task/14962/stat : 14962 (java) S 14900 14903 13981 0 -1 1077944384 13 13301 0 0 0 0 5 3 20 0 15 0 473028321 11079880704 12440 33554432000 4194304 4196468 140737224369888 139913659934112 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14963] ppid=14900 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/14903/task/14963/stat : 14963 (java) S 14900 14903 13981 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 473028321 11079880704 12440 33554432000 4194304 4196468 140737224369888 139913055954416 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14964] ppid=14900 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/14903/task/14964/stat : 14964 (java) S 14900 14903 13981 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 473028324 11079880704 12440 33554432000 4194304 4196468 140737224369888 139912748554960 139914223064987 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14965] ppid=14900 vsize=10820196 memory=0 CPUtime=0.09 cores=4-7
/proc/14903/task/14965/stat : 14965 (java) S 14900 14903 13981 0 -1 1077944384 468 13301 0 0 1 0 5 3 20 0 15 0 473028324 11079880704 12440 33554432000 4194304 4196468 140737224369888 139913748641776 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14966] ppid=14900 vsize=10820196 memory=-1 CPUtime=0.1 cores=4-7
/proc/14903/task/14966/stat : 14966 (java) S 14900 14903 13981 0 -1 1077944384 195 13301 0 0 2 0 5 3 20 0 15 0 473028324 11079880704 12440 33554432000 4194304 4196468 140737224369888 139913747589232 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14967] ppid=14900 vsize=10820196 memory=140003832235648 CPUtime=0.13 cores=4-7
/proc/14903/task/14967/stat : 14967 (java) S 14900 14903 13981 0 -1 1077944384 628 13301 0 0 5 0 5 3 20 0 15 0 473028324 11079880704 12440 33554432000 4194304 4196468 140737224369888 139913746536688 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14968] ppid=14900 vsize=10820196 memory=-1 CPUtime=0.08 cores=4-7
/proc/14903/task/14968/stat : 14968 (java) S 14900 14903 13981 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 473028324 11079880704 12440 33554432000 4194304 4196468 140737224369888 139912714996320 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14969] ppid=14900 vsize=10820196 memory=140003832235648 CPUtime=0.08 cores=4-7
/proc/14903/task/14969/stat : 14969 (java) S 14900 14903 13981 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 473028324 11079880704 12440 33554432000 4194304 4196468 140737224369888 139913745484592 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49760 KiB

[startup+0.701137 s]
/proc/loadavg: 1.51 1.45 1.36 4/228 14969
/proc/meminfo: memFree=2655228/32770688 swapFree=66927188/67108860
[pid=14903] ppid=14900 vsize=10822316 memory=78108 CPUtime=1.11 cores=4-7
/proc/14903/stat : 14903 (java) S 14900 14903 13981 0 -1 1077944320 14654 13301 0 0 98 5 5 3 20 0 15 0 473028308 11082051584 19527 33554432000 4194304 4196468 140737224369888 140737224352432 139914223046391 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
/proc/14903/statm: 2705579 19527 3496 1 0 2667661 0
[pid=14903/tid=14956] ppid=14900 vsize=10822316 memory=0 CPUtime=0.67 cores=4-7
/proc/14903/task/14956/stat : 14956 (java) R 14900 14903 13981 0 -1 4202560 10076 13301 0 0 55 4 5 3 20 0 15 0 473028318 11082051584 19527 33554432000 4194304 4196468 140737224369888 139914194869824 139914223068317 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14957] ppid=14900 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/14903/task/14957/stat : 14957 (java) S 14900 14903 13981 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 473028319 11082051584 19527 33554432000 4194304 4196468 140737224369888 139914227288336 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14958] ppid=14900 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/14903/task/14958/stat : 14958 (java) S 14900 14903 13981 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 473028319 11082051584 19527 33554432000 4194304 4196468 140737224369888 139914131491216 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14959] ppid=14900 vsize=10822316 memory=140003720179920 CPUtime=0.08 cores=4-7
/proc/14903/task/14959/stat : 14959 (java) S 14900 14903 13981 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 15 0 473028319 11082051584 19527 33554432000 4194304 4196468 140737224369888 139913795000848 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14960] ppid=14900 vsize=10822316 memory=140007343915611 CPUtime=0.08 cores=4-7
/proc/14903/task/14960/stat : 14960 (java) S 14900 14903 13981 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 473028319 11082051584 19527 33554432000 4194304 4196468 140737224369888 139913793948304 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14961] ppid=14900 vsize=10822316 memory=980 CPUtime=0.08 cores=4-7
/proc/14903/task/14961/stat : 14961 (java) S 14900 14903 13981 0 -1 1077944384 5 13301 0 0 0 0 5 3 20 0 15 0 473028320 11082051584 19527 33554432000 4194304 4196468 140737224369888 139913749694960 139914223057538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14962] ppid=14900 vsize=10822316 memory=7014751519617144145 CPUtime=0.08 cores=4-7
/proc/14903/task/14962/stat : 14962 (java) S 14900 14903 13981 0 -1 1077944384 13 13301 0 0 0 0 5 3 20 0 15 0 473028321 11082051584 19527 33554432000 4194304 4196468 140737224369888 139913659934112 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14963] ppid=14900 vsize=10822316 memory=6081104596517153130 CPUtime=0.08 cores=4-7
/proc/14903/task/14963/stat : 14963 (java) S 14900 14903 13981 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 473028321 11082051584 19527 33554432000 4194304 4196468 140737224369888 139913055954416 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14964] ppid=14900 vsize=10822316 memory=33104 CPUtime=0.08 cores=4-7
/proc/14903/task/14964/stat : 14964 (java) S 14900 14903 13981 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 473028324 11082051584 19527 33554432000 4194304 4196468 140737224369888 139912748554960 139914223064987 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14965] ppid=14900 vsize=10822316 memory=2120 CPUtime=0.18 cores=4-7
/proc/14903/task/14965/stat : 14965 (java) R 14900 14903 13981 0 -1 4202560 874 13301 0 0 10 0 5 3 20 0 15 0 473028324 11082051584 19527 33554432000 4194304 4196468 140737224369888 139913748629648 139914204567072 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14966] ppid=14900 vsize=10822316 memory=496 CPUtime=0.22 cores=4-7
/proc/14903/task/14966/stat : 14966 (java) R 14900 14903 13981 0 -1 4202560 685 13301 0 0 14 0 5 3 20 0 15 0 473028324 11082051584 19527 33554432000 4194304 4196468 140737224369888 139913747573856 139914207968364 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14967] ppid=14900 vsize=10822316 memory=1560 CPUtime=0.24 cores=4-7
/proc/14903/task/14967/stat : 14967 (java) S 14900 14903 13981 0 -1 1077944384 780 13301 0 0 16 0 5 3 20 0 15 0 473028324 11082051584 19527 33554432000 4194304 4196468 140737224369888 139913746536688 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14968] ppid=14900 vsize=10822316 memory=928 CPUtime=0.08 cores=4-7
/proc/14903/task/14968/stat : 14968 (java) S 14900 14903 13981 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 473028324 11082051584 19527 33554432000 4194304 4196468 140737224369888 139912714996320 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14969] ppid=14900 vsize=10822316 memory=1724 CPUtime=0.08 cores=4-7
/proc/14903/task/14969/stat : 14969 (java) S 14900 14903 13981 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 473028324 11082051584 19527 33554432000 4194304 4196468 140737224369888 139913745484592 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 78108 KiB

[startup+1.50077 s]
/proc/loadavg: 1.51 1.45 1.36 6/228 14969
/proc/meminfo: memFree=2619732/32770688 swapFree=66927188/67108860
[pid=14903] ppid=14900 vsize=10834680 memory=169344 CPUtime=2.43 cores=4-7
/proc/14903/stat : 14903 (java) S 14900 14903 13981 0 -1 1077944320 21278 13301 0 0 225 10 5 3 20 0 15 0 473028308 11094712320 42336 33554432000 4194304 4196468 140737224369888 140737224352432 139914223046391 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
/proc/14903/statm: 2708670 42336 3581 1 0 2670733 0
[pid=14903/tid=14956] ppid=14900 vsize=10834680 memory=166092 CPUtime=1.43 cores=4-7
/proc/14903/task/14956/stat : 14956 (java) R 14900 14903 13981 0 -1 4202560 15140 13301 0 0 129 6 5 3 20 0 15 0 473028318 11094712320 42336 33554432000 4194304 4196468 140737224369888 139914194878048 139914215283518 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14957] ppid=14900 vsize=10834680 memory=1444 CPUtime=0.09 cores=4-7
/proc/14903/task/14957/stat : 14957 (java) S 14900 14903 13981 0 -1 1077944384 35 13301 0 0 1 0 5 3 20 0 15 0 473028319 11094712320 42336 33554432000 4194304 4196468 140737224369888 139914227288336 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14958] ppid=14900 vsize=10834680 memory=1764 CPUtime=0.08 cores=4-7
/proc/14903/task/14958/stat : 14958 (java) S 14900 14903 13981 0 -1 1077944384 25 13301 0 0 0 0 5 3 20 0 15 0 473028319 11094712320 42336 33554432000 4194304 4196468 140737224369888 139914131491216 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14959] ppid=14900 vsize=10834680 memory=0 CPUtime=0.09 cores=4-7
/proc/14903/task/14959/stat : 14959 (java) S 14900 14903 13981 0 -1 1077944384 68 13301 0 0 1 0 5 3 20 0 15 0 473028319 11094712320 42336 33554432000 4194304 4196468 140737224369888 139913795000848 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14960] ppid=14900 vsize=10834680 memory=-6154581634397065563 CPUtime=0.09 cores=4-7
/proc/14903/task/14960/stat : 14960 (java) S 14900 14903 13981 0 -1 1077944384 311 13301 0 0 1 0 5 3 20 0 15 0 473028319 11094712320 42336 33554432000 4194304 4196468 140737224369888 139913793948304 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14961] ppid=14900 vsize=10834680 memory=3833724587141655355 CPUtime=0.09 cores=4-7
/proc/14903/task/14961/stat : 14961 (java) S 14900 14903 13981 0 -1 1077944384 125 13301 0 0 1 0 5 3 20 0 15 0 473028320 11094712320 42336 33554432000 4194304 4196468 140737224369888 139913749694960 139914223057538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14962] ppid=14900 vsize=10834680 memory=-6944103529398779036 CPUtime=0.08 cores=4-7
/proc/14903/task/14962/stat : 14962 (java) S 14900 14903 13981 0 -1 1077944384 14 13301 0 0 0 0 5 3 20 0 15 0 473028321 11094712320 42336 33554432000 4194304 4196468 140737224369888 139913659934176 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14963] ppid=14900 vsize=10834680 memory=-6005673638262905286 CPUtime=0.08 cores=4-7
/proc/14903/task/14963/stat : 14963 (java) S 14900 14903 13981 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 473028321 11094712320 42336 33554432000 4194304 4196468 140737224369888 139913055954432 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14964] ppid=14900 vsize=10834680 memory=0 CPUtime=0.08 cores=4-7
/proc/14903/task/14964/stat : 14964 (java) S 14900 14903 13981 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 473028324 11094712320 42336 33554432000 4194304 4196468 140737224369888 139912748554960 139914223064987 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14965] ppid=14900 vsize=10834680 memory=0 CPUtime=0.32 cores=4-7
/proc/14903/task/14965/stat : 14965 (java) S 14900 14903 13981 0 -1 1077944384 1236 13301 0 0 24 0 5 3 20 0 15 0 473028324 11094712320 42336 33554432000 4194304 4196468 140737224369888 139913748641776 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14966] ppid=14900 vsize=10834680 memory=4580 CPUtime=0.35 cores=4-7
/proc/14903/task/14966/stat : 14966 (java) S 14900 14903 13981 0 -1 1077944384 805 13301 0 0 27 0 5 3 20 0 15 0 473028324 11094712320 42336 33554432000 4194304 4196468 140737224369888 139913747589232 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14967] ppid=14900 vsize=10834680 memory=6441643229621539408 CPUtime=0.44 cores=4-7
/proc/14903/task/14967/stat : 14967 (java) R 14900 14903 13981 0 -1 4202560 1302 13301 0 0 36 0 5 3 20 0 15 0 473028324 11094712320 42336 33554432000 4194304 4196468 140737224369888 139913746536688 139914208212030 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14968] ppid=14900 vsize=10834680 memory=7079773312776165480 CPUtime=0.08 cores=4-7
/proc/14903/task/14968/stat : 14968 (java) S 14900 14903 13981 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 473028324 11094712320 42336 33554432000 4194304 4196468 140737224369888 139912714996320 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14969] ppid=14900 vsize=10834680 memory=8171894156820571223 CPUtime=0.08 cores=4-7
/proc/14903/task/14969/stat : 14969 (java) S 14900 14903 13981 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 473028324 11094712320 42336 33554432000 4194304 4196468 140737224369888 139913745484592 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834680 KiB

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

/proc/14903/task/14956/stat : 14956 (java) R 14900 14903 13981 0 -1 4202560 61131 13301 0 0 229726 47 5 3 20 0 15 0 473028318 11107315712 228362 33554432000 4194304 4196468 140737224369888 139914194882752 139913829111702 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14957] ppid=14900 vsize=10846988 memory=916680 CPUtime=12.16 cores=4-7
/proc/14903/task/14957/stat : 14957 (java) S 14900 14903 13981 0 -1 1077944384 13247 13301 0 0 1159 49 5 3 20 0 15 0 473028319 11107315712 228362 33554432000 4194304 4196468 140737224369888 139914227288336 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14958] ppid=14900 vsize=10846988 memory=916680 CPUtime=12.19 cores=4-7
/proc/14903/task/14958/stat : 14958 (java) S 14900 14903 13981 0 -1 1077944384 14862 13301 0 0 1161 50 5 3 20 0 15 0 473028319 11107315712 228362 33554432000 4194304 4196468 140737224369888 139914131491216 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14959] ppid=14900 vsize=10846988 memory=916680 CPUtime=12.17 cores=4-7
/proc/14903/task/14959/stat : 14959 (java) S 14900 14903 13981 0 -1 1077944384 15323 13301 0 0 1161 48 5 3 20 0 15 0 473028319 11107315712 228362 33554432000 4194304 4196468 140737224369888 139913795000848 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14960] ppid=14900 vsize=10846988 memory=916168 CPUtime=12.18 cores=4-7
/proc/14903/task/14960/stat : 14960 (java) S 14900 14903 13981 0 -1 1077944384 13787 13301 0 0 1161 49 5 3 20 0 15 0 473028319 11107315712 228362 33554432000 4194304 4196468 140737224369888 139913793948304 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14961] ppid=14900 vsize=10846988 memory=915324 CPUtime=9.66 cores=4-7
/proc/14903/task/14961/stat : 14961 (java) S 14900 14903 13981 0 -1 1077944384 16249 13301 0 0 904 54 5 3 20 0 15 0 473028320 11107315712 228362 33554432000 4194304 4196468 140737224369888 139913749694960 139914223057538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14962] ppid=14900 vsize=10846988 memory=916636 CPUtime=0.08 cores=4-7
/proc/14903/task/14962/stat : 14962 (java) S 14900 14903 13981 0 -1 1077944384 21 13301 0 0 0 0 5 3 20 0 15 0 473028321 11107315712 228362 33554432000 4194304 4196468 140737224369888 139913659934176 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14963] ppid=14900 vsize=10846988 memory=914812 CPUtime=0.08 cores=4-7
/proc/14903/task/14963/stat : 14963 (java) S 14900 14903 13981 0 -1 1077944384 7 13301 0 0 0 0 5 3 20 0 15 0 473028321 11107315712 228362 33554432000 4194304 4196468 140737224369888 139913055954432 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14964] ppid=14900 vsize=10846988 memory=913448 CPUtime=0.08 cores=4-7
/proc/14903/task/14964/stat : 14964 (java) S 14900 14903 13981 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 473028324 11107315712 228362 33554432000 4194304 4196468 140737224369888 139912748554960 139914223064987 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14965] ppid=14900 vsize=10846988 memory=913448 CPUtime=4.45 cores=4-7
/proc/14903/task/14965/stat : 14965 (java) S 14900 14903 13981 0 -1 1077944384 17456 13301 0 0 434 3 5 3 20 0 15 0 473028324 11107315712 228362 33554432000 4194304 4196468 140737224369888 139913748641776 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14966] ppid=14900 vsize=10846988 memory=913788 CPUtime=4.21 cores=4-7
/proc/14903/task/14966/stat : 14966 (java) S 14900 14903 13981 0 -1 1077944384 12246 13301 0 0 411 2 5 3 20 0 15 0 473028324 11107315712 228362 33554432000 4194304 4196468 140737224369888 139913747589232 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14967] ppid=14900 vsize=10846988 memory=3624 CPUtime=2.12 cores=4-7
/proc/14903/task/14967/stat : 14967 (java) S 14900 14903 13981 0 -1 1077944384 11951 13301 0 0 201 3 5 3 20 0 15 0 473028324 11107315712 228362 33554432000 4194304 4196468 140737224369888 139913746536688 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14968] ppid=14900 vsize=10846988 memory=915324 CPUtime=0.08 cores=4-7
/proc/14903/task/14968/stat : 14968 (java) S 14900 14903 13981 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 473028324 11107315712 228362 33554432000 4194304 4196468 140737224369888 139912714996320 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14969] ppid=14900 vsize=10846988 memory=915840 CPUtime=1.34 cores=4-7
/proc/14903/task/14969/stat : 14969 (java) S 14900 14903 13981 0 -1 1077944384 1148 13301 0 0 53 73 5 3 20 0 15 0 473028324 11107315712 228362 33554432000 4194304 4196468 140737224369888 139913745484592 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
Current children cumulated CPU time: 2367.72 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 913448 KiB

[startup+2382.3 s]
/proc/loadavg: 1.76 1.74 1.60 3/228 15214
/proc/meminfo: memFree=326604/32770688 swapFree=66927192/67108860
[pid=14903] ppid=14900 vsize=10846988 memory=915924 CPUtime=2428.71 cores=4-7
/proc/14903/stat : 14903 (java) S 14900 14903 13981 0 -1 1077944320 181250 13301 0 0 242523 340 5 3 20 0 15 0 473028308 11107315712 228981 33554432000 4194304 4196468 140737224369888 140737224352432 139914223046391 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
/proc/14903/statm: 2711747 228981 3625 1 0 2673805 0
[pid=14903/tid=14956] ppid=14900 vsize=10846988 memory=915744 CPUtime=2357.19 cores=4-7
/proc/14903/task/14956/stat : 14956 (java) R 14900 14903 13981 0 -1 4202560 61873 13301 0 0 235663 48 5 3 20 0 15 0 473028318 11107315712 228981 33554432000 4194304 4196468 140737224369888 139914194882752 139913829555622 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14957] ppid=14900 vsize=10846988 memory=915744 CPUtime=12.48 cores=4-7
/proc/14903/task/14957/stat : 14957 (java) S 14900 14903 13981 0 -1 1077944384 13348 13301 0 0 1190 50 5 3 20 0 15 0 473028319 11107315712 228981 33554432000 4194304 4196468 140737224369888 139914227288336 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14958] ppid=14900 vsize=10846988 memory=915744 CPUtime=12.52 cores=4-7
/proc/14903/task/14958/stat : 14958 (java) S 14900 14903 13981 0 -1 1077944384 15063 13301 0 0 1193 51 5 3 20 0 15 0 473028319 11107315712 228981 33554432000 4194304 4196468 140737224369888 139914131491216 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14959] ppid=14900 vsize=10846988 memory=915744 CPUtime=12.52 cores=4-7
/proc/14903/task/14959/stat : 14959 (java) S 14900 14903 13981 0 -1 1077944384 15625 13301 0 0 1194 50 5 3 20 0 15 0 473028319 11107315712 228981 33554432000 4194304 4196468 140737224369888 139913795000848 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14960] ppid=14900 vsize=10846988 memory=915924 CPUtime=12.51 cores=4-7
/proc/14903/task/14960/stat : 14960 (java) S 14900 14903 13981 0 -1 1077944384 13818 13301 0 0 1193 50 5 3 20 0 15 0 473028319 11107315712 228981 33554432000 4194304 4196468 140737224369888 139913793948304 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14961] ppid=14900 vsize=10846988 memory=915744 CPUtime=9.91 cores=4-7
/proc/14903/task/14961/stat : 14961 (java) S 14900 14903 13981 0 -1 1077944384 16455 13301 0 0 927 56 5 3 20 0 15 0 473028320 11107315712 228981 33554432000 4194304 4196468 140737224369888 139913749694960 139914223057538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14962] ppid=14900 vsize=10846988 memory=915744 CPUtime=0.08 cores=4-7
/proc/14903/task/14962/stat : 14962 (java) S 14900 14903 13981 0 -1 1077944384 21 13301 0 0 0 0 5 3 20 0 15 0 473028321 11107315712 228981 33554432000 4194304 4196468 140737224369888 139913659934176 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14963] ppid=14900 vsize=10846988 memory=915744 CPUtime=0.08 cores=4-7
/proc/14903/task/14963/stat : 14963 (java) S 14900 14903 13981 0 -1 1077944384 7 13301 0 0 0 0 5 3 20 0 15 0 473028321 11107315712 228981 33554432000 4194304 4196468 140737224369888 139913055954432 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14964] ppid=14900 vsize=10846988 memory=915744 CPUtime=0.08 cores=4-7
/proc/14903/task/14964/stat : 14964 (java) S 14900 14903 13981 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 473028324 11107315712 228981 33554432000 4194304 4196468 140737224369888 139912748554960 139914223064987 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14965] ppid=14900 vsize=10846988 memory=140003832235647 CPUtime=4.46 cores=4-7
/proc/14903/task/14965/stat : 14965 (java) S 14900 14903 13981 0 -1 1077944384 17458 13301 0 0 435 3 5 3 20 0 15 0 473028324 11107315712 228981 33554432000 4194304 4196468 140737224369888 139913748641776 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14966] ppid=14900 vsize=10846988 memory=3690453845470033664 CPUtime=4.21 cores=4-7
/proc/14903/task/14966/stat : 14966 (java) S 14900 14903 13981 0 -1 1077944384 12248 13301 0 0 411 2 5 3 20 0 15 0 473028324 11107315712 228981 33554432000 4194304 4196468 140737224369888 139913747589232 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14967] ppid=14900 vsize=10846988 memory=980 CPUtime=2.12 cores=4-7
/proc/14903/task/14967/stat : 14967 (java) S 14900 14903 13981 0 -1 1077944384 11953 13301 0 0 201 3 5 3 20 0 15 0 473028324 11107315712 228981 33554432000 4194304 4196468 140737224369888 139913746536688 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14968] ppid=14900 vsize=10846988 memory=14008 CPUtime=0.08 cores=4-7
/proc/14903/task/14968/stat : 14968 (java) S 14900 14903 13981 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 473028324 11107315712 228981 33554432000 4194304 4196468 140737224369888 139912714996320 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14969] ppid=14900 vsize=10846988 memory=12028 CPUtime=1.38 cores=4-7
/proc/14903/task/14969/stat : 14969 (java) S 14900 14903 13981 0 -1 1077944384 1166 13301 0 0 54 76 5 3 20 0 15 0 473028324 11107315712 228981 33554432000 4194304 4196468 140737224369888 139913745484592 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
Current children cumulated CPU time: 2428.71 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 915924 KiB

[startup+2442.3 s]
/proc/loadavg: 1.65 1.72 1.60 3/227 15345
/proc/meminfo: memFree=2568404/32770688 swapFree=66927192/67108860
[pid=14903] ppid=14900 vsize=10846988 memory=908836 CPUtime=2489.72 cores=4-7
/proc/14903/stat : 14903 (java) S 14900 14903 13981 0 -1 1077944320 182441 13301 0 0 248617 347 5 3 20 0 15 0 473028308 11107315712 227209 33554432000 4194304 4196468 140737224369888 140737224352432 139914223046391 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
/proc/14903/statm: 2711747 227209 3625 1 0 2673805 0
[pid=14903/tid=14956] ppid=14900 vsize=10846988 memory=908836 CPUtime=2416.52 cores=4-7
/proc/14903/task/14956/stat : 14956 (java) R 14900 14903 13981 0 -1 4202560 62494 13301 0 0 241594 50 5 3 20 0 15 0 473028318 11107315712 227209 33554432000 4194304 4196468 140737224369888 139914194882448 139913829111632 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14957] ppid=14900 vsize=10846988 memory=912428 CPUtime=12.83 cores=4-7
/proc/14903/task/14957/stat : 14957 (java) S 14900 14903 13981 0 -1 1077944384 13425 13301 0 0 1224 51 5 3 20 0 15 0 473028319 11107315712 227209 33554432000 4194304 4196468 140737224369888 139914227288336 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14958] ppid=14900 vsize=10846988 memory=914992 CPUtime=12.87 cores=4-7
/proc/14903/task/14958/stat : 14958 (java) S 14900 14903 13981 0 -1 1077944384 15088 13301 0 0 1227 52 5 3 20 0 15 0 473028319 11107315712 227209 33554432000 4194304 4196468 140737224369888 139914131491216 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14959] ppid=14900 vsize=10846988 memory=912428 CPUtime=12.86 cores=4-7
/proc/14903/task/14959/stat : 14959 (java) S 14900 14903 13981 0 -1 1077944384 15865 13301 0 0 1227 51 5 3 20 0 15 0 473028319 11107315712 227209 33554432000 4194304 4196468 140737224369888 139913795000848 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14960] ppid=14900 vsize=10846988 memory=911400 CPUtime=12.86 cores=4-7
/proc/14903/task/14960/stat : 14960 (java) S 14900 14903 13981 0 -1 1077944384 13834 13301 0 0 1227 51 5 3 20 0 15 0 473028319 11107315712 227209 33554432000 4194304 4196468 140737224369888 139913793948304 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14961] ppid=14900 vsize=10846988 memory=908836 CPUtime=10.18 cores=4-7
/proc/14903/task/14961/stat : 14961 (java) S 14900 14903 13981 0 -1 1077944384 16646 13301 0 0 953 57 5 3 20 0 15 0 473028320 11107315712 227209 33554432000 4194304 4196468 140737224369888 139913749694960 139914223057538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14962] ppid=14900 vsize=10846988 memory=908836 CPUtime=0.08 cores=4-7
/proc/14903/task/14962/stat : 14962 (java) S 14900 14903 13981 0 -1 1077944384 21 13301 0 0 0 0 5 3 20 0 15 0 473028321 11107315712 227209 33554432000 4194304 4196468 140737224369888 139913659934176 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14963] ppid=14900 vsize=10846988 memory=908836 CPUtime=0.08 cores=4-7
/proc/14903/task/14963/stat : 14963 (java) S 14900 14903 13981 0 -1 1077944384 7 13301 0 0 0 0 5 3 20 0 15 0 473028321 11107315712 227209 33554432000 4194304 4196468 140737224369888 139913055954432 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14964] ppid=14900 vsize=10846988 memory=912428 CPUtime=0.08 cores=4-7
/proc/14903/task/14964/stat : 14964 (java) S 14900 14903 13981 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 473028324 11107315712 227209 33554432000 4194304 4196468 140737224369888 139912748554960 139914223064987 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14965] ppid=14900 vsize=10846988 memory=1176 CPUtime=4.46 cores=4-7
/proc/14903/task/14965/stat : 14965 (java) S 14900 14903 13981 0 -1 1077944384 17460 13301 0 0 435 3 5 3 20 0 15 0 473028324 11107315712 227209 33554432000 4194304 4196468 140737224369888 139913748641776 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14966] ppid=14900 vsize=10846988 memory=910888 CPUtime=4.21 cores=4-7
/proc/14903/task/14966/stat : 14966 (java) S 14900 14903 13981 0 -1 1077944384 12250 13301 0 0 411 2 5 3 20 0 15 0 473028324 11107315712 227209 33554432000 4194304 4196468 140737224369888 139913747589232 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14967] ppid=14900 vsize=10846988 memory=912428 CPUtime=2.12 cores=4-7
/proc/14903/task/14967/stat : 14967 (java) S 14900 14903 13981 0 -1 1077944384 11955 13301 0 0 201 3 5 3 20 0 15 0 473028324 11107315712 227209 33554432000 4194304 4196468 140737224369888 139913746536688 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14968] ppid=14900 vsize=10846988 memory=3624 CPUtime=0.08 cores=4-7
/proc/14903/task/14968/stat : 14968 (java) S 14900 14903 13981 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 473028324 11107315712 227209 33554432000 4194304 4196468 140737224369888 139912714996320 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14969] ppid=14900 vsize=10846988 memory=288230574492221466 CPUtime=1.41 cores=4-7
/proc/14903/task/14969/stat : 14969 (java) S 14900 14903 13981 0 -1 1077944384 1181 13301 0 0 56 77 5 3 20 0 15 0 473028324 11107315712 227209 33554432000 4194304 4196468 140737224369888 139913745484592 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
Current children cumulated CPU time: 2489.72 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 908836 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2472.2 s]
/proc/loadavg: 1.32 1.64 1.58 3/228 15348
/proc/meminfo: memFree=2606308/32770688 swapFree=66927192/67108860
[pid=14903] ppid=14900 vsize=10846988 memory=903936 CPUtime=2520.06 cores=4-7
/proc/14903/stat : 14903 (java) S 14900 14903 13981 0 -1 1077944320 183783 13301 0 0 251648 350 5 3 20 0 15 0 473028308 11107315712 225984 33554432000 4194304 4196468 140737224369888 140737224352432 139914223046391 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
/proc/14903/statm: 2711747 225984 3625 1 0 2673805 0
[pid=14903/tid=14956] ppid=14900 vsize=10846988 memory=3252 CPUtime=2446.11 cores=4-7
/proc/14903/task/14956/stat : 14956 (java) R 14900 14903 13981 0 -1 4202560 62987 13301 0 0 244553 50 5 3 20 0 15 0 473028318 11107315712 225984 33554432000 4194304 4196468 140737224369888 139914194882688 139913829111708 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14957] ppid=14900 vsize=10846988 memory=903936 CPUtime=12.99 cores=4-7
/proc/14903/task/14957/stat : 14957 (java) S 14900 14903 13981 0 -1 1077944384 13616 13301 0 0 1240 51 5 3 20 0 15 0 473028319 11107315712 225984 33554432000 4194304 4196468 140737224369888 139914227288336 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14958] ppid=14900 vsize=10846988 memory=1412 CPUtime=13.03 cores=4-7
/proc/14903/task/14958/stat : 14958 (java) S 14900 14903 13981 0 -1 1077944384 15138 13301 0 0 1242 53 5 3 20 0 15 0 473028319 11107315712 225984 33554432000 4194304 4196468 140737224369888 139914131491216 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14959] ppid=14900 vsize=10846988 memory=2948 CPUtime=13.02 cores=4-7
/proc/14903/task/14959/stat : 14959 (java) S 14900 14903 13981 0 -1 1077944384 15932 13301 0 0 1242 52 5 3 20 0 15 0 473028319 11107315712 225984 33554432000 4194304 4196468 140737224369888 139913795000848 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14960] ppid=14900 vsize=10846988 memory=956592 CPUtime=13.01 cores=4-7
/proc/14903/task/14960/stat : 14960 (java) S 14900 14903 13981 0 -1 1077944384 14153 13301 0 0 1242 51 5 3 20 0 15 0 473028319 11107315712 225984 33554432000 4194304 4196468 140737224369888 139913793948304 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14961] ppid=14900 vsize=10846988 memory=1656 CPUtime=10.3 cores=4-7
/proc/14903/task/14961/stat : 14961 (java) S 14900 14903 13981 0 -1 1077944384 16845 13301 0 0 964 58 5 3 20 0 15 0 473028320 11107315712 225984 33554432000 4194304 4196468 140737224369888 139913749694960 139914223057538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14962] ppid=14900 vsize=10846988 memory=1764 CPUtime=0.08 cores=4-7
/proc/14903/task/14962/stat : 14962 (java) S 14900 14903 13981 0 -1 1077944384 21 13301 0 0 0 0 5 3 20 0 15 0 473028321 11107315712 225984 33554432000 4194304 4196468 140737224369888 139913659934176 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14963] ppid=14900 vsize=10846988 memory=111632 CPUtime=0.08 cores=4-7
/proc/14903/task/14963/stat : 14963 (java) S 14900 14903 13981 0 -1 1077944384 7 13301 0 0 0 0 5 3 20 0 15 0 473028321 11107315712 225984 33554432000 4194304 4196468 140737224369888 139913055954432 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14964] ppid=14900 vsize=10846988 memory=4872558044660077418 CPUtime=0.08 cores=4-7
/proc/14903/task/14964/stat : 14964 (java) S 14900 14903 13981 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 473028324 11107315712 225984 33554432000 4194304 4196468 140737224369888 139912748554960 139914223064987 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14965] ppid=14900 vsize=10846988 memory=1808 CPUtime=4.46 cores=4-7
/proc/14903/task/14965/stat : 14965 (java) S 14900 14903 13981 0 -1 1077944384 17462 13301 0 0 435 3 5 3 20 0 15 0 473028324 11107315712 225984 33554432000 4194304 4196468 140737224369888 139913748641776 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14966] ppid=14900 vsize=10846988 memory=924 CPUtime=4.22 cores=4-7
/proc/14903/task/14966/stat : 14966 (java) S 14900 14903 13981 0 -1 1077944384 12253 13301 0 0 412 2 5 3 20 0 15 0 473028324 11107315712 225984 33554432000 4194304 4196468 140737224369888 139913747589232 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14967] ppid=14900 vsize=10846988 memory=3848 CPUtime=2.12 cores=4-7
/proc/14903/task/14967/stat : 14967 (java) S 14900 14903 13981 0 -1 1077944384 11957 13301 0 0 201 3 5 3 20 0 15 0 473028324 11107315712 225984 33554432000 4194304 4196468 140737224369888 139913746536688 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14968] ppid=14900 vsize=10846988 memory=2608 CPUtime=0.08 cores=4-7
/proc/14903/task/14968/stat : 14968 (java) S 14900 14903 13981 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 473028324 11107315712 225984 33554432000 4194304 4196468 140737224369888 139912714996320 139914223056597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
[pid=14903/tid=14969] ppid=14900 vsize=10846988 memory=2868 CPUtime=1.43 cores=4-7
/proc/14903/task/14969/stat : 14969 (java) S 14900 14903 13981 0 -1 1077944384 1197 13301 0 0 57 78 5 3 20 0 15 0 473028324 11107315712 225984 33554432000 4194304 4196468 140737224369888 139913745484592 139914223057538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23433216 140737224370928 140737224373445 140737224373445 140737224376271 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 903936 KiB

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

[startup+2472.23 s]
# the end of solver process 14903 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.57 s, system=3.542 s

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

Child status: 143
Real time (s): 2472.23
CPU time (s): 2520.11
CPU user time (s): 2516.57
CPU system time (s): 3.542
CPU usage (%): 101.937
Max. virtual memory (cumulated for all children) (KiB): 10849624
Max. memory (cumulated for all children) (KiB): 1099036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.57
system time used= 3.542
maximum resident set size= 1101084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198113
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 265431
involuntary context switches= 5147


# summary of solver processes directly reported to runsolver:
#   pid: 14903
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.57
#   total CPU system time (s): 3.542

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.6357 second user time and 25.8564 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-21 17:24:02
IDJOB=4402926
IDBENCH=122986
IDSOLVER=2861
FILE ID=node120/4402926-1568970221
RUNJOBID= node120-1324482060-14013
PBS_JOBID= 21704627
Free space on /tmp= 23256 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Opd/Opd-sum-small/Opd-10-030-009.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402926-1568970221/watcher-4402926-1568970221 -o /tmp/evaluation-result-4402926-1568970221/solver-4402926-1568970221 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324482060-14013 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=799927705 HOME/instance-4402926-1568970221.xml

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

MD5SUM BENCH= 902db1136df2968cd1e3d1d445559775
RANDOM SEED=799927705

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:         2700592 kB
MemAvailable:   30186656 kB
Buffers:          105400 kB
Cached:         27341360 kB
SwapCached:        68636 kB
Active:         15355404 kB
Inactive:       13752148 kB
Active(anon):    1593708 kB
Inactive(anon):   123404 kB
Active(file):   13761696 kB
Inactive(file): 13628744 kB
Unevictable:      109204 kB
Mlocked:          109204 kB
SwapTotal:      67108860 kB
SwapFree:       66927188 kB
Dirty:             35436 kB
Writeback:             0 kB
AnonPages:       1703000 kB
Mapped:            71000 kB
Shmem:             47312 kB
Slab:             553488 kB
SReclaimable:     524084 kB
SUnreclaim:        29404 kB
KernelStack:        3968 kB
PageTables:         9084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    2832904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1517568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 23220 MiB
End job on node120 at 2011-12-21 18:05:15