Trace number 4262052

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.4SAT (TO)114546 2520.1299 2459.4299

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-tai12a.xml
MD5SUM1740172f6b6c755c4ba85e14840c110b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark112208
Best CPU time to get the best result obtained on this benchmark14116.1
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints67
Number of domains2
Minimum domain size12
Maximum domain size43
Distribution of domain sizes[{"size":12,"count":12},{"size":43,"count":66}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":78},{"degree":2,"count":66},{"degree":12,"count":12}]
Minimum constraint arity3
Maximum constraint arity12
Distribution of constraint arities[{"arity":3,"count":66},{"arity":12,"count":1}]
Number of extensional constraints66
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":66},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

3.17/2.20	c Concrete v3.4 running
8.19/4.18	o 140217
8.44/4.30	o 137083
8.78/4.33	o 136587
8.78/4.37	o 131022
9.13/4.41	o 126195
9.48/4.55	o 126127
9.48/4.57	o 125116
10.09/4.75	o 121175
10.09/4.76	o 120980
10.40/4.83	o 119651
586.45/565.93	o 119451
589.62/568.90	o 119186
590.94/570.27	o 114546
2520.09/2459.40	java.util.concurrent.TimeoutException
2520.09/2459.40		at concrete.MAC.mac(MAC.scala:74)
2520.09/2459.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.09/2459.40		at scala.util.Try$.apply(Try.scala:209)
2520.09/2459.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.09/2459.40		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.09/2459.40		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.09/2459.40		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.09/2459.40		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.09/2459.40		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.09/2459.40		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.09/2459.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.09/2459.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.09/2459.40		at concrete.MAC.oneRun(MAC.scala:146)
2520.09/2459.40		at concrete.MAC.nextSolution(MAC.scala:166)
2520.09/2459.40		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.09/2459.40		at concrete.ProblemState.map(ProblemState.scala:203)
2520.09/2459.40		at concrete.ProblemState.map(ProblemState.scala:188)
2520.09/2459.40		at concrete.MAC.nextSolution(MAC.scala:195)
2520.09/2459.40		at concrete.Solver.hasNext(Solver.scala:202)
2520.09/2459.40		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.09/2459.40		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.09/2459.40		at concrete.Solver.toStream(Solver.scala:73)
2520.09/2459.40		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.09/2459.40		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.09/2459.40		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.09/2459.40		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.09/2459.40		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.09/2459.40		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.09/2459.40		at scala.util.Success.map(Try.scala:209)
2520.09/2459.40		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.09/2459.40		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.09/2459.40		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.09/2459.40		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.09/2459.40		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.09/2459.40		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.09/2459.40		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.09/2459.40		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.09/2459.40		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.09/2459.40		at scala.collection.immutable.List.foreach(List.scala:389)
2520.09/2459.40		at scala.App.main(App.scala:76)
2520.09/2459.40		at scala.App.main$(App.scala:74)
2520.09/2459.40		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.09/2459.40		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2459.41	v <instantiation cost="114546">
2520.09/2459.41	v       <list>
2520.09/2459.41	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] 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[0][10] d[0][11] 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[1][10] d[1][11] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[2][10] d[2][11] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][11] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[6][7] d[6][8] d[6][9] d[6][10] d[6][11] d[7][8] d[7][9] d[7][10] d[7][11] d[8][9] d[8][10] d[8][11] d[9][10] d[9][11] d[10][11]
2520.09/2459.41	v       </list>
2520.09/2459.41	v       <values>
2520.09/2459.41	v         7 4 5 1 9 10 8 0 2 6 11 3 57 11 89 76 76 89 25 91 71 40 45 39 75 61 36 36 56 12 18 21 69 79 82 82 29 41 0 71 6 56 9 1 35 21 44 0 85 40 50 93 4 35 77 4 59 56 63 82 74 36 18 10 11 8 1 91 95 6 6 82 26 26 84 30 86 76
2520.09/2459.41	v       </values>
2520.09/2459.41	v     </instantiation>
2520.09/2459.41	s SATISFIABLE

Verifier Data

OK	114546

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262052-1502432003/watcher-4262052-1502432003 -o /tmp/evaluation-result-4262052-1502432003/solver-4262052-1502432003 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13072 --watchdog 2580 bin/concrete HOME/instance-4262052-1502432003.xml 

pid=17806
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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.35 1.34 1.38 2/199 17809
/proc/meminfo: memFree=30055280/32770624 swapFree=0/459504
[pid=17809] ppid=17806 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/17809/stat : 17809 (runsolver) D 17806 17809 13007 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 85111462 24240128 107 18446744073709551615 4194304 4338465 140729482043968 140729482041608 140408505299671 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 7045120 140729482051792 140729482052169 140729482052169 140729482055626 0
/proc/17809/statm: 5918 107 54 36 0 2156 0

[startup+0.100129 s]
/proc/loadavg: 1.35 1.34 1.38 2/199 17809
/proc/meminfo: memFree=30055280/32770624 swapFree=0/459504
[pid=17809] ppid=17806 vsize=9636 CPUtime=0 cores=1,3,5,7
/proc/17809/stat : 17809 (bash) R 17806 17809 13007 0 -1 4202496 782 5306 0 0 0 0 0 0 20 0 1 0 85111462 9867264 365 18446744073709551615 4194304 5098028 140736750738224 140736750736152 139745790641525 0 0 5 65536 0 0 0 17 3 0 0 8 0 0 7196144 7232144 10330112 140736750739988 140736750740073 140736750740073 140736750743530 0
/proc/17809/statm: 2409 365 287 221 0 118 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9636

[startup+0.200329 s]
/proc/loadavg: 1.35 1.34 1.38 2/199 17809
/proc/meminfo: memFree=30055280/32770624 swapFree=0/459504
[pid=17809] ppid=17806 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/17809/stat : 17809 (bash) S 17806 17809 13007 0 -1 4202496 889 6485 0 0 0 0 0 1 20 0 1 0 85111462 9867264 372 18446744073709551615 4194304 5098028 140736750738224 140736750732232 139745790643200 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 8 0 0 7196144 7232144 10330112 140736750739988 140736750740073 140736750740073 140736750743530 0
/proc/17809/statm: 2409 372 292 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300384 s]
/proc/loadavg: 1.35 1.34 1.38 2/199 17809
/proc/meminfo: memFree=30055280/32770624 swapFree=0/459504
[pid=17809] ppid=17806 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/17809/stat : 17809 (java) S 17806 17809 13007 0 -1 1077944320 5642 12362 0 0 5 1 5 2 20 0 14 0 85111462 14241083392 5321 18446744073709551615 4194304 4196468 140730590707792 140730590690336 139975904296695 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
/proc/17809/statm: 3476827 5321 2576 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.70028 s]
/proc/loadavg: 1.35 1.34 1.38 2/199 17809
/proc/meminfo: memFree=30055280/32770624 swapFree=0/459504
[pid=17809] ppid=17806 vsize=13974784 CPUtime=0.68 cores=1,3,5,7
/proc/17809/stat : 17809 (java) S 17806 17809 13007 0 -1 1077944320 13901 12362 0 0 57 4 5 2 20 0 15 0 85111462 14310178816 14325 18446744073709551615 4194304 4196468 140730590707792 140730590690336 139975904296695 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
/proc/17809/statm: 3493696 14325 3135 1 0 3482965 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.50058 s]
/proc/loadavg: 1.40 1.35 1.38 3/214 17872
/proc/meminfo: memFree=29959584/32770624 swapFree=0/459500
[pid=17809] ppid=17806 vsize=13985408 CPUtime=1.88 cores=1,3,5,7
/proc/17809/stat : 17809 (java) S 17806 17809 13007 0 -1 1077944320 29107 12362 0 0 171 10 5 2 20 0 15 0 85111462 14321057792 40082 18446744073709551615 4194304 4196468 140730590707792 140730590690336 139975904296695 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
/proc/17809/statm: 3496352 40082 3363 1 0 3485525 0
[pid=17809/tid=17859] ppid=17806 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/17809/task/17859/stat : 17859 (java) S 17806 17809 13007 0 -1 1077944384 22261 12362 0 0 115 6 5 2 20 0 15 0 85111484 14321057792 40082 18446744073709551615 4194304 4196468 140730590707792 139975908513968 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17860] ppid=17806 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17860/stat : 17860 (java) S 17806 17809 13007 0 -1 1077944384 42 12362 0 0 0 0 5 2 20 0 15 0 85111485 14321057792 40082 18446744073709551615 4194304 4196468 140730590707792 139975871855632 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17861] ppid=17806 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17861/stat : 17861 (java) S 17806 17809 13007 0 -1 1077944384 49 12362 0 0 0 0 5 2 20 0 15 0 85111485 14321057792 40082 18446744073709551615 4194304 4196468 140730590707792 139975502941328 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17862] ppid=17806 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17862/stat : 17862 (java) S 17806 17809 13007 0 -1 1077944384 189 12362 0 0 0 0 5 2 20 0 15 0 85111485 14321057792 40082 18446744073709551615 4194304 4196468 140730590707792 139975501888272 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17863] ppid=17806 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17863/stat : 17863 (java) S 17806 17809 13007 0 -1 1077944384 60 12362 0 0 0 0 5 2 20 0 15 0 85111485 14321057792 40082 18446744073709551615 4194304 4196468 140730590707792 139975500835728 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17864] ppid=17806 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17809/task/17864/stat : 17864 (java) R 17806 17809 13007 0 -1 4202560 1271 12362 0 0 1 0 5 2 20 0 15 0 85111486 14321057792 40082 18446744073709551615 4194304 4196468 140730590707792 139974820962880 139975885703085 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17865] ppid=17806 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17865/stat : 17865 (java) S 17806 17809 13007 0 -1 1077944384 33 12362 0 0 0 0 5 2 20 0 15 0 85111487 14321057792 40082 18446744073709551615 4194304 4196468 140730590707792 139974819910816 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17866] ppid=17806 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17866/stat : 17866 (java) S 17806 17809 13007 0 -1 1077944384 21 12362 0 0 0 0 5 2 20 0 15 0 85111487 14321057792 40082 18446744073709551615 4194304 4196468 140730590707792 139974818857712 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17867] ppid=17806 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17867/stat : 17867 (java) S 17806 17809 13007 0 -1 1077944384 3 12362 0 0 0 0 5 2 20 0 15 0 85111489 14321057792 40082 18446744073709551615 4194304 4196468 140730590707792 139974817806288 139975904315291 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17868] ppid=17806 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/17809/task/17868/stat : 17868 (java) S 17806 17809 13007 0 -1 1077944384 1085 12362 0 0 16 0 5 2 20 0 15 0 85111489 14321057792 40082 18446744073709551615 4194304 4196468 140730590707792 139974816754416 139975904307842 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17869] ppid=17806 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/17809/task/17869/stat : 17869 (java) S 17806 17809 13007 0 -1 1077944384 596 12362 0 0 13 0 5 2 20 0 15 0 85111489 14321057792 40082 18446744073709551615 4194304 4196468 140730590707792 139974815701872 139975904307842 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17870] ppid=17806 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/17809/task/17870/stat : 17870 (java) S 17806 17809 13007 0 -1 1077944384 1335 12362 0 0 23 0 5 2 20 0 15 0 85111490 14321057792 40082 18446744073709551615 4194304 4196468 140730590707792 139974814648816 139975904307842 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17871] ppid=17806 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17871/stat : 17871 (java) S 17806 17809 13007 0 -1 1077944384 3 12362 0 0 0 0 5 2 20 0 15 0 85111490 14321057792 40082 18446744073709551615 4194304 4196468 140730590707792 139974813596512 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17872] ppid=17806 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17872/stat : 17872 (java) S 17806 17809 13007 0 -1 1077944384 10 12362 0 0 0 0 5 2 20 0 15 0 85111493 14321057792 40082 18446744073709551615 4194304 4196468 140730590707792 139974812543536 139975904307842 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13985408

[startup+3.10951 s]
/proc/loadavg: 1.40 1.35 1.38 3/214 17872
/proc/meminfo: memFree=29886264/32770624 swapFree=0/459500
[pid=17809] ppid=17806 vsize=13999932 CPUtime=5.22 cores=1,3,5,7
/proc/17809/stat : 17809 (java) S 17806 17809 13007 0 -1 1077944320 48661 12362 0 0 499 16 5 2 20 0 15 0 85111462 14335930368 56780 18446744073709551615 4194304 4196468 140730590707792 140730590690336 139975904296695 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
/proc/17809/statm: 3499983 56780 3446 1 0 3488597 0
[pid=17809/tid=17859] ppid=17806 vsize=13999932 CPUtime=2.87 cores=1,3,5,7
/proc/17809/task/17859/stat : 17859 (java) R 17806 17809 13007 0 -1 4202560 37446 12362 0 0 271 9 5 2 20 0 15 0 85111484 14335930368 56780 18446744073709551615 4194304 4196468 140730590707792 139975908524480 139975904308630 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17860] ppid=17806 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17860/stat : 17860 (java) S 17806 17809 13007 0 -1 1077944384 47 12362 0 0 0 0 5 2 20 0 15 0 85111485 14335930368 56780 18446744073709551615 4194304 4196468 140730590707792 139975871855632 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17861] ppid=17806 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/17809/task/17861/stat : 17861 (java) S 17806 17809 13007 0 -1 1077944384 49 12362 0 0 1 0 5 2 20 0 15 0 85111485 14335930368 56780 18446744073709551615 4194304 4196468 140730590707792 139975502941328 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17862] ppid=17806 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/17809/task/17862/stat : 17862 (java) S 17806 17809 13007 0 -1 1077944384 189 12362 0 0 1 0 5 2 20 0 15 0 85111485 14335930368 56780 18446744073709551615 4194304 4196468 140730590707792 139975501888272 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17863] ppid=17806 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17863/stat : 17863 (java) S 17806 17809 13007 0 -1 1077944384 66 12362 0 0 0 0 5 2 20 0 15 0 85111485 14335930368 56780 18446744073709551615 4194304 4196468 140730590707792 139975500835728 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17864] ppid=17806 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/17809/task/17864/stat : 17864 (java) S 17806 17809 13007 0 -1 1077944384 1629 12362 0 0 1 0 5 2 20 0 15 0 85111486 14335930368 56780 18446744073709551615 4194304 4196468 140730590707792 139974820964592 139975904307842 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17865] ppid=17806 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17865/stat : 17865 (java) S 17806 17809 13007 0 -1 1077944384 55 12362 0 0 0 0 5 2 20 0 15 0 85111487 14335930368 56780 18446744073709551615 4194304 4196468 140730590707792 139974819910816 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17866] ppid=17806 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17866/stat : 17866 (java) S 17806 17809 13007 0 -1 1077944384 45 12362 0 0 0 0 5 2 20 0 15 0 85111487 14335930368 56780 18446744073709551615 4194304 4196468 140730590707792 139974818857712 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17867] ppid=17806 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17867/stat : 17867 (java) S 17806 17809 13007 0 -1 1077944384 3 12362 0 0 0 0 5 2 20 0 15 0 85111489 14335930368 56780 18446744073709551615 4194304 4196468 140730590707792 139974817806288 139975904315291 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17868] ppid=17806 vsize=13999932 CPUtime=0.69 cores=1,3,5,7
/proc/17809/task/17868/stat : 17868 (java) R 17806 17809 13007 0 -1 4202560 1915 12362 0 0 62 0 5 2 20 0 15 0 85111489 14335930368 56780 18446744073709551615 4194304 4196468 140730590707792 139974816741232 139975885819640 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17869] ppid=17806 vsize=13999932 CPUtime=0.73 cores=1,3,5,7
/proc/17809/task/17869/stat : 17869 (java) R 17806 17809 13007 0 -1 4202560 1290 12362 0 0 65 1 5 2 20 0 15 0 85111489 14335930368 56780 18446744073709551615 4194304 4196468 140730590707792 139974815691664 139975884932086 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17870] ppid=17806 vsize=13999932 CPUtime=1.01 cores=1,3,5,7
/proc/17809/task/17870/stat : 17870 (java) S 17806 17809 13007 0 -1 1077944384 3762 12362 0 0 93 1 5 2 20 0 15 0 85111490 14335930368 56780 18446744073709551615 4194304 4196468 140730590707792 139974814648816 139975904307842 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17871] ppid=17806 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17871/stat : 17871 (java) S 17806 17809 13007 0 -1 1077944384 3 12362 0 0 0 0 5 2 20 0 15 0 85111490 14335930368 56780 18446744073709551615 4194304 4196468 140730590707792 139974813596512 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17872] ppid=17806 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17872/stat : 17872 (java) S 17806 17809 13007 0 -1 1077944384 13 12362 0 0 0 0 5 2 20 0 15 0 85111493 14335930368 56780 18446744073709551615 4194304 4196468 140730590707792 139974812543536 139975904307842 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
Current children cumulated CPU time (s) 5.22
Current children cumulated vsize (KiB) 13999932

[startup+6.30176 s]
/proc/loadavg: 1.40 1.35 1.38 5/214 17872
/proc/meminfo: memFree=29703464/32770624 swapFree=0/459496
[pid=17809] ppid=17806 vsize=14069564 CPUtime=13.77 cores=1,3,5,7
/proc/17809/stat : 17809 (java) S 17806 17809 13007 0 -1 1077944320 67258 12362 0 0 1346 24 5 2 20 0 15 0 85111462 14407233536 105653 18446744073709551615 4194304 4196468 140730590707792 140730590690336 139975904296695 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
/proc/17809/statm: 3517391 105653 3476 1 0 3506005 0
[pid=17809/tid=17859] ppid=17806 vsize=14069564 CPUtime=5.79 cores=1,3,5,7
/proc/17809/task/17859/stat : 17859 (java) R 17806 17809 13007 0 -1 4202560 45167 12362 0 0 559 13 5 2 20 0 15 0 85111484 14407233536 105653 18446744073709551615 4194304 4196468 140730590707792 139975908529944 139975544767646 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17860] ppid=17806 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/17809/task/17860/stat : 17860 (java) S 17806 17809 13007 0 -1 1077944384 1016 12362 0 0 13 1 5 2 20 0 15 0 85111485 14407233536 105653 18446744073709551615 4194304 4196468 140730590707792 139975871855632 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17861] ppid=17806 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/17809/task/17861/stat : 17861 (java) S 17806 17809 13007 0 -1 1077944384 120 12362 0 0 12 1 5 2 20 0 15 0 85111485 14407233536 105653 18446744073709551615 4194304 4196468 140730590707792 139975502941328 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17862] ppid=17806 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/17809/task/17862/stat : 17862 (java) S 17806 17809 13007 0 -1 1077944384 266 12362 0 0 13 1 5 2 20 0 15 0 85111485 14407233536 105653 18446744073709551615 4194304 4196468 140730590707792 139975501888272 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17863] ppid=17806 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/17809/task/17863/stat : 17863 (java) S 17806 17809 13007 0 -1 1077944384 187 12362 0 0 13 0 5 2 20 0 15 0 85111485 14407233536 105653 18446744073709551615 4194304 4196468 140730590707792 139975500835728 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17864] ppid=17806 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/17809/task/17864/stat : 17864 (java) S 17806 17809 13007 0 -1 1077944384 2409 12362 0 0 11 0 5 2 20 0 15 0 85111486 14407233536 105653 18446744073709551615 4194304 4196468 140730590707792 139974820964592 139975904307842 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17865] ppid=17806 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17865/stat : 17865 (java) S 17806 17809 13007 0 -1 1077944384 55 12362 0 0 0 0 5 2 20 0 15 0 85111487 14407233536 105653 18446744073709551615 4194304 4196468 140730590707792 139974819910880 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17866] ppid=17806 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17866/stat : 17866 (java) S 17806 17809 13007 0 -1 1077944384 45 12362 0 0 0 0 5 2 20 0 15 0 85111487 14407233536 105653 18446744073709551615 4194304 4196468 140730590707792 139974818857728 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17867] ppid=17806 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17867/stat : 17867 (java) S 17806 17809 13007 0 -1 1077944384 3 12362 0 0 0 0 5 2 20 0 15 0 85111489 14407233536 105653 18446744073709551615 4194304 4196468 140730590707792 139974817806288 139975904315291 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17868] ppid=17806 vsize=14069564 CPUtime=2.96 cores=1,3,5,7
/proc/17809/task/17868/stat : 17868 (java) R 17806 17809 13007 0 -1 4202560 6205 12362 0 0 288 1 5 2 20 0 15 0 85111489 14407233536 105653 18446744073709551615 4194304 4196468 140730590707792 139974816735432 139975882145345 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17869] ppid=17806 vsize=14069564 CPUtime=2.93 cores=1,3,5,7
/proc/17809/task/17869/stat : 17869 (java) R 17806 17809 13007 0 -1 1077944384 4746 12362 0 0 285 1 5 2 20 0 15 0 85111489 14407233536 105653 18446744073709551615 4194304 4196468 140730590707792 139974815688656 139975904306901 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17870] ppid=17806 vsize=14069564 CPUtime=1.56 cores=1,3,5,7
/proc/17809/task/17870/stat : 17870 (java) S 17806 17809 13007 0 -1 1077944384 4871 12362 0 0 147 2 5 2 20 0 15 0 85111490 14407233536 105653 18446744073709551615 4194304 4196468 140730590707792 139974814648816 139975904307842 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17871] ppid=17806 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17871/stat : 17871 (java) S 17806 17809 13007 0 -1 1077944384 3 12362 0 0 0 0 5 2 20 0 15 0 85111490 14407233536 105653 18446744073709551615 4194304 4196468 140730590707792 139974813596512 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17872] ppid=17806 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17872/stat : 17872 (java) S 17806 17809 13007 0 -1 1077944384 16 12362 0 0 0 0 5 2 20 0 15 0 85111493 14407233536 105653 18446744073709551615 4194304 4196468 140730590707792 139974812543536 139975904307842 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
Current children cumulated CPU time (s) 13.77
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 1.57 1.39 1.40 3/214 17872
/proc/meminfo: memFree=29406884/32770624 swapFree=0/459504
[pid=17809] ppid=17806 vsize=14069564 CPUtime=20.57 cores=1,3,5,7
/proc/17809/stat : 17809 (java) S 17806 17809 13007 0 -1 1077944320 74103 12362 0 0 2019 31 5 2 20 0 15 0 85111462 14407233536 165383 18446744073709551615 4194304 4196468 140730590707792 140730590690336 139975904296695 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
/proc/17809/statm: 3517391 165383 3476 1 0 3506005 0
[pid=17809/tid=17859] ppid=17806 vsize=14069564 CPUtime=12.15 cores=1,3,5,7
/proc/17809/task/17859/stat : 17859 (java) R 17806 17809 13007 0 -1 4202560 46579 12362 0 0 1192 16 5 2 20 0 15 0 85111484 14407233536 165383 18446744073709551615 4194304 4196468 140730590707792 139975908530624 139975557523140 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17860] ppid=17806 vsize=14069564 CPUtime=0.22 cores=1,3,5,7
/proc/17809/task/17860/stat : 17860 (java) S 17806 17809 13007 0 -1 1077944384 1123 12362 0 0 14 1 5 2 20 0 15 0 85111485 14407233536 165383 18446744073709551615 4194304 4196468 140730590707792 139975871855632 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17861] ppid=17806 vsize=14069564 CPUtime=0.22 cores=1,3,5,7
/proc/17809/task/17861/stat : 17861 (java) S 17806 17809 13007 0 -1 1077944384 616 12362 0 0 14 1 5 2 20 0 15 0 85111485 14407233536 165383 18446744073709551615 4194304 4196468 140730590707792 139975502941328 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17862] ppid=17806 vsize=14069564 CPUtime=0.22 cores=1,3,5,7
/proc/17809/task/17862/stat : 17862 (java) S 17806 17809 13007 0 -1 1077944384 333 12362 0 0 14 1 5 2 20 0 15 0 85111485 14407233536 165383 18446744073709551615 4194304 4196468 140730590707792 139975501888272 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17863] ppid=17806 vsize=14069564 CPUtime=0.23 cores=1,3,5,7
/proc/17809/task/17863/stat : 17863 (java) S 17806 17809 13007 0 -1 1077944384 201 12362 0 0 15 1 5 2 20 0 15 0 85111485 14407233536 165383 18446744073709551615 4194304 4196468 140730590707792 139975500835728 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17864] ppid=17806 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/17809/task/17864/stat : 17864 (java) S 17806 17809 13007 0 -1 1077944384 2792 12362 0 0 12 0 5 2 20 0 15 0 85111486 14407233536 165383 18446744073709551615 4194304 4196468 140730590707792 139974820964592 139975904307842 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17865] ppid=17806 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17865/stat : 17865 (java) S 17806 17809 13007 0 -1 1077944384 55 12362 0 0 0 0 5 2 20 0 15 0 85111487 14407233536 165383 18446744073709551615 4194304 4196468 140730590707792 139974819910880 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17866] ppid=17806 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17866/stat : 17866 (java) S 17806 17809 13007 0 -1 1077944384 45 12362 0 0 0 0 5 2 20 0 15 0 85111487 14407233536 165383 18446744073709551615 4194304 4196468 140730590707792 139974818857728 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17867] ppid=17806 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17867/stat : 17867 (java) S 17806 17809 13007 0 -1 1077944384 3 12362 0 0 0 0 5 2 20 0 15 0 85111489 14407233536 165383 18446744073709551615 4194304 4196468 140730590707792 139974817806288 139975904315291 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0

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

/proc/17809/task/17871/stat : 17871 (java) S 17806 17809 13007 0 -1 1077944384 3 12362 0 0 0 0 5 2 20 0 15 0 85111490 14407233536 189360 18446744073709551615 4194304 4196468 140730590707792 139974813596512 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17872] ppid=17806 vsize=14069564 CPUtime=1.35 cores=1,3,5,7
/proc/17809/task/17872/stat : 17872 (java) S 17806 17809 13007 0 -1 1077944384 1116 12362 0 0 56 72 5 2 20 0 15 0 85111493 14407233536 189360 18446744073709551615 4194304 4196468 140730590707792 139974812543536 139975904307842 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
Current children cumulated CPU time (s) 2318.58
Current children cumulated vsize (KiB) 14069564

[startup+2322.3 s]
/proc/loadavg: 1.26 1.39 1.43 3/214 19416
/proc/meminfo: memFree=29543256/32770624 swapFree=0/459564
[pid=17809] ppid=17806 vsize=14069564 CPUtime=2379.94 cores=1,3,5,7
/proc/17809/stat : 17809 (java) S 17806 17809 13007 0 -1 1077944320 371509 12362 0 0 237566 421 5 2 20 0 15 0 85111462 14407233536 201703 18446744073709551615 4194304 4196468 140730590707792 140730590690336 139975904296695 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
/proc/17809/statm: 3517391 201703 3476 1 0 3506005 0
[pid=17809/tid=17859] ppid=17806 vsize=14069564 CPUtime=2296.63 cores=1,3,5,7
/proc/17809/task/17859/stat : 17859 (java) R 17806 17809 13007 0 -1 4202560 208679 12362 0 0 229587 69 5 2 20 0 15 0 85111484 14407233536 201703 18446744073709551615 4194304 4196468 140730590707792 139975908531088 139975557351607 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17860] ppid=17806 vsize=14069564 CPUtime=15.72 cores=1,3,5,7
/proc/17809/task/17860/stat : 17860 (java) S 17806 17809 13007 0 -1 1077944384 20466 12362 0 0 1506 59 5 2 20 0 15 0 85111485 14407233536 201703 18446744073709551615 4194304 4196468 140730590707792 139975871855632 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17861] ppid=17806 vsize=14069564 CPUtime=15.71 cores=1,3,5,7
/proc/17809/task/17861/stat : 17861 (java) S 17806 17809 13007 0 -1 1077944384 20574 12362 0 0 1503 61 5 2 20 0 15 0 85111485 14407233536 201703 18446744073709551615 4194304 4196468 140730590707792 139975502941328 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17862] ppid=17806 vsize=14069564 CPUtime=15.7 cores=1,3,5,7
/proc/17809/task/17862/stat : 17862 (java) S 17806 17809 13007 0 -1 1077944384 19775 12362 0 0 1506 57 5 2 20 0 15 0 85111485 14407233536 201703 18446744073709551615 4194304 4196468 140730590707792 139975501888272 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17863] ppid=17806 vsize=14069564 CPUtime=15.71 cores=1,3,5,7
/proc/17809/task/17863/stat : 17863 (java) S 17806 17809 13007 0 -1 1077944384 18066 12362 0 0 1502 62 5 2 20 0 15 0 85111485 14407233536 201703 18446744073709551615 4194304 4196468 140730590707792 139975500835728 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17864] ppid=17806 vsize=14069564 CPUtime=7.6 cores=1,3,5,7
/proc/17809/task/17864/stat : 17864 (java) S 17806 17809 13007 0 -1 1077944384 13150 12362 0 0 682 71 5 2 20 0 15 0 85111486 14407233536 201703 18446744073709551615 4194304 4196468 140730590707792 139974820964592 139975904307842 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17865] ppid=17806 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17865/stat : 17865 (java) S 17806 17809 13007 0 -1 1077944384 55 12362 0 0 0 0 5 2 20 0 15 0 85111487 14407233536 201703 18446744073709551615 4194304 4196468 140730590707792 139974819910880 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17866] ppid=17806 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17866/stat : 17866 (java) S 17806 17809 13007 0 -1 1077944384 45 12362 0 0 0 0 5 2 20 0 15 0 85111487 14407233536 201703 18446744073709551615 4194304 4196468 140730590707792 139974818857728 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17867] ppid=17806 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17867/stat : 17867 (java) S 17806 17809 13007 0 -1 1077944384 3 12362 0 0 0 0 5 2 20 0 15 0 85111489 14407233536 201703 18446744073709551615 4194304 4196468 140730590707792 139974817806288 139975904315291 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17868] ppid=17806 vsize=14069564 CPUtime=4.7 cores=1,3,5,7
/proc/17809/task/17868/stat : 17868 (java) S 17806 17809 13007 0 -1 1077944384 23174 12362 0 0 460 3 5 2 20 0 15 0 85111489 14407233536 201703 18446744073709551615 4194304 4196468 140730590707792 139974816754416 139975904307842 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17869] ppid=17806 vsize=14069564 CPUtime=4.78 cores=1,3,5,7
/proc/17809/task/17869/stat : 17869 (java) S 17806 17809 13007 0 -1 1077944384 21198 12362 0 0 467 4 5 2 20 0 15 0 85111489 14407233536 201703 18446744073709551615 4194304 4196468 140730590707792 139974815701872 139975904307842 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17870] ppid=17806 vsize=14069564 CPUtime=2.51 cores=1,3,5,7
/proc/17809/task/17870/stat : 17870 (java) S 17806 17809 13007 0 -1 1077944384 23039 12362 0 0 238 6 5 2 20 0 15 0 85111490 14407233536 201703 18446744073709551615 4194304 4196468 140730590707792 139974814648816 139975904307842 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17871] ppid=17806 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17871/stat : 17871 (java) S 17806 17809 13007 0 -1 1077944384 3 12362 0 0 0 0 5 2 20 0 15 0 85111490 14407233536 201703 18446744073709551615 4194304 4196468 140730590707792 139974813596512 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17872] ppid=17806 vsize=14069564 CPUtime=1.37 cores=1,3,5,7
/proc/17809/task/17872/stat : 17872 (java) S 17806 17809 13007 0 -1 1077944384 1133 12362 0 0 57 73 5 2 20 0 15 0 85111493 14407233536 201703 18446744073709551615 4194304 4196468 140730590707792 139974812543536 139975904307842 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
Current children cumulated CPU time (s) 2379.94
Current children cumulated vsize (KiB) 14069564

[startup+2382.3 s]
/proc/loadavg: 1.32 1.39 1.43 3/213 19418
/proc/meminfo: memFree=29582252/32770624 swapFree=0/459588
[pid=17809] ppid=17806 vsize=14069564 CPUtime=2441.26 cores=1,3,5,7
/proc/17809/stat : 17809 (java) S 17806 17809 13007 0 -1 1077944320 382098 12362 0 0 243690 429 5 2 20 0 15 0 85111462 14407233536 194656 18446744073709551615 4194304 4196468 140730590707792 140730590690336 139975904296695 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
/proc/17809/statm: 3517391 194656 3476 1 0 3506005 0
[pid=17809/tid=17859] ppid=17806 vsize=14069564 CPUtime=2355.95 cores=1,3,5,7
/proc/17809/task/17859/stat : 17859 (java) R 17806 17809 13007 0 -1 4202560 216924 12362 0 0 235517 71 5 2 20 0 15 0 85111484 14407233536 194656 18446744073709551615 4194304 4196468 140730590707792 139975908531008 139975557232134 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17860] ppid=17806 vsize=14069564 CPUtime=16.17 cores=1,3,5,7
/proc/17809/task/17860/stat : 17860 (java) S 17806 17809 13007 0 -1 1077944384 20949 12362 0 0 1550 60 5 2 20 0 15 0 85111485 14407233536 194656 18446744073709551615 4194304 4196468 140730590707792 139975871855632 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17861] ppid=17806 vsize=14069564 CPUtime=16.16 cores=1,3,5,7
/proc/17809/task/17861/stat : 17861 (java) S 17806 17809 13007 0 -1 1077944384 21161 12362 0 0 1547 62 5 2 20 0 15 0 85111485 14407233536 194656 18446744073709551615 4194304 4196468 140730590707792 139975502941328 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17862] ppid=17806 vsize=14069564 CPUtime=16.16 cores=1,3,5,7
/proc/17809/task/17862/stat : 17862 (java) S 17806 17809 13007 0 -1 1077944384 20188 12362 0 0 1551 58 5 2 20 0 15 0 85111485 14407233536 194656 18446744073709551615 4194304 4196468 140730590707792 139975501888272 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17863] ppid=17806 vsize=14069564 CPUtime=16.17 cores=1,3,5,7
/proc/17809/task/17863/stat : 17863 (java) S 17806 17809 13007 0 -1 1077944384 18681 12362 0 0 1547 63 5 2 20 0 15 0 85111485 14407233536 194656 18446744073709551615 4194304 4196468 140730590707792 139975500835728 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17864] ppid=17806 vsize=14069564 CPUtime=7.76 cores=1,3,5,7
/proc/17809/task/17864/stat : 17864 (java) S 17806 17809 13007 0 -1 1077944384 13374 12362 0 0 696 73 5 2 20 0 15 0 85111486 14407233536 194656 18446744073709551615 4194304 4196468 140730590707792 139974820964592 139975904307842 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17865] ppid=17806 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17865/stat : 17865 (java) S 17806 17809 13007 0 -1 1077944384 55 12362 0 0 0 0 5 2 20 0 15 0 85111487 14407233536 194656 18446744073709551615 4194304 4196468 140730590707792 139974819910880 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17866] ppid=17806 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17866/stat : 17866 (java) S 17806 17809 13007 0 -1 1077944384 45 12362 0 0 0 0 5 2 20 0 15 0 85111487 14407233536 194656 18446744073709551615 4194304 4196468 140730590707792 139974818857728 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17867] ppid=17806 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17867/stat : 17867 (java) S 17806 17809 13007 0 -1 1077944384 3 12362 0 0 0 0 5 2 20 0 15 0 85111489 14407233536 194656 18446744073709551615 4194304 4196468 140730590707792 139974817806288 139975904315291 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17868] ppid=17806 vsize=14069564 CPUtime=4.7 cores=1,3,5,7
/proc/17809/task/17868/stat : 17868 (java) S 17806 17809 13007 0 -1 1077944384 23176 12362 0 0 460 3 5 2 20 0 15 0 85111489 14407233536 194656 18446744073709551615 4194304 4196468 140730590707792 139974816754416 139975904307842 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17869] ppid=17806 vsize=14069564 CPUtime=4.78 cores=1,3,5,7
/proc/17809/task/17869/stat : 17869 (java) S 17806 17809 13007 0 -1 1077944384 21200 12362 0 0 467 4 5 2 20 0 15 0 85111489 14407233536 194656 18446744073709551615 4194304 4196468 140730590707792 139974815701872 139975904307842 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17870] ppid=17806 vsize=14069564 CPUtime=2.51 cores=1,3,5,7
/proc/17809/task/17870/stat : 17870 (java) S 17806 17809 13007 0 -1 1077944384 23041 12362 0 0 238 6 5 2 20 0 15 0 85111490 14407233536 194656 18446744073709551615 4194304 4196468 140730590707792 139974814648816 139975904307842 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17871] ppid=17806 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17871/stat : 17871 (java) S 17806 17809 13007 0 -1 1077944384 3 12362 0 0 0 0 5 2 20 0 15 0 85111490 14407233536 194656 18446744073709551615 4194304 4196468 140730590707792 139974813596512 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17872] ppid=17806 vsize=14069564 CPUtime=1.41 cores=1,3,5,7
/proc/17809/task/17872/stat : 17872 (java) S 17806 17809 13007 0 -1 1077944384 1149 12362 0 0 59 75 5 2 20 0 15 0 85111493 14407233536 194656 18446744073709551615 4194304 4196468 140730590707792 139974812543536 139975904307842 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
Current children cumulated CPU time (s) 2441.26
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.64 1.46 1.45 3/217 19435
/proc/meminfo: memFree=29577156/32770624 swapFree=0/459608
[pid=17809] ppid=17806 vsize=14069564 CPUtime=2502.6 cores=1,3,5,7
/proc/17809/stat : 17809 (java) S 17806 17809 13007 0 -1 1077944320 394120 12362 0 0 249816 437 5 2 20 0 15 0 85111462 14407233536 194302 18446744073709551615 4194304 4196468 140730590707792 140730590690336 139975904296695 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
/proc/17809/statm: 3517391 194302 3476 1 0 3506005 0
[pid=17809/tid=17859] ppid=17806 vsize=14069564 CPUtime=2415.27 cores=1,3,5,7
/proc/17809/task/17859/stat : 17859 (java) R 17806 17809 13007 0 -1 4202560 226549 12362 0 0 241448 72 5 2 20 0 15 0 85111484 14407233536 194302 18446744073709551615 4194304 4196468 140730590707792 139975908531200 139975559184096 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17860] ppid=17806 vsize=14069564 CPUtime=16.63 cores=1,3,5,7
/proc/17809/task/17860/stat : 17860 (java) S 17806 17809 13007 0 -1 1077944384 21369 12362 0 0 1595 61 5 2 20 0 15 0 85111485 14407233536 194302 18446744073709551615 4194304 4196468 140730590707792 139975871855632 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17861] ppid=17806 vsize=14069564 CPUtime=16.62 cores=1,3,5,7
/proc/17809/task/17861/stat : 17861 (java) S 17806 17809 13007 0 -1 1077944384 21777 12362 0 0 1592 63 5 2 20 0 15 0 85111485 14407233536 194302 18446744073709551615 4194304 4196468 140730590707792 139975502941328 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17862] ppid=17806 vsize=14069564 CPUtime=16.61 cores=1,3,5,7
/proc/17809/task/17862/stat : 17862 (java) S 17806 17809 13007 0 -1 1077944384 20953 12362 0 0 1595 59 5 2 20 0 15 0 85111485 14407233536 194302 18446744073709551615 4194304 4196468 140730590707792 139975501888272 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17863] ppid=17806 vsize=14069564 CPUtime=16.62 cores=1,3,5,7
/proc/17809/task/17863/stat : 17863 (java) S 17806 17809 13007 0 -1 1077944384 19069 12362 0 0 1591 64 5 2 20 0 15 0 85111485 14407233536 194302 18446744073709551615 4194304 4196468 140730590707792 139975500835728 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17864] ppid=17806 vsize=14069564 CPUtime=7.93 cores=1,3,5,7
/proc/17809/task/17864/stat : 17864 (java) S 17806 17809 13007 0 -1 1077944384 13570 12362 0 0 711 75 5 2 20 0 15 0 85111486 14407233536 194302 18446744073709551615 4194304 4196468 140730590707792 139974820964592 139975904307842 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17865] ppid=17806 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17865/stat : 17865 (java) S 17806 17809 13007 0 -1 1077944384 55 12362 0 0 0 0 5 2 20 0 15 0 85111487 14407233536 194302 18446744073709551615 4194304 4196468 140730590707792 139974819910880 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17866] ppid=17806 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17866/stat : 17866 (java) S 17806 17809 13007 0 -1 1077944384 45 12362 0 0 0 0 5 2 20 0 15 0 85111487 14407233536 194302 18446744073709551615 4194304 4196468 140730590707792 139974818857728 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17867] ppid=17806 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17867/stat : 17867 (java) S 17806 17809 13007 0 -1 1077944384 3 12362 0 0 0 0 5 2 20 0 15 0 85111489 14407233536 194302 18446744073709551615 4194304 4196468 140730590707792 139974817806288 139975904315291 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17868] ppid=17806 vsize=14069564 CPUtime=4.7 cores=1,3,5,7
/proc/17809/task/17868/stat : 17868 (java) S 17806 17809 13007 0 -1 1077944384 23178 12362 0 0 460 3 5 2 20 0 15 0 85111489 14407233536 194302 18446744073709551615 4194304 4196468 140730590707792 139974816754416 139975904307842 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17869] ppid=17806 vsize=14069564 CPUtime=4.78 cores=1,3,5,7
/proc/17809/task/17869/stat : 17869 (java) S 17806 17809 13007 0 -1 1077944384 21202 12362 0 0 467 4 5 2 20 0 15 0 85111489 14407233536 194302 18446744073709551615 4194304 4196468 140730590707792 139974815701872 139975904307842 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17870] ppid=17806 vsize=14069564 CPUtime=2.51 cores=1,3,5,7
/proc/17809/task/17870/stat : 17870 (java) S 17806 17809 13007 0 -1 1077944384 23043 12362 0 0 238 6 5 2 20 0 15 0 85111490 14407233536 194302 18446744073709551615 4194304 4196468 140730590707792 139974814648816 139975904307842 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17871] ppid=17806 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17871/stat : 17871 (java) S 17806 17809 13007 0 -1 1077944384 3 12362 0 0 0 0 5 2 20 0 15 0 85111490 14407233536 194302 18446744073709551615 4194304 4196468 140730590707792 139974813596512 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17872] ppid=17806 vsize=14069564 CPUtime=1.45 cores=1,3,5,7
/proc/17809/task/17872/stat : 17872 (java) S 17806 17809 13007 0 -1 1077944384 1155 12362 0 0 61 77 5 2 20 0 15 0 85111493 14407233536 194302 18446744073709551615 4194304 4196468 140730590707792 139974812543536 139975904307842 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
Current children cumulated CPU time (s) 2502.6
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2459.4 s]
/proc/loadavg: 1.65 1.47 1.45 3/217 19435
/proc/meminfo: memFree=29534220/32770624 swapFree=0/459612
[pid=17809] ppid=17806 vsize=14069564 CPUtime=2520.09 cores=1,3,5,7
/proc/17809/stat : 17809 (java) S 17806 17809 13007 0 -1 1077944320 396274 12362 0 0 251561 441 5 2 20 0 15 0 85111462 14407233536 202240 18446744073709551615 4194304 4196468 140730590707792 140730590690336 139975904296695 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
/proc/17809/statm: 3517391 202240 3476 1 0 3506005 0
[pid=17809/tid=17859] ppid=17806 vsize=14069564 CPUtime=2432.18 cores=1,3,5,7
/proc/17809/task/17859/stat : 17859 (java) R 17806 17809 13007 0 -1 4202560 228335 12362 0 0 243138 73 5 2 20 0 15 0 85111484 14407233536 202240 18446744073709551615 4194304 4196468 140730590707792 139975908530752 139975557323600 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17860] ppid=17806 vsize=14069564 CPUtime=16.76 cores=1,3,5,7
/proc/17809/task/17860/stat : 17860 (java) S 17806 17809 13007 0 -1 1077944384 21454 12362 0 0 1607 62 5 2 20 0 15 0 85111485 14407233536 202240 18446744073709551615 4194304 4196468 140730590707792 139975871855632 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17861] ppid=17806 vsize=14069564 CPUtime=16.74 cores=1,3,5,7
/proc/17809/task/17861/stat : 17861 (java) S 17806 17809 13007 0 -1 1077944384 21831 12362 0 0 1604 63 5 2 20 0 15 0 85111485 14407233536 202240 18446744073709551615 4194304 4196468 140730590707792 139975502941328 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17862] ppid=17806 vsize=14069564 CPUtime=16.74 cores=1,3,5,7
/proc/17809/task/17862/stat : 17862 (java) S 17806 17809 13007 0 -1 1077944384 21032 12362 0 0 1607 60 5 2 20 0 15 0 85111485 14407233536 202240 18446744073709551615 4194304 4196468 140730590707792 139975501888272 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17863] ppid=17806 vsize=14069564 CPUtime=16.76 cores=1,3,5,7
/proc/17809/task/17863/stat : 17863 (java) S 17806 17809 13007 0 -1 1077944384 19147 12362 0 0 1604 65 5 2 20 0 15 0 85111485 14407233536 202240 18446744073709551615 4194304 4196468 140730590707792 139975500835728 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17864] ppid=17806 vsize=14069564 CPUtime=7.97 cores=1,3,5,7
/proc/17809/task/17864/stat : 17864 (java) S 17806 17809 13007 0 -1 1077944384 13638 12362 0 0 715 75 5 2 20 0 15 0 85111486 14407233536 202240 18446744073709551615 4194304 4196468 140730590707792 139974820964592 139975904307842 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17865] ppid=17806 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17865/stat : 17865 (java) S 17806 17809 13007 0 -1 1077944384 55 12362 0 0 0 0 5 2 20 0 15 0 85111487 14407233536 202240 18446744073709551615 4194304 4196468 140730590707792 139974819910880 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17866] ppid=17806 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17866/stat : 17866 (java) S 17806 17809 13007 0 -1 1077944384 45 12362 0 0 0 0 5 2 20 0 15 0 85111487 14407233536 202240 18446744073709551615 4194304 4196468 140730590707792 139974818857728 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17867] ppid=17806 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17867/stat : 17867 (java) S 17806 17809 13007 0 -1 1077944384 3 12362 0 0 0 0 5 2 20 0 15 0 85111489 14407233536 202240 18446744073709551615 4194304 4196468 140730590707792 139974817806288 139975904315291 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17868] ppid=17806 vsize=14069564 CPUtime=4.7 cores=1,3,5,7
/proc/17809/task/17868/stat : 17868 (java) S 17806 17809 13007 0 -1 1077944384 23178 12362 0 0 460 3 5 2 20 0 15 0 85111489 14407233536 202240 18446744073709551615 4194304 4196468 140730590707792 139974816754416 139975904307842 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17869] ppid=17806 vsize=14069564 CPUtime=4.78 cores=1,3,5,7
/proc/17809/task/17869/stat : 17869 (java) S 17806 17809 13007 0 -1 1077944384 21202 12362 0 0 467 4 5 2 20 0 15 0 85111489 14407233536 202240 18446744073709551615 4194304 4196468 140730590707792 139974815701872 139975904307842 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17870] ppid=17806 vsize=14069564 CPUtime=2.51 cores=1,3,5,7
/proc/17809/task/17870/stat : 17870 (java) S 17806 17809 13007 0 -1 1077944384 23043 12362 0 0 238 6 5 2 20 0 15 0 85111490 14407233536 202240 18446744073709551615 4194304 4196468 140730590707792 139974814648816 139975904307842 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17871] ppid=17806 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17809/task/17871/stat : 17871 (java) S 17806 17809 13007 0 -1 1077944384 3 12362 0 0 0 0 5 2 20 0 15 0 85111490 14407233536 202240 18446744073709551615 4194304 4196468 140730590707792 139974813596512 139975904306901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
[pid=17809/tid=17872] ppid=17806 vsize=14069564 CPUtime=1.45 cores=1,3,5,7
/proc/17809/task/17872/stat : 17872 (java) S 17806 17809 13007 0 -1 1077944384 1159 12362 0 0 61 77 5 2 20 0 15 0 85111493 14407233536 202240 18446744073709551615 4194304 4196468 140730590707792 139974812543536 139975904307842 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 10113024 140730590713808 140730590716593 140730590716593 140730590719951 0
Current children cumulated CPU time (s) 2520.09
Current children cumulated vsize (KiB) 14069564

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 17809 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2459.43
CPU time (s): 2520.13
CPU user time (s): 2515.69
CPU system time (s): 4.44829
CPU usage (%): 102.468
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.69
system time used= 4.44829
maximum resident set size= 952648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 409356
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 223125
involuntary context switches= 8972

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4335 second user time and 16.1495 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-11 07:59:28
IDJOB=4262052
IDBENCH=123120
IDSOLVER=2650
FILE ID=node135/4262052-1502432003
RUNJOBID= node135-1502411443-13072
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-tai12a.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262052-1502432003/watcher-4262052-1502432003 -o /tmp/evaluation-result-4262052-1502432003/solver-4262052-1502432003 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13072 --watchdog 2580  bin/concrete HOME/instance-4262052-1502432003.xml

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

MD5SUM BENCH= 1740172f6b6c755c4ba85e14840c110b
RANDOM SEED=1448729996

node135.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.21
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.21
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.21
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.21
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:        30055020 kB
MemAvailable:   30869420 kB
Buffers:          285700 kB
Cached:           820756 kB
SwapCached:            0 kB
Active:          1781644 kB
Inactive:         492644 kB
Active(anon):    1168284 kB
Inactive(anon):    33140 kB
Active(file):     613360 kB
Inactive(file):   459504 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24560 kB
Writeback:            16 kB
AnonPages:       1167988 kB
Mapped:            62368 kB
Shmem:             33464 kB
Slab:             141952 kB
SReclaimable:     114740 kB
SUnreclaim:        27212 kB
KernelStack:        3504 kB
PageTables:         7496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1984728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    937984 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= 61984 MiB
End job on node135 at 2017-08-11 08:40:27