Trace number 4294344

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)111 2520.1 2473.83

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-13_c18.xml
MD5SUM66cce14b45be89e007abc3e2885e8941
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark107
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables182
Number of constraints79
Number of domains2
Minimum domain size169
Maximum domain size170
Distribution of domain sizes[{"size":169,"count":78},{"size":170,"count":13}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":91},{"degree":2,"count":78},{"degree":12,"count":12},{"degree":13,"count":1}]
Minimum constraint arity3
Maximum constraint arity78
Distribution of constraint arities[{"arity":3,"count":78},{"arity":78,"count":1}]
Number of extensional constraints0
Number of intensional constraints78
Distribution of constraint types[{"type":"intension","count":78},{"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.01/0.75	c Concrete v3.8.1528841891564 running
9.86/4.42	o 157
9.86/4.50	o 155
10.15/4.51	o 154
10.48/4.70	o 152
10.72/4.71	o 151
10.72/4.76	o 148
10.72/4.77	o 145
10.72/4.78	o 143
10.72/4.79	o 139
11.67/5.33	o 134
12.20/5.60	o 127
12.68/6.04	o 126
13.76/7.04	o 124
14.05/7.24	o 123
70.89/62.96	o 122
75.70/67.05	o 118
78.25/69.26	o 117
265.58/254.12	o 115
599.28/583.18	o 114
878.71/858.48	o 113
1601.51/1570.18	o 112
2035.48/1997.28	o 111
2520.06/2473.80	Exception in thread "main" java.util.concurrent.TimeoutException
2520.06/2473.80		at concrete.MAC.mac(MAC.scala:188)
2520.06/2473.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2473.80		at scala.util.Try$.apply(Try.scala:209)
2520.06/2473.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2473.80		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2473.80		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2473.80		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2473.81		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2473.81		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2473.81		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2473.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2473.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2473.81		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2473.81		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2473.81		at concrete.MAC.nextSolution(MAC.scala:355)
2520.06/2473.81		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2473.81		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.06/2473.81		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.06/2473.81		at concrete.Solver.foreach(Solver.scala:68)
2520.06/2473.81		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.06/2473.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2473.81		at scala.util.Success.map(Try.scala:209)
2520.06/2473.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2473.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2473.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2473.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2473.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2473.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2473.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2473.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2473.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2473.81		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2473.81		at scala.App.main(App.scala:76)
2520.06/2473.81		at scala.App.main$(App.scala:74)
2520.06/2473.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2473.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2473.81	v <instantiation cost="111">
2520.06/2473.81	v       <list>
2520.06/2473.81	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] 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[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[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[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[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[4][12] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[5][12] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[6][12] y[7][8] y[7][9] y[7][10] y[7][11] y[7][12] y[8][9] y[8][10] y[8][11] y[8][12] y[9][10] y[9][11] y[9][12] y[10][11] y[10][12] y[11][12]
2520.06/2473.81	v       </list>
2520.06/2473.81	v       <values>
2520.06/2473.81	v         1 5 13 19 26 53 64 69 79 88 108 110 111 4 12 18 25 52 63 68 78 87 107 109 110 8 14 21 48 59 64 74 83 103 105 106 6 13 40 51 56 66 75 95 97 98 7 34 45 50 60 69 89 91 92 27 38 43 53 62 82 84 85 11 16 26 35 55 57 58 5 15 24 44 46 47 10 19 39 41 42 9 29 31 32 20 22 23 2 3 1
2520.06/2473.81	v       </values>
2520.06/2473.81	v     </instantiation>
2520.06/2473.81	s SATISFIABLE

Verifier Data

OK	111

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294344-1532468882/watcher-4294344-1532468882 -o /tmp/evaluation-result-4294344-1532468882/solver-4294344-1532468882 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19937 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=230262696 HOME/instance-4294344-1532468882.xml 

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

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

solver pid=20499, runsolver pid=20496

[startup+0.100057 s]*
/proc/loadavg: 1.33 1.32 1.35 3/210 20556
/proc/meminfo: memFree=19439012/32770624 swapFree=67108860/67108860
[pid=20499] ppid=20496 vsize=9972712 memory=20900 CPUtime=0.09 cores=1,3,5,7
/proc/20499/stat : 20499 (java) S 20496 20499 19905 0 -1 1077944320 4377 12820 0 0 1 0 5 3 20 0 6 0 64451397 10212057088 5225 33554432000 4194304 4196468 140728903267808 140728903250352 140505579896567 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
/proc/20499/statm: 2493178 5225 1934 1 0 2481616 0
[pid=20499/tid=20552] ppid=20496 vsize=9972712 memory=4628411388058700198 CPUtime=0.09 cores=1,3,5,7
/proc/20499/task/20552/stat : 20552 (java) R 20496 20499 19905 0 -1 4202560 2183 12820 0 0 1 0 5 3 20 0 6 0 64451406 10212057088 5225 33554432000 4194304 4196468 140728903267808 140505551733328 140505565579093 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20553] ppid=20496 vsize=9972712 memory=5793854985072605625 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20553/stat : 20553 (java) S 20496 20499 19905 0 -1 1077944384 1 12820 0 0 0 0 5 3 20 0 6 0 64451407 10212057088 5225 33554432000 4194304 4196468 140728903267808 140505584139024 140505579906773 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20554] ppid=20496 vsize=9972712 memory=139734062712448 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20554/stat : 20554 (java) S 20496 20499 19905 0 -1 1077944384 1 12820 0 0 0 0 5 3 20 0 6 0 64451407 10212057088 5225 33554432000 4194304 4196468 140728903267808 140505498958736 140505579906773 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20555] ppid=20496 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20555/stat : 20555 (java) S 20496 20499 19905 0 -1 1077944384 1 12820 0 0 0 0 5 3 20 0 6 0 64451407 10212057088 5225 33554432000 4194304 4196468 140728903267808 140505497906192 140505579906773 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20556] ppid=20496 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20556/stat : 20556 (java) S 20496 20499 19905 0 -1 1077944384 2 12820 0 0 0 0 5 3 20 0 6 0 64451407 10212057088 5225 33554432000 4194304 4196468 140728903267808 140505496853648 140505579906773 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 20900 KiB

[startup+0.432755 s]*
/proc/loadavg: 1.33 1.32 1.35 5/219 20565
/proc/meminfo: memFree=19405232/32770624 swapFree=67108860/67108860
[pid=20499] ppid=20496 vsize=10819352 memory=62108 CPUtime=0.59 cores=1,3,5,7
/proc/20499/stat : 20499 (java) S 20496 20499 19905 0 -1 1077944320 11560 12820 0 0 47 4 5 3 20 0 15 0 64451397 11079016448 15527 33554432000 4194304 4196468 140728903267808 140728903250352 140505579896567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
/proc/20499/statm: 2704838 15527 3135 1 0 2667149 0
[pid=20499/tid=20552] ppid=20496 vsize=10819352 memory=-8540663193526752614 CPUtime=0.41 cores=1,3,5,7
/proc/20499/task/20552/stat : 20552 (java) R 20496 20499 19905 0 -1 4202560 7978 12820 0 0 31 2 5 3 20 0 15 0 64451406 11079016448 15527 33554432000 4194304 4196468 140728903267808 140505551717856 140505566103184 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20553] ppid=20496 vsize=10819352 memory=4211973460267502986 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20553/stat : 20553 (java) S 20496 20499 19905 0 -1 1077944384 1 12820 0 0 0 0 5 3 20 0 15 0 64451407 11079016448 15527 33554432000 4194304 4196468 140728903267808 140505584139024 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20554] ppid=20496 vsize=10819352 memory=139734062712448 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20554/stat : 20554 (java) S 20496 20499 19905 0 -1 1077944384 1 12820 0 0 0 0 5 3 20 0 15 0 64451407 11079016448 15527 33554432000 4194304 4196468 140728903267808 140505498958736 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20555] ppid=20496 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20555/stat : 20555 (java) S 20496 20499 19905 0 -1 1077944384 1 12820 0 0 0 0 5 3 20 0 15 0 64451407 11079016448 15527 33554432000 4194304 4196468 140728903267808 140505497906192 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20556] ppid=20496 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20556/stat : 20556 (java) S 20496 20499 19905 0 -1 1077944384 2 12820 0 0 0 0 5 3 20 0 15 0 64451407 11079016448 15527 33554432000 4194304 4196468 140728903267808 140505496853648 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20557] ppid=20496 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20557/stat : 20557 (java) S 20496 20499 19905 0 -1 1077944384 2 12820 0 0 0 0 5 3 20 0 15 0 64451408 11079016448 15527 33554432000 4194304 4196468 140728903267808 140505106589680 140505579907714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20558] ppid=20496 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20558/stat : 20558 (java) S 20496 20499 19905 0 -1 1077944384 13 12820 0 0 0 0 5 3 20 0 15 0 64451409 11079016448 15527 33554432000 4194304 4196468 140728903267808 140505023243168 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20559] ppid=20496 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20559/stat : 20559 (java) S 20496 20499 19905 0 -1 1077944384 1 12820 0 0 0 0 5 3 20 0 15 0 64451409 11079016448 15527 33554432000 4194304 4196468 140728903267808 140504419263472 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20560] ppid=20496 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20560/stat : 20560 (java) S 20496 20499 19905 0 -1 1077944384 3 12820 0 0 0 0 5 3 20 0 15 0 64451411 11079016448 15527 33554432000 4194304 4196468 140728903267808 140504111864016 140505579915163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20561] ppid=20496 vsize=10819352 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/20499/task/20561/stat : 20561 (java) S 20496 20499 19905 0 -1 1077944384 440 12820 0 0 3 0 5 3 20 0 15 0 64451411 11079016448 15527 33554432000 4194304 4196468 140728903267808 140505105537520 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20562] ppid=20496 vsize=10819352 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/20499/task/20562/stat : 20562 (java) S 20496 20499 19905 0 -1 1077944384 261 12820 0 0 3 0 5 3 20 0 15 0 64451411 11079016448 15527 33554432000 4194304 4196468 140728903267808 140505104484976 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20563] ppid=20496 vsize=10819352 memory=139734062712448 CPUtime=0.17 cores=1,3,5,7
/proc/20499/task/20563/stat : 20563 (java) S 20496 20499 19905 0 -1 1077944384 660 12820 0 0 9 0 5 3 20 0 15 0 64451412 11079016448 15527 33554432000 4194304 4196468 140728903267808 140505103432432 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20564] ppid=20496 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20564/stat : 20564 (java) S 20496 20499 19905 0 -1 1077944384 3 12820 0 0 0 0 5 3 20 0 15 0 64451412 11079016448 15527 33554432000 4194304 4196468 140728903267808 140504078306400 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20565] ppid=20496 vsize=10819352 memory=139734062712448 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20565/stat : 20565 (java) S 20496 20499 19905 0 -1 1077944384 1 12820 0 0 0 0 5 3 20 0 15 0 64451412 11079016448 15527 33554432000 4194304 4196468 140728903267808 140505102379312 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 62108 KiB

[startup+0.510631 s]*
/proc/loadavg: 1.33 1.32 1.35 3/219 20565
/proc/meminfo: memFree=19403116/32770624 swapFree=67108860/67108860
[pid=20499] ppid=20496 vsize=10819352 memory=64884 CPUtime=0.68 cores=1,3,5,7
/proc/20499/stat : 20499 (java) S 20496 20499 19905 0 -1 1077944320 11788 12820 0 0 56 4 5 3 20 0 15 0 64451397 11079016448 16221 33554432000 4194304 4196468 140728903267808 140728903250352 140505579896567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
/proc/20499/statm: 2704838 16221 3136 1 0 2667149 0
[pid=20499/tid=20552] ppid=20496 vsize=10819352 memory=6791534058613427641 CPUtime=0.49 cores=1,3,5,7
/proc/20499/task/20552/stat : 20552 (java) R 20496 20499 19905 0 -1 4202560 8199 12820 0 0 38 3 5 3 20 0 15 0 64451406 11079016448 16221 33554432000 4194304 4196468 140728903267808 140505551722544 140505563977054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20553] ppid=20496 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20553/stat : 20553 (java) S 20496 20499 19905 0 -1 1077944384 1 12820 0 0 0 0 5 3 20 0 15 0 64451407 11079016448 16221 33554432000 4194304 4196468 140728903267808 140505584139024 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20554] ppid=20496 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20554/stat : 20554 (java) S 20496 20499 19905 0 -1 1077944384 1 12820 0 0 0 0 5 3 20 0 15 0 64451407 11079016448 16221 33554432000 4194304 4196468 140728903267808 140505498958736 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20555] ppid=20496 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20555/stat : 20555 (java) S 20496 20499 19905 0 -1 1077944384 1 12820 0 0 0 0 5 3 20 0 15 0 64451407 11079016448 16221 33554432000 4194304 4196468 140728903267808 140505497906192 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20556] ppid=20496 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20556/stat : 20556 (java) S 20496 20499 19905 0 -1 1077944384 2 12820 0 0 0 0 5 3 20 0 15 0 64451407 11079016448 16221 33554432000 4194304 4196468 140728903267808 140505496853648 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20557] ppid=20496 vsize=10819352 memory=139734062712447 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20557/stat : 20557 (java) S 20496 20499 19905 0 -1 1077944384 2 12820 0 0 0 0 5 3 20 0 15 0 64451408 11079016448 16221 33554432000 4194304 4196468 140728903267808 140505106589680 140505579907714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20558] ppid=20496 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20558/stat : 20558 (java) S 20496 20499 19905 0 -1 1077944384 13 12820 0 0 0 0 5 3 20 0 15 0 64451409 11079016448 16221 33554432000 4194304 4196468 140728903267808 140505023243168 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20559] ppid=20496 vsize=10819352 memory=139734062712448 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20559/stat : 20559 (java) S 20496 20499 19905 0 -1 1077944384 1 12820 0 0 0 0 5 3 20 0 15 0 64451409 11079016448 16221 33554432000 4194304 4196468 140728903267808 140504419263472 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20560] ppid=20496 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20560/stat : 20560 (java) S 20496 20499 19905 0 -1 1077944384 3 12820 0 0 0 0 5 3 20 0 15 0 64451411 11079016448 16221 33554432000 4194304 4196468 140728903267808 140504111864016 140505579915163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20561] ppid=20496 vsize=10819352 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/20499/task/20561/stat : 20561 (java) S 20496 20499 19905 0 -1 1077944384 440 12820 0 0 3 0 5 3 20 0 15 0 64451411 11079016448 16221 33554432000 4194304 4196468 140728903267808 140505105537520 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20562] ppid=20496 vsize=10819352 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/20499/task/20562/stat : 20562 (java) S 20496 20499 19905 0 -1 1077944384 261 12820 0 0 3 0 5 3 20 0 15 0 64451411 11079016448 16221 33554432000 4194304 4196468 140728903267808 140505104484976 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20563] ppid=20496 vsize=10819352 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/20499/task/20563/stat : 20563 (java) S 20496 20499 19905 0 -1 1077944384 667 12820 0 0 10 0 5 3 20 0 15 0 64451412 11079016448 16221 33554432000 4194304 4196468 140728903267808 140505103432432 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20564] ppid=20496 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20564/stat : 20564 (java) S 20496 20499 19905 0 -1 1077944384 3 12820 0 0 0 0 5 3 20 0 15 0 64451412 11079016448 16221 33554432000 4194304 4196468 140728903267808 140504078306400 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20565] ppid=20496 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20565/stat : 20565 (java) S 20496 20499 19905 0 -1 1077944384 1 12820 0 0 0 0 5 3 20 0 15 0 64451412 11079016448 16221 33554432000 4194304 4196468 140728903267808 140505102379312 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 64884 KiB

[startup+0.710495 s]*
/proc/loadavg: 1.33 1.32 1.35 3/219 20565
/proc/meminfo: memFree=19383296/32770624 swapFree=67108860/67108860
[pid=20499] ppid=20496 vsize=10819352 memory=88204 CPUtime=1.01 cores=1,3,5,7
/proc/20499/stat : 20499 (java) S 20496 20499 19905 0 -1 1077944320 16712 12820 0 0 88 5 5 3 20 0 15 0 64451397 11079016448 22051 33554432000 4194304 4196468 140728903267808 140728903250352 140505579896567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
/proc/20499/statm: 2704838 22051 3237 1 0 2667149 0
[pid=20499/tid=20552] ppid=20496 vsize=10819352 memory=6791534058613427641 CPUtime=0.69 cores=1,3,5,7
/proc/20499/task/20552/stat : 20552 (java) R 20496 20499 19905 0 -1 4202560 12213 12820 0 0 57 4 5 3 20 0 15 0 64451406 11079016448 22051 33554432000 4194304 4196468 140728903267808 140505551717392 140505561460119 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20553] ppid=20496 vsize=10819352 memory=-7003737579269690708 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20553/stat : 20553 (java) S 20496 20499 19905 0 -1 1077944384 1 12820 0 0 0 0 5 3 20 0 15 0 64451407 11079016448 22051 33554432000 4194304 4196468 140728903267808 140505584139024 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20554] ppid=20496 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20554/stat : 20554 (java) S 20496 20499 19905 0 -1 1077944384 1 12820 0 0 0 0 5 3 20 0 15 0 64451407 11079016448 22051 33554432000 4194304 4196468 140728903267808 140505498958736 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20555] ppid=20496 vsize=10819352 memory=3720 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20555/stat : 20555 (java) S 20496 20499 19905 0 -1 1077944384 1 12820 0 0 0 0 5 3 20 0 15 0 64451407 11079016448 22051 33554432000 4194304 4196468 140728903267808 140505497906192 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20556] ppid=20496 vsize=10819352 memory=249656 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20556/stat : 20556 (java) S 20496 20499 19905 0 -1 1077944384 2 12820 0 0 0 0 5 3 20 0 15 0 64451407 11079016448 22051 33554432000 4194304 4196468 140728903267808 140505496853648 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20557] ppid=20496 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20557/stat : 20557 (java) S 20496 20499 19905 0 -1 1077944384 6 12820 0 0 0 0 5 3 20 0 15 0 64451408 11079016448 22051 33554432000 4194304 4196468 140728903267808 140505106589680 140505579907714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20558] ppid=20496 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20558/stat : 20558 (java) S 20496 20499 19905 0 -1 1077944384 13 12820 0 0 0 0 5 3 20 0 15 0 64451409 11079016448 22051 33554432000 4194304 4196468 140728903267808 140505023243168 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20559] ppid=20496 vsize=10819352 memory=2 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20559/stat : 20559 (java) S 20496 20499 19905 0 -1 1077944384 1 12820 0 0 0 0 5 3 20 0 15 0 64451409 11079016448 22051 33554432000 4194304 4196468 140728903267808 140504419263472 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20560] ppid=20496 vsize=10819352 memory=60 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20560/stat : 20560 (java) S 20496 20499 19905 0 -1 1077944384 3 12820 0 0 0 0 5 3 20 0 15 0 64451411 11079016448 22051 33554432000 4194304 4196468 140728903267808 140504111864016 140505579915163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20561] ppid=20496 vsize=10819352 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/20499/task/20561/stat : 20561 (java) S 20496 20499 19905 0 -1 1077944384 788 12820 0 0 7 0 5 3 20 0 15 0 64451411 11079016448 22051 33554432000 4194304 4196468 140728903267808 140505105537520 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20562] ppid=20496 vsize=10819352 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/20499/task/20562/stat : 20562 (java) S 20496 20499 19905 0 -1 1077944384 783 12820 0 0 10 0 5 3 20 0 15 0 64451411 11079016448 22051 33554432000 4194304 4196468 140728903267808 140505104484976 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20563] ppid=20496 vsize=10819352 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/20499/task/20563/stat : 20563 (java) S 20496 20499 19905 0 -1 1077944384 703 12820 0 0 13 0 5 3 20 0 15 0 64451412 11079016448 22051 33554432000 4194304 4196468 140728903267808 140505103432432 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20564] ppid=20496 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20564/stat : 20564 (java) S 20496 20499 19905 0 -1 1077944384 3 12820 0 0 0 0 5 3 20 0 15 0 64451412 11079016448 22051 33554432000 4194304 4196468 140728903267808 140504078306400 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20565] ppid=20496 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20565/stat : 20565 (java) S 20496 20499 19905 0 -1 1077944384 1 12820 0 0 0 0 5 3 20 0 15 0 64451412 11079016448 22051 33554432000 4194304 4196468 140728903267808 140505102379312 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88204 KiB

[startup+1.50156 s]
/proc/loadavg: 1.33 1.32 1.35 4/219 20565
/proc/meminfo: memFree=19342960/32770624 swapFree=67108860/67108860
[pid=20499] ppid=20496 vsize=10834252 memory=179076 CPUtime=2.28 cores=1,3,5,7
/proc/20499/stat : 20499 (java) S 20496 20499 19905 0 -1 1077944320 23938 12820 0 0 210 10 5 3 20 0 15 0 64451397 11094274048 44769 33554432000 4194304 4196468 140728903267808 140728903250352 140505579896567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
/proc/20499/statm: 2708563 44769 3465 1 0 2670221 0
[pid=20499/tid=20552] ppid=20496 vsize=10834252 memory=116980 CPUtime=1.43 cores=1,3,5,7
/proc/20499/task/20552/stat : 20552 (java) R 20496 20499 19905 0 -1 4202560 17896 12820 0 0 129 6 5 3 20 0 15 0 64451406 11094274048 44769 33554432000 4194304 4196468 140728903267808 140505551700312 140505565577781 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20553] ppid=20496 vsize=10834252 memory=5790086053191909267 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20553/stat : 20553 (java) S 20496 20499 19905 0 -1 1077944384 23 12820 0 0 0 0 5 3 20 0 15 0 64451407 11094274048 44769 33554432000 4194304 4196468 140728903267808 140505584139024 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20554] ppid=20496 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20554/stat : 20554 (java) S 20496 20499 19905 0 -1 1077944384 237 12820 0 0 0 0 5 3 20 0 15 0 64451407 11094274048 44769 33554432000 4194304 4196468 140728903267808 140505498958736 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20555] ppid=20496 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20499/task/20555/stat : 20555 (java) S 20496 20499 19905 0 -1 1077944384 65 12820 0 0 1 0 5 3 20 0 15 0 64451407 11094274048 44769 33554432000 4194304 4196468 140728903267808 140505497906192 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20556] ppid=20496 vsize=10834252 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20556/stat : 20556 (java) S 20496 20499 19905 0 -1 1077944384 30 12820 0 0 0 0 5 3 20 0 15 0 64451407 11094274048 44769 33554432000 4194304 4196468 140728903267808 140505496853648 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20557] ppid=20496 vsize=10834252 memory=8 CPUtime=0.09 cores=1,3,5,7
/proc/20499/task/20557/stat : 20557 (java) S 20496 20499 19905 0 -1 1077944384 66 12820 0 0 1 0 5 3 20 0 15 0 64451408 11094274048 44769 33554432000 4194304 4196468 140728903267808 140505106589680 140505579907714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20558] ppid=20496 vsize=10834252 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20558/stat : 20558 (java) S 20496 20499 19905 0 -1 1077944384 13 12820 0 0 0 0 5 3 20 0 15 0 64451409 11094274048 44769 33554432000 4194304 4196468 140728903267808 140505023243232 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20559] ppid=20496 vsize=10834252 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20559/stat : 20559 (java) S 20496 20499 19905 0 -1 1077944384 3 12820 0 0 0 0 5 3 20 0 15 0 64451409 11094274048 44769 33554432000 4194304 4196468 140728903267808 140504419263488 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20560] ppid=20496 vsize=10834252 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20560/stat : 20560 (java) S 20496 20499 19905 0 -1 1077944384 3 12820 0 0 0 0 5 3 20 0 15 0 64451411 11094274048 44769 33554432000 4194304 4196468 140728903267808 140504111864016 140505579915163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20561] ppid=20496 vsize=10834252 memory=8 CPUtime=0.25 cores=1,3,5,7
/proc/20499/task/20561/stat : 20561 (java) S 20496 20499 19905 0 -1 1077944384 942 12820 0 0 17 0 5 3 20 0 15 0 64451411 11094274048 44769 33554432000 4194304 4196468 140728903267808 140505105537520 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20562] ppid=20496 vsize=10834252 memory=8 CPUtime=0.32 cores=1,3,5,7
/proc/20499/task/20562/stat : 20562 (java) S 20496 20499 19905 0 -1 1077944384 1235 12820 0 0 24 0 5 3 20 0 15 0 64451411 11094274048 44769 33554432000 4194304 4196468 140728903267808 140505104484976 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20563] ppid=20496 vsize=10834252 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/20499/task/20563/stat : 20563 (java) S 20496 20499 19905 0 -1 1077944384 1228 12820 0 0 31 0 5 3 20 0 15 0 64451412 11094274048 44769 33554432000 4194304 4196468 140728903267808 140505103432432 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20564] ppid=20496 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20564/stat : 20564 (java) S 20496 20499 19905 0 -1 1077944384 3 12820 0 0 0 0 5 3 20 0 15 0 64451412 11094274048 44769 33554432000 4194304 4196468 140728903267808 140504078306400 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20565] ppid=20496 vsize=10834252 memory=139733942569920 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20565/stat : 20565 (java) S 20496 20499 19905 0 -1 1077944384 1 12820 0 0 0 0 5 3 20 0 15 0 64451412 11094274048 44769 33554432000 4194304 4196468 140728903267808 140505102379312 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10834252 KiB

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

/proc/20499/task/20552/stat : 20552 (java) R 20496 20499 19905 0 -1 4202560 92394 12820 0 0 229574 58 5 3 20 0 15 0 64451406 11176083456 280008 33554432000 4194304 4196468 140728903267808 140505551731168 140505186868679 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20553] ppid=20496 vsize=10914144 memory=1120032 CPUtime=12.07 cores=1,3,5,7
/proc/20499/task/20553/stat : 20553 (java) S 20496 20499 19905 0 -1 1077944384 13436 12820 0 0 1140 59 5 3 20 0 15 0 64451407 11176083456 280008 33554432000 4194304 4196468 140728903267808 140505584139024 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20554] ppid=20496 vsize=10914144 memory=1120032 CPUtime=12.11 cores=1,3,5,7
/proc/20499/task/20554/stat : 20554 (java) S 20496 20499 19905 0 -1 1077944384 17286 12820 0 0 1145 58 5 3 20 0 15 0 64451407 11176083456 280008 33554432000 4194304 4196468 140728903267808 140505498958736 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20555] ppid=20496 vsize=10914144 memory=1120032 CPUtime=12.08 cores=1,3,5,7
/proc/20499/task/20555/stat : 20555 (java) S 20496 20499 19905 0 -1 1077944384 10552 12820 0 0 1141 59 5 3 20 0 15 0 64451407 11176083456 280008 33554432000 4194304 4196468 140728903267808 140505497906192 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20556] ppid=20496 vsize=10914144 memory=4036 CPUtime=12.11 cores=1,3,5,7
/proc/20499/task/20556/stat : 20556 (java) S 20496 20499 19905 0 -1 1077944384 15746 12820 0 0 1143 60 5 3 20 0 15 0 64451407 11176083456 280008 33554432000 4194304 4196468 140728903267808 140505496853648 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20557] ppid=20496 vsize=10914144 memory=1120032 CPUtime=11.25 cores=1,3,5,7
/proc/20499/task/20557/stat : 20557 (java) S 20496 20499 19905 0 -1 1077944384 15236 12820 0 0 1060 57 5 3 20 0 15 0 64451408 11176083456 280008 33554432000 4194304 4196468 140728903267808 140505106589680 140505579907714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20558] ppid=20496 vsize=10914144 memory=1120032 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20558/stat : 20558 (java) S 20496 20499 19905 0 -1 1077944384 13 12820 0 0 0 0 5 3 20 0 15 0 64451409 11176083456 280008 33554432000 4194304 4196468 140728903267808 140505023243232 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20559] ppid=20496 vsize=10914144 memory=4036 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20559/stat : 20559 (java) S 20496 20499 19905 0 -1 1077944384 3 12820 0 0 0 0 5 3 20 0 15 0 64451409 11176083456 280008 33554432000 4194304 4196468 140728903267808 140504419263488 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20560] ppid=20496 vsize=10914144 memory=796 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20560/stat : 20560 (java) S 20496 20499 19905 0 -1 1077944384 3 12820 0 0 0 0 5 3 20 0 15 0 64451411 11176083456 280008 33554432000 4194304 4196468 140728903267808 140504111864016 140505579915163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20561] ppid=20496 vsize=10914144 memory=1700 CPUtime=3.44 cores=1,3,5,7
/proc/20499/task/20561/stat : 20561 (java) S 20496 20499 19905 0 -1 1077944384 20664 12820 0 0 333 3 5 3 20 0 15 0 64451411 11176083456 280008 33554432000 4194304 4196468 140728903267808 140505105537520 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20562] ppid=20496 vsize=10914144 memory=2336 CPUtime=3.95 cores=1,3,5,7
/proc/20499/task/20562/stat : 20562 (java) S 20496 20499 19905 0 -1 1077944384 28325 12820 0 0 384 3 5 3 20 0 15 0 64451411 11176083456 280008 33554432000 4194304 4196468 140728903267808 140505104484976 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20563] ppid=20496 vsize=10914144 memory=1572 CPUtime=1.82 cores=1,3,5,7
/proc/20499/task/20563/stat : 20563 (java) S 20496 20499 19905 0 -1 1077944384 20228 12820 0 0 170 4 5 3 20 0 15 0 64451412 11176083456 280008 33554432000 4194304 4196468 140728903267808 140505103432432 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20564] ppid=20496 vsize=10914144 memory=1120032 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20564/stat : 20564 (java) S 20496 20499 19905 0 -1 1077944384 3 12820 0 0 0 0 5 3 20 0 15 0 64451412 11176083456 280008 33554432000 4194304 4196468 140728903267808 140504078306400 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20565] ppid=20496 vsize=10914144 memory=4036 CPUtime=1.46 cores=1,3,5,7
/proc/20499/task/20565/stat : 20565 (java) S 20496 20499 19905 0 -1 1077944384 1863 12820 0 0 57 81 5 3 20 0 15 0 64451412 11176083456 280008 33554432000 4194304 4196468 140728903267808 140505102379312 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
Current children cumulated CPU time: 2366.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1120032 KiB

[startup+2382.31 s]
/proc/loadavg: 1.22 1.37 1.39 3/219 20945
/proc/meminfo: memFree=18677664/32770624 swapFree=67108860/67108860
[pid=20499] ppid=20496 vsize=10914144 memory=1120032 CPUtime=2427.05 cores=1,3,5,7
/proc/20499/stat : 20499 (java) S 20496 20499 19905 0 -1 1077944320 239745 12820 0 0 242314 383 5 3 20 0 15 0 64451397 11176083456 280008 33554432000 4194304 4196468 140728903267808 140728903250352 140505579896567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
/proc/20499/statm: 2728536 280008 3527 1 0 2690189 0
[pid=20499/tid=20552] ppid=20496 vsize=10914144 memory=1120032 CPUtime=2355.74 cores=1,3,5,7
/proc/20499/task/20552/stat : 20552 (java) R 20496 20499 19905 0 -1 4202560 93149 12820 0 0 235507 59 5 3 20 0 15 0 64451406 11176083456 280008 33554432000 4194304 4196468 140728903267808 140505551731296 140505186974929 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20553] ppid=20496 vsize=10914144 memory=1120032 CPUtime=12.4 cores=1,3,5,7
/proc/20499/task/20553/stat : 20553 (java) S 20496 20499 19905 0 -1 1077944384 13531 12820 0 0 1172 60 5 3 20 0 15 0 64451407 11176083456 280008 33554432000 4194304 4196468 140728903267808 140505584139024 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20554] ppid=20496 vsize=10914144 memory=1120032 CPUtime=12.43 cores=1,3,5,7
/proc/20499/task/20554/stat : 20554 (java) S 20496 20499 19905 0 -1 1077944384 17341 12820 0 0 1177 58 5 3 20 0 15 0 64451407 11176083456 280008 33554432000 4194304 4196468 140728903267808 140505498958736 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20555] ppid=20496 vsize=10914144 memory=1120032 CPUtime=12.41 cores=1,3,5,7
/proc/20499/task/20555/stat : 20555 (java) S 20496 20499 19905 0 -1 1077944384 10617 12820 0 0 1172 61 5 3 20 0 15 0 64451407 11176083456 280008 33554432000 4194304 4196468 140728903267808 140505497906192 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20556] ppid=20496 vsize=10914144 memory=1120032 CPUtime=12.43 cores=1,3,5,7
/proc/20499/task/20556/stat : 20556 (java) S 20496 20499 19905 0 -1 1077944384 16172 12820 0 0 1174 61 5 3 20 0 15 0 64451407 11176083456 280008 33554432000 4194304 4196468 140728903267808 140505496853648 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20557] ppid=20496 vsize=10914144 memory=1120032 CPUtime=11.54 cores=1,3,5,7
/proc/20499/task/20557/stat : 20557 (java) S 20496 20499 19905 0 -1 1077944384 15604 12820 0 0 1088 58 5 3 20 0 15 0 64451408 11176083456 280008 33554432000 4194304 4196468 140728903267808 140505106589680 140505579907714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20558] ppid=20496 vsize=10914144 memory=1700 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20558/stat : 20558 (java) S 20496 20499 19905 0 -1 1077944384 13 12820 0 0 0 0 5 3 20 0 15 0 64451409 11176083456 280008 33554432000 4194304 4196468 140728903267808 140505023243232 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20559] ppid=20496 vsize=10914144 memory=1120032 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20559/stat : 20559 (java) S 20496 20499 19905 0 -1 1077944384 3 12820 0 0 0 0 5 3 20 0 15 0 64451409 11176083456 280008 33554432000 4194304 4196468 140728903267808 140504419263488 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20560] ppid=20496 vsize=10914144 memory=1120032 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20560/stat : 20560 (java) S 20496 20499 19905 0 -1 1077944384 3 12820 0 0 0 0 5 3 20 0 15 0 64451411 11176083456 280008 33554432000 4194304 4196468 140728903267808 140504111864016 140505579915163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20561] ppid=20496 vsize=10914144 memory=1120032 CPUtime=3.44 cores=1,3,5,7
/proc/20499/task/20561/stat : 20561 (java) S 20496 20499 19905 0 -1 1077944384 20666 12820 0 0 333 3 5 3 20 0 15 0 64451411 11176083456 280008 33554432000 4194304 4196468 140728903267808 140505105537520 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20562] ppid=20496 vsize=10914144 memory=1120032 CPUtime=3.95 cores=1,3,5,7
/proc/20499/task/20562/stat : 20562 (java) S 20496 20499 19905 0 -1 1077944384 28327 12820 0 0 384 3 5 3 20 0 15 0 64451411 11176083456 280008 33554432000 4194304 4196468 140728903267808 140505104484976 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20563] ppid=20496 vsize=10914144 memory=1120032 CPUtime=1.82 cores=1,3,5,7
/proc/20499/task/20563/stat : 20563 (java) S 20496 20499 19905 0 -1 1077944384 20230 12820 0 0 170 4 5 3 20 0 15 0 64451412 11176083456 280008 33554432000 4194304 4196468 140728903267808 140505103432432 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20564] ppid=20496 vsize=10914144 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20564/stat : 20564 (java) S 20496 20499 19905 0 -1 1077944384 3 12820 0 0 0 0 5 3 20 0 15 0 64451412 11176083456 280008 33554432000 4194304 4196468 140728903267808 140504078306400 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20565] ppid=20496 vsize=10914144 memory=1408 CPUtime=1.49 cores=1,3,5,7
/proc/20499/task/20565/stat : 20565 (java) S 20496 20499 19905 0 -1 1077944384 1893 12820 0 0 59 82 5 3 20 0 15 0 64451412 11176083456 280008 33554432000 4194304 4196468 140728903267808 140505102379312 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
Current children cumulated CPU time: 2427.05 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1120032 KiB

[startup+2442.31 s]
/proc/loadavg: 1.37 1.37 1.39 3/219 20947
/proc/meminfo: memFree=18676008/32770624 swapFree=67108860/67108860
[pid=20499] ppid=20496 vsize=10914144 memory=1122080 CPUtime=2488.05 cores=1,3,5,7
/proc/20499/stat : 20499 (java) S 20496 20499 19905 0 -1 1077944320 241375 12820 0 0 248405 392 5 3 20 0 15 0 64451397 11176083456 280520 33554432000 4194304 4196468 140728903267808 140728903250352 140505579896567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
/proc/20499/statm: 2728536 280520 3527 1 0 2690189 0
[pid=20499/tid=20552] ppid=20496 vsize=10914144 memory=1122080 CPUtime=2415.06 cores=1,3,5,7
/proc/20499/task/20552/stat : 20552 (java) R 20496 20499 19905 0 -1 4202560 93909 12820 0 0 241438 60 5 3 20 0 15 0 64451406 11176083456 280520 33554432000 4194304 4196468 140728903267808 140505551731136 140505186868109 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20553] ppid=20496 vsize=10914144 memory=1122080 CPUtime=12.74 cores=1,3,5,7
/proc/20499/task/20553/stat : 20553 (java) S 20496 20499 19905 0 -1 1077944384 13571 12820 0 0 1204 62 5 3 20 0 15 0 64451407 11176083456 280520 33554432000 4194304 4196468 140728903267808 140505584139024 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20554] ppid=20496 vsize=10914144 memory=1122080 CPUtime=12.78 cores=1,3,5,7
/proc/20499/task/20554/stat : 20554 (java) S 20496 20499 19905 0 -1 1077944384 17723 12820 0 0 1210 60 5 3 20 0 15 0 64451407 11176083456 280520 33554432000 4194304 4196468 140728903267808 140505498958736 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20555] ppid=20496 vsize=10914144 memory=1122080 CPUtime=12.74 cores=1,3,5,7
/proc/20499/task/20555/stat : 20555 (java) S 20496 20499 19905 0 -1 1077944384 10728 12820 0 0 1204 62 5 3 20 0 15 0 64451407 11176083456 280520 33554432000 4194304 4196468 140728903267808 140505497906192 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20556] ppid=20496 vsize=10914144 memory=1122080 CPUtime=12.77 cores=1,3,5,7
/proc/20499/task/20556/stat : 20556 (java) S 20496 20499 19905 0 -1 1077944384 16289 12820 0 0 1207 62 5 3 20 0 15 0 64451407 11176083456 280520 33554432000 4194304 4196468 140728903267808 140505496853648 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20557] ppid=20496 vsize=10914144 memory=1122080 CPUtime=11.83 cores=1,3,5,7
/proc/20499/task/20557/stat : 20557 (java) S 20496 20499 19905 0 -1 1077944384 15799 12820 0 0 1116 59 5 3 20 0 15 0 64451408 11176083456 280520 33554432000 4194304 4196468 140728903267808 140505106589680 140505579907714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20558] ppid=20496 vsize=10914144 memory=1788 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20558/stat : 20558 (java) S 20496 20499 19905 0 -1 1077944384 13 12820 0 0 0 0 5 3 20 0 15 0 64451409 11176083456 280520 33554432000 4194304 4196468 140728903267808 140505023243232 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20559] ppid=20496 vsize=10914144 memory=1122080 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20559/stat : 20559 (java) S 20496 20499 19905 0 -1 1077944384 3 12820 0 0 0 0 5 3 20 0 15 0 64451409 11176083456 280520 33554432000 4194304 4196468 140728903267808 140504419263488 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20560] ppid=20496 vsize=10914144 memory=1122080 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20560/stat : 20560 (java) S 20496 20499 19905 0 -1 1077944384 3 12820 0 0 0 0 5 3 20 0 15 0 64451411 11176083456 280520 33554432000 4194304 4196468 140728903267808 140504111864016 140505579915163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20561] ppid=20496 vsize=10914144 memory=4036 CPUtime=3.44 cores=1,3,5,7
/proc/20499/task/20561/stat : 20561 (java) S 20496 20499 19905 0 -1 1077944384 20668 12820 0 0 333 3 5 3 20 0 15 0 64451411 11176083456 280520 33554432000 4194304 4196468 140728903267808 140505105537520 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20562] ppid=20496 vsize=10914144 memory=1122080 CPUtime=3.96 cores=1,3,5,7
/proc/20499/task/20562/stat : 20562 (java) S 20496 20499 19905 0 -1 1077944384 28330 12820 0 0 385 3 5 3 20 0 15 0 64451411 11176083456 280520 33554432000 4194304 4196468 140728903267808 140505104484976 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20563] ppid=20496 vsize=10914144 memory=4036 CPUtime=1.82 cores=1,3,5,7
/proc/20499/task/20563/stat : 20563 (java) S 20496 20499 19905 0 -1 1077944384 20232 12820 0 0 170 4 5 3 20 0 15 0 64451412 11176083456 280520 33554432000 4194304 4196468 140728903267808 140505103432432 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20564] ppid=20496 vsize=10914144 memory=1122080 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20564/stat : 20564 (java) S 20496 20499 19905 0 -1 1077944384 3 12820 0 0 0 0 5 3 20 0 15 0 64451412 11176083456 280520 33554432000 4194304 4196468 140728903267808 140504078306400 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20565] ppid=20496 vsize=10914144 memory=4036 CPUtime=1.53 cores=1,3,5,7
/proc/20499/task/20565/stat : 20565 (java) S 20496 20499 19905 0 -1 1077944384 1911 12820 0 0 60 85 5 3 20 0 15 0 64451412 11176083456 280520 33554432000 4194304 4196468 140728903267808 140505102379312 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
Current children cumulated CPU time: 2488.05 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1122080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.8 s]
/proc/loadavg: 1.18 1.32 1.37 3/219 20947
/proc/meminfo: memFree=18674208/32770624 swapFree=67108860/67108860
[pid=20499] ppid=20496 vsize=10914144 memory=1122080 CPUtime=2520.06 cores=1,3,5,7
/proc/20499/stat : 20499 (java) S 20496 20499 19905 0 -1 1077944320 242472 12820 0 0 251601 397 5 3 20 0 15 0 64451397 11176083456 280520 33554432000 4194304 4196468 140728903267808 140728903250352 140505579896567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
/proc/20499/statm: 2728536 280520 3527 1 0 2690189 0
[pid=20499/tid=20552] ppid=20496 vsize=10914144 memory=1122080 CPUtime=2446.21 cores=1,3,5,7
/proc/20499/task/20552/stat : 20552 (java) R 20496 20499 19905 0 -1 4202560 94452 12820 0 0 244553 60 5 3 20 0 15 0 64451406 11176083456 280520 33554432000 4194304 4196468 140728903267808 140505551731296 140505188204043 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20553] ppid=20496 vsize=10914144 memory=1122080 CPUtime=12.92 cores=1,3,5,7
/proc/20499/task/20553/stat : 20553 (java) S 20496 20499 19905 0 -1 1077944384 13659 12820 0 0 1221 63 5 3 20 0 15 0 64451407 11176083456 280520 33554432000 4194304 4196468 140728903267808 140505584139024 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20554] ppid=20496 vsize=10914144 memory=2336 CPUtime=12.95 cores=1,3,5,7
/proc/20499/task/20554/stat : 20554 (java) S 20496 20499 19905 0 -1 1077944384 17781 12820 0 0 1226 61 5 3 20 0 15 0 64451407 11176083456 280520 33554432000 4194304 4196468 140728903267808 140505498958736 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20555] ppid=20496 vsize=10914144 memory=1572 CPUtime=12.91 cores=1,3,5,7
/proc/20499/task/20555/stat : 20555 (java) S 20496 20499 19905 0 -1 1077944384 10762 12820 0 0 1221 62 5 3 20 0 15 0 64451407 11176083456 280520 33554432000 4194304 4196468 140728903267808 140505497906192 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20556] ppid=20496 vsize=10914144 memory=6791534058613427641 CPUtime=12.94 cores=1,3,5,7
/proc/20499/task/20556/stat : 20556 (java) S 20496 20499 19905 0 -1 1077944384 16628 12820 0 0 1223 63 5 3 20 0 15 0 64451407 11176083456 280520 33554432000 4194304 4196468 140728903267808 140505496853648 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20557] ppid=20496 vsize=10914144 memory=796 CPUtime=11.97 cores=1,3,5,7
/proc/20499/task/20557/stat : 20557 (java) S 20496 20499 19905 0 -1 1077944384 15824 12820 0 0 1129 60 5 3 20 0 15 0 64451408 11176083456 280520 33554432000 4194304 4196468 140728903267808 140505106589680 140505579907714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20558] ppid=20496 vsize=10914144 memory=1700 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20558/stat : 20558 (java) S 20496 20499 19905 0 -1 1077944384 13 12820 0 0 0 0 5 3 20 0 15 0 64451409 11176083456 280520 33554432000 4194304 4196468 140728903267808 140505023243232 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20559] ppid=20496 vsize=10914144 memory=836 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20559/stat : 20559 (java) S 20496 20499 19905 0 -1 1077944384 3 12820 0 0 0 0 5 3 20 0 15 0 64451409 11176083456 280520 33554432000 4194304 4196468 140728903267808 140504419263488 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20560] ppid=20496 vsize=10914144 memory=1692 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20560/stat : 20560 (java) S 20496 20499 19905 0 -1 1077944384 3 12820 0 0 0 0 5 3 20 0 15 0 64451411 11176083456 280520 33554432000 4194304 4196468 140728903267808 140504111864016 140505579915163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20561] ppid=20496 vsize=10914144 memory=916 CPUtime=3.44 cores=1,3,5,7
/proc/20499/task/20561/stat : 20561 (java) S 20496 20499 19905 0 -1 1077944384 20670 12820 0 0 333 3 5 3 20 0 15 0 64451411 11176083456 280520 33554432000 4194304 4196468 140728903267808 140505105537520 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20562] ppid=20496 vsize=10914144 memory=1012 CPUtime=3.96 cores=1,3,5,7
/proc/20499/task/20562/stat : 20562 (java) S 20496 20499 19905 0 -1 1077944384 28332 12820 0 0 385 3 5 3 20 0 15 0 64451411 11176083456 280520 33554432000 4194304 4196468 140728903267808 140505104484976 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20563] ppid=20496 vsize=10914144 memory=1956 CPUtime=1.82 cores=1,3,5,7
/proc/20499/task/20563/stat : 20563 (java) S 20496 20499 19905 0 -1 1077944384 20234 12820 0 0 170 4 5 3 20 0 15 0 64451412 11176083456 280520 33554432000 4194304 4196468 140728903267808 140505103432432 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20564] ppid=20496 vsize=10914144 memory=1204 CPUtime=0.08 cores=1,3,5,7
/proc/20499/task/20564/stat : 20564 (java) S 20496 20499 19905 0 -1 1077944384 3 12820 0 0 0 0 5 3 20 0 15 0 64451412 11176083456 280520 33554432000 4194304 4196468 140728903267808 140504078306400 140505579906773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
[pid=20499/tid=20565] ppid=20496 vsize=10914144 memory=1122080 CPUtime=1.55 cores=1,3,5,7
/proc/20499/task/20565/stat : 20565 (java) S 20496 20499 19905 0 -1 1077944384 1915 12820 0 0 61 86 5 3 20 0 15 0 64451412 11176083456 280520 33554432000 4194304 4196468 140728903267808 140505102379312 140505579907714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140728903273071 140728903275868 140728903275868 140728903278543 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1122080 KiB

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

[startup+2473.83 s]
# the end of solver process 20499 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.08 s, system=4.01252 s

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

Child status: 143
Real time (s): 2473.83
CPU time (s): 2520.1
CPU user time (s): 2516.08
CPU system time (s): 4.01252
CPU usage (%): 101.87
Max. virtual memory (cumulated for all children) (KiB): 10917000
Max. memory (cumulated for all children) (KiB): 1122080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.08
system time used= 4.01252
maximum resident set size= 1126304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 256206
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 307177
involuntary context switches= 7186


# summary of solver processes directly reported to runsolver:
#   pid: 20499
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.08
#   total CPU system time (s): 4.01252

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1152 second user time and 24.4478 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-24 23:48:02
IDJOB=4294344
IDBENCH=141368
IDSOLVER=2750
FILE ID=node133/4294344-1532468882
RUNJOBID= node133-1532466433-19937
PBS_JOBID= 21021582
Free space on /tmp= 48236 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-13_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294344-1532468882/watcher-4294344-1532468882 -o /tmp/evaluation-result-4294344-1532468882/solver-4294344-1532468882 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19937 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=230262696 HOME/instance-4294344-1532468882.xml

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

MD5SUM BENCH= 66cce14b45be89e007abc3e2885e8941
RANDOM SEED=230262696

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.24
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.24
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.24
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.24
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:        19460316 kB
MemAvailable:   30512812 kB
Buffers:          150548 kB
Cached:         11063728 kB
SwapCached:            0 kB
Active:          4107016 kB
Inactive:        8583780 kB
Active(anon):    1427624 kB
Inactive(anon):    68472 kB
Active(file):    2679392 kB
Inactive(file):  8515308 kB
Unevictable:        7016 kB
Mlocked:            7016 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26404 kB
Writeback:             0 kB
AnonPages:       1483404 kB
Mapped:            51896 kB
Shmem:             17056 kB
Slab:             313224 kB
SReclaimable:     286256 kB
SUnreclaim:        26968 kB
KernelStack:        3584 kB
PageTables:         8408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2428100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1257472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48208 MiB
End job on node133 at 2018-07-25 00:29:16