Trace number 4304539

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2SAT (TO)135 2520.08 2473.94

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-14_c18.xml
MD5SUMc1878b2d9e06b3112b686731368ac8cc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark135
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints92
Number of domains2
Minimum domain size196
Maximum domain size197
Distribution of domain sizes[{"size":196,"count":91},{"size":197,"count":14}]
Minimum variable degree0
Maximum variable degree14
Distribution of variable degrees[{"degree":0,"count":105},{"degree":2,"count":91},{"degree":13,"count":13},{"degree":14,"count":1}]
Minimum constraint arity3
Maximum constraint arity91
Distribution of constraint arities[{"arity":3,"count":91},{"arity":91,"count":1}]
Number of extensional constraints0
Number of intensional constraints91
Distribution of constraint types[{"type":"intension","count":91},{"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

0.97/0.76	c Concrete v3.9.2.1532736233296 running
10.50/4.67	o 185
10.50/4.69	o 183
10.76/4.76	o 176
10.76/4.80	o 175
11.08/4.85	o 167
12.11/5.43	o 166
12.11/5.48	o 161
12.40/5.68	o 158
14.77/7.60	o 156
19.22/11.77	o 155
19.72/12.09	o 154
27.14/19.07	o 142
245.52/234.49	o 140
368.22/355.42	o 135
2520.03/2473.90	Exception in thread "main" java.util.concurrent.TimeoutException
2520.03/2473.90		at concrete.MAC.mac(MAC.scala:188)
2520.03/2473.90		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.03/2473.90		at scala.util.Try$.apply(Try.scala:209)
2520.03/2473.90		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2473.90		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2473.90		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2473.90		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2473.90		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.03/2473.90		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2473.90		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2473.90		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2473.90		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2473.90		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2473.90		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2473.90		at concrete.MAC.nextSolution(MAC.scala:355)
2520.03/2473.90		at concrete.Solver.hasNext(Solver.scala:166)
2520.03/2473.90		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.03/2473.90		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.03/2473.90		at concrete.Solver.foreach(Solver.scala:68)
2520.03/2473.90		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.03/2473.90		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2473.90		at scala.util.Success.map(Try.scala:209)
2520.03/2473.90		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2473.90		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.03/2473.90		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.03/2473.90		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2473.90		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.03/2473.90		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2473.90		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2473.90		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2473.90		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2473.90		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2473.90		at scala.App.main(App.scala:76)
2520.03/2473.90		at scala.App.main$(App.scala:74)
2520.03/2473.90		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.03/2473.90		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2473.91	v <instantiation cost="135">
2520.03/2473.91	v       <list>
2520.03/2473.91	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] 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[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[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[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[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[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[5][12] y[5][13] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[6][12] y[6][13] y[7][8] y[7][9] y[7][10] y[7][11] y[7][12] y[7][13] y[8][9] y[8][10] y[8][11] y[8][12] y[8][13] y[9][10] y[9][11] y[9][12] y[9][13] y[10][11] y[10][12] y[10][13] y[11][12] y[11][13] y[12][13]
2520.03/2473.91	v       </list>
2520.03/2473.91	v       <values>
2520.03/2473.91	v         0 1 3 11 26 42 46 78 95 102 107 116 129 135 1 3 11 26 42 46 78 95 102 107 116 129 135 2 10 25 41 45 77 94 101 106 115 128 134 8 23 39 43 75 92 99 104 113 126 132 15 31 35 67 84 91 96 105 118 124 16 20 52 69 76 81 90 103 109 4 36 53 60 65 74 87 93 32 49 56 61 70 83 89 17 24 29 38 51 57 7 12 21 34 40 5 14 27 33 9 22 28 13 19 6
2520.03/2473.91	v       </values>
2520.03/2473.91	v     </instantiation>
2520.03/2473.91	s SATISFIABLE

Verifier Data

OK	135

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304539-1534101313/watcher-4304539-1534101313 -o /tmp/evaluation-result-4304539-1534101313/solver-4304539-1534101313 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534096381-30251 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1185297270 HOME/instance-4304539-1534101313.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=31183, runsolver pid=31180

[startup+0.100088 s]*
/proc/loadavg: 1.58 1.60 1.47 4/202 31229
/proc/meminfo: memFree=23630660/32770624 swapFree=67108372/67108860
[pid=31183] ppid=31180 vsize=425712 memory=5616 CPUtime=0.07 cores=0,2,4,6
/proc/31183/stat : 31183 (java) S 31180 31183 30220 0 -1 1077944320 2555 13141 0 0 0 0 5 2 20 0 2 0 227694477 435929088 1404 33554432000 4194304 4196468 140723552766752 140723552749296 140165935537911 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
/proc/31183/statm: 106428 1404 1064 1 0 95339 0
[pid=31183/tid=31236] ppid=31180 vsize=425712 memory=3054156605368796044 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31236/stat : 31236 (java) R 31180 31183 30220 0 -1 4202560 367 13141 0 0 0 0 5 2 20 0 2 0 227694488 435929088 1404 33554432000 4194304 4196468 140723552766752 140165907380240 140165916948061 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 425712 KiB
Current children cumulated memory: 5616 KiB

[startup+0.210393 s]*
/proc/loadavg: 1.58 1.60 1.47 6/215 31249
/proc/meminfo: memFree=23568484/32770624 swapFree=67108372/67108860
[pid=31183] ppid=31180 vsize=10982744 memory=41428 CPUtime=0.23 cores=0,2,4,6
/proc/31183/stat : 31183 (java) S 31180 31183 30220 0 -1 1077944320 6536 13141 0 0 15 1 5 2 20 0 15 0 227694477 11246329856 10357 33554432000 4194304 4196468 140723552766752 140723552749296 140165935537911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
/proc/31183/statm: 2745686 10357 2973 1 0 2708109 0
[pid=31183/tid=31236] ppid=31180 vsize=10982744 memory=7022364594140610616 CPUtime=0.17 cores=0,2,4,6
/proc/31183/task/31236/stat : 31236 (java) R 31180 31183 30220 0 -1 4202560 3083 13141 0 0 9 1 5 2 20 0 15 0 227694488 11246329856 10357 33554432000 4194304 4196468 140723552766752 140165907361792 140165935559837 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31237] ppid=31180 vsize=10982744 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31237/stat : 31237 (java) S 31180 31183 30220 0 -1 1077944384 1 13141 0 0 0 0 5 2 20 0 15 0 227694489 11246329856 10357 33554432000 4194304 4196468 140723552766752 140165939779856 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31238] ppid=31180 vsize=10982744 memory=140039073511532 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31238/stat : 31238 (java) S 31180 31183 30220 0 -1 1077944384 1 13141 0 0 0 0 5 2 20 0 15 0 227694489 11246329856 10357 33554432000 4194304 4196468 140723552766752 140165794498960 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31239] ppid=31180 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31239/stat : 31239 (java) S 31180 31183 30220 0 -1 1077944384 1 13141 0 0 0 0 5 2 20 0 15 0 227694489 11246329856 10357 33554432000 4194304 4196468 140723552766752 140165793446416 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31240] ppid=31180 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31240/stat : 31240 (java) S 31180 31183 30220 0 -1 1077944384 2 13141 0 0 0 0 5 2 20 0 15 0 227694489 11246329856 10357 33554432000 4194304 4196468 140723552766752 140165792393872 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31241] ppid=31180 vsize=10982744 memory=140039072294528 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31241/stat : 31241 (java) S 31180 31183 30220 0 -1 1077944384 2 13141 0 0 0 0 5 2 20 0 15 0 227694490 11246329856 10357 33554432000 4194304 4196468 140723552766752 140165361105392 140165935549058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31242] ppid=31180 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31242/stat : 31242 (java) S 31180 31183 30220 0 -1 1077944384 13 13141 0 0 0 0 5 2 20 0 15 0 227694491 11246329856 10422 33554432000 4194304 4196468 140723552766752 140164727825824 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31243] ppid=31180 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31243/stat : 31243 (java) S 31180 31183 30220 0 -1 1077944384 1 13141 0 0 0 0 5 2 20 0 15 0 227694491 11246329856 10422 33554432000 4194304 4196468 140723552766752 140164579976688 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31244] ppid=31180 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31244/stat : 31244 (java) S 31180 31183 30220 0 -1 1077944384 3 13141 0 0 0 0 5 2 20 0 15 0 227694493 11246329856 10422 33554432000 4194304 4196468 140723552766752 140164272577232 140165935556507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31245] ppid=31180 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31183/task/31245/stat : 31245 (java) S 31180 31183 30220 0 -1 1077944384 365 13141 0 0 1 0 5 2 20 0 15 0 227694493 11246329856 10422 33554432000 4194304 4196468 140723552766752 140165360052208 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31246] ppid=31180 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31246/stat : 31246 (java) S 31180 31183 30220 0 -1 1077944384 264 13141 0 0 0 0 5 2 20 0 15 0 227694493 11246329856 10422 33554432000 4194304 4196468 140723552766752 140165358999664 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31247] ppid=31180 vsize=10982744 memory=140039072294528 CPUtime=0.1 cores=0,2,4,6
/proc/31183/task/31247/stat : 31247 (java) S 31180 31183 30220 0 -1 1077944384 608 13141 0 0 3 0 5 2 20 0 15 0 227694493 11246329856 10422 33554432000 4194304 4196468 140723552766752 140165357947120 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31248] ppid=31180 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31248/stat : 31248 (java) S 31180 31183 30220 0 -1 1077944384 3 13141 0 0 0 0 5 2 20 0 15 0 227694494 11246329856 10422 33554432000 4194304 4196468 140723552766752 140163841780320 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31249] ppid=31180 vsize=10982744 memory=140039072294528 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31249/stat : 31249 (java) S 31180 31183 30220 0 -1 1077944384 1 13141 0 0 0 0 5 2 20 0 15 0 227694494 11246329856 10422 33554432000 4194304 4196468 140723552766752 140165356895024 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 41428 KiB

[startup+0.310425 s]*
/proc/loadavg: 1.58 1.60 1.47 6/215 31249
/proc/meminfo: memFree=23515960/32770624 swapFree=67108372/67108860
[pid=31183] ppid=31180 vsize=10983192 memory=54900 CPUtime=0.36 cores=0,2,4,6
/proc/31183/stat : 31183 (java) S 31180 31183 30220 0 -1 1077944320 9716 13141 0 0 27 2 5 2 20 0 15 0 227694477 11246788608 13725 33554432000 4194304 4196468 140723552766752 140723552749296 140165935537911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
/proc/31183/statm: 2745798 13725 3092 1 0 2708109 0
[pid=31183/tid=31236] ppid=31180 vsize=10983192 memory=7721456969746428467 CPUtime=0.27 cores=0,2,4,6
/proc/31183/task/31236/stat : 31236 (java) R 31180 31183 30220 0 -1 4202560 6249 13141 0 0 18 2 5 2 20 0 15 0 227694488 11246788608 13725 33554432000 4194304 4196468 140723552766752 140165907349920 140165919618398 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31237] ppid=31180 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31237/stat : 31237 (java) S 31180 31183 30220 0 -1 1077944384 1 13141 0 0 0 0 5 2 20 0 15 0 227694489 11246788608 13725 33554432000 4194304 4196468 140723552766752 140165939779856 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31238] ppid=31180 vsize=10983192 memory=140039072294528 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31238/stat : 31238 (java) S 31180 31183 30220 0 -1 1077944384 1 13141 0 0 0 0 5 2 20 0 15 0 227694489 11246788608 13725 33554432000 4194304 4196468 140723552766752 140165794498960 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31239] ppid=31180 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31239/stat : 31239 (java) S 31180 31183 30220 0 -1 1077944384 1 13141 0 0 0 0 5 2 20 0 15 0 227694489 11246788608 13725 33554432000 4194304 4196468 140723552766752 140165793446416 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31240] ppid=31180 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31240/stat : 31240 (java) S 31180 31183 30220 0 -1 1077944384 2 13141 0 0 0 0 5 2 20 0 15 0 227694489 11246788608 13725 33554432000 4194304 4196468 140723552766752 140165792393872 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31241] ppid=31180 vsize=10983192 memory=140039072294528 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31241/stat : 31241 (java) S 31180 31183 30220 0 -1 1077944384 2 13141 0 0 0 0 5 2 20 0 15 0 227694490 11246788608 13725 33554432000 4194304 4196468 140723552766752 140165361105392 140165935549058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31242] ppid=31180 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31242/stat : 31242 (java) S 31180 31183 30220 0 -1 1077944384 13 13141 0 0 0 0 5 2 20 0 15 0 227694491 11246788608 13725 33554432000 4194304 4196468 140723552766752 140164727825824 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31243] ppid=31180 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31243/stat : 31243 (java) S 31180 31183 30220 0 -1 1077944384 1 13141 0 0 0 0 5 2 20 0 15 0 227694491 11246788608 13725 33554432000 4194304 4196468 140723552766752 140164579976688 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31244] ppid=31180 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31244/stat : 31244 (java) S 31180 31183 30220 0 -1 1077944384 3 13141 0 0 0 0 5 2 20 0 15 0 227694493 11246788608 13725 33554432000 4194304 4196468 140723552766752 140164272577232 140165935556507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31245] ppid=31180 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31183/task/31245/stat : 31245 (java) S 31180 31183 30220 0 -1 1077944384 365 13141 0 0 2 0 5 2 20 0 15 0 227694493 11246788608 13725 33554432000 4194304 4196468 140723552766752 140165360052208 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31246] ppid=31180 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31183/task/31246/stat : 31246 (java) S 31180 31183 30220 0 -1 1077944384 267 13141 0 0 1 0 5 2 20 0 15 0 227694493 11246788608 13725 33554432000 4194304 4196468 140723552766752 140165358999664 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31247] ppid=31180 vsize=10983192 memory=140039072294528 CPUtime=0.12 cores=0,2,4,6
/proc/31183/task/31247/stat : 31247 (java) S 31180 31183 30220 0 -1 1077944384 619 13141 0 0 5 0 5 2 20 0 15 0 227694493 11246788608 13725 33554432000 4194304 4196468 140723552766752 140165357947120 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31248] ppid=31180 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31248/stat : 31248 (java) S 31180 31183 30220 0 -1 1077944384 3 13141 0 0 0 0 5 2 20 0 15 0 227694494 11246788608 13725 33554432000 4194304 4196468 140723552766752 140163841780320 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31249] ppid=31180 vsize=10983192 memory=140039072294528 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31249/stat : 31249 (java) S 31180 31183 30220 0 -1 1077944384 1 13141 0 0 0 0 5 2 20 0 15 0 227694494 11246788608 13725 33554432000 4194304 4196468 140723552766752 140165356895024 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54900 KiB

[startup+0.700717 s]
/proc/loadavg: 1.58 1.60 1.47 3/215 31249
/proc/meminfo: memFree=23500144/32770624 swapFree=67108372/67108860
[pid=31183] ppid=31180 vsize=10983192 memory=89012 CPUtime=0.97 cores=0,2,4,6
/proc/31183/stat : 31183 (java) S 31180 31183 30220 0 -1 1077944320 16354 13141 0 0 85 5 5 2 20 0 15 0 227694477 11246788608 22253 33554432000 4194304 4196468 140723552766752 140723552749296 140165935537911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
/proc/31183/statm: 2745798 22253 3238 1 0 2708109 0
[pid=31183/tid=31236] ppid=31180 vsize=10983192 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/31183/task/31236/stat : 31236 (java) R 31180 31183 30220 0 -1 4202560 11877 13141 0 0 53 4 5 2 20 0 15 0 227694488 11246788608 22253 33554432000 4194304 4196468 140723552766752 140165907359952 140165935559837 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31237] ppid=31180 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31237/stat : 31237 (java) S 31180 31183 30220 0 -1 1077944384 1 13141 0 0 0 0 5 2 20 0 15 0 227694489 11246788608 22253 33554432000 4194304 4196468 140723552766752 140165939779856 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31238] ppid=31180 vsize=10983192 memory=2462559766273 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31238/stat : 31238 (java) S 31180 31183 30220 0 -1 1077944384 1 13141 0 0 0 0 5 2 20 0 15 0 227694489 11246788608 22253 33554432000 4194304 4196468 140723552766752 140165794498960 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31239] ppid=31180 vsize=10983192 memory=19773262 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31239/stat : 31239 (java) S 31180 31183 30220 0 -1 1077944384 1 13141 0 0 0 0 5 2 20 0 15 0 227694489 11246788608 22253 33554432000 4194304 4196468 140723552766752 140165793446416 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31240] ppid=31180 vsize=10983192 memory=-6366808295634154084 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31240/stat : 31240 (java) S 31180 31183 30220 0 -1 1077944384 2 13141 0 0 0 0 5 2 20 0 15 0 227694489 11246788608 22253 33554432000 4194304 4196468 140723552766752 140165792393872 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31241] ppid=31180 vsize=10983192 memory=7882800663991243111 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31241/stat : 31241 (java) S 31180 31183 30220 0 -1 1077944384 5 13141 0 0 0 0 5 2 20 0 15 0 227694490 11246788608 22253 33554432000 4194304 4196468 140723552766752 140165361105392 140165935549058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31242] ppid=31180 vsize=10983192 memory=6370158481492960344 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31242/stat : 31242 (java) S 31180 31183 30220 0 -1 1077944384 13 13141 0 0 0 0 5 2 20 0 15 0 227694491 11246788608 22253 33554432000 4194304 4196468 140723552766752 140164727825824 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31243] ppid=31180 vsize=10983192 memory=8397876562822014611 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31243/stat : 31243 (java) S 31180 31183 30220 0 -1 1077944384 1 13141 0 0 0 0 5 2 20 0 15 0 227694491 11246788608 22253 33554432000 4194304 4196468 140723552766752 140164579976688 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31244] ppid=31180 vsize=10983192 memory=-7170419493048703614 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31244/stat : 31244 (java) S 31180 31183 30220 0 -1 1077944384 3 13141 0 0 0 0 5 2 20 0 15 0 227694493 11246788608 22253 33554432000 4194304 4196468 140723552766752 140164272577232 140165935556507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31245] ppid=31180 vsize=10983192 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/31183/task/31245/stat : 31245 (java) S 31180 31183 30220 0 -1 1077944384 761 13141 0 0 7 0 5 2 20 0 15 0 227694493 11246788608 22253 33554432000 4194304 4196468 140723552766752 140165360052208 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31246] ppid=31180 vsize=10983192 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/31183/task/31246/stat : 31246 (java) S 31180 31183 30220 0 -1 1077944384 828 13141 0 0 9 0 5 2 20 0 15 0 227694493 11246788608 22253 33554432000 4194304 4196468 140723552766752 140165358999664 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31247] ppid=31180 vsize=10983192 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/31183/task/31247/stat : 31247 (java) S 31180 31183 30220 0 -1 1077944384 670 13141 0 0 13 0 5 2 20 0 15 0 227694493 11246788608 22253 33554432000 4194304 4196468 140723552766752 140165357947120 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31248] ppid=31180 vsize=10983192 memory=34140 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31248/stat : 31248 (java) S 31180 31183 30220 0 -1 1077944384 3 13141 0 0 0 0 5 2 20 0 15 0 227694494 11246788608 22253 33554432000 4194304 4196468 140723552766752 140163841780320 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31249] ppid=31180 vsize=10983192 memory=13756 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31249/stat : 31249 (java) S 31180 31183 30220 0 -1 1077944384 1 13141 0 0 0 0 5 2 20 0 15 0 227694494 11246788608 22253 33554432000 4194304 4196468 140723552766752 140165356895024 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89012 KiB

[startup+1.50083 s]
/proc/loadavg: 1.53 1.59 1.47 5/215 31249
/proc/meminfo: memFree=23398728/32770624 swapFree=67108372/67108860
[pid=31183] ppid=31180 vsize=10998092 memory=179640 CPUtime=2.26 cores=0,2,4,6
/proc/31183/stat : 31183 (java) S 31180 31183 30220 0 -1 1077944320 23332 13141 0 0 209 10 5 2 20 0 15 0 227694477 11262046208 44910 33554432000 4194304 4196468 140723552766752 140723552749296 140165935537911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
/proc/31183/statm: 2749523 44910 3471 1 0 2711181 0
[pid=31183/tid=31236] ppid=31180 vsize=10998092 memory=6791534058613427641 CPUtime=1.41 cores=0,2,4,6
/proc/31183/task/31236/stat : 31236 (java) R 31180 31183 30220 0 -1 4202560 17314 13141 0 0 127 7 5 2 20 0 15 0 227694488 11262046208 44910 33554432000 4194304 4196468 140723552766752 140165907369200 140165919618398 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31237] ppid=31180 vsize=10998092 memory=-7606742951091920751 CPUtime=0.08 cores=0,2,4,6
/proc/31183/task/31237/stat : 31237 (java) S 31180 31183 30220 0 -1 1077944384 29 13141 0 0 1 0 5 2 20 0 15 0 227694489 11262046208 44910 33554432000 4194304 4196468 140723552766752 140165939779856 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31238] ppid=31180 vsize=10998092 memory=1414355462422710185 CPUtime=0.08 cores=0,2,4,6
/proc/31183/task/31238/stat : 31238 (java) S 31180 31183 30220 0 -1 1077944384 61 13141 0 0 1 0 5 2 20 0 15 0 227694489 11262046208 44910 33554432000 4194304 4196468 140723552766752 140165794498960 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31239] ppid=31180 vsize=10998092 memory=1414298054980309879 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31239/stat : 31239 (java) S 31180 31183 30220 0 -1 1077944384 12 13141 0 0 0 0 5 2 20 0 15 0 227694489 11262046208 44910 33554432000 4194304 4196468 140723552766752 140165793446416 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31240] ppid=31180 vsize=10998092 memory=8475934422144292502 CPUtime=0.08 cores=0,2,4,6
/proc/31183/task/31240/stat : 31240 (java) S 31180 31183 30220 0 -1 1077944384 279 13141 0 0 1 0 5 2 20 0 15 0 227694489 11262046208 44910 33554432000 4194304 4196468 140723552766752 140165792393872 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31241] ppid=31180 vsize=10998092 memory=-6876588452865875872 CPUtime=0.08 cores=0,2,4,6
/proc/31183/task/31241/stat : 31241 (java) S 31180 31183 30220 0 -1 1077944384 62 13141 0 0 1 0 5 2 20 0 15 0 227694490 11262046208 44910 33554432000 4194304 4196468 140723552766752 140165361105392 140165935549058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31242] ppid=31180 vsize=10998092 memory=-7606742951096468896 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31242/stat : 31242 (java) S 31180 31183 30220 0 -1 1077944384 14 13141 0 0 0 0 5 2 20 0 15 0 227694491 11262046208 44910 33554432000 4194304 4196468 140723552766752 140164727825888 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31243] ppid=31180 vsize=10998092 memory=7157743084236400491 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31243/stat : 31243 (java) S 31180 31183 30220 0 -1 1077944384 1 13141 0 0 0 0 5 2 20 0 15 0 227694491 11262046208 44910 33554432000 4194304 4196468 140723552766752 140164579976704 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31244] ppid=31180 vsize=10998092 memory=7956004807584994666 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31244/stat : 31244 (java) S 31180 31183 30220 0 -1 1077944384 3 13141 0 0 0 0 5 2 20 0 15 0 227694493 11262046208 44910 33554432000 4194304 4196468 140723552766752 140164272577232 140165935556507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31245] ppid=31180 vsize=10998092 memory=7595720338464527717 CPUtime=0.27 cores=0,2,4,6
/proc/31183/task/31245/stat : 31245 (java) S 31180 31183 30220 0 -1 1077944384 1234 13141 0 0 20 0 5 2 20 0 15 0 227694493 11262046208 44910 33554432000 4194304 4196468 140723552766752 140165360052208 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31246] ppid=31180 vsize=10998092 memory=7956005031678667109 CPUtime=0.28 cores=0,2,4,6
/proc/31183/task/31246/stat : 31246 (java) S 31180 31183 30220 0 -1 1077944384 950 13141 0 0 21 0 5 2 20 0 15 0 227694493 11262046208 44910 33554432000 4194304 4196468 140723552766752 140165358999664 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31247] ppid=31180 vsize=10998092 memory=7157740880918308459 CPUtime=0.4 cores=0,2,4,6
/proc/31183/task/31247/stat : 31247 (java) S 31180 31183 30220 0 -1 1077944384 1184 13141 0 0 33 0 5 2 20 0 15 0 227694493 11262046208 44910 33554432000 4194304 4196468 140723552766752 140165357947120 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31248] ppid=31180 vsize=10998092 memory=3812 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31248/stat : 31248 (java) S 31180 31183 30220 0 -1 1077944384 3 13141 0 0 0 0 5 2 20 0 15 0 227694494 11262046208 44910 33554432000 4194304 4196468 140723552766752 140163841780320 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31249] ppid=31180 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31249/stat : 31249 (java) S 31180 31183 30220 0 -1 1077944384 1 13141 0 0 0 0 5 2 20 0 15 0 227694494 11262046208 44910 33554432000 4194304 4196468 140723552766752 140165356895024 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 179640 KiB

[startup+3.11045 s]
/proc/loadavg: 1.53 1.59 1.47 5/215 31249
/proc/meminfo: memFree=23102260/32770624 swapFree=67108372/67108860
[pid=31183] ppid=31180 vsize=11008352 memory=252864 CPUtime=6.15 cores=0,2,4,6
/proc/31183/stat : 31183 (java) S 31180 31183 30220 0 -1 1077944320 33853 13141 0 0 592 16 5 2 20 0 15 0 227694477 11272552448 63216 33554432000 4194304 4196468 140723552766752 140723552749296 140165935537911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
/proc/31183/statm: 2752088 63216 3494 1 0 2713741 0

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

/proc/31183/task/31236/stat : 31236 (java) R 31180 31183 30220 0 -1 4202560 99493 13141 0 0 235437 55 5 2 20 0 15 0 227694488 11343855616 290824 33554432000 4194304 4196468 140723552766752 140165907372656 140165482463277 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31237] ppid=31180 vsize=11077984 memory=1163296 CPUtime=12.54 cores=0,2,4,6
/proc/31183/task/31237/stat : 31237 (java) S 31180 31183 30220 0 -1 1077944384 26225 13141 0 0 1189 58 5 2 20 0 15 0 227694489 11343855616 290824 33554432000 4194304 4196468 140723552766752 140165939779856 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31238] ppid=31180 vsize=11077984 memory=1163296 CPUtime=12.56 cores=0,2,4,6
/proc/31183/task/31238/stat : 31238 (java) S 31180 31183 30220 0 -1 1077944384 21168 13141 0 0 1192 57 5 2 20 0 15 0 227694489 11343855616 290824 33554432000 4194304 4196468 140723552766752 140165794498960 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31239] ppid=31180 vsize=11077984 memory=1163296 CPUtime=12.54 cores=0,2,4,6
/proc/31183/task/31239/stat : 31239 (java) S 31180 31183 30220 0 -1 1077944384 24181 13141 0 0 1189 58 5 2 20 0 15 0 227694489 11343855616 290824 33554432000 4194304 4196468 140723552766752 140165793446416 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31240] ppid=31180 vsize=11077984 memory=1163296 CPUtime=12.53 cores=0,2,4,6
/proc/31183/task/31240/stat : 31240 (java) S 31180 31183 30220 0 -1 1077944384 20570 13141 0 0 1190 56 5 2 20 0 15 0 227694489 11343855616 290824 33554432000 4194304 4196468 140723552766752 140165792393872 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31241] ppid=31180 vsize=11077984 memory=1163296 CPUtime=11.67 cores=0,2,4,6
/proc/31183/task/31241/stat : 31241 (java) S 31180 31183 30220 0 -1 1077944384 19452 13141 0 0 1102 58 5 2 20 0 15 0 227694490 11343855616 290824 33554432000 4194304 4196468 140723552766752 140165361105392 140165935549058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31242] ppid=31180 vsize=11077984 memory=1163296 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31242/stat : 31242 (java) S 31180 31183 30220 0 -1 1077944384 15 13141 0 0 0 0 5 2 20 0 15 0 227694491 11343855616 290824 33554432000 4194304 4196468 140723552766752 140164727825888 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31243] ppid=31180 vsize=11077984 memory=65 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31243/stat : 31243 (java) S 31180 31183 30220 0 -1 1077944384 3 13141 0 0 0 0 5 2 20 0 15 0 227694491 11343855616 290824 33554432000 4194304 4196468 140723552766752 140164579976704 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31244] ppid=31180 vsize=11077984 memory=1163296 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31244/stat : 31244 (java) S 31180 31183 30220 0 -1 1077944384 3 13141 0 0 0 0 5 2 20 0 15 0 227694493 11343855616 290824 33554432000 4194304 4196468 140723552766752 140164272577232 140165935556507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31245] ppid=31180 vsize=11077984 memory=1163296 CPUtime=3.35 cores=0,2,4,6
/proc/31183/task/31245/stat : 31245 (java) S 31180 31183 30220 0 -1 1077944384 20874 13141 0 0 325 3 5 2 20 0 15 0 227694493 11343855616 290824 33554432000 4194304 4196468 140723552766752 140165360052208 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31246] ppid=31180 vsize=11077984 memory=1620 CPUtime=3.82 cores=0,2,4,6
/proc/31183/task/31246/stat : 31246 (java) S 31180 31183 30220 0 -1 1077944384 19125 13141 0 0 372 3 5 2 20 0 15 0 227694493 11343855616 290824 33554432000 4194304 4196468 140723552766752 140165358999664 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31247] ppid=31180 vsize=11077984 memory=1220 CPUtime=1.85 cores=0,2,4,6
/proc/31183/task/31247/stat : 31247 (java) S 31180 31183 30220 0 -1 1077944384 17479 13141 0 0 174 4 5 2 20 0 15 0 227694493 11343855616 290824 33554432000 4194304 4196468 140723552766752 140165357947120 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31248] ppid=31180 vsize=11077984 memory=3812 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31248/stat : 31248 (java) S 31180 31183 30220 0 -1 1077944384 3 13141 0 0 0 0 5 2 20 0 15 0 227694494 11343855616 290824 33554432000 4194304 4196468 140723552766752 140163841780320 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31249] ppid=31180 vsize=11077984 memory=61984 CPUtime=1.62 cores=0,2,4,6
/proc/31183/task/31249/stat : 31249 (java) S 31180 31183 30220 0 -1 1077944384 1119 13141 0 0 77 78 5 2 20 0 15 0 227694494 11343855616 290824 33554432000 4194304 4196468 140723552766752 140165356895024 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
Current children cumulated CPU time: 2426.94 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1163296 KiB

[startup+2442.3 s]
/proc/loadavg: 2.17 1.55 1.45 3/215 31323
/proc/meminfo: memFree=21176700/32770624 swapFree=67108372/67108860
[pid=31183] ppid=31180 vsize=11077984 memory=1163296 CPUtime=2487.93 cores=0,2,4,6
/proc/31183/stat : 31183 (java) S 31180 31183 30220 0 -1 1077944320 276124 13141 0 0 248419 367 5 2 20 0 15 0 227694477 11343855616 290824 33554432000 4194304 4196468 140723552766752 140723552749296 140165935537911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
/proc/31183/statm: 2769496 290824 3527 1 0 2731149 0
[pid=31183/tid=31236] ppid=31180 vsize=11077984 memory=1163296 CPUtime=2414.3 cores=0,2,4,6
/proc/31183/task/31236/stat : 31236 (java) R 31180 31183 30220 0 -1 4202560 101195 13141 0 0 241368 55 5 2 20 0 15 0 227694488 11343855616 290824 33554432000 4194304 4196468 140723552766752 140165907372464 140165484354173 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31237] ppid=31180 vsize=11077984 memory=1163296 CPUtime=12.88 cores=0,2,4,6
/proc/31183/task/31237/stat : 31237 (java) S 31180 31183 30220 0 -1 1077944384 26944 13141 0 0 1222 59 5 2 20 0 15 0 227694489 11343855616 290824 33554432000 4194304 4196468 140723552766752 140165939779856 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31238] ppid=31180 vsize=11077984 memory=1163296 CPUtime=12.89 cores=0,2,4,6
/proc/31183/task/31238/stat : 31238 (java) S 31180 31183 30220 0 -1 1077944384 21201 13141 0 0 1224 58 5 2 20 0 15 0 227694489 11343855616 290824 33554432000 4194304 4196468 140723552766752 140165794498960 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31239] ppid=31180 vsize=11077984 memory=1163296 CPUtime=12.86 cores=0,2,4,6
/proc/31183/task/31239/stat : 31239 (java) S 31180 31183 30220 0 -1 1077944384 24235 13141 0 0 1219 60 5 2 20 0 15 0 227694489 11343855616 290824 33554432000 4194304 4196468 140723552766752 140165793446416 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31240] ppid=31180 vsize=11077984 memory=1163296 CPUtime=12.87 cores=0,2,4,6
/proc/31183/task/31240/stat : 31240 (java) S 31180 31183 30220 0 -1 1077944384 21642 13141 0 0 1222 58 5 2 20 0 15 0 227694489 11343855616 290824 33554432000 4194304 4196468 140723552766752 140165792393872 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31241] ppid=31180 vsize=11077984 memory=1163296 CPUtime=11.96 cores=0,2,4,6
/proc/31183/task/31241/stat : 31241 (java) S 31180 31183 30220 0 -1 1077944384 20048 13141 0 0 1130 59 5 2 20 0 15 0 227694490 11343855616 290824 33554432000 4194304 4196468 140723552766752 140165361105392 140165935549058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31242] ppid=31180 vsize=11077984 memory=1163296 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31242/stat : 31242 (java) S 31180 31183 30220 0 -1 1077944384 15 13141 0 0 0 0 5 2 20 0 15 0 227694491 11343855616 290824 33554432000 4194304 4196468 140723552766752 140164727825888 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31243] ppid=31180 vsize=11077984 memory=1163296 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31243/stat : 31243 (java) S 31180 31183 30220 0 -1 1077944384 3 13141 0 0 0 0 5 2 20 0 15 0 227694491 11343855616 290824 33554432000 4194304 4196468 140723552766752 140164579976704 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31244] ppid=31180 vsize=11077984 memory=1163296 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31244/stat : 31244 (java) S 31180 31183 30220 0 -1 1077944384 3 13141 0 0 0 0 5 2 20 0 15 0 227694493 11343855616 290824 33554432000 4194304 4196468 140723552766752 140164272577232 140165935556507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31245] ppid=31180 vsize=11077984 memory=1163296 CPUtime=3.35 cores=0,2,4,6
/proc/31183/task/31245/stat : 31245 (java) S 31180 31183 30220 0 -1 1077944384 20879 13141 0 0 325 3 5 2 20 0 15 0 227694493 11343855616 290824 33554432000 4194304 4196468 140723552766752 140165360052208 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31246] ppid=31180 vsize=11077984 memory=1163296 CPUtime=3.82 cores=0,2,4,6
/proc/31183/task/31246/stat : 31246 (java) S 31180 31183 30220 0 -1 1077944384 19130 13141 0 0 372 3 5 2 20 0 15 0 227694493 11343855616 290824 33554432000 4194304 4196468 140723552766752 140165358999664 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31247] ppid=31180 vsize=11077984 memory=920 CPUtime=1.85 cores=0,2,4,6
/proc/31183/task/31247/stat : 31247 (java) S 31180 31183 30220 0 -1 1077944384 17485 13141 0 0 174 4 5 2 20 0 15 0 227694493 11343855616 290824 33554432000 4194304 4196468 140723552766752 140165357947120 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31248] ppid=31180 vsize=11077984 memory=1163296 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31248/stat : 31248 (java) S 31180 31183 30220 0 -1 1077944384 3 13141 0 0 0 0 5 2 20 0 15 0 227694494 11343855616 290824 33554432000 4194304 4196468 140723552766752 140163841780320 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31249] ppid=31180 vsize=11077984 memory=1616 CPUtime=1.65 cores=0,2,4,6
/proc/31183/task/31249/stat : 31249 (java) S 31180 31183 30220 0 -1 1077944384 1153 13141 0 0 78 80 5 2 20 0 15 0 227694494 11343855616 290824 33554432000 4194304 4196468 140723552766752 140165356895024 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
Current children cumulated CPU time: 2487.93 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1163296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.9 s]
/proc/loadavg: 1.98 1.58 1.46 4/208 31445
/proc/meminfo: memFree=22668412/32770624 swapFree=67108372/67108860
[pid=31183] ppid=31180 vsize=11077984 memory=1165344 CPUtime=2520.03 cores=0,2,4,6
/proc/31183/stat : 31183 (java) S 31180 31183 30220 0 -1 1077944320 276951 13141 0 0 251624 372 5 2 20 0 15 0 227694477 11343855616 291336 33554432000 4194304 4196468 140723552766752 140723552749296 140165935537911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
/proc/31183/statm: 2769496 291336 3527 1 0 2731149 0
[pid=31183/tid=31236] ppid=31180 vsize=11077984 memory=1165344 CPUtime=2445.57 cores=0,2,4,6
/proc/31183/task/31236/stat : 31236 (java) R 31180 31183 30220 0 -1 4202560 101618 13141 0 0 244494 56 5 2 20 0 15 0 227694488 11343855616 291336 33554432000 4194304 4196468 140723552766752 140165907372288 140165483640971 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31237] ppid=31180 vsize=11077984 memory=1165344 CPUtime=13.05 cores=0,2,4,6
/proc/31183/task/31237/stat : 31237 (java) S 31180 31183 30220 0 -1 1077944384 26960 13141 0 0 1238 60 5 2 20 0 15 0 227694489 11343855616 291336 33554432000 4194304 4196468 140723552766752 140165939779856 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31238] ppid=31180 vsize=11077984 memory=1165344 CPUtime=13.06 cores=0,2,4,6
/proc/31183/task/31238/stat : 31238 (java) S 31180 31183 30220 0 -1 1077944384 21512 13141 0 0 1240 59 5 2 20 0 15 0 227694489 11343855616 291336 33554432000 4194304 4196468 140723552766752 140165794498960 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31239] ppid=31180 vsize=11077984 memory=1165344 CPUtime=13.03 cores=0,2,4,6
/proc/31183/task/31239/stat : 31239 (java) S 31180 31183 30220 0 -1 1077944384 24277 13141 0 0 1235 61 5 2 20 0 15 0 227694489 11343855616 291336 33554432000 4194304 4196468 140723552766752 140165793446416 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31240] ppid=31180 vsize=11077984 memory=1163296 CPUtime=13.03 cores=0,2,4,6
/proc/31183/task/31240/stat : 31240 (java) S 31180 31183 30220 0 -1 1077944384 21653 13141 0 0 1238 58 5 2 20 0 15 0 227694489 11343855616 291336 33554432000 4194304 4196468 140723552766752 140165792393872 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31241] ppid=31180 vsize=11077984 memory=1163296 CPUtime=12.1 cores=0,2,4,6
/proc/31183/task/31241/stat : 31241 (java) S 31180 31183 30220 0 -1 1077944384 20071 13141 0 0 1143 60 5 2 20 0 15 0 227694490 11343855616 291336 33554432000 4194304 4196468 140723552766752 140165361105392 140165935549058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31242] ppid=31180 vsize=11077984 memory=1163296 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31242/stat : 31242 (java) S 31180 31183 30220 0 -1 1077944384 15 13141 0 0 0 0 5 2 20 0 15 0 227694491 11343855616 291336 33554432000 4194304 4196468 140723552766752 140164727825888 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31243] ppid=31180 vsize=11077984 memory=1165344 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31243/stat : 31243 (java) S 31180 31183 30220 0 -1 1077944384 3 13141 0 0 0 0 5 2 20 0 15 0 227694491 11343855616 291336 33554432000 4194304 4196468 140723552766752 140164579976704 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31244] ppid=31180 vsize=11077984 memory=1165344 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31244/stat : 31244 (java) S 31180 31183 30220 0 -1 1077944384 3 13141 0 0 0 0 5 2 20 0 15 0 227694493 11343855616 291336 33554432000 4194304 4196468 140723552766752 140164272577232 140165935556507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31245] ppid=31180 vsize=11077984 memory=1165344 CPUtime=3.35 cores=0,2,4,6
/proc/31183/task/31245/stat : 31245 (java) S 31180 31183 30220 0 -1 1077944384 20879 13141 0 0 325 3 5 2 20 0 15 0 227694493 11343855616 291336 33554432000 4194304 4196468 140723552766752 140165360052208 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31246] ppid=31180 vsize=11077984 memory=1165344 CPUtime=3.82 cores=0,2,4,6
/proc/31183/task/31246/stat : 31246 (java) S 31180 31183 30220 0 -1 1077944384 19130 13141 0 0 372 3 5 2 20 0 15 0 227694493 11343855616 291336 33554432000 4194304 4196468 140723552766752 140165358999664 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31247] ppid=31180 vsize=11077984 memory=1165344 CPUtime=1.85 cores=0,2,4,6
/proc/31183/task/31247/stat : 31247 (java) S 31180 31183 30220 0 -1 1077944384 17485 13141 0 0 174 4 5 2 20 0 15 0 227694493 11343855616 291336 33554432000 4194304 4196468 140723552766752 140165357947120 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31248] ppid=31180 vsize=11077984 memory=1800 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31248/stat : 31248 (java) S 31180 31183 30220 0 -1 1077944384 3 13141 0 0 0 0 5 2 20 0 15 0 227694494 11343855616 291336 33554432000 4194304 4196468 140723552766752 140163841780320 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31249] ppid=31180 vsize=11077984 memory=1165344 CPUtime=1.67 cores=0,2,4,6
/proc/31183/task/31249/stat : 31249 (java) S 31180 31183 30220 0 -1 1077944384 1154 13141 0 0 79 81 5 2 20 0 15 0 227694494 11343855616 291336 33554432000 4194304 4196468 140723552766752 140165356895024 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1165344 KiB

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

[startup+2473.94 s]
# the end of solver process 31183 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.31 s, system=3.77017 s

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

[startup+2473.9 s]
/proc/loadavg: 1.98 1.58 1.46 4/208 31445
/proc/meminfo: memFree=22668412/32770624 swapFree=67108372/67108860
[pid=31183] ppid=31180 vsize=11077984 memory=1165344 CPUtime=2520.03 cores=0,2,4,6
/proc/31183/stat : 31183 (java) S 31180 31183 30220 0 -1 1077944320 276951 13141 0 0 251624 372 5 2 20 0 15 0 227694477 11343855616 291336 33554432000 4194304 4196468 140723552766752 140723552749296 140165935537911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
/proc/31183/statm: 2769496 291336 3527 1 0 2731149 0
[pid=31183/tid=31236] ppid=31180 vsize=11077984 memory=1165344 CPUtime=2445.57 cores=0,2,4,6
/proc/31183/task/31236/stat : 31236 (java) R 31180 31183 30220 0 -1 4202560 101618 13141 0 0 244494 56 5 2 20 0 15 0 227694488 11343855616 291336 33554432000 4194304 4196468 140723552766752 140165907372288 140165483640971 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31237] ppid=31180 vsize=11077984 memory=1165344 CPUtime=13.05 cores=0,2,4,6
/proc/31183/task/31237/stat : 31237 (java) S 31180 31183 30220 0 -1 1077944384 26960 13141 0 0 1238 60 5 2 20 0 15 0 227694489 11343855616 291336 33554432000 4194304 4196468 140723552766752 140165939779856 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31238] ppid=31180 vsize=11077984 memory=1165344 CPUtime=13.06 cores=0,2,4,6
/proc/31183/task/31238/stat : 31238 (java) S 31180 31183 30220 0 -1 1077944384 21512 13141 0 0 1240 59 5 2 20 0 15 0 227694489 11343855616 291336 33554432000 4194304 4196468 140723552766752 140165794498960 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31239] ppid=31180 vsize=11077984 memory=1165344 CPUtime=13.03 cores=0,2,4,6
/proc/31183/task/31239/stat : 31239 (java) S 31180 31183 30220 0 -1 1077944384 24277 13141 0 0 1235 61 5 2 20 0 15 0 227694489 11343855616 291336 33554432000 4194304 4196468 140723552766752 140165793446416 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31240] ppid=31180 vsize=11077984 memory=1163296 CPUtime=13.03 cores=0,2,4,6
/proc/31183/task/31240/stat : 31240 (java) S 31180 31183 30220 0 -1 1077944384 21653 13141 0 0 1238 58 5 2 20 0 15 0 227694489 11343855616 291336 33554432000 4194304 4196468 140723552766752 140165792393872 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31241] ppid=31180 vsize=11077984 memory=1163296 CPUtime=12.1 cores=0,2,4,6
/proc/31183/task/31241/stat : 31241 (java) S 31180 31183 30220 0 -1 1077944384 20071 13141 0 0 1143 60 5 2 20 0 15 0 227694490 11343855616 291336 33554432000 4194304 4196468 140723552766752 140165361105392 140165935549058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31242] ppid=31180 vsize=11077984 memory=1163296 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31242/stat : 31242 (java) S 31180 31183 30220 0 -1 1077944384 15 13141 0 0 0 0 5 2 20 0 15 0 227694491 11343855616 291336 33554432000 4194304 4196468 140723552766752 140164727825888 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31243] ppid=31180 vsize=11077984 memory=1165344 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31243/stat : 31243 (java) S 31180 31183 30220 0 -1 1077944384 3 13141 0 0 0 0 5 2 20 0 15 0 227694491 11343855616 291336 33554432000 4194304 4196468 140723552766752 140164579976704 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31244] ppid=31180 vsize=11077984 memory=1165344 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31244/stat : 31244 (java) S 31180 31183 30220 0 -1 1077944384 3 13141 0 0 0 0 5 2 20 0 15 0 227694493 11343855616 291336 33554432000 4194304 4196468 140723552766752 140164272577232 140165935556507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31245] ppid=31180 vsize=11077984 memory=1165344 CPUtime=3.35 cores=0,2,4,6
/proc/31183/task/31245/stat : 31245 (java) S 31180 31183 30220 0 -1 1077944384 20879 13141 0 0 325 3 5 2 20 0 15 0 227694493 11343855616 291336 33554432000 4194304 4196468 140723552766752 140165360052208 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31246] ppid=31180 vsize=11077984 memory=1165344 CPUtime=3.82 cores=0,2,4,6
/proc/31183/task/31246/stat : 31246 (java) S 31180 31183 30220 0 -1 1077944384 19130 13141 0 0 372 3 5 2 20 0 15 0 227694493 11343855616 291336 33554432000 4194304 4196468 140723552766752 140165358999664 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31247] ppid=31180 vsize=11077984 memory=1165344 CPUtime=1.85 cores=0,2,4,6
/proc/31183/task/31247/stat : 31247 (java) S 31180 31183 30220 0 -1 1077944384 17485 13141 0 0 174 4 5 2 20 0 15 0 227694493 11343855616 291336 33554432000 4194304 4196468 140723552766752 140165357947120 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31248] ppid=31180 vsize=11077984 memory=1800 CPUtime=0.07 cores=0,2,4,6
/proc/31183/task/31248/stat : 31248 (java) S 31180 31183 30220 0 -1 1077944384 3 13141 0 0 0 0 5 2 20 0 15 0 227694494 11343855616 291336 33554432000 4194304 4196468 140723552766752 140163841780320 140165935548117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
[pid=31183/tid=31249] ppid=31180 vsize=11077984 memory=1165344 CPUtime=1.67 cores=0,2,4,6
/proc/31183/task/31249/stat : 31249 (java) S 31180 31183 30220 0 -1 1077944384 1154 13141 0 0 79 81 5 2 20 0 15 0 227694494 11343855616 291336 33554432000 4194304 4196468 140723552766752 140165356895024 140165935549058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17285120 140723552774764 140723552777564 140723552777564 140723552780239 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1165344 KiB

Child status: 143
Real time (s): 2473.94
CPU time (s): 2520.08
CPU user time (s): 2516.31
CPU system time (s): 3.77017
CPU usage (%): 101.865
Max. virtual memory (cumulated for all children) (KiB): 11080840
Max. memory (cumulated for all children) (KiB): 1165344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.31
system time used= 3.77017
maximum resident set size= 1167640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 291893
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 306741
involuntary context switches= 9542


# summary of solver processes directly reported to runsolver:
#   pid: 31183
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.31
#   total CPU system time (s): 3.77017

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2604 second user time and 23.1696 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-12 21:15:13
IDJOB=4304539
IDBENCH=141367
IDSOLVER=2780
FILE ID=node137/4304539-1534101313
RUNJOBID= node137-1534096381-30251
PBS_JOBID= 21036996
Free space on /tmp= 26516 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-14_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304539-1534101313/watcher-4304539-1534101313 -o /tmp/evaluation-result-4304539-1534101313/solver-4304539-1534101313 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534096381-30251 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1185297270 HOME/instance-4304539-1534101313.xml

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

MD5SUM BENCH= c1878b2d9e06b3112b686731368ac8cc
RANDOM SEED=1185297270

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23638328 kB
MemAvailable:   31702364 kB
Buffers:           71684 kB
Cached:          8191416 kB
SwapCached:            8 kB
Active:          4229764 kB
Inactive:        4290740 kB
Active(anon):     204340 kB
Inactive(anon):   105400 kB
Active(file):    4025424 kB
Inactive(file):  4185340 kB
Unevictable:        7432 kB
Mlocked:            7432 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:             53168 kB
Writeback:             0 kB
AnonPages:        263016 kB
Mapped:            66200 kB
Shmem:             49624 kB
Slab:             309800 kB
SReclaimable:     281732 kB
SUnreclaim:        28068 kB
KernelStack:        3504 kB
PageTables:         5912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1446608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 26488 MiB
End job on node137 at 2018-08-12 21:56:27