Trace number 4396426

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)329 2400.08 2348.04

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-4.xml
MD5SUMa08c622730be04b0ce65f9055d76b754
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark326
Best CPU time to get the best result obtained on this benchmark26.2049
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size429
Distribution of domain sizes[{"size":5,"count":50},{"size":429,"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
13.23/5.35	o 423
16.59/6.47	o 419
16.92/6.51	o 416
18.42/7.07	o 415
20.20/7.86	o 413
21.16/8.37	o 412
22.84/9.59	o 397
22.97/9.69	o 394
23.98/10.37	o 393
24.14/10.49	o 392
24.26/10.50	o 391
24.26/10.52	o 390
24.39/10.61	o 388
24.39/10.69	o 384
24.54/10.73	o 383
24.67/10.83	o 375
25.33/11.35	o 368
25.44/11.44	o 361
26.63/12.34	o 360
26.63/12.36	o 359
27.72/13.25	o 357
27.72/13.28	o 354
28.96/14.22	o 353
28.96/14.25	o 351
29.19/14.41	o 350
29.19/14.45	o 349
29.32/14.51	o 348
31.11/16.01	o 347
36.07/20.12	o 344
53.45/36.14	o 343
55.38/38.09	o 342
59.03/41.69	o 341
59.13/41.71	o 340
70.37/52.57	o 339
70.50/52.69	o 337
80.89/62.88	o 336
80.99/62.91	o 335
80.99/62.92	o 334
94.76/76.49	o 333
99.38/81.00	o 332
99.49/81.02	o 330
100.70/82.23	o 329
2400.04/2348.01	Exception in thread "main" java.util.concurrent.TimeoutException
2400.04/2348.01		at concrete.MAC.mac(MAC.scala:192)
2400.04/2348.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.04/2348.01		at scala.util.Try$.apply(Try.scala:212)
2400.04/2348.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.04/2348.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.04/2348.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.04/2348.01		at concrete.MAC.oneRun(MAC.scala:265)
2400.04/2348.01		at concrete.MAC.nextSolution(MAC.scala:284)
2400.04/2348.01		at concrete.MAC.nextSolution(MAC.scala:369)
2400.04/2348.01		at concrete.Solver.hasNext(Solver.scala:160)
2400.04/2348.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2348.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2348.01		at concrete.Solver.foreach(Solver.scala:67)
2400.04/2348.01		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.04/2348.01		at scala.util.Success.map(Try.scala:264)
2400.04/2348.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.04/2348.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.04/2348.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.04/2348.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.04/2348.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.04/2348.01		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.04/2348.01		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.04/2348.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.04/2348.01		at scala.App.$anonfun$main$1(App.scala:75)
2400.04/2348.01		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.04/2348.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2348.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2348.01		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.04/2348.01		at scala.App.main(App.scala:75)
2400.04/2348.01		at scala.App.main$(App.scala:73)
2400.04/2348.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.04/2348.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.04/2348.02	v <instantiation
2400.04/2348.02	v         cost = '329'>
2400.04/2348.02	v       <list>
2400.04/2348.02	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]
2400.04/2348.02	v       </list>
2400.04/2348.02	v       <values>
2400.04/2348.02	v         5 85 137 210 270 0 83 142 192 232 0 86 127 190 249 0 90 222 270 326 0 78 131 225 253 328 324 329 328 328 78 52 73 60 58 52 46 48 33 92 86 31 63 59 80 85 92 5 56 2 78 49 91 28 75 2 1 4 3 0 3 2 1 0 4 0 4 3 1 2 1 0 2 3 4 4 3 2 0 1 270 85 5 210 137 192 142 83 0 232 0 190 249 127 86 90 0 222 270 326 225 253 131 78 0
2400.04/2348.02	v       </values>
2400.04/2348.02	v     </instantiation>
2400.04/2348.02	s SATISFIABLE

Verifier Data

OK	329

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396426-1568393659/watcher-4396426-1568393659 -o /tmp/evaluation-result-4396426-1568393659/solver-4396426-1568393659 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568393610-29987 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1305377423 HOME/instance-4396426-1568393659.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=30019, runsolver pid=30016
Current StackSize limit: 8192 KiB


[startup+0.100109 s]*
/proc/loadavg: 1.56 1.96 2.04 4/210 30107
/proc/meminfo: memFree=31776488/32770624 swapFree=67009336/67108860
[pid=30019] ppid=30016 vsize=113256 memory=1612 CPUtime=0.07 cores=0,2,4,6
/proc/30019/stat : 30019 (bash) S 30016 30019 26870 0 -1 4202496 920 11199 0 0 0 0 5 2 20 0 1 0 415288689 115974144 403 33554432000 4194304 5098028 140736263154400 140736263147624 140327322139648 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 1 0 0 7196144 7232144 22319104 140736263156756 140736263156881 140736263156881 140736263159790 0
/proc/30019/statm: 28314 403 320 221 0 119 0
[pid=30105] ppid=30019 vsize=113256 memory=704 CPUtime=0 cores=0,2,4,6
/proc/30105/stat : 30105 (bash) S 30019 30019 26870 0 -1 4202560 154 152 0 0 0 0 0 0 20 0 1 0 415288699 115974144 176 33554432000 4194304 5098028 140736263154400 140736263146296 140327321965180 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 22319104 140736263156756 140736263156881 140736263156881 140736263159790 0
/proc/30105/statm: 28314 176 92 221 0 119 0
[pid=30107] ppid=30105 vsize=180 memory=4 CPUtime=0 cores=0,2,4,6
/proc/30107/stat : 30107 (cut) D 30105 30019 26870 0 -1 4194304 114 0 0 0 0 0 0 0 20 0 1 0 415288699 184320 1 33554432000 0 0 140727502324942 140736263146360 140327321967095 0 0 4096 0 18446744071580431491 0 0 17 0 0 0 0 0 0 0 0 6332416 140727502324942 0 0 0 0
/proc/30107/statm: 45 1 0 0 0 34 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 226692 KiB
Current children cumulated memory: 2320 KiB

[startup+0.210398 s]*
/proc/loadavg: 1.56 1.96 2.04 5/233 30150
/proc/meminfo: memFree=31739176/32770624 swapFree=67009336/67108860
[pid=30019] ppid=30016 vsize=10819664 memory=35364 CPUtime=0.2 cores=0,2,4,6
/proc/30019/stat : 30019 (java) S 30016 30019 26870 0 -1 1077944320 6650 13235 0 1 11 1 5 3 20 0 15 0 415288689 11079335936 8841 33554432000 4194304 4196468 140733932759056 140733932741600 140433251577591 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
/proc/30019/statm: 2704916 8841 3133 1 0 2667149 0
[pid=30019/tid=30124] ppid=30016 vsize=10819664 memory=8389772277269004345 CPUtime=0.16 cores=0,2,4,6
/proc/30019/task/30124/stat : 30124 (java) R 30016 30019 26870 0 -1 4202560 3223 13235 0 1 8 0 5 3 20 0 15 0 415288701 11079335936 8841 33554432000 4194304 4196468 140733932759056 140433223410368 140433237645710 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30129] ppid=30016 vsize=10819664 memory=288293255295270935 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30129/stat : 30129 (java) S 30016 30019 26870 0 -1 1077944384 2 13235 0 1 0 0 5 3 20 0 15 0 415288701 11079335936 8841 33554432000 4194304 4196468 140733932759056 140433255820048 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30130] ppid=30016 vsize=10819664 memory=140472071652362 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30130/stat : 30130 (java) S 30016 30019 26870 0 -1 1077944384 1 13235 0 1 0 0 5 3 20 0 15 0 415288701 11079335936 9353 33554432000 4194304 4196468 140733932759056 140433154710416 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30131] ppid=30016 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30131/stat : 30131 (java) S 30016 30019 26870 0 -1 1077944384 1 13235 0 1 0 0 5 3 20 0 15 0 415288701 11079335936 9353 33554432000 4194304 4196468 140733932759056 140433153657872 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30132] ppid=30016 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30132/stat : 30132 (java) S 30016 30019 26870 0 -1 1077944384 2 13235 0 1 0 0 5 3 20 0 15 0 415288702 11079335936 9353 33554432000 4194304 4196468 140733932759056 140433152605328 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30134] ppid=30016 vsize=10819664 memory=140472068773504 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30134/stat : 30134 (java) S 30016 30019 26870 0 -1 1077944384 2 13235 0 1 0 0 5 3 20 0 15 0 415288703 11079335936 9353 33554432000 4194304 4196468 140733932759056 140432455436272 140433251588738 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30136] ppid=30016 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30136/stat : 30136 (java) S 30016 30019 26870 0 -1 1077944384 33 13235 0 1 0 0 5 3 20 0 15 0 415288703 11079335936 9353 33554432000 4194304 4196468 140733932759056 140432454382496 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30137] ppid=30016 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30137/stat : 30137 (java) S 30016 30019 26870 0 -1 1077944384 1 13235 0 1 0 0 5 3 20 0 15 0 415288704 11079335936 9353 33554432000 4194304 4196468 140733932759056 140432344343536 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30141] ppid=30016 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30141/stat : 30141 (java) S 30016 30019 26870 0 -1 1077944384 3 13235 0 1 0 0 5 3 20 0 15 0 415288706 11079335936 9353 33554432000 4194304 4196468 140733932759056 140431835617488 140433251596187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30143] ppid=30016 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30143/stat : 30143 (java) R 30016 30019 26870 0 -1 1077944384 436 13235 0 1 0 0 5 3 20 0 15 0 415288706 11079335936 9353 33554432000 4194304 4196468 140733932759056 140432420825584 140433251588738 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30145] ppid=30016 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30145/stat : 30145 (java) R 30016 30019 26870 0 -1 4202560 154 13235 0 1 0 0 5 3 20 0 15 0 415288706 11079335936 9353 33554432000 4194304 4196468 140733932759056 140432419773040 140433243818981 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30146] ppid=30016 vsize=10819664 memory=140472068773504 CPUtime=0.09 cores=0,2,4,6
/proc/30019/task/30146/stat : 30146 (java) R 30016 30019 26870 0 -1 4202560 611 13235 0 1 1 0 5 3 20 0 15 0 415288706 11079335936 9353 33554432000 4194304 4196468 140733932759056 140432418716232 140433230137869 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30148] ppid=30016 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30148/stat : 30148 (java) S 30016 30019 26870 0 -1 1077944384 3 13235 0 1 0 0 5 3 20 0 15 0 415288706 11079335936 9353 33554432000 4194304 4196468 140733932759056 140431802059872 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30150] ppid=30016 vsize=10819664 memory=140472068773504 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30150/stat : 30150 (java) S 30016 30019 26870 0 -1 1077944384 1 13235 0 1 0 0 5 3 20 0 15 0 415288707 11079335936 9353 33554432000 4194304 4196468 140733932759056 140432417667376 140433251588738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 35364 KiB

[startup+0.310823 s]*
/proc/loadavg: 1.56 1.96 2.04 4/233 30150
/proc/meminfo: memFree=31705164/32770624 swapFree=67009336/67108860
[pid=30019] ppid=30016 vsize=10820148 memory=49088 CPUtime=0.37 cores=0,2,4,6
/proc/30019/stat : 30019 (java) S 30016 30019 26870 0 -1 1077944320 10363 13235 0 1 26 3 5 3 20 0 15 0 415288689 11079831552 12272 33554432000 4194304 4196468 140733932759056 140733932741600 140433251577591 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
/proc/30019/statm: 2705037 12272 3295 1 0 2667149 0
[pid=30019/tid=30124] ppid=30016 vsize=10820148 memory=7721456961139913011 CPUtime=0.26 cores=0,2,4,6
/proc/30019/task/30124/stat : 30124 (java) R 30016 30019 26870 0 -1 4202560 6820 13235 0 1 16 2 5 3 20 0 15 0 415288701 11079831552 12272 33554432000 4194304 4196468 140733932759056 140433223380736 140433235658078 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30129] ppid=30016 vsize=10820148 memory=3472323898181169199 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30129/stat : 30129 (java) S 30016 30019 26870 0 -1 1077944384 2 13235 0 1 0 0 5 3 20 0 15 0 415288701 11079831552 12272 33554432000 4194304 4196468 140733932759056 140433255820048 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30130] ppid=30016 vsize=10820148 memory=4122819170707441977 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30130/stat : 30130 (java) S 30016 30019 26870 0 -1 1077944384 1 13235 0 1 0 0 5 3 20 0 15 0 415288701 11079831552 12272 33554432000 4194304 4196468 140733932759056 140433154710416 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30131] ppid=30016 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30131/stat : 30131 (java) S 30016 30019 26870 0 -1 1077944384 1 13235 0 1 0 0 5 3 20 0 15 0 415288701 11079831552 12272 33554432000 4194304 4196468 140733932759056 140433153657872 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30132] ppid=30016 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30132/stat : 30132 (java) S 30016 30019 26870 0 -1 1077944384 2 13235 0 1 0 0 5 3 20 0 15 0 415288702 11079831552 12272 33554432000 4194304 4196468 140733932759056 140433152605328 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30134] ppid=30016 vsize=10820148 memory=140472068773504 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30134/stat : 30134 (java) S 30016 30019 26870 0 -1 1077944384 2 13235 0 1 0 0 5 3 20 0 15 0 415288703 11079831552 12272 33554432000 4194304 4196468 140733932759056 140432455436272 140433251588738 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30136] ppid=30016 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30136/stat : 30136 (java) S 30016 30019 26870 0 -1 1077944384 33 13235 0 1 0 0 5 3 20 0 15 0 415288703 11079831552 12272 33554432000 4194304 4196468 140733932759056 140432454382496 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30137] ppid=30016 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30137/stat : 30137 (java) S 30016 30019 26870 0 -1 1077944384 1 13235 0 1 0 0 5 3 20 0 15 0 415288704 11079831552 12272 33554432000 4194304 4196468 140733932759056 140432344343536 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30141] ppid=30016 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30141/stat : 30141 (java) S 30016 30019 26870 0 -1 1077944384 3 13235 0 1 0 0 5 3 20 0 15 0 415288706 11079831552 12272 33554432000 4194304 4196468 140733932759056 140431835617488 140433251596187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30143] ppid=30016 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30019/task/30143/stat : 30143 (java) S 30016 30019 26870 0 -1 1077944384 474 13235 0 1 1 0 5 3 20 0 15 0 415288706 11079831552 12272 33554432000 4194304 4196468 140733932759056 140432420825584 140433251588738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30145] ppid=30016 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/30019/task/30145/stat : 30145 (java) S 30016 30019 26870 0 -1 1077944384 185 13235 0 1 1 0 5 3 20 0 15 0 415288706 11079831552 12272 33554432000 4194304 4196468 140733932759056 140432419773040 140433251588738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30146] ppid=30016 vsize=10820148 memory=140472068773504 CPUtime=0.13 cores=0,2,4,6
/proc/30019/task/30146/stat : 30146 (java) S 30016 30019 26870 0 -1 1077944384 632 13235 0 1 5 0 5 3 20 0 15 0 415288706 11079831552 12272 33554432000 4194304 4196468 140733932759056 140432418720496 140433251588738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30148] ppid=30016 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30148/stat : 30148 (java) S 30016 30019 26870 0 -1 1077944384 3 13235 0 1 0 0 5 3 20 0 15 0 415288706 11079831552 12272 33554432000 4194304 4196468 140733932759056 140431802059872 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30150] ppid=30016 vsize=10820148 memory=140472068773504 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30150/stat : 30150 (java) S 30016 30019 26870 0 -1 1077944384 1 13235 0 1 0 0 5 3 20 0 15 0 415288707 11079831552 12272 33554432000 4194304 4196468 140733932759056 140432417667376 140433251588738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49088 KiB

[startup+0.700707 s]
/proc/loadavg: 1.56 1.96 2.04 4/233 30150
/proc/meminfo: memFree=31677176/32770624 swapFree=67009336/67108860
[pid=30019] ppid=30016 vsize=10822312 memory=75472 CPUtime=1.03 cores=0,2,4,6
/proc/30019/stat : 30019 (java) S 30016 30019 26870 0 -1 1077944320 14052 13235 0 1 90 5 5 3 20 0 15 0 415288689 11082047488 18868 33554432000 4194304 4196468 140733932759056 140733932741600 140433251577591 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
/proc/30019/statm: 2705578 18868 3493 1 0 2667661 0
[pid=30019/tid=30124] ppid=30016 vsize=10822312 memory=0 CPUtime=0.6 cores=0,2,4,6
/proc/30019/task/30124/stat : 30124 (java) D 30016 30019 26870 0 -1 4202560 9342 13235 0 1 49 3 5 3 20 0 15 0 415288701 11082047488 18868 33554432000 4194304 4196468 140733932759056 140433223399456 140433251599517 0 4 0 16800975 18446744071580419588 0 0 -1 2 0 0 3 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30129] ppid=30016 vsize=10822312 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30129/stat : 30129 (java) S 30016 30019 26870 0 -1 1077944384 2 13235 0 1 0 0 5 3 20 0 15 0 415288701 11082047488 18868 33554432000 4194304 4196468 140733932759056 140433255820048 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30130] ppid=30016 vsize=10822312 memory=140471938724688 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30130/stat : 30130 (java) S 30016 30019 26870 0 -1 1077944384 1 13235 0 1 0 0 5 3 20 0 15 0 415288701 11082047488 18868 33554432000 4194304 4196468 140733932759056 140433154710416 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30131] ppid=30016 vsize=10822312 memory=140475495350865 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30131/stat : 30131 (java) S 30016 30019 26870 0 -1 1077944384 1 13235 0 1 0 0 5 3 20 0 15 0 415288701 11082047488 18868 33554432000 4194304 4196468 140733932759056 140433153657872 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30132] ppid=30016 vsize=10822312 memory=8500 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30132/stat : 30132 (java) S 30016 30019 26870 0 -1 1077944384 2 13235 0 1 0 0 5 3 20 0 15 0 415288702 11082047488 18868 33554432000 4194304 4196468 140733932759056 140433152605328 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30134] ppid=30016 vsize=10822312 memory=6296683625422672224 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30134/stat : 30134 (java) S 30016 30019 26870 0 -1 1077944384 6 13235 0 1 0 0 5 3 20 0 15 0 415288703 11082047488 18868 33554432000 4194304 4196468 140733932759056 140432455436272 140433251588738 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30136] ppid=30016 vsize=10822312 memory=7739276948477930855 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30136/stat : 30136 (java) S 30016 30019 26870 0 -1 1077944384 33 13235 0 1 0 0 5 3 20 0 15 0 415288703 11082047488 18868 33554432000 4194304 4196468 140733932759056 140432454382496 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30137] ppid=30016 vsize=10822312 memory=5787213827046467687 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30137/stat : 30137 (java) S 30016 30019 26870 0 -1 1077944384 1 13235 0 1 0 0 5 3 20 0 15 0 415288704 11082047488 18868 33554432000 4194304 4196468 140733932759056 140432344343536 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30141] ppid=30016 vsize=10822312 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30141/stat : 30141 (java) S 30016 30019 26870 0 -1 1077944384 3 13235 0 1 0 0 5 3 20 0 15 0 415288706 11082047488 18868 33554432000 4194304 4196468 140733932759056 140431835617488 140433251596187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30143] ppid=30016 vsize=10822312 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/30019/task/30143/stat : 30143 (java) R 30016 30019 26870 0 -1 4202560 1054 13235 0 1 13 0 5 3 20 0 15 0 415288706 11082047488 18868 33554432000 4194304 4196468 140733932759056 140432420813136 140433233121825 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30145] ppid=30016 vsize=10822312 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/30019/task/30145/stat : 30145 (java) R 30016 30019 26870 0 -1 4202560 571 13235 0 1 9 0 5 3 20 0 15 0 415288706 11082047488 18868 33554432000 4194304 4196468 140733932759056 140432419758920 140433233098817 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30146] ppid=30016 vsize=10822312 memory=5820 CPUtime=0.24 cores=0,2,4,6
/proc/30019/task/30146/stat : 30146 (java) S 30016 30019 26870 0 -1 1077944384 826 13235 0 1 16 0 5 3 20 0 15 0 415288706 11082047488 18868 33554432000 4194304 4196468 140733932759056 140432418720496 140433251588738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30148] ppid=30016 vsize=10822312 memory=13948 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30148/stat : 30148 (java) S 30016 30019 26870 0 -1 1077944384 3 13235 0 1 0 0 5 3 20 0 15 0 415288706 11082047488 18868 33554432000 4194304 4196468 140733932759056 140431802059872 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30150] ppid=30016 vsize=10822312 memory=2120 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30150/stat : 30150 (java) S 30016 30019 26870 0 -1 1077944384 1 13235 0 1 0 0 5 3 20 0 15 0 415288707 11082047488 18868 33554432000 4194304 4196468 140733932759056 140432417667376 140433251588738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 10822312 KiB
Current children cumulated memory: 75472 KiB

[startup+1.50077 s]
/proc/loadavg: 1.56 1.96 2.04 8/233 30150
/proc/meminfo: memFree=31605812/32770624 swapFree=67009336/67108860
[pid=30019] ppid=30016 vsize=10834676 memory=170012 CPUtime=2.28 cores=0,2,4,6
/proc/30019/stat : 30019 (java) S 30016 30019 26870 0 -1 1077944320 23434 13235 0 1 210 10 5 3 20 0 15 0 415288689 11094708224 42503 33554432000 4194304 4196468 140733932759056 140733932741600 140433251577591 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
/proc/30019/statm: 2708669 42503 3575 1 0 2670733 0
[pid=30019/tid=30124] ppid=30016 vsize=10834676 memory=0 CPUtime=1.33 cores=0,2,4,6
/proc/30019/task/30124/stat : 30124 (java) R 30016 30019 26870 0 -1 4202560 15398 13235 0 1 119 6 5 3 20 0 15 0 415288701 11094708224 42503 33554432000 4194304 4196468 140733932759056 140433223396288 140433235658078 0 4 0 16800975 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30129] ppid=30016 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30019/task/30129/stat : 30129 (java) S 30016 30019 26870 0 -1 1077944384 363 13235 0 1 1 0 5 3 20 0 15 0 415288701 11094708224 42503 33554432000 4194304 4196468 140733932759056 140433255820048 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30130] ppid=30016 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30130/stat : 30130 (java) S 30016 30019 26870 0 -1 1077944384 41 13235 0 1 0 0 5 3 20 0 15 0 415288701 11094708224 42503 33554432000 4194304 4196468 140733932759056 140433154710416 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30131] ppid=30016 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30019/task/30131/stat : 30131 (java) S 30016 30019 26870 0 -1 1077944384 88 13235 0 1 1 0 5 3 20 0 15 0 415288701 11094708224 42503 33554432000 4194304 4196468 140733932759056 140433153657872 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30132] ppid=30016 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30019/task/30132/stat : 30132 (java) S 30016 30019 26870 0 -1 1077944384 62 13235 0 1 1 0 5 3 20 0 15 0 415288702 11094708224 42503 33554432000 4194304 4196468 140733932759056 140433152605328 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30134] ppid=30016 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30019/task/30134/stat : 30134 (java) S 30016 30019 26870 0 -1 1077944384 1735 13235 0 1 1 0 5 3 20 0 15 0 415288703 11094708224 42503 33554432000 4194304 4196468 140733932759056 140432455436272 140433251588738 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30136] ppid=30016 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30136/stat : 30136 (java) S 30016 30019 26870 0 -1 1077944384 34 13235 0 1 0 0 5 3 20 0 15 0 415288703 11094708224 42503 33554432000 4194304 4196468 140733932759056 140432454382560 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30137] ppid=30016 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30137/stat : 30137 (java) S 30016 30019 26870 0 -1 1077944384 1 13235 0 1 0 0 5 3 20 0 15 0 415288704 11094708224 42503 33554432000 4194304 4196468 140733932759056 140432344343536 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30141] ppid=30016 vsize=10834676 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30141/stat : 30141 (java) S 30016 30019 26870 0 -1 1077944384 3 13235 0 1 0 0 5 3 20 0 15 0 415288706 11094708224 42503 33554432000 4194304 4196468 140733932759056 140431835617488 140433251596187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30143] ppid=30016 vsize=10834676 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/30019/task/30143/stat : 30143 (java) S 30016 30019 26870 0 -1 1077944384 1257 13235 0 1 24 0 5 3 20 0 15 0 415288706 11094708224 42503 33554432000 4194304 4196468 140733932759056 140432420825584 140433251588738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30145] ppid=30016 vsize=10834676 memory=8320808402720076342 CPUtime=0.31 cores=0,2,4,6
/proc/30019/task/30145/stat : 30145 (java) S 30016 30019 26870 0 -1 1077944384 700 13235 0 1 23 0 5 3 20 0 15 0 415288706 11094708224 42503 33554432000 4194304 4196468 140733932759056 140432419773040 140433251588738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30146] ppid=30016 vsize=10834676 memory=4641894371955987057 CPUtime=0.43 cores=0,2,4,6
/proc/30019/task/30146/stat : 30146 (java) S 30016 30019 26870 0 -1 1077944384 1540 13235 0 1 35 0 5 3 20 0 15 0 415288706 11094708224 42503 33554432000 4194304 4196468 140733932759056 140432418720496 140433251588738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30148] ppid=30016 vsize=10834676 memory=7980 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30148/stat : 30148 (java) S 30016 30019 26870 0 -1 1077944384 3 13235 0 1 0 0 5 3 20 0 15 0 415288706 11094708224 42503 33554432000 4194304 4196468 140733932759056 140431802059872 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30150] ppid=30016 vsize=10834676 memory=1584 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30150/stat : 30150 (java) S 30016 30019 26870 0 -1 1077944384 3 13235 0 1 0 0 5 3 20 0 15 0 415288707 11094708224 42503 33554432000 4194304 4196468 140733932759056 140432417667376 140433251588738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10834676 KiB
Current children cumulated memory: 170012 KiB

[startup+3.11085 s]
/proc/loadavg: 1.56 1.96 2.04 4/233 30150

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

/proc/30019/task/30124/stat : 30124 (java) R 30016 30019 26870 0 -1 4202560 80855 13235 1 1 217831 46 5 3 20 0 15 0 415288701 11111518208 230684 33554432000 4194304 4196468 140733932759056 140433223413344 140432848100611 0 4 0 16800975 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30129] ppid=30016 vsize=10851092 memory=922736 CPUtime=10.84 cores=0,2,4,6
/proc/30019/task/30129/stat : 30129 (java) S 30016 30019 26870 0 -1 1077944384 16183 13235 0 1 1028 48 5 3 20 0 15 0 415288701 11111518208 230684 33554432000 4194304 4196468 140733932759056 140433255820048 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30130] ppid=30016 vsize=10851092 memory=922736 CPUtime=10.8 cores=0,2,4,6
/proc/30019/task/30130/stat : 30130 (java) S 30016 30019 26870 0 -1 1077944384 21529 13235 0 1 1024 48 5 3 20 0 15 0 415288701 11111518208 230684 33554432000 4194304 4196468 140733932759056 140433154710416 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30131] ppid=30016 vsize=10851092 memory=922736 CPUtime=10.82 cores=0,2,4,6
/proc/30019/task/30131/stat : 30131 (java) S 30016 30019 26870 0 -1 1077944384 15548 13235 0 1 1023 51 5 3 20 0 15 0 415288701 11111518208 230684 33554432000 4194304 4196468 140733932759056 140433153657872 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30132] ppid=30016 vsize=10851092 memory=922736 CPUtime=10.8 cores=0,2,4,6
/proc/30019/task/30132/stat : 30132 (java) S 30016 30019 26870 0 -1 1077944384 15699 13235 0 1 1023 49 5 3 20 0 15 0 415288702 11111518208 230684 33554432000 4194304 4196468 140733932759056 140433152605328 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30134] ppid=30016 vsize=10851092 memory=922736 CPUtime=9.27 cores=0,2,4,6
/proc/30019/task/30134/stat : 30134 (java) S 30016 30019 26870 0 -1 1077944384 18916 13235 0 1 873 46 5 3 20 0 15 0 415288703 11111518208 230684 33554432000 4194304 4196468 140733932759056 140432455436272 140433251588738 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30136] ppid=30016 vsize=10851092 memory=922736 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30136/stat : 30136 (java) S 30016 30019 26870 0 -1 1077944384 41 13235 0 1 0 0 5 3 20 0 15 0 415288703 11111518208 230684 33554432000 4194304 4196468 140733932759056 140432454382624 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30137] ppid=30016 vsize=10851092 memory=8500 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30137/stat : 30137 (java) S 30016 30019 26870 0 -1 1077944384 1 13235 0 1 0 0 5 3 20 0 15 0 415288704 11111518208 230684 33554432000 4194304 4196468 140733932759056 140432344343552 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30141] ppid=30016 vsize=10851092 memory=922736 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30141/stat : 30141 (java) S 30016 30019 26870 0 -1 1077944384 3 13235 0 1 0 0 5 3 20 0 15 0 415288706 11111518208 230684 33554432000 4194304 4196468 140733932759056 140431835617488 140433251596187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30143] ppid=30016 vsize=10851092 memory=33 CPUtime=8.01 cores=0,2,4,6
/proc/30019/task/30143/stat : 30143 (java) S 30016 30019 26870 0 -1 1077944384 41833 13235 0 1 787 6 5 3 20 0 15 0 415288706 11111518208 230684 33554432000 4194304 4196468 140733932759056 140432420825584 140433251588738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30145] ppid=30016 vsize=10851092 memory=922736 CPUtime=7.36 cores=0,2,4,6
/proc/30019/task/30145/stat : 30145 (java) S 30016 30019 26870 0 -1 1077944384 33285 13235 0 1 723 5 5 3 20 0 15 0 415288706 11111518208 230684 33554432000 4194304 4196468 140733932759056 140432419773040 140433251588738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30146] ppid=30016 vsize=10851092 memory=920688 CPUtime=4.59 cores=0,2,4,6
/proc/30019/task/30146/stat : 30146 (java) S 30016 30019 26870 0 -1 1077944384 34100 13235 0 1 443 8 5 3 20 0 15 0 415288706 11111518208 230684 33554432000 4194304 4196468 140733932759056 140432418720496 140433251588738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30148] ppid=30016 vsize=10851092 memory=922736 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30148/stat : 30148 (java) S 30016 30019 26870 0 -1 1077944384 3 13235 0 1 0 0 5 3 20 0 15 0 415288706 11111518208 230684 33554432000 4194304 4196468 140733932759056 140431802059872 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30150] ppid=30016 vsize=10851092 memory=920688 CPUtime=1.44 cores=0,2,4,6
/proc/30019/task/30150/stat : 30150 (java) S 30016 30019 26870 0 -1 1077944384 1569 13235 0 1 70 66 5 3 20 0 15 0 415288707 11111518208 230684 33554432000 4194304 4196468 140733932759056 140432417667376 140433251588738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
Current children cumulated CPU time: 2252.17 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 922736 KiB

[startup+2262.3 s]
/proc/loadavg: 1.35 1.37 1.45 4/232 30376
/proc/meminfo: memFree=29916832/32770624 swapFree=67009360/67108860
[pid=30019] ppid=30016 vsize=10851092 memory=924784 CPUtime=2313.03 cores=0,2,4,6
/proc/30019/stat : 30019 (java) S 30016 30019 26870 0 -1 1077944320 282640 13235 1 1 230971 324 5 3 20 0 15 0 415288689 11111518208 231196 33554432000 4194304 4196468 140733932759056 140733932741600 140433251577591 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
/proc/30019/statm: 2712773 231196 3633 1 0 2674829 0
[pid=30019/tid=30124] ppid=30016 vsize=10851092 memory=924784 CPUtime=2238.25 cores=0,2,4,6
/proc/30019/task/30124/stat : 30124 (java) R 30016 30019 26870 0 -1 4202560 81371 13235 1 1 223770 47 5 3 20 0 15 0 415288701 11111518208 231196 33554432000 4194304 4196468 140733932759056 140433223413776 140432852072905 0 4 0 16800975 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30129] ppid=30016 vsize=10851092 memory=1948 CPUtime=11.13 cores=0,2,4,6
/proc/30019/task/30129/stat : 30129 (java) S 30016 30019 26870 0 -1 1077944384 16221 13235 0 1 1055 50 5 3 20 0 15 0 415288701 11111518208 231196 33554432000 4194304 4196468 140733932759056 140433255820048 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30130] ppid=30016 vsize=10851092 memory=924784 CPUtime=11.1 cores=0,2,4,6
/proc/30019/task/30130/stat : 30130 (java) S 30016 30019 26870 0 -1 1077944384 21538 13235 0 1 1053 49 5 3 20 0 15 0 415288701 11111518208 231196 33554432000 4194304 4196468 140733932759056 140433154710416 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30131] ppid=30016 vsize=10851092 memory=922736 CPUtime=11.12 cores=0,2,4,6
/proc/30019/task/30131/stat : 30131 (java) S 30016 30019 26870 0 -1 1077944384 15557 13235 0 1 1052 52 5 3 20 0 15 0 415288701 11111518208 231196 33554432000 4194304 4196468 140733932759056 140433153657872 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30132] ppid=30016 vsize=10851092 memory=924784 CPUtime=11.1 cores=0,2,4,6
/proc/30019/task/30132/stat : 30132 (java) S 30016 30019 26870 0 -1 1077944384 15773 13235 0 1 1052 50 5 3 20 0 15 0 415288702 11111518208 231196 33554432000 4194304 4196468 140733932759056 140433152605328 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30134] ppid=30016 vsize=10851092 memory=924784 CPUtime=9.51 cores=0,2,4,6
/proc/30019/task/30134/stat : 30134 (java) S 30016 30019 26870 0 -1 1077944384 19117 13235 0 1 896 47 5 3 20 0 15 0 415288703 11111518208 231196 33554432000 4194304 4196468 140733932759056 140432455436272 140433251588738 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30136] ppid=30016 vsize=10851092 memory=924784 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30136/stat : 30136 (java) S 30016 30019 26870 0 -1 1077944384 41 13235 0 1 0 0 5 3 20 0 15 0 415288703 11111518208 231196 33554432000 4194304 4196468 140733932759056 140432454382624 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30137] ppid=30016 vsize=10851092 memory=3472328296227679313 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30137/stat : 30137 (java) S 30016 30019 26870 0 -1 1077944384 1 13235 0 1 0 0 5 3 20 0 15 0 415288704 11111518208 231196 33554432000 4194304 4196468 140733932759056 140432344343552 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30141] ppid=30016 vsize=10851092 memory=924784 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30141/stat : 30141 (java) S 30016 30019 26870 0 -1 1077944384 3 13235 0 1 0 0 5 3 20 0 15 0 415288706 11111518208 231196 33554432000 4194304 4196468 140733932759056 140431835617488 140433251596187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30143] ppid=30016 vsize=10851092 memory=924784 CPUtime=8.01 cores=0,2,4,6
/proc/30019/task/30143/stat : 30143 (java) S 30016 30019 26870 0 -1 1077944384 41835 13235 0 1 787 6 5 3 20 0 15 0 415288706 11111518208 231196 33554432000 4194304 4196468 140733932759056 140432420825584 140433251588738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30145] ppid=30016 vsize=10851092 memory=924784 CPUtime=7.36 cores=0,2,4,6
/proc/30019/task/30145/stat : 30145 (java) S 30016 30019 26870 0 -1 1077944384 33287 13235 0 1 723 5 5 3 20 0 15 0 415288706 11111518208 231196 33554432000 4194304 4196468 140733932759056 140432419773040 140433251588738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30146] ppid=30016 vsize=10851092 memory=924784 CPUtime=4.59 cores=0,2,4,6
/proc/30019/task/30146/stat : 30146 (java) S 30016 30019 26870 0 -1 1077944384 34102 13235 0 1 443 8 5 3 20 0 15 0 415288706 11111518208 231196 33554432000 4194304 4196468 140733932759056 140432418720496 140433251588738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30148] ppid=30016 vsize=10851092 memory=1584 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30148/stat : 30148 (java) S 30016 30019 26870 0 -1 1077944384 3 13235 0 1 0 0 5 3 20 0 15 0 415288706 11111518208 231196 33554432000 4194304 4196468 140733932759056 140431802059872 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30150] ppid=30016 vsize=10851092 memory=924784 CPUtime=1.47 cores=0,2,4,6
/proc/30019/task/30150/stat : 30150 (java) S 30016 30019 26870 0 -1 1077944384 1585 13235 0 1 72 67 5 3 20 0 15 0 415288707 11111518208 231196 33554432000 4194304 4196468 140733932759056 140432417667376 140433251588738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
Current children cumulated CPU time: 2313.03 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 924784 KiB

[startup+2322.3 s]
/proc/loadavg: 1.42 1.38 1.45 4/232 30380
/proc/meminfo: memFree=29914908/32770624 swapFree=67009360/67108860
[pid=30019] ppid=30016 vsize=10851092 memory=924784 CPUtime=2373.92 cores=0,2,4,6
/proc/30019/stat : 30019 (java) S 30016 30019 26870 0 -1 1077944320 284346 13235 1 1 237053 331 5 3 20 0 15 0 415288689 11111518208 231196 33554432000 4194304 4196468 140733932759056 140733932741600 140433251577591 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
/proc/30019/statm: 2712773 231196 3633 1 0 2674829 0
[pid=30019/tid=30124] ppid=30016 vsize=10851092 memory=924784 CPUtime=2297.6 cores=0,2,4,6
/proc/30019/task/30124/stat : 30124 (java) R 30016 30019 26870 0 -1 4202560 82137 13235 1 1 229705 47 5 3 20 0 15 0 415288701 11111518208 231196 33554432000 4194304 4196468 140733932759056 140433223412464 140432832010163 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30129] ppid=30016 vsize=10851092 memory=924784 CPUtime=11.44 cores=0,2,4,6
/proc/30019/task/30129/stat : 30129 (java) S 30016 30019 26870 0 -1 1077944384 16299 13235 0 1 1085 51 5 3 20 0 15 0 415288701 11111518208 231196 33554432000 4194304 4196468 140733932759056 140433255820048 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30130] ppid=30016 vsize=10851092 memory=280943877711576 CPUtime=11.4 cores=0,2,4,6
/proc/30019/task/30130/stat : 30130 (java) S 30016 30019 26870 0 -1 1077944384 21572 13235 0 1 1082 50 5 3 20 0 15 0 415288701 11111518208 231196 33554432000 4194304 4196468 140733932759056 140433154710416 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30131] ppid=30016 vsize=10851092 memory=924784 CPUtime=11.42 cores=0,2,4,6
/proc/30019/task/30131/stat : 30131 (java) S 30016 30019 26870 0 -1 1077944384 15588 13235 0 1 1081 53 5 3 20 0 15 0 415288701 11111518208 231196 33554432000 4194304 4196468 140733932759056 140433153657872 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30132] ppid=30016 vsize=10851092 memory=924784 CPUtime=11.4 cores=0,2,4,6
/proc/30019/task/30132/stat : 30132 (java) S 30016 30019 26870 0 -1 1077944384 16074 13235 0 1 1081 51 5 3 20 0 15 0 415288702 11111518208 231196 33554432000 4194304 4196468 140733932759056 140433152605328 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30134] ppid=30016 vsize=10851092 memory=924784 CPUtime=9.77 cores=0,2,4,6
/proc/30019/task/30134/stat : 30134 (java) S 30016 30019 26870 0 -1 1077944384 19344 13235 0 1 920 49 5 3 20 0 15 0 415288703 11111518208 231196 33554432000 4194304 4196468 140733932759056 140432455436272 140433251588738 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30136] ppid=30016 vsize=10851092 memory=924784 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30136/stat : 30136 (java) S 30016 30019 26870 0 -1 1077944384 41 13235 0 1 0 0 5 3 20 0 15 0 415288703 11111518208 231196 33554432000 4194304 4196468 140733932759056 140432454382624 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30137] ppid=30016 vsize=10851092 memory=924784 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30137/stat : 30137 (java) S 30016 30019 26870 0 -1 1077944384 1 13235 0 1 0 0 5 3 20 0 15 0 415288704 11111518208 231196 33554432000 4194304 4196468 140733932759056 140432344343552 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30141] ppid=30016 vsize=10851092 memory=1948 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30141/stat : 30141 (java) S 30016 30019 26870 0 -1 1077944384 3 13235 0 1 0 0 5 3 20 0 15 0 415288706 11111518208 231196 33554432000 4194304 4196468 140733932759056 140431835617488 140433251596187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30143] ppid=30016 vsize=10851092 memory=924784 CPUtime=8.02 cores=0,2,4,6
/proc/30019/task/30143/stat : 30143 (java) S 30016 30019 26870 0 -1 1077944384 41837 13235 0 1 788 6 5 3 20 0 15 0 415288706 11111518208 231196 33554432000 4194304 4196468 140733932759056 140432420825584 140433251588738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30145] ppid=30016 vsize=10851092 memory=924784 CPUtime=7.36 cores=0,2,4,6
/proc/30019/task/30145/stat : 30145 (java) S 30016 30019 26870 0 -1 1077944384 33289 13235 0 1 723 5 5 3 20 0 15 0 415288706 11111518208 231196 33554432000 4194304 4196468 140733932759056 140432419773040 140433251588738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30146] ppid=30016 vsize=10851092 memory=924784 CPUtime=4.59 cores=0,2,4,6
/proc/30019/task/30146/stat : 30146 (java) S 30016 30019 26870 0 -1 1077944384 34351 13235 0 1 443 8 5 3 20 0 15 0 415288706 11111518208 231196 33554432000 4194304 4196468 140733932759056 140432418720496 140433251588738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30148] ppid=30016 vsize=10851092 memory=924784 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30148/stat : 30148 (java) S 30016 30019 26870 0 -1 1077944384 3 13235 0 1 0 0 5 3 20 0 15 0 415288706 11111518208 231196 33554432000 4194304 4196468 140733932759056 140431802059872 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30150] ppid=30016 vsize=10851092 memory=4872558044660077418 CPUtime=1.52 cores=0,2,4,6
/proc/30019/task/30150/stat : 30150 (java) S 30016 30019 26870 0 -1 1077944384 1601 13235 0 1 74 70 5 3 20 0 15 0 415288707 11111518208 231196 33554432000 4194304 4196468 140733932759056 140432417667376 140433251588738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
Current children cumulated CPU time: 2373.92 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 924784 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2348 s]*
/proc/loadavg: 1.55 1.42 1.46 4/232 30384
/proc/meminfo: memFree=29913520/32770624 swapFree=67009360/67108860
[pid=30019] ppid=30016 vsize=10851092 memory=926832 CPUtime=2400.04 cores=0,2,4,6
/proc/30019/stat : 30019 (java) S 30016 30019 26870 0 -1 1077944320 285515 13235 1 1 239661 335 5 3 20 0 15 0 415288689 11111518208 231708 33554432000 4194304 4196468 140733932759056 140733932741600 140433251577591 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
/proc/30019/statm: 2712773 231708 3633 1 0 2674829 0
[pid=30019/tid=30124] ppid=30016 vsize=10851092 memory=6791534058613427641 CPUtime=2323.03 cores=0,2,4,6
/proc/30019/task/30124/stat : 30124 (java) R 30016 30019 26870 0 -1 4202560 82632 13235 1 1 232248 47 5 3 20 0 15 0 415288701 11111518208 231708 33554432000 4194304 4196468 140733932759056 140433223413616 140432850938754 0 4 0 16800975 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30129] ppid=30016 vsize=10851092 memory=4872558044660077418 CPUtime=11.58 cores=0,2,4,6
/proc/30019/task/30129/stat : 30129 (java) S 30016 30019 26870 0 -1 1077944384 16335 13235 0 1 1098 52 5 3 20 0 15 0 415288701 11111518208 231708 33554432000 4194304 4196468 140733932759056 140433255820048 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30130] ppid=30016 vsize=10851092 memory=1060 CPUtime=11.55 cores=0,2,4,6
/proc/30019/task/30130/stat : 30130 (java) S 30016 30019 26870 0 -1 1077944384 21608 13235 0 1 1096 51 5 3 20 0 15 0 415288701 11111518208 231708 33554432000 4194304 4196468 140733932759056 140433154710416 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30131] ppid=30016 vsize=10851092 memory=7980 CPUtime=11.56 cores=0,2,4,6
/proc/30019/task/30131/stat : 30131 (java) S 30016 30019 26870 0 -1 1077944384 15670 13235 0 1 1094 54 5 3 20 0 15 0 415288701 11111518208 231708 33554432000 4194304 4196468 140733932759056 140433153657872 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30132] ppid=30016 vsize=10851092 memory=1584 CPUtime=11.54 cores=0,2,4,6
/proc/30019/task/30132/stat : 30132 (java) S 30016 30019 26870 0 -1 1077944384 16358 13235 0 1 1094 52 5 3 20 0 15 0 415288702 11111518208 231708 33554432000 4194304 4196468 140733932759056 140433152605328 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30134] ppid=30016 vsize=10851092 memory=14004 CPUtime=9.89 cores=0,2,4,6
/proc/30019/task/30134/stat : 30134 (java) S 30016 30019 26870 0 -1 1077944384 19559 13235 0 1 931 50 5 3 20 0 15 0 415288703 11111518208 231708 33554432000 4194304 4196468 140733932759056 140432455436272 140433251588738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30136] ppid=30016 vsize=10851092 memory=5856 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30136/stat : 30136 (java) S 30016 30019 26870 0 -1 1077944384 41 13235 0 1 0 0 5 3 20 0 15 0 415288703 11111518208 231708 33554432000 4194304 4196468 140733932759056 140432454382624 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30137] ppid=30016 vsize=10851092 memory=13948 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30137/stat : 30137 (java) S 30016 30019 26870 0 -1 1077944384 1 13235 0 1 0 0 5 3 20 0 15 0 415288704 11111518208 231708 33554432000 4194304 4196468 140733932759056 140432344343552 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30141] ppid=30016 vsize=10851092 memory=2120 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30141/stat : 30141 (java) S 30016 30019 26870 0 -1 1077944384 3 13235 0 1 0 0 5 3 20 0 15 0 415288706 11111518208 231708 33554432000 4194304 4196468 140733932759056 140431835617488 140433251596187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30143] ppid=30016 vsize=10851092 memory=520 CPUtime=8.02 cores=0,2,4,6
/proc/30019/task/30143/stat : 30143 (java) S 30016 30019 26870 0 -1 1077944384 41839 13235 0 1 788 6 5 3 20 0 15 0 415288706 11111518208 231708 33554432000 4194304 4196468 140733932759056 140432420825584 140433251588738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30145] ppid=30016 vsize=10851092 memory=1560 CPUtime=7.36 cores=0,2,4,6
/proc/30019/task/30145/stat : 30145 (java) S 30016 30019 26870 0 -1 1077944384 33291 13235 0 1 723 5 5 3 20 0 15 0 415288706 11111518208 231708 33554432000 4194304 4196468 140733932759056 140432419773040 140433251588738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30146] ppid=30016 vsize=10851092 memory=928 CPUtime=4.59 cores=0,2,4,6
/proc/30019/task/30146/stat : 30146 (java) S 30016 30019 26870 0 -1 1077944384 34353 13235 0 1 443 8 5 3 20 0 15 0 415288706 11111518208 231708 33554432000 4194304 4196468 140733932759056 140432418720496 140433251588738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30148] ppid=30016 vsize=10851092 memory=1616 CPUtime=0.08 cores=0,2,4,6
/proc/30019/task/30148/stat : 30148 (java) S 30016 30019 26870 0 -1 1077944384 3 13235 0 1 0 0 5 3 20 0 15 0 415288706 11111518208 231708 33554432000 4194304 4196468 140733932759056 140431802059872 140433251587797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
[pid=30019/tid=30150] ppid=30016 vsize=10851092 memory=896 CPUtime=1.53 cores=0,2,4,6
/proc/30019/task/30150/stat : 30150 (java) S 30016 30019 26870 0 -1 1077944384 1616 13235 0 1 74 71 5 3 20 0 15 0 415288707 11111518208 231708 33554432000 4194304 4196468 140733932759056 140432417667376 140433251588738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15757312 140733932767983 140733932770501 140733932770501 140733932773327 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 926832 KiB

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

[startup+2348.04 s]
# the end of solver process 30019 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.68 s, system=3.3962 s

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

Child status: 143
Real time (s): 2348.04
CPU time (s): 2400.08
CPU user time (s): 2396.68
CPU system time (s): 3.3962
CPU usage (%): 102.216
Max. virtual memory (cumulated for all children) (KiB): 10854068
Max. memory (cumulated for all children) (KiB): 947276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.68
system time used= 3.3962
maximum resident set size= 949316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 299583
page faults= 2
swaps= 0
block input operations= 14592
block output operations= 2840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 262614
involuntary context switches= 9142


# summary of solver processes directly reported to runsolver:
#   pid: 30019
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2396.68
#   total CPU system time (s): 3.3962

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5043 second user time and 20.2346 second system time

The end

Launcher Data

Begin job on node132 at 2019-09-13 18:53:30
IDJOB=4396426
IDBENCH=115816
IDSOLVER=2847
FILE ID=node132/4396426-1568393659
RUNJOBID= node132-1568393610-29987
PBS_JOBID= 21701836
Free space on /tmp= 61624 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-4.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396426-1568393659/watcher-4396426-1568393659 -o /tmp/evaluation-result-4396426-1568393659/solver-4396426-1568393659 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568393610-29987 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1305377423 HOME/instance-4396426-1568393659.xml

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

MD5SUM BENCH= a08c622730be04b0ce65f9055d76b754
RANDOM SEED=1305377423

node132.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.95
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.95
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.95
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.95
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:        31780908 kB
MemAvailable:   31922040 kB
Buffers:           36416 kB
Cached:           384960 kB
SwapCached:         6216 kB
Active:           338428 kB
Inactive:          89092 kB
Active(anon):       3668 kB
Inactive(anon):    31000 kB
Active(file):     334760 kB
Inactive(file):    58092 kB
Unevictable:      109592 kB
Mlocked:          109592 kB
SwapTotal:      67108860 kB
SwapFree:       67009336 kB
Dirty:             70604 kB
Writeback:             0 kB
AnonPages:        112360 kB
Mapped:            31368 kB
Shmem:             19200 kB
Slab:             157624 kB
SReclaimable:     128228 kB
SUnreclaim:        29396 kB
KernelStack:        3488 kB
PageTables:         5624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     481228 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:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61552 MiB
End job on node132 at 2019-09-13 19:32:38