Trace number 4259576

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4SAT (TO)3 252.062 225.235

General information on the benchmark

NameOpd/Opd-sum-small/
Opd-10-031-009.xml
MD5SUMc781bc55b7ee4c4bb57d86a03397642c
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 benchmark4.0965099
Satisfiable
(Un)Satisfiability was proved
Number of variables311
Number of constraints56
Number of domains2
Minimum domain size2
Maximum domain size30
Distribution of domain sizes[{"size":2,"count":310},{"size":30,"count":1}]
Minimum variable degree11
Maximum variable degree46
Distribution of variable degrees[{"degree":11,"count":310},{"degree":46,"count":1}]
Minimum constraint arity31
Maximum constraint arity310
Distribution of constraint arities[{"arity":31,"count":10},{"arity":63,"count":45},{"arity":310,"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

3.39/2.22	c Concrete v3.4 running
15.71/6.35	o 31
15.71/6.39	o 30
16.06/6.41	o 29
16.06/6.44	o 28
16.06/6.46	o 27
16.06/6.48	o 26
16.37/6.50	o 25
16.37/6.52	o 24
16.37/6.54	o 23
16.37/6.56	o 22
16.37/6.58	o 21
16.37/6.60	o 20
16.67/6.61	o 19
16.67/6.63	o 18
16.67/6.65	o 17
16.67/6.67	o 16
16.67/6.68	o 15
16.97/6.70	o 14
16.97/6.72	o 13
16.97/6.73	o 12
16.97/6.75	o 11
16.97/6.76	o 10
16.97/6.78	o 9
16.97/6.79	o 8
17.28/6.81	o 7
17.28/6.82	o 6
17.28/6.84	o 5
17.28/6.86	o 4
21.48/9.02	o 3
252.00/225.20	java.util.concurrent.TimeoutException
252.00/225.20		at concrete.MAC.mac(MAC.scala:74)
252.00/225.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
252.00/225.20		at scala.util.Try$.apply(Try.scala:209)
252.00/225.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.00/225.20		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.00/225.20		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.00/225.20		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.00/225.20		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
252.00/225.20		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.00/225.20		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.00/225.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.00/225.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.00/225.20		at concrete.MAC.oneRun(MAC.scala:146)
252.00/225.20		at concrete.MAC.nextSolution(MAC.scala:166)
252.00/225.20		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
252.00/225.20		at concrete.ProblemState.map(ProblemState.scala:203)
252.00/225.20		at concrete.ProblemState.map(ProblemState.scala:188)
252.00/225.20		at concrete.MAC.nextSolution(MAC.scala:195)
252.00/225.21		at concrete.Solver.hasNext(Solver.scala:202)
252.00/225.21		at scala.collection.Iterator.toStream(Iterator.scala:1403)
252.00/225.21		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
252.00/225.21		at concrete.Solver.toStream(Solver.scala:73)
252.00/225.21		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
252.00/225.21		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
252.00/225.21		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
252.00/225.21		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
252.00/225.21		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
252.00/225.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.00/225.21		at scala.util.Success.map(Try.scala:209)
252.00/225.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
252.00/225.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
252.00/225.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
252.00/225.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
252.00/225.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
252.00/225.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.00/225.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.00/225.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.00/225.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.00/225.21		at scala.collection.immutable.List.foreach(List.scala:389)
252.00/225.21		at scala.App.main(App.scala:76)
252.00/225.21		at scala.App.main$(App.scala:74)
252.00/225.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
252.00/225.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.00/225.21	v <instantiation cost="3">
252.00/225.21	v       <list>
252.00/225.21	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[0][30] 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[1][30] 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[2][30] 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[3][30] 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[4][30] 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[5][30] 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[6][30] 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[7][30] 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[8][30] 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] x[9][30]
252.00/225.21	v       </list>
252.00/225.21	v       <values>
252.00/225.21	v         3 0 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 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 1 1 1 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 1 0 0 1 0 0 1 1 1 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 1 0 0 1 0 1 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0
252.00/225.21	v       </values>
252.00/225.21	v     </instantiation>
252.00/225.21	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: 16374 MiB (13653 MiB free)
  memory of node 1: 16384 MiB (15442 MiB free)
  node distances:
     10  21
     21  10

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

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

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

solver pid=28526, runsolver pid=28523

[startup+0.100153 s]*
/proc/loadavg: 2.11 1.91 1.90 2/199 28527
/proc/meminfo: memFree=29793564/32770624 swapFree=67108860/67108860
[pid=28526] ppid=28523 vsize=9508 memory=1400 CPUtime=0 cores=1,3,5,7
/proc/28526/stat : 28526 (bash) S 28523 28526 8289 0 -1 4202496 686 1544 0 0 0 0 0 0 20 0 1 0 112306718 9736192 350 18446744073709551615 4194304 5098028 140721112215232 140721112212872 140623232527360 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 10 0 0 7196144 7232144 27635712 140721112220148 140721112220233 140721112220233 140721112223722 0
/proc/28526/statm: 2377 350 277 221 0 86 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9508 KiB
Current children cumulated memory: 1400 KiB

[startup+0.209336 s]*
/proc/loadavg: 2.11 1.91 1.90 2/215 28571
/proc/meminfo: memFree=29778788/32770624 swapFree=67108860/67108860
[pid=28526] ppid=28523 vsize=9636 memory=1512 CPUtime=0.01 cores=1,3,5,7
/proc/28526/stat : 28526 (bash) S 28523 28526 8289 0 -1 4202496 895 6486 0 0 0 0 0 1 20 0 1 0 112306718 9867264 378 18446744073709551615 4194304 5098028 140721112215232 140721112209240 140623232527360 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 10 0 0 7196144 7232144 27635712 140721112220148 140721112220233 140721112220233 140721112223722 0
/proc/28526/statm: 2409 378 297 221 0 118 0
[pid=28556] ppid=28526 vsize=9636 memory=708 CPUtime=0 cores=1,3,5,7
/proc/28556/stat : 28556 (bash) S 28526 28526 8289 0 -1 4202560 157 0 0 0 0 0 0 0 20 0 1 0 112306730 9867264 177 18446744073709551615 4194304 5098028 140721112215232 140721112207912 140623232352892 0 65536 1 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 27635712 140721112220148 140721112220233 140721112220233 140721112223722 0
/proc/28556/statm: 2409 177 96 221 0 118 0
[pid=28557] ppid=28556 vsize=10485312 memory=23532 CPUtime=0.05 cores=1,3,5,7
/proc/28557/stat : 28557 (java) S 28556 28526 8289 0 -1 1077944320 4839 0 0 0 4 1 0 0 20 0 14 0 112306730 10736959488 5883 18446744073709551615 4194304 4196468 140729677776608 140729677759152 140369732718327 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28532736 140729677783640 140729677783654 140729677783654 140729677787087 0
/proc/28557/statm: 2621328 5883 2566 1 0 2610825 0
[pid=28557/tid=28559] ppid=28556 vsize=10485312 memory=7022364594140610616 CPUtime=0.04 cores=1,3,5,7
/proc/28557/task/28559/stat : 28559 (java) D 28556 28526 8289 0 -1 4202560 2964 0 0 0 4 0 0 0 20 0 14 0 112306730 10736959488 5883 18446744073709551615 4194304 4196468 140729677776608 140369736955808 140369732740349 0 4 1 16800974 18446744071580418449 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140729677783640 140729677783654 140729677783654 140729677787087 0
[pid=28557/tid=28560] ppid=28556 vsize=10485312 memory=4294975260 CPUtime=0 cores=1,3,5,7
/proc/28557/task/28560/stat : 28560 (java) S 28556 28526 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 112306731 10736959488 5883 18446744073709551615 4194304 4196468 140729677776608 140369673755152 140369732728533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140729677783640 140729677783654 140729677783654 140729677787087 0
[pid=28557/tid=28561] ppid=28556 vsize=10485312 memory=288370554470889088 CPUtime=0 cores=1,3,5,7
/proc/28557/task/28561/stat : 28561 (java) S 28556 28526 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 112306731 10736959488 5883 18446744073709551615 4194304 4196468 140729677776608 140369672702608 140369732728533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140729677783640 140729677783654 140729677783654 140729677787087 0
[pid=28557/tid=28562] ppid=28556 vsize=10485312 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28557/task/28562/stat : 28562 (java) S 28556 28526 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 112306731 10736959488 5883 18446744073709551615 4194304 4196468 140729677776608 140369671649552 140369732728533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140729677783640 140729677783654 140729677783654 140729677787087 0
[pid=28557/tid=28563] ppid=28556 vsize=10485312 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28557/task/28563/stat : 28563 (java) S 28556 28526 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 112306731 10736959488 5883 18446744073709551615 4194304 4196468 140729677776608 140369670597008 140369732728533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140729677783640 140729677783654 140729677783654 140729677787087 0
[pid=28557/tid=28564] ppid=28556 vsize=10485312 memory=140178319177344 CPUtime=0 cores=1,3,5,7
/proc/28557/task/28564/stat : 28564 (java) S 28556 28526 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 112306732 10736959488 5883 18446744073709551615 4194304 4196468 140729677776608 140369228225264 140369732729474 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140729677783640 140729677783654 140729677783654 140729677787087 0
[pid=28557/tid=28565] ppid=28556 vsize=10485312 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28557/task/28565/stat : 28565 (java) S 28556 28526 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 112306733 10736959488 5883 18446744073709551615 4194304 4196468 140729677776608 140369227171488 140369732728533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140729677783640 140729677783654 140729677783654 140729677787087 0
[pid=28557/tid=28566] ppid=28556 vsize=10485312 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28557/task/28566/stat : 28566 (java) S 28556 28526 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 112306733 10736959488 5883 18446744073709551615 4194304 4196468 140729677776608 140369226118384 140369732728533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140729677783640 140729677783654 140729677783654 140729677787087 0
[pid=28557/tid=28567] ppid=28556 vsize=10485312 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28557/task/28567/stat : 28567 (java) S 28556 28526 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 112306735 10736959488 5883 18446744073709551615 4194304 4196468 140729677776608 140369225066960 140369732736923 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140729677783640 140729677783654 140729677783654 140729677787087 0
[pid=28557/tid=28568] ppid=28556 vsize=10485312 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28557/task/28568/stat : 28568 (java) S 28556 28526 8289 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 14 0 112306735 10736959488 5883 18446744073709551615 4194304 4196468 140729677776608 140369224014064 140369732729474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140729677783640 140729677783654 140729677783654 140729677787087 0
[pid=28557/tid=28569] ppid=28556 vsize=10485312 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28557/task/28569/stat : 28569 (java) S 28556 28526 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 112306735 10736959488 5883 18446744073709551615 4194304 4196468 140729677776608 140369222961520 140369732729474 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140729677783640 140729677783654 140729677783654 140729677787087 0
[pid=28557/tid=28570] ppid=28556 vsize=10485312 memory=140178319177344 CPUtime=0 cores=1,3,5,7
/proc/28557/task/28570/stat : 28570 (java) S 28556 28526 8289 0 -1 1077944384 224 0 0 0 0 0 0 0 20 0 14 0 112306735 10736959488 5883 18446744073709551615 4194304 4196468 140729677776608 140369221908464 140369732729474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140729677783640 140729677783654 140729677783654 140729677787087 0
[pid=28557/tid=28571] ppid=28556 vsize=10485312 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28557/task/28571/stat : 28571 (java) S 28556 28526 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 112306735 10736959488 5883 18446744073709551615 4194304 4196468 140729677776608 140369220856160 140369732728533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140729677783640 140729677783654 140729677783654 140729677787087 0
[pid=28558] ppid=28556 vsize=9872 memory=972 CPUtime=0 cores=1,3,5,7
/proc/28558/stat : 28558 (awk) S 28556 28526 8289 0 -1 4202496 393 0 0 0 0 0 0 0 20 0 1 0 112306730 10108928 243 18446744073709551615 4194304 4609284 140736665851264 140736665850440 140713322662912 0 0 1 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 33378304 140736665858688 140736665858718 140736665858718 140736665862123 0
/proc/28558/statm: 2468 243 202 102 0 88 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10514456 KiB
Current children cumulated memory: 26724 KiB

[startup+0.310323 s]*
/proc/loadavg: 2.11 1.91 1.90 2/212 28588
/proc/meminfo: memFree=29782512/32770624 swapFree=67108860/67108860
[pid=28526] ppid=28523 vsize=13907308 memory=20700 CPUtime=0.13 cores=1,3,5,7
/proc/28526/stat : 28526 (java) S 28523 28526 8289 0 -1 1077944320 5492 12679 0 0 5 0 5 3 20 0 14 0 112306718 14241083392 5175 18446744073709551615 4194304 4196468 140724745512608 140724745495152 139655372426999 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
/proc/28526/statm: 3476827 5175 2565 1 0 3466324 0
[pid=28526/tid=28576] ppid=28523 vsize=13907308 memory=-8774313645642428999 CPUtime=0.12 cores=1,3,5,7
/proc/28526/task/28576/stat : 28576 (java) D 28523 28526 8289 0 -1 4202560 2750 12679 0 0 4 0 5 3 20 0 14 0 112306742 14241083392 5175 18446744073709551615 4194304 4196468 140724745512608 139655376664480 139655372449021 0 4 1 16800974 18446744071580418449 0 0 -1 5 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28577] ppid=28523 vsize=13907308 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28577/stat : 28577 (java) S 28523 28526 8289 0 -1 1077944384 1 12679 0 0 0 0 5 3 20 0 14 0 112306743 14241083392 5175 18446744073709551615 4194304 4196468 140724745512608 139654972041616 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28578] ppid=28523 vsize=13907308 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28578/stat : 28578 (java) S 28523 28526 8289 0 -1 1077944384 1 12679 0 0 0 0 5 3 20 0 14 0 112306743 14241083392 5175 18446744073709551615 4194304 4196468 140724745512608 139654970988816 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28579] ppid=28523 vsize=13907308 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28579/stat : 28579 (java) S 28523 28526 8289 0 -1 1077944384 1 12679 0 0 0 0 5 3 20 0 14 0 112306743 14241083392 5175 18446744073709551615 4194304 4196468 140724745512608 139654969936528 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28580] ppid=28523 vsize=13907308 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28580/stat : 28580 (java) S 28523 28526 8289 0 -1 1077944384 2 12679 0 0 0 0 5 3 20 0 14 0 112306743 14241083392 5175 18446744073709551615 4194304 4196468 140724745512608 139654968883728 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28581] ppid=28523 vsize=13907308 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28581/stat : 28581 (java) S 28523 28526 8289 0 -1 1077944384 2 12679 0 0 0 0 5 3 20 0 14 0 112306744 14241083392 5175 18446744073709551615 4194304 4196468 140724745512608 139654850890352 139655372438146 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28582] ppid=28523 vsize=13907308 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28582/stat : 28582 (java) S 28523 28526 8289 0 -1 1077944384 33 12679 0 0 0 0 5 3 20 0 14 0 112306745 14241083392 5175 18446744073709551615 4194304 4196468 140724745512608 139654849836320 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28583] ppid=28523 vsize=13907308 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28583/stat : 28583 (java) S 28523 28526 8289 0 -1 1077944384 21 12679 0 0 0 0 5 3 20 0 14 0 112306745 14241083392 5175 18446744073709551615 4194304 4196468 140724745512608 139654848783984 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28584] ppid=28523 vsize=13907308 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28584/stat : 28584 (java) S 28523 28526 8289 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 14 0 112306747 14241083392 5175 18446744073709551615 4194304 4196468 140724745512608 139654847732304 139655372445595 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28585] ppid=28523 vsize=13907308 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28585/stat : 28585 (java) S 28523 28526 8289 0 -1 1077944384 298 12679 0 0 0 0 5 3 20 0 14 0 112306747 14241083392 5175 18446744073709551615 4194304 4196468 140724745512608 139654846679152 139655372438146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28586] ppid=28523 vsize=13907308 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28586/stat : 28586 (java) S 28523 28526 8289 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 14 0 112306747 14241083392 5175 18446744073709551615 4194304 4196468 140724745512608 139654845626352 139655372438146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28587] ppid=28523 vsize=13907308 memory=140178319177344 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28587/stat : 28587 (java) S 28523 28526 8289 0 -1 1077944384 222 12679 0 0 0 0 5 3 20 0 14 0 112306747 14241083392 5175 18446744073709551615 4194304 4196468 140724745512608 139654844574064 139655372438146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28588] ppid=28523 vsize=13907308 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28588/stat : 28588 (java) S 28523 28526 8289 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 14 0 112306748 14241083392 5175 18446744073709551615 4194304 4196468 140724745512608 139654843521504 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13907308 KiB
Current children cumulated memory: 20700 KiB

[startup+0.707619 s]
/proc/loadavg: 2.11 1.91 1.90 6/213 28589
/proc/meminfo: memFree=29755000/32770624 swapFree=67108860/67108860
[pid=28526] ppid=28523 vsize=13974784 memory=56788 CPUtime=0.64 cores=1,3,5,7
/proc/28526/stat : 28526 (java) S 28523 28526 8289 0 -1 1077944320 13732 12679 0 0 53 3 5 3 20 0 15 0 112306718 14310178816 14197 18446744073709551615 4194304 4196468 140724745512608 140724745495152 139655372426999 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
/proc/28526/statm: 3493696 14197 3115 1 0 3482965 0
[pid=28526/tid=28576] ppid=28523 vsize=13974784 memory=792 CPUtime=0.49 cores=1,3,5,7
/proc/28526/task/28576/stat : 28576 (java) R 28523 28526 8289 0 -1 4202560 10068 12679 0 0 39 2 5 3 20 0 15 0 112306742 14310178816 14197 18446744073709551615 4194304 4196468 140724745512608 139655376647424 139655372438934 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28577] ppid=28523 vsize=13974784 memory=1716 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28577/stat : 28577 (java) S 28523 28526 8289 0 -1 1077944384 1 12679 0 0 0 0 5 3 20 0 15 0 112306743 14310178816 14197 18446744073709551615 4194304 4196468 140724745512608 139654972041616 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28578] ppid=28523 vsize=13974784 memory=7014751519633921361 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28578/stat : 28578 (java) S 28523 28526 8289 0 -1 1077944384 1 12679 0 0 0 0 5 3 20 0 15 0 112306743 14310178816 14197 18446744073709551615 4194304 4196468 140724745512608 139654970988816 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28579] ppid=28523 vsize=13974784 memory=8025788839948412756 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28579/stat : 28579 (java) S 28523 28526 8289 0 -1 1077944384 1 12679 0 0 0 0 5 3 20 0 15 0 112306743 14310178816 14197 18446744073709551615 4194304 4196468 140724745512608 139654969936528 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28580] ppid=28523 vsize=13974784 memory=5787213835721533265 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28580/stat : 28580 (java) S 28523 28526 8289 0 -1 1077944384 2 12679 0 0 0 0 5 3 20 0 15 0 112306743 14310178816 14197 18446744073709551615 4194304 4196468 140724745512608 139654968883728 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28581] ppid=28523 vsize=13974784 memory=5450909908396308010 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28581/stat : 28581 (java) S 28523 28526 8289 0 -1 1077944384 5 12679 0 0 0 0 5 3 20 0 15 0 112306744 14310178816 14197 18446744073709551615 4194304 4196468 140724745512608 139654850890352 139655372438146 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28582] ppid=28523 vsize=13974784 memory=7100839869735606373 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28582/stat : 28582 (java) S 28523 28526 8289 0 -1 1077944384 33 12679 0 0 0 0 5 3 20 0 15 0 112306745 14310178816 14197 18446744073709551615 4194304 4196468 140724745512608 139654849836320 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28583] ppid=28523 vsize=13974784 memory=4132771212810548115 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28583/stat : 28583 (java) S 28523 28526 8289 0 -1 1077944384 21 12679 0 0 0 0 5 3 20 0 15 0 112306745 14310178816 14197 18446744073709551615 4194304 4196468 140724745512608 139654848783984 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28584] ppid=28523 vsize=13974784 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28584/stat : 28584 (java) S 28523 28526 8289 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 112306747 14310178816 14197 18446744073709551615 4194304 4196468 140724745512608 139654847732304 139655372445595 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28585] ppid=28523 vsize=13974784 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28526/task/28585/stat : 28585 (java) S 28523 28526 8289 0 -1 1077944384 489 12679 0 0 2 0 5 3 20 0 15 0 112306747 14310178816 14197 18446744073709551615 4194304 4196468 140724745512608 139654846679152 139655372438146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28586] ppid=28523 vsize=13974784 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28526/task/28586/stat : 28586 (java) R 28523 28526 8289 0 -1 4202560 346 12679 0 0 1 0 5 3 20 0 15 0 112306747 14310178816 14197 18446744073709551615 4194304 4196468 140724745512608 139654845626352 139655372448346 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28587] ppid=28523 vsize=13974784 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/28526/task/28587/stat : 28587 (java) R 28523 28526 8289 0 -1 4202560 606 12679 0 0 8 0 5 3 20 0 15 0 112306747 14310178816 14197 18446744073709551615 4194304 4196468 140724745512608 139654844572024 139655351382210 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28588] ppid=28523 vsize=13974784 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28588/stat : 28588 (java) S 28523 28526 8289 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 112306748 14310178816 14197 18446744073709551615 4194304 4196468 140724745512608 139654843521504 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28589] ppid=28523 vsize=13974784 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28589/stat : 28589 (java) S 28523 28526 8289 0 -1 1077944384 1 12679 0 0 0 0 5 3 20 0 15 0 112306751 14310178816 14197 18446744073709551615 4194304 4196468 140724745512608 139654842469296 139655372438146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 13974784 KiB
Current children cumulated memory: 56788 KiB

[startup+1.50067 s]
/proc/loadavg: 2.11 1.91 1.90 6/213 28589
/proc/meminfo: memFree=29668676/32770624 swapFree=67108860/67108860
[pid=28526] ppid=28523 vsize=13985408 memory=135616 CPUtime=1.82 cores=1,3,5,7
/proc/28526/stat : 28526 (java) S 28523 28526 8289 0 -1 1077944320 27512 12679 0 0 167 7 5 3 20 0 15 0 112306718 14321057792 33904 18446744073709551615 4194304 4196468 140724745512608 140724745495152 139655372426999 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
/proc/28526/statm: 3496352 33904 3344 1 0 3485525 0
[pid=28526/tid=28576] ppid=28523 vsize=13985408 memory=1724 CPUtime=1.28 cores=1,3,5,7
/proc/28526/task/28576/stat : 28576 (java) R 28523 28526 8289 0 -1 4202560 22248 12679 0 0 115 5 5 3 20 0 15 0 112306742 14321057792 33904 18446744073709551615 4194304 4196468 140724745512608 139655376653264 139655372448925 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28577] ppid=28523 vsize=13985408 memory=792 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28577/stat : 28577 (java) S 28523 28526 8289 0 -1 1077944384 1 12679 0 0 0 0 5 3 20 0 15 0 112306743 14321057792 33904 18446744073709551615 4194304 4196468 140724745512608 139654972041616 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28578] ppid=28523 vsize=13985408 memory=280356406395112 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28578/stat : 28578 (java) S 28523 28526 8289 0 -1 1077944384 1 12679 0 0 0 0 5 3 20 0 15 0 112306743 14321057792 33904 18446744073709551615 4194304 4196468 140724745512608 139654970988816 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28579] ppid=28523 vsize=13985408 memory=8199 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28579/stat : 28579 (java) S 28523 28526 8289 0 -1 1077944384 1 12679 0 0 0 0 5 3 20 0 15 0 112306743 14321057792 33904 18446744073709551615 4194304 4196468 140724745512608 139654969936528 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28580] ppid=28523 vsize=13985408 memory=22998 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28580/stat : 28580 (java) S 28523 28526 8289 0 -1 1077944384 2 12679 0 0 0 0 5 3 20 0 15 0 112306743 14321057792 33904 18446744073709551615 4194304 4196468 140724745512608 139654968883728 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28581] ppid=28523 vsize=13985408 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28581/stat : 28581 (java) S 28523 28526 8289 0 -1 1077944384 5 12679 0 0 0 0 5 3 20 0 15 0 112306744 14321057792 33904 18446744073709551615 4194304 4196468 140724745512608 139654850890352 139655372438146 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28582] ppid=28523 vsize=13985408 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28582/stat : 28582 (java) S 28523 28526 8289 0 -1 1077944384 33 12679 0 0 0 0 5 3 20 0 15 0 112306745 14321057792 33904 18446744073709551615 4194304 4196468 140724745512608 139654849836320 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28583] ppid=28523 vsize=13985408 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28583/stat : 28583 (java) S 28523 28526 8289 0 -1 1077944384 21 12679 0 0 0 0 5 3 20 0 15 0 112306745 14321057792 33904 18446744073709551615 4194304 4196468 140724745512608 139654848783984 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28584] ppid=28523 vsize=13985408 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28584/stat : 28584 (java) S 28523 28526 8289 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 112306747 14321057792 33904 18446744073709551615 4194304 4196468 140724745512608 139654847732304 139655372445595 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28585] ppid=28523 vsize=13985408 memory=-8774313645642428999 CPUtime=0.23 cores=1,3,5,7
/proc/28526/task/28585/stat : 28585 (java) S 28523 28526 8289 0 -1 1077944384 877 12679 0 0 15 0 5 3 20 0 15 0 112306747 14321057792 33904 18446744073709551615 4194304 4196468 140724745512608 139654846679152 139655372438146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28586] ppid=28523 vsize=13985408 memory=6083068230698556831 CPUtime=0.21 cores=1,3,5,7
/proc/28526/task/28586/stat : 28586 (java) R 28523 28526 8289 0 -1 4202560 782 12679 0 0 13 0 5 3 20 0 15 0 112306747 14321057792 33904 18446744073709551615 4194304 4196468 140724745512608 139654845626352 139655352987760 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28587] ppid=28523 vsize=13985408 memory=-6585759509035708770 CPUtime=0.3 cores=1,3,5,7
/proc/28526/task/28587/stat : 28587 (java) R 28523 28526 8289 0 -1 4202560 1374 12679 0 0 22 0 5 3 20 0 15 0 112306747 14321057792 33904 18446744073709551615 4194304 4196468 140724745512608 139654844574064 139655351473648 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28588] ppid=28523 vsize=13985408 memory=7446848495334697881 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28588/stat : 28588 (java) S 28523 28526 8289 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 112306748 14321057792 33904 18446744073709551615 4194304 4196468 140724745512608 139654843521504 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28589] ppid=28523 vsize=13985408 memory=7446832002660281241 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28589/stat : 28589 (java) S 28523 28526 8289 0 -1 1077944384 11 12679 0 0 0 0 5 3 20 0 15 0 112306751 14321057792 33904 18446744073709551615 4194304 4196468 140724745512608 139654842469296 139655372438146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
Current children cumulated CPU time: 1.82 s
Current children cumulated vsize: 13985408 KiB
Current children cumulated memory: 135616 KiB

[startup+3.11009 s]
/proc/loadavg: 2.42 1.98 1.92 7/213 28589
/proc/meminfo: memFree=29476496/32770624 swapFree=67108860/67108860

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

/proc/28526/task/28576/stat : 28576 (java) R 28523 28526 8289 0 -1 4202560 55367 12679 0 0 10110 23 5 3 20 0 15 0 112306742 14407233536 251374 18446744073709551615 4194304 4196468 140724745512608 139655376661328 139654992052174 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28577] ppid=28523 vsize=14069564 memory=1007032 CPUtime=0.44 cores=1,3,5,7
/proc/28526/task/28577/stat : 28577 (java) S 28523 28526 8289 0 -1 1077944384 1111 12679 0 0 33 3 5 3 20 0 15 0 112306743 14407233536 251374 18446744073709551615 4194304 4196468 140724745512608 139654972041616 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28578] ppid=28523 vsize=14069564 memory=1005496 CPUtime=0.43 cores=1,3,5,7
/proc/28526/task/28578/stat : 28578 (java) S 28523 28526 8289 0 -1 1077944384 3002 12679 0 0 33 2 5 3 20 0 15 0 112306743 14407233536 251374 18446744073709551615 4194304 4196468 140724745512608 139654970988816 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28579] ppid=28523 vsize=14069564 memory=2257 CPUtime=0.39 cores=1,3,5,7
/proc/28526/task/28579/stat : 28579 (java) S 28523 28526 8289 0 -1 1077944384 1884 12679 0 0 29 2 5 3 20 0 15 0 112306743 14407233536 251374 18446744073709551615 4194304 4196468 140724745512608 139654969936528 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28580] ppid=28523 vsize=14069564 memory=56 CPUtime=0.39 cores=1,3,5,7
/proc/28526/task/28580/stat : 28580 (java) S 28523 28526 8289 0 -1 1077944384 296 12679 0 0 29 2 5 3 20 0 15 0 112306743 14407233536 251374 18446744073709551615 4194304 4196468 140724745512608 139654968883728 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28581] ppid=28523 vsize=14069564 memory=280356406899120 CPUtime=0.3 cores=1,3,5,7
/proc/28526/task/28581/stat : 28581 (java) S 28523 28526 8289 0 -1 1077944384 12377 12679 0 0 21 1 5 3 20 0 15 0 112306744 14407233536 251374 18446744073709551615 4194304 4196468 140724745512608 139654850890352 139655372438146 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28582] ppid=28523 vsize=14069564 memory=3472328296227679313 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28582/stat : 28582 (java) S 28523 28526 8289 0 -1 1077944384 60 12679 0 0 0 0 5 3 20 0 15 0 112306745 14407233536 251374 18446744073709551615 4194304 4196468 140724745512608 139654849836448 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28583] ppid=28523 vsize=14069564 memory=7091311601087244906 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28583/stat : 28583 (java) S 28523 28526 8289 0 -1 1077944384 46 12679 0 0 0 0 5 3 20 0 15 0 112306745 14407233536 251374 18446744073709551615 4194304 4196468 140724745512608 139654848784000 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28584] ppid=28523 vsize=14069564 memory=873972 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28584/stat : 28584 (java) S 28523 28526 8289 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 112306747 14407233536 251374 18446744073709551615 4194304 4196468 140724745512608 139654847732304 139655372445595 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28585] ppid=28523 vsize=14069564 memory=873972 CPUtime=10.2 cores=1,3,5,7
/proc/28526/task/28585/stat : 28585 (java) S 28523 28526 8289 0 -1 1077944384 12502 12679 0 0 1007 5 5 3 20 0 15 0 112306747 14407233536 251374 18446744073709551615 4194304 4196468 140724745512608 139654846679152 139655372438146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28586] ppid=28523 vsize=14069564 memory=15825482134324680 CPUtime=10.7 cores=1,3,5,7
/proc/28526/task/28586/stat : 28586 (java) S 28523 28526 8289 0 -1 1077944384 17314 12679 0 0 1057 5 5 3 20 0 15 0 112306747 14407233536 251374 18446744073709551615 4194304 4196468 140724745512608 139654845626352 139655372438146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28587] ppid=28523 vsize=14069564 memory=1014216 CPUtime=3.78 cores=1,3,5,7
/proc/28526/task/28587/stat : 28587 (java) S 28523 28526 8289 0 -1 1077944384 14352 12679 0 0 362 8 5 3 20 0 15 0 112306747 14407233536 251374 18446744073709551615 4194304 4196468 140724745512608 139654844574064 139655372438146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28588] ppid=28523 vsize=14069564 memory=1006520 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28588/stat : 28588 (java) S 28523 28526 8289 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 112306748 14407233536 251374 18446744073709551615 4194304 4196468 140724745512608 139654843521504 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28589] ppid=28523 vsize=14069564 memory=54384 CPUtime=0.12 cores=1,3,5,7
/proc/28526/task/28589/stat : 28589 (java) S 28523 28526 8289 0 -1 1077944384 1365 12679 0 0 2 2 5 3 20 0 15 0 112306751 14407233536 251374 18446744073709551615 4194304 4196468 140724745512608 139654842469296 139655372438146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
Current children cumulated CPU time: 127.56 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 1005496 KiB

[startup+162.301 s]
/proc/loadavg: 1.97 1.97 1.93 3/217 28608
/proc/meminfo: memFree=26850656/32770624 swapFree=67108860/67108860
[pid=28526] ppid=28523 vsize=14069564 memory=987052 CPUtime=188.26 cores=1,3,5,7
/proc/28526/stat : 28526 (java) S 28523 28526 8289 0 -1 1077944320 125422 12679 0 0 18755 63 5 3 20 0 15 0 112306718 14407233536 246763 18446744073709551615 4194304 4196468 140724745512608 140724745495152 139655372426999 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
/proc/28526/statm: 3517391 246763 3482 1 0 3506005 0
[pid=28526/tid=28576] ppid=28523 vsize=14069564 memory=992684 CPUtime=160.94 cores=1,3,5,7
/proc/28526/task/28576/stat : 28576 (java) R 28523 28526 8289 0 -1 4202560 56570 12679 0 0 16062 24 5 3 20 0 15 0 112306742 14407233536 246763 18446744073709551615 4194304 4196468 140724745512608 139655376661376 139654992164173 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28577] ppid=28523 vsize=14069564 memory=987052 CPUtime=0.67 cores=1,3,5,7
/proc/28526/task/28577/stat : 28577 (java) S 28523 28526 8289 0 -1 1077944384 2251 12679 0 0 55 4 5 3 20 0 15 0 112306743 14407233536 246763 18446744073709551615 4194304 4196468 140724745512608 139654972041616 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28578] ppid=28523 vsize=14069564 memory=987052 CPUtime=0.66 cores=1,3,5,7
/proc/28526/task/28578/stat : 28578 (java) S 28523 28526 8289 0 -1 1077944384 3079 12679 0 0 54 4 5 3 20 0 15 0 112306743 14407233536 246763 18446744073709551615 4194304 4196468 140724745512608 139654970988816 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28579] ppid=28523 vsize=14069564 memory=987052 CPUtime=0.62 cores=1,3,5,7
/proc/28526/task/28579/stat : 28579 (java) S 28523 28526 8289 0 -1 1077944384 2077 12679 0 0 51 3 5 3 20 0 15 0 112306743 14407233536 246763 18446744073709551615 4194304 4196468 140724745512608 139654969936528 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28580] ppid=28523 vsize=14069564 memory=994716 CPUtime=0.63 cores=1,3,5,7
/proc/28526/task/28580/stat : 28580 (java) S 28523 28526 8289 0 -1 1077944384 842 12679 0 0 52 3 5 3 20 0 15 0 112306743 14407233536 246763 18446744073709551615 4194304 4196468 140724745512608 139654968883728 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28581] ppid=28523 vsize=14069564 memory=987052 CPUtime=0.52 cores=1,3,5,7
/proc/28526/task/28581/stat : 28581 (java) S 28523 28526 8289 0 -1 1077944384 12779 12679 0 0 42 2 5 3 20 0 15 0 112306744 14407233536 246763 18446744073709551615 4194304 4196468 140724745512608 139654850890352 139655372438146 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28582] ppid=28523 vsize=14069564 memory=987052 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28582/stat : 28582 (java) S 28523 28526 8289 0 -1 1077944384 60 12679 0 0 0 0 5 3 20 0 15 0 112306745 14407233536 246763 18446744073709551615 4194304 4196468 140724745512608 139654849836448 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28583] ppid=28523 vsize=14069564 memory=987052 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28583/stat : 28583 (java) S 28523 28526 8289 0 -1 1077944384 46 12679 0 0 0 0 5 3 20 0 15 0 112306745 14407233536 246763 18446744073709551615 4194304 4196468 140724745512608 139654848784000 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28584] ppid=28523 vsize=14069564 memory=987052 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28584/stat : 28584 (java) S 28523 28526 8289 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 112306747 14407233536 246763 18446744073709551615 4194304 4196468 140724745512608 139654847732304 139655372445595 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28585] ppid=28523 vsize=14069564 memory=4168 CPUtime=10.2 cores=1,3,5,7
/proc/28526/task/28585/stat : 28585 (java) S 28523 28526 8289 0 -1 1077944384 12505 12679 0 0 1007 5 5 3 20 0 15 0 112306747 14407233536 246763 18446744073709551615 4194304 4196468 140724745512608 139654846679152 139655372438146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28586] ppid=28523 vsize=14069564 memory=54408 CPUtime=10.7 cores=1,3,5,7
/proc/28526/task/28586/stat : 28586 (java) S 28523 28526 8289 0 -1 1077944384 17316 12679 0 0 1057 5 5 3 20 0 15 0 112306747 14407233536 246763 18446744073709551615 4194304 4196468 140724745512608 139654845626352 139655372438146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28587] ppid=28523 vsize=14069564 memory=987052 CPUtime=3.78 cores=1,3,5,7
/proc/28526/task/28587/stat : 28587 (java) S 28523 28526 8289 0 -1 1077944384 14354 12679 0 0 362 8 5 3 20 0 15 0 112306747 14407233536 246763 18446744073709551615 4194304 4196468 140724745512608 139654844574064 139655372438146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28588] ppid=28523 vsize=14069564 memory=987052 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28588/stat : 28588 (java) S 28523 28526 8289 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 112306748 14407233536 246763 18446744073709551615 4194304 4196468 140724745512608 139654843521504 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28589] ppid=28523 vsize=14069564 memory=993184 CPUtime=0.15 cores=1,3,5,7
/proc/28526/task/28589/stat : 28589 (java) S 28523 28526 8289 0 -1 1077944384 1385 12679 0 0 3 4 5 3 20 0 15 0 112306751 14407233536 246763 18446744073709551615 4194304 4196468 140724745512608 139654842469296 139655372438146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
Current children cumulated CPU time: 188.26 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 987052 KiB

[startup+222.301 s]
/proc/loadavg: 1.83 1.93 1.92 3/216 28735
/proc/meminfo: memFree=29307856/32770624 swapFree=67108860/67108860
[pid=28526] ppid=28523 vsize=14069564 memory=977936 CPUtime=249.07 cores=1,3,5,7
/proc/28526/stat : 28526 (java) S 28523 28526 8289 0 -1 1077944320 128896 12679 0 0 24829 70 5 3 20 0 15 0 112306718 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 140724745495152 139655372426999 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
/proc/28526/statm: 3517391 244484 3482 1 0 3506005 0
[pid=28526/tid=28576] ppid=28523 vsize=14069564 memory=977936 CPUtime=220.4 cores=1,3,5,7
/proc/28526/task/28576/stat : 28576 (java) R 28523 28526 8289 0 -1 4202560 57495 12679 0 0 22007 25 5 3 20 0 15 0 112306742 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139655376660944 139654992726689 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28577] ppid=28523 vsize=14069564 memory=977932 CPUtime=0.93 cores=1,3,5,7
/proc/28526/task/28577/stat : 28577 (java) S 28523 28526 8289 0 -1 1077944384 2378 12679 0 0 80 5 5 3 20 0 15 0 112306743 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139654972041616 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28578] ppid=28523 vsize=14069564 memory=977932 CPUtime=0.93 cores=1,3,5,7
/proc/28526/task/28578/stat : 28578 (java) S 28523 28526 8289 0 -1 1077944384 3658 12679 0 0 80 5 5 3 20 0 15 0 112306743 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139654970988816 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28579] ppid=28523 vsize=14069564 memory=977936 CPUtime=0.89 cores=1,3,5,7
/proc/28526/task/28579/stat : 28579 (java) S 28523 28526 8289 0 -1 1077944384 3239 12679 0 0 77 4 5 3 20 0 15 0 112306743 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139654969936528 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28580] ppid=28523 vsize=14069564 memory=977936 CPUtime=0.9 cores=1,3,5,7
/proc/28526/task/28580/stat : 28580 (java) S 28523 28526 8289 0 -1 1077944384 1110 12679 0 0 78 4 5 3 20 0 15 0 112306743 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139654968883728 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28581] ppid=28523 vsize=14069564 memory=977936 CPUtime=0.75 cores=1,3,5,7
/proc/28526/task/28581/stat : 28581 (java) S 28523 28526 8289 0 -1 1077944384 13163 12679 0 0 64 3 5 3 20 0 15 0 112306744 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139654850890352 139655372438146 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28582] ppid=28523 vsize=14069564 memory=977936 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28582/stat : 28582 (java) S 28523 28526 8289 0 -1 1077944384 60 12679 0 0 0 0 5 3 20 0 15 0 112306745 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139654849836448 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28583] ppid=28523 vsize=14069564 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28583/stat : 28583 (java) S 28523 28526 8289 0 -1 1077944384 46 12679 0 0 0 0 5 3 20 0 15 0 112306745 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139654848784000 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28584] ppid=28523 vsize=14069564 memory=977936 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28584/stat : 28584 (java) S 28523 28526 8289 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 112306747 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139654847732304 139655372445595 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28585] ppid=28523 vsize=14069564 memory=4168 CPUtime=10.2 cores=1,3,5,7
/proc/28526/task/28585/stat : 28585 (java) S 28523 28526 8289 0 -1 1077944384 12507 12679 0 0 1007 5 5 3 20 0 15 0 112306747 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139654846679152 139655372438146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28586] ppid=28523 vsize=14069564 memory=977932 CPUtime=10.71 cores=1,3,5,7
/proc/28526/task/28586/stat : 28586 (java) S 28523 28526 8289 0 -1 1077944384 17319 12679 0 0 1058 5 5 3 20 0 15 0 112306747 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139654845626352 139655372438146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28587] ppid=28523 vsize=14069564 memory=4168 CPUtime=3.78 cores=1,3,5,7
/proc/28526/task/28587/stat : 28587 (java) S 28523 28526 8289 0 -1 1077944384 14356 12679 0 0 362 8 5 3 20 0 15 0 112306747 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139654844574064 139655372438146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28588] ppid=28523 vsize=14069564 memory=54408 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28588/stat : 28588 (java) S 28523 28526 8289 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 112306748 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139654843521504 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28589] ppid=28523 vsize=14069564 memory=977936 CPUtime=0.19 cores=1,3,5,7
/proc/28526/task/28589/stat : 28589 (java) S 28523 28526 8289 0 -1 1077944384 1407 12679 0 0 5 6 5 3 20 0 15 0 112306751 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139654842469296 139655372438146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
Current children cumulated CPU time: 249.07 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 977936 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+225.201 s]
/proc/loadavg: 1.85 1.93 1.92 3/216 28735
/proc/meminfo: memFree=29305808/32770624 swapFree=67108860/67108860
[pid=28526] ppid=28523 vsize=14069564 memory=977936 CPUtime=252 cores=1,3,5,7
/proc/28526/stat : 28526 (java) S 28523 28526 8289 0 -1 1077944320 128915 12679 0 0 25122 70 5 3 20 0 15 0 112306718 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 140724745495152 139655372426999 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
/proc/28526/statm: 3517391 244484 3482 1 0 3506005 0
[pid=28526/tid=28576] ppid=28523 vsize=14069564 memory=4612 CPUtime=223.27 cores=1,3,5,7
/proc/28526/task/28576/stat : 28576 (java) S 28523 28526 8289 0 -1 1077944384 57510 12679 0 0 22294 25 5 3 20 0 15 0 112306742 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139655376661040 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28577] ppid=28523 vsize=14069564 memory=1436 CPUtime=0.95 cores=1,3,5,7
/proc/28526/task/28577/stat : 28577 (java) S 28523 28526 8289 0 -1 1077944384 2379 12679 0 0 82 5 5 3 20 0 15 0 112306743 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139654972041616 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28578] ppid=28523 vsize=14069564 memory=1200 CPUtime=0.94 cores=1,3,5,7
/proc/28526/task/28578/stat : 28578 (java) S 28523 28526 8289 0 -1 1077944384 3659 12679 0 0 81 5 5 3 20 0 15 0 112306743 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139654970988816 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28579] ppid=28523 vsize=14069564 memory=15876 CPUtime=0.9 cores=1,3,5,7
/proc/28526/task/28579/stat : 28579 (java) S 28523 28526 8289 0 -1 1077944384 3240 12679 0 0 78 4 5 3 20 0 15 0 112306743 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139654969936528 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28580] ppid=28523 vsize=14069564 memory=4040 CPUtime=0.91 cores=1,3,5,7
/proc/28526/task/28580/stat : 28580 (java) S 28523 28526 8289 0 -1 1077944384 1111 12679 0 0 79 4 5 3 20 0 15 0 112306743 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139654968883728 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28581] ppid=28523 vsize=14069564 memory=977936 CPUtime=0.76 cores=1,3,5,7
/proc/28526/task/28581/stat : 28581 (java) R 28523 28526 8289 0 -1 4202560 13163 12679 0 0 65 3 5 3 20 0 15 0 112306744 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139654850888864 139655372438934 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28582] ppid=28523 vsize=14069564 memory=977936 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28582/stat : 28582 (java) S 28523 28526 8289 0 -1 1077944384 60 12679 0 0 0 0 5 3 20 0 15 0 112306745 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139654849836448 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28583] ppid=28523 vsize=14069564 memory=1200 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28583/stat : 28583 (java) S 28523 28526 8289 0 -1 1077944384 46 12679 0 0 0 0 5 3 20 0 15 0 112306745 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139654848784000 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28584] ppid=28523 vsize=14069564 memory=15876 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28584/stat : 28584 (java) S 28523 28526 8289 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 112306747 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139654847732304 139655372445595 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28585] ppid=28523 vsize=14069564 memory=4040 CPUtime=10.2 cores=1,3,5,7
/proc/28526/task/28585/stat : 28585 (java) S 28523 28526 8289 0 -1 1077944384 12507 12679 0 0 1007 5 5 3 20 0 15 0 112306747 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139654846679152 139655372438146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28586] ppid=28523 vsize=14069564 memory=33436 CPUtime=10.71 cores=1,3,5,7
/proc/28526/task/28586/stat : 28586 (java) S 28523 28526 8289 0 -1 1077944384 17319 12679 0 0 1058 5 5 3 20 0 15 0 112306747 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139654845626352 139655372438146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28587] ppid=28523 vsize=14069564 memory=1232 CPUtime=3.78 cores=1,3,5,7
/proc/28526/task/28587/stat : 28587 (java) S 28523 28526 8289 0 -1 1077944384 14356 12679 0 0 362 8 5 3 20 0 15 0 112306747 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139654844574064 139655372438146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28588] ppid=28523 vsize=14069564 memory=288230574492221466 CPUtime=0.08 cores=1,3,5,7
/proc/28526/task/28588/stat : 28588 (java) S 28523 28526 8289 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 112306748 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139654843521504 139655372437205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
[pid=28526/tid=28589] ppid=28523 vsize=14069564 memory=288230617509003574 CPUtime=0.19 cores=1,3,5,7
/proc/28526/task/28589/stat : 28589 (java) S 28523 28526 8289 0 -1 1077944384 1407 12679 0 0 5 6 5 3 20 0 15 0 112306751 14407233536 244484 18446744073709551615 4194304 4196468 140724745512608 139654842469296 139655372438146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18571264 140724745521072 140724745523857 140724745523857 140724745527247 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 977936 KiB

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

[startup+225.235 s]
# the end of solver process 28526 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.305 s, system=0.757784 s

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

Child status: 143
Real time (s): 225.235
CPU time (s): 252.062
CPU user time (s): 251.305
CPU system time (s): 0.757784
CPU usage (%): 111.911
Max. virtual memory (cumulated for all children) (KiB): 14071664
Max. memory (cumulated for all children) (KiB): 1027560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.305
system time used= 0.757784
maximum resident set size= 1029608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146980
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31869
involuntary context switches= 1841


# summary of solver processes directly reported to runsolver:
#   pid: 28526
#   total CPU time (s): 252.062
#   total CPU user time (s): 251.305
#   total CPU system time (s): 0.757784

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.20711 second user time and 2.2899 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 19:07:47
IDJOB=4259576
IDBENCH=122975
IDSOLVER=2646
FILE ID=node133/4259576-1502644915
RUNJOBID= node133-1502641620-25474
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Opd/Opd-sum-small/Opd-10-031-009.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259576-1502644915/watcher-4259576-1502644915 -o /tmp/evaluation-result-4259576-1502644915/solver-4259576-1502644915 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25474 --watchdog 312  bin/concrete HOME/instance-4259576-1502644915.xml

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

MD5SUM BENCH= c781bc55b7ee4c4bb57d86a03397642c
RANDOM SEED=80520655

node133.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29794572 kB
MemAvailable:   30431668 kB
Buffers:          237004 kB
Cached:           694944 kB
SwapCached:            0 kB
Active:          2344428 kB
Inactive:         183672 kB
Active(anon):    1536740 kB
Inactive(anon):   100820 kB
Active(file):     807688 kB
Inactive(file):    82852 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24064 kB
Writeback:             0 kB
AnonPages:       1595864 kB
Mapped:            69636 kB
Shmem:             41660 kB
Slab:             152140 kB
SReclaimable:     124784 kB
SUnreclaim:        27356 kB
KernelStack:        3504 kB
PageTables:         8132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2639476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1413120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-13 19:11:33