Trace number 4386971

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)326 2520.09 2467.83

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.2689
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.73/0.65	c Concrete v3.10.1560635388952 running
10.64/4.79	o 428
10.96/4.81	o 426
11.31/4.94	o 421
11.31/4.95	o 420
11.65/5.04	o 406
11.65/5.04	o 405
11.65/5.08	o 404
11.65/5.09	o 397
11.99/5.10	o 380
12.35/5.22	o 378
12.35/5.23	o 369
12.66/5.31	o 368
12.66/5.32	o 367
12.66/5.32	o 364
12.95/5.49	o 363
13.27/5.50	o 361
13.27/5.51	o 358
14.49/5.94	o 357
14.49/5.94	o 356
17.09/6.90	o 355
17.39/6.94	o 354
17.39/6.94	o 352
17.39/6.95	o 346
17.99/7.30	o 345
19.01/7.82	o 344
19.01/7.82	o 343
27.37/13.22	o 342
27.73/13.54	o 341
27.73/13.54	o 340
28.19/13.93	o 338
35.32/20.57	o 337
35.32/20.57	o 336
35.32/20.57	o 335
35.32/20.58	o 334
38.49/23.69	o 333
38.49/23.69	o 329
1414.36/1379.36	o 327
1414.66/1379.65	o 326
2520.04/2467.80	Exception in thread "main" java.util.concurrent.TimeoutException
2520.04/2467.80		at concrete.MAC.mac(MAC.scala:189)
2520.04/2467.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.04/2467.80		at scala.util.Try$.apply(Try.scala:212)
2520.04/2467.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.04/2467.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.04/2467.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.04/2467.80		at concrete.MAC.oneRun(MAC.scala:253)
2520.04/2467.80		at concrete.MAC.nextSolution(MAC.scala:272)
2520.04/2467.80		at concrete.MAC.nextSolution(MAC.scala:355)
2520.04/2467.80		at concrete.Solver.hasNext(Solver.scala:160)
2520.04/2467.80		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2467.80		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2467.80		at concrete.Solver.foreach(Solver.scala:67)
2520.04/2467.80		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.04/2467.80		at scala.util.Success.map(Try.scala:264)
2520.04/2467.80		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.04/2467.80		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.04/2467.80		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.04/2467.80		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2467.80		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.04/2467.80		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.04/2467.80		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.04/2467.80		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.04/2467.80		at scala.App.$anonfun$main$1(App.scala:75)
2520.04/2467.80		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.04/2467.80		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2467.80		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2467.80		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.04/2467.80		at scala.App.main(App.scala:75)
2520.04/2467.80		at scala.App.main$(App.scala:73)
2520.04/2467.80		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.04/2467.80		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2467.81	v <instantiation
2520.04/2467.81	v         cost = '326'>
2520.04/2467.81	v       <list>
2520.04/2467.81	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.04/2467.81	v       </list>
2520.04/2467.81	v       <values>
2520.04/2467.81	v         0 52 111 190 250 0 33 127 189 274 0 31 111 179 238 0 52 113 238 323 3 52 127 205 235 323 326 324 325 326 52 58 78 60 73 33 92 48 46 52 31 80 63 59 86 5 56 92 85 2 49 75 78 28 91 1 0 2 3 4 0 4 1 2 3 4 2 3 1 0 2 3 0 1 4 3 1 4 0 2 52 0 111 190 250 0 127 189 274 33 238 179 31 111 0 113 238 0 52 323 205 52 235 3 127
2520.04/2467.81	v       </values>
2520.04/2467.81	v     </instantiation>
2520.04/2467.81	s SATISFIABLE

Verifier Data

OK	326

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-4386971-1568285963/watcher-4386971-1568285963 -o /tmp/evaluation-result-4386971-1568285963/solver-4386971-1568285963 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568285922-553 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1167947834 HOME/instance-4386971-1568285963.xml 

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

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


[startup+0.101709 s]*
/proc/loadavg: 2.00 2.01 1.96 2/221 680
/proc/meminfo: memFree=31777216/32770624 swapFree=66978668/67108860
[pid=595] ppid=588 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/595/stat : 595 (bash) S 588 595 32244 0 -1 4202496 896 5689 0 1 0 0 0 1 20 0 1 0 404859119 115974144 404 33554432000 4194304 5098028 140725938652976 140725938646984 140188532284416 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 1 0 0 7196144 7232144 7278592 140725938656276 140725938656401 140725938656401 140725938659310 0
/proc/595/statm: 28314 404 320 221 0 119 0
[pid=661] ppid=595 vsize=113256 memory=704 CPUtime=0 cores=0,2,4,6
/proc/661/stat : 661 (bash) S 595 595 32244 0 -1 4202560 158 0 0 0 0 0 0 0 20 0 1 0 404859125 115974144 176 33554432000 4194304 5098028 140725938652976 140725938645656 140188532109948 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 7278592 140725938656276 140725938656401 140725938656401 140725938659310 0
/proc/661/statm: 28314 176 92 221 0 119 0
[pid=663] ppid=661 vsize=10260324 memory=20404 CPUtime=0.04 cores=0,2,4,6
/proc/663/stat : 663 (java) S 661 595 32244 0 -1 1077944320 3978 0 0 0 3 1 0 0 20 0 9 0 404859125 10506571776 5101 33554432000 4194304 4196468 140721578205760 140721578188304 140055407156983 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29196288 140721578210444 140721578210458 140721578210458 140721578213327 0
/proc/663/statm: 2565081 5101 2193 1 0 2527622 0
[pid=663/tid=666] ppid=661 vsize=10526580 memory=8462108013221118012 CPUtime=0.03 cores=0,2,4,6
/proc/663/task/666/stat : 666 (java) R 661 595 32244 0 -1 4202560 2689 0 0 0 3 0 0 0 20 0 13 0 404859125 10779217920 5367 33554432000 4194304 4196468 140721578205760 140055411395120 140055407178909 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29196288 140721578210444 140721578210458 140721578210458 140721578213327 0
[pid=663/tid=671] ppid=661 vsize=10526580 memory=288292155783643159 CPUtime=0 cores=0,2,4,6
/proc/663/task/671/stat : 671 (java) S 661 595 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 404859126 10779217920 5367 33554432000 4194304 4196468 140721578205760 140055333230864 140055407167189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29196288 140721578210444 140721578210458 140721578210458 140721578213327 0
[pid=663/tid=672] ppid=661 vsize=10526580 memory=288370277741282944 CPUtime=0 cores=0,2,4,6
/proc/663/task/672/stat : 672 (java) S 661 595 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 404859126 10779217920 5367 33554432000 4194304 4196468 140721578205760 140055332178320 140055407167189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29196288 140721578210444 140721578210458 140721578210458 140721578213327 0
[pid=663/tid=673] ppid=661 vsize=10526580 memory=0 CPUtime=0 cores=0,2,4,6
/proc/663/task/673/stat : 673 (java) S 661 595 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 404859126 10779217920 5367 33554432000 4194304 4196468 140721578205760 140055331125776 140055407167189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29196288 140721578210444 140721578210458 140721578210458 140721578213327 0
[pid=663/tid=674] ppid=661 vsize=10526580 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/663/task/674/stat : 674 (java) S 661 595 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 404859126 10779217920 5367 33554432000 4194304 4196468 140721578205760 140055330073232 140055407167189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29196288 140721578210444 140721578210458 140721578210458 140721578213327 0
[pid=663/tid=676] ppid=661 vsize=10526580 memory=139901589571200 CPUtime=0 cores=0,2,4,6
/proc/663/task/676/stat : 676 (java) S 661 595 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 404859127 10779217920 5367 33554432000 4194304 4196468 140721578205760 140054899030512 140055407168130 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29196288 140721578210444 140721578210458 140721578210458 140721578213327 0
[pid=663/tid=678] ppid=661 vsize=10526580 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/663/task/678/stat : 678 (java) S 661 595 32244 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 404859128 10779217920 5367 33554432000 4194304 4196468 140721578205760 140054897976736 140055407167189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29196288 140721578210444 140721578210458 140721578210458 140721578213327 0
[pid=663/tid=680] ppid=661 vsize=10526580 memory=0 CPUtime=0 cores=0,2,4,6
/proc/663/task/680/stat : 680 (java) S 661 595 32244 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 404859128 10779217920 5367 33554432000 4194304 4196468 140721578205760 140054896924144 140055407167189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29196288 140721578210444 140721578210458 140721578210458 140721578213327 0
[pid=663/tid=685] ppid=661 vsize=10526580 memory=0 CPUtime=0 cores=0,2,4,6
/proc/663/task/685/stat : 685 (java) S 661 595 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 404859130 10779217920 5367 33554432000 4194304 4196468 140721578205760 140054895872720 140055407175579 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29196288 140721578210444 140721578210458 140721578210458 140721578213327 0
[pid=663/tid=686] ppid=661 vsize=10526580 memory=0 CPUtime=0 cores=0,2,4,6
/proc/663/task/686/stat : 686 (java) R 661 595 32244 0 -1 4202560 282 0 0 0 0 0 0 0 20 0 13 0 404859130 10779217920 5367 33554432000 4194304 4196468 140721578205760 140054894805832 140055391049378 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29196288 140721578210444 140721578210458 140721578210458 140721578213327 0
[pid=663/tid=687] ppid=661 vsize=10526580 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/663/task/687/stat : 687 (java) S 661 595 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 404859130 10779217920 5367 33554432000 4194304 4196468 140721578205760 140054893766464 140055407167189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29196288 140721578210444 140721578210458 140721578210458 140721578213327 0
[pid=663/tid=689] ppid=661 vsize=10526580 memory=139901589571200 CPUtime=0 cores=0,2,4,6
/proc/663/task/689/stat : 689 (java) S 661 595 32244 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 13 0 404859130 10779217920 5367 33554432000 4194304 4196468 140721578205760 140054892714224 140055407168130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29196288 140721578210444 140721578210458 140721578210458 140721578213327 0
[pid=664] ppid=661 vsize=113488 memory=968 CPUtime=0 cores=0,2,4,6
/proc/664/stat : 664 (awk) S 661 595 32244 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 404859125 116211712 242 33554432000 4194304 4609284 140731362233472 140731362232648 140172849851392 0 0 4096 1216 18446744071580971376 0 0 17 6 0 0 0 0 0 6708720 6711756 8839168 140731362235580 140731362235610 140731362235610 140731362238447 0
/proc/664/statm: 28372 242 204 102 0 88 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 23692 KiB

[startup+0.213833 s]*
/proc/loadavg: 2.00 2.01 1.96 5/227 738
/proc/meminfo: memFree=31767064/32770624 swapFree=66978668/67108860
[pid=595] ppid=588 vsize=10818520 memory=30148 CPUtime=0.15 cores=0,2,4,6
/proc/595/stat : 595 (java) S 588 595 32244 0 -1 1077944320 5839 12977 0 1 7 1 4 3 20 0 15 0 404859119 11078164480 7537 33554432000 4194304 4196468 140733849424384 140733849406928 140338273287927 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
/proc/595/statm: 2704630 7537 2752 1 0 2667149 0
[pid=595/tid=712] ppid=588 vsize=10818900 memory=7022364594140610616 CPUtime=0.13 cores=0,2,4,6
/proc/595/task/712/stat : 712 (java) R 588 595 32244 0 -1 4202560 3104 12977 0 1 6 0 4 3 20 0 15 0 404859132 11078553600 7679 33554432000 4194304 4196468 140733849424384 140338245114256 140338273309853 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=714] ppid=588 vsize=10818900 memory=339 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/714/stat : 714 (java) S 588 595 32244 0 -1 1077944384 1 12977 0 1 0 0 4 3 20 0 15 0 404859133 11078553600 7679 33554432000 4194304 4196468 140733849424384 140338277530384 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=717] ppid=588 vsize=10818900 memory=139901589598315 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/717/stat : 717 (java) S 588 595 32244 0 -1 1077944384 1 12977 0 1 0 0 4 3 20 0 15 0 404859133 11078553600 7679 33554432000 4194304 4196468 140733849424384 140338192350096 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=719] ppid=588 vsize=10818900 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/719/stat : 719 (java) S 588 595 32244 0 -1 1077944384 1 12977 0 1 0 0 4 3 20 0 15 0 404859133 11078553600 7679 33554432000 4194304 4196468 140733849424384 140337845296144 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=720] ppid=588 vsize=10818900 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/720/stat : 720 (java) S 588 595 32244 0 -1 1077944384 2 12977 0 1 0 0 4 3 20 0 15 0 404859133 11078553600 7679 33554432000 4194304 4196468 140733849424384 140337844243600 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=722] ppid=588 vsize=10818900 memory=139901589571200 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/722/stat : 722 (java) S 588 595 32244 0 -1 1077944384 2 12977 0 1 0 0 4 3 20 0 15 0 404859134 11078553600 7679 33554432000 4194304 4196468 140733849424384 140337799935984 140338273299074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=724] ppid=588 vsize=10818900 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/724/stat : 724 (java) S 588 595 32244 0 -1 1077944384 13 12977 0 1 0 0 4 3 20 0 15 0 404859135 11078553600 7679 33554432000 4194304 4196468 140733849424384 140337720845216 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=726] ppid=588 vsize=10818900 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/726/stat : 726 (java) S 588 595 32244 0 -1 1077944384 1 12977 0 1 0 0 4 3 20 0 15 0 404859135 11078553600 7679 33554432000 4194304 4196468 140733849424384 140337116865520 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=727] ppid=588 vsize=10818900 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/727/stat : 727 (java) S 588 595 32244 0 -1 1077944384 3 12977 0 1 0 0 4 3 20 0 15 0 404859138 11078553600 7679 33554432000 4194304 4196468 140733849424384 140336809466064 140338273306523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=729] ppid=588 vsize=10818900 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/729/stat : 729 (java) S 588 595 32244 0 -1 1077944384 420 12977 0 1 0 0 4 3 20 0 15 0 404859138 11078553600 7679 33554432000 4194304 4196468 140733849424384 140337798883824 140338273299074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=731] ppid=588 vsize=10818900 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/731/stat : 731 (java) S 588 595 32244 0 -1 1077944384 3 12977 0 1 0 0 4 3 20 0 15 0 404859138 11078553600 7679 33554432000 4194304 4196468 140733849424384 140337797831280 140338273299074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=733] ppid=588 vsize=10818900 memory=139901589571200 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/733/stat : 733 (java) R 588 595 32244 0 -1 4202560 247 12977 0 1 0 0 4 3 20 0 15 0 404859138 11078553600 7679 33554432000 4194304 4196468 140733849424384 140337796778736 140338253530704 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=735] ppid=588 vsize=10818900 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/735/stat : 735 (java) S 588 595 32244 0 -1 1077944384 3 12977 0 1 0 0 4 3 20 0 15 0 404859138 11078553600 7679 33554432000 4194304 4196468 140733849424384 140336775908448 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=737] ppid=588 vsize=10818900 memory=139901589571200 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/737/stat : 737 (java) S 588 595 32244 0 -1 1077944384 1 12977 0 1 0 0 4 3 20 0 15 0 404859140 11078553600 7679 33554432000 4194304 4196468 140733849424384 140337795725616 140338273299074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10818520 KiB
Current children cumulated memory: 30148 KiB

[startup+0.310317 s]*
/proc/loadavg: 2.00 2.01 1.96 4/227 738
/proc/meminfo: memFree=31735440/32770624 swapFree=66978668/67108860
[pid=595] ppid=588 vsize=10819084 memory=43740 CPUtime=0.3 cores=0,2,4,6
/proc/595/stat : 595 (java) S 588 595 32244 0 -1 1077944320 9667 12977 0 1 21 2 4 3 20 0 15 0 404859119 11078742016 10935 33554432000 4194304 4196468 140733849424384 140733849406928 140338273287927 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
/proc/595/statm: 2704771 10935 3025 1 0 2667149 0
[pid=595/tid=712] ppid=588 vsize=10819084 memory=97316 CPUtime=0.23 cores=0,2,4,6
/proc/595/task/712/stat : 712 (java) R 588 595 32244 0 -1 4202560 6153 12977 0 1 14 2 4 3 20 0 15 0 404859132 11078742016 10935 33554432000 4194304 4196468 140733849424384 140338245099936 140338256474736 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=714] ppid=588 vsize=10819084 memory=35 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/714/stat : 714 (java) S 588 595 32244 0 -1 1077944384 1 12977 0 1 0 0 4 3 20 0 15 0 404859133 11078742016 10935 33554432000 4194304 4196468 140733849424384 140338277530384 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=717] ppid=588 vsize=10819084 memory=139901589673056 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/717/stat : 717 (java) S 588 595 32244 0 -1 1077944384 1 12977 0 1 0 0 4 3 20 0 15 0 404859133 11078742016 10935 33554432000 4194304 4196468 140733849424384 140338192350096 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=719] ppid=588 vsize=10819084 memory=104228 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/719/stat : 719 (java) S 588 595 32244 0 -1 1077944384 1 12977 0 1 0 0 4 3 20 0 15 0 404859133 11078742016 10935 33554432000 4194304 4196468 140733849424384 140337845296144 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=720] ppid=588 vsize=10819084 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/720/stat : 720 (java) S 588 595 32244 0 -1 1077944384 2 12977 0 1 0 0 4 3 20 0 15 0 404859133 11078742016 10935 33554432000 4194304 4196468 140733849424384 140337844243600 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=722] ppid=588 vsize=10819084 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/722/stat : 722 (java) S 588 595 32244 0 -1 1077944384 2 12977 0 1 0 0 4 3 20 0 15 0 404859134 11078742016 10935 33554432000 4194304 4196468 140733849424384 140337799935984 140338273299074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=724] ppid=588 vsize=10819084 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/724/stat : 724 (java) S 588 595 32244 0 -1 1077944384 13 12977 0 1 0 0 4 3 20 0 15 0 404859135 11078742016 10935 33554432000 4194304 4196468 140733849424384 140337720845216 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=726] ppid=588 vsize=10819084 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/726/stat : 726 (java) S 588 595 32244 0 -1 1077944384 1 12977 0 1 0 0 4 3 20 0 15 0 404859135 11078742016 10935 33554432000 4194304 4196468 140733849424384 140337116865520 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=727] ppid=588 vsize=10819084 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/727/stat : 727 (java) S 588 595 32244 0 -1 1077944384 3 12977 0 1 0 0 4 3 20 0 15 0 404859138 11078742016 10935 33554432000 4194304 4196468 140733849424384 140336809466064 140338273306523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=729] ppid=588 vsize=10819084 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/595/task/729/stat : 729 (java) S 588 595 32244 0 -1 1077944384 472 12977 0 1 1 0 4 3 20 0 15 0 404859138 11078742016 10935 33554432000 4194304 4196468 140733849424384 140337798883824 140338273299074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=731] ppid=588 vsize=10819084 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/595/task/731/stat : 731 (java) S 588 595 32244 0 -1 1077944384 159 12977 0 1 1 0 4 3 20 0 15 0 404859138 11078742016 10935 33554432000 4194304 4196468 140733849424384 140337797831280 140338273299074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=733] ppid=588 vsize=10819084 memory=139901589571200 CPUtime=0.11 cores=0,2,4,6
/proc/595/task/733/stat : 733 (java) S 588 595 32244 0 -1 1077944384 652 12977 0 1 4 0 4 3 20 0 15 0 404859138 11078742016 10935 33554432000 4194304 4196468 140733849424384 140337796778736 140338273299074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=735] ppid=588 vsize=10819084 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/735/stat : 735 (java) S 588 595 32244 0 -1 1077944384 3 12977 0 1 0 0 4 3 20 0 15 0 404859138 11078742016 10935 33554432000 4194304 4196468 140733849424384 140336775908448 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=737] ppid=588 vsize=10819084 memory=139901589571200 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/737/stat : 737 (java) S 588 595 32244 0 -1 1077944384 1 12977 0 1 0 0 4 3 20 0 15 0 404859140 11078742016 10935 33554432000 4194304 4196468 140733849424384 140337795725616 140338273299074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 43740 KiB

[startup+0.702329 s]
/proc/loadavg: 2.00 2.01 1.96 4/227 738
/proc/meminfo: memFree=31715000/32770624 swapFree=66978668/67108860
[pid=595] ppid=588 vsize=10820244 memory=69764 CPUtime=0.83 cores=0,2,4,6
/proc/595/stat : 595 (java) S 588 595 32244 0 -1 1077944320 13552 12977 0 1 71 5 4 3 20 0 15 0 404859119 11079929856 17441 33554432000 4194304 4196468 140733849424384 140733849406928 140338273287927 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
/proc/595/statm: 2705061 17441 3460 1 0 2667149 0
[pid=595/tid=712] ppid=588 vsize=10820244 memory=279802892542208 CPUtime=0.53 cores=0,2,4,6
/proc/595/task/712/stat : 712 (java) R 588 595 32244 0 -1 4202560 9469 12977 0 1 43 3 4 3 20 0 15 0 404859132 11079929856 17441 33554432000 4194304 4196468 140733849424384 140338245120288 140338257368414 0 4 0 16800975 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=714] ppid=588 vsize=10820244 memory=2100 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/714/stat : 714 (java) S 588 595 32244 0 -1 1077944384 1 12977 0 1 0 0 4 3 20 0 15 0 404859133 11079929856 17441 33554432000 4194304 4196468 140733849424384 140338277530384 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=717] ppid=588 vsize=10820244 memory=6944656592387989600 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/717/stat : 717 (java) S 588 595 32244 0 -1 1077944384 1 12977 0 1 0 0 4 3 20 0 15 0 404859133 11079929856 17441 33554432000 4194304 4196468 140733849424384 140338192350096 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=719] ppid=588 vsize=10820244 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/719/stat : 719 (java) S 588 595 32244 0 -1 1077944384 1 12977 0 1 0 0 4 3 20 0 15 0 404859133 11079929856 17441 33554432000 4194304 4196468 140733849424384 140337845296144 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=720] ppid=588 vsize=10820244 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/720/stat : 720 (java) S 588 595 32244 0 -1 1077944384 2 12977 0 1 0 0 4 3 20 0 15 0 404859133 11079929856 17441 33554432000 4194304 4196468 140733849424384 140337844243600 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=722] ppid=588 vsize=10820244 memory=7374758023436981604 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/722/stat : 722 (java) S 588 595 32244 0 -1 1077944384 6 12977 0 1 0 0 4 3 20 0 15 0 404859134 11079929856 17441 33554432000 4194304 4196468 140733849424384 140337799935984 140338273299074 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=724] ppid=588 vsize=10820244 memory=6081944546375328087 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/724/stat : 724 (java) S 588 595 32244 0 -1 1077944384 13 12977 0 1 0 0 4 3 20 0 15 0 404859135 11079929856 17441 33554432000 4194304 4196468 140733849424384 140337720845216 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=726] ppid=588 vsize=10820244 memory=7445980053146199146 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/726/stat : 726 (java) S 588 595 32244 0 -1 1077944384 1 12977 0 1 0 0 4 3 20 0 15 0 404859135 11079929856 17441 33554432000 4194304 4196468 140733849424384 140337116865520 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=727] ppid=588 vsize=10820244 memory=756 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/727/stat : 727 (java) S 588 595 32244 0 -1 1077944384 3 12977 0 1 0 0 4 3 20 0 15 0 404859138 11079929856 17441 33554432000 4194304 4196468 140733849424384 140336809466064 140338273306523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=729] ppid=588 vsize=10820244 memory=2400 CPUtime=0.14 cores=0,2,4,6
/proc/595/task/729/stat : 729 (java) S 588 595 32244 0 -1 1077944384 672 12977 0 1 7 0 4 3 20 0 15 0 404859138 11079929856 17441 33554432000 4194304 4196468 140733849424384 140337798883824 140338273299074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=731] ppid=588 vsize=10820244 memory=55196 CPUtime=0.13 cores=0,2,4,6
/proc/595/task/731/stat : 731 (java) R 588 595 32244 0 -1 4202560 402 12977 0 1 6 0 4 3 20 0 15 0 404859138 11079929856 17441 33554432000 4194304 4196468 140733849424384 140337797831280 140338254698077 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=733] ppid=588 vsize=10820244 memory=56988 CPUtime=0.19 cores=0,2,4,6
/proc/595/task/733/stat : 733 (java) S 588 595 32244 0 -1 1077944384 769 12977 0 1 12 0 4 3 20 0 15 0 404859138 11079929856 17441 33554432000 4194304 4196468 140733849424384 140337796778736 140338273299074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=735] ppid=588 vsize=10820244 memory=1548 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/735/stat : 735 (java) S 588 595 32244 0 -1 1077944384 3 12977 0 1 0 0 4 3 20 0 15 0 404859138 11079929856 17441 33554432000 4194304 4196468 140733849424384 140336775908448 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=737] ppid=588 vsize=10820244 memory=7964 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/737/stat : 737 (java) S 588 595 32244 0 -1 1077944384 1 12977 0 1 0 0 4 3 20 0 15 0 404859140 11079929856 17441 33554432000 4194304 4196468 140733849424384 140337795725616 140338273299074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
Current children cumulated CPU time: 0.83 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 69764 KiB

[startup+1.50078 s]
/proc/loadavg: 2.00 2.01 1.96 5/227 738
/proc/meminfo: memFree=31653880/32770624 swapFree=66978668/67108860
[pid=595] ppid=588 vsize=10832608 memory=120904 CPUtime=1.87 cores=0,2,4,6
/proc/595/stat : 595 (java) S 588 595 32244 0 -1 1077944320 19052 12977 1 1 171 9 4 3 20 0 15 0 404859119 11092590592 30226 33554432000 4194304 4196468 140733849424384 140733849406928 140338273287927 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
/proc/595/statm: 2708152 30226 3540 1 0 2670221 0
[pid=595/tid=712] ppid=588 vsize=10832608 memory=279802892471968 CPUtime=1.09 cores=0,2,4,6
/proc/595/task/712/stat : 712 (java) R 588 595 32244 0 -1 4202560 14284 12977 1 1 95 7 4 3 20 0 15 0 404859132 11092590592 30226 33554432000 4194304 4196468 140733849424384 140338245103912 140338257368414 0 4 0 16800975 0 0 0 -1 2 0 0 31 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=714] ppid=588 vsize=10832608 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/714/stat : 714 (java) S 588 595 32244 0 -1 1077944384 1 12977 0 1 0 0 4 3 20 0 15 0 404859133 11092590592 30226 33554432000 4194304 4196468 140733849424384 140338277530384 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=717] ppid=588 vsize=10832608 memory=279802892323664 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/717/stat : 717 (java) S 588 595 32244 0 -1 1077944384 1 12977 0 1 0 0 4 3 20 0 15 0 404859133 11092590592 30226 33554432000 4194304 4196468 140733849424384 140338192350096 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=719] ppid=588 vsize=10832608 memory=-6873552451114151850 CPUtime=0.07 cores=0,2,4,6

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

/proc/595/task/712/stat : 712 (java) R 588 595 32244 0 -1 4202560 90613 12977 2 1 229449 50 4 3 20 0 15 0 404859132 11111497728 288982 33554432000 4194304 4196468 140733849424384 140338245123360 140337875172288 0 4 0 16800975 0 0 0 -1 0 0 0 33 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=714] ppid=588 vsize=10851072 memory=1155928 CPUtime=12.2 cores=0,2,4,6
/proc/595/task/714/stat : 714 (java) S 588 595 32244 0 -1 1077944384 29925 12977 0 1 1152 61 4 3 20 0 15 0 404859133 11111497728 288982 33554432000 4194304 4196468 140733849424384 140338277530384 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=717] ppid=588 vsize=10851072 memory=1155928 CPUtime=12.23 cores=0,2,4,6
/proc/595/task/717/stat : 717 (java) S 588 595 32244 0 -1 1077944384 21846 12977 0 1 1156 60 4 3 20 0 15 0 404859133 11111497728 288982 33554432000 4194304 4196468 140733849424384 140338192350096 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=719] ppid=588 vsize=10851072 memory=1155928 CPUtime=12.21 cores=0,2,4,6
/proc/595/task/719/stat : 719 (java) S 588 595 32244 0 -1 1077944384 23468 12977 0 1 1155 59 4 3 20 0 15 0 404859133 11111497728 288982 33554432000 4194304 4196468 140733849424384 140337845296144 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=720] ppid=588 vsize=10851072 memory=1155928 CPUtime=12.18 cores=0,2,4,6
/proc/595/task/720/stat : 720 (java) S 588 595 32244 0 -1 1077944384 19138 12977 0 1 1150 61 4 3 20 0 15 0 404859133 11111497728 288982 33554432000 4194304 4196468 140733849424384 140337844243600 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=722] ppid=588 vsize=10851072 memory=3620 CPUtime=10.67 cores=0,2,4,6
/proc/595/task/722/stat : 722 (java) S 588 595 32244 0 -1 1077944384 22395 12977 0 1 1009 51 4 3 20 0 15 0 404859134 11111497728 288982 33554432000 4194304 4196468 140733849424384 140337799935984 140338273299074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=724] ppid=588 vsize=10851072 memory=1155928 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/724/stat : 724 (java) S 588 595 32244 0 -1 1077944384 15 12977 0 1 0 0 4 3 20 0 15 0 404859135 11111497728 288982 33554432000 4194304 4196468 140733849424384 140337720845280 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=726] ppid=588 vsize=10851072 memory=1153880 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/726/stat : 726 (java) S 588 595 32244 0 -1 1077944384 1 12977 0 1 0 0 4 3 20 0 15 0 404859135 11111497728 288982 33554432000 4194304 4196468 140733849424384 140337116865536 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=727] ppid=588 vsize=10851072 memory=1155928 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/727/stat : 727 (java) S 588 595 32244 0 -1 1077944384 3 12977 0 1 0 0 4 3 20 0 15 0 404859138 11111497728 288982 33554432000 4194304 4196468 140733849424384 140336809466064 140338273306523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=729] ppid=588 vsize=10851072 memory=1155928 CPUtime=7.04 cores=0,2,4,6
/proc/595/task/729/stat : 729 (java) S 588 595 32244 0 -1 1077944384 31582 12977 0 1 691 6 4 3 20 0 15 0 404859138 11111497728 288982 33554432000 4194304 4196468 140733849424384 140337798883824 140338273299074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=731] ppid=588 vsize=10851072 memory=1155928 CPUtime=5.86 cores=0,2,4,6
/proc/595/task/731/stat : 731 (java) S 588 595 32244 0 -1 1077944384 33219 12977 0 1 573 6 4 3 20 0 15 0 404859138 11111497728 288982 33554432000 4194304 4196468 140733849424384 140337797831280 140338273299074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=733] ppid=588 vsize=10851072 memory=1155928 CPUtime=3.8 cores=0,2,4,6
/proc/595/task/733/stat : 733 (java) S 588 595 32244 0 -1 1077944384 39725 12977 0 1 363 10 4 3 20 0 15 0 404859138 11111497728 288982 33554432000 4194304 4196468 140733849424384 140337796778736 140338273299074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=735] ppid=588 vsize=10851072 memory=3360 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/735/stat : 735 (java) S 588 595 32244 0 -1 1077944384 3 12977 0 1 0 0 4 3 20 0 15 0 404859138 11111497728 288982 33554432000 4194304 4196468 140733849424384 140336775908448 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=737] ppid=588 vsize=10851072 memory=1692 CPUtime=1.49 cores=0,2,4,6
/proc/595/task/737/stat : 737 (java) S 588 595 32244 0 -1 1077944384 1496 12977 0 1 69 73 4 3 20 0 15 0 404859140 11111497728 288982 33554432000 4194304 4196468 140733849424384 140337795725616 140338273299074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
Current children cumulated CPU time: 2372.23 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1155928 KiB

[startup+2382.31 s]
/proc/loadavg: 1.38 1.33 1.39 3/227 987
/proc/meminfo: memFree=29521916/32770624 swapFree=66978728/67108860
[pid=595] ppid=588 vsize=10851072 memory=1155928 CPUtime=2433.2 cores=0,2,4,6
/proc/595/stat : 595 (java) S 588 595 32244 0 -1 1077944320 317132 12977 2 1 242933 380 4 3 20 0 15 0 404859119 11111497728 288982 33554432000 4194304 4196468 140733849424384 140733849406928 140338273287927 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
/proc/595/statm: 2712768 288982 3629 1 0 2674829 0
[pid=595/tid=712] ppid=588 vsize=10851072 memory=1164 CPUtime=2354.34 cores=0,2,4,6
/proc/595/task/712/stat : 712 (java) R 588 595 32244 0 -1 4202560 91394 12977 2 1 235376 51 4 3 20 0 15 0 404859132 11111497728 288982 33554432000 4194304 4196468 140733849424384 140338245123216 140337887899339 0 4 0 16800975 0 0 0 -1 2 0 0 33 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=714] ppid=588 vsize=10851072 memory=1155928 CPUtime=12.54 cores=0,2,4,6
/proc/595/task/714/stat : 714 (java) S 588 595 32244 0 -1 1077944384 30205 12977 0 1 1184 63 4 3 20 0 15 0 404859133 11111497728 288982 33554432000 4194304 4196468 140733849424384 140338277530384 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=717] ppid=588 vsize=10851072 memory=1155928 CPUtime=12.57 cores=0,2,4,6
/proc/595/task/717/stat : 717 (java) S 588 595 32244 0 -1 1077944384 21852 12977 0 1 1188 62 4 3 20 0 15 0 404859133 11111497728 288982 33554432000 4194304 4196468 140733849424384 140338192350096 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=719] ppid=588 vsize=10851072 memory=1155928 CPUtime=12.55 cores=0,2,4,6
/proc/595/task/719/stat : 719 (java) S 588 595 32244 0 -1 1077944384 23573 12977 0 1 1187 61 4 3 20 0 15 0 404859133 11111497728 288982 33554432000 4194304 4196468 140733849424384 140337845296144 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=720] ppid=588 vsize=10851072 memory=1155928 CPUtime=12.52 cores=0,2,4,6
/proc/595/task/720/stat : 720 (java) S 588 595 32244 0 -1 1077944384 19216 12977 0 1 1183 62 4 3 20 0 15 0 404859133 11111497728 288982 33554432000 4194304 4196468 140733849424384 140337844243600 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=722] ppid=588 vsize=10851072 memory=1155928 CPUtime=10.97 cores=0,2,4,6
/proc/595/task/722/stat : 722 (java) S 588 595 32244 0 -1 1077944384 22615 12977 0 1 1037 53 4 3 20 0 15 0 404859134 11111497728 288982 33554432000 4194304 4196468 140733849424384 140337799935984 140338273299074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=724] ppid=588 vsize=10851072 memory=1155928 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/724/stat : 724 (java) S 588 595 32244 0 -1 1077944384 15 12977 0 1 0 0 4 3 20 0 15 0 404859135 11111497728 288982 33554432000 4194304 4196468 140733849424384 140337720845280 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=726] ppid=588 vsize=10851072 memory=1155928 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/726/stat : 726 (java) S 588 595 32244 0 -1 1077944384 1 12977 0 1 0 0 4 3 20 0 15 0 404859135 11111497728 288982 33554432000 4194304 4196468 140733849424384 140337116865536 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=727] ppid=588 vsize=10851072 memory=1244 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/727/stat : 727 (java) S 588 595 32244 0 -1 1077944384 3 12977 0 1 0 0 4 3 20 0 15 0 404859138 11111497728 288982 33554432000 4194304 4196468 140733849424384 140336809466064 140338273306523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=729] ppid=588 vsize=10851072 memory=3620 CPUtime=7.04 cores=0,2,4,6
/proc/595/task/729/stat : 729 (java) S 588 595 32244 0 -1 1077944384 31584 12977 0 1 691 6 4 3 20 0 15 0 404859138 11111497728 288982 33554432000 4194304 4196468 140733849424384 140337798883824 140338273299074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=731] ppid=588 vsize=10851072 memory=1155928 CPUtime=5.86 cores=0,2,4,6
/proc/595/task/731/stat : 731 (java) S 588 595 32244 0 -1 1077944384 33222 12977 0 1 573 6 4 3 20 0 15 0 404859138 11111497728 288982 33554432000 4194304 4196468 140733849424384 140337797831280 140338273299074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=733] ppid=588 vsize=10851072 memory=1155928 CPUtime=3.8 cores=0,2,4,6
/proc/595/task/733/stat : 733 (java) S 588 595 32244 0 -1 1077944384 39727 12977 0 1 363 10 4 3 20 0 15 0 404859138 11111497728 288982 33554432000 4194304 4196468 140733849424384 140337796778736 140338273299074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=735] ppid=588 vsize=10851072 memory=1155928 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/735/stat : 735 (java) S 588 595 32244 0 -1 1077944384 3 12977 0 1 0 0 4 3 20 0 15 0 404859138 11111497728 288982 33554432000 4194304 4196468 140733849424384 140336775908448 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=737] ppid=588 vsize=10851072 memory=7517449399889847404 CPUtime=1.54 cores=0,2,4,6
/proc/595/task/737/stat : 737 (java) S 588 595 32244 0 -1 1077944384 1512 12977 0 1 72 75 4 3 20 0 15 0 404859140 11111497728 288982 33554432000 4194304 4196468 140733849424384 140337795725616 140338273299074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
Current children cumulated CPU time: 2433.2 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1155928 KiB

[startup+2442.31 s]
/proc/loadavg: 1.27 1.31 1.38 3/227 993
/proc/meminfo: memFree=29520020/32770624 swapFree=66978728/67108860
[pid=595] ppid=588 vsize=10851072 memory=1157976 CPUtime=2494.17 cores=0,2,4,6
/proc/595/stat : 595 (java) S 588 595 32244 0 -1 1077944320 319316 12977 2 1 249023 387 4 3 20 0 15 0 404859119 11111497728 289494 33554432000 4194304 4196468 140733849424384 140733849406928 140338273287927 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
/proc/595/statm: 2712768 289494 3629 1 0 2674829 0
[pid=595/tid=712] ppid=588 vsize=10851072 memory=1157976 CPUtime=2413.67 cores=0,2,4,6
/proc/595/task/712/stat : 712 (java) R 588 595 32244 0 -1 4202560 92369 12977 2 1 241309 51 4 3 20 0 15 0 404859132 11111497728 289494 33554432000 4194304 4196468 140733849424384 140338245123040 140337887104384 0 4 0 16800975 0 0 0 -1 0 0 0 33 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=714] ppid=588 vsize=10851072 memory=1157976 CPUtime=12.86 cores=0,2,4,6
/proc/595/task/714/stat : 714 (java) S 588 595 32244 0 -1 1077944384 30537 12977 0 1 1215 64 4 3 20 0 15 0 404859133 11111497728 289494 33554432000 4194304 4196468 140733849424384 140338277530384 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=717] ppid=588 vsize=10851072 memory=1155928 CPUtime=12.9 cores=0,2,4,6
/proc/595/task/717/stat : 717 (java) S 588 595 32244 0 -1 1077944384 22172 12977 0 1 1219 64 4 3 20 0 15 0 404859133 11111497728 289494 33554432000 4194304 4196468 140733849424384 140338192350096 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=719] ppid=588 vsize=10851072 memory=1157976 CPUtime=12.88 cores=0,2,4,6
/proc/595/task/719/stat : 719 (java) S 588 595 32244 0 -1 1077944384 23663 12977 0 1 1219 62 4 3 20 0 15 0 404859133 11111497728 289494 33554432000 4194304 4196468 140733849424384 140337845296144 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=720] ppid=588 vsize=10851072 memory=54 CPUtime=12.86 cores=0,2,4,6
/proc/595/task/720/stat : 720 (java) S 588 595 32244 0 -1 1077944384 19281 12977 0 1 1215 64 4 3 20 0 15 0 404859133 11111497728 289494 33554432000 4194304 4196468 140733849424384 140337844243600 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=722] ppid=588 vsize=10851072 memory=1157976 CPUtime=11.24 cores=0,2,4,6
/proc/595/task/722/stat : 722 (java) S 588 595 32244 0 -1 1077944384 22984 12977 0 1 1063 54 4 3 20 0 15 0 404859134 11111497728 289494 33554432000 4194304 4196468 140733849424384 140337799935984 140338273299074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=724] ppid=588 vsize=10851072 memory=1155928 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/724/stat : 724 (java) S 588 595 32244 0 -1 1077944384 15 12977 0 1 0 0 4 3 20 0 15 0 404859135 11111497728 289494 33554432000 4194304 4196468 140733849424384 140337720845280 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=726] ppid=588 vsize=10851072 memory=1157976 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/726/stat : 726 (java) S 588 595 32244 0 -1 1077944384 1 12977 0 1 0 0 4 3 20 0 15 0 404859135 11111497728 289494 33554432000 4194304 4196468 140733849424384 140337116865536 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=727] ppid=588 vsize=10851072 memory=1157976 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/727/stat : 727 (java) S 588 595 32244 0 -1 1077944384 3 12977 0 1 0 0 4 3 20 0 15 0 404859138 11111497728 289494 33554432000 4194304 4196468 140733849424384 140336809466064 140338273306523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=729] ppid=588 vsize=10851072 memory=928 CPUtime=7.04 cores=0,2,4,6
/proc/595/task/729/stat : 729 (java) S 588 595 32244 0 -1 1077944384 31589 12977 0 1 691 6 4 3 20 0 15 0 404859138 11111497728 289494 33554432000 4194304 4196468 140733849424384 140337798883824 140338273299074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=731] ppid=588 vsize=10851072 memory=1157976 CPUtime=5.86 cores=0,2,4,6
/proc/595/task/731/stat : 731 (java) S 588 595 32244 0 -1 1077944384 33226 12977 0 1 573 6 4 3 20 0 15 0 404859138 11111497728 289494 33554432000 4194304 4196468 140733849424384 140337797831280 140338273299074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=733] ppid=588 vsize=10851072 memory=1157976 CPUtime=3.8 cores=0,2,4,6
/proc/595/task/733/stat : 733 (java) S 588 595 32244 0 -1 1077944384 39732 12977 0 1 363 10 4 3 20 0 15 0 404859138 11111497728 289494 33554432000 4194304 4196468 140733849424384 140337796778736 140338273299074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=735] ppid=588 vsize=10851072 memory=1157976 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/735/stat : 735 (java) S 588 595 32244 0 -1 1077944384 3 12977 0 1 0 0 4 3 20 0 15 0 404859138 11111497728 289494 33554432000 4194304 4196468 140733849424384 140336775908448 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=737] ppid=588 vsize=10851072 memory=1157976 CPUtime=1.57 cores=0,2,4,6
/proc/595/task/737/stat : 737 (java) S 588 595 32244 0 -1 1077944384 1531 12977 0 1 74 76 4 3 20 0 15 0 404859140 11111497728 289494 33554432000 4194304 4196468 140733849424384 140337795725616 140338273299074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
Current children cumulated CPU time: 2494.17 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1157976 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.8 s]
/proc/loadavg: 1.24 1.30 1.38 3/227 994
/proc/meminfo: memFree=29520168/32770624 swapFree=66978728/67108860
[pid=595] ppid=588 vsize=10851072 memory=1157976 CPUtime=2520.04 cores=0,2,4,6
/proc/595/stat : 595 (java) S 588 595 32244 0 -1 1077944320 319885 12977 2 1 251606 391 4 3 20 0 15 0 404859119 11111497728 289494 33554432000 4194304 4196468 140733849424384 140733849406928 140338273287927 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
/proc/595/statm: 2712768 289494 3629 1 0 2674829 0
[pid=595/tid=712] ppid=588 vsize=10851072 memory=3772 CPUtime=2438.9 cores=0,2,4,6
/proc/595/task/712/stat : 712 (java) R 588 595 32244 0 -1 4202560 92699 12977 2 1 243831 52 4 3 20 0 15 0 404859132 11111497728 289494 33554432000 4194304 4196468 140733849424384 140338245123216 140337887897159 0 4 0 16800975 0 0 0 -1 4 0 0 33 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=714] ppid=588 vsize=10851072 memory=1440 CPUtime=12.99 cores=0,2,4,6
/proc/595/task/714/stat : 714 (java) S 588 595 32244 0 -1 1077944384 30620 12977 0 1 1228 64 4 3 20 0 15 0 404859133 11111497728 289494 33554432000 4194304 4196468 140733849424384 140338277530384 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=717] ppid=588 vsize=10851072 memory=6947385649911455296 CPUtime=13.04 cores=0,2,4,6
/proc/595/task/717/stat : 717 (java) S 588 595 32244 0 -1 1077944384 22182 12977 0 1 1232 65 4 3 20 0 15 0 404859133 11111497728 289494 33554432000 4194304 4196468 140733849424384 140338192350096 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=719] ppid=588 vsize=10851072 memory=2304 CPUtime=13.01 cores=0,2,4,6
/proc/595/task/719/stat : 719 (java) S 588 595 32244 0 -1 1077944384 23669 12977 0 1 1232 62 4 3 20 0 15 0 404859133 11111497728 289494 33554432000 4194304 4196468 140733849424384 140337845296144 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=720] ppid=588 vsize=10851072 memory=3620 CPUtime=12.99 cores=0,2,4,6
/proc/595/task/720/stat : 720 (java) S 588 595 32244 0 -1 1077944384 19344 12977 0 1 1227 65 4 3 20 0 15 0 404859133 11111497728 289494 33554432000 4194304 4196468 140733849424384 140337844243600 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=722] ppid=588 vsize=10851072 memory=4100 CPUtime=11.35 cores=0,2,4,6
/proc/595/task/722/stat : 722 (java) S 588 595 32244 0 -1 1077944384 23051 12977 0 1 1074 54 4 3 20 0 15 0 404859134 11111497728 289494 33554432000 4194304 4196468 140733849424384 140337799935984 140338273299074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=724] ppid=588 vsize=10851072 memory=15472 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/724/stat : 724 (java) S 588 595 32244 0 -1 1077944384 15 12977 0 1 0 0 4 3 20 0 15 0 404859135 11111497728 289494 33554432000 4194304 4196468 140733849424384 140337720845280 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=726] ppid=588 vsize=10851072 memory=2004 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/726/stat : 726 (java) S 588 595 32244 0 -1 1077944384 1 12977 0 1 0 0 4 3 20 0 15 0 404859135 11111497728 289494 33554432000 4194304 4196468 140733849424384 140337116865536 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=727] ppid=588 vsize=10851072 memory=984 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/727/stat : 727 (java) S 588 595 32244 0 -1 1077944384 3 12977 0 1 0 0 4 3 20 0 15 0 404859138 11111497728 289494 33554432000 4194304 4196468 140733849424384 140336809466064 140338273306523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=729] ppid=588 vsize=10851072 memory=1328 CPUtime=7.04 cores=0,2,4,6
/proc/595/task/729/stat : 729 (java) S 588 595 32244 0 -1 1077944384 31589 12977 0 1 691 6 4 3 20 0 15 0 404859138 11111497728 289494 33554432000 4194304 4196468 140733849424384 140337798883824 140338273299074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=731] ppid=588 vsize=10851072 memory=2304 CPUtime=5.86 cores=0,2,4,6
/proc/595/task/731/stat : 731 (java) S 588 595 32244 0 -1 1077944384 33226 12977 0 1 573 6 4 3 20 0 15 0 404859138 11111497728 289494 33554432000 4194304 4196468 140733849424384 140337797831280 140338273299074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=733] ppid=588 vsize=10851072 memory=2304 CPUtime=3.8 cores=0,2,4,6
/proc/595/task/733/stat : 733 (java) S 588 595 32244 0 -1 1077944384 39732 12977 0 1 363 10 4 3 20 0 15 0 404859138 11111497728 289494 33554432000 4194304 4196468 140733849424384 140337796778736 140338273299074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=735] ppid=588 vsize=10851072 memory=780 CPUtime=0.07 cores=0,2,4,6
/proc/595/task/735/stat : 735 (java) S 588 595 32244 0 -1 1077944384 3 12977 0 1 0 0 4 3 20 0 15 0 404859138 11111497728 289494 33554432000 4194304 4196468 140733849424384 140336775908448 140338273298133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
[pid=595/tid=737] ppid=588 vsize=10851072 memory=3360 CPUtime=1.58 cores=0,2,4,6
/proc/595/task/737/stat : 737 (java) S 588 595 32244 0 -1 1077944384 1541 12977 0 1 74 77 4 3 20 0 15 0 404859140 11111497728 289494 33554432000 4194304 4196468 140733849424384 140337795725616 140338273299074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37306368 140733849430773 140733849433285 140733849433285 140733849436111 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1157976 KiB

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

[startup+2467.83 s]
# the end of solver process 595 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.13 s, system=3.96199 s

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

Child status: 143
Real time (s): 2467.83
CPU time (s): 2520.09
CPU user time (s): 2516.13
CPU system time (s): 3.96199
CPU usage (%): 102.118
Max. virtual memory (cumulated for all children) (KiB): 10856800
Max. memory (cumulated for all children) (KiB): 1157976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.13
system time used= 3.96199
maximum resident set size= 1162192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 333554
page faults= 3
swaps= 0
block input operations= 48168
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 296983
involuntary context switches= 11897


# summary of solver processes directly reported to runsolver:
#   pid: 595
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.13
#   total CPU system time (s): 3.96199

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6049 second user time and 22.4307 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-12 12:58:42
IDJOB=4386971
IDBENCH=115816
IDSOLVER=2823
FILE ID=node121/4386971-1568285963
RUNJOBID= node121-1568285922-553
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-4.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4386971-1568285963/watcher-4386971-1568285963 -o /tmp/evaluation-result-4386971-1568285963/solver-4386971-1568285963 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568285922-553 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1167947834 HOME/instance-4386971-1568285963.xml

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

MD5SUM BENCH= a08c622730be04b0ce65f9055d76b754
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:        31804304 kB
MemAvailable:   31919400 kB
Buffers:           87104 kB
Cached:           319800 kB
SwapCached:        19532 kB
Active:           253960 kB
Inactive:         173460 kB
Active(anon):       7408 kB
Inactive(anon):    42108 kB
Active(file):     246552 kB
Inactive(file):   131352 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:     502388 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:50