Trace number 4304610

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.9.2-SuperNGSAT (TO)97 2520.05 2484.04

General information on the benchmark

NameRcpsp/
Rcpsp-j120-01-04_c18.xml
MD5SUM15f73e55c1796ea716b22977fcdd958b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark97
Best CPU time to get the best result obtained on this benchmark8.17308
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints187
Number of domains2
Minimum domain size1
Maximum domain size610
Distribution of domain sizes[{"size":1,"count":1},{"size":610,"count":121}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":45},{"degree":4,"count":35},{"degree":5,"count":40},{"degree":6,"count":2}]
Minimum constraint arity2
Maximum constraint arity33
Distribution of constraint arities[{"arity":2,"count":183},{"arity":27,"count":1},{"arity":29,"count":1},{"arity":31,"count":1},{"arity":33,"count":1}]
Number of extensional constraints0
Number of intensional constraints183
Distribution of constraint types[{"type":"intension","count":183},{"type":"cumulative","count":4}]
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.99/0.75	c Concrete v3.9.2.1532736233296 running
10.14/4.66	o 609
10.80/4.85	o 601
11.13/4.91	o 600
11.13/5.00	o 599
11.50/5.01	o 585
11.50/5.11	o 541
11.81/5.13	o 530
11.81/5.14	o 130
11.81/5.14	o 128
11.81/5.15	o 126
12.40/5.32	o 125
12.40/5.40	o 114
12.71/5.47	o 112
13.36/5.67	o 111
13.60/5.71	o 108
13.60/5.74	o 107
13.60/5.76	o 104
15.96/6.86	o 103
16.51/7.13	o 102
18.73/8.78	o 100
25.31/14.22	o 98
121.77/109.45	o 97
2520.01/2484.01	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2484.01		at concrete.MAC.mac(MAC.scala:188)
2520.01/2484.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.01/2484.01		at scala.util.Try$.apply(Try.scala:209)
2520.01/2484.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.01/2484.01		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.01/2484.01		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.01/2484.01		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.01/2484.01		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.01/2484.01		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.01/2484.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.01/2484.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.01/2484.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.01/2484.01		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2484.01		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2484.01		at concrete.MAC.nextSolution(MAC.scala:355)
2520.01/2484.01		at concrete.Solver.hasNext(Solver.scala:166)
2520.01/2484.01		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.01/2484.01		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.01/2484.01		at concrete.Solver.foreach(Solver.scala:68)
2520.01/2484.01		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.01/2484.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.01/2484.01		at scala.util.Success.map(Try.scala:209)
2520.01/2484.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2484.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.01/2484.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.01/2484.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2484.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.01/2484.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.01/2484.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.01/2484.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.01/2484.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.01/2484.01		at scala.collection.immutable.List.foreach(List.scala:389)
2520.01/2484.01		at scala.App.main(App.scala:76)
2520.01/2484.01		at scala.App.main$(App.scala:74)
2520.01/2484.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.01/2484.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2484.02	v <instantiation cost="97">
2520.01/2484.02	v       <list>
2520.01/2484.02	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91] s[92] s[93] s[94] s[95] s[96] s[97] s[98] s[99] s[100] s[101] s[102] s[103] s[104] s[105] s[106] s[107] s[108] s[109] s[110] s[111] s[112] s[113] s[114] s[115] s[116] s[117] s[118] s[119] s[120] s[121]
2520.01/2484.02	v       </list>
2520.01/2484.02	v       <values>
2520.01/2484.02	v         0 0 0 0 2 4 5 28 5 6 6 2 2 15 20 55 64 23 11 12 8 17 5 13 21 23 22 47 51 27 67 19 68 72 29 15 33 41 28 28 6 69 13 9 25 36 78 38 38 34 28 9 41 41 47 33 38 20 42 23 65 73 34 13 37 74 37 23 45 51 41 53 35 60 41 12 19 58 51 51 43 53 47 83 67 68 71 60 78 70 43 34 52 57 52 61 58 60 54 70 64 67 78 70 77 78 77 53 72 71 77 81 80 86 78 82 83 83 93 85 90 97
2520.01/2484.02	v       </values>
2520.01/2484.02	v     </instantiation>
2520.01/2484.02	s SATISFIABLE

Verifier Data

OK	97

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304610-1534120464/watcher-4304610-1534120464 -o /tmp/evaluation-result-4304610-1534120464/solver-4304610-1534120464 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534095874-7007 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1005753121 -superng HOME/instance-4304610-1534120464.xml 

running on 4 cores: 1,3,5,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
Current StackSize limit: 8192 KiB

solver pid=11426, runsolver pid=11423

[startup+0.100059 s]*
/proc/loadavg: 1.80 1.73 1.77 2/210 11483
/proc/meminfo: memFree=11412580/32770624 swapFree=67108860/67108860
[pid=11426] ppid=11423 vsize=10005480 memory=14380 CPUtime=0.09 cores=1,3,5,7
/proc/11426/stat : 11426 (java) S 11423 11426 6975 0 -1 1077944320 4281 12978 0 0 1 0 5 3 20 0 6 0 229609540 10245611520 3595 33554432000 4194304 4196468 140737187274192 140737187256736 140222393888503 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
/proc/11426/statm: 2501370 3595 1919 1 0 2489808 0
[pid=11426/tid=11479] ppid=11423 vsize=10005480 memory=4279135703913365643 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11479/stat : 11479 (java) R 11423 11426 6975 0 -1 4202560 2128 12978 0 0 0 0 5 3 20 0 6 0 229609549 10245611520 3661 33554432000 4194304 4196468 140737187274192 140222365725264 140222393910429 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11480] ppid=11423 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11480/stat : 11480 (java) S 11423 11426 6975 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 6 0 229609550 10245611520 3661 33554432000 4194304 4196468 140737187274192 140222398131088 140222393898709 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11481] ppid=11423 vsize=10005480 memory=140218219005568 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11481/stat : 11481 (java) S 11423 11426 6975 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 6 0 229609550 10245611520 3661 33554432000 4194304 4196468 140737187274192 140221933349648 140222393898709 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11482] ppid=11423 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11482/stat : 11482 (java) S 11423 11426 6975 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 6 0 229609550 10245611520 3661 33554432000 4194304 4196468 140737187274192 140221932297360 140222393898709 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11483] ppid=11423 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11483/stat : 11483 (java) S 11423 11426 6975 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 6 0 229609550 10245611520 3661 33554432000 4194304 4196468 140737187274192 140221931244560 140222393898709 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 14380 KiB

[startup+0.213234 s]*
/proc/loadavg: 1.80 1.73 1.77 3/219 11492
/proc/meminfo: memFree=11391052/32770624 swapFree=67108860/67108860
[pid=11426] ppid=11423 vsize=10982744 memory=41856 CPUtime=0.25 cores=1,3,5,7
/proc/11426/stat : 11426 (java) S 11423 11426 6975 0 -1 1077944320 7664 12978 0 0 16 1 5 3 20 0 15 0 229609540 11246329856 10398 33554432000 4194304 4196468 140737187274192 140737187256736 140222393888503 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
/proc/11426/statm: 2745686 10464 2956 1 0 2708109 0
[pid=11426/tid=11479] ppid=11423 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/11426/task/11479/stat : 11479 (java) R 11423 11426 6975 0 -1 4202560 4372 12978 0 0 10 1 5 3 20 0 15 0 229609549 11246329856 10662 33554432000 4194304 4196468 140737187274192 140222365710408 140222374164252 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11480] ppid=11423 vsize=10982744 memory=364 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11480/stat : 11480 (java) S 11423 11426 6975 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 229609550 11246329856 10662 33554432000 4194304 4196468 140737187274192 140222398131088 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11481] ppid=11423 vsize=10982744 memory=140218219017247 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11481/stat : 11481 (java) S 11423 11426 6975 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 229609550 11246329856 10662 33554432000 4194304 4196468 140737187274192 140221933349648 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11482] ppid=11423 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11482/stat : 11482 (java) S 11423 11426 6975 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 229609550 11246329856 10662 33554432000 4194304 4196468 140737187274192 140221932297360 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11483] ppid=11423 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11483/stat : 11483 (java) S 11423 11426 6975 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 229609550 11246329856 10662 33554432000 4194304 4196468 140737187274192 140221931244560 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11484] ppid=11423 vsize=10982744 memory=140218219005568 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11484/stat : 11484 (java) S 11423 11426 6975 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 229609552 11246329856 10662 33554432000 4194304 4196468 140737187274192 140221819627632 140222393899650 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11485] ppid=11423 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11485/stat : 11485 (java) S 11423 11426 6975 0 -1 1077944384 13 12978 0 0 0 0 5 3 20 0 15 0 229609552 11246329856 10662 33554432000 4194304 4196468 140737187274192 140221166379808 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11486] ppid=11423 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11486/stat : 11486 (java) S 11423 11426 6975 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 229609553 11246329856 10728 33554432000 4194304 4196468 140737187274192 140221018530928 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11487] ppid=11423 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11487/stat : 11487 (java) S 11423 11426 6975 0 -1 1077944384 3 12978 0 0 0 0 5 3 20 0 15 0 229609555 11246329856 10728 33554432000 4194304 4196468 140737187274192 140220711131216 140222393907099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11488] ppid=11423 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11426/task/11488/stat : 11488 (java) S 11423 11426 6975 0 -1 1077944384 439 12978 0 0 1 0 5 3 20 0 15 0 229609555 11246329856 10728 33554432000 4194304 4196468 140737187274192 140221818575472 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11489] ppid=11423 vsize=10982744 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/11426/task/11489/stat : 11489 (java) S 11423 11426 6975 0 -1 1077944384 196 12978 0 0 1 0 5 3 20 0 15 0 229609555 11246329856 10728 33554432000 4194304 4196468 140737187274192 140221817522672 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11490] ppid=11423 vsize=10982744 memory=140218219005568 CPUtime=0.11 cores=1,3,5,7
/proc/11426/task/11490/stat : 11490 (java) S 11423 11426 6975 0 -1 1077944384 662 12978 0 0 3 0 5 3 20 0 15 0 229609555 11246329856 10728 33554432000 4194304 4196468 140737187274192 140221816470384 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11491] ppid=11423 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11491/stat : 11491 (java) S 11423 11426 6975 0 -1 1077944384 3 12978 0 0 0 0 5 3 20 0 15 0 229609556 11246329856 10728 33554432000 4194304 4196468 140737187274192 140220280335328 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11492] ppid=11423 vsize=10982744 memory=140218219005568 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11492/stat : 11492 (java) S 11423 11426 6975 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 229609556 11246329856 10728 33554432000 4194304 4196468 140737187274192 140221815417264 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 41856 KiB

[startup+0.310365 s]*
/proc/loadavg: 1.80 1.73 1.77 4/219 11492
/proc/meminfo: memFree=11378028/32770624 swapFree=67108860/67108860
[pid=11426] ppid=11423 vsize=10983192 memory=53192 CPUtime=0.38 cores=1,3,5,7
/proc/11426/stat : 11426 (java) S 11423 11426 6975 0 -1 1077944320 10380 12978 0 0 28 2 5 3 20 0 15 0 229609540 11246788608 13298 33554432000 4194304 4196468 140737187274192 140737187256736 140222393888503 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
/proc/11426/statm: 2745798 13298 3100 1 0 2708109 0
[pid=11426/tid=11479] ppid=11423 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/11426/task/11479/stat : 11479 (java) R 11423 11426 6975 0 -1 4202560 7039 12978 0 0 19 1 5 3 20 0 15 0 229609549 11246788608 13560 33554432000 4194304 4196468 140737187274192 140222365678032 140222374164263 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11480] ppid=11423 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11480/stat : 11480 (java) S 11423 11426 6975 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 229609550 11246788608 13560 33554432000 4194304 4196468 140737187274192 140222398131088 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11481] ppid=11423 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11481/stat : 11481 (java) S 11423 11426 6975 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 229609550 11246788608 13560 33554432000 4194304 4196468 140737187274192 140221933349648 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11482] ppid=11423 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11482/stat : 11482 (java) S 11423 11426 6975 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 229609550 11246788608 13560 33554432000 4194304 4196468 140737187274192 140221932297360 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11483] ppid=11423 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11483/stat : 11483 (java) S 11423 11426 6975 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 229609550 11246788608 13560 33554432000 4194304 4196468 140737187274192 140221931244560 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11484] ppid=11423 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11484/stat : 11484 (java) S 11423 11426 6975 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 229609552 11246788608 13560 33554432000 4194304 4196468 140737187274192 140221819627632 140222393899650 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11485] ppid=11423 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11485/stat : 11485 (java) S 11423 11426 6975 0 -1 1077944384 13 12978 0 0 0 0 5 3 20 0 15 0 229609552 11246788608 13560 33554432000 4194304 4196468 140737187274192 140221166379808 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11486] ppid=11423 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11486/stat : 11486 (java) S 11423 11426 6975 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 229609553 11246788608 13560 33554432000 4194304 4196468 140737187274192 140221018530928 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11487] ppid=11423 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11487/stat : 11487 (java) S 11423 11426 6975 0 -1 1077944384 3 12978 0 0 0 0 5 3 20 0 15 0 229609555 11246788608 13560 33554432000 4194304 4196468 140737187274192 140220711131216 140222393907099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11488] ppid=11423 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11426/task/11488/stat : 11488 (java) S 11423 11426 6975 0 -1 1077944384 447 12978 0 0 1 0 5 3 20 0 15 0 229609555 11246788608 13560 33554432000 4194304 4196468 140737187274192 140221818575472 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11489] ppid=11423 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/11426/task/11489/stat : 11489 (java) S 11423 11426 6975 0 -1 1077944384 199 12978 0 0 1 0 5 3 20 0 15 0 229609555 11246788608 13560 33554432000 4194304 4196468 140737187274192 140221817522672 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11490] ppid=11423 vsize=10983192 memory=140218219005568 CPUtime=0.12 cores=1,3,5,7
/proc/11426/task/11490/stat : 11490 (java) S 11423 11426 6975 0 -1 1077944384 694 12978 0 0 4 0 5 3 20 0 15 0 229609555 11246788608 13626 33554432000 4194304 4196468 140737187274192 140221816470384 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11491] ppid=11423 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11491/stat : 11491 (java) S 11423 11426 6975 0 -1 1077944384 3 12978 0 0 0 0 5 3 20 0 15 0 229609556 11246788608 13626 33554432000 4194304 4196468 140737187274192 140220280335328 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11492] ppid=11423 vsize=10983192 memory=140218219005568 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11492/stat : 11492 (java) S 11423 11426 6975 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 229609556 11246788608 13626 33554432000 4194304 4196468 140737187274192 140221815417264 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53192 KiB

[startup+0.700727 s]
/proc/loadavg: 1.80 1.73 1.77 3/219 11492
/proc/meminfo: memFree=11366616/32770624 swapFree=67108860/67108860
[pid=11426] ppid=11423 vsize=10983192 memory=87996 CPUtime=0.99 cores=1,3,5,7
/proc/11426/stat : 11426 (java) S 11423 11426 6975 0 -1 1077944320 17131 12978 0 0 86 5 5 3 20 0 15 0 229609540 11246788608 21999 33554432000 4194304 4196468 140737187274192 140737187256736 140222393888503 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
/proc/11426/statm: 2745798 21999 3238 1 0 2708109 0
[pid=11426/tid=11479] ppid=11423 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/11426/task/11479/stat : 11479 (java) R 11423 11426 6975 0 -1 4202560 12368 12978 0 0 55 3 5 3 20 0 15 0 229609549 11246788608 21999 33554432000 4194304 4196468 140737187274192 140222365726616 140222375452032 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11480] ppid=11423 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11480/stat : 11480 (java) S 11423 11426 6975 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 229609550 11246788608 21999 33554432000 4194304 4196468 140737187274192 140222398131088 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11481] ppid=11423 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11481/stat : 11481 (java) S 11423 11426 6975 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 229609550 11246788608 21999 33554432000 4194304 4196468 140737187274192 140221933349648 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11482] ppid=11423 vsize=10983192 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11482/stat : 11482 (java) S 11423 11426 6975 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 229609550 11246788608 21999 33554432000 4194304 4196468 140737187274192 140221932297360 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11483] ppid=11423 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11483/stat : 11483 (java) S 11423 11426 6975 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 229609550 11246788608 21999 33554432000 4194304 4196468 140737187274192 140221931244560 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11484] ppid=11423 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11484/stat : 11484 (java) S 11423 11426 6975 0 -1 1077944384 5 12978 0 0 0 0 5 3 20 0 15 0 229609552 11246788608 21999 33554432000 4194304 4196468 140737187274192 140221819627632 140222393899650 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11485] ppid=11423 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11485/stat : 11485 (java) S 11423 11426 6975 0 -1 1077944384 13 12978 0 0 0 0 5 3 20 0 15 0 229609552 11246788608 21999 33554432000 4194304 4196468 140737187274192 140221166379808 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11486] ppid=11423 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11486/stat : 11486 (java) S 11423 11426 6975 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 229609553 11246788608 21999 33554432000 4194304 4196468 140737187274192 140221018530928 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11487] ppid=11423 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11487/stat : 11487 (java) S 11423 11426 6975 0 -1 1077944384 3 12978 0 0 0 0 5 3 20 0 15 0 229609555 11246788608 21999 33554432000 4194304 4196468 140737187274192 140220711131216 140222393907099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11488] ppid=11423 vsize=10983192 memory=140218065789936 CPUtime=0.15 cores=1,3,5,7
/proc/11426/task/11488/stat : 11488 (java) S 11423 11426 6975 0 -1 1077944384 838 12978 0 0 7 0 5 3 20 0 15 0 229609555 11246788608 21999 33554432000 4194304 4196468 140737187274192 140221818575472 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11489] ppid=11423 vsize=10983192 memory=140222092280421 CPUtime=0.17 cores=1,3,5,7
/proc/11426/task/11489/stat : 11489 (java) S 11423 11426 6975 0 -1 1077944384 837 12978 0 0 9 0 5 3 20 0 15 0 229609555 11246788608 21999 33554432000 4194304 4196468 140737187274192 140221817522672 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11490] ppid=11423 vsize=10983192 memory=14888 CPUtime=0.21 cores=1,3,5,7
/proc/11426/task/11490/stat : 11490 (java) S 11423 11426 6975 0 -1 1077944384 866 12978 0 0 13 0 5 3 20 0 15 0 229609555 11246788608 21999 33554432000 4194304 4196468 140737187274192 140221816470384 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11491] ppid=11423 vsize=10983192 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11491/stat : 11491 (java) S 11423 11426 6975 0 -1 1077944384 3 12978 0 0 0 0 5 3 20 0 15 0 229609556 11246788608 21999 33554432000 4194304 4196468 140737187274192 140220280335328 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11492] ppid=11423 vsize=10983192 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11492/stat : 11492 (java) S 11423 11426 6975 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 229609556 11246788608 21999 33554432000 4194304 4196468 140737187274192 140221815417264 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 87996 KiB

[startup+1.50523 s]
/proc/loadavg: 1.80 1.73 1.77 4/219 11492
/proc/meminfo: memFree=11321400/32770624 swapFree=67108860/67108860
[pid=11426] ppid=11423 vsize=10998092 memory=179940 CPUtime=2.28 cores=1,3,5,7
/proc/11426/stat : 11426 (java) S 11423 11426 6975 0 -1 1077944320 24120 12978 0 0 209 11 5 3 20 0 15 0 229609540 11262046208 44985 33554432000 4194304 4196468 140737187274192 140737187256736 140222393888503 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
/proc/11426/statm: 2749523 44985 3467 1 0 2711181 0
[pid=11426/tid=11479] ppid=11423 vsize=10998092 memory=3303 CPUtime=1.43 cores=1,3,5,7
/proc/11426/task/11479/stat : 11479 (java) R 11423 11426 6975 0 -1 4202560 17677 12978 0 0 128 7 5 3 20 0 15 0 229609549 11262046208 44985 33554432000 4194304 4196468 140737187274192 140222365697792 140222375452063 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11480] ppid=11423 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/11426/task/11480/stat : 11480 (java) S 11423 11426 6975 0 -1 1077944384 26 12978 0 0 1 0 5 3 20 0 15 0 229609550 11262046208 44985 33554432000 4194304 4196468 140737187274192 140222398131088 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11481] ppid=11423 vsize=10998092 memory=1404 CPUtime=0.09 cores=1,3,5,7
/proc/11426/task/11481/stat : 11481 (java) S 11423 11426 6975 0 -1 1077944384 174 12978 0 0 1 0 5 3 20 0 15 0 229609550 11262046208 44985 33554432000 4194304 4196468 140737187274192 140221933349648 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11482] ppid=11423 vsize=10998092 memory=3292 CPUtime=0.09 cores=1,3,5,7
/proc/11426/task/11482/stat : 11482 (java) S 11423 11426 6975 0 -1 1077944384 24 12978 0 0 1 0 5 3 20 0 15 0 229609550 11262046208 44985 33554432000 4194304 4196468 140737187274192 140221932297360 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11483] ppid=11423 vsize=10998092 memory=87996 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11483/stat : 11483 (java) S 11423 11426 6975 0 -1 1077944384 61 12978 0 0 0 0 5 3 20 0 15 0 229609550 11262046208 44985 33554432000 4194304 4196468 140737187274192 140221931244560 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11484] ppid=11423 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11426/task/11484/stat : 11484 (java) S 11423 11426 6975 0 -1 1077944384 48 12978 0 0 1 0 5 3 20 0 15 0 229609552 11262046208 44985 33554432000 4194304 4196468 140737187274192 140221819627632 140222393899650 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11485] ppid=11423 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11485/stat : 11485 (java) S 11423 11426 6975 0 -1 1077944384 13 12978 0 0 0 0 5 3 20 0 15 0 229609552 11262046208 44985 33554432000 4194304 4196468 140737187274192 140221166379872 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11486] ppid=11423 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11486/stat : 11486 (java) S 11423 11426 6975 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 229609553 11262046208 44985 33554432000 4194304 4196468 140737187274192 140221018530944 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11487] ppid=11423 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11487/stat : 11487 (java) S 11423 11426 6975 0 -1 1077944384 3 12978 0 0 0 0 5 3 20 0 15 0 229609555 11262046208 44985 33554432000 4194304 4196468 140737187274192 140220711131216 140222393907099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11488] ppid=11423 vsize=10998092 memory=4638778398332698720 CPUtime=0.27 cores=1,3,5,7
/proc/11426/task/11488/stat : 11488 (java) S 11423 11426 6975 0 -1 1077944384 1110 12978 0 0 19 0 5 3 20 0 15 0 229609555 11262046208 44985 33554432000 4194304 4196468 140737187274192 140221818575472 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11489] ppid=11423 vsize=10998092 memory=280436132060032 CPUtime=0.29 cores=1,3,5,7
/proc/11426/task/11489/stat : 11489 (java) S 11423 11426 6975 0 -1 1077944384 1290 12978 0 0 21 0 5 3 20 0 15 0 229609555 11262046208 44985 33554432000 4194304 4196468 140737187274192 140221817522672 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11490] ppid=11423 vsize=10998092 memory=6944656592452938395 CPUtime=0.41 cores=1,3,5,7
/proc/11426/task/11490/stat : 11490 (java) S 11423 11426 6975 0 -1 1077944384 1497 12978 0 0 33 0 5 3 20 0 15 0 229609555 11262046208 44985 33554432000 4194304 4196468 140737187274192 140221816470384 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11491] ppid=11423 vsize=10998092 memory=6944656591801719708 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11491/stat : 11491 (java) S 11423 11426 6975 0 -1 1077944384 3 12978 0 0 0 0 5 3 20 0 15 0 229609556 11262046208 44985 33554432000 4194304 4196468 140737187274192 140220280335328 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11492] ppid=11423 vsize=10998092 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11492/stat : 11492 (java) S 11423 11426 6975 0 -1 1077944384 1 12978 0 0 0 0 5 3 20 0 15 0 229609556 11262046208 44985 33554432000 4194304 4196468 140737187274192 140221815417264 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10998092 KiB

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

/proc/11426/task/11479/stat : 11479 (java) R 11423 11426 6975 0 -1 4202560 92795 12978 0 0 230753 43 5 3 20 0 15 0 229609549 11345952768 264229 33554432000 4194304 4196468 140737187274192 140222365723904 140221981869626 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11480] ppid=11423 vsize=11080032 memory=1056908 CPUtime=7.41 cores=1,3,5,7
/proc/11426/task/11480/stat : 11480 (java) S 11423 11426 6975 0 -1 1077944384 19604 12978 0 0 694 39 5 3 20 0 15 0 229609550 11345952768 264229 33554432000 4194304 4196468 140737187274192 140222398131088 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11481] ppid=11423 vsize=11080032 memory=0 CPUtime=7.47 cores=1,3,5,7
/proc/11426/task/11481/stat : 11481 (java) S 11423 11426 6975 0 -1 1077944384 9853 12978 0 0 703 36 5 3 20 0 15 0 229609550 11345952768 264229 33554432000 4194304 4196468 140737187274192 140221933349648 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11482] ppid=11423 vsize=11080032 memory=1056916 CPUtime=7.45 cores=1,3,5,7
/proc/11426/task/11482/stat : 11482 (java) S 11423 11426 6975 0 -1 1077944384 8845 12978 0 0 700 37 5 3 20 0 15 0 229609550 11345952768 264229 33554432000 4194304 4196468 140737187274192 140221932297360 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11483] ppid=11423 vsize=11080032 memory=1056916 CPUtime=7.45 cores=1,3,5,7
/proc/11426/task/11483/stat : 11483 (java) S 11423 11426 6975 0 -1 1077944384 17108 12978 0 0 698 39 5 3 20 0 15 0 229609550 11345952768 264229 33554432000 4194304 4196468 140737187274192 140221931244560 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11484] ppid=11423 vsize=11080032 memory=1056916 CPUtime=5.8 cores=1,3,5,7
/proc/11426/task/11484/stat : 11484 (java) S 11423 11426 6975 0 -1 1077944384 16726 12978 0 0 540 32 5 3 20 0 15 0 229609552 11345952768 264229 33554432000 4194304 4196468 140737187274192 140221819627632 140222393899650 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11485] ppid=11423 vsize=11080032 memory=1056916 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11485/stat : 11485 (java) S 11423 11426 6975 0 -1 1077944384 13 12978 0 0 0 0 5 3 20 0 15 0 229609552 11345952768 264229 33554432000 4194304 4196468 140737187274192 140221166379872 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11486] ppid=11423 vsize=11080032 memory=1056916 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11486/stat : 11486 (java) S 11423 11426 6975 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 229609553 11345952768 264229 33554432000 4194304 4196468 140737187274192 140221018530944 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11487] ppid=11423 vsize=11080032 memory=1056916 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11487/stat : 11487 (java) S 11423 11426 6975 0 -1 1077944384 3 12978 0 0 0 0 5 3 20 0 15 0 229609555 11345952768 264229 33554432000 4194304 4196468 140737187274192 140220711131216 140222393907099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11488] ppid=11423 vsize=11080032 memory=1056908 CPUtime=4.81 cores=1,3,5,7
/proc/11426/task/11488/stat : 11488 (java) S 11423 11426 6975 0 -1 1077944384 25484 12978 0 0 469 4 5 3 20 0 15 0 229609555 11345952768 264229 33554432000 4194304 4196468 140737187274192 140221818575472 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11489] ppid=11423 vsize=11080032 memory=1056916 CPUtime=5.21 cores=1,3,5,7
/proc/11426/task/11489/stat : 11489 (java) S 11423 11426 6975 0 -1 1077944384 29665 12978 0 0 509 4 5 3 20 0 15 0 229609555 11345952768 264229 33554432000 4194304 4196468 140737187274192 140221817522672 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11490] ppid=11423 vsize=11080032 memory=1056916 CPUtime=2.33 cores=1,3,5,7
/proc/11426/task/11490/stat : 11490 (java) S 11423 11426 6975 0 -1 1077944384 28031 12978 0 0 220 5 5 3 20 0 15 0 229609555 11345952768 264229 33554432000 4194304 4196468 140737187274192 140221816470384 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11491] ppid=11423 vsize=11080032 memory=1056908 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11491/stat : 11491 (java) S 11423 11426 6975 0 -1 1077944384 3 12978 0 0 0 0 5 3 20 0 15 0 229609556 11345952768 264229 33554432000 4194304 4196468 140737187274192 140220280335328 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11492] ppid=11423 vsize=11080032 memory=1056908 CPUtime=1.33 cores=1,3,5,7
/proc/11426/task/11492/stat : 11492 (java) S 11423 11426 6975 0 -1 1077944384 1574 12978 0 0 53 72 5 3 20 0 15 0 229609556 11345952768 264229 33554432000 4194304 4196468 140737187274192 140221815417264 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
Current children cumulated CPU time: 2356.7 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1056916 KiB

[startup+2382.3 s]
/proc/loadavg: 1.53 1.41 1.47 3/219 12135
/proc/meminfo: memFree=14611808/32770624 swapFree=67108860/67108860
[pid=11426] ppid=11423 vsize=11080032 memory=1056924 CPUtime=2417.26 cores=1,3,5,7
/proc/11426/stat : 11426 (java) S 11423 11426 6975 0 -1 1077944320 253100 12978 0 0 241439 279 5 3 20 0 15 0 229609540 11345952768 264231 33554432000 4194304 4196468 140737187274192 140737187256736 140222393888503 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
/proc/11426/statm: 2770008 264231 3535 1 0 2731661 0
[pid=11426/tid=11479] ppid=11423 vsize=11080032 memory=1056916 CPUtime=2367.68 cores=1,3,5,7
/proc/11426/task/11479/stat : 11479 (java) R 11423 11426 6975 0 -1 4202560 93326 12978 0 0 236717 43 5 3 20 0 15 0 229609549 11345952768 264231 33554432000 4194304 4196468 140737187274192 140222365723792 140221981870504 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11480] ppid=11423 vsize=11080032 memory=1056916 CPUtime=7.6 cores=1,3,5,7
/proc/11426/task/11480/stat : 11480 (java) S 11423 11426 6975 0 -1 1077944384 19700 12978 0 0 712 40 5 3 20 0 15 0 229609550 11345952768 264231 33554432000 4194304 4196468 140737187274192 140222398131088 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11481] ppid=11423 vsize=11080032 memory=1056916 CPUtime=7.65 cores=1,3,5,7
/proc/11426/task/11481/stat : 11481 (java) S 11423 11426 6975 0 -1 1077944384 9920 12978 0 0 721 36 5 3 20 0 15 0 229609550 11345952768 264231 33554432000 4194304 4196468 140737187274192 140221933349648 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11482] ppid=11423 vsize=11080032 memory=1056924 CPUtime=7.64 cores=1,3,5,7
/proc/11426/task/11482/stat : 11482 (java) S 11423 11426 6975 0 -1 1077944384 8869 12978 0 0 718 38 5 3 20 0 15 0 229609550 11345952768 264231 33554432000 4194304 4196468 140737187274192 140221932297360 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11483] ppid=11423 vsize=11080032 memory=1056924 CPUtime=7.65 cores=1,3,5,7
/proc/11426/task/11483/stat : 11483 (java) S 11423 11426 6975 0 -1 1077944384 17424 12978 0 0 717 40 5 3 20 0 15 0 229609550 11345952768 264231 33554432000 4194304 4196468 140737187274192 140221931244560 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11484] ppid=11423 vsize=11080032 memory=236741 CPUtime=5.95 cores=1,3,5,7
/proc/11426/task/11484/stat : 11484 (java) S 11423 11426 6975 0 -1 1077944384 16881 12978 0 0 554 33 5 3 20 0 15 0 229609552 11345952768 264231 33554432000 4194304 4196468 140737187274192 140221819627632 140222393899650 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11485] ppid=11423 vsize=11080032 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11485/stat : 11485 (java) S 11423 11426 6975 0 -1 1077944384 13 12978 0 0 0 0 5 3 20 0 15 0 229609552 11345952768 264231 33554432000 4194304 4196468 140737187274192 140221166379872 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11486] ppid=11423 vsize=11080032 memory=1056924 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11486/stat : 11486 (java) S 11423 11426 6975 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 229609553 11345952768 264231 33554432000 4194304 4196468 140737187274192 140221018530944 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11487] ppid=11423 vsize=11080032 memory=164 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11487/stat : 11487 (java) S 11423 11426 6975 0 -1 1077944384 3 12978 0 0 0 0 5 3 20 0 15 0 229609555 11345952768 264231 33554432000 4194304 4196468 140737187274192 140220711131216 140222393907099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11488] ppid=11423 vsize=11080032 memory=1832 CPUtime=4.81 cores=1,3,5,7
/proc/11426/task/11488/stat : 11488 (java) S 11423 11426 6975 0 -1 1077944384 25486 12978 0 0 469 4 5 3 20 0 15 0 229609555 11345952768 264231 33554432000 4194304 4196468 140737187274192 140221818575472 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11489] ppid=11423 vsize=11080032 memory=1056924 CPUtime=5.21 cores=1,3,5,7
/proc/11426/task/11489/stat : 11489 (java) S 11423 11426 6975 0 -1 1077944384 29667 12978 0 0 509 4 5 3 20 0 15 0 229609555 11345952768 264231 33554432000 4194304 4196468 140737187274192 140221817522672 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11490] ppid=11423 vsize=11080032 memory=1056916 CPUtime=2.33 cores=1,3,5,7
/proc/11426/task/11490/stat : 11490 (java) S 11423 11426 6975 0 -1 1077944384 28033 12978 0 0 220 5 5 3 20 0 15 0 229609555 11345952768 264231 33554432000 4194304 4196468 140737187274192 140221816470384 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11491] ppid=11423 vsize=11080032 memory=1056916 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11491/stat : 11491 (java) S 11423 11426 6975 0 -1 1077944384 3 12978 0 0 0 0 5 3 20 0 15 0 229609556 11345952768 264231 33554432000 4194304 4196468 140737187274192 140220280335328 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11492] ppid=11423 vsize=11080032 memory=62500 CPUtime=1.36 cores=1,3,5,7
/proc/11426/task/11492/stat : 11492 (java) S 11423 11426 6975 0 -1 1077944384 1582 12978 0 0 54 74 5 3 20 0 15 0 229609556 11345952768 264231 33554432000 4194304 4196468 140737187274192 140221815417264 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
Current children cumulated CPU time: 2417.26 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1056924 KiB

[startup+2442.3 s]
/proc/loadavg: 1.59 1.43 1.47 3/219 12136
/proc/meminfo: memFree=14307276/32770624 swapFree=67108860/67108860
[pid=11426] ppid=11423 vsize=11080032 memory=1052836 CPUtime=2477.88 cores=1,3,5,7
/proc/11426/stat : 11426 (java) S 11423 11426 6975 0 -1 1077944320 254789 12978 0 0 247495 285 5 3 20 0 15 0 229609540 11345952768 263209 33554432000 4194304 4196468 140737187274192 140737187256736 140222393888503 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
/proc/11426/statm: 2770008 263209 3535 1 0 2731661 0
[pid=11426/tid=11479] ppid=11423 vsize=11080032 memory=752 CPUtime=2427.3 cores=1,3,5,7
/proc/11426/task/11479/stat : 11479 (java) R 11423 11426 6975 0 -1 4202560 94236 12978 0 0 242678 44 5 3 20 0 15 0 229609549 11345952768 263209 33554432000 4194304 4196468 140737187274192 140222365722896 140221968477895 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11480] ppid=11423 vsize=11080032 memory=1052836 CPUtime=7.8 cores=1,3,5,7
/proc/11426/task/11480/stat : 11480 (java) S 11423 11426 6975 0 -1 1077944384 19738 12978 0 0 731 41 5 3 20 0 15 0 229609550 11345952768 263209 33554432000 4194304 4196468 140737187274192 140222398131088 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11481] ppid=11423 vsize=11080032 memory=1058972 CPUtime=7.85 cores=1,3,5,7
/proc/11426/task/11481/stat : 11481 (java) S 11423 11426 6975 0 -1 1077944384 9979 12978 0 0 740 37 5 3 20 0 15 0 229609550 11345952768 263209 33554432000 4194304 4196468 140737187274192 140221933349648 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11482] ppid=11423 vsize=11080032 memory=1054352 CPUtime=7.84 cores=1,3,5,7
/proc/11426/task/11482/stat : 11482 (java) S 11423 11426 6975 0 -1 1077944384 8932 12978 0 0 737 39 5 3 20 0 15 0 229609550 11345952768 263209 33554432000 4194304 4196468 140737187274192 140221932297360 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11483] ppid=11423 vsize=11080032 memory=1052816 CPUtime=7.85 cores=1,3,5,7
/proc/11426/task/11483/stat : 11483 (java) S 11423 11426 6975 0 -1 1077944384 17864 12978 0 0 736 41 5 3 20 0 15 0 229609550 11345952768 263209 33554432000 4194304 4196468 140737187274192 140221931244560 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11484] ppid=11423 vsize=11080032 memory=1052816 CPUtime=6.1 cores=1,3,5,7
/proc/11426/task/11484/stat : 11484 (java) S 11423 11426 6975 0 -1 1077944384 17037 12978 0 0 568 34 5 3 20 0 15 0 229609552 11345952768 263209 33554432000 4194304 4196468 140737187274192 140221819627632 140222393899650 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11485] ppid=11423 vsize=11080032 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11485/stat : 11485 (java) S 11423 11426 6975 0 -1 1077944384 13 12978 0 0 0 0 5 3 20 0 15 0 229609552 11345952768 263209 33554432000 4194304 4196468 140737187274192 140221166379872 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11486] ppid=11423 vsize=11080032 memory=1052836 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11486/stat : 11486 (java) S 11423 11426 6975 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 229609553 11345952768 263209 33554432000 4194304 4196468 140737187274192 140221018530944 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11487] ppid=11423 vsize=11080032 memory=1052836 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11487/stat : 11487 (java) S 11423 11426 6975 0 -1 1077944384 3 12978 0 0 0 0 5 3 20 0 15 0 229609555 11345952768 263209 33554432000 4194304 4196468 140737187274192 140220711131216 140222393907099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11488] ppid=11423 vsize=11080032 memory=1052836 CPUtime=4.81 cores=1,3,5,7
/proc/11426/task/11488/stat : 11488 (java) S 11423 11426 6975 0 -1 1077944384 25488 12978 0 0 469 4 5 3 20 0 15 0 229609555 11345952768 263209 33554432000 4194304 4196468 140737187274192 140221818575472 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11489] ppid=11423 vsize=11080032 memory=4132 CPUtime=5.21 cores=1,3,5,7
/proc/11426/task/11489/stat : 11489 (java) S 11423 11426 6975 0 -1 1077944384 29669 12978 0 0 509 4 5 3 20 0 15 0 229609555 11345952768 263209 33554432000 4194304 4196468 140737187274192 140221817522672 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11490] ppid=11423 vsize=11080032 memory=4132 CPUtime=2.33 cores=1,3,5,7
/proc/11426/task/11490/stat : 11490 (java) S 11423 11426 6975 0 -1 1077944384 28035 12978 0 0 220 5 5 3 20 0 15 0 229609555 11345952768 263209 33554432000 4194304 4196468 140737187274192 140221816470384 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11491] ppid=11423 vsize=11080032 memory=1052836 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11491/stat : 11491 (java) S 11423 11426 6975 0 -1 1077944384 3 12978 0 0 0 0 5 3 20 0 15 0 229609556 11345952768 263209 33554432000 4194304 4196468 140737187274192 140220280335328 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11492] ppid=11423 vsize=11080032 memory=1052836 CPUtime=1.4 cores=1,3,5,7
/proc/11426/task/11492/stat : 11492 (java) S 11423 11426 6975 0 -1 1077944384 1599 12978 0 0 56 76 5 3 20 0 15 0 229609556 11345952768 263209 33554432000 4194304 4196468 140737187274192 140221815417264 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
Current children cumulated CPU time: 2477.88 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1052836 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2484 s]*
/proc/loadavg: 1.48 1.41 1.47 3/219 12137
/proc/meminfo: memFree=14109688/32770624 swapFree=67108860/67108860
[pid=11426] ppid=11423 vsize=11080032 memory=1052836 CPUtime=2520.01 cores=1,3,5,7
/proc/11426/stat : 11426 (java) S 11423 11426 6975 0 -1 1077944320 255451 12978 0 0 251704 289 5 3 20 0 15 0 229609540 11345952768 263209 33554432000 4194304 4196468 140737187274192 140737187256736 140222393888503 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
/proc/11426/statm: 2770008 263209 3535 1 0 2731661 0
[pid=11426/tid=11479] ppid=11423 vsize=11080032 memory=6791534058613427641 CPUtime=2468.75 cores=1,3,5,7
/proc/11426/task/11479/stat : 11479 (java) R 11423 11426 6975 0 -1 4202560 94509 12978 0 0 246823 44 5 3 20 0 15 0 229609549 11345952768 263209 33554432000 4194304 4196468 140737187274192 140222365722656 140221981868196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11480] ppid=11423 vsize=11080032 memory=5400 CPUtime=7.94 cores=1,3,5,7
/proc/11426/task/11480/stat : 11480 (java) S 11423 11426 6975 0 -1 1077944384 19764 12978 0 0 745 41 5 3 20 0 15 0 229609550 11345952768 263209 33554432000 4194304 4196468 140737187274192 140222398131088 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11481] ppid=11423 vsize=11080032 memory=1108 CPUtime=7.99 cores=1,3,5,7
/proc/11426/task/11481/stat : 11481 (java) S 11423 11426 6975 0 -1 1077944384 10300 12978 0 0 753 38 5 3 20 0 15 0 229609550 11345952768 263209 33554432000 4194304 4196468 140737187274192 140221933349648 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11482] ppid=11423 vsize=11080032 memory=10784 CPUtime=7.98 cores=1,3,5,7
/proc/11426/task/11482/stat : 11482 (java) S 11423 11426 6975 0 -1 1077944384 8933 12978 0 0 750 40 5 3 20 0 15 0 229609550 11345952768 263209 33554432000 4194304 4196468 140737187274192 140221932297360 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11483] ppid=11423 vsize=11080032 memory=4126316290023845779 CPUtime=7.99 cores=1,3,5,7
/proc/11426/task/11483/stat : 11483 (java) S 11423 11426 6975 0 -1 1077944384 17876 12978 0 0 750 41 5 3 20 0 15 0 229609550 11345952768 263209 33554432000 4194304 4196468 140737187274192 140221931244560 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11484] ppid=11423 vsize=11080032 memory=62508 CPUtime=6.2 cores=1,3,5,7
/proc/11426/task/11484/stat : 11484 (java) S 11423 11426 6975 0 -1 1077944384 17062 12978 0 0 578 34 5 3 20 0 15 0 229609552 11345952768 263209 33554432000 4194304 4196468 140737187274192 140221819627632 140222393899650 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11485] ppid=11423 vsize=11080032 memory=280436131870944 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11485/stat : 11485 (java) S 11423 11426 6975 0 -1 1077944384 13 12978 0 0 0 0 5 3 20 0 15 0 229609552 11345952768 263209 33554432000 4194304 4196468 140737187274192 140221166379872 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11486] ppid=11423 vsize=11080032 memory=34524 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11486/stat : 11486 (java) S 11423 11426 6975 0 -1 1077944384 2 12978 0 0 0 0 5 3 20 0 15 0 229609553 11345952768 263209 33554432000 4194304 4196468 140737187274192 140221018530944 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11487] ppid=11423 vsize=11080032 memory=15932 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11487/stat : 11487 (java) S 11423 11426 6975 0 -1 1077944384 3 12978 0 0 0 0 5 3 20 0 15 0 229609555 11345952768 263209 33554432000 4194304 4196468 140737187274192 140220711131216 140222393907099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11488] ppid=11423 vsize=11080032 memory=3332 CPUtime=4.81 cores=1,3,5,7
/proc/11426/task/11488/stat : 11488 (java) S 11423 11426 6975 0 -1 1077944384 25488 12978 0 0 469 4 5 3 20 0 15 0 229609555 11345952768 263209 33554432000 4194304 4196468 140737187274192 140221818575472 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11489] ppid=11423 vsize=11080032 memory=1732 CPUtime=5.21 cores=1,3,5,7
/proc/11426/task/11489/stat : 11489 (java) S 11423 11426 6975 0 -1 1077944384 29669 12978 0 0 509 4 5 3 20 0 15 0 229609555 11345952768 263209 33554432000 4194304 4196468 140737187274192 140221817522672 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11490] ppid=11423 vsize=11080032 memory=1172 CPUtime=2.33 cores=1,3,5,7
/proc/11426/task/11490/stat : 11490 (java) S 11423 11426 6975 0 -1 1077944384 28035 12978 0 0 220 5 5 3 20 0 15 0 229609555 11345952768 263209 33554432000 4194304 4196468 140737187274192 140221816470384 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11491] ppid=11423 vsize=11080032 memory=500 CPUtime=0.08 cores=1,3,5,7
/proc/11426/task/11491/stat : 11491 (java) S 11423 11426 6975 0 -1 1077944384 3 12978 0 0 0 0 5 3 20 0 15 0 229609556 11345952768 263209 33554432000 4194304 4196468 140737187274192 140220280335328 140222393898709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
[pid=11426/tid=11492] ppid=11423 vsize=11080032 memory=1052836 CPUtime=1.42 cores=1,3,5,7
/proc/11426/task/11492/stat : 11492 (java) S 11423 11426 6975 0 -1 1077944384 1603 12978 0 0 57 77 5 3 20 0 15 0 229609556 11345952768 263209 33554432000 4194304 4196468 140737187274192 140221815417264 140222393899650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140737187277411 140737187280220 140737187280220 140737187282895 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1052836 KiB

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

[startup+2484.04 s]
# the end of solver process 11426 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.11 s, system=2.93295 s

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

Child status: 143
Real time (s): 2484.04
CPU time (s): 2520.05
CPU user time (s): 2517.11
CPU system time (s): 2.93295
CPU usage (%): 101.45
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 1286652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.11
system time used= 2.93295
maximum resident set size= 1288280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269204
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 189681
involuntary context switches= 6204


# summary of solver processes directly reported to runsolver:
#   pid: 11426
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2517.11
#   total CPU system time (s): 2.93295

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2626 second user time and 22.1877 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-13 02:34:24
IDJOB=4304610
IDBENCH=141476
IDSOLVER=2781
FILE ID=node132/4304610-1534120464
RUNJOBID= node132-1534095874-7007
PBS_JOBID= 21036994
Free space on /tmp= 38172 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j120-01-04_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304610-1534120464/watcher-4304610-1534120464 -o /tmp/evaluation-result-4304610-1534120464/solver-4304610-1534120464 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534095874-7007 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1005753121 -superng HOME/instance-4304610-1534120464.xml

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

MD5SUM BENCH= 15f73e55c1796ea716b22977fcdd958b
RANDOM SEED=1005753121

node132.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.65
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.65
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.65
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.65
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:        11419124 kB
MemAvailable:   25563256 kB
Buffers:          247052 kB
Cached:         14007952 kB
SwapCached:            0 kB
Active:         13382192 kB
Inactive:        7258088 kB
Active(anon):    6334980 kB
Inactive(anon):   102816 kB
Active(file):    7047212 kB
Inactive(file):  7155272 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27032 kB
Writeback:             0 kB
AnonPages:       6391908 kB
Mapped:            68108 kB
Shmem:             49824 kB
Slab:             398424 kB
SReclaimable:     370108 kB
SUnreclaim:        28316 kB
KernelStack:        3744 kB
PageTables:        17616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7031672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5890048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 38148 MiB
End job on node132 at 2018-08-13 03:15:48