Trace number 4402992

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.3SAT (TO)665 2520.13 2462.83

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-10-10-6.xml
MD5SUM0823366b416f0d4f591b1c2bb0d09de5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark616
Best CPU time to get the best result obtained on this benchmark1735.1
Satisfiable
(Un)Satisfiability was proved
Number of variables410
Number of constraints330
Number of domains12
Minimum domain size8
Maximum domain size723
Distribution of domain sizes[{"size":8,"count":10},{"size":9,"count":30},{"size":10,"count":160},{"size":723,"count":210}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":110},{"degree":3,"count":200},{"degree":11,"count":100}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":10},{"arity":2,"count":100},{"arity":3,"count":100},{"arity":10,"count":20},{"arity":12,"count":100}]
Number of extensional constraints100
Number of intensional constraints110
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":110},{"type":"allDifferent","count":10},{"type":"noOverlap","count":10},{"type":"element","count":100}]
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.82/3.20	c Concrete v3.12.3.1568965526260 running
68.74/57.54	o 722
68.99/57.61	o 721
68.99/57.62	o 720
69.23/57.72	o 718
69.38/57.82	o 714
69.38/57.85	o 712
69.72/58.08	o 711
69.86/58.11	o 710
69.96/58.25	o 709
70.22/58.47	o 708
70.22/58.48	o 706
70.45/58.60	o 705
72.74/60.71	o 704
72.84/60.81	o 702
94.20/81.88	o 701
94.20/81.90	o 700
187.85/174.05	o 699
187.85/174.08	o 698
188.06/174.21	o 697
190.27/176.33	o 696
191.70/177.73	o 695
191.70/177.76	o 691
191.70/177.78	o 690
191.81/177.80	o 688
191.81/177.85	o 687
191.81/177.87	o 686
191.92/177.91	o 685
192.44/178.48	o 684
192.44/178.49	o 683
193.37/179.30	o 682
193.37/179.30	o 681
193.37/179.32	o 680
193.37/179.34	o 679
193.37/179.35	o 678
193.57/179.51	o 677
194.40/180.36	o 676
194.40/180.36	o 673
315.57/297.88	o 671
315.57/297.88	o 668
950.07/921.36	o 667
1433.55/1396.18	o 666
2465.46/2409.28	o 665
2520.08/2462.80	Exception in thread "main" java.util.concurrent.TimeoutException
2520.08/2462.80		at concrete.MAC.mac(MAC.scala:192)
2520.08/2462.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.08/2462.80		at scala.util.Try$.apply(Try.scala:210)
2520.08/2462.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.08/2462.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.08/2462.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.08/2462.80		at concrete.MAC.oneRun(MAC.scala:265)
2520.08/2462.80		at concrete.MAC.nextSolution(MAC.scala:284)
2520.08/2462.80		at concrete.MAC.nextSolution(MAC.scala:369)
2520.08/2462.80		at concrete.Solver.hasNext(Solver.scala:160)
2520.08/2462.80		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.08/2462.80		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.08/2462.80		at concrete.Solver.foreach(Solver.scala:67)
2520.08/2462.80		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.08/2462.80		at scala.util.Success.map(Try.scala:262)
2520.08/2462.80		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2462.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.08/2462.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.08/2462.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2462.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.08/2462.81		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.08/2462.81		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.08/2462.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.08/2462.81		at scala.App.$anonfun$main$1(App.scala:73)
2520.08/2462.81		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.08/2462.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.08/2462.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.08/2462.81		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.08/2462.81		at scala.App.main(App.scala:73)
2520.08/2462.81		at scala.App.main$(App.scala:71)
2520.08/2462.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.08/2462.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2462.82	v <instantiation
2520.08/2462.82	v         cost = '665'>
2520.08/2462.82	v       <list>
2520.08/2462.82	v         s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] s[6][7] s[6][8] s[6][9] s[7][0] s[7][1] s[7][2] s[7][3] s[7][4] s[7][5] s[7][6] s[7][7] s[7][8] s[7][9] s[8][0] s[8][1] s[8][2] s[8][3] s[8][4] s[8][5] s[8][6] s[8][7] s[8][8] s[8][9] s[9][0] s[9][1] s[9][2] s[9][3] s[9][4] s[9][5] s[9][6] s[9][7] s[9][8] s[9][9] e[0] e[1] e[2] e[3] e[4] e[5] e[6] e[7] e[8] e[9] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[5][0] d[5][1] d[5][2] d[5][3] d[5][4] d[5][5] d[5][6] d[5][7] d[5][8] d[5][9] d[6][0] d[6][1] d[6][2] d[6][3] d[6][4] d[6][5] d[6][6] d[6][7] d[6][8] d[6][9] d[7][0] d[7][1] d[7][2] d[7][3] d[7][4] d[7][5] d[7][6] d[7][7] d[7][8] d[7][9] d[8][0] d[8][1] d[8][2] d[8][3] d[8][4] d[8][5] d[8][6] d[8][7] d[8][8] d[8][9] d[9][0] d[9][1] d[9][2] d[9][3] d[9][4] d[9][5] d[9][6] d[9][7] d[9][8] d[9][9] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[0][5] w[0][6] w[0][7] w[0][8] w[0][9] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[1][5] w[1][6] w[1][7] w[1][8] w[1][9] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[2][5] w[2][6] w[2][7] w[2][8] w[2][9] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[3][5] w[3][6] w[3][7] w[3][8] w[3][9] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] w[4][5] w[4][6] w[4][7] w[4][8] w[4][9] w[5][0] w[5][1] w[5][2] w[5][3] w[5][4] w[5][5] w[5][6] w[5][7] w[5][8] w[5][9] w[6][0] w[6][1] w[6][2] w[6][3] w[6][4] w[6][5] w[6][6] w[6][7] w[6][8] w[6][9] w[7][0] w[7][1] w[7][2] w[7][3] w[7][4] w[7][5] w[7][6] w[7][7] w[7][8] w[7][9] w[8][0] w[8][1] w[8][2] w[8][3] w[8][4] w[8][5] w[8][6] w[8][7] w[8][8] w[8][9] w[9][0] w[9][1] w[9][2] w[9][3] w[9][4] w[9][5] w[9][6] w[9][7] w[9][8] w[9][9] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[0][5] sd[0][6] sd[0][7] sd[0][8] sd[0][9] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[1][5] sd[1][6] sd[1][7] sd[1][8] sd[1][9] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[2][5] sd[2][6] sd[2][7] sd[2][8] sd[2][9] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[3][5] sd[3][6] sd[3][7] sd[3][8] sd[3][9] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4] sd[4][5] sd[4][6] sd[4][7] sd[4][8] sd[4][9] sd[5][0] sd[5][1] sd[5][2] sd[5][3] sd[5][4] sd[5][5] sd[5][6] sd[5][7] sd[5][8] sd[5][9] sd[6][0] sd[6][1] sd[6][2] sd[6][3] sd[6][4] sd[6][5] sd[6][6] sd[6][7] sd[6][8] sd[6][9] sd[7][0] sd[7][1] sd[7][2] sd[7][3] sd[7][4] sd[7][5] sd[7][6] sd[7][7] sd[7][8] sd[7][9] sd[8][0] sd[8][1] sd[8][2] sd[8][3] sd[8][4] sd[8][5] sd[8][6] sd[8][7] sd[8][8] sd[8][9] sd[9][0] sd[9][1] sd[9][2] sd[9][3] sd[9][4] sd[9][5] sd[9][6] sd[9][7] sd[9][8] sd[9][9]
2520.08/2462.82	v       </list>
2520.08/2462.82	v       <values>
2520.08/2462.82	v         0 97 167 248 318 402 421 470 542 561 0 75 167 265 283 294 424 467 487 600 0 102 167 256 334 398 443 474 506 574 94 120 157 178 248 358 390 482 559 622 0 122 200 242 334 434 487 495 557 623 30 101 166 220 305 402 473 511 551 652 0 84 106 167 223 307 420 490 610 641 0 97 102 184 314 347 396 557 622 660 0 30 106 176 283 382 465 557 622 643 0 96 168 265 358 385 467 470 539 622 625 616 662 663 654 665 643 662 665 644 97 20 81 70 84 18 14 72 19 64 54 78 98 10 11 64 43 20 52 16 77 59 88 77 36 45 30 21 68 88 26 37 19 3 64 19 56 77 34 41 61 77 42 63 90 48 3 62 66 31 60 65 34 36 77 71 38 40 99 13 84 22 61 56 71 89 70 45 1 2 71 5 48 97 20 49 38 53 38 2 30 70 35 92 99 83 92 65 21 22 74 71 95 93 27 82 3 54 83 22 0 8 1 2 4 5 7 6 9 3 6 4 7 3 5 8 1 9 0 2 1 0 3 6 5 2 7 4 8 9 2 6 4 9 1 7 8 3 5 0 7 8 2 0 1 3 9 4 6 5 3 9 2 6 0 4 7 5 1 8 2 1 7 0 8 3 5 9 4 6 8 0 5 9 1 6 3 4 7 2 3 5 1 4 9 0 2 7 8 6 4 3 5 7 8 9 6 1 0 2 0 167 248 561 318 402 470 421 97 542 487 424 600 265 75 283 0 167 294 467 102 0 398 167 474 334 256 443 506 574 622 248 94 482 157 559 120 358 390 178 242 334 200 434 495 623 557 0 122 487 305 551 166 30 402 511 220 473 652 101 167 84 0 307 610 420 641 106 223 490 97 314 660 396 557 102 347 622 0 184 382 106 465 0 176 30 643 557 622 283 539 470 622 96 0 168 467 265 358 385
2520.08/2462.82	v       </values>
2520.08/2462.82	v     </instantiation>
2520.08/2462.82	s SATISFIABLE

Verifier Data

OK	665

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402992-1568967637/watcher-4402992-1568967637 -o /tmp/evaluation-result-4402992-1568967637/solver-4402992-1568967637 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568967596-5049 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1455309010 HOME/instance-4402992-1568967637.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

Current StackSize limit: 8192 KiB

solver pid=5084, runsolver pid=5079

[startup+0.100104 s]*
/proc/loadavg: 0.39 0.10 0.07 4/207 5126
/proc/meminfo: memFree=7707888/32770624 swapFree=66959528/67108860
[pid=5084] ppid=5079 vsize=113256 memory=1568 CPUtime=0.01 cores=1,3,5,7
/proc/5084/stat : 5084 (bash) S 5079 5084 5017 0 -1 4202496 855 5374 0 0 0 0 0 1 20 0 1 0 473033411 115974144 392 33554432000 4194304 5098028 140724883765536 140724883759272 140222124788736 0 0 4100 65536 18446744071580971376 0 0 17 1 0 0 3 0 0 7196144 7232144 22142976 140724883768340 140724883768465 140724883768465 140724883771374 0
/proc/5084/statm: 28314 392 311 221 0 119 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1568 KiB

[startup+0.209895 s]*
/proc/loadavg: 0.39 0.10 0.07 1/206 5143
/proc/meminfo: memFree=7707592/32770624 swapFree=66959528/67108860
[pid=5084] ppid=5079 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/5084/stat : 5084 (bash) S 5079 5084 5017 0 -1 4202496 892 5695 0 0 0 0 0 1 20 0 1 0 473033411 115974144 404 33554432000 4194304 5098028 140724883765536 140724883759544 140222124788736 0 0 4100 65536 18446744071580971376 0 0 17 1 0 0 3 0 0 7196144 7232144 22142976 140724883768340 140724883768465 140724883768465 140724883771374 0
/proc/5084/statm: 28314 404 320 221 0 119 0
[pid=5139] ppid=5084 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/5139/stat : 5139 (bash) S 5084 5084 5017 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 473033427 115974144 178 33554432000 4194304 5098028 140724883765536 140724883758216 140222124614268 0 65536 4096 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22142976 140724883768340 140724883768465 140724883768465 140724883771374 0
/proc/5139/statm: 28314 178 94 221 0 119 0
[pid=5141] ppid=5139 vsize=113256 memory=532 CPUtime=0 cores=1,3,5,7
/proc/5141/stat : 5141 (bash) D 5139 5084 5017 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 1 0 473033427 115974144 133 33554432000 4194304 5098028 140724883765536 140724883758280 140222124616183 0 0 4096 0 18446744072101633572 0 0 17 5 0 0 0 0 0 7196144 7232144 22142976 140724883768340 140724883768465 140724883768465 140724883771374 0
/proc/5141/statm: 28314 133 49 221 0 119 0
[pid=5143] ppid=5139 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/5143/stat : 5143 (awk) S 5139 5084 5017 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 473033427 116211712 243 33554432000 4194304 4609284 140720720381840 140720720381016 140063391394816 0 0 4096 1216 18446744071580971376 0 0 17 1 0 0 0 0 0 6708720 6711756 16629760 140720720385212 140720720385242 140720720385242 140720720388079 0
/proc/5143/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 453256 KiB
Current children cumulated memory: 3832 KiB

[startup+0.309664 s]*
/proc/loadavg: 0.39 0.10 0.07 1/206 5143
/proc/meminfo: memFree=7707592/32770624 swapFree=66959528/67108860
[pid=5084] ppid=5079 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/5084/stat : 5084 (bash) S 5079 5084 5017 0 -1 4202496 892 5695 0 0 0 0 0 1 20 0 1 0 473033411 115974144 404 33554432000 4194304 5098028 140724883765536 140724883759544 140222124788736 0 0 4100 65536 18446744071580971376 0 0 17 1 0 0 3 0 0 7196144 7232144 22142976 140724883768340 140724883768465 140724883768465 140724883771374 0
/proc/5084/statm: 28314 404 320 221 0 119 0
[pid=5139] ppid=5084 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/5139/stat : 5139 (bash) S 5084 5084 5017 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 473033427 115974144 178 33554432000 4194304 5098028 140724883765536 140724883758216 140222124614268 0 65536 4096 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22142976 140724883768340 140724883768465 140724883768465 140724883771374 0
/proc/5139/statm: 28314 178 94 221 0 119 0
[pid=5141] ppid=5139 vsize=296 memory=4 CPUtime=0 cores=1,3,5,7
/proc/5141/stat : 5141 (java) D 5139 5084 5017 0 -1 1077936128 155 0 0 0 0 0 0 0 20 0 1 0 473033427 303104 1 33554432000 4194304 4196468 140721526333152 140721526330424 140702928574151 0 0 4096 0 18446744072101633572 0 0 17 7 0 0 0 0 0 6293624 6294260 19070976 140721526338700 140721526338714 140721526338714 140721526341583 0
/proc/5141/statm: 74 1 0 1 0 38 0
[pid=5143] ppid=5139 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/5143/stat : 5143 (awk) S 5139 5084 5017 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 473033427 116211712 243 33554432000 4194304 4609284 140720720381840 140720720381016 140063391394816 0 0 4096 1216 18446744071580971376 0 0 17 1 0 0 0 0 0 6708720 6711756 16629760 140720720385212 140720720385242 140720720385242 140720720388079 0
/proc/5143/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340296 KiB
Current children cumulated memory: 3304 KiB

[startup+0.700522 s]
/proc/loadavg: 0.39 0.10 0.07 1/206 5143
/proc/meminfo: memFree=7707228/32770624 swapFree=66959528/67108860
[pid=5084] ppid=5079 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/5084/stat : 5084 (bash) S 5079 5084 5017 0 -1 4202496 892 5695 0 0 0 0 0 1 20 0 1 0 473033411 115974144 404 33554432000 4194304 5098028 140724883765536 140724883759544 140222124788736 0 0 4100 65536 18446744071580971376 0 0 17 1 0 0 3 0 0 7196144 7232144 22142976 140724883768340 140724883768465 140724883768465 140724883771374 0
/proc/5084/statm: 28314 404 320 221 0 119 0
[pid=5139] ppid=5084 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/5139/stat : 5139 (bash) S 5084 5084 5017 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 473033427 115974144 178 33554432000 4194304 5098028 140724883765536 140724883758216 140222124614268 0 65536 4096 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22142976 140724883768340 140724883768465 140724883768465 140724883771374 0
/proc/5139/statm: 28314 178 94 221 0 119 0
[pid=5141] ppid=5139 vsize=98704 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/5141/stat : 5141 (java) S 5139 5084 5017 0 -1 1077944320 1355 0 1 0 0 0 0 0 20 0 2 0 473033427 101072896 1155 33554432000 4194304 4196468 140721526333152 140721526315696 140702926298871 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 19070976 140721526338700 140721526338714 140721526338714 140721526341583 0
/proc/5141/statm: 24676 1155 857 1 0 16800 0
[pid=5143] ppid=5139 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/5143/stat : 5143 (awk) S 5139 5084 5017 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 473033427 116211712 243 33554432000 4194304 4609284 140720720381840 140720720381016 140063391394816 0 0 4096 1216 18446744071580971376 0 0 17 1 0 0 0 0 0 6708720 6711756 16629760 140720720385212 140720720385242 140720720385242 140720720388079 0
/proc/5143/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 438704 KiB
Current children cumulated memory: 7920 KiB

[startup+1.50055 s]
/proc/loadavg: 0.39 0.10 0.07 2/208 5145
/proc/meminfo: memFree=7704724/32770624 swapFree=66959528/67108860
[pid=5084] ppid=5079 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/5084/stat : 5084 (bash) S 5079 5084 5017 0 -1 4202496 892 5695 0 0 0 0 0 1 20 0 1 0 473033411 115974144 404 33554432000 4194304 5098028 140724883765536 140724883759544 140222124788736 0 0 4100 65536 18446744071580971376 0 0 17 1 0 0 3 0 0 7196144 7232144 22142976 140724883768340 140724883768465 140724883768465 140724883771374 0
/proc/5084/statm: 28314 404 320 221 0 119 0
[pid=5139] ppid=5084 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/5139/stat : 5139 (bash) S 5084 5084 5017 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 473033427 115974144 178 33554432000 4194304 5098028 140724883765536 140724883758216 140222124614268 0 65536 4096 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22142976 140724883768340 140724883768465 140724883768465 140724883771374 0
/proc/5139/statm: 28314 178 94 221 0 119 0
[pid=5141] ppid=5139 vsize=10593144 memory=22520 CPUtime=0.05 cores=1,3,5,7
/proc/5141/stat : 5141 (java) S 5139 5084 5017 0 -1 1077944320 4563 0 1 0 4 1 0 0 20 0 14 0 473033427 10847379456 5630 33554432000 4194304 4196468 140721526333152 140721526315696 140702926298871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 19070976 140721526338700 140721526338714 140721526338714 140721526341583 0
/proc/5141/statm: 2648286 5630 2612 1 0 2610827 0
[pid=5141/tid=5144] ppid=5139 vsize=10593144 memory=7355069530030913660 CPUtime=0.04 cores=1,3,5,7
/proc/5141/task/5144/stat : 5144 (java) D 5139 5084 5017 0 -1 1077944384 2716 0 0 0 4 0 0 0 20 0 14 0 473033478 10847379456 5630 33554432000 4194304 4196468 140721526333152 140702930536472 140702918976885 0 4 0 16800975 18446744072101633572 0 0 -1 1 0 0 0 0 0 6293624 6294260 19070976 140721526338700 140721526338714 140721526338714 140721526341583 0
[pid=5143] ppid=5139 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/5143/stat : 5143 (awk) S 5139 5084 5017 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 473033427 116211712 243 33554432000 4194304 4609284 140720720381840 140720720381016 140063391394816 0 0 4096 1216 18446744071580971376 0 0 17 1 0 0 0 0 0 6708720 6711756 16629760 140720720385212 140720720385242 140720720385242 140720720388079 0
/proc/5143/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10933144 KiB
Current children cumulated memory: 25820 KiB

[startup+3.11083 s]
/proc/loadavg: 0.60 0.14 0.09 6/228 5217
/proc/meminfo: memFree=7608160/32770624 swapFree=66959528/67108860
[pid=5084] ppid=5079 vsize=10820268 memory=70108 CPUtime=0.82 cores=1,3,5,7
/proc/5084/stat : 5084 (java) S 5079 5084 5017 0 -1 1077944320 13723 13002 0 2 68 6 5 3 20 0 15 0 473033411 11079954432 17527 33554432000 4194304 4196468 140729668763472 140729668746016 139984244698871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
/proc/5084/statm: 2705067 17527 3463 1 0 2667149 0
[pid=5084/tid=5190] ppid=5079 vsize=10820268 memory=47216 CPUtime=0.52 cores=1,3,5,7
/proc/5084/task/5190/stat : 5190 (java) R 5079 5084 5017 0 -1 4202560 9243 13002 0 2 39 5 5 3 20 0 15 0 473033619 11079954432 17527 33554432000 4194304 4196468 140729668763472 139984216528816 139984228779358 0 4 0 16800975 0 0 0 -1 5 0 0 42 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5194] ppid=5079 vsize=10820268 memory=1616 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5194/stat : 5194 (java) S 5079 5084 5017 0 -1 1077944384 2 13002 0 2 0 0 5 3 20 0 15 0 473033620 11079954432 17527 33554432000 4194304 4196468 140729668763472 139984248941200 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5196] ppid=5079 vsize=10820268 memory=712 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5196/stat : 5196 (java) S 5079 5084 5017 0 -1 1077944384 1 13002 0 2 0 0 5 3 20 0 15 0 473033620 11079954432 17527 33554432000 4194304 4196468 140729668763472 139984137214480 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5198] ppid=5079 vsize=10820268 memory=5192 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5198/stat : 5198 (java) S 5079 5084 5017 0 -1 1077944384 1 13002 0 2 0 0 5 3 20 0 15 0 473033620 11079954432 17527 33554432000 4194304 4196468 140729668763472 139984136161680 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5199] ppid=5079 vsize=10820268 memory=972 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5199/stat : 5199 (java) S 5079 5084 5017 0 -1 1077944384 2 13002 0 2 0 0 5 3 20 0 15 0 473033620 11079954432 17527 33554432000 4194304 4196468 140729668763472 139984135108880 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5201] ppid=5079 vsize=10820268 memory=389 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5201/stat : 5201 (java) S 5079 5084 5017 0 -1 1077944384 4 13002 0 2 0 0 5 3 20 0 15 0 473033622 11079954432 17527 33554432000 4194304 4196468 140729668763472 139983448943472 139984244710018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5203] ppid=5079 vsize=10820268 memory=2305 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5203/stat : 5203 (java) S 5079 5084 5017 0 -1 1077944384 33 13002 0 2 0 0 5 3 20 0 15 0 473033622 11079954432 17527 33554432000 4194304 4196468 140729668763472 139983447889440 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5205] ppid=5079 vsize=10820268 memory=1473 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5205/stat : 5205 (java) S 5079 5084 5017 0 -1 1077944384 1 13002 0 2 0 0 5 3 20 0 15 0 473033623 11079954432 17527 33554432000 4194304 4196468 140729668763472 139983318934896 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5206] ppid=5079 vsize=10820268 memory=168 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5206/stat : 5206 (java) S 5079 5084 5017 0 -1 1077944384 3 13002 0 2 0 0 5 3 20 0 15 0 473033627 11079954432 17527 33554432000 4194304 4196468 140729668763472 139982810208592 139984244717467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5207] ppid=5079 vsize=10820268 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/5084/task/5207/stat : 5207 (java) S 5079 5084 5017 0 -1 1077944384 984 13002 0 2 7 0 5 3 20 0 15 0 473033627 11079954432 17527 33554432000 4194304 4196468 140729668763472 139983414331760 139984244710018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5208] ppid=5079 vsize=10820268 memory=700 CPUtime=0.16 cores=1,3,5,7
/proc/5084/task/5208/stat : 5208 (java) S 5079 5084 5017 0 -1 1077944384 536 13002 0 2 8 0 5 3 20 0 15 0 473033627 11079954432 17527 33554432000 4194304 4196468 140729668763472 139983413278960 139984244710018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5209] ppid=5079 vsize=10820268 memory=4753 CPUtime=0.19 cores=1,3,5,7
/proc/5084/task/5209/stat : 5209 (java) R 5079 5084 5017 0 -1 4202560 702 13002 0 2 11 0 5 3 20 0 15 0 473033627 11079954432 17527 33554432000 4194304 4196468 140729668763472 139983412225968 139984228779358 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5210] ppid=5079 vsize=10820268 memory=55100 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5210/stat : 5210 (java) S 5079 5084 5017 0 -1 1077944384 3 13002 0 2 0 0 5 3 20 0 15 0 473033627 11079954432 17527 33554432000 4194304 4196468 140729668763472 139982776649952 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5216] ppid=5079 vsize=10820268 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5216/stat : 5216 (java) S 5079 5084 5017 0 -1 1077944384 1 13002 0 2 0 0 5 3 20 0 15 0 473033634 11079954432 17527 33554432000 4194304 4196468 140729668763472 139983411174576 139984244710018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
Current children cumulated CPU time: 0.82 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 70108 KiB
heavy processes:

[startup+6.3008 s]
/proc/loadavg: 0.60 0.14 0.09 2/228 5217
/proc/meminfo: memFree=7546712/32770624 swapFree=66959528/67108860
[pid=5084] ppid=5079 vsize=10824364 memory=87656 CPUtime=1.25 cores=1,3,5,7
/proc/5084/stat : 5084 (java) S 5079 5084 5017 0 -1 1077944320 15714 13002 0 2 109 8 5 3 20 0 15 0 473033411 11084148736 21914 33554432000 4194304 4196468 140729668763472 140729668746016 139984244698871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
/proc/5084/statm: 2706091 21914 3514 1 0 2668173 0
[pid=5084/tid=5190] ppid=5079 vsize=10824364 memory=712 CPUtime=0.72 cores=1,3,5,7
/proc/5084/task/5190/stat : 5190 (java) D 5079 5084 5017 0 -1 4202560 10985 13002 0 2 58 6 5 3 20 0 15 0 473033619 11084148736 21914 33554432000 4194304 4196468 140729668763472 139984216526016 139984244720797 0 4 0 16800975 18446744071580419588 0 0 -1 3 0 0 316 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5194] ppid=5079 vsize=10824364 memory=77448 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5194/stat : 5194 (java) S 5079 5084 5017 0 -1 1077944384 2 13002 0 2 0 0 5 3 20 0 15 0 473033620 11084148736 21914 33554432000 4194304 4196468 140729668763472 139984248941200 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5196] ppid=5079 vsize=10824364 memory=77448 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5196/stat : 5196 (java) S 5079 5084 5017 0 -1 1077944384 1 13002 0 2 0 0 5 3 20 0 15 0 473033620 11084148736 21914 33554432000 4194304 4196468 140729668763472 139984137214480 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5198] ppid=5079 vsize=10824364 memory=77448 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5198/stat : 5198 (java) S 5079 5084 5017 0 -1 1077944384 1 13002 0 2 0 0 5 3 20 0 15 0 473033620 11084148736 21914 33554432000 4194304 4196468 140729668763472 139984136161680 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5199] ppid=5079 vsize=10824364 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5199/stat : 5199 (java) S 5079 5084 5017 0 -1 1077944384 2 13002 0 2 0 0 5 3 20 0 15 0 473033620 11084148736 21914 33554432000 4194304 4196468 140729668763472 139984135108880 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5201] ppid=5079 vsize=10824364 memory=77372 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5201/stat : 5201 (java) S 5079 5084 5017 0 -1 1077944384 5 13002 0 2 0 0 5 3 20 0 15 0 473033622 11084148736 21914 33554432000 4194304 4196468 140729668763472 139983448943472 139984244710018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5203] ppid=5079 vsize=10824364 memory=288230596050944315 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5203/stat : 5203 (java) S 5079 5084 5017 0 -1 1077944384 33 13002 0 2 0 0 5 3 20 0 15 0 473033622 11084148736 21914 33554432000 4194304 4196468 140729668763472 139983447889440 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5205] ppid=5079 vsize=10824364 memory=14413730679097429 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5205/stat : 5205 (java) S 5079 5084 5017 0 -1 1077944384 1 13002 0 2 0 0 5 3 20 0 15 0 473033623 11084148736 21914 33554432000 4194304 4196468 140729668763472 139983318934896 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5206] ppid=5079 vsize=10824364 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5206/stat : 5206 (java) S 5079 5084 5017 0 -1 1077944384 3 13002 0 2 0 0 5 3 20 0 15 0 473033627 11084148736 21914 33554432000 4194304 4196468 140729668763472 139982810208592 139984244717467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5207] ppid=5079 vsize=10824364 memory=55100 CPUtime=0.24 cores=1,3,5,7
/proc/5084/task/5207/stat : 5207 (java) S 5079 5084 5017 0 -1 1077944384 1044 13002 0 2 16 0 5 3 20 0 15 0 473033627 11084148736 21914 33554432000 4194304 4196468 140729668763472 139983414331760 139984244710018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5208] ppid=5079 vsize=10824364 memory=988 CPUtime=0.22 cores=1,3,5,7
/proc/5084/task/5208/stat : 5208 (java) S 5079 5084 5017 0 -1 1077944384 565 13002 0 2 14 0 5 3 20 0 15 0 473033627 11084148736 21914 33554432000 4194304 4196468 140729668763472 139983413278960 139984244710018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5209] ppid=5079 vsize=10824364 memory=74184 CPUtime=0.26 cores=1,3,5,7
/proc/5084/task/5209/stat : 5209 (java) S 5079 5084 5017 0 -1 1077944384 859 13002 0 2 18 0 5 3 20 0 15 0 473033627 11084148736 21914 33554432000 4194304 4196468 140729668763472 139983412226160 139984244710018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5210] ppid=5079 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5210/stat : 5210 (java) S 5079 5084 5017 0 -1 1077944384 3 13002 0 2 0 0 5 3 20 0 15 0 473033627 11084148736 21914 33554432000 4194304 4196468 140729668763472 139982776649952 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5216] ppid=5079 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5216/stat : 5216 (java) S 5079 5084 5017 0 -1 1077944384 1 13002 0 2 0 0 5 3 20 0 15 0 473033634 11084148736 21914 33554432000 4194304 4196468 140729668763472 139983411174576 139984244710018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87656 KiB
heavy processes:

[startup+12.7011 s]
/proc/loadavg: 0.89 0.22 0.11 5/228 5217
/proc/meminfo: memFree=7130064/32770624 swapFree=66959528/67108860
[pid=5084] ppid=5079 vsize=10853868 memory=341804 CPUtime=12.55 cores=1,3,5,7

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

/proc/5084/task/5190/stat : 5190 (java) R 5079 5084 5017 0 -1 4202560 110597 13002 2 2 228933 75 5 3 20 0 15 0 473033619 11113619456 451370 33554432000 4194304 4196468 140729668763472 139984216534144 139983825993235 0 4 0 16800975 0 0 0 -1 1 0 0 516 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5194] ppid=5079 vsize=10853144 memory=1809080 CPUtime=13.7 cores=1,3,5,7
/proc/5084/task/5194/stat : 5194 (java) S 5079 5084 5017 0 -1 1077944384 28729 13002 0 2 1318 44 5 3 20 0 15 0 473033620 11113619456 451370 33554432000 4194304 4196468 140729668763472 139984248941200 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5196] ppid=5079 vsize=10853144 memory=1809080 CPUtime=13.7 cores=1,3,5,7
/proc/5084/task/5196/stat : 5196 (java) S 5079 5084 5017 0 -1 1077944384 23510 13002 0 2 1318 44 5 3 20 0 15 0 473033620 11113619456 451370 33554432000 4194304 4196468 140729668763472 139984137214480 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5198] ppid=5079 vsize=10853144 memory=1811128 CPUtime=13.68 cores=1,3,5,7
/proc/5084/task/5198/stat : 5198 (java) S 5079 5084 5017 0 -1 1077944384 33807 13002 0 2 1313 47 5 3 20 0 15 0 473033620 11113619456 451370 33554432000 4194304 4196468 140729668763472 139984136161680 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5199] ppid=5079 vsize=10853144 memory=1807532 CPUtime=13.68 cores=1,3,5,7
/proc/5084/task/5199/stat : 5199 (java) S 5079 5084 5017 0 -1 1077944384 29236 13002 0 2 1314 46 5 3 20 0 15 0 473033620 11113619456 451370 33554432000 4194304 4196468 140729668763472 139984135108880 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5201] ppid=5079 vsize=10853144 memory=780 CPUtime=8.38 cores=1,3,5,7
/proc/5084/task/5201/stat : 5201 (java) S 5079 5084 5017 0 -1 1077944384 28556 13002 0 2 778 52 5 3 20 0 15 0 473033622 11113619456 451370 33554432000 4194304 4196468 140729668763472 139983448943472 139984244710018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5203] ppid=5079 vsize=10853144 memory=1806504 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5203/stat : 5203 (java) S 5079 5084 5017 0 -1 1077944384 45 13002 0 2 0 0 5 3 20 0 15 0 473033622 11113619456 451370 33554432000 4194304 4196468 140729668763472 139983447889504 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5205] ppid=5079 vsize=10853144 memory=1805480 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5205/stat : 5205 (java) S 5079 5084 5017 0 -1 1077944384 6 13002 0 2 0 0 5 3 20 0 15 0 473033623 11113619456 451370 33554432000 4194304 4196468 140729668763472 139983318934912 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5206] ppid=5079 vsize=10853144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5206/stat : 5206 (java) S 5079 5084 5017 0 -1 1077944384 3 13002 0 2 0 0 5 3 20 0 15 0 473033627 11113619456 451370 33554432000 4194304 4196468 140729668763472 139982810208592 139984244717467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5207] ppid=5079 vsize=10853144 memory=1807532 CPUtime=8.94 cores=1,3,5,7
/proc/5084/task/5207/stat : 5207 (java) S 5079 5084 5017 0 -1 1077944384 46970 13002 1 2 879 7 5 3 20 0 15 0 473033627 11113619456 451370 33554432000 4194304 4196468 140729668763472 139983414331760 139984244710018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5208] ppid=5079 vsize=10853144 memory=1810608 CPUtime=8.95 cores=1,3,5,7
/proc/5084/task/5208/stat : 5208 (java) S 5079 5084 5017 0 -1 1077944384 56575 13002 0 2 879 8 5 3 20 0 15 0 473033627 11113619456 451370 33554432000 4194304 4196468 140729668763472 139983413278960 139984244710018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5209] ppid=5079 vsize=10853144 memory=1810608 CPUtime=4.98 cores=1,3,5,7
/proc/5084/task/5209/stat : 5209 (java) S 5079 5084 5017 0 -1 1077944384 63050 13002 0 2 478 12 5 3 20 0 15 0 473033627 11113619456 451370 33554432000 4194304 4196468 140729668763472 139983412226160 139984244710018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5210] ppid=5079 vsize=10853144 memory=1807532 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5210/stat : 5210 (java) S 5079 5084 5017 0 -1 1077944384 3 13002 0 2 0 0 5 3 20 0 15 0 473033627 11113619456 451370 33554432000 4194304 4196468 140729668763472 139982776649952 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5216] ppid=5079 vsize=10853144 memory=3624 CPUtime=1.42 cores=1,3,5,7
/proc/5084/task/5216/stat : 5216 (java) S 5079 5084 5017 0 -1 1077944384 2845 13002 0 2 58 76 5 3 20 0 15 0 473033634 11113619456 451370 33554432000 4194304 4196468 140729668763472 139983411174576 139984244710018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
Current children cumulated CPU time: 2376.98 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 1805480 KiB

[startup+2382.3 s]
/proc/loadavg: 1.08 1.23 1.22 4/227 5432
/proc/meminfo: memFree=4775468/32770624 swapFree=66959528/67108860
[pid=5084] ppid=5079 vsize=10853144 memory=1802400 CPUtime=2438.06 cores=1,3,5,7
/proc/5084/stat : 5084 (java) S 5079 5084 5017 0 -1 1077944320 430141 13002 3 2 243422 376 5 3 20 0 15 0 473033411 11113619456 450600 33554432000 4194304 4196468 140729668763472 140729668746016 139984244698871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
/proc/5084/statm: 2713286 450600 3639 1 0 2675341 0
[pid=5084/tid=5190] ppid=5079 vsize=10853144 memory=1802400 CPUtime=2349.5 cores=1,3,5,7
/proc/5084/task/5190/stat : 5190 (java) R 5079 5084 5017 0 -1 4202560 111893 13002 2 2 234866 76 5 3 20 0 15 0 473033619 11113619456 450600 33554432000 4194304 4196468 140729668763472 139984216535024 139983811458798 0 4 0 16800975 0 0 0 -1 1 0 0 516 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5194] ppid=5079 vsize=10853144 memory=1802400 CPUtime=14.07 cores=1,3,5,7
/proc/5084/task/5194/stat : 5194 (java) S 5079 5084 5017 0 -1 1077944384 28927 13002 0 2 1354 45 5 3 20 0 15 0 473033620 11113619456 450600 33554432000 4194304 4196468 140729668763472 139984248941200 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5196] ppid=5079 vsize=10853144 memory=1802400 CPUtime=14.07 cores=1,3,5,7
/proc/5084/task/5196/stat : 5196 (java) S 5079 5084 5017 0 -1 1077944384 23823 13002 0 2 1354 45 5 3 20 0 15 0 473033620 11113619456 450600 33554432000 4194304 4196468 140729668763472 139984137214480 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5198] ppid=5079 vsize=10853144 memory=1802400 CPUtime=14.04 cores=1,3,5,7
/proc/5084/task/5198/stat : 5198 (java) S 5079 5084 5017 0 -1 1077944384 34646 13002 0 2 1348 48 5 3 20 0 15 0 473033620 11113619456 450600 33554432000 4194304 4196468 140729668763472 139984136161680 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5199] ppid=5079 vsize=10853144 memory=1802400 CPUtime=14.05 cores=1,3,5,7
/proc/5084/task/5199/stat : 5199 (java) S 5079 5084 5017 0 -1 1077944384 29446 13002 0 2 1351 46 5 3 20 0 15 0 473033620 11113619456 450600 33554432000 4194304 4196468 140729668763472 139984135108880 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5201] ppid=5079 vsize=10853144 memory=1802400 CPUtime=8.6 cores=1,3,5,7
/proc/5084/task/5201/stat : 5201 (java) S 5079 5084 5017 0 -1 1077944384 28994 13002 0 2 800 52 5 3 20 0 15 0 473033622 11113619456 450600 33554432000 4194304 4196468 140729668763472 139983448943472 139984244710018 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5203] ppid=5079 vsize=10853144 memory=1802400 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5203/stat : 5203 (java) S 5079 5084 5017 0 -1 1077944384 45 13002 0 2 0 0 5 3 20 0 15 0 473033622 11113619456 450600 33554432000 4194304 4196468 140729668763472 139983447889504 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5205] ppid=5079 vsize=10853144 memory=1802400 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5205/stat : 5205 (java) S 5079 5084 5017 0 -1 1077944384 6 13002 0 2 0 0 5 3 20 0 15 0 473033623 11113619456 450600 33554432000 4194304 4196468 140729668763472 139983318934912 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5206] ppid=5079 vsize=10853144 memory=1802400 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5206/stat : 5206 (java) S 5079 5084 5017 0 -1 1077944384 3 13002 0 2 0 0 5 3 20 0 15 0 473033627 11113619456 450600 33554432000 4194304 4196468 140729668763472 139982810208592 139984244717467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5207] ppid=5079 vsize=10853144 memory=1802400 CPUtime=8.95 cores=1,3,5,7
/proc/5084/task/5207/stat : 5207 (java) S 5079 5084 5017 0 -1 1077944384 47271 13002 1 2 880 7 5 3 20 0 15 0 473033627 11113619456 450600 33554432000 4194304 4196468 140729668763472 139983414331760 139984244710018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5208] ppid=5079 vsize=10853144 memory=1802400 CPUtime=8.95 cores=1,3,5,7
/proc/5084/task/5208/stat : 5208 (java) S 5079 5084 5017 0 -1 1077944384 56955 13002 0 2 879 8 5 3 20 0 15 0 473033627 11113619456 450600 33554432000 4194304 4196468 140729668763472 139983413278960 139984244710018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5209] ppid=5079 vsize=10853144 memory=1802400 CPUtime=4.98 cores=1,3,5,7
/proc/5084/task/5209/stat : 5209 (java) S 5079 5084 5017 0 -1 1077944384 63054 13002 0 2 478 12 5 3 20 0 15 0 473033627 11113619456 450600 33554432000 4194304 4196468 140729668763472 139983412226160 139984244710018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5210] ppid=5079 vsize=10853144 memory=9592 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5210/stat : 5210 (java) S 5079 5084 5017 0 -1 1077944384 3 13002 0 2 0 0 5 3 20 0 15 0 473033627 11113619456 450600 33554432000 4194304 4196468 140729668763472 139982776649952 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5216] ppid=5079 vsize=10853144 memory=1802400 CPUtime=1.47 cores=1,3,5,7
/proc/5084/task/5216/stat : 5216 (java) S 5079 5084 5017 0 -1 1077944384 2866 13002 0 2 60 79 5 3 20 0 15 0 473033634 11113619456 450600 33554432000 4194304 4196468 140729668763472 139983411174576 139984244710018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
Current children cumulated CPU time: 2438.06 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 1802400 KiB

[startup+2442.3 s]
/proc/loadavg: 1.19 1.25 1.22 4/228 5444
/proc/meminfo: memFree=4781300/32770624 swapFree=66959528/67108860
[pid=5084] ppid=5079 vsize=10853144 memory=1796752 CPUtime=2499.19 cores=1,3,5,7
/proc/5084/stat : 5084 (java) S 5079 5084 5017 0 -1 1077944320 433602 13002 3 2 249527 384 5 3 20 0 15 0 473033411 11113619456 449188 33554432000 4194304 4196468 140729668763472 140729668746016 139984244698871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
/proc/5084/statm: 2713286 449188 3639 1 0 2675341 0
[pid=5084/tid=5190] ppid=5079 vsize=10853144 memory=1796752 CPUtime=2408.83 cores=1,3,5,7
/proc/5084/task/5190/stat : 5190 (java) R 5079 5084 5017 0 -1 4202560 113391 13002 2 2 240797 78 5 3 20 0 15 0 473033619 11113619456 449188 33554432000 4194304 4196468 140729668763472 139984216534304 139983825993623 0 4 0 16800975 0 0 0 -1 1 0 0 516 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5194] ppid=5079 vsize=10853144 memory=1796752 CPUtime=14.46 cores=1,3,5,7
/proc/5084/task/5194/stat : 5194 (java) S 5079 5084 5017 0 -1 1077944384 29163 13002 0 2 1391 47 5 3 20 0 15 0 473033620 11113619456 449188 33554432000 4194304 4196468 140729668763472 139984248941200 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5196] ppid=5079 vsize=10853144 memory=1796752 CPUtime=14.45 cores=1,3,5,7
/proc/5084/task/5196/stat : 5196 (java) S 5079 5084 5017 0 -1 1077944384 24009 13002 0 2 1391 46 5 3 20 0 15 0 473033620 11113619456 449188 33554432000 4194304 4196468 140729668763472 139984137214480 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5198] ppid=5079 vsize=10853144 memory=1796752 CPUtime=14.42 cores=1,3,5,7
/proc/5084/task/5198/stat : 5198 (java) S 5079 5084 5017 0 -1 1077944384 35464 13002 0 2 1385 49 5 3 20 0 15 0 473033620 11113619456 449188 33554432000 4194304 4196468 140729668763472 139984136161680 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5199] ppid=5079 vsize=10853144 memory=1796752 CPUtime=14.44 cores=1,3,5,7
/proc/5084/task/5199/stat : 5199 (java) S 5079 5084 5017 0 -1 1077944384 29699 13002 0 2 1389 47 5 3 20 0 15 0 473033620 11113619456 449188 33554432000 4194304 4196468 140729668763472 139984135108880 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5201] ppid=5079 vsize=10853144 memory=1802400 CPUtime=8.83 cores=1,3,5,7
/proc/5084/task/5201/stat : 5201 (java) S 5079 5084 5017 0 -1 1077944384 29423 13002 0 2 821 54 5 3 20 0 15 0 473033622 11113619456 449188 33554432000 4194304 4196468 140729668763472 139983448943472 139984244710018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5203] ppid=5079 vsize=10853144 memory=1796752 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5203/stat : 5203 (java) S 5079 5084 5017 0 -1 1077944384 45 13002 0 2 0 0 5 3 20 0 15 0 473033622 11113619456 449188 33554432000 4194304 4196468 140729668763472 139983447889504 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5205] ppid=5079 vsize=10853144 memory=1796752 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5205/stat : 5205 (java) S 5079 5084 5017 0 -1 1077944384 6 13002 0 2 0 0 5 3 20 0 15 0 473033623 11113619456 449188 33554432000 4194304 4196468 140729668763472 139983318934912 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5206] ppid=5079 vsize=10853144 memory=1802400 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5206/stat : 5206 (java) S 5079 5084 5017 0 -1 1077944384 3 13002 0 2 0 0 5 3 20 0 15 0 473033627 11113619456 449188 33554432000 4194304 4196468 140729668763472 139982810208592 139984244717467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5207] ppid=5079 vsize=10853144 memory=1796752 CPUtime=8.95 cores=1,3,5,7
/proc/5084/task/5207/stat : 5207 (java) S 5079 5084 5017 0 -1 1077944384 47275 13002 1 2 880 7 5 3 20 0 15 0 473033627 11113619456 449188 33554432000 4194304 4196468 140729668763472 139983414331760 139984244710018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5208] ppid=5079 vsize=10853144 memory=1796752 CPUtime=8.95 cores=1,3,5,7
/proc/5084/task/5208/stat : 5208 (java) S 5079 5084 5017 0 -1 1077944384 56959 13002 0 2 879 8 5 3 20 0 15 0 473033627 11113619456 449188 33554432000 4194304 4196468 140729668763472 139983413278960 139984244710018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5209] ppid=5079 vsize=10853144 memory=1796752 CPUtime=4.98 cores=1,3,5,7
/proc/5084/task/5209/stat : 5209 (java) S 5079 5084 5017 0 -1 1077944384 63058 13002 0 2 478 12 5 3 20 0 15 0 473033627 11113619456 449188 33554432000 4194304 4196468 140729668763472 139983412226160 139984244710018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5210] ppid=5079 vsize=10853144 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5210/stat : 5210 (java) S 5079 5084 5017 0 -1 1077944384 3 13002 0 2 0 0 5 3 20 0 15 0 473033627 11113619456 449188 33554432000 4194304 4196468 140729668763472 139982776649952 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5216] ppid=5079 vsize=10853144 memory=1796752 CPUtime=1.5 cores=1,3,5,7
/proc/5084/task/5216/stat : 5216 (java) S 5079 5084 5017 0 -1 1077944384 2895 13002 0 2 62 80 5 3 20 0 15 0 473033634 11113619456 449188 33554432000 4194304 4196468 140729668763472 139983411174576 139984244710018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
Current children cumulated CPU time: 2499.19 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 1796752 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2462.8 s]
/proc/loadavg: 1.20 1.25 1.23 4/229 5468
/proc/meminfo: memFree=4781128/32770624 swapFree=66959528/67108860
[pid=5084] ppid=5079 vsize=10853144 memory=1796752 CPUtime=2520.08 cores=1,3,5,7
/proc/5084/stat : 5084 (java) S 5079 5084 5017 0 -1 1077944320 434013 13002 3 2 251613 387 5 3 20 0 15 0 473033411 11113619456 449188 33554432000 4194304 4196468 140729668763472 140729668746016 139984244698871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
/proc/5084/statm: 2713286 449188 3639 1 0 2675341 0
[pid=5084/tid=5190] ppid=5079 vsize=10853144 memory=1016 CPUtime=2429.1 cores=1,3,5,7
/proc/5084/task/5190/stat : 5190 (java) R 5079 5084 5017 0 -1 4202560 113620 13002 2 2 242824 78 5 3 20 0 15 0 473033619 11113619456 449188 33554432000 4194304 4196468 140729668763472 139984216534304 139983830567273 0 4 0 16800975 0 0 0 -1 1 0 0 516 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5194] ppid=5079 vsize=10853144 memory=928 CPUtime=14.59 cores=1,3,5,7
/proc/5084/task/5194/stat : 5194 (java) S 5079 5084 5017 0 -1 1077944384 29180 13002 0 2 1404 47 5 3 20 0 15 0 473033620 11113619456 449188 33554432000 4194304 4196468 140729668763472 139984248941200 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5196] ppid=5079 vsize=10853144 memory=3520 CPUtime=14.58 cores=1,3,5,7
/proc/5084/task/5196/stat : 5196 (java) S 5079 5084 5017 0 -1 1077944384 24053 13002 0 2 1403 47 5 3 20 0 15 0 473033620 11113619456 449188 33554432000 4194304 4196468 140729668763472 139984137214480 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5198] ppid=5079 vsize=10853144 memory=1976 CPUtime=14.55 cores=1,3,5,7
/proc/5084/task/5198/stat : 5198 (java) S 5079 5084 5017 0 -1 1077944384 35520 13002 0 2 1398 49 5 3 20 0 15 0 473033620 11113619456 449188 33554432000 4194304 4196468 140729668763472 139984136161680 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5199] ppid=5079 vsize=10853144 memory=6036 CPUtime=14.58 cores=1,3,5,7
/proc/5084/task/5199/stat : 5199 (java) S 5079 5084 5017 0 -1 1077944384 29730 13002 0 2 1402 48 5 3 20 0 15 0 473033620 11113619456 449188 33554432000 4194304 4196468 140729668763472 139984135108880 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5201] ppid=5079 vsize=10853144 memory=14012 CPUtime=8.9 cores=1,3,5,7
/proc/5084/task/5201/stat : 5201 (java) S 5079 5084 5017 0 -1 1077944384 29455 13002 0 2 828 54 5 3 20 0 15 0 473033622 11113619456 449188 33554432000 4194304 4196468 140729668763472 139983448943472 139984244710018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5203] ppid=5079 vsize=10853144 memory=2116 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5203/stat : 5203 (java) S 5079 5084 5017 0 -1 1077944384 45 13002 0 2 0 0 5 3 20 0 15 0 473033622 11113619456 449188 33554432000 4194304 4196468 140729668763472 139983447889504 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5205] ppid=5079 vsize=10853144 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5205/stat : 5205 (java) S 5079 5084 5017 0 -1 1077944384 6 13002 0 2 0 0 5 3 20 0 15 0 473033623 11113619456 449188 33554432000 4194304 4196468 140729668763472 139983318934912 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5206] ppid=5079 vsize=10853144 memory=1568 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5206/stat : 5206 (java) S 5079 5084 5017 0 -1 1077944384 3 13002 0 2 0 0 5 3 20 0 15 0 473033627 11113619456 449188 33554432000 4194304 4196468 140729668763472 139982810208592 139984244717467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5207] ppid=5079 vsize=10853144 memory=928 CPUtime=8.95 cores=1,3,5,7
/proc/5084/task/5207/stat : 5207 (java) S 5079 5084 5017 0 -1 1077944384 47275 13002 1 2 880 7 5 3 20 0 15 0 473033627 11113619456 449188 33554432000 4194304 4196468 140729668763472 139983414331760 139984244710018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5208] ppid=5079 vsize=10853144 memory=3520 CPUtime=8.95 cores=1,3,5,7
/proc/5084/task/5208/stat : 5208 (java) S 5079 5084 5017 0 -1 1077944384 56959 13002 0 2 879 8 5 3 20 0 15 0 473033627 11113619456 449188 33554432000 4194304 4196468 140729668763472 139983413278960 139984244710018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5209] ppid=5079 vsize=10853144 memory=1976 CPUtime=4.98 cores=1,3,5,7
/proc/5084/task/5209/stat : 5209 (java) S 5079 5084 5017 0 -1 1077944384 63058 13002 0 2 478 12 5 3 20 0 15 0 473033627 11113619456 449188 33554432000 4194304 4196468 140729668763472 139983412226160 139984244710018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5210] ppid=5079 vsize=10853144 memory=2512 CPUtime=0.08 cores=1,3,5,7
/proc/5084/task/5210/stat : 5210 (java) S 5079 5084 5017 0 -1 1077944384 3 13002 0 2 0 0 5 3 20 0 15 0 473033627 11113619456 449188 33554432000 4194304 4196468 140729668763472 139982776649952 139984244709077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
[pid=5084/tid=5216] ppid=5079 vsize=10853144 memory=8112282956445269571 CPUtime=1.51 cores=1,3,5,7
/proc/5084/task/5216/stat : 5216 (java) S 5079 5084 5017 0 -1 1077944384 2897 13002 0 2 62 81 5 3 20 0 15 0 473033634 11113619456 449188 33554432000 4194304 4196468 140729668763472 139983411174576 139984244710018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140729668770543 140729668773061 140729668773061 140729668775887 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 1796752 KiB

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

[startup+2462.83 s]
# the end of solver process 5084 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.2 s, system=3.92285 s

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

Child status: 143
Real time (s): 2462.83
CPU time (s): 2520.13
CPU user time (s): 2516.2
CPU system time (s): 3.92285
CPU usage (%): 102.326
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 2339888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.2
system time used= 3.92285
maximum resident set size= 2345032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 448109
page faults= 5
swaps= 0
block input operations= 31752
block output operations= 3016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 238674
involuntary context switches= 8958


# summary of solver processes directly reported to runsolver:
#   pid: 5084
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.2
#   total CPU system time (s): 3.92285

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2723 second user time and 23.6489 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-20 10:19:57
IDJOB=4402992
IDBENCH=115840
IDSOLVER=2861
FILE ID=node127/4402992-1568967637
RUNJOBID= node127-1568967596-5049
PBS_JOBID= 21704621
Free space on /tmp= 35820 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-10-10-6.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402992-1568967637/watcher-4402992-1568967637 -o /tmp/evaluation-result-4402992-1568967637/solver-4402992-1568967637 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568967596-5049 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1455309010 HOME/instance-4402992-1568967637.xml

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

MD5SUM BENCH= 0823366b416f0d4f591b1c2bb0d09de5
RANDOM SEED=1455309010

node127.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.55
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.55
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.55
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.55
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:         7711172 kB
MemAvailable:   31810684 kB
Buffers:           94272 kB
Cached:         23970564 kB
SwapCached:        44564 kB
Active:         14246756 kB
Inactive:        9868900 kB
Active(anon):       4804 kB
Inactive(anon):    95592 kB
Active(file):   14241952 kB
Inactive(file):  9773308 kB
Unevictable:      107124 kB
Mlocked:          107124 kB
SwapTotal:      67108860 kB
SwapFree:       66959528 kB
Dirty:             34760 kB
Writeback:             0 kB
AnonPages:        115124 kB
Mapped:            52368 kB
Shmem:             40776 kB
Slab:             541024 kB
SReclaimable:     512712 kB
SUnreclaim:        28312 kB
KernelStack:        3392 kB
PageTables:         5576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     511864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 35748 MiB
End job on node127 at 2019-09-20 11:01:08