Trace number 4396068

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.12.2SAT (TO)262 2520.13 2469.93

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-1.xml
MD5SUM3747a76ad44ca32161ac6cfee5e9d7cb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark262
Best CPU time to get the best result obtained on this benchmark27.9344
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size4
Maximum domain size362
Distribution of domain sizes[{"size":4,"count":5},{"size":5,"count":45},{"size":362,"count":55}]
Minimum variable degree2
Maximum variable degree6
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":50},{"degree":6,"count":25}]
Minimum constraint arity1
Maximum constraint arity7
Distribution of constraint arities[{"arity":1,"count":5},{"arity":2,"count":25},{"arity":3,"count":25},{"arity":5,"count":10},{"arity":7,"count":25}]
Number of extensional constraints25
Number of intensional constraints30
Distribution of constraint types[{"type":"extension","count":25},{"type":"intension","count":30},{"type":"allDifferent","count":5},{"type":"noOverlap","count":5},{"type":"element","count":25}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.75/0.58	c Concrete v3.12.2.1568380929293 running
11.05/4.79	o 360
12.01/5.10	o 358
12.61/5.25	o 344
13.22/5.42	o 337
14.77/5.95	o 336
15.99/6.31	o 324
17.17/6.79	o 323
17.42/6.89	o 322
17.64/6.94	o 321
17.64/6.97	o 314
18.06/7.14	o 310
18.20/7.24	o 298
18.42/7.31	o 297
18.42/7.33	o 296
20.78/8.66	o 295
20.93/8.73	o 293
20.93/8.79	o 292
23.52/10.65	o 287
23.52/10.69	o 285
23.88/10.98	o 284
24.59/11.47	o 281
30.02/16.06	o 280
30.02/16.09	o 279
38.89/23.57	o 278
38.89/23.59	o 275
39.63/24.20	o 274
39.63/24.24	o 271
40.79/25.36	o 268
201.32/182.49	o 267
387.23/365.98	o 266
440.04/418.05	o 265
440.14/418.15	o 263
895.99/867.73	o 262
2520.08/2469.91	Exception in thread "main" java.util.concurrent.TimeoutException
2520.08/2469.91		at concrete.MAC.mac(MAC.scala:192)
2520.08/2469.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.08/2469.91		at scala.util.Try$.apply(Try.scala:212)
2520.08/2469.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.08/2469.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.08/2469.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.08/2469.91		at concrete.MAC.oneRun(MAC.scala:265)
2520.08/2469.91		at concrete.MAC.nextSolution(MAC.scala:284)
2520.08/2469.91		at concrete.MAC.nextSolution(MAC.scala:369)
2520.08/2469.91		at concrete.Solver.hasNext(Solver.scala:160)
2520.08/2469.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2469.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2469.91		at concrete.Solver.foreach(Solver.scala:67)
2520.08/2469.91		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.08/2469.91		at scala.util.Success.map(Try.scala:264)
2520.08/2469.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2469.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.08/2469.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.08/2469.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2469.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.08/2469.91		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.08/2469.91		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.08/2469.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.08/2469.91		at scala.App.$anonfun$main$1(App.scala:75)
2520.08/2469.91		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.08/2469.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2469.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2469.91		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.08/2469.91		at scala.App.main(App.scala:75)
2520.08/2469.91		at scala.App.main$(App.scala:73)
2520.08/2469.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.08/2469.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2469.92	v <instantiation
2520.08/2469.92	v         cost = '262'>
2520.08/2469.92	v       <list>
2520.08/2469.92	v         s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] e[0] e[1] e[2] e[3] e[4] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4]
2520.08/2469.92	v       </list>
2520.08/2469.92	v       <values>
2520.08/2469.92	v         0 19 100 140 179 0 56 155 221 256 0 19 55 138 227 0 87 158 179 220 0 55 100 159 247 262 262 262 260 262 19 81 38 32 83 52 90 64 22 6 15 8 1 83 35 87 71 21 33 40 55 42 55 86 15 0 2 1 4 3 4 3 2 1 0 2 0 3 1 4 1 0 3 4 2 3 4 2 0 1 0 100 19 179 140 256 221 155 56 0 19 138 0 55 227 87 0 220 158 179 159 247 100 0 55
2520.08/2469.92	v       </values>
2520.08/2469.92	v     </instantiation>
2520.08/2469.92	s SATISFIABLE

Verifier Data

OK	262

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396068-1568393098/watcher-4396068-1568393098 -o /tmp/evaluation-result-4396068-1568393098/solver-4396068-1568393098 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568393055-22031 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1194437813 HOME/instance-4396068-1568393098.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
solver pid=22054, runsolver pid=22051
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.42 1.45 1.42 4/231 22143
/proc/meminfo: memFree=31111024/32770624 swapFree=66966948/67108860
[pid=22054] ppid=22051 vsize=113256 memory=1612 CPUtime=0.01 cores=1,3,5,7
/proc/22054/stat : 22054 (bash) S 22051 22054 19747 0 -1 4202496 885 5700 1 0 0 0 0 1 20 0 1 0 415576661 115974144 403 33554432000 4194304 5098028 140722747337568 140722747331576 140367328922624 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 1 0 0 7196144 7232144 22855680 140722747339796 140722747339921 140722747339921 140722747342830 0
/proc/22054/statm: 28314 403 320 221 0 119 0
[pid=22112] ppid=22054 vsize=113256 memory=708 CPUtime=0 cores=1,3,5,7
/proc/22112/stat : 22112 (bash) S 22054 22054 19747 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 415576665 115974144 177 33554432000 4194304 5098028 140722747337568 140722747330248 140367328748156 0 65536 4096 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 22855680 140722747339796 140722747339921 140722747339921 140722747342830 0
/proc/22112/statm: 28314 177 94 221 0 119 0
[pid=22115] ppid=22112 vsize=113492 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/22115/stat : 22115 (awk) S 22112 22054 19747 0 -1 4202496 450 0 0 0 0 0 0 0 20 0 1 0 415576665 116215808 308 33554432000 4194304 4609284 140730990630704 140730990629880 140497234529280 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 34635776 140730990634172 140730990634202 140730990634202 140730990637039 0
/proc/22115/statm: 28373 308 256 102 0 89 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340004 KiB
Current children cumulated memory: 3552 KiB

[startup+0.213699 s]*
/proc/loadavg: 1.42 1.45 1.42 3/227 22191
/proc/meminfo: memFree=31087380/32770624 swapFree=66966948/67108860
[pid=22054] ppid=22051 vsize=10819664 memory=39176 CPUtime=0.21 cores=1,3,5,7
/proc/22054/stat : 22054 (java) S 22051 22054 19747 0 -1 1077944320 6661 13311 1 0 11 2 5 3 20 0 15 0 415576661 11079335936 9794 33554432000 4194304 4196468 140727967598752 140727967581296 140647878328055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
/proc/22054/statm: 2704916 9794 3133 1 0 2667149 0
[pid=22054/tid=22165] ppid=22051 vsize=10819664 memory=7900017517374083699 CPUtime=0.16 cores=1,3,5,7
/proc/22054/task/22165/stat : 22165 (java) R 22051 22054 19747 0 -1 4202560 3218 13311 0 0 7 1 5 3 20 0 15 0 415576673 11079335936 10306 33554432000 4194304 4196468 140727967598752 140647850160480 140647878339990 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22166] ppid=22051 vsize=10819664 memory=4211973740638928266 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22166/stat : 22166 (java) S 22051 22054 19747 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 415576674 11079335936 10306 33554432000 4194304 4196468 140727967598752 140647882570128 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22168] ppid=22051 vsize=10819664 memory=140014434137728 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22168/stat : 22168 (java) S 22051 22054 19747 0 -1 1077944384 1 13311 0 0 0 0 5 3 20 0 15 0 415576674 11079335936 10306 33554432000 4194304 4196468 140727967598752 140647770843408 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22170] ppid=22051 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22170/stat : 22170 (java) S 22051 22054 19747 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 415576674 11079335936 10306 33554432000 4194304 4196468 140727967598752 140647769791120 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22171] ppid=22051 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22171/stat : 22171 (java) S 22051 22054 19747 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 415576674 11079335936 10306 33554432000 4194304 4196468 140727967598752 140647768738320 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22174] ppid=22051 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22174/stat : 22174 (java) S 22051 22054 19747 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 415576675 11079335936 10306 33554432000 4194304 4196468 140727967598752 140647336966768 140647878339202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22176] ppid=22051 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22176/stat : 22176 (java) S 22051 22054 19747 0 -1 1077944384 33 13311 0 0 0 0 5 3 20 0 15 0 415576676 11079335936 10306 33554432000 4194304 4196468 140727967598752 140647335912736 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22178] ppid=22051 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22178/stat : 22178 (java) S 22051 22054 19747 0 -1 1077944384 1 13311 0 0 0 0 5 3 20 0 15 0 415576676 11079335936 10306 33554432000 4194304 4196468 140727967598752 140647226926704 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22180] ppid=22051 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22180/stat : 22180 (java) S 22051 22054 19747 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 415576679 11079335936 10306 33554432000 4194304 4196468 140727967598752 140646622947920 140647878346651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22182] ppid=22051 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22182/stat : 22182 (java) R 22051 22054 19747 0 -1 1077944384 317 13311 0 0 0 0 5 3 20 0 15 0 415576679 11079335936 10306 33554432000 4194304 4196468 140727967598752 140647302355056 140647878339202 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22184] ppid=22051 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22184/stat : 22184 (java) R 22051 22054 19747 0 -1 4202560 312 13311 0 0 0 0 5 3 20 0 15 0 415576679 11079335936 10306 33554432000 4194304 4196468 140727967598752 140647301283272 140647863227562 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22186] ppid=22051 vsize=10819664 memory=140014434137728 CPUtime=0.09 cores=1,3,5,7
/proc/22054/task/22186/stat : 22186 (java) R 22051 22054 19747 0 -1 4202560 572 13311 0 0 1 0 5 3 20 0 15 0 415576679 11079335936 10306 33554432000 4194304 4196468 140727967598752 140647300245752 140647857045819 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22188] ppid=22051 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22188/stat : 22188 (java) S 22051 22054 19747 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 15 0 415576679 11079335936 10306 33554432000 4194304 4196468 140727967598752 140646153185760 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22191] ppid=22051 vsize=10819664 memory=140014434137728 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22191/stat : 22191 (java) S 22051 22054 19747 0 -1 1077944384 1 13311 0 0 0 0 5 3 20 0 15 0 415576679 11079335936 10306 33554432000 4194304 4196468 140727967598752 140647299197872 140647878339202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39176 KiB

[startup+0.31052 s]*
/proc/loadavg: 1.42 1.45 1.42 4/227 22191
/proc/meminfo: memFree=31058196/32770624 swapFree=66966948/67108860
[pid=22054] ppid=22051 vsize=10821172 memory=53180 CPUtime=0.36 cores=1,3,5,7
/proc/22054/stat : 22054 (java) S 22051 22054 19747 0 -1 1077944320 9954 13311 1 0 25 3 5 3 20 0 15 0 415576661 11080880128 13295 33554432000 4194304 4196468 140727967598752 140727967581296 140647878328055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
/proc/22054/statm: 2705293 13295 3306 1 0 2667405 0
[pid=22054/tid=22165] ppid=22051 vsize=10820148 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/22054/task/22165/stat : 22165 (java) R 22051 22054 19747 0 -1 4202560 6444 13311 0 0 16 2 5 3 20 0 15 0 415576673 11079831552 13295 33554432000 4194304 4196468 140727967598752 140647850133344 140647862408572 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22166] ppid=22051 vsize=10820148 memory=-7003737579269690708 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22166/stat : 22166 (java) S 22051 22054 19747 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 415576674 11079831552 13295 33554432000 4194304 4196468 140727967598752 140647882570128 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22168] ppid=22051 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22168/stat : 22168 (java) S 22051 22054 19747 0 -1 1077944384 1 13311 0 0 0 0 5 3 20 0 15 0 415576674 11079831552 13295 33554432000 4194304 4196468 140727967598752 140647770843408 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22170] ppid=22051 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22170/stat : 22170 (java) S 22051 22054 19747 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 415576674 11079831552 13295 33554432000 4194304 4196468 140727967598752 140647769791120 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22171] ppid=22051 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22171/stat : 22171 (java) S 22051 22054 19747 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 415576674 11079831552 13295 33554432000 4194304 4196468 140727967598752 140647768738320 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22174] ppid=22051 vsize=10821172 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22174/stat : 22174 (java) S 22051 22054 19747 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 415576675 11080880128 13295 33554432000 4194304 4196468 140727967598752 140647336966768 140647878339202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22176] ppid=22051 vsize=10821172 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22176/stat : 22176 (java) S 22051 22054 19747 0 -1 1077944384 33 13311 0 0 0 0 5 3 20 0 15 0 415576676 11080880128 13295 33554432000 4194304 4196468 140727967598752 140647335912736 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22178] ppid=22051 vsize=10821172 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22178/stat : 22178 (java) S 22051 22054 19747 0 -1 1077944384 1 13311 0 0 0 0 5 3 20 0 15 0 415576676 11080880128 13295 33554432000 4194304 4196468 140727967598752 140647226926704 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22180] ppid=22051 vsize=10821172 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22180/stat : 22180 (java) S 22051 22054 19747 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 415576679 11080880128 13295 33554432000 4194304 4196468 140727967598752 140646622947920 140647878346651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22182] ppid=22051 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22054/task/22182/stat : 22182 (java) S 22051 22054 19747 0 -1 1077944384 354 13311 0 0 1 0 5 3 20 0 15 0 415576679 11079831552 13296 33554432000 4194304 4196468 140727967598752 140647302355056 140647878339202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22184] ppid=22051 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22054/task/22184/stat : 22184 (java) S 22051 22054 19747 0 -1 1077944384 341 13311 0 0 1 0 5 3 20 0 15 0 415576679 11079831552 13296 33554432000 4194304 4196468 140727967598752 140647301302256 140647878339202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22186] ppid=22051 vsize=10820148 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/22054/task/22186/stat : 22186 (java) S 22051 22054 19747 0 -1 1077944384 593 13311 0 0 5 0 5 3 20 0 15 0 415576679 11079831552 13296 33554432000 4194304 4196468 140727967598752 140647300249968 140647878339202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22188] ppid=22051 vsize=10821172 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22188/stat : 22188 (java) S 22051 22054 19747 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 15 0 415576679 11080880128 13296 33554432000 4194304 4196468 140727967598752 140646153185760 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22191] ppid=22051 vsize=10821172 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22191/stat : 22191 (java) S 22051 22054 19747 0 -1 1077944384 1 13311 0 0 0 0 5 3 20 0 15 0 415576679 11080880128 13296 33554432000 4194304 4196468 140727967598752 140647299197872 140647878339202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10821172 KiB
Current children cumulated memory: 53180 KiB

[startup+0.7026 s]
/proc/loadavg: 1.42 1.45 1.42 3/227 22191
/proc/meminfo: memFree=31031056/32770624 swapFree=66966948/67108860
[pid=22054] ppid=22051 vsize=10822312 memory=80220 CPUtime=1.05 cores=1,3,5,7
/proc/22054/stat : 22054 (java) S 22051 22054 19747 0 -1 1077944320 14353 13311 1 0 91 6 5 3 20 0 15 0 415576661 11082047488 20055 33554432000 4194304 4196468 140727967598752 140727967581296 140647878328055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
/proc/22054/statm: 2705578 20055 3491 1 0 2667661 0
[pid=22054/tid=22165] ppid=22051 vsize=10822312 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/22054/task/22165/stat : 22165 (java) R 22051 22054 19747 0 -1 4202560 9863 13311 0 0 50 4 5 3 20 0 15 0 415576673 11082047488 20055 33554432000 4194304 4196468 140727967598752 140647850158208 140647862408542 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22166] ppid=22051 vsize=10822312 memory=140014323245712 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22166/stat : 22166 (java) S 22051 22054 19747 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 415576674 11082047488 20055 33554432000 4194304 4196468 140727967598752 140647882570128 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22168] ppid=22051 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22168/stat : 22168 (java) S 22051 22054 19747 0 -1 1077944384 1 13311 0 0 0 0 5 3 20 0 15 0 415576674 11082047488 20055 33554432000 4194304 4196468 140727967598752 140647770843408 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22170] ppid=22051 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22170/stat : 22170 (java) S 22051 22054 19747 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 415576674 11082047488 20055 33554432000 4194304 4196468 140727967598752 140647769791120 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22171] ppid=22051 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22171/stat : 22171 (java) S 22051 22054 19747 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 415576674 11082047488 20055 33554432000 4194304 4196468 140727967598752 140647768738320 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22174] ppid=22051 vsize=10822312 memory=7809523229951467568 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22174/stat : 22174 (java) S 22051 22054 19747 0 -1 1077944384 5 13311 0 0 0 0 5 3 20 0 15 0 415576675 11082047488 20055 33554432000 4194304 4196468 140727967598752 140647336966768 140647878339202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22176] ppid=22051 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22176/stat : 22176 (java) S 22051 22054 19747 0 -1 1077944384 33 13311 0 0 0 0 5 3 20 0 15 0 415576676 11082047488 20055 33554432000 4194304 4196468 140727967598752 140647335912736 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22178] ppid=22051 vsize=10822312 memory=-3535359994705172319 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22178/stat : 22178 (java) S 22051 22054 19747 0 -1 1077944384 1 13311 0 0 0 0 5 3 20 0 15 0 415576676 11082047488 20055 33554432000 4194304 4196468 140727967598752 140647226926704 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22180] ppid=22051 vsize=10822312 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22180/stat : 22180 (java) S 22051 22054 19747 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 415576679 11082047488 20055 33554432000 4194304 4196468 140727967598752 140646622947920 140647878346651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22182] ppid=22051 vsize=10822312 memory=6944656592455097440 CPUtime=0.2 cores=1,3,5,7
/proc/22054/task/22182/stat : 22182 (java) S 22051 22054 19747 0 -1 1077944384 764 13311 0 0 12 0 5 3 20 0 15 0 415576679 11082047488 20055 33554432000 4194304 4196468 140727967598752 140647302355056 140647878339202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22184] ppid=22051 vsize=10822312 memory=6944656592387989600 CPUtime=0.18 cores=1,3,5,7
/proc/22054/task/22184/stat : 22184 (java) R 22051 22054 19747 0 -1 4202560 701 13311 0 0 10 0 5 3 20 0 15 0 415576679 11082047488 20055 33554432000 4194304 4196468 140727967598752 140647301302256 140647861814115 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22186] ppid=22051 vsize=10822312 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/22054/task/22186/stat : 22186 (java) S 22051 22054 19747 0 -1 1077944384 768 13311 0 0 16 0 5 3 20 0 15 0 415576679 11082047488 20055 33554432000 4194304 4196468 140727967598752 140647300249968 140647878339202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22188] ppid=22051 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22188/stat : 22188 (java) S 22051 22054 19747 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 15 0 415576679 11082047488 20055 33554432000 4194304 4196468 140727967598752 140646153185760 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22191] ppid=22051 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22191/stat : 22191 (java) S 22051 22054 19747 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 415576679 11082047488 20055 33554432000 4194304 4196468 140727967598752 140647299197872 140647878339202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 10822312 KiB
Current children cumulated memory: 80220 KiB

[startup+1.50064 s]
/proc/loadavg: 1.42 1.45 1.42 6/227 22191
/proc/meminfo: memFree=30919920/32770624 swapFree=66966948/67108860
[pid=22054] ppid=22051 vsize=10834676 memory=172592 CPUtime=2.36 cores=1,3,5,7
/proc/22054/stat : 22054 (java) S 22051 22054 19747 0 -1 1077944320 23022 13311 1 0 217 11 5 3 20 0 15 0 415576661 11094708224 43148 33554432000 4194304 4196468 140727967598752 140727967581296 140647878328055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
/proc/22054/statm: 2708669 43148 3577 1 0 2670733 0
[pid=22054/tid=22165] ppid=22051 vsize=10834676 memory=8 CPUtime=1.38 cores=1,3,5,7
/proc/22054/task/22165/stat : 22165 (java) R 22051 22054 19747 0 -1 4202560 15597 13311 0 0 124 6 5 3 20 0 15 0 415576673 11094708224 43148 33554432000 4194304 4196468 140727967598752 140647850136144 140647445182128 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22166] ppid=22051 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22054/task/22166/stat : 22166 (java) S 22051 22054 19747 0 -1 1077944384 99 13311 0 0 1 0 5 3 20 0 15 0 415576674 11094708224 43148 33554432000 4194304 4196468 140727967598752 140647882570128 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22168] ppid=22051 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22168/stat : 22168 (java) S 22051 22054 19747 0 -1 1077944384 31 13311 0 0 0 0 5 3 20 0 15 0 415576674 11094708224 43148 33554432000 4194304 4196468 140727967598752 140647770843408 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22170] ppid=22051 vsize=10834676 memory=6656426216303648864 CPUtime=0.09 cores=1,3,5,7
/proc/22054/task/22170/stat : 22170 (java) S 22051 22054 19747 0 -1 1077944384 51 13311 0 0 1 0 5 3 20 0 15 0 415576674 11094708224 43148 33554432000 4194304 4196468 140727967598752 140647769791120 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22171] ppid=22051 vsize=10834676 memory=6655300316396806240 CPUtime=0.09 cores=1,3,5,7
/proc/22054/task/22171/stat : 22171 (java) S 22051 22054 19747 0 -1 1077944384 365 13311 0 0 1 0 5 3 20 0 15 0 415576674 11094708224 43148 33554432000 4194304 4196468 140727967598752 140647768738320 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22174] ppid=22051 vsize=10834676 memory=-8990767739041718176 CPUtime=0.09 cores=1,3,5,7
/proc/22054/task/22174/stat : 22174 (java) S 22051 22054 19747 0 -1 1077944384 1292 13311 0 0 1 0 5 3 20 0 15 0 415576675 11094708224 43148 33554432000 4194304 4196468 140727967598752 140647336966768 140647878339202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22176] ppid=22051 vsize=10834676 memory=4137284780655939955 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22176/stat : 22176 (java) S 22051 22054 19747 0 -1 1077944384 33 13311 0 0 0 0 5 3 20 0 15 0 415576676 11094708224 43148 33554432000 4194304 4196468 140727967598752 140647335912800 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22178] ppid=22051 vsize=10834676 memory=-7173504570862900581 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22178/stat : 22178 (java) S 22051 22054 19747 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 415576676 11094708224 43148 33554432000 4194304 4196468 140727967598752 140647226926720 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22180] ppid=22051 vsize=10834676 memory=96420 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22180/stat : 22180 (java) S 22051 22054 19747 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 415576679 11094708224 43148 33554432000 4194304 4196468 140727967598752 140646622947920 140647878346651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22182] ppid=22051 vsize=10834676 memory=6656426216303648864 CPUtime=0.32 cores=1,3,5,7
/proc/22054/task/22182/stat : 22182 (java) R 22051 22054 19747 0 -1 1077944384 942 13311 0 0 24 0 5 3 20 0 15 0 415576679 11094708224 43148 33554432000 4194304 4196468 140727967598752 140647302355056 140647878339202 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22184] ppid=22051 vsize=10834676 memory=-3252517613198930781 CPUtime=0.31 cores=1,3,5,7
/proc/22054/task/22184/stat : 22184 (java) S 22051 22054 19747 0 -1 1077944384 791 13311 0 0 23 0 5 3 20 0 15 0 415576679 11094708224 43148 33554432000 4194304 4196468 140727967598752 140647301302256 140647878339202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22186] ppid=22051 vsize=10834676 memory=7161331908245094050 CPUtime=0.46 cores=1,3,5,7
/proc/22054/task/22186/stat : 22186 (java) R 22051 22054 19747 0 -1 4202560 1608 13311 0 0 38 0 5 3 20 0 15 0 415576679 11094708224 43148 33554432000 4194304 4196468 140727967598752 140647300249968 140647871424891 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22188] ppid=22051 vsize=10834676 memory=6944656591801720471 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22188/stat : 22188 (java) S 22051 22054 19747 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 15 0 415576679 11094708224 43148 33554432000 4194304 4196468 140727967598752 140646153185760 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22191] ppid=22051 vsize=10834676 memory=8693529996421092566 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22191/stat : 22191 (java) S 22051 22054 19747 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 415576679 11094708224 43148 33554432000 4194304 4196468 140727967598752 140647299197872 140647878339202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 10834676 KiB
Current children cumulated memory: 172592 KiB

[startup+3.11042 s]
/proc/loadavg: 1.42 1.45 1.42 5/227 22191

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

/proc/22054/task/22165/stat : 22165 (java) R 22051 22054 19747 0 -1 4202560 83597 13311 1 0 235849 50 5 3 20 0 15 0 415576673 11111518208 218236 33554432000 4194304 4196468 140727967598752 140647850162800 140647464654036 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22166] ppid=22051 vsize=10851092 memory=872944 CPUtime=10.77 cores=1,3,5,7
/proc/22054/task/22166/stat : 22166 (java) S 22051 22054 19747 0 -1 1077944384 24455 13311 0 0 1017 52 5 3 20 0 15 0 415576674 11111518208 218236 33554432000 4194304 4196468 140727967598752 140647882570128 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22168] ppid=22051 vsize=10851092 memory=872944 CPUtime=10.76 cores=1,3,5,7
/proc/22054/task/22168/stat : 22168 (java) S 22051 22054 19747 0 -1 1077944384 14167 13311 0 0 1013 55 5 3 20 0 15 0 415576674 11111518208 218236 33554432000 4194304 4196468 140727967598752 140647770843408 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22170] ppid=22051 vsize=10851092 memory=872944 CPUtime=10.78 cores=1,3,5,7
/proc/22054/task/22170/stat : 22170 (java) S 22051 22054 19747 0 -1 1077944384 20465 13311 0 0 1016 54 5 3 20 0 15 0 415576674 11111518208 218236 33554432000 4194304 4196468 140727967598752 140647769791120 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22171] ppid=22051 vsize=10851092 memory=872944 CPUtime=10.77 cores=1,3,5,7
/proc/22054/task/22171/stat : 22171 (java) S 22051 22054 19747 0 -1 1077944384 15265 13311 0 0 1017 52 5 3 20 0 15 0 415576674 11111518208 218236 33554432000 4194304 4196468 140727967598752 140647768738320 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22174] ppid=22051 vsize=10851092 memory=872944 CPUtime=10.21 cores=1,3,5,7
/proc/22054/task/22174/stat : 22174 (java) S 22051 22054 19747 0 -1 1077944384 18878 13311 0 0 963 50 5 3 20 0 15 0 415576675 11111518208 218236 33554432000 4194304 4196468 140727967598752 140647336966768 140647878339202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22176] ppid=22051 vsize=10851092 memory=872944 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22176/stat : 22176 (java) S 22051 22054 19747 0 -1 1077944384 45 13311 0 0 0 0 5 3 20 0 15 0 415576676 11111518208 218236 33554432000 4194304 4196468 140727967598752 140647335912800 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22178] ppid=22051 vsize=10851092 memory=872944 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22178/stat : 22178 (java) S 22051 22054 19747 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 415576676 11111518208 218236 33554432000 4194304 4196468 140727967598752 140647226926720 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22180] ppid=22051 vsize=10851092 memory=872944 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22180/stat : 22180 (java) S 22051 22054 19747 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 415576679 11111518208 218236 33554432000 4194304 4196468 140727967598752 140646622947920 140647878346651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22182] ppid=22051 vsize=10851092 memory=872944 CPUtime=6.89 cores=1,3,5,7
/proc/22054/task/22182/stat : 22182 (java) S 22051 22054 19747 0 -1 1077944384 37030 13311 0 0 676 5 5 3 20 0 15 0 415576679 11111518208 218236 33554432000 4194304 4196468 140727967598752 140647302355056 140647878339202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22184] ppid=22051 vsize=10851092 memory=3176 CPUtime=6.89 cores=1,3,5,7
/proc/22054/task/22184/stat : 22184 (java) S 22051 22054 19747 0 -1 1077944384 37479 13311 0 0 675 6 5 3 20 0 15 0 415576679 11111518208 218236 33554432000 4194304 4196468 140727967598752 140647301302256 140647878339202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22186] ppid=22051 vsize=10851092 memory=872944 CPUtime=4.49 cores=1,3,5,7
/proc/22054/task/22186/stat : 22186 (java) S 22051 22054 19747 0 -1 1077944384 39022 13311 0 0 433 8 5 3 20 0 15 0 415576679 11111518208 218236 33554432000 4194304 4196468 140727967598752 140647300249968 140647878339202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22188] ppid=22051 vsize=10851092 memory=872944 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22188/stat : 22188 (java) S 22051 22054 19747 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 15 0 415576679 11111518208 218236 33554432000 4194304 4196468 140727967598752 140646153185760 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22191] ppid=22051 vsize=10851092 memory=3620 CPUtime=1.36 cores=1,3,5,7
/proc/22054/task/22191/stat : 22191 (java) S 22051 22054 19747 0 -1 1077944384 1664 13311 0 0 62 66 5 3 20 0 15 0 415576679 11111518208 218236 33554432000 4194304 4196468 140727967598752 140647299197872 140647878339202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
Current children cumulated CPU time: 2431.35 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 872944 KiB

[startup+2442.3 s]
/proc/loadavg: 1.38 1.39 1.40 3/227 22435
/proc/meminfo: memFree=29663176/32770624 swapFree=66966956/67108860
[pid=22054] ppid=22051 vsize=10851092 memory=874992 CPUtime=2492.14 cores=1,3,5,7
/proc/22054/stat : 22054 (java) S 22051 22054 19747 0 -1 1077944320 295985 13311 2 0 248855 351 5 3 20 0 15 0 415576661 11111518208 218748 33554432000 4194304 4196468 140727967598752 140727967581296 140647878328055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
/proc/22054/statm: 2712773 218748 3633 1 0 2674829 0
[pid=22054/tid=22165] ppid=22051 vsize=10851092 memory=874992 CPUtime=2418.54 cores=1,3,5,7
/proc/22054/task/22165/stat : 22165 (java) R 22051 22054 19747 0 -1 4202560 84354 13311 1 0 241795 51 5 3 20 0 15 0 415576673 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647850163088 140647859976998 0 4 0 16800975 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22166] ppid=22051 vsize=10851092 memory=874992 CPUtime=11.03 cores=1,3,5,7
/proc/22054/task/22166/stat : 22166 (java) S 22051 22054 19747 0 -1 1077944384 24486 13311 0 0 1042 53 5 3 20 0 15 0 415576674 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647882570128 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22168] ppid=22051 vsize=10851092 memory=874992 CPUtime=11.02 cores=1,3,5,7
/proc/22054/task/22168/stat : 22168 (java) S 22051 22054 19747 0 -1 1077944384 14473 13311 0 0 1038 56 5 3 20 0 15 0 415576674 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647770843408 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22170] ppid=22051 vsize=10851092 memory=872944 CPUtime=11.04 cores=1,3,5,7
/proc/22054/task/22170/stat : 22170 (java) S 22051 22054 19747 0 -1 1077944384 20693 13311 0 0 1041 55 5 3 20 0 15 0 415576674 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647769791120 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22171] ppid=22051 vsize=10851092 memory=872944 CPUtime=11.02 cores=1,3,5,7
/proc/22054/task/22171/stat : 22171 (java) S 22051 22054 19747 0 -1 1077944384 15402 13311 0 0 1042 52 5 3 20 0 15 0 415576674 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647768738320 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22174] ppid=22051 vsize=10851092 memory=872944 CPUtime=10.46 cores=1,3,5,7
/proc/22054/task/22174/stat : 22174 (java) S 22051 22054 19747 0 -1 1077944384 19100 13311 0 0 986 52 5 3 20 0 15 0 415576675 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647336966768 140647878339202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22176] ppid=22051 vsize=10851092 memory=872944 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22176/stat : 22176 (java) S 22051 22054 19747 0 -1 1077944384 45 13311 0 0 0 0 5 3 20 0 15 0 415576676 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647335912800 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22178] ppid=22051 vsize=10851092 memory=874992 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22178/stat : 22178 (java) S 22051 22054 19747 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 415576676 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647226926720 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22180] ppid=22051 vsize=10851092 memory=874992 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22180/stat : 22180 (java) S 22051 22054 19747 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 415576679 11111518208 218748 33554432000 4194304 4196468 140727967598752 140646622947920 140647878346651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22182] ppid=22051 vsize=10851092 memory=874992 CPUtime=6.89 cores=1,3,5,7
/proc/22054/task/22182/stat : 22182 (java) S 22051 22054 19747 0 -1 1077944384 37032 13311 0 0 676 5 5 3 20 0 15 0 415576679 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647302355056 140647878339202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22184] ppid=22051 vsize=10851092 memory=872944 CPUtime=6.89 cores=1,3,5,7
/proc/22054/task/22184/stat : 22184 (java) S 22051 22054 19747 0 -1 1077944384 37482 13311 0 0 675 6 5 3 20 0 15 0 415576679 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647301302256 140647878339202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22186] ppid=22051 vsize=10851092 memory=874992 CPUtime=4.49 cores=1,3,5,7
/proc/22054/task/22186/stat : 22186 (java) S 22051 22054 19747 0 -1 1077944384 39025 13311 0 0 433 8 5 3 20 0 15 0 415576679 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647300249968 140647878339202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22188] ppid=22051 vsize=10851092 memory=874992 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22188/stat : 22188 (java) S 22051 22054 19747 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 15 0 415576679 11111518208 218748 33554432000 4194304 4196468 140727967598752 140646153185760 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22191] ppid=22051 vsize=10851092 memory=874992 CPUtime=1.39 cores=1,3,5,7
/proc/22054/task/22191/stat : 22191 (java) S 22051 22054 19747 0 -1 1077944384 1681 13311 0 0 64 67 5 3 20 0 15 0 415576679 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647299197872 140647878339202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
Current children cumulated CPU time: 2492.14 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 874992 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2469.9 s]
/proc/loadavg: 1.38 1.39 1.40 3/227 22565
/proc/meminfo: memFree=29684900/32770624 swapFree=66966956/67108860
[pid=22054] ppid=22051 vsize=10851092 memory=874992 CPUtime=2520.08 cores=1,3,5,7
/proc/22054/stat : 22054 (java) S 22051 22054 19747 0 -1 1077944320 296795 13311 2 0 251645 355 5 3 20 0 15 0 415576661 11111518208 218748 33554432000 4194304 4196468 140727967598752 140727967581296 140647878328055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
/proc/22054/statm: 2712773 218748 3633 1 0 2674829 0
[pid=22054/tid=22165] ppid=22051 vsize=10851092 memory=874992 CPUtime=2445.9 cores=1,3,5,7
/proc/22054/task/22165/stat : 22165 (java) R 22051 22054 19747 0 -1 4202560 84645 13311 1 0 244530 52 5 3 20 0 15 0 415576673 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647850163792 140647461409407 0 4 0 16800975 0 0 0 -1 7 0 0 8 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22166] ppid=22051 vsize=10851092 memory=874992 CPUtime=11.15 cores=1,3,5,7
/proc/22054/task/22166/stat : 22166 (java) S 22051 22054 19747 0 -1 1077944384 24560 13311 0 0 1053 54 5 3 20 0 15 0 415576674 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647882570128 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22168] ppid=22051 vsize=10851092 memory=874992 CPUtime=11.14 cores=1,3,5,7
/proc/22054/task/22168/stat : 22168 (java) S 22051 22054 19747 0 -1 1077944384 14643 13311 0 0 1049 57 5 3 20 0 15 0 415576674 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647770843408 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22170] ppid=22051 vsize=10851092 memory=242974 CPUtime=11.14 cores=1,3,5,7
/proc/22054/task/22170/stat : 22170 (java) S 22051 22054 19747 0 -1 1077944384 20712 13311 0 0 1051 55 5 3 20 0 15 0 415576674 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647769791120 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22171] ppid=22051 vsize=10851092 memory=874992 CPUtime=11.14 cores=1,3,5,7
/proc/22054/task/22171/stat : 22171 (java) S 22051 22054 19747 0 -1 1077944384 15448 13311 0 0 1053 53 5 3 20 0 15 0 415576674 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647768738320 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22174] ppid=22051 vsize=10851092 memory=874992 CPUtime=10.56 cores=1,3,5,7
/proc/22054/task/22174/stat : 22174 (java) S 22051 22054 19747 0 -1 1077944384 19292 13311 0 0 996 52 5 3 20 0 15 0 415576675 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647336966768 140647878339202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22176] ppid=22051 vsize=10851092 memory=874992 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22176/stat : 22176 (java) S 22051 22054 19747 0 -1 1077944384 45 13311 0 0 0 0 5 3 20 0 15 0 415576676 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647335912800 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22178] ppid=22051 vsize=10851092 memory=872944 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22178/stat : 22178 (java) S 22051 22054 19747 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 415576676 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647226926720 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22180] ppid=22051 vsize=10851092 memory=874992 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22180/stat : 22180 (java) S 22051 22054 19747 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 415576679 11111518208 218748 33554432000 4194304 4196468 140727967598752 140646622947920 140647878346651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22182] ppid=22051 vsize=10851092 memory=874992 CPUtime=6.89 cores=1,3,5,7
/proc/22054/task/22182/stat : 22182 (java) S 22051 22054 19747 0 -1 1077944384 37034 13311 0 0 676 5 5 3 20 0 15 0 415576679 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647302355056 140647878339202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22184] ppid=22051 vsize=10851092 memory=4068 CPUtime=6.89 cores=1,3,5,7
/proc/22054/task/22184/stat : 22184 (java) S 22051 22054 19747 0 -1 1077944384 37484 13311 0 0 675 6 5 3 20 0 15 0 415576679 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647301302256 140647878339202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22186] ppid=22051 vsize=10851092 memory=1720 CPUtime=4.49 cores=1,3,5,7
/proc/22054/task/22186/stat : 22186 (java) S 22051 22054 19747 0 -1 1077944384 39027 13311 0 0 433 8 5 3 20 0 15 0 415576679 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647300249968 140647878339202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22188] ppid=22051 vsize=10851092 memory=874992 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22188/stat : 22188 (java) S 22051 22054 19747 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 15 0 415576679 11111518208 218748 33554432000 4194304 4196468 140727967598752 140646153185760 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22191] ppid=22051 vsize=10851092 memory=3620 CPUtime=1.41 cores=1,3,5,7
/proc/22054/task/22191/stat : 22191 (java) S 22051 22054 19747 0 -1 1077944384 1693 13311 0 0 65 68 5 3 20 0 15 0 415576679 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647299197872 140647878339202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 874992 KiB

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

[startup+2469.93 s]
# the end of solver process 22054 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.53 s, system=3.59988 s

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

[startup+2469.9 s]
/proc/loadavg: 1.38 1.39 1.40 3/227 22565
/proc/meminfo: memFree=29684900/32770624 swapFree=66966956/67108860
[pid=22054] ppid=22051 vsize=10851092 memory=874992 CPUtime=2520.08 cores=1,3,5,7
/proc/22054/stat : 22054 (java) S 22051 22054 19747 0 -1 1077944320 296795 13311 2 0 251645 355 5 3 20 0 15 0 415576661 11111518208 218748 33554432000 4194304 4196468 140727967598752 140727967581296 140647878328055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
/proc/22054/statm: 2712773 218748 3633 1 0 2674829 0
[pid=22054/tid=22165] ppid=22051 vsize=10851092 memory=874992 CPUtime=2445.9 cores=1,3,5,7
/proc/22054/task/22165/stat : 22165 (java) R 22051 22054 19747 0 -1 4202560 84645 13311 1 0 244530 52 5 3 20 0 15 0 415576673 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647850163792 140647461409407 0 4 0 16800975 0 0 0 -1 7 0 0 8 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22166] ppid=22051 vsize=10851092 memory=874992 CPUtime=11.15 cores=1,3,5,7
/proc/22054/task/22166/stat : 22166 (java) S 22051 22054 19747 0 -1 1077944384 24560 13311 0 0 1053 54 5 3 20 0 15 0 415576674 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647882570128 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22168] ppid=22051 vsize=10851092 memory=874992 CPUtime=11.14 cores=1,3,5,7
/proc/22054/task/22168/stat : 22168 (java) S 22051 22054 19747 0 -1 1077944384 14643 13311 0 0 1049 57 5 3 20 0 15 0 415576674 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647770843408 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22170] ppid=22051 vsize=10851092 memory=242974 CPUtime=11.14 cores=1,3,5,7
/proc/22054/task/22170/stat : 22170 (java) S 22051 22054 19747 0 -1 1077944384 20712 13311 0 0 1051 55 5 3 20 0 15 0 415576674 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647769791120 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22171] ppid=22051 vsize=10851092 memory=874992 CPUtime=11.14 cores=1,3,5,7
/proc/22054/task/22171/stat : 22171 (java) S 22051 22054 19747 0 -1 1077944384 15448 13311 0 0 1053 53 5 3 20 0 15 0 415576674 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647768738320 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22174] ppid=22051 vsize=10851092 memory=874992 CPUtime=10.56 cores=1,3,5,7
/proc/22054/task/22174/stat : 22174 (java) S 22051 22054 19747 0 -1 1077944384 19292 13311 0 0 996 52 5 3 20 0 15 0 415576675 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647336966768 140647878339202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22176] ppid=22051 vsize=10851092 memory=874992 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22176/stat : 22176 (java) S 22051 22054 19747 0 -1 1077944384 45 13311 0 0 0 0 5 3 20 0 15 0 415576676 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647335912800 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22178] ppid=22051 vsize=10851092 memory=872944 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22178/stat : 22178 (java) S 22051 22054 19747 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 415576676 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647226926720 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22180] ppid=22051 vsize=10851092 memory=874992 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22180/stat : 22180 (java) S 22051 22054 19747 0 -1 1077944384 2 13311 0 0 0 0 5 3 20 0 15 0 415576679 11111518208 218748 33554432000 4194304 4196468 140727967598752 140646622947920 140647878346651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22182] ppid=22051 vsize=10851092 memory=874992 CPUtime=6.89 cores=1,3,5,7
/proc/22054/task/22182/stat : 22182 (java) S 22051 22054 19747 0 -1 1077944384 37034 13311 0 0 676 5 5 3 20 0 15 0 415576679 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647302355056 140647878339202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22184] ppid=22051 vsize=10851092 memory=4068 CPUtime=6.89 cores=1,3,5,7
/proc/22054/task/22184/stat : 22184 (java) S 22051 22054 19747 0 -1 1077944384 37484 13311 0 0 675 6 5 3 20 0 15 0 415576679 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647301302256 140647878339202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22186] ppid=22051 vsize=10851092 memory=1720 CPUtime=4.49 cores=1,3,5,7
/proc/22054/task/22186/stat : 22186 (java) S 22051 22054 19747 0 -1 1077944384 39027 13311 0 0 433 8 5 3 20 0 15 0 415576679 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647300249968 140647878339202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22188] ppid=22051 vsize=10851092 memory=874992 CPUtime=0.08 cores=1,3,5,7
/proc/22054/task/22188/stat : 22188 (java) S 22051 22054 19747 0 -1 1077944384 3 13311 0 0 0 0 5 3 20 0 15 0 415576679 11111518208 218748 33554432000 4194304 4196468 140727967598752 140646153185760 140647878338261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
[pid=22054/tid=22191] ppid=22051 vsize=10851092 memory=3620 CPUtime=1.41 cores=1,3,5,7
/proc/22054/task/22191/stat : 22191 (java) S 22051 22054 19747 0 -1 1077944384 1693 13311 0 0 65 68 5 3 20 0 15 0 415576679 11111518208 218748 33554432000 4194304 4196468 140727967598752 140647299197872 140647878339202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140727967603439 140727967605957 140727967605957 140727967608783 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 874992 KiB

Child status: 143
Real time (s): 2469.93
CPU time (s): 2520.13
CPU user time (s): 2516.53
CPU system time (s): 3.59988
CPU usage (%): 102.032
Max. virtual memory (cumulated for all children) (KiB): 10851092
Max. memory (cumulated for all children) (KiB): 886260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.53
system time used= 3.59988
maximum resident set size= 888316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 310842
page faults= 2
swaps= 0
block input operations= 9376
block output operations= 4400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 258074
involuntary context switches= 8055


# summary of solver processes directly reported to runsolver:
#   pid: 22054
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.53
#   total CPU system time (s): 3.59988

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1201 second user time and 22.5755 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-13 18:44:15
IDJOB=4396068
IDBENCH=115810
IDSOLVER=2846
FILE ID=node125/4396068-1568393098
RUNJOBID= node125-1568393055-22031
PBS_JOBID= 21701839
Free space on /tmp= 59780 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-1.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396068-1568393098/watcher-4396068-1568393098 -o /tmp/evaluation-result-4396068-1568393098/solver-4396068-1568393098 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568393055-22031 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1194437813 HOME/instance-4396068-1568393098.xml

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

MD5SUM BENCH= 3747a76ad44ca32161ac6cfee5e9d7cb
RANDOM SEED=1194437813

node125.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.29
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.29
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.29
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.29
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:        31139852 kB
MemAvailable:   31885636 kB
Buffers:          103532 kB
Cached:           940804 kB
SwapCached:        38260 kB
Active:           535456 kB
Inactive:         550632 kB
Active(anon):      19452 kB
Inactive(anon):    61836 kB
Active(file):     516004 kB
Inactive(file):   488796 kB
Unevictable:      106848 kB
Mlocked:          106848 kB
SwapTotal:      67108860 kB
SwapFree:       66966948 kB
Dirty:             70348 kB
Writeback:             0 kB
AnonPages:        111816 kB
Mapped:            43428 kB
Shmem:             31180 kB
Slab:             141980 kB
SReclaimable:     113636 kB
SUnreclaim:        28344 kB
KernelStack:        3376 kB
PageTables:         5300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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= 59708 MiB
End job on node125 at 2019-09-13 19:25:26