Trace number 4386972

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.10SAT (TO)300 2520.12 2468.23

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-0.xml
MD5SUMda64694dd3ca715594c36c32a8b555a8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark300
Best CPU time to get the best result obtained on this benchmark25.2154
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size400
Distribution of domain sizes[{"size":5,"count":50},{"size":400,"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.65	c Concrete v3.10.1560635388952 running
9.27/4.37	o 399
9.27/4.40	o 393
9.61/4.47	o 380
9.94/4.53	o 379
9.94/4.55	o 373
10.27/4.66	o 368
10.94/4.81	o 367
10.94/4.82	o 366
10.94/4.86	o 363
11.28/4.90	o 349
11.28/4.93	o 340
11.28/4.94	o 339
11.28/4.97	o 338
11.28/4.98	o 337
11.28/5.01	o 336
11.64/5.08	o 335
11.64/5.09	o 333
11.98/5.16	o 328
12.28/5.21	o 324
12.28/5.21	o 320
12.28/5.21	o 315
13.49/5.62	o 314
17.95/7.63	o 313
19.20/8.33	o 312
19.20/8.37	o 311
19.20/8.40	o 310
19.41/8.40	o 307
20.03/8.83	o 306
20.03/8.84	o 305
128.47/113.16	o 304
138.52/123.05	o 303
138.52/123.05	o 302
141.26/125.79	o 301
329.24/310.71	o 300
2520.07/2468.20	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2468.20		at concrete.MAC.mac(MAC.scala:189)
2520.07/2468.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.07/2468.20		at scala.util.Try$.apply(Try.scala:212)
2520.07/2468.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2468.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2468.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2468.20		at concrete.MAC.oneRun(MAC.scala:253)
2520.07/2468.20		at concrete.MAC.nextSolution(MAC.scala:272)
2520.07/2468.20		at concrete.MAC.nextSolution(MAC.scala:355)
2520.07/2468.20		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2468.20		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.07/2468.20		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.07/2468.20		at concrete.Solver.foreach(Solver.scala:67)
2520.07/2468.20		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.07/2468.20		at scala.util.Success.map(Try.scala:264)
2520.07/2468.20		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.07/2468.20		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2468.20		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2468.20		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2468.20		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2468.20		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2468.20		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2468.20		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2468.20		at scala.App.$anonfun$main$1(App.scala:75)
2520.07/2468.20		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.07/2468.20		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.07/2468.20		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.07/2468.20		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.07/2468.20		at scala.App.main(App.scala:75)
2520.07/2468.20		at scala.App.main$(App.scala:73)
2520.07/2468.20		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2468.20		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2468.21	v <instantiation
2520.07/2468.21	v         cost = '300'>
2520.07/2468.21	v       <list>
2520.07/2468.21	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.07/2468.21	v       </list>
2520.07/2468.21	v       <values>
2520.07/2468.21	v         0 67 131 175 260 0 7 21 63 186 0 1 66 136 210 0 13 67 144 255 24 39 131 141 210 291 255 300 300 290 66 64 44 85 31 7 14 18 68 69 1 60 70 74 90 13 54 76 98 45 15 91 10 45 80 1 0 4 3 2 0 3 4 2 1 3 2 1 0 4 4 0 3 2 1 3 4 2 1 0 67 0 260 175 131 0 186 63 7 21 136 66 1 0 210 13 255 144 67 0 210 141 131 24 39
2520.07/2468.21	v       </values>
2520.07/2468.21	v     </instantiation>
2520.07/2468.21	s SATISFIABLE

Verifier Data

OK	300

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4386972-1568285963/watcher-4386972-1568285963 -o /tmp/evaluation-result-4386972-1568285963/solver-4386972-1568285963 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568285922-554 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1167947834 HOME/instance-4386972-1568285963.xml 

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

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

solver pid=591, runsolver pid=586

[startup+0.100137 s]*
/proc/loadavg: 2.00 2.01 1.96 3/221 680
/proc/meminfo: memFree=31777216/32770624 swapFree=66978668/67108860
[pid=591] ppid=586 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/591/stat : 591 (bash) S 586 591 32244 0 -1 4202496 891 5698 1 0 0 0 0 1 20 0 1 0 404859119 115974144 404 33554432000 4194304 5098028 140736879012416 140736879006424 139845504519168 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 1 0 0 7196144 7232144 9949184 140736879019028 140736879019153 140736879019153 140736879022062 0
/proc/591/statm: 28314 404 320 221 0 119 0
[pid=659] ppid=591 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/659/stat : 659 (bash) S 591 591 32244 0 -1 4202560 158 0 0 0 0 0 0 0 20 0 1 0 404859125 115974144 178 33554432000 4194304 5098028 140736879012416 140736879005096 139845504344700 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 9949184 140736879019028 140736879019153 140736879019153 140736879022062 0
/proc/659/statm: 28314 178 94 221 0 119 0
[pid=660] ppid=659 vsize=10260324 memory=21828 CPUtime=0.04 cores=1,3,5,7
/proc/660/stat : 660 (java) S 659 591 32244 0 -1 1077944320 4333 0 0 0 3 1 0 0 20 0 9 0 404859125 10506571776 5457 33554432000 4194304 4196468 140720888969888 140720888952432 139775341350647 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27516928 140720888976524 140720888976538 140720888976538 140720888979407 0
/proc/660/statm: 2565081 5457 2193 1 0 2527622 0
[pid=660/tid=665] ppid=659 vsize=10394480 memory=8462108013221118012 CPUtime=0.03 cores=1,3,5,7
/proc/660/task/665/stat : 665 (java) R 659 591 32244 0 -1 4202560 3018 0 0 0 3 0 0 0 20 0 12 0 404859125 10643947520 5460 33554432000 4194304 4196468 140720888969888 139775345592368 139775341362582 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27516928 140720888976524 140720888976538 140720888976538 140720888979407 0
[pid=660/tid=667] ppid=659 vsize=10460016 memory=288292155783643159 CPUtime=0 cores=1,3,5,7
/proc/660/task/667/stat : 667 (java) S 659 591 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 12 0 404859126 10711056384 5461 33554432000 4194304 4196468 140720888969888 139775283354256 139775341360853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27516928 140720888976524 140720888976538 140720888976538 140720888979407 0
[pid=660/tid=668] ppid=659 vsize=10461044 memory=288370119682205312 CPUtime=0 cores=1,3,5,7
/proc/660/task/668/stat : 668 (java) S 659 591 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 404859126 10712109056 5461 33554432000 4194304 4196468 140720888969888 139774946761232 139775341360853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27516928 140720888976524 140720888976538 140720888976538 140720888979407 0
[pid=660/tid=669] ppid=659 vsize=10526580 memory=0 CPUtime=0 cores=1,3,5,7
/proc/660/task/669/stat : 669 (java) S 659 591 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 404859126 10779217920 5461 33554432000 4194304 4196468 140720888969888 139774945708432 139775341360853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27516928 140720888976524 140720888976538 140720888976538 140720888979407 0
[pid=660/tid=670] ppid=659 vsize=10526580 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/660/task/670/stat : 670 (java) S 659 591 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 404859126 10779217920 5461 33554432000 4194304 4196468 140720888969888 139774944655632 139775341360853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27516928 140720888976524 140720888976538 140720888976538 140720888979407 0
[pid=660/tid=675] ppid=659 vsize=10526580 memory=139743530493568 CPUtime=0 cores=1,3,5,7
/proc/660/task/675/stat : 675 (java) S 659 591 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 404859127 10779217920 5461 33554432000 4194304 4196468 140720888969888 139774900538224 139775341361794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27516928 140720888976524 140720888976538 140720888976538 140720888979407 0
[pid=660/tid=677] ppid=659 vsize=10526580 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/660/task/677/stat : 677 (java) S 659 591 32244 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 404859128 10779217920 5461 33554432000 4194304 4196468 140720888969888 139774899484192 139775341360853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27516928 140720888976524 140720888976538 140720888976538 140720888979407 0
[pid=660/tid=679] ppid=659 vsize=10526580 memory=0 CPUtime=0 cores=1,3,5,7
/proc/660/task/679/stat : 679 (java) S 659 591 32244 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 404859128 10779217920 5525 33554432000 4194304 4196468 140720888969888 139774898431344 139775341360853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27516928 140720888976524 140720888976538 140720888976538 140720888979407 0
[pid=660/tid=681] ppid=659 vsize=10526580 memory=0 CPUtime=0 cores=1,3,5,7
/proc/660/task/681/stat : 681 (java) S 659 591 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 404859130 10779217920 5525 33554432000 4194304 4196468 140720888969888 139774897379664 139775341369243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27516928 140720888976524 140720888976538 140720888976538 140720888979407 0
[pid=660/tid=682] ppid=659 vsize=10526580 memory=0 CPUtime=0 cores=1,3,5,7
/proc/660/task/682/stat : 682 (java) R 659 591 32244 0 -1 4202560 113 0 0 0 0 0 0 0 20 0 13 0 404859130 10779217920 5525 33554432000 4194304 4196468 140720888969888 139774896320536 139775325355696 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27516928 140720888976524 140720888976538 140720888976538 140720888979407 0
[pid=660/tid=683] ppid=659 vsize=10526580 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/660/task/683/stat : 683 (java) S 659 591 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 404859130 10779217920 5525 33554432000 4194304 4196468 140720888969888 139774895273920 139775341360853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27516928 140720888976524 140720888976538 140720888976538 140720888979407 0
[pid=660/tid=684] ppid=659 vsize=10526580 memory=139743530493568 CPUtime=0 cores=1,3,5,7
/proc/660/task/684/stat : 684 (java) R 659 591 32244 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 13 0 404859130 10779217920 5591 33554432000 4194304 4196468 140720888969888 139774894222152 139775333592037 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27516928 140720888976524 140720888976538 140720888976538 140720888979407 0
[pid=662] ppid=659 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/662/stat : 662 (awk) S 659 591 32244 0 -1 4202496 424 0 0 0 0 0 0 0 20 0 1 0 404859125 116211712 243 33554432000 4194304 4609284 140720386591184 140720386590360 139869665532928 0 0 4096 1216 18446744071580971376 0 0 17 1 0 0 0 0 0 6708720 6711756 24121344 140720386598076 140720386598106 140720386598106 140720386600943 0
/proc/662/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 25128 KiB

[startup+0.210746 s]*
/proc/loadavg: 2.00 2.01 1.96 3/227 738
/proc/meminfo: memFree=31769112/32770624 swapFree=66978668/67108860
[pid=591] ppid=586 vsize=10818520 memory=27516 CPUtime=0.15 cores=1,3,5,7
/proc/591/stat : 591 (java) S 586 591 32244 0 -1 1077944320 5735 13361 1 1 6 1 5 3 20 0 15 0 404859119 11078164480 6879 33554432000 4194304 4196468 140726124501008 140726124483552 139781960793847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
/proc/591/statm: 2704630 6879 2730 1 0 2667149 0
[pid=591/tid=711] ppid=586 vsize=10818520 memory=7022364594140610616 CPUtime=0.13 cores=1,3,5,7
/proc/591/task/711/stat : 711 (java) R 586 591 32244 0 -1 4202560 2889 13361 0 1 5 0 5 3 20 0 15 0 404859132 11078164480 6945 33554432000 4194304 4196468 140726124501008 139781932636768 139781944874334 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=713] ppid=586 vsize=10818520 memory=339 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/713/stat : 713 (java) S 586 591 32244 0 -1 1077944384 1 13361 0 1 0 0 5 3 20 0 15 0 404859133 11078164480 6945 33554432000 4194304 4196468 140726124501008 139781965035792 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=715] ppid=586 vsize=10818520 memory=139743530520683 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/715/stat : 715 (java) S 586 591 32244 0 -1 1077944384 1 13361 0 1 0 0 5 3 20 0 15 0 404859133 11078164480 6945 33554432000 4194304 4196468 140726124501008 139781863926160 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=716] ppid=586 vsize=10818520 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/716/stat : 716 (java) S 586 591 32244 0 -1 1077944384 1 13361 0 1 0 0 5 3 20 0 15 0 404859133 11078164480 6945 33554432000 4194304 4196468 140726124501008 139781862873616 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=718] ppid=586 vsize=10818520 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/718/stat : 718 (java) S 586 591 32244 0 -1 1077944384 2 13361 0 1 0 0 5 3 20 0 15 0 404859133 11078164480 6945 33554432000 4194304 4196468 140726124501008 139781861821072 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=721] ppid=586 vsize=10818520 memory=139743530493568 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/721/stat : 721 (java) S 586 591 32244 0 -1 1077944384 2 13361 0 1 0 0 5 3 20 0 15 0 404859134 11078164480 6945 33554432000 4194304 4196468 140726124501008 139780964231664 139781960804994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=723] ppid=586 vsize=10818520 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/723/stat : 723 (java) S 586 591 32244 0 -1 1077944384 33 13361 0 1 0 0 5 3 20 0 15 0 404859135 11078164480 6945 33554432000 4194304 4196468 140726124501008 139780963177888 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=725] ppid=586 vsize=10818520 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/725/stat : 725 (java) S 586 591 32244 0 -1 1077944384 1 13361 0 1 0 0 5 3 20 0 15 0 404859135 11078164480 6945 33554432000 4194304 4196468 140726124501008 139780851492336 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=728] ppid=586 vsize=10818520 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/728/stat : 728 (java) S 586 591 32244 0 -1 1077944384 3 13361 0 1 0 0 5 3 20 0 15 0 404859138 11078164480 6945 33554432000 4194304 4196468 140726124501008 139780544092880 139781960812443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=730] ppid=586 vsize=10818520 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/730/stat : 730 (java) S 586 591 32244 0 -1 1077944384 419 13361 0 1 0 0 5 3 20 0 15 0 404859138 11078164480 6945 33554432000 4194304 4196468 140726124501008 139780929619952 139781960804994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=732] ppid=586 vsize=10818520 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/732/stat : 732 (java) S 586 591 32244 0 -1 1077944384 1 13361 0 1 0 0 5 3 20 0 15 0 404859138 11078164480 6945 33554432000 4194304 4196468 140726124501008 139780928567408 139781960804994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=734] ppid=586 vsize=10818520 memory=139743530493568 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/734/stat : 734 (java) S 586 591 32244 0 -1 1077944384 237 13361 0 1 0 0 5 3 20 0 15 0 404859138 11078164480 6945 33554432000 4194304 4196468 140726124501008 139780927514864 139781960804994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=736] ppid=586 vsize=10818520 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/736/stat : 736 (java) S 586 591 32244 0 -1 1077944384 3 13361 0 1 0 0 5 3 20 0 15 0 404859138 11078164480 6945 33554432000 4194304 4196468 140726124501008 139780510534240 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=738] ppid=586 vsize=10818520 memory=139743530493568 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/738/stat : 738 (java) S 586 591 32244 0 -1 1077944384 1 13361 0 1 0 0 5 3 20 0 15 0 404859140 11078164480 6945 33554432000 4194304 4196468 140726124501008 139780926462768 139781960804994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10818520 KiB
Current children cumulated memory: 27516 KiB

[startup+0.310175 s]*
/proc/loadavg: 2.00 2.01 1.96 5/227 738
/proc/meminfo: memFree=31735440/32770624 swapFree=66978668/67108860
[pid=591] ppid=586 vsize=10819084 memory=41880 CPUtime=0.32 cores=1,3,5,7
/proc/591/stat : 591 (java) S 586 591 32244 0 -1 1077944320 9726 13361 1 1 21 3 5 3 20 0 15 0 404859119 11078742016 10470 33554432000 4194304 4196468 140726124501008 140726124483552 139781960793847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
/proc/591/statm: 2704771 10470 3014 1 0 2667149 0
[pid=591/tid=711] ppid=586 vsize=10819084 memory=97316 CPUtime=0.23 cores=1,3,5,7
/proc/591/task/711/stat : 711 (java) R 586 591 32244 0 -1 4202560 6196 13361 0 1 13 2 5 3 20 0 15 0 404859132 11078742016 10470 33554432000 4194304 4196468 140726124501008 139781932611024 139781944874334 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=713] ppid=586 vsize=10819084 memory=35 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/713/stat : 713 (java) S 586 591 32244 0 -1 1077944384 1 13361 0 1 0 0 5 3 20 0 15 0 404859133 11078742016 10470 33554432000 4194304 4196468 140726124501008 139781965035792 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=715] ppid=586 vsize=10819084 memory=139743530595424 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/715/stat : 715 (java) S 586 591 32244 0 -1 1077944384 1 13361 0 1 0 0 5 3 20 0 15 0 404859133 11078742016 10470 33554432000 4194304 4196468 140726124501008 139781863926160 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=716] ppid=586 vsize=10819084 memory=104228 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/716/stat : 716 (java) S 586 591 32244 0 -1 1077944384 1 13361 0 1 0 0 5 3 20 0 15 0 404859133 11078742016 10470 33554432000 4194304 4196468 140726124501008 139781862873616 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=718] ppid=586 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/718/stat : 718 (java) S 586 591 32244 0 -1 1077944384 2 13361 0 1 0 0 5 3 20 0 15 0 404859133 11078742016 10470 33554432000 4194304 4196468 140726124501008 139781861821072 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=721] ppid=586 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/721/stat : 721 (java) S 586 591 32244 0 -1 1077944384 2 13361 0 1 0 0 5 3 20 0 15 0 404859134 11078742016 10470 33554432000 4194304 4196468 140726124501008 139780964231664 139781960804994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=723] ppid=586 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/723/stat : 723 (java) S 586 591 32244 0 -1 1077944384 33 13361 0 1 0 0 5 3 20 0 15 0 404859135 11078742016 10470 33554432000 4194304 4196468 140726124501008 139780963177888 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=725] ppid=586 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/725/stat : 725 (java) S 586 591 32244 0 -1 1077944384 1 13361 0 1 0 0 5 3 20 0 15 0 404859135 11078742016 10470 33554432000 4194304 4196468 140726124501008 139780851492336 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=728] ppid=586 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/728/stat : 728 (java) S 586 591 32244 0 -1 1077944384 3 13361 0 1 0 0 5 3 20 0 15 0 404859138 11078742016 10470 33554432000 4194304 4196468 140726124501008 139780544092880 139781960812443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=730] ppid=586 vsize=10819084 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/591/task/730/stat : 730 (java) S 586 591 32244 0 -1 1077944384 568 13361 0 1 1 0 5 3 20 0 15 0 404859138 11078742016 10470 33554432000 4194304 4196468 140726124501008 139780929619952 139781960804994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=732] ppid=586 vsize=10819084 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/732/stat : 732 (java) S 586 591 32244 0 -1 1077944384 57 13361 0 1 0 0 5 3 20 0 15 0 404859138 11078742016 10470 33554432000 4194304 4196468 140726124501008 139780928567408 139781960804994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=734] ppid=586 vsize=10819084 memory=139743530493568 CPUtime=0.12 cores=1,3,5,7
/proc/591/task/734/stat : 734 (java) R 586 591 32244 0 -1 4202560 663 13361 0 1 4 0 5 3 20 0 15 0 404859138 11078742016 10470 33554432000 4194304 4196468 140726124501008 139780927514864 139781940114146 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=736] ppid=586 vsize=10819084 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/736/stat : 736 (java) S 586 591 32244 0 -1 1077944384 3 13361 0 1 0 0 5 3 20 0 15 0 404859138 11078742016 10470 33554432000 4194304 4196468 140726124501008 139780510534240 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=738] ppid=586 vsize=10819084 memory=139743530493568 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/738/stat : 738 (java) S 586 591 32244 0 -1 1077944384 1 13361 0 1 0 0 5 3 20 0 15 0 404859140 11078742016 10470 33554432000 4194304 4196468 140726124501008 139780926462768 139781960804994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 41880 KiB

[startup+0.700701 s]
/proc/loadavg: 2.00 2.01 1.96 3/227 738
/proc/meminfo: memFree=31715000/32770624 swapFree=66978668/67108860
[pid=591] ppid=586 vsize=10820244 memory=67456 CPUtime=0.82 cores=1,3,5,7
/proc/591/stat : 591 (java) S 586 591 32244 0 -1 1077944320 13537 13361 1 1 69 5 5 3 20 0 15 0 404859119 11079929856 16864 33554432000 4194304 4196468 140726124501008 140726124483552 139781960793847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
/proc/591/statm: 2705061 16864 3454 1 0 2667149 0
[pid=591/tid=711] ppid=586 vsize=10820244 memory=279486809792768 CPUtime=0.54 cores=1,3,5,7
/proc/591/task/711/stat : 711 (java) R 586 591 32244 0 -1 4202560 9442 13361 0 1 43 3 5 3 20 0 15 0 404859132 11079929856 16864 33554432000 4194304 4196468 140726124501008 139781932620800 139781960815773 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=713] ppid=586 vsize=10820244 memory=2100 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/713/stat : 713 (java) S 586 591 32244 0 -1 1077944384 1 13361 0 1 0 0 5 3 20 0 15 0 404859133 11079929856 16864 33554432000 4194304 4196468 140726124501008 139781965035792 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=715] ppid=586 vsize=10820244 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/715/stat : 715 (java) S 586 591 32244 0 -1 1077944384 1 13361 0 1 0 0 5 3 20 0 15 0 404859133 11079929856 16864 33554432000 4194304 4196468 140726124501008 139781863926160 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=716] ppid=586 vsize=10820244 memory=3620 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/716/stat : 716 (java) S 586 591 32244 0 -1 1077944384 1 13361 0 1 0 0 5 3 20 0 15 0 404859133 11079929856 16864 33554432000 4194304 4196468 140726124501008 139781862873616 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=718] ppid=586 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/718/stat : 718 (java) S 586 591 32244 0 -1 1077944384 2 13361 0 1 0 0 5 3 20 0 15 0 404859133 11079929856 16864 33554432000 4194304 4196468 140726124501008 139781861821072 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=721] ppid=586 vsize=10820244 memory=7374758023436981604 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/721/stat : 721 (java) S 586 591 32244 0 -1 1077944384 5 13361 0 1 0 0 5 3 20 0 15 0 404859134 11079929856 16864 33554432000 4194304 4196468 140726124501008 139780964231664 139781960804994 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=723] ppid=586 vsize=10820244 memory=6081944546375328087 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/723/stat : 723 (java) S 586 591 32244 0 -1 1077944384 33 13361 0 1 0 0 5 3 20 0 15 0 404859135 11079929856 16864 33554432000 4194304 4196468 140726124501008 139780963177888 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=725] ppid=586 vsize=10820244 memory=7445980053146199146 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/725/stat : 725 (java) S 586 591 32244 0 -1 1077944384 1 13361 0 1 0 0 5 3 20 0 15 0 404859135 11079929856 16864 33554432000 4194304 4196468 140726124501008 139780851492336 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=728] ppid=586 vsize=10820244 memory=756 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/728/stat : 728 (java) S 586 591 32244 0 -1 1077944384 3 13361 0 1 0 0 5 3 20 0 15 0 404859138 11079929856 16864 33554432000 4194304 4196468 140726124501008 139780544092880 139781960812443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=730] ppid=586 vsize=10820244 memory=2400 CPUtime=0.14 cores=1,3,5,7
/proc/591/task/730/stat : 730 (java) S 586 591 32244 0 -1 1077944384 797 13361 0 1 6 0 5 3 20 0 15 0 404859138 11079929856 16864 33554432000 4194304 4196468 140726124501008 139780929619952 139781960804994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=732] ppid=586 vsize=10820244 memory=55196 CPUtime=0.14 cores=1,3,5,7
/proc/591/task/732/stat : 732 (java) S 586 591 32244 0 -1 1077944384 267 13361 0 1 6 0 5 3 20 0 15 0 404859138 11079929856 16864 33554432000 4194304 4196468 140726124501008 139780928567408 139781960804994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=734] ppid=586 vsize=10820244 memory=56988 CPUtime=0.2 cores=1,3,5,7
/proc/591/task/734/stat : 734 (java) R 586 591 32244 0 -1 4202560 773 13361 0 1 12 0 5 3 20 0 15 0 404859138 11079929856 16864 33554432000 4194304 4196468 140726124501008 139780927514864 139781939466463 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=736] ppid=586 vsize=10820244 memory=1548 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/736/stat : 736 (java) S 586 591 32244 0 -1 1077944384 3 13361 0 1 0 0 5 3 20 0 15 0 404859138 11079929856 16864 33554432000 4194304 4196468 140726124501008 139780510534240 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=738] ppid=586 vsize=10820244 memory=7964 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/738/stat : 738 (java) S 586 591 32244 0 -1 1077944384 1 13361 0 1 0 0 5 3 20 0 15 0 404859140 11079929856 16864 33554432000 4194304 4196468 140726124501008 139780926462768 139781960804994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
Current children cumulated CPU time: 0.82 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 67456 KiB

[startup+1.5008 s]
/proc/loadavg: 2.00 2.01 1.96 6/227 738
/proc/meminfo: memFree=31653508/32770624 swapFree=66978668/67108860
[pid=591] ppid=586 vsize=10832608 memory=118880 CPUtime=1.87 cores=1,3,5,7
/proc/591/stat : 591 (java) S 586 591 32244 0 -1 1077944320 19197 13361 2 1 171 8 5 3 20 0 15 0 404859119 11092590592 29720 33554432000 4194304 4196468 140726124501008 140726124483552 139781960793847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
/proc/591/statm: 2708152 29720 3542 1 0 2670221 0
[pid=591/tid=711] ppid=586 vsize=10832608 memory=279486809722528 CPUtime=1.1 cores=1,3,5,7
/proc/591/task/711/stat : 711 (java) R 586 591 32244 0 -1 4202560 14421 13361 1 1 96 6 5 3 20 0 15 0 404859132 11092590592 29720 33554432000 4194304 4196468 140726124501008 139781932619528 139781944874334 0 4 0 16800975 0 0 0 -1 3 0 0 31 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=713] ppid=586 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/713/stat : 713 (java) S 586 591 32244 0 -1 1077944384 1 13361 0 1 0 0 5 3 20 0 15 0 404859133 11092590592 29720 33554432000 4194304 4196468 140726124501008 139781965035792 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=715] ppid=586 vsize=10832608 memory=279486809574224 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/715/stat : 715 (java) S 586 591 32244 0 -1 1077944384 1 13361 0 1 0 0 5 3 20 0 15 0 404859133 11092590592 29720 33554432000 4194304 4196468 140726124501008 139781863926160 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=716] ppid=586 vsize=10832608 memory=-6873552451114151850 CPUtime=0.08 cores=1,3,5,7

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

/proc/591/task/711/stat : 711 (java) R 586 591 32244 0 -1 4202560 79141 13361 3 1 229596 55 5 3 20 0 15 0 404859132 11111497728 273455 33554432000 4194304 4196468 140726124501008 139781932629680 139781554994729 0 4 0 16800975 0 0 0 -1 1 0 0 34 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=713] ppid=586 vsize=10851072 memory=1093820 CPUtime=12.05 cores=1,3,5,7
/proc/591/task/713/stat : 713 (java) S 586 591 32244 0 -1 1077944384 13099 13361 0 1 1142 55 5 3 20 0 15 0 404859133 11111497728 273455 33554432000 4194304 4196468 140726124501008 139781965035792 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=715] ppid=586 vsize=10851072 memory=1093820 CPUtime=12.11 cores=1,3,5,7
/proc/591/task/715/stat : 715 (java) S 586 591 32244 0 -1 1077944384 14613 13361 0 1 1143 60 5 3 20 0 15 0 404859133 11111497728 273455 33554432000 4194304 4196468 140726124501008 139781863926160 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=716] ppid=586 vsize=10851072 memory=1093820 CPUtime=12.06 cores=1,3,5,7
/proc/591/task/716/stat : 716 (java) S 586 591 32244 0 -1 1077944384 14628 13361 0 1 1143 55 5 3 20 0 15 0 404859133 11111497728 273455 33554432000 4194304 4196468 140726124501008 139781862873616 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=718] ppid=586 vsize=10851072 memory=1093820 CPUtime=12.09 cores=1,3,5,7
/proc/591/task/718/stat : 718 (java) S 586 591 32244 0 -1 1077944384 12595 13361 0 1 1145 56 5 3 20 0 15 0 404859133 11111497728 273455 33554432000 4194304 4196468 140726124501008 139781861821072 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=721] ppid=586 vsize=10851072 memory=1093820 CPUtime=10.51 cores=1,3,5,7
/proc/591/task/721/stat : 721 (java) S 586 591 32244 0 -1 1077944384 17247 13361 0 1 990 53 5 3 20 0 15 0 404859134 11111497728 273455 33554432000 4194304 4196468 140726124501008 139780964231664 139781960804994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=723] ppid=586 vsize=10851072 memory=1093820 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/723/stat : 723 (java) S 586 591 32244 0 -1 1077944384 39 13361 0 1 0 0 5 3 20 0 15 0 404859135 11111497728 273455 33554432000 4194304 4196468 140726124501008 139780963177952 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=725] ppid=586 vsize=10851072 memory=1093820 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/725/stat : 725 (java) S 586 591 32244 0 -1 1077944384 1 13361 0 1 0 0 5 3 20 0 15 0 404859135 11111497728 273455 33554432000 4194304 4196468 140726124501008 139780851492352 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=728] ppid=586 vsize=10851072 memory=1093820 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/728/stat : 728 (java) S 586 591 32244 0 -1 1077944384 3 13361 0 1 0 0 5 3 20 0 15 0 404859138 11111497728 273455 33554432000 4194304 4196468 140726124501008 139780544092880 139781960812443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=730] ppid=586 vsize=10851072 memory=1093820 CPUtime=6.46 cores=1,3,5,7
/proc/591/task/730/stat : 730 (java) S 586 591 32244 0 -1 1077944384 37041 13361 0 1 632 6 5 3 20 0 15 0 404859138 11111497728 273455 33554432000 4194304 4196468 140726124501008 139780929619952 139781960804994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=732] ppid=586 vsize=10851072 memory=1093820 CPUtime=5.45 cores=1,3,5,7
/proc/591/task/732/stat : 732 (java) S 586 591 32244 0 -1 1077944384 27999 13361 0 1 532 5 5 3 20 0 15 0 404859138 11111497728 273455 33554432000 4194304 4196468 140726124501008 139780928567408 139781960804994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=734] ppid=586 vsize=10851072 memory=1093820 CPUtime=3.81 cores=1,3,5,7
/proc/591/task/734/stat : 734 (java) S 586 591 32244 0 -1 1077944384 29259 13361 0 1 364 9 5 3 20 0 15 0 404859138 11111497728 273455 33554432000 4194304 4196468 140726124501008 139780927514864 139781960804994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=736] ppid=586 vsize=10851072 memory=1093820 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/736/stat : 736 (java) S 586 591 32244 0 -1 1077944384 3 13361 0 1 0 0 5 3 20 0 15 0 404859138 11111497728 273455 33554432000 4194304 4196468 140726124501008 139780510534240 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=738] ppid=586 vsize=10851072 memory=1093820 CPUtime=1.36 cores=1,3,5,7
/proc/591/task/738/stat : 738 (java) S 586 591 32244 0 -1 1077944384 1166 13361 0 1 54 74 5 3 20 0 15 0 404859140 11111497728 273455 33554432000 4194304 4196468 140726124501008 139780926462768 139781960804994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
Current children cumulated CPU time: 2371.88 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1093820 KiB

[startup+2382.3 s]
/proc/loadavg: 1.38 1.33 1.39 3/227 987
/proc/meminfo: memFree=29521916/32770624 swapFree=66978728/67108860
[pid=591] ppid=586 vsize=10851072 memory=1095868 CPUtime=2432.86 cores=1,3,5,7
/proc/591/stat : 591 (java) S 586 591 32244 0 -1 1077944320 251194 13361 4 1 242903 375 5 3 20 0 15 0 404859119 11111497728 273967 33554432000 4194304 4196468 140726124501008 140726124483552 139781960793847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
/proc/591/statm: 2712768 273967 3624 1 0 2674829 0
[pid=591/tid=711] ppid=586 vsize=10851072 memory=373 CPUtime=2355.92 cores=1,3,5,7
/proc/591/task/711/stat : 711 (java) R 586 591 32244 0 -1 4202560 80140 13361 3 1 235529 55 5 3 20 0 15 0 404859132 11111497728 273967 33554432000 4194304 4196468 140726124501008 139781932628400 139781548681223 0 4 0 16800975 0 0 0 -1 3 0 0 34 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=713] ppid=586 vsize=10851072 memory=1095868 CPUtime=12.38 cores=1,3,5,7
/proc/591/task/713/stat : 713 (java) S 586 591 32244 0 -1 1077944384 13221 13361 0 1 1174 56 5 3 20 0 15 0 404859133 11111497728 273967 33554432000 4194304 4196468 140726124501008 139781965035792 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=715] ppid=586 vsize=10851072 memory=1095868 CPUtime=12.44 cores=1,3,5,7
/proc/591/task/715/stat : 715 (java) S 586 591 32244 0 -1 1077944384 14672 13361 0 1 1174 62 5 3 20 0 15 0 404859133 11111497728 273967 33554432000 4194304 4196468 140726124501008 139781863926160 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=716] ppid=586 vsize=10851072 memory=1095868 CPUtime=12.4 cores=1,3,5,7
/proc/591/task/716/stat : 716 (java) S 586 591 32244 0 -1 1077944384 15281 13361 0 1 1175 57 5 3 20 0 15 0 404859133 11111497728 273967 33554432000 4194304 4196468 140726124501008 139781862873616 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=718] ppid=586 vsize=10851072 memory=1095868 CPUtime=12.42 cores=1,3,5,7
/proc/591/task/718/stat : 718 (java) S 586 591 32244 0 -1 1077944384 12631 13361 0 1 1177 57 5 3 20 0 15 0 404859133 11111497728 273967 33554432000 4194304 4196468 140726124501008 139781861821072 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=721] ppid=586 vsize=10851072 memory=1095868 CPUtime=10.79 cores=1,3,5,7
/proc/591/task/721/stat : 721 (java) S 586 591 32244 0 -1 1077944384 17500 13361 0 1 1017 54 5 3 20 0 15 0 404859134 11111497728 273967 33554432000 4194304 4196468 140726124501008 139780964231664 139781960804994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=723] ppid=586 vsize=10851072 memory=1095868 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/723/stat : 723 (java) S 586 591 32244 0 -1 1077944384 39 13361 0 1 0 0 5 3 20 0 15 0 404859135 11111497728 273967 33554432000 4194304 4196468 140726124501008 139780963177952 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=725] ppid=586 vsize=10851072 memory=1095868 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/725/stat : 725 (java) S 586 591 32244 0 -1 1077944384 1 13361 0 1 0 0 5 3 20 0 15 0 404859135 11111497728 273967 33554432000 4194304 4196468 140726124501008 139780851492352 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=728] ppid=586 vsize=10851072 memory=1095868 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/728/stat : 728 (java) S 586 591 32244 0 -1 1077944384 3 13361 0 1 0 0 5 3 20 0 15 0 404859138 11111497728 273967 33554432000 4194304 4196468 140726124501008 139780544092880 139781960812443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=730] ppid=586 vsize=10851072 memory=0 CPUtime=6.46 cores=1,3,5,7
/proc/591/task/730/stat : 730 (java) S 586 591 32244 0 -1 1077944384 37045 13361 0 1 632 6 5 3 20 0 15 0 404859138 11111497728 273967 33554432000 4194304 4196468 140726124501008 139780929619952 139781960804994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=732] ppid=586 vsize=10851072 memory=3620 CPUtime=5.46 cores=1,3,5,7
/proc/591/task/732/stat : 732 (java) S 586 591 32244 0 -1 1077944384 28003 13361 0 1 533 5 5 3 20 0 15 0 404859138 11111497728 273967 33554432000 4194304 4196468 140726124501008 139780928567408 139781960804994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=734] ppid=586 vsize=10851072 memory=4100 CPUtime=3.81 cores=1,3,5,7
/proc/591/task/734/stat : 734 (java) S 586 591 32244 0 -1 1077944384 29263 13361 0 1 364 9 5 3 20 0 15 0 404859138 11111497728 273967 33554432000 4194304 4196468 140726124501008 139780927514864 139781960804994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=736] ppid=586 vsize=10851072 memory=1095868 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/736/stat : 736 (java) S 586 591 32244 0 -1 1077944384 3 13361 0 1 0 0 5 3 20 0 15 0 404859138 11111497728 273967 33554432000 4194304 4196468 140726124501008 139780510534240 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=738] ppid=586 vsize=10851072 memory=3276 CPUtime=1.39 cores=1,3,5,7
/proc/591/task/738/stat : 738 (java) S 586 591 32244 0 -1 1077944384 1185 13361 0 1 55 76 5 3 20 0 15 0 404859140 11111497728 273967 33554432000 4194304 4196468 140726124501008 139780926462768 139781960804994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
Current children cumulated CPU time: 2432.86 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1095868 KiB

[startup+2442.3 s]
/proc/loadavg: 1.27 1.31 1.38 3/227 993
/proc/meminfo: memFree=29520020/32770624 swapFree=66978728/67108860
[pid=591] ppid=586 vsize=10851072 memory=1095868 CPUtime=2493.76 cores=1,3,5,7
/proc/591/stat : 591 (java) S 586 591 32244 0 -1 1077944320 253182 13361 4 1 248985 383 5 3 20 0 15 0 404859119 11111497728 273967 33554432000 4194304 4196468 140726124501008 140726124483552 139781960793847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
/proc/591/statm: 2712768 273967 3624 1 0 2674829 0
[pid=591/tid=711] ppid=586 vsize=10851072 memory=3620 CPUtime=2415.32 cores=1,3,5,7
/proc/591/task/711/stat : 711 (java) R 586 591 32244 0 -1 4202560 81029 13361 3 1 241468 56 5 3 20 0 15 0 404859132 11111497728 273967 33554432000 4194304 4196468 140726124501008 139781932628832 139781560406901 0 4 0 16800975 0 0 0 -1 3 0 0 34 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=713] ppid=586 vsize=10851072 memory=1095868 CPUtime=12.69 cores=1,3,5,7
/proc/591/task/713/stat : 713 (java) S 586 591 32244 0 -1 1077944384 13285 13361 0 1 1203 58 5 3 20 0 15 0 404859133 11111497728 273967 33554432000 4194304 4196468 140726124501008 139781965035792 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=715] ppid=586 vsize=10851072 memory=1095868 CPUtime=12.74 cores=1,3,5,7
/proc/591/task/715/stat : 715 (java) S 586 591 32244 0 -1 1077944384 14814 13361 0 1 1203 63 5 3 20 0 15 0 404859133 11111497728 273967 33554432000 4194304 4196468 140726124501008 139781863926160 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=716] ppid=586 vsize=10851072 memory=0 CPUtime=12.69 cores=1,3,5,7
/proc/591/task/716/stat : 716 (java) S 586 591 32244 0 -1 1077944384 15340 13361 0 1 1203 58 5 3 20 0 15 0 404859133 11111497728 273967 33554432000 4194304 4196468 140726124501008 139781862873616 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=718] ppid=586 vsize=10851072 memory=1095868 CPUtime=12.73 cores=1,3,5,7
/proc/591/task/718/stat : 718 (java) S 586 591 32244 0 -1 1077944384 13036 13361 0 1 1206 59 5 3 20 0 15 0 404859133 11111497728 273967 33554432000 4194304 4196468 140726124501008 139781861821072 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=721] ppid=586 vsize=10851072 memory=1095868 CPUtime=11.05 cores=1,3,5,7
/proc/591/task/721/stat : 721 (java) S 586 591 32244 0 -1 1077944384 17896 13361 0 1 1041 56 5 3 20 0 15 0 404859134 11111497728 273967 33554432000 4194304 4196468 140726124501008 139780964231664 139781960804994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=723] ppid=586 vsize=10851072 memory=1095868 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/723/stat : 723 (java) S 586 591 32244 0 -1 1077944384 39 13361 0 1 0 0 5 3 20 0 15 0 404859135 11111497728 273967 33554432000 4194304 4196468 140726124501008 139780963177952 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=725] ppid=586 vsize=10851072 memory=1095868 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/725/stat : 725 (java) S 586 591 32244 0 -1 1077944384 1 13361 0 1 0 0 5 3 20 0 15 0 404859135 11111497728 273967 33554432000 4194304 4196468 140726124501008 139780851492352 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=728] ppid=586 vsize=10851072 memory=1095868 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/728/stat : 728 (java) S 586 591 32244 0 -1 1077944384 3 13361 0 1 0 0 5 3 20 0 15 0 404859138 11111497728 273967 33554432000 4194304 4196468 140726124501008 139780544092880 139781960812443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=730] ppid=586 vsize=10851072 memory=1095868 CPUtime=6.46 cores=1,3,5,7
/proc/591/task/730/stat : 730 (java) S 586 591 32244 0 -1 1077944384 37047 13361 0 1 632 6 5 3 20 0 15 0 404859138 11111497728 273967 33554432000 4194304 4196468 140726124501008 139780929619952 139781960804994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=732] ppid=586 vsize=10851072 memory=1095868 CPUtime=5.46 cores=1,3,5,7
/proc/591/task/732/stat : 732 (java) S 586 591 32244 0 -1 1077944384 28005 13361 0 1 533 5 5 3 20 0 15 0 404859138 11111497728 273967 33554432000 4194304 4196468 140726124501008 139780928567408 139781960804994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=734] ppid=586 vsize=10851072 memory=1095868 CPUtime=3.81 cores=1,3,5,7
/proc/591/task/734/stat : 734 (java) S 586 591 32244 0 -1 1077944384 29265 13361 0 1 364 9 5 3 20 0 15 0 404859138 11111497728 273967 33554432000 4194304 4196468 140726124501008 139780927514864 139781960804994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=736] ppid=586 vsize=10851072 memory=1095868 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/736/stat : 736 (java) S 586 591 32244 0 -1 1077944384 3 13361 0 1 0 0 5 3 20 0 15 0 404859138 11111497728 273967 33554432000 4194304 4196468 140726124501008 139780510534240 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=738] ppid=586 vsize=10851072 memory=1095868 CPUtime=1.42 cores=1,3,5,7
/proc/591/task/738/stat : 738 (java) S 586 591 32244 0 -1 1077944384 1212 13361 0 1 56 78 5 3 20 0 15 0 404859140 11111497728 273967 33554432000 4194304 4196468 140726124501008 139780926462768 139781960804994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
Current children cumulated CPU time: 2493.76 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1095868 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468.2 s]
/proc/loadavg: 1.24 1.30 1.38 2/208 1004
/proc/meminfo: memFree=30669860/32770624 swapFree=66978728/67108860
[pid=591] ppid=586 vsize=10851072 memory=1095868 CPUtime=2520.07 cores=1,3,5,7
/proc/591/stat : 591 (java) S 586 591 32244 0 -1 1077944320 253432 13361 4 1 251612 387 5 3 20 0 15 0 404859119 11111497728 273967 33554432000 4194304 4196468 140726124501008 140726124483552 139781960793847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
/proc/591/statm: 2712768 273967 3624 1 0 2674829 0
[pid=591/tid=711] ppid=586 vsize=10851072 memory=142257906779414 CPUtime=2440.91 cores=1,3,5,7
/proc/591/task/711/stat : 711 (java) R 586 591 32244 0 -1 4202560 81249 13361 3 1 244027 56 5 3 20 0 15 0 404859132 11111497728 273967 33554432000 4194304 4196468 140726124501008 139781932628800 139781558039187 0 4 0 16800975 0 0 0 -1 3 0 0 34 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=713] ppid=586 vsize=10851072 memory=142257906779419 CPUtime=12.83 cores=1,3,5,7
/proc/591/task/713/stat : 713 (java) S 586 591 32244 0 -1 1077944384 13305 13361 0 1 1216 59 5 3 20 0 15 0 404859133 11111497728 273967 33554432000 4194304 4196468 140726124501008 139781965035792 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=715] ppid=586 vsize=10851072 memory=6947385649911455296 CPUtime=12.89 cores=1,3,5,7
/proc/591/task/715/stat : 715 (java) S 586 591 32244 0 -1 1077944384 14815 13361 0 1 1217 64 5 3 20 0 15 0 404859133 11111497728 273967 33554432000 4194304 4196468 140726124501008 139781863926160 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=716] ppid=586 vsize=10851072 memory=6947385649911455296 CPUtime=12.84 cores=1,3,5,7
/proc/591/task/716/stat : 716 (java) S 586 591 32244 0 -1 1077944384 15340 13361 0 1 1217 59 5 3 20 0 15 0 404859133 11111497728 273967 33554432000 4194304 4196468 140726124501008 139781862873616 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=718] ppid=586 vsize=10851072 memory=142257906779426 CPUtime=12.87 cores=1,3,5,7
/proc/591/task/718/stat : 718 (java) S 586 591 32244 0 -1 1077944384 13036 13361 0 1 1220 59 5 3 20 0 15 0 404859133 11111497728 273967 33554432000 4194304 4196468 140726124501008 139781861821072 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=721] ppid=586 vsize=10851072 memory=142257906779428 CPUtime=11.16 cores=1,3,5,7
/proc/591/task/721/stat : 721 (java) S 586 591 32244 0 -1 1077944384 17905 13361 0 1 1052 56 5 3 20 0 15 0 404859134 11111497728 273967 33554432000 4194304 4196468 140726124501008 139780964231664 139781960804994 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=723] ppid=586 vsize=10851072 memory=142257906779431 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/723/stat : 723 (java) S 586 591 32244 0 -1 1077944384 39 13361 0 1 0 0 5 3 20 0 15 0 404859135 11111497728 273967 33554432000 4194304 4196468 140726124501008 139780963177952 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=725] ppid=586 vsize=10851072 memory=142257906779433 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/725/stat : 725 (java) S 586 591 32244 0 -1 1077944384 1 13361 0 1 0 0 5 3 20 0 15 0 404859135 11111497728 273967 33554432000 4194304 4196468 140726124501008 139780851492352 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=728] ppid=586 vsize=10851072 memory=142257906779435 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/728/stat : 728 (java) S 586 591 32244 0 -1 1077944384 3 13361 0 1 0 0 5 3 20 0 15 0 404859138 11111497728 273967 33554432000 4194304 4196468 140726124501008 139780544092880 139781960812443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=730] ppid=586 vsize=10851072 memory=142257906779437 CPUtime=6.46 cores=1,3,5,7
/proc/591/task/730/stat : 730 (java) S 586 591 32244 0 -1 1077944384 37047 13361 0 1 632 6 5 3 20 0 15 0 404859138 11111497728 273967 33554432000 4194304 4196468 140726124501008 139780929619952 139781960804994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=732] ppid=586 vsize=10851072 memory=142257906779439 CPUtime=5.46 cores=1,3,5,7
/proc/591/task/732/stat : 732 (java) S 586 591 32244 0 -1 1077944384 28005 13361 0 1 533 5 5 3 20 0 15 0 404859138 11111497728 273967 33554432000 4194304 4196468 140726124501008 139780928567408 139781960804994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=734] ppid=586 vsize=10851072 memory=142257906779441 CPUtime=3.81 cores=1,3,5,7
/proc/591/task/734/stat : 734 (java) S 586 591 32244 0 -1 1077944384 29265 13361 0 1 364 9 5 3 20 0 15 0 404859138 11111497728 273967 33554432000 4194304 4196468 140726124501008 139780927514864 139781960804994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=736] ppid=586 vsize=10851072 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/591/task/736/stat : 736 (java) S 586 591 32244 0 -1 1077944384 3 13361 0 1 0 0 5 3 20 0 15 0 404859138 11111497728 273967 33554432000 4194304 4196468 140726124501008 139780510534240 139781960804053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
[pid=591/tid=738] ppid=586 vsize=10851072 memory=288230574492221466 CPUtime=1.44 cores=1,3,5,7
/proc/591/task/738/stat : 738 (java) S 586 591 32244 0 -1 1077944384 1212 13361 0 1 57 79 5 3 20 0 15 0 404859140 11111497728 273967 33554432000 4194304 4196468 140726124501008 139780926462768 139781960804994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140726124505845 140726124508357 140726124508357 140726124511183 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1095868 KiB

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

[startup+2468.23 s]
# the end of solver process 591 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.19 s, system=3.92386 s

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

Child status: 143
Real time (s): 2468.23
CPU time (s): 2520.12
CPU user time (s): 2516.19
CPU system time (s): 3.92386
CPU usage (%): 102.102
Max. virtual memory (cumulated for all children) (KiB): 10854048
Max. memory (cumulated for all children) (KiB): 1096732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.19
system time used= 3.92386
maximum resident set size= 1100084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267440
page faults= 5
swaps= 0
block input operations= 41384
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 291166
involuntary context switches= 6892


# summary of solver processes directly reported to runsolver:
#   pid: 591
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.19
#   total CPU system time (s): 3.92386

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6416 second user time and 23.2308 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-12 12:58:42
IDJOB=4386972
IDBENCH=115827
IDSOLVER=2823
FILE ID=node121/4386972-1568285963
RUNJOBID= node121-1568285922-554
PBS_JOBID= 21701082
Free space on /tmp= 56652 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-0.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4386972-1568285963/watcher-4386972-1568285963 -o /tmp/evaluation-result-4386972-1568285963/solver-4386972-1568285963 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568285922-554 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1167947834 HOME/instance-4386972-1568285963.xml

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

MD5SUM BENCH= da64694dd3ca715594c36c32a8b555a8
RANDOM SEED=1167947834

node121.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.75
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.75
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.75
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.75
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:        31804660 kB
MemAvailable:   31919756 kB
Buffers:           87104 kB
Cached:           319800 kB
SwapCached:        19532 kB
Active:           252660 kB
Inactive:         174760 kB
Active(anon):       7408 kB
Inactive(anon):    42108 kB
Active(file):     245252 kB
Inactive(file):   132652 kB
Unevictable:      109404 kB
Mlocked:          109404 kB
SwapTotal:      67108860 kB
SwapFree:       66978668 kB
Dirty:             70320 kB
Writeback:             0 kB
AnonPages:        111776 kB
Mapped:            30200 kB
Shmem:             19620 kB
Slab:             134484 kB
SReclaimable:     106056 kB
SUnreclaim:        28428 kB
KernelStack:        3392 kB
PageTables:         5444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     502116 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:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 56584 MiB
End job on node121 at 2019-09-12 13:39:51