Trace number 4294336

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.8 2018-06-13SAT (TO)206 2520.08 2473.73

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-16_c18.xml
MD5SUM056eb1ebd10e8d59a6677e448014ff35
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark202
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints121
Number of domains2
Minimum domain size256
Maximum domain size257
Distribution of domain sizes[{"size":256,"count":120},{"size":257,"count":16}]
Minimum variable degree0
Maximum variable degree16
Distribution of variable degrees[{"degree":0,"count":136},{"degree":2,"count":120},{"degree":15,"count":15},{"degree":16,"count":1}]
Minimum constraint arity3
Maximum constraint arity120
Distribution of constraint arities[{"arity":3,"count":120},{"arity":120,"count":1}]
Number of extensional constraints0
Number of intensional constraints120
Distribution of constraint types[{"type":"intension","count":120},{"type":"allDifferent","count":1}]
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

1.00/0.74	c Concrete v3.8.1528841891564 running
12.09/5.42	o 253
12.09/5.45	o 242
12.09/5.49	o 230
12.64/5.79	o 228
14.53/7.29	o 225
17.91/10.46	o 223
27.48/19.57	o 217
34.00/25.82	o 212
41.20/32.99	o 211
69.24/60.86	o 210
285.01/273.32	o 208
2514.01/2467.87	o 206
2520.03/2473.70	Exception in thread "main" java.util.concurrent.TimeoutException
2520.03/2473.71		at concrete.MAC.mac(MAC.scala:188)
2520.03/2473.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.03/2473.71		at scala.util.Try$.apply(Try.scala:209)
2520.03/2473.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2473.71		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2473.71		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2473.71		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2473.71		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.03/2473.71		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2473.71		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2473.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2473.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2473.71		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2473.71		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2473.71		at concrete.MAC.nextSolution(MAC.scala:355)
2520.03/2473.71		at concrete.Solver.hasNext(Solver.scala:166)
2520.03/2473.71		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.03/2473.71		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.03/2473.71		at concrete.Solver.foreach(Solver.scala:68)
2520.03/2473.71		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.03/2473.71		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2473.71		at scala.util.Success.map(Try.scala:209)
2520.03/2473.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2473.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.03/2473.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.03/2473.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2473.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.03/2473.71		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2473.71		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2473.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2473.71		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2473.71		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2473.71		at scala.App.main(App.scala:76)
2520.03/2473.71		at scala.App.main$(App.scala:74)
2520.03/2473.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.03/2473.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2473.72	v <instantiation cost="206">
2520.03/2473.72	v       <list>
2520.03/2473.72	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[0][11] y[0][12] y[0][13] y[0][14] y[0][15] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[1][11] y[1][12] y[1][13] y[1][14] y[1][15] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[2][11] y[2][12] y[2][13] y[2][14] y[2][15] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[3][11] y[3][12] y[3][13] y[3][14] y[3][15] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[4][12] y[4][13] y[4][14] y[4][15] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[5][12] y[5][13] y[5][14] y[5][15] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[6][12] y[6][13] y[6][14] y[6][15] y[7][8] y[7][9] y[7][10] y[7][11] y[7][12] y[7][13] y[7][14] y[7][15] y[8][9] y[8][10] y[8][11] y[8][12] y[8][13] y[8][14] y[8][15] y[9][10] y[9][11] y[9][12] y[9][13] y[9][14] y[9][15] y[10][11] y[10][12] y[10][13] y[10][14] y[10][15] y[11][12] y[11][13] y[11][14] y[11][15] y[12][13] y[12][14] y[12][15] y[13][14] y[13][15] y[14][15]
2520.03/2473.72	v       </list>
2520.03/2473.72	v       <values>
2520.03/2473.72	v         0 1 4 18 31 40 47 91 101 124 126 150 158 195 200 206 1 4 18 31 40 47 91 101 124 126 150 158 195 200 206 3 17 30 39 46 90 100 123 125 149 157 194 199 205 14 27 36 43 87 97 120 122 146 154 191 196 202 13 22 29 73 83 106 108 132 140 177 182 188 9 16 60 70 93 95 119 127 164 169 175 7 51 61 84 86 110 118 155 160 166 44 54 77 79 103 111 148 153 159 10 33 35 59 67 104 109 115 23 25 49 57 94 99 105 2 26 34 71 76 82 24 32 69 74 80 8 45 50 56 37 42 48 5 11 6
2520.03/2473.72	v       </values>
2520.03/2473.72	v     </instantiation>
2520.03/2473.72	s SATISFIABLE

Verifier Data

OK	206

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294336-1532467461/watcher-4294336-1532467461 -o /tmp/evaluation-result-4294336-1532467461/solver-4294336-1532467461 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532466475-21334 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=976341597 HOME/instance-4294336-1532467461.xml 

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

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=21591, runsolver pid=21588

[startup+0.10247 s]*
/proc/loadavg: 1.28 1.28 1.23 2/211 21648
/proc/meminfo: memFree=14818416/32770624 swapFree=67108860/67108860
[pid=21591] ppid=21588 vsize=9972712 memory=17076 CPUtime=0.09 cores=0,2,4,6
/proc/21591/stat : 21591 (java) S 21588 21591 21303 0 -1 1077944320 4424 12851 0 0 1 0 5 3 20 0 6 0 64309290 10212057088 4269 33554432000 4194304 4196468 140734735008496 140734734991040 139864103833335 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
/proc/21591/statm: 2493178 4269 1934 1 0 2481616 0
[pid=21591/tid=21644] ppid=21588 vsize=9972712 memory=4628411388058700198 CPUtime=0.09 cores=0,2,4,6
/proc/21591/task/21644/stat : 21644 (java) R 21588 21591 21303 0 -1 4202560 2250 12851 0 0 1 0 5 3 20 0 6 0 64309299 10212057088 4269 33554432000 4194304 4196468 140734735008496 139864075670096 139864088956272 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21645] ppid=21588 vsize=9972712 memory=5793854984188725689 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21645/stat : 21645 (java) S 21588 21591 21303 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 6 0 64309300 10212057088 4269 33554432000 4194304 4196468 140734735008496 139864108075280 139864103843541 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21646] ppid=21588 vsize=9972712 memory=139733178832512 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21646/stat : 21646 (java) S 21588 21591 21303 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 6 0 64309300 10212057088 4269 33554432000 4194304 4196468 140734735008496 139864006965648 139864103843541 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21647] ppid=21588 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21647/stat : 21647 (java) S 21588 21591 21303 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 6 0 64309300 10212057088 4269 33554432000 4194304 4196468 140734735008496 139864005913104 139864103843541 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21648] ppid=21588 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21648/stat : 21648 (java) S 21588 21591 21303 0 -1 1077944384 2 12851 0 0 0 0 5 3 20 0 6 0 64309300 10212057088 4269 33554432000 4194304 4196468 140734735008496 139864004860560 139864103843541 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210127 s]*
/proc/loadavg: 1.28 1.28 1.23 3/220 21657
/proc/meminfo: memFree=14799364/32770624 swapFree=67108860/67108860
[pid=21591] ppid=21588 vsize=10818904 memory=42612 CPUtime=0.26 cores=0,2,4,6
/proc/21591/stat : 21591 (java) S 21588 21591 21303 0 -1 1077944320 7809 12851 0 0 17 1 5 3 20 0 15 0 64309290 11078557696 10653 33554432000 4194304 4196468 140734735008496 140734734991040 139864103833335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
/proc/21591/statm: 2704726 10653 2990 1 0 2667149 0
[pid=21591/tid=21644] ppid=21588 vsize=10818904 memory=-8540663193526752614 CPUtime=0.2 cores=0,2,4,6
/proc/21591/task/21644/stat : 21644 (java) R 21588 21591 21303 0 -1 4202560 4433 12851 0 0 11 1 5 3 20 0 15 0 64309299 11078557696 10719 33554432000 4194304 4196468 140734735008496 139864075657008 139864084109095 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21645] ppid=21588 vsize=10818904 memory=4211973459383623050 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21645/stat : 21645 (java) S 21588 21591 21303 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 64309300 11078557696 10719 33554432000 4194304 4196468 140734735008496 139864108075280 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21646] ppid=21588 vsize=10818904 memory=139733178832512 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21646/stat : 21646 (java) S 21588 21591 21303 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 64309300 11078557696 10719 33554432000 4194304 4196468 140734735008496 139864006965648 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21647] ppid=21588 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21647/stat : 21647 (java) S 21588 21591 21303 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 64309300 11078557696 10719 33554432000 4194304 4196468 140734735008496 139864005913104 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21648] ppid=21588 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21648/stat : 21648 (java) S 21588 21591 21303 0 -1 1077944384 2 12851 0 0 0 0 5 3 20 0 15 0 64309300 11078557696 10719 33554432000 4194304 4196468 140734735008496 139864004860560 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21649] ppid=21588 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21649/stat : 21649 (java) S 21588 21591 21303 0 -1 1077944384 2 12851 0 0 0 0 5 3 20 0 15 0 64309301 11078557696 10719 33554432000 4194304 4196468 140734735008496 139863562934768 139864103844482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21650] ppid=21588 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21650/stat : 21650 (java) S 21588 21591 21303 0 -1 1077944384 13 12851 0 0 0 0 5 3 20 0 15 0 64309302 11078557696 10719 33554432000 4194304 4196468 140734735008496 139862992741792 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21651] ppid=21588 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21651/stat : 21651 (java) S 21588 21591 21303 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 64309302 11078557696 10785 33554432000 4194304 4196468 140734735008496 139862858524144 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21652] ppid=21588 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21652/stat : 21652 (java) S 21588 21591 21303 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 64309305 11078557696 10785 33554432000 4194304 4196468 140734735008496 139862618233552 139864103851931 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21653] ppid=21588 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21591/task/21653/stat : 21653 (java) S 21588 21591 21303 0 -1 1077944384 544 12851 0 0 1 0 5 3 20 0 15 0 64309305 11078557696 10785 33554432000 4194304 4196468 140734735008496 139863561881584 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21654] ppid=21588 vsize=10818904 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/21591/task/21654/stat : 21654 (java) S 21588 21591 21303 0 -1 1077944384 69 12851 0 0 1 0 5 3 20 0 15 0 64309305 11078557696 10785 33554432000 4194304 4196468 140734735008496 139863560829040 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21655] ppid=21588 vsize=10818904 memory=139733178832512 CPUtime=0.11 cores=0,2,4,6
/proc/21591/task/21655/stat : 21655 (java) S 21588 21591 21303 0 -1 1077944384 600 12851 0 0 3 0 5 3 20 0 15 0 64309305 11078557696 10785 33554432000 4194304 4196468 140734735008496 139863559776496 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21656] ppid=21588 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21656/stat : 21656 (java) S 21588 21591 21303 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 64309305 11078557696 10785 33554432000 4194304 4196468 140734735008496 139862584674912 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21657] ppid=21588 vsize=10818904 memory=139733178832512 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21657/stat : 21657 (java) S 21588 21591 21303 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 64309305 11078557696 10785 33554432000 4194304 4196468 140734735008496 139863558724400 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42612 KiB

[startup+0.310518 s]*
/proc/loadavg: 1.28 1.28 1.23 3/220 21657
/proc/meminfo: memFree=14786712/32770624 swapFree=67108860/67108860
[pid=21591] ppid=21588 vsize=10819352 memory=54380 CPUtime=0.39 cores=0,2,4,6
/proc/21591/stat : 21591 (java) S 21588 21591 21303 0 -1 1077944320 10589 12851 0 0 28 3 5 3 20 0 15 0 64309290 11079016448 13595 33554432000 4194304 4196468 140734735008496 140734734991040 139864103833335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
/proc/21591/statm: 2704838 13595 3109 1 0 2667149 0
[pid=21591/tid=21644] ppid=21588 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/21591/task/21644/stat : 21644 (java) R 21588 21591 21303 0 -1 4202560 7143 12851 0 0 19 2 5 3 20 0 15 0 64309299 11079016448 13595 33554432000 4194304 4196468 140734735008496 139864075645344 139864103855261 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21645] ppid=21588 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21645/stat : 21645 (java) S 21588 21591 21303 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 64309300 11079016448 13595 33554432000 4194304 4196468 140734735008496 139864108075280 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21646] ppid=21588 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21646/stat : 21646 (java) S 21588 21591 21303 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 64309300 11079016448 13595 33554432000 4194304 4196468 140734735008496 139864006965648 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21647] ppid=21588 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21647/stat : 21647 (java) S 21588 21591 21303 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 64309300 11079016448 13595 33554432000 4194304 4196468 140734735008496 139864005913104 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21648] ppid=21588 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21648/stat : 21648 (java) S 21588 21591 21303 0 -1 1077944384 2 12851 0 0 0 0 5 3 20 0 15 0 64309300 11079016448 13595 33554432000 4194304 4196468 140734735008496 139864004860560 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21649] ppid=21588 vsize=10819352 memory=139733178832511 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21649/stat : 21649 (java) S 21588 21591 21303 0 -1 1077944384 2 12851 0 0 0 0 5 3 20 0 15 0 64309301 11079016448 13595 33554432000 4194304 4196468 140734735008496 139863562934768 139864103844482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21650] ppid=21588 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21650/stat : 21650 (java) S 21588 21591 21303 0 -1 1077944384 13 12851 0 0 0 0 5 3 20 0 15 0 64309302 11079016448 13595 33554432000 4194304 4196468 140734735008496 139862992741792 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21651] ppid=21588 vsize=10819352 memory=139733178832512 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21651/stat : 21651 (java) S 21588 21591 21303 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 64309302 11079016448 13595 33554432000 4194304 4196468 140734735008496 139862858524144 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21652] ppid=21588 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21652/stat : 21652 (java) S 21588 21591 21303 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 64309305 11079016448 13595 33554432000 4194304 4196468 140734735008496 139862618233552 139864103851931 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21653] ppid=21588 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21591/task/21653/stat : 21653 (java) S 21588 21591 21303 0 -1 1077944384 546 12851 0 0 1 0 5 3 20 0 15 0 64309305 11079016448 13595 33554432000 4194304 4196468 140734735008496 139863561881584 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21654] ppid=21588 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/21591/task/21654/stat : 21654 (java) S 21588 21591 21303 0 -1 1077944384 69 12851 0 0 1 0 5 3 20 0 15 0 64309305 11079016448 13595 33554432000 4194304 4196468 140734735008496 139863560829040 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21655] ppid=21588 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/21591/task/21655/stat : 21655 (java) S 21588 21591 21303 0 -1 1077944384 610 12851 0 0 4 0 5 3 20 0 15 0 64309305 11079016448 13595 33554432000 4194304 4196468 140734735008496 139863559776496 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21656] ppid=21588 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21656/stat : 21656 (java) S 21588 21591 21303 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 64309305 11079016448 13595 33554432000 4194304 4196468 140734735008496 139862584674912 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21657] ppid=21588 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21657/stat : 21657 (java) S 21588 21591 21303 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 64309305 11079016448 13595 33554432000 4194304 4196468 140734735008496 139863558724400 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54380 KiB

[startup+0.700812 s]
/proc/loadavg: 1.28 1.28 1.23 3/220 21657
/proc/meminfo: memFree=14776044/32770624 swapFree=67108860/67108860
[pid=21591] ppid=21588 vsize=10819352 memory=86692 CPUtime=1 cores=0,2,4,6
/proc/21591/stat : 21591 (java) S 21588 21591 21303 0 -1 1077944320 16765 12851 0 0 88 4 5 3 20 0 15 0 64309290 11079016448 21673 33554432000 4194304 4196468 140734735008496 140734734991040 139864103833335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
/proc/21591/statm: 2704838 21673 3246 1 0 2667149 0
[pid=21591/tid=21644] ppid=21588 vsize=10819352 memory=19748 CPUtime=0.67 cores=0,2,4,6
/proc/21591/task/21644/stat : 21644 (java) R 21588 21591 21303 0 -1 4202560 12212 12851 0 0 56 3 5 3 20 0 15 0 64309299 11079016448 21673 33554432000 4194304 4196468 140734735008496 139864075654160 139864084108722 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21645] ppid=21588 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21645/stat : 21645 (java) S 21588 21591 21303 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 64309300 11079016448 21673 33554432000 4194304 4196468 140734735008496 139864108075280 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21646] ppid=21588 vsize=10819352 memory=288230587427469581 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21646/stat : 21646 (java) S 21588 21591 21303 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 64309300 11079016448 21673 33554432000 4194304 4196468 140734735008496 139864006965648 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21647] ppid=21588 vsize=10819352 memory=15816694631256675 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21647/stat : 21647 (java) S 21588 21591 21303 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 64309300 11079016448 21673 33554432000 4194304 4196468 140734735008496 139864005913104 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21648] ppid=21588 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21648/stat : 21648 (java) S 21588 21591 21303 0 -1 1077944384 2 12851 0 0 0 0 5 3 20 0 15 0 64309300 11079016448 21673 33554432000 4194304 4196468 140734735008496 139864004860560 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21649] ppid=21588 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21649/stat : 21649 (java) S 21588 21591 21303 0 -1 1077944384 5 12851 0 0 0 0 5 3 20 0 15 0 64309301 11079016448 21673 33554432000 4194304 4196468 140734735008496 139863562934768 139864103844482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21650] ppid=21588 vsize=10819352 memory=139733070291552 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21650/stat : 21650 (java) S 21588 21591 21303 0 -1 1077944384 13 12851 0 0 0 0 5 3 20 0 15 0 64309302 11079016448 21673 33554432000 4194304 4196468 140734735008496 139862992741792 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21651] ppid=21588 vsize=10819352 memory=139736760976496 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21651/stat : 21651 (java) S 21588 21591 21303 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 64309302 11079016448 21673 33554432000 4194304 4196468 140734735008496 139862858524144 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21652] ppid=21588 vsize=10819352 memory=2340 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21652/stat : 21652 (java) S 21588 21591 21303 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 64309305 11079016448 21673 33554432000 4194304 4196468 140734735008496 139862618233552 139864103851931 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21653] ppid=21588 vsize=10819352 memory=6153431502485414241 CPUtime=0.17 cores=0,2,4,6
/proc/21591/task/21653/stat : 21653 (java) S 21588 21591 21303 0 -1 1077944384 1181 12851 0 0 9 0 5 3 20 0 15 0 64309305 11079016448 21673 33554432000 4194304 4196468 140734735008496 139863561881584 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21654] ppid=21588 vsize=10819352 memory=7881696724453321575 CPUtime=0.16 cores=0,2,4,6
/proc/21591/task/21654/stat : 21654 (java) S 21588 21591 21303 0 -1 1077944384 465 12851 0 0 8 0 5 3 20 0 15 0 64309305 11079016448 21673 33554432000 4194304 4196468 140734735008496 139863560829040 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21655] ppid=21588 vsize=10819352 memory=6154538792250073449 CPUtime=0.21 cores=0,2,4,6
/proc/21591/task/21655/stat : 21655 (java) S 21588 21591 21303 0 -1 1077944384 683 12851 0 0 13 0 5 3 20 0 15 0 64309305 11079016448 21673 33554432000 4194304 4196468 140734735008496 139863559776496 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21656] ppid=21588 vsize=10819352 memory=8514726395715218844 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21656/stat : 21656 (java) S 21588 21591 21303 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 64309305 11079016448 21673 33554432000 4194304 4196468 140734735008496 139862584674912 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21657] ppid=21588 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21657/stat : 21657 (java) S 21588 21591 21303 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 64309305 11079016448 21673 33554432000 4194304 4196468 140734735008496 139863558724400 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86692 KiB

[startup+1.50071 s]
/proc/loadavg: 1.26 1.28 1.23 3/220 21657
/proc/meminfo: memFree=14732524/32770624 swapFree=67108860/67108860
[pid=21591] ppid=21588 vsize=10834252 memory=177880 CPUtime=2.29 cores=0,2,4,6
/proc/21591/stat : 21591 (java) S 21588 21591 21303 0 -1 1077944320 23948 12851 0 0 214 7 5 3 20 0 15 0 64309290 11094274048 44470 33554432000 4194304 4196468 140734735008496 140734734991040 139864103833335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
/proc/21591/statm: 2708563 44470 3473 1 0 2670221 0
[pid=21591/tid=21644] ppid=21588 vsize=10834252 memory=7306056177471742297 CPUtime=1.43 cores=0,2,4,6
/proc/21591/task/21644/stat : 21644 (java) R 21588 21591 21303 0 -1 4202560 17744 12851 0 0 131 4 5 3 20 0 15 0 64309299 11094274048 44470 33554432000 4194304 4196468 140734735008496 139864075659408 139864085396864 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21645] ppid=21588 vsize=10834252 memory=8028622246684027497 CPUtime=0.09 cores=0,2,4,6
/proc/21591/task/21645/stat : 21645 (java) S 21588 21591 21303 0 -1 1077944384 237 12851 0 0 1 0 5 3 20 0 15 0 64309300 11094274048 44470 33554432000 4194304 4196468 140734735008496 139864108075280 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21646] ppid=21588 vsize=10834252 memory=7811300488056171887 CPUtime=0.09 cores=0,2,4,6
/proc/21591/task/21646/stat : 21646 (java) S 21588 21591 21303 0 -1 1077944384 19 12851 0 0 1 0 5 3 20 0 15 0 64309300 11094274048 44470 33554432000 4194304 4196468 140734735008496 139864006965648 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21647] ppid=21588 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21591/task/21647/stat : 21647 (java) S 21588 21591 21303 0 -1 1077944384 68 12851 0 0 1 0 5 3 20 0 15 0 64309300 11094274048 44470 33554432000 4194304 4196468 140734735008496 139864005913104 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21648] ppid=21588 vsize=10834252 memory=232714817047216 CPUtime=0.09 cores=0,2,4,6
/proc/21591/task/21648/stat : 21648 (java) S 21588 21591 21303 0 -1 1077944384 27 12851 0 0 1 0 5 3 20 0 15 0 64309300 11094274048 44470 33554432000 4194304 4196468 140734735008496 139864004860560 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21649] ppid=21588 vsize=10834252 memory=3843371840305377312 CPUtime=0.09 cores=0,2,4,6
/proc/21591/task/21649/stat : 21649 (java) S 21588 21591 21303 0 -1 1077944384 59 12851 0 0 1 0 5 3 20 0 15 0 64309301 11094274048 44470 33554432000 4194304 4196468 140734735008496 139863562934768 139864103844482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21650] ppid=21588 vsize=10834252 memory=4638778424102965584 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21650/stat : 21650 (java) S 21588 21591 21303 0 -1 1077944384 13 12851 0 0 0 0 5 3 20 0 15 0 64309302 11094274048 44470 33554432000 4194304 4196468 140734735008496 139862992741856 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21651] ppid=21588 vsize=10834252 memory=4638778402627666016 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21651/stat : 21651 (java) S 21588 21591 21303 0 -1 1077944384 2 12851 0 0 0 0 5 3 20 0 15 0 64309302 11094274048 44470 33554432000 4194304 4196468 140734735008496 139862858524160 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21652] ppid=21588 vsize=10834252 memory=279466139975920 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21652/stat : 21652 (java) S 21588 21591 21303 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 64309305 11094274048 44470 33554432000 4194304 4196468 140734735008496 139862618233552 139864103851931 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21653] ppid=21588 vsize=10834252 memory=6935649255759570240 CPUtime=0.26 cores=0,2,4,6
/proc/21591/task/21653/stat : 21653 (java) S 21588 21591 21303 0 -1 1077944384 1329 12851 0 0 18 0 5 3 20 0 15 0 64309305 11094274048 44470 33554432000 4194304 4196468 140734735008496 139863561881584 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21654] ppid=21588 vsize=10834252 memory=-6725382255394579048 CPUtime=0.31 cores=0,2,4,6
/proc/21591/task/21654/stat : 21654 (java) S 21588 21591 21303 0 -1 1077944384 1020 12851 0 0 23 0 5 3 20 0 15 0 64309305 11094274048 44470 33554432000 4194304 4196468 140734735008496 139863560829040 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21655] ppid=21588 vsize=10834252 memory=6656426216303648864 CPUtime=0.41 cores=0,2,4,6
/proc/21591/task/21655/stat : 21655 (java) S 21588 21591 21303 0 -1 1077944384 1230 12851 0 0 33 0 5 3 20 0 15 0 64309305 11094274048 44470 33554432000 4194304 4196468 140734735008496 139863559776496 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21656] ppid=21588 vsize=10834252 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21656/stat : 21656 (java) S 21588 21591 21303 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 64309305 11094274048 44470 33554432000 4194304 4196468 140734735008496 139862584674912 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21657] ppid=21588 vsize=10834252 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21657/stat : 21657 (java) S 21588 21591 21303 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 64309305 11094274048 44470 33554432000 4194304 4196468 140734735008496 139863558724400 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
Current children cumulated CPU time: 2.29 s

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

/proc/21591/task/21644/stat : 21644 (java) R 21588 21591 21303 0 -1 4202560 98085 12851 0 0 235471 56 5 3 20 0 15 0 64309299 11176083456 359587 33554432000 4194304 4196468 140734735008496 139864075667984 139863694419562 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21645] ppid=21588 vsize=10914144 memory=1438348 CPUtime=12.51 cores=0,2,4,6
/proc/21591/task/21645/stat : 21645 (java) S 21588 21591 21303 0 -1 1077944384 17045 12851 0 0 1184 59 5 3 20 0 15 0 64309300 11176083456 359587 33554432000 4194304 4196468 140734735008496 139864108075280 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21646] ppid=21588 vsize=10914144 memory=1438348 CPUtime=12.59 cores=0,2,4,6
/proc/21591/task/21646/stat : 21646 (java) S 21588 21591 21303 0 -1 1077944384 17016 12851 0 0 1191 60 5 3 20 0 15 0 64309300 11176083456 359587 33554432000 4194304 4196468 140734735008496 139864006965648 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21647] ppid=21588 vsize=10914144 memory=1438348 CPUtime=12.48 cores=0,2,4,6
/proc/21591/task/21647/stat : 21647 (java) S 21588 21591 21303 0 -1 1077944384 19432 12851 0 0 1179 61 5 3 20 0 15 0 64309300 11176083456 359587 33554432000 4194304 4196468 140734735008496 139864005913104 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21648] ppid=21588 vsize=10914144 memory=1436300 CPUtime=12.56 cores=0,2,4,6
/proc/21591/task/21648/stat : 21648 (java) S 21588 21591 21303 0 -1 1077944384 19385 12851 0 0 1185 63 5 3 20 0 15 0 64309300 11176083456 359587 33554432000 4194304 4196468 140734735008496 139864004860560 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21649] ppid=21588 vsize=10914144 memory=6935649255759568960 CPUtime=11.43 cores=0,2,4,6
/proc/21591/task/21649/stat : 21649 (java) S 21588 21591 21303 0 -1 1077944384 22525 12851 0 0 1082 53 5 3 20 0 15 0 64309301 11176083456 359587 33554432000 4194304 4196468 140734735008496 139863562934768 139864103844482 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21650] ppid=21588 vsize=10914144 memory=3828 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21650/stat : 21650 (java) S 21588 21591 21303 0 -1 1077944384 13 12851 0 0 0 0 5 3 20 0 15 0 64309302 11176083456 359587 33554432000 4194304 4196468 140734735008496 139862992741856 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21651] ppid=21588 vsize=10914144 memory=19832 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21651/stat : 21651 (java) S 21588 21591 21303 0 -1 1077944384 2 12851 0 0 0 0 5 3 20 0 15 0 64309302 11176083456 359587 33554432000 4194304 4196468 140734735008496 139862858524160 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21652] ppid=21588 vsize=10914144 memory=1438348 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21652/stat : 21652 (java) S 21588 21591 21303 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 64309305 11176083456 359587 33554432000 4194304 4196468 140734735008496 139862618233552 139864103851931 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21653] ppid=21588 vsize=10914144 memory=3828 CPUtime=3.81 cores=0,2,4,6
/proc/21591/task/21653/stat : 21653 (java) S 21588 21591 21303 0 -1 1077944384 22250 12851 0 0 370 3 5 3 20 0 15 0 64309305 11176083456 359587 33554432000 4194304 4196468 140734735008496 139863561881584 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21654] ppid=21588 vsize=10914144 memory=1438348 CPUtime=3.5 cores=0,2,4,6
/proc/21591/task/21654/stat : 21654 (java) S 21588 21591 21303 0 -1 1077944384 22350 12851 0 0 336 6 5 3 20 0 15 0 64309305 11176083456 359587 33554432000 4194304 4196468 140734735008496 139863560829040 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21655] ppid=21588 vsize=10914144 memory=1438348 CPUtime=1.9 cores=0,2,4,6
/proc/21591/task/21655/stat : 21655 (java) S 21588 21591 21303 0 -1 1077944384 16258 12851 0 0 178 4 5 3 20 0 15 0 64309305 11176083456 359587 33554432000 4194304 4196468 140734735008496 139863559776496 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21656] ppid=21588 vsize=10914144 memory=1438348 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21656/stat : 21656 (java) S 21588 21591 21303 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 64309305 11176083456 359587 33554432000 4194304 4196468 140734735008496 139862584674912 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21657] ppid=21588 vsize=10914144 memory=1436300 CPUtime=1.58 cores=0,2,4,6
/proc/21591/task/21657/stat : 21657 (java) S 21588 21591 21303 0 -1 1077944384 1211 12851 0 0 74 76 5 3 20 0 15 0 64309305 11176083456 359587 33554432000 4194304 4196468 140734735008496 139863558724400 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
Current children cumulated CPU time: 2427.07 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1438348 KiB

[startup+2442.3 s]
/proc/loadavg: 1.56 1.42 1.41 3/218 21920
/proc/meminfo: memFree=13351332/32770624 swapFree=67108860/67108860
[pid=21591] ppid=21588 vsize=10914144 memory=1440396 CPUtime=2488.08 cores=0,2,4,6
/proc/21591/stat : 21591 (java) S 21588 21591 21303 0 -1 1077944320 260218 12851 0 0 248416 384 5 3 20 0 15 0 64309290 11176083456 360099 33554432000 4194304 4196468 140734735008496 140734734991040 139864103833335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
/proc/21591/statm: 2728536 360099 3527 1 0 2690189 0
[pid=21591/tid=21644] ppid=21588 vsize=10914144 memory=1440396 CPUtime=2414.63 cores=0,2,4,6
/proc/21591/task/21644/stat : 21644 (java) R 21588 21591 21303 0 -1 4202560 99065 12851 0 0 241398 57 5 3 20 0 15 0 64309299 11176083456 360099 33554432000 4194304 4196468 140734735008496 139864075668000 139863694589913 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21645] ppid=21588 vsize=10914144 memory=1438348 CPUtime=12.86 cores=0,2,4,6
/proc/21591/task/21645/stat : 21645 (java) S 21588 21591 21303 0 -1 1077944384 17449 12851 0 0 1217 61 5 3 20 0 15 0 64309300 11176083456 360099 33554432000 4194304 4196468 140734735008496 139864108075280 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21646] ppid=21588 vsize=10914144 memory=1438348 CPUtime=12.94 cores=0,2,4,6
/proc/21591/task/21646/stat : 21646 (java) S 21588 21591 21303 0 -1 1077944384 17090 12851 0 0 1225 61 5 3 20 0 15 0 64309300 11176083456 360099 33554432000 4194304 4196468 140734735008496 139864006965648 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21647] ppid=21588 vsize=10914144 memory=1438348 CPUtime=12.83 cores=0,2,4,6
/proc/21591/task/21647/stat : 21647 (java) S 21588 21591 21303 0 -1 1077944384 19802 12851 0 0 1212 63 5 3 20 0 15 0 64309300 11176083456 360099 33554432000 4194304 4196468 140734735008496 139864005913104 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21648] ppid=21588 vsize=10914144 memory=1438348 CPUtime=12.9 cores=0,2,4,6
/proc/21591/task/21648/stat : 21648 (java) S 21588 21591 21303 0 -1 1077944384 19560 12851 0 0 1217 65 5 3 20 0 15 0 64309300 11176083456 360099 33554432000 4194304 4196468 140734735008496 139864004860560 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21649] ppid=21588 vsize=10914144 memory=1438348 CPUtime=11.72 cores=0,2,4,6
/proc/21591/task/21649/stat : 21649 (java) S 21588 21591 21303 0 -1 1077944384 22917 12851 0 0 1110 54 5 3 20 0 15 0 64309301 11176083456 360099 33554432000 4194304 4196468 140734735008496 139863562934768 139864103844482 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21650] ppid=21588 vsize=10914144 memory=1440396 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21650/stat : 21650 (java) S 21588 21591 21303 0 -1 1077944384 13 12851 0 0 0 0 5 3 20 0 15 0 64309302 11176083456 360099 33554432000 4194304 4196468 140734735008496 139862992741856 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21651] ppid=21588 vsize=10914144 memory=1440396 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21651/stat : 21651 (java) S 21588 21591 21303 0 -1 1077944384 2 12851 0 0 0 0 5 3 20 0 15 0 64309302 11176083456 360099 33554432000 4194304 4196468 140734735008496 139862858524160 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21652] ppid=21588 vsize=10914144 memory=5524 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21652/stat : 21652 (java) S 21588 21591 21303 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 64309305 11176083456 360099 33554432000 4194304 4196468 140734735008496 139862618233552 139864103851931 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21653] ppid=21588 vsize=10914144 memory=1440396 CPUtime=3.81 cores=0,2,4,6
/proc/21591/task/21653/stat : 21653 (java) S 21588 21591 21303 0 -1 1077944384 22254 12851 0 0 370 3 5 3 20 0 15 0 64309305 11176083456 360099 33554432000 4194304 4196468 140734735008496 139863561881584 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21654] ppid=21588 vsize=10914144 memory=8 CPUtime=3.5 cores=0,2,4,6
/proc/21591/task/21654/stat : 21654 (java) S 21588 21591 21303 0 -1 1077944384 22354 12851 0 0 336 6 5 3 20 0 15 0 64309305 11176083456 360099 33554432000 4194304 4196468 140734735008496 139863560829040 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21655] ppid=21588 vsize=10914144 memory=1440396 CPUtime=1.9 cores=0,2,4,6
/proc/21591/task/21655/stat : 21655 (java) S 21588 21591 21303 0 -1 1077944384 16262 12851 0 0 178 4 5 3 20 0 15 0 64309305 11176083456 360099 33554432000 4194304 4196468 140734735008496 139863559776496 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21656] ppid=21588 vsize=10914144 memory=3828 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21656/stat : 21656 (java) S 21588 21591 21303 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 64309305 11176083456 360099 33554432000 4194304 4196468 140734735008496 139862584674912 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21657] ppid=21588 vsize=10914144 memory=2196 CPUtime=1.61 cores=0,2,4,6
/proc/21591/task/21657/stat : 21657 (java) S 21588 21591 21303 0 -1 1077944384 1251 12851 0 0 75 78 5 3 20 0 15 0 64309305 11176083456 360099 33554432000 4194304 4196468 140734735008496 139863558724400 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
Current children cumulated CPU time: 2488.08 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1440396 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.7 s]
/proc/loadavg: 1.99 1.54 1.45 3/218 21920
/proc/meminfo: memFree=13351560/32770624 swapFree=67108860/67108860
[pid=21591] ppid=21588 vsize=10914144 memory=1440396 CPUtime=2520.03 cores=0,2,4,6
/proc/21591/stat : 21591 (java) S 21588 21591 21303 0 -1 1077944320 262117 12851 0 0 251606 389 5 3 20 0 15 0 64309290 11176083456 360099 33554432000 4194304 4196468 140734735008496 140734734991040 139864103833335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
/proc/21591/statm: 2728536 360099 3527 1 0 2690189 0
[pid=21591/tid=21644] ppid=21588 vsize=10914144 memory=1440396 CPUtime=2445.66 cores=0,2,4,6
/proc/21591/task/21644/stat : 21644 (java) R 21588 21591 21303 0 -1 4202560 99988 12851 0 0 244501 57 5 3 20 0 15 0 64309299 11176083456 360099 33554432000 4194304 4196468 140734735008496 139864075667920 139863694586174 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21645] ppid=21588 vsize=10914144 memory=1440396 CPUtime=13.03 cores=0,2,4,6
/proc/21591/task/21645/stat : 21645 (java) S 21588 21591 21303 0 -1 1077944384 17522 12851 0 0 1234 61 5 3 20 0 15 0 64309300 11176083456 360099 33554432000 4194304 4196468 140734735008496 139864108075280 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21646] ppid=21588 vsize=10914144 memory=1440396 CPUtime=13.13 cores=0,2,4,6
/proc/21591/task/21646/stat : 21646 (java) S 21588 21591 21303 0 -1 1077944384 17119 12851 0 0 1242 63 5 3 20 0 15 0 64309300 11176083456 360099 33554432000 4194304 4196468 140734735008496 139864006965648 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21647] ppid=21588 vsize=10914144 memory=1440396 CPUtime=13.01 cores=0,2,4,6
/proc/21591/task/21647/stat : 21647 (java) S 21588 21591 21303 0 -1 1077944384 20104 12851 0 0 1229 64 5 3 20 0 15 0 64309300 11176083456 360099 33554432000 4194304 4196468 140734735008496 139864005913104 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21648] ppid=21588 vsize=10914144 memory=1438348 CPUtime=13.08 cores=0,2,4,6
/proc/21591/task/21648/stat : 21648 (java) S 21588 21591 21303 0 -1 1077944384 19619 12851 0 0 1234 66 5 3 20 0 15 0 64309300 11176083456 360099 33554432000 4194304 4196468 140734735008496 139864004860560 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21649] ppid=21588 vsize=10914144 memory=1440396 CPUtime=11.88 cores=0,2,4,6
/proc/21591/task/21649/stat : 21649 (java) S 21588 21591 21303 0 -1 1077944384 22943 12851 0 0 1125 55 5 3 20 0 15 0 64309301 11176083456 360099 33554432000 4194304 4196468 140734735008496 139863562934768 139864103844482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21650] ppid=21588 vsize=10914144 memory=1440396 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21650/stat : 21650 (java) S 21588 21591 21303 0 -1 1077944384 13 12851 0 0 0 0 5 3 20 0 15 0 64309302 11176083456 360099 33554432000 4194304 4196468 140734735008496 139862992741856 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21651] ppid=21588 vsize=10914144 memory=1440396 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21651/stat : 21651 (java) S 21588 21591 21303 0 -1 1077944384 2 12851 0 0 0 0 5 3 20 0 15 0 64309302 11176083456 360099 33554432000 4194304 4196468 140734735008496 139862858524160 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21652] ppid=21588 vsize=10914144 memory=1440396 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21652/stat : 21652 (java) S 21588 21591 21303 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 64309305 11176083456 360099 33554432000 4194304 4196468 140734735008496 139862618233552 139864103851931 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21653] ppid=21588 vsize=10914144 memory=3828 CPUtime=3.82 cores=0,2,4,6
/proc/21591/task/21653/stat : 21653 (java) S 21588 21591 21303 0 -1 1077944384 22384 12851 0 0 371 3 5 3 20 0 15 0 64309305 11176083456 360099 33554432000 4194304 4196468 140734735008496 139863561881584 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21654] ppid=21588 vsize=10914144 memory=1440396 CPUtime=3.51 cores=0,2,4,6
/proc/21591/task/21654/stat : 21654 (java) S 21588 21591 21303 0 -1 1077944384 22551 12851 0 0 337 6 5 3 20 0 15 0 64309305 11176083456 360099 33554432000 4194304 4196468 140734735008496 139863560829040 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21655] ppid=21588 vsize=10914144 memory=1200 CPUtime=1.9 cores=0,2,4,6
/proc/21591/task/21655/stat : 21655 (java) S 21588 21591 21303 0 -1 1077944384 16416 12851 0 0 178 4 5 3 20 0 15 0 64309305 11176083456 360099 33554432000 4194304 4196468 140734735008496 139863559776496 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21656] ppid=21588 vsize=10914144 memory=1440396 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21656/stat : 21656 (java) S 21588 21591 21303 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 64309305 11176083456 360099 33554432000 4194304 4196468 140734735008496 139862584674912 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21657] ppid=21588 vsize=10914144 memory=1440396 CPUtime=1.63 cores=0,2,4,6
/proc/21591/task/21657/stat : 21657 (java) S 21588 21591 21303 0 -1 1077944384 1257 12851 0 0 76 79 5 3 20 0 15 0 64309305 11176083456 360099 33554432000 4194304 4196468 140734735008496 139863558724400 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1440396 KiB

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

[startup+2473.73 s]
# the end of solver process 21591 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.14 s, system=3.94082 s

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

[startup+2473.7 s]
/proc/loadavg: 1.99 1.54 1.45 3/218 21920
/proc/meminfo: memFree=13351560/32770624 swapFree=67108860/67108860
[pid=21591] ppid=21588 vsize=10914144 memory=1440396 CPUtime=2520.03 cores=0,2,4,6
/proc/21591/stat : 21591 (java) S 21588 21591 21303 0 -1 1077944320 262117 12851 0 0 251606 389 5 3 20 0 15 0 64309290 11176083456 360099 33554432000 4194304 4196468 140734735008496 140734734991040 139864103833335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
/proc/21591/statm: 2728536 360099 3527 1 0 2690189 0
[pid=21591/tid=21644] ppid=21588 vsize=10914144 memory=1440396 CPUtime=2445.66 cores=0,2,4,6
/proc/21591/task/21644/stat : 21644 (java) R 21588 21591 21303 0 -1 4202560 99988 12851 0 0 244501 57 5 3 20 0 15 0 64309299 11176083456 360099 33554432000 4194304 4196468 140734735008496 139864075667920 139863694586174 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21645] ppid=21588 vsize=10914144 memory=1440396 CPUtime=13.03 cores=0,2,4,6
/proc/21591/task/21645/stat : 21645 (java) S 21588 21591 21303 0 -1 1077944384 17522 12851 0 0 1234 61 5 3 20 0 15 0 64309300 11176083456 360099 33554432000 4194304 4196468 140734735008496 139864108075280 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21646] ppid=21588 vsize=10914144 memory=1440396 CPUtime=13.13 cores=0,2,4,6
/proc/21591/task/21646/stat : 21646 (java) S 21588 21591 21303 0 -1 1077944384 17119 12851 0 0 1242 63 5 3 20 0 15 0 64309300 11176083456 360099 33554432000 4194304 4196468 140734735008496 139864006965648 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21647] ppid=21588 vsize=10914144 memory=1440396 CPUtime=13.01 cores=0,2,4,6
/proc/21591/task/21647/stat : 21647 (java) S 21588 21591 21303 0 -1 1077944384 20104 12851 0 0 1229 64 5 3 20 0 15 0 64309300 11176083456 360099 33554432000 4194304 4196468 140734735008496 139864005913104 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21648] ppid=21588 vsize=10914144 memory=1438348 CPUtime=13.08 cores=0,2,4,6
/proc/21591/task/21648/stat : 21648 (java) S 21588 21591 21303 0 -1 1077944384 19619 12851 0 0 1234 66 5 3 20 0 15 0 64309300 11176083456 360099 33554432000 4194304 4196468 140734735008496 139864004860560 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21649] ppid=21588 vsize=10914144 memory=1440396 CPUtime=11.88 cores=0,2,4,6
/proc/21591/task/21649/stat : 21649 (java) S 21588 21591 21303 0 -1 1077944384 22943 12851 0 0 1125 55 5 3 20 0 15 0 64309301 11176083456 360099 33554432000 4194304 4196468 140734735008496 139863562934768 139864103844482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21650] ppid=21588 vsize=10914144 memory=1440396 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21650/stat : 21650 (java) S 21588 21591 21303 0 -1 1077944384 13 12851 0 0 0 0 5 3 20 0 15 0 64309302 11176083456 360099 33554432000 4194304 4196468 140734735008496 139862992741856 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21651] ppid=21588 vsize=10914144 memory=1440396 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21651/stat : 21651 (java) S 21588 21591 21303 0 -1 1077944384 2 12851 0 0 0 0 5 3 20 0 15 0 64309302 11176083456 360099 33554432000 4194304 4196468 140734735008496 139862858524160 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21652] ppid=21588 vsize=10914144 memory=1440396 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21652/stat : 21652 (java) S 21588 21591 21303 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 64309305 11176083456 360099 33554432000 4194304 4196468 140734735008496 139862618233552 139864103851931 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21653] ppid=21588 vsize=10914144 memory=3828 CPUtime=3.82 cores=0,2,4,6
/proc/21591/task/21653/stat : 21653 (java) S 21588 21591 21303 0 -1 1077944384 22384 12851 0 0 371 3 5 3 20 0 15 0 64309305 11176083456 360099 33554432000 4194304 4196468 140734735008496 139863561881584 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21654] ppid=21588 vsize=10914144 memory=1440396 CPUtime=3.51 cores=0,2,4,6
/proc/21591/task/21654/stat : 21654 (java) S 21588 21591 21303 0 -1 1077944384 22551 12851 0 0 337 6 5 3 20 0 15 0 64309305 11176083456 360099 33554432000 4194304 4196468 140734735008496 139863560829040 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21655] ppid=21588 vsize=10914144 memory=1200 CPUtime=1.9 cores=0,2,4,6
/proc/21591/task/21655/stat : 21655 (java) S 21588 21591 21303 0 -1 1077944384 16416 12851 0 0 178 4 5 3 20 0 15 0 64309305 11176083456 360099 33554432000 4194304 4196468 140734735008496 139863559776496 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21656] ppid=21588 vsize=10914144 memory=1440396 CPUtime=0.08 cores=0,2,4,6
/proc/21591/task/21656/stat : 21656 (java) S 21588 21591 21303 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 64309305 11176083456 360099 33554432000 4194304 4196468 140734735008496 139862584674912 139864103843541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
[pid=21591/tid=21657] ppid=21588 vsize=10914144 memory=1440396 CPUtime=1.63 cores=0,2,4,6
/proc/21591/task/21657/stat : 21657 (java) S 21588 21591 21303 0 -1 1077944384 1257 12851 0 0 76 79 5 3 20 0 15 0 64309305 11176083456 360099 33554432000 4194304 4196468 140734735008496 139863558724400 139864103844482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38535168 140734735014511 140734735017308 140734735017308 140734735019983 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1440396 KiB

Child status: 143
Real time (s): 2473.73
CPU time (s): 2520.08
CPU user time (s): 2516.14
CPU system time (s): 3.94082
CPU usage (%): 101.874
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 1440396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.14
system time used= 3.94082
maximum resident set size= 1444532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275481
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 306303
involuntary context switches= 9408


# summary of solver processes directly reported to runsolver:
#   pid: 21591
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.14
#   total CPU system time (s): 3.94082

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6505 second user time and 24.3917 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-24 23:24:21
IDJOB=4294336
IDBENCH=141366
IDSOLVER=2750
FILE ID=node135/4294336-1532467461
RUNJOBID= node135-1532466475-21334
PBS_JOBID= 21021583
Free space on /tmp= 48344 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-16_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294336-1532467461/watcher-4294336-1532467461 -o /tmp/evaluation-result-4294336-1532467461/solver-4294336-1532467461 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532466475-21334 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=976341597 HOME/instance-4294336-1532467461.xml

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

MD5SUM BENCH= 056eb1ebd10e8d59a6677e448014ff35
RANDOM SEED=976341597

node135.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.50
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.50
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.50
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.50
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:        14826876 kB
MemAvailable:   30847500 kB
Buffers:          214108 kB
Cached:         15856424 kB
SwapCached:            0 kB
Active:          3555192 kB
Inactive:       13658436 kB
Active(anon):    1092696 kB
Inactive(anon):    69904 kB
Active(file):    2462496 kB
Inactive(file): 13588532 kB
Unevictable:        7196 kB
Mlocked:            7196 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26428 kB
Writeback:             0 kB
AnonPages:       1150068 kB
Mapped:            51872 kB
Shmem:             17056 kB
Slab:             426420 kB
SReclaimable:     398056 kB
SUnreclaim:        28364 kB
KernelStack:        3600 kB
PageTables:         7460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2138704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    966656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48316 MiB
End job on node135 at 2018-07-25 00:05:35